diff options
Diffstat (limited to 'src/emu/machine/mcf5206e.h')
-rw-r--r-- | src/emu/machine/mcf5206e.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/machine/mcf5206e.h b/src/emu/machine/mcf5206e.h index ed03038b196..6221f11d279 100644 --- a/src/emu/machine/mcf5206e.h +++ b/src/emu/machine/mcf5206e.h @@ -151,6 +151,8 @@ public: DECLARE_WRITE8_MEMBER( MBSR_w ); DECLARE_READ8_MEMBER( MFDR_r ); DECLARE_WRITE8_MEMBER( MFDR_w ); + DECLARE_READ8_MEMBER( MBDR_r ); + DECLARE_WRITE8_MEMBER( MBDR_w ); @@ -197,6 +199,7 @@ private: UINT8 m_MBCR; UINT8 m_MBSR; UINT8 m_MFDR; + UINT8 m_MBDR; UINT32 m_coldfire_regs[0x400/4]; |