I actually found PPC defined in these files:

bash-2.05# grep -r "#define PPC" *
src/cpu/i8x41/i8x41.c:#define PPC       i8x41.ppc
src/cpu/m6502/ops02.h:#define PPC m6502.ppc.d
src/cpu/z8000/z8000cpu.h:#define PPC     Z.ppc
src/cpu/hd6309/hd6309.c:#define PPC     hd6309.ppc.w.l
src/cpu/upd7810/upd7810.c:#define PPC   upd7810.ppc.w.l

so maybe these need looking into also...

Thanks!

Phil

On Wed, 2002-01-16 at 20:16, Lawrence Gold wrote:
> On Tue, Jan 15, 2002 at 05:21:43PM -0700, Phillip Davis wrote:
> > Ok that did it, thanks guys... I just had to do the -UPPC as a compiler
> > flag and it works now.
> 
> Weird, I renamed the macro PPC to _PPC in v60.c in 0.57.1.  I guess the 
> PPC member of the v60info struct is also causing problems.  I'll fix this 
> for the next release and submit it to the mamedevs.
> 
> 
> _______________________________________________
> Xmame mailing list
> [EMAIL PROTECTED]
> http://toybox.twisted.org.uk/mailman/listinfo/xmame
-- 
Phillip Davis
[EMAIL PROTECTED]


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

Reply via email to