From d02de5156f2e80e0f0ab593ae16a5200bf4adaf5 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 14 Sep 2017 09:52:38 -0700 Subject: [PATCH] =?UTF-8?q?SCELBI:=20Updated=20documentation=20and=20remov?= =?UTF-8?q?ed=20makefile=20dependency=20(Hans-=C3=85ke=20Lund)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Intel-Systems/scelbi/scelbi.txt | 12 ++++++------ makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Intel-Systems/scelbi/scelbi.txt b/Intel-Systems/scelbi/scelbi.txt index b65c16c8..227fefbe 100644 --- a/Intel-Systems/scelbi/scelbi.txt +++ b/Intel-Systems/scelbi/scelbi.txt @@ -24,20 +24,20 @@ configuration: device simulates name(s) - CPU SCELBI-8B with Intel 8008 CPU, 16KB of RAM. + I8008 SCELBI-8B with Intel 8008 CPU, 16KB of RAM. TTY Serial "bit banger" interface (commonly to an ASR-33), is assumed to be connected to a serial "glass TTY" that is your terminal running the Simulator. - PTR Paper Tape Reader, but not implemented yet. + PTR Paper Tape Reader, not implemented yet. 2.1 CPU You may select different memory sizes, the default size is 16K. - SET CPU 4K - SET CPU 8K - SET CPU 12K - SET CPU 16K + SET I8008 4K + SET I8008 8K + SET I8008 12K + SET I8008 16K CPU Registers include the following: diff --git a/makefile b/makefile index d5544bbb..e4942493 100644 --- a/makefile +++ b/makefile @@ -1872,7 +1872,7 @@ ${BIN}ibmpcxt${EXE} : ${IBMPCXT} ${SIM} ${BUILD_ROMS} scelbi: ${BIN}scelbi${EXE} -${BIN}scelbi${EXE} : ${SCELBI} ${SIM} ${BUILD_ROMS} +${BIN}scelbi${EXE} : ${SCELBI} ${SIM} ${MKDIRBIN} ${CC} ${SCELBI} ${SIM} ${SCELBI_OPT} $(CC_OUTSPEC) ${LDFLAGS}