diff options
| author | 2021-11-06 13:52:48 +1100 | |
|---|---|---|
| committer | 2021-11-06 13:52:48 +1100 | |
| commit | 270276c4d30721dc397de6d8c92334469ce37243 (patch) | |
| tree | 99e802773ecec08ade94f574fdca3d665d726901 /scripts | |
| parent | 07e55935cf49c94a94dcc75d8240d0733d1ed5d7 (diff) | |
-Enabled complex combinations for analog axes:
* Made it possible to add digital controls to axis settings as enables.
* Mix multiple analog controls assigned to an axis setting.
* Added a "reverse" modifier for analog controls (useful with mixing).
* Fixed an issue assigning mouse axes using multiple mouse-like devices
with -nomultimouse.
-frontend: More cleanup:
* Got rid of some abuse of "special main menus".
* Added a helper class for auto-pause menus that don't spawn submenus.
* Got rid of the fake menu that schedules an exit on the first frame.
* Turned the confirm quit prompt into a menu, eliminated one more
special-cased event loop.
* Fixed the confirm quit prompt resuming if you return to emulation if
you weren't paused to begin with.
-bus/centronics: Fixed conflicting DIP locations, reversed order and
inverted polarity for Epson printers.
* Also added the LX-810 (without L suffix) DIP switches for reference -
we don't have a device for this printer yet.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/mame/frontend.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/mame/frontend.lua b/scripts/src/mame/frontend.lua index f3ebbc0d74c..a31172764d9 100644 --- a/scripts/src/mame/frontend.lua +++ b/scripts/src/mame/frontend.lua @@ -143,6 +143,8 @@ files { MAME_DIR .. "src/frontend/mame/ui/optsmenu.h", MAME_DIR .. "src/frontend/mame/ui/pluginopt.cpp", MAME_DIR .. "src/frontend/mame/ui/pluginopt.h", + MAME_DIR .. "src/frontend/mame/ui/quitmenu.cpp", + MAME_DIR .. "src/frontend/mame/ui/quitmenu.h", MAME_DIR .. "src/frontend/mame/ui/selector.cpp", MAME_DIR .. "src/frontend/mame/ui/selector.h", MAME_DIR .. "src/frontend/mame/ui/selgame.cpp", |
