summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl3.c')
-rw-r--r--src/mame/drivers/itgambl3.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/mame/drivers/itgambl3.c b/src/mame/drivers/itgambl3.c
index 83938b333e4..0e2d0cd3728 100644
--- a/src/mame/drivers/itgambl3.c
+++ b/src/mame/drivers/itgambl3.c
@@ -483,26 +483,26 @@ ROM_START( x5jokers ) /* CPU and clock should be changed for this game */
ROM_LOAD( "xfivejs.u29", 0x00000, 0x80000, CRC(67d51cb4) SHA1(9182a63473a32a9ad91a7a6a47d5a5d965e3cb03) )
ROM_END
-ROM_START( queenotg )
+ROM_START( queenotg )
ROM_REGION( 0x1000000, "maincpu", 0 ) /* all the program code is in here */
ROM_LOAD( "queenotg_m30624fgafp.mcu", 0x00000, 0x4000, NO_DUMP )
- ROM_REGION( 0x200000, "gfx1", 0 )
+ ROM_REGION( 0x200000, "gfx1", 0 )
ROM_LOAD( "u22.bin", 0x000000, 0x200000, CRC(b9bd0fac) SHA1(ce6a6d85e9ae47860cc6d270d8d563df58146b74) )
- ROM_REGION( 0x80000, "oki", 0 )
+ ROM_REGION( 0x80000, "oki", 0 )
ROM_LOAD( "u3.bin", 0x00000, 0x20000, CRC(f318927e) SHA1(f47ec9eb995b28403066fb2b66aad98c044676bc) )
ROM_END
-ROM_START( ejollyx9 )
+ROM_START( ejollyx9 )
ROM_REGION( 0x1000000, "maincpu", 0 ) /* all the program code is in here */
ROM_LOAD( "ejollyx9_m30624fgafp.mcu", 0x00000, 0x4000, NO_DUMP )
- ROM_REGION( 0x200000, "gfx1", 0 )
+ ROM_REGION( 0x200000, "gfx1", 0 )
ROM_LOAD( "nm.u22", 0x000000, 0x200000, CRC(86b86a98) SHA1(cff4e79aaacad79e17e4dc52f2c14755424a2567) )
- ROM_REGION( 0x80000, "oki", 0 )
+ ROM_REGION( 0x80000, "oki", 0 )
ROM_LOAD( "nm.u3", 0x00000, 0x80000, CRC(0529696b) SHA1(7e182051baae0b7de1f5a2c18f1b68b695f339d8) )
ROM_END
@@ -518,4 +518,3 @@ GAME( 200?, supjolly, 0, itgambl3, itgambl3, driver_device, 0, ROT0, "<un
GAME( 200?, x5jokers, 0, itgambl3, itgambl3, driver_device, 0, ROT0, "Electronic Projects", "X Five Jokers (Version 1.12)", GAME_IS_SKELETON )
GAME( 200?, queenotg, 0, itgambl3, itgambl3, driver_device, 0, ROT0, "<unknown>", "Queen of the Games", GAME_IS_SKELETON )
GAME( 200?, ejollyx9, 0, itgambl3, itgambl3, driver_device, 0, ROT0, "Solar Games", "Euro Jolly X9", GAME_IS_SKELETON )
-