freemlib-neogeo icon indicating copy to clipboard operation
freemlib-neogeo copied to clipboard

library(-ish) and utils for programming the Neo-Geo

Results 11 freemlib-neogeo issues
Sort by recently updated
recently updated
newest added

$ git clone --recursive https://github.com/freem/freemlib-neogeo Cloning into 'freemlib-neogeo'... remote: Counting objects: 3298, done. remote: Total 3298 (delta 0), reused 0 (delta 0), pack-reused 3298 Receiving objects: 100% (3298/3298), 846.65 KiB...

I've only just now realized that vasm and vlink can't be used for commercial purposes (outside of Amiga 68K), making them hard to recommend to anyone who wants to do...

Project/Meta

The Sound Driver is a combination of multiple components: - [X] Required hardware calls/routines (`$01` = slot switch, `$03` = soft reset, writing `1` to port `0xC0`, etc.) - [...

Sound

_Part of the Sound Driver master todo list (#2)_ This issue is actually two-in one, since they're somewhat related. Z80 banking is used on cart systems to access more than...

Sound

_Part of the Sound Driver master todo list (#2)_ The system command list includes tempo changes, fade in/out, stop playback, and more. The commands themselves are between `$00-$1F`, with a...

Sound

_Part of the Sound Driver master todo list (#2)_ The real core of the sound driver is being able to play back sound effects and music. This is the part...

Sound

_Part of the Sound Driver master todo list (#2)_ CD-DA playback involves playing a music track off of the CD. References: - [CDDA article on Neo-Geo dev wiki](https://wiki.neogeodev.org/index.php?title=CDDA)

Sound
CD systems

_Part of the Sound Driver master todo list (#2)_ SSG stands for "Simple Sound Generator", and it's pretty simple (like AY-3-8910 simple). - [ ] Stop and play channels -...

Sound

_Part of the Sound Driver master todo list (#2)_ FM is the most complex part of the YM2610. (This issue will be edited with a list later, as there's a...

Sound

_Part of the Sound Driver master todo list (#2)_ A single channel with variable sampling rate (5.55KHz to 55.5KHz), but not available on CD consoles. - [ ] Stop and...

Sound