mist64/cbmsrc

JMP CLKHI at $FF7D not reflected in actual KERNAL V3 ROMs

Opened this issue · 0 comments

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:

FF7D: 4C 8E EE   JMP CLKLO

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.