mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +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;
|
actel_id = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
key = flipendian_int32(key);
|
key = swapendian_int32(key);
|
||||||
|
|
||||||
buffer = std::make_unique<uint8_t[]>(BUFFER_SIZE);
|
buffer = std::make_unique<uint8_t[]>(BUFFER_SIZE);
|
||||||
|
|
||||||
save_pointer(NAME(buffer), BUFFER_SIZE);
|
save_pointer(NAME(buffer), BUFFER_SIZE);
|
||||||
|
Loading…
Reference in New Issue
Block a user