mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +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)
|
UINT16 swapb16(UINT16 data)
|
||||||
{
|
{
|
||||||
return (data >> 8) | (data >> 8);
|
return (data << 8) | (data >> 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////// Internal MMIO
|
///////////// Internal MMIO
|
||||||
|
Loading…
Reference in New Issue
Block a user