miniupnp / AtariST

Various AtariST/STE stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Various AtariST/STE stuff


Languages

Language:Assembly 57.5%Language:C 33.1%Language:Makefile 4.5%Language:Shell 3.7%Language:Python 1.2%