summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/scsi/s1410.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-04-14 11:50:39 +0000
committer smf- <smf-@users.noreply.github.com>2014-04-14 11:50:39 +0000
commita039e59ae2be4a92be8afae9018f481f2ff14f3e (patch)
tree280d142f4620c02e4a734f04a837485940841b18 /src/emu/bus/scsi/s1410.c
parent51360b13702d031b1d1c764e044209d43f24a6a0 (diff)
SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separate so you can for example have -harddisk1 as ID 6 and -harddisk 2 as ID 5. The HLE'd CD & HD have configuration switches to set the ID, real emulated hardware will specify the ID using it's own method. [smf]
Diffstat (limited to 'src/emu/bus/scsi/s1410.c')
-rw-r--r--src/emu/bus/scsi/s1410.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/bus/scsi/s1410.c b/src/emu/bus/scsi/s1410.c
index 195be0c04f5..35e62e161f9 100644
--- a/src/emu/bus/scsi/s1410.c
+++ b/src/emu/bus/scsi/s1410.c
@@ -86,7 +86,6 @@ Notes:
*/
-#include "emu.h"
#include "s1410.h"
#include "cpu/z80/z80.h"
#include "imagedev/harddriv.h"