summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/lethalj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/lethalj.cpp')
-rw-r--r--src/mame/video/lethalj.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/lethalj.cpp b/src/mame/video/lethalj.cpp
index 73e9dad414c..d813632965b 100644
--- a/src/mame/video/lethalj.cpp
+++ b/src/mame/video/lethalj.cpp
@@ -47,7 +47,7 @@ inline void lethalj_state::get_crosshair_xy(int player, int *x, int *y)
*
*************************************/
-READ16_MEMBER(lethalj_state::lethalj_gun_r)
+uint16_t lethalj_state::lethalj_gun_r(offs_t offset)
{
uint16_t result = 0;
int beamx, beamy;
@@ -156,7 +156,7 @@ void lethalj_state::do_blit()
}
-WRITE16_MEMBER(lethalj_state::blitter_w)
+void lethalj_state::blitter_w(offs_t offset, uint16_t data, uint16_t mem_mask)
{
/* combine the data */
COMBINE_DATA(&m_blitter_data[offset]);