Re: [Xmame] xmame-0.37b14.1pre1

2001-04-14 Thread Shyouzou Sugitani
This is an ALSA dsp driver update. * minor cosmetic changes. * suppress bogus warnings about underrun. TODO: * add support for ALSA 0.9 API. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> alsa.gz

Re: [Xmame] xmame-0.37b14.1pre1

2001-04-19 Thread Shyouzou Sugitani
This is an ALSA dsp driver Changelog update. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> alsa2.gz

Re: [Xmame] /dev/dsp & co

2001-04-20 Thread Shyouzou Sugitani
Lawrence Gold wrote: > Hmmm, that's a good idea. I don't know how hard it'd be to implement, but > I'll add it to my todo list. osd_pause() is always called with osd_sound_enable(). So, I think we can implement this feature in osd_sound_enable() (in src/unix/sound.c

Re: [Xmame] /dev/dsp & co

2001-04-21 Thread Shyouzou Sugitani
> osd_pause() is always called with osd_sound_enable(). > So, I think we can implement this feature in osd_sound_enable() > (in src/unix/sound.c). Here is a patch. Enjoy. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> sound.gz

[Xmame] new ALSA dsp plugin patch

2001-05-17 Thread Shyouzou Sugitani
This is an ALSA dsp plugin update. * add preliminary support for ALSA 0.9 API. * split of the 0.5 and 0.9 API stuff into separate files. Enjoy. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> alsa.gz

[Xmame] an ALSA dsp plugin update

2001-05-19 Thread Shyouzou Sugitani
Attached is an update of the ALSA 0.9 API stuff. * added -list-alsa-pcm option. * improved write error handling. Enjoy. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> alsa2.gz

Re: [Xmame] many roms not working (for me) with b15

2001-06-06 Thread Shyouzou Sugitani
counts down anfd > then goes black. Arkanoid II just goes to a black screen. B14 still > plays these fine. Any clues? Any ideas? Compile the 0.37b15 source with the files src/sound/fm.[ch] from 0.37b14. Shyouzou Sugitani <[EMAIL PROTECTED]>

[Xmame] RADEON and DGA2.0

2001-06-26 Thread Shyouzou Sugitani
Just an FYI. Yesterday I've got a RADEON VE, and confirmed that xmame does not work with the RADEON's DGA(both 4.1.0 and CVS). So, I made a patch for xfree86 and sent it to [EMAIL PROTECTED] ---- Shyouzou Sugitani <[EMAIL PROTECTED]> &

Re: [Xmame] RADEON and DGA2.0

2001-06-27 Thread Shyouzou Sugitani
raphic card is a G200. I have the impression that RADEON's image quality is much better, but 2D performance is not so improved. I have not yet played around with 3D features. I'd like to check it with xmame.xgl this weekend. PS: Is there anyone who want to get my patch? Shyo

[Xmame] [patch] update of the ALSA DSP plugin

2001-09-13 Thread Shyouzou Sugitani
Attached is one more update patch for the alsa dsp plugin. Changes: - update of the 0.9 API stuff. * changed the -alsapcm(-pcm) to -alsa-pcm(-apcm). * changed the default value of the -alsa-pcm. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> alsa.gz

Re: [Xmame] new video effects patch (with new effect! :)

2001-09-14 Thread Shyouzou Sugitani
range things with DGA? This may be a bug of your effects patch. You use DEST_WIDTH to calculate the value of "SRC_WIDTH". But, in DGA mode, DEST_WIDTH can be larger than the visual_width*widthscale. Shyouzou Sugitani <[EMAIL PROTECTED]>

Re: [Xmame] new video effects patch (with new effect! :)

2001-09-15 Thread Shyouzou Sugitani
Ben Saylor wrote: > Ah, you're right. (should be visual_width, actually.) > > That change made things less wierd here - Paul, does this patch fix it? I think you need to change the args of memcpy(), too. Shyouzou Sugitani <[EMAIL PROTECTED]>

Re: [Xmame] new video effects patch (with new effect! :)

2001-09-19 Thread Shyouzou Sugitani
epth/8). This should be (xf86ctx.width * 2 * depth/8). ^ I think these memcpy() cause the slowness in DGA, in the case that DEST_WIDTH is much larger than visual_width. Shyouzou Sugitani <[EMAIL PROTECTED]> <[

Re: [Xmame] effects patch 2001-09-19

2001-09-20 Thread Shyouzou Sugitani
Ben Saylor wrote: > - fixed some DGA bugs (hopefully) Your new patch works with DGA. Great job, Ben. Attached is a small fix (Added effect_dbbuf initialization). ---- Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> --- src/unix/effect.c.dist T

[Xmame] [PATCH] a bug in fronthlp.c

2001-11-14 Thread Shyouzou Sugitani
When an enum has been extended, we should make an object indexed with it consistent. Lawrence, apply this patch. Without this patch romalizer does not work. :-( Regards, Shyouzou Sugitani --- src/unix/fronthlp.c.distWed Nov 14 19:47:26 2001 +++ src/unix/fronthlp.c Wed Nov 14 19:49:35 2001

[Xmame] DGA2 Documentation (Update)

2001-11-18 Thread Shyouzou Sugitani
Attached is an update of my DGA2 video driver documentation. Regards, Shyouzou Sugitani Xmame DGA2 Video Driver Documentation (for XFree86 4.1.0) November 17, 2001. Blacklist and Whitelist --- (B) drivers in this list have broken DGA2. mga with Matrox HAL module

Re: [Xmame] DGA2 Documentation (Update)

2001-11-18 Thread Shyouzou Sugitani
One more update of my DGA2 video driver documentation. Regards, Shyouzou Sugitani Xmame DGA2 Video Driver Documentation November 18, 2001. Before reporting a bug, please -- - Check the blacklist below. - Check at the end of this document for known bugs/behaviour

Re: [Xmame] DGA Input

2001-11-21 Thread Shyouzou Sugitani
f someone could tell me that it wouldn't help before I start the work I would >appreciate that also. I am thinking about changing some coding in xinput.c. But it's not for DGA Input. I'd like to fix the key screwed up problem which occures after mode

[Xmame] [patch] rapid-fire support for joysticks

2001-11-26 Thread Shyouzou Sugitani
in XFree86 CVS. I'll update my DGA2 documentation, too. Regards, Shyouzou Sugitani <[EMAIL PROTECTED]> --- src/unix/devices.c.dist Mon Nov 26 19:09:09 2001 +++ src/unix/devices.c Tue Nov 27 12:16:20 2001 @@ -14,6 +14,7 @@ #include "devices.h" #include "input.h&qu

Re: [Xmame] [patch] rapid-fire support for joysticks

2001-11-26 Thread Shyouzou Sugitani
Lawrence, I am sorry that I misspelled your name in my previous mail. Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

[Xmame] [patch] Update for dga2.txt

2001-11-26 Thread Shyouzou Sugitani
Attached is an update for DGA2 documentation (dga2.txt). --- src/unix/doc/dga2.txt.dist Tue Nov 27 15:41:05 2001 +++ src/unix/doc/dga2.txt Tue Nov 27 15:41:18 2001 @@ -1,6 +1,6 @@ Xmame DGA2 Video Driver Documentation -November 18, 2001. +November 27, 2001. Before reporting a bug, p

Re: [Xmame] [patch] update of the ALSA DSP plugin

2001-11-28 Thread Shyouzou Sugitani
. Regards, Shyouzou Sugitani <[EMAIL PROTECTED]> --- src/unix/devices.c.dist Mon Nov 26 19:09:09 2001 +++ src/unix/devices.c Wed Nov 28 03:24:48 2001 @@ -14,6 +14,7 @@ #include "devices.h" #include "input.h" #include "keyboard.h" +#include "driver.h&qu

Re: [Xmame] ahhh help!!

2001-12-06 Thread Shyouzou Sugitani
> XF86DGAQueryExtension failed It sounds like you make XFree86-DGA extension disabled. Check XF86Config-4. ---- Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL

[Xmame] [patch] DGA2.0 video driver

2001-12-06 Thread Shyouzou Sugitani
Attached is an update of the DGA2.0 video driver. This only adds more debugging output. Regards, Shyouzou Sugitani --- src/unix/video-drivers/xf86_dga2.c.dist Fri May 25 13:31:16 2001 +++ src/unix/video-drivers/xf86_dga2.c Mon Jul 2 21:23:13 2001 @@ -124,18 +124,39 @@ else

Re: [Xmame] xf86_dga2.c and deprecated DGA function

2002-01-26 Thread Shyouzou Sugitani
AFlipImmediate" or "XDGAFlipRetrace" with XDGAGetViewportStatus(). Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] xf86_dga2.c and deprecated DGA function

2002-01-26 Thread Shyouzou Sugitani
h XDGAGetViewportStatus(). Attached patch is an implementation of my idea, but not tested. I'm busy with my thesis. :-( Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> --- src/unix/video-drivers/xf86_dga2.c.dist Sat Jan 26 19:18:01 2002 +++ src/u

Re: [Xmame] xf86_dga2.c and deprecated DGA function

2002-01-26 Thread Shyouzou Sugitani
> Attached patch is an implementation of my idea, but not tested. Attached is a correct(tested) patch. ---- Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> --- src/unix/video-drivers/xf86_dga2.c.dist Sun Jan 27 01:08:30 2002 +++ src/uni

Re: [Xmame] xf86_dga2.c and deprecated DGA function

2002-01-26 Thread Shyouzou Sugitani
e code that my > patch changed in xf86_dga2.c. It was probably copied when people created > the DGA2 target. I agree with you. We can remove XDGASetViewport() from xf86_dga2_update_display(). Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> __

Re: [Xmame] xf86_dga2.c and deprecated DGA function

2002-01-26 Thread Shyouzou Sugitani
Fernand, how do you think about this patch? Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> --- src/unix/video-drivers/xf86_dga2.c.dist Sat Jan 26 19:18:01 2002 +++ src/unix/video-drivers/xf86_dga2.c Sun Jan 27 11:56:35 2002 @@ -

Re: [Xmame] xf86_dga2.c and deprecated DGA function

2002-01-27 Thread Shyouzou Sugitani
OK. Attached is the final patch. Fernand, thank you very much. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> --- src/unix/video-drivers/xf86_dga2.c.dist Sat Jan 26 19:18:01 2002 +++ src/unix/video-drivers/xf86_dga2.c Mon Jan 28 06:35:23 20

Re: [Xmame] XFree86 4.2.0 + Matrox G400

2002-02-03 Thread Shyouzou Sugitani
Lawrence Gold wrote: > On a related note, especially for Shyouzou Sugitani, how is the Radeon > support in XF86 these days as compared to the G400? These problems I'm > having now might be a good excuse for getting a faster video card. ;-) Unfortunately I'm not a d

Re: [Xmame] AIX sound support

2002-02-16 Thread Shyouzou Sugitani
Adam Courchesne wrote: > What does the return value of aix_dsp_get_freespace and aix_dsp_write > represent? > The # of Samples or # of bytes? The number of samples. Shyouzou Sugitani <[EMAIL PROTECTED]> &l

Re: [Xmame] timer based audio

2002-02-19 Thread Shyouzou Sugitani
uses timer based audio "automagically". Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] xmame with ALSA sound

2002-02-20 Thread Shyouzou Sugitani
uch as: > > Alsa error: unsupported rate 22050Hz (valid range is 4000Hz--1Hz) This message shows that the return value of snd_pcm_hw_params_get_rate_max() is wrong. It seems that the low-level driver is buggy. Which version of ALSA are you using? What kind of sound card do you have? Sh

Re: [Xmame] [hamel_g@club-internet.fr: Patch DGA2 driver]

2002-02-26 Thread Shyouzou Sugitani
Fernand Albarracin wrote: > Sure, but it's not the program's job. The documentation says the I agree with Fernand. It's xserver's problem. I think it's wrong way to try to find "workarounds" for bugs rather than fixing them. Shyouzou Sugitani <[EM

Re: [Xmame] frontends

2002-03-22 Thread Shyouzou Sugitani
redtoade <[EMAIL PROTECTED]> wrote: > I was using AND LIKED grusitbus, but it hasn't been > updated in almost a year. (Changelog last entry > "2001-05-29", web page last update "10 June 2001"). I'm using the CVS version of gRustibus (2002-01-2

Re: [Xmame] frontends

2002-03-24 Thread Shyouzou Sugitani
gRustibus segfaults with xmame 0.59.0(my private tree). If this occurs with official 0.59.1, try attached patch. Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> --- src/mameio.c.dist Sun Mar 24 19:43:52 2002 +++ src/mameio.cSun Mar 24 2

Re: [Xmame] grustibus / history.dat

2002-04-10 Thread Shyouzou Sugitani
story from the in-game menu. The latest CVS version works for me. Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] [ebrunet@lps.ens.fr: Three problems withxmame-0.61.1-pre7]

2002-10-02 Thread Shyouzou Sugitani
Lawrence Gold wrote: > Any comments on the DGA changes? Please check the patched xmame works with 32bpp games. I think replacing the if block with depth = xf86ctx.device->mode.bitsPerPixel; is the right fix, but I'm not sure. ---- Shyouzou Sugitani <[E

Re: [Xmame] DGA mode problem

2002-10-03 Thread Shyouzou Sugitani
Shadow Walker wrote: > I forced xmame to use memset instead of XDGAFillRectangle and that > solved my problem. Could it be a NVidia drivers bug? I think it's drivers bug. The driver said it has a XDGAFillRectangle(XDGASolidFillRect flag). ---- Shyouzou Sugitani <[E

[Xmame] [patch] 0.62.1-rc1 video.c

2002-12-07 Thread Shyouzou Sugitani
Is there anyone who want to try this patch? I'm going to bed. :-p) Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> video.c.diff.gz Description: Binary data

Re: [Xmame] Xv Scaling

2002-12-17 Thread Shyouzou Sugitani
Lawrence Gold wrote: > Strange. I'm not missing the -[no]ka switches here. Is anyone else > having this problem? If you compile xmame.x11 without X11_DGA, you will be missing the -[no]ka switches. -- Shyouzou Sugitani <[E

Re: [Xmame] xmame/xmess-0.62.1

2003-01-12 Thread Shyouzou Sugitani
Lawrence Gold wrote: > - Fixed a couple of files so that they include > instead of the deprecated . (Nico) This breaks alsa 0.5.x support in src/unix/sysdep/dsp-drivers/alsa.c. Maybe it's time to remove 0.5.x support -- Shyouzou Sugitani <[E

Re: [Xmame] xmame/xmess-0.62.1

2003-01-13 Thread Shyouzou Sugitani
time to remove 0.5.x support -- Shyouzou Sugitani <[EMAIL PROTECTED]> alsa-update.diff.gz Description: GNU Zip compressed data

[Xmame] [patch] rotation code speed up

2003-02-12 Thread Shyouzou Sugitani
Hi, I did a quick hack to get good speed with rotation. Enjoy, -- Shyouzou Sugitani <[EMAIL PROTECTED]> rotaion.diff.gz Description: GNU Zip compressed data

Re: [Xmame] [patch] rotation code speed up

2003-02-14 Thread Shyouzou Sugitani
My previous patch has a bug. Attached file is a new patch. Enjoy, -- Shyouzou Sugitani <[EMAIL PROTECTED]> rotation2.diff.gz Description: GNU Zip compressed data

[Xmame] [patch] new blit core

2003-02-18 Thread Shyouzou Sugitani
Hi, Attached file is a new blit core patch. ;-) Currently -effect does not work with rotation. I hope someone will fix this some time this century. The patch is against vanilla 0.65.1. -- Shyouzou Sugitani <[EMAIL PROTECTED]> blit_core.diff.gz Description: GNU Zip compressed data

Re: [Xmame] XMAME / VooDoo 3 / K6-2 Problem

2003-02-18 Thread Shyouzou Sugitani
ng to have any more success than I did before .. If the game you are playing uses screen rotation, try my "blit_core.diff" patch.(with X 4.2.x, 16bpp, Xv or DGA target) -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EM

Re: [Xmame] XMAME / VooDoo 3 / K6-2 Problem

2003-02-18 Thread Shyouzou Sugitani
Deven, Is your linux kernel optimised for k6? (CONFIG_MK6=y) -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] XMAME / VooDoo 3 / K6-2 Problem

2003-02-18 Thread Shyouzou Sugitani
Deven, What kind of sound hardware do you have? Have you tried using -nosound? -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] XMAME / VooDoo 3 / K6-2 Problem

2003-02-18 Thread Shyouzou Sugitani
the TDFX > workaround. Without it, it just screws up my X resolution. What should I do? * Add -ffast-math to CFLAGS. * Use Xv target insted of DGA. * Apply my blit_core.diff. (much faster than vanilla 0.65.1 screen rotation) * ./xmame.x11 -xsync -xv -fullscreen -scale 1 aerofgt.zi

Re: [Xmame] XMAME / VooDoo 3 / K6-2 Problem

2003-02-19 Thread Shyouzou Sugitani
Deven wrote: > Using --fast-math already, but how do I patch blit_core.h with your diff > file? Pardon my newbie-ness.. $ cd ~//xmame-0.65.1/ $ zcat blit_core.diff.gz | patch -p1 -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing

Re: [Xmame] [patch] new blit core

2003-02-19 Thread Shyouzou Sugitani
Lawrence Gold wrote: > 1. The artwork in Ms. Pac-Man doesn't draw correctly when rotation is >enabled. Attached file is a patch for fixing this bug. -- Shyouzou Sugitani <[EMAIL PROTECTED]> blit_core-2.diff.gz Description: GNU Zip compressed data

Re: [Xmame] [patch] new blit core

2003-02-19 Thread Shyouzou Sugitani
Shyouzou Sugitani wrote: > Lawrence Gold wrote: > > 1. The artwork in Ms. Pac-Man doesn't draw correctly when rotation is > >enabled. > > Attached file is a patch for fixing this bug. One more small patch. -- Shyouzou Sugitani <[EMAIL PROTECTED]> blit_cor

Re: [Xmame] [patch] new blit core

2003-02-19 Thread Shyouzou Sugitani
Lawrence Gold wrote: > 2. Tempest segfaults when rotation is enabled. Attached file is a patch for fixing this bug. -- Shyouzou Sugitani <[EMAIL PROTECTED]> blit_core-4.diff.gz Description: GNU Zip compressed data

Re: [Xmame] [patch] new blit core

2003-02-20 Thread Shyouzou Sugitani
I'm having one problem: 1. pacman and 1943 segfault at exit. If I remove the allocation of rotation_dbbuf in osd_create_display(), they segfault at start. (Very strange. rotation_dbbuf should be allocated in update_visible_area().) Without artwork pacman works fine. -- Shy

Re: [Xmame] patching glx ...

2003-02-20 Thread Shyouzou Sugitani
ion && (blit_flipx || blit_flipy || blit_swapxy)) { in the new blit_core.h. -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] [patch] new blit core

2003-02-20 Thread Shyouzou Sugitani
This patch is a little clean up. Shyouzou Sugitani wrote: > 1. pacman and 1943 segfault at exit. >If I remove the allocation of rotation_dbbuf in osd_create_display(), >they segfault at start. > (Very strange. rotation_dbbuf should be allocated in > update_visible_area()

Re: [Xmame] patching xgl ... (game list)

2003-02-21 Thread Shyouzou Sugitani
Sven Goethel wrote: > I need a list of games: > > - - which have all the different orientations .. > - - which shall be tested anyway .. You can use these options. * -nr, -rl, -rr, -fx, -fy -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___

Re: [Xmame] patching glx ...

2003-02-21 Thread Shyouzou Sugitani
Sven Goethel wrote: > may you can send me the complete new file(s) or _one_ diff ? Attached file is a patch against vanilla 0.65.1. -- Shyouzou Sugitani <[EMAIL PROTECTED]> blit_core-all.diff.gz Description: GNU Zip compressed data

Re: [Xmame] [patch] new blit core

2003-02-21 Thread Shyouzou Sugitani
blit_core-7.diff.gz fixes the segfault with darwin(Darwin 4078). blit_core-all2.diff.gz is a patch against vanilla 0.65.1. Tips: bitmap->width >= visual.max_x-visual.min_x+1 == visual_width == size of rotation_dbbuf -- Shyouzou Sugitani <[EMAIL

Re: [Xmame] [patch] new blit core

2003-02-21 Thread Shyouzou Sugitani
Shyouzou Sugitani wrote: > Tips: > bitmap->width >= visual.max_x-visual.min_x+1 > == visual_width > == size of rotation_dbbuf Sorry, this is incorrect. Tips: bitmap->width >= visual_width visual_width == visual.max_

Re: [Xmame] [patch] new blit core

2003-02-21 Thread Shyouzou Sugitani
Lawrence Gold wrote: > On Fri, Feb 21, 2003 at 04:39:23PM +0900, Shyouzou Sugitani wrote: > > > > I think opening the game window twice on start up causes these > > segfaults. Any hints/clues? > > I'll see if I can figure anything out with a debug build using e

[Xmame] Xv, effect and rotation

2003-07-29 Thread Shyouzou Sugitani
Hi, I'm trying to make effects code work with rotation. 4 of 5 effects already works with rotation in my box. But I have a problem. xmame segfaults when using the -effect on XV. I tried 0.65.1 and it segfaults, too. So it's not a bug in my patch. Is this a known problem? -- Shyouzo

Re: [Xmame] Xv, effect and rotation

2003-07-29 Thread Shyouzou Sugitani
e rotation code as functions.(not macros) They take a bitmap and y position, and return a rotated line. I apply effect functions to the line. Please read my patch (attached to my previous mail) for details. -- Shyouzou Sugitani <[EMAIL PROTECTED]> _

Re: [Xmame] Xv, effect and rotation

2003-07-29 Thread Shyouzou Sugitani
Hi, Attached is a new patch. All 5 effects work with rotation. -- Shyouzou Sugitani <[EMAIL PROTECTED]> rotate_new.diff.gz Description: GNU Zip compressed data

[Xmame] -effect 2 on XV(YUY2)

2003-07-31 Thread Shyouzou Sugitani
Hi, Attached is a patch adding support for "-effect 2 on XV(YUY2)". This patch fixes effect_scan2_16_16(), too. -- Shyouzou Sugitani <[EMAIL PROTECTED]> effect2.diff.gz Description: GNU Zip compressed data

[Xmame] -effect on XV(YUY2)

2003-08-03 Thread Shyouzou Sugitani
Hi, Attached is a patch for -effect on Xv(YUY2). Apply my 3 patches in this order. (1) rotate_new.diff (2) effect2.diff (3) effect_xv.diff -- Shyouzou Sugitani <[EMAIL PROTECTED]> effect_xv.diff.gz Description: GNU Zip compressed data

Re: [Xmame] -X11 2/3 implies -ef 1?

2003-09-16 Thread Shyouzou Sugitani
If you don't like smoothing effect in Xv, use "-scale 2". -- Shyouzou Sugitani <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

[Xmame] [patch] alsa dsp

2004-01-21 Thread Shyouzou Sugitani
Hi, Attached is an update of alsa dsp module. -- Shyouzou Sugitani <[EMAIL PROTECTED]> dsp-alsa.diff.gz Description: Binary data

[Xmame] [patch] handling of XV_AUTOPAINT_COLORKEY

2004-05-18 Thread Shyouzou Sugitani
Hi, The recent Xine movie player turns XV_AUTOPAINT_COLORKEY off, and leaves it off even after it is done. Xmame suffers from this behavior. (See http://www.geocrawler.com/archives/3/1504/2002/11/0/10172566/ for details.) Attached patch is almost same as gstreamer's fix. -- Shyouzou Sug

Re: [Xmame] [patch] handling of XV_AUTOPAINT_COLORKEY

2004-05-18 Thread Shyouzou Sugitani
re about the value of XV_AUTOPAINT_COLORKEY in Xmame. -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] xml2info - what is this xml2info?

2004-07-28 Thread Shyouzou Sugitani
ix/unix.mak to build xml2info. -xml2info: src/xml2info/xml2info.c +xml2info: src/xml2info/xml2info.o -- Shyouzou Sugitani <[EMAIL PROTECTED]> ___ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame

[Xmame] [patch] ALSA mixer plugin

2004-10-14 Thread Shyouzou Sugitani
and 'PCM' controls. It has only one 'DAC' control. Enjoy. -- Shyouzou Sugitani <[EMAIL PROTECTED]> alsa-mixer.diff.gz Description: GNU Zip compressed data

[Xmame] [patch] alsa-mixer bug

2004-10-24 Thread Shyouzou Sugitani
Hi, Attached patch fixes rounding of mixer volume in ALSA mixer plugin. Enjoy. -- Shyouzou Sugitani <[EMAIL PROTECTED]> alsa-mixer.diff.gz Description: GNU Zip compressed data

[Xmame] [patch] Fix for the rapid-fire menu

2005-09-04 Thread Shyouzou Sugitani
Hi, Attached patch is a quick fix for the rapid-fire menu.(0.99u6) Enjoy. -- Shyouzou Sugitani <[EMAIL PROTECTED]> rapidfire-menu.diff.gz Description: GNU Zip compressed data

Re: [Xmame] mame 0108u4 with effects for X

2006-09-19 Thread Shyouzou Sugitani
f) it's not so difficult. Regards, Shyouzou Sugitani ___ Xmame mailing list Xmame@toybox.twisted.org.uk http://toybox.twisted.org.uk/mailman/listinfo/xmame