mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Change from MNS to MIS
I used to test it and the sound works similar to NAOMI. Additionally, MACHINE_IMPERFECT_GRAPHICS.
This commit is contained in:
parent
c3de337d75
commit
26ae8b8144
@ -743,7 +743,7 @@ ROM_START( tetgiano )
|
||||
ROM_END
|
||||
|
||||
|
||||
#define GAME_FLAGS (MACHINE_NO_SOUND|MACHINE_NOT_WORKING)
|
||||
#define GAME_FLAGS (MACHINE_NOT_WORKING|MACHINE_IMPERFECT_GRAPHICS|MACHINE_IMPERFECT_SOUND)
|
||||
|
||||
GAME( 2004, segasp, 0, segasp, segasp, segasp_state, init_segasp, ROT0, "Sega", "Sega System SP (Spider) BIOS", GAME_FLAGS | MACHINE_IS_BIOS_ROOT )
|
||||
// These use ROMs
|
||||
|
Loading…
Reference in New Issue
Block a user