Fix sm5xx cpu header guard defines to not use a leading underscore, per compiler rules (nw)

This commit is contained in:
Lord-Nightmare 2017-05-10 01:31:42 -04:00
parent a7148e3a49
commit 464421a791
4 changed files with 12 additions and 12 deletions

View File

@ -6,8 +6,8 @@
*/
#ifndef _KB1013VK12_H_
#define _KB1013VK12_H_
#ifndef MAME_CPU_SM510_KB1013VK12_H
#define MAME_CPU_SM510_KB1013VK12_H
#include "sm500.h"
@ -38,4 +38,4 @@ protected:
extern const device_type KB1013VK12;
#endif /* _KB1013VK12_H_ */
#endif /* MAME_CPU_SM510_KB1013VK12_H */

View File

@ -6,8 +6,8 @@
*/
#ifndef _SM500_H_
#define _SM500_H_
#ifndef MAME_CPU_SM510_SM500_H
#define MAME_CPU_SM510_SM500_H
#include "sm510.h"
@ -79,4 +79,4 @@ protected:
extern const device_type SM500;
#endif /* _SM500_H_ */
#endif /* MAME_CPU_SM510_SM500_H */

View File

@ -6,8 +6,8 @@
*/
#ifndef _SM510_H_
#define _SM510_H_
#ifndef MAME_CPU_SM510_SM510_H
#define MAME_CPU_SM510_SM510_H
// I/O ports setup
@ -350,4 +350,4 @@ extern const device_type SM511;
extern const device_type SM512;
#endif /* _SM510_H_ */
#endif /* MAME_CPU_SM510_SM510_H */

View File

@ -6,8 +6,8 @@
*/
#ifndef _SM590_H_
#define _SM590_H_
#ifndef MAME_CPU_SM510_SM590_H
#define MAME_CPU_SM510_SM590_H
#include "sm510.h"
@ -184,4 +184,4 @@ protected:
extern const device_type SM590;
#endif /* _SM590_H_ */
#endif /* MAME_CPU_SM510_SM590_H */