mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Amiga: Fix A2052 device name
This commit is contained in:
parent
fc31fd05b1
commit
0f82579a53
@ -52,7 +52,7 @@ ioport_constructor a2052_device::device_input_ports() const
|
||||
//-------------------------------------------------
|
||||
|
||||
a2052_device::a2052_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
|
||||
device_t(mconfig, A2052, "A2052 ", tag, owner, clock, "a2052", __FILE__),
|
||||
device_t(mconfig, A2052, "CBM A2052 Fast Memory", tag, owner, clock, "a2052", __FILE__),
|
||||
device_zorro2_card_interface(mconfig, *this),
|
||||
m_config(*this, "config")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user