uli / basicengine-firmware

BASIC Engine Firmware
78 stars 16 forks source link

VREG($01) Text Corruption #16

Closed jebielak closed 4 years ago

jebielak commented 4 years ago

VREG($01) causes all text printing to be corrupted after it's called. Tryed it both as PRINT VREG($01) A=VREG($01)

konimaru commented 4 years ago

Opcode $01 is in fact Write Status Register. Reading is $05 (which requires a f/w update to enable it).

konimaru commented 4 years ago

Once pull request #20 is approved this issue should be fixed (works for me).

uli commented 4 years ago

I assume this works now.