Skip to content

NowinskiK/lkavalon-atari

This branch is up to date with trekawek/lkavalon-atari:main.

Repository files navigation

LK Avalon sources

Repository contains sources of the LK Avalon games for 8-bit Atari, released around 1990.

Sources were downloaded from Atari XL/XE Source Archive, transformed from ATASCII to ASCII with convert-atascii.go and manually cleaned up. Now they can be compiled with MADS.

Available sources

Requirements

  • MADS assembler
  • GNU make
  • golang - optionally, for running extra tools

Compilation

Each game can be compiled with:

mads main.asm -o:game.xex

Or with make:

make

Checksums can be validated with:

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 96.3%
  • Go 2.5%
  • Makefile 1.2%