mirror of https://github.com/stella-emu/stella.git
Updated VS2005 project files for new classes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2348 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
6f5f0c3558
commit
19527170dc
|
@ -544,6 +544,10 @@
|
|||
RelativePath="..\debugger\gui\AudioWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\BoosterWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\CartDebug.cxx"
|
||||
>
|
||||
|
@ -584,14 +588,34 @@
|
|||
RelativePath="..\debugger\DiStella.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\DrivingWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\Expression.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\GenesisWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\JoystickWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\KeyboardWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\PackedBitArray.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\PaddleWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\PromptWidget.cxx"
|
||||
>
|
||||
|
@ -1330,6 +1354,10 @@
|
|||
RelativePath="..\debugger\gui\AudioWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\BoosterWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\CartDebug.hxx"
|
||||
>
|
||||
|
@ -1338,6 +1366,10 @@
|
|||
RelativePath="..\debugger\gui\ColorWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\ControllerWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\CpuDebug.hxx"
|
||||
>
|
||||
|
@ -1378,6 +1410,10 @@
|
|||
RelativePath="..\debugger\DiStella.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\DrivingWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\Equate.hxx"
|
||||
>
|
||||
|
@ -1386,10 +1422,30 @@
|
|||
RelativePath="..\debugger\Expression.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\GenesisWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\JoystickWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\KeyboardWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\NullControlWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\PackedBitArray.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\PaddleWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\PromptWidget.hxx"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue