summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/README.DOS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/README.DOS')
-rw-r--r--apps/plugins/zxbox/README.DOS33
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/plugins/zxbox/README.DOS b/apps/plugins/zxbox/README.DOS
new file mode 100644
index 0000000000..4d663e9ad6
--- /dev/null
+++ b/apps/plugins/zxbox/README.DOS
@@ -0,0 +1,33 @@
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.