Re: My current QL accelerator project
Posted: Sat Jul 12, 2025 11:48 pm
But it does not necessarily mean all timings (and delays between accesses) are okay for all registers involved.Will James wrote: Sat Jul 12, 2025 8:43 pm I know writing to the screen register is working as I can change between mode 4 and mode 8 and turn the screen off. This means my read and write mapping is ok.
I think your problem at the moment is probably not interrupt related.
As a first step, I would create a little ROM at $C000 with the correct header, which pokes something to the screen. Just to see if execution arrives there. If it does, you could poll the keyboard yourself with MT.IPCOM (TRAP#1 with D0=$11) and see if you receive something. MT.IPCOM already works at this early stage, and does not need interrupts.