summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/dcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/dcs.c')
-rw-r--r--src/mame/audio/dcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/dcs.c b/src/mame/audio/dcs.c
index 906ab27146d..0802cc740e3 100644
--- a/src/mame/audio/dcs.c
+++ b/src/mame/audio/dcs.c
@@ -1165,7 +1165,7 @@ static void sdrc_remap_memory(running_machine *machine)
/* update the bank pointers */
sdrc_update_bank_pointers(machine);
-
+
/* reinstall the polling hotspot */
if (dcs.polling_offset)
dcs_polling_base = memory_install_readwrite16_handler(cpu_get_address_space(dcs.cpu, ADDRESS_SPACE_DATA), dcs.polling_offset, dcs.polling_offset, 0, 0, dcs_polling_r, dcs_polling_w);