summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hpc3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hpc3.h')
-rw-r--r--src/mame/machine/hpc3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/hpc3.h b/src/mame/machine/hpc3.h
index 12cdb9f05b0..10c658bd362 100644
--- a/src/mame/machine/hpc3.h
+++ b/src/mame/machine/hpc3.h
@@ -90,13 +90,13 @@ protected:
struct pbus_dma_t
{
bool m_active;
- uint32_t m_buf_ptr;
uint32_t m_cur_ptr;
uint32_t m_desc_ptr;
uint32_t m_desc_flags;
uint32_t m_next_ptr;
uint32_t m_bytes_left;
uint32_t m_config;
+ uint32_t m_control;
emu_timer *m_timer;
};