mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
Gave legacy device a proper setname to eliminate confusion with modern implementation (nw)
This commit is contained in:
parent
f981eb7118
commit
a98376d18b
@ -355,7 +355,7 @@ const device_type TI99_HFDC = &device_creator<myarc_hfdc_device>;
|
|||||||
#define LOG logerror
|
#define LOG logerror
|
||||||
|
|
||||||
myarc_hfdc_legacy_device::myarc_hfdc_legacy_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
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_hdc9234(*this, FDC_TAG),
|
||||||
m_clock(*this, CLOCK_TAG)
|
m_clock(*this, CLOCK_TAG)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user