mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
02711 spacegun: EE-ROM error after gun calibration. [Phil Bennett]
This commit is contained in:
parent
8dd5d2b953
commit
a590e437bf
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user