summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2008-03-22 04:13:39 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2008-03-22 04:13:39 +0000
commitf169da9d4c40402c52a23c3f35527d36d4d8013f (patch)
tree94c8ab1a3914c7da0c1e2795e2f9479162183be9
parent1d366a07894b4c62114353144bbc1bf5be256136 (diff)
Fixed crash running "kviper" BIOS.
-rw-r--r--src/mame/drivers/viper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/viper.c b/src/mame/drivers/viper.c
index 28132f7d20a..1e08913c557 100644
--- a/src/mame/drivers/viper.c
+++ b/src/mame/drivers/viper.c
@@ -751,6 +751,8 @@ static DRIVER_INIT(ppp2nd)
ROM_START(kviper)
VIPER_BIOS
+
+ ROM_REGION(0x2000, REGION_USER2, ROMREGION_ERASE00) /* M48T58 Timekeeper NVRAM */
ROM_END