Skip to content

Commit

Permalink
add Xeno Crisis to the Neo Geo CD game list
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Jul 29, 2023
1 parent a614b5a commit e42009e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/burner/win32/neocdlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ struct NGCDGAME games[] =
{ _T("kof99") , _T("The King of Fighters '99 - Millennium Battle") , _T("1999") , _T("SNK") , 0x0251 }, //
{ _T("fatfury3") , _T("Fatal Fury 3 - Road to the Final Victory / Garou Densetsu 3 - Harukanaru Tatakai"), _T("1995"), _T("SNK"), 0x069c }, //
{ _T("lasthope") , _T("Last Hope") , _T("2007") , _T("NG.DEV.TEAM") , 0x0666 }, //
{ _T("xenocrisis") , _T("Xeno Crisis") , _T("2019") , _T("Bitmap Bureau") , 0xbb01 }, //
{ _T("neon") , _T("Project Neon: Caravan Demo") , _T("2019") , _T("Team Project Neon") , 0x7777 }, //
};

Expand Down Expand Up @@ -153,7 +154,7 @@ int GetNeoCDTitle(unsigned int nGameID)
{
game = (NGCDGAME*)malloc(sizeof(NGCDGAME));
memset(game, 0, sizeof(NGCDGAME));

//bprintf(0, _T("unk GAME ID %x\n"), nGameID);
if(GetNeoGeoCDInfo(nGameID)) {
memcpy(game, GetNeoGeoCDInfo(nGameID), sizeof(NGCDGAME));

Expand Down

0 comments on commit e42009e

Please sign in to comment.