MAME 0.260 updates

This commit is contained in:
Kelvin Sherlock
2023-11-02 18:00:37 -04:00
parent 63a60ed8b7
commit 2198467def
28 changed files with 717 additions and 452 deletions

View File

@@ -61,7 +61,7 @@ SLOTS = (
"nb1", "nb2", "nb3", "nb4", "nb5", "nb6", "nb7",
"nb8", "nb9", "nba", "nbb", "nbc", "nbd", "nbe",
"pds", "pds030",
"pds", "pds030", "lcpds",
# st
"centronics", "mdin", "mdout"
@@ -94,6 +94,7 @@ SLOT_NAMES = {
"pds": "PDS",
"pds030": "PDS",
"lcpds": "PDS",
"centronics": "Printer",
"mdin": "MIDI In",