summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s6a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s6a.c')
-rw-r--r--src/mame/drivers/s6a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s6a.c b/src/mame/drivers/s6a.c
index 8b42ced21d1..620d6b266da 100644
--- a/src/mame/drivers/s6a.c
+++ b/src/mame/drivers/s6a.c
@@ -448,7 +448,7 @@ READ_LINE_MEMBER( s6a_state::pia4_cb1_r )
READ8_MEMBER( s6a_state::dac_r )
{printf("%X ",m_sound_data);
- return m_sound_data;
+ return m_sound_data;
}
WRITE8_MEMBER( s6a_state::dac_w )