diff --git a/stella/src/wince/PocketStella.vcp b/stella/src/wince/PocketStella.vcp index fe92896ec..c2c40bacc 100644 --- a/stella/src/wince/PocketStella.vcp +++ b/stella/src/wince/PocketStella.vcp @@ -54,7 +54,7 @@ RSC=rc.exe # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /I "port" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /D "ARM" /D "_ARM_" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Oxs /M$(CECrtMT) /c +# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "ARM" /D "_ARM_" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Oxs /M$(CECrtMT) /c MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -63,7 +63,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib zlib/arm/zlibce.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"f:\a\stlport\lib\evc3-arm" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM +# ADD LINK32 commctrl.lib coredll.lib zlib/arm/zlibce.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"stlport\lib\evc3-arm" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -121,7 +121,7 @@ RSC=rc.exe # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r CPP=cl.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "i_386_" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /YX /Gs8192 /GF /Oxs /c -# ADD CPP /nologo /W3 /I "port" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Gs8192 /GF /Oxs /c +# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Gs8192 /GF /Oxs /c MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -156,7 +156,7 @@ RSC=rc.exe # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r CPP=cl.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "i_386_" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c -# ADD CPP /nologo /W3 /Zi /Od /I "port" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /Gs8192 /GF /c +# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /Gs8192 /GF /c MTL=midl.exe # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 @@ -165,7 +165,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86 -# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) zlib/x86/zlibce.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"f:\a\stlport\lib\evc3-x86" /subsystem:$(CESubsystem) /MACHINE:IX86 +# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) zlib/x86/zlibce.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"stlport\lib\evc3-x86" /subsystem:$(CESubsystem) /MACHINE:IX86 !ENDIF @@ -195,6 +195,7 @@ DEP_CPP_ABOUT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -213,8 +214,7 @@ DEP_CPP_ABOUT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -240,7 +240,7 @@ DEP_CPP_ABOUT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_ABOUT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -271,8 +271,11 @@ DEP_CPP_ABOUT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_ABOUT=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -297,9 +300,6 @@ DEP_CPP_ABOUT=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_ABOUT=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -311,6 +311,7 @@ DEP_CPP_ABOUT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -329,8 +330,7 @@ DEP_CPP_ABOUT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -356,7 +356,7 @@ DEP_CPP_ABOUT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_ABOUT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -369,6 +369,7 @@ DEP_CPP_ABOUT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -387,8 +388,7 @@ DEP_CPP_ABOUT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -414,7 +414,7 @@ DEP_CPP_ABOUT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_ABOUT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -441,6 +441,7 @@ DEP_CPP_AUDIO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -463,8 +464,7 @@ DEP_CPP_AUDIO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -490,7 +490,7 @@ DEP_CPP_AUDIO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_AUDIO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -524,8 +524,12 @@ DEP_CPP_AUDIO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_AUDIO=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -550,10 +554,6 @@ DEP_CPP_AUDIO=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_AUDIO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -564,6 +564,7 @@ DEP_CPP_AUDIO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -586,8 +587,7 @@ DEP_CPP_AUDIO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -613,8 +613,7 @@ DEP_CPP_AUDIO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_AUDIO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -626,6 +625,7 @@ DEP_CPP_AUDIO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -648,8 +648,7 @@ DEP_CPP_AUDIO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -675,7 +674,7 @@ DEP_CPP_AUDIO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_AUDIO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -699,6 +698,7 @@ DEP_CPP_BROWS=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -721,8 +721,7 @@ DEP_CPP_BROWS=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -748,7 +747,7 @@ DEP_CPP_BROWS=\ ".\sdl\SDL_video.h"\ NODEP_CPP_BROWS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -783,8 +782,11 @@ DEP_CPP_BROWS=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_BROWS=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -809,9 +811,6 @@ DEP_CPP_BROWS=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_BROWS=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -823,6 +822,7 @@ DEP_CPP_BROWS=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -845,8 +845,7 @@ DEP_CPP_BROWS=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -872,7 +871,7 @@ DEP_CPP_BROWS=\ ".\sdl\SDL_video.h"\ NODEP_CPP_BROWS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -885,6 +884,7 @@ DEP_CPP_BROWS=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -907,8 +907,7 @@ DEP_CPP_BROWS=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -934,7 +933,7 @@ DEP_CPP_BROWS=\ ".\sdl\SDL_video.h"\ NODEP_CPP_BROWS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -946,253 +945,6 @@ SOURCE=..\gui\BrowserDialog.hxx # End Source File # Begin Source File -SOURCE=..\gui\CheatCodeDialog.cxx - -!IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" - -DEP_CPP_CHEAT=\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEAT=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" - -DEP_CPP_CHEAT=\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEAT=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_CHEAT=\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEAT=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_CHEAT=\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEAT=\ - ".\port\pspstdint.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\gui\CheatCodeDialog.hxx -# End Source File -# Begin Source File - SOURCE=..\gui\CheckListWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -1204,6 +956,7 @@ DEP_CPP_CHECK=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1224,8 +977,7 @@ DEP_CPP_CHECK=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1251,7 +1003,7 @@ DEP_CPP_CHECK=\ ".\sdl\SDL_video.h"\ NODEP_CPP_CHECK=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -1283,8 +1035,11 @@ DEP_CPP_CHECK=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_CHECK=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1309,9 +1064,6 @@ DEP_CPP_CHECK=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_CHECK=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -1322,6 +1074,7 @@ DEP_CPP_CHECK=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1342,8 +1095,7 @@ DEP_CPP_CHECK=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1369,7 +1121,7 @@ DEP_CPP_CHECK=\ ".\sdl\SDL_video.h"\ NODEP_CPP_CHECK=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -1381,6 +1133,7 @@ DEP_CPP_CHECK=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1401,8 +1154,7 @@ DEP_CPP_CHECK=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1428,7 +1180,7 @@ DEP_CPP_CHECK=\ ".\sdl\SDL_video.h"\ NODEP_CPP_CHECK=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -1455,6 +1207,7 @@ DEP_CPP_COMMA=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1475,8 +1228,7 @@ DEP_CPP_COMMA=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1502,7 +1254,7 @@ DEP_CPP_COMMA=\ ".\sdl\SDL_video.h"\ NODEP_CPP_COMMA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -1534,8 +1286,12 @@ DEP_CPP_COMMA=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_COMMA=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1560,10 +1316,6 @@ DEP_CPP_COMMA=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_COMMA=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -1574,6 +1326,7 @@ DEP_CPP_COMMA=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1594,8 +1347,7 @@ DEP_CPP_COMMA=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1621,8 +1373,7 @@ DEP_CPP_COMMA=\ ".\sdl\SDL_video.h"\ NODEP_CPP_COMMA=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -1634,6 +1385,7 @@ DEP_CPP_COMMA=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1654,8 +1406,7 @@ DEP_CPP_COMMA=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1681,7 +1432,7 @@ DEP_CPP_COMMA=\ ".\sdl\SDL_video.h"\ NODEP_CPP_COMMA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -1704,6 +1455,7 @@ DEP_CPP_COMMAN=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1725,8 +1477,7 @@ DEP_CPP_COMMAN=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1752,7 +1503,7 @@ DEP_CPP_COMMAN=\ ".\sdl\SDL_video.h"\ NODEP_CPP_COMMAN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -1785,8 +1536,12 @@ DEP_CPP_COMMAN=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_COMMAN=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1811,10 +1566,6 @@ DEP_CPP_COMMAN=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_COMMAN=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -1825,6 +1576,7 @@ DEP_CPP_COMMAN=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1846,8 +1598,7 @@ DEP_CPP_COMMAN=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1873,8 +1624,7 @@ DEP_CPP_COMMAN=\ ".\sdl\SDL_video.h"\ NODEP_CPP_COMMAN=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -1886,6 +1636,7 @@ DEP_CPP_COMMAN=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1907,8 +1658,7 @@ DEP_CPP_COMMAN=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -1934,7 +1684,7 @@ DEP_CPP_COMMAN=\ ".\sdl\SDL_video.h"\ NODEP_CPP_COMMAN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -1961,6 +1711,7 @@ DEP_CPP_DIALO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -1982,8 +1733,7 @@ DEP_CPP_DIALO=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2009,7 +1759,7 @@ DEP_CPP_DIALO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_DIALO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -2042,8 +1792,12 @@ DEP_CPP_DIALO=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_DIALO=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2068,10 +1822,6 @@ DEP_CPP_DIALO=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_DIALO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -2082,6 +1832,7 @@ DEP_CPP_DIALO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2103,8 +1854,7 @@ DEP_CPP_DIALO=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2130,8 +1880,7 @@ DEP_CPP_DIALO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_DIALO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2143,6 +1892,7 @@ DEP_CPP_DIALO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2164,8 +1914,7 @@ DEP_CPP_DIALO=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2191,7 +1940,7 @@ DEP_CPP_DIALO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_DIALO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -2214,6 +1963,7 @@ DEP_CPP_DIALOG=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2233,8 +1983,7 @@ DEP_CPP_DIALOG=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2260,7 +2009,7 @@ DEP_CPP_DIALOG=\ ".\sdl\SDL_video.h"\ NODEP_CPP_DIALOG=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -2291,8 +2040,12 @@ DEP_CPP_DIALOG=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_DIALOG=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2317,10 +2070,6 @@ DEP_CPP_DIALOG=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_DIALOG=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -2331,6 +2080,7 @@ DEP_CPP_DIALOG=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2350,8 +2100,7 @@ DEP_CPP_DIALOG=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2377,8 +2126,7 @@ DEP_CPP_DIALOG=\ ".\sdl\SDL_video.h"\ NODEP_CPP_DIALOG=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2390,6 +2138,7 @@ DEP_CPP_DIALOG=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2409,8 +2158,7 @@ DEP_CPP_DIALOG=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2436,7 +2184,7 @@ DEP_CPP_DIALOG=\ ".\sdl\SDL_video.h"\ NODEP_CPP_DIALOG=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -2459,6 +2207,7 @@ DEP_CPP_EDITA=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2476,8 +2225,7 @@ DEP_CPP_EDITA=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2503,7 +2251,7 @@ DEP_CPP_EDITA=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EDITA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -2532,8 +2280,11 @@ DEP_CPP_EDITA=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_EDITA=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2558,9 +2309,6 @@ DEP_CPP_EDITA=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_EDITA=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -2571,6 +2319,7 @@ DEP_CPP_EDITA=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2588,8 +2337,7 @@ DEP_CPP_EDITA=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2615,7 +2363,7 @@ DEP_CPP_EDITA=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EDITA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -2627,6 +2375,7 @@ DEP_CPP_EDITA=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2644,8 +2393,7 @@ DEP_CPP_EDITA=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2671,7 +2419,7 @@ DEP_CPP_EDITA=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EDITA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -2683,249 +2431,6 @@ SOURCE=..\gui\EditableWidget.hxx # End Source File # Begin Source File -SOURCE=..\gui\EditNumWidget.cxx - -!IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" - -DEP_CPP_EDITN=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditNumWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_EDITN=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" - -DEP_CPP_EDITN=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditNumWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_EDITN=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_EDITN=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditNumWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_EDITN=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_EDITN=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditNumWidget.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_EDITN=\ - ".\port\pspstdint.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\gui\EditNumWidget.hxx -# End Source File -# Begin Source File - SOURCE=..\gui\EditTextWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -2937,6 +2442,7 @@ DEP_CPP_EDITT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -2956,8 +2462,7 @@ DEP_CPP_EDITT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -2983,7 +2488,7 @@ DEP_CPP_EDITT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EDITT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -3014,8 +2519,11 @@ DEP_CPP_EDITT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_EDITT=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3040,9 +2548,6 @@ DEP_CPP_EDITT=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_EDITT=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -3053,6 +2558,7 @@ DEP_CPP_EDITT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3072,8 +2578,7 @@ DEP_CPP_EDITT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3099,7 +2604,7 @@ DEP_CPP_EDITT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EDITT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3111,6 +2616,7 @@ DEP_CPP_EDITT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3130,8 +2636,7 @@ DEP_CPP_EDITT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3157,7 +2662,7 @@ DEP_CPP_EDITT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EDITT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -3169,7 +2674,7 @@ SOURCE=..\gui\EditTextWidget.hxx # End Source File # Begin Source File -SOURCE=..\gui\EventMappingDialog.cxx +SOURCE=..\gui\EventMappingWidget.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -3180,6 +2685,7 @@ DEP_CPP_EVENT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3190,21 +2696,18 @@ DEP_CPP_EVENT=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\EditableWidget.hxx"\ - "..\gui\EventMappingDialog.hxx"\ + "..\gui\EventMappingWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\ListWidget.hxx"\ - "..\gui\PopUpWidget.hxx"\ "..\gui\Rect.hxx"\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3230,7 +2733,7 @@ DEP_CPP_EVENT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -3252,21 +2755,17 @@ DEP_CPP_EVENT=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\EditableWidget.hxx"\ - "..\gui\EventMappingDialog.hxx"\ + "..\gui\EventMappingWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\ListWidget.hxx"\ - "..\gui\PopUpWidget.hxx"\ "..\gui\Rect.hxx"\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3292,8 +2791,9 @@ DEP_CPP_EVENT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENT=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -3305,6 +2805,7 @@ DEP_CPP_EVENT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3315,21 +2816,18 @@ DEP_CPP_EVENT=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\EditableWidget.hxx"\ - "..\gui\EventMappingDialog.hxx"\ + "..\gui\EventMappingWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\ListWidget.hxx"\ - "..\gui\PopUpWidget.hxx"\ "..\gui\Rect.hxx"\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3355,8 +2853,7 @@ DEP_CPP_EVENT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENT=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3368,6 +2865,7 @@ DEP_CPP_EVENT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3378,21 +2876,18 @@ DEP_CPP_EVENT=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ "..\gui\EditableWidget.hxx"\ - "..\gui\EventMappingDialog.hxx"\ + "..\gui\EventMappingWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\ListWidget.hxx"\ - "..\gui\PopUpWidget.hxx"\ "..\gui\Rect.hxx"\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3418,7 +2913,7 @@ DEP_CPP_EVENT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -3426,7 +2921,7 @@ NODEP_CPP_EVENT=\ # End Source File # Begin Source File -SOURCE=..\gui\EventMappingDialog.hxx +SOURCE=..\gui\EventMappingWidget.hxx # End Source File # Begin Source File @@ -3435,13 +2930,13 @@ SOURCE=..\gui\Font.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_FONT_=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FONT_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -3449,35 +2944,35 @@ NODEP_CPP_FONT_=\ DEP_CPP_FONT_=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_FONT_=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_FONT_=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FONT_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_FONT_=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FONT_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -3500,6 +2995,7 @@ DEP_CPP_GAMEI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3522,8 +3018,7 @@ DEP_CPP_GAMEI=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3549,7 +3044,7 @@ DEP_CPP_GAMEI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_GAMEI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -3579,8 +3074,11 @@ DEP_CPP_GAMEI=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_GAMEI=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3605,9 +3103,6 @@ DEP_CPP_GAMEI=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_GAMEI=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -3618,63 +3113,7 @@ DEP_CPP_GAMEI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GameInfoDialog.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_GAMEI=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_GAMEI=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3697,8 +3136,7 @@ DEP_CPP_GAMEI=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3724,7 +3162,68 @@ DEP_CPP_GAMEI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_GAMEI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" + +DEP_CPP_GAMEI=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EditTextWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GameInfoDialog.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_GAMEI=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -3741,14 +3240,14 @@ SOURCE=..\gui\GameList.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_GAMEL=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ "..\gui\GameList.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_GAMEL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -3757,37 +3256,37 @@ DEP_CPP_GAMEL=\ "..\gui\Array.hxx"\ "..\gui\GameList.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_GAMEL=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_GAMEL=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ "..\gui\GameList.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_GAMEL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_GAMEL=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ "..\gui\GameList.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_GAMEL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -3818,6 +3317,7 @@ DEP_CPP_HELPD=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3836,8 +3336,7 @@ DEP_CPP_HELPD=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3863,7 +3362,7 @@ DEP_CPP_HELPD=\ ".\sdl\SDL_video.h"\ NODEP_CPP_HELPD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -3893,8 +3392,11 @@ DEP_CPP_HELPD=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_HELPD=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3919,9 +3421,6 @@ DEP_CPP_HELPD=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_HELPD=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -3932,6 +3431,7 @@ DEP_CPP_HELPD=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -3950,8 +3450,7 @@ DEP_CPP_HELPD=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -3977,7 +3476,7 @@ DEP_CPP_HELPD=\ ".\sdl\SDL_video.h"\ NODEP_CPP_HELPD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -3989,6 +3488,7 @@ DEP_CPP_HELPD=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -4007,8 +3507,7 @@ DEP_CPP_HELPD=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4034,7 +3533,7 @@ DEP_CPP_HELPD=\ ".\sdl\SDL_video.h"\ NODEP_CPP_HELPD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -4046,7 +3545,7 @@ SOURCE=..\gui\HelpDialog.hxx # End Source File # Begin Source File -SOURCE=..\gui\InputTextDialog.cxx +SOURCE=..\gui\InputDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -4057,6 +3556,7 @@ DEP_CPP_INPUT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -4068,17 +3568,17 @@ DEP_CPP_INPUT=\ "..\gui\Array.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ + "..\gui\EventMappingWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ - "..\gui\InputTextDialog.hxx"\ + "..\gui\InputDialog.hxx"\ + "..\gui\PopUpWidget.hxx"\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4104,7 +3604,7 @@ DEP_CPP_INPUT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_INPUT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -4127,17 +3627,16 @@ DEP_CPP_INPUT=\ "..\gui\Array.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ + "..\gui\EventMappingWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ - "..\gui\InputTextDialog.hxx"\ + "..\gui\InputDialog.hxx"\ + "..\gui\PopUpWidget.hxx"\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4163,7 +3662,9 @@ DEP_CPP_INPUT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_INPUT=\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -4175,6 +3676,7 @@ DEP_CPP_INPUT=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -4186,17 +3688,17 @@ DEP_CPP_INPUT=\ "..\gui\Array.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ + "..\gui\EventMappingWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ - "..\gui\InputTextDialog.hxx"\ + "..\gui\InputDialog.hxx"\ + "..\gui\PopUpWidget.hxx"\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4222,12 +3724,142 @@ DEP_CPP_INPUT=\ ".\sdl\SDL_video.h"\ NODEP_CPP_INPUT=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_INPUT=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EventMappingWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\InputDialog.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\TabWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_INPUT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\gui\InputDialog.hxx +# End Source File +# Begin Source File + +SOURCE=..\gui\InputTextDialog.cxx + +!IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" + +DEP_CPP_INPUTT=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EditTextWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\InputTextDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_INPUTT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" + +DEP_CPP_INPUTT=\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -4254,8 +3886,11 @@ DEP_CPP_INPUT=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_INPUTT=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4280,8 +3915,123 @@ DEP_CPP_INPUT=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_INPUT=\ - ".\port\pspstdint.h"\ + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" + +DEP_CPP_INPUTT=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EditTextWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\InputTextDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_INPUTT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" + +DEP_CPP_INPUTT=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\EditTextWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\InputTextDialog.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_INPUTT=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -4305,6 +4055,7 @@ DEP_CPP_LAUNC=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -4327,8 +4078,7 @@ DEP_CPP_LAUNC=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4354,7 +4104,7 @@ DEP_CPP_LAUNC=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -4389,8 +4139,12 @@ DEP_CPP_LAUNC=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_LAUNC=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4415,10 +4169,6 @@ DEP_CPP_LAUNC=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_LAUNC=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -4430,6 +4180,7 @@ DEP_CPP_LAUNC=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -4452,8 +4203,7 @@ DEP_CPP_LAUNC=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4479,8 +4229,7 @@ DEP_CPP_LAUNC=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNC=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -4493,6 +4242,7 @@ DEP_CPP_LAUNC=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -4515,8 +4265,7 @@ DEP_CPP_LAUNC=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4542,7 +4291,7 @@ DEP_CPP_LAUNC=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -4566,6 +4315,7 @@ DEP_CPP_LAUNCH=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MD5.hxx"\ @@ -4596,8 +4346,7 @@ DEP_CPP_LAUNCH=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4623,7 +4372,7 @@ DEP_CPP_LAUNCH=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCH=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -4666,8 +4415,12 @@ DEP_CPP_LAUNCH=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_LAUNCH=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4692,10 +4445,6 @@ DEP_CPP_LAUNCH=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_LAUNCH=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -4707,6 +4456,7 @@ DEP_CPP_LAUNCH=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MD5.hxx"\ @@ -4737,8 +4487,7 @@ DEP_CPP_LAUNCH=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4764,8 +4513,7 @@ DEP_CPP_LAUNCH=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCH=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -4778,6 +4526,7 @@ DEP_CPP_LAUNCH=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MD5.hxx"\ @@ -4808,8 +4557,7 @@ DEP_CPP_LAUNCH=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4835,7 +4583,7 @@ DEP_CPP_LAUNCH=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCH=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -4859,6 +4607,7 @@ DEP_CPP_LAUNCHE=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -4884,8 +4633,7 @@ DEP_CPP_LAUNCHE=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4911,7 +4659,7 @@ DEP_CPP_LAUNCHE=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCHE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -4949,8 +4697,12 @@ DEP_CPP_LAUNCHE=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_LAUNCHE=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -4975,10 +4727,6 @@ DEP_CPP_LAUNCHE=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_LAUNCHE=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -4990,6 +4738,7 @@ DEP_CPP_LAUNCHE=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5015,8 +4764,7 @@ DEP_CPP_LAUNCHE=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5042,8 +4790,7 @@ DEP_CPP_LAUNCHE=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCHE=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -5056,6 +4803,7 @@ DEP_CPP_LAUNCHE=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5081,8 +4829,7 @@ DEP_CPP_LAUNCHE=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5108,7 +4855,7 @@ DEP_CPP_LAUNCHE=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LAUNCHE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -5131,6 +4878,7 @@ DEP_CPP_LISTW=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5151,8 +4899,7 @@ DEP_CPP_LISTW=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5178,7 +4925,7 @@ DEP_CPP_LISTW=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LISTW=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -5210,8 +4957,11 @@ DEP_CPP_LISTW=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_LISTW=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5236,9 +4986,6 @@ DEP_CPP_LISTW=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_LISTW=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -5249,6 +4996,7 @@ DEP_CPP_LISTW=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5269,8 +5017,7 @@ DEP_CPP_LISTW=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5296,7 +5043,7 @@ DEP_CPP_LISTW=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LISTW=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -5308,6 +5055,7 @@ DEP_CPP_LISTW=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5328,8 +5076,7 @@ DEP_CPP_LISTW=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5355,7 +5102,7 @@ DEP_CPP_LISTW=\ ".\sdl\SDL_video.h"\ NODEP_CPP_LISTW=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -5372,13 +5119,13 @@ SOURCE=..\gui\Menu.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_MENU_=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5388,12 +5135,9 @@ DEP_CPP_MENU_=\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GameInfoDialog.hxx"\ "..\gui\GuiObject.hxx"\ @@ -5404,8 +5148,7 @@ DEP_CPP_MENU_=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5431,13 +5174,12 @@ DEP_CPP_MENU_=\ ".\sdl\SDL_video.h"\ NODEP_CPP_MENU_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_MENU_=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5453,7 +5195,6 @@ DEP_CPP_MENU_=\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ @@ -5467,8 +5208,14 @@ DEP_CPP_MENU_=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_MENU_=\ + "..\common\Cheat.hxx"\ + "..\gui\CheatCodeDialog.hxx"\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5493,21 +5240,17 @@ DEP_CPP_MENU_=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_MENU_=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_MENU_=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5517,7 +5260,6 @@ DEP_CPP_MENU_=\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ @@ -5531,8 +5273,7 @@ DEP_CPP_MENU_=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5558,20 +5299,19 @@ DEP_CPP_MENU_=\ ".\sdl\SDL_video.h"\ NODEP_CPP_MENU_=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_MENU_=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5581,12 +5321,9 @@ DEP_CPP_MENU_=\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ "..\gui\Font.hxx"\ "..\gui\GameInfoDialog.hxx"\ "..\gui\GuiObject.hxx"\ @@ -5597,8 +5334,7 @@ DEP_CPP_MENU_=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5624,7 +5360,7 @@ DEP_CPP_MENU_=\ ".\sdl\SDL_video.h"\ NODEP_CPP_MENU_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -5641,13 +5377,13 @@ SOURCE=..\gui\OptionsDialog.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_OPTIO=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5659,26 +5395,22 @@ DEP_CPP_OPTIO=\ "..\gui\AboutDialog.hxx"\ "..\gui\Array.hxx"\ "..\gui\AudioDialog.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ - "..\gui\EventMappingDialog.hxx"\ "..\gui\Font.hxx"\ "..\gui\GameInfoDialog.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\HelpDialog.hxx"\ + "..\gui\InputDialog.hxx"\ "..\gui\OptionsDialog.hxx"\ "..\gui\Rect.hxx"\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5704,13 +5436,13 @@ DEP_CPP_OPTIO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_OPTIO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + "..\gui\CheatCodeDialog.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_OPTIO=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ @@ -5728,11 +5460,9 @@ DEP_CPP_OPTIO=\ "..\gui\AboutDialog.hxx"\ "..\gui\Array.hxx"\ "..\gui\AudioDialog.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ - "..\gui\EventMappingDialog.hxx"\ "..\gui\Font.hxx"\ "..\gui\GameInfoDialog.hxx"\ "..\gui\GuiObject.hxx"\ @@ -5744,8 +5474,15 @@ DEP_CPP_OPTIO=\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_OPTIO=\ + "..\common\Cheat.hxx"\ + "..\gui\CheatCodeDialog.hxx"\ + "..\gui\EventMappingDialog.hxx"\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5770,21 +5507,17 @@ DEP_CPP_OPTIO=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_OPTIO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_OPTIO=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5796,24 +5529,22 @@ DEP_CPP_OPTIO=\ "..\gui\AboutDialog.hxx"\ "..\gui\Array.hxx"\ "..\gui\AudioDialog.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ - "..\gui\EventMappingDialog.hxx"\ "..\gui\Font.hxx"\ "..\gui\GameInfoDialog.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\HelpDialog.hxx"\ + "..\gui\InputDialog.hxx"\ "..\gui\OptionsDialog.hxx"\ "..\gui\Rect.hxx"\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5839,20 +5570,20 @@ DEP_CPP_OPTIO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_OPTIO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + "..\gui\CheatCodeDialog.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_OPTIO=\ - "..\common\Cheat.hxx"\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5864,26 +5595,22 @@ DEP_CPP_OPTIO=\ "..\gui\AboutDialog.hxx"\ "..\gui\Array.hxx"\ "..\gui\AudioDialog.hxx"\ - "..\gui\CheatCodeDialog.hxx"\ "..\gui\Command.hxx"\ "..\gui\Dialog.hxx"\ "..\gui\DialogContainer.hxx"\ - "..\gui\EditableWidget.hxx"\ - "..\gui\EditTextWidget.hxx"\ - "..\gui\EventMappingDialog.hxx"\ "..\gui\Font.hxx"\ "..\gui\GameInfoDialog.hxx"\ "..\gui\GuiObject.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\HelpDialog.hxx"\ + "..\gui\InputDialog.hxx"\ "..\gui\OptionsDialog.hxx"\ "..\gui\Rect.hxx"\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5909,7 +5636,8 @@ DEP_CPP_OPTIO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_OPTIO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + "..\gui\CheatCodeDialog.hxx"\ !ENDIF @@ -5932,6 +5660,7 @@ DEP_CPP_POPUP=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -5956,8 +5685,7 @@ DEP_CPP_POPUP=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -5983,7 +5711,7 @@ DEP_CPP_POPUP=\ ".\sdl\SDL_video.h"\ NODEP_CPP_POPUP=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -6015,8 +5743,12 @@ DEP_CPP_POPUP=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_POPUP=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6041,10 +5773,6 @@ DEP_CPP_POPUP=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_POPUP=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -6055,66 +5783,7 @@ DEP_CPP_POPUP=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\DialogContainer.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\PopUpWidget.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\Stack.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_POPUP=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_POPUP=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6139,8 +5808,7 @@ DEP_CPP_POPUP=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6166,7 +5834,70 @@ DEP_CPP_POPUP=\ ".\sdl\SDL_video.h"\ NODEP_CPP_POPUP=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" + +DEP_CPP_POPUP=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\DialogContainer.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\ListWidget.hxx"\ + "..\gui\PopUpWidget.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\ScrollBarWidget.hxx"\ + "..\gui\Stack.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\StringListWidget.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_POPUP=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -6189,6 +5920,7 @@ DEP_CPP_PROGR=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6209,8 +5941,7 @@ DEP_CPP_PROGR=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6236,7 +5967,7 @@ DEP_CPP_PROGR=\ ".\sdl\SDL_video.h"\ NODEP_CPP_PROGR=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -6268,8 +5999,12 @@ DEP_CPP_PROGR=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_PROGR=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6294,10 +6029,6 @@ DEP_CPP_PROGR=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_PROGR=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -6308,6 +6039,7 @@ DEP_CPP_PROGR=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6328,8 +6060,7 @@ DEP_CPP_PROGR=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6355,8 +6086,7 @@ DEP_CPP_PROGR=\ ".\sdl\SDL_video.h"\ NODEP_CPP_PROGR=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -6368,6 +6098,7 @@ DEP_CPP_PROGR=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6388,8 +6119,7 @@ DEP_CPP_PROGR=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6415,7 +6145,7 @@ DEP_CPP_PROGR=\ ".\sdl\SDL_video.h"\ NODEP_CPP_PROGR=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -6442,6 +6172,7 @@ DEP_CPP_SCROL=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6460,8 +6191,7 @@ DEP_CPP_SCROL=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6487,7 +6217,7 @@ DEP_CPP_SCROL=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SCROL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -6517,8 +6247,11 @@ DEP_CPP_SCROL=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_SCROL=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6543,9 +6276,6 @@ DEP_CPP_SCROL=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_SCROL=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -6556,6 +6286,7 @@ DEP_CPP_SCROL=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6574,8 +6305,7 @@ DEP_CPP_SCROL=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6601,7 +6331,7 @@ DEP_CPP_SCROL=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SCROL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -6613,6 +6343,7 @@ DEP_CPP_SCROL=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6631,8 +6362,7 @@ DEP_CPP_SCROL=\ "..\gui\ScrollBarWidget.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6658,7 +6388,7 @@ DEP_CPP_SCROL=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SCROL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -6693,6 +6423,7 @@ DEP_CPP_STRIN=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6713,8 +6444,7 @@ DEP_CPP_STRIN=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6740,7 +6470,7 @@ DEP_CPP_STRIN=\ ".\sdl\SDL_video.h"\ NODEP_CPP_STRIN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -6772,8 +6502,11 @@ DEP_CPP_STRIN=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_STRIN=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6798,9 +6531,6 @@ DEP_CPP_STRIN=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_STRIN=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -6811,6 +6541,7 @@ DEP_CPP_STRIN=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6831,8 +6562,7 @@ DEP_CPP_STRIN=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6858,7 +6588,7 @@ DEP_CPP_STRIN=\ ".\sdl\SDL_video.h"\ NODEP_CPP_STRIN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -6870,6 +6600,7 @@ DEP_CPP_STRIN=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6890,8 +6621,7 @@ DEP_CPP_STRIN=\ "..\gui\StringList.hxx"\ "..\gui\StringListWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6917,7 +6647,7 @@ DEP_CPP_STRIN=\ ".\sdl\SDL_video.h"\ NODEP_CPP_STRIN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -6940,6 +6670,7 @@ DEP_CPP_TABWI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -6958,8 +6689,7 @@ DEP_CPP_TABWI=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -6985,7 +6715,7 @@ DEP_CPP_TABWI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_TABWI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -7015,8 +6745,11 @@ DEP_CPP_TABWI=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_TABWI=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7041,9 +6774,6 @@ DEP_CPP_TABWI=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_TABWI=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7054,6 +6784,7 @@ DEP_CPP_TABWI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -7072,8 +6803,7 @@ DEP_CPP_TABWI=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7099,7 +6829,7 @@ DEP_CPP_TABWI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_TABWI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -7111,6 +6841,7 @@ DEP_CPP_TABWI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -7129,8 +6860,7 @@ DEP_CPP_TABWI=\ "..\gui\StringList.hxx"\ "..\gui\TabWidget.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7156,7 +6886,7 @@ DEP_CPP_TABWI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_TABWI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -7183,6 +6913,7 @@ DEP_CPP_VIDEO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -7205,8 +6936,7 @@ DEP_CPP_VIDEO=\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7232,7 +6962,7 @@ DEP_CPP_VIDEO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_VIDEO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -7266,8 +6996,12 @@ DEP_CPP_VIDEO=\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_VIDEO=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7292,10 +7026,6 @@ DEP_CPP_VIDEO=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_VIDEO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7306,6 +7036,7 @@ DEP_CPP_VIDEO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -7328,8 +7059,7 @@ DEP_CPP_VIDEO=\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7355,8 +7085,7 @@ DEP_CPP_VIDEO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_VIDEO=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -7368,6 +7097,7 @@ DEP_CPP_VIDEO=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -7390,8 +7120,7 @@ DEP_CPP_VIDEO=\ "..\gui\StringList.hxx"\ "..\gui\VideoDialog.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7417,7 +7146,7 @@ DEP_CPP_VIDEO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_VIDEO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -7440,6 +7169,7 @@ DEP_CPP_WIDGE=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -7458,8 +7188,7 @@ DEP_CPP_WIDGE=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7485,7 +7214,7 @@ DEP_CPP_WIDGE=\ ".\sdl\SDL_video.h"\ NODEP_CPP_WIDGE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -7514,8 +7243,11 @@ DEP_CPP_WIDGE=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_WIDGE=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7540,9 +7272,6 @@ DEP_CPP_WIDGE=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_WIDGE=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -7553,62 +7282,7 @@ DEP_CPP_WIDGE=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Command.hxx"\ - "..\gui\Dialog.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiObject.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\Rect.hxx"\ - "..\gui\StringList.hxx"\ - "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_WIDGE=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_WIDGE=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -7627,8 +7301,7 @@ DEP_CPP_WIDGE=\ "..\gui\Rect.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -7654,7 +7327,64 @@ DEP_CPP_WIDGE=\ ".\sdl\SDL_video.h"\ NODEP_CPP_WIDGE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" + +DEP_CPP_WIDGE=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Command.hxx"\ + "..\gui\Dialog.hxx"\ + "..\gui\EditableWidget.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiObject.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\Rect.hxx"\ + "..\gui\StringList.hxx"\ + "..\gui\Widget.hxx"\ + ".\missing.h"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + +NODEP_CPP_WIDGE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -7665,517 +7395,6 @@ NODEP_CPP_WIDGE=\ SOURCE=..\gui\Widget.hxx # End Source File # End Group -# Begin Group "Cheat" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\common\BankRomCheat.cxx - -!IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" - -DEP_CPP_BANKR=\ - "..\common\BankRomCheat.hxx"\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_BANKR=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" - -DEP_CPP_BANKR=\ - "..\common\BankRomCheat.hxx"\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_BANKR=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_BANKR=\ - "..\common\BankRomCheat.hxx"\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_BANKR=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_BANKR=\ - "..\common\BankRomCheat.hxx"\ - "..\common\Cheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_BANKR=\ - ".\port\pspstdint.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\common\BankRomCheat.hxx -# End Source File -# Begin Source File - -SOURCE=..\common\Cheat.cxx - -!IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" - -DEP_CPP_CHEAT_=\ - "..\common\BankRomCheat.hxx"\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEAT_=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" - -DEP_CPP_CHEAT_=\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - -NODEP_CPP_CHEAT_=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_CHEAT_=\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - -NODEP_CPP_CHEAT_=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_CHEAT_=\ - "..\common\BankRomCheat.hxx"\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEAT_=\ - ".\port\pspstdint.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\common\Cheat.hxx -# End Source File -# Begin Source File - -SOURCE=..\common\CheetahCheat.cxx - -!IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" - -DEP_CPP_CHEET=\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEET=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" - -DEP_CPP_CHEET=\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - -NODEP_CPP_CHEET=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" - -DEP_CPP_CHEET=\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - -NODEP_CPP_CHEET=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_CHEET=\ - "..\common\Cheat.hxx"\ - "..\common\CheetahCheat.hxx"\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_CHEET=\ - ".\port\pspstdint.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\common\CheetahCheat.hxx -# End Source File -# End Group # Begin Source File SOURCE=..\emucore\Booster.cxx @@ -8186,11 +7405,11 @@ DEP_CPP_BOOST=\ "..\emucore\Booster.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_BOOST=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8199,10 +7418,10 @@ DEP_CPP_BOOST=\ "..\emucore\Booster.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_BOOST=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8212,11 +7431,11 @@ DEP_CPP_BOOST=\ "..\emucore\Booster.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_BOOST=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8225,11 +7444,11 @@ DEP_CPP_BOOST=\ "..\emucore\Booster.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_BOOST=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8263,16 +7482,16 @@ DEP_CPP_CART_=\ "..\emucore\CartMB.hxx"\ "..\emucore\CartMC.hxx"\ "..\emucore\CartUA.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\MD5.hxx"\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8304,10 +7523,10 @@ DEP_CPP_CART_=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\MD5.hxx"\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CART_=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8335,16 +7554,16 @@ DEP_CPP_CART_=\ "..\emucore\CartMB.hxx"\ "..\emucore\CartMC.hxx"\ "..\emucore\CartUA.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\MD5.hxx"\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8371,16 +7590,16 @@ DEP_CPP_CART_=\ "..\emucore\CartMB.hxx"\ "..\emucore\CartMC.hxx"\ "..\emucore\CartUA.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\MD5.hxx"\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8396,15 +7615,15 @@ DEP_CPP_CART2=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart2K.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART2=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8417,10 +7636,10 @@ DEP_CPP_CART2=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CART2=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8430,15 +7649,15 @@ DEP_CPP_CART2=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart2K.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART2=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8447,15 +7666,15 @@ DEP_CPP_CART2=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart2K.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART2=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8471,6 +7690,7 @@ DEP_CPP_CART3=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart3E.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -8479,11 +7699,10 @@ DEP_CPP_CART3=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART3=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8500,10 +7719,10 @@ DEP_CPP_CART3=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CART3=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8513,6 +7732,7 @@ DEP_CPP_CART3=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart3E.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -8521,11 +7741,10 @@ DEP_CPP_CART3=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART3=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8534,6 +7753,7 @@ DEP_CPP_CART3=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart3E.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -8542,11 +7762,10 @@ DEP_CPP_CART3=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART3=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8562,6 +7781,7 @@ DEP_CPP_CART3F=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart3F.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -8569,11 +7789,10 @@ DEP_CPP_CART3F=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART3F=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8589,10 +7808,10 @@ DEP_CPP_CART3F=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CART3F=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8602,6 +7821,7 @@ DEP_CPP_CART3F=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart3F.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -8609,11 +7829,10 @@ DEP_CPP_CART3F=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART3F=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8622,6 +7841,7 @@ DEP_CPP_CART3F=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart3F.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -8629,11 +7849,10 @@ DEP_CPP_CART3F=\ "..\emucore\Serializer.hxx"\ "..\emucore\Sound.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART3F=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8649,15 +7868,15 @@ DEP_CPP_CART4=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart4K.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART4=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8670,10 +7889,10 @@ DEP_CPP_CART4=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CART4=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8683,15 +7902,15 @@ DEP_CPP_CART4=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart4K.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART4=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8700,15 +7919,15 @@ DEP_CPP_CART4=\ "..\emucore\Cart.hxx"\ "..\emucore\Cart4K.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CART4=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8724,6 +7943,7 @@ DEP_CPP_CARTA=\ "..\emucore\Cart.hxx"\ "..\emucore\CartAR.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ @@ -8733,11 +7953,10 @@ DEP_CPP_CARTA=\ "..\emucore\Serializer.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8755,10 +7974,10 @@ DEP_CPP_CARTA=\ "..\emucore\Serializer.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTA=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8768,6 +7987,7 @@ DEP_CPP_CARTA=\ "..\emucore\Cart.hxx"\ "..\emucore\CartAR.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ @@ -8777,11 +7997,10 @@ DEP_CPP_CARTA=\ "..\emucore\Serializer.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8790,6 +8009,7 @@ DEP_CPP_CARTA=\ "..\emucore\Cart.hxx"\ "..\emucore\CartAR.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ @@ -8799,11 +8019,10 @@ DEP_CPP_CARTA=\ "..\emucore\Serializer.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8819,16 +8038,16 @@ DEP_CPP_CARTC=\ "..\emucore\Cart.hxx"\ "..\emucore\CartCV.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8842,10 +8061,10 @@ DEP_CPP_CARTC=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTC=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8855,16 +8074,16 @@ DEP_CPP_CARTC=\ "..\emucore\Cart.hxx"\ "..\emucore\CartCV.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8873,16 +8092,16 @@ DEP_CPP_CARTC=\ "..\emucore\Cart.hxx"\ "..\emucore\CartCV.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8898,15 +8117,15 @@ DEP_CPP_CARTD=\ "..\emucore\Cart.hxx"\ "..\emucore\CartDPC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8919,10 +8138,10 @@ DEP_CPP_CARTD=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTD=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -8932,15 +8151,15 @@ DEP_CPP_CARTD=\ "..\emucore\Cart.hxx"\ "..\emucore\CartDPC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -8949,15 +8168,15 @@ DEP_CPP_CARTD=\ "..\emucore\Cart.hxx"\ "..\emucore\CartDPC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -8973,15 +8192,15 @@ DEP_CPP_CARTE=\ "..\emucore\Cart.hxx"\ "..\emucore\CartE0.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -8994,10 +8213,10 @@ DEP_CPP_CARTE=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTE=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9007,15 +8226,15 @@ DEP_CPP_CARTE=\ "..\emucore\Cart.hxx"\ "..\emucore\CartE0.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9024,15 +8243,15 @@ DEP_CPP_CARTE=\ "..\emucore\Cart.hxx"\ "..\emucore\CartE0.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9048,16 +8267,16 @@ DEP_CPP_CARTE7=\ "..\emucore\Cart.hxx"\ "..\emucore\CartE7.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTE7=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9071,10 +8290,10 @@ DEP_CPP_CARTE7=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTE7=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9084,16 +8303,16 @@ DEP_CPP_CARTE7=\ "..\emucore\Cart.hxx"\ "..\emucore\CartE7.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTE7=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9102,16 +8321,16 @@ DEP_CPP_CARTE7=\ "..\emucore\Cart.hxx"\ "..\emucore\CartE7.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTE7=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9127,16 +8346,16 @@ DEP_CPP_CARTF=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF4.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9150,10 +8369,10 @@ DEP_CPP_CARTF=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTF=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9163,16 +8382,16 @@ DEP_CPP_CARTF=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF4.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9181,16 +8400,16 @@ DEP_CPP_CARTF=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF4.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9206,16 +8425,16 @@ DEP_CPP_CARTF4=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF4SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF4=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9229,10 +8448,10 @@ DEP_CPP_CARTF4=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTF4=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9242,16 +8461,16 @@ DEP_CPP_CARTF4=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF4SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF4=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9260,16 +8479,16 @@ DEP_CPP_CARTF4=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF4SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF4=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9285,15 +8504,15 @@ DEP_CPP_CARTF6=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF6.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF6=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9306,10 +8525,10 @@ DEP_CPP_CARTF6=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTF6=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9319,15 +8538,15 @@ DEP_CPP_CARTF6=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF6.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF6=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9336,15 +8555,15 @@ DEP_CPP_CARTF6=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF6.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF6=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9360,16 +8579,16 @@ DEP_CPP_CARTF6S=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF6SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF6S=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9383,10 +8602,10 @@ DEP_CPP_CARTF6S=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTF6S=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9396,16 +8615,16 @@ DEP_CPP_CARTF6S=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF6SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF6S=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9414,16 +8633,16 @@ DEP_CPP_CARTF6S=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF6SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF6S=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9439,15 +8658,15 @@ DEP_CPP_CARTF8=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF8.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF8=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9460,10 +8679,10 @@ DEP_CPP_CARTF8=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTF8=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9473,15 +8692,15 @@ DEP_CPP_CARTF8=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF8.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF8=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9490,15 +8709,15 @@ DEP_CPP_CARTF8=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF8.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF8=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9514,16 +8733,16 @@ DEP_CPP_CARTF8S=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF8SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF8S=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9537,10 +8756,10 @@ DEP_CPP_CARTF8S=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTF8S=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9550,16 +8769,16 @@ DEP_CPP_CARTF8S=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF8SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF8S=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9568,16 +8787,16 @@ DEP_CPP_CARTF8S=\ "..\emucore\Cart.hxx"\ "..\emucore\CartF8SC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTF8S=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9593,16 +8812,16 @@ DEP_CPP_CARTFA=\ "..\emucore\Cart.hxx"\ "..\emucore\CartFASC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTFA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9616,10 +8835,10 @@ DEP_CPP_CARTFA=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTFA=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9629,16 +8848,16 @@ DEP_CPP_CARTFA=\ "..\emucore\Cart.hxx"\ "..\emucore\CartFASC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTFA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9647,16 +8866,16 @@ DEP_CPP_CARTFA=\ "..\emucore\Cart.hxx"\ "..\emucore\CartFASC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTFA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9672,15 +8891,15 @@ DEP_CPP_CARTFE=\ "..\emucore\Cart.hxx"\ "..\emucore\CartFE.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTFE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9693,10 +8912,10 @@ DEP_CPP_CARTFE=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTFE=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9706,15 +8925,15 @@ DEP_CPP_CARTFE=\ "..\emucore\Cart.hxx"\ "..\emucore\CartFE.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTFE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9723,15 +8942,15 @@ DEP_CPP_CARTFE=\ "..\emucore\Cart.hxx"\ "..\emucore\CartFE.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTFE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9747,15 +8966,15 @@ DEP_CPP_CARTM=\ "..\emucore\Cart.hxx"\ "..\emucore\CartMB.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTM=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9768,10 +8987,10 @@ DEP_CPP_CARTM=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTM=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9781,15 +9000,15 @@ DEP_CPP_CARTM=\ "..\emucore\Cart.hxx"\ "..\emucore\CartMB.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTM=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9798,15 +9017,15 @@ DEP_CPP_CARTM=\ "..\emucore\Cart.hxx"\ "..\emucore\CartMB.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTM=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9822,16 +9041,16 @@ DEP_CPP_CARTMC=\ "..\emucore\Cart.hxx"\ "..\emucore\CartMC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTMC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9845,10 +9064,10 @@ DEP_CPP_CARTMC=\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTMC=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9858,16 +9077,16 @@ DEP_CPP_CARTMC=\ "..\emucore\Cart.hxx"\ "..\emucore\CartMC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTMC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9876,16 +9095,16 @@ DEP_CPP_CARTMC=\ "..\emucore\Cart.hxx"\ "..\emucore\CartMC.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Random.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTMC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9901,15 +9120,15 @@ DEP_CPP_CARTU=\ "..\emucore\Cart.hxx"\ "..\emucore\CartUA.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTU=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -9922,10 +9141,10 @@ DEP_CPP_CARTU=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CARTU=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -9935,15 +9154,15 @@ DEP_CPP_CARTU=\ "..\emucore\Cart.hxx"\ "..\emucore\CartUA.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTU=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -9952,15 +9171,15 @@ DEP_CPP_CARTU=\ "..\emucore\Cart.hxx"\ "..\emucore\CartUA.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_CARTU=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -9991,13 +9210,13 @@ DEP_CPP_CONSO=\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\Joystick.hxx"\ "..\emucore\Keyboard.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ - "..\emucore\MD5.hxx"\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Paddles.hxx"\ @@ -10020,8 +9239,7 @@ DEP_CPP_CONSO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10047,7 +9265,7 @@ DEP_CPP_CONSO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_CONSO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -10100,8 +9318,11 @@ DEP_CPP_CONSO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_CONSO=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10126,9 +9347,6 @@ DEP_CPP_CONSO=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_CONSO=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10151,13 +9369,13 @@ DEP_CPP_CONSO=\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\Joystick.hxx"\ "..\emucore\Keyboard.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ - "..\emucore\MD5.hxx"\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Paddles.hxx"\ @@ -10180,8 +9398,7 @@ DEP_CPP_CONSO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10207,7 +9424,7 @@ DEP_CPP_CONSO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_CONSO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -10231,13 +9448,13 @@ DEP_CPP_CONSO=\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\Joystick.hxx"\ "..\emucore\Keyboard.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ - "..\emucore\MD5.hxx"\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Paddles.hxx"\ @@ -10260,8 +9477,7 @@ DEP_CPP_CONSO=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10287,7 +9503,7 @@ DEP_CPP_CONSO=\ ".\sdl\SDL_video.h"\ NODEP_CPP_CONSO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -10301,21 +9517,21 @@ SOURCE=..\emucore\Control.cxx DEP_CPP_CONTR=\ "..\emucore\Control.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_CONTR=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_CONTR=\ "..\emucore\Control.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_CONTR=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -10323,22 +9539,22 @@ NODEP_CPP_CONTR=\ DEP_CPP_CONTR=\ "..\emucore\Control.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_CONTR=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_CONTR=\ "..\emucore\Control.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_CONTR=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -10352,21 +9568,21 @@ SOURCE=..\emucore\Deserializer.cxx DEP_CPP_DESER=\ "..\emucore\Deserializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_DESER=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_DESER=\ "..\emucore\Deserializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_DESER=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -10374,22 +9590,22 @@ NODEP_CPP_DESER=\ DEP_CPP_DESER=\ "..\emucore\Deserializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_DESER=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_DESER=\ "..\emucore\Deserializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_DESER=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -10402,45 +9618,45 @@ SOURCE=..\emucore\m6502\src\Device.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_DEVIC=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_DEVIC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_DEVIC=\ "..\emucore\m6502\src\Device.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_DEVIC=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_DEVIC=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_DEVIC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_DEVIC=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_DEVIC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -10456,14 +9672,14 @@ DEP_CPP_DRIVI=\ "..\emucore\Control.hxx"\ "..\emucore\Driving.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_DRIVI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -10475,10 +9691,10 @@ DEP_CPP_DRIVI=\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_DRIVI=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -10488,14 +9704,14 @@ DEP_CPP_DRIVI=\ "..\emucore\Control.hxx"\ "..\emucore\Driving.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_DRIVI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -10504,14 +9720,14 @@ DEP_CPP_DRIVI=\ "..\emucore\Control.hxx"\ "..\emucore\Driving.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_DRIVI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -10525,21 +9741,21 @@ SOURCE=..\emucore\Event.cxx DEP_CPP_EVENT_=\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_EVENT_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_EVENT_=\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_EVENT_=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -10547,22 +9763,22 @@ NODEP_CPP_EVENT_=\ DEP_CPP_EVENT_=\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_EVENT_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_EVENT_=\ "..\emucore\Event.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_EVENT_=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -10589,6 +9805,7 @@ DEP_CPP_EVENTH=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -10614,8 +9831,7 @@ DEP_CPP_EVENTH=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10641,7 +9857,8 @@ DEP_CPP_EVENTH=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENTH=\ - ".\port\pspstdint.h"\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -10686,8 +9903,11 @@ DEP_CPP_EVENTH=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_EVENTH=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10712,9 +9932,6 @@ DEP_CPP_EVENTH=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_EVENTH=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -10733,6 +9950,7 @@ DEP_CPP_EVENTH=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -10758,8 +9976,7 @@ DEP_CPP_EVENTH=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10785,7 +10002,8 @@ DEP_CPP_EVENTH=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENTH=\ - ".\port\pspstdint.h"\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -10805,6 +10023,7 @@ DEP_CPP_EVENTH=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -10830,8 +10049,7 @@ DEP_CPP_EVENTH=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10857,7 +10075,8 @@ DEP_CPP_EVENTH=\ ".\sdl\SDL_video.h"\ NODEP_CPP_EVENTH=\ - ".\port\pspstdint.h"\ + "..\emucore\CheatManager.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -10883,6 +10102,7 @@ DEP_CPP_FRAME=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -10908,8 +10128,7 @@ DEP_CPP_FRAME=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -10936,8 +10155,8 @@ DEP_CPP_FRAME=\ NODEP_CPP_FRAME=\ "..\emucore\DisplayPSP.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ "..\emucore\macOSXDisplay.h"\ - ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -10981,8 +10200,13 @@ DEP_CPP_FRAME=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_FRAME=\ + "..\emucore\DisplayPSP.hxx"\ + "..\emucore\macOSXDisplay.h"\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11007,11 +10231,6 @@ DEP_CPP_FRAME=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_FRAME=\ - "..\emucore\DisplayPSP.hxx"\ - "..\emucore\macOSXDisplay.h"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -11029,6 +10248,7 @@ DEP_CPP_FRAME=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -11054,8 +10274,7 @@ DEP_CPP_FRAME=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11082,8 +10301,8 @@ DEP_CPP_FRAME=\ NODEP_CPP_FRAME=\ "..\emucore\DisplayPSP.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ "..\emucore\macOSXDisplay.h"\ - ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -11102,6 +10321,7 @@ DEP_CPP_FRAME=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -11127,8 +10347,7 @@ DEP_CPP_FRAME=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11155,8 +10374,8 @@ DEP_CPP_FRAME=\ NODEP_CPP_FRAME=\ "..\emucore\DisplayPSP.hxx"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ "..\emucore\macOSXDisplay.h"\ - ".\port\pspstdint.h"\ !ENDIF @@ -11170,13 +10389,13 @@ SOURCE=..\emucore\FSNode.cxx DEP_CPP_FSNOD=\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FSNOD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -11185,10 +10404,10 @@ DEP_CPP_FSNOD=\ "..\emucore\FSNode.hxx"\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_FSNOD=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -11196,26 +10415,26 @@ NODEP_CPP_FSNOD=\ DEP_CPP_FSNOD=\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FSNOD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_FSNOD=\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FSNOD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -11231,11 +10450,11 @@ DEP_CPP_JOYST=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Joystick.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_JOYST=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -11244,10 +10463,10 @@ DEP_CPP_JOYST=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Joystick.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_JOYST=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -11257,11 +10476,11 @@ DEP_CPP_JOYST=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Joystick.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_JOYST=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -11270,11 +10489,11 @@ DEP_CPP_JOYST=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Joystick.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_JOYST=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -11290,11 +10509,11 @@ DEP_CPP_KEYBO=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Keyboard.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_KEYBO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -11303,10 +10522,10 @@ DEP_CPP_KEYBO=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Keyboard.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_KEYBO=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -11316,11 +10535,11 @@ DEP_CPP_KEYBO=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Keyboard.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_KEYBO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -11329,11 +10548,11 @@ DEP_CPP_KEYBO=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Keyboard.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + ".\missing.h"\ NODEP_CPP_KEYBO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -11347,17 +10566,17 @@ SOURCE=..\emucore\m6502\src\M6502.cxx DEP_CPP_M6502=\ "..\debugger\Expression.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_M6502=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -11370,10 +10589,10 @@ DEP_CPP_M6502=\ "..\emucore\m6502\src\System.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_M6502=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -11381,34 +10600,34 @@ NODEP_CPP_M6502=\ DEP_CPP_M6502=\ "..\debugger\Expression.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_M6502=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_M6502=\ "..\debugger\Expression.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_M6502=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -11434,6 +10653,7 @@ DEP_CPP_M6502H=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ @@ -11459,8 +10679,7 @@ DEP_CPP_M6502H=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11486,7 +10705,7 @@ DEP_CPP_M6502H=\ ".\sdl\SDL_video.h"\ NODEP_CPP_M6502H=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ # ADD CPP /U "DEBUG" @@ -11531,8 +10750,12 @@ DEP_CPP_M6502H=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_M6502H=\ ".\port\bspf.hxx"\ + ".\port\EventHandler.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11557,10 +10780,6 @@ DEP_CPP_M6502H=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_M6502H=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - # ADD CPP /U "DEBUG" !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -11579,6 +10798,7 @@ DEP_CPP_M6502H=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ @@ -11604,8 +10824,7 @@ DEP_CPP_M6502H=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11631,8 +10850,7 @@ DEP_CPP_M6502H=\ ".\sdl\SDL_video.h"\ NODEP_CPP_M6502H=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ # ADD CPP /U "DEBUG" @@ -11652,6 +10870,7 @@ DEP_CPP_M6502H=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\M6502Hi.hxx"\ @@ -11677,8 +10896,7 @@ DEP_CPP_M6502H=\ "..\gui\Stack.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -11704,7 +10922,7 @@ DEP_CPP_M6502H=\ ".\sdl\SDL_video.h"\ NODEP_CPP_M6502H=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ # ADD CPP /U "DEBUG" @@ -11722,6 +10940,7 @@ DEP_CPP_M6532=\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -11733,11 +10952,10 @@ DEP_CPP_M6532=\ "..\emucore\Sound.hxx"\ "..\emucore\Switches.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_M6532=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -11758,10 +10976,10 @@ DEP_CPP_M6532=\ "..\emucore\Sound.hxx"\ "..\emucore\Switches.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_M6532=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -11772,6 +10990,7 @@ DEP_CPP_M6532=\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -11783,11 +11002,10 @@ DEP_CPP_M6532=\ "..\emucore\Sound.hxx"\ "..\emucore\Switches.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_M6532=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -11797,6 +11015,7 @@ DEP_CPP_M6532=\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -11808,11 +11027,10 @@ DEP_CPP_M6532=\ "..\emucore\Sound.hxx"\ "..\emucore\Switches.hxx"\ "..\emucore\TIA.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_M6532=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -11825,45 +11043,45 @@ SOURCE=..\emucore\MD5.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_MD5_C=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\MD5.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_MD5_C=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_MD5_C=\ "..\emucore\MD5.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_MD5_C=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_MD5_C=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\MD5.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_MD5_C=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_MD5_C=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\MD5.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_MD5_C=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -11876,45 +11094,45 @@ SOURCE=..\emucore\MediaSrc.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_MEDIA=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\MediaSrc.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_MEDIA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_MEDIA=\ "..\emucore\MediaSrc.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_MEDIA=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_MEDIA=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\MediaSrc.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_MEDIA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_MEDIA=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\MediaSrc.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_MEDIA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -11928,14 +11146,14 @@ SOURCE=..\emucore\m6502\src\NullDev.cxx DEP_CPP_NULLD=\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_NULLD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -11945,10 +11163,10 @@ DEP_CPP_NULLD=\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_NULLD=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -11956,28 +11174,28 @@ NODEP_CPP_NULLD=\ DEP_CPP_NULLD=\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_NULLD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_NULLD=\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_NULLD=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12007,11 +11225,13 @@ DEP_CPP_OSYST=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ + "..\emucore\MD5.hxx"\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ @@ -12037,10 +11257,8 @@ DEP_CPP_OSYST=\ "..\gui\StellaFont.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ - ".\port\SoundWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12065,13 +11283,15 @@ DEP_CPP_OSYST=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ {$(INCLUDE)}"gx.h"\ NODEP_CPP_OSYST=\ + "..\emucore\CheatManager.hxx"\ "..\emucore\FrameBufferPSP.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -12124,8 +11344,12 @@ DEP_CPP_OSYST=\ "..\gui\StellaFont.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ + +NODEP_CPP_OSYST=\ + "..\emucore\FrameBufferPSP.hxx"\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12153,10 +11377,6 @@ DEP_CPP_OSYST=\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ -NODEP_CPP_OSYST=\ - "..\emucore\FrameBufferPSP.hxx"\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -12178,11 +11398,13 @@ DEP_CPP_OSYST=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ + "..\emucore\MD5.hxx"\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ @@ -12208,10 +11430,8 @@ DEP_CPP_OSYST=\ "..\gui\StellaFont.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ - ".\port\SoundWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12236,12 +11456,15 @@ DEP_CPP_OSYST=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_OSYST=\ + "..\emucore\CheatManager.hxx"\ "..\emucore\FrameBufferPSP.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -12264,11 +11487,13 @@ DEP_CPP_OSYST=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\M6532.hxx"\ + "..\emucore\MD5.hxx"\ "..\emucore\MediaSrc.hxx"\ "..\emucore\OSystem.hxx"\ "..\emucore\Props.hxx"\ @@ -12294,10 +11519,8 @@ DEP_CPP_OSYST=\ "..\gui\StellaFont.hxx"\ "..\gui\StringList.hxx"\ "..\gui\Widget.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ - ".\port\SoundWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12322,13 +11545,15 @@ DEP_CPP_OSYST=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_OSYST=\ + "..\emucore\CheatManager.hxx"\ "..\emucore\FrameBufferPSP.hxx"\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12343,12 +11568,12 @@ SOURCE=..\emucore\Paddles.cxx DEP_CPP_PADDL=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Paddles.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PADDL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -12357,10 +11582,10 @@ DEP_CPP_PADDL=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ "..\emucore\Paddles.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_PADDL=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -12369,12 +11594,12 @@ NODEP_CPP_PADDL=\ DEP_CPP_PADDL=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Paddles.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PADDL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -12382,12 +11607,12 @@ NODEP_CPP_PADDL=\ DEP_CPP_PADDL=\ "..\emucore\Control.hxx"\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Paddles.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PADDL=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12400,45 +11625,45 @@ SOURCE=..\emucore\Props.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_PROPS=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PROPS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_PROPS=\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_PROPS=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_PROPS=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PROPS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_PROPS=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PROPS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12451,13 +11676,13 @@ SOURCE=..\emucore\PropsSet.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_PROPSS=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PROPSS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -12465,35 +11690,35 @@ NODEP_CPP_PROPSS=\ DEP_CPP_PROPSS=\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_PROPSS=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_PROPSS=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PROPSS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_PROPSS=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\PropsSet.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_PROPSS=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12506,45 +11731,45 @@ SOURCE=..\emucore\Random.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_RANDO=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Random.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_RANDO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_RANDO=\ "..\emucore\Random.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_RANDO=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_RANDO=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Random.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_RANDO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_RANDO=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Random.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_RANDO=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12557,45 +11782,45 @@ SOURCE=..\emucore\Serializer.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_SERIA=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SERIA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SERIA=\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_SERIA=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_SERIA=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SERIA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_SERIA=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Serializer.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SERIA=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12615,6 +11840,7 @@ DEP_CPP_SETTI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -12627,8 +11853,7 @@ DEP_CPP_SETTI=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12654,7 +11879,7 @@ DEP_CPP_SETTI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SETTI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -12679,8 +11904,11 @@ DEP_CPP_SETTI=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ + +NODEP_CPP_SETTI=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12705,9 +11933,6 @@ DEP_CPP_SETTI=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_SETTI=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -12719,6 +11944,7 @@ DEP_CPP_SETTI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -12731,8 +11957,7 @@ DEP_CPP_SETTI=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12758,7 +11983,7 @@ DEP_CPP_SETTI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SETTI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -12771,6 +11996,7 @@ DEP_CPP_SETTI=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -12783,8 +12009,7 @@ DEP_CPP_SETTI=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12810,7 +12035,7 @@ DEP_CPP_SETTI=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SETTI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -12831,6 +12056,7 @@ DEP_CPP_SOUND=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -12844,8 +12070,7 @@ DEP_CPP_SOUND=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12871,7 +12096,7 @@ DEP_CPP_SOUND=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SOUND=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -12898,8 +12123,11 @@ DEP_CPP_SOUND=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ + +NODEP_CPP_SOUND=\ ".\port\bspf.hxx"\ ".\port\missing.h"\ + ".\port\pspstdint.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12924,9 +12152,6 @@ DEP_CPP_SOUND=\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ -NODEP_CPP_SOUND=\ - ".\port\pspstdint.h"\ - !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -12939,6 +12164,7 @@ DEP_CPP_SOUND=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -12952,8 +12178,7 @@ DEP_CPP_SOUND=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -12979,7 +12204,7 @@ DEP_CPP_SOUND=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SOUND=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -12993,6 +12218,7 @@ DEP_CPP_SOUND=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -13006,8 +12232,7 @@ DEP_CPP_SOUND=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13033,7 +12258,7 @@ DEP_CPP_SOUND=\ ".\sdl\SDL_video.h"\ NODEP_CPP_SOUND=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -13047,13 +12272,13 @@ SOURCE=..\emucore\Switches.cxx DEP_CPP_SWITC=\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\Switches.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SWITC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -13062,10 +12287,10 @@ DEP_CPP_SWITC=\ "..\emucore\Event.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\Switches.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_SWITC=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -13073,26 +12298,26 @@ NODEP_CPP_SWITC=\ DEP_CPP_SWITC=\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\Switches.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SWITC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_SWITC=\ "..\emucore\Event.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Props.hxx"\ "..\emucore\Switches.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SWITC=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -13106,6 +12331,7 @@ SOURCE=..\emucore\m6502\src\System.cxx DEP_CPP_SYSTE=\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -13116,11 +12342,10 @@ DEP_CPP_SYSTE=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SYSTE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -13137,10 +12362,10 @@ DEP_CPP_SYSTE=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_SYSTE=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -13148,6 +12373,7 @@ NODEP_CPP_SYSTE=\ DEP_CPP_SYSTE=\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -13158,17 +12384,17 @@ DEP_CPP_SYSTE=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SYSTE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_SYSTE=\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -13179,11 +12405,10 @@ DEP_CPP_SYSTE=\ "..\emucore\TIA.hxx"\ "..\gui\Array.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_SYSTE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -13200,6 +12425,7 @@ DEP_CPP_TIA_C=\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -13214,11 +12440,10 @@ DEP_CPP_TIA_C=\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_TIA_C=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -13242,10 +12467,10 @@ DEP_CPP_TIA_C=\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_TIA_C=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ @@ -13256,6 +12481,7 @@ DEP_CPP_TIA_C=\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -13270,11 +12496,10 @@ DEP_CPP_TIA_C=\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_TIA_C=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -13284,6 +12509,7 @@ DEP_CPP_TIA_C=\ "..\emucore\Console.hxx"\ "..\emucore\Control.hxx"\ "..\emucore\Deserializer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\M6502.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ @@ -13298,11 +12524,10 @@ DEP_CPP_TIA_C=\ "..\gui\Array.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_TIA_C=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -13315,15 +12540,15 @@ SOURCE=..\emucore\TIASnd.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_TIASN=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\TIASnd.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_TIASN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -13333,39 +12558,39 @@ DEP_CPP_TIASN=\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\TIASnd.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_TIASN=\ + ".\port\bspf.hxx"\ + ".\port\missing.h"\ ".\port\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_TIASN=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\TIASnd.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_TIASN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_TIASN=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ "..\emucore\TIASnd.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_TIASN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -13387,6 +12612,8 @@ DEP_CPP_UNZIP=\ DEP_CPP_UNZIP=\ "..\emucore\unzip.h"\ + +NODEP_CPP_UNZIP=\ ".\zlib\zconf.h"\ ".\zlib\zlib.h"\ @@ -13420,6 +12647,10 @@ SOURCE=..\emucore\Booster.hxx # End Source File # Begin Source File +SOURCE=..\emucore\m6502\src\bspf\src\bspf.hxx +# End Source File +# Begin Source File + SOURCE=..\emucore\Cart.hxx # End Source File # Begin Source File @@ -13647,19 +12878,19 @@ SOURCE=.\resource.rc # End Source File # Begin Source File +SOURCE=.\resrc1.h +# End Source File +# Begin Source File + SOURCE=.\stella.ico # End Source File # End Group -# Begin Group "Port Sources" +# Begin Group "Port Source Files" # PROP Default_Filter "" # Begin Source File -SOURCE=.\port\bspf.hxx -# End Source File -# Begin Source File - -SOURCE=.\port\FrameBufferWinCE.cpp +SOURCE=.\FrameBufferWinCE.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -13670,6 +12901,7 @@ DEP_CPP_FRAMEB=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -13682,9 +12914,8 @@ DEP_CPP_FRAMEB=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13711,7 +12942,7 @@ DEP_CPP_FRAMEB=\ {$(INCLUDE)}"gx.h"\ NODEP_CPP_FRAMEB=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -13735,9 +12966,7 @@ DEP_CPP_FRAMEB=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ + ".\FrameBufferWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13763,7 +12992,10 @@ DEP_CPP_FRAMEB=\ ".\sdl\SDL_video.h"\ NODEP_CPP_FRAMEB=\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ + ".\bspf.hxx"\ ".\x.h"\ @@ -13776,6 +13008,7 @@ DEP_CPP_FRAMEB=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -13788,9 +13021,8 @@ DEP_CPP_FRAMEB=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13814,10 +13046,10 @@ DEP_CPP_FRAMEB=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_FRAMEB=\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -13829,6 +13061,7 @@ DEP_CPP_FRAMEB=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -13841,9 +13074,8 @@ DEP_CPP_FRAMEB=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13867,10 +13099,10 @@ DEP_CPP_FRAMEB=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_FRAMEB=\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -13878,22 +13110,22 @@ NODEP_CPP_FRAMEB=\ # End Source File # Begin Source File -SOURCE=.\port\FrameBufferWinCE.hxx +SOURCE=.\FrameBufferWinCE.hxx # End Source File # Begin Source File -SOURCE=.\port\FSNodeWinCE.cxx +SOURCE=.\FSNodeWinCE.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_FSNODE=\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FSNODE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -13901,35 +13133,33 @@ NODEP_CPP_FSNODE=\ DEP_CPP_FSNODE=\ "..\emucore\FSNode.hxx"\ "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ NODEP_CPP_FSNODE=\ - ".\port\pspstdint.h"\ + "..\gui\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_FSNODE=\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FSNODE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_FSNODE=\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\gui\Array.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + ".\missing.h"\ NODEP_CPP_FSNODE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -13937,13 +13167,33 @@ NODEP_CPP_FSNODE=\ # End Source File # Begin Source File -SOURCE=.\port\missing.cpp +SOURCE=.\missing.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_MISSI=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13962,6 +13212,7 @@ DEP_CPP_MISSI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ @@ -13969,14 +13220,32 @@ DEP_CPP_MISSI=\ {$(INCLUDE)}"gx.h"\ NODEP_CPP_MISSI=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_MISSI=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -13995,20 +13264,45 @@ DEP_CPP_MISSI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ NODEP_CPP_MISSI=\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ + ".\bspf.hxx"\ + ".\x.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_MISSI=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14027,21 +13321,42 @@ DEP_CPP_MISSI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_MISSI=\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_MISSI=\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14060,14 +13375,15 @@ DEP_CPP_MISSI=\ ".\sdl\SDL_mutex.h"\ ".\sdl\SDL_quit.h"\ ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ ".\sdl\SDL_timer.h"\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_MISSI=\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -14075,14 +13391,70 @@ NODEP_CPP_MISSI=\ # End Source File # Begin Source File -SOURCE=.\port\missing.h +SOURCE=.\missing.h # End Source File # Begin Source File -SOURCE=.\port\OSystemWinCE.cxx +SOURCE=.\OSystemWinCE.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" +DEP_CPP_OSYSTE=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\emucore\TIASnd.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ + +NODEP_CPP_OSYSTE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" + DEP_CPP_OSYSTE=\ "..\emucore\Cart.hxx"\ "..\emucore\Console.hxx"\ @@ -14103,11 +13475,8 @@ DEP_CPP_OSYSTE=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\port\SoundWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14131,62 +13500,14 @@ DEP_CPP_OSYSTE=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ - {$(INCLUDE)}"gx.h"\ + ".\SoundWinCE.hxx"\ NODEP_CPP_OSYSTE=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" - -DEP_CPP_OSYSTE=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_OSYSTE=\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ + ".\bspf.hxx"\ + ".\x.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -14198,58 +13519,7 @@ DEP_CPP_OSYSTE=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ - "..\emucore\m6502\src\Device.hxx"\ - "..\emucore\M6532.hxx"\ - "..\emucore\MediaSrc.hxx"\ - "..\emucore\OSystem.hxx"\ - "..\emucore\Props.hxx"\ - "..\emucore\Settings.hxx"\ - "..\emucore\Sound.hxx"\ - "..\emucore\TIA.hxx"\ - "..\gui\Array.hxx"\ - "..\gui\Font.hxx"\ - "..\gui\GuiUtils.hxx"\ - "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\sdl\begin_code.h"\ - ".\sdl\close_code.h"\ - ".\sdl\SDL.h"\ - ".\sdl\SDL_active.h"\ - ".\sdl\SDL_audio.h"\ - ".\sdl\SDL_byteorder.h"\ - ".\sdl\SDL_cdrom.h"\ - ".\sdl\SDL_error.h"\ - ".\sdl\SDL_events.h"\ - ".\sdl\SDL_getenv.h"\ - ".\sdl\SDL_joystick.h"\ - ".\sdl\SDL_keyboard.h"\ - ".\sdl\SDL_keysym.h"\ - ".\sdl\SDL_main.h"\ - ".\sdl\SDL_mouse.h"\ - ".\sdl\SDL_mutex.h"\ - ".\sdl\SDL_quit.h"\ - ".\sdl\SDL_rwops.h"\ - ".\sdl\SDL_syswm.h"\ - ".\sdl\SDL_timer.h"\ - ".\sdl\SDL_types.h"\ - ".\sdl\SDL_version.h"\ - ".\sdl\SDL_video.h"\ - -NODEP_CPP_OSYSTE=\ - ".\port\pspstdint.h"\ - - -!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" - -DEP_CPP_OSYSTE=\ - "..\emucore\Cart.hxx"\ - "..\emucore\Console.hxx"\ - "..\emucore\Control.hxx"\ - "..\emucore\Event.hxx"\ - "..\emucore\EventHandler.hxx"\ - "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -14263,11 +13533,9 @@ DEP_CPP_OSYSTE=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\port\SoundWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14291,10 +13559,67 @@ DEP_CPP_OSYSTE=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_OSYSTE=\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ + + +!ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" + +DEP_CPP_OSYSTE=\ + "..\emucore\Cart.hxx"\ + "..\emucore\Console.hxx"\ + "..\emucore\Control.hxx"\ + "..\emucore\Event.hxx"\ + "..\emucore\EventHandler.hxx"\ + "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ + "..\emucore\m6502\src\Device.hxx"\ + "..\emucore\M6532.hxx"\ + "..\emucore\MediaSrc.hxx"\ + "..\emucore\OSystem.hxx"\ + "..\emucore\Props.hxx"\ + "..\emucore\Settings.hxx"\ + "..\emucore\Sound.hxx"\ + "..\emucore\TIA.hxx"\ + "..\emucore\TIASnd.hxx"\ + "..\gui\Array.hxx"\ + "..\gui\Font.hxx"\ + "..\gui\GuiUtils.hxx"\ + "..\gui\StringList.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ + ".\sdl\begin_code.h"\ + ".\sdl\close_code.h"\ + ".\sdl\SDL.h"\ + ".\sdl\SDL_active.h"\ + ".\sdl\SDL_audio.h"\ + ".\sdl\SDL_byteorder.h"\ + ".\sdl\SDL_cdrom.h"\ + ".\sdl\SDL_error.h"\ + ".\sdl\SDL_events.h"\ + ".\sdl\SDL_getenv.h"\ + ".\sdl\SDL_joystick.h"\ + ".\sdl\SDL_keyboard.h"\ + ".\sdl\SDL_keysym.h"\ + ".\sdl\SDL_main.h"\ + ".\sdl\SDL_mouse.h"\ + ".\sdl\SDL_mutex.h"\ + ".\sdl\SDL_quit.h"\ + ".\sdl\SDL_rwops.h"\ + ".\sdl\SDL_syswm.h"\ + ".\sdl\SDL_timer.h"\ + ".\sdl\SDL_types.h"\ + ".\sdl\SDL_version.h"\ + ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ + +NODEP_CPP_OSYSTE=\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -14302,11 +13627,11 @@ NODEP_CPP_OSYSTE=\ # End Source File # Begin Source File -SOURCE=.\port\OSystemWinCE.hxx +SOURCE=.\OSystemWinCE.hxx # End Source File # Begin Source File -SOURCE=.\port\PocketStella.cpp +SOURCE=.\PocketStella.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -14318,6 +13643,7 @@ DEP_CPP_POCKE=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -14331,11 +13657,9 @@ DEP_CPP_POCKE=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\port\SettingsWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14359,10 +13683,11 @@ DEP_CPP_POCKE=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SettingsWinCE.hxx"\ {$(INCLUDE)}"gx.h"\ NODEP_CPP_POCKE=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -14388,10 +13713,8 @@ DEP_CPP_POCKE=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\port\SettingsWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14415,10 +13738,13 @@ DEP_CPP_POCKE=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SettingsWinCE.hxx"\ NODEP_CPP_POCKE=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ + ".\bspf.hxx"\ ".\x.h"\ @@ -14432,6 +13758,7 @@ DEP_CPP_POCKE=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -14445,10 +13772,9 @@ DEP_CPP_POCKE=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\port\SettingsWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14472,11 +13798,11 @@ DEP_CPP_POCKE=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SettingsWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_POCKE=\ - ".\port\EventHandler.hxx"\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -14489,6 +13815,7 @@ DEP_CPP_POCKE=\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ "..\emucore\FSNode.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\M6532.hxx"\ "..\emucore\MediaSrc.hxx"\ @@ -14502,11 +13829,9 @@ DEP_CPP_POCKE=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\FrameBufferWinCE.hxx"\ - ".\port\missing.h"\ - ".\port\OSystemWinCE.hxx"\ - ".\port\SettingsWinCE.hxx"\ + ".\FrameBufferWinCE.hxx"\ + ".\missing.h"\ + ".\OSystemWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14530,10 +13855,11 @@ DEP_CPP_POCKE=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SettingsWinCE.hxx"\ + {$(INCLUDE)}"gx.h"\ NODEP_CPP_POCKE=\ - ".\port\pspstdint.h"\ - ".\x.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -14541,54 +13867,53 @@ NODEP_CPP_POCKE=\ # End Source File # Begin Source File -SOURCE=.\port\SettingsWinCE.cpp +SOURCE=.\SettingsWinCE.cpp !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" DEP_CPP_SETTIN=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Settings.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SettingsWinCE.hxx"\ + ".\missing.h"\ + ".\SettingsWinCE.hxx"\ NODEP_CPP_SETTIN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" DEP_CPP_SETTIN=\ "..\emucore\Settings.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SettingsWinCE.hxx"\ + ".\SettingsWinCE.hxx"\ NODEP_CPP_SETTIN=\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + ".\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" DEP_CPP_SETTIN=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Settings.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SettingsWinCE.hxx"\ + ".\missing.h"\ + ".\SettingsWinCE.hxx"\ NODEP_CPP_SETTIN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" DEP_CPP_SETTIN=\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\Settings.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SettingsWinCE.hxx"\ + ".\missing.h"\ + ".\SettingsWinCE.hxx"\ NODEP_CPP_SETTIN=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -14596,11 +13921,11 @@ NODEP_CPP_SETTIN=\ # End Source File # Begin Source File -SOURCE=.\port\SettingsWinCE.hxx +SOURCE=.\SettingsWinCE.hxx # End Source File # Begin Source File -SOURCE=.\port\SoundWinCE.cxx +SOURCE=.\SoundWinCE.cxx !IF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release" @@ -14612,6 +13937,7 @@ DEP_CPP_SOUNDW=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -14628,9 +13954,7 @@ DEP_CPP_SOUNDW=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SoundWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14654,9 +13978,10 @@ DEP_CPP_SOUNDW=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ NODEP_CPP_SOUNDW=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug" @@ -14685,9 +14010,6 @@ DEP_CPP_SOUNDW=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SoundWinCE.hxx"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14711,9 +14033,13 @@ DEP_CPP_SOUNDW=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ NODEP_CPP_SOUNDW=\ - ".\port\pspstdint.h"\ + "..\emucore\bspf.hxx"\ + "..\emucore\m6502\src\bspf.hxx"\ + "..\gui\bspf.hxx"\ + ".\bspf.hxx"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Release" @@ -14726,6 +14052,7 @@ DEP_CPP_SOUNDW=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -14742,9 +14069,7 @@ DEP_CPP_SOUNDW=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SoundWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14768,9 +14093,10 @@ DEP_CPP_SOUNDW=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ NODEP_CPP_SOUNDW=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ELSEIF "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug" @@ -14783,6 +14109,7 @@ DEP_CPP_SOUNDW=\ "..\emucore\Event.hxx"\ "..\emucore\EventHandler.hxx"\ "..\emucore\FrameBuffer.hxx"\ + "..\emucore\m6502\src\bspf\src\bspf.hxx"\ "..\emucore\m6502\src\Device.hxx"\ "..\emucore\m6502\src\NullDev.hxx"\ "..\emucore\m6502\src\System.hxx"\ @@ -14799,9 +14126,7 @@ DEP_CPP_SOUNDW=\ "..\gui\Font.hxx"\ "..\gui\GuiUtils.hxx"\ "..\gui\StringList.hxx"\ - ".\port\bspf.hxx"\ - ".\port\missing.h"\ - ".\port\SoundWinCE.hxx"\ + ".\missing.h"\ ".\sdl\begin_code.h"\ ".\sdl\close_code.h"\ ".\sdl\SDL.h"\ @@ -14825,9 +14150,10 @@ DEP_CPP_SOUNDW=\ ".\sdl\SDL_types.h"\ ".\sdl\SDL_version.h"\ ".\sdl\SDL_video.h"\ + ".\SoundWinCE.hxx"\ NODEP_CPP_SOUNDW=\ - ".\port\pspstdint.h"\ + "..\emucore\m6502\src\bspf\src\pspstdint.h"\ !ENDIF @@ -14835,7 +14161,7 @@ NODEP_CPP_SOUNDW=\ # End Source File # Begin Source File -SOURCE=.\port\SoundWinCE.hxx +SOURCE=.\SoundWinCE.hxx # End Source File # End Group # End Target diff --git a/stella/src/wince/missing.cpp b/stella/src/wince/missing.cpp index 8044934c7..21dd68b7e 100644 --- a/stella/src/wince/missing.cpp +++ b/stella/src/wince/missing.cpp @@ -21,6 +21,7 @@ //#include "gx.h" #include "OSystemWinCE.hxx" #include "FrameBufferWinCE.hxx" +#include "EventHandler.hxx" char *msg = NULL; int EventHandlerState; @@ -191,7 +192,7 @@ DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event *event) else if (event->type==SDL_MOUSEBUTTONDOWN && event->motion.x<20 && event->motion.y<20 && EventHandlerState!=2 && EventHandlerState!=3) { // top left for menu - theOSystem->eventHandler().enterMenuMode(); + theOSystem->eventHandler().enterMenuMode((enum EventHandler::State)3); //S_MENU } } } diff --git a/stella/src/wince/missing.h b/stella/src/wince/missing.h index 606c46c80..3d82c8667 100644 --- a/stella/src/wince/missing.h +++ b/stella/src/wince/missing.h @@ -28,6 +28,8 @@ extern char *msg; #define throw // +#define stricmp _stricmp + #pragma warning(disable: 4800) #pragma warning(disable: 4244) #pragma warning(disable: 4786)