removed redundant call to space(). (nw)

This commit is contained in:
smf- 2016-07-10 11:18:58 +01:00
parent 27c60176a4
commit cce21d8436

View File

@ -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();
}