From 3eb3d5cb386a5e1f8eaffc2362991af21b0cd7fe Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Mon, 5 Nov 2018 19:13:27 +0100 Subject: Fix build, nw --- src/mame/machine/naomim1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/machine/naomim1.cpp b/src/mame/machine/naomim1.cpp index c4e53aa5047..c5289435a47 100644 --- a/src/mame/machine/naomim1.cpp +++ b/src/mame/machine/naomim1.cpp @@ -45,8 +45,8 @@ void naomi_m1_board::device_start() actel_id = 0; } - key = flipendian_int32(key); - + key = swapendian_int32(key); + buffer = std::make_unique(BUFFER_SIZE); save_pointer(NAME(buffer), BUFFER_SIZE); -- cgit v1.2.3