HW/HSP: Add Game Boy Player device.

Co-authored-by: Jordan Woyak <[email protected]>
This commit is contained in:
Vicki Pfau
2026-03-30 22:29:11 -05:00
committed by Jordan Woyak
co-authored by Jordan Woyak
parent 461741e0ea
commit 3ece5f7d7b
6 changed files with 671 additions and 0 deletions
+2
View File
@@ -317,6 +317,7 @@
<ClInclude Include="Core\HW\HSP\HSP.h" />
<ClInclude Include="Core\HW\HSP\HSP_Device.h" />
<ClInclude Include="Core\HW\HSP\HSP_DeviceARAMExpansion.h" />
<ClInclude Include="Core\HW\HSP\HSP_DeviceGBPlayer.h" />
<ClInclude Include="Core\HW\HSP\HSP_DeviceNull.h" />
<ClInclude Include="Core\HW\HW.h" />
<ClInclude Include="Core\HW\MagCard\C1231BR.h" />
@@ -1026,6 +1027,7 @@
<ClCompile Include="Core\HW\HSP\HSP.cpp" />
<ClCompile Include="Core\HW\HSP\HSP_Device.cpp" />
<ClCompile Include="Core\HW\HSP\HSP_DeviceARAMExpansion.cpp" />
<ClCompile Include="Core\HW\HSP\HSP_DeviceGBPlayer.cpp" />
<ClCompile Include="Core\HW\HSP\HSP_DeviceNull.cpp" />
<ClCompile Include="Core\HW\HW.cpp" />
<ClCompile Include="Core\HW\MagCard\C1231BR.cpp" />