Re: [Xmame] Zeta & Xmame (the solution)

2006-07-19 Thread Nickos
I don't know of a macro. Zeta uses & is compiled with gcc version 2.95.x Haiku (an open source BeOS clone) is also compiled with an older gcc, 2.95.3 (BeOS was compiled with 2.95.x) Zeta uses BeOS code (plus Yellowtab & Haiku code), & either YellowTab (creator of Zeta) has BeOS source code

Re: [Xmame] Zeta & Xmame (the solution)

2006-07-19 Thread Lawrence Gold
On Jul 19, 2006, at 4:43 PM, Nick V wrote: I changed it to #ifdef 0 Compiled & ran xmame.SDL & now it works. Tested with 3 roms to be sure & no problems reading them. I'd also like to say, great work on putting Xmame together and it works pretty good even with SDL graphics. Also, thanks

Re: [Xmame] Zeta & Xmame (the solution)

2006-07-19 Thread Nick V
In the 0.106 version of the code, could you change the #ifdef _POSIX_VERSION near the top of the file to #if 0 and see if it works for you then? Thanks. I changed it to #ifdef 0 Compiled & ran xmame.SDL & now it works. Tested with 3 roms to be sure & no problems reading

Re: [Xmame] Zeta & Xmame (the solution)

2006-07-19 Thread Lawrence Gold
On Jul 19, 2006, at 3:37 PM, Laurent Desnogues wrote: This looks like it is the only change that may result in the strange behaviour. I also noticed osd_fread is using a local variable named 'read' which also is the name of a library function. This should have no impact, but I have seen strang

Re: [Xmame] Zeta & Xmame (the solution)

2006-07-19 Thread Laurent Desnogues
On 7/19/06, Lawrence Gold <[EMAIL PROTECTED]> wrote: On Jul 19, 2006, at 12:46 PM, Nick V wrote: > I'm hoping the maintainers of Xmame will take a closer look at /src/ > unix/fileio.c from 106 (& make it closer to 102) so that it becomes > compatible again with Zeta (& maybe other OSes). Thanks

Re: [Xmame] XMame D.G.A II - The movie

2006-07-19 Thread Pieter Hulshoff
On Wednesday 19 July 2006 21:11, Fabien Meghazi wrote: > I'm back with my DGA problems and I have now a movie which shows the > video problems I have with xmame running on X as root using DGA with > xorg's radeon buffer. You'll see that the behaviour changes when > playing with the option -vsync-pa

Re: [Xmame] Zeta & Xmame (the solution)

2006-07-19 Thread Lawrence Gold
On Jul 19, 2006, at 12:46 PM, Nick V wrote: I'm hoping the maintainers of Xmame will take a closer look at /src/ unix/fileio.c from 106 (& make it closer to 102) so that it becomes compatible again with Zeta (& maybe other OSes). Thanks. PS I think the problem may be with: OFF_T, FSEEK, FTE

[Xmame] XMame D.G.A II - The movie

2006-07-19 Thread Fabien Meghazi
Hi all, I'm back with my DGA problems and I have now a movie which shows the video problems I have with xmame running on X as root using DGA with xorg's radeon buffer. You'll see that the behaviour changes when playing with the option -vsync-pagelimit. Note: I tried the same setup using an nvidi

Re: [Xmame] Zeta & Xmame (the solution)

2006-07-19 Thread Nick V
Ok. Xmame upto 102 compiles on Zeta & works properly. Xmame 103 to 106 compiles on Zeta, & will run (executionable), but does not work with Roms at all (can't read them). The problem for 103 to 106 was in src/unix/fileio.c src/unix/fileio.c was changed & causes problems on Zeta. Interesting

Re: [Xmame] cross-compiling broken

2006-07-19 Thread hkg
Hi, I have also encountered this problem. What is the last successful cross compile build you have ? I have tried 0.37 and 0.81 ( their makefile.unix and unix.mak are different) like to try 0.100, 0.102 now. Do you have the new make patches for cross compiling (i686 host, arm target) ? please sen