Corrected an engRish comment (nw)

This commit is contained in:
darq 2016-12-09 19:05:50 +01:00
parent 3640db6ad4
commit de1b4f51a7

View File

@ -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));
}