summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/galivan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/galivan.cpp')
-rw-r--r--src/mame/video/galivan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/galivan.cpp b/src/mame/video/galivan.cpp
index e16895253c5..a5ccf0ad347 100644
--- a/src/mame/video/galivan.cpp
+++ b/src/mame/video/galivan.cpp
@@ -217,7 +217,7 @@ WRITE8_MEMBER(galivan_state::galivan_gfxbank_w)
/* bit 7 selects one of two ROM banks for c000-dfff */
membank("bank1")->set_entry((data & 0x80) >> 7);
- /* logerror("Address: %04X - port 40 = %02x\n", space.device().safe_pc(), data); */
+ /* logerror("%s port 40 = %02x\n", machine().describe_context(), data); */
}
WRITE8_MEMBER(galivan_state::ninjemak_gfxbank_w)