diff options
author | 2016-04-10 06:15:18 +0200 | |
---|---|---|
committer | 2016-04-10 06:15:18 +0200 | |
commit | e594366857c1346bd9af1fcba47ba98ed9a49bb4 (patch) | |
tree | 462db594f1204dcd33b2fe818983ca82e66d66a1 | |
parent | 1132ce2870566a906826692683a553f8997f4026 (diff) |
probably fixed the arcade only build. nw.
-rw-r--r-- | scripts/target/mame/arcade.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index f67e069028a..3fa206f4947 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -601,6 +601,7 @@ BUSES["CENTRONICS"] = true --BUSES["EP64"] = true --BUSES["EPSON_SIO"] = true --BUSES["GAMEBOY"] = true +BUSES["GAMEGEAR"] = true --BUSES["GBA"] = true BUSES["GENERIC"] = true --BUSES["IEEE488"] = true @@ -632,7 +633,7 @@ BUSES["RS232"] = true --BUSES["SATURN"] = true BUSES["SCSI"] = true --BUSES["SCV"] = true ---BUSES["SEGA8"] = true +BUSES["SEGA8"] = true BUSES["SMS_CTRL"] = true BUSES["SMS_EXP"] = true --BUSES["SNES"] = true |