PacManPlus #1 Posted June 15, 2006 (edited) Hi: Was a bankswitch conversion (to F8) ever done for Looping and/or Sky Patrol? I did a search but it either returns nothing, or too many pages to sift through Thanks Bob Edited June 15, 2006 by PacManPlus Quote Share this post Link to post Share on other sites
Lord Helmet #2 Posted June 15, 2006 Hi: Was a bankswitch conversion (to F8) ever done for Looping and/or Sky Patrol? I did a search but it either returns nothing, or too many pages to sift through Thanks Bob I was looking for looping the other day as well. We need a section on bankswiched conversions for the Kroko cart. There are several threads, but it's kind of confusing going through all of them. Maybe I'm just lazy Quote Share this post Link to post Share on other sites
PacManPlus #3 Posted June 15, 2006 I went through all of the 'Bankswitching' threads (or at least I think it was all of them). They were most (if not all) about Parker Brothers games. Quote Share this post Link to post Share on other sites
+batari #4 Posted June 15, 2006 Hi: Was a bankswitch conversion (to F8) ever done for Looping and/or Sky Patrol? I did a search but it either returns nothing, or too many pages to sift through Thanks Bob Those are already F8. No conversion is necessary. Quote Share this post Link to post Share on other sites
PacManPlus #5 Posted June 15, 2006 (edited) Really? That's odd... I've tried numerous times to put both of them on eprom and they won't run. Any other eprom I've made has worked, which is why I thought the bankswitching scheme was different here... Thank you very much for the response Edited June 15, 2006 by PacManPlus Quote Share this post Link to post Share on other sites
CPUWIZ #6 Posted June 15, 2006 Sky Patrol doesn't work with the AA boards, but it used to a long time ago, haven't tried Looping yet. Quote Share this post Link to post Share on other sites
Thomas Jentzsch #7 Posted June 15, 2006 Sky Patrol doesn't work with the AA boards, but it used to a long time ago, haven't tried Looping yet. Did I get you right? With older boards it worked, with the current ones it doesn't? Sounds like a bug in the code to me (maybe similar to the problems with Reindeer Rescue). Quote Share this post Link to post Share on other sites
CPUWIZ #8 Posted June 15, 2006 Sky Patrol doesn't work with the AA boards, but it used to a long time ago, haven't tried Looping yet. Did I get you right? With older boards it worked, with the current ones it doesn't? Yes. Quote Share this post Link to post Share on other sites
+Mitch #9 Posted June 15, 2006 There are two different dumps for both of these games, a normal one and one where the banks are reversed. I'm guessing the dumps with the reversed banks are the ones you can't burn to EPROM. Mitch Quote Share this post Link to post Share on other sites
CPUWIZ #10 Posted June 15, 2006 There are two different dumps for both of these games, a normal one and one where the banks are reversed. I'm guessing the dumps with the reversed banks are the ones you can't burn to EPROM. Mitch I only have one binary for Sky Patrol and was able to make a couple carts ages ago, then suddenly it stopped working, hence I blame it on the boards (or PLD). I'll try it with my own later tonight. Quote Share this post Link to post Share on other sites
+batari #11 Posted June 15, 2006 Sky Patrol doesn't work with the AA boards, but it used to a long time ago, haven't tried Looping yet. Did I get you right? With older boards it worked, with the current ones it doesn't? Sounds like a bug in the code to me (maybe similar to the problems with Reindeer Rescue). I see some bad code in bank 0: FFF0: LDA $0FF9 FFF3: JMP $FFF0 FFF6: BRK FFF8: BRK FFF9: BRK FFFA: .word $1FF0 FFFC: .word $1FF0 FFFE: .word $1FF0 If it starts in bank 0, the game will not run! Simply changing FFF0 to LDA $1FF9 should fix the problem. Here's a hacked ROM. sky_patrol_fix.bin Quote Share this post Link to post Share on other sites
PacManPlus #12 Posted June 16, 2006 (edited) That worked! Thanks! I have confirmed that Looping doesn't work as an eprom. I've even tried reversing the banks, and although that way I now at least get a title screen for a microsecond, it still doesn't work. Edited June 16, 2006 by PacManPlus Quote Share this post Link to post Share on other sites
+Mitch #13 Posted June 16, 2006 My bad, I just checked the CC2ROMDB and they are both listed as F8BANK1 not reversed banks. It looks like batari found the fix for the problem, I would guess Looping needs the same fix. Mitch Quote Share this post Link to post Share on other sites
+batari #14 Posted June 16, 2006 My bad, I just checked the CC2ROMDB and they are both listed as F8BANK1 not reversed banks.It looks like batari found the fix for the problem, I would guess Looping needs the same fix. Mitch I couldn't find anything wrong with Looping. I'll post my copy in case there's a bad dump out there or something. Looping.BIN Quote Share this post Link to post Share on other sites
PacManPlus #15 Posted June 16, 2006 Hi: Ok, I think I figured out the issue with Looping. I tried Batari's bin in the post just above this one, and it still didn't work. However I did notice that I've been using the same type of eprom the whole time (I don't know the manufacturer, but their logo is two squiggly lines, kind of like the mathematical symbol for 'approximately equal to'). So I tried another manufacturer - AMD, and it worked! Maybe it's a speed issue? Bob Quote Share this post Link to post Share on other sites
PacManPlus #16 Posted June 17, 2006 Thanks for he help guys Quote Share this post Link to post Share on other sites
A.J. Franzman #17 Posted July 15, 2006 I did notice that I've been using the same type of eprom the whole time (I don't know the manufacturer, but their logo is two squiggly lines, kind of like the mathematical symbol for 'approximately equal to'). Sounds like one of the National Semiconductor logos. There are several websites online with collections of IC maker logos (typically presented in alphabetical order, which doesn't do much good for those that don't look like a letter, or look like the wrong letter). Quote Share this post Link to post Share on other sites