From f353bd6311800ba6b413ec4b820063c3b1606cbc Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 5 Feb 2018 17:09:18 +0100 Subject: mismatched include guard comments (nw) --- src/mame/includes/3do.h | 2 +- src/mame/includes/a2600.h | 4 +--- src/mame/includes/ac1.h | 2 +- src/mame/includes/aim65.h | 2 +- src/mame/includes/amstrad.h | 2 +- src/mame/includes/apple2e.h | 2 +- src/mame/includes/apple2gs.h | 2 +- src/mame/includes/apple3.h | 2 +- src/mame/includes/archimds.h | 2 +- src/mame/includes/atari400.h | 2 +- src/mame/includes/bebox.h | 2 +- src/mame/includes/bk.h | 2 +- src/mame/includes/bwidow.h | 2 +- src/mame/includes/cdi.h | 2 +- src/mame/includes/channelf.h | 2 +- src/mame/includes/comquest.h | 2 +- src/mame/includes/crvision.h | 2 +- src/mame/includes/cxhumax.h | 2 +- src/mame/includes/dai.h | 2 +- src/mame/includes/dgn_beta.h | 2 +- src/mame/includes/electron.h | 2 +- src/mame/includes/esripsys.h | 2 +- src/mame/includes/fidelbase.h | 2 +- src/mame/includes/galaxy.h | 2 +- src/mame/includes/galeb.h | 2 +- src/mame/includes/gamecom.h | 2 +- src/mame/includes/gb.h | 2 +- src/mame/includes/hp9845.h | 2 +- src/mame/includes/imds2.h | 2 +- src/mame/includes/kim1.h | 2 +- src/mame/includes/kramermc.h | 2 +- src/mame/includes/lviv.h | 2 +- src/mame/includes/lynx.h | 2 +- src/mame/includes/mac.h | 2 +- src/mame/includes/macpci.h | 2 +- src/mame/includes/mario.h | 2 +- src/mame/includes/microtan.h | 2 +- src/mame/includes/mikro80.h | 2 +- src/mame/includes/msx.h | 2 +- src/mame/includes/mtx.h | 2 +- src/mame/includes/nc.h | 3 +-- src/mame/includes/novagbase.h | 2 +- src/mame/includes/pc1251.h | 2 +- src/mame/includes/pc1350.h | 2 +- src/mame/includes/pc1401.h | 2 +- src/mame/includes/pc1403.h | 2 +- src/mame/includes/pc4.h | 2 +- src/mame/includes/pce.h | 2 +- src/mame/includes/pcw.h | 2 +- src/mame/includes/pcw16.h | 2 +- src/mame/includes/pdp1.h | 3 ++- src/mame/includes/pes.h | 2 +- src/mame/includes/pmd85.h | 2 +- src/mame/includes/pocketc.h | 2 +- src/mame/includes/poly88.h | 2 +- src/mame/includes/psion.h | 2 +- src/mame/includes/radio86.h | 2 +- src/mame/includes/s11.h | 2 +- src/mame/includes/s11a.h | 2 +- src/mame/includes/s11b.h | 2 +- src/mame/includes/s11c.h | 2 +- src/mame/includes/snes.h | 2 +- src/mame/includes/sorcerer.h | 2 +- src/mame/includes/specpls3.h | 2 +- src/mame/includes/ssystem3.h | 2 +- src/mame/includes/svision.h | 2 +- src/mame/includes/ti89.h | 2 +- src/mame/includes/timex.h | 3 +-- src/mame/includes/tx0.h | 2 +- src/mame/includes/ut88.h | 2 +- src/mame/includes/vc4000.h | 2 +- src/mame/includes/vectrex.h | 2 +- src/mame/includes/wpc_dot.h | 2 +- src/mame/includes/wpc_flip1.h | 2 +- src/mame/includes/wpc_flip2.h | 2 +- src/mame/includes/wswan.h | 2 +- 76 files changed, 77 insertions(+), 80 deletions(-) diff --git a/src/mame/includes/3do.h b/src/mame/includes/3do.h index ff227a5658a..a81edeb9ddb 100644 --- a/src/mame/includes/3do.h +++ b/src/mame/includes/3do.h @@ -195,4 +195,4 @@ private: /*----------- defined in machine/3do.c -----------*/ -#endif /* _3DO_H_ */ +#endif // MAME_INCLUDES_3DO_H diff --git a/src/mame/includes/a2600.h b/src/mame/includes/a2600.h index fdaa171838f..ecf00fce958 100644 --- a/src/mame/includes/a2600.h +++ b/src/mame/includes/a2600.h @@ -92,6 +92,4 @@ protected: }; -#endif /* MAME_INCLUDES_A2600H */ - - +#endif // MAME_INCLUDES_A2600_H diff --git a/src/mame/includes/ac1.h b/src/mame/includes/ac1.h index 6459ddaaff5..155d8df77f0 100644 --- a/src/mame/includes/ac1.h +++ b/src/mame/includes/ac1.h @@ -47,4 +47,4 @@ private: /*----------- defined in video/ac1.c -----------*/ extern const gfx_layout ac1_charlayout; -#endif /* AC1_h_ */ +#endif // MAME_INCLUDES_AC1_H diff --git a/src/mame/includes/aim65.h b/src/mame/includes/aim65.h index 28cb79fc850..f325b93d49c 100644 --- a/src/mame/includes/aim65.h +++ b/src/mame/includes/aim65.h @@ -93,4 +93,4 @@ protected: }; -#endif /* AIM65_H_ */ +#endif // MAME_INCLUDES_AIM65_H diff --git a/src/mame/includes/amstrad.h b/src/mame/includes/amstrad.h index e90a6833009..403d5d89ff3 100644 --- a/src/mame/includes/amstrad.h +++ b/src/mame/includes/amstrad.h @@ -336,4 +336,4 @@ protected: SLOT_INTERFACE_EXTERN(cpc_exp_cards); SLOT_INTERFACE_EXTERN(cpcplus_exp_cards); -#endif /* AMSTRAD_H_ */ +#endif // MAME_INCLUDES_AMSTRAD_H diff --git a/src/mame/includes/apple2e.h b/src/mame/includes/apple2e.h index 1604b172dfe..daf8fecb873 100644 --- a/src/mame/includes/apple2e.h +++ b/src/mame/includes/apple2e.h @@ -11,4 +11,4 @@ INPUT_PORTS_EXTERN( apple2ep ); -#endif /* APPLE2E_H_ */ +#endif // MAME_INCLUDES_APPLE2E_H diff --git a/src/mame/includes/apple2gs.h b/src/mame/includes/apple2gs.h index 787d287b5ea..9e574b0fede 100644 --- a/src/mame/includes/apple2gs.h +++ b/src/mame/includes/apple2gs.h @@ -272,4 +272,4 @@ public: void apple2gsr1(machine_config &config); }; -#endif /* APPLE2GS_H_ */ +#endif // MAME_INCLUDES_APPLE2GS_H diff --git a/src/mame/includes/apple3.h b/src/mame/includes/apple3.h index a88921eed99..09800a57c9e 100644 --- a/src/mame/includes/apple3.h +++ b/src/mame/includes/apple3.h @@ -169,4 +169,4 @@ private: int m_smoothscr; }; -#endif /* APPLE3_H_ */ +#endif // MAME_INCLUDES_APPLE3_H diff --git a/src/mame/includes/archimds.h b/src/mame/includes/archimds.h index 67c1112a597..0ce568983a3 100644 --- a/src/mame/includes/archimds.h +++ b/src/mame/includes/archimds.h @@ -197,4 +197,4 @@ private: #define VIDC_VCSR 0xb8 #define VIDC_VCER 0xbc -#endif // _ARCHIMEDES_H_ +#endif // MAME_INCLUDES_ARCHIMEDES_H diff --git a/src/mame/includes/atari400.h b/src/mame/includes/atari400.h index bd06a84b10c..a2fedf7abbc 100644 --- a/src/mame/includes/atari400.h +++ b/src/mame/includes/atari400.h @@ -52,4 +52,4 @@ protected: optional_ioport m_fake; }; -#endif /* ATARI_H */ +#endif // MAME_INCLUDES_ATARI_H diff --git a/src/mame/includes/bebox.h b/src/mame/includes/bebox.h index 3e1c3bd144e..983b075e257 100644 --- a/src/mame/includes/bebox.h +++ b/src/mame/includes/bebox.h @@ -133,4 +133,4 @@ protected: uint32_t scsi53c810_pci_read(device_t *busdevice, device_t *device, int function, int offset, uint32_t mem_mask); void scsi53c810_pci_write(device_t *busdevice, device_t *device, int function, int offset, uint32_t data, uint32_t mem_mask); -#endif /* BEBOX_H_ */ +#endif // MAME_INCLUDES_BEBOX_H diff --git a/src/mame/includes/bk.h b/src/mame/includes/bk.h index 52e33a17a8d..02766b18689 100644 --- a/src/mame/includes/bk.h +++ b/src/mame/includes/bk.h @@ -51,4 +51,4 @@ public: void bk0010fd(machine_config &config); }; -#endif /* BK_H_ */ +#endif // MAME_INCLUDES_BK_H diff --git a/src/mame/includes/bwidow.h b/src/mame/includes/bwidow.h index 25c1b38ff0c..c72e85c0b9c 100644 --- a/src/mame/includes/bwidow.h +++ b/src/mame/includes/bwidow.h @@ -38,4 +38,4 @@ public: void gravitar_audio(machine_config &config); }; -#endif /* BWIDOW_H_ */ +#endif // MAME_INCLUDES_BWIDOW_H diff --git a/src/mame/includes/cdi.h b/src/mame/includes/cdi.h index b03f50175fb..70851a66005 100644 --- a/src/mame/includes/cdi.h +++ b/src/mame/includes/cdi.h @@ -140,4 +140,4 @@ public: #define ENABLE_UART_PRINTING (0) -#endif // _INCLUDES_CDI_H_ +#endif // MAME_INCLUDES_CDI_H diff --git a/src/mame/includes/channelf.h b/src/mame/includes/channelf.h index 30633f8b4cc..8ad8ebe089d 100644 --- a/src/mame/includes/channelf.h +++ b/src/mame/includes/channelf.h @@ -55,4 +55,4 @@ public: void channlf2(machine_config &config); }; -#endif /* CHANNELF_H_ */ +#endif // MAME_INCLUDES_CHANNELF_H diff --git a/src/mame/includes/comquest.h b/src/mame/includes/comquest.h index 118f22cde06..d2036f3dcdd 100644 --- a/src/mame/includes/comquest.h +++ b/src/mame/includes/comquest.h @@ -30,4 +30,4 @@ public: void comquest(machine_config &config); }; -#endif /* COMQUEST_H_ */ +#endif // MAME_INCLUDES_COMQUEST_H diff --git a/src/mame/includes/crvision.h b/src/mame/includes/crvision.h index be78ba3bcdb..fbacf881675 100644 --- a/src/mame/includes/crvision.h +++ b/src/mame/includes/crvision.h @@ -113,4 +113,4 @@ protected: virtual void machine_start() override; }; -#endif // __CRVISION__ +#endif // MAME_INCLUDES_CRVISION_H diff --git a/src/mame/includes/cxhumax.h b/src/mame/includes/cxhumax.h index 9d1c40e3f61..347de3ef4f8 100644 --- a/src/mame/includes/cxhumax.h +++ b/src/mame/includes/cxhumax.h @@ -280,4 +280,4 @@ public: #define DRM_BCKGND_REG 3 #define DRM_OSD_PTR_REG 32 -#endif /* CXHUMAX_H_ */ +#endif // MAME_INCLUDES_CXHUMAX_H diff --git a/src/mame/includes/dai.h b/src/mame/includes/dai.h index 9505269891f..4e1ec2fdd37 100644 --- a/src/mame/includes/dai.h +++ b/src/mame/includes/dai.h @@ -79,4 +79,4 @@ protected: extern const unsigned char dai_palette[16*3]; -#endif /* DAI_H_ */ +#endif // MAME_INCLUDES_DAI_H diff --git a/src/mame/includes/dgn_beta.h b/src/mame/includes/dgn_beta.h index 3ec0f13f888..768c2718e0c 100644 --- a/src/mame/includes/dgn_beta.h +++ b/src/mame/includes/dgn_beta.h @@ -238,4 +238,4 @@ private: void execute_beta_dat_log(int ref, const std::vector ¶ms); }; -#endif /* DGN_BETA_H_ */ +#endif // MAME_INCLUDES_DGN_BETA_H diff --git a/src/mame/includes/electron.h b/src/mame/includes/electron.h index 736772213ea..4c310600532 100644 --- a/src/mame/includes/electron.h +++ b/src/mame/includes/electron.h @@ -123,4 +123,4 @@ protected: }; -#endif /* ELECTRON_H_ */ +#endif // MAME_INCLUDES_ELECTRON_H diff --git a/src/mame/includes/esripsys.h b/src/mame/includes/esripsys.h index 1ff54fe461a..a34bd4ea950 100644 --- a/src/mame/includes/esripsys.h +++ b/src/mame/includes/esripsys.h @@ -129,4 +129,4 @@ public: void esripsys(machine_config &config); }; -#endif // _ESRIPSYS_H_ +#endif // MAME_INCLUDES_ESRIPSYS_H diff --git a/src/mame/includes/fidelbase.h b/src/mame/includes/fidelbase.h index 7bd852fe752..ea803d63ccf 100644 --- a/src/mame/includes/fidelbase.h +++ b/src/mame/includes/fidelbase.h @@ -85,4 +85,4 @@ protected: INPUT_PORTS_EXTERN( fidel_cb_buttons ); INPUT_PORTS_EXTERN( fidel_cb_magnets ); -#endif // DRIVERS_FIDELBASE_H +#endif // MAME_INCLUDES_FIDELBASE_H diff --git a/src/mame/includes/galaxy.h b/src/mame/includes/galaxy.h index 3a0e8658560..e56391d4b63 100644 --- a/src/mame/includes/galaxy.h +++ b/src/mame/includes/galaxy.h @@ -57,4 +57,4 @@ protected: }; -#endif /* GALAXY_H_ */ +#endif // MAME_INCLUDES_GALAXY_H diff --git a/src/mame/includes/galeb.h b/src/mame/includes/galeb.h index 219099c9a91..0dfb5667be3 100644 --- a/src/mame/includes/galeb.h +++ b/src/mame/includes/galeb.h @@ -52,4 +52,4 @@ private: extern const gfx_layout galeb_charlayout; -#endif /* GALEB_H_ */ +#endif // MAME_INCLUDES_GALEB_H diff --git a/src/mame/includes/gamecom.h b/src/mame/includes/gamecom.h index b05a653b104..1fb4048c14e 100644 --- a/src/mame/includes/gamecom.h +++ b/src/mame/includes/gamecom.h @@ -298,4 +298,4 @@ private: required_ioport_array<13> m_io_grid; }; -#endif /* GAMECOM_H_ */ +#endif // MAME_INCLUDES_GAMECOM_H diff --git a/src/mame/includes/gb.h b/src/mame/includes/gb.h index 3930c4c8f98..7da7568384b 100644 --- a/src/mame/includes/gb.h +++ b/src/mame/includes/gb.h @@ -152,4 +152,4 @@ public: -#endif /* GB_H_ */ +#endif // MAME_INCLUDES_GB_H diff --git a/src/mame/includes/hp9845.h b/src/mame/includes/hp9845.h index 6b71748f7de..ce3dc54bac2 100644 --- a/src/mame/includes/hp9845.h +++ b/src/mame/includes/hp9845.h @@ -152,4 +152,4 @@ protected: bool m_prt_irl; }; -#endif /* _HP9845_H_ */ +#endif // MAME_INCLUDES_HP9845_H diff --git a/src/mame/includes/imds2.h b/src/mame/includes/imds2.h index 757f23177d4..0da4bc57c6e 100644 --- a/src/mame/includes/imds2.h +++ b/src/mame/includes/imds2.h @@ -148,4 +148,4 @@ class imds2_state : public driver_device uint8_t m_device_status_byte; }; -#endif /* _IMDS2_H_ */ +#endif // MAME_INCLUDES_IMDS2_H diff --git a/src/mame/includes/kim1.h b/src/mame/includes/kim1.h index 5d436b05ff9..b7d912af783 100644 --- a/src/mame/includes/kim1.h +++ b/src/mame/includes/kim1.h @@ -65,4 +65,4 @@ protected: required_ioport m_special; }; -#endif /* KIM1_H */ +#endif // MAME_INCLUDES_KIM1_H diff --git a/src/mame/includes/kramermc.h b/src/mame/includes/kramermc.h index dd4a0b36d8b..ced55708cf8 100644 --- a/src/mame/includes/kramermc.h +++ b/src/mame/includes/kramermc.h @@ -39,4 +39,4 @@ public: extern const gfx_layout kramermc_charlayout; -#endif /* KRAMERMC_h_ */ +#endif // MAME_INCLUDES_KRAMERMC_H diff --git a/src/mame/includes/lviv.h b/src/mame/includes/lviv.h index 7e487422c6c..3da3144bb58 100644 --- a/src/mame/includes/lviv.h +++ b/src/mame/includes/lviv.h @@ -68,4 +68,4 @@ public: extern const unsigned char lviv_palette[8*3]; -#endif /* MAME_INCLUDES_LVIV_H */ +#endif // MAME_INCLUDES_LVIV_H diff --git a/src/mame/includes/lynx.h b/src/mame/includes/lynx.h index 26f893de1ae..5b18d1345dd 100644 --- a/src/mame/includes/lynx.h +++ b/src/mame/includes/lynx.h @@ -293,4 +293,4 @@ protected: #define SCB_STRETCH 0x0F // L H H/V Size Adder #define SCB_TILT 0x11 // L,H H Position Adder -#endif /* LYNX_H_ */ +#endif // MAME_INCLUDES_LYNX_H diff --git a/src/mame/includes/mac.h b/src/mame/includes/mac.h index 397d183a888..2bf40195ca0 100644 --- a/src/mame/includes/mac.h +++ b/src/mame/includes/mac.h @@ -556,4 +556,4 @@ public: offs_t mac_dasm_override(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer ¶ms); }; -#endif /* MAC_H_ */ +#endif // MAME_INCLUDES_MAC_H diff --git a/src/mame/includes/macpci.h b/src/mame/includes/macpci.h index 888ea958c2b..8df9635d3eb 100644 --- a/src/mame/includes/macpci.h +++ b/src/mame/includes/macpci.h @@ -161,4 +161,4 @@ public: void mac_driver_init(model_t model); }; -#endif /* PCIMAC_H_ */ +#endif // MAME_INCLUDES_MACPCI_H diff --git a/src/mame/includes/mario.h b/src/mame/includes/mario.h index b363d9330e4..08d819b73ab 100644 --- a/src/mame/includes/mario.h +++ b/src/mame/includes/mario.h @@ -146,4 +146,4 @@ public: void mario_audio(machine_config &config); }; -#endif /*MARIO_H_*/ +#endif // MAME_INCLUDES_MARIO_H diff --git a/src/mame/includes/microtan.h b/src/mame/includes/microtan.h index 1b224044742..81e27dc9ce2 100644 --- a/src/mame/includes/microtan.h +++ b/src/mame/includes/microtan.h @@ -101,4 +101,4 @@ protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; }; -#endif /* MICROTAN_H_ */ +#endif // MAME_INCLUDES_MICROTAN_H diff --git a/src/mame/includes/mikro80.h b/src/mame/includes/mikro80.h index 7f75035e811..81e2dfbb87c 100644 --- a/src/mame/includes/mikro80.h +++ b/src/mame/includes/mikro80.h @@ -84,4 +84,4 @@ protected: required_device m_maincpu; }; -#endif /* UT88_H_ */ +#endif // MAME_INCLUDES_MIKRO80_H diff --git a/src/mame/includes/msx.h b/src/mame/includes/msx.h index 4771f6c51dd..696e506e5a8 100644 --- a/src/mame/includes/msx.h +++ b/src/mame/includes/msx.h @@ -520,4 +520,4 @@ private: }; -#endif /* __MSX_H__ */ +#endif // MAME_INCLUDES_MSX_H diff --git a/src/mame/includes/mtx.h b/src/mame/includes/mtx.h index 28ca6aa3b40..1e233838cd8 100644 --- a/src/mame/includes/mtx.h +++ b/src/mame/includes/mtx.h @@ -110,4 +110,4 @@ public: void mtx512(machine_config &config); }; -#endif /* __MTX_H__ */ +#endif // MAME_INCLUDES_MTX_H diff --git a/src/mame/includes/nc.h b/src/mame/includes/nc.h index d86a8693e62..e2432bee332 100644 --- a/src/mame/includes/nc.h +++ b/src/mame/includes/nc.h @@ -150,5 +150,4 @@ public: // HACK FOR MC6845 }; - -#endif /* NC_H_ */ +#endif // MAME_INCLUDES_NC_H diff --git a/src/mame/includes/novagbase.h b/src/mame/includes/novagbase.h index c9f251f4694..c87181ba6db 100644 --- a/src/mame/includes/novagbase.h +++ b/src/mame/includes/novagbase.h @@ -80,4 +80,4 @@ protected: INPUT_PORTS_EXTERN( novag_cb_buttons ); INPUT_PORTS_EXTERN( novag_cb_magnets ); -#endif // DRIVERS_NOVAGBASE_H +#endif // MAME_INCLUDES_NOVAGBASE_H diff --git a/src/mame/includes/pc1251.h b/src/mame/includes/pc1251.h index 07590dc5412..cf1747a6943 100644 --- a/src/mame/includes/pc1251.h +++ b/src/mame/includes/pc1251.h @@ -64,4 +64,4 @@ protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; }; -#endif /* PC1251_H_ */ +#endif // MAME_INCLUDES_PC1251_H diff --git a/src/mame/includes/pc1350.h b/src/mame/includes/pc1350.h index 2b7484bb0e7..371bedfbc66 100644 --- a/src/mame/includes/pc1350.h +++ b/src/mame/includes/pc1350.h @@ -58,4 +58,4 @@ protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; }; -#endif /* PC1350_H_ */ +#endif // MAME_INCLUDES_PC1350_H diff --git a/src/mame/includes/pc1401.h b/src/mame/includes/pc1401.h index 76dc2191f1f..926523b2696 100644 --- a/src/mame/includes/pc1401.h +++ b/src/mame/includes/pc1401.h @@ -59,4 +59,4 @@ protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; }; -#endif /* PC1401_H_ */ +#endif // MAME_INCLUDES_PC1401_H diff --git a/src/mame/includes/pc1403.h b/src/mame/includes/pc1403.h index 88ca9fc48a9..66b716564dd 100644 --- a/src/mame/includes/pc1403.h +++ b/src/mame/includes/pc1403.h @@ -64,4 +64,4 @@ protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; }; -#endif /* PC1403_H_ */ +#endif // MAME_INCLUDES_PC1403_H diff --git a/src/mame/includes/pc4.h b/src/mame/includes/pc4.h index 0c1b90fb9cc..57a4a5ec3eb 100644 --- a/src/mame/includes/pc4.h +++ b/src/mame/includes/pc4.h @@ -74,4 +74,4 @@ protected: ioport_port *io_port[8]; }; -#endif // _PC4_H_ +#endif // MAME_INCLUDES_PC4_H diff --git a/src/mame/includes/pce.h b/src/mame/includes/pce.h index 762338e114f..17f7f27106f 100644 --- a/src/mame/includes/pce.h +++ b/src/mame/includes/pce.h @@ -82,4 +82,4 @@ public: void sgx(machine_config &config); }; -#endif /* PCE_H_ */ +#endif // MAME_INCLUDES_PCE_H diff --git a/src/mame/includes/pcw.h b/src/mame/includes/pcw.h index a2fe5262240..2b2ade0503b 100644 --- a/src/mame/includes/pcw.h +++ b/src/mame/includes/pcw.h @@ -145,4 +145,4 @@ public: void pcw9512(machine_config &config); }; -#endif /* PCW_H_ */ +#endif // MAME_INCLUDES_PCW_H diff --git a/src/mame/includes/pcw16.h b/src/mame/includes/pcw16.h index 01c31e591e6..2435d478687 100644 --- a/src/mame/includes/pcw16.h +++ b/src/mame/includes/pcw16.h @@ -144,4 +144,4 @@ public: void pcw16(machine_config &config); }; -#endif /* PCW16_H_ */ +#endif // MAME_INCLUDES_PCW16_H diff --git a/src/mame/includes/pdp1.h b/src/mame/includes/pdp1.h index c2da17d2096..74dec1e9e95 100644 --- a/src/mame/includes/pdp1.h +++ b/src/mame/includes/pdp1.h @@ -332,4 +332,5 @@ private: required_ioport m_lightx; required_ioport m_lighty; }; -#endif /* PDP1_H_ */ + +#endif // MAME_INCLUDES_PDP1_H diff --git a/src/mame/includes/pes.h b/src/mame/includes/pes.h index d206e8f4dc8..6dab69fb3c1 100644 --- a/src/mame/includes/pes.h +++ b/src/mame/includes/pes.h @@ -52,4 +52,4 @@ public: }; -#endif // _PES_H_ +#endif // MAME_INCLUDES_PES_H diff --git a/src/mame/includes/pmd85.h b/src/mame/includes/pmd85.h index 1103445fa05..da0d8a0ad04 100644 --- a/src/mame/includes/pmd85.h +++ b/src/mame/includes/pmd85.h @@ -159,4 +159,4 @@ protected: }; -#endif /* PMD85_H_ */ +#endif // MAME_INCLUDES_PMD85_H diff --git a/src/mame/includes/pocketc.h b/src/mame/includes/pocketc.h index ab9b6b5ef78..52dd58145a7 100644 --- a/src/mame/includes/pocketc.h +++ b/src/mame/includes/pocketc.h @@ -24,4 +24,4 @@ public: void pocketc(machine_config &config); }; -#endif /* POCKETC_H_ */ +#endif // MAME_INCLUDES_POCKETC_H diff --git a/src/mame/includes/poly88.h b/src/mame/includes/poly88.h index 500c3033f4a..94c65a5f8e9 100644 --- a/src/mame/includes/poly88.h +++ b/src/mame/includes/poly88.h @@ -84,4 +84,4 @@ protected: int m_cas_tx; }; -#endif /* POLY88_H_ */ +#endif // MAME_INCLUDES_POLY88_H diff --git a/src/mame/includes/psion.h b/src/mame/includes/psion.h index c89e40aefc4..8f3ba340f11 100644 --- a/src/mame/includes/psion.h +++ b/src/mame/includes/psion.h @@ -110,4 +110,4 @@ public: void psion1(machine_config &config); }; -#endif // _PSION_H_ +#endif // MAME_INCLUDES_PSION_H diff --git a/src/mame/includes/radio86.h b/src/mame/includes/radio86.h index 9296f8e375d..59e163c27a9 100644 --- a/src/mame/includes/radio86.h +++ b/src/mame/includes/radio86.h @@ -134,4 +134,4 @@ public: INPUT_PORTS_EXTERN( radio86 ); INPUT_PORTS_EXTERN( ms7007 ); -#endif /* radio86_H_ */ +#endif // MAME_INCLUDES_RADIO86_H diff --git a/src/mame/includes/s11.h b/src/mame/includes/s11.h index 7407238d86b..1d95ecdce37 100644 --- a/src/mame/includes/s11.h +++ b/src/mame/includes/s11.h @@ -122,4 +122,4 @@ private: bool m_irq_active; }; -#endif /* S11_H_ */ +#endif // MAME_INCLUDES_S11_H diff --git a/src/mame/includes/s11a.h b/src/mame/includes/s11a.h index 10ec57869e2..8f31c836c72 100644 --- a/src/mame/includes/s11a.h +++ b/src/mame/includes/s11a.h @@ -30,4 +30,4 @@ private: }; -#endif /* S11A_H_ */ +#endif // MAME_INCLUDES_S11A_H diff --git a/src/mame/includes/s11b.h b/src/mame/includes/s11b.h index fbf377b8eac..cc9dc7ada98 100644 --- a/src/mame/includes/s11b.h +++ b/src/mame/includes/s11b.h @@ -44,4 +44,4 @@ private: }; -#endif /* S11B_H_ */ +#endif // MAME_INCLUDES_S11B_H diff --git a/src/mame/includes/s11c.h b/src/mame/includes/s11c.h index a20ad111e2c..537295152ac 100644 --- a/src/mame/includes/s11c.h +++ b/src/mame/includes/s11c.h @@ -30,4 +30,4 @@ private: }; -#endif /* S11C_H_ */ +#endif // MAME_INCLUDES_S11C_H diff --git a/src/mame/includes/snes.h b/src/mame/includes/snes.h index e64428de8f2..b16bdc84aa5 100644 --- a/src/mame/includes/snes.h +++ b/src/mame/includes/snes.h @@ -462,4 +462,4 @@ enum HAS_UNK }; -#endif /* _SNES_H_ */ +#endif // MAME_INCLUDES_SNES_H diff --git a/src/mame/includes/sorcerer.h b/src/mame/includes/sorcerer.h index 590ed58bb63..aaa8490b13e 100644 --- a/src/mame/includes/sorcerer.h +++ b/src/mame/includes/sorcerer.h @@ -111,4 +111,4 @@ private: required_ioport_array<16> m_iop_x; }; -#endif /* SORCERER_H_ */ +#endif // MAME_INCLUDES_SORCERER_H diff --git a/src/mame/includes/specpls3.h b/src/mame/includes/specpls3.h index cd6b06c8d35..8b5a12ff9ef 100644 --- a/src/mame/includes/specpls3.h +++ b/src/mame/includes/specpls3.h @@ -11,4 +11,4 @@ INPUT_PORTS_EXTERN( spec_plus ); -#endif /* __SPECPLS3_H__ */ +#endif // MAME_INCLUDES_SPECPLS3_H diff --git a/src/mame/includes/ssystem3.h b/src/mame/includes/ssystem3.h index f9b8e4e400b..40195bfa6c0 100644 --- a/src/mame/includes/ssystem3.h +++ b/src/mame/includes/ssystem3.h @@ -82,4 +82,4 @@ private: }; -#endif /* SSYSTEM3_H_ */ +#endif // MAME_INCLUDES_SSYSTEM3_H diff --git a/src/mame/includes/svision.h b/src/mame/includes/svision.h index 52fe089a699..6544f265a21 100644 --- a/src/mame/includes/svision.h +++ b/src/mame/includes/svision.h @@ -95,4 +95,4 @@ protected: memory_bank *m_bank2; }; -#endif /* SVISION_H_ */ +#endif // MAME_INCLUDES_SVISION_H diff --git a/src/mame/includes/ti89.h b/src/mame/includes/ti89.h index 89a24d9afe4..f596f75066a 100644 --- a/src/mame/includes/ti89.h +++ b/src/mame/includes/ti89.h @@ -92,4 +92,4 @@ public: void ti89t(machine_config &config); }; -#endif // TI89_H_ +#endif // MAME_INCLUDES_TI89_H diff --git a/src/mame/includes/timex.h b/src/mame/includes/timex.h index e9dbfa17a06..f99a7b7917b 100644 --- a/src/mame/includes/timex.h +++ b/src/mame/includes/timex.h @@ -30,5 +30,4 @@ enum }; - -#endif /* __TIMEX_H__ */ +#endif // MAME_INCLUDES_TIMEX_H diff --git a/src/mame/includes/tx0.h b/src/mame/includes/tx0.h index f91ec088315..cb69acad55d 100644 --- a/src/mame/includes/tx0.h +++ b/src/mame/includes/tx0.h @@ -327,4 +327,4 @@ enum }; -#endif /* TX0_H_ */ +#endif // MAME_INCLUDES_TX0_H diff --git a/src/mame/includes/ut88.h b/src/mame/includes/ut88.h index 0507d67df83..092ab10d097 100644 --- a/src/mame/includes/ut88.h +++ b/src/mame/includes/ut88.h @@ -96,4 +96,4 @@ private: extern const gfx_layout ut88_charlayout; -#endif /* UT88_H_ */ +#endif // MAME_INCLUDES_UT88_H diff --git a/src/mame/includes/vc4000.h b/src/mame/includes/vc4000.h index dd8ea3e299a..d088cbd6f0c 100644 --- a/src/mame/includes/vc4000.h +++ b/src/mame/includes/vc4000.h @@ -163,4 +163,4 @@ protected: inline void vc4000_draw_grid(uint8_t *collision); }; -#endif /* VC4000_H_ */ +#endif // MAME_INCLUDES_VC4000_H diff --git a/src/mame/includes/vectrex.h b/src/mame/includes/vectrex.h index f46e51a5341..a9da1babe8b 100644 --- a/src/mame/includes/vectrex.h +++ b/src/mame/includes/vectrex.h @@ -149,4 +149,4 @@ protected: void vectrex_add_point_stereo(int x, int y, rgb_t color, int intensity); }; -#endif /* VECTREX_H_ */ +#endif // MAME_INCLUDES_VECTREX_H diff --git a/src/mame/includes/wpc_dot.h b/src/mame/includes/wpc_dot.h index ddcf7fabf7a..a38c2ed5934 100644 --- a/src/mame/includes/wpc_dot.h +++ b/src/mame/includes/wpc_dot.h @@ -81,4 +81,4 @@ private: emu_timer* m_irq_timer; }; -#endif /* WPC_DOT_H_ */ +#endif // MAME_INCLUDES_WPC_DOT_H diff --git a/src/mame/includes/wpc_flip1.h b/src/mame/includes/wpc_flip1.h index a71950bbebe..8777557da4e 100644 --- a/src/mame/includes/wpc_flip1.h +++ b/src/mame/includes/wpc_flip1.h @@ -21,4 +21,4 @@ public: void wpc_flip1(machine_config &config); }; -#endif /* WPC_FLIP1_H_ */ +#endif // MAME_INCLUDES_WPC_FLIP1_H diff --git a/src/mame/includes/wpc_flip2.h b/src/mame/includes/wpc_flip2.h index b283681f571..95807b46c79 100644 --- a/src/mame/includes/wpc_flip2.h +++ b/src/mame/includes/wpc_flip2.h @@ -21,4 +21,4 @@ public: void wpc_flip2(machine_config &config); }; -#endif /* WPC_FLIP2_H_ */ +#endif // MAME_INCLUDES_WPC_FLIP2_H diff --git a/src/mame/includes/wswan.h b/src/mame/includes/wswan.h index 48df6221f83..b1b11b8a34c 100644 --- a/src/mame/includes/wswan.h +++ b/src/mame/includes/wswan.h @@ -102,4 +102,4 @@ protected: }; -#endif /* WSWAN_H_ */ +#endif // MAME_INCLUDES_WSWAN_H -- cgit v1.2.3