Code: > > > Sonic-2-Clone-Driver-v2/engine/Sonic 2 Clone Driver v2.asm(1388):10: error #1505: addressing mode not supported on 68000 > > > SFX_SFXChannelRAM(pc,d3.w) > > > movea.w SFX_SFXChannelRAM(pc,d3.w),a5 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~ Trying to port the spindash sound to sonic 1 with this sound driver, and it seems like i put so much stuff between the engine and this direction. How could YOU fix it? After this is your sounddriver
How do i fix black screen on kega? im using a clean sonic 1 git dissasembly, and the build went on without errors.
You wanted to do a Spin Dash REV, right? I have also encountered this. Thank you TheBlad768 for teaching me this. In short, replace this line from the error with this. It's just that the code doesn't reach: Code: lea SFX_SFXChannelRAM(pc),a5 movea.w (a5,d3.w),a5
Cheers for this, I was wondering why the REV sound setting caused an error within building the ROM so I just didn’t use the setting but finally I should be able to use it!
Am I the only one confused by the function of the 32x's pwm? I know you have to turn on the 32x but how?
This, fucking this wow this driver is amazing, im in awe in how the fade in sound, fades pretty much every sound, and i do mean EVERY SOUND. my only minor nitpick is it's not officially available in the hivebrain 2005 disam format
This is a very cool driver however, it doenst seem to work on some android emulators (and blastEm, i didn't try on blastEm) I am using the TheBlad768 Clone driver implementation
It definitely wasn't (and it never will be) available for the legacy Hivebrain 2005 disassembly. Unless if you count the AS version of that, then... Honestly, such a very pointless post here to make myself, considering the fact that we're supposed to be talking about stuff related to this sound driver such as issues and such, but oh well. P.S. I'm back.
Probably not, as the instructions were written specifically for unmodified disassemblies. Pre-modified disassemblies complicate things.
Errors tend to cause other errors, meaning that fixing the first few errors would make all the subsequent errors go away. The video does not show the first few errors, so I do not know what to do to fix the other errors. The errors should be recorded to a file called 'sonic.log', so you can use that to get a complete list of errors.
How would I uninstall MegaPCM2 and replace it with Sonic 2 Clone driver?(I'm using a December 20th 2023 disasm)
Those functions are in the 'sound/Sonic-2-Clone-Driver-v2/engine/Functions.asm' file, so it seems like that file isn't being included. The guide goes over including the file here.
Fixed, and doesn't work on all emulators... (I only used Kega and Clowndemu) Spoiler: Error in question Edit: Also fixed the black screen.
1. flg_first is been double defined, find the copy of flg_first with a : and delete it. 2. The "bra.s" should be renamed to just "bra".