nes - nes Simulator#
Adapted Air780E/Air700E Air780EP/Air780EPV Air601 Air101/Air103 Air105
Note
This page document is automatically generated by this file. If there is any error, please submit issue or help modify pr, thank you!
nes.init(file_path)#
nes Simulator initialization
Parameters
Incoming Value Type |
Explanation |
---|---|
string |
file_path File Path |
Return Value
return value type |
explanation |
---|---|
bool |
Returns true on success, otherwise false |
Examples
nes.init("/luadb/super_mario.nes")
nes.key(key,val)#
nes Simulator initialization
Parameters
Incoming Value Type |
Explanation |
---|---|
number |
key Key |
number |
val State 1 Press 0 Lift |
Return Value
return value type |
explanation |
---|---|
bool |
Returns true on success, otherwise false |
Examples
nes.init("/luadb/super_mario.nes")