summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc/ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/powerpc/ppc.h')
-rw-r--r--src/devices/cpu/powerpc/ppc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/powerpc/ppc.h b/src/devices/cpu/powerpc/ppc.h
index fa3d79d916c..ba81a6055bb 100644
--- a/src/devices/cpu/powerpc/ppc.h
+++ b/src/devices/cpu/powerpc/ppc.h
@@ -490,7 +490,7 @@ protected:
int m_buffered_dma_rate[4];
/* internal stuff */
- direct_read_data *m_direct;
+ direct_read_data<0> *m_direct;
offs_t m_codexor;
uint32_t m_system_clock;
uint32_t m_cpu_clock;