diff options
Diffstat (limited to 'src/devices/bus/c64/georam.h')
-rw-r--r-- | src/devices/bus/c64/georam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/c64/georam.h b/src/devices/bus/c64/georam.h index 48848fd8679..0f8c53f642a 100644 --- a/src/devices/bus/c64/georam.h +++ b/src/devices/bus/c64/georam.h @@ -6,8 +6,8 @@ **********************************************************************/ -#ifndef MAME_BUC_C64_GEORAM_H -#define MAME_BUC_C64_GEORAM_H +#ifndef MAME_BUS_C64_GEORAM_H +#define MAME_BUS_C64_GEORAM_H #pragma once @@ -49,4 +49,4 @@ private: DECLARE_DEVICE_TYPE(C64_GEORAM, c64_georam_cartridge_device) -#endif // MAME_BUC_C64_GEORAM_H +#endif // MAME_BUS_C64_GEORAM_H |