summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x68k_hdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x68k_hdc.h')
-rw-r--r--src/mame/machine/x68k_hdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/x68k_hdc.h b/src/mame/machine/x68k_hdc.h
index 0a4f5222531..e1f0abfb903 100644
--- a/src/mame/machine/x68k_hdc.h
+++ b/src/mame/machine/x68k_hdc.h
@@ -92,6 +92,8 @@ public:
virtual bool must_be_loaded() const override { return 0; }
virtual bool is_reset_on_load() const override { return 0; }
virtual const char *file_extensions() const override { return "hdf"; }
+ virtual const char *custom_instance_name() const override { return "sasihd"; }
+ virtual const char *custom_brief_instance_name() const override { return "sasi"; }
virtual image_init_result call_create(int format_type, util::option_resolution *format_options) override;
DECLARE_WRITE16_MEMBER( hdc_w );