/Dungeoneer

Primary LanguageAssembly

Dungeoneer

This is a port targeting the Foenix Retro Systems F256 platform. Code is being converted to the 64tass assembler.


Dungeoneer is a simple game developed using Atari 6502 assembler MADS.

Dependencies

Building

To build the executable (xex) program, issue the following make command.

make build

Running

To run the executable in an emulator, feel free to use one of the supplied run targets. The default emulator is atari800.

The following will run the executable in the atari800 emulator.

make run

The following will run the executable in the Altirra emulator using the altirra shell script under wine.

make runalt

References