TRSE icon indicating copy to clipboard operation
TRSE copied to clipboard

BUG. StartRasterChain. RasterIRQ. MSB

Open mirazulado opened this issue 2 years ago • 0 comments

TRSE 0.14.57 compiling for c64 Win10_64

Hello my friends. I have a problem with raster interrupts. When I enable an interrupt with a value greater than 255, the enabled line is value-255. Basically the RasterIRQ and StartRasterChain instructions do not write the MSB (bit 8) of the parameter in $D011.

The instructions load in MSB (bit 8) of the parameter in LDY and do not write it in $D011 #7 as seen in the attached screenshot.

BugInterrupt

mirazulado avatar Sep 14 '22 14:09 mirazulado