summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/apple3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/apple3.h')
-rw-r--r--src/mame/includes/apple3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/apple3.h b/src/mame/includes/apple3.h
index 840d549b8e0..15f45c2d51f 100644
--- a/src/mame/includes/apple3.h
+++ b/src/mame/includes/apple3.h
@@ -126,6 +126,7 @@ public:
DECLARE_FLOPPY_FORMATS( floppy_formats );
DECLARE_WRITE_LINE_MEMBER(a2bus_irq_w);
DECLARE_WRITE_LINE_MEMBER(a2bus_nmi_w);
+ DECLARE_WRITE_LINE_MEMBER(vbl_w);
// these need to be public for now
uint32_t m_flags;
@@ -155,6 +156,7 @@ private:
int m_c040_time;
uint16_t m_lastchar, m_strobe;
uint8_t m_transchar;
+ bool m_charwrt;
emu_timer *m_scanstart, *m_scanend;