Stephen Anthony
Stephen Anthony
And when I say 'move to C++', of course I mean to move to the canonical 'C++11 way' of doing things. So where possible, not using new/delete at all, but...
`ZipHandler` is now done. Also fixes a compile warning in VS.
Results from Stellerator. First 5 ROMs all match current git, which is wrong compared to real hardware. Also, some numbers seems to be misdrawn a little, particularly '4', which seems...
Results from MAME. ROM Hardware MAME test1.bas.bin 192246 128245 test2.bas.bin 064249 128248 test3.bas.bin 192248 128247 test4.bas.bin 192245 128244 test5.bas.bin 192245 128244 First 3 digits always the same, possibly indicating that...
Results from Javatari. ROM Hardware Javatari test1.bas.bin 192246 192245 test2.bas.bin 064249 192248 test3.bas.bin 192248 192247 test4.bas.bin 192245 192244 test5.bas.bin 192245 192244 First 3 digits always the same, possibly indicating that...
Results from z26. ROM Hardware z26 test1.bas.bin 192246 000246 test2.bas.bin 064249 000249 test3.bas.bin 192248 000248 test4.bas.bin 192245 000245 test5.bas.bin 192245 000245 First 3 digits always the same, possibly indicating that...
He probably did, but I don't remember now. I only happened to find the ROMs at all because I was going through an old SDHC card I found. Maybe if...
Well, I only see one regression from Stella 4.7.3 to 5; some of the other stuff has been broken in Stella for some time.
I do have some code that does something with bit 6 of TIMINT (aka PA7), and it does have some effect. In particular, as mentioned in the thread, moving the...
The PA7 code I added was strictly based on the documentation I had (which we've recently found to be incomplete at times). So there's that. Plus, it was only to...