mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
fixed enum, didn't mean to click ok on commit earlier as I was still clean building (nw)
This commit is contained in:
parent
d092f88bde
commit
bf2545977d
@ -36,7 +36,7 @@ void atapi_hle_device::process_buffer()
|
||||
ExecCommand();
|
||||
GetLength(&m_data_size);
|
||||
|
||||
if (m_status_code == STATUS_CODE_CHECK_CONDITION)
|
||||
if (m_status_code == SCSI_STATUS_CODE_CHECK_CONDITION)
|
||||
m_status |= IDE_STATUS_ERR;
|
||||
|
||||
m_buffer_size = (m_cylinder_high << 8) | m_cylinder_low;
|
||||
|
Loading…
Reference in New Issue
Block a user