tcdev
19th March 2008, 02:51 PM
I've started adding an on-screen-display (OSD) to the PACE framework.
I've unashamedly ripped the one from the Vector06C project. Ultimately I was hoping to port the WD1793/SD emulation to the TRS-80 in some sort of modular form, so the 1st step is getting the OSD to display.
This much I've managed to do, albeit breaking every project in the process (I'll fix them all soon).
Next step is to hook up the 6502 core and have it writing to the OSD screen buffer.
Aside from doing disk system emulation, I also plan to use it for configuration DIP switches and/or displaying virtual LEDs, as my P2 hardware has only 1 of each...
I've unashamedly ripped the one from the Vector06C project. Ultimately I was hoping to port the WD1793/SD emulation to the TRS-80 in some sort of modular form, so the 1st step is getting the OSD to display.
This much I've managed to do, albeit breaking every project in the process (I'll fix them all soon).
Next step is to hook up the 6502 core and have it writing to the OSD screen buffer.
Aside from doing disk system emulation, I also plan to use it for configuration DIP switches and/or displaying virtual LEDs, as my P2 hardware has only 1 of each...