summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dooyong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dooyong.c')
-rw-r--r--src/mame/video/dooyong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dooyong.c b/src/mame/video/dooyong.c
index 3f6c14b5a49..988eea425fa 100644
--- a/src/mame/video/dooyong.c
+++ b/src/mame/video/dooyong.c
@@ -185,7 +185,7 @@ inline void dooyong_state::get_tile_info(tile_data &tileinfo, int tile_index,
flags = TILE_FLIPYX((attr & 0x06) >> 1);
}
else
- { /* primella/popbingo */
+ { /* primella/popbingo */
/* Tiles take two bytes in ROM:
MSB LSB
[offs + 0x00] YXCC CCcc (Y flip, X flip, bits 3-0 of color code, bits 9-8 of gfx code)