Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miniupnp/atarist

Various AtariST/STE stuff
https://github.com/miniupnp/atarist

68000 assembly-language assembly-language-programming atari-st atarist motorola-68000

Last synced: 4 days ago
JSON representation

Various AtariST/STE stuff

Awesome Lists containing this project

README

        

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