Search found 57 matches
- Sat Jun 14, 2008 8:29 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
My FEoEZ came in and I was able to debug my program (it had a bunch of stupid little errors). I couldn't get FEoEZ to work right on my SF7. It would look like it was getting most of the decompressed bytes, but not entirely correctly... or shifted somehow. It works fine on passthrough with the SF3. ...
- Wed Jun 11, 2008 10:09 pm
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
- Tue Jun 10, 2008 8:53 pm
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
Ok, so now I finally managed to get the GDSF7 up and running. The disk was broken, it didnt even start if it was present. I removed the Floppy disk and voilá! But then, once again - FEoEZ does NOT start up on a GDSF7, nor in menu mode nor in play mode, it just black-screens.. Load any game with all...
- Tue Jun 10, 2008 2:28 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
Seiko Epson (JP,08-29-1997): Nice catch. It seems to fit with what we are looking for. I won't recommend you to read all the patent document at this point, as those patents use to be excesively generic, but taking in mind the general ideas could be useful when studying the data to see if this could...
- Mon Jun 09, 2008 11:23 pm
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
Ok, so now I finally managed to get the GDSF7 up and running. The disk was broken, it didnt even start if it was present. I removed the Floppy disk and voilá! But then, once again - FEoEZ does NOT start up on a GDSF7, nor in menu mode nor in play mode, it just black-screens.. i have this USB to par ...
- Mon Jun 09, 2008 2:49 pm
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
- Mon Jun 09, 2008 5:13 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
Posted: Mon Jun 09, 2008 3:06 am Hope you are not going to work tomorrow if you are actually in that time zone. Yes I talked with Darkforce about this already, didnt directly ask him but I will today (dropping him a mail). I think he mentioned something about a GDSF back then, but I know he owns a ...
- Mon Jun 09, 2008 12:55 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
- Sun Jun 08, 2008 11:10 pm
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
I happen to own not only an FEoEZ cart, but I also own an MDH cart and a SPL4 cart. (the other 2 SPC7110 games). All 3 of those could be good, for extracting test data (first 2 byte combos) from their data rom. As for that 8Mhz clock being sufficient, it was, due to the fact, that when you were doi...
- Sun Jun 08, 2008 1:12 pm
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
As I understand it, the table/index/pointer data is really irrelevant because it doesn't affect the algorithm so you can give it fake setup data and then valid compressed data and achieve the same results. The only thing is this relies on predictable access from the SPC and the ability to find out ...
- Sun Jun 08, 2008 10:36 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
- Sun Jun 08, 2008 12:40 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
- Sat Jun 07, 2008 4:23 pm
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
- Sat Jun 07, 2008 8:51 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
One final thing, is there ever a case where reading a location in bank $50 is NOT exactly like reading $4800? It's not clear to me what the bank $50 does, for reading DarkForce's comments (on the saved ZSNES thread) makes it sounds like bank $50 is not just accessing some internal 32kByte RAM as Ka...
- Sat Jun 07, 2008 8:45 am
- Forum: SNESdev
- Topic: SPC7110 Reverse Engineering Project
- Replies: 314
- Views: 133979
True that the pointer may be expected, but what if you could store some arbitrary value in bank $50:0000, say the table that is expected, and point it there, to decompress just entry 0 of that table. If the spc could do that, then you could use nearly every 2 byte combination of the existing U2 rom...