summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/jangou_blitter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/jangou_blitter.cpp')
-rw-r--r--src/devices/video/jangou_blitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/jangou_blitter.cpp b/src/devices/video/jangou_blitter.cpp
index 1e1a8a8b869..2d2e020a5b6 100644
--- a/src/devices/video/jangou_blitter.cpp
+++ b/src/devices/video/jangou_blitter.cpp
@@ -150,7 +150,7 @@ void jangou_blitter_device::trigger_write(void)
y = (m_y & 0xff);
#if 0
- // bail out if parameters are blantantly invalid (timing bug?)
+ // bail out if parameters are blantantly invalid (an indication that the host is using protection tho)
if((x + w) > 256 || (y + h) > 256)
{
printf("%d %d %d %d %08x\n",x,y,w,h,src);