Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct { Screen *Bank // current screen bank Cells []*byte // memory as a single array of 65536 bytes TC *z80.TCounter // T state counter // contains filtered or unexported fields }
func NewMem128k ¶
Creates a new memory for 128k model with paging
Click to show internal directories.
Click to hide internal directories.