diff options
author | 2016-03-26 08:57:22 +0100 | |
---|---|---|
committer | 2016-03-26 08:57:22 +0100 | |
commit | ff0cd967caec0a726bf168b7bcbf64b171a5037f (patch) | |
tree | e7a5c0599108a4e925298218ba7471806667fa6a | |
parent | 249f41268969ee34684470c5dfbc73efbbae04a2 (diff) |
triforce.cpp: avoid crash in case of bios loading. (nw)
-rw-r--r-- | src/mame/drivers/triforce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/triforce.cpp b/src/mame/drivers/triforce.cpp index 41370050a70..3823f27179c 100644 --- a/src/mame/drivers/triforce.cpp +++ b/src/mame/drivers/triforce.cpp @@ -1024,7 +1024,7 @@ ROM_START( mkartag2a ) ROM_END /* Main board */ -/*Triforce*/GAME( 2002, triforce, 0, triforcegd, triforce, driver_device, 0, ROT0, "Sega", "Triforce Bios", MACHINE_IS_SKELETON|MACHINE_IS_BIOS_ROOT ) +/*Triforce*/GAME( 2002, triforce, 0, triforce_base, triforce, driver_device, 0, ROT0, "Sega", "Triforce Bios", MACHINE_IS_SKELETON|MACHINE_IS_BIOS_ROOT ) /* GDT-xxxx (Sega GD-ROM games) */ /* 0001 */ GAME( 2002, vs2002j, triforce, triforcegd, triforce, driver_device, 0, ROT0, "Sega / Amusement Vision", "Virtua Striker 2002 (GDT-0001)", MACHINE_IS_SKELETON ) |