Search found 4 matches

by lorix
Fri Sep 18, 2015 1:53 pm
Forum: Megadrive/Genesis
Topic: Sprite Isn't Showing Up
Replies: 35
Views: 21964

Re: Sprite Isn't Showing Up

For the decimal conversion you can also check out my Phantasy Star disassemblies on RHDN. I found the algorithm on PSII and IV; they have the same logic and use an array of 1, 10, 100, etc., which are the number of digits for the conversion. Before converting, it loads the number of digits and then ...
by lorix
Sun Aug 31, 2014 3:12 pm
Forum: Sound
Topic: Complete beginner on sound programming
Replies: 4
Views: 10074

Thanks for the input. I'll try this out :)
by lorix
Sat Aug 30, 2014 7:34 pm
Forum: Sound
Topic: Complete beginner on sound programming
Replies: 4
Views: 10074

What tools would you recommend in making basic sine waves? If it's too complicated for old consoles like the megadrive, isn't there a more general program to help me out with this so that I can test? To be honest, I tried googling a lot for documents about audio/sound programming in general or progr...
by lorix
Sat Aug 30, 2014 1:13 pm
Forum: Sound
Topic: Complete beginner on sound programming
Replies: 4
Views: 10074

Complete beginner on sound programming

Hi everyone. I started programming for Megadrive last year, and after learning assembly and some basics concepts of the hardware I tried fixing some bugs for the Sonic the Hedgehog games using the disassemblies on github. Months later I disassembled a game successfully through Exodus (great tool), a...