summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/cheat/cheat_simple.lua
Commit message (Collapse)AuthorAgeFilesLines
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-4/+4
| | | | | | | | | | | Made the sound manager mute controls readable, and got rid of system enable since it just controls system mute anyway. This was causing confusion: phantom2 was trying to use both independentlyt casuing the mute bit to be ignored. THe Lua interface changes are mostly changing methods to properties, some renames to make things clearer, and some additional properties for better control over snapshots.
* cheat_simple: with game genie codes try 32k nes banks then fall back to 8k ↵ cracyc2020-09-081-2/+9
| | | | and warn with 6 char codes and banked prg
* plugins/cheatfind: fix (nw) cracyc2018-01-291-4/+4
|
* plugins/cheat: documentation (nw) cracyc2017-06-301-0/+1
|
* plugins/cheat: link simple cheats cracyc2017-06-301-10/+31
|
* plugins/cheat: fix nes gg decoder (nw) cracyc2017-06-301-1/+1
|
* srcclean (nw) Vas Crabb2017-06-251-7/+7
|
* plugins/cheat: fix (nw) cracyc2017-06-201-2/+2
|
* plugins/cheat: oops (nw) cracyc2017-06-151-1/+1
|
* plugins/cheat: refactor and add more ar support (nw) cracyc2017-06-151-94/+127
|
* plugins/cheat: more gg and an ar decoder (nw) cracyc2017-06-141-3/+79
|
* plugins/cheat: oops (nw) cracyc2017-06-131-1/+1
|
* plugins/cheat: nes, snes, genesis game genie support [Carl] cracyc2017-06-131-19/+169
|
* plugins/cheat: add hotkey support [Carl] cracyc2017-06-021-0/+40