summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model1.h')
-rw-r--r--src/mame/includes/model1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/model1.h b/src/mame/includes/model1.h
index 6df79c3974a..0ca51be1ea3 100644
--- a/src/mame/includes/model1.h
+++ b/src/mame/includes/model1.h
@@ -107,7 +107,7 @@ public:
DECLARE_WRITE16_MEMBER(model1_listctl_w);
uint32_t screen_update_model1(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void screen_eof_model1(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_model1);
struct spoint_t
{