summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harddriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/harddriv.cpp')
-rw-r--r--src/mame/drivers/harddriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/harddriv.cpp b/src/mame/drivers/harddriv.cpp
index 4fc6487170a..ea2dd4ca874 100644
--- a/src/mame/drivers/harddriv.cpp
+++ b/src/mame/drivers/harddriv.cpp
@@ -1601,7 +1601,7 @@ void harddriv_state::ds3(machine_config &config)
/* basic machine hardware */
ADSP2101(config, m_adsp, XTAL(12'000'000));
m_adsp->set_addrmap(AS_PROGRAM, &harddriv_state::ds3_program_map);
- m_adsp->set_addrmap(AS_PROGRAM, &harddriv_state::ds3_data_map);
+ m_adsp->set_addrmap(AS_DATA, &harddriv_state::ds3_data_map);
config.m_minimum_quantum = attotime::from_hz(60000);