mirror of
https://github.com/simh/simh.git
synced 2026-02-01 06:13:34 +00:00
SDS: Add Card Reader and Card Punch devices
This commit is contained in:
committed by
Mark Pizzolato
parent
746f806bb3
commit
268827d75c
4
makefile
4
makefile
@@ -1777,8 +1777,8 @@ LGP_OPT = -I ${LGPD}
|
||||
SDSD = ${SIMHD}/SDS
|
||||
SDS = ${SDSD}/sds_cpu.c ${SDSD}/sds_drm.c ${SDSD}/sds_dsk.c ${SDSD}/sds_io.c \
|
||||
${SDSD}/sds_lp.c ${SDSD}/sds_mt.c ${SDSD}/sds_mux.c ${SDSD}/sds_rad.c \
|
||||
${SDSD}/sds_stddev.c ${SDSD}/sds_sys.c
|
||||
SDS_OPT = -I ${SDSD}
|
||||
${SDSD}/sds_stddev.c ${SDSD}/sds_sys.c ${SDSD}/sds_cp.c ${SDSD}/sds_cr.c
|
||||
SDS_OPT = -I ${SDSD} -DUSE_SIM_CARD
|
||||
|
||||
|
||||
SWTP6800D = ${SIMHD}/swtp6800/swtp6800
|
||||
|
||||
Reference in New Issue
Block a user