mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Fix AltairZ80 compilation with Visual Studio 2008 (#85)
* AltairZ80: SS1: Fix disable after reset. The CompuPro System Support 1 could not be disabled after enabled and used due to timers causing it to be busy. Reset properly so that "set ss1 disabled" works after reset. * AltairZ80: wd179x: Properly reset 179x state. * AltairZ80: M68K: Fix compile with VS2008. * Musashi: Fix compilation with Visual Studio 2008. * AltairZ80: M68K: Resolve warnings in softfloat. * AltairZ80: Add headers to .vcproj
This commit is contained in:
committed by
Mark Pizzolato
parent
7b4bfeca06
commit
e65a35d429
@@ -281,10 +281,6 @@
|
||||
RelativePath="..\AltairZ80\m68k\m68kops.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\softfloat\softfloat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68ksim.c"
|
||||
>
|
||||
@@ -338,11 +334,11 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\s100_if3.c"
|
||||
RelativePath="..\AltairZ80\s100_icom.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\s100_icom.c"
|
||||
RelativePath="..\AltairZ80\s100_if3.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -429,6 +425,10 @@
|
||||
RelativePath="..\sim_video.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\softfloat\softfloat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\vfdhd.c"
|
||||
>
|
||||
@@ -510,6 +510,58 @@
|
||||
RelativePath="..\AltairZ80\altairz80_defs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\i8272.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\i86.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\insns.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\m68k.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\m68kconf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\m68kcpu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\m68kmmu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\m68kops.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68ksim.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\softfloat\mamesf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\mfdc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\softfloat\milieu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\nasm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\scp.h"
|
||||
>
|
||||
@@ -566,6 +618,18 @@
|
||||
RelativePath="..\sim_video.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\m68k\softfloat\softfloat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\vfdhd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\AltairZ80\wd179x.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
||||
Reference in New Issue
Block a user