Chiedi Supporto e discuti sul mondo Informatico!
[Guida] La guida completa ai migliori emulatori !

22/10/2011, 16:49  # 

Intanto, cos'è un emulatore :
Un "Emulatore" è un freeware che permette di far girare sul proprio pc dei giochi che sono disponibili solo su console, scaricare una rom è illegale, perciò si affida sul fatto che venga cancellata dopo 24 ore, oppure se non si vuole cancellare bisogna avere una copia originale del gioco in questione, che sia per PlayStation One, o che sia per Xbox e così via...
Iniziamo con la guida dicendo subito una raccomandazione :
Vietato Rippare sensa permesso dell'autore (io) o di Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!, questa guida è stata creata per questo forum "!"


Download a fine guida !


Iniziamo con l'emulatore MAME !

mame.jpg

L'emulatore "MAME" permette di far girare sul proprio pc dei giochi arcade, il suo nome "MAME" deriva dalle parole "Multiple Arcade Machine Emulator", il "MAME" presenta varie variante, vediamole tutte :
    MAME (regular) 0.143
    MAME (i686) 0.143
    MAME (64 bit) 0.143 64-bit
    MAME 0.100 DOS
    MAMEUI (32bit) 0.143 32
    MAMEUI (64bit) 0.143 64
    MAMEUI FX 32 0.141
    Emuloader 5.8.2
    MAME Classic 5.5.0
Inoltre l'emulatore MAME presenta alcuni file .dat che fungono da estensioni, vediamo quali sono :
    mameinfo.dat 0.136
    Cheat.dat 0.132
    History.dat 0.136
    Highscore.dat 0.132
Adesso iniziamo la guida al MAME prendendo in considerazione il "MAME (64 bit) 0.143 64-bit", appena scaricato l'archivio che ho caricato io su megaupload etraiamo il file .exe dall'archivio e istallate l'emulatore, una volta istallato apriamolo, la prima cosa che succede è un messaggio di errore, ovvero
"No games found. Please check the rompath specifield in the mame.ini file. If this you first time using MAME, please see the config.txt file in the docs directory for information on configuring MAME."
Adesso se noi andiamo nella directory e apriamo il file "config.txt" possiamo intervenire sulla configurazione dell'emulatore, vediamo le cose nel dettaglio :
Spoiler: Mostra
This file describes general usage information about MAME. It is intended
to cover aspects of using and configuring the program that are common
across operating systems. For additional OS-specific options, please see
the separate documentation for your particular version of MAME.



Using the program
-----------------

The usual way to run MAME is by telling it to run a particular game:

mame <gamename> [options]

For example:

mame robby -nosound

...will run Robby Roto without sound. There are many, many options
available. All commonly supported options are listed below. Options that
are specific to one operating system or version of MAME will be listed
in a separate document.

An alternative way to run MAME is to give it a command:

mame <command> [parameters]

For example:

mame -listsource gridlee

...will print the name of the source file where the gridlee driver lives
to the screen. There are just a handful of these commands in MAME. They
are all listed below, just before the options list.



Default Keys
------------

All the keys below are fully configurable in the user interface. This list
shows the standard keyboard configuration.

Tab Toggles the configuration menu.

~ Toggles the On Screen Display. When the on-screen display is
visible, you can use the following keys to control it:

Up - select previous parameter to modify
Down - select next parameter to modify
Enter - reset parameter value to its default

Left - decrease the value of the selected parameter
Control+Left - decrease the value by 10x
Shift+Left - decrease the value by 0.1x
Alt+Left - decrease the value by the smallest amount

Right - increase the value of the selected parameter
Control+Right - increase the value by 10x
Shift+Right - increase the value by 0.1x
Alt+Right - increase the value by the smallest amount

P Pauses the game.

Shift+P While paused, advances to next frame.

F2 Service Mode for games that support it.

F3 Resets the game.

Shift+F3 Performs a "hard reset", which tears everything down and re-
creates it from scratch. This is a more thorough and complete
reset than an F3.

F4 Shows the game palette, decoded GFX, and any tilemaps. Use the
Enter key to switch between the three modes (palette, graphics,
and tilemaps). Press F4 again to turn off the display. The key
controls in each mode vary slightly:

* Palette/colortable mode:
[ ] - switch between palette and colortable modes
Up/Down - scroll up/down one line at a time
Page Up/Page Down - scroll up/down one page at a time
Home/End - move to top/bottom of list
-/+ - increase/decrease the number of colors per row
Enter - switch to graphics viewer

* Graphics mode:
[ ] - switch between different graphics sets
Up/Down - scroll up/down one line at a time
Page Up/Page Down - scroll up/down one page at a time
Home/End - move to top/bottom of list
Left/Right - change color displayed
R - rotate tiles 90 degrees clockwise
-/+ - increase/decrease the number of tiles per row
Enter - switch to tilemap viewer

* Tilemap mode:
[ ] - switch between different tilemaps
Up/Down/Left/Right - scroll 8 pixels at a time
Shift+Up/Down/Left/Right - scroll 1 pixel at a time
Control+Up/Down/Left/Right - scroll 64 pixels at a time
R - rotate tilemap view 90 degrees clockwise
-/+ - increase/decrease the zoom factor
Enter - switch to palette/colortable mode

Note: Not all games have decoded graphics and/or tilemaps.

F6 Toggle cheat mode (if started with "-cheat").

F7 Load a save state. You will be requested to press a key to
determine which save state you wish to load. Note that the save
state feature is not supported for a large number of drivers. If
support is not enabled for a given driver, you will receive a
warning when attempting to save or load.

Shift+F7 Create a save state. Requires an additional keypress to identify
the state, similar to the load option above.

F8 Decrease frame skip on the fly.

F9 Increase frame skip on the fly.

F10 Toggle speed throttling.

F11 Toggles speed display.

Shift+F11 Toggles internal profiler display (if compiled in).

F12 Saves a screen snapshot.

Insert Fast forward. While held, runs the game with throttling disabled
and with the maximum frameskip.

Escape Exits emulator.




Core commands
-------------

-help / -h / -?

Displays current MAME version and copyright notice.

-validate / -valid

Performs internal validation on every driver in the system. Run this
before submitting changes to ensure that you haven't violated any of
the core system rules.



Configuration commands
----------------------

-createconfig / -cc

Creates the default mame.ini file. All the configuration options
(not commands) described below can be permanently changed by editing
this configuration file.

-showconfig / -sc

Displays the current configuration settings. If you route this to a
file, you can use it as an INI file. For example, the command:

mame -showconfig >mame.ini

is equivalent to -createconfig.

-showusage / -su

Displays a summary of all the command line options. For options that
are not mentioned here, the short summary given by "mame -showusage"
is usually sufficient.



Frontend commands
-----------------

Note: By default, all the '-list' commands below write info to the screen.
If you wish to write the info to a textfile instead, add this to the end
of your command:

> filename

...where 'filename' is the textfile's path and name
(e.g., c:\mame\list.txt).

-listxml / -lx [<gamename|wildcard>]

List comprehensive details for all of the supported games. The output
is quite long, so it is usually better to redirect this into a file.
The output is in XML format. By default all games are listed; however,
you can limit this list by specifying a driver name or wildcard after
the -listxml command.

-listfull / -ll [<gamename|wildcard>]

Displays a list of game driver names and descriptions. By default all
games are listed; however, you can limit this list by specifying a
driver name or wildcard after the -listfull command.

-listsource / -ls [<gamename|wildcard>]

Displays a list of drivers and the names of the source files their
game drivers live in. Useful for finding which driver a game runs on
in order to fix bugs. By default all games are listed; however, you
can limit this list by specifying a driver name or wildcard after
the -listsource command.

-listclones / -lc [<gamename|wildcard>]

Displays a list of clones. By default all clones are listed; however,
you can limit this list by specifying a driver name or wildcard after
the -listsource command.

-listcrc

Displays a full list of CRCs of all ROM images referenced by all
drivers within MAME.

-listroms <gamename>

Displays a list of ROM images referenced by the specified game.

-listsamples <gamename>

Displays a list of samples referenced by the specified game.

-verifyroms [<gamename|wildcard>]

Checks for invalid or missing ROM images. By default all drivers that
have valid ZIP files or directories in the rompath are verified;
however, you can limit this list by specifying a driver name or
wildcard after the -verifyroms command.

-verifysamples [<gamename|wildcard>]

Checks for invalid or missing samples. By default all drivers that
have valid ZIP files or directories in the samplepath are verified;
however, you can limit this list by specifying a driver name or
wildcard after the -verifyroms command.

-romident

Attempts to identify ROM files, if they are known to MAME, in the
specified .zip file or directory. This command can be used to try and
identify ROM sets taken from unknown boards. On exit, the errorlevel
is returned as one of the following:

0: means all files were identified
7: means all files were identified except for 1 or more "non-ROM"
files
8: means some files were identified
9: means no files were identified



Configuration options
---------------------

-[no]readconfig / -[no]rc

Enables or disables the reading of the config files. When enabled
(which is the default), MAME reads the following config files in order:

- mame.ini
- <mymame>.ini (i.e. if MAME was renamed mame060.exe, MAME
parses mame060.ini here)
- debug.ini (if the debugger is enabled)
- vector.ini (for vector games only)
- <driver>.ini (based on the source filename of the driver)
- <parent>.ini (for clones only, may be called recursively)
- <gamename>.ini

The settings in the later ini's override those in the earlier ini's.
So, for example, if you wanted to disable overlay effects in the
vector games, you can create a vector.ini with the "effect none" line
in it, and it will override whatever effect value you have in your
mame.ini. The default is ON (-readconfig).



Core search path options
------------------------

-rompath / -rp <path>

Specifies a list of paths within which to find ROM or hard disk images.
Multiple paths can be specified by separating them with semicolons.
The default is 'roms' (that is, a directory "roms" in the same directory
as the MAME executable).

-samplepath / -sp <path>

Specifies a list of paths within which to find sample files. Multiple
paths can be specified by separating them with semicolons. The default
is 'samples' (that is, a directory "samples" in the same directory as
the MAME executable).

-artpath / -artwork_directory <path>

Specifies a list of paths within which to find artwork files. Multiple
paths can be specified by separating them with semicolons. The default
is 'artwork' (that is, a directory "artwork" in the same directory as
the MAME executable).

-ctrlrpath / -ctrlr_directory <path>

Specifies a list of paths within which to find controller-specific
configuration files. Multiple paths can be specified by separating
them with semicolons. The default is 'ctrlr' (that is, a directory
"ctrlr" in the same directory as the MAME executable).

-inipath <path>

Specifies a list of paths within which to find .INI files. Multiple
paths can be specified by separating them with semicolons. The default
is '.;ini' (that is, search in the current directory first, and then
in the directory "ini" in the same directory as the MAME executable).

-fontpath <path>

Specifies a list of paths within which to find .BDF font files. Multiple
paths can be specified by separating them with semicolons. The default
is '.' (that is, search in the same directory as the MAME executable).

-crosshairpath <path>

Specifies a list of paths within which to find crosshair files. Multiple
paths can be specified by separating them with semicolons. The default
is 'crsshair' (that is, a directory "crsshair" in the same directory as
the MAME executable). If the Crosshair is set to default in the menu,
MAME will look for gamename\cross#.png and then cross#.png in the
specified crsshairpath, where # is the player number. Failing that,
MAME will use built-in default crosshairs.


Core Output Directory Options
-----------------------------

-cfg_directory <path>

Specifies a single directory where configuration files are stored.
Configuration files store user configurable settings that are read at
startup and written when MAME exits. The default is 'cfg' (that is,
a directory "cfg" in the same directory as the MAME executable). If
this directory does not exist, it will be automatically created.

-nvram_directory <path>

Specifies a single directory where NVRAM files are stored. NVRAM files
store the contents of EEPROM and non-volatile RAM (NVRAM) for games
which used this type of hardware. This data is read at startup and
written when MAME exits. The default is 'nvram' (that is, a directory
"nvram" in the same directory as the MAME executable). If this
directory does not exist, it will be automatically created.

-memcard_directory <path>

Specifies a single directory where memory card files are stored.
Memory card files store the contents of removable memory cards for
games which used this type of hardware. This data is read and written
under control of the user via the "Memory Card" menu in the user
interface. The default is 'memcard' (that is, a directory "memcard"
in the same directory as the MAME executable). If this directory does
not exist, it will be automatically created.

-input_directory <path>

Specifies a single directory where input recording files are stored.
Input recordings are created via the -record option and played back
via the -playback option. The default is 'inp' (that is, a directory
"inp" in the same directory as the MAME executable). If this directory
does not exist, it will be automatically created.

-state_directory <path>

Specifies a single directory where save state files are stored. Save
state files are read and written either upon user request, or when
using the -autosave option. The default is 'sta' (that is, a directory
"sta" in the same directory as the MAME executable). If this directory
does not exist, it will be automatically created.

-snapshot_directory <path>

Specifies a single directory where screen snapshots are stored, when
requested by the user. The default is 'snap' (that is, a directory
"snap" in the same directory as the MAME executable). If this
directory does not exist, it will be automatically created.

-diff_directory <path>

Specifies a single directory where hard drive differencing files are
stored. Hard drive differencing files store any data that is written
back to a hard disk image, in order to preserve the original image.
The differencing files are created at startup when a game with a hard
disk image. The default is 'diff' (that is, a directory "diff" in the
same directory as the MAME executable). If this directory does not
exist, it will be automatically created.

-comment_directory <path>

Specifies a single directory where debugger comment files are stored.
Debugger comment files are written by the debugger when comments are
added to the disassembly for a game. The default is 'comments' (that
is, a directory "comments" in the same directory as the MAME
executable). If this directory does not exist, it will be
automatically created.



Core Filename Options
---------------------

-cheat_file <filename>

Specifies the name of the cheat database file. The default is
'cheat.dat'.



Core state/playback options
---------------------------

-state <slot>

Immediately after starting the specified game, will cause the save
state in the specified <slot> to be loaded.

-[no]autosave

When enabled, automatically creates a save state file when exiting
MAME and automatically attempts to reload it when later starting MAME
with the same game. This only works for games that have explicitly
enabled save state support in their driver. The default is OFF
(-noautosave).

-playback / -pb <filename>

Specifies a file from which to play back a series of game inputs. This
feature does not work reliably for all games, but can be used to watch
a previously recorded game session from start to finish. In order to
make things consistent, you should only record and playback with all
configuration (.cfg), NVRAM (.nv), and memory card files deleted. The
default is NULL (no playback).

-record / -rec <filename>

Specifies a file to record all input from a game session. This can be
used to record a game session for later playback. This feature does
not work reliably for all games, but can be used to watch a previously
recorded game session from start to finish. In order to make things
consistent, you should only record and playback with all configuration
(.cfg), NVRAM (.nv), and memory card files deleted. The default is
NULL (no recording).

-snapname <name>

Describes how MAME should name files for snapshots. <name> is a string
that provides a template that is used to generate a filename. Three
simple substitutions are provided: the / character represents the
path separator on any target platform (even Windows); the string %g
represents the driver name of the current game; and the string %i
represents an incrementing index. If %i is omitted, then each
snapshot taken will overwrite the previous one; otherwise, MAME will
find the next empty value for %i and use that for a filename. The
default is %g/%i, which creates a separate folder for each game,
and names the snapshots under it starting with 0000 and increasing
from there.

-snapsize <width>x<height>

Hard-codes the size for snapshots and movie recording. By default,
MAME will create snapshots at the game's current resolution in raw
pixels, and will create movies at the game's starting resolution in
raw pixels. If you specify this option, then MAME will create both
snapshots and movies at the size specified, and will bilinear filter
the result. Note that this size does not automatically rotate if the
game is vertically oriented. The default is 'auto'.

-snapview <viewname>

Specifies the view to use when rendering snapshots and movies. By
default, both use a special 'internal' view, which renders a separate
snapshot per screen or renders movies only of the first screen. By
specifying this option, you can override this default behavior and
select a single view that will apply to all snapshots and movies.
Note that <viewname> does not need to be a perfect match; rather, it
will select the first view whose name matches all the characters
specified by <viewname>. For example, -snapview native will match the
"Native (15:14)" view even though it is not a perfect match.
<viewname> can also be 'auto', which selects the first view with all
screens present. The default value is 'internal'.

-mngwrite <filename>

Writes each video frame to the given <filename> in MNG format,
producing an animation of the game session. Note that -mngwrite only
writes video frames; it does not save any audio data. Use -wavwrite
for that, and reassemble the audio/video using offline tools. The
default is NULL (no recording).

-aviwrite <filename>

Stream video and sound data to the given <filename> in AVI format,
producing an animation of the game session complete with sound. The
default is NULL (no recording).

-wavwrite <filename>

Writes the final mixer output to the given <filename> in WAV format,
producing an audio recording of the game session. The default is
NULL (no recording).

-[no]burnin

Tracks brightness of the screen during play and at the end of
emulation generates a PNG that can be used to simulate burn-in
effects on other games. The resulting PNG is created such that the
least used-areas of the screen are fully white (since burned-in areas
are darker, all other areas of the screen must be lightened a touch).
The intention is that this PNG can be loaded via an artwork file with
a low alpha (e.g, 0.1-0.2 seems to work well) and blended over the
entire screen. The PNG files are saved in the snap directory under
the gamename/burnin-<screen.name>.png. The default is OFF (-noburnin).



Core performance options
------------------------

-[no]autoframeskip / -[no]afs

Automatically determines the frameskip level while you're playing the
game, adjusting it constantly in a frantic attempt to keep the game
running at full speed. Turning this on overrides the value you have
set for -frameskip below. The default is OFF (-noautoframeskip).

-frameskip / -fs <level>

Specifies the frameskip value. This is the number of frames out of
every 12 to drop when running. For example, if you say -frameskip 2,
then MAME will display 10 out of every 12 frames. By skipping those
frames, you may be able to get full speed in a game that requires more
horsepower than your computer has. The default value is -frameskip 0,
which skips no frames.

-seconds_to_run / -str <seconds>

This option can be used for benchmarking and automated testing. It tells
MAME to stop execution after a fixed number of seconds. By combining
this with a fixed set of other command line options, you can set up a
consistent environment for benchmarking MAME performance. In addition,
upon exit, the -str option will write a screenshot called final.png
to the game's snapshot directory.

-[no]throttle

Configures the default thottling setting. When throttling is on, MAME
attempts to keep the game running at the game's intended speed. When
throttling is off, MAME runs the game as fast as it can. Note that the
fastest speed is more often than not limited by your graphics card,
especially for older games. The default is ON (-throttle).

-[no]sleep

Allows MAME to give time back to the system when running with -throttle.
This allows other programs to have some CPU time, assuming that the
game isn't taxing 100% of your CPU resources. This option can
potentially cause hiccups in performance if other demanding programs
are running. The default is ON (-sleep).

-speed <factor>

Changes the way MAME throttles gameplay such that the game runs at some
multiplier of the original speed. A <factor> of 1.0 means to run the
game at its normal speed. A <factor> of 0.5 means run at half speed,
and a <factor> of 2.0 means run at 2x speed. Note that changing this
value affects sound playback as well, which will scale in pitch
accordingly. The internal resolution of the fraction is two decimal
places, so a value of 1.002 is the same as 1.0. The default is 1.0.

-[no]refreshspeed / -[no]rs

Allows MAME to dynamically adjust the gameplay speed such that it does
not exceed the slowest refresh rate for any targeted monitors in your
system. Thus, if you have a 60Hz monitor and run a game that is
actually designed to run at 60.6Hz, MAME will dynamically change the
speed down to 99% in order to prevent sound hiccups or other
undesirable side effects of running at a slower refresh rate. The
default is OFF (-norefreshspeed).



Core rotation options
---------------------

-[no]rotate

Rotate the game to match its normal state (horizontal/vertical). This
ensures that both vertically and horizontally oriented games show up
correctly without the need to rotate your monitor. If you want to keep
the game displaying 'raw' on the screen the way it would have in the
arcade, turn this option OFF. The default is ON (-rotate).

-[no]ror
-[no]rol

Rotate the game screen to the right (clockwise) or left (counter-
clockwise) relative to either its normal state (if -rotate is
specified) or its native state (if -norotate is specified). The
default for both of these options is OFF (-noror -norol).

-[no]flipx
-[no]flipy

Flip (mirror) the game screen either horizontally (-flipx) or
vertically (-flipy). The flips are applied after the -rotate and
-ror/-rol options are applied. The default for both of these options
is OFF (-noflipx -noflipy).

-[no]autoror
-[no]autorol

These options are designed for use with pivoting screens that only
pivot in a single direction. If your screen only pivots clockwise,
use -autorol to ensure that the game will fill the screen either
horizontally or vertically in one of the directions you can handle.
If your screen only pivots counter-clockwise, use -autoror.



Core artwork options
--------------------

-[no]artwork_crop / -[no]artcrop

Enable cropping of artwork to the game screen area only. This works
best with -video gdi or -video d3d, and means that vertically oriented
games running full screen can display their artwork to the left and
right sides of the screen. This does not work with -video ddraw
because of the way the game screens are rendered and scaled after the
fact. This option can also be controlled via the Video Options menu in
the user interface. The default is OFF (-noartwork_crop).

-[no]use_backdrops / -[no]backdrop

Enables/disables the display of backdrops. The default is ON
(-use_backdrops).

-[no]use_overlays / -[no]overlay

Enables/disables the display of overlays. The default is ON
(-use_overlays).

-[no]use_bezels / -[no]bezel

Enables/disables the display of bezels. The default is ON
(-use_bezels).



Core screen options
-------------------

-brightness <value>

Controls the default brightness, or black level, of the game screens.
This option does not affect the artwork or other parts of the display.
Using the MAME UI, you can individually set the brightness for each
game screen; this option controls the initial value for all visible
game screens. The standard value is 1.0. Selecting lower values (down
to 0.1) will produce a darkened display, while selecting higher values
(up to 2.0) will give a brighter display. The default is 1.0.

-contrast <value>

Controls the contrast, or white level, of the game screens. This
option does not affect the artwork or other parts of the display.
Using the MAME UI, you can individually set the contrast for each
game screen; this option controls the initial value for all visible
game screens. The standard value is 1.0. Selecting lower values (down
to 0.1) will produce a dimmer display, while selecting higher values
(up to 2.0) will give a more saturated display. The default is 1.0.

-gamma <value>

Controls the gamma, which produces a potentially nonlinear black to
white ramp, for the game screens. This option does not affect the
artwork or other parts of the display. Using the MAME UI, you can
individually set the gamma for each game screen; this option controls
the initial value for all visible game screens. The standard value is
1.0, which gives a linear ramp from black to white. Selecting lower
values (down to 0.1) will increase the nonlinearity toward black,
while selecting higher values (up to 3.0) will push the nonlinearity
toward white. The default is 1.0.

-pause_brightness <value>

This controls the brightness level when MAME is paused. The default
value is 0.65.

-effect <filename>

Specifies a single PNG file that is used as an overlay over any game
screens in the video display. This PNG file is assumed to live in the
root of one of the artpath directories. The pattern in the PNG file is
repeated both horizontally and vertically to cover the entire game
screen areas (but not any external artwork), and is rendered at
the target resolution of the game image. For -video gdi and -video d3d
modes, this means that one pixel in the PNG will map to one pixel on
your output display. For -video ddraw, this means that one pixel in the
PNG will map to one pixel in the prescaled game screen. If you wish to
use an effect that requires mapping n PNG pixels to each game screen
pixel with -video ddraw, you need to specify a -prescale factor of n as
well. The RGB values of each pixel in the PNG are multiplied against the
RGB values of the target screen. The default is 'none', meaning no
effect.



Core vector options
-------------------

-[no]antialias / -[no]aa

Enables antialiased line rendering for vector games. The default is ON
(-antialias).

-beam <width>

Sets the width of the vectors. This is a scaling factor against the
standard vector width. A value of 1.0 will keep the default vector
line width. Smaller values will reduce the width, and larger values
will increase the width. The default is 1.0.

-flicker <value>

Simulates a vector "flicker" effect, similar to a vector monitor that
needs adjustment. This option requires a float argument in the range
of 0.00 - 100.00 (0=none, 100=maximum). The default is 0.



Core sound options
------------------

-[no]sound

Enable or disable sound altogether. The default is ON (-sound).

-samplerate <value> / -sr <value>

Sets the audio sample rate. Smaller values (e.g. 11025) cause lower
audio quality but faster emulation speed. Higher values (e.g. 48000)
cause higher audio quality but slower emulation speed. The default is
48000.

-[no]samples

Use samples if available. The default is ON (-samples).

-volume / -vol <value>

Sets the startup volume. It can later be changed with the user
interface (see Keys section). The volume is an attenuation in dB:
e.g., "-volume -12" will start with -12dB attenuation. The default
is 0.



Core input options
------------------

-[no]coin_lockout / -[no]coinlock

Enables simulation of the "coin lockout" feature that is implmeneted
on a number of game PCBs. It was up to the operator whether or not
the coin lockout outputs were actually connected to the coin
mechanisms. If this feature is enabled, then attempts to enter a coin
while the lockout is active will fail and will display a popup message
in the user interface. If this feature is disabled, the coin lockout
signal will be ignored. The default is ON (-coin_lockout).

-ctrlr <controller>

Enables support for special controllers. Configuration files are
loaded from the ctrlrpath. They are in the same format as the .cfg
files that are saved, but only control configuration data is read
from the file. The default is NULL (no controller file).

-[no]mouse

Controls whether or not MAME makes use of mouse controllers. When
this is enabled, you will likely be unable to use your mouse for other
purposes until you exit or pause the game. The default is OFF
(-nomouse).

-[no]joystick / -[no]joy

Controls whether or not MAME makes use of joystick/gamepad controllers.
When this is enabled, MAME will ask DirectInput about which
controllers are connected. The default is OFF (-nojoystick).

-[no]lightgun / -[no]gun

Controls whether or not MAME makes use of lightgun controllers.
Note that most lightguns map to the mouse, so using -lightgun and
-mouse together may produce strange results. The default is OFF
(-nolightgun).

-[no]multikeyboard / -[no]multikey

Determines whether MAME differentiates between multiple keyboards.
Some systems may report more than one keyboard; by default, the data
from all of these keyboards is combined so that it looks like a single
keyboard. Turning this option on will enable MAME to report keypresses
on different keyboards independently. The default is OFF
(-nomultikeyboard).

-[no]multimouse

Determines whether MAME differentiates between multiple mice. Some
systems may report more than one mouse device; by default, the data
from all of these mice is combined so that it looks like a single
mouse. Turning this option on will enable MAME to report mouse
movement and button presses on different mice independently. The
default is OFF (-nomultimouse).

-[no]steadykey / -[no]steady

Some games require two or more buttons to be pressed at exactly the
same time to make special moves. Due to limitations in the keyboard
hardware, it can be difficult or even impossible to accomplish that
using the standard keyboard handling. This option selects a different
handling that makes it easier to register simultaneous button presses,
but has the disadvantage of making controls less responsive. The
default is OFF (-nosteadykey)

-[no]offscreen_reload / -[no]reload

Controls whether or not MAME treats a second button input from a
lightgun as a reload signal. In this case, MAME will report the gun's
position as (0,MAX) with the trigger held, which is equivalent to an
offscreen reload. This is only needed for games that required you to
shoot offscreen to reload, and then only if your gun does not support
off screen reloads. The default is OFF (-nooffscreen_reload).

-joystick_map <map> / -joymap <map>

Controls how joystick values map to digital joystick controls. MAME
accepts all joystick input from the system as analog data. For true
analog joysticks, this needs to be mapped down to the usual 4-way or
8-way digital joystick values. To do this, MAME divides the analog
range into a 9x9 grid. It then takes the joystick axis position (for
X and Y axes only), maps it to this grid, and then looks up a
translation from a joystick map. This parameter allows you to specify
the map. The default is 'auto', which means that a standard 8-way,
4-way, or 4-way diagonal map is selected automatically based on the
input port configuration of the current game.

Maps are defined as a string of numbers and characters. Since the grid
is 9x9, there are a total of 81 characters necessary to define a
complete map. Below is an example map for an 8-way joystick:

777888999 Note that the numeric digits correspond to the keys
777888999 on a numeric keypad. So '7' maps to up+left, '4' maps
777888999 to left, '5' maps to neutral, etc. In addition to the
444555666 numeric values, you can specify the character 's',
444555666 which means "sticky". In this case, the value of the
444555666 map is the same as it was the last time a non-sticky
111222333 value was read.
111222333
111222333

To specify the map for this parameter, you can specify a string of
rows separated by a '.' (which indicates the end of a row), like so:

777888999.777888999.777888999.444555666.444555666.444555666.
111222333.111222333.111222333

However, this can be reduced using several shorthands supported by the
<map> parameter. If information about a row is missing, then it is
assumed that any missing data in columns 5-9 are left/right symmetric
with data in columns 0-4; and any missing data in colums 0-4 is
assumed to be copies of the previous data. The same logic applies to
missing rows, except that up/down symmetry is assumed.

By using these shorthands, the 81 character map can be simply
specified by this 11 character string: 7778...4445

Looking at the first row, 7778 is only 4 characters long. The 5th
entry can't use symmetry, so it is assumed to be equal to the previous
character '8'. The 6th character is left/right symmetric with the 4th
character, giving an '8'. The 7th character is left/right symmetric
with the 3rd character, giving a '9' (which is '7' with left/right
flipped). Eventually this gives the full 777888999 string of the row.

The second and third rows are missing, so they are assumed to be
identical to the first row. The fourth row decodes similarly to the
first row, producing 444555666. The fifth row is missing so it is
assumed to be the same as the fourth.

The remaining three rows are also missing, so they are assumed to be
the up/down mirrors of the first three rows, giving three final rows
of 111222333.

-joystick_deadzone <value> / -joy_deadzone <value> / -jdz <value>

If you play with an analog joystick, the center can drift a little.
joystick_deadzone tells how far along an axis you must move before the
axis starts to change. This option expects a float in the range of
0.0 to 1.0. Where 0 is the center of the joystick and 1 is the outer
limit. The default is 0.3.

-joystick_saturation <value> / joy_saturation <value> / -jsat <value>

If you play with an analog joystick, the ends can drift a little,
and may not match in the +/- directions. joystick_saturation tells how
far along an axis movement change will be accepted before it reaches
the maximum range. This option expects a float in the range of 0.0 to
1.0, where 0 is the center of the joystick and 1 is the outer limit.
The default is 0.85.



Core input automatic enable options
-----------------------------------

-paddle_device <keyboard|mouse|joystick|lightgun|none> / -paddle
-adstick_device <keyboard|mouse|joystick|lightgun|none> / -adstick
-pedal_device <keyboard|mouse|joystick|lightgun|none> / -pedal
-dial_device <keyboard|mouse|joystick|lightgun|none> / -dial
-trackball_device <keyboard|mouse|joystick|lightgun|none> / -trackball
-lightgun_device <keyboard|mouse|joystick|lightgun|none>
-positional_device <keyboard|mouse|joystick|lightgun|none>

Each of these options controls autoenabling the mouse, joystick, or
lightgun depending on the presence of a particular class of analog
control for a particular game. For example, if you specify the option
-paddle mouse, then any game that has a paddle control will
automatically enable mouse controls just as if you had explicitly
specified -mouse. Note that these controls override the values of
-[no]mouse, -[no]joystick, etc.



Debugging options
-----------------

-[no]log

Creates a file called error.log which contains all of the internal
log messages generated by the MAME core and game drivers. The default
is OFF (-nolog).

-[no]verbose / -[no]v

Displays internal diagnostic information. This information is very
useful for debugging problems with your configuration. IMPORTANT: when
reporting bugs, please run with mame -verbose and include the
resulting information. The default is OFF (-noverbose).

-[no]update_in_pause

Enables updating of the main screen bitmap while the game is paused.
This means that the VIDEO_UPDATE callback will be called repeatedly
during pause, which can be useful for debugging. The default is OFF
(-noupdate_in_pause).

-[no]debug

Activates the integrated debugger. By default, the debugger is entered
by pressing the tilde (~) key during emulation. It is also entered
immediately at startup. The default is OFF (-nodebug).

-debugscript <filename>

Specifies a file that contains a list of debugger commands to execute
immediately upon startup. The default is NULL (no commands).



Core misc options
-----------------

-bios <biosname>

Specifies the specific BIOS to use with the current game, for game
systems that make use of a BIOS. The -listxml output will list all of
the possible BIOS names for a game. The default is 'default'.

-[no]cheat / -[no]c

Enables the reading of the cheat database, if present, and the Cheat
menu in the user interface. The default is OFF (-nocheat).

-[no]skip_gameinfo

Forces MAME to skip displaying the game info screen. The default is
OFF (-noskip_gameinfo).

-uifont <fontname>

Specifies the name of a BDF font file to use for the UI font. If this
font cannot be found or cannot be loaded, the system will fall back
to its built-in UI font. On some platforms 'fontname' can be a system
font name instead of a BDF font file. The default is 'default' (use
the OSD-determined default font).

Praticamente per poter far andare l'emulatore dobbiamo scaricare una qualsiasi rom MAME, io ad esempio ho scaricato Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!, estraiamo la rom dall'archivio sul nostro desktop e spostiamo la rom nella cartella "Roms" dell'emulatore
Codice: Seleziona tutto
C:\Program Files (x86)\MAME1403 (64Bit)\roms

Una volta inserita la rom nella directory riapriamo l'emulatore, si presenterà un menù di scelta con queste opzioni :
    Repulse
    Configure General Imputs
    Exit
Vediamo tutte le impostazioni a partire dal fondo :
Exit serve ovviamente per uscire dall'emulatore
Configure General Imputs serve per modificare le impostazioni dei comandi del MAME, vediamolo più a fondo :
[list=]User Interface - Interfaccia del Giocatore
P1 - Controlli Giocatore 1
P2 - Controlli Giocatore 2
P3 - Controlli Giocatore 3
P4 - Controlli Giocatore 4
P5 - Controlli Giocatore 5
P6 - Controlli Giocatore 6
P7 - Controlli Giocatore 7
P8 - Controlli Giocatore 8
Other Controls - Altri controlli
Return to Prior Menù - Torna al Menù Principale[/list]
Interfaccia Gicatore :
    On Screen Display - Attiva il displey dello schermo
    Break in Debugger -
    Config Menu - Configurazione del Menù
    Pause - Pausa
    Reset Game - Resettare la rom in uso
    Soft Reset - Continuo reset della rom in uso
    Show GFX - Mostra le GFX della rom in uso
    Prameskin Del - Cancellare la "Prameskin"
    Prameskin Inc - Includere la "Prameskin"
    Throttle -
    Fast Forward -
    Show FPS - Mostra le FPS della rom in uso
    Save Snapshot - Salva uno screen della rom in uso
    Record Movie - Permette di registrare mentre si gioca
    Toggle Cheat - Serve per attivare i trucchi
    UI UP
    " Down
    " Left
    " Right
    " home
    " End
    " Page Up
    " " Down
    " Select
    " Cancel
    " Display Comment
    " Clear
    " Zoom In
    " " Out
    "Previus Group
    " Next "
    " Rotate
    " Show Profile - Permette di vedere il proprio Profilo
    UI Toggle
    " Past Text
    Toggle Debugger - Attiva il Deagger della rom
    Save State - Salva la partita in corso
    Load State - Carica una partita precedentemente salvata
    Toggle FullScreen - Attiva il FullScreen (Schermo Intero)
    Taile Rendered Snapshot
    Record Rendered Video

Ecco tutta la lista delle impostazioni disponibli in questa opzione, poi se andiamo a vedere "Repulse" si aprirà la rom richiesta !

Passiamo al Nebula !

nebula.jpg

L'emulatore "Nebula" è un emulatore che permette di far girare sul proprio pc giochi Neo Geo, CPS1/2, Konami e PGM (PolyGameMaster), di questo emulatore, al contrario del MAME, possiede solo una versione rilasciata, ovvero il " Nebula 2.25b".
Adesso vediamo più a fondo questo emulatore :
Intanto, la cosa che viene di primo impatto, è che al contrario del MAME il Nebula non necessita di un'istallazione tramite applicazione, bensì si può estrarre sul desktop e cominciare subito a giocare, inoltre è semplice da utilizzare, non necessita grandi sforzi per comprenderlo.
La prima cosa da fare appena scaricato ed estratto, è accettare il contratto e configurare l'emulatore, vediamo come va configurato !
Configurazione Nebula.png

Una volta impostato possiamo visualizzare la schermata principale e cosa offre :
Sotto "Emulazione" troviamo "Load Rom" che serve ovviamente per caricare la rom richiesta, mentre "Rom Directories" è molto utile per trovare velocemente le roms, c'è la directory di base altrimenti le directory alternative, per impostarle basta cliccare sulla cartella e scegliere la directory.
Se avete dei CD Originali o delle immagini disco in formato .iso è possibile farle partire andando su "Emulation" -> "Open NeoGeo from CD Device" -> "D:" "E:" ecc...
Inoltre tramite il menù "Emulation" è possibile variare le impostazioni prima apportate cliccando su "Options".
Andando nel menù "Video" possiamo attivare anche il fullscreen e visualizzare tutte le impostazioni applicate.
Stessa cosa in "Music".
Praticamente il Nebula è un emulatore semplice e pratico !

PCSX2 Emulatore per PlayStation 2 !


Eccoci arrivati al PCSX2, un emulatore che, a differenza dei due precedenti, è effettivamente complicato configurarlo, ma bando alle ciancie entriamo nel vivo !

Scaricare il pacchetto ed estrarre il tutto in una cartella creata su desktop, dopo aver estratto tutto aprire l'applicazione e seguire la procedura.
Nella prima finestra si può benissimo lasciare "System Default" dato che la lingua italiana non c'è, ma se voleve un'altra lingua cliccateci e calmbiatela cliccando sulla lingua e poi su "Apply".
Passiamo alla seconda finestra, mostra le varie impostazioni, preferibile lasciare tutto inviariato, ma se si vuole si possono istallare dei file che io ho scaricato e inzippato da un sito russo apposta per voi !
Estrarre tutto sul desktop e spostare il tutto nella cartella "bios" dell'emulatore !
Impostazioni Consigliate :
Per configurare questo emulatore ci vuole pazienza, la prima cosa che troviamo è la stringa "GS" lasciamola com'è, non usciamo ne continuiamo la configurazione, bensì lasciamo la configurazione da parte e scarichiamo CPU-Z dovrete scegliere la versione giusta per voi a Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!, una volta scaricato e istallato apriamolo, appena aprto troverete una finestra con un sacco di informazioni, fate come nello screen fatto da me :
CPU-Z cosa fare.png

come vedete nello screen a me CPU-Z dice "MMX, SSE (1,2,3S,4.1,4.2), EM64T, VT-x"
Questo significa che io posso utilizzare uno nella lista sull'emulatore, l'emulatore legge i SSE, quindi mi conviene utilizzare un 4.2 essendo il più aggiornato, quindi torno sull'impostazioni e nella stringa "GS", purtroppo il 4.2 non c'è, perciò inserirò il 4.1.
Inseriamolo ma non clicchiamo ancora su "Next" bensì clicchiamo su "Configure" sempre nella stringa "GS" e seguite l'immagine.
mettiamo questo.png

fatto ciò passiamo al controller, se avete un controller Ps3 o un controller Xbox 360 configurato per funzionare sul pc collegatelo e cliccate su "configure" nella stringa "PAD, per impostare il controller potete utilizzare il freeware "DS3 Tool" (per windows 7) Una volta impostato possiamo benissimo cliccare su "Next"
è probabile che vi chieda di istallare dele DirectX se non le istallate non potrete giocare perciò seguite il link e scaricatele !
una volta fatto ciò basterà scegliere il BIOS che volete fra quelli disponibili.
Per chiarimenti ho realizzato la video-guida ;)

Inoltre alcuni giochi non funzionano correttamente, per sapere se i giochi funzionano chiedete pure qui !

GameBoy Advance ? Visual Boy Advance !

Il VBA (Visual Boy Advance) è l'emulatore giochi Game Boy Advance più famoso, nonchè il migliore, emulatore per rom Game Boy/Game Boy Color/Game Boy Advance, facile e veloce da capire, vediamo come si può mandare al massimo le sue prestazioni :
Intanto, il VBA presenta 4 versioni :
    Visual Boy Advance 1.8.0 Beta3
    VBALink v1.8.0 Beta
    VBA 1.7.2 Re-recording 23.2
    VBA-M 1022
Il primo è l'ultima versione rilasciata ed è quella ufficiale, mentre le altre tre sono versioni non ufficiali rilasciate, notare il "VBALink" che permette di giocare online tramite LAN.
Adesso noi vediamo il "VBA 1.8.0 Beta3" :
Intanto, il VBA non necessita di un'istallazione, è un applicazione "semplice", la configurazione è automatica fin dalla prima volta che si apre, ma di solito non va bene, e quando si carica una rom si blocca sullo schermo bianco, ecco la configurazione ideale e/o consigliata :
Apriamo il nostro VBA, la finestra iniziale è molto semplice, se clicchiamo su "File" possiamo caricare la nostra rom, il salvataggio rapido, e così via, se clicchiamo su "Option" possiamo cambiare le impostazioni dell'emulatore, vediamo in sieme :
Configurazione "Frame Skip"
Option -> Frame Skip -> Throttle -> No Throttle
Option -> Frame Skip -> 2
Configurazione "Video"

Option -> Video -> Layers -> Spuntare Tutto
Configurazione "Sound"
vba sound.png

Configurazione "Gameboy"
VBA Gameboy.png

Configurazione "Priority"
Option -> Priority -> Normal
Configurazione "Emulator"
vba emulator.png

Configurazione "Filter"
vba filter.png

vba link.png

Per quanto riguarda il joypad potete impostarlo come pi vi piace !

PlayStation One -> PSX "Le Leggende Non Muoiono Mai"

Il PSX è l'emulatore che preferisco per quando riguarda emulazione PlayStation one, ecco come configurarlo !
Apriamolo andiamo in "File" e poi su "Configuration"
Adesso prendiamo in considerazione la prima finestra della configurazione ovvero "Paths", in questa zona scegliamo le cartelle "Automatice" dove l'emulatore salverà/caricherà iso, screen, ecc...
Passiamo subito a "BIOS", in questo caso nella cartella "BIOS" dovranno avere questi BIOS :
PS1 BIOS = bios\scph1001.bin
PS2 BIOS = bios\scph39001.bin
Esatto, PS2 BIOS !, questo emulatore emula anche i giochi ps2 !
Ma passiamo a "Mamory Card", qui possiamo scegliere quali memory card usare, se non avete memory card non c'è nessun problema, cliccate sui tre puntini vicino alla stringa della prima memory card, e scrivete "Memory Card 1" (o come volete) aprite un gioco, salvate, e la memory card sarà creatain automatico !
Se andiamo su "Grraphics" vediamo qualche quadrato da spuntare ecco cosa dobbiamo fare !
Immagine.png

Ora andiamo su "Sound", qui possiamo mettere quello che volete, tanto è indifferente, ovviamente sensa audio il gioco andrà meglio.
Su "Misc" scegliamo i comandi che prefieriamo quindi andiamo su "CDROM" e mettiamo tutto su "Auto" poi su "Controller" facciamo la stessa cosa di "Misc"
Ecco che è pronto !

Nintendo Game Cube e Nintendo Wii - Dolphin !

Il Dolphin è un emulatore in grado di far girare giochi Nintendo Wii e Nintendo Game Cube tramite immagini disco, intanto cominciamo con le due versioni del Dolphin rispettivamente per 32 e 64 bit :
    Dolphin (32bit Win) 3.0
    Dolphin (64bit Win) 3.0
Adesso andiamo a vedere le cose nel dettaglio (Io uso il Dolphin 32 Bit)
Intanto, anche questo emulatore va istallato tramite applicazione .exe, una volta istallato apriamolo :
Prima cosa che notiamo (obv) "Impossibile aprire il programma perchè VCOMP100.DLL non è presente ecc..."
Scarichiamo questo file dalla Download list a fine guida e mettiamolo nella cartella del dolphin, una volta inserito nella cartella apriamo l'emulatore, dovrebbe partire stavolta, se usate la versione 64 bit può darsi che venga l'errore "0xc000007b", è facilissimo risolverlo, scaricate la versione 32bit come ho fatto io !
Ma torniamo alla configurazione :
Clicchiamo su "Config"
config.png
, la prima finestra che si pone lasciamola perdere, dovrebbe andare bene, su "Interface" troviamo interessante il comando "Hotkeys" dove possiamo scegliere a piacere i comandi base dell'emulatore, in "Audio" possiamo fare quello che vogliamo, ovviamente sensa audio l'emulatore andrà meglio, su "Game Cube" possiamo scegliere le Path dei salvataggi, iso, eccetera, potete benissimo mettere "Italian" come lingua del sistema per far si che i giochi "PAL" vengano italiani, sceglietele come meglio preferite, su "Wii" possiamo mettere "Italian" come per il Game Cube, su "Path" non ci sono campi, dovremo compilarli noi, se non avete già una cartella predefinita basterà crearle nella cartella dell'emulatore e su "Path" inserire le varie strisce.
Andiamo su "Graphics"
graphics.png
, questo è un passo importante ! Vediamo cosa fare :
Nella prima finestra che si apre possiamo lasciare così, se volete aumentare la risoluzione o abilitare il fullscreen fate pure, ma ricordate che rallenteranno il rendering dell'emulatore, andiamo subito su "Hacks" in cui possiamo aumentare/calare la precisione delle texture, ovviamente meno sono precise e più va veloce, resta di fatto che per andare veramente veloce serve un buon pc.
Andiamo su GCPad
GCPad.png
e scegliamo i comandi che più preferiamo !
Su "Wiimote" possiamo collegare anche un Wiimote originale, ma si può usare benissimo anche il mouse.
Ecco che è configurato il dolphin per giocare a Wii e GameCube : D

No$gba 2.6a

Il No$gba 2.6a è il miglior emulatore, assieme al DesMume, per far girare i giochi NDS. Adesso si controlla il No$gba 2.6a !
Vediamo cosa fare :
Appena apriamo l'emulatore ci obbliga di aprire una rom, apriamone una qualsiasi, dopo averla caricata andiamo nella cartella dell'emulatore, noteremo subito due nuove cartelle ossia :
    BATTERY
    SLOT
BATTERY è la cartella di destinazione dei salvataggi delle rom, se il salvataggio non è in quella cartella l'emulatore non può caricare i dati.
Adesso configuriamo il nostro emulatore, clicchiamo su "Option" e su "Emulation Setup", adess mettiamo queste opzioni :
config.png

Una volta fatto ciò andiamo su "Controls" e impostiamo i comandi come preferiamo, ecco che l'emulatore è bello che pronto !
funzionante.png

Nintendo 64 !

Per il Nintendo 64 possiamo usare il Project64 1.6, o se vogliamo giocare online, esiste una versione non ufficiale ossia il Project64k 0.32, noi adesso utilizziamo la versione ufficiale !
Intanto va istallato come un programma, e una cosa che lo facilita è il fatto che nelle opzioni c'è la lingua italiana.
Apriamo l'emulatore e clicchiamo su "Opzioni" e poi su "Configura il Plug-in Video", qui possiamo impostare la qualità video, ovviamente anche qui vale la cosa che meno è dettagliato e migliore sarà la velocità dell'emulazione, comunque scegliamo le impostazioni che vogliamo nelle prime due impostazioni, anche le altre possiamo lasciarle invariate !
Nelle impostazioni "Audio" si poù solo abbassare il volume o registrare il log audio, basta, quindi passiamo alle impostazioni "Controller", qui mettete quello che volete !
Praticamente configurare questo emulatore è semplicissimo, dato che la maggior parte delle impostazioni sono automatiche !

EMULATORE PS3 ! COMPLETA DI VIDEO-GUIDA !

Eccoci quà partiamo col dire che l'emulatore PlayStation 3 necessita di un PC molto potente ! Ecco alcune cose che possono aumentare la potenza del pc !
Intanto abbiamo bisogno di alcuni programmi :
    Advance System Care : In questo aso usiamo la versione FREE (download a fine guida)
    Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo! (Grazie gGiova !)
    PC Collegato alla rete elettrica mentre si gioca, ho provato, 10 minuti e il pc mi si è scaricato !
Una volta scaricato questi componenti dobbiamo, prima di tutto aprire Advance System Care e fare una scansione ottimale per correggere tutti gli errori, una volta completato apriamo il GameBooster e facciamo "Start Boost", con questo modo, ad esempio il mio pc, da 2.4GHz passa a 5.4GHz (testato !).
Adesso passiamo passiamo all'emulatore, apriamolo, ci sarà un errore, ovvero questo :
ps3 emu error.png

Per risolvere questo errore serve un qualsiasi file di gioco (ad esempio : "BLES 01032" che riguarda Call of Duty Black Ops con questo file creiamo un file .iso con dentro il file e con DEAMOON TOOL LITE carichiamo l'iso, una volta sull'emulatore facciamo questo :
emu3.png

Ovviamente mettete la directory dell'.iso.
Inoltre serve il gioco, si trova facilmente su torrent (però metto io il download in fondo sia con uTorrent che con eMule)
(Metto il BLES di CoD pronto alla fine !)
Ma adesso vediamo il video :
A breve !

Sono disponibili !

Sono disponibili due emulatori che permettono di far girare, anche se con grossi limiti, l'I-Pad e l'I-Phone.
Non c'è molto da spiegare dato che non necessitano di una configurazione, però metto lo screen fatto da me .
Immagine.png


Emulatore Xbox 360 !

Ecco l'emulatore Xbox 360 !
Sorge un gran problema su questo emulatore, io non riesco a farlo partire nemmeno con 4GB di RAM e 2.40GHz di potenza, lo ho testato sul pc di un mio amico, e nemmeno a lui funziona, lui ha 6GB di RAM e 2.85GHz.
Per ora non posso fornirvi niente oltre al download, ora ne ho trovato un altro che vole meno potenza appena lo ho provato lo posto !

Super Nintendo Emulators "!"

Lo ZSNES è l'emulatore per il super nintendo più popolare, vediamolo nel dettaglio :
Nella sezione : Config > Video lasciamo invaraito perchè se si varia si rischia il blackscreen (a me è successo ._.)
In audio è indifferente fate come volete.
Praticamente è semplice e veloce, non servono nemmeno gli screen.

Nintendo NES

Per il nintendo NES prendiamo in considerazione il "Jnes_1_0_2", un emulatore da istallare tramite setup.exe, istallarlo è semplicissimo e veloce, una volta istallato apriamolo :
Come prima cosa scegliamo la lingua :
primo passo.png

Su Opzioni possiamo scegliere le impostazioni che vogliamo, consiglio di non cambiare niente, perché così va benissimo !

IL DRAGO ROSSO (Virtual Boy)

L'emulatore per il Virtual Boy si chiama "Red Dragon".
Anche questo come molti emulatori non va istallato, basta estrarlo dall'archivio zip, apriamolo :
Come vedete è molto grezzo, e va subito in full screen, potete togliere l'opzione del full screen su "Option > Video" per il resto lasciate così !

Sony PlayStation Portable

Per la PSP utilizziamo l'emulatore : PCSP, un emulatore su archivio.
Questo emulatore è veramente molto scarso come impostazioni, c'è poco da fare, l'unica modifica che possiamo fare è sui comandi di gioco e sull'audio, cose che fate da soli come meglio vi torna !

Microsoft Xbox

XEON ! Lo Xeon è l'mulatore migliore per la prima Xbox, vediamo com'è :
ceon graphics.png




Ultima Modifica : 22:30 11/11/2011


Ecco i Download


Emulatori :

    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    -Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!

Tool :
    Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
    Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!

Finito, Se notate errori, link non funzionanti, o altri problemi avvisatemi !


Ti è piaciuta questa guida totalmente gratis ? Se si ne sono molto felice ^^.
Però posso chiedere un favore ? °_° Mi fai una donazione a piacere ? Può essere anche di 0.01 Bloomi, ma ci tengo, dato che mi sono impegnato molto per realizzare questa guida !

Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Ultima modifica di Unji il 20/01/2012, 0:13, modificato 13 volte in totale.
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Immagine


Spoiler: Mostra
Immagine
Unji

Avatar utente
Marchese
Marchese
Utente Normale
Utente Normale

Post:

924
Bloomi in tasca:
80.00
 

23/10/2011, 23:46  # 

Per ora ottima guida, l'emulatore del MAME lo conosce già e devo dire che e molto comodo anche se vado sempre a beccare giochi particolari che dato il problema di lingua non so mai come configurare i tasti. Ma e comunque un ottimo emulatore. king!
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
ImmagineImmagineImmagineImmagine
Pedro

Avatar utente
Yakyū Yaroze!
Barone
Barone
Utente Normale
Utente Normale

Post:

541
Bloomi in tasca:
3.00
 

11/11/2011, 23:44  # 

GUIDA FINITA !
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Immagine


Spoiler: Mostra
Immagine
Unji

Avatar utente
Marchese
Marchese
Utente Normale
Utente Normale

Post:

924
Bloomi in tasca:
80.00
 

16/11/2011, 22:56  # 


La guida più riuscita, i miei complimenti ùwù
Più sarai vicino alla luce, più la tua ombra sarà grande.

ImmagineImmagineImmagine

Immagine

By: Nessie <3 Grazie *----*

Alcune discussioni in shout x°°°D
Spoiler: Mostra
X_Ray: Nessuno mi può dare un dolcetto? *^*
Cowboy From Hell: Vuoi un lindor?
Phoenix-kun: Vuoi dei cioccolatini?

Ma io...

~Demix: Vuoi un Demixotto? x°D

...faccio la differenza ùwù

Spoiler: Mostra
Frasi epiche di gGiova xD

gGiova: [ fermoking + No corona = sonoemo ] Il king è emo sotto la corona fermosi
gGiova: [ fermoking paZZia FRUSTA ] [ ondah Panic riot ] Il king è un super eroe! fermosi

Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo! Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo! Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
~Demyx

Avatar utente
To Be or not To Be... Beeee!!! *trollface*
Barone
Barone
Sostenitore
Sostenitore

Post:

565
Bloomi in tasca:
8.00
Record in Corona Games:
6
 

17/11/2011, 23:22  # 

Grazie *_*
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Immagine


Spoiler: Mostra
Immagine
Unji

Avatar utente
Marchese
Marchese
Utente Normale
Utente Normale

Post:

924
Bloomi in tasca:
80.00
 

19/11/2011, 20:07  # 


Grazie!!! Ottima guida! Però ho un problema:
Ho scaricato Dolphin, ma io ci doppioclicco sopra ma non succede niente, cosa devo fare?
Immagine

I miei pokèmon preferiti:
ImmagineImmagine

Immagine
Magikarpown

Avatar utente
Cavaliere
Cavaliere
Utente Normale
Utente Normale

Post:

381
Bloomi in tasca:
45.00
 

20/11/2011, 0:53  # 

SHOCK Se hai un PC da 64 bit prova con Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo! (ovviamente è un link esterno e non mio.)

Spoiler: Mostra
Nessuno si è accorto del nome non aggiornato ? xD
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Immagine


Spoiler: Mostra
Immagine
Unji

Avatar utente
Marchese
Marchese
Utente Normale
Utente Normale

Post:

924
Bloomi in tasca:
80.00
 

20/11/2011, 18:29  # 


Ho provato ma mi da Url not found.
Immagine

I miei pokèmon preferiti:
ImmagineImmagine

Immagine
Magikarpown

Avatar utente
Cavaliere
Cavaliere
Utente Normale
Utente Normale

Post:

381
Bloomi in tasca:
45.00
 

20/11/2011, 19:51  # 

sonoemo
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Installa, estrai il .dll dalla rar e mettilo nella directory dell'emulatore.
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Immagine


Spoiler: Mostra
Immagine
Unji

Avatar utente
Marchese
Marchese
Utente Normale
Utente Normale

Post:

924
Bloomi in tasca:
80.00
 

25/11/2011, 16:13  # 


Perfetto! C'el ho fatta! (Non è ke mi puoi linkare una rom di Mario Kart Wii?).
Immagine

I miei pokèmon preferiti:
ImmagineImmagine

Immagine
Magikarpown

Avatar utente
Cavaliere
Cavaliere
Utente Normale
Utente Normale

Post:

381
Bloomi in tasca:
45.00
 

25/11/2011, 19:52  # 

  Magikarpown ha scritto:
Perfetto! C'el ho fatta! (Non è ke mi puoi linkare una rom di Mario Kart Wii?).

sisi
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Download with MegaUpload :
Codice: Seleziona tutto
Password: tehparadox.com

http://www.megaupload.com/?d=8N4LRYD3
http://www.megaupload.com/?d=GMUIX6BW
http://www.megaupload.com/?d=QCP0Q9PC
http://www.megaupload.com/?d=L5K8SOTR
http://www.megaupload.com/?d=M0MDQ58O
http://www.megaupload.com/?d=PHCB28VD
http://www.megaupload.com/?d=7XNVB7VK
http://www.megaupload.com/?d=YVDP6V1A
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Immagine


Spoiler: Mostra
Immagine
Unji

Avatar utente
Marchese
Marchese
Utente Normale
Utente Normale

Post:

924
Bloomi in tasca:
80.00
 

27/11/2011, 20:02  # 


Ok! cel' ho fatta! (Ce un modo per farlo andare + veloce?)
Immagine

I miei pokèmon preferiti:
ImmagineImmagine

Immagine
Magikarpown

Avatar utente
Cavaliere
Cavaliere
Utente Normale
Utente Normale

Post:

381
Bloomi in tasca:
45.00
 

02/12/2011, 1:05  # 

A quanto ti va ? Prova togliendo il volume dalle impostazioni e dimmi a quanto va sia con e senza volume please .
Questo link è visibile solo agli utenti registrati. Registrati o loggati per visualizzarlo!
Immagine


Spoiler: Mostra
Immagine
Unji

Avatar utente
Marchese
Marchese
Utente Normale
Utente Normale

Post:

924
Bloomi in tasca:
80.00
 

    dolphin errore 0xc000007b      emulatore ps3      http://megaupload.com/?d=8n4lryd3 -"search engine" -"results found" -"recent files" -weebly -"parent directory" -"similar downloads"      istruzioni ps3emu      pcsx2 0xc000007b dalla versione 4xxx      your computer is very slow for this emulator      emuloader 5.8.2      ps3emu guida      ps3emu x64