summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9007.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9007.h')
-rw-r--r--src/devices/video/crt9007.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/video/crt9007.h b/src/devices/video/crt9007.h
index 5f0b1f30897..f0a71c1d15c 100644
--- a/src/devices/video/crt9007.h
+++ b/src/devices/video/crt9007.h
@@ -91,7 +91,8 @@ private:
TIMER_VLT,
TIMER_CURS,
TIMER_DRB,
- TIMER_DMA
+ TIMER_DMA,
+ TIMER_FRAME
};
void crt9007(address_map &map);
@@ -166,6 +167,7 @@ private:
emu_timer *m_curs_timer;
emu_timer *m_drb_timer;
emu_timer *m_dma_timer;
+ emu_timer *m_frame_timer;
};