[Xmame] blank screen on debug while running solved

2005-10-24 Thread Alejandro Dubrovsky
Hi, The problem turned out to be just a misdocumentation, or my misinterpretation of the current documentation (had to find out by reading the code though). The on-screen display key is what has to be pressed to interrupt back into the debugger once it's running, not F5. Maybe including the fol

Re: [Xmame] keyboard not working in xmess 0.101?

2005-10-24 Thread Lawrence Gold
On Oct 24, 2005, at 3:46 PM, Brian Langenberger wrote: I tested the apple2e by entering its DOS mode and was able to type out every available key. The a800 works equally well. Thanks for looking at it. I still don't know why it worked for me but not for you the way it was before, but it r

Re: [Xmame] keyboard not working in xmess 0.101?

2005-10-24 Thread Brian Langenberger
Lawrence Gold wrote: Oh, one thing I forgot to ask: Could you please try a computer emulation, such as a800, and make sure the keyboard works in full and partial emulation mode? You can toggle the mode using the ScrLck key. In partial mode, 'P' should pause the emulation; in full mode, 'P

Re: [Xmame] keyboard not working in xmess 0.101?

2005-10-24 Thread Lawrence Gold
On Oct 24, 2005, at 3:18 PM, Brian Langenberger wrote: Lawrence Gold wrote: Could you please change line 1222 of src/usrintrf.c to if (options.disable_normal_ui || ((Machine->gamedrv->flags & GAME_COMPUTER) && !mess_ui_active()) and see if that works better? That line also fixes th

Re: [Xmame] keyboard not working in xmess 0.101?

2005-10-24 Thread Brian Langenberger
Lawrence Gold wrote: Could you please change line 1222 of src/usrintrf.c to if (options.disable_normal_ui || ((Machine->gamedrv->flags & GAME_COMPUTER) && !mess_ui_active()) and see if that works better? That line also fixes the keyboard problem in all the systems I've tested (once I

Re: [Xmame] keyboard not working in xmess 0.101?

2005-10-24 Thread Lawrence Gold
On Oct 23, 2005, at 5:52 PM, Brian Langenberger wrote: With my .xmess directory moved elsewhere, I was running: % xmess.x11 nes -bp messbioses/ --cart ./smb1.nes I had similar results with a variety of systems so I'm fairly sure it's not driver-specific. Could you please change line 1222 o

Re: [Xmame] makefile.unix

2005-10-24 Thread Lawrence Gold
On Oct 24, 2005, at 12:42 AM, Julian Sikorski wrote: Hi. I have noticed that -march=athlon64 has been added to the makefile. How about adding -march=prescott too? Greets. Certainly. The more the merrier. :-) ___ Xmame mailing list Xmame@toybox.tw