diff options
Diffstat (limited to 'src/devices/machine/68340.h')
-rw-r--r-- | src/devices/machine/68340.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/68340.h b/src/devices/machine/68340.h index 76255b412a7..f183627dcec 100644 --- a/src/devices/machine/68340.h +++ b/src/devices/machine/68340.h @@ -125,10 +125,10 @@ protected: uint32_t m_extal; /* 68340 peripheral modules */ - m68340_sim* m_m68340SIM; - m68340_dma* m_m68340DMA; + m68340_sim* m68340SIM; + m68340_dma* m68340DMA; - uint32_t m_m68340_base; + uint32_t m68340_base; emu_timer *m_irq_timer; |