A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
1arcade.c
2pacbox.c
3hardware.c
4z80.c
5wsg3.c
6
7#if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
8pacbox_arm.S
9#elif (CONFIG_PLATFORM & PLATFORM_HOSTED) || !defined(IRIVER_H300_SERIES)
10pacbox_lcd.c
11#endif
12
13#if defined(CPU_COLDFIRE)
14/* contains cf-specific functions, AND pacbox_lcd.c replacement for h300 only */
15pacbox_cf.S
16#endif