summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segae.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segae.c')
-rw-r--r--src/mame/drivers/segae.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segae.c b/src/mame/drivers/segae.c
index 69927c808f8..fbd8b4ef78c 100644
--- a/src/mame/drivers/segae.c
+++ b/src/mame/drivers/segae.c
@@ -2159,7 +2159,7 @@ static void init_ports_systeme(running_machine *machine)
const address_space *io = cpu_get_address_space(machine->cpu[0], ADDRESS_SPACE_IO);
const device_config *sn1 = devtag_get_device(machine, SOUND, "sn1");
const device_config *sn2 = devtag_get_device(machine, SOUND, "sn2");
-
+
memory_install_write8_device_handler(io, sn2, 0x7b, 0x7b, 0, 0, sn76496_w);
memory_install_write8_device_handler(io, sn1, 0x7e, 0x7f, 0, 0, sn76496_w);
memory_install_read8_handler (io, 0x7e, 0x7e, 0, 0, sms_vcounter_r);