mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
eepromser.cpp: Correct documentation of write enable/disable commands (nw)
This commit is contained in:
parent
f93a3c994f
commit
4e79539b94
@ -28,10 +28,10 @@
|
||||
1 01 aaaaaaaaa ddddddd WRITE data
|
||||
1 10 aaaaaaaaa READ data
|
||||
1 11 aaaaaaaaa ERASE data
|
||||
1 00 00xxxxxxx WREN = WRite ENable
|
||||
1 00 11xxxxxxx WREN = WRite ENable
|
||||
1 00 01xxxxxxx ddddddd WRAL = WRite ALl cells
|
||||
1 00 10xxxxxxx ERAL = ERase ALl cells
|
||||
1 00 11xxxxxxx WRDS = WRite DiSable
|
||||
1 00 00xxxxxxx WRDS = WRite DiSable
|
||||
|
||||
The number of address bits (a) clocked varies based on the size of the
|
||||
chip, though it does not always map 1:1 with the size of the chip.
|
||||
|
Loading…
Reference in New Issue
Block a user