ddrcode / c64rust

MOS6502 and C64 Emulators written in Rust
MIT License
1 stars 0 forks source link

Cursor doesn't blink after Kernal init #15

Closed ddrcode closed 1 year ago

ddrcode commented 1 year ago

Kernal loads, I can type, I can execute BASIC commands, but the cursor is not visible. Shame... Perhaps it depend's on CIA ticking or something like that. I spent some time tracking the code on Kernal dissassembly page, but still nothing.

ddrcode commented 1 year ago

Fixed and... it wasn't a n issues with cursor, IRQ, tmers, etc. It was always blinking but in non-printable character :-) I added both charsets and voila!