diff options
| author | 2019-10-30 13:02:31 +1100 | |
|---|---|---|
| committer | 2019-10-30 13:02:31 +1100 | |
| commit | 7aa1490a7e920be58d73344e20af67f36f7a9a2f (patch) | |
| tree | 104cc37a5b6d78ce942d230b070bf0681d4b9aa6 /scripts/target | |
| parent | fff889b165b607c2d1bf2b77727d0a2fc35239b4 (diff) | |
swtpc8212: get it running, and on the rs232 bus (#5729)
This patch gets it running, and splits it into two front ends, one
being a rs232 bus slot so that is can be used as a terminal option. It
adds the MCM66750 character generator, and implements the MC6845 row
update function. Most of the I/O has been worked out with help from
the CT-82 user manual. The various screen formats and the graphics
modes appear to be working and plausible. Printer support has been
added, and a beeper.
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index f09ec3d999d..031c563ad4c 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -621,6 +621,7 @@ MACHINES["SMPC"] = true MACHINES["SPG2XX"] = true MACHINES["STVCD"] = true MACHINES["SUN4C_MMU"] = true +MACHINES["SWTPC8212"] = true MACHINES["TC0091LVC"] = true MACHINES["TDC1008"] = true --MACHINES["TE7750"] = true |
