From da9c7bb7b30c665991f75d83ce1362e2deb3c687 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 18 Aug 2018 14:02:12 -0400 Subject: [PATCH] sol20: System name and minor note (nw) --- src/mame/drivers/ptcsol.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/ptcsol.cpp b/src/mame/drivers/ptcsol.cpp index 78d5e9a918e..8689557de59 100644 --- a/src/mame/drivers/ptcsol.cpp +++ b/src/mame/drivers/ptcsol.cpp @@ -8,6 +8,10 @@ Info from: http://www.sol20.org/ + The Sol Terminal Computer was the first complete S-100 microcomputer + with a built-in keyboard and video output. However, its internal + architecture resembles a video display terminal more than anything else. + Note that the SOLOS dump comes from the Solace emu. Confirmed as ok. The roms DPMON and CONSOL are widely available on the net as ENT files, @@ -808,5 +812,5 @@ ROM_START( sol20 ) ROM_END /* Driver */ -// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1976, sol20, 0, 0, sol20, sol20, sol20_state, init_sol20, "Processor Technology Corporation", "SOL-20", 0 ) +// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS +COMP( 1976, sol20, 0, 0, sol20, sol20, sol20_state, init_sol20, "Processor Technology Corporation", "Sol-20 Terminal Computer", 0 )