diff options
author | 2024-11-28 06:55:14 +1100 | |
---|---|---|
committer | 2024-11-28 06:55:14 +1100 | |
commit | 958d52f28b33f52399f4ee734000cb686bf75ef1 (patch) | |
tree | e36c4eac44768370d4ef10f4942f2df51b91e7fd /src/devices/sound/vgm_visualizer.h | |
parent | 33a3404ac2479c8b5a4abf98a20d72d5465bcaf0 (diff) |
-dynax/dynax.cpp: More I/O improvements:
* Replaced hjingi hopper hack with a hopper device.
* Improved DIP switch labels for mjembase and hooked up hopper.
* Improved a few DIP switch labels for mjelctrn.
-Fixed some more #include guards and added a CI task to check them in
src/devices and src/mame.
Diffstat (limited to 'src/devices/sound/vgm_visualizer.h')
-rw-r--r-- | src/devices/sound/vgm_visualizer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/vgm_visualizer.h b/src/devices/sound/vgm_visualizer.h index 9f88bd90b0d..f201b117461 100644 --- a/src/devices/sound/vgm_visualizer.h +++ b/src/devices/sound/vgm_visualizer.h @@ -10,8 +10,8 @@ ***************************************************************************/ -#ifndef MAME_SOUND_VGMVIZ_H -#define MAME_SOUND_VGMVIZ_H +#ifndef MAME_SOUND_VGM_VISUALIZER_H +#define MAME_SOUND_VGM_VISUALIZER_H #pragma once @@ -137,4 +137,4 @@ protected: static const bool NEEDS_FFT[VIZ_COUNT]; }; -#endif // MAME_SOUND_VGMVIZ_H +#endif // MAME_SOUND_VGM_VISUALIZER_H |