summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcond1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcond1.cpp')
-rw-r--r--src/mame/machine/namcond1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namcond1.cpp b/src/mame/machine/namcond1.cpp
index 0c5fd6d7fab..891c08d23f7 100644
--- a/src/mame/machine/namcond1.cpp
+++ b/src/mame/machine/namcond1.cpp
@@ -85,7 +85,7 @@ WRITE16_MEMBER(namcond1_state::cuskey_w)
case (0x0c>>1):
m_ygv608->set_gfxbank((data & 0x0002) >> 1); // i think
- // should mark tilemaps dirty but i think they already are
+ // bit 0 used in abcheck
break;
default :