diff options
Diffstat (limited to 'src/devices/bus/vme/sys68k_iscsi.cpp')
-rw-r--r-- | src/devices/bus/vme/sys68k_iscsi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vme/sys68k_iscsi.cpp b/src/devices/bus/vme/sys68k_iscsi.cpp index 2d0ee64b605..184cc5d0643 100644 --- a/src/devices/bus/vme/sys68k_iscsi.cpp +++ b/src/devices/bus/vme/sys68k_iscsi.cpp @@ -486,4 +486,4 @@ void vme_sys68k_iscsi1_card_device::not_implemented_w(uint8_t data){ // This info isn't kept in a card driver atm so storing it as a comment for later use // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -//COMP( 1986, fcscsi1, 0, 0, fcscsi1, fcscsi1, driver_device, 0, "Force Computers Gmbh", "SYS68K/SCSI-1", MACHINE_IS_SKELETON ) +//COMP( 1986, fcscsi1, 0, 0, fcscsi1, fcscsi1, driver_device, 0, "Force Computers Gmbh", "SYS68K/SCSI-1", MACHINE_NO_SOUND | MACHINE_NOT_WORKING ) |