Xbox:Chihiro Security Keys

From ConsoleMods Wiki
Revision as of 23:09, 12 February 2024 by Derf (talk | contribs) (Created page with "A security key is a dongle that plugs into an arcade system that is paired with the inserted game to allow it to boot. However, you can create a "zero key" where the DES key is set to "0000000000000000" which allows you to boot any game. You can purchase individual security keys for Chihiro from [https://www.videotronicsuk.com/sega-security-key-chips.html Videotronics.uk] or make your own zero key with the below process. == Creating a Zero Key == File:Dimm pic 16f628...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A security key is a dongle that plugs into an arcade system that is paired with the inserted game to allow it to boot. However, you can create a "zero key" where the DES key is set to "0000000000000000" which allows you to boot any game.

You can purchase individual security keys for Chihiro from Videotronics.uk or make your own zero key with the below process.

Creating a Zero Key

Dimm pic 16f628a.png

This guide was originally sourced from this post by rtw on Arcade-Projects.com and settings verified by zeruel85.

  1. Obtain a PIC16F628A chip and a programmer compatible with it (and software for the programmer).
  2. Download and extract File:Naomi pic.zip.
  3. Open your PIC flasher software and configure the following settings (image to the right are the settings in the Elnec software):
    • Oscillator: HS
    • WDTE (watchdog): Disabled
    • PWRTE (power up timer): Enabled
    • Code Protect: All protected
    • MCLRE: Set to internal, also called "disabled"
    • BOREN/BODEN (brown-out reset): Disabled
    • LVP (low-voltage programming): Enabled
    • CPD: 0, meaning that data code protection is on
    • These settings should result in a config word of: 0x1e82
  4. Load the correct .bin file from Naomi_pic.zip:
    • ABC_BIN_0000000000000000_NET.bin is for Chihiro and Triforce.
    • ABC_BIN_0000000000000000.bin is for NAOMI only.