summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nscsi_cd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/nscsi_cd.h')
-rw-r--r--src/devices/machine/nscsi_cd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/nscsi_cd.h b/src/devices/machine/nscsi_cd.h
index 95afedfdf66..45e470b4c32 100644
--- a/src/devices/machine/nscsi_cd.h
+++ b/src/devices/machine/nscsi_cd.h
@@ -6,6 +6,7 @@
#pragma once
#include "machine/nscsi_bus.h"
+#include "imagedev/chd_cd.h"
#include "cdrom.h"
class nscsi_cdrom_device : public nscsi_full_device
@@ -30,6 +31,7 @@ private:
cdrom_file *cdrom;
uint32_t bytes_per_block;
int lba, cur_sector;
+ required_device<cdrom_image_device> image;
void return_no_cd();
};