summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author mahlemiut <bsr@xnet.co.nz>2015-07-28 21:39:04 +1200
committer mahlemiut <bsr@xnet.co.nz>2015-07-28 21:41:07 +1200
commit35fa15d813635b7d755fefb5bcd92b77e1406f32 (patch)
treec6f61e654274da1da52b24a7847a586d76f4561e /src
parentfb373d850a9cfcbead29d5e3e664da8f6208791a (diff)
al520ex: corrected floppy drive types (still need to figure out why MSX disks still won't load, however)
Diffstat (limited to 'src')
-rw-r--r--src/mess/drivers/amstrad.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/amstrad.c b/src/mess/drivers/amstrad.c
index e38f820c85b..3c0bb5a8d9b 100644
--- a/src/mess/drivers/amstrad.c
+++ b/src/mess/drivers/amstrad.c
@@ -784,7 +784,7 @@ static SLOT_INTERFACE_START( amstrad_floppies )
SLOT_INTERFACE_END
static SLOT_INTERFACE_START( aleste_floppies )
- SLOT_INTERFACE( "525hd", FLOPPY_525_HD )
+ SLOT_INTERFACE( "35hd", FLOPPY_35_HD )
SLOT_INTERFACE_END
static MACHINE_CONFIG_FRAGMENT( cpcplus_cartslot )
@@ -1125,8 +1125,8 @@ static MACHINE_CONFIG_DERIVED( aleste, cpc6128 )
MCFG_DEVICE_REMOVE("upd765")
MCFG_I8272A_ADD("upd765", true)
- MCFG_FLOPPY_DRIVE_ADD("upd765:0", aleste_floppies, "525hd", floppy_image_device::default_floppy_formats)
- MCFG_FLOPPY_DRIVE_ADD("upd765:1", aleste_floppies, "525hd", floppy_image_device::default_floppy_formats)
+ MCFG_FLOPPY_DRIVE_ADD("upd765:0", aleste_floppies, "35hd", floppy_image_device::default_floppy_formats)
+ MCFG_FLOPPY_DRIVE_ADD("upd765:1", aleste_floppies, "35hd", floppy_image_device::default_floppy_formats)
MCFG_DEVICE_REMOVE("flop_list")
MCFG_SOFTWARE_LIST_ADD("flop_list", "aleste")