diff options
Diffstat (limited to 'src/devices/bus/bml3/mp1802.h')
-rw-r--r-- | src/devices/bus/bml3/mp1802.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/bml3/mp1802.h b/src/devices/bus/bml3/mp1802.h index 7b9701d56f7..908442a6bd7 100644 --- a/src/devices/bus/bml3/mp1802.h +++ b/src/devices/bus/bml3/mp1802.h @@ -2,15 +2,15 @@ // copyright-holders:Jonathan Edwards /********************************************************************* - bml3mp1802.h + mp1802.h Hitachi MP-1802 floppy disk controller card for the MB-6890 Hitachi MP-3550 floppy drive is attached *********************************************************************/ -#ifndef MAME_BUS_BML3_BML3MP1802_H -#define MAME_BUS_BML3_BML3MP1802_H +#ifndef MAME_BUS_BML3_MP1802_H +#define MAME_BUS_BML3_MP1802_H #pragma once @@ -59,4 +59,4 @@ private: // device type definition DECLARE_DEVICE_TYPE(BML3BUS_MP1802, bml3bus_mp1802_device) -#endif // MAME_BUS_BML3_BML3MP1802_H +#endif // MAME_BUS_BML3_MP1802_H |