summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/armedf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/armedf.h')
-rw-r--r--src/mame/includes/armedf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/armedf.h b/src/mame/includes/armedf.h
index c0156439c24..a5722a608ac 100644
--- a/src/mame/includes/armedf.h
+++ b/src/mame/includes/armedf.h
@@ -71,10 +71,10 @@ public:
int m_read_latch;
UINT8 m_mcu_input_snippet;
UINT8 m_mcu_jsr_snippet;
-
+
DECLARE_READ16_MEMBER(latch_r);
DECLARE_WRITE16_MEMBER(sharedram_w);
- DECLARE_READ16_MEMBER(sharedram_r);
+ DECLARE_READ16_MEMBER(sharedram_r);
};
/*----------- defined in video/armedf.c -----------*/