summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/dm7000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/dm7000.h')
-rw-r--r--src/mess/includes/dm7000.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/includes/dm7000.h b/src/mess/includes/dm7000.h
index 4fc8dbdf353..ed7276c4f8a 100644
--- a/src/mess/includes/dm7000.h
+++ b/src/mess/includes/dm7000.h
@@ -41,11 +41,11 @@ public:
DECLARE_WRITE16_MEMBER ( dm7000_enet_w );
DECLARE_READ16_MEMBER ( dm7000_enet_r );
-
+
DECLARE_READ32_MEMBER( dcr_r );
DECLARE_WRITE32_MEMBER( dcr_w );
-
-
+
+
UINT16 m_enet_regs[32];
UINT32 dcr[1024];