diff options
Diffstat (limited to 'src/emu/bus/adamnet/fdc.c')
-rw-r--r-- | src/emu/bus/adamnet/fdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/adamnet/fdc.c b/src/emu/bus/adamnet/fdc.c index f915c227f03..afe93d74a29 100644 --- a/src/emu/bus/adamnet/fdc.c +++ b/src/emu/bus/adamnet/fdc.c @@ -128,7 +128,7 @@ static MACHINE_CONFIG_FRAGMENT( adam_fdc ) MCFG_CPU_PROGRAM_MAP(adam_fdc_mem) MCFG_CPU_IO_MAP(adam_fdc_io) - MCFG_WD2793x_ADD(WD2793_TAG, XTAL_4MHz/4) + MCFG_WD2793_ADD(WD2793_TAG, XTAL_4MHz/4) MCFG_WD_FDC_INTRQ_CALLBACK(INPUTLINE(M6801_TAG, INPUT_LINE_NMI)) MCFG_FLOPPY_DRIVE_ADD(WD2793_TAG":0", adam_fdc_floppies, "525ssdd", adam_fdc_device::floppy_formats) |