summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/concept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/concept.h')
-rw-r--r--src/mame/includes/concept.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/concept.h b/src/mame/includes/concept.h
index 9134df453e4..f9020299822 100644
--- a/src/mame/includes/concept.h
+++ b/src/mame/includes/concept.h
@@ -59,7 +59,7 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- uint32_t screen_update_concept(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_READ8_MEMBER(via_in_a);
DECLARE_WRITE8_MEMBER(via_out_a);