From a98376d18b25a96c02c60afb2234a9096cea7eff Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 19 Jun 2014 12:05:23 +0000 Subject: [PATCH] Gave legacy device a proper setname to eliminate confusion with modern implementation (nw) --- src/emu/bus/ti99_peb/hfdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/bus/ti99_peb/hfdc.c b/src/emu/bus/ti99_peb/hfdc.c index 0d2f3624065..45e3d02ce58 100644 --- a/src/emu/bus/ti99_peb/hfdc.c +++ b/src/emu/bus/ti99_peb/hfdc.c @@ -355,7 +355,7 @@ const device_type TI99_HFDC = &device_creator; #define LOG logerror myarc_hfdc_legacy_device::myarc_hfdc_legacy_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : ti_expansion_card_device(mconfig, TI99_HFDC_LEG, "Myarc Hard and Floppy Disk Controller LEGACY", tag, owner, clock, "ti99_hfdc", __FILE__), + : ti_expansion_card_device(mconfig, TI99_HFDC_LEG, "Myarc Hard and Floppy Disk Controller LEGACY", tag, owner, clock, "ti99_hfdc_leg", __FILE__), m_hdc9234(*this, FDC_TAG), m_clock(*this, CLOCK_TAG) {