mame/plugins/autofire
Jack Li 0040650300 Add plugin for autofire (#5050)
* Hardcoded autofire plugin

* Changed register_frame to register_frame_done, removed pause check

* Added support for multiple buttons loaded from a file

* Implemented saving settings on quit

* Fixed multiple keybindings for same button from overwriting each other

* Replaced double-quotes with single-quotes

* Refactored saving/loading into a separate module

* Changed button format to use input_code rather than string token

Settings format is unchanged (still saved as string token).

* Rewrote table initialization in save/load

* Implemented menus

* Added helper messages for "on frames"/"off frames"
2019-05-14 10:26:27 -04:00
..
autofire_menu.lua Add plugin for autofire (#5050) 2019-05-14 10:26:27 -04:00
autofire_save.lua Add plugin for autofire (#5050) 2019-05-14 10:26:27 -04:00
init.lua Add plugin for autofire (#5050) 2019-05-14 10:26:27 -04:00
plugin.json Add plugin for autofire (#5050) 2019-05-14 10:26:27 -04:00