diff options
| author | 2013-09-17 06:47:03 +0000 | |
|---|---|---|
| committer | 2013-09-17 06:47:03 +0000 | |
| commit | 96aa5e1c086b4927456dc88b925d8ec112f0482e (patch) | |
| tree | f59d136c51d4a065f39e3ab0d73981526c4d156b /src/emu/machine/atahle.c | |
| parent | a7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff) | |
Cleanups and version bumpmame0150
Diffstat (limited to 'src/emu/machine/atahle.c')
| -rw-r--r-- | src/emu/machine/atahle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/atahle.c b/src/emu/machine/atahle.c index d94eb4fe4ea..6632b3753ee 100644 --- a/src/emu/machine/atahle.c +++ b/src/emu/machine/atahle.c @@ -239,7 +239,7 @@ bool ata_hle_device::set_dma_mode(int word) m_identify_buffer[word] |= 0x100 << (m_sector_count & 7); return true; } - + return false; } |
