1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 20:37:50 +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