diff options
author | 2018-01-16 21:54:55 +0100 | |
---|---|---|
committer | 2018-01-16 21:54:55 +0100 | |
commit | 0f59e5b7205f479618da373c1723b4663c498a6c (patch) | |
tree | 2dce74a31fef4c6023ae28a453597fba349f61ab | |
parent | aa0400e82a46b1caf3eee968c9226ce500cf6ec8 (diff) |
FYI when the company is unknown, we use "<unknown>". If it's an unknown bootlegger, simply "bootleg".
(If the bootlegger is known, use "bootleg (bootlegger)") (nw)
-rw-r--r-- | src/mame/drivers/gb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gb.cpp b/src/mame/drivers/gb.cpp index 40a421d5a73..7b4f8e9c9c8 100644 --- a/src/mame/drivers/gb.cpp +++ b/src/mame/drivers/gb.cpp @@ -861,4 +861,4 @@ CONS(1998, gbcolor, 0, 0, gbcolor, gameboy, gb_state, 0, CONS(1993, megaduck, 0, 0, megaduck, gameboy, megaduck_state, 0, "Welback Holdings (Timlex International) / Creatronic / Videojet / Cougar USA", "Mega Duck / Cougar Boy", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // http://blog.gg8.se/wordpress/2012/11/11/gameboy-clone-game-fighter-teardown/ -CONS(1993, gamefgtr, gameboy, 0, gameboy, gameboy, gb_state, 0, "unknown", "Game Fighter (bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE) +CONS(1993, gamefgtr, gameboy, 0, gameboy, gameboy, gb_state, 0, "bootleg", "Game Fighter (bootleg)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE) |