mirror of
https://github.com/holub/mame
synced 2025-07-15 06:27:46 +03:00
hp9845b: Use standard instance names (and type) for optional ROMs
This commit is contained in:
parent
307e6a27b4
commit
053ea31f64
@ -55,7 +55,7 @@ void hp_optrom_slot_device::device_start()
|
||||
|
||||
void hp_optrom_slot_device::device_config_complete()
|
||||
{
|
||||
update_names(HP_OPTROM_SLOT , "optional_rom" , "optrom");
|
||||
update_names();
|
||||
}
|
||||
|
||||
image_init_result hp_optrom_slot_device::call_load()
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
virtual void call_unload() override;
|
||||
virtual const software_list_loader &get_software_list_loader() const override { return rom_software_list_loader::instance(); }
|
||||
|
||||
virtual iodevice_t image_type() const override { return IO_CARTSLOT; }
|
||||
virtual iodevice_t image_type() const override { return IO_ROM; }
|
||||
virtual bool is_readable() const override { return true; }
|
||||
virtual bool is_writeable() const override { return false; }
|
||||
virtual bool is_creatable() const override { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user