summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h6280/h6280.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h6280/h6280.h')
-rw-r--r--src/devices/cpu/h6280/h6280.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h6280/h6280.h b/src/devices/cpu/h6280/h6280.h
index 6ac69b3100b..e744247e8cb 100644
--- a/src/devices/cpu/h6280/h6280.h
+++ b/src/devices/cpu/h6280/h6280.h
@@ -357,7 +357,7 @@ protected:
// address spaces
address_space *m_program;
address_space *m_io;
- direct_read_data *m_direct;
+ direct_read_data<0> *m_direct;
typedef void (h6280_device::*ophandler)();