From d9c08a93c5cb2454d22b118dc160768c3cabe9bb Mon Sep 17 00:00:00 2001 From: mahlemiut Date: Sat, 8 Jun 2013 22:34:41 +0000 Subject: amstrad: made the CPC Plus use DSK images too. --- src/mess/drivers/amstrad.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mess/drivers/amstrad.c') diff --git a/src/mess/drivers/amstrad.c b/src/mess/drivers/amstrad.c index e1297aaf021..fa987ec7f78 100644 --- a/src/mess/drivers/amstrad.c +++ b/src/mess/drivers/amstrad.c @@ -954,8 +954,8 @@ static MACHINE_CONFIG_START( cpcplus, amstrad_state ) MCFG_FRAGMENT_ADD(cpcplus_cartslot) - MCFG_FLOPPY_DRIVE_ADD("upd765:0", amstrad_floppies, "3ssdd", floppy_image_device::default_floppy_formats) - MCFG_FLOPPY_DRIVE_ADD("upd765:1", amstrad_floppies, "3ssdd", floppy_image_device::default_floppy_formats) + MCFG_FLOPPY_DRIVE_ADD("upd765:0", amstrad_floppies, "3ssdd", amstrad_state::floppy_formats) + MCFG_FLOPPY_DRIVE_ADD("upd765:1", amstrad_floppies, "3ssdd", amstrad_state::floppy_formats) MCFG_CPC_EXPANSION_SLOT_ADD("exp",cpc_exp_intf,cpc_exp_cards,NULL) @@ -1011,7 +1011,7 @@ static MACHINE_CONFIG_DERIVED( aleste, amstrad ) MCFG_MACHINE_START_OVERRIDE(amstrad_state,aleste) MCFG_MACHINE_RESET_OVERRIDE(amstrad_state,aleste) - MCFG_SOUND_REPLACE("ay", AY8910, XTAL_16MHz / 16) + MCFG_SOUND_REPLACE("ay", AY8912, XTAL_16MHz / 16) MCFG_SOUND_CONFIG(ay8912_interface) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25) MCFG_PALETTE_LENGTH(32+64) -- cgit v1.2.3-70-g09d2