RC2014Z80 / picoterm

Pi Pico VGA Terminal Emulator For RC2014
BSD 3-Clause "New" or "Revised" License
63 stars 19 forks source link

ADM 3A terminal support #37

Open abaffa opened 1 year ago

abaffa commented 1 year ago

Since adm 3a was a very used terminal on cp/m machines I've been wondering if it's worth adding support for it.

I checked the manual and it seems very simple to implement - just few Ctrl+key commands to control the text flow and positions. I also think it's very similar to old dos keys (but I need to check it).

What do you think? There are some CP/M programs for Altair and others that supports adm 3a.

mchobby commented 1 year ago

@abaffa , Sorry for late reply,

If it doesn't alter existing the Picoterm features then it would be fine. Could you list down the Ctrl+Key that should be handled by the PicoTerm rendering?

Dominique