sparclite: update prev commit, better habit to call parent class

This commit is contained in:
hap 2021-11-25 21:48:27 +01:00
parent 0294643837
commit bbf22ed3b6

View File

@ -1052,8 +1052,7 @@ void sparc_base_device::device_post_load()
void mb86930_device::device_post_load()
{
sparc_base_device::device_post_load();
sparcv8_device::device_post_load();
update_addr_masks();
}