Search found 7 matches

by BinaryCreature
Thu Sep 23, 2010 1:02 pm
Forum: Tools
Topic: Megadrive SDK
Replies: 25
Views: 22886

Trying to make it work on Ubuntu / gcc-3.4.6, but hitting speed bumps: Encountered a few missing package errors when running the script build-gcc . (for the STUFF YOU NEED section): Required packages were missing on stock Ubuntu installation. MISSING PACKAGES: bison , flex and texinfo . Now I am get...
by BinaryCreature
Fri Jul 23, 2010 1:17 pm
Forum: Demos
Topic: CVSD Compressed audio example
Replies: 74
Views: 70757

Yeah, it'll need a little converting. If you don't have it yourself by later today, I'll do the conversion myself. I just compiled the 1.07 rc7 code and am interested in how it does. EDIT: Okay, here's musicdemo4 with the Z80 code and the makefile altered for sjasmplus. It was really simple. http:/...
by BinaryCreature
Fri Jul 23, 2010 2:01 am
Forum: Demos
Topic: CVSD Compressed audio example
Replies: 74
Views: 70757

I almost forgot about this - Shiru posted a link for this Z80 assembler: http://sjasmplus.sourceforge.net/ Trying to assemble z80_tadpcm.s80 using sjasmplus.exe : C:\megadrive\musicdemo4>sjasmplus z80_tadpcm.s80 SjASMPlus Z80 Cross-Assembler v1.07 RC7 (build 02-04-2008) Pass 1 complete (0 errors) z...
by BinaryCreature
Thu Jul 22, 2010 10:28 am
Forum: Demos
Topic: CVSD Compressed audio example
Replies: 74
Views: 70757

Chilly Willy wrote:Well, you could either try compiling it with cygwin or mingw, or try converting the code to as.

http://john.ccac.rwth-aachen.de:8000/as/
Thanks. I'll have another look at it when I get sufficient free time.
by BinaryCreature
Thu Jul 22, 2010 8:57 am
Forum: Demos
Topic: CVSD Compressed audio example
Replies: 74
Views: 70757

Chilly Willy wrote:I'm using 3.0.18 from here: http://k1.dyndns.org/Develop/projects/z ... ributions/
Thanks. Got anything that works on Windows ? I do prefer Linux but stuck in the MS matrix for a while.
by BinaryCreature
Thu Jul 22, 2010 7:16 am
Forum: Demos
Topic: CVSD Compressed audio example
Replies: 74
Views: 70757

That's fine - feel free. Remember that I did a number of revisions to the code through the thread that did different compression levels, and better compressors. So be sure to check them all out and find the one that suits your purposes most closely. If you have any questions fitting the code in you...
by BinaryCreature
Thu Jul 22, 2010 4:40 am
Forum: Demos
Topic: CVSD Compressed audio example
Replies: 74
Views: 70757

Compressed Speech

Tested your demo on a JXD 1000 (Sunplus PMP8000-powered, using its Megadrive emulator.) The audio plays back very well, considering the extraordinary compression ratio. 24 minutes crammed into a 4 megabyte rom is amazing. I am interested in using your code in a slideshow (picture + speech) demo. Bas...