Closed dillof closed 2 years ago
Thanks for the report. Yes, it's not even emulated. I guess about ~20% of all MEGA65 registers (and their all bits) are emulated, there so many that almost impossible to do it in a life-time [ok it was a bit overstatement, I admit ...] ;) Thus I usually go onto the "on demand" route, if something is missing for somebody, I do it, like now I will. Currently (from Xemu source code):
// D60F bit 5, real hardware (1), emulation (0), other bits are not emulated yet by Xemu, so I give simply zero
return 0;
In next
now.
Describe the bug When you press the
cursor left
andcursor up
keys, bits 0 and 1 of register $D06F should be set, respectively.Used version of the project
To Reproduce Run the following program:
Expected behavior Then press the cursor keys, the value printed should change depending on pressed keys.
Computer/Device (please complete the following information):