Posted Wed Apr 30, 2003 11:03 AM
Figured out the problem, I forgot a $ for the LDA # STA CTRL to start DMA. I'm now getting a display, and it looks like what I'm expecting (I think...)
Unfortunately, I'm not in a position to recompile MESS for myself (thus my request for a pre-compiled debug binary).
Thanks for the heads up on the DMA timing. I thought that might be true. One of the documents gives some timing values, but I'm not sure whether two byte indirect requires 9 or 12 cycles per character (9 makes sense to me, 3x1 for the character & 3x2 for each of the graphic bytes). Well, maybe I'll just make something which looks cool on an emulator, even if it can't work on the actual hardware.