Skip to content

Commit

Permalink
neocdlist, add some more
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Jan 16, 2025
1 parent 3a72d9c commit 485f1b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/burner/win32/neocdlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ struct NGCDGAME games[] =
{ _T("eightman") , _T("Eight Man") , _T("2024") , _T("SNK / Pallas (iq_132 conversion)") , 0x0025 }, //
{ _T("gururin") , _T("Gururin") , _T("2024") , _T("Face (iq_132 conversion)") , 0x0067 }, //
{ _T("kotm") , _T("King of the Monsters") , _T("2024") , _T("SNK (iq_132 conversion)") , 0x0016 }, //
{ _T("legendos") , _T("Legend of Success Joe") , _T("2024") , _T("SNK / Wave (iq_132 conversion)") , 0x0029 }, //
{ _T("neomrdo") , _T("Neo Mr. Do!") , _T("2024") , _T("Visco (iq_132 conversion)") , 0x0207 }, //
{ _T("pnyaa") , _T("Pochi and Nyaa") , _T("2024") , _T("Aiky / Taito (iq_132 conversion)") , 0x0267 }, //
{ _T("sbp") , _T("Super Bubble Pop") , _T("2024") , _T("Vektorlogic (iq_132 conversion)") , 0xfedc }, //
{ _T("zupapa") , _T("Zupapa!") , _T("2024") , _T("SNK (iq_132 conversion)") , 0x0070 }, //
{ _T("zedblade") , _T("Zed Blade - Operation Ragnarok") , _T("2024") , _T("NMK (iq_132 conversion)") , 0x0076 }, //
{ _T("cbarrel") , _T("Captain Barrel") , _T("2024") , _T("Ozzy Ouzo)") , 0x14A1 }, //
};

Expand Down

0 comments on commit 485f1b8

Please sign in to comment.