diff options
author | 2014-04-16 06:10:07 +0000 | |
---|---|---|
committer | 2014-04-16 06:10:07 +0000 | |
commit | a176b85199251f8daf796eac73ce631823cc56dd (patch) | |
tree | 4ea921243d2a9037a74521677c555d3df9f76828 /src/emu/bus/scsi/scsihle.h | |
parent | 9e3781bafe1d4874fac9f2b28b60f34342f6cfb1 (diff) |
MESS: Added SCSI ID configuration to sa1403d as it's HLE'd but adds it's own DIP switches (nw)
Diffstat (limited to 'src/emu/bus/scsi/scsihle.h')
-rw-r--r-- | src/emu/bus/scsi/scsihle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/bus/scsi/scsihle.h b/src/emu/bus/scsi/scsihle.h index 37a90beca9c..071748f8aeb 100644 --- a/src/emu/bus/scsi/scsihle.h +++ b/src/emu/bus/scsi/scsihle.h @@ -14,6 +14,8 @@ Base class for HLE'd SCSI devices. #include "scsi.h" #include "machine/t10spc.h" +INPUT_PORTS_EXTERN( scsihle ); + class scsihle_device : public device_t, public scsi_port_interface, public virtual t10spc |