The whole point of the key chips is to restrict the use of the GD-ROM disks. Each GD-ROM has a unique key chip that "unlocks" it.Really? didn't know that. Why !?
The whole point of the key chips is to restrict the use of the GD-ROM disks. Each GD-ROM has a unique key chip that "unlocks" it.Really? didn't know that. Why !?
Let me try explaining.I'm very new to this scene, so please excuse the terrible questions.
But can I use this chip to boot any other Naomi GD-Rom? I don't like the idea of swapping them out with how hard they fit, I would just rather swap the GD-Rom itself
The whole point of the key chips is to restrict the use of the GD-ROM disks. Each GD-ROM has a unique key chip that "unlocks" it.
Oh, thanks! I appreciate.Let me try explaining.
Every GD-ROM title is encrypted using a unique encryption key (think very long password) the key chip stores the decryption key (password). You can't mix and match keys and titles.
The deal with the zero key is for preservation using copied titles. GD-ROMs at this point are dying like flies. Naomi etc don't have an option to *not* decrypt titles. So, the community agreed that all copied titles would be encrypted using the same key (password): all zeros. Zero key.
These settings worked for me with Xgpro v11.30 and the TL866II Plus programmer.success #2
I'm reasonably certain that the attached hex files should produce a single PIC that will allow both netbooting and CF loading (ABC.BIN) of decrypted game files. One should just have to set the DIMM jumpers accordingly.
I've included two versions; a 'normal' one and a byteswapped one. I had to use the byteswapped one with GQ USB Programmer software and my GQ-4X programmer, writing to a PIC16F628A chip.
I've tested CF loading on NAOMI with a 4.02 net DIMM. I'll leave netboot testing for someone else to try.
I'd also appreciate someone testing both CF loading and netbooting on Triforce and Chihiro setups, since I don't have either!
Device: PIC16F628A
The archive contains 2 files:
ABC_BIN_0000000000000000.bin
Suitable for CF and standard GD-ROM, DES KEY = 0000000000000000, Loader name: ABC.BIN
ABC_BIN_0000000000000000_NET.bin
Suitable for Net-Booting, DES KEY = 0000000000000000
archive: View attachment naomi_pic.zip
The following programmer settings should be used.
Oscillator: HS
WDTE (watchdog) disabled.
PWRTE (power up timer) enabled.
Code Protect: All protected
MCLRE should be set to internal also called "disabled"
BOREN/BODEN (brown-out reset) disabled.
LVP (low-voltage programming) enabled.
CPD should be 0, meaning that data code protection is on
This should give a config word of: 0x1e82
Huge thanks to @zeruel85 for verifying these settings
Verified Compatibility:
CF and standard GD-ROM
NAOMI1, NAOMI2, Chihiro, Triforce
Net-Boot
NAOMI1, NAOMI2, Chihiro, Triforce
Note:
The Net-Boot version: ABC_BIN_0000000000000000_NET.bin works with Chihiro and Triforce in both CF,GD-ROM and Net-Boot mode.
It is only the NAOMI system which requires: ABC_BIN_0000000000000000.bin for CF and GD-ROM.