From b97765105da8eedce27674906390cf5640bcbfa7 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 27 Nov 2024 05:12:25 +1100 Subject: dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no Pai. Also fixed a bunch more #include guards. --- src/devices/cpu/v30mz/v30mz.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/devices/cpu/v30mz') diff --git a/src/devices/cpu/v30mz/v30mz.h b/src/devices/cpu/v30mz/v30mz.h index ab342184273..da1612977ff 100644 --- a/src/devices/cpu/v30mz/v30mz.h +++ b/src/devices/cpu/v30mz/v30mz.h @@ -1,7 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Wilbert Pol,Bryan McPhail -#ifndef MAME_CPU_V32MZ_V30MZ_H -#define MAME_CPU_V32MZ_V30MZ_H +#ifndef MAME_CPU_V30MZ_V30MZ_H +#define MAME_CPU_V30MZ_V30MZ_H #include "cpu/nec/necdasm.h" @@ -229,4 +229,4 @@ protected: uint16_t m_debugger_temp; }; -#endif // MAME_CPU_V32MZ_V30MZ_H +#endif // MAME_CPU_V30MZ_V30MZ_H -- cgit v1.2.3-70-g09d2