Source in directory KERNAL_C64_03 disagrees with KERNAL V3 ROM of my C64 and kernal-901227-03.bin shipped with VICE.
|
JMP CLKHI ;RELEASE THE CLOCK LINE***901227-03*** |
gets assembled to:
FF7D: 4C 85 EE JMP CLKHI ;RELEASE THE CLOCK LINE***901227-03***
But in the ROMs it is still:
I am courious if that change that did not make it into the ROMS or if it is an error in the source? In V1 and V2 source it is also JMP CLKLO, but the comment above indicates it was by intention.
Source in directory KERNAL_C64_03 disagrees with KERNAL V3 ROM of my C64 and kernal-901227-03.bin shipped with VICE.
cbmsrc/KERNAL_C64_03/irqfile
Line 42 in 5c5138f
gets assembled to:
But in the ROMs it is still:
I am courious if that change that did not make it into the ROMS or if it is an error in the source? In V1 and V2 source it is also
JMP CLKLO, but the comment above indicates it was by intention.