Skip to content

Commit

Permalink
naomi: enable printer for all f355 editions
Browse files Browse the repository at this point in the history
only usable in deluxe mode (f355twin, f355twn2)
  • Loading branch information
flyinghead committed Nov 1, 2023
1 parent 51089c5 commit 29c0dca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/hw/naomi/naomi_cart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,7 @@ void naomi_cart_LoadRom(const std::string& path, const std::string& fileName, Lo
}
if (gameId == " TOUCH DE UNOH -------------"
|| gameId == " TOUCH DE UNOH 2 -----------"
// only for F355 Deluxe
|| (gameId == "F355 CHALLENGE JAPAN" && romName == "f355"))
|| gameId == "F355 CHALLENGE JAPAN")
{
printer::init();
}
Expand Down

0 comments on commit 29c0dca

Please sign in to comment.