mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Fixed left-over comment
This commit is contained in:
parent
9d91b76396
commit
54abb65ad7
@ -275,7 +275,7 @@ WRITE16_MEMBER(hng64_state::sound_comms_w)
|
||||
m_audiocpu->set_input_line(5, CLEAR_LINE);
|
||||
if(data)
|
||||
printf("IRQ ACK %02x?\n",data);
|
||||
return; // intentional for log
|
||||
return;
|
||||
}
|
||||
|
||||
printf("SOUND W %02x %04x\n",offset*2,data);
|
||||
|
Loading…
Reference in New Issue
Block a user