diff options
| author | 2022-05-01 19:47:01 +0200 | |
|---|---|---|
| committer | 2022-05-02 03:47:01 +1000 | |
| commit | 9d77923b93885c49fa83fa361e9d9972eeec5d5a (patch) | |
| tree | c84496930f8939a2ed284bffb1e7f1618638540f /scripts | |
| parent | 5753f5ef97c1dbba48c33d109d3a275f05794012 (diff) | |
Fixed SUBTARGET=nl build. (#9662)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/nl.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua index e39bf03df15..633788cf3bb 100644 --- a/scripts/target/mame/nl.lua +++ b/scripts/target/mame/nl.lua @@ -32,6 +32,7 @@ CPUS["M680X0"] = true --CPUS["COP400"] = true CPUS["F8"] = true CPUS["CCPU"] = true +CPUS["MCS40"] = true -------------------------------------------------- -- Specify all the sound cores necessary for the @@ -60,6 +61,7 @@ SOUNDS["SN76477"] = true SOUNDS["SN76496"] = true SOUNDS["SP0250"] = true SOUNDS["TMS36XX"] = true +SOUNDS["TMS5110"] = true -------------------------------------------------- -- specify available video cores @@ -396,6 +398,12 @@ files{ MAME_DIR .. "src/mame/drivers/starcrus.cpp", MAME_DIR .. "src/mame/includes/starcrus.h", MAME_DIR .. "src/mame/video/starcrus.cpp", + + MAME_DIR .. "src/mame/drivers/dragrace.cpp", + MAME_DIR .. "src/mame/includes/dragrace.h", + MAME_DIR .. "src/mame/audio/dragrace.cpp", + MAME_DIR .. "src/mame/video/dragrace.cpp", + -- Skeletons ... MAME_DIR .. "src/mame/drivers/a1supply.cpp", |
