diff options
| author | 2019-07-21 02:14:18 +1000 | |
|---|---|---|
| committer | 2019-07-21 02:14:18 +1000 | |
| commit | 117f89253b1bea80d33ef67eeeca433e5b462be4 (patch) | |
| tree | b451ee35d9e6cf3308231c07a9d35d1aca0bab66 | |
| parent | a8b8c3513f41b5ea586a2724ea15ee41b443fdef (diff) | |
New SKELETON: SWTPC 8212 terminal.
| -rw-r--r-- | src/mame/drivers/terminal.cpp | 11 | ||||
| -rw-r--r-- | src/mame/mame.lst | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/drivers/terminal.cpp b/src/mame/drivers/terminal.cpp index 618e97de484..e3df889d092 100644 --- a/src/mame/drivers/terminal.cpp +++ b/src/mame/drivers/terminal.cpp @@ -87,6 +87,16 @@ ROM_START( 7951om ) // TTL (no cpu) // 1k x 6bits display ram 64-characters uppe ROM_END +ROM_START( swtpc8212 ) // MC6802P, 2xMC6821P, INS8250N, MCM66750, MC6845P, bank of 8 dips, crystals unknown. On the back is a 25-pin RS-232 port, and a 25-pin printer port. + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "8224g_ver.1.1_6oct80.ic1", 0xf000, 0x0800, CRC(7d7f3c21) SHA1(f7e6e20b36a1c724a4e348bc784d0b7b5fb462a3) ) + ROM_LOAD( "8224g_ver.1.1_6oct80.ic2", 0xf800, 0x0800, CRC(2b118c22) SHA1(5fa031c834c7c582d5715764941499fcef51f477) ) + + ROM_REGION( 0x0800, "chargen", 0 ) + ROM_LOAD( "grafix_8x12_22aug80.bin", 0x0000, 0x0800, CRC(a525ed65) SHA1(813d2e85ddb258c5b032b959e695ad33200cbcc4) ) +ROM_END + + ROM_START( teleguide ) // order unknown // i8051, i8031 (layout very similar to loewed) // 64k ram + battery-backed nvram // b&w ROM_REGION( 0x38000, "maincpu", 0 ) ROM_LOAD( "cardreader_17044-068_349-1163.bin", 0x00000, 0x10000, CRC(3c980c0d) SHA1(9904ffd283a11defbe3daf2cb9029bcead8b02d0) ) @@ -102,4 +112,5 @@ COMP( 1991, alcat258, 0, 0, terminal, terminal, terminal_state, empty COMP( 1992, loewed, 0, 0, terminal, terminal, terminal_state, empty_init, "Loewe", "Multitel D", MACHINE_IS_SKELETON ) COMP( 1988, loewe715, 0, 0, terminal, terminal, terminal_state, empty_init, "Loewe", "Multicom 715L", MACHINE_IS_SKELETON ) COMP( 1987, 7951om, 0, 0, terminal, terminal, terminal_state, empty_init, "Mera-Elzab", "7951om", MACHINE_IS_SKELETON ) +COMP( 1980, swtpc8212, 0, 0, terminal, terminal, terminal_state, empty_init, "Southwest Technical Products Corporation", "SWTPC 8212", MACHINE_IS_SKELETON ) COMP( 1992, teleguide, 0, 0, terminal, terminal, terminal_state, empty_init, "Loewe / Televerket", "Teleguide", MACHINE_IS_SKELETON ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 471b174c70e..bce9f1dfe74 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -37754,6 +37754,7 @@ t4490 // Terco 4490 Mill CNC Control (c) 1986 alcat258 // loewe715 // loewed // +swtpc8212 // teleguide // @source:terracre.cpp |
