mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Corrected an engRish comment (nw)
This commit is contained in:
parent
3640db6ad4
commit
de1b4f51a7
@ -66,7 +66,7 @@ WRITE8_MEMBER(shootout_state::sound_cpu_command_w)
|
||||
m_soundlatch->write( space, offset, data );
|
||||
m_audiocpu->set_input_line(INPUT_LINE_NMI, ASSERT_LINE);
|
||||
|
||||
// Allow the other CPU to reply. This fix the missing music on the title screen (parent set).
|
||||
// Allow the other CPU to reply. This fixes the missing music on the title screen (parent set).
|
||||
space.device ().execute ().spin_until_time (attotime :: from_usec (200));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user