xtom3d: capture fix

This commit is contained in:
Olivier Galibert 2023-12-09 19:35:13 +01:00
parent 6ee02581f2
commit 9c77724f03

View File

@ -269,7 +269,7 @@ void isa16_oksan_io_sound::device_reset()
void isa16_oksan_io_sound::io_map(address_map &map)
{
map(0x08, 0x08).lr8(
NAME([this] () {
NAME([] () {
return 0xff;
})
);