mirror of
https://github.com/holub/mame
synced 2025-05-03 21:13:18 +03:00
x2201: More notes (nw)
This commit is contained in:
parent
a8c6bde4a3
commit
994b3b39f7
@ -8,13 +8,18 @@
|
||||
an E²PROM overlay. Besides having separate data input and output
|
||||
lines (and only one of each), its interface differs slightly from
|
||||
the later NOVRAMs in requiring an active chip select during recall
|
||||
and store operations.
|
||||
and store operations. The CS and STORE lines, however, may be
|
||||
deactivated before the operation completes (in 2 to 4 ms).
|
||||
|
||||
While US patent 4535411A suggests that this device was sometimes
|
||||
used in groups of eight to simulate a byte-wide memory, the
|
||||
emulation (for the most part) assumes each bit will be accessed
|
||||
separately and packs them into bytes for storage efficiency.
|
||||
|
||||
X2202 has the same internal organization and data addressing as
|
||||
X2201, but its recall operation works on individual bits instead
|
||||
of the entire array.
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user