summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apricotp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/apricotp.h')
-rw-r--r--src/mess/includes/apricotp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/apricotp.h b/src/mess/includes/apricotp.h
index bb7f4d82dcb..32d87b1964f 100644
--- a/src/mess/includes/apricotp.h
+++ b/src/mess/includes/apricotp.h
@@ -92,6 +92,7 @@ public:
virtual void video_start();
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ MC6845_UPDATE_ROW(update_row);
DECLARE_READ16_MEMBER( mem_r );
DECLARE_WRITE16_MEMBER( mem_w );
DECLARE_READ8_MEMBER( prtr_snd_r );