02711 spacegun: EE-ROM error after gun calibration. [Phil Bennett]

This commit is contained in:
Phil Bennett 2009-03-03 11:16:55 +00:00
parent 8dd5d2b953
commit a590e437bf

View File

@ -1056,7 +1056,9 @@ static const eeprom_interface eeprom_intf =
"0101", /* write command */ "0101", /* write command */
"0111", /* erase command */ "0111", /* erase command */
"0100000000", /* lock command */ "0100000000", /* lock command */
"0100111111" /* unlock command */ "0100111111", /* unlock command */
0, /* multi-read disabled */
1 /* reset delay */
}; };
static NVRAM_HANDLER( spacegun ) static NVRAM_HANDLER( spacegun )