SCELBI: Updated documentation and removed makefile dependency (Hans-Åke Lund)

This commit is contained in:
Mark Pizzolato 2017-09-14 09:52:38 -07:00
parent 2574100ec5
commit d02de5156f
2 changed files with 7 additions and 7 deletions

View file

@ -24,20 +24,20 @@ configuration:
device simulates device simulates
name(s) 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 TTY Serial "bit banger" interface (commonly to an
ASR-33), is assumed to be connected to a serial ASR-33), is assumed to be connected to a serial
"glass TTY" that is your terminal running the Simulator. "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 2.1 CPU
You may select different memory sizes, the default size is 16K. You may select different memory sizes, the default size is 16K.
SET CPU 4K SET I8008 4K
SET CPU 8K SET I8008 8K
SET CPU 12K SET I8008 12K
SET CPU 16K SET I8008 16K
CPU Registers include the following: CPU Registers include the following:

View file

@ -1872,7 +1872,7 @@ ${BIN}ibmpcxt${EXE} : ${IBMPCXT} ${SIM} ${BUILD_ROMS}
scelbi: ${BIN}scelbi${EXE} scelbi: ${BIN}scelbi${EXE}
${BIN}scelbi${EXE} : ${SCELBI} ${SIM} ${BUILD_ROMS} ${BIN}scelbi${EXE} : ${SCELBI} ${SIM}
${MKDIRBIN} ${MKDIRBIN}
${CC} ${SCELBI} ${SIM} ${SCELBI_OPT} $(CC_OUTSPEC) ${LDFLAGS} ${CC} ${SCELBI} ${SIM} ${SCELBI_OPT} $(CC_OUTSPEC) ${LDFLAGS}