summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/spectrum.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/spectrum.h
parent3ac43e0187323c2b55dc00c79c31bdd2d50d9b20 (diff)
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Diffstat (limited to 'src/mess/includes/spectrum.h')
-rw-r--r--src/mess/includes/spectrum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/spectrum.h b/src/mess/includes/spectrum.h
index fa76a1b0be4..2a2519a21e7 100644
--- a/src/mess/includes/spectrum.h
+++ b/src/mess/includes/spectrum.h
@@ -123,6 +123,7 @@ public:
UINT32 screen_update_tc2048(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_ts2068(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_spectrum(screen_device &screen, bool state);
+ INTERRUPT_GEN_MEMBER(spec_interrupt);
};