1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 20:12:23 +00:00

SWTP6800: Added build support for internally contained swtbug.bin as a built-in ROM image

This commit is contained in:
Mark Pizzolato
2014-02-24 18:13:12 -08:00
parent d81825cdba
commit d0d3742504
5 changed files with 94 additions and 8 deletions

View File

@@ -1307,13 +1307,13 @@ ${BIN}sds${EXE} : ${SDS} ${SIM}
swtp6800mp-a : ${BIN}swtp6800mp-a${EXE}
${BIN}swtp6800mp-a${EXE} : ${SWTP6800MP-A} ${SIM}
${BIN}swtp6800mp-a${EXE} : ${SWTP6800MP-A} ${SIM} ${BUILD_ROMS}
${MKDIRBIN}
${CC} ${SWTP6800MP-A} ${SIM} ${SWTP6800_OPT} $(CC_OUTSPEC) ${LDFLAGS}
swtp6800mp-a2 : ${BIN}swtp6800mp-a2${EXE}
${BIN}swtp6800mp-a2${EXE} : ${SWTP6800MP-A2} ${SIM}
${BIN}swtp6800mp-a2${EXE} : ${SWTP6800MP-A2} ${SIM} ${BUILD_ROMS}
${MKDIRBIN}
${CC} ${SWTP6800MP-A2} ${SIM} ${SWTP6800_OPT} $(CC_OUTSPEC) ${LDFLAGS}