https://github.com/ericlewis/openfpga-superbreakout
FPGA implementation of Arcade Super Breakout (Atari, 1978) for Analogue Pocket.
https://github.com/ericlewis/openfpga-superbreakout
analogue-pocket openfpga
Last synced: 6 months ago
JSON representation
FPGA implementation of Arcade Super Breakout (Atari, 1978) for Analogue Pocket.
- Host: GitHub
- URL: https://github.com/ericlewis/openfpga-superbreakout
- Owner: ericlewis
- Created: 2022-09-13T20:55:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T23:56:42.000Z (over 3 years ago)
- Last Synced: 2025-03-26T23:12:48.286Z (9 months ago)
- Topics: analogue-pocket, openfpga
- Language: VHDL
- Homepage:
- Size: 716 KB
- Stars: 34
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Super Breakout for Analogue Pocket
+ FPGA implementation by james10952001 of Arcade _Super Breakout_ (Atari, 1978) for Analogue Pocket.
+ Ported from [MiSTer.](https://github.com/MiSTer-devel/Arcade-SuperBreakout_MiSTer/)
+ Multiplayer support via dock.
## Known Issues
+ Double / Progressive modes not implemented.
+ Audio is probably not quite right.
## 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 `sbrkout.rom` file, then place the ROM file in `/Assets/superbreakout/common`.