summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8275.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/i8275.h')
-rw-r--r--src/devices/video/i8275.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/video/i8275.h b/src/devices/video/i8275.h
index bf4dc21206f..f3d248643b4 100644
--- a/src/devices/video/i8275.h
+++ b/src/devices/video/i8275.h
@@ -103,6 +103,9 @@ protected:
virtual void device_reset() override;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
+ void vrtc_start();
+ void vrtc_end();
+
void recompute_parameters();
enum
@@ -213,7 +216,6 @@ protected:
int m_irq_scanline;
int m_vrtc_scanline;
int m_vrtc_drq_scanline;
- bool m_du;
bool m_dma_stop;
bool m_end_of_screen;
bool m_preset;