A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 33 lines 793 B view raw
1Spectemu is now basically usable under DOS. 2 3Still missing: 4 51) Sound 62) Decent GUI 7 8How to compile: 9--------------- 10 11- You will need DJGPP version 2, libkb, and the allegro game library. 12 You can get these at: 13 14To get DJGPP, read: 15 ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/00README.TXT 16 17Libkb is at: 18 ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/libkb100.zip 19 20Allegro is at: 21 ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/allegro/alleg30.zip 22 23 24- Not all files are needed (no long named files are needed, you can 25 try to get rid of them, but they cause no harm) 26 27- copy 'Makefile.dos' to 'Makefile', and 'config.dos' to 'config.h' 28 29- type 'make' 30 31It should compile without warnings. To start it, enter 'vgaspect'. 32 33See also README, for what can be done with the emulator.