Tom Seddon
Tom Seddon
My real hardware is packed away but I'm 99% certain there is no reset when executing 02. The CPU appears to get stuck. I'd expect visual6502 to be accurate, so...
I had problems with this building with VC++, which fills newly-malloc'd memory with 0xcd. This caused some access violations due to out-of-range indexes. So I changed the code to use...
Also add some speed test results from non-safe Electron ROM, since it will hopefully now work on my Electron...
An extra instruction in the Electron case, I assume dating from when I was first trying to get it even remotely working. Remove, and assess the difference. (This macro gets...
Might want to be `*EXTUBE`, as the Master internal Tube won't be affected? (Or maybe make it B/B+ only. But I suppose it's conceivable it could come in useful for...
Should rationalize the disk types. `S` and `M` are single-sided, so no interleaving in the file - these are the same case! And this would cover hard disks too. The...
The syntax is still unambiguous, as L is not a valid number. But this does need fixing!
See also https://github.com/tom-seddon/beeb/issues/4
The code now supports both types. It should note which format was read, and there should be an option to rewrite in the same format.
Might close this as I still haven't needed it nor come up with more ideas. I was thinking that this might get complicated over the Tube, but actually it could...