Jump to content
Sign in to follow this  
Shamus

Skunkboard + EEPROM support

Recommended Posts

The Skunkboard is a very useful development tool but for people who want to develop carts it's lacking EEPROM support. Would it be possible for the Skunkboard to simulate this? The flash is already there... :)

Share this post


Link to post
Share on other sites

What are you looking for exactly?

 

If it's high-level emulation (loading and saving a block of bytes), it could be done, but it's probably even easier to fake it using a file on the PC side and the built-in debug communication functions.

 

If you want low-level emulation (i.e. using the same code as the one for real EEPROMs), I don't think it can be done : the EEPROM isn't mapped anywhere in the address space, it uses a different (serial-based) protocol on separate pins of the cart connector, which are probably not connected to anything on the Skunk ; and since the Jaguar doesn't have a MMU, you can't virtualize and emulate accesses to the EEPROM.

Edited by Zerosquare
  • Like 1

Share this post


Link to post
Share on other sites

I asked many moons ago for the flash read/write code to implement save games for our games if ran from Skunkboard, and then promptly forgot about it. The BIOS is really easy to disassemble (it's a binary in the flash update) so maybe I'll go find it myself one day ;-)

  • Like 1

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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...