summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas16b.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-03-24 17:58:24 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-03-24 17:58:24 +0000
commit6f86608136c1cdcb166bf8fe794cb2cc62804e64 (patch)
tree0de1c525368ffbfa766f099065602fec6841e90c /src/mame/includes/segas16b.h
parent8635941e978d74f4f20a50b97b5c5d608b501e98 (diff)
READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw)
Diffstat (limited to 'src/mame/includes/segas16b.h')
-rw-r--r--src/mame/includes/segas16b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/segas16b.h b/src/mame/includes/segas16b.h
index b039c508c5f..54ae6dcb0fc 100644
--- a/src/mame/includes/segas16b.h
+++ b/src/mame/includes/segas16b.h
@@ -113,8 +113,8 @@ public:
// video updates
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- DECLARE_WRITE16_HANDLER( sega_tileram_0_w ) { m_segaic16vid->segaic16_tileram_0_w(space,offset,data,mem_mask); };
- DECLARE_WRITE16_HANDLER( sega_textram_0_w ) { m_segaic16vid->segaic16_textram_0_w(space,offset,data,mem_mask); };
+ DECLARE_WRITE16_MEMBER( sega_tileram_0_w ) { m_segaic16vid->segaic16_tileram_0_w(space,offset,data,mem_mask); };
+ DECLARE_WRITE16_MEMBER( sega_textram_0_w ) { m_segaic16vid->segaic16_textram_0_w(space,offset,data,mem_mask); };
protected:
// internal types