Skip to content

Commit

Permalink
rainbow: added Game Boy support (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrokeStudio committed Feb 7, 2024
1 parent 933b46c commit abbc59a
Show file tree
Hide file tree
Showing 6 changed files with 549 additions and 9 deletions.
1 change: 1 addition & 0 deletions Core/Core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@
<ClInclude Include="Gameboy\Carts\GbMbc2.h" />
<ClInclude Include="Gameboy\Carts\GbMbc3.h" />
<ClInclude Include="Gameboy\Carts\GbMbc5.h" />
<ClInclude Include="Gameboy\Carts\GbRainbow.h" />
<ClInclude Include="Gameboy\GbMemoryManager.h" />
<ClInclude Include="Gameboy\APU\GbNoiseChannel.h" />
<ClInclude Include="Gameboy\GbPpu.h" />
Expand Down
3 changes: 3 additions & 0 deletions Core/Core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@
<ClInclude Include="Gameboy\Carts\GbMbc5.h">
<Filter>Gameboy\Carts</Filter>
</ClInclude>
<ClInclude Include="Gameboy\Carts\GbRainbow.h">
<Filter>Gameboy\Carts</Filter>
</ClInclude>
<ClInclude Include="Gameboy\Carts\GbsCart.h">
<Filter>Gameboy\Carts</Filter>
</ClInclude>
Expand Down
Loading

0 comments on commit abbc59a

Please sign in to comment.