mirror of https://github.com/stella-emu/stella.git
parent
d981ed71f3
commit
b8e53d76af
|
@ -110,6 +110,8 @@
|
|||
|
||||
* Added Developer setting, which breaks on reads from write ports
|
||||
|
||||
* Fixed '_rwport'
|
||||
|
||||
* Added recently released 'Arkyology' prototype ROM to the database.
|
||||
|
||||
* Fixed 'Street Racer' and 'Video Olympics' ROMs to use paddles in both
|
||||
|
|
|
@ -260,6 +260,7 @@
|
|||
<ClCompile Include="..\common\PJoystickHandler.cxx" />
|
||||
<ClCompile Include="..\common\PKeyboardHandler.cxx" />
|
||||
<ClCompile Include="..\common\RewindManager.cxx" />
|
||||
<ClCompile Include="..\common\StaggeredLogger.cxx" />
|
||||
<ClCompile Include="..\common\StateManager.cxx" />
|
||||
<ClCompile Include="..\common\ThreadDebugging.cxx" />
|
||||
<ClCompile Include="..\common\TimerManager.cxx" />
|
||||
|
@ -830,6 +831,7 @@
|
|||
<ClInclude Include="..\common\PJoystickHandler.hxx" />
|
||||
<ClInclude Include="..\common\PKeyboardHandler.hxx" />
|
||||
<ClInclude Include="..\common\RewindManager.hxx" />
|
||||
<ClInclude Include="..\common\StaggeredLogger.hxx" />
|
||||
<ClInclude Include="..\common\StateManager.hxx" />
|
||||
<ClInclude Include="..\common\StellaKeys.hxx" />
|
||||
<ClInclude Include="..\common\StringParser.hxx" />
|
||||
|
|
|
@ -948,6 +948,9 @@
|
|||
<ClCompile Include="..\common\ThreadDebugging.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\common\StaggeredLogger.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\bspf.hxx">
|
||||
|
@ -1937,6 +1940,9 @@
|
|||
<ClInclude Include="..\emucore\exception\EmulationWarning.hxx">
|
||||
<Filter>Header Files\emucore\exception</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\StaggeredLogger.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue