Rom file for Naomi Null/Zero key?

werejag

Galford's Poppy Trainer
Joined
May 3, 2005
Posts
2,626
maybe one day i can get a cab. im cabless

happy to help :)
 

Pa0l0ne

n00b
Joined
Oct 18, 2014
Posts
3
Hi, all. I'm trying to compile the ASM code myself, but seems without success.

These are my corrected lines from 989 to 1017 :

NOP
AKEYCODE
ADDWF PCL,F ; !!Program-Counter-Modification
; DT 0x33,0x3E,0xE9, 0x23,0x54,0xDC,0x68,0x64 ; First 8 bytes part of DES key
DT 0x33,0x00,0x00, 0x00,0x00,0x00,0x00,0x00
NOP
NOP
NOP
NOP
NOP
NOP
NOP
BKEYCODE
ADDWF PCL,F ; !!Program-Counter-Modification
; DT 0x34,0x2F ; Last 2 bytes of DES key
DT 0x34,0x00
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
FILENAME
ADDWF PCL,F ; !!Program-Counter-Modification
; DT "5BGB.BIN"
DT "5ABC.BIN"
NOP

What's my fault(s)?
 

Pa0l0ne

n00b
Joined
Oct 18, 2014
Posts
3
Hi, all. I'm trying to compile the ASM code myself, but seems without success.

These are my corrected lines from 989 to 1017 :

NOP
AKEYCODE
ADDWF PCL,F ; !!Program-Counter-Modification
; DT 0x33,0x3E,0xE9, 0x23,0x54,0xDC,0x68,0x64 ; First 8 bytes part of DES key
DT 0x33,0x00,0x00, 0x00,0x00,0x00,0x00,0x00
NOP
NOP
NOP
NOP
NOP
NOP
NOP
BKEYCODE
ADDWF PCL,F ; !!Program-Counter-Modification
; DT 0x34,0x2F ; Last 2 bytes of DES key
DT 0x34,0x00
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
FILENAME
ADDWF PCL,F ; !!Program-Counter-Modification
; DT "5BGB.BIN"
DT "5ABC.BIN"
NOP

What's my fault(s)?
No problems at all.. Just editing of a couple of others parameters and even my 16F628 04/P keep rocking on my netdimm.
Thanks all for the thread.
 

skate323k137

Professional College Dropout
10 Year Member
Joined
Jan 7, 2013
Posts
4,186
I was able to (re)program one successfully on a top2049. I had to compile the source myself using the corrections werejag suggested, but I also had to change AIJOYANSWER in order to allow the netboot script to exit without the game crashing. I had to comment out the one ending with 0x00 and uncomment the 0x01 line.

AIJYOANSWER
ADDWF PCL,F ; !!Program-Counter-Modification
; DT 0x3A,0x70,0x1F,0x71,0x1F,0x00,0x00,0x00
DT 0x3A,0x70,0x1F,0x71,0x1F,0x00,0x00,0x01
 

kuze

Akari's Big Brother
10 Year Member
Joined
Apr 20, 2013
Posts
2,549
Why doesnt anyone just post the full corrected code?
 

skate323k137

Professional College Dropout
10 Year Member
Joined
Jan 7, 2013
Posts
4,186
Why doesnt anyone just post the full corrected code?

This works for me for netboot with the python script and allows the PC to disconnect after booting. Compiled with mplab, burned with topwin using the settings outlined in the code comments at the top: http://pastebin.com/2Da2pAgD

I believe for CF you need to change AIJYOANSWER (comment out line 938 and uncomment 937). I'm not sure on that, so it would be nice if someone tested/verified. You also might consider changing the FILENAME section, and possibly changing the 0x33 and 0x34 in the DES key to 0x00. I have no CF setup to verify any of that though.
 

kuze

Akari's Big Brother
10 Year Member
Joined
Apr 20, 2013
Posts
2,549
Thanks man, that's awesome. :buttrock:
 

werejag

Galford's Poppy Trainer
Joined
May 3, 2005
Posts
2,626
x34 and x33 are needed as it part of the answer. dont x00 those or you are simply breaking it. cf is treated as gdrom. so change AIJYOANSWER
 
Last edited:

hydropeter

n00b
Joined
Apr 20, 2016
Posts
1
I have been trying to get my Triforce race cab running with a Cf card adapter but I知 stuck at the PIC too. I have compiled various versions of the pastebin sources and burned many PICs without result. It always gives me the 杜edia board malfunctioning error. I have the official Sega CF adapter and the zeroed game images. They work perfectly with netbooting (a PIC that I bought years ago which is protected so I cannot read it out). I also have a programmer and a large stock of PICs so if anyone would be so kind to provide a hex and maybe the correct programmer settings I would be forever grateful!
 
Top