Skip to content

Commit

Permalink
Merge pull request joncampbell123#4844 from Kagamiin/feature/esfm
Browse files Browse the repository at this point in the history
Updating changelog once again; fixing broken VS builds
  • Loading branch information
joncampbell123 authored Feb 26, 2024
2 parents 1ff0ff0 + cd1ec96 commit 9c95903
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ Next:
- Added force JIS (JP106) keyboard layout option in PC-98 mode (maron2000)
- PC-98: Enable mounting partitions with non-genuine IPL entry names (maron2000)
- Added support for XDF disk format (maron2000)
- Added support for ESS "ESFM" sound synthesis (oplemu=esfmu, oplmode=esfm)(Kagamiin)
- Added experimental/WIP support for the ESS ES1488 sblaster type (sbtype=ess1488)(Kagamiin)
- Added ESFM emulation (ESFMu v1.2 core) (Kagamiin)
- Added support for ESS "ESFM" sound synthesis (oplemu=esfmu, oplmode=esfm) (Kagamiin)
- Added experimental/WIP support for the ESS ES1488 sblaster type (sbtype=ess1488) (Kagamiin)

2023.10.06
- Add "VRD" debugger command to force redraw of the VGA screen. (joncampbell123)
Expand Down
3 changes: 3 additions & 0 deletions vs/dosbox-x.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,8 @@ for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "
<ClCompile Include="..\src\hardware\disney.cpp" />
<ClCompile Include="..\src\hardware\dma.cpp" />
<ClCompile Include="..\src\hardware\dongle.cpp" />
<ClCompile Include="..\src\hardware\esfmu\esfm.c" />
<ClCompile Include="..\src\hardware\esfmu\esfm_registers.c" />
<ClCompile Include="..\src\hardware\floppy.cpp" />
<ClCompile Include="..\src\hardware\gameblaster.cpp" />
<ClCompile Include="..\src\hardware\gus.cpp" />
Expand Down Expand Up @@ -1800,6 +1802,7 @@ for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "
<ClInclude Include="..\src\gui\render_templates_sai.h" />
<ClInclude Include="..\src\hardware\adlib.h" />
<ClInclude Include="..\src\hardware\dbopl.h" />
<ClInclude Include="..\src\hardware\esfmu\esfm.h" />
<ClInclude Include="..\src\hardware\hardopl.h" />
<ClInclude Include="..\src\hardware\mame\emu.h" />
<ClInclude Include="..\src\hardware\mame\fmopl.h" />
Expand Down
9 changes: 9 additions & 0 deletions vs/dosbox-x.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,12 @@
<ClCompile Include="..\src\shell\shell_misc.cpp">
<Filter>Sources\shell</Filter>
</ClCompile>
<ClCompile Include="..\src\hardware\esfmu\esfm.c">
<Filter>Sources\hardware\esfmu</Filter>
</ClCompile>
<ClCompile Include="..\src\hardware\esfmu\esfm_registers.c">
<Filter>Sources\hardware\esfmu</Filter>
</ClCompile>
<ClCompile Include="..\src\hardware\reSID\envelope.cpp">
<Filter>Sources\hardware\reSID</Filter>
</ClCompile>
Expand Down Expand Up @@ -1739,6 +1745,9 @@
<ClInclude Include="..\src\hardware\dbopl.h">
<Filter>Sources\hardware</Filter>
</ClInclude>
<ClInclude Include="..\src\hardware\esfmu\esfm.h">
<Filter>Sources\hardware\esfmu</Filter>
</ClInclude>
<ClInclude Include="..\src\hardware\hardopl.h">
<Filter>Sources\hardware</Filter>
</ClInclude>
Expand Down

0 comments on commit 9c95903

Please sign in to comment.