summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tv965.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tv965.cpp')
-rw-r--r--src/mame/drivers/tv965.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tv965.cpp b/src/mame/drivers/tv965.cpp
index 35feda20d5c..343e56ed58d 100644
--- a/src/mame/drivers/tv965.cpp
+++ b/src/mame/drivers/tv965.cpp
@@ -29,7 +29,7 @@ public:
private:
SCN2672_DRAW_CHARACTER_MEMBER(draw_character);
- DECLARE_READ8_MEMBER(ga_hack_r);
+ u8 ga_hack_r();
void mem_map(address_map &map);
void program_map(address_map &map);
@@ -42,7 +42,7 @@ SCN2672_DRAW_CHARACTER_MEMBER(tv965_state::draw_character)
{
}
-READ8_MEMBER(tv965_state::ga_hack_r)
+u8 tv965_state::ga_hack_r()
{
return 0x08;
}