From b79abf3adfe41500306a83044bfdfd713020dfe8 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Fri, 25 Aug 2017 16:16:47 +0200 Subject: Fix the note (nw) --- src/devices/video/jangou_blitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3