diff options
Diffstat (limited to 'src/devices/cpu/tms9900/9900dasm.h')
-rw-r--r-- | src/devices/cpu/tms9900/9900dasm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/tms9900/9900dasm.h b/src/devices/cpu/tms9900/9900dasm.h index bdae664e297..5b5df98313c 100644 --- a/src/devices/cpu/tms9900/9900dasm.h +++ b/src/devices/cpu/tms9900/9900dasm.h @@ -7,8 +7,8 @@ * *****************************************************************************/ -#ifndef MAME_CPU_TMS9900_TMS9900DASM_H -#define MAME_CPU_TMS9900_TMS9900DASM_H +#ifndef MAME_CPU_TMS9900_9900DASM_H +#define MAME_CPU_TMS9900_9900DASM_H #pragma once @@ -133,4 +133,4 @@ private: void print_arg (std::ostream &stream, int mode, int arg, const data_buffer ¶ms, offs_t &PC); }; -#endif +#endif // MAME_CPU_TMS9900_9900DASM_H |