Lawrence wrote:
> On Dec 24, 2003, at 6:51 AM, Robert Alan Byer wrote:
>>                 for( addr = start + 1; addr != start; addr = ++addr &
>> AMASK )

> Which file is triggering the warning?

src/mamedbg.c
L4377

I thought all of these had been fixed ages ago.
I guess it should read "addr = (addr+1)&AMASK".

Hopefully Haze will change it before 0.78 release.

-- 
Paul


_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to