Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Musicdump | Description: | Dumps music data from neo geo pocket roms | Download: | musicdump.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 89kb | Date: | 01 Sep 2010 | Author: | Ivan Mackintosh (& a small part by THOR) | Submitter: | Spot / Up Rough | Email: | spotUP/gmail com | Category: | development/cross | Replaces: | development/cross/musicdump.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 5876 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 130 (Current version) | | 130 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
NGP Music ripper by Ivan ( & Thor)
Syntax:
musicdump <romfile> <output_prefix> <b|h>
b : binary dump (for asm)
h : C include file (to use with lib in "music.c", should work with Ivan's C
framework, NeoTracker part)
It generates one file/group.
visit http://www.geocities.com/rtb7 and download "puzzle gems" sources for a
sample.
It looks like this :
SL_SoundInit(); // init sound : driver & z80 setup
SL_LoadGroup(magical0,sizeof(magical0)); // load group containing tunes & sfx
SL_PlayTune(0); // play tune (often 0)
SL_PlaySFX(1); // Play SFX (doesn't stop tune)
|