mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 23:16:39 +00:00
Fix for VS2008
This commit is contained in:
@@ -1001,6 +1001,14 @@
|
||||
RelativePath=".\source\Video.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\VidHD.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\VidHD.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Windows"
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ public:
|
||||
virtual bool LoadSnapshot(YamlLoadHelper& yamlLoadHelper, UINT version);
|
||||
|
||||
private:
|
||||
const UINT SHR_MEMORY_END = 0x9FFF;
|
||||
static const UINT SHR_MEMORY_END = 0x9FFF;
|
||||
UINT m_memMode; // Only used by II/II+
|
||||
BYTE m_SCREENCOLOR;
|
||||
BYTE m_NEWVIDEO;
|
||||
|
||||
Reference in New Issue
Block a user