mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
taito/taito_o.cpp: Fix unused lambda capture
This commit is contained in:
parent
852af03a84
commit
bf16566fea
@ -149,7 +149,7 @@ void taitoo_state::prg_map(address_map &map)
|
||||
})
|
||||
);
|
||||
map(0x200002, 0x200003).portr("IN1").lw16(
|
||||
NAME([this] (offs_t offset, u16 data, u16 mem_mask) {
|
||||
NAME([] (offs_t offset, u16 data, u16 mem_mask) {
|
||||
// m_hop_stop_coil = BIT(data, 14);
|
||||
// m_divider = BIT(data, 12); active low
|
||||
// lamps & 0x370f
|
||||
|
Loading…
Reference in New Issue
Block a user