sfd1001: Fix typo in ROM name. [Curt Coder]

This commit is contained in:
Curt Coder 2023-03-24 11:02:09 +02:00
parent 29c0b008f4
commit 93800bc6ab

View File

@ -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")
//------------------------------------------------- //-------------------------------------------------