Skip to content

Commit

Permalink
VS2017: Update sln/vcproj to follow dynamic core removal. CHANGELOG u…
Browse files Browse the repository at this point in the history
…pdate.
  • Loading branch information
joncampbell123 committed Dec 29, 2017
1 parent c136452 commit be41062
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<next>
- Removed non-recursive page fault option. It is now always on,
except for internal cases where it needs to be off for callback
instructions to do their work properly.
- Removed dynamic x86 core. It is old and unmaintained code that
is incompatible with the non-recursive page fault system.
- IRQ cascade interrupt fixes and cleanup.
- BAT files given on the command line fixed to occur AFTER the
registration of ULTRASND and BLASTER environment variables.
- PC-98: DOS CON emulation fixed to decode Shift-JIS itself,
Expand Down
1 change: 0 additions & 1 deletion vs2015/dosbox-x.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.c
<ClCompile Include="..\src\builtin\tree_exe.cpp" />
<ClCompile Include="..\src\builtin\xcopy_exe.cpp" />
<ClCompile Include="..\src\cpu\callback.cpp" />
<ClCompile Include="..\src\cpu\core_dyn_x86.cpp" />
<ClCompile Include="..\src\cpu\core_full.cpp" />
<ClCompile Include="..\src\cpu\core_normal.cpp" />
<ClCompile Include="..\src\cpu\core_normal_286.cpp" />
Expand Down
3 changes: 0 additions & 3 deletions vs2015/dosbox-x.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
<ClCompile Include="..\src\hardware\cmos.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\cpu\core_dyn_x86.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\cpu\core_full.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down

0 comments on commit be41062

Please sign in to comment.