diff options
Diffstat (limited to 'src/mess/includes/concept.h')
-rw-r--r-- | src/mess/includes/concept.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/concept.h b/src/mess/includes/concept.h index 9832dd7fd19..c1e280ea015 100644 --- a/src/mess/includes/concept.h +++ b/src/mess/includes/concept.h @@ -53,6 +53,7 @@ public: DECLARE_READ16_MEMBER(concept_io_r); DECLARE_WRITE16_MEMBER(concept_io_w); virtual void machine_start(); + virtual void machine_reset(); virtual void video_start(); UINT32 screen_update_concept(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |