naomi: enable printer for all f355 editions
only usable in deluxe mode (f355twin, f355twn2)
This commit is contained in:
parent
51089c5e0a
commit
29c0dca0ce
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue