summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fgoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fgoal.h')
-rw-r--r--src/mame/includes/fgoal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/fgoal.h b/src/mame/includes/fgoal.h
index b6257ba6153..c5076c17558 100644
--- a/src/mame/includes/fgoal.h
+++ b/src/mame/includes/fgoal.h
@@ -15,7 +15,7 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_screen(*this, "screen"),
m_palette(*this, "palette"),
- m_video_ram(*this, "video_ram") { }
+ m_video_ram(*this, "video_ram") { }
/* devices */
required_device<cpu_device> m_maincpu;
@@ -58,7 +58,7 @@ public:
DECLARE_WRITE8_MEMBER(xpos_w);
DECLARE_CUSTOM_INPUT_MEMBER(_80_r);
-
+
TIMER_CALLBACK_MEMBER(interrupt_callback);
virtual void machine_start();