summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/nscsi_hd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/nscsi_hd.c')
-rw-r--r--src/emu/machine/nscsi_hd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/nscsi_hd.c b/src/emu/machine/nscsi_hd.c
index 61642ed0468..de93636180d 100644
--- a/src/emu/machine/nscsi_hd.c
+++ b/src/emu/machine/nscsi_hd.c
@@ -83,7 +83,7 @@ void nscsi_harddisk_device::scsi_command()
bad_lun();
return;
}
-
+
int page = scsi_cmdbuf[2];
int size = scsi_cmdbuf[4];
switch(page) {