diff options
| author | 2018-03-17 22:35:46 +0000 | |
|---|---|---|
| committer | 2018-03-17 18:35:46 -0400 | |
| commit | 13cbded6cc4dce5f38f19d686c750323242f7fdd (patch) | |
| tree | c571528039f9828a00d18db053ec204b6426a3da /scripts/target | |
| parent | 87f31c6c662fff1e78f60014026176413c1da4f9 (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.lua | 1 |
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", |
