Skip to content

UNO for Vintage Computers v1.0.0

Choose a tag to compare

@jhonnaker1 jhonnaker1 released this 08 Jul 19:49
· 54 commits to main since this release

Prebuilt binaries for every platform in this repo. All built from this tag's source with cc65.

How to run each one

  • uno-c64.prg — Commodore 64. x64sc uno-c64.prg in VICE, or a real C64 + disk/cart tool.
  • uno-c128-40col.prg — Commodore 128, 40-column (VIC-IIe). x128 uno-c128-40col.prg.
  • uno-c128-80col-vdc.prg — Commodore 128, 80-column (VDC chip). x128 uno-c128-80col-vdc.prg.
  • uno-plus4.prg — Commodore Plus/4. xplus4 uno-plus4.prg.
  • uno-pet4032.prg — Commodore PET 4032 (keyboard only, no joystick port). xpet uno-pet4032.prg.
  • uno-vic20-KNOWN-BROKEN.prg — Commodore VIC-20 + memory expansion. Included for completeness only — has an unresolved VIC-chip rendering bug where large parts of a correct, in-memory screen never actually display. See the vic20/ directory for details. Needs xvic -memory all.
  • uno-atari800xl.xex — Atari 800XL. atari800 -xl -xlxe_rom <your ATARIXL.ROM> -nobasic uno-atari800xl.xex (you need your own Atari XL ROM dump; not included here).
  • uno-apple2e.system — Apple IIe (enhanced), ProDOS .SYSTEM file. This is not a bootable disk image by itself — see the apple/ README section for how to inject it into a ProDOS disk image with apple/tools/make_disk.py, then run it in MAME's apple2ee driver.

Controls

Joystick (where the hardware has a port) or keyboard: cursor left/right to pick a card, space/return to play or confirm, cursor up to draw, or jump straight to a card with 1-9, 0, A-J.

Full source, per-platform build instructions, and design notes are in the main README.