diff options
author | 2012-03-11 17:17:00 +0000 | |
---|---|---|
committer | 2012-03-11 17:17:00 +0000 | |
commit | d2c052dbefdee4f936874c138e6c072b1d3d4d67 (patch) | |
tree | 0d8b34aeb0ee241d97fcac8a3f0e95915a5a7ce6 /src/emu/machine/nscsi_hd.c | |
parent | a62e7d8be4b3fa00129edb870165edf95710c654 (diff) |
Clean-ups and version bump (yes, I know, it's too late)mame0145u4
Diffstat (limited to 'src/emu/machine/nscsi_hd.c')
-rw-r--r-- | src/emu/machine/nscsi_hd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/nscsi_hd.c b/src/emu/machine/nscsi_hd.c index 911c68edf0a..4138cc96127 100644 --- a/src/emu/machine/nscsi_hd.c +++ b/src/emu/machine/nscsi_hd.c @@ -161,7 +161,7 @@ void nscsi_harddisk_device::scsi_command() scsi_cmdbuf[pos++] = 0x00; // Meh scsi_cmdbuf[pos++] = 0x00; // Double meh break; - + case 0x03: { // Format parameters page scsi_cmdbuf[pos++] = 0x83; // PS, page id scsi_cmdbuf[pos++] = 0x16; // Page length |