mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
call base class in device_start() (nw)
This commit is contained in:
parent
7ab7345bbc
commit
754b47ae55
@ -34,6 +34,8 @@ scsicd_device::scsicd_device(const machine_config &mconfig, device_type type, co
|
||||
|
||||
void scsicd_device::device_start()
|
||||
{
|
||||
scsihle_device::device_start();
|
||||
|
||||
save_item( NAME( lba ) );
|
||||
save_item( NAME( blocks ) );
|
||||
save_item( NAME( last_lba ) );
|
||||
|
Loading…
Reference in New Issue
Block a user