summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hpc1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hpc1.cpp')
-rw-r--r--src/mame/machine/hpc1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/hpc1.cpp b/src/mame/machine/hpc1.cpp
index c7c5bb3d619..75ec6f368f5 100644
--- a/src/mame/machine/hpc1.cpp
+++ b/src/mame/machine/hpc1.cpp
@@ -123,7 +123,7 @@ void hpc1_device::indigo_mice(device_slot_interface &device)
void hpc1_device::scsi_devices(device_slot_interface &device)
{
- device.option_add("cdrom", NSCSI_CDROM);
+ device.option_add("cdrom", NSCSI_CDROM_SGI);
device.option_add("harddisk", NSCSI_HARDDISK);
}