Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blog:retrogaming [2023/12/02 21:39] – [Emulation Station Desktop Edition] johnblog:retrogaming [2023/12/04 19:54] (current) – [Disable swap] john
Line 48: Line 48:
 <code> <code>
 sudo swapoff -a sudo swapoff -a
 +sudo systemctl disable swapfile.swap
 sudo systemctl disable swap.target sudo systemctl disable swap.target
 </code> </code>
Line 138: Line 139:
 mkdir .mame/ mkdir .mame/
 cd src/mame cd src/mame
-cp -a artwork ~user/bin/mame-data +cp -a artwork /path/to/your/mame/artwork/directory 
-cp -a bgfx ~user/bin/mame-data+cp -a bgfx /user/bin/mame-data
 </code> </code>
  
Line 157: Line 158:
 rompath /path/to/your/mame/roms/directory rompath /path/to/your/mame/roms/directory
 samples /path/to/your/mame/samples/directory samples /path/to/your/mame/samples/directory
-artwork /home/user/bin/mame-data/artwork+artwork /path/to/your/mame/artwork/directory
 bgfx    /home/user/bin/mame-data/bgfx bgfx    /home/user/bin/mame-data/bgfx
 +skip_gameinfo 1
 video   bgfx video   bgfx
 window  0 window  0
Line 206: Line 208:
 <code> <code>
 video.fs 1 video.fs 1
 +
 +# PC-Engine
 pce.scanlines 25 pce.scanlines 25
 +pce.shader none
 +pce.special nn2x
 +pce.stretch aspect
 +
 +# Megadrive
 md.scanlines 25 md.scanlines 25
 +md.shader none
 +md.special nn2x
 +md.stretch aspect
 +
 +# SNES
 snes.scanlines 25 snes.scanlines 25
 +snes.shader goat
 +snes.special nn2x
 +snes.stretch aspect
 +
 +# Saturn
 +ss.special none
 +ss.shader goat
 ss.scanlines 25 ss.scanlines 25
 +ss.strech aspect
 </code> </code>
  
-There are optional OpenGL shader effects available, as [[https://mednafen.github.io/documentation/|described in the Mednafen documentation]], but my personal preference is no shaders and just basic scanlines, or it starts to look a little artificial.+There are optional OpenGL shader effects available, as [[https://mednafen.github.io/documentation/|described in the Mednafen documentation]], but my personal preference for the PC-Engine is no shaders and just basic scanlines, or it starts to look a little artificial. On later systems the 'goat' shader can look quite nice.
 ==== Redream ==== ==== Redream ====
  
  • blog/retrogaming.1701553152.txt.gz
  • Last modified: 2023/12/02 21:39
  • by john