summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/cga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/cga.h')
-rw-r--r--src/devices/bus/isa/cga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/cga.h b/src/devices/bus/isa/cga.h
index bb554133bea..ccb0ea603ab 100644
--- a/src/devices/bus/isa/cga.h
+++ b/src/devices/bus/isa/cga.h
@@ -41,6 +41,7 @@ public:
protected:
isa8_cga_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+ required_device<mc6845_device> m_crtc;
required_ioport m_cga_config;
// device-level overrides