Home | Forums | What's new | Resources | |
Project : convert yamaha YMxxx FM to saturn scsp FM |
vbt - Sep 18, 2016 |
< Prev | 1 | 2 | 3 | 4 | Next> |
vbt | Feb 26, 2020 | |||||
Congrats for this demo, i'll try to recompile it and test it |
vbt | Feb 29, 2020 | |||
@DamageX... would you come on irc or discord ? |
DamageX | Feb 29, 2020 | |||
where is the IRC channel? |
vbt | Feb 29, 2020 | |||||
Let's say #yabause at freenode |
DamageX | Feb 29, 2020 | |||
sorry nevermind. I registered for discord |
vbt | Mar 8, 2020 | |||
1943 is on the way, next step is using your VGM driver EDIT : driver loaded : |
vbt | Mar 8, 2020 | ||||
I did that :
Code:
and it works !!! but it doesn't play all super good job @DamageX... ! |
DamageX | Mar 9, 2020 | |||
init controller port is for being able to read the gamepad from SMPC registers, not sure if you need that (or the delays... except the last one) Try this build of the driver http://www.hyakushiki.net/satdev/vgm68-2.bin... I tested it with all the 1943 tracks. http://www.hyakushiki.net/satdev/satmload.iso... |
DamageX | Mar 18, 2020 | |||
The other VGM files were the same indeed. I couldn't reproduce any problems. Are you loading them all at 4-byte aligned boundaries? How about this build? |
DamageX | Mar 21, 2020 | |||
It can load files from CD? That would be cool. |
vbt | Mar 21, 2020 | |||||
Naturally it will, i'll do my best |
DamageX | Mar 24, 2020 | |||
#4 was crashing on the Saturn because of a typo, so here is a new one. MDX files have some $EC vibrato using SCSP LFOs now here is an ISO for the fun of it (press B then A or press B then C to change song) http://www.hyakushiki.net/satdev/snddrv2.iso... |
DamageX | Apr 4, 2020 | |||
latest build: http://www.hyakushiki.net/satdev/vgm68-6.bin... http://www.hyakushiki.net/satdev/vgm68-6.no... MDX tweaks, YM2612 LFO, detune tweaked, key scaling (?) |
vbt | Apr 6, 2020 | |||
just a WIP it should combine all stuff done by Rockin'-B + @DamageX... FM driver ! |
DamageX | Apr 10, 2020 | |||
driver with mod player inside: http://www.hyakushiki.net/satdev/vgm68-7.bin... http://www.hyakushiki.net/satdev/vgm68-7.no... Playback address should default to the same as the driver end address. Use command 4 to play mods |
vbt | Apr 11, 2020 | |||
here is first beta, there are still many bugs but i've fixed some issues from the original program. There is not yet a good switch between drivers. VGM flies play well, i can't play MOD & MDX yet. source code is here : |
DamageX | Apr 11, 2020 | |||||||||||||||
This part needs to use 1, 3, or 4 depending on VGM, MDX, or MOD.
Try changing 0x25A0010C to 0x25A00108 instead. (Only test 10C after loading the driver and turning on the 68000.) And send the stop command before you load the data from CD... Hope this helps |
< Prev | 1 | 2 | 3 | 4 | Next> |