Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericlewis/openfpga-lunarlander
FPGA implementation of Arcade Lunar Lander (Atari, 1979) for Analogue Pocket.
https://github.com/ericlewis/openfpga-lunarlander
analogue-pocket openfpga
Last synced: about 1 month ago
JSON representation
FPGA implementation of Arcade Lunar Lander (Atari, 1979) for Analogue Pocket.
- Host: GitHub
- URL: https://github.com/ericlewis/openfpga-lunarlander
- Owner: ericlewis
- Created: 2022-09-10T02:33:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T17:58:18.000Z (about 2 years ago)
- Last Synced: 2024-04-15T02:47:28.374Z (7 months ago)
- Topics: analogue-pocket, openfpga
- Language: VHDL
- Homepage:
- Size: 4.69 MB
- Stars: 33
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lunar Lander for Analogue Pocket
+ FPGA implementation of Arcade _Lunar Lander_ (Atari, 1979) for Analogue Pocket.
+ Based on Rev.2 schematics.
+ Ported from the [original MiSTer implementation.](https://github.com/MiSTer-devel/Arcade-LunarLander_MiSTer)
+ Multiplayer support via dock.## Known Issues
+ DIP switches are not implemented.
+ No lamps for difficulty display.## 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 `llander.rom` file, then place the ROM file in `/Assets/lunarlander/ericlewis.LunarLander`.