summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/snes_ppu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/snes_ppu.h')
-rw-r--r--src/devices/video/snes_ppu.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/devices/video/snes_ppu.h b/src/devices/video/snes_ppu.h
index d8ca3fee814..ab1a30245df 100644
--- a/src/devices/video/snes_ppu.h
+++ b/src/devices/video/snes_ppu.h
@@ -6,10 +6,12 @@
***************************************************************************/
+#ifndef MAME_DEVICES_VIDEO_SNES_PPU_H
+#define MAME_DEVICES_VIDEO_SNES_PPU_H
+
#pragma once
-#ifndef __SNES_PPU_H__
-#define __SNES_PPU_H__
+#include "screen.h"
#define MCLK_NTSC (21477272) /* verified */
@@ -297,4 +299,4 @@ extern const device_type SNES_PPU;
#define MCFG_SNES_PPU_OPENBUS_CB(_read) \
devcb = &snes_ppu_device::static_set_open_bus_callback(*device, DEVCB_##_read);
-#endif
+#endif // MAME_DEVICES_VIDEO_SNES_PPU_H