[go: up one dir, main page]

Skip to content

NowinskiK/lkavalon-atari

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%