diff options
Diffstat (limited to 'src/devices/bus/gio64/newport.h')
-rw-r--r-- | src/devices/bus/gio64/newport.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/gio64/newport.h b/src/devices/bus/gio64/newport.h index 116ff6637be..65a03476e35 100644 --- a/src/devices/bus/gio64/newport.h +++ b/src/devices/bus/gio64/newport.h @@ -8,8 +8,8 @@ *********************************************************************/ -#ifndef MAME_BUS_GIO_NEWPORT_H -#define MAME_BUS_GIO_NEWPORT_H +#ifndef MAME_BUS_GIO64_NEWPORT_H +#define MAME_BUS_GIO64_NEWPORT_H #pragma once @@ -547,4 +547,4 @@ protected: DECLARE_DEVICE_TYPE(GIO64_XL8, gio64_xl8_device) DECLARE_DEVICE_TYPE(GIO64_XL24, gio64_xl24_device) -#endif // MAME_BUS_GIO_NEWPORT_H +#endif // MAME_BUS_GIO64_NEWPORT_H |