You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #3 for diagram of memory interconnections.
From experiments we know that H9 is video memory and contains one character per byte, while J9 is attribute memory and contains graphical attributes for each character.
How is handled concurrency between Z80 and CRTC during video memory access? (aka, how /CE, /OE, /WE and mux SEL are generated).
Video memory can be read, but from where? With actual knowledge, data path is only from Z80 to RAM ICs.
See #3 for diagram of memory interconnections.
From experiments we know that H9 is video memory and contains one character per byte, while J9 is attribute memory and contains graphical attributes for each character.