Fix build, nw

This commit is contained in:
mooglyguy 2018-11-05 19:13:27 +01:00
parent 26258c22ab
commit 3eb3d5cb38

View File

@ -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<uint8_t[]>(BUFFER_SIZE);
save_pointer(NAME(buffer), BUFFER_SIZE);