From 13247311f650d2190ca50f05f2879c63a3ad0b6b Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Mon, 5 Nov 2018 19:11:18 +0100 Subject: Renamed flipendian -> swapendian, as I spent minutes trying to find the functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw --- src/mame/machine/tigeroad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/machine/tigeroad.cpp') diff --git a/src/mame/machine/tigeroad.cpp b/src/mame/machine/tigeroad.cpp index 190fe0a400a..1c5a10febac 100644 --- a/src/mame/machine/tigeroad.cpp +++ b/src/mame/machine/tigeroad.cpp @@ -25,7 +25,7 @@ WRITE16_MEMBER(pushman_state::pushman_mcu_comm_w) switch (offset & 0x01) { case 0: - m_host_latch = flipendian_int16(data); + m_host_latch = swapendian_int16(data); break; case 1: m_mcu->pd_w(space, 0, data & 0x00ff); -- cgit v1.2.3-70-g09d2