summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thunderx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thunderx.h')
-rw-r--r--src/mame/includes/thunderx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/thunderx.h b/src/mame/includes/thunderx.h
index 8e42281322a..41d55201560 100644
--- a/src/mame/includes/thunderx.h
+++ b/src/mame/includes/thunderx.h
@@ -62,7 +62,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
- virtual void video_start();
+ virtual void video_start();
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_interrupt);