mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
overides device_post_load instead of post_load (nw)
This commit is contained in:
parent
981f921fe1
commit
1cff2752cf
@ -127,7 +127,7 @@ void ymz280b_device::update_volumes(struct YMZ280BVoice *voice)
|
||||
}
|
||||
|
||||
|
||||
void ymz280b_device::post_load()
|
||||
void ymz280b_device::device_post_load()
|
||||
{
|
||||
for (int j = 0; j < 8; j++)
|
||||
{
|
||||
|
@ -41,7 +41,7 @@ protected:
|
||||
// device-level overrides
|
||||
virtual void device_config_complete();
|
||||
virtual void device_start();
|
||||
virtual void post_load();
|
||||
virtual void device_post_load();
|
||||
virtual void device_reset();
|
||||
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user