summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cps1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cps1.c')
-rw-r--r--src/mame/video/cps1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c
index 9614e1f49af..8beb21cc9d8 100644
--- a/src/mame/video/cps1.c
+++ b/src/mame/video/cps1.c
@@ -2546,7 +2546,7 @@ static void cps1_render_stars(const device_config *screen, bitmap_t *bitmap,cons
if (!stars_rom && (cps1_stars_enabled[0] || cps1_stars_enabled[1]))
{
#ifdef MAME_DEBUG
-// popmessage("stars enabled but no stars ROM");
+// popmessage("stars enabled but no stars ROM");
#endif
return;
}