Following up on a question in another thread . . .
the "graphics" available from the 80 Coulmn board (1/2)
regards
Dave
CP/M - 80 Column Board Graphics
CP/M - 80 Column Board Graphics
- Attachments
-
- std.jpg (72.16 KiB) Viewed 33218 times
-
- Alt.jpg (65.21 KiB) Viewed 33219 times
-
- alpha.jpg (163.36 KiB) Viewed 33219 times
CP/M - 80 Column Board Graphics 2/2
Following up on a question in another thread . . .
the "graphics" available from the 80 Coulmn board (2/2)
regards
Dave
the "graphics" available from the 80 Coulmn board (2/2)
regards
Dave
- Attachments
-
- graphics.jpg (216.19 KiB) Viewed 33218 times
-
- sg.jpg (66.97 KiB) Viewed 33218 times
Re: CP/M - 80 Column Board Graphics
Nice one Dave, me like!
Re: CP/M - 80 Column Board Graphics
I have hopefully faithfully recreated this, pixel by pixel, in MEMU, REMEMOTECH and REMEMOrizer, from printouts such as that.
In MEMU, the file monprom.c should be pretty self-explanatory.
It is interesting to note that you don't need to draw all the block character graphics, as their bit pattern is a function of the character code itself.
I use this fact in the REMEMOTECH and REMEMOrizer hardware to avoid needing 2.5KB of character generator memory.
In MEMU, the file monprom.c should be pretty self-explanatory.
It is interesting to note that you don't need to draw all the block character graphics, as their bit pattern is a function of the character code itself.
I use this fact in the REMEMOTECH and REMEMOrizer hardware to avoid needing 2.5KB of character generator memory.
{{{ Andy