mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
ms32.cpp: corrected flags for f1superb - MT07502 (nw)
also commited mame.lst update I forgot before (nw)
This commit is contained in:
parent
b32f90e5a9
commit
f89c5dea29
@ -687,7 +687,7 @@ void ms32_state::ms32_map(address_map &map)
|
|||||||
|
|
||||||
|
|
||||||
/* F1 Super Battle has an extra linemap for the road, and am unknown maths chip (mcu?) handling perspective calculations for the road / corners etc. */
|
/* F1 Super Battle has an extra linemap for the road, and am unknown maths chip (mcu?) handling perspective calculations for the road / corners etc. */
|
||||||
/* it should use it's own memory map */
|
/* it should use its own memory map */
|
||||||
|
|
||||||
WRITE16_MEMBER(ms32_state::ms32_extra_w16)
|
WRITE16_MEMBER(ms32_state::ms32_extra_w16)
|
||||||
{
|
{
|
||||||
@ -2667,4 +2667,4 @@ GAME( 1997, bnstars, bnstars1, ms32, suchie2, ms32_state, init_bnstars, RO
|
|||||||
GAME( 1996, wpksocv2, 0, ms32, wpksocv2, ms32_state, init_ss92046_01, ROT0, "Jaleco", "World PK Soccer V2 (ver 1.1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
GAME( 1996, wpksocv2, 0, ms32, wpksocv2, ms32_state, init_ss92046_01, ROT0, "Jaleco", "World PK Soccer V2 (ver 1.1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
||||||
|
|
||||||
/* these boot and show something */
|
/* these boot and show something */
|
||||||
GAME( 1994, f1superb, 0, f1superb, f1superb, ms32_state, init_f1superb, ROT0, "Jaleco", "F-1 Super Battle", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE )
|
GAME( 1994, f1superb, 0, f1superb, f1superb, ms32_state, init_f1superb, ROT0, "Jaleco", "F-1 Super Battle", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_NODEVICE_LAN | MACHINE_SUPPORTS_SAVE )
|
||||||
|
@ -21971,6 +21971,7 @@ pangpoms // (c) 1992 Metro
|
|||||||
pangpomsm // (c) 1992 Mitchell / Metro
|
pangpomsm // (c) 1992 Mitchell / Metro
|
||||||
pangpomsn // (c) 1992 Nova
|
pangpomsn // (c) 1992 Nova
|
||||||
poitto // (c) 1993 Metro / Able Corp.
|
poitto // (c) 1993 Metro / Able Corp.
|
||||||
|
poittoc // (c) 1993 Metro / Able Corp.
|
||||||
pururun // (c) 1995 Metro / Banpresto
|
pururun // (c) 1995 Metro / Banpresto
|
||||||
puzzlet // (c) 2000 Yunizu Corporation (Japan)
|
puzzlet // (c) 2000 Yunizu Corporation (Japan)
|
||||||
puzzli // (c) 1995 Metro / Banpresto
|
puzzli // (c) 1995 Metro / Banpresto
|
||||||
|
Loading…
Reference in New Issue
Block a user