at.cpp: Correct Compaq Portable names to show up ... (#4443)

* at.cpp: Correct Compaq Portable names to show up when an incomplete name is entered on the command line.

* compc.cpp: Moved appropriate comments over from pc.cpp.

* pc.cpp: Reorganised for easier readability, updated comments, added Eagle Spirit PC, Compaq Portable and CDP MPC 1600

* pc.cpp: Added ITT XTRA. Boots and works, despite keyboard error. Dump of original graphics card is missing.
This commit is contained in:
rfka01 2018-12-31 22:29:14 +01:00 committed by R. Belmont
parent a5ba25e196
commit 146b4e3690
4 changed files with 911 additions and 763 deletions

View File

@ -1481,7 +1481,7 @@ COMP( 1985, k286i, ibm5170, 0, k286i, 0, at_state, init_at
COMP( 1991, t2000sx, ibm5170, 0, at386sx, 0, at_state, init_at, "Toshiba", "T2000SX", MACHINE_NOT_WORKING )
COMP( 199?, mbc28, ibm5170, 0, at386sx, 0, at_state, init_at, "Sanyo", "MBC-28", MACHINE_NOT_WORKING )
COMP( 1986, pcd2, ibm5170, 0, ibm5170, 0, at_state, init_at, "Siemens", "PCD-2", MACHINE_NOT_WORKING )
COMP( 1987, comportii ,ibm5170, 0, comportii, 0, at_state, init_at, "Compaq", "Portable II", MACHINE_NOT_WORKING )
COMP( 1987, comportiii,ibm5170, 0, comportiii,0, at_state, init_at, "Compaq", "Portable III", MACHINE_NOT_WORKING )
COMP( 1987, comportii ,ibm5170, 0, comportii, 0, at_state, init_at, "Compaq", "Compaq Portable II", MACHINE_NOT_WORKING )
COMP( 1987, comportiii,ibm5170, 0, comportiii,0, at_state, init_at, "Compaq", "Compaq Portable III", MACHINE_NOT_WORKING )
COMP( 1986, ews286, ibm5170, 0, ews286, 0, at_state, init_at, "Ericsson", "Ericsson WS286", MACHINE_NOT_WORKING )
//COMP( 1988, nws286, ibm5170, 0, ews286, 0, at_state, at, "Nokia Data", "Nokia Data WS286", MACHINE_NOT_WORKING )

View File

@ -1,6 +1,34 @@
// license:BSD-3-Clause
// copyright-holders:Carl
// Commodore PC 10 / PC 20 / PC 30
/***************************************************************************
Commodore PC10 / PC20 / PC30
Links: http://www.zimmers.net/cbmpics/cpcs.html , https://de.wikipedia.org/wiki/Commodore_PC-10_bis_PC-60 , http://mingos-commodorepage.tumblr.com/post/123656301482/commodore-pc-20-beim-pc-20-handelt-es-sich-um
http://www.richardlagendijk.nl/cip/computer/item/pc20ii/de
Form Factor: Desktop
CPU: 8088 @ 4.77 MHz
RAM: 256K / 512K / 640K
BUS: 5x ISA
Video: MDA
Mass storage: PC10: 1 or 2x 5.25" 360K , PC20: 1x 360K + 10MB HD, PC30: 1x 360K + 20MB HD
On board ports: Floppy, serial, parallel, speaker
Options: 8087 FPU
Commodore PC-10 III
=============
Links: http://dostalgie.de/downloads/pc10III-20III/PC10III_OM_COMMODORE_EN_DE.pdf ; ftp://ftp.zimmers.net/pub/cbm-pc/documents/PC-8088-Information.txt
Info: PC10-III and PC20-III are the same machines - PC10 has two floppies, PC20 one floppy and one harddisk
Form Factor: Desktop
CPU: 8088 @ 4.77 MHz / 7.16 MHz / 9.54 MHz
RAM: 640K
Bus: 3x ISA
Video: On board: MDA/CGA/Hercules/Plantronics
Mass storage: 1x Floppy 5.25" 360K and (PC10) another 360K or (PC20) 3.5" harddisk
On board ports: Floppy, XT-IDE Harddisk, Mouse, serial, parallel, RTC, Speaker
Options: 8087 FPU
***************************************************************************/
#include "emu.h"
#include "cpu/i86/i86.h"

File diff suppressed because it is too large Load Diff

View File

@ -31034,27 +31034,31 @@ ataripc1 // Atari PC1
ataripc3 // Atari PC3
bw230 // 1985 Bondwell (CGA)
compc1 // 1984 Commodore PC-1
comport // Compaq Portable
dgone // 1984 Data General/One
eagle1600 //
eaglespirit // Eagle PC Spirit
epc // 1984 Ericsson PC
eppc // 1985 Ericsson Portable PC
ibm5550 //
iskr3104 //
kaypro16 //
ittxtra // 1984 ITT XTRA
kaypro16 // Kaypro 16
laser_turbo_xt // 1988 VTech Laser Turbo XT
laser_xt3 // 1989 VTech Laser XT/3
mbc16 // Sanyo MBC-16
mpc1600 // Columbia Data Products MPC 1600
mc1702 //
mk88 //
olivm15 //
ncrpc4i // NCR PC4i
olivm15 // Olivetti M15
olytext30 // AEG Olympia Olytext 30
pc7000 // 1985 Sharp PC-7000
poisk2 //
sicpc1605 //
sicpc1605 // Siemens Sicomp PC16-05
ssam88s //
sx16 // Sanyo SX-16
zdsupers //
ncrpc4i // NCR PC4i
laser_turbo_xt // 1988 VTech Laser Turbo XT
laser_xt3 // 1989 VTech Laser XT/3
olytext30 // AEG Olympia Olytext 30
@source:pc100.cpp
pc100 //