Sonic 2 Clone Driver v2

Discussion in 'Staff Projects' started by Clownacy, Aug 12, 2016.

  1. Sonbeta

    Sonbeta Newcomer Trialist

    Joined:
    Jul 2, 2023
    Messages:
    9
    Nice sound driver. Keep up the good work!
     
  2. AleDrawer2008

    AleDrawer2008 Active Member Member

    Joined:
    Jun 14, 2021
    Messages:
    31
    Location:
    Somewhere in South America
    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
     
  3. Delta

    Delta Newcomer Member

    Joined:
    Nov 27, 2022
    Messages:
    11
    How do i fix black screen on kega? im using a clean sonic 1 git dissasembly, and the build went on without errors.
     
    Last edited: Nov 12, 2023
  4. Hame

    Hame Peepee Poopoo Member

    Joined:
    Jan 12, 2021
    Messages:
    66
    Location:
    Spain
    nvm, I thought it was something about mega pcm, trash this
     
    nineko likes this.
  5. EddyTF

    EddyTF 단순 한 사람 Member

    Joined:
    Jan 9, 2022
    Messages:
    72
    Location:
    Russia
    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
     
  6. NaylenFresh

    NaylenFresh ASD make me go insane E8IQRHE4W9UTHERW8UO9 Member

    Joined:
    Sep 30, 2022
    Messages:
    99
    Location:
    England
    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!
     
  7. Red2010 is now

    Red2010 is now A Normal RomHacker with occupations. Member

    Joined:
    Apr 24, 2023
    Messages:
    79
    Location:
    Somewhere in Spain
    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?
     
  8. RunninPigeon

    RunninPigeon i like to s1, s1 Member

    Joined:
    Jan 6, 2021
    Messages:
    14
    Location:
    Angel Island Zone
    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
     
  9. Joao Gamer

    Joao Gamer Well-Known Member Member

    Joined:
    Nov 22, 2023
    Messages:
    90
    Location:
    Brazil
    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
     
  10. JGamer2151

    JGamer2151 Happy Snake Year Y'all Member

    Joined:
    Dec 1, 2020
    Messages:
    101
    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.
     
    Last edited: Jan 30, 2025