mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
formatting
This commit is contained in:
parent
98c5240869
commit
66d825fc52
@ -82,8 +82,8 @@ WRITE16_MEMBER(interpro_mcga_device::control_w)
|
||||
// HACK: set or clear error status depending on ENMMBE bit
|
||||
if (data & CONTROL_ENMMBE)
|
||||
m_error |= ERROR_VALID;
|
||||
// else
|
||||
// error &= ~ERROR_VALID;
|
||||
//else
|
||||
// m_error &= ~ERROR_VALID;
|
||||
}
|
||||
|
||||
WRITE16_MEMBER(interpro_fmcc_device::control_w)
|
||||
@ -93,6 +93,6 @@ WRITE16_MEMBER(interpro_fmcc_device::control_w)
|
||||
// HACK: set or clear error status depending on ENMMBE bit
|
||||
if (data & CONTROL_ENMMBE)
|
||||
m_error |= ERROR_VALID;
|
||||
// else
|
||||
// error &= ~ERROR_VALID;
|
||||
//else
|
||||
// m_error &= ~ERROR_VALID;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user