yeah, the games database is half-naive.. if its a savestate, it knows enough to figure out which disk it came from, and CRC's that one instead. Otherwise it just cRC's it and looks it up.. so a .zip file wont' work since the CRC of the .zip isnt' in the database. I need to make it smart enough to read the .zip, unzip it, and then look it up in the database. Sometime