Updated Visual Studio project for new 'WD' scheme.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3099 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2014-11-21 23:54:41 +00:00
parent b1609e05eb
commit 763143544b
3 changed files with 12 additions and 4 deletions

View File

@ -153,7 +153,7 @@ bool CartridgeWD::bank(uInt16 bank)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void CartridgeWD::segmentZero(uInt8 slice)
{
cerr << __func__ << " : slice " << (int)slice << endl;
cerr << "segmentZero : slice " << (int)slice << endl;
uInt16 offset = slice << 10;
System::PageAccess access(this, System::PA_READ);
@ -170,7 +170,7 @@ cerr << __func__ << " : slice " << (int)slice << endl;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void CartridgeWD::segmentOne(uInt8 slice)
{
cerr << __func__ << " : slice " << (int)slice << endl;
cerr << "segmentOne : slice " << (int)slice << endl;
uInt16 offset = slice << 10;
System::PageAccess access(this, System::PA_READ);
@ -186,7 +186,7 @@ cerr << __func__ << " : slice " << (int)slice << endl;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void CartridgeWD::segmentTwo(uInt8 slice)
{
cerr << __func__ << " : slice " << (int)slice << endl;
cerr << "segmentTwo : slice " << (int)slice << endl;
uInt16 offset = slice << 10;
System::PageAccess access(this, System::PA_READ);
@ -202,7 +202,7 @@ cerr << __func__ << " : slice " << (int)slice << endl;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void CartridgeWD::segmentThree(uInt8 slice, bool map3bytes)
{
cerr << __func__ << ": slice " << (int)slice << endl;
cerr << "segmentThree: slice " << (int)slice << endl;
uInt16 offset = slice << 10;
// Make a copy of the address space pointed to by the slice

View File

@ -288,6 +288,7 @@
<ClCompile Include="..\emucore\CartDFSC.cxx" />
<ClCompile Include="..\emucore\CartFA2.cxx" />
<ClCompile Include="..\emucore\CartMDM.cxx" />
<ClCompile Include="..\emucore\CartWD.cxx" />
<ClCompile Include="..\emucore\CompuMate.cxx" />
<ClCompile Include="..\emucore\EventJoyHandler.cxx" />
<ClCompile Include="..\emucore\FBSurface.cxx" />
@ -540,6 +541,7 @@
<ClInclude Include="..\emucore\CartDFSC.hxx" />
<ClInclude Include="..\emucore\CartFA2.hxx" />
<ClInclude Include="..\emucore\CartMDM.hxx" />
<ClInclude Include="..\emucore\CartWD.hxx" />
<ClInclude Include="..\emucore\CompuMate.hxx" />
<ClInclude Include="..\emucore\FBSurface.hxx" />
<ClInclude Include="..\emucore\MindLink.hxx" />

View File

@ -768,6 +768,9 @@
<ClCompile Include="..\common\tv_filters\atari_ntsc.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\emucore\CartWD.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\bspf.hxx">
@ -1553,6 +1556,9 @@
<ClInclude Include="..\common\MediaFactory.hxx">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\emucore\CartWD.hxx">
<Filter>Header Files\emucore</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="stella.ico">