summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/atapihle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/atapihle.c')
-rw-r--r--src/emu/machine/atapihle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/atapihle.c b/src/emu/machine/atapihle.c
index 4b749ee36e6..dcbc00fb26c 100644
--- a/src/emu/machine/atapihle.c
+++ b/src/emu/machine/atapihle.c
@@ -246,7 +246,7 @@ void atapi_hle_device::process_command()
case IDE_COMMAND_CHECK_POWER_MODE:
m_status = IDE_STATUS_DRDY;
- m_sector_count = 0xff; // Power mode: 0x00 = Standby, 0x80 = Idle mode, 0xff = Active mode or Idle mode
+ m_sector_count = 0xff; // Power mode: 0x00 = Standby, 0x80 = Idle mode, 0xff = Active mode or Idle mode
set_irq(ASSERT_LINE);
break;