Coder Social home page Coder Social logo

theflyingape / retroarch Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 45.79 MB

my digital content, configurations, and scripts in support of retrogaming from 1976

Home Page: https://robert.hurst-ri.us/rob/retrocomputing

License: Creative Commons Zero v1.0 Universal

Shell 84.68% Python 15.32%
emulator-launcher retrocomputing retrogaming

retroarch's Introduction

โ›” ๐Ÿช™ โ†’ ๐Ÿ–ฑ๏ธ โŒจ๏ธ ๐ŸŽฎ โ†’ RetroArch โ†’ ๐Ÿ•น๏ธ ๐Ÿ›ธ ๐Ÿ‘พ ๐Ÿ“บ

My harvesting and personal contributions of digital content in support of retrogaming / retrocomputing from 1976

Digital content is accessible out of my โ˜๏ธ Drive ๐Ÿ“š Bookshelf and ๐Ÿ’ฟ๐Ÿ’พ Retro folders.

Boot image

There, you can find a boot image into a beautiful Debian 12 Bookworm KDE Plasma desktop (or console) with the latest RetroArch and its emulation cores to run content off my playlists made for ๐Ÿ“ Pi 4/400 and Pi 5.

$ lsblk -S  # find your target device NAME (NVME drive, SD card, USB stick)
$ xzcat RA-playlists-bookworm.img.xz | sudo dd of=/dev/[NAME] bs=4k status=progress
$ sync

Its first boot may take a little longer โ€“ be patient โ€“ and it may even reboot itself one more time after startup completely finishes. Once that has settled, you must configure your network, sound, and connect any bluetooth devices using the system panel controls.

Both desktop and console auto login as pi using password Freedom

Technical Layout

This RetroArch configuration is designed to be โ€˜plug & playโ€™. And while it allows for some flexibility to make some runtime modifications, it returns back to its original state after reboot. This is intentional, not to annoy you, but to protect from changes that lead to incidental havoc to gameplay.

That said, feel free to drop to a terminal shell prompt (you can press F12 off the console menu) and check out the differences between the default and my template configuration:

$ cd /retroarch
$ ll *.cfg
$ diff default.cfg template.cfg | less
$ micro template.cfg

Thus, template.cfg gets copied over to retroarch.cfg โ†’ which points to the pi temporary runtime memory space. It is the base configuration that gets loaded first. Subsequently, the other configuration files listed โ€“ aptly named to follow the console playlist menu โ€“ are appended in the order received to override the base values.

There is a convenience script that can fetch and build RetroArch and some key emulation cores:

$ make-retroarch.sh

Cores

This table represents the emulation cores installed and referenced within the various playlists. It is useful to know the name of the core for Netplay connections to another host โ€“ as both the core and the content should be (optimally) identical:

  1. Arcade :: 1976 - 2004
    • FinalBurn Neo
    • MAME
    • MAME 2003-Plus
  2. Computers :: 1977 - 1999
    • MAME - Apple II / IIgs / Macintosh
    • Atari800 - Atari 800
    • Commodore
      • PUAE - Amiga
      • VICE x64sc - 64
      • VICE x128 - 128
      • VICE xpet - PET
      • VICE xplus4 - 16 / Plus4
      • VICE xvic - VIC 20
    • DOSBox-Pure - PC DOS / Win98
    • px68k - Sharp X68000
  3. Consoles :: 1977 - 2013
    • Atari
      • Stella - 2600
      • ProSystem - 7800
    • blueMSX - ColecoVision
    • FreeIntv - Mattel Intellivision
    • Beetle PCE FAST - NEC PC Engine / CD
    • NeoCD - Neo Geo CD
    • Nintendo
      • Mesen - NES / Famicom
      • Mupen64Plus-Next - N64
      • Snes9x - Current - SNES / SFC
    • Sega
      • Dreamcast / Naomi - Flycast
      • Genesis Plus GX - MS/GG/MD/CD
      • PicoDrive - 32X
    • Sony
      • PCSX ReARMed - PlayStation
      • LRPS2 - PlayStation 2
    • vecx - Vectrex
  4. Handhelds :: 1989 - 2014
    • Beetle Handy - Atari Lynx
    • Beetle NeoPop - Neo Geo Pocket / Color
    • Nintendo
      • gpSP - Game Boy Advance
      • Gambatte - Game Boy / Color
      • PokeMini - Pokemon Mini
      • Beetle VB - Virtual Boy
    • PPSSPP - Sony PlayStation Portable

Overclocking

These are relatively safe values to bump the CPU + GPU clock up in /boot/firmware/config.txt

[pi4]
# enables highest gpu settings at the expense of dual displays
hdmi_enable_4kp60=1
# overclock +10%
over_voltage=4
arm_freq=1980
gpu_freq=550
[pi5]
dtparam=nvme
dtparam=pciex1_gen=3
kernel=kernel8.img
# overclock +15%
over_voltage=3
arm_freq=2760
gpu_freq=920

If using an NVME drive on Pi 5, enable it to boot:

$ sudo rpi-eeprom-config --edit
[all]
BOOT_UART=0
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf461
PCIE_PROBE=1
WAKE_ON_GPIO=0

retroarch's People

Contributors

theflyingape avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.