summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/f-32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/f-32.c')
-rw-r--r--src/mame/drivers/f-32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/f-32.c b/src/mame/drivers/f-32.c
index bccda2eb7ca..e6814e8954a 100644
--- a/src/mame/drivers/f-32.c
+++ b/src/mame/drivers/f-32.c
@@ -27,10 +27,10 @@ public:
/* devices */
required_device<e132xn_device> m_maincpu;
-
+
/* memory pointers */
required_shared_ptr<UINT32> m_videoram;
-
+
DECLARE_READ32_MEMBER(f32_input_port_1_r);
UINT32 screen_update_mosaicf2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};