summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interpro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/interpro.cpp')
-rw-r--r--src/mame/drivers/interpro.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/interpro.cpp b/src/mame/drivers/interpro.cpp
index 43ff097bf93..fdc8d961d88 100644
--- a/src/mame/drivers/interpro.cpp
+++ b/src/mame/drivers/interpro.cpp
@@ -786,8 +786,7 @@ void interpro_state::interpro_scsi_adapter(device_t *device)
void interpro_state::interpro_cdrom(device_t *device)
{
- // FIXME: enable when dependent code is committed
- //downcast<nscsi_cdrom_device &>(*device).set_block_size(512);
+ downcast<nscsi_cdrom_device &>(*device).set_block_size(512);
}
MACHINE_CONFIG_START(interpro_state::ioga)