summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/bandai/wswan_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/bandai/wswan_v.h')
-rw-r--r--src/mame/bandai/wswan_v.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/bandai/wswan_v.h b/src/mame/bandai/wswan_v.h
index 8231573bbdd..237848e3b40 100644
--- a/src/mame/bandai/wswan_v.h
+++ b/src/mame/bandai/wswan_v.h
@@ -11,8 +11,8 @@
**********************************************************************/
-#ifndef MAME_VIDEO_WSWAN_H
-#define MAME_VIDEO_WSWAN_H
+#ifndef MAME_BANDAI_WSWAN_V_H
+#define MAME_BANDAI_WSWAN_V_H
#pragma once
@@ -62,7 +62,6 @@ protected:
void refresh_scanline();
TIMER_CALLBACK_MEMBER(scanline_interrupt);
void common_save();
- u16 swap_bytes(u16 word);
bitmap_ind16 m_bitmap;
u8 m_layer_bg_enable; // Background layer on/off
@@ -135,4 +134,4 @@ protected:
DECLARE_DEVICE_TYPE(WSWAN_VIDEO, wswan_video_device)
-#endif // MAME_VIDEO_WSWAN_H
+#endif // MAME_BANDAI_WSWAN_V_H