sqoon Posted September 26, 2012 Share Posted September 26, 2012 Can anyone tell me of a good free program for converting the .bin files to .wav format? I have searched for Playbin and Makewav with no success. Thanks. sqoon Quote Link to comment Share on other sites More sharing options...
Mark Wolfe Posted September 26, 2012 Share Posted September 26, 2012 (edited) I am positive they are out there. google your ass off. they may even be posted here, so search the AA forums edit: I only have the mac version of makewav. but you actually do not need it as the bulk of the hacks have already been converted to mp3, check for posts on supercharger Edited September 26, 2012 by Mark Wolfe Quote Link to comment Share on other sites More sharing options...
Mark Wolfe Posted September 26, 2012 Share Posted September 26, 2012 (edited) http://www.ftp.pigwa...r Mod/scmod.htm edit, never mind that USED to have them. try archive.org to find old webpages ahh, found it on pigwa by looking in previous directories... a LOT of stuff is in pigwa http://www.ftp.pigwa.net/stuff/collections/atari_forever/Extension/Loading%20Atari%20ROM%20images%20into%20the%20Supercharger/ Edited September 26, 2012 by Mark Wolfe Quote Link to comment Share on other sites More sharing options...
davyK Posted October 15, 2012 Share Posted October 15, 2012 Casino: NTSC & PAL60 versions... Have just checked this out and there seems to be a bug in the PAL60 version at least - in Game 1, player 2 will be booted out of the game after each deal - player 2 has to keep pressing the button to rejoin the game. Checked this against the original NTSC ROM and it automatically keeps player 2 each deal... Quote Link to comment Share on other sites More sharing options...
Nukey Shay Posted October 17, 2012 Author Share Posted October 17, 2012 Good catch! To save a byte, I reversed the order of loading in a routine...but I forgot to correct the branch logic: LF745: lda $D4 ;3 bne LF751 ;2 ; lda #$30 ;2 original lines ; ldx $ED ;3 ; bne LF751 ;2 ; lda #$70 ;2 lda #$70 ;2 ldx $ED ;3 bne LF751 ;2 lsr ;2 LF751: An LSR in this case nearly accomplishes the same thing as LDA #$30 (LSRed #$70 becomes #$38). Fortunately, the low nybble is stripped away just after this point, so the extra bit did not matter. - however - I forgot to change the branch logic. That BNE instruction at $F74E should have been BEQ (since I'd reversed the order). The game should work right by changing byte $F74E to be $F0 instead of $D0 in both of the hacks. Quote Link to comment Share on other sites More sharing options...
davyK Posted October 18, 2012 Share Posted October 18, 2012 That did the trick Nukey - thanks. I quite like Casino - it has loads of options and I'm also a big fan of poker solitaire Quote Link to comment Share on other sites More sharing options...
doctorclu Posted May 21, 2014 Share Posted May 21, 2014 Just wanted to say thanks to Nukey Shay for all the hacks. I was playing with my Supercharger today and loaded some of these conversations for the first time. That is to say this is the first time I loaded something other than a Starpath game, and probably the first time I loaded a game on the Super Charger in at least a decade. I believe I bought the Supercharger at Toys R Us for about $10 or something back when it was on closeout. Might have been cheaper than that. I downloaded the worship the woodgrain set, and would love to know of more mp3 files out there. So far my Supercharger is unmodified. Quote Link to comment Share on other sites More sharing options...
SoundGammon Posted November 9, 2016 Share Posted November 9, 2016 Is there a zip file that has all the SuperCharger hacks? 1 Quote Link to comment Share on other sites More sharing options...
SoundGammon Posted November 9, 2016 Share Posted November 9, 2016 Backgammon: NTSC & PAL60 palette selection added via B&W switch (7800-compatable). Colors have been altered slightly so that SECAM works too. The assembly file includes an option to disable the easter-egg - in the original game, the computer is allowed to pick double-9's when no moves are valid and chips are in the bar. The player is never allowed to do the same. BTW here is the delay logic for the computer's turn... LF36E: jsr LF3A5 ;6 jsr LF829 ;6 lda $E5 ;3 cmp #$3C ;2 wait for 1 second bmi LF36E ;2 You could make the computer quicker by replacing the bottom 2 lines. For example... and #$20 ;2 wait for 1/2 second beq LF36E ;2 Pic of Backgammon's easter-egg... Cool that the guy who programmed Backgammon, Craig Nelson, went on to start the company who made the SuperCharger! Quote Link to comment Share on other sites More sharing options...
doctorclu Posted January 25, 2017 Share Posted January 25, 2017 Mega Force and Fast Eddie. The latter has the B&W pause switch made 7800-compatable too. NTSC and PAL60 Cool about the pause option in Fast Eddie. Quote Link to comment Share on other sites More sharing options...
Nukey Shay Posted February 6, 2017 Author Share Posted February 6, 2017 (edited) Yahtzee: Large dice (hacked from TZ's "new random" version) Also fixed the screen roll when reset is used. EDIT: Added captions for dice held, roll #, and scoring. Font color used for background when moving through score lines. You can "shake" the dice for as long as you want by holding the trigger. Yahtzee(bigdice).bin Edited February 12, 2017 by Nukey Shay 2 Quote Link to comment Share on other sites More sharing options...
BladeOfOsiris Posted April 19, 2017 Share Posted April 19, 2017 Is there a zip file that has all the SuperCharger hacks? Not yet, I was thinking about doing this myself sometime soon, though Quote Link to comment Share on other sites More sharing options...
doctorclu Posted March 23, 2018 Share Posted March 23, 2018 Is there a zip file that has all the SuperCharger hacks? Yes... yes there is. Supercharger_Hacks.zip 3 Quote Link to comment Share on other sites More sharing options...
darleiv Posted March 28, 2018 Share Posted March 28, 2018 i want montezuma revenge conversion 8k 16k f6 Quote Link to comment Share on other sites More sharing options...
SoundGammon Posted March 28, 2018 Share Posted March 28, 2018 Yes... yes there is. Belated thanks! Quote Link to comment Share on other sites More sharing options...
chewy Posted December 21, 2018 Share Posted December 21, 2018 (edited) - Edited December 21, 2018 by chewy Quote Link to comment Share on other sites More sharing options...
Максим Рябцев Posted July 26, 2019 Share Posted July 26, 2019 (edited) Is it possible to make Texas Chainsaw Massacre, Yars Returns and Adventure II to PAL (50) ? Edited July 26, 2019 by Максим Рябцев Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.