mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
pdc.cpp: fixed 'm_functions.empty()' assert in debug builds (nw)
This commit is contained in:
parent
123b227a79
commit
9f0bfa0b7a
@ -339,10 +339,6 @@ void pdc_device::device_start()
|
||||
save_item(NAME(reg_p21));
|
||||
save_item(NAME(reg_p38));
|
||||
save_item(NAME(fdd_68k_dma_address));
|
||||
|
||||
/* Resolve callbacks */
|
||||
m_m68k_r_cb.resolve_safe(0);
|
||||
m_m68k_w_cb.resolve_safe();
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user