summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mrdo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mrdo.cpp')
-rw-r--r--src/mame/drivers/mrdo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mrdo.cpp b/src/mame/drivers/mrdo.cpp
index 6b31dac3cb1..ca81b59da6f 100644
--- a/src/mame/drivers/mrdo.cpp
+++ b/src/mame/drivers/mrdo.cpp
@@ -41,7 +41,7 @@ constexpr XTAL VIDEO_CLOCK = 19.6_MHz_XTAL;
/* PAL16R6CN used for protection. The game doesn't clear the screen */
/* if a read from this address doesn't return the value it expects. */
-READ8_MEMBER(mrdo_state::mrdo_SECRE_r)
+uint8_t mrdo_state::mrdo_SECRE_r()
{
uint8_t *RAM = memregion("maincpu")->base();