Search results
SID + SCC
Score: 209.62 %,
Type: Forum topic , Comments: 4 comments
Two worlds combined together: video
Wow, truely amazing! Wow, truely amazing!
Horny Horny
Can this be downloaded? I Can this be downloaded? I have SCC & SID on a Supersoniqs playsonics cartridge
I wonder how ...
Commodore 64 playing Konami SCC music
Score: 192.16 %,
Type: Forum topic , Comments: 4 comments
Well it needs 3 SID chips and still it's not really the SCC sound but at least it's recognizable: video
Yes that is definitely Yes that is definitely recognizable! Well done
How did you achieve 3 SIDs? Is this perhaps a ...
RoboPlay - Multi format music player in Fusion-C
Score: 185.96 %,
Type: Forum topic , Comments: 202 comments
to go
I updated RoboPlay to support I updated RoboPlay to support DRO files version 0.1 and 2.0, supporting OPL2, OPL3 or DUAL OPL2.
The updated source repository can be found here , latest ... of MSX-AUDIO or MSX-MUSIC song
support for FAC Soundtracker 1.0, 2.0 and PRO versions
FM voices based ...
RoboSOP - SOP player on OPL4 using Fusion-C
Score: 175.74 %,
Type: Forum topic , Comments: 16 comments
OPL4_REG 0xC4
#define OPL4_DATA 0xC5
#define OPL4_REG2 0xC6
#define OPL4_TIMER1_COUNT 0x02
#define OPL4_TIMER2_COUNT 0x03
void FT_WriteOpl1(byte addr, byte value)
{
byte busy = 0;
do
{
busy = ...
FT_WriteOpl1(4, (state) ? 0x02 : 0x00);
}
And (part of) the ISR:
void FT_InterruptHandler(void)
{
. ...
OPL3 surround mode
Score: 170.48 %,
Type: Forum topic , Comments: 3 comments
(DO0), one for PCM (DO1), and one for FM+PCM (DO2). For FM channels you can select to output to DO0 ... speakers, and of course DO1 can not be assigned to FM nor DO0 to PCM. Also the panpot and balance settings ... to DO0 and DO1, and for mix them for 4-channel output. Though without software support the other channels ...
