Init `ThermalPrinter` only when cabinet type is Deluxe.

nvmem: Enable printer by default for `f355twin` and `f355twn2`
This commit is contained in:
Edward Li 2023-11-05 05:13:10 +08:00 committed by flyinghead
parent cb890c7b6f
commit a4ec706c79
4 changed files with 3 additions and 3 deletions

View File

@ -978,8 +978,8 @@ cmrc_add_resources(flycast-resources
resources/flash/wldkicksj.nvmem.zip # free play
resources/flash/wldkicksu.nvmem.zip # free play
resources/flash/f355.nvmem.zip # printer on
resources/flash/f355twin.nvmem.zip
resources/flash/f355twn2.nvmem.zip
resources/flash/f355twin.nvmem.zip # printer on
resources/flash/f355twn2.nvmem.zip # printer on
resources/flash/dirtypig.nvmem.zip # 4 players
resources/flash/dirtypig.nvmem2.zip
resources/flash/vf4.nvmem.zip # card all day, stage select

View File

@ -681,7 +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 -----------"
|| gameId == "F355 CHALLENGE JAPAN")
|| (gameId == "F355 CHALLENGE JAPAN" && config::MultiboardSlaves == 2))
{
printer::init();
}

Binary file not shown.

Binary file not shown.