1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

SAGE: Change various Intel part devices to unique names

This avoids potential filename confusion between simulators when
building with separate compiles.
This commit is contained in:
Mark Pizzolato 2025-10-24 15:42:54 -10:00
parent d6a53f1c06
commit 16ee39a139
7 changed files with 7 additions and 6 deletions

View File

@ -199,23 +199,23 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
>
<File
RelativePath="..\SAGE\i8251.c"
RelativePath="..\SAGE\sage_i8251.c"
>
</File>
<File
RelativePath="..\SAGE\i8253.c"
RelativePath="..\SAGE\sage_i8253.c"
>
</File>
<File
RelativePath="..\SAGE\i8255.c"
RelativePath="..\SAGE\sage_i8255.c"
>
</File>
<File
RelativePath="..\SAGE\i8259.c"
RelativePath="..\SAGE\sage_i8259.c"
>
</File>
<File
RelativePath="..\SAGE\i8272.c"
RelativePath="..\SAGE\sage_i8272.c"
>
</File>
<File

View File

@ -2504,7 +2504,8 @@ SAGE = ${SAGED}/sage_cpu.c ${SAGED}/sage_sys.c ${SAGED}/sage_stddev.c \
${SAGED}/sage_cons.c ${SAGED}/sage_fd.c ${SAGED}/sage_lp.c \
${SAGED}/m68k_cpu.c ${SAGED}/m68k_mem.c ${SAGED}/m68k_scp.c \
${SAGED}/m68k_parse.tab.c ${SAGED}/m68k_sys.c \
${SAGED}/i8251.c ${SAGED}/i8253.c ${SAGED}/i8255.c ${SAGED}/i8259.c ${SAGED}/i8272.c
${SAGED}/sage_i8251.c ${SAGED}/sage_i8253.c ${SAGED}/sage_i8255.c \
${SAGED}/sage_i8259.c ${SAGED}/sage_i8272.c
SAGE_OPT = -I ${SAGED} -DHAVE_INT64
PDQ3D = ${SIMHD}/PDQ-3