mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(MESS) c128: Cleanup. (nw)
This commit is contained in:
parent
c97b54ddcf
commit
088b56fab9
1 changed files with 2 additions and 1 deletions
|
@ -1057,7 +1057,8 @@ SLOT_INTERFACE_START( sx1541_iec_devices )
|
|||
SLOT_INTERFACE_END
|
||||
|
||||
SLOT_INTERFACE_START( c128dcr_iec_devices )
|
||||
SLOT_INTERFACE("c1571cr", C1571) // TODO should be C1571CR but no boot with it
|
||||
SLOT_INTERFACE("c1571", C1571)
|
||||
SLOT_INTERFACE("c1571cr", C1571CR)
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
SLOT_INTERFACE_START( c128d81_iec_devices )
|
||||
|
|
Loading…
Reference in a new issue