diff --git a/src/mame/machine/amiga.cpp b/src/mame/machine/amiga.cpp index f92dcd3fb39..b060f26aa24 100644 --- a/src/mame/machine/amiga.cpp +++ b/src/mame/machine/amiga.cpp @@ -163,7 +163,7 @@ void amiga_state::machine_start() WRITE_LINE_MEMBER( amiga_state::m68k_reset ) { - logerror("%s: Executed RESET\n", space().machine().describe_context()); + logerror("%s: Executed RESET\n", machine().describe_context()); machine_reset(); }