mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
sfd1001: Fix typo in ROM name. [Curt Coder]
This commit is contained in:
parent
29c0b008f4
commit
93800bc6ab
@ -53,10 +53,10 @@ enum
|
|||||||
// DEVICE DEFINITIONS
|
// DEVICE DEFINITIONS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
|
||||||
DEFINE_DEVICE_TYPE(C8050, c8050_device, "c8050", "Commodore 8050")
|
DEFINE_DEVICE_TYPE(C8050, c8050_device, "c8050", "Commodore 8050")
|
||||||
DEFINE_DEVICE_TYPE(C8250, c8250_device, "c8250", "Commodore 8250")
|
DEFINE_DEVICE_TYPE(C8250, c8250_device, "c8250", "Commodore 8250")
|
||||||
DEFINE_DEVICE_TYPE(C8250LP, c8250lp_device, "c8250lp", "Commodore 8250LP")
|
DEFINE_DEVICE_TYPE(C8250LP, c8250lp_device, "c8250lp", "Commodore 8250LP")
|
||||||
DEFINE_DEVICE_TYPE(SFD1001, sfd1001_device, "sfd10001", "Commodore SFD-1001")
|
DEFINE_DEVICE_TYPE(SFD1001, sfd1001_device, "sfd1001", "Commodore SFD-1001")
|
||||||
|
|
||||||
|
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user