"Unknown portable computer" is too generic for fullname, and make "unknown" lowercase. (nw)

"unknown pinball game" is too generic (nw)
This commit is contained in:
hap 2018-09-05 00:30:33 +02:00
parent 031fc0deff
commit eac342f972
3 changed files with 3 additions and 3 deletions

View File

@ -543,4 +543,4 @@ ROM_END
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
COMP( 1981, eurocom2, 0, 0, eurocom2, eurocom2, eurocom2_state, empty_init, "Eltec", "Eurocom II V7", MACHINE_IS_SKELETON )
COMP( 1982, waveterm, eurocom2, 0, waveterm, waveterm, waveterm_state, empty_init, "PPG", "Waveterm A", MACHINE_IS_SKELETON )
COMP( 1985, microtrol, eurocom2, 0, microtrol, eurocom2, eurocom2_state, empty_init, "Microtrol", "Unknown portable computer", MACHINE_IS_SKELETON )
COMP( 1985, microtrol, eurocom2, 0, microtrol, eurocom2, eurocom2_state, empty_init, "Microtrol", "unknown Microtrol portable computer", MACHINE_IS_SKELETON )

View File

@ -7218,7 +7218,7 @@ MACHINE_CONFIG_END
Stop Thief is actually a board game, the electronic device emulated here
(called Electronic Crime Scanner) is an accessory. To start a game, press
the ON button. Otherwise, it is in test-mode where you can hear all sounds.
For the patent romset, the game needs to be turned off and on to play it.
For the patent romset, it needs to be turned off and on to exit test mode.
***************************************************************************/

View File

@ -978,4 +978,4 @@ GAME(1982, orbitor1, 0, st_mp201, mp200, st_mp200_state, init_st_m
// other manufacturer
GAME(1985, gamatron, flight2k, st_mp200, mp200, st_mp200_state, init_st_mp200, ROT0, "Pinstar", "Gamatron", MACHINE_IS_SKELETON_MECHANICAL)
GAME(1978, blkshpsq, 0, st_mp200, mp200, st_mp200_state, init_st_mp202, ROT0, "Astro", "Black Sheep Squadron", MACHINE_IS_SKELETON_MECHANICAL)
GAME(198?, st_game, 0, st_mp200, mp200, st_mp200_state, init_st_mp200, ROT0, "<unknown>", "unknown pinball game", MACHINE_IS_SKELETON_MECHANICAL)
GAME(198?, st_game, 0, st_mp200, mp200, st_mp200_state, init_st_mp200, ROT0, "<unknown>", "unknown MP-200 pinball game", MACHINE_IS_SKELETON_MECHANICAL)