mirror of
https://github.com/holub/mame
synced 2025-06-04 20:06:28 +03:00
Remove starshp1 hack to restore correct behavior
This commit is contained in:
parent
75424bc76d
commit
50d6319be1
@ -119,13 +119,13 @@ WRITE8_MEMBER(starshp1_state::starshp1_ssadd_w)
|
||||
WRITE8_MEMBER(starshp1_state::starshp1_sspic_w)
|
||||
{
|
||||
/*
|
||||
* Some mysterious game code at address $2CCE is causing
|
||||
* erratic images in the target explosion sequence. The
|
||||
* following condition is a hack to filter these images.
|
||||
* Some mysterious game code at address $2CCE is causes
|
||||
* erratic images in the target explosion sequence. But
|
||||
* This is the way the actual game worked!
|
||||
*/
|
||||
|
||||
if (data != 0x87)
|
||||
m_ship_picture = data;
|
||||
m_ship_picture = data;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user