mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
v4bios: fixed crash at start
This commit is contained in:
parent
af4145f136
commit
18f6a5be51
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user