mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
source-verified core_classification, upstream URLs, validation fields, and hle_fallback flags. trimmed verbose notes. removed phantom files (azahar boot9/sector0x96). added bsnes2014 variant profiles.
21 lines
578 B
YAML
21 lines
578 B
YAML
emulator: Arduous
|
|
type: libretro
|
|
core_classification: pure_libretro
|
|
source: "https://github.com/libretro/arduous"
|
|
upstream: "https://github.com/jmaroeder/arduous"
|
|
profiled_date: "2026-03-23"
|
|
core_version: "0.1.0"
|
|
display_name: "Arduboy (Arduous)"
|
|
cores:
|
|
- arduous
|
|
systems:
|
|
- arduboy
|
|
|
|
notes: |
|
|
ATmega32U4 AVR simulator built on simavr with SSD1306 OLED display
|
|
emulation. MCU hardcoded at 16 MHz (arduous.h:70-71). Game content
|
|
(.hex) parsed via in-tree ihex reader and written directly into
|
|
simavr flash (arduous.cpp:169-179). No system directory access.
|
|
|
|
files: []
|