summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/t10sbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/t10sbc.c')
-rw-r--r--src/emu/machine/t10sbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/t10sbc.c b/src/emu/machine/t10sbc.c
index 59e421ca16b..204046e39d6 100644
--- a/src/emu/machine/t10sbc.c
+++ b/src/emu/machine/t10sbc.c
@@ -42,9 +42,9 @@ void t10sbc::ExecCommand()
case T10SBC_CMD_SEEK_6:
m_lba = (command[1]&0x1f)<<16 | command[2]<<8 | command[3];
-
+
logerror("S1410: SEEK to LBA %x\n", m_lba);
-
+
m_phase = SCSI_PHASE_STATUS;
m_transfer_length = 0;
break;