summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-03-03 11:16:55 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-03-03 11:16:55 +0000
commita590e437bf9a4db01fc8227e9fc189b123bf5253 (patch)
tree51b41d0202813b9173f0acd264b70470ee0cdad0 /src
parent8dd5d2b9531c74b779f17ff38fed33fef8008b55 (diff)
02711 spacegun: EE-ROM error after gun calibration. [Phil Bennett]
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/taito_z.c4
1 files changed, 3 insertions, 1 deletions
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 )