diff options
| author | 2015-07-29 08:34:21 +0200 | |
|---|---|---|
| committer | 2015-07-29 08:34:21 +0200 | |
| commit | 1b452e3bfb48e9c77e705a60ab285c382d457e8a (patch) | |
| tree | ec86ee0e176d53492a6f034a473c728cc6896ad7 /src/emu/machine/atapihle.c | |
| parent | b038bdab5ba511f2af2c23e24b3508062a42b3b3 (diff) | |
Cleanups and version bumpmame0164
Diffstat (limited to 'src/emu/machine/atapihle.c')
| -rw-r--r-- | src/emu/machine/atapihle.c | 2 |
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; |
