Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted
Aaron Giles

Faster, Soul Master

I like to call it â??software SLIâ?:

>set OSDPROCESSORS=1

>mamepm blitz -nothrottle -video none -nosound -str 90

Average speed: 47.37% (89 seconds)

>v64mame blitz -nothrottle -video none -nosound -str 90

Average speed: 59.33% (89 seconds)

>set OSDPROCESSORS=2

>mamepm blitz -nothrottle -video none -nosound -str 90

Average speed: 63.88% (89 seconds)

>v64mame blitz -nothrottle -video none -nosound -str 90

Average speed: 79.31% (89 seconds)

In terms of actual performance on my 2.4GHz Core 2 laptop (64-bit version for obvious reasons), Wayne Gretzkyâ??s 3D Hockey now runs 100% except for the occasional zooms. The Carnevil clown is close to 100% as well. San Francisco Rush gets about 40-50% in-game, and Gauntlet Legends runs at about 50% speed. Rather playable, in fact.

Taken from here: http://www.vg-network.com/2007/10/06/mame-...october-6-2007/

Does anyone know what they are talking about? I know it is using both cores of the CPU, but how does he set it up that way?

Posted

I would imagine it goes in the mame.ini file if you have 120u1...which I don't.

I'm guessing others here don't know ether as they haven't said boo...

Posted
I would imagine it goes in the mame.ini file if you have 120u1...which I don't.

I'm guessing others here don't know ether as they haven't said boo...

Im 90% sure you edit the source and compile it..

probably in mame.h or osdcore.h

At least that what I read... I havent tried it as I dont use a 64bit version of windows.

Which I believe you need to have dualcore/64bit cpu and 64bit windows and a compiled mame optimized for 64 and of course the osdprocessors set correctly to take full advantage.

Posted

Thanks for the help guys.

Brian: you may be correct on the 64bit OS, but it looks to me like he is showing performance nubers from 32bit version. Mamepm and then 64mame for 64bit. Does anyone know what mamepm is? Just one of his versions I suppose.

Posted
Thanks for the help guys.

Brian: you may be correct on the 64bit OS, but it looks to me like he is showing performance nubers from 32bit version. Mamepm and then 64mame for 64bit. Does anyone know what mamepm is? Just one of his versions I suppose.

MAMEPM IS THE EXE YOU GET WHEN YOU USE THE -PM OPTION ITS FOR...opps caps lock was on...... anyways its for pentium mobile/ dualcore processors...

It has nothing to do with 64bit architechure...

Posted
set OSDPROCESSORS=2

SET is just a DOS program for setting environment variables Eg. SET PATH=%PATH%;C:\MYPATH. So my guess is you put it into a batch file..

@ECHO OFF
SET OSDPROCESSORS=2
mamep4.exe ...

Posted
SET is just a DOS program for setting environment variables Eg. SET PATH=%PATH%;C:\MYPATH. So my guess is you put it into a batch file..

@ECHO OFF
SET OSDPROCESSORS=2
mamep4.exe ...

You are right... that works :)

Posted

Ok, so you would need the mamepm version to run this then since its for mobile dual cores?

Guest
This topic is now closed to further replies.
×
×
  • Create New...