summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/apple2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/apple2.h')
-rw-r--r--src/mame/video/apple2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/apple2.h b/src/mame/video/apple2.h
index f03fd6a596a..70af5a1d986 100644
--- a/src/mame/video/apple2.h
+++ b/src/mame/video/apple2.h
@@ -51,6 +51,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(an2_w);
void text_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
+ void text_update_inverse(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
void text_update_ultr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
void text_update_orig(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
void text_update_spectrum(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);