summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gng.cpp')
-rw-r--r--src/mame/drivers/gng.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gng.cpp b/src/mame/drivers/gng.cpp
index 01065ca6695..19f8d380928 100644
--- a/src/mame/drivers/gng.cpp
+++ b/src/mame/drivers/gng.cpp
@@ -41,7 +41,7 @@ thought to be a watchdog before.
#include "speaker.h"
-WRITE8_MEMBER(gng_state::gng_bankswitch_w)
+void gng_state::gng_bankswitch_w(uint8_t data)
{
if (data == 4)
membank("bank1")->set_entry(4);
@@ -58,7 +58,7 @@ WRITE_LINE_MEMBER(gng_state::ym_reset_w)
}
}
-READ8_MEMBER(gng_state::diamond_hack_r)
+uint8_t gng_state::diamond_hack_r()
{
return 0;
}