mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Fix debug compile (nw)
This commit is contained in:
parent
b5313c7841
commit
2f1f05e3e6
@ -466,7 +466,7 @@ WRITE8_MEMBER(decocass_state::decocass_type2_w)
|
||||
upi41_master_w(m_mcu, offset & 1, data);
|
||||
|
||||
#ifdef MAME_DEBUG
|
||||
decocass_fno(space.machine(), offset, data);
|
||||
decocass_fno(offset, data);
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -980,7 +980,7 @@ WRITE8_MEMBER(decocass_state::decocass_e5xx_w)
|
||||
LOG(3,("%10s 6502-PC: %04x decocass_e5xx_w(%02x): $%02x -> %s\n", space.machine().time().as_string(6), space.device().safe_pcbase(), offset, data, offset & 1 ? "8041-CMND" : "8041-DATA"));
|
||||
upi41_master_w(m_mcu, offset & 1, data);
|
||||
#ifdef MAME_DEBUG
|
||||
decocass_fno(space.machine(), offset, data);
|
||||
decocass_fno(offset, data);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user