pdc.cpp: fixed 'm_functions.empty()' assert in debug builds (nw)

This commit is contained in:
Ivan Vangelista 2020-04-02 14:35:23 +02:00 committed by GitHub
parent 123b227a79
commit 9f0bfa0b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}
//-------------------------------------------------