[Xmame] xmess

2003-07-21 Thread Chris Jones
This is the error I get no matter which rom I use: xmess.x11 nes ./GALAGA.NES info: trying to parse: /usr/local/share/xmess/xmessrc info: trying to parse: /home/exspecto/.xmess/xmessrc info: trying to parse: /usr/local/share/xmess/xmess-x11rc info: trying to parse: /home/exspecto/.xmess/xmess-x11r

[Xmame] xmess

2003-08-21 Thread Chris Jones
I've read the docs, I've set the biospath correctly, and doublechecked the makefile, but I simply cannot get xmess to work. This is the error I get every time: [EMAIL PROTECTED]:~$ xmess nes metroid.nes info: trying to parse: /usr/local/share/xmess/xmessrc info: trying to parse: /home/guythingy/.

[Xmame] XMESS

2006-01-28 Thread T.P. Reitzel
I've been hoping that the File Manager (Fileselector) of MESS would be fixed in the latest version of XMESS, but it's still broken, i.e. scrolling with the arrow key to the bottom of a directory stops just short of the last entry. Also using the key fails to page the directory properly. I'm st

[Xmame] xmess problem

2001-09-20 Thread Gaenya
Im getting this error everytime i try to run xmess.xgl: GLERROR: ColorTable (glColorTableEXT) is unallocabel (color table too large := 0)! Can enybody help me?? TIA ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo

[Xmame] [Xmess] ibmpc

2002-01-01 Thread Jimmy Maher
Hello! I've been trying without success to get IBM PC (or, really, any of the older PC clones) working in Xmess. The command line I'm using is as follows: xmess.x11 ibmpc -flop /home/jimmy/DOS.dsk The program's output is as follows: loading rom 0: wdbios.rom loading rom 1: basicc11.f6 loadin

[Xmame] Xmess 0.56.2

2002-05-11 Thread Benjamin FRANCOIS
Hi, Did anyone manage to compile Xmess 0.56.2 ? Here the build fails with the following errors : Compiling src/cpu/z80/z80.c ... /tmp/ccXcID7e.s: Assembler messages: /tmp/ccXcID7e.s:9654: Error: suffix or operands invalid for `add' /tmp/ccXcID7e.s:9917: Error: suffix or operands invalid for `adc

[Xmame] xmess-0.561.1

2002-05-16 Thread Lawrence Gold
xmess-0.561.1 is out! Thanks to all who've made this release possible. You can download a patch against xmame-0.56.2 from http://x.mame.net/download/0.59.2-0.60.1.diff.bz2 or the full sources from http://x.mame.net/download/xmess-0.561.1.tar.bz2 Note for x86 users: If you bui

[Xmame] XMESS problems...

2003-06-08 Thread Per Wigren
xmess is working mostly good, but there are a few systems that won't run.. pc-clones: xmess: mess/image.c:634: image_from_devtype_and_index: Assertion `id < device_count(type)' failed. svi-variants: xmess: mess/image.c:482: image_realloc: Assertion `img->status & (IMAGE_STATUS_ISLOADING | IMAGE

Re: [Xmame] xmess

2003-07-21 Thread Scott Patterson
Chris Jones wrote: This is the error I get no matter which rom I use: xmess.x11 nes ./GALAGA.NES info: trying to parse: /usr/local/share/xmess/xmessrc info: trying to parse: /home/exspecto/.xmess/xmessrc info: trying to parse: /usr/local/share/xmess/xmess-x11rc info: trying to parse: /home/exspec

Re: [Xmame] xmess

2003-07-21 Thread Lawrence Gold
On Mon, Jul 21, 2003 at 09:52:41AM -0500, Chris Jones wrote: > This is the error I get no matter which rom I use: > > xmess.x11 nes ./GALAGA.NES You need to specify -cart for cartridges: xmess.x11 nes -cart ./GALAGA.NES Also, if you end up with just a black screen, you need to make sure

Re: [Xmame] xmess

2003-07-21 Thread Brian Langenberger
On 21 Jul 2003 09:52:41 -0500 Chris Jones <[EMAIL PROTECTED]> wrote: > This is the error I get no matter which rom I use: > > xmess.x11 nes ./GALAGA.NES Don't you need to specify "-cart" as well? Perhaps: xmess.x11 nes -cart ./GALAGA.NES might work better? -Brian __

Re: [Xmame] xmess

2003-07-21 Thread Chris Jones
error: unknown option -rp I'm using xmess version 0.71.1 On Mon, 2003-07-21 at 10:03, Scott Patterson wrote: > Chris Jones wrote: > > > This is the error I get no matter which rom I use: > > > > xmess.x11 nes ./GALAGA.NES > > info: trying to parse: /usr/local/share/xmess/xmessrc > > info: tryin

Re: [Xmame] xmess

2003-07-21 Thread Chris Jones
Thanks, but same error. I don't know what "CRC" means...I think I'll have to scour the docs. On Mon, 2003-07-21 at 10:08, Lawrence Gold wrote: > On Mon, Jul 21, 2003 at 09:52:41AM -0500, Chris Jones wrote: > > This is the error I get no matter which rom I use: > > > > xmess.x11 nes ./GALAGA.NES

Re: [Xmame] xmess

2003-07-21 Thread Lawrence Gold
On Mon, Jul 21, 2003 at 10:02:03AM -0500, Chris Jones wrote: > error: unknown option -rp > > I'm using xmess version 0.71.1 It's actually -sp or -softwarepath for MESS, instead of -rp or -rompath. The CRC files are in the CRC folder included with xmame/xmess. To find out wh

Re: [Xmame] xmess

2003-07-21 Thread XulChris
On Monday 21 July 2003 08:06 am, Chris Jones wrote: > Thanks, but same error. I don't know what "CRC" means...I think I'll > have to scour the docs. It should be important to note that using the CRC files with NES is not required, but recommended. There are a lot of ROMs out there with bad head

Re: [Xmame] xmess

2003-08-21 Thread Lawrence Gold
On Thu, Aug 21, 2003 at 09:46:03AM -0500, Chris Jones wrote: > I've read the docs, I've set the biospath correctly, and doublechecked > the makefile, but I simply cannot get xmess to work. > > This is the error I get every time: > > [EMAIL PROTECTED]:~$ xmess nes metroid.nes > info: trying to par

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
No, it's not in a zip file. On Thu, 2003-08-21 at 10:08, Lawrence Gold wrote: > On Thu, Aug 21, 2003 at 09:46:03AM -0500, Chris Jones wrote: > > I've read the docs, I've set the biospath correctly, and doublechecked > > the makefile, but I simply cannot get xmess to work. > > > > This is the erro

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
I tried xmess nes -cart metroid.nes and get the same error message. On Thu, 2003-08-21 at 10:08, Lawrence Gold wrote: > On Thu, Aug 21, 2003 at 09:46:03AM -0500, Chris Jones wrote: > > I've read the docs, I've set the biospath correctly, and doublechecked > > the makefile, but I simply cannot get

Re: [Xmame] xmess

2003-08-21 Thread João Paulo Vasconcellos
Do you got the nes bios in biospath? And the game should be in software path, IIRC. On quinta-feira, ago 21, 2003, at 11:46 Brazil/East, Chris Jones wrote: I've read the docs, I've set the biospath correctly, and doublechecked the makefile, but I simply cannot get xmess to work. This is the er

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
When you say "nes bios" do you mean the rom file? If not, I must be missing something crucial about xmess. On Thu, 2003-08-21 at 10:39, João Paulo Vasconcellos wrote: > Do you got the nes bios in biospath? And the game should be in software > path, IIRC. > > > > On quinta-feira, ago 21, 2003,

Re: [Xmame] xmess

2003-08-21 Thread Simon Roby
There is no nes bios. > Do you got the nes bios in biospath? And the game should be in software > path, IIRC. > > > > On quinta-feira, ago 21, 2003, at 11:46 Brazil/East, Chris Jones wrote: > > > I've read the docs, I've set the biospath correctly, and doublechecked > > the makefile, but I s

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
I didn't think so. On Thu, 2003-08-21 at 10:50, Simon Roby wrote: > There is no nes bios. > > > > Do you got the nes bios in biospath? And the game should be in software > > path, IIRC. > > > > > > > > On quinta-feira, ago 21, 2003, at 11:46 Brazil/East, Chris Jones wrote: > > > > > I've re

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
Eureka! It works now!!! HOOORAY! I had to set softwarepath to $HOME/roms instead of $HOME/roms/nes and I also had to put the cart name in quotes (-cart "metroid.nes"). Finally...*sigh* > > > > I've read the docs, I've set the biospath correctly, and doublechecked > > > > the makefile, but I sim

Re: [Xmame] xmess

2003-08-21 Thread Dave
On 21 Aug 2003, Chris Jones wrote: > Eureka! It works now!!! HOOORAY! > > I had to set softwarepath to $HOME/roms instead of $HOME/roms/nes and I > also had to put the cart name in quotes (-cart "metroid.nes"). > > Finally...*sigh* This doesn't make sense. Xmess used to allow one to run roms

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
Here's my setup. in .xmess/xmessrc i have "softwarepath $HOME/roms" and the roms are in ~/roms/nes f(or example i have metroid in "~/roms/nes/metroid.nes") so i type: xmess nes -cart "metroid.nes" also, make sure you copy the files in the xmame source directory in the CRC folder to wherever

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
This brings me to a new question. When I save the state with xmess and then load the state again, the screen is corrupted. Sometimes I can fix it by hitting start (if the game has some sort of screen that scrolls down when you hit start) or by moving to a new screen/room in the game. But for zeld

Re: [Xmame] xmess

2003-08-21 Thread Lawrence Gold
On Thu, Aug 21, 2003 at 12:30:29PM -0500, Chris Jones wrote: > This brings me to a new question. > > When I save the state with xmess and then load the state again, the > screen is corrupted. Sometimes I can fix it by hitting start (if the game > has some sort of screen that scrolls down when you

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
So then I'll just learn c and linux development and gcc and...wait, nevermind. On Thu, 2003-08-21 at 15:35, Lawrence Gold wrote: > On Thu, Aug 21, 2003 at 12:30:29PM -0500, Chris Jones wrote: > > This brings me to a new question. > > > > When I save the state with xmess and then load the state ag

Re: [Xmame] xmess

2003-08-21 Thread mushroom blue
I'd say the first thing to learn would be some manners. he wasn't telling you to fix it. he was stating that unless someone is able to fix it, it's probably going to stay broken. On Thu, 2003-08-21 at 14:53, Chris Jones wrote: > So then I'll just learn c and linux development and gcc and...wait, >

Re: [Xmame] xmess

2003-08-21 Thread Chris Jones
I'd say maybe you shouldn't read too much into text. I was making a joke. I guess I forgot the standard AOL emoticons, so here they are: :) lol ;) 8P On Thu, 2003-08-21 at 16:25, mushroom blue wrote: > I'd say the first thing to learn would be some manners. he wasn't > telling you to fix it. h

Re: [Xmame] xmess

2003-08-21 Thread Lawrence Gold
On Thu, Aug 21, 2003 at 04:34:36PM -0500, Chris Jones wrote: > I'd say maybe you shouldn't read too much into text. I was making a > joke. I guess I forgot the standard AOL emoticons, so here they are: > > :) lol ;) 8P For the record, I interpreted your response as a joke. _

Re: [Xmame] xmess

2003-08-21 Thread mushroom blue
figures. perhaps I'll take some zoloft or something before I talk next time. :) ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

[Xmame] xmess/svgalib

2004-10-13 Thread Patrick E. Hoyle
Hi all-- I've tried compiling xmess with the svgalib display method on a machine running SuSE 8.2. It compiles without any errors, but when I run xmess it gives me the following error: fatal: install_mem_handler called with a 8-bit handler for a 0-bit address space Any ideas as to what is cau

[Xmame] Xmess problem.

2005-04-05 Thread Bruno Barrera C.
Hi list, Any ideas about [1] ? [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301623 Regards, -- Bruno Barrera C. "I'm a soldier, not a monster. Even though if I sometimes work for monsters." signature.asc Description: This is a digitally signed message part

Re: [Xmame] XMESS

2006-01-28 Thread Lawrence Gold
T.P. Reitzel wrote: I've been hoping that the File Manager (Fileselector) of MESS would be fixed in the latest version of XMESS, but it's still broken, i.e. scrolling with the arrow key to the bottom of a directory stops just short of the last entry. Also using the key fails to page the direc

Re: [Xmame] XMESS

2006-02-01 Thread bsturk
> I've been hoping that the File Manager (Fileselector) of MESS would be > fixed in the latest version of XMESS, but it's still broken, i.e. > scrolling with the arrow key to the bottom of a directory stops just > short of the last entry. Also using the key fails to page the > directory proper

Re: [Xmame] XMESS

2006-02-01 Thread Lawrence Gold
On Feb 1, 2006, at 10:16 AM, [EMAIL PROTECTED] wrote: I fixed this in my private tree (I'm porting xmess the gp2x). I didn't spend a ton of time making sure it was the "right" fix but it does fix the issue you describe. I can submit it for inclusion of the next release if desired. I was

Re: [Xmame] XMESS

2006-02-11 Thread Brian Sturk
Brian Sturk wrote: I've been hoping that the File Manager (Fileselector) of MESS would be fixed in the latest version of XMESS, but it's still broken, i.e. scrolling with the arrow key to the bottom of a directory stops just short of the last entry. Also using the key fails to page the direct

Re: [Xmame] XMESS

2006-02-12 Thread Lawrence Gold
Brian Sturk wrote: > > I submitted my patch for the above issue. The only change I had made > was the one that fixed not being able to get to the last entry. > Hopefully it will be in the next xmess build. > > If you find issues w/ the fix please let me know. Where did you submit it? I haven'

Re: [Xmame] XMESS

2006-02-13 Thread bsturk
On Sun, Feb 12, 2006 at 09:14:10AM -0700, Lawrence Gold wrote: > From: Lawrence Gold <[EMAIL PROTECTED]> > To: xmame@toybox.twisted.org.uk > Subject: Re: [Xmame] XMESS > Date: Sun, 12 Feb 2006 09:14:10 -0700 > > Brian Sturk wrote: > > > > I submitted my

Re: [Xmame] XMESS

2006-02-13 Thread Lawrence Gold
On Feb 13, 2006, at 12:31 PM, [EMAIL PROTECTED] wrote: I submitted it to Bletch on the mess forums. He is who I gave it to last time also. Should I just post them to the list or send them to you? Submitting to Bletch is fine. I just wanted to make sure that I hadn't lost or misplaced an

[Xmame] xmess - F12 / screenshot

2001-04-06 Thread Joost Yervante Damad
Hi, I run xmess.SDL to emulate the msx1. I'd like to make screenshots, as should work with the F12 key. This does work for my xmame.SDL, but not for the xmess.SDL. The F8-F11 keys DO work in xmess.SDL. Am I missing an important point? Thanks, Joost

[Xmame] xmame/xmess 0.37b13.2

2001-04-08 Thread Lawrence Gold
Xmame/xmess 0.37b13.2 is out! As usual, thanks to the many people who make these releases possible. A patch from 0.37b12.1 is available: http://x.mame.net/download/0.37b12.1-0.37b13.2.diff.bz2 The full version is at http://x.mame.net/download/xmame-0.37b13.2.tar.bz2 and

[Xmame] xmame/xmess-0.56.2

2002-01-01 Thread Lawrence Gold
xmame/xmess-0.56.2 is finally out! xmame-0.57.1 should follow soon, once I've recovered fully from New Year's Eve. Thanks to the many contributors without whom the changelog would have been much smaller. You can grab a patch against 0.56.1 from http://x.mame.net/download/0.5

Re: [Xmame] [Xmess] ibmpc

2002-01-01 Thread Peter Trauner
Jimmy Maher wrote: > xmess.x11 ibmpc -flop /home/jimmy/DOS.dsk > > The program's output is as follows: > > loading rom 0: wdbios.rom > loading rom 1: basicc11.f6 > loading rom 2: basicc11.f8 > loading rom 3: basicc11.fa > loading rom 4: basicc11.fc > loading rom 5: pc102782.bin > loading rom 6:

[Xmame] xmess rom extensions

2002-01-04 Thread scholnik
There's either a bug or a change (for the worse, IMO) in the latest mess/xmess in how it searches for a cartridge file. For example, in version 0.37b15 I can do xmess.x11 nes -cart zelda and it will find the file zelda.nes either alone or in a .zip file in the nes subdirectory of my rompath. B

Re: [Xmame] Xmess 0.56.2

2002-05-11 Thread Lawrence Gold
On Sat, May 11, 2002 at 07:07:21PM +0200, Benjamin FRANCOIS wrote: > Hi, > > Did anyone manage to compile Xmess 0.56.2 ? > Here the build fails with the following errors : > > Compiling src/cpu/z80/z80.c ... > /tmp/ccXcID7e.s: Assembler messages: > /tmp/ccXcID7e.s:9654: Error: suffix or operands

Re: [Xmame] Xmess 0.56.2

2002-05-11 Thread Benjamin FRANCOIS
On Sat, 11 May 2002 11:34:31 -0600 Lawrence Gold <[EMAIL PROTECTED]> wrote: > This is caused by a bug in src/cpu/z80/z80.c triggered when compiling > with -O3 or higher, at least with gcc-3.0.x. You can correct it by > replacing all instances of "=r" with "=q" and "r" with "q". Thanks a lot :)

Re: [Xmame] xmess-0.561.1

2002-05-17 Thread R. Reucher
On Friday 17 May 2002 08:21, Lawrence Gold wrote: > xmess-0.561.1 is out! Thanks to all who've made this release > possible. > > You can download a patch against xmame-0.56.2 from > > http://x.mame.net/download/0.59.2-0.60.1.diff.bz2 > > or the full sources from > > http://x.mame.net/

Re: [Xmame] xmess-0.561.1

2002-05-17 Thread R. Reucher
On Friday 17 May 2002 21:42, R. Reucher wrote: > On Friday 17 May 2002 08:21, Lawrence Gold wrote: > > xmess-0.561.1 is out! Thanks to all who've made this release > > possible. > > > > You can download a patch against xmame-0.56.2 from > > > > http://x.mame.net/download/0.59.2-0.60.1.diff.bz

Re: [Xmame] xmess-0.561.1

2002-05-17 Thread Lawrence Gold
On Fri, May 17, 2002 at 09:42:33PM +0200, R. Reucher wrote: > On Friday 17 May 2002 08:21, Lawrence Gold wrote: > > > > http://x.mame.net/download/0.59.2-0.60.1.diff.bz2 Oops, that should read 0.59.2-0.561.1.diff.bz2 > > http://x.mame.net/download/xmess-0.561.1.tar.bz2 > What's that ? So

[Xmame] Xmess inclusion date

2002-11-18 Thread Shadow Walker
Hi, Does anyone remember when xmess was merged with xmame ? in the change.unix, the first reference I found was for the Release 0.34b2.1 but I'm not sure of the date and even if that was the first time that xmess and xmame converged. -- Shad http://gxmame.sourceforge.net

[Xmame] xmame/xmess-0.62.1

2003-01-12 Thread Lawrence Gold
xmame/xmess-0.62.1 is out. Since MAME 0.63 was released today, I didn't want to delay 0.62.1 any more; faster blit-time rotation and other changes will just have to wait. As usual, thanks to all who have contributed in one way or another. The full source tarball can be downloaded

[Xmame] xmame/xmess-0.62.2

2003-01-12 Thread Lawrence Gold
Thanks to a nice link error my extensive testing failed to find, there's a new 0.62.2 release. Enjoy: http://x.mame.net ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

[Xmame] xmame/xmess-0.65.1

2003-02-11 Thread Lawrence Gold
xmame/xmess-0.65.1 is out! I decided to live dangerously and dispense with the release candidates this time around. Note that the version of MESS included with this is from CVS, so it isn't the final 0.65. As usual, thanks to all those who've contributed in one way or another, and

[Xmame] xmame/xmess-0.66.1

2003-03-17 Thread Lawrence Gold
xmame/xmess-0.66.1 is now available for download. There are several caveats for this version: 1. Special effects, activated via -effect/-ef, are broken unless rotation is disabled. I had a fix in the works, but it increased build time and executable size too much for my taste, so I need to

[Xmame] xmame/xmess-0.62.2

2003-03-19 Thread Lawrence Gold
xmame/xmess-0.66.2 is out. This release should fix the build problems and also has the latest MESS CVS code. A patch for 0.66.1 can be downloaded from http://x.mame.net/download/0.66.1-0.66.2.diff.bz2 and the full source tarball from http://x.mame.net/download/xmame-0.66.2

Re: [Xmame] XMESS problems...

2003-06-08 Thread Per Wigren
Found another one: [EMAIL PROTECTED] temp $ xmess ep128 No cards detected. ALSA sound disabled. info: trying to parse: /usr/share/xmess/xmessrc info: trying to parse: /home/tuxie/.xmess/xmessrc info: trying to parse: /usr/share/xmess/xmess-x11rc info: trying to parse: /home/tuxie/.xmess/xmess-x11r

Re: [Xmame] XMESS problems...

2003-06-08 Thread Stefano Priore
Alle 13:38, domenica 8 giugno 2003, hai scritto: > xmess is working mostly good, but there are a few systems that won't run.. > > pc-clones: > xmess: mess/image.c:634: image_from_devtype_and_index: Assertion `id < > device_count(type)' failed. This can be worked around: these links will explain yo

Re: [Xmame] XMESS problems...

2003-06-08 Thread Stefano Priore
Alle 20:50, domenica 8 giugno 2003, hai scritto: > Found another one: > > [EMAIL PROTECTED] temp $ xmess ep128 > No cards detected. > ALSA sound disabled. > info: trying to parse: /usr/share/xmess/xmessrc > info: trying to parse: /home/tuxie/.xmess/xmessrc > info: trying to parse: /usr/share/xmess/

[Xmame] xmame/xmess-0.70.1

2003-06-18 Thread Lawrence Gold
xmame/xmess-0.70.1 is now available. There is a known problem with the MESS NES driver -- it doesn't work -- which I haven't tracked down yet, but I hope everything else is okay! You can download a patch against 0.69.1 from http://x.mame.net/download/0.69.1-0.70.1.diff

[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&#

[Xmame] xmess and nes...

2003-08-14 Thread Adam Scriven
Hello all. I'm reconfiguring my Gentoo Linux box, and have emerged xmess (x11) version 0.70 from Aug 1, 2003. I've been trying to use it as an NES emulator, as the other ones I've tried (fakenes, tuxnes, darcnes, fceu) have all been less-than-stellar (various issues with each one, mainly speed i

[Xmame] xmame/xmess-0.72.1

2003-08-15 Thread Lawrence Gold
I'm pleased to announce the release of xmame/xmess-0.72.1. Thanks again to all those who make these emulators possible. You can find a patch against 0.71.1 at http://x.mame.net/download/0.71.1-0.72.1.diff.bz2 and the full tarball at http://x.mame.net/download/xmame-0

[Xmame] xmess compile trouble

2003-08-18 Thread Dave
[MESS] Compiling mess/machine/tms5501.c ... Archiving xmess.obj/dai.a ... Compiling src/vidhrdw/vector.c ... Linking xmess.x11 ... xmess.obj/unix.x11/osdepend.a(sysdep_dsp.o)(.data+0xe8): undefined reference to `sysdep_dsp_oss' xmess.obj/unix.x11/osdepend.a(sysdep_mixer.o)(.data+0xac): undefined r

[Xmame] XMESS Bios files?

2003-08-19 Thread Adam Scriven
I seem to be asking a lot of questions l8ly, I hope no one minds. :) I'm looking for some system bioses/ROMS, like the Apple ][ ROMs. I looked through the sources, but couldn't find the files. Is there anywhere to download them, or should I just keep hunting? Thanks! Adam _

[Xmame] xmame/xmess-0.74.1

2003-09-15 Thread Lawrence Gold
xmame/xmess-0.74.1 is now available. I was going to have 0.73.1 out a couple of days ago, but Haze sneaked out 0.74 just as I was preparing to bundle things up. As usual, thanks to the many people who make this project possible. You can grab a patch against 0.72.1 from http

[Xmame] xmame/xmess-0.76.1

2003-10-25 Thread Lawrence Gold
xmame/xmess-0.76.1 is now available. Thanks to all who contributed to this release. A patch against 0.74.1 and the full tarball are available from http://x.mame.net/download/0.74.1-0.76.1.diff.bz2 http://x.mame.net/download/xmame-0.76.1.tar.bz2 Changes since 0.74.1

[Xmame] xmame/xmess-0.77.1

2003-11-18 Thread Lawrence Gold
Once again it's time for another release: xmame/xmess-0.77.1 is available. Since I'm tired, I'll just post the URL for the website which has all the juicy details: http://x.mame.net/ Thanks to all those who contributed, and apologies about any patches or suggesti

[Xmame] xmame/xmess-0.79.1

2004-02-19 Thread Lawrence Gold
xmame/xmess-0.79.1 is now available. Thanks to all those who make these releases possible. You can download a patch against 0.78.1 from http://x.mame.net/download/0.78.1-0.79.1.diff.bz2 or the full source tarball from http://x.mame.net/download/xmame-0.79.1.tar.bz2 Changes since 0.78.1

[Xmame] xmame/xmess-0.80.1

2004-03-13 Thread Lawrence Gold
xmame/xmess-0.80.1 is out. You can download a patch against 0.79.1 from http://x.mame.net/download/0.79.1-0.80.1.diff.bz2 and the full source tree from http://x.mame.net/download/xmame-0.80.1.tar.bz2 Changes since 0.79.1: - Everything from MAME 0.80 (http://x.mame.net/changes-mame.html

[Xmame] xmame/xmess-0.81.1

2004-04-11 Thread Lawrence Gold
xmame/xmess-0.81.1 is now available. I'll add new front-ends and binary links to the website once I've got my LyX setup working again. A patch against 0.80.1: http://x.mame.net/download/0.80.1-0.81.1.diff.bz2 The full sources: http://x.mame.net/download/xmame-0.81.1.tar.bz

[Xmame] xmame/xmess-0.82.1

2004-05-15 Thread Lawrence Gold
xmame/xmess-0.82.1 is out. A patch and full sources are available from the usual places: http://x.mame.net/download/0.81.1-0.82.1.diff.bz2 http://x.mame.net/download/xmame-0.82.1.tar.bz2 Changes since 0.81.1: - Everything from MAME 0.82 (http://x.mame.net/changes-mame.html) and

[Xmame] xmame/xmess-0.83.1

2004-06-12 Thread Lawrence Gold
xmame/xmess-0.83.1 is available: http://x.mame.net/download/0.82.1-0.83.1.diff.bz2 http://x.mame.net/download/xmame-0.83.1.tar.bz2 Enjoy, and thanks for the patches and feedback -- keep 'em coming. Changes since 0.82.1: * Everything from MAME 0.83 and MESS 0.83 (changes-mess

[Xmame] xmess doesn't compile

2004-07-06 Thread Giulio Canevari
Hello, i had problems compiling xmess 0.82, now i have patched it to 0.83 ( patch -p0 < 0.82andsoon-diff outside the xmame dir ) and i still am unable to compile it ( i have successully compiled xmame and xmess from 0.72 to 0.81 by the way ). Xmame 0.83 compiles. output: ... Compiling src/unix/jo

[Xmame] xmame/xmess-0.84.1

2004-07-17 Thread Lawrence Gold
xmame/xmess-0.84.1 is now available. You can grab a patch or the full sources from the usual places: http://x.mame.net/download/0.83.1-0.84.1.diff.bz2 http://x.mame.net/download/xmame-0.84.1.tar.bz2 Changes since 0.83.1: - Everything from MAME 0.84 (http://x.mame.net/changes-mame.html) and

[Xmame] xmame/xmess-0.85

2004-08-12 Thread Lawrence Gold
xmame/xmess-0.85 is now available. Thanks for the patches, comments, bug reports, and so on. A patch and full sources are available in the usual places: http://x.mame.net/download/0.84.1-0.85.diff.bz2 http://x.mame.net/download/xmame-0.85.tar.bz2 Changes since 0.84.1

[Xmame] xmame/xmess-0.86

2004-08-25 Thread Lawrence Gold
xmame/xmess-0.86 is out! Thanks for the patches, bug reports, suggestions, and so on; thanks especially to Hans de Goede, who contributed a huge number of changes to this release. WARNING: gxmame is currently not working unless XIL is built in, i.e., on Solaris, because it always expects "

Re: [Xmame] xmess/svgalib

2004-10-13 Thread Pieter Hulshoff
On Wednesday 13 October 2004 19:57, Patrick E. Hoyle wrote: > I've tried compiling xmess with the svgalib display method on a machine > running SuSE 8.2. It compiles without any errors, but when I run xmess it > gives me the following error: > > fatal: install_mem_handler called with a 8-bit handl

[Xmame] xmame/xmess 0.87

2004-10-03 Thread Lawrence Gold
I'm pleased to announce the release of xmame/xmess 0.87. As usual, many thanks to the people who make these releases possible. You can download a patch against 0.86 from http://x.mame.net/download/0.86-0.87.diff.bz2 or the full sources from http://x.mame.net/download/xmame

[Xmame] xmame/xmess 0.88

2004-11-10 Thread Lawrence Gold
xmame/xmess 0.88 is now available. Many thanks for the patches and feedback and especially to Hans de Goede for his gargantuan efforts. You can grab a patch for 0.87 or the full sources from http://x.mame.net/download/0.87-0.88.diff.bz2 http://x.mame.net/download/xmame-0.88

[Xmame] xmame/xmess 0.89

2004-12-05 Thread Lawrence Gold
xmame/xmess 0.89 is now available. Thanks to all who've contributed. You can grab a patch for 0.88 and the full sources from http://x.mame.net/download/0.88-0.89.diff.bz2 http://x.mame.net/download/xmame-0.89.tar.bz2 Changes since 0.88: - Everything from MAME 0.89

[Xmame] xmame/xmess 0.90

2005-01-18 Thread Lawrence Gold
xmame/xmess 0.90 is out. Thanks to all who contributed code, patches, suggestions, criticisms, and so on. A patch and full sources are available from http://x.mame.net/download/0.89-0.90.diff.bz2 http://x.mame.net/download/xmame-0.90.tar.bz2 Changes since 0.89: - Everything from

[Xmame] xmame/xmess 0.92

2005-02-23 Thread Lawrence Gold
xmame/xmess 0.92 is out. If you know of anyone who'd like to receive this email, please let know -- I lost the announcement list when my hard drive blew up. Changes since 0.90: - Everything from MAME 0.92 (http://x.mame.net/changes-mame.html) and MESS 0.92 (http://x.mame.net/ch

[Xmame] xmame/xmess 0.94

2005-03-15 Thread Lawrence Gold
xmame/xmess 0.94 is out. You can grab a patch against 0.92 and a full tarball from the usual places: http://x.mame.net/download/0.92-0.94.diff.bz2 http://x.mame.net/download/xmame-0.94.tar.bz2 Changes since 0.92: - Everything from MAME 0.94 (http://x.mame.net/changes-mame.html

[Xmame] xmame/xmess 0.95

2005-03-29 Thread Lawrence Gold
xmame/xmess 0.95 is now available. As usual, a patch and full sources are available: http://x.mame.net/download/0.94-0.95.diff.bz2 http://x.mame.net/download/xmame-0.95.tar.bz2 Changes since 0.94: - Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and MESS 0.95

Re: [Xmame] Xmess problem.

2005-04-05 Thread Christopher Stone
On Apr 5, 2005 5:49 PM, Bruno Barrera C. <[EMAIL PROTECTED]> wrote: > Hi list, > > Any ideas about [1] ? > > [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301623 Works for me. ___ Xmame mailing list Xmame@toybox.twisted.org.uk http://toybox.tw

Re: [Xmame] Xmess problem.

2005-04-05 Thread Hans de Goede
Bruno Barrera C. wrote: Hi list, Any ideas about [1] ? [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301623 Regards, Probably a corrupt diskimage, has the user tried any other images? Regards, Hans ___ Xmame mailing list Xmame@toybox.twisted.org.

Re: [Xmame] Xmess problem.

2005-04-06 Thread Christopher Stone
Might also want to try 0.95. ___ Xmame mailing list Xmame@toybox.twisted.org.uk http://toybox.twisted.org.uk/mailman/listinfo/xmame

[Xmame] xmame/xmess 0.96

2005-05-10 Thread Lawrence Gold
xmame/xmess 0.96 is out. You can grab a patch to 0.95 and full sources from the usual places: http://x.mame.net/download/0.95-0.96.diff.bz2 http://x.mame.net/download/xmame-0.96.tar.bz2 Changes since 0.95: - Everything from MAME 0.96 (http://x.mame.net/changes-mame.html) and MESS 0.96 (http

[Xmame] xmame/xmess 0.97

2005-06-13 Thread Lawrence Gold
xmame/xmess 0.97 is out. Thanks for all the help and suggestions. You can grab a patch to 0.96 and full sources from http://x.mame.net/download/0.96-0.97.diff.bz2 http://x.mame.net/download/xmame-0.97.tar.bz2 Changes since 0.96: - Everything from MAME 0.97 (http://x.mame.net

[Xmame] xmame/xmess 0.99

2005-08-16 Thread Lawrence Gold
xmame and xmess 0.99 are now available. Thanks to all who've contributed to this release. A patch to 0.97 and a full tarball are available as usual: http://x.mame.net/download/0.97-0.99.diff.bz2 http://x.mame.net/download/xmame-0.99.tar.bz2 Changes since 0.97: - Everything from MAME 0.99 (ht

[Xmame] xmame/xmess 0.100

2005-09-21 Thread Lawrence Gold
xmame and xmess 0.100 are now available. A patch to 0.99 and full sources are available: http://x.mame.net/download/0.99-0.100.diff.bz2 http://x.mame.net/download/xmame-0.100.tar.bz2 P.S. I've overhauled the website, though there remains some work to be done -- I need to add a lot of FAQs, as

[Xmame] xmame/xmess 0.101

2005-10-22 Thread Lawrence Gold
xmame/xmess 0.101 are out. I extend my usual thanks to those who've helped in various ways. A patch against 0.100 and the full sources are available from http://x.mame.net/download/0.100-0.101.diff.bz2 http://x.mame.net/download/xmame-0.101.tar.bz2 Changes since

[Xmame] xmame/xmess 0.102

2005-11-25 Thread Lawrence Gold
xmame and xmess 0.102 are now available. You can grab a patch against 0.101 or the full sources from http://x.mame.net/download/0.101-0.102.diff.bz2 http://x.mame.net/download/xmame-0.102.tar.bz2 Changes since 0.101: - Everything from MAME 0.102 (http://x.mame.net/changes-mame

[Xmame] xmame/xmess 0.103

2006-01-16 Thread Lawrence Gold
xmame and xmess 0.103 are out. Thanks to all who helped with this release. You can download full sources or a patch against 0.102 from http://x.mame.net/download/xmame-0.103.tar.bz2 http://x.mame.net/download/0.102-0.103.diff.bz2 Changes since 0.102: - Everything from

[Xmame] xmame/xmess 0.104

2006-02-16 Thread Lawrence Gold
xmame and xmess 0.104 are out. A patch and full sources are available as usual: http://x.mame.net/download/0.103-0.104.diff.bz2 http://x.mame.net/download/xmame-0.104.tar.bz2 Changes since 0.103: - Everything from MAME 0.104 (http://x.mame.net/changes-mame.html) and MESS 0.104

[Xmame] xmame/xmess 0.105

2006-04-17 Thread Lawrence Gold
xmame/xmess 0.105 is now available. You can grab a patch and full sources from http://x.mame.net/download/0.104-0.105.diff.bz2 http://x.mame.net/download/xmame-0.105.tar.bz2 Changes since 0.104: - Everything from MAME 0.105 (http://x.mame.net/changes-mame.html) and MESS

[Xmame] xmame/xmess 0.106

2006-05-27 Thread Lawrence Gold
xmame/xmess 0.106 are out. Thanks to all who made this release possible. A patch against 0.105 and full sources are available from http://x.mame.net/download/0.105-0.106.diff.bz2 http://x.mame.net/download/xmame-0.106.tar.bz2 Changes since 0.105: - Everything from MAME 0.106

[Xmame] xmess: newbie setup questions

2001-10-22 Thread Marc Wieland
Hello list, I would like to run "Mule" on the Atari 400/800/XL part of xmess. It works on the xatari800 emulator, but I hope that xmess will be able to handle the new 2.4 Joystick driver so I'll be able to play it with gamepads. xmame-0.37b15.2 compiled a xmess.x11 successfully, however when I

  1   2   3   4   5   >