mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
video/pc_vga_oak: fix lambda capture
This commit is contained in:
parent
f4c8b1225b
commit
5ad642d279
@ -87,7 +87,7 @@ void oak_oti111_vga_device::oak_map(address_map &map)
|
|||||||
// win98se tests 0x06 / 0x07 / 0x0a / 0x0b paths, failing in case it doesn't find a valid value.
|
// win98se tests 0x06 / 0x07 / 0x0a / 0x0b paths, failing in case it doesn't find a valid value.
|
||||||
// 64111 BIOS wants it to be == 6 at POST, printing 64107 in case it isn't
|
// 64111 BIOS wants it to be == 6 at POST, printing 64107 in case it isn't
|
||||||
map(0x00, 0x00).lr8(
|
map(0x00, 0x00).lr8(
|
||||||
NAME([this] (offs_t offset) {
|
NAME([] () {
|
||||||
//machine().debug_break();
|
//machine().debug_break();
|
||||||
return 0x06;
|
return 0x06;
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user