summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mcf5206e.h
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2013-05-02 22:22:19 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2013-05-02 22:22:19 +0000
commit40ef144283f0edbf61bcb744e2adfe7f643d87f7 (patch)
treeccdfc5b3d99ae9ea47c38ab8d8267b89eaa23ddd /src/emu/machine/mcf5206e.h
parentb90c3ef7e6bc99494309f297b3ee1673a5a12807 (diff)
more of the same (nw)
Diffstat (limited to 'src/emu/machine/mcf5206e.h')
-rw-r--r--src/emu/machine/mcf5206e.h3
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];