I'm curious about control port decoding. The interface responds to I/O address 0x7f and seems to be partially decoded by bit 7 (according to Fuse implementation).
That means that if you exit to BASIC and do "OUT 1,4" the TTX2000S memory gets paged in, right?
Also happens that with "OUT 0,4"?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patches (almost exclusively from Alistair Cree[1]) now in the feature-133-ttx2000s branch.
[1] who requested this feature in the first place ;-)
What it is needed to save/restore the status of this peripheral to a snapshot?
SZX block draft:
I'm curious about control port decoding. The interface responds to I/O address 0x7f and seems to be partially decoded by bit 7 (according to Fuse implementation).
That means that if you exit to BASIC and do "OUT 1,4" the TTX2000S memory gets paged in, right?
Also happens that with "OUT 0,4"?
And merged by [bce91f].
Related
Commit: [bce91f]