mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
eepromser: Add reference for X2444 commands (nw)
This commit is contained in:
parent
bf8eac0fbb
commit
de4d0deef3
@ -90,6 +90,18 @@
|
||||
93Cxx has ERASE command; this maps to WRITE on ER5911
|
||||
93Cxx has WRITEALL command; no equivalent on ER5911
|
||||
|
||||
The Xicor X2444 NOVRAM (static RAM/EEPROM overlay) has a pin-compatible
|
||||
serial interface, but its commands follow a rather different format:
|
||||
|
||||
Start Address Opcode Command
|
||||
1 aaaa 011 WRITE data
|
||||
1 aaaa 11x READ data
|
||||
1 xxxx 000 WRDS = WRite DiSable
|
||||
1 xxxx 001 STO = STOre RAM data in EEPROM
|
||||
1 xxxx 010 SLEEP mode (not in CMOS version)
|
||||
1 xxxx 100 WREN = WRite ENable
|
||||
1 xxxx 101 RCL = ReCaLl RAM data from EEPROM
|
||||
|
||||
****************************************************************************
|
||||
|
||||
Issues with:
|
||||
|
Loading…
Reference in New Issue
Block a user