From de1b4f51a7182a9bbb0c3e595ba1bca2b633d636 Mon Sep 17 00:00:00 2001 From: darq Date: Fri, 9 Dec 2016 19:05:50 +0100 Subject: [PATCH] Corrected an engRish comment (nw) --- src/mame/drivers/shootout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/shootout.cpp b/src/mame/drivers/shootout.cpp index 87fd3db511e..5a40b4de8a5 100644 --- a/src/mame/drivers/shootout.cpp +++ b/src/mame/drivers/shootout.cpp @@ -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)); }