-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
48 lines (35 loc) · 1.11 KB
/
README
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
48
Various Atari ST/STE code
I bought myself a CosmosEx and started to play !
http://joo.kie.sk/cosmosex
I use vasm to assemble 68000 code :
http://sun.hasenbraten.de/vasm/
built with motorola syntax :
$ make CPU=m68k SYNTAX=mot
(see vasm_vbcc_build)
steauply:
Audio player for Atari STE machines, using DMA
to play 8bit signed PCM encoded .AU files.
listacsi:
List ACSI devices connected on the Machine.
Displays result of Inquiry commands. Also detect
CosmosEx translated disk interface.
CosmosExMediaPlayer:
Media player for CosmosEx. Sends special ACSI commands
to the CosmosEx to get suitable data.
Audio support at the moment.
prgshow:
C program used to parse .PRG/.TOS/.TTP Atari TOS execuables.
ym_digit:
play digitized sound on plain ST with YM2149F
asmlib:
various 68k ASM subroutines
show_iff:
Decode Amiga & Atari ST Deluxe Paint IFF files
intro:
various intro effects
the_80s:
source of the 80's slideshow by STratosphere
vasm_vbcc_build:
download / compile / install cross assembler and cross compiler
VASM and VBCC for the AtariST
Thomas Bernard