Search found 8 matches

by Sdw
Thu Oct 17, 2013 10:37 am
Forum: Demos
Topic: Datastorm 2014 Invitation
Replies: 5
Views: 5280

Datastorm 2014 Invitation

My first demoscene related release for the Megadrive, simple stuff written entirely in 68000-assembler even though it could probably have been made in C just as easily! :) http://www.pouet.net/prod.php?which=61978 http://www.youtube.com/watch?v=31xYO8FmjfM http://content.pouet.net/screenshots/61978....
by Sdw
Mon Oct 14, 2013 9:40 pm
Forum: Demos
Topic: wolfenstein demo for sega genesis
Replies: 364
Views: 455745

I think you are onto something - this version played correctly as far as I could tell!
by Sdw
Sun Oct 06, 2013 8:02 pm
Forum: Demos
Topic: wolfenstein demo for sega genesis
Replies: 364
Views: 455745

Well, sorry to be the bearer of bad news, but on my setup (PAL Megadrive II + Everdrive), music still does not play correctly. I tried all three versions posted: wolf3ddemo_b2_f.bin wolf3ddemo_b2_posfix.bin wolf3ddemo_b2_zclr.bin None of them plays the music correctly. Sometimes I get almost nothing...
by Sdw
Tue Oct 01, 2013 9:10 pm
Forum: Demos
Topic: wolfenstein demo for sega genesis
Replies: 364
Views: 455745

The test version (tfmsmd.rar) plays back correctly on my PAL Megadrive with using and Everydrive MD.

The latest Wolf3D build (wol3ddemo_b2.rar) however does not, sound effects sound fine, but the music is just some isolated blips and blops, nothing at all like the test version.
by Sdw
Wed Sep 04, 2013 6:08 pm
Forum: Demos
Topic: wolfenstein demo for sega genesis
Replies: 364
Views: 455745

This is impressive, 15 fps is well playable!
I wonder how much it will drop with sprite rendering/game logic etc. running.
by Sdw
Tue Oct 11, 2011 9:45 pm
Forum: Sound
Topic: Problem with TFM music replay - distorted sound
Replies: 9
Views: 6583

Thanks, adjusting the TL 10 steps made everything sound better, and I added the Z80 wait just to be safe. That got me thinking, if you don't have any of your own code running on the Z80, is it really necessary to do the whole stop z80/write ym/start z80 thing, can't you just stop the z80 right at th...
by Sdw
Tue Oct 11, 2011 11:24 am
Forum: Sound
Topic: Problem with TFM music replay - distorted sound
Replies: 9
Views: 6583

I remember there is a bug in the TFM player code you provided Shiru, it has already been discussed somewhere but i can't find out where... I fixed the problem in the SGDK version of the player, as far i remember it was due to the way you're writing th YM registers (not checking for busy flag before...
by Sdw
Mon Oct 10, 2011 7:32 pm
Forum: Sound
Topic: Problem with TFM music replay - distorted sound
Replies: 9
Views: 6583

Problem with TFM music replay - distorted sound

Hi guys, new member here! I'm looking to write some demos for the Megadrive, but I'm more of a graphics-effect type of coder, so I'm looking for a kind of a plug-and-play solution for the music. I found Shiru's TFM Music Maker, which seemed to be a good match, an editor, lots of example music and so...