diff options
| author | 2013-03-19 07:22:20 +0000 | |
|---|---|---|
| committer | 2013-03-19 07:22:20 +0000 | |
| commit | 0e1f5ad25b25df7c2ec707ec45c544288eb3c683 (patch) | |
| tree | eeef04fdf999692be30c25457fb9b329e1dbfdde /src/mess/machine/c1571.c | |
| parent | 86614c802b9d611d83520fdb43388ae51d31f553 (diff) | |
Cleanups and version bumpmame0148u2
Diffstat (limited to 'src/mess/machine/c1571.c')
| -rw-r--r-- | src/mess/machine/c1571.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/c1571.c b/src/mess/machine/c1571.c index 97121f98b00..7e22b45aee6 100644 --- a/src/mess/machine/c1571.c +++ b/src/mess/machine/c1571.c @@ -817,7 +817,7 @@ static MACHINE_CONFIG_FRAGMENT( c1571cr ) MCFG_VIA6522_ADD(M6522_1_TAG, XTAL_16MHz/16, via1_intf) //MCFG_MOS5710_ADD(M5710_TAG, XTAL_16MHz/16, 0) - + MCFG_WD1770x_ADD(WD1770_TAG, XTAL_16MHz/2) MCFG_LEGACY_FLOPPY_DRIVE_ADD(FLOPPY_0, c1571_floppy_interface) |
