forked from OpenDUNE/OpenDUNE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.atari
47 lines (28 loc) · 1.17 KB
/
README.atari
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
To get OpenDUNE running on Atari Falcon and TT :
* building
cross compile using cross mint :
http://vincent.riviere.free.fr/soft/m68k-atari-mint/
use :
./configure --host=m68k-atari-mint --os=TOS
you'll also need vasm (vasmm68k_mot)
http://sun.hasenbraten.de/vasm/
* Precompiled versions
http://nanard.free.fr/opendune/
Discussion about the port on atari-forum.com :
http://www.atari-forum.com/viewtopic.php?f=26&t=29873
* running
- MIDI music is sent to the ATARI MIDI Out port : use a Gerneral Midi
or MT32 compatible expander to hear music. Set mt32midi=1 in OPENDUNE.INI
to enable the MT32 songs.
- 320x200 (RGB) or 320x240 (VGA) 8bpp modes are used on Falcon.
TT Low (320x480 8bpp) is used on TT.
- Keyboard and mouse input is managed with a custom IKBD interrupt
handler.
- Digitized Sound and Voices are played using STE DMA Sound.
Depending on your Falcon configuration, you may need to run
FPATCH.PRG / FPATCH2.PRG before launching the game
- OPENDUNE.INI file should be located in the same directory as
OPENDUNE.TOS.
- DOS Dune II v1.07 original files should be in a DATA subdirectory,
savegames and options will be stored in a SAVES subdirectory.
Thomas Bernard