mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix sm5xx cpu header guard defines to not use a leading underscore, per compiler rules (nw)
This commit is contained in:
parent
a7148e3a49
commit
464421a791
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user