diff options
author | 2014-09-29 03:04:32 +0000 | |
---|---|---|
committer | 2014-09-29 03:04:32 +0000 | |
commit | 2df79a01a5f0b42e25ca9de5778fd6fd53be402d (patch) | |
tree | 0a969c20bbfe08b495b339a5892182759aee3fa4 /src/mess/includes/concept.h | |
parent | b52a88cc0378ad73ddae348877aa354288343c8e (diff) |
(MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. Belmont]
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); |