El Mar 16 Jul 2002 01:47, Paul Priest escribi�:
> Uncomment the dips in src/drivers/neogeo.c
> Edit src/machine/neogeo.c
>
> Change:
>
> /* Console/arcade mode */
> #ifndef CONSOLE
>  res |= 0x8000;
> #endif
>
> To:
>
> /* Console/arcade mode */
>  if ( src & 0x4 )
>   res |= 0x8000;
Thx for everyone ;)

-- 
        Javi Ferrer - ElCoco
Registered Linux User #277969


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

Reply via email to