Steve Fosdick
Steve Fosdick
Regarding the mode 7 display being paused in a half-drawn state, as far as I can see this is the result of interlace. With interlace enabled, the 6845 emulation, in...
Ok, with Master 128 selected I reliably get the '.' both on your branch and on one of mine much more closely tied to master (and without these redraw during...
Yes, it looks like the PageDown key is mapped to the '.' on the Master keypad as well as having the pause function so on a Master it does both....
it may be worth checking out https://github.com/stardot/b-em/tree/sf/autopause
I have implemented this: https://github.com/stardot/b-em/commit/b7544d802833fa8d31554c57d576ed9a6501f512 It does auto-repeat (if you just press return) as the full page version though as, at the moment, the command repeat feature is only for...
Ok I have added that. There are two optional args, the start as you described and the number of bytes. Start defaults to zero and number of bytes defaults to...
Ok, fixed in https://github.com/stardot/b-em/commit/4999ee3425279310034b6a1f6281e5002a41bab2
So, for reference, here is a hex diff of MOS 3.20 and MOS 3.22. I'll look at what those differences mean later and see if I can write it up...
Before delving into this we need a map as to which hex offset within the file (and therefore within the 1Mbit ROM) corresponds to which paged ROM as seen by...
``` 1225,1226c1225,1226 < 00004C80 - 8D 8A C2 A5 CD A0 0A 29 08 F0 02 A0 10 84 A3 5D .......).......] < 00004C90 - D1 90 8D 24 FE...