mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix build, nw
This commit is contained in:
parent
26258c22ab
commit
3eb3d5cb38
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user