diff options
author | 2012-11-28 15:53:32 +0000 | |
---|---|---|
committer | 2012-11-28 15:53:32 +0000 | |
commit | b1354d9ed4702d36a670a1c5ea015cb97910ab06 (patch) | |
tree | 6d1e51b75676e71dc8ede38cab5b5ad0006fda7c /src/emu/machine/wd_fdc.h | |
parent | af6436087a339eabe91257a8853f906c0746f4f7 (diff) |
Added some more floppy types. (nw)
Diffstat (limited to 'src/emu/machine/wd_fdc.h')
-rw-r--r-- | src/emu/machine/wd_fdc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/wd_fdc.h b/src/emu/machine/wd_fdc.h index ce8c493fdc4..cb3f9030ce4 100644 --- a/src/emu/machine/wd_fdc.h +++ b/src/emu/machine/wd_fdc.h @@ -66,13 +66,13 @@ #define MCFG_FD1797x_ADD(_tag, _clock) \ MCFG_DEVICE_ADD(_tag, FD1797x, _clock) -#define MCFG_MB866x_ADD(_tag, _clock) \ +#define MCFG_MB8866x_ADD(_tag, _clock) \ MCFG_DEVICE_ADD(_tag, MB8866x, _clock) -#define MCFG_MB876x_ADD(_tag, _clock) \ +#define MCFG_MB8876x_ADD(_tag, _clock) \ MCFG_DEVICE_ADD(_tag, MB8876x, _clock) -#define MCFG_MB877x_ADD(_tag, _clock) \ +#define MCFG_MB8877x_ADD(_tag, _clock) \ MCFG_DEVICE_ADD(_tag, MB8877x, _clock) #define MCFG_FD1761x_ADD(_tag, _clock) \ |