summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sun2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/sun2.c')
-rw-r--r--src/mess/drivers/sun2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/sun2.c b/src/mess/drivers/sun2.c
index 4e9197adf9d..46df0922fa8 100644
--- a/src/mess/drivers/sun2.c
+++ b/src/mess/drivers/sun2.c
@@ -72,7 +72,6 @@
#include "emu.h"
#include "cpu/m68000/m68000.h"
-#define MACHINE_RESET_MEMBER(name) void name::machine_reset()
class sun2_state : public driver_device
{
@@ -100,7 +99,7 @@ static INPUT_PORTS_START( sun2 )
INPUT_PORTS_END
-MACHINE_RESET_MEMBER(sun2_state)
+void sun2_state::machine_reset()
{
UINT8* user1 = memregion("user1")->base();