mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix the note (nw)
This commit is contained in:
parent
088c71c63f
commit
b79abf3adf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user