summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/concept.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-18 14:45:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-18 14:45:06 +0000
commita1b116c06f4748d61e36c070356b4818b5979f3e (patch)
treea6b9e6e1e8578cc8f2d7bdd60c528f4a321d764e /src/mess/includes/concept.h
parent3ac43e0187323c2b55dc00c79c31bdd2d50d9b20 (diff)
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Diffstat (limited to 'src/mess/includes/concept.h')
-rw-r--r--src/mess/includes/concept.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mess/includes/concept.h b/src/mess/includes/concept.h
index 656db9077a6..774e7f3bdc0 100644
--- a/src/mess/includes/concept.h
+++ b/src/mess/includes/concept.h
@@ -56,6 +56,7 @@ public:
virtual void machine_start();
virtual void video_start();
UINT32 screen_update_concept(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(concept_interrupt);
};
@@ -64,7 +65,4 @@ public:
extern const via6522_interface concept_via6522_intf;
extern const wd17xx_interface concept_wd17xx_interface;
-INTERRUPT_GEN( concept_interrupt );
-
-
#endif /* CONCEPT_H_ */