sy2002
sy2002
@MJoergen Regarding your comment about the emulator: I guess this has nothing todo with the timer interrupt: Can you please make a new issue, for now I would say tag...
P.S. Here is a workaround for you, so that you can still load large programs in the emulator: After having started the VGA emulator with `./run-vga` go to the terminal...
Hi Michael, thank you for your feedback. I fixed it and checked in the fix in `develop`: Please re-test on your side. On mine I tested using "test_programs/adventure.c", the `.out`...
The INCRB/DECRB of the timer ISRs might collide so this might be related to #135 and should be retested then
We should change the timer_test to adhere to the ISR best practice (`MOVE 0xF000, SP` and remove the `INCRB/DECRB` braket) and wait until issue #138 is done, because timer_test is...
The operative work on this issue is happening in the MEGA65 core repo: https://github.com/MEGA65/mega65-core/issues/280
@bernd-ulmann Please decide, if you would like to do this in about the next 5-8 weeks (target: V1.6) or later (target: V1.7). Please use the label feature on the right...
@MJoergen Just in case you would like to apply your freshly honed QNICE assembly skills: Here is a relatively simple issue (simple as in "a few hours up to one...
This whole thing is admitably a very edgy edge case 😈 I am not even sure if it can happen in real hardware, but it can be easily reproduced using...
Just in case our messages overlapped, I added this comment: https://github.com/sy2002/QNICE-FPGA/issues/123#issuecomment-689586438