summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-04-12 20:19:34 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-04-12 20:19:34 +0200
commit7f04e28b9d1679a80baa54b9ebb22262d6eb4945 (patch)
treec9e9d36bb2ac94e9cc09d77967f7c936983cc683 /src
parent139edc8fbe8713fa9ece477fdcef8762c8f9513f (diff)
fcrash: missed staging this, sorry (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/fcrash.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/drivers/fcrash.cpp b/src/mame/drivers/fcrash.cpp
index d475432478b..2827784fd85 100644
--- a/src/mame/drivers/fcrash.cpp
+++ b/src/mame/drivers/fcrash.cpp
@@ -556,6 +556,8 @@ void fcrash_state::wofabl(machine_config &config)
sgyxz(config);
m_maincpu->set_addrmap(AS_PROGRAM, &fcrash_state::wofabl_map);
+
+ MCFG_MACHINE_START_OVERRIDE(fcrash_state, wofabl)
}
void fcrash_state::varthb(machine_config &config)
@@ -850,6 +852,11 @@ MACHINE_START_MEMBER(fcrash_state,sgyxz)
membank("bank1")->configure_entries(0, 2, memregion("audiocpu")->base() + 0x10000, 0x4000);
}
+MACHINE_START_MEMBER(fcrash_state, wofabl)
+{
+ MACHINE_START_CALL_MEMBER(sgyxz);
+ m_sprite_list_end_marker = 0x8000;
+}
void fcrash_state::init_cawingbl()
{