1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-11 23:43:09 +00:00
Gehstock.Mist_FPGA/Arcade_MiST/Universal Cosmic Hardware

Arcade: Universal Cosmic games (Z80-based) originally for MiSTer

By Mike Coates Current Version - 1.00 - 03/07/2022

Description

This is a recreation of the Universal games that run on similar hardware.

The game timing should be very close to the original, but the code is not necessarily identical to the real thing, but achieves the same end result.

Controls

Up, Down, Left, Right, Fire 1, Fire 2 (not all games use all buttons)

Games currently supported

Known differences/problems

Sound effects are all implemented using samples (other than the DAC).

I have added a screen flip option to the sprite code, sprites are flipped by the software on the real hardware, but everything else does have a flip signal. It is implemented as a fake dip switch.

ROM Files Instructions

  • Create ROM and ARC files from the MRA files in the meta directory using the MRA utility. Example: mra -A -z /path/to/mame/roms "Cosmic Alien.mra"
  • Copy the ROM files to the root of the SD Card
  • Copy the RBF and ARC files to the same folder on the SD Card

MRA utility: https://github.com/sebdel/mra-tools-c/