Jump to content
PacManPlus

Question about bankswitching conversions...

Recommended Posts

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 :sad:

 

Thanks :)

Bob

Edited by PacManPlus

Share this post


Link to post
Share on other sites
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 :sad:

 

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

 

:ponder:

Share this post


Link to post
Share on other sites

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. :(

Share this post


Link to post
Share on other sites
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 :sad:

 

Thanks :)

Bob

Those are already F8. No conversion is necessary.

Share this post


Link to post
Share on other sites

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 by PacManPlus

Share this post


Link to post
Share on other sites

Sky Patrol doesn't work with the AA boards, but it used to a long time ago, haven't tried Looping yet.

Share this post


Link to post
Share on other sites
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). :ponder:

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites
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). :ponder:

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

Share this post


Link to post
Share on other sites

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 by PacManPlus

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites
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).

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...