daver2
10k Member
I will have a look at PAUSE again... I may have confused myself with which Dazzler register was being read.
I also started to write my own Z80 Dazzler library a while ago. I got as far as INITG and DOT. The difference was, I was targeting multiple Dazzler cards - so multiple contexts were being maintained (one for each initialised card).
The character bitmap is interesting. I am just adding some comments to the source for how the three bytes are stored for each character. Incidentally, it is slightly different to the description in the manual... That had me confused for a while. One line of pixels was always out by 1 bit...
Dave
I also started to write my own Z80 Dazzler library a while ago. I got as far as INITG and DOT. The difference was, I was targeting multiple Dazzler cards - so multiple contexts were being maintained (one for each initialised card).
The character bitmap is interesting. I am just adding some comments to the source for how the three bytes are stored for each character. Incidentally, it is slightly different to the description in the manual... That had me confused for a while. One line of pixels was always out by 1 bit...
Dave