Home | Forums | What's new | Resources | |
About IP.BIN |
vbt - Apr 21, 2003 |
MasterAkumaMatata | Apr 21, 2003 | |||
If you are extracting from the game CD, use CDRWin [*]click Extract Disc/Tracks/Sectors button [*]Extract Mode... Select Sectors [*]choose CD Reader [*]enter output filename (e.g., IP.BIN [*]Sector Selection Start: 0 [*]Sector Selection End: 15 [*]Datatype: Date Mode 1 (2048) [*]click START button If you have an image file, you can try mounting it as a virtual drive and follow the CDRWin instructions above. Alternatively, convert your image to MODE1/2048 (if it's not already MODE1/2048) and use a hex editor to extract the first 32,768 bytes to a new file. start: 0x0000 end: 0x7FFF |
vbt | Apr 21, 2003 | |||
MasterAkumaMatata, your answer is perfect |
Taelon | Apr 22, 2003 | |||
Ohman. I'm such a freakin' DUMBASS. Rambling my butt off about all this Dreamcast crap, totally having missed the word "Saturn" in vbt's post. I am SO going to be sick.... somebody just bury me, please Noooo, not you, antime & mal .... |
vreuzon | Apr 22, 2003 | |||
You can have a look at it too : Disc Format Standards Specification Sheet Ver. 1.0. Specifies the format and layout of a Saturn disc, ISO9660 file system, IP.BIN and other things. http://www.helsinki.fi/~ammonton/sega/file...-0517... and Tools for building an IP.BIN for the GNU development environment. http://www.cs.helsinki.fi/~ammonton/sega/f...es/IP... All from antime's page. |
mal | Apr 22, 2003 | ||||
What would I say? I wasn't going to say anything... |
Taelon | Apr 23, 2003 | |||
Heheh, just me keeping up what seems on its way to become a running gag between you guys and me... y'know, with me always making these STUPID mistakes/oversights and antime talking of me dropping my pants and you kinda laughing with him and all that. Just me being goofy |
vbt | Apr 24, 2003 | |||
Do you think I can remove all zeros at the end of the file or is it useless ? |
antime | Apr 25, 2003 | |||
Zeroes are zeroes. Most IPs are much smaller than the space allowed, a few kb or so. |
vbt | Apr 27, 2003 | |||
I compiled the sources from IPGNUSRC.zip and nothing works when using this IP Any idea ? Now it works I've redefined APP_ENTRY to 0x6004000 and DATA.L H'06004000 but I want to use 0x6010000 and there must be something else to redefine, I'm wondering what's again needed. |
vbt | Apr 27, 2003 | |||
I notice that SLSTART is always set to 06004000 can it cause a problem ? |