mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
nw
This commit is contained in:
parent
8c7bcae500
commit
d181f8e038
@ -181,7 +181,7 @@ void m3comm_device::device_reset_after_children()
|
||||
|
||||
UINT16 swapb16(UINT16 data)
|
||||
{
|
||||
return (data >> 8) | (data >> 8);
|
||||
return (data << 8) | (data >> 8);
|
||||
}
|
||||
|
||||
///////////// Internal MMIO
|
||||
|
Loading…
Reference in New Issue
Block a user