Fixed arcade build. (#9305)

This commit is contained in:
0kmg 2022-02-15 11:34:58 -09:00 committed by GitHub
parent 0583fdb60a
commit 60ce729181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -803,7 +803,7 @@ BUSES["MIDI"] = true
--BUSES["MSX_SLOT"] = true --BUSES["MSX_SLOT"] = true
BUSES["NEOGEO"] = true BUSES["NEOGEO"] = true
BUSES["NEOGEO_CTRL"] = true BUSES["NEOGEO_CTRL"] = true
--BUSES["NES"] = true BUSES["NES"] = true
BUSES["NSCSI"] = true BUSES["NSCSI"] = true
--BUSES["NUBUS"] = true --BUSES["NUBUS"] = true
--BUSES["O2"] = true --BUSES["O2"] = true
@ -827,7 +827,7 @@ BUSES["SG1000_EXP"] = true
BUSES["SGIKBD"] = true BUSES["SGIKBD"] = true
BUSES["SMS_CTRL"] = true BUSES["SMS_CTRL"] = true
BUSES["SMS_EXP"] = true BUSES["SMS_EXP"] = true
--BUSES["SNES"] = true BUSES["SNES"] = true
--BUSES["SPC1000"] = true --BUSES["SPC1000"] = true
BUSES["SUNKBD"] = true BUSES["SUNKBD"] = true
--BUSES["TI99PEB"] = true --BUSES["TI99PEB"] = true
@ -4974,6 +4974,7 @@ files {
MAME_DIR .. "src/mame/drivers/jungleyo.cpp", MAME_DIR .. "src/mame/drivers/jungleyo.cpp",
MAME_DIR .. "src/mame/drivers/kas89.cpp", MAME_DIR .. "src/mame/drivers/kas89.cpp",
MAME_DIR .. "src/mame/drivers/kingpin.cpp", MAME_DIR .. "src/mame/drivers/kingpin.cpp",
MAME_DIR .. "src/mame/drivers/krokha.cpp",
MAME_DIR .. "src/mame/drivers/kurukuru.cpp", MAME_DIR .. "src/mame/drivers/kurukuru.cpp",
MAME_DIR .. "src/mame/drivers/kyugo.cpp", MAME_DIR .. "src/mame/drivers/kyugo.cpp",
MAME_DIR .. "src/mame/includes/kyugo.h", MAME_DIR .. "src/mame/includes/kyugo.h",

View File

@ -4665,7 +4665,6 @@ files {
MAME_DIR .. "src/mame/drivers/jonos.cpp", MAME_DIR .. "src/mame/drivers/jonos.cpp",
MAME_DIR .. "src/mame/drivers/juku.cpp", MAME_DIR .. "src/mame/drivers/juku.cpp",
MAME_DIR .. "src/mame/drivers/junior80.cpp", MAME_DIR .. "src/mame/drivers/junior80.cpp",
MAME_DIR .. "src/mame/drivers/krokha.cpp",
MAME_DIR .. "src/mame/drivers/kron.cpp", MAME_DIR .. "src/mame/drivers/kron.cpp",
MAME_DIR .. "src/mame/drivers/lee1214.cpp", MAME_DIR .. "src/mame/drivers/lee1214.cpp",
MAME_DIR .. "src/mame/drivers/lee1220.cpp", MAME_DIR .. "src/mame/drivers/lee1220.cpp",