diff options
| author | 2021-07-28 23:12:41 -0400 | |
|---|---|---|
| committer | 2021-07-28 23:12:41 -0400 | |
| commit | db1ddb7ceeb5b99e32c21c090341be83bdf1530f (patch) | |
| tree | 44957ce81625ba8d32e1891f2ade2b1062d41a7e /scripts | |
| parent | 5cbd1144732e8c0e1c558ffd6715dfbabf2668b7 (diff) | |
motoxgo: Add "extra" I/O CPU to configuration
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index be5c46c559c..b818768ea76 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -150,6 +150,7 @@ CPUS["UPD78K"] = true CPUS["KS0164"] = true --CPUS["COPS1"] = true CPUS["MEG"] = true +CPUS["F2MC16"] = true -------------------------------------------------- -- specify available sound cores |
