diff options
| author | 2009-03-03 11:16:55 +0000 | |
|---|---|---|
| committer | 2009-03-03 11:16:55 +0000 | |
| commit | a590e437bf9a4db01fc8227e9fc189b123bf5253 (patch) | |
| tree | 51b41d0202813b9173f0acd264b70470ee0cdad0 | |
| parent | 8dd5d2b9531c74b779f17ff38fed33fef8008b55 (diff) | |
02711 spacegun: EE-ROM error after gun calibration. [Phil Bennett]
| -rw-r--r-- | src/mame/drivers/taito_z.c | 4 |
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 ) |
