Search found 7 matches

by GenesisFan64
Sat Jun 26, 2021 3:06 am
Forum: Super 32X
Topic: Project Shinrinx
Replies: 0
Views: 107428

Project Shinrinx

It's been a while since my last post of me rage-quitting sega dev due to problems... but I'm back, kinda

So first, I'm pretty sure you have seen this: https://www.youtube.com/watch?v=pOWZbydnlZE, I've working on a kinda-remake (not 1:1 but similar) of the same tech demo:
https://github.com ...
by GenesisFan64
Thu Nov 17, 2016 7:55 pm
Forum: Megadrive/Genesis
Topic: Cool stuff
Replies: 1
Views: 4480

Cool stuff

Here's the source code + misc
https://www.dropbox.com/s/qt5kdbzb8i5gfcn/MD.zip?dl=1

MD.zip contains:

Platfomer_MD
- Sega CD OR 32X support (depending on the assembler settings), including exclusive features like CD's stamps or my custom 3D render for 32X
- Updated SMEG Sound Engine (18 channels ...
by GenesisFan64
Wed Jun 12, 2013 10:09 pm
Forum: Sound
Topic: SMEG 68k sound driver
Replies: 11
Views: 11883

One song + 2 dac? Or other way? May be... It can play any count of songs if total channels count not exceed 16?
I don't want to know answers, I just want to show you lack of info.

It supports up to 10 channels
FM1-6, using DAC disables FM6 (obviously), all PSG with clock Noise, using Tone3 Noise ...
by GenesisFan64
Wed Jun 12, 2013 8:49 pm
Forum: Sound
Topic: SMEG 68k sound driver
Replies: 11
Views: 11883

Here's more explanation:

Again: SMEG reads .it files, ONLY the patterns, the rest of the module is ignored
FM voices and DAC samples are separated, FM Voices are in SMPS format

this driver can read some .it effects like panning and portametro up/down
the Zxx effects are used for features like DAC ...
by GenesisFan64
Wed Jun 12, 2013 4:37 am
Forum: Sound
Topic: SMEG 68k sound driver
Replies: 11
Views: 11883

SMEG 68k sound driver

Hello everyone, it's me again.

Here's the first release: https://docs.google.com/file/d/0BzL0dkMMEPNjVlFMaTlWVFlGZzQ/edit?usp=sharing
the .zip file contains the source code for making a test rom, the folder /sound is the main thing.

please, PLEASE only use this driver on homebrew games and not ...
by GenesisFan64
Tue Jun 04, 2013 5:41 pm
Forum: Blabla
Topic: What are you working on?
Replies: 16
Views: 16954

Oh that is totally awesome and unexpected !
You said 68k driver, does that mean it works entirely on 68K ? I guess you use the Z80 for DAC playback ?
Yes.

You also said it support IT format directly but what software you can use to produce valid IT (instruments need to be in YM format ...
by GenesisFan64
Tue Jun 04, 2013 5:33 am
Forum: Blabla
Topic: What are you working on?
Replies: 16
Views: 16954

Not sure if it's a good idea to post here, but anyways...
I'm working on my own 68k Sound Driver "SMEG" (or "GEMS" in reverse, just for fun)

it reads .it files directly, without converting at all (but you have to find the pattern data yourself in hex)

Supports all 6 FM channels, DAC (disables FM6 ...