Skip to content

paulwratt/AtariST-miniupnp

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 57.5%
  • C 33.1%
  • Makefile 4.5%
  • Shell 3.7%
  • Python 1.2%