diff options
| author | 2015-05-17 02:11:45 +0100 | |
|---|---|---|
| committer | 2015-05-17 02:11:45 +0100 | |
| commit | 7b18f4bd9cb4ddab501fc81755e5a7ec00509f46 (patch) | |
| tree | dccaef48808500512a7ccdbfd9276d89e4fd734b /scripts | |
| parent | c7ff5fa0e8033acc8921942e8dc4377ea3a8f575 (diff) | |
compile/link fix (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 258dbe97ea4..29597c43857 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -602,7 +602,7 @@ BUSES["ISA"] = true --BUSES["KC"] = true --BUSES["LPCI"] = true --BUSES["MACPDS"] = true ---BUSES["MIDI"] = true +BUSES["MIDI"] = true --BUSES["MEGADRIVE"] = true --BUSES["MSX_SLOT"] = true BUSES["NEOGEO"] = true @@ -611,7 +611,7 @@ BUSES["NEOGEO"] = true --BUSES["O2"] = true --BUSES["ORICEXT"] = true --BUSES["PCE"] = true ---BUSES["PC_JOY"] = true +BUSES["PC_JOY"] = true --BUSES["PC_KBD"] = true --BUSES["PET"] = true --BUSES["PLUS4"] = true |
