summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56k/dsp56k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp56k/dsp56k.h')
-rw-r--r--src/devices/cpu/dsp56k/dsp56k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/dsp56k/dsp56k.h b/src/devices/cpu/dsp56k/dsp56k.h
index ea8e5f8c281..e13b160c8a4 100644
--- a/src/devices/cpu/dsp56k/dsp56k.h
+++ b/src/devices/cpu/dsp56k/dsp56k.h
@@ -192,7 +192,7 @@ struct dsp56k_core
void (*output_pins_changed)(uint32_t pins);
cpu_device *device;
address_space *program;
- direct_read_data<-1> *direct;
+ memory_access_cache<1, -1, ENDIANNESS_LITTLE> *cache;
address_space *data;
uint16_t peripheral_ram[0x40];