Differences between revisions 2 and 3
Revision 2 as of 2019-07-31 23:47:25
Size: 1597
Editor: dan
Comment:
Revision 3 as of 2019-07-31 23:56:49
Size: 3204
Editor: dan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Line 13: Line 14:

 '''~/.mame/mame.ini'''

`# Default MAME configuration file for Debian`

`# Allow per-user mame.ini configuration files`

`inipath $HOME/.mame;/etc/mame;/share/ludo/mame`

`# Default data search paths`

`rompath /share/ludo/mame/roms`

`samplepath /share/ludo/mame/samples;/usr/local/share/games/mame/samples;/usr/share/games/mame/samples`

`artpath /share/ludo/mame/artwork;/usr/local/share/games/mame/artwork;/usr/share/games/mame/artwork`

`cheatpath /share/ludo/mame/cheat;/usr/local/share/games/mame/cheat;/usr/share/games/mame/cheat`

`crosshairpath /share/ludo/mame/crosshair;/usr/local/share/games/mame/crosshair;/usr/share/games/mame/crosshair`

`hashpath /usr/share/games/mame/hash`

`ctrlrpath /etc/mame/ctrlr`

`# Default data output paths`

`cfg_directory /share/ludo/mame/Config`

`nvram_directory /share/ludo/mame/nvram`

`memcard_directory /share/ludo/mame/memcard`

`input_directory $HOME/.mame/inp`

`state_directory $HOME/.mame/sta`

`snapshot_directory $HOME/.mame/snap`

`diff_directory $HOME/.mame/diff`

`comment_directory $HOME/.mame/comments`

`# Debian feature defaults`

`# Set video to 'soft' if DRI is not reliable on your hardware`

`video opengl`
`# Set multithreading to '1' if you have more than one core`

`multithreading 0`

`# Set window to '1' if you want MAME to start in a window`

`window`

progetto di costruzione di una mame-machine

software (OS, ROM, etc)

  • debian 9, apt-get install mame

  • mame frogger.zip

Funzionano frogger, space invaders e qix

https://it.wikipedia.org/wiki/Guerrilla_War

Smokeboys?

  • ~/.mame/mame.ini

# Default MAME configuration file for Debian

# Allow per-user mame.ini configuration files

inipath                  $HOME/.mame;/etc/mame;/share/ludo/mame

# Default data search paths

rompath                  /share/ludo/mame/roms

samplepath               /share/ludo/mame/samples;/usr/local/share/games/mame/samples;/usr/share/games/mame/samples

artpath                  /share/ludo/mame/artwork;/usr/local/share/games/mame/artwork;/usr/share/games/mame/artwork

cheatpath                /share/ludo/mame/cheat;/usr/local/share/games/mame/cheat;/usr/share/games/mame/cheat

crosshairpath            /share/ludo/mame/crosshair;/usr/local/share/games/mame/crosshair;/usr/share/games/mame/crosshair

hashpath                 /usr/share/games/mame/hash

ctrlrpath                /etc/mame/ctrlr

# Default data output paths

cfg_directory            /share/ludo/mame/Config

nvram_directory          /share/ludo/mame/nvram

memcard_directory        /share/ludo/mame/memcard

input_directory          $HOME/.mame/inp

state_directory          $HOME/.mame/sta

snapshot_directory       $HOME/.mame/snap

diff_directory           $HOME/.mame/diff

comment_directory        $HOME/.mame/comments

# Debian feature defaults

# Set video to 'soft' if DRI is not reliable on your hardware

video                    opengl # Set multithreading to '1' if you have more than one core

multithreading          0

# Set window to '1' if you want MAME to start in a window

window

elettronica (manopole, bottoni)

  • foto della manopola di peppo
  • bottoni quali usare (da slot o)
  • trovare pallina rossa
  • tastiera da saccheggiare

hardware

  • quella scheda madre trovata li
  • un pezzo di RAM da 1Gb le va bene
  • alimentatore con luci blu, supporta 6 schede
  • monitor, mouse e tastiera ps2

contenitore (scatola in legno, plastica, etc)

  • legno circa 180x70 x2 + dietro, davanti e ripiano
  • spessore legno 2cm almeno

https://en.wikipedia.org/wiki/Nicola_Salmoria

https://archive.org/details/MAME2003_Reference_Set_MAME0.78_ROMs_CHDs_Samples

https://archive.org/details/MAME0.139_MAME2010_Reference_Set_ROMs_CHDs_Samples

https://wiki.mamedev.org/index.php/FAQ:ROMs

https://wiki.debian.org/Mame

https://linux.softpedia.com/get/System/Emulators/MAME-38090.shtml

https://geekvisit.com/retro-pie-mame-and-romsets/

https://retropie.org.uk/docs/Debian/

https://emulationstation.org/

https://en.wikipedia.org/wiki/MAME

https://github.com/retropie/retropie-setup/wiki/MAME

https://sourceforge.net/projects/knoppixmame/files/latest/download

http://www.gametronik.com/site/

https://web.archive.org/web/20160402171815/http://www.gaelco.com/english/pages/hablando/frhablan.htm

https://www.linuxvoice.com/arcade-machine/

mame (last edited 2019-10-29 11:08:43 by dan)