mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
removed redundant call to space(). (nw)
This commit is contained in:
parent
27c60176a4
commit
cce21d8436
@ -163,7 +163,7 @@ void amiga_state::machine_start()
|
|||||||
|
|
||||||
WRITE_LINE_MEMBER( amiga_state::m68k_reset )
|
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();
|
machine_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user