Git Product home page Git Product logo

Comments (3)

andwn avatar andwn commented on May 24, 2024

I don't know how this works at all but guessing change type to 0xF820, address to 0x200001 and end address to something larger at 0x200001 + some power of 2.

By the way I have been wondering what should be used as the serial number. There is not any agreed upon format to follow that I know of. Putting a date like 20160706 works but that'll collide if 2 games are released same day (eg. bitbitjam).

from cave-story-md.

sikthehedgehog avatar sikthehedgehog commented on May 24, 2024

It doesn't even declare the existence of SRAM.

Changing the 12 bytes of the SRAM field (EDIT: it's at address $0001B0) to this seems to work (asm but you get the idea):

    dc.b "RA", $F8, $20
    dc.l $00200001, $0020FFFF

That'd declare 32KB of SRAM at odd addresses (the usual setup), dunno if that size is correct. It's what most emulators and flashcarts support however.

As for the serial number... I don't think there's anything =D My suggestion would be to take the copyright abbreviation (the four letter code), slap a hyphen, then three digits. That should give you room for 1000 games while being unlikely somebody else uses the same serial number. (also note that it should not change between builds - that's what the revision number after that is for)

from cave-story-md.

andwn avatar andwn commented on May 24, 2024

Forgot to mention this new header

https://github.com/andwn/cave-story-md/blob/master/src/boot/rom_head.c

from cave-story-md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.