Hi everybody!
I'm struggling to find the right addresses to make some fun with the M65 editor cursor ...
One of my C64 memory maps show the following zeropage addresses:
BLNSW 00CC Flag: Cursor blink; $00 = Enabled, $01 = Disabled.
BLNCT 00CD Timer: Count down for Cursor blink toggle.
GDBLN 00CE Character under Cursor while Cursor Inverted.
BLNON 00CF Flag: Cursor Status; $00 = Off, $01 = On.
Now I am trying these in M65 mode, with Basic and everything else active. The state is like a just booted machine, no mapping or basepage switching going on. But the values on this addresses are not matching the description. My questions:
- How do I do something like this in M65 mode? Some examples around? E.g. making the cursor permanent in Assembler code.
- Is there a complete memory map for the M65 as a reference? Or which web-page do I miss? I have tons of docs, but nothing addresses such registers ...
Thx for any help or hint!