summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
diff options
context:
space:
mode:
author David Haywood <hazemamewip@hotmail.com>2018-03-17 22:35:46 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-03-17 18:35:46 -0400
commit13cbded6cc4dce5f38f19d686c750323242f7fdd (patch)
treec571528039f9828a00d18db053ec204b6426a3da /scripts/target
parent87f31c6c662fff1e78f60014026176413c1da4f9 (diff)
use a handcrafted c-chip rom for Rainbow Islands Extra, pending a real dump, allows removal of simulation code and general cleanups. (#3338)
also made rainbow islands extra a parent, since it has it's own game code, own c-chip and is generally considered a semi-sequel rather than a bugfix / revision of the original game. (best I can tell behavior matches the differences between original and extra that were present in the simulation at least, but obviously the real chip could be hiding more secrets)
Diffstat (limited to 'scripts/target')
-rw-r--r--scripts/target/mame/arcade.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 702ff5c7b59..94ce17252dd 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -3775,7 +3775,6 @@ files {
MAME_DIR .. "src/mame/video/qix.cpp",
MAME_DIR .. "src/mame/drivers/rbisland.cpp",
MAME_DIR .. "src/mame/includes/rbisland.h",
- MAME_DIR .. "src/mame/machine/rbisland.cpp",
MAME_DIR .. "src/mame/video/rbisland.cpp",
MAME_DIR .. "src/mame/drivers/rastan.cpp",
MAME_DIR .. "src/mame/includes/rastan.h",