Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```