Re: [Xmame] Greg Peter/Portland/IBM

2003-12-24 Thread Simon Roby
Le 24 Décembre 2003 1029, Greg Peter a écrit : > I will be out of the office starting December 23, 2003 and will not return > until December 28, 2003. Whew. Good thing we all know. ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/m

Re: [Xmame] Compiler warnings in mamedbg.c

2003-12-24 Thread Paul Priest
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 = (a

Re: [Xmame] Compiler warnings in mamedbg.c

2003-12-24 Thread Robert Alan Byer
-BEGIN PGP SIGNED MESSAGE- >> >> >> While compiling XMAME 0.77.1 with the mame debug support (in hopes to >> try >> to track down a pesky path problem in my OpenVMS port) I got the >> following >> warning... >> >> === >> =

Re: [Xmame] Compiler warnings in mamedbg.c

2003-12-24 Thread Lawrence Gold
On Dec 24, 2003, at 6:51 AM, Robert Alan Byer wrote: -BEGIN PGP SIGNED MESSAGE- While compiling XMAME 0.77.1 with the mame debug support (in hopes to try to track down a pesky path problem in my OpenVMS port) I got the following warning...

[Xmame] Greg Peter/Portland/IBM

2003-12-24 Thread Greg Peter
I will be out of the office starting December 23, 2003 and will not return until December 28, 2003.

[Xmame] Compiler warnings in mamedbg.c

2003-12-24 Thread Robert Alan Byer
-BEGIN PGP SIGNED MESSAGE- While compiling XMAME 0.77.1 with the mame debug support (in hopes to try to track down a pesky path problem in my OpenVMS port) I got the following warning... === for( ad