summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/chd_cd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/imagedev/chd_cd.h')
-rw-r--r--src/emu/imagedev/chd_cd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/imagedev/chd_cd.h b/src/emu/imagedev/chd_cd.h
index fecb1f7e6b0..f01ec4b1f98 100644
--- a/src/emu/imagedev/chd_cd.h
+++ b/src/emu/imagedev/chd_cd.h
@@ -57,6 +57,7 @@ protected:
virtual void device_config_complete();
virtual void device_start();
+ chd_file m_self_chd;
cdrom_file *m_cdrom_handle;
image_device_format m_format;
};