0cjs / 6502_mep

Micro Entertainment Pack games for 6502 systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6502 MEP

This is a work in progress port of the Micro Entertainment Pack game Archaeologist (essentially a clone of Minesweeper) to 6502-based 8 bit micros.

It compiles (using the provided makefile) using the ca65 assembler from the cc65 tool chain. Currently it supports:

  • Atari 400, 800, and XE/XL series machines (main.xex)
  • Commodore 64 machines (main.prg)
  • Apple ][ (both monochrome and colour displays) (main.dsk), also works on later Apple II models.
  • BBC Micro (main.ssd) (should work on all models, and on Electron)
  • RC6502 Apple 1 Replica with a MC6847 VDU and Joystick Controller (main.hex is a dump of wozmon input, main.rc6 is a raw binary of the same)

Work is currently in progress on VIC-20 and other variants.

About

Micro Entertainment Pack games for 6502 systems


Languages

Language:Assembly 57.0%Language:Perl 28.6%Language:C 11.8%Language:Pascal 1.5%Language:Makefile 0.9%Language:Python 0.1%Language:Shell 0.1%