From a590e437bf9a4db01fc8227e9fc189b123bf5253 Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Tue, 3 Mar 2009 11:16:55 +0000 Subject: [PATCH] 02711 spacegun: EE-ROM error after gun calibration. [Phil Bennett] --- src/mame/drivers/taito_z.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_z.c b/src/mame/drivers/taito_z.c index bef2a2684bd..cabef55552d 100644 --- a/src/mame/drivers/taito_z.c +++ b/src/mame/drivers/taito_z.c @@ -1056,7 +1056,9 @@ static const eeprom_interface eeprom_intf = "0101", /* write command */ "0111", /* erase command */ "0100000000", /* lock command */ - "0100111111" /* unlock command */ + "0100111111", /* unlock command */ + 0, /* multi-read disabled */ + 1 /* reset delay */ }; static NVRAM_HANDLER( spacegun )