mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-27 10:25:28 +01:00
added new game supporting EEPROM saves (Ninja Burai Densetsu)
This commit is contained in:
parent
6617086d87
commit
bbf44f27d0
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "shared.h"
|
#include "shared.h"
|
||||||
|
|
||||||
#define GAME_CNT 28
|
#define GAME_CNT 29
|
||||||
|
|
||||||
T_EEPROM eeprom;
|
T_EEPROM eeprom;
|
||||||
|
|
||||||
@ -65,6 +65,7 @@ static const T_GAME_ENTRY database[GAME_CNT] =
|
|||||||
{{"G-4060" }, 0, {7, 0x7F, 0x7F, 0x200001, 0x200001, 0x200001, 0, 0, 1}}, /* Wonderboy in Monster World */
|
{{"G-4060" }, 0, {7, 0x7F, 0x7F, 0x200001, 0x200001, 0x200001, 0, 0, 1}}, /* Wonderboy in Monster World */
|
||||||
{{"00001211-00"}, 0, {7, 0x7F, 0x7F, 0x200001, 0x200001, 0x200001, 0, 0, 1}}, /* Sports Talk Baseball */
|
{{"00001211-00"}, 0, {7, 0x7F, 0x7F, 0x200001, 0x200001, 0x200001, 0, 0, 1}}, /* Sports Talk Baseball */
|
||||||
{{"00004076-00"}, 0, {7, 0x7F, 0x7F, 0x200001, 0x200001, 0x200001, 0, 0, 1}}, /* Honoo no Toukyuuji Dodge Danpei */
|
{{"00004076-00"}, 0, {7, 0x7F, 0x7F, 0x200001, 0x200001, 0x200001, 0, 0, 1}}, /* Honoo no Toukyuuji Dodge Danpei */
|
||||||
|
{{"G-4524" }, 0, {7, 0x7F, 0x7F, 0x200001, 0x200001, 0x200001, 0, 0, 1}}, /* Ninja Burai Densetsu */
|
||||||
|
|
||||||
/* CODEMASTERS mapper */
|
/* CODEMASTERS mapper */
|
||||||
/* 24C01 */
|
/* 24C01 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user