Too close for comfort? the revival?
-
- Posts: 304
- Joined: Sat Jun 25, 2011 3:56 am
Re: Too close for comfort? the revival?
On my Athlon X4 system I'm still getting 100% with the sound. Well, 99.45% - 99.78% to be exact.
-
- Posts: 534
- Joined: Thu Dec 16, 2010 6:38 pm
- Location: California
Re: Too close for comfort? the revival?
Sound shouldn't be making that much difference. It's slower here, but not by much.
FWIW I'm using a 3ghz C2D to develop. For the most part the games run >100%, although areas where they push the SH3 get slower (start of levels in Pink Sweets and MM Pork while they decompress data, big explosions in Ibara)
The slowest I've seen was Futari God/Ultra modes, where some of the bosses fill the screen twice over with bullets, it drops as low as 50% then.
What I have noticed is that the driver heats up the CPU / RAM more than any stress test programs I've seen so quite often the CPU speed gets stepped down which has a dramatic impact on performance. Can't quite explain that one, as many other 'demanding' drivers in MAME don't
Maybe I'd best reapply some new thermal paste.
As previously stated, there aren't really going to be any noteworthy improvements to performance without a recompiler at this stage.
FWIW I'm using a 3ghz C2D to develop. For the most part the games run >100%, although areas where they push the SH3 get slower (start of levels in Pink Sweets and MM Pork while they decompress data, big explosions in Ibara)
The slowest I've seen was Futari God/Ultra modes, where some of the bosses fill the screen twice over with bullets, it drops as low as 50% then.
What I have noticed is that the driver heats up the CPU / RAM more than any stress test programs I've seen so quite often the CPU speed gets stepped down which has a dramatic impact on performance. Can't quite explain that one, as many other 'demanding' drivers in MAME don't

As previously stated, there aren't really going to be any noteworthy improvements to performance without a recompiler at this stage.
-
- Posts: 304
- Joined: Sat Jun 25, 2011 3:56 am
Re: Too close for comfort? the revival?
Will the sound have improvements?IseeThings wrote:Sound shouldn't be making that much difference. It's slower here, but not by much.
FWIW I'm using a 3ghz C2D to develop. For the most part the games run >100%, although areas where they push the SH3 get slower (start of levels in Pink Sweets and MM Pork while they decompress data, big explosions in Ibara)
The slowest I've seen was Futari God/Ultra modes, where some of the bosses fill the screen twice over with bullets, it drops as low as 50% then.
What I have noticed is that the driver heats up the CPU / RAM more than any stress test programs I've seen so quite often the CPU speed gets stepped down which has a dramatic impact on performance. Can't quite explain that one, as many other 'demanding' drivers in MAME don'tMaybe I'd best reapply some new thermal paste.
As previously stated, there aren't really going to be any noteworthy improvements to performance without a recompiler at this stage.
Re: Too close for comfort? the revival?
So there's only two games undumped, Dodonpachi and Akai Katana...... plus their revisions and black label.
Does Deathsmiles 2 uses SH3 ? I don't count on it being ever playable since it's all polygons.
Does Deathsmiles 2 uses SH3 ? I don't count on it being ever playable since it's all polygons.
Re: Too close for comfort? the revival?
Nope, its hardware is PC-based.
Re: Too close for comfort? the revival?
you forgot death smiles black label and all the galaxy of black/blue/red/matsuri versions lolkevenz wrote:So there's only two games undumped, Dodonpachi and Akai Katana...... plus their revisions and black label.
Does Deathsmiles 2 uses SH3 ? I don't count on it being ever playable since it's all polygons.
-
- Posts: 534
- Joined: Thu Dec 16, 2010 6:38 pm
- Location: California
Re: Too close for comfort? the revival?
Correct Death Smiles 2 is PC hardware, I thought somebody had already extracted / hacked it with the rest of the type X stuff actually, but I could be wrong.
Mame generally doesn't support things which are more recent than 3 years by date, so AK is still a bit too new for that, it would probably work if it was dumped, but won't be supported just yet. The 'home' version would eventually end up in MESS if it were to be dumped, but again, not quite yet. (Although I think by that time MESS and MAME will just be one thing)
The driver is there now tho, so people can dump them, verify them, hang on to them, whatever they want, it's kinda important when there are multiple revisions of things which need documenting to have that ability especially with modern hardware which seems more prone to failure (flash roms going bad etc.) than older stuff. If you have rare versions / games I do strongly encourage you to at least have / get done a personal backup of them because they will start to fail at which point you will want the ability to repair them or have them repaired.
Mame generally doesn't support things which are more recent than 3 years by date, so AK is still a bit too new for that, it would probably work if it was dumped, but won't be supported just yet. The 'home' version would eventually end up in MESS if it were to be dumped, but again, not quite yet. (Although I think by that time MESS and MAME will just be one thing)
The driver is there now tho, so people can dump them, verify them, hang on to them, whatever they want, it's kinda important when there are multiple revisions of things which need documenting to have that ability especially with modern hardware which seems more prone to failure (flash roms going bad etc.) than older stuff. If you have rare versions / games I do strongly encourage you to at least have / get done a personal backup of them because they will start to fail at which point you will want the ability to repair them or have them repaired.
-
- Posts: 71
- Joined: Fri Jun 17, 2011 4:08 pm
- Location: UA
Re: Too close for comfort? the revival?
dont know about crash, probably fullscreen in cv1000 was not yet implemented at all in that leaked build.BPzeBanshee wrote:@Metallic: Stupid question - Does Demul still crash when you fullscreen a SH3 game? Id imagine that got fixed ages ago.
well, main difference - demul is not multiplatform, and not limited by C++. for example, for good blitting speed was writen tiny fast routine on MMX/x86 asm, instead of complex optimised pure C code. the similar situation with SH3 and SH4 x86 recompilers.BPzeBanshee wrote:And what does Demul do differently from MAME in terms of running the games accurately/fullspeed that make them uncomparable? I'm thinking that from the end-user's view that Demul would win out in both ends but my developer head says its not that simple.
also it not a such big project as MAME, but focused to few systems, with goal emulate it with max possible accuracy and speed.
beleave me, current codec is slow, because of simplest idct32 routine. (the rest of code is fine imho)IseeThings wrote:Sound shouldn't be making that much difference. It's slower here, but not by much.
-
- Posts: 534
- Joined: Thu Dec 16, 2010 6:38 pm
- Location: California
Re: Too close for comfort? the revival?
Well yes, that is one area for optimization, I might look into it, but my knowledge of sound systems in MAME is 0xMetalliCx wrote:beleave me, current codec is slow, because of simplest idct32 routine. (the rest of code is fine imho)IseeThings wrote:Sound shouldn't be making that much difference. It's slower here, but not by much.

-
- Posts: 71
- Joined: Fri Jun 17, 2011 4:08 pm
- Location: UA
Re: Too close for comfort? the revival?
that is pure mathematics, "fast fourier transformation" related, and my knowledge about this things is 0 tooIseeThings wrote:Well yes, that is one area for optimization, I might look into it, but my knowledge of sound systems in MAME is 0

Re: Too close for comfort? the revival?
Maybe try hacking in FFTW and see what happens? Not that you could legally distribute the resulting program (GPL vs. MAME license, not to mention the insane terms on some MAME components), but it might be interesting. I might try it later if my build environment is actually working.
Re: Too close for comfort? the revival?
Mushihime-Tama seems to run WAY better than any other game. I get a constant 100% with drops to 99%.

“Approach your target and attack. Your mission starts now. Are you ready?”
Re: Too close for comfort? the revival?
On my i7 PC (WIN7 64bit) these games with sound are showing a rock solid 60fps in FRAPS.
Re: Too close for comfort? the revival?
You know the difference between 1.0 and 1.01, right?ptoing wrote:The bonus DLC was 1.01, not 1.0.

Matskat wrote:This neighborhood USED to be nice...until that family of emulators moved in across the street....
Re: Too close for comfort? the revival?
I know pink sweets has been dumped and is in the hands of some devs and friends of , lets hope it finds its way out there soon.
Re: Too close for comfort? the revival?
Just googled around a bit. Seems to be minimal changes.moozooh wrote:You know the difference between 1.0 and 1.01, right?ptoing wrote:The bonus DLC was 1.01, not 1.0.
Re: Too close for comfort? the revival?
running on my girlfriend's Pentium Dual CPU T3400 2.16GHz laptop, i get 60-75% performance without sound on most of the SH3 roms i've tried.
and how do you get to the settings to change the game's lives and stuff? i tried F2 already and it didn't go. just asking that since being used to deathsmiles on the 360 it was a bit strange seeing the life bar at 5 parts by default and each hit doing less damage than half a part.
and how do you get to the settings to change the game's lives and stuff? i tried F2 already and it didn't go. just asking that since being used to deathsmiles on the 360 it was a bit strange seeing the life bar at 5 parts by default and each hit doing less damage than half a part.
It's about "realizing their actuality." And judging by the look on Jane's face, she's realized it a couple of times already.
-
shmuppyLove
- Posts: 3708
- Joined: Thu Apr 07, 2011 1:44 pm
- Location: Toronto
Re: Too close for comfort? the revival?
I can't get into service menus either. Older Cave games you hold down F2, but on these it doesn't work.JJXB wrote:running on my girlfriend's Pentium Dual CPU T3400 2.16GHz laptop, i get 60-75% performance without sound on most of the SH3 roms i've tried.
and how do you get to the settings to change the game's lives and stuff? i tried F2 already and it didn't go. just asking that since being used to deathsmiles on the 360 it was a bit strange seeing the life bar at 5 parts by default and each hit doing less damage than half a part.
Re: Too close for comfort? the revival?
you must wait for game loads at least till scoreboards, or tothe title screen, then press and hold test button for a while
Re: Too close for comfort? the revival?
Hold "0" for test instead of F2.

RegalSin wrote:Street Fighters. We need to aviod them when we activate time accellerator.
Re: Too close for comfort? the revival?
Btw, I just tried the code to unlock ultra in Mushihimesama and it works, no need to beat it a crapload of times.
insert credit, up, left, B, right, A, down, down, A, A, B
insert credit, up, left, B, right, A, down, down, A, A, B
Re: Too close for comfort? the revival?
IIRC mushisam.zip already unlock ultra mode. now if you can get the futari10 ultra to unlock. found the codes somewhere on net but it didnt work.ptoing wrote:Btw, I just tried the code to unlock ultra in Mushihimesama and it works, no need to beat it a crapload of times.
insert credit, up, left, B, right, A, down, down, A, A, B
It is to us a sufficient body in which, fairies and it is packed and can group of play.
Re: Too close for comfort? the revival?
g0me3 wrote:you must wait for game loads at least till scoreboards, or tothe title screen, then press and hold test button for a while
that worked. thanksemphatic wrote:Hold "0" for test instead of F2.

didn't work for me. tried it on mushisam with no result and it appears that my futari 1.5 rom had ultra when i started it (i'm inexperienced with futari due to import stuff covered by me a while back)ptoing wrote:Btw, I just tried the code to unlock ultra in Mushihimesama and it works, no need to beat it a crapload of times.
insert credit, up, left, B, right, A, down, down, A, A, B
mine doesn't so i'm assuming what happened with my deathsml rom has happened with your mushisam rom (existing eeprom settings in the rom zip)joeboto wrote:IIRC mushisam.zip already unlock ultra mode. now if you can get the futari10 ultra to unlock. found the codes somewhere on net but it didnt work.
It's about "realizing their actuality." And judging by the look on Jane's face, she's realized it a couple of times already.
Re: Too close for comfort? the revival?
- Insert a credit
- Hold Player 2 A+B+C (easy in mame to just map them all to the same key)
- Press Player 1 : right, C, B, up, down, left, B, A, C, A
worked for me on futari 1.0
- Hold Player 2 A+B+C (easy in mame to just map them all to the same key)
- Press Player 1 : right, C, B, up, down, left, B, A, C, A
worked for me on futari 1.0
Re: Too close for comfort? the revival?
Well, i ran clrmamepro on my folder and it broke plenty of stuff but for some reason it made Futari work a bit better, also, giving it a higher process priority made it run even better.
Though I'm still not getting full 100% on a Celeron E3400 (2.6 Ghz Dual Core) with a Intel G41 chip (Integrated) By the way, It doesn't dips below 79%
Though I'm still not getting full 100% on a Celeron E3400 (2.6 Ghz Dual Core) with a Intel G41 chip (Integrated) By the way, It doesn't dips below 79%

“Approach your target and attack. Your mission starts now. Are you ready?”
Re: Too close for comfort? the revival?
For the time being im back on no sound mame where i get 100% constantly , atm here sound has had quite a big effect on ibara kuro mainly where it now dips to 60 % when rank is full and theres lots of bullets, doesnt dip at all on no sound.
Re: Too close for comfort? the revival?
strange, those are some of the main reasons i prefer emulation and avoid console ports. i find them to be more of an issue there.JOW wrote:The main reason I buy console ports (or PCBs for that matter) rather than use emulation is not for the extras but avoid issues like input lag, screen tearing, slightly unsynchronised sound and general glitchiness (tearing gets particularly ugly when TATEing).
if you ask me, on the whole, emulation usually looks better and plays better. it usually just lacks in sound (no arrange soundtracks, slightly lower quality, slightly behind sync etc).
-
TheSoundofRed
- Posts: 122
- Joined: Sat Dec 11, 2010 9:20 pm
- Location: New Hampshire, US
Re: Too close for comfort? the revival?
So I'm guessing there's 0% chance of source to compile a OS X version, eh?
Re: Too close for comfort? the revival?
edit: figured out my question
Another one, is there much difference between 1.54 and 1.54.?
Another one, is there much difference between 1.54 and 1.54.?
Re: Too close for comfort? the revival?
I don't know what the differences are, but afaik stuff with more dots is always later, so it probably is some small bugfixes.