summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/funworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/funworld.cpp')
-rw-r--r--src/mame/video/funworld.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/funworld.cpp b/src/mame/video/funworld.cpp
index cd8b298c8af..60443c921d2 100644
--- a/src/mame/video/funworld.cpp
+++ b/src/mame/video/funworld.cpp
@@ -110,9 +110,9 @@ WRITE8_MEMBER(funworld_state::funworld_colorram_w)
TILE_GET_INFO_MEMBER(funworld_state::get_bg_tile_info)
{
/* - bits -
- 7654 3210
- xxxx ---- tiles color.
- ---- xxxx unused.
+ 7654 3210
+ xxxx ---- tiles color.
+ ---- xxxx unused.
*/
int offs = tile_index;
int attr = m_videoram[offs] + (m_colorram[offs] << 8);