mapper 111 "cheapocabra" preliminary implementation (basic features only, no self-flashing yet)

This commit is contained in:
rainwarrior 2016-08-31 05:51:12 +00:00
parent 4a39895f1c
commit 1c33275e1d
4 changed files with 6 additions and 1 deletions

View File

@ -561,7 +561,7 @@ static BMAPPINGLocal bmap[] = {
{"FDS UNROM BOARD", 108, Mapper108_Init},
// {"", 109, Mapper109_Init},
// {"", 110, Mapper110_Init},
// {"", 111, Mapper111_Init},
{"Cheapocabra", 111, Mapper111_Init},
{"ASDER/NTDEC BOARD", 112, Mapper112_Init},
{"HACKER/SACHEN BOARD", 113, Mapper113_Init},
{"MMC3 SG PROT. A", 114, Mapper114_Init},

View File

@ -177,6 +177,7 @@ void Mapper105_Init(CartInfo *);
void Mapper106_Init(CartInfo *);
void Mapper107_Init(CartInfo *);
void Mapper108_Init(CartInfo *);
void Mapper111_Init(CartInfo *);
void Mapper112_Init(CartInfo *);
void Mapper113_Init(CartInfo *);
void Mapper114_Init(CartInfo *);

View File

@ -424,6 +424,7 @@
<ClCompile Include="..\src\boards\ac-08.cpp" />
<ClCompile Include="..\src\boards\bb.cpp" />
<ClCompile Include="..\src\boards\BMW8544.cpp" />
<ClCompile Include="..\src\boards\cheapocabra.cpp" />
<ClCompile Include="..\src\boards\cityfighter.cpp" />
<ClCompile Include="..\src\boards\coolboy.cpp" />
<ClCompile Include="..\src\boards\dance2000.cpp" />

View File

@ -1081,6 +1081,9 @@
<ClCompile Include="..\src\boards\ks7016.cpp">
<Filter>boards</Filter>
</ClCompile>
<ClCompile Include="..\src\boards\cheapocabra.cpp">
<Filter>boards</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\drivers\common\args.h">