summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pce_cd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pce_cd.h')
-rw-r--r--src/mame/machine/pce_cd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/pce_cd.h b/src/mame/machine/pce_cd.h
index 588537e7f89..36027488361 100644
--- a/src/mame/machine/pce_cd.h
+++ b/src/mame/machine/pce_cd.h
@@ -102,6 +102,7 @@ private:
uint8_t m_adpcm_status;
uint16_t m_adpcm_latch_address;
uint8_t m_adpcm_control;
+ uint8_t m_adpcm_dma_reg;
uint8_t m_fade_reg;
void regs_map(address_map &map);