summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x68k_hdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x68k_hdc.cpp')
-rw-r--r--src/mame/machine/x68k_hdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x68k_hdc.cpp b/src/mame/machine/x68k_hdc.cpp
index aee064627cb..f85108f2ad8 100644
--- a/src/mame/machine/x68k_hdc.cpp
+++ b/src/mame/machine/x68k_hdc.cpp
@@ -32,7 +32,7 @@ x68k_hdc_image_device::x68k_hdc_image_device(const machine_config &mconfig, cons
void x68k_hdc_image_device::device_config_complete()
{
- update_names(X68KHDC, "sasihd", "sasi");
+ update_names();
}
void x68k_hdc_image_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)