mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
f1gp: added notes on link mode and banners (#10609)
This commit is contained in:
parent
e4efbb4844
commit
fd83d6cee5
@ -12,8 +12,9 @@
|
||||
being an extra 68000.
|
||||
|
||||
TODO:
|
||||
- Hook up link for Multi Player game mode. Currently will show ID CHECK
|
||||
ERROR then hang.
|
||||
- Hook up link for Multi Player game mode. Currently they boot with
|
||||
link set to multiple, but the ID changes every boot (and will black
|
||||
out if a multiplayer game is started).
|
||||
|
||||
f1gp:
|
||||
- gfxctrl register not understood - handling of fg/sprite priority to fix
|
||||
@ -1100,7 +1101,7 @@ ROM_END
|
||||
} // anonymous namespace
|
||||
|
||||
|
||||
GAME( 1991, f1gp, 0, f1gp, f1gp, f1gp_state, empty_init, ROT90, "Video System Co.", "F-1 Grand Prix (set 1)", MACHINE_NO_COCKTAIL | MACHINE_NODEVICE_LAN | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1991, f1gp, 0, f1gp, f1gp, f1gp_state, empty_init, ROT90, "Video System Co.", "F-1 Grand Prix (set 1)", MACHINE_NO_COCKTAIL | MACHINE_NODEVICE_LAN | MACHINE_SUPPORTS_SAVE ) // censored banners, US McO'River release?
|
||||
GAME( 1991, f1gpa, f1gp, f1gp, f1gp, f1gp_state, empty_init, ROT90, "Video System Co.", "F-1 Grand Prix (set 2)", MACHINE_NO_COCKTAIL | MACHINE_NODEVICE_LAN | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1991, f1gpb, f1gp, f1gpb, f1gp, f1gp_state, empty_init, ROT90, "bootleg (Playmark)", "F-1 Grand Prix (Playmark bootleg)", MACHINE_NOT_WORKING | MACHINE_NODEVICE_LAN | MACHINE_SUPPORTS_SAVE ) // PCB marked 'Super Formula II', manufactured by Playmark.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user