From 16ca68ef0e45a2fe060257868d8486482a6d2e3d Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Tue, 1 Jun 2010 01:53:26 +0000 Subject: [PATCH] taitotz: add missing region def (no whatsnew) --- src/mame/drivers/taitotz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/taitotz.c b/src/mame/drivers/taitotz.c index 11faa9ea861..616b70c9efe 100644 --- a/src/mame/drivers/taitotz.c +++ b/src/mame/drivers/taitotz.c @@ -127,6 +127,7 @@ MACHINE_DRIVER_END ROM_START( taitotz ) + ROM_REGION64_BE( 0x100000, "user1", 0 ) TAITOTZ_BIOS ROM_REGION( 0x10000, "sound_cpu", ROMREGION_ERASE00 ) /* Internal ROM :( */