summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-11-24 23:14:49 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2020-11-24 23:14:49 +1100
commit18f6a5be511ce3410f0ad3c01b47a470f56ad4ac (patch)
treeaf1405354513413ebabfdcfdb8b16b0ac48b959f
parentaf4145f1365a897eeffeae1f78d71ec0fdfe7d3b (diff)
v4bios: fixed crash at start
-rw-r--r--src/mame/drivers/mpu4vid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu4vid.cpp b/src/mame/drivers/mpu4vid.cpp
index c8205d16387..83c3615d9e5 100644
--- a/src/mame/drivers/mpu4vid.cpp
+++ b/src/mame/drivers/mpu4vid.cpp
@@ -8982,7 +8982,7 @@ the copyright dates recorded.
TODO: Sort these better given the wide variation in dates/versions/core code (SWP version id, for one thing).
*/
-GAME( 199?, v4bios, 0, mod2, mpu4vid, mpu4_state, empty_init, ROT0, "Barcrest","MPU4 Video Firmware",MACHINE_IS_BIOS_ROOT )
+GAME( 199?, v4bios, 0, mod2, mpu4vid, mpu4_state, init_m4default_banks, ROT0, "Barcrest","MPU4 Video Firmware",MACHINE_IS_BIOS_ROOT )
#define GAME_FLAGS MACHINE_NOT_WORKING
#define GAME_FLAGS_OK (MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND)