[Xmame] xmame/xmess-0.71.1

2003-07-19 Thread Lawrence Gold
xmame/xmess-0.71.1 is finally out. You can grab a patch against 0.70.1 from http://x.mame.net/download/0.70.1-0.71.1.diff.bz2 or the full sources from http://x.mame.net/download/xmame-0.71.1.tar.bz2 P.S. I was mistaken when I said that the NES driver in xmess-0.70.1 wasn't wo

Re: [Xmame] xmame/xmess-0.71.1

2003-07-19 Thread Matthias Saou
Lawrence Gold wrote : > xmame/xmess-0.71.1 is finally out. Just dropping in the old sources in my source package and attempting a rebuild gave me the following : [...] Compiling src/cpu/m68000/m68kcpu.c ... Compiling src/cpu/m68000/m68kmame.c ... Compiling xmame.cbj/cpu/m68000/m68kopac.c... Comp

Re: [Xmame] xmame/xmess-0.71.1

2003-07-19 Thread kf0yn
If you comment out that redefinition of pc_ptr_pair, and change "cachesize" to "cache_size" on line 361, it will compile. This only affects those people who turn on the MIPS DRC option. Carl Fongheiser [EMAIL PROTECTED] > Lawrence Gold wrote : > > > xmame/xmess-0.71.1 is finally out. > > Just d

Re: [Xmame] xmame/xmess-0.71.1

2003-07-19 Thread Lawrence Gold
On Sat, Jul 19, 2003 at 08:58:43PM +, [EMAIL PROTECTED] wrote: > If you comment out that redefinition of pc_ptr_pair, and change > "cachesize" to "cache_size" on line 361, it will compile. This > only affects those people who turn on the MIPS DRC option. Oops, I guess I forgot to build with t

Re: [Xmame] xmame/xmess-0.71.1

2003-07-20 Thread Guillaume Bedot
Hello ! The News date of x.mame.net is stuck at May, 26th... Can someone do something about it ? Guillaume. Le sam 19/07/2003 à 20:13, Lawrence Gold a écrit : > xmame/xmess-0.71.1 is finally out. You can grab a patch against 0.70.1 > from > > http://x.mame.net/download/0.70.1-0.71.1.di

Re: [Xmame] xmame/xmess-0.71.1

2003-07-20 Thread Lawrence Gold
On Sun, Jul 20, 2003 at 12:59:58PM +0200, Guillaume Bedot wrote: > Hello ! > > The News date of x.mame.net is stuck at May, 26th... > Can someone do something about it ? Fixed. I don't know how I didn't see that before. Thanks. ___ Xmame mailing lis

Re: [Xmame] xmame/xmess-0.71.1

2003-07-21 Thread Pierre Mazière
in order to compilesrc/cpu/mips/mips3drc.c i had to make the following modifications START PATCH --- mips3drc.c.orig Sat Jul 5 20:32:48 2003 +++ mips3drc.c Mon Jul 21 11:25:12 2003 @@ -161,13 +161,15 @@ ** STRUCTURES & TYPEDEFS **##