Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericlewis/openfpga-asteroids
FPGA implementation of Arcade Asteroids (Atari, 1979) for Analogue Pocket.
https://github.com/ericlewis/openfpga-asteroids
analogue-pocket openfpga
Last synced: about 1 month ago
JSON representation
FPGA implementation of Arcade Asteroids (Atari, 1979) for Analogue Pocket.
- Host: GitHub
- URL: https://github.com/ericlewis/openfpga-asteroids
- Owner: ericlewis
- Created: 2022-09-08T20:08:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T23:38:56.000Z (about 2 years ago)
- Last Synced: 2024-04-15T02:47:27.273Z (7 months ago)
- Topics: analogue-pocket, openfpga
- Language: VHDL
- Homepage:
- Size: 4.9 MB
- Stars: 36
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asteroids for Analogue Pocket
+ FPGA implementation of Arcade _Asteroids_ (Atari, 1979) for Analogue Pocket.
+ Based on Rev.4 schematics.
+ Ported from the [original MiSTer implementation.](https://github.com/MiSTer-devel/Arcade-Asteroids_MiSTer)
+ Multiplayer support via dock.## Known Issues
+ DIP switches are not implemented.
## ROM Instructions
ROM files are not included, you must use [mra-tools-c](https://github.com/sebdel/mra-tools-c/) to convert to a singular `asteroid.rom` file, then place the ROM file in `/Assets/asteroids/ericlewis.Asteroids`.