summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/trs80m2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/trs80m2.h')
-rw-r--r--src/mess/includes/trs80m2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/trs80m2.h b/src/mess/includes/trs80m2.h
index c588a85b8ae..94a85e36038 100644
--- a/src/mess/includes/trs80m2.h
+++ b/src/mess/includes/trs80m2.h
@@ -108,6 +108,8 @@ public:
DECLARE_WRITE_LINE_MEMBER( kb_clock_w );
DECLARE_WRITE8_MEMBER( kbd_w );
+ MC6845_UPDATE_ROW( crtc_update_row );
+
// memory state
int m_boot_rom;
int m_bank;