mirror of
https://github.com/open-simh/simh.git
synced 2026-02-03 15:23:28 +00:00
LINC: New emulator for the classic LINC.
This emulates the classic LINC. The design was settled in 1965, increasing memory to 2048 words, and adding a Z register, an overflow flag, and an interrupt facility.
This commit is contained in:
@@ -34,6 +34,7 @@ set(KA10D "${CMAKE_SOURCE_DIR}/PDP10")
|
||||
set(KI10D "${CMAKE_SOURCE_DIR}/PDP10")
|
||||
set(KL10D "${CMAKE_SOURCE_DIR}/PDP10")
|
||||
set(KS10D "${CMAKE_SOURCE_DIR}/PDP10")
|
||||
set(LINCD "${CMAKE_SOURCE_DIR}/linc")
|
||||
set(LGPD "${CMAKE_SOURCE_DIR}/LGP")
|
||||
set(ND100D "${CMAKE_SOURCE_DIR}/ND100")
|
||||
set(NOVAD "${CMAKE_SOURCE_DIR}/NOVA")
|
||||
@@ -100,6 +101,7 @@ add_subdirectory(Ibm1130)
|
||||
add_subdirectory(Intel-Systems/Intel-MDS)
|
||||
add_subdirectory(Intel-Systems/scelbi)
|
||||
add_subdirectory(Interdata)
|
||||
add_subdirectory(linc)
|
||||
add_subdirectory(LGP)
|
||||
add_subdirectory(ND100)
|
||||
add_subdirectory(NOVA)
|
||||
|
||||
Reference in New Issue
Block a user