Skip to content

Commit

Permalink
neogeo cd: add bpdx to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Feb 14, 2025
1 parent 79d79c7 commit bb77ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burner/win32/neocdlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ struct NGCDGAME games[] =
{ _T("looptris") , _T("Looptris") , _T("2019") , _T("Blastar") , 0x2019 }, //
{ _T("looptrsp") , _T("Looptris Plus") , _T("2022") , _T("Blastar") , 0x2119 }, // not really nID == 2119, see szVolumeID check below
{ _T("flappychick") , _T("Flappy Chicken") , _T("2023") , _T("Blastar") , 0x2022 }, //
{ _T("blockpanicdx"), _T("Block Panic DX") , _T("2025") , _T("Blastar") , 0x2023 }, //
{ _T("hypernoid") , _T("Hypernoid") , _T("2022") , _T("NeoHomeBrew.com") , 0x0600 }, //
{ _T("timesup") , _T("Time's Up") , _T("2012") , _T("NGF DEV. INC.") , 0x0276 }, //
{ _T("pow") , _T("P.O.W. - Prisoners of War") , _T("2024") , _T("SNK (iq_132 conversion)") , 0x1324 }, //
Expand Down

0 comments on commit bb77ee5

Please sign in to comment.