#30817 - darkfader - Sun Dec 05, 2004 5:24 am
<deleted>
Last edited by darkfader on Tue Mar 01, 2005 8:41 pm; edited 1 time in total
#30840 - Krakken - Sun Dec 05, 2004 12:17 pm
Nice job! :)
#30934 - FluBBa - Mon Dec 06, 2004 10:36 am
Good to see some solid progress in all the noise even if it's only minor =)
_________________
I probably suck, my not is a programmer.
#30936 - Lino - Mon Dec 06, 2004 11:35 am
Good.
#30967 - leonard_ - Mon Dec 06, 2004 6:38 pm
Stupid question: where did you find a ROM file image ? :-)
If you have one, you know how to read DS cartridge ?
What about you, guys, doing emulator ?? you can start now !!! :-)
#31033 - Xtreme - Tue Dec 07, 2004 3:48 am
darkfader wrote: |
good guess... it was crc16 |
Good to see your progress. :)
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)
#31052 - ampz - Tue Dec 07, 2004 12:22 pm
leonard_ wrote: |
Stupid question: where did you find a ROM file image ? :-)
If you have one, you know how to read DS cartridge ?
What about you, guys, doing emulator ?? you can start now !!! :-) |
You are not quite up to date, right?
The header is pretty much the only thing on the cards that is unencrypted.
The header was first dumped some time ago by sg I think. The process has since been repeated by myself and others as well.
#31061 - TauZero - Tue Dec 07, 2004 2:03 pm
ampz wrote: |
You are not quite up to date, right?
The header is pretty much the only thing on the cards that is unencrypted.
The header was first dumped some time ago by sg I think. The process has since been repeated by myself and others as well. |
Can you send a link to the command set for the cart ROM? I have been following several of the threads and no one has stated what it is, yet I see mentions of dumps as well...
#31074 - tonofsteel - Tue Dec 07, 2004 5:05 pm
Quote: |
ampz wrote:
You are not quite up to date, right?
The header is pretty much the only thing on the cards that is unencrypted.
The header was first dumped some time ago by sg I think. The process has since been repeated by myself and others as well.
Can you send a link to the command set for the cart ROM? I have been following several of the threads and no one has stated what it is, yet I see mentions of dumps as well... |
You kinda answered your own question there. The dumps show encrypted data, and are different each time you dump the same code. So no command sets for anything available yet! Except for the ARM processor, you can go to ARM's website and download the documentation and it will tell you about thier op codes for the processor. But thats it, nothing else is known yet....... I dont think
#31148 - TauZero - Wed Dec 08, 2004 10:26 am
tonofsteel wrote: |
[
You kinda answered your own question there. The dumps show encrypted data, and are different each time you dump the same code. So no command sets for anything available yet! Except for the ARM processor, you can go to ARM's website and download the documentation and it will tell you about thier op codes for the processor. But thats it, nothing else is known yet....... I dont think |
Then how are people dumping the header out of the DS ROM? Its not a standard ROM, you need to issue commands to even get it into a state to be read, so what are these commands? Thats what I was talking about...
#31197 - Abscissa - Wed Dec 08, 2004 8:37 pm
TauZero wrote: |
tonofsteel wrote: | [
You kinda answered your own question there. The dumps show encrypted data, and are different each time you dump the same code. So no command sets for anything available yet! Except for the ARM processor, you can go to ARM's website and download the documentation and it will tell you about thier op codes for the processor. But thats it, nothing else is known yet....... I dont think |
Then how are people dumping the header out of the DS ROM? Its not a standard ROM, you need to issue commands to even get it into a state to be read, so what are these commands? Thats what I was talking about... |
Someone might need to correct me on this, but as I understand people are just sniffing the traffic between the DS and the cart and have obseved it to work like this: the first few commands are unencrypted, then there's a "set encryption" command, and then the rest beyond that is what is encrypted and differs every time it's dumped.
Check page three of the "First DS Flash Prototype" thread: http://forum.gbadev.org/viewtopic.php?t=4530&postdays=0&postorder=asc&start=30