cyclemb.cpp: Remove MACHINE_IMPERFECT_SOUND flags (#8055)

This commit is contained in:
sasuke-arcade 2021-05-13 02:48:53 +09:00 committed by GitHub
parent 85bdf5af9d
commit 1399a52a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,9 @@ appears to be in the exact middle between the gsword / josvolly HW and the ppkin
driver by Angelo Salese
TODO:
- separate driver into 2 classes
- reduce tagmap lookups
- sound (controlled by three i8741);
- coinage (controlled by i8741, like Gladiator / Ougon no Shiro);
- separate driver into 2 classes;
- reduce tagmap lookups;
- low-level emulation of inputs/soundlatch (controlled by several i8741, like Gladiator / Ougon no Shiro);
- color prom resistor network is guessed, cyclemb yellows are more reddish on pcb video and photos;
BTANB verified on pcb: cyclemb standing cones are reddish-yellow/black instead of red/white
@ -1160,5 +1159,5 @@ void cyclemb_state::init_skydest()
// year name parent machine input class init rot company fullname flags
GAME( 1984, cyclemb, 0, cyclemb, cyclemb, cyclemb_state, init_cyclemb, ROT0, "Taito Corporation", "Cycle Maabou (Japan)", MACHINE_NO_COCKTAIL | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
GAME( 1985, skydest, 0, skydest, skydest, cyclemb_state, init_skydest, ROT0, "Taito Corporation", "Sky Destroyer (Japan)", MACHINE_NO_COCKTAIL | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
GAME( 1984, cyclemb, 0, cyclemb, cyclemb, cyclemb_state, init_cyclemb, ROT0, "Taito Corporation", "Cycle Maabou (Japan)", MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE )
GAME( 1985, skydest, 0, skydest, skydest, cyclemb_state, init_skydest, ROT0, "Taito Corporation", "Sky Destroyer (Japan)", MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE )