don't click here

Master System Checksum Fixer

Discussion in 'Engineering & Reverse Engineering' started by Dandaman, Apr 19, 2017.

  1. Dandaman

    Dandaman

    Also known as Dandaman955 Tech Member
    86
    1
    8
    UK
    Since I'm currently working on some Master System stuff and I've wanted to try and advance my C programming abilities for a while now, I've made a program to fix the Master System's checksum as the BIOS won't run the ROM otherwise, making it cumbersome for ROM hacking. Just drag a file and drop it, or include it in your batch scripts.

    https://www.dropbox.com/s/u2hsoje4c091uzo/MSChecksumFixer.zip?dl=0
    https://github.com/Dandaman955/MSChecksumFixer

    Post any bugs you have here.
     
  2. ashthedragon

    ashthedragon

    Sonic Paradise Researcher
    1,428
    73
    28
    Spain
    Sonic Paradise & Sonic Ages
    This seems very useful, thanks for it!
     
  3. nineko

    nineko

    I am the Holy Cat Tech Member
    6,298
    475
    63
    italy
    You might want to post it on smspower, too.
     
  4. GerbilSoft

    GerbilSoft

    RickRotate'd. Administrator
    2,971
    76
    28
    USA
    rom-properties
    Posting a ZIP file on GitHub kinda defeats the purpose. You should change the git repository to contain the source and project files (but not binaries). The ZIP file can be uploaded on the Releases tab after you tag a release.