summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/upd7759.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/upd7759.c')
-rw-r--r--src/emu/sound/upd7759.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/upd7759.c b/src/emu/sound/upd7759.c
index 68788ae5861..11305f49533 100644
--- a/src/emu/sound/upd7759.c
+++ b/src/emu/sound/upd7759.c
@@ -220,7 +220,7 @@ void upd775x_device::device_start()
void upd7759_device::device_start()
{
m_drqcallback.resolve_safe();
-
+
/* chip configuration */
m_sample_offset_shift = (type() == UPD7759) ? 1 : 0;
@@ -295,7 +295,7 @@ void upd7759_device::device_start()
void upd7756_device::device_start()
{
m_drqcallback.resolve_safe();
-
+
/* chip configuration */
m_sample_offset_shift = (type() == UPD7759) ? 1 : 0;