Skip to content

Commit

Permalink
nightstr, change genre
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 20, 2024
1 parent 8f20d8e commit 60b73a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/taito/d_taitoz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7097,7 +7097,7 @@ struct BurnDriver BurnDrvNightstrj = {
"nightstrj", "nightstr", NULL, NULL, "1989",
"Night Striker (Japan)\0", NULL, "Taito Corporation", "Taito Z",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 2, HARDWARE_TAITO_TAITOZ, GBF_RACING, 0,
BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 2, HARDWARE_TAITO_TAITOZ, GBF_SHOOT, 0,
NULL, NightstrjRomInfo, NightstrjRomName, NULL, NULL, NULL, NULL, NightstrInputInfo, NightstrjDIPInfo,
NightstrInit, TaitoZExit, TaitoZFrame, ChasehqDraw, TaitoZScan,
NULL, 0x1000, 320, 240, 4, 3
Expand All @@ -7107,7 +7107,7 @@ struct BurnDriver BurnDrvNightstru = {
"nightstru", "nightstr", NULL, NULL, "1989",
"Night Striker (US)\0", NULL, "Taito America Corporation", "Taito Z",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 2, HARDWARE_TAITO_TAITOZ, GBF_RACING, 0,
BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 2, HARDWARE_TAITO_TAITOZ, GBF_SHOOT, 0,
NULL, NightstruRomInfo, NightstruRomName, NULL, NULL, NULL, NULL, NightstrInputInfo, NightstruDIPInfo,
NightstrInit, TaitoZExit, TaitoZFrame, ChasehqDraw, TaitoZScan,
NULL, 0x1000, 320, 240, 4, 3
Expand Down

0 comments on commit 60b73a1

Please sign in to comment.