summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/epos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/epos.cpp')
-rw-r--r--src/mame/drivers/epos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/epos.cpp b/src/mame/drivers/epos.cpp
index 783c06b6e31..fe622b00d38 100644
--- a/src/mame/drivers/epos.cpp
+++ b/src/mame/drivers/epos.cpp
@@ -27,7 +27,7 @@
To Do:
- - Super Blob uses a busy loop during the color test to split the screen
+ - Super Glob uses a busy loop during the color test to split the screen
between the two palettes. This effect is not emulated, but since both
halves of the palette are identical, this is not an issue. See $039c.
The other games have a different color test, not using the busy loop.