spdheat.cpp: Demoted to MACHINE_IMPERFECT_SOUND. (#9779)

Analog filters and actual speaker arrangement are not emulated.
This commit is contained in:
eientei95 2022-05-20 07:20:23 +12:00 committed by GitHub
parent 75e986a651
commit d561b82fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -849,5 +849,5 @@ ROM_END
*
*************************************/
GAME( 1985, spdheat, 0, spdheat, spdheat, spdheat_state, empty_init, ROT0, "Taito Corporation", "Super Dead Heat (World)", MACHINE_SUPPORTS_SAVE )
GAME( 1985, spdheatj, spdheat, spdheat, spdheatj, spdheat_state, empty_init, ROT0, "Taito Corporation", "Super Dead Heat (Japan)", MACHINE_SUPPORTS_SAVE )
GAME( 1985, spdheat, 0, spdheat, spdheat, spdheat_state, empty_init, ROT0, "Taito Corporation", "Super Dead Heat (World)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
GAME( 1985, spdheatj, spdheat, spdheat, spdheatj, spdheat_state, empty_init, ROT0, "Taito Corporation", "Super Dead Heat (Japan)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )