summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thunderx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thunderx.cpp')
-rw-r--r--src/mame/drivers/thunderx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/thunderx.cpp b/src/mame/drivers/thunderx.cpp
index 741243b114c..73b8fad51a5 100644
--- a/src/mame/drivers/thunderx.cpp
+++ b/src/mame/drivers/thunderx.cpp
@@ -697,7 +697,7 @@ MACHINE_CONFIG_END
WRITE8_MEMBER( thunderx_state::banking_callback )
{
- //logerror("thunderx %04x: bank select %02x\n", machine().device("maincpu")->safe_pc(), data);
+ //logerror("%s thunderx bank select %02x\n", machine().describe_context(), data);
m_rombank->set_entry(data & 0x0f);
}