View Single Post
Old May 3rd, 2008   #23 (permalink)
@ruantec
Emu author
 
@ruantec's Avatar
 
Join Date: Nov 2002
Location: Austria (originally from the most beautiful island of the caribbean "Dominican Republic")
Posts: 1,317
Quote:
Originally Posted by ecc View Post
Yes, i also sometimes wonder what native english speacker think, if they read my words


For compatiblility i prefer crc32.... :-)

-748323815 > D:\Bomberman 64 (E) [!].v64
Hm, why not something like this:
AABBCCDD > D:\Bomberman 64 (E) [!].v64

If you use the real crc32 value of the rom, you also can use imagepacks like the packs from no-intro screenshot archive http://no-intro.dlgsoftware.net/ becaue the guys use crc filenames (btw.. the emuControlCenter imagepacks also use crc filenames, but a more advanced folder structure)
didnīt noticed that comment before... am using real CRC32 i just do things a bit different... will show you a example:

Bomberman 64 has this code in my list: "1353288671"
1353288671 in hex will give you this 50A98BDF so exactly the code you need

in your case you have -748323815 in hex will be D3657C19 which is exactly the CRC32 code you get for Bomberman 64 (E)

as i sayd i just have a weird way to do my things doing that i can support covers from http://no-intro.dlgsoftware.net

btw thanks for the link... didnīt knew about it before
__________________

Current development tools:

Visual C++.net, Visual C#.net
Visual VB.net, Visual Webdeveloper.net
Bloodshed Dev C++, Borland C++
Visual Basic 6

Last edited by @ruantec; May 3rd, 2008 at 00:32.
@ruantec is offline   Reply With Quote