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: 5 months ago
JSON representation
Various AtariST/STE stuff
- Host: GitHub
- URL: https://github.com/miniupnp/atarist
- Owner: miniupnp
- Created: 2016-04-13T10:34:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T00:22:14.000Z (about 4 years ago)
- Last Synced: 2025-04-10T05:55:55.130Z (12 months ago)
- Topics: 68000, assembly-language, assembly-language-programming, atari-st, atarist, motorola-68000
- Language: Assembly
- Size: 417 KB
- Stars: 30
- Watchers: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
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