1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-04 07:00:17 +00:00

SEL32: Add IPU device support using pthreads on Linux and Windows.

SEL32: Update makefile and SEL32.vsproj file to add IPU device.
SEL32: Update README.md file.
SEL32: Do a general code cleanup.
This commit is contained in:
James C. Bevier
2023-01-04 13:30:59 -07:00
parent b84c84d6d9
commit e19fcc6706
21 changed files with 10184 additions and 1997 deletions

View File

@@ -1392,7 +1392,7 @@ SEL32 = ${SEL32D}/sel32_cpu.c ${SEL32D}/sel32_sys.c ${SEL32D}/sel32_chan.c \
${SEL32D}/sel32_clk.c ${SEL32D}/sel32_mt.c ${SEL32D}/sel32_lpr.c \
${SEL32D}/sel32_scfi.c ${SEL32D}/sel32_fltpt.c ${SEL32D}/sel32_disk.c \
${SEL32D}/sel32_hsdp.c ${SEL32D}/sel32_mfp.c ${SEL32D}/sel32_scsi.c \
${SEL32D}/sel32_ec.c
${SEL32D}/sel32_ec.c ${SEL32D}/sel32_ipu.c
SEL32_OPT = -I $(SEL32D) -DSEL32 ${NETWORK_OPT}
#SEL32_OPT = -I $(SEL32D) -DUSE_INT64 -DSEL32