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:
    4
    Nice sound driver. Keep up the good work!
     
  2. Alegamer700

    Alegamer700 Newcomer Member

    Joined:
    Jun 14, 2021
    Messages:
    18
    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:
    56
    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:
    70
    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. NayTheGamer

    NayTheGamer rawr..... Member

    Joined:
    Sep 30, 2022
    Messages:
    92
    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 Active Member Member

    Joined:
    Apr 24, 2023
    Messages:
    32
    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. SSRGteen117

    SSRGteen117 i like to s1, s1 Member

    Joined:
    Jan 6, 2021
    Messages:
    12
    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