mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
doh
This commit is contained in:
parent
86b50069f9
commit
10b084f5ef
@ -713,7 +713,7 @@ static DEVICE_RESET( ymz280b )
|
||||
/* initial clear registers */
|
||||
for (i = 0xff; i >= 0; i--)
|
||||
{
|
||||
chip->current_register = 0;
|
||||
chip->current_register = i;
|
||||
write_to_register(chip, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user