summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/namco54.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/namco54.c')
-rw-r--r--src/mame/audio/namco54.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/namco54.c b/src/mame/audio/namco54.c
index a8f14368685..6fce7cd8af6 100644
--- a/src/mame/audio/namco54.c
+++ b/src/mame/audio/namco54.c
@@ -58,7 +58,7 @@ TIMER_CALLBACK_MEMBER( namco_54xx_device::latch_callback )
}
READ8_MEMBER( namco_54xx_device::K_r )
-{
+{
return m_latched_cmd >> 4;
}