hatmoose
Enlightened
I'm constantly amazed by the brilliance and innovation in this hobby - have been following Hoffman's work in stunned admiration.
Can download and hopefully support here https://h0ffman.itch.io/shinobi-neogeo
This has been done before (and probably better than me) on this thread https://www.arcade-projects.com/threads/golden-axe-and-shinobi-cart-issues.33298/page-2 just posting my notes here to bring it all together in one place
So for this conversion we were using the "universal donor" PROGBK1 + CHAR512Y combo which is reasonably plentiful and well documented. No original code was harmed in the making of this conversion, its a conversion of a conversion of a bootleg - put away those pitchforks!
So from the download we get the following files
1337-c1.c1 = 512KB = 4Mbit
1337-c2.c2 = 512KB = 4Mbit
1337-m1.m1 = 64KB =1/2 Mbit
1337-p1.p1 = 512KB = 4Mbit
1337-s1.s1 = 128KB = 1Mbit
1337-v1.v1 = 4MB = 32Mbit
1337-v2.v2 = 4MB = 32Mbit
Rearranging them to fit on the boards
Prog Board (PROGBK1)
1337-v1.v1 = 4MB = 32Mbit
1337-v2.v2 = 4MB = 32Mbit
1337-p1.p1 = 512B = 4Mbit
Char Board (CHAR512Y)
1337-c1.c1 = 512KB = 4Mbit
1337-c2.c2 = 512KB = 4Mbit
1337-s1.s1 = 128KB = 1Mbit
1337-m1.m1 = 64KB =1/2 Mbit
Going to have to do some work on these to make it work
PROGBK1 only does 8 bit addressing, and the only 32Mbit EPROM we can easily get (27C322) is 16 bit addressing.
CHAR512Y only does 32MBit and 64Mbit C-roms, the Shinobi c-roms are 4Mbit
Can download and hopefully support here https://h0ffman.itch.io/shinobi-neogeo
This has been done before (and probably better than me) on this thread https://www.arcade-projects.com/threads/golden-axe-and-shinobi-cart-issues.33298/page-2 just posting my notes here to bring it all together in one place
So for this conversion we were using the "universal donor" PROGBK1 + CHAR512Y combo which is reasonably plentiful and well documented. No original code was harmed in the making of this conversion, its a conversion of a conversion of a bootleg - put away those pitchforks!
So from the download we get the following files
1337-c1.c1 = 512KB = 4Mbit
1337-c2.c2 = 512KB = 4Mbit
1337-m1.m1 = 64KB =1/2 Mbit
1337-p1.p1 = 512KB = 4Mbit
1337-s1.s1 = 128KB = 1Mbit
1337-v1.v1 = 4MB = 32Mbit
1337-v2.v2 = 4MB = 32Mbit
Rearranging them to fit on the boards
Prog Board (PROGBK1)
1337-v1.v1 = 4MB = 32Mbit
1337-v2.v2 = 4MB = 32Mbit
1337-p1.p1 = 512B = 4Mbit
Char Board (CHAR512Y)
1337-c1.c1 = 512KB = 4Mbit
1337-c2.c2 = 512KB = 4Mbit
1337-s1.s1 = 128KB = 1Mbit
1337-m1.m1 = 64KB =1/2 Mbit
Going to have to do some work on these to make it work
PROGBK1 only does 8 bit addressing, and the only 32Mbit EPROM we can easily get (27C322) is 16 bit addressing.
CHAR512Y only does 32MBit and 64Mbit C-roms, the Shinobi c-roms are 4Mbit