summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vector06.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2014-05-12 12:44:21 +0000
committer Curt Coder <curtcoder@mail.com>2014-05-12 12:44:21 +0000
commitfa528bc91c2c479093a29de4a801381dcec26cf9 (patch)
tree9bb100a7174cf75b6276daa0276bdb4d05914ad8 /src/mess/drivers/vector06.c
parent1b96913a72ef2f7828cc3f7577d14dd204fe96fa (diff)
wd17xx: devcb2. (nw)
Diffstat (limited to 'src/mess/drivers/vector06.c')
-rw-r--r--src/mess/drivers/vector06.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/vector06.c b/src/mess/drivers/vector06.c
index f76a1c4a343..430b9a9b9f9 100644
--- a/src/mess/drivers/vector06.c
+++ b/src/mess/drivers/vector06.c
@@ -137,7 +137,6 @@ static const floppy_interface vector_floppy_interface =
const wd17xx_interface vector06_wd17xx_interface =
{
- DEVCB_LINE_VCC,
{ FLOPPY_0, FLOPPY_1, NULL, NULL}
};
@@ -183,6 +182,7 @@ static MACHINE_CONFIG_START( vector06, vector06_state )
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED)
MCFG_FD1793_ADD("wd1793", vector06_wd17xx_interface)
+ MCFG_WD17XX_DDEN_CALLBACK(VCC)
MCFG_LEGACY_FLOPPY_2_DRIVES_ADD(vector_floppy_interface)
/* cartridge */