diff options
author | 2024-11-26 07:17:40 +1100 | |
---|---|---|
committer | 2024-11-26 07:17:40 +1100 | |
commit | 858fd229b2f59a41bec261ed408a64c17511421c (patch) | |
tree | 31631373c479e0c5e68f845b3c4ea7f7e67d7f2e /src/devices/cpu/dsp56156/dsp56dsm.h | |
parent | 68565024c794dc0d8dc3e4c5d53108929c676f0c (diff) |
-tools/imgtool/modules: Fixed remaining calss memory access warnings.
-tools/imgtool/modules/vzdos.cpp: Fixed function returning floperr_t
value as imgtoolerr_t.
-devices: Fixed a bunch more #include guards that don't match file
paths.
Diffstat (limited to 'src/devices/cpu/dsp56156/dsp56dsm.h')
-rw-r--r-- | src/devices/cpu/dsp56156/dsp56dsm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/dsp56156/dsp56dsm.h b/src/devices/cpu/dsp56156/dsp56dsm.h index c750bebfdb1..4a5afb15bd1 100644 --- a/src/devices/cpu/dsp56156/dsp56dsm.h +++ b/src/devices/cpu/dsp56156/dsp56dsm.h @@ -8,8 +8,8 @@ ***************************************************************************/ -#ifndef MAME_CPU_DSP56156_DSP56156DSM_H -#define MAME_CPU_DSP56156_DSP56156DSM_H +#ifndef MAME_CPU_DSP56156_DSP56DSM_H +#define MAME_CPU_DSP56156_DSP56DSM_H #pragma once @@ -23,4 +23,4 @@ public: virtual offs_t disassemble(std::ostream &stream, offs_t pc, const data_buffer &opcodes, const data_buffer ¶ms) override; }; -#endif +#endif // MAME_CPU_DSP56156_DSP56DSM_H |