Init `ThermalPrinter` only when cabinet type is Deluxe.
nvmem: Enable printer by default for `f355twin` and `f355twn2`
This commit is contained in:
parent
cb890c7b6f
commit
a4ec706c79
|
@ -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
|
||||
|
|
|
@ -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.
Loading…
Reference in New Issue