summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cyclemb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cyclemb.cpp')
-rw-r--r--src/mame/drivers/cyclemb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cyclemb.cpp b/src/mame/drivers/cyclemb.cpp
index 45e8019d795..23c10a0c2ed 100644
--- a/src/mame/drivers/cyclemb.cpp
+++ b/src/mame/drivers/cyclemb.cpp
@@ -322,7 +322,7 @@ void cyclemb_state::skydest_draw_tilemap(screen_device &screen, bitmap_ind16 &bi
int cycle = (m_cram[0*64+0] & 0xf0)>>4;
color ^= 0x3f;
- // hardcoded to thie palette bit?
+ // hardcoded to this palette bit?
if (attr & 0x40) color ^= cycle;
scrollx -= 0xc0;