Home
last modified time | relevance | path

Searched refs:cur_load_cb (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Dfloppy.h204 load_cb cur_load_cb; variable
H A Dfloppy.cpp222 cur_load_cb = cb; in setup_load_cb()
487 if (!cur_load_cb.isnull()) in call_load()
488 return cur_load_cb(this); in call_load()
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Dfloppy.h204 load_cb cur_load_cb; variable
H A Dfloppy.cpp222 cur_load_cb = cb; in setup_load_cb()
487 if (!cur_load_cb.isnull()) in call_load()
488 return cur_load_cb(this); in call_load()