Re: [Xmame] killer instinct

2003-08-18 Thread Marcus Leandro
Chris Jones wrote: Actually, I had the drc compiled in with the previous version also and it didn't run anywhere near the speed I get now. On Sat, 2003-08-16 at 15:54, Marcus Leandro wrote: [EMAIL PROTECTED] wrote: I think this change on speed is due to MIPS_DRC emulation that you have compile

Re: [Xmame] killer instinct

2003-08-17 Thread Chris Jones
Actually, I had the drc compiled in with the previous version also and it didn't run anywhere near the speed I get now. On Sat, 2003-08-16 at 15:54, Marcus Leandro wrote: > [EMAIL PROTECTED] wrote: > I think this change on speed is due to MIPS_DRC emulation that you have > compiled in this time,

Re: [Xmame] killer instinct

2003-08-17 Thread Marcus Leandro
[EMAIL PROTECTED] wrote: A while back there was a discussion on killer instinct and trying to get it to run at playable speeds. I'm running an Athlon Thunderbird 1.33GhZ with 512MB of DDR ram. I built most of the optimizations and the dynarec core into xmame 0.72.1 (that's the one that just g

[Xmame] killer instinct

2003-08-17 Thread exspecto
A while back there was a discussion on killer instinct and trying to get it to run at playable speeds. I'm running an Athlon Thunderbird 1.33GhZ with 512MB of DDR ram. I built most of the optimizations and the dynarec core into xmame 0.72.1 (that's the one that just got released right?) and I

Re: [Xmame] Killer Instinct just won't play with X86_MIP3S_DRC ! :( [SOLVED]

2003-08-02 Thread Pieter Hulshoff
> Something's definitely screwy there, but there's a fairly easy workaround. > I just copied the mips3drc.c file from 0.70.1 into the 0.71.1 tree, and > it's working great. I'm getting 55 FPS on Killer Instinct 2 on my Athlon > XP 1800+. Thanx a million! :) Working like a charm now. Regards, Pi

Re: [Xmame] Killer Instinct just won't play with X86_MIP3S_DRC ! :(

2003-08-02 Thread kf0yn
I build xmame with -O2 -ffast-math -fstrength-reduce -march=athlon-xp. Other than that, the only thing special I do is run with frameskip turned off. Carl Fongheiser [EMAIL PROTECTED] > On Sat, 2 Aug 2003 [EMAIL PROTECTED] wrote: > > > Something's definitely screwy there, but there's a fairly eas

Re: [Xmame] Killer Instinct just won't play with X86_MIP3S_DRC ! :(

2003-08-01 Thread Keenan Wilkie
On Sat, 2 Aug 2003 [EMAIL PROTECTED] wrote: > Something's definitely screwy there, but there's a fairly easy workaround. > I just copied the mips3drc.c file from 0.70.1 into the 0.71.1 tree, and > it's working great. I'm getting 55 FPS on Killer Instinct 2 on my Athlon XP > 1800+. Worked for me

Re: [Xmame] Killer Instinct just won't play with X86_MIP3S_DRC ! :(

2003-08-01 Thread kf0yn
Something's definitely screwy there, but there's a fairly easy workaround. I just copied the mips3drc.c file from 0.70.1 into the 0.71.1 tree, and it's working great. I'm getting 55 FPS on Killer Instinct 2 on my Athlon XP 1800+. Carl Fongheiser [EMAIL PROTECTED] __

Re: [Xmame] Killer Instinct just won't play with X86_MIP3S_DRC ! :(

2003-08-01 Thread Keenan Wilkie
On Fri, 1 Aug 2003 [EMAIL PROTECTED] wrote: > The problem has nothing to do with the MAX_INSTRUCTIONS value. It has > everything to do with a line that got dropped between 0.70.1 and 0.71.1. > > To fix, find the line in src/cpu/mips/mips3drc.c that reads: > > drconfig.cache_size = CA

Re: [Xmame] Killer Instinct just won't play with X86_MIP3S_DRC ! :(

2003-08-01 Thread kf0yn
The problem has nothing to do with the MAX_INSTRUCTIONS value. It has everything to do with a line that got dropped between 0.70.1 and 0.71.1. To fix, find the line in src/cpu/mips/mips3drc.c that reads: drconfig.cache_size = CACHE_SIZE; and just below it, add this line:

[Xmame] Killer Instinct just won't play with X86_MIP3S_DRC ! :(

2003-08-01 Thread Pieter Hulshoff
Hello all, Having struggled for quite some time with X86_MIP3S_DRC now, I just have been unable to get KI to play. When I try, I get: drc_register_code_at_cache_top: too many instructions! I've increase the MAX_INSTRUCTIONS by a factor 16000 already, but still no luck. Any help would be appreci