mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
xtom3d: capture fix
This commit is contained in:
parent
6ee02581f2
commit
9c77724f03
@ -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;
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user