Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/videlanicolas/neogeo
My take on NeoGeo BIOS and Sound Driver.
https://github.com/videlanicolas/neogeo
assembly bios gctf m68k neogeo z80
Last synced: about 2 months ago
JSON representation
My take on NeoGeo BIOS and Sound Driver.
- Host: GitHub
- URL: https://github.com/videlanicolas/neogeo
- Owner: videlanicolas
- License: mit
- Created: 2024-06-14T05:15:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T01:14:45.000Z (6 months ago)
- Last Synced: 2024-06-27T04:10:58.224Z (6 months ago)
- Topics: assembly, bios, gctf, m68k, neogeo, z80
- Language: Assembly
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoGeo
I played around with NeoGeo for the past months, and I want to contribute my take on a NeoGeo BIOS, a sound driver and a startup template for a game cartridge.Special thanks to everyone who updated https://wiki.neogeodev.org!
## Getting started
Get the tools:
```bash
$ sudo apt-get update
$ sudo apt-get install binutils binutils-m68k-linux-gnu
```