diff options
author | 2014-10-15 07:19:47 +0000 | |
---|---|---|
committer | 2014-10-15 07:19:47 +0000 | |
commit | c93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch) | |
tree | a5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/mess/drivers/concept.c | |
parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/mess/drivers/concept.c')
-rw-r--r-- | src/mess/drivers/concept.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/concept.c b/src/mess/drivers/concept.c index 2de213bad24..ade1949db95 100644 --- a/src/mess/drivers/concept.c +++ b/src/mess/drivers/concept.c @@ -196,8 +196,8 @@ INPUT_PORTS_END SLOT_INTERFACE_START( concept_a2_cards ) SLOT_INTERFACE("fchdd", A2BUS_CORVUS) /* Corvus flat-cable HDD interface (see notes in a2corvus.c) */ - SLOT_INTERFACE("fdc01", A2BUS_CORVFDC01) /* Corvus WD1793 floppy controller */ - SLOT_INTERFACE("fdc02", A2BUS_CORVFDC02) /* Corvus NEC765 buffered floppy controller */ + SLOT_INTERFACE("fdc01", A2BUS_CORVFDC01) /* Corvus WD1793 floppy controller */ + SLOT_INTERFACE("fdc02", A2BUS_CORVFDC02) /* Corvus NEC765 buffered floppy controller */ SLOT_INTERFACE_END |