You are not logged in.
Could you demo a 6502 verticle blank section with your newest version that fixes map 4!
with these variables,
just curious what it would look like kwanger might like it aswell who knows. basically as it would look in 9.98, 9.99
MAP 0,globalptr ;6502.s
opz # 256*4
readmem_tbl # 8*4
writemem_tbl # 8*4
memmap_tbl # 8*4
cpuregs # 7*4
m6502_s # 4
lastbank # 4
nexttimeout # 4
scanline # 4
scanlinehook # 4
frame # 4
cyclesperscanline # 4
lastscanline # 4
unused_align # 4 -------------changed to---------- midscanline # 4
Offline
or perhaps you could explain when adding your code i run out of memory in the nes chr data section and what would i need to change the nes chr data variable to?