]> FriiDump Source - friidump.git/commitdiff
FriiDump 0.5.3.10: add Redump evidence and optimize Xbox flow v0.5.3.10-pf1
authorjtryba <jtryba2010@gmail.com>
Sat, 18 Jul 2026 12:21:16 +0000 (07:21 -0500)
committerjtryba <jtryba2010@gmail.com>
Sat, 18 Jul 2026 12:21:16 +0000 (07:21 -0500)
Add atomic Redump verification for GameCube, Wii, and Xbox images; pass finalized Xbox hashes into the shared verifier; correct Xbox summary evidence; make the GDR-8050L handshake sequence state-aware; and correct the MSVC help smoke test.

59 files changed:
README
build_msvc32.cmd
docs/ChangeLog
docs/XBOX.md
docs/debug/friidump_redump_dat_v62_build_linux.log [new file with mode: 0644]
docs/debug/friidump_redump_dat_v62_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_redump_dat_v62_parser_tests.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_cmake.log [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_parser_tests.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_rebuild.log [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_report_test_stderr.txt [new file with mode: 0644]
docs/debug/friidump_redump_evidence_v63_validation.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_cmake_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_dat_tests.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_observed_reconstruction_test.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_overlay_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_overlay_sha256_check.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_regression_tests.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_source_contract.txt [new file with mode: 0644]
docs/debug/friidump_xbox_redump_v64_validation.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_cmake_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_v65_cmake_configure.log [new file with mode: 0644]
docs/debug/friidump_xbox_v65_expected_live_summary.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_live_validation.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v65_rebuild.log [new file with mode: 0644]
docs/debug/friidump_xbox_v65_source_contract.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_cmake_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_cmake_configure.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_expected_live_sequence.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_help_linux.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_overlay_build.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_overlay_configure.log [new file with mode: 0644]
docs/debug/friidump_xbox_v66_overlay_help.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_package_sha256_check.txt [new file with mode: 0644]
docs/debug/friidump_xbox_v66_source_contract.txt [new file with mode: 0644]
docs/debug/redump_report_v63_sample.json [new file with mode: 0644]
docs/reports/FRIIDUMP_REDUMP_DAT_VERIFICATION_0.5.3.6.md [new file with mode: 0644]
docs/reports/FRIIDUMP_REDUMP_EVIDENCE_REPORTING_0.5.3.7.md [new file with mode: 0644]
docs/reports/FRIIDUMP_XBOX_LIVE_SUMMARY_CLOSURE_0.5.3.9.md [new file with mode: 0644]
docs/reports/FRIIDUMP_XBOX_REDUMP_EVIDENCE_HANDOFF_0.5.3.8.md [new file with mode: 0644]
docs/reports/FRIIDUMP_XBOX_STATE_AWARE_HANDSHAKE_0.5.3.10.md [new file with mode: 0644]
libfriidump/dumper.c
libfriidump/dumper.h
libfriidump/xbox_ref/utils.c
libfriidump/xbox_ref/utils.h
libfriidump/xbox_ref_bridge.c
libfriidump/xbox_ref_bridge.h
msvc32_friidump.rsp
redump_dat/Microsoft - Xbox.dat [new file with mode: 0644]
redump_dat/Nintendo - GameCube.dat [new file with mode: 0644]
redump_dat/Nintendo - Wii.dat [new file with mode: 0644]
redump_dat/README.txt [new file with mode: 0644]
src/CMakeLists.txt
src/friidump.c
src/redump_dat.c [new file with mode: 0644]
src/redump_dat.h [new file with mode: 0644]

diff --git a/README b/README
index 6d7c62bc3041b7e52318906c7cf5912adc8be398..00bbfb86082a09273b426da05dba6b5a597284b0 100644 (file)
--- a/README
+++ b/README
@@ -37,6 +37,10 @@ Furthermore, FriiDump also features some functional improvements over RawDump:
 - FriiDump calculates CRC32, MD5, SHA-1, and SHA-256 hashes of dumped
   discs, so you can immediately know if your dump is good or not, by comparing
   the hashes with the well-known ones available on several Internet sites.
+- FriiDump can now verify completed ISO hashes automatically against bundled
+  Redump Logiqx XML DAT files for GameCube, Wii, and Xbox. Verification matches
+  output size, CRC32, MD5, and SHA-1; SHA-256 remains printed as an additional
+  local integrity hash because the supplied Redump DAT entries do not contain it.
 - FriiDump comes in the form of a library and a command-line front-end, which
   allows its functions to be easily reused in other programs.
 
@@ -364,7 +368,7 @@ The Type1 base address comes from the DIC source behavior for GCC-4160N/GCC-4240
 HLDS 0xE7 validation summary and observed speeds
 --------------------------------------------------
 
-For HLDS 0xE7 GC/Wii runs, FriiDump now prints a compact validation summary at the end of the run.  The summary records the selected profile, cache base, memory-window count, seed-read status, seed-retrieval elapsed time, dump status, STOP UNIT status, duration, and an observed average speed computed from the ISO payload size and elapsed dump time.  The hash comparison remains manual: compare the printed hashes against the known-good target for the test disc.
+For HLDS 0xE7 GC/Wii runs, FriiDump now prints a compact validation summary at the end of the run.  The summary records the selected profile, cache base, memory-window count, seed-read status, seed-retrieval elapsed time, dump status, STOP UNIT status, duration, and an observed average speed computed from the ISO payload size and elapsed dump time.  Completed ISO outputs are also checked automatically against the canonical Redump DAT for the selected disc type unless `--no-redump-verify` is used.
 
 Seed retrieval timing note: normal GC/Wii seed cracking is usually a seconds-to-tens-of-seconds step, with the original technical note describing the brute-force portion as roughly 30 seconds on the old reference path.  Experimental HLDS 0xE7 profiles can take longer because this fork may also probe cache profiles and guard against Windows polling.  This build does not add a hard seed timeout because aborting a blocked optical-drive command from inside FriiDump is less safe than letting Windows/drive firmware return or letting the user cancel with Ctrl+C.  As an operational rule, a seed phase above about 5 minutes is suspicious, and above about 10-15 minutes should usually be treated as a failed profile/drive state: cancel, confirm AutoPlay/File Explorer are closed, power-cycle or tray-cycle the drive if needed, and rerun with the log preserved.
 
@@ -373,6 +377,7 @@ Observed Sonic Mega Collection (US) fleet results so far:
 | Model | Firmware | HLDS profile | Cache base | Windows | Result | FriiDump final displayed rate | Duration | Notes |
 | --- | --- | --- | --- | --- | --- | --- | --- | --- |
 | GCC-4244N | B103 | promoted GCC_424x profile | 0x80000000 | 5 | PASS | 2152.04 MiB/h | 2329.16 s | Live INQUIRY `GCC4244/B103`; exact profile; media preflight, seed read, full Sonic dump, STOP UNIT, and Redump hashes confirmed. |
+| GCC-4244 | B101 | Type3 legacy fallback | 0x80000000 | 5 | PASS | 2156.33 MiB/h | 2324.52 s | Live INQUIRY `GCC4244/B101`; exact parser metadata remains pending analyzer results; Sonic Mega Collection and Super Smash Bros. Melee Rev 2 both completed with exact automatic Redump verification. |
 | GCC-4243N | A102 | Type3 | 0x80000000 | 5 | PASS | 2534.09 MB/h | 1522.95 s | Confirmed matching Sonic hashes after resume/retry work. |
 | GCC-4160N | 0010 | Type1 | 0x00a13000 | 1 | PASS | 1613.08 MB/h | 3127.98 s | AutoPlay had to be disabled; volume guard OK; hashes matched known-good Sonic dump. |
 | GDR-8050L modified | 0012 | GDR-8050L modified 0xE7 single-window proven fallback | 0x80000000 | 1 | PASS | 776.49 MiB/h / 782.59 MB/h | 6455.22 s | Cross-flashed/modified firmware with 0xE7 memdump; hashes matched Sonic. Current build adds guarded speed probes. |
@@ -455,3 +460,113 @@ FriiDump 0.5.3.5 GCC-4244N B103 live validation
 The live SCSI INQUIRY identity `HL-DT-ST CDRW/DVD GCC4244 B103` is now marked `known_supported_profile_hardening_live_validated`. Using the exact promoted JCS3 parser profile (CDB evidence `0x894`, gate evidence `0x900386FB`), FriiDump completed Sonic Mega Collection (US) with media preflight OK, seed retrieval in 4 seconds, full dump OK, STOP UNIT OK, and hashes matching the Redump reference. The observed average was `2152.04 MiB/h` over `1392.34 MiB`, with a total duration of `2329.16` seconds.
 
 See `docs/reports/FRIIDUMP_HLDS_LIVE_VALIDATION_0.5.3.5.md` for the consolidated validation matrix.
+
+
+===============================================================================
+Automatic Redump DAT verification and evidence report
+===============================================================================
+
+FriiDump 0.5.3.10 adds a state-aware GDR-8050L metadata-entry flow. The
+bridge reads entry capacity first. An already-unlocked game view skips the
+redundant initial handshake and tray cycle; a locked/video view receives one
+direct full handshake with READ CAPACITY verification. A tray-cycle retry is
+retained only as an explicitly logged recovery path. The later media transition
+that restores the locked/video view for VIDEO-L0/VIDEO-L1 capture remains, as
+does the final handshake for game/XDVDFS data.
+
+FriiDump 0.5.3.9 also closes the Xbox live-summary boundary: the copied GDR-8050L path now returns title, media ID, finalized output sectors, and elapsed evidence to the final validation summary, and final STOP UNIT ownership is singular.
+
+FriiDump 0.5.3.10 checks each successfully completed ISO against the canonical
+Redump DAT selected for the detected or forced disc type. Verification begins
+only after CRC32, MD5, SHA-1, and SHA-256 have been finalized.
+
+Stable DAT paths:
+
+- `redump_dat/Nintendo - GameCube.dat`
+- `redump_dat/Nintendo - Wii.dat`
+- `redump_dat/Microsoft - Xbox.dat`
+
+The verifier is active for GameCube/Wii ISO dumps and for full-disc Xbox ISO
+outputs. On Windows, the copied GDR-8050L reference-dumper bridge now returns its
+actual finalized output path, byte count, CRC32, MD5, SHA-1, and SHA-256 to the
+shared verifier. FriiDump therefore reuses the reference path's existing
+full-file hash pass rather than reading the 7.29 GiB image a second time.
+
+Xbox `-X` output remains intentionally excluded: an XISO is a game-partition
+representation, not a full Redump disc image.
+
+An exact archive verification requires all four Redump identity fields to agree
+with one DAT entry:
+
+- output byte size
+- CRC32
+- MD5
+- SHA-1
+
+SHA-256 is retained as local integrity evidence in the JSON report even though
+the supplied Logiqx DAT records do not contain SHA-256.
+
+The console now presents the evidence directly:
+
+```text
+Redump verification
+------------------------------------------------------------
+DAT                  redump_dat/Nintendo - GameCube.dat
+Entries scanned      2019
+Matched entry        Sonic Mega Collection (USA)
+ROM                  Sonic Mega Collection (USA).iso
+Image size           PASS
+CRC32                PASS
+MD5                  PASS
+SHA-1                PASS
+Overall              VERIFIED AGAINST REDUMP
+Confidence           Exact archive match
+```
+
+For a non-match, FriiDump shows the closest candidate only when at least one
+hash correlates. It then prints PASS/FAIL for size, CRC32, MD5, and SHA-1. When
+no hash-correlated candidate exists, it reports aggregate per-field match counts
+instead of presenting an arbitrary same-size disc as meaningful evidence.
+
+`--redump-report <file>` writes schema-2 JSON containing the observed hashes,
+SHA-256, hash source, representation note, expected DAT fields, per-field
+PASS/FAIL evidence, match counts, overall conclusion, and confidence statement. The report is written to
+`<file>.tmp`, flushed and synchronized, closed, and then atomically replaces the
+final path. A failed write never exposes a partial final JSON document and does
+not overwrite a previous complete report.
+
+The JSON writer uses unlogged file output. Report contents therefore remain in
+the JSON artifact and are no longer mirrored into the human-readable run log as
+an incomplete object with missing string values.
+
+For the GDR-8050L/cross-flashed GDR-8163B full-ISO path, the report identifies
+`GDR-8050L reference finalized full-file hashes` as the hash source. FriiDump
+also records that XGD1 acquisition success and exact Redump hash identity are
+separate claims. The current reconstruction contains documented synthetic
+ranges, so a clean physical read can legitimately produce `NO EXACT MATCH`.
+That result must not be promoted to archive identity.
+
+Options:
+
+- `--redump-dat-dir <dir>` selects another directory containing the three stable
+  DAT filenames above.
+- `--redump-report <file>` writes the atomic machine-readable evidence report.
+- `--no-redump-verify` disables DAT lookup for a run.
+- `--nohash` also prevents DAT verification because the required hashes are not
+  calculated.
+
+Example:
+
+```powershell
+.\friidump.exe `
+  -d E: `
+  -T 0 `
+  -8 `
+  -s `
+  -i "sonic.iso" `
+  --redump-report "docs\debug\sonic.redump.json"
+```
+
+The DAT files are data inputs, not compiled into the executable. Replace the
+three files in `redump_dat` with newer Redump exports while keeping the stable
+filenames, or point `--redump-dat-dir` at an alternate set.
index b91bb7cfac364c436f47964cde0b63d6cc59231b..0d692113733b8da4cd0288300943abc665ead268 100644 (file)
@@ -22,8 +22,28 @@ if not exist "build-msvc32" mkdir "build-msvc32"
 call "%~dp0.vscode\msvc32.cmd" cl @"%~dp0msvc32_friidump.rsp"
 if errorlevel 1 exit /b %ERRORLEVEL%
 
-"%~dp0friidump.exe" --help
-if errorlevel 1 exit /b %ERRORLEVEL%
+set "HELP_LOG=%TEMP%\friidump-help-%RANDOM%-%RANDOM%.txt"
+"%~dp0friidump.exe" --help > "%HELP_LOG%" 2>&1
+type "%HELP_LOG%"
+
+findstr /c:"FriiDump " "%HELP_LOG%" >nul
+if errorlevel 1 (
+  echo [ERROR] FriiDump help/version smoke test failed.
+  del /q "%HELP_LOG%" >nul 2>nul
+  if exist "friidump.log" del /q "friidump.log"
+  exit /b 1
+)
+
+findstr /c:"Available command line options:" "%HELP_LOG%" >nul
+if errorlevel 1 (
+  echo [ERROR] FriiDump command-line help smoke test failed.
+  del /q "%HELP_LOG%" >nul 2>nul
+  if exist "friidump.log" del /q "friidump.log"
+  exit /b 1
+)
+
+del /q "%HELP_LOG%" >nul 2>nul
+if exist "friidump.log" del /q "friidump.log"
 
 powershell -NoProfile -ExecutionPolicy Bypass -Command "Compress-Archive -Force -Path friidump.exe,docs,README,AUTHORS,COPYING,config.h,msvc32_friidump.rsp,build_msvc32.cmd,.vscode -DestinationPath friidump_msvc32_build_results.zip"
 exit /b %ERRORLEVEL%
@@ -32,4 +52,5 @@ exit /b %ERRORLEVEL%
 if exist "friidump.exe" del /q "friidump.exe"
 if exist "build-msvc32" rmdir /s /q "build-msvc32"
 if exist "friidump_msvc32_build_results.zip" del /q "friidump_msvc32_build_results.zip"
+if exist "friidump.log" del /q "friidump.log"
 exit /b 0
index 68c3906d303e67ef3d54bd0c2bd81849bf28b15a..d865b6b469ee4254bfedf07a6a493c318a9cc572 100644 (file)
@@ -1,3 +1,117 @@
+2026-07-18 - FriiDump 0.5.3.10 state-aware GDR-8050L handshake cleanup
+
+- Replaces the copied reference bridge's unconditional unlock -> tray cycle ->
+  unlock preamble with state-aware READ CAPACITY(10) classification.
+- When the bridge enters in the unlocked game view, it skips both the redundant
+  initial handshake and the redundant tray cycle before title/XDVDFS probing.
+- When the bridge enters in the locked/video view, it performs one direct full
+  handshake without a media transition and verifies the resulting visible
+  sector count before metadata probing.
+- Retains one explicitly logged tray-cycle recovery only when the direct
+  handshake fails to expose the game view, then retries the full handshake once.
+- Preserves the one required media transition used later to restore the
+  locked/video view before VIDEO-L0/VIDEO-L1 capture, followed by the final full
+  handshake for game/XDVDFS data.
+- Corrects XDVD authentication metadata: unlocking does not require a media
+  transition, while restoring the locked/video view does.
+- Live 0.5.3.9 evidence basis: Red Faction II completed 3,820,880 sectors,
+  produced finalized four-hash/sidecar evidence, wrote the atomic Redump report,
+  issued one final STOP UNIT, and exposed the prior three-handshake/two-tray
+  sequence targeted by this cleanup.
+- No firmware update, write, flash, erase, 3B06, 3B07, or FLASHUP path was added
+  or modified.
+
+2026-07-17 - FriiDump 0.5.3.9 Xbox live-summary and cleanup correction
+
+- Preserves the successful 0.5.3.8 Xbox finalized-hash handoff and shared
+  Redump verification path.
+- Carries the Xbox title, media ID, finalized output-sector count, and elapsed
+  time across the copied GDR-8050L bridge boundary.
+- Reports the real Xbox title/media ID and 3,820,880-sector reconstructed output
+  in the final HLDS validation summary instead of the generic pre-bridge values.
+- Marks the GC/Wii seed field not applicable for the Xbox reference-auth path.
+- Uses the copied reference dumper's elapsed-time handoff for Xbox runs, eliminating the
+  misleading 0.00-second duration and average-rate output.
+- Removes the inner DumpXboxGameDisc STOP UNIT call.  Embedded runs now issue
+  exactly one final STOP UNIT from FriiDump after Redump verification; standalone
+  bridge runs retain cleanup ownership before closing their handle.
+- Live evidence basis: Red Faction II[TQ00501A] completed as a 7,825,162,240-byte
+  reconstructed XGD1 image, produced finalized four-hash evidence, atomically
+  wrote schema-2 NO MATCH evidence against 2,689 Xbox DAT entries, and exposed
+  the summary/duplicate-cleanup defects corrected here.
+
+2026-07-17 - FriiDump 0.5.3.8 Xbox reference-path Redump evidence handoff
+
+  * Routed successful GDR-8050L/cross-flashed GDR-8163B full-disc ISO results
+    into the shared Redump DAT verifier and atomic schema-2 evidence report.
+  * Added an explicit result contract carrying the actual finalized output path,
+    byte count, output sectors, CRC32, MD5, SHA-1, and SHA-256 from the copied
+    Xbox reference dumper into FriiDump's front end.
+  * Reused the reference dumper's existing finalized full-file hash pass; the
+    7.29 GiB Xbox ISO is not reread solely for DAT verification.
+  * Corrected the copied DumpXboxGameDisc/bridge success handoff so FriiDump now
+    receives the real dump/write result rather than assuming success after the
+    call returns.
+  * Kept the active target log open across the bridge return so shared Redump
+    evidence and the final validation summary remain in the same Xbox run log.
+  * Added `hash_source` and `representation_note` to schema-2 reports. Xbox
+    reports state that successful acquisition and exact Redump hash identity are
+    separate claims because documented synthetic XGD1 ranges may prevent a match.
+  * Confirmed the prior live Red Faction II reconstructed hashes produce the
+    expected `NO EXACT MATCH` result against the current Xbox DAT: 2,626
+    same-size entries and zero CRC32/MD5/SHA-1 correlations.
+  * Kept Xbox `-X` excluded from DAT verification because XISO is not a full
+    Redump disc image.
+  * Recorded the independent Super Smash Bros. Melee (USA) (En,Ja) (Rev 2)
+    live validation: seed retrieval 3 seconds, full dump and STOP UNIT OK, and
+    exact Redump match across size, CRC32, MD5, and SHA-1.
+  * No firmware update, write, flash, erase, 3B06, 3B07, or FLASHUP path was
+    added or modified.
+
+2026-07-17 - FriiDump 0.5.3.7 PFES-aligned Redump evidence reporting
+
+  * Replaced the compact MATCH/NO MATCH block with a field-by-field evidence
+    presentation for image size, CRC32, MD5, and SHA-1.
+  * Added explicit overall conclusions and confidence statements, including
+    `VERIFIED AGAINST REDUMP` / `Exact archive match` for exact matches.
+  * Added a closest-candidate path only when at least one hash correlates; when
+    no hash correlates, FriiDump reports aggregate field-match counts instead
+    of presenting an arbitrary same-size disc.
+  * Advanced the Redump report to schema 2 while preserving the original
+    top-level status/output/hash fields for compatibility.
+  * Added SHA-256, expected DAT values, per-field PASS/FAIL evidence, match kind,
+    match counts, overall conclusion, and confidence to the JSON report.
+  * Corrected report/log separation: JSON structural writes no longer pass
+    through the logged `fprintf` wrapper, so the run log no longer contains an
+    incomplete mirror with omitted string values.
+  * Reports are now written to a sibling `.tmp` file, flushed/synchronized,
+    closed, and atomically moved over the final path. A failed write leaves the
+    previous complete report untouched.
+  * Documented the existing Xbox scope boundary accurately: the copied
+    GDR-8050L reference-dumper bridge keeps its own full-file hash/sidecar path
+    and is not yet routed through this DAT-verifier report.
+  * Recorded a live GCC4244/B101 Sonic Mega Collection dump: media preflight OK,
+    seed retrieval 3 seconds, full dump OK, STOP UNIT OK, 2324.52 seconds,
+    2156.33 MiB/h, and exact Redump verification. Exact B101 parser metadata
+    remains pending analyzer results; no parser profile was promoted here.
+  * No firmware update, write, flash, erase, 3B06, 3B07, or FLASHUP path was
+    added or modified.
+
+2026-07-17 - FriiDump 0.5.3.6 automatic Redump DAT verification
+
+  * Added automatic post-dump verification against Redump Logiqx XML DAT files.
+  * Bundled stable GameCube, Wii, and Xbox DAT paths under `redump_dat/`.
+  * A positive match requires output size, CRC32, MD5, and SHA-1 to agree;
+    SHA-256 remains printed as a local integrity hash.
+  * Added `--redump-dat-dir <dir>`, `--redump-report <file>`, and
+    `--no-redump-verify`.
+  * Added JSON reporting with DAT path, entries scanned, exact-match count,
+    Redump game/ROM names, output hashes, size, and status.
+  * DAT absence or a no-match result is reported clearly without deleting the
+    output or changing a completed read into a destructive/error path.
+  * No firmware update, write, flash, erase, 3B06, 3B07, or FLASHUP path was
+    added or modified.
+
 2026-07-10 - FriiDump 0.5.3.5
   * Promoted live INQUIRY `HL-DT-ST CDRW/DVD GCC4244/B103` to `known_supported_profile_hardening_live_validated`.
   * Recorded exact GCC-4244N B103 Stage5B profile evidence: JCS3 tokens, CDB base 0x894, gate 0x900386FB.
index 0b203ed09276dc68d61d48d9436c8d079c581113..29c1f6ea5246fc04a13472a53bcb88065b69326a 100644 (file)
@@ -176,7 +176,20 @@ Implementation map:
 
 On Windows, GDR-8050L `-i` and `-X` are dispatched to a copied-in reference implementation from jtryba's original Xbox dumper (`main.c`, `utils.c`, `unlock.c`, and helpers). This preserves the original state-machine order instead of approximating it in FriiDump's generic read loop. It also preserves the reference timing sleeps: tray-cycle 3000 ms, readiness settle 1500 ms after success or 10000 ms fallback, RefreshVolume's 1000 ms wait, and the explicit post-refresh 2000 ms settle.
 
-For GDR-8050L, bare `-i` derives `Title[MediaID].iso` from the XBE title and DMI media ID, and bare `-X` derives `Title[MediaID].xiso`. Supplying `-i <file>` or `-X <file>` is an explicit filename override. The first unlock/metadata pass exists for that size/title/media-ID discovery before the actual dump mode runs.
+For GDR-8050L, bare `-i` derives `Title[MediaID].iso` from the XBE title and DMI media ID, and bare `-X` derives `Title[MediaID].xiso`. Supplying `-i <file>` or `-X <file>` is an explicit filename override. FriiDump prepares the game view for that title/media-ID discovery with state-aware READ CAPACITY classification: it reuses an already-unlocked view, otherwise it attempts one direct full handshake without a media transition. A tray-cycle-and-retry path exists only as recovery when direct verification fails.
+
+FriiDump 0.5.3.8 returns the reference dumper's actual finalized ISO filename,
+byte count, CRC32, MD5, SHA-1, and SHA-256 to the common Redump verifier after a
+successful option-1/full-disc dump. This supports both explicit `-i <file>` and
+bare `-i` with XBE/DMI-derived names without hashing the 7.29 GiB file twice.
+Use `--redump-report <file>` to publish the same atomic schema-2 evidence record
+used by GameCube/Wii paths.
+
+The current XGD1 image map contains documented synthetic zero-filled ranges.
+Accordingly, `NO EXACT MATCH` is a valid evidence result even when all readable
+sectors were acquired successfully. The verifier reports acquisition evidence
+and archive identity as separate claims. `-X` remains outside DAT verification
+because XISO is not a full Redump disc image.
 
 GDR-3120L remains on the separate `FF 08 01` vendor lock/unlock path. Forced Xbox mode on non-supported Xbox unlock profiles is rejected rather than routed through FriiDump GC/Wii fallback methods.
 
@@ -224,3 +237,39 @@ The first candidate that can read/validate sector 0 is selected for the rest of
 the run and logged.  If all candidates fail, seed retrieval stops and the log
 records each failed probe.  Unsupported/non-HLDS drives now keep zeroed HLDS
 profile fields so stale cache-base/window values are not printed.
+## FriiDump 0.5.3.9 live-summary closure
+
+The embedded GDR-8050L reference path returns finalized hashes, output size and
+sector count, title, media ID, and elapsed evidence to FriiDump.  The final HLDS
+summary therefore describes the reconstructed output rather than the locked
+6,992-sector view.  GC/Wii seed terminology is marked not applicable for this
+Xbox authentication path.  DumpXboxGameDisc no longer spins the drive down
+internally; FriiDump performs one final STOP UNIT after Redump verification.
+
+## FriiDump 0.5.3.10 state-aware metadata-entry handshake
+
+The copied GDR-8050L bridge no longer performs the unconditional sequence
+`unlock -> tray cycle -> unlock` before title/XDVDFS probing.
+
+Normal entry paths are now:
+
+- already-unlocked entry: verify readiness, reuse the game view, and read title,
+  XDVDFS, media ID, and physical metadata;
+- locked/video entry: issue one full handshake directly, refresh/read capacity,
+  and continue only after the game view is observed;
+- recovery only: when direct verification fails, cycle the tray once, retry the
+  full handshake once, and fail cleanly if the game view is still absent.
+
+The dump itself still performs one intentional media transition to restore the
+locked/video view before VIDEO-L0 and VIDEO-L1 capture, followed by one full
+handshake for game/XDVDFS sectors. Therefore the expected normal cold-state
+sequence is `unlock -> metadata -> tray cycle -> video -> unlock -> game`, and
+an already-unlocked entry omits the first unlock.
+
+XDVD sidecar authentication evidence now distinguishes two separate facts:
+
+- `unlock_requires_media_transition: false`
+- `locked_video_view_restore_requires_media_transition: true`
+
+The compatibility field `requires_media_transition` is also `false`; it refers
+to authentication/unlock acceptance, not to restoring the locked video view.
diff --git a/docs/debug/friidump_redump_dat_v62_build_linux.log b/docs/debug/friidump_redump_dat_v62_build_linux.log
new file mode 100644 (file)
index 0000000..3806179
--- /dev/null
@@ -0,0 +1,83 @@
+FriiDump 0.5.3.6 Redump DAT verification build
+UTC 2026-07-17T22:51:03Z
+
+CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
+  Compatibility with CMake < 3.10 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
+  to tell CMake that the project requires at least <min> but has been updated
+  to work with policies introduced by <max> or earlier.
+
+
+-- The C compiler identification is GNU 14.2.0
+-- The CXX compiler identification is GNU 14.2.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Looking for include file stdbool.h
+-- Looking for include file stdbool.h - found
+-- Looking for fseeko
+-- Looking for fseeko - found
+-- Looking for ftello
+-- Looking for ftello - found
+-- Looking for fseek64
+-- Looking for fseek64 - not found
+-- Looking for ftell64
+-- Looking for ftell64 - not found
+-- Looking for sys/types.h
+-- Looking for sys/types.h - found
+-- Looking for stdint.h
+-- Looking for stdint.h - found
+-- Looking for stddef.h
+-- Looking for stddef.h - found
+-- Check size of off_t
+-- Check size of off_t - done
+-- Check size of fpos_t
+-- Check size of fpos_t - done
+-- Configuring done (4.2s)
+-- Generating done (0.0s)
+-- Build files have been written to: /mnt/data/friidump_hash_work/src/build-redump
+
+[  3%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
+[ 10%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
+[ 14%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
+[ 17%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
+[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha2.c.o
+[ 28%] Linking C static library libmultihash.a
+[ 28%] Built target multihashlib
+[ 32%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
+[ 35%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
+[ 39%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
+[ 42%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
+[ 46%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
+[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
+[ 53%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
+[ 57%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
+[ 60%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
+[ 64%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
+/mnt/data/friidump_hash_work/src/libfriidump/rs.c: In function 'modnn':
+/mnt/data/friidump_hash_work/src/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
+   47 |     x = (x >> 0xff) + (x & 0xff);
+      |            ^~
+[ 67%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
+[ 71%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
+[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
+[ 78%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
+[ 82%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref_bridge.c.o
+[ 85%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref/xbox_ref_log.c.o
+[ 89%] Linking C shared library libfriidump.so
+[ 89%] Built target friidumplib
+[ 92%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[ 96%] Building C object src/CMakeFiles/friidump.dir/redump_dat.c.o
+[100%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_redump_dat_v62_help_linux.txt b/docs/debug/friidump_redump_dat_v62_help_linux.txt
new file mode 100644 (file)
index 0000000..ef9ed31
--- /dev/null
@@ -0,0 +1,99 @@
+[FRIIDUMP] Log file: friidump.log
+FriiDump 0.5.3.6 - Copyright (C) 2007 Arep
+This software comes with ABSOLUTELY NO WARRANTY.
+This is free software, and you are welcome to redistribute it
+under certain conditions; see COPYING for details.
+
+Official support forum: http://wii.console-tribe.com
+
+Forum for this UNOFFICIAL VERSION: http://forum.redump.org
+
+
+Available command line options:
+
+ -h, --help                    Show this help
+ -a, --autodump                        Dump the disc to an ISO file with an
+                               automatically-generated name, resuming the dump
+                               if possible
+ -g, --gui                     Use more verbose output that can be easily
+                               parsed by a GUI frontend
+ -d, --device <device>         Dump disc from device <device>
+ -p, --stop                    Instruct device to stop disc rotation
+ -D, --dvd                     Force standard DVD-ROM mode for any drive
+                               (equivalent to -T 3; uses FriiDump original
+                               DVD/raw/ISO paths, not Xbox mode)
+ -c, --command <nr>            Force memory dump command:
+                               0 - vanilla 2064
+                               1 - vanilla 2384
+                               2 - Hitachi
+                               3 - Lite-On
+                               4 - Renesas
+ -x, --speed <x>               Set streaming speed (1, 24, 32, 64, etc.,
+                               where 1 = 150 KiB/s and so on)
+ -T, --type <nr>               Force disc type:
+                               0 - GameCube
+                               1 - Wii
+                               2 - Wii_DL
+                               3 - DVD
+                               4 - Xbox/XGD 2048-byte-sector mode
+                                   Native profiles: GDR-8050L and GDR-3120L.
+                                   Other drives keep normal FriiDump behavior
+                                   unless Xbox mode is explicitly forced.
+ -S, --size <sectors>          Force disc size
+ -r, --raw <file>              Output to file <file> in raw format (2064-byte
+                               sectors)
+ -i, --iso[=<file>]            Output to file <file> in ISO format (2048-byte
+                               sectors). For Xbox/GDR-8050L, omitting <file>
+                               derives Title[MediaID].iso from the XBE/DMI;
+                               providing <file> is an explicit override. For
+                               Xbox/XGD this reconstructs the redump-style
+                               XGD1 layout and writes .pfi.bin, .dmi.bin, and
+                               .redump.json metadata when possible
+ -X, --xiso[=<file>]   Output Xbox/XGD game partition as XISO (.xiso).
+                               For Xbox/GDR-8050L, omitting <file> derives
+                               Title[MediaID].xiso from the XBE/DMI; providing
+                               <file> is an explicit override. Attempts to read
+                               the 32-sector game lead-in from drive-readable
+                               sectors and zero-fills only unreadable sectors.
+ -u, --unscramble <file>       Convert (unscramble) raw image contained in
+                               <file> to ISO format
+ -H, --nohash                  Do not compute CRC32/MD5/SHA-1/SHA-256 hashes
+                               for generated files
+ -s, --resume                  Resume partial dump
+                               -  General  -----------------------------------
+ -0, --method0[=<req>,<exp>]   Use dumping method 0 (Optional argument
+                               specifies how many sectors to request from disc
+                               and read from cache at a time. Values should be
+                               separated with a comma. Default 16,16)
+                               -  Non-Streaming  -----------------------------
+ -1, --method1[=<req>,<exp>]   Use dumping method 1 (Default 16,16)
+ -2, --method2[=<req>,<exp>]   Use dumping method 2 (Default 16,16)
+ -3, --method3[=<req>,<exp>]   Use dumping method 3 (Default 16,16)
+                               -  Streaming  ---------------------------------
+ -4, --method4[=<req>,<exp>]   Use dumping method 4 (Default 27,27)
+ -5, --method5[=<req>,<exp>]   Use dumping method 5 (Default 27,27)
+ -6, --method6[=<req>,<exp>]   Use dumping method 6 (Default 27,27)
+                               -  Hitachi  -----------------------------------
+ -7, --method7                 Use dumping method 7 (Read and dump 5 blocks
+                               at a time, using streaming read)
+ -8, --method8                 Use dumping method 8 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA)
+ -9, --method9                 Use dumping method 9 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA and
+                               some speed tricks)
+     --hlds-e7-scan            Probe HLDS HIT 0xE7 cache/memdump bases only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-subcmd-sweep    Probe HIT 0xE7 subcommands/address candidates only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-memrange-sweep  Sweep wider HIT 0xE7 subcmd 0x01 address ranges;
+                               writes JSON and does not crack seeds or dump data
+     --scan-log <file>         JSON output path for --hlds-e7-scan
+     --scan-dump-prefix <prefix>       Optional raw 0xE7 window dump prefix for --hlds-e7-scan
+     --hlds-profile-report <file> Write selected HLDS profile/evidence JSON
+     --redump-dat-dir <dir> Directory containing canonical Redump DAT files
+                              (default: redump_dat)
+     --redump-report <file>   Write Redump verification result as JSON
+     --no-redump-verify       Disable automatic post-dump DAT verification
+ -A, --allmethods              Try all known command/method combinations until
+                               one works. Reopens the drive for each command so
+                               command-specific vendor handlers are rebound.
diff --git a/docs/debug/friidump_redump_dat_v62_parser_tests.txt b/docs/debug/friidump_redump_dat_v62_parser_tests.txt
new file mode 100644 (file)
index 0000000..36dd52d
--- /dev/null
@@ -0,0 +1,2 @@
+ok=1 status=MATCH entries=2019 matches=1 game=Sonic Mega Collection (USA) rom=Sonic Mega Collection (USA).iso detail=Size, CRC32, MD5, and SHA-1 matched.
+MATCH|Super Smash Bros. Melee (USA) (En,Ja) (Rev 2)|Super Smash Bros. Melee (USA) (En,Ja) (Rev 2).iso|2019
diff --git a/docs/debug/friidump_redump_evidence_v63_cmake.log b/docs/debug/friidump_redump_evidence_v63_cmake.log
new file mode 100644 (file)
index 0000000..5febca9
--- /dev/null
@@ -0,0 +1,79 @@
+CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
+  Compatibility with CMake < 3.10 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
+  to tell CMake that the project requires at least <min> but has been updated
+  to work with policies introduced by <max> or earlier.
+
+
+-- The C compiler identification is GNU 14.2.0
+-- The CXX compiler identification is GNU 14.2.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Looking for include file stdbool.h
+-- Looking for include file stdbool.h - found
+-- Looking for fseeko
+-- Looking for fseeko - found
+-- Looking for ftello
+-- Looking for ftello - found
+-- Looking for fseek64
+-- Looking for fseek64 - not found
+-- Looking for ftell64
+-- Looking for ftell64 - not found
+-- Looking for sys/types.h
+-- Looking for sys/types.h - found
+-- Looking for stdint.h
+-- Looking for stdint.h - found
+-- Looking for stddef.h
+-- Looking for stddef.h - found
+-- Check size of off_t
+-- Check size of off_t - done
+-- Check size of fpos_t
+-- Check size of fpos_t - done
+-- Configuring done (3.4s)
+-- Generating done (0.0s)
+-- Build files have been written to: /mnt/data/friidump_0537_work/build-v63
+[  3%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
+[ 10%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
+[ 14%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
+[ 17%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
+[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha2.c.o
+[ 28%] Linking C static library libmultihash.a
+[ 28%] Built target multihashlib
+[ 32%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
+[ 35%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
+[ 39%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
+[ 42%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
+[ 46%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
+[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
+[ 53%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
+[ 57%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
+[ 60%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
+[ 64%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
+/mnt/data/friidump_0537_work/libfriidump/rs.c: In function 'modnn':
+/mnt/data/friidump_0537_work/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
+   47 |     x = (x >> 0xff) + (x & 0xff);
+      |            ^~
+[ 67%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
+[ 71%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
+[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
+[ 78%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
+[ 82%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref_bridge.c.o
+[ 85%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref/xbox_ref_log.c.o
+[ 89%] Linking C shared library libfriidump.so
+[ 89%] Built target friidumplib
+[ 92%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[ 96%] Building C object src/CMakeFiles/friidump.dir/redump_dat.c.o
+[100%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_redump_evidence_v63_help_linux.txt b/docs/debug/friidump_redump_evidence_v63_help_linux.txt
new file mode 100644 (file)
index 0000000..2cc662b
--- /dev/null
@@ -0,0 +1,99 @@
+[FRIIDUMP] Log file: friidump.log
+FriiDump 0.5.3.7 - Copyright (C) 2007 Arep
+This software comes with ABSOLUTELY NO WARRANTY.
+This is free software, and you are welcome to redistribute it
+under certain conditions; see COPYING for details.
+
+Official support forum: http://wii.console-tribe.com
+
+Forum for this UNOFFICIAL VERSION: http://forum.redump.org
+
+
+Available command line options:
+
+ -h, --help                    Show this help
+ -a, --autodump                        Dump the disc to an ISO file with an
+                               automatically-generated name, resuming the dump
+                               if possible
+ -g, --gui                     Use more verbose output that can be easily
+                               parsed by a GUI frontend
+ -d, --device <device>         Dump disc from device <device>
+ -p, --stop                    Instruct device to stop disc rotation
+ -D, --dvd                     Force standard DVD-ROM mode for any drive
+                               (equivalent to -T 3; uses FriiDump original
+                               DVD/raw/ISO paths, not Xbox mode)
+ -c, --command <nr>            Force memory dump command:
+                               0 - vanilla 2064
+                               1 - vanilla 2384
+                               2 - Hitachi
+                               3 - Lite-On
+                               4 - Renesas
+ -x, --speed <x>               Set streaming speed (1, 24, 32, 64, etc.,
+                               where 1 = 150 KiB/s and so on)
+ -T, --type <nr>               Force disc type:
+                               0 - GameCube
+                               1 - Wii
+                               2 - Wii_DL
+                               3 - DVD
+                               4 - Xbox/XGD 2048-byte-sector mode
+                                   Native profiles: GDR-8050L and GDR-3120L.
+                                   Other drives keep normal FriiDump behavior
+                                   unless Xbox mode is explicitly forced.
+ -S, --size <sectors>          Force disc size
+ -r, --raw <file>              Output to file <file> in raw format (2064-byte
+                               sectors)
+ -i, --iso[=<file>]            Output to file <file> in ISO format (2048-byte
+                               sectors). For Xbox/GDR-8050L, omitting <file>
+                               derives Title[MediaID].iso from the XBE/DMI;
+                               providing <file> is an explicit override. For
+                               Xbox/XGD this reconstructs the redump-style
+                               XGD1 layout and writes .pfi.bin, .dmi.bin, and
+                               .redump.json metadata when possible
+ -X, --xiso[=<file>]   Output Xbox/XGD game partition as XISO (.xiso).
+                               For Xbox/GDR-8050L, omitting <file> derives
+                               Title[MediaID].xiso from the XBE/DMI; providing
+                               <file> is an explicit override. Attempts to read
+                               the 32-sector game lead-in from drive-readable
+                               sectors and zero-fills only unreadable sectors.
+ -u, --unscramble <file>       Convert (unscramble) raw image contained in
+                               <file> to ISO format
+ -H, --nohash                  Do not compute CRC32/MD5/SHA-1/SHA-256 hashes
+                               for generated files
+ -s, --resume                  Resume partial dump
+                               -  General  -----------------------------------
+ -0, --method0[=<req>,<exp>]   Use dumping method 0 (Optional argument
+                               specifies how many sectors to request from disc
+                               and read from cache at a time. Values should be
+                               separated with a comma. Default 16,16)
+                               -  Non-Streaming  -----------------------------
+ -1, --method1[=<req>,<exp>]   Use dumping method 1 (Default 16,16)
+ -2, --method2[=<req>,<exp>]   Use dumping method 2 (Default 16,16)
+ -3, --method3[=<req>,<exp>]   Use dumping method 3 (Default 16,16)
+                               -  Streaming  ---------------------------------
+ -4, --method4[=<req>,<exp>]   Use dumping method 4 (Default 27,27)
+ -5, --method5[=<req>,<exp>]   Use dumping method 5 (Default 27,27)
+ -6, --method6[=<req>,<exp>]   Use dumping method 6 (Default 27,27)
+                               -  Hitachi  -----------------------------------
+ -7, --method7                 Use dumping method 7 (Read and dump 5 blocks
+                               at a time, using streaming read)
+ -8, --method8                 Use dumping method 8 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA)
+ -9, --method9                 Use dumping method 9 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA and
+                               some speed tricks)
+     --hlds-e7-scan            Probe HLDS HIT 0xE7 cache/memdump bases only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-subcmd-sweep    Probe HIT 0xE7 subcommands/address candidates only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-memrange-sweep  Sweep wider HIT 0xE7 subcmd 0x01 address ranges;
+                               writes JSON and does not crack seeds or dump data
+     --scan-log <file>         JSON output path for --hlds-e7-scan
+     --scan-dump-prefix <prefix>       Optional raw 0xE7 window dump prefix for --hlds-e7-scan
+     --hlds-profile-report <file> Write selected HLDS profile/evidence JSON
+     --redump-dat-dir <dir> Directory containing canonical Redump DAT files
+                              (default: redump_dat)
+     --redump-report <file>   Write atomic Redump evidence JSON
+     --no-redump-verify       Disable automatic post-dump DAT verification
+ -A, --allmethods              Try all known command/method combinations until
+                               one works. Reopens the drive for each command so
+                               command-specific vendor handlers are rebound.
diff --git a/docs/debug/friidump_redump_evidence_v63_parser_tests.txt b/docs/debug/friidump_redump_evidence_v63_parser_tests.txt
new file mode 100644 (file)
index 0000000..66cc903
--- /dev/null
@@ -0,0 +1,3 @@
+exact|status=MATCH|overall=VERIFIED AGAINST REDUMP|kind=exact|candidate=1|size=PASS|crc=PASS|md5=PASS|sha1=PASS|exact=1|game=Sonic Mega Collection (USA)
+partial|status=NO MATCH|overall=NO EXACT MATCH|kind=closest|candidate=1|size=PASS|crc=PASS|md5=PASS|sha1=FAIL|exact=0|game=Sonic Mega Collection (USA)
+none|status=NO MATCH|overall=NO EXACT MATCH|kind=none|candidate=0|size=N/A|crc=N/A|md5=N/A|sha1=N/A|exact=0|game=
diff --git a/docs/debug/friidump_redump_evidence_v63_rebuild.log b/docs/debug/friidump_redump_evidence_v63_rebuild.log
new file mode 100644 (file)
index 0000000..023126e
--- /dev/null
@@ -0,0 +1,5 @@
+[ 28%] Built target multihashlib
+[ 89%] Built target friidumplib
+[ 92%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[ 96%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_redump_evidence_v63_report_test_stderr.txt b/docs/debug/friidump_redump_evidence_v63_report_test_stderr.txt
new file mode 100644 (file)
index 0000000..34f6891
--- /dev/null
@@ -0,0 +1 @@
+Redump report.......: docs/debug/redump_report_v63_sample.json (atomic write)
diff --git a/docs/debug/friidump_redump_evidence_v63_validation.txt b/docs/debug/friidump_redump_evidence_v63_validation.txt
new file mode 100644 (file)
index 0000000..d735566
--- /dev/null
@@ -0,0 +1,52 @@
+FriiDump Redump evidence reporting v63 local validation
+=======================================================
+
+Target version: FriiDump 0.5.3.7
+Baseline: current FriiDump 0.5.3.5 source plus v62 Redump DAT verifier
+
+Build
+-----
+Linux CMake configure/build: PASS
+Existing unrelated warning retained:
+  libfriidump/rs.c:47 right shift count >= width of type
+
+Help/version
+------------
+FriiDump 0.5.3.7: PASS
+--redump-report wording: Write atomic Redump evidence JSON
+
+DAT parser evidence
+-------------------
+Exact Sonic reference:
+  MATCH / VERIFIED AGAINST REDUMP
+  size PASS, CRC32 PASS, MD5 PASS, SHA-1 PASS
+
+Partial-correlation synthetic test:
+  NO MATCH
+  closest candidate: Sonic Mega Collection (USA)
+  size PASS, CRC32 PASS, MD5 PASS, SHA-1 FAIL
+
+No-correlation synthetic test:
+  NO MATCH
+  no closest candidate presented
+
+Report publication
+------------------
+Schema-2 JSON parse: PASS
+Existing final report replacement: PASS
+Sibling .tmp absent after successful replacement: PASS
+SHA-256 retained: PASS
+Expected DAT values retained: PASS
+Per-field evidence retained: PASS
+Report writer does not route JSON structure through logged fprintf: PASS
+Human log receives only the report completion line: PASS
+
+Safety boundary
+---------------
+No firmware-update, flash, erase, optical-drive write, 3B06, 3B07, or FLASHUP
+path was added or modified.
+
+Known scope boundary
+--------------------
+The copied GDR-8050L reference-dumper bridge retains its separate full-file
+hash/sidecar path and is not yet routed through this DAT-verifier report.
diff --git a/docs/debug/friidump_xbox_redump_v64_cmake_build.log b/docs/debug/friidump_xbox_redump_v64_cmake_build.log
new file mode 100644 (file)
index 0000000..9ab13d3
--- /dev/null
@@ -0,0 +1,86 @@
+CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
+  Compatibility with CMake < 3.10 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
+  to tell CMake that the project requires at least <min> but has been updated
+  to work with policies introduced by <max> or earlier.
+
+
+-- The C compiler identification is GNU 14.2.0
+-- The CXX compiler identification is GNU 14.2.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Looking for include file stdbool.h
+-- Looking for include file stdbool.h - found
+-- Looking for fseeko
+-- Looking for fseeko - found
+-- Looking for ftello
+-- Looking for ftello - found
+-- Looking for fseek64
+-- Looking for fseek64 - not found
+-- Looking for ftell64
+-- Looking for ftell64 - not found
+-- Looking for sys/types.h
+-- Looking for sys/types.h - found
+-- Looking for stdint.h
+-- Looking for stdint.h - found
+-- Looking for stddef.h
+-- Looking for stddef.h - found
+-- Check size of off_t
+-- Check size of off_t - done
+-- Check size of fpos_t
+-- Check size of fpos_t - done
+-- Configuring done (4.1s)
+-- Generating done (0.0s)
+-- Build files have been written to: /mnt/data/friidump_xbox_redump_work/current/build-v64-final
+[  3%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
+[ 10%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
+[ 14%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
+[ 17%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
+[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha2.c.o
+[ 28%] Linking C static library libmultihash.a
+[ 28%] Built target multihashlib
+[ 32%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
+[ 35%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
+[ 39%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
+[ 42%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
+[ 46%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
+[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
+[ 53%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
+[ 57%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
+[ 60%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
+[ 64%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
+/mnt/data/friidump_xbox_redump_work/current/libfriidump/rs.c: In function 'modnn':
+/mnt/data/friidump_xbox_redump_work/current/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
+   47 |     x = (x >> 0xff) + (x & 0xff);
+      |            ^~
+[ 67%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
+/mnt/data/friidump_xbox_redump_work/current/libfriidump/rs.c: In function 'rs_decode':
+/mnt/data/friidump_xbox_redump_work/current/libfriidump/rs.c:248:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
+  248 |         reg[j] = modnn(reg[j] + j);
+      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~
+/mnt/data/friidump_xbox_redump_work/current/libfriidump/rs.c:138:32: note: at offset -9 into destination object 'reg' of size 11
+  138 |   unsigned char root[_NROOTS], reg[_NROOTS+1], loc[_NROOTS];
+      |                                ^~~
+[ 71%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
+[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
+[ 78%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
+[ 82%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref_bridge.c.o
+[ 85%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref/xbox_ref_log.c.o
+[ 89%] Linking C shared library libfriidump.so
+[ 89%] Built target friidumplib
+[ 96%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[ 96%] Building C object src/CMakeFiles/friidump.dir/redump_dat.c.o
+[100%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_xbox_redump_v64_dat_tests.txt b/docs/debug/friidump_xbox_redump_v64_dat_tests.txt
new file mode 100644 (file)
index 0000000..2809d34
--- /dev/null
@@ -0,0 +1,2 @@
+xbox_exact|status=MATCH|overall=VERIFIED AGAINST REDUMP|kind=exact|candidate=1|size=PASS|crc=PASS|md5=PASS|sha1=PASS|exact=1|game=Red Faction II (USA)
+xbox_none|status=NO MATCH|overall=NO EXACT MATCH|kind=none|candidate=0|size=N/A|crc=N/A|md5=N/A|sha1=N/A|exact=0|game=
diff --git a/docs/debug/friidump_xbox_redump_v64_help_linux.txt b/docs/debug/friidump_xbox_redump_v64_help_linux.txt
new file mode 100644 (file)
index 0000000..1055142
--- /dev/null
@@ -0,0 +1,99 @@
+[FRIIDUMP] Log file: friidump.log
+FriiDump 0.5.3.8 - Copyright (C) 2007 Arep
+This software comes with ABSOLUTELY NO WARRANTY.
+This is free software, and you are welcome to redistribute it
+under certain conditions; see COPYING for details.
+
+Official support forum: http://wii.console-tribe.com
+
+Forum for this UNOFFICIAL VERSION: http://forum.redump.org
+
+
+Available command line options:
+
+ -h, --help                    Show this help
+ -a, --autodump                        Dump the disc to an ISO file with an
+                               automatically-generated name, resuming the dump
+                               if possible
+ -g, --gui                     Use more verbose output that can be easily
+                               parsed by a GUI frontend
+ -d, --device <device>         Dump disc from device <device>
+ -p, --stop                    Instruct device to stop disc rotation
+ -D, --dvd                     Force standard DVD-ROM mode for any drive
+                               (equivalent to -T 3; uses FriiDump original
+                               DVD/raw/ISO paths, not Xbox mode)
+ -c, --command <nr>            Force memory dump command:
+                               0 - vanilla 2064
+                               1 - vanilla 2384
+                               2 - Hitachi
+                               3 - Lite-On
+                               4 - Renesas
+ -x, --speed <x>               Set streaming speed (1, 24, 32, 64, etc.,
+                               where 1 = 150 KiB/s and so on)
+ -T, --type <nr>               Force disc type:
+                               0 - GameCube
+                               1 - Wii
+                               2 - Wii_DL
+                               3 - DVD
+                               4 - Xbox/XGD 2048-byte-sector mode
+                                   Native profiles: GDR-8050L and GDR-3120L.
+                                   Other drives keep normal FriiDump behavior
+                                   unless Xbox mode is explicitly forced.
+ -S, --size <sectors>          Force disc size
+ -r, --raw <file>              Output to file <file> in raw format (2064-byte
+                               sectors)
+ -i, --iso[=<file>]            Output to file <file> in ISO format (2048-byte
+                               sectors). For Xbox/GDR-8050L, omitting <file>
+                               derives Title[MediaID].iso from the XBE/DMI;
+                               providing <file> is an explicit override. For
+                               Xbox/XGD this reconstructs the redump-style
+                               XGD1 layout and writes .pfi.bin, .dmi.bin, and
+                               .redump.json metadata when possible
+ -X, --xiso[=<file>]   Output Xbox/XGD game partition as XISO (.xiso).
+                               For Xbox/GDR-8050L, omitting <file> derives
+                               Title[MediaID].xiso from the XBE/DMI; providing
+                               <file> is an explicit override. Attempts to read
+                               the 32-sector game lead-in from drive-readable
+                               sectors and zero-fills only unreadable sectors.
+ -u, --unscramble <file>       Convert (unscramble) raw image contained in
+                               <file> to ISO format
+ -H, --nohash                  Do not compute CRC32/MD5/SHA-1/SHA-256 hashes
+                               for generated files
+ -s, --resume                  Resume partial dump
+                               -  General  -----------------------------------
+ -0, --method0[=<req>,<exp>]   Use dumping method 0 (Optional argument
+                               specifies how many sectors to request from disc
+                               and read from cache at a time. Values should be
+                               separated with a comma. Default 16,16)
+                               -  Non-Streaming  -----------------------------
+ -1, --method1[=<req>,<exp>]   Use dumping method 1 (Default 16,16)
+ -2, --method2[=<req>,<exp>]   Use dumping method 2 (Default 16,16)
+ -3, --method3[=<req>,<exp>]   Use dumping method 3 (Default 16,16)
+                               -  Streaming  ---------------------------------
+ -4, --method4[=<req>,<exp>]   Use dumping method 4 (Default 27,27)
+ -5, --method5[=<req>,<exp>]   Use dumping method 5 (Default 27,27)
+ -6, --method6[=<req>,<exp>]   Use dumping method 6 (Default 27,27)
+                               -  Hitachi  -----------------------------------
+ -7, --method7                 Use dumping method 7 (Read and dump 5 blocks
+                               at a time, using streaming read)
+ -8, --method8                 Use dumping method 8 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA)
+ -9, --method9                 Use dumping method 9 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA and
+                               some speed tricks)
+     --hlds-e7-scan            Probe HLDS HIT 0xE7 cache/memdump bases only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-subcmd-sweep    Probe HIT 0xE7 subcommands/address candidates only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-memrange-sweep  Sweep wider HIT 0xE7 subcmd 0x01 address ranges;
+                               writes JSON and does not crack seeds or dump data
+     --scan-log <file>         JSON output path for --hlds-e7-scan
+     --scan-dump-prefix <prefix>       Optional raw 0xE7 window dump prefix for --hlds-e7-scan
+     --hlds-profile-report <file> Write selected HLDS profile/evidence JSON
+     --redump-dat-dir <dir> Directory containing canonical Redump DAT files
+                              (default: redump_dat)
+     --redump-report <file>   Write atomic Redump evidence JSON
+     --no-redump-verify       Disable automatic post-dump DAT verification
+ -A, --allmethods              Try all known command/method combinations until
+                               one works. Reopens the drive for each command so
+                               command-specific vendor handlers are rebound.
diff --git a/docs/debug/friidump_xbox_redump_v64_observed_reconstruction_test.txt b/docs/debug/friidump_xbox_redump_v64_observed_reconstruction_test.txt
new file mode 100644 (file)
index 0000000..a28be87
--- /dev/null
@@ -0,0 +1 @@
+observed_red_faction_reconstruction|status=NO MATCH|overall=NO EXACT MATCH|kind=none|candidate=0|size_matches=2626|crc_matches=0|md5_matches=0|sha1_matches=0|detail=No entry matched all required fields and no hash-correlated candidate was found.
diff --git a/docs/debug/friidump_xbox_redump_v64_overlay_build.log b/docs/debug/friidump_xbox_redump_v64_overlay_build.log
new file mode 100644 (file)
index 0000000..c74c835
--- /dev/null
@@ -0,0 +1,86 @@
+CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
+  Compatibility with CMake < 3.10 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
+  to tell CMake that the project requires at least <min> but has been updated
+  to work with policies introduced by <max> or earlier.
+
+
+-- The C compiler identification is GNU 14.2.0
+-- The CXX compiler identification is GNU 14.2.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Looking for include file stdbool.h
+-- Looking for include file stdbool.h - found
+-- Looking for fseeko
+-- Looking for fseeko - found
+-- Looking for ftello
+-- Looking for ftello - found
+-- Looking for fseek64
+-- Looking for fseek64 - not found
+-- Looking for ftell64
+-- Looking for ftell64 - not found
+-- Looking for sys/types.h
+-- Looking for sys/types.h - found
+-- Looking for stdint.h
+-- Looking for stdint.h - found
+-- Looking for stddef.h
+-- Looking for stddef.h - found
+-- Check size of off_t
+-- Check size of off_t - done
+-- Check size of fpos_t
+-- Check size of fpos_t - done
+-- Configuring done (4.8s)
+-- Generating done (0.0s)
+-- Build files have been written to: /mnt/data/friidump_xbox_redump_work/install_test_v64/build-install-test
+[  3%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
+[ 10%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
+[ 14%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
+[ 17%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
+[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha2.c.o
+[ 28%] Linking C static library libmultihash.a
+[ 28%] Built target multihashlib
+[ 32%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
+[ 35%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
+[ 39%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
+[ 42%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
+[ 46%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
+[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
+[ 53%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
+[ 57%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
+[ 60%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
+[ 64%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
+/mnt/data/friidump_xbox_redump_work/install_test_v64/libfriidump/rs.c: In function 'modnn':
+/mnt/data/friidump_xbox_redump_work/install_test_v64/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
+   47 |     x = (x >> 0xff) + (x & 0xff);
+      |            ^~
+[ 67%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
+/mnt/data/friidump_xbox_redump_work/install_test_v64/libfriidump/rs.c: In function 'rs_decode':
+/mnt/data/friidump_xbox_redump_work/install_test_v64/libfriidump/rs.c:248:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
+  248 |         reg[j] = modnn(reg[j] + j);
+      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~
+/mnt/data/friidump_xbox_redump_work/install_test_v64/libfriidump/rs.c:138:32: note: at offset -9 into destination object 'reg' of size 11
+  138 |   unsigned char root[_NROOTS], reg[_NROOTS+1], loc[_NROOTS];
+      |                                ^~~
+[ 71%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
+[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
+[ 78%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
+[ 82%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref_bridge.c.o
+[ 85%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref/xbox_ref_log.c.o
+[ 89%] Linking C shared library libfriidump.so
+[ 89%] Built target friidumplib
+[ 96%] Building C object src/CMakeFiles/friidump.dir/redump_dat.c.o
+[ 96%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[100%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_xbox_redump_v64_overlay_sha256_check.txt b/docs/debug/friidump_xbox_redump_v64_overlay_sha256_check.txt
new file mode 100644 (file)
index 0000000..fe4bf2d
--- /dev/null
@@ -0,0 +1,26 @@
+README: OK
+docs/ChangeLog: OK
+docs/XBOX.md: OK
+docs/debug/friidump_xbox_redump_v64_cmake_build.log: OK
+docs/debug/friidump_xbox_redump_v64_dat_tests.txt: OK
+docs/debug/friidump_xbox_redump_v64_help_linux.txt: OK
+docs/debug/friidump_xbox_redump_v64_observed_reconstruction_test.txt: OK
+docs/debug/friidump_xbox_redump_v64_regression_tests.txt: OK
+docs/debug/friidump_xbox_redump_v64_source_contract.txt: OK
+docs/debug/friidump_xbox_redump_v64_validation.txt: OK
+docs/reports/FRIIDUMP_XBOX_REDUMP_EVIDENCE_HANDOFF_0.5.3.8.md: OK
+libfriidump/dumper.c: OK
+libfriidump/dumper.h: OK
+libfriidump/xbox_ref/utils.c: OK
+libfriidump/xbox_ref/utils.h: OK
+libfriidump/xbox_ref_bridge.c: OK
+libfriidump/xbox_ref_bridge.h: OK
+msvc32_friidump.rsp: OK
+redump_dat/Microsoft - Xbox.dat: OK
+redump_dat/Nintendo - GameCube.dat: OK
+redump_dat/Nintendo - Wii.dat: OK
+redump_dat/README.txt: OK
+src/CMakeLists.txt: OK
+src/friidump.c: OK
+src/redump_dat.c: OK
+src/redump_dat.h: OK
diff --git a/docs/debug/friidump_xbox_redump_v64_regression_tests.txt b/docs/debug/friidump_xbox_redump_v64_regression_tests.txt
new file mode 100644 (file)
index 0000000..2c8f37d
--- /dev/null
@@ -0,0 +1,2 @@
+gc_smash|MATCH|VERIFIED AGAINST REDUMP|exact|Super Smash Bros. Melee (USA) (En,Ja) (Rev 2)
+xbox_red_faction_ii|MATCH|VERIFIED AGAINST REDUMP|exact|Red Faction II (USA)
diff --git a/docs/debug/friidump_xbox_redump_v64_source_contract.txt b/docs/debug/friidump_xbox_redump_v64_source_contract.txt
new file mode 100644 (file)
index 0000000..f880a48
--- /dev/null
@@ -0,0 +1,16 @@
+result_contract_declared: PASS
+result_contains_actual_path: PASS
+result_contains_all_hashes: PASS
+dump_function_returns_bool: PASS
+bridge_uses_real_dump_status: PASS
+dumper_stores_reference_result: PASS
+dumper_exposes_reference_result: PASS
+front_end_calls_shared_xbox_verifier: PASS
+front_end_reuses_handed_hashes: PASS
+front_end_uses_actual_output_path: PASS
+xiso_explicitly_excluded: PASS
+schema2_hash_source: PASS
+schema2_representation_note: PASS
+xbox_representation_honesty: PASS
+bridge_keeps_log_open_for_friidump: PASS
+overall: PASS
diff --git a/docs/debug/friidump_xbox_redump_v64_validation.txt b/docs/debug/friidump_xbox_redump_v64_validation.txt
new file mode 100644 (file)
index 0000000..57a9d9d
--- /dev/null
@@ -0,0 +1,29 @@
+FriiDump Xbox Redump evidence handoff v64 validation
+====================================================
+Target version: FriiDump 0.5.3.8
+
+Linux CMake build: PASS
+v64 ZIP overlay onto v63 baseline: PASS
+Package internal SHA-256 verification: PASS
+Overlay rebuild/version check: PASS
+Help/version output: PASS
+Result-contract source checks: PASS
+GameCube Melee DAT regression: PASS
+Xbox Red Faction II (USA) DAT exact fixture: PASS
+Xbox no-correlation fixture: PASS
+Prior live Red Faction II reconstructed hashes: expected NO EXACT MATCH, PASS
+
+Expected Windows live test path:
+- GDR-8163B cross-flashed with GDR-8050L firmware
+- Original Xbox retail disc
+- Full-disc -i mode, not -X
+- Existing copied reference hash pass returns output path/size/hashes
+- Shared Microsoft - Xbox.dat verifier runs
+- Atomic schema-2 report contains hash_source and representation_note
+
+Known evidence boundary:
+- Current XGD1 reconstructed image contains documented synthetic ranges.
+- A successful acquisition may correctly report NO EXACT MATCH.
+- Do not interpret size equality as archive identity.
+
+No firmware update/write/flash/erase/3B06/3B07/FLASHUP path changed.
diff --git a/docs/debug/friidump_xbox_v65_cmake_build.log b/docs/debug/friidump_xbox_v65_cmake_build.log
new file mode 100644 (file)
index 0000000..3d872e8
--- /dev/null
@@ -0,0 +1,42 @@
+[  3%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
+[ 10%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
+[ 14%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
+[ 17%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
+[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha2.c.o
+[ 28%] Linking C static library libmultihash.a
+[ 28%] Built target multihashlib
+[ 32%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
+[ 35%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
+[ 39%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
+[ 42%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
+[ 46%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
+[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
+[ 53%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
+[ 57%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
+[ 60%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
+[ 64%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
+/mnt/data/work_current_v65/libfriidump/rs.c: In function 'modnn':
+/mnt/data/work_current_v65/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
+   47 |     x = (x >> 0xff) + (x & 0xff);
+      |            ^~
+[ 67%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
+/mnt/data/work_current_v65/libfriidump/rs.c: In function 'rs_decode':
+/mnt/data/work_current_v65/libfriidump/rs.c:248:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
+  248 |         reg[j] = modnn(reg[j] + j);
+      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~
+/mnt/data/work_current_v65/libfriidump/rs.c:138:32: note: at offset -9 into destination object 'reg' of size 11
+  138 |   unsigned char root[_NROOTS], reg[_NROOTS+1], loc[_NROOTS];
+      |                                ^~~
+[ 71%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
+[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
+[ 78%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
+[ 82%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref_bridge.c.o
+[ 85%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref/xbox_ref_log.c.o
+[ 89%] Linking C shared library libfriidump.so
+[ 89%] Built target friidumplib
+[ 92%] Building C object src/CMakeFiles/friidump.dir/redump_dat.c.o
+[ 96%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[100%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_xbox_v65_cmake_configure.log b/docs/debug/friidump_xbox_v65_cmake_configure.log
new file mode 100644 (file)
index 0000000..3fe1abe
--- /dev/null
@@ -0,0 +1,44 @@
+CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
+  Compatibility with CMake < 3.10 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
+  to tell CMake that the project requires at least <min> but has been updated
+  to work with policies introduced by <max> or earlier.
+
+
+-- The C compiler identification is GNU 14.2.0
+-- The CXX compiler identification is GNU 14.2.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Looking for include file stdbool.h
+-- Looking for include file stdbool.h - found
+-- Looking for fseeko
+-- Looking for fseeko - found
+-- Looking for ftello
+-- Looking for ftello - found
+-- Looking for fseek64
+-- Looking for fseek64 - not found
+-- Looking for ftell64
+-- Looking for ftell64 - not found
+-- Looking for sys/types.h
+-- Looking for sys/types.h - found
+-- Looking for stdint.h
+-- Looking for stdint.h - found
+-- Looking for stddef.h
+-- Looking for stddef.h - found
+-- Check size of off_t
+-- Check size of off_t - done
+-- Check size of fpos_t
+-- Check size of fpos_t - done
+-- Configuring done (4.6s)
+-- Generating done (0.0s)
+-- Build files have been written to: /mnt/data/work_current_v65/build_v65
diff --git a/docs/debug/friidump_xbox_v65_expected_live_summary.txt b/docs/debug/friidump_xbox_v65_expected_live_summary.txt
new file mode 100644 (file)
index 0000000..c7ed457
--- /dev/null
@@ -0,0 +1,24 @@
+Expected corrected shape for the Red Faction II[TQ00501A] repeat run
+---------------------------------------------------------------------
+Only one STOP UNIT command should be logged, after shared Redump verification.
+The final summary should use returned bridge evidence rather than pre-bridge defaults:
+
+HLDS 0xE7 validation summary:
+  Model.............: HL-DT-ST/DVD-ROM GDR8050L/0012
+  Profile...........: GDR-8050L modified 0xE7 speed-probe pending
+  Command/method....: 2 / 10
+  Cache base........: 0x80000000
+  Memory windows....: 1
+  Disc type.........: Xbox
+  Game/Media ID.....: TQ00501A
+  Title.............: Red Faction II
+  Output............: Red Faction II[TQ00501A]-v65.iso
+  Seed read.........: N/A (Xbox reference auth path)
+  Dump status.......: OK
+  STOP UNIT.........: OK
+  Sectors...........: 3820880
+  Duration..........: non-zero reference-dumper elapsed seconds
+  Observed average..: non-zero MiB/h over 7462.66 MiB ISO payload
+  Redump verify.....: NO EXACT MATCH
+
+NO EXACT MATCH remains expected while the documented synthetic XGD1 ranges remain.
diff --git a/docs/debug/friidump_xbox_v65_help_linux.txt b/docs/debug/friidump_xbox_v65_help_linux.txt
new file mode 100644 (file)
index 0000000..a94c56b
--- /dev/null
@@ -0,0 +1,99 @@
+[FRIIDUMP] Log file: friidump.log
+FriiDump 0.5.3.9 - Copyright (C) 2007 Arep
+This software comes with ABSOLUTELY NO WARRANTY.
+This is free software, and you are welcome to redistribute it
+under certain conditions; see COPYING for details.
+
+Official support forum: http://wii.console-tribe.com
+
+Forum for this UNOFFICIAL VERSION: http://forum.redump.org
+
+
+Available command line options:
+
+ -h, --help                    Show this help
+ -a, --autodump                        Dump the disc to an ISO file with an
+                               automatically-generated name, resuming the dump
+                               if possible
+ -g, --gui                     Use more verbose output that can be easily
+                               parsed by a GUI frontend
+ -d, --device <device>         Dump disc from device <device>
+ -p, --stop                    Instruct device to stop disc rotation
+ -D, --dvd                     Force standard DVD-ROM mode for any drive
+                               (equivalent to -T 3; uses FriiDump original
+                               DVD/raw/ISO paths, not Xbox mode)
+ -c, --command <nr>            Force memory dump command:
+                               0 - vanilla 2064
+                               1 - vanilla 2384
+                               2 - Hitachi
+                               3 - Lite-On
+                               4 - Renesas
+ -x, --speed <x>               Set streaming speed (1, 24, 32, 64, etc.,
+                               where 1 = 150 KiB/s and so on)
+ -T, --type <nr>               Force disc type:
+                               0 - GameCube
+                               1 - Wii
+                               2 - Wii_DL
+                               3 - DVD
+                               4 - Xbox/XGD 2048-byte-sector mode
+                                   Native profiles: GDR-8050L and GDR-3120L.
+                                   Other drives keep normal FriiDump behavior
+                                   unless Xbox mode is explicitly forced.
+ -S, --size <sectors>          Force disc size
+ -r, --raw <file>              Output to file <file> in raw format (2064-byte
+                               sectors)
+ -i, --iso[=<file>]            Output to file <file> in ISO format (2048-byte
+                               sectors). For Xbox/GDR-8050L, omitting <file>
+                               derives Title[MediaID].iso from the XBE/DMI;
+                               providing <file> is an explicit override. For
+                               Xbox/XGD this reconstructs the redump-style
+                               XGD1 layout and writes .pfi.bin, .dmi.bin, and
+                               .redump.json metadata when possible
+ -X, --xiso[=<file>]   Output Xbox/XGD game partition as XISO (.xiso).
+                               For Xbox/GDR-8050L, omitting <file> derives
+                               Title[MediaID].xiso from the XBE/DMI; providing
+                               <file> is an explicit override. Attempts to read
+                               the 32-sector game lead-in from drive-readable
+                               sectors and zero-fills only unreadable sectors.
+ -u, --unscramble <file>       Convert (unscramble) raw image contained in
+                               <file> to ISO format
+ -H, --nohash                  Do not compute CRC32/MD5/SHA-1/SHA-256 hashes
+                               for generated files
+ -s, --resume                  Resume partial dump
+                               -  General  -----------------------------------
+ -0, --method0[=<req>,<exp>]   Use dumping method 0 (Optional argument
+                               specifies how many sectors to request from disc
+                               and read from cache at a time. Values should be
+                               separated with a comma. Default 16,16)
+                               -  Non-Streaming  -----------------------------
+ -1, --method1[=<req>,<exp>]   Use dumping method 1 (Default 16,16)
+ -2, --method2[=<req>,<exp>]   Use dumping method 2 (Default 16,16)
+ -3, --method3[=<req>,<exp>]   Use dumping method 3 (Default 16,16)
+                               -  Streaming  ---------------------------------
+ -4, --method4[=<req>,<exp>]   Use dumping method 4 (Default 27,27)
+ -5, --method5[=<req>,<exp>]   Use dumping method 5 (Default 27,27)
+ -6, --method6[=<req>,<exp>]   Use dumping method 6 (Default 27,27)
+                               -  Hitachi  -----------------------------------
+ -7, --method7                 Use dumping method 7 (Read and dump 5 blocks
+                               at a time, using streaming read)
+ -8, --method8                 Use dumping method 8 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA)
+ -9, --method9                 Use dumping method 9 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA and
+                               some speed tricks)
+     --hlds-e7-scan            Probe HLDS HIT 0xE7 cache/memdump bases only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-subcmd-sweep    Probe HIT 0xE7 subcommands/address candidates only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-memrange-sweep  Sweep wider HIT 0xE7 subcmd 0x01 address ranges;
+                               writes JSON and does not crack seeds or dump data
+     --scan-log <file>         JSON output path for --hlds-e7-scan
+     --scan-dump-prefix <prefix>       Optional raw 0xE7 window dump prefix for --hlds-e7-scan
+     --hlds-profile-report <file> Write selected HLDS profile/evidence JSON
+     --redump-dat-dir <dir> Directory containing canonical Redump DAT files
+                              (default: redump_dat)
+     --redump-report <file>   Write atomic Redump evidence JSON
+     --no-redump-verify       Disable automatic post-dump DAT verification
+ -A, --allmethods              Try all known command/method combinations until
+                               one works. Reopens the drive for each command so
+                               command-specific vendor handlers are rebound.
diff --git a/docs/debug/friidump_xbox_v65_live_validation.txt b/docs/debug/friidump_xbox_v65_live_validation.txt
new file mode 100644 (file)
index 0000000..4c90c51
--- /dev/null
@@ -0,0 +1,21 @@
+FriiDump 0.5.3.9 live Xbox baseline validation
+
+result_zip: friidump_xbox_redump_v65_test_results.zip
+output: Red Faction II[TQ00501A]-v65.iso
+output_size: 7825162240
+output_sectors: 3820880
+crc32: 0babc98e
+md5: 207043740237dc31ae0768027b0fbaa5
+sha1: cd67731da785e9eba8a64cf73ae429c812fb6a62
+sha256: 0e8422641478395da4e87f8c699445fb53af65e50309a3eb4a8393165ce201f7
+redump_overall: NO EXACT MATCH
+redump_entries_scanned: 2689
+actual_stop_unit_issuances: 1
+summary_sector_count_correct: PASS
+summary_duration_nonzero: PASS
+summary_media_id_correct: PASS
+sidecar_output_identity_consistent: PASS
+observed_prior_unlock_count: 3
+observed_prior_tray_eject_count: 2
+
+Conclusion: v65 reporting/STOP ownership passed. The live trace exposes the redundant pre-metadata unlock/tray pair targeted by v66.
diff --git a/docs/debug/friidump_xbox_v65_rebuild.log b/docs/debug/friidump_xbox_v65_rebuild.log
new file mode 100644 (file)
index 0000000..70aad5f
--- /dev/null
@@ -0,0 +1,3 @@
+[ 28%] Built target multihashlib
+[ 89%] Built target friidumplib
+[100%] Built target friidump
diff --git a/docs/debug/friidump_xbox_v65_source_contract.txt b/docs/debug/friidump_xbox_v65_source_contract.txt
new file mode 100644 (file)
index 0000000..0eb81c7
--- /dev/null
@@ -0,0 +1,19 @@
+FriiDump 0.5.3.9 Xbox live-summary source contract
+
+PASS  version_0_5_3_9: src/friidump.c package version
+PASS  result_has_title: Xbox bridge result title field
+PASS  result_has_media_id: Xbox bridge result media ID field
+PASS  result_has_elapsed: Xbox bridge result elapsed seconds field
+PASS  bridge_populates_title: title copied only from successful XBE metadata
+PASS  bridge_populates_media_id: media ID copied from DMI path
+PASS  dump_records_elapsed: elapsed evidence captured at cleanup
+PASS  inner_stop_removed: DumpXboxGameDisc delegates final stop
+PASS  standalone_stop_retained: standalone bridge cleanup retains STOP UNIT
+PASS  embedded_stop_retained: FriiDump outer cleanup retains STOP UNIT
+PASS  summary_maps_output_sectors: final output sectors replace locked-view count
+PASS  summary_maps_title: final title mapped
+PASS  summary_maps_media_id: media ID mapped
+PASS  xbox_seed_not_applicable: GC/Wii seed wording suppressed for Xbox
+PASS  duration_override: reference elapsed time drives final duration
+
+checks=15 passed=15 failed=0
diff --git a/docs/debug/friidump_xbox_v66_cmake_build.log b/docs/debug/friidump_xbox_v66_cmake_build.log
new file mode 100644 (file)
index 0000000..147263c
--- /dev/null
@@ -0,0 +1,35 @@
+[  3%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
+[ 10%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
+[ 14%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
+[ 17%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
+[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha2.c.o
+[ 28%] Linking C static library libmultihash.a
+[ 28%] Built target multihashlib
+[ 32%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
+[ 35%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
+[ 39%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
+[ 42%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
+[ 46%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
+[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
+[ 53%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
+[ 57%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
+[ 60%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
+[ 64%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
+/mnt/data/work_current_v66/libfriidump/rs.c: In function 'modnn':
+/mnt/data/work_current_v66/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
+   47 |     x = (x >> 0xff) + (x & 0xff);
+      |            ^~
+[ 67%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
+[ 71%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
+[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
+[ 78%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
+[ 82%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref_bridge.c.o
+[ 85%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref/xbox_ref_log.c.o
+[ 89%] Linking C shared library libfriidump.so
+[ 89%] Built target friidumplib
+[ 92%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[ 96%] Building C object src/CMakeFiles/friidump.dir/redump_dat.c.o
+[100%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_xbox_v66_cmake_configure.log b/docs/debug/friidump_xbox_v66_cmake_configure.log
new file mode 100644 (file)
index 0000000..448db56
--- /dev/null
@@ -0,0 +1,44 @@
+CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
+  Compatibility with CMake < 3.10 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
+  to tell CMake that the project requires at least <min> but has been updated
+  to work with policies introduced by <max> or earlier.
+
+
+-- The C compiler identification is GNU 14.2.0
+-- The CXX compiler identification is GNU 14.2.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Looking for include file stdbool.h
+-- Looking for include file stdbool.h - found
+-- Looking for fseeko
+-- Looking for fseeko - found
+-- Looking for ftello
+-- Looking for ftello - found
+-- Looking for fseek64
+-- Looking for fseek64 - not found
+-- Looking for ftell64
+-- Looking for ftell64 - not found
+-- Looking for sys/types.h
+-- Looking for sys/types.h - found
+-- Looking for stdint.h
+-- Looking for stdint.h - found
+-- Looking for stddef.h
+-- Looking for stddef.h - found
+-- Check size of off_t
+-- Check size of off_t - done
+-- Check size of fpos_t
+-- Check size of fpos_t - done
+-- Configuring done (4.1s)
+-- Generating done (0.0s)
+-- Build files have been written to: /mnt/data/work_current_v66/build_v66
diff --git a/docs/debug/friidump_xbox_v66_expected_live_sequence.txt b/docs/debug/friidump_xbox_v66_expected_live_sequence.txt
new file mode 100644 (file)
index 0000000..26af5b0
--- /dev/null
@@ -0,0 +1,17 @@
+FriiDump 0.5.3.10 expected normal Xbox sequence
+
+Already-unlocked bridge entry:
+  entry READ CAPACITY -> reuse game view -> metadata -> one tray cycle -> video -> one handshake -> game -> Redump evidence -> one STOP UNIT
+
+Cold locked/video bridge entry:
+  entry READ CAPACITY -> one direct handshake -> verify game view -> metadata -> one tray cycle -> video -> one handshake -> game -> Redump evidence -> one STOP UNIT
+
+Recovery only:
+  direct handshake verification failure -> one tray cycle -> one handshake retry -> verify or fail cleanly
+
+Expected normal counts inside copied reference bridge/dumper after bridge entry:
+  metadata-preparation handshakes: 0 when already unlocked, otherwise 1
+  restore-video tray cycles: 1
+  game-data handshakes: 1
+  recovery tray cycles: 0 unless direct handshake fails
+  final STOP UNIT issuances: 1
diff --git a/docs/debug/friidump_xbox_v66_help_linux.txt b/docs/debug/friidump_xbox_v66_help_linux.txt
new file mode 100644 (file)
index 0000000..cab3d84
--- /dev/null
@@ -0,0 +1,99 @@
+[FRIIDUMP] Log file: friidump.log
+FriiDump 0.5.3.10 - Copyright (C) 2007 Arep
+This software comes with ABSOLUTELY NO WARRANTY.
+This is free software, and you are welcome to redistribute it
+under certain conditions; see COPYING for details.
+
+Official support forum: http://wii.console-tribe.com
+
+Forum for this UNOFFICIAL VERSION: http://forum.redump.org
+
+
+Available command line options:
+
+ -h, --help                    Show this help
+ -a, --autodump                        Dump the disc to an ISO file with an
+                               automatically-generated name, resuming the dump
+                               if possible
+ -g, --gui                     Use more verbose output that can be easily
+                               parsed by a GUI frontend
+ -d, --device <device>         Dump disc from device <device>
+ -p, --stop                    Instruct device to stop disc rotation
+ -D, --dvd                     Force standard DVD-ROM mode for any drive
+                               (equivalent to -T 3; uses FriiDump original
+                               DVD/raw/ISO paths, not Xbox mode)
+ -c, --command <nr>            Force memory dump command:
+                               0 - vanilla 2064
+                               1 - vanilla 2384
+                               2 - Hitachi
+                               3 - Lite-On
+                               4 - Renesas
+ -x, --speed <x>               Set streaming speed (1, 24, 32, 64, etc.,
+                               where 1 = 150 KiB/s and so on)
+ -T, --type <nr>               Force disc type:
+                               0 - GameCube
+                               1 - Wii
+                               2 - Wii_DL
+                               3 - DVD
+                               4 - Xbox/XGD 2048-byte-sector mode
+                                   Native profiles: GDR-8050L and GDR-3120L.
+                                   Other drives keep normal FriiDump behavior
+                                   unless Xbox mode is explicitly forced.
+ -S, --size <sectors>          Force disc size
+ -r, --raw <file>              Output to file <file> in raw format (2064-byte
+                               sectors)
+ -i, --iso[=<file>]            Output to file <file> in ISO format (2048-byte
+                               sectors). For Xbox/GDR-8050L, omitting <file>
+                               derives Title[MediaID].iso from the XBE/DMI;
+                               providing <file> is an explicit override. For
+                               Xbox/XGD this reconstructs the redump-style
+                               XGD1 layout and writes .pfi.bin, .dmi.bin, and
+                               .redump.json metadata when possible
+ -X, --xiso[=<file>]   Output Xbox/XGD game partition as XISO (.xiso).
+                               For Xbox/GDR-8050L, omitting <file> derives
+                               Title[MediaID].xiso from the XBE/DMI; providing
+                               <file> is an explicit override. Attempts to read
+                               the 32-sector game lead-in from drive-readable
+                               sectors and zero-fills only unreadable sectors.
+ -u, --unscramble <file>       Convert (unscramble) raw image contained in
+                               <file> to ISO format
+ -H, --nohash                  Do not compute CRC32/MD5/SHA-1/SHA-256 hashes
+                               for generated files
+ -s, --resume                  Resume partial dump
+                               -  General  -----------------------------------
+ -0, --method0[=<req>,<exp>]   Use dumping method 0 (Optional argument
+                               specifies how many sectors to request from disc
+                               and read from cache at a time. Values should be
+                               separated with a comma. Default 16,16)
+                               -  Non-Streaming  -----------------------------
+ -1, --method1[=<req>,<exp>]   Use dumping method 1 (Default 16,16)
+ -2, --method2[=<req>,<exp>]   Use dumping method 2 (Default 16,16)
+ -3, --method3[=<req>,<exp>]   Use dumping method 3 (Default 16,16)
+                               -  Streaming  ---------------------------------
+ -4, --method4[=<req>,<exp>]   Use dumping method 4 (Default 27,27)
+ -5, --method5[=<req>,<exp>]   Use dumping method 5 (Default 27,27)
+ -6, --method6[=<req>,<exp>]   Use dumping method 6 (Default 27,27)
+                               -  Hitachi  -----------------------------------
+ -7, --method7                 Use dumping method 7 (Read and dump 5 blocks
+                               at a time, using streaming read)
+ -8, --method8                 Use dumping method 8 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA)
+ -9, --method9                 Use dumping method 9 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA and
+                               some speed tricks)
+     --hlds-e7-scan            Probe HLDS HIT 0xE7 cache/memdump bases only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-subcmd-sweep    Probe HIT 0xE7 subcommands/address candidates only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-memrange-sweep  Sweep wider HIT 0xE7 subcmd 0x01 address ranges;
+                               writes JSON and does not crack seeds or dump data
+     --scan-log <file>         JSON output path for --hlds-e7-scan
+     --scan-dump-prefix <prefix>       Optional raw 0xE7 window dump prefix for --hlds-e7-scan
+     --hlds-profile-report <file> Write selected HLDS profile/evidence JSON
+     --redump-dat-dir <dir> Directory containing canonical Redump DAT files
+                              (default: redump_dat)
+     --redump-report <file>   Write atomic Redump evidence JSON
+     --no-redump-verify       Disable automatic post-dump DAT verification
+ -A, --allmethods              Try all known command/method combinations until
+                               one works. Reopens the drive for each command so
+                               command-specific vendor handlers are rebound.
diff --git a/docs/debug/friidump_xbox_v66_overlay_build.log b/docs/debug/friidump_xbox_v66_overlay_build.log
new file mode 100644 (file)
index 0000000..eb5a067
--- /dev/null
@@ -0,0 +1,35 @@
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
+[  7%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
+[ 10%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
+[ 14%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
+[ 21%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
+[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha2.c.o
+[ 28%] Linking C static library libmultihash.a
+[ 28%] Built target multihashlib
+[ 32%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
+[ 35%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
+[ 39%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
+[ 42%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
+[ 46%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
+[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
+[ 53%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
+[ 57%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
+[ 60%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
+[ 64%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
+/mnt/data/v66_overlay_test/libfriidump/rs.c: In function 'modnn':
+/mnt/data/v66_overlay_test/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
+   47 |     x = (x >> 0xff) + (x & 0xff);
+      |            ^~
+[ 67%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
+[ 71%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
+[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
+[ 78%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
+[ 82%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref_bridge.c.o
+[ 85%] Building C object libfriidump/CMakeFiles/friidumplib.dir/xbox_ref/xbox_ref_log.c.o
+[ 89%] Linking C shared library libfriidump.so
+[ 89%] Built target friidumplib
+[ 92%] Building C object src/CMakeFiles/friidump.dir/friidump.c.o
+[ 96%] Building C object src/CMakeFiles/friidump.dir/redump_dat.c.o
+[100%] Linking C executable friidump
+[100%] Built target friidump
diff --git a/docs/debug/friidump_xbox_v66_overlay_configure.log b/docs/debug/friidump_xbox_v66_overlay_configure.log
new file mode 100644 (file)
index 0000000..37d0b24
--- /dev/null
@@ -0,0 +1,44 @@
+CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
+  Compatibility with CMake < 3.10 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
+  to tell CMake that the project requires at least <min> but has been updated
+  to work with policies introduced by <max> or earlier.
+
+
+-- The C compiler identification is GNU 14.2.0
+-- The CXX compiler identification is GNU 14.2.0
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working C compiler: /usr/bin/cc - skipped
+-- Detecting C compile features
+-- Detecting C compile features - done
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Looking for include file stdbool.h
+-- Looking for include file stdbool.h - found
+-- Looking for fseeko
+-- Looking for fseeko - found
+-- Looking for ftello
+-- Looking for ftello - found
+-- Looking for fseek64
+-- Looking for fseek64 - not found
+-- Looking for ftell64
+-- Looking for ftell64 - not found
+-- Looking for sys/types.h
+-- Looking for sys/types.h - found
+-- Looking for stdint.h
+-- Looking for stdint.h - found
+-- Looking for stddef.h
+-- Looking for stddef.h - found
+-- Check size of off_t
+-- Check size of off_t - done
+-- Check size of fpos_t
+-- Check size of fpos_t - done
+-- Configuring done (4.5s)
+-- Generating done (0.0s)
+-- Build files have been written to: /mnt/data/v66_overlay_test/build_v66_overlay
diff --git a/docs/debug/friidump_xbox_v66_overlay_help.txt b/docs/debug/friidump_xbox_v66_overlay_help.txt
new file mode 100644 (file)
index 0000000..cab3d84
--- /dev/null
@@ -0,0 +1,99 @@
+[FRIIDUMP] Log file: friidump.log
+FriiDump 0.5.3.10 - Copyright (C) 2007 Arep
+This software comes with ABSOLUTELY NO WARRANTY.
+This is free software, and you are welcome to redistribute it
+under certain conditions; see COPYING for details.
+
+Official support forum: http://wii.console-tribe.com
+
+Forum for this UNOFFICIAL VERSION: http://forum.redump.org
+
+
+Available command line options:
+
+ -h, --help                    Show this help
+ -a, --autodump                        Dump the disc to an ISO file with an
+                               automatically-generated name, resuming the dump
+                               if possible
+ -g, --gui                     Use more verbose output that can be easily
+                               parsed by a GUI frontend
+ -d, --device <device>         Dump disc from device <device>
+ -p, --stop                    Instruct device to stop disc rotation
+ -D, --dvd                     Force standard DVD-ROM mode for any drive
+                               (equivalent to -T 3; uses FriiDump original
+                               DVD/raw/ISO paths, not Xbox mode)
+ -c, --command <nr>            Force memory dump command:
+                               0 - vanilla 2064
+                               1 - vanilla 2384
+                               2 - Hitachi
+                               3 - Lite-On
+                               4 - Renesas
+ -x, --speed <x>               Set streaming speed (1, 24, 32, 64, etc.,
+                               where 1 = 150 KiB/s and so on)
+ -T, --type <nr>               Force disc type:
+                               0 - GameCube
+                               1 - Wii
+                               2 - Wii_DL
+                               3 - DVD
+                               4 - Xbox/XGD 2048-byte-sector mode
+                                   Native profiles: GDR-8050L and GDR-3120L.
+                                   Other drives keep normal FriiDump behavior
+                                   unless Xbox mode is explicitly forced.
+ -S, --size <sectors>          Force disc size
+ -r, --raw <file>              Output to file <file> in raw format (2064-byte
+                               sectors)
+ -i, --iso[=<file>]            Output to file <file> in ISO format (2048-byte
+                               sectors). For Xbox/GDR-8050L, omitting <file>
+                               derives Title[MediaID].iso from the XBE/DMI;
+                               providing <file> is an explicit override. For
+                               Xbox/XGD this reconstructs the redump-style
+                               XGD1 layout and writes .pfi.bin, .dmi.bin, and
+                               .redump.json metadata when possible
+ -X, --xiso[=<file>]   Output Xbox/XGD game partition as XISO (.xiso).
+                               For Xbox/GDR-8050L, omitting <file> derives
+                               Title[MediaID].xiso from the XBE/DMI; providing
+                               <file> is an explicit override. Attempts to read
+                               the 32-sector game lead-in from drive-readable
+                               sectors and zero-fills only unreadable sectors.
+ -u, --unscramble <file>       Convert (unscramble) raw image contained in
+                               <file> to ISO format
+ -H, --nohash                  Do not compute CRC32/MD5/SHA-1/SHA-256 hashes
+                               for generated files
+ -s, --resume                  Resume partial dump
+                               -  General  -----------------------------------
+ -0, --method0[=<req>,<exp>]   Use dumping method 0 (Optional argument
+                               specifies how many sectors to request from disc
+                               and read from cache at a time. Values should be
+                               separated with a comma. Default 16,16)
+                               -  Non-Streaming  -----------------------------
+ -1, --method1[=<req>,<exp>]   Use dumping method 1 (Default 16,16)
+ -2, --method2[=<req>,<exp>]   Use dumping method 2 (Default 16,16)
+ -3, --method3[=<req>,<exp>]   Use dumping method 3 (Default 16,16)
+                               -  Streaming  ---------------------------------
+ -4, --method4[=<req>,<exp>]   Use dumping method 4 (Default 27,27)
+ -5, --method5[=<req>,<exp>]   Use dumping method 5 (Default 27,27)
+ -6, --method6[=<req>,<exp>]   Use dumping method 6 (Default 27,27)
+                               -  Hitachi  -----------------------------------
+ -7, --method7                 Use dumping method 7 (Read and dump 5 blocks
+                               at a time, using streaming read)
+ -8, --method8                 Use dumping method 8 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA)
+ -9, --method9                 Use dumping method 9 (Read and dump 5 blocks
+                               at a time, using streaming read, using DMA and
+                               some speed tricks)
+     --hlds-e7-scan            Probe HLDS HIT 0xE7 cache/memdump bases only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-subcmd-sweep    Probe HIT 0xE7 subcommands/address candidates only;
+                               writes JSON and does not crack seeds or dump data
+     --hlds-e7-memrange-sweep  Sweep wider HIT 0xE7 subcmd 0x01 address ranges;
+                               writes JSON and does not crack seeds or dump data
+     --scan-log <file>         JSON output path for --hlds-e7-scan
+     --scan-dump-prefix <prefix>       Optional raw 0xE7 window dump prefix for --hlds-e7-scan
+     --hlds-profile-report <file> Write selected HLDS profile/evidence JSON
+     --redump-dat-dir <dir> Directory containing canonical Redump DAT files
+                              (default: redump_dat)
+     --redump-report <file>   Write atomic Redump evidence JSON
+     --no-redump-verify       Disable automatic post-dump DAT verification
+ -A, --allmethods              Try all known command/method combinations until
+                               one works. Reopens the drive for each command so
+                               command-specific vendor handlers are rebound.
diff --git a/docs/debug/friidump_xbox_v66_package_sha256_check.txt b/docs/debug/friidump_xbox_v66_package_sha256_check.txt
new file mode 100644 (file)
index 0000000..fa1ce58
--- /dev/null
@@ -0,0 +1,15 @@
+README: OK
+docs/ChangeLog: OK
+docs/XBOX.md: OK
+docs/debug/friidump_xbox_v65_live_validation.txt: OK
+docs/debug/friidump_xbox_v66_cmake_build.log: OK
+docs/debug/friidump_xbox_v66_cmake_configure.log: OK
+docs/debug/friidump_xbox_v66_expected_live_sequence.txt: OK
+docs/debug/friidump_xbox_v66_help_linux.txt: OK
+docs/debug/friidump_xbox_v66_source_contract.txt: OK
+docs/reports/FRIIDUMP_XBOX_STATE_AWARE_HANDSHAKE_0.5.3.10.md: OK
+friidump-handoff.md: OK
+libfriidump/xbox_ref/utils.c: OK
+libfriidump/xbox_ref_bridge.c: OK
+libfriidump/xbox_ref_bridge.h: OK
+src/friidump.c: OK
diff --git a/docs/debug/friidump_xbox_v66_source_contract.txt b/docs/debug/friidump_xbox_v66_source_contract.txt
new file mode 100644 (file)
index 0000000..5bdf87c
--- /dev/null
@@ -0,0 +1,17 @@
+FriiDump 0.5.3.10 state-aware Xbox handshake source contract
+
+01. version_0_5_3_10: PASS
+02. entry_capacity_classification: PASS
+03. already_unlocked_skip_message: PASS
+04. direct_handshake_without_media_transition: PASS
+05. fallback_media_cycle_is_conditional: PASS
+06. recovery_retry_verification: PASS
+07. old_unconditional_atomic_preamble_removed: PASS
+08. dump_path_preserved: PASS
+09. unlock_media_transition_false: PASS
+10. locked_restore_transition_true: PASS
+11. compat_transition_false: PASS
+12. single_embedded_stop_ownership_preserved: PASS
+13. no_firmware_write_tokens_added: PASS
+
+overall: PASS
diff --git a/docs/debug/redump_report_v63_sample.json b/docs/debug/redump_report_v63_sample.json
new file mode 100644 (file)
index 0000000..573cc1b
--- /dev/null
@@ -0,0 +1,38 @@
+{
+  "schema": 2,
+  "producer": "friidump-0.5.3.7",
+  "status": "MATCH",
+  "overall": "VERIFIED AGAINST REDUMP",
+  "confidence": "Exact archive match",
+  "output": "sonic.iso",
+  "output_size": 1459978240,
+  "crc32": "01b52739",
+  "md5": "85a525df1481d0ad67d8761f832dca12",
+  "sha1": "06eb6d15b4d7f90ec0fed9ce9a77db41358d74ed",
+  "sha256": "30098da93f5de9ece8da44f8afdfb85cf9bcdc24d77131221e64e3038a529010",
+  "dat_path": "redump_dat/Nintendo - GameCube.dat",
+  "entries_scanned": 2019,
+  "exact_matches": 1,
+  "match_kind": "exact",
+  "game_name": "Sonic Mega Collection (USA)",
+  "rom_name": "Sonic Mega Collection (USA).iso",
+  "field_match_counts": {
+    "size": 2019,
+    "crc32": 1,
+    "md5": 1,
+    "sha1": 1
+  },
+  "expected": {
+    "size": "1459978240",
+    "crc32": "01b52739",
+    "md5": "85a525df1481d0ad67d8761f832dca12",
+    "sha1": "06eb6d15b4d7f90ec0fed9ce9a77db41358d74ed"
+  },
+  "evidence": {
+    "size": "PASS",
+    "crc32": "PASS",
+    "md5": "PASS",
+    "sha1": "PASS"
+  },
+  "detail": "Size, CRC32, MD5, and SHA-1 matched."
+}
diff --git a/docs/reports/FRIIDUMP_REDUMP_DAT_VERIFICATION_0.5.3.6.md b/docs/reports/FRIIDUMP_REDUMP_DAT_VERIFICATION_0.5.3.6.md
new file mode 100644 (file)
index 0000000..0a2d352
--- /dev/null
@@ -0,0 +1,69 @@
+# FriiDump 0.5.3.6 — Automatic Redump DAT Verification
+
+## Purpose
+
+After a successful ISO dump, FriiDump now checks the finalized output hashes
+against the supplied Redump DAT for the selected system. This removes the
+manual copy/paste comparison step while preserving the complete printed hash
+set.
+
+## Matching policy
+
+A `MATCH` requires all available identity fields used by Redump DAT entries:
+
+- output byte size
+- CRC32
+- MD5
+- SHA-1
+
+SHA-256 is still calculated and printed by FriiDump but is not part of the DAT
+match because the supplied Logiqx DAT records do not provide SHA-256.
+
+## System mapping
+
+| Disc type | Stable DAT filename | Supplied entries |
+|---|---|---:|
+| GameCube | `Nintendo - GameCube.dat` | 2019 |
+| Wii / Wii DL | `Nintendo - Wii.dat` | 3780 |
+| Xbox/XGD redump-style ISO | `Microsoft - Xbox.dat` | 2683 |
+
+XISO/game-partition output is not compared with the full-disc Xbox DAT.
+
+## Console behavior
+
+Successful example:
+
+```text
+Redump DAT verification:
+  Status............: MATCH
+  DAT...............: redump_dat/Nintendo - GameCube.dat
+  Entries scanned...: 2019
+  Game..............: Sonic Mega Collection (USA)
+  ROM...............: Sonic Mega Collection (USA).iso
+  Matched...........: Size, CRC32, MD5, and SHA-1 matched.
+```
+
+A missing DAT or `NO MATCH` remains visible in the log and optional JSON report.
+It does not erase or modify the image and does not invoke any drive write path.
+
+## CLI
+
+```text
+--redump-dat-dir <dir>
+--redump-report <file>
+--no-redump-verify
+```
+
+Default DAT directory: `redump_dat`.
+
+## Local validation
+
+The parser was built with the current FriiDump source and tested against the
+supplied GameCube DAT using two known Redump references:
+
+- Sonic Mega Collection (USA): matched uniquely after scanning 2019 entries.
+- Super Smash Bros. Melee (USA) (En,Ja) (Rev 2): matched uniquely after
+  scanning 2019 entries.
+
+The Linux CMake build completed successfully. The existing MSVC32 response file
+was updated to compile `src\redump_dat.c`.
diff --git a/docs/reports/FRIIDUMP_REDUMP_EVIDENCE_REPORTING_0.5.3.7.md b/docs/reports/FRIIDUMP_REDUMP_EVIDENCE_REPORTING_0.5.3.7.md
new file mode 100644 (file)
index 0000000..770831e
--- /dev/null
@@ -0,0 +1,128 @@
+# FriiDump 0.5.3.7 — PFES-Aligned Redump Evidence Reporting
+
+## Scope
+
+This update refines the automatic Redump verifier introduced in 0.5.3.6. It
+changes evidence presentation and report durability only. It does not add or
+modify any optical-drive write, firmware-update, flash, erase, `3B06`, `3B07`,
+or `FLASHUP` path.
+
+## Live baseline confirmed before refinement
+
+The 0.5.3.6 run on `HL-DT-ST/CDRW/DVD GCC4244/B101` completed Sonic Mega
+Collection successfully:
+
+- media preflight: OK
+- seed retrieval: 3 seconds
+- output sectors: 712,880
+- dump status: OK
+- STOP UNIT: OK
+- duration: 2,324.52 seconds
+- observed average: 2,156.33 MiB/h
+- Redump entries scanned: 2,019
+- exact matches: 1
+
+Observed hashes:
+
+```text
+CRC32    01b52739
+MD5      85a525df1481d0ad67d8761f832dca12
+SHA-1    06eb6d15b4d7f90ec0fed9ce9a77db41358d74ed
+SHA-256  30098da93f5de9ece8da44f8afdfb85cf9bcdc24d77131221e64e3038a529010
+```
+
+The B101 drive remains a live-validated legacy Type3 fallback while exact
+parser metadata is pending analyzer results. This update does not promote B101
+by analogy with B103.
+
+## Scope boundary for Xbox reference dumping
+
+The bundled Xbox DAT remains mapped for Xbox ISO paths that return through
+FriiDump's normal dumper/hash state. The copied GDR-8050L reference-dumper
+bridge uses its own full-file hashing and sidecar writer and remains excluded
+from this verifier call. No claim is made here that schema-2 DAT evidence is
+produced for that separate bridge path.
+
+## Corrected log behavior
+
+The schema-1 JSON report itself was valid on disk, but its structural writes
+used FriiDump's logged `fprintf` wrapper. String values were emitted by a
+different direct-file helper, so the human-readable run log received an
+incomplete mirror such as:
+
+```text
+"status": ,
+"output": ,
+```
+
+0.5.3.7 writes JSON exclusively through unlogged file-output functions. The
+human log now contains only the report completion line, while the complete JSON
+remains in its own evidence artifact.
+
+## Evidence-oriented console result
+
+Exact match:
+
+```text
+Redump verification
+------------------------------------------------------------
+DAT                  redump_dat/Nintendo - GameCube.dat
+Entries scanned      2019
+Matched entry        Sonic Mega Collection (USA)
+ROM                  Sonic Mega Collection (USA).iso
+Image size           PASS
+CRC32                PASS
+MD5                  PASS
+SHA-1                PASS
+Overall              VERIFIED AGAINST REDUMP
+Confidence           Exact archive match
+```
+
+A non-exact result displays a closest candidate only when at least one hash
+correlates. Otherwise, FriiDump reports aggregate size/hash match counts and
+states that no archive identity was established.
+
+## JSON schema 2
+
+Schema 2 preserves the original top-level fields and adds:
+
+- `overall`
+- `confidence`
+- `sha256`
+- `match_kind`
+- `field_match_counts`
+- `expected`
+- `evidence`
+
+The `evidence` object records `PASS`, `FAIL`, or `N/A` for size, CRC32, MD5, and
+SHA-1.
+
+## Atomic report publication
+
+The report lifecycle is:
+
+1. Write a sibling `<report>.tmp` file.
+2. Flush the C stream.
+3. Synchronize the file descriptor.
+4. Close the temporary file.
+5. Atomically replace the final report path.
+
+If writing or synchronization fails, the temporary file is removed and the
+previous complete final report remains unchanged. If the final replacement
+fails, the complete temporary report is retained and its path is printed.
+
+## Local validation
+
+- Linux CMake build: PASS
+- Help/version output: PASS (`FriiDump 0.5.3.7`)
+- Exact Sonic DAT match: PASS
+- Partial-correlation candidate test: PASS
+- No-hash-correlation test: PASS
+- Schema-2 JSON parse: PASS
+- SHA-256 retention: PASS
+- Atomic replacement of an existing report: PASS
+- Temporary file absent after successful replacement: PASS
+- Report contents absent from the run-log stream: PASS
+
+The existing Reed-Solomon warning in `libfriidump/rs.c` remains unchanged and is
+outside this update's scope.
diff --git a/docs/reports/FRIIDUMP_XBOX_LIVE_SUMMARY_CLOSURE_0.5.3.9.md b/docs/reports/FRIIDUMP_XBOX_LIVE_SUMMARY_CLOSURE_0.5.3.9.md
new file mode 100644 (file)
index 0000000..583e28f
--- /dev/null
@@ -0,0 +1,37 @@
+# FriiDump 0.5.3.9 Xbox live-summary closure
+
+## Evidence observed in the 0.5.3.8 live run
+
+The Red Faction II[TQ00501A] cross-flashed GDR-8163B/GDR-8050L run proved the
+core handoff: a 3,820,880-sector, 7,825,162,240-byte reconstructed XGD1 ISO was
+finalized; CRC32, MD5, SHA-1 and SHA-256 were returned without a second full-file
+hash pass; Microsoft - Xbox.dat was scanned; and schema-2 evidence was written
+atomically.  The expected result was NO EXACT MATCH because documented ranges
+remain synthetic zero-fill placeholders.
+
+The same run exposed three reporting defects:
+
+1. The final summary retained the generic Xbox title/ID and the locked 6,992
+   sector count instead of finalized bridge evidence.
+2. FriiDump printed a 0.00-second duration because the reference path does not
+   call the normal sector-progress callback.
+3. DumpXboxGameDisc issued STOP UNIT internally and FriiDump issued it again
+   after shared verification.
+
+## Correction
+
+The bridge result now carries title and media ID in addition to its existing
+output path, sector count, size and hashes.  FriiDump maps these values into the
+final validation summary, marks seed retrieval not applicable to the Xbox
+reference-auth path, and uses the copied reference dumper's elapsed-time evidence for the final duration.
+
+STOP UNIT ownership is now singular.  DumpXboxGameDisc leaves final drive
+cleanup to its caller.  Embedded FriiDump runs stop after Redump verification;
+standalone bridge runs stop before closing their own handle.
+
+## Preserved claims
+
+- Acquisition success and exact Redump identity remain separate claims.
+- NO EXACT MATCH does not invalidate successfully captured readable sectors.
+- Synthetic filler ranges remain explicit in .media.json and .xdvd.json.
+- XISO mode remains excluded from full-disc Redump verification.
diff --git a/docs/reports/FRIIDUMP_XBOX_REDUMP_EVIDENCE_HANDOFF_0.5.3.8.md b/docs/reports/FRIIDUMP_XBOX_REDUMP_EVIDENCE_HANDOFF_0.5.3.8.md
new file mode 100644 (file)
index 0000000..c984065
--- /dev/null
@@ -0,0 +1,115 @@
+# FriiDump 0.5.3.8 — Xbox Reference-Path Redump Evidence Handoff
+
+## Scope
+
+This update closes the Redump-verification boundary that remained after
+FriiDump 0.5.3.7. On Windows, the copied GDR-8050L reference dumper already
+calculated finalized full-file CRC32, MD5, SHA-1, and SHA-256 values and wrote
+XGD1 sidecars, but those values did not return to FriiDump's shared DAT
+verifier.
+
+The update changes evidence handoff, result propagation, and reporting. It does
+not add or modify any optical-drive firmware-update, flash, erase, `3B06`,
+`3B07`, or `FLASHUP` operation.
+
+## Result contract
+
+`xbox_ref_dump_result` now carries:
+
+- whether the reference path was attempted;
+- the actual dump/write result;
+- dump mode (`1` full-disc ISO or `2` XISO);
+- actual finalized output path;
+- output sector count;
+- actual output byte count;
+- CRC32;
+- MD5;
+- SHA-1;
+- SHA-256;
+- whether all finalized hashes are complete.
+
+This explicit contract supports both an `-i <file>` override and bare `-i`,
+where the copied reference path derives `Title[MediaID].iso` after reading XBE
+and DMI metadata.
+
+## No duplicate 7.29 GiB hash pass
+
+The copied reference path already reopens the finalized file and calculates
+CRC32, MD5, SHA-1, and SHA-256. FriiDump 0.5.3.8 reuses those values directly.
+It does not reread the complete Xbox image solely to feed the DAT verifier.
+
+The schema-2 report records:
+
+```text
+hash_source = GDR-8050L reference finalized full-file hashes
+```
+
+## Corrected success propagation
+
+Before this update, the bridge called `DumpXboxGameDisc()` and then assigned
+success unconditionally. `DumpXboxGameDisc()` now returns its real dump/write
+result. The bridge and normal FriiDump validation summary therefore cannot
+claim success merely because the copied function returned to its caller.
+
+## Unified logging lifetime
+
+When FriiDump supplies the existing drive handle, the copied bridge no longer
+closes the active target log before returning. The shared Redump evidence block,
+atomic-report completion line, final STOP UNIT result, validation summary, and
+log-completion line can remain in one target log.
+
+The standalone bridge entry point still closes the log it owns.
+
+## XISO boundary
+
+Xbox `-X` remains intentionally outside Redump DAT verification. XISO is a
+partition representation and does not have the byte layout of a full Redump
+Original Xbox disc image.
+
+## XGD1 representation honesty
+
+PFES-TR-004 requires synthetic ranges to remain explicit and states that a
+correct output size or layer break does not establish Redump hash identity.
+The shared report now includes `representation_note` for Xbox results:
+
+```text
+XGD1 acquisition success and exact Redump hash identity are separate claims;
+documented synthetic reconstruction ranges may prevent an exact match.
+```
+
+Therefore, a successful physical read followed by `NO EXACT MATCH` is a valid
+and expected evidence outcome for the current reconstructed layout. It is not
+promoted to archive identity.
+
+## GameCube regression evidence
+
+Before this integration, FriiDump 0.5.3.7 was live-validated against two
+distinct GameCube DAT entries:
+
+- Sonic Mega Collection (USA)
+- Super Smash Bros. Melee (USA) (En,Ja) (Rev 2)
+
+The Melee run completed with seed retrieval in 3 seconds, full dump and STOP
+UNIT success, and exact size/CRC32/MD5/SHA-1 agreement.
+
+## Local validation
+
+- Linux CMake build: PASS
+- v64 ZIP overlay onto the v63 baseline, internal SHA-256 verification, and rebuild: PASS
+- Help/version output: PASS (`FriiDump 0.5.3.8`)
+- Result-contract source checks: PASS
+- Existing GameCube Melee DAT exact-match regression: PASS
+- Xbox Red Faction II (USA) DAT exact-match parser fixture: PASS
+- Xbox no-hash-correlation fixture: PASS
+- Prior live Red Faction II reconstructed hashes against current Xbox DAT: expected `NO EXACT MATCH`, PASS
+- Existing Reed-Solomon warnings: unchanged and outside scope
+
+A prior live Red Faction II reconstructed ISO had the correct 7,825,162,240-byte
+size but hashes `0babc98e` / `207043740237dc31ae0768027b0fbaa5` /
+`cd67731da785e9eba8a64cf73ae429c812fb6a62`. Against the current Xbox DAT this
+produces `NO EXACT MATCH`, no hash-correlated candidate, and 2,626 same-size
+entries. This is the expected PFES-honest outcome for the current synthetic
+layout.
+
+The Windows GDR-8050L/cross-flashed GDR-8163B full-disc run remains the required
+live validation for the new result handoff and common report path.
diff --git a/docs/reports/FRIIDUMP_XBOX_STATE_AWARE_HANDSHAKE_0.5.3.10.md b/docs/reports/FRIIDUMP_XBOX_STATE_AWARE_HANDSHAKE_0.5.3.10.md
new file mode 100644 (file)
index 0000000..153faf6
--- /dev/null
@@ -0,0 +1,60 @@
+# FriiDump 0.5.3.10 state-aware GDR-8050L handshake cleanup
+
+## Decision
+
+The unconditional pre-metadata `unlock -> tray cycle -> unlock` sequence is no
+longer justified. Live dumping proves that the GDR-8050L handshake can expose
+the game view from the locked/video state without a preceding media change.
+
+## Implemented flow
+
+1. Ensure the drive is ready.
+2. Read entry READ CAPACITY(10).
+3. If the visible sector count already represents the game view, reuse it.
+4. Otherwise issue one direct full handshake and verify READ CAPACITY(10).
+5. Only if verification fails, perform one tray-cycle recovery and retry once.
+6. Read title/XDVDFS/media metadata.
+7. Perform the existing intentional tray cycle to restore the locked/video view.
+8. Dump VIDEO-L0 and capture VIDEO-L1.
+9. Issue one full handshake and dump the game/XDVDFS range.
+10. Return evidence to FriiDump, verify against the Xbox DAT, and issue one final
+    STOP UNIT.
+
+## Expected normal sequence
+
+Cold locked/video entry:
+
+```text
+handshake -> metadata -> tray cycle -> video -> handshake -> game
+```
+
+Already-unlocked entry:
+
+```text
+metadata -> tray cycle -> video -> handshake -> game
+```
+
+Recovery sequence (only after direct handshake verification fails):
+
+```text
+direct handshake failed -> tray cycle -> handshake retry
+```
+
+## Metadata correction
+
+The XDVD sidecar now records that authentication/unlock acceptance does not
+require a media transition. A media transition is still required to restore the
+locked/video view before capturing the visible video ranges.
+
+## Live baseline used
+
+FriiDump 0.5.3.9 completed Red Faction II as a 3,820,880-sector reconstructed
+XGD1 image, finalized CRC32/MD5/SHA-1/SHA-256 evidence, wrote media/XDVD/PFI/DMI
+artifacts and an atomic schema-2 Redump report, and issued one final STOP UNIT.
+The trace showed three complete handshakes and two tray cycles; this update
+removes the redundant pre-metadata handshake/tray pair while retaining recovery.
+
+## Safety boundary
+
+No firmware write, flash, erase, vendor-memory write, 3B06, 3B07, or FLASHUP
+operation was added or changed.
index 23d99be9ce760361451644f39ceddc3fd1a3b7f6..36ac682aeacbd2322884bae58773ea1888d028d0 100644 (file)
@@ -54,6 +54,7 @@ struct dumper_s {
        multihash hash_raw;
        multihash hash_iso;
        multihash hash_xiso;
+       xbox_ref_dump_result xbox_ref_result;
        
        progress_func progress;
        void *progress_data;
@@ -936,7 +937,7 @@ static int dumper_dump_xbox_redump_iso (dumper *dmp, u_int32_t *current_sector)
                if (current_sector)
                        *current_sector = 0;
                xbox_ref_log_fprintf (stderr, "[XBOX] Dispatching GDR-8050L -i directly to copied original dumper code using FriiDump's existing drive HANDLE.\n");
-               ref_status = xbox_ref_gdr8050l_dump_with_handle (disc_get_native_handle (dmp -> dsk), disc_get_device (dmp -> dsk), dmp -> outfile_iso, '1');
+               ref_status = xbox_ref_gdr8050l_dump_with_handle (disc_get_native_handle (dmp -> dsk), disc_get_device (dmp -> dsk), dmp -> outfile_iso, '1', &(dmp -> xbox_ref_result));
                return ref_status == 0;
        }
 #endif
@@ -1258,7 +1259,7 @@ int dumper_dump_xiso (dumper *dmp, u_int32_t *current_sector) {
                if (current_sector)
                        *current_sector = 0;
                xbox_ref_log_fprintf (stderr, "[XBOX] Dispatching GDR-8050L -X directly to copied original dumper code using FriiDump's existing drive HANDLE.\n");
-               ref_status = xbox_ref_gdr8050l_dump_with_handle (disc_get_native_handle (dmp -> dsk), disc_get_device (dmp -> dsk), dmp -> outfile_xiso, '2');
+               ref_status = xbox_ref_gdr8050l_dump_with_handle (disc_get_native_handle (dmp -> dsk), disc_get_device (dmp -> dsk), dmp -> outfile_xiso, '2', &(dmp -> xbox_ref_result));
                return ref_status == 0;
        }
 #endif
@@ -1369,6 +1370,7 @@ dumper *dumper_new (disc *d) {
        dmp = (dumper *) malloc (sizeof (dumper));
        memset (dmp, 0, sizeof (dumper));
        dmp -> dsk = d;
+       xbox_ref_dump_result_init (&(dmp -> xbox_ref_result));
        dumper_set_hashing (dmp, true);
        dumper_set_flushing (dmp, true);
 
@@ -1487,3 +1489,11 @@ char *dumper_get_raw_sha2 (dumper *dmp) {
 char *dumper_get_xiso_sha2 (dumper *dmp) {
        return ((dmp -> hash_xiso).sha2_s);
 }
+
+
+bool dumper_get_xbox_reference_result (dumper *dmp, xbox_ref_dump_result *result) {
+       if (!dmp || !result || !(dmp -> xbox_ref_result).attempted)
+               return false;
+       *result = dmp -> xbox_ref_result;
+       return true;
+}
index d7835d59bde86266911d2c16bf92e40191c18088..c3756ca960354289208d76c8e088c57817a7ccfb 100644 (file)
@@ -23,6 +23,7 @@
 #define DUMPER_H_INCLUDED
 
 #include "misc.h"
+#include "xbox_ref_bridge.h"
 #include <sys/types.h>
 
 #ifdef __cplusplus
@@ -62,6 +63,7 @@ FRIIDUMPLIB_EXPORT char *dumper_get_raw_sha1 (dumper *dmp);
 FRIIDUMPLIB_EXPORT char *dumper_get_iso_sha2 (dumper *dmp);
 FRIIDUMPLIB_EXPORT char *dumper_get_xiso_sha2 (dumper *dmp);
 FRIIDUMPLIB_EXPORT char *dumper_get_raw_sha2 (dumper *dmp);
+FRIIDUMPLIB_EXPORT bool dumper_get_xbox_reference_result (dumper *dmp, xbox_ref_dump_result *result);
 
 #ifdef __cplusplus
 }
index 2e24078c86395157d7bf360335635c808618ce8a..3cf28114b01b0df5f00cc14de1003f7e4e6a4cb1 100644 (file)
@@ -3,6 +3,7 @@
 #include "xbe_cert.h"
 #include "unlock.h"
 #include "xbox_ref_log.h"
+#include "../xbox_ref_bridge.h"
 
 #include <time.h>
 #include <windows.h>
@@ -2695,7 +2696,10 @@ static BOOL WriteXboxDvdSidecarFiles(const char *isoFilename,
     fprintf(json, "  ],\n");
 
     fprintf(json, "  \"auth\": {\n");
-    fprintf(json, "    \"requires_media_transition\": true,\n");
+    fprintf(json, "    \"requires_media_transition\": false,\n");
+    fprintf(json, "    \"unlock_requires_media_transition\": false,\n");
+    fprintf(json, "    \"locked_video_view_restore_requires_media_transition\": true,\n");
+    fprintf(json, "    \"state_detection\": \"READ CAPACITY (10) visible-sector count\",\n");
     fprintf(json, "    \"mode_page\": \"0x3E\",\n");
     fprintf(json, "    \"challenge_table_source\": \"read_dvd_structure_xbox_control_block\",\n");
     fprintf(json, "    \"challenge_table_response_offset\": 774,\n");
@@ -2734,7 +2738,7 @@ static BOOL WriteXboxDvdSidecarFiles(const char *isoFilename,
     return ok;
 }
 
-void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uint32_t totalDiscSectors, bool isDualLayer, bool EjectOnSuccess)
+BOOL DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uint32_t totalDiscSectors, bool isDualLayer, bool EjectOnSuccess, xbox_ref_dump_result *result)
 {
     HCRYPTPROV hProv = 0;
     HCRYPTHASH hHash = 0;
@@ -2760,6 +2764,15 @@ void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uin
 
     memset(&sidecarCapture, 0, sizeof(sidecarCapture));
 
+    if (result) {
+        result->attempted = 1;
+        result->mode = xisoFormat;
+        if (filename && filename[0]) {
+            strncpy(result->output_path, filename, sizeof(result->output_path) - 1);
+            result->output_path[sizeof(result->output_path) - 1] = '\0';
+        }
+    }
+
     if (totalDiscSectors == 0)
         totalDiscSectors = GetTotalSectors(hDevice);
     if (totalDiscSectors == 0)
@@ -2768,11 +2781,11 @@ void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uin
     rawTargetSectors = NormalizeRawIsoTargetSectors(totalDiscSectors, isDualLayer);
 
     if (!CryptAcquireContext(&hProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
-        return;
+        return FALSE;
     if (!CryptCreateHash(hProv, CALG_SHA1, 0, 0, &hHash))
     {
         CryptReleaseContext(hProv, 0);
-        return;
+        return FALSE;
     }
 
     EnsureDriveReady(hDevice, 30000);
@@ -2788,6 +2801,8 @@ void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uin
 
         outputLabel = "RAW ISO";
         expectedOutputBytes = (unsigned long long)rawTargetSectors * 2048ULL;
+        if (result)
+            result->output_sectors = rawTargetSectors;
 
         if (rawTargetSectors != totalDiscSectors)
         {
@@ -3061,6 +3076,8 @@ void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uin
 
         outputLabel = "XISO";
         expectedOutputBytes = ((unsigned long long)sectorsToRead + 32ULL) * 2048ULL;
+        if (result)
+            result->output_sectors = sectorsToRead + 32U;
 
         printf("[SUCCESS] Final XISO target: %u sectors plus 32-sector lead-in (%llu bytes).\n",
                sectorsToRead,
@@ -3150,6 +3167,19 @@ void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uin
         printf("\n[WARN] Could not calculate CRC32/MD5/SHA-1/SHA-256 from finalized output file.\n");
     }
 
+    if (result) {
+        result->output_size = GetFileSizeBytes64(filename);
+        strncpy(result->crc32, crc32String, sizeof(result->crc32) - 1);
+        result->crc32[sizeof(result->crc32) - 1] = '\0';
+        strncpy(result->md5, md5String, sizeof(result->md5) - 1);
+        result->md5[sizeof(result->md5) - 1] = '\0';
+        strncpy(result->sha1, sha1String, sizeof(result->sha1) - 1);
+        result->sha1[sizeof(result->sha1) - 1] = '\0';
+        strncpy(result->sha256, fileSha256String, sizeof(result->sha256) - 1);
+        result->sha256[sizeof(result->sha256) - 1] = '\0';
+        result->hashes_complete = result->crc32[0] && result->md5[0] && result->sha1[0] && result->sha256[0];
+    }
+
     if (xisoFormat == '1')
     {
         printf("Final RAW ISO Sector Count: %u\n", rawTargetSectors);
@@ -3192,8 +3222,9 @@ void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uin
     FormatElapsedTime(GetTickCount() - operationStartTick, operationTimeStr);
     printf("\nOperation Complete! Total elapsed: %s\n", operationTimeStr);
 
-    StopDriveUnit(hDevice);
-
+    /* The caller owns final drive cleanup.  Embedded FriiDump runs issue one
+     * STOP UNIT after Redump verification; standalone bridge runs stop the
+     * drive in xbox_ref_gdr8050l_dump_core() before closing the handle. */
     if (EjectOnSuccess)
         ControlTray(hDevice, TRUE);
 
@@ -3204,4 +3235,11 @@ cleanup:
         CryptDestroyHash(hHash);
     if (hProv)
         CryptReleaseContext(hProv, 0);
+    if (result) {
+        result->dump_success = dumpOk ? 1 : 0;
+        result->elapsed_seconds = (double)(GetTickCount() - operationStartTick) / 1000.0;
+        if (dumpOk && result->output_size == 0)
+            result->output_size = GetFileSizeBytes64(filename);
+    }
+    return dumpOk;
 }
index b7d2cf9140c062b160ba468b8064188ae75596ec..f0f07fb61be021077d4852b7a9d9b0f9a4c7dede 100644 (file)
@@ -138,6 +138,7 @@ void GetMediaID(HANDLE hDevice, char* outMediaId);
 void PrintGamePartitionHash(const char* filename);
 void GetDiscMetadata(HANDLE hDevice, uint32_t* totalSectors, bool* isDualLayer, XboxGameInfo *gameInfo);
 uint32_t GetGamePartitionSize(HANDLE hDevice, uint32_t totalDiscSectors, XDFS_VOLUME_DESCRIPTOR *vol);
-void DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uint32_t totalDiscSectors, bool isDualLayer, bool EjectOnSuccess);
+struct xbox_ref_dump_result_s;
+BOOL DumpXboxGameDisc(HANDLE hDevice, const char *filename, char xisoFormat, uint32_t totalDiscSectors, bool isDualLayer, bool EjectOnSuccess, struct xbox_ref_dump_result_s *result);
 
 #endif
index a120c28676b909e63a8e58e10c931f123b89ad80..663805d10f0e04d8c842e2569124734a5c57382b 100644 (file)
@@ -1,18 +1,40 @@
 #include "xbox_ref_bridge.h"
 
+#include <string.h>
+
+void xbox_ref_dump_result_init(xbox_ref_dump_result *result)
+{
+    if (result)
+        memset(result, 0, sizeof(*result));
+}
+
 #ifdef WIN32
 #define WIN32_LEAN_AND_MEAN
 #define _WIN32_WINNT 0x0500
 #include <windows.h>
 #include <winioctl.h>
 #include <stdio.h>
-#include <string.h>
 #include "xbox_ref/utils.h"
 #include "xbox_ref/unlock.h"
 #include "xbox_ref/xbox_ref_log.h"
 
 #define printf xbox_ref_printf
 
+#define XBOX_REF_LOCKED_VIDEO_VIEW_MAX_SECTORS 200000U
+
+static BOOL xbox_ref_capacity_is_game_view(uint32_t sectors)
+{
+    return sectors > XBOX_REF_LOCKED_VIDEO_VIEW_MAX_SECTORS;
+}
+
+static uint32_t xbox_ref_refresh_ready_capacity(HANDLE hDevice)
+{
+    RefreshVolume(hDevice);
+    Sleep(2000);
+    EnsureDriveReady(hDevice, 30000);
+    return GetTotalSectors(hDevice);
+}
+
 static char xbox_ref_drive_letter_from_device(const char *device)
 {
     if (!device || !device[0]) return 0;
@@ -21,7 +43,7 @@ static char xbox_ref_drive_letter_from_device(const char *device)
     return device[0];
 }
 
-static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const char *filename, char mode, BOOL ownsHandle)
+static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const char *filename, char mode, BOOL ownsHandle, xbox_ref_dump_result *result)
 {
     char driveLetter;
     XboxGameInfo game;
@@ -35,12 +57,19 @@ static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const
     BOOL volumeLocked = FALSE;
     BOOL ok = FALSE;
 
+    xbox_ref_dump_result_init(result);
+    if (result) {
+        result->attempted = 1;
+        result->mode = mode;
+    }
+
     filenameOverride = (filename && filename[0]);
 
     if (mode != '1' && mode != '2') {
         xbox_ref_log_open_for_target(filename, 0);
         printf("[XBOX-REF] Fatal: unsupported Xbox reference dump mode '%c'.\n", mode);
-        xbox_ref_log_close();
+        if (ownsHandle)
+            xbox_ref_log_close();
         return 1;
     }
 
@@ -48,7 +77,8 @@ static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const
     if (!driveLetter) {
         xbox_ref_log_open_for_target(filename, 0);
         printf("[XBOX-REF] Fatal: could not parse drive letter from device '%s'.\n", device ? device : "(null)");
-        xbox_ref_log_close();
+        if (ownsHandle)
+            xbox_ref_log_close();
         return 1;
     }
 
@@ -62,18 +92,47 @@ static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const
         goto cleanup;
     }
 
-    printf("Opening drive %c: for Atomic Handshake...\n", driveLetter);
-    EnsureDriveReady(hDevice, 30000);
-    UnlockDrive(hDevice);
+    {
+        uint32_t entrySectors;
+        uint32_t verifiedSectors;
+        BOOL preparedAfterHandshake = FALSE;
 
-    AutomateTrayCycle(hDevice);
+        printf("Opening drive %c: for state-aware Xbox handshake...\n", driveLetter);
+        if (!EnsureDriveReady(hDevice, 30000)) {
+            printf("[XBOX-REF] Fatal: drive did not become ready before Xbox state preparation.\n");
+            goto cleanup;
+        }
 
-    printf("Re-applying 8050L Handshake after Media Change...\n");
-    UnlockDrive(hDevice);
+        entrySectors = GetTotalSectors(hDevice);
+        printf("[XBOX-REF] Entry READ CAPACITY: %u sectors.\n", entrySectors);
 
-    RefreshVolume(hDevice);
-    Sleep(2000);
-    EnsureDriveReady(hDevice, 30000);
+        if (xbox_ref_capacity_is_game_view(entrySectors)) {
+            printf("[XBOX-REF] Entry state already exposes the Xbox game view; skipping the redundant initial handshake and tray cycle.\n");
+        } else {
+            printf("[XBOX-REF] Entry state appears locked/video; attempting the full handshake directly without a media transition.\n");
+            UnlockDrive(hDevice);
+            verifiedSectors = xbox_ref_refresh_ready_capacity(hDevice);
+            preparedAfterHandshake = TRUE;
+            printf("[XBOX-REF] Direct-handshake READ CAPACITY: %u sectors.\n", verifiedSectors);
+
+            if (!xbox_ref_capacity_is_game_view(verifiedSectors)) {
+                printf("[XBOX-REF][WARN] Direct handshake did not expose the Xbox game view; performing one tray-cycle recovery and retry.\n");
+                AutomateTrayCycle(hDevice);
+                printf("[XBOX-REF] Re-applying the full handshake after recovery media change.\n");
+                UnlockDrive(hDevice);
+                verifiedSectors = xbox_ref_refresh_ready_capacity(hDevice);
+                printf("[XBOX-REF] Recovery-handshake READ CAPACITY: %u sectors.\n", verifiedSectors);
+
+                if (!xbox_ref_capacity_is_game_view(verifiedSectors)) {
+                    printf("[XBOX-REF] Fatal: Xbox game view was not established after direct and recovery handshakes.\n");
+                    goto cleanup;
+                }
+            }
+        }
+
+        if (!preparedAfterHandshake)
+            xbox_ref_refresh_ready_capacity(hDevice);
+    }
 
     printf("Setting drive to maximum performance mode...\n");
     SetDriveSpeedMax(hDevice);
@@ -96,6 +155,17 @@ static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const
     isDualLayer = isDualLayerBool ? TRUE : FALSE;
     GetMediaID(hDevice, mediaId);
 
+    if (result) {
+        if (game.Success && game.TitleName[0]) {
+            strncpy(result->title, game.TitleName, sizeof(result->title) - 1);
+            result->title[sizeof(result->title) - 1] = '\0';
+        }
+        if (mediaId[0]) {
+            strncpy(result->media_id, mediaId, sizeof(result->media_id) - 1);
+            result->media_id[sizeof(result->media_id) - 1] = '\0';
+        }
+    }
+
     if (game.Success) {
         char titleCopy[sizeof(game.TitleName)];
         memset(titleCopy, 0, sizeof(titleCopy));
@@ -132,6 +202,11 @@ static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const
         }
     }
 
+    if (result && finalFilename[0]) {
+        strncpy(result->output_path, finalFilename, sizeof(result->output_path) - 1);
+        result->output_path[sizeof(result->output_path) - 1] = '\0';
+    }
+
     if (totalSectors != (uint32_t)(REDUMP_SECTORS)) {
         printf("[WARNING] Unlocked drive-reported sectors: %u does not match expected Xbox game-view sectors: %u\n", totalSectors, (uint32_t)(REDUMP_SECTORS));
         printf("-Homebrew games may have different sizes.\n\n");
@@ -143,8 +218,7 @@ static int xbox_ref_gdr8050l_dump_core(HANDLE hDevice, const char *device, const
     }
 
     printf("Starting dump with copied DumpXboxGameDisc() mode %c...\n", mode);
-    DumpXboxGameDisc(hDevice, finalFilename, mode, totalSectors, isDualLayerBool, FALSE);
-    ok = TRUE;
+    ok = DumpXboxGameDisc(hDevice, finalFilename, mode, totalSectors, isDualLayerBool, FALSE, result);
 
 cleanup:
     if (volumeLocked)
@@ -156,17 +230,23 @@ cleanup:
     } else {
         printf("[XBOX-REF] Returning to FriiDump; final STOP UNIT cleanup will use the same handle.\n");
     }
-    printf("[XBOX-REF] Log file complete: %s\n", xbox_ref_log_path() ? xbox_ref_log_path() : "(unavailable)");
-    xbox_ref_log_close();
+    if (ownsHandle) {
+        printf("[XBOX-REF] Log file complete: %s\n", xbox_ref_log_path() ? xbox_ref_log_path() : "(unavailable)");
+        xbox_ref_log_close();
+    } else if (ok) {
+        printf("[XBOX-REF] Returning finalized output evidence to FriiDump's shared Redump verifier.\n");
+    } else {
+        printf("[XBOX-REF] No completed output evidence is available for shared Redump verification.\n");
+    }
     return ok ? 0 : 1;
 }
 
-int xbox_ref_gdr8050l_dump_with_handle(void *native_handle, const char *device, const char *filename, char mode)
+int xbox_ref_gdr8050l_dump_with_handle(void *native_handle, const char *device, const char *filename, char mode, xbox_ref_dump_result *result)
 {
-    return xbox_ref_gdr8050l_dump_core((HANDLE)native_handle, device, filename, mode, FALSE);
+    return xbox_ref_gdr8050l_dump_core((HANDLE)native_handle, device, filename, mode, FALSE, result);
 }
 
-int xbox_ref_gdr8050l_dump(const char *device, const char *filename, char mode)
+int xbox_ref_gdr8050l_dump(const char *device, const char *filename, char mode, xbox_ref_dump_result *result)
 {
     char driveLetter;
     HANDLE hDevice;
@@ -187,16 +267,16 @@ int xbox_ref_gdr8050l_dump(const char *device, const char *filename, char mode)
         return 1;
     }
 
-    return xbox_ref_gdr8050l_dump_core(hDevice, device, filename, mode, TRUE);
+    return xbox_ref_gdr8050l_dump_core(hDevice, device, filename, mode, TRUE, result);
 }
 #else
-int xbox_ref_gdr8050l_dump_with_handle(void *native_handle, const char *device, const char *filename, char mode)
+int xbox_ref_gdr8050l_dump_with_handle(void *native_handle, const char *device, const char *filename, char mode, xbox_ref_dump_result *result)
 {
-    (void)native_handle; (void)device; (void)filename; (void)mode; return 1;
+    (void)native_handle; (void)device; (void)filename; (void)mode; xbox_ref_dump_result_init(result); return 1;
 }
 
-int xbox_ref_gdr8050l_dump(const char *device, const char *filename, char mode)
+int xbox_ref_gdr8050l_dump(const char *device, const char *filename, char mode, xbox_ref_dump_result *result)
 {
-    (void)device; (void)filename; (void)mode; return 1;
+    (void)device; (void)filename; (void)mode; xbox_ref_dump_result_init(result); return 1;
 }
 #endif
index 6da040bf9d0e5290a357ad4c3a5c37d77c5a4bda..8d0c278c9b5547d6c45b0e530e907b07ab3c6d3b 100644 (file)
@@ -1,12 +1,43 @@
 #ifndef XBOX_REF_BRIDGE_H_INCLUDED
 #define XBOX_REF_BRIDGE_H_INCLUDED
 
+#include <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-int xbox_ref_gdr8050l_dump_with_handle(void *native_handle, const char *device, const char *filename, char mode);
-int xbox_ref_gdr8050l_dump(const char *device, const char *filename, char mode);
+#define XBOX_REF_RESULT_PATH_MAX 4096
+#define XBOX_REF_RESULT_TITLE_MAX 256
+#define XBOX_REF_RESULT_MEDIA_ID_MAX 64
+
+typedef struct xbox_ref_dump_result_s {
+    int attempted;
+    int dump_success;
+    int hashes_complete;
+    char mode;
+    uint32_t output_sectors;
+    uint64_t output_size;
+    double elapsed_seconds;
+    char output_path[XBOX_REF_RESULT_PATH_MAX];
+    char title[XBOX_REF_RESULT_TITLE_MAX];
+    char media_id[XBOX_REF_RESULT_MEDIA_ID_MAX];
+    char crc32[9];
+    char md5[33];
+    char sha1[41];
+    char sha256[65];
+} xbox_ref_dump_result;
+
+void xbox_ref_dump_result_init(xbox_ref_dump_result *result);
+int xbox_ref_gdr8050l_dump_with_handle(void *native_handle,
+                                       const char *device,
+                                       const char *filename,
+                                       char mode,
+                                       xbox_ref_dump_result *result);
+int xbox_ref_gdr8050l_dump(const char *device,
+                           const char *filename,
+                           char mode,
+                           xbox_ref_dump_result *result);
 
 #ifdef __cplusplus
 }
index 6c92172ea5707535f3810fefd7963c89540b9e04..71ee8e9f887f975864fa1a5241d22a14c2479501 100644 (file)
@@ -44,3 +44,4 @@ libfriidump/xbox_ref/xbox_ref_log.c
 src\getopt-win32.c
 src\getopt_long-win32.c
 src\friidump.c
+src\redump_dat.c
diff --git a/redump_dat/Microsoft - Xbox.dat b/redump_dat/Microsoft - Xbox.dat
new file mode 100644 (file)
index 0000000..25190cf
--- /dev/null
@@ -0,0 +1,13434 @@
+<?xml version="1.0"?>
+<!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd">
+<datafile>
+       <header>
+               <name>Microsoft - Xbox</name>
+               <description>Microsoft - Xbox - Discs (2683) (2026-06-14 23-43-27)</description>
+               <version>2026-06-14 23-43-27</version>
+               <date>2026-06-14 23-43-27</date>
+               <author>redump.org</author>
+               <homepage>redump.org</homepage>
+               <url>http://redump.org/</url>
+       </header>
+       <game name="Medal of Honor - Frontline (Europe)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Europe)</description>
+               <rom name="Medal of Honor - Frontline (Europe).iso" size="7825162240" crc="e8be7e6b" md5="79ab5eb5c6b85f84251b36d062e9fce3" sha1="133db2c137897641a428dc0637825462a1b95fa3"/>
+       </game>
+       <game name="Halo - Combat Evolved (Europe)">
+               <category>Games</category>
+               <description>Halo - Combat Evolved (Europe)</description>
+               <rom name="Halo - Combat Evolved (Europe).iso" size="7825162240" crc="3af4ca68" md5="579298e3e856787323e8e0acbe4431a6" sha1="927d0c1db2b2e17ab37f0262481cdeb27ecec051"/>
+       </game>
+       <game name="Midtown Madness 3 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Midtown Madness 3 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Midtown Madness 3 (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="d9401e1c" md5="36d8459ba59cb6184369ea9db1dc13c2" sha1="3411caf817c8d63bfbd582d9a347da81ef652cb5"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon 2 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon 2 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Ghost Recon 2 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3c3c9a2a" md5="989798852e807a373bce8cc8ef7c2136" sha1="020873571d806fd20017993edb03cad485debd66"/>
+       </game>
+       <game name="Return to Castle Wolfenstein - Tides of War (World)">
+               <category>Games</category>
+               <description>Return to Castle Wolfenstein - Tides of War (World)</description>
+               <rom name="Return to Castle Wolfenstein - Tides of War (World).iso" size="7825162240" crc="54d22294" md5="724f08051f7e40d1763cb1c2c20e122a" sha1="038eaf9053ec57b73ad100777912cae379eab0b0"/>
+       </game>
+       <game name="Forza Motorsport (World) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Forza Motorsport (World) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Forza Motorsport (World) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="66a800d8" md5="443ef3bea56ff5cbc21d196045f0eb34" sha1="4054a0568d49fb1224078ed1d1d7cab59287a8d5"/>
+       </game>
+       <game name="Armed and Dangerous (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Armed and Dangerous (Europe) (En,Es,It)</description>
+               <rom name="Armed and Dangerous (Europe) (En,Es,It).iso" size="7825162240" crc="35f6d347" md5="d93c49e88864b991973f0f68b6ce774f" sha1="fac5fcaee8a727d9338e5bc660cdda22886e9a4c"/>
+       </game>
+       <game name="Backyard Wrestling - Don't Try This at Home (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Backyard Wrestling - Don't Try This at Home (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Backyard Wrestling - Don't Try This at Home (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d38b1f21" md5="7ccb1ec8f59558ffa0172ee477713b25" sha1="6ec0ea5d7c71b21d8c051f407c88b6bb8386fa53"/>
+       </game>
+       <game name="Atari Anthology (World) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Atari Anthology (World) (En,Fr,De,Es,It)</description>
+               <rom name="Atari Anthology (World) (En,Fr,De,Es,It).iso" size="7825162240" crc="8c228cbf" md5="b5b3f8fe0eacc35994e3fd98fd30077b" sha1="eb8fef9d3fe967c919a6edb11a7292495e183a46"/>
+       </game>
+       <game name="Dead or Alive 3 (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead or Alive 3 (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Dead or Alive 3 (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="99e32810" md5="0f2e69a92b4de2db6e3d35faeeb7eee6" sha1="f330609a0e561f66115b73300d14bffb3b0d7552"/>
+       </game>
+       <game name="Deus Ex - Invisible War (Europe)">
+               <category>Games</category>
+               <description>Deus Ex - Invisible War (Europe)</description>
+               <rom name="Deus Ex - Invisible War (Europe).iso" size="7825162240" crc="901b2f2d" md5="153b433c3a3cbd96d61977868f2aed5c" sha1="2f9aaf0fb343cfa4010b50c535c4d9532196f671"/>
+       </game>
+       <game name="Halo - Combat Evolved (USA)">
+               <category>Games</category>
+               <description>Halo - Combat Evolved (USA)</description>
+               <rom name="Halo - Combat Evolved (USA).iso" size="7825162240" crc="5b01f85e" md5="001344d055e2f8ccbb41b37697401562" sha1="0187ca9c26aae511667477c117286ec722ee7ea8"/>
+       </game>
+       <game name="Forza Motorsport &amp; Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Forza Motorsport &amp; Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Forza Motorsport &amp; Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="00b6252b" md5="80e477d5ca9585ab1c121c9913a85848" sha1="f06f7c5156271dee1fb714800c7fdbe3f8c57dda"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (USA) (En,Fr)</description>
+               <rom name="Tom Clancy's Splinter Cell (USA) (En,Fr).iso" size="7825162240" crc="6ef5be41" md5="f4f096a95c49ae8dbc8b7f5e1bb26884" sha1="ce660d413dd6ed4f26ca7764419d99817f7accd5"/>
+       </game>
+       <game name="Ninja Gaiden Black (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Ninja Gaiden Black (USA) (En,Ja)</description>
+               <rom name="Ninja Gaiden Black (USA) (En,Ja).iso" size="7825162240" crc="ff895b55" md5="c25a9fc3662ec9eaf7c66e48bb78cc88" sha1="3da95104d073d450e58842c8f47f9027a78b7a05"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4827edcb" md5="b96f1abc5e56eac3f3652f7d5fe59591" sha1="f7bba45869344470672c98b21a7c1d92443ca23f"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Pandora Tomorrow (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Pandora Tomorrow (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Splinter Cell - Pandora Tomorrow (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="20e895f0" md5="76a0acb339e96f059dee5d27d777b25f" sha1="3d02e01679e670de7a088cda199f73d23dbe9864"/>
+       </game>
+       <game name="Genma Onimusha (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Genma Onimusha (USA) (En,Ja)</description>
+               <rom name="Genma Onimusha (USA) (En,Ja).iso" size="7825162240" crc="6cc7caa9" md5="241f089a2dcbda4732569f2a6a7f7c8b" sha1="029ec4538cb68028c5b8a2dbf61409ecfa740088"/>
+       </game>
+       <game name="Halo 2 (USA, Europe) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (USA, Europe) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (USA, Europe) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="51838b47" md5="5f91d0b7e5b07fd500cff9ab02997711" sha1="8335b9010b651b07fb0ca4cb9d0b2f0adf2cbd21"/>
+       </game>
+       <game name="Def Jam - Fight for NY (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Def Jam - Fight for NY (Europe) (En,Fr)</description>
+               <rom name="Def Jam - Fight for NY (Europe) (En,Fr).iso" size="7825162240" crc="60875d52" md5="8f59071ba04d98b08440a2a56e19ccae" sha1="3de01126a705e6fa2d5b5cf02d0f18c6bb435520"/>
+       </game>
+       <game name="Doom 3 (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Doom 3 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Doom 3 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="1b0784a4" md5="f226b7593db5b33e9f19ed77f8e825e2" sha1="7f74177d31a47d09cd52e6d6afdc484ebcda4798"/>
+       </game>
+       <game name="Enter the Matrix (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Enter the Matrix (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Enter the Matrix (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4ef0a2b5" md5="73aa3b0943a2f48d5b7e77fe2f481be7" sha1="c5e94d97fc22e482b7b3823d943feddf8aa601e9"/>
+       </game>
+       <game name="Fight Night Round 3 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Fight Night Round 3 (Europe) (En,Fr)</description>
+               <rom name="Fight Night Round 3 (Europe) (En,Fr).iso" size="7825162240" crc="b6b22b8b" md5="7a712165d7d628bafb2436b28e57e00a" sha1="dd8941f8eb702ceb1fde2d612ab00b77c6d3562e"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (USA, Europe)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (USA, Europe)</description>
+               <rom name="Call of Duty - Finest Hour (USA, Europe).iso" size="7825162240" crc="4f3c930a" md5="d3e4cc237225846f9f88db213f003ff2" sha1="81e26c3d68176c8c7cae04c822f1ca8bc35a4cd4"/>
+       </game>
+       <game name="Shenmue II (USA)">
+               <category>Games</category>
+               <description>Shenmue II (USA)</description>
+               <rom name="Shenmue II (USA).iso" size="7825162240" crc="4710e48b" md5="ec7d956a2ba8f129bab71c7f48cadf95" sha1="c6514e83ad57845715de377c61716d01fb1e00cd"/>
+       </game>
+       <game name="Project Gotham Racing 2 (Europe) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Project Gotham Racing 2 (Europe) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Project Gotham Racing 2 (Europe) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="b92e3dc1" md5="c5b4c7f3c9bbd7fb74101ec0a42da378" sha1="c6cf57c71df2f7a6b054c32d511ffdebc3e20212"/>
+       </game>
+       <game name="Amped 2 (Europe, Australia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Amped 2 (Europe, Australia) (En,Fr,De)</description>
+               <rom name="Amped 2 (Europe, Australia) (En,Fr,De).iso" size="7825162240" crc="476e66b1" md5="400f640af690354812a5ca1f25b58a77" sha1="ec40976c4d3ef4d69a87df1ec4d6be3a1f5aef43"/>
+       </game>
+       <game name="NHL 06 (Europe) (En,Fr,De,Sv,Fi)">
+               <category>Games</category>
+               <description>NHL 06 (Europe) (En,Fr,De,Sv,Fi)</description>
+               <rom name="NHL 06 (Europe) (En,Fr,De,Sv,Fi).iso" size="7825162240" crc="878c286f" md5="f2f63255b53d72ef616dc17a3257f0a3" sha1="c0c11b9830765b9244b4644d20a216b41b325d6e"/>
+       </game>
+       <game name="Fable (USA, Europe)">
+               <category>Games</category>
+               <description>Fable (USA, Europe)</description>
+               <rom name="Fable (USA, Europe).iso" size="7825162240" crc="5e8944b2" md5="43abae9a4a1f8c5126ee041bccd1e9c7" sha1="d2e992a6aaca96ea397c7f341c13c2b020e165fd"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv)</description>
+               <rom name="GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv).iso" size="7825162240" crc="3461358b" md5="8a50725cdf10bf2440e5be3ac3b24522" sha1="20786c37b7a21af0f94d1fbbb7542681c59399ac"/>
+       </game>
+       <game name="Conker - Live &amp; Reloaded (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conker - Live &amp; Reloaded (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Conker - Live &amp; Reloaded (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="56cd19f0" md5="988ef714c805be7c775a16407dec8290" sha1="b8f05dd10014a39c4d420234934eceb213966457"/>
+       </game>
+       <game name="LEGO Star Wars II - The Original Trilogy (USA, Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Star Wars II - The Original Trilogy (USA, Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Star Wars II - The Original Trilogy (USA, Europe) (En,Fr,De,Es,It,Da).iso" size="7825162240" crc="76519cf5" md5="7d42d3cd3f77b782078af3c86d1e4300" sha1="f95a9c76bfa0e9afdfb9c9efbb9369edb9521b25"/>
+       </game>
+       <game name="Ultimate Pro Pinball (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ultimate Pro Pinball (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ultimate Pro Pinball (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d9828317" md5="12a5f92bb461731fc74215c61b98a18c" sha1="c9f33f9d88a98c37162df7a418ed01a8b05d7474"/>
+       </game>
+       <game name="Midway Arcade Treasures 2 (USA, Europe)">
+               <category>Games</category>
+               <description>Midway Arcade Treasures 2 (USA, Europe)</description>
+               <rom name="Midway Arcade Treasures 2 (USA, Europe).iso" size="7825162240" crc="7ac8d049" md5="431da35f02b55db5b6c0c0408383ab67" sha1="5e3da13f3c03853c116e7a69cbf81a02a61fec4d"/>
+       </game>
+       <game name="OutRun 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>OutRun 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="OutRun 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1398823c" md5="32c2f095c9cee261cc44694698a1c9bf" sha1="b9f27a647cf64f19c659ba956f3df5462e3cbd10"/>
+       </game>
+       <game name="OutRun 2006 - Coast 2 Coast (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>OutRun 2006 - Coast 2 Coast (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="OutRun 2006 - Coast 2 Coast (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2d5170d4" md5="8de931c55ce27b849f80a8d7256187d7" sha1="ca4a698a36a7b95fc388104a0be19cdd8960edd6"/>
+       </game>
+       <game name="Psychonauts (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Psychonauts (Europe) (En,Fr,De)</description>
+               <rom name="Psychonauts (Europe) (En,Fr,De).iso" size="7825162240" crc="5f02f20b" md5="aa90d5c0fc2ea1842cd3c19b713529c0" sha1="6c755c7e33f336e986243314a022c6ccc8fde80f"/>
+       </game>
+       <game name="Midway Arcade Treasures (USA, Europe)">
+               <category>Games</category>
+               <description>Midway Arcade Treasures (USA, Europe)</description>
+               <rom name="Midway Arcade Treasures (USA, Europe).iso" size="7825162240" crc="781bcc47" md5="8c41aa7fec9d1b983e4b3fcdff6137f8" sha1="d63e40688745f1d88bf4ffadd0291f91692c4309"/>
+       </game>
+       <game name="Top Spin (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Top Spin (Europe) (En,Fr,De)</description>
+               <rom name="Top Spin (Europe) (En,Fr,De).iso" size="7825162240" crc="76af6674" md5="d100e6367670f4aab3e43636b273931c" sha1="7c15bd5bb83ca834db6588290eb24dfb617edd1e"/>
+       </game>
+       <game name="Brothers in Arms - Earned in Blood (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brothers in Arms - Earned in Blood (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Brothers in Arms - Earned in Blood (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1e4f8e4a" md5="6e2b62fd20c9efc0708496f706184e1f" sha1="799663b92e44577f73e7592cc3fc9cdc277eccd0"/>
+       </game>
+       <game name="Delta Force - Black Hawk Down (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Delta Force - Black Hawk Down (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Delta Force - Black Hawk Down (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3037bfb4" md5="f9975789b0bc211c668dbe876e03c20b" sha1="db889a021d084fe4f928b64aa9c2b7750bede5fc"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c1cc12df" md5="7651bec6436d0511004ee24e155e45ce" sha1="0862dad9460b3acc04e1a634874c81aa833fa446"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon 2 - Summit Strike (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon 2 - Summit Strike (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Ghost Recon 2 - Summit Strike (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="94560484" md5="176e9c22fe7b09c1119461e3c9d885cc" sha1="ac66d55a4bb75bfde43031e4716b6f83839426ea"/>
+       </game>
+       <game name="Silent Scope Complete (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Silent Scope Complete (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Silent Scope Complete (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="cdac6928" md5="35bea4a00fd568520f8b2995af08550b" sha1="df3fdeac6de5e62fd552096339e19f5d58ef6c02"/>
+       </game>
+       <game name="World War II Combat - Iwo Jima (USA)">
+               <category>Games</category>
+               <description>World War II Combat - Iwo Jima (USA)</description>
+               <rom name="World War II Combat - Iwo Jima (USA).iso" size="7825162240" crc="a4c7405d" md5="31f1afebedc19887c35934255d87d178" sha1="51cfa5e087f99903a8d322c3208f31da96fed784"/>
+       </game>
+       <game name="Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="3caa261a" md5="fdcf85beb74dc4cdf78272a573db0336" sha1="813c695946b8999dcc99164d9eb482fd96b4801b"/>
+       </game>
+       <game name="007 - Everything or Nothing (Europe) (En,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>007 - Everything or Nothing (Europe) (En,Es,It,Nl,Sv)</description>
+               <rom name="007 - Everything or Nothing (Europe) (En,Es,It,Nl,Sv).iso" size="7825162240" crc="2cb4922c" md5="6ddb377f3b5018c0b68559ea6b08b497" sha1="20a0a56e90284341ff860a0355a68b8cfb41dc2d"/>
+       </game>
+       <game name="Blinx 2 - Masters of Time &amp; Space (World) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Blinx 2 - Masters of Time &amp; Space (World) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Blinx 2 - Masters of Time &amp; Space (World) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="9d358cd4" md5="955ce3c81f4bb90664670a4109e6b5fc" sha1="93230082bdfad344aea8fd1e34bcd43f60a15f27"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (World) (Collector's Edition)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (World) (Collector's Edition)</description>
+               <rom name="Call of Duty 2 - Big Red One (World) (Collector's Edition).iso" size="7825162240" crc="a59fceb1" md5="10dd9355cda828c1688aae6b7435431e" sha1="c16d664f1dd8c2be649b54d747d591e46d4ac7e3"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="47a074f9" md5="2218cd3097c61bb1d0d349c765ff7368" sha1="090cbeabc81361362acdcd1256ee6551240477bb"/>
+       </game>
+       <game name="ESPN NHL Hockey (Europe)">
+               <category>Games</category>
+               <description>ESPN NHL Hockey (Europe)</description>
+               <rom name="ESPN NHL Hockey (Europe).iso" size="7825162240" crc="76e6317f" md5="890937a69f6da06c6308a2c94ad445c4" sha1="185130bb949e9e2c16ccdc5e4a6f1a9f1117b85c"/>
+       </game>
+       <game name="Hello Kitty - Mission Rescue (Asia) (En,Ja,Zh)">
+               <category>Games</category>
+               <description>Hello Kitty - Mission Rescue (Asia) (En,Ja,Zh)</description>
+               <rom name="Hello Kitty - Mission Rescue (Asia) (En,Ja,Zh).iso" size="7825162240" crc="fef972ae" md5="8999ece7d1487a9045cea0a3c9e73cfe" sha1="6213cfb24e99e0117bc3882f328ef586cf7be0ac"/>
+       </game>
+       <game name="Vexx (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Vexx (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Vexx (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="218d5e4e" md5="1464a98ceedeeaf98a10eea5e358fba2" sha1="a99fedfebfdbeaaa24ce9c0cc1bd95cca12a0835"/>
+       </game>
+       <game name="JSRF - Jet Set Radio Future (Japan)">
+               <category>Games</category>
+               <description>JSRF - Jet Set Radio Future (Japan)</description>
+               <rom name="JSRF - Jet Set Radio Future (Japan).iso" size="7825162240" crc="2f95179a" md5="0d0266f6000771baa2b99ce013a46cb5" sha1="4e21f8dfd155ee117598795594e9ac87cefa5b8d"/>
+       </game>
+       <game name="Alias (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Alias (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Alias (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d1d1b2d9" md5="d031e24c0307c446505ef10666e0ce35" sha1="691c282041d986fd36d99988c42ba21712fb4b86"/>
+       </game>
+       <game name="Sudeki (World) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sudeki (World) (En,Fr,De,Es,It)</description>
+               <rom name="Sudeki (World) (En,Fr,De,Es,It).iso" size="7825162240" crc="f47c16f9" md5="ad00d7dcb377b8a8d0588741d1d925fe" sha1="364143dffc22677f5b1ec63f44e463127812e1fc"/>
+       </game>
+       <game name="FIFA Football 2003 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>FIFA Football 2003 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="FIFA Football 2003 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4681201c" md5="9627745196bfc7175dc0893054f7d070" sha1="ae6fa310389ebb5d2f122f5ebac9ef1c058189dd"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It)</description>
+               <rom name="Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="e66e88ac" md5="0a6643e9e1ab25faa02434b0a12c0d3e" sha1="dafc2287366c2d2b596c869ef5ab44e407aa84b2"/>
+       </game>
+       <game name="Ninja Gaiden (Europe, Australia) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ninja Gaiden (Europe, Australia) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Ninja Gaiden (Europe, Australia) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="aa55f87e" md5="ef0bd1c1e3b1fb4a2f91ad0f1f03202a" sha1="e583c3c45266dff0acdeb16355e733629ee09287"/>
+       </game>
+       <game name="Kingdom Under Fire - Heroes (World) (En,Fr,De,Es,It,Ko)">
+               <category>Games</category>
+               <description>Kingdom Under Fire - Heroes (World) (En,Fr,De,Es,It,Ko)</description>
+               <rom name="Kingdom Under Fire - Heroes (World) (En,Fr,De,Es,It,Ko).iso" size="7825162240" crc="200a1c86" md5="6e87c6defbeb263d25d4f065014df148" sha1="68691489999ea538bfdc813f83202ac22de6dbf3"/>
+       </game>
+       <game name="Warriors, The (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Warriors, The (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Warriors, The (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="ab807281" md5="607fce5c273e118218b40cdf53e474fe" sha1="9b9146069204e194ae4cf6bfe6223fbd02d06f0d"/>
+       </game>
+       <game name="Mortal Kombat - Shaolin Monks (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Shaolin Monks (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Shaolin Monks (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b063df04" md5="e36b66b1b5836cad9d741a9938719c56" sha1="1bd21bceb2336df93bd3bbcea6fe3626f1b14d1c"/>
+       </game>
+       <game name="Kung Fu Chaos (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Kung Fu Chaos (Europe) (En,Fr,De)</description>
+               <rom name="Kung Fu Chaos (Europe) (En,Fr,De).iso" size="7825162240" crc="74d6d33d" md5="8122e9c679402492f7eb7f94ceb855a5" sha1="97583f01e90df96dc6fed0037a568d2b19470c0d"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 - Black Arrow (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 - Black Arrow (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 - Black Arrow (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="47ae19dc" md5="f93fa6c7627df3d7cdd66bc3d3074a15" sha1="27c333d2b56f6295a79f7ba4c64cc71ca4f54cf3"/>
+       </game>
+       <game name="Destroy All Humans! 2 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Destroy All Humans! 2 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Destroy All Humans! 2 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4de8189a" md5="0e482194c6007b5b1f7f02aa96302199" sha1="dd3c3bff5513bf2329cd65a3a51d490039a3408f"/>
+       </game>
+       <game name="Tony Hawk's Underground 2 (USA, Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tony Hawk's Underground 2 (USA, Europe) (En,Fr,De)</description>
+               <rom name="Tony Hawk's Underground 2 (USA, Europe) (En,Fr,De).iso" size="7825162240" crc="5a583b51" md5="8e68449583711cded44b6b361f8e46f7" sha1="a4ddacca1e9f41b9bcdad8692c0538f8ee7b8af3"/>
+       </game>
+       <game name="Capcom Classics Collection Vol. 1 (USA, Europe)">
+               <category>Games</category>
+               <description>Capcom Classics Collection Vol. 1 (USA, Europe)</description>
+               <rom name="Capcom Classics Collection Vol. 1 (USA, Europe).iso" size="7825162240" crc="794efdd7" md5="8d97dc7e1bf5b31b232b709f21efa6ef" sha1="d4fd1e28f502d3dc4127bc419b83754a0dc7920e"/>
+       </game>
+       <game name="Area 51 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Area 51 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Area 51 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b640b661" md5="3bec6a7fec973d5b646f6c5e9d4e2235" sha1="318de3f200fd89f0beebb5657c5c5f0e3879e392"/>
+       </game>
+       <game name="Counter-Strike (Europe) (En,Fr,Es,It,Ko)">
+               <category>Games</category>
+               <description>Counter-Strike (Europe) (En,Fr,Es,It,Ko)</description>
+               <rom name="Counter-Strike (Europe) (En,Fr,Es,It,Ko).iso" size="7825162240" crc="98b3fb1b" md5="2923934110b63a34d284811d4866c720" sha1="2cd96986cdc859e754e86406ddd6251af451d81a"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon - Island Thunder (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon - Island Thunder (Europe) (En,Fr,De)</description>
+               <rom name="Tom Clancy's Ghost Recon - Island Thunder (Europe) (En,Fr,De).iso" size="7825162240" crc="8ff4e71f" md5="bca9df471be5581ff3c21dd07d60f2fd" sha1="1cecd36a36feaaf42c98cabed8936890deaaa37e"/>
+       </game>
+       <game name="MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="6260d36d" md5="13d63bd9c74e727286b55b31d174b171" sha1="8c8aa84504a168bc51f6fef965a8d73ebb785593"/>
+       </game>
+       <game name="Just Cause (USA, Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Just Cause (USA, Europe) (En,Fr,De)</description>
+               <rom name="Just Cause (USA, Europe) (En,Fr,De).iso" size="7825162240" crc="f42aff7c" md5="8e05aaf0f28d656c858d11e27b94b74c" sha1="8344128bf853bfdeb9f87831c2a7007f8df709f5"/>
+       </game>
+       <game name="Alien Hominid (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Alien Hominid (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Alien Hominid (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="b23915f2" md5="c0131107560b256c6d940fe7f787694a" sha1="e8fd0564bc0ce67ca0ca88bc8d9e29c46df60afb"/>
+       </game>
+       <game name="Conker - Live &amp; Reloaded (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conker - Live &amp; Reloaded (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Conker - Live &amp; Reloaded (USA) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="6a477bca" md5="48d26d8a60c3166a2528097b70ebbeab" sha1="3efae8d4e6480ff241b23f68550b5d5da6aae782"/>
+       </game>
+       <game name="Dragon's Lair 3D - Return to the Lair (USA)">
+               <category>Games</category>
+               <description>Dragon's Lair 3D - Return to the Lair (USA)</description>
+               <rom name="Dragon's Lair 3D - Return to the Lair (USA).iso" size="7825162240" crc="95652aec" md5="c48cb6ab534470ce1d1fbcd30962570c" sha1="66bf7dc2e38e66f3dbe1fc12410068cdb460a242"/>
+       </game>
+       <game name="Guilty Gear X2 Reload - The Midnight Carnival (USA)">
+               <category>Games</category>
+               <description>Guilty Gear X2 Reload - The Midnight Carnival (USA)</description>
+               <rom name="Guilty Gear X2 Reload - The Midnight Carnival (USA).iso" size="7825162240" crc="ea7286aa" md5="d17149a71fda7733ca0cd10ac6345658" sha1="49ef33801f5e8d4486bdb91467c2a4a139a1cacc"/>
+       </game>
+       <game name="Prince of Persia - Warrior Within (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Prince of Persia - Warrior Within (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Prince of Persia - Warrior Within (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="25fcd6bf" md5="13ee613da5dac3f5768f0c617b71fa9f" sha1="6f5f7f0d1292e0ad97d828a5796efc8b9be0a131"/>
+       </game>
+       <game name="Fight Club (USA, Europe)">
+               <category>Games</category>
+               <description>Fight Club (USA, Europe)</description>
+               <rom name="Fight Club (USA, Europe).iso" size="7825162240" crc="6826d6ce" md5="8cc4690e482bd758fed89b00edd8f7fb" sha1="d19ac1331344f73e2d57eec4806fec5b47c4b281"/>
+       </game>
+       <game name="Syberia II (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Syberia II (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Syberia II (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="91426ba6" md5="15acd8f470b174fe4e054237b457e998" sha1="549bca8e1b1c7fc49299ddc2d235a6911546789b"/>
+       </game>
+       <game name="Syberia (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Syberia (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Syberia (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d2a37122" md5="0baa9a5c29175a994ea6b14db9343ad5" sha1="7f99024a76fa729c89ae43afd1a362f7d98777d0"/>
+       </game>
+       <game name="NFL Fever 2004 (Europe)">
+               <category>Games</category>
+               <description>NFL Fever 2004 (Europe)</description>
+               <rom name="NFL Fever 2004 (Europe).iso" size="7825162240" crc="2dcdffb7" md5="3adbbfe6c5047162970a2d5543c42ec4" sha1="81a4fc8e15d6cf0b0765ba5a891965cc237e4354"/>
+       </game>
+       <game name="Beyond Good &amp; Evil (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Beyond Good &amp; Evil (USA) (En,Fr,Es)</description>
+               <rom name="Beyond Good &amp; Evil (USA) (En,Fr,Es).iso" size="7825162240" crc="c1b74ab3" md5="3fcbbaf27bbd9de29c037900ee62ad0c" sha1="e9018495bfd1200581d320ff4c86d9eb41276e45"/>
+       </game>
+       <game name="RoadKill (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>RoadKill (Europe) (En,Fr,Es,It)</description>
+               <rom name="RoadKill (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="cf68a43e" md5="43a926dd55ef551840a5a9bd237a011b" sha1="3edb6cbb2b0322130588854ad1fda2b6b4c48a40"/>
+       </game>
+       <game name="Psi-Ops - The Mindgate Conspiracy (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Psi-Ops - The Mindgate Conspiracy (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Psi-Ops - The Mindgate Conspiracy (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3f6a48ab" md5="c1c26cc13d0c271a3afa0dd4dad9660c" sha1="1936aa4ac3749bb0b3df2657d009389711119037"/>
+       </game>
+       <game name="NFL Street 2 (Europe)">
+               <category>Games</category>
+               <description>NFL Street 2 (Europe)</description>
+               <rom name="NFL Street 2 (Europe).iso" size="7825162240" crc="82664cfd" md5="042da0a5f85028b1eb1c5db65380990e" sha1="097873b48ddf9658aed9347d42bb40de3451477c"/>
+       </game>
+       <game name="Brute Force (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brute Force (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Brute Force (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6c870aba" md5="a2de17a9626c6cd8ad4eecf8253165cb" sha1="26ec428488cc13686445eef639c79d786b72ca7a"/>
+       </game>
+       <game name="NBA Street V3 (Europe, Australia) (En,Fr,De)">
+               <category>Games</category>
+               <description>NBA Street V3 (Europe, Australia) (En,Fr,De)</description>
+               <rom name="NBA Street V3 (Europe, Australia) (En,Fr,De).iso" size="7825162240" crc="de488c9f" md5="f21662bc5a71fadf4120a9bf7073a90f" sha1="e26b020f113a6c35378dbee144d43a5563029972"/>
+       </game>
+       <game name="RedCard (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>RedCard (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="RedCard (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="8343599e" md5="d01f1c3773023771c6a163995af65e1b" sha1="db988c08cb73df68add6d4812210ca476ce6388e"/>
+       </game>
+       <game name="XIII (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>XIII (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="XIII (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="87a8ac4c" md5="72062551526eedfdb42997e21f7aa89d" sha1="2c018480880c0e49a06c46b96d594f19b81783a1"/>
+       </game>
+       <game name="Bard's Tale, The (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Bard's Tale, The (Europe) (En,Fr,De,Es)</description>
+               <rom name="Bard's Tale, The (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="1e152ce6" md5="9d23d86974acfa6959b172c26ef665e8" sha1="02065b2f03c9fb94af40e103798aaa2d162d057d"/>
+       </game>
+       <game name="Turok - Evolution (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Turok - Evolution (Europe) (En,Fr,Es,It)</description>
+               <rom name="Turok - Evolution (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="d3fe30d6" md5="dc7750da2f5dd703e2ed7acd45a4d5d8" sha1="2f3e09f936e967b387f54c29418e2fa1843c3158"/>
+       </game>
+       <game name="Turok - Evolution (USA)">
+               <category>Games</category>
+               <description>Turok - Evolution (USA)</description>
+               <rom name="Turok - Evolution (USA).iso" size="7825162240" crc="589cd931" md5="358ef3b84600d89e86b9b7ee5ef56741" sha1="459cd7250655947b4b7b313737c1d5a81b28e03a"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Bonus Disc)</description>
+               <rom name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Bonus Disc).iso" size="7825162240" crc="abacdf5f" md5="d7f765d9c6120f4fc3465d483fc62b99" sha1="2ccc28e6b24a9c92a2218e3afa14047ff70faaa7"/>
+       </game>
+       <game name="Colin McRae Rally 04 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Colin McRae Rally 04 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Colin McRae Rally 04 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="dd8faddb" md5="e9453506c866e6a80ae29e94936172bc" sha1="9d6fad69e1bb522140fd71865620147036ef9341"/>
+       </game>
+       <game name="Yager (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Yager (Europe) (En,Fr,De)</description>
+               <rom name="Yager (Europe) (En,Fr,De).iso" size="7825162240" crc="31a9f9b0" md5="d11b8da4619deaa0ca1a95baf1fc1bcd" sha1="96b496c681971f90a1bcbd5e270d7d0a15935e6a"/>
+       </game>
+       <game name="007 - Agent Under Fire (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>007 - Agent Under Fire (Europe) (En,Fr,De)</description>
+               <rom name="007 - Agent Under Fire (Europe) (En,Fr,De).iso" size="7825162240" crc="3442acbb" md5="beec6d22aa3599c1f0582532a7fadd30" sha1="a3674f26fd5936e07e547207eded285f6b1a932c"/>
+       </game>
+       <game name="Burnout Revenge (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Burnout Revenge (Europe) (En,Fr,De)</description>
+               <rom name="Burnout Revenge (Europe) (En,Fr,De).iso" size="7825162240" crc="7b2e6087" md5="e786d1f95b8b8344f38dcf7bbe249ed3" sha1="6f3aa8757108a7f31435fe1cf64219134496ae84"/>
+       </game>
+       <game name="Soulcalibur II (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Soulcalibur II (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Soulcalibur II (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="26465860" md5="b415b7a097d11c86f3d89bb42a20cd51" sha1="661f1590f71e00f0214c7fe6e2d8a4dd0e219b47"/>
+       </game>
+       <game name="True Crime - Streets of LA (Europe)">
+               <category>Games</category>
+               <description>True Crime - Streets of LA (Europe)</description>
+               <rom name="True Crime - Streets of LA (Europe).iso" size="7825162240" crc="b8c31c3e" md5="d8526b31f7b7b395ee81eb1d55e0bd8b" sha1="1f6fc8c88e60b657480bb7d336f20b22e978d79b"/>
+       </game>
+       <game name="Evil Dead - A Fistful of Boomstick (USA, Europe)">
+               <category>Games</category>
+               <description>Evil Dead - A Fistful of Boomstick (USA, Europe)</description>
+               <rom name="Evil Dead - A Fistful of Boomstick (USA, Europe).iso" size="7825162240" crc="bc96d53f" md5="cd494e5541e556e7ec8bab5778d44fdd" sha1="c4b18fae81ef3747512da4ba4d4fee059ca5d7d9"/>
+       </game>
+       <game name="Grabbed by the Ghoulies (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Grabbed by the Ghoulies (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Grabbed by the Ghoulies (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="fd7de754" md5="6b2d322d9d3867ee647f0dacab110c63" sha1="a4b99c145e6fcaf127c238317964b5b2bda924be"/>
+       </game>
+       <game name="Jade Empire (USA, Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Jade Empire (USA, Europe) (En,Es,It)</description>
+               <rom name="Jade Empire (USA, Europe) (En,Es,It).iso" size="7825162240" crc="9cd53b00" md5="fba8c3ee9f503d7a132e8e80eabe6d6a" sha1="3376999b021e2f39dc15a5688be974f80a6724bf"/>
+       </game>
+       <game name="Legacy of Kain - Defiance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legacy of Kain - Defiance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Legacy of Kain - Defiance (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="16ed611b" md5="4c6f1ddcce810a958d06120cbf3cfe4d" sha1="0504ca1a3da7e839081606be231a0288b240f628"/>
+       </game>
+       <game name="Lord of the Rings, The - The Two Towers (USA)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Two Towers (USA)</description>
+               <rom name="Lord of the Rings, The - The Two Towers (USA).iso" size="7825162240" crc="6e334804" md5="1520fa57540076d3ee9d6b5aad27966b" sha1="823d30da7a12952181a4eb7548102f0dd7bff2d4"/>
+       </game>
+       <game name="FIFA Street 2 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Street 2 (USA) (En,Es)</description>
+               <rom name="FIFA Street 2 (USA) (En,Es).iso" size="7825162240" crc="ed783c9b" md5="17dfca5e11bf4c33df7bc8ec0df2fdc4" sha1="bc4aa7f764cd93c33935662829ee69639159268a"/>
+       </game>
+       <game name="ESPN NBA 2K5 (Europe)">
+               <category>Games</category>
+               <description>ESPN NBA 2K5 (Europe)</description>
+               <rom name="ESPN NBA 2K5 (Europe).iso" size="7825162240" crc="2a9db2d9" md5="fb496b0868598b0a310e1af2d615bb4d" sha1="fd9e426912de770746cbfc8d854a496f695ca0af"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Germany)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Germany)</description>
+               <rom name="Hitman 2 - Silent Assassin (Germany).iso" size="7825162240" crc="2bb0c6a9" md5="077b8a90d15a76b8e4bcb7ebf3e169fd" sha1="1ed4d994dc5050f5f7a284ca415a933b6b412dab"/>
+       </game>
+       <game name="Mortal Kombat - Deception (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deception (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Deception (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="93a7babf" md5="3058e818d94aca7d783a0239db5b6417" sha1="c2538d826b1e05f548ae1fe2b97bdab65ff59240"/>
+       </game>
+       <game name="Mortal Kombat - Shaolin Monks (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Shaolin Monks (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Shaolin Monks (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="a529b9b3" md5="210ea12ab8621db78336b46b3eca570f" sha1="1913bc2b1ecccd3098021e7d3d61aa8191ff4045"/>
+       </game>
+       <game name="Mortal Kombat - Deception (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deception (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Deception (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="afb7601b" md5="4ad445c748f76ff3179500cc471fc597" sha1="295981957955d02b1e16acaef922da582efb49b1"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="7cdd7998" md5="a62d5a19f6b0fce6cd49f42ea9c96cd0" sha1="1118ec5932ed578cab9b28509281a35f7d084b4c"/>
+       </game>
+       <game name="Manhunt (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Manhunt (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Manhunt (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="020b3e99" md5="480b486b3d4d8e1fc4171a0f848ffe2f" sha1="cb1679dcb5e41f76ce8998b6c48398c0987e30ac"/>
+       </game>
+       <game name="Unreal II - The Awakening (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Unreal II - The Awakening (Europe) (En,Fr,Es,It)</description>
+               <rom name="Unreal II - The Awakening (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="13fada35" md5="4369d00eab20ef7ac6d40481fc6bbb82" sha1="83b7e1c4916a18d3fc22557cd66a92094ce7c22f"/>
+       </game>
+       <game name="Unreal Championship (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Unreal Championship (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Unreal Championship (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1a2d2764" md5="c998c40500ee0aff7a0831ebdd81a321" sha1="65ca8c39966701c2ebe03af9854a4396e727acec"/>
+       </game>
+       <game name="Unreal Championship 2 - The Liandri Conflict (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Unreal Championship 2 - The Liandri Conflict (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Unreal Championship 2 - The Liandri Conflict (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a544e540" md5="1c8f12de037582cc43b10a0aa2056b4b" sha1="3ca8b220d516ad8023bfb45a456f7cf7309d3474"/>
+       </game>
+       <game name="Myst III - Exile (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Myst III - Exile (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Myst III - Exile (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d2ea8cc7" md5="0ea6669cfddac611b3024e3812f85c4c" sha1="a30baf6d9357d57e3be0a69e5ec5ad4c1eaf3651"/>
+       </game>
+       <game name="Thing, The (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Thing, The (Europe) (En,Fr,Es,It)</description>
+               <rom name="Thing, The (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="c93bfe65" md5="813d9f189493b402829e0edaeb4892e1" sha1="a0f4737b121bc508e2b266f511de194d867e0788"/>
+       </game>
+       <game name="International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="04dc6abf" md5="1fdca246f11ac9580f02031fe4b4f9e5" sha1="e4fe7203dd80be4926387bfb8c524b2e98ad1d84"/>
+       </game>
+       <game name="LMA Manager 2004 (Europe)">
+               <category>Games</category>
+               <description>LMA Manager 2004 (Europe)</description>
+               <rom name="LMA Manager 2004 (Europe).iso" size="7825162240" crc="2611bbee" md5="e17630c2254f47b5a25ad02cf6f80283" sha1="c6d3917000149ac73a63f8757a98e1e4efe2b385"/>
+       </game>
+       <game name="Full Spectrum Warrior (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Full Spectrum Warrior (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Full Spectrum Warrior (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0f714c3b" md5="b631d822c31b65b1692e702500b0e902" sha1="6240d27771023aa2da477e6734f4362d8955a3e3"/>
+       </game>
+       <game name="Pro Evolution Soccer 4 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pro Evolution Soccer 4 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pro Evolution Soccer 4 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="536a28d5" md5="a79d3bf7303ae11cdcb44217368d10e0" sha1="2e99cc3e69ec4ba30992924141a42c0ee058f02c"/>
+       </game>
+       <game name="Mike Tyson Heavyweight Boxing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mike Tyson Heavyweight Boxing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mike Tyson Heavyweight Boxing (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="24f64c7e" md5="2e8d99f96915b53789b1fbb4ce1c6107" sha1="c25073fe52099e23867be285b21b7ab4fc1740dd"/>
+       </game>
+       <game name="Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e35025ab" md5="22852ce1166576739856cc53e066124e" sha1="8414fad6b227f717df64fde9aacd6b3c25358139"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (Europe) (En,Fr,De,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (Europe) (En,Fr,De,It,Nl,Sv)</description>
+               <rom name="Need for Speed - Underground 2 (Europe) (En,Fr,De,It,Nl,Sv).iso" size="7825162240" crc="edaf0c85" md5="dac3293bf07a9435a0fa91d122f50b35" sha1="c4e45dc521df36fea94e2fe289f33c376969d1ca"/>
+       </game>
+       <game name="Dark Summit (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Dark Summit (Europe) (En,Fr,De)</description>
+               <rom name="Dark Summit (Europe) (En,Fr,De).iso" size="7825162240" crc="bd6375b4" md5="ba485dd034a242630b1478d992b2c545" sha1="28671358dcc8a34fac05c25fc6c425da823d135b"/>
+       </game>
+       <game name="Red Dead Revolver (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Red Dead Revolver (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Red Dead Revolver (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ba5c07a6" md5="971756a03cf682c63045fd94f5ae9214" sha1="72d89916d5477f1899ba698731eedb39b54bb541"/>
+       </game>
+       <game name="Midway Arcade Treasures 3 (USA, Europe)">
+               <category>Games</category>
+               <description>Midway Arcade Treasures 3 (USA, Europe)</description>
+               <rom name="Midway Arcade Treasures 3 (USA, Europe).iso" size="7825162240" crc="ff5577c9" md5="743bf445559c45b0e211ed52a4304a39" sha1="89d00e724631f5651ef79ec3b9dde791bc18c4ba"/>
+       </game>
+       <game name="Crash Bandicoot - The Wrath of Cortex (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Crash Bandicoot - The Wrath of Cortex (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Crash Bandicoot - The Wrath of Cortex (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="e86ebeb8" md5="3f7c67e0fcc107daef0eb547bc95c9c4" sha1="6175861ccd027b6124e1fa00ede47e17617b043a"/>
+       </game>
+       <game name="Black (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Black (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Black (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="5d28331e" md5="0c3569fbfd4910d7c78fa0581666f735" sha1="5b65febc2e4910e24d4645014f77933737d3af70"/>
+       </game>
+       <game name="Crash Twinsanity (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Crash Twinsanity (Europe) (En,Fr,De,It)</description>
+               <rom name="Crash Twinsanity (Europe) (En,Fr,De,It).iso" size="7825162240" crc="633e2268" md5="773a9ec396c40c7413ab77741095e8d5" sha1="a1158f064bd83adbe95989fe48595dd855d843ea"/>
+       </game>
+       <game name="WCR - World Championship Rugby (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>WCR - World Championship Rugby (Europe) (En,Fr)</description>
+               <rom name="WCR - World Championship Rugby (Europe) (En,Fr).iso" size="7825162240" crc="919d93e0" md5="fb580b87919f746080f3991d0fe95dbf" sha1="493f58dc43a9ed845207f9d7bfca76cbfb37ae04"/>
+       </game>
+       <game name="Far Cry Instincts (Germany)">
+               <category>Games</category>
+               <description>Far Cry Instincts (Germany)</description>
+               <rom name="Far Cry Instincts (Germany).iso" size="7825162240" crc="e6b742ce" md5="6b132aadd321c44327aa973e40324705" sha1="07d522f8d4ac39078f98a184160ee71fad4fa98d"/>
+       </game>
+       <game name="Gun (USA, Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Gun (USA, Europe) (En,Fr,Es,It)</description>
+               <rom name="Gun (USA, Europe) (En,Fr,Es,It).iso" size="7825162240" crc="af8490a4" md5="65e19815aba52dd4c557f53e2f38c4de" sha1="4a8a4fb48936b03c4b2e16da7753940c98b6a739"/>
+       </game>
+       <game name="Half-Life 2 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Half-Life 2 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Half-Life 2 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2f9d3611" md5="aec1026000cce8d87c95268217456c85" sha1="ed74cf82f3d2e7727a0520a7b8fafb342b0fe563"/>
+       </game>
+       <game name="Second Sight (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Second Sight (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Second Sight (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="124f442c" md5="e61cb9b898e32a55a54654a48dbd6056" sha1="3c68d5d06493ee09d54e9d3ef98809c18c676b76"/>
+       </game>
+       <game name="WWE Raw (Europe)">
+               <category>Games</category>
+               <description>WWE Raw (Europe)</description>
+               <rom name="WWE Raw (Europe).iso" size="7825162240" crc="06a72ad0" md5="34b188339359203d84c8e84ff1255948" sha1="1f6bddb187d80945961fc6dccf78dc2b321621a5"/>
+       </game>
+       <game name="Mafia (Europe)">
+               <category>Games</category>
+               <description>Mafia (Europe)</description>
+               <rom name="Mafia (Europe).iso" size="7825162240" crc="22410c33" md5="6ef59528cc042da461a83632e750cdec" sha1="7d5f21274b9051bf6ce00c2f36be68e4eab7a2a9"/>
+       </game>
+       <game name="Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6b680a7f" md5="3090a955b65191246ba2a77252334403" sha1="15644a13e63adcb4841546f2af44646e01663cce"/>
+       </game>
+       <game name="Group S Challenge (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Group S Challenge (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Group S Challenge (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="914a405d" md5="9aade66a1c7978baf951557913bb3980" sha1="61cf8a8d46251fc267244f70c06e19d4b40a313c"/>
+       </game>
+       <game name="Mashed - Drive to Survive (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mashed - Drive to Survive (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mashed - Drive to Survive (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="24108b85" md5="958d374fd1dee1292edb87249d92e0ab" sha1="bc407758bd60577bdba6fefb6100415e0b8b25b7"/>
+       </game>
+       <game name="Dead Man's Hand (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead Man's Hand (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dead Man's Hand (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6f1213ba" md5="15684cc97a18d4ce224c920fcf13ea30" sha1="eb88f5f8dbea101611e5d88a274c70d3686a891e"/>
+       </game>
+       <game name="Xbox Demo Disk Version 3.0 (Europe)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 3.0 (Europe)</description>
+               <rom name="Xbox Demo Disk Version 3.0 (Europe).iso" size="7825162240" crc="3b2e381e" md5="0ad083dd4126457efe8da39cc9557631" sha1="c542b06b8a0d8104f2a5c92d4765c78a9face3c8"/>
+       </game>
+       <game name="Xbox Demo Disk Version 4.0 (Europe)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 4.0 (Europe)</description>
+               <rom name="Xbox Demo Disk Version 4.0 (Europe).iso" size="7825162240" crc="85fbf00c" md5="38cc8e710f631770838ba01fe3cc3a04" sha1="6bbe0f928a371292a48bca50d4e51374149e079b"/>
+       </game>
+       <game name="Xbox Demo Disk Version 5.0 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 5.0 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Xbox Demo Disk Version 5.0 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="fab2e315" md5="036c6d87b3b6876305d8831b9de1dd6b" sha1="9c5e079c646102970942e4433b3253114f3aa5d7"/>
+       </game>
+       <game name="Xbox Demo Disk Version 5.0 (Germany)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 5.0 (Germany)</description>
+               <rom name="Xbox Demo Disk Version 5.0 (Germany).iso" size="7825162240" crc="e842bc8d" md5="9ade0bc31ed72a02df105ac1696b3057" sha1="cd702e587c1b65c75d5b962a039ebb5a3c1373de"/>
+       </game>
+       <game name="Xbox Demo Disk Version 7.0 (Germany) (En,De)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 7.0 (Germany) (En,De)</description>
+               <rom name="Xbox Demo Disk Version 7.0 (Germany) (En,De).iso" size="7825162240" crc="7bdda909" md5="65f30a7d4d609d50edc51282dee6fe0b" sha1="63a578f960def29da5e0a34376cb14314eab53dd"/>
+       </game>
+       <game name="Xbox-ism - New Year 2004 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - New Year 2004 (Japan)</description>
+               <rom name="Xbox-ism - New Year 2004 (Japan).iso" size="7825162240" crc="26d7ea2c" md5="6416df10838c0358db9cc94031f66fd0" sha1="5af6872f7bf8f42f98c9bdf0e6408e45b722aa7c"/>
+       </game>
+       <game name="Phantom Crash (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Phantom Crash (Japan) (Demo)</description>
+               <rom name="Phantom Crash (Japan) (Demo).iso" size="7825162240" crc="edaff9bc" md5="bd6a79f13d44aa778159e891bca24b49" sha1="ac7fe0f67f3973d39becfe79062796257dc43895"/>
+       </game>
+       <game name="Double-S.T.E.A.L (Japan) (Demo 1)">
+               <category>Demos</category>
+               <description>Double-S.T.E.A.L (Japan) (Demo 1)</description>
+               <rom name="Double-S.T.E.A.L (Japan) (Demo 1).iso" size="7825162240" crc="7cebf672" md5="ebdb2ecc11a286d0a80056abe05c3fdb" sha1="5202417ac1223c7416df11540b44eb2fd9b4edcf"/>
+       </game>
+       <game name="Genma Onimusha (Japan) (En,Ja) (Demo 1)">
+               <category>Demos</category>
+               <description>Genma Onimusha (Japan) (En,Ja) (Demo 1)</description>
+               <rom name="Genma Onimusha (Japan) (En,Ja) (Demo 1).iso" size="7825162240" crc="021203db" md5="f35eff5e43b10d32727b305998e0e5d1" sha1="cfd116a4f35c2f6e3ca40d01d411ef9327c12c38"/>
+       </game>
+       <game name="Panzer Dragoon Orta (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Panzer Dragoon Orta (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Panzer Dragoon Orta (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c77916a1" md5="5fef04999e2f0ae1f925f95ad11b938b" sha1="c16710336c7d5b143148b94deef6610670054d71"/>
+       </game>
+       <game name="Need for Speed - Underground (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (Europe) (En,Fr,De)</description>
+               <rom name="Need for Speed - Underground (Europe) (En,Fr,De).iso" size="7825162240" crc="e23c7dde" md5="74fe320a5052f2f8fdd506a2088929e2" sha1="711455cc832cd269c79220f8f8a922c3116d17dd"/>
+       </game>
+       <game name="007 - Everything or Nothing (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>007 - Everything or Nothing (Europe) (Fr,De)</description>
+               <rom name="007 - Everything or Nothing (Europe) (Fr,De).iso" size="7825162240" crc="cbb7c872" md5="40738893c4b23c28362cf66d6dcef8e7" sha1="c6a2eda1d8f1a5030c67e92dc373076d0f8de623"/>
+       </game>
+       <game name="Tao Feng - Fist of the Lotus (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tao Feng - Fist of the Lotus (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Tao Feng - Fist of the Lotus (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="3cb80460" md5="e6985ce5a71b3ecb34a9381b7987e96c" sha1="767869a2cbab42b1a413663909b60429238d5b45"/>
+       </game>
+       <game name="Fight Night 2004 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Fight Night 2004 (Europe) (En,Fr,De)</description>
+               <rom name="Fight Night 2004 (Europe) (En,Fr,De).iso" size="7825162240" crc="b83aa689" md5="c90ba4bdd9384f8b9a3061c2f92fa80d" sha1="9cc80adb0b54b4df28abde600e32b0d850ae063e"/>
+       </game>
+       <game name="Star Wars - Battlefront (USA, Europe)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront (USA, Europe)</description>
+               <rom name="Star Wars - Battlefront (USA, Europe).iso" size="7825162240" crc="8b8eb779" md5="9df138bd41fa9b61886753bb979a1e8b" sha1="c64f405cd2ada6d2518f308069058936d3cf5f95"/>
+       </game>
+       <game name="Total Club Manager 2004 (Europe) (En,De)">
+               <category>Games</category>
+               <description>Total Club Manager 2004 (Europe) (En,De)</description>
+               <rom name="Total Club Manager 2004 (Europe) (En,De).iso" size="7825162240" crc="957b8b91" md5="0d1a0335fbe51e82c23aa6120eb49440" sha1="2080cb0d910df548a9d129bfca5e9b55e5ccc411"/>
+       </game>
+       <game name="Broken Sword - The Sleeping Dragon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Broken Sword - The Sleeping Dragon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Broken Sword - The Sleeping Dragon (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="83ecbe64" md5="0465b526417743910ad072d2c2a04f8d" sha1="5d7929feb8201f33a42d9ed38b832437f124d7a1"/>
+       </game>
+       <game name="Buffy the Vampire Slayer (Europe)">
+               <category>Games</category>
+               <description>Buffy the Vampire Slayer (Europe)</description>
+               <rom name="Buffy the Vampire Slayer (Europe).iso" size="7825162240" crc="b5059d53" md5="f8d5e94a79c56cbf74c4fef9626d484d" sha1="4fcc864149f8ab2b04e757d9e899c2eaba0e5a40"/>
+       </game>
+       <game name="FIFA Street (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>FIFA Street (Europe) (En,Fr,De)</description>
+               <rom name="FIFA Street (Europe) (En,Fr,De).iso" size="7825162240" crc="c861b957" md5="8b969dcfa25a7e9262d5648d6a233434" sha1="b568898ae72b9a4095b0c0223925fb536a0e40f1"/>
+       </game>
+       <game name="MotoGP 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MotoGP 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MotoGP 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3094113c" md5="a3d07a91aed59a8eb48102159439b67c" sha1="f427c3d2ecb8407c040b56ef9cd2b8c02b35ff0e"/>
+       </game>
+       <game name="NFL 2K3 (Europe)">
+               <category>Games</category>
+               <description>NFL 2K3 (Europe)</description>
+               <rom name="NFL 2K3 (Europe).iso" size="7825162240" crc="1891c133" md5="0941ca8b62ae27f2645479b6170f2fc0" sha1="085b6ce5253fd97e36fe2d11e86ee5b694f05f05"/>
+       </game>
+       <game name="TransWorld Snowboarding (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TransWorld Snowboarding (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TransWorld Snowboarding (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="9d5b464e" md5="51e029820ac9b41c618c1a40aee6a321" sha1="aa22f544158c70589d1194020e298ea3ef7653b3"/>
+       </game>
+       <game name="Terminator 3 - Rise of the Machines (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Terminator 3 - Rise of the Machines (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Terminator 3 - Rise of the Machines (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ccb11d8b" md5="e5fb24e0d243d151b09d628f598f9b24" sha1="f69d9af409fa44d6d2914b890b34cb41213b0bcc"/>
+       </game>
+       <game name="Freedom Fighters (Germany)">
+               <category>Games</category>
+               <description>Freedom Fighters (Germany)</description>
+               <rom name="Freedom Fighters (Germany).iso" size="7825162240" crc="eb5966ff" md5="d4bf3ffe51bbe054b57e4de0e1940ec8" sha1="bb9805ba66feba80563b1ba5b789b29ca5354b56"/>
+       </game>
+       <game name="Halo 2 (Germany) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (Germany) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (Germany) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="dc27006e" md5="f57c1f44bae5314ef16af20d58a5e5d5" sha1="ad7040e34584afd97a405de4da901742eff04a3c"/>
+       </game>
+       <game name="Crash Nitro Kart (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Crash Nitro Kart (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Crash Nitro Kart (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="4df337a2" md5="efffa738cc002ab8e9fbb626390ed3aa" sha1="acbb12e3cba6bf75a29494910c703eaeb978e067"/>
+       </game>
+       <game name="Carve (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Carve (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Carve (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2567e4e8" md5="04c8bed46ead871639cc0dc14332e7a8" sha1="214ccc4f95ebec47d9867db6c010ebdf2b7dc86a"/>
+       </game>
+       <game name="SNK vs. Capcom - SVC Chaos (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SNK vs. Capcom - SVC Chaos (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SNK vs. Capcom - SVC Chaos (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="8994b025" md5="28c1746a089af907f403aa87afdddf35" sha1="87adcc5c8a3d63447698b9484185a875b0f498e0"/>
+       </game>
+       <game name="Shenmue II (Europe)">
+               <category>Games</category>
+               <description>Shenmue II (Europe)</description>
+               <rom name="Shenmue II (Europe).iso" size="7825162240" crc="a528bfa3" md5="36bcc07b933cbe65f1fe930daf983c3c" sha1="824af245d686d1b72961ab7a86f32c68fb3f3154"/>
+       </game>
+       <game name="Burnout 3 - Takedown (Europe) (Fr,De,It)">
+               <category>Games</category>
+               <description>Burnout 3 - Takedown (Europe) (Fr,De,It)</description>
+               <rom name="Burnout 3 - Takedown (Europe) (Fr,De,It).iso" size="7825162240" crc="6224448c" md5="7877b2647497acacf6b3d3fd9146f260" sha1="21593eb6a427c65ea87eca1bdde3dd0356fa0b60"/>
+       </game>
+       <game name="Spikeout - Battle Street (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spikeout - Battle Street (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Spikeout - Battle Street (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="deec5fb7" md5="942daeb4488501ff7da076f390beb6d8" sha1="e0d6d4ea12fbd0623f820655a5ea9e338eaccac8"/>
+       </game>
+       <game name="Headhunter - Redemption (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Headhunter - Redemption (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Headhunter - Redemption (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1f5c07f9" md5="ac1bd41080524652f677eb64b2c55ccc" sha1="2adfafc9b458c20b6dda396f1c38739ab8f38839"/>
+       </game>
+       <game name="Thing, The (Germany)">
+               <category>Games</category>
+               <description>Thing, The (Germany)</description>
+               <rom name="Thing, The (Germany).iso" size="7825162240" crc="f9684c2e" md5="c69a175b277d9243cf4bec71f4252fc4" sha1="b93fc5a5ef55a58f626861d861594906af883d7f"/>
+       </game>
+       <game name="Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (En,Fr,De)</description>
+               <rom name="Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (En,Fr,De).iso" size="7825162240" crc="4a1ba7a8" md5="c652ffed95d9fecef80a600783e5fc0b" sha1="85a734d5680a7fc24dd45de5925cb575088589bc"/>
+       </game>
+       <game name="Gotcha! (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Gotcha! (Europe) (En,Fr,De)</description>
+               <rom name="Gotcha! (Europe) (En,Fr,De).iso" size="7825162240" crc="a2ced949" md5="6b79f62f30aaf56b9c3ae75acf1e0e68" sha1="e8d952a36e60cbe104c14eee249230fb676e8eec"/>
+       </game>
+       <game name="Hitman - Contracts (Germany)">
+               <category>Games</category>
+               <description>Hitman - Contracts (Germany)</description>
+               <rom name="Hitman - Contracts (Germany).iso" size="7825162240" crc="5aee1d26" md5="6bfde69976bf8e42ec696ed9acad8e21" sha1="84485702c9956176dca2a1e178ffe4d6d50f07b7"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="3625b4d9" md5="a8d8cb0711cb57a1dc6ae6561235554c" sha1="2e2e8365fd36dc7d78a5cf4065617b717891702e"/>
+       </game>
+       <game name="Lord of the Rings, The - The Two Towers (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Two Towers (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Lord of the Rings, The - The Two Towers (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="6468b13c" md5="81ab69a91a52b2eb3a1116bebcf0bce9" sha1="157a4064aaeb99176daf2ecc879956809c4488fc"/>
+       </game>
+       <game name="Project Gotham Racing (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Project Gotham Racing (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Project Gotham Racing (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="7825162240" crc="8cc95691" md5="fb339d0beb4dde0dc35010df8448b000" sha1="4608350bc01c9544da8bd46860ecdfb16cc2d6eb"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Germany)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Germany)</description>
+               <rom name="Medal of Honor - Rising Sun (Germany).iso" size="7825162240" crc="403c3dac" md5="2634573c7064b3928569c87e839ca80b" sha1="408404af28f32217ade5f2473e743ffc1bb93d25"/>
+       </game>
+       <game name="Gauntlet - Seven Sorrows (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gauntlet - Seven Sorrows (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gauntlet - Seven Sorrows (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ed49921e" md5="0d73209dbb9892eaa6ab6151900a4c67" sha1="3c903ed03f2016d01c67906cf6f4529032256324"/>
+       </game>
+       <game name="Wreckless - The Yakuza Missions (Germany)">
+               <category>Games</category>
+               <description>Wreckless - The Yakuza Missions (Germany)</description>
+               <rom name="Wreckless - The Yakuza Missions (Germany).iso" size="7825162240" crc="fc3f136f" md5="ad1433ba140083bb8837f56a86988d37" sha1="b220e759715ebf65d171617301929a4852b950e0"/>
+       </game>
+       <game name="Tony Hawk's Underground (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tony Hawk's Underground (Europe) (En,Fr,De)</description>
+               <rom name="Tony Hawk's Underground (Europe) (En,Fr,De).iso" size="7825162240" crc="057f7cfe" md5="0144a634b8e90dda35b84444f42cc503" sha1="7a0290f792902f25db58ed812da91a70ba3db2e7"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (Germany)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (Germany)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (Germany).iso" size="7825162240" crc="be62acf3" md5="458fec6e9dab74968399414caf557d60" sha1="d1142287b00d852e3f53217395abc4de3d380a51"/>
+       </game>
+       <game name="UEFA Champions League 2004-2005 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>UEFA Champions League 2004-2005 (Europe) (Fr,De)</description>
+               <rom name="UEFA Champions League 2004-2005 (Europe) (Fr,De).iso" size="7825162240" crc="99c614d2" md5="5c21c1c9e42e3a4ba98df8588bec0179" sha1="d63c3e302a4603b63072325982442ce3640249f0"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (USA)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (USA)</description>
+               <rom name="Tom Clancy's Ghost Recon (USA).iso" size="7825162240" crc="7b3eba11" md5="cf2abbf046f2bdb896de747e8449fc3c" sha1="c0da4004b7b8b0a6fac65dbca4c8821941e5b6fc"/>
+       </game>
+       <game name="Mortal Kombat - Armageddon (USA)">
+               <category>Games</category>
+               <description>Mortal Kombat - Armageddon (USA)</description>
+               <rom name="Mortal Kombat - Armageddon (USA).iso" size="7825162240" crc="d04aa986" md5="178d0166c6b668a546329178b74ed049" sha1="005151accb54df111dab2469dfd92b6a2e650f14"/>
+       </game>
+       <game name="Mortal Kombat - Deception (USA)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deception (USA)</description>
+               <rom name="Mortal Kombat - Deception (USA).iso" size="7825162240" crc="007bcbcc" md5="285759d20bb8235227da8e6c6b7287a3" sha1="8716d2e65d9c0c494cbc1c9795425683baa48191"/>
+       </game>
+       <game name="Fable - The Lost Chapters (Germany) (En,De)">
+               <category>Games</category>
+               <description>Fable - The Lost Chapters (Germany) (En,De)</description>
+               <rom name="Fable - The Lost Chapters (Germany) (En,De).iso" size="7825162240" crc="df19a1c1" md5="311e36f5885be2329237c9f5c4bf6459" sha1="1a161872e99e5cc622a8c8e31a2dbae29e55fb69"/>
+       </game>
+       <game name="Thief - Deadly Shadows (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Thief - Deadly Shadows (Europe) (En,Fr,De,It)</description>
+               <rom name="Thief - Deadly Shadows (Europe) (En,Fr,De,It).iso" size="7825162240" crc="efdf5092" md5="a712b49558afe37c236ccb97e4f7c898" sha1="fe837fd51e11e1b3f0176e3235fbf80caa3c8d32"/>
+       </game>
+       <game name="Colin McRae Rally 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Colin McRae Rally 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Colin McRae Rally 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="86e3c3bb" md5="63a4cf6798170fca20b9098ac0bcffb1" sha1="20e7956af1acfac08ada21f2b8f252d990305708"/>
+       </game>
+       <game name="Halo - Combat Evolved (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Halo - Combat Evolved (Europe) (Fr,De)</description>
+               <rom name="Halo - Combat Evolved (Europe) (Fr,De).iso" size="7825162240" crc="aed20294" md5="fbeca96bfc230e2a19c35969d5aa2f0d" sha1="30734d9fef32d8792357407b00096a093a81724e"/>
+       </game>
+       <game name="Quantum Redshift (Europe, Australia) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Quantum Redshift (Europe, Australia) (En,Fr,De,It)</description>
+               <rom name="Quantum Redshift (Europe, Australia) (En,Fr,De,It).iso" size="7825162240" crc="d57a3ae0" md5="bcbf1065db4f570563052f6b9e4dde64" sha1="91d0dfc3684f03c223b36d6994abe0830ba6e190"/>
+       </game>
+       <game name="Grand Theft Auto III (Germany)">
+               <category>Games</category>
+               <description>Grand Theft Auto III (Germany)</description>
+               <rom name="Grand Theft Auto III (Germany).iso" size="7825162240" crc="e51907a9" md5="2a5ad67a47f47449fd93d6ccb7700330" sha1="74509b099fc0d40c1405d2bd94b3f1d02b8a3e5e"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (Germany)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (Germany)</description>
+               <rom name="Grand Theft Auto - Vice City (Germany).iso" size="7825162240" crc="4e4d7adc" md5="3d9811b1a34618d4fc4e984968335f68" sha1="6f7dd79520fb9b224698ce32d7816da7c66d0efa"/>
+       </game>
+       <game name="Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De) (Rev 1)">
+               <category>Games</category>
+               <description>Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De) (Rev 1)</description>
+               <rom name="Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De) (Rev 1).iso" size="7825162240" crc="d9d9f47b" md5="3ae4d5cc62a8022a9efc6f7fabf815cc" sha1="fb4dcecfe30473aaa87384a3b824fd600ca9a4c1"/>
+       </game>
+       <game name="JSRF - Jet Set Radio Future (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>JSRF - Jet Set Radio Future (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="JSRF - Jet Set Radio Future (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d09640f2" md5="e06c08c6ae5ad67df495189d8d74c533" sha1="be09807b6764c18ade8f8f450c8e582f5b8e40e4"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (Germany)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (Germany)</description>
+               <rom name="Tom Clancy's Ghost Recon (Germany).iso" size="7825162240" crc="52fe65f5" md5="4d0e3af75c120a2a0f139a69934f5143" sha1="58390f13f48e4db2549541cc094e231d0ca48383"/>
+       </game>
+       <game name="NBA Inside Drive 2003 (Europe)">
+               <category>Games</category>
+               <description>NBA Inside Drive 2003 (Europe)</description>
+               <rom name="NBA Inside Drive 2003 (Europe).iso" size="7825162240" crc="d3ff9242" md5="a502fdf31dec1b430043dbd2130327c5" sha1="76a02f8abe5bd0b0ae36b1deaff2d318d88eec27"/>
+       </game>
+       <game name="NBA Inside Drive 2004 (Europe)">
+               <category>Games</category>
+               <description>NBA Inside Drive 2004 (Europe)</description>
+               <rom name="NBA Inside Drive 2004 (Europe).iso" size="7825162240" crc="eb1f2ade" md5="b95cced0d4c53d5c23b63dae935a7318" sha1="69fd1ba33ad2015d4218a9d31fdad238d8a2bee9"/>
+       </game>
+       <game name="Dead to Rights II (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Dead to Rights II (Europe) (En,Fr,Es,It)</description>
+               <rom name="Dead to Rights II (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="722ddeef" md5="02215f759b8e19ca19acbbdf055275d7" sha1="ec18d2e0217949e693f96f4b7adc6c6dacdd3e9d"/>
+       </game>
+       <game name="Grand Theft Auto III (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Grand Theft Auto III (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Grand Theft Auto III (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="06ca09d6" md5="dda2b432ee1ed6f46dbcdb8c4deabbcc" sha1="5e62f0a0af429a508fa110b6c1ab5599b82e405d"/>
+       </game>
+       <game name="4x4 Evo 2 (USA)">
+               <category>Games</category>
+               <description>4x4 Evo 2 (USA)</description>
+               <rom name="4x4 Evo 2 (USA).iso" size="7825162240" crc="78037f13" md5="e8670e1a4722752342addfd6e0e67a9c" sha1="6d3050fdd911d811fc5e255cee046cc62081fdaf"/>
+       </game>
+       <game name="007 - Agent Under Fire (USA)">
+               <category>Games</category>
+               <description>007 - Agent Under Fire (USA)</description>
+               <rom name="007 - Agent Under Fire (USA).iso" size="7825162240" crc="70f48fe4" md5="99b1307a6d79ed3ee0c42968b0232fb8" sha1="0bd3244f4902ea6a10a0edee77750ffa6c481598"/>
+       </game>
+       <game name="007 - Everything or Nothing (USA)">
+               <category>Games</category>
+               <description>007 - Everything or Nothing (USA)</description>
+               <rom name="007 - Everything or Nothing (USA).iso" size="7825162240" crc="bddb8b30" md5="2ffbdc405f045861297e4fc7d2bd0dbf" sha1="1854ecc58e1ac1d59fa66b415bdf7437b74e8fa2"/>
+       </game>
+       <game name="007 - Nightfire (USA)">
+               <category>Games</category>
+               <description>007 - Nightfire (USA)</description>
+               <rom name="007 - Nightfire (USA).iso" size="7825162240" crc="28c930c5" md5="8f117c7fb7fd21688a28fdf775122350" sha1="745c857e6ef6ea8f136b17c5a9bc35ce7f93c364"/>
+       </game>
+       <game name="50 Cent - Bulletproof (USA, Europe)">
+               <category>Games</category>
+               <description>50 Cent - Bulletproof (USA, Europe)</description>
+               <rom name="50 Cent - Bulletproof (USA, Europe).iso" size="7825162240" crc="27693016" md5="605403dfd70d813f3e033f36959458d7" sha1="07a2e296d90d87e43480ca485db9d210404b60b4"/>
+       </game>
+       <game name="Aeon Flux (USA)">
+               <category>Games</category>
+               <description>Aeon Flux (USA)</description>
+               <rom name="Aeon Flux (USA).iso" size="7825162240" crc="735681c4" md5="9e0c5e3bcb94e9ef964e63616379a31a" sha1="278f7eef666fe72eacf1ae7d49b268232b416de4"/>
+       </game>
+       <game name="All-Star Baseball 2005 featuring Derek Jeter (USA)">
+               <category>Games</category>
+               <description>All-Star Baseball 2005 featuring Derek Jeter (USA)</description>
+               <rom name="All-Star Baseball 2005 featuring Derek Jeter (USA).iso" size="7825162240" crc="31be22d1" md5="6f36b4dd126cf595d21c281a687ea2f8" sha1="afc0c08dabddd397b6b69f6c3c33ce879ee3153e"/>
+       </game>
+       <game name="Alter Echo (USA)">
+               <category>Games</category>
+               <description>Alter Echo (USA)</description>
+               <rom name="Alter Echo (USA).iso" size="7825162240" crc="c1be4275" md5="5de35fff1d953778ee7135d9e40be243" sha1="e6820c20352de162a816db720ab1653935cfbecf"/>
+       </game>
+       <game name="AMF Bowling 2004 (USA)">
+               <category>Games</category>
+               <description>AMF Bowling 2004 (USA)</description>
+               <rom name="AMF Bowling 2004 (USA).iso" size="7825162240" crc="da0a1bd4" md5="98d06c2d55c5da5d5272358c8fec47b2" sha1="147006ae96621fa23a0dbc78d948e07b70e86803"/>
+       </game>
+       <game name="Amped - Freestyle Snowboarding (USA)">
+               <category>Games</category>
+               <description>Amped - Freestyle Snowboarding (USA)</description>
+               <rom name="Amped - Freestyle Snowboarding (USA).iso" size="7825162240" crc="9cc8d050" md5="dc54e813fd9f24664dc0e33054b287a2" sha1="e4e51209b2026cb6b8f7a5ebccf4f1fe75f9de31"/>
+       </game>
+       <game name="Apex (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Apex (USA) (En,Fr,Es)</description>
+               <rom name="Apex (USA) (En,Fr,Es).iso" size="7825162240" crc="447d4f7b" md5="bb3ac37de0eb449755742c31bf13e9d9" sha1="afb266b1e9eff44144fcaecf042ad7d23b5cd810"/>
+       </game>
+       <game name="Area 51 (USA)">
+               <category>Games</category>
+               <description>Area 51 (USA)</description>
+               <rom name="Area 51 (USA).iso" size="7825162240" crc="477ab1b8" md5="d8aec75063695b56ae96f01bef396395" sha1="af613c7516b037afce2f0b98cd4ba4837e6c1df8"/>
+       </game>
+       <game name="Armed and Dangerous (USA)">
+               <category>Games</category>
+               <description>Armed and Dangerous (USA)</description>
+               <rom name="Armed and Dangerous (USA).iso" size="7825162240" crc="3bd62958" md5="d631a84aa0ba939499daaf6eb1b05860" sha1="855b601b83abd4d0f35ce76283c70b2e5b1021f5"/>
+       </game>
+       <game name="Backyard Wrestling 2 - There Goes the Neighborhood (USA)">
+               <category>Games</category>
+               <description>Backyard Wrestling 2 - There Goes the Neighborhood (USA)</description>
+               <rom name="Backyard Wrestling 2 - There Goes the Neighborhood (USA).iso" size="7825162240" crc="5abd6e34" md5="1a9d7b2f607b6baa85e1be2e7550f14f" sha1="6f189c64804f5871771f4651586ea3d3467e97f2"/>
+       </game>
+       <game name="Bad Boys - Miami Takedown (USA)">
+               <category>Games</category>
+               <description>Bad Boys - Miami Takedown (USA)</description>
+               <rom name="Bad Boys - Miami Takedown (USA).iso" size="7825162240" crc="7331236d" md5="6daa3c252b18c6f0254ff990b2ad6587" sha1="5fecea82a94b01f5d9997c81e2712cae724124b8"/>
+       </game>
+       <game name="Bard's Tale, The (USA)">
+               <category>Games</category>
+               <description>Bard's Tale, The (USA)</description>
+               <rom name="Bard's Tale, The (USA).iso" size="7825162240" crc="5bb67043" md5="a41ebf96ceeaacecafbaef7f8db8fe79" sha1="76a11aca38f7c6f14ce178840dfb5339e9f4ceab"/>
+       </game>
+       <game name="Beat Down - Fists of Vengeance (USA)">
+               <category>Games</category>
+               <description>Beat Down - Fists of Vengeance (USA)</description>
+               <rom name="Beat Down - Fists of Vengeance (USA).iso" size="7825162240" crc="b7226342" md5="871e11cda4eb1da0cf43c08a0f9d95cd" sha1="8a28ea2823f29b631793bb518618158d1e00f919"/>
+       </game>
+       <game name="Bicycle Casino Includes - Texas Hold'em (USA, Europe)">
+               <category>Games</category>
+               <description>Bicycle Casino Includes - Texas Hold'em (USA, Europe)</description>
+               <rom name="Bicycle Casino Includes - Texas Hold'em (USA, Europe).iso" size="7825162240" crc="eadede64" md5="16c6beb8ba93d725f7caad37906517c9" sha1="f921cd61056666af789edaf7f3ecf461c199404e"/>
+       </game>
+       <game name="Big Mutha Truckers 2 (USA)">
+               <category>Games</category>
+               <description>Big Mutha Truckers 2 (USA)</description>
+               <rom name="Big Mutha Truckers 2 (USA).iso" size="7825162240" crc="ba6bd6c9" md5="b3634fdbb22b7ec31050ca09bdff314d" sha1="badbc31f5c7772be922b4ec0e21fa5e36e8ab7c5"/>
+       </game>
+       <game name="Blinx - The Time Sweeper (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Blinx - The Time Sweeper (USA) (En,Ja)</description>
+               <rom name="Blinx - The Time Sweeper (USA) (En,Ja).iso" size="7825162240" crc="b5696c3f" md5="ee093afc0386b6bcaa84a8b24e4bfc46" sha1="2572cfd7b28e0f665d560e4e76ab536deb7655c6"/>
+       </game>
+       <game name="Blood Wake (USA)">
+               <category>Games</category>
+               <description>Blood Wake (USA)</description>
+               <rom name="Blood Wake (USA).iso" size="7825162240" crc="15cc4ad9" md5="ea1f7da00000f851b625c24a7c257178" sha1="bc50670e1f1e296a95d2d1fc5e8271ac61182186"/>
+       </game>
+       <game name="BloodRayne (USA)">
+               <category>Games</category>
+               <description>BloodRayne (USA)</description>
+               <rom name="BloodRayne (USA).iso" size="7825162240" crc="00c6731a" md5="647844afd9c1da96bfe97e379376266e" sha1="8aa8cba9116fca4b1af351b851622db0f5d20ea1"/>
+       </game>
+       <game name="Blowout (USA)">
+               <category>Games</category>
+               <description>Blowout (USA)</description>
+               <rom name="Blowout (USA).iso" size="7825162240" crc="6a5a6ce0" md5="52a5e666d4f7d465f9b6145e490e1704" sha1="814bc7dc3bf6e56681e81307b1a7239039725485"/>
+       </game>
+       <game name="Breakdown (USA)">
+               <category>Games</category>
+               <description>Breakdown (USA)</description>
+               <rom name="Breakdown (USA).iso" size="7825162240" crc="752eb29d" md5="0c21d3f452c1ddea01d6ccd2752f1987" sha1="19652e5fc6725da3231dd2623e5001c649715434"/>
+       </game>
+       <game name="Breeders' Cup - World Thoroughbred Championships (USA) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Breeders' Cup - World Thoroughbred Championships (USA) (En,Fr,De,Es)</description>
+               <rom name="Breeders' Cup - World Thoroughbred Championships (USA) (En,Fr,De,Es).iso" size="7825162240" crc="3f5cd64b" md5="07442dc3e57524458851ddd018741359" sha1="67818177fce4f1a03bf1fb7ae99e97584b48816b"/>
+       </game>
+       <game name="Broken Sword - The Sleeping Dragon (USA)">
+               <category>Games</category>
+               <description>Broken Sword - The Sleeping Dragon (USA)</description>
+               <rom name="Broken Sword - The Sleeping Dragon (USA).iso" size="7825162240" crc="97c799e4" md5="a90cb54971b0f956823693c9b3e4f717" sha1="281d3338a0a954db6eddf092febed6a9091771c2"/>
+       </game>
+       <game name="Brute Force (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brute Force (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Brute Force (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="4ef14e0b" md5="7970bad0a3154058cbe0d646e72ddfdd" sha1="daf9967017988aad7bc7fd6cba5c0db1d54d0357"/>
+       </game>
+       <game name="Buffy the Vampire Slayer (USA)">
+               <category>Games</category>
+               <description>Buffy the Vampire Slayer (USA)</description>
+               <rom name="Buffy the Vampire Slayer (USA).iso" size="7825162240" crc="7edb86e8" md5="20f68d9c1cd33e2e6cafabc09a98d5c7" sha1="34aa017f04ef9e423fa37e9812a519fdd4c2a521"/>
+       </game>
+       <game name="Buffy the Vampire Slayer - Chaos Bleeds (USA)">
+               <category>Games</category>
+               <description>Buffy the Vampire Slayer - Chaos Bleeds (USA)</description>
+               <rom name="Buffy the Vampire Slayer - Chaos Bleeds (USA).iso" size="7825162240" crc="f7f20352" md5="aa36792b77902a70303a200f8b5bedd7" sha1="c57d841b3f07b04a22f11d8c66feb9618b6f80f8"/>
+       </game>
+       <game name="Burnout 2 - Point of Impact (USA)">
+               <category>Games</category>
+               <description>Burnout 2 - Point of Impact (USA)</description>
+               <rom name="Burnout 2 - Point of Impact (USA).iso" size="7825162240" crc="6ebd6398" md5="d67dc5052b541843cd65b327ab00f639" sha1="22b264ad29e876ffd44b73613a782316bfdbfb26"/>
+       </game>
+       <game name="Burnout 3 - Takedown (USA)">
+               <category>Games</category>
+               <description>Burnout 3 - Takedown (USA)</description>
+               <rom name="Burnout 3 - Takedown (USA).iso" size="7825162240" crc="602c1d40" md5="0f56f921eda19dbc630bf3283bf14857" sha1="e34244b81b87a4e6061fb09c58c383db93a15d14"/>
+       </game>
+       <game name="Burnout Revenge (USA)">
+               <category>Games</category>
+               <description>Burnout Revenge (USA)</description>
+               <rom name="Burnout Revenge (USA).iso" size="7825162240" crc="5159fb3d" md5="3ad7cebab7d37ddac80d0fd992ebd785" sha1="866af339f3e34b3ba8cf86f1edfcfbb0da30d295"/>
+       </game>
+       <game name="Carmen Sandiego - The Secret of the Stolen Drums (USA)">
+               <category>Games</category>
+               <description>Carmen Sandiego - The Secret of the Stolen Drums (USA)</description>
+               <rom name="Carmen Sandiego - The Secret of the Stolen Drums (USA).iso" size="7825162240" crc="5eca10cc" md5="aa92836983237c5bba45076a913735ed" sha1="9c8b11fd7fa94afde8c3c9f02adcd97e16d0da2e"/>
+       </game>
+       <game name="Chase - Hollywood Stunt Driver (USA)">
+               <category>Games</category>
+               <description>Chase - Hollywood Stunt Driver (USA)</description>
+               <rom name="Chase - Hollywood Stunt Driver (USA).iso" size="7825162240" crc="cc5e16c1" md5="ae73bc64cb05a4e3cd5f7e0218e16575" sha1="ca8f6151f2e23edada118817e4479ed5a76cee6c"/>
+       </game>
+       <game name="Chicago Enforcer (USA)">
+               <category>Games</category>
+               <description>Chicago Enforcer (USA)</description>
+               <rom name="Chicago Enforcer (USA).iso" size="7825162240" crc="59e73f62" md5="455fe3fd8621cfcdbfc32fbe515b8829" sha1="0a598ab27c46e7581a683115bb2bab75a0c131e1"/>
+       </game>
+       <game name="Chronicles of Riddick, The - Escape from Butcher Bay (USA)">
+               <category>Games</category>
+               <description>Chronicles of Riddick, The - Escape from Butcher Bay (USA)</description>
+               <rom name="Chronicles of Riddick, The - Escape from Butcher Bay (USA).iso" size="7825162240" crc="eb8be96c" md5="73cc89838f9e751cbf4d57ab0387282b" sha1="fe98a3296a8a26d3ae1565c70571039b04f02c0a"/>
+       </game>
+       <game name="Deus Ex - Invisible War (USA)">
+               <category>Games</category>
+               <description>Deus Ex - Invisible War (USA)</description>
+               <rom name="Deus Ex - Invisible War (USA).iso" size="7825162240" crc="294656b0" md5="425f0dead034e29e89e7e5eb708b47bc" sha1="ba8ff5da73c82bb24765e6c4e9b69599f06089af"/>
+       </game>
+       <game name="Classified - The Sentinel Crisis (USA, Europe)">
+               <category>Games</category>
+               <description>Classified - The Sentinel Crisis (USA, Europe)</description>
+               <rom name="Classified - The Sentinel Crisis (USA, Europe).iso" size="7825162240" crc="3a20e43d" md5="83453d6cde14bcb463268fb9b6e74742" sha1="bb5a101c49613ed4c2d9e7a822d6aa18b45b4fae"/>
+       </game>
+       <game name="Cold Fear (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cold Fear (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cold Fear (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4d09a63e" md5="8e0f6d0a516c83c1571927207cf775c7" sha1="3fd28fa470f379010ada7c82ba9e9afc9ccc5b92"/>
+       </game>
+       <game name="Driver - Parallel Lines (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Driver - Parallel Lines (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Driver - Parallel Lines (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c944614e" md5="2460088bfa07360c28a28cde7d8b5441" sha1="34b66f6a36d3e5312d5f28e4d7c120ec74f15630"/>
+       </game>
+       <game name="Conflict - Vietnam (USA)">
+               <category>Games</category>
+               <description>Conflict - Vietnam (USA)</description>
+               <rom name="Conflict - Vietnam (USA).iso" size="7825162240" crc="c3228249" md5="fd8f60c67fa868cb244d9241e8715232" sha1="da20464a1857833426af32494a861a8f72544a5f"/>
+       </game>
+       <game name="Defender (USA)">
+               <category>Games</category>
+               <description>Defender (USA)</description>
+               <rom name="Defender (USA).iso" size="7825162240" crc="00c1c32f" md5="baa41119d7130b63526fa864e63d7ea1" sha1="a672f7a122e9b3eb6fd2f8a02c24e4f49fdf1ec7"/>
+       </game>
+       <game name="Da Vinci Code, The (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Da Vinci Code, The (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Da Vinci Code, The (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2cbd46d2" md5="56bb6fc8844af0ab6de76df2a0cfab38" sha1="2a9310476237fa10de8ea97f01000625f5fac099"/>
+       </game>
+       <game name="College Hoops 2K6 (USA)">
+               <category>Games</category>
+               <description>College Hoops 2K6 (USA)</description>
+               <rom name="College Hoops 2K6 (USA).iso" size="7825162240" crc="2ca04eb6" md5="e477e0a41bed14a1c9a72bcde29e5685" sha1="0cbcc367d1286c70ad12611de9ccdb7473169627"/>
+       </game>
+       <game name="Dead to Rights II (USA)">
+               <category>Games</category>
+               <description>Dead to Rights II (USA)</description>
+               <rom name="Dead to Rights II (USA).iso" size="7825162240" crc="6320bc37" md5="c2e12d9c44229b0e282d8be26a3dfcc8" sha1="a21adc5d09372f2c2f1d2672f6d6075d118ee60d"/>
+       </game>
+       <game name="Drake of the 99 Dragons (USA)">
+               <category>Games</category>
+               <description>Drake of the 99 Dragons (USA)</description>
+               <rom name="Drake of the 99 Dragons (USA).iso" size="7825162240" crc="878db2de" md5="ab900215ea232277239fbde04e160541" sha1="5140e61ecb08d98fad024ebe92c8f94df84b9dda"/>
+       </game>
+       <game name="Volvo - Drive for Life (USA)">
+               <category>Games</category>
+               <description>Volvo - Drive for Life (USA)</description>
+               <rom name="Volvo - Drive for Life (USA).iso" size="7825162240" crc="f0a59be1" md5="0f6b1e82b8da699b7fae6b43b0c4915b" sha1="8dd76d9dbe4b153ea6927fcaa0fb9a7690ff8131"/>
+       </game>
+       <game name="Elder Scrolls III, The - Morrowind (USA)">
+               <category>Games</category>
+               <description>Elder Scrolls III, The - Morrowind (USA)</description>
+               <rom name="Elder Scrolls III, The - Morrowind (USA).iso" size="7825162240" crc="9c33cd5e" md5="ad9b0e1923b318ff2faebee9946af3cd" sha1="5f19bca5d9b13fde09ae34697051415c1bd6a931"/>
+       </game>
+       <game name="Enclave (USA) (En,Fr,De)">
+               <category>Games</category>
+               <description>Enclave (USA) (En,Fr,De)</description>
+               <rom name="Enclave (USA) (En,Fr,De).iso" size="7825162240" crc="7b8dcfb6" md5="0b8ee2a4fce632db3bfb3ff1d7cd45ce" sha1="f5e4de903e98c96a05686dbafcb2c275e304ea41"/>
+       </game>
+       <game name="ESPN Major League Baseball (USA)">
+               <category>Games</category>
+               <description>ESPN Major League Baseball (USA)</description>
+               <rom name="ESPN Major League Baseball (USA).iso" size="7825162240" crc="b76a131f" md5="98b249b5335ecc945d1109b4525c675e" sha1="f82784ceead7b01b48c80ff500fc290d111704c7"/>
+       </game>
+       <game name="ESPN NFL Football (USA)">
+               <category>Games</category>
+               <description>ESPN NFL Football (USA)</description>
+               <rom name="ESPN NFL Football (USA).iso" size="7825162240" crc="eb6bc503" md5="e59b724f34fd272ff459ac6326aeb0bd" sha1="ef9a9cc7ed0093ed4a1d4282262c9d7cba996c59"/>
+       </game>
+       <game name="ESPN NBA 2K5 (USA)">
+               <category>Games</category>
+               <description>ESPN NBA 2K5 (USA)</description>
+               <rom name="ESPN NBA 2K5 (USA).iso" size="7825162240" crc="b8410f25" md5="0a5f674cf3e31d61f81c873ae12e7167" sha1="062963cba672370c6a57e4aa71efb0e16744dc14"/>
+       </game>
+       <game name="ESPN NBA Basketball (USA)">
+               <category>Games</category>
+               <description>ESPN NBA Basketball (USA)</description>
+               <rom name="ESPN NBA Basketball (USA).iso" size="7825162240" crc="835f77ef" md5="d753b4a1fb8b22f744b6a0e2f882de12" sha1="a2c994521dc0800cbc3b8ea129508d13b1d16b63"/>
+       </game>
+       <game name="ESPN NFL 2K5 (USA)">
+               <category>Games</category>
+               <description>ESPN NFL 2K5 (USA)</description>
+               <rom name="ESPN NFL 2K5 (USA).iso" size="7825162240" crc="73dc3a8b" md5="20ffaa8895fe4cc6ada04ea1affb2149" sha1="0977ce7028e8daf81c7189780f8ade12f0b05958"/>
+       </game>
+       <game name="ESPN NHL 2K5 (USA, Canada)">
+               <category>Games</category>
+               <description>ESPN NHL 2K5 (USA, Canada)</description>
+               <rom name="ESPN NHL 2K5 (USA, Canada).iso" size="7825162240" crc="3cff795a" md5="190bc8fbcca0e0915ed27673a0c91ce8" sha1="653fa80960ef60b87344aecfad9e66ed5b747de5"/>
+       </game>
+       <game name="ESPN NBA 2Night 2002 (USA)">
+               <category>Games</category>
+               <description>ESPN NBA 2Night 2002 (USA)</description>
+               <rom name="ESPN NBA 2Night 2002 (USA).iso" size="7825162240" crc="40016c90" md5="b199955ea8b831abe5d6b3c0d072839d" sha1="6d5648b363f7eb79b44e42a7cfc3b3ca2727c563"/>
+       </game>
+       <game name="F1 2001 (USA)">
+               <category>Games</category>
+               <description>F1 2001 (USA)</description>
+               <rom name="F1 2001 (USA).iso" size="7825162240" crc="0256581c" md5="4ccffa34255dc76995aa5f425e5f66d7" sha1="948e705885d7fc1efb9646e19a5b91ae992e1971"/>
+       </game>
+       <game name="Fallout - Brotherhood of Steel (USA)">
+               <category>Games</category>
+               <description>Fallout - Brotherhood of Steel (USA)</description>
+               <rom name="Fallout - Brotherhood of Steel (USA).iso" size="7825162240" crc="534603b5" md5="75b6ef511ad8fc4157b3013f75cf448b" sha1="782c3a9e9ba13aeda641ea78bb3bbec328f9c832"/>
+       </game>
+       <game name="FlatOut 2 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>FlatOut 2 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="FlatOut 2 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="30286934" md5="76784652717aa364215118ab0561b97f" sha1="a8810f83f412dddc95b3ea87e836e2187349e1b6"/>
+       </game>
+       <game name="FlatOut (USA)">
+               <category>Games</category>
+               <description>FlatOut (USA)</description>
+               <rom name="FlatOut (USA).iso" size="7825162240" crc="663efdd3" md5="01f98acb8d7292bda0202f0e2a9a3f1c" sha1="e34d30defabf415174bb4c40714c9f1a9195533e"/>
+       </game>
+       <game name="Ford Street Racing (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ford Street Racing (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ford Street Racing (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a5474b9c" md5="efc6b7886f9397fd5c07cad5ec1c5a4d" sha1="afdcdd24750543ec27b65b0f46acd76cfb9181e9"/>
+       </game>
+       <game name="Forgotten Realms - Demon Stone (USA)">
+               <category>Games</category>
+               <description>Forgotten Realms - Demon Stone (USA)</description>
+               <rom name="Forgotten Realms - Demon Stone (USA).iso" size="7825162240" crc="26aec801" md5="750dc95217ff9eb12996f7d0eaf4bfa9" sha1="5bfb84c0ff169b0a4a0d4a816ddc7d9f4ce5cab8"/>
+       </game>
+       <game name="Freaky Flyers (USA)">
+               <category>Games</category>
+               <description>Freaky Flyers (USA)</description>
+               <rom name="Freaky Flyers (USA).iso" size="7825162240" crc="d3b1909c" md5="b2e564768a628af4bb8bd3d2efd5c6d0" sha1="54cd780941fcfd77ebfe8851fae57def32a109d2"/>
+       </game>
+       <game name="Full Spectrum Warrior (USA)">
+               <category>Games</category>
+               <description>Full Spectrum Warrior (USA)</description>
+               <rom name="Full Spectrum Warrior (USA).iso" size="7825162240" crc="6ca2fb93" md5="a2c86bf29312fc9eeb5c500f799114dd" sha1="2d9ef9cd4c85bfb0316045d7b5fe070a51dde7f9"/>
+       </game>
+       <game name="Grabbed by the Ghoulies (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Grabbed by the Ghoulies (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Grabbed by the Ghoulies (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="57da0dd6" md5="0f6ea0ad51efeed9260634da18093e04" sha1="811bbac6736cbf80e56d0348515acd71e8f88f57"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (USA)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (USA)</description>
+               <rom name="Grand Theft Auto - Vice City (USA).iso" size="7825162240" crc="34903733" md5="52bf3a4603f95ab3d253339ccf77ed89" sha1="977ccb27f247c7e5a44ca95db869776a450bc781"/>
+       </game>
+       <game name="Grand Theft Auto III (USA)">
+               <category>Games</category>
+               <description>Grand Theft Auto III (USA)</description>
+               <rom name="Grand Theft Auto III (USA).iso" size="7825162240" crc="48205a94" md5="4d4a0562a1038eb5a291aeb791de0aea" sha1="5ea2565370d401e8d2c3bf7ce6bcf9532d31919a"/>
+       </game>
+       <game name="Great Escape, The (USA)">
+               <category>Games</category>
+               <description>Great Escape, The (USA)</description>
+               <rom name="Great Escape, The (USA).iso" size="7825162240" crc="91df0de3" md5="ac01bffe49418521613d8fc07ea87a8c" sha1="355a96880754e8c1f9591375452152068956ed0c"/>
+       </game>
+       <game name="Grooverider - Slot Car Thunder (USA)">
+               <category>Games</category>
+               <description>Grooverider - Slot Car Thunder (USA)</description>
+               <rom name="Grooverider - Slot Car Thunder (USA).iso" size="7825162240" crc="7e22b9e3" md5="9af628eacd036a985f7d2f5088b3c6a6" sha1="9042f5ea3a9b3ce84f9a24d3c26d1e93fbc92139"/>
+       </game>
+       <game name="Group S Challenge (USA)">
+               <category>Games</category>
+               <description>Group S Challenge (USA)</description>
+               <rom name="Group S Challenge (USA).iso" size="7825162240" crc="ea8ffcb2" md5="90b6b1319b1a5fa8a930c835ecde38a3" sha1="4ac963228d30d8c312635344ccd86939d1fd0386"/>
+       </game>
+       <game name="Gungriffon - Allied Strike (USA, Asia) (En,Ja,Ko)">
+               <category>Games</category>
+               <description>Gungriffon - Allied Strike (USA, Asia) (En,Ja,Ko)</description>
+               <rom name="Gungriffon - Allied Strike (USA, Asia) (En,Ja,Ko).iso" size="7825162240" crc="f9d4bb0e" md5="28a3d4c90fc1126e84e24e300606721f" sha1="0d1ba0ec1e07a607ab80798576cabd81bd938e4e"/>
+       </game>
+       <game name="Gunvalkyrie (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Gunvalkyrie (USA) (En,Ja)</description>
+               <rom name="Gunvalkyrie (USA) (En,Ja).iso" size="7825162240" crc="749b8620" md5="c3edbcbe7683f28148acfef8cf73cc2a" sha1="2f067b140252fd4d5423cf0ac4fecc3ca26a5d74"/>
+       </game>
+       <game name="Halo - Combat Evolved (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Halo - Combat Evolved (USA) (Rev 1)</description>
+               <rom name="Halo - Combat Evolved (USA) (Rev 1).iso" size="7825162240" crc="345ee752" md5="ca1e8cbb88ea9a2bd9ba6ebf5a100966" sha1="e73581905ec07ed9098403db634f1ea8113921cf"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (USA) (Rev 2)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (USA) (Rev 2)</description>
+               <rom name="Hitman 2 - Silent Assassin (USA) (Rev 2).iso" size="7825162240" crc="ffe322f6" md5="65f1d2b3867fa98a1c8fc587888d83c2" sha1="cb4897773e45d63d7115fcecd92a667c93cfc653"/>
+       </game>
+       <game name="Midtown Madness 3 (USA)">
+               <category>Games</category>
+               <description>Midtown Madness 3 (USA)</description>
+               <rom name="Midtown Madness 3 (USA).iso" size="7825162240" crc="5cd726ac" md5="dfae353a94ac23ecf5521ae399dc3e39" sha1="52cd998731eb67477b44c49c4152f56c0fc58a56"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="8946dfc7" md5="6ec4c5c24f298c2c7ad7401abae09dc8" sha1="89652eb248e293892fe158b3409df50b072cffd1"/>
+       </game>
+       <game name="High Heat Major League Baseball 2004 (USA)">
+               <category>Games</category>
+               <description>High Heat Major League Baseball 2004 (USA)</description>
+               <rom name="High Heat Major League Baseball 2004 (USA).iso" size="7825162240" crc="31741044" md5="3e82214d2f63351f21bae46796820de0" sha1="81b91bb8de9e482027845b0b44c6153dc0ed11df"/>
+       </game>
+       <game name="Hunter - The Reckoning - Redeemer (USA)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning - Redeemer (USA)</description>
+               <rom name="Hunter - The Reckoning - Redeemer (USA).iso" size="7825162240" crc="df0f5154" md5="292cc9580117869d3bce2a8434f5d5ba" sha1="9075d424f342a31ffb3ae3851fd506b9be436aa8"/>
+       </game>
+       <game name="Indiana Jones and the Emperor's Tomb (USA)">
+               <category>Games</category>
+               <description>Indiana Jones and the Emperor's Tomb (USA)</description>
+               <rom name="Indiana Jones and the Emperor's Tomb (USA).iso" size="7825162240" crc="7e5db67e" md5="e2f50e5ea83e9a247d593d4ec12ca0da" sha1="8b9a374a12a2a5d6082d3f9ef874fe608802bcfd"/>
+       </game>
+       <game name="Italian Job, The (USA)">
+               <category>Games</category>
+               <description>Italian Job, The (USA)</description>
+               <rom name="Italian Job, The (USA).iso" size="7825162240" crc="ae4f522b" md5="fc80f66541adbcdc22c2d143952b3445" sha1="7a9a0aaa1c241dec390eaeb29212336cc00837b7"/>
+       </game>
+       <game name="James Cameron's Dark Angel (USA)">
+               <category>Games</category>
+               <description>James Cameron's Dark Angel (USA)</description>
+               <rom name="James Cameron's Dark Angel (USA).iso" size="7825162240" crc="91c8a5a9" md5="034a86933de02072b84c3bcc6a105613" sha1="5ff92946824c058e1bfc0e5a8d5a79ed3d5608b2"/>
+       </game>
+       <game name="Judge Dredd - Dredd vs. Death (USA)">
+               <category>Games</category>
+               <description>Judge Dredd - Dredd vs. Death (USA)</description>
+               <rom name="Judge Dredd - Dredd vs. Death (USA).iso" size="7825162240" crc="0d25f1ec" md5="3f313261351ff8407ac72cb7c16dc6bb" sha1="7948a6119b1e815d8121f7a6fb2cbc8cc8f284b2"/>
+       </game>
+       <game name="Juiced (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Juiced (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Juiced (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f4d8baea" md5="0d85976bfa17fac14dbf9fb232d7a7f0" sha1="45caa69a3fc8394db39d484c0d988219e6ab6237"/>
+       </game>
+       <game name="Kill Switch (USA)">
+               <category>Games</category>
+               <description>Kill Switch (USA)</description>
+               <rom name="Kill Switch (USA).iso" size="7825162240" crc="dd6e97d7" md5="f1a1f64d191b9903c0d39bafedbb6478" sha1="c3f26eb4ad14faed12f29c1b42028045905af26d"/>
+       </game>
+       <game name="Kingdom Under Fire - The Crusaders (USA, Korea) (En,Ko)">
+               <category>Games</category>
+               <description>Kingdom Under Fire - The Crusaders (USA, Korea) (En,Ko)</description>
+               <rom name="Kingdom Under Fire - The Crusaders (USA, Korea) (En,Ko).iso" size="7825162240" crc="58c6f5f6" md5="8ff756b14404eb0b27df56295c489984" sha1="00f116e626226a149709d88806f290a4a40446d3"/>
+       </game>
+       <game name="L.A. Rush (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>L.A. Rush (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="L.A. Rush (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b170ff1d" md5="f3375dd48551d2e1b9b7bd42c8f78722" sha1="f9dcca4f510a59c59b9869bc95c3fa85c74c0b8a"/>
+       </game>
+       <game name="NHL Rivals 2004 (USA)">
+               <category>Games</category>
+               <description>NHL Rivals 2004 (USA)</description>
+               <rom name="NHL Rivals 2004 (USA).iso" size="7825162240" crc="421cce55" md5="5b1e7d96689465788ccde23561be7ebf" sha1="4275fd80d397bf593aae800fd6899fc66471dba8"/>
+       </game>
+       <game name="Robin Hood - Defender of the Crown (USA)">
+               <category>Games</category>
+               <description>Robin Hood - Defender of the Crown (USA)</description>
+               <rom name="Robin Hood - Defender of the Crown (USA).iso" size="7825162240" crc="9e7aef37" md5="91270236f50606f458e16e34c2b7e979" sha1="3903b08887272abda312bca1586cc895f403d700"/>
+       </game>
+       <game name="Men of Valor (USA, Asia)">
+               <category>Games</category>
+               <description>Men of Valor (USA, Asia)</description>
+               <rom name="Men of Valor (USA, Asia).iso" size="7825162240" crc="607a6064" md5="114e78c6df11bd98240c33ecc1f3741f" sha1="c04bf6e0017b8e48b29cc4aba17018d0a4141eee"/>
+       </game>
+       <game name="Project Gotham Racing 2 (USA, Asia) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Project Gotham Racing 2 (USA, Asia) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Project Gotham Racing 2 (USA, Asia) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="3ffab237" md5="f4f47ecc92841c937609e34edb9f220c" sha1="d8afb2b404a382a877ddf576b01cb76ba842afd0"/>
+       </game>
+       <game name="Legacy of Kain - Defiance (USA)">
+               <category>Games</category>
+               <description>Legacy of Kain - Defiance (USA)</description>
+               <rom name="Legacy of Kain - Defiance (USA).iso" size="7825162240" crc="779192d5" md5="69e212add56dfaf546a86999e2985e65" sha1="194cba5d113a81e499a953cb74ab4d80db233bff"/>
+       </game>
+       <game name="Leisure Suit Larry - Magna Cum Laude (USA)">
+               <category>Games</category>
+               <description>Leisure Suit Larry - Magna Cum Laude (USA)</description>
+               <rom name="Leisure Suit Larry - Magna Cum Laude (USA).iso" size="7825162240" crc="1a518975" md5="4bfd9b747c3601b4777674ed58d39956" sha1="4119cb278d3ade0813c6a0474cb8014c87b4216e"/>
+       </game>
+       <game name="Links 2004 (USA)">
+               <category>Games</category>
+               <description>Links 2004 (USA)</description>
+               <rom name="Links 2004 (USA).iso" size="7825162240" crc="9218cb76" md5="b055b4d1ab9167bfe911ded7e75259fd" sha1="b4b5f1a85b0069ff33df284da20b223b2cbb8f1d"/>
+       </game>
+       <game name="Loons - The Fight for Fame (USA)">
+               <category>Games</category>
+               <description>Loons - The Fight for Fame (USA)</description>
+               <rom name="Loons - The Fight for Fame (USA).iso" size="7825162240" crc="1357f252" md5="81651fbe7acc4565244a1774349c8731" sha1="58f3211a01da2182deda7670c8ad87dd136d50f4"/>
+       </game>
+       <game name="Madden NFL 06 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 06 (USA)</description>
+               <rom name="Madden NFL 06 (USA).iso" size="7825162240" crc="2f26660c" md5="73c825a09c8d623234b1bcff1002a47c" sha1="22703eee7cf43abb15acc578946256950f370c5b"/>
+       </game>
+       <game name="Madden NFL 2003 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2003 (USA)</description>
+               <rom name="Madden NFL 2003 (USA).iso" size="7825162240" crc="f4195fa2" md5="3c74a9acae29b4470e849d564c8acc12" sha1="f58ee908b68bc2d09b8b78f1bae48e893a9ae48c"/>
+       </game>
+       <game name="Madden NFL 2005 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2005 (USA)</description>
+               <rom name="Madden NFL 2005 (USA).iso" size="7825162240" crc="c5c0a769" md5="e07da60e40cf603f295d32f6daab3d7f" sha1="6a895211ca564beaa72911a070740196453a9517"/>
+       </game>
+       <game name="Murakumo - Renegade Mech Pursuit (USA)">
+               <category>Games</category>
+               <description>Murakumo - Renegade Mech Pursuit (USA)</description>
+               <rom name="Murakumo - Renegade Mech Pursuit (USA).iso" size="7825162240" crc="85c8b129" md5="ddd56ac2e38fb0476d1efa51e177f378" sha1="26a41d079bab51953100939e99c2f387dca82a53"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (USA, Japan)">
+               <category>Games</category>
+               <description>Metal Arms - Glitch in the System (USA, Japan)</description>
+               <rom name="Metal Arms - Glitch in the System (USA, Japan).iso" size="7825162240" crc="b95f1df4" md5="2d186c3d1f642111e3b4cc0d01a01d3e" sha1="2ecc47301ac8fe0881845c334d36c62ff3307bd0"/>
+       </game>
+       <game name="Metal Dungeon (USA)">
+               <category>Games</category>
+               <description>Metal Dungeon (USA)</description>
+               <rom name="Metal Dungeon (USA).iso" size="7825162240" crc="a0ee5077" md5="03fcb45861e5a61ec38e26c9bb81d274" sha1="afa347ed4a7a51ce6ade0c3766386b08981a45a2"/>
+       </game>
+       <game name="NBA Live 2002 (USA)">
+               <category>Games</category>
+               <description>NBA Live 2002 (USA)</description>
+               <rom name="NBA Live 2002 (USA).iso" size="7825162240" crc="0ae7b346" md5="c9d923872e3b74787d6ff1542b39cd02" sha1="3282218dbd160822cdd48147b77a98a54897e65b"/>
+       </game>
+       <game name="NBA Live 2003 (USA)">
+               <category>Games</category>
+               <description>NBA Live 2003 (USA)</description>
+               <rom name="NBA Live 2003 (USA).iso" size="7825162240" crc="e706bae4" md5="225d55f0e5221b94be8d6ec217d7dfb7" sha1="28923b5d8cbb9761e35f5977fb359fe8788a4a8f"/>
+       </game>
+       <game name="NBA Live 2005 (USA)">
+               <category>Games</category>
+               <description>NBA Live 2005 (USA)</description>
+               <rom name="NBA Live 2005 (USA).iso" size="7825162240" crc="927ed89d" md5="5657da7975c7dc06b8e58c0c02a7311a" sha1="a09715b2aad709aad31754579962328505184e20"/>
+       </game>
+       <game name="Mojo! (USA)">
+               <category>Games</category>
+               <description>Mojo! (USA)</description>
+               <rom name="Mojo! (USA).iso" size="7825162240" crc="04b81a90" md5="45d455554bce247b7cb46f8bb47dde85" sha1="8eaa5ab3b61b614497a7bb4fd5613e58e49a8841"/>
+       </game>
+       <game name="MVP Baseball 2003 (USA)">
+               <category>Games</category>
+               <description>MVP Baseball 2003 (USA)</description>
+               <rom name="MVP Baseball 2003 (USA).iso" size="7825162240" crc="9d46072b" md5="9859fdd358037cc90438220d8e126913" sha1="55137e4c2587c4a202d77f37e51b62588a80c921"/>
+       </game>
+       <game name="MVP Baseball 2004 (USA)">
+               <category>Games</category>
+               <description>MVP Baseball 2004 (USA)</description>
+               <rom name="MVP Baseball 2004 (USA).iso" size="7825162240" crc="92d07338" md5="8f937f45e3630b18ae76a78100c0be10" sha1="50550edd4409bfadee4648de9b2d90c24f879c95"/>
+       </game>
+       <game name="MVP 06 NCAA Baseball (USA)">
+               <category>Games</category>
+               <description>MVP 06 NCAA Baseball (USA)</description>
+               <rom name="MVP 06 NCAA Baseball (USA).iso" size="7825162240" crc="a1e2ab88" md5="3102b71758c983a68dbfb89d8c9ff82a" sha1="456324b70b19ecc8cb9c7cd2f4255e6a0337a0f6"/>
+       </game>
+       <game name="Narc (USA)">
+               <category>Games</category>
+               <description>Narc (USA)</description>
+               <rom name="Narc (USA).iso" size="7825162240" crc="2d3333f1" md5="88e3ba042a81dfbb51b8647a3b8dccbb" sha1="f6fe84e71604c8363fc4ce7e3e7f3978980177b7"/>
+       </game>
+       <game name="NASCAR 2005 - Chase for the Cup (USA)">
+               <category>Games</category>
+               <description>NASCAR 2005 - Chase for the Cup (USA)</description>
+               <rom name="NASCAR 2005 - Chase for the Cup (USA).iso" size="7825162240" crc="952ccb24" md5="939992211a340bafb4f3e07752f67838" sha1="d5f37fa5ed5fdc206ec2b053e65efcc58da96185"/>
+       </game>
+       <game name="NASCAR Thunder 2002 (USA)">
+               <category>Games</category>
+               <description>NASCAR Thunder 2002 (USA)</description>
+               <rom name="NASCAR Thunder 2002 (USA).iso" size="7825162240" crc="06845295" md5="0560151186d8e2cb0a70d24a7f8e529f" sha1="7f07faa5ee124b3c5ab1752c59338b14dd9dfa49"/>
+       </game>
+       <game name="NBA Inside Drive 2003 (USA)">
+               <category>Games</category>
+               <description>NBA Inside Drive 2003 (USA)</description>
+               <rom name="NBA Inside Drive 2003 (USA).iso" size="7825162240" crc="3330d88e" md5="1e3184f0d76c955cfc44e8c7528c3e5e" sha1="92262754f7c5940e70a2d8c170c2283bd7f2fd89"/>
+       </game>
+       <game name="NBA Inside Drive 2004 (USA, Asia)">
+               <category>Games</category>
+               <description>NBA Inside Drive 2004 (USA, Asia)</description>
+               <rom name="NBA Inside Drive 2004 (USA, Asia).iso" size="7825162240" crc="38ea219c" md5="38aebef35fa00146edc369057b3c7460" sha1="d1f8757b8ef3f2d3d9f085b7a80b8757e3ed72dd"/>
+       </game>
+       <game name="NBA Live 06 (USA)">
+               <category>Games</category>
+               <description>NBA Live 06 (USA)</description>
+               <rom name="NBA Live 06 (USA).iso" size="7825162240" crc="b545f301" md5="5596f8d528159f9ac5fe0e526c7c3491" sha1="f711184575210cde2348ee5057f90ae6c76abc0e"/>
+       </game>
+       <game name="NBA Street Vol. 2 (USA)">
+               <category>Games</category>
+               <description>NBA Street Vol. 2 (USA)</description>
+               <rom name="NBA Street Vol. 2 (USA).iso" size="7825162240" crc="9d1062dd" md5="4ca0a67b62112a3c05e8a40eba3caf48" sha1="b9c76a5a21a8a901da1cff97e8352c0e233882be"/>
+       </game>
+       <game name="NCAA College Basketball 2K3 (USA)">
+               <category>Games</category>
+               <description>NCAA College Basketball 2K3 (USA)</description>
+               <rom name="NCAA College Basketball 2K3 (USA).iso" size="7825162240" crc="87e48af7" md5="dc6c9ce99e47ba2d57625f13ff972ef2" sha1="f6cca930549c7dc64b64b762ad058ba914a9350e"/>
+       </game>
+       <game name="NCAA College Football 2K3 (USA)">
+               <category>Games</category>
+               <description>NCAA College Football 2K3 (USA)</description>
+               <rom name="NCAA College Football 2K3 (USA).iso" size="7825162240" crc="e2cdc905" md5="c24fdaa5bb1c5cca4b86c899439153a4" sha1="2e927042aa2e57eb2a2bc3d29236cbc9c294711b"/>
+       </game>
+       <game name="NCAA Football 06 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 06 (USA)</description>
+               <rom name="NCAA Football 06 (USA).iso" size="7825162240" crc="fb1942d9" md5="c96b6138f4d647e3d5ecc42b18d448e7" sha1="1962c6518d5d4bdc04b352dd2b12e3d8a47c8aa2"/>
+       </game>
+       <game name="NCAA Football 2003 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 2003 (USA)</description>
+               <rom name="NCAA Football 2003 (USA).iso" size="7825162240" crc="07b0f44c" md5="2894bba5731eca75689d46f8dff46078" sha1="db6ae10feacba1f2b3818f79dbe1e5999cd9efbb"/>
+       </game>
+       <game name="NCAA Football 2005 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 2005 (USA)</description>
+               <rom name="NCAA Football 2005 (USA).iso" size="7825162240" crc="3af4f420" md5="17468302373367681ff67c7381c03136" sha1="750971b3174a38d961a5c55437d17f36010c5351"/>
+       </game>
+       <game name="NCAA March Madness 06 (USA)">
+               <category>Games</category>
+               <description>NCAA March Madness 06 (USA)</description>
+               <rom name="NCAA March Madness 06 (USA).iso" size="7825162240" crc="d03d6745" md5="8eee938f30441a83d226373b2d25f217" sha1="01f729ad3c450aa13c34519b729d5621ad8dc260"/>
+       </game>
+       <game name="NCAA March Madness 2005 (USA)">
+               <category>Games</category>
+               <description>NCAA March Madness 2005 (USA)</description>
+               <rom name="NCAA March Madness 2005 (USA).iso" size="7825162240" crc="bfde5478" md5="206abaaeefc7f04c499d8ec8ec6f51f8" sha1="db2370b34d71da702d1b651897be74a60724dbc3"/>
+       </game>
+       <game name="NFL 2K2 (USA)">
+               <category>Games</category>
+               <description>NFL 2K2 (USA)</description>
+               <rom name="NFL 2K2 (USA).iso" size="7825162240" crc="e5789bd8" md5="d1129635089eb44873b6909f816dc11b" sha1="07e3782458d8d50740a2f69b4c1e3aced73bf07a"/>
+       </game>
+       <game name="NFL Fever 2003 (USA)">
+               <category>Games</category>
+               <description>NFL Fever 2003 (USA)</description>
+               <rom name="NFL Fever 2003 (USA).iso" size="7825162240" crc="4836592a" md5="d61c7751b9aa2fd18f3348f23ea0f10e" sha1="866c383f39699697730d9b4c6ac6ad7e7d41a2bb"/>
+       </game>
+       <game name="NFL Head Coach (USA)">
+               <category>Games</category>
+               <description>NFL Head Coach (USA)</description>
+               <rom name="NFL Head Coach (USA).iso" size="7825162240" crc="c6f1944d" md5="0bec622341ed42ef5889b91a2a520b97" sha1="cfc40dfa18156fb4804598499f388993ef3c459e"/>
+       </game>
+       <game name="NFL Street (USA)">
+               <category>Games</category>
+               <description>NFL Street (USA)</description>
+               <rom name="NFL Street (USA).iso" size="7825162240" crc="51192dbd" md5="5f7cbada63db565f824f35b7702a3856" sha1="75b52bb7fbd5be3062917f973021cf866b4f7096"/>
+       </game>
+       <game name="NHL 2K3 (USA)">
+               <category>Games</category>
+               <description>NHL 2K3 (USA)</description>
+               <rom name="NHL 2K3 (USA).iso" size="7825162240" crc="f87ee616" md5="bcf173202d59ad35c376d351e04b0f64" sha1="70c94b8222e48c097f8f38f3f02241bb9bdd194e"/>
+       </game>
+       <game name="NHL 2K6 (USA, Canada)">
+               <category>Games</category>
+               <description>NHL 2K6 (USA, Canada)</description>
+               <rom name="NHL 2K6 (USA, Canada).iso" size="7825162240" crc="db617712" md5="427d995206acac6f79cf832ec095cc90" sha1="c750243a3ef994547483be2cf7c0464be72e2cbe"/>
+       </game>
+       <game name="NHL 06 (USA)">
+               <category>Games</category>
+               <description>NHL 06 (USA)</description>
+               <rom name="NHL 06 (USA).iso" size="7825162240" crc="da65377e" md5="316faf1673d81b85fa08744c8873d8ea" sha1="ad5a1c412341474eafb163d0102da8cb09139638"/>
+       </game>
+       <game name="NHL 07 (USA)">
+               <category>Games</category>
+               <description>NHL 07 (USA)</description>
+               <rom name="NHL 07 (USA).iso" size="7825162240" crc="6c87c4e5" md5="81b1ad93681333637cb980ef3e524be3" sha1="871a4b86228bfa5862e3cf6768781b68b4350a52"/>
+       </game>
+       <game name="NHL 2003 (USA)">
+               <category>Games</category>
+               <description>NHL 2003 (USA)</description>
+               <rom name="NHL 2003 (USA).iso" size="7825162240" crc="aff94519" md5="c21199961f7029a9bf87dd0e7cd20661" sha1="5bd0de44b8d9872651da27140f36726414263be6"/>
+       </game>
+       <game name="NHL 2004 (USA)">
+               <category>Games</category>
+               <description>NHL 2004 (USA)</description>
+               <rom name="NHL 2004 (USA).iso" size="7825162240" crc="4d63fdf1" md5="28d52a6a44bd96e221ff062ab8fd5f3e" sha1="f37d89c82b439727561c853c6bc5f4238902cc87"/>
+       </game>
+       <game name="NHL 2005 (USA)">
+               <category>Games</category>
+               <description>NHL 2005 (USA)</description>
+               <rom name="NHL 2005 (USA).iso" size="7825162240" crc="e91a56bd" md5="e942f51745215eeba618437ae060a947" sha1="342e510b1c6cc947795a2ee3e93ddedb69406fd3"/>
+       </game>
+       <game name="Oddworld - Stranger's Wrath (USA)">
+               <category>Games</category>
+               <description>Oddworld - Stranger's Wrath (USA)</description>
+               <rom name="Oddworld - Stranger's Wrath (USA).iso" size="7825162240" crc="2edfa311" md5="ac3ee1cd598df185f84feae2af8831c6" sha1="129f36cd8ee9fb008314b25a7f5a9ed738802ae3"/>
+       </game>
+       <game name="Otogi - Myth of Demons (USA)">
+               <category>Games</category>
+               <description>Otogi - Myth of Demons (USA)</description>
+               <rom name="Otogi - Myth of Demons (USA).iso" size="7825162240" crc="6ae9b8d2" md5="b6cb2ea5d33320e9e519b99868ec574a" sha1="b8fbc01edb961a673c9b3acb874c55516243ef56"/>
+       </game>
+       <game name="Outlaw Golf (USA)">
+               <category>Games</category>
+               <description>Outlaw Golf (USA)</description>
+               <rom name="Outlaw Golf (USA).iso" size="7825162240" crc="e0d69092" md5="e9a3cf4710df7901490148d70c3055a4" sha1="4d2e4f2bb931f3a23d7a04858c90a49fe4d95b8b"/>
+       </game>
+       <game name="Outlaw Golf - 9 More Holes of X-Mas (USA)">
+               <category>Games</category>
+               <description>Outlaw Golf - 9 More Holes of X-Mas (USA)</description>
+               <rom name="Outlaw Golf - 9 More Holes of X-Mas (USA).iso" size="7825162240" crc="3d9650e9" md5="98b88ac35ec0b79a0a8ddeb90b71825c" sha1="5973a84d63ea066a586ae37e3e2879d0f37fb8c4"/>
+       </game>
+       <game name="Outlaw Golf - Holiday Golf (USA)">
+               <category>Games</category>
+               <description>Outlaw Golf - Holiday Golf (USA)</description>
+               <rom name="Outlaw Golf - Holiday Golf (USA).iso" size="7825162240" crc="d46a4033" md5="d044fdabd326174e53fdc4a2a434ddcb" sha1="9555883219379ef6635e00765b574e3bc8a33924"/>
+       </game>
+       <game name="Outlaw Golf 2 (USA)">
+               <category>Games</category>
+               <description>Outlaw Golf 2 (USA)</description>
+               <rom name="Outlaw Golf 2 (USA).iso" size="7825162240" crc="500fe317" md5="242653a7a1d5265adb10f95050c6ee92" sha1="28c2bb8de1c653cc043606fe281eaa5b428258f3"/>
+       </game>
+       <game name="Outlaw Volleyball (USA)">
+               <category>Games</category>
+               <description>Outlaw Volleyball (USA)</description>
+               <rom name="Outlaw Volleyball (USA).iso" size="7825162240" crc="586b3687" md5="aeb5167b33601f6f6bd7336cb7a0c9ff" sha1="e1b49576101827048565a0949c2fa3b6c43b83b2"/>
+       </game>
+       <game name="OutRun 2 (USA)">
+               <category>Games</category>
+               <description>OutRun 2 (USA)</description>
+               <rom name="OutRun 2 (USA).iso" size="7825162240" crc="1de0254c" md5="9e5cf49eae67d9c38e099601e5cab17a" sha1="8e7b69ce69f3ec7a32cb1e3632a173e2bcf88277"/>
+       </game>
+       <game name="Prince of Persia - The Sands of Time (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Prince of Persia - The Sands of Time (USA) (En,Fr,Es)</description>
+               <rom name="Prince of Persia - The Sands of Time (USA) (En,Fr,Es).iso" size="7825162240" crc="91945520" md5="ed2dff43d7dc0f29aa2e965cb4eebebf" sha1="340de22a560152c76c7d2cc6583748deb8a4bdb3"/>
+       </game>
+       <game name="Prince of Persia - The Two Thrones (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Prince of Persia - The Two Thrones (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Prince of Persia - The Two Thrones (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="be595b36" md5="0098c81423742ff75c89a8a2629835ac" sha1="e262295f3d13d9b10071481395d1efcd86b69e1d"/>
+       </game>
+       <game name="Project Gotham Racing (USA)">
+               <category>Games</category>
+               <description>Project Gotham Racing (USA)</description>
+               <rom name="Project Gotham Racing (USA).iso" size="7825162240" crc="f2820c40" md5="99d18afedaa36cd08e1d82ffab572316" sha1="c20a9d1d0ee04daf6e9723767b1b9d1a8007445d"/>
+       </game>
+       <game name="ProStroke Golf - World Tour 2007 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>ProStroke Golf - World Tour 2007 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="ProStroke Golf - World Tour 2007 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3acfaef5" md5="b0a7155a0e86d3ed5f869e80c3052b5c" sha1="6c3d9f6969f7681ce2735086717824cdcc507674"/>
+       </game>
+       <game name="Real World Golf (USA)">
+               <category>Games</category>
+               <description>Real World Golf (USA)</description>
+               <rom name="Real World Golf (USA).iso" size="7825162240" crc="d3589605" md5="3e5c27228ac67af73ea8c04ddd870af6" sha1="45c18e90dcdba8ed79bf11a1985ae0f569267b6e"/>
+       </game>
+       <game name="Reign of Fire (USA)">
+               <category>Games</category>
+               <description>Reign of Fire (USA)</description>
+               <rom name="Reign of Fire (USA).iso" size="7825162240" crc="d8529d27" md5="72abeb1a720d8bb807d9d2cc0eeb584a" sha1="04a074c58794fe2d2093cc5cb2d1cf54d7dd30af"/>
+       </game>
+       <game name="Reservoir Dogs (USA)">
+               <category>Games</category>
+               <description>Reservoir Dogs (USA)</description>
+               <rom name="Reservoir Dogs (USA).iso" size="7825162240" crc="e2559bc1" md5="77e6e108ecd252091b657181d74c1aeb" sha1="9f504d98c36e28b4d505fcba3cfa6ecda644d592"/>
+       </game>
+       <game name="Robotech - Invasion (USA)">
+               <category>Games</category>
+               <description>Robotech - Invasion (USA)</description>
+               <rom name="Robotech - Invasion (USA).iso" size="7825162240" crc="fa987e7d" md5="467bd3c2ccd9da15e90e2b718f877f42" sha1="8212b9c380e7a0f7cdb933eaecdfb8578a6b717d"/>
+       </game>
+       <game name="Rugby 2005 (USA)">
+               <category>Games</category>
+               <description>Rugby 2005 (USA)</description>
+               <rom name="Rugby 2005 (USA).iso" size="7825162240" crc="b469a249" md5="4f9125b3add2e9d6abdc09a51f3d9dd1" sha1="c7ac100bf5aeabfc8f316dba81f12f1fa91c46d3"/>
+       </game>
+       <game name="State of Emergency (USA)">
+               <category>Games</category>
+               <description>State of Emergency (USA)</description>
+               <rom name="State of Emergency (USA).iso" size="7825162240" crc="ea496af0" md5="b5110cb191c3c9b32535ad40e9a684d1" sha1="3096729068e89df85f14ac78f33282abd4c31739"/>
+       </game>
+       <game name="SX Superstar (USA)">
+               <category>Games</category>
+               <description>SX Superstar (USA)</description>
+               <rom name="SX Superstar (USA).iso" size="7825162240" crc="ab5399d5" md5="2d30a66f2a1ec6e3ddabfcf5b3732129" sha1="3269aa80b834f68b9c7cb54475ea5d2b31ad27c3"/>
+       </game>
+       <game name="Suffering, The (USA)">
+               <category>Games</category>
+               <description>Suffering, The (USA)</description>
+               <rom name="Suffering, The (USA).iso" size="7825162240" crc="427587d7" md5="cca7e1d0615cd8ab3c526a069def8310" sha1="72821dfbcc25b29af5f613b81460493756b7728e"/>
+       </game>
+       <game name="SeaBlade (USA)">
+               <category>Games</category>
+               <description>SeaBlade (USA)</description>
+               <rom name="SeaBlade (USA).iso" size="7825162240" crc="07da2fce" md5="f4cf72b07fc81e25cb3bcf6ebab20cd0" sha1="888dd860b76b9efab0e44cc71746a70030adae21"/>
+       </game>
+       <game name="Sega GT 2002 &amp; JSRF - Jet Set Radio Future (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Sega GT 2002 &amp; JSRF - Jet Set Radio Future (USA) (En,Ja)</description>
+               <rom name="Sega GT 2002 &amp; JSRF - Jet Set Radio Future (USA) (En,Ja).iso" size="7825162240" crc="6767e8c0" md5="98fdc78eae6b61795f05c73483f7eb14" sha1="2d4a5ec047de848f3c452b42471adbc738272c43"/>
+       </game>
+       <game name="Shadow Ops - Red Mercury (USA)">
+               <category>Games</category>
+               <description>Shadow Ops - Red Mercury (USA)</description>
+               <rom name="Shadow Ops - Red Mercury (USA).iso" size="7825162240" crc="86e0e121" md5="0a7120685b944772c2480c803f9612c6" sha1="a641c24d863b407cbeeb6fbed5b4f8c55424e2ab"/>
+       </game>
+       <game name="SSX on Tour (USA)">
+               <category>Games</category>
+               <description>SSX on Tour (USA)</description>
+               <rom name="SSX on Tour (USA).iso" size="7825162240" crc="4652e528" md5="2ab6dd52d87911fd38f6212cc0319b08" sha1="8671ec6451de1be4216b668346efb6a5345daded"/>
+       </game>
+       <game name="UFC - Ultimate Fighting Championship - Tapout (USA)">
+               <category>Games</category>
+               <description>UFC - Ultimate Fighting Championship - Tapout (USA)</description>
+               <rom name="UFC - Ultimate Fighting Championship - Tapout (USA).iso" size="7825162240" crc="8a9be365" md5="3164eb6e45a6c524fd25c1c9a035aba3" sha1="652b1722398c38aa099ae58715664735181ea7f2"/>
+       </game>
+       <game name="Test Drive (USA)">
+               <category>Games</category>
+               <description>Test Drive (USA)</description>
+               <rom name="Test Drive (USA).iso" size="7825162240" crc="6fe36b73" md5="a4f21dc7ede6cfc1667db5293773ae2e" sha1="1e78208621ceaa66a69500fae14523083bfaf999"/>
+       </game>
+       <game name="Stacked with Daniel Negreanu (USA)">
+               <category>Games</category>
+               <description>Stacked with Daniel Negreanu (USA)</description>
+               <rom name="Stacked with Daniel Negreanu (USA).iso" size="7825162240" crc="f8fe8a92" md5="d283cd64c15a88622cce4e186535f0b1" sha1="4dafce2ef8a19cafb643d09e9e4f5291c1b2ce1d"/>
+       </game>
+       <game name="TimeSplitters 2 (USA)">
+               <category>Games</category>
+               <description>TimeSplitters 2 (USA)</description>
+               <rom name="TimeSplitters 2 (USA).iso" size="7825162240" crc="ffebc4bd" md5="e0a72f7a83e0c7ad6c1f90d6fc560db6" sha1="2829a0b6d648b80ec3986acfc0e807ec9149fa32"/>
+       </game>
+       <game name="Urban Chaos - Riot Response (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Urban Chaos - Riot Response (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Urban Chaos - Riot Response (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="8670c189" md5="db2e3fe605b791261067c260841d62c2" sha1="92fee18cee2445051cf84d83ece64ea629027c12"/>
+       </game>
+       <game name="Thief - Deadly Shadows (USA)">
+               <category>Games</category>
+               <description>Thief - Deadly Shadows (USA)</description>
+               <rom name="Thief - Deadly Shadows (USA).iso" size="7825162240" crc="c178bec8" md5="24019e4fe77184c4bd844f434bea9557" sha1="836437129ab3af3b8f8d24c07b456e7620923789"/>
+       </game>
+       <game name="Taito Legends (USA)">
+               <category>Games</category>
+               <description>Taito Legends (USA)</description>
+               <rom name="Taito Legends (USA).iso" size="7825162240" crc="b6e7f0e6" md5="309b680f6996dac24742f4b49d92ad9b" sha1="4d913332b295328611a21ab10e436589eb9ed674"/>
+       </game>
+       <game name="Total Immersion Racing (USA)">
+               <category>Games</category>
+               <description>Total Immersion Racing (USA)</description>
+               <rom name="Total Immersion Racing (USA).iso" size="7825162240" crc="b5b49b88" md5="5ca0adbf50780ece5e83cf46108466d9" sha1="38f209eeb439ee9c962e20e374da6d83a43987ae"/>
+       </game>
+       <game name="True Crime - Streets of LA (USA, Korea)">
+               <category>Games</category>
+               <description>True Crime - Streets of LA (USA, Korea)</description>
+               <rom name="True Crime - Streets of LA (USA, Korea).iso" size="7825162240" crc="b4b31c1b" md5="f5a8723b09ece3b540c3abc84dd1a35c" sha1="63b1f05a039e33362a42c9e34e644e840070be33"/>
+       </game>
+       <game name="Top Spin (USA) (En,Fr,De)">
+               <category>Games</category>
+               <description>Top Spin (USA) (En,Fr,De)</description>
+               <rom name="Top Spin (USA) (En,Fr,De).iso" size="7825162240" crc="0cba787b" md5="df7777dbbd66d3e61f6d446741070b4f" sha1="dd1c61bb180c48d8ca54e1cfacc5dbacafd0e628"/>
+       </game>
+       <game name="Starsky &amp; Hutch (USA)">
+               <category>Games</category>
+               <description>Starsky &amp; Hutch (USA)</description>
+               <rom name="Starsky &amp; Hutch (USA).iso" size="7825162240" crc="e991a9d3" md5="df6b936da5be208bb67df73b3bd2a6e4" sha1="eae2af2afe4a714e80246162071280af0245e580"/>
+       </game>
+       <game name="Tony Hawk's Underground (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Underground (USA)</description>
+               <rom name="Tony Hawk's Underground (USA).iso" size="7825162240" crc="4375296a" md5="f7206cd6dd3151ae303e32079dec0a10" sha1="def4bae9d34f85d4fd3341378ec1433b0229efc7"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 06 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 06 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 06 (USA).iso" size="7825162240" crc="220a6e55" md5="b38431ecc08a43f3bbe4f9824e45a3dc" sha1="daf2982d0790a96bc94585aba283d5fb8765c148"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2003 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2003 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 2003 (USA).iso" size="7825162240" crc="33b2d773" md5="4834666c532221970dc0bdab5b912496" sha1="7b02f58957075f7d646355a6224cf08c319ae278"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (USA).iso" size="7825162240" crc="3f6af75e" md5="b148f24263859a8119a0f2f2991d8c00" sha1="d2d56e06d998f2009bfc005a7fe7b258247f7d69"/>
+       </game>
+       <game name="Triple Play 2002 (USA)">
+               <category>Games</category>
+               <description>Triple Play 2002 (USA)</description>
+               <rom name="Triple Play 2002 (USA).iso" size="7825162240" crc="3d9ccc1f" md5="e936c1fb4ceb6f342adc7723c50d10e8" sha1="e5270473dc1b687c670fdcc4c6ff0465e779b162"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 07 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 07 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 07 (USA).iso" size="7825162240" crc="df6482ad" md5="46665d081bb0e4b5b94418e272355324" sha1="aa9025d3aed1bcc0797a728aa28c3dcc30875381"/>
+       </game>
+       <game name="World Championship Poker (USA)">
+               <category>Games</category>
+               <description>World Championship Poker (USA)</description>
+               <rom name="World Championship Poker (USA).iso" size="7825162240" crc="aa287d7f" md5="6673bf33b0b385aafedbfb8f7bc044fd" sha1="581d24daaaf054df947546c738946c13d9174cda"/>
+       </game>
+       <game name="World Series Baseball (USA)">
+               <category>Games</category>
+               <description>World Series Baseball (USA)</description>
+               <rom name="World Series Baseball (USA).iso" size="7825162240" crc="385b08d8" md5="1cdbf175ffb6ab4f84fd63f129ec8a28" sha1="ccebc0d32560cbb3a32144e607e030b79c157b79"/>
+       </game>
+       <game name="Star Wars - The Clone Wars &amp; Tetris Worlds (USA)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars &amp; Tetris Worlds (USA)</description>
+               <rom name="Star Wars - The Clone Wars &amp; Tetris Worlds (USA).iso" size="7825162240" crc="e6d5cc95" md5="1e6418128db77cf4ab1e3ada39e02ecc" sha1="e557cef8b95d2d4da07d7b7c0ebf76ec463dc8bb"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 2x (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 2x (USA)</description>
+               <rom name="Tony Hawk's Pro Skater 2x (USA).iso" size="7825162240" crc="01bde002" md5="9f4dcac81aa61d2998a5c7831bdba3f2" sha1="cb750933e33ee4206aa2691959d4b953ae011ee4"/>
+       </game>
+       <game name="Trigger Man (USA)">
+               <category>Games</category>
+               <description>Trigger Man (USA)</description>
+               <rom name="Trigger Man (USA).iso" size="7825162240" crc="b17041bc" md5="31c1f0fa830f65e2ffb949bb7905291c" sha1="a6b0468633e17609c5a77153d0c8887f151b5660"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger 2 - Bush Rescue (USA)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger 2 - Bush Rescue (USA)</description>
+               <rom name="Ty the Tasmanian Tiger 2 - Bush Rescue (USA).iso" size="7825162240" crc="0837f70d" md5="2da7f4f331a1f45f6846cbf2468dcfcc" sha1="84a3e2db2c3b7a5a057de54d24882f7f0f103afc"/>
+       </game>
+       <game name="Vexx (USA)">
+               <category>Games</category>
+               <description>Vexx (USA)</description>
+               <rom name="Vexx (USA).iso" size="7825162240" crc="f09834b1" md5="790292cb72d829b4bb96646e369d4346" sha1="2dd722a11914ec260d8606cdfc1b5e7e5b886d2d"/>
+       </game>
+       <game name="Wakeboarding Unleashed featuring Shaun Murray (USA)">
+               <category>Games</category>
+               <description>Wakeboarding Unleashed featuring Shaun Murray (USA)</description>
+               <rom name="Wakeboarding Unleashed featuring Shaun Murray (USA).iso" size="7825162240" crc="09dbf8ed" md5="b2dfc95443d1adbd2e01382a26bbbb29" sha1="3ced2731393852e432bdd6d849ec4bada5b81279"/>
+       </game>
+       <game name="Whiplash (USA)">
+               <category>Games</category>
+               <description>Whiplash (USA)</description>
+               <rom name="Whiplash (USA).iso" size="7825162240" crc="a8b4740e" md5="26f5b051de0d4f43a7a5444ce4ac528c" sha1="9119148f2c1576601eef8a5e1064bbf26e68cb17"/>
+       </game>
+       <game name="World Championship Poker 2 featuring Howard Lederer (USA)">
+               <category>Games</category>
+               <description>World Championship Poker 2 featuring Howard Lederer (USA)</description>
+               <rom name="World Championship Poker 2 featuring Howard Lederer (USA).iso" size="7825162240" crc="8d7d496b" md5="4abbd172fa3a6c2c50202cfb461eaf5b" sha1="2ac3f7b1e05bed121bbb67a9b13c87c994b68d65"/>
+       </game>
+       <game name="World Series Baseball 2K3 (USA)">
+               <category>Games</category>
+               <description>World Series Baseball 2K3 (USA)</description>
+               <rom name="World Series Baseball 2K3 (USA).iso" size="7825162240" crc="18f03cce" md5="657848c69b136ce6d597528761f7380b" sha1="4cb74db4c2df45509cc0872124c5dfa0072e03a3"/>
+       </game>
+       <game name="Pariah (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pariah (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pariah (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="72d30b88" md5="895710de772378627194baafba20aba6" sha1="3b8c3a95e7c984e475159300d9c782bd6a259c01"/>
+       </game>
+       <game name="Oddworld - Stranger's Wrath (Europe)">
+               <category>Games</category>
+               <description>Oddworld - Stranger's Wrath (Europe)</description>
+               <rom name="Oddworld - Stranger's Wrath (Europe).iso" size="7825162240" crc="346962df" md5="6fc3a6ae42e8e893dd1091fd4bbb295c" sha1="724b04eb575762c5ae87eac42ab6fa2092e719b2"/>
+       </game>
+       <game name="Project Zero (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Project Zero (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Project Zero (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="253d8612" md5="6e2c4f786d2e4722cb41aca477f4cf48" sha1="2e42cd60835e569539238a40c6f09eed43c533e4"/>
+       </game>
+       <game name="TimeSplitters - Future Perfect (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TimeSplitters - Future Perfect (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TimeSplitters - Future Perfect (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a9791097" md5="b444b8c02f22186fc9d29127c6ac2a34" sha1="59962ff407e416bf83649c8dacbbac9e9fd8b5e3"/>
+       </game>
+       <game name="Conflict - Vietnam (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conflict - Vietnam (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conflict - Vietnam (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a6391995" md5="fe0d364657c7e2b7ff281ffbb182fe7c" sha1="c9d4a65bf075db9f3b578ba46122a0321d9ede2d"/>
+       </game>
+       <game name="Reign of Fire (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Reign of Fire (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Reign of Fire (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6eebd28f" md5="6daab1992544bb50c9ce41abca8646fa" sha1="e2a06d72c73a5e2dc91a5857058f1f614c775d1c"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 14 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 14 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 14 (USA).iso" size="7825162240" crc="ed2943c5" md5="39b400c9f391e675cc562c6cbf2b99ed" sha1="fab905d108b59c5cdcc0da8e1fda0e8a1c661c62"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 04 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 04 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 04 (USA).iso" size="7825162240" crc="4732688b" md5="8cb69499a9a16bbf05c8774d56cd8ac1" sha1="135dbebe5866f935ae1e5137b9e1bcf4dd88bf09"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 05 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 05 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 05 (USA).iso" size="7825162240" crc="b20e958c" md5="42ae089967bf6b1b8bc7133d470b36b5" sha1="defe66ebce3334a071aa673ef61e647c3fef6677"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 06 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 06 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 06 (USA).iso" size="7825162240" crc="6b92b992" md5="b97fde7618253d601231b9ba369282d4" sha1="1bf03244ee2792fe6568ef3ab62ff1d9c5d53063"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 07 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 07 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 07 (USA).iso" size="7825162240" crc="b0ec888e" md5="113b4cf7b02e04fdf25837ed3b16af66" sha1="25832ade394cd773087078ccf2878d2c70977f82"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 08 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 08 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 08 (USA).iso" size="7825162240" crc="0a28e976" md5="1ba2317867b599884a3fea2633863be1" sha1="880df1743e5bb97b6548ea69a25c148eb241fc0a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 09 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 09 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 09 (USA).iso" size="7825162240" crc="086f8f47" md5="b9f8fc396b2ccdf1429ad0d5162c31c5" sha1="a7e288f8a7657673a81c3706b58573d63ae527d2"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 10 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 10 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 10 (USA).iso" size="7825162240" crc="46ead38f" md5="0a6e16ed5ce510b1f5b61352018db92d" sha1="2daabe0d5f1064af95d074f6b9a5ea967eec66a1"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 12 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 12 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 12 (USA).iso" size="7825162240" crc="e5a5b8d7" md5="950070a82cd062fb3297cc6d5fb0af8b" sha1="09ec2cdacef67685f33e766bb56b0d9a3d8b5d6f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 13 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 13 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 13 (USA).iso" size="7825162240" crc="cedf9a61" md5="a8bd976c3553f7240773e8e06f800150" sha1="214a17da1292acf56868f9db16307e833dd6bce3"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 20 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 20 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 20 (USA).iso" size="7825162240" crc="6b88110b" md5="00bf7d085c6df637714714cf46383f84" sha1="3f580ec83bf863e20ed51a8c1ebf8f74636edb3f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 15 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 15 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 15 (USA).iso" size="7825162240" crc="60ff6eb2" md5="e0351cef350562814eca13c34feb292c" sha1="6d23a09aacc586eee9f7ad47ffb466c87259279f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 16 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 16 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 16 (USA).iso" size="7825162240" crc="b8e63064" md5="ca126d97abdfa3a9b0b146a969734307" sha1="c56cbedb6e58ad5a51c019c840c8b3ea286dc4cf"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 17 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 17 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 17 (USA).iso" size="7825162240" crc="d01532f5" md5="ab19620c4e47d77348feb0eea2a99fa1" sha1="83eba3cb7ab75c6453ca5af5f5d0e9faaa63e33d"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 18 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 18 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 18 (USA).iso" size="7825162240" crc="234f9231" md5="9a63d353d42ea5d5b97b8b3429d3ae48" sha1="02867bbd5b6bf979cd4fa41fcffae4680a0107c1"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 19 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 19 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 19 (USA).iso" size="7825162240" crc="38e8f190" md5="cc25b8a218fc9f4b7bf7238d37eca1fe" sha1="b7ef964c2a373eda6006f04d90a787c5ab243d23"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 23 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 23 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 23 (USA).iso" size="7825162240" crc="83e643e3" md5="8885631dd97413b6ed3b87562b4c5247" sha1="236497ffd685cde5b744d86e210e1e9d6ce28c79"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 21 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 21 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 21 (USA).iso" size="7825162240" crc="3a77108f" md5="996b47b8ff962d0d30e3f2fca9117929" sha1="445d7310c02524140154a29790e7182bf575f0de"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 22 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 22 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 22 (USA).iso" size="7825162240" crc="b1b374ed" md5="0d3817b9ab121fae0ec6c230042cab16" sha1="9bda4ba5072390b24da3006123ca3da09fc53a0a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 27 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 27 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 27 (USA).iso" size="7825162240" crc="dc91fb6f" md5="e3394ce481b398e5e174baec89dc7857" sha1="7ee00a45f6c7882b9e9dc6d61c9005456604bffd"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 24 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 24 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 24 (USA).iso" size="7825162240" crc="8d82035b" md5="0a64bc77d349c5e73d5bc5b7a9660e14" sha1="870e5e1cd22d30d2feca5bca2fa9e53c1258732f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 25 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 25 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 25 (USA).iso" size="7825162240" crc="26bc0d24" md5="f213c0d2e8a2d27ff8436b4b8d4b206c" sha1="2c06734e95da8dbbe6152c7d4d40b91d9a8099b8"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 26 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 26 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 26 (USA).iso" size="7825162240" crc="8a37934b" md5="6f4592487f63714bdf2b497d372b6f1b" sha1="5479020b6a367ef9f3861da011b29fdc698a3f35"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 32 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 32 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 32 (USA).iso" size="7825162240" crc="18c1d76c" md5="6852e8a242f0a0b0d1f3ef99d81b6001" sha1="3eb43cefd15ae01023986df21adac26b1fff9339"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 28 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 28 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 28 (USA).iso" size="7825162240" crc="b71756fc" md5="1c686ecefd0c5ccdf6da86ee8940d5e8" sha1="560756bba70fcfc72d2c291729591feceafa0978"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 29 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 29 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 29 (USA).iso" size="7825162240" crc="16793415" md5="a687ffded92868869f4028d0a74b5fba" sha1="2f2f09bd5505a12493aface033d586d437b03e38"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 30 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 30 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 30 (USA).iso" size="7825162240" crc="cabe6630" md5="6ee545de2fe5eb22efd72344aa4db0c8" sha1="460d57201dc33d987a928834ad09277d918a564f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 31 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 31 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 31 (USA).iso" size="7825162240" crc="ccd873ab" md5="1d97a773d5cf4298a1d8316595dd9b2d" sha1="a16d8c7bd9848a1e2a68b6216f5e167b05beacd9"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 33 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 33 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 33 (USA).iso" size="7825162240" crc="f1406b0f" md5="248039e8ae64f4fce2b3bfd181bedcd7" sha1="c5d013b981e16ca4f42ea61f6544f5cba9dfc3e4"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 34 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 34 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 34 (USA).iso" size="7825162240" crc="0f961893" md5="3ea94e9119b28912b84ace74849bb97a" sha1="2e06e002910c51eeb00185b64a8ce6488d1c2b6a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 35 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 35 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 35 (USA).iso" size="7825162240" crc="2f149b9d" md5="90697608bfc16971237ca2f26dc1215e" sha1="f4e9676cec42aeb0d42f93428f46f534a2ad8909"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 36 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 36 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 36 (USA).iso" size="7825162240" crc="7c45e66f" md5="6e661360dd1987b424b5f773a1d1623e" sha1="99a3f0a00c801b0753ff73fadd388f23f3884ed4"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 37 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 37 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 37 (USA).iso" size="7825162240" crc="50d44f26" md5="2fb85f9fc1f485d95e23a22b83edf312" sha1="4c1cd61f1e55f63834be4d55031bcc95631e5224"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 38 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 38 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 38 (USA).iso" size="7825162240" crc="aee84e99" md5="d5648f67a9231b392763e6a1a4f104ac" sha1="20e216a4d794292e78af340e25854c397e60ac8c"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 50 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 50 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 50 (USA).iso" size="7825162240" crc="40971165" md5="00214003f6bb68dd4c05a2b45d93dfdb" sha1="a5fc94e731f3ad69c36662ee269afda1b53101f4"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 39 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 39 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 39 (USA).iso" size="7825162240" crc="e22572e3" md5="1047ab0238f160735829f4be44d97982" sha1="02b87bd624e8b34bf257fc02634d0ffab08caead"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 40 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 40 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 40 (USA).iso" size="7825162240" crc="6c72b36d" md5="6dbc44ba3ec60cf957bd5bb346364cda" sha1="ffcbc07887fa554b1715c61fe6aadbdb5fbf1dc7"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 41 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 41 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 41 (USA).iso" size="7825162240" crc="0119c300" md5="2d2f3ed185ed5d7c5121b9374ece9372" sha1="b0b7d08f10e7f6f0a3df299030849b8f551a8431"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 42 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 42 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 42 (USA).iso" size="7825162240" crc="ddc9251d" md5="3909f6ff6f34f66f1543da1afae00460" sha1="f4070457a223161c1b20e2d2572d0380f41eccaf"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 45 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 45 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 45 (USA).iso" size="7825162240" crc="f3c160c7" md5="1f2c56427d7ad480d3083d8e2447f2cd" sha1="47c2d714af9f2bb19cdcc83ee10b58f5e8a1429c"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 46 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 46 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 46 (USA).iso" size="7825162240" crc="172660a4" md5="8ed0dd7d7a0527f9d69ef96f3f945fa6" sha1="0112bce0d1387b98c86cde89721cac91f56cf763"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 48 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 48 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 48 (USA).iso" size="7825162240" crc="4ef412b2" md5="192acbf8108062598699d333781fef6f" sha1="19743aeef74e6e69f6ed2ab8d024eda95ba0c905"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 49 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 49 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 49 (USA).iso" size="7825162240" crc="6994be85" md5="33f1586336e0383c8d494bc2f6c3e4c3" sha1="4957b77aa5324c7258bc5ceb3967c361d9486f29"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 55 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 55 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 55 (USA).iso" size="7825162240" crc="be8e84ee" md5="ed657029e55f060d08ce3b62eb14685b" sha1="9a78bb263a665b4e4820cba0bec8505181c11e00"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 51 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 51 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 51 (USA).iso" size="7825162240" crc="6ce6ef3a" md5="b04a3fd99390aee3fd3008312f035ea4" sha1="896ba0a86f5076257cb09722a975dc2d44300153"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 52 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 52 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 52 (USA).iso" size="7825162240" crc="94d19af9" md5="4fd9989f7b59a3e027184c4b11ad4dcd" sha1="82b7ef68ac9f8019854dcd6d29dcf99303e91420"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 53 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 53 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 53 (USA).iso" size="7825162240" crc="e5514f77" md5="3cd986a3cf2d0c457cff9e4ecfeda507" sha1="5b15ffc4b48bec6b987916b690dca65f35c9e297"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 54 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 54 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 54 (USA).iso" size="7825162240" crc="6af96496" md5="0154e74c4d5a55152e8fe03fd2774985" sha1="642546ac569ea974f73de151ff377cf0150ba846"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 63 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 63 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 63 (USA).iso" size="7825162240" crc="4ef5de37" md5="f638975800dd9b08d36b277b51dc47fa" sha1="2320c3dc7588786dddc2e0d5b53a0edaa4ef5405"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 56 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 56 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 56 (USA).iso" size="7825162240" crc="b9a1a406" md5="87453537aa35ae6ad69f7c02f092ade2" sha1="6325b3a5d19c1b3863e9a1c2c4232d112052f915"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 57 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 57 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 57 (USA).iso" size="7825162240" crc="50bc4dd7" md5="f53f0d74a63ec13436c924844ee2edce" sha1="e5f191482ba6dc3f2de574a6ba858e86d94b9a6a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 58 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 58 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 58 (USA).iso" size="7825162240" crc="588ffb42" md5="5f93fa7ba75e14402dca683438acf2f3" sha1="49249d5310cdf55686f6a0b3b414fdfcf9c59118"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 59 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 59 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 59 (USA).iso" size="7825162240" crc="a946970b" md5="6f334e7e1ecfff807ccc109a954fed66" sha1="9d6ba15a7a61e46b5adeb58d48f7c809d6a5dcd3"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 61 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 61 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 61 (USA).iso" size="7825162240" crc="42f3f1e2" md5="7adaceec852bf96610531f25d1e3a554" sha1="a7fd1630539f055861cc336b22c947c00b3743cc"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 62 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 62 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 62 (USA).iso" size="7825162240" crc="2c4b43e1" md5="7597a901617a1cf6178f053ba514ba76" sha1="58221c953e0facc993a3d4167cc6fece646f34ea"/>
+       </game>
+       <game name="Rogue Ops (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rogue Ops (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rogue Ops (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="762e6ec3" md5="fd9639cad2a696fdc2960dd2a5b5081f" sha1="28c2405d0635050b888ea5c83b007d27eaca0457"/>
+       </game>
+       <game name="Sonic Riders (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Riders (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Riders (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="6b85e8f6" md5="569664b6f9faa1d7c457c824c2611251" sha1="4f2f8ad7fe74cc8cf77f04df2567c9305e2fa4b0"/>
+       </game>
+       <game name="Jade Empire (Germany)">
+               <category>Games</category>
+               <description>Jade Empire (Germany)</description>
+               <rom name="Jade Empire (Germany).iso" size="7825162240" crc="0a46a1ff" md5="a5cf593acd294f0658956eec37d822ca" sha1="d9353edfb1c675b7da4eb5f15a9a4a51b8c6c727"/>
+       </game>
+       <game name="House of the Dead III, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>House of the Dead III, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="House of the Dead III, The (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="9d68fa0e" md5="49079360c4d53e446a2738f8b1dadd44" sha1="82ea2be6f88eda617b718a1d3dc9127b883fa3be"/>
+       </game>
+       <game name="Burnout (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Burnout (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Burnout (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="152a92aa" md5="2d4b7328326c1203d41edd67ff4d9175" sha1="63e049b1f96e803d3ab5257e2acb1b4ed4be0711"/>
+       </game>
+       <game name="Chase - Hollywood Stunt Driver (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Chase - Hollywood Stunt Driver (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Chase - Hollywood Stunt Driver (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="83ef68d0" md5="4fd0ad48209676fb14b62f4fe57789d7" sha1="400eac0f6f75c94e7972663cd7dba8773b539450"/>
+       </game>
+       <game name="FIFA Football 2004 (Germany)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Germany)</description>
+               <rom name="FIFA Football 2004 (Germany).iso" size="7825162240" crc="d8a2555e" md5="dcb650eba8cffe96f48adb0e7830a67b" sha1="20976243521b09bd4048141a97d81c97a7000762"/>
+       </game>
+       <game name="Great Escape, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Great Escape, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Great Escape, The (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0da798dd" md5="4bb10633c2d856010d6a5a4013214c55" sha1="fa81cd78cbdaf496c65e50f342e48becbd8f17a0"/>
+       </game>
+       <game name="Prisoner of War (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Prisoner of War (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Prisoner of War (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6ae22e4e" md5="777d49e3ce8c6bf5554d0d7dc0da5fcc" sha1="ed040c001f3daa994b0f726b1f328ce9775f888d"/>
+       </game>
+       <game name="Robotech - Invasion (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Robotech - Invasion (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Robotech - Invasion (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="847e7153" md5="f3e07f5ea55398365c34303e7019aa29" sha1="757f3d09510509ed0cf6c7d2443f6a63584aeb04"/>
+       </game>
+       <game name="SSX Tricky (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>SSX Tricky (Europe) (En,Fr,De)</description>
+               <rom name="SSX Tricky (Europe) (En,Fr,De).iso" size="7825162240" crc="d243ab1f" md5="421d967d1c215f45d122c2f032fc9c11" sha1="ac9a05fa16e8932fd251b8f140444470e4696532"/>
+       </game>
+       <game name="XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b2b38315" md5="c6ab2877e49e3f08a23df6754cbe847e" sha1="a18172d1c0212613a4bd40dadc2ee8f20a92edeb"/>
+       </game>
+       <game name="SpyHunter (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SpyHunter (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SpyHunter (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ce0f97c7" md5="8e49f74c94325a20b25ddc5a7f7494ae" sha1="66afc2c7e186fe9d75f9969a8993f1b3298ac04e"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic (Europe)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic (Europe)</description>
+               <rom name="Star Wars - Knights of the Old Republic (Europe).iso" size="7825162240" crc="bf694156" md5="60330106a47249c68f332839eb730785" sha1="efb4112f2c7b6e936e16c1aa22e3e28202068150"/>
+       </game>
+       <game name="Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv)</description>
+               <rom name="Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv).iso" size="7825162240" crc="6b56862e" md5="2cad4c4f911bfc4553773b49dadaa509" sha1="57e325668a0f033bce78f4ba7a2c19daa5a4bdb5"/>
+       </game>
+       <game name="Harry Potter and the Goblet of Fire (Europe) (En,Nl,Sv,No,Fi)">
+               <category>Games</category>
+               <description>Harry Potter and the Goblet of Fire (Europe) (En,Nl,Sv,No,Fi)</description>
+               <rom name="Harry Potter and the Goblet of Fire (Europe) (En,Nl,Sv,No,Fi).iso" size="7825162240" crc="8195ac7f" md5="46f996b37c1861ce6d2e9a8b3dfeaa1b" sha1="5ca7695dfc2161d6d26f00eeb289966bd1f1083c"/>
+       </game>
+       <game name="Elder Scrolls III, The - Morrowind (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Elder Scrolls III, The - Morrowind (Europe) (En,Fr,De)</description>
+               <rom name="Elder Scrolls III, The - Morrowind (Europe) (En,Fr,De).iso" size="7825162240" crc="058d551f" md5="4ec560d2408fc0613616700580ff9ddb" sha1="829ce550b69a6c82c035d2e153d87b65d3f01ff9"/>
+       </game>
+       <game name="Evil Dead - A Fistful of Boomstick (Germany)">
+               <category>Games</category>
+               <description>Evil Dead - A Fistful of Boomstick (Germany)</description>
+               <rom name="Evil Dead - A Fistful of Boomstick (Germany).iso" size="7825162240" crc="81060901" md5="d5899b462acb74fffe8c215acf7c311c" sha1="f7f3c1b55f2ea8a2605d06a3972947ec65d50c40"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (World)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (World)</description>
+               <rom name="Call of Duty 2 - Big Red One (World).iso" size="7825162240" crc="7f89edcf" md5="44c6f128328fdec092d64adaa80cafef" sha1="ea3a142b8c0370353c71680776a8c836909cbd94"/>
+       </game>
+       <game name="Call of Duty 3 (USA, Europe)">
+               <category>Games</category>
+               <description>Call of Duty 3 (USA, Europe)</description>
+               <rom name="Call of Duty 3 (USA, Europe).iso" size="7825162240" crc="34fe4758" md5="e2899625dd0422632fa3ed181ef889ba" sha1="73933e4b9449e9cef7b8e3d9f76240e3eb2039e5"/>
+       </game>
+       <game name="Brothers in Arms - Road to Hill 30 (World) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brothers in Arms - Road to Hill 30 (World) (En,Fr,De,Es,It)</description>
+               <rom name="Brothers in Arms - Road to Hill 30 (World) (En,Fr,De,Es,It).iso" size="7825162240" crc="ec34fb1a" md5="bff4adf44b2b9c1b3e114468ecb5a77b" sha1="e5835f6f177b663cd1b12f7a7072220273294bb7"/>
+       </game>
+       <game name="Freaky Flyers (Europe)">
+               <category>Games</category>
+               <description>Freaky Flyers (Europe)</description>
+               <rom name="Freaky Flyers (Europe).iso" size="7825162240" crc="f099fda2" md5="d0c63f6a7a1f192d3a48963377d0234e" sha1="f31ce1d6f1203eb48d44add9e1134e3f0490357e"/>
+       </game>
+       <game name="Hulk (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hulk (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hulk (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e48571b5" md5="ad32e0dcebc8aa0e189c9b54736b1b84" sha1="3d2ae8c6ce9f73319d7be6e1f269027774d69935"/>
+       </game>
+       <game name="RalliSport Challenge (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>RalliSport Challenge (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="RalliSport Challenge (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="7825162240" crc="f2a3be8c" md5="4cd08f9cc1dd0c7c8b2acafdbae610d1" sha1="1c76e545e02a75b3de21496ea4d73565ab2e133d"/>
+       </game>
+       <game name="X-Men - Next Dimension (USA)">
+               <category>Games</category>
+               <description>X-Men - Next Dimension (USA)</description>
+               <rom name="X-Men - Next Dimension (USA).iso" size="7825162240" crc="f31ee92e" md5="2ac494bd5454b14d48b3b6ae6f96317c" sha1="f0a2665f82e254ad9238fe8d18987c46cb9ef3eb"/>
+       </game>
+       <game name="Suffering, The (Germany)">
+               <category>Games</category>
+               <description>Suffering, The (Germany)</description>
+               <rom name="Suffering, The (Germany).iso" size="7825162240" crc="448308ca" md5="426c16089710c841f74e4b3cdc93bf33" sha1="fe7fc1634f0a9a22db2b721e68ea7351d6e45db2"/>
+       </game>
+       <game name="Shadow of Memories (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow of Memories (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shadow of Memories (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c6bbc743" md5="e6f95de09b6696bc6f55bde612449fcb" sha1="23a552ccdc7856907c6a7c5916d5e7ac01ec64be"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es).iso" size="7825162240" crc="0daeade0" md5="4ff4509de80cb79f3cd2b6bdbe2d1453" sha1="01ba336a5aa39748b251e586e6640d1339252aa7"/>
+       </game>
+       <game name="Oddworld - Munch's Oddysee (Germany)">
+               <category>Games</category>
+               <description>Oddworld - Munch's Oddysee (Germany)</description>
+               <rom name="Oddworld - Munch's Oddysee (Germany).iso" size="7825162240" crc="9a70573e" md5="6e4e5da78e56eba9a8422f9dc9208c9d" sha1="2a1d1f94be44f57be74329717ef16e1b31f0a0d5"/>
+       </game>
+       <game name="Metal Slug 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metal Slug 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Metal Slug 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="22453acd" md5="daf180940d316691c9def34604bd1a53" sha1="4aa6bc81a767f8e731426d61a0b01e7356673777"/>
+       </game>
+       <game name="Fahrenheit (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fahrenheit (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fahrenheit (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="70da7285" md5="78db022ed7ac55139072b2d6592b55a3" sha1="593a01adbae6666d5e74300d3cdcfa68533eeaec"/>
+       </game>
+       <game name="Cold War (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cold War (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cold War (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d494b577" md5="c65f4d7a6a2ea9c0640a037342352a9e" sha1="a395ae1511b61f7f2f3787d6770b34c5f0dc911c"/>
+       </game>
+       <game name="MTV Celebrity Deathmatch (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MTV Celebrity Deathmatch (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MTV Celebrity Deathmatch (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4875552c" md5="67f6f513c835055b1821aef3d0e3a404" sha1="7c5e2c5fbf648157dc73f26e6bdb8cc365ce8fea"/>
+       </game>
+       <game name="Alter Echo (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Alter Echo (Europe) (Fr,De)</description>
+               <rom name="Alter Echo (Europe) (Fr,De).iso" size="7825162240" crc="5b6409ef" md5="038862fb5dc4a9de045506f98b1a45fb" sha1="9e3e02736b1e94500634fb88c9dbbd456f58dab1"/>
+       </game>
+       <game name="Arena Football (USA)">
+               <category>Games</category>
+               <description>Arena Football (USA)</description>
+               <rom name="Arena Football (USA).iso" size="7825162240" crc="0b07bab5" md5="adff2c5b3679d1e7493528ad79e67efa" sha1="1b73e9a05948b7ba8e3d9eaa6b7671366fc97384"/>
+       </game>
+       <game name="Battle Engine Aquila (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Battle Engine Aquila (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Battle Engine Aquila (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d8304787" md5="204d60c22f561bd9ba4ce70cb40bcd54" sha1="25bc44e7190a3bd82d9d5f148be127392642819f"/>
+       </game>
+       <game name="Commandos - Strike Force (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Commandos - Strike Force (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Commandos - Strike Force (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3d904c04" md5="6a6f53b44fe4d596a9a09b56642e5770" sha1="ff75a2693d2e349cffd558b8dbb42884fe2355e1"/>
+       </game>
+       <game name="FIFA Football 2004 (Europe)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Europe)</description>
+               <rom name="FIFA Football 2004 (Europe).iso" size="7825162240" crc="a6803354" md5="3603a564cb0ef6bcac5b297eb92ef268" sha1="f2385eccaf984a8071b3e5b9adbd680c4464d3b4"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Europe) (Rev 1)</description>
+               <rom name="Hitman 2 - Silent Assassin (Europe) (Rev 1).iso" size="7825162240" crc="63677053" md5="1af09689de55521e8c52e5b04f2c265a" sha1="07dd5f892a0dce01cc307fcb1e90eb938e3ccd99"/>
+       </game>
+       <game name="Star Wars - Jedi Knight - Jedi Academy (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight - Jedi Academy (Europe) (En,Fr,De)</description>
+               <rom name="Star Wars - Jedi Knight - Jedi Academy (Europe) (En,Fr,De).iso" size="7825162240" crc="f38efa71" md5="ac0af10e8222130cd7888ae23bb6edf0" sha1="954b89907ffcd0b115caa08b3e93d402f6649814"/>
+       </game>
+       <game name="Blowout (Europe)">
+               <category>Games</category>
+               <description>Blowout (Europe)</description>
+               <rom name="Blowout (Europe).iso" size="7825162240" crc="ee444681" md5="8152df30442db144da26d756a65e64be" sha1="7baf78171fb8c1e790822634a9303f6add5dc453"/>
+       </game>
+       <game name="Powerdrome (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Powerdrome (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Powerdrome (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e8440675" md5="91931901250ce2d14a17d64f22f1f04a" sha1="fb244788b7fd1e353c4e90709ee26a73de257d2c"/>
+       </game>
+       <game name="Otogi - Myth of Demons (Europe)">
+               <category>Games</category>
+               <description>Otogi - Myth of Demons (Europe)</description>
+               <rom name="Otogi - Myth of Demons (Europe).iso" size="7825162240" crc="44b87795" md5="010f8966f5a890e563200e0489db3216" sha1="5780cde030c2f0c2affbc7fa8446f5000f3753e1"/>
+       </game>
+       <game name="Conflict - Desert Storm (Europe)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm (Europe)</description>
+               <rom name="Conflict - Desert Storm (Europe).iso" size="7825162240" crc="40e98ad7" md5="af79d527f787b509c96393e67bf40b8f" sha1="8222eb5962165c9d503e829eb425f21339dc1a04"/>
+       </game>
+       <game name="Star Wars - Episode III - Die Rache der Sith (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Episode III - Die Rache der Sith (Germany)</description>
+               <rom name="Star Wars - Episode III - Die Rache der Sith (Germany).iso" size="7825162240" crc="95dc9d49" md5="24ae2175db9b0dcc7a8a511e9ec9ddfb" sha1="2c336b033594eebac6a67985152d36199d933c40"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 20 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 20 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 20 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="5de28e9f" md5="237ddde3b97eb0a9aa3ceb38e20a5a73" sha1="d7102017c3b54965041e7274e10afd756bef0452"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2003 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 11-2003 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2003 (Germany).iso" size="7825162240" crc="3bc04397" md5="14ca88d0aefd110b4532ebdba2476abf" sha1="403c1b820fc83fc29ab919e48d75e5de35f5a7e7"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 05-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 05-2006 (Germany)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 05-2006 (Germany).iso" size="7825162240" crc="fde77d2a" md5="3f90ce57a2310d89a2ceeb87c6f356f2" sha1="fe5454123e2fc48840aafde1a7cd3b7c48d9d776"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="8e097c9c" md5="b077af7ba84908731e8d33252562d608" sha1="3ad4abe7585a0976f59441598c277cb5a8230f6a"/>
+       </game>
+       <game name="Xbox 360 - The Official Australian Xbox Magazine Issue 05 - August 2006 (Europe, Australia)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Australian Xbox Magazine Issue 05 - August 2006 (Europe, Australia)</description>
+               <rom name="Xbox 360 - The Official Australian Xbox Magazine Issue 05 - August 2006 (Europe, Australia).iso" size="7825162240" crc="32a801f9" md5="bff190f360812c84f423b407e419730f" sha1="ddf8af583d8422dcc3f58ffb2229368d8958305d"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 08-2006 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2006 (Germany).iso" size="7825162240" crc="4364cda0" md5="b04b32c23b70b28c5ff618b974871644" sha1="54036543d49bc400e37f073c01f05bf915fa4739"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 09-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 09-2006 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 09-2006 (Germany).iso" size="7825162240" crc="478775cb" md5="87b34482247e4a9e3b24169ee7433a7e" sha1="5e83de4e9f7ca5719e42e1a29278bd3a0da724e1"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 10-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 10-2006 (Germany)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 10-2006 (Germany).iso" size="7825162240" crc="0be46b31" md5="bbc13bec45ff2d4c772b9563a067cf2e" sha1="7bf862726f61d258d6ab5b885af975ebf2c9ae00"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 11-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 11-2006 (Germany)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 11-2006 (Germany).iso" size="7825162240" crc="07c01c8b" md5="9384b9a0e1165cdd1d68b33a8ae8aceb" sha1="4c6679d7e41224fe149e491372f384489f805d2d"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 12-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 12-2006 (Germany)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 12-2006 (Germany).iso" size="7825162240" crc="843d3b77" md5="6af58d970e73290aa7d6a9bafcc09b20" sha1="9625b47511c4fe2bdaf18eb3d2c5f97dceac7839"/>
+       </game>
+       <game name="Tron 2.0 - Killer App (USA, Europe)">
+               <category>Games</category>
+               <description>Tron 2.0 - Killer App (USA, Europe)</description>
+               <rom name="Tron 2.0 - Killer App (USA, Europe).iso" size="7825162240" crc="3fd6ec67" md5="0c0a0d20c54c9326c6ceacfdea047d1d" sha1="1428282555094d4bcb051f383ff591c59e53c390"/>
+       </game>
+       <game name="Star Wars - Republic Commando (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - Republic Commando (Europe) (En,Es,It)</description>
+               <rom name="Star Wars - Republic Commando (Europe) (En,Es,It).iso" size="7825162240" crc="0accfca5" md5="707d27b9dc04c7e6f70fd726282eca1f" sha1="fd5f086661c3a69f98185816061a2cf0c238f6f0"/>
+       </game>
+       <game name="Genma Onimusha (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Genma Onimusha (Europe) (En,Fr,De)</description>
+               <rom name="Genma Onimusha (Europe) (En,Fr,De).iso" size="7825162240" crc="c83f9288" md5="b9dec71e130f4ef2ee9580fee094d85f" sha1="bce90b0322116d500382cd23c6c95d82543af051"/>
+       </game>
+       <game name="Spider-Man (Europe)">
+               <category>Games</category>
+               <description>Spider-Man (Europe)</description>
+               <rom name="Spider-Man (Europe).iso" size="7825162240" crc="47d0fe74" md5="8d6a9ae70c52188f70afb17c4084bfa6" sha1="498e62bc670dd07d66b694ad47efc875240dd543"/>
+       </game>
+       <game name="Lord of the Rings, The - The Fellowship of the Ring (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Fellowship of the Ring (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Lord of the Rings, The - The Fellowship of the Ring (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1be6ed71" md5="13301757c267f6f3a2c558144d9fe20f" sha1="def955077a3735df42a0a9dad1139d31b1255611"/>
+       </game>
+       <game name="Incredible Hulk, The - Ultimate Destruction (USA, Asia)">
+               <category>Games</category>
+               <description>Incredible Hulk, The - Ultimate Destruction (USA, Asia)</description>
+               <rom name="Incredible Hulk, The - Ultimate Destruction (USA, Asia).iso" size="7825162240" crc="03556e62" md5="4020fc7ae911bc83db5dff45422d4526" sha1="b5090ff6354ddf21abc675acf01ea62518414699"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv)</description>
+               <rom name="Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv).iso" size="7825162240" crc="4d1df479" md5="99b061179434d2ac219c6fc54c210479" sha1="7576148b5ebc0442471ff6cd3c95c6331ee5e523"/>
+       </game>
+       <game name="Nobunaga no Yabou - Ranseiki (Japan)">
+               <category>Games</category>
+               <description>Nobunaga no Yabou - Ranseiki (Japan)</description>
+               <rom name="Nobunaga no Yabou - Ranseiki (Japan).iso" size="7825162240" crc="2036268d" md5="8bad32b329d47e49f7b7df9bb1d93ab0" sha1="eb1ae02b07694abfb5147943adaf983b4b6bcd3e"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 05 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 05 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 05 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="68d440ad" md5="404d0c89201c04e94dad825803b5b07a" sha1="1f2df4b944f7b9ea002f565686aca9943a6e4cee"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 36 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 36 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 36 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="369027bf" md5="bb61547f2de15047001876d5e06725f6" sha1="c44b9060ebfe0dd54f8ce67f18e85df21d09ded1"/>
+       </game>
+       <game name="Robots (USA, Asia)">
+               <category>Games</category>
+               <description>Robots (USA, Asia)</description>
+               <rom name="Robots (USA, Asia).iso" size="7825162240" crc="4150eb03" md5="cb524351ace5bca624f6c168eb4b8032" sha1="647aed6abfc2636737e0593143dc864b17e708ee"/>
+       </game>
+       <game name="Spider-Man 2 (World)">
+               <category>Games</category>
+               <description>Spider-Man 2 (World)</description>
+               <rom name="Spider-Man 2 (World).iso" size="7825162240" crc="dd4a9f08" md5="8445687ac2625cf933a8dbe8f846577c" sha1="94a0eb98e17ea4667ab24b3e6deab5d155da807e"/>
+       </game>
+       <game name="TimeSplitters 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TimeSplitters 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TimeSplitters 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1f92292c" md5="7272eb654d0636620bf8bb40496cfa64" sha1="8da7cf470a82d689a7c1e9d03fab9cbd5a42148b"/>
+       </game>
+       <game name="Colin McRae Rally 2005 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Colin McRae Rally 2005 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Colin McRae Rally 2005 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c6f38590" md5="768644420a879cff211bee0c804fefd4" sha1="e6e35c6795483a47b43c97b8ede03d88f01d256f"/>
+       </game>
+       <game name="FIFA Football 2005 (Europe)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Europe)</description>
+               <rom name="FIFA Football 2005 (Europe).iso" size="7825162240" crc="4b9c8b9c" md5="0bc96db78a6e6af6a798b0297f120398" sha1="2b960e6d10b3cfb117851afb685444ff224b6b2d"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2003 (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2003 (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 2003 (Europe).iso" size="7825162240" crc="6d48fdcc" md5="e9cf4393fc8729976444fa8f20f61f67" sha1="4b141c44faff3a44f2ae9e78bf861fcd614e9c2a"/>
+       </game>
+       <game name="Max Payne (USA)">
+               <category>Games</category>
+               <description>Max Payne (USA)</description>
+               <rom name="Max Payne (USA).iso" size="7825162240" crc="00056326" md5="3a1345b4cec83913705d45f5e5e9de74" sha1="b3d9cd1de1cc9b26d4ca87367505bebeb81246ac"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De)</description>
+               <rom name="Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De).iso" size="7825162240" crc="cb278d9f" md5="7b0f93b07763269363ea7bcbab41b4d2" sha1="a2e032b5a4ebedb6df15aba70897e13aeaee7fc8"/>
+       </game>
+       <game name="Max Payne 2 - The Fall of Max Payne (USA)">
+               <category>Games</category>
+               <description>Max Payne 2 - The Fall of Max Payne (USA)</description>
+               <rom name="Max Payne 2 - The Fall of Max Payne (USA).iso" size="7825162240" crc="5ce04cb9" md5="f15115c4b95beb7e81df22dfb7af4985" sha1="e0151270fa7b9d6d7a5b0211df33251f82529dc2"/>
+       </game>
+       <game name="Medal of Honor - Frontline (USA)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (USA)</description>
+               <rom name="Medal of Honor - Frontline (USA).iso" size="7825162240" crc="435dd983" md5="04201181c02cc714bd018b70d1faa1ec" sha1="c5f234b91005a0f342aceb20f91c7ba682c3c4c6"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It)</description>
+               <rom name="Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="2d7cafef" md5="ad9e96074a974382b2abb9c69d786009" sha1="998ae150a6861c23cc283c2da52a54ed20273365"/>
+       </game>
+       <game name="Crimson Skies - High Road to Revenge (Europe, Australia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Crimson Skies - High Road to Revenge (Europe, Australia) (En,Fr,De)</description>
+               <rom name="Crimson Skies - High Road to Revenge (Europe, Australia) (En,Fr,De).iso" size="7825162240" crc="fef46ee2" md5="d694387a582c5ec899d84212586e48ca" sha1="885947dcad06fa337df11d0d1ade5b8269322293"/>
+       </game>
+       <game name="Destroy All Humans! (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Destroy All Humans! (Europe) (En,Fr,Es,It)</description>
+               <rom name="Destroy All Humans! (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="133c30c1" md5="bf2d2865e561268af8d2608c8bd5aa3a" sha1="58b9ce2dd5d0762fcc320ab603f7f163de47b5e1"/>
+       </game>
+       <game name="Doom 3 - Resurrection of Evil (USA, Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Doom 3 - Resurrection of Evil (USA, Europe) (En,Fr,Es,It)</description>
+               <rom name="Doom 3 - Resurrection of Evil (USA, Europe) (En,Fr,Es,It).iso" size="7825162240" crc="81f45f18" md5="b55d41e423d54947c0be582274d113bc" sha1="f152fc99eb0ed88547302032cb09299e05e693ed"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De)</description>
+               <rom name="Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De).iso" size="7825162240" crc="9eedac2e" md5="da64c3f5032a0139f0c6bb70594a4fe4" sha1="54b697f02706dcba3b40d392431e36fce571f48a"/>
+       </game>
+       <game name="NBA 2K6 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA 2K6 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA 2K6 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b7a2648e" md5="72bab44124ea58b891be510f636b27d6" sha1="cd0f42d79416bfc85faec99e4f0dd7f1ffc08b41"/>
+       </game>
+       <game name="Far Cry Instincts (World) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Far Cry Instincts (World) (En,Fr,Es,It)</description>
+               <rom name="Far Cry Instincts (World) (En,Fr,Es,It).iso" size="7825162240" crc="87a1eb94" md5="6220f8e36e3a7503eaf4b10efb213b6f" sha1="8e2f2a8dfd9e9554ac45383f028a8f804e24e073"/>
+       </game>
+       <game name="Need for Speed - Carbon (Europe)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (Europe)</description>
+               <rom name="Need for Speed - Carbon (Europe).iso" size="7825162240" crc="3398e525" md5="f071d983fb30d1c8402d48d924a11236" sha1="6a4f0b798f459147619851774f0c55457e7cf3cd"/>
+       </game>
+       <game name="Midnight Club 3 - DUB Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Midnight Club 3 - DUB Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Midnight Club 3 - DUB Edition (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="7ce89b00" md5="b3ff10fb5d00b319e40661254fc1760b" sha1="813a4e789f6cc177bdcf483f53bb47cb3e86ced9"/>
+       </game>
+       <game name="Midnight Club II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Midnight Club II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Midnight Club II (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0f9e0e86" md5="101d382e01371686ba5b89df305f5f8e" sha1="250c168da3f6a3c2c36e6609b8b415988828c895"/>
+       </game>
+       <game name="Medal of Honor - European Assault (USA)">
+               <category>Games</category>
+               <description>Medal of Honor - European Assault (USA)</description>
+               <rom name="Medal of Honor - European Assault (USA).iso" size="7825162240" crc="a825ece6" md5="9a6c5082d4572c4c6413ef42046437b5" sha1="b2cbfa616aaeef52520e175b4731ce6f2a551615"/>
+       </game>
+       <game name="Sega GT Online (Europe)">
+               <category>Games</category>
+               <description>Sega GT Online (Europe)</description>
+               <rom name="Sega GT Online (Europe).iso" size="7825162240" crc="2ced8a67" md5="ee0b5cc68f1d6e93b0aabe92747e2b60" sha1="0d873e6d84ede9a7f46d967b1c9fbfb8227ea8f2"/>
+       </game>
+       <game name="Dino Crisis 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dino Crisis 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dino Crisis 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="858d44ad" md5="520dca5b07438867dd45d1ee998af378" sha1="d46008e4ef4983eed0af7755261995e397724ec3"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="00486513" md5="ad2cf20277ff0a90001e8fa883a9a220" sha1="3f8d8b38ebd6bf3f940f103f96a1d4219dd5b7d8"/>
+       </game>
+       <game name="Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="7825162240" crc="5ec3253b" md5="3f2d58fb711067127e901a52e6562d89" sha1="6dac8ac6d7fb5003b78e618a2a571697cdb4da23"/>
+       </game>
+       <game name="Max Payne (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Max Payne (Europe) (En,Fr,Es,It)</description>
+               <rom name="Max Payne (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="a3599780" md5="2c64230d47ee317cef590988cccb318e" sha1="3da153190e4bac5e9be503b32cabaef33fa065b0"/>
+       </game>
+       <game name="Doom 3 (Europe) (En,Fr,Es,It) (Limited Collector's Edition)">
+               <category>Games</category>
+               <description>Doom 3 (Europe) (En,Fr,Es,It) (Limited Collector's Edition)</description>
+               <rom name="Doom 3 (Europe) (En,Fr,Es,It) (Limited Collector's Edition).iso" size="7825162240" crc="5a2bbd7e" md5="4e7eb0e1cd957720ec2b73cbbd6d3069" sha1="51bcacfa588c75222708ce34881c25f8cdae015f"/>
+       </game>
+       <game name="Van Helsing (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Van Helsing (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Van Helsing (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="d4127f52" md5="b4bcd569df186abeb93aec7d0feb9d0a" sha1="c815ad873b12db18354ec264f0e9665969f0809c"/>
+       </game>
+       <game name="Judge Dredd - Dredd vs. Death (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Judge Dredd - Dredd vs. Death (Europe) (En,Fr,Es,It)</description>
+               <rom name="Judge Dredd - Dredd vs. Death (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="a0bee3c7" md5="8b479560ea5824520b150107370660f8" sha1="feb554a7cfb9834cb0bf057754ec73b65b582b81"/>
+       </game>
+       <game name="Grabbed by the Ghoulies (Japan, Asia) (En,Ja,Zh,Ko)">
+               <category>Games</category>
+               <description>Grabbed by the Ghoulies (Japan, Asia) (En,Ja,Zh,Ko)</description>
+               <rom name="Grabbed by the Ghoulies (Japan, Asia) (En,Ja,Zh,Ko).iso" size="7825162240" crc="bcdbf0a0" md5="7fcf5e457629b786c3666ed1bd108b56" sha1="2d93f334468926cda7fc20c5c8837892342baf1d"/>
+       </game>
+       <game name="Dead to Rights (Japan)">
+               <category>Games</category>
+               <description>Dead to Rights (Japan)</description>
+               <rom name="Dead to Rights (Japan).iso" size="7825162240" crc="13152938" md5="bfc34b7d9b951981177872195a0d5df3" sha1="959bb464c027fd765a7a3acff27bfbc8ab5d6590"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (USA)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (USA)</description>
+               <rom name="Medal of Honor - Rising Sun (USA).iso" size="7825162240" crc="1ffe642b" md5="299eee90112746db31e123bfaf933cea" sha1="92a8c5002c5b21af4f7f69448e8f31aa3198c2fc"/>
+       </game>
+       <game name="Harry Potter and the Prisoner of Azkaban (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Harry Potter and the Prisoner of Azkaban (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Harry Potter and the Prisoner of Azkaban (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="4854a8e1" md5="5a8ce87007a088f571a058f76a1f93d4" sha1="f40eef0038a355ae78b58763b88781313de95991"/>
+       </game>
+       <game name="LMA Manager 2005 (Europe)">
+               <category>Games</category>
+               <description>LMA Manager 2005 (Europe)</description>
+               <rom name="LMA Manager 2005 (Europe).iso" size="7825162240" crc="f380c08d" md5="6a51b001cf5c6e6ba53a7f8d99bb16f5" sha1="e3577026b516d6fccfbc4c34fa572d4931ea1b47"/>
+       </game>
+       <game name="Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="dceda57c" md5="c4c146a8a67ea666ba3c0a9957fc1408" sha1="04ba70b80465d93adb0ce5fdc4e117ede7463aa6"/>
+       </game>
+       <game name="DreamWorks Shark Tale (USA, Europe)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale (USA, Europe)</description>
+               <rom name="DreamWorks Shark Tale (USA, Europe).iso" size="7825162240" crc="7bc0bcbe" md5="a02b583fce7344cdb7110a964e49df7c" sha1="b15d75d200149d4515bf8e44e0f1516c498fd84b"/>
+       </game>
+       <game name="TOCA Race Driver 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TOCA Race Driver 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TOCA Race Driver 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ba6066b9" md5="04e5eac27d0860ec4fbc13704d465f1f" sha1="1b58c1c4cc69552e06c6767beecf00558cc7afda"/>
+       </game>
+       <game name="Oddworld - Munch's Oddysee (Europe)">
+               <category>Games</category>
+               <description>Oddworld - Munch's Oddysee (Europe)</description>
+               <rom name="Oddworld - Munch's Oddysee (Europe).iso" size="7825162240" crc="d5a54088" md5="ec918fdc068087dbc288c7c503c7315f" sha1="2fcec41240d8e780765909fb865454a46f6f2dfb"/>
+       </game>
+       <game name="Amped - Freestyle Snowboarding (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Amped - Freestyle Snowboarding (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Amped - Freestyle Snowboarding (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="32b486a6" md5="2ee6a7ca971ffe672f84c86f8568346f" sha1="7f395ccfd1acf1752d4dfa2321adc4c8c4e72dbc"/>
+       </game>
+       <game name="Brian Lara International Cricket 2005 (Europe)">
+               <category>Games</category>
+               <description>Brian Lara International Cricket 2005 (Europe)</description>
+               <rom name="Brian Lara International Cricket 2005 (Europe).iso" size="7825162240" crc="c3cbb60e" md5="55619d52a9b948dc665591e92a1db5cc" sha1="77eb58c0bffb970302ee004a8802084c23f7f754"/>
+       </game>
+       <game name="Burnout 3 - Takedown (Europe) (En,Es,Nl,Sv)">
+               <category>Games</category>
+               <description>Burnout 3 - Takedown (Europe) (En,Es,Nl,Sv)</description>
+               <rom name="Burnout 3 - Takedown (Europe) (En,Es,Nl,Sv).iso" size="7825162240" crc="8abb8436" md5="5d958b0ea46c253367283451afa0af29" sha1="53fa75cae416f093060c84b8bd1900b4505a8b0a"/>
+       </game>
+       <game name="American McGee Presents Scrapland (USA, Europe)">
+               <category>Games</category>
+               <description>American McGee Presents Scrapland (USA, Europe)</description>
+               <rom name="American McGee Presents Scrapland (USA, Europe).iso" size="7825162240" crc="b9c48305" md5="53537233b7550495884a344f176ea852" sha1="575e6330ef8ddb264d439ebf8f3f42931573abaa"/>
+       </game>
+       <game name="Shadow Ops - Red Mercury (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow Ops - Red Mercury (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shadow Ops - Red Mercury (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1b485e48" md5="5830925abe7003bdae12abbe18654d9e" sha1="13c70e6411d11fe6602e2386105a46d34e637aad"/>
+       </game>
+       <game name="Sims, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sims, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sims, The (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d18c5db8" md5="1d6a3665523e9443474d4f3a3b3cc354" sha1="477da257f153172e95f8872184fb1913a2ac6a54"/>
+       </game>
+       <game name="Cel Damage (Europe)">
+               <category>Games</category>
+               <description>Cel Damage (Europe)</description>
+               <rom name="Cel Damage (Europe).iso" size="7825162240" crc="3d62ae40" md5="8e4feb9325e00147e611ad2b2854f65e" sha1="407bdab5774df46d722e91534c32abcbcf2b3c3c"/>
+       </game>
+       <game name="Championship Manager - Season 02-03 (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>Championship Manager - Season 02-03 (Europe) (En,De,It)</description>
+               <rom name="Championship Manager - Season 02-03 (Europe) (En,De,It).iso" size="7825162240" crc="fe569ace" md5="47640f9a2fe1d15b5898074d255ff846" sha1="c5eaceff5033801a01780654ebc3b818c739930a"/>
+       </game>
+       <game name="Cricket 2005 (Europe)">
+               <category>Games</category>
+               <description>Cricket 2005 (Europe)</description>
+               <rom name="Cricket 2005 (Europe).iso" size="7825162240" crc="c23fd276" md5="55d48947a9dd38e82a278f85f9b63bfb" sha1="f9d0f1e5bde15d087faf6ab105a37359d9d4f707"/>
+       </game>
+       <game name="Official Xbox Starter Pack 2004, The (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Starter Pack 2004, The (UK)</description>
+               <rom name="Official Xbox Starter Pack 2004, The (UK).iso" size="7825162240" crc="b663b531" md5="17cea7b20bcf4770f375246656bdc5aa" sha1="9425773e5ca9c8fd1f4db4cf696bb94bfbaac740"/>
+       </game>
+       <game name="ESPN NFL 2K5 (Europe)">
+               <category>Games</category>
+               <description>ESPN NFL 2K5 (Europe)</description>
+               <rom name="ESPN NFL 2K5 (Europe).iso" size="7825162240" crc="e1269cab" md5="0f7c50184de6d3057377f9db06b80904" sha1="85d2f194b92c656e9c68162afe0af1a873fe6d66"/>
+       </game>
+       <game name="Far Cry Instincts - Evolution (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Far Cry Instincts - Evolution (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Far Cry Instincts - Evolution (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="623b0f88" md5="00b5848c7e04cdff44a6aeeaa9eee22f" sha1="f63c14fbcf1a75afab395e1468706cabdebdee9c"/>
+       </game>
+       <game name="FireBlade (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>FireBlade (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="FireBlade (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6be18ba4" md5="d77c7ef376aca067e69d7545c5666ea5" sha1="155e83bb04fdd4a27eca4ef9f876e8503024cba7"/>
+       </game>
+       <game name="James Cameron's Dark Angel (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>James Cameron's Dark Angel (Europe) (En,Fr,De)</description>
+               <rom name="James Cameron's Dark Angel (Europe) (En,Fr,De).iso" size="7825162240" crc="03fe1f7c" md5="8c1593ec7f98b9f6505ad71cae94369a" sha1="f9d19330af86a872225d5d3068ec7644ea443f7e"/>
+       </game>
+       <game name="Links 2004 (Europe, Australia)">
+               <category>Games</category>
+               <description>Links 2004 (Europe, Australia)</description>
+               <rom name="Links 2004 (Europe, Australia).iso" size="7825162240" crc="d65409f7" md5="5e900cd46458f1955d069928c3be4bd5" sha1="0795d361d17296a57455f58cef8b712970bccdf5"/>
+       </game>
+       <game name="Madden NFL 06 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 06 (Europe)</description>
+               <rom name="Madden NFL 06 (Europe).iso" size="7825162240" crc="b571779b" md5="881aa20e327c7c99d59e7eada88e361d" sha1="f8439ab14a35a9fcba6cbd94b2e7d1a12534fb3c"/>
+       </game>
+       <game name="Club Football - Manchester United (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Club Football - Manchester United (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Club Football - Manchester United (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="711c41d0" md5="6f58bc0b9f89c9a4d14f7c0fb5c29861" sha1="a25f85dfe3656036be903a0343f680bc70db263e"/>
+       </game>
+       <game name="Metal Gear Solid 2 - Substance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metal Gear Solid 2 - Substance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Metal Gear Solid 2 - Substance (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1442e726" md5="7b8233b80f5a8f3577ab72db2d16d99b" sha1="04f0b0e42232ce4d67c05dd58367c9b416b7d07a"/>
+       </game>
+       <game name="MX SuperFly (Europe, Australia)">
+               <category>Games</category>
+               <description>MX SuperFly (Europe, Australia)</description>
+               <rom name="MX SuperFly (Europe, Australia).iso" size="7825162240" crc="a8208e09" md5="825ae3d05df0a666d2d14cdc476b0841" sha1="5668360f9665337380323def189c60e8f0bb5b01"/>
+       </game>
+       <game name="NHL 2004 (Europe) (En,Fr,De,Sv,Fi)">
+               <category>Games</category>
+               <description>NHL 2004 (Europe) (En,Fr,De,Sv,Fi)</description>
+               <rom name="NHL 2004 (Europe) (En,Fr,De,Sv,Fi).iso" size="7825162240" crc="a80fe3d0" md5="40d199e02e8a2dc25d4ea9d8cef41818" sha1="c3a1d887d87247bd746a5faa82318083f3c9751f"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 06 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 06 (Europe) (En,Fr,De)</description>
+               <rom name="Tiger Woods PGA Tour 06 (Europe) (En,Fr,De).iso" size="7825162240" crc="05f19e49" md5="84b07a27df749387b73ee7428714b646" sha1="dc96f7ab7d0ccaf5a9abcda1de29edf7c2b7616b"/>
+       </game>
+       <game name="UEFA Euro 2004 - Portugal (Europe)">
+               <category>Games</category>
+               <description>UEFA Euro 2004 - Portugal (Europe)</description>
+               <rom name="UEFA Euro 2004 - Portugal (Europe).iso" size="7825162240" crc="f0c3665b" md5="7d23702ee9d2a61ad75f1a3465347b70" sha1="1f0a2f0bf2d2b29dbdca5d4a68bc3bba9558aa52"/>
+       </game>
+       <game name="Peter Jackson's King Kong - The Official Game of the Movie (USA, Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Peter Jackson's King Kong - The Official Game of the Movie (USA, Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Peter Jackson's King Kong - The Official Game of the Movie (USA, Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="7825162240" crc="aec42a94" md5="de88986ae1b8e3740d222e70cc1c5cf3" sha1="72a22ff6d94215f1b6affaf082c0a1024eea0cf2"/>
+       </game>
+       <game name="Pirates - The Legend of Black Kat (Europe)">
+               <category>Games</category>
+               <description>Pirates - The Legend of Black Kat (Europe)</description>
+               <rom name="Pirates - The Legend of Black Kat (Europe).iso" size="7825162240" crc="b74ed1ae" md5="8d691a9605c0319a0b646f8fa776a35f" sha1="1986ab509b53d7f360251ebfd4ee5ec07a6dbdaf"/>
+       </game>
+       <game name="Project - Snowblind (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Project - Snowblind (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Project - Snowblind (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="20a9f44e" md5="c804ef7975821ef14fc08804974d03a9" sha1="21499b601cd6d990ff9097ee09c881a01e750398"/>
+       </game>
+       <game name="Rally Fusion - Race of Champions (Europe)">
+               <category>Games</category>
+               <description>Rally Fusion - Race of Champions (Europe)</description>
+               <rom name="Rally Fusion - Race of Champions (Europe).iso" size="7825162240" crc="768c0e32" md5="f23c4d6b1d8c3cd111f72c1d3e4882c7" sha1="693c5802b5429984185d567e988caff7bd4f9304"/>
+       </game>
+       <game name="Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4e83d0fb" md5="f6e9fff7e6bf53fb3db008b3f32236ad" sha1="eb7f63192bd2e3e236e1da5304afee9a6281a279"/>
+       </game>
+       <game name="Rugby 2005 (Europe, Australia)">
+               <category>Games</category>
+               <description>Rugby 2005 (Europe, Australia)</description>
+               <rom name="Rugby 2005 (Europe, Australia).iso" size="7825162240" crc="75ebb130" md5="28ec128ec154b572a02a3664153e9231" sha1="a55e6e730453de4999e19b8cfd3a47d6ea0f00bc"/>
+       </game>
+       <game name="Samurai Warriors (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Samurai Warriors (Europe) (En,Es,It)</description>
+               <rom name="Samurai Warriors (Europe) (En,Es,It).iso" size="7825162240" crc="c5835115" md5="be70afac861bcaa244dc0a577030103e" sha1="e26677460cd00e6cf506f689c53cda37f8946b73"/>
+       </game>
+       <game name="Simpsons, The - Hit &amp; Run (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Simpsons, The - Hit &amp; Run (Europe) (En,Fr,De,Es)</description>
+               <rom name="Simpsons, The - Hit &amp; Run (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="b1f700fc" md5="5d965ed8775ee274c371fa0f2b352138" sha1="47bff9ad47adbf837c70fd5dc8e19e33928b81bc"/>
+       </game>
+       <game name="Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="7f0ceb52" md5="a18ef51a31c143d8faf13b592fe68b67" sha1="4f73a5a52b35ffd780eae0d093b4cf747d1e7be7"/>
+       </game>
+       <game name="Soldier of Fortune II - Double Helix (Europe) (En,Fr,It)">
+               <category>Games</category>
+               <description>Soldier of Fortune II - Double Helix (Europe) (En,Fr,It)</description>
+               <rom name="Soldier of Fortune II - Double Helix (Europe) (En,Fr,It).iso" size="7825162240" crc="b279ff84" md5="a16ee0194c8c544f818d2faa1ef9ec77" sha1="3526d3a2876aeae6aef8ec61e4e4f616e3fe7acf"/>
+       </game>
+       <game name="Still Life (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Still Life (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Still Life (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0f2e0b5e" md5="fa3605944b7daec1f2e021feef960e83" sha1="a24b88252478488c74b6cf9af7e45e981a67e422"/>
+       </game>
+       <game name="Suffering, The (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Suffering, The (Europe) (En,Fr,De)</description>
+               <rom name="Suffering, The (Europe) (En,Fr,De).iso" size="7825162240" crc="acc8e8e6" md5="24b19f19e1f4bfd4b1cd623240979585" sha1="235c8bc80cd9be0ef9ecd30b83c085b66e3f27eb"/>
+       </game>
+       <game name="Super Monkey Ball Deluxe (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Monkey Ball Deluxe (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Monkey Ball Deluxe (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="7356a646" md5="b91555e5f2852dd4b69304884824dd1a" sha1="3b5dc627f06b6194b0fce778f9347d0dbace54a5"/>
+       </game>
+       <game name="Tetris Worlds (Europe) (En,Fr,De,Es,It) (Online Enabled)">
+               <category>Games</category>
+               <description>Tetris Worlds (Europe) (En,Fr,De,Es,It) (Online Enabled)</description>
+               <rom name="Tetris Worlds (Europe) (En,Fr,De,Es,It) (Online Enabled).iso" size="7825162240" crc="a11ac538" md5="4e77dee8a8643fa1386af11d3067677a" sha1="7963cb78a6e78e94241685a7efaa63a731f81200"/>
+       </game>
+       <game name="Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="42bb34fd" md5="c9527b94bc610c41e7dc85894be9034b" sha1="d8b10576e46d5425fa24af4b69f8334110b5f7c7"/>
+       </game>
+       <game name="V-Rally 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>V-Rally 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="V-Rally 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e83419a6" md5="df09fd30ede57392dad469d301d664a8" sha1="767938a5036b2f8d5c74deee44ca01f353a9ca80"/>
+       </game>
+       <game name="World Snooker Championship 2005 (Europe)">
+               <category>Games</category>
+               <description>World Snooker Championship 2005 (Europe)</description>
+               <rom name="World Snooker Championship 2005 (Europe).iso" size="7825162240" crc="343eba87" md5="540861f92a6eebca91bcd6c6d9b03e05" sha1="9ee6fda3d16118e67f41ebf289ca6ae031364086"/>
+       </game>
+       <game name="NHL 07 (Europe) (En,Fr,Sv,Fi)">
+               <category>Games</category>
+               <description>NHL 07 (Europe) (En,Fr,Sv,Fi)</description>
+               <rom name="NHL 07 (Europe) (En,Fr,Sv,Fi).iso" size="7825162240" crc="55b00b6a" md5="952c1ddd67efed8914d6e63c200d5299" sha1="2ae79f6b234f22aa126b5a14aba3819d03c834ce"/>
+       </game>
+       <game name="All-Star Baseball 2003 featuring Derek Jeter (Europe)">
+               <category>Games</category>
+               <description>All-Star Baseball 2003 featuring Derek Jeter (Europe)</description>
+               <rom name="All-Star Baseball 2003 featuring Derek Jeter (Europe).iso" size="7825162240" crc="a67647ea" md5="c7e6daa2e2aaa1baab04d8c779e3ce4d" sha1="fd16aab8c4c5f05946a3e5ed4f5cd44e28c2a668"/>
+       </game>
+       <game name="Madden NFL 2004 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 2004 (Europe)</description>
+               <rom name="Madden NFL 2004 (Europe).iso" size="7825162240" crc="20b2faee" md5="ee196af6436afa48df3f42465a993ae1" sha1="fc49e716b4486668257395cd52ae2c035f1cef75"/>
+       </game>
+       <game name="Rocky Legends (World) (En,Fr,De)">
+               <category>Games</category>
+               <description>Rocky Legends (World) (En,Fr,De)</description>
+               <rom name="Rocky Legends (World) (En,Fr,De).iso" size="7825162240" crc="c6ee5693" md5="e92b25725f4121819f6e0a668736f57f" sha1="8c861fad0df2ed42495cb688a4277c440b1d694c"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 08 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 08 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 08 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="21ae98e1" md5="29428aaf589668778b1c1a0011181549" sha1="8261ad70d09995052a0fb4a4aedeaeaaf26d6085"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 09 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 09 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 09 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="f10cde43" md5="3518ebccff85ed997dd153cc1add55bf" sha1="a9cbab00b9a6393f9513cf04dfef8ff369c2e895"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 10 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 10 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 10 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="5af7c2da" md5="080ab18fab0e2e94ef7aa45688691740" sha1="6ab6d48321d2fc8597bd3011d85a62c9ffaf4fe9"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 11 (Europe) (En,Fr,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 11 (Europe) (En,Fr,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 11 (Europe) (En,Fr,It).iso" size="7825162240" crc="75cf26bf" md5="268ad197b87fa58caf5f458e6ab3b66f" sha1="353c43c419a732a9832b28d755d8aa4a7b693d86"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 12 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 12 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 12 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="c0be37ed" md5="392fafbe243b71b0ca5f0550ea671931" sha1="dcb154d1e2bfcdca39eb9822fd09ec32b2f26dc8"/>
+       </game>
+       <game name="England International Football - 2004 Edition (UK)">
+               <category>Games</category>
+               <description>England International Football - 2004 Edition (UK)</description>
+               <rom name="England International Football - 2004 Edition (UK).iso" size="7825162240" crc="56a1ba72" md5="57f23b5baf6ce5a3914a64121f37a1ea" sha1="87560f5d0346f18644451bd86239e84703d16cfb"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 14 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 14 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 14 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="409c9410" md5="336fb7465de6790b2d37a3643e5bb8bf" sha1="c28fa5144a363ffb7051b71313701d30ac4d473a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 15 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 15 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 15 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="c7215938" md5="c59cf29a4d16cca99e2b86a2aad0d4e3" sha1="70b47652221786093c7384bc7b0d9291f01e2224"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 16 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 16 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 16 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="fb465dc7" md5="bb58daa259bdd40199d332b140ba8440" sha1="806fea362e7c38a35f84d4af4795e4b98d56fa52"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 17 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 17 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 17 (UK).iso" size="7825162240" crc="053db63b" md5="d5d83a8a85a2a324ae4f236e58846d9e" sha1="ab9c6dfb901145de3817fa338e1c3a4c27855b04"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 18 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 18 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 18 (UK).iso" size="7825162240" crc="f0a583d3" md5="38680cd1c0a5f0382d22c1ff72a2b6c9" sha1="f18fdc8eed2b5b1fb18f0cb925e6c66b89472776"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 19 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 19 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 19 (UK).iso" size="7825162240" crc="3d0d3a13" md5="fcf3e0287f93e5c4a5ac57bae5a566ba" sha1="527ed8768b5bf751cfc6f757ee19db6cf6ecc001"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 20 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 20 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 20 (UK).iso" size="7825162240" crc="27d8c90a" md5="2fdd94594acc8a75491c8e0da9300c05" sha1="23683847abe931817a1509949f0f7138945612be"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 21 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 21 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 21 (UK).iso" size="7825162240" crc="08c6f7d8" md5="112bfef7cb82e824fd5a9c633c443f76" sha1="847758b9c4eea9b0ab3a18f901e1a38b638f409f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 22 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 22 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 22 (UK).iso" size="7825162240" crc="d19940c0" md5="99f067de46dbe2382c851a2d16818739" sha1="52b4cdd3362a11c23c79ce8e060b597c8e42c2cf"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 23 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 23 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 23 (UK).iso" size="7825162240" crc="6f4d462c" md5="ec0bd11cd7ee314d5a2076a09d863307" sha1="b8f0965f772681bdfef1f7a243934a1afbca6506"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 24 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 24 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 24 (UK).iso" size="7825162240" crc="6f39ef87" md5="0c12af673c8f26a0a031830f9b0964c5" sha1="b2b228aa80dd73c429023a6c2094cfdc50099cce"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 25 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 25 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 25 (UK).iso" size="7825162240" crc="e911d269" md5="343021808e1b9ff803cfab056caaf5c6" sha1="dd3336a9536448b9cfff12244b4c143d6c8287c4"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 26 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 26 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 26 (UK).iso" size="7825162240" crc="116f6b28" md5="8fc6a4f9f370ec4d0fa9b8703ef0d040" sha1="3004dc50326e2db1f35c05f72cc3db01886019d8"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 27 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 27 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 27 (UK).iso" size="7825162240" crc="594119f4" md5="1dc9b961dbe7259e49f54cffba180bad" sha1="82512725ebb602d8b0c0d991b7177d6041834a12"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 28 (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 28 (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 28 (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="5c521a22" md5="889a435f5471c7f2076fa774fcab7225" sha1="dedf15175da74c81f970d828e8ab9bc28fa3c1c3"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 29 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 29 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 29 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="e91d3ece" md5="0b1d11003dedfcdb7df4d23fb96085a6" sha1="90fe8ab404cd02e2af6eedd235e1841d5cc25add"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 30 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 30 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 30 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="69a6bd8f" md5="ea6876f675070438ddd19fd849ba84d0" sha1="71c278b05cc07efd17ddd3249c5a503024dc7ba6"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 31 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 31 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 31 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="0813b4b9" md5="2e3078bd3c24c2a2614ea05934cfeea9" sha1="9664022818eaf8db936744cbb899e3c3820d7dee"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 32 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 32 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 32 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="c485b803" md5="ae5d718a00dfef7bb54021976d23091c" sha1="89da6659a5150b02243cf3ee0cb9facbf8a77476"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 33 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 33 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 33 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="b60c816d" md5="ebbd071f46b21f5eaa2abfabc38c1274" sha1="78fa972c133f3998bcfc81dfb85c3dd8733e287a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 34 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 34 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 34 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="7c58a986" md5="a3ec037867d6642a2b9040838b468507" sha1="def015bac4fea300882f162a89bd0340f7633863"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 35 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 35 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 35 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="dbd695a2" md5="b4a963d5c0c049bb789f8dbcb4dd45ac" sha1="63b22170c7969a96ed629d583714f23ab77d761f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 37 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 37 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 37 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="c9e2a898" md5="9fb6eed5c06ad361098c01855607939a" sha1="b0da5990b9681c6d62f8033926e351f6b9cca3fa"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 38 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 38 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 38 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="995012ae" md5="7c079fe90901cfec9183aa8ae5e5d655" sha1="79abeab63ac0864ca20e643686e22826b33710e5"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 39 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 39 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 39 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="d06f3664" md5="b31ed2ecbece869438e4b196ba7a8256" sha1="60ec0b2a33ca5ca66a4a626ecd7d7872992667cf"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 40 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 40 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 40 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="76b24cbb" md5="0aac526b725fd7df3911a158c5fcf7ba" sha1="448f9b49d332e11108ee59dbb0af25cde333635d"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 41 (UK) (En,Fr,De,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 41 (UK) (En,Fr,De,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 41 (UK) (En,Fr,De,Es,It).iso" size="7825162240" crc="b4e6f1bf" md5="2028cd2e4bc3a5b55025a8d2f2ee795f" sha1="27c2135f66e870baf9f8441961a35c1298ba797d"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 42 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 42 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 42 (UK).iso" size="7825162240" crc="1ce24d53" md5="7642925b1b376099113f51b397d21141" sha1="31920e50d485d187fc71528d62b6623e08f4f7cc"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 43 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 43 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 43 (UK).iso" size="7825162240" crc="667d6ff3" md5="ce24b189a058aa7b92e39e3a3309f6cf" sha1="4149473740bca07eb7afec06c8c16513ef2368c3"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 44 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 44 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 44 (UK).iso" size="7825162240" crc="fe8c38b3" md5="aa3d8db8a5ddc6bb0e1a522b42286ba0" sha1="88f8502ee6d61a4019df1fd6dad2e8d3426fa67a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 45 (UK, Australia) (En,De)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 45 (UK, Australia) (En,De)</description>
+               <rom name="Official Xbox Magazine Game Disc 45 (UK, Australia) (En,De).iso" size="7825162240" crc="b0c6e172" md5="66875eaca37a968a8c67a2c6d4a3534f" sha1="25a6a180537ff0fd7be7ca323c6245e3b3149d82"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 46 (Europe) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 46 (Europe) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 46 (Europe) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="8204fe27" md5="f771f739864ffe4c6c801dd498e4ecf1" sha1="1224e433cfe63500900b5839baea92de1f63b235"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 47 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 47 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 47 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="c9ad523c" md5="2b1df5741cf051c03c065d89e871a36b" sha1="e7cef936e823b8a90c05881c047793ca67db53f9"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 48 (UK, Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 48 (UK, Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 48 (UK, Australia).iso" size="7825162240" crc="690e7c50" md5="d272b4fe3480356fb4c31f7a13d6dbdc" sha1="4de5ee0ba2e3bb041ef8b9eb4d31e3f10a184585"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 51 (Europe) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 51 (Europe) (En,Fr,De,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 51 (Europe) (En,Fr,De,It,Pt).iso" size="7825162240" crc="0d95cd00" md5="9110c51fa69a999329590919301cc810" sha1="cba8d477f675ca0a3a3faa6fdfcae0bc03d96301"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 52 (Europe, Australia) (En,Fr,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 52 (Europe, Australia) (En,Fr,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 52 (Europe, Australia) (En,Fr,Pt).iso" size="7825162240" crc="07006f2c" md5="5584e502888e8285dd4a29b7d3684d75" sha1="a824977090bf099d3d24c101f0d85a89e6e9c684"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 53 (Europe, Australia) (En,Fr,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 53 (Europe, Australia) (En,Fr,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 53 (Europe, Australia) (En,Fr,Pt).iso" size="7825162240" crc="5bb511ea" md5="8db26ad292df1a0ed81e9cb4cecd6ad3" sha1="ede72c32b1d3aff2d7e93f7e0f938fdb32e7edf2"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 54 (Europe) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 54 (Europe) (En,Fr,De,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 54 (Europe) (En,Fr,De,It,Pt).iso" size="7825162240" crc="bf893edc" md5="f9ca5b0dfac3c204de6159ac6957fe06" sha1="67f57fab3a66ef57f0bb6565bb50529674236685"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 55 (UK, Australia) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 55 (UK, Australia) (En,Fr,De,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 55 (UK, Australia) (En,Fr,De,It,Pt).iso" size="7825162240" crc="6ec78cb5" md5="5820947ce643de0e8b6bb67df05c6686" sha1="068cc7eb2b54bcab7005e38816a8d37b629e4133"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 58 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 58 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 58 (UK).iso" size="7825162240" crc="2ea35a03" md5="c8f7d2b8073046be04f780547e4523a5" sha1="0aac5ca708326a0b08ebeb17dae3bada9690826d"/>
+       </game>
+       <game name="Aeon Flux (Europe)">
+               <category>Games</category>
+               <description>Aeon Flux (Europe)</description>
+               <rom name="Aeon Flux (Europe).iso" size="7825162240" crc="b381b379" md5="5a0846f49880d7b442cd43b6581d6ba9" sha1="2d53b885e6b85127c8b06ec3da6e66f121d7f806"/>
+       </game>
+       <game name="MechAssault (USA, Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>MechAssault (USA, Europe) (En,Fr,De)</description>
+               <rom name="MechAssault (USA, Europe) (En,Fr,De).iso" size="7825162240" crc="bef954af" md5="176af812b40e68951d34aa963d50bdda" sha1="f236980d981cdc228f2e3e0e65369ebda48b4dd0"/>
+       </game>
+       <game name="Outlaw Volleyball (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Outlaw Volleyball (Europe) (En,Fr,De)</description>
+               <rom name="Outlaw Volleyball (Europe) (En,Fr,De).iso" size="7825162240" crc="7d651828" md5="1471096586fdc16a9ecae2e482016b62" sha1="a428b378d2a8e07ea206c52ca520bd0199da439c"/>
+       </game>
+       <game name="State of Emergency (Europe) (En,Fr,It)">
+               <category>Games</category>
+               <description>State of Emergency (Europe) (En,Fr,It)</description>
+               <rom name="State of Emergency (Europe) (En,Fr,It).iso" size="7825162240" crc="6b99ffaa" md5="247085516f2305d84e371d0054a35c01" sha1="456697a3b2e6b5e4741298a2db9fd860fd8c925e"/>
+       </game>
+       <game name="Dead or Alive Xtreme Beach Volleyball (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Dead or Alive Xtreme Beach Volleyball (Japan) (En,Ja)</description>
+               <rom name="Dead or Alive Xtreme Beach Volleyball (Japan) (En,Ja).iso" size="7825162240" crc="cb68c52e" md5="12c3de6e4fc5eb47c15f0933feba70cf" sha1="02d05f6fff27aed36d738b13ad6a1727c4f434a8"/>
+       </game>
+       <game name="007 - From Russia with Love (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>007 - From Russia with Love (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="007 - From Russia with Love (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="2080e461" md5="42745e4ee28d681c3f5258ebb25c25a1" sha1="2deea51282dcfa311d015dab69c6a96fa2f82bc9"/>
+       </game>
+       <game name="Championship Manager - Season 01-02 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Championship Manager - Season 01-02 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Championship Manager - Season 01-02 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d7aafc8b" md5="d5d7d324a55526ca099e33b303b01c14" sha1="77ea301dcefdf25906adf082150b77de08da5561"/>
+       </game>
+       <game name="Fantastic 4 (USA, Europe)">
+               <category>Games</category>
+               <description>Fantastic 4 (USA, Europe)</description>
+               <rom name="Fantastic 4 (USA, Europe).iso" size="7825162240" crc="48d1ffec" md5="b4491a6848ca766303d137313daa06ae" sha1="bde121038d8aba6014838f4535c2beb5b3beeeed"/>
+       </game>
+       <game name="Ghost Master - The Gravenville Chronicles (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ghost Master - The Gravenville Chronicles (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ghost Master - The Gravenville Chronicles (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="fe891151" md5="cc29d1128b8db5edc51aef1b8e0be02d" sha1="5f6aeb5a53b958789f0b43cc9f9db47c1cb5f63e"/>
+       </game>
+       <game name="007 - Nightfire (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>007 - Nightfire (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="007 - Nightfire (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="105268a3" md5="02c76dd0c0de8579b2413f40d2d6cf65" sha1="5e47f870fe7a0bca17c86ffbdc81f7497f931307"/>
+       </game>
+       <game name="FIFA 07 (Europe)">
+               <category>Games</category>
+               <description>FIFA 07 (Europe)</description>
+               <rom name="FIFA 07 (Europe).iso" size="7825162240" crc="f8f9c869" md5="ae1f29ed7d3aeb694176db88b3728a0b" sha1="e60fc58d1fa9ea95654a742f6f6f39dd65f1b46a"/>
+       </game>
+       <game name="FIFA Street 2 (Europe)">
+               <category>Games</category>
+               <description>FIFA Street 2 (Europe)</description>
+               <rom name="FIFA Street 2 (Europe).iso" size="7825162240" crc="1f0f5657" md5="3e8bf51b1f1e2439650f635e6c7c5694" sha1="ffa32923aff648d6330423e7cd64c2373661520f"/>
+       </game>
+       <game name="ESPN NHL 2K5 (Europe)">
+               <category>Games</category>
+               <description>ESPN NHL 2K5 (Europe)</description>
+               <rom name="ESPN NHL 2K5 (Europe).iso" size="7825162240" crc="49ce7224" md5="21991af1ff29e8d622d4c5026281bc91" sha1="75309119ac33c29e2d87c5a526d53754d7953eae"/>
+       </game>
+       <game name="LMA Manager 2006 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>LMA Manager 2006 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="LMA Manager 2006 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3cf44097" md5="1c4425530bfc7c4c4b2eae4304d66b33" sha1="32d635473618d3ae00583654373c76fd69e826f4"/>
+       </game>
+       <game name="Max Payne 2 - The Fall of Max Payne (Europe)">
+               <category>Games</category>
+               <description>Max Payne 2 - The Fall of Max Payne (Europe)</description>
+               <rom name="Max Payne 2 - The Fall of Max Payne (Europe).iso" size="7825162240" crc="415427c3" md5="4e74a421cf8ca62b6244b5efa2778c81" sha1="2b2f8d1fa4941945f8c394773fe8b2d56228db02"/>
+       </game>
+       <game name="NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs)">
+               <category>Games</category>
+               <description>NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs)</description>
+               <rom name="NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs).iso" size="7825162240" crc="2c28a16e" md5="c32ddf6d245ea46a4c9407c7f94d4a40" sha1="e209df18e65c0cab2cb6ab52e587aa183e768452"/>
+       </game>
+       <game name="Pro Evolution Soccer 5 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pro Evolution Soccer 5 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pro Evolution Soccer 5 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="9ca0d7b5" md5="96c514e3280825a9204b70675f3ef4d0" sha1="5a494a572abdb295543cd199ec320688a1b8380e"/>
+       </game>
+       <game name="Tony Hawk's American Wasteland (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tony Hawk's American Wasteland (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tony Hawk's American Wasteland (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d1d346b0" md5="abb7aa47ffda665f564e96fe996a00e4" sha1="fdbe1fb30d4f3355d424fd1892d391fa47f0752a"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 3 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 3 (Europe) (En,Fr,De)</description>
+               <rom name="Tony Hawk's Pro Skater 3 (Europe) (En,Fr,De).iso" size="7825162240" crc="e0edfa5b" md5="9bdf5287d63955332da3c6004d1d6484" sha1="3dfe04e66b24f1871ce89699e756d6668d4d5705"/>
+       </game>
+       <game name="WWE WrestleMania 21 (Europe)">
+               <category>Games</category>
+               <description>WWE WrestleMania 21 (Europe)</description>
+               <rom name="WWE WrestleMania 21 (Europe).iso" size="7825162240" crc="0cd8a560" md5="f56cc08346f87e516b2724531ac84f04" sha1="1c4346131b5839ebd077c5579e4b10b815b85351"/>
+       </game>
+       <game name="Wings of War (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Wings of War (Europe) (En,Fr,De,It)</description>
+               <rom name="Wings of War (Europe) (En,Fr,De,It).iso" size="7825162240" crc="f3b5f705" md5="e1194625951436899ae1c3ed90be53f3" sha1="442cb861e762301ea96b3ee101087cc0706f335d"/>
+       </game>
+       <game name="Whiplash (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Whiplash (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Whiplash (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="25c36bbc" md5="d118685b6db811e75da81e382f91c5e8" sha1="8d45a00c569b721d5bc14585d46bd9451d6491d8"/>
+       </game>
+       <game name="ToeJam &amp; Earl III - Mission to Earth (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>ToeJam &amp; Earl III - Mission to Earth (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="ToeJam &amp; Earl III - Mission to Earth (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="956bf1ca" md5="8b3556d626831eb32b423494ec5d5ece" sha1="37ba259bacafc0bf9b3f45fabca33d35852d015a"/>
+       </game>
+       <game name="Dead or Alive Xtreme Beach Volleyball (Asia) (En,Ja)">
+               <category>Games</category>
+               <description>Dead or Alive Xtreme Beach Volleyball (Asia) (En,Ja)</description>
+               <rom name="Dead or Alive Xtreme Beach Volleyball (Asia) (En,Ja).iso" size="7825162240" crc="936acb1a" md5="79824bfca9ae98bdfd81e973cf0f49d0" sha1="e601e9913b0ed8a6e4c15b2b41a810da263c1a2c"/>
+       </game>
+       <game name="Enclave (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Enclave (Europe) (En,Fr,De)</description>
+               <rom name="Enclave (Europe) (En,Fr,De).iso" size="7825162240" crc="1c382526" md5="753b399590aec240114f278d30a06dc3" sha1="54da051c4f0d393b23f1d69da5fd6f53af76d0a3"/>
+       </game>
+       <game name="Godfather, The (Europe) (En,Nl,Sv,Da)">
+               <category>Games</category>
+               <description>Godfather, The (Europe) (En,Nl,Sv,Da)</description>
+               <rom name="Godfather, The (Europe) (En,Nl,Sv,Da).iso" size="7825162240" crc="329d8000" md5="9ad1990e3dd1a394bf23fe42b95dc53d" sha1="2d0a3eccc904708bad2d0934ba862aac442d2194"/>
+       </game>
+       <game name="NHL 2005 (Europe) (En,Fr,De,Sv,Fi)">
+               <category>Games</category>
+               <description>NHL 2005 (Europe) (En,Fr,De,Sv,Fi)</description>
+               <rom name="NHL 2005 (Europe) (En,Fr,De,Sv,Fi).iso" size="7825162240" crc="3c7612a9" md5="cf327168802fbb75c7972b51ffa7e185" sha1="be4eb139b5633d558cd5ff766dc5900d79eeb133"/>
+       </game>
+       <game name="Punisher, The (Europe)">
+               <category>Games</category>
+               <description>Punisher, The (Europe)</description>
+               <rom name="Punisher, The (Europe).iso" size="7825162240" crc="81dfbfcd" md5="308a90798b809cfb250ad2bb39c803f2" sha1="1a1896289047b2f42454652cb1a3cf46d8af9a46"/>
+       </game>
+       <game name="FIFA 06 (Europe)">
+               <category>Games</category>
+               <description>FIFA 06 (Europe)</description>
+               <rom name="FIFA 06 (Europe).iso" size="7825162240" crc="314d3fd0" md5="eaf8637b752c474c342eba1058a1983b" sha1="aeb200e4b877b57aea09fb8e177a8ebdc8e1f9a3"/>
+       </game>
+       <game name="Dead or Alive 1 Ultimate (Europe)">
+               <category>Games</category>
+               <description>Dead or Alive 1 Ultimate (Europe)</description>
+               <rom name="Dead or Alive 1 Ultimate (Europe).iso" size="7825162240" crc="1fc9ba1b" md5="a553f7849aed14b7dff8f532aef4632f" sha1="b2cbe81940ac5261c9d942c67ab615a595b9eee7"/>
+       </game>
+       <game name="Dead or Alive 2 Ultimate (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead or Alive 2 Ultimate (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Dead or Alive 2 Ultimate (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="a50f8383" md5="233abc8f0c2c9229abd3b56cb754cf66" sha1="a829fa9239a461fd3b42233ee557977591e09f4f"/>
+       </game>
+       <game name="Dead or Alive 1 Ultimate (USA, Asia) (En,Ja)">
+               <category>Games</category>
+               <description>Dead or Alive 1 Ultimate (USA, Asia) (En,Ja)</description>
+               <rom name="Dead or Alive 1 Ultimate (USA, Asia) (En,Ja).iso" size="7825162240" crc="28799098" md5="09480604375cf78bcae9f91e3c462acf" sha1="ee748d55b217ba773ae9e8c9f78cc0d33ab2203d"/>
+       </game>
+       <game name="Dead or Alive 2 Ultimate (USA, Asia) (En,Ja)">
+               <category>Games</category>
+               <description>Dead or Alive 2 Ultimate (USA, Asia) (En,Ja)</description>
+               <rom name="Dead or Alive 2 Ultimate (USA, Asia) (En,Ja).iso" size="7825162240" crc="14e15b49" md5="21a6f5c9d791aa2d9bf33aa8493f0f39" sha1="996eb8c0d44f660dcfa0b316c1cd274af99f7823"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="cce57b35" md5="6aacc691afc0f1691325ac4cc8a56f90" sha1="cac579be82be19dc08233ce003b3632b262f47e6"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De)</description>
+               <rom name="Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De).iso" size="7825162240" crc="29735517" md5="6652db130a48d6b107e5520794ec5506" sha1="b8b03a4e954fa8065906c1bbd4a22b58fea17b3b"/>
+       </game>
+       <game name="Ninja Gaiden Black (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ninja Gaiden Black (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ninja Gaiden Black (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d9ab0cb0" md5="69b1f43abbc2b793241aff8c85cad37c" sha1="0a1b3fe12ef367b7c031a3327598ddaff4966548"/>
+       </game>
+       <game name="NBA Live 2002 (Japan)">
+               <category>Games</category>
+               <description>NBA Live 2002 (Japan)</description>
+               <rom name="NBA Live 2002 (Japan).iso" size="7825162240" crc="5df1c83b" md5="eae92c4ae8596323f6c168615f5a3831" sha1="3c2672fa8fdeb12d7791fb3881a079bee8972566"/>
+       </game>
+       <game name="Tenchu - Return from Darkness (USA, Asia)">
+               <category>Games</category>
+               <description>Tenchu - Return from Darkness (USA, Asia)</description>
+               <rom name="Tenchu - Return from Darkness (USA, Asia).iso" size="7825162240" crc="a1946580" md5="0261ea0b12ba84584b971e2592999945" sha1="644b64105656eb7c5839ba6c3eb4cbe0b83288fd"/>
+       </game>
+       <game name="Zan Kabuki (Japan)">
+               <category>Games</category>
+               <description>Zan Kabuki (Japan)</description>
+               <rom name="Zan Kabuki (Japan).iso" size="7825162240" crc="02687341" md5="25cf9b81f2319c1c219bac7995d76654" sha1="05554ab9c95310b3d61424c306cbe46e1eb6d220"/>
+       </game>
+       <game name="Ninja Gaiden (USA, Asia) (En,Ja)">
+               <category>Games</category>
+               <description>Ninja Gaiden (USA, Asia) (En,Ja)</description>
+               <rom name="Ninja Gaiden (USA, Asia) (En,Ja).iso" size="7825162240" crc="a76a8b0c" md5="bbc5b8efca55bfedd82afe44c8b34bcb" sha1="480b5f234fde35600bc12ecb203709c5db981280"/>
+       </game>
+       <game name="Shrek 2 (USA, Japan)">
+               <category>Games</category>
+               <description>Shrek 2 (USA, Japan)</description>
+               <rom name="Shrek 2 (USA, Japan).iso" size="7825162240" crc="787f3be3" md5="c3a3fc47dffa364e0e5223b9b04afbeb" sha1="33927c3b3d5e61ee93a3f607f9a87dee229c1362"/>
+       </game>
+       <game name="Blinx - The Time Sweeper (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Blinx - The Time Sweeper (Japan) (En,Ja)</description>
+               <rom name="Blinx - The Time Sweeper (Japan) (En,Ja).iso" size="7825162240" crc="e4a21ff1" md5="42e60ec47eb150001c9c72512d49ae89" sha1="b8a51bbbb55645ad58c5eb50b688af5890d65be6"/>
+       </game>
+       <game name="AirForce Delta II (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>AirForce Delta II (Japan) (En,Ja)</description>
+               <rom name="AirForce Delta II (Japan) (En,Ja).iso" size="7825162240" crc="a27228af" md5="9ed0c217dc400418ad30033f11dd6291" sha1="002e645e07d6846b70d94e0c73c28f5108b03e9b"/>
+       </game>
+       <game name="Tenku - Freestyle Snowboarding (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Tenku - Freestyle Snowboarding (Japan) (En,Ja)</description>
+               <rom name="Tenku - Freestyle Snowboarding (Japan) (En,Ja).iso" size="7825162240" crc="42240a3a" md5="9a6bdca25434796275b4222bf12f8ced" sha1="716edd3ee12a78ed1f51796c089b97c9be0963a5"/>
+       </game>
+       <game name="Daisenryaku VII (Japan)">
+               <category>Games</category>
+               <description>Daisenryaku VII (Japan)</description>
+               <rom name="Daisenryaku VII (Japan).iso" size="7825162240" crc="c4ee7665" md5="f5a87faaf416bc5d281ea1dac6595f51" sha1="ab9f5406fd1a3b85beebd12be14ca5228f729766"/>
+       </game>
+       <game name="Big Mutha Truckers 2 - Truck Me Harder (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Mutha Truckers 2 - Truck Me Harder (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Big Mutha Truckers 2 - Truck Me Harder (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a65c5b76" md5="2ffb6cc4668b7452998fc56e342447e0" sha1="f22076b2c03eff5ca034dbd974692656f01eeed6"/>
+       </game>
+       <game name="Darkwatch (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Darkwatch (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Darkwatch (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f9bb644e" md5="aa91c9d9daa91762e130d4a679021060" sha1="6b5a47a77cb4cdc9df81564b8753ec012bb5ba87"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Legend (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Legend (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Lara Croft Tomb Raider - Legend (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="db66b735" md5="2e094e4c27a891832c7073a9820b4b05" sha1="78b11d6fc1310d4af637feca1ff3695cc6ae9980"/>
+       </game>
+       <game name="ShellShock - Nam '67 (USA, Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>ShellShock - Nam '67 (USA, Europe) (En,Fr,Es,It)</description>
+               <rom name="ShellShock - Nam '67 (USA, Europe) (En,Fr,Es,It).iso" size="7825162240" crc="7c2f4456" md5="bb4ebab9fcb78c89265206d01000cdac" sha1="af7b4b4624f7f7d0770dc08de739508e92ba34bf"/>
+       </game>
+       <game name="Doom 3 (USA, Asia)">
+               <category>Games</category>
+               <description>Doom 3 (USA, Asia)</description>
+               <rom name="Doom 3 (USA, Asia).iso" size="7825162240" crc="f8838c36" md5="c87c31f6d9e1a58b1c1b39b854a9bf15" sha1="b294950cc9257c565be96793354e09287d0424e1"/>
+       </game>
+       <game name="Doom 3 (USA, Asia) (Limited Collector's Edition)">
+               <category>Games</category>
+               <description>Doom 3 (USA, Asia) (Limited Collector's Edition)</description>
+               <rom name="Doom 3 (USA, Asia) (Limited Collector's Edition).iso" size="7825162240" crc="d46f3256" md5="4388fa3b9125482d1ed2df317ac6a634" sha1="42249913812883e7469085ada959c0287d99e079"/>
+       </game>
+       <game name="JSRF - Jet Set Radio Future (Japan) (Demo 1)">
+               <category>Demos</category>
+               <description>JSRF - Jet Set Radio Future (Japan) (Demo 1)</description>
+               <rom name="JSRF - Jet Set Radio Future (Japan) (Demo 1).iso" size="7825162240" crc="31025662" md5="3d3eda4fb441f39e25764effa5b63955" sha1="19780dd8c7efca7187691b1a23102decad7e44d2"/>
+       </game>
+       <game name="Phantom Dust (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Phantom Dust (Japan) (Demo)</description>
+               <rom name="Phantom Dust (Japan) (Demo).iso" size="7825162240" crc="17875cf7" md5="baf09c14a3a8752d800c7c3b82787186" sha1="b7000ce178ee0153d2463d968ee6459076851b1b"/>
+       </game>
+       <game name="MechAssault (Japan) (Demo)">
+               <category>Demos</category>
+               <description>MechAssault (Japan) (Demo)</description>
+               <rom name="MechAssault (Japan) (Demo).iso" size="7825162240" crc="d3ef56d6" md5="09289353e551279e211130feee24a74e" sha1="7aa292055c36529966978eea834e70248760f69e"/>
+       </game>
+       <game name="Knockout Kings 2002 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Knockout Kings 2002 (Europe) (En,Fr,De)</description>
+               <rom name="Knockout Kings 2002 (Europe) (En,Fr,De).iso" size="7825162240" crc="80a51915" md5="c0b5664c184414cb1e85f7e364f544f2" sha1="fc1ed6bc214bdc1bfe343ce755b8b130998c8c06"/>
+       </game>
+       <game name="Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="03603e2e" md5="5aa788ccae99058ac129ee50b6f4114a" sha1="100ccbd3608e376040ba7275936b3e71c7cc5a44"/>
+       </game>
+       <game name="Hunter - The Reckoning (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hunter - The Reckoning (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="183cc50d" md5="a43bb4e66bab025d5385ec97d3d0dd0e" sha1="be855632d0ddc67542ebd61017cb4f9ee9e56c69"/>
+       </game>
+       <game name="Conflict - Global Storm (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conflict - Global Storm (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conflict - Global Storm (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3bbdaff6" md5="2c12ca71443e4f8b7db9f3d8b3d39ca4" sha1="6c53b71186fa6d52ee406da13a5fae7a90aaf0bf"/>
+       </game>
+       <game name="ESPN International Winter Sports (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>ESPN International Winter Sports (Europe) (En,Fr,De,It)</description>
+               <rom name="ESPN International Winter Sports (Europe) (En,Fr,De,It).iso" size="7825162240" crc="1afcef85" md5="5aab5256b1aca5dca101f026f70d9315" sha1="bfdadfa45a95dad7832ee228d25853137e15bd3a"/>
+       </game>
+       <game name="NHL Hitz 2002 (Europe)">
+               <category>Games</category>
+               <description>NHL Hitz 2002 (Europe)</description>
+               <rom name="NHL Hitz 2002 (Europe).iso" size="7825162240" crc="444578ad" md5="aced717c2d27e468b1f433dcb7cda4f3" sha1="fe9fe39eec323d02b8e5e13581637b584de18b21"/>
+       </game>
+       <game name="Championship Manager 5 (Europe)">
+               <category>Games</category>
+               <description>Championship Manager 5 (Europe)</description>
+               <rom name="Championship Manager 5 (Europe).iso" size="7825162240" crc="b2ac7da8" md5="0ef53dba23300b0522cb7f1e9fd47f8b" sha1="9b9e22e60d9c5946592971167fd7e41d685ede7b"/>
+       </game>
+       <game name="Fight Night Round 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Fight Night Round 2 (Europe) (En,Fr,De)</description>
+               <rom name="Fight Night Round 2 (Europe) (En,Fr,De).iso" size="7825162240" crc="39f03f6a" md5="db4d5a09ab5599fafb762769dbe585d4" sha1="739029e80268133c2134412ec99b99c30124a018"/>
+       </game>
+       <game name="Freedom Fighters (Europe)">
+               <category>Games</category>
+               <description>Freedom Fighters (Europe)</description>
+               <rom name="Freedom Fighters (Europe).iso" size="7825162240" crc="bf370bd5" md5="bb0f7471a42f267b965afc0e7c016fe4" sha1="f235b9ed70fa227a55fc297cdfdd1699712c4fdc"/>
+       </game>
+       <game name="Medal of Honor - European Assault (Europe) (En,Es,Nl,Sv)">
+               <category>Games</category>
+               <description>Medal of Honor - European Assault (Europe) (En,Es,Nl,Sv)</description>
+               <rom name="Medal of Honor - European Assault (Europe) (En,Es,Nl,Sv).iso" size="7825162240" crc="e7135452" md5="713bcf6007ab3a968c4c530b53606ec2" sha1="8304a513f3e4bd4914858fb528ce29ce36e86240"/>
+       </game>
+       <game name="Micro Machines (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Micro Machines (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Micro Machines (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4ebfdfe8" md5="0e8f0a578be3918e503cc04275f75fab" sha1="7ef77c1db6300a8eb9206d11a45e613600f9fef9"/>
+       </game>
+       <game name="Ultimate Spider-Man (Europe)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (Europe)</description>
+               <rom name="Ultimate Spider-Man (Europe).iso" size="7825162240" crc="2db6df1c" md5="752ed4df2956a18dd97a8da670cea83c" sha1="5d2e7c0627d11ca0cc17effcbbde1cb83b940d65"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Metal Arms - Glitch in the System (Europe) (En,Fr,De,It)</description>
+               <rom name="Metal Arms - Glitch in the System (Europe) (En,Fr,De,It).iso" size="7825162240" crc="8326e9d6" md5="12c1adae3d4c4b3a808f469c89c84d8e" sha1="8faa6cdd7c29b2c7cb8799439fd2907b99e5a6e4"/>
+       </game>
+       <game name="Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="5196b94e" md5="feae2bcdadafec80a0c7dbac3e661c17" sha1="ad10a78da05d7409b8bfed3dc5da76c480a884f3"/>
+       </game>
+       <game name="Suffering, The (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Suffering, The (Europe) (En,Es,It)</description>
+               <rom name="Suffering, The (Europe) (En,Es,It).iso" size="7825162240" crc="801e84b5" md5="560ccd332eaba233ef40efab1fa95444" sha1="95cb475d42021d41e4f9d142a55811902bcfe095"/>
+       </game>
+       <game name="Suffering, The - Ties That Bind (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Suffering, The - Ties That Bind (Europe) (En,Es,It)</description>
+               <rom name="Suffering, The - Ties That Bind (Europe) (En,Es,It).iso" size="7825162240" crc="f5418b65" md5="3dad5c5af203450d7cb859c301f1ad3e" sha1="aaafda038deaa87d1839258ec495e8e07edff81d"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="df53c218" md5="06161188422b4d2eab54d30f3158e0aa" sha1="83d68b38a8514b6d2580ea0f57487cd575edd4b7"/>
+       </game>
+       <game name="Leisure Suit Larry - Magna Cum Laude (Spain)">
+               <category>Games</category>
+               <description>Leisure Suit Larry - Magna Cum Laude (Spain)</description>
+               <rom name="Leisure Suit Larry - Magna Cum Laude (Spain).iso" size="7825162240" crc="155f56cd" md5="aa64be1e8c9f8213ca2de059aad1c9d3" sha1="1f43919a33ab4b1da4895fc0ba854f0dffe6bcc9"/>
+       </game>
+       <game name="Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja)">
+               <category>Games</category>
+               <description>Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja)</description>
+               <rom name="Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja).iso" size="7825162240" crc="bcfe3cd4" md5="7d995ac84e84f72c633ab1ddeff5d32c" sha1="66fe33d9121ad5450372bd0978b1365e2fb51742"/>
+       </game>
+       <game name="Indiana Jones and the Emperor's Tomb (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Indiana Jones and the Emperor's Tomb (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Indiana Jones and the Emperor's Tomb (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="02b11f7e" md5="e4f279b012657bf1d1a8f1135ff945e5" sha1="5af4c65fe15ce3dd6a288e453e870093637360df"/>
+       </game>
+       <game name="Obscure (Europe) (De,Es)">
+               <category>Games</category>
+               <description>Obscure (Europe) (De,Es)</description>
+               <rom name="Obscure (Europe) (De,Es).iso" size="7825162240" crc="5c92d765" md5="854c9ff7000b8e432fe479632b0b61bb" sha1="81783f8aec284bb7209ff34d5685fa73a304c709"/>
+       </game>
+       <game name="Padrino, El (Spain)">
+               <category>Games</category>
+               <description>Padrino, El (Spain)</description>
+               <rom name="Padrino, El (Spain).iso" size="7825162240" crc="f7026b55" md5="41242381136c2060097bcdb262c984f9" sha1="2b5c01e91829f7ff2fd4655ddecb704ac9cf8f29"/>
+       </game>
+       <game name="Voodoo Vince (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Voodoo Vince (Europe) (En,Fr,De,Es)</description>
+               <rom name="Voodoo Vince (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="e99b56c9" md5="d33de9516718357e172b0384fb59e9bd" sha1="958721dd8ea52a9ed969d769ce9f49b599af5931"/>
+       </game>
+       <game name="Dead or Alive Xtreme Beach Volleyball (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead or Alive Xtreme Beach Volleyball (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Dead or Alive Xtreme Beach Volleyball (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="bafbcb76" md5="7ff8c55ae29a6f7c5b3dbd6122a878e7" sha1="8bd63d324a4b203970fef9a9e299ce785231be4c"/>
+       </game>
+       <game name="RoboCop (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>RoboCop (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="RoboCop (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6c2e5d11" md5="137f8971f3ada72189bf2ddd413888f1" sha1="64081ac64ad73ba5b516eea627b21fafdb67443d"/>
+       </game>
+       <game name="Blood Wake (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Blood Wake (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Blood Wake (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b9f4d742" md5="eb16c87de337c4a421f95c1abc0a0b66" sha1="9af629a5efd4947ebeb3b4c89ab069018a8eb411"/>
+       </game>
+       <game name="Oddworld - Munch's Oddysee (Spain)">
+               <category>Games</category>
+               <description>Oddworld - Munch's Oddysee (Spain)</description>
+               <rom name="Oddworld - Munch's Oddysee (Spain).iso" size="7825162240" crc="ba0790c3" md5="00d7fa8cefeb0ab0c614933f85a6b719" sha1="b3fe5d7a6da459a2b417528ab116aa65434e56b8"/>
+       </game>
+       <game name="Predator - Concrete Jungle (USA, Europe)">
+               <category>Games</category>
+               <description>Predator - Concrete Jungle (USA, Europe)</description>
+               <rom name="Predator - Concrete Jungle (USA, Europe).iso" size="7825162240" crc="b9610bb6" md5="2b2ce7d921037182e94e5f337be1e351" sha1="d9a09fcee5ef304668c369d0ec42f59f67afc7bb"/>
+       </game>
+       <game name="Commandos 2 - Men of Courage (Europe) (Fr,Es,It)">
+               <category>Games</category>
+               <description>Commandos 2 - Men of Courage (Europe) (Fr,Es,It)</description>
+               <rom name="Commandos 2 - Men of Courage (Europe) (Fr,Es,It).iso" size="7825162240" crc="7ee029b0" md5="593d9e7c8ee53560dc3803b23681031a" sha1="660820ca9a5ea689a2af39feed7b01ea61f892d6"/>
+       </game>
+       <game name="SWAT - Global Strike Team (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>SWAT - Global Strike Team (Europe) (En,Fr,Es)</description>
+               <rom name="SWAT - Global Strike Team (Europe) (En,Fr,Es).iso" size="7825162240" crc="1a76ddf0" md5="d6a1745e32b83c1e61b320e93cb72692" sha1="060f06740713026622f4157b55db6d2ec42f2ae1"/>
+       </game>
+       <game name="MTV Music Generator 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MTV Music Generator 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MTV Music Generator 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d6f7bebc" md5="686b99cf5b78c13e275713712c102e3a" sha1="ca15724fef2fda02a34cff16ae01dc5265b8f76d"/>
+       </game>
+       <game name="Halo 2 (Spain) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (Spain) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (Spain) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="688ac477" md5="835b451e6473f05e0e322cafbc2cb7a4" sha1="74144587c944c914db06c6f53fbc910125dadf52"/>
+       </game>
+       <game name="LMA Manager 2003 (Europe)">
+               <category>Games</category>
+               <description>LMA Manager 2003 (Europe)</description>
+               <rom name="LMA Manager 2003 (Europe).iso" size="7825162240" crc="db70b724" md5="2b1ddcfe6a6f6b338d145e0f30e6fb48" sha1="83aff8b8727013bfffc9cee8c6c1e901403ae16f"/>
+       </game>
+       <game name="Lord of the Rings, The - The Third Age (Europe) (En,Sv)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Third Age (Europe) (En,Sv)</description>
+               <rom name="Lord of the Rings, The - The Third Age (Europe) (En,Sv).iso" size="7825162240" crc="1b35d3ea" md5="48ab8529b7f6a24fa2026fe485bbe53b" sha1="a6dcdd4c7ffbfdc8e26f70158cee3fc2f1457b17"/>
+       </game>
+       <game name="Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="91a884f1" md5="1aec995f9a360d803da5f8832f6e9371" sha1="5df024cac41c0dd1a9dda0e60f5522850b665e63"/>
+       </game>
+       <game name="Halo - Combat Evolved (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Halo - Combat Evolved (Europe) (Es,It)</description>
+               <rom name="Halo - Combat Evolved (Europe) (Es,It).iso" size="7825162240" crc="e00bc08b" md5="b3307e1309ddc74409822d128b9e600a" sha1="cfbe5721cc516dc525162506fd869bc1b10c0f67"/>
+       </game>
+       <game name="Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="8eec48c7" md5="d5c9d39e75f8391ea3781ba18c9dbcdf" sha1="5004e1450a16311346dcff54f85e0d878a478546"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger - Night of the Quinkan (USA, Australia)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger - Night of the Quinkan (USA, Australia)</description>
+               <rom name="Ty the Tasmanian Tiger - Night of the Quinkan (USA, Australia).iso" size="7825162240" crc="9ebe103d" md5="cf2de3a362843ada50cdc0a0059eadfc" sha1="a32faa4b12841dd52504fe14e0debaac5d793d49"/>
+       </game>
+       <game name="Defender (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Defender (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Defender (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="81822dea" md5="64ee9fffa831ff480e2a37614cdbdffd" sha1="02f213f1dc1527c2a437df738ec2dc58c8919e19"/>
+       </game>
+       <game name="Matrix, The - Path of Neo (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Matrix, The - Path of Neo (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Matrix, The - Path of Neo (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="5140a995" md5="89c12306d9284282065cafec0da02abd" sha1="d94c98e8eab03786527a2c619b8696b282dfdebd"/>
+       </game>
+       <game name="Night Caster - Defeat the Darkness (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Night Caster - Defeat the Darkness (Europe) (En,Fr,De)</description>
+               <rom name="Night Caster - Defeat the Darkness (Europe) (En,Fr,De).iso" size="7825162240" crc="9bad5fe9" md5="3a380470e112e334d7e596e0eeadeeb7" sha1="ead8f08f78c6d81336f7e078466df44598a6399e"/>
+       </game>
+       <game name="Sensible Soccer 2006 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sensible Soccer 2006 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sensible Soccer 2006 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a79fa011" md5="e01d7aa035e2c3c8fb520ea30a1c4b88" sha1="68244c0eb55149b34c7dd6a35a99c5f68da16c19"/>
+       </game>
+       <game name="Slam Tennis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Slam Tennis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Slam Tennis (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e42379aa" md5="29fbbc6baaedf9e83159e17983fcc1d0" sha1="8142341d34004dfa0789d5a5708d2e1a8da86e52"/>
+       </game>
+       <game name="X-Men - Next Dimension (Europe)">
+               <category>Games</category>
+               <description>X-Men - Next Dimension (Europe)</description>
+               <rom name="X-Men - Next Dimension (Europe).iso" size="7825162240" crc="b9ffe08d" md5="c48506302fc93c585c10e0aafcc208fa" sha1="5d90777e96131e2525441442dd4fccaade235de5"/>
+       </game>
+       <game name="Dynasty Warriors 3 (Europe) (En,Ja,Fr,De)">
+               <category>Games</category>
+               <description>Dynasty Warriors 3 (Europe) (En,Ja,Fr,De)</description>
+               <rom name="Dynasty Warriors 3 (Europe) (En,Ja,Fr,De).iso" size="7825162240" crc="936d0472" md5="a9cc72adc128d1848d6783621447acc1" sha1="9e7f78f29278c071d51e6417d451ad07a9c53aa6"/>
+       </game>
+       <game name="Azurik - Rise of Perathia (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Azurik - Rise of Perathia (Europe) (En,Fr,De)</description>
+               <rom name="Azurik - Rise of Perathia (Europe) (En,Fr,De).iso" size="7825162240" crc="fa404404" md5="193a902e8e06e362d19101b2c1a1d9c7" sha1="018226d490debff4446fd14e8e1a000f60767ae0"/>
+       </game>
+       <game name="BDFL Manager 2004 (Germany)">
+               <category>Games</category>
+               <description>BDFL Manager 2004 (Germany)</description>
+               <rom name="BDFL Manager 2004 (Germany).iso" size="7825162240" crc="f2dcd8eb" md5="ef2131379a889a0f88b6922448c8d602" sha1="9422168d72ebf1b0d900186eef304cee58aecb7c"/>
+       </game>
+       <game name="Malice (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Malice (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Malice (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6620dcaf" md5="4959885b0f39219890375912973fb4d7" sha1="6844888f31e5839346dc1181017706e92877cb5d"/>
+       </game>
+       <game name="Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b35c626e" md5="b00ced777a8aee5c20af997341c12e0a" sha1="f62c49f175894623f0870349d1d431a6635a7a41"/>
+       </game>
+       <game name="Metal Dungeon (Europe)">
+               <category>Games</category>
+               <description>Metal Dungeon (Europe)</description>
+               <rom name="Metal Dungeon (Europe).iso" size="7825162240" crc="6eb9f65c" md5="b520708e2e143f5e0e59de941ef78fbe" sha1="6fd35de6c1b8b0141953ffcf11cf9660c911cf9a"/>
+       </game>
+       <game name="Conan (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conan (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conan (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a83758fb" md5="99054b1492171887d85be29f68ba9336" sha1="83ae0cd47992b67b8fb09323a6efad45d6a09dd9"/>
+       </game>
+       <game name="Blinx - The Time Sweeper (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Blinx - The Time Sweeper (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Blinx - The Time Sweeper (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="b946d267" md5="f079e055a5842ed6b42e1f025e32c0bd" sha1="739ff124c049110103d31e04eef0e441a491894b"/>
+       </game>
+       <game name="True Crime - New York City (Germany)">
+               <category>Games</category>
+               <description>True Crime - New York City (Germany)</description>
+               <rom name="True Crime - New York City (Germany).iso" size="7825162240" crc="6fda1692" md5="020e0d6980f7aba18edc07376cf47367" sha1="47739e6e1e13b03a7567be0e25dbe70efafd1c01"/>
+       </game>
+       <game name="Torino 2006 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Torino 2006 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Torino 2006 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="020eebae" md5="7f743a0409181c0be79c415447d9f0fd" sha1="217f056b89bd37b2e6579fb316df27b7365e47b3"/>
+       </game>
+       <game name="Dr. Muto (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dr. Muto (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dr. Muto (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="36a1b147" md5="a74945bfec852baa651aa742d37ba516" sha1="c7e287653872481aad55f2217d10e92f4b4f25bb"/>
+       </game>
+       <game name="Spy vs. Spy (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Spy vs. Spy (Europe) (En,Fr,De,Es)</description>
+               <rom name="Spy vs. Spy (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="23f49ba8" md5="376b77a9be0ae1562845f740e32269a0" sha1="82f55937156a49e6df67ce782b6eb58a22b079f2"/>
+       </game>
+       <game name="Nickelodeon Tak - The Great Juju Challenge (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Tak - The Great Juju Challenge (Europe)</description>
+               <rom name="Nickelodeon Tak - The Great Juju Challenge (Europe).iso" size="7825162240" crc="ee49584e" md5="a036c8f1b32704359086aa7b4ceb6632" sha1="ce3ef42ec287610805c6985550fb02a201a554f6"/>
+       </game>
+       <game name="Driv3r (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Driv3r (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Driv3r (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0fe7ad45" md5="3a7a16b637217fd3ea4b371e23244067" sha1="4c34c46fb8a979a212121ca514a560fb5f690193"/>
+       </game>
+       <game name="Star Trek - Shattered Universe (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Star Trek - Shattered Universe (Europe) (En,Fr,De)</description>
+               <rom name="Star Trek - Shattered Universe (Europe) (En,Fr,De).iso" size="7825162240" crc="1fbabfcb" md5="dc36a23217d99a6b91020b31891f9197" sha1="906e3dbf650048a5c453dac5c48446753a0bb243"/>
+       </game>
+       <game name="NHL 2002 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NHL 2002 (Europe) (En,Fr,De)</description>
+               <rom name="NHL 2002 (Europe) (En,Fr,De).iso" size="7825162240" crc="33d6ff30" md5="13d8a5f1f103bb3b5d7020e04e34511c" sha1="39ecadb2aabe7a8e3d2b2ae632d0c8916f3b3e17"/>
+       </game>
+       <game name="2002 FIFA World Cup (Germany)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (Germany)</description>
+               <rom name="2002 FIFA World Cup (Germany).iso" size="7825162240" crc="20f65275" md5="32063cc68799d6fa8440449df077329a" sha1="20561e88034b06d46046bcb6330a1c09adf42a4e"/>
+       </game>
+       <game name="FIFA Football 2005 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Europe) (Fr,De)</description>
+               <rom name="FIFA Football 2005 (Europe) (Fr,De).iso" size="7825162240" crc="4f85c807" md5="91780d78b3f7e508633a592c330946d9" sha1="59b119d8c86526e80a120fa609b505afe39808e1"/>
+       </game>
+       <game name="AND 1 Streetball (World) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>AND 1 Streetball (World) (En,Fr,De,Es,It)</description>
+               <rom name="AND 1 Streetball (World) (En,Fr,De,Es,It).iso" size="7825162240" crc="c8e14e54" md5="c87328496b4cc7b24da7aaf6ecdb58a7" sha1="703be526f94cc180f8f5d931da6181d39a883893"/>
+       </game>
+       <game name="Crouching Tiger, Hidden Dragon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crouching Tiger, Hidden Dragon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Crouching Tiger, Hidden Dragon (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c50df59e" md5="33a7f344a5a01840848a92cc1751da5b" sha1="520aa2628456aa8a52c555e96c999ece5c40d01b"/>
+       </game>
+       <game name="Magic - The Gathering - Battlegrounds (World) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Magic - The Gathering - Battlegrounds (World) (En,Fr,De,Es,It)</description>
+               <rom name="Magic - The Gathering - Battlegrounds (World) (En,Fr,De,Es,It).iso" size="7825162240" crc="39163a95" md5="879af205aac1e8cf1fd19f5af08edb50" sha1="2277e16bb6abdd2143aee31dcdd4d113bf60b684"/>
+       </game>
+       <game name="Red Faction II (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Red Faction II (Europe) (En,Fr,De)</description>
+               <rom name="Red Faction II (Europe) (En,Fr,De).iso" size="7825162240" crc="ee88bce2" md5="eae9dbb2a65bde9b43e56716b77f3d65" sha1="ba39393f883a2c08d15411de2d0bc4dc0e487283"/>
+       </game>
+       <game name="Crazy Taxi 3 (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crazy Taxi 3 (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Crazy Taxi 3 (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="4d6713e0" md5="de0f4988c0b166b3bee10a77c3ed887e" sha1="94500626ad8bc51dc557dfea45b0c9d391951fe5"/>
+       </game>
+       <game name="BDFL Manager 2003 (Germany)">
+               <category>Games</category>
+               <description>BDFL Manager 2003 (Germany)</description>
+               <rom name="BDFL Manager 2003 (Germany).iso" size="7825162240" crc="d418d56f" md5="1e77575261263727fb5c1883a0f56b3a" sha1="aa8c3c521a0900b449f169ba3103773d50bc6371"/>
+       </game>
+       <game name="NBA Live 06 (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>NBA Live 06 (Europe) (En,De,It)</description>
+               <rom name="NBA Live 06 (Europe) (En,De,It).iso" size="7825162240" crc="52eb098d" md5="8e8f72ddaf6049445015b8d1408f4588" sha1="584ac7848898a582674fb1cba85746ad04460e21"/>
+       </game>
+       <game name="Puyo Pop Fever (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Puyo Pop Fever (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Puyo Pop Fever (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="4712b304" md5="9e97107e077708893c65418e06ec6dca" sha1="47a890a20d9117d680b5ce797c71a41b2dcbd5b1"/>
+       </game>
+       <game name="Terminator, The - Dawn of Fate (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Terminator, The - Dawn of Fate (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Terminator, The - Dawn of Fate (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="23f603ad" md5="76b404d35b959ccf8ccd1072733b900a" sha1="968c24325fe5df38a6b33390a14096f49b4a452a"/>
+       </game>
+       <game name="Vietcong - Purple Haze (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Vietcong - Purple Haze (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Vietcong - Purple Haze (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b7ce8559" md5="ac624cf548e0600564d96d3cf3e920b1" sha1="6bc857eedc65098a5d9c69c491edd4a7616ef61f"/>
+       </game>
+       <game name="Suffering, The - Ties That Bind (Germany)">
+               <category>Games</category>
+               <description>Suffering, The - Ties That Bind (Germany)</description>
+               <rom name="Suffering, The - Ties That Bind (Germany).iso" size="7825162240" crc="05eb3f9b" md5="bfeeff46cf771d485112265208a19d19" sha1="7a5d02b7a6a7d40c96078b71e230f53c47bf8642"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic II - The Sith Lords (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic II - The Sith Lords (Germany)</description>
+               <rom name="Star Wars - Knights of the Old Republic II - The Sith Lords (Germany).iso" size="7825162240" crc="5ba22e03" md5="6586cf747d58c5627cd830ad94b99b95" sha1="a6c9e842bee236bc3539cd5bf2b1ffd44b06e9f5"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic (Germany)</description>
+               <rom name="Star Wars - Knights of the Old Republic (Germany).iso" size="7825162240" crc="707effde" md5="a43824fbf78d8f024c2714384454d2e6" sha1="8c20100ce1b392d64430cf8c52f682c1afda41cc"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance II (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance II (Europe) (En,Fr,De)</description>
+               <rom name="Baldur's Gate - Dark Alliance II (Europe) (En,Fr,De).iso" size="7825162240" crc="c96d5456" md5="422bc33002c674eff713ba38fa0f57df" sha1="203b52660f49520896ad32d2e8f50ab3b623125b"/>
+       </game>
+       <game name="Max Payne 2 - The Fall of Max Payne (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Max Payne 2 - The Fall of Max Payne (Europe) (En,Fr,De)</description>
+               <rom name="Max Payne 2 - The Fall of Max Payne (Europe) (En,Fr,De).iso" size="7825162240" crc="ec0dafba" md5="37b911cf889e53afb752bc74e2f012f3" sha1="160129f39e9eeaa1e3a15366ce1c5ccffb2f6159"/>
+       </game>
+       <game name="Total Overdose (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Total Overdose (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Total Overdose (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2ebc7ff7" md5="a049c3808d6adfaa7ec3b2ba908d435d" sha1="9984b3ec148fb1f9f6f748c94ef65edcf5e6b1ca"/>
+       </game>
+       <game name="Total Immersion Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Total Immersion Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Total Immersion Racing (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0705a4e8" md5="85076368ea1599e8413f3835ba91f72f" sha1="bef5d18e5ea08f8a37270c82e9caaf87fccc5184"/>
+       </game>
+       <game name="Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a31c618b" md5="2c694bf046f32bd418b3be47550258bd" sha1="b714c0b0bd527c35483816497970a805cfabf498"/>
+       </game>
+       <game name="Taito Legends (Europe)">
+               <category>Games</category>
+               <description>Taito Legends (Europe)</description>
+               <rom name="Taito Legends (Europe).iso" size="7825162240" crc="27d9bfc7" md5="54da380bcf47983be4574d62ce9a2062" sha1="9dd193f3ed59ca195ea7c17ec95b695178d066a6"/>
+       </game>
+       <game name="Street Fighter Anniversary Collection (Japan, Europe) (En,Ja)">
+               <category>Games</category>
+               <description>Street Fighter Anniversary Collection (Japan, Europe) (En,Ja)</description>
+               <rom name="Street Fighter Anniversary Collection (Japan, Europe) (En,Ja).iso" size="7825162240" crc="44f7e98f" md5="ff0696a855cc5ccf5a64b11b68a0d258" sha1="659a1787da8b062624b171036244c420dff059eb"/>
+       </game>
+       <game name="Stubbs the Zombie in Rebel Without a Pulse (Europe)">
+               <category>Games</category>
+               <description>Stubbs the Zombie in Rebel Without a Pulse (Europe)</description>
+               <rom name="Stubbs the Zombie in Rebel Without a Pulse (Europe).iso" size="7825162240" crc="1abd6d91" md5="873814b6d08f510c02b265d0485fae43" sha1="c89324fda2ba0ee1ada47b0f57cd596faa1ba935"/>
+       </game>
+       <game name="Marvel vs. Capcom 2 - New Age of Heroes (Europe)">
+               <category>Games</category>
+               <description>Marvel vs. Capcom 2 - New Age of Heroes (Europe)</description>
+               <rom name="Marvel vs. Capcom 2 - New Age of Heroes (Europe).iso" size="7825162240" crc="d1a913a6" md5="d70b75a5488e1926c8cf885e62679b1f" sha1="ba0788dbba4d9c6d0264f62b58e0606334cf6935"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ae0e9477" md5="2f778cf5c4157a4540b99db975a62a62" sha1="e612c320ded7f850153e194303490073e0bb72b5"/>
+       </game>
+       <game name="Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="6a30fcf4" md5="7d3715a6532a3da797ebe44aa4bdf47d" sha1="a361f6d92d67766a4963e442382fdd56470a3212"/>
+       </game>
+       <game name="Silent Hill 4 - The Room (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Silent Hill 4 - The Room (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Silent Hill 4 - The Room (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="96060986" md5="e9383c65f74f2e4bd76a14761a61be37" sha1="f85736365196f797592653739683cf8f7692c6c1"/>
+       </game>
+       <game name="Outlaw Golf (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Outlaw Golf (Europe) (En,Fr,De)</description>
+               <rom name="Outlaw Golf (Europe) (En,Fr,De).iso" size="7825162240" crc="e671be30" md5="4bb6aa5181015d62fb2631891fd70a02" sha1="c90879ab6160de2397e65dfdd095f327cc752d9d"/>
+       </game>
+       <game name="Richard Burns Rally (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Richard Burns Rally (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Richard Burns Rally (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2e748283" md5="c8d376a23ad6036c48fb703d5e53ce59" sha1="1bdeeef505fa5789b78fa5e7e2bde3cbf612dd5a"/>
+       </game>
+       <game name="Constantine (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Constantine (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Constantine (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e4b0228b" md5="1abeb5b4985daaa60fb23b0fe91dfa41" sha1="abe6fd4082c2a0969e6ab1aecc2ba41c9e20af0f"/>
+       </game>
+       <game name="Total Club Manager 2005 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Total Club Manager 2005 (Europe) (En,Fr,De)</description>
+               <rom name="Total Club Manager 2005 (Europe) (En,Fr,De).iso" size="7825162240" crc="6a62b0e1" md5="a36b772d922337c703bed3bb4c83a58f" sha1="e22dfbc3b25a3d877f4269b2c624ac5f301c6d74"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (Germany)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (Germany)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (Germany).iso" size="7825162240" crc="6a2b91e8" md5="c341009867b6b1df8389c1e05fdeedb2" sha1="b3bb55fd4a530fa1954d19eb918d38e31690a05c"/>
+       </game>
+       <game name="Phantom Crash (Europe)">
+               <category>Games</category>
+               <description>Phantom Crash (Europe)</description>
+               <rom name="Phantom Crash (Europe).iso" size="7825162240" crc="fa6baff9" md5="97b234c3418cb30b8e563607988d2edd" sha1="2b49a20005d4570d4be033d6b279291a8d6c5404"/>
+       </game>
+       <game name="Crimson Sea (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Crimson Sea (Europe) (En,Fr,De)</description>
+               <rom name="Crimson Sea (Europe) (En,Fr,De).iso" size="7825162240" crc="2f697c8c" md5="cf50d5a73c94719f7dcdc114312380cc" sha1="77d27f8bf0ae99da438268db4c70c22ea647cfd5"/>
+       </game>
+       <game name="Ski Racing 2006 (Europe) (En,Fr,De,It,No)">
+               <category>Games</category>
+               <description>Ski Racing 2006 (Europe) (En,Fr,De,It,No)</description>
+               <rom name="Ski Racing 2006 (Europe) (En,Fr,De,It,No).iso" size="7825162240" crc="427747de" md5="4eb79ff67437c5b82765851782a8902e" sha1="bbd89bd32e0995a184c1ec45272b094e1c80c5c7"/>
+       </game>
+       <game name="DTM Race Driver - Director's Cut (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>DTM Race Driver - Director's Cut (Europe) (En,Fr,De)</description>
+               <rom name="DTM Race Driver - Director's Cut (Europe) (En,Fr,De).iso" size="7825162240" crc="e5a353a6" md5="24a8df8b431baf3c9db4ed2f26641006" sha1="19d0b45d0d9a85b5572fb35fff18a5b72a785fa4"/>
+       </game>
+       <game name="DTM Race Driver 2 - Ultimate Racing Simulator (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DTM Race Driver 2 - Ultimate Racing Simulator (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DTM Race Driver 2 - Ultimate Racing Simulator (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="471021f3" md5="1626e621fad63195487ae60705bbaaa8" sha1="e01620539e2cc9492fbc144445fbd59fa418767d"/>
+       </game>
+       <game name="Club Football 2005 - AC Milan (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>Club Football 2005 - AC Milan (Europe) (En,De,It)</description>
+               <rom name="Club Football 2005 - AC Milan (Europe) (En,De,It).iso" size="7825162240" crc="c5c3f681" md5="9332a93b39605c2d7f8121a5b0a400b7" sha1="e6b19e704ea7b5cb53e428025bb8bc833c0f4fc5"/>
+       </game>
+       <game name="Club Football 2005 - Ajax Amsterdam (Europe) (En,Fr,It,Nl)">
+               <category>Games</category>
+               <description>Club Football 2005 - Ajax Amsterdam (Europe) (En,Fr,It,Nl)</description>
+               <rom name="Club Football 2005 - Ajax Amsterdam (Europe) (En,Fr,It,Nl).iso" size="7825162240" crc="22118ca1" md5="79cad6f4f543fa43b015f3b8992af727" sha1="dae3027713eb3a2901bd56cd57dac10a2ceb3d01"/>
+       </game>
+       <game name="Club Football 2005 - Juventus (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>Club Football 2005 - Juventus (Europe) (En,De,It)</description>
+               <rom name="Club Football 2005 - Juventus (Europe) (En,De,It).iso" size="7825162240" crc="426bca34" md5="9014a5265c65ca5683b690cf4f8e8b40" sha1="5b2a08b3e641cda23ad76332b4d938b271672b3d"/>
+       </game>
+       <game name="NBA Live 2004 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA Live 2004 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA Live 2004 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2fbc2600" md5="620086ef6b760277793f065821d475f3" sha1="1266149a1eeb7579dc7363ba695b55e0b9a813c9"/>
+       </game>
+       <game name="Raze's Hell (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Raze's Hell (Europe) (En,Fr,De)</description>
+               <rom name="Raze's Hell (Europe) (En,Fr,De).iso" size="7825162240" crc="5f527b67" md5="ab0cf8571523f3e84360e4a161b05693" sha1="c739afae0de82f72dc2e6ff5857c620612e947e3"/>
+       </game>
+       <game name="Club Football - Rangers FC (UK)">
+               <category>Games</category>
+               <description>Club Football - Rangers FC (UK)</description>
+               <rom name="Club Football - Rangers FC (UK).iso" size="7825162240" crc="b296c4db" md5="e5cc2365e097b2e1ffcce50037391193" sha1="b472457de8e43ff8748f624337874e9948916018"/>
+       </game>
+       <game name="BloodRayne (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>BloodRayne (Europe) (En,Fr,Es,It)</description>
+               <rom name="BloodRayne (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="f4188a3f" md5="c477ad28ef2f78ee5733cef88aa5d332" sha1="6cd866957ba40349669ef3a8f68691edd28e4e28"/>
+       </game>
+       <game name="Fable (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Fable (Europe) (En,Es,It)</description>
+               <rom name="Fable (Europe) (En,Es,It).iso" size="7825162240" crc="79837906" md5="600688eb9f73497a8b74816a8e417d63" sha1="01517f25ce8562334e54e8e743d8865ab0fd7988"/>
+       </game>
+       <game name="Star Wars - Caballeros de la Antigua Republica II - Los Senores Sith (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Caballeros de la Antigua Republica II - Los Senores Sith (Spain)</description>
+               <rom name="Star Wars - Caballeros de la Antigua Republica II - Los Senores Sith (Spain).iso" size="7825162240" crc="8a655d14" md5="7d5b8d2f1c6c0f3acae5eccc6b503782" sha1="ad880e84f48a6b99640766c40cd6c3b68b990a47"/>
+       </game>
+       <game name="Sega GT 2002 &amp; JSRF - Jet Set Radio Future (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sega GT 2002 &amp; JSRF - Jet Set Radio Future (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Sega GT 2002 &amp; JSRF - Jet Set Radio Future (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="37bc17f0" md5="f08dbe2fe56cf135edf3f686a5b9aa09" sha1="a190a7a9c8ad854e01eb592057de214d5afb2bed"/>
+       </game>
+       <game name="Forgotten Realms - Demon Stone (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Forgotten Realms - Demon Stone (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Forgotten Realms - Demon Stone (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="94c50788" md5="3423ad2b23b90dc686a8e0814c70d5fe" sha1="233bce425568d94b13f33bcfcb2c3b9e0ee393fc"/>
+       </game>
+       <game name="Oddworld - Strangers Vergeltung (Germany)">
+               <category>Games</category>
+               <description>Oddworld - Strangers Vergeltung (Germany)</description>
+               <rom name="Oddworld - Strangers Vergeltung (Germany).iso" size="7825162240" crc="87def061" md5="a0ed00f25e27bf0b7c6cfcc1f7ba760f" sha1="be2406f139b7427279339b0374cd419f4f2bab5c"/>
+       </game>
+       <game name="Club Football - AC Milan (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>Club Football - AC Milan (Europe) (En,De,It)</description>
+               <rom name="Club Football - AC Milan (Europe) (En,De,It).iso" size="7825162240" crc="5b7e4e4b" md5="40f2e5f7bc88b65ad5644b79ef813411" sha1="81c1aa0c2a223e5d7d2fb68f2ff2addee37ad07a"/>
+       </game>
+       <game name="Mace Griffin - Bounty Hunter (Germany) (En,De)">
+               <category>Games</category>
+               <description>Mace Griffin - Bounty Hunter (Germany) (En,De)</description>
+               <rom name="Mace Griffin - Bounty Hunter (Germany) (En,De).iso" size="7825162240" crc="33988a6c" md5="3ab93b0fc5b90ca13a56c7e6b8465805" sha1="461141b5f10494c0e737486f648524bc517be2e9"/>
+       </game>
+       <game name="Advent Rising (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Advent Rising (Europe) (En,Fr,De)</description>
+               <rom name="Advent Rising (Europe) (En,Fr,De).iso" size="7825162240" crc="1234c58b" md5="cdbed7caa986a1c82d1d9d704310b83d" sha1="63ad046a5a6ea6743b1e5114e4ac575b0e98910e"/>
+       </game>
+       <game name="187 - Ride or Die (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>187 - Ride or Die (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="187 - Ride or Die (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="97052ef6" md5="bf4fff2b043ef04722c62e8d24c6ee14" sha1="dbfbf57ba518f9fc67623b499f0f91bb055d55c0"/>
+       </game>
+       <game name="BloodRayne 2 (Germany)">
+               <category>Games</category>
+               <description>BloodRayne 2 (Germany)</description>
+               <rom name="BloodRayne 2 (Germany).iso" size="7825162240" crc="b9116c6d" md5="08ed4b8434f53a1809e0be908d92a2d8" sha1="061ed25ecf3643f1ba43116eb052f507293497bf"/>
+       </game>
+       <game name="Mercenaries (Germany)">
+               <category>Games</category>
+               <description>Mercenaries (Germany)</description>
+               <rom name="Mercenaries (Germany).iso" size="7825162240" crc="9e0a5fc5" md5="594207be84fe28496f42cb0d1f62eefc" sha1="65518ae1814a303c35c8bdaf4d6cc391cb58a28b"/>
+       </game>
+       <game name="Antz Extreme Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Antz Extreme Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Antz Extreme Racing (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4e348403" md5="6891423656b6bf0c1c7dc5d56982d3c3" sha1="a33dad499f663446ddf0894cf517d204a8de2d74"/>
+       </game>
+       <game name="Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany)">
+               <category>Games</category>
+               <description>Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany)</description>
+               <rom name="Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany).iso" size="7825162240" crc="c54508bc" md5="c3c54a4ea070f9364d7ad50106f762d1" sha1="c8ca37bc18c563386ba2de20bbb5a6997121d3a5"/>
+       </game>
+       <game name="Outlaw Golf 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Outlaw Golf 2 (Europe) (En,Fr,De)</description>
+               <rom name="Outlaw Golf 2 (Europe) (En,Fr,De).iso" size="7825162240" crc="974fb9f7" md5="3dd670dadfaaed87c529a48d58ac1761" sha1="a4a78450d5ed5e9bc97c18a4a4ca80c1c3553643"/>
+       </game>
+       <game name="Outlaw Tennis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Outlaw Tennis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Outlaw Tennis (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="531b8c63" md5="ee64c7e3bdaee6a89969251171accd25" sha1="b28671a20a0a89824e4f9f8872637652795c4ebf"/>
+       </game>
+       <game name="RalliSport Challenge 2 (World) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>RalliSport Challenge 2 (World) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="RalliSport Challenge 2 (World) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="668659aa" md5="6f200964a7ad42c52983e7feaec897d2" sha1="9713c4317bd264c7489cd7f0fd03caff0a32a9f8"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (Spain)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (Spain)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (Spain).iso" size="7825162240" crc="c5ebfe83" md5="869a8b3c17bc725ef6b57542c1880ffc" sha1="b043eea49db87131737fc7b60b1c02de30cfda97"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles (Europe)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles (Europe)</description>
+               <rom name="Disney-Pixar The Incredibles (Europe).iso" size="7825162240" crc="d870206f" md5="a7f6701df74b7958812c937d7a53fb7e" sha1="9cec1141bab50401c06255ec5fcd08303d365b2d"/>
+       </game>
+       <game name="Metal Slug 4 (USA, Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metal Slug 4 (USA, Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Metal Slug 4 (USA, Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="d1d78b40" md5="c34651242ee344c3fe22493a9d51c49a" sha1="4be8bb7a04a30b36bb3125ca303f5291a703a990"/>
+       </game>
+       <game name="Serious Sam II (USA, Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Serious Sam II (USA, Europe) (En,Fr,De,It)</description>
+               <rom name="Serious Sam II (USA, Europe) (En,Fr,De,It).iso" size="7825162240" crc="8b72f700" md5="83324a8493f9c63ac3fc2115ddf8b72c" sha1="fa8dd5ec0c6f30f619bf4c7dc75d6a66acec4a2f"/>
+       </game>
+       <game name="FIFA Football 2005 (Spain)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Spain)</description>
+               <rom name="FIFA Football 2005 (Spain).iso" size="7825162240" crc="30f8878f" md5="d0cf722d44dd1562962ada95602e88aa" sha1="398da444e8c903c55a668ad748e317069ffd3af6"/>
+       </game>
+       <game name="UEFA Euro 2004 - Portugal (Spain)">
+               <category>Games</category>
+               <description>UEFA Euro 2004 - Portugal (Spain)</description>
+               <rom name="UEFA Euro 2004 - Portugal (Spain).iso" size="7825162240" crc="9d5e7bd4" md5="4a0a929c3e7612627e62759243475966" sha1="680c9a26497c96f9e8edd425d0aae830e469384b"/>
+       </game>
+       <game name="Manager de Liga 2004 (Spain)">
+               <category>Games</category>
+               <description>Manager de Liga 2004 (Spain)</description>
+               <rom name="Manager de Liga 2004 (Spain).iso" size="7825162240" crc="ed103f4d" md5="e0f4200bcd544c9684de2e37f0e4e75e" sha1="5fb4796b94cc76a8b1f2084e22e868f895269637"/>
+       </game>
+       <game name="Silent Hill 2 - Inner Fears (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Silent Hill 2 - Inner Fears (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Silent Hill 2 - Inner Fears (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="6128a01d" md5="c8dad19c6d149e92fb5da993eba95b63" sha1="775b8ffe721ef4b281afdf190a7ac1f4c88f0b32"/>
+       </game>
+       <game name="Bruce Lee - Quest of the Dragon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bruce Lee - Quest of the Dragon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bruce Lee - Quest of the Dragon (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b5ef567d" md5="0b20ad9bb7b83fbec1cfe49394aacc06" sha1="38e06acf97cdd5ace6584b479c84b0b6dcff34a7"/>
+       </game>
+       <game name="Futurama (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Futurama (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Futurama (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1fe278ec" md5="6927cb68a021416a6e7b08dc58c0d059" sha1="24180099b99e5e912829cf89fc014afd92bcd6dd"/>
+       </game>
+       <game name="Tenchu - Return from Darkness (Europe, Australia) (En,Fr)">
+               <category>Games</category>
+               <description>Tenchu - Return from Darkness (Europe, Australia) (En,Fr)</description>
+               <rom name="Tenchu - Return from Darkness (Europe, Australia) (En,Fr).iso" size="7825162240" crc="3310a500" md5="9750f8d46002c1e103f781d834c6da67" sha1="bc2fa5cf594ec1572b31989b1535ce97072114d3"/>
+       </game>
+       <game name="Senor de los Anillos, El - El Retorno del Rey (Spain)">
+               <category>Games</category>
+               <description>Senor de los Anillos, El - El Retorno del Rey (Spain)</description>
+               <rom name="Senor de los Anillos, El - El Retorno del Rey (Spain).iso" size="7825162240" crc="91c77228" md5="db92ca0a8e5e77006fd03b2f884aee26" sha1="ad8c726a91fe908bf43a38c54836e68ccdffb512"/>
+       </game>
+       <game name="Senor de los Anillos, El - La Tercera Edad (Spain)">
+               <category>Games</category>
+               <description>Senor de los Anillos, El - La Tercera Edad (Spain)</description>
+               <rom name="Senor de los Anillos, El - La Tercera Edad (Spain).iso" size="7825162240" crc="82916104" md5="cf2c469e40bbb32629215d24912c98e7" sha1="d52c123cb219a5f5b2bbbf88eb1a05b4b3e8655c"/>
+       </game>
+       <game name="Club Football 2005 - Aston Villa (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Aston Villa (UK)</description>
+               <rom name="Club Football 2005 - Aston Villa (UK).iso" size="7825162240" crc="715e0e56" md5="d2bf875007d766bc82979b3d990b412d" sha1="9fb8e31a2442078265481f9f097ebbf30ecdc5ee"/>
+       </game>
+       <game name="Club Football 2005 - Birmingham City (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Birmingham City (UK)</description>
+               <rom name="Club Football 2005 - Birmingham City (UK).iso" size="7825162240" crc="8fd93baa" md5="65de5b2d010e0768e598e73335de42a4" sha1="077d4573d4b406d3a221b20137fafc70f12fb92a"/>
+       </game>
+       <game name="Club Football 2005 - Real Madrid (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Club Football 2005 - Real Madrid (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Club Football 2005 - Real Madrid (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="cf589e1a" md5="f22132bdbc5d28a6580f8c041a84d2e6" sha1="cb5f56425967dcb676a33afe5e00da2435f801e4"/>
+       </game>
+       <game name="Gladiator - Sword of Vengeance (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gladiator - Sword of Vengeance (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Gladiator - Sword of Vengeance (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="187bb559" md5="14159955bd0146cb5434349f8ddca904" sha1="f9ac61fcd774d8c70f65afa8af65283241c41cc8"/>
+       </game>
+       <game name="Spartan - Total Warrior (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spartan - Total Warrior (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spartan - Total Warrior (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="fe9e160f" md5="ce1605f08bb079dde39788fcc9bb5654" sha1="4f68e7357131c53ba0faff04569cc7f25b833322"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six - Lockdown (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six - Lockdown (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Rainbow Six - Lockdown (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="56b9ea1b" md5="548dbc2efb8fe2e200c08a496d776fa5" sha1="23c36444729f3cb75f74a2e5b2e33739172f9b8a"/>
+       </game>
+       <game name="Beat Down - Fists of Vengeance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Beat Down - Fists of Vengeance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Beat Down - Fists of Vengeance (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="7b4b8e5e" md5="a7392e67077accf3d2d04dfede10d463" sha1="a2fbd87da4c2e061167b9c52199636a66a045c5b"/>
+       </game>
+       <game name="Playboy - The Mansion (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Playboy - The Mansion (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Playboy - The Mansion (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="fbe0ca1c" md5="fad1ba6eb22c385cabc4b1c9110625ac" sha1="2b2ca6b5ee46ccc59c8962462e2570d530e20ad8"/>
+       </game>
+       <game name="Serious Sam (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Serious Sam (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Serious Sam (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="afdb3cd7" md5="770d5ed3c247626373aec2c645e4d589" sha1="9a353c9e967c64f77a6096392b76410a32df868c"/>
+       </game>
+       <game name="Gunvalkyrie (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gunvalkyrie (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gunvalkyrie (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="87fcfa85" md5="789e2bc70598218191efac24e64d7125" sha1="b0aa753ccc6332a04e3a054147e12f58e31a48bb"/>
+       </game>
+       <game name="2002 FIFA World Cup (Europe)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (Europe)</description>
+               <rom name="2002 FIFA World Cup (Europe).iso" size="7825162240" crc="faef957b" md5="92d0652ecbb50a8bc36eb4f107c42436" sha1="d9f89f320523df16034304f1ec06319990d51116"/>
+       </game>
+       <game name="Aliens Versus Predator - Extinction (Europe)">
+               <category>Games</category>
+               <description>Aliens Versus Predator - Extinction (Europe)</description>
+               <rom name="Aliens Versus Predator - Extinction (Europe).iso" size="7825162240" crc="5d5a8a45" md5="a6cef300cff773ca1f0b416560d63057" sha1="d30a804f5631599d5c902192c592e1f10ee01395"/>
+       </game>
+       <game name="Battlefield 2 - Modern Combat (Europe) (En,Es,Nl,Sv)">
+               <category>Games</category>
+               <description>Battlefield 2 - Modern Combat (Europe) (En,Es,Nl,Sv)</description>
+               <rom name="Battlefield 2 - Modern Combat (Europe) (En,Es,Nl,Sv).iso" size="7825162240" crc="3acfe56d" md5="65050454c7777d7988ab2995d3f9eef5" sha1="8dd65a4d08895e30cf3f44594b5ba44c66f349bd"/>
+       </game>
+       <game name="Battlestar Galactica (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Battlestar Galactica (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Battlestar Galactica (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="868389b9" md5="259d34e526fd21002e09070e7653a1fd" sha1="7a006b276745c21af0131732db1cd009c538c8c2"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (Europe) (Fr,Es,It)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (Europe) (Fr,Es,It)</description>
+               <rom name="Call of Duty 2 - Big Red One (Europe) (Fr,Es,It).iso" size="7825162240" crc="3045b993" md5="0807468b9be57fb358ece61f06cf4e53" sha1="376fc5230dd7b1e46752f6a1ab96a8f7f1a556b1"/>
+       </game>
+       <game name="Catwoman (Europe) (En,Fr,De,Es,It,Nl,Da)">
+               <category>Games</category>
+               <description>Catwoman (Europe) (En,Fr,De,Es,It,Nl,Da)</description>
+               <rom name="Catwoman (Europe) (En,Fr,De,Es,It,Nl,Da).iso" size="7825162240" crc="ed79b62c" md5="a40d86cc25304fea9b42785217d9ec1e" sha1="a11ef5a96cafa8c3333bf6d0927e0b8da1b02444"/>
+       </game>
+       <game name="Manager de Liga 2005 (Spain)">
+               <category>Games</category>
+               <description>Manager de Liga 2005 (Spain)</description>
+               <rom name="Manager de Liga 2005 (Spain).iso" size="7825162240" crc="ba84db92" md5="338fb0df5e36df63c4c5824a55433bff" sha1="11b48d45c8cf054cb7fd6f90871a940baa25b1a7"/>
+       </game>
+       <game name="NBA 2K7 (USA, Europe)">
+               <category>Games</category>
+               <description>NBA 2K7 (USA, Europe)</description>
+               <rom name="NBA 2K7 (USA, Europe).iso" size="7825162240" crc="353ae947" md5="54798ef3b3bcb85302979ed143e83e7b" sha1="aaf03ca7965ae44f355b0fc9dfa7dba95cec5000"/>
+       </game>
+       <game name="NBA Live 06 (Spain)">
+               <category>Games</category>
+               <description>NBA Live 06 (Spain)</description>
+               <rom name="NBA Live 06 (Spain).iso" size="7825162240" crc="21551108" md5="38e29a752ed940e243fe230ca4aaa1dc" sha1="7ea61510c13a0489e8f625898c88ba642f700651"/>
+       </game>
+       <game name="NBA Live 2005 (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>NBA Live 2005 (Europe) (En,De,It)</description>
+               <rom name="NBA Live 2005 (Europe) (En,De,It).iso" size="7825162240" crc="fc74e1f5" md5="b14be22fb46a4f7afc4cbb8ce6afbd47" sha1="1a30af8700015516dec42b2091162c9e10ad9eb0"/>
+       </game>
+       <game name="Wreckless - The Yakuza Missions (Europe)">
+               <category>Games</category>
+               <description>Wreckless - The Yakuza Missions (Europe)</description>
+               <rom name="Wreckless - The Yakuza Missions (Europe).iso" size="7825162240" crc="ed4a8637" md5="833ac34a37d1cc5631bdf36b2d081b7e" sha1="34b56d67086d09490008f93058333e102a97d1fa"/>
+       </game>
+       <game name="Call of Cthulhu - Dark Corners of the Earth (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Call of Cthulhu - Dark Corners of the Earth (Europe) (En,Fr,De)</description>
+               <rom name="Call of Cthulhu - Dark Corners of the Earth (Europe) (En,Fr,De).iso" size="7825162240" crc="5c4cb8a4" md5="299e56fbc3684bedf52b537b8477c5ea" sha1="da9a41fbe827779b4bfb40ccb0d5bd0bb9d00236"/>
+       </game>
+       <game name="Knights of the Temple II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Knights of the Temple II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Knights of the Temple II (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="df4d86ef" md5="435e6e62ad4fcaee07bf5fab6e149100" sha1="347ef6434c10f6254d65172a996b2b5b819ba5c8"/>
+       </game>
+       <game name="Mafia (Germany)">
+               <category>Games</category>
+               <description>Mafia (Germany)</description>
+               <rom name="Mafia (Germany).iso" size="7825162240" crc="dbb05d26" md5="04fd6fb70986830a6acd668b07c6f41b" sha1="4a8496a0e9f13562af0dc243e77d69df33cee5b2"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Baldur's Gate - Dark Alliance (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="59c307ab" md5="bd918fec4203727dec01afffd3acb596" sha1="f32973b815dd40ebbf9f8d0d2e3009eb898e824c"/>
+       </game>
+       <game name="Destroy All Humans! (Germany)">
+               <category>Games</category>
+               <description>Destroy All Humans! (Germany)</description>
+               <rom name="Destroy All Humans! (Germany).iso" size="7825162240" crc="2ccf5faa" md5="34998e158a933dd7540299cc0488ef01" sha1="037a2e57e7b522053bb2413abc1d8c67da58b816"/>
+       </game>
+       <game name="Hunter - The Reckoning - Redeemer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning - Redeemer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hunter - The Reckoning - Redeemer (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3c0ba1e7" md5="b02d99f8df28eeb19522df15835de849" sha1="736947d8f0006dab62ace2ae96d17cf2017a72c1"/>
+       </game>
+       <game name="Project Zero II - Crimson Butterfly - Director's Cut (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Project Zero II - Crimson Butterfly - Director's Cut (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Project Zero II - Crimson Butterfly - Director's Cut (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="565badad" md5="5b7797f837be045db58d9fbafb0162ec" sha1="a61640b5ceb2d7ff944eb50929e03f165ceeaf42"/>
+       </game>
+       <game name="True Crime - New York City (Europe)">
+               <category>Games</category>
+               <description>True Crime - New York City (Europe)</description>
+               <rom name="True Crime - New York City (Europe).iso" size="7825162240" crc="8c5032ff" md5="58406958bf1b57760992be8eda50c52c" sha1="d5318d4212a7850484b8147ff1f2b0b9fcb0e081"/>
+       </game>
+       <game name="ESPN Winter X Games Snowboarding 2002 (Japan)">
+               <category>Games</category>
+               <description>ESPN Winter X Games Snowboarding 2002 (Japan)</description>
+               <rom name="ESPN Winter X Games Snowboarding 2002 (Japan).iso" size="7825162240" crc="05d1e9ec" md5="d855b5adff43c7b340da2a8f0367c9cb" sha1="7c356a4f9aee7cd0af877bc14120d75f7d88fa0f"/>
+       </game>
+       <game name="Whacked! (Japan)">
+               <category>Games</category>
+               <description>Whacked! (Japan)</description>
+               <rom name="Whacked! (Japan).iso" size="7825162240" crc="dfcb5ad5" md5="16a2c3b7b0955b1954a2ae11595b54d0" sha1="0ba1fd25bfcdeb3d7c8834fd0f97ab2a5464fe73"/>
+       </game>
+       <game name="Star Wars - Caballeros de la Antigua Republica (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Caballeros de la Antigua Republica (Spain)</description>
+               <rom name="Star Wars - Caballeros de la Antigua Republica (Spain).iso" size="7825162240" crc="4af271a7" md5="6418b61225c471a55c639e6a71519b3f" sha1="a49d1ad67efce57fb050293a406b20b06e18d331"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance II (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance II (Europe) (En,Es,It)</description>
+               <rom name="Baldur's Gate - Dark Alliance II (Europe) (En,Es,It).iso" size="7825162240" crc="bb4640a5" md5="7f04041a03a4eccb3bb73c9a2fbee32b" sha1="35a6bcffc7ad09d60000efa03770ba56c1001a15"/>
+       </game>
+       <game name="Battlefield 2 - Modern Combat (Europe) (Fr,De,It)">
+               <category>Games</category>
+               <description>Battlefield 2 - Modern Combat (Europe) (Fr,De,It)</description>
+               <rom name="Battlefield 2 - Modern Combat (Europe) (Fr,De,It).iso" size="7825162240" crc="3febca4f" md5="6df84b050f30bc33684d6980f6d2413d" sha1="b3e46af1229b7cd9726bd3a73ca1994707564333"/>
+       </game>
+       <game name="Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="dfc85ee2" md5="f5e8bcdbc3d6f87a6d36371591c6e5ce" sha1="afe054189ac38e5feec5e58c8be0e24e1093d6ba"/>
+       </game>
+       <game name="SWAT - Global Strike Team (Europe) (En,De)">
+               <category>Games</category>
+               <description>SWAT - Global Strike Team (Europe) (En,De)</description>
+               <rom name="SWAT - Global Strike Team (Europe) (En,De).iso" size="7825162240" crc="36b953e3" md5="8e037fe7b633e0e662b9a4fe702a0675" sha1="fb3c31a24e3948faa9061a4fbff9a14b20abc087"/>
+       </game>
+       <game name="Fantastic 4 (Europe) (De,Nl)">
+               <category>Games</category>
+               <description>Fantastic 4 (Europe) (De,Nl)</description>
+               <rom name="Fantastic 4 (Europe) (De,Nl).iso" size="7825162240" crc="44693286" md5="ad0c929054074c239f73393d4a0496bd" sha1="7ab3fb9b26af3cedaf94c1d5ae04ea6984060bc9"/>
+       </game>
+       <game name="Heroes of the Pacific (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Heroes of the Pacific (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Heroes of the Pacific (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="691a823d" md5="35f7f1d1eef11231041bed09d94543cc" sha1="7ff9a6859d98e660f8d0baa67fc4213105934d54"/>
+       </game>
+       <game name="Wrath Unleashed (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wrath Unleashed (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wrath Unleashed (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a55659f8" md5="081fbcda0b2efd3c22a4ffdb05d270f1" sha1="ee6cb4f5fe87a3f6bc33a5cc2c00e16cc3874824"/>
+       </game>
+       <game name="Barbarian (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Barbarian (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Barbarian (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="bcd1051d" md5="5c076c146962626169dfc88f07b0cf82" sha1="1d8ab9083c6692f4e1faa6b2b20a0745f45ad478"/>
+       </game>
+       <game name="American Chopper (USA, Europe)">
+               <category>Games</category>
+               <description>American Chopper (USA, Europe)</description>
+               <rom name="American Chopper (USA, Europe).iso" size="7825162240" crc="c8793e3b" md5="b071e9ad7f01488418a5516faed5515a" sha1="b652282683845cd7b0cc60d6f874ec08a6692b3f"/>
+       </game>
+       <game name="Madden NFL 07 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 07 (Europe)</description>
+               <rom name="Madden NFL 07 (Europe).iso" size="7825162240" crc="2c486eb8" md5="3c322233c15b052d46869584d9137a4c" sha1="1213486b279809d306681c22f9f4fa19ee004900"/>
+       </game>
+       <game name="Knight's Apprentice - Memorick's Adventures (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Knight's Apprentice - Memorick's Adventures (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Knight's Apprentice - Memorick's Adventures (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0608b546" md5="c527f33774680782bf056c7e64df0d1c" sha1="d9a7d50f20ec4370c2aedb2dd3da687cd3bf3d08"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic II - The Sith Lords (Europe)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic II - The Sith Lords (Europe)</description>
+               <rom name="Star Wars - Knights of the Old Republic II - The Sith Lords (Europe).iso" size="7825162240" crc="d0b3e7b9" md5="6ac30152cabac41e57dc826b4240f8dc" sha1="d7bb70249a8accffc0db0998a25c258b6ee3d760"/>
+       </game>
+       <game name="NHL 2K6 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NHL 2K6 (Europe) (En,Fr,De)</description>
+               <rom name="NHL 2K6 (Europe) (En,Fr,De).iso" size="7825162240" crc="e2addf0f" md5="586785752fab2cd6427bf7f90c0ae496" sha1="ca7b10f4c2f73200301863928a6f3867a24d458c"/>
+       </game>
+       <game name="NHL 2K7 (USA, Europe)">
+               <category>Games</category>
+               <description>NHL 2K7 (USA, Europe)</description>
+               <rom name="NHL 2K7 (USA, Europe).iso" size="7825162240" crc="f22f0037" md5="57ff9dbc725d5aca12b8786d0c45012b" sha1="73fa2e1d0c57d53daa4a75011504a6872fad399b"/>
+       </game>
+       <game name="Petit Copter (Japan)">
+               <category>Games</category>
+               <description>Petit Copter (Japan)</description>
+               <rom name="Petit Copter (Japan).iso" size="7825162240" crc="daf1145a" md5="b4a336b37aa93ba2d855151a801dd4e1" sha1="b33ba68ddc07dceca5491d059bdd6c26099479ea"/>
+       </game>
+       <game name="Project Gotham Racing (Asia)">
+               <category>Games</category>
+               <description>Project Gotham Racing (Asia)</description>
+               <rom name="Project Gotham Racing (Asia).iso" size="7825162240" crc="8b633824" md5="69877cc8f128ec84fe616aed2d12bca2" sha1="95b9788eca5390a6246280095fc7756658f137e4"/>
+       </game>
+       <game name="RalliSport Challenge (Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>RalliSport Challenge (Asia) (En,Fr,De,Es,It)</description>
+               <rom name="RalliSport Challenge (Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="28a31f68" md5="f952bfe6f409d0cba823edd02d82ab84" sha1="e52b050adba83cea58095af5fa4ffae35860cb7c"/>
+       </game>
+       <game name="Red Faction II (Asia)">
+               <category>Games</category>
+               <description>Red Faction II (Asia)</description>
+               <rom name="Red Faction II (Asia).iso" size="7825162240" crc="4f4b3b88" md5="dd2f1580c182f46362f154aae683f12d" sha1="9b72850acb2a48c96b9153f68f0912a238fa82ee"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (Asia)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (Asia)</description>
+               <rom name="Star Wars - Jedi Starfighter (Asia).iso" size="7825162240" crc="cb4f8c8b" md5="e7fffeb7ebabed365c095522c69d3436" sha1="3066f4a8dc272e221feef8e727eabb16ead542fd"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (Europe).iso" size="7825162240" crc="b89f8e00" md5="888c0f74893bf0a79923e99a3065fe9d" sha1="c3a9c9593e03c89a62821299c0a8466508436b70"/>
+       </game>
+       <game name="TimeSplitters - Future Perfect (Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TimeSplitters - Future Perfect (Asia) (En,Fr,De,Es,It)</description>
+               <rom name="TimeSplitters - Future Perfect (Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="48b0d2a2" md5="0f3d78b9ced4fb534fcf75e9b4b8a9ce" sha1="cf9d76080046e028152d200abc37a5a9e894ff3b"/>
+       </game>
+       <game name="TOCA Race Driver 2 (Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TOCA Race Driver 2 (Asia) (En,Fr,De,Es,It)</description>
+               <rom name="TOCA Race Driver 2 (Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="45c08cde" md5="988e8c7624d308b43fc5aa8440e24368" sha1="b3907c1d557b905d116ea4385224afb7318542e7"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon - Advanced Warfighter (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon - Advanced Warfighter (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Ghost Recon - Advanced Warfighter (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="72233b9f" md5="19e73a25b1de5b4b306d244468f046e5" sha1="ef19e2ba043f350e0f27080bc18b177063ac1b82"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (Asia)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (Asia)</description>
+               <rom name="Tom Clancy's Ghost Recon (Asia).iso" size="7825162240" crc="7e4e6a1b" md5="ea98b00e08d70984bcdb9b374977ac2d" sha1="7080f1d0e216c291b8bef4355c3781b0e72346c2"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Asia) (En,Fr)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (Asia) (En,Fr)</description>
+               <rom name="Tom Clancy's Splinter Cell (Asia) (En,Fr).iso" size="7825162240" crc="128826bf" md5="3981e6d1331837623564c0a17f35d5da" sha1="835195e261930f512a3f6c305429da4905480276"/>
+       </game>
+       <game name="V-Rally 3 (USA, Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>V-Rally 3 (USA, Asia) (En,Fr,De,Es,It)</description>
+               <rom name="V-Rally 3 (USA, Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="eec54960" md5="4e6b3d677a35a057159200211ac10577" sha1="ffdff9fe27f4f5c6659ce4388349f630ea962e42"/>
+       </game>
+       <game name="Without Warning (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Without Warning (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Without Warning (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="248efc24" md5="067c9d978e37b8d990228bac5d92c010" sha1="580611553aca305a604f2d59c1de1ce39e2a52de"/>
+       </game>
+       <game name="Need for Speed - Underground (Asia)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (Asia)</description>
+               <rom name="Need for Speed - Underground (Asia).iso" size="7825162240" crc="b5dba287" md5="2f56499940ab5eb6890d8da1067c5bef" sha1="4d91fe2371a9cef11502aa52d50310500aec6502"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (Asia)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (Asia)</description>
+               <rom name="Need for Speed - Underground 2 (Asia).iso" size="7825162240" crc="1103c510" md5="d7cf135abb4012f4f7ecd47dc7de71e0" sha1="12acb3c430d8c97e8f30250d88ad33035b53fe00"/>
+       </game>
+       <game name="NASCAR Thunder 2004 (Asia) (En,De)">
+               <category>Games</category>
+               <description>NASCAR Thunder 2004 (Asia) (En,De)</description>
+               <rom name="NASCAR Thunder 2004 (Asia) (En,De).iso" size="7825162240" crc="17cc7bdc" md5="9b8f754328c34a78f9fc4b11a022fdf6" sha1="368511161564630cbb98dd68949be311454cb813"/>
+       </game>
+       <game name="MotoGP (Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MotoGP (Asia) (En,Fr,De,Es,It)</description>
+               <rom name="MotoGP (Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="69994259" md5="1bb2d276572f01001a099b73112fff16" sha1="50f2e8daf5ee5b294837a7dfd2e9c0232b0a6ee5"/>
+       </game>
+       <game name="MotoGP 2 (Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MotoGP 2 (Asia) (En,Fr,De,Es,It)</description>
+               <rom name="MotoGP 2 (Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="6185c9e2" md5="be4f8cba415c08273fd3467e2c723f08" sha1="70c2d5ee3d54143a31ad4af66d1c3a18bb55c239"/>
+       </game>
+       <game name="MX Unleashed (USA)">
+               <category>Games</category>
+               <description>MX Unleashed (USA)</description>
+               <rom name="MX Unleashed (USA).iso" size="7825162240" crc="a3ac4742" md5="afb0fabb55b5aa19fe663c4bd6cece63" sha1="1fa98b44ad153c88c6d083a6253e218636841ae2"/>
+       </game>
+       <game name="Minority Report - Everybody Runs (Asia)">
+               <category>Games</category>
+               <description>Minority Report - Everybody Runs (Asia)</description>
+               <rom name="Minority Report - Everybody Runs (Asia).iso" size="7825162240" crc="78c57347" md5="5b692e72047a3e47d6da8b2111ad4f2e" sha1="ca0a01bc3af51c420b6b65f692962e5dfb2b54cd"/>
+       </game>
+       <game name="Midtown Madness 3 (Asia)">
+               <category>Games</category>
+               <description>Midtown Madness 3 (Asia)</description>
+               <rom name="Midtown Madness 3 (Asia).iso" size="7825162240" crc="7de85920" md5="a7e1d7b94a93d8c4f9d841f13bd5979e" sha1="49f0707b13bd29a3f671bb8be343d12d04fa6455"/>
+       </game>
+       <game name="Medal of Honor - Frontline (Asia)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Asia)</description>
+               <rom name="Medal of Honor - Frontline (Asia).iso" size="7825162240" crc="1aebbf8f" md5="d7d230b5e60b0cbe0dfb9b38bc555f00" sha1="511de03fbd448e20e13fbf777ea18f10ebbb8d94"/>
+       </game>
+       <game name="Hunter - The Reckoning (Asia)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning (Asia)</description>
+               <rom name="Hunter - The Reckoning (Asia).iso" size="7825162240" crc="519f241a" md5="74b07ae46c78daac5833c4b2bbd40e42" sha1="e8a7b8f795a1366550fd35a21e0d84ca7a49992b"/>
+       </game>
+       <game name="Hulk (Asia)">
+               <category>Games</category>
+               <description>Hulk (Asia)</description>
+               <rom name="Hulk (Asia).iso" size="7825162240" crc="c1f5c265" md5="10dfb5c881ffdfd94cac0b80e7134a41" sha1="df599d09c96e45539972a90c72c50bf75dbd1a31"/>
+       </game>
+       <game name="Freedom Fighters (Asia)">
+               <category>Games</category>
+               <description>Freedom Fighters (Asia)</description>
+               <rom name="Freedom Fighters (Asia).iso" size="7825162240" crc="1cbf6562" md5="705f73371325be19afb8422d3200ec9c" sha1="2881b3ca82b56823ae1ee4861d02c62f8b41829d"/>
+       </game>
+       <game name="Dynasty Warriors 5 (Europe)">
+               <category>Games</category>
+               <description>Dynasty Warriors 5 (Europe)</description>
+               <rom name="Dynasty Warriors 5 (Europe).iso" size="7825162240" crc="7f5f65cf" md5="096390f854368770a8dda225831b3668" sha1="a50e17e93735ede05349d90f70f1a285b4f13c67"/>
+       </game>
+       <game name="Crimson Skies - High Road to Revenge (Asia) (En,Fr,De,Zh,Ko)">
+               <category>Games</category>
+               <description>Crimson Skies - High Road to Revenge (Asia) (En,Fr,De,Zh,Ko)</description>
+               <rom name="Crimson Skies - High Road to Revenge (Asia) (En,Fr,De,Zh,Ko).iso" size="7825162240" crc="2d8c17e6" md5="50d401fda9885d81c88e62320f138de9" sha1="8d991102d7557c39a25f4663835e6e3d295e7249"/>
+       </game>
+       <game name="Commandos 2 - Men of Courage (Asia)">
+               <category>Games</category>
+               <description>Commandos 2 - Men of Courage (Asia)</description>
+               <rom name="Commandos 2 - Men of Courage (Asia).iso" size="7825162240" crc="d383c67c" md5="96a16e4e9a995bbfa4841a9e222d8347" sha1="537b44a13a06f1b0624a41989357085c1f2ccddf"/>
+       </game>
+       <game name="Enclave (Germany) (En,Fr,De)">
+               <category>Games</category>
+               <description>Enclave (Germany) (En,Fr,De)</description>
+               <rom name="Enclave (Germany) (En,Fr,De).iso" size="7825162240" crc="7e66642e" md5="523e3e499c6c8501313abfda874e2be7" sha1="bdfb2939e7a87da463b0b3e8e3d9f9138c076a12"/>
+       </game>
+       <game name="Burnout 3 - Takedown (Asia)">
+               <category>Games</category>
+               <description>Burnout 3 - Takedown (Asia)</description>
+               <rom name="Burnout 3 - Takedown (Asia).iso" size="7825162240" crc="201d29bd" md5="be86cfd9242fc4302fd5e236595c9cf4" sha1="feb2769f445dc48c2cece7861f4dfe83c30bcaa8"/>
+       </game>
+       <game name="Armed and Dangerous (Asia)">
+               <category>Games</category>
+               <description>Armed and Dangerous (Asia)</description>
+               <rom name="Armed and Dangerous (Asia).iso" size="7825162240" crc="92b7e41e" md5="b4c47ef58c853790fb4023926357872a" sha1="de44893c78cc7a641969eb9625d805f90431d9ba"/>
+       </game>
+       <game name="Colin McRae Rally 3 (Asia) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Colin McRae Rally 3 (Asia) (En,Fr,Es)</description>
+               <rom name="Colin McRae Rally 3 (Asia) (En,Fr,Es).iso" size="7825162240" crc="53b74c09" md5="03f4cde9dbdd1a216f5d1c323a3b6dee" sha1="7d46eb38a50893a74e686582ed2349ac35789c97"/>
+       </game>
+       <game name="Brute Force (Japan, Asia) (En,Ja,Ko)">
+               <category>Games</category>
+               <description>Brute Force (Japan, Asia) (En,Ja,Ko)</description>
+               <rom name="Brute Force (Japan, Asia) (En,Ja,Ko).iso" size="7825162240" crc="11c114d4" md5="e4ad3a5b917999e32edee7d6e09857a6" sha1="362ed3f4b3383b589b0f4aa73929909425352846"/>
+       </game>
+       <game name="Amped 2 (Asia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Amped 2 (Asia) (En,Fr,De)</description>
+               <rom name="Amped 2 (Asia) (En,Fr,De).iso" size="7825162240" crc="a0ca3818" md5="20e02129bf0d0bed2f2b5b7ff0c34912" sha1="6e639b0bf57b1c458b427ef8f2d5491caa116463"/>
+       </game>
+       <game name="FIFA Football 2004 (Spain)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Spain)</description>
+               <rom name="FIFA Football 2004 (Spain).iso" size="7825162240" crc="64130ff8" md5="f9fd24640979ae3793bb772f35bd148a" sha1="05b640468f6f0815283801f78e3197b00b939a8e"/>
+       </game>
+       <game name="NBA Live 2005 (Spain)">
+               <category>Games</category>
+               <description>NBA Live 2005 (Spain)</description>
+               <rom name="NBA Live 2005 (Spain).iso" size="7825162240" crc="c0e6e4e8" md5="0f2eb216952f9f977bae5efbf2fa75c7" sha1="e91b83b60ea7ac6cfdb877190c6e297895e2abaa"/>
+       </game>
+       <game name="Fuzion Frenzy (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fuzion Frenzy (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fuzion Frenzy (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="bc457c93" md5="19b041be226f899cd6a09265d9433dd0" sha1="b3cd331d5ee4bbfd8c930a0b44b600479962ba03"/>
+       </game>
+       <game name="Aeon Flux (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Aeon Flux (Europe) (En,Fr,De,Es)</description>
+               <rom name="Aeon Flux (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="d6e926b7" md5="c446d56aeafc3749c204d43b77bfda38" sha1="dae47399ee435871e3618e7a3567fecededd70bc"/>
+       </game>
+       <game name="Club Football - Real Madrid (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Club Football - Real Madrid (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Club Football - Real Madrid (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="80890672" md5="1a0104a2a89c8a0afb30621711272603" sha1="be343e8c5296adfdbd566101ae95db64333bacb4"/>
+       </game>
+       <game name="Tony Hawk's Project 8 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tony Hawk's Project 8 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tony Hawk's Project 8 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c3891cf7" md5="c9e28d1930c8cd3b0a977aeade422792" sha1="52ac1403b34f352fcdd8a4125e0f8bf3400fb734"/>
+       </game>
+       <game name="Dungeons &amp; Dragons - Heroes (Europe)">
+               <category>Games</category>
+               <description>Dungeons &amp; Dragons - Heroes (Europe)</description>
+               <rom name="Dungeons &amp; Dragons - Heroes (Europe).iso" size="7825162240" crc="87166e7d" md5="565b6262bf6db2b1120faeda862ad029" sha1="a3793944ff65532b26ec115e5b89acb9cdd4f55d"/>
+       </game>
+       <game name="Otogi 2 - Immortal Warriors (Europe) (En,Ja)">
+               <category>Games</category>
+               <description>Otogi 2 - Immortal Warriors (Europe) (En,Ja)</description>
+               <rom name="Otogi 2 - Immortal Warriors (Europe) (En,Ja).iso" size="7825162240" crc="ecdbb2eb" md5="49a26da19f4858e5543299f593a85eee" sha1="f7c2c447ffc7f2b7e111ad5116082f3044411c9d"/>
+       </game>
+       <game name="Shikigami no Shiro Evolution (Japan)">
+               <category>Games</category>
+               <description>Shikigami no Shiro Evolution (Japan)</description>
+               <rom name="Shikigami no Shiro Evolution (Japan).iso" size="7825162240" crc="1ae5e874" md5="ab785aeeef9666a323eadb9b2307c395" sha1="dc0da4b2128d9377c431a1303ea17687f81258d9"/>
+       </game>
+       <game name="Whacked! (USA, Europe)">
+               <category>Games</category>
+               <description>Whacked! (USA, Europe)</description>
+               <rom name="Whacked! (USA, Europe).iso" size="7825162240" crc="43b918f7" md5="b4772358aa6c4f67bf3eafa0e5f950e0" sha1="dc6b6bc96032a604f8f428bf7925dec2e34d3e5c"/>
+       </game>
+       <game name="BMX XXX (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>BMX XXX (Europe) (En,Fr,De,Es)</description>
+               <rom name="BMX XXX (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="7ba4fc1c" md5="ee1bf5152ad9874bc6c307a99f59cea7" sha1="48951147774871b300d5cb23a13fa38549686f5c"/>
+       </game>
+       <game name="Winter X Games Snowboarding 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Winter X Games Snowboarding 2 (Europe) (En,Fr,De)</description>
+               <rom name="Winter X Games Snowboarding 2 (Europe) (En,Fr,De).iso" size="7825162240" crc="729fd535" md5="b2fc3af2661b5986650e5c10585252e8" sha1="89bd6446cf6159c63f3efca166ce067b166a534d"/>
+       </game>
+       <game name="Deus Ex - Invisible War (Germany)">
+               <category>Games</category>
+               <description>Deus Ex - Invisible War (Germany)</description>
+               <rom name="Deus Ex - Invisible War (Germany).iso" size="7825162240" crc="f72913cc" md5="50daf4e52d5bd60477dc15ca937c3570" sha1="26dc56cc2b718ca8e9289d067de7e197e2b231c5"/>
+       </game>
+       <game name="Club Football 2005 - FC Bayern Muenchen (Europe) (En,De,Es)">
+               <category>Games</category>
+               <description>Club Football 2005 - FC Bayern Muenchen (Europe) (En,De,Es)</description>
+               <rom name="Club Football 2005 - FC Bayern Muenchen (Europe) (En,De,Es).iso" size="7825162240" crc="bedf5715" md5="0de6d2619715507960aef8e68f59deea" sha1="d3d98c602e38417d83f051a221b91361f4e6b840"/>
+       </game>
+       <game name="Dave Mirra Freestyle BMX 2 (Europe)">
+               <category>Games</category>
+               <description>Dave Mirra Freestyle BMX 2 (Europe)</description>
+               <rom name="Dave Mirra Freestyle BMX 2 (Europe).iso" size="7825162240" crc="4c696e32" md5="07f192d702fcc0815a41bb2bb7cafbe1" sha1="c6798c6f341e9af51f79d941a3b7dc51aad17068"/>
+       </game>
+       <game name="Full Spectrum Warrior - Ten Hammers (Germany)">
+               <category>Games</category>
+               <description>Full Spectrum Warrior - Ten Hammers (Germany)</description>
+               <rom name="Full Spectrum Warrior - Ten Hammers (Germany).iso" size="7825162240" crc="68f24db6" md5="e8e0839956afa9b56c75cdab9b5b2395" sha1="2a452f65b7890a35beb321e1f12125d657a96f45"/>
+       </game>
+       <game name="Unreal Championship (Japan, Korea) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Unreal Championship (Japan, Korea) (En,Fr,De,Es,It)</description>
+               <rom name="Unreal Championship (Japan, Korea) (En,Fr,De,Es,It).iso" size="7825162240" crc="14707f6c" md5="09cd12f018779a556464cd55ce92e8e8" sha1="915edeb37589e196378cf958ec11826f59891ba2"/>
+       </game>
+       <game name="Dark Summit (USA)">
+               <category>Games</category>
+               <description>Dark Summit (USA)</description>
+               <rom name="Dark Summit (USA).iso" size="7825162240" crc="24fd9048" md5="e11c99220cfaba6e19dd70ed25473579" sha1="69a32f371d11adcbdd23400a135614cfa65fc840"/>
+       </game>
+       <game name="Fight Night 2004 (USA)">
+               <category>Games</category>
+               <description>Fight Night 2004 (USA)</description>
+               <rom name="Fight Night 2004 (USA).iso" size="7825162240" crc="c1113e55" md5="ba80ea0536bfe000c2b2709c6813b050" sha1="bcffb4f0a1002c2cabb896ad796285fb697ace5f"/>
+       </game>
+       <game name="Pure Pinball (USA)">
+               <category>Games</category>
+               <description>Pure Pinball (USA)</description>
+               <rom name="Pure Pinball (USA).iso" size="7825162240" crc="0fdfdff2" md5="e340ec339ea9ea43d8b0d411363fc885" sha1="4c867779bcd1f85d7473be926cd428febaa68c6f"/>
+       </game>
+       <game name="Blade II (USA)">
+               <category>Games</category>
+               <description>Blade II (USA)</description>
+               <rom name="Blade II (USA).iso" size="7825162240" crc="e28aa323" md5="8db9d55c673ebc215d5f459d3f53602d" sha1="ef06864987dc9ecf1a5955af9a48ba01bd716f16"/>
+       </game>
+       <game name="Dragon Ball Z - Sagas (USA)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Sagas (USA)</description>
+               <rom name="Dragon Ball Z - Sagas (USA).iso" size="7825162240" crc="9bffeb99" md5="112de630bd1b888249e8452bdff5f84d" sha1="e0d8238c9f737974f732f4d581c27a91ce548fc2"/>
+       </game>
+       <game name="Intellivision Lives! (USA)">
+               <category>Games</category>
+               <description>Intellivision Lives! (USA)</description>
+               <rom name="Intellivision Lives! (USA).iso" size="7825162240" crc="dda5d831" md5="11c885feebcd8cea7f04df98e706dedb" sha1="0c2c3a6bb4fd477e284c4c78f5579e5fc986e627"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit 2 (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit 2 (USA)</description>
+               <rom name="Need for Speed - Hot Pursuit 2 (USA).iso" size="7825162240" crc="fb00ce4c" md5="9600cb2831cbfd45776a82cb606dcd28" sha1="21d1859f3da0d0726d6b12a0d0bb9c29c3d103e0"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (Europe) (En,Fr,Es,It)</description>
+               <rom name="Call of Duty - Finest Hour (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="68aadfe9" md5="dc016287b62085e30b18a32fda27c58c" sha1="8e3d7106df860ffbe53b2b3973b2478745434d58"/>
+       </game>
+       <game name="FIFA 06 (Spain)">
+               <category>Games</category>
+               <description>FIFA 06 (Spain)</description>
+               <rom name="FIFA 06 (Spain).iso" size="7825162240" crc="93e7295f" md5="feb6d79f056e859e05e7acb4ed0cad6a" sha1="e38ccde4fd1dad60b066d6b2c24eab474f9b1330"/>
+       </game>
+       <game name="Mercenaries (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Mercenaries (Europe) (Es,It)</description>
+               <rom name="Mercenaries (Europe) (Es,It).iso" size="7825162240" crc="188c3e36" md5="86f11c29f831dd8964842c7ec4f735a9" sha1="acbf76b3978c94996b59ce6532b5862f4029d188"/>
+       </game>
+       <game name="NHL Rivals 2004 (Europe)">
+               <category>Games</category>
+               <description>NHL Rivals 2004 (Europe)</description>
+               <rom name="NHL Rivals 2004 (Europe).iso" size="7825162240" crc="732e373b" md5="ebc9bdc45fa887e59bf05ae03d99d963" sha1="f3571a3704b521e8c77028acd6064209f81d0109"/>
+       </game>
+       <game name="SeaBlade (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>SeaBlade (Europe) (En,Fr,De)</description>
+               <rom name="SeaBlade (Europe) (En,Fr,De).iso" size="7825162240" crc="567da7e3" md5="b4a4c09ed7bd3cfd59daacf5ecabb8ff" sha1="e489443f88b7ce0f2216cba5e8f808468fc2bd1e"/>
+       </game>
+       <game name="Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain)">
+               <category>Games</category>
+               <description>Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain)</description>
+               <rom name="Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain).iso" size="7825162240" crc="3a147cf2" md5="1f487c455435334d7859dfea1d8dfcc6" sha1="60288eed325f4cdb035e9caac617c0b9029ad5a5"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic (France)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic (France)</description>
+               <rom name="Star Wars - Knights of the Old Republic (France).iso" size="7825162240" crc="2096bca6" md5="aa52b384c8ab861ef6bcbffa95f29953" sha1="51b930581552ce41f5bb1c655ae193e06bb1a675"/>
+       </game>
+       <game name="Ultimate Spider-Man (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (Europe) (Fr,De,Es,It)</description>
+               <rom name="Ultimate Spider-Man (Europe) (Fr,De,Es,It).iso" size="7825162240" crc="d4371157" md5="aa0518281ce6f5cfa25cc195b82513cc" sha1="79315acf92379635b50e784082731079d25f6b16"/>
+       </game>
+       <game name="Dukes of Hazzard, The - Return of the General Lee (USA, Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dukes of Hazzard, The - Return of the General Lee (USA, Europe) (En,Fr,Es)</description>
+               <rom name="Dukes of Hazzard, The - Return of the General Lee (USA, Europe) (En,Fr,Es).iso" size="7825162240" crc="2edc5fe3" md5="56703437c69ae0da47da163e398d2ab0" sha1="5217b3588128edb82df0b92838d7639c562e2bda"/>
+       </game>
+       <game name="Leisure Suit Larry - Magna Cum Laude (Europe)">
+               <category>Games</category>
+               <description>Leisure Suit Larry - Magna Cum Laude (Europe)</description>
+               <rom name="Leisure Suit Larry - Magna Cum Laude (Europe).iso" size="7825162240" crc="f8e04bd6" md5="1b0f64edb43d2d1cbb82bda9c44ea128" sha1="179c95d3037f7aabad28f0c2f732369ad21a5240"/>
+       </game>
+       <game name="Mad Dash Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mad Dash Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mad Dash Racing (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c013376c" md5="b0124a3d931695c9c8e5e1422db09621" sha1="5a4df3828d446c109b57379c458b880f0e5c933f"/>
+       </game>
+       <game name="Marc Ecko's Getting Up - Contents Under Pressure (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Marc Ecko's Getting Up - Contents Under Pressure (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Marc Ecko's Getting Up - Contents Under Pressure (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ccc32f83" md5="d606d42f970b139bb92bbea7f7a112e3" sha1="e78a1fffac10f07d48441fbc381bd303e1da2426"/>
+       </game>
+       <game name="Minority Report - Everybody Runs (Europe)">
+               <category>Games</category>
+               <description>Minority Report - Everybody Runs (Europe)</description>
+               <rom name="Minority Report - Everybody Runs (Europe).iso" size="7825162240" crc="5a7efda7" md5="412bb2ea18397622dc1cee618c4f1ec6" sha1="64c25fb9da331d9b9209dff086047d15ebd8fa0a"/>
+       </game>
+       <game name="NBA Inside Drive 2002 (Europe)">
+               <category>Games</category>
+               <description>NBA Inside Drive 2002 (Europe)</description>
+               <rom name="NBA Inside Drive 2002 (Europe).iso" size="7825162240" crc="16bb7e3a" md5="4d10f7224a0900a1249a30e9a4df7f20" sha1="8d4752d933443c65a75b146b041739d3756668c2"/>
+       </game>
+       <game name="Rocky (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rocky (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rocky (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="47445d1e" md5="695712f3913b1a851d290e425d668ce5" sha1="2e1ca2d863876bd712d14b3268cfa263178ddb60"/>
+       </game>
+       <game name="Street Hoops (Europe)">
+               <category>Games</category>
+               <description>Street Hoops (Europe)</description>
+               <rom name="Street Hoops (Europe).iso" size="7825162240" crc="692ed9e4" md5="a8ec279ba0058ac2dfac3021e02929e2" sha1="3e1c076aa90e1243ca06f66a4251b9c3b4c21af1"/>
+       </game>
+       <game name="Zathura (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Zathura (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Zathura (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="9e0e5db1" md5="d59a4fcf2fe2646aea960dedaf69aa0a" sha1="f7a0a2a01fa041297cf3ddc4304c1299dac6b142"/>
+       </game>
+       <game name="Counter Terrorist Special Forces - Fire for Effect (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Counter Terrorist Special Forces - Fire for Effect (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Counter Terrorist Special Forces - Fire for Effect (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="20c66175" md5="377d08226ac76014dde044bc20b0e69b" sha1="7422b4e23db8739c9ab6c28f9346fea7208d51eb"/>
+       </game>
+       <game name="Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="9d9f4d87" md5="8809f8725cf91900f6c50bbc42f86150" sha1="e393e8d5f5be73b94f22aa6f4beb9f4f14f83af1"/>
+       </game>
+       <game name="ESPN NBA Basketball (Europe)">
+               <category>Games</category>
+               <description>ESPN NBA Basketball (Europe)</description>
+               <rom name="ESPN NBA Basketball (Europe).iso" size="7825162240" crc="05136bb6" md5="356b137ff41a544219144727eac95770" sha1="d758e198ac900f8a2dfc72a05e88eb7b37bd8e76"/>
+       </game>
+       <game name="IndyCar Series 2005 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>IndyCar Series 2005 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="IndyCar Series 2005 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f7d648ca" md5="70910efbd4f8251493a33aae375fc4d2" sha1="121c5b4586abbb973129eaac1757d97d361c89df"/>
+       </game>
+       <game name="Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c44f8a4e" md5="08630c2168b0cfc9ea3b52568193975e" sha1="b3cb0f140163c5b0b125f26ec79a44ecba386818"/>
+       </game>
+       <game name="FlatOut (Germany)">
+               <category>Games</category>
+               <description>FlatOut (Germany)</description>
+               <rom name="FlatOut (Germany).iso" size="7825162240" crc="deeddcde" md5="38163f7f837ec372d82db8fd37d65e1c" sha1="0f8ec706b2df9562958342de10a9de03ef128bea"/>
+       </game>
+       <game name="King Arthur (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>King Arthur (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="King Arthur (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6038dd3d" md5="27759ea9117b221e0ec470cb0ee50475" sha1="98e60888dd7085a9fdb1c2a1b7b16478d20e48e7"/>
+       </game>
+       <game name="4x4 Evo 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>4x4 Evo 2 (Europe) (En,Fr,De)</description>
+               <rom name="4x4 Evo 2 (Europe) (En,Fr,De).iso" size="7825162240" crc="44f79cd4" md5="12b92538a0a688146fe950d2db8bd08e" sha1="688ea7f51de1f75d153238b623239f6c798239e6"/>
+       </game>
+       <game name="MX 2002 featuring Ricky Carmichael (Europe)">
+               <category>Games</category>
+               <description>MX 2002 featuring Ricky Carmichael (Europe)</description>
+               <rom name="MX 2002 featuring Ricky Carmichael (Europe).iso" size="7825162240" crc="938d725e" md5="9bee372fa0f5cb11eec1c5de447c06d9" sha1="5f7c8be400d38665c1c1fc6ca125736508ce77f9"/>
+       </game>
+       <game name="Black Stone - Magic &amp; Steel (USA, Europe)">
+               <category>Games</category>
+               <description>Black Stone - Magic &amp; Steel (USA, Europe)</description>
+               <rom name="Black Stone - Magic &amp; Steel (USA, Europe).iso" size="7825162240" crc="a5942f24" md5="9979a4adfbc2a50889c154a3b994034d" sha1="2d2dfaddbe0b39e162aae905ca4b5a209d10680b"/>
+       </game>
+       <game name="Gravity Games Bike - Street. Vert. Dirt. (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gravity Games Bike - Street. Vert. Dirt. (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gravity Games Bike - Street. Vert. Dirt. (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3b3c8560" md5="d9a7743718726b2341f5a31776ae3936" sha1="5fff9f80198748e797fb0b74605ec76ecda788e9"/>
+       </game>
+       <game name="Furious Karting (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Furious Karting (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Furious Karting (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="7d06a0b5" md5="20c15c59d2cac2bcbbbe46dabf9561e5" sha1="42628b117ae4abd0192f75723ba288f209d4f9f6"/>
+       </game>
+       <game name="Sega Soccer Slam (Europe)">
+               <category>Games</category>
+               <description>Sega Soccer Slam (Europe)</description>
+               <rom name="Sega Soccer Slam (Europe).iso" size="7825162240" crc="b7cf5a97" md5="2470e9af9e9e9e29960e9a2a3b95c268" sha1="5e201bccb1ca937d3156214da3391b9f8dd1b36c"/>
+       </game>
+       <game name="Eggo Mania (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Eggo Mania (Europe) (En,Fr,De)</description>
+               <rom name="Eggo Mania (Europe) (En,Fr,De).iso" size="7825162240" crc="63b545e1" md5="c29e27c038321c738fb73dd087985382" sha1="6f8b944749bf1532e82f480a51c23672b2d2797e"/>
+       </game>
+       <game name="Gun (Germany)">
+               <category>Games</category>
+               <description>Gun (Germany)</description>
+               <rom name="Gun (Germany).iso" size="7825162240" crc="a56b2418" md5="a813e8d4f99d4b6f4892dc5a23b428bc" sha1="1de8e3ae735284e4e9b7b2cf918e0c146d3e1357"/>
+       </game>
+       <game name="Medal of Honor - Frontline (Germany)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Germany)</description>
+               <rom name="Medal of Honor - Frontline (Germany).iso" size="7825162240" crc="bc6888d0" md5="efd31565a682f70126f4577b95e02633" sha1="093105ce7d6b0e66cfec1863eb29a42d52da8258"/>
+       </game>
+       <game name="Medal of Honor - European Assault (Germany)">
+               <category>Games</category>
+               <description>Medal of Honor - European Assault (Germany)</description>
+               <rom name="Medal of Honor - European Assault (Germany).iso" size="7825162240" crc="04146dbb" md5="2be50b8bdf68c5ee8a9557d58ca7f7d5" sha1="5084739b920958befdb2c75d15d49d470aff6594"/>
+       </game>
+       <game name="Star Wars - Jedi Knight II - Jedi Outcast (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight II - Jedi Outcast (Germany)</description>
+               <rom name="Star Wars - Jedi Knight II - Jedi Outcast (Germany).iso" size="7825162240" crc="b4b25d49" md5="edc51c2c45e02d8469ab19f9a4921a52" sha1="cc7bac4dfe51bdc63dc8a4441a7bb4448dadcb71"/>
+       </game>
+       <game name="Narc (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Narc (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Narc (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="09a71b93" md5="50866dff2283733e8ffc2a668026fff9" sha1="30450c6bfabae686b7dd05c090b53a690ba3836e"/>
+       </game>
+       <game name="Spawn - Armageddon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spawn - Armageddon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spawn - Armageddon (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="cc0bdfb1" md5="052286c4bfe1fc5c9b3111ad850f6542" sha1="05041bde3d73af3071364b6ab56940f2a894aed3"/>
+       </game>
+       <game name="Evil Dead - Regeneration (Europe)">
+               <category>Games</category>
+               <description>Evil Dead - Regeneration (Europe)</description>
+               <rom name="Evil Dead - Regeneration (Europe).iso" size="7825162240" crc="219a2c6c" md5="ac93ed99bb84256e84c004e3c1fe00fc" sha1="5a8389d11964c248d5cc26bf69460ad55dac5413"/>
+       </game>
+       <game name="Bad Boys II (Europe)">
+               <category>Games</category>
+               <description>Bad Boys II (Europe)</description>
+               <rom name="Bad Boys II (Europe).iso" size="7825162240" crc="3f34c277" md5="560831ebfa230135b299c4a18dff70c8" sha1="ac592af1d0721ba3f60c148fc6d54fc465fefd50"/>
+       </game>
+       <game name="Batman Begins (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Batman Begins (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Batman Begins (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="ed182eb5" md5="7342f8cd343444e6c87711ef1c841fb3" sha1="d34da55bda215c29319f6993795d19855f50c4f6"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (Europe) (Fr,De,Es,It)</description>
+               <rom name="Disney-Pixar Finding Nemo (Europe) (Fr,De,Es,It).iso" size="7825162240" crc="491bd5bc" md5="dfde7128f5158c45c15d379ad4c8905d" sha1="b703eea80e94e1bf219e3aafdfdbea28ffa14688"/>
+       </game>
+       <game name="DreamWorks Madagascar (Europe) (Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (Europe) (Fr,De,Es,Nl)</description>
+               <rom name="DreamWorks Madagascar (Europe) (Fr,De,Es,Nl).iso" size="7825162240" crc="de424888" md5="8aae08b00fac576ffacf68f6c58d9fd7" sha1="04814b06f00c6ce6854b1a957d714bbedce8f7d1"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (Europe)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (Europe)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (Europe).iso" size="7825162240" crc="62dffce2" md5="101c046ae019c6c18a3d42bdf9eb75fd" sha1="03e18e65f0664beea9a3003297df37bc80e20987"/>
+       </game>
+       <game name="Men of Valor (Europe)">
+               <category>Games</category>
+               <description>Men of Valor (Europe)</description>
+               <rom name="Men of Valor (Europe).iso" size="7825162240" crc="ab9c30c8" md5="94d3228de4718d7d17e4c9e7629ea495" sha1="6713454601bca887a5408ab682eaeb7117410870"/>
+       </game>
+       <game name="Sims 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Sims 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Sims 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="05757b2c" md5="d2742109b38b186f9feaccefce70a777" sha1="c5e38c05f0eb219f4840a0894f403e0ad10e8097"/>
+       </game>
+       <game name="NBA Live 2002 (Germany)">
+               <category>Games</category>
+               <description>NBA Live 2002 (Germany)</description>
+               <rom name="NBA Live 2002 (Germany).iso" size="7825162240" crc="44d636c6" md5="db367a658ba432ad574ed73d61953eb5" sha1="c56adac1fd89a35717b2e9fd8ec0964a8260a57b"/>
+       </game>
+       <game name="Secret Weapons over Normandy (Germany)">
+               <category>Games</category>
+               <description>Secret Weapons over Normandy (Germany)</description>
+               <rom name="Secret Weapons over Normandy (Germany).iso" size="7825162240" crc="e9e6bb49" md5="f5590431f842dc7757a8e183b4f01a55" sha1="e16ca68fd1c81dd9a5d43a60688dbfac839dc3c9"/>
+       </game>
+       <game name="Gungriffon - Allied Strike (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gungriffon - Allied Strike (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gungriffon - Allied Strike (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="01abefff" md5="977fae9c0135de3c22dca4be234ec59a" sha1="b57745f33b0eba4147cb07a2de869dcb61e5af2e"/>
+       </game>
+       <game name="Disney's The Haunted Mansion (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney's The Haunted Mansion (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney's The Haunted Mansion (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="18b1afbf" md5="a8a1c58dd6a30d60ec511d66ee114c29" sha1="2d7e795969ff97154d0886cafb19f5f83cb12524"/>
+       </game>
+       <game name="Spider-Man 2 (Europe) (Fr,De,Es)">
+               <category>Games</category>
+               <description>Spider-Man 2 (Europe) (Fr,De,Es)</description>
+               <rom name="Spider-Man 2 (Europe) (Fr,De,Es).iso" size="7825162240" crc="6273b0b9" md5="7bb09ac14b0c1e3333a71d90bf9bcdb2" sha1="c7cafbdba7202710cc0912176dbd66ea9310f947"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (France)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (France)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (France).iso" size="7825162240" crc="e96af66f" md5="56450e8953518bb5095ec99f648b286b" sha1="2ac66dd77b6ac6818bddcf1362b5c7e8587387f6"/>
+       </game>
+       <game name="Call of Duty 3 (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>Call of Duty 3 (Europe) (Fr,It)</description>
+               <rom name="Call of Duty 3 (Europe) (Fr,It).iso" size="7825162240" crc="173565aa" md5="da4d31d8ee874609a6081115c2a9b058" sha1="30b91ec848cf5c3dae6d5d6efda2d4d49fddd7ad"/>
+       </game>
+       <game name="Cat in the Hat, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cat in the Hat, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cat in the Hat, The (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6991899c" md5="1edf03ab2fc44b73cfb5dcd8766d558b" sha1="ce16cfae01afd370ef7587ca8d9f1d600f71f899"/>
+       </game>
+       <game name="Dead to Rights (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead to Rights (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dead to Rights (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="eeed89f7" md5="947cfe524b71b9f0eb6232aba9662a95" sha1="908a7831bee3605f6ba27e54872571fb77e7d2c7"/>
+       </game>
+       <game name="Deus Ex - Invisible War (Europe) (Fr,Es,It)">
+               <category>Games</category>
+               <description>Deus Ex - Invisible War (Europe) (Fr,Es,It)</description>
+               <rom name="Deus Ex - Invisible War (Europe) (Fr,Es,It).iso" size="7825162240" crc="9e60bb8c" md5="28cefbc1fefbcd192a78d032da60ec6c" sha1="a27f59f3bdac49279a0157ba7c33256d5ac446d1"/>
+       </game>
+       <game name="GoldenEye - Au Service du Mal (France)">
+               <category>Games</category>
+               <description>GoldenEye - Au Service du Mal (France)</description>
+               <rom name="GoldenEye - Au Service du Mal (France).iso" size="7825162240" crc="e57da816" md5="48f6af4956f04a25a1605d5ef4f7a345" sha1="a78bc113fc0e3b175fd40cdb2d42ce6bfa1752f4"/>
+       </game>
+       <game name="Manager de Liga 2003 (Spain)">
+               <category>Games</category>
+               <description>Manager de Liga 2003 (Spain)</description>
+               <rom name="Manager de Liga 2003 (Spain).iso" size="7825162240" crc="ff2a7ee0" md5="29cb846a02562857653687e87a39dca3" sha1="83689937a23654f18c1fbb55580996ef0a8f2ab0"/>
+       </game>
+       <game name="Oddworld - La Fureur de l'Etranger (France)">
+               <category>Games</category>
+               <description>Oddworld - La Fureur de l'Etranger (France)</description>
+               <rom name="Oddworld - La Fureur de l'Etranger (France).iso" size="7825162240" crc="b7da8e96" md5="71e9f02690e7ecb992e14270f472c066" sha1="9376ea864afd01e634fab9432a80d4947f149520"/>
+       </game>
+       <game name="Parrain, Le (France)">
+               <category>Games</category>
+               <description>Parrain, Le (France)</description>
+               <rom name="Parrain, Le (France).iso" size="7825162240" crc="14a7099d" md5="1ffb391460cc4a31b3d00ee15ae9a931" sha1="4a339910bf62b4e2a0a3467a6c31d67615871013"/>
+       </game>
+       <game name="Star Wars - Battlefront (France)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront (France)</description>
+               <rom name="Star Wars - Battlefront (France).iso" size="7825162240" crc="7c2cef29" md5="1dd0106e13307cec37129c7260bd97a5" sha1="5911fc463477db1b7b079115c3bf078357b2ae42"/>
+       </game>
+       <game name="Star Wars - Battlefront II (France)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront II (France)</description>
+               <rom name="Star Wars - Battlefront II (France).iso" size="7825162240" crc="914e3bcd" md5="04dd2c7a1853647317d280ad969b45e9" sha1="29d7a138ef8d4f702eb595bcecffa0adf3a09afa"/>
+       </game>
+       <game name="Star Wars - Republic Commando (France)">
+               <category>Games</category>
+               <description>Star Wars - Republic Commando (France)</description>
+               <rom name="Star Wars - Republic Commando (France).iso" size="7825162240" crc="dcd1d36a" md5="5d61edf7bdd52cc0e853bd393a9a6275" sha1="ba8187ddf3f8778d551937d88c3182ce961b1881"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic II - The Sith Lords (France)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic II - The Sith Lords (France)</description>
+               <rom name="Star Wars - Knights of the Old Republic II - The Sith Lords (France).iso" size="7825162240" crc="fc43c3d5" md5="f026cb08a5816c0bd1e7e6de8679a888" sha1="a202d10b1303ce60bcc8201cfc898b60b07ef8ac"/>
+       </game>
+       <game name="Star Wars - Episode III - La Revanche des Sith (France)">
+               <category>Games</category>
+               <description>Star Wars - Episode III - La Revanche des Sith (France)</description>
+               <rom name="Star Wars - Episode III - La Revanche des Sith (France).iso" size="7825162240" crc="38c15e50" md5="93e04257b4cbd395e84a8a7699214216" sha1="b6ad0c25dd3651e4d42b6fc5faae9a1b0312f888"/>
+       </game>
+       <game name="Suffering, The - Ties That Bind (USA, Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Suffering, The - Ties That Bind (USA, Europe) (En,Fr)</description>
+               <rom name="Suffering, The - Ties That Bind (USA, Europe) (En,Fr).iso" size="7825162240" crc="3d968c6c" md5="585f104065fef14b5279b23087cc6873" sha1="32b3fce4294f15d50176d061fe693ec3ca8aaab3"/>
+       </game>
+       <game name="True Crime - Streets of LA (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>True Crime - Streets of LA (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="True Crime - Streets of LA (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3ac58785" md5="1cb1b6c577689aeeb7ed0eaef8cd3880" sha1="f3e92241a0c24174df7af44e7f7e16a59d8ace89"/>
+       </game>
+       <game name="Club Football - Juventus (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>Club Football - Juventus (Europe) (En,De,It)</description>
+               <rom name="Club Football - Juventus (Europe) (En,De,It).iso" size="7825162240" crc="5d94e9a8" md5="f18efd6593b4ce43beb59c9f94681d7b" sha1="3411cb16c5a04c43d81c8e33f2a8deb7acbbcaff"/>
+       </game>
+       <game name="Club Football - Borussia Dortmund (Germany)">
+               <category>Games</category>
+               <description>Club Football - Borussia Dortmund (Germany)</description>
+               <rom name="Club Football - Borussia Dortmund (Germany).iso" size="7825162240" crc="b5384877" md5="e4962849933f2478ded2e81992af2b2d" sha1="3dfc8dc84004a71cd3789a6f4dc457ecff9d8bf2"/>
+       </game>
+       <game name="Club Football 2005 - Borussia Dortmund (Germany)">
+               <category>Games</category>
+               <description>Club Football 2005 - Borussia Dortmund (Germany)</description>
+               <rom name="Club Football 2005 - Borussia Dortmund (Germany).iso" size="7825162240" crc="3885feac" md5="008acf47848179e894c6a7f354e6e84f" sha1="048a66ffe5fe7181c759ec836358e80159f26ee0"/>
+       </game>
+       <game name="UEFA Euro 2004 - Portugal (Germany)">
+               <category>Games</category>
+               <description>UEFA Euro 2004 - Portugal (Germany)</description>
+               <rom name="UEFA Euro 2004 - Portugal (Germany).iso" size="7825162240" crc="8ad3f57b" md5="8105992a5a6cc4681042956bd6711ce1" sha1="260648f00d0cfcb596cd37d75fc3568c341c403b"/>
+       </game>
+       <game name="Club Football - FC Bayern Muenchen (Europe) (En,De,Es)">
+               <category>Games</category>
+               <description>Club Football - FC Bayern Muenchen (Europe) (En,De,Es)</description>
+               <rom name="Club Football - FC Bayern Muenchen (Europe) (En,De,Es).iso" size="7825162240" crc="52fd7737" md5="17520479d8e6a98c7df574230bab3e39" sha1="9a111e23a487a9b3af3e283b48cc7e727e71c2b4"/>
+       </game>
+       <game name="Club Football 2005 - Hamburger SV (Germany)">
+               <category>Games</category>
+               <description>Club Football 2005 - Hamburger SV (Germany)</description>
+               <rom name="Club Football 2005 - Hamburger SV (Germany).iso" size="7825162240" crc="45436085" md5="bee832b799c5d637496431864e5e11ac" sha1="827386858a9b73f91963da3fc2490c7b6e012dea"/>
+       </game>
+       <game name="Ford Racing 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ford Racing 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ford Racing 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="310c6d1e" md5="12dba2c157502e27d78ce05b4fcd9590" sha1="f7fd06fe11b7dc31cf0203eb5da851851e19bcd9"/>
+       </game>
+       <game name="Ford Racing 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ford Racing 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ford Racing 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b4ecee62" md5="551a4caff4ad29ae978fa965023f2f10" sha1="f4069cad689f301b11ed26755273c4427c48557e"/>
+       </game>
+       <game name="Madden NFL 2005 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 2005 (Europe)</description>
+               <rom name="Madden NFL 2005 (Europe).iso" size="7825162240" crc="6083ae0a" md5="5902c390c98b91c1e6f86c4b955e7b48" sha1="a6a5d87eb8f8c9d2f1f272d9f8166cf99c7a6d2e"/>
+       </game>
+       <game name="25 to Life (USA)">
+               <category>Games</category>
+               <description>25 to Life (USA)</description>
+               <rom name="25 to Life (USA).iso" size="7825162240" crc="9f72ddc2" md5="b00fe3b0cc2150426cb5acd6427e9332" sha1="df52380e85dc26710ae3864205dd9f76e6016880"/>
+       </game>
+       <game name="Advent Rising (USA)">
+               <category>Games</category>
+               <description>Advent Rising (USA)</description>
+               <rom name="Advent Rising (USA).iso" size="7825162240" crc="659e21d2" md5="0a650672c59fd09fc5fa066e6c404b9c" sha1="5d6c527987db79c3d5c40b84b2899d86649ff5b9"/>
+       </game>
+       <game name="NHL 2K3 (Europe)">
+               <category>Games</category>
+               <description>NHL 2K3 (Europe)</description>
+               <rom name="NHL 2K3 (Europe).iso" size="7825162240" crc="76a5c504" md5="619dc90be0489aa1b445218f76903c63" sha1="4ca12beabab89bc2c5c4e6ee1357dfd373ee8f33"/>
+       </game>
+       <game name="BDFL Manager 2005 (Germany)">
+               <category>Games</category>
+               <description>BDFL Manager 2005 (Germany)</description>
+               <rom name="BDFL Manager 2005 (Germany).iso" size="7825162240" crc="2c29c315" md5="c6e218770b6a7ba003a3bd3c74ac2bcb" sha1="8668f3817ee4bd4628c376c63ee81842e779f78d"/>
+       </game>
+       <game name="NASCAR 06 - Total Team Control (Europe)">
+               <category>Games</category>
+               <description>NASCAR 06 - Total Team Control (Europe)</description>
+               <rom name="NASCAR 06 - Total Team Control (Europe).iso" size="7825162240" crc="19376d74" md5="cecf5bdb7da936b2c0e447654d0bc32b" sha1="7f6d68da7808869839b6d00b33625cc2010982a4"/>
+       </game>
+       <game name="FILA World Tour Tennis (Europe)">
+               <category>Games</category>
+               <description>FILA World Tour Tennis (Europe)</description>
+               <rom name="FILA World Tour Tennis (Europe).iso" size="7825162240" crc="9cb421b3" md5="684fe022aaecc5f22d3ffb648d876c01" sha1="6c0934765ac87cfc91dcde7ad678944145b70e3d"/>
+       </game>
+       <game name="Club Football - FC Internazionale (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>Club Football - FC Internazionale (Europe) (En,De,It)</description>
+               <rom name="Club Football - FC Internazionale (Europe) (En,De,It).iso" size="7825162240" crc="adfa2968" md5="12f18aaf8f008de17d166252ca9efade" sha1="0f81328d336084d510bdca88570ad825f61d8d6d"/>
+       </game>
+       <game name="NHL Hitz 2003 (Europe)">
+               <category>Games</category>
+               <description>NHL Hitz 2003 (Europe)</description>
+               <rom name="NHL Hitz 2003 (Europe).iso" size="7825162240" crc="576c451f" md5="ad31c8a4084e443ddd12bf71d811890b" sha1="b3f645de82a671befcc0b7253fe25bd813c527a2"/>
+       </game>
+       <game name="MotoGP - Ultimate Racing Technology 3 (USA, Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>MotoGP - Ultimate Racing Technology 3 (USA, Europe) (En,Fr,De,Es)</description>
+               <rom name="MotoGP - Ultimate Racing Technology 3 (USA, Europe) (En,Fr,De,Es).iso" size="7825162240" crc="537d35b8" md5="5e0ae25a6a8fe29198dbd03a743a89ac" sha1="446f48167fe289f6485649c24623d32b99d64248"/>
+       </game>
+       <game name="Lotus Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Lotus Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Lotus Challenge (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ff06763b" md5="96692cc221eb2b6d23935a0c109aa5a9" sha1="d879d1d1a50497ad863bee60b7a012676e36bf70"/>
+       </game>
+       <game name="Close Combat - First to Fight - United States Marines (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Close Combat - First to Fight - United States Marines (Europe) (En,Fr,De,It)</description>
+               <rom name="Close Combat - First to Fight - United States Marines (Europe) (En,Fr,De,It).iso" size="7825162240" crc="09af8764" md5="a14ce401af8e82d2217ab9c803e8e761" sha1="cf517cd5378ce83f9feb0d0e6335141ad384b8ba"/>
+       </game>
+       <game name="Robots (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Robots (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Robots (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="1ff40811" md5="611fc088ed1c417b4d4c0a628fdcb75c" sha1="dc035d8fb1be98096bc7698a2a46ff4a81712f7e"/>
+       </game>
+       <game name="Taz - Wanted (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Taz - Wanted (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Taz - Wanted (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f816ca45" md5="bbddc72e8dfdf6a9fadb633e739a5e5b" sha1="2564f402e9e7553b456595b7dddbd43d04f62daf"/>
+       </game>
+       <game name="Disney-Pixar Die Unglaublichen (Germany)">
+               <category>Games</category>
+               <description>Disney-Pixar Die Unglaublichen (Germany)</description>
+               <rom name="Disney-Pixar Die Unglaublichen (Germany).iso" size="7825162240" crc="05b97210" md5="a34f7304434749ce20529f0fcf3b3a8e" sha1="a740f50622e8d75ee1e4c474500aeca22906a894"/>
+       </game>
+       <game name="X-Men Legends II - Rise of Apocalypse (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>X-Men Legends II - Rise of Apocalypse (Europe) (Fr,De)</description>
+               <rom name="X-Men Legends II - Rise of Apocalypse (Europe) (Fr,De).iso" size="7825162240" crc="01fb5630" md5="7e9fc67b6d7b1404de67a0f6d5395097" sha1="64c9e41ed119afd0821f5e232b6ec2915ef88103"/>
+       </game>
+       <game name="Leisure Suit Larry - Magna Cum Laude (Germany)">
+               <category>Games</category>
+               <description>Leisure Suit Larry - Magna Cum Laude (Germany)</description>
+               <rom name="Leisure Suit Larry - Magna Cum Laude (Germany).iso" size="7825162240" crc="1b1915dc" md5="4d3770287bf9b8de66ff68e6138f47ea" sha1="0606933788385341948d4c98ca64671a3e0ff6c8"/>
+       </game>
+       <game name="Freestyle Metal X (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Freestyle Metal X (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Freestyle Metal X (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e4b15f21" md5="63c88d256e3add4f66f49b5b99baaab2" sha1="7ded84f98ab1d412061f748e5a2f8e7f6b57c53c"/>
+       </game>
+       <game name="Gladiator - Schwert der Rache (Germany)">
+               <category>Games</category>
+               <description>Gladiator - Schwert der Rache (Germany)</description>
+               <rom name="Gladiator - Schwert der Rache (Germany).iso" size="7825162240" crc="54cf6f21" md5="f8c875a36d838a4fae315fe136fe2eee" sha1="7108ef676d757a78a38ce368004f22a82180a9a7"/>
+       </game>
+       <game name="NHL Hitz 2003 (USA)">
+               <category>Games</category>
+               <description>NHL Hitz 2003 (USA)</description>
+               <rom name="NHL Hitz 2003 (USA).iso" size="7825162240" crc="112b35fd" md5="936d0d8f42959e51efc47bd88eaa47ef" sha1="51cc757c7a40b5fe83f30c47275dbebf6f9b43ad"/>
+       </game>
+       <game name="All-Star Baseball 2003 featuring Derek Jeter (USA)">
+               <category>Games</category>
+               <description>All-Star Baseball 2003 featuring Derek Jeter (USA)</description>
+               <rom name="All-Star Baseball 2003 featuring Derek Jeter (USA).iso" size="7825162240" crc="35216907" md5="520ab544931fa17f77b5c97eb1a0536f" sha1="aa26d5a5a8703c2d19acf910631c91064f5e3c49"/>
+       </game>
+       <game name="Capcom Fighting Evolution (World) (En,Ja)">
+               <category>Games</category>
+               <description>Capcom Fighting Evolution (World) (En,Ja)</description>
+               <rom name="Capcom Fighting Evolution (World) (En,Ja).iso" size="7825162240" crc="43116077" md5="347fcd328eb68d055eca50d6d4479de8" sha1="177dbf84ddc97d4924e5cc4ab0b2390ffe743713"/>
+       </game>
+       <game name="MotoGP (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MotoGP (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MotoGP (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4d94d3ab" md5="f52207b57ae4811ae06f6fa70ed6b7b3" sha1="378ddac2e1483e9419ce0216698d1691d0e83435"/>
+       </game>
+       <game name="King of Fighters 2002, The (USA, Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>King of Fighters 2002, The (USA, Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="King of Fighters 2002, The (USA, Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="1c3870ba" md5="51eb338a497f71e05f24fd6ca339aa4f" sha1="bbc1c093d131a4cf2a5f8898c920eaca5e8f9586"/>
+       </game>
+       <game name="Galleon (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Galleon (Europe) (En,Fr,De)</description>
+               <rom name="Galleon (Europe) (En,Fr,De).iso" size="7825162240" crc="9a2a70de" md5="41ee36001f0a8da7252028194b2016db" sha1="a975bfacc78842a96859bfede8107ce4aa09f437"/>
+       </game>
+       <game name="Halo 2 (France) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (France) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (France) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="09f4e966" md5="8305f515160bb81d3b073a0d9780aea8" sha1="4ea27ba026d3ba81c202d0dfd66f1c11f2a97f01"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (France)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (France)</description>
+               <rom name="Hitman 2 - Silent Assassin (France).iso" size="7825162240" crc="9208baa4" md5="c58b79298d23f1a395d94691b05de4e4" sha1="711b73d73c6a8f29ce9308938299fbfbc3432636"/>
+       </game>
+       <game name="Loons - The Fight for Fame (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Loons - The Fight for Fame (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Loons - The Fight for Fame (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="eaa5d0a4" md5="0e4adcd1c11002a9c07dd45ad9849597" sha1="2300d0db7954b6a015edbd7bc330229d5e4af75d"/>
+       </game>
+       <game name="MTX Mototrax (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>MTX Mototrax (Europe) (En,Fr)</description>
+               <rom name="MTX Mototrax (Europe) (En,Fr).iso" size="7825162240" crc="34316925" md5="53dd75533c11b023857927ce73574811" sha1="fea4cf88f83a9f9f8ff9344e6f5071694865a073"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (Europe) (En,Nl,Sv)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (Europe) (En,Nl,Sv)</description>
+               <rom name="Need for Speed - Most Wanted (Europe) (En,Nl,Sv).iso" size="7825162240" crc="7785408c" md5="623540be2f38a89d80f455ea0abc8551" sha1="073d4bc5ad7ab92c24de538a7be0ca7c3b719305"/>
+       </game>
+       <game name="Red Ninja - End of Honor (USA, Europe)">
+               <category>Games</category>
+               <description>Red Ninja - End of Honor (USA, Europe)</description>
+               <rom name="Red Ninja - End of Honor (USA, Europe).iso" size="7825162240" crc="b3c86d15" md5="1dc80f2f85e487ba11163a8238fc99cf" sha1="e29243e0341cfd4580dc8107cf353d5fe65c7a7a"/>
+       </game>
+       <game name="RollerCoaster Tycoon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>RollerCoaster Tycoon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="RollerCoaster Tycoon (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="22cf68b3" md5="63991f701506d2ab22f4bd0287b5b2d0" sha1="870125935cb1e280c2820323accb2a027c564156"/>
+       </game>
+       <game name="Secret Weapons over Normandy (Europe)">
+               <category>Games</category>
+               <description>Secret Weapons over Normandy (Europe)</description>
+               <rom name="Secret Weapons over Normandy (Europe).iso" size="7825162240" crc="0eebfc17" md5="8b446773a9cc99775b75df3be3303b1e" sha1="32957179aab60c94ea5256162cffd571ff7a23af"/>
+       </game>
+       <game name="Star Wars - Battlefront (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront (Europe) (Es,It)</description>
+               <rom name="Star Wars - Battlefront (Europe) (Es,It).iso" size="7825162240" crc="23fae864" md5="6e1303f96bb0df84a59008289ff38fcf" sha1="52059bd0052a6be660664dba1892cb606b32491e"/>
+       </game>
+       <game name="Tennis Masters Series 2003 (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Tennis Masters Series 2003 (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Tennis Masters Series 2003 (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="eb562eb6" md5="a6c05e23fc848ef7abdcba2fad4fb080" sha1="97b2752037ba1906ee0704f0f774dc61e0ce6ad7"/>
+       </game>
+       <game name="Yu-Gi-Oh! The Dawn of Destiny (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! The Dawn of Destiny (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yu-Gi-Oh! The Dawn of Destiny (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="8f0ec08b" md5="2135a08dcb9697a637fc497333559a43" sha1="c83f7d273f900b27997059128f5799f5f76e3adf"/>
+       </game>
+       <game name="Jade Empire (France)">
+               <category>Games</category>
+               <description>Jade Empire (France)</description>
+               <rom name="Jade Empire (France).iso" size="7825162240" crc="9f932f76" md5="6f1fb1c381249fe8cf28b0bd4f21c78f" sha1="e2f04d6ee033b55fadc0dd402291c9c1c6f1c52f"/>
+       </game>
+       <game name="Jade Empire (USA, Europe) (En,Fr,De,Es,It) (Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Jade Empire (USA, Europe) (En,Fr,De,Es,It) (Bonus Disc)</description>
+               <rom name="Jade Empire (USA, Europe) (En,Fr,De,Es,It) (Bonus Disc).iso" size="7825162240" crc="63905271" md5="06829dc23d0d4d2c767f61d97dbbd386" sha1="b697969e6c319529a10435cd8f2d217fd823c5f3"/>
+       </game>
+       <game name="Breakdown (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Breakdown (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Breakdown (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b98d4996" md5="ec2d47c3be21e28b9dbd717679ba4753" sha1="175856fc4d185b48678dd6fea8bbe61bfcabc455"/>
+       </game>
+       <game name="Gunmetal (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gunmetal (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gunmetal (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="5553dcb4" md5="024121d7c285afd8ff7109490de37c34" sha1="1dfb20059e91f7ca6afedf73a1ff1dd36b545dc8"/>
+       </game>
+       <game name="Tour de France, Le (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tour de France, Le (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tour de France, Le (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f5cb4d4e" md5="4ac53f75fa221ac4c0111bd7a2587971" sha1="69546f7251760fb80a7d58d568970ffd3e156a8e"/>
+       </game>
+       <game name="NBA Jam (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NBA Jam (Europe) (En,Fr,De)</description>
+               <rom name="NBA Jam (Europe) (En,Fr,De).iso" size="7825162240" crc="09ff1cf4" md5="daa17eaf70aa787a3faca4636f79ce59" sha1="122b01fdc381338231e222e0996775274874ce06"/>
+       </game>
+       <game name="NBA Live 2002 (Europe)">
+               <category>Games</category>
+               <description>NBA Live 2002 (Europe)</description>
+               <rom name="NBA Live 2002 (Europe).iso" size="7825162240" crc="34bd16ff" md5="4071038fadb6242597cb0e52366ca9f4" sha1="00f335c6ccb25f81e52d188162bf0841ba525039"/>
+       </game>
+       <game name="NFL Street (Europe)">
+               <category>Games</category>
+               <description>NFL Street (Europe)</description>
+               <rom name="NFL Street (Europe).iso" size="7825162240" crc="9f0c8af3" md5="7bb148386daf50072cc6bf0b65b48824" sha1="9b2d5d71fe71a1fb0e7600c973d427001a3af2f5"/>
+       </game>
+       <game name="Operation Flashpoint - Elite (USA, Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Operation Flashpoint - Elite (USA, Europe) (En,Fr,De,It)</description>
+               <rom name="Operation Flashpoint - Elite (USA, Europe) (En,Fr,De,It).iso" size="7825162240" crc="26ce6f08" md5="a6d6bd67b04c4c20d056d1c0ca050299" sha1="4c01250600654be375a6f983426a572248acc17b"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (Europe)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (Europe)</description>
+               <rom name="Pitfall - The Lost Expedition (Europe).iso" size="7825162240" crc="0fc73601" md5="573768d26a261e7be739c4eabb6fb06d" sha1="27a5a55ce2b7cee4de30571aec3ffb29d2811930"/>
+       </game>
+       <game name="RLH - Run Like Hell (Europe)">
+               <category>Games</category>
+               <description>RLH - Run Like Hell (Europe)</description>
+               <rom name="RLH - Run Like Hell (Europe).iso" size="7825162240" crc="4145c084" md5="de3f6f06c00c310d7783d1caf5a9ca6d" sha1="f82d2d8775a7191885264bfd514131c464b489e5"/>
+       </game>
+       <game name="Scooby-Doo! Mystery Mayhem (USA, Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Scooby-Doo! Mystery Mayhem (USA, Europe) (En,Fr,De)</description>
+               <rom name="Scooby-Doo! Mystery Mayhem (USA, Europe) (En,Fr,De).iso" size="7825162240" crc="eb32d3b5" md5="acda56252c00a0e6be207d67ae2bf713" sha1="35ff93bde9965cda7aa8c49732c0195176b7bbcc"/>
+       </game>
+       <game name="Pirates of the Caribbean (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Pirates of the Caribbean (Europe) (En,Fr,De,Es)</description>
+               <rom name="Pirates of the Caribbean (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="a0318cb4" md5="25b0425b17df189b72eae37b20d8602f" sha1="8bebb12da90774aa13302f7a1c84770bd3c38834"/>
+       </game>
+       <game name="Chessmaster (USA)">
+               <category>Games</category>
+               <description>Chessmaster (USA)</description>
+               <rom name="Chessmaster (USA).iso" size="7825162240" crc="7977c2c6" md5="498cdb8e237948c794c5a92d4412f112" sha1="4c946cac0b15c6e19796879c2ab65cdddea0c961"/>
+       </game>
+       <game name="Legends of Wrestling II (Europe)">
+               <category>Games</category>
+               <description>Legends of Wrestling II (Europe)</description>
+               <rom name="Legends of Wrestling II (Europe).iso" size="7825162240" crc="4da759bc" md5="1f9d6268e18ed1e8126975c15d307241" sha1="6886aa6b3149d8e57af0d73bf455cc27e43e0cd6"/>
+       </game>
+       <game name="TOCA Race Driver (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>TOCA Race Driver (Europe) (En,Fr,Es)</description>
+               <rom name="TOCA Race Driver (Europe) (En,Fr,Es).iso" size="7825162240" crc="5db1abbe" md5="2bf72b92cc89bc1473447606c68bcc86" sha1="bd10b0f332b3e81ca1cc65c8c03699e6bce02449"/>
+       </game>
+       <game name="WWE Raw 2 (Europe)">
+               <category>Games</category>
+               <description>WWE Raw 2 (Europe)</description>
+               <rom name="WWE Raw 2 (Europe).iso" size="7825162240" crc="2e5e0357" md5="2ccf4de8fe561bc61da429ab5134501f" sha1="2153e45778579ac1e08fd1e99da2a7b38c5eb79e"/>
+       </game>
+       <game name="Castlevania - Curse of Darkness (USA)">
+               <category>Games</category>
+               <description>Castlevania - Curse of Darkness (USA)</description>
+               <rom name="Castlevania - Curse of Darkness (USA).iso" size="7825162240" crc="dd38de06" md5="c076c2b37c0165cb9ea73c44ab7c70a6" sha1="da14b42b84ce62ac610aa0e103938fd0bb5c1db5"/>
+       </game>
+       <game name="Worms 3D (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Worms 3D (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Worms 3D (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f8f0fcd8" md5="e958f7ad08ce4cd2b1e5185dd9203771" sha1="555303ca982759f53257984e5f0696eddcda8209"/>
+       </game>
+       <game name="FIFA 07 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>FIFA 07 (Europe) (Fr,De)</description>
+               <rom name="FIFA 07 (Europe) (Fr,De).iso" size="7825162240" crc="9b747852" md5="f7ef68221b0a306412c39be285e2c8b9" sha1="1587fc88f18238cca5b612d2aeb3929e5c5c3d83"/>
+       </game>
+       <game name="Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f11dce2b" md5="1778c29b0bbcdbb4638727106c5d090a" sha1="a6168ef693a13a7f02885fd3208c780b002b091a"/>
+       </game>
+       <game name="LEGO Star Wars - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Da)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Da)</description>
+               <rom name="LEGO Star Wars - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Da).iso" size="7825162240" crc="1fe5826f" md5="e5cde2567d19bc37e6c6a892b667057d" sha1="696b33148d3e071b1ff01c959b652d0e018bdc7d"/>
+       </game>
+       <game name="Godzilla - Save the Earth (USA, Europe)">
+               <category>Games</category>
+               <description>Godzilla - Save the Earth (USA, Europe)</description>
+               <rom name="Godzilla - Save the Earth (USA, Europe).iso" size="7825162240" crc="ce3388e7" md5="32e246384fc65291ba01c54b5edafc82" sha1="3fffd3c6a3a6ccc6f84f6bc2b82ab734f9a4929a"/>
+       </game>
+       <game name="Godzilla - Destroy All Monsters Melee (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Godzilla - Destroy All Monsters Melee (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Godzilla - Destroy All Monsters Melee (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2bed09cb" md5="f1e14fc1087a93b29ab7c87bd0d5a427" sha1="6a18c9f4d92cfcd1580ac5b81e8eef64885bab52"/>
+       </game>
+       <game name="Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="065e74e9" md5="db5192396235049bd41d523ce0ad7ea6" sha1="eeb6be1bbdd36aa5dd4dd6df4b6275470b889aea"/>
+       </game>
+       <game name="FIFA Street 2 (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>FIFA Street 2 (Europe) (En,Fr,De,Nl)</description>
+               <rom name="FIFA Street 2 (Europe) (En,Fr,De,Nl).iso" size="7825162240" crc="3eeb76b4" md5="2159026d6b910793bbd6a0ab188f0495" sha1="43798aaf6d14f4cdeca053e64d5703b355c850ad"/>
+       </game>
+       <game name="Club Football - Hamburger SV (Germany)">
+               <category>Games</category>
+               <description>Club Football - Hamburger SV (Germany)</description>
+               <rom name="Club Football - Hamburger SV (Germany).iso" size="7825162240" crc="f55168cf" md5="88b6db532adeaa7bc715e64fcb1ecb50" sha1="3f43156e4c9d8433a9bcabdb727e1c205e5e66c4"/>
+       </game>
+       <game name="Kingdom Under Fire - The Crusaders (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Kingdom Under Fire - The Crusaders (Europe) (En,Fr,De,It)</description>
+               <rom name="Kingdom Under Fire - The Crusaders (Europe) (En,Fr,De,It).iso" size="7825162240" crc="ef95a6bb" md5="93827c1fbf67f91c6692f17499f85c73" sha1="e4d9495f0f18439fe2f8b823b148bb93f206c3e5"/>
+       </game>
+       <game name="X-Men Legends (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>X-Men Legends (Europe) (Fr,De)</description>
+               <rom name="X-Men Legends (Europe) (Fr,De).iso" size="7825162240" crc="6bd0e2a2" md5="02460712edf7cdcdf0dbaa0cab9e0df9" sha1="b1fdd95925e5998f5e894e68e2886e95328190fc"/>
+       </game>
+       <game name="FIFA 06 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>FIFA 06 (Europe) (Fr,De)</description>
+               <rom name="FIFA 06 (Europe) (Fr,De).iso" size="7825162240" crc="b22bce09" md5="727daacfd2b178cef6c2026f3b58b5b6" sha1="3f149bd8f3f68fd629c3948f9272137282a0aa2f"/>
+       </game>
+       <game name="Robin Hood - Defender of the Crown (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Robin Hood - Defender of the Crown (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Robin Hood - Defender of the Crown (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="85676904" md5="b9a8082e9effedcc8dc19e9ac2b100b1" sha1="ae608e363d57d893d8d43132f23b81ea1de7aa76"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (Germany)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (Germany)</description>
+               <rom name="GoldenEye - Rogue Agent (Germany).iso" size="7825162240" crc="6e4ec54c" md5="be3b2f3a6d0bf6cf31202ec504de3095" sha1="d4acaaac09c7ae7cebecfbad7061503804c14e3f"/>
+       </game>
+       <game name="Fantastic 4 (Europe) (Fr,Es)">
+               <category>Games</category>
+               <description>Fantastic 4 (Europe) (Fr,Es)</description>
+               <rom name="Fantastic 4 (Europe) (Fr,Es).iso" size="7825162240" crc="63c5148b" md5="887e2605e255d0d224a88f14397d1fd4" sha1="4a78ac7188ae528f32c5627941f92771c4e969fd"/>
+       </game>
+       <game name="Ice Age 2 - The Meltdown (Europe) (En,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Ice Age 2 - The Meltdown (Europe) (En,De,Es,It,Nl)</description>
+               <rom name="Ice Age 2 - The Meltdown (Europe) (En,De,Es,It,Nl).iso" size="7825162240" crc="c9843b26" md5="051194db0d0125a43199e3cc5ba19a1e" sha1="1737691c0d1232efd818cbfe3bf28037ab72a289"/>
+       </game>
+       <game name="Disney's Chicken Little (USA, Europe)">
+               <category>Games</category>
+               <description>Disney's Chicken Little (USA, Europe)</description>
+               <rom name="Disney's Chicken Little (USA, Europe).iso" size="7825162240" crc="9e3b8aee" md5="73cd76fb548344151a405ded74800b4d" sha1="0595e63213ce4a93b623eb733d1827d153eef845"/>
+       </game>
+       <game name="Disney-Pixar Cars (Europe)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Europe)</description>
+               <rom name="Disney-Pixar Cars (Europe).iso" size="7825162240" crc="cc2faf11" md5="c182f29657a2ccaeda6dc8854166ee04" sha1="ba1e20d0a33d29a7ee8f75f7f83ad983d02af8ef"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="9ccd6b8f" md5="0519c4ba92892f8a261980f4d44dd727" sha1="470b9603bb4443f7be8e6187060ab42325605589"/>
+       </game>
+       <game name="DreamWorks Shrek - SuperSlam (Europe) (Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - SuperSlam (Europe) (Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks Shrek - SuperSlam (Europe) (Fr,De,Es,It,Nl).iso" size="7825162240" crc="a89eb399" md5="340204f0bccff75bb56463da9576ab9d" sha1="fb0b279afae1a545cf64721fdca02812709b5fae"/>
+       </game>
+       <game name="Scooby-Doo! Unmasked (USA, Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Scooby-Doo! Unmasked (USA, Europe) (En,Fr,Es,It)</description>
+               <rom name="Scooby-Doo! Unmasked (USA, Europe) (En,Fr,Es,It).iso" size="7825162240" crc="eaf06a3f" md5="97ec7e1dffeff52e71af148029a599c6" sha1="5cadca44cc511a9918efb47b85795f18f5899e1a"/>
+       </game>
+       <game name="SSX on Tour (Europe)">
+               <category>Games</category>
+               <description>SSX on Tour (Europe)</description>
+               <rom name="SSX on Tour (Europe).iso" size="7825162240" crc="91a9495c" md5="9b9c23eaca951f2de37a2607cc33787e" sha1="6265fa64e53c2443fbc8d5469f0e434b3ee7f97e"/>
+       </game>
+       <game name="TransWorld Surf (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TransWorld Surf (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TransWorld Surf (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f090ca55" md5="9b2caba3f460082791a53bba48fbe9da" sha1="bf622e39804c347c54cab807af001f62a6ea60ce"/>
+       </game>
+       <game name="Ski Racing 2005 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ski Racing 2005 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ski Racing 2005 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="524b6c04" md5="e0548c2521b2c51d4f9f4a4102c0cdf3" sha1="6c113caae9fb2290f0fd603f6833cb7ac43e7b84"/>
+       </game>
+       <game name="Shrek (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shrek (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shrek (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c9988fae" md5="3a78ad2500028ff13e30fa211f11d274" sha1="35586c7fc161bd9bb12d9775598ee9e8d515f564"/>
+       </game>
+       <game name="Shrek Super Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shrek Super Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shrek Super Party (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="5f7d9761" md5="2b5f6ce0f12175da1db750df898a1a6b" sha1="dd6a68b4c73f07e2562fc67e61f2462a108fa2b3"/>
+       </game>
+       <game name="Club Football - Chelsea FC (UK)">
+               <category>Games</category>
+               <description>Club Football - Chelsea FC (UK)</description>
+               <rom name="Club Football - Chelsea FC (UK).iso" size="7825162240" crc="d97c3d9b" md5="3d98e9f171bded90cb29879370725487" sha1="c95c9c3504edb95e9816c093630266dd6374efc5"/>
+       </game>
+       <game name="Club Football 2005 - Manchester United (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Club Football 2005 - Manchester United (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Club Football 2005 - Manchester United (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="1f3f20fc" md5="56be1139da3a0c4cde06ce6f82ee7e23" sha1="24d523a9b77bde9a9fc88bac8201e9596d88c968"/>
+       </game>
+       <game name="Manchester United Manager 2005 (UK)">
+               <category>Games</category>
+               <description>Manchester United Manager 2005 (UK)</description>
+               <rom name="Manchester United Manager 2005 (UK).iso" size="7825162240" crc="86c034b0" md5="b8cc331a6843b415ec0d43d91186d724" sha1="33375b71cd5d93b37ecc0d1657a106dc81d615d7"/>
+       </game>
+       <game name="NBA 2K3 (Europe)">
+               <category>Games</category>
+               <description>NBA 2K3 (Europe)</description>
+               <rom name="NBA 2K3 (Europe).iso" size="7825162240" crc="0c2064e0" md5="eb89f9889384c92d64c2809da5b4a68d" sha1="bb08c4b08c41ea462ee63a54ee0fba97b1171f62"/>
+       </game>
+       <game name="Burnout Revenge (Europe) (Es,It,Nl,Sv,Da,Fi)">
+               <category>Games</category>
+               <description>Burnout Revenge (Europe) (Es,It,Nl,Sv,Da,Fi)</description>
+               <rom name="Burnout Revenge (Europe) (Es,It,Nl,Sv,Da,Fi).iso" size="7825162240" crc="930bd147" md5="21b7c5d283b7c87324047050b60cf701" sha1="59e6f3e0e09abd7f43f766ab773abadcb5f10383"/>
+       </game>
+       <game name="Pac-Man World 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pac-Man World 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pac-Man World 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="bffbdfd9" md5="0acce959e0f212626df2b1a8a931b59f" sha1="9f5ce8b045419d3e576571f91b382cc7d5fbfc99"/>
+       </game>
+       <game name="GoldenEye - Agente Corrupto (Spain)">
+               <category>Games</category>
+               <description>GoldenEye - Agente Corrupto (Spain)</description>
+               <rom name="GoldenEye - Agente Corrupto (Spain).iso" size="7825162240" crc="c5d3c79a" md5="245a548c73d698cae1317885a531b78f" sha1="237febade8c5b2931b24e725643c82a1c6ab88cb"/>
+       </game>
+       <game name="Hitman - Contracts (Spain)">
+               <category>Games</category>
+               <description>Hitman - Contracts (Spain)</description>
+               <rom name="Hitman - Contracts (Spain).iso" size="7825162240" crc="afbd98a1" md5="95befd933a7cc7463ba7fb9546d2b9d8" sha1="c84183fbab99e277836f4bbde2c25ac9fa310b11"/>
+       </game>
+       <game name="Padrino, Il (Italy)">
+               <category>Games</category>
+               <description>Padrino, Il (Italy)</description>
+               <rom name="Padrino, Il (Italy).iso" size="7825162240" crc="e945fae1" md5="8a8e9a5b2026669d550c736ea2a6714f" sha1="94627bab5c98cde1ada24e0e16a2b94dde9b0be0"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (Italy)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (Italy)</description>
+               <rom name="Need for Speed - Most Wanted (Italy).iso" size="7825162240" crc="05ce57d8" md5="257a3289f3bd670348393ff93910c723" sha1="0628635a2d2a7e06dd0e6eea57bff5e5280919f9"/>
+       </game>
+       <game name="True Crime - New York City (Europe) (Fr,Es,It)">
+               <category>Games</category>
+               <description>True Crime - New York City (Europe) (Fr,Es,It)</description>
+               <rom name="True Crime - New York City (Europe) (Fr,Es,It).iso" size="7825162240" crc="ec6b8669" md5="29fc31069287bb736e90b0571f55716c" sha1="22a2be49238b3359cb22262564482ad8001c1734"/>
+       </game>
+       <game name="ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0ad19be0" md5="92db93730a99fc7e94d8f1ae567a1ca1" sha1="c7986f447e0987044ef1d09614f95c59a83e56fc"/>
+       </game>
+       <game name="Die Hard - Vendetta (Germany) (En,De)">
+               <category>Games</category>
+               <description>Die Hard - Vendetta (Germany) (En,De)</description>
+               <rom name="Die Hard - Vendetta (Germany) (En,De).iso" size="7825162240" crc="1c94a05a" md5="0cad58c8395772f5c53ab9f2e9b4ef58" sha1="2209e4b835364494a936dd6b7e13825f750a4ae5"/>
+       </game>
+       <game name="Aggressive Inline (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Aggressive Inline (Europe) (En,Fr,De,Es)</description>
+               <rom name="Aggressive Inline (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="d9cd60e6" md5="171aa1d060da328b854c94ecae67b237" sha1="5919d0efb7cf8e01643fce786f911b4ec5f214b3"/>
+       </game>
+       <game name="Harry Potter - Quidditch World Cup (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Harry Potter - Quidditch World Cup (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Harry Potter - Quidditch World Cup (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="42275a67" md5="8de5c08ebfe31ba940e0c84b38558e47" sha1="a3291a3b18e30e18c2c8e5bc55614097ea8ec0a5"/>
+       </game>
+       <game name="Starsky &amp; Hutch (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Starsky &amp; Hutch (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Starsky &amp; Hutch (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e2cafeb3" md5="a9a5587d67ae784e9a29f68ce5a43a6a" sha1="527ffcf4d58bdeea988579e96c56f9283e09cafd"/>
+       </game>
+       <game name="DTM Race Driver Live (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>DTM Race Driver Live (Europe) (En,Fr,De)</description>
+               <rom name="DTM Race Driver Live (Europe) (En,Fr,De).iso" size="7825162240" crc="d7bdd98c" md5="461aeb8259416946f781953e2b71cedf" sha1="e163bff1d80e9ddea1d17277dbe61479b6181e12"/>
+       </game>
+       <game name="Showdown - Legends of Wrestling (Europe)">
+               <category>Games</category>
+               <description>Showdown - Legends of Wrestling (Europe)</description>
+               <rom name="Showdown - Legends of Wrestling (Europe).iso" size="7825162240" crc="5e50189b" md5="78337dc44fbb20c432704d4db00ad977" sha1="bc08f74904e0162e17ab7efae6ac58dbfaa22676"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts (Europe, Australia)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts (Europe, Australia)</description>
+               <rom name="Cabela's Dangerous Hunts (Europe, Australia).iso" size="7825162240" crc="d2f53692" md5="2e9212f5dd02142c11f4a16a3c57e035" sha1="1a9db0214ecd05af9e60fb5b142bdde883425f05"/>
+       </game>
+       <game name="America's Army - Rise of a Soldier (Europe)">
+               <category>Games</category>
+               <description>America's Army - Rise of a Soldier (Europe)</description>
+               <rom name="America's Army - Rise of a Soldier (Europe).iso" size="7825162240" crc="d92198bf" md5="e9e2a6cc9217b4a70f1c5cc7aaded7c5" sha1="efe2ac1f32f929e27fbd8d6e8640dd003d27f5f6"/>
+       </game>
+       <game name="Armed and Dangerous (Germany)">
+               <category>Games</category>
+               <description>Armed and Dangerous (Germany)</description>
+               <rom name="Armed and Dangerous (Germany).iso" size="7825162240" crc="b721ceeb" md5="36febbe3af23ea7999958941100d0166" sha1="3b300f34119efce28337e136c7cd6327b5710d68"/>
+       </game>
+       <game name="Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="728cd851" md5="689a680cca2198880a61a88b423e3161" sha1="5ac34f47f8c039e5f101de80bb08dc7634a6ccd2"/>
+       </game>
+       <game name="Batman - Vengeance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Batman - Vengeance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Batman - Vengeance (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f93cfca1" md5="e36ef0c57336fcdadbced1ac5c9533c5" sha1="9d1d5a142509f3ce8ff0c88605792e4e6dbccf53"/>
+       </game>
+       <game name="Bloody Roar - Extreme (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bloody Roar - Extreme (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bloody Roar - Extreme (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c81cd7ee" md5="711688659d39c9e226d81442ebdf7cc5" sha1="3936a060b68f566aa7a75a606dd48bcbadd2bd04"/>
+       </game>
+       <game name="Castlevania - Curse of Darkness (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Castlevania - Curse of Darkness (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Castlevania - Curse of Darkness (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="8f1ace99" md5="4154aeb1b3b5dc89df41a7366fa277da" sha1="eae45c29d4170f120484b22cedeee1b3d7526be1"/>
+       </game>
+       <game name="Crash Tag Team Racing (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Crash Tag Team Racing (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Crash Tag Team Racing (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="9e15dee5" md5="4a7d59c99ee295aae472471b70a3fac7" sha1="223f45d521621d859687c47a262960f80027fd9d"/>
+       </game>
+       <game name="Nickelodeon Tak 2 - The Staff of Dreams (Europe) (En,De)">
+               <category>Games</category>
+               <description>Nickelodeon Tak 2 - The Staff of Dreams (Europe) (En,De)</description>
+               <rom name="Nickelodeon Tak 2 - The Staff of Dreams (Europe) (En,De).iso" size="7825162240" crc="db427091" md5="871f10e292f3588e1c444ac65b934968" sha1="745f7407a966eb026e3cbd39b6f4133eb51d4f99"/>
+       </game>
+       <game name="Nickelodeon Tak - Die grosse Juju-Jagd (Germany) (En,De)">
+               <category>Games</category>
+               <description>Nickelodeon Tak - Die grosse Juju-Jagd (Germany) (En,De)</description>
+               <rom name="Nickelodeon Tak - Die grosse Juju-Jagd (Germany) (En,De).iso" size="7825162240" crc="ed72f6a7" md5="13ecd0385538a03ce4a0142931cc095e" sha1="699bb157401cf84102be92d9c449191d87182427"/>
+       </game>
+       <game name="Major League Baseball 2K5 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K5 (USA)</description>
+               <rom name="Major League Baseball 2K5 (USA).iso" size="7825162240" crc="e2f2fa47" md5="bce0243ff4bd2791b8eba7af01795c68" sha1="e01911f9483c118abc12af3fcf228e4a81fe0707"/>
+       </game>
+       <game name="Pac-Man World 2 (USA)">
+               <category>Games</category>
+               <description>Pac-Man World 2 (USA)</description>
+               <rom name="Pac-Man World 2 (USA).iso" size="7825162240" crc="341f8e18" md5="f1969155c4c9a1f7c12ad9b5f6458889" sha1="0a2fe7311f36259e672adcd09236d3f30bda1882"/>
+       </game>
+       <game name="X-Men Legends (World)">
+               <category>Games</category>
+               <description>X-Men Legends (World)</description>
+               <rom name="X-Men Legends (World).iso" size="7825162240" crc="856e42e3" md5="527c2fe9253d4bba719bf9c8bc877e27" sha1="a8fbe1ce697177efb62e9a1860c563c1ec6d626f"/>
+       </game>
+       <game name="FlatOut (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>FlatOut (Europe) (En,Fr,Es,It)</description>
+               <rom name="FlatOut (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="c8692be7" md5="ce7c17ce129159d0787ab567fdf14114" sha1="533dc901938d72b75c2b559e2f653926f8121bb2"/>
+       </game>
+       <game name="X-Men Legends II - Rise of Apocalypse (Europe) (Es,It)">
+               <category>Games</category>
+               <description>X-Men Legends II - Rise of Apocalypse (Europe) (Es,It)</description>
+               <rom name="X-Men Legends II - Rise of Apocalypse (Europe) (Es,It).iso" size="7825162240" crc="448cdc66" md5="2befeababa167f43ad7c6d8b4ed7386f" sha1="43df06eec08af3619b728755a6758bb93812b668"/>
+       </game>
+       <game name="X-Men 2 - Wolverine's Revenge (Europe)">
+               <category>Games</category>
+               <description>X-Men 2 - Wolverine's Revenge (Europe)</description>
+               <rom name="X-Men 2 - Wolverine's Revenge (Europe).iso" size="7825162240" crc="76408393" md5="a96d05afaf92f5e63c041c9afc92d787" sha1="f77376de5a4fdffa07181955d32e6d59cae7b5de"/>
+       </game>
+       <game name="Stake - Fortune Fighters (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Stake - Fortune Fighters (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Stake - Fortune Fighters (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="3fb67255" md5="db651fb8143aef629dad1e84a37870dc" sha1="108c615226be38e008ccd2e1a1c7380fa8535634"/>
+       </game>
+       <game name="Die Hard - Vendetta (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Die Hard - Vendetta (Europe) (En,Fr,Es,It)</description>
+               <rom name="Die Hard - Vendetta (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="c93a19e0" md5="03505370dc372c89bf8967cd67b51c2a" sha1="e15a14a1f2a3744b98a6a58a5f4f4f2d67135203"/>
+       </game>
+       <game name="Alter Echo (Europe)">
+               <category>Games</category>
+               <description>Alter Echo (Europe)</description>
+               <rom name="Alter Echo (Europe).iso" size="7825162240" crc="782fedbe" md5="81049d8ddaf5ba3ff6a34721f712287e" sha1="f880c08c572b04121056ce6602479e50961421e8"/>
+       </game>
+       <game name="Buffy the Vampire Slayer - Chaos Bleeds (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Buffy the Vampire Slayer - Chaos Bleeds (Europe) (En,Fr,De,Es)</description>
+               <rom name="Buffy the Vampire Slayer - Chaos Bleeds (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="2e4b8c85" md5="648e0c00c37d6f11d1ace742614d33c1" sha1="0b078dd78bb9c405f00458bbdf14744baed00c29"/>
+       </game>
+       <game name="Harry Potter and the Goblet of Fire (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harry Potter and the Goblet of Fire (Europe) (Fr,De,Es,It)</description>
+               <rom name="Harry Potter and the Goblet of Fire (Europe) (Fr,De,Es,It).iso" size="7825162240" crc="26c390b7" md5="1e4380ffe3f2c543105f9c6a9e88b406" sha1="86287ec07036afc3e4c9ba9d958dcb3492ec8f64"/>
+       </game>
+       <game name="World Poker Tour (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>World Poker Tour (Europe) (En,Fr,De)</description>
+               <rom name="World Poker Tour (Europe) (En,Fr,De).iso" size="7825162240" crc="79f1e7d8" md5="f4d94644058190997a22222aadfb18c7" sha1="87ef6f2d5fc95c7b22b94e244e6db278ffb68546"/>
+       </game>
+       <game name="Shrek 2 (Germany)">
+               <category>Games</category>
+               <description>Shrek 2 (Germany)</description>
+               <rom name="Shrek 2 (Germany).iso" size="7825162240" crc="16a68808" md5="c338910a080c726653d2c7fcf5c8956a" sha1="e61d9a152fa5c071c35eecd71fd33941eff7d5b7"/>
+       </game>
+       <game name="Dancing Stage Unleashed (Europe)">
+               <category>Games</category>
+               <description>Dancing Stage Unleashed (Europe)</description>
+               <rom name="Dancing Stage Unleashed (Europe).iso" size="7825162240" crc="fa064f65" md5="70549601b80971a93dff73311315e9c9" sha1="0d09b4492f71127a7f8ec3520cb2671c3a4c3495"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (Europe) (Fr,De)</description>
+               <rom name="FIFA World Cup Germany 2006 (Europe) (Fr,De).iso" size="7825162240" crc="5d3c3e90" md5="822b39ce96e4b3c299670ac873d0f071" sha1="ac7bfb0006a4cd9c5683b724cdb80e820cc6bff2"/>
+       </game>
+       <game name="Worms 4 - Mayhem (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Worms 4 - Mayhem (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Worms 4 - Mayhem (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ea3c2800" md5="226715b2fc5ef5e367dacf570ae6898c" sha1="e133d356ce08d4c1155ce75182561af9be82585d"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Europe)">
+               <category>Games</category>
+               <description>Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Europe)</description>
+               <rom name="Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Europe).iso" size="7825162240" crc="dc67c119" md5="539f37f21be4fed58bc2ea5973ae0b24" sha1="c0a0ee7df0ac785088df13ada3af81a03b6f0db3"/>
+       </game>
+       <game name="Guilty Gear X2 Reload - The Midnight Carnival (Europe)">
+               <category>Games</category>
+               <description>Guilty Gear X2 Reload - The Midnight Carnival (Europe)</description>
+               <rom name="Guilty Gear X2 Reload - The Midnight Carnival (Europe).iso" size="7825162240" crc="c7863607" md5="6bf18e25c6d31e28a16fac7313dbf34c" sha1="0acbe5a89e21b231c3cd61d27f35278eeb8478e7"/>
+       </game>
+       <game name="Beyond Good &amp; Evil (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Beyond Good &amp; Evil (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Beyond Good &amp; Evil (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="be178223" md5="3a97ac896ca7277559b69d942409af67" sha1="e9e6054563ac5546ff7a39c64217311ce9215d16"/>
+       </game>
+       <game name="Gauntlet - Dark Legacy (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Gauntlet - Dark Legacy (Europe) (En,Fr,De)</description>
+               <rom name="Gauntlet - Dark Legacy (Europe) (En,Fr,De).iso" size="7825162240" crc="24e9505c" md5="772ba3ce03a1e66e04a1410f681c4e5a" sha1="dd681d27e44c42f1ef7813b42317c943298328b1"/>
+       </game>
+       <game name="Samurai Warriors (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Samurai Warriors (Europe) (Fr,De)</description>
+               <rom name="Samurai Warriors (Europe) (Fr,De).iso" size="7825162240" crc="e2b5fde8" md5="94a4b84570875efad7a0738d8a3ac4ad" sha1="4bf01d50f6328ad849c7299e4e23523e6b060c88"/>
+       </game>
+       <game name="Dynasty Warriors 4 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Dynasty Warriors 4 (Europe) (Fr,De)</description>
+               <rom name="Dynasty Warriors 4 (Europe) (Fr,De).iso" size="7825162240" crc="5fab537c" md5="905546239624689dfee6df19dadb476e" sha1="175184bcf365c224d7758178d6f39eca29c819cf"/>
+       </game>
+       <game name="Dynasty Warriors 5 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Dynasty Warriors 5 (Europe) (Fr,De)</description>
+               <rom name="Dynasty Warriors 5 (Europe) (Fr,De).iso" size="7825162240" crc="54697db3" md5="9d77395fbef2fbb799fa156e7e651a77" sha1="2eee0e83f6bb32f6dc852626d956ec6705f49924"/>
+       </game>
+       <game name="Star Wars - Battlefront (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront (Germany)</description>
+               <rom name="Star Wars - Battlefront (Germany).iso" size="7825162240" crc="c259b3cf" md5="c389bf7da9f53824b8dc8c6cf8079cf0" sha1="d4978b66c4938f300d39b845c079159203527aa2"/>
+       </game>
+       <game name="Star Wars - Battlefront II (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront II (Germany)</description>
+               <rom name="Star Wars - Battlefront II (Germany).iso" size="7825162240" crc="a295d888" md5="0d36a89b2169ee436538f74bfc4428f4" sha1="1b0d8f431cb701df4a9bc881f5117b84136d11c6"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (Germany)</description>
+               <rom name="Star Wars - Jedi Starfighter (Germany).iso" size="7825162240" crc="9c83f488" md5="828c33a4b49ceb393c968bd159d1b2a1" sha1="34f54f55c629924be2aa222400d9fe543f224133"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (Germany)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (Germany)</description>
+               <rom name="Star Wars - The Clone Wars (Germany).iso" size="7825162240" crc="f5c8b9a8" md5="8105c41a145f5f1fc1b4139d235f0ec1" sha1="b35a6439c8cb4be66a2e9f20511db407b7b4d081"/>
+       </game>
+       <game name="Zapper (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Zapper (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Zapper (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="728bf015" md5="68babf6a9db1b7379642185c138e3abd" sha1="fe7aaad7d15489abc218f1e87aef3c16b3898e03"/>
+       </game>
+       <game name="Sonic Mega Collection Plus (World) (En,Ja)">
+               <category>Games</category>
+               <description>Sonic Mega Collection Plus (World) (En,Ja)</description>
+               <rom name="Sonic Mega Collection Plus (World) (En,Ja).iso" size="7825162240" crc="eefc442c" md5="c93597552128ef8f36262dd24ed93310" sha1="ca28a6fad4c0c243a806d4712e1a2b46c9e48c16"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (Germany)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (Germany)</description>
+               <rom name="Pitfall - The Lost Expedition (Germany).iso" size="7825162240" crc="6679264f" md5="4c9e26a61d5b74069b3b57d48a4f890b" sha1="70b3b251453ee836b1773f0219ccb27cc0dcbff2"/>
+       </game>
+       <game name="Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d100c468" md5="4e591145c5b17e30ff7516b1d1c00caa" sha1="6e639b948dcb0b64ecb97f51ef32f253ec89ac2b"/>
+       </game>
+       <game name="Taito Legends 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Taito Legends 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Taito Legends 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e6a6200d" md5="48703b3bc899b54cd6393eb1b981817b" sha1="2560af034102fbabee9054d700d3084b2d454b6e"/>
+       </game>
+       <game name="Heroes of the Pacific (USA)">
+               <category>Games</category>
+               <description>Heroes of the Pacific (USA)</description>
+               <rom name="Heroes of the Pacific (USA).iso" size="7825162240" crc="6ab88ec0" md5="d5bc8d0930f506fc8dca14a7632aba0b" sha1="e22df0ead28f2bedbe251c314640941dbc96b1a2"/>
+       </game>
+       <game name="2002 FIFA World Cup (France)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (France)</description>
+               <rom name="2002 FIFA World Cup (France).iso" size="7825162240" crc="d1b2279e" md5="8ab87d03a0250528592b337ec4afc8b4" sha1="c1972e2a92fc7d5e1ab9da70602b4d41c7e9bd38"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (France)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (France)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (France).iso" size="7825162240" crc="7b7e6d5b" md5="f740e45b8157d26f91b1a3ce00d3d9b1" sha1="4c2377b10b8e62871b9a159f8ebe161edbfbed7f"/>
+       </game>
+       <game name="AFL Live 2004 (Australia)">
+               <category>Games</category>
+               <description>AFL Live 2004 (Australia)</description>
+               <rom name="AFL Live 2004 (Australia).iso" size="7825162240" crc="2c733886" md5="0e16f61eb9c829203c102e1261c24ac9" sha1="2c30e966b33595afe2a8bc0a2136275fea0c52af"/>
+       </game>
+       <game name="AFL Live 2003 (Australia)">
+               <category>Games</category>
+               <description>AFL Live 2003 (Australia)</description>
+               <rom name="AFL Live 2003 (Australia).iso" size="7825162240" crc="900f8fc7" md5="6cceccbb4da18b4a348d39968b38d125" sha1="6ffd32a8d579d1bcfb9266fa638f98f727eb07ef"/>
+       </game>
+       <game name="AFL Live Premiership Edition (Australia)">
+               <category>Games</category>
+               <description>AFL Live Premiership Edition (Australia)</description>
+               <rom name="AFL Live Premiership Edition (Australia).iso" size="7825162240" crc="191fa1c4" md5="f622033fc8ae91392ef9ab29c7087c36" sha1="42185ecf7789e59918e20ce970e64e5f778e31db"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (Europe)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (Europe)</description>
+               <rom name="FIFA World Cup Germany 2006 (Europe).iso" size="7825162240" crc="1c919cfb" md5="572264371004e8b6cf5c0296dbc0998b" sha1="8cfe4db9ab5d7961733c76bf796474eb86458507"/>
+       </game>
+       <game name="CSI - Crime Scene Investigation (World) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>CSI - Crime Scene Investigation (World) (En,Fr,De,Es,It)</description>
+               <rom name="CSI - Crime Scene Investigation (World) (En,Fr,De,Es,It).iso" size="7825162240" crc="2ab8e832" md5="418414624f9f039bc7004cfcbfe3c4ac" sha1="50e8513292028b994044a66d11d35aa13a4f6ca6"/>
+       </game>
+       <game name="Mercenaries (USA, Europe)">
+               <category>Games</category>
+               <description>Mercenaries (USA, Europe)</description>
+               <rom name="Mercenaries (USA, Europe).iso" size="7825162240" crc="ca835e7d" md5="e340535feeadc0ff9b71506c625bf288" sha1="50cf72800779ddf6d6f9fb98eeedcd3ccf518ad2"/>
+       </game>
+       <game name="NBA Live 2003 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NBA Live 2003 (Europe) (En,Fr,De)</description>
+               <rom name="NBA Live 2003 (Europe) (En,Fr,De).iso" size="7825162240" crc="2a5a0510" md5="5ff345712e992391b6825a09eb9ad420" sha1="dc37a99d8c90a7c1c252f49f574a2c6294fb8f4e"/>
+       </game>
+       <game name="Pool Shark 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pool Shark 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pool Shark 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1faa4fd2" md5="7b38d51de9fa1df2a36777d39dc56b98" sha1="8ec7889d14591c87a8ed3b5871d70e7b3e944f09"/>
+       </game>
+       <game name="Rugby 06 (Europe)">
+               <category>Games</category>
+               <description>Rugby 06 (Europe)</description>
+               <rom name="Rugby 06 (Europe).iso" size="7825162240" crc="ee7a38f9" md5="5460a773a76ce6ae9017aea56460449d" sha1="7bf4afeaf39cc4f98e1c25f10123d2c94ab7db2f"/>
+       </game>
+       <game name="World Championship Pool 2004 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>World Championship Pool 2004 (Europe) (En,Fr,De)</description>
+               <rom name="World Championship Pool 2004 (Europe) (En,Fr,De).iso" size="7825162240" crc="d5809fd9" md5="d37e4f127f8f3a7cf6c130f492938b60" sha1="113d92d81125a55441a26d5d837249d5264084cf"/>
+       </game>
+       <game name="World Championship Snooker 2003 (Europe)">
+               <category>Games</category>
+               <description>World Championship Snooker 2003 (Europe)</description>
+               <rom name="World Championship Snooker 2003 (Europe).iso" size="7825162240" crc="d0c534a9" md5="ee98597f2de9aaf0f53d2a1582409512" sha1="30329c35368321ec93c70a7452a00b3f76ca4111"/>
+       </game>
+       <game name="World Championship Snooker 2004 (Europe)">
+               <category>Games</category>
+               <description>World Championship Snooker 2004 (Europe)</description>
+               <rom name="World Championship Snooker 2004 (Europe).iso" size="7825162240" crc="0d5d51f4" md5="0e711a6c43a726234fd215d50388dedd" sha1="9d77aea1abcd04380881e9c11a42ce0755df5380"/>
+       </game>
+       <game name="Tecmo Classic Arcade (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tecmo Classic Arcade (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Tecmo Classic Arcade (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="34bc5de5" md5="c03626cc64f8218be7f56fbd78eb856d" sha1="a298cb79b0d85eb3bf0a47e35f733a33c0665437"/>
+       </game>
+       <game name="Wallace &amp; Gromit - The Curse of the Were-Rabbit (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wallace &amp; Gromit - The Curse of the Were-Rabbit (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wallace &amp; Gromit - The Curse of the Were-Rabbit (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="949139c6" md5="3bdf3bbe390c5406e8d2b73bb22bbdbb" sha1="bc11b29c220d4ebb88f9c4e3023fdc87b4db2c83"/>
+       </game>
+       <game name="Wallace &amp; Gromit in Project Zoo (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wallace &amp; Gromit in Project Zoo (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wallace &amp; Gromit in Project Zoo (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e3cc90c0" md5="48e15f148b2a27747b6ecba4193e2b80" sha1="48b4aedba189844b57fec9892698a3e5fd6fcb2e"/>
+       </game>
+       <game name="Yetisports Arctic Adventures (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yetisports Arctic Adventures (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yetisports Arctic Adventures (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="75201e63" md5="4a54006895b3e6a8af46292d8b9a888f" sha1="22c3be817cd6e2ef4bc9c79d821ad1f2832b91d3"/>
+       </game>
+       <game name="Xiaolin Showdown (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Xiaolin Showdown (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Xiaolin Showdown (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a011fc54" md5="0a334c2dbcbc799aa4bb6304f585e065" sha1="c33acefec36d176ffbcfa53e45b351400790fcd1"/>
+       </game>
+       <game name="Simpsons, The - Road Rage (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Simpsons, The - Road Rage (Europe) (En,Fr,De)</description>
+               <rom name="Simpsons, The - Road Rage (Europe) (En,Fr,De).iso" size="7825162240" crc="593d7350" md5="c268e22156cc49fde55fc55fad407d1a" sha1="3fa58e4cc7415f62b598a8ce2a77584798312b76"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe).iso" size="7825162240" crc="1dc5af85" md5="8eccb1baa6761453635e453367f2d535" sha1="a214dbf19b2a0b5ab1694ff0e3d2b3c72a390cbb"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (Fr,De,Es,It,Nl)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (Fr,De,Es,It,Nl).iso" size="7825162240" crc="506823a1" md5="e9cab8a564979b4315ad628845e650b7" sha1="183f19cc8329bbac9438dbeb91fad9c1da207033"/>
+       </game>
+       <game name="Nickelodeon SpongeBob Schwammkopf - Der Film (Germany)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob Schwammkopf - Der Film (Germany)</description>
+               <rom name="Nickelodeon SpongeBob Schwammkopf - Der Film (Germany).iso" size="7825162240" crc="20a45a1a" md5="14a0eca7fd4f9bc6f6a729a29d416783" sha1="3f85a5bcb112e2bb6ac92083652ac6c74d148ae5"/>
+       </game>
+       <game name="Barbie Horse Adventures - Wild Horse Rescue (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Barbie Horse Adventures - Wild Horse Rescue (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Barbie Horse Adventures - Wild Horse Rescue (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1d80bd76" md5="0194d42307ef7ddce6e502464c339f60" sha1="6857309654614bba8321b9e35f9adf2a4c0c1b0a"/>
+       </game>
+       <game name="Hitman - Blood Money (Germany)">
+               <category>Games</category>
+               <description>Hitman - Blood Money (Germany)</description>
+               <rom name="Hitman - Blood Money (Germany).iso" size="7825162240" crc="a4b36c91" md5="af97c50471f31ea5c2dd06c3e53266c6" sha1="7027ed86f38f8a1ac25a5f1f3df425fc824c1fdf"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (Germany)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (Germany)</description>
+               <rom name="Call of Duty - Finest Hour (Germany).iso" size="7825162240" crc="a3da103e" md5="0c120f32e72453e91b83506b962db2e5" sha1="94910c94accee6cea7c165101ab4a2b4d9f8625f"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (Germany)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (Germany)</description>
+               <rom name="Call of Duty 2 - Big Red One (Germany).iso" size="7825162240" crc="0e7ef832" md5="82dabd6775e8fbddcdbd0fe510700129" sha1="ec4ce003027ca305fbe3612394994e928c72e5f0"/>
+       </game>
+       <game name="Call of Duty 3 (Germany)">
+               <category>Games</category>
+               <description>Call of Duty 3 (Germany)</description>
+               <rom name="Call of Duty 3 (Germany).iso" size="7825162240" crc="e2845c1b" md5="862b785f84ec8d6be4607e6635b19f9b" sha1="2b0c63e4a5f9c6127841d3746fba9aed66ef695a"/>
+       </game>
+       <game name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe) (En,De)">
+               <category>Games</category>
+               <description>Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe) (En,De)</description>
+               <rom name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe) (En,De).iso" size="7825162240" crc="fc4114f5" md5="f6d15d174ec2f5c208d29e8ae4b75499" sha1="e77e09fcd97a7123a5f748f143e8e09a1594d438"/>
+       </game>
+       <game name="Pate, Der (Germany)">
+               <category>Games</category>
+               <description>Pate, Der (Germany)</description>
+               <rom name="Pate, Der (Germany).iso" size="7825162240" crc="10483b58" md5="00c2eb76b69091862e3cd88cb97e262c" sha1="8808e09cde3832a514b601fb240b950a121d93e2"/>
+       </game>
+       <game name="Midnight Club 3 - DUB Edition Remix (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Midnight Club 3 - DUB Edition Remix (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Midnight Club 3 - DUB Edition Remix (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e0cad5e2" md5="d53cd65a9e1387cf0a91d939334b7df5" sha1="2ae385360ef679e3edcd241964c6b20e5d7656e6"/>
+       </game>
+       <game name="Blade II (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Blade II (Europe) (En,Fr)</description>
+               <rom name="Blade II (Europe) (En,Fr).iso" size="7825162240" crc="b8e49328" md5="bd58928d2987223e68d197a9ddfe0430" sha1="65ac49c05278092471635848aeddac2c16744ac2"/>
+       </game>
+       <game name="Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es)</description>
+               <rom name="Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="55ed65a8" md5="1f0fd06919fe3f80a8f97bd84b16fe28" sha1="a5571a12e2a6a695800ce19091d18979dfd2859f"/>
+       </game>
+       <game name="LEGO Star Wars - The Video Game (USA)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Video Game (USA)</description>
+               <rom name="LEGO Star Wars - The Video Game (USA).iso" size="7825162240" crc="35c71f37" md5="ec59dede566524935f37cebba392e836" sha1="12ad5df7cb51be327e77ae7f3d9bf3b24fd51b24"/>
+       </game>
+       <game name="Bionicle (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>Bionicle (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="Bionicle (Europe) (En,Fr,De,Es,It,Da).iso" size="7825162240" crc="92909bd6" md5="dac0c9c87f8b51cd8fc7bc0604d4eced" sha1="772e8a39c6fe2986da4c09be6bcfc9eda4475316"/>
+       </game>
+       <game name="Dynasty Warriors 4 (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Dynasty Warriors 4 (Europe) (En,Es,It)</description>
+               <rom name="Dynasty Warriors 4 (Europe) (En,Es,It).iso" size="7825162240" crc="9542167d" md5="5e5f739ca32db45a3c404940ef7acbf1" sha1="dcb73e5a7b77f4d5e149f238ed64cd98eca17791"/>
+       </game>
+       <game name="Toxic Grind (Europe)">
+               <category>Games</category>
+               <description>Toxic Grind (Europe)</description>
+               <rom name="Toxic Grind (Europe).iso" size="7825162240" crc="b05b0d8c" md5="315b71cea1aca5a9ed9ab4dffb4642c6" sha1="a181c439a5114d2b6ab94a13adf72729c550bf61"/>
+       </game>
+       <game name="Star Wars - Jedi Knight II - Jedi Outcast (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight II - Jedi Outcast (Europe) (En,Fr)</description>
+               <rom name="Star Wars - Jedi Knight II - Jedi Outcast (Europe) (En,Fr).iso" size="7825162240" crc="149afb55" md5="d70a3e38792d57e7d334e4f14a9431a0" sha1="1dd4069c9de1e349b0f8232a7c65d635c3378f44"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (Spain)</description>
+               <rom name="Star Wars - Jedi Starfighter (Spain).iso" size="7825162240" crc="b698671e" md5="a3ba5ead8c59e432662099b8afb03521" sha1="0b3153dbcdeb4b30634a7bf670c9e7f86ab593b1"/>
+       </game>
+       <game name="Star Wars - Obi-Wan (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Obi-Wan (Spain)</description>
+               <rom name="Star Wars - Obi-Wan (Spain).iso" size="7825162240" crc="34e148ea" md5="5bc95d4d1f717ea13ee8aed1b9807c69" sha1="4083f8c1024ce78a1eb4132536caecdedd4717b1"/>
+       </game>
+       <game name="Star Wars - Starfighter Special Edition (USA)">
+               <category>Games</category>
+               <description>Star Wars - Starfighter Special Edition (USA)</description>
+               <rom name="Star Wars - Starfighter Special Edition (USA).iso" size="7825162240" crc="09c50f85" md5="70d899987d3fe77783e0956347769efe" sha1="d63268d7563929d542c56f55bd41b7f3ab5b252d"/>
+       </game>
+       <game name="Star Wars - Las Guerras Clon (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Las Guerras Clon (Spain)</description>
+               <rom name="Star Wars - Las Guerras Clon (Spain).iso" size="7825162240" crc="a29066ae" md5="361db84c1c894d37bdc39629e4f0f628" sha1="8f29911a042b6e1c78b872644d24f29bb7a11ad5"/>
+       </game>
+       <game name="Club Football 2005 - Arsenal (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Club Football 2005 - Arsenal (Europe) (En,Fr)</description>
+               <rom name="Club Football 2005 - Arsenal (Europe) (En,Fr).iso" size="7825162240" crc="26d57150" md5="80dd95be6fe576dfcfadc1f25f379e06" sha1="1519ea4bda22430f762f2b84de0e2af296507a1b"/>
+       </game>
+       <game name="Hot Wheels - Stunt Track Challenge (Europe)">
+               <category>Games</category>
+               <description>Hot Wheels - Stunt Track Challenge (Europe)</description>
+               <rom name="Hot Wheels - Stunt Track Challenge (Europe).iso" size="7825162240" crc="98cf4e21" md5="2ba98d95fb942af35ef1932d724cf975" sha1="db68aab420136f72f493fb7f1676df83824eaf00"/>
+       </game>
+       <game name="IndyCar Series (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>IndyCar Series (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="IndyCar Series (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b9a65f1a" md5="3e9b88f93e271e7b34b7c5257a369948" sha1="39b86929f3c42fbd4b06782eb7bb292fad46cb15"/>
+       </game>
+       <game name="Kelly Slater's Pro Surfer (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Kelly Slater's Pro Surfer (Europe) (En,Fr,De)</description>
+               <rom name="Kelly Slater's Pro Surfer (Europe) (En,Fr,De).iso" size="7825162240" crc="33ad418f" md5="bcc308cac4a08261ed6caa44accf1c11" sha1="69a41d20c4c79094f1633e4062f4afed1f30ea7a"/>
+       </game>
+       <game name="DreamWorks Shrek - SuperSlam (USA, Europe)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - SuperSlam (USA, Europe)</description>
+               <rom name="DreamWorks Shrek - SuperSlam (USA, Europe).iso" size="7825162240" crc="745c2e60" md5="d074de9f35ed5b1e00fde3082c168b48" sha1="b787a6b97622b5f502916398e7f96c130b8287a8"/>
+       </game>
+       <game name="RalliSport Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>RalliSport Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="RalliSport Challenge (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f660ad82" md5="cd71788cc6768dc177bc5fcd9102d983" sha1="cabf2c3d7e5f455ede91bfc2fcf2db79e3c862c1"/>
+       </game>
+       <game name="UEFA Euro 2004 - Portugal (France)">
+               <category>Games</category>
+               <description>UEFA Euro 2004 - Portugal (France)</description>
+               <rom name="UEFA Euro 2004 - Portugal (France).iso" size="7825162240" crc="a2bf06be" md5="e62dab4deb338707611ac485897c1c0d" sha1="aa73191162a83190f568cf1045d412b7ecc13039"/>
+       </game>
+       <game name="Star Wars - Battlefront II (USA, Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront II (USA, Europe) (En,Es,It)</description>
+               <rom name="Star Wars - Battlefront II (USA, Europe) (En,Es,It).iso" size="7825162240" crc="b3d38211" md5="6058f1839c1c9acbd2c696a496863968" sha1="5fa6fe0e05d34e854ca04f690a97704ee6601040"/>
+       </game>
+       <game name="Xbox Live Arcade (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Rev 1)">
+               <category>Applications</category>
+               <description>Xbox Live Arcade (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Rev 1)</description>
+               <rom name="Xbox Live Arcade (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Rev 1).iso" size="7825162240" crc="35506e59" md5="73f3d89a78af1be1cb1163b5943ac369" sha1="659d62a04b86cc5c370f8556bfe3a57cdfedc0af"/>
+       </game>
+       <game name="FIFA Football 2004 (France)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (France)</description>
+               <rom name="FIFA Football 2004 (France).iso" size="7825162240" crc="8c0a4df4" md5="4424845a9cabf70645415a2946eb264d" sha1="a23a0ca1e71e63a5ae09e89390afecc7d9b24ddf"/>
+       </game>
+       <game name="Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France)">
+               <category>Games</category>
+               <description>Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France)</description>
+               <rom name="Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France).iso" size="7825162240" crc="1284e71d" md5="36116d5b4f6e7fbd4bd9ad2f5935502d" sha1="5eabbaea4705fdab5d967b076c9f81b6aa627a00"/>
+       </game>
+       <game name="Entraineur 5, L' - Saison 04-05 (France)">
+               <category>Games</category>
+               <description>Entraineur 5, L' - Saison 04-05 (France)</description>
+               <rom name="Entraineur 5, L' - Saison 04-05 (France).iso" size="7825162240" crc="479d3815" md5="788cf3841ab0600657b90f63ddb266d5" sha1="59df51d8d08cf1255dd45844c68daff398415b10"/>
+       </game>
+       <game name="Star Wars - Episode III - Revenge of the Sith (USA)">
+               <category>Games</category>
+               <description>Star Wars - Episode III - Revenge of the Sith (USA)</description>
+               <rom name="Star Wars - Episode III - Revenge of the Sith (USA).iso" size="7825162240" crc="7af527e6" md5="220e1ebf166127a8422910242af957e9" sha1="459dc2d02f703540463441e674b7c998504601a6"/>
+       </game>
+       <game name="Star Wars - Republic Commando (USA)">
+               <category>Games</category>
+               <description>Star Wars - Republic Commando (USA)</description>
+               <rom name="Star Wars - Republic Commando (USA).iso" size="7825162240" crc="cc5bacaf" md5="804a6442ab2b00c0264521062bf0aa4b" sha1="cb273ecbd9687c1b8c68faa5acee4b9dc53c0a67"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (France)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (France)</description>
+               <rom name="Pitfall - The Lost Expedition (France).iso" size="7825162240" crc="16fbb618" md5="e3a2e7cd71069aa44bb3a6729825d5f5" sha1="5272cbf75bea60bc7d1c5e8b274e2bb2751ebffa"/>
+       </game>
+       <game name="Mercenaries (France)">
+               <category>Games</category>
+               <description>Mercenaries (France)</description>
+               <rom name="Mercenaries (France).iso" size="7825162240" crc="7c6a540d" md5="d8205e7b2337e12decba2631d40e6697" sha1="c0446c485f573e9c86e6c97058260ec6ddf4150e"/>
+       </game>
+       <game name="Medal of Honor - Soleil Levant (France)">
+               <category>Games</category>
+               <description>Medal of Honor - Soleil Levant (France)</description>
+               <rom name="Medal of Honor - Soleil Levant (France).iso" size="7825162240" crc="26b33a52" md5="f1f49b163e4223d41ff08d1536d46301" sha1="359e77d9ef6652cef4593c3ea1c20fe0499db763"/>
+       </game>
+       <game name="Club Football 2005 - Olympique de Marseille (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Club Football 2005 - Olympique de Marseille (Europe) (En,Fr)</description>
+               <rom name="Club Football 2005 - Olympique de Marseille (Europe) (En,Fr).iso" size="7825162240" crc="e9485d58" md5="5a28b9aa2363e1b3ffb5365b0aea4c5f" sha1="28e9d0fa3ba40edd7ef95793e6087c7699d642c1"/>
+       </game>
+       <game name="Seigneur des Anneaux, Le - Le Retour du Roi (France)">
+               <category>Games</category>
+               <description>Seigneur des Anneaux, Le - Le Retour du Roi (France)</description>
+               <rom name="Seigneur des Anneaux, Le - Le Retour du Roi (France).iso" size="7825162240" crc="51523de0" md5="1ca354fa9b4ba668a8c32ac21b6d0e0d" sha1="57d9b30e3c19141dc8e9e638cce874064604b7a9"/>
+       </game>
+       <game name="Seigneur des Anneaux, Le - Le Tiers Age (France)">
+               <category>Games</category>
+               <description>Seigneur des Anneaux, Le - Le Tiers Age (France)</description>
+               <rom name="Seigneur des Anneaux, Le - Le Tiers Age (France).iso" size="7825162240" crc="c0bfce5e" md5="830251b9120b74f7c1e3a8934b1ca037" sha1="53288ec7ec2c0c251a24d3bc805ea9375a8499c3"/>
+       </game>
+       <game name="Bad Boys II (Europe) (Fr,Es,It)">
+               <category>Games</category>
+               <description>Bad Boys II (Europe) (Fr,Es,It)</description>
+               <rom name="Bad Boys II (Europe) (Fr,Es,It).iso" size="7825162240" crc="b0be1f02" md5="6ca7837f7818c8222886a4507d7e1e9d" sha1="d332575de221e4235c9d7ec558c424c2d14c3cea"/>
+       </game>
+       <game name="Max Payne 2 - The Fall of Max Payne (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Max Payne 2 - The Fall of Max Payne (Europe) (En,Es,It)</description>
+               <rom name="Max Payne 2 - The Fall of Max Payne (Europe) (En,Es,It).iso" size="7825162240" crc="1ce865db" md5="bd153103163211fcdd64d7f1382dead9" sha1="81d88ce4a1f7c79ad7b281346b4de8ea9b10f47e"/>
+       </game>
+       <game name="Shattered Union (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Shattered Union (Europe) (En,Fr,De,It)</description>
+               <rom name="Shattered Union (Europe) (En,Fr,De,It).iso" size="7825162240" crc="60d0b606" md5="28c3d6b335e90c62065d50fb415de693" sha1="053df4263948ff9490146588886e988cca7ea102"/>
+       </game>
+       <game name="Judge Dredd - Dredd vs. Death (Germany) (En,De)">
+               <category>Games</category>
+               <description>Judge Dredd - Dredd vs. Death (Germany) (En,De)</description>
+               <rom name="Judge Dredd - Dredd vs. Death (Germany) (En,De).iso" size="7825162240" crc="d42aa2a0" md5="c78aa5926b8cd87509540405ba0423cc" sha1="4fa44c2f1981c3fe77e778b51870d01016da0e1a"/>
+       </game>
+       <game name="Deathrow (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Deathrow (Europe) (En,Fr,De)</description>
+               <rom name="Deathrow (Europe) (En,Fr,De).iso" size="7825162240" crc="4dd99909" md5="eca87de6a0bf58b909519c1b8acd6049" sha1="9f6ef24d6e576f97281e8ededc352f3fabd47efe"/>
+       </game>
+       <game name="Herr der Ringe, Der - Das dritte Zeitalter (Germany)">
+               <category>Games</category>
+               <description>Herr der Ringe, Der - Das dritte Zeitalter (Germany)</description>
+               <rom name="Herr der Ringe, Der - Das dritte Zeitalter (Germany).iso" size="7825162240" crc="453c4dc4" md5="8d906b7759beb30f0c2306b8f7c1caa3" sha1="09f9686f0de15b8604f8fa9a353e8081bd68da2d"/>
+       </game>
+       <game name="Dancing Stage Unleashed 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dancing Stage Unleashed 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dancing Stage Unleashed 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1d199ce9" md5="cace76d996109cb8db1eaaaedaef218e" sha1="b2110891fc0604ca8a805a59a92a61c7594358f8"/>
+       </game>
+       <game name="Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr,De,Es)</description>
+               <rom name="Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="f1141cb1" md5="42a4ffb3a7d505836319976c67d3d47d" sha1="a84e8c4e64e48ad7c75c714a47cd19072005d50c"/>
+       </game>
+       <game name="Stolen (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Stolen (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Stolen (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="57b81209" md5="edb17d3f5e0a736c904346458f3c626a" sha1="f1066fe477779db151aa945c75dae3cc850b1682"/>
+       </game>
+       <game name="Xbox Music Mixer (Europe, Australia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Xbox Music Mixer (Europe, Australia) (En,Fr,De)</description>
+               <rom name="Xbox Music Mixer (Europe, Australia) (En,Fr,De).iso" size="7825162240" crc="63a94476" md5="816217aac3f70c37b34ae7e0f321da0b" sha1="9796f35ae19d05b0129ab6e56667e04d9eac2b51"/>
+       </game>
+       <game name="Bad Boys II (Germany)">
+               <category>Games</category>
+               <description>Bad Boys II (Germany)</description>
+               <rom name="Bad Boys II (Germany).iso" size="7825162240" crc="e60a4893" md5="8e0e5d6905ec37871c935483882f7a03" sha1="54cb0471a2345897a48ad70e65948926c8f4c104"/>
+       </game>
+       <game name="Dragon's Lair 3D - Return to the Lair (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon's Lair 3D - Return to the Lair (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon's Lair 3D - Return to the Lair (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b126af52" md5="de5c932898a99bf802bce2f7c150e597" sha1="563cab7d26866a39695dd71163f703e87ac73412"/>
+       </game>
+       <game name="Dakar 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dakar 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dakar 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="a4d13cf4" md5="dfe29b1ef98e874081367e5bab5ed789" sha1="5546c4764ca3b95ad45da8dee1f53453fc4852c0"/>
+       </game>
+       <game name="Fallout - Brotherhood of Steel (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Fallout - Brotherhood of Steel (Europe) (En,Fr,De)</description>
+               <rom name="Fallout - Brotherhood of Steel (Europe) (En,Fr,De).iso" size="7825162240" crc="7cea6f85" md5="bdc30741e2dad7c038ae3d668d7caf7d" sha1="50f61890e8aa15871949c310b49e770473e12e6f"/>
+       </game>
+       <game name="NHL Hitz Pro (Europe)">
+               <category>Games</category>
+               <description>NHL Hitz Pro (Europe)</description>
+               <rom name="NHL Hitz Pro (Europe).iso" size="7825162240" crc="eb3dea0c" md5="c0b5b6a390eddfd284bf5b692ad4982c" sha1="33889fd9f9e35dbe53000ecb49ac04792f5dfb37"/>
+       </game>
+       <game name="Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f8885d0d" md5="4dae2bd451d58309904e34312421c89f" sha1="3bb3f28b9db657c7c22a4a7e26d9eded85813762"/>
+       </game>
+       <game name="Racing Evoluzione (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Racing Evoluzione (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Racing Evoluzione (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="28bca8f9" md5="ecc65aac9d8465ea9aadcfe171b96a84" sha1="1a4ab7c5b75dbd1306bc08b05eeb6b9871da45ef"/>
+       </game>
+       <game name="Pro Beach Soccer (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Pro Beach Soccer (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Pro Beach Soccer (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="5809a147" md5="6643ba0d98a19f018174fb4890f1bdd5" sha1="8f10f545b64b147786ab6b9187624fb690b68480"/>
+       </game>
+       <game name="Spider-Man (Germany)">
+               <category>Games</category>
+               <description>Spider-Man (Germany)</description>
+               <rom name="Spider-Man (Germany).iso" size="7825162240" crc="bcaec5db" md5="16e5ab6a93e19f90b93d5827e3dfd690" sha1="a11db490b7bf60ae013381a8f8e32c684569e110"/>
+       </game>
+       <game name="DreamWorks Shark Tale (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale (Europe) (Fr,De)</description>
+               <rom name="DreamWorks Shark Tale (Europe) (Fr,De).iso" size="7825162240" crc="2b6cf4f1" md5="e2caac668b3b6aae02e6dbfe59997eee" sha1="34a47c1f5c1e905b6b56872525abed4625886331"/>
+       </game>
+       <game name="RPM Tuning (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>RPM Tuning (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="RPM Tuning (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="95d0897e" md5="b1ae8c9c4840e6c87158ff48d0fc420d" sha1="c8cdec0024207eeba05abb14efab81af65975ec3"/>
+       </game>
+       <game name="Mojo! (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Mojo! (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Mojo! (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="9833bbe9" md5="9fa89c6f352eed6e358e0a2ee2a313cc" sha1="127e89c1b7aa9e60ec10bdf52a0a2e2dc1418e00"/>
+       </game>
+       <game name="SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA, Europe)">
+               <category>Games</category>
+               <description>SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA, Europe)</description>
+               <rom name="SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA, Europe).iso" size="7825162240" crc="73015320" md5="ee7869cf4fe8d121202299eff689c260" sha1="68566ac5a5fd0e7f50635b04077829d8eb3638cc"/>
+       </game>
+       <game name="Marvel - Ultimate Alliance (USA, Europe)">
+               <category>Games</category>
+               <description>Marvel - Ultimate Alliance (USA, Europe)</description>
+               <rom name="Marvel - Ultimate Alliance (USA, Europe).iso" size="7825162240" crc="a6075e9d" md5="520d7f202a8700aa97c2e35cc535f368" sha1="2ccb8750f8657c6f354ae57cf8a7a20316066e64"/>
+       </game>
+       <game name="Crash (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crash (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Crash (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="44d31f3e" md5="ebc4b928d285c823d6c200d629190b0a" sha1="de92a9c2f3e5d7a37545a69b488ee4fe9dd3a8d9"/>
+       </game>
+       <game name="Big Mutha Truckers (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Mutha Truckers (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Big Mutha Truckers (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c4a4d826" md5="9c9edbfbc3258f408473edabf6768624" sha1="16742c880e010046e6fafa0bbe706a3be93b45f5"/>
+       </game>
+       <game name="SpyHunter 2 (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>SpyHunter 2 (Europe) (En,Fr,De,It)</description>
+               <rom name="SpyHunter 2 (Europe) (En,Fr,De,It).iso" size="7825162240" crc="2be242f1" md5="07ec465da750d3fd800dc4466ed63935" sha1="0d5962029600bdad909443aa286087fd4cd833a0"/>
+       </game>
+       <game name="Marvel Nemesis - Rise of the Imperfects (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Marvel Nemesis - Rise of the Imperfects (Europe) (En,Fr,De,It)</description>
+               <rom name="Marvel Nemesis - Rise of the Imperfects (Europe) (En,Fr,De,It).iso" size="7825162240" crc="7e108f89" md5="4c787738e3c133b914b5ed6e05147789" sha1="7da9f25a9142dc7d132c29b8bd65adf73bc2d676"/>
+       </game>
+       <game name="SSX 3 (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>SSX 3 (Europe) (En,Fr,De,Es)</description>
+               <rom name="SSX 3 (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="29a8d202" md5="306d8655fef14ebdc3411d5eed34c270" sha1="cdf55a8d186c713b06c35ad6f6638f265d8b7c93"/>
+       </game>
+       <game name="Reservoir Dogs (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Reservoir Dogs (Europe) (En,Fr)</description>
+               <rom name="Reservoir Dogs (Europe) (En,Fr).iso" size="7825162240" crc="810cd7ba" md5="c2ff5000261504d9ece8518685d10fb2" sha1="262cc4cd344ec61c0573878a96f271805e50624a"/>
+       </game>
+       <game name="Chroniken von Narnia, Die - Der Koenig von Narnia (Germany)">
+               <category>Games</category>
+               <description>Chroniken von Narnia, Die - Der Koenig von Narnia (Germany)</description>
+               <rom name="Chroniken von Narnia, Die - Der Koenig von Narnia (Germany).iso" size="7825162240" crc="416566d8" md5="50a7177cadff1cb1dc0bd57865ec2263" sha1="7ef5db87fcc8e68e6f6cb2f7a79e5d10af579e38"/>
+       </game>
+       <game name="Club Football - Leeds United (UK)">
+               <category>Games</category>
+               <description>Club Football - Leeds United (UK)</description>
+               <rom name="Club Football - Leeds United (UK).iso" size="7825162240" crc="2d1904bb" md5="b0e9b7e5cec4ef7e4a88430efa9efe78" sha1="d7f82c79c706236b680cc9a9f3cc77fc95fc50b4"/>
+       </game>
+       <game name="Suffering, The - Ties That Bind (Austria, Switzerland) (En,De)">
+               <category>Games</category>
+               <description>Suffering, The - Ties That Bind (Austria, Switzerland) (En,De)</description>
+               <rom name="Suffering, The - Ties That Bind (Austria, Switzerland) (En,De).iso" size="7825162240" crc="9875ceef" md5="d964103f09c833b7d28d42d98e32337c" sha1="34ad349cce0cba84569dd431c6cc08b65b37d49e"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d31450e2" md5="816b13eb91154fc36beb8c0fccca0a1a" sha1="58511f588a7fea83b7386fe89dcc8ad4571281cd"/>
+       </game>
+       <game name="Turok - Evolution (Germany)">
+               <category>Games</category>
+               <description>Turok - Evolution (Germany)</description>
+               <rom name="Turok - Evolution (Germany).iso" size="7825162240" crc="4e21a69b" md5="bcd791665b4acb053c6aed97f492d45a" sha1="5193372330f13bc45f1c5a9938913a0d394c7a89"/>
+       </game>
+       <game name="Arx Fatalis (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Arx Fatalis (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Arx Fatalis (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="aef4f095" md5="6cc122b8346da547d8d3dc44402f7922" sha1="3715e76804c11b6c2790967828e8bda20f93f5f1"/>
+       </game>
+       <game name="Dreamfall - The Longest Journey (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Dreamfall - The Longest Journey (Europe) (En,Fr,De)</description>
+               <rom name="Dreamfall - The Longest Journey (Europe) (En,Fr,De).iso" size="7825162240" crc="64c1a42f" md5="f8c3b8211c74571a05103cbc6ac15ab2" sha1="3765ecf09cb6afbb1d687380b15c79ae4a558d3c"/>
+       </game>
+       <game name="Hitman - Contracts (Europe)">
+               <category>Games</category>
+               <description>Hitman - Contracts (Europe)</description>
+               <rom name="Hitman - Contracts (Europe).iso" size="7825162240" crc="005092c1" md5="dac22b79def35c03d7c0b447d1a19f6e" sha1="1a84521a5ff142751e7d542761d9be4d91eb8db0"/>
+       </game>
+       <game name="Lemony Snicket's A Series of Unfortunate Events (Europe)">
+               <category>Games</category>
+               <description>Lemony Snicket's A Series of Unfortunate Events (Europe)</description>
+               <rom name="Lemony Snicket's A Series of Unfortunate Events (Europe).iso" size="7825162240" crc="fb548322" md5="62115566192b2143663c72cfaa8592c2" sha1="605a827845ebae5c8aed20956a51f8232f788b12"/>
+       </game>
+       <game name="NBA 2K6 (USA)">
+               <category>Games</category>
+               <description>NBA 2K6 (USA)</description>
+               <rom name="NBA 2K6 (USA).iso" size="7825162240" crc="25749dba" md5="34090855fd223ed7395996b7fec9b3bb" sha1="853e8c08ddcb6a9a404f19d612fe9090da94e026"/>
+       </game>
+       <game name="Night Caster II - Equinox (Europe)">
+               <category>Games</category>
+               <description>Night Caster II - Equinox (Europe)</description>
+               <rom name="Night Caster II - Equinox (Europe).iso" size="7825162240" crc="b571749e" md5="a552eb2edd1946a93a277d76a043a895" sha1="7cf0688839e41cdc5301cb3ca39e4bd86ea7187e"/>
+       </game>
+       <game name="Shrek 2 (UK)">
+               <category>Games</category>
+               <description>Shrek 2 (UK)</description>
+               <rom name="Shrek 2 (UK).iso" size="7825162240" crc="6792351a" md5="19b74378b87d8269d39efa1937fc96b2" sha1="cba65d5ae3688006b4694163a91c1f247c684cc1"/>
+       </game>
+       <game name="X-Men Legends II - Rise of Apocalypse (USA, Europe)">
+               <category>Games</category>
+               <description>X-Men Legends II - Rise of Apocalypse (USA, Europe)</description>
+               <rom name="X-Men Legends II - Rise of Apocalypse (USA, Europe).iso" size="7825162240" crc="d439e539" md5="860477882e15b0bd65077ed4228840ff" sha1="c922cbfc415635a4229d5a3b75ba66a730a15d3a"/>
+       </game>
+       <game name="Dancing Stage Unleashed 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dancing Stage Unleashed 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dancing Stage Unleashed 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="d0206fb6" md5="0844105e1b7a0be5b2d720e6f1ed0f6b" sha1="729f6bbea1aa94f1f130bf0b8f1ff2bec950ea83"/>
+       </game>
+       <game name="ESPN NFL Football (Europe)">
+               <category>Games</category>
+               <description>ESPN NFL Football (Europe)</description>
+               <rom name="ESPN NFL Football (Europe).iso" size="7825162240" crc="a6dc5680" md5="b1d7eb35633125a0f805732b2b23718f" sha1="6dc49cfafaff5def3c8a905b138dc8015927d2d1"/>
+       </game>
+       <game name="V8 Supercars Australia - Race Driver (Australia) (Online Enabled)">
+               <category>Games</category>
+               <description>V8 Supercars Australia - Race Driver (Australia) (Online Enabled)</description>
+               <rom name="V8 Supercars Australia - Race Driver (Australia) (Online Enabled).iso" size="7825162240" crc="4a861ccf" md5="efbc825dde93126c2b3c7317e053346f" sha1="64322c75c087a2f8f60768a7fd218a1dff6fe6b1"/>
+       </game>
+       <game name="Fallout - Brotherhood of Steel (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Fallout - Brotherhood of Steel (Europe) (En,Es,It)</description>
+               <rom name="Fallout - Brotherhood of Steel (Europe) (En,Es,It).iso" size="7825162240" crc="41f260b5" md5="58f02b79ab44121fe9925aed2efbe709" sha1="db5913a499b3218dc49519abc022b91d426209c9"/>
+       </game>
+       <game name="Punisher, The (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Punisher, The (Europe) (Es,It)</description>
+               <rom name="Punisher, The (Europe) (Es,It).iso" size="7825162240" crc="dd73b78a" md5="7ecc5b378373e57d67d9e0bfc4211773" sha1="de735a5a6f0546414dc9c8705a569b8ed3f61848"/>
+       </game>
+       <game name="Arctic Thunder (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Arctic Thunder (Europe) (En,Fr,De)</description>
+               <rom name="Arctic Thunder (Europe) (En,Fr,De).iso" size="7825162240" crc="1cadea28" md5="7b4058ac344446dab92f60e69594203c" sha1="72ff8d0e7807e5857de2172771f33ba143b25a55"/>
+       </game>
+       <game name="Red Ninja - End of Honour (Germany)">
+               <category>Games</category>
+               <description>Red Ninja - End of Honour (Germany)</description>
+               <rom name="Red Ninja - End of Honour (Germany).iso" size="7825162240" crc="f644177d" md5="3d72553013313bd7ff5a363e60716a3d" sha1="5354cf630d3bfc6cddbf0f3d4069006873e35bd1"/>
+       </game>
+       <game name="Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="500e0441" md5="134eec766209544273e1641bbfce5a90" sha1="696cffd388d9ae5d79f2a7cd70ecce91f92497cc"/>
+       </game>
+       <game name="Miami Vice (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Miami Vice (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Miami Vice (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="080af64e" md5="60ae533ec3c0dae8f26da9455e0a7a4b" sha1="7478d7480262408dc14373426ae259872125a666"/>
+       </game>
+       <game name="DreamWorks Over the Hedge (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>DreamWorks Over the Hedge (Europe) (Fr,De)</description>
+               <rom name="DreamWorks Over the Hedge (Europe) (Fr,De).iso" size="7825162240" crc="8ff63329" md5="d9ebecaa870ff2dcf4f661b691f88b62" sha1="cea078523f303cc578e24691db7c50c2c87a5a0e"/>
+       </game>
+       <game name="Crime Life - Gang Wars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crime Life - Gang Wars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Crime Life - Gang Wars (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="110010b0" md5="20a58a11ff6d546d0b4afdc849162499" sha1="62b72287f01c54949d234f03d10213cc5946c52c"/>
+       </game>
+       <game name="Scaler (USA, Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Scaler (USA, Europe) (En,Fr,De)</description>
+               <rom name="Scaler (USA, Europe) (En,Fr,De).iso" size="7825162240" crc="defd82c8" md5="b3588f5f0acef59fc72990f592411836" sha1="4aa2499981deb96ced36009814a111cfc8dfb2bc"/>
+       </game>
+       <game name="Ford Mustang - The Legend Lives (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Ford Mustang - The Legend Lives (Europe) (En,Fr,De,Es)</description>
+               <rom name="Ford Mustang - The Legend Lives (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="e70f9dd3" md5="542c25424c9c178898d93d5cb60a3f7f" sha1="da5a7542aa0777f8ef9deef008d6edf75b492492"/>
+       </game>
+       <game name="Fable (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Fable (Europe) (En,Fr,De)</description>
+               <rom name="Fable (Europe) (En,Fr,De).iso" size="7825162240" crc="9b972441" md5="3a43ddc933d76c3fc1792871869be4c6" sha1="5cd1e160bdc06b9b18718d9b38167875e4ce4f61"/>
+       </game>
+       <game name="Crash 'n' Burn (USA, Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Crash 'n' Burn (USA, Europe) (En,Fr,De,It)</description>
+               <rom name="Crash 'n' Burn (USA, Europe) (En,Fr,De,It).iso" size="7825162240" crc="d0400bce" md5="2f8334d7c7a52b6ecab90567baca847c" sha1="9275265c32d056610a4464e65e0f1a3e6a92816e"/>
+       </game>
+       <game name="Conker - Live &amp; Reloaded (USA, Europe) (Demo) (Rev 1)">
+               <category>Demos</category>
+               <description>Conker - Live &amp; Reloaded (USA, Europe) (Demo) (Rev 1)</description>
+               <rom name="Conker - Live &amp; Reloaded (USA, Europe) (Demo) (Rev 1).iso" size="7825162240" crc="5a28271b" md5="99458fd78bb18f44c440664e62e325f9" sha1="fdd63345c621bac4f83ced2fd37f5c51a360b965"/>
+       </game>
+       <game name="Dead or Alive 3 (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead or Alive 3 (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Dead or Alive 3 (Japan) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="888bf19b" md5="aa92bfc020eb07604f77d261255b9514" sha1="0286ebe40f442bf1fd5536f8e8ed62cebffce0ed"/>
+       </game>
+       <game name="Dead or Alive 3 (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Dead or Alive 3 (USA) (En,Ja)</description>
+               <rom name="Dead or Alive 3 (USA) (En,Ja).iso" size="7825162240" crc="3ca64a6d" md5="75093153a6eab31568f3bb2981534027" sha1="0353198769d0a6ea0050daaa74dd502429d2e6fa"/>
+       </game>
+       <game name="Dead or Alive Xtreme Beach Volleyball (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Dead or Alive Xtreme Beach Volleyball (USA) (En,Ja)</description>
+               <rom name="Dead or Alive Xtreme Beach Volleyball (USA) (En,Ja).iso" size="7825162240" crc="3e1c980c" md5="9b41dee80c83eb13f4e5719938884c09" sha1="971e2038a0bade731e17b784970b55020acbae9d"/>
+       </game>
+       <game name="Halo (Japan)">
+               <category>Games</category>
+               <description>Halo (Japan)</description>
+               <rom name="Halo (Japan).iso" size="7825162240" crc="cf781e8e" md5="56cd36650c2afcbdbed1797b4bcb41fe" sha1="60e86c38d741e774c31126738522c7bff63f3320"/>
+       </game>
+       <game name="Halo 2 Multiplayer Map Pack (World) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Add-Ons</category>
+               <description>Halo 2 Multiplayer Map Pack (World) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 Multiplayer Map Pack (World) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="ba28f13b" md5="95d3eae98efc49fabb547a6b1eb3b86d" sha1="22b4d56ff55d0758c5f0d99515fbd4c654e06c5b"/>
+       </game>
+       <game name="Halo - Combat Evolved (USA) (Rev 2)">
+               <category>Games</category>
+               <description>Halo - Combat Evolved (USA) (Rev 2)</description>
+               <rom name="Halo - Combat Evolved (USA) (Rev 2).iso" size="7825162240" crc="013986d0" md5="523d82be68f267579864331085a56ce8" sha1="07326d842e324b35cbd53d4e279aa36199d736a3"/>
+       </game>
+       <game name="MechAssault (USA) (En,Fr,De) (Rev 1)">
+               <category>Games</category>
+               <description>MechAssault (USA) (En,Fr,De) (Rev 1)</description>
+               <rom name="MechAssault (USA) (En,Fr,De) (Rev 1).iso" size="7825162240" crc="212a1e21" md5="4cae4cdf43076e670bac9ab94a83387e" sha1="e286d5ac860d73d8a137d59d7d285a87e9c78053"/>
+       </game>
+       <game name="MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It) (Bonus Disc)">
+               <category>Add-Ons</category>
+               <description>MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It) (Bonus Disc)</description>
+               <rom name="MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It) (Bonus Disc).iso" size="7825162240" crc="ffcf7df9" md5="407660dba5cf54ed8df1f01d5ce1d5a6" sha1="d14d63a945adfb5c452d4cc9c5efa243907ff2c9"/>
+       </game>
+       <game name="Playboy - The Mansion (USA)">
+               <category>Games</category>
+               <description>Playboy - The Mansion (USA)</description>
+               <rom name="Playboy - The Mansion (USA).iso" size="7825162240" crc="2cde68d1" md5="da70a9ed435027cc9fabcce129e34c70" sha1="e0b5a0c307a3b8e2b0874f8f9efbcfe1517fe329"/>
+       </game>
+       <game name="Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="205cb92d" md5="f06fd72e70327e10afb84de2ca69776d" sha1="986a59950d0c6f24b6ee94a20b30d439599bc97e"/>
+       </game>
+       <game name="Soulcalibur II (USA)">
+               <category>Games</category>
+               <description>Soulcalibur II (USA)</description>
+               <rom name="Soulcalibur II (USA).iso" size="7825162240" crc="0d57b157" md5="defabfabf1f126fe48e36f7505611e37" sha1="b71c57beb071d028fb26ddbce7ea798d04aee861"/>
+       </game>
+       <game name="Xbox Live Starter Kit Disc (USA, Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Xbox Live Starter Kit Disc (USA, Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Xbox Live Starter Kit Disc (USA, Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="89327195" md5="0b737ef7c45b52b629d9ffb1006667ff" sha1="0f1d98f636db4a94f3891c63d89e442a5ad79dab"/>
+       </game>
+       <game name="Kabuki Warriors (USA)">
+               <category>Games</category>
+               <description>Kabuki Warriors (USA)</description>
+               <rom name="Kabuki Warriors (USA).iso" size="7825162240" crc="37e59e80" md5="3270c3f931202f3beea829f4223cf727" sha1="99b7272a1139eb474988d5307e6f615a91bcccf7"/>
+       </game>
+       <game name="Sid Meier's Pirates! (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sid Meier's Pirates! (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sid Meier's Pirates! (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="736d9b22" md5="01c3a48a21f029bb0217154825ad9a15" sha1="21821784f827a9469ede5683dec102f7a2888cdc"/>
+       </game>
+       <game name="Roger Lemerre - La Selection des Champions 2005 (France)">
+               <category>Games</category>
+               <description>Roger Lemerre - La Selection des Champions 2005 (France)</description>
+               <rom name="Roger Lemerre - La Selection des Champions 2005 (France).iso" size="7825162240" crc="3a579913" md5="875a2bafae6df715611cb4eb3a8d5b10" sha1="f8ea1a4dec2286e97a57e0befeed2be83df7c710"/>
+       </game>
+       <game name="Army Men - Sarge's War (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Army Men - Sarge's War (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Army Men - Sarge's War (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="db80f8c9" md5="6a7fc5e6c4c4643eac7156349755a870" sha1="8f44d50c6fa7eca7a631969e32a25182dfa60d65"/>
+       </game>
+       <game name="Backyard Wrestling 2 - There Goes the Neighborhood (Europe)">
+               <category>Games</category>
+               <description>Backyard Wrestling 2 - There Goes the Neighborhood (Europe)</description>
+               <rom name="Backyard Wrestling 2 - There Goes the Neighborhood (Europe).iso" size="7825162240" crc="a35986fc" md5="5808cb827cf0a1c3b62dc294f3fe4966" sha1="bb94a3838020fdbd37a986ff318825308a3ad030"/>
+       </game>
+       <game name="Blazing Angels - Squadrons of WWII (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Blazing Angels - Squadrons of WWII (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Blazing Angels - Squadrons of WWII (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="eb028129" md5="4a3efb8cad853104a9c4ea8c6ae0d6d5" sha1="4781b4b963b4b8fd64675d424b13b7e9a9868efa"/>
+       </game>
+       <game name="Neighbours from Hell (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Neighbours from Hell (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Neighbours from Hell (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="08cfe0c8" md5="c94c79ec76d1808d189b11bfef25eaa5" sha1="484c3809eca6179045b8bd47875ea3d96b790c43"/>
+       </game>
+       <game name="Disney-Pixar Cars (Germany)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Germany)</description>
+               <rom name="Disney-Pixar Cars (Germany).iso" size="7825162240" crc="80be8986" md5="cf140c400bcc02edd86a827a9a1bcac5" sha1="df7a734b84d884e130f9de1da62ccef7f73e7a78"/>
+       </game>
+       <game name="Charlie and the Chocolate Factory (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Charlie and the Chocolate Factory (Europe) (En,Fr,De,It)</description>
+               <rom name="Charlie and the Chocolate Factory (Europe) (En,Fr,De,It).iso" size="7825162240" crc="2d859d8a" md5="e89a761c3226a49bc0ca69dfe8fde0d9" sha1="8712e6250b0e7720de2d9540f786bd4467058e81"/>
+       </game>
+       <game name="Commandos 2 - Men of Courage (Germany)">
+               <category>Games</category>
+               <description>Commandos 2 - Men of Courage (Germany)</description>
+               <rom name="Commandos 2 - Men of Courage (Germany).iso" size="7825162240" crc="c6e2917f" md5="31e83fd637e90ebda1f52b60b891ee97" sha1="1694170f3859f28d3a2db8514abf406ec220e78f"/>
+       </game>
+       <game name="Conspiracy - Weapons of Mass Destruction (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conspiracy - Weapons of Mass Destruction (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conspiracy - Weapons of Mass Destruction (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4793ec4b" md5="5bac8577ae38b97e50077af55e30fd58" sha1="0e28ba1f74d5ea5e31965bfcbaba5afeb6eec32c"/>
+       </game>
+       <game name="Curse - The Eye of Isis (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Curse - The Eye of Isis (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Curse - The Eye of Isis (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="ecdb6c93" md5="17c05414288cd2493fc00125a3cd859d" sha1="13c7ad40da06fe862aa76fe49892398f1540b71e"/>
+       </game>
+       <game name="DTM Race Driver 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DTM Race Driver 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DTM Race Driver 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6c3424ca" md5="0d5225edc8a2e06e1f426f443ec52214" sha1="2ed1fe2d9d089ce49aff5343968af87cf3482144"/>
+       </game>
+       <game name="Disneys Himmel und Huhn (Germany)">
+               <category>Games</category>
+               <description>Disneys Himmel und Huhn (Germany)</description>
+               <rom name="Disneys Himmel und Huhn (Germany).iso" size="7825162240" crc="443e5089" md5="1f83ba121d36fe8dbd4ddcd80c17774b" sha1="d05a8c7165a2b6016c5a3bc13d7bec4a0a3e1352"/>
+       </game>
+       <game name="Open Season (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Open Season (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Open Season (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="5dd6df72" md5="8e8d1c4df851dfe4dda552a70c79cd24" sha1="bfe25fbf2a80b2dc4ea197747687a5c3e57a720c"/>
+       </game>
+       <game name="Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="81413394" md5="fe1cc263fa5e33ec61b085a0373ea8c0" sha1="69be711476c87a269a78ff7759231369097dd653"/>
+       </game>
+       <game name="Justice League Heroes (USA, Europe)">
+               <category>Games</category>
+               <description>Justice League Heroes (USA, Europe)</description>
+               <rom name="Justice League Heroes (USA, Europe).iso" size="7825162240" crc="5203125e" md5="5917172e028fbeb29f4ac3b3a15679c6" sha1="1e4b652c1b70a330ff9c514425dbfd88524f53ec"/>
+       </game>
+       <game name="Men of Valor (Germany)">
+               <category>Games</category>
+               <description>Men of Valor (Germany)</description>
+               <rom name="Men of Valor (Germany).iso" size="7825162240" crc="ef940bb9" md5="ff45e2f9c8dc1ab2081f658efa756371" sha1="3ec2308e4ceca7a210e13c48f536b57a01814ee8"/>
+       </game>
+       <game name="Jacked (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jacked (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jacked (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="05921e12" md5="314c4b2f22a6f62737a8dcc7edfc24c6" sha1="585e885f6f291bca03e91b85935af359ba19cfbb"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="aa1836f7" md5="1dcca4743e972fb5a85005b67397c2f3" sha1="330a05102c36a1e5aea3fcb459f38f7e6d254947"/>
+       </game>
+       <game name="TD Overdrive - The Brotherhood of Speed (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TD Overdrive - The Brotherhood of Speed (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TD Overdrive - The Brotherhood of Speed (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ff4bce5d" md5="455d1995a774f4acd5ccba45f09c31ab" sha1="779ca1116bff3a44feec41f3c131fa92e726e2e1"/>
+       </game>
+       <game name="Club Football - Arsenal (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Club Football - Arsenal (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Club Football - Arsenal (Europe) (En,Fr,De,Nl).iso" size="7825162240" crc="9629f2d7" md5="2b48e8f534b90092bc0c25bbb70e604d" sha1="2cc759ede36ca0033251a804b8f5dd7f18693a23"/>
+       </game>
+       <game name="Club Football - Aston Villa (UK)">
+               <category>Games</category>
+               <description>Club Football - Aston Villa (UK)</description>
+               <rom name="Club Football - Aston Villa (UK).iso" size="7825162240" crc="23676363" md5="a3e77d4d1a2f35e6d51caef20b0c1b04" sha1="79eb593d28f7ebb1decfe49a790dd44aad2d60be"/>
+       </game>
+       <game name="Club Football - Celtic FC (UK)">
+               <category>Games</category>
+               <description>Club Football - Celtic FC (UK)</description>
+               <rom name="Club Football - Celtic FC (UK).iso" size="7825162240" crc="5312a1df" md5="d94f8547a066ff3670f8ec9efe9e23f1" sha1="174cb0c70040e9dfcc6a705c2a6c2d1e6f6be441"/>
+       </game>
+       <game name="Club Football - Liverpool FC (UK)">
+               <category>Games</category>
+               <description>Club Football - Liverpool FC (UK)</description>
+               <rom name="Club Football - Liverpool FC (UK).iso" size="7825162240" crc="42ed8b36" md5="bb0f96aa716d57b4ffbd18b5347f2e2a" sha1="91d34fd52439b57cdf42282ef7ff86433e01928f"/>
+       </game>
+       <game name="Club Football 2005 - Celtic FC (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Celtic FC (UK)</description>
+               <rom name="Club Football 2005 - Celtic FC (UK).iso" size="7825162240" crc="9e99e03a" md5="0bfa3cc22f32a4b362fc8e5830eead0a" sha1="7e0c3471c96f634a4dee7cf8e5a2ebda6602a12b"/>
+       </game>
+       <game name="Club Football 2005 - Chelsea FC (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Chelsea FC (UK)</description>
+               <rom name="Club Football 2005 - Chelsea FC (UK).iso" size="7825162240" crc="f5ce24f6" md5="f16769c5aba490da52c251cbfc26e8fb" sha1="00f4d7acd238481bbef80c94eed0bc153d5c7b7f"/>
+       </game>
+       <game name="Club Football 2005 - Tottenham Hotspur (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Tottenham Hotspur (UK)</description>
+               <rom name="Club Football 2005 - Tottenham Hotspur (UK).iso" size="7825162240" crc="41a0064b" md5="a8cab189736a489d0e6044515cf1725b" sha1="a0c51117faf29f04048b8aab90059e45a983bb2c"/>
+       </game>
+       <game name="Club Football 2005 - Rangers FC (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Rangers FC (UK)</description>
+               <rom name="Club Football 2005 - Rangers FC (UK).iso" size="7825162240" crc="0ee22656" md5="0df02b66882e8d7b4593a9ccd7a580f0" sha1="0b474d78840db5c7eb16a5a965af6890ece6cc4d"/>
+       </game>
+       <game name="MX Unleashed (Europe)">
+               <category>Games</category>
+               <description>MX Unleashed (Europe)</description>
+               <rom name="MX Unleashed (Europe).iso" size="7825162240" crc="77100a2f" md5="969e4eba0fa1be115d957869403da075" sha1="3b4621efbe11ebe48cf43cfc14f731e7c798c40a"/>
+       </game>
+       <game name="Club Football 2005 - Liverpool FC (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Liverpool FC (UK)</description>
+               <rom name="Club Football 2005 - Liverpool FC (UK).iso" size="7825162240" crc="35d30590" md5="5b215053d6cd34e32d58734369922336" sha1="919b611741af720d18b64a99b5081213aa865a5e"/>
+       </game>
+       <game name="Club Football 2005 - Newcastle United (UK)">
+               <category>Games</category>
+               <description>Club Football 2005 - Newcastle United (UK)</description>
+               <rom name="Club Football 2005 - Newcastle United (UK).iso" size="7825162240" crc="46b46175" md5="1e96ef551e2b56ba812c725efad35fdb" sha1="f61b9f6fcb5752d94dd5051887fd78219fd870d5"/>
+       </game>
+       <game name="Club Football 2005 - FC Internazionale (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>Club Football 2005 - FC Internazionale (Europe) (En,De,It)</description>
+               <rom name="Club Football 2005 - FC Internazionale (Europe) (En,De,It).iso" size="7825162240" crc="8c4133c8" md5="3d086294114119db949c14ad4acd7d4a" sha1="818e7097c70a77a79d22729a698abd855ac1c212"/>
+       </game>
+       <game name="Worms Forts - Under Siege (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Worms Forts - Under Siege (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Worms Forts - Under Siege (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1c01029d" md5="dd1beeeb73ac91b2888d3074aa5b8916" sha1="644eea9d5ea19728df11a56d468fec7689df3531"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2005 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2005 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 2005 (USA).iso" size="7825162240" crc="710cd8fe" md5="293700a23be20124cd3d6c128c446f37" sha1="4eea473affe26cb0ba2213d201beefdeb9e4b8e9"/>
+       </game>
+       <game name="Wakeboarding Unleashed featuring Shaun Murray (Europe)">
+               <category>Games</category>
+               <description>Wakeboarding Unleashed featuring Shaun Murray (Europe)</description>
+               <rom name="Wakeboarding Unleashed featuring Shaun Murray (Europe).iso" size="7825162240" crc="b21c9cb4" md5="c31658aa352040085d1d61129039a2a6" sha1="de9dad7f45b8cb98c7f4f434c33dd8793a607b27"/>
+       </game>
+       <game name="UFC - Ultimate Fighting Championship - Tapout (Europe)">
+               <category>Games</category>
+               <description>UFC - Ultimate Fighting Championship - Tapout (Europe)</description>
+               <rom name="UFC - Ultimate Fighting Championship - Tapout (Europe).iso" size="7825162240" crc="ad9f1151" md5="4bf1e77e6044bf5697cc1a94fc13b77b" sha1="1832f3f87482d8cd658a6b751c2380a7c9808ab7"/>
+       </game>
+       <game name="Italian Job, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Italian Job, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Italian Job, The (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f1d316c6" md5="bf400cea003ff16ae00133517a2cd68a" sha1="c7082bd06685160ff677fc82b87f18cdfe146097"/>
+       </game>
+       <game name="World Racing 2 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>World Racing 2 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="World Racing 2 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="f0379fda" md5="4e136db7dc1dda8ab56322b00fa56f6a" sha1="585d28f79960d2f00d62d7f91e396d79567401a7"/>
+       </game>
+       <game name="Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="407574e9" md5="6b5f58a9695ec11b0264ba9ff313f9e4" sha1="7f0ebeb92fe7be5d39388b50fb99967cbb4529e8"/>
+       </game>
+       <game name="Superman - The Man of Steel (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Superman - The Man of Steel (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Superman - The Man of Steel (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0248b518" md5="9595f1fb52ca1c6bf24d698fdd13f413" sha1="ca13cb1786d2fe88ade01b740a8f297ce3e3bddb"/>
+       </game>
+       <game name="SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="30b602b9" md5="7bc7d7fc0f2e619adb72d7cc6bd63e81" sha1="1f88748160472532dc3723d56760606971788b44"/>
+       </game>
+       <game name="Splashdown (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Splashdown (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Splashdown (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="42d02e8e" md5="c21fd8f1af03424bdbd336966e5afb5c" sha1="a4513f5f0082c7281294015e2b6ff9442d726942"/>
+       </game>
+       <game name="Operation WinBack 2 - Project Poseidon (Europe)">
+               <category>Games</category>
+               <description>Operation WinBack 2 - Project Poseidon (Europe)</description>
+               <rom name="Operation WinBack 2 - Project Poseidon (Europe).iso" size="7825162240" crc="5fb5cf9e" md5="8ccd6529fdf8c67b41c2eb50be06a58e" sha1="82aa80704ad40db576b7844e8e4fb0f83a99b852"/>
+       </game>
+       <game name="Mashed - Fully Loaded (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mashed - Fully Loaded (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mashed - Fully Loaded (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ba98cf05" md5="fb062eafcef05ba4c8ac265fabe9926a" sha1="feefcdcfbd11682f491350b19437a9acd79f2384"/>
+       </game>
+       <game name="MX vs. ATV Unleashed (Europe)">
+               <category>Games</category>
+               <description>MX vs. ATV Unleashed (Europe)</description>
+               <rom name="MX vs. ATV Unleashed (Europe).iso" size="7825162240" crc="898be8cb" md5="c9ea6ba44b940aaecc43f68004c7e7fc" sha1="5d4a6c71ca24b04a4d097e0b708280a9ebc38487"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c25db5f4" md5="537c57a4766b0ae63d301394fb020b99" sha1="00e92fa0a1116303420a28934abbbc884cc84eaa"/>
+       </game>
+       <game name="NBA Street Vol. 2 (Europe)">
+               <category>Games</category>
+               <description>NBA Street Vol. 2 (Europe)</description>
+               <rom name="NBA Street Vol. 2 (Europe).iso" size="7825162240" crc="8e4ce060" md5="9e29fcff41823f1c81965706bb55be20" sha1="8c1b0e753ebf72ebe212ac6189fc9e94a3d81b90"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (Germany)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (Germany)</description>
+               <rom name="Need for Speed - Most Wanted (Germany).iso" size="7825162240" crc="73f081b9" md5="4310277f6f7ed1fb38519ef911935f6a" sha1="c00929e0441fc8a58a27fc99912d6d1a0e934a24"/>
+       </game>
+       <game name="Madden NFL 2003 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 2003 (Europe)</description>
+               <rom name="Madden NFL 2003 (Europe).iso" size="7825162240" crc="e07c0322" md5="c3807d1508a27cb85ad849c0b663853e" sha1="d6ae48d6ccc9b1c9e625103027acecc06a0ab069"/>
+       </game>
+       <game name="Motocross Mania 3 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Motocross Mania 3 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Motocross Mania 3 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="1c3a800c" md5="5f1bd73f832eabe392858a51cacd5393" sha1="5d1ce74df87230da1d159d9d97c4b1021f60f902"/>
+       </game>
+       <game name="Off-Road - Wide Open (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Off-Road - Wide Open (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Off-Road - Wide Open (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2fb5dc05" md5="b5b663630e3c752162d75bb9e93d3daa" sha1="cc6141167565ea0ae0e1d641528c85539f636b82"/>
+       </game>
+       <game name="Gene Troopers (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gene Troopers (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gene Troopers (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="e2be9199" md5="e2bf1fae77a42a5fb1125da40e077257" sha1="eb4dd3a54817c4a500135d9fc2b582c665e3b9d6"/>
+       </game>
+       <game name="Psi-Ops - The Mindgate Conspiracy (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Psi-Ops - The Mindgate Conspiracy (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Psi-Ops - The Mindgate Conspiracy (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="618125c6" md5="00c2b0e791e454efdcd9358fda56f8ef" sha1="0ce0f484b6e5e743e5db38020b119f031f1e5dcf"/>
+       </game>
+       <game name="R-Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>R-Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="R-Racing (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="de60fe27" md5="cff358f9f7f9e507c2d30390e45f1a5d" sha1="4546234d372a2149a491cf5cc76c2914b9af8c23"/>
+       </game>
+       <game name="Sniper Elite (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sniper Elite (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Sniper Elite (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="acf3e6df" md5="687dd51fa7e668675c4397a7c9621ea4" sha1="a0974dea238f089c6c4287734c538bb6e85d5eca"/>
+       </game>
+       <game name="Rogue Trooper (USA, Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Rogue Trooper (USA, Europe) (En,Fr,De,It)</description>
+               <rom name="Rogue Trooper (USA, Europe) (En,Fr,De,It).iso" size="7825162240" crc="589fe49d" md5="9603af5ac8907a7461f42257c2fd5777" sha1="30134d576ddb70b1f2bb9cf044b7f6404f6a4c97"/>
+       </game>
+       <game name="Pilot Down - Behind Enemy Lines (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pilot Down - Behind Enemy Lines (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pilot Down - Behind Enemy Lines (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="2589c02f" md5="99d7231ead511a81b2768afcda1224b5" sha1="261f0fdff1043aeac01f53d6ed3da84c2147f1c3"/>
+       </game>
+       <game name="Rapala Pro Fishing (World)">
+               <category>Games</category>
+               <description>Rapala Pro Fishing (World)</description>
+               <rom name="Rapala Pro Fishing (World).iso" size="7825162240" crc="d7153bfc" md5="31cec214e65faf8e3eec7946d46d170b" sha1="1234d63bd977d9ae5590783c10704157c6ba5819"/>
+       </game>
+       <game name="Pro Tennis WTA Tour (Europe)">
+               <category>Games</category>
+               <description>Pro Tennis WTA Tour (Europe)</description>
+               <rom name="Pro Tennis WTA Tour (Europe).iso" size="7825162240" crc="fe4cf7cf" md5="62961dd355ebcd1a0e2108b216052c78" sha1="c18af48935fedd77940a26df13974d76bb5c72dc"/>
+       </game>
+       <game name="Speed Kings (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Speed Kings (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Speed Kings (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="d8c70d53" md5="9c50313259fc1862454164ee17dc217b" sha1="67c17356e4af69cfc89024a34fbd8122409c3262"/>
+       </game>
+       <game name="Robotech - Battlecry (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Robotech - Battlecry (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Robotech - Battlecry (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="5c86031a" md5="21c97f2387a9e751b6fe413c021cb867" sha1="2ee809a102e7dab1988f5e4c56c573b2ab937a39"/>
+       </game>
+       <game name="Panzer Elite Action - Fields of Glory (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Panzer Elite Action - Fields of Glory (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Panzer Elite Action - Fields of Glory (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="85f038e2" md5="720409a4a9bf2aed0d77ba886e2dbd6f" sha1="41ff39c7831f1d46714f213f318a4b958539c754"/>
+       </game>
+       <game name="Pro Cast - Sports Fishing Game (Europe)">
+               <category>Games</category>
+               <description>Pro Cast - Sports Fishing Game (Europe)</description>
+               <rom name="Pro Cast - Sports Fishing Game (Europe).iso" size="7825162240" crc="c7c6a706" md5="b9aa77a4226ebb4d58a5423ca5644a54" sha1="ab8c52678b3dcad1ea4be88bbce21ef884485c20"/>
+       </game>
+       <game name="Rolling (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rolling (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rolling (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="eac4122c" md5="fee3e8d73c7dbd04333aec654641b409" sha1="5ff808df7f08a636785203c4e33421b19edb1206"/>
+       </game>
+       <game name="New Legends (Europe, Australia)">
+               <category>Games</category>
+               <description>New Legends (Europe, Australia)</description>
+               <rom name="New Legends (Europe, Australia).iso" size="7825162240" crc="582d6b18" md5="fe366b6e58cd7ae94ff46cd7b42549e7" sha1="f2154b764568179aa57041e4154f026dc09acc54"/>
+       </game>
+       <game name="Minority Report - Everybody Runs (Germany)">
+               <category>Games</category>
+               <description>Minority Report - Everybody Runs (Germany)</description>
+               <rom name="Minority Report - Everybody Runs (Germany).iso" size="7825162240" crc="a4bcbedb" md5="c284a0b24ab8724b22fbbaa593af15dc" sha1="586f37645a6f138d7c2274b793c4af82bd357e36"/>
+       </game>
+       <game name="Arctic Thunder (USA)">
+               <category>Games</category>
+               <description>Arctic Thunder (USA)</description>
+               <rom name="Arctic Thunder (USA).iso" size="7825162240" crc="1e8364d8" md5="4c79829f705edfbdff1b89c257a1bf55" sha1="fc4572888f64b4cfbbe7dddddf77d6ef6120031e"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance II (USA)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance II (USA)</description>
+               <rom name="Baldur's Gate - Dark Alliance II (USA).iso" size="7825162240" crc="9e29548d" md5="3e552190ef5a9306e4819c304384578b" sha1="75f38ad280f557f49bb1625a311bfa5a562c602f"/>
+       </game>
+       <game name="Bloody Roar - Extreme (USA)">
+               <category>Games</category>
+               <description>Bloody Roar - Extreme (USA)</description>
+               <rom name="Bloody Roar - Extreme (USA).iso" size="7825162240" crc="3205cdbb" md5="c8832d601570461a43fbabe08ce9239f" sha1="64910b28aa72ac6ab2a62f6f2aa9c34ed98e2945"/>
+       </game>
+       <game name="Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko)">
+               <category>Games</category>
+               <description>Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko)</description>
+               <rom name="Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko).iso" size="7825162240" crc="76171c2a" md5="a619b663a7d6c821f8b5006686a4bad1" sha1="8513b9c3ad7bfe14f8ebae6c18c685613086069e"/>
+       </game>
+       <game name="Dino Crisis 3 (USA, Korea)">
+               <category>Games</category>
+               <description>Dino Crisis 3 (USA, Korea)</description>
+               <rom name="Dino Crisis 3 (USA, Korea).iso" size="7825162240" crc="7ac8dc1a" md5="f2a67b00395acbcebd5d6387517b5cd6" sha1="55452b4ba6107efcabf6c497bdd1cedf033dd2fb"/>
+       </game>
+       <game name="Fable - The Lost Chapters (USA) (En,Es)">
+               <category>Games</category>
+               <description>Fable - The Lost Chapters (USA) (En,Es)</description>
+               <rom name="Fable - The Lost Chapters (USA) (En,Es).iso" size="7825162240" crc="4728f058" md5="d794781037170fa74a6fb0aab1dcb7a3" sha1="d05e818dae893e81854212ee53735e8253ff3685"/>
+       </game>
+       <game name="Grand Theft Auto - San Andreas (USA) (En,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Grand Theft Auto - San Andreas (USA) (En,Es) (Rev 1)</description>
+               <rom name="Grand Theft Auto - San Andreas (USA) (En,Es) (Rev 1).iso" size="7825162240" crc="df7590e6" md5="6f9768fef71a613dea343754960ca779" sha1="6f24b7be010b63fd72cfaffe9ee05476530c29cc"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (USA) (Rev 1)</description>
+               <rom name="Grand Theft Auto - Vice City (USA) (Rev 1).iso" size="7825162240" crc="47a47b2b" md5="065b847a51b6d97b810e5055216b1604" sha1="252440ea20b9208757e2f4fc715ba1d0a509fedf"/>
+       </game>
+       <game name="House of the Dead III, The (USA)">
+               <category>Games</category>
+               <description>House of the Dead III, The (USA)</description>
+               <rom name="House of the Dead III, The (USA).iso" size="7825162240" crc="1e983608" md5="911a416d747b35b8c48ec6bbae59b842" sha1="355feb0eb54793f5df34dddb65c81ba5efaaef5a"/>
+       </game>
+       <game name="Legend of Spyro, The - A New Beginning (World) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - A New Beginning (World) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of Spyro, The - A New Beginning (World) (En,Fr,De,Es,It).iso" size="7825162240" crc="6eecdf25" md5="b535aa3f88cecc74d473f08a1dd349e0" sha1="f3a229422dc97c1685368eaeca253c8321ad571e"/>
+       </game>
+       <game name="Madden NFL 2002 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2002 (USA)</description>
+               <rom name="Madden NFL 2002 (USA).iso" size="7825162240" crc="73e0928e" md5="dcf8943d8fea72e233e3a0eb02e589d0" sha1="d8aa7793e7286ff39a792392dfb1933568b4fb27"/>
+       </game>
+       <game name="Metal Gear Solid 2 - Substance (USA)">
+               <category>Games</category>
+               <description>Metal Gear Solid 2 - Substance (USA)</description>
+               <rom name="Metal Gear Solid 2 - Substance (USA).iso" size="7825162240" crc="207016f2" md5="252bd70df77599fae7d7d85e8ae15484" sha1="1b830bdde226bf7ebc8c71e887726645732f4041"/>
+       </game>
+       <game name="Metal Slug 3 (USA, Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Metal Slug 3 (USA, Japan) (En,Ja)</description>
+               <rom name="Metal Slug 3 (USA, Japan) (En,Ja).iso" size="7825162240" crc="464db055" md5="4d378fb221e0e80fff281ea91e5f13b5" sha1="56eb213ffd5d1ddbe9820644dd67e1e79fb80fe2"/>
+       </game>
+       <game name="MotoGP (USA)">
+               <category>Games</category>
+               <description>MotoGP (USA)</description>
+               <rom name="MotoGP (USA).iso" size="7825162240" crc="43c42791" md5="2f216f4d2740a3e38e71f917d9f705d5" sha1="598716f1b820d197e6df04dda284382a1521ddad"/>
+       </game>
+       <game name="NASCAR Heat 2002 (USA)">
+               <category>Games</category>
+               <description>NASCAR Heat 2002 (USA)</description>
+               <rom name="NASCAR Heat 2002 (USA).iso" size="7825162240" crc="cb8b2575" md5="8c096c3246c8dc165f5c035a8b18a0e9" sha1="26ee4775979f3b8959b53280df2df8db7735fa34"/>
+       </game>
+       <game name="NFL Fever 2002 (USA)">
+               <category>Games</category>
+               <description>NFL Fever 2002 (USA)</description>
+               <rom name="NFL Fever 2002 (USA).iso" size="7825162240" crc="ca270104" md5="ae587781aef12c62e3963b73f31c7f13" sha1="ed8834a7773422152723f2fc65c05b43fa3d85c6"/>
+       </game>
+       <game name="NFL Fever 2004 (USA)">
+               <category>Games</category>
+               <description>NFL Fever 2004 (USA)</description>
+               <rom name="NFL Fever 2004 (USA).iso" size="7825162240" crc="9ca33ed7" md5="bd41f8bf0715173182b6123ab72f48ce" sha1="ee1408a8a35dfa6ab281946553f2f41b9781e06d"/>
+       </game>
+       <game name="Oddworld - Munch's Oddysee (USA)">
+               <category>Games</category>
+               <description>Oddworld - Munch's Oddysee (USA)</description>
+               <rom name="Oddworld - Munch's Oddysee (USA).iso" size="7825162240" crc="818951c4" md5="4c01deae43d32349d379673e458b6f2e" sha1="693f1d0ca6ea6cefa69f9f1fcdeecebf2edad5b4"/>
+       </game>
+       <game name="Otogi 2 - Immortal Warriors (USA)">
+               <category>Games</category>
+               <description>Otogi 2 - Immortal Warriors (USA)</description>
+               <rom name="Otogi 2 - Immortal Warriors (USA).iso" size="7825162240" crc="32b0274d" md5="e50a0d1dd90a292375219622c9cef113" sha1="5c36ecc38627481896fc40744dcbbc5a04a33fa5"/>
+       </game>
+       <game name="Panzer Dragoon Orta (USA)">
+               <category>Games</category>
+               <description>Panzer Dragoon Orta (USA)</description>
+               <rom name="Panzer Dragoon Orta (USA).iso" size="7825162240" crc="a8399a5a" md5="2c4c147a7f8a4a77fb6fe7a3d85d1f7a" sha1="302c737242ad55d0e1a4d05c1df8fa489cc67c81"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es).iso" size="7825162240" crc="e74ff081" md5="64d337f1833b87fca8487aad2a5c492f" sha1="8e54d4b225ccaf7fa5cb77a492571b9d6bd0a3bb"/>
+       </game>
+       <game name="Psychonauts (USA)">
+               <category>Games</category>
+               <description>Psychonauts (USA)</description>
+               <rom name="Psychonauts (USA).iso" size="7825162240" crc="aef24f78" md5="102726426ae3fc1637a37cacfec56b84" sha1="b1b2e6d54b5f6bef7d7fa1aa6172dac93d93f896"/>
+       </game>
+       <game name="RalliSport Challenge (USA)">
+               <category>Games</category>
+               <description>RalliSport Challenge (USA)</description>
+               <rom name="RalliSport Challenge (USA).iso" size="7825162240" crc="043676ed" md5="1a468f8f237179f86d0795a3040bb6e7" sha1="cfa5fa5b9ccae9421609b0cc3931ef2fe83224d5"/>
+       </game>
+       <game name="Sega GT 2002 (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Sega GT 2002 (USA) (En,Ja)</description>
+               <rom name="Sega GT 2002 (USA) (En,Ja).iso" size="7825162240" crc="060ed9c2" md5="1992994b13d9eb5bfff9cc126a194b49" sha1="dee9341982368cb950aa4aa1ecf7ad3e94864868"/>
+       </game>
+       <game name="Shin Megami Tensei - Nine (Japan)">
+               <category>Games</category>
+               <description>Shin Megami Tensei - Nine (Japan)</description>
+               <rom name="Shin Megami Tensei - Nine (Japan).iso" size="7825162240" crc="c0196e56" md5="37eaea295de88dd34e212402d9c9095c" sha1="cf6a0aa069fa9002eb056c122bd3d4ece992212e"/>
+       </game>
+       <game name="Silent Hill 2 - Restless Dreams (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Silent Hill 2 - Restless Dreams (USA) (En,Ja)</description>
+               <rom name="Silent Hill 2 - Restless Dreams (USA) (En,Ja).iso" size="7825162240" crc="627ec24f" md5="f389b7da6ffc4a9a3e73637febc3c375" sha1="1a12d835cf25a0148bcf7af1e562b47e1b7af717"/>
+       </game>
+       <game name="Silent Hill 4 - The Room (USA) (En,Ja,Ko)">
+               <category>Games</category>
+               <description>Silent Hill 4 - The Room (USA) (En,Ja,Ko)</description>
+               <rom name="Silent Hill 4 - The Room (USA) (En,Ja,Ko).iso" size="7825162240" crc="63ad7567" md5="36777e91d8830fe7bdbe1ecb71991d0b" sha1="b96f4de914a0e4df1b8fc1c9c9477589b910bb9b"/>
+       </game>
+       <game name="Sonic Heroes (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Heroes (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Heroes (USA) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="e5aaff97" md5="9d295da14e743e900f89e39dbcd6a574" sha1="fff6812990e15958b26d11f32dd3591a531e7e49"/>
+       </game>
+       <game name="Sonic Riders (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Riders (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Riders (USA) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="5ea35d22" md5="397e99e7f9492d9d4d22a0d3f472ad1f" sha1="71e2fa80c88bdab2e572325b1808c9eac839812c"/>
+       </game>
+       <game name="Spider-Man (USA)">
+               <category>Games</category>
+               <description>Spider-Man (USA)</description>
+               <rom name="Spider-Man (USA).iso" size="7825162240" crc="6ffd2554" md5="7900d960932fea2aec732d53f2b403a7" sha1="f323c7ac35fb5a4b0df38a00fadff0b7de746254"/>
+       </game>
+       <game name="Spikeout - Battle Street (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spikeout - Battle Street (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Spikeout - Battle Street (USA) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="26a31dbb" md5="d47c5e03dceddc529cd3c64bb8df62a5" sha1="8d2aa3fc31b3cb43f6877592458ec12ebee55041"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic (USA)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic (USA)</description>
+               <rom name="Star Wars - Knights of the Old Republic (USA).iso" size="7825162240" crc="90de42c9" md5="be1437d4f67fc830602a7433c6e8645a" sha1="170c6877f87fca770d9a98a2c0c034bcc7613192"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic II - The Sith Lords (USA)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic II - The Sith Lords (USA)</description>
+               <rom name="Star Wars - Knights of the Old Republic II - The Sith Lords (USA).iso" size="7825162240" crc="30b219bb" md5="6072e1d4bc4f39a376854c74f9997413" sha1="512f2108a6d4e8520144713c6a1799a149311d47"/>
+       </game>
+       <game name="Super Monkey Ball Deluxe (USA)">
+               <category>Games</category>
+               <description>Super Monkey Ball Deluxe (USA)</description>
+               <rom name="Super Monkey Ball Deluxe (USA).iso" size="7825162240" crc="899dbd71" md5="7a634a3c9034017be8766d8eb43fbf6a" sha1="25876e7a2b9289c275b4f16952cfe35666c20ba4"/>
+       </game>
+       <game name="ToeJam &amp; Earl III - Mission to Earth (USA)">
+               <category>Games</category>
+               <description>ToeJam &amp; Earl III - Mission to Earth (USA)</description>
+               <rom name="ToeJam &amp; Earl III - Mission to Earth (USA).iso" size="7825162240" crc="29977bdc" md5="8ada516e6e0f38e2ac4fb3175f0357d5" sha1="7ef5ac74eee1f3a69f51391a06fe899fd9f3ec2a"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 3 (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 3 (USA)</description>
+               <rom name="Tony Hawk's Pro Skater 3 (USA).iso" size="7825162240" crc="bf142f94" md5="16e69a4d6468f417795a781e5bdc29aa" sha1="80cbc77ab6cb138ee5e99b3221d70439c92145df"/>
+       </game>
+       <game name="Wreckless - The Yakuza Missions (USA)">
+               <category>Games</category>
+               <description>Wreckless - The Yakuza Missions (USA)</description>
+               <rom name="Wreckless - The Yakuza Missions (USA).iso" size="7825162240" crc="c4a0c7f0" md5="a2679af8d34fe0f083916454b2770cda" sha1="350084fab254f3a913502f69648e96d0619d47d2"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.1 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.1 (USA)</description>
+               <rom name="Xbox Demo Disc Version 4.1 (USA).iso" size="7825162240" crc="fd1bb98b" md5="b89c6d8fed245dc7e68633a772f3c1aa" sha1="3bd83d2cfaf2fec254291dfea584e319e05883b8"/>
+       </game>
+       <game name="Project Gotham Racing (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Project Gotham Racing (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Project Gotham Racing (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="b4994e81" md5="9731edce459b7ec64aefa83679cad6ae" sha1="28bbf6c115f096eeb5785752e1bee34dc2cd7764"/>
+       </game>
+       <game name="Fable - The Lost Chapters (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Fable - The Lost Chapters (Europe) (En,Fr)</description>
+               <rom name="Fable - The Lost Chapters (Europe) (En,Fr).iso" size="7825162240" crc="e5c1a748" md5="2053737f2c1fec01e11acde350f28b6e" sha1="44a36f34164305158a9da1fedd07505e79ef5410"/>
+       </game>
+       <game name="Xbox Live Starter Kit Disc (World) (En,Ja,Fr,De,Es,It) (Rev 2)">
+               <category>Demos</category>
+               <description>Xbox Live Starter Kit Disc (World) (En,Ja,Fr,De,Es,It) (Rev 2)</description>
+               <rom name="Xbox Live Starter Kit Disc (World) (En,Ja,Fr,De,Es,It) (Rev 2).iso" size="7825162240" crc="82df9bf6" md5="884c81a227056fe4a588402107aa7cc6" sha1="139cc32d5d7feda8b94017baa1ee83084af1855a"/>
+       </game>
+       <game name="Full Spectrum Warrior (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Full Spectrum Warrior (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Full Spectrum Warrior (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="7825162240" crc="7db8c18a" md5="87fc1e8e627c1bf938d8d4b946f5dbfb" sha1="1c7c317a2007bd5665b3ad7d8f1b9e7144588419"/>
+       </game>
+       <game name="World Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>World Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="World Racing (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="55b2e6a6" md5="59499a5e46dceade7439a192003012d9" sha1="ecefae3f2098966642ddcd79703e88698c5f966b"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (Europe)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (Europe)</description>
+               <rom name="Star Wars - The Clone Wars (Europe).iso" size="7825162240" crc="f5e4b886" md5="66ac6fcf449aeab36b5862540d54ea5f" sha1="53c6680053ec54a614dda8e7d80784a6503744e2"/>
+       </game>
+       <game name="Greg Hastings' Tournament Paintball (USA, Europe)">
+               <category>Games</category>
+               <description>Greg Hastings' Tournament Paintball (USA, Europe)</description>
+               <rom name="Greg Hastings' Tournament Paintball (USA, Europe).iso" size="7825162240" crc="360af8c7" md5="c73d765f3950696a082fe67c507594fc" sha1="62031691ab1c51d68119b27f02e1495dc298e3f3"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (Europe)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (Europe)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (Europe).iso" size="7825162240" crc="d188d8bc" md5="182bbc32a0ff75a37bee440284979e81" sha1="70759977afeec010830c0a908d276e25db11c0e8"/>
+       </game>
+       <game name="F1 Career Challenge (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>F1 Career Challenge (Europe) (En,Fr,De,It)</description>
+               <rom name="F1 Career Challenge (Europe) (En,Fr,De,It).iso" size="7825162240" crc="bdf4a6bf" md5="487a6595ed9641ebd7eb95682e023bb9" sha1="903f8c16ed765fa94f7ce0f846ec2e9da14a40bb"/>
+       </game>
+       <game name="Still Life (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Still Life (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Still Life (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="02762098" md5="f3aeae2b786ca15031a02925ff5f0a11" sha1="9ca303a1cc53fbb155ef169b1f18e3eabb828888"/>
+       </game>
+       <game name="Hitman - Blood Money (USA, Europe)">
+               <category>Games</category>
+               <description>Hitman - Blood Money (USA, Europe)</description>
+               <rom name="Hitman - Blood Money (USA, Europe).iso" size="7825162240" crc="aacd69b1" md5="d72715fc4705166cf10f7ac582a8a408" sha1="d1bb5ee052dba93f69502060be826a2b278c6b81"/>
+       </game>
+       <game name="Commandos 2 - Men of Courage (Europe)">
+               <category>Games</category>
+               <description>Commandos 2 - Men of Courage (Europe)</description>
+               <rom name="Commandos 2 - Men of Courage (Europe).iso" size="7825162240" crc="54f0899f" md5="63312506b8cb498bd01d6bf77124f5f7" sha1="7e9f543024fe661d6d4ea2af5be059c1932697f2"/>
+       </game>
+       <game name="Virtual Pool - Tournament Edition (USA, Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Virtual Pool - Tournament Edition (USA, Europe) (En,Fr,De,It)</description>
+               <rom name="Virtual Pool - Tournament Edition (USA, Europe) (En,Fr,De,It).iso" size="7825162240" crc="b08c21ff" md5="28cab9dddac02834685d3754def41997" sha1="866b06462360e959ac7b921343019f72c88f2c6e"/>
+       </game>
+       <game name="Full Spectrum Warrior - Ten Hammers (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Full Spectrum Warrior - Ten Hammers (Europe) (En,Fr,De,It)</description>
+               <rom name="Full Spectrum Warrior - Ten Hammers (Europe) (En,Fr,De,It).iso" size="7825162240" crc="e11bb176" md5="e3a7b60acee17aedfc394e7b15b848af" sha1="fc84bbe9c03336879f7898367bc28d581ed995ba"/>
+       </game>
+       <game name="F1 2002 (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>F1 2002 (Europe) (En,Fr,De,It)</description>
+               <rom name="F1 2002 (Europe) (En,Fr,De,It).iso" size="7825162240" crc="9ed8bafc" md5="3dde79904c75d9ee6ef4c36f5c48cdee" sha1="c4d2041b666de91c832d6750843cdb9e7c3c6645"/>
+       </game>
+       <game name="UEFA Champions League 2004-2005 (Europe)">
+               <category>Games</category>
+               <description>UEFA Champions League 2004-2005 (Europe)</description>
+               <rom name="UEFA Champions League 2004-2005 (Europe).iso" size="7825162240" crc="87eb19f2" md5="0170a352648c0f9a46a1fb4b43d7ce78" sha1="69fbbb182c04827cca509a82a0626614046d4e6d"/>
+       </game>
+       <game name="David Beckham Soccer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>David Beckham Soccer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="David Beckham Soccer (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="ee4259cd" md5="27f0383b0584875ae00479d0b6337198" sha1="839247d46d2792de63442ba6ceaaa537994d548a"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (Europe)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (Europe)</description>
+               <rom name="Disney-Pixar Finding Nemo (Europe).iso" size="7825162240" crc="7ec32edc" md5="a6e30dc8355edc764d3e91e24a453680" sha1="41d03b3ad02ffa5b53724b1196c7897632fc78c4"/>
+       </game>
+       <game name="DreamWorks Madagascar (USA, Europe)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (USA, Europe)</description>
+               <rom name="DreamWorks Madagascar (USA, Europe).iso" size="7825162240" crc="540ed11f" md5="ea9c18c15bdbc4050f4f37d3c9b3932f" sha1="73a30ddaa416ac8117b0c298076a59c98becce41"/>
+       </game>
+       <game name="Outlaw Golf (Europe)">
+               <category>Games</category>
+               <description>Outlaw Golf (Europe)</description>
+               <rom name="Outlaw Golf (Europe).iso" size="7825162240" crc="6fbda6d9" md5="3a9561f41e7479c4b949c88cf3d9b654" sha1="37ef9e6e28f8b6d31315db38b77dccfd23286264"/>
+       </game>
+       <game name="Dinotopia - The Sunstone Odyssey (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Dinotopia - The Sunstone Odyssey (Europe) (En,Fr)</description>
+               <rom name="Dinotopia - The Sunstone Odyssey (Europe) (En,Fr).iso" size="7825162240" crc="d2507486" md5="f33bed78094da85af2f47ce117af81de" sha1="f0f35f683475f7b010bdabcbb60edc1c169b66ff"/>
+       </game>
+       <game name="Sniper Elite (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sniper Elite (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sniper Elite (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="4e7f0ef2" md5="5e826457d8aa7a757c498c002fbcaba9" sha1="77446ff73b48f793a88f4cc16bc1858df8c3dda4"/>
+       </game>
+       <game name="Army Men - Major Malfunction (USA, Europe)">
+               <category>Games</category>
+               <description>Army Men - Major Malfunction (USA, Europe)</description>
+               <rom name="Army Men - Major Malfunction (USA, Europe).iso" size="7825162240" crc="40bdb439" md5="76d9ee82709a90523e30df24b8e0b11e" sha1="849179bfba821437bd81fde17c2d00c893dd6ab3"/>
+       </game>
+       <game name="Championship Manager 2006 (Europe) (En,Fr,It)">
+               <category>Games</category>
+               <description>Championship Manager 2006 (Europe) (En,Fr,It)</description>
+               <rom name="Championship Manager 2006 (Europe) (En,Fr,It).iso" size="7825162240" crc="f81a15a2" md5="54b06f22170343286ebd18610afac8c3" sha1="d50853e4227102655d4424f494b7d5cac434222d"/>
+       </game>
+       <game name="Deadly Skies (Europe) (En,De)">
+               <category>Games</category>
+               <description>Deadly Skies (Europe) (En,De)</description>
+               <rom name="Deadly Skies (Europe) (En,De).iso" size="7825162240" crc="766e0805" md5="8eaedcdec2f9d17a57f8c4d4fb08b527" sha1="fa63a160ab73487c80998a4fd060aa132ca411c3"/>
+       </game>
+       <game name="Eragon (USA, Europe)">
+               <category>Games</category>
+               <description>Eragon (USA, Europe)</description>
+               <rom name="Eragon (USA, Europe).iso" size="7825162240" crc="30358859" md5="4757e796ab19ac25b97d5a8b2a7454f8" sha1="7d1137b76b0e45bd0dc667b15730c44dbe646626"/>
+       </game>
+       <game name="Final Fight - Streetwise (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Final Fight - Streetwise (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Final Fight - Streetwise (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="31b21d32" md5="49d464ac936664bd27b72bb46e0da9aa" sha1="07f576dad2fe02e6537ac78d309b9c2374382e0b"/>
+       </game>
+       <game name="Goblin Commander - Unleash the Horde (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Goblin Commander - Unleash the Horde (Europe) (En,Fr,De)</description>
+               <rom name="Goblin Commander - Unleash the Horde (Europe) (En,Fr,De).iso" size="7825162240" crc="4a758e82" md5="dd070c95863a8917b71dc60c24576800" sha1="15913f24c46ea3df39879a5d5f84d5303a257c00"/>
+       </game>
+       <game name="Legends of Wrestling (Europe)">
+               <category>Games</category>
+               <description>Legends of Wrestling (Europe)</description>
+               <rom name="Legends of Wrestling (Europe).iso" size="7825162240" crc="6a83a33c" md5="b30ef2f461f1cf23c3f767e13e31b97d" sha1="f23c0afb62d37902ee14ed7c4171ae020b1f77c8"/>
+       </game>
+       <game name="NFL Fever 2003 (Europe)">
+               <category>Games</category>
+               <description>NFL Fever 2003 (Europe)</description>
+               <rom name="NFL Fever 2003 (Europe).iso" size="7825162240" crc="10168ae4" md5="880089b2185a5a594517dc3d75c31fd1" sha1="f7fc03ba364566d005d0ee249e4cfbc61e823245"/>
+       </game>
+       <game name="Rugby Challenge 2006 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Rugby Challenge 2006 (Europe) (En,Fr)</description>
+               <rom name="Rugby Challenge 2006 (Europe) (En,Fr).iso" size="7825162240" crc="9e5eadb3" md5="92bbe8bc3565a39ce6799c2c69e77976" sha1="0ac6dde90cc7f937841b4d0b31a5c0f9bc914b87"/>
+       </game>
+       <game name="SX Superstar (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>SX Superstar (Europe) (En,Fr,De,Es)</description>
+               <rom name="SX Superstar (Europe) (En,Fr,De,Es).iso" size="7825162240" crc="e8a72848" md5="2e66fdcaf2c0db260a9f3ee0f3909a19" sha1="8600c92d993e756276a1432df7fd6c70cc150445"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 07 (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 07 (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 07 (Europe).iso" size="7825162240" crc="61d5c45f" md5="e6c840f659c37e2e15113470160ee267" sha1="a59c93c3918d739123abff34a8c3b003fb67b37c"/>
+       </game>
+       <game name="World Series of Poker (USA, Europe)">
+               <category>Games</category>
+               <description>World Series of Poker (USA, Europe)</description>
+               <rom name="World Series of Poker (USA, Europe).iso" size="7825162240" crc="93a23885" md5="76a12ff483546d7bfd1e96b654001216" sha1="05b772d29c91b1dda8b2c5edfd7d84d0c836db2e"/>
+       </game>
+       <game name="X-Men - The Official Game (USA, Europe)">
+               <category>Games</category>
+               <description>X-Men - The Official Game (USA, Europe)</description>
+               <rom name="X-Men - The Official Game (USA, Europe).iso" size="7825162240" crc="9121f4cb" md5="911310e0a20bb27b614ec2eff9a902fd" sha1="2ef9f939bdd1dd22d0307dcc1d3b7bdd01f18aaf"/>
+       </game>
+       <game name="Circus Maximus - Chariot Wars (Europe)">
+               <category>Games</category>
+               <description>Circus Maximus - Chariot Wars (Europe)</description>
+               <rom name="Circus Maximus - Chariot Wars (Europe).iso" size="7825162240" crc="e173a3c0" md5="b755eea9b885646c4e02c0d2ca2b8ebb" sha1="2750a8f0982a4a8201d47a17d20e5e5cfd65529f"/>
+       </game>
+       <game name="Gladius (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Gladius (Europe) (En,Es,It)</description>
+               <rom name="Gladius (Europe) (En,Es,It).iso" size="7825162240" crc="3ae6a247" md5="9b0f8e6463b91214a05998f4c3c93e5a" sha1="1aea81babb87061942b16424b2f3382c7deaeffc"/>
+       </game>
+       <game name="BloodRayne 2 (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>BloodRayne 2 (Europe) (En,Fr,Es,It)</description>
+               <rom name="BloodRayne 2 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="f4761c8d" md5="4bdba38248197bb4826020767c2a5209" sha1="66a4654cff2629ebaa732f7d4612eba7c6e872b9"/>
+       </game>
+       <game name="NBA Live 07 (Europe)">
+               <category>Games</category>
+               <description>NBA Live 07 (Europe)</description>
+               <rom name="NBA Live 07 (Europe).iso" size="7825162240" crc="9dbbaef0" md5="316ef8c0cd3f5d8fb63f8365f2bd0bb8" sha1="bcfc24520b080fbd4faa765802ba671b2e45ebb5"/>
+       </game>
+       <game name="Rugby League (Europe)">
+               <category>Games</category>
+               <description>Rugby League (Europe)</description>
+               <rom name="Rugby League (Europe).iso" size="7825162240" crc="a0a31416" md5="36740b376b367ca1bd61828af65a8b60" sha1="859d0c609c84db5f66bbc21d82664d67091f9503"/>
+       </game>
+       <game name="Tetris Worlds (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tetris Worlds (Europe) (En,Fr,De)</description>
+               <rom name="Tetris Worlds (Europe) (En,Fr,De).iso" size="7825162240" crc="1558ec09" md5="a283e14e3490216f8b9e03a6db1d48bb" sha1="630d9c597675d299c4d4644b2f742817009d4bc1"/>
+       </game>
+       <game name="Wallace &amp; Gromit in Project Zoo (UK)">
+               <category>Games</category>
+               <description>Wallace &amp; Gromit in Project Zoo (UK)</description>
+               <rom name="Wallace &amp; Gromit in Project Zoo (UK).iso" size="7825162240" crc="171b1d66" md5="16bff843c3e6cf083ab0fb88cc4ba302" sha1="ee80a3203ef8f4c144892cd5aae13f875e2dbb43"/>
+       </game>
+       <game name="SCAR - Squadra Corse Alfa Romeo (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SCAR - Squadra Corse Alfa Romeo (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SCAR - Squadra Corse Alfa Romeo (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="cbf5ff11" md5="39cb51f6c2836cc4a0a129de12093d31" sha1="bfc950749c74534e6f7a182ff521e6fd4b0f1a68"/>
+       </game>
+       <game name="Obscure (Europe)">
+               <category>Games</category>
+               <description>Obscure (Europe)</description>
+               <rom name="Obscure (Europe).iso" size="7825162240" crc="33585de4" md5="132c8e35922a0ae1fa67018a764bd2e1" sha1="075e1d4e6ba6279b7606a19562c9566dcc618e32"/>
+       </game>
+       <game name="Superman Returns (Europe)">
+               <category>Games</category>
+               <description>Superman Returns (Europe)</description>
+               <rom name="Superman Returns (Europe).iso" size="7825162240" crc="14cad3b5" md5="d61714d34796d6a7267ce7776f4ef3fc" sha1="76c4847b119dc89b04153cc0223e7ff9a4a6b3ff"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (Europe)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (Europe)</description>
+               <rom name="Star Wars - Jedi Starfighter (Europe).iso" size="7825162240" crc="737638f1" md5="34a3ec1d36d6238e8b0a68d36fe78c12" sha1="b1380a57aaf2f537575c51393fa39638aaa89bfe"/>
+       </game>
+       <game name="Star Wars - Obi-Wan (Europe)">
+               <category>Games</category>
+               <description>Star Wars - Obi-Wan (Europe)</description>
+               <rom name="Star Wars - Obi-Wan (Europe).iso" size="7825162240" crc="af096899" md5="fa31f74e5b0af406f3a0e092cdee5325" sha1="1f48b29a457e70314d208ecb3eb38c798e42989c"/>
+       </game>
+       <game name="Star Wars - Episode III - Revenge of the Sith (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - Episode III - Revenge of the Sith (Europe) (En,Es,It)</description>
+               <rom name="Star Wars - Episode III - Revenge of the Sith (Europe) (En,Es,It).iso" size="7825162240" crc="665e76fe" md5="6dfb660f4e106412b7be61a057738b89" sha1="d7e8a81a59879402ef9cb350576ddfe02a8afb1c"/>
+       </game>
+       <game name="Cabela's Big Game Hunter 2005 Adventures (USA, Europe)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter 2005 Adventures (USA, Europe)</description>
+               <rom name="Cabela's Big Game Hunter 2005 Adventures (USA, Europe).iso" size="7825162240" crc="7040b6e4" md5="392dd809f409f10eb97cd945f7e34e2d" sha1="78c5fbbc7cfe1006f055e0bff215dcdf1cb0b890"/>
+       </game>
+       <game name="TOCA Race Driver 3 (USA, Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TOCA Race Driver 3 (USA, Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TOCA Race Driver 3 (USA, Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="445dfded" md5="8699463fee14c11614323a271cf6a04e" sha1="f6fff0e7fb183f82851cb12fde7c67c2ec1d6e2d"/>
+       </game>
+       <game name="Club Football 2005 - Paris Saint-Germain (France) (En,Fr)">
+               <category>Games</category>
+               <description>Club Football 2005 - Paris Saint-Germain (France) (En,Fr)</description>
+               <rom name="Club Football 2005 - Paris Saint-Germain (France) (En,Fr).iso" size="7825162240" crc="3df768c2" md5="c9cb8b11c6cc0b9ec80b4d2751df5a0d" sha1="dc85693f253af0316ac7d1944110e5a287e4aea5"/>
+       </game>
+       <game name="Super Bubble Pop (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Bubble Pop (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Bubble Pop (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="c12f6e8f" md5="501ce4da1d1ce483dd493bfe4ce9980f" sha1="03e4a1b8ca7c56d02530dc515bd5ee13498c4a7a"/>
+       </game>
+       <game name="Ultra Bust-A-Move (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ultra Bust-A-Move (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ultra Bust-A-Move (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="480d7a6d" md5="d453eb3f6b95b714916f17007ecb082b" sha1="72cf41c0011ea659367f942d3a05afb84128aa2d"/>
+       </game>
+       <game name="Mat Hoffman's Pro BMX 2 (Europe)">
+               <category>Games</category>
+               <description>Mat Hoffman's Pro BMX 2 (Europe)</description>
+               <rom name="Mat Hoffman's Pro BMX 2 (Europe).iso" size="7825162240" crc="7d9aca1e" md5="d9095b221e7e3cc8ca9cec651d0f3799" sha1="df80cb8f5a9a1aa2db299b5cd3a3180e3d3ee39b"/>
+       </game>
+       <game name="Ricky Ponting International Cricket 2005 (Australia)">
+               <category>Games</category>
+               <description>Ricky Ponting International Cricket 2005 (Australia)</description>
+               <rom name="Ricky Ponting International Cricket 2005 (Australia).iso" size="7825162240" crc="852fde83" md5="f83865d3ca5884e6509a94c8209ddad2" sha1="98590ac3efc1ee7efad2c89191ff4ec19700b4e3"/>
+       </game>
+       <game name="V8 Supercars Australia 2 (Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>V8 Supercars Australia 2 (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="V8 Supercars Australia 2 (Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="2ee3bffe" md5="210d29dc5a9c293925009049ac9e6898" sha1="cbc7b72c44290f379e510d8949737c4a50ccfeb9"/>
+       </game>
+       <game name="V8 Supercars Australia 3 (Australia)">
+               <category>Games</category>
+               <description>V8 Supercars Australia 3 (Australia)</description>
+               <rom name="V8 Supercars Australia 3 (Australia).iso" size="7825162240" crc="52c06f29" md5="f4f126e497c3ce7b79671066fa393848" sha1="aa866c695d6a6bc80ed8968ae7456a64bf5c1281"/>
+       </game>
+       <game name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe)</description>
+               <rom name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe).iso" size="7825162240" crc="401d1d5a" md5="51859962989cf01371095e58ca0c8060" sha1="eb23791b37249fc4f388ef75ac5231d446e7b1b1"/>
+       </game>
+       <game name="Family Guy - Video Game! (USA, Europe)">
+               <category>Games</category>
+               <description>Family Guy - Video Game! (USA, Europe)</description>
+               <rom name="Family Guy - Video Game! (USA, Europe).iso" size="7825162240" crc="f3019180" md5="aa5be3b9ee8087cedfceafc2d0dd2788" sha1="13c5d0cfd22bfd1f80ad50f85c018c1a255c3b84"/>
+       </game>
+       <game name="Fatal Frame II - Crimson Butterfly - Director's Cut (USA)">
+               <category>Games</category>
+               <description>Fatal Frame II - Crimson Butterfly - Director's Cut (USA)</description>
+               <rom name="Fatal Frame II - Crimson Butterfly - Director's Cut (USA).iso" size="7825162240" crc="d68df57f" md5="6d3de0fe8f16c621574bcc3bd416774e" sha1="df5ff39ae81b893f8e44f3d8f46ff236bbec34f4"/>
+       </game>
+       <game name="Halo - Combat Evolved (Asia) (En,Zh)">
+               <category>Games</category>
+               <description>Halo - Combat Evolved (Asia) (En,Zh)</description>
+               <rom name="Halo - Combat Evolved (Asia) (En,Zh).iso" size="7825162240" crc="dc7d77e5" md5="fa324595c31365f2c1474e2448470556" sha1="d05afb5ab8f0d1595b4eae42f3151c43307a96b0"/>
+       </game>
+       <game name="Mega Man Anniversary Collection (USA)">
+               <category>Games</category>
+               <description>Mega Man Anniversary Collection (USA)</description>
+               <rom name="Mega Man Anniversary Collection (USA).iso" size="7825162240" crc="2bfe8f4d" md5="1f04c2bf3fd67e680225e3468bbda883" sha1="2aca115dd4b581d0b9e2f39f4d9fb9070630ef39"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger (Korea) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger (Korea) (En,Fr,De,Es,It)</description>
+               <rom name="Ty the Tasmanian Tiger (Korea) (En,Fr,De,Es,It).iso" size="7825162240" crc="c9b29009" md5="e7484be8905024a34187a996a01011b5" sha1="4cb1ab0f7a78767efa487ae025ac69378c898b8b"/>
+       </game>
+       <game name="Capcom Classics Collection Vol. 2 (USA)">
+               <category>Games</category>
+               <description>Capcom Classics Collection Vol. 2 (USA)</description>
+               <rom name="Capcom Classics Collection Vol. 2 (USA).iso" size="7825162240" crc="3e333c60" md5="61a0fcaa303e4083330b1d5a5e048db5" sha1="42c835fa3bfe92333bd112a0c851bc47ee5bb4ac"/>
+       </game>
+       <game name="King of Fighters 2003, The (USA, Japan) (En,Ja)">
+               <category>Games</category>
+               <description>King of Fighters 2003, The (USA, Japan) (En,Ja)</description>
+               <rom name="King of Fighters 2003, The (USA, Japan) (En,Ja).iso" size="7825162240" crc="2d4b1d4d" md5="bec52e6643a495bb418a341cd921686f" sha1="8107197e5e9f1e3f5146d186e9ac26a8a8d7b731"/>
+       </game>
+       <game name="King of Fighters, The - Neowave (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>King of Fighters, The - Neowave (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="King of Fighters, The - Neowave (USA) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="0734b921" md5="13d46d7ad0ed9f6080bd27805c9819ff" sha1="ec29aac5abe660fc2180b98241e459d719282f27"/>
+       </game>
+       <game name="Tao Feng - Fist of the Lotus (USA, Asia)">
+               <category>Games</category>
+               <description>Tao Feng - Fist of the Lotus (USA, Asia)</description>
+               <rom name="Tao Feng - Fist of the Lotus (USA, Asia).iso" size="7825162240" crc="97cdccb5" md5="2fde9bb4af8a93c68f70a9adedc0c2c3" sha1="099a561350ba473700f6cbf6a84725d6a0df2d19"/>
+       </game>
+       <game name="Kurenai no Umi - Crimson Sea (Japan)">
+               <category>Games</category>
+               <description>Kurenai no Umi - Crimson Sea (Japan)</description>
+               <rom name="Kurenai no Umi - Crimson Sea (Japan).iso" size="7825162240" crc="8ae0318f" md5="be55c7250bdda3f28b7f25c1bc60ae87" sha1="d9f62813de182ee0a8ce2a828f30a1519d051bc7"/>
+       </game>
+       <game name="Hitman - Silent Assassin (Japan)">
+               <category>Games</category>
+               <description>Hitman - Silent Assassin (Japan)</description>
+               <rom name="Hitman - Silent Assassin (Japan).iso" size="7825162240" crc="c3c2ded3" md5="cc6e2ea4150c79e6edfe5459ade01e23" sha1="eff1e6bd213fb5f778f1b6b8881eb3ecf3d17f0d"/>
+       </game>
+       <game name="Metal Dungeon (Japan)">
+               <category>Games</category>
+               <description>Metal Dungeon (Japan)</description>
+               <rom name="Metal Dungeon (Japan).iso" size="7825162240" crc="d93ee489" md5="abdc806e2df2890bb4c6ce91d2eb08bf" sha1="8f569802b97c9ddb30fe7fce56febd8b688dfb00"/>
+       </game>
+       <game name="Project Gotham - World Street Racer (Japan)">
+               <category>Games</category>
+               <description>Project Gotham - World Street Racer (Japan)</description>
+               <rom name="Project Gotham - World Street Racer (Japan).iso" size="7825162240" crc="b9ed14ea" md5="fa4751dfe91225bc8cf3ab4c3217e1a4" sha1="fdca8086c5bcbf9542f218863d413b48ba77402a"/>
+       </game>
+       <game name="Xbox Music Mixer (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Xbox Music Mixer (Japan) (En,Ja)</description>
+               <rom name="Xbox Music Mixer (Japan) (En,Ja).iso" size="7825162240" crc="c39d8f5f" md5="a75cb305e44f7b5fd6fa319c9c85e3fa" sha1="9df8f6d83c6cef4c00f5c2827af5024cfd1cd338"/>
+       </game>
+       <game name="Xyanide (USA) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Xyanide (USA) (En,Fr,De,Es)</description>
+               <rom name="Xyanide (USA) (En,Fr,De,Es).iso" size="7825162240" crc="b4d28751" md5="1880c6f59e2ecdf6ba0ddbb1811a2892" sha1="049d548e2872aea9e8c5a781208093a5c79e5488"/>
+       </game>
+       <game name="Elder Scrolls III, The - Morrowind - Game of the Year Edition (USA)">
+               <category>Games</category>
+               <description>Elder Scrolls III, The - Morrowind - Game of the Year Edition (USA)</description>
+               <rom name="Elder Scrolls III, The - Morrowind - Game of the Year Edition (USA).iso" size="7825162240" crc="3cf03633" md5="bb152a953ac59cf9754e34bb0944ea25" sha1="ade0af56340f7e1f54f9f879234b4a83cbcd97f9"/>
+       </game>
+       <game name="Steel Battalion (USA)">
+               <category>Games</category>
+               <description>Steel Battalion (USA)</description>
+               <rom name="Steel Battalion (USA).iso" size="7825162240" crc="b70b1af1" md5="a2e62e7fa07b935bbb2f820e2be8b6c0" sha1="e93b5121f2a0e4f9d0b7ed7778c4baaa307052cf"/>
+       </game>
+       <game name="NBA Live 06 (France)">
+               <category>Games</category>
+               <description>NBA Live 06 (France)</description>
+               <rom name="NBA Live 06 (France).iso" size="7825162240" crc="96c1c619" md5="d64af8e651ff190f247f5ff1df80ef8f" sha1="5f793b25ceb70696147a294711230771b8bc70a3"/>
+       </game>
+       <game name="Football Manager Campionato 2005 (Italy)">
+               <category>Games</category>
+               <description>Football Manager Campionato 2005 (Italy)</description>
+               <rom name="Football Manager Campionato 2005 (Italy).iso" size="7825162240" crc="340ed2cb" md5="ac5fc183cf7325802949b00493c05f10" sha1="68a11f0ae5a00c3037fe5f2829aa7aed006fb63a"/>
+       </game>
+       <game name="Roger Lemerre - La Selection des Champions 2003 (France)">
+               <category>Games</category>
+               <description>Roger Lemerre - La Selection des Champions 2003 (France)</description>
+               <rom name="Roger Lemerre - La Selection des Champions 2003 (France).iso" size="7825162240" crc="111477f2" md5="0a6145de3049889b6c022a37f2e9a005" sha1="3eba5d955676de6c34d25f3617a0c3512af636e3"/>
+       </game>
+       <game name="Roger Lemerre - La Selection des Champions 2004 (France)">
+               <category>Games</category>
+               <description>Roger Lemerre - La Selection des Champions 2004 (France)</description>
+               <rom name="Roger Lemerre - La Selection des Champions 2004 (France).iso" size="7825162240" crc="1fea8d59" md5="cddab1f5dfd18d0ecd21f8ea621f9949" sha1="ab46790257f54d2d7fb96f1d4d29af4395103a1f"/>
+       </game>
+       <game name="Conflict - Desert Storm (USA)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm (USA)</description>
+               <rom name="Conflict - Desert Storm (USA).iso" size="7825162240" crc="db219c5d" md5="3f9bf4ab707b245e481551611b87cc5c" sha1="6f56d1895c748ccabe93fa3dab5470bcaf133747"/>
+       </game>
+       <game name="Goblin Commander - Unleash the Horde (USA)">
+               <category>Games</category>
+               <description>Goblin Commander - Unleash the Horde (USA)</description>
+               <rom name="Goblin Commander - Unleash the Horde (USA).iso" size="7825162240" crc="a7a99403" md5="4c51078df0ef17532b48d66025c243fb" sha1="acdc0495f4f00deccd99f6d8480b567e47b1d340"/>
+       </game>
+       <game name="Hitman - Contracts (USA)">
+               <category>Games</category>
+               <description>Hitman - Contracts (USA)</description>
+               <rom name="Hitman - Contracts (USA).iso" size="7825162240" crc="b3425378" md5="4a3ff87858389a75f8bc3b848d60adef" sha1="b20c8a58c865a74b8118925dd6f797347f836860"/>
+       </game>
+       <game name="Mat Hoffman's Pro BMX 2 (USA)">
+               <category>Games</category>
+               <description>Mat Hoffman's Pro BMX 2 (USA)</description>
+               <rom name="Mat Hoffman's Pro BMX 2 (USA).iso" size="7825162240" crc="04669f7b" md5="5dac21626728bdfa08921bcd5c12c86a" sha1="3e299e2dee56889fa991bcadc2cb7ee5df89c945"/>
+       </game>
+       <game name="Need for Speed - Underground (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (USA)</description>
+               <rom name="Need for Speed - Underground (USA).iso" size="7825162240" crc="5c8c3569" md5="f3eec6ca8713af79c2325a0c314e85c2" sha1="cdec5a11f92e9eae1a9be92cedb369786479f1c3"/>
+       </game>
+       <game name="Hitman - Contracts (France)">
+               <category>Games</category>
+               <description>Hitman - Contracts (France)</description>
+               <rom name="Hitman - Contracts (France).iso" size="7825162240" crc="4839eb76" md5="ccd64d2aea12492f669a76d2b32ebd79" sha1="b5cdb115aa6723e70384536917758b253a9541c3"/>
+       </game>
+       <game name="Football Manager Campionato 2003 (Italy)">
+               <category>Games</category>
+               <description>Football Manager Campionato 2003 (Italy)</description>
+               <rom name="Football Manager Campionato 2003 (Italy).iso" size="7825162240" crc="a5a0a9e1" md5="7ddd53050c786a556e0e4e2eeaf98f02" sha1="bd308c2dca05f9aadedf5b5a562c01302563dde3"/>
+       </game>
+       <game name="Football Manager Campionato 2004 (Italy)">
+               <category>Games</category>
+               <description>Football Manager Campionato 2004 (Italy)</description>
+               <rom name="Football Manager Campionato 2004 (Italy).iso" size="7825162240" crc="66b57258" md5="14890c7cee5177a4c09bce3046fa0795" sha1="c3833cd24066c9adad93d81aef963847586f8ca2"/>
+       </game>
+       <game name="Steel Battalion (Europe)">
+               <category>Games</category>
+               <description>Steel Battalion (Europe)</description>
+               <rom name="Steel Battalion (Europe).iso" size="7825162240" crc="fd1655e5" md5="d8ccd8b50754c8cf1749919d5f92331b" sha1="a418635177a22d7755d90ac8a2e3dc9076a63631"/>
+       </game>
+       <game name="FlatOut 2 (Germany)">
+               <category>Games</category>
+               <description>FlatOut 2 (Germany)</description>
+               <rom name="FlatOut 2 (Germany).iso" size="7825162240" crc="f4020a36" md5="c068d3056d58f969bec8e5bba172c8f6" sha1="5b43016c92fc340335de2d13e3710f741a425243"/>
+       </game>
+       <game name="Painkiller - Hell Wars (Germany)">
+               <category>Games</category>
+               <description>Painkiller - Hell Wars (Germany)</description>
+               <rom name="Painkiller - Hell Wars (Germany).iso" size="7825162240" crc="0cb22ef4" md5="e08777ae036a91457eef705cd85c338e" sha1="811e5a8e27e5c4bee4d37a361edcb1965ae54a98"/>
+       </game>
+       <game name="Harry Potter and the Goblet of Fire (USA)">
+               <category>Games</category>
+               <description>Harry Potter and the Goblet of Fire (USA)</description>
+               <rom name="Harry Potter and the Goblet of Fire (USA).iso" size="7825162240" crc="f5df64e4" md5="c0996c809e5c7ed0ecf8c59b49965765" sha1="3ddb332878f29cb6584512f1140195db7729782e"/>
+       </game>
+       <game name="MTV Celebrity Deathmatch (USA)">
+               <category>Games</category>
+               <description>MTV Celebrity Deathmatch (USA)</description>
+               <rom name="MTV Celebrity Deathmatch (USA).iso" size="7825162240" crc="be5976fc" md5="3fd6f4f43e3995b55eb29613e9371d45" sha1="130252260c8f10c00f68d51396bf42e3837280f0"/>
+       </game>
+       <game name="MVP Baseball 2005 (USA)">
+               <category>Games</category>
+               <description>MVP Baseball 2005 (USA)</description>
+               <rom name="MVP Baseball 2005 (USA).iso" size="7825162240" crc="604e0db3" md5="07ec4f4e4620e28d6ca9be8ccbff5be7" sha1="14150e0f6cd20517f711a596cd6e44ffd927cae4"/>
+       </game>
+       <game name="DreamWorks Over the Hedge (USA, Europe)">
+               <category>Games</category>
+               <description>DreamWorks Over the Hedge (USA, Europe)</description>
+               <rom name="DreamWorks Over the Hedge (USA, Europe).iso" size="7825162240" crc="0fc05a29" md5="ccb2cf8356f1cab3be11fa474c824751" sha1="5cbdbead8f61f6091fcf3d8311e4a367fbb69b4d"/>
+       </game>
+       <game name="Monopoly Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monopoly Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monopoly Party (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="38073f23" md5="7ad05c00d4003cc40a0339a4701cc14f" sha1="0af3a555e3c3d24299ad4fae049a035924fa3f32"/>
+       </game>
+       <game name="Robot Wars - Extreme Destruction (Europe)">
+               <category>Games</category>
+               <description>Robot Wars - Extreme Destruction (Europe)</description>
+               <rom name="Robot Wars - Extreme Destruction (Europe).iso" size="7825162240" crc="c425f8d8" md5="51da85b885c6eb7b6ddd26499cb674d2" sha1="4e489acc369e759d3c7b2bc99347b3e72c5093ec"/>
+       </game>
+       <game name="Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="0c720062" md5="0280511c5175ed04e4834b54a4c51bf5" sha1="e991679372da5d55961f4d51295d6088f7c72402"/>
+       </game>
+       <game name="Dino Crisis 3 (Japan)">
+               <category>Games</category>
+               <description>Dino Crisis 3 (Japan)</description>
+               <rom name="Dino Crisis 3 (Japan).iso" size="7825162240" crc="c6529935" md5="821af6275fbc045e8a596552b7d060c7" sha1="dece5c188b0cbc8fdb5e39e29531aea0f3fe620c"/>
+       </game>
+       <game name="N.U.D.E.@ - Natural Ultimate Digital Experiment (Japan)">
+               <category>Games</category>
+               <description>N.U.D.E.@ - Natural Ultimate Digital Experiment (Japan)</description>
+               <rom name="N.U.D.E.@ - Natural Ultimate Digital Experiment (Japan).iso" size="7825162240" crc="4d0f110b" md5="6a687015a2fa20e8cf4f09d311533495" sha1="c47c03937138ecb0039f221bb92760e088d8e13d"/>
+       </game>
+       <game name="Otogi (Japan)">
+               <category>Games</category>
+               <description>Otogi (Japan)</description>
+               <rom name="Otogi (Japan).iso" size="7825162240" crc="cc8ca246" md5="619f64659323a77d0b1d48316aabb3e2" sha1="7877c426d93cf94adb3b0693e577e74752370629"/>
+       </game>
+       <game name="Soulcalibur II (Japan)">
+               <category>Games</category>
+               <description>Soulcalibur II (Japan)</description>
+               <rom name="Soulcalibur II (Japan).iso" size="7825162240" crc="d3ab3743" md5="14b0f06d0a2a8d8347edb3c09df52357" sha1="905b83a29e6b084a89851f7ad176cd63cf98f5ad"/>
+       </game>
+       <game name="Forza Motorsport (USA, Europe) (Demo)">
+               <category>Demos</category>
+               <description>Forza Motorsport (USA, Europe) (Demo)</description>
+               <rom name="Forza Motorsport (USA, Europe) (Demo).iso" size="7825162240" crc="4ba91990" md5="3f2c085b0638732e6794df10f574d2ef" sha1="655aa67484e266d268a07657fbd003e6aa429ff7"/>
+       </game>
+       <game name="Magic - The Gathering - Battlegrounds (USA) (Demo)">
+               <category>Demos</category>
+               <description>Magic - The Gathering - Battlegrounds (USA) (Demo)</description>
+               <rom name="Magic - The Gathering - Battlegrounds (USA) (Demo).iso" size="7825162240" crc="4168aa27" md5="de64cf4c73c34a70ef4a81d53b239c36" sha1="f87960d01762b8fda2aa8d3e38e9bd9eb27472ff"/>
+       </game>
+       <game name="Unreal Championship 2 - The Liandri Conflict (USA) (Demo)">
+               <category>Demos</category>
+               <description>Unreal Championship 2 - The Liandri Conflict (USA) (Demo)</description>
+               <rom name="Unreal Championship 2 - The Liandri Conflict (USA) (Demo).iso" size="7825162240" crc="0abd509c" md5="bdce85a1c48edd89439c6e9006028a2e" sha1="789302578dc08c192181858397b885505b9a0dc4"/>
+       </game>
+       <game name="Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Alt)">
+               <category>Applications</category>
+               <description>Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Alt)</description>
+               <rom name="Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Alt).cue" size="123" crc="5dcb4042" md5="ca63420ed255e84c29d0e8bb7e25688d" sha1="f351317407ab6657ac09bc73de15bae25414856a"/>
+               <rom name="Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Alt).bin" size="763529760" crc="2a3c01d3" md5="2d10a6e4b1bb9d624fca28de9db877b4" sha1="d94fa6d8c90be0535a1bc067a6062675396ed3e0"/>
+       </game>
+       <game name="MechAssault 2 - Lone Wolf &amp; OutRun 2 (USA) (Demo)">
+               <category>Demos</category>
+               <description>MechAssault 2 - Lone Wolf &amp; OutRun 2 (USA) (Demo)</description>
+               <rom name="MechAssault 2 - Lone Wolf &amp; OutRun 2 (USA) (Demo).iso" size="7825162240" crc="4025d4f1" md5="ed9667701e0f7b5f5f8ee4f9e214882a" sha1="e6c424327d59bda3b163674fadad28b7f90e9199"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (USA, Europe) (Demo)">
+               <category>Demos</category>
+               <description>Metal Arms - Glitch in the System (USA, Europe) (Demo)</description>
+               <rom name="Metal Arms - Glitch in the System (USA, Europe) (Demo).iso" size="7825162240" crc="84892503" md5="5b7d40429265783cef4d8207873964ef" sha1="151fce007d94a0546f2849992f0155b244d3da40"/>
+       </game>
+       <game name="NCAA Football 2005 &amp; Top Spin (USA) (En,Fr,De)">
+               <category>Games</category>
+               <description>NCAA Football 2005 &amp; Top Spin (USA) (En,Fr,De)</description>
+               <rom name="NCAA Football 2005 &amp; Top Spin (USA) (En,Fr,De).iso" size="7825162240" crc="2577b024" md5="4910e5cc69031a901081312ec95ab6d9" sha1="cc220f6ae383584992c9d5fe17ee1df1f16fac21"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 43 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 43 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 43 (USA).iso" size="7825162240" crc="6c178a69" md5="af340d32b49c99d5798720ff0b1c0bf2" sha1="2f9ef697453408fccf5f801296eb447c7a90e7de"/>
+       </game>
+       <game name="Iron Phoenix (USA)">
+               <category>Games</category>
+               <description>Iron Phoenix (USA)</description>
+               <rom name="Iron Phoenix (USA).iso" size="7825162240" crc="7c0b898c" md5="cb9d28e387437f3d5bb68e1024972c46" sha1="54da7d05c61ec1331e7b6452c413e33ed2fc7d7b"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 11 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 11 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 11 (USA).iso" size="7825162240" crc="80273737" md5="3b4673fe11cb3354bc9e08f846aae7a1" sha1="aeff386563d117ef2a16de44bbbe62aaf36d9f7f"/>
+       </game>
+       <game name="C.A.T - Cyber Attack Team (Japan)">
+               <category>Games</category>
+               <description>C.A.T - Cyber Attack Team (Japan)</description>
+               <rom name="C.A.T - Cyber Attack Team (Japan).iso" size="7825162240" crc="fae596d1" md5="ae65c1eb5f4e481b23b5875766541753" sha1="a575bafc6349536a901086143d3db260cff39d59"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO (Japan)">
+               <category>Games</category>
+               <description>Capcom vs. SNK 2 EO (Japan)</description>
+               <rom name="Capcom vs. SNK 2 EO (Japan).iso" size="7825162240" crc="f999744d" md5="71574d652ecd0fe2990a0002afefc9a5" sha1="951e6002ba75c1df6d950cc2b83e58eeee6bd24b"/>
+       </game>
+       <game name="Crazy Taxi 3 - High Roller (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Crazy Taxi 3 - High Roller (Japan) (En,Ja)</description>
+               <rom name="Crazy Taxi 3 - High Roller (Japan) (En,Ja).iso" size="7825162240" crc="a438fcc4" md5="0580aa26a516f19de6e5844a759ffeed" sha1="57bdfe19def51e3fdbfd08eb40c91bd0caa87fb6"/>
+       </game>
+       <game name="Crimson Skies - High Road to Revenge (Japan) (En,Ja,Fr,De,Zh,Ko)">
+               <category>Games</category>
+               <description>Crimson Skies - High Road to Revenge (Japan) (En,Ja,Fr,De,Zh,Ko)</description>
+               <rom name="Crimson Skies - High Road to Revenge (Japan) (En,Ja,Fr,De,Zh,Ko).iso" size="7825162240" crc="bad491e9" md5="3b7197ffdd5cca9ad40a112979dc1069" sha1="9f08abf696d1a3a1b36921202eb36e641fc162ad"/>
+       </game>
+       <game name="Double-S.T.E.A.L (Japan)">
+               <category>Games</category>
+               <description>Double-S.T.E.A.L (Japan)</description>
+               <rom name="Double-S.T.E.A.L (Japan).iso" size="7825162240" crc="1d19e528" md5="112ee33cb005d4260ec54bd2806515cd" sha1="835884985b811fc3fe779114e9a7e6eb5730cfbc"/>
+       </game>
+       <game name="Galaxy Angel (Japan)">
+               <category>Games</category>
+               <description>Galaxy Angel (Japan)</description>
+               <rom name="Galaxy Angel (Japan).iso" size="7825162240" crc="2799cfcf" md5="4832edf1cb887a5db245e6e2ed0509c9" sha1="0e87fee2863a4bad109bf8c825772a380a6520b3"/>
+       </game>
+       <game name="Genma Onimusha (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Genma Onimusha (Japan) (En,Ja)</description>
+               <rom name="Genma Onimusha (Japan) (En,Ja).iso" size="7825162240" crc="3398a4e6" md5="7aaffd8ce9639d5da7b0da668eb4fa76" sha1="c1affcd62f2426f44fa0f6d7625be04e39b2926a"/>
+       </game>
+       <game name="Gunvalkyrie (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Gunvalkyrie (Japan) (En,Ja)</description>
+               <rom name="Gunvalkyrie (Japan) (En,Ja).iso" size="7825162240" crc="517ba142" md5="09c41e564e1bf41fc0f3cb18004c6412" sha1="3e62072d4ec80b60466cbbfa04e2a381804d6ab2"/>
+       </game>
+       <game name="House of the Dead III, The (Japan)">
+               <category>Games</category>
+               <description>House of the Dead III, The (Japan)</description>
+               <rom name="House of the Dead III, The (Japan).iso" size="7825162240" crc="c61f2d89" md5="6095546533538ee95748fa100de18aab" sha1="ec54c275b3c1cb16fc9cbaa95b18a00eb6790e18"/>
+       </game>
+       <game name="Kikou Heidan J-Phoenix + (Japan)">
+               <category>Games</category>
+               <description>Kikou Heidan J-Phoenix + (Japan)</description>
+               <rom name="Kikou Heidan J-Phoenix + (Japan).iso" size="7825162240" crc="b9bd346c" md5="e128e7b0ee2e5ff02a54b2d9812eeb8d" sha1="3fef9e4dfa7076705369606e04bc681362a318d6"/>
+       </game>
+       <game name="Magatama (Japan)">
+               <category>Games</category>
+               <description>Magatama (Japan)</description>
+               <rom name="Magatama (Japan).iso" size="7825162240" crc="487f83c1" md5="6030664203a5d999e9443688c717816d" sha1="96fe689080d50621b28c07936cf1ac6fa9eefbb0"/>
+       </game>
+       <game name="MechAssault (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>MechAssault (Japan) (En,Ja)</description>
+               <rom name="MechAssault (Japan) (En,Ja).iso" size="7825162240" crc="0516688c" md5="45ce10a2a9ffd14c68d275583915a5ff" sha1="8c435544db1853db47a76651815bc032e0700af0"/>
+       </game>
+       <game name="Plus Plumb 2 (Japan)">
+               <category>Games</category>
+               <description>Plus Plumb 2 (Japan)</description>
+               <rom name="Plus Plumb 2 (Japan).iso" size="7825162240" crc="6f3bd563" md5="7fffcd36b7580ade8af5f86a8f496324" sha1="7f3feb2bbb9399f4c948c0ad227032f12ee49235"/>
+       </game>
+       <game name="Tenchu 3 - Kaiki no Shou (Japan)">
+               <category>Games</category>
+               <description>Tenchu 3 - Kaiki no Shou (Japan)</description>
+               <rom name="Tenchu 3 - Kaiki no Shou (Japan).iso" size="7825162240" crc="a5261dd1" md5="b2012724e3457aaf52a30b3ba5000301" sha1="7132d08086f84380b99428171c1f6ef568907ad7"/>
+       </game>
+       <game name="BMX XXX (USA)">
+               <category>Games</category>
+               <description>BMX XXX (USA)</description>
+               <rom name="BMX XXX (USA).iso" size="7825162240" crc="209295d2" md5="d5fd5c296e12afab147d44dd1b32de94" sha1="f404503288a46d8f626547614cfb79394ba2d469"/>
+       </game>
+       <game name="Dr. Seuss' The Cat in the Hat (USA, Japan)">
+               <category>Games</category>
+               <description>Dr. Seuss' The Cat in the Hat (USA, Japan)</description>
+               <rom name="Dr. Seuss' The Cat in the Hat (USA, Japan).iso" size="7825162240" crc="eb148430" md5="c2f190738970392a3e7735da6287af78" sha1="8aee3fdd4b972c42447abce5aee20594fbc0aaa2"/>
+       </game>
+       <game name="Lord of the Rings, The - The Third Age (USA)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Third Age (USA)</description>
+               <rom name="Lord of the Rings, The - The Third Age (USA).iso" size="7825162240" crc="e78d2f34" md5="57e3789289a89c860067d3c770e61807" sha1="bc97495b5702b11c4ae2c0e53d47ab1844dd3e4b"/>
+       </game>
+       <game name="Mafia (USA)">
+               <category>Games</category>
+               <description>Mafia (USA)</description>
+               <rom name="Mafia (USA).iso" size="7825162240" crc="1af112e0" md5="62362d7b0cd4d7255e280599d6302c5b" sha1="f1c41ad16017614b57463e1d47fa2586b671a8a2"/>
+       </game>
+       <game name="Metal Slug 5 (USA, Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metal Slug 5 (USA, Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Metal Slug 5 (USA, Japan) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="9449cfd5" md5="16f779e1a397cfd03b1a1bd107f73f75" sha1="59b659a07b124846938f4745241b76e86d901bd2"/>
+       </game>
+       <game name="Samurai Shodown V (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Samurai Shodown V (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Samurai Shodown V (USA) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="8aa57e1e" md5="377a5a1caf930cead6837f3f23245f43" sha1="c077fe2c0e902371d7c46e48484616ef92d1488d"/>
+       </game>
+       <game name="Spyro - A Hero's Tail (USA, Asia)">
+               <category>Games</category>
+               <description>Spyro - A Hero's Tail (USA, Asia)</description>
+               <rom name="Spyro - A Hero's Tail (USA, Asia).iso" size="7825162240" crc="5d530ee2" md5="48ddf5c4c5a47cf80fd4baa8b4490b52" sha1="6b3db5a5a3f09190bb44e68ff6e580f3a5974715"/>
+       </game>
+       <game name="Star Wars - Jedi Knight - Jedi Academy (USA) (En,Fr,De)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight - Jedi Academy (USA) (En,Fr,De)</description>
+               <rom name="Star Wars - Jedi Knight - Jedi Academy (USA) (En,Fr,De).iso" size="7825162240" crc="c2db78b0" md5="e16b39a8bb787d0d2b5b3dc8df3b9b2c" sha1="d0cff8ec22ca9fc1333e109377395f027795579c"/>
+       </game>
+       <game name="Star Wars - Jedi Knight II - Jedi Outcast (USA)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight II - Jedi Outcast (USA)</description>
+               <rom name="Star Wars - Jedi Knight II - Jedi Outcast (USA).iso" size="7825162240" crc="311b04c0" md5="f460c82b6f8c3cc5b2fdad67f0386c40" sha1="d07f770d3ca62b23a5b4dc1dd47abd1af3b1d3f3"/>
+       </game>
+       <game name="Xbox Exhibition Volume 2 (USA)">
+               <category>Demos</category>
+               <description>Xbox Exhibition Volume 2 (USA)</description>
+               <rom name="Xbox Exhibition Volume 2 (USA).iso" size="7825162240" crc="236099ab" md5="29fa31dc62ea053d6a110174457835a4" sha1="42d82a0a8bf4187a3eb91dec2611f2a7cdfae833"/>
+       </game>
+       <game name="Tom and Jerry in War of the Whiskers (USA)">
+               <category>Games</category>
+               <description>Tom and Jerry in War of the Whiskers (USA)</description>
+               <rom name="Tom and Jerry in War of the Whiskers (USA).iso" size="7825162240" crc="a0ccec79" md5="02eb482a17c5396b62ca22ba966a5336" sha1="f657a394f024dc6702257a5dd20539ee65beb118"/>
+       </game>
+       <game name="Angelic Concert (Japan)">
+               <category>Games</category>
+               <description>Angelic Concert (Japan)</description>
+               <rom name="Angelic Concert (Japan).iso" size="7825162240" crc="b19c463c" md5="c73c5084d615ebcfe87ab6228d1f69f0" sha1="bc983c51764df3e5ea93c4cd9e19bbe8f0badfbd"/>
+       </game>
+       <game name="Double-S.T.E.A.L - The Second Clash (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Double-S.T.E.A.L - The Second Clash (Japan) (En,Ja)</description>
+               <rom name="Double-S.T.E.A.L - The Second Clash (Japan) (En,Ja).iso" size="7825162240" crc="b5245174" md5="ae04ec6852f1145ad0a9312b9d9ba6b3" sha1="3e54dfd94efc119641591e7e79c8675fcc4ccd9a"/>
+       </game>
+       <game name="Ex-Chaser (Japan)">
+               <category>Games</category>
+               <description>Ex-Chaser (Japan)</description>
+               <rom name="Ex-Chaser (Japan).iso" size="7825162240" crc="9757abc5" md5="8fea0593cf8f90fac4e1fa4534d5d6a8" sha1="42c628df857631e349c78e98efe5669d39767177"/>
+       </game>
+       <game name="Fable (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Fable (Japan) (En,Ja)</description>
+               <rom name="Fable (Japan) (En,Ja).iso" size="7825162240" crc="1bff3d22" md5="6f4b9849c2b4dc3131d034804d417f78" sha1="e36063070b7737371c1e73b5fff444096dae19aa"/>
+       </game>
+       <game name="Halo 2 (Japan) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (Japan) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (Japan) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="cea0b824" md5="0a64d22462dfaa3d8b170c475e17118d" sha1="9ee804930f6f421e1a20b8e3470e2cc0f9a762b6"/>
+       </game>
+       <game name="Marvel vs. Capcom 2 - New Age of Heroes (Japan)">
+               <category>Games</category>
+               <description>Marvel vs. Capcom 2 - New Age of Heroes (Japan)</description>
+               <rom name="Marvel vs. Capcom 2 - New Age of Heroes (Japan).iso" size="7825162240" crc="b14ad756" md5="79eaa96e05a9d54bb81bad74b5e95e69" sha1="6fc4149490314a2c14e421c1aacb8b431d9aa43d"/>
+       </game>
+       <game name="Otogi - Hyakki Toubatsu Emaki (Japan)">
+               <category>Games</category>
+               <description>Otogi - Hyakki Toubatsu Emaki (Japan)</description>
+               <rom name="Otogi - Hyakki Toubatsu Emaki (Japan).iso" size="7825162240" crc="159fb926" md5="3618d90d5db23285092177378a23e947" sha1="f8c025de89ef926fe2d5f1794cf10c3b55b190f2"/>
+       </game>
+       <game name="Otogi - Myth of Demons (Japan)">
+               <category>Games</category>
+               <description>Otogi - Myth of Demons (Japan)</description>
+               <rom name="Otogi - Myth of Demons (Japan).iso" size="7825162240" crc="62a79e0e" md5="6042ed3ec57278171375feefd0741074" sha1="41cfea67551c476715932b56f9d2ea39ab94792e"/>
+       </game>
+       <game name="Panzer Dragoon Orta (Japan)">
+               <category>Games</category>
+               <description>Panzer Dragoon Orta (Japan)</description>
+               <rom name="Panzer Dragoon Orta (Japan).iso" size="7825162240" crc="ed8d42bd" md5="66a91d200d2c458c3d241323bec558b0" sha1="3f6899ef0a123a77d2445cc16b4d2c20ebb1ae6c"/>
+       </game>
+       <game name="Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="879c02fa" md5="cbf46f0c86bbfdb94f15e8769150e3e7" sha1="5d53a5a0a4639d06421a5c840a80d8f5cb0ee6f4"/>
+       </game>
+       <game name="Sudeki - Sennen no Akatsuki no Monogatari (Japan)">
+               <category>Games</category>
+               <description>Sudeki - Sennen no Akatsuki no Monogatari (Japan)</description>
+               <rom name="Sudeki - Sennen no Akatsuki no Monogatari (Japan).iso" size="7825162240" crc="4e752b32" md5="899354e4c3e249f7192808ecb53aeb51" sha1="107934e339314fe45c4c62b16ab45bfa1dac6025"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (Japan)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 (Japan)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (Japan).iso" size="7825162240" crc="85fd05b5" md5="789d09ecab6f64491e8ddc371dc1366f" sha1="6ef95baef0b41dea8345759d5161fa92e56588af"/>
+       </game>
+       <game name="Voodoo Vince (Japan) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Voodoo Vince (Japan) (En,Fr,De,Es)</description>
+               <rom name="Voodoo Vince (Japan) (En,Fr,De,Es).iso" size="7825162240" crc="53246913" md5="6fb3549660a25d04c857fd2fcb7a9a86" sha1="56dac9f6d98b2d42e563cee84eff0a2d30dca26d"/>
+       </game>
+       <game name="Wild Rings, The (Japan)">
+               <category>Games</category>
+               <description>Wild Rings, The (Japan)</description>
+               <rom name="Wild Rings, The (Japan).iso" size="7825162240" crc="4428839c" md5="55eebaf435463ecbbc30a81343935579" sha1="4e82bfacd8840515b188102d66d4e529092f320e"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 44 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 44 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 44 (USA).iso" size="7825162240" crc="7534d233" md5="0c6820c60de10e80ff494f58fb071cfd" sha1="8b42da22c43adc4764edb86716ae17ea5b9e2aa9"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 47 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 47 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 47 (USA).iso" size="7825162240" crc="ffaf1dcc" md5="e057504a77b4e0ad6271ea76f352a68f" sha1="4c4377a74a07ec2af8c7ef11ae30490f48d0ef13"/>
+       </game>
+       <game name="2002 FIFA World Cup (Japan)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (Japan)</description>
+               <rom name="2002 FIFA World Cup (Japan).iso" size="7825162240" crc="814ccdf7" md5="f2958fe94eab3dfcec91b6024c1e0266" sha1="9a1799bd2c8e9a2eefc587eabced0529a45a136d"/>
+       </game>
+       <game name="Brothers in Arms - Road to Hill 30 (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Brothers in Arms - Road to Hill 30 (Japan) (En,Ja)</description>
+               <rom name="Brothers in Arms - Road to Hill 30 (Japan) (En,Ja).iso" size="7825162240" crc="611534ac" md5="f79c36a8babd19825a6e29bb851224ce" sha1="bbf0c72930a09b2d03545c4f1f2b1ed20e7e938c"/>
+       </game>
+       <game name="Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan)">
+               <category>Games</category>
+               <description>Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan)</description>
+               <rom name="Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan).iso" size="7825162240" crc="f8e52605" md5="5ca18ba8b7fdef4a825718ff63563460" sha1="eb1fcd7a90bb9f3743cc902b498af987c910e120"/>
+       </game>
+       <game name="Enter the Matrix (Japan)">
+               <category>Games</category>
+               <description>Enter the Matrix (Japan)</description>
+               <rom name="Enter the Matrix (Japan).iso" size="7825162240" crc="ee2af4ab" md5="144bf6e06ef02b84626780879d301c0e" sha1="0405f4b6f474bf133f324fe729844a5583a9e34a"/>
+       </game>
+       <game name="Full Spectrum Warrior (Japan, Korea) (En,Ja,Ko)">
+               <category>Games</category>
+               <description>Full Spectrum Warrior (Japan, Korea) (En,Ja,Ko)</description>
+               <rom name="Full Spectrum Warrior (Japan, Korea) (En,Ja,Ko).iso" size="7825162240" crc="2602558e" md5="1f9a878ef46039944a1ebd147b2d4d09" sha1="a503f3c8d9cf7ff4483084c248632b9870111f94"/>
+       </game>
+       <game name="Hyper Sports 2002 Winter (Japan)">
+               <category>Games</category>
+               <description>Hyper Sports 2002 Winter (Japan)</description>
+               <rom name="Hyper Sports 2002 Winter (Japan).iso" size="7825162240" crc="f46250b4" md5="584189adb9bf79da1d5e45beb408b874" sha1="7d9a99ea0a14942f46054c6ae9dd3e24826dc486"/>
+       </game>
+       <game name="Innocent Tears (Japan)">
+               <category>Games</category>
+               <description>Innocent Tears (Japan)</description>
+               <rom name="Innocent Tears (Japan).iso" size="7825162240" crc="7f87f382" md5="ba3062a16b41885daba84f87a8d72cad" sha1="be0b2175a295fbadace32d9059ab483cf903856e"/>
+       </game>
+       <game name="Jade Empire (Korea) (En,Zh,Ko)">
+               <category>Games</category>
+               <description>Jade Empire (Korea) (En,Zh,Ko)</description>
+               <rom name="Jade Empire (Korea) (En,Zh,Ko).iso" size="7825162240" crc="245f0ec8" md5="bb43a289af39ce7ddadf6308c702611e" sha1="fe3b7e090e6634dc23149e44e788122a3b87b9eb"/>
+       </game>
+       <game name="Jade Empire (Korea) (En,Zh,Ko) (Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Jade Empire (Korea) (En,Zh,Ko) (Bonus Disc)</description>
+               <rom name="Jade Empire (Korea) (En,Zh,Ko) (Bonus Disc).iso" size="7825162240" crc="d1b6fe69" md5="187e36660d68e9534a550a9ee66aee45" sha1="bddd82943a1ac4b32ec211b5faacf3085b83dd51"/>
+       </game>
+       <game name="KOF - Maximum Impact - Maniax (Japan)">
+               <category>Games</category>
+               <description>KOF - Maximum Impact - Maniax (Japan)</description>
+               <rom name="KOF - Maximum Impact - Maniax (Japan).iso" size="7825162240" crc="1258f92e" md5="69446f4ad97a87e8df7efb2dc68ad9cd" sha1="6d8fb33ed8a89c9233e3e3de9cd043b0645edffc"/>
+       </game>
+       <game name="Mad Dash Racing (Japan)">
+               <category>Games</category>
+               <description>Mad Dash Racing (Japan)</description>
+               <rom name="Mad Dash Racing (Japan).iso" size="7825162240" crc="8e009d6f" md5="3f77b6db8ff41d29f772e13469adaa41" sha1="76001467e5a4bab80a273082d0e102eadcec7228"/>
+       </game>
+       <game name="MotoGP URT2 Online Challenge (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MotoGP URT2 Online Challenge (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="MotoGP URT2 Online Challenge (Japan) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="3574dabe" md5="30db25f6037d9e1e769f49874caaa0da" sha1="517a2e0d3b8a3b39de8107236f9511e8bfb75113"/>
+       </game>
+       <game name="Murakumo (Japan)">
+               <category>Games</category>
+               <description>Murakumo (Japan)</description>
+               <rom name="Murakumo (Japan).iso" size="7825162240" crc="2e57fe13" md5="00ba27a2d66cee2c12b3d0fbc4a6f7a7" sha1="9465efa89250ffbc092acdca223b268a0e518f30"/>
+       </game>
+       <game name="Murakumo (Korea)">
+               <category>Games</category>
+               <description>Murakumo (Korea)</description>
+               <rom name="Murakumo (Korea).iso" size="7825162240" crc="3ed03433" md5="9e3301742996df83a01de394bf4b5ccf" sha1="41951ad7b1cd38cdc663bbcddc8c5b241d9cd150"/>
+       </game>
+       <game name="Muzzle Flash (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Muzzle Flash (Japan) (En,Ja)</description>
+               <rom name="Muzzle Flash (Japan) (En,Ja).iso" size="7825162240" crc="13373d61" md5="9cbeb00b7ebbee3969e5eaaf9d416398" sha1="b8dc0d9fd1a181683fd45b3c51af6d5976cd4e9c"/>
+       </game>
+       <game name="Myst III - Exile (Japan)">
+               <category>Games</category>
+               <description>Myst III - Exile (Japan)</description>
+               <rom name="Myst III - Exile (Japan).iso" size="7825162240" crc="c43e2c9a" md5="d01dd00c81c024e1b51e3573ec86b07d" sha1="3573027f85309764ca0ae47d003a5a2172daa489"/>
+       </game>
+       <game name="Nezmix (Japan)">
+               <category>Games</category>
+               <description>Nezmix (Japan)</description>
+               <rom name="Nezmix (Japan).iso" size="7825162240" crc="9969a9cb" md5="a7d8675819049929d4e18a7ca5bbef0a" sha1="6d36c949e05574140befe22996be41fa9aee93f7"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es).iso" size="7825162240" crc="39729a63" md5="4cf94372274e1e7c4f5213e7146a92ef" sha1="98a0d7ac837b79c1daccee3e2f69bae2ecb8e7fc"/>
+       </game>
+       <game name="RalliSport Challenge (Japan)">
+               <category>Games</category>
+               <description>RalliSport Challenge (Japan)</description>
+               <rom name="RalliSport Challenge (Japan).iso" size="7825162240" crc="23f7e27b" md5="ba5696d9381dfc1a81fcdd844b24215a" sha1="1b6e6dbe24346b6e27894eac55540e619ea485a0"/>
+       </game>
+       <game name="Sega GT 2002 (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Sega GT 2002 (Japan) (En,Ja)</description>
+               <rom name="Sega GT 2002 (Japan) (En,Ja).iso" size="7825162240" crc="72cc53e8" md5="e1929729cf7b38b56e40ce24cbecc67c" sha1="e5a3cd4a60fb30e0acc15e35ec342f26f721bcdd"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon - Island Thunder (Japan)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon - Island Thunder (Japan)</description>
+               <rom name="Tom Clancy's Ghost Recon - Island Thunder (Japan).iso" size="7825162240" crc="2b16f8ef" md5="9a542cac70b248a94e13d41df10a3736" sha1="c8e8b514854c481dd4fd09aa72c818810e22c4ff"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 - Black Arrow (Japan)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 - Black Arrow (Japan)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 - Black Arrow (Japan).iso" size="7825162240" crc="1c05d4eb" md5="cae2056b3f3145e92dfd16d67821f61e" sha1="260b0f9b9a52be053272755251857578cd016a4e"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six - Lockdown (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six - Lockdown (Japan) (En,Ja)</description>
+               <rom name="Tom Clancy's Rainbow Six - Lockdown (Japan) (En,Ja).iso" size="7825162240" crc="820c27c5" md5="6305b7ef5f02f133a6a2a3fbdb24e086" sha1="3755d385da26dafd023f0c544af09181a9833b36"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Japan)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (Japan)</description>
+               <rom name="Tom Clancy's Splinter Cell (Japan).iso" size="7825162240" crc="772301da" md5="66cd710b0864463d4665ff8c0b729594" sha1="5f62f2af1de8d79e37ea0286fa89aff34cb1a164"/>
+       </game>
+       <game name="UFC - Ultimate Fighting Championship 2 - Tapout (Japan)">
+               <category>Games</category>
+               <description>UFC - Ultimate Fighting Championship 2 - Tapout (Japan)</description>
+               <rom name="UFC - Ultimate Fighting Championship 2 - Tapout (Japan).iso" size="7825162240" crc="8f5ff070" md5="ce0ac463250d11ff9fdd909c26da7461" sha1="bbcf5e9c40f82f205eb906fc1578da9b5beb6add"/>
+       </game>
+       <game name="Yager (Korea) (En,Fr,De)">
+               <category>Games</category>
+               <description>Yager (Korea) (En,Fr,De)</description>
+               <rom name="Yager (Korea) (En,Fr,De).iso" size="7825162240" crc="8665b262" md5="63f1111df9f3630c50e77f2d7502a0f1" sha1="bc927c2da40878df037ba5f25db17b86103dfed4"/>
+       </game>
+       <game name="Shikigami no Shiro (Japan)">
+               <category>Games</category>
+               <description>Shikigami no Shiro (Japan)</description>
+               <rom name="Shikigami no Shiro (Japan).iso" size="7825162240" crc="5fe87136" md5="0f94dc064a0df1f4e7f2a9ff5faf38d3" sha1="90277f3186e4ba640e9ff458c874b2a68270e42b"/>
+       </game>
+       <game name="Test Drive Off-Road - Wide Open (USA)">
+               <category>Games</category>
+               <description>Test Drive Off-Road - Wide Open (USA)</description>
+               <rom name="Test Drive Off-Road - Wide Open (USA).iso" size="7825162240" crc="1e544823" md5="c56594c8eea7b43165b81abc49d37a65" sha1="5b5427ae80ca2370233d0c3c525ca684f0f37b39"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six - Critical Hour (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six - Critical Hour (USA) (En,Fr)</description>
+               <rom name="Tom Clancy's Rainbow Six - Critical Hour (USA) (En,Fr).iso" size="7825162240" crc="82a3deea" md5="de46d27e016a80052c8c9ee618073e69" sha1="104bc4424736ed48aaab8847755b92c655024ec3"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon - Island Thunder (USA)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon - Island Thunder (USA)</description>
+               <rom name="Tom Clancy's Ghost Recon - Island Thunder (USA).iso" size="7825162240" crc="4adf8b4c" md5="89e145afd1b35d4bf1d9a0ed341ae0f5" sha1="d7200016a42ac03a03081e92f8cc548b0c591eea"/>
+       </game>
+       <game name="Counter-Strike (USA) (En,Fr,Es,It,Ko)">
+               <category>Games</category>
+               <description>Counter-Strike (USA) (En,Fr,Es,It,Ko)</description>
+               <rom name="Counter-Strike (USA) (En,Fr,Es,It,Ko).iso" size="7825162240" crc="275fb9f8" md5="379aec7cf8d4a8a34cb9e1b019be470f" sha1="5a1afacc33874cfaff0c8dbc94074eae711959c0"/>
+       </game>
+       <game name="Sega GT 2002 (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sega GT 2002 (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sega GT 2002 (Europe) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="dcf53365" md5="243efee892315b85bd118cba9476914f" sha1="7e4c4d5554b16a7cb2be49f949198f3068b8ec34"/>
+       </game>
+       <game name="Serious Sam (USA)">
+               <category>Games</category>
+               <description>Serious Sam (USA)</description>
+               <rom name="Serious Sam (USA).iso" size="7825162240" crc="5e2af2cd" md5="bc1639c23a72a4af24f4e3638bc04c2a" sha1="0363f3eb333f692cb0d59edf269c51eec086632a"/>
+       </game>
+       <game name="Jockey's Road (Japan)">
+               <category>Games</category>
+               <description>Jockey's Road (Japan)</description>
+               <rom name="Jockey's Road (Japan).iso" size="7825162240" crc="639726e6" md5="593b477a46de6bdd1d6d0a18b5b0d55e" sha1="1d1ba93f71e9d0f5ca6951804178e4b0b822993f"/>
+       </game>
+       <game name="Spikeout - Battle Street (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spikeout - Battle Street (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Spikeout - Battle Street (Japan) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="2aa3616d" md5="79ecdd66749160c6b6c146538a22ff43" sha1="12913192b2f35193ffe7475afb3de01f350d6d9f"/>
+       </game>
+       <game name="Tetris Worlds (Japan)">
+               <category>Games</category>
+               <description>Tetris Worlds (Japan)</description>
+               <rom name="Tetris Worlds (Japan).iso" size="7825162240" crc="2a6d0c9a" md5="dbc7db48ae4fcf3d9397d2e97bc1010e" sha1="1328d9c594320cf0d56cac91c45697ab0cd83ec6"/>
+       </game>
+       <game name="Club Football - FC Barcelona (Europe) (En,Es,It,Ca)">
+               <category>Games</category>
+               <description>Club Football - FC Barcelona (Europe) (En,Es,It,Ca)</description>
+               <rom name="Club Football - FC Barcelona (Europe) (En,Es,It,Ca).iso" size="7825162240" crc="5dd31025" md5="5cdb1cb47787dcb9b48de05bfc8428e7" sha1="1a4ad7dd89fbceaf4cc00dc81e1b415a53da47a5"/>
+       </game>
+       <game name="Disney's Extreme Skate Adventure (Europe)">
+               <category>Games</category>
+               <description>Disney's Extreme Skate Adventure (Europe)</description>
+               <rom name="Disney's Extreme Skate Adventure (Europe).iso" size="7825162240" crc="6a3f7df7" md5="d6dbdf753c4bd63df657f52a874d64d6" sha1="27fcc35cc509bd3602cfce84a77118390b41773d"/>
+       </game>
+       <game name="Harry Potter and the Philosopher's Stone (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Harry Potter and the Philosopher's Stone (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Harry Potter and the Philosopher's Stone (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="b8ac4a97" md5="bd148af56711d253bd0b4a2389230952" sha1="d74ce36f9fd164abb5ee3430f73950ce59c4faf1"/>
+       </game>
+       <game name="Club Football - Ajax Amsterdam (Europe) (En,Fr,It,Nl)">
+               <category>Games</category>
+               <description>Club Football - Ajax Amsterdam (Europe) (En,Fr,It,Nl)</description>
+               <rom name="Club Football - Ajax Amsterdam (Europe) (En,Fr,It,Nl).iso" size="7825162240" crc="96735d08" md5="812915744ac5b391ef1886865d5c79d7" sha1="412f8b4ed3b73ef9c2f2abcf5e11283afac917ac"/>
+       </game>
+       <game name="Splat Magazine Renegade Paintball (USA, Europe)">
+               <category>Games</category>
+               <description>Splat Magazine Renegade Paintball (USA, Europe)</description>
+               <rom name="Splat Magazine Renegade Paintball (USA, Europe).iso" size="7825162240" crc="04abedc3" md5="2e8b79582aa332957432bb78ae3e947e" sha1="c0e11d0edd19ca0d18aa5cf62863a2855a3663e0"/>
+       </game>
+       <game name="Cabela's Deer Hunt - 2005 Season (USA, Australia)">
+               <category>Games</category>
+               <description>Cabela's Deer Hunt - 2005 Season (USA, Australia)</description>
+               <rom name="Cabela's Deer Hunt - 2005 Season (USA, Australia).iso" size="7825162240" crc="226a4791" md5="b7bca76d1a183afb9c62bcc81bef7fe1" sha1="69db0f15d46c432720fb05a2c85c443b73cdc7fb"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2 (USA, Australia)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2 (USA, Australia)</description>
+               <rom name="Cabela's Dangerous Hunts 2 (USA, Australia).iso" size="7825162240" crc="67b456f4" md5="23cb532e069dfaf050f58d55446dbfb3" sha1="e09e9e821084ea129517dffd1aac772858635100"/>
+       </game>
+       <game name="Cabela's Outdoor Adventures (USA, Australia)">
+               <category>Games</category>
+               <description>Cabela's Outdoor Adventures (USA, Australia)</description>
+               <rom name="Cabela's Outdoor Adventures (USA, Australia).iso" size="7825162240" crc="4134c497" md5="c1cdbdf9eb255f1ab1e86175698a4728" sha1="586239f06fd1778450d25feb3d0765755abac60d"/>
+       </game>
+       <game name="American Chopper 2 - Full Throttle (USA, Australia)">
+               <category>Games</category>
+               <description>American Chopper 2 - Full Throttle (USA, Australia)</description>
+               <rom name="American Chopper 2 - Full Throttle (USA, Australia).iso" size="7825162240" crc="233856d9" md5="465131df12c55b722d73ea97494a0044" sha1="21d4a077297a304d03355a7bcc2dcd868a5c4aa1"/>
+       </game>
+       <game name="Scarface - The World Is Yours (USA, Europe)">
+               <category>Games</category>
+               <description>Scarface - The World Is Yours (USA, Europe)</description>
+               <rom name="Scarface - The World Is Yours (USA, Europe).iso" size="7825162240" crc="1e4c0208" md5="a75e3db00d19374d16b020b4a832240b" sha1="7c6a940f13893c105efb80af398748e06a4a365f"/>
+       </game>
+       <game name="Conker - Live &amp; Reloaded (USA) (Demo)">
+               <category>Demos</category>
+               <description>Conker - Live &amp; Reloaded (USA) (Demo)</description>
+               <rom name="Conker - Live &amp; Reloaded (USA) (Demo).iso" size="7825162240" crc="e71d042b" md5="1d015b38f3cbba47889e39e4c66ef322" sha1="852254e01abe5a28b525e2d3f077a8ee944cc4c2"/>
+       </game>
+       <game name="Jaws Unleashed (USA)">
+               <category>Games</category>
+               <description>Jaws Unleashed (USA)</description>
+               <rom name="Jaws Unleashed (USA).iso" size="7825162240" crc="823ccf6d" md5="4403e3b7712c3e5f2ebf076f3b2beff2" sha1="2cdc43ef3db50a079ff5193d1340e21a07202beb"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Europe)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Europe)</description>
+               <rom name="Hitman 2 - Silent Assassin (Europe).iso" size="7825162240" crc="1493883e" md5="e8c844890fcc5259a78ec1797637f550" sha1="82654b1b9f112ae57bdee5102a32d66c553c2b3a"/>
+       </game>
+       <game name="MotoGP 2 (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MotoGP 2 (USA) (En,Fr,De,Es,It)</description>
+               <rom name="MotoGP 2 (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="a0142b01" md5="eff668482b0c79ca885feddd9c85c533" sha1="9e093c7e044961db8a3e2423976ec84506750059"/>
+       </game>
+       <game name="Colin McRae Rally 04 (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Colin McRae Rally 04 (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Colin McRae Rally 04 (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="1a035f8c" md5="0d180434ebbda81cd7b8e0ddfaec8be2" sha1="4a6e0bdd780ad6ec1e1239724787bc04354611c9"/>
+       </game>
+       <game name="FIFA Soccer 07 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 07 (USA) (En,Es)</description>
+               <rom name="FIFA Soccer 07 (USA) (En,Es).iso" size="7825162240" crc="dfc1aa9e" md5="5bd4f44951c305215f7a03ec2e7bda1d" sha1="bbf351d2763766612e7bac2e9e40de99e92f2617"/>
+       </game>
+       <game name="Inside Pitch 2003 (USA)">
+               <category>Games</category>
+               <description>Inside Pitch 2003 (USA)</description>
+               <rom name="Inside Pitch 2003 (USA).iso" size="7825162240" crc="66e8ac9a" md5="eee6f150e3f910dc898365923a70509e" sha1="6e0b6342e27de7f43509c16b2550704fa7df46b6"/>
+       </game>
+       <game name="Rogue Ops (USA)">
+               <category>Games</category>
+               <description>Rogue Ops (USA)</description>
+               <rom name="Rogue Ops (USA).iso" size="7825162240" crc="0de6379c" md5="120d6198ceb0304e4d4d3b294fc3b4bf" sha1="9da7e5095c3bd82cb130b64a028c34cf5fad8e9a"/>
+       </game>
+       <game name="NBA 2K3 (USA)">
+               <category>Games</category>
+               <description>NBA 2K3 (USA)</description>
+               <rom name="NBA 2K3 (USA).iso" size="7825162240" crc="aff101df" md5="4292308c0c2f75ec5737c879964a27a7" sha1="ab946ea0602a1ff6a166c54df628330343a5a2ab"/>
+       </game>
+       <game name="Room Zoom - Race for Impact (USA)">
+               <category>Games</category>
+               <description>Room Zoom - Race for Impact (USA)</description>
+               <rom name="Room Zoom - Race for Impact (USA).iso" size="7825162240" crc="d005259b" md5="d737ca852531f6215ed090671b0820a2" sha1="517deb067cb401859eb268dbc5c2479deac226f1"/>
+       </game>
+       <game name="MTV Music Generator 3 - This Is the Remix (USA) (En,Es)">
+               <category>Games</category>
+               <description>MTV Music Generator 3 - This Is the Remix (USA) (En,Es)</description>
+               <rom name="MTV Music Generator 3 - This Is the Remix (USA) (En,Es).iso" size="7825162240" crc="952b6970" md5="2dfc410142b3e157a2b6cc1c81cf8a95" sha1="675cf4377649e73779b239524117e7ca8b31ee34"/>
+       </game>
+       <game name="Sega GT Online (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Sega GT Online (USA) (En,Ja)</description>
+               <rom name="Sega GT Online (USA) (En,Ja).iso" size="7825162240" crc="c0775896" md5="da7fc8778967fd4480eef6babaa9c0b1" sha1="5298c5354c6603d51eddefda4fda5f3fb95d18d8"/>
+       </game>
+       <game name="World Soccer Winning Eleven 8 - International (USA) (En,Es)">
+               <category>Games</category>
+               <description>World Soccer Winning Eleven 8 - International (USA) (En,Es)</description>
+               <rom name="World Soccer Winning Eleven 8 - International (USA) (En,Es).iso" size="7825162240" crc="d7aa82b3" md5="f6d53405e0adbbe370b056cb7d98cca5" sha1="745f32925120086018701b855fdf5a58a973dcea"/>
+       </game>
+       <game name="Xbox Music Mixer (USA)">
+               <category>Games</category>
+               <description>Xbox Music Mixer (USA)</description>
+               <rom name="Xbox Music Mixer (USA).iso" size="7825162240" crc="026592b8" md5="4db8201f9ed012a60b7a2801c318e5b9" sha1="3756616c1e8a16962e3393868f940bd48ea7be34"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (En,Sv)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (En,Sv)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (En,Sv).iso" size="7825162240" crc="55a083f5" md5="7d389d92545c0120944a49c2ae1f3ac1" sha1="f09a983dc911d3ee9f7833405d93892bc7f87457"/>
+       </game>
+       <game name="Rugby League 2 (Europe, Australia)">
+               <category>Games</category>
+               <description>Rugby League 2 (Europe, Australia)</description>
+               <rom name="Rugby League 2 (Europe, Australia).iso" size="7825162240" crc="0786ca41" md5="ea672e6fa68f7f9485b80c7aa13b71fa" sha1="bf201fd7f875d607a17d28720697b6e583ff4eac"/>
+       </game>
+       <game name="Mace Griffin - Bounty Hunter (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Mace Griffin - Bounty Hunter (Europe) (En,Fr,Es,It)</description>
+               <rom name="Mace Griffin - Bounty Hunter (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="7cac2b66" md5="f43a8a48039a9a734d5adf811cdabba1" sha1="a0b5ad8c242d4451ef490682b8d241502cd78df9"/>
+       </game>
+       <game name="Jurassic Park - Operation Genesis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jurassic Park - Operation Genesis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jurassic Park - Operation Genesis (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="8a5b2a02" md5="8b984e0cd20ca57e83e01cf15fadfb0b" sha1="2ee2486ea13a089261e214a9ff4541d39f6993f1"/>
+       </game>
+       <game name="TOCA Race Driver (Europe) (Online Enabled)">
+               <category>Games</category>
+               <description>TOCA Race Driver (Europe) (Online Enabled)</description>
+               <rom name="TOCA Race Driver (Europe) (Online Enabled).iso" size="7825162240" crc="b67fa055" md5="890669ba80a185a15d28b3bd2ebb57bd" sha1="1c0e78faadee9d528712c31b20b25be0743547e5"/>
+       </game>
+       <game name="Frankie Dettori Racing (Europe, Australia)">
+               <category>Games</category>
+               <description>Frankie Dettori Racing (Europe, Australia)</description>
+               <rom name="Frankie Dettori Racing (Europe, Australia).iso" size="7825162240" crc="03ed26db" md5="a8ab344efca91ca0abf3db545d3df529" sha1="0185f07c553c5acfc42763c04d3a34330b3a78a6"/>
+       </game>
+       <game name="Nickelodeon The SpongeBob SquarePants Movie (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon The SpongeBob SquarePants Movie (Europe)</description>
+               <rom name="Nickelodeon The SpongeBob SquarePants Movie (Europe).iso" size="7825162240" crc="0f2abcd1" md5="f481ffea1db2a36effa6d4d5b4a4028a" sha1="59f063fe02628254e4ee20d8ee10d01277bc1410"/>
+       </game>
+       <game name="Club Football 2005 - FC Barcelona (Europe) (En,Es,It,Ca)">
+               <category>Games</category>
+               <description>Club Football 2005 - FC Barcelona (Europe) (En,Es,It,Ca)</description>
+               <rom name="Club Football 2005 - FC Barcelona (Europe) (En,Es,It,Ca).iso" size="7825162240" crc="a83f41a6" md5="31b544126d41c6a9809876435fdaecd7" sha1="80396c8ad6baa4fe1fbf15fcf6add4e1f3d02d86"/>
+       </game>
+       <game name="Incredible Hulk, The - Ultimate Destruction (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Incredible Hulk, The - Ultimate Destruction (Europe) (En,Fr,Es,It)</description>
+               <rom name="Incredible Hulk, The - Ultimate Destruction (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="57ab41a6" md5="24af36ae50b6fb77070b68e9f364fcb4" sha1="7a437ea6b0413651ba70e55c83e52701aa0a8586"/>
+       </game>
+       <game name="Star Trek - Shattered Universe (USA)">
+               <category>Games</category>
+               <description>Star Trek - Shattered Universe (USA)</description>
+               <rom name="Star Trek - Shattered Universe (USA).iso" size="7825162240" crc="72d37faa" md5="c17925c7260e09689fc78acf6834f118" sha1="bba9033807518695397ab16e9d6dbba044aa0cb2"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (USA)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (USA)</description>
+               <rom name="Star Wars - Jedi Starfighter (USA).iso" size="7825162240" crc="5cf519cf" md5="2fab3907ae49b4bd9a7804694c690e01" sha1="40b6064787cfc2fce39f4082375a81db7d54fdf7"/>
+       </game>
+       <game name="007 - From Russia with Love (USA)">
+               <category>Games</category>
+               <description>007 - From Russia with Love (USA)</description>
+               <rom name="007 - From Russia with Love (USA).iso" size="7825162240" crc="3a1ce97e" md5="03b27355a5b6e3a4bb334d75ceb1a090" sha1="bb2499f215f47b8a29dd3f1f3b1be4d5bda7d45b"/>
+       </game>
+       <game name="Gauntlet - Dark Legacy (USA)">
+               <category>Games</category>
+               <description>Gauntlet - Dark Legacy (USA)</description>
+               <rom name="Gauntlet - Dark Legacy (USA).iso" size="7825162240" crc="71318173" md5="6b627d7f16e319af21ba55e1b4be96e1" sha1="4a70ccf9e8eefa20e954843bea2fbf7647711cf3"/>
+       </game>
+       <game name="Gauntlet - Seven Sorrows (USA)">
+               <category>Games</category>
+               <description>Gauntlet - Seven Sorrows (USA)</description>
+               <rom name="Gauntlet - Seven Sorrows (USA).iso" size="7825162240" crc="f463f2bf" md5="a133d0e6856929db0450f4293ec77ba5" sha1="37515aa14004deb7dc1a3f5437f76ad233aaa524"/>
+       </game>
+       <game name="Harry Potter - Quidditch World Cup (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Harry Potter - Quidditch World Cup (USA) (En,Fr,Es)</description>
+               <rom name="Harry Potter - Quidditch World Cup (USA) (En,Fr,Es).iso" size="7825162240" crc="18f2a68c" md5="eea60b0fddcf53fcce5b728fcd7e349a" sha1="c49720e8cc0681c58f56e2bff59737cb38b2d946"/>
+       </game>
+       <game name="Hobbit, The - The Prelude to the Lord of the Rings (USA, Asia)">
+               <category>Games</category>
+               <description>Hobbit, The - The Prelude to the Lord of the Rings (USA, Asia)</description>
+               <rom name="Hobbit, The - The Prelude to the Lord of the Rings (USA, Asia).iso" size="7825162240" crc="2bed9be0" md5="31b3546ce52329a62df9df8c6a4713d9" sha1="c9ea370fffcddb032730ea544c678a91b58baa2e"/>
+       </game>
+       <game name="Lord of the Rings, The - The Fellowship of the Ring (USA)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Fellowship of the Ring (USA)</description>
+               <rom name="Lord of the Rings, The - The Fellowship of the Ring (USA).iso" size="7825162240" crc="71e7b81b" md5="17df62f44846326fb9fa7b902e662aa0" sha1="5a5cd8bda0c524e26e0843d44db6116d61c2858f"/>
+       </game>
+       <game name="Lord of the Rings, The - The Return of the King (USA)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Return of the King (USA)</description>
+               <rom name="Lord of the Rings, The - The Return of the King (USA).iso" size="7825162240" crc="b091c25e" md5="70864c33584f9ce239ad4a64514f7141" sha1="fe56c5ee1e2824949a14f72afb8600fb4cad5407"/>
+       </game>
+       <game name="Pirates of the Caribbean (USA)">
+               <category>Games</category>
+               <description>Pirates of the Caribbean (USA)</description>
+               <rom name="Pirates of the Caribbean (USA).iso" size="7825162240" crc="64fe9306" md5="3000ea8cd91b3ceb81dd3906a69477be" sha1="98051d6d09b7406abc163e59b589734e5e9bcf2b"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (USA)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (USA)</description>
+               <rom name="Pitfall - The Lost Expedition (USA).iso" size="7825162240" crc="c6dd4754" md5="0aefea1a2342161f4710c7d75641d041" sha1="6f701b1bd720dcd6b17c312617a94890d32ab213"/>
+       </game>
+       <game name="Robotech - Battlecry (USA)">
+               <category>Games</category>
+               <description>Robotech - Battlecry (USA)</description>
+               <rom name="Robotech - Battlecry (USA).iso" size="7825162240" crc="8934f3bf" md5="19aba7b2a5046799e7a0c4a9f565305c" sha1="11a0ff7bad0404185168768cf11ecadda3b6f21c"/>
+       </game>
+       <game name="Star Wars - Obi-Wan (USA)">
+               <category>Games</category>
+               <description>Star Wars - Obi-Wan (USA)</description>
+               <rom name="Star Wars - Obi-Wan (USA).iso" size="7825162240" crc="1fce5a5b" md5="9ccfac27b3cb9369bc5cff9316e86442" sha1="1b64361e3f92da766deff523d99af863a1868b0b"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (USA)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (USA)</description>
+               <rom name="Star Wars - The Clone Wars (USA).iso" size="7825162240" crc="236952a1" md5="0d4f411b76ec63fdf9207c8abad57674" sha1="1816425496d641650db2742aedb9861027c30cb5"/>
+       </game>
+       <game name="Enter the Matrix (USA)">
+               <category>Games</category>
+               <description>Enter the Matrix (USA)</description>
+               <rom name="Enter the Matrix (USA).iso" size="7825162240" crc="a1a6dcd5" md5="9e32384834b13d3aa2b49e6f94e37f12" sha1="058ff79a5c46f62d4a5fea5e3d473bbc1958fbbd"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (USA)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (USA)</description>
+               <rom name="GoldenEye - Rogue Agent (USA).iso" size="7825162240" crc="3275feab" md5="e662017c537a0179f9940199f9ab3d03" sha1="246e2db24708b6c24cf955d43ddc42e42782630f"/>
+       </game>
+       <game name="Pirates - The Legend of Black Kat (USA)">
+               <category>Games</category>
+               <description>Pirates - The Legend of Black Kat (USA)</description>
+               <rom name="Pirates - The Legend of Black Kat (USA).iso" size="7825162240" crc="379936db" md5="17c5c6528173672b069d03c503beddb7" sha1="3524497e2d1eb53ef25541e199516d9e911a3a90"/>
+       </game>
+       <game name="Terminator, The - Dawn of Fate (USA)">
+               <category>Games</category>
+               <description>Terminator, The - Dawn of Fate (USA)</description>
+               <rom name="Terminator, The - Dawn of Fate (USA).iso" size="7825162240" crc="e0e072e6" md5="42bc1c855fccbd5a3d474b07afca9ed7" sha1="cb5ad98552694478b339044818d573aac7f41b4e"/>
+       </game>
+       <game name="Van Helsing (USA)">
+               <category>Games</category>
+               <description>Van Helsing (USA)</description>
+               <rom name="Van Helsing (USA).iso" size="7825162240" crc="5fbbadd0" md5="fe6a5240d932ddf3a51c5445853ca883" sha1="4f7d08efcb66c653b20a9d0403c06b6c214ced65"/>
+       </game>
+       <game name="Painkiller - Hell Wars (Europe)">
+               <category>Games</category>
+               <description>Painkiller - Hell Wars (Europe)</description>
+               <rom name="Painkiller - Hell Wars (Europe).iso" size="7825162240" crc="4b77d311" md5="525c460f67ce440dc5e35d4db337d4e9" sha1="fd2a78173e4c343e4ef2e13eff47429725bb893e"/>
+       </game>
+       <game name="Aquaman - Battle for Atlantis (USA)">
+               <category>Games</category>
+               <description>Aquaman - Battle for Atlantis (USA)</description>
+               <rom name="Aquaman - Battle for Atlantis (USA).iso" size="7825162240" crc="01274341" md5="1a337a2d26580f12543b2fbcf999c1b9" sha1="4a236981dcee19005eb3d276ec0d8f3f04f091df"/>
+       </game>
+       <game name="Batman - Rise of Sin Tzu (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Batman - Rise of Sin Tzu (USA) (En,Fr,Es)</description>
+               <rom name="Batman - Rise of Sin Tzu (USA) (En,Fr,Es).iso" size="7825162240" crc="f9b28e35" md5="62db97f19c0a1899ad6fe438036e9b85" sha1="2f877a782836ff5dda2bef131e36e35c9e40ad5a"/>
+       </game>
+       <game name="Batman Begins (USA)">
+               <category>Games</category>
+               <description>Batman Begins (USA)</description>
+               <rom name="Batman Begins (USA).iso" size="7825162240" crc="7285e81b" md5="3723ad8c6877a975b172a7c7306dae4c" sha1="9465cf662edf7af9cc3f31e64472f5ad5203a16e"/>
+       </game>
+       <game name="Catwoman (USA)">
+               <category>Games</category>
+               <description>Catwoman (USA)</description>
+               <rom name="Catwoman (USA).iso" size="7825162240" crc="60b42248" md5="537f86abd949fc31a01ba670a71f95f4" sha1="10030acbaef36d51c06f040c99ac01b0ea2a6198"/>
+       </game>
+       <game name="Constantine (USA)">
+               <category>Games</category>
+               <description>Constantine (USA)</description>
+               <rom name="Constantine (USA).iso" size="7825162240" crc="975f48e0" md5="24c6514dea588a90506fe3f26ffb006d" sha1="906c84a2271089e39a5d6c4541c43de802acf722"/>
+       </game>
+       <game name="Punisher, The (USA)">
+               <category>Games</category>
+               <description>Punisher, The (USA)</description>
+               <rom name="Punisher, The (USA).iso" size="7825162240" crc="c98cc0f4" md5="d7de182897507976d16561bc3d06051c" sha1="92506874ab201332dfa0e316087085bcb27c77ab"/>
+       </game>
+       <game name="SpyHunter (USA)">
+               <category>Games</category>
+               <description>SpyHunter (USA)</description>
+               <rom name="SpyHunter (USA).iso" size="7825162240" crc="62cbd1db" md5="39d15ae348694196bc60bcf7acda132c" sha1="824ca40a7e5e95b5827d6c1c8618a9d99713fd02"/>
+       </game>
+       <game name="Superman - The Man of Steel (USA)">
+               <category>Games</category>
+               <description>Superman - The Man of Steel (USA)</description>
+               <rom name="Superman - The Man of Steel (USA).iso" size="7825162240" crc="27b40251" md5="b5bd075f47f487449cbb8c9f0112b557" sha1="b2dd8fbb89a139b58f2deed9a7adf748104d97ab"/>
+       </game>
+       <game name="Superman Returns (USA)">
+               <category>Games</category>
+               <description>Superman Returns (USA)</description>
+               <rom name="Superman Returns (USA).iso" size="7825162240" crc="d614ec36" md5="5f9324e272a662b6d67b350875616b24" sha1="6cb8b75ac0e5742b3658ca37208e05f3b82fdfde"/>
+       </game>
+       <game name="Batman - Vengeance (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Batman - Vengeance (USA) (En,Fr,Es)</description>
+               <rom name="Batman - Vengeance (USA) (En,Fr,Es).iso" size="7825162240" crc="6ea8734a" md5="0d922ae72816ce7127f2ffe06ea87a7e" sha1="32e96385547814ff5f3c7369750afb9171623132"/>
+       </game>
+       <game name="Harry Potter and the Prisoner of Azkaban (USA)">
+               <category>Games</category>
+               <description>Harry Potter and the Prisoner of Azkaban (USA)</description>
+               <rom name="Harry Potter and the Prisoner of Azkaban (USA).iso" size="7825162240" crc="1657d3ff" md5="12e909a2e0c885922229df3bff8dac87" sha1="2d719ee92558731b162dc6a1f8bcbfbf7d93ca64"/>
+       </game>
+       <game name="Harry Potter and the Sorcerer's Stone (USA) (En,Es)">
+               <category>Games</category>
+               <description>Harry Potter and the Sorcerer's Stone (USA) (En,Es)</description>
+               <rom name="Harry Potter and the Sorcerer's Stone (USA) (En,Es).iso" size="7825162240" crc="40357a58" md5="e9975c1079d412154c6d47a6fdb0b781" sha1="ac0f8c396ce97963f2749133daefb160a09eca26"/>
+       </game>
+       <game name="Darkwatch (USA)">
+               <category>Games</category>
+               <description>Darkwatch (USA)</description>
+               <rom name="Darkwatch (USA).iso" size="7825162240" crc="b08490d9" md5="929e85578ad068d323d60b75881527fd" sha1="0396e9e89c025cf0fc7f972c57325e8322c40d7f"/>
+       </game>
+       <game name="Mace Griffin - Bounty Hunter (USA, Korea)">
+               <category>Games</category>
+               <description>Mace Griffin - Bounty Hunter (USA, Korea)</description>
+               <rom name="Mace Griffin - Bounty Hunter (USA, Korea).iso" size="7825162240" crc="1ecd7997" md5="d945861a80da9af92778a32805207356" sha1="4b6ba2aa324cebc9cc5e7c80c79f9c9a65aaba95"/>
+       </game>
+       <game name="Quantum Redshift (USA)">
+               <category>Games</category>
+               <description>Quantum Redshift (USA)</description>
+               <rom name="Quantum Redshift (USA).iso" size="7825162240" crc="b9fb3ce0" md5="27129a21419713af4e64d605ba679684" sha1="8a0a5e9712d5ca788189d4466857f681d2eea09b"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic (USA) (Rev 1)</description>
+               <rom name="Star Wars - Knights of the Old Republic (USA) (Rev 1).iso" size="7825162240" crc="90728b00" md5="59efc760b6996723c5aac595ce410d12" sha1="22e29aea06977743843314d349b5dd3adb6e47fc"/>
+       </game>
+       <game name="TimeSplitters - Future Perfect (USA)">
+               <category>Games</category>
+               <description>TimeSplitters - Future Perfect (USA)</description>
+               <rom name="TimeSplitters - Future Perfect (USA).iso" size="7825162240" crc="31dadb93" md5="e373b73fd9ef4ae6d6eecfa763c7939a" sha1="338c909d67e974507fe5e247fd3fc6d9eecddff9"/>
+       </game>
+       <game name="Aliens Versus Predator - Extinction (USA)">
+               <category>Games</category>
+               <description>Aliens Versus Predator - Extinction (USA)</description>
+               <rom name="Aliens Versus Predator - Extinction (USA).iso" size="7825162240" crc="f4593502" md5="4f2f873bb6cd7cebc351c892812f8fe0" sha1="2e789ba0e858c65825692ef73fb7f3dba09df3e4"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance (USA)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance (USA)</description>
+               <rom name="Baldur's Gate - Dark Alliance (USA).iso" size="7825162240" crc="873b5311" md5="d07620ffdef8a97a4cfd968a09e3c6eb" sha1="1e2b8c93542e95ed760e9fb4c31d5a868ef275d2"/>
+       </game>
+       <game name="Batman - Dark Tomorrow (USA)">
+               <category>Games</category>
+               <description>Batman - Dark Tomorrow (USA)</description>
+               <rom name="Batman - Dark Tomorrow (USA).iso" size="7825162240" crc="5f74531c" md5="9329446b4bf8fbcbc3058a0b96d7ab7d" sha1="777230eef695bd1e1197a3cfade3dbc963faaf93"/>
+       </game>
+       <game name="Battlestar Galactica (USA)">
+               <category>Games</category>
+               <description>Battlestar Galactica (USA)</description>
+               <rom name="Battlestar Galactica (USA).iso" size="7825162240" crc="0e45e0ff" md5="0dd3c56eafece1276370925cb1669ac8" sha1="1c58c4b55bfbf26d0cefe4cf420b8df2759d09b7"/>
+       </game>
+       <game name="Jurassic Park - Operation Genesis (USA)">
+               <category>Games</category>
+               <description>Jurassic Park - Operation Genesis (USA)</description>
+               <rom name="Jurassic Park - Operation Genesis (USA).iso" size="7825162240" crc="0d139cf6" md5="89c7069f83ea9e3d444df3e64a2c8ba2" sha1="846e4f8730129b8c2e89a8f9c2a134c3927e1f2a"/>
+       </game>
+       <game name="Matrix, The - Path of Neo (USA)">
+               <category>Games</category>
+               <description>Matrix, The - Path of Neo (USA)</description>
+               <rom name="Matrix, The - Path of Neo (USA).iso" size="7825162240" crc="80cb556f" md5="92612e4fa5e1464ac167943703fae7e3" sha1="eac58edb4dedd7b8806249f61c6429c8dd7f4efe"/>
+       </game>
+       <game name="Sphinx and the Cursed Mummy (USA)">
+               <category>Games</category>
+               <description>Sphinx and the Cursed Mummy (USA)</description>
+               <rom name="Sphinx and the Cursed Mummy (USA).iso" size="7825162240" crc="4e7092b6" md5="67679e9d16a138613d829c4f27ddb724" sha1="43497ce167e28da716ffcaa55824b3c5ee4f1f54"/>
+       </game>
+       <game name="SpyHunter - Nowhere to Run (USA)">
+               <category>Games</category>
+               <description>SpyHunter - Nowhere to Run (USA)</description>
+               <rom name="SpyHunter - Nowhere to Run (USA).iso" size="7825162240" crc="1bc56766" md5="5654d7eafd3974f61be99eeffd2f9aae" sha1="978013daabe94566681f8c43b6cd15540669d409"/>
+       </game>
+       <game name="SpyHunter 2 (USA)">
+               <category>Games</category>
+               <description>SpyHunter 2 (USA)</description>
+               <rom name="SpyHunter 2 (USA).iso" size="7825162240" crc="f8595a0d" md5="39570a711ecb5e3e8a13494f97530415" sha1="3b5cb121a9de607c015e54ec43ec9bc35f147c31"/>
+       </game>
+       <game name="Star Wars - Battlefront II (USA) (En,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront II (USA) (En,Es,It) (Rev 1)</description>
+               <rom name="Star Wars - Battlefront II (USA) (En,Es,It) (Rev 1).iso" size="7825162240" crc="282abbcb" md5="e9f2813bcad18e280a7905ace5984a69" sha1="4fe1eb71ade1206f29d3dd81c5824d5f4d23e3e9"/>
+       </game>
+       <game name="Terminator 3 - The Redemption (USA)">
+               <category>Games</category>
+               <description>Terminator 3 - The Redemption (USA)</description>
+               <rom name="Terminator 3 - The Redemption (USA).iso" size="7825162240" crc="b60681a0" md5="7877764478ddc5da641e2a22b3ea15c4" sha1="9d70f497aeae47be21f5bbf5e86e468a15dad0e4"/>
+       </game>
+       <game name="Thing, The (USA)">
+               <category>Games</category>
+               <description>Thing, The (USA)</description>
+               <rom name="Thing, The (USA).iso" size="7825162240" crc="49c8e82e" md5="5e5cac6cef400f92be9e345345d93897" sha1="e3fa24403ada5a007db77339c0e1785a73654ca1"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (USA)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (USA)</description>
+               <rom name="Hitman 2 - Silent Assassin (USA).iso" size="7825162240" crc="8cf77e24" md5="6c98bdd7ea6b4d7d6dc9a931e9915e46" sha1="4256b9aac9af167ceb383f4c08ae252b6e052836"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (USA)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (USA)</description>
+               <rom name="FIFA World Cup Germany 2006 (USA).iso" size="7825162240" crc="9cbf0d48" md5="fe71693a13203a68d41689e879db4e28" sha1="cbb545e8387394f85aea45e0708ec061c0bb9faa"/>
+       </game>
+       <game name="Jaws Unleashed (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jaws Unleashed (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jaws Unleashed (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="be4ca2de" md5="e17d0286abb99079b3da51d5498d9168" sha1="11e881ed3d9624145584a8b094a233d4cfb804e5"/>
+       </game>
+       <game name="Aggressive Inline (USA)">
+               <category>Games</category>
+               <description>Aggressive Inline (USA)</description>
+               <rom name="Aggressive Inline (USA).iso" size="7825162240" crc="dcf0a19d" md5="6e010f0f0cc3f2cd14c0c80d17bdcce1" sha1="032874a6e7b7d39f7666a25c00c838340ac66fb2"/>
+       </game>
+       <game name="Alias (USA)">
+               <category>Games</category>
+               <description>Alias (USA)</description>
+               <rom name="Alias (USA).iso" size="7825162240" crc="d2d4f432" md5="e86d92f91bdc5ea88387a287947f9969" sha1="0be207d618174349e80d31648f3e99bf309fce71"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Last Airbender (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Last Airbender (USA)</description>
+               <rom name="Nickelodeon Avatar - The Last Airbender (USA).iso" size="7825162240" crc="2826db63" md5="d4a92e0420e5d2a63949b8ad6bee7074" sha1="ae7e71d51741ca5cc52b5c18c58386f059d73be2"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts (USA)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts (USA)</description>
+               <rom name="Cabela's Dangerous Hunts (USA).iso" size="7825162240" crc="c2936804" md5="dd2d5a20d5b7fbd4e23fa31786344580" sha1="cfd77c1b8104ccbb91725725743cd09bc21e9b10"/>
+       </game>
+       <game name="Black (USA)">
+               <category>Games</category>
+               <description>Black (USA)</description>
+               <rom name="Black (USA).iso" size="7825162240" crc="8007906b" md5="28a189ec4cc1b19abfe76074b65d5bf9" sha1="72badc60663c9e37566fbaa60722da3bbc0360e0"/>
+       </game>
+       <game name="Burnout (USA)">
+               <category>Games</category>
+               <description>Burnout (USA)</description>
+               <rom name="Burnout (USA).iso" size="7825162240" crc="5ac0357c" md5="e90ace103db577f50c9aeb8ce1589407" sha1="7e25c775e49c94417a5b59c2026f0dc23cf5573d"/>
+       </game>
+       <game name="Power Drome (USA)">
+               <category>Games</category>
+               <description>Power Drome (USA)</description>
+               <rom name="Power Drome (USA).iso" size="7825162240" crc="4e8eaace" md5="b30a9b8017cdbf4312a3baa6847f4190" sha1="1db22173b47efc7d8bcb5cfc8542be1370560ac8"/>
+       </game>
+       <game name="Battlefield 2 - Modern Combat (USA)">
+               <category>Games</category>
+               <description>Battlefield 2 - Modern Combat (USA)</description>
+               <rom name="Battlefield 2 - Modern Combat (USA).iso" size="7825162240" crc="1884d5a0" md5="18bee40e82ed22a2afa6f5584da1ba07" sha1="c02782f4c7f012bb26f176acdf5d1df2ea7eb049"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (USA)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (USA)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (USA).iso" size="7825162240" crc="4258fe87" md5="f3c48b2eef44d8c4ba9f8860287df43f" sha1="a72f3ecf059a4cd8e54b04321c16cf525c815610"/>
+       </game>
+       <game name="Soldier of Fortune II - Double Helix (USA, Australia)">
+               <category>Games</category>
+               <description>Soldier of Fortune II - Double Helix (USA, Australia)</description>
+               <rom name="Soldier of Fortune II - Double Helix (USA, Australia).iso" size="7825162240" crc="50a705ab" md5="701357d505a56d1940ecac4d2efdef53" sha1="341c148a92e4173faa113138891726cd7d3f467b"/>
+       </game>
+       <game name="Unreal II - The Awakening (USA)">
+               <category>Games</category>
+               <description>Unreal II - The Awakening (USA)</description>
+               <rom name="Unreal II - The Awakening (USA).iso" size="7825162240" crc="7db2f44c" md5="60655d58f5a4e305940eb4750214c07d" sha1="d9080e43ea39da43c33904e049bfb96ba89a6e51"/>
+       </game>
+       <game name="Worms 3D (USA)">
+               <category>Games</category>
+               <description>Worms 3D (USA)</description>
+               <rom name="Worms 3D (USA).iso" size="7825162240" crc="9fe961af" md5="5f6f12a8fb9c12d5cd80268dcd460cd0" sha1="9fc61dbcf0d20e59b7e51b8ddd6eecb04d405478"/>
+       </game>
+       <game name="Worms Forts - Under Siege (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Worms Forts - Under Siege (USA) (En,Fr)</description>
+               <rom name="Worms Forts - Under Siege (USA) (En,Fr).iso" size="7825162240" crc="23bad44a" md5="2fe1116d1649fdcf0db222400fbb6894" sha1="f095669a3ced45b7449de603fb33170239752d6a"/>
+       </game>
+       <game name="Dead Man's Hand (USA, Japan)">
+               <category>Games</category>
+               <description>Dead Man's Hand (USA, Japan)</description>
+               <rom name="Dead Man's Hand (USA, Japan).iso" size="7825162240" crc="2eedbe46" md5="7716b4d4601c385a599819730c7d759f" sha1="167fce31f9147c89782ca5c7515f3edd97154f97"/>
+       </game>
+       <game name="Whiteout (USA)">
+               <category>Games</category>
+               <description>Whiteout (USA)</description>
+               <rom name="Whiteout (USA).iso" size="7825162240" crc="23fa15d9" md5="06967cf2bcab54d4bdfb80d802ea7e4e" sha1="076ebe98202d73612f46a918bed36e964cba6eca"/>
+       </game>
+       <game name="Rayman 3 - Hoodlum Havoc (USA, Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rayman 3 - Hoodlum Havoc (USA, Asia) (En,Fr,De,Es,It)</description>
+               <rom name="Rayman 3 - Hoodlum Havoc (USA, Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="cb928cf2" md5="69c79aa7d45a96ca87a6b92d4b26fa59" sha1="896ad14d658813a0e44288f29002dba09b58bc49"/>
+       </game>
+       <game name="Room Zoom - Race for Impact (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Room Zoom - Race for Impact (Europe) (En,Fr,De)</description>
+               <rom name="Room Zoom - Race for Impact (Europe) (En,Fr,De).iso" size="7825162240" crc="a7a62953" md5="ea5fc3fdbfc30127a507ca556f8aff3b" sha1="6b6b2155a036eaf898cdcc5b32098e68937b95c3"/>
+       </game>
+       <game name="Painkiller - Hell Wars (USA)">
+               <category>Games</category>
+               <description>Painkiller - Hell Wars (USA)</description>
+               <rom name="Painkiller - Hell Wars (USA).iso" size="7825162240" crc="3efd8061" md5="a4b7c66cde17feb76fbdd02dc10bbe13" sha1="7dbcdd739dac499cd284b73d24177b2dc90ccc89"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (USA)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (USA).iso" size="7825162240" crc="58a2e687" md5="78e7852e0be0c10d1363084530d34e31" sha1="8f0844c4cecd3bdf6e7dd4b1eb184c1ac053e932"/>
+       </game>
+       <game name="Gladius (Germany)">
+               <category>Games</category>
+               <description>Gladius (Germany)</description>
+               <rom name="Gladius (Germany).iso" size="7825162240" crc="7831a6a4" md5="46853fea61d38bf6357683dc8af1c8bc" sha1="0daf5b060cf405153651139346f46994f76169e5"/>
+       </game>
+       <game name="Lemony Snicket - Raetselhafte Ereignisse (Germany)">
+               <category>Games</category>
+               <description>Lemony Snicket - Raetselhafte Ereignisse (Germany)</description>
+               <rom name="Lemony Snicket - Raetselhafte Ereignisse (Germany).iso" size="7825162240" crc="a5b4386d" md5="13a0a7cde0b7ee3f99a04ad7f48214e2" sha1="d3709896fd929dfe6308870229d33b206c6494f9"/>
+       </game>
+       <game name="Need for Speed - Carbon (Germany)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (Germany)</description>
+               <rom name="Need for Speed - Carbon (Germany).iso" size="7825162240" crc="d670274f" md5="85e0b07742f49be026ff0112e0a442fc" sha1="b0d0e614d912b84c7c283fa6f19068eb66c22e92"/>
+       </game>
+       <game name="Star Wars - Obi-Wan (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Obi-Wan (Germany)</description>
+               <rom name="Star Wars - Obi-Wan (Germany).iso" size="7825162240" crc="1e66bcff" md5="b363d95281850070263a29df49ba1053" sha1="9231ee135b24153ab34e8c8bbbf420da2a1e4c2c"/>
+       </game>
+       <game name="Star Wars - Republic Commando (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Republic Commando (Germany)</description>
+               <rom name="Star Wars - Republic Commando (Germany).iso" size="7825162240" crc="0ee891e4" md5="cb7b54f492b782b1b7894d88aaef0fe2" sha1="f8800a9ae5cd79e8b50f62c950fa0b3998e2be0f"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO (USA)">
+               <category>Games</category>
+               <description>Capcom vs. SNK 2 EO (USA)</description>
+               <rom name="Capcom vs. SNK 2 EO (USA).iso" size="7825162240" crc="458396e4" md5="cb1b4b8b6b6b4b5fb4307b91201ced08" sha1="cb93df29176b83ded1d52f71c983df9c9d2823a4"/>
+       </game>
+       <game name="FIFA Soccer 06 (USA)">
+               <category>Games</category>
+               <description>FIFA Soccer 06 (USA)</description>
+               <rom name="FIFA Soccer 06 (USA).iso" size="7825162240" crc="975ffdab" md5="02b0cfd1f585d664f773129b55eb7352" sha1="ee558b9615b2cd4296fc23d453e1645cb2a4aa85"/>
+       </game>
+       <game name="Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko)">
+               <category>Applications</category>
+               <description>Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko)</description>
+               <rom name="Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko).cue" size="117" crc="2c1b8d73" md5="1fc95ea01c7f376c99b60e366ec0552f" sha1="296f904dd90c2278cdc63c6a5109f149ca39e7a3"/>
+               <rom name="Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko).bin" size="763176960" crc="58682cc2" md5="91e38918169ff1219cc92bee504733f1" sha1="426f3916c1f69099f557115a8868ddcbd6947a39"/>
+       </game>
+       <game name="Azurik - Rise of Perathia (USA)">
+               <category>Games</category>
+               <description>Azurik - Rise of Perathia (USA)</description>
+               <rom name="Azurik - Rise of Perathia (USA).iso" size="7825162240" crc="f7aceed9" md5="0280564cd211c708a48dff8acb9243cc" sha1="bf42767de7ca1342f5e16ab785c1352faec988e7"/>
+       </game>
+       <game name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA, Canada)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA, Canada)</description>
+               <rom name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA, Canada).iso" size="7825162240" crc="92d48c8f" md5="b3dcc40ecfd7419034ac5506f24f4b42" sha1="1aa94612ec9df05f7c0d8ef66eca926cb6f2a1d0"/>
+       </game>
+       <game name="Cel Damage (USA)">
+               <category>Games</category>
+               <description>Cel Damage (USA)</description>
+               <rom name="Cel Damage (USA).iso" size="7825162240" crc="d131442f" md5="3f205279981a9b71d8abfded7a0c73ee" sha1="fd033b336d673a0dcfe05e823b8a6abadfed145e"/>
+       </game>
+       <game name="Combat - Task Force 121 (USA)">
+               <category>Games</category>
+               <description>Combat - Task Force 121 (USA)</description>
+               <rom name="Combat - Task Force 121 (USA).iso" size="7825162240" crc="d265178d" md5="55ac3c0980cb8be9f8e2fc3efe41bc56" sha1="134a15a33230720e64fe63c782f14548da2341a4"/>
+       </game>
+       <game name="Conflict - Global Terror (USA)">
+               <category>Games</category>
+               <description>Conflict - Global Terror (USA)</description>
+               <rom name="Conflict - Global Terror (USA).iso" size="7825162240" crc="3651e929" md5="8ee5827d7483b7f599f9b1edb83ed109" sha1="75ddd0f5482463cb8548d30399615dc8024c5391"/>
+       </game>
+       <game name="Crimson Sea (USA)">
+               <category>Games</category>
+               <description>Crimson Sea (USA)</description>
+               <rom name="Crimson Sea (USA).iso" size="7825162240" crc="cdd23e2e" md5="cbed3723411a52f5e99cc4d99c6cd40e" sha1="35a00402c928c920f53613126a29b1f06da866ce"/>
+       </game>
+       <game name="Crouching Tiger, Hidden Dragon (USA)">
+               <category>Games</category>
+               <description>Crouching Tiger, Hidden Dragon (USA)</description>
+               <rom name="Crouching Tiger, Hidden Dragon (USA).iso" size="7825162240" crc="d682556f" md5="6342b51a3dc3140a87c9591ca8c881c2" sha1="d41a5f6c30656e3133618e626e6802ee5c1c21f8"/>
+       </game>
+       <game name="Colin McRae Rally 3 (USA)">
+               <category>Games</category>
+               <description>Colin McRae Rally 3 (USA)</description>
+               <rom name="Colin McRae Rally 3 (USA).iso" size="7825162240" crc="58b567cf" md5="54c2ddf4de0e217ec7d0b54dfab97e43" sha1="f6509b54a7f8d435e2af5635dd64a315e8f35659"/>
+       </game>
+       <game name="Dance Dance Revolution Ultramix 2 (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Dance Revolution Ultramix 2 (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Dance Revolution Ultramix 2 (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="c9dd21b0" md5="3d62883442bd3d577ca32d37e922620f" sha1="8535ff3b02a37f4ca32bd05920e3af953284c6c3"/>
+       </game>
+       <game name="Dance Dance Revolution Ultramix 3 (USA)">
+               <category>Games</category>
+               <description>Dance Dance Revolution Ultramix 3 (USA)</description>
+               <rom name="Dance Dance Revolution Ultramix 3 (USA).iso" size="7825162240" crc="66e7acdb" md5="b43003c8525179c9b840c30c841d39a6" sha1="d0a90547148250a9eea03537ce5027edd1a91683"/>
+       </game>
+       <game name="Star Wars - The Clone Wars &amp; Tetris Worlds (Asia)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars &amp; Tetris Worlds (Asia)</description>
+               <rom name="Star Wars - The Clone Wars &amp; Tetris Worlds (Asia).iso" size="7825162240" crc="84aa45a0" md5="e897c7ed5e2e88253a109acccc9be61f" sha1="75c74f6391006c3f678a64cd2b5c2bd415530749"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 19 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 19 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 19 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="9ee47dc7" md5="c564ba3f00006947b2c6a8423231b589" sha1="d2c8f888b0d71890d3af0edd8427508cffacb788"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 43 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 43 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 43 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="c61f7338" md5="770308ddcea7953e4a0880a62bed8ec2" sha1="e0b9ca7b36a5e9d7fff41fd5818003cabd121eaa"/>
+       </game>
+       <game name="Dance Dance Revolution Ultramix 4 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dance Dance Revolution Ultramix 4 (USA) (En,Fr,Es)</description>
+               <rom name="Dance Dance Revolution Ultramix 4 (USA) (En,Fr,Es).iso" size="7825162240" crc="e47a8bc3" md5="d4dfe3b74009bed39cc202ff62247a27" sha1="89be40bfe97174f46c5945e5bc41eb09c959908b"/>
+       </game>
+       <game name="ESPN College Hoops (USA)">
+               <category>Games</category>
+               <description>ESPN College Hoops (USA)</description>
+               <rom name="ESPN College Hoops (USA).iso" size="7825162240" crc="f8856c50" md5="8e2a3ded021d1da55ca87a9bb6b4faed" sha1="1bcf12a9ca3f29ee6d48d31cea4eadc4c5c48003"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (USA, Asia) (Rev 1)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (USA, Asia) (Rev 1)</description>
+               <rom name="Hitman 2 - Silent Assassin (USA, Asia) (Rev 1).iso" size="7825162240" crc="16278d0d" md5="bd2423f986d272efcb71ce3de4644070" sha1="d8c642dbcda856773f7d409595bbcfb1155ebbc4"/>
+       </game>
+       <game name="Crash Bandicoot - The Wrath of Cortex (USA)">
+               <category>Games</category>
+               <description>Crash Bandicoot - The Wrath of Cortex (USA)</description>
+               <rom name="Crash Bandicoot - The Wrath of Cortex (USA).iso" size="7825162240" crc="fa324b15" md5="93ce765189cbd124fc7eb9ae6130c872" sha1="3ce86eb6d6c3a47af83d19b96500b6941e9d5f47"/>
+       </game>
+       <game name="Xbox the Best of Demo Disk Version 10.0 (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Demos</category>
+               <description>Xbox the Best of Demo Disk Version 10.0 (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Xbox the Best of Demo Disk Version 10.0 (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="7825162240" crc="e72b2c85" md5="00732467bf710dd50da70fc7eb7758d8" sha1="1c1520ae2b9bfe826c439cad74f6973cca0718b0"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2002 (Germany) (En,Fr,De,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 11-2002 (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2002 (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="74c86d40" md5="4e054bb0ee1aaeacdce967f4a1a410cf" sha1="31ac6c425a7c3c4f6b25cb2f8b4a549aa05b7f15"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 01-2003 (Germany) (En,Fr,De,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 01-2003 (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 01-2003 (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="2c29b3bd" md5="b95003c35b305ef7d42bdcabe38e1d04" sha1="4a557ceb532695c24e85163f3d4034ca2c31bff3"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 02-2003 (Germany) (En,Fr,De,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 02-2003 (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 02-2003 (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="72e1b555" md5="d75ad832da2a6cbca5c85e1692dfa4ca" sha1="d38230359abdefe1450b0e90d42b3518ea6d3ff4"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 14 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 14 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 14 (Europe, Australia) (En,Fr,De,Es,It).iso" size="7825162240" crc="53d1d88c" md5="dd492af9d9f60384a616c0b703de9136" sha1="b4681cba960c9b5fa90a2b8391add3f5b93a8b9d"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 07-2003 (Germany) (En,Fr,De,Es,It,Pl)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 07-2003 (Germany) (En,Fr,De,Es,It,Pl)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 07-2003 (Germany) (En,Fr,De,Es,It,Pl).iso" size="7825162240" crc="d30bb7a3" md5="33b60bb5a581ac2d321b18d0f962b668" sha1="f8d212ccc4007cdd09f707eb1172390329672293"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2003 (Germany) (En,Fr,De,Es,It,Pl)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 08-2003 (Germany) (En,Fr,De,Es,It,Pl)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2003 (Germany) (En,Fr,De,Es,It,Pl).iso" size="7825162240" crc="6611bc11" md5="14f11152e9e88214960122ae5caa1265" sha1="74bd79daff1b4a580cbaa512c12a811f3b486743"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 10-2003 (Germany) (En,Fr,De,Es,It,Pl)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 10-2003 (Germany) (En,Fr,De,Es,It,Pl)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 10-2003 (Germany) (En,Fr,De,Es,It,Pl).iso" size="7825162240" crc="33cfa539" md5="837bcd2736de30e3f19e591ebd3a72d7" sha1="4bc67751badad8b9a2cb9b572bea0c13d4585832"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="57acec5c" md5="55dec0492a6725776e88a59b4c5a71f4" sha1="2fbd6e856549bc05bd12ca206097f7c50df1c9d3"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 01-2004 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 01-2004 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 01-2004 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="ceef1f3b" md5="f3a743d1360ad97e6c44f91b1bb6bf83" sha1="be3b49de288ef253baa8bfd67b4d8ea1a9200574"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 25 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 25 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 25 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="416c0b30" md5="b8fb55646d933cc36caac76ef5081d57" sha1="987379c0947ff7a63bfc9b68d392de73ffa58d33"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 26 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 26 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 26 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="68c8b960" md5="b077bcba75c05edbdcbddf788d2ce54a" sha1="22f726c4bece404b0dc06ae5e1b50648d72aa276"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 06-2004 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 06-2004 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 06-2004 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="f1045d30" md5="886f799c3a27510e76038ecd109e7a18" sha1="536085fb14862ba01d7df1ed8ba83fcbf4445f13"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 07-2004 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 07-2004 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 07-2004 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="feca4e42" md5="33d228e712d0702eeb834875243897f4" sha1="b6527f27328772e63921ce107662d88e5a5b5f1e"/>
+       </game>
+       <game name="Star Wars - Obi-Wan (France)">
+               <category>Games</category>
+               <description>Star Wars - Obi-Wan (France)</description>
+               <rom name="Star Wars - Obi-Wan (France).iso" size="7825162240" crc="e3bb3a7c" md5="2a15553427e26738ba032566bc724b79" sha1="0a79c52c88e43ffbb8cb666640cde6abe1ac850b"/>
+       </game>
+       <game name="Dinotopia - The Sunstone Odyssey (USA)">
+               <category>Games</category>
+               <description>Dinotopia - The Sunstone Odyssey (USA)</description>
+               <rom name="Dinotopia - The Sunstone Odyssey (USA).iso" size="7825162240" crc="1771a89c" md5="0dc3518a779ce90835f425c23fd472a7" sha1="fd3bc0c145e66b0ed2f45fb44bde0f09de110932"/>
+       </game>
+       <game name="ESPN College Hoops 2K5 (USA)">
+               <category>Games</category>
+               <description>ESPN College Hoops 2K5 (USA)</description>
+               <rom name="ESPN College Hoops 2K5 (USA).iso" size="7825162240" crc="09424228" md5="ed83e56eec0d89a7d752592840a9aaba" sha1="d328f899219d65138429c8e12055a84d95fff64f"/>
+       </game>
+       <game name="ESPN International Winter Sports 2002 (USA)">
+               <category>Games</category>
+               <description>ESPN International Winter Sports 2002 (USA)</description>
+               <rom name="ESPN International Winter Sports 2002 (USA).iso" size="7825162240" crc="6aef35f3" md5="6a15c8c815b9d6757dbe52ea243faa0d" sha1="be8b63e9d1d603dbd6a75ba351ed3bdf31e07ffb"/>
+       </game>
+       <game name="Fairly OddParents, The - Breakin' da Rules (USA)">
+               <category>Games</category>
+               <description>Fairly OddParents, The - Breakin' da Rules (USA)</description>
+               <rom name="Fairly OddParents, The - Breakin' da Rules (USA).iso" size="7825162240" crc="a77f2905" md5="da7f0f8a3a487870cd83e5685d265a65" sha1="9397017cb93bcb2deb08ca799b7795cd7adf0415"/>
+       </game>
+       <game name="FIFA Soccer 2004 (USA)">
+               <category>Games</category>
+               <description>FIFA Soccer 2004 (USA)</description>
+               <rom name="FIFA Soccer 2004 (USA).iso" size="7825162240" crc="4a22d5af" md5="fc25c5842a09c4f7fc6fb69b277f07a6" sha1="f017e643036e4b8d8032859f875738d0e8b0ef7e"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (Italy)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (Italy)</description>
+               <rom name="Star Wars - Jedi Starfighter (Italy).iso" size="7825162240" crc="bf3546d6" md5="536b5f50cf683b4f75548a0c72897e5e" sha1="ad78ba14611f846d67a33fed33a68c90e9e12f11"/>
+       </game>
+       <game name="Winter X Games Snowboarding 2002 (USA)">
+               <category>Games</category>
+               <description>Winter X Games Snowboarding 2002 (USA)</description>
+               <rom name="Winter X Games Snowboarding 2002 (USA).iso" size="7825162240" crc="12d2eb02" md5="f6cfb702d63fa0fa095eab3c4f09ee25" sha1="960edd43d83d9115511cf492ff22ab60f076212b"/>
+       </game>
+       <game name="FIFA Soccer 2003 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 2003 (USA) (En,Es)</description>
+               <rom name="FIFA Soccer 2003 (USA) (En,Es).iso" size="7825162240" crc="cd31d2a3" md5="d9381257470aa069e48c2d7b621e169b" sha1="f2b0878d4219e4e56a609711a27d16e1c89c5bdd"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 01-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 01-2006 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 01-2006 (Germany).iso" size="7825162240" crc="a4b76504" md5="078e4d69d6f02a85c9f50e213b97bfcd" sha1="1c06a26bda0b50e7262cd206be3a4fbbf78f546e"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 03-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 03-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 03-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="b864ccbc" md5="e8e36ddcf27c10d824aa78840f269307" sha1="e4eac387b3a12f7260be5de773874f249387491a"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 04-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 04-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 04-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="60400034" md5="bb5fbc2edfef767eb40c955d5c371c00" sha1="d2d6d97d26b65e208d1f6bb603eee00aa927ebb1"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 05-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 05-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 05-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="1ec70305" md5="a1bf01acd0448100c0cec5f4da7e6f13" sha1="861006ee05465d7d6ea1b690a1603db85bbf7f02"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 06-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 06-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 06-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="db372f9f" md5="c379c3b2fcf26f03795e4c8922e72772" sha1="37214936b3bf1de8ec9cc7b40b817d7652e39f69"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 07-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 07-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 07-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="b5187bae" md5="79e2946c9465818256df7989c2aba8b5" sha1="cb2fbcf63d375360d7d5fc9cbad0f31c4ea168ac"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 08-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="1f296290" md5="f209578219c3be74ebe920fe44cbd9bc" sha1="e66bb3c4417a8c64eab230663a14e5e1845da584"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 09-2004 (Germany) (En,De)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 09-2004 (Germany) (En,De)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 09-2004 (Germany) (En,De).iso" size="7825162240" crc="39952ab9" md5="7fb92855715238f9eeeb59a2face4b3f" sha1="acd95858ec26b629b581a91f047ce88c0b06e027"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 09-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 09-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 09-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="9613f8a2" md5="9325e7a8cc8e54cfcdd9d6a6d2e0e6af" sha1="51094d7c7481becbb69ce16c0e1956322285a4f3"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 10-2005 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 10-2005 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 10-2005 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="a24ca2e2" md5="b0ec21baacbbc4b307d2e6a0244fdee5" sha1="ea7d191d26cf0656bbd015b42b9626ff06feff93"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2004 (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 11-2004 (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2004 (Germany) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="b25b9ed7" md5="e4a2e603a892143516f1378d4f8e7e36" sha1="d8c704135dbae8ed7feab22c21bb4ba3c58e323e"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2005 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 11-2005 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 11-2005 (Germany).iso" size="7825162240" crc="9427cfa8" md5="8ca7d969c04f3542b39fefeef20e8487" sha1="349bc6aa6b81d424be84ea115caed0c5e89eab6b"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 12-2005 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 12-2005 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 12-2005 (Germany).iso" size="7825162240" crc="2c8a5934" md5="1545680d59a17262d814c7f8c33da3c5" sha1="9e502925d6027b7d7198a3dadedc2b1cc613f560"/>
+       </game>
+       <game name="Street Fighter Anniversary Collection (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Street Fighter Anniversary Collection (USA) (En,Ja)</description>
+               <rom name="Street Fighter Anniversary Collection (USA) (En,Ja).iso" size="7825162240" crc="c484d1f7" md5="8c1be4eb19150123741f98de5ed99510" sha1="b3fe56c40147a4e8d1661c15f27db85b9869d1f9"/>
+       </game>
+       <game name="World Racing (USA)">
+               <category>Games</category>
+               <description>World Racing (USA)</description>
+               <rom name="World Racing (USA).iso" size="7825162240" crc="269fbdaf" md5="d84b70ddf0bbd0f97e4370eb6016a027" sha1="32d3f847064d06a4947dee04f143db12dc462ad7"/>
+       </game>
+       <game name="Worms 4 - Mayhem (USA)">
+               <category>Games</category>
+               <description>Worms 4 - Mayhem (USA)</description>
+               <rom name="Worms 4 - Mayhem (USA).iso" size="7825162240" crc="adbf5c5d" md5="7f1b688cef9325b07d7b35955f3c459a" sha1="a398240b192a64b2ad6c045d2e0e8a33a118edc1"/>
+       </game>
+       <game name="XGRA - Extreme G Racing Association (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>XGRA - Extreme G Racing Association (USA) (En,Fr,De,Es,It)</description>
+               <rom name="XGRA - Extreme G Racing Association (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="7468a434" md5="f6f8d2a4ba6016c2389b4ed1a3eb881d" sha1="c22286894aae45a15336339bad477ca9342a2451"/>
+       </game>
+       <game name="Fight Night Round 2 (USA)">
+               <category>Games</category>
+               <description>Fight Night Round 2 (USA)</description>
+               <rom name="Fight Night Round 2 (USA).iso" size="7825162240" crc="b70b9c7c" md5="93f757e11d9a75d2adeda193043ac650" sha1="debb449c2b11962022d7104f226d441c471ed968"/>
+       </game>
+       <game name="FIFA Street (USA)">
+               <category>Games</category>
+               <description>FIFA Street (USA)</description>
+               <rom name="FIFA Street (USA).iso" size="7825162240" crc="5b34e44e" md5="29307cd8e7ef8d296453c1e9edf38acc" sha1="a0d26001224d447be99704d8fb9ee171836267ba"/>
+       </game>
+       <game name="FireBlade (USA)">
+               <category>Games</category>
+               <description>FireBlade (USA)</description>
+               <rom name="FireBlade (USA).iso" size="7825162240" crc="adce09c4" md5="bc374203fee40dd874fd68915218aaca" sha1="722931e9d816d02cd5f255043f49f199c8bc15b4"/>
+       </game>
+       <game name="Ford Mustang - The Legend Lives (USA)">
+               <category>Games</category>
+               <description>Ford Mustang - The Legend Lives (USA)</description>
+               <rom name="Ford Mustang - The Legend Lives (USA).iso" size="7825162240" crc="17f736c8" md5="046dc69abfe4d7bf6b88c1c7a57f2662" sha1="f85cae78bb2c3186e148a176953e5b2264ed9e07"/>
+       </game>
+       <game name="Ford Racing 2 (USA)">
+               <category>Games</category>
+               <description>Ford Racing 2 (USA)</description>
+               <rom name="Ford Racing 2 (USA).iso" size="7825162240" crc="dafd2d18" md5="1e77419d19360a01342ed4c66b98da5d" sha1="e15bad8ab65ee203c54a7fa0245cbaa73335d421"/>
+       </game>
+       <game name="Freestyle Street Soccer (USA) (En,Es)">
+               <category>Games</category>
+               <description>Freestyle Street Soccer (USA) (En,Es)</description>
+               <rom name="Freestyle Street Soccer (USA) (En,Es).iso" size="7825162240" crc="edf95cae" md5="8b804f18a6081634e201673aadf22e91" sha1="f3e1367fc348a0b062f7fd4458197cea50fd7dd1"/>
+       </game>
+       <game name="High Rollers Casino (USA)">
+               <category>Games</category>
+               <description>High Rollers Casino (USA)</description>
+               <rom name="High Rollers Casino (USA).iso" size="7825162240" crc="6bc5123e" md5="6ef5f175ba18b6206803f6712d4517e0" sha1="c63662596be297dab265a06a22e419f7804ffe17"/>
+       </game>
+       <game name="Ford Racing 3 (USA)">
+               <category>Games</category>
+               <description>Ford Racing 3 (USA)</description>
+               <rom name="Ford Racing 3 (USA).iso" size="7825162240" crc="91da1964" md5="ede1d4752c536bb0b9c7da5b36cabb0b" sha1="1fe9ba3d520206507c9faf0182f1d07246d3bd2b"/>
+       </game>
+       <game name="Greg Hastings' Tournament Paintball Max'd (USA, Europe)">
+               <category>Games</category>
+               <description>Greg Hastings' Tournament Paintball Max'd (USA, Europe)</description>
+               <rom name="Greg Hastings' Tournament Paintball Max'd (USA, Europe).iso" size="7825162240" crc="66eafca5" md5="fc2f072bb1c3388c5a85c0f78b7e70e3" sha1="0756eea512ef6134c9d072e211e42e303d6bebcd"/>
+       </game>
+       <game name="Star Wars - Battlefront (Japan)">
+               <category>Games</category>
+               <description>Star Wars - Battlefront (Japan)</description>
+               <rom name="Star Wars - Battlefront (Japan).iso" size="7825162240" crc="a7b58e54" md5="f87747e257d715e2bd66d0c23a9e01a5" sha1="939a756cd73bc3cb12def88d8bfafe0ad895e8ce"/>
+       </game>
+       <game name="Star Wars - Jedi Knight - Jedi Academy (Japan, Asia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight - Jedi Academy (Japan, Asia) (En,Fr,De)</description>
+               <rom name="Star Wars - Jedi Knight - Jedi Academy (Japan, Asia) (En,Fr,De).iso" size="7825162240" crc="4bc1d193" md5="ef5c0ffe61b41212a3eb41e7968730c9" sha1="9c92bca73bcd533e1b26e68679c159047ec688f9"/>
+       </game>
+       <game name="Star Wars - Republic Commando (Japan)">
+               <category>Games</category>
+               <description>Star Wars - Republic Commando (Japan)</description>
+               <rom name="Star Wars - Republic Commando (Japan).iso" size="7825162240" crc="53840186" md5="6be2f715cd8c47f16436f6c73c54fcd4" sha1="e038f71c06ee013d2519cd7442e4d0f7a151bd11"/>
+       </game>
+       <game name="Hummer Badlands (USA)">
+               <category>Games</category>
+               <description>Hummer Badlands (USA)</description>
+               <rom name="Hummer Badlands (USA).iso" size="7825162240" crc="f7de4f13" md5="a770354e6000abf2c82b3c541f039879" sha1="3e0b25934f192585294c01d4e40f8cf4cd66f71f"/>
+       </game>
+       <game name="Hustle, The - Detroit Streets (USA)">
+               <category>Games</category>
+               <description>Hustle, The - Detroit Streets (USA)</description>
+               <rom name="Hustle, The - Detroit Streets (USA).iso" size="7825162240" crc="9fc5c472" md5="c2ee0dcc46096883562c153f0249af1f" sha1="7419619929ffdbb1ba9808cf14674f20b7290ee6"/>
+       </game>
+       <game name="IndyCar Series (USA)">
+               <category>Games</category>
+               <description>IndyCar Series (USA)</description>
+               <rom name="IndyCar Series (USA).iso" size="7825162240" crc="e88a693f" md5="cb188ec482af9a8a9bbee7fdf056e591" sha1="85a26fae14faefd3fa2f37bdca41ae0cd247246b"/>
+       </game>
+       <game name="IndyCar Series 2005 (USA)">
+               <category>Games</category>
+               <description>IndyCar Series 2005 (USA)</description>
+               <rom name="IndyCar Series 2005 (USA).iso" size="7825162240" crc="7076e063" md5="39be392dca21eae08d11c3a0dc9b1f99" sha1="9582fac9b4315a52f922d6743ecc61da0a52915b"/>
+       </game>
+       <game name="Star Wars - La Guerra dei Cloni (Italy)">
+               <category>Games</category>
+               <description>Star Wars - La Guerra dei Cloni (Italy)</description>
+               <rom name="Star Wars - La Guerra dei Cloni (Italy).iso" size="7825162240" crc="c2946810" md5="0710ecdf7ad360d4b4a310b719571392" sha1="c9e32f46bcb236bc5e96ccc032945f2dc4b1903d"/>
+       </game>
+       <game name="Star Wars - Obi-Wan (Italy)">
+               <category>Games</category>
+               <description>Star Wars - Obi-Wan (Italy)</description>
+               <rom name="Star Wars - Obi-Wan (Italy).iso" size="7825162240" crc="0403ec1a" md5="1e3d454bbd844df3b0b7b40eb20532f2" sha1="969e12f3efb5ebf2fcf681d8020e3fd0318e9486"/>
+       </game>
+       <game name="Kakuto Chojin (USA)">
+               <category>Games</category>
+               <description>Kakuto Chojin (USA)</description>
+               <rom name="Kakuto Chojin (USA).iso" size="7825162240" crc="2e5f337e" md5="4002782ca4a7337f1a26cb22976efa8d" sha1="b2828dfa39b0ab02e71e159dbebda024cb417cc7"/>
+       </game>
+       <game name="Land of the Dead - Road to Fiddler's Green (USA)">
+               <category>Games</category>
+               <description>Land of the Dead - Road to Fiddler's Green (USA)</description>
+               <rom name="Land of the Dead - Road to Fiddler's Green (USA).iso" size="7825162240" crc="4b4aa441" md5="9589ecc3cc49f7c4052bcdbdb44c4216" sha1="92300f1e576b8a66385241c68116e296ecc44d5b"/>
+       </game>
+       <game name="Legends of Wrestling II (USA)">
+               <category>Games</category>
+               <description>Legends of Wrestling II (USA)</description>
+               <rom name="Legends of Wrestling II (USA).iso" size="7825162240" crc="bf959ddc" md5="2f2bd863545124a713199131feadbc64" sha1="d010dea275397f203cd8b3dfa8ec98fc826960da"/>
+       </game>
+       <game name="Ice Age 2 - The Meltdown (USA)">
+               <category>Games</category>
+               <description>Ice Age 2 - The Meltdown (USA)</description>
+               <rom name="Ice Age 2 - The Meltdown (USA).iso" size="7825162240" crc="d8a86d45" md5="d347a9a49223ec96c5a9604cc0a6a4a6" sha1="006f8ab3ea9a3325f1c0ad3237d51450a8f2b9b9"/>
+       </game>
+       <game name="Lemony Snicket's A Series of Unfortunate Events (USA)">
+               <category>Games</category>
+               <description>Lemony Snicket's A Series of Unfortunate Events (USA)</description>
+               <rom name="Lemony Snicket's A Series of Unfortunate Events (USA).iso" size="7825162240" crc="1e6616ba" md5="0e21bdd91d2d27a5d450c15ccf39102d" sha1="b7d11172e27be45a4b339a0b2bbf2961c2d9b4d4"/>
+       </game>
+       <game name="Madden NFL 07 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 07 (USA)</description>
+               <rom name="Madden NFL 07 (USA).iso" size="7825162240" crc="ea466ca2" md5="169923eb7cc68a616e5b8f4f88410d18" sha1="8df156a9784a66a10c0226357a5fd12eb97dc3a5"/>
+       </game>
+       <game name="Major League Baseball 2K6 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K6 (USA)</description>
+               <rom name="Major League Baseball 2K6 (USA).iso" size="7825162240" crc="0eea1ce0" md5="6d549955bbb3fa80ef387e35913ad3e0" sha1="3611037e841f2973d033f23d1333184661534009"/>
+       </game>
+       <game name="Malice (USA)">
+               <category>Games</category>
+               <description>Malice (USA)</description>
+               <rom name="Malice (USA).iso" size="7825162240" crc="2c9abaea" md5="d2d21e195e2ba4a54d5f60eb4e7bcd57" sha1="1cf09395ad7991189b62cd7b05641a6891297863"/>
+       </game>
+       <game name="Minority Report - Everybody Runs (USA)">
+               <category>Games</category>
+               <description>Minority Report - Everybody Runs (USA)</description>
+               <rom name="Minority Report - Everybody Runs (USA).iso" size="7825162240" crc="ce543dc7" md5="e6815b8fd9d93b04fcd0454402d8e5ac" sha1="d48e6091607f68ee61b0f915b3c6d608af5ff1f2"/>
+       </game>
+       <game name="MLB SlugFest 2006 (USA)">
+               <category>Games</category>
+               <description>MLB SlugFest 2006 (USA)</description>
+               <rom name="MLB SlugFest 2006 (USA).iso" size="7825162240" crc="bdeffca3" md5="69759464d5a2b7f172c062ea5cc897d9" sha1="aa89577fd64d9860aa29d8c786b424756eee1f26"/>
+       </game>
+       <game name="Monster 4x4 - World Circuit (USA)">
+               <category>Games</category>
+               <description>Monster 4x4 - World Circuit (USA)</description>
+               <rom name="Monster 4x4 - World Circuit (USA).iso" size="7825162240" crc="6022439c" md5="5aaa0a916eaa198a5e3b2064f2f82a80" sha1="d25d37c3c1b1d13154dda2c42f3a2bd6c52d4286"/>
+       </game>
+       <game name="MX vs. ATV Unleashed (USA)">
+               <category>Games</category>
+               <description>MX vs. ATV Unleashed (USA)</description>
+               <rom name="MX vs. ATV Unleashed (USA).iso" size="7825162240" crc="56af8c61" md5="90e4973c5c51a4753eb4ea7f61db2d1a" sha1="9d37328680a6a6ba7d3fda41f2759fbc7a9a025a"/>
+       </game>
+       <game name="Maximum Chase (USA)">
+               <category>Games</category>
+               <description>Maximum Chase (USA)</description>
+               <rom name="Maximum Chase (USA).iso" size="7825162240" crc="6b815aeb" md5="ccc55cdf350cebe6b4385e5e09fc9ac3" sha1="4be9d7632cfca6bfd7a621a9933f0062b04c6556"/>
+       </game>
+       <game name="Marvel Nemesis - Rise of the Imperfects (USA)">
+               <category>Games</category>
+               <description>Marvel Nemesis - Rise of the Imperfects (USA)</description>
+               <rom name="Marvel Nemesis - Rise of the Imperfects (USA).iso" size="7825162240" crc="2bc5462f" md5="608ebc2a89b1a74b1b0f63045213e6af" sha1="ac1a737c9f2ce69dcd3831f83d3831e858ba83f2"/>
+       </game>
+       <game name="Monster Garage (USA)">
+               <category>Games</category>
+               <description>Monster Garage (USA)</description>
+               <rom name="Monster Garage (USA).iso" size="7825162240" crc="213daf87" md5="cfb753d5654cd6d10ca7576d1d92ec02" sha1="93e29781d67f4948611b43484f49eb1debba6bbd"/>
+       </game>
+       <game name="Motor Trend Presents Lotus Challenge (USA)">
+               <category>Games</category>
+               <description>Motor Trend Presents Lotus Challenge (USA)</description>
+               <rom name="Motor Trend Presents Lotus Challenge (USA).iso" size="7825162240" crc="62c04fe6" md5="dd5347b042078a0725206272a5c33c2c" sha1="0d496421f99a2b2b799a00b0e651e51444d67155"/>
+       </game>
+       <game name="Fuzion Frenzy (USA)">
+               <category>Games</category>
+               <description>Fuzion Frenzy (USA)</description>
+               <rom name="Fuzion Frenzy (USA).iso" size="7825162240" crc="9a0fd935" md5="7cb71b8ec921f5820d97a6ed6468e4ae" sha1="0fba6dbd8dd67a5302de146f33ad540a6184b908"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (USA)</description>
+               <rom name="Need for Speed - Underground 2 (USA).iso" size="7825162240" crc="14741c35" md5="f6cc5706d22e26f934a0666c7a3a0060" sha1="36b5f0e3a1a3c08402eee48a44e4ae323727d912"/>
+       </game>
+       <game name="MX World Tour featuring Jamie Little (USA)">
+               <category>Games</category>
+               <description>MX World Tour featuring Jamie Little (USA)</description>
+               <rom name="MX World Tour featuring Jamie Little (USA).iso" size="7825162240" crc="15bc1b59" md5="68d7d1379eb85264e796acdf173c4064" sha1="b928ae26018326aeb068a203e4bd7009818952b5"/>
+       </game>
+       <game name="Disney's Chicken Little (France)">
+               <category>Games</category>
+               <description>Disney's Chicken Little (France)</description>
+               <rom name="Disney's Chicken Little (France).iso" size="7825162240" crc="c7ceb92f" md5="0fa6b3bb7c6c65aa52877a8e63dc7b7f" sha1="bda790b6809bacbcf3d0a3a1772a1dd9b046c401"/>
+       </game>
+       <game name="X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,It)">
+               <category>Games</category>
+               <description>X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,It)</description>
+               <rom name="X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,It).iso" size="7825162240" crc="c2d48e02" md5="63b3e433f99bf4f2360c0235d9b314b1" sha1="5b6861a39ca69217ae2fe7197fd12f53dee92b87"/>
+       </game>
+       <game name="Minority Report - Le Futur vous Rattrape (France)">
+               <category>Games</category>
+               <description>Minority Report - Le Futur vous Rattrape (France)</description>
+               <rom name="Minority Report - Le Futur vous Rattrape (France).iso" size="7825162240" crc="00b34d34" md5="3d9ae280238bc9f540771b0d45e3ec76" sha1="fb3aca67a5006964c2b7e61f9719ba9d10a9d94f"/>
+       </game>
+       <game name="NBA Live 2004 (USA)">
+               <category>Games</category>
+               <description>NBA Live 2004 (USA)</description>
+               <rom name="NBA Live 2004 (USA).iso" size="7825162240" crc="9ae31afd" md5="578bca086d1f039ed87ee30818e381cf" sha1="ded353c5995cb24dbc688cad6d04001560b40572"/>
+       </game>
+       <game name="NBA Ballers - Phenom (USA)">
+               <category>Games</category>
+               <description>NBA Ballers - Phenom (USA)</description>
+               <rom name="NBA Ballers - Phenom (USA).iso" size="7825162240" crc="d7fa1880" md5="6cc365df68b6069146bd8ff2b8681d65" sha1="abecbf6c301a1fbc1687ef863bcbc8fb10075836"/>
+       </game>
+       <game name="NBA Starting Five (USA)">
+               <category>Games</category>
+               <description>NBA Starting Five (USA)</description>
+               <rom name="NBA Starting Five (USA).iso" size="7825162240" crc="99ec2b58" md5="05193d8ade4ed8e60fe1f428e937d733" sha1="7eec0496be0b55b66c1ee705afcf6289fd27fdcb"/>
+       </game>
+       <game name="NCAA Football 2004 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 2004 (USA)</description>
+               <rom name="NCAA Football 2004 (USA).iso" size="7825162240" crc="d1dfc7db" md5="94f9e7875c9543f0f52240c8e467f168" sha1="66b965d248bde1f447982b3724050da04fcf247b"/>
+       </game>
+       <game name="Destroy All Humans! (USA)">
+               <category>Games</category>
+               <description>Destroy All Humans! (USA)</description>
+               <rom name="Destroy All Humans! (USA).iso" size="7825162240" crc="c775baed" md5="16d49e0e8598babea00f394c13b0bf48" sha1="6261c19f52db889593444096f6ce6236d18d321f"/>
+       </game>
+       <game name="Manhunt (USA)">
+               <category>Games</category>
+               <description>Manhunt (USA)</description>
+               <rom name="Manhunt (USA).iso" size="7825162240" crc="51849eb6" md5="f36a25541a141ceaae126184774bd866" sha1="f15a2cdec381dac60a123d028e06207987d8022d"/>
+       </game>
+       <game name="Amped 2 (USA)">
+               <category>Games</category>
+               <description>Amped 2 (USA)</description>
+               <rom name="Amped 2 (USA).iso" size="7825162240" crc="b9f54ce1" md5="f488f53af082696ecd72131288964944" sha1="69e168fed19d8f6aa02b595954e527257480116f"/>
+       </game>
+       <game name="Crash Nitro Kart (USA)">
+               <category>Games</category>
+               <description>Crash Nitro Kart (USA)</description>
+               <rom name="Crash Nitro Kart (USA).iso" size="7825162240" crc="eadb53d6" md5="c8ed1b0f8148b319badb577f37cbecf7" sha1="33b697f03dea8f332be6c1da61f8cef10b3f4977"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic (Italy)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic (Italy)</description>
+               <rom name="Star Wars - Knights of the Old Republic (Italy).iso" size="7825162240" crc="7bf164c0" md5="7f4a9a7c30a404802be0317af8db368a" sha1="fd090d6caaac4a481907bec8c22b67eaffcc6724"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic II - The Sith Lords (Italy)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic II - The Sith Lords (Italy)</description>
+               <rom name="Star Wars - Knights of the Old Republic II - The Sith Lords (Italy).iso" size="7825162240" crc="8c9bdcf9" md5="9c0073cd9adb37c8bf730b8bb8f2ee30" sha1="bf04ee0d67cb29d0dd6934877984a0f2450659b2"/>
+       </game>
+       <game name="MTX Mototrax (USA)">
+               <category>Games</category>
+               <description>MTX Mototrax (USA)</description>
+               <rom name="MTX Mototrax (USA).iso" size="7825162240" crc="96a5f122" md5="dfad26d896509824555d2f2298bb5051" sha1="f9ed21ca9307489125a18d68284dc77e16d043ec"/>
+       </game>
+       <game name="New Legends (USA)">
+               <category>Games</category>
+               <description>New Legends (USA)</description>
+               <rom name="New Legends (USA).iso" size="7825162240" crc="68c486a6" md5="4108f16a750cb50e6bdcca5330ef387f" sha1="9d5cffb31d5025c6f4256a6b6ec17ab4f819fee9"/>
+       </game>
+       <game name="NFL 2K3 (USA)">
+               <category>Games</category>
+               <description>NFL 2K3 (USA)</description>
+               <rom name="NFL 2K3 (USA).iso" size="7825162240" crc="03e02480" md5="fc23db7da19fc24b9acb356ddd643992" sha1="fa8978e93554d5682bdca5f97945e07cc5aaec21"/>
+       </game>
+       <game name="Open Season (USA, Australia)">
+               <category>Games</category>
+               <description>Open Season (USA, Australia)</description>
+               <rom name="Open Season (USA, Australia).iso" size="7825162240" crc="33c9f755" md5="184f428240babe553779cef44daaf6f9" sha1="51743ecb0915e91a6b2737c6d75684706432e5f9"/>
+       </game>
+       <game name="Pro Fishing Challenge (USA)">
+               <category>Games</category>
+               <description>Pro Fishing Challenge (USA)</description>
+               <rom name="Pro Fishing Challenge (USA).iso" size="7825162240" crc="427a159b" md5="86d2fe2c34206d33cf3b4ae5a6c1a790" sha1="633a4d52493c97f647f80585ce7790610cc34b7e"/>
+       </game>
+       <game name="Pulse Racer (USA)">
+               <category>Games</category>
+               <description>Pulse Racer (USA)</description>
+               <rom name="Pulse Racer (USA).iso" size="7825162240" crc="2cbc8646" md5="97dd8e48047e082d53ec1e03570d4dc9" sha1="190b7e0b695a13d1b5e6bc660e1836f791d0bafe"/>
+       </game>
+       <game name="R-Racing Evolution (USA)">
+               <category>Games</category>
+               <description>R-Racing Evolution (USA)</description>
+               <rom name="R-Racing Evolution (USA).iso" size="7825162240" crc="6291db13" md5="c0ff000dedd4e27a179bead080318ac7" sha1="c1b010c17c9486b5203d72cc35609d54baac570c"/>
+       </game>
+       <game name="Sega Soccer Slam (USA)">
+               <category>Games</category>
+               <description>Sega Soccer Slam (USA)</description>
+               <rom name="Sega Soccer Slam (USA).iso" size="7825162240" crc="f6005206" md5="00a57c08858b7c7d849f1d8a09de7ac3" sha1="a3ef70a4781abf0c6f27ce790be479d626e52bcf"/>
+       </game>
+       <game name="Raze's Hell (USA)">
+               <category>Games</category>
+               <description>Raze's Hell (USA)</description>
+               <rom name="Raze's Hell (USA).iso" size="7825162240" crc="62abab71" md5="332c2b88186ce695e3b72274dd28168e" sha1="72fd3c9180298add6622501dffa9fb8ea3c3602f"/>
+       </game>
+       <game name="RLH - Run Like Hell (USA)">
+               <category>Games</category>
+               <description>RLH - Run Like Hell (USA)</description>
+               <rom name="RLH - Run Like Hell (USA).iso" size="7825162240" crc="5b9aa7d4" md5="92252b7ccc22a154da9c6e6c1c061583" sha1="d622d33a190388fda87685edbb172980c3c067a9"/>
+       </game>
+       <game name="Samurai Warriors (USA)">
+               <category>Games</category>
+               <description>Samurai Warriors (USA)</description>
+               <rom name="Samurai Warriors (USA).iso" size="7825162240" crc="34ec44a5" md5="7403c54870e9e58ac373b91babca4fad" sha1="4fb49c5e01a4f7704fa24717a5d20de1969d8475"/>
+       </game>
+       <game name="Grand Theft Auto - San Andreas (USA) (En,Es)">
+               <category>Games</category>
+               <description>Grand Theft Auto - San Andreas (USA) (En,Es)</description>
+               <rom name="Grand Theft Auto - San Andreas (USA) (En,Es).iso" size="7825162240" crc="2378641a" md5="ec246112f76f9f9dd534c05991902f3a" sha1="568f3629c764ee2e9ddba341db2c0a8faaf7d482"/>
+       </game>
+       <game name="Simpsons, The - Hit &amp; Run (USA, Japan)">
+               <category>Games</category>
+               <description>Simpsons, The - Hit &amp; Run (USA, Japan)</description>
+               <rom name="Simpsons, The - Hit &amp; Run (USA, Japan).iso" size="7825162240" crc="45e36895" md5="f784c6d1d543744cc73a0b1851724fb8" sha1="d77411bd6b801b4bfb6cbf8529ed7307a1a66765"/>
+       </game>
+       <game name="Rayman Arena (USA)">
+               <category>Games</category>
+               <description>Rayman Arena (USA)</description>
+               <rom name="Rayman Arena (USA).iso" size="7825162240" crc="583c9cd5" md5="7148ad10d961e17895a20b069e216b9f" sha1="3dabd4ad9b5fa72fd55a28633e95e2f99c8a6c1c"/>
+       </game>
+       <game name="Shrek Super Party (USA)">
+               <category>Games</category>
+               <description>Shrek Super Party (USA)</description>
+               <rom name="Shrek Super Party (USA).iso" size="7825162240" crc="4cdc14ec" md5="30c516534023b534c32d147a9e20ded4" sha1="2bd627cf14b666c344aadd03ca66b759acf468e4"/>
+       </game>
+       <game name="Splashdown (USA)">
+               <category>Games</category>
+               <description>Splashdown (USA)</description>
+               <rom name="Splashdown (USA).iso" size="7825162240" crc="a2daf147" md5="76c7681d996aea8c3a4f64f119ab8bb3" sha1="47c9da2192f98656c469f6692f4314ea48b9a363"/>
+       </game>
+       <game name="Tecmo Classic Arcade (USA, Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Tecmo Classic Arcade (USA, Japan) (En,Ja)</description>
+               <rom name="Tecmo Classic Arcade (USA, Japan) (En,Ja).iso" size="7825162240" crc="4a25d86d" md5="16ff92339a599188b3e8a17247368f08" sha1="a70eacf4ec50ae38a5b7fd90d52ca80558997e79"/>
+       </game>
+       <game name="Zathura (USA)">
+               <category>Games</category>
+               <description>Zathura (USA)</description>
+               <rom name="Zathura (USA).iso" size="7825162240" crc="5086c458" md5="17f3a8cb74ad7757faa6deffaafb6323" sha1="6b91880bc7cf43a23a8834d9693140fbe92cc784"/>
+       </game>
+       <game name="Street Hoops (USA)">
+               <category>Games</category>
+               <description>Street Hoops (USA)</description>
+               <rom name="Street Hoops (USA).iso" size="7825162240" crc="b4041d4d" md5="f5a61757286c50d072d0395fbbdf8a2b" sha1="3d154a692d65c5edb4dd47897ab50bd1a3d03e7e"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (France)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (France)</description>
+               <rom name="Star Wars - The Clone Wars (France).iso" size="7825162240" crc="1eeba8e5" md5="c61672dd4cc9f698c73db4c1d6f910a0" sha1="46adaaffdf536a7f4260f49010432a011a89dddf"/>
+       </game>
+       <game name="SRS - Street Racing Syndicate (USA)">
+               <category>Games</category>
+               <description>SRS - Street Racing Syndicate (USA)</description>
+               <rom name="SRS - Street Racing Syndicate (USA).iso" size="7825162240" crc="2b6ba2dc" md5="beb6f7c30921d7ddbf55ad27de3cbf05" sha1="b3bc15864b49f0298e716d7d706513d03f080b87"/>
+       </game>
+       <game name="Tennis Masters Series 2003 (USA)">
+               <category>Games</category>
+               <description>Tennis Masters Series 2003 (USA)</description>
+               <rom name="Tennis Masters Series 2003 (USA).iso" size="7825162240" crc="1d73a69b" md5="2d6553741694f085dc18a59439e10e5f" sha1="c10815cc5906328263e5a6df81e8cd522ad03c7d"/>
+       </game>
+       <game name="Bible Game, The (USA)">
+               <category>Games</category>
+               <description>Bible Game, The (USA)</description>
+               <rom name="Bible Game, The (USA).iso" size="7825162240" crc="423e8c12" md5="1e4355ef64201640a051f0fb598434d5" sha1="f29a549d70a350058cbe233edfffc734f8094e51"/>
+       </game>
+       <game name="Top Gear - RPM Tuning (USA)">
+               <category>Games</category>
+               <description>Top Gear - RPM Tuning (USA)</description>
+               <rom name="Top Gear - RPM Tuning (USA).iso" size="7825162240" crc="983138fc" md5="40675a3032754a9fa56131bff33fa964" sha1="af88b65e13f0970c830840fd07588d48e6cb84da"/>
+       </game>
+       <game name="All-Star Baseball 2004 featuring Derek Jeter (USA)">
+               <category>Games</category>
+               <description>All-Star Baseball 2004 featuring Derek Jeter (USA)</description>
+               <rom name="All-Star Baseball 2004 featuring Derek Jeter (USA).iso" size="7825162240" crc="3e349537" md5="04d4a667bbb026cafd9765bcd99273c0" sha1="21e01ab735ff24c28890bf1810d4e1526763421b"/>
+       </game>
+       <game name="ATV - Quad Power Racing 2 (USA)">
+               <category>Games</category>
+               <description>ATV - Quad Power Racing 2 (USA)</description>
+               <rom name="ATV - Quad Power Racing 2 (USA).iso" size="7825162240" crc="59f04d26" md5="19ea165d0edd9fe01bd6313b5e5b8e0e" sha1="1218deb9251f3f64860145cea8b56ca80d03c7e8"/>
+       </game>
+       <game name="Backyard Wrestling - Don't Try This at Home (USA)">
+               <category>Games</category>
+               <description>Backyard Wrestling - Don't Try This at Home (USA)</description>
+               <rom name="Backyard Wrestling - Don't Try This at Home (USA).iso" size="7825162240" crc="5a5b0070" md5="1aa9087fe2dd2cd708084898e7accbb1" sha1="41f59c9b9e7b92afa85393cd7b4e3c9803a57868"/>
+       </game>
+       <game name="Bass Pro Shops - Trophy Bass 2007 (USA)">
+               <category>Games</category>
+               <description>Bass Pro Shops - Trophy Bass 2007 (USA)</description>
+               <rom name="Bass Pro Shops - Trophy Bass 2007 (USA).iso" size="7825162240" crc="49f13415" md5="4363661b9ebc456b417895455856b82d" sha1="5126cf85dc05650ce616e857910dcca047955970"/>
+       </game>
+       <game name="Big Bumpin' (USA)">
+               <category>Games</category>
+               <description>Big Bumpin' (USA)</description>
+               <rom name="Big Bumpin' (USA).iso" size="7825162240" crc="0d2b2716" md5="9ba7cd5f4b589a80a6c5e876f4a2b26e" sha1="51fbf8e78a25d466295568fbe9752c7070961779"/>
+       </game>
+       <game name="Big Mutha Truckers (USA)">
+               <category>Games</category>
+               <description>Big Mutha Truckers (USA)</description>
+               <rom name="Big Mutha Truckers (USA).iso" size="7825162240" crc="81332f3c" md5="8078b7fd99745d9e68a410bab1b1e3c3" sha1="04d43898776964fc947b13fccc9536950c4ba27d"/>
+       </game>
+       <game name="Blitz - The League (USA)">
+               <category>Games</category>
+               <description>Blitz - The League (USA)</description>
+               <rom name="Blitz - The League (USA).iso" size="7825162240" crc="cd653d6d" md5="f1e199562bc87002eef3a93061340b3f" sha1="e2a1752700435b742b4087082c0ba039c88b757a"/>
+       </game>
+       <game name="Charlie and the Chocolate Factory (USA)">
+               <category>Games</category>
+               <description>Charlie and the Chocolate Factory (USA)</description>
+               <rom name="Charlie and the Chocolate Factory (USA).iso" size="7825162240" crc="b326b206" md5="0561ce3b39a440782ca0b803063a375d" sha1="d99fe75647129f8163f152c0898edacaf3fc3111"/>
+       </game>
+       <game name="Close Combat - First to Fight - United States Marines (USA)">
+               <category>Games</category>
+               <description>Close Combat - First to Fight - United States Marines (USA)</description>
+               <rom name="Close Combat - First to Fight - United States Marines (USA).iso" size="7825162240" crc="cbefa6c5" md5="6af483ef587827733be7d71c5f85ca3c" sha1="a31b1aaca5fe2aafbccc51e3b94d5894711e4ba7"/>
+       </game>
+       <game name="Corvette (USA)">
+               <category>Games</category>
+               <description>Corvette (USA)</description>
+               <rom name="Corvette (USA).iso" size="7825162240" crc="0fee02ad" md5="89e469e39d0c787a8844679baaa24bc8" sha1="4974c86f8986de7a320ccfe75b0f7749ed4504e9"/>
+       </game>
+       <game name="Evil Dead - Regeneration (USA)">
+               <category>Games</category>
+               <description>Evil Dead - Regeneration (USA)</description>
+               <rom name="Evil Dead - Regeneration (USA).iso" size="7825162240" crc="dfe8ad8e" md5="367cb701d2482cf24543deea261831a3" sha1="868c99a3ff75c76568c7bc240086337162f0a89b"/>
+       </game>
+       <game name="FIFA Soccer 2005 (USA)">
+               <category>Games</category>
+               <description>FIFA Soccer 2005 (USA)</description>
+               <rom name="FIFA Soccer 2005 (USA).iso" size="7825162240" crc="ed8aca59" md5="27ad00248bf04ecd3f2679ed31ff7d5f" sha1="acb23e4903a227036acaea22b7fbb9c854a60761"/>
+       </game>
+       <game name="Gravity Games Bike - Street. Vert. Dirt. (USA)">
+               <category>Games</category>
+               <description>Gravity Games Bike - Street. Vert. Dirt. (USA)</description>
+               <rom name="Gravity Games Bike - Street. Vert. Dirt. (USA).iso" size="7825162240" crc="18d86434" md5="fc45cff6fa4280b1cfd259c43c15ff16" sha1="0c39224c556c02f664c4976dad20704a6aef8612"/>
+       </game>
+       <game name="IHRA Drag Racing 2004 (USA)">
+               <category>Games</category>
+               <description>IHRA Drag Racing 2004 (USA)</description>
+               <rom name="IHRA Drag Racing 2004 (USA).iso" size="7825162240" crc="f273e8b4" md5="ba52c0b5c3d59ca674ed7341290e9876" sha1="3b3564d0a9ddb204a2dacffec80e2095fd87bc94"/>
+       </game>
+       <game name="IHRA Professional Drag Racing 2005 (USA)">
+               <category>Games</category>
+               <description>IHRA Professional Drag Racing 2005 (USA)</description>
+               <rom name="IHRA Professional Drag Racing 2005 (USA).iso" size="7825162240" crc="810fcf4c" md5="bc6a417f9cd3828fdaf8aae2cc3204df" sha1="f0a5aca42d0ba3b76d7ed1cbf92ba25d087b1659"/>
+       </game>
+       <game name="Madden NFL 2004 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2004 (USA)</description>
+               <rom name="Madden NFL 2004 (USA).iso" size="7825162240" crc="8adc2b90" md5="950f0b83dc7d34bb4e5412a62e829bf0" sha1="a5150c5d61ca5124dd34d52b6a0777a712c0a221"/>
+       </game>
+       <game name="MLB SlugFest 2003 (USA)">
+               <category>Games</category>
+               <description>MLB SlugFest 2003 (USA)</description>
+               <rom name="MLB SlugFest 2003 (USA).iso" size="7825162240" crc="a29a02ba" md5="68a8a4add4e29d511c4c8ba8c737d2b0" sha1="7d6d738621c12dd8ea6cbd609f2f6b6080b3d4ea"/>
+       </game>
+       <game name="MLB SlugFest - Loaded (USA)">
+               <category>Games</category>
+               <description>MLB SlugFest - Loaded (USA)</description>
+               <rom name="MLB SlugFest - Loaded (USA).iso" size="7825162240" crc="2df1a633" md5="78137df90a2e11fe5f3f626bb4353fff" sha1="3c6c8bbc5fb4c1b719bc52d59addd78422f7d5cd"/>
+       </game>
+       <game name="NASCAR 06 - Total Team Control (USA)">
+               <category>Games</category>
+               <description>NASCAR 06 - Total Team Control (USA)</description>
+               <rom name="NASCAR 06 - Total Team Control (USA).iso" size="7825162240" crc="faf8ec1b" md5="829ad1cacf1dbe2cfa0c12c54cbb744d" sha1="6194dd2ae5585f11357958bb9a7ea9d7bb35814d"/>
+       </game>
+       <game name="NASCAR Thunder 2003 (USA)">
+               <category>Games</category>
+               <description>NASCAR Thunder 2003 (USA)</description>
+               <rom name="NASCAR Thunder 2003 (USA).iso" size="7825162240" crc="5b15e7e0" md5="6fd68708013f6f2289d19d813ddef789" sha1="79cc742c3472c4f8b47e09c727e2e996cf759084"/>
+       </game>
+       <game name="NBA 2K2 (USA)">
+               <category>Games</category>
+               <description>NBA 2K2 (USA)</description>
+               <rom name="NBA 2K2 (USA).iso" size="7825162240" crc="c3243bf6" md5="fdee77a8104b3fd0953c9b0b3134d04a" sha1="73798f2cc37b1711d5895e04e5f47946a909c4a0"/>
+       </game>
+       <game name="NBA Inside Drive 2002 (USA)">
+               <category>Games</category>
+               <description>NBA Inside Drive 2002 (USA)</description>
+               <rom name="NBA Inside Drive 2002 (USA).iso" size="7825162240" crc="8973234e" md5="090025717dbf278e88f11997aa895fcf" sha1="89978c6cbad3210f37e51612d87a3a98f4f5b5d7"/>
+       </game>
+       <game name="NBA Live 07 (USA)">
+               <category>Games</category>
+               <description>NBA Live 07 (USA)</description>
+               <rom name="NBA Live 07 (USA).iso" size="7825162240" crc="c800a44a" md5="fd01298eaac72924403dacc7c48bbd6b" sha1="eef8bc707a1af2b327baa0fb1df8e09d020dc10a"/>
+       </game>
+       <game name="NCAA Football 08 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 08 (USA)</description>
+               <rom name="NCAA Football 08 (USA).iso" size="7825162240" crc="358498a0" md5="91a98fc292a762b848c3a7e83ccaa8b5" sha1="48bd1a58fc2e0594659afda37ff1dc30bcc1f03c"/>
+       </game>
+       <game name="NCAA March Madness 2004 (USA)">
+               <category>Games</category>
+               <description>NCAA March Madness 2004 (USA)</description>
+               <rom name="NCAA March Madness 2004 (USA).iso" size="7825162240" crc="ddec2a61" md5="2c72cf0fbdcfcf0659358a3cd722cbad" sha1="1cdc27a4c4428f20a8d6d1b7a3658d651e46539d"/>
+       </game>
+       <game name="NFL Street 2 (USA)">
+               <category>Games</category>
+               <description>NFL Street 2 (USA)</description>
+               <rom name="NFL Street 2 (USA).iso" size="7825162240" crc="8c7ecc5a" md5="fbcf80dd4fbd99aaddafc977cc8e6a98" sha1="0bc39d16e651b3a2424b08d9574b060efe974760"/>
+       </game>
+       <game name="NHL 2002 (USA)">
+               <category>Games</category>
+               <description>NHL 2002 (USA)</description>
+               <rom name="NHL 2002 (USA).iso" size="7825162240" crc="1833e723" md5="751cc26d1f0cc6d76753550b2d2ae84b" sha1="ad612c72b9f68b17c435b574b7705c1a7cc5388a"/>
+       </game>
+       <game name="NHL Hitz 2002 (USA)">
+               <category>Games</category>
+               <description>NHL Hitz 2002 (USA)</description>
+               <rom name="NHL Hitz 2002 (USA).iso" size="7825162240" crc="299eb43f" md5="780d7c0c6ba4a14721b042052f6089cd" sha1="dd08f3de00590d4ef1b35c0617369d0a055954b7"/>
+       </game>
+       <game name="Night Caster - Defeat the Darkness (USA)">
+               <category>Games</category>
+               <description>Night Caster - Defeat the Darkness (USA)</description>
+               <rom name="Night Caster - Defeat the Darkness (USA).iso" size="7825162240" crc="e2ecfe3d" md5="374b293c05b588f9e3e72f836a044124" sha1="b36e2f03e7ed4df5701e4e0662edb2f08c9af852"/>
+       </game>
+       <game name="Outlaw Golf - 9 Holes of X-Mas (USA)">
+               <category>Games</category>
+               <description>Outlaw Golf - 9 Holes of X-Mas (USA)</description>
+               <rom name="Outlaw Golf - 9 Holes of X-Mas (USA).iso" size="7825162240" crc="d75faed7" md5="45bc4568279a3f706cbfc34595cb71ac" sha1="a5a89705af02f615b46838ab5510e08c003305d1"/>
+       </game>
+       <game name="Outlaw Tennis (USA)">
+               <category>Games</category>
+               <description>Outlaw Tennis (USA)</description>
+               <rom name="Outlaw Tennis (USA).iso" size="7825162240" crc="2f6bcdf0" md5="d6966e40eef8cc6053b14d9a2c96d762" sha1="72045d6ce8b0f143fb7cea254a0e4b67c734c869"/>
+       </game>
+       <game name="Outlaw Volleyball - Red Hot (USA)">
+               <category>Games</category>
+               <description>Outlaw Volleyball - Red Hot (USA)</description>
+               <rom name="Outlaw Volleyball - Red Hot (USA).iso" size="7825162240" crc="978c4b18" md5="ec2f6e671dcdf8e01004e90f80573a2e" sha1="daf59cddc2c0d94ade1588d53684385b569f9c6d"/>
+       </game>
+       <game name="PocketBike Racer (USA)">
+               <category>Games</category>
+               <description>PocketBike Racer (USA)</description>
+               <rom name="PocketBike Racer (USA).iso" size="7825162240" crc="a2f832a7" md5="fa5a17171280ce21afd58b7eb5f7035a" sha1="6a801254b1691717445253a1f4e068115f16f7b9"/>
+       </game>
+       <game name="Showdown - Legends of Wrestling (USA)">
+               <category>Games</category>
+               <description>Showdown - Legends of Wrestling (USA)</description>
+               <rom name="Showdown - Legends of Wrestling (USA).iso" size="7825162240" crc="5afb5368" md5="c3ad5be995801335df2a41c140a2d299" sha1="a8fd5868592fe1c995e211c5f7f8ac23160a7806"/>
+       </game>
+       <game name="Sims 2, The (USA)">
+               <category>Games</category>
+               <description>Sims 2, The (USA)</description>
+               <rom name="Sims 2, The (USA).iso" size="7825162240" crc="8591048d" md5="da71ca22733a23921b4619b0795f973e" sha1="b3500290caf12d1fd95fb4f1717a6f6329fdebff"/>
+       </game>
+       <game name="Sneak King (USA)">
+               <category>Games</category>
+               <description>Sneak King (USA)</description>
+               <rom name="Sneak King (USA).iso" size="7825162240" crc="069b5905" md5="c30724ebcc2db721b601b6bf79c9348e" sha1="ff275180aa89968f37c40658352161ff636c3957"/>
+       </game>
+       <game name="Totaled! (USA)">
+               <category>Games</category>
+               <description>Totaled! (USA)</description>
+               <rom name="Totaled! (USA).iso" size="7825162240" crc="e6f1498d" md5="24cb42e5c97af91e2c660e840b0f66a1" sha1="c7d3e865c6934dd522a9d7c36b1a0984f18113f4"/>
+       </game>
+       <game name="World Poker Tour (USA)">
+               <category>Games</category>
+               <description>World Poker Tour (USA)</description>
+               <rom name="World Poker Tour (USA).iso" size="7825162240" crc="fc9c84ee" md5="1fc08b54be876a5229983772c46e90f9" sha1="20db15bd951ce5f3342a0a89b830edd8d932d5ec"/>
+       </game>
+       <game name="TransWorld Snowboarding (USA)">
+               <category>Games</category>
+               <description>TransWorld Snowboarding (USA)</description>
+               <rom name="TransWorld Snowboarding (USA).iso" size="7825162240" crc="20e3dd7b" md5="1b1253672231bf88eea4af1a648ffda6" sha1="3b260c646bec5cff9c264c7fd90ab23c0fca1625"/>
+       </game>
+       <game name="X2 - Wolverine's Revenge (USA)">
+               <category>Games</category>
+               <description>X2 - Wolverine's Revenge (USA)</description>
+               <rom name="X2 - Wolverine's Revenge (USA).iso" size="7825162240" crc="f6b4a708" md5="5145e888fd12ab6e447d4a244753dd1b" sha1="c3bf867bedb33f6898ad898021819379a2a01bfe"/>
+       </game>
+       <game name="Zapper (USA)">
+               <category>Games</category>
+               <description>Zapper (USA)</description>
+               <rom name="Zapper (USA).iso" size="7825162240" crc="f95d5b91" md5="aba131ea007d91d160f8a0318ffa3ba9" sha1="b6a0031003c5325e8fe87a56f7d01c5baf6f68b8"/>
+       </game>
+       <game name="UEFA Euro 2004 - Portugal (USA)">
+               <category>Games</category>
+               <description>UEFA Euro 2004 - Portugal (USA)</description>
+               <rom name="UEFA Euro 2004 - Portugal (USA).iso" size="7825162240" crc="a6b37585" md5="af1030765455eb22345f0d3910758492" sha1="99830e77496ccdcc1a9536662c65fe98c26b49af"/>
+       </game>
+       <game name="Ultimate Beach Soccer (USA)">
+               <category>Games</category>
+               <description>Ultimate Beach Soccer (USA)</description>
+               <rom name="Ultimate Beach Soccer (USA).iso" size="7825162240" crc="27d80790" md5="4c121e67cda54aa69fb95d06af8ff7c6" sha1="508475d317e7d127773f7eb792d7f49afc2ea40c"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 22 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 22 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 22 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="ff90f4e0" md5="ea2823aac94e137c79363e05bad36bd6" sha1="02fc49330b4e308fbd5ceaba177983224e809e1e"/>
+       </game>
+       <game name="Rally Fusion - Race of Champions (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Rally Fusion - Race of Champions (Europe) (En,Fr,De)</description>
+               <rom name="Rally Fusion - Race of Champions (Europe) (En,Fr,De).iso" size="7825162240" crc="25293c62" md5="43299a053b670dc2ecbe990076bd74c0" sha1="738dfd9748060f3ae5d1594e9a2e550a9e995c21"/>
+       </game>
+       <game name="WarPath (USA)">
+               <category>Games</category>
+               <description>WarPath (USA)</description>
+               <rom name="WarPath (USA).iso" size="7825162240" crc="fc4c9afa" md5="c215364a0ddaa9a5c5a9beec81965071" sha1="ddc5e2f994fd34228b2d40112ea153f70df459a0"/>
+       </game>
+       <game name="Toxic Grind (USA)">
+               <category>Games</category>
+               <description>Toxic Grind (USA)</description>
+               <rom name="Toxic Grind (USA).iso" size="7825162240" crc="08fa8546" md5="4ba73ac5e3fcff0e08bf3859db1d9736" sha1="4d81a3c7efefc75e6a4fe39a84c492a12c6192d9"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 03 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 03 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 03 (USA).iso" size="7825162240" crc="14a6bf05" md5="ea02961bacc2f2309b63313be4d8a446" sha1="26ce152d0d2d168c4d006fe583697738c8296580"/>
+       </game>
+       <game name="Leisure Suit Larry - Magna Cum Laude (France)">
+               <category>Games</category>
+               <description>Leisure Suit Larry - Magna Cum Laude (France)</description>
+               <rom name="Leisure Suit Larry - Magna Cum Laude (France).iso" size="7825162240" crc="c7fe77b2" md5="788cccfcdee96ae85e75c5a04290c411" sha1="fda638c21445cb43017eb42beefb7d1229cd1537"/>
+       </game>
+       <game name="Mat Hoffman's Pro BMX 2 (France)">
+               <category>Games</category>
+               <description>Mat Hoffman's Pro BMX 2 (France)</description>
+               <rom name="Mat Hoffman's Pro BMX 2 (France).iso" size="7825162240" crc="6598fa4d" md5="e2066fbaa56721acaa5b1a3bec82ea9a" sha1="98775da6147d496fcbafa66b4cca41585130147a"/>
+       </game>
+       <game name="Armed and Dangerous (France)">
+               <category>Games</category>
+               <description>Armed and Dangerous (France)</description>
+               <rom name="Armed and Dangerous (France).iso" size="7825162240" crc="6ca15a55" md5="ae4778c2cd1b3b15ac94dd3f67052467" sha1="9a0467a9d624e6e1bc230e40447e02680907c4b0"/>
+       </game>
+       <game name="Yager (USA)">
+               <category>Games</category>
+               <description>Yager (USA)</description>
+               <rom name="Yager (USA).iso" size="7825162240" crc="a50df7fa" md5="e88f7de498c5c871c284aba13c41dca5" sha1="ce16b8d180e513fe95c23def93bdeae87177dac5"/>
+       </game>
+       <game name="Barbie Horse Adventures - Wild Horse Rescue (USA)">
+               <category>Games</category>
+               <description>Barbie Horse Adventures - Wild Horse Rescue (USA)</description>
+               <rom name="Barbie Horse Adventures - Wild Horse Rescue (USA).iso" size="7825162240" crc="0e073aae" md5="5b3c17a051f3b989fdd88eadbe9ad79f" sha1="72031b6c05d88705dee76ebafb6cff118a04c414"/>
+       </game>
+       <game name="Crusty Demons (USA)">
+               <category>Games</category>
+               <description>Crusty Demons (USA)</description>
+               <rom name="Crusty Demons (USA).iso" size="7825162240" crc="603cb848" md5="032ac61589e2ce12ca288b30cced285a" sha1="54181b46506763d2b0daf26dfdb2aa6bc99c4685"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (USA)</description>
+               <rom name="Disney-Pixar Ratatouille (USA).iso" size="7825162240" crc="7dc8f077" md5="6edbf736f71efc256fb45c4ebba4ab8c" sha1="a0a03d41c96cc0868125ad2ad7d1bfe95bcf5602"/>
+       </game>
+       <game name="Disney's Extreme Skate Adventure (USA)">
+               <category>Games</category>
+               <description>Disney's Extreme Skate Adventure (USA)</description>
+               <rom name="Disney's Extreme Skate Adventure (USA).iso" size="7825162240" crc="f1384e81" md5="747f43fcc56081cd0acb71e39cd89c0a" sha1="5327eb225120f71a56b94762b28594ff6f56ed64"/>
+       </game>
+       <game name="Dr. Muto (USA)">
+               <category>Games</category>
+               <description>Dr. Muto (USA)</description>
+               <rom name="Dr. Muto (USA).iso" size="7825162240" crc="e5cdc3a0" md5="5b3e4d9e716aed090a6f6aa4ef21b8f2" sha1="e6f7511b32bc5950c932a9143f3f7daf03003dcd"/>
+       </game>
+       <game name="Dynasty Warriors 3 (USA)">
+               <category>Games</category>
+               <description>Dynasty Warriors 3 (USA)</description>
+               <rom name="Dynasty Warriors 3 (USA).iso" size="7825162240" crc="985103b5" md5="180721a853aa1470aa1a0dc986675b86" sha1="440fe2c13439c42aa34a9dd69f30d7b46fa5065a"/>
+       </game>
+       <game name="I-Ninja (USA)">
+               <category>Games</category>
+               <description>I-Ninja (USA)</description>
+               <rom name="I-Ninja (USA).iso" size="7825162240" crc="6ae7155d" md5="0544035a348103877c828971763a8399" sha1="8d108c0a20e6998d52e1a43fa8d958582dfb329f"/>
+       </game>
+       <game name="Major League Baseball 2K7 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K7 (USA)</description>
+               <rom name="Major League Baseball 2K7 (USA).iso" size="7825162240" crc="4d1b1647" md5="ff508417785e30644521fde5b72c57bc" sha1="a8c542ee6eb48be626780d8338447f725ab39be4"/>
+       </game>
+       <game name="College Hoops 2K7 (USA)">
+               <category>Games</category>
+               <description>College Hoops 2K7 (USA)</description>
+               <rom name="College Hoops 2K7 (USA).iso" size="7825162240" crc="728c0f5d" md5="8b0e0db2f231bd9d3965931dcdd0c8e7" sha1="7f71c5617404f4e11990db8fe7958fb6abec627b"/>
+       </game>
+       <game name="Pro Race Driver (USA)">
+               <category>Games</category>
+               <description>Pro Race Driver (USA)</description>
+               <rom name="Pro Race Driver (USA).iso" size="7825162240" crc="7e6b4903" md5="7e441b4437a7d613973b482665b80d1a" sha1="04a6a07bc7bf1148cb2c18b9e07e829be8f34002"/>
+       </game>
+       <game name="Rally Fusion - Race of Champions (USA)">
+               <category>Games</category>
+               <description>Rally Fusion - Race of Champions (USA)</description>
+               <rom name="Rally Fusion - Race of Champions (USA).iso" size="7825162240" crc="d7065c54" md5="d4826d818768357bf7cd54504f3f4e18" sha1="b17e126cf3fe1be9e623d06c7f04b85df8c813ff"/>
+       </game>
+       <game name="RoadKill (USA)">
+               <category>Games</category>
+               <description>RoadKill (USA)</description>
+               <rom name="RoadKill (USA).iso" size="7825162240" crc="4917005c" md5="0d0d6f8bbbf0af68020220b5a2e5dfee" sha1="fd46f37b5e7a9aced422cf73e900aff96943992b"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA).iso" size="7825162240" crc="a9ca7069" md5="7c8123cc3df7dca32fbf9f86931b098f" sha1="a3ab5054af71f3804150de4e618f7b53d56f70f8"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA).iso" size="7825162240" crc="65e0b0f7" md5="ce4227b4db66d555b57514a6360bdf0f" sha1="db1e9bacc70d2b62bbe02b2e2bae65979646d40a"/>
+       </game>
+       <game name="SSX Tricky (USA)">
+               <category>Games</category>
+               <description>SSX Tricky (USA)</description>
+               <rom name="SSX Tricky (USA).iso" size="7825162240" crc="653dfb6f" md5="5efaec168cac00ffcde46fc911b2a5e0" sha1="c9e3793de9bdfdbe43fc397d16388f7bdf6a75aa"/>
+       </game>
+       <game name="Tetris Worlds (USA)">
+               <category>Games</category>
+               <description>Tetris Worlds (USA)</description>
+               <rom name="Tetris Worlds (USA).iso" size="7825162240" crc="73f985ac" md5="2277826b7a3c50234ae53f3e41a2a9b6" sha1="1e7dfb0f2d959fb68889c71a4f0299b964d375eb"/>
+       </game>
+       <game name="Guy Game, The (USA)">
+               <category>Games</category>
+               <description>Guy Game, The (USA)</description>
+               <rom name="Guy Game, The (USA).iso" size="7825162240" crc="4ddf41b1" md5="2d2a404ea73c4d02f3347ead1e503a69" sha1="e9167d091722726e3934c8c82f83e1a94f5e8087"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles - Rise of the Underminer (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles - Rise of the Underminer (USA)</description>
+               <rom name="Disney-Pixar The Incredibles - Rise of the Underminer (USA).iso" size="7825162240" crc="4631b890" md5="3bd295463923eb3209421ed647c91521" sha1="a9699654747761cc1a35e4409e89bd2ec4f0be3d"/>
+       </game>
+       <game name="Warriors, The (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Warriors, The (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Warriors, The (USA) (En,Fr,De,Es,It).iso" size="7825162240" crc="e3ddac83" md5="fe9605d8e0297bc8eac40a1bc3ff4cda" sha1="66771d498e6d104e2b02225ad3577c74b756bcae"/>
+       </game>
+       <game name="Wallace &amp; Gromit in Project Zoo (USA)">
+               <category>Games</category>
+               <description>Wallace &amp; Gromit in Project Zoo (USA)</description>
+               <rom name="Wallace &amp; Gromit in Project Zoo (USA).iso" size="7825162240" crc="476fec30" md5="7b28ff78d91833a2a031a4f1d16920c1" sha1="c9a2f565f362fe29c03c291a1f593036549e095d"/>
+       </game>
+       <game name="World Championship Pool 2004 (USA)">
+               <category>Games</category>
+               <description>World Championship Pool 2004 (USA)</description>
+               <rom name="World Championship Pool 2004 (USA).iso" size="7825162240" crc="3c333024" md5="0a302a0ee0ba90038c1809eae6f05eb7" sha1="2ad77ac9f78870f2d7568be484922c2743ef8acf"/>
+       </game>
+       <game name="World War II Combat - Road to Berlin (USA)">
+               <category>Games</category>
+               <description>World War II Combat - Road to Berlin (USA)</description>
+               <rom name="World War II Combat - Road to Berlin (USA).iso" size="7825162240" crc="ea10834e" md5="8e9415365f240af6c21c8de954dcbad8" sha1="427d35af67425c3d346a4ef843611d0d1c025c32"/>
+       </game>
+       <game name="Prisoner of War (USA)">
+               <category>Games</category>
+               <description>Prisoner of War (USA)</description>
+               <rom name="Prisoner of War (USA).iso" size="7825162240" crc="fa4e14af" md5="5a35d8bdd656b942d946499e357f0975" sha1="4ed646a21dc670cb30c42b7b71620fd81cd763ee"/>
+       </game>
+       <game name="Yourself!Fitness (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Yourself!Fitness (USA) (Rev 1)</description>
+               <rom name="Yourself!Fitness (USA) (Rev 1).iso" size="7825162240" crc="415e7fb2" md5="d7cc7397dfbbf17c9f05650cc64c747f" sha1="5c4c9307dd46d5e8588c3986e57ca35c8387c646"/>
+       </game>
+       <game name="Yu-Gi-Oh! The Dawn of Destiny (USA)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! The Dawn of Destiny (USA)</description>
+               <rom name="Yu-Gi-Oh! The Dawn of Destiny (USA).iso" size="7825162240" crc="d160c522" md5="2e061298d9257712fc87c890214b00aa" sha1="af7e80889734774fab6822e656095d1c14d8fec7"/>
+       </game>
+       <game name="Juiced (Europe) (En,Fr,De,Es,It) (Demo)">
+               <category>Demos</category>
+               <description>Juiced (Europe) (En,Fr,De,Es,It) (Demo)</description>
+               <rom name="Juiced (Europe) (En,Fr,De,Es,It) (Demo).iso" size="7825162240" crc="4ee0dbee" md5="7ded432feaa2c135f4a7678d3ea25d67" sha1="d7f77689082660c19861aa9b4d4d0a0460a73287"/>
+       </game>
+       <game name="Soulcalibur II (Europe) (En,Fr,De,Es,It) (Demo)">
+               <category>Demos</category>
+               <description>Soulcalibur II (Europe) (En,Fr,De,Es,It) (Demo)</description>
+               <rom name="Soulcalibur II (Europe) (En,Fr,De,Es,It) (Demo).iso" size="7825162240" crc="486c140b" md5="d970c0c76780c33bb175bdbeb21ac19d" sha1="7f3dbfb24cbc4627783b3d9f327e9b7d6a93a902"/>
+       </game>
+       <game name="Freedom Fighters (France)">
+               <category>Games</category>
+               <description>Freedom Fighters (France)</description>
+               <rom name="Freedom Fighters (France).iso" size="7825162240" crc="bf90a402" md5="abc4b1da2feafc7847e796efc4e08f92" sha1="45b046bb6e0a21987d354cf54537d5f31588a83a"/>
+       </game>
+       <game name="World Soccer Winning Eleven 9 (USA, Asia) (En,Es)">
+               <category>Games</category>
+               <description>World Soccer Winning Eleven 9 (USA, Asia) (En,Es)</description>
+               <rom name="World Soccer Winning Eleven 9 (USA, Asia) (En,Es).iso" size="7825162240" crc="bf3907ed" md5="f6eb2ae7789ecbd9a0ef3b559c5b6eeb" sha1="64fe55b3f14349753f05222b0b9bef5e3888d759"/>
+       </game>
+       <game name="2002 FIFA World Cup (USA)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (USA)</description>
+               <rom name="2002 FIFA World Cup (USA).iso" size="7825162240" crc="fc62be92" md5="1b50c803b758672852080cd7e1376948" sha1="8956129ac0d26ec61c4d01998377a2d20342b979"/>
+       </game>
+       <game name="America's Army - Rise of a Soldier (USA)">
+               <category>Games</category>
+               <description>America's Army - Rise of a Soldier (USA)</description>
+               <rom name="America's Army - Rise of a Soldier (USA).iso" size="7825162240" crc="1e54ac93" md5="99b191d9ac4a2fb45ed1e76bde7b2d7e" sha1="9a14849b923019e646dbb50cd4839d4407f9aac8"/>
+       </game>
+       <game name="Army Men - Sarge's War (USA)">
+               <category>Games</category>
+               <description>Army Men - Sarge's War (USA)</description>
+               <rom name="Army Men - Sarge's War (USA).iso" size="7825162240" crc="4fb3983f" md5="7d0ade94901e25ad917254ba0f5c0c13" sha1="10858a107b90b34a69b04e2aaa1bdb625530e130"/>
+       </game>
+       <game name="Bionicle (USA)">
+               <category>Games</category>
+               <description>Bionicle (USA)</description>
+               <rom name="Bionicle (USA).iso" size="7825162240" crc="aae79605" md5="8bcc73834285dd2d3f12b07799dcbc17" sha1="f59c52b04eab3dc983d154c162ac444da3ee7904"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (USA)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (USA)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (USA).iso" size="7825162240" crc="386eb069" md5="a19a3f7ad5e58a2ba333c103a3bd5433" sha1="fd0b1c1f24c46eb8bfbc7b3cf776804bbae8af6e"/>
+       </game>
+       <game name="BloodRayne 2 (USA)">
+               <category>Games</category>
+               <description>BloodRayne 2 (USA)</description>
+               <rom name="BloodRayne 2 (USA).iso" size="7825162240" crc="05c76d1b" md5="540186cecb437eec6c6006612d8998ba" sha1="50e29be03a1f95c2bb7fae79e4fbd57494e549d9"/>
+       </game>
+       <game name="Bruce Lee - Quest of the Dragon (USA)">
+               <category>Games</category>
+               <description>Bruce Lee - Quest of the Dragon (USA)</description>
+               <rom name="Bruce Lee - Quest of the Dragon (USA).iso" size="7825162240" crc="9fbbe924" md5="142a287d4c87169c241367e6bdf380f0" sha1="330fa8d67930c55600766dc75d07fd5fdbf3b446"/>
+       </game>
+       <game name="Cabela's Deer Hunt - 2004 Season (USA)">
+               <category>Games</category>
+               <description>Cabela's Deer Hunt - 2004 Season (USA)</description>
+               <rom name="Cabela's Deer Hunt - 2004 Season (USA).iso" size="7825162240" crc="48ea0ffd" md5="82f9efa2ecfd4bb5d19c51edbf595f6e" sha1="cd66e6b57724762400bb0c10d3c1071f1c7857f8"/>
+       </game>
+       <game name="Championship Bowling (USA)">
+               <category>Games</category>
+               <description>Championship Bowling (USA)</description>
+               <rom name="Championship Bowling (USA).iso" size="7825162240" crc="72e62c1e" md5="06c195b8d5dd84477ac7fe6780c57d06" sha1="279466996acebf46e2b653e1020e10a57149eac9"/>
+       </game>
+       <game name="Circus Maximus - Chariot Wars (USA)">
+               <category>Games</category>
+               <description>Circus Maximus - Chariot Wars (USA)</description>
+               <rom name="Circus Maximus - Chariot Wars (USA).iso" size="7825162240" crc="9985d800" md5="b51aece83f198927519deb1723f4ade7" sha1="6249b38958bc48fea3063dd3b76d07a6147a8201"/>
+       </game>
+       <game name="Cold War (USA)">
+               <category>Games</category>
+               <description>Cold War (USA)</description>
+               <rom name="Cold War (USA).iso" size="7825162240" crc="91ba0f35" md5="7fa96d648d32ed4b3687aea331e3e56f" sha1="96f0b97174e849ec198401962bfca8ada26db5fd"/>
+       </game>
+       <game name="Combat Elite - WWII Paratroopers (USA)">
+               <category>Games</category>
+               <description>Combat Elite - WWII Paratroopers (USA)</description>
+               <rom name="Combat Elite - WWII Paratroopers (USA).iso" size="7825162240" crc="61b15d85" md5="af340c7693b36669caffbcd7ae45c09b" sha1="59c16a6fc5c3f1f5a08ae971fd4df0dca6d5e169"/>
+       </game>
+       <game name="Commandos 2 - Men of Courage (USA)">
+               <category>Games</category>
+               <description>Commandos 2 - Men of Courage (USA)</description>
+               <rom name="Commandos 2 - Men of Courage (USA).iso" size="7825162240" crc="95201355" md5="62f267c44014584fa1d55048280f79cc" sha1="c26e8ea9a440c1956ff5d2b81bb46920625dab04"/>
+       </game>
+       <game name="Conflict - Desert Storm II - Back to Baghdad (USA)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm II - Back to Baghdad (USA)</description>
+               <rom name="Conflict - Desert Storm II - Back to Baghdad (USA).iso" size="7825162240" crc="aa3d5de0" md5="2b100c74947a03f57236b043390c8944" sha1="07d79b632c93f397ab5a1fac3a2579f00990af1d"/>
+       </game>
+       <game name="Crash Twinsanity (USA, Asia)">
+               <category>Games</category>
+               <description>Crash Twinsanity (USA, Asia)</description>
+               <rom name="Crash Twinsanity (USA, Asia).iso" size="7825162240" crc="0ec1f8d9" md5="ebb980349f41eea6c1cf70c84fb2b7f7" sha1="52f1317c76ac2ccb79cd9e680e304d5e4af3aaf6"/>
+       </game>
+       <game name="Curse - The Eye of Isis (USA)">
+               <category>Games</category>
+               <description>Curse - The Eye of Isis (USA)</description>
+               <rom name="Curse - The Eye of Isis (USA).iso" size="7825162240" crc="ea7bc15b" md5="38694b066b0cd163c44d079f50be0c27" sha1="82e347edfa20d42f01ca44ebf17801a62574fbb7"/>
+       </game>
+       <game name="Dai Senryaku VII - Modern Military Tactics (USA)">
+               <category>Games</category>
+               <description>Dai Senryaku VII - Modern Military Tactics (USA)</description>
+               <rom name="Dai Senryaku VII - Modern Military Tactics (USA).iso" size="7825162240" crc="5fff7e83" md5="ebe3612facbe666a9d36ba875daf04a5" sha1="440c29fb8102bcedeaebd9c786c571d0d49f47a8"/>
+       </game>
+       <game name="Dakar 2 - The World's Ultimate Rally (USA)">
+               <category>Games</category>
+               <description>Dakar 2 - The World's Ultimate Rally (USA)</description>
+               <rom name="Dakar 2 - The World's Ultimate Rally (USA).iso" size="7825162240" crc="849e7de8" md5="4176f1fbecc286a8515274b730f7381a" sha1="49d80c42ed7e3c016d37a3aa5899c98b7027c6b0"/>
+       </game>
+       <game name="Dance Dance Revolution Ultramix (USA)">
+               <category>Games</category>
+               <description>Dance Dance Revolution Ultramix (USA)</description>
+               <rom name="Dance Dance Revolution Ultramix (USA).iso" size="7825162240" crc="22ba2c52" md5="488733573fab088b6787b479cc401a07" sha1="3210c4b7d0bf7fbdd47c557420596cb9ff6f01e7"/>
+       </game>
+       <game name="Dave Mirra Freestyle BMX 2 (USA)">
+               <category>Games</category>
+               <description>Dave Mirra Freestyle BMX 2 (USA)</description>
+               <rom name="Dave Mirra Freestyle BMX 2 (USA).iso" size="7825162240" crc="b4ecae2c" md5="97aaa08618fd8607a612d7a65629ed39" sha1="c101b28668b47b11e538fa4d5b7923acc9a11ffc"/>
+       </game>
+       <game name="Digimon World 4 (USA)">
+               <category>Games</category>
+               <description>Digimon World 4 (USA)</description>
+               <rom name="Digimon World 4 (USA).iso" size="7825162240" crc="2949d340" md5="a0a7d3423c11e888e9bdb41376187a1d" sha1="e6091e8379a4b0e54f974cf6ca117c2a3a2cc365"/>
+       </game>
+       <game name="Disney-Pixar Cars (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (USA)</description>
+               <rom name="Disney-Pixar Cars (USA).iso" size="7825162240" crc="37b0e9cc" md5="0d3dff04adb87627af28832b6cf314c2" sha1="f70687027dd5a3f37a25de636af8b0583a03d449"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (USA)</description>
+               <rom name="Disney-Pixar Finding Nemo (USA).iso" size="7825162240" crc="812aec96" md5="90b13469e54b989f37612beb1cc8c8d6" sha1="52d0aa803777d7dea44b47437b093d4f4a4a70f7"/>
+       </game>
+       <game name="Red Dead Revolver (USA)">
+               <category>Games</category>
+               <description>Red Dead Revolver (USA)</description>
+               <rom name="Red Dead Revolver (USA).iso" size="7825162240" crc="e454b701" md5="815e614070d2d70e5a074ecbce51a8f4" sha1="9c96fccede39ba989c12d9eab0e3f86698d5e670"/>
+       </game>
+       <game name="Phantom Dust (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Phantom Dust (USA) (En,Ja)</description>
+               <rom name="Phantom Dust (USA) (En,Ja).iso" size="7825162240" crc="093be876" md5="11d60ed8945a56951061a3effe4275b5" sha1="6bcc865aeb9999c44cce2409eb7de6d65d12bdd0"/>
+       </game>
+       <game name="Disney's The Haunted Mansion (USA)">
+               <category>Games</category>
+               <description>Disney's The Haunted Mansion (USA)</description>
+               <rom name="Disney's The Haunted Mansion (USA).iso" size="7825162240" crc="9bb08470" md5="9934aaa755b0f5308db3a961a2210ef6" sha1="fa19caf521e3e83e4e430ae89e7b89061a70a121"/>
+       </game>
+       <game name="Dreamfall - The Longest Journey (USA)">
+               <category>Games</category>
+               <description>Dreamfall - The Longest Journey (USA)</description>
+               <rom name="Dreamfall - The Longest Journey (USA).iso" size="7825162240" crc="1046f794" md5="ef86ce1e33ea607ce97348902d5c0bd2" sha1="155baaadc6eec3db114ec4aa355d43fc73ac506a"/>
+       </game>
+       <game name="Rocky (USA)">
+               <category>Games</category>
+               <description>Rocky (USA)</description>
+               <rom name="Rocky (USA).iso" size="7825162240" crc="3ba5fcdb" md5="9026f1b56c6de54de24f89184e125274" sha1="69e0108f8b8ea543f50cf80013675295d16441db"/>
+       </game>
+       <game name="Need for Speed - Carbon (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (USA)</description>
+               <rom name="Need for Speed - Carbon (USA).iso" size="7825162240" crc="5bee82d5" md5="b007a3196231e948e6b0a2d664130575" sha1="473237190b2b69ceec1a2aa04c94a866163c55b6"/>
+       </game>
+       <game name="NASCAR 07 (USA)">
+               <category>Games</category>
+               <description>NASCAR 07 (USA)</description>
+               <rom name="NASCAR 07 (USA).iso" size="7825162240" crc="db4e2be7" md5="b8e4e0d2013ac602d970494663a84d4c" sha1="489ae733577d3d66a2e84e23ed250676ae2dec36"/>
+       </game>
+       <game name="Dungeons &amp; Dragons - Heroes (USA)">
+               <category>Games</category>
+               <description>Dungeons &amp; Dragons - Heroes (USA)</description>
+               <rom name="Dungeons &amp; Dragons - Heroes (USA).iso" size="7825162240" crc="4140e4e7" md5="12e33a6e358a11d002a42c238ced9f3d" sha1="26d5e3ad45de964869e69f71604d6f0ab94b6e84"/>
+       </game>
+       <game name="NASCAR Thunder 2004 (USA)">
+               <category>Games</category>
+               <description>NASCAR Thunder 2004 (USA)</description>
+               <rom name="NASCAR Thunder 2004 (USA).iso" size="7825162240" crc="d1ea51b6" md5="e939688b26897598736a50fbd216cb6a" sha1="df1ab1e89a2b39ccfc49c90b754c897cec2783fe"/>
+       </game>
+       <game name="Legends of Wrestling (USA)">
+               <category>Games</category>
+               <description>Legends of Wrestling (USA)</description>
+               <rom name="Legends of Wrestling (USA).iso" size="7825162240" crc="ed9daa8c" md5="3093a904d0eec18ac19fb32114dc8659" sha1="e6d1e032f5f3074a61f278768f1a70459a48a02e"/>
+       </game>
+       <game name="Dynasty Warriors 4 (USA)">
+               <category>Games</category>
+               <description>Dynasty Warriors 4 (USA)</description>
+               <rom name="Dynasty Warriors 4 (USA).iso" size="7825162240" crc="f856b32b" md5="0edf2091bc2ea45d31c6143b6ca06f46" sha1="ea26c911befcd81dea8204ed981ab24adb45ad8d"/>
+       </game>
+       <game name="Mad Dash Racing (USA)">
+               <category>Games</category>
+               <description>Mad Dash Racing (USA)</description>
+               <rom name="Mad Dash Racing (USA).iso" size="7825162240" crc="fd6f6f7f" md5="52bd4f9043671f0ccec327f8f8ee4afe" sha1="a0967899c9db64ac658fe9b4930fd827d22c2768"/>
+       </game>
+       <game name="Mission - Impossible - Operation Surma (USA)">
+               <category>Games</category>
+               <description>Mission - Impossible - Operation Surma (USA)</description>
+               <rom name="Mission - Impossible - Operation Surma (USA).iso" size="7825162240" crc="fc02bb28" md5="8fd5afd74df7cf31eeb6d483066663a8" sha1="0d6bcb033994ff8a4a3c7092f769badbb8b7b442"/>
+       </game>
+       <game name="Midnight Club II (USA)">
+               <category>Games</category>
+               <description>Midnight Club II (USA)</description>
+               <rom name="Midnight Club II (USA).iso" size="7825162240" crc="96a77693" md5="28e5bf15c84818184575ff20d6163a44" sha1="d53cd75a0ed72fc0b4e78306c4dac896759e96e3"/>
+       </game>
+       <game name="Red Faction II (USA)">
+               <category>Games</category>
+               <description>Red Faction II (USA)</description>
+               <rom name="Red Faction II (USA).iso" size="7825162240" crc="648a0ce4" md5="f7a89834924f297f49ba991d350daa63" sha1="65b82e08ccadfc4c1318fa3fd8113fd869378496"/>
+       </game>
+       <game name="Psi-Ops - The Mindgate Conspiracy (USA)">
+               <category>Games</category>
+               <description>Psi-Ops - The Mindgate Conspiracy (USA)</description>
+               <rom name="Psi-Ops - The Mindgate Conspiracy (USA).iso" size="7825162240" crc="15ce59c2" md5="5ce0f531969644ca461468219ea6bf39" sha1="7da2409254ecf3818f28b6b69db8fcec66da29dc"/>
+       </game>
+       <game name="Monopoly Party (USA)">
+               <category>Games</category>
+               <description>Monopoly Party (USA)</description>
+               <rom name="Monopoly Party (USA).iso" size="7825162240" crc="4701a74e" md5="b970bc4b46e8c8cefaec72f256612386" sha1="da60b837bcb2a875c834cfcefd9fea540805ceac"/>
+       </game>
+       <game name="NBA Ballers (USA)">
+               <category>Games</category>
+               <description>NBA Ballers (USA)</description>
+               <rom name="NBA Ballers (USA).iso" size="7825162240" crc="c1f9f158" md5="1293a9d10e8a1ac22c8c63e5cea2a131" sha1="8b0e4f41ba543d24d1bc1fd00b5d7ba664e98102"/>
+       </game>
+       <game name="Namco Museum (USA)">
+               <category>Games</category>
+               <description>Namco Museum (USA)</description>
+               <rom name="Namco Museum (USA).iso" size="7825162240" crc="8923f097" md5="143c523bba8177cf136a5a612bdf8668" sha1="6be7f7ad3d45c9be884c8de746bccb315d36febb"/>
+       </game>
+       <game name="Myst III - Exile (USA)">
+               <category>Games</category>
+               <description>Myst III - Exile (USA)</description>
+               <rom name="Myst III - Exile (USA).iso" size="7825162240" crc="d8a6d9e2" md5="05d0acb2c3d1b6315eabbf8e056d60fc" sha1="5f51c68d608d49d9bdb551295693d4fcda126e00"/>
+       </game>
+       <game name="Myst IV - Revelation (USA, Canada)">
+               <category>Games</category>
+               <description>Myst IV - Revelation (USA, Canada)</description>
+               <rom name="Myst IV - Revelation (USA, Canada).iso" size="7825162240" crc="562d3c8a" md5="d3a8b8e212805c688ec6b6654077eb89" sha1="28726f869f443d608c203ce7e5b44194e443fb1e"/>
+       </game>
+       <game name="Night Caster II - Equinox (USA)">
+               <category>Games</category>
+               <description>Night Caster II - Equinox (USA)</description>
+               <rom name="Night Caster II - Equinox (USA).iso" size="7825162240" crc="1be39483" md5="a52ab8f4f1482257e5829eef0832a156" sha1="7c74a894ff0baabd0398a91080e23392776c8527"/>
+       </game>
+       <game name="Midnight Club 3 - DUB Edition Remix (USA)">
+               <category>Games</category>
+               <description>Midnight Club 3 - DUB Edition Remix (USA)</description>
+               <rom name="Midnight Club 3 - DUB Edition Remix (USA).iso" size="7825162240" crc="a4337b2a" md5="60cf40a8d7c1ef72635fe1ed36275d60" sha1="a0fea12dcc638ce5b01ed5cd019d921c7e421deb"/>
+       </game>
+       <game name="Need for Speed - Most Wanted - Black Edition (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted - Black Edition (USA)</description>
+               <rom name="Need for Speed - Most Wanted - Black Edition (USA).iso" size="7825162240" crc="deb117ef" md5="4593a821a356e6bb9ed4b4a79773ad17" sha1="c4f3f2adee7a4f79052e62dfde2d147f9c7d52e9"/>
+       </game>
+       <game name="Secret Weapons over Normandy (Spain)">
+               <category>Games</category>
+               <description>Secret Weapons over Normandy (Spain)</description>
+               <rom name="Secret Weapons over Normandy (Spain).iso" size="7825162240" crc="e57c62ae" md5="76f786244ef423eef068245093e0a039" sha1="f86a3826718da123e0f9100e5dd7a1bb41f55ab0"/>
+       </game>
+       <game name="WinBack 2 - Project Poseidon (USA)">
+               <category>Games</category>
+               <description>WinBack 2 - Project Poseidon (USA)</description>
+               <rom name="WinBack 2 - Project Poseidon (USA).iso" size="7825162240" crc="d8a1e670" md5="459bc34ec0bb52bf090fd8df8a859b81" sha1="0019bfa453c730e387a16a4292d304f29d298e7c"/>
+       </game>
+       <game name="Dungeons &amp; Dragons - Heroes (Spain)">
+               <category>Games</category>
+               <description>Dungeons &amp; Dragons - Heroes (Spain)</description>
+               <rom name="Dungeons &amp; Dragons - Heroes (Spain).iso" size="7825162240" crc="7e19c66f" md5="19d2f7fbc3d734429e69f80c540cd780" sha1="fd71aaf98d74228634c0f9cba71655ec11fc7ff7"/>
+       </game>
+       <game name="American McGee Presents Scrapland (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>American McGee Presents Scrapland (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="American McGee Presents Scrapland (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="b2b62197" md5="bd8c541ef4abe3ae6cae359e4e56c5c7" sha1="4afcd93e986bd1cb071ec62fc7e8c5f86968d509"/>
+       </game>
+       <game name="Disney-Pixar Los Increibles (Spain)">
+               <category>Games</category>
+               <description>Disney-Pixar Los Increibles (Spain)</description>
+               <rom name="Disney-Pixar Los Increibles (Spain).iso" size="7825162240" crc="c34e72bf" md5="55072316902c179653b466febce7e7b0" sha1="6d9c2bf4c0157591cd54d7bdfcc66e94e640a1b6"/>
+       </game>
+       <game name="Dynasty Warriors 5 (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Dynasty Warriors 5 (USA) (En,Ja)</description>
+               <rom name="Dynasty Warriors 5 (USA) (En,Ja).iso" size="7825162240" crc="2c7979b9" md5="c27f08161b840644ce981d0c66aeff15" sha1="a1230b6cfd8a8c706711de6f4e5220bcc5ea8ea3"/>
+       </game>
+       <game name="Egg Mania - Eggstreme Madness (USA)">
+               <category>Games</category>
+               <description>Egg Mania - Eggstreme Madness (USA)</description>
+               <rom name="Egg Mania - Eggstreme Madness (USA).iso" size="7825162240" crc="70b8cf95" md5="978790d287269006d0447a2e4f8bdbff" sha1="60ad5f21e8bf6db0f01cee9742be8ed0f8f77e71"/>
+       </game>
+       <game name="ESPN MLS ExtraTime 2002 (USA)">
+               <category>Games</category>
+               <description>ESPN MLS ExtraTime 2002 (USA)</description>
+               <rom name="ESPN MLS ExtraTime 2002 (USA).iso" size="7825162240" crc="3dd92e4c" md5="be02f934e604f560dd173e85d877cee5" sha1="3644d1d29938b738cbad36fbf89ca3f486aefe13"/>
+       </game>
+       <game name="Freedom Fighters (USA)">
+               <category>Games</category>
+               <description>Freedom Fighters (USA)</description>
+               <rom name="Freedom Fighters (USA).iso" size="7825162240" crc="ef60c2d6" md5="d4c8fc72e12bbd99339c2e12950f1fa2" sha1="333ac18d356520d501e627006999eb0193914bee"/>
+       </game>
+       <game name="Full Spectrum Warrior - Ten Hammers (USA)">
+               <category>Games</category>
+               <description>Full Spectrum Warrior - Ten Hammers (USA)</description>
+               <rom name="Full Spectrum Warrior - Ten Hammers (USA).iso" size="7825162240" crc="84617d89" md5="07d2f75694df28c631a128d72ca510e5" sha1="48c5680161b569c2525f149115934d0effa2241a"/>
+       </game>
+       <game name="Gladiator - Sword of Vengeance (USA)">
+               <category>Games</category>
+               <description>Gladiator - Sword of Vengeance (USA)</description>
+               <rom name="Gladiator - Sword of Vengeance (USA).iso" size="7825162240" crc="dd23c2b0" md5="a00e5f70fb248bddf6a9b357332e2985" sha1="2baf81c7b96ec604efc20135327a185c547284da"/>
+       </game>
+       <game name="Gladius (USA)">
+               <category>Games</category>
+               <description>Gladius (USA)</description>
+               <rom name="Gladius (USA).iso" size="7825162240" crc="e5ab7deb" md5="0d50a241a990cf69b9a07d5f11889321" sha1="03663beb4bbcbd92734633050ac1d48855cfc853"/>
+       </game>
+       <game name="Gunmetal (USA)">
+               <category>Games</category>
+               <description>Gunmetal (USA)</description>
+               <rom name="Gunmetal (USA).iso" size="7825162240" crc="a52d5fd6" md5="a537bf79375f394e1a74b9b99bdac76d" sha1="aebc7d02fe2acf711754bf16ed35258e275876f3"/>
+       </game>
+       <game name="Hulk (USA)">
+               <category>Games</category>
+               <description>Hulk (USA)</description>
+               <rom name="Hulk (USA).iso" size="7825162240" crc="6a3058b5" md5="bba316e7703e1fe8bdda7f3d4266ceeb" sha1="a4088c9ec60f7c220ffe0b1c9684049d0643cd59"/>
+       </game>
+       <game name="Hunter - The Reckoning (USA)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning (USA)</description>
+               <rom name="Hunter - The Reckoning (USA).iso" size="7825162240" crc="d0bd22f1" md5="75a9d3d7fc8d7fed2a5b7a9024b0d653" sha1="48ae86941dab30ded2e643c6dbb824beee836ee2"/>
+       </game>
+       <game name="Indigo Prophecy (USA)">
+               <category>Games</category>
+               <description>Indigo Prophecy (USA)</description>
+               <rom name="Indigo Prophecy (USA).iso" size="7825162240" crc="e4b35e13" md5="9dbabd2c59bbfcb4c2299da5d0985507" sha1="556b9f74474d99a6c04a46cc7964aa3e4a222e24"/>
+       </game>
+       <game name="True Crime - New York City (USA)">
+               <category>Games</category>
+               <description>True Crime - New York City (USA)</description>
+               <rom name="True Crime - New York City (USA).iso" size="7825162240" crc="3012a673" md5="d12c6a2d49f162399327ada8e1a43ef1" sha1="ca9784e7173c13d3974594796e96243531ca7ed4"/>
+       </game>
+       <game name="Wings of War (USA)">
+               <category>Games</category>
+               <description>Wings of War (USA)</description>
+               <rom name="Wings of War (USA).iso" size="7825162240" crc="127a4da4" md5="18a2f7e416e25603610423e2454243d1" sha1="e0ee2a4957b7233fc60ea1eeaa33e6c65ccd2883"/>
+       </game>
+       <game name="KOF - Maximum Impact - Maniax (USA)">
+               <category>Games</category>
+               <description>KOF - Maximum Impact - Maniax (USA)</description>
+               <rom name="KOF - Maximum Impact - Maniax (USA).iso" size="7825162240" crc="118ac582" md5="5b489ce98b35e20d1b061f794970e9e8" sha1="ec578a75544a6eaf9a79d8419451d4556fe952b7"/>
+       </game>
+       <game name="Secret Weapons over Normandy (USA)">
+               <category>Games</category>
+               <description>Secret Weapons over Normandy (USA)</description>
+               <rom name="Secret Weapons over Normandy (USA).iso" size="7825162240" crc="1c72c057" md5="23296f114eb90eacf961067d2b9866c8" sha1="bf5d4a7b9db9968144998fed06cb1c88702d02fa"/>
+       </game>
+       <game name="King Arthur (USA)">
+               <category>Games</category>
+               <description>King Arthur (USA)</description>
+               <rom name="King Arthur (USA).iso" size="7825162240" crc="97ff3758" md5="b2bc57e0b632efd52ad3f290d3c9ad64" sha1="64e6e95d9b7f20c8cd8a493b05077c019bbbc6ad"/>
+       </game>
+       <game name="Shattered Union (USA)">
+               <category>Games</category>
+               <description>Shattered Union (USA)</description>
+               <rom name="Shattered Union (USA).iso" size="7825162240" crc="2bcc232f" md5="4d4238c93c97273b48fae13bdadc35bc" sha1="4e1a1b1c3869d8583822dab204d41ce50dba15e7"/>
+       </game>
+       <game name="Sniper Elite (USA)">
+               <category>Games</category>
+               <description>Sniper Elite (USA)</description>
+               <rom name="Sniper Elite (USA).iso" size="7825162240" crc="762422ba" md5="b38005d0620836f82e20efa19435a1df" sha1="ddbf51c05fb2e322786469ea1e1de1e57ab2ed42"/>
+       </game>
+       <game name="Simpsons, The - Road Rage (USA)">
+               <category>Games</category>
+               <description>Simpsons, The - Road Rage (USA)</description>
+               <rom name="Simpsons, The - Road Rage (USA).iso" size="7825162240" crc="a5c29c6c" md5="edcc5225cb39ee52b43d8c23cccec4f6" sha1="ec68ac77cc2c0716b3454a1e31824bcdca6cb60f"/>
+       </game>
+       <game name="Spartan - Total Warrior (USA)">
+               <category>Games</category>
+               <description>Spartan - Total Warrior (USA)</description>
+               <rom name="Spartan - Total Warrior (USA).iso" size="7825162240" crc="35bb74ed" md5="52b746be0292d93fd906ac5e98ea7d6b" sha1="9540ded56e738543632a6f94d77761be4a0e0842"/>
+       </game>
+       <game name="Nickelodeon Tak 2 - The Staff of Dreams (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Tak 2 - The Staff of Dreams (USA)</description>
+               <rom name="Nickelodeon Tak 2 - The Staff of Dreams (USA).iso" size="7825162240" crc="512feb6f" md5="7d33bd9cfcdcfac65ec5a70f056a740c" sha1="bd918f6e38972a6a71cfb504a7063701c345d550"/>
+       </game>
+       <game name="Spy vs. Spy (USA)">
+               <category>Games</category>
+               <description>Spy vs. Spy (USA)</description>
+               <rom name="Spy vs. Spy (USA).iso" size="7825162240" crc="8bcd1b5e" md5="1e652624698a5a1ce6c22ef36cf3c907" sha1="9e6e0fb31565f84236d10a1b2fd7ae104f1ad425"/>
+       </game>
+       <game name="Smashing Drive (USA)">
+               <category>Games</category>
+               <description>Smashing Drive (USA)</description>
+               <rom name="Smashing Drive (USA).iso" size="7825162240" crc="f039eedb" md5="598bc42bb9b1e5e9edba5a92e4196283" sha1="daf0cdadb112ee8cc4b03e0b4a2375d3349b9215"/>
+       </game>
+       <game name="Rugby 06 (USA)">
+               <category>Games</category>
+               <description>Rugby 06 (USA)</description>
+               <rom name="Rugby 06 (USA).iso" size="7825162240" crc="8883be2c" md5="0e782d5af061482df5c79756e4f7614e" sha1="9054941df6631b5e0cac4bdd13a2f93b11ab699f"/>
+       </game>
+       <game name="SWAT - Global Strike Team (USA, Japan)">
+               <category>Games</category>
+               <description>SWAT - Global Strike Team (USA, Japan)</description>
+               <rom name="SWAT - Global Strike Team (USA, Japan).iso" size="7825162240" crc="e6ddd33f" md5="b98d4ae9c34deecb660b55cf19e108df" sha1="897e5314ffdfc391dfaba4f205f6a3d751ce9564"/>
+       </game>
+       <game name="Silent Scope Complete (USA)">
+               <category>Games</category>
+               <description>Silent Scope Complete (USA)</description>
+               <rom name="Silent Scope Complete (USA).iso" size="7825162240" crc="e6cba446" md5="126651ba9658602d2de571fe97951ec7" sha1="c34dbd6982d55549adb6e0a625c6da1dc152c1f7"/>
+       </game>
+       <game name="TransWorld Surf (USA)">
+               <category>Games</category>
+               <description>TransWorld Surf (USA)</description>
+               <rom name="TransWorld Surf (USA).iso" size="7825162240" crc="825a7408" md5="c243a966a900997d0ab8562b68bd3e66" sha1="b8d7fde84e18b7399bf6b0de1b3c4866a3797b09"/>
+       </game>
+       <game name="Nickelodeon Tak - The Great Juju Challenge (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Tak - The Great Juju Challenge (USA)</description>
+               <rom name="Nickelodeon Tak - The Great Juju Challenge (USA).iso" size="7825162240" crc="a5c3c31a" md5="a1afb3563ebdf71a9ef9d0d376026a9d" sha1="23af56ef4cb24c04b14421de4e68f65d3871630f"/>
+       </game>
+       <game name="Sims, The (USA)">
+               <category>Games</category>
+               <description>Sims, The (USA)</description>
+               <rom name="Sims, The (USA).iso" size="7825162240" crc="d6232039" md5="6bfe8551e9eca5891fdc15fc31094945" sha1="18757866e6866dc517f6416b411f1de055fe658b"/>
+       </game>
+       <game name="SSX 3 (USA)">
+               <category>Games</category>
+               <description>SSX 3 (USA)</description>
+               <rom name="SSX 3 (USA).iso" size="7825162240" crc="a02eccda" md5="283df29e862f877947080d4c1df3c63e" sha1="674966ab2000fad9cf0e8eceb1298c30d85e8b62"/>
+       </game>
+       <game name="RollerCoaster Tycoon (USA)">
+               <category>Games</category>
+               <description>RollerCoaster Tycoon (USA)</description>
+               <rom name="RollerCoaster Tycoon (USA).iso" size="7825162240" crc="fe645a2a" md5="bcc067099166db960668a5a2d356b9f2" sha1="bc21e1dba1a312c2a3c877dbeeb8f669e97e8390"/>
+       </game>
+       <game name="TOCA Race Driver 2 (USA)">
+               <category>Games</category>
+               <description>TOCA Race Driver 2 (USA)</description>
+               <rom name="TOCA Race Driver 2 (USA).iso" size="7825162240" crc="fd85bd85" md5="99ce128ed00bbf1fb11391cd5afed4e2" sha1="da6b8abed89683b57270f10ab1cb8f9843772bc3"/>
+       </game>
+       <game name="Kung Fu Chaos (USA, Asia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Kung Fu Chaos (USA, Asia) (En,Fr,De)</description>
+               <rom name="Kung Fu Chaos (USA, Asia) (En,Fr,De).iso" size="7825162240" crc="7effa955" md5="8942a96351f68f416452b298b8786aa9" sha1="8944d5d0e76657d3b2228b127a1845e46a6d8c14"/>
+       </game>
+       <game name="Thrillville (USA)">
+               <category>Games</category>
+               <description>Thrillville (USA)</description>
+               <rom name="Thrillville (USA).iso" size="7825162240" crc="72d57fd3" md5="30b558b135133d197263248a41096238" sha1="c061ac351227963fe1436db2eaae5f25c702793b"/>
+       </game>
+       <game name="Scooby-Doo! Night of 100 Frights (USA)">
+               <category>Games</category>
+               <description>Scooby-Doo! Night of 100 Frights (USA)</description>
+               <rom name="Scooby-Doo! Night of 100 Frights (USA).iso" size="7825162240" crc="a9d8245a" md5="84e971d1bffa52db2637d33377b36cb6" sha1="d91c2e6d7ae8f855854431e60c1a8fbb37a779d4"/>
+       </game>
+       <game name="Voodoo Vince (USA)">
+               <category>Games</category>
+               <description>Voodoo Vince (USA)</description>
+               <rom name="Voodoo Vince (USA).iso" size="7825162240" crc="1436fdc6" md5="877650a12e442b5122e16fc6766b46b3" sha1="63686c9a396e30f5f9f3a34e39172e6c9798c93c"/>
+       </game>
+       <game name="Urbz, The - Sims in the City (USA)">
+               <category>Games</category>
+               <description>Urbz, The - Sims in the City (USA)</description>
+               <rom name="Urbz, The - Sims in the City (USA).iso" size="7825162240" crc="c9a01055" md5="6d2716a8a5fd6157d646f5665a79eed3" sha1="ae42fb672f30166fedec44608b6fbe33d8a6b72a"/>
+       </game>
+       <game name="Trivial Pursuit - Unhinged (USA)">
+               <category>Games</category>
+               <description>Trivial Pursuit - Unhinged (USA)</description>
+               <rom name="Trivial Pursuit - Unhinged (USA).iso" size="7825162240" crc="8022513a" md5="6c7e671eee04b3b8d16b1c75eae2bf3a" sha1="7c72dfd8eac36eb3bcd53e4bec182a41b6415ee6"/>
+       </game>
+       <game name="Sims, The - Bustin' Out (USA)">
+               <category>Games</category>
+               <description>Sims, The - Bustin' Out (USA)</description>
+               <rom name="Sims, The - Bustin' Out (USA).iso" size="7825162240" crc="23f7bcec" md5="9de5f67be3fbfa300bdab1fc8bd52f3e" sha1="214d7c260a62c608c55982b9186d924caeb57811"/>
+       </game>
+       <game name="Ultimate Spider-Man (USA)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (USA)</description>
+               <rom name="Ultimate Spider-Man (USA).iso" size="7825162240" crc="1763d234" md5="7c9184b70f61f3ef7819c174176ac11b" sha1="413f35816ec7501bb3d3992d4c20a466232b7d51"/>
+       </game>
+       <game name="Ultra Bust-A-Move (USA)">
+               <category>Games</category>
+               <description>Ultra Bust-A-Move (USA)</description>
+               <rom name="Ultra Bust-A-Move (USA).iso" size="7825162240" crc="59e5fe47" md5="cb8e2cc85309c12fa2855a2f9cdb00e5" sha1="d6f3c4298582e034c743a79d24ac81227059b6ce"/>
+       </game>
+       <game name="SNK vs. Capcom - SVC Chaos (USA, Japan) (En,Ja)">
+               <category>Games</category>
+               <description>SNK vs. Capcom - SVC Chaos (USA, Japan) (En,Ja)</description>
+               <rom name="SNK vs. Capcom - SVC Chaos (USA, Japan) (En,Ja).iso" size="7825162240" crc="0fe232dd" md5="423e0dc10aa514b013fce77972f94e25" sha1="9c8eccee1e21d683066cfb3813d0fa66b643b52f"/>
+       </game>
+       <game name="Karaoke Revolution (USA)">
+               <category>Games</category>
+               <description>Karaoke Revolution (USA)</description>
+               <rom name="Karaoke Revolution (USA).iso" size="7825162240" crc="00e45a96" md5="787c736893c4062058fb1cadf3166019" sha1="efbdedc824d231525b116f524ec67a0aa565d5ef"/>
+       </game>
+       <game name="Karaoke Revolution Party (USA)">
+               <category>Games</category>
+               <description>Karaoke Revolution Party (USA)</description>
+               <rom name="Karaoke Revolution Party (USA).iso" size="7825162240" crc="e8ec7cce" md5="6614d8900b46f7b1b6325e9f661e5413" sha1="2c8ca219a8d4d1811d65f36e27173df3ac1cc3ef"/>
+       </game>
+       <game name="Shrek (USA)">
+               <category>Games</category>
+               <description>Shrek (USA)</description>
+               <rom name="Shrek (USA).iso" size="7825162240" crc="05ea1125" md5="62a9c6e2066eb3cac7248ec2ce12f203" sha1="3c99ba97210052c4919c1124a88f55e2e14a10c8"/>
+       </game>
+       <game name="Godfather, The - The Game (USA)">
+               <category>Games</category>
+               <description>Godfather, The - The Game (USA)</description>
+               <rom name="Godfather, The - The Game (USA).iso" size="7825162240" crc="67fa4428" md5="2ad13804be41f99bbaa0e082d2ff1070" sha1="4ec08a7716bda487df2f35293debd96b638afe9a"/>
+       </game>
+       <game name="Rugby 2005 (France)">
+               <category>Games</category>
+               <description>Rugby 2005 (France)</description>
+               <rom name="Rugby 2005 (France).iso" size="7825162240" crc="8e452da0" md5="09d00cf0cb33fe4c1c62d7a53ef21801" sha1="8cd7d9f916915291560600f4a332da8d40ae531d"/>
+       </game>
+       <game name="Spider-Man (France)">
+               <category>Games</category>
+               <description>Spider-Man (France)</description>
+               <rom name="Spider-Man (France).iso" size="7825162240" crc="0f00c54d" md5="4e1652e7c67bc4bcb00e0907684b40d3" sha1="dfd71471c14119de02fbd41ce92db5d57ce24cff"/>
+       </game>
+       <game name="Men of Valor (France)">
+               <category>Games</category>
+               <description>Men of Valor (France)</description>
+               <rom name="Men of Valor (France).iso" size="7825162240" crc="3c9e6932" md5="4d9c04a7252c5906f339df89bf2bf470" sha1="6579ea6da0bba5fc9e7ad394e76a8c874f99163d"/>
+       </game>
+       <game name="Need for Speed - Carbon (France)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (France)</description>
+               <rom name="Need for Speed - Carbon (France).iso" size="7825162240" crc="d214eacd" md5="1177cb55959c09e7ce7362267f3703b8" sha1="dbe9ae59947a2fed208de52f19551cb5934f30df"/>
+       </game>
+       <game name="Medal of Honor - En Premiere Ligne (France)">
+               <category>Games</category>
+               <description>Medal of Honor - En Premiere Ligne (France)</description>
+               <rom name="Medal of Honor - En Premiere Ligne (France).iso" size="7825162240" crc="5ea638ac" md5="0ac32c7484235ab9e911d88dcb9dc7ba" sha1="276eac2a2d786d4a5aac2bfdbfddc33d36327423"/>
+       </game>
+       <game name="Shrek 2 (France)">
+               <category>Games</category>
+               <description>Shrek 2 (France)</description>
+               <rom name="Shrek 2 (France).iso" size="7825162240" crc="b28bab20" md5="5ea16429562de4aec1877614f8eb2706" sha1="de13c15a3582b9b15caacbb7fcfd0ba7df2ffb5e"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It) (Rev 1)</description>
+               <rom name="Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It) (Rev 1).iso" size="7825162240" crc="17401073" md5="a906a669d7eb54ea6ee7827d203da58b" sha1="c9067aa36ca5acc4ee4d17340e9bae73d1dae849"/>
+       </game>
+       <game name="Rugby 06 (France)">
+               <category>Games</category>
+               <description>Rugby 06 (France)</description>
+               <rom name="Rugby 06 (France).iso" size="7825162240" crc="7b912f5c" md5="779dd299491f79aa1603ab540dd2eb85" sha1="aec85831f94e521bdd33ca63fab6fd0efe9bec43"/>
+       </game>
+       <game name="Oddworld - Munch's Oddysee (France)">
+               <category>Games</category>
+               <description>Oddworld - Munch's Oddysee (France)</description>
+               <rom name="Oddworld - Munch's Oddysee (France).iso" size="7825162240" crc="e8cf45fc" md5="64af4ab438ef9ad110c72c0025a8d3f5" sha1="dca50ba2d08d32d89b2df87711a7adf6dc90fd09"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (France)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (France)</description>
+               <rom name="Need for Speed - Most Wanted (France).iso" size="7825162240" crc="8eb4c1ed" md5="9e7e64696c3c61ba0e32ea32d2984801" sha1="b8f71ea8dc95fafa92e9a66515b914f0904f2c20"/>
+       </game>
+       <game name="Pinball Hall of Fame - The Gottlieb Collection (USA)">
+               <category>Games</category>
+               <description>Pinball Hall of Fame - The Gottlieb Collection (USA)</description>
+               <rom name="Pinball Hall of Fame - The Gottlieb Collection (USA).iso" size="7825162240" crc="fcb66df1" md5="1aaa282ca3d299a6f9fe22d8d7a91bb0" sha1="a660a28e827bfe33c539348be8258287ecbf8c37"/>
+       </game>
+       <game name="AirForce Delta Storm (USA) (Rev 1)">
+               <category>Games</category>
+               <description>AirForce Delta Storm (USA) (Rev 1)</description>
+               <rom name="AirForce Delta Storm (USA) (Rev 1).iso" size="7825162240" crc="4490b432" md5="6adbf99abe618cfb8917b4159cd2b407" sha1="c75522718bc0d97147353692f500390e50ed5402"/>
+       </game>
+       <game name="AMF Xtreme Bowling (USA)">
+               <category>Games</category>
+               <description>AMF Xtreme Bowling (USA)</description>
+               <rom name="AMF Xtreme Bowling (USA).iso" size="7825162240" crc="3350feb8" md5="6ea58275f34376aa7a9246854df32a91" sha1="294c59ca669952930976ebd533cbb1ac9fded587"/>
+       </game>
+       <game name="Bass Pro Shops - Trophy Hunter 2007 (USA)">
+               <category>Games</category>
+               <description>Bass Pro Shops - Trophy Hunter 2007 (USA)</description>
+               <rom name="Bass Pro Shops - Trophy Hunter 2007 (USA).iso" size="7825162240" crc="3850f37b" md5="0179b68e28994d8720a9ba8b1dcd9a1d" sha1="ccc3e8a40c847772040f3bf56bd208fd50c69693"/>
+       </game>
+       <game name="Battle Engine Aquila (USA)">
+               <category>Games</category>
+               <description>Battle Engine Aquila (USA)</description>
+               <rom name="Battle Engine Aquila (USA).iso" size="7825162240" crc="e0c5ec29" md5="355042b13bd379d517cff903cfe25f48" sha1="ef58b8ae060caf8f439d1d31dcd5382f2e598ee3"/>
+       </game>
+       <game name="Crime Life - Gang Wars (USA)">
+               <category>Games</category>
+               <description>Crime Life - Gang Wars (USA)</description>
+               <rom name="Crime Life - Gang Wars (USA).iso" size="7825162240" crc="7653ec6c" md5="59faf4101e96b77b76e2506fa941fd1c" sha1="7c23e9c2eb6de717fd92f997f0e776430f8d5735"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles (USA)</description>
+               <rom name="Disney-Pixar The Incredibles (USA).iso" size="7825162240" crc="fcb73128" md5="0580c691da73d9235a7826ba5a848793" sha1="f251ea2584c95430d856e191eb5bbbbc970e5f9f"/>
+       </game>
+       <game name="Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr)</description>
+               <rom name="Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr).iso" size="7825162240" crc="cb9e64ce" md5="7bc44008fa2914aff7ad717ad54d10f3" sha1="2cab7ecef05b04f22fdb18d94460379084a23280"/>
+       </game>
+       <game name="ESPN NHL Hockey (USA)">
+               <category>Games</category>
+               <description>ESPN NHL Hockey (USA)</description>
+               <rom name="ESPN NHL Hockey (USA).iso" size="7825162240" crc="da90a4a4" md5="5f8d3603da2790d299f64af393d12e7f" sha1="13ce7cfca044d72e60d552b13c316e8110df49b8"/>
+       </game>
+       <game name="Fight Night Round 3 (USA)">
+               <category>Games</category>
+               <description>Fight Night Round 3 (USA)</description>
+               <rom name="Fight Night Round 3 (USA).iso" size="7825162240" crc="8f7ab94f" md5="6fddb483d3de2723d088896919a5bb14" sha1="14ee949b26a77d071fc4776959e503b02f64114d"/>
+       </game>
+       <game name="Knockout Kings 2002 (USA)">
+               <category>Games</category>
+               <description>Knockout Kings 2002 (USA)</description>
+               <rom name="Knockout Kings 2002 (USA).iso" size="7825162240" crc="c548ff37" md5="eb5a1bd70af4a112d3c5cc1a38c7d73c" sha1="f0fbec5c53260fe20dedb88ccd30a13d69baf8ce"/>
+       </game>
+       <game name="MX 2002 featuring Ricky Carmichael (USA)">
+               <category>Games</category>
+               <description>MX 2002 featuring Ricky Carmichael (USA)</description>
+               <rom name="MX 2002 featuring Ricky Carmichael (USA).iso" size="7825162240" crc="aa6b1944" md5="adb97ec8cad912985ae38ab9b559be48" sha1="7a8506a3b8a835dbc56c35f008e567cd6b30c33f"/>
+       </game>
+       <game name="Namco Museum 50th Anniversary (USA)">
+               <category>Games</category>
+               <description>Namco Museum 50th Anniversary (USA)</description>
+               <rom name="Namco Museum 50th Anniversary (USA).iso" size="7825162240" crc="0e57a293" md5="df8fe494be654df0368772529b1a39bd" sha1="23d61c539a15e54d96a04f27927f5454a64496a0"/>
+       </game>
+       <game name="NBA Jam (USA)">
+               <category>Games</category>
+               <description>NBA Jam (USA)</description>
+               <rom name="NBA Jam (USA).iso" size="7825162240" crc="c16df09b" md5="bba131557850da9ed4e3066110f3bdcb" sha1="a24bc4fd36e7f81a223a8701742ce742083264c8"/>
+       </game>
+       <game name="NBA Street V3 (USA)">
+               <category>Games</category>
+               <description>NBA Street V3 (USA)</description>
+               <rom name="NBA Street V3 (USA).iso" size="7825162240" crc="a291b4d6" md5="febbac5cf442cba6a5fee6771ad0ba32" sha1="a005a89ed384061938fd53fc4c404cbccc77c826"/>
+       </game>
+       <game name="NCAA Football 07 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 07 (USA)</description>
+               <rom name="NCAA Football 07 (USA).iso" size="7825162240" crc="c36919eb" md5="42c9579d40c35544bcbff5c1e9eed40d" sha1="ad9c7e9119b903509e715c69278531ea972db461"/>
+       </game>
+       <game name="NFL Blitz 2002 (USA)">
+               <category>Games</category>
+               <description>NFL Blitz 2002 (USA)</description>
+               <rom name="NFL Blitz 2002 (USA).iso" size="7825162240" crc="ff604311" md5="b3c0784b01b3b617e24c0e4648f5686a" sha1="2475dafee983334fc604c622b2868be764f61fd8"/>
+       </game>
+       <game name="NFL Blitz 2003 (USA)">
+               <category>Games</category>
+               <description>NFL Blitz 2003 (USA)</description>
+               <rom name="NFL Blitz 2003 (USA).iso" size="7825162240" crc="9619f14a" md5="eaff5f382b7aa0a82f56928d3c2f48fa" sha1="bca3aa2dc3252f1ed9d9e3101dde7eac63a02a78"/>
+       </game>
+       <game name="Project - Snowblind (USA)">
+               <category>Games</category>
+               <description>Project - Snowblind (USA)</description>
+               <rom name="Project - Snowblind (USA).iso" size="7825162240" crc="4e766b45" md5="8310bc7eef653ca7295ac8be3dd88673" sha1="eacbae0844eef08307a2db460589d71e2fe00121"/>
+       </game>
+       <game name="Pump It Up - Exceed (USA)">
+               <category>Games</category>
+               <description>Pump It Up - Exceed (USA)</description>
+               <rom name="Pump It Up - Exceed (USA).iso" size="7825162240" crc="723ad4cb" md5="198d0b5753058a6fefcabd4b61f2b19e" sha1="44cc0e0239600b2d3cf9cfe82d1eb7f977633446"/>
+       </game>
+       <game name="Sneakers (USA)">
+               <category>Games</category>
+               <description>Sneakers (USA)</description>
+               <rom name="Sneakers (USA).iso" size="7825162240" crc="a7115d92" md5="debe732107314dc0875b2181533a9073" sha1="626214947a9c596160daa3ccf8a4d6080dab1ccd"/>
+       </game>
+       <game name="Speed Kings (USA)">
+               <category>Games</category>
+               <description>Speed Kings (USA)</description>
+               <rom name="Speed Kings (USA).iso" size="7825162240" crc="1bcdb501" md5="24dfac6c256674027f08e28077085e2e" sha1="e8ac32b0691fb9460c73906c52dc48f0f5cd778b"/>
+       </game>
+       <game name="Super Bubble Pop (USA)">
+               <category>Games</category>
+               <description>Super Bubble Pop (USA)</description>
+               <rom name="Super Bubble Pop (USA).iso" size="7825162240" crc="1e0f2076" md5="5256d561440d38a71d1f43ced0014108" sha1="8632c9eb3e2d856c44a1c1e7121fddc50eadec57"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA)</description>
+               <rom name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA).iso" size="7825162240" crc="35e74a09" md5="b699e14eb2e148d520349820951844fd" sha1="716f860702e86e6531d2483a7be178170d8b40bf"/>
+       </game>
+       <game name="WWE Raw 2 (USA)">
+               <category>Games</category>
+               <description>WWE Raw 2 (USA)</description>
+               <rom name="WWE Raw 2 (USA).iso" size="7825162240" crc="7bc86f56" md5="47747bd995d259aa89278a08cccb31e4" sha1="ece66606ad8cd0f1471e013e867338b1350e656e"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger (USA)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger (USA)</description>
+               <rom name="Ty the Tasmanian Tiger (USA).iso" size="7825162240" crc="35b7b15b" md5="5f8d2ee0f0f4957e48209c7365439c25" sha1="99126f1abda4e8a3da738656c34e6153137f8ba2"/>
+       </game>
+       <game name="Stubbs the Zombie in Rebel Without a Pulse (USA)">
+               <category>Games</category>
+               <description>Stubbs the Zombie in Rebel Without a Pulse (USA)</description>
+               <rom name="Stubbs the Zombie in Rebel Without a Pulse (USA).iso" size="7825162240" crc="42d73abe" md5="4bc1941b8fcf97ee284631ffcb9a964c" sha1="8d9ba5ed17623dfdd0c3fb9a3efb073ef9932331"/>
+       </game>
+       <game name="Shin Sangoku Musou 2 (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Shin Sangoku Musou 2 (Japan) (En,Ja)</description>
+               <rom name="Shin Sangoku Musou 2 (Japan) (En,Ja).iso" size="7825162240" crc="4bae941a" md5="dfdb19f7dcd650285cc73e62b3373a80" sha1="373ad35e42189afc15288f760311e609047f087d"/>
+       </game>
+       <game name="Shin Sangoku Musou 3 (Japan, Asia)">
+               <category>Games</category>
+               <description>Shin Sangoku Musou 3 (Japan, Asia)</description>
+               <rom name="Shin Sangoku Musou 3 (Japan, Asia).iso" size="7825162240" crc="15bdb18c" md5="9d8b4f3d61afac3c5340fb5c1162d8b0" sha1="cd07ff0a53c33084ccc947591a332fcd04dd2f51"/>
+       </game>
+       <game name="Triangle Again (Japan)">
+               <category>Games</category>
+               <description>Triangle Again (Japan)</description>
+               <rom name="Triangle Again (Japan).iso" size="7825162240" crc="b5e1a051" md5="607f2056077b628d4f9ab80108dace6d" sha1="4a5a5db3d5deba1122d41acd3cdabf09d56781d2"/>
+       </game>
+       <game name="Triangle Again 2 (Japan)">
+               <category>Games</category>
+               <description>Triangle Again 2 (Japan)</description>
+               <rom name="Triangle Again 2 (Japan).iso" size="7825162240" crc="ee853921" md5="7a5d9dc70474049c5ee3588cfd7ad558" sha1="472199b59655f04fdef070c181757d053ed64c44"/>
+       </game>
+       <game name="Madden NFL 08 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 08 (USA)</description>
+               <rom name="Madden NFL 08 (USA).iso" size="7825162240" crc="327fa074" md5="2157b244176d7d9abecdbf1a97622e89" sha1="fb0da504e9743a3fd1baaa02ab3ec2432a077d78"/>
+       </game>
+       <game name="Red Dead Revolver (Japan)">
+               <category>Games</category>
+               <description>Red Dead Revolver (Japan)</description>
+               <rom name="Red Dead Revolver (Japan).iso" size="7825162240" crc="c293c573" md5="95d9f07948cc1ad625dc70277ea53b48" sha1="0ff8eb505610a459959868073ecdc5258ecfbdb8"/>
+       </game>
+       <game name="Dungeons &amp; Dragons - Heroes (France)">
+               <category>Games</category>
+               <description>Dungeons &amp; Dragons - Heroes (France)</description>
+               <rom name="Dungeons &amp; Dragons - Heroes (France).iso" size="7825162240" crc="7170bf11" md5="40b4f6a5df014bfba1c9e0f950560146" sha1="1f8b422d6b1f0690b0dc99f0b627e3d8bb90fda8"/>
+       </game>
+       <game name="NBA Live 2005 (France)">
+               <category>Games</category>
+               <description>NBA Live 2005 (France)</description>
+               <rom name="NBA Live 2005 (France).iso" size="7825162240" crc="30af0bdd" md5="37e87457f6fb733becf09cd82119fbab" sha1="7b3ab261b2158dad97caf615b9a72c0d89341d10"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles (Europe) (Fr,Nl)</description>
+               <rom name="Disney-Pixar The Incredibles (Europe) (Fr,Nl).iso" size="7825162240" crc="e3a79c00" md5="3719db949c2fc443b3349aa3c0293217" sha1="3d659893d7a0569b1f97293406a18a4be98d2b32"/>
+       </game>
+       <game name="Prince of Persia - Kenshi no Kokoro (Japan)">
+               <category>Games</category>
+               <description>Prince of Persia - Kenshi no Kokoro (Japan)</description>
+               <rom name="Prince of Persia - Kenshi no Kokoro (Japan).iso" size="7825162240" crc="ec7c61a7" md5="52946e0142132d46d3d270a8cfb78ee0" sha1="dde78872dcc224f76e344e9a8fcf21937f291fb4"/>
+       </game>
+       <game name="Constantine (Japan)">
+               <category>Games</category>
+               <description>Constantine (Japan)</description>
+               <rom name="Constantine (Japan).iso" size="7825162240" crc="4ee94999" md5="b1bec155a4b3ab16d731a566d444d2d1" sha1="0c307b82430acc1ec5c54b4d976e856b189b18d3"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (Italy)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (Italy)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (Italy).iso" size="7825162240" crc="7da34874" md5="1c56e27519f8bc44a8c41d79b8488cb7" sha1="63a1751e6ec8f64dd407e45a0a3f7f3ad616d0a2"/>
+       </game>
+       <game name="Freedom Fighters (Italy)">
+               <category>Games</category>
+               <description>Freedom Fighters (Italy)</description>
+               <rom name="Freedom Fighters (Italy).iso" size="7825162240" crc="adb2bee6" md5="6477270af496059b5537e701b87684d8" sha1="d5e278a1c849ce71a99d77434b5de0ae5f2c39db"/>
+       </game>
+       <game name="DreamWorks Shark Tale (Italy)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale (Italy)</description>
+               <rom name="DreamWorks Shark Tale (Italy).iso" size="7825162240" crc="8bce5acc" md5="5454f01c53b4a24472104c0393731167" sha1="2f35b65ffece1d97a2623dc3cef7894b5a4a6c32"/>
+       </game>
+       <game name="Shrek 2 (Italy)">
+               <category>Games</category>
+               <description>Shrek 2 (Italy)</description>
+               <rom name="Shrek 2 (Italy).iso" size="7825162240" crc="cfee693b" md5="9e01eb3a29628620205c0435bafc2f7a" sha1="9eb673e158c8bb7b810421f68626ef4328324e9a"/>
+       </game>
+       <game name="FIFA Football 2004 (Italy)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Italy)</description>
+               <rom name="FIFA Football 2004 (Italy).iso" size="7825162240" crc="18f54626" md5="3ae618bb015324e714ea6296afdeb313" sha1="ce7182f85f87447123f4b1e188797a1cda6aa562"/>
+       </game>
+       <game name="FIFA Football 2005 (Italy)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Italy)</description>
+               <rom name="FIFA Football 2005 (Italy).iso" size="7825162240" crc="8b9f0902" md5="04402067c61b2925975d5d2beaa29472" sha1="b6fd4ecfa3c261c8d26fc0e947f05e43e0d7d769"/>
+       </game>
+       <game name="FIFA 06 (Italy)">
+               <category>Games</category>
+               <description>FIFA 06 (Italy)</description>
+               <rom name="FIFA 06 (Italy).iso" size="7825162240" crc="3fb4b65f" md5="ea6115e152b99ce7f9d6ac2955378cc4" sha1="8d9af9dfca0a4b630495e05d7e1a7a85dcb4918c"/>
+       </game>
+       <game name="Hitman - Contracts (Italy)">
+               <category>Games</category>
+               <description>Hitman - Contracts (Italy)</description>
+               <rom name="Hitman - Contracts (Italy).iso" size="7825162240" crc="fa2de647" md5="24207e92cc9fbc0e861b9d9a3b913eb6" sha1="21ce65e43c8f181d99ec6efbc6dfdff8d208b44c"/>
+       </game>
+       <game name="TOCA Race Driver (Italy)">
+               <category>Games</category>
+               <description>TOCA Race Driver (Italy)</description>
+               <rom name="TOCA Race Driver (Italy).iso" size="7825162240" crc="153dcaef" md5="2bcdcfb650f18ad64167d1793dd6b151" sha1="b9964a884099c9d18a6d2841056c1791eea03c4c"/>
+       </game>
+       <game name="DreamWorks Madagascar (Italy)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (Italy)</description>
+               <rom name="DreamWorks Madagascar (Italy).iso" size="7825162240" crc="b0dae165" md5="be626f4a043a21ea569a5daee6bd746e" sha1="c6d05614982c6a10c86ac72bd47ca0638da06ef1"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Italy) (Rev 1)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Italy) (Rev 1)</description>
+               <rom name="Hitman 2 - Silent Assassin (Italy) (Rev 1).iso" size="7825162240" crc="6ca92433" md5="90487a07413b2f32994fb99aac8c2be9" sha1="597247dce0e917d9d792f7b59c0b648455cb594a"/>
+       </game>
+       <game name="Leisure Suit Larry - Magna Cum Laude (Italy)">
+               <category>Games</category>
+               <description>Leisure Suit Larry - Magna Cum Laude (Italy)</description>
+               <rom name="Leisure Suit Larry - Magna Cum Laude (Italy).iso" size="7825162240" crc="e221c520" md5="63e20e4810cf2547004a767a1806b6ea" sha1="e51e73a15afa03332e54be8760a2dbb28ae1bef2"/>
+       </game>
+       <game name="Medal of Honor - European Assault (Italy)">
+               <category>Games</category>
+               <description>Medal of Honor - European Assault (Italy)</description>
+               <rom name="Medal of Honor - European Assault (Italy).iso" size="7825162240" crc="6251dd6a" md5="1e2488562b900c2ba6fa51c23cbd1e15" sha1="9cc7f6f7b598a5484671646e6767756c3e6d17a4"/>
+       </game>
+       <game name="Men of Valor (Italy)">
+               <category>Games</category>
+               <description>Men of Valor (Italy)</description>
+               <rom name="Men of Valor (Italy).iso" size="7825162240" crc="36b49284" md5="78fe909a192189fffbde7f665017ba08" sha1="31041e36f2803683c292965544448f8f66a9609f"/>
+       </game>
+       <game name="MotoGP - Ultimate Racing Technology 3 (Italy)">
+               <category>Games</category>
+               <description>MotoGP - Ultimate Racing Technology 3 (Italy)</description>
+               <rom name="MotoGP - Ultimate Racing Technology 3 (Italy).iso" size="7825162240" crc="9c78cd24" md5="531e071bae362a87bfb9d06cd358d944" sha1="9e291b56fa3525efce9e9f3016d83b792b99f184"/>
+       </game>
+       <game name="Oddworld - Munch's Oddysee (Italy)">
+               <category>Games</category>
+               <description>Oddworld - Munch's Oddysee (Italy)</description>
+               <rom name="Oddworld - Munch's Oddysee (Italy).iso" size="7825162240" crc="0e4a0974" md5="694780d21a13e56f837321579ac92773" sha1="8a961b7c66646420234c12aa2f9e0dc7127d8349"/>
+       </game>
+       <game name="Scudetto 5 (Italy)">
+               <category>Games</category>
+               <description>Scudetto 5 (Italy)</description>
+               <rom name="Scudetto 5 (Italy).iso" size="7825162240" crc="86b6370d" md5="d3e0e769133f0ba8f0a593dc02881b15" sha1="715a13390b6912c2b8104b0a25cf027698f3175c"/>
+       </game>
+       <game name="Signore degli Anelli, Il - La Terza Era (Italy)">
+               <category>Games</category>
+               <description>Signore degli Anelli, Il - La Terza Era (Italy)</description>
+               <rom name="Signore degli Anelli, Il - La Terza Era (Italy).iso" size="7825162240" crc="dfe5988f" md5="ce025033709d96afdfcf239e47ee33a2" sha1="f01bea0bf19c204d133b8f7ed076608ae187dfc6"/>
+       </game>
+       <game name="UEFA Champions League 2004-2005 (Europe) (Es,It)">
+               <category>Games</category>
+               <description>UEFA Champions League 2004-2005 (Europe) (Es,It)</description>
+               <rom name="UEFA Champions League 2004-2005 (Europe) (Es,It).iso" size="7825162240" crc="5a982e0c" md5="f0b171887e1e22aed15e85e6e72ef904" sha1="595c7a1c0a313a63673a0122bee5183e8197eccc"/>
+       </game>
+       <game name="Obscure (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>Obscure (Europe) (Fr,It)</description>
+               <rom name="Obscure (Europe) (Fr,It).iso" size="7825162240" crc="c8266cde" md5="03b70a42812277cf07b5e9e24f0d9ace" sha1="584a763b143ad40f2287b85d87f317372bc8fa18"/>
+       </game>
+       <game name="Spider-Man 2 (Italy)">
+               <category>Games</category>
+               <description>Spider-Man 2 (Italy)</description>
+               <rom name="Spider-Man 2 (Italy).iso" size="7825162240" crc="0d0c5557" md5="c6d33ea0ff67e1305cedb06db8d77473" sha1="f0e020665d0bd248d0a9b265fe1f157fecbe169c"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 13 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 13 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 13 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="ee6d991e" md5="b747c2cd669515ae5a45e256820a5e1a" sha1="63111de95526f341460d94b17edd099e3e595928"/>
+       </game>
+       <game name="Halo 2 (Italy) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (Italy) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (Italy) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="734e4a40" md5="0ff298337e9d12fabde155df2bd7c792" sha1="4ca2ef32aad576ee7375de4fc9da11286bd35440"/>
+       </game>
+       <game name="JSRF - Jet Set Radio Future (USA)">
+               <category>Games</category>
+               <description>JSRF - Jet Set Radio Future (USA)</description>
+               <rom name="JSRF - Jet Set Radio Future (USA).iso" size="7825162240" crc="b2a882df" md5="df8482d9d1b9bc5fc364ba77ef8ac284" sha1="e5e6b6b519cec5e408f834db870fad0c5b708738"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 64 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 64 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 64 (USA).iso" size="7825162240" crc="f1ae07c1" md5="954b26d30a186204d33580480b71502e" sha1="5db4f2b59d897ec433368b2d175f8c384326d289"/>
+       </game>
+       <game name="Medal of Honor - Frontline (Italy)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Italy)</description>
+               <rom name="Medal of Honor - Frontline (Italy).iso" size="7825162240" crc="93b6ec3d" md5="6f34be76f77d703fcdc169265299cefb" sha1="20173eea4ba1aea47d7550d653d006147c0c0173"/>
+       </game>
+       <game name="Xbox Exhibition Volume 5 (USA)">
+               <category>Demos</category>
+               <description>Xbox Exhibition Volume 5 (USA)</description>
+               <rom name="Xbox Exhibition Volume 5 (USA).iso" size="7825162240" crc="ae717f79" md5="61970a644a34db959491e077adb4a537" sha1="2f5c6a3ccb6ac2906c5b14abf5a77f3860508b89"/>
+       </game>
+       <game name="Xbox Exhibition Volume 3 (USA)">
+               <category>Demos</category>
+               <description>Xbox Exhibition Volume 3 (USA)</description>
+               <rom name="Xbox Exhibition Volume 3 (USA).iso" size="7825162240" crc="fb7cbd01" md5="64f324d2ebe4f1eb3cc4139a639eb1df" sha1="c97972b5e4c48d8113854848cdf73b89513a13c4"/>
+       </game>
+       <game name="LucasArts Xbox Experience Volume 01 (USA)">
+               <category>Demos</category>
+               <description>LucasArts Xbox Experience Volume 01 (USA)</description>
+               <rom name="LucasArts Xbox Experience Volume 01 (USA).iso" size="7825162240" crc="15f1b79b" md5="e73d972a54b99201e660137fd19ab372" sha1="27fda9298071511dcb557ecce290e0af5ce64986"/>
+       </game>
+       <game name="Brothers in Arms - Earned in Blood (USA) (Demo)">
+               <category>Demos</category>
+               <description>Brothers in Arms - Earned in Blood (USA) (Demo)</description>
+               <rom name="Brothers in Arms - Earned in Blood (USA) (Demo).iso" size="7825162240" crc="20810de8" md5="7ee29f1332af587f6bef04ef74bb6c1d" sha1="6b7d94ab08dd170cedc42cce9e0fc57584b3926c"/>
+       </game>
+       <game name="Far Cry Instincts (USA, Europe) (Demo)">
+               <category>Demos</category>
+               <description>Far Cry Instincts (USA, Europe) (Demo)</description>
+               <rom name="Far Cry Instincts (USA, Europe) (Demo).iso" size="7825162240" crc="193af591" md5="94580d85b58e7b6446d71d93b696650d" sha1="f4314e321668dc90ba581a92c9c56c4ae2cdfde7"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (USA) (Demo)">
+               <category>Demos</category>
+               <description>Tom Clancy's Rainbow Six 3 (USA) (Demo)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (USA) (Demo).iso" size="7825162240" crc="60bb6daa" md5="21810c2e1590ea8c80e46ff7da2b86ad" sha1="155edf2c980bdaffbdde31e07e83da4734d64520"/>
+       </game>
+       <game name="Xbox Wireless Adapter Setup v1.0 (USA)">
+               <category>Applications</category>
+               <description>Xbox Wireless Adapter Setup v1.0 (USA)</description>
+               <rom name="Xbox Wireless Adapter Setup v1.0 (USA).cue" size="127" crc="b8ed1ed1" md5="bb23ec9b4ea52ddda9ac2077bbd4fe84" sha1="1926335b76a827804db6ff334a7ea755ae552fa9"/>
+               <rom name="Xbox Wireless Adapter Setup v1.0 (USA).bin" size="62092800" crc="fde000ae" md5="cea1e6ecb5a34e7750dbc7e062337721" sha1="c0c2f717ac3f31a7ea63867b7f3751b4fd3f868c"/>
+       </game>
+       <game name="Xbox Exhibition Volume 4 (USA)">
+               <category>Demos</category>
+               <description>Xbox Exhibition Volume 4 (USA)</description>
+               <rom name="Xbox Exhibition Volume 4 (USA).iso" size="7825162240" crc="08bff754" md5="aaf045f6cb1263793fa366271315c10a" sha1="04e6ee9f321f6f178bd63a2d3cd308beba586971"/>
+       </game>
+       <game name="Xbox Exhibition (USA)">
+               <category>Demos</category>
+               <description>Xbox Exhibition (USA)</description>
+               <rom name="Xbox Exhibition (USA).iso" size="7825162240" crc="689a92b5" md5="00e281c09fa341e41f90376773f3733e" sha1="9f76049fa3b31459a1773f27b19a5c9ba057bc1b"/>
+       </game>
+       <game name="Fantastici 4, I (Italy)">
+               <category>Games</category>
+               <description>Fantastici 4, I (Italy)</description>
+               <rom name="Fantastici 4, I (Italy).iso" size="7825162240" crc="ce588c54" md5="65ca191807b6295b495617c17a66a814" sha1="408b1918b3772a1d3867c1d6c4f4d40fb360f876"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon - Island Thunder (USA) (Demo)">
+               <category>Demos</category>
+               <description>Tom Clancy's Ghost Recon - Island Thunder (USA) (Demo)</description>
+               <rom name="Tom Clancy's Ghost Recon - Island Thunder (USA) (Demo).iso" size="7825162240" crc="2b885eaa" md5="cbc420b34dfcfce70ff881eef3c2369c" sha1="f3ae4bf3d8bd422619b0e77766867d670fbd33e8"/>
+       </game>
+       <game name="UEFA Champions League 2004-2005 (Netherlands) (En,Nl)">
+               <category>Games</category>
+               <description>UEFA Champions League 2004-2005 (Netherlands) (En,Nl)</description>
+               <rom name="UEFA Champions League 2004-2005 (Netherlands) (En,Nl).iso" size="7825162240" crc="1b1f8f84" md5="88b44728f64a0e3e8b6349074dba79f8" sha1="8530495c839eb954006bce4d4ee07fe7265c14d1"/>
+       </game>
+       <game name="FIFA Football 2005 (Europe) (En,Nl,Sv,No,Da,El)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Europe) (En,Nl,Sv,No,Da,El)</description>
+               <rom name="FIFA Football 2005 (Europe) (En,Nl,Sv,No,Da,El).iso" size="7825162240" crc="9127e52c" md5="de5139943d2c06459c8e06fd8d5ae6d4" sha1="d863a151e70c097c3b010e5bf02c3c7ee117cd79"/>
+       </game>
+       <game name="FIFA 06 (Europe) (En,Nl,Sv,No,Da,El)">
+               <category>Games</category>
+               <description>FIFA 06 (Europe) (En,Nl,Sv,No,Da,El)</description>
+               <rom name="FIFA 06 (Europe) (En,Nl,Sv,No,Da,El).iso" size="7825162240" crc="c3a93b5a" md5="8bb5f1ab4324ca61ec31818f6bae3489" sha1="4903ebd611279844084cec519c95fab2a58daea4"/>
+       </game>
+       <game name="Wrath Unleashed (USA)">
+               <category>Games</category>
+               <description>Wrath Unleashed (USA)</description>
+               <rom name="Wrath Unleashed (USA).iso" size="7825162240" crc="f54781ea" md5="6415aca8511d6e90cfa5fd42ed7bd002" sha1="963e8b3444cdbcbe3088796376226fc6ca2e1092"/>
+       </game>
+       <game name="Deathrow (USA)">
+               <category>Games</category>
+               <description>Deathrow (USA)</description>
+               <rom name="Deathrow (USA).iso" size="7825162240" crc="c2ef664f" md5="a01aea70a4b356cc4af51ef85ff5425d" sha1="18437166e12ff18a7ae8f0f34fb25beb07eb79c7"/>
+       </game>
+       <game name="Freestyle Metal X (USA)">
+               <category>Games</category>
+               <description>Freestyle Metal X (USA)</description>
+               <rom name="Freestyle Metal X (USA).iso" size="7825162240" crc="f607cde9" md5="f8af7ccd3bc7c2d0c7bfc561545ba5db" sha1="0962bae4aabd58f83f89492ad3002a1bf8f52ae6"/>
+       </game>
+       <game name="Colin McRae Rally 2005 (USA)">
+               <category>Games</category>
+               <description>Colin McRae Rally 2005 (USA)</description>
+               <rom name="Colin McRae Rally 2005 (USA).iso" size="7825162240" crc="478f36e7" md5="e677d3f1a47978b1ef0bb004bc62afe9" sha1="a6246590a0e154e1d666ecd24d8c4c67ba9ee930"/>
+       </game>
+       <game name="Dead to Rights (USA)">
+               <category>Games</category>
+               <description>Dead to Rights (USA)</description>
+               <rom name="Dead to Rights (USA).iso" size="7825162240" crc="b66e09a8" md5="ef8740bdd689a591c6ffcd4bf5548467" sha1="8e0dc9f2c6695cc9a6cc9a60dbf4298807eab670"/>
+       </game>
+       <game name="Obscure (USA)">
+               <category>Games</category>
+               <description>Obscure (USA)</description>
+               <rom name="Obscure (USA).iso" size="7825162240" crc="267c520b" md5="0cfadf80317c9b968df70f0247853da6" sha1="b071af7cbe4e952032ce3198d5ccb4ee661ad1a8"/>
+       </game>
+       <game name="NHL Hitz Pro (USA)">
+               <category>Games</category>
+               <description>NHL Hitz Pro (USA)</description>
+               <rom name="NHL Hitz Pro (USA).iso" size="7825162240" crc="5133da30" md5="9d7337d12885e83dbd6cdcb3c9537542" sha1="3bdb081029e906fa6f13c1b4792ea3a81b3e660a"/>
+       </game>
+       <game name="Pac-Man World 3 (USA)">
+               <category>Games</category>
+               <description>Pac-Man World 3 (USA)</description>
+               <rom name="Pac-Man World 3 (USA).iso" size="7825162240" crc="6b7aa190" md5="18a35d07005f8ef53a1f89ef2e71e7cb" sha1="82c3c78108cd9930d61347b80dac993268ece24e"/>
+       </game>
+       <game name="Fatal Frame (USA)">
+               <category>Games</category>
+               <description>Fatal Frame (USA)</description>
+               <rom name="Fatal Frame (USA).iso" size="7825162240" crc="88cfa439" md5="5441600166b476795d60dbaab22832d3" sha1="661b64b2b113add3709d55e19bd3dfe91b25f12f"/>
+       </game>
+       <game name="Spawn - Armageddon (USA)">
+               <category>Games</category>
+               <description>Spawn - Armageddon (USA)</description>
+               <rom name="Spawn - Armageddon (USA).iso" size="7825162240" crc="135994a9" md5="6e16b5ccbfc327d7369256e0b6ba9d98" sha1="c617f21152984ada378a14ddeeb2c3cee6e4ce06"/>
+       </game>
+       <game name="WWF Raw (USA)">
+               <category>Games</category>
+               <description>WWF Raw (USA)</description>
+               <rom name="WWF Raw (USA).iso" size="7825162240" crc="d969d665" md5="6b661730dea985c74b116fd7307919d1" sha1="f47bdfc9622bd24a12416c2a054af78d4e1ad2af"/>
+       </game>
+       <game name="UFC - Ultimate Fighting Championship - Tapout 2 (USA)">
+               <category>Games</category>
+               <description>UFC - Ultimate Fighting Championship - Tapout 2 (USA)</description>
+               <rom name="UFC - Ultimate Fighting Championship - Tapout 2 (USA).iso" size="7825162240" crc="424054e2" md5="ed62e7b94f49a355430f16908d5aae46" sha1="a1c6661dc74c219bcbe6741de0beb32a2257fac6"/>
+       </game>
+       <game name="MLB SlugFest 2004 (USA)">
+               <category>Games</category>
+               <description>MLB SlugFest 2004 (USA)</description>
+               <rom name="MLB SlugFest 2004 (USA).iso" size="7825162240" crc="6cfb004b" md5="3402f6f8ad934e28f4f3c623d2cfa054" sha1="efaf69d0459d78cad375f23592ab4fd941cdff56"/>
+       </game>
+       <game name="Nickelodeon Party Blast (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Party Blast (USA)</description>
+               <rom name="Nickelodeon Party Blast (USA).iso" size="7825162240" crc="85cdcad0" md5="0d9fdc0d7305417584106071962f2928" sha1="85faa3e113044bfbac7fbe62f02dc0fc72e7574b"/>
+       </game>
+       <game name="Antz Extreme Racing (USA)">
+               <category>Games</category>
+               <description>Antz Extreme Racing (USA)</description>
+               <rom name="Antz Extreme Racing (USA).iso" size="7825162240" crc="168f095d" md5="333723710dd9d8ef88f4ebbdd4e6d81c" sha1="d739d2bb96130d552ec4522cea8b24b22a1f6f64"/>
+       </game>
+       <game name="Auto Modellista (USA, Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Auto Modellista (USA, Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Auto Modellista (USA, Japan) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="d5b510ed" md5="47541f118e69cf673653d0c9ad5d4fdd" sha1="116899afc5f48ec85fa4c7ee1a1ee5daa5ac77f9"/>
+       </game>
+       <game name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA)">
+               <category>Games</category>
+               <description>Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA)</description>
+               <rom name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA).iso" size="7825162240" crc="f1395908" md5="c2d200e5276374179092b9e9c66d6633" sha1="ec3b088208267287fffdf1fca713af7e3c68bd1f"/>
+       </game>
+       <game name="Crash Tag Team Racing (USA)">
+               <category>Games</category>
+               <description>Crash Tag Team Racing (USA)</description>
+               <rom name="Crash Tag Team Racing (USA).iso" size="7825162240" crc="9f62750f" md5="872f2d452cf8411e03fa14493640d4da" sha1="ceb7d3b6f224c6923e4ab28a1794a26c80391270"/>
+       </game>
+       <game name="Crazy Taxi 3 - High Roller (USA)">
+               <category>Games</category>
+               <description>Crazy Taxi 3 - High Roller (USA)</description>
+               <rom name="Crazy Taxi 3 - High Roller (USA).iso" size="7825162240" crc="3fd65db2" md5="9c620c12ef90829649160c8dfd56c0ff" sha1="438b4a1702ddfe47ad564859124b4c3aaa3a08af"/>
+       </game>
+       <game name="Curious George (USA)">
+               <category>Games</category>
+               <description>Curious George (USA)</description>
+               <rom name="Curious George (USA).iso" size="7825162240" crc="304c8466" md5="6fe0e2fb88a1557d13d8234a76253dc1" sha1="10e29c073209e0b7af89dd0d7eaccd2625336edb"/>
+       </game>
+       <game name="Ford vs. Chevy (USA)">
+               <category>Games</category>
+               <description>Ford vs. Chevy (USA)</description>
+               <rom name="Ford vs. Chevy (USA).iso" size="7825162240" crc="754fa475" md5="aa4977602e1efa84b78ab5617859500a" sha1="5e5c4754644ac0ae5a7d9914d4f3646e3ab2ae1b"/>
+       </game>
+       <game name="Frogger Beyond (USA)">
+               <category>Games</category>
+               <description>Frogger Beyond (USA)</description>
+               <rom name="Frogger Beyond (USA).iso" size="7825162240" crc="1cfdc3d0" md5="5508b3d9aa03cef4d75233b3f9c81c7b" sha1="897b7e6743149c577b9139ed904b9d095d79433f"/>
+       </game>
+       <game name="Furious Karting (USA)">
+               <category>Games</category>
+               <description>Furious Karting (USA)</description>
+               <rom name="Furious Karting (USA).iso" size="7825162240" crc="c9f1cf1d" md5="12438e8433deb1a939d568cbbf01cc49" sha1="2482e6b398117399ef82a6528c7343db5a8b7795"/>
+       </game>
+       <game name="Future Tactics - The Uprising (USA)">
+               <category>Games</category>
+               <description>Future Tactics - The Uprising (USA)</description>
+               <rom name="Future Tactics - The Uprising (USA).iso" size="7825162240" crc="3b444145" md5="e73ef902f8cc7159946c2bd3135b8eb2" sha1="5322929070f47f3ae797b6065d4165bd5d43c7ec"/>
+       </game>
+       <game name="Galleon (USA)">
+               <category>Games</category>
+               <description>Galleon (USA)</description>
+               <rom name="Galleon (USA).iso" size="7825162240" crc="401a98b8" md5="d3230092396597ddecd8d6cb5c565efa" sha1="c361b2e8ab7aedbec693a096ac126e1488334d65"/>
+       </game>
+       <game name="Hot Wheels - Stunt Track Challenge (USA)">
+               <category>Games</category>
+               <description>Hot Wheels - Stunt Track Challenge (USA)</description>
+               <rom name="Hot Wheels - Stunt Track Challenge (USA).iso" size="7825162240" crc="949adbf8" md5="3ebc2da843d0d1bc023ca10288d0cbc7" sha1="fedcd3a5b9870e0dd595feffb9b7a0f831d0cccf"/>
+       </game>
+       <game name="Kelly Slater's Pro Surfer (USA)">
+               <category>Games</category>
+               <description>Kelly Slater's Pro Surfer (USA)</description>
+               <rom name="Kelly Slater's Pro Surfer (USA).iso" size="7825162240" crc="f4c7d497" md5="f2c8c577fe69d2eac619b33be14d2336" sha1="795c62819a790ccd0bb31dec5e57e238e0532979"/>
+       </game>
+       <game name="Midnight Club 3 - DUB Edition (USA)">
+               <category>Games</category>
+               <description>Midnight Club 3 - DUB Edition (USA)</description>
+               <rom name="Midnight Club 3 - DUB Edition (USA).iso" size="7825162240" crc="5a1a8a59" md5="9e33c23c784c918d44645c70d5ba2128" sha1="09fe763223199284f186f717fa67028586e39303"/>
+       </game>
+       <game name="Mike Tyson Heavyweight Boxing (USA)">
+               <category>Games</category>
+               <description>Mike Tyson Heavyweight Boxing (USA)</description>
+               <rom name="Mike Tyson Heavyweight Boxing (USA).iso" size="7825162240" crc="3ef814aa" md5="e7d1abf036298dd08fb1899acbc3ce1e" sha1="cb9a8c62c6970810e958b83b052b09da413e55d6"/>
+       </game>
+       <game name="MX SuperFly (USA)">
+               <category>Games</category>
+               <description>MX SuperFly (USA)</description>
+               <rom name="MX SuperFly (USA).iso" size="7825162240" crc="00f47d90" md5="516a06c616bb90187819ffb86b6d5913" sha1="4a2a38eb57e1d609dea492f8850dcacb6a94d49c"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (USA) (Rev 1)</description>
+               <rom name="Need for Speed - Most Wanted (USA) (Rev 1).iso" size="7825162240" crc="1a3edce5" md5="370174c592a65ef0ee08c074f242dc73" sha1="b8b412d4c635380e1875c5fa50c690d338c1b57e"/>
+       </game>
+       <game name="NFL Blitz Pro (USA)">
+               <category>Games</category>
+               <description>NFL Blitz Pro (USA)</description>
+               <rom name="NFL Blitz Pro (USA).iso" size="7825162240" crc="2fb064f0" md5="e74addd6b578e7addc464780965dcbf9" sha1="e713225328ea26dbe7f7536a5cf03ad06501df2c"/>
+       </game>
+       <game name="ESPN NFL PrimeTime 2002 (USA)">
+               <category>Games</category>
+               <description>ESPN NFL PrimeTime 2002 (USA)</description>
+               <rom name="ESPN NFL PrimeTime 2002 (USA).iso" size="7825162240" crc="4f808710" md5="7239e5df440d62c995a6222b087442eb" sha1="00ff2dc204a9f291c47b5a36b32f87995f5e1734"/>
+       </game>
+       <game name="Phantom Crash (USA)">
+               <category>Games</category>
+               <description>Phantom Crash (USA)</description>
+               <rom name="Phantom Crash (USA).iso" size="7825162240" crc="5f0a532c" md5="e9a8b4c64608a70ab837c56c3ae836cb" sha1="c93b970ea579bfe6b20acfc5b04f39cba51bb1c1"/>
+       </game>
+       <game name="Pro Cast - Sports Fishing Game (USA)">
+               <category>Games</category>
+               <description>Pro Cast - Sports Fishing Game (USA)</description>
+               <rom name="Pro Cast - Sports Fishing Game (USA).iso" size="7825162240" crc="432dc5ef" md5="4f66f41ad559aeecabcf8203de85dd61" sha1="4f58f7d25e3cc79e987391520aff0e794069a12d"/>
+       </game>
+       <game name="RedCard 20-03 (USA)">
+               <category>Games</category>
+               <description>RedCard 20-03 (USA)</description>
+               <rom name="RedCard 20-03 (USA).iso" size="7825162240" crc="630af9ec" md5="4a44ca15f36a580c2c3ff23f9351df9b" sha1="7e890612fdaa22d1cc44210c7229a04e1c189e5f"/>
+       </game>
+       <game name="RoboCop (USA)">
+               <category>Games</category>
+               <description>RoboCop (USA)</description>
+               <rom name="RoboCop (USA).iso" size="7825162240" crc="6e3bc763" md5="6a44f2b653d90610ead8fb78d6e76b4f" sha1="307dafa20316172753d88d2d7ac65218620bb934"/>
+       </game>
+       <game name="Strike Force Bowling (USA)">
+               <category>Games</category>
+               <description>Strike Force Bowling (USA)</description>
+               <rom name="Strike Force Bowling (USA).iso" size="7825162240" crc="2f7b4d8a" md5="33cd24d937ced14c5eb86b158b4ae84f" sha1="9632de009105776117068dc49e44a6ed6f564199"/>
+       </game>
+       <game name="Taz - Wanted (USA)">
+               <category>Games</category>
+               <description>Taz - Wanted (USA)</description>
+               <rom name="Taz - Wanted (USA).iso" size="7825162240" crc="b53338c3" md5="7d1246f7f6e13092c6022a64d4f97b6e" sha1="f45a8bc370983a8dac75a81b8f5d922bbaa5afc9"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles (USA)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles (USA)</description>
+               <rom name="Teenage Mutant Ninja Turtles (USA).iso" size="7825162240" crc="a98b503a" md5="a8dfd1bd662ba1d8c1e28d390752969e" sha1="13f4d5dac5eed79f58b912731d2fb40674c9bf46"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA)</description>
+               <rom name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA).iso" size="7825162240" crc="46a56e33" md5="a12d153a097f65d9e801966f1bc90a60" sha1="b1cc234f4ebf22d3dfbd9100f80f81776875b5cd"/>
+       </game>
+       <game name="Nickelodeon The SpongeBob SquarePants Movie (USA)">
+               <category>Games</category>
+               <description>Nickelodeon The SpongeBob SquarePants Movie (USA)</description>
+               <rom name="Nickelodeon The SpongeBob SquarePants Movie (USA).iso" size="7825162240" crc="18eebe2e" md5="a853a16b57a41a63904449249cdbe0b3" sha1="3d19126c60909d9a13f07200a368deac520f34c0"/>
+       </game>
+       <game name="Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (USA)">
+               <category>Games</category>
+               <description>Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (USA)</description>
+               <rom name="Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (USA).iso" size="7825162240" crc="ace4fd6f" md5="509aa949d60777ac01bb1c80fd1a3bc0" sha1="b39ba1e3f4d0088fdbb7b4261491d580ca535011"/>
+       </game>
+       <game name="Tork - Prehistoric Punk (USA)">
+               <category>Games</category>
+               <description>Tork - Prehistoric Punk (USA)</description>
+               <rom name="Tork - Prehistoric Punk (USA).iso" size="7825162240" crc="6ad223df" md5="1661cf230ce792fe5e16af2d4476d9b8" sha1="664c6deea7821092eba4de52de1b209f7ba5945f"/>
+       </game>
+       <game name="WTA Tour Tennis (USA)">
+               <category>Games</category>
+               <description>WTA Tour Tennis (USA)</description>
+               <rom name="WTA Tour Tennis (USA).iso" size="7825162240" crc="17506b60" md5="80432686e483abf2ef8fed60c533ace4" sha1="2bab5a50fe6acb53a17f8a5811f370591c4e34f6"/>
+       </game>
+       <game name="Xiaolin Showdown (USA)">
+               <category>Games</category>
+               <description>Xiaolin Showdown (USA)</description>
+               <rom name="Xiaolin Showdown (USA).iso" size="7825162240" crc="a6fc31fe" md5="c6888c5a977cdfce633628a95eb1da38" sha1="9e106fc1220b1d407f7adddc8678e792befd5109"/>
+       </game>
+       <game name="Def Jam - Fight for NY (USA)">
+               <category>Games</category>
+               <description>Def Jam - Fight for NY (USA)</description>
+               <rom name="Def Jam - Fight for NY (USA).iso" size="7825162240" crc="71d5b621" md5="85725321fef4396d020b624cad8e2531" sha1="1380355c5e3bc5f8e4ef8f2fc15e36a3d00e7774"/>
+       </game>
+       <game name="Major League Baseball 2K5 - World Series Edition (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K5 - World Series Edition (USA)</description>
+               <rom name="Major League Baseball 2K5 - World Series Edition (USA).iso" size="7825162240" crc="7c1bd5b0" md5="b9ec7c0caa3091e71d3f77438a7f0281" sha1="3155059e1819884f584a3cb3de646f9c9348368a"/>
+       </game>
+       <game name="Xbox Live Starter Kit Disc (USA) (Rev 3)">
+               <category>Demos</category>
+               <description>Xbox Live Starter Kit Disc (USA) (Rev 3)</description>
+               <rom name="Xbox Live Starter Kit Disc (USA) (Rev 3).iso" size="7825162240" crc="e91989f1" md5="4a33f0187d3a530aecebe2321869a5d8" sha1="ee5424c5f19f9653ae6a431f937db725bd9b81b3"/>
+       </game>
+       <game name="Digimon Rumble Arena 2 (USA)">
+               <category>Games</category>
+               <description>Digimon Rumble Arena 2 (USA)</description>
+               <rom name="Digimon Rumble Arena 2 (USA).iso" size="7825162240" crc="1c080fa0" md5="1e30c270bff3756f0f98fab85289cc9c" sha1="8d35307046b25ae18c9d44410c2e11636fb3dd37"/>
+       </game>
+       <game name="TMNT - Mutant Melee (USA)">
+               <category>Games</category>
+               <description>TMNT - Mutant Melee (USA)</description>
+               <rom name="TMNT - Mutant Melee (USA).iso" size="7825162240" crc="87c55591" md5="939b4dbdaabb3d33826d9d2d9f48eace" sha1="7c923850496b73eb6ab10afe26d779c943beebe1"/>
+       </game>
+       <game name="Futurama (USA)">
+               <category>Games</category>
+               <description>Futurama (USA)</description>
+               <rom name="Futurama (USA).iso" size="7825162240" crc="48759ac7" md5="921d647e431f0a3d872ec00622e3b37b" sha1="af7608df0277bb1e439e4d903b8a65db685d9209"/>
+       </game>
+       <game name="Test Drive - Eve of Destruction (USA)">
+               <category>Games</category>
+               <description>Test Drive - Eve of Destruction (USA)</description>
+               <rom name="Test Drive - Eve of Destruction (USA).iso" size="7825162240" crc="4e36d36f" md5="a21386598b251a7f5267848fb6459678" sha1="3dc493b2aa49c89d414b065b345f7b7e0802820d"/>
+       </game>
+       <game name="Teen Titans (USA)">
+               <category>Games</category>
+               <description>Teen Titans (USA)</description>
+               <rom name="Teen Titans (USA).iso" size="7825162240" crc="e5b5d01d" md5="6e2d132ddb705936b9ca9491d65cd2e5" sha1="3efd99ceeac36310320f4a13456bb50aa91c1f5b"/>
+       </game>
+       <game name="Marvel vs. Capcom 2 - New Age of Heroes (USA)">
+               <category>Games</category>
+               <description>Marvel vs. Capcom 2 - New Age of Heroes (USA)</description>
+               <rom name="Marvel vs. Capcom 2 - New Age of Heroes (USA).iso" size="7825162240" crc="8caa7541" md5="b3ed73f08938c399e2fbd893964285d1" sha1="2f58faf2205c2a0ebf8b8c9857c217a5a9fdb6e1"/>
+       </game>
+       <game name="IHRA Drag Racing - Sportsman Edition (USA)">
+               <category>Games</category>
+               <description>IHRA Drag Racing - Sportsman Edition (USA)</description>
+               <rom name="IHRA Drag Racing - Sportsman Edition (USA).iso" size="7825162240" crc="fe717178" md5="d23353af815682dd92b0eab862001056" sha1="affd07e3e32568e13dca631fcbe765f1e828d924"/>
+       </game>
+       <game name="Mortal Kombat - Deception (USA) (Kollector's Edition Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Mortal Kombat - Deception (USA) (Kollector's Edition Bonus Disc)</description>
+               <rom name="Mortal Kombat - Deception (USA) (Kollector's Edition Bonus Disc).iso" size="7825162240" crc="d8906f2c" md5="8094892a7a72d1468393242b123a0aa8" sha1="32d7554d29eecbf4badcf18312ab0ec07a274074"/>
+       </game>
+       <game name="Call of Cthulhu - Dark Corners of the Earth (USA)">
+               <category>Games</category>
+               <description>Call of Cthulhu - Dark Corners of the Earth (USA)</description>
+               <rom name="Call of Cthulhu - Dark Corners of the Earth (USA).iso" size="7825162240" crc="1d6f39c6" md5="8109589fb9817b147f23175ca9c05c6d" sha1="e7ae5e3536d1549ad9aade78497f2f9ad3c97120"/>
+       </game>
+       <game name="Final Fight - Streetwise (USA)">
+               <category>Games</category>
+               <description>Final Fight - Streetwise (USA)</description>
+               <rom name="Final Fight - Streetwise (USA).iso" size="7825162240" crc="19f26a31" md5="035f537f61c00e92a2144966a2bc447c" sha1="2df6e6d3e9f27fd718ea759b04d5714a625705fc"/>
+       </game>
+       <game name="Madden NFL 09 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 09 (USA)</description>
+               <rom name="Madden NFL 09 (USA).iso" size="7825162240" crc="5e9da545" md5="823b4d7c6eb5a84e51b892e7856ad6ff" sha1="991e2c90ecd4c8c2414733e7cc2d272d03886a0e"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 10-2004 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 10-2004 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 10-2004 (Germany).iso" size="7825162240" crc="c114b399" md5="2e8274dacdec3b42bf570297120a177b" sha1="48eaa2266b0e0776e83f8e6072364a019f72fc80"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 27 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 27 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 27 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="11764024" md5="432f58fe675b695fcea14e385e874320" sha1="ef0fdd71abafe23bab8bdf095f416c3cb8d6704d"/>
+       </game>
+       <game name="Grand Theft Auto - San Andreas (Germany) (En,De)">
+               <category>Games</category>
+               <description>Grand Theft Auto - San Andreas (Germany) (En,De)</description>
+               <rom name="Grand Theft Auto - San Andreas (Germany) (En,De).iso" size="7825162240" crc="e951d1a9" md5="fec1c09aae91e6aa14a64545e09918a2" sha1="09b01ace1a50d254635e84fa434d778a20643045"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 07 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 07 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 07 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="76c1f471" md5="15edfa0becaf3a6159d4e7c3d256c723" sha1="08eddc3c3584de63f87b92e07bea5e5fa538eaa1"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.0 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.0 (USA)</description>
+               <rom name="Xbox Demo Disc Version 3.0 (USA).iso" size="7825162240" crc="17f00a3f" md5="2c1921c59610e6cffb72031a60cd4f8c" sha1="4d8fc6671958187371f50672f6d1be3f0a30c83f"/>
+       </game>
+       <game name="Xbox Exhibition Volume 6 (USA)">
+               <category>Demos</category>
+               <description>Xbox Exhibition Volume 6 (USA)</description>
+               <rom name="Xbox Exhibition Volume 6 (USA).iso" size="7825162240" crc="183cb72f" md5="5c25692352baf411025dd9ab27d87d2a" sha1="5a18a7b67bc0e0758811344e5ddfae9f17294860"/>
+       </game>
+       <game name="Xbox Exhibition Volume 7 (USA)">
+               <category>Demos</category>
+               <description>Xbox Exhibition Volume 7 (USA)</description>
+               <rom name="Xbox Exhibition Volume 7 (USA).iso" size="7825162240" crc="830b19c5" md5="f099d7593d47dfece7b59ba8f1f9e193" sha1="e6998e4c1679430c5f0cb86c5ec6d9d58735d2e7"/>
+       </game>
+       <game name="X-Men - The Official Game (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>X-Men - The Official Game (Europe) (Fr,It)</description>
+               <rom name="X-Men - The Official Game (Europe) (Fr,It).iso" size="7825162240" crc="1fda9b93" md5="b71eb7573fb231e75b3daed4ad047293" sha1="309b0d60049c67757be42402e6bf7d755078e52e"/>
+       </game>
+       <game name="Frogger - Ancient Shadow (USA)">
+               <category>Games</category>
+               <description>Frogger - Ancient Shadow (USA)</description>
+               <rom name="Frogger - Ancient Shadow (USA).iso" size="7825162240" crc="2f633a83" md5="af747f9dbced28cb57b36c3bd2b3ce6b" sha1="aeac39e7f6e48227224ff4bb3666be00b6eed2da"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Italy)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Italy)</description>
+               <rom name="Hitman 2 - Silent Assassin (Italy).iso" size="7825162240" crc="3b7cb2d2" md5="20848a2f757e8396ecb3c544edd8aa8c" sha1="d4161ab80c3f747662ad9891a1b457fbc5fccdab"/>
+       </game>
+       <game name="UEFA Euro 2004 - Portugal (Italy)">
+               <category>Games</category>
+               <description>UEFA Euro 2004 - Portugal (Italy)</description>
+               <rom name="UEFA Euro 2004 - Portugal (Italy).iso" size="7825162240" crc="21454179" md5="084a5fc743423f77852e8c73c8517bbe" sha1="599ce8819e27902438d486406f3c20421536cc48"/>
+       </game>
+       <game name="TOCA Race Driver (Italy) (Online Enabled)">
+               <category>Games</category>
+               <description>TOCA Race Driver (Italy) (Online Enabled)</description>
+               <rom name="TOCA Race Driver (Italy) (Online Enabled).iso" size="7825162240" crc="13892a12" md5="983e42b05b81a32014ee253932acbcbf" sha1="6326b18cbef0559002f869cb889fe12774fc0a4f"/>
+       </game>
+       <game name="Fable - The Lost Chapters (Italy) (En,It)">
+               <category>Games</category>
+               <description>Fable - The Lost Chapters (Italy) (En,It)</description>
+               <rom name="Fable - The Lost Chapters (Italy) (En,It).iso" size="7825162240" crc="f4e3e327" md5="56b647547e918bb035b7d1ce48d629a9" sha1="c8fbc0737eeb46bf22de7191167b12bea343a2f7"/>
+       </game>
+       <game name="Dungeons &amp; Dragons - Heroes (Italy)">
+               <category>Games</category>
+               <description>Dungeons &amp; Dragons - Heroes (Italy)</description>
+               <rom name="Dungeons &amp; Dragons - Heroes (Italy).iso" size="7825162240" crc="18eff127" md5="82392a10da673e035adc1876b6d999da" sha1="ffc1a32b26ef86d7b7807029b9827a13938e6db8"/>
+       </game>
+       <game name="Xbox Live Starter Kit Disc &amp; Zunou Taisen Live (Japan)">
+               <category>Games</category>
+               <description>Xbox Live Starter Kit Disc &amp; Zunou Taisen Live (Japan)</description>
+               <rom name="Xbox Live Starter Kit Disc &amp; Zunou Taisen Live (Japan).iso" size="7825162240" crc="6430e8b4" md5="72c133d6d174dcd7a55b498e3f0a7127" sha1="88d2eadaa34d72c3a2c2250a2713221082679c3e"/>
+       </game>
+       <game name="Xbox Video Chat (Japan)">
+               <category>Applications</category>
+               <description>Xbox Video Chat (Japan)</description>
+               <rom name="Xbox Video Chat (Japan).iso" size="7825162240" crc="1205890f" md5="1ffcbfef9c4b0832fc2442305d2530e7" sha1="bb9162ef5b3c2bfec5c195e0ad816f6773c91f73"/>
+       </game>
+       <game name="Crimson Skies - High Road to Revenge (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Crimson Skies - High Road to Revenge (Japan) (Demo)</description>
+               <rom name="Crimson Skies - High Road to Revenge (Japan) (Demo).iso" size="7825162240" crc="d88a284a" md5="d705e53a58c6581641474057407f0071" sha1="6253fc010dab16d60c273c6f5d72fa13af2307a5"/>
+       </game>
+       <game name="Grand Theft Auto III (Japan)">
+               <category>Games</category>
+               <description>Grand Theft Auto III (Japan)</description>
+               <rom name="Grand Theft Auto III (Japan).iso" size="7825162240" crc="4a82182f" md5="a8c931a624fc3a941266ac8be03960de" sha1="83f9249d086ae29945e5fd2f638cd974d1c4c22d"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (Japan)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (Japan)</description>
+               <rom name="Grand Theft Auto - Vice City (Japan).iso" size="7825162240" crc="dd14f681" md5="1d78479dae635ef390e32f8b3bcfad78" sha1="385b03a1d8b95a8eb6e50f2b9c14512ba3d0d4aa"/>
+       </game>
+       <game name="Secret Weapons over Normandy (Italy)">
+               <category>Games</category>
+               <description>Secret Weapons over Normandy (Italy)</description>
+               <rom name="Secret Weapons over Normandy (Italy).iso" size="7825162240" crc="81143fe3" md5="3c4dab7750c390d5112154c51794a4c0" sha1="74c5ba5c8996b14469c1866a10ac159eae5d2421"/>
+       </game>
+       <game name="Signore degli Anelli, Il - Il Ritorno del Re (Italy)">
+               <category>Games</category>
+               <description>Signore degli Anelli, Il - Il Ritorno del Re (Italy)</description>
+               <rom name="Signore degli Anelli, Il - Il Ritorno del Re (Italy).iso" size="7825162240" crc="1c25f950" md5="84a5ddb7a8ec0cb5ed1abaec180608bb" sha1="c881c5bbbaa12ed63ab4bbb25a4ddb10c16fbf7b"/>
+       </game>
+       <game name="Full Spectrum Warrior - Ten Hammers (USA) (Demo)">
+               <category>Demos</category>
+               <description>Full Spectrum Warrior - Ten Hammers (USA) (Demo)</description>
+               <rom name="Full Spectrum Warrior - Ten Hammers (USA) (Demo).iso" size="7825162240" crc="733df026" md5="8ea4f9ae38f12b1e0da0771a1f0b19f9" sha1="fc598ac38484e836df6978229fd481e58012c30d"/>
+       </game>
+       <game name="Spartan - Total Warrior (USA) (Demo)">
+               <category>Demos</category>
+               <description>Spartan - Total Warrior (USA) (Demo)</description>
+               <rom name="Spartan - Total Warrior (USA) (Demo).iso" size="7825162240" crc="641b28b2" md5="55d682b641c98bfb7aa2cae2ed5cdf94" sha1="32e67e2e344e64956ef29cf5cf5a99a149c36ef7"/>
+       </game>
+       <game name="Official Xbox Magazine Best of Xbox Game Demos Vol. 1 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Best of Xbox Game Demos Vol. 1 (USA)</description>
+               <rom name="Official Xbox Magazine Best of Xbox Game Demos Vol. 1 (USA).iso" size="7825162240" crc="af6d7097" md5="c39d5d81fd56cdb665ebfa98766d3d5e" sha1="3a345f8c4bd628a8770ccfd8c67eb14d25448d3b"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.5 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.5 (USA)</description>
+               <rom name="Xbox Demo Disc Version 4.5 (USA).iso" size="7825162240" crc="c5957176" md5="b5bc07a260d5b3b8c33c554244b66700" sha1="517b7e35c83be95d9a1379e776c8f20b96ed78d6"/>
+       </game>
+       <game name="Disney-Pixar Gli Incredibili (Italy)">
+               <category>Games</category>
+               <description>Disney-Pixar Gli Incredibili (Italy)</description>
+               <rom name="Disney-Pixar Gli Incredibili (Italy).iso" size="7825162240" crc="413558bd" md5="d1d4c79aac09a158733b262cb4e57083" sha1="42d3e161dec5ac2e314a7106dff7c8ecca513391"/>
+       </game>
+       <game name="Mafia (Italy)">
+               <category>Games</category>
+               <description>Mafia (Italy)</description>
+               <rom name="Mafia (Italy).iso" size="7825162240" crc="64f5a27f" md5="003e94e95380b0e6ce4e24d27bd6d81a" sha1="97bd7cf808ed42629612c6a6b8b55b7b5c6aef2a"/>
+       </game>
+       <game name="All-Star Baseball 2003 featuring Derek Jeter (Japan)">
+               <category>Games</category>
+               <description>All-Star Baseball 2003 featuring Derek Jeter (Japan)</description>
+               <rom name="All-Star Baseball 2003 featuring Derek Jeter (Japan).iso" size="7825162240" crc="fce66348" md5="223882babb212b6c5df61aa89fb2dd8e" sha1="5153365a2f2e9b990d60ee3f749a886168f3fbe6"/>
+       </game>
+       <game name="Aoi Namida (Japan)">
+               <category>Games</category>
+               <description>Aoi Namida (Japan)</description>
+               <rom name="Aoi Namida (Japan).iso" size="7825162240" crc="15fd036e" md5="7b0065eb19c3d5d1bc753343b3f6049d" sha1="b845e45ee19d8457c05d5af0aed2c2d9fa406ff3"/>
+       </game>
+       <game name="Baseball 2002, The - Battle Ball Park Sengen (Japan)">
+               <category>Games</category>
+               <description>Baseball 2002, The - Battle Ball Park Sengen (Japan)</description>
+               <rom name="Baseball 2002, The - Battle Ball Park Sengen (Japan).iso" size="7825162240" crc="294881e2" md5="02dbddbcd4b7718877b2124c8b990ca2" sha1="16b08472b1595c06dfaeb2727b5ff52f10fc6466"/>
+       </game>
+       <game name="Beat Down (Japan)">
+               <category>Games</category>
+               <description>Beat Down (Japan)</description>
+               <rom name="Beat Down (Japan).iso" size="7825162240" crc="ca0e04cf" md5="f6ada8de5f724c973014452c25baaf6d" sha1="4a2619d4e5332e9be41926949042367ac7f58ef6"/>
+       </game>
+       <game name="Bistro Cupid 2 (Japan)">
+               <category>Games</category>
+               <description>Bistro Cupid 2 (Japan)</description>
+               <rom name="Bistro Cupid 2 (Japan).iso" size="7825162240" crc="c52972a1" md5="5b07c087829891af67a377d002f724ff" sha1="6542ed38c574ee121bdb6ecbc91d96c6b6ce2adc"/>
+       </game>
+       <game name="Bloody Roar - Extreme (Japan)">
+               <category>Games</category>
+               <description>Bloody Roar - Extreme (Japan)</description>
+               <rom name="Bloody Roar - Extreme (Japan).iso" size="7825162240" crc="f38d8c28" md5="37d69b9ec807fe9fb8d4e2a2a55c1b46" sha1="681527850cba8d0800625d48696775254c8a16d2"/>
+       </game>
+       <game name="Break Nine - World Billiards Tournament (Japan)">
+               <category>Games</category>
+               <description>Break Nine - World Billiards Tournament (Japan)</description>
+               <rom name="Break Nine - World Billiards Tournament (Japan).iso" size="7825162240" crc="a93988a8" md5="71b2a2921647e0032fee57896acb8cdc" sha1="4ef11204845b9e908c1cf16d48a7f9a03eae083b"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (Japan)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (Japan)</description>
+               <rom name="Call of Duty - Finest Hour (Japan).iso" size="7825162240" crc="b167e4a0" md5="1137d1646b4c47b9970e9d768e0e2f60" sha1="2c3935453831baa2c8d0317432a110cc0e2f9e8f"/>
+       </game>
+       <game name="Deus Ex - Invisible War (Japan)">
+               <category>Games</category>
+               <description>Deus Ex - Invisible War (Japan)</description>
+               <rom name="Deus Ex - Invisible War (Japan).iso" size="7825162240" crc="b7c7dc19" md5="01833243b586d1a02903632e367950e7" sha1="5ac7c021f6f7ad0a8ca47fa09de43deea657c3cf"/>
+       </game>
+       <game name="Digimon World X (Japan)">
+               <category>Games</category>
+               <description>Digimon World X (Japan)</description>
+               <rom name="Digimon World X (Japan).iso" size="7825162240" crc="5565b98f" md5="e5219761aef5ae2f44541d03bf5f2ecf" sha1="62e226d6ee6052287b4411e8f4be038e4080f472"/>
+       </game>
+       <game name="Dinosaur Hunting - Ushinawareta Daichi (Japan)">
+               <category>Games</category>
+               <description>Dinosaur Hunting - Ushinawareta Daichi (Japan)</description>
+               <rom name="Dinosaur Hunting - Ushinawareta Daichi (Japan).iso" size="7825162240" crc="52b6bf3b" md5="bcea1b4ba0ada9f13da25de3c3f81292" sha1="d320e59ab4bc36b5f8ccabd105806f513105f268"/>
+       </game>
+       <game name="Disney-Pixar Mr. Incredible (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Mr. Incredible (Japan)</description>
+               <rom name="Disney-Pixar Mr. Incredible (Japan).iso" size="7825162240" crc="e7b7fd2c" md5="19635194e717aff8a9d2dc1f7a968bd6" sha1="32a60c1902c1d8c8316d8ae24aa56d8be8e8aa9a"/>
+       </game>
+       <game name="Drihoo (Japan)">
+               <category>Games</category>
+               <description>Drihoo (Japan)</description>
+               <rom name="Drihoo (Japan).iso" size="7825162240" crc="ac314ef9" md5="e01fe5a124b18455b12e2dcff8ca3aab" sha1="3523603825ef7f68e805a31eac572befb048d991"/>
+       </game>
+       <game name="Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan)">
+               <category>Games</category>
+               <description>Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan)</description>
+               <rom name="Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan).iso" size="7825162240" crc="741407f1" md5="dec6925ff196dcc0f38eef16ca4ae8a0" sha1="0cb94dc001961b84802a6def0c4e38e4afad765b"/>
+       </game>
+       <game name="ESPN NBA 2Night 2002 (Japan)">
+               <category>Games</category>
+               <description>ESPN NBA 2Night 2002 (Japan)</description>
+               <rom name="ESPN NBA 2Night 2002 (Japan).iso" size="7825162240" crc="99c4f3fd" md5="287fbf355996326ddcb8823c45e8f0de" sha1="511a3841460d6d33804c00fd19ead2d53f6aa530"/>
+       </game>
+       <game name="Exaskeleton (Japan)">
+               <category>Games</category>
+               <description>Exaskeleton (Japan)</description>
+               <rom name="Exaskeleton (Japan).iso" size="7825162240" crc="a0fb6898" md5="734af29a2beaebc93d8b644f87316abc" sha1="3129052a36f08c0aed5ede72547e2b8aa7724c11"/>
+       </game>
+       <game name="F1 2002 (Japan)">
+               <category>Games</category>
+               <description>F1 2002 (Japan)</description>
+               <rom name="F1 2002 (Japan).iso" size="7825162240" crc="af190d01" md5="49abf873d1e79538eaff627e72315d55" sha1="8d4bb7a4d826b8bcf5d7e90ae33cb1eb2bd4df99"/>
+       </game>
+       <game name="Hitman - Contracts (Japan)">
+               <category>Games</category>
+               <description>Hitman - Contracts (Japan)</description>
+               <rom name="Hitman - Contracts (Japan).iso" size="7825162240" crc="64e7c483" md5="c75aff94601b1dc041c6459987af8513" sha1="d0b8b276d43b664cf83c9a5b4deca29ab1a1ac5d"/>
+       </game>
+       <game name="Jikkyou World Soccer 2002 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou World Soccer 2002 (Japan)</description>
+               <rom name="Jikkyou World Soccer 2002 (Japan).iso" size="7825162240" crc="054fd42a" md5="9540f38962a10837b10bdd0e2711778a" sha1="97f414ecc626ce2c2c0cfbac8dad35944cec2cc6"/>
+       </game>
+       <game name="Kakuto Chojin (Japan)">
+               <category>Games</category>
+               <description>Kakuto Chojin (Japan)</description>
+               <rom name="Kakuto Chojin (Japan).iso" size="7825162240" crc="5b0ecb4e" md5="bb99eff97f1a9af80c895dc1ee482ce1" sha1="f93e604e90615c0bbc858f18beda0c2d57eb687e"/>
+       </game>
+       <game name="Lakemasters - Bass Fishing Game (Japan)">
+               <category>Games</category>
+               <description>Lakemasters - Bass Fishing Game (Japan)</description>
+               <rom name="Lakemasters - Bass Fishing Game (Japan).iso" size="7825162240" crc="1d478a97" md5="6c8a3fb6169aae3aedffb4fb80357fd2" sha1="98a810e28c2ac0f06486dba048f08aa39e22262d"/>
+       </game>
+       <game name="Maximum Chase (Japan)">
+               <category>Games</category>
+               <description>Maximum Chase (Japan)</description>
+               <rom name="Maximum Chase (Japan).iso" size="7825162240" crc="80b782db" md5="751788b43e8aa2a1baa8a37d21216ef4" sha1="557805d471144a58fef98254a6a585e95189e993"/>
+       </game>
+       <game name="Metal Slug 4 (Japan)">
+               <category>Games</category>
+               <description>Metal Slug 4 (Japan)</description>
+               <rom name="Metal Slug 4 (Japan).iso" size="7825162240" crc="1af9d9f4" md5="43b118d65cf23cbdfbb58dad43c414e5" sha1="4bf4652dee533db13cad65966c0f94832a62c88f"/>
+       </game>
+       <game name="Metal Wolf Chaos (Japan)">
+               <category>Games</category>
+               <description>Metal Wolf Chaos (Japan)</description>
+               <rom name="Metal Wolf Chaos (Japan).iso" size="7825162240" crc="fa9f5248" md5="606497dca701d130635443dd326f37c6" sha1="0ae58b68b5603b3a7156c7028eb1b5f1cd3abf2a"/>
+       </game>
+       <game name="NFL Fever 2004 (Japan)">
+               <category>Games</category>
+               <description>NFL Fever 2004 (Japan)</description>
+               <rom name="NFL Fever 2004 (Japan).iso" size="7825162240" crc="a66636af" md5="8cf1a66ea8ee12eaf08ca6c8e52025b0" sha1="ed60e37d69f45aa3cd02bc30197216e76f60edd6"/>
+       </game>
+       <game name="Outlaw Volleyball (Japan)">
+               <category>Games</category>
+               <description>Outlaw Volleyball (Japan)</description>
+               <rom name="Outlaw Volleyball (Japan).iso" size="7825162240" crc="5d828e93" md5="3153706631f7371478e3a01a1a8ed5e2" sha1="bdfee72c88b5a4321574307a17911d148bf92951"/>
+       </game>
+       <game name="Phantom Dust (Japan, Korea) (En,Ja)">
+               <category>Games</category>
+               <description>Phantom Dust (Japan, Korea) (En,Ja)</description>
+               <rom name="Phantom Dust (Japan, Korea) (En,Ja).iso" size="7825162240" crc="e45ed99a" md5="7e91978f763970a7fa8d04e94f63599e" sha1="48a2f14e5df48b0c5f172fc9f9621ca83e7e85af"/>
+       </game>
+       <game name="Psyvariar 2 - Extend Edition (Japan)">
+               <category>Games</category>
+               <description>Psyvariar 2 - Extend Edition (Japan)</description>
+               <rom name="Psyvariar 2 - Extend Edition (Japan).iso" size="7825162240" crc="fbcb5ca2" md5="7d0357f37cd775912ccd124957d835a6" sha1="b4e346be2cede2fd8e4c64cdae7dedd04679bc83"/>
+       </game>
+       <game name="Quantum Redshift - Chou Kousoku Kuukan Battle Race (Japan)">
+               <category>Games</category>
+               <description>Quantum Redshift - Chou Kousoku Kuukan Battle Race (Japan)</description>
+               <rom name="Quantum Redshift - Chou Kousoku Kuukan Battle Race (Japan).iso" size="7825162240" crc="14269195" md5="4d5fa3450f050c3448e6c2243bca6c1c" sha1="07ce6d8870dcf3e907d4b47b9041a7016a231cd9"/>
+       </game>
+       <game name="R-Racing Evolution - Life in the Fast Lane (Japan)">
+               <category>Games</category>
+               <description>R-Racing Evolution - Life in the Fast Lane (Japan)</description>
+               <rom name="R-Racing Evolution - Life in the Fast Lane (Japan).iso" size="7825162240" crc="939fea11" md5="ae93a56faf7d76009b7fcb8238b4f2b7" sha1="62a96f9c4dd64c1009a745413ee71359ddbcbee6"/>
+       </game>
+       <game name="Rent a Hero No. 1 (Japan)">
+               <category>Games</category>
+               <description>Rent a Hero No. 1 (Japan)</description>
+               <rom name="Rent a Hero No. 1 (Japan).iso" size="7825162240" crc="6d37dcd8" md5="8eff5ec65bd79015cc485a93c78c842a" sha1="d82337869be6ca25c0a80c5f9d62c5f36f058641"/>
+       </game>
+       <game name="Rogue Ops (Japan)">
+               <category>Games</category>
+               <description>Rogue Ops (Japan)</description>
+               <rom name="Rogue Ops (Japan).iso" size="7825162240" crc="7076ccb9" md5="99c1181171d43951c7672ba0708e639b" sha1="28b26b7c8dc5985cfbfa99c47ecb5a40357d636c"/>
+       </game>
+       <game name="Sengoku Musou (Japan)">
+               <category>Games</category>
+               <description>Sengoku Musou (Japan)</description>
+               <rom name="Sengoku Musou (Japan).iso" size="7825162240" crc="4b677b20" md5="f1c57ace34744fb3636532d04c215157" sha1="cb1919dd81adb3475bf5b770ae3ff1e2298490a5"/>
+       </game>
+       <game name="Sentou Yousei Yukikaze - Yousei no Mau Sora (Japan)">
+               <category>Games</category>
+               <description>Sentou Yousei Yukikaze - Yousei no Mau Sora (Japan)</description>
+               <rom name="Sentou Yousei Yukikaze - Yousei no Mau Sora (Japan).iso" size="7825162240" crc="d134aa71" md5="2b8f0b5ae20cdf7776157963f478df4d" sha1="58aa891fec254cb8e359787a4b1f86176a0566c6"/>
+       </game>
+       <game name="Shikigami no Shiro II (Japan)">
+               <category>Games</category>
+               <description>Shikigami no Shiro II (Japan)</description>
+               <rom name="Shikigami no Shiro II (Japan).iso" size="7825162240" crc="84086f16" md5="cfdf2da84d853d340db6c97a62b45be1" sha1="7a9ef369198b07031910cfe346db9c25ffaf37bf"/>
+       </game>
+       <game name="Sonic Heroes (Japan)">
+               <category>Games</category>
+               <description>Sonic Heroes (Japan)</description>
+               <rom name="Sonic Heroes (Japan).iso" size="7825162240" crc="484b696e" md5="e3e1d479b8e6368f4d4367d987bec268" sha1="51e3749acf2fadc50d7cb4274a56a07632b32c02"/>
+       </game>
+       <game name="SSX Tricky (Japan)">
+               <category>Games</category>
+               <description>SSX Tricky (Japan)</description>
+               <rom name="SSX Tricky (Japan).iso" size="7825162240" crc="dfd6f505" md5="b98188d1dec6e03f5004fa2ca8183ce3" sha1="e7a3e7f347d8d241c9dc07dd5c9c96c5303aebd5"/>
+       </game>
+       <game name="Super Monkey Ball Deluxe (Japan)">
+               <category>Games</category>
+               <description>Super Monkey Ball Deluxe (Japan)</description>
+               <rom name="Super Monkey Ball Deluxe (Japan).iso" size="7825162240" crc="166f90f0" md5="888f5f72a5b7207d8ab3dd73039b4c90" sha1="86c23110304729c66bf138bf95b397c1c8173057"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Chaos Theory (Japan)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Chaos Theory (Japan)</description>
+               <rom name="Tom Clancy's Splinter Cell - Chaos Theory (Japan).iso" size="7825162240" crc="f0f683bd" md5="7c5b1a89466129025c0be6f9f06206bc" sha1="93a76b45ba294224810d70a6c44bc55660267826"/>
+       </game>
+       <game name="Top Spin (Japan)">
+               <category>Games</category>
+               <description>Top Spin (Japan)</description>
+               <rom name="Top Spin (Japan).iso" size="7825162240" crc="b66853eb" md5="7915a1fa806974e9279072cfaa1f0e02" sha1="91d799f2b465f2136c4e31d1d6fb1e198b719ee1"/>
+       </game>
+       <game name="Umezawa Yukari no Igo Seminar (Japan)">
+               <category>Games</category>
+               <description>Umezawa Yukari no Igo Seminar (Japan)</description>
+               <rom name="Umezawa Yukari no Igo Seminar (Japan).iso" size="7825162240" crc="4e772fc7" md5="f0ea979e4e888e4502d8beda4378ce8e" sha1="6c72090fdef6483de21a4958b4b1e24206971ff7"/>
+       </game>
+       <game name="Wakeboarding Unleashed featuring Shaun Murray (Japan, Korea)">
+               <category>Games</category>
+               <description>Wakeboarding Unleashed featuring Shaun Murray (Japan, Korea)</description>
+               <rom name="Wakeboarding Unleashed featuring Shaun Murray (Japan, Korea).iso" size="7825162240" crc="8bd5b47d" md5="3f89f49a3b9da0cdbb507e49860bd9ec" sha1="14334b489d28b5bc8f92dc1dd0ad5f7c3727c88a"/>
+       </game>
+       <game name="X2 - Wolverine's Revenge (Japan)">
+               <category>Games</category>
+               <description>X2 - Wolverine's Revenge (Japan)</description>
+               <rom name="X2 - Wolverine's Revenge (Japan).iso" size="7825162240" crc="53d81223" md5="3bf63c903bdde34516d846895fa9264d" sha1="65dbdab39e9516f1ce76f8b408b009933f1aa473"/>
+       </game>
+       <game name="Thousand Land (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Thousand Land (Japan) (Demo)</description>
+               <rom name="Thousand Land (Japan) (Demo).iso" size="7825162240" crc="14b9378e" md5="46b7f9145eb3136a6eeae69ac8ccc476" sha1="d06380a9602436d8acc02496d82805fc406e84c6"/>
+       </game>
+       <game name="Xbox-ism - TGS2002 Playable Disc (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - TGS2002 Playable Disc (Japan)</description>
+               <rom name="Xbox-ism - TGS2002 Playable Disc (Japan).iso" size="7825162240" crc="7971276a" md5="412f1f085726c94f48be56144f7007bb" sha1="d985f8ff698b589e0814a275402392342988c7db"/>
+       </game>
+       <game name="Xbox-ism - Tokyo Game Show 2003 (Japan) (Disc 1) (Eizou-shuu + Taikenban)">
+               <category>Demos</category>
+               <description>Xbox-ism - Tokyo Game Show 2003 (Japan) (Disc 1) (Eizou-shuu + Taikenban)</description>
+               <rom name="Xbox-ism - Tokyo Game Show 2003 (Japan) (Disc 1) (Eizou-shuu + Taikenban).iso" size="7825162240" crc="b2d55247" md5="09d56931e390eb9280c76e86fe254d83" sha1="117e6876586d61f0ff4838070bec62bcad57562d"/>
+       </game>
+       <game name="Xbox-ism - Tokyo Game Show 2004 (Japan) (Disc 1) (Taikenban)">
+               <category>Demos</category>
+               <description>Xbox-ism - Tokyo Game Show 2004 (Japan) (Disc 1) (Taikenban)</description>
+               <rom name="Xbox-ism - Tokyo Game Show 2004 (Japan) (Disc 1) (Taikenban).iso" size="7825162240" crc="fc71ce3d" md5="1bea577b47f2c22c380cf9a33c8f77a9" sha1="9842681afe88eb2b3eddbf1eff8b3deb91adaf23"/>
+       </game>
+       <game name="Xbox-ism - Winter 2003 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - Winter 2003 (Japan)</description>
+               <rom name="Xbox-ism - Winter 2003 (Japan).iso" size="7825162240" crc="7886d48b" md5="93575ca65f963a85d7cd2a5d312338f3" sha1="a83bca2390509c0f195446ea5e5976d959c5c608"/>
+       </game>
+       <game name="Xbox-ism - Summer 2004 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - Summer 2004 (Japan)</description>
+               <rom name="Xbox-ism - Summer 2004 (Japan).iso" size="7825162240" crc="9965c889" md5="46ffa5743a4718451eb96c418361cdc7" sha1="dbfa8a998c956fcbb028201e6693f908fb2b536b"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Germany) (Rev 1)</description>
+               <rom name="Hitman 2 - Silent Assassin (Germany) (Rev 1).iso" size="7825162240" crc="17bf96d9" md5="fd19b9fd5d9b1931491a8586e5571ef7" sha1="d5296d1befb8821e600fd7db9ce7dc280b1c00d9"/>
+       </game>
+       <game name="Secret Weapons over Normandy (France)">
+               <category>Games</category>
+               <description>Secret Weapons over Normandy (France)</description>
+               <rom name="Secret Weapons over Normandy (France).iso" size="7825162240" crc="273a0b15" md5="600f82eb25f1941869c933fbf62ef7f2" sha1="1164c3697c59d770014f5435aebc80db214475bb"/>
+       </game>
+       <game name="Wreckless - Mission Yakusas (France)">
+               <category>Games</category>
+               <description>Wreckless - Mission Yakusas (France)</description>
+               <rom name="Wreckless - Mission Yakusas (France).iso" size="7825162240" crc="f5c3df19" md5="b6e0e987d0ec243cc6c3e50ac1d99649" sha1="6f06b0518ce71305e6b6840e761189e6a35435ee"/>
+       </game>
+       <game name="Batman - Dark Tomorrow (Japan)">
+               <category>Games</category>
+               <description>Batman - Dark Tomorrow (Japan)</description>
+               <rom name="Batman - Dark Tomorrow (Japan).iso" size="7825162240" crc="19a38177" md5="aae6e81c247f70600aa8a30c373e97d5" sha1="535b1f37dec80d929c40a4f4971e46e3d7db89fa"/>
+       </game>
+       <game name="Bistro Cupid (Japan)">
+               <category>Games</category>
+               <description>Bistro Cupid (Japan)</description>
+               <rom name="Bistro Cupid (Japan).iso" size="7825162240" crc="ebb52b54" md5="05c903ac39099206eb68b49ee6012290" sha1="f6a0282311dbba593b7a9e4b60ee3306144bfd4b"/>
+       </game>
+       <game name="Braveknight - Leverant Eiyuuden (Japan)">
+               <category>Games</category>
+               <description>Braveknight - Leverant Eiyuuden (Japan)</description>
+               <rom name="Braveknight - Leverant Eiyuuden (Japan).iso" size="7825162240" crc="62711fa9" md5="1524b0e6cda50734b79253640e8b99c0" sha1="7012d6680fb2dc9c3680d474644478070dc8b527"/>
+       </game>
+       <game name="Breakdown (Japan)">
+               <category>Games</category>
+               <description>Breakdown (Japan)</description>
+               <rom name="Breakdown (Japan).iso" size="7825162240" crc="7bde2ed4" md5="cf8e00b063aeb0b08a74d8554907a691" sha1="4c354f3f14e81d7c78b85b94256f856377a5b1cf"/>
+       </game>
+       <game name="Circus Drive (Japan)">
+               <category>Games</category>
+               <description>Circus Drive (Japan)</description>
+               <rom name="Circus Drive (Japan).iso" size="7825162240" crc="955f67e6" md5="7c7ae6afa887d43454a4406cba062173" sha1="633cc64eba847fe529498a04263350b6eb7c7f6d"/>
+       </game>
+       <game name="Conker - Live &amp; Reloaded (Japan, Korea) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conker - Live &amp; Reloaded (Japan, Korea) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Conker - Live &amp; Reloaded (Japan, Korea) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="074daccc" md5="a6a8ed239c6d830fd71c3de8550571fc" sha1="a8fb2e0a06e2880bb92aded3a47dad500fa5ff6b"/>
+       </game>
+       <game name="Digimon Battle Chronicle (Japan)">
+               <category>Games</category>
+               <description>Digimon Battle Chronicle (Japan)</description>
+               <rom name="Digimon Battle Chronicle (Japan).iso" size="7825162240" crc="aac995c3" md5="3c12991f3df27dc8d1c3ce35457732f8" sha1="3434764da30bfc60051ac8bbd7838f4fd5fa05fe"/>
+       </game>
+       <game name="Dennou Taisen - DroneZ (Japan)">
+               <category>Games</category>
+               <description>Dennou Taisen - DroneZ (Japan)</description>
+               <rom name="Dennou Taisen - DroneZ (Japan).iso" size="7825162240" crc="6b734bbd" md5="43ef7cebd136e8463b536c15f3c8a7da" sha1="8531b6db2791060568aaa0d6eaade7c42578305a"/>
+       </game>
+       <game name="Fatal Frame - Zero Special Edition (Japan)">
+               <category>Games</category>
+               <description>Fatal Frame - Zero Special Edition (Japan)</description>
+               <rom name="Fatal Frame - Zero Special Edition (Japan).iso" size="7825162240" crc="24a4b081" md5="87a3a51d1496998ef81f1131b8b3971f" sha1="43967fa98f96e1f70e2d7ae58fadfa458368a046"/>
+       </game>
+       <game name="Fatal Frame II - Crimson Butterfly (Japan)">
+               <category>Games</category>
+               <description>Fatal Frame II - Crimson Butterfly (Japan)</description>
+               <rom name="Fatal Frame II - Crimson Butterfly (Japan).iso" size="7825162240" crc="0e5c0067" md5="cf48a55fbbb9d2535dda6e40972b5575" sha1="fde4c43829b1b72f41bc3d193123e3b2ef02a813"/>
+       </game>
+       <game name="Flight Academy (Japan)">
+               <category>Games</category>
+               <description>Flight Academy (Japan)</description>
+               <rom name="Flight Academy (Japan).iso" size="7825162240" crc="697b9b50" md5="e282871b04bd264eb7f49757646541ab" sha1="5ee238b69104de3373d3f3235d459c9120c18c2b"/>
+       </game>
+       <game name="Guilty Gear Isuka (Japan)">
+               <category>Games</category>
+               <description>Guilty Gear Isuka (Japan)</description>
+               <rom name="Guilty Gear Isuka (Japan).iso" size="7825162240" crc="9afc9fc3" md5="87e815100cb1b7b9cc16a229323cd21a" sha1="16d8b02559b27cc53bb658f17b2a438f2900cbf6"/>
+       </game>
+       <game name="Guilty Gear XX Reload - The Midnight Carnival (Japan)">
+               <category>Games</category>
+               <description>Guilty Gear XX Reload - The Midnight Carnival (Japan)</description>
+               <rom name="Guilty Gear XX Reload - The Midnight Carnival (Japan).iso" size="7825162240" crc="3754610b" md5="cb5f3989fef81a5ed2708c7e2405696d" sha1="b9c81f5643c798372a0d969a0c6393029627230f"/>
+       </game>
+       <game name="Inside Pitch 2003 (Japan)">
+               <category>Games</category>
+               <description>Inside Pitch 2003 (Japan)</description>
+               <rom name="Inside Pitch 2003 (Japan).iso" size="7825162240" crc="cb3d2db3" md5="de5c6457329d83a5d6d3f1feedeb3969" sha1="ad64619ce0a64fe68f5e46b416ec8893d6f432c7"/>
+       </game>
+       <game name="Jade Empire - Hisui no Teikoku (Japan)">
+               <category>Games</category>
+               <description>Jade Empire - Hisui no Teikoku (Japan)</description>
+               <rom name="Jade Empire - Hisui no Teikoku (Japan).iso" size="7825162240" crc="82e4bf76" md5="1388d8e93d478be66025b60259cf7fa8" sha1="f29c5668d6b4b4907ba4968705e9519a9bcc1240"/>
+       </game>
+       <game name="King of Fighters 2002, The (Japan)">
+               <category>Games</category>
+               <description>King of Fighters 2002, The (Japan)</description>
+               <rom name="King of Fighters 2002, The (Japan).iso" size="7825162240" crc="4bde5b0b" md5="24b56929548fa17aa0ec177b3a839ee2" sha1="f31554cc616db1b8ddf4d4524d89d7d9e7f30854"/>
+       </game>
+       <game name="Kingdom Under Fire - The Crusaders (Japan)">
+               <category>Games</category>
+               <description>Kingdom Under Fire - The Crusaders (Japan)</description>
+               <rom name="Kingdom Under Fire - The Crusaders (Japan).iso" size="7825162240" crc="b91202ce" md5="af354768d11a7d19a2e19fb0166f6a4a" sha1="1f9814afed0ed876d61f53c4e51d117c5c3360f5"/>
+       </game>
+       <game name="Knockout Kings 2002 (Japan)">
+               <category>Games</category>
+               <description>Knockout Kings 2002 (Japan)</description>
+               <rom name="Knockout Kings 2002 (Japan).iso" size="7825162240" crc="c925ccec" md5="dc00d88ec9323085d3dfb8678338c136" sha1="bca0a9e0b13dff3716ecc08aad149936c0ade99b"/>
+       </game>
+       <game name="Kung Fu Panic (Japan)">
+               <category>Games</category>
+               <description>Kung Fu Panic (Japan)</description>
+               <rom name="Kung Fu Panic (Japan).iso" size="7825162240" crc="8bacf0e2" md5="4da7187e68d87e9f53dba0e64a09007f" sha1="ffe866839fb71fa87bc59ebbb6d44a354649676e"/>
+       </game>
+       <game name="Links 2004 (Japan, Asia)">
+               <category>Games</category>
+               <description>Links 2004 (Japan, Asia)</description>
+               <rom name="Links 2004 (Japan, Asia).iso" size="7825162240" crc="6ed51e55" md5="937f310d5cab14b61dceff4ea9706ba4" sha1="5ba3b120c5596d23387d6c3359b854e9aeb6471e"/>
+       </game>
+       <game name="Magi Death Fight! (Japan)">
+               <category>Games</category>
+               <description>Magi Death Fight! (Japan)</description>
+               <rom name="Magi Death Fight! (Japan).iso" size="7825162240" crc="c57f8a35" md5="a16cf92828b010373f51a46418751142" sha1="ab3788b1a3af7d1679b6e53c9a2e716c26cc4bd4"/>
+       </game>
+       <game name="Midtown Madness 3 (Japan)">
+               <category>Games</category>
+               <description>Midtown Madness 3 (Japan)</description>
+               <rom name="Midtown Madness 3 (Japan).iso" size="7825162240" crc="69e0d7aa" md5="086030ca4acf3231b5b09789b4cfa027" sha1="9b38d2d64beac00028190f35a3a16e9adf6ae77f"/>
+       </game>
+       <game name="Nakajima Tetsuya no Othello Seminar (Japan)">
+               <category>Games</category>
+               <description>Nakajima Tetsuya no Othello Seminar (Japan)</description>
+               <rom name="Nakajima Tetsuya no Othello Seminar (Japan).iso" size="7825162240" crc="5cf32052" md5="922148c336c2a5bf84f37c1f66e8add6" sha1="c668a104e908243ecbf104406663eb3d994ca64e"/>
+       </game>
+       <game name="Outlaw Golf (Japan)">
+               <category>Games</category>
+               <description>Outlaw Golf (Japan)</description>
+               <rom name="Outlaw Golf (Japan).iso" size="7825162240" crc="ba518848" md5="013c8e9956cd98371ac3b5732c915e5f" sha1="bad2c38ca940aa5645dc33de44e8ce6b78f3ca3e"/>
+       </game>
+       <game name="OutRun 2 (Japan)">
+               <category>Games</category>
+               <description>OutRun 2 (Japan)</description>
+               <rom name="OutRun 2 (Japan).iso" size="7825162240" crc="911c6e70" md5="cd5597da26ef6e0d0e5b46180747b06d" sha1="0b46174dff5bff241106bfa6dd9f6410473d6bfb"/>
+       </game>
+       <game name="Phantom Crash (Japan)">
+               <category>Games</category>
+               <description>Phantom Crash (Japan)</description>
+               <rom name="Phantom Crash (Japan).iso" size="7825162240" crc="0af8ec74" md5="9a41f62a617630b7b232b530b60fbcf7" sha1="b27f20db7e5e8841acf8f19806fe8e2af3d1362c"/>
+       </game>
+       <game name="Sega GT Online (Japan)">
+               <category>Games</category>
+               <description>Sega GT Online (Japan)</description>
+               <rom name="Sega GT Online (Japan).iso" size="7825162240" crc="acd81a28" md5="d4b03679a10c5794b4d273435d627dc6" sha1="7a2e745246ffdda1bdd935f57cb6800611eb5c1f"/>
+       </game>
+       <game name="Shinchou Mahjong (Japan)">
+               <category>Games</category>
+               <description>Shinchou Mahjong (Japan)</description>
+               <rom name="Shinchou Mahjong (Japan).iso" size="7825162240" crc="bb397f62" md5="3506ada12759777458fcf4c97d7ef60d" sha1="0f2f067fe1281059734c9ecdeeade284e8771bbd"/>
+       </game>
+       <game name="Silent Hill 2 - Saigo no Uta (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Silent Hill 2 - Saigo no Uta (Japan) (En,Ja)</description>
+               <rom name="Silent Hill 2 - Saigo no Uta (Japan) (En,Ja).iso" size="7825162240" crc="11259faf" md5="756353d72b3924c230d1f3eaa2332f19" sha1="92ae466b9f76e6c24156f58f2e014fddb2a24065"/>
+       </game>
+       <game name="Sonic Riders (Japan)">
+               <category>Games</category>
+               <description>Sonic Riders (Japan)</description>
+               <rom name="Sonic Riders (Japan).iso" size="7825162240" crc="c7b8e20c" md5="d9e97fac2125c7310041c81fba6de726" sha1="6a277d2bd6f6766e75acf4dd785043746bc18f35"/>
+       </game>
+       <game name="Spider-Man (Japan)">
+               <category>Games</category>
+               <description>Spider-Man (Japan)</description>
+               <rom name="Spider-Man (Japan).iso" size="7825162240" crc="a7fa1c20" md5="2c12ac5854cda50859ca27f206ed4c02" sha1="b7749e537707cfde8f9e6deabfddf0dc6ec3729e"/>
+       </game>
+       <game name="Takahashi Junko no Mahjong Seminar (Japan)">
+               <category>Games</category>
+               <description>Takahashi Junko no Mahjong Seminar (Japan)</description>
+               <rom name="Takahashi Junko no Mahjong Seminar (Japan).iso" size="7825162240" crc="00e187bc" md5="a5d080947be7840de38cfac53c3bb386" sha1="ea05679a9fa9d293d37cc1a068cf7ba893b8a01c"/>
+       </game>
+       <game name="Tenku 2 (Japan)">
+               <category>Games</category>
+               <description>Tenku 2 (Japan)</description>
+               <rom name="Tenku 2 (Japan).iso" size="7825162240" crc="b0291edd" md5="70d52ea136870e4815edd77aaab1872e" sha1="c58c0b4afaff5b2522e537327d2ffe5f6512495c"/>
+       </game>
+       <game name="Thousand Land (Japan)">
+               <category>Games</category>
+               <description>Thousand Land (Japan)</description>
+               <rom name="Thousand Land (Japan).iso" size="7825162240" crc="7ae762a7" md5="64fe80202a5b71ce07cce6f22727ebb3" sha1="734015491d3dbe62b2d4afc82889a71ecf3d886d"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (Japan)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (Japan)</description>
+               <rom name="Tom Clancy's Ghost Recon (Japan).iso" size="7825162240" crc="1b37db3c" md5="4be53623273667f083712fec5014b555" sha1="3abb6b91ec8f27a3736309f2a5f3913b848fca47"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Pandora Tomorrow (Japan)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Pandora Tomorrow (Japan)</description>
+               <rom name="Tom Clancy's Splinter Cell - Pandora Tomorrow (Japan).iso" size="7825162240" crc="6655863a" md5="ff7663dfc737efd75d675ab378ad8517" sha1="7c0fe5af5777e73f4b250f9244e34e8dac203226"/>
+       </game>
+       <game name="Touge R (Japan)">
+               <category>Games</category>
+               <description>Touge R (Japan)</description>
+               <rom name="Touge R (Japan).iso" size="7825162240" crc="44b29201" md5="266af84febea69d04430b5ae892c9071" sha1="26397aee9bacff17b402335476dba410a0c702ca"/>
+       </game>
+       <game name="Ultra Puzzle Bobble (Japan)">
+               <category>Games</category>
+               <description>Ultra Puzzle Bobble (Japan)</description>
+               <rom name="Ultra Puzzle Bobble (Japan).iso" size="7825162240" crc="fcf7a41b" md5="9777fef74ffbc050d90e0a0327fc9b0f" sha1="182ddca27eaa1cbfb34f2b2e982c2059c20c9c1c"/>
+       </game>
+       <game name="WTA Tour Tennis Pro Evolution (Japan)">
+               <category>Games</category>
+               <description>WTA Tour Tennis Pro Evolution (Japan)</description>
+               <rom name="WTA Tour Tennis Pro Evolution (Japan).iso" size="7825162240" crc="adc5fd17" md5="8173e4b4c4c62c2b74752ddb05cb36d4" sha1="44d0fa64066dff155519b0851e0c6ed9079376d6"/>
+       </game>
+       <game name="WWE Raw (Japan)">
+               <category>Games</category>
+               <description>WWE Raw (Japan)</description>
+               <rom name="WWE Raw (Japan).iso" size="7825162240" crc="fa3214d6" md5="917b6da38319731ee71d5108ff442446" sha1="a4cbea3d796003cb6473f2650197e80b372aa04c"/>
+       </game>
+       <game name="XIII - Daitouryou o Koroshita Otoko (Japan)">
+               <category>Games</category>
+               <description>XIII - Daitouryou o Koroshita Otoko (Japan)</description>
+               <rom name="XIII - Daitouryou o Koroshita Otoko (Japan).iso" size="7825162240" crc="c405b0a3" md5="4878190f39cada5639dcab8fb8d6e442" sha1="dfe9c5c4f105057c23fcb635a74fc6cb1775c923"/>
+       </game>
+       <game name="Yonenaga Kunio no Shougi Seminar (Japan)">
+               <category>Games</category>
+               <description>Yonenaga Kunio no Shougi Seminar (Japan)</description>
+               <rom name="Yonenaga Kunio no Shougi Seminar (Japan).iso" size="7825162240" crc="dd22e7f3" md5="fbe0f8c71f70876674b6bf1f7da5f93d" sha1="b2b3c9c9004cf7719397d1980768f03b4149bdf9"/>
+       </game>
+       <game name="Microsoft Game Studios New Year 2005 (Japan)">
+               <category>Demos</category>
+               <description>Microsoft Game Studios New Year 2005 (Japan)</description>
+               <rom name="Microsoft Game Studios New Year 2005 (Japan).iso" size="7825162240" crc="3bfe3558" md5="f7cc6d5bf2464649e519b0dd3493cebc" sha1="0ac5c5e5694117b66cb39b247dc8c53313e26581"/>
+       </game>
+       <game name="Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It).iso" size="7825162240" crc="792a474b" md5="ab82626cbd1a82e0adcbd6d1a860135c" sha1="5911e672d24120cefad503e2f2f54c2ce628aeb5"/>
+       </game>
+       <game name="Battlefield 2 - Modern Combat (USA) (Demo)">
+               <category>Demos</category>
+               <description>Battlefield 2 - Modern Combat (USA) (Demo)</description>
+               <rom name="Battlefield 2 - Modern Combat (USA) (Demo).iso" size="7825162240" crc="e5f16ee6" md5="dd63f486511b3a2dd264938a5e62d5ac" sha1="74655d0b48f98b1c5ae7310807d7bdcd6e1f218b"/>
+       </game>
+       <game name="Burnout Revenge (USA) (Demo)">
+               <category>Demos</category>
+               <description>Burnout Revenge (USA) (Demo)</description>
+               <rom name="Burnout Revenge (USA) (Demo).iso" size="7825162240" crc="ac374251" md5="1dcef009cd40f4517d4e75c06dc64370" sha1="16629db87c13a782de5ed43205727f8da0d7a850"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 02 (USA)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 02 (USA)</description>
+               <rom name="Official Xbox Magazine Game Disc 02 (USA).iso" size="7825162240" crc="d2d5271d" md5="b8e21b506a5e88e21a6fa24e5176f3a8" sha1="fb5dc030f2f9fe22d6d122cba40ff55fd2e20d36"/>
+       </game>
+       <game name="RalliSport Challenge (Japan) (Demo)">
+               <category>Demos</category>
+               <description>RalliSport Challenge (Japan) (Demo)</description>
+               <rom name="RalliSport Challenge (Japan) (Demo).iso" size="7825162240" crc="eac326c7" md5="aac49568c73341b74f73903649689bd8" sha1="62cc8dab5e4ec1e5d619d3a4351ceef7de565c7c"/>
+       </game>
+       <game name="Fable (USA) (Limited Edition Bonus DVD)">
+               <category>Bonus Discs</category>
+               <description>Fable (USA) (Limited Edition Bonus DVD)</description>
+               <rom name="Fable (USA) (Limited Edition Bonus DVD).iso" size="7825162240" crc="060434d3" md5="6faca73af57216bf264b01536e1d2736" sha1="14a1c4b4b7c6949fcfb1ff122605c3cc3c753146"/>
+       </game>
+       <game name="Disney-Pixar Cars (France)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (France)</description>
+               <rom name="Disney-Pixar Cars (France).iso" size="7825162240" crc="442ddeff" md5="9c532829f72a52c216e974ce2d115df3" sha1="904cae7745c6734b5fa60420f301fa5a9e628442"/>
+       </game>
+       <game name="Disney's Extreme Skate Adventure (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Disney's Extreme Skate Adventure (Europe) (Fr,De)</description>
+               <rom name="Disney's Extreme Skate Adventure (Europe) (Fr,De).iso" size="7825162240" crc="046dddf3" md5="b0b55d5c5946fbdc75bd0b1110c8e1c8" sha1="543f7a8317179aaa7b6fd9053d9d936d973eb793"/>
+       </game>
+       <game name="NBA Live 07 (France)">
+               <category>Games</category>
+               <description>NBA Live 07 (France)</description>
+               <rom name="NBA Live 07 (France).iso" size="7825162240" crc="79cf904a" md5="e71b7316b7b22c6dbf5cbeb0ba98ddb1" sha1="cffb31d991a42904291adb451978d8a5e92cf924"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (France) (Rev 1)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (France) (Rev 1)</description>
+               <rom name="Hitman 2 - Silent Assassin (France) (Rev 1).iso" size="7825162240" crc="d0c0770e" md5="be9beec69831ace6562f021855102ba4" sha1="65b2ad41668d18b51fe700c8a689076dc771b476"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 05 - March 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 05 - March 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 05 - March 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="e9f19301" md5="66b4edf9939300ef32dfcd3b3f081d9d" sha1="01d88b48ab984cea082866ca46a6e339345930ae"/>
+       </game>
+       <game name="Xbox Demo Disk Version 1.4 (USA) (EB)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 1.4 (USA) (EB)</description>
+               <rom name="Xbox Demo Disk Version 1.4 (USA) (EB).iso" size="7825162240" crc="ca11fb5f" md5="81d85a9f432801de405a97e2af64ecc2" sha1="f114743027e2c35e81cb4af0be38fb45e10598a6"/>
+       </game>
+       <game name="NBA Ballers - Phenom - The $100K Tournament (USA) (Demo)">
+               <category>Demos</category>
+               <description>NBA Ballers - Phenom - The $100K Tournament (USA) (Demo)</description>
+               <rom name="NBA Ballers - Phenom - The $100K Tournament (USA) (Demo).iso" size="7825162240" crc="0f892bbe" md5="57bb099773f81478480a850506121e30" sha1="8a27e450b1fe54423b94fb6c9e21eca982a713ae"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.4 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.4 (USA)</description>
+               <rom name="Xbox Demo Disc Version 4.4 (USA).iso" size="7825162240" crc="17f78ef4" md5="8f9da441db8e43e4a923fbb2cc11d88e" sha1="2cf4ac2c1ee98e51b0a69b71e2e2387006804186"/>
+       </game>
+       <game name="MVP Baseball 2003 (Korea)">
+               <category>Games</category>
+               <description>MVP Baseball 2003 (Korea)</description>
+               <rom name="MVP Baseball 2003 (Korea).iso" size="7825162240" crc="f78ecead" md5="f9cf111575db984d1da2cde1ea767352" sha1="58cfc15536c05a8a236499d23a9de8cae2f22de3"/>
+       </game>
+       <game name="Rally Fusion - Race of Champions (Korea)">
+               <category>Games</category>
+               <description>Rally Fusion - Race of Champions (Korea)</description>
+               <rom name="Rally Fusion - Race of Champions (Korea).iso" size="7825162240" crc="04bca790" md5="4e84698e279355d267feedffb0629016" sha1="c91244d121b58833b1c36e18eb9da4c6c03dc717"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (USA) (Demo)">
+               <category>Demos</category>
+               <description>Tom Clancy's Splinter Cell (USA) (Demo)</description>
+               <rom name="Tom Clancy's Splinter Cell (USA) (Demo).iso" size="7825162240" crc="9b6f947d" md5="989b1abd7ac029c38595d56a1f00eb83" sha1="11bf8d4d803b226e6a3dbe0ff14bf741357e2b77"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (Demo)">
+               <category>Demos</category>
+               <description>Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (Demo)</description>
+               <rom name="Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (Demo).iso" size="7825162240" crc="322cd201" md5="06c098fe0f6022cfc61f6c67c33d0fa7" sha1="4dfd2ea8ade991b64a41621614389afbe9ea0261"/>
+       </game>
+       <game name="Xbox-ism - Winter 2002 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - Winter 2002 (Japan)</description>
+               <rom name="Xbox-ism - Winter 2002 (Japan).iso" size="7825162240" crc="c9948cb6" md5="901c6cffd590fcbac8663fdeba24f3d1" sha1="3b548ffa6502483939673ea2e0082bdff29ac304"/>
+       </game>
+       <game name="Cold War (USA) (Demo)">
+               <category>Demos</category>
+               <description>Cold War (USA) (Demo)</description>
+               <rom name="Cold War (USA) (Demo).iso" size="7825162240" crc="39076ace" md5="2f594ee6469c053407d80c9713bd64ee" sha1="1176e9a60679f08411483e9b8733f732895f9233"/>
+       </game>
+       <game name="Ninja Gaiden Video &amp; Dead or Alive X-Treme Beach Volleyball Video &amp; DOA 3 Bonus Materials (USA)">
+               <category>Demos</category>
+               <description>Ninja Gaiden Video &amp; Dead or Alive X-Treme Beach Volleyball Video &amp; DOA 3 Bonus Materials (USA)</description>
+               <rom name="Ninja Gaiden Video &amp; Dead or Alive X-Treme Beach Volleyball Video &amp; DOA 3 Bonus Materials (USA).iso" size="7825162240" crc="c1f12614" md5="3513084cfa56cb9867ce34d1247b2822" sha1="1333d20f103e9dbab81b06dc4173af4b1a399991"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.0 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.0 (USA)</description>
+               <rom name="Xbox Demo Disc Version 4.0 (USA).iso" size="7825162240" crc="1d788356" md5="bad4f42395706f256754853604a7ba92" sha1="4a334045e9df74bb34cf11cb663bad668dac26f4"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (France)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (France)</description>
+               <rom name="Star Wars - Jedi Starfighter (France).iso" size="7825162240" crc="d73d4f81" md5="6aed469b1d0074b8ffc514d2768ee14c" sha1="85f81dd6d630a49a8e7e7f5033160079d54dc4b3"/>
+       </game>
+       <game name="Marvel Nemesis - Rise of the Imperfects (USA) (Demo)">
+               <category>Demos</category>
+               <description>Marvel Nemesis - Rise of the Imperfects (USA) (Demo)</description>
+               <rom name="Marvel Nemesis - Rise of the Imperfects (USA) (Demo).iso" size="7825162240" crc="334f5b3a" md5="face2706a3cb26da84451054b58ff465" sha1="5d2ff4ef9e77bdb20c1cca8af7b674f0153ab89c"/>
+       </game>
+       <game name="Xbox Live Beta Starter Kit Disc v. 1.0 (USA)">
+               <category>Preproduction</category>
+               <description>Xbox Live Beta Starter Kit Disc v. 1.0 (USA)</description>
+               <rom name="Xbox Live Beta Starter Kit Disc v. 1.0 (USA).iso" size="7825162240" crc="122a24aa" md5="55290fe3a8736ea4cd7fe07dfa2e805f" sha1="711538746e97b94ec8f16a723079683ba450f06f"/>
+       </game>
+       <game name="Club Football - Liverpool FC (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Club Football - Liverpool FC (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Club Football - Liverpool FC (Europe) (En,Fr,De,Es,It,Nl).iso" size="7825162240" crc="6210910c" md5="7f35d2a6969c6c1ada3fe3a82685990d" sha1="251fb74daf6a6561cc09840f9e78165c9d44f987"/>
+       </game>
+       <game name="MechAssault 2 - Lone Wolf (USA) (Demo)">
+               <category>Demos</category>
+               <description>MechAssault 2 - Lone Wolf (USA) (Demo)</description>
+               <rom name="MechAssault 2 - Lone Wolf (USA) (Demo).iso" size="7825162240" crc="397e9337" md5="fbda41a804f092a7ff246f88affb016c" sha1="b7fc02408565c62cea258d53327985500a4c5a8a"/>
+       </game>
+       <game name="Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (Demo)">
+               <category>Demos</category>
+               <description>Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (Demo)</description>
+               <rom name="Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (Demo).iso" size="7825162240" crc="925d04e4" md5="380ad0c0840eea06350ddb334313e7fc" sha1="0e4d6f4272a809dbac46f59c2ea1f10f903e700a"/>
+       </game>
+       <game name="Mad Dash Racing (Korea)">
+               <category>Games</category>
+               <description>Mad Dash Racing (Korea)</description>
+               <rom name="Mad Dash Racing (Korea).iso" size="7825162240" crc="89fe5b07" md5="2fa5c220a54cfa050424ba6f62f247a5" sha1="e3ea09ad9f50d29b567fa334124ba97c26883a01"/>
+       </game>
+       <game name="Spider-Man (Korea)">
+               <category>Games</category>
+               <description>Spider-Man (Korea)</description>
+               <rom name="Spider-Man (Korea).iso" size="7825162240" crc="33a21105" md5="cfc1b4d8eadd6f2109b75847bfacf3e2" sha1="1472497317ab8a774d430796537e7b06940eb10f"/>
+       </game>
+       <game name="Battle Engine Aquila (Korea)">
+               <category>Games</category>
+               <description>Battle Engine Aquila (Korea)</description>
+               <rom name="Battle Engine Aquila (Korea).iso" size="7825162240" crc="cd4b4a38" md5="3a8f4c0e5c6829c53973ac302c9f47a2" sha1="8799dba63ce22c67f21c8e44f81d1c3b8048bbbe"/>
+       </game>
+       <game name="Blood Wake (Korea)">
+               <category>Games</category>
+               <description>Blood Wake (Korea)</description>
+               <rom name="Blood Wake (Korea).iso" size="7825162240" crc="39f23ef1" md5="28645449326d3e66351fe641f9e6e08a" sha1="a4c1987eb417e762a0852dc10095fc3456547e47"/>
+       </game>
+       <game name="MechAssault (Asia)">
+               <category>Games</category>
+               <description>MechAssault (Asia)</description>
+               <rom name="MechAssault (Asia).iso" size="7825162240" crc="8ec7f8cb" md5="c42afebce795463c49f0484fcf3dc7d8" sha1="4c55280503ffa3c6497f8eae53eb9562f0211513"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (Korea)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 (Korea)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (Korea).iso" size="7825162240" crc="acb0713a" md5="4af909466124754ab310733f76015d2b" sha1="af8fffce8faf358d422022b9e83e5139dc08806f"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Korea)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (Korea)</description>
+               <rom name="Tom Clancy's Splinter Cell (Korea).iso" size="7825162240" crc="0b6baeec" md5="0df19509306bdb57f5e66a9341b04416" sha1="59dbf8fe28716c801815c3201a7fc4144709ccf0"/>
+       </game>
+       <game name="Whacked! (Korea)">
+               <category>Games</category>
+               <description>Whacked! (Korea)</description>
+               <rom name="Whacked! (Korea).iso" size="7825162240" crc="e1c12211" md5="4dfe5b01a4426cfb5d8cd60a71e1ff69" sha1="a5ea32330fb1633fe63ab257e06b1edee421e7f4"/>
+       </game>
+       <game name="Blinx - The Time Sweeper (Asia) (En,Ja)">
+               <category>Games</category>
+               <description>Blinx - The Time Sweeper (Asia) (En,Ja)</description>
+               <rom name="Blinx - The Time Sweeper (Asia) (En,Ja).iso" size="7825162240" crc="3ecd7d99" md5="a51e5af8821456cec1935a638a92d749" sha1="cceeb37724f8eeda6809b04fd7ac438cd468cd7b"/>
+       </game>
+       <game name="Dead or Alive 3 (Korea) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead or Alive 3 (Korea) (En,Fr,De,Es,It)</description>
+               <rom name="Dead or Alive 3 (Korea) (En,Fr,De,Es,It).iso" size="7825162240" crc="13d4a704" md5="0f21514b81bb92da9e774b7cf1e04644" sha1="8b6af7a5efa02e12a0d475521f957d39608d5668"/>
+       </game>
+       <game name="Enter the Matrix (Korea) (En,Zh,Ko)">
+               <category>Games</category>
+               <description>Enter the Matrix (Korea) (En,Zh,Ko)</description>
+               <rom name="Enter the Matrix (Korea) (En,Zh,Ko).iso" size="7825162240" crc="9000b5c3" md5="2fe291e227129c0d870c5d26ecf4a905" sha1="4feac3773074e4c1f68d55f8fd07579093d18cd1"/>
+       </game>
+       <game name="FIFA Soccer 2003 (Korea) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 2003 (Korea) (En,Es)</description>
+               <rom name="FIFA Soccer 2003 (Korea) (En,Es).iso" size="7825162240" crc="ce636c5c" md5="436b2eeecc5846f599a4ba4a23019a7d" sha1="3c09ca25fecc16ac6b4488d27a9b365f538ce423"/>
+       </game>
+       <game name="Outlaw Volleyball (Korea)">
+               <category>Games</category>
+               <description>Outlaw Volleyball (Korea)</description>
+               <rom name="Outlaw Volleyball (Korea).iso" size="7825162240" crc="478ba173" md5="4c91eb3b4b2fc4f79a86c28fd1ab5df9" sha1="e1fe46e6187a1d39147357aab00a9ab99eb8fa67"/>
+       </game>
+       <game name="Terminator, The - Dawn of Fate (Korea)">
+               <category>Games</category>
+               <description>Terminator, The - Dawn of Fate (Korea)</description>
+               <rom name="Terminator, The - Dawn of Fate (Korea).iso" size="7825162240" crc="5499d3ed" md5="b9f1fbac70323fb6dcf56ae125d81f90" sha1="657d10c9101919e883da06aa291554c8e8410f1b"/>
+       </game>
+       <game name="Dead or Alive 1 Ultimate (USA) (Beta) (2004-10-12)">
+               <category>Preproduction</category>
+               <description>Dead or Alive 1 Ultimate (USA) (Beta) (2004-10-12)</description>
+               <rom name="Dead or Alive 1 Ultimate (USA) (Beta) (2004-10-12).iso" size="3919413248" crc="83ac0a2f" md5="4acb89206ecd7e8e4091ddc2b380cef8" sha1="845a5201fbee8565fc1ae34f157c40da653a22e8"/>
+       </game>
+       <game name="Panzer Dragoon Orta (Europe) (Beta) (2002-12-24)">
+               <category>Preproduction</category>
+               <description>Panzer Dragoon Orta (Europe) (Beta) (2002-12-24)</description>
+               <rom name="Panzer Dragoon Orta (Europe) (Beta) (2002-12-24).iso" size="3141206016" crc="964db4ce" md5="489f232aa2d56be9b96a3b1dea34686e" sha1="f0e5db284fe7b14fb9de74f1c51e7f24872d611f"/>
+       </game>
+       <game name="Yager (Europe) (Beta) (2003-02-27)">
+               <category>Preproduction</category>
+               <description>Yager (Europe) (Beta) (2003-02-27)</description>
+               <rom name="Yager (Europe) (Beta) (2003-02-27).iso" size="7825162240" crc="364a536c" md5="53c123ab5883dccc57875ace6c583445" sha1="335d894f886748ac376f50bdd7f0241f27fd1ed7"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 01 (Europe, Australia) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 01 (Europe, Australia) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 01 (Europe, Australia) (En,Fr,Es,It).iso" size="7825162240" crc="1ba40ab9" md5="5b516506dddb3a328ad165f1fce5549e" sha1="638df34485a221d613fd12c3f8ca3eb37a1dfeea"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 02 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 02 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 02 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="657cca22" md5="74e746a8da1d29597b467e45b1b76cfb" sha1="627356e5222d947a5c3777d20deafdf4ab35ec75"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 03 (Europe) (En,Fr,Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 03 (Europe) (En,Fr,Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 03 (Europe) (En,Fr,Es,It).iso" size="7825162240" crc="507bf865" md5="11ef48cb2dfe82f88073cb5733c72655" sha1="73a36607cf978ceb95f82567f0c9da77804d749c"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 04 (Europe) (En,Fr,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 04 (Europe) (En,Fr,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 04 (Europe) (En,Fr,It).iso" size="7825162240" crc="9a268011" md5="c6ed70edff548994f500f6675672e09f" sha1="23ee430813aa67dfd7978cfa85178bb3ff0086c0"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 06 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 06 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 06 (UK).iso" size="7825162240" crc="9aff6391" md5="12cf7cf7e9f7373763cae75644ea7ae7" sha1="74f562b6b42978a0e3869ef7d0b00196547f35d7"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 49 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 49 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 49 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="8b3a430c" md5="43148c76f8a43de20f05d5294b4e4e2a" sha1="cbaf2d7653a1525edca406853d8bbdd03c83dfe7"/>
+       </game>
+       <game name="Def Jam - Fight for NY (USA) (Demo)">
+               <category>Demos</category>
+               <description>Def Jam - Fight for NY (USA) (Demo)</description>
+               <rom name="Def Jam - Fight for NY (USA) (Demo).iso" size="7825162240" crc="c5fc61d2" md5="c852cccbec54d32d46261be93a57b6b4" sha1="c4707bd59274b396385e14a405c0eb189045f09f"/>
+       </game>
+       <game name="NFL Fever 2003 (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>NFL Fever 2003 (USA) (Beta)</description>
+               <rom name="NFL Fever 2003 (USA) (Beta).iso" size="7825162240" crc="60c5a1f2" md5="eeab1cb594b2a9288c3fb27046df4095" sha1="7000db4d01e2e47f6d759f8dfde3f41fba7f94b6"/>
+       </game>
+       <game name="Xbox Live Beta Starter Kit Disc (USA, Europe)">
+               <category>Preproduction</category>
+               <description>Xbox Live Beta Starter Kit Disc (USA, Europe)</description>
+               <rom name="Xbox Live Beta Starter Kit Disc (USA, Europe).iso" size="7825162240" crc="c09b97e7" md5="169ad7eb5ad0113f610cd7b3aa5c1105" sha1="1fcf72b65fe275ae24a439edeb4526920f47ea4f"/>
+       </game>
+       <game name="Dead to Rights (USA) (Demo)">
+               <category>Demos</category>
+               <description>Dead to Rights (USA) (Demo)</description>
+               <rom name="Dead to Rights (USA) (Demo).iso" size="7825162240" crc="d9a3d787" md5="c8894531108beb32ac5173097a78d01d" sha1="36da9bf44cc97bb2b0c8e979572b78677783358c"/>
+       </game>
+       <game name="Soulcalibur II (USA) (Demo)">
+               <category>Demos</category>
+               <description>Soulcalibur II (USA) (Demo)</description>
+               <rom name="Soulcalibur II (USA) (Demo).iso" size="7825162240" crc="8d8f6257" md5="80c6f2d4604a9b5fb4b25bf5153f5b4c" sha1="52fa63ddcf8cb0124a1ba281edc5707f55d1fd2c"/>
+       </game>
+       <game name="Scarface - The World Is Yours (Australia)">
+               <category>Games</category>
+               <description>Scarface - The World Is Yours (Australia)</description>
+               <rom name="Scarface - The World Is Yours (Australia).iso" size="7825162240" crc="5c7032ea" md5="508b91d60e1e2e007d01251a1ad2c2b2" sha1="d6f73553022c71be8a45b9e5924b30f38a6d37bc"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (Australia) (Rev 1)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (Australia) (Rev 1)</description>
+               <rom name="Grand Theft Auto - Vice City (Australia) (Rev 1).iso" size="7825162240" crc="27a5faa4" md5="a4b4442d6f2b541ada695e01c2f0163b" sha1="e3e96073a982b50e6a82ff1c45f8d529e1e18567"/>
+       </game>
+       <game name="Ultimate Selection, The (Australia)">
+               <category>Demos</category>
+               <description>Ultimate Selection, The (Australia)</description>
+               <rom name="Ultimate Selection, The (Australia).iso" size="7825162240" crc="05f49303" md5="71972b5868c687c86669c4e170c970c2" sha1="69930ff7c289aeafdb57c94326c096c5335a632e"/>
+       </game>
+       <game name="Xbox Demo Disc (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc (USA)</description>
+               <rom name="Xbox Demo Disc (USA).iso" size="7825162240" crc="1a15f515" md5="f233eb07cbad93288ba315b78508e5a8" sha1="aaba39d18ce01241d26babb26a8bc656ea352a61"/>
+       </game>
+       <game name="Xbox-ism - Spring 2004 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - Spring 2004 (Japan)</description>
+               <rom name="Xbox-ism - Spring 2004 (Japan).iso" size="7825162240" crc="a35d467b" md5="45f74e53d3d83411251e8bd4201dd5f3" sha1="718fbbae2900678b7292aa456325be836a083f97"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 04 - February 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 04 - February 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 04 - February 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="ce9d59ae" md5="df4a3b1c4df843f80045ca3f14b16eee" sha1="eab172f53d8db7311f53f0db182c6cc17725fd28"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 06 - April 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 06 - April 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 06 - April 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="9ae30a99" md5="bf6a01e3e07059a74e99231e8bb05316" sha1="758cbcd1c2814d087096b66708f2d50c6c2b955a"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (UK, Australia)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (UK, Australia)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (UK, Australia).iso" size="7825162240" crc="691856fa" md5="9a87280ef797f967893ca68123103e01" sha1="444a8356aa71570e19d1c8acb69bcbace3e62020"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 09 - July 2006 (Europe, Australia) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 09 - July 2006 (Europe, Australia) (En,Fr,De,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 09 - July 2006 (Europe, Australia) (En,Fr,De,It,Pt).iso" size="7825162240" crc="b971faa6" md5="51bc1200a1b507a2fdcc437012d57515" sha1="d02cad4642700cc288014e16b1640654c829abf0"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 11 - September 2006 (Europe, Australia) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 11 - September 2006 (Europe, Australia) (En,Fr,De,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 11 - September 2006 (Europe, Australia) (En,Fr,De,It,Pt).iso" size="7825162240" crc="815742f3" md5="1bbeb9cbd2d2de41ee51bffd21f45f59" sha1="56660f9c8aee58f8451b258e9158916b5130e7ed"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 12 - October 2006 (Europe, Australia) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 12 - October 2006 (Europe, Australia) (En,Fr,De,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 12 - October 2006 (Europe, Australia) (En,Fr,De,It,Pt).iso" size="7825162240" crc="ab9f41b7" md5="f33622a35f506e05dc028428b5db2eef" sha1="c4197fa72dfae44a0442fb5dff8aa1bf2d9d934b"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 13 - November 2006 (Europe, Australia) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 13 - November 2006 (Europe, Australia) (En,Fr,De,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 13 - November 2006 (Europe, Australia) (En,Fr,De,It,Pt).iso" size="7825162240" crc="4a6ea309" md5="f258a02a3c5a1eb9cb7acc105afb3735" sha1="34a33fbe0c7737ef90e8aeafc91f2b24180c1a4f"/>
+       </game>
+       <game name="FIFA Football 2005 (Europe) (Demo)">
+               <category>Demos</category>
+               <description>FIFA Football 2005 (Europe) (Demo)</description>
+               <rom name="FIFA Football 2005 (Europe) (Demo).iso" size="7825162240" crc="72147773" md5="ee6ad66ea198ae52ef895374178a5b03" sha1="a96af4869c06cb8cd460ac859ebfcbc17d4d3ba7"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De)</description>
+               <rom name="Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De).iso" size="7825162240" crc="6329ed3c" md5="a0db83ae15ded8c9c9a4ecaf9e11b012" sha1="01518ccbebffe700fed6434d42ac280ca35b9ec2"/>
+       </game>
+       <game name="Arx Fatalis (USA, Europe) (Beta) (2003-07-11)">
+               <category>Preproduction</category>
+               <description>Arx Fatalis (USA, Europe) (Beta) (2003-07-11)</description>
+               <rom name="Arx Fatalis (USA, Europe) (Beta) (2003-07-11).iso" size="597471232" crc="0b95a33f" md5="7106b6da7740d94935feb534c2c6d1c0" sha1="da437831dc3fa5a658ff4c97bc6ecaafb454302a"/>
+       </game>
+       <game name="Project - Snowblind (USA) (Beta) (2004-11-17)">
+               <category>Preproduction</category>
+               <description>Project - Snowblind (USA) (Beta) (2004-11-17)</description>
+               <rom name="Project - Snowblind (USA) (Beta) (2004-11-17).iso" size="582844416" crc="93d3f717" md5="86abbf518dfc3ffb8efb43b97ca69cb3" sha1="6e6d929f9e6769394a805a0feeadbc8b5c2d73bb"/>
+       </game>
+       <game name="Turok - Evolution (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Turok - Evolution (USA) (Beta)</description>
+               <rom name="Turok - Evolution (USA) (Beta).iso" size="2516582400" crc="92fd94e5" md5="e418674d08f97615c38281a33d807f63" sha1="101d8f7a65d8de5074080cf7969dc3ca0843e647"/>
+       </game>
+       <game name="Panzer Dragoon Orta (USA) (Demo)">
+               <category>Demos</category>
+               <description>Panzer Dragoon Orta (USA) (Demo)</description>
+               <rom name="Panzer Dragoon Orta (USA) (Demo).iso" size="7825162240" crc="2eac8463" md5="3c5be5ea531084e12bce7b3833e8b389" sha1="054e81fba7acc1dc095ac4bcd41ab5d13e25850a"/>
+       </game>
+       <game name="Xbox Live Starter Kit Disc (USA) (Rev 1)">
+               <category>Demos</category>
+               <description>Xbox Live Starter Kit Disc (USA) (Rev 1)</description>
+               <rom name="Xbox Live Starter Kit Disc (USA) (Rev 1).iso" size="7825162240" crc="adadadd6" md5="967eec720bf328d2053dd505edc7b332" sha1="8e680136cec74ce5b7a75889dea01c07b2a2c3d9"/>
+       </game>
+       <game name="FlatOut 2 (USA, Europe) (Beta) (2006-04-04)">
+               <category>Preproduction</category>
+               <description>FlatOut 2 (USA, Europe) (Beta) (2006-04-04)</description>
+               <rom name="FlatOut 2 (USA, Europe) (Beta) (2006-04-04).iso" size="3919413248" crc="c2b8801a" md5="84f51f237063407b61ab8dad9f411b64" sha1="c48bc8eae7499d01dabffe16a5cfd9f021761b8f"/>
+       </game>
+       <game name="Xbox Demo Disk Version 2.1 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 2.1 (USA)</description>
+               <rom name="Xbox Demo Disk Version 2.1 (USA).iso" size="7825162240" crc="a78c9b31" md5="ac9aa6054390add11930a8822d51eb2c" sha1="731b6b146b09565544b48f6be519838abcb7ae4d"/>
+       </game>
+       <game name="Xbox Demo Disc Version 2.3 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 2.3 (USA)</description>
+               <rom name="Xbox Demo Disc Version 2.3 (USA).iso" size="7825162240" crc="b77c2089" md5="a04870f873b4d4354a234c57da022677" sha1="ca9a8024fb30ccbb557fc041219f728469a51f25"/>
+       </game>
+       <game name="Xbox Demo Disc Version 2.5 (USA) (ESRB RP-M)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 2.5 (USA) (ESRB RP-M)</description>
+               <rom name="Xbox Demo Disc Version 2.5 (USA) (ESRB RP-M).iso" size="7825162240" crc="b2936e20" md5="417a18d0c03b4b6f3e71acbf3bbd7880" sha1="91d0ccb52139105cc7331feb4e91b5d240d6992f"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.2 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.2 (USA)</description>
+               <rom name="Xbox Demo Disc Version 3.2 (USA).iso" size="7825162240" crc="08bd0333" md5="e9520a523e047f21706840786b9a7f00" sha1="75c065842244c0bf65bf3f79e1187843068169d1"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.3 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.3 (USA)</description>
+               <rom name="Xbox Demo Disc Version 3.3 (USA).iso" size="7825162240" crc="98a0ea88" md5="237a968233805872251bd70e6b752832" sha1="bc93b0d6916d6c1a4f248d350628b7a5337a73f0"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.4 (USA) (ESRB RP-M)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.4 (USA) (ESRB RP-M)</description>
+               <rom name="Xbox Demo Disc Version 3.4 (USA) (ESRB RP-M).iso" size="7825162240" crc="cdbf5c5e" md5="cc7cd637b8d741f862fab962068ee638" sha1="00830391e1fd13e3d4f60bafd10fc775d7dec4e7"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.6 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.6 (USA)</description>
+               <rom name="Xbox Demo Disc Version 3.6 (USA).iso" size="7825162240" crc="f73aae3c" md5="edbd823ce49fcee3e1e8fc18d495567e" sha1="772e5e3e2eb9ab403600163f8f6f96bca4a31f54"/>
+       </game>
+       <game name="Crazy Taxi 3 - High Roller (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Crazy Taxi 3 - High Roller (Japan) (Demo)</description>
+               <rom name="Crazy Taxi 3 - High Roller (Japan) (Demo).iso" size="7825162240" crc="07d7e903" md5="0cb8cb067b1dab13e2d213eeae7db3c4" sha1="f6f4efcd3a8282350f015ee93ae0e7a2d12133c6"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 50 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 50 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 50 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="a33bb98d" md5="9b31b9e1058b671d6c8c7590b6f303cb" sha1="2479d6e099195a0b7725be4001ce580917f5966e"/>
+       </game>
+       <game name="Hunter - The Reckoning (Europe) (En,Fr,De,Es,It) (Rerelease)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning (Europe) (En,Fr,De,Es,It) (Rerelease)</description>
+               <rom name="Hunter - The Reckoning (Europe) (En,Fr,De,Es,It) (Rerelease).iso" size="7825162240" crc="33978023" md5="34322223488c0e9ab3e6439bc07beaeb" sha1="be3b5469e29b5599dd5ef67985e579fb5ae865fd"/>
+       </game>
+       <game name="Zillernet (Korea)">
+               <category>Games</category>
+               <description>Zillernet (Korea)</description>
+               <rom name="Zillernet (Korea).iso" size="7825162240" crc="3cbdaf3c" md5="d5edf96baa0607e8c490cce06aa7759d" sha1="2716b7ecd9ba8d6ba9b4151cad3aedbc0a9d12c4"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 61 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 61 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 61 (UK).iso" size="7825162240" crc="57be3089" md5="ea89328be1edc19f958d9277452cb043" sha1="e8cf9155f518618d2a709030c2328df663c0367e"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 56 (UK, Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 56 (UK, Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 56 (UK, Australia).iso" size="7825162240" crc="14142821" md5="f520a2b11eef3ffa65e3857bc36d395e" sha1="c913efc2f67003ff74c442cae189b8746df4979f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 59 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 59 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 59 (UK).iso" size="7825162240" crc="3d9cd741" md5="dc1d195ab379c26e4374581f1c7be8fd" sha1="a68ca657d507f32eced6176b6521e37fff574564"/>
+       </game>
+       <game name="Freedom Fighters (Spain)">
+               <category>Games</category>
+               <description>Freedom Fighters (Spain)</description>
+               <rom name="Freedom Fighters (Spain).iso" size="7825162240" crc="369db8b1" md5="3a2d5206bda449f83982b0d200b7bfe1" sha1="8f2f3c1d1140aeb55dc869dd90d250c0a5d5d421"/>
+       </game>
+       <game name="Mafia (Spain)">
+               <category>Games</category>
+               <description>Mafia (Spain)</description>
+               <rom name="Mafia (Spain).iso" size="7825162240" crc="c6850c4c" md5="f662900443a1307b205655f41bb8932b" sha1="d5aea11f0fca0f446038a32e3f1a7b4934af6ecb"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 03-2006 (Europe)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 03-2006 (Europe)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 03-2006 (Europe).iso" size="7825162240" crc="e238c9a8" md5="eb7af9d42cdcf6bd346e317f82ad5b43" sha1="92693df026607b93cce59e4479984b7a80fcdd44"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 04-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 04-2006 (Germany)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 04-2006 (Germany).iso" size="7825162240" crc="5c10bdf1" md5="e739d28a73ed47121b830c73aec2213e" sha1="999ba531e7422da0142c60ec4e97c519165af436"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 06-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 06-2006 (Germany)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 06-2006 (Germany).iso" size="7825162240" crc="d7a0755e" md5="a148e8aab7f327fad59750ba8783c1f3" sha1="2dd341327c2f581258e3aed2f1b1109c9b64ca30"/>
+       </game>
+       <game name="Dead to Rights II (USA) (Demo)">
+               <category>Demos</category>
+               <description>Dead to Rights II (USA) (Demo)</description>
+               <rom name="Dead to Rights II (USA) (Demo).iso" size="7825162240" crc="15e47df6" md5="463e6acca1f02614d8c52359a2be0170" sha1="c3858c83a5dbf321e6809cbbb71c69fa47ea13c5"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.3 (USA) (ESRB RP-M)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.3 (USA) (ESRB RP-M)</description>
+               <rom name="Xbox Demo Disc Version 3.3 (USA) (ESRB RP-M).iso" size="7825162240" crc="92a65597" md5="d25f67fdd1855727fa60476f77bc71ba" sha1="e2e1390ae1392f9575fc4360ea71446c37c3aa5a"/>
+       </game>
+       <game name="Tekki (Japan)">
+               <category>Games</category>
+               <description>Tekki (Japan)</description>
+               <rom name="Tekki (Japan).iso" size="7825162240" crc="3d4052e1" md5="363aa44dc6f29dae55ec6387b76b2f42" sha1="e652bece3ce794c85205a9d0a3e4f983ee60cdac"/>
+       </game>
+       <game name="Tenerezza (Japan)">
+               <category>Games</category>
+               <description>Tenerezza (Japan)</description>
+               <rom name="Tenerezza (Japan).iso" size="7825162240" crc="1a112baf" md5="9057b481ba7d3386459de5b80939973c" sha1="2add329d50a9eef4e38ce379f92cb144ee64f88a"/>
+       </game>
+       <game name="Freaky Flyers (USA, Europe) (Beta) (2003-05-28)">
+               <category>Preproduction</category>
+               <description>Freaky Flyers (USA, Europe) (Beta) (2003-05-28)</description>
+               <rom name="Freaky Flyers (USA, Europe) (Beta) (2003-05-28).iso" size="3786014720" crc="ebd8ea7f" md5="4b4b7fa2ec2b7965ac40174cde52f3e7" sha1="703e871ae03b28b7e74d0a47cd72c29b52b0e347"/>
+       </game>
+       <game name="Magazine Officiel Xbox, Le - Hors-serie Solutions Numero 08 (France)">
+               <category>Coverdiscs</category>
+               <description>Magazine Officiel Xbox, Le - Hors-serie Solutions Numero 08 (France)</description>
+               <rom name="Magazine Officiel Xbox, Le - Hors-serie Solutions Numero 08 (France).iso" size="7825162240" crc="20aa6dd5" md5="e83598065ab64e64247ee330131c18cc" sha1="3bead603411147195cbc8df9edb76a8d24c1f6e2"/>
+       </game>
+       <game name="NBA Ballers - Phenom (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>NBA Ballers - Phenom (USA) (Beta)</description>
+               <rom name="NBA Ballers - Phenom (USA) (Beta).iso" size="2633187328" crc="e27fd469" md5="2c669700647f8603f31ebfcac575db78" sha1="5014d08231e20e74c66af8c2ca976b1614ee2ba0"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 21 (Europe, Australia) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 21 (Europe, Australia) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 21 (Europe, Australia) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="466405cd" md5="26a8f7724de16c4365d0a79ead6e7c94" sha1="925040518725fbd449369d4b6c16e5cb78df4d3d"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 41 (Europe, Australia) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 41 (Europe, Australia) (En,Fr,De,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 41 (Europe, Australia) (En,Fr,De,It,Pt).iso" size="7825162240" crc="5a48c735" md5="4047660363ba3a31c514b037a5113ae9" sha1="8261b86ed681a1e750583c3d986fab64543bd1b2"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 42 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 42 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 42 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="c417367c" md5="92a85874a4daeb8a8a33a81eab466d90" sha1="52504c6d89f57b0f48bd117e6462120256c2f4c5"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 45 (Europe) (Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 45 (Europe) (Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 45 (Europe) (Fr,Es,It,Pt).iso" size="7825162240" crc="e8a2d165" md5="44806d525ed16a519968919fd4da21a2" sha1="e6196ccea0add493bc824f7813d82c122dc545d4"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 48 (Europe) (Fr,Es,It,Pt)">
+               <category>Games</category>
+               <description>Official Xbox Magazine Game Disc 48 (Europe) (Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 48 (Europe) (Fr,Es,It,Pt).iso" size="7825162240" crc="c7b59731" md5="ca5dec5ff83ca0aa9aba8642930149ca" sha1="826aac1a699dbdf36c9d00b303a2931232d1a9b1"/>
+       </game>
+       <game name="100 Bullets (USA) (Proto) (2004-04-30)">
+               <category>Preproduction</category>
+               <description>100 Bullets (USA) (Proto) (2004-04-30)</description>
+               <rom name="100 Bullets (USA) (Proto) (2004-04-30).iso" size="3919720448" crc="5548ecf7" md5="86cb6405eef3b9809bf43a2aaf3990ee" sha1="8f8a4853323e53729650842bccdd631291519650"/>
+       </game>
+       <game name="Xbox Demo Disk Version 1.4 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 1.4 (USA)</description>
+               <rom name="Xbox Demo Disk Version 1.4 (USA).iso" size="7825162240" crc="0f0d2c63" md5="ce147f121648ee911ca22b8f7bbc6bf2" sha1="1f2962f8cd6980dbabbcdff8004c7789289a3653"/>
+       </game>
+       <game name="Xbox Demo Disk Version 1.4 (USA) (GameStop)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 1.4 (USA) (GameStop)</description>
+               <rom name="Xbox Demo Disk Version 1.4 (USA) (GameStop).iso" size="7825162240" crc="38dbec9b" md5="55c7563c9995faa09413521fd2658c21" sha1="38c311e867a4bd0efa409a06764ba25003c6cca9"/>
+       </game>
+       <game name="Xbox Demo Disk Version 9.0 (Europe)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 9.0 (Europe)</description>
+               <rom name="Xbox Demo Disk Version 9.0 (Europe).iso" size="7825162240" crc="c36f441c" md5="3f7b2a10df01adc9219ce7ac2a74722b" sha1="00d4177f8e7e1aff057a9f2d0cc0f6e169a3a31f"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 03 - December 2005 (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 03 - December 2005 (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 03 - December 2005 (Europe) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="f6fafd68" md5="d3003832770c0cc4f6ac6f920c289240" sha1="465664325cdcf3a732cf18e31032822f089353f2"/>
+       </game>
+       <game name="Xbox Demo Disc Version 2.4 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 2.4 (USA)</description>
+               <rom name="Xbox Demo Disc Version 2.4 (USA).iso" size="7825162240" crc="3a4fd419" md5="b366852f3d0f3eef18d4a44b6290ce6b" sha1="c4f15fe1b5e73785cca569d749092fcaad0075eb"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (USA) (Demo)">
+               <category>Demos</category>
+               <description>Need for Speed - Most Wanted (USA) (Demo)</description>
+               <rom name="Need for Speed - Most Wanted (USA) (Demo).iso" size="7825162240" crc="43fde228" md5="006f40f9cb47135f4bbdd9c253968149" sha1="4a97f9c494bb2c8653d40cd3f223c96257529042"/>
+       </game>
+       <game name="Xbox Demo Disk Version 1.1 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 1.1 (USA)</description>
+               <rom name="Xbox Demo Disk Version 1.1 (USA).iso" size="7825162240" crc="00b2252f" md5="11700faad85af08f5c910628cb2ca44e" sha1="5a66651d336cbe3f857faf25246e3fee55e1ba97"/>
+       </game>
+       <game name="Fable - The Lost Chapters (Spain) (En,Es)">
+               <category>Games</category>
+               <description>Fable - The Lost Chapters (Spain) (En,Es)</description>
+               <rom name="Fable - The Lost Chapters (Spain) (En,Es).iso" size="7825162240" crc="ed71df62" md5="14875c34f254659d49f63d3ba324c714" sha1="4928ba01b81b2837c4f304f856f1a37036cc90c1"/>
+       </game>
+       <game name="Red Star, The (USA) (Proto) (2004-06-04)">
+               <category>Preproduction</category>
+               <description>Red Star, The (USA) (Proto) (2004-06-04)</description>
+               <rom name="Red Star, The (USA) (Proto) (2004-06-04).iso" size="7825162240" crc="b40d445d" md5="fd7d4d9d4b9b5753879d8300a02e2c97" sha1="ec9e461886b6c8cbddd1eeab8c3d8ac601df6288"/>
+       </game>
+       <game name="Club Football 2005 - Liverpool FC (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Club Football 2005 - Liverpool FC (Europe) (En,Fr,De)</description>
+               <rom name="Club Football 2005 - Liverpool FC (Europe) (En,Fr,De).iso" size="7825162240" crc="f4c88bdf" md5="52d89f34e810b191f265a85f88877a39" sha1="c00f6f8adb16586ecd55febdcd263ba6b9ce934c"/>
+       </game>
+       <game name="Xbox Demo Disk Version 7.0 (Europe)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 7.0 (Europe)</description>
+               <rom name="Xbox Demo Disk Version 7.0 (Europe).iso" size="7825162240" crc="0223b9b7" md5="4f68a8459c70d65e920119fb23aacd0a" sha1="89c52f508f07a27471fe689735c7b7f696ca958f"/>
+       </game>
+       <game name="Burnout Revenge (Europe) (Demo)">
+               <category>Demos</category>
+               <description>Burnout Revenge (Europe) (Demo)</description>
+               <rom name="Burnout Revenge (Europe) (Demo).iso" size="7825162240" crc="42af7be2" md5="f958390e9fec22e01fde1a16114199ee" sha1="b178258f836427d7e753c5907d89fcc0f2b5778a"/>
+       </game>
+       <game name="100 Best Xbox Games Game Disc, The (UK)">
+               <category>Coverdiscs</category>
+               <description>100 Best Xbox Games Game Disc, The (UK)</description>
+               <rom name="100 Best Xbox Games Game Disc, The (UK).iso" size="7825162240" crc="454051e0" md5="45651b2144795eb3e6fb8ddc1aaae753" sha1="5d1d8ddfb2c4a48eab5253bbb0888637f60efe30"/>
+       </game>
+       <game name="20 Best Xbox Action Games Game Disc, The (UK)">
+               <category>Coverdiscs</category>
+               <description>20 Best Xbox Action Games Game Disc, The (UK)</description>
+               <rom name="20 Best Xbox Action Games Game Disc, The (UK).iso" size="7825162240" crc="9c9f191f" md5="db125d941902f61bcc3329a173484c04" sha1="a2a30359cedfd087bf41d6ee3281ccc827237692"/>
+       </game>
+       <game name="Xbox Playable Starter Pack 2003 (UK)">
+               <category>Coverdiscs</category>
+               <description>Xbox Playable Starter Pack 2003 (UK)</description>
+               <rom name="Xbox Playable Starter Pack 2003 (UK).iso" size="7825162240" crc="2c9c38c7" md5="1ee7fa11430f6e72ac67bf182ecbf894" sha1="2e9e76ef46380ceac88676ba38f4c6e508bd1c64"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 57 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 57 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 57 (UK).iso" size="7825162240" crc="61b270b0" md5="d868ecfac759f61ae09e0c640dd28ce3" sha1="647fb3bcf31a38d7bc815466fbf6cc52f2dce151"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 60 (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 60 (UK)</description>
+               <rom name="Official Xbox Magazine Game Disc 60 (UK).iso" size="7825162240" crc="12eb6127" md5="979a387d59f3564015c37eafcfdbc3e7" sha1="a07ff614ed1d52d827f9f877b78df59dba383ca0"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Disney-Pixar Finding Nemo (Scandinavia) (Sv,No,Da,Fi).iso" size="7825162240" crc="0aa8cc18" md5="5264c4feea1ee335ba6c2847480f2b47" sha1="1dd86a2c44a338ea90412f97e1699484b293a497"/>
+       </game>
+       <game name="Xbox Live Starter Kit Disc (Europe) (Rev 3)">
+               <category>Demos</category>
+               <description>Xbox Live Starter Kit Disc (Europe) (Rev 3)</description>
+               <rom name="Xbox Live Starter Kit Disc (Europe) (Rev 3).iso" size="7825162240" crc="ddf2aa22" md5="8a407321fa555bb9ecbc669501eb91e2" sha1="a95f32963d104284f570db1f5402a1e8a525420c"/>
+       </game>
+       <game name="Xbox Live Starter Kit Disc (Europe) (Rev 1)">
+               <category>Demos</category>
+               <description>Xbox Live Starter Kit Disc (Europe) (Rev 1)</description>
+               <rom name="Xbox Live Starter Kit Disc (Europe) (Rev 1).iso" size="7825162240" crc="0462b240" md5="2dfa7e80ffcd3374554c73dcefa491fb" sha1="06b7f9be56d72bab5bf4d203ec11d201f094c954"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (Europe) (Es,It)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (Europe) (Es,It)</description>
+               <rom name="FIFA World Cup Germany 2006 (Europe) (Es,It).iso" size="7825162240" crc="4db0ff67" md5="87c80833a5c14c0a98dc44df5a95e94e" sha1="53b23b246167f0070c1ca58e209f76072673e1e7"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 18 (Europe) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 18 (Europe) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 18 (Europe) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="b99b29df" md5="ec4ac92573550602e9eb56c53a0d3715" sha1="7cc54cde6351c984b8509161c0a0c736e0321473"/>
+       </game>
+       <game name="Ultimate Halo Companion DVD Set, The (Europe)">
+               <category>Demos</category>
+               <description>Ultimate Halo Companion DVD Set, The (Europe)</description>
+               <rom name="Ultimate Halo Companion DVD Set, The (Europe).iso" size="7825162240" crc="a96595be" md5="2e2d9b7563036a43eea157176f03a2c4" sha1="f530db6c4e885e6e3cb3b197f6f81b73a7b8f4f1"/>
+       </game>
+       <game name="Battlefield 2 - Modern Combat (Australia) (Demo)">
+               <category>Demos</category>
+               <description>Battlefield 2 - Modern Combat (Australia) (Demo)</description>
+               <rom name="Battlefield 2 - Modern Combat (Australia) (Demo).iso" size="7825162240" crc="167a1fb9" md5="1bead7e6c75b6cee497a0cf8911f1519" sha1="b2a49bf6a90b31dbabd2a2447ffe82f380d43ef2"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 02 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 02 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 02 (Australia).iso" size="7825162240" crc="061c0c9d" md5="2d8200364111ddc6c6534b9704067f3e" sha1="da2493140fc8748a60639a570a7aa96060ec2e3e"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 03 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 03 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 03 (Australia).iso" size="7825162240" crc="147b850c" md5="6662264c17460b652263775b315cd72d" sha1="b588f796603d2d65dd3b0c2d28cb728b76f9840a"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 04 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 04 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 04 (Australia).iso" size="7825162240" crc="aac9baa0" md5="6a874ad5f16f0a168fb427426f395206" sha1="4c9044cdfbf27eb32c8a2f8553b9e1aceafec9f6"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 05 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 05 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 05 (Australia).iso" size="7825162240" crc="20a57236" md5="3f10c1e3001774ec2a86076df6689613" sha1="8f8e6b5bff01808599f870e8ab3ef324902b0999"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 06 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 06 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 06 (Australia).iso" size="7825162240" crc="55c4c1d3" md5="0638e7dba2de6a8edc20b7d0453b04f0" sha1="6b8e8b8bf8a58c1a055386dfbf07f84287a78f93"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 07 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 07 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 07 (Australia).iso" size="7825162240" crc="e4976e47" md5="f291932fb3f003392b44df833fb8bc1a" sha1="949df2c5fca21623e8b349e62789db5d424f6456"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 09 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 09 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 09 (Australia).iso" size="7825162240" crc="8c6601bf" md5="9a1b4043360a744eb60cb2ebc0e5d6bf" sha1="0234612fb83fc0952d5c35471c3b5b68e02c747d"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 12 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 12 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 12 (Australia).iso" size="7825162240" crc="e42142f2" md5="ce52783ddf0e507fcf855cbfadde6efe" sha1="b61dfba11d7902d4dfceef5fce59a76640808cf1"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 16 (Europe, Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 16 (Europe, Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 16 (Europe, Australia).iso" size="7825162240" crc="f7b829aa" md5="1e73fd49580a9119592449b069c57e84" sha1="deb69e4161171e59ea3307c13202a30a66f6a2cd"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 18 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 18 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 18 (Australia).iso" size="7825162240" crc="e93206fa" md5="e28d5616c3886257d8287c4b6430405f" sha1="2e70a153689cfa4c7fa3e2690d1538dbe8dc05a3"/>
+       </game>
+       <game name="Project Gotham Racing 2 (USA) (Demo) (Dodge Magnum Edition)">
+               <category>Demos</category>
+               <description>Project Gotham Racing 2 (USA) (Demo) (Dodge Magnum Edition)</description>
+               <rom name="Project Gotham Racing 2 (USA) (Demo) (Dodge Magnum Edition).iso" size="7825162240" crc="7d2ce0f7" md5="23971a9a3ad4c9f8fc81e51cdce70e00" sha1="7f1f15b2cbad5942adce43752cd35ec1a76e7e01"/>
+       </game>
+       <game name="Crazy Taxi 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crazy Taxi 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Crazy Taxi 3 (Europe) (En,Fr,De,Es,It).iso" size="7825162240" crc="6ab05b51" md5="929ab09408c8b2d3286c3cad29673482" sha1="71681f188107747b8fed75df8d4c2d595de7ec40"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.1 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.1 (USA)</description>
+               <rom name="Xbox Demo Disc Version 3.1 (USA).iso" size="7825162240" crc="f2354d8d" md5="7478d90f86145eaf6a346600ac8c2d94" sha1="71b34cbdebc2702b221e2e6023fdb7ed911c235c"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.5 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.5 (USA)</description>
+               <rom name="Xbox Demo Disc Version 3.5 (USA).iso" size="7825162240" crc="7807d6f0" md5="f686e3e328dd665c38df73d89273b720" sha1="28ebde50b93e9027710ab87c094126d18b5e6dc6"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.4 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.4 (USA)</description>
+               <rom name="Xbox Demo Disc Version 3.4 (USA).iso" size="7825162240" crc="c3eebcc4" md5="fbc60f940924de2f9ef4777b0998c80f" sha1="eafbee55bba3fd5e8068654044969840d284b245"/>
+       </game>
+       <game name="Tetris Worlds (USA) (Online Enabled)">
+               <category>Games</category>
+               <description>Tetris Worlds (USA) (Online Enabled)</description>
+               <rom name="Tetris Worlds (USA) (Online Enabled).iso" size="7825162240" crc="4e42ed23" md5="0e1f95cd58e5b3d9898ca5f41cc19151" sha1="f1c39dbcab27b915d5b23765be4fffbcd49380a5"/>
+       </game>
+       <game name="Brothers in Arms - Road to Hill 30 (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brothers in Arms - Road to Hill 30 (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Brothers in Arms - Road to Hill 30 (Germany) (En,Fr,De,Es,It).iso" size="7825162240" crc="ebeeaeda" md5="0eab7eb8ecbb0c72e4a0aacb4e58fb86" sha1="0768ce269b363e2a2303ce3cc1e62bb6ccfbbf61"/>
+       </game>
+       <game name="Blood Wake (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Blood Wake (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Blood Wake (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="7825162240" crc="105cb729" md5="77abc4825e7b1a9986fd98de5ccb78d1" sha1="3ef10772230eacb54ce720c2d94f4ddc39a3b8c3"/>
+       </game>
+       <game name="Sphinx and the Cursed Mummy (Korea)">
+               <category>Games</category>
+               <description>Sphinx and the Cursed Mummy (Korea)</description>
+               <rom name="Sphinx and the Cursed Mummy (Korea).iso" size="7825162240" crc="2c366578" md5="7bc5b9254fdd207a89af798feb9775e1" sha1="ceea61861776447f2a2bda7ebe9ff567cae3eada"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 08 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 08 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 08 (Australia).iso" size="7825162240" crc="e29524f1" md5="e4db454ddffa919e380e87a34ee92879" sha1="eab7ab3ec733651bc30fff5f8bfe4c36321f6097"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 44 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 44 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 44 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="0a1412a6" md5="4ac75367c7c41c033a09d350e73e5808" sha1="56e7964c2b33399203b9eca5714b62c5192a4f26"/>
+       </game>
+       <game name="Peter Jackson's King Kong - The Official Game of the Movie (Australia) (Demo)">
+               <category>Demos</category>
+               <description>Peter Jackson's King Kong - The Official Game of the Movie (Australia) (Demo)</description>
+               <rom name="Peter Jackson's King Kong - The Official Game of the Movie (Australia) (Demo).iso" size="7825162240" crc="ce99d733" md5="dd62e8f9de4bcdab93c2f9e856fe05a6" sha1="6feda8d4da4eb5ca545c688854ef5cf1ecfb6729"/>
+       </game>
+       <game name="Rocky (USA) (Demo)">
+               <category>Demos</category>
+               <description>Rocky (USA) (Demo)</description>
+               <rom name="Rocky (USA) (Demo).iso" size="7825162240" crc="7d2c2c12" md5="89abb236ac475c6aa0accf5c79d088b4" sha1="27bf12bb742ab02dfb7eacdec21d424653a0c7ad"/>
+       </game>
+       <game name="Black (Europe, Australia) (Demo)">
+               <category>Demos</category>
+               <description>Black (Europe, Australia) (Demo)</description>
+               <rom name="Black (Europe, Australia) (Demo).iso" size="7825162240" crc="5430a291" md5="596af6292748e274d2713f7fffea7ee5" sha1="98fd26f39447be44e3b07de78e21ce025867df11"/>
+       </game>
+       <game name="Apex (Asia) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Apex (Asia) (En,Fr,Es)</description>
+               <rom name="Apex (Asia) (En,Fr,Es).iso" size="7825162240" crc="50073f2d" md5="d37b2abbe1a3c20c0d4736e8e03aef56" sha1="025751c1e4f6fe926e41ca3b73cf1482422d839c"/>
+       </game>
+       <game name="Buffy the Vampire Slayer (Asia)">
+               <category>Games</category>
+               <description>Buffy the Vampire Slayer (Asia)</description>
+               <rom name="Buffy the Vampire Slayer (Asia).iso" size="7825162240" crc="bac320e4" md5="87af42192bf8f00bc8d23abbb92ea9ad" sha1="fc6d775d6cce085922a0b39fb787139bf93a9797"/>
+       </game>
+       <game name="Great Escape, The (Asia)">
+               <category>Games</category>
+               <description>Great Escape, The (Asia)</description>
+               <rom name="Great Escape, The (Asia).iso" size="7825162240" crc="42a7bff3" md5="0549ca8d8046c4a5d946f53d2646bdcc" sha1="591e82d1bbf4baa023cd2ed3ee669fdce03e5ec0"/>
+       </game>
+       <game name="Halo 2 (Asia) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (Asia) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (Asia) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="bfe10636" md5="6f5082c5c5115d5e02a9675cdf4056dc" sha1="9fe3aac260f3485f6e4028ec5cc1457e8c6e86d1"/>
+       </game>
+       <game name="NASCAR 2005 - Chase for the Cup (Asia)">
+               <category>Games</category>
+               <description>NASCAR 2005 - Chase for the Cup (Asia)</description>
+               <rom name="NASCAR 2005 - Chase for the Cup (Asia).iso" size="7825162240" crc="795badbd" md5="4e6c568afa902e9bf0ce64c2bce8e164" sha1="fa18299c2c013273bbc9bf8bc2951b39983e1a5f"/>
+       </game>
+       <game name="NBA Live 2005 (Asia)">
+               <category>Games</category>
+               <description>NBA Live 2005 (Asia)</description>
+               <rom name="NBA Live 2005 (Asia).iso" size="7825162240" crc="42aa0ddc" md5="5011620fbef4c695779b0c2c0bff1229" sha1="602038eb9ab421255cea251ce56aa2fc69d185c8"/>
+       </game>
+       <game name="Sims, The - Bustin' Out (Asia)">
+               <category>Games</category>
+               <description>Sims, The - Bustin' Out (Asia)</description>
+               <rom name="Sims, The - Bustin' Out (Asia).iso" size="7825162240" crc="b914ba40" md5="d435ded5ee85ca5a0fdae4b2feacc4ff" sha1="97abc5abc1f4b9e350f4d3df3daf31b64df6553c"/>
+       </game>
+       <game name="Star Wars - Obi-Wan (Asia)">
+               <category>Games</category>
+               <description>Star Wars - Obi-Wan (Asia)</description>
+               <rom name="Star Wars - Obi-Wan (Asia).iso" size="7825162240" crc="3f783190" md5="a6ff4b605a02b8edb5b91f2a08efdcf6" sha1="569bd6ca68a119ecf549332d675e2d30083a6b87"/>
+       </game>
+       <game name="Madden NFL 08 (USA) (Beta) (2007-05-07)">
+               <category>Preproduction</category>
+               <description>Madden NFL 08 (USA) (Beta) (2007-05-07)</description>
+               <rom name="Madden NFL 08 (USA) (Beta) (2007-05-07).iso" size="2376433664" crc="dc4f3142" md5="957f1cf59f9dab6745f9c20188793d1a" sha1="b1418bb4b64211ef4be30c7864c6892a2527922b"/>
+       </game>
+       <game name="Shin Sangoku Musou 4 (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Shin Sangoku Musou 4 (Japan) (En,Ja)</description>
+               <rom name="Shin Sangoku Musou 4 (Japan) (En,Ja).iso" size="7825162240" crc="97d84e51" md5="099210eef7a578c3a19b6281d4794f40" sha1="25bcb29919007d4ea10720bdff36cfa2a0684ff9"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 08 - June 2006 (Europe) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 08 - June 2006 (Europe) (En,Fr,De,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 08 - June 2006 (Europe) (En,Fr,De,It,Pt).iso" size="7825162240" crc="d3910df7" md5="3987bef008f3b0be4f7a64b53ec82b0b" sha1="f600f25cc242cc18c124f3123d39d8f26abe29e4"/>
+       </game>
+       <game name="Xbox 360 - The Official Xbox Magazine Issue 10 - August 2006 (Europe) (En,Fr,De,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - The Official Xbox Magazine Issue 10 - August 2006 (Europe) (En,Fr,De,It,Pt)</description>
+               <rom name="Xbox 360 - The Official Xbox Magazine Issue 10 - August 2006 (Europe) (En,Fr,De,It,Pt).iso" size="7825162240" crc="50868096" md5="147dae3a689d72d3110b40904b64c658" sha1="0955b0b37d23c2d5e425e33dd23cdef65ac4a220"/>
+       </game>
+       <game name="Dance-UK (UK)">
+               <category>Games</category>
+               <description>Dance-UK (UK)</description>
+               <rom name="Dance-UK (UK).iso" size="7825162240" crc="43d7e4ec" md5="5f3a660557e866a5d446bbdbea4469b7" sha1="9e7077915901e76ff0c76c39ee622b790d751f17"/>
+       </game>
+       <game name="Disney's The Haunted Mansion (UK)">
+               <category>Games</category>
+               <description>Disney's The Haunted Mansion (UK)</description>
+               <rom name="Disney's The Haunted Mansion (UK).iso" size="7825162240" crc="d4f6dcde" md5="b8c53fcb916864b79732e6af47140376" sha1="70d2f25bc93042c329de6edad5e4a3e35749029f"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 17 (Europe, Australia) (En,Fr,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 17 (Europe, Australia) (En,Fr,Es,It,Pt)</description>
+               <rom name="Official Xbox Magazine Game Disc 17 (Europe, Australia) (En,Fr,Es,It,Pt).iso" size="7825162240" crc="244cc7e5" md5="d9b8c47b095a8636c0a7685c6c7531c1" sha1="e3cf87e3bfef96a9908490cb6b13302ec0a66ec2"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 24 (Europe) (Es,It)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 24 (Europe) (Es,It)</description>
+               <rom name="Official Xbox Magazine Game Disc 24 (Europe) (Es,It).iso" size="7825162240" crc="407de48f" md5="f45bb118af3d1e58e1ebe073bf36d7bf" sha1="640023fb725faad7cc54992f85e946b4efc9912e"/>
+       </game>
+       <game name="Xbox Magazine Ufficiale Game Disc 49 (Italy) (En,Fr,De,Es,It,Pt)">
+               <category>Coverdiscs</category>
+               <description>Xbox Magazine Ufficiale Game Disc 49 (Italy) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Xbox Magazine Ufficiale Game Disc 49 (Italy) (En,Fr,De,Es,It,Pt).iso" size="7825162240" crc="cb3d99cd" md5="f3408eb24dc1f2cacc6624e96624848c" sha1="c91505743bb1d3b7602094220f3183a947a21d1f"/>
+       </game>
+       <game name="Gui Yi (Taiwan)">
+               <category>Games</category>
+               <description>Gui Yi (Taiwan)</description>
+               <rom name="Gui Yi (Taiwan).iso" size="7825162240" crc="4859e49f" md5="b5d416c6c7de7854ba73c2b5a43418b4" sha1="2a2d91a23e5e6a4850c07cfa6f822e6365f51726"/>
+       </game>
+       <game name="Ninja Gaiden (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Ninja Gaiden (Japan) (Demo)</description>
+               <rom name="Ninja Gaiden (Japan) (Demo).iso" size="7825162240" crc="9b21e957" md5="c2a43207d8e06c1a85d790ad80a9bffa" sha1="2d6018ff8c0aa7270e7dcbf51e69a9dc9d7b5f78"/>
+       </game>
+       <game name="Sega GT 2002 (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Sega GT 2002 (Japan) (Demo)</description>
+               <rom name="Sega GT 2002 (Japan) (Demo).iso" size="7825162240" crc="c3e442b9" md5="438277e1a223176c4c6ee032858c851c" sha1="e84df46772cf8c993d65113b28af0b62a22b28ea"/>
+       </game>
+       <game name="Blinx - The Time Sweeper (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Blinx - The Time Sweeper (Japan) (Demo)</description>
+               <rom name="Blinx - The Time Sweeper (Japan) (Demo).iso" size="7825162240" crc="1200ba37" md5="32d4325098cb571192990f0cbb31bf6a" sha1="69348999b8173400661006206d791a53a97e589a"/>
+       </game>
+       <game name="Xbox Hardware Refresh Disc (USA)">
+               <category>Applications</category>
+               <description>Xbox Hardware Refresh Disc (USA)</description>
+               <rom name="Xbox Hardware Refresh Disc (USA).iso" size="7825162240" crc="312cfd0f" md5="46a8fa98781954a60f525d4467b36edd" sha1="7e784d345b35031dec87707154eb5e451c58e8c0"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 11 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 11 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 11 (Australia).iso" size="7825162240" crc="71ffe496" md5="f6d00a4238758faf9dae8d958d364727" sha1="8a84d65409366b369d8b7f5b6a1b5cbb085f5962"/>
+       </game>
+       <game name="Breakdown (USA) (Demo)">
+               <category>Demos</category>
+               <description>Breakdown (USA) (Demo)</description>
+               <rom name="Breakdown (USA) (Demo).iso" size="7825162240" crc="5f589952" md5="0e1c1a99c614d9ff2a28a772b9faea41" sha1="10410dbfd65510b7b08f4413c763b3a1f268658e"/>
+       </game>
+       <game name="Shadow Ops - Red Mercury (USA) (Demo)">
+               <category>Demos</category>
+               <description>Shadow Ops - Red Mercury (USA) (Demo)</description>
+               <rom name="Shadow Ops - Red Mercury (USA) (Demo).iso" size="7825162240" crc="c95ebb12" md5="13f3a81a8641058aee9e2ccb37863571" sha1="ae9f6f9d5a148fd46bbbadc44f035a1e579b1a86"/>
+       </game>
+       <game name="SSX on Tour (Europe) (En,Fr,De,Es,Nl,Sv,No,Fi)">
+               <category>Games</category>
+               <description>SSX on Tour (Europe) (En,Fr,De,Es,Nl,Sv,No,Fi)</description>
+               <rom name="SSX on Tour (Europe) (En,Fr,De,Es,Nl,Sv,No,Fi).iso" size="7825162240" crc="c610eedd" md5="73b403d15de74ae8ed8774ce2259940c" sha1="22d1e73cc4402f0bc5a6fc1f0364ecbf46e61822"/>
+       </game>
+       <game name="TimeSplitters 2 (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>TimeSplitters 2 (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="TimeSplitters 2 (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="7825162240" crc="76d9de37" md5="33628ca5e135d994a8c78a9effe8c22a" sha1="71219b3ee2b04cae897b7454d24335725d783461"/>
+       </game>
+       <game name="OutRun 2 (Europe) (Demo)">
+               <category>Demos</category>
+               <description>OutRun 2 (Europe) (Demo)</description>
+               <rom name="OutRun 2 (Europe) (Demo).iso" size="7825162240" crc="560e5223" md5="00322e92fc2296143efa23e3d255e59e" sha1="7a10b907d5594c6e71d7bbab780d4d237dd3a6ad"/>
+       </game>
+       <game name="Xbox Demo Disk Version 13 (Europe)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 13 (Europe)</description>
+               <rom name="Xbox Demo Disk Version 13 (Europe).iso" size="7825162240" crc="8b16c449" md5="6e2af8f2c48afff31ddbeee51ec301e3" sha1="07d7700f0931de143de4bfd265f2b8ea49ac5482"/>
+       </game>
+       <game name="Marvel Nemesis - Rise of the Imperfects (Europe)">
+               <category>Games</category>
+               <description>Marvel Nemesis - Rise of the Imperfects (Europe)</description>
+               <rom name="Marvel Nemesis - Rise of the Imperfects (Europe).iso" size="7825162240" crc="897aa566" md5="74987f884678728720bf68b74ba4147f" sha1="a54b0429e79be522e891d0be71bc9b7581c3bf01"/>
+       </game>
+       <game name="Otogi (Korea)">
+               <category>Games</category>
+               <description>Otogi (Korea)</description>
+               <rom name="Otogi (Korea).iso" size="7825162240" crc="a8f8eca2" md5="900b43c0f3bb5352d9fecfd7bc02c6be" sha1="e228984c3c94d491857ca160d9261a78e44cd681"/>
+       </game>
+       <game name="NBA Live 06 (USA) (Beta) (2005-08-11)">
+               <category>Preproduction</category>
+               <description>NBA Live 06 (USA) (Beta) (2005-08-11)</description>
+               <rom name="NBA Live 06 (USA) (Beta) (2005-08-11).iso" size="3919720448" crc="d9446a23" md5="8aabc8bfdeb475fe655f26e44ec9b109" sha1="ec7723405dae68daf75c68453bdd4eb1429bdd67"/>
+       </game>
+       <game name="Metal Dungeon (Korea)">
+               <category>Games</category>
+               <description>Metal Dungeon (Korea)</description>
+               <rom name="Metal Dungeon (Korea).iso" size="7825162240" crc="22373c0f" md5="125e7ab1b60274c1b99b322514aa715c" sha1="8737c9949aa9d544afba8ba315bdf62e44b4743b"/>
+       </game>
+       <game name="Top Spin (Asia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Top Spin (Asia) (En,Fr,De)</description>
+               <rom name="Top Spin (Asia) (En,Fr,De).iso" size="7825162240" crc="5cb2a99a" md5="3acc235a14de897b52e321145747bd09" sha1="015a7a9c397300a48fe3b90674d94570ed777d0b"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (Asia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (Asia) (En,Fr,De,Es,It)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (Asia) (En,Fr,De,Es,It).iso" size="7825162240" crc="2af62ec8" md5="379c493d9390ae5804ded8bcf41b43b0" sha1="e018ff7b8af138b6ba91bd84bdb2b07769abad81"/>
+       </game>
+       <game name="True Crime - Streets of LA (Japan)">
+               <category>Games</category>
+               <description>True Crime - Streets of LA (Japan)</description>
+               <rom name="True Crime - Streets of LA (Japan).iso" size="7825162240" crc="2803ee39" md5="f96c5ba0e42c7fd1ded21f4f66da2cdc" sha1="b5218745aaa14ce9c0431bc143200379b155a71d"/>
+       </game>
+       <game name="Arx Fatalis (USA, Europe) (Beta) (2003-09-29)">
+               <category>Preproduction</category>
+               <description>Arx Fatalis (USA, Europe) (Beta) (2003-09-29)</description>
+               <rom name="Arx Fatalis (USA, Europe) (Beta) (2003-09-29).iso" size="3919720448" crc="265f1321" md5="55847839a467bf33716b506204be74f3" sha1="84e8ff381c5344176982bc9bbe68429cfa28bd43"/>
+       </game>
+       <game name="AFL Premiership (Australia)">
+               <category>Games</category>
+               <description>AFL Premiership (Australia)</description>
+               <rom name="AFL Premiership (Australia).iso" size="7825162240" crc="4c390b19" md5="ab5ea5654a30ded8df4624ff7ca8a137" sha1="6575ded98f1dee630ebfd53ef14aeffe5ae3a126"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 10 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 10 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 10 (Australia).iso" size="7825162240" crc="97f44082" md5="ead56ca44ce66270bd20379a67649ab6" sha1="36124ba2c6efef238e4f45b761f24f396d6e3284"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 19 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 19 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 19 (Australia).iso" size="7825162240" crc="b45a89f5" md5="7bdb7b94f5ee293534dbd9f8b3a6169b" sha1="21bf3441f912301ea02757ef470e0bcbb287b182"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 51 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 51 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 51 (Australia).iso" size="7825162240" crc="fe70aa87" md5="b1d40f9f1807f871abfc3ed3d0fe47f1" sha1="5da626dc6a1ba1d0b21830ef9e8fd5608b350a86"/>
+       </game>
+       <game name="WWE Raw 2 (Korea)">
+               <category>Games</category>
+               <description>WWE Raw 2 (Korea)</description>
+               <rom name="WWE Raw 2 (Korea).iso" size="7825162240" crc="641c8cf3" md5="cd7210b046fd59f6ee8e119e88b10d80" sha1="5fcfbe46a86860beddd5d59f0516c71aae2b7ff6"/>
+       </game>
+       <game name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 02-2006 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 02-2006 (Germany)</description>
+               <rom name="Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 02-2006 (Germany).iso" size="7825162240" crc="6cbf8dd3" md5="66824ac497b15c572fa3bd8987caface" sha1="f448a2bc60244b9423e131daa1eac0e0c7b7b7a1"/>
+       </game>
+       <game name="BloodRayne 2 (USA) (Demo)">
+               <category>Demos</category>
+               <description>BloodRayne 2 (USA) (Demo)</description>
+               <rom name="BloodRayne 2 (USA) (Demo).iso" size="7825162240" crc="67837a0e" md5="df2cb4591bb6dbda4c106f2b742ee9d6" sha1="f38987fe35cde41407156a773b06e503a81ff75c"/>
+       </game>
+       <game name="Dancing Stage Unleashed (Europe) (Beta) (2003-07-01)">
+               <category>Preproduction</category>
+               <description>Dancing Stage Unleashed (Europe) (Beta) (2003-07-01)</description>
+               <rom name="Dancing Stage Unleashed (Europe) (Beta) (2003-07-01).iso" size="3919411200" crc="5955cb63" md5="951ac564719229288eeb9bf3a32f3ab4" sha1="d9470f190ee109ad394ed2187a5cf009725c70c3"/>
+       </game>
+       <game name="Freedom Fighters (Europe) (Beta) (2003-07-24)">
+               <category>Preproduction</category>
+               <description>Freedom Fighters (Europe) (Beta) (2003-07-24)</description>
+               <rom name="Freedom Fighters (Europe) (Beta) (2003-07-24).iso" size="3919720448" crc="65341d3a" md5="8a19fab98f5f214db66a5c70a9cb4f6f" sha1="ff9c4b6860e20ef09a7b4feb76cf02439857cde5"/>
+       </game>
+       <game name="Sega GT Online (Europe) (Beta) (2003-10-03)">
+               <category>Preproduction</category>
+               <description>Sega GT Online (Europe) (Beta) (2003-10-03)</description>
+               <rom name="Sega GT Online (Europe) (Beta) (2003-10-03).iso" size="3919413248" crc="8345c431" md5="86305f10ac6c388fbb3d2a524ccba9eb" sha1="8ba1d0068cf02bcdc55bcf9d7a098cbe3abe9089"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 12-2002 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 12-2002 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 12-2002 (Germany).iso" size="7825162240" crc="1e9e8989" md5="c33bea77f0ae6d16c1da1a31a29487ef" sha1="13409944df44867ece043a8129e46cf442df2d14"/>
+       </game>
+       <game name="Grand Theft Auto III (Australia)">
+               <category>Games</category>
+               <description>Grand Theft Auto III (Australia)</description>
+               <rom name="Grand Theft Auto III (Australia).iso" size="7825162240" crc="a5bdba0f" md5="391a1b08aed9f1b584c879fee651a521" sha1="6e5e2e61c36039113bafc2c4876fdb52f8da2c44"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (Europe) (Demo)">
+               <category>Demos</category>
+               <description>Tom Clancy's Rainbow Six 3 (Europe) (Demo)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (Europe) (Demo).iso" size="7825162240" crc="5bb7fe52" md5="58e08205e7acd890221d24067f5ea2d9" sha1="6700e9a94e609e87a2370044785e932820472c57"/>
+       </game>
+       <game name="Xbox Demo Disc Version 1.3 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 1.3 (USA)</description>
+               <rom name="Xbox Demo Disc Version 1.3 (USA).iso" size="7825162240" crc="7d2ba726" md5="f125010458c20e22a3fa39552a9b0d8d" sha1="f07752af1041cc763ef0d9ada4b5450041f2e7a0"/>
+       </game>
+       <game name="Halo 2 (USA) (Multiplayer Alpha) (2004-01-15)">
+               <category>Preproduction</category>
+               <description>Halo 2 (USA) (Multiplayer Alpha) (2004-01-15)</description>
+               <rom name="Halo 2 (USA) (Multiplayer Alpha) (2004-01-15).iso" size="7825162240" crc="abc637bb" md5="8a5db11158006bb2a7d6d6485e2d1bac" sha1="42ff8fd8a0a40748fbbbdbc7d820b13310e35b1f"/>
+       </game>
+       <game name="Halo 2 (USA) (Multiplayer Beta) (2004-07-03)">
+               <category>Preproduction</category>
+               <description>Halo 2 (USA) (Multiplayer Beta) (2004-07-03)</description>
+               <rom name="Halo 2 (USA) (Multiplayer Beta) (2004-07-03).iso" size="7825162240" crc="b216bc82" md5="2d72941b9916e6c4cb653a29cd4a7f43" sha1="3db4dcfbb74a8b1406803149379f875eaafbd179"/>
+       </game>
+       <game name="Soulcalibur II (Asia)">
+               <category>Games</category>
+               <description>Soulcalibur II (Asia)</description>
+               <rom name="Soulcalibur II (Asia).iso" size="7825162240" crc="cbdf6b2c" md5="0ee0ea35c4a91b586f10c4af80d53acd" sha1="2c04af3c8c0c66a9ed8f4aead2f68a957bb627d1"/>
+       </game>
+       <game name="Halo - Jeonjaengui Seomak (Korea) (En,Ko)">
+               <category>Games</category>
+               <description>Halo - Jeonjaengui Seomak (Korea) (En,Ko)</description>
+               <rom name="Halo - Jeonjaengui Seomak (Korea) (En,Ko).iso" size="7825162240" crc="fe4a6727" md5="97d632afc66e33e37497d85f180bdfbb" sha1="094a51cd18486dd8d1fca72e2f1e53ef4dd807f1"/>
+       </game>
+       <game name="Tenku - Freestyle Snowboarding (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Tenku - Freestyle Snowboarding (Japan) (Demo)</description>
+               <rom name="Tenku - Freestyle Snowboarding (Japan) (Demo).iso" size="7825162240" crc="3d700c78" md5="c0badef79b20f3947fdcd2f697ce37d1" sha1="c2733fdd5fb86533fd22a1bcde5d816ad8d5a7a0"/>
+       </game>
+       <game name="Xbox Retailer's Demo Disc Vol. 1 (Japan)">
+               <category>Demos</category>
+               <description>Xbox Retailer's Demo Disc Vol. 1 (Japan)</description>
+               <rom name="Xbox Retailer's Demo Disc Vol. 1 (Japan).iso" size="7825162240" crc="4586c320" md5="51284d369731a60fcf23863bf339dea1" sha1="c1380a66aff60a3f824a12cd133430851e930b8e"/>
+       </game>
+       <game name="Gunvalkyrie (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Gunvalkyrie (Japan) (Demo)</description>
+               <rom name="Gunvalkyrie (Japan) (Demo).iso" size="7825162240" crc="10e822a5" md5="6e350801c5ef995656dfef3689639901" sha1="a9e65a95109db34f582a5b0edf57f2f206c802dd"/>
+       </game>
+       <game name="UFC - Ultimate Fighting Championship 2 - Tapout (Japan) (Demo)">
+               <category>Demos</category>
+               <description>UFC - Ultimate Fighting Championship 2 - Tapout (Japan) (Demo)</description>
+               <rom name="UFC - Ultimate Fighting Championship 2 - Tapout (Japan) (Demo).iso" size="7825162240" crc="87860877" md5="b36aae94854f355e6ccfc541ae2767e5" sha1="2ea84f7ba997dd785c38a3ba53925623a3ba7d94"/>
+       </game>
+       <game name="Genma Onimusha (Japan) (Demo 2)">
+               <category>Demos</category>
+               <description>Genma Onimusha (Japan) (Demo 2)</description>
+               <rom name="Genma Onimusha (Japan) (Demo 2).iso" size="7825162240" crc="d362e0c8" md5="007f688466975a7ba89a59b2b27d7ef6" sha1="6b4ae35d05c9f3bbe5d1116dffe050dab2cfe8a4"/>
+       </game>
+       <game name="Double-S.T.E.A.L (Japan) (Demo 2)">
+               <category>Demos</category>
+               <description>Double-S.T.E.A.L (Japan) (Demo 2)</description>
+               <rom name="Double-S.T.E.A.L (Japan) (Demo 2).iso" size="7825162240" crc="967bf061" md5="f656111bd3fed58f550465598b96c3f7" sha1="955828ba4f1c1535be90202b76169d9d976dac52"/>
+       </game>
+       <game name="JSRF - Jet Set Radio Future (Japan) (Demo 2)">
+               <category>Demos</category>
+               <description>JSRF - Jet Set Radio Future (Japan) (Demo 2)</description>
+               <rom name="JSRF - Jet Set Radio Future (Japan) (Demo 2).iso" size="7825162240" crc="aa7190e6" md5="143b116a67e43231c26ee13ebfc69185" sha1="ac0794a39b67644914008ae3b0695d52e421b817"/>
+       </game>
+       <game name="Murakumo (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Murakumo (Japan) (Demo)</description>
+               <rom name="Murakumo (Japan) (Demo).iso" size="7825162240" crc="9c43f481" md5="223d5efd6638cb90995aeef4b78df21b" sha1="789de0d00d1b761fe94c73f5ce847324c9570ce1"/>
+       </game>
+       <game name="Halo Movies (Japan)">
+               <category>Demos</category>
+               <description>Halo Movies (Japan)</description>
+               <rom name="Halo Movies (Japan).iso" size="7825162240" crc="6417d505" md5="2c12f84491229b90460155d5b8709dc8" sha1="41af0e38f6328059bab008ba1ead09bef7a8e645"/>
+       </game>
+       <game name="Xbox Line-up Movies 2002 Summer (Japan)">
+               <category>Demos</category>
+               <description>Xbox Line-up Movies 2002 Summer (Japan)</description>
+               <rom name="Xbox Line-up Movies 2002 Summer (Japan).iso" size="7825162240" crc="8acefcd1" md5="7d2121a5cc5daaea2b390da213eda1ed" sha1="bec2630420fb4fd7c94e5f752a3402557392e18e"/>
+       </game>
+       <game name="Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja) (Pilot Test)">
+               <category>Demos</category>
+               <description>Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja) (Pilot Test)</description>
+               <rom name="Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja) (Pilot Test).iso" size="7825162240" crc="a509bf71" md5="f5819ddfd201c14ea497ecd14455df65" sha1="2e091b8f7a7ebe5c71f71888422bd59c8b45c976"/>
+       </game>
+       <game name="Tekki (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Tekki (Japan) (Demo)</description>
+               <rom name="Tekki (Japan) (Demo).iso" size="7825162240" crc="3e688e25" md5="09007b652eac94e77ccfebc68b10e7ed" sha1="3156ccf06d98ab8607b2ca871a8d30d8a46e93c9"/>
+       </game>
+       <game name="Migong Zhengfuzhe (Asia)">
+               <category>Games</category>
+               <description>Migong Zhengfuzhe (Asia)</description>
+               <rom name="Migong Zhengfuzhe (Asia).iso" size="7825162240" crc="933d8770" md5="727e1cbde8c031d9ff520d7ae96d276b" sha1="ebf700d05611f10c9ba8830a2b1a329b150c1f60"/>
+       </game>
+       <game name="Red Star, The (USA) (Proto) (2004-08-18)">
+               <category>Preproduction</category>
+               <description>Red Star, The (USA) (Proto) (2004-08-18)</description>
+               <rom name="Red Star, The (USA) (Proto) (2004-08-18).iso" size="1245059072" crc="2c7dd2f4" md5="e9d919bb2bcb7473f5bb6705a942480b" sha1="99a5da0f29a7eb6e75924ec3d5ace3293e1818b2"/>
+       </game>
+       <game name="Thief - Deadly Shadows (USA) (Beta) (2004-04-12)">
+               <category>Preproduction</category>
+               <description>Thief - Deadly Shadows (USA) (Beta) (2004-04-12)</description>
+               <rom name="Thief - Deadly Shadows (USA) (Beta) (2004-04-12).iso" size="2400897024" crc="a4a5b10f" md5="c8cbfee7f56a0312ad194b9329063269" sha1="fd8e5520d370b88ed85b770b0b115217ee64a852"/>
+       </game>
+       <game name="Panzer Dragoon Orta (USA) (Beta) (2002-11-14)">
+               <category>Preproduction</category>
+               <description>Panzer Dragoon Orta (USA) (Beta) (2002-11-14)</description>
+               <rom name="Panzer Dragoon Orta (USA) (Beta) (2002-11-14).iso" size="3919413248" crc="9b00af4b" md5="50fd65dd2ae748683a9f44d33987461d" sha1="7b64990cc64aa9685daf65465cec78220c71075e"/>
+       </game>
+       <game name="Medal of Honor - Les Faucons de Guerre (France)">
+               <category>Games</category>
+               <description>Medal of Honor - Les Faucons de Guerre (France)</description>
+               <rom name="Medal of Honor - Les Faucons de Guerre (France).iso" size="7825162240" crc="a63e5d15" md5="7ca92c677d46bc58598ad1de31d32b3c" sha1="42d5516376c1ce45a1f6b275ed97a00c249ac4ec"/>
+       </game>
+       <game name="NBA Live 2002 (France)">
+               <category>Games</category>
+               <description>NBA Live 2002 (France)</description>
+               <rom name="NBA Live 2002 (France).iso" size="7825162240" crc="a8ebe9c7" md5="cf95cd94bb739711bec9c362fbaa2f6f" sha1="5da4e0b86f0fd30d85d63b3fd95db2337b7c608d"/>
+       </game>
+       <game name="Punisher, The (France)">
+               <category>Games</category>
+               <description>Punisher, The (France)</description>
+               <rom name="Punisher, The (France).iso" size="7825162240" crc="a8f9a66b" md5="d5251d077564312762181d763122854f" sha1="19163aebd80c1bc8af716a4e9fd5cbcac6300bed"/>
+       </game>
+       <game name="50 Cent - Bulletproof (France)">
+               <category>Games</category>
+               <description>50 Cent - Bulletproof (France)</description>
+               <rom name="50 Cent - Bulletproof (France).iso" size="7825162240" crc="68abb62c" md5="ee9f1de34d5db30856d6ebfe3e154fd2" sha1="d32757b4de56ac10f56009736a6729f928e85093"/>
+       </game>
+       <game name="Mafia (France)">
+               <category>Games</category>
+               <description>Mafia (France)</description>
+               <rom name="Mafia (France).iso" size="7825162240" crc="b2175d83" md5="763664e20c4e7598ee42a0390c99b91c" sha1="e4e7149aba0ae57c7d203849703b7cffc44683ce"/>
+       </game>
+       <game name="Wakeboarding Unleashed featuring Shaun Murray (France)">
+               <category>Games</category>
+               <description>Wakeboarding Unleashed featuring Shaun Murray (France)</description>
+               <rom name="Wakeboarding Unleashed featuring Shaun Murray (France).iso" size="7825162240" crc="a7cbd914" md5="0856b2ff33068b55431fb44f0d1ef40d" sha1="5c53d35cc8fd0647ee39bb0640d9d3767e19da97"/>
+       </game>
+       <game name="Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Es,It,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Es,It,Nl)</description>
+               <rom name="Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Es,It,Nl).iso" size="7825162240" crc="d9c4d8ec" md5="f257c71f2c1eefb6612b2d5f5b852981" sha1="86e78ea5bdd7da619d9c38be533a8950e2f03e27"/>
+       </game>
+       <game name="Hitman - Blood Money (France)">
+               <category>Games</category>
+               <description>Hitman - Blood Money (France)</description>
+               <rom name="Hitman - Blood Money (France).iso" size="7825162240" crc="00cabacc" md5="c42d5249427933794c3d5eb63cb4126a" sha1="bba46bf264c940f7ff9ccd8c5227310f06d214ef"/>
+       </game>
+       <game name="Gladius (France)">
+               <category>Games</category>
+               <description>Gladius (France)</description>
+               <rom name="Gladius (France).iso" size="7825162240" crc="812b8a73" md5="83745043ec92b63cc1c4c089ba9186cb" sha1="005ef55849ae8bcb6c0e758f200226d2f78f8a65"/>
+       </game>
+       <game name="Superman Returns (France)">
+               <category>Games</category>
+               <description>Superman Returns (France)</description>
+               <rom name="Superman Returns (France).iso" size="7825162240" crc="34003502" md5="2a5829bd5b49c394b66c0de2d6bf9bfa" sha1="129fcfa797fdec2a303a33216cf203e5ee469c8d"/>
+       </game>
+       <game name="Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France)">
+               <category>Games</category>
+               <description>Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France)</description>
+               <rom name="Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France).iso" size="7825162240" crc="2cc77039" md5="73f15ce1ac31a2993ea855194aa67b1f" sha1="6cdb364e7070fa98e3ed26a47e5054331d8953aa"/>
+       </game>
+       <game name="Unreal II - The Awakening (Germany)">
+               <category>Games</category>
+               <description>Unreal II - The Awakening (Germany)</description>
+               <rom name="Unreal II - The Awakening (Germany).iso" size="7825162240" crc="0a27542a" md5="61ec50bf0895faa81759f0fb3ba8e9f7" sha1="25b4cdc2dea93474f12b9bc11ad163fe949ae2aa"/>
+       </game>
+       <game name="Return to Castle Wolfenstein - Tides of War (France)">
+               <category>Games</category>
+               <description>Return to Castle Wolfenstein - Tides of War (France)</description>
+               <rom name="Return to Castle Wolfenstein - Tides of War (France).iso" size="7825162240" crc="4e02c35d" md5="8bbc344115eac3ef6b0b46385489aead" sha1="4294b0e314eec3e8528782e5fc67847ac29cf2bc"/>
+       </game>
+       <game name="New Legends (France)">
+               <category>Games</category>
+               <description>New Legends (France)</description>
+               <rom name="New Legends (France).iso" size="7825162240" crc="8e8eecaf" md5="93040980c28edb22a1e3a11bb1c93f68" sha1="11322636b58f628baf54707fc83e96bd867c8250"/>
+       </game>
+       <game name="Dead or Alive 3 (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Dead or Alive 3 (Japan) (Taikenban)</description>
+               <rom name="Dead or Alive 3 (Japan) (Taikenban).iso" size="7825162240" crc="4f0bcb09" md5="71eea0c4f92e402914a09f8697ef5986" sha1="10f133b3c7465063c161f836066aeb2714b432c5"/>
+       </game>
+       <game name="WWE WrestleMania 21 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>WWE WrestleMania 21 (USA) (Rev 1)</description>
+               <rom name="WWE WrestleMania 21 (USA) (Rev 1).iso" size="7825162240" crc="74b195b8" md5="a21f628203e883add76d887d59225bf1" sha1="c82c9590dba94618eca95419cc8325f63b5f226b"/>
+       </game>
+       <game name="WWE WrestleMania 21 (USA)">
+               <category>Games</category>
+               <description>WWE WrestleMania 21 (USA)</description>
+               <rom name="WWE WrestleMania 21 (USA).iso" size="7825162240" crc="c0b68d5f" md5="9842de5ec25eb864220a1e2a9a689d15" sha1="5e3995b11f74d6e7506bada263ba75a4caeb8f12"/>
+       </game>
+       <game name="Crash Bandicoot - The Wrath of Cortex (Asia)">
+               <category>Games</category>
+               <description>Crash Bandicoot - The Wrath of Cortex (Asia)</description>
+               <rom name="Crash Bandicoot - The Wrath of Cortex (Asia).iso" size="7825162240" crc="77b00e31" md5="ab8473167f9b696ef068ea511cf275dc" sha1="aa3731bbf4ce09bc28429ec570e5795a73038fdf"/>
+       </game>
+       <game name="Grand Theft Auto - San Andreas (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>Grand Theft Auto - San Andreas (Germany) (Rev 1)</description>
+               <rom name="Grand Theft Auto - San Andreas (Germany) (Rev 1).iso" size="7825162240" crc="eb73734c" md5="0741df3be31c11d9371c0e78f58b6490" sha1="a4b4e84108dfe423995b0cbb9fb07e3e4b0ebc70"/>
+       </game>
+       <game name="Spider-Man (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>Spider-Man (Germany) (Rev 1)</description>
+               <rom name="Spider-Man (Germany) (Rev 1).iso" size="7825162240" crc="b5f72a6f" md5="ca67319a908e84f5688785716d64595d" sha1="ce5a16ae82a2f4bf8c0352129dd4c59ce9024d1c"/>
+       </game>
+       <game name="Spider-Man (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>Spider-Man (Europe) (Rev 1)</description>
+               <rom name="Spider-Man (Europe) (Rev 1).iso" size="7825162240" crc="65f62c88" md5="76828e7b94550597833984a3230d4c94" sha1="ed7f0fe8322567cb3fd227d9692ee5587c3f2f9e"/>
+       </game>
+       <game name="Spider-Man (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Spider-Man (USA) (Rev 1)</description>
+               <rom name="Spider-Man (USA) (Rev 1).iso" size="7825162240" crc="88e4b09c" md5="d2aee6b04f873ac50ce5f384a3e3a395" sha1="76587b52cb9e8be9aed8fad8512a198c26bcb2f0"/>
+       </game>
+       <game name="Microsoft Windows Media Center Extender for Xbox (USA)">
+               <category>Applications</category>
+               <description>Microsoft Windows Media Center Extender for Xbox (USA)</description>
+               <rom name="Microsoft Windows Media Center Extender for Xbox (USA).iso" size="7825162240" crc="d8438b68" md5="d6e03d86121d61fa8bf636ddc6bbe994" sha1="e55897ee23d902ffe68ff6e04baf7971fcc1655e"/>
+       </game>
+       <game name="Burnout Revenge (Asia)">
+               <category>Games</category>
+               <description>Burnout Revenge (Asia)</description>
+               <rom name="Burnout Revenge (Asia).iso" size="7825162240" crc="6983998c" md5="d247b7e8926400ce4e6d335e23bf09a3" sha1="ce7d8133bb8228e59ecba7c514db6f8e56ee2d81"/>
+       </game>
+       <game name="Lord of the Rings, The - The Two Towers (Asia) (En,Zh)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Two Towers (Asia) (En,Zh)</description>
+               <rom name="Lord of the Rings, The - The Two Towers (Asia) (En,Zh).iso" size="7825162240" crc="f04a3fa7" md5="64b2ddee85decec64592aeaa0b98ff08" sha1="7a3d35ba79e2e39365957b12a1d8f19c87ac8eff"/>
+       </game>
+       <game name="FIFA 07 (Sweden) (En,Sv)">
+               <category>Games</category>
+               <description>FIFA 07 (Sweden) (En,Sv)</description>
+               <rom name="FIFA 07 (Sweden) (En,Sv).iso" size="7825162240" crc="256cba12" md5="a87a2076bb4e15592e7dab4735722c09" sha1="1930cfa0f090001147ac47a5475d472b70cac4c7"/>
+       </game>
+       <game name="DreamWorks Shark Tale - Hajar som Hajar (Sweden)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale - Hajar som Hajar (Sweden)</description>
+               <rom name="DreamWorks Shark Tale - Hajar som Hajar (Sweden).iso" size="7825162240" crc="3fa162a7" md5="d298838e551b292936a990617abc8aa1" sha1="da9698a4856edb0b38cd9dd293d4b1e47e4b715f"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Disney-Pixar The Incredibles (Scandinavia) (Sv,No,Da,Fi).iso" size="7825162240" crc="d3b62656" md5="72f1d328b72ecbe0619e00c57abe8750" sha1="d7bcf86f4383493528d754a96ab135b8cd8fa549"/>
+       </game>
+       <game name="Psychonauts (USA) (Demo)">
+               <category>Demos</category>
+               <description>Psychonauts (USA) (Demo)</description>
+               <rom name="Psychonauts (USA) (Demo).iso" size="7825162240" crc="06657d6d" md5="0180ab38a8d6535dae29d1716a04e814" sha1="0684be6ce22735707d675acadfd27b456a4fa335"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.2 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.2 (USA)</description>
+               <rom name="Xbox Demo Disc Version 4.2 (USA).iso" size="7825162240" crc="f53372a3" md5="783c2642aec739c31c8e809b2dd8b653" sha1="dc57f3c3245202191aa86be462d3b451343c89cd"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 06-2003 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 06-2003 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 06-2003 (Germany).iso" size="7825162240" crc="ed810f99" md5="e14739ff05da01aedaef876bfc104b0c" sha1="1a515ce248a5eddf4b2c8591bdc1df39fadf8aa1"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 28 (Europe, Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 28 (Europe, Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 28 (Europe, Australia).iso" size="7825162240" crc="06fb28a6" md5="23ff9467b4fde3cb55022d889018f0d8" sha1="b728e62458494c4930f1965d9624c970ae26c892"/>
+       </game>
+       <game name="Tao Feng - Fist of the Lotus (USA) (Demo)">
+               <category>Demos</category>
+               <description>Tao Feng - Fist of the Lotus (USA) (Demo)</description>
+               <rom name="Tao Feng - Fist of the Lotus (USA) (Demo).iso" size="7825162240" crc="7654514c" md5="981cb2c3132db61850cb711d7e89a2c4" sha1="164a2d1e09795586ce3d115a421a62ee857aa8b7"/>
+       </game>
+       <game name="August 2003 External Recovery (Build 5659) (USA)">
+               <category>Applications</category>
+               <description>August 2003 External Recovery (Build 5659) (USA)</description>
+               <rom name="August 2003 External Recovery (Build 5659) (USA).cue" size="114" crc="ac48677f" md5="711e2d1376106d8a30d4008e4d84aea0" sha1="889a0ec74f7a808682afa42d3c695882b32bdcaf"/>
+               <rom name="August 2003 External Recovery (Build 5659) (USA).bin" size="228426240" crc="dcd94e39" md5="dc91d67b066aa038c9439c562cae1edb" sha1="cc84f3f3727c7d2b5be882d99d03226f51631b25"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.2 (USA) (ESRB RP-M)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.2 (USA) (ESRB RP-M)</description>
+               <rom name="Xbox Demo Disc Version 4.2 (USA) (ESRB RP-M).iso" size="7825162240" crc="6cbc9fc0" md5="ab6b45e308ed06dcf059ec768920f1a1" sha1="c7e72e7710fdab3af5c0ae0e2eb09854ca01a14a"/>
+       </game>
+       <game name="Xbox Demo Disc Version 1.2 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 1.2 (USA)</description>
+               <rom name="Xbox Demo Disc Version 1.2 (USA).iso" size="7825162240" crc="d5a45491" md5="2148b83acd0e174088547232dd3fa787" sha1="f7a5306005c82f310ecde58b033c90ae01a51c3f"/>
+       </game>
+       <game name="Grand Theft Auto - Vice City (Australia)">
+               <category>Games</category>
+               <description>Grand Theft Auto - Vice City (Australia)</description>
+               <rom name="Grand Theft Auto - Vice City (Australia).iso" size="7825162240" crc="db3da117" md5="76369bda09e17f017143c2b68c83b384" sha1="9bdc3c72d64facf05e7aeff00939e283d90a2027"/>
+       </game>
+       <game name="Colin McRae Rally 04 (Asia)">
+               <category>Games</category>
+               <description>Colin McRae Rally 04 (Asia)</description>
+               <rom name="Colin McRae Rally 04 (Asia).iso" size="7825162240" crc="13242a24" md5="5fcb9afb770cf81fb1edf0900fdc424b" sha1="2fd1cb134e32c5d58435c9644f863ac91472ba7b"/>
+       </game>
+       <game name="Xbox Demo Disc Version 2.2 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 2.2 (USA)</description>
+               <rom name="Xbox Demo Disc Version 2.2 (USA).iso" size="7825162240" crc="b919db6d" md5="136ffcfd6565d828896e2bc8170d3c9e" sha1="05f527a1e2de117c1bd16626d3febdc52efe95dd"/>
+       </game>
+       <game name="Xbox Demo Disc Version 2.2a (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 2.2a (USA)</description>
+               <rom name="Xbox Demo Disc Version 2.2a (USA).iso" size="7825162240" crc="6afa33aa" md5="4f233a5d82d587ad12ffad82d90f68f3" sha1="f34439c10b9d6f6ebbf19ea892ad5c227b6d2a71"/>
+       </game>
+       <game name="Maximum Chase (Japan) (Demo)">
+               <category>Demos</category>
+               <description>Maximum Chase (Japan) (Demo)</description>
+               <rom name="Maximum Chase (Japan) (Demo).iso" size="7825162240" crc="67532999" md5="ca9babe31a787eee934f76ed7621e470" sha1="7a175bffe64a511f9d8388d16b38866fc45103c0"/>
+       </game>
+       <game name="Xbox Demo Disk Version 1.0 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 1.0 (USA)</description>
+               <rom name="Xbox Demo Disk Version 1.0 (USA).iso" size="7825162240" crc="eecd6ed6" md5="ec2cfcbfa0005ab18efc7e8c239b89d7" sha1="4f284193b61c9a9cbccbad34132e1ad5e07748a8"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Asia)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Asia)</description>
+               <rom name="Medal of Honor - Rising Sun (Asia).iso" size="7825162240" crc="f01d6663" md5="81dd14a3ae82cad90261046dd912e3e1" sha1="49a022de5bb3f1e11479f6dedf9e45736d7d777c"/>
+       </game>
+       <game name="Phantasy Star Online - Episode I &amp; II (Japan) (Beta)">
+               <category>Preproduction</category>
+               <description>Phantasy Star Online - Episode I &amp; II (Japan) (Beta)</description>
+               <rom name="Phantasy Star Online - Episode I &amp; II (Japan) (Beta).iso" size="7825162240" crc="83a46db2" md5="92ab66646eba629c3e4edff1e45e99bd" sha1="f4cab1c1ec4a3e01287eca2ca07a130f78f7ba13"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2002 (Germany)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 08-2002 (Germany)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 08-2002 (Germany).iso" size="7825162240" crc="004fa22d" md5="3e6eae27819c03d380946eb18d690f5f" sha1="f5956569b55c2f03df1cd2f12f6bdab5c4a7b77a"/>
+       </game>
+       <game name="FIFA 06 (Europe) (Demo)">
+               <category>Demos</category>
+               <description>FIFA 06 (Europe) (Demo)</description>
+               <rom name="FIFA 06 (Europe) (Demo).iso" size="7825162240" crc="8e7b8fac" md5="d6a644fa2981d3698c93424c4a09e99f" sha1="6a1bf453ea81132e6bd270febac101f08fa9ee33"/>
+       </game>
+       <game name="Xbox Demo Disc Version 3.5 (USA) (ESRB RP-M)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 3.5 (USA) (ESRB RP-M)</description>
+               <rom name="Xbox Demo Disc Version 3.5 (USA) (ESRB RP-M).iso" size="7825162240" crc="0b23d334" md5="5422e3fa6e7c85d84bc27dbc1ea0b07b" sha1="23d0363f1f3ee12e6d19fbea3ec18243f5b6d1af"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.1 (USA) (ESRB RP-M)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.1 (USA) (ESRB RP-M)</description>
+               <rom name="Xbox Demo Disc Version 4.1 (USA) (ESRB RP-M).iso" size="7825162240" crc="3e290cb9" md5="74bf6dc77c048f8183f7df7adf550c30" sha1="a5558dc0e1c0f85e6e548d6b4ee6dd029f463903"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 54 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 54 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 54 (Australia).iso" size="7825162240" crc="9c71fa61" md5="ce8427bdf6864e082b85e2d234282545" sha1="b97f91728736c4c6c980ac125ca172162015ef92"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.3 (USA) (ESRB RP-M)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.3 (USA) (ESRB RP-M)</description>
+               <rom name="Xbox Demo Disc Version 4.3 (USA) (ESRB RP-M).iso" size="7825162240" crc="da743a60" md5="204d22e906c1f7c627036c9445c885cf" sha1="bdd2d24e4cc9479a24a82f960c98110519fcab81"/>
+       </game>
+       <game name="Official Xbox Magazine Game Disc 46 (Australia)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Magazine Game Disc 46 (Australia)</description>
+               <rom name="Official Xbox Magazine Game Disc 46 (Australia).iso" size="7825162240" crc="864d2502" md5="4e1087814e3a1016367156eff1320c3b" sha1="fbf469996c3fa0c9325220c3635d312c26dba81f"/>
+       </game>
+       <game name="Offizielle Xbox-Magazin, Das - Cover-DVD 04-2003 (Germany) (En,De)">
+               <category>Coverdiscs</category>
+               <description>Offizielle Xbox-Magazin, Das - Cover-DVD 04-2003 (Germany) (En,De)</description>
+               <rom name="Offizielle Xbox-Magazin, Das - Cover-DVD 04-2003 (Germany) (En,De).iso" size="7825162240" crc="130c74ef" md5="028b753faeda7516f07b0bf1c1cd5113" sha1="20e5bfe05acbbfe1200bea70ebdcb3b582519cbe"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.3 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.3 (USA)</description>
+               <rom name="Xbox Demo Disc Version 4.3 (USA).iso" size="7825162240" crc="29bfd7e0" md5="d81ad0f8fb0e4b10647016f3e43124e4" sha1="c3073b34419f63be11c194a997a321258422a24a"/>
+       </game>
+       <game name="Xbox Demo Disk Version 2.0 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 2.0 (USA)</description>
+               <rom name="Xbox Demo Disk Version 2.0 (USA).iso" size="7825162240" crc="9f1683da" md5="41d339b738a54e2575241d9f8c760680" sha1="2e308c56dc8b9363fc4014df297f46f266375381"/>
+       </game>
+       <game name="Xbox Demo Disk Version 2.0 (USA) (GameStop)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 2.0 (USA) (GameStop)</description>
+               <rom name="Xbox Demo Disk Version 2.0 (USA) (GameStop).iso" size="7825162240" crc="b2461fcf" md5="76263f1670f7f8cb27d144d278123341" sha1="05fa2e107d11c2fa0f148612accc7da2e7a4d2cf"/>
+       </game>
+       <game name="Re-Volt (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2002-08-06)">
+               <category>Preproduction</category>
+               <description>Re-Volt (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2002-08-06)</description>
+               <rom name="Re-Volt (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2002-08-06).iso" size="7825162240" crc="0cbefeaa" md5="05795e6ab95b01c3b85012045bad4a4d" sha1="f876eaa6e5f36e58ed99bfeca73d471b6867c54e"/>
+       </game>
+       <game name="Lamborghini (Europe) (En,Fr,De,Es,It) (Beta) (2002-12-10)">
+               <category>Preproduction</category>
+               <description>Lamborghini (Europe) (En,Fr,De,Es,It) (Beta) (2002-12-10)</description>
+               <rom name="Lamborghini (Europe) (En,Fr,De,Es,It) (Beta) (2002-12-10).iso" size="7825162240" crc="e181194a" md5="95c9d978faaa6a0b51258d1d1d5c15ee" sha1="532ff20afef9025acb45246196db08da674fcfbd"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Korea)">
+               <category>Games</category>
+               <description>Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Korea)</description>
+               <rom name="Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Korea).iso" size="7825162240" crc="b7c8071d" md5="474c60ffd743d5366870922ea2c8c773" sha1="24bc0cde1309d952d4dff68e26d096536539f54b"/>
+       </game>
+       <game name="Fable (Asia) (En,Zh,Ko)">
+               <category>Games</category>
+               <description>Fable (Asia) (En,Zh,Ko)</description>
+               <rom name="Fable (Asia) (En,Zh,Ko).iso" size="7825162240" crc="49e0bd83" md5="181f104ddf4eb56794ab145919e56a27" sha1="5e2968a406ca68aa900233493e88b05789ea402d"/>
+       </game>
+       <game name="Gladiator - Sword of Vengeance (Korea) (En,Ko)">
+               <category>Games</category>
+               <description>Gladiator - Sword of Vengeance (Korea) (En,Ko)</description>
+               <rom name="Gladiator - Sword of Vengeance (Korea) (En,Ko).iso" size="7825162240" crc="08db2b53" md5="56a60cac3d474e19d30c7cca46bc3804" sha1="8e361f1fe419a167972fabf8b20b80a23f1a1137"/>
+       </game>
+       <game name="Harry Potter - Quidditch World Cup (Asia) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Harry Potter - Quidditch World Cup (Asia) (En,Fr,Es)</description>
+               <rom name="Harry Potter - Quidditch World Cup (Asia) (En,Fr,Es).iso" size="7825162240" crc="f401337a" md5="a62ef8d9740c3c584e2964ce77abc06e" sha1="369402c1f32717495f12ae01a8787f1afeb6d156"/>
+       </game>
+       <game name="Loons - The Fight for Fame (Korea)">
+               <category>Games</category>
+               <description>Loons - The Fight for Fame (Korea)</description>
+               <rom name="Loons - The Fight for Fame (Korea).iso" size="7825162240" crc="8113cb04" md5="6b9a1d54596d4995dbaf0605e83b86a1" sha1="860968c76a854812565046004003b78f0fdadd74"/>
+       </game>
+       <game name="Magic - The Gathering - Battlegrounds (Asia) (En,Zh,Ko)">
+               <category>Games</category>
+               <description>Magic - The Gathering - Battlegrounds (Asia) (En,Zh,Ko)</description>
+               <rom name="Magic - The Gathering - Battlegrounds (Asia) (En,Zh,Ko).iso" size="7825162240" crc="566e887a" md5="a261c85a0a7850d5c3246d067485b52c" sha1="cfaadc1a17a36b0b6235eca0253d707b604ee032"/>
+       </game>
+       <game name="Disney-Pixar Nemo-reul Chajaseo (Korea)">
+               <category>Games</category>
+               <description>Disney-Pixar Nemo-reul Chajaseo (Korea)</description>
+               <rom name="Disney-Pixar Nemo-reul Chajaseo (Korea).iso" size="7825162240" crc="78da0870" md5="88731b7e25472a74636cc08bf776ab0f" sha1="0dfa804f6e5ff5e3ff1c624fa76e0ad3bbce59ee"/>
+       </game>
+       <game name="Playboy - The Mansion (Asia)">
+               <category>Games</category>
+               <description>Playboy - The Mansion (Asia)</description>
+               <rom name="Playboy - The Mansion (Asia).iso" size="7825162240" crc="7a772d09" md5="e8cd07a9501f326471da598db9f71036" sha1="bbab1b896251731050ea68beafb7147303069403"/>
+       </game>
+       <game name="Star Wars - Knights of the Old Republic (Korea)">
+               <category>Games</category>
+               <description>Star Wars - Knights of the Old Republic (Korea)</description>
+               <rom name="Star Wars - Knights of the Old Republic (Korea).iso" size="7825162240" crc="060edb9e" md5="d3b392992b47640868ee0e1f14503088" sha1="4c9fd18865b5db6d1a1779e85cbcac2f6dfa7109"/>
+       </game>
+       <game name="Zapper (Asia)">
+               <category>Games</category>
+               <description>Zapper (Asia)</description>
+               <rom name="Zapper (Asia).iso" size="7825162240" crc="3528600d" md5="57bce1e73211d85369a40fa25b651a2c" sha1="cc42bf9c07396f43f1c1395c5ae11e1a5dc9b440"/>
+       </game>
+       <game name="Braveknight - Leverant Yeongungjeon (Korea)">
+               <category>Games</category>
+               <description>Braveknight - Leverant Yeongungjeon (Korea)</description>
+               <rom name="Braveknight - Leverant Yeongungjeon (Korea).iso" size="7825162240" crc="3fb15637" md5="54eff270b8348f0e2e32cc3f59da110a" sha1="1875c6eecaf465d370f4b626b289949c0b06ab5f"/>
+       </game>
+       <game name="Blinx - The Time Sweeper (USA) (En,Ja) (Rev 1)">
+               <category>Games</category>
+               <description>Blinx - The Time Sweeper (USA) (En,Ja) (Rev 1)</description>
+               <rom name="Blinx - The Time Sweeper (USA) (En,Ja) (Rev 1).iso" size="7825162240" crc="bb4bd681" md5="76fdf4df4d9d09c55d2efc63933455f1" sha1="c24cd17b4666e0024a43b41654dfa7549719d752"/>
+       </game>
+       <game name="Enter the Matrix (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Enter the Matrix (USA) (Rev 1)</description>
+               <rom name="Enter the Matrix (USA) (Rev 1).iso" size="7825162240" crc="3820fa21" md5="a7910cf59a875ce92ca6216b5d21f6ee" sha1="d9765a459adabab846f51e9ff8d81550a290bbff"/>
+       </game>
+       <game name="Madden NFL 2004 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Madden NFL 2004 (USA) (Rev 1)</description>
+               <rom name="Madden NFL 2004 (USA) (Rev 1).iso" size="7825162240" crc="31a8058a" md5="8b3c49d4e3699e496fc6f0ce8fb4185a" sha1="e46959dffd0159f74df646194d07a9b6296f4daf"/>
+       </game>
+       <game name="NFL Fever 2003 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>NFL Fever 2003 (USA) (Rev 1)</description>
+               <rom name="NFL Fever 2003 (USA) (Rev 1).iso" size="7825162240" crc="b42e14ec" md5="a948e8d2d095da59dbd302d2ddde90ff" sha1="679c927fca5b2150d47cbec0f00dc3c47cacf7a9"/>
+       </game>
+       <game name="RalliSport Challenge (USA) (Rev 1)">
+               <category>Games</category>
+               <description>RalliSport Challenge (USA) (Rev 1)</description>
+               <rom name="RalliSport Challenge (USA) (Rev 1).iso" size="7825162240" crc="39bf67b1" md5="0855f63b7bc6210b092d5b34c2f95d90" sha1="8165c5deac4be65fe913e1c4da0a7474f95aa1a4"/>
+       </game>
+       <game name="Xbox-ism - Spring 2003 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - Spring 2003 (Japan)</description>
+               <rom name="Xbox-ism - Spring 2003 (Japan).iso" size="7825162240" crc="d07f6108" md5="760ee96ec60e579384f2a97ccf35dfa3" sha1="55382ff18cc6819f70b88272a42b7f50df50c027"/>
+       </game>
+       <game name="Incredible Hulk, The - Ultimate Destruction (USA) (Demo)">
+               <category>Demos</category>
+               <description>Incredible Hulk, The - Ultimate Destruction (USA) (Demo)</description>
+               <rom name="Incredible Hulk, The - Ultimate Destruction (USA) (Demo).iso" size="7825162240" crc="034afe53" md5="78d544f436d4c5f4685013aac287b0c7" sha1="272943ca420ce89967f1c7348d165dadf065781a"/>
+       </game>
+       <game name="Combat Elite - WWII Paratroopers (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Combat Elite - WWII Paratroopers (USA) (Beta)</description>
+               <rom name="Combat Elite - WWII Paratroopers (USA) (Beta).iso" size="3919740928" crc="b0d4432d" md5="ae32825649fb172311699b2960b5d70a" sha1="5e413e680c8cb9c5094f054df477e7c1bcaf563d"/>
+       </game>
+       <game name="Painkiller - Hell Wars (USA) (Beta) (2005-10-18)">
+               <category>Preproduction</category>
+               <description>Painkiller - Hell Wars (USA) (Beta) (2005-10-18)</description>
+               <rom name="Painkiller - Hell Wars (USA) (Beta) (2005-10-18).iso" size="3919740928" crc="3f99c722" md5="c6ee5ff34bc4eb95eb547f97e7f76dd7" sha1="4926cc879b43f4cba03ff31a837f3499b8dd6938"/>
+       </game>
+       <game name="Rayman 3 - Hoodlum Havoc (Korea)">
+               <category>Games</category>
+               <description>Rayman 3 - Hoodlum Havoc (Korea)</description>
+               <rom name="Rayman 3 - Hoodlum Havoc (Korea).iso" size="7825162240" crc="516cffc4" md5="b22f18565daa3cdbfb630d47bc1015e4" sha1="77f1b24e3b8d05bd238f00d9795d55529cc8d907"/>
+       </game>
+       <game name="Shrek 2 (Sweden) (En,Sv)">
+               <category>Games</category>
+               <description>Shrek 2 (Sweden) (En,Sv)</description>
+               <rom name="Shrek 2 (Sweden) (En,Sv).iso" size="7825162240" crc="a87ebe03" md5="6ddcb2431f365a84c828c557c8e8119b" sha1="f2fe41cb7fac31e2324dc6279bbc38c300b01be7"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (USA)</description>
+               <rom name="Need for Speed - Most Wanted (USA).iso" size="7825162240" crc="b5ff600b" md5="2ea6e23a0525e9555a7c36c0992e01b4" sha1="354b80d72df18c0e924725a5fbf30ff0668ff6cd"/>
+       </game>
+       <game name="LEGO Super Soccer Adventure (Europe) (Proto)">
+               <category>Preproduction</category>
+               <description>LEGO Super Soccer Adventure (Europe) (Proto)</description>
+               <rom name="LEGO Super Soccer Adventure (Europe) (Proto).iso" size="178716672" crc="46ea4f80" md5="56d616c6a2fdd112fbd2e4bcc13f76c2" sha1="9bc41f3327994cd7338aaa8a204e38bca411e482"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.6 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.6 (USA)</description>
+               <rom name="Xbox Demo Disc Version 4.6 (USA).iso" size="7825162240" crc="34a0241d" md5="f48597a14850fcb4d364a566f4f76d20" sha1="7a060f0175ac0bf561da94d4deebc5bf2a1e1ef9"/>
+       </game>
+       <game name="Microsoft Windows Media Center Extender for Xbox v1.01 (USA)">
+               <category>Applications</category>
+               <description>Microsoft Windows Media Center Extender for Xbox v1.01 (USA)</description>
+               <rom name="Microsoft Windows Media Center Extender for Xbox v1.01 (USA).iso" size="7825162240" crc="9c56d246" md5="7a4a5c7e7081815206865002cc4fa1c4" sha1="d84774efdc4c25052c6e5ee7019e52e97fba8896"/>
+       </game>
+       <game name="Xbox 360 - Den Officiella Xbox-Tidningen Nr 1 - April 06 (Sweden)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Den Officiella Xbox-Tidningen Nr 1 - April 06 (Sweden)</description>
+               <rom name="Xbox 360 - Den Officiella Xbox-Tidningen Nr 1 - April 06 (Sweden).iso" size="7825162240" crc="60ac02bf" md5="e53bc5baf351a27269eea7617e0b71ea" sha1="38df8595007b5f2bfbd5f6370d835428f36c1a08"/>
+       </game>
+       <game name="Xbox 360 - Den Officiella Xbox-Tidningen Nr 2 - Juni 06 (Sweden)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Den Officiella Xbox-Tidningen Nr 2 - Juni 06 (Sweden)</description>
+               <rom name="Xbox 360 - Den Officiella Xbox-Tidningen Nr 2 - Juni 06 (Sweden).iso" size="7825162240" crc="4f7637ce" md5="b971b2b0c1a0d06d52c8d730113610d3" sha1="58b93a9c985b52e37c8fa4d06c6d88daa8445b79"/>
+       </game>
+       <game name="Test Equipment Boot Loader Utility (USA)">
+               <category>Applications</category>
+               <description>Test Equipment Boot Loader Utility (USA)</description>
+               <rom name="Test Equipment Boot Loader Utility (USA).iso" size="7838154752" crc="fe346108" md5="775ed79537726fdf698d50e3949b14d4" sha1="726c2e073b77c032cfb5e7139a990ef202caa6b6"/>
+       </game>
+       <game name="NBA 2K3 (Europe) (Beta) (2002-08-26)">
+               <category>Preproduction</category>
+               <description>NBA 2K3 (Europe) (Beta) (2002-08-26)</description>
+               <rom name="NBA 2K3 (Europe) (Beta) (2002-08-26).iso" size="2148794368" crc="646f301f" md5="6f2b81ad7437d9c0e1d7d2211abdf9f3" sha1="1602cd7a9f574441db8eb5a49f99e75b4b186833"/>
+       </game>
+       <game name="Official Xbox 50 Best Games, The (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox 50 Best Games, The (UK)</description>
+               <rom name="Official Xbox 50 Best Games, The (UK).iso" size="7825162240" crc="293fae9d" md5="5b003eb75669e1081e896cce59e168a7" sha1="6975a437e6c4aca61773c650fc9b730a60ac0b0c"/>
+       </game>
+       <game name="AFL Live Premiership Edition (Australia) (Rerelease)">
+               <category>Games</category>
+               <description>AFL Live Premiership Edition (Australia) (Rerelease)</description>
+               <rom name="AFL Live Premiership Edition (Australia) (Rerelease).iso" size="7825162240" crc="f7e0bbd5" md5="50b784cb60d73762b090c920ff3f7d38" sha1="99f951b6fe84543b08592a6b40634d18e7b5e884"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Europe) (Demo)">
+               <category>Demos</category>
+               <description>Tom Clancy's Splinter Cell (Europe) (Demo)</description>
+               <rom name="Tom Clancy's Splinter Cell (Europe) (Demo).iso" size="7825162240" crc="c48d7357" md5="3907ec0506718741558877cc110047b2" sha1="f6e8c348c673f281bf162789a56e9fbf1f0fc111"/>
+       </game>
+       <game name="Re-Volt (Japan) (En,Ja,Fr,De,Es,It) (Beta)">
+               <category>Preproduction</category>
+               <description>Re-Volt (Japan) (En,Ja,Fr,De,Es,It) (Beta)</description>
+               <rom name="Re-Volt (Japan) (En,Ja,Fr,De,Es,It) (Beta).iso" size="7825162240" crc="df0fbdab" md5="0322ec9624afd6c2f753b2e818c7771b" sha1="bddbe73b4a4bf423f513ccea6c477f28a97ec60f"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance II (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Baldur's Gate - Dark Alliance II (USA) (Beta)</description>
+               <rom name="Baldur's Gate - Dark Alliance II (USA) (Beta).iso" size="3919413248" crc="0e6bfb2b" md5="afa270289ae147bf817a10b671283c6a" sha1="21a8f92263c3e838f710caad7402b36f4beaa7a9"/>
+       </game>
+       <game name="FlatOut (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>FlatOut (USA) (Beta)</description>
+               <rom name="FlatOut (USA) (Beta).iso" size="1383624704" crc="569779b0" md5="ea1080b6cbe3c1566975979dc8e9daba" sha1="ce28b0bdde43eb71c2b28f308efc8a7a534b8a18"/>
+       </game>
+       <game name="Spartan - Total Warrior (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Spartan - Total Warrior (USA) (Beta)</description>
+               <rom name="Spartan - Total Warrior (USA) (Beta).iso" size="3919413248" crc="3cdacd4d" md5="07f26b901983c449fafba446e71d5bb5" sha1="a0f470bee3ec36d6a621e8148807af848b70414a"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger - Night of the Quinkan (USA) (Beta) (2005-08-03)">
+               <category>Preproduction</category>
+               <description>Ty the Tasmanian Tiger - Night of the Quinkan (USA) (Beta) (2005-08-03)</description>
+               <rom name="Ty the Tasmanian Tiger - Night of the Quinkan (USA) (Beta) (2005-08-03).iso" size="3919740928" crc="e0cf9a9c" md5="f4fa673abd4aedb6e2bb11e59536830e" sha1="76ef9d47b805473e2b292b630bf0a52e34cfade6"/>
+       </game>
+       <game name="Rogue Ops (USA) (Beta) (2003-08-08)">
+               <category>Preproduction</category>
+               <description>Rogue Ops (USA) (Beta) (2003-08-08)</description>
+               <rom name="Rogue Ops (USA) (Beta) (2003-08-08).iso" size="1094090752" crc="829a07dc" md5="6fd8cece70f47fc2f152ce29b840ec6d" sha1="12da1ac54be5a29b58ab685b6bcc0874f306d715"/>
+       </game>
+       <game name="I-Ninja (USA) (Beta) (2003-10-05)">
+               <category>Preproduction</category>
+               <description>I-Ninja (USA) (Beta) (2003-10-05)</description>
+               <rom name="I-Ninja (USA) (Beta) (2003-10-05).iso" size="1130088448" crc="424b60a5" md5="b5ee216420cb0de7e67f79c888584f1a" sha1="a9b327dfd82b98619921c04dacfe54b33f3bd2b8"/>
+       </game>
+       <game name="Psi-Ops - The Mindgate Conspiracy (USA) (Beta) (2004-03-07)">
+               <category>Preproduction</category>
+               <description>Psi-Ops - The Mindgate Conspiracy (USA) (Beta) (2004-03-07)</description>
+               <rom name="Psi-Ops - The Mindgate Conspiracy (USA) (Beta) (2004-03-07).iso" size="268951552" crc="d28a4639" md5="a9c4c6bd9a8bbaab79b94005b823533b" sha1="1bdfd52fcf543d4a3c7631f57e833022f7a65c24"/>
+       </game>
+       <game name="WarPath (USA) (Beta) (2005-12-13)">
+               <category>Preproduction</category>
+               <description>WarPath (USA) (Beta) (2005-12-13)</description>
+               <rom name="WarPath (USA) (Beta) (2005-12-13).iso" size="3919740928" crc="e6f30a4b" md5="a370690f40db694149395f75b85dec02" sha1="2e17c369d3f2b06347eb574a3ec75d660570fce1"/>
+       </game>
+       <game name="Chicago Enforcer (USA) (Beta) (2004-11-08)">
+               <category>Preproduction</category>
+               <description>Chicago Enforcer (USA) (Beta) (2004-11-08)</description>
+               <rom name="Chicago Enforcer (USA) (Beta) (2004-11-08).iso" size="3919413248" crc="0a72bc04" md5="9f0ffcb57f4f79e94e8aef7a390a93b1" sha1="d50ccbac343b0fe05eac097db992968a820ad43d"/>
+       </game>
+       <game name="Yager (USA) (Beta) (2004-06-08)">
+               <category>Preproduction</category>
+               <description>Yager (USA) (Beta) (2004-06-08)</description>
+               <rom name="Yager (USA) (Beta) (2004-06-08).iso" size="3919413248" crc="44b270f0" md5="761bed17b76aac46b87b4e5a1d09e9aa" sha1="e157b5eddb6bead9e9360b8bde0a1f29f5ce174b"/>
+       </game>
+       <game name="Worms 4 - Mayhem (USA) (Beta) (2005-08-08)">
+               <category>Preproduction</category>
+               <description>Worms 4 - Mayhem (USA) (Beta) (2005-08-08)</description>
+               <rom name="Worms 4 - Mayhem (USA) (Beta) (2005-08-08).iso" size="3919413248" crc="7666c70a" md5="e10c996886c9f4413640c6050720fa07" sha1="17b791ca2edf301e78c991cbcb013c84268f4a01"/>
+       </game>
+       <game name="Evil Dead - Regeneration (USA) (Beta) (2005-08-11)">
+               <category>Preproduction</category>
+               <description>Evil Dead - Regeneration (USA) (Beta) (2005-08-11)</description>
+               <rom name="Evil Dead - Regeneration (USA) (Beta) (2005-08-11).iso" size="3919413248" crc="c8f49283" md5="53292e4ff940807996ef5c78cb465bee" sha1="49698a818eedeac46c7f3c66db3dd11544924e6d"/>
+       </game>
+       <game name="Xyanide (Europe) (Beta) (2005-09-09)">
+               <category>Preproduction</category>
+               <description>Xyanide (Europe) (Beta) (2005-09-09)</description>
+               <rom name="Xyanide (Europe) (Beta) (2005-09-09).iso" size="3919740928" crc="2838dbc9" md5="3beecc9341442b143da3f535e9ce9c47" sha1="e3390f2e555e6d8c536331597359d7ff1b49c0ea"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (USA) (Beta) (2003-05-02)">
+               <category>Preproduction</category>
+               <description>Metal Arms - Glitch in the System (USA) (Beta) (2003-05-02)</description>
+               <rom name="Metal Arms - Glitch in the System (USA) (Beta) (2003-05-02).iso" size="227790848" crc="874114b5" md5="40959cb9b9b4b5e56313f03160bc8949" sha1="ba6b713df8bb57a054b66fb5020b133c632f9408"/>
+       </game>
+       <game name="Shrek 2 (UK) (Rev 1)">
+               <category>Games</category>
+               <description>Shrek 2 (UK) (Rev 1)</description>
+               <rom name="Shrek 2 (UK) (Rev 1).iso" size="7825162240" crc="12007ee7" md5="fccf4ed7293eae18baf779e520bc45e7" sha1="6d9195b78f85d46eec0dac224777afd0cf970ece"/>
+       </game>
+       <game name="New Legends (USA) (Demo)">
+               <category>Demos</category>
+               <description>New Legends (USA) (Demo)</description>
+               <rom name="New Legends (USA) (Demo).iso" size="7825162240" crc="27bfaf0a" md5="e5a3495d077daf55a8a94b3426e3b011" sha1="2d77a45fbee91c6bc26847b1722036cf51176820"/>
+       </game>
+       <game name="Xbox Demo Disc Version 2.5 (USA)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 2.5 (USA)</description>
+               <rom name="Xbox Demo Disc Version 2.5 (USA).iso" size="7825162240" crc="b84fe808" md5="bf6f592ad8d0e02d8f24854f99073d1c" sha1="99fecb1348563d37dc491ad3586bd0fb22f2ab6b"/>
+       </game>
+       <game name="AirForce Delta Storm (USA)">
+               <category>Games</category>
+               <description>AirForce Delta Storm (USA)</description>
+               <rom name="AirForce Delta Storm (USA).iso" size="7825162240" crc="21abcad9" md5="3db80b76e5db5facb92e181ff4b1cd64" sha1="de39287b2470e94d2039e416cd15ba347a5e5c15"/>
+       </game>
+       <game name="Xbox-ism - New Year 2003 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - New Year 2003 (Japan)</description>
+               <rom name="Xbox-ism - New Year 2003 (Japan).iso" size="7825162240" crc="a2f4ebbf" md5="00ee3a4fdc0029f33b16e6ba7fcbfebe" sha1="3bfa0b91120b2405e5d0e1240268b999525de4fd"/>
+       </game>
+       <game name="Fatal Frame - Zero (Asia)">
+               <category>Games</category>
+               <description>Fatal Frame - Zero (Asia)</description>
+               <rom name="Fatal Frame - Zero (Asia).iso" size="7825162240" crc="97a38301" md5="e2a1574b8178ba0a531d3918a8a533c5" sha1="ae4fc19fb947d016ba7c953eb37a689900aedc86"/>
+       </game>
+       <game name="Halo 2 (Korea) (En,Ja,Fr,De,Es,It,Zh,Ko)">
+               <category>Games</category>
+               <description>Halo 2 (Korea) (En,Ja,Fr,De,Es,It,Zh,Ko)</description>
+               <rom name="Halo 2 (Korea) (En,Ja,Fr,De,Es,It,Zh,Ko).iso" size="7825162240" crc="99624dbc" md5="14967dc5477568ea7d0a3c737e5583e9" sha1="bac94c62db093eb1ace2a688161defd0c535b237"/>
+       </game>
+       <game name="Official Xbox Live Disc, The (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Live Disc, The (UK)</description>
+               <rom name="Official Xbox Live Disc, The (UK).iso" size="7825162240" crc="d722be08" md5="f9c71494cdd57948186744ef9c210ec7" sha1="9c1d2894b8c640faa9b3f31628751d6148dec1bb"/>
+       </game>
+       <game name="Official Xbox Playable Cheats, The (Europe)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Playable Cheats, The (Europe)</description>
+               <rom name="Official Xbox Playable Cheats, The (Europe).iso" size="7825162240" crc="1cb40d67" md5="def3e67560b71e059cb95e7c8e457cb4" sha1="e4b051d1bfb11f6841010ee5aa87f316f12125d2"/>
+       </game>
+       <game name="Crash Tag Team Racing (USA) (Beta) (2005-06-29)">
+               <category>Preproduction</category>
+               <description>Crash Tag Team Racing (USA) (Beta) (2005-06-29)</description>
+               <rom name="Crash Tag Team Racing (USA) (Beta) (2005-06-29).iso" size="3845947392" crc="e84db886" md5="bc193ed956f1d41f7792dcc7060e62d4" sha1="1b1363e934e236ca293009f11d73b7b2b766aa5b"/>
+       </game>
+       <game name="007 - Everything or Nothing (Asia)">
+               <category>Games</category>
+               <description>007 - Everything or Nothing (Asia)</description>
+               <rom name="007 - Everything or Nothing (Asia).iso" size="7825162240" crc="31a913c5" md5="0b4140d576a95f9e9b8785db8e0f0b7a" sha1="306777161312f9896398b43e305280aa2c66ba4d"/>
+       </game>
+       <game name="007 - From Russia with Love (Asia)">
+               <category>Games</category>
+               <description>007 - From Russia with Love (Asia)</description>
+               <rom name="007 - From Russia with Love (Asia).iso" size="7825162240" crc="f4a1346b" md5="d7e3565c7d464788efb4687f1a746843" sha1="2bce720dcc7f06fd884d603c1d74a742146e24e2"/>
+       </game>
+       <game name="Sega GT 2002 &amp; JSRF - Jet Set Radio Future (Asia) (En,Ja)">
+               <category>Games</category>
+               <description>Sega GT 2002 &amp; JSRF - Jet Set Radio Future (Asia) (En,Ja)</description>
+               <rom name="Sega GT 2002 &amp; JSRF - Jet Set Radio Future (Asia) (En,Ja).iso" size="7825162240" crc="d0f583c1" md5="995ae5511c882814f6e16dc7261fac9c" sha1="bf59a763a0486889d1a7c030f352fb72292679e7"/>
+       </game>
+       <game name="OutRun 2 (Europe) (En,Fr,De,Es,It) (Beta)">
+               <category>Preproduction</category>
+               <description>OutRun 2 (Europe) (En,Fr,De,Es,It) (Beta)</description>
+               <rom name="OutRun 2 (Europe) (En,Fr,De,Es,It) (Beta).iso" size="3919413248" crc="101ed308" md5="9a0e4851bb05422c86b316f9b090533a" sha1="63c9734748f98ee49560eedb17c5da6fd5e69977"/>
+       </game>
+       <game name="SSX on Tour (Asia)">
+               <category>Games</category>
+               <description>SSX on Tour (Asia)</description>
+               <rom name="SSX on Tour (Asia).iso" size="7825162240" crc="5fd35ca9" md5="125297fb03e2aaf94b217b6bd56a2fd6" sha1="72655e3c36ed39fbb4d805770d00056f63e20ec9"/>
+       </game>
+       <game name="Pariah (France) (Demo)">
+               <category>Demos</category>
+               <description>Pariah (France) (Demo)</description>
+               <rom name="Pariah (France) (Demo).iso" size="7825162240" crc="8d9dbd91" md5="55b437687ae7ffdc7c631456cbe1e3a8" sha1="3cfc890e135c04d72d36b0d86513f8d73f31ee97"/>
+       </game>
+       <game name="Catwoman (Asia)">
+               <category>Games</category>
+               <description>Catwoman (Asia)</description>
+               <rom name="Catwoman (Asia).iso" size="7825162240" crc="a4f6a205" md5="ec487ce5eeaf236409b74e40fe7a6c0d" sha1="b0c52886fe2211649d6ce4774231c2b683db6d9b"/>
+       </game>
+       <game name="Quantum Redshift (Korea)">
+               <category>Games</category>
+               <description>Quantum Redshift (Korea)</description>
+               <rom name="Quantum Redshift (Korea).iso" size="7825162240" crc="b260594b" md5="3248ad151c8a75a25312be33f394836e" sha1="d30369e8a52ec69e0f2d48641b537e2a600775f9"/>
+       </game>
+       <game name="Zunou Taisen Live (Japan) (Beta)">
+               <category>Preproduction</category>
+               <description>Zunou Taisen Live (Japan) (Beta)</description>
+               <rom name="Zunou Taisen Live (Japan) (Beta).iso" size="7825162240" crc="9af061b7" md5="1a4c67397962a56f874517425a481b8c" sha1="d87dcb0091ed10fee63cbaa3241ac88ebe7aec2a"/>
+       </game>
+       <game name="Ninja Gaiden Black (Japan, Korea) (En,Ja)">
+               <category>Games</category>
+               <description>Ninja Gaiden Black (Japan, Korea) (En,Ja)</description>
+               <rom name="Ninja Gaiden Black (Japan, Korea) (En,Ja).iso" size="7825162240" crc="9fbfbc3e" md5="9e09ba06bab10c53b8460f4c43b98b18" sha1="8581d5d0e2f90dcbcb63bd94bcb958a764f6d3a5"/>
+       </game>
+       <game name="Battlefield 2 - Modern Combat (Asia)">
+               <category>Games</category>
+               <description>Battlefield 2 - Modern Combat (Asia)</description>
+               <rom name="Battlefield 2 - Modern Combat (Asia).iso" size="7825162240" crc="35c0989f" md5="a220b91d33731fca035115c1e32deef9" sha1="d2351c9609d8b7b1b1cdbc63ba80d4329e13dfaf"/>
+       </game>
+       <game name="FIFA Soccer 2005 (Asia)">
+               <category>Games</category>
+               <description>FIFA Soccer 2005 (Asia)</description>
+               <rom name="FIFA Soccer 2005 (Asia).iso" size="7825162240" crc="3ce56d81" md5="f7c6f33c5b5d5e328e64d4eca7c4b1dc" sha1="36a05b4efc9743080b51bf1002c8887e9babd5e4"/>
+       </game>
+       <game name="Xbox-ism - February 2003 (Japan)">
+               <category>Demos</category>
+               <description>Xbox-ism - February 2003 (Japan)</description>
+               <rom name="Xbox-ism - February 2003 (Japan).iso" size="7825162240" crc="c12a14df" md5="ea78b168f8fbf24154c54c2f17397572" sha1="63d517d9009dace8d5f97d716baed0b5618558ec"/>
+       </game>
+       <game name="MotoGP 2 (Europe) (Demo)">
+               <category>Demos</category>
+               <description>MotoGP 2 (Europe) (Demo)</description>
+               <rom name="MotoGP 2 (Europe) (Demo).iso" size="7825162240" crc="b03813f5" md5="85174dfb7563921bb15676451890268d" sha1="c99f1366ea884b3a4ea4dba44b628c42742aa498"/>
+       </game>
+       <game name="Freestyle Street Soccer (Korea) (En,Es)">
+               <category>Games</category>
+               <description>Freestyle Street Soccer (Korea) (En,Es)</description>
+               <rom name="Freestyle Street Soccer (Korea) (En,Es).iso" size="7825162240" crc="5931a327" md5="43546496bad7a60454e42d04f8b5fd5b" sha1="c52a8da21ba449f6a20dd9b232ede44b667d5f36"/>
+       </game>
+       <game name="Sonic Heroes (UK) (Demo)">
+               <category>Demos</category>
+               <description>Sonic Heroes (UK) (Demo)</description>
+               <rom name="Sonic Heroes (UK) (Demo).iso" size="7825162240" crc="6a688a7a" md5="4dab03f310b20dabd7fcd1e67638f3fe" sha1="0a96cd0bc12f335ffe1661dae65a6383723614bc"/>
+       </game>
+       <game name="MVP Baseball 2005 (Korea)">
+               <category>Games</category>
+               <description>MVP Baseball 2005 (Korea)</description>
+               <rom name="MVP Baseball 2005 (Korea).iso" size="7825162240" crc="9e8eb453" md5="baac1e0201338f94b33992791b11712c" sha1="4c4c077b433954d278254d6885a2a347a363d898"/>
+       </game>
+       <game name="Fatal Frame (Latin America)">
+               <category>Games</category>
+               <description>Fatal Frame (Latin America)</description>
+               <rom name="Fatal Frame (Latin America).iso" size="7825162240" crc="2c9ad5e6" md5="dd945ae11650ed439fb2927646e87329" sha1="13d91eff10d2504f8c652d28d5f9d84cb54d2dad"/>
+       </game>
+       <game name="Alias (USA) (Demo)">
+               <category>Demos</category>
+               <description>Alias (USA) (Demo)</description>
+               <rom name="Alias (USA) (Demo).iso" size="7825162240" crc="38386083" md5="91317ea67e95091f87014fbadd3b8e61" sha1="e95673063c451db36ca54c7de1207e99c4288dff"/>
+       </game>
+       <game name="Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De)</description>
+               <rom name="Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De).iso" size="7825162240" crc="8bf51260" md5="c71c4c5b22ecc59db5f447031eee8fdd" sha1="9e95e813298669adafb0d4a1542dfda3a9a47084"/>
+       </game>
+       <game name="Colin McRae Rally 2005 (World) (Beta)">
+               <category>Preproduction</category>
+               <description>Colin McRae Rally 2005 (World) (Beta)</description>
+               <rom name="Colin McRae Rally 2005 (World) (Beta).iso" size="3921870848" crc="cc5698ac" md5="60cb581ab6aeebcffddca902db5768f5" sha1="fc00333c2e65c86824774e785ce3f1c6a53b8e22"/>
+       </game>
+       <game name="Xbox 360 - Xbox Magazine Ufficiale Numero 57 - Luglio 2006 (Italy)">
+               <category>Coverdiscs</category>
+               <description>Xbox 360 - Xbox Magazine Ufficiale Numero 57 - Luglio 2006 (Italy)</description>
+               <rom name="Xbox 360 - Xbox Magazine Ufficiale Numero 57 - Luglio 2006 (Italy).iso" size="7825162240" crc="b8a7fece" md5="de0a972f521ca9c53be5632a9b1da9a9" sha1="e461d946f8662475dde26f98445df96f156ef3db"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon - Island Thunder (Korea)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon - Island Thunder (Korea)</description>
+               <rom name="Tom Clancy's Ghost Recon - Island Thunder (Korea).iso" size="7825162240" crc="37f10e65" md5="1a9d057384a02e55e29996264fdce315" sha1="43b0d7c93bce674c8f43dc008ed98b9da84ab04e"/>
+       </game>
+       <game name="Yourself!Fitness (USA)">
+               <category>Games</category>
+               <description>Yourself!Fitness (USA)</description>
+               <rom name="Yourself!Fitness (USA).iso" size="7825162240" crc="3d8cce3c" md5="368a9001194f4e9ab14fbad1dd66b9bb" sha1="b455dde8871cbb09e51380056793a3e3bd187226"/>
+       </game>
+       <game name="Driv3r (Korea) (En,Zh,Ko)">
+               <category>Games</category>
+               <description>Driv3r (Korea) (En,Zh,Ko)</description>
+               <rom name="Driv3r (Korea) (En,Zh,Ko).iso" size="7825162240" crc="2ed977ec" md5="769ea965dda7cba77236de7f824f9f73" sha1="1e007d09e0066d932c8309eba49a2ebd1bd21106"/>
+       </game>
+       <game name="Kakuto Chojin (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Kakuto Chojin (USA) (Rev 1)</description>
+               <rom name="Kakuto Chojin (USA) (Rev 1).iso" size="7825162240" crc="fedc20ac" md5="243808c872792fda363097777829ee21" sha1="fe77784d4b08ef3735fef248edf070784f7748c6"/>
+       </game>
+       <game name="MVP Baseball 2004 (Korea)">
+               <category>Games</category>
+               <description>MVP Baseball 2004 (Korea)</description>
+               <rom name="MVP Baseball 2004 (Korea).iso" size="7825162240" crc="2befb13f" md5="e670058def2d1966f80fedbc0ec8cd05" sha1="f8509a7e7c9a70d9d18167278f0b80ac120129ce"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (Korea)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (Korea)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (Korea).iso" size="7825162240" crc="657d749d" md5="9375aa6eb0ad74190e05e3b63221a021" sha1="183f254322614640f8f3dd291d5b6aa094c280f9"/>
+       </game>
+       <game name="Disney-Pixar A Procura de Nemo (Portugal)">
+               <category>Games</category>
+               <description>Disney-Pixar A Procura de Nemo (Portugal)</description>
+               <rom name="Disney-Pixar A Procura de Nemo (Portugal).iso" size="7825162240" crc="38c4a3b0" md5="d4b9b3478d04d5986ae397ee9082178d" sha1="cdf8c65f181c4e7275f6754f6277eb062946ed11"/>
+       </game>
+       <game name="NBA Inside Drive 2004 (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>NBA Inside Drive 2004 (USA) (Beta)</description>
+               <rom name="NBA Inside Drive 2004 (USA) (Beta).iso" size="3548315648" crc="1109bf53" md5="c1d35996cd1a8f98ff929cd7fec9b9a1" sha1="65f129f3c139fa17f65aa9649fbf43871f558e11"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (Europe) (Demo)">
+               <category>Demos</category>
+               <description>Need for Speed - Most Wanted (Europe) (Demo)</description>
+               <rom name="Need for Speed - Most Wanted (Europe) (Demo).iso" size="7825162240" crc="0309323e" md5="6c2f0d34aea4b51baa792b688648b074" sha1="9b7b505e805d69822096fd9b30578d797ebefb2d"/>
+       </game>
+       <game name="Top Spin &amp; Amped 2 (Canada)">
+               <category>Games</category>
+               <description>Top Spin &amp; Amped 2 (Canada)</description>
+               <rom name="Top Spin &amp; Amped 2 (Canada).iso" size="7825162240" crc="b3aa9846" md5="66d20c0149aa38d51592d6a0b72024d3" sha1="641c1b0620cdba06747df06207ddca58d9f4b7da"/>
+       </game>
+       <game name="GangBusters (Canada) (Proto) (2002-08-16)">
+               <category>Preproduction</category>
+               <description>GangBusters (Canada) (Proto) (2002-08-16)</description>
+               <rom name="GangBusters (Canada) (Proto) (2002-08-16).cue" size="107" crc="c6918eda" md5="a9b1e4abdcdd5ee3827f4f33edf1685e" sha1="3441caee5faa4e7c475b89a21d7b6b3f0ed6e506"/>
+               <rom name="GangBusters (Canada) (Proto) (2002-08-16).bin" size="114481248" crc="93d903ce" md5="767558e129f37656f57303e52d1ef3bd" sha1="54753f2a45a7514bf6e06194ebb7f87af345a84a"/>
+       </game>
+       <game name="Gladiator - Sword of Vengeance (France) (En,Fr)">
+               <category>Games</category>
+               <description>Gladiator - Sword of Vengeance (France) (En,Fr)</description>
+               <rom name="Gladiator - Sword of Vengeance (France) (En,Fr).iso" size="7825162240" crc="bc1bd9e2" md5="aeb958d6cd843c380b717e25624d13bf" sha1="b9d1aeafc0f446b21a40010478fedadb86edf8d5"/>
+       </game>
+       <game name="Official Xbox Best Ever Games, The (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Best Ever Games, The (UK)</description>
+               <rom name="Official Xbox Best Ever Games, The (UK).iso" size="7825162240" crc="10d8c70a" md5="562fff5e19688d75be302174d664f7a0" sha1="cc3bf2c93796ba7b0c4230d7b0c0e15eead94ed2"/>
+       </game>
+       <game name="Taz - Wanted (Europe) (Beta) (2002-04-02)">
+               <category>Preproduction</category>
+               <description>Taz - Wanted (Europe) (Beta) (2002-04-02)</description>
+               <rom name="Taz - Wanted (Europe) (Beta) (2002-04-02).cue" size="107" crc="7bbb5ba1" md5="be5949f97ff9420596c0d9af8016eff1" sha1="225143ac26b1f584fc3e4cb80ffd174c2656f80a"/>
+               <rom name="Taz - Wanted (Europe) (Beta) (2002-04-02).bin" size="774396000" crc="cee6f067" md5="92599c3ac4b997d8d4f71c1d27e905e0" sha1="6dfc2e52b389a324c311e81913ebcdf96f51b380"/>
+       </game>
+       <game name="SSX Tricky (Korea)">
+               <category>Games</category>
+               <description>SSX Tricky (Korea)</description>
+               <rom name="SSX Tricky (Korea).iso" size="7825162240" crc="42be40f7" md5="b3e8e81a3d7883a1c83804fd32e90cdb" sha1="d6393aba2d0fab987b15da842bf47aba27996770"/>
+       </game>
+       <game name="V8 Supercars Australia - Race Driver (Australia)">
+               <category>Games</category>
+               <description>V8 Supercars Australia - Race Driver (Australia)</description>
+               <rom name="V8 Supercars Australia - Race Driver (Australia).iso" size="7825162240" crc="e1c86ee9" md5="9240021b78c9d524c7a9d50f44db0d43" sha1="7a22138920bddfb8ab9d6be846b6d43d086e90d7"/>
+       </game>
+       <game name="Project Gotham Racing 2 (USA) (Demo) (Chrysler 300 Edition)">
+               <category>Demos</category>
+               <description>Project Gotham Racing 2 (USA) (Demo) (Chrysler 300 Edition)</description>
+               <rom name="Project Gotham Racing 2 (USA) (Demo) (Chrysler 300 Edition).iso" size="7825162240" crc="9b753f35" md5="c38c9fe2a57252b99994ba81f5115518" sha1="8841f092f64032cbb1951dfea398152f9cae0397"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2003 (Korea)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2003 (Korea)</description>
+               <rom name="Tiger Woods PGA Tour 2003 (Korea).iso" size="7825162240" crc="f8a054d1" md5="5ac301675f622ac300530fb65e6ec96c" sha1="0529670379e60aa10b3f29b51f49d7b2c043cffa"/>
+       </game>
+       <game name="FIFA Street (Korea) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Street (Korea) (En,Es)</description>
+               <rom name="FIFA Street (Korea) (En,Es).iso" size="7825162240" crc="b63689da" md5="2958e04a6465f3a55117d14ebecfe5d4" sha1="21f35e3ac4c7cbf62a800702b16149d2414135ab"/>
+       </game>
+       <game name="NBA Inside Drive 2003 (Korea)">
+               <category>Games</category>
+               <description>NBA Inside Drive 2003 (Korea)</description>
+               <rom name="NBA Inside Drive 2003 (Korea).iso" size="7825162240" crc="d4d8029f" md5="81ef17d0f8f89a706d5365bb13ed1109" sha1="2f5631bd2ebc296862110efada1b34694e06e8a5"/>
+       </game>
+       <game name="NBA Live 2003 (Korea)">
+               <category>Games</category>
+               <description>NBA Live 2003 (Korea)</description>
+               <rom name="NBA Live 2003 (Korea).iso" size="7825162240" crc="716fac12" md5="e804994b7ea7734e68186185e48b7c65" sha1="c4e3e302e871df73a3c948d780f85260f47ddd33"/>
+       </game>
+       <game name="NBA Street V3 (Korea)">
+               <category>Games</category>
+               <description>NBA Street V3 (Korea)</description>
+               <rom name="NBA Street V3 (Korea).iso" size="7825162240" crc="b18d12cb" md5="b22aa86a11c1c7062803cea3f05710c6" sha1="79ebd17f655c0aaddebbb1fdade7a41b7669129d"/>
+       </game>
+       <game name="Street Hoops (Korea)">
+               <category>Games</category>
+               <description>Street Hoops (Korea)</description>
+               <rom name="Street Hoops (Korea).iso" size="7825162240" crc="63ab7cb3" md5="abfdcc863640712eb350af4cd816c9a0" sha1="eae9d1603d6a05649bce0ff15a23b6be7b4634a6"/>
+       </game>
+       <game name="Speed Kings (Korea) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Speed Kings (Korea) (En,Fr,De,Es,It)</description>
+               <rom name="Speed Kings (Korea) (En,Fr,De,Es,It).iso" size="7825162240" crc="6b0b4a75" md5="dfd784e481a122463ac6698a3207aef4" sha1="41eb2f95bbf17cf298a2041ceaa9a3a42ec89978"/>
+       </game>
+       <game name="Xbox Demo Disk European Version 1.1 (Europe)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk European Version 1.1 (Europe)</description>
+               <rom name="Xbox Demo Disk European Version 1.1 (Europe).iso" size="7825162240" crc="72218a46" md5="c10748fbe6db82c3a52232bc7c9deb86" sha1="7d6fe0c33ab8636a845952a3cc58b3141018edd4"/>
+       </game>
+       <game name="Xbox Demo Disk Version 8 (Europe) (En,Fr,Es,It,Nl,Sv)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 8 (Europe) (En,Fr,Es,It,Nl,Sv)</description>
+               <rom name="Xbox Demo Disk Version 8 (Europe) (En,Fr,Es,It,Nl,Sv).iso" size="7825162240" crc="f6198d9e" md5="eda2f42a853f7ae13aa9e783bdcf3387" sha1="597883a4dfcac05a5507b798cbc0759e4899ae23"/>
+       </game>
+       <game name="Xbox Demo Disk Version 14 (Europe)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 14 (Europe)</description>
+               <rom name="Xbox Demo Disk Version 14 (Europe).iso" size="7825162240" crc="24256cb2" md5="e4dde5b64b98c692a81ae94e8f440e9a" sha1="2423d0a32c93186ebc8ccb6c5564fabbef86fc2e"/>
+       </game>
+       <game name="Xbox Demo Disk Version 4.0A (Australia)">
+               <category>Demos</category>
+               <description>Xbox Demo Disk Version 4.0A (Australia)</description>
+               <rom name="Xbox Demo Disk Version 4.0A (Australia).iso" size="7825162240" crc="a0ddfb3f" md5="f4ff5f5e942b5966e4b0246440a887c0" sha1="dca4dbfad9748c983ac03512e5eca497457cab6b"/>
+       </game>
+       <game name="Crash Tag Team Racing (USA) (Beta) (2005-10-04)">
+               <category>Preproduction</category>
+               <description>Crash Tag Team Racing (USA) (Beta) (2005-10-04)</description>
+               <rom name="Crash Tag Team Racing (USA) (Beta) (2005-10-04).iso" size="3131211776" crc="f2186ed0" md5="54a45fb9dcf1315b47f240e4bd9c6c8c" sha1="33504e38b09693943e521d09bad9aa5c8ac18678"/>
+       </game>
+       <game name="Driver - Parallel Lines (USA, Europe) (Beta) (2006-02-06)">
+               <category>Preproduction</category>
+               <description>Driver - Parallel Lines (USA, Europe) (Beta) (2006-02-06)</description>
+               <rom name="Driver - Parallel Lines (USA, Europe) (Beta) (2006-02-06).iso" size="3919740928" crc="fdddd8cd" md5="e94b72dff65ab7a88c8e91633d557dab" sha1="44bfc47822d3b270b3a3a3aa6d668dcd70bfcde0"/>
+       </game>
+       <game name="Full Spectrum Warrior - Ten Hammers (USA) (Beta) (2005-12-15)">
+               <category>Preproduction</category>
+               <description>Full Spectrum Warrior - Ten Hammers (USA) (Beta) (2005-12-15)</description>
+               <rom name="Full Spectrum Warrior - Ten Hammers (USA) (Beta) (2005-12-15).iso" size="3919413248" crc="9982b0aa" md5="d5076f159cc78bcdbec6ac89555be537" sha1="fd456780d2c84b78c26e29cd726fad5b95cb94c7"/>
+       </game>
+       <game name="Madden NFL 2003 (Europe) (Beta) (2002-07-22)">
+               <category>Preproduction</category>
+               <description>Madden NFL 2003 (Europe) (Beta) (2002-07-22)</description>
+               <rom name="Madden NFL 2003 (Europe) (Beta) (2002-07-22).iso" size="3919720448" crc="bee19db7" md5="b70b46fe5ce2cbe70a3d8bccfdcfaca1" sha1="0b0464a0b4aa1620ce7606085cb04065b37922e4"/>
+       </game>
+       <game name="Unreal Championship (USA) (Beta) (2002-10-18)">
+               <category>Preproduction</category>
+               <description>Unreal Championship (USA) (Beta) (2002-10-18)</description>
+               <rom name="Unreal Championship (USA) (Beta) (2002-10-18).iso" size="734003200" crc="554164d7" md5="d8831acf8ac0554a205dab0e00aa51cd" sha1="fd2d3c668f49e11323805f6a3f33eb86b6e2e9f9"/>
+       </game>
+       <game name="Driver - Parallel Lines (USA, Europe) (Beta) (2006-01-06)">
+               <category>Preproduction</category>
+               <description>Driver - Parallel Lines (USA, Europe) (Beta) (2006-01-06)</description>
+               <rom name="Driver - Parallel Lines (USA, Europe) (Beta) (2006-01-06).iso" size="3919413248" crc="ccb9fa37" md5="3c759b30b971a7d87b40f65eb8796c9f" sha1="1e2e6ee2f0db5ed945bc6df200ac82d4247b981c"/>
+       </game>
+       <game name="Stubbs the Zombie in Rebel Without a Pulse (France)">
+               <category>Games</category>
+               <description>Stubbs the Zombie in Rebel Without a Pulse (France)</description>
+               <rom name="Stubbs the Zombie in Rebel Without a Pulse (France).iso" size="7825162240" crc="343cf765" md5="cecbff0a6404d39f7c6310321684ae56" sha1="216314a6395e8ea2c8a59af4c383837542504b88"/>
+       </game>
+       <game name="Chronicles of Riddick, The - Escape from Butcher Bay (Australia)">
+               <category>Games</category>
+               <description>Chronicles of Riddick, The - Escape from Butcher Bay (Australia)</description>
+               <rom name="Chronicles of Riddick, The - Escape from Butcher Bay (Australia).iso" size="7825162240" crc="c3274183" md5="7c9aaa1a80c69d23623817891c4e670f" sha1="240758089a90bad45b2935deb89d00dbac8ac4a8"/>
+       </game>
+       <game name="Star Wars - Jedi Starfighter (Australia)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Starfighter (Australia)</description>
+               <rom name="Star Wars - Jedi Starfighter (Australia).iso" size="7825162240" crc="49951b15" md5="67450adefb5c0156d3bed00a0c3d4150" sha1="cfb8917618e6704b05acd7753f2a15895f9fc113"/>
+       </game>
+       <game name="Magazine Officiel Xbox, Le - Hors-serie Numero 10 (France)">
+               <category>Coverdiscs</category>
+               <description>Magazine Officiel Xbox, Le - Hors-serie Numero 10 (France)</description>
+               <rom name="Magazine Officiel Xbox, Le - Hors-serie Numero 10 (France).iso" size="7825162240" crc="15cdda99" md5="7fbb7bddd418fbb395268c37eea6b8e5" sha1="322a42e0f4a90a7877f1b6cce04e4ce8c09398c3"/>
+       </game>
+       <game name="Xbox Demo Disc Version 4.2 (USA) (Rev 1)">
+               <category>Demos</category>
+               <description>Xbox Demo Disc Version 4.2 (USA) (Rev 1)</description>
+               <rom name="Xbox Demo Disc Version 4.2 (USA) (Rev 1).iso" size="7825162240" crc="2be8ded0" md5="87b669daabf7d47d28cce544939f4550" sha1="d180e0d9a5d2d5dc36d92d898923b583ef569e9e"/>
+       </game>
+       <game name="Shadow the Hedgehog (World) (Beta) (2005-09-15)">
+               <category>Preproduction</category>
+               <description>Shadow the Hedgehog (World) (Beta) (2005-09-15)</description>
+               <rom name="Shadow the Hedgehog (World) (Beta) (2005-09-15).iso" size="3919740928" crc="e2b540fb" md5="06f773c473589f0d1c46bead80df4956" sha1="310476af7bf50acdcdec4b44c499d051455af6b6"/>
+       </game>
+       <game name="Sonic Mega Collection Plus (World) (Beta) (2004-08-17)">
+               <category>Preproduction</category>
+               <description>Sonic Mega Collection Plus (World) (Beta) (2004-08-17)</description>
+               <rom name="Sonic Mega Collection Plus (World) (Beta) (2004-08-17).iso" size="3702120448" crc="a689fcba" md5="101252a6247dc0bc737329ee0d1faa11" sha1="48a9dfa8c99454b22d2d59eebe295bd8edce04b8"/>
+       </game>
+       <game name="Sonic Riders (World) (Beta) (2005-12-12)">
+               <category>Preproduction</category>
+               <description>Sonic Riders (World) (Beta) (2005-12-12)</description>
+               <rom name="Sonic Riders (World) (Beta) (2005-12-12).iso" size="3919740928" crc="0337d198" md5="7882ae538d7fba236835f826523c90a4" sha1="7fbd5f1aac4fab39010eff993c5606b4799cee8d"/>
+       </game>
+       <game name="Spawn - Armageddon (USA) (Beta) (2003-08-19)">
+               <category>Preproduction</category>
+               <description>Spawn - Armageddon (USA) (Beta) (2003-08-19)</description>
+               <rom name="Spawn - Armageddon (USA) (Beta) (2003-08-19).iso" size="665174016" crc="25623ec2" md5="8776398b8beb2ea643c0dbf5c5002de4" sha1="b615da56902e665922ec3b267fdb76cc55124322"/>
+       </game>
+       <game name="Sims, The (Asia)">
+               <category>Games</category>
+               <description>Sims, The (Asia)</description>
+               <rom name="Sims, The (Asia).iso" size="7825162240" crc="7b8c9aee" md5="03475350ae9425ab4c2351b1209baaef" sha1="226464ef162ad3ea2cf8811f2a39fa6f711b1235"/>
+       </game>
+       <game name="Urbz, The - Sims in the City (Asia)">
+               <category>Games</category>
+               <description>Urbz, The - Sims in the City (Asia)</description>
+               <rom name="Urbz, The - Sims in the City (Asia).iso" size="7825162240" crc="618ad499" md5="da66178f46c3acb74ea30e475dbe002a" sha1="6bdd50e5374fbebaae4e2c07ebc3514214eb8de2"/>
+       </game>
+       <game name="Sims, The - Bustin' Out (Korea)">
+               <category>Games</category>
+               <description>Sims, The - Bustin' Out (Korea)</description>
+               <rom name="Sims, The - Bustin' Out (Korea).iso" size="7825162240" crc="e28d436e" md5="21fd6b8bf6c34ebe4c7554a5a0d17f5d" sha1="ae6fe32fa7fbfb0802081fdab60b32ffd39715c4"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (Korea)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (Korea)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (Korea).iso" size="7825162240" crc="b7dabbdf" md5="efd399698b940f5efb67d3c92c445be1" sha1="79b8daf161b7fd4b67d0d49faaeddcf616dd9f77"/>
+       </game>
+       <game name="Magazine Officiel Xbox, Le - Hors-serie Numero 9 (France)">
+               <category>Coverdiscs</category>
+               <description>Magazine Officiel Xbox, Le - Hors-serie Numero 9 (France)</description>
+               <rom name="Magazine Officiel Xbox, Le - Hors-serie Numero 9 (France).iso" size="7825162240" crc="23bac424" md5="3401a11a47ccf360d34bd79bf4374743" sha1="f825c7cf254f9b13cfcf34b045d97541e70f0373"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit 2 (Korea)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit 2 (Korea)</description>
+               <rom name="Need for Speed - Hot Pursuit 2 (Korea).iso" size="7825162240" crc="b437aa0c" md5="ce627783a440587f4f3bcdd3e6ba4668" sha1="aa8ecfff46f188f3293542496eda7489b8bd7dec"/>
+       </game>
+       <game name="007 - Nightfire (Korea)">
+               <category>Games</category>
+               <description>007 - Nightfire (Korea)</description>
+               <rom name="007 - Nightfire (Korea).iso" size="7825162240" crc="16045272" md5="5ee37e7517876c35263f05724700802b" sha1="32b00e08640f137fa8541224ba69b3e09f5c547d"/>
+       </game>
+       <game name="Lord of the Rings, The - The Third Age (Korea)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Third Age (Korea)</description>
+               <rom name="Lord of the Rings, The - The Third Age (Korea).iso" size="7825162240" crc="cacc4818" md5="fbcb41175cc91e170e08c86295b3c2ab" sha1="90c02c0c1e0f3bb92248d8237eb8dc9420cade76"/>
+       </game>
+       <game name="Taz - Wanted (Korea) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Taz - Wanted (Korea) (En,Fr,De,Es,It)</description>
+               <rom name="Taz - Wanted (Korea) (En,Fr,De,Es,It).iso" size="7825162240" crc="41e75752" md5="9014bd5bcfccb71a2e631e75fec5217d" sha1="131298f743f8c3ea2c4743981ad60a7a0e84b2fa"/>
+       </game>
+       <game name="Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko) (Beta) (2003-12-09)">
+               <category>Preproduction</category>
+               <description>Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko) (Beta) (2003-12-09)</description>
+               <rom name="Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko) (Beta) (2003-12-09).iso" size="7825162240" crc="2bd9ea7c" md5="66d275b086535343490c92dc9974ec16" sha1="07a20d77677e7406857685e2295faf959a4666c2"/>
+       </game>
+       <game name="Official Xbox Starter Pack 2005, The (UK)">
+               <category>Coverdiscs</category>
+               <description>Official Xbox Starter Pack 2005, The (UK)</description>
+               <rom name="Official Xbox Starter Pack 2005, The (UK).iso" size="7825162240" crc="e2917a8f" md5="014b252c45a1f28e725bf0ba86399e1b" sha1="cbef2ef547c6b16c1b18196128622dfc9fcb89b7"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (USA) (Rev 1)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (USA) (Rev 1).iso" size="7825162240" crc="d33f53f8" md5="6d6450504237ff976cf508e941986746" sha1="0ff18e6198085f471002f0f7d6e757acf5b1bee4"/>
+       </game>
+</datafile>
diff --git a/redump_dat/Nintendo - GameCube.dat b/redump_dat/Nintendo - GameCube.dat
new file mode 100644 (file)
index 0000000..a66679a
--- /dev/null
@@ -0,0 +1,10108 @@
+<?xml version="1.0"?>
+<!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd">
+<datafile>
+       <header>
+               <name>Nintendo - GameCube</name>
+               <description>Nintendo - GameCube - Discs (2019) (2026-06-13 18-14-01)</description>
+               <version>2026-06-13 18-14-01</version>
+               <date>2026-06-13 18-14-01</date>
+               <author>redump.org</author>
+               <homepage>redump.org</homepage>
+               <url>http://redump.org/</url>
+       </header>
+       <game name="Resident Evil 4 (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil 4 (USA) (Disc 1)</description>
+               <rom name="Resident Evil 4 (USA) (Disc 1).iso" size="1459978240" crc="f5c51b40" md5="ca749757e3b9d119f3feb1f9f0f81bd7" sha1="9de89c7f6d8ffb2e27423900a39d4aec1439f4e3"/>
+       </game>
+       <game name="Resident Evil 4 (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil 4 (USA) (Disc 2)</description>
+               <rom name="Resident Evil 4 (USA) (Disc 2).iso" size="1459978240" crc="6c83a5ff" md5="2381acd2199d6e7566932df86901903d" sha1="c75f7936814636ffe03277f363fc3427c98602ee"/>
+       </game>
+       <game name="Luigi's Mansion (USA, Canada)">
+               <category>Games</category>
+               <description>Luigi's Mansion (USA, Canada)</description>
+               <rom name="Luigi's Mansion (USA, Canada).iso" size="1459978240" crc="0b0c339d" md5="6e3d9ae0ed2fbd2f77fa1ca09a60c494" sha1="96a7d2e6b6e0a355f6e57ef76bd37f6ee837ed25"/>
+       </game>
+       <game name="Legend of Zelda, The - Collector's Edition (USA, Canada)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Collector's Edition (USA, Canada)</description>
+               <rom name="Legend of Zelda, The - Collector's Edition (USA, Canada).iso" size="1459978240" crc="8d2141cf" md5="2c66f072455ccdbe97a72e5c94784df8" sha1="35e66bf6a0f32597beb5f8b055c1d424a41a89d7"/>
+       </game>
+       <game name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (USA, Canada)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Ocarina of Time &amp; Master Quest (USA, Canada)</description>
+               <rom name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (USA, Canada).iso" size="1459978240" crc="c1719a28" md5="1e23afc69bff50a7d20f32c5b739dc06" sha1="e959019e5c0bd7a816f90c2f68a09a60892ecaa8"/>
+       </game>
+       <game name="Legend of Zelda, The - Twilight Princess (USA)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Twilight Princess (USA)</description>
+               <rom name="Legend of Zelda, The - Twilight Princess (USA).iso" size="1459978240" crc="0ab54d43" md5="41deff9b1fd2831f48fbfa2dd1054e4d" sha1="75edd3ddff41f125d1b4ce1a40378f1b565519e7"/>
+       </game>
+       <game name="Mario Kart - Double Dash!! (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Kart - Double Dash!! (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Kart - Double Dash!! (Europe, Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="a211edb6" md5="d9a2e9c73f4be1a0456734445402d35d" sha1="7beacb902785df2a2752c0bf0a805a246241696b"/>
+       </game>
+       <game name="Geist (USA)">
+               <category>Games</category>
+               <description>Geist (USA)</description>
+               <rom name="Geist (USA).iso" size="1459978240" crc="2b606740" md5="e6519bc68b09b9587d2a0b62514a4f19" sha1="0ae8391712a8f3654228d58a26173aeefa17c5a3"/>
+       </game>
+       <game name="Wave Race - Blue Storm (Europe, Australia)">
+               <category>Games</category>
+               <description>Wave Race - Blue Storm (Europe, Australia)</description>
+               <rom name="Wave Race - Blue Storm (Europe, Australia).iso" size="1459978240" crc="a78bb8f3" md5="7b1ee77bb2f8ac5dbe9f000cbc6db5fa" sha1="61626809881164567ee77f196ef36b01bd10d668"/>
+       </game>
+       <game name="Beyond Good &amp; Evil (Europe) (De,It)">
+               <category>Games</category>
+               <description>Beyond Good &amp; Evil (Europe) (De,It)</description>
+               <rom name="Beyond Good &amp; Evil (Europe) (De,It).iso" size="1459978240" crc="4bc001e0" md5="a3b541f8b7a4f222b02a2316bd8018dc" sha1="29adc8d092a2f7163cac0423a85df62a5952f398"/>
+       </game>
+       <game name="Legend of Zelda, The - The Wind Waker (USA, Canada)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - The Wind Waker (USA, Canada)</description>
+               <rom name="Legend of Zelda, The - The Wind Waker (USA, Canada).iso" size="1459978240" crc="ad21c2ba" md5="d8e4d45af2032a081a0f446384e9261b" sha1="6b5f06c10d50ebb4099cded88217eb71e5bfbb4a"/>
+       </game>
+       <game name="Super Mario Sunshine (Japan)">
+               <category>Games</category>
+               <description>Super Mario Sunshine (Japan)</description>
+               <rom name="Super Mario Sunshine (Japan).iso" size="1459978240" crc="c3b17583" md5="3b07a4bb22db926b177e207f9d7f0d87" sha1="dde76117189ff8ca5922cb0ec3f175164a7f9780"/>
+       </game>
+       <game name="Metroid Prime (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metroid Prime (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Metroid Prime (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="aed8bc02" md5="b1379c44e0ebc521e18215de3e5dbeea" sha1="34ac8a764a3c1db3326c39071cee2fc49e730aca"/>
+       </game>
+       <game name="Metroid Prime 2 - Echoes (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metroid Prime 2 - Echoes (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Metroid Prime 2 - Echoes (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="cf4eae03" md5="37fa7767fff54cd4c19bf0db30443520" sha1="a779afd7c705743e003a21412ad6bc8be345fbad"/>
+       </game>
+       <game name="Luigi's Mansion (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Luigi's Mansion (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Luigi's Mansion (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="c1022f24" md5="ee1ddbe62f96b09b2394772a2900d82f" sha1="93805bf1f56983b5cf973e61208e431320f42df7"/>
+       </game>
+       <game name="Pikmin (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pikmin (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pikmin (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="07ae1f8b" md5="f8a29cb63d0599f8297efa899a504ebf" sha1="40c46bd6921e55558e9838930a9ffd2179802b4f"/>
+       </game>
+       <game name="Pikmin 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pikmin 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pikmin 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="9b7d1623" md5="1b4f19133c426b18ba782be83a8a31a9" sha1="38ffc0b79d0fbe327ef4b09fd62521ff7bf9b07c"/>
+       </game>
+       <game name="Soulcalibur II (USA)">
+               <category>Games</category>
+               <description>Soulcalibur II (USA)</description>
+               <rom name="Soulcalibur II (USA).iso" size="1459978240" crc="89779810" md5="0c8ec93f3f4f4e00d5a46443225c169c" sha1="49f281fbe7086a4eb400a03c869fcac5f90df55a"/>
+       </game>
+       <game name="Soulcalibur II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Soulcalibur II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Soulcalibur II (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7d1b46d7" md5="9d9ca74dca5d850e2da6a4559a391524" sha1="96e4362732f53c519440c58cdcff340fe2ddb4d6"/>
+       </game>
+       <game name="Eternal Darkness - Sanity's Requiem (USA)">
+               <category>Games</category>
+               <description>Eternal Darkness - Sanity's Requiem (USA)</description>
+               <rom name="Eternal Darkness - Sanity's Requiem (USA).iso" size="1459978240" crc="1987a637" md5="118e4cbf529719528f15d065130511e2" sha1="2bebaa7a17d69057f8c02fe00349b558abc30ff6"/>
+       </game>
+       <game name="Resident Evil (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil (USA) (Disc 1)</description>
+               <rom name="Resident Evil (USA) (Disc 1).iso" size="1459978240" crc="24519740" md5="bdd0fe3848c4ab1441dc6c9ee209426b" sha1="a176666f7d48dde2f464788ea8f2cef28c182537"/>
+       </game>
+       <game name="Resident Evil (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil (USA) (Disc 2)</description>
+               <rom name="Resident Evil (USA) (Disc 2).iso" size="1459978240" crc="8e5597c1" md5="7defd099e98944bc93684d4733bfe68b" sha1="a44bcc7dc3ab10f68727d0ecf722c80a2be41156"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles (USA)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles (USA)</description>
+               <rom name="Final Fantasy Crystal Chronicles (USA).iso" size="1459978240" crc="141aeac0" md5="a6d6064396b20c0d0d836afad97d3a4c" sha1="3aced85176e0d3299fc86e06fece2fc25996e914"/>
+       </game>
+       <game name="Tales of Symphonia (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia (USA) (Disc 1)</description>
+               <rom name="Tales of Symphonia (USA) (Disc 1).iso" size="1459978240" crc="7fe3b9f7" md5="a427c43797ab0ad5c024014142d1c3e1" sha1="99d8668e9badd485879b7374339ddd9e1ffc80b6"/>
+       </game>
+       <game name="Tales of Symphonia (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Tales of Symphonia (USA) (Disc 2)</description>
+               <rom name="Tales of Symphonia (USA) (Disc 2).iso" size="1459978240" crc="a65645eb" md5="1078706dc88043ba6e7ab1a9aa708b32" sha1="b069c1d6cff7364230c5730c4cb513cab896ed63"/>
+       </game>
+       <game name="Metroid Prime (USA) (Rev 2)">
+               <category>Games</category>
+               <description>Metroid Prime (USA) (Rev 2)</description>
+               <rom name="Metroid Prime (USA) (Rev 2).iso" size="1459978240" crc="61592372" md5="fdfc41b8414dd7d24834c800f567c0f8" sha1="1a737910b55b59c6ad91be9e3e3c43517fd52efb"/>
+       </game>
+       <game name="Metroid Prime 2 - Echoes (USA, Canada) (Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Metroid Prime 2 - Echoes (USA, Canada) (Bonus Disc)</description>
+               <rom name="Metroid Prime 2 - Echoes (USA, Canada) (Bonus Disc).iso" size="1459978240" crc="2db1d1b2" md5="9f896293ce056a5675c4968ca6285fb6" sha1="dfbbaa44e5c8a1cf4cc9500c9f382f4f41c60503"/>
+       </game>
+       <game name="Star Fox Adventures (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Fox Adventures (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Star Fox Adventures (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="8c56e950" md5="3ea71068b7b02a362fe31353a52b8da9" sha1="0ad671eefbe0833ac0a38e34a9f543ffe8c3cd7f"/>
+       </game>
+       <game name="Pokemon Box - Ruby &amp; Sapphire (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Pokemon Box - Ruby &amp; Sapphire (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Pokemon Box - Ruby &amp; Sapphire (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="e927919f" md5="77f08fb8725ba7bf5a77207d131cbe47" sha1="c8ed3799bb1dad3173a02ed08e13918fed164e9f"/>
+       </game>
+       <game name="Pokemon Colosseum (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pokemon Colosseum (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pokemon Colosseum (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="d53438c1" md5="2be2607ae4826cbc77efb4ef4ada6385" sha1="127c4cb4d3c9c2e181f3a29e96b44fa55a77dfb2"/>
+       </game>
+       <game name="Mario Power Tennis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Power Tennis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Power Tennis (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1523102b" md5="0f09da2b8e32bcb352bfb727fb1ea725" sha1="68341d3cb0793f7e51cfdf8ac38167857c6adc62"/>
+       </game>
+       <game name="Viewtiful Joe 2 - Black Film no Nazo (Japan)">
+               <category>Games</category>
+               <description>Viewtiful Joe 2 - Black Film no Nazo (Japan)</description>
+               <rom name="Viewtiful Joe 2 - Black Film no Nazo (Japan).iso" size="1459978240" crc="3b2e6215" md5="4ec086aa491d7623a7b75b8e898d3175" sha1="9c0da460719a82ebf32465c1b69d66bc31c3b637"/>
+       </game>
+       <game name="Doshin the Giant (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Doshin the Giant (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Doshin the Giant (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="10f7328a" md5="749b736efd4b7a6c495ae543c371fb65" sha1="85aded0068de903f3727726f36c67426883e9101"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="c9c7fbfe" md5="ee4c772cc90ecb6537a331538e1bf4db" sha1="da74531ed5bd62af29af4afe8ac33d97b0d21d4c"/>
+       </game>
+       <game name="Shikigami no Shiro II (Japan)">
+               <category>Games</category>
+               <description>Shikigami no Shiro II (Japan)</description>
+               <rom name="Shikigami no Shiro II (Japan).iso" size="1459978240" crc="03641eb3" md5="334d7fcc51e15d4a4563a1e5f1ca4670" sha1="055d1864ff3c50c01cb30494f9e8d20945024c1d"/>
+       </game>
+       <game name="P.N. 03 (Japan)">
+               <category>Games</category>
+               <description>P.N. 03 (Japan)</description>
+               <rom name="P.N. 03 (Japan).iso" size="1459978240" crc="eb535a34" md5="e2bcc58b1128db5a146d7b30b41459e3" sha1="95e52920a6baddf046f42cb8ffbdd85a17c2e0fd"/>
+       </game>
+       <game name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 1)">
+               <category>Games</category>
+               <description>Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 1)</description>
+               <rom name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 1).iso" size="1459978240" crc="0cb5efc3" md5="7f5361396b6507a3c12039e4c00c19ed" sha1="43dac2d95ee62f98fda1b4c45df97807a41498e5"/>
+       </game>
+       <game name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 1)">
+               <category>Games</category>
+               <description>Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 1)</description>
+               <rom name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 1).iso" size="1459978240" crc="c2c5b93d" md5="f6be39c1dfbb467f32becfe6630b60b2" sha1="29165fb67eebc8c7473cbed8b0ad35ef033b0b82"/>
+       </game>
+       <game name="Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="7abac8b4" md5="a1f264cfdba51ccbd91c5d8227f9486c" sha1="8d1ede3f8d4cb4196935a36b6845da5b423abe6e"/>
+       </game>
+       <game name="F-Zero GX (USA)">
+               <category>Games</category>
+               <description>F-Zero GX (USA)</description>
+               <rom name="F-Zero GX (USA).iso" size="1459978240" crc="3186fcbe" md5="81293462cf48c6a482c33e25c4097ac0" sha1="cc3beb4ae027eae208d4ffb00eaa13674f56d25e"/>
+       </game>
+       <game name="Metroid Prime (USA)">
+               <category>Games</category>
+               <description>Metroid Prime (USA)</description>
+               <rom name="Metroid Prime (USA).iso" size="1459978240" crc="852b658c" md5="eeacd0ced8e2bae491eca14f141a4b7c" sha1="ac20c744db18fdf0339f37945e880708fd317231"/>
+       </game>
+       <game name="Phantasy Star Online Episode III - C.A.R.D. Revolution (Japan)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode III - C.A.R.D. Revolution (Japan)</description>
+               <rom name="Phantasy Star Online Episode III - C.A.R.D. Revolution (Japan).iso" size="1459978240" crc="37f76934" md5="bf25d3ae9cd5eb4827ec8f77fe367006" sha1="20a9fcee7b5374ba90fc14fd0cc9562f318cfff0"/>
+       </game>
+       <game name="Chaos Field Expanded (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Chaos Field Expanded (Japan) (Rev 2)</description>
+               <rom name="Chaos Field Expanded (Japan) (Rev 2).iso" size="1459978240" crc="c2b02efd" md5="8c77faa2ceac8fd9b4c662c1ff1800de" sha1="02911d217fbde4a8c3f7354123cbaf7f97fc73c4"/>
+       </game>
+       <game name="Donkey Konga (Japan)">
+               <category>Games</category>
+               <description>Donkey Konga (Japan)</description>
+               <rom name="Donkey Konga (Japan).iso" size="1459978240" crc="9d8c527b" md5="320687e475a183692c2e24b7de43efba" sha1="a1c4821232355b7e1220b2dbd849df6646782c15"/>
+       </game>
+       <game name="Naruto - Gekitou Ninja Taisen! 2 (Japan)">
+               <category>Games</category>
+               <description>Naruto - Gekitou Ninja Taisen! 2 (Japan)</description>
+               <rom name="Naruto - Gekitou Ninja Taisen! 2 (Japan).iso" size="1459978240" crc="96c9fcb5" md5="f3d7ca2374c4e756a2680d8208016223" sha1="199a3a0741947ca2ea64cf8e7e14869a023e5cb2"/>
+       </game>
+       <game name="Naruto - Gekitou Ninja Taisen! 3 (Japan)">
+               <category>Games</category>
+               <description>Naruto - Gekitou Ninja Taisen! 3 (Japan)</description>
+               <rom name="Naruto - Gekitou Ninja Taisen! 3 (Japan).iso" size="1459978240" crc="102146fd" md5="f65096558efa7a004cbbd215f9087e0e" sha1="13cfe03840739dff23c37c129bb698ca6ce3a12b"/>
+       </game>
+       <game name="Hudson Selection Vol. 4 - Takahashi-Meijin no Boukenjima (Japan)">
+               <category>Games</category>
+               <description>Hudson Selection Vol. 4 - Takahashi-Meijin no Boukenjima (Japan)</description>
+               <rom name="Hudson Selection Vol. 4 - Takahashi-Meijin no Boukenjima (Japan).iso" size="1459978240" crc="93933829" md5="c693783932da479d1e375434c2486b4b" sha1="c021cfc3b8a6a3a355abfff3048bc45cb6e842f5"/>
+       </game>
+       <game name="Ikaruga (Japan)">
+               <category>Games</category>
+               <description>Ikaruga (Japan)</description>
+               <rom name="Ikaruga (Japan).iso" size="1459978240" crc="03afaf7e" md5="b155542f69263f8a16e035066a086dfd" sha1="2f98893fbe114b19d51ecbc16b9b9069ddaa6f38"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II - Rogue Leader (France)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron II - Rogue Leader (France)</description>
+               <rom name="Star Wars - Rogue Squadron II - Rogue Leader (France).iso" size="1459978240" crc="3f7b5726" md5="776a1046f8c47d7aad0cd732b53587ca" sha1="3828186cbc9fbc6d06b1bf266f977b7e50a82c45"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III - Rebel Strike (France) (En,Fr)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron III - Rebel Strike (France) (En,Fr)</description>
+               <rom name="Star Wars - Rogue Squadron III - Rebel Strike (France) (En,Fr).iso" size="1459978240" crc="e4438bb0" md5="955f45a43abf1017b6ddf5b1a4e3ed4e" sha1="c474c29c9b001d096b3f90b90581d2f57478c939"/>
+       </game>
+       <game name="Seigneur des Anneaux, Le - Les Deux Tours (France)">
+               <category>Games</category>
+               <description>Seigneur des Anneaux, Le - Les Deux Tours (France)</description>
+               <rom name="Seigneur des Anneaux, Le - Les Deux Tours (France).iso" size="1459978240" crc="a1d07587" md5="f58b95bf1c52a4f17653ee208a37b688" sha1="b0a0ef75442510c0d3e495d02362b2b2dcd1015f"/>
+       </game>
+       <game name="Seigneur des Anneaux, Le - Le Retour du Roi (France)">
+               <category>Games</category>
+               <description>Seigneur des Anneaux, Le - Le Retour du Roi (France)</description>
+               <rom name="Seigneur des Anneaux, Le - Le Retour du Roi (France).iso" size="1459978240" crc="2010369a" md5="f62cbefd48ac834aa6ccb3fdcb99b5e1" sha1="ff0459ff9b97bad79c622d17b996279112876d4a"/>
+       </game>
+       <game name="Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 1)">
+               <category>Games</category>
+               <description>Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 1)</description>
+               <rom name="Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 1).iso" size="1459978240" crc="d71b4319" md5="eb63139c3c80a61a801faf6350221726" sha1="49765474dc0abd845b31a08412242e4d6bc5c6f6"/>
+       </game>
+       <game name="Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 2)">
+               <category>Games</category>
+               <description>Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 2)</description>
+               <rom name="Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 2).iso" size="1459978240" crc="c155e76f" md5="a9f322857d3c300a0408a10957663aa0" sha1="a5f9b5a6ae2a80375f13bf9226deef58a2de336f"/>
+       </game>
+       <game name="Metroid Prime 2 - Echoes (USA)">
+               <category>Games</category>
+               <description>Metroid Prime 2 - Echoes (USA)</description>
+               <rom name="Metroid Prime 2 - Echoes (USA).iso" size="1459978240" crc="f9bc88b6" md5="ce781ad1452311ca86667cf8dbd7d112" sha1="6af3496391bfe4ae97769f2fe85f0f575f2e3d5a"/>
+       </game>
+       <game name="Legend of Zelda, The - The Wind Waker (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - The Wind Waker (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of Zelda, The - The Wind Waker (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="61fc5423" md5="9841cc876fb7be6c61ead51deeabf280" sha1="98f0a19d9a3b2ca3352621c77f47a547c97a27f1"/>
+       </game>
+       <game name="NHL 2003 (USA)">
+               <category>Games</category>
+               <description>NHL 2003 (USA)</description>
+               <rom name="NHL 2003 (USA).iso" size="1459978240" crc="8c3011fb" md5="d59e50fb88199840e192c2c61926f1d6" sha1="5ab23f2e89069fb8a977f61b48cb4e7435578175"/>
+       </game>
+       <game name="NHL Hitz 2002 (USA)">
+               <category>Games</category>
+               <description>NHL Hitz 2002 (USA)</description>
+               <rom name="NHL Hitz 2002 (USA).iso" size="1459978240" crc="53f2137a" md5="488d2a15d25da53fa4451a5e8471dfbc" sha1="64d8b607aa2b5fa5fbbb5bfb0be149080781370f"/>
+       </game>
+       <game name="NHL Hitz 2003 (USA)">
+               <category>Games</category>
+               <description>NHL Hitz 2003 (USA)</description>
+               <rom name="NHL Hitz 2003 (USA).iso" size="1459978240" crc="bb9fc845" md5="1f26fd56ed2598b410f35945e199c45d" sha1="fb98d0e483ccdb84343707c421b6c7a8fe436288"/>
+       </game>
+       <game name="Madden NFL 2003 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2003 (USA)</description>
+               <rom name="Madden NFL 2003 (USA).iso" size="1459978240" crc="a1719769" md5="c98f878f98d66f9e530581aec966551d" sha1="e63c0fdc66d0dac341327ac7abe5f4bce788dc5d"/>
+       </game>
+       <game name="Paper Mario - The Thousand-Year Door (USA)">
+               <category>Games</category>
+               <description>Paper Mario - The Thousand-Year Door (USA)</description>
+               <rom name="Paper Mario - The Thousand-Year Door (USA).iso" size="1459978240" crc="5a682160" md5="db9a997a617ee03bbc32336d6945ec02" sha1="8e403c1cb6a51967698b0bfeafdaf2a4fa96a61f"/>
+       </game>
+       <game name="Pokemon Colosseum (USA)">
+               <category>Games</category>
+               <description>Pokemon Colosseum (USA)</description>
+               <rom name="Pokemon Colosseum (USA).iso" size="1459978240" crc="0704554f" md5="e3f389dc5662b9f941769e370195ec90" sha1="96b2b686d202a13dd15261fb7cffbcb2f08c0a77"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="25b0368b" md5="478bf75c63d6ff30315c9b34cee288ab" sha1="d6b591ddc34e689d6792fa5190feda88e969c041"/>
+       </game>
+       <game name="Sonic Adventure DX - Director's Cut (USA) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Sonic Adventure DX - Director's Cut (USA) (En,Ja,Fr,De,Es)</description>
+               <rom name="Sonic Adventure DX - Director's Cut (USA) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="f4e4e141" md5="b5d979135826338fa0d90d40f907c9b2" sha1="70c7ae65cd83c65675e279cd15cbf69cdda29565"/>
+       </game>
+       <game name="Sonic Adventure 2 - Battle (USA) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Sonic Adventure 2 - Battle (USA) (En,Ja,Fr,De,Es)</description>
+               <rom name="Sonic Adventure 2 - Battle (USA) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="024f4f8f" md5="9ef5fadf4b8756af820df997468a5a16" sha1="f8cc51128df2a3b0da9d6f3a234c895a4cd7dc22"/>
+       </game>
+       <game name="Sonic Mega Collection (USA)">
+               <category>Games</category>
+               <description>Sonic Mega Collection (USA)</description>
+               <rom name="Sonic Mega Collection (USA).iso" size="1459978240" crc="01b52739" md5="85a525df1481d0ad67d8761f832dca12" sha1="06eb6d15b4d7f90ec0fed9ce9a77db41358d74ed"/>
+       </game>
+       <game name="Spawn - Armageddon (USA)">
+               <category>Games</category>
+               <description>Spawn - Armageddon (USA)</description>
+               <rom name="Spawn - Armageddon (USA).iso" size="1459978240" crc="27df6bec" md5="14fc76a34700adaede628521a8956cbf" sha1="d98360041f77194ab7b787b010535ceaa2dc494e"/>
+       </game>
+       <game name="Pokemon XD - Gale of Darkness (USA)">
+               <category>Games</category>
+               <description>Pokemon XD - Gale of Darkness (USA)</description>
+               <rom name="Pokemon XD - Gale of Darkness (USA).iso" size="1459978240" crc="c0f69d18" md5="3bc1671806cf763a8712a5d398f62ad3" sha1="c1b5218f832403d15aa500ac4d6aacc8865c792d"/>
+       </game>
+       <game name="Star Fox Adventures (USA)">
+               <category>Games</category>
+               <description>Star Fox Adventures (USA)</description>
+               <rom name="Star Fox Adventures (USA).iso" size="1459978240" crc="0f4b0960" md5="afb0306454b581e37a62170fdfd1de09" sha1="fa400b813e8359f24667fd6d4b368af0c325bef6"/>
+       </game>
+       <game name="Star Fox - Assault (USA)">
+               <category>Games</category>
+               <description>Star Fox - Assault (USA)</description>
+               <rom name="Star Fox - Assault (USA).iso" size="1459978240" crc="07166d23" md5="992e00b7df1960d4ca03c76801502f91" sha1="065341b8575adea00fd0a75e389f135d32840423"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II - Rogue Leader (USA)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron II - Rogue Leader (USA)</description>
+               <rom name="Star Wars - Rogue Squadron II - Rogue Leader (USA).iso" size="1459978240" crc="e9d4823d" md5="0bf391bee90da09d6042016d23e7a9b1" sha1="4add0e2411c0940d5c30dd408677085427f80aa9"/>
+       </game>
+       <game name="Super Mario Sunshine (USA, Canada)">
+               <category>Games</category>
+               <description>Super Mario Sunshine (USA, Canada)</description>
+               <rom name="Super Mario Sunshine (USA, Canada).iso" size="1459978240" crc="771ad977" md5="0c6d2edae9fdf40dfc410ff1623e4119" sha1="8d094f2c5c112aba9660f0478b16c7f2caf63cbf"/>
+       </game>
+       <game name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Europe) (En,Fr,De)</description>
+               <rom name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Europe) (En,Fr,De).iso" size="1459978240" crc="089b978d" md5="b18019b6b399c9826bae843f06c43d08" sha1="d0c95b2cb3c6682a171db267932af7af8cf5fa82"/>
+       </game>
+       <game name="Animal Crossing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Animal Crossing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Animal Crossing (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="37b56050" md5="c5a4d1535655ddbc84a95c305fecda55" sha1="e5358089343299de67cbc87d8868dfe07baac44f"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Final Fantasy Crystal Chronicles (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1c68474c" md5="018b43a323a75bb73d124498327810cd" sha1="0b3b7c1f48319e28905ca6eff66b815d1c09c6d3"/>
+       </game>
+       <game name="F-Zero GX (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>F-Zero GX (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="F-Zero GX (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7065fd23" md5="e1081d2e1701de9dd5114388e361dbdf" sha1="7db5630d62ffcc92e91b4112e73e3675a6cea401"/>
+       </game>
+       <game name="Super Smash Bros. Melee (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Smash Bros. Melee (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Super Smash Bros. Melee (Europe, Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="0fd01424" md5="5e118fc2d85350b7b092d0192bfb0f1a" sha1="d0a925866379c546ceb739eeb780d011383cb07c"/>
+       </game>
+       <game name="Super Mario Sunshine (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Mario Sunshine (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Super Mario Sunshine (Europe, Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="4c1d3641" md5="72c4860d8555d5e790628e348abc244d" sha1="26798080de5e5c0f154915324c5c7dd6aa36056a"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (Europe)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (Europe)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (Europe).iso" size="1459978240" crc="97d0fbb3" md5="2e0df737435beb701c77672d7e80e113" sha1="92c7119517cd53c75a7c13f302951b53810e2c2c"/>
+       </game>
+       <game name="Donkey Konga 2 - Hit Song Parade (Japan)">
+               <category>Games</category>
+               <description>Donkey Konga 2 - Hit Song Parade (Japan)</description>
+               <rom name="Donkey Konga 2 - Hit Song Parade (Japan).iso" size="1459978240" crc="83d4b6b7" md5="164e01612eb8d3adb45fbb52aec359ee" sha1="14f9bb9707509ac794b35e41d352e120ec1b496e"/>
+       </game>
+       <game name="Homeland (Japan)">
+               <category>Games</category>
+               <description>Homeland (Japan)</description>
+               <rom name="Homeland (Japan).iso" size="1459978240" crc="c49982d2" md5="977532c2d71fe81fdfc96fe7bda6bab8" sha1="3ff1435f2a7bac9160546bd4d19dcc5711625bbd"/>
+       </game>
+       <game name="Legend of Zelda, The - Collector's Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Collector's Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of Zelda, The - Collector's Edition (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="667329d4" md5="1c9fa0c8adc9584e5169d4cfb51425f3" sha1="fa16772e967ad667ebff39fb6b035ff1f80bc8e4"/>
+       </game>
+       <game name="Mega Man Network Transmission (Europe)">
+               <category>Games</category>
+               <description>Mega Man Network Transmission (Europe)</description>
+               <rom name="Mega Man Network Transmission (Europe).iso" size="1459978240" crc="faebcdf1" md5="9ce508e45fec6d36444ddfbc8938c7b7" sha1="c12676e91174a8a78fc758bafbc256565ca24e56"/>
+       </game>
+       <game name="1080 Avalanche (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>1080 Avalanche (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="1080 Avalanche (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="32c98b7f" md5="3a95a080a8359f7026c3aedc00b99f53" sha1="5ba38c32bc978093466602511f6f4fbe5d789721"/>
+       </game>
+       <game name="Spyro - Enter the Dragonfly (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Spyro - Enter the Dragonfly (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Spyro - Enter the Dragonfly (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="c413de23" md5="f50e631c014b968d707d839a4afd69c5" sha1="5455ed1bc9137636745cb0e60867eed1ca3bc850"/>
+       </game>
+       <game name="Lord of the Rings, The - The Two Towers (USA)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Two Towers (USA)</description>
+               <rom name="Lord of the Rings, The - The Two Towers (USA).iso" size="1459978240" crc="b47e9571" md5="5a5a0b7e7b082701a20b2f0f2472397e" sha1="952ac69493470329b52c724f025b1f0db2f99470"/>
+       </game>
+       <game name="Spyro - Enter the Dragonfly (USA, Canada)">
+               <category>Games</category>
+               <description>Spyro - Enter the Dragonfly (USA, Canada)</description>
+               <rom name="Spyro - Enter the Dragonfly (USA, Canada).iso" size="1459978240" crc="0956a8df" md5="b6d438d5f29577d356f6214b5277f1e6" sha1="458e763718e574b4a595dce720a203a5a2a1d791"/>
+       </game>
+       <game name="Game Boy Player Start-Up Disc (USA) (Rev 2)">
+               <category>Applications</category>
+               <description>Game Boy Player Start-Up Disc (USA) (Rev 2)</description>
+               <rom name="Game Boy Player Start-Up Disc (USA) (Rev 2).iso" size="1459978240" crc="dcd8fa3d" md5="03c6f44267aa4a5c42ab20698f88f477" sha1="f2439bbe1ff64133050fbc00574be8478210a958"/>
+       </game>
+       <game name="Hobbit, The - The Prelude to the Lord of the Rings (USA)">
+               <category>Games</category>
+               <description>Hobbit, The - The Prelude to the Lord of the Rings (USA)</description>
+               <rom name="Hobbit, The - The Prelude to the Lord of the Rings (USA).iso" size="1459978240" crc="54ebda42" md5="2b23db4fbec38938018bc9ae2fa8336e" sha1="ecee716fe6dc876e49989f1ba99f91353e03bb40"/>
+       </game>
+       <game name="007 - Nightfire (Europe) (En,It,Nl,Sv)">
+               <category>Games</category>
+               <description>007 - Nightfire (Europe) (En,It,Nl,Sv)</description>
+               <rom name="007 - Nightfire (Europe) (En,It,Nl,Sv).iso" size="1459978240" crc="a94b37e8" md5="3971f7e05cf87c6288c740caa299a000" sha1="a1952b927298c47b58713825e0d30b8bddc79d66"/>
+       </game>
+       <game name="Kelly Slater's Pro Surfer (Europe, Australia)">
+               <category>Games</category>
+               <description>Kelly Slater's Pro Surfer (Europe, Australia)</description>
+               <rom name="Kelly Slater's Pro Surfer (Europe, Australia).iso" size="1459978240" crc="81976bf2" md5="4b7e77ec727d0659955967c827f889bb" sha1="9890a8804b8edab23839c708affe969d611752d1"/>
+       </game>
+       <game name="Viewtiful Joe (Europe) (Demo)">
+               <category>Demos</category>
+               <description>Viewtiful Joe (Europe) (Demo)</description>
+               <rom name="Viewtiful Joe (Europe) (Demo).iso" size="1459978240" crc="aff83635" md5="d77b3dbb6555a82feff166a40401dc7a" sha1="924667a79d97d813d1cf1cb53e8d653af2378d13"/>
+       </game>
+       <game name="Lord of the Rings, The - The Third Age (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Third Age (USA) (Disc 1)</description>
+               <rom name="Lord of the Rings, The - The Third Age (USA) (Disc 1).iso" size="1459978240" crc="d1f2b4b3" md5="87884ec09614bff4813f506470f97d06" sha1="9b029e9b480476b9b32098b094d8dd138c240772"/>
+       </game>
+       <game name="Lord of the Rings, The - The Third Age (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Third Age (USA) (Disc 2)</description>
+               <rom name="Lord of the Rings, The - The Third Age (USA) (Disc 2).iso" size="1459978240" crc="5ebf714e" md5="8cff44cd0bbaa022e58dbb991460f592" sha1="98e4ad747b62a7105baf998c260567ed68c4ffcc"/>
+       </game>
+       <game name="007 - Everything or Nothing (USA)">
+               <category>Games</category>
+               <description>007 - Everything or Nothing (USA)</description>
+               <rom name="007 - Everything or Nothing (USA).iso" size="1459978240" crc="6c5e9ac5" md5="765fcce09699b8632119402ab23d8e89" sha1="850fc473afcca94171864e754a098a81d9276e98"/>
+       </game>
+       <game name="Metal Gear Solid - The Twin Snakes (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Metal Gear Solid - The Twin Snakes (USA) (Disc 1)</description>
+               <rom name="Metal Gear Solid - The Twin Snakes (USA) (Disc 1).iso" size="1459978240" crc="02ab12f2" md5="0720e3d3fe42587b2ce22fbb8a60b847" sha1="e7ef51fd4e1d6030213b03cb315259c88e8474f8"/>
+       </game>
+       <game name="Metal Gear Solid - The Twin Snakes (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Metal Gear Solid - The Twin Snakes (USA) (Disc 2)</description>
+               <rom name="Metal Gear Solid - The Twin Snakes (USA) (Disc 2).iso" size="1459978240" crc="ff7bcd0a" md5="8d316f3b9438977101b7b8e0cb5c1418" sha1="53feecef9a16509d82946dee6a88d353c054f1ae"/>
+       </game>
+       <game name="Resident Evil Zero (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil Zero (USA) (Disc 1)</description>
+               <rom name="Resident Evil Zero (USA) (Disc 1).iso" size="1459978240" crc="bcc348bf" md5="0ee40d54f7da504b559ae7eb4bb31b9d" sha1="350e5e7b00373bed18dab879cdd2de82111dd222"/>
+       </game>
+       <game name="Resident Evil Zero (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil Zero (USA) (Disc 2)</description>
+               <rom name="Resident Evil Zero (USA) (Disc 2).iso" size="1459978240" crc="4daf0830" md5="51f50b40a979ce53b2b19f8161ad9cd0" sha1="9ed77923f2c6de99bab804f31cbb8dd61875096d"/>
+       </game>
+       <game name="FIFA Football 2003 (Europe)">
+               <category>Games</category>
+               <description>FIFA Football 2003 (Europe)</description>
+               <rom name="FIFA Football 2003 (Europe).iso" size="1459978240" crc="60db66fa" md5="e8cf77c31e4f89fb5ef64fb533934696" sha1="fbb57289dab1d0e835733f680af7767e3b0be800"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II - Rogue Leader (Europe)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron II - Rogue Leader (Europe)</description>
+               <rom name="Star Wars - Rogue Squadron II - Rogue Leader (Europe).iso" size="1459978240" crc="51fc19e0" md5="15c49ff1dc836d19a1f275ac46ef4398" sha1="0a0bf8aa760b6f3afadd299bbdf89ed8ec15ffba"/>
+       </game>
+       <game name="Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="7f8c8d91" md5="632b85c203fdbf2862eafe9493a4c868" sha1="c44f5042608f39f87fa3b4de753e3ea200077e55"/>
+       </game>
+       <game name="Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="6f934586" md5="9d1aa1629b83f9791bbf893662bc3250" sha1="05b85a70c1b342235b9cda4dd7f81962d69d40aa"/>
+       </game>
+       <game name="Eternal Darkness - Sanity's Requiem (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Eternal Darkness - Sanity's Requiem (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Eternal Darkness - Sanity's Requiem (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="fae4d261" md5="c784fa979dec9f2c38259b878138fda5" sha1="5ec7bc2ebb56c5706cfcb913eb2806dd78a9f75d"/>
+       </game>
+       <game name="Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Applications</category>
+               <description>Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="1459978240" crc="5ecd9681" md5="019a4ebb28d180d1a734ee011cea1ca7" sha1="f8ac4741e85de70d9e96922a93dfb28edc45161f"/>
+       </game>
+       <game name="Resident Evil - Code - Veronica X (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil - Code - Veronica X (USA) (Disc 2)</description>
+               <rom name="Resident Evil - Code - Veronica X (USA) (Disc 2).iso" size="1459978240" crc="17270b07" md5="c4373cdcaa79b863fba94b1cae0efeb0" sha1="4feae623f0c38caa28fc19075a7d28637273b251"/>
+       </game>
+       <game name="Resident Evil - Code - Veronica X (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil - Code - Veronica X (USA) (Disc 1)</description>
+               <rom name="Resident Evil - Code - Veronica X (USA) (Disc 1).iso" size="1459978240" crc="4bfe0a5c" md5="4353d37246529d9493ef5db3aef419a0" sha1="8920fa8a7e3de1a3c64fbe5d53c7d7b48de91773"/>
+       </game>
+       <game name="Resident Evil 2 (USA)">
+               <category>Games</category>
+               <description>Resident Evil 2 (USA)</description>
+               <rom name="Resident Evil 2 (USA).iso" size="1459978240" crc="b93a8a1f" md5="ee2967ed8ccda671999a5151f2026723" sha1="7b60cea77ef270f9df61c81837bd3951109d6e98"/>
+       </game>
+       <game name="Resident Evil 3 - Nemesis (USA)">
+               <category>Games</category>
+               <description>Resident Evil 3 - Nemesis (USA)</description>
+               <rom name="Resident Evil 3 - Nemesis (USA).iso" size="1459978240" crc="075fadb6" md5="428abf23e4c06dbfcbd3cea2fa577385" sha1="1644b7cbb4a46306ffcfc0a757408ffc1da34fd3"/>
+       </game>
+       <game name="Super Smash Bros. Melee (USA) (En,Ja) (Rev 1)">
+               <category>Games</category>
+               <description>Super Smash Bros. Melee (USA) (En,Ja) (Rev 1)</description>
+               <rom name="Super Smash Bros. Melee (USA) (En,Ja) (Rev 1).iso" size="1459978240" crc="85175e75" md5="67136bd167b471e0ad72e98d10cf4356" sha1="5ecab83cd72c0ff515d750280f92713f19fa46f1"/>
+       </game>
+       <game name="Pikmin (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Pikmin (USA) (Rev 1)</description>
+               <rom name="Pikmin (USA) (Rev 1).iso" size="1459978240" crc="5c680247" md5="a249b6aac02b24223b0156fc2eaf8853" sha1="23a153cb225fef488f57073e76df0de26789c218"/>
+       </game>
+       <game name="Billy Hatcher and the Giant Egg (USA)">
+               <category>Games</category>
+               <description>Billy Hatcher and the Giant Egg (USA)</description>
+               <rom name="Billy Hatcher and the Giant Egg (USA).iso" size="1459978240" crc="894ddff0" md5="bc8af5c06a3bff09351f7cb16724ffce" sha1="de0a702c6e542b84be3be4f73164e6c0e0d7a844"/>
+       </game>
+       <game name="Donkey Konga (USA)">
+               <category>Games</category>
+               <description>Donkey Konga (USA)</description>
+               <rom name="Donkey Konga (USA).iso" size="1459978240" crc="31a8ad20" md5="e5b73629e885d5bd3391f2fba3cc751c" sha1="6e85c9f6d93c1ec0055e9a2ef7722d3174b398f1"/>
+       </game>
+       <game name="Medal of Honor - Soleil Levant (France) (Disc 1)">
+               <category>Games</category>
+               <description>Medal of Honor - Soleil Levant (France) (Disc 1)</description>
+               <rom name="Medal of Honor - Soleil Levant (France) (Disc 1).iso" size="1459978240" crc="210da06d" md5="9b28a091fdcef6c08a5bd7cfe65d029a" sha1="5bd3b7cdaebb1a81872f8097f20c1a8446edb69d"/>
+       </game>
+       <game name="Medal of Honor - Soleil Levant (France) (Disc 2)">
+               <category>Games</category>
+               <description>Medal of Honor - Soleil Levant (France) (Disc 2)</description>
+               <rom name="Medal of Honor - Soleil Levant (France) (Disc 2).iso" size="1459978240" crc="bf4c34f9" md5="b582f6719f9f53e11add209dfb88fa6a" sha1="68c78a9ee12659c257198ef4b2d6e0af7daaeb82"/>
+       </game>
+       <game name="Robotech - Battlecry (USA)">
+               <category>Games</category>
+               <description>Robotech - Battlecry (USA)</description>
+               <rom name="Robotech - Battlecry (USA).iso" size="1459978240" crc="6ee515dc" md5="cd48d2eea3103e5bd6f1d154937199c0" sha1="4875e9be673813f8d9b87667424733363485a43a"/>
+       </game>
+       <game name="Mario Kart - Double Dash!! (USA)">
+               <category>Games</category>
+               <description>Mario Kart - Double Dash!! (USA)</description>
+               <rom name="Mario Kart - Double Dash!! (USA).iso" size="1459978240" crc="099e2c6d" md5="97f9ebc39ab4244e419848793988561a" sha1="34bdef709a1ae9799fdabe8e54cff1c7d3665f2b"/>
+       </game>
+       <game name="Mario Kart - Double Dash!! (USA) (Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Mario Kart - Double Dash!! (USA) (Bonus Disc)</description>
+               <rom name="Mario Kart - Double Dash!! (USA) (Bonus Disc).iso" size="1459978240" crc="7c7068a9" md5="2d4b9f26fc33de2d4d4fff5232e4e592" sha1="2ce40058a13c89964988851a1a0174e711d1f0b6"/>
+       </game>
+       <game name="Prince of Persia - Warrior Within (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Prince of Persia - Warrior Within (USA) (En,Fr,Es)</description>
+               <rom name="Prince of Persia - Warrior Within (USA) (En,Fr,Es).iso" size="1459978240" crc="546484d5" md5="dce5a1a75982905554d9d465a743ff3b" sha1="b427358f4dd11866b2d88e0fbfff643c0df48f75"/>
+       </game>
+       <game name="FIFA Football 2003 (Germany)">
+               <category>Games</category>
+               <description>FIFA Football 2003 (Germany)</description>
+               <rom name="FIFA Football 2003 (Germany).iso" size="1459978240" crc="2d1bc6dc" md5="a7c7ac37b72a2509ea7b5aff38733720" sha1="828d7641f068dfbdf60d98d8f30741917587ddb0"/>
+       </game>
+       <game name="Turok - Evolution (Germany)">
+               <category>Games</category>
+               <description>Turok - Evolution (Germany)</description>
+               <rom name="Turok - Evolution (Germany).iso" size="1459978240" crc="f079d911" md5="fdef9194031884f7315015508d251b7c" sha1="941f0364250f06d9526f15e47894685f0312e34b"/>
+       </game>
+       <game name="Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="dda63a9f" md5="5ea73a9328c549c74c4feaf68abae7bc" sha1="c497341f869e923d1e1c977a7a9ce8dba1f0e462"/>
+       </game>
+       <game name="Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="4970460d" md5="9d0c9be6e329768b1092d5fb0e7358e4" sha1="c1920fc5ba042faf3abdb88161838b2c9ae92ad2"/>
+       </game>
+       <game name="Lord of the Rings, The - The Two Towers (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Two Towers (Europe) (En,Nl)</description>
+               <rom name="Lord of the Rings, The - The Two Towers (Europe) (En,Nl).iso" size="1459978240" crc="221f5b1b" md5="bc12ace28720323a9b9c7b3a85347c82" sha1="1e5ca6d8186d5f7d13d7f9e8c3438c7c47adbc5d"/>
+       </game>
+       <game name="FIFA Football 2004 (Europe)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Europe)</description>
+               <rom name="FIFA Football 2004 (Europe).iso" size="1459978240" crc="62f6c8e5" md5="e3aadcccd20a4e19acbdb3e1ec689b94" sha1="f6f9361385d03cc4c311ec7ef9e1c62bc075767b"/>
+       </game>
+       <game name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 1)">
+               <category>Games</category>
+               <description>2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 1)</description>
+               <rom name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 1).iso" size="1459978240" crc="977e170b" md5="249f3c69db9324e92a3faf66c3c2ac3d" sha1="3523afb30a1d38e11b1cdb540027392346602deb"/>
+       </game>
+       <game name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 2)">
+               <category>Games</category>
+               <description>2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 2)</description>
+               <rom name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 2).iso" size="1459978240" crc="893397ae" md5="0057239560246895369d37efd0aa2185" sha1="b78e0385bd4a2398ca6f407e0ae3aa128c699ee6"/>
+       </game>
+       <game name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 1)">
+               <category>Games</category>
+               <description>2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 1)</description>
+               <rom name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 1).iso" size="1459978240" crc="2f1904a8" md5="33012f2d1c29c684c17cc79f3177577d" sha1="de99e8d3427c5b3821cce5d91cd03c0fc1afc905"/>
+       </game>
+       <game name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 2)">
+               <category>Games</category>
+               <description>2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 2)</description>
+               <rom name="2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 2).iso" size="1459978240" crc="58e2c01d" md5="bbd3c0d5b10ae4fd96d378efb1bcb09e" sha1="33be45cab7b45337b01b60f680fc2b85b7f4f73d"/>
+       </game>
+       <game name="2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 1)">
+               <category>Games</category>
+               <description>2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 1)</description>
+               <rom name="2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 1).iso" size="1459978240" crc="30127b72" md5="91ebe9828eb044a2e52242acb7f8ceef" sha1="af6fd8297768fb208cd8e701dbce853e1da737f1"/>
+       </game>
+       <game name="2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 2)">
+               <category>Games</category>
+               <description>2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 2)</description>
+               <rom name="2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 2).iso" size="1459978240" crc="e5d67d74" md5="c1ae965be09edfe7733351da3ac5f02b" sha1="6a4356967af7bb6b2012a5dfd25de0ccf637c531"/>
+       </game>
+       <game name="Buffy im Bann der Daemonen - Chaos Bleeds (Germany)">
+               <category>Games</category>
+               <description>Buffy im Bann der Daemonen - Chaos Bleeds (Germany)</description>
+               <rom name="Buffy im Bann der Daemonen - Chaos Bleeds (Germany).iso" size="1459978240" crc="388c65d2" md5="266fa8f542a03834ec5da69b54a65757" sha1="e564fe2876c14ac78a197ec95b953fc9f407b20a"/>
+       </game>
+       <game name="ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="d16161b8" md5="6f3333aabb42daa702471cc91a082995" sha1="14f79375a078fb4aaf3c172493ac12bf92e0e51e"/>
+       </game>
+       <game name="Bad Boys II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bad Boys II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bad Boys II (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="a2286865" md5="1e9b87ccb012ecc4eb1cbd731b11f8b7" sha1="d7814edae68893c9f10ee140888fffcee34b5a46"/>
+       </game>
+       <game name="Bomberman Generation (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Bomberman Generation (Europe) (En,Fr,De)</description>
+               <rom name="Bomberman Generation (Europe) (En,Fr,De).iso" size="1459978240" crc="d46faff3" md5="5e85f53136d139205c3b3da2d16b7b15" sha1="163ca32f868be040d85e899f83aee6945441f21f"/>
+       </game>
+       <game name="Bratz - Rock Angelz (Germany)">
+               <category>Games</category>
+               <description>Bratz - Rock Angelz (Germany)</description>
+               <rom name="Bratz - Rock Angelz (Germany).iso" size="1459978240" crc="7218d1ab" md5="1fcbdd6ad640ec8709dd6a19088984c5" sha1="f4bb61b1622190b922411a322efadc3ee3c7f07a"/>
+       </game>
+       <game name="Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="a640902d" md5="ea8289eeb44f2eef2b8c1b9e2158523e" sha1="b37076d0a4a0544b091d7967ed1a965d11859d39"/>
+       </game>
+       <game name="Butt-Ugly Martians - Zoom or Doom! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Butt-Ugly Martians - Zoom or Doom! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Butt-Ugly Martians - Zoom or Doom! (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="6d8d3bd4" md5="105e2bbc5b5c23a8fab5540aab8f68bc" sha1="aa56e59210c6a88adbf1bc63817021bee8e38cb4"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (Germany)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (Germany)</description>
+               <rom name="Call of Duty - Finest Hour (Germany).iso" size="1459978240" crc="d3abfb57" md5="5e985879323371fb6613824c7de14158" sha1="d7c51431a07d99bcc022218cef32e4348194bb17"/>
+       </game>
+       <game name="Carmen Sandiego - The Secret of the Stolen Drums (Europe) (De,Es)">
+               <category>Games</category>
+               <description>Carmen Sandiego - The Secret of the Stolen Drums (Europe) (De,Es)</description>
+               <rom name="Carmen Sandiego - The Secret of the Stolen Drums (Europe) (De,Es).iso" size="1459978240" crc="9bc4436e" md5="7d1dd64efed21a2f9a8d0246543ac32e" sha1="45f33a73d0f188a7ac2fa2010ae1210862633606"/>
+       </game>
+       <game name="Casper - Spirit Dimensions (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Casper - Spirit Dimensions (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Casper - Spirit Dimensions (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="3caf68b2" md5="550d6f9e3ce2de34a283f77a1d32fbdb" sha1="53a9285d603dab2911065d43b4a61fde6ce23945"/>
+       </game>
+       <game name="Disney Sports - Skateboarding (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney Sports - Skateboarding (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney Sports - Skateboarding (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1700cae2" md5="4ca73f7a1c22caf78778f14ba0792bbd" sha1="4935c4cefe42cd37bb5ac873b3be07b45e3a80f9"/>
+       </game>
+       <game name="Evolution Skateboarding (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Evolution Skateboarding (Europe) (En,Fr,De)</description>
+               <rom name="Evolution Skateboarding (Europe) (En,Fr,De).iso" size="1459978240" crc="b591a35f" md5="6fa21d785c0841a7d99d1b3d2ac78f6c" sha1="a177e4d1918a7e9cb54f008459cb4fa02a988788"/>
+       </game>
+       <game name="Evolution Snowboarding (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Evolution Snowboarding (Europe) (En,Fr,De)</description>
+               <rom name="Evolution Snowboarding (Europe) (En,Fr,De).iso" size="1459978240" crc="a8d158ff" md5="2bf707cb25b8d1191cb20dd546929c64" sha1="d4c1e0b35b135f431e29d2821c809ada10c19d36"/>
+       </game>
+       <game name="Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ce0a38b3" md5="7f73d149cfe9f877abe99c3cba26ed4e" sha1="82a4680fd87fada55ca84016eff508d485317906"/>
+       </game>
+       <game name="Need for Speed - Underground (Germany)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (Germany)</description>
+               <rom name="Need for Speed - Underground (Germany).iso" size="1459978240" crc="89160c7c" md5="e80ab06493365fca7e400d4c87e778d6" sha1="65f646bd48de53ebdeb14ce261b2e3a15534cd1e"/>
+       </game>
+       <game name="Speed Challenge - Jacques Villeneuve's Racing Vision (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Speed Challenge - Jacques Villeneuve's Racing Vision (Europe) (En,Fr)</description>
+               <rom name="Speed Challenge - Jacques Villeneuve's Racing Vision (Europe) (En,Fr).iso" size="1459978240" crc="e649640a" md5="13730f9eda5e6877e556a21bb43e939b" sha1="52f465d3123c161118504f31e6601defc7b45e46"/>
+       </game>
+       <game name="Worms Blast (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Worms Blast (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Worms Blast (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="85d42f70" md5="a6d3764b27767cc74efdf40582ede258" sha1="b4d7a76a34ba1bda6f220b365a4eeddf860c28a6"/>
+       </game>
+       <game name="Cocoto Platform Jumper (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cocoto Platform Jumper (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cocoto Platform Jumper (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="d244cc6b" md5="e39809c8acbe04b91c8482fe060cfaff" sha1="580fc52b44f4ad17ed8be454e497c513de1bb2a9"/>
+       </game>
+       <game name="Tierisch verrueckte Bauernhof, Der (Germany)">
+               <category>Games</category>
+               <description>Tierisch verrueckte Bauernhof, Der (Germany)</description>
+               <rom name="Tierisch verrueckte Bauernhof, Der (Germany).iso" size="1459978240" crc="dc7cd950" md5="a42b2e506508da079a4ab3bda9979363" sha1="2d646a596df7fba462aa1f45ae12efaa8630a001"/>
+       </game>
+       <game name="Disney's Extreme Skate Adventure (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Disney's Extreme Skate Adventure (Europe) (Fr,De)</description>
+               <rom name="Disney's Extreme Skate Adventure (Europe) (Fr,De).iso" size="1459978240" crc="3544f0b0" md5="810f4a0f4c2fbde06a5d3355edcf0732" sha1="cc6f87117d4a239ef3328d24b18a757c44ad3a64"/>
+       </game>
+       <game name="Die Hard - Vendetta (Germany) (En,De)">
+               <category>Games</category>
+               <description>Die Hard - Vendetta (Germany) (En,De)</description>
+               <rom name="Die Hard - Vendetta (Germany) (En,De).iso" size="1459978240" crc="044e194b" md5="f97a7b734a223ffda848a21cfdd83bb3" sha1="6eab6ac61aec86240f884121ee0041ebc41075a5"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (Fr,De)</description>
+               <rom name="Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (Fr,De).iso" size="1459978240" crc="f1faffb9" md5="9d35107bd340e65a047df0635e7e730b" sha1="77eebc4066f40628af9bcf5302fbcefa19638c4c"/>
+       </game>
+       <game name="Fantastic 4 (Germany)">
+               <category>Games</category>
+               <description>Fantastic 4 (Germany)</description>
+               <rom name="Fantastic 4 (Germany).iso" size="1459978240" crc="c57a318d" md5="2d64888fc0fa8d48bc7b3a4bf6701e8e" sha1="69248a75267c4256309c04a58323a2c6236afa92"/>
+       </game>
+       <game name="2002 FIFA World Cup (Germany)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (Germany)</description>
+               <rom name="2002 FIFA World Cup (Germany).iso" size="1459978240" crc="3508278d" md5="91fbde7508247e51b42286926d1a9781" sha1="aee664fe47ace928f9a2a0f37598b48213274266"/>
+       </game>
+       <game name="Disney-Pixar Findet Nemo (Germany)">
+               <category>Games</category>
+               <description>Disney-Pixar Findet Nemo (Germany)</description>
+               <rom name="Disney-Pixar Findet Nemo (Germany).iso" size="1459978240" crc="80c21a71" md5="f7e01141ca1f1f30a20ab865be952763" sha1="25ee447324591bd6210d813ba71f1f21303ed422"/>
+       </game>
+       <game name="Gun (Germany) (En,De)">
+               <category>Games</category>
+               <description>Gun (Germany) (En,De)</description>
+               <rom name="Gun (Germany) (En,De).iso" size="1459978240" crc="fd40ca10" md5="83f9a8c0d653479e6278e87f81087ef1" sha1="884b09969e5739c5ef5beb3fd0fb694a4c71c529"/>
+       </game>
+       <game name="Nickelodeon SpongeBob Schwammkopf - Der Film (Germany)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob Schwammkopf - Der Film (Germany)</description>
+               <rom name="Nickelodeon SpongeBob Schwammkopf - Der Film (Germany).iso" size="1459978240" crc="2e2565bb" md5="d4eea40e3ed3140dd6c747042a1cfb15" sha1="809e49a33a6bae3f8b6e927e96122a4519210b7a"/>
+       </game>
+       <game name="007 - Agent im Kreuzfeuer (Germany)">
+               <category>Games</category>
+               <description>007 - Agent im Kreuzfeuer (Germany)</description>
+               <rom name="007 - Agent im Kreuzfeuer (Germany).iso" size="1459978240" crc="43c1d6a0" md5="a91e2b43028eee80f6e953a542dee9c9" sha1="34d610e08042b896fc5c077e6e7060fc00b77aa4"/>
+       </game>
+       <game name="007 - Alles oder Nichts (Germany)">
+               <category>Games</category>
+               <description>007 - Alles oder Nichts (Germany)</description>
+               <rom name="007 - Alles oder Nichts (Germany).iso" size="1459978240" crc="fc49c6bd" md5="7cb6e2ad23e86b05ef50529f19d15b8b" sha1="bc068d22693cac5957496c4467cef556b390b4ba"/>
+       </game>
+       <game name="007 - Nightfire (Germany)">
+               <category>Games</category>
+               <description>007 - Nightfire (Germany)</description>
+               <rom name="007 - Nightfire (Germany).iso" size="1459978240" crc="1bfa78a6" md5="4a8b63224e4889cc27749f877060430f" sha1="6810d2ee62966d570d2afb8ca7a60d5b66059c6e"/>
+       </game>
+       <game name="18 Wheeler - American Pro Trucker (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>18 Wheeler - American Pro Trucker (Europe) (En,Fr,De,Es)</description>
+               <rom name="18 Wheeler - American Pro Trucker (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="fa022acd" md5="eb0c047c08553c724dfee090a259794f" sha1="76aeb734574df9e335b25ff46bfe34ab082cc04e"/>
+       </game>
+       <game name="XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ae048852" md5="eedaeaaf6e0ca8e3c1619a1c2e9417f6" sha1="49f3543f80b752ed99d5efa1141c2e49464644eb"/>
+       </game>
+       <game name="TimeSplitters 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TimeSplitters 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TimeSplitters 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e42e08e8" md5="f1a546493a43a75513f842e0e55e51db" sha1="a511d7c3483a61aaf542f1c7d75dd2f6b628bdd0"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De)</description>
+               <rom name="Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De).iso" size="1459978240" crc="28f8097d" md5="f1bfb131500479bd6d47898003f8e3a8" sha1="b75e55f94d3392e028e5e530eb6aba72afdf4351"/>
+       </game>
+       <game name="Spawn - Armageddon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spawn - Armageddon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spawn - Armageddon (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="2dcb5258" md5="bdc8d65ef01c2710f0470421f13e4170" sha1="6b25a8bfc2bb08513707351fff906a69ce796c01"/>
+       </game>
+       <game name="Nick SpongeBob Schwammkopf - Die Kreatur aus der Krossen Krabbe (Germany)">
+               <category>Games</category>
+               <description>Nick SpongeBob Schwammkopf - Die Kreatur aus der Krossen Krabbe (Germany)</description>
+               <rom name="Nick SpongeBob Schwammkopf - Die Kreatur aus der Krossen Krabbe (Germany).iso" size="1459978240" crc="07edb498" md5="a4537e318eaa1ca954ee427add9edcf5" sha1="73b4b5023dcb76620289bddb8ef79c6214d5b8b8"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe).iso" size="1459978240" crc="dc6d2747" md5="f85c0da977ef6679de67d2d5532f9d23" sha1="528238ce6e7ccaf258e8e18dea59ba18730ca207"/>
+       </game>
+       <game name="SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (Europe)">
+               <category>Games</category>
+               <description>SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (Europe)</description>
+               <rom name="SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (Europe).iso" size="1459978240" crc="5cdafbc1" md5="af890c5b7649fd4e0993f23bdc3fb809" sha1="7fb14118005f80a0e715407b3c36f11e65394255"/>
+       </game>
+       <game name="Mystic Heroes (Germany)">
+               <category>Games</category>
+               <description>Mystic Heroes (Germany)</description>
+               <rom name="Mystic Heroes (Germany).iso" size="1459978240" crc="e737555b" md5="87d643dbb4f3f1d199b90baa72a41bc7" sha1="99f56f1430f84309c56886a12b7634644cd1ccba"/>
+       </game>
+       <game name="Men in Black II - Alien Escape (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Men in Black II - Alien Escape (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Men in Black II - Alien Escape (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="08d61684" md5="e9213452956db666d6f5141c2f3821a5" sha1="25b5e28bf2f1b96847477213b875e1349c7d80dc"/>
+       </game>
+       <game name="Doubutsu no Mori e+ (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Doubutsu no Mori e+ (Japan) (Rev 1)</description>
+               <rom name="Doubutsu no Mori e+ (Japan) (Rev 1).iso" size="1459978240" crc="26621f87" md5="67e9c6d58829c7c737766fac3bbfbce2" sha1="bb70f6cd4e54649693a3e4a9c6c49bf74d25b1fe"/>
+       </game>
+       <game name="Tak and the Power of Juju (USA)">
+               <category>Games</category>
+               <description>Tak and the Power of Juju (USA)</description>
+               <rom name="Tak and the Power of Juju (USA).iso" size="1459978240" crc="20753d97" md5="62c2605ce1c60b37321a17758eccb289" sha1="ac9b16004e7a8eb87e5acebb5c095541ace72e18"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2003 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2003 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 2003 (USA).iso" size="1459978240" crc="9efc5f20" md5="306eacdb0252d8958122d8f303ecfa65" sha1="72c3b5bbce515d1443bfa07504c7332ce42e5df4"/>
+       </game>
+       <game name="Bratz - Rock Angelz (Europe)">
+               <category>Games</category>
+               <description>Bratz - Rock Angelz (Europe)</description>
+               <rom name="Bratz - Rock Angelz (Europe).iso" size="1459978240" crc="52d2054c" md5="2f5272bb431910c4dad7933c01053b9f" sha1="45cae3fe3060457203d4b0aa4b6362c670267c6f"/>
+       </game>
+       <game name="Street Hoops (USA)">
+               <category>Games</category>
+               <description>Street Hoops (USA)</description>
+               <rom name="Street Hoops (USA).iso" size="1459978240" crc="7b36751e" md5="44ed8269e1850bbe099b5b7911dcdfba" sha1="fa8b2af2a52a48892bb526014ff3d8db2b79f792"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 3 (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 3 (USA)</description>
+               <rom name="Tony Hawk's Pro Skater 3 (USA).iso" size="1459978240" crc="38e54e39" md5="8fd5510e28b32545f8f31c365e467e55" sha1="8563eda345d77e0b655c2a35aa3c0bf12125f854"/>
+       </game>
+       <game name="Charlie's Angels (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Charlie's Angels (Europe) (En,Fr,De)</description>
+               <rom name="Charlie's Angels (Europe) (En,Fr,De).iso" size="1459978240" crc="020feb8e" md5="79354c3962e4d5d76e42ff8163ccf0ed" sha1="6a42a0980c063137d5838ce8de515ffe12302b47"/>
+       </game>
+       <game name="DreamWorks &amp; Aardman Flushed Away (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks &amp; Aardman Flushed Away (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DreamWorks &amp; Aardman Flushed Away (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="de37599d" md5="5088ba0b287e37346fd75be83696c9c9" sha1="9ac4d00bd0fe6ebefba43e07672557367c511fd2"/>
+       </game>
+       <game name="Lemony Snicket - Raetselhafte Ereignisse (Germany)">
+               <category>Games</category>
+               <description>Lemony Snicket - Raetselhafte Ereignisse (Germany)</description>
+               <rom name="Lemony Snicket - Raetselhafte Ereignisse (Germany).iso" size="1459978240" crc="63b66ff7" md5="a399b12d7a4aef65d67288371b51c9a6" sha1="16ef2429e89d679aabd7c9aadf0ee3a70ca94446"/>
+       </game>
+       <game name="Marvel Nemesis - Rise of the Imperfects (Germany)">
+               <category>Games</category>
+               <description>Marvel Nemesis - Rise of the Imperfects (Germany)</description>
+               <rom name="Marvel Nemesis - Rise of the Imperfects (Germany).iso" size="1459978240" crc="64ab1401" md5="a20c15e3f18e51aea9f994ee9f746c65" sha1="754f495c42923e1f033f719a56526d0407633b6f"/>
+       </game>
+       <game name="NFL 2K3 (Europe)">
+               <category>Games</category>
+               <description>NFL 2K3 (Europe)</description>
+               <rom name="NFL 2K3 (Europe).iso" size="1459978240" crc="0dc826be" md5="f59ba869c01b9ba476ddefe99f0afbb8" sha1="a90b16e22c18be7e9a20e570ba6b06ffb67a7035"/>
+       </game>
+       <game name="NHL 2K3 (Europe)">
+               <category>Games</category>
+               <description>NHL 2K3 (Europe)</description>
+               <rom name="NHL 2K3 (Europe).iso" size="1459978240" crc="60090fc9" md5="56a89c3e2c492d88f701e989291ab7db" sha1="bb9f3dfbcc2100126c81a5380a8e83928866ae6a"/>
+       </game>
+       <game name="Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="888bba20" md5="22cd3e745261d294b1cbd27eda0ca1cc" sha1="9cc96fc37fb5ae7d467159fe510ffc9eb8e13307"/>
+       </game>
+       <game name="Whirl Tour (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Whirl Tour (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Whirl Tour (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="f608b1df" md5="b3c232928b149c83daa0e7a030e98f97" sha1="b563796617c04c6f90938a09b8d8348fac006a88"/>
+       </game>
+       <game name="Yu-Gi-Oh! The Falsebound Kingdom (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! The Falsebound Kingdom (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yu-Gi-Oh! The Falsebound Kingdom (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1e42f6a9" md5="acb058e216875277b32ff1a776174d79" sha1="354c4d3655a3695c95dc564cadb856bcaf45218d"/>
+       </game>
+       <game name="Zapper (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Zapper (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Zapper (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="1459978240" crc="00e9b608" md5="3e39468d1ed10c571ae0a0050dff0332" sha1="5df8fb6d53c7953ec1d6c0ec7e825a3cc3deec2a"/>
+       </game>
+       <game name="WWE Day of Reckoning (Europe)">
+               <category>Games</category>
+               <description>WWE Day of Reckoning (Europe)</description>
+               <rom name="WWE Day of Reckoning (Europe).iso" size="1459978240" crc="54be3da6" md5="18ee1317099ae3d1164278e8b17f6569" sha1="435be34e19a29c10d8643fe213416140a1cddf5b"/>
+       </game>
+       <game name="WWE Day of Reckoning 2 (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>WWE Day of Reckoning 2 (Europe) (Rev 1)</description>
+               <rom name="WWE Day of Reckoning 2 (Europe) (Rev 1).iso" size="1459978240" crc="069a9097" md5="4aba987ccdc00115e01c91ef5ea71bbc" sha1="117b885e85c2b3b246aff1bebe331f821d6cc955"/>
+       </game>
+       <game name="WWE WrestleMania X8 (Europe)">
+               <category>Games</category>
+               <description>WWE WrestleMania X8 (Europe)</description>
+               <rom name="WWE WrestleMania X8 (Europe).iso" size="1459978240" crc="1f1f9bc4" md5="8d45ee6b24f6dfc1f536a6b6a1c3def3" sha1="e4bd18ef200b4694ca26ba281b5dc036aa623a86"/>
+       </game>
+       <game name="WWE WrestleMania XIX (Europe, Australia)">
+               <category>Games</category>
+               <description>WWE WrestleMania XIX (Europe, Australia)</description>
+               <rom name="WWE WrestleMania XIX (Europe, Australia).iso" size="1459978240" crc="b5e83a66" md5="edc6b6274960219acf546376dca90862" sha1="8f58c79033b90749a2edc615bf343dbe4dcd7222"/>
+       </game>
+       <game name="WWE Crush Hour (Europe)">
+               <category>Games</category>
+               <description>WWE Crush Hour (Europe)</description>
+               <rom name="WWE Crush Hour (Europe).iso" size="1459978240" crc="45ba3b10" md5="a5149505a6929d0f4879eb2905ce9f00" sha1="0c5bf0fed3a8b82531221dca6405570400aaf6dc"/>
+       </game>
+       <game name="Harvest Moon - A Wonderful Life (Germany)">
+               <category>Games</category>
+               <description>Harvest Moon - A Wonderful Life (Germany)</description>
+               <rom name="Harvest Moon - A Wonderful Life (Germany).iso" size="1459978240" crc="e439a68b" md5="4cfaa94313149c4bd839e965026a4240" sha1="c1061bdb1fb459f61ff576ccfa46f8f1a41a66ac"/>
+       </game>
+       <game name="Hulk (Germany)">
+               <category>Games</category>
+               <description>Hulk (Germany)</description>
+               <rom name="Hulk (Germany).iso" size="1459978240" crc="ced72e4b" md5="1086a2e93d0a373aff813b7b051d22aa" sha1="6c2fe678daadf9cbd50c50b143bde84b3d89d21f"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Germany)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Germany)</description>
+               <rom name="Hitman 2 - Silent Assassin (Germany).iso" size="1459978240" crc="8f650eec" md5="fadfbfb9cd3aeba7ea2e96aceb0888dc" sha1="4bf34297a1d54a22665a3a01e90b87996e2772df"/>
+       </game>
+       <game name="Kelly Slater's Pro Surfer (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Kelly Slater's Pro Surfer (Europe) (En,Fr,De)</description>
+               <rom name="Kelly Slater's Pro Surfer (Europe) (En,Fr,De).iso" size="1459978240" crc="b4709cc4" md5="98648830ef3683fba4f526aaded05367" sha1="d7bb0317eefe3f10aba10531e6f1a7b09fb2ae2e"/>
+       </game>
+       <game name="Hudson Selection Vol. 3 - PC Genjin - Pithecanthropus Computerurus (Japan)">
+               <category>Games</category>
+               <description>Hudson Selection Vol. 3 - PC Genjin - Pithecanthropus Computerurus (Japan)</description>
+               <rom name="Hudson Selection Vol. 3 - PC Genjin - Pithecanthropus Computerurus (Japan).iso" size="1459978240" crc="e2549d61" md5="77de041e583ce11029181933b3c6e9ec" sha1="dad59ea0105c2459700a30b8aa1136f33c75740d"/>
+       </game>
+       <game name="ZooCube (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>ZooCube (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="ZooCube (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="755595b3" md5="5649dcc570ce9f8e445bdbce0be7ef67" sha1="dab818d42942c75a40e026f503f33f6d6adff756"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 5)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 5)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 5).iso" size="1459978240" crc="42c1febd" md5="23384e9d3dd6e28dba39231660d1fcad" sha1="33616332f2be3ef1538fe488f6bcdbd3c368d041"/>
+       </game>
+       <game name="Game Boy Player Start-Up Disc (Japan) (Rev 3)">
+               <category>Applications</category>
+               <description>Game Boy Player Start-Up Disc (Japan) (Rev 3)</description>
+               <rom name="Game Boy Player Start-Up Disc (Japan) (Rev 3).iso" size="1459978240" crc="dff567cb" md5="add4733c48c596619df27b36a4a499f3" sha1="1040b0508ee01e00d5bf1b71d9e830f0f761c0f7"/>
+       </game>
+       <game name="Luigi Mansion (Japan)">
+               <category>Games</category>
+               <description>Luigi Mansion (Japan)</description>
+               <rom name="Luigi Mansion (Japan).iso" size="1459978240" crc="a98be430" md5="83839f063e42f04147157382dcb019b2" sha1="3441c0580dce21bdf58443230f5bffac6bb05632"/>
+       </game>
+       <game name="Wave Race - Blue Storm (Japan)">
+               <category>Games</category>
+               <description>Wave Race - Blue Storm (Japan)</description>
+               <rom name="Wave Race - Blue Storm (Japan).iso" size="1459978240" crc="fd72a6f0" md5="a34dd206c49f78056b1a4fd6a9854752" sha1="a49bffe71f141172610ca74d82142d539fbf9006"/>
+       </game>
+       <game name="Star Fox Adventures (Japan)">
+               <category>Games</category>
+               <description>Star Fox Adventures (Japan)</description>
+               <rom name="Star Fox Adventures (Japan).iso" size="1459978240" crc="dad4c2df" md5="fe5246a097987645e061e04f6da807e6" sha1="77630a55768d6342c263497ee78f8eb5a187003a"/>
+       </game>
+       <game name="Ikaruga (USA)">
+               <category>Games</category>
+               <description>Ikaruga (USA)</description>
+               <rom name="Ikaruga (USA).iso" size="1459978240" crc="b150985f" md5="1cdc856fff6589f03cde183cf6bcf450" sha1="890148efe35692915948c3a0f1d681e5d6f9f008"/>
+       </game>
+       <game name="Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="09bf72f6" md5="4d44fc6da6d2fbc7a47e7fdda868139c" sha1="8335976eda2ffe46986e9251574c62befc8e8c0a"/>
+       </game>
+       <game name="Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="95986481" md5="f8bf95d701e46bdbaf9e4a9f9b632c04" sha1="28f3e671242b291ffbe825d0725258f7dbf09362"/>
+       </game>
+       <game name="Eternal Darkness - Manekareta 13-nin (Japan)">
+               <category>Games</category>
+               <description>Eternal Darkness - Manekareta 13-nin (Japan)</description>
+               <rom name="Eternal Darkness - Manekareta 13-nin (Japan).iso" size="1459978240" crc="af4d0e9e" md5="ae427c8f680f7c9dbb2a9b17c7583de6" sha1="c176d3afcf151f743d7f45d56330916ea1756b1a"/>
+       </game>
+       <game name="Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 2)">
+               <category>Games</category>
+               <description>Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 2)</description>
+               <rom name="Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 2).iso" size="1459978240" crc="85f37345" md5="dc07abd4b6a5e1517da575274ceefcf8" sha1="71255a30a47b4c6aabb90308d7a514d09d93a7b5"/>
+       </game>
+       <game name="Zelda no Densetsu - Kaze no Takt (Japan)">
+               <category>Games</category>
+               <description>Zelda no Densetsu - Kaze no Takt (Japan)</description>
+               <rom name="Zelda no Densetsu - Kaze no Takt (Japan).iso" size="1459978240" crc="c58b4e93" md5="41d77584a33d0af6bdd88fce48dba2b0" sha1="1c4b574d7e0555ddc2b652c1a4bb02f01440c755"/>
+       </game>
+       <game name="Viewtiful Joe (USA)">
+               <category>Games</category>
+               <description>Viewtiful Joe (USA)</description>
+               <rom name="Viewtiful Joe (USA).iso" size="1459978240" crc="121a9a8e" md5="5137df30cb87ee7987bebab8c19cb994" sha1="7731dfedec98750cdb57fa401a19be24956e38a2"/>
+       </game>
+       <game name="X-Men Legends (USA)">
+               <category>Games</category>
+               <description>X-Men Legends (USA)</description>
+               <rom name="X-Men Legends (USA).iso" size="1459978240" crc="6c580e51" md5="dd484633b421626a29407396569803d7" sha1="59709ffd80caa7ddb7655184d5879504ef9fa0e9"/>
+       </game>
+       <game name="Zelda no Densetsu - Toki no Ocarina GC (Japan)">
+               <category>Games</category>
+               <description>Zelda no Densetsu - Toki no Ocarina GC (Japan)</description>
+               <rom name="Zelda no Densetsu - Toki no Ocarina GC (Japan).iso" size="1459978240" crc="c878307d" md5="adbbd707810cef91bd86413c25b39f19" sha1="53ce3bad885feaae782ce8815c988699026e7ae0"/>
+       </game>
+       <game name="Metroid Prime (Japan)">
+               <category>Games</category>
+               <description>Metroid Prime (Japan)</description>
+               <rom name="Metroid Prime (Japan).iso" size="1459978240" crc="e3daea72" md5="b8d973124613dc3053a635b645a5f78c" sha1="ee6c58b46012ebffb615506ec43e02ba71905662"/>
+       </game>
+       <game name="Giftpia (Japan)">
+               <category>Games</category>
+               <description>Giftpia (Japan)</description>
+               <rom name="Giftpia (Japan).iso" size="1459978240" crc="c06ab1af" md5="ac8f05741e690cc3873a7189bb08d989" sha1="52d0610ae78a2a5bc4bdd79cf3bfcd97c7f0a638"/>
+       </game>
+       <game name="Fire Emblem - Path of Radiance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fire Emblem - Path of Radiance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fire Emblem - Path of Radiance (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ad6508bd" md5="0bf72c4840de405ee5ca1b8e3bff56aa" sha1="fa37e09f5cc124602edabbf54f77162d0f3f31f0"/>
+       </game>
+       <game name="Star Fox Adventures (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Star Fox Adventures (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Star Fox Adventures (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="3cd4be1c" md5="a55aef0762adcc91552dfb6bc97a6b9f" sha1="fa09928f2dc196259521893b0e89eae297dc3df5"/>
+       </game>
+       <game name="Sims, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sims, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sims, The (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="f9afdba2" md5="64d50e63a62241779b379fda4136acaa" sha1="d53d3b9c4fcf1b6bf63ff0bbb0a10c6c48e215bd"/>
+       </game>
+       <game name="Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es)</description>
+               <rom name="Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="29a225df" md5="66dbc7fe3e36e80eb960de61f0003886" sha1="68f33a997fb2cab450ddeedfd6a05670d22b166e"/>
+       </game>
+       <game name="Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 2)">
+               <category>Games</category>
+               <description>Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 2)</description>
+               <rom name="Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 2).iso" size="1459978240" crc="fad57787" md5="f6740fc00d9818ad1f161889382c7902" sha1="4fb35b168f93094d813c6e4ad27058605cc06b2e"/>
+       </game>
+       <game name="Smuggler's Run - Warzones (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Smuggler's Run - Warzones (Europe) (En,Fr,De,It)</description>
+               <rom name="Smuggler's Run - Warzones (Europe) (En,Fr,De,It).iso" size="1459978240" crc="8e13c356" md5="0384b0a39e4c2775276979705e0ccb7d" sha1="71b84cb5e7e0992b6db45294100296d653b61e1d"/>
+       </game>
+       <game name="Samurai Jack - The Shadow of Aku (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Samurai Jack - The Shadow of Aku (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Samurai Jack - The Shadow of Aku (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="3ade38f4" md5="180a1e9789864dcede6a166a0cc262d6" sha1="7ba390b5e46e142b5a40648494a2fc8d785d7f15"/>
+       </game>
+       <game name="Pro Rally 2002 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pro Rally 2002 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pro Rally 2002 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="63698a7c" md5="714ce464af4e79b046388f0e9019c616" sha1="7a80a7c324bb31be71ee6868fa44a767195e12eb"/>
+       </game>
+       <game name="F-Zero GX (Japan)">
+               <category>Games</category>
+               <description>F-Zero GX (Japan)</description>
+               <rom name="F-Zero GX (Japan).iso" size="1459978240" crc="efe948c7" md5="38249b82be648aaf08b42909064a957d" sha1="937e94b572b4ec83fa5016239edd3976c8862887"/>
+       </game>
+       <game name="Mario Kart - Double Dash!! (Japan)">
+               <category>Games</category>
+               <description>Mario Kart - Double Dash!! (Japan)</description>
+               <rom name="Mario Kart - Double Dash!! (Japan).iso" size="1459978240" crc="b87f0038" md5="7bb506ab9f88fa124ed308c727e494d6" sha1="97fd0c4708fa36ce2b4ea7417397e1e305f95476"/>
+       </game>
+       <game name="Kirby's Airride (Japan)">
+               <category>Games</category>
+               <description>Kirby's Airride (Japan)</description>
+               <rom name="Kirby's Airride (Japan).iso" size="1459978240" crc="03186e58" md5="a2710feb35ef1b2fc8a8ca3a3c30edbf" sha1="34062ecaecf3764dfc1c6e37e345f05facfafd0c"/>
+       </game>
+       <game name="Wario World (Japan)">
+               <category>Games</category>
+               <description>Wario World (Japan)</description>
+               <rom name="Wario World (Japan).iso" size="1459978240" crc="abf6cfad" md5="33483304b7f190ddad9581bc271f6ce0" sha1="f589e452625c246d8b83ec8bbe2b0711386a42e1"/>
+       </game>
+       <game name="Paper Mario RPG (Japan)">
+               <category>Games</category>
+               <description>Paper Mario RPG (Japan)</description>
+               <rom name="Paper Mario RPG (Japan).iso" size="1459978240" crc="0f35e6ed" md5="bec52fb8c1912bc6f8014801b6281422" sha1="2b3d283d539c14976ee790894b079ca5aa2a0f81"/>
+       </game>
+       <game name="Kururin Squash! (Japan)">
+               <category>Games</category>
+               <description>Kururin Squash! (Japan)</description>
+               <rom name="Kururin Squash! (Japan).iso" size="1459978240" crc="8be76fa2" md5="b6768b74ab521063420a8aa8b957e599" sha1="f1e5e50751cee4fa654182e0904f7f6ef721e5cc"/>
+       </game>
+       <game name="Donkey Kong Jungle Beat (Japan)">
+               <category>Games</category>
+               <description>Donkey Kong Jungle Beat (Japan)</description>
+               <rom name="Donkey Kong Jungle Beat (Japan).iso" size="1459978240" crc="40c1c2d2" md5="c73781d0db509a8c91c034c8d843d6b2" sha1="0a580d3a0c4fbae0f258b0741e25fc3ee6ae5f5a"/>
+       </game>
+       <game name="Totsugeki!! Famicom Wars (Japan)">
+               <category>Games</category>
+               <description>Totsugeki!! Famicom Wars (Japan)</description>
+               <rom name="Totsugeki!! Famicom Wars (Japan).iso" size="1459978240" crc="ed987629" md5="edd9c78deed24f0807c3ed380a8f61d8" sha1="2abe94f9e12918d5688f1995beff198a2a096350"/>
+       </game>
+       <game name="Zelda no Densetsu - 4-tsu no Tsurugi+ (Japan)">
+               <category>Games</category>
+               <description>Zelda no Densetsu - 4-tsu no Tsurugi+ (Japan)</description>
+               <rom name="Zelda no Densetsu - 4-tsu no Tsurugi+ (Japan).iso" size="1459978240" crc="f16e9ec7" md5="2ad411b817c86d887b0f80a03fe8d66e" sha1="520d86a7b82c45aaa26cb6dd29300ccfb671cd95"/>
+       </game>
+       <game name="Zelda no Densetsu - Twilight Princess (Japan)">
+               <category>Games</category>
+               <description>Zelda no Densetsu - Twilight Princess (Japan)</description>
+               <rom name="Zelda no Densetsu - Twilight Princess (Japan).iso" size="1459978240" crc="38415aa3" md5="b130d78bb78cd63b501ddff210fde498" sha1="4a04d0ff1ce744b19822c5dcd60c2266e2facc2d"/>
+       </game>
+       <game name="Tales of Symphonia (Germany) (Disc 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Germany) (Disc 1)</description>
+               <rom name="Tales of Symphonia (Germany) (Disc 1).iso" size="1459978240" crc="59b0e2d2" md5="fc4caeaa8bafba662abb400de9c97579" sha1="38ac71a99713119025d5b80dadaa5cf710b73830"/>
+       </game>
+       <game name="Tales of Symphonia (Germany) (Disc 2)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Germany) (Disc 2)</description>
+               <rom name="Tales of Symphonia (Germany) (Disc 2).iso" size="1459978240" crc="cd5a94f3" md5="97ce6f8eab0272e7bbdc71dc96c6651a" sha1="5f1dafa0ddf231ecbf679ea1b87e4c839803a663"/>
+       </game>
+       <game name="FIFA Football 2004 (Germany)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Germany)</description>
+               <rom name="FIFA Football 2004 (Germany).iso" size="1459978240" crc="3de6fdef" md5="e88dd237b7bf73efbb3c66a444c51a6b" sha1="b6fdabcf942ccbe93227afa3dbce2c5cafed5939"/>
+       </game>
+       <game name="FIFA Football 2005 (Germany)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Germany)</description>
+               <rom name="FIFA Football 2005 (Germany).iso" size="1459978240" crc="49f80c2f" md5="d994fe281e98f6d184b6695757248822" sha1="00677c2d7853e6a757403654752d0ad88be59789"/>
+       </game>
+       <game name="FIFA 06 (Germany)">
+               <category>Games</category>
+               <description>FIFA 06 (Germany)</description>
+               <rom name="FIFA 06 (Germany).iso" size="1459978240" crc="912e44b4" md5="0d079f1d95cf1f426a4efb15a921947d" sha1="f18acecf2ac31e8cead20505d8279821b5e2a985"/>
+       </game>
+       <game name="FIFA 07 (Germany)">
+               <category>Games</category>
+               <description>FIFA 07 (Germany)</description>
+               <rom name="FIFA 07 (Germany).iso" size="1459978240" crc="414d14c6" md5="7bd6a22f4478e3ba4b0df76520fa1450" sha1="4aa861f6a7079547f8849dec236287445b12dd89"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2003 (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2003 (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 2003 (Europe).iso" size="1459978240" crc="a98ecd99" md5="9e9f78c32ca554bf849c8e24a58006bb" sha1="f83ab1833b377a9032698e026849aca36c9abbfe"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (Europe) (Disc 1)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (Europe) (Disc 1)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (Europe) (Disc 1).iso" size="1459978240" crc="28bb37dd" md5="2ae87a7103e8d24bd66c7908b455a863" sha1="fda0fb65b7f91b2e392f76f9cb1d171e3bb71c9c"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (Europe) (Disc 2)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (Europe) (Disc 2)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (Europe) (Disc 2).iso" size="1459978240" crc="669a1b9b" md5="a53ee73d2a01bb136b5cc52703c8e228" sha1="9a4bba64b3c8a949950917e19ad0c7e98769e70f"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 1)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 1)</description>
+               <rom name="Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 1).iso" size="1459978240" crc="8e95b0c1" md5="496078910fafd1f2559891ade036ea70" sha1="582ee55d97c936486c984e6d0aedf1aeacf39aed"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 2)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 2)</description>
+               <rom name="Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 2).iso" size="1459978240" crc="29dc1d0c" md5="4844db86d886cbef5b50d251e1ebd32b" sha1="02ff52cf1e05572ad412afa4cabc1d6a916e9131"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 06 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 06 (Europe) (En,Fr,De)</description>
+               <rom name="Tiger Woods PGA Tour 06 (Europe) (En,Fr,De).iso" size="1459978240" crc="ff30727a" md5="5640fd7df180d5b11b6f3631588e5232" sha1="613447a597d287bf9ea27b1f3654f60581c499f8"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance (Germany)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance (Germany)</description>
+               <rom name="Baldur's Gate - Dark Alliance (Germany).iso" size="1459978240" crc="35730d05" md5="273ae0e6d23ee22e54f624ed5a34c31d" sha1="45f1de5acffa2ad939c7e98b874bf0e30bf90870"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (Germany)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (Germany)</description>
+               <rom name="Pitfall - The Lost Expedition (Germany).iso" size="1459978240" crc="fa416892" md5="2b38e9ba5f3a42d2a50ee576b6ee9843" sha1="3d92ccf93fb3891bdf3aa4879c8edd4ac30a7f6e"/>
+       </game>
+       <game name="Red Faction II (Germany)">
+               <category>Games</category>
+               <description>Red Faction II (Germany)</description>
+               <rom name="Red Faction II (Germany).iso" size="1459978240" crc="8b868c6d" md5="c8b636933e1af09d8171638d843b851f" sha1="3fcf380dae8f1f90f319a837eab841be0f47772a"/>
+       </game>
+       <game name="Summoner - A Goddess Reborn (Germany)">
+               <category>Games</category>
+               <description>Summoner - A Goddess Reborn (Germany)</description>
+               <rom name="Summoner - A Goddess Reborn (Germany).iso" size="1459978240" crc="53939196" md5="9aa169191026034c95f807447236a25b" sha1="e6b325bc8faabf14ae9d4d2a7fedaa4a9084e251"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II - Rogue Leader (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron II - Rogue Leader (Germany)</description>
+               <rom name="Star Wars - Rogue Squadron II - Rogue Leader (Germany).iso" size="1459978240" crc="9b78462d" md5="fe32765ce6fcbb67ffd9e6f63d09cae0" sha1="6aad47b1c47f578b01d150e5a24ea4ed9a0a659b"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III - Rebel Strike (Germany) (En,De)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron III - Rebel Strike (Germany) (En,De)</description>
+               <rom name="Star Wars - Rogue Squadron III - Rebel Strike (Germany) (En,De).iso" size="1459978240" crc="220c4ea3" md5="47625f0b0b4b0a5f9ae2308144e32465" sha1="c0066152153800d73271f165049c2b45fb95e6a8"/>
+       </game>
+       <game name="Star Wars - Bounty Hunter (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Bounty Hunter (Germany)</description>
+               <rom name="Star Wars - Bounty Hunter (Germany).iso" size="1459978240" crc="f2a5e260" md5="d5ccf1f7241ea4e8188d2b3d1401368e" sha1="87d389b9938f4de2acbbcd9430598efe7394831e"/>
+       </game>
+       <game name="Star Wars - Jedi Knight II - Jedi Outcast (Germany)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight II - Jedi Outcast (Germany)</description>
+               <rom name="Star Wars - Jedi Knight II - Jedi Outcast (Germany).iso" size="1459978240" crc="0e217c55" md5="e5b9cc8834dd557937040dcabe6182b7" sha1="51e5d69786b28963124e2da95daabce7916c0439"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (Germany)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (Germany)</description>
+               <rom name="Star Wars - The Clone Wars (Germany).iso" size="1459978240" crc="0a8f3265" md5="07d63b09ccfa46b6e07559287af41bbb" sha1="831cf8d19424bee8328d509f6a39decccc276d27"/>
+       </game>
+       <game name="FIFA Fussball-Weltmeisterschaft Deutschland 2006 (Germany)">
+               <category>Games</category>
+               <description>FIFA Fussball-Weltmeisterschaft Deutschland 2006 (Germany)</description>
+               <rom name="FIFA Fussball-Weltmeisterschaft Deutschland 2006 (Germany).iso" size="1459978240" crc="10dc663f" md5="5c82c77c71dad32a0015f4a7e8a1858d" sha1="65778416343c7e5d7e9205ed538cc97efe2e8c72"/>
+       </game>
+       <game name="007 - Liebesgruesse aus Moskau (Germany)">
+               <category>Games</category>
+               <description>007 - Liebesgruesse aus Moskau (Germany)</description>
+               <rom name="007 - Liebesgruesse aus Moskau (Germany).iso" size="1459978240" crc="13b37cd3" md5="0c1288c3a8011a686e1b049be36cb6cb" sha1="eb6fd9a83f23e765db4753da1d251f70ae366db2"/>
+       </game>
+       <game name="Animal Crossing (USA, Canada)">
+               <category>Games</category>
+               <description>Animal Crossing (USA, Canada)</description>
+               <rom name="Animal Crossing (USA, Canada).iso" size="1459978240" crc="7be72542" md5="7853049ccd0c1e2bffeb5b12393a5409" sha1="2d2b1fa3883f49af779ce9ca133db3be17be8f32"/>
+       </game>
+       <game name="Catwoman (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Catwoman (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Catwoman (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="cb9eb3fa" md5="f3562f632a43a99eee77d7ef3f0854ce" sha1="5527f5b7edc04b67695cf08c810a47518df0d621"/>
+       </game>
+       <game name="Biohazard (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Biohazard (Japan) (Disc 1)</description>
+               <rom name="Biohazard (Japan) (Disc 1).iso" size="1459978240" crc="15108252" md5="20cb8d4cb322aa503d1b8a49c43cdebf" sha1="0f70a4168fc9f28bcec24f01ca7fdbd195a13ab6"/>
+       </game>
+       <game name="Biohazard (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Biohazard (Japan) (Disc 2)</description>
+               <rom name="Biohazard (Japan) (Disc 2).iso" size="1459978240" crc="99c1d130" md5="bfbf8e0f249cf8dd8fcb913793301a8c" sha1="e85928a2bed988781cc46abf4cc816b6f190af46"/>
+       </game>
+       <game name="Viewtiful Joe 2 (USA)">
+               <category>Games</category>
+               <description>Viewtiful Joe 2 (USA)</description>
+               <rom name="Viewtiful Joe 2 (USA).iso" size="1459978240" crc="f07ac0d5" md5="a699c7877262014a1aee35793a945875" sha1="0d28d082d9c4860661cda87e868fc242cd9d2453"/>
+       </game>
+       <game name="Die Hard - Vendetta (USA)">
+               <category>Games</category>
+               <description>Die Hard - Vendetta (USA)</description>
+               <rom name="Die Hard - Vendetta (USA).iso" size="1459978240" crc="956ea8a8" md5="e41acd161ed9206e4c16ea1bfeef52ae" sha1="7469b1769f259267202c2a5e01966bc3bbdfa61f"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II Plus (USA) (En,Ja,Fr,De,Es) (Rev 2)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II Plus (USA) (En,Ja,Fr,De,Es) (Rev 2)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II Plus (USA) (En,Ja,Fr,De,Es) (Rev 2).iso" size="1459978240" crc="cdc9bc9a" md5="36a7f90ad904975b745df9294a06baea" sha1="0ff155311f4cc57951c03baeb1a8cc15de5fe1cd"/>
+       </game>
+       <game name="Mario Smash Football (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Smash Football (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Smash Football (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="77677e49" md5="a8f5af5a3af020a9b3d1303d900bffe2" sha1="db6a96581f2489f388a227bdca9223d95ec71472"/>
+       </game>
+       <game name="Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="3431e6f1" md5="c581fab5fd10f55b76188e86194199c1" sha1="3717ee92672a6c6194e34a8ec07111fc71d8e5f1"/>
+       </game>
+       <game name="Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="e68566ac" md5="457944f833fc2f5e8ff394cfdf2e1b7c" sha1="ef16289779911b90dda11789bc0f5fbd1d415d86"/>
+       </game>
+       <game name="Resident Evil 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Resident Evil 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7b211913" md5="96798436434e7af83b5e52b0c8786923" sha1="eee9bab385b0e5bb2da3f743789636198d1b0b83"/>
+       </game>
+       <game name="Mario Party 7 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Party 7 (USA) (Rev 1)</description>
+               <rom name="Mario Party 7 (USA) (Rev 1).iso" size="1459978240" crc="8582361b" md5="bd367c67fca5d93e581a43d1f61f4514" sha1="8fc22158c0af3aea521e81893012e8718eff1dab"/>
+       </game>
+       <game name="Metroid Prime 2 - Dark Echoes (Japan)">
+               <category>Games</category>
+               <description>Metroid Prime 2 - Dark Echoes (Japan)</description>
+               <rom name="Metroid Prime 2 - Dark Echoes (Japan).iso" size="1459978240" crc="0ee92a35" md5="c3a180b9c99b6a1590762c6510f29063" sha1="6cd6def1ca3db2ec7dc3882ad783ee4cd15076c7"/>
+       </game>
+       <game name="Pikmin (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Pikmin (Japan) (Rev 2)</description>
+               <rom name="Pikmin (Japan) (Rev 2).iso" size="1459978240" crc="3145afbc" md5="859749be98199eef4ea1ffe412053624" sha1="c0e1987321e114d743167dd093e835387f32a00f"/>
+       </game>
+       <game name="R-Racing Evolution - Life in the Fast Lane (Japan)">
+               <category>Games</category>
+               <description>R-Racing Evolution - Life in the Fast Lane (Japan)</description>
+               <rom name="R-Racing Evolution - Life in the Fast Lane (Japan).iso" size="1459978240" crc="b4d639f9" md5="ea37d996d705cef9e9bb2099e3f8c86e" sha1="6d1af5e03faf84bddd77703f29bd03e38336c08e"/>
+       </game>
+       <game name="Pac-Man Vs. (Japan)">
+               <category>Games</category>
+               <description>Pac-Man Vs. (Japan)</description>
+               <rom name="Pac-Man Vs. (Japan).iso" size="1459978240" crc="93a80006" md5="99821e6427280c55b00ff3fd6fdd3b94" sha1="29b08d9ea3c4bd37524b3cfbae356c82d82ee170"/>
+       </game>
+       <game name="Mr. Driller - Drill Land (Japan)">
+               <category>Games</category>
+               <description>Mr. Driller - Drill Land (Japan)</description>
+               <rom name="Mr. Driller - Drill Land (Japan).iso" size="1459978240" crc="a643b38e" md5="21a066f02b3f3e8e6367000bbde12188" sha1="f737e98e40cc94e1d3ad38df76746a8cefafa429"/>
+       </game>
+       <game name="Soulcalibur II (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Soulcalibur II (Japan) (Rev 1)</description>
+               <rom name="Soulcalibur II (Japan) (Rev 1).iso" size="1459978240" crc="d4899b21" md5="897837b3f2e4e1f8fbcbdac9dabc31d4" sha1="7bd0a872fc74e086ef330ca2da1623beea9119cb"/>
+       </game>
+       <game name="Tales of Symphonia (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Japan) (Disc 1)</description>
+               <rom name="Tales of Symphonia (Japan) (Disc 1).iso" size="1459978240" crc="0943d08b" md5="a005a10a69a164f32d9d88aae8013ecf" sha1="e3dcaf683a21a14ed406db0f4e7bba464a17fe0a"/>
+       </game>
+       <game name="Tales of Symphonia (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Japan) (Disc 2)</description>
+               <rom name="Tales of Symphonia (Japan) (Disc 2).iso" size="1459978240" crc="072d9d7c" md5="fb96c11a1b3bed38942de37a5b6a72ea" sha1="36aba753b7729f75705b8a04f0bf0a5f7fd83d51"/>
+       </game>
+       <game name="Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 1)</description>
+               <rom name="Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 1).iso" size="1459978240" crc="1e35cabf" md5="8059457a72c98b010de282ef2955e7f3" sha1="c956a9b6271f0eef8cc200e520d51f9b8c552423"/>
+       </game>
+       <game name="Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 2)</description>
+               <rom name="Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 2).iso" size="1459978240" crc="97f827dd" md5="fef7c8581860c4b86b60e9839f7fd24e" sha1="f6a377234af417d8f7f765073d0d21004f8f6448"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles (Japan)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles (Japan)</description>
+               <rom name="Final Fantasy Crystal Chronicles (Japan).iso" size="1459978240" crc="8e6bc496" md5="04e85610877150dd2d3f1097de6b09ae" sha1="c62a0320b473a122b8bc9284fcfb4fb7a45fcd5d"/>
+       </game>
+       <game name="Second Sight (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Second Sight (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Second Sight (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="224b2525" md5="c22fe0894d76d8a81a11cd75c8d7b4f9" sha1="791f26acf620f247461c66a9ab0fadb8042f012b"/>
+       </game>
+       <game name="Disney-Pixar Cars (Germany)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Germany)</description>
+               <rom name="Disney-Pixar Cars (Germany).iso" size="1459978240" crc="59c7e6b6" md5="55fbedeeec6e6810e90467c1b56cd48c" sha1="c9d8b23c28904b164d9326afa3b3f04b0b594b3c"/>
+       </game>
+       <game name="DreamWorks Grosse Haie - Kleine Fische (Germany)">
+               <category>Games</category>
+               <description>DreamWorks Grosse Haie - Kleine Fische (Germany)</description>
+               <rom name="DreamWorks Grosse Haie - Kleine Fische (Germany).iso" size="1459978240" crc="6a893530" md5="09b59ad1d5a804c8a8b86dcfc1ca9aa5" sha1="b79c530779a194bc3b9dc7dddec35bd95f46c7b3"/>
+       </game>
+       <game name="Disney-Pixar Die Unglaublichen (Germany)">
+               <category>Games</category>
+               <description>Disney-Pixar Die Unglaublichen (Germany)</description>
+               <rom name="Disney-Pixar Die Unglaublichen (Germany).iso" size="1459978240" crc="1c65db37" md5="dca559bfb0312a0de268480449068358" sha1="12f096ccce09b62ec1a671d75785a549475ab147"/>
+       </game>
+       <game name="Freedom Fighters (Germany)">
+               <category>Games</category>
+               <description>Freedom Fighters (Germany)</description>
+               <rom name="Freedom Fighters (Germany).iso" size="1459978240" crc="672c3d6a" md5="124ba31342e7faab772a0f6167488e48" sha1="674983649e40dcc8fc74700a046f54e9ddafce7a"/>
+       </game>
+       <game name="DreamWorks Ab durch die Hecke (Germany)">
+               <category>Games</category>
+               <description>DreamWorks Ab durch die Hecke (Germany)</description>
+               <rom name="DreamWorks Ab durch die Hecke (Germany).iso" size="1459978240" crc="93155c68" md5="1ef0bad369dd2daa37ff9c1c4de438c1" sha1="3052db1d43a841b2fe33e80e4f608629b52e82bc"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (Germany) (Disc 1)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (Germany) (Disc 1)</description>
+               <rom name="GoldenEye - Rogue Agent (Germany) (Disc 1).iso" size="1459978240" crc="0e162916" md5="c2782e38279e020191c516943d15e8d3" sha1="b7d281d25645f88fc57bd4665c711969823c2f98"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (Germany) (Disc 2)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (Germany) (Disc 2)</description>
+               <rom name="GoldenEye - Rogue Agent (Germany) (Disc 2).iso" size="1459978240" crc="f1e31557" md5="8fcba9f784c49b257796e16def1f69f0" sha1="1eebe76262f20080fd0481afe915ea14afdc5377"/>
+       </game>
+       <game name="Herr der Ringe, Der - Die zwei Tuerme (Germany)">
+               <category>Games</category>
+               <description>Herr der Ringe, Der - Die zwei Tuerme (Germany)</description>
+               <rom name="Herr der Ringe, Der - Die zwei Tuerme (Germany).iso" size="1459978240" crc="32129813" md5="9e516d61afea913a900c9ca3080ffe3b" sha1="5d777bea6dc0505287860a73b71fe53a0348cae5"/>
+       </game>
+       <game name="Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany)">
+               <category>Games</category>
+               <description>Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany)</description>
+               <rom name="Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany).iso" size="1459978240" crc="014ffa71" md5="7826cbe142afd44997649a646cecb1db" sha1="a37eae6c2e7917b885a417e95b0215fe474b9679"/>
+       </game>
+       <game name="Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 1)">
+               <category>Games</category>
+               <description>Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 1)</description>
+               <rom name="Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 1).iso" size="1459978240" crc="7d2f408e" md5="0d8989d1d358af77ca2dccdb049d773f" sha1="3584ebfd536358c470c1c846aa6f72d5ba85cf1c"/>
+       </game>
+       <game name="Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 2)">
+               <category>Games</category>
+               <description>Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 2)</description>
+               <rom name="Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 2).iso" size="1459978240" crc="ad4ff1d8" md5="78855eb17863e7369c2c0583c2d86e4d" sha1="1b78797c84f3ffad6b1895b06016d791884f4a8b"/>
+       </game>
+       <game name="Battle Houshin (Japan)">
+               <category>Games</category>
+               <description>Battle Houshin (Japan)</description>
+               <rom name="Battle Houshin (Japan).iso" size="1459978240" crc="192601b2" md5="f5b9f0fa760650f1b3099917b09733e7" sha1="160260d16b3f9fbe2cf4ca9f227ff3bebbbc5e1c"/>
+       </game>
+       <game name="Naruto - Gekitou Ninja Taisen! (Japan)">
+               <category>Games</category>
+               <description>Naruto - Gekitou Ninja Taisen! (Japan)</description>
+               <rom name="Naruto - Gekitou Ninja Taisen! (Japan).iso" size="1459978240" crc="d4d66a59" md5="60984e9954be576fee160737c57c9f93" sha1="8803996c6bf5d737980f717dae61b1a3908784b4"/>
+       </game>
+       <game name="Naruto - Gekitou Ninja Taisen! 2 (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Naruto - Gekitou Ninja Taisen! 2 (Japan) (Rev 1)</description>
+               <rom name="Naruto - Gekitou Ninja Taisen! 2 (Japan) (Rev 1).iso" size="1459978240" crc="b49ec944" md5="fd3aa8640fdb9410d4d6cbac7c35c272" sha1="d4150ca736a64ca1c5e2ce2b096a4af7a614a2f9"/>
+       </game>
+       <game name="Naruto - Gekitou Ninja Taisen! 3 (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Naruto - Gekitou Ninja Taisen! 3 (Japan) (Rev 1)</description>
+               <rom name="Naruto - Gekitou Ninja Taisen! 3 (Japan) (Rev 1).iso" size="1459978240" crc="b1493f38" md5="fe115430566380f23768623f57ddafa0" sha1="23ed9f6499d772869d0fb411c8a24c584218182b"/>
+       </game>
+       <game name="Dragon Drive - D-Masters Shot (Japan)">
+               <category>Games</category>
+               <description>Dragon Drive - D-Masters Shot (Japan)</description>
+               <rom name="Dragon Drive - D-Masters Shot (Japan).iso" size="1459978240" crc="d8613785" md5="d8787a0d516dec5991198610e38296d7" sha1="20a2d9a8e2cfb7cc3ed97e2e4b2de45ebe81e2bd"/>
+       </game>
+       <game name="Dragon Drive - D-Masters Shot (Japan) (Anime Disc)">
+               <category>Bonus Discs</category>
+               <description>Dragon Drive - D-Masters Shot (Japan) (Anime Disc)</description>
+               <rom name="Dragon Drive - D-Masters Shot (Japan) (Anime Disc).iso" size="1459978240" crc="da779b93" md5="b7ca67e05bfa9246097cac03b41aad60" sha1="e9ecd2a7b0d92b5e72d72c24fa4671d17dd2f5be"/>
+       </game>
+       <game name="Konjiki no Gashbell!! Go! Go! Mamono Fight!! (Japan)">
+               <category>Games</category>
+               <description>Konjiki no Gashbell!! Go! Go! Mamono Fight!! (Japan)</description>
+               <rom name="Konjiki no Gashbell!! Go! Go! Mamono Fight!! (Japan).iso" size="1459978240" crc="06fa3328" md5="6d67bbefb1c1283b248be402eb9a615d" sha1="ae56218a47939e900357372e8e2b4851e2eed7e4"/>
+       </game>
+       <game name="Konjiki no Gashbell!! Yuujou Tag Battle 2 (Japan)">
+               <category>Games</category>
+               <description>Konjiki no Gashbell!! Yuujou Tag Battle 2 (Japan)</description>
+               <rom name="Konjiki no Gashbell!! Yuujou Tag Battle 2 (Japan).iso" size="1459978240" crc="b6f18a4a" md5="f3c672f6fbb300a92cbfb826141746e9" sha1="4883736213f43157f6a659234ea5a72ac4f3d534"/>
+       </game>
+       <game name="One Piece - Grand Battle! 3 (Japan)">
+               <category>Games</category>
+               <description>One Piece - Grand Battle! 3 (Japan)</description>
+               <rom name="One Piece - Grand Battle! 3 (Japan).iso" size="1459978240" crc="4690825c" md5="9d3003e2d67ee34090c7221b47fc6d32" sha1="0d1843e9a9d745d24e419e5051d92223619b79f0"/>
+       </game>
+       <game name="Batman - Dark Tomorrow (Japan)">
+               <category>Games</category>
+               <description>Batman - Dark Tomorrow (Japan)</description>
+               <rom name="Batman - Dark Tomorrow (Japan).iso" size="1459978240" crc="e46515f8" md5="3d2dcb7b01ef013d12b34a96b31ef317" sha1="37860ac33eb3d937f4d4ef039780c29c0a8442a1"/>
+       </game>
+       <game name="Hudson Selection Vol. 2 - Star Soldier (Japan)">
+               <category>Games</category>
+               <description>Hudson Selection Vol. 2 - Star Soldier (Japan)</description>
+               <rom name="Hudson Selection Vol. 2 - Star Soldier (Japan).iso" size="1459978240" crc="6e7dab62" md5="12d57be8a6ede1e5f80fe7edad7d4ba6" sha1="8b814013ce1dd09159ae0d4fb5545aedf7492b1b"/>
+       </game>
+       <game name="Bomberman Generation (Japan)">
+               <category>Games</category>
+               <description>Bomberman Generation (Japan)</description>
+               <rom name="Bomberman Generation (Japan).iso" size="1459978240" crc="b4c2505d" md5="8b52310c8f7d2e60e0a96e2c7f74dc04" sha1="2c4a9b1d730372ded80915304aac75e327ae955f"/>
+       </game>
+       <game name="Bomberman Jetters (Japan)">
+               <category>Games</category>
+               <description>Bomberman Jetters (Japan)</description>
+               <rom name="Bomberman Jetters (Japan).iso" size="1459978240" crc="cd233d37" md5="af9d21fd2b0331461db9c651c003e043" sha1="ecd904a3c70877dc52336c39d714e45cffb76c6a"/>
+       </game>
+       <game name="Tengai Makyou II - Manji Maru (Japan)">
+               <category>Games</category>
+               <description>Tengai Makyou II - Manji Maru (Japan)</description>
+               <rom name="Tengai Makyou II - Manji Maru (Japan).iso" size="1459978240" crc="d9b37f9b" md5="199bff6193d8b632b1c95a063c55c7b7" sha1="1ca9ea6edb3217d8ea8bea36254d16fe25d8ee70"/>
+       </game>
+       <game name="Shinki Sekai Evolutia (Japan)">
+               <category>Games</category>
+               <description>Shinki Sekai Evolutia (Japan)</description>
+               <rom name="Shinki Sekai Evolutia (Japan).iso" size="1459978240" crc="8f6f5f3e" md5="b5a94f957590db8406901f24db445ddd" sha1="bf07041859e9be4431eb528684230d5e125f02ae"/>
+       </game>
+       <game name="Future GPX Cyber Formula - Road to the Evolution (Japan)">
+               <category>Games</category>
+               <description>Future GPX Cyber Formula - Road to the Evolution (Japan)</description>
+               <rom name="Future GPX Cyber Formula - Road to the Evolution (Japan).iso" size="1459978240" crc="6faebf04" md5="885cad943f5f91ad888ff78be8614f19" sha1="fd46226b01a5243ce1b5729a3843b8ea75947d76"/>
+       </game>
+       <game name="Mahou no Pumpkin - An to Greg no Daibouken (Japan)">
+               <category>Games</category>
+               <description>Mahou no Pumpkin - An to Greg no Daibouken (Japan)</description>
+               <rom name="Mahou no Pumpkin - An to Greg no Daibouken (Japan).iso" size="1459978240" crc="5e7c586a" md5="50e84a8ae017eada404f2edda28224e1" sha1="f40a8e3efb9df6a1937ad79cb373b11f69f22adc"/>
+       </game>
+       <game name="Super Puzzle Bobble All Stars (Japan)">
+               <category>Games</category>
+               <description>Super Puzzle Bobble All Stars (Japan)</description>
+               <rom name="Super Puzzle Bobble All Stars (Japan).iso" size="1459978240" crc="32d6f96a" md5="423cc81f0e70a267c3d70cb7eaaf3cad" sha1="05603b55ddf2b5212618a21777b6b7960e6843b2"/>
+       </game>
+       <game name="Rune (Japan)">
+               <category>Games</category>
+               <description>Rune (Japan)</description>
+               <rom name="Rune (Japan).iso" size="1459978240" crc="1a3e593e" md5="6360d68c74e1aabcb46649d54a4fc308" sha1="cbf5faa109d2199dfcf51e7c6b68110b48cca1c4"/>
+       </game>
+       <game name="Rune II - Koruten no Kagi no Himitsu (Japan)">
+               <category>Games</category>
+               <description>Rune II - Koruten no Kagi no Himitsu (Japan)</description>
+               <rom name="Rune II - Koruten no Kagi no Himitsu (Japan).iso" size="1459978240" crc="da18dc25" md5="6659a52d5f293e76f02a9a363c1ab099" sha1="664f586b7e6f3675b44e1622d63a80811164fbcf"/>
+       </game>
+       <game name="Nintendo GameCube Soft e-Catalog 2003 Haru (Japan)">
+               <category>Demos</category>
+               <description>Nintendo GameCube Soft e-Catalog 2003 Haru (Japan)</description>
+               <rom name="Nintendo GameCube Soft e-Catalog 2003 Haru (Japan).iso" size="1459978240" crc="d38bdbd7" md5="b753e4fa6923e421432eb6decf1dffb3" sha1="f4c7eee5872f06efc8dbe15b0a315d18374082fa"/>
+       </game>
+       <game name="Rockman X - Command Mission (Japan)">
+               <category>Games</category>
+               <description>Rockman X - Command Mission (Japan)</description>
+               <rom name="Rockman X - Command Mission (Japan).iso" size="1459978240" crc="179cf63b" md5="65134582e63c2aefb9bd01eedd3b2453" sha1="529af57404d2b8f799d14093acdd469fa615a766"/>
+       </game>
+       <game name="Rockman EXE Transmission (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Rockman EXE Transmission (Japan) (Rev 1)</description>
+               <rom name="Rockman EXE Transmission (Japan) (Rev 1).iso" size="1459978240" crc="f470a6f4" md5="470005ff8a5591220ac64ecee325728e" sha1="4ade9bbba8b3172be24d896bf62ef697278d8124"/>
+       </game>
+       <game name="Viewtiful Joe (Japan)">
+               <category>Games</category>
+               <description>Viewtiful Joe (Japan)</description>
+               <rom name="Viewtiful Joe (Japan).iso" size="1459978240" crc="3c5b5171" md5="5e0eb6b53bd2fc7e79fb211cae777428" sha1="1a571d59434ea2196bdda3b43b65e0552625806e"/>
+       </game>
+       <game name="Viewtiful Joe - Battle Carnival (Japan)">
+               <category>Games</category>
+               <description>Viewtiful Joe - Battle Carnival (Japan)</description>
+               <rom name="Viewtiful Joe - Battle Carnival (Japan).iso" size="1459978240" crc="83f0950c" md5="eba1f35591d9c04e8ecfbe0fab1b6d5c" sha1="378808c3f78444f70f28e98b30a82dab63d63e65"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Capcom vs. SNK 2 EO (Japan) (Rev 1)</description>
+               <rom name="Capcom vs. SNK 2 EO (Japan) (Rev 1).iso" size="1459978240" crc="b2c307e1" md5="bf6872dacaea7d6c08b97e826242902a" sha1="67ce498bc63c4fc99c5639666d439e9eb19209ac"/>
+       </game>
+       <game name="Disney's Mickey to Minnie Trick &amp; Chase (Japan)">
+               <category>Games</category>
+               <description>Disney's Mickey to Minnie Trick &amp; Chase (Japan)</description>
+               <rom name="Disney's Mickey to Minnie Trick &amp; Chase (Japan).iso" size="1459978240" crc="583d116e" md5="ff155ea04cdf72d31bd0e33fbd264ba2" sha1="42b944d1a178ccb396f351f2f456e49503b5f8bd"/>
+       </game>
+       <game name="Disney's Mickey Mouse no Fushigi na Kagami (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Disney's Mickey Mouse no Fushigi na Kagami (Japan) (Rev 1)</description>
+               <rom name="Disney's Mickey Mouse no Fushigi na Kagami (Japan) (Rev 1).iso" size="1459978240" crc="650bbc8c" md5="3c6301f69e37f46c9603f1b4541bffb2" sha1="361fe4b288e9ad9f0c338618d0c16114fc4d7a6d"/>
+       </game>
+       <game name="Gotcha Force (Japan)">
+               <category>Games</category>
+               <description>Gotcha Force (Japan)</description>
+               <rom name="Gotcha Force (Japan).iso" size="1459978240" crc="62d97378" md5="4473742552671f2054a44f539fcd9486" sha1="1b413f219a47e6b3e862a3f7a469a046e88be893"/>
+       </game>
+       <game name="Auto Modellista - U.S.-tuned (Japan)">
+               <category>Games</category>
+               <description>Auto Modellista - U.S.-tuned (Japan)</description>
+               <rom name="Auto Modellista - U.S.-tuned (Japan).iso" size="1459978240" crc="fa116fdd" md5="ec27a03b20e85f56b11581beb692172d" sha1="da31232e3286250a11ae8f43d1bf4e3e1a4fb316"/>
+       </game>
+       <game name="Biohazard 4 (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Biohazard 4 (Japan) (Disc 1)</description>
+               <rom name="Biohazard 4 (Japan) (Disc 1).iso" size="1459978240" crc="561a7d27" md5="6b57d0ae0b872a50457276fb84d58cf2" sha1="d0ca01aaacf802faa0cda041c4e494caeb40eb54"/>
+       </game>
+       <game name="Biohazard 4 (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Biohazard 4 (Japan) (Disc 2)</description>
+               <rom name="Biohazard 4 (Japan) (Disc 2).iso" size="1459978240" crc="f2174aa9" md5="499cbec401c8d80d35b521b215e8d039" sha1="5e5d722696de7803db03fe5d022acc45956d959b"/>
+       </game>
+       <game name="Sonic Adventure 2 - Battle (Japan) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Sonic Adventure 2 - Battle (Japan) (En,Ja,Fr,De,Es)</description>
+               <rom name="Sonic Adventure 2 - Battle (Japan) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="6fae7e27" md5="caab090aca184c21784330665896eeed" sha1="c56a04c85bde5ade065dbe3459c7883b158df3f2"/>
+       </game>
+       <game name="Jikkyou World Soccer 2002 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou World Soccer 2002 (Japan)</description>
+               <rom name="Jikkyou World Soccer 2002 (Japan).iso" size="1459978240" crc="4229cff9" md5="1bfcb7dca128f200de792650c4de3a97" sha1="ccb971a16aa5adc5db728734945e616d86574efa"/>
+       </game>
+       <game name="Croket! Ban-King no Kiki o Sukue (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Croket! Ban-King no Kiki o Sukue (Japan) (Rev 1)</description>
+               <rom name="Croket! Ban-King no Kiki o Sukue (Japan) (Rev 1).iso" size="1459978240" crc="9ba1d8b0" md5="8b407c51493454f59832cf8576665eda" sha1="4ac9cbc5a6e7a7ff999ad3abc3bbc8b367843633"/>
+       </game>
+       <game name="Disney Sports - Soccer (Japan)">
+               <category>Games</category>
+               <description>Disney Sports - Soccer (Japan)</description>
+               <rom name="Disney Sports - Soccer (Japan).iso" size="1459978240" crc="aebd0b85" md5="4147b70838104d0af57f355eba43d0aa" sha1="cd8f7a2df0278538190083c06aa23770c254d76b"/>
+       </game>
+       <game name="Disney Sports - Skateboarding (Japan)">
+               <category>Games</category>
+               <description>Disney Sports - Skateboarding (Japan)</description>
+               <rom name="Disney Sports - Skateboarding (Japan).iso" size="1459978240" crc="5c30c8ae" md5="9bcc83e783d0e5d0ef35bfe3999c5a6a" sha1="35bb2350a23021b0e9d7344aad3816b54c32fe00"/>
+       </game>
+       <game name="Crash Bandicoot - Bakusou! Nitro Kart (Japan)">
+               <category>Games</category>
+               <description>Crash Bandicoot - Bakusou! Nitro Kart (Japan)</description>
+               <rom name="Crash Bandicoot - Bakusou! Nitro Kart (Japan).iso" size="1459978240" crc="3af534b9" md5="20251a5a2b94c49b0a618f5c0daf960d" sha1="1d863527ad8820b6fab670d8b689b414e402d60c"/>
+       </game>
+       <game name="Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 1)">
+               <category>Games</category>
+               <description>Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 1)</description>
+               <rom name="Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 1).iso" size="1459978240" crc="dc5c4e83" md5="796319a44e67e9d34e90482d36b26e18" sha1="7ddfe2365b1ac00e80a5d6c69305766965b2538c"/>
+       </game>
+       <game name="Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 2)">
+               <category>Games</category>
+               <description>Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 2)</description>
+               <rom name="Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 2).iso" size="1459978240" crc="7d103293" md5="4b0bc9bfe1c4098725bef272f5e03f4d" sha1="6669fbed0207282890a9a1c0d897c8c79de8c475"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es) (Rev 2)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es) (Rev 2)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es) (Rev 2).iso" size="1459978240" crc="15652426" md5="b4e4f4a315c485868437a010deb72aee" sha1="e83d1f1e414ef9fee3de9a7e9bf792065ef529fd"/>
+       </game>
+       <game name="Giant Egg - Billy Hatcher no Daibouken (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Giant Egg - Billy Hatcher no Daibouken (Japan) (Rev 1)</description>
+               <rom name="Giant Egg - Billy Hatcher no Daibouken (Japan) (Rev 1).iso" size="1459978240" crc="55ad7de7" md5="6b9169da201664446d6634bc24b908b2" sha1="0f0c9f900d0c45141d1450725366ffd2faf2a899"/>
+       </game>
+       <game name="Super Monkey Ball (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Super Monkey Ball (Japan) (Rev 2)</description>
+               <rom name="Super Monkey Ball (Japan) (Rev 2).iso" size="1459978240" crc="d35205b7" md5="527f5186b24a3f1f04f5f12c4df560c5" sha1="ac58d44e2f5282eb066bc0b4e4c041b736f924df"/>
+       </game>
+       <game name="Super Monkey Ball 2 (Japan)">
+               <category>Games</category>
+               <description>Super Monkey Ball 2 (Japan)</description>
+               <rom name="Super Monkey Ball 2 (Japan).iso" size="1459978240" crc="eef3b2d8" md5="bdda137a7a73b0214c61deb14288de70" sha1="579bc2001c57009aac374e17ba9a5a9b36928506"/>
+       </game>
+       <game name="Virtua Striker 3 Ver. 2002 (Japan)">
+               <category>Games</category>
+               <description>Virtua Striker 3 Ver. 2002 (Japan)</description>
+               <rom name="Virtua Striker 3 Ver. 2002 (Japan).iso" size="1459978240" crc="b0293fed" md5="6b3e9ad3a312c425844177c0317cb1b3" sha1="e4add77b14837f6aa46a6b0fe2df459d1e2b72ab"/>
+       </game>
+       <game name="Bleach GC - Tasogare ni Mamieru Shinigami (Japan)">
+               <category>Games</category>
+               <description>Bleach GC - Tasogare ni Mamieru Shinigami (Japan)</description>
+               <rom name="Bleach GC - Tasogare ni Mamieru Shinigami (Japan).iso" size="1459978240" crc="c586cf28" md5="7e5526fad8e1f5718eafefd8761ab925" sha1="30a9b2f9a97562b20a8e5384562f74a233ec791f"/>
+       </game>
+       <game name="Virtua Fighter Cyber Generation - Judgment Six no Yabou (Japan)">
+               <category>Games</category>
+               <description>Virtua Fighter Cyber Generation - Judgment Six no Yabou (Japan)</description>
+               <rom name="Virtua Fighter Cyber Generation - Judgment Six no Yabou (Japan).iso" size="1459978240" crc="755ddecf" md5="69901ab660b48fe8c716e40d9058c2ad" sha1="9a181134b3f0bbd236e0a8e0860e1c711ee08b03"/>
+       </game>
+       <game name="Sonic Heroes (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Heroes (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Heroes (Japan) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="b4923d04" md5="f52de0b95c82de9d1974cedd1f185488" sha1="6f867789bb2fbd084deca6b78c5bcc7b6a690c61"/>
+       </game>
+       <game name="Sonic Mega Collection (Japan)">
+               <category>Games</category>
+               <description>Sonic Mega Collection (Japan)</description>
+               <rom name="Sonic Mega Collection (Japan).iso" size="1459978240" crc="545f93a6" md5="37fff656fc04f4f4719690d8eebd73f3" sha1="f997a8ac49a76ed3c747a28fbe69aacfeea0e19e"/>
+       </game>
+       <game name="Eternal Arcadia Legends (Japan)">
+               <category>Games</category>
+               <description>Eternal Arcadia Legends (Japan)</description>
+               <rom name="Eternal Arcadia Legends (Japan).iso" size="1459978240" crc="3da0e910" md5="325f0955cfd8324b96ef56ddeb82f29f" sha1="bb06f5ba75a8e928a62f7b01c2b375b7e2693309"/>
+       </game>
+       <game name="Sega Soccer Slam (Japan)">
+               <category>Games</category>
+               <description>Sega Soccer Slam (Japan)</description>
+               <rom name="Sega Soccer Slam (Japan).iso" size="1459978240" crc="de99a222" md5="554d45dcd3cbfb69a602ba8e2cbf01e7" sha1="bd292ca08fbe3f564e832a8c5649c1f4c14c9f06"/>
+       </game>
+       <game name="Kaijuu no Shima - Amazing Island (Japan)">
+               <category>Games</category>
+               <description>Kaijuu no Shima - Amazing Island (Japan)</description>
+               <rom name="Kaijuu no Shima - Amazing Island (Japan).iso" size="1459978240" crc="45401a74" md5="7ae5919951263daf3099aa6c7992a093" sha1="e99e3b4007fcb6939fd9f592d6995ff77191e012"/>
+       </game>
+       <game name="Biohazard 2 (Japan)">
+               <category>Games</category>
+               <description>Biohazard 2 (Japan)</description>
+               <rom name="Biohazard 2 (Japan).iso" size="1459978240" crc="98616697" md5="8602e48fdec20c43857f7ae6bcc93431" sha1="a9e9c1b63e518ab9e236442e9ff0dee01e368362"/>
+       </game>
+       <game name="Biohazard 3 - Last Escape (Japan)">
+               <category>Games</category>
+               <description>Biohazard 3 - Last Escape (Japan)</description>
+               <rom name="Biohazard 3 - Last Escape (Japan).iso" size="1459978240" crc="414aacc2" md5="245a4269337f3a290abf57a6ff156f7d" sha1="0a24a51e8b8ee6c36d564d88f1c0544a7367a374"/>
+       </game>
+       <game name="Biohazard Zero (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Biohazard Zero (Japan) (Disc 1)</description>
+               <rom name="Biohazard Zero (Japan) (Disc 1).iso" size="1459978240" crc="eeee4e93" md5="d042c42ab577de62da0c9e483008a5a3" sha1="ca05364e6b55bc517cada9560912fb6b2194e83e"/>
+       </game>
+       <game name="Biohazard Zero (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Biohazard Zero (Japan) (Disc 2)</description>
+               <rom name="Biohazard Zero (Japan) (Disc 2).iso" size="1459978240" crc="fb5b204a" md5="ccd0978d8e5b3b4d4c69b5460b1e410a" sha1="5d1d5fbc8de48403764cbf812c9bf6d5392919eb"/>
+       </game>
+       <game name="Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 1)</description>
+               <rom name="Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 1).iso" size="1459978240" crc="2d513956" md5="6c988307da488343cf4f3a39479f351b" sha1="98d7993593549a2f4de119798e7d22ff2ae4a6f6"/>
+       </game>
+       <game name="Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 2)</description>
+               <rom name="Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 2).iso" size="1459978240" crc="5a30d35b" md5="12e934a615a20dcaa07b7b2d689973ed" sha1="153bd2844d304cb48b234ddb5b3451137b3d9fe3"/>
+       </game>
+       <game name="Super Monkey Ball 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Monkey Ball 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Monkey Ball 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="2f726b39" md5="4dfd33540b3b6c7ae742a9e4c1ba3692" sha1="eaec3ebb485dfca3ae6966d44c5bb0c015a49fff"/>
+       </game>
+       <game name="Luigi's Mansion (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Luigi's Mansion (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Luigi's Mansion (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="9a75e03a" md5="109274d9078b5aecf3bfa9af1d10688c" sha1="3f742bf1db42bd3b24ec50bc66320f762b043752"/>
+       </game>
+       <game name="Prince of Persia - Warrior Within (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Prince of Persia - Warrior Within (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Prince of Persia - Warrior Within (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="33abcb80" md5="2ac58c9a30bd3c8de87e4e77f5223ca9" sha1="a3b4145780ba2b26a1d50801769cc8a402c2a925"/>
+       </game>
+       <game name="Asterix &amp; Obelix XXL (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Asterix &amp; Obelix XXL (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Asterix &amp; Obelix XXL (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e1bbde8f" md5="63cef5f1c7ffc3b3d311e71bfc717835" sha1="5add4b341a2fce468e00e2ff78ca4955b8232d4b"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe) (Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe) (Fr,De,Es,It).iso" size="1459978240" crc="385aa575" md5="c377b2cf4ae34d593ac307737787d5b7" sha1="6d4edfbf3542db027516dafe3e86282fd302021a"/>
+       </game>
+       <game name="Paper Mario - The Thousand-Year Door (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Paper Mario - The Thousand-Year Door (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Paper Mario - The Thousand-Year Door (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="a624277b" md5="81321e8256205e3cfb71257e6ba2970f" sha1="e751145434aad75cc1f363ea25ec71e2b69f950e"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ea7dbbbc" md5="ee5e87edf64e42130580ff044673fbd0" sha1="af3a1db5c732049e7a6e25d5d1852014a92a8717"/>
+       </game>
+       <game name="Tony Hawk's American Wasteland (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tony Hawk's American Wasteland (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tony Hawk's American Wasteland (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="3ec7d3c9" md5="4a157077fc4a05575d9f4447bf1d8548" sha1="20b16219077172cb7e8ed3c364dcb4046cdc4283"/>
+       </game>
+       <game name="V-Rally 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>V-Rally 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="V-Rally 3 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="239e56cf" md5="ddd092926231a913f8d5917181389a1b" sha1="3e865b6fbe436582ce6adf4f9e80e4d8507f7dc5"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (Europe) (Disc 2) (Rev 1)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (Europe) (Disc 2) (Rev 1)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (Europe) (Disc 2) (Rev 1).iso" size="1459978240" crc="0de3148c" md5="95fd974f151c4a48fd65e3f8c8158419" sha1="ecb22d032bf28fae511c9879612443cd3a90bfb3"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (Europe) (Disc 1) (Rev 1)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (Europe) (Disc 1) (Rev 1)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (Europe) (Disc 1) (Rev 1).iso" size="1459978240" crc="5c2d88e4" md5="dc8a8164e37cb0bafd982a4d30946e8a" sha1="7d5273708a7494573992e6f5259277864ef6a5e8"/>
+       </game>
+       <game name="Konjiki no Gashbell!! Yuujou Tag Battle - Full Power (Japan)">
+               <category>Games</category>
+               <description>Konjiki no Gashbell!! Yuujou Tag Battle - Full Power (Japan)</description>
+               <rom name="Konjiki no Gashbell!! Yuujou Tag Battle - Full Power (Japan).iso" size="1459978240" crc="658027e8" md5="6277dedb0e6e242908e9a3aa3d83bfad" sha1="6701d931e8d953f09933356e43609518ef4508b6"/>
+       </game>
+       <game name="Mario Golf - Family Tour (Japan)">
+               <category>Games</category>
+               <description>Mario Golf - Family Tour (Japan)</description>
+               <rom name="Mario Golf - Family Tour (Japan).iso" size="1459978240" crc="d23eae99" md5="262e3f6c8d1255871c5a02034fdea82d" sha1="0cee5d025395dee0c1ff0a0629a91e40604cecb2"/>
+       </game>
+       <game name="Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin (Japan)">
+               <category>Games</category>
+               <description>Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin (Japan)</description>
+               <rom name="Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin (Japan).iso" size="1459978240" crc="df30f976" md5="80b118e606bff06a44e84a67938cea03" sha1="daab2a72b362941db7f85285805873398678f85f"/>
+       </game>
+       <game name="Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="f6eedf9a" md5="5a1bac829b877003eaf0752dc4dd1acc" sha1="0cf28bff09e4912f0440681db4109b7e058e9a06"/>
+       </game>
+       <game name="Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,Nl).iso" size="1459978240" crc="8b2031cd" md5="a665b11c4448646e3fc8ef3e0a14506d" sha1="1299c18c26ac8dd4b6ee0d72f21ca56f00b25122"/>
+       </game>
+       <game name="SSX 3 (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>SSX 3 (Europe) (En,Fr,De,Es)</description>
+               <rom name="SSX 3 (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="8eb360c9" md5="087a5a59d976b0843ab5917df38d0b45" sha1="f9e40540666e7d5c5f1ffee5d28947cfdc89a9c9"/>
+       </game>
+       <game name="Phantasy Star Online Episode III - C.A.R.D. Revolution (Europe) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode III - C.A.R.D. Revolution (Europe) (En,Ja,Fr,De,Es)</description>
+               <rom name="Phantasy Star Online Episode III - C.A.R.D. Revolution (Europe) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="c09ffb89" md5="d4f78ba62b93f609d3867e6fddffed71" sha1="00767e70e10f27da343476900e98cc8988629ba7"/>
+       </game>
+       <game name="Madden NFL 06 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 06 (USA)</description>
+               <rom name="Madden NFL 06 (USA).iso" size="1459978240" crc="202067fd" md5="5e1ded0c91abcdf70a43e3bfd1774997" sha1="0d43b51443081ca9a4c5a074521d5a22a1a96fbc"/>
+       </game>
+       <game name="NBA Courtside 2002 (USA)">
+               <category>Games</category>
+               <description>NBA Courtside 2002 (USA)</description>
+               <rom name="NBA Courtside 2002 (USA).iso" size="1459978240" crc="ed55d776" md5="a44981f541acfe09945b6946f05a282e" sha1="cf2852ca7aa9b277acf6a7d82493b2844b958902"/>
+       </game>
+       <game name="NBA Street (USA)">
+               <category>Games</category>
+               <description>NBA Street (USA)</description>
+               <rom name="NBA Street (USA).iso" size="1459978240" crc="dc7a2da4" md5="cf24de778cb8e400d57513124eb6653a" sha1="84314b26365d3e8894bf0d0a8500ded618196ab1"/>
+       </game>
+       <game name="Vexx (USA)">
+               <category>Games</category>
+               <description>Vexx (USA)</description>
+               <rom name="Vexx (USA).iso" size="1459978240" crc="66c7457b" md5="4198d93d1fc7a267a4ae5b78c22e8a64" sha1="071742b3735d768bdf0fdc822808045c8aa8791b"/>
+       </game>
+       <game name="Outlaw Golf (USA)">
+               <category>Games</category>
+               <description>Outlaw Golf (USA)</description>
+               <rom name="Outlaw Golf (USA).iso" size="1459978240" crc="3054d0fd" md5="a000c965968d98aeec0fe84598e02443" sha1="3806d257bee314a59ff443426549cf6cfa239fc1"/>
+       </game>
+       <game name="Madden NFL 2005 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2005 (USA)</description>
+               <rom name="Madden NFL 2005 (USA).iso" size="1459978240" crc="6c027878" md5="7e5d91ca3bf751d53bd7718b7c278f9b" sha1="9f30b6116ce76fb2d4da5b56f5798dbd38f60748"/>
+       </game>
+       <game name="NCAA Football 2003 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 2003 (USA)</description>
+               <rom name="NCAA Football 2003 (USA).iso" size="1459978240" crc="78433638" md5="ed722ecf2fdf7e0c5d4dd3190eb905e4" sha1="7d7b0c4187397103a15d043c03294412630f5d46"/>
+       </game>
+       <game name="Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="db7d8cd9" md5="c93225c1a4f1fa4aad5d1dd330293c1a" sha1="05b34c82c0fe8aa504539e4dfbba89957c7fc788"/>
+       </game>
+       <game name="Sonic Adventure 2 - Battle (Europe) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Sonic Adventure 2 - Battle (Europe) (En,Ja,Fr,De,Es)</description>
+               <rom name="Sonic Adventure 2 - Battle (Europe) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="c576b909" md5="46c84273d5cd803715988a33ca3e5664" sha1="118d5c2b654fba80de2efd37ebabff351c836e7a"/>
+       </game>
+       <game name="Home Run King (USA)">
+               <category>Games</category>
+               <description>Home Run King (USA)</description>
+               <rom name="Home Run King (USA).iso" size="1459978240" crc="e76b8a96" md5="ad59341c4767e039c9cefd6c916e9774" sha1="d5a3ef8f401b43935010b9997a5bb89087bbf7e6"/>
+       </game>
+       <game name="Knockout Kings 2003 (USA)">
+               <category>Games</category>
+               <description>Knockout Kings 2003 (USA)</description>
+               <rom name="Knockout Kings 2003 (USA).iso" size="1459978240" crc="119d506e" md5="0e3d5ac1d1d75d4662a9bed9e26628c5" sha1="8be2cf518f0beb5393d18ef1ca59f17ad0fe56e9"/>
+       </game>
+       <game name="Madden NFL 2002 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2002 (USA)</description>
+               <rom name="Madden NFL 2002 (USA).iso" size="1459978240" crc="8f2ae860" md5="6138333c4ff6829e7c01c7a4c0598c86" sha1="8e666fd73fe2539808024396e6fa1605a134da0b"/>
+       </game>
+       <game name="Sphinx and the Cursed Mummy (USA)">
+               <category>Games</category>
+               <description>Sphinx and the Cursed Mummy (USA)</description>
+               <rom name="Sphinx and the Cursed Mummy (USA).iso" size="1459978240" crc="242f4ff4" md5="4e635d238507f1898b40bd7ab0491155" sha1="93f7ee4eb240bdf0db225bdfee4c41b94d58eb1a"/>
+       </game>
+       <game name="NBA 2K3 (USA)">
+               <category>Games</category>
+               <description>NBA 2K3 (USA)</description>
+               <rom name="NBA 2K3 (USA).iso" size="1459978240" crc="89df66d0" md5="f030b9c24bfacad63a1539a2ff5bf4b0" sha1="9b842fc34bd640645481cdb5f625d707daec8c02"/>
+       </game>
+       <game name="ZooCube (USA)">
+               <category>Games</category>
+               <description>ZooCube (USA)</description>
+               <rom name="ZooCube (USA).iso" size="1459978240" crc="dc26206c" md5="817624b30e3b8b620dfe96ad28c085fb" sha1="843feb050b6c258b489c7168b997c1ec839efa44"/>
+       </game>
+       <game name="NBA Courtside 2002 (Europe)">
+               <category>Games</category>
+               <description>NBA Courtside 2002 (Europe)</description>
+               <rom name="NBA Courtside 2002 (Europe).iso" size="1459978240" crc="58ef59fd" md5="3660a90e46ce81f83d4c6218c121bc02" sha1="dd0c2b22e8b2d847ff74a8438550c00d6d1ea07a"/>
+       </game>
+       <game name="Disney's Donald Duck - Quack Attack (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney's Donald Duck - Quack Attack (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney's Donald Duck - Quack Attack (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="c70d859d" md5="ae62daf163809c1a58a153298ffa56b4" sha1="89fa851892bd0f05192c7d79d15aa83668f833cf"/>
+       </game>
+       <game name="Driven (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Driven (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Driven (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="10aa713d" md5="8e4937d335b908efbb93c71275fab92a" sha1="2f100f4baa7430e72f704e9d144929fd531c848e"/>
+       </game>
+       <game name="Freekstyle (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Freekstyle (Europe) (En,Fr,De)</description>
+               <rom name="Freekstyle (Europe) (En,Fr,De).iso" size="1459978240" crc="bb4d7b8b" md5="6f61e6bb706d434d97d67af6036090dd" sha1="beacaa99fa921bf29f058ae5df52439f292f81bf"/>
+       </game>
+       <game name="P.N. 03 (Europe) (En,Fr,De,Es,It) (Demo)">
+               <category>Demos</category>
+               <description>P.N. 03 (Europe) (En,Fr,De,Es,It) (Demo)</description>
+               <rom name="P.N. 03 (Europe) (En,Fr,De,Es,It) (Demo).iso" size="1459978240" crc="965f3101" md5="9e61d49977f63c924c81d2f18e58b9bb" sha1="ee9bbb75376ca8ca099d0501a244b5f1e40d44ee"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It) (Limited Edition Preview Disc)">
+               <category>Demos</category>
+               <description>Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It) (Limited Edition Preview Disc)</description>
+               <rom name="Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It) (Limited Edition Preview Disc).iso" size="1459978240" crc="3657ba07" md5="7ae2720a0984e16489e2f049c224fe71" sha1="b47bc2a3bbcaa56b680d9efc2e2b32812ae42e04"/>
+       </game>
+       <game name="P.N. 03 (USA)">
+               <category>Games</category>
+               <description>P.N. 03 (USA)</description>
+               <rom name="P.N. 03 (USA).iso" size="1459978240" crc="24061157" md5="4af4013136bb2db2053b26e811c8f9c1" sha1="3be89d60c2c6d3ced85bf3b8af6475e71497a4b5"/>
+       </game>
+       <game name="SSX Tricky (USA)">
+               <category>Games</category>
+               <description>SSX Tricky (USA)</description>
+               <rom name="SSX Tricky (USA).iso" size="1459978240" crc="753173c7" md5="47c64f8e60ecd70161b772adb7f25109" sha1="7adecbf91fff0c2b5907b2fd725a11d060ef95e0"/>
+       </game>
+       <game name="Super Bubble Pop (USA)">
+               <category>Games</category>
+               <description>Super Bubble Pop (USA)</description>
+               <rom name="Super Bubble Pop (USA).iso" size="1459978240" crc="3e57a93c" md5="0daa6547ae3ad0fa28f0ca2b04d6a909" sha1="b9a2c37860a1f6536bb47c8cb67b38e94c0519ea"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger (USA)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger (USA)</description>
+               <rom name="Ty the Tasmanian Tiger (USA).iso" size="1459978240" crc="f4d308cc" md5="8ab3b0df681cd40cdb9ed70b3f8346f6" sha1="f7c2a13498af113eea7ba6f18903480f52cd398d"/>
+       </game>
+       <game name="Codename - Kids Next Door - Operation - V.I.D.E.O.S.P.I.E.L. (Germany)">
+               <category>Games</category>
+               <description>Codename - Kids Next Door - Operation - V.I.D.E.O.S.P.I.E.L. (Germany)</description>
+               <rom name="Codename - Kids Next Door - Operation - V.I.D.E.O.S.P.I.E.L. (Germany).iso" size="1459978240" crc="d9393c54" md5="8366ba6c0f0ef3fe30617159c21f5939" sha1="7727a90d90af34ab4c8d7898e8c15a82054d0e5f"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (Germany)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (Germany)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (Germany).iso" size="1459978240" crc="68bb4d6e" md5="e851b2aec4de56e3d2496b5bfbf6a511" sha1="93a1e8d9d42582f5b13751935dddca0374997676"/>
+       </game>
+       <game name="Scooby-Doo! Fluch der Folianten (Germany)">
+               <category>Games</category>
+               <description>Scooby-Doo! Fluch der Folianten (Germany)</description>
+               <rom name="Scooby-Doo! Fluch der Folianten (Germany).iso" size="1459978240" crc="586dc955" md5="5423bdc41509eeaeba054e0ab641e099" sha1="954f0c8b43a9869cef2693710c6084dee3d81fb6"/>
+       </game>
+       <game name="Shrek 2 (Germany)">
+               <category>Games</category>
+               <description>Shrek 2 (Germany)</description>
+               <rom name="Shrek 2 (Germany).iso" size="1459978240" crc="38c20d67" md5="f7cea1dcdaf9688266d2b4e49d5cb8bb" sha1="b59a61d49210f9f16d979d109b7bc2d82cc6c8e0"/>
+       </game>
+       <game name="Nickelodeon SpongeBob Schwammkopf - Film ab! (Germany)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob Schwammkopf - Film ab! (Germany)</description>
+               <rom name="Nickelodeon SpongeBob Schwammkopf - Film ab! (Germany).iso" size="1459978240" crc="400df3af" md5="c8ee914aad66ed1ba191f719b57c62c4" sha1="5d7258cfbedc01c1afa4ff6eda955582cb8bc11b"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 3 (Germany)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 3 (Germany)</description>
+               <rom name="Tony Hawk's Pro Skater 3 (Germany).iso" size="1459978240" crc="f33f9b32" md5="5c57d62f00d94a2e8272af3a24bd2919" sha1="031571ff577868033329cfc124bb009a8846344c"/>
+       </game>
+       <game name="UEFA Champions League 2004-2005 (Germany)">
+               <category>Games</category>
+               <description>UEFA Champions League 2004-2005 (Germany)</description>
+               <rom name="UEFA Champions League 2004-2005 (Germany).iso" size="1459978240" crc="06ddb584" md5="2dd03fdf5bf7cae2da173f36574b1876" sha1="62c949e6d64283e5dbf44f9bbdc13379658e97f7"/>
+       </game>
+       <game name="Evolution Worlds (USA)">
+               <category>Games</category>
+               <description>Evolution Worlds (USA)</description>
+               <rom name="Evolution Worlds (USA).iso" size="1459978240" crc="bfcb4d4f" md5="052f49f094488d2002e4a5df1067435d" sha1="e38eb9eb3641e727e79e83f7671dee4c41ecfa65"/>
+       </game>
+       <game name="Lemony Snicket's A Series of Unfortunate Events (USA)">
+               <category>Games</category>
+               <description>Lemony Snicket's A Series of Unfortunate Events (USA)</description>
+               <rom name="Lemony Snicket's A Series of Unfortunate Events (USA).iso" size="1459978240" crc="7c5aee12" md5="d7e043a973530ab94342b7af5031b086" sha1="7001141c6a169f80d56f6f5650570ae2c1796872"/>
+       </game>
+       <game name="Rayman Arena (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rayman Arena (USA) (En,Fr,Es)</description>
+               <rom name="Rayman Arena (USA) (En,Fr,Es).iso" size="1459978240" crc="e0f783ed" md5="4e7b4dd0444ebfeb7ec2ab253116d437" sha1="de0c744db56f18c23a12609ec7b17f47aac9caae"/>
+       </game>
+       <game name="Top Gun - Combat Zones (USA)">
+               <category>Games</category>
+               <description>Top Gun - Combat Zones (USA)</description>
+               <rom name="Top Gun - Combat Zones (USA).iso" size="1459978240" crc="ff8ccd79" md5="7af2e1c73b8f6a4ce7956813b6b95e54" sha1="b9536ffde4c27cbee8a8f0c676388994745265b2"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (USA)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (USA)</description>
+               <rom name="Tom Clancy's Splinter Cell (USA).iso" size="1459978240" crc="cbf5d874" md5="56c6f8a0c98e23ffbcde0e1139146001" sha1="f45ed55c0e7be802d444a1bc4509c8cabbce4d89"/>
+       </game>
+       <game name="007 - Agent Under Fire (USA) (Rev 1)">
+               <category>Games</category>
+               <description>007 - Agent Under Fire (USA) (Rev 1)</description>
+               <rom name="007 - Agent Under Fire (USA) (Rev 1).iso" size="1459978240" crc="e9a1e1b2" md5="998e51a469dcad2d9e9842acf7debe5f" sha1="7c8a0148f0e5d5b1f40bdfb098eba1935df1932e"/>
+       </game>
+       <game name="Prince of Persia - The Two Thrones (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Prince of Persia - The Two Thrones (USA) (En,Fr,Es)</description>
+               <rom name="Prince of Persia - The Two Thrones (USA) (En,Fr,Es).iso" size="1459978240" crc="22deb1f0" md5="88bfad6bc3f1356741aaa5c36ce1ec39" sha1="ec028be55c244809a0d29829f9a0c7dffa98cf7a"/>
+       </game>
+       <game name="Mario Golf - Toadstool Tour (USA)">
+               <category>Games</category>
+               <description>Mario Golf - Toadstool Tour (USA)</description>
+               <rom name="Mario Golf - Toadstool Tour (USA).iso" size="1459978240" crc="38a86294" md5="5fd9909e73df7fb704d2e443e17346b5" sha1="7e7118fa9dbe6fbbe37b2a64626aefbf1b2c4426"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De)</description>
+               <rom name="Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De).iso" size="1459978240" crc="39fe6d58" md5="11b6dfe2d930485917f7ac69d9d449c5" sha1="10b0dd40e9cee2c3ee3cba002018623d8d8a9242"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO - Millionaire Fighting 2001 (Europe)">
+               <category>Games</category>
+               <description>Capcom vs. SNK 2 EO - Millionaire Fighting 2001 (Europe)</description>
+               <rom name="Capcom vs. SNK 2 EO - Millionaire Fighting 2001 (Europe).iso" size="1459978240" crc="ff84c3d3" md5="c56a8a3f2930f85d270b7e880e01ca08" sha1="9546224c012b2431deedd4e2d6fbbae46a1b9e2f"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (Germany)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (Germany)</description>
+               <rom name="Need for Speed - Underground 2 (Germany).iso" size="1459978240" crc="83b3c758" md5="89c3c4148a5ae00db23fc68834d9ea84" sha1="831eee2df2899f7e0d91442a33071dabeac89ccf"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (USA) (Disc 1)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (USA) (Disc 1)</description>
+               <rom name="GoldenEye - Rogue Agent (USA) (Disc 1).iso" size="1459978240" crc="c9c97e97" md5="90b22781a7d78756548b0b2d954ffb45" sha1="9f218f5fa87406a596fd7a070bd6be8bea3ae1d3"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (USA) (Disc 2)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (USA) (Disc 2)</description>
+               <rom name="GoldenEye - Rogue Agent (USA) (Disc 2).iso" size="1459978240" crc="22e8d92b" md5="5e64f97b46fb8168417d87bdef14cb05" sha1="09405c4b97d0d687492dc76a80301e04abd001b3"/>
+       </game>
+       <game name="Driven (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Driven (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Driven (USA) (En,Fr,De,Es,It).iso" size="1459978240" crc="d3ecbac7" md5="9ac406c4292ed67dbeee284acb1be532" sha1="596f617f8f119c3a3305244aa3a9588adce05992"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2005 (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2005 (USA) (Disc 1)</description>
+               <rom name="Tiger Woods PGA Tour 2005 (USA) (Disc 1).iso" size="1459978240" crc="fb45905a" md5="265e41ea68cf1f94034c4d566fe9c2c7" sha1="d0c707abc7a3e0e3d121b413c073d52b57a6065a"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2005 (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2005 (USA) (Disc 2)</description>
+               <rom name="Tiger Woods PGA Tour 2005 (USA) (Disc 2).iso" size="1459978240" crc="eb2e3a1f" md5="01873f3420bebcafbf8f70e1a78a4633" sha1="2e7f926579e07d9c1bf2ca5bc26518be0c876732"/>
+       </game>
+       <game name="Nickelodeon Tak 2 - The Staff of Dreams (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Tak 2 - The Staff of Dreams (USA)</description>
+               <rom name="Nickelodeon Tak 2 - The Staff of Dreams (USA).iso" size="1459978240" crc="ca5ada0f" md5="0d9a7c74d1ff98dd5ad867bd67377bb1" sha1="bc36de899604771551b93638ce204da92e0b7582"/>
+       </game>
+       <game name="Nintendo GameCube Preview Disc - May 2003 (USA, Canada)">
+               <category>Demos</category>
+               <description>Nintendo GameCube Preview Disc - May 2003 (USA, Canada)</description>
+               <rom name="Nintendo GameCube Preview Disc - May 2003 (USA, Canada).iso" size="1459978240" crc="d45c8c07" md5="73e092844193533bfd6d5c27034446a3" sha1="43047f599583e1b0357881d21cba2e3958c57822"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc - July 2002 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc - July 2002 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc - July 2002 (USA).iso" size="1459978240" crc="3101db76" md5="8417046b747ec2525d61ffc632406860" sha1="fab8a7173b0c6ab93c4d61aa598bda5b1f2ba951"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - March 2002 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - March 2002 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - March 2002 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="84a48d07" md5="c0648270c5c0b1d50563b75f3af6c580" sha1="776b51cf46ef7338c23dbd219a2827dda38ec740"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - May 2002 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - May 2002 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - May 2002 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7e940a6b" md5="d13fada686d2174aa2d2060779682f22" sha1="8dc05ad02a04e3087ec979330842213329bd3cf0"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - September 2002 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - September 2002 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - September 2002 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e38c117c" md5="d5c71eabe573332799b734cccae00d32" sha1="eba97ab8c64199c275db151e5ff0a137fd2dc9bb"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - November 2002 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - November 2002 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - November 2002 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e29f67f7" md5="1002b04aef2953827ef0ce0e28abd187" sha1="e09c476eb2963eb8f0891f417e696367ff6e72b5"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - December 2002 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - December 2002 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - December 2002 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="271b16d3" md5="3bd9e2f907b78bf26fc653da1debf116" sha1="65c04bf13888bf8647d77ac4401abb52dcce7db0"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - February 2003 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - February 2003 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - February 2003 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="76a3d320" md5="cb68ca8b495fd5d487a82acbf72d5a68" sha1="bb11f319e458e32ae9fbf3bbcfbff7de9784d98e"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - April 2003 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - April 2003 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - April 2003 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="5400521f" md5="3fb4c1f280c214c73b6372297c250264" sha1="e1eed8949b1c7b4ae901af38e7e7169a4a5cab0b"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - June 2003 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - June 2003 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - June 2003 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="65d22d6b" md5="9f8012ac86667bd82a8adfd78cc06d75" sha1="977358c41150f1d4ac303353eb731ef827a6ca71"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - September 2003 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - September 2003 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - September 2003 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="55fb8878" md5="bbf2c5802c1644e72aef034532a82cbf" sha1="7f3c8542cdbbdd0b2b0f24cd2c1d9d2cd527afb0"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - November 2003 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - November 2003 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - November 2003 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="fb77f000" md5="4159ba513c40ef945f54fed3ec919321" sha1="8ea5a7493669f99f921494b288cdffde03f05187"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - March 2004 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - March 2004 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - March 2004 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="382ec0d8" md5="08b0bbc6d08fef9316228a1272897f8e" sha1="b4e8118ba7e651ff46ac73ae52867e68e628e540"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - May 2004 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - May 2004 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - May 2004 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="4f06ca18" md5="bd83d63adea2812160d550fa8f110e15" sha1="f25f6c3d2a72df76c5d6179e6cad723ae2892a15"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - July 2004 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - July 2004 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - July 2004 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="3789ad2c" md5="ca07a8a980ac05996dcd591a254c054d" sha1="e3614fe383c4be08c7adebf99eb0a4f3d89b7bf6"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - November 2004 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - November 2004 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - November 2004 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="0eed226f" md5="b2e979aa986ca14e164f48c35641b469" sha1="dbbd671302ecbeece69e881f8cc93d158bf18907"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - February 2005 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - February 2005 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - February 2005 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="579544db" md5="87e5299f3fb6b455ce537b0360416874" sha1="11f774394452b1f4bbdf061cf3769403f138a358"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - April 2005 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - April 2005 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - April 2005 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7a9846e0" md5="c4663e81433c0d0f2a0eb5489ec82bf9" sha1="a916fff97acea6205583cccad0033267517fbe0c"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - May 2005 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - May 2005 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - May 2005 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="f356e64c" md5="9001b5a060bdbbab4952c984758fd2b9" sha1="f21799019468c61814fd7be223fc0e63999f9a44"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - October 2005 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - October 2005 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - October 2005 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="158e12f2" md5="9f427886c0f2262e56fae14d4769849a" sha1="4bafd1c8864b203795246a323da1ffa8c89fae78"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - April 2006 (Europe) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - April 2006 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - April 2006 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="37045253" md5="932d2ac0c3d09b24a0990e65079c8a0e" sha1="0cd5c244783138cccec715f5d82e4f7f3f82a867"/>
+       </game>
+       <game name="Disneys Ferkels grosses Abenteuer-Spiel (Germany)">
+               <category>Games</category>
+               <description>Disneys Ferkels grosses Abenteuer-Spiel (Germany)</description>
+               <rom name="Disneys Ferkels grosses Abenteuer-Spiel (Germany).iso" size="1459978240" crc="6c4440fb" md5="0e343628722205209b960cfb262c88b8" sha1="45611a2146cb1ae983bdb054afca87df9f2ede43"/>
+       </game>
+       <game name="Sims 2, The - Pets (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Sims 2, The - Pets (Europe) (En,Fr,De)</description>
+               <rom name="Sims 2, The - Pets (Europe) (En,Fr,De).iso" size="1459978240" crc="0032356d" md5="85cd1905195458ac93f07fa9fe836302" sha1="42047506fc923051d67c29107331b754244361ee"/>
+       </game>
+       <game name="True Crime - New York City (Germany)">
+               <category>Games</category>
+               <description>True Crime - New York City (Germany)</description>
+               <rom name="True Crime - New York City (Germany).iso" size="1459978240" crc="09e363d6" md5="20123e6c1df395c9e63d4af9e42fa160" sha1="60d1295dcd76a0be4ab1a6dd154168c66a8977a2"/>
+       </game>
+       <game name="X-Men Legends (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>X-Men Legends (Europe) (En,Fr,De)</description>
+               <rom name="X-Men Legends (Europe) (En,Fr,De).iso" size="1459978240" crc="6bd8d896" md5="8d1bf694987c027a1296d2705804ac86" sha1="0a7003cd7a07d2512a9ec281678dac8e0973328d"/>
+       </game>
+       <game name="Legend of Zelda, The - Twilight Princess (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Twilight Princess (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of Zelda, The - Twilight Princess (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="61fe14da" md5="f9c47b0c8a34d345c06061f24e0db277" sha1="2601822a488eeb86fb89db16ca8f29c2c953e1ca"/>
+       </game>
+       <game name="Madden NFL 2004 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 2004 (USA)</description>
+               <rom name="Madden NFL 2004 (USA).iso" size="1459978240" crc="fd972f12" md5="5b5faea1ebd1f196210b9267c2c717c4" sha1="001c5d485a0120c2aff0aabbd4d555c36bbdc9c3"/>
+       </game>
+       <game name="Madden NFL 2004 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Madden NFL 2004 (USA) (Rev 1)</description>
+               <rom name="Madden NFL 2004 (USA) (Rev 1).iso" size="1459978240" crc="ecef8d57" md5="131fb5a29defecf04511d68ffa1d0894" sha1="d79b3c739dea683cab4031c7d48c73c3014c6aba"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (USA)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (USA)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (USA).iso" size="1459978240" crc="115f3228" md5="233351fd9856337ac9ff799f520a52d3" sha1="1d95b792293ccdb5b12b7551105998cbcfbbdb1f"/>
+       </game>
+       <game name="Mega Man Network Transmission (USA)">
+               <category>Games</category>
+               <description>Mega Man Network Transmission (USA)</description>
+               <rom name="Mega Man Network Transmission (USA).iso" size="1459978240" crc="17d7a329" md5="db7c0b15e99bd0b52a2c44100e7b40cb" sha1="974552ef9b061ce61dca65cdbfe1231e78267040"/>
+       </game>
+       <game name="Bratz - Forever Diamondz (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Bratz - Forever Diamondz (Europe) (En,Fr)</description>
+               <rom name="Bratz - Forever Diamondz (Europe) (En,Fr).iso" size="1459978240" crc="5aa84e06" md5="0ef35b3c0328e6833dc69e3b0a27749d" sha1="0c863225739837f78e5c0e5d7d49a48f8126b055"/>
+       </game>
+       <game name="Cel Damage (USA)">
+               <category>Games</category>
+               <description>Cel Damage (USA)</description>
+               <rom name="Cel Damage (USA).iso" size="1459978240" crc="c2d8f5aa" md5="65a4f5f72b111380ef56f94b106cef88" sha1="dceda7cdfde5dde7756fbd1f9e89613174a084d6"/>
+       </game>
+       <game name="TMNT - Mutant Melee (USA)">
+               <category>Games</category>
+               <description>TMNT - Mutant Melee (USA)</description>
+               <rom name="TMNT - Mutant Melee (USA).iso" size="1459978240" crc="2eb43a22" md5="b17b54ae5e8efc4316e97676a9716004" sha1="0c6f6bf4726e8dec64b5d2dcb6a10259b5f9b201"/>
+       </game>
+       <game name="Universal Studios Theme Park Adventure (USA)">
+               <category>Games</category>
+               <description>Universal Studios Theme Park Adventure (USA)</description>
+               <rom name="Universal Studios Theme Park Adventure (USA).iso" size="1459978240" crc="6cdf5761" md5="8636f8a4aec34663bf80551e6d91c1f0" sha1="eadf3e9c6b30e3214c94dcefd694f10572d65aa3"/>
+       </game>
+       <game name="NCAA College Football 2K3 (USA)">
+               <category>Games</category>
+               <description>NCAA College Football 2K3 (USA)</description>
+               <rom name="NCAA College Football 2K3 (USA).iso" size="1459978240" crc="024f098d" md5="a267e1b627497cd8270551114a63c78b" sha1="f4475e1fb86243615a218608f88d823675d9fe7e"/>
+       </game>
+       <game name="SX Superstar (USA)">
+               <category>Games</category>
+               <description>SX Superstar (USA)</description>
+               <rom name="SX Superstar (USA).iso" size="1459978240" crc="be6371cb" md5="730b0308cd2f94302130f449202bdaeb" sha1="7a9635030d77b193ab901cddf837e9b71fd2a1ce"/>
+       </game>
+       <game name="Medal of Honor - European Assault (Germany)">
+               <category>Games</category>
+               <description>Medal of Honor - European Assault (Germany)</description>
+               <rom name="Medal of Honor - European Assault (Germany).iso" size="1459978240" crc="e8069949" md5="431530db74ef7ccfb38942c198ab0a7e" sha1="06d7e3b910d39d02d5e7f849f6214fa0865d5a0f"/>
+       </game>
+       <game name="Resident Evil 3 - Nemesis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil 3 - Nemesis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Resident Evil 3 - Nemesis (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="6c368ef2" md5="be608fb975ad73d792244a2e0a286693" sha1="4fd9202584a6da624607b5e2e0c468e9a310048c"/>
+       </game>
+       <game name="Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="977d78fb" md5="22db91d40629df75e63a019e0f9d72f5" sha1="9e58a28b32cbbddd215f2fcbecb79c41812f5f54"/>
+       </game>
+       <game name="Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="d84695ae" md5="41a0f650dd5a80dc8d0c268037ff2320" sha1="5dc7461496040f6656ecd7e187ab9f54d05d58fd"/>
+       </game>
+       <game name="Aggressive Inline (USA)">
+               <category>Games</category>
+               <description>Aggressive Inline (USA)</description>
+               <rom name="Aggressive Inline (USA).iso" size="1459978240" crc="5d9f46f1" md5="9a09306a54395805bb92876fc6862be0" sha1="5df120bab0042b81b8bbd01774ed9318cecec62f"/>
+       </game>
+       <game name="Beyblade VForce - Super Tournament Battle (USA)">
+               <category>Games</category>
+               <description>Beyblade VForce - Super Tournament Battle (USA)</description>
+               <rom name="Beyblade VForce - Super Tournament Battle (USA).iso" size="1459978240" crc="1474062c" md5="8f658496ffaca32a7113e4b5db43102d" sha1="586a832d1b3b1c148d919acba8f909ce0cae0441"/>
+       </game>
+       <game name="Zapper (USA)">
+               <category>Games</category>
+               <description>Zapper (USA)</description>
+               <rom name="Zapper (USA).iso" size="1459978240" crc="0e322b3b" md5="13e2eaa0a0dd2b17104abe0c6d328224" sha1="409962bc90f337b3b4d1d795af63a4df6067d54f"/>
+       </game>
+       <game name="Nicktoons Unite! (USA)">
+               <category>Games</category>
+               <description>Nicktoons Unite! (USA)</description>
+               <rom name="Nicktoons Unite! (USA).iso" size="1459978240" crc="c0bda1f6" md5="232fce9fef02b7bf2df4d77f3f479521" sha1="00443381af33ec2715ac60dfc251eb5a3553158a"/>
+       </game>
+       <game name="Pokemon Channel (USA)">
+               <category>Games</category>
+               <description>Pokemon Channel (USA)</description>
+               <rom name="Pokemon Channel (USA).iso" size="1459978240" crc="5d1bb3f9" md5="e38ea020f7a711053c8ce93e9b85a88d" sha1="559d108818704474c147ef8c17f2e1751ac1c145"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 35 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 35 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 35 (USA).iso" size="1459978240" crc="616d2b99" md5="a7ed05f25acde1775780def52c649812" sha1="51f2c6856ec4679a20a535814c6801ea28ebabe3"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="f21a73a8" md5="d7e09902b7e7c266c59577cb66b3c863" sha1="7eac076ccc42a314a1a6696a7f91ced828a9857a"/>
+       </game>
+       <game name="WarioWare, Inc. - Mega Party Game$! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WarioWare, Inc. - Mega Party Game$! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="WarioWare, Inc. - Mega Party Game$! (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e89580be" md5="3446c699c1b20b72988b81f6c6d2e225" sha1="a08457d9ba76996346653235181f9ce04b3b0f10"/>
+       </game>
+       <game name="Minority Report - Everybody Runs (Europe)">
+               <category>Games</category>
+               <description>Minority Report - Everybody Runs (Europe)</description>
+               <rom name="Minority Report - Everybody Runs (Europe).iso" size="1459978240" crc="f2604c79" md5="89f57158fa7648804aaf8d828164a557" sha1="6dacd25dd5c4c5ae2843bf19c4f8cbf14f52cd71"/>
+       </game>
+       <game name="Virtua Striker 3 Ver. 2002 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Virtua Striker 3 Ver. 2002 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Virtua Striker 3 Ver. 2002 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="8f84ded4" md5="2d8c6f6877e838e49352a2e69ac22dab" sha1="164d9e17eca273cc5b199410439445514a9027ac"/>
+       </game>
+       <game name="Medal of Honor - Frontline (Europe)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Europe)</description>
+               <rom name="Medal of Honor - Frontline (Europe).iso" size="1459978240" crc="2430a324" md5="b07b611405fc84198e00f3b3d97b4f9a" sha1="f5fb0d3d3a0a202cb8a21ef6cab3a89bfe0b6880"/>
+       </game>
+       <game name="Sonic Gems Collection (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Gems Collection (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sonic Gems Collection (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="89d239b3" md5="4f1c8baf18a46811e54c39157c1e5621" sha1="d38eba95df0908a9637738e3b76fc626a46f14f8"/>
+       </game>
+       <game name="Viewtiful Joe (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Viewtiful Joe (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Viewtiful Joe (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="205a62cf" md5="a1a4dd42b98207b744215e9e1140de11" sha1="dd5739a45974f70f4ce1ce0e309d2341cde5eac9"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II - Rogue Leader (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron II - Rogue Leader (Spain)</description>
+               <rom name="Star Wars - Rogue Squadron II - Rogue Leader (Spain).iso" size="1459978240" crc="c5a234d5" md5="bb7eebbbb11fc8dc97f483a4dc3382cc" sha1="fc9daac74cdcadc78074972750983f38100a7c82"/>
+       </game>
+       <game name="007 - Nightfire (USA)">
+               <category>Games</category>
+               <description>007 - Nightfire (USA)</description>
+               <rom name="007 - Nightfire (USA).iso" size="1459978240" crc="737977cf" md5="a824f5a7a553b7598592c6c129378262" sha1="7275e43f04caa3c9ec6f3675a54d043d4c544bf3"/>
+       </game>
+       <game name="Bomberman Jetters (USA)">
+               <category>Games</category>
+               <description>Bomberman Jetters (USA)</description>
+               <rom name="Bomberman Jetters (USA).iso" size="1459978240" crc="a1389149" md5="aa77fb6553efe3866df8dd3f83a6a1d3" sha1="1d07cdec9249c33937bffbafc24cd0a3dfd089b6"/>
+       </game>
+       <game name="Donkey Konga 2 (USA)">
+               <category>Games</category>
+               <description>Donkey Konga 2 (USA)</description>
+               <rom name="Donkey Konga 2 (USA).iso" size="1459978240" crc="2e31a3de" md5="583506969ab42c376309946ebc3f1e40" sha1="0dd09785ccf7ea60b112dcf916ff5d1fc19d9d6d"/>
+       </game>
+       <game name="Mario Party 4 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Party 4 (USA) (Rev 1)</description>
+               <rom name="Mario Party 4 (USA) (Rev 1).iso" size="1459978240" crc="06ae54f0" md5="01de13ad52f1554975e7f316370ba086" sha1="f4b287e3d1a9b05ea6cb5e573414f768370e1ed8"/>
+       </game>
+       <game name="Mario Party 5 (USA)">
+               <category>Games</category>
+               <description>Mario Party 5 (USA)</description>
+               <rom name="Mario Party 5 (USA).iso" size="1459978240" crc="099bb35a" md5="6b3699ee1f18447c4b2fabb3dd2ebf39" sha1="e9a46143f6910241996a61f8e590d334e4fab336"/>
+       </game>
+       <game name="Mario Party 6 (USA)">
+               <category>Games</category>
+               <description>Mario Party 6 (USA)</description>
+               <rom name="Mario Party 6 (USA).iso" size="1459978240" crc="abc622ec" md5="010dece78287bcb8cafdeb15f035127a" sha1="be55ece288c9cd63c7087a961c22394cd4da7646"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (USA)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (USA)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (USA).iso" size="1459978240" crc="5c380e32" md5="7b2a52d5d19fe179811c168aa2cc0875" sha1="1a1c84e8bc1a5ec1d8a6d3d3c7b6ff2ac6e3e95c"/>
+       </game>
+       <game name="Need for Speed - Underground (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (USA)</description>
+               <rom name="Need for Speed - Underground (USA).iso" size="1459978240" crc="01c154ba" md5="c20f02454166bc8fa08f84307871ac7d" sha1="d6882a712509e8bba75ee8837bcac65f8352b1d1"/>
+       </game>
+       <game name="Nickelodeon The SpongeBob SquarePants Movie (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon The SpongeBob SquarePants Movie (USA) (Rev 1)</description>
+               <rom name="Nickelodeon The SpongeBob SquarePants Movie (USA) (Rev 1).iso" size="1459978240" crc="77be3cc6" md5="9fbad7186b2168190082a54fa20d63b7" sha1="2aea159b1e98a220a6e4534f0f017b8722ce4caa"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It).iso" size="1459978240" crc="040a6155" md5="a7e88ee9209080785c4923b571cc1936" sha1="4d648ddcc354e9ab15c51530501a4ca2ee087fb7"/>
+       </game>
+       <game name="Wave Race - Blue Storm (USA)">
+               <category>Games</category>
+               <description>Wave Race - Blue Storm (USA)</description>
+               <rom name="Wave Race - Blue Storm (USA).iso" size="1459978240" crc="d2ee9ccd" md5="dff711fc30af8010da68502e62e03827" sha1="389ce9dc75074a1ca43097c7a105815c7d20ee2c"/>
+       </game>
+       <game name="Game Boy Player Start-Up Disc (USA) (Rev 3)">
+               <category>Applications</category>
+               <description>Game Boy Player Start-Up Disc (USA) (Rev 3)</description>
+               <rom name="Game Boy Player Start-Up Disc (USA) (Rev 3).iso" size="1459978240" crc="e502dc79" md5="dc2c63f02f74785d83d50b80edb66d74" sha1="ea758b006d24d0661fcd05486e614a77406ec650"/>
+       </game>
+       <game name="Wario World (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wario World (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wario World (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="b3bc4aee" md5="8ce6a4ef8866b51424078b7257ef9014" sha1="a8cf5dc1085550d909e991a784cc38809a1ebcec"/>
+       </game>
+       <game name="Super Robot Taisen GC (Japan)">
+               <category>Games</category>
+               <description>Super Robot Taisen GC (Japan)</description>
+               <rom name="Super Robot Taisen GC (Japan).iso" size="1459978240" crc="0cc8f2bf" md5="e7094d70e1df2cf104b7aa590945aa52" sha1="b200ff936716c2b096a0e3895798c861a2fc5254"/>
+       </game>
+       <game name="P.N. 03 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>P.N. 03 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="P.N. 03 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e8fcfd60" md5="a8b580c8a7473eef631d821d8dc0b500" sha1="aff34d325443c2f7f1f51c81630624cbd9ef0704"/>
+       </game>
+       <game name="Godzilla - Destroy All Monsters Melee (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Godzilla - Destroy All Monsters Melee (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Godzilla - Destroy All Monsters Melee (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="54e53d5a" md5="72618787a045f59ecb6d1246d4ca0935" sha1="83747f8a7153e8cbb24ce52de93e77d799f02408"/>
+       </game>
+       <game name="Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 1)</description>
+               <rom name="Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 1).iso" size="1459978240" crc="045b4a8d" md5="59d99ac5058174bb5bdfaf71a0c1347b" sha1="0ce23b9b41bee99e475812b46e236c89a0987956"/>
+       </game>
+       <game name="Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 2)</description>
+               <rom name="Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 2).iso" size="1459978240" crc="c5cf7b30" md5="29365851deaad16e865a351c3444ea39" sha1="a2a4b75e7866d9272407da95ec93986bef4c7dfc"/>
+       </game>
+       <game name="Baten Kaitos Origins (USA, Canada) (Disc 1)">
+               <category>Games</category>
+               <description>Baten Kaitos Origins (USA, Canada) (Disc 1)</description>
+               <rom name="Baten Kaitos Origins (USA, Canada) (Disc 1).iso" size="1459978240" crc="adf9fcb3" md5="67a443e8e6c8e50de87f45433ebfbddc" sha1="b5e6aafae4aa171caa558875ca7d66b465a78f7f"/>
+       </game>
+       <game name="Baten Kaitos Origins (USA, Canada) (Disc 2)">
+               <category>Games</category>
+               <description>Baten Kaitos Origins (USA, Canada) (Disc 2)</description>
+               <rom name="Baten Kaitos Origins (USA, Canada) (Disc 2).iso" size="1459978240" crc="b835fe56" md5="89dccbcfa40699cfdb5cd9506f1123c4" sha1="706774280ed6dba841a9ed600066f8773c80a8c0"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es) (Rev 1)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (USA) (En,Ja,Fr,De,Es) (Rev 1).iso" size="1459978240" crc="98e98759" md5="81724d71a2143a4fccf49020737d3add" sha1="2b7eda3e2f7bdc7479f803684a590992377a4617"/>
+       </game>
+       <game name="2002 FIFA World Cup (Europe)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (Europe)</description>
+               <rom name="2002 FIFA World Cup (Europe).iso" size="1459978240" crc="510c6864" md5="52124ca10af6550fcfda836680847d62" sha1="b4be262730a88d019cf99c785117bd5a7e0b4fa6"/>
+       </game>
+       <game name="RedCard (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>RedCard (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="RedCard (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="fa4d2f9b" md5="00a8186a68e4c917ebab9eeca48571ad" sha1="e4642777509e89b9d1fbb6851e1cdd87572606ab"/>
+       </game>
+       <game name="NHL Hitz 2002 (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>NHL Hitz 2002 (Europe) (Rev 1)</description>
+               <rom name="NHL Hitz 2002 (Europe) (Rev 1).iso" size="1459978240" crc="f8f19d9c" md5="9b04a5dadd1de2ef1e428994506370a0" sha1="c3966219b00b3dbd33ef3070427e03cd4f7f721d"/>
+       </game>
+       <game name="Tales of Symphonia (France) (Disc 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia (France) (Disc 1)</description>
+               <rom name="Tales of Symphonia (France) (Disc 1).iso" size="1459978240" crc="99ec2579" md5="057dd0466cfcd64957a880e212180d3b" sha1="d38365eb13f09f185b058826ec3f45e6e1118e66"/>
+       </game>
+       <game name="Tales of Symphonia (France) (Disc 2)">
+               <category>Games</category>
+               <description>Tales of Symphonia (France) (Disc 2)</description>
+               <rom name="Tales of Symphonia (France) (Disc 2).iso" size="1459978240" crc="609d66bc" md5="83b3d38e342cd2a026b671908ed43574" sha1="d66b673c9979be546c2253b5de96337981273335"/>
+       </game>
+       <game name="Legend of Zelda, The - Four Swords Adventures (USA)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Four Swords Adventures (USA)</description>
+               <rom name="Legend of Zelda, The - Four Swords Adventures (USA).iso" size="1459978240" crc="afb151e4" md5="6156867bd3aa2fc410e9e307fe0fd98c" sha1="4bd926835dfbeaae72d01abe5fb581b527154a30"/>
+       </game>
+       <game name="Prince of Persia - The Sands of Time (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Prince of Persia - The Sands of Time (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Prince of Persia - The Sands of Time (USA) (En,Fr,Es) (Rev 1).iso" size="1459978240" crc="67c8c2a5" md5="4fd126445e3ef0792efc77ffac213ef0" sha1="b77c416a068c0ecae17095a46f1c98264b3cbae2"/>
+       </game>
+       <game name="Bloody Roar - Primal Fury (USA)">
+               <category>Games</category>
+               <description>Bloody Roar - Primal Fury (USA)</description>
+               <rom name="Bloody Roar - Primal Fury (USA).iso" size="1459978240" crc="677c5c12" md5="cd526093d9a8d77230aea8f49b1f25b3" sha1="56560182b75717a04ecfa4fb797c2eb13cab0f88"/>
+       </game>
+       <game name="Naruto - Clash of Ninja (USA)">
+               <category>Games</category>
+               <description>Naruto - Clash of Ninja (USA)</description>
+               <rom name="Naruto - Clash of Ninja (USA).iso" size="1459978240" crc="6853771d" md5="28cdd8c9eae1ebbbe8d11a8c91b366fd" sha1="d805ce192324ad414de66c23b2222cd18c913f92"/>
+       </game>
+       <game name="Zatch Bell! Mamodo Battles (USA)">
+               <category>Games</category>
+               <description>Zatch Bell! Mamodo Battles (USA)</description>
+               <rom name="Zatch Bell! Mamodo Battles (USA).iso" size="1459978240" crc="c98837d7" md5="b4f50c006078e08fd34580192fd0cb2d" sha1="90e8d0883d35e9a7fb65e013379426d137c0ae26"/>
+       </game>
+       <game name="Custom Robo (USA)">
+               <category>Games</category>
+               <description>Custom Robo (USA)</description>
+               <rom name="Custom Robo (USA).iso" size="1459978240" crc="c450109c" md5="546e5108173bceb4d5c8ca27b3fcfc96" sha1="fff6e74590366a5c0c5ba0d40c8ccf94770bcb16"/>
+       </game>
+       <game name="Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (USA)</description>
+               <rom name="Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (USA).iso" size="1459978240" crc="76d5e3e5" md5="739271ad8766faf561f2a63133bf0396" sha1="193626387dc3fbb7dee93ae3a7a1d9bb63c3e95e"/>
+       </game>
+       <game name="DreamWorks Shrek - Smash n' Crash Racing (USA)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - Smash n' Crash Racing (USA)</description>
+               <rom name="DreamWorks Shrek - Smash n' Crash Racing (USA).iso" size="1459978240" crc="5bc554bd" md5="110f717a1a6229a530005ad9cd26253b" sha1="7293eac13c897f95c830142b96631af5c8788496"/>
+       </game>
+       <game name="Billy Hatcher and the Giant Egg (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Billy Hatcher and the Giant Egg (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Billy Hatcher and the Giant Egg (Europe) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="ca8761d7" md5="cba94226817049a859c0246c69f8703f" sha1="d81ec14313a99164674d792b4d1abc1de2860ede"/>
+       </game>
+       <game name="Donkey Kong Jungle Beat (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Donkey Kong Jungle Beat (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Donkey Kong Jungle Beat (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1d591587" md5="c1cdfec5befcbf7b08302b363b8a442a" sha1="37352289d94159c440cafe2a68644c84e6669098"/>
+       </game>
+       <game name="Geist (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Geist (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Geist (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="b484b0b0" md5="b05b590f098c47d2bcd185a6ea7b9b6a" sha1="04948663d224826b284c8070d1944a45b871f720"/>
+       </game>
+       <game name="Killer7 (Europe) (En,Fr,De) (Disc 1)">
+               <category>Games</category>
+               <description>Killer7 (Europe) (En,Fr,De) (Disc 1)</description>
+               <rom name="Killer7 (Europe) (En,Fr,De) (Disc 1).iso" size="1459978240" crc="77aec1e7" md5="b55ca1e15ea751501a9fb684b6f1a6a3" sha1="c0320797013ff9e3bc2bf703a6e30357aa31c056"/>
+       </game>
+       <game name="Killer7 (Europe) (En,Fr,De) (Disc 2)">
+               <category>Games</category>
+               <description>Killer7 (Europe) (En,Fr,De) (Disc 2)</description>
+               <rom name="Killer7 (Europe) (En,Fr,De) (Disc 2).iso" size="1459978240" crc="c0a57674" md5="fda1f2fa62b0a0999f94471f56a662a3" sha1="7bcc386ee8dbb85a0a9b241e69c2189459049311"/>
+       </game>
+       <game name="Odama (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Odama (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Odama (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="54960550" md5="86b28367df1dbb2087a1d895f2fe6da5" sha1="5cdf4043e6537e6443ef1e7e6b938b433711c89a"/>
+       </game>
+       <game name="Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="048e89b3" md5="e518c5cbc3c5596f8468b765cd16c1f2" sha1="901fd98bf587bcbe63e0ed1e39b3091317ab3a7e"/>
+       </game>
+       <game name="Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="ced63059" md5="eecdddbff7b57f5a174a03cc83a06f8b" sha1="1e0429156d62c1588a981ca7e11c0f51869b4b1c"/>
+       </game>
+       <game name="Star Fox - Assault (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Fox - Assault (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Star Fox - Assault (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ee2d4247" md5="d77a7aa0d0e3bf52572ce4b8251c1339" sha1="5b4dd349d9fbf36024b7e729419b0f19e690f05f"/>
+       </game>
+       <game name="TimeSplitters - Future Perfect (France)">
+               <category>Games</category>
+               <description>TimeSplitters - Future Perfect (France)</description>
+               <rom name="TimeSplitters - Future Perfect (France).iso" size="1459978240" crc="946825e7" md5="0e451d7f41d5d5843fd666c6f07a8537" sha1="920871d4592a605d6acbd746f991eb8fbe32e72a"/>
+       </game>
+       <game name="Viewtiful Joe - Red Hot Rumble (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Viewtiful Joe - Red Hot Rumble (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Viewtiful Joe - Red Hot Rumble (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="3a26b188" md5="41dac2e1ff9d5eee1b939fac3165af2f" sha1="555789c864fa4fa3d8f21d502702fbf622a4eea1"/>
+       </game>
+       <game name="WarioWare, Inc. - Mega Party Game$! (USA)">
+               <category>Games</category>
+               <description>WarioWare, Inc. - Mega Party Game$! (USA)</description>
+               <rom name="WarioWare, Inc. - Mega Party Game$! (USA).iso" size="1459978240" crc="673e9ce1" md5="556075718d1b65fe04a9386722fcec8a" sha1="afde21223299e24b41f38034528a5a186a1e71ef"/>
+       </game>
+       <game name="Simpsons, The - Road Rage (USA)">
+               <category>Games</category>
+               <description>Simpsons, The - Road Rage (USA)</description>
+               <rom name="Simpsons, The - Road Rage (USA).iso" size="1459978240" crc="18dd3b5a" md5="6afdecc1d7414ae277ae981167150265" sha1="0902bf469aea0f0be9530b3ab8c5b8f972893aa5"/>
+       </game>
+       <game name="Super Smash Bros. Melee (USA) (En,Ja) (Rev 2)">
+               <category>Games</category>
+               <description>Super Smash Bros. Melee (USA) (En,Ja) (Rev 2)</description>
+               <rom name="Super Smash Bros. Melee (USA) (En,Ja) (Rev 2).iso" size="1459978240" crc="5365c84b" md5="0e63d4223b01d9aba596259dc155a174" sha1="d4e70c064cc714ba8400a849cf299dbd1aa326fc"/>
+       </game>
+       <game name="Mega Man Anniversary Collection (USA, Canada) (Rev 1)">
+               <category>Games</category>
+               <description>Mega Man Anniversary Collection (USA, Canada) (Rev 1)</description>
+               <rom name="Mega Man Anniversary Collection (USA, Canada) (Rev 1).iso" size="1459978240" crc="0b24ea35" md5="ce11389361d3b5c60f30ccb1d197f169" sha1="80da199d62493396d201e32dc9cb9e00da6ea2fd"/>
+       </game>
+       <game name="Aggressive Inline (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Aggressive Inline (Europe) (En,Fr,De,Es)</description>
+               <rom name="Aggressive Inline (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="ba889f64" md5="e7b3463eb2da28c476fc075192fa44a8" sha1="f18fc2380ecd8f307e146479366081a9313a839e"/>
+       </game>
+       <game name="Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="67e11667" md5="6c6db2130345fe1f02b7f5a05a152a5a" sha1="d540f08246a0f890f6b44bf78c65cf8354a38f99"/>
+       </game>
+       <game name="Batman - Vengeance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Batman - Vengeance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Batman - Vengeance (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="66acef15" md5="1be277a1f13bd36b06420b645812d522" sha1="154a461b4620e185cf023d25a81fdba2fb90e082"/>
+       </game>
+       <game name="Goblin Commander - Unleash the Horde (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Goblin Commander - Unleash the Horde (Europe) (En,Fr,De)</description>
+               <rom name="Goblin Commander - Unleash the Horde (Europe) (En,Fr,De).iso" size="1459978240" crc="59f0535c" md5="7a0a5b65f09a0a07dc3d3c024d01c50e" sha1="d8d027aebbe59717628166bc03210a3f10bb5cb8"/>
+       </game>
+       <game name="Hot Wheels - Velocity X (Europe)">
+               <category>Games</category>
+               <description>Hot Wheels - Velocity X (Europe)</description>
+               <rom name="Hot Wheels - Velocity X (Europe).iso" size="1459978240" crc="8c0a8a48" md5="2e054dd1650bb9fcad69053c07120671" sha1="59c364b85c9db7a5a5c9481979c448e01a8e0308"/>
+       </game>
+       <game name="Nickelodeon Jimmy Neutron - Der mutige Erfinder (Germany)">
+               <category>Games</category>
+               <description>Nickelodeon Jimmy Neutron - Der mutige Erfinder (Germany)</description>
+               <rom name="Nickelodeon Jimmy Neutron - Der mutige Erfinder (Germany).iso" size="1459978240" crc="7b8e27a0" md5="9a321eb08dd8cfdf09991e716f67531e" sha1="8b6e65b1f4dcff45768ed1e87140f0c612cdd393"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants and Friends Unite! (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants and Friends Unite! (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants and Friends Unite! (Europe) (En,Fr,De,Nl).iso" size="1459978240" crc="a8ff9c4f" md5="cd1e06f9ca333957b1dcd8dc2dfc7c64" sha1="35901972fcf5cf39ae72a6d8ec83fbdece393772"/>
+       </game>
+       <game name="Disneys Himmel und Huhn (Germany)">
+               <category>Games</category>
+               <description>Disneys Himmel und Huhn (Germany)</description>
+               <rom name="Disneys Himmel und Huhn (Germany).iso" size="1459978240" crc="2d91c0d7" md5="01dd787ce08884591bcba4aa8f45fd86" sha1="a66950d0764c84f82f08d0f6169120c0da999280"/>
+       </game>
+       <game name="Minority Report - Everybody Runs (Germany)">
+               <category>Games</category>
+               <description>Minority Report - Everybody Runs (Germany)</description>
+               <rom name="Minority Report - Everybody Runs (Germany).iso" size="1459978240" crc="ad25b7e6" md5="bff0db5e3d9b5f7d76dee5bd486302e3" sha1="50f4c04081de40c7bab7046303eaa63cc3badba8"/>
+       </game>
+       <game name="Disney's Hide &amp; Sneak (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Disney's Hide &amp; Sneak (Europe) (En,Fr,De)</description>
+               <rom name="Disney's Hide &amp; Sneak (Europe) (En,Fr,De).iso" size="1459978240" crc="f79900ff" md5="ff7f7ba0b516a65c618bc6f136227d72" sha1="be0885c5a5ca6c94e2271d657d52073a23b33f06"/>
+       </game>
+       <game name="Disney Sports - Football (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney Sports - Football (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney Sports - Football (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="460d7017" md5="d793d8762abd7969c59c74d7fce0b05b" sha1="240231e030966eb329066f88d34d0c327fc9bac5"/>
+       </game>
+       <game name="Disney's Donald Duck PK (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney's Donald Duck PK (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney's Donald Duck PK (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="b265ea6e" md5="7380bd8887a4338cedc76f2f53d90aa8" sha1="acec0a3fe6da742a64aeaa97f27b3eb742eb46e4"/>
+       </game>
+       <game name="Harry Potter und der Feuerkelch (Germany)">
+               <category>Games</category>
+               <description>Harry Potter und der Feuerkelch (Germany)</description>
+               <rom name="Harry Potter und der Feuerkelch (Germany).iso" size="1459978240" crc="2a5ecf3a" md5="a2780f60322f9ecd132a32c8279d95f3" sha1="e4243117d0f665b80c11a30d1277f64405284e4d"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De).iso" size="1459978240" crc="e97541b4" md5="d1c41b717ea84f7cefd8157591665ec0" sha1="5cfc262cfe3f0bb06417b42ada960b7cddbbb948"/>
+       </game>
+       <game name="Fantastici 4, I (Italy)">
+               <category>Games</category>
+               <description>Fantastici 4, I (Italy)</description>
+               <rom name="Fantastici 4, I (Italy).iso" size="1459978240" crc="9afbee92" md5="46c998d7cf5078afd4f6fba345cd16bc" sha1="407dfed33f32da01d52512eb2d7d0a0ae58da4d4"/>
+       </game>
+       <game name="DreamWorks Madagascar (Italy)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (Italy)</description>
+               <rom name="DreamWorks Madagascar (Italy).iso" size="1459978240" crc="47252652" md5="71fa26bbe58f927f04cf5e98e3d02a43" sha1="d0cbf0240600543b987188c14b306192278e039a"/>
+       </game>
+       <game name="DreamWorks Shark Tale (Italy)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale (Italy)</description>
+               <rom name="DreamWorks Shark Tale (Italy).iso" size="1459978240" crc="459e3eb9" md5="54a3acaf1de5bb99e0108e69f59450f6" sha1="682f635ef5f1c32a78b534851c8fe930f8b3f44c"/>
+       </game>
+       <game name="Pokemon Channel - Pikachu to Issho! (Japan)">
+               <category>Games</category>
+               <description>Pokemon Channel - Pikachu to Issho! (Japan)</description>
+               <rom name="Pokemon Channel - Pikachu to Issho! (Japan).iso" size="1459978240" crc="d1ae9f88" md5="7a71668c8d9b6b8b1f038df208332116" sha1="7e64cf41852a957d4d5d3a031aa96c600b12372e"/>
+       </game>
+       <game name="Pokemon Channel - Bangumi Kakuchou Pack (Japan)">
+               <category>Bonus Discs</category>
+               <description>Pokemon Channel - Bangumi Kakuchou Pack (Japan)</description>
+               <rom name="Pokemon Channel - Bangumi Kakuchou Pack (Japan).iso" size="1459978240" crc="092cb122" md5="6d5943a801ac7a186af91cd742668287" sha1="05768272a73497fb4559cd0bee501120fe445817"/>
+       </game>
+       <game name="Ultimate Spider-Man (Italy)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (Italy)</description>
+               <rom name="Ultimate Spider-Man (Italy).iso" size="1459978240" crc="c57d1850" md5="e2c5840c06f68a21876c1d52634d9df3" sha1="c75f15972d0574e8ddad277f0789f44e73f54d4d"/>
+       </game>
+       <game name="NCAA College Basketball 2K3 (USA)">
+               <category>Games</category>
+               <description>NCAA College Basketball 2K3 (USA)</description>
+               <rom name="NCAA College Basketball 2K3 (USA).iso" size="1459978240" crc="561d5e32" md5="fec56edcd474fc7f1f0627710d2c878d" sha1="1651fc666119118d6bb37e3279d4ae56a18c9a95"/>
+       </game>
+       <game name="Catwoman (USA)">
+               <category>Games</category>
+               <description>Catwoman (USA)</description>
+               <rom name="Catwoman (USA).iso" size="1459978240" crc="210c61e4" md5="35a7d1a35dfbcde290597b593ebd42b8" sha1="0adc3a1802c07031af0417f1a839269b566d6112"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 12 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 12 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 12 (USA).iso" size="1459978240" crc="27be9f92" md5="5913444b3696201fe1becb3a0022be6e" sha1="9f1482b34ad699a11cea3b775653a1c06f420751"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai (USA)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai (USA)</description>
+               <rom name="Dragon Ball Z - Budokai (USA).iso" size="1459978240" crc="d1cc6810" md5="4acffb854772fe3d6919519f4de4c9c9" sha1="4cc5688261a1a86b6141012af661cd2ffa88ea8a"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 11 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 11 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 11 (USA).iso" size="1459978240" crc="5cf265c9" md5="5b357c1c176c39dc5695c6af600777da" sha1="dd0864b14de9546ba5ec1fc27e716583a7dcc029"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 13 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 13 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 13 (USA).iso" size="1459978240" crc="641ad4de" md5="534859ddf15412a370eb4187496b00b0" sha1="92ef6ec2b49d34c0a022d98e348d5a3187419414"/>
+       </game>
+       <game name="All-Star Baseball 2003 featuring Derek Jeter (USA)">
+               <category>Games</category>
+               <description>All-Star Baseball 2003 featuring Derek Jeter (USA)</description>
+               <rom name="All-Star Baseball 2003 featuring Derek Jeter (USA).iso" size="1459978240" crc="3fa2cd5e" md5="f45fb0469da1261c7b23e5ed0b43f1df" sha1="c16946c178cbf38add8cebd3a31e9b9cc8815c25"/>
+       </game>
+       <game name="Mat Hoffman's Pro BMX 2 (USA)">
+               <category>Games</category>
+               <description>Mat Hoffman's Pro BMX 2 (USA)</description>
+               <rom name="Mat Hoffman's Pro BMX 2 (USA).iso" size="1459978240" crc="cdfad5b1" md5="08c430a108055243426c6b39c498eefb" sha1="2c5467b21c171f7ae9afebac198aa91b285b98a5"/>
+       </game>
+       <game name="MVP Baseball 2004 (USA)">
+               <category>Games</category>
+               <description>MVP Baseball 2004 (USA)</description>
+               <rom name="MVP Baseball 2004 (USA).iso" size="1459978240" crc="24e7e406" md5="36a2c220c0ad4537b9c16670fb85ba8c" sha1="853b634d2ca9842db85cdc6c5d081695650f13b8"/>
+       </game>
+       <game name="Mario Party 4 (USA)">
+               <category>Games</category>
+               <description>Mario Party 4 (USA)</description>
+               <rom name="Mario Party 4 (USA).iso" size="1459978240" crc="150a4c40" md5="6eda0e31dcf1622ef749c5ce8f1196a3" sha1="a13a7c6bc47466be7c055dc42a26998f17ef57e7"/>
+       </game>
+       <game name="Freestyle Street Soccer (USA) (En,Es)">
+               <category>Games</category>
+               <description>Freestyle Street Soccer (USA) (En,Es)</description>
+               <rom name="Freestyle Street Soccer (USA) (En,Es).iso" size="1459978240" crc="f6e1ac8c" md5="193a2a26b4fa916ab893212f706e71f3" sha1="515344a21206067e7af9ffaa04ce54267b2d7a0b"/>
+       </game>
+       <game name="Sonic Adventure DX - Director's Cut (Europe) (En,Ja,Fr,De,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Sonic Adventure DX - Director's Cut (Europe) (En,Ja,Fr,De,Es) (Rev 1)</description>
+               <rom name="Sonic Adventure DX - Director's Cut (Europe) (En,Ja,Fr,De,Es) (Rev 1).iso" size="1459978240" crc="9ba7f3af" md5="2136ed4b6a27dc64066c8a689918dce0" sha1="99ce5f51388919a95d571a730c50362ba14277c3"/>
+       </game>
+       <game name="GoldenEye - Au Service du Mal (France) (Disc 1)">
+               <category>Games</category>
+               <description>GoldenEye - Au Service du Mal (France) (Disc 1)</description>
+               <rom name="GoldenEye - Au Service du Mal (France) (Disc 1).iso" size="1459978240" crc="4564bb01" md5="08110ba8ac059a8f735bf951bee12edd" sha1="107e792ae93495179f5bd657da166947751e37cc"/>
+       </game>
+       <game name="GoldenEye - Au Service du Mal (France) (Disc 2)">
+               <category>Games</category>
+               <description>GoldenEye - Au Service du Mal (France) (Disc 2)</description>
+               <rom name="GoldenEye - Au Service du Mal (France) (Disc 2).iso" size="1459978240" crc="dba8aa7f" md5="57f801c71548bd7a6e281b0b028a4ac6" sha1="7bb6875321b6ea90146bfb71bb730f6317c2a172"/>
+       </game>
+       <game name="Lost Kingdoms (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Lost Kingdoms (Europe) (En,Fr)</description>
+               <rom name="Lost Kingdoms (Europe) (En,Fr).iso" size="1459978240" crc="258c7e46" md5="f7810ef152f3287ea9874235b973c223" sha1="b9f1c3f2a17509e33b897f2cb54e57acbd53df6b"/>
+       </game>
+       <game name="Black &amp; Bruised (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Black &amp; Bruised (Europe) (En,Fr,De)</description>
+               <rom name="Black &amp; Bruised (Europe) (En,Fr,De).iso" size="1459978240" crc="d28dedbc" md5="ca5c26bce0577e4a485088fe5879c557" sha1="1ecbd0f027a05d92c809dc82fbfe287a115f47ed"/>
+       </game>
+       <game name="Ikaruga (Europe)">
+               <category>Games</category>
+               <description>Ikaruga (Europe)</description>
+               <rom name="Ikaruga (Europe).iso" size="1459978240" crc="8b34852b" md5="0ea0114e1c10dc74500a23aaf246f350" sha1="28daad029e94a51b4ad8a958aa9de9f7e8baf449"/>
+       </game>
+       <game name="Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv)</description>
+               <rom name="Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv).iso" size="1459978240" crc="e44886ce" md5="c5ace0a8144d2eb05fa50bdcc293040a" sha1="65a1e265b6edeb5683d8ad77e4026fc61ec0e930"/>
+       </game>
+       <game name="Mega Man X - Command Mission (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Mega Man X - Command Mission (Europe) (En,Fr,De)</description>
+               <rom name="Mega Man X - Command Mission (Europe) (En,Fr,De).iso" size="1459978240" crc="d2c90d02" md5="bd0f6597c620b7f7264d383e4e2531f8" sha1="4ca848d2285b1a288513a705a1399d223f64ea0d"/>
+       </game>
+       <game name="Harry Potter - Quidditch World Cup (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Harry Potter - Quidditch World Cup (USA) (En,Fr,Es)</description>
+               <rom name="Harry Potter - Quidditch World Cup (USA) (En,Fr,Es).iso" size="1459978240" crc="7a4816b9" md5="72b04d46b25c1af1145d210e06640d03" sha1="786007bda7ccbf90b6894ef7116fc16ce05a3ff1"/>
+       </game>
+       <game name="Beyond Good &amp; Evil (USA) (En,Es)">
+               <category>Games</category>
+               <description>Beyond Good &amp; Evil (USA) (En,Es)</description>
+               <rom name="Beyond Good &amp; Evil (USA) (En,Es).iso" size="1459978240" crc="0d246034" md5="2142ae6ee5f2ab49583b193d521aec07" sha1="e66bb146ceac59d4b3f4281b2dc9501ffef92d7d"/>
+       </game>
+       <game name="Disney's The Haunted Mansion (USA)">
+               <category>Games</category>
+               <description>Disney's The Haunted Mansion (USA)</description>
+               <rom name="Disney's The Haunted Mansion (USA).iso" size="1459978240" crc="457b6b08" md5="2082f0d43283addaa4c7cb4fa22aed6f" sha1="9e0f4693146295d3705745ebab25354ce6dd9244"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance (USA)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance (USA)</description>
+               <rom name="Baldur's Gate - Dark Alliance (USA).iso" size="1459978240" crc="d942d22a" md5="3b428c5f5e7f60d1dac28a792d5c0367" sha1="c2d49e31143dbb4818b9f9198446618e6265190e"/>
+       </game>
+       <game name="Dead to Rights (USA)">
+               <category>Games</category>
+               <description>Dead to Rights (USA)</description>
+               <rom name="Dead to Rights (USA).iso" size="1459978240" crc="f5ea2abf" md5="3138124f7886e8e192e50e2ab99a1ba8" sha1="cfe1c2a4c48d0648cfa732237a2614deb00c72e8"/>
+       </game>
+       <game name="Egg Mania - Eggstreme Madness (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Egg Mania - Eggstreme Madness (USA) (Rev 1)</description>
+               <rom name="Egg Mania - Eggstreme Madness (USA) (Rev 1).iso" size="1459978240" crc="7e2a4243" md5="b86592a531e6ac8062a98d2ce069a415" sha1="4bdcaaf48f11d58a833206739a65c5690ea8af51"/>
+       </game>
+       <game name="Enter the Matrix (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Enter the Matrix (USA) (Disc 1)</description>
+               <rom name="Enter the Matrix (USA) (Disc 1).iso" size="1459978240" crc="a43514dd" md5="bf4942c4463bcf96c41038662608eb77" sha1="5f162a4c7d189e5ea821c2206548402692c4998a"/>
+       </game>
+       <game name="Enter the Matrix (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Enter the Matrix (USA) (Disc 2)</description>
+               <rom name="Enter the Matrix (USA) (Disc 2).iso" size="1459978240" crc="65531d54" md5="f9f269c53b1f0c60d970667d4209acd9" sha1="947fd35cac720507d85c32c5a2017d8ba5352d9c"/>
+       </game>
+       <game name="Go! Go! Hypergrind (USA)">
+               <category>Games</category>
+               <description>Go! Go! Hypergrind (USA)</description>
+               <rom name="Go! Go! Hypergrind (USA).iso" size="1459978240" crc="c5aa4628" md5="f035b336cea1f00eb03c04b05af07cc0" sha1="6fcf4bffcd5e92f21579ef94358f7a4ed6191c5f"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (Europe)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (Europe)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (Europe).iso" size="1459978240" crc="d6983b59" md5="67a82b0bc5f12909af976f7f52e8c536" sha1="0fb945e51597c6da19e1c0dfad74d941feb276b9"/>
+       </game>
+       <game name="International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1d4a5f3e" md5="0674708e6e2f884b3142f0b4de874b6b" sha1="afcc235775aa279471bd4885f188d91bd32e6596"/>
+       </game>
+       <game name="Alien Hominid (USA)">
+               <category>Games</category>
+               <description>Alien Hominid (USA)</description>
+               <rom name="Alien Hominid (USA).iso" size="1459978240" crc="d5371e2d" md5="4f055ff8e9efac089ca774a54d76ca5b" sha1="227ba514263da3d51e2288672414ad496507a77d"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (USA)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (USA).iso" size="1459978240" crc="aa90dafb" md5="d2fd8eb536ba6bc3b078d02428ac9dba" sha1="e2ae3583a0e790cf387fbdd57cb2c3c116c28ad7"/>
+       </game>
+       <game name="Rocky (USA)">
+               <category>Games</category>
+               <description>Rocky (USA)</description>
+               <rom name="Rocky (USA).iso" size="1459978240" crc="f7df84b4" md5="c4c09035a2c19c810e1d2374c0322e39" sha1="ca5b71e248c1cfbbddf5fe10cedd9f40fea9dd7e"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (USA) (Disc 1)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (USA) (Disc 1).iso" size="1459978240" crc="8ae50a20" md5="81ba9b53904348a25db2ee0ae46d3b6c" sha1="2a8eb9382e99c6942cabeed8a9e9b7df6b13c91f"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 2004 (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 2004 (USA) (Disc 2)</description>
+               <rom name="Tiger Woods PGA Tour 2004 (USA) (Disc 2).iso" size="1459978240" crc="755874ba" md5="4df313d253f54222944f382ece74ef81" sha1="0677f2c4a4492bc852b93acc0d1946dbd94d8a5a"/>
+       </game>
+       <game name="Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (USA)">
+               <category>Games</category>
+               <description>Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (USA)</description>
+               <rom name="Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (USA).iso" size="1459978240" crc="817d3137" md5="a10b12cc8632b36e002c6fcee22c1282" sha1="366e51d517857ed24531657aeebfd9e27eea18d2"/>
+       </game>
+       <game name="Dark Summit (USA)">
+               <category>Games</category>
+               <description>Dark Summit (USA)</description>
+               <rom name="Dark Summit (USA).iso" size="1459978240" crc="7cc1bf12" md5="321828fcbbcdbc6dfe498dab7a86f120" sha1="dfcf1bab1c633198a7eb6b71779a860a0b84b380"/>
+       </game>
+       <game name="Marvel Nemesis - Rise of the Imperfects (USA)">
+               <category>Games</category>
+               <description>Marvel Nemesis - Rise of the Imperfects (USA)</description>
+               <rom name="Marvel Nemesis - Rise of the Imperfects (USA).iso" size="1459978240" crc="a3776354" md5="bb1197fe630e14e33818267aff206f3d" sha1="ed770d229d99eaaedb873cecabb0f62d9f5aae6b"/>
+       </game>
+       <game name="007 - From Russia with Love (USA)">
+               <category>Games</category>
+               <description>007 - From Russia with Love (USA)</description>
+               <rom name="007 - From Russia with Love (USA).iso" size="1459978240" crc="d2fd9a69" md5="978b18050fac6b4bd47fab6069704bfa" sha1="0f002bca477a6631cc90e909b39f53fc27e60855"/>
+       </game>
+       <game name="Pac-Man Fever (USA)">
+               <category>Games</category>
+               <description>Pac-Man Fever (USA)</description>
+               <rom name="Pac-Man Fever (USA).iso" size="1459978240" crc="2e6425f3" md5="af91e12f3e9fa08ba748122f42690f0a" sha1="f11a52dce24720f7e266f0bbc3aff94fef2f13e5"/>
+       </game>
+       <game name="Disney's PK - Out of the Shadows (USA) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Disney's PK - Out of the Shadows (USA) (En,Fr,De,It)</description>
+               <rom name="Disney's PK - Out of the Shadows (USA) (En,Fr,De,It).iso" size="1459978240" crc="da5f53dd" md5="f0ffa80667c71ecfdc6d181bc49de7bc" sha1="b67f3494c9e403382d0be3985800685e70a8f198"/>
+       </game>
+       <game name="Starsky &amp; Hutch (USA)">
+               <category>Games</category>
+               <description>Starsky &amp; Hutch (USA)</description>
+               <rom name="Starsky &amp; Hutch (USA).iso" size="1459978240" crc="9295ec63" md5="c242016a80d6edbd6c04a67f315ee493" sha1="6da4e3a99d73ebe1ba7a5eebd02097facad6a898"/>
+       </game>
+       <game name="Pokemon Box - Ruby &amp; Sapphire (Japan)">
+               <category>Games</category>
+               <description>Pokemon Box - Ruby &amp; Sapphire (Japan)</description>
+               <rom name="Pokemon Box - Ruby &amp; Sapphire (Japan).iso" size="1459978240" crc="a25ead61" md5="6e7ee88f125b1d5ef40c41649f4b1b69" sha1="8851ddd0f6a7427750c97fe76af6461b51c2ae55"/>
+       </game>
+       <game name="Densetsu no Quiz-ou Ketteisen (Japan)">
+               <category>Games</category>
+               <description>Densetsu no Quiz-ou Ketteisen (Japan)</description>
+               <rom name="Densetsu no Quiz-ou Ketteisen (Japan).iso" size="1459978240" crc="d62f1303" md5="ccef64c67d79c189524a13643e7c1143" sha1="366bc922814da5271a42493eb16e0e096551ec17"/>
+       </game>
+       <game name="XGIII - Extreme G Racing (USA)">
+               <category>Games</category>
+               <description>XGIII - Extreme G Racing (USA)</description>
+               <rom name="XGIII - Extreme G Racing (USA).iso" size="1459978240" crc="9cfcac40" md5="26c786ee5638c008c064bf5dd048489b" sha1="0f9e290723f7cf20110a999296626aad17f9bf67"/>
+       </game>
+       <game name="Batman - Vengeance (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Batman - Vengeance (USA) (En,Fr,Es)</description>
+               <rom name="Batman - Vengeance (USA) (En,Fr,Es).iso" size="1459978240" crc="e566702e" md5="f54fd223ec22def35fe06a0ed4a7cad9" sha1="810ad7fd141270df8579710ebeec71f58c1e5ec2"/>
+       </game>
+       <game name="Big Mutha Truckers (USA)">
+               <category>Games</category>
+               <description>Big Mutha Truckers (USA)</description>
+               <rom name="Big Mutha Truckers (USA).iso" size="1459978240" crc="5a141367" md5="43130d87fe3631ec252fa91da9c26313" sha1="dd812fb631dd9a7bd530cb900010f81da0e2c931"/>
+       </game>
+       <game name="Harry Potter and the Prisoner of Azkaban (USA)">
+               <category>Games</category>
+               <description>Harry Potter and the Prisoner of Azkaban (USA)</description>
+               <rom name="Harry Potter and the Prisoner of Azkaban (USA).iso" size="1459978240" crc="9adb1f47" md5="7a064f4fcdd9a320b626899c3cc41200" sha1="88013b5726128dec738453d361fb0704a826ef14"/>
+       </game>
+       <game name="Medal of Honor - Frontline (USA)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (USA)</description>
+               <rom name="Medal of Honor - Frontline (USA).iso" size="1459978240" crc="33295df7" md5="b6cdf7e9090f32ca51360341f951e51f" sha1="483c0e66fddf9a7dd7a4ac1db94d14f34694071c"/>
+       </game>
+       <game name="Lord of the Rings, The - The Return of the King (USA)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Return of the King (USA)</description>
+               <rom name="Lord of the Rings, The - The Return of the King (USA).iso" size="1459978240" crc="9caa554a" md5="623e3d80bd885823573ae22b319f96e0" sha1="a5a3b252eec3759319f599b2c0687c0b76b2135f"/>
+       </game>
+       <game name="Casper - Spirit Dimensions (USA)">
+               <category>Games</category>
+               <description>Casper - Spirit Dimensions (USA)</description>
+               <rom name="Casper - Spirit Dimensions (USA).iso" size="1459978240" crc="afae94cd" md5="8766cf629f34ad44e43cbb91d06dd11e" sha1="5a8d37443f4c2aa73ee1b5f83854df33fc860908"/>
+       </game>
+       <game name="BloodRayne (USA)">
+               <category>Games</category>
+               <description>BloodRayne (USA)</description>
+               <rom name="BloodRayne (USA).iso" size="1459978240" crc="eda1fd05" md5="df2acbb111c08596b51a335fdbca4995" sha1="5856de94fd4ea99b5ddbe00b15920db963737c09"/>
+       </game>
+       <game name="Drome Racers (USA)">
+               <category>Games</category>
+               <description>Drome Racers (USA)</description>
+               <rom name="Drome Racers (USA).iso" size="1459978240" crc="85b18fcb" md5="41a13138f87af8d1ff3a943a4f724e6f" sha1="0c5827ee8cb4dc2d9b3af0552a6fedceba889d35"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (USA) (Rev 1)</description>
+               <rom name="Disney-Pixar Finding Nemo (USA) (Rev 1).iso" size="1459978240" crc="ae9836ec" md5="65f782b114ae1cf3f98d565bce1e46ae" sha1="39d23ba191ce922a9c35971f5f47572eac9e9e6c"/>
+       </game>
+       <game name="FIFA Soccer 2002 (USA)">
+               <category>Games</category>
+               <description>FIFA Soccer 2002 (USA)</description>
+               <rom name="FIFA Soccer 2002 (USA).iso" size="1459978240" crc="4d8d0766" md5="2b743fda73dce40a2071fb07cd8bee69" sha1="cda388fcfcc0d05f261271a106edcf7dcc494329"/>
+       </game>
+       <game name="NCAA Football 2004 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 2004 (USA)</description>
+               <rom name="NCAA Football 2004 (USA).iso" size="1459978240" crc="87edc790" md5="1065eec6fec91e81d93ceeb05a90673e" sha1="42d2ec1860010153434b9f90e41a201cc19d25d0"/>
+       </game>
+       <game name="NFL 2K3 (USA)">
+               <category>Games</category>
+               <description>NFL 2K3 (USA)</description>
+               <rom name="NFL 2K3 (USA).iso" size="1459978240" crc="aedf964d" md5="98d73433025ee858e640cb37a0f00fbe" sha1="5b161f246f50eff9dbd0f375cc7a2f87950a26a4"/>
+       </game>
+       <game name="Whirl Tour (USA)">
+               <category>Games</category>
+               <description>Whirl Tour (USA)</description>
+               <rom name="Whirl Tour (USA).iso" size="1459978240" crc="2b4c7d32" md5="fb9ad38f2b197375456dc33c3530ad17" sha1="77b67764d42a45187a16c928e9ed7640237fea95"/>
+       </game>
+       <game name="R-Racing Evolution (USA)">
+               <category>Games</category>
+               <description>R-Racing Evolution (USA)</description>
+               <rom name="R-Racing Evolution (USA).iso" size="1459978240" crc="059e8cce" md5="cb0cb99aa8a3bfe5e8e832cb866c990e" sha1="f04e500607367e5aa568dac82a05ba9c8d280fcf"/>
+       </game>
+       <game name="Super Smash Bros. Melee (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Super Smash Bros. Melee (USA) (En,Ja)</description>
+               <rom name="Super Smash Bros. Melee (USA) (En,Ja).iso" size="1459978240" crc="873ddd72" md5="3a62f8d10fd210d4928ad37e3816e33c" sha1="5ab1553a941307bb949020fd582b68aabebecb30"/>
+       </game>
+       <game name="SSX on Tour (USA)">
+               <category>Games</category>
+               <description>SSX on Tour (USA)</description>
+               <rom name="SSX on Tour (USA).iso" size="1459978240" crc="4e61b495" md5="3eb9a702b5a42f81222ea47ae0c6cef0" sha1="f633939221a42114c5b185de796529a63ddc0839"/>
+       </game>
+       <game name="Harvest Moon - Magical Melody (USA)">
+               <category>Games</category>
+               <description>Harvest Moon - Magical Melody (USA)</description>
+               <rom name="Harvest Moon - Magical Melody (USA).iso" size="1459978240" crc="02778d03" md5="0b84b6ba545ea33206392fe750401c2a" sha1="d4a0c43d8749db80b2121736ceacef493d93d861"/>
+       </game>
+       <game name="Dance Dance Revolution - Mario Mix (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Mario Mix (USA) (Rev 1)</description>
+               <rom name="Dance Dance Revolution - Mario Mix (USA) (Rev 1).iso" size="1459978240" crc="b6ac6014" md5="7c862ab7fea3687c6dd0a269a8866d86" sha1="97bfeeb6e9c6c490a72b46975d638a266f41d3ef"/>
+       </game>
+       <game name="Super Monkey Ball 2 (USA)">
+               <category>Games</category>
+               <description>Super Monkey Ball 2 (USA)</description>
+               <rom name="Super Monkey Ball 2 (USA).iso" size="1459978240" crc="c54e40e8" md5="29dd871cf4a00b2455c9d03e9328e7bd" sha1="36902d42ee1ecea8b2144f3aef2c0fc3a62b71da"/>
+       </game>
+       <game name="Pac-Man Vs. (USA)">
+               <category>Games</category>
+               <description>Pac-Man Vs. (USA)</description>
+               <rom name="Pac-Man Vs. (USA).iso" size="1459978240" crc="ce5317c4" md5="e293a4c90bc4c91f51335ab68c6188da" sha1="cda363b4e024b756597bb3d4808df56322953f28"/>
+       </game>
+       <game name="Pac-Man World 2 (USA)">
+               <category>Games</category>
+               <description>Pac-Man World 2 (USA)</description>
+               <rom name="Pac-Man World 2 (USA).iso" size="1459978240" crc="3e95583a" md5="d35c1bd0d46f4642e5e9dc5d87d420c6" sha1="3bbedcca3b1118872483bccf41f0f0893ed90ef2"/>
+       </game>
+       <game name="Fire Emblem - Path of Radiance (USA)">
+               <category>Games</category>
+               <description>Fire Emblem - Path of Radiance (USA)</description>
+               <rom name="Fire Emblem - Path of Radiance (USA).iso" size="1459978240" crc="f24cb38a" md5="4098af6d672eeae8749f9da67309c537" sha1="2f80ed4bcdc32fb0bcc5c79d96d4451cf2e2355c"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (USA)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (USA)</description>
+               <rom name="Tom Clancy's Ghost Recon (USA).iso" size="1459978240" crc="2a5cfb16" md5="3c368791c5862a16268725c9572ba175" sha1="ecf0e90e84b74de813d1c9127ddaad7043077d08"/>
+       </game>
+       <game name="Sonic Gems Collection (USA)">
+               <category>Games</category>
+               <description>Sonic Gems Collection (USA)</description>
+               <rom name="Sonic Gems Collection (USA).iso" size="1459978240" crc="fff7ec04" md5="f72b3b462e3c26a2d3a9fbbadaf79c6e" sha1="b140277e283346e1e9b212ef5395f7e23195e724"/>
+       </game>
+       <game name="Killer7 (USA) (Disc 1) (Rev 1)">
+               <category>Games</category>
+               <description>Killer7 (USA) (Disc 1) (Rev 1)</description>
+               <rom name="Killer7 (USA) (Disc 1) (Rev 1).iso" size="1459978240" crc="64f21d40" md5="4cdb132c4ab2d95b9095fdb1647e9636" sha1="20d7c2a1b7f156c671166d3d552ad4645fa0c3d7"/>
+       </game>
+       <game name="Killer7 (USA) (Disc 2) (Rev 1)">
+               <category>Games</category>
+               <description>Killer7 (USA) (Disc 2) (Rev 1)</description>
+               <rom name="Killer7 (USA) (Disc 2) (Rev 1).iso" size="1459978240" crc="3d830b55" md5="58a84314ef4ccf17bd118a03009f93ad" sha1="6c3aad4b78364b8c2c18241650783128dc1d0dbe"/>
+       </game>
+       <game name="Donkey Kong Jungle Beat (USA)">
+               <category>Games</category>
+               <description>Donkey Kong Jungle Beat (USA)</description>
+               <rom name="Donkey Kong Jungle Beat (USA).iso" size="1459978240" crc="f2a9e980" md5="ba18c0991c45cb54fa38e2e5916fca60" sha1="b89828458ac16c887678d1f9ad109be3c8af7498"/>
+       </game>
+       <game name="Pokemon Colosseum (USA) (Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Pokemon Colosseum (USA) (Bonus Disc)</description>
+               <rom name="Pokemon Colosseum (USA) (Bonus Disc).iso" size="1459978240" crc="147f54c9" md5="81620f774d142df466aab9c4bff7a686" sha1="f21a6883f3a29679472a913813341b3f59f4173a"/>
+       </game>
+       <game name="Red Faction II (USA)">
+               <category>Games</category>
+               <description>Red Faction II (USA)</description>
+               <rom name="Red Faction II (USA).iso" size="1459978240" crc="33c916c8" md5="ebf367961c483aeda8cefd73da296295" sha1="36a27f9954ae4a701c0ef83ef809a9c670238c28"/>
+       </game>
+       <game name="Smuggler's Run - Warzones (USA)">
+               <category>Games</category>
+               <description>Smuggler's Run - Warzones (USA)</description>
+               <rom name="Smuggler's Run - Warzones (USA).iso" size="1459978240" crc="f2e1766b" md5="ff14e6bc242bb413ecb24773fa8018fa" sha1="5ab8a0871af19670283c5e0145b80c8f3b8aa3de"/>
+       </game>
+       <game name="TimeSplitters 2 (USA)">
+               <category>Games</category>
+               <description>TimeSplitters 2 (USA)</description>
+               <rom name="TimeSplitters 2 (USA).iso" size="1459978240" crc="f4081f05" md5="6732fb668e1203fbda42b5bbf1fa9f34" sha1="abe5b47010098009f5228ed7cadeeebdcfad5a6f"/>
+       </game>
+       <game name="Battalion Wars (USA, Canada)">
+               <category>Games</category>
+               <description>Battalion Wars (USA, Canada)</description>
+               <rom name="Battalion Wars (USA, Canada).iso" size="1459978240" crc="f697e65a" md5="e02a6a1b3700c3c551571f2f286d476d" sha1="6b121f88608643dc7fda373b4b39143dec2f6f6f"/>
+       </game>
+       <game name="Rayman 3 - Hoodlum Havoc (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rayman 3 - Hoodlum Havoc (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Rayman 3 - Hoodlum Havoc (USA) (En,Fr,De,Es,It).iso" size="1459978240" crc="913d67a3" md5="40386ae7cb46600bf05e8980c0773ffc" sha1="3941d6fc1e312bc89e1f54579e687fbfda2b1127"/>
+       </game>
+       <game name="Chibi-Robo! (USA)">
+               <category>Games</category>
+               <description>Chibi-Robo! (USA)</description>
+               <rom name="Chibi-Robo! (USA).iso" size="1459978240" crc="db4c3c85" md5="fb0123c05fceb74892b16acc9387e894" sha1="9052f186411b49845323eaaeb014755bcf96321b"/>
+       </game>
+       <game name="Pikmin 2 (USA)">
+               <category>Games</category>
+               <description>Pikmin 2 (USA)</description>
+               <rom name="Pikmin 2 (USA).iso" size="1459978240" crc="3541416b" md5="66f8d886afa0742cd9901d1bfe3b114f" sha1="63a68c656d654388e096d27a768e85823dcf3327"/>
+       </game>
+       <game name="Super Monkey Ball (USA)">
+               <category>Games</category>
+               <description>Super Monkey Ball (USA)</description>
+               <rom name="Super Monkey Ball (USA).iso" size="1459978240" crc="7726c879" md5="391b8e620d8d924f150dc40343ced8a5" sha1="2cca02879db51ca2850949c7b2349cf470607cf5"/>
+       </game>
+       <game name="Phantasy Star Online Episode III - C.A.R.D. Revolution (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode III - C.A.R.D. Revolution (USA) (En,Ja)</description>
+               <rom name="Phantasy Star Online Episode III - C.A.R.D. Revolution (USA) (En,Ja).iso" size="1459978240" crc="45f216fe" md5="c0d2c8a25b12249ee70c5655b2270069" sha1="a394d642a90a0d233aecb34743d8f484753d2056"/>
+       </game>
+       <game name="Harvest Moon - A Wonderful Life (USA)">
+               <category>Games</category>
+               <description>Harvest Moon - A Wonderful Life (USA)</description>
+               <rom name="Harvest Moon - A Wonderful Life (USA).iso" size="1459978240" crc="d5c265c1" md5="1b25d35660f163ebdc97165708b22f94" sha1="8d0f26063d0ebf2ea3e7a18e86de01b8cc1e5191"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (USA)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (USA)</description>
+               <rom name="Call of Duty - Finest Hour (USA).iso" size="1459978240" crc="23f77e19" md5="cbf5ba6030dd979517bf78e93ad596eb" sha1="4ce36ab8246ee4d11f636cd89b6906b07ceb5519"/>
+       </game>
+       <game name="Darkened Skye (USA)">
+               <category>Games</category>
+               <description>Darkened Skye (USA)</description>
+               <rom name="Darkened Skye (USA).iso" size="1459978240" crc="086f3589" md5="1dc19408dda627f102e57c3e93c330dc" sha1="902477680fca2e2d312adeb8776887c0d53d4237"/>
+       </game>
+       <game name="Dr. Muto (USA)">
+               <category>Games</category>
+               <description>Dr. Muto (USA)</description>
+               <rom name="Dr. Muto (USA).iso" size="1459978240" crc="699c292a" md5="4b83818218e96dfc83c42d1d329f613c" sha1="0f7e1d331d8b8c6f6c90cd6219dea3b2239bb640"/>
+       </game>
+       <game name="Dragon's Lair 3D - Return to the Lair (USA)">
+               <category>Games</category>
+               <description>Dragon's Lair 3D - Return to the Lair (USA)</description>
+               <rom name="Dragon's Lair 3D - Return to the Lair (USA).iso" size="1459978240" crc="605e9e95" md5="bb19ff01b83cc83084d2485234df1750" sha1="c29017a1fb9655d3f60701d19c47c4b15767ad37"/>
+       </game>
+       <game name="Freaky Flyers (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Freaky Flyers (USA) (Disc 1)</description>
+               <rom name="Freaky Flyers (USA) (Disc 1).iso" size="1459978240" crc="889a6f5d" md5="9ef093501c06832a9045d15cfe0efb12" sha1="64b14b21e66b15c0fe98820728c4ff85c66be141"/>
+       </game>
+       <game name="Freaky Flyers (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Freaky Flyers (USA) (Disc 2)</description>
+               <rom name="Freaky Flyers (USA) (Disc 2).iso" size="1459978240" crc="8feff47c" md5="2c79b31bdc8883636392f334952b755a" sha1="701e9daeb06d441ab84e508bc4737e3818cc420d"/>
+       </game>
+       <game name="MC Groovz Dance Craze (USA, Canada)">
+               <category>Games</category>
+               <description>MC Groovz Dance Craze (USA, Canada)</description>
+               <rom name="MC Groovz Dance Craze (USA, Canada).iso" size="1459978240" crc="9b5dff04" md5="e51a8da2bfea7f971727816e562c84fd" sha1="c6bbebce6a6e782d9cec0b3bdfdba41d3f119dbe"/>
+       </game>
+       <game name="Minority Report - Everybody Runs (USA)">
+               <category>Games</category>
+               <description>Minority Report - Everybody Runs (USA)</description>
+               <rom name="Minority Report - Everybody Runs (USA).iso" size="1459978240" crc="0e4372a9" md5="7a601a4058a20e7955e4d2da0252c7e0" sha1="6f53c75ed682ed6ee3b27803685f3b78d1ce2641"/>
+       </game>
+       <game name="Spider-Man (USA)">
+               <category>Games</category>
+               <description>Spider-Man (USA)</description>
+               <rom name="Spider-Man (USA).iso" size="1459978240" crc="a8f905fb" md5="3adc8c214b6eb3e21e9b407b7657eff7" sha1="a1dbd9917ad4763f5619974169c99f4665c31b18"/>
+       </game>
+       <game name="Wario World (USA)">
+               <category>Games</category>
+               <description>Wario World (USA)</description>
+               <rom name="Wario World (USA).iso" size="1459978240" crc="6a9546aa" md5="6d8785d3212d7f51a225e80500a1f5eb" sha1="c8dfa091d738e3d0e79014929ba0f2e3e3f4501c"/>
+       </game>
+       <game name="Scaler (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Scaler (USA) (En,Fr)</description>
+               <rom name="Scaler (USA) (En,Fr).iso" size="1459978240" crc="80a156c2" md5="7416adc649f6f831501acc232c92958a" sha1="cbb39dc0410096a568c04b71635ac6be85cc27c3"/>
+       </game>
+       <game name="1080 Avalanche (USA)">
+               <category>Games</category>
+               <description>1080 Avalanche (USA)</description>
+               <rom name="1080 Avalanche (USA).iso" size="1459978240" crc="2c37cf08" md5="dd2a3befbcb26481ba5edd203e470174" sha1="09b059208054434df2dadf20b96292b8e11fa908"/>
+       </game>
+       <game name="Amazing Island (USA)">
+               <category>Games</category>
+               <description>Amazing Island (USA)</description>
+               <rom name="Amazing Island (USA).iso" size="1459978240" crc="200f5305" md5="46d3d0acdb0f176626428db3d939f1cb" sha1="b82cb04d83b9448e63b594409b378302772c5e38"/>
+       </game>
+       <game name="Super Mario Strikers (USA)">
+               <category>Games</category>
+               <description>Super Mario Strikers (USA)</description>
+               <rom name="Super Mario Strikers (USA).iso" size="1459978240" crc="2ec051cf" md5="8788cfdf60258c975fcb8632eb295f58" sha1="c29918ab83fa01694fdaa444efdc4bf2dc89c4f8"/>
+       </game>
+       <game name="Wai Wai Golf (Japan)">
+               <category>Games</category>
+               <description>Wai Wai Golf (Japan)</description>
+               <rom name="Wai Wai Golf (Japan).iso" size="1459978240" crc="a7b76963" md5="5a8eb5e15b92a9704dd11f54bbddf2aa" sha1="d01159f40f3a47e434275b40970aa0844ee91892"/>
+       </game>
+       <game name="Disney's Magical Park (Japan)">
+               <category>Games</category>
+               <description>Disney's Magical Park (Japan)</description>
+               <rom name="Disney's Magical Park (Japan).iso" size="1459978240" crc="424a87e4" md5="897c4749ea2f7f1abe56eda0a10e2957" sha1="174fd6f295dd840ebb6a59e636df5c7aa936b260"/>
+       </game>
+       <game name="WWE Day of Reckoning 2 (USA)">
+               <category>Games</category>
+               <description>WWE Day of Reckoning 2 (USA)</description>
+               <rom name="WWE Day of Reckoning 2 (USA).iso" size="1459978240" crc="bb092c3a" md5="fac766a3bb0ebf32a200907d41e3ff8f" sha1="01322b3738ff5720fb612497522a9d0afe0a6fed"/>
+       </game>
+       <game name="Lost Kingdoms II (USA)">
+               <category>Games</category>
+               <description>Lost Kingdoms II (USA)</description>
+               <rom name="Lost Kingdoms II (USA).iso" size="1459978240" crc="116d9c73" md5="37d3f930fd53334040f4dfcce94970c8" sha1="83eaa46670081b0782dd3920ef2c8c4f3c5a859d"/>
+       </game>
+       <game name="Midway Arcade Treasures 3 (USA)">
+               <category>Games</category>
+               <description>Midway Arcade Treasures 3 (USA)</description>
+               <rom name="Midway Arcade Treasures 3 (USA).iso" size="1459978240" crc="22fa1d1d" md5="89ae6da8f1eeacf1fe79b5b66b29de01" sha1="dd8cbae58fd652d7f583485dc5a2895e141adad1"/>
+       </game>
+       <game name="Odama (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Odama (USA) (Rev 1)</description>
+               <rom name="Odama (USA) (Rev 1).iso" size="1459978240" crc="489f7c1a" md5="27116ebb1bd8a71ca2f7be022a3e32a1" sha1="17802b5cd6f768fffdc896194cb5643a450b02c5"/>
+       </game>
+       <game name="Gauntlet - Dark Legacy (USA)">
+               <category>Games</category>
+               <description>Gauntlet - Dark Legacy (USA)</description>
+               <rom name="Gauntlet - Dark Legacy (USA).iso" size="1459978240" crc="5bd30dd8" md5="308cab2e7a82f72a5aed2209d766f65a" sha1="8046ffb66a16a612277df12246390ed21b6db4ad"/>
+       </game>
+       <game name="Bomberman Generation (USA)">
+               <category>Games</category>
+               <description>Bomberman Generation (USA)</description>
+               <rom name="Bomberman Generation (USA).iso" size="1459978240" crc="14b78773" md5="ec608eb5cbf9b5ba72756c929bee04b6" sha1="678cdf8a227bee854ddcf4ff03f9729d87f76ad1"/>
+       </game>
+       <game name="Batman Begins (USA)">
+               <category>Games</category>
+               <description>Batman Begins (USA)</description>
+               <rom name="Batman Begins (USA).iso" size="1459978240" crc="1201b031" md5="39307e2374e1c6606a7d2e023d1c7e96" sha1="e8044b6eb8bf3734956a8398f910071013b2b0e6"/>
+       </game>
+       <game name="Batman - Dark Tomorrow (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Batman - Dark Tomorrow (USA) (Rev 1)</description>
+               <rom name="Batman - Dark Tomorrow (USA) (Rev 1).iso" size="1459978240" crc="c30991fa" md5="70a7d63e5eaefbcccbd9f95ea588b983" sha1="d167f54a3732044dea8f61de4db1b98fc92f4463"/>
+       </game>
+       <game name="Batman - Rise of Sin Tzu (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Batman - Rise of Sin Tzu (USA) (En,Fr,Es)</description>
+               <rom name="Batman - Rise of Sin Tzu (USA) (En,Fr,Es).iso" size="1459978240" crc="e9a1b02c" md5="a1134226646c60912d2e8b553a961ea5" sha1="3bff604cff117b3c4879ac180033c1ce8d3e2686"/>
+       </game>
+       <game name="Beach Spikers - Virtua Beach Volleyball (USA)">
+               <category>Games</category>
+               <description>Beach Spikers - Virtua Beach Volleyball (USA)</description>
+               <rom name="Beach Spikers - Virtua Beach Volleyball (USA).iso" size="1459978240" crc="7bd812c3" md5="c18f2fae7fc17adfea6656213c76e097" sha1="ec8732c318dd6facf97da6c12e054220dc5f1dc5"/>
+       </game>
+       <game name="BMX XXX (USA)">
+               <category>Games</category>
+               <description>BMX XXX (USA)</description>
+               <rom name="BMX XXX (USA).iso" size="1459978240" crc="e84d9bd6" md5="c3fe071d90154f78558b8beccd444d64" sha1="8e0957bf307226fd46da4acd7bd18ecb1f31a78f"/>
+       </game>
+       <game name="Intellivision Lives! (USA)">
+               <category>Games</category>
+               <description>Intellivision Lives! (USA)</description>
+               <rom name="Intellivision Lives! (USA).iso" size="1459978240" crc="a28bd52f" md5="9cd10fe7077012bc2acfd8dc62b1acfa" sha1="7a34b04a467fa39aca4c57752b63f3015bee9723"/>
+       </game>
+       <game name="Mario Power Tennis (USA)">
+               <category>Games</category>
+               <description>Mario Power Tennis (USA)</description>
+               <rom name="Mario Power Tennis (USA).iso" size="1459978240" crc="14ac75c2" md5="5532d17918026a58af3593aa4aaaa450" sha1="bd2bc374f18b9ede202e17aac0868da0c2e3ea94"/>
+       </game>
+       <game name="Mega Man X - Command Mission (USA)">
+               <category>Games</category>
+               <description>Mega Man X - Command Mission (USA)</description>
+               <rom name="Mega Man X - Command Mission (USA).iso" size="1459978240" crc="82115bd2" md5="ddaf03e8bb5b7ca43ae2f2d77087f917" sha1="98fafeb1fbe04dfec9a4ff1d0c159627bb288aad"/>
+       </game>
+       <game name="Skies of Arcadia - Legends (USA)">
+               <category>Games</category>
+               <description>Skies of Arcadia - Legends (USA)</description>
+               <rom name="Skies of Arcadia - Legends (USA).iso" size="1459978240" crc="23e347b6" md5="3e7fa5033c4a2704434fb6ba98195ecd" sha1="46105320553c858f25fafc5fd357566b505a4940"/>
+       </game>
+       <game name="Harvest Moon - Another Wonderful Life (USA)">
+               <category>Games</category>
+               <description>Harvest Moon - Another Wonderful Life (USA)</description>
+               <rom name="Harvest Moon - Another Wonderful Life (USA).iso" size="1459978240" crc="2be7ea37" md5="af4bc131320ca06ab198202db78f3b06" sha1="55c2e08b7e3aa27ffb61c5d21385886ca5710532"/>
+       </game>
+       <game name="Cubivore - Survival of the Fittest (USA)">
+               <category>Games</category>
+               <description>Cubivore - Survival of the Fittest (USA)</description>
+               <rom name="Cubivore - Survival of the Fittest (USA).iso" size="1459978240" crc="0b2e2939" md5="756327c68651c4f25689bf58dafdca2d" sha1="673474d1ab82c4af0c3acee97beec6951145ec41"/>
+       </game>
+       <game name="Mario Superstar Baseball (USA)">
+               <category>Games</category>
+               <description>Mario Superstar Baseball (USA)</description>
+               <rom name="Mario Superstar Baseball (USA).iso" size="1459978240" crc="89cdb7b7" md5="3797367d5c0ca1ef0bb522698227f6f1" sha1="f6debe1b3be4ddff875fdfee5eba34b666aeeaee"/>
+       </game>
+       <game name="Naruto - Clash of Ninja 2 (USA)">
+               <category>Games</category>
+               <description>Naruto - Clash of Ninja 2 (USA)</description>
+               <rom name="Naruto - Clash of Ninja 2 (USA).iso" size="1459978240" crc="81a9f11d" md5="1345ddb06467c7cc2c5c82d0d5e7b1d6" sha1="c5865c64b490862a7e1499db3622a07192eaa9ac"/>
+       </game>
+       <game name="Sonic Riders (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Riders (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Riders (USA) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="1dabe6ee" md5="80155de587c0233e39ab545c2e771749" sha1="ce0cecf57034bef8bab7d6f588ce92c85a849613"/>
+       </game>
+       <game name="Space Raiders (USA)">
+               <category>Games</category>
+               <description>Space Raiders (USA)</description>
+               <rom name="Space Raiders (USA).iso" size="1459978240" crc="834bdaf9" md5="b87430184cd450b2b21ac005fd0c904e" sha1="56884783e19bd3c099332c7ae31058ed855e2212"/>
+       </game>
+       <game name="Spider-Man 2 (USA)">
+               <category>Games</category>
+               <description>Spider-Man 2 (USA)</description>
+               <rom name="Spider-Man 2 (USA).iso" size="1459978240" crc="08964518" md5="a2762a6acc32d4e523ac6848589cc147" sha1="96bb5128146dabbda8a6748925acd3650f16029f"/>
+       </game>
+       <game name="NBA Street V3 (USA)">
+               <category>Games</category>
+               <description>NBA Street V3 (USA)</description>
+               <rom name="NBA Street V3 (USA).iso" size="1459978240" crc="8a0e96cb" md5="2da7d788886a972420a08faf5fa04632" sha1="5474b36795484e18d26c7120ef431613bdde0d29"/>
+       </game>
+       <game name="Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="f582cf1e" md5="fc936c9b0144c925b45b805fd39da2ac" sha1="5dc81ad9c97549394e30bedc252bfa37d4db1de0"/>
+       </game>
+       <game name="Sonic Heroes (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Heroes (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Heroes (USA) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="48ce3c79" md5="b8c74bdcebb29eadd8b9a6c7e1899216" sha1="dd752c8aa64f2f043c32be0f0bd5b8617357bfe6"/>
+       </game>
+       <game name="007 - Agent Under Fire (USA)">
+               <category>Games</category>
+               <description>007 - Agent Under Fire (USA)</description>
+               <rom name="007 - Agent Under Fire (USA).iso" size="1459978240" crc="04486e6c" md5="987af8dca9dd263c27305b4f139a3547" sha1="e518156ce617a7153d5f4320decd57070fd35620"/>
+       </game>
+       <game name="Midway Arcade Treasures (USA)">
+               <category>Games</category>
+               <description>Midway Arcade Treasures (USA)</description>
+               <rom name="Midway Arcade Treasures (USA).iso" size="1459978240" crc="884bf5c1" md5="6b4a7c29354a9c312dbd3d7a5ae23210" sha1="cd0c7f3fc49bbe42bda3eb6494a027c90adfb82c"/>
+       </game>
+       <game name="Midway Arcade Treasures 2 (USA)">
+               <category>Games</category>
+               <description>Midway Arcade Treasures 2 (USA)</description>
+               <rom name="Midway Arcade Treasures 2 (USA).iso" size="1459978240" crc="865fe16e" md5="45bbe4821952e38bebb928ee3db137dc" sha1="4f5f5bba87381777936150fd3ea2030a3ad5c14c"/>
+       </game>
+       <game name="Viewtiful Joe - Red Hot Rumble (USA)">
+               <category>Games</category>
+               <description>Viewtiful Joe - Red Hot Rumble (USA)</description>
+               <rom name="Viewtiful Joe - Red Hot Rumble (USA).iso" size="1459978240" crc="68af0a7d" md5="8632b2fde4697a5fa37d11f753487ac6" sha1="c166e3a11af341af8a2d939b71b855ede56208ba"/>
+       </game>
+       <game name="I-Ninja (USA)">
+               <category>Games</category>
+               <description>I-Ninja (USA)</description>
+               <rom name="I-Ninja (USA).iso" size="1459978240" crc="46d100b8" md5="5967d3d4041ce3f3a240c92ef42fc18a" sha1="8d3ee6a8469e570bc4e40d2d5b27dbd15a17f15e"/>
+       </game>
+       <game name="Ultimate Spider-Man (USA)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (USA)</description>
+               <rom name="Ultimate Spider-Man (USA).iso" size="1459978240" crc="1858118d" md5="2fc4364cba13534eacda868311c3d6e4" sha1="602dc1ff1537f5944093fe944a24a16dcf1144fa"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It).iso" size="1459978240" crc="6b8d9169" md5="c2ae14b33d9435f13762b83391c110f7" sha1="d8fd1cd073123c0d1c7ef5d27ec5c0fbf44c1ee2"/>
+       </game>
+       <game name="Powerpuff Girls, The - Relish Rampage - Pickled Edition (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Powerpuff Girls, The - Relish Rampage - Pickled Edition (Europe) (En,Fr,De,Es)</description>
+               <rom name="Powerpuff Girls, The - Relish Rampage - Pickled Edition (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="4e9cde37" md5="44ff7a3e8a06d600c40d2653266e0903" sha1="b0af3ffc5b6a2a5952be5b3cbc718b9b99eba329"/>
+       </game>
+       <game name="Need for Speed - Underground (Europe)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (Europe)</description>
+               <rom name="Need for Speed - Underground (Europe).iso" size="1459978240" crc="4584dc3b" md5="4ee3b6c5d66cc088c8b82baf8c02eae5" sha1="a3c0c830a015d167900757148030f69b867efc31"/>
+       </game>
+       <game name="Hot Wheels - World Race (Europe)">
+               <category>Games</category>
+               <description>Hot Wheels - World Race (Europe)</description>
+               <rom name="Hot Wheels - World Race (Europe).iso" size="1459978240" crc="efd2e2c1" md5="7598fc38f4a67970507cb13211fc0c54" sha1="8810426669802f638a17d169dd0bc676f1cec5e6"/>
+       </game>
+       <game name="MX SuperFly (Europe)">
+               <category>Games</category>
+               <description>MX SuperFly (Europe)</description>
+               <rom name="MX SuperFly (Europe).iso" size="1459978240" crc="e32d18d8" md5="99a777a7a0ef117925f97644f3785d20" sha1="b1f75a8a4b37e7698b10ab4872d318b596655195"/>
+       </game>
+       <game name="NHL Hitz Pro (USA)">
+               <category>Games</category>
+               <description>NHL Hitz Pro (USA)</description>
+               <rom name="NHL Hitz Pro (USA).iso" size="1459978240" crc="83791ce1" md5="14e6a4524ef4f370a81aa8019bc3ecc7" sha1="f54a031f29494814254e46f57acdcc60ed088cd7"/>
+       </game>
+       <game name="Yu-Gi-Oh! The Falsebound Kingdom (USA)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! The Falsebound Kingdom (USA)</description>
+               <rom name="Yu-Gi-Oh! The Falsebound Kingdom (USA).iso" size="1459978240" crc="8f1e8dca" md5="343dd929ea574503b558c0ac0c1c3886" sha1="809a89a8484e898f999e26d3927b5ad816b98cbb"/>
+       </game>
+       <game name="Crazy Taxi (USA)">
+               <category>Games</category>
+               <description>Crazy Taxi (USA)</description>
+               <rom name="Crazy Taxi (USA).iso" size="1459978240" crc="6cef11a9" md5="e903be751aacf4a237e33f2e5dd89822" sha1="01fa0b4a8d0957d8c24a49ddd8241e474c7a8b2d"/>
+       </game>
+       <game name="X-Men - Next Dimension (USA)">
+               <category>Games</category>
+               <description>X-Men - Next Dimension (USA)</description>
+               <rom name="X-Men - Next Dimension (USA).iso" size="1459978240" crc="cce0cff0" md5="a8da08418ceb0f94ae4b3eb5083d211c" sha1="de86322228ddcf90a605612f0f8eb87d27af967b"/>
+       </game>
+       <game name="Mega Man X Collection (USA)">
+               <category>Games</category>
+               <description>Mega Man X Collection (USA)</description>
+               <rom name="Mega Man X Collection (USA).iso" size="1459978240" crc="dd9fe721" md5="74b153a4f45ef6750c4a6baf4b249b94" sha1="399ad15d4793f94bed89f2aadf0a1da5fe57753f"/>
+       </game>
+       <game name="Burnout (USA)">
+               <category>Games</category>
+               <description>Burnout (USA)</description>
+               <rom name="Burnout (USA).iso" size="1459978240" crc="b1a16069" md5="e2b9cf9780a740a504ab35d404c62666" sha1="b263caadee2f4029339aad2966da6438f130b06a"/>
+       </game>
+       <game name="Burnout 2 - Point of Impact (USA)">
+               <category>Games</category>
+               <description>Burnout 2 - Point of Impact (USA)</description>
+               <rom name="Burnout 2 - Point of Impact (USA).iso" size="1459978240" crc="58be54d3" md5="81d34a3eb120dbe3aa534d0c40af0aaf" sha1="ca6c18abdf9a99fe0095e48ce740f409a7b75fc0"/>
+       </game>
+       <game name="Need for Speed - Carbon (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (USA)</description>
+               <rom name="Need for Speed - Carbon (USA).iso" size="1459978240" crc="ff139c62" md5="e9ecacbd68a425337be47944b7ea6b87" sha1="0dcbcada6cdfa50a026327785a86376e1059f5d9"/>
+       </game>
+       <game name="Sims 2, The - Pets (USA)">
+               <category>Games</category>
+               <description>Sims 2, The - Pets (USA)</description>
+               <rom name="Sims 2, The - Pets (USA).iso" size="1459978240" crc="be2b127c" md5="f3f5b13600ae780e042a8dc7b4106751" sha1="38750d2b70e58165587a9f75fe8d82a1c4cd9381"/>
+       </game>
+       <game name="Kirby Air Ride (USA)">
+               <category>Games</category>
+               <description>Kirby Air Ride (USA)</description>
+               <rom name="Kirby Air Ride (USA).iso" size="1459978240" crc="f1a3e7a2" md5="bd936616ba7f998d8d0a1eb3f553b634" sha1="b57132b1d0990264c271a1ad2168aa75b93b2f92"/>
+       </game>
+       <game name="Scorpion King, The - Rise of the Akkadian (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Scorpion King, The - Rise of the Akkadian (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Scorpion King, The - Rise of the Akkadian (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="88143199" md5="d4cb61cbe9a31a818ef666e520b165dd" sha1="bde7a01af10c0c877dc13fe7d33c6ad160b20c20"/>
+       </game>
+       <game name="Pool Paradise (USA)">
+               <category>Games</category>
+               <description>Pool Paradise (USA)</description>
+               <rom name="Pool Paradise (USA).iso" size="1459978240" crc="53bb0b9c" md5="21ca392eb0024d57a4fddc09f58d1979" sha1="c4b698bc42e19095b5c4a8b0605df02328d29e43"/>
+       </game>
+       <game name="Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="33313506" md5="bbaa18906e55acbf8d1016459653e25e" sha1="8e82342567ccaabf5d31929d5f465cffe5654d10"/>
+       </game>
+       <game name="Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="89ca97c6" md5="aed7dcac956ce8f677545f9a82c1afb0" sha1="2b9e223da2da295b41e92eda523accedd06275e3"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (Europe)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (Europe)</description>
+               <rom name="Call of Duty - Finest Hour (Europe).iso" size="1459978240" crc="47920848" md5="6261b4c3f2c77a215f4c0a5994ccf495" sha1="004c5a33302daaf9899e1d34bb3ece8a3a9df8ff"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Last Airbender (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Last Airbender (USA)</description>
+               <rom name="Nickelodeon Avatar - The Last Airbender (USA).iso" size="1459978240" crc="31f0c2ec" md5="204aed24a403072e2470b473099b18c7" sha1="b7e478e3f29da261a4bd6b2709843470530760a0"/>
+       </game>
+       <game name="Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr)</description>
+               <rom name="Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr).iso" size="1459978240" crc="f0af8dc3" md5="31256eb96d1caa1f28e7e4579b4f4ce9" sha1="a3a5f156c79a526c9bebf82e19db513bfbecd473"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 10 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 10 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 10 (USA).iso" size="1459978240" crc="7d7c372e" md5="47483783f7dedb0b6abf376d6060cb44" sha1="313ff16939c46b505950375b2015d934445937f6"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc - March 2002 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc - March 2002 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc - March 2002 (USA).iso" size="1459978240" crc="5892c570" md5="fcb1b79c7c88718f8f8bff9950866688" sha1="a5bf38c8ae2672fffa23948847abb0416bf56350"/>
+       </game>
+       <game name="18 Wheeler - American Pro Trucker (USA)">
+               <category>Games</category>
+               <description>18 Wheeler - American Pro Trucker (USA)</description>
+               <rom name="18 Wheeler - American Pro Trucker (USA).iso" size="1459978240" crc="f827ab43" md5="0581d5e7a897de3b1c999e823b31287d" sha1="5fea37dc1e9b4e7112f14e81bfda67e38410bd11"/>
+       </game>
+       <game name="Monopoly Party (USA)">
+               <category>Games</category>
+               <description>Monopoly Party (USA)</description>
+               <rom name="Monopoly Party (USA).iso" size="1459978240" crc="62ca8da8" md5="2158401ff581e002d5436cdf857d0fa3" sha1="bb4ee851d8842430d5b7069a5bf40aa91b5ba436"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA).iso" size="1459978240" crc="658f36bc" md5="9e18f9a0032c4f3092945dc38a6517d3" sha1="9e13b75e3c045956fd5117821f53f7fce098c3fd"/>
+       </game>
+       <game name="Backyard Football (USA)">
+               <category>Games</category>
+               <description>Backyard Football (USA)</description>
+               <rom name="Backyard Football (USA).iso" size="1459978240" crc="a00eb5c8" md5="6a6362b28f7e9ec6dea652c34d69f2c6" sha1="0aecb7fd86ec9994bc1a440796536fbac733c1b4"/>
+       </game>
+       <game name="FireBlade (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>FireBlade (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="FireBlade (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="10a3de38" md5="2abcb22171a6194fc39b00c53f207e7f" sha1="501c21858267f835aad6bfcd83a18658b6dc646f"/>
+       </game>
+       <game name="Hunter - The Reckoning (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning (Europe) (En,Fr,De)</description>
+               <rom name="Hunter - The Reckoning (Europe) (En,Fr,De).iso" size="1459978240" crc="2305710c" md5="0c3c5f9da9e39a1e032b28f88863353b" sha1="24cba1b8060e1c761322864680fd64834ea4bf54"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (USA)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (USA)</description>
+               <rom name="Hitman 2 - Silent Assassin (USA).iso" size="1459978240" crc="23d81915" md5="b8808d20deebdcf6994b07a221d9a60f" sha1="12b6b66ba3690f7c13c1723c119de92ff00f31ed"/>
+       </game>
+       <game name="Men in Black II - Alien Escape (USA)">
+               <category>Games</category>
+               <description>Men in Black II - Alien Escape (USA)</description>
+               <rom name="Men in Black II - Alien Escape (USA).iso" size="1459978240" crc="7b0c45de" md5="87d5078c547207920a56ccc81bce82d1" sha1="c6d0f7aa4e53a70effcc10bf41c6f75ffde4845d"/>
+       </game>
+       <game name="Shonen Jump's One Piece - Grand Battle (USA)">
+               <category>Games</category>
+               <description>Shonen Jump's One Piece - Grand Battle (USA)</description>
+               <rom name="Shonen Jump's One Piece - Grand Battle (USA).iso" size="1459978240" crc="08b36fe0" md5="bb5a789fd7fb81f17da2ff2f88eed23c" sha1="c61a729fd2efa1dc74ab1e460f3cf2e6b9ac2776"/>
+       </game>
+       <game name="Disney-Pixar Cars (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (USA)</description>
+               <rom name="Disney-Pixar Cars (USA).iso" size="1459978240" crc="e4c276f2" md5="ae41fe9270967d6928793899740e6d43" sha1="6b380ff29cf6a204a65059397689e68632ec6aec"/>
+       </game>
+       <game name="All-Star Baseball 2002 (USA)">
+               <category>Games</category>
+               <description>All-Star Baseball 2002 (USA)</description>
+               <rom name="All-Star Baseball 2002 (USA).iso" size="1459978240" crc="b7a4726c" md5="bc4b7d305ca3416348706d21d0006666" sha1="074f624da00da21216c14b9086efac9b22168254"/>
+       </game>
+       <game name="ATV - Quad Power Racing 2 (USA)">
+               <category>Games</category>
+               <description>ATV - Quad Power Racing 2 (USA)</description>
+               <rom name="ATV - Quad Power Racing 2 (USA).iso" size="1459978240" crc="8af3eed7" md5="4712e192117bee2d53fc8ec7577f0a38" sha1="f9c6a0bdd336d0e3a3d48b8d25874f514635f37f"/>
+       </game>
+       <game name="Crash Bandicoot - The Wrath of Cortex (USA)">
+               <category>Games</category>
+               <description>Crash Bandicoot - The Wrath of Cortex (USA)</description>
+               <rom name="Crash Bandicoot - The Wrath of Cortex (USA).iso" size="1459978240" crc="adcc7698" md5="c8236b85c85656fa5bff93cf19f6e586" sha1="08baf3fdef38908ee2d0a826afc728198048bd38"/>
+       </game>
+       <game name="Charlie and the Chocolate Factory (USA)">
+               <category>Games</category>
+               <description>Charlie and the Chocolate Factory (USA)</description>
+               <rom name="Charlie and the Chocolate Factory (USA).iso" size="1459978240" crc="6c712650" md5="de69170bc54027451324c173dacae490" sha1="f3984d9dec14fea626bea5b07d1716aa9f502510"/>
+       </game>
+       <game name="Cubix Robots for Everyone - Showdown (USA)">
+               <category>Games</category>
+               <description>Cubix Robots for Everyone - Showdown (USA)</description>
+               <rom name="Cubix Robots for Everyone - Showdown (USA).iso" size="1459978240" crc="f4b0546e" md5="0d97340fb612c1a87a3218f1dea5fca4" sha1="aedd2cc98f5750a69a401e5ce742cae3a02140c2"/>
+       </game>
+       <game name="Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (USA)">
+               <category>Games</category>
+               <description>Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (USA)</description>
+               <rom name="Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (USA).iso" size="1459978240" crc="71ce8acf" md5="2d0776c1e7193ead437ed26239f89aae" sha1="16d6b0de926486764e7c4e9cef659d99a20308a7"/>
+       </game>
+       <game name="Dave Mirra Freestyle BMX 2 (USA)">
+               <category>Games</category>
+               <description>Dave Mirra Freestyle BMX 2 (USA)</description>
+               <rom name="Dave Mirra Freestyle BMX 2 (USA).iso" size="1459978240" crc="528bb8e8" md5="2f1097d0fccee88157e80b75c74faf27" sha1="d6d67bfcfd87ce68e1861f0d21c2bc8159b3f404"/>
+       </game>
+       <game name="Defender (USA)">
+               <category>Games</category>
+               <description>Defender (USA)</description>
+               <rom name="Defender (USA).iso" size="1459978240" crc="53ae96a5" md5="ba494301ef873157b61a1299cf6328be" sha1="e5d9991b638686b8debdca39203e3d08e6551a96"/>
+       </game>
+       <game name="Def Jam - Vendetta (USA)">
+               <category>Games</category>
+               <description>Def Jam - Vendetta (USA)</description>
+               <rom name="Def Jam - Vendetta (USA).iso" size="1459978240" crc="d5f430c5" md5="8c9156214939e47c13030ecfe16ebf4a" sha1="33ebeab2db687c96a958a40f4ba2fca987587be7"/>
+       </game>
+       <game name="F1 2002 (USA) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>F1 2002 (USA) (En,Fr,De,It)</description>
+               <rom name="F1 2002 (USA) (En,Fr,De,It).iso" size="1459978240" crc="5283d6b6" md5="aa748e8e0a8c91bb3635889d95f3243e" sha1="120275accab67a9645921db92b50d69af7ef5213"/>
+       </game>
+       <game name="FireBlade (USA)">
+               <category>Games</category>
+               <description>FireBlade (USA)</description>
+               <rom name="FireBlade (USA).iso" size="1459978240" crc="88f6fa17" md5="4d902c074e84b7532e9f45fcb147b153" sha1="9e3a4dc5f5599e1f43e424ab4a96d5e58fd2d3eb"/>
+       </game>
+       <game name="DreamWorks &amp; Aardman Flushed Away (USA)">
+               <category>Games</category>
+               <description>DreamWorks &amp; Aardman Flushed Away (USA)</description>
+               <rom name="DreamWorks &amp; Aardman Flushed Away (USA).iso" size="1459978240" crc="f8cbfb44" md5="c01549c62efa6fcd9456a20c0890fbb1" sha1="99b1a2c350fa94a38afb8d1034a6513560e05561"/>
+       </game>
+       <game name="Harry Potter and the Goblet of Fire (USA)">
+               <category>Games</category>
+               <description>Harry Potter and the Goblet of Fire (USA)</description>
+               <rom name="Harry Potter and the Goblet of Fire (USA).iso" size="1459978240" crc="66e3a8f7" md5="6a503ca555cb774e107c39abbeb96754" sha1="5b6032bcc40f30913b305e2460ca781eadfe5bfc"/>
+       </game>
+       <game name="Hunter - The Reckoning (USA)">
+               <category>Games</category>
+               <description>Hunter - The Reckoning (USA)</description>
+               <rom name="Hunter - The Reckoning (USA).iso" size="1459978240" crc="24fa0328" md5="29b2760cdc12720840d031ac5a9ab202" sha1="9ba56d66dabc7b7272206debb07d29d7bbd86044"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles (USA)</description>
+               <rom name="Disney-Pixar The Incredibles (USA).iso" size="1459978240" crc="e1023994" md5="8a7c0f17f840793c19d0fe608ed59528" sha1="cf2e5f81f2bd721afe830c374dccfd8815eee357"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles - Rise of the Underminer (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles - Rise of the Underminer (USA)</description>
+               <rom name="Disney-Pixar The Incredibles - Rise of the Underminer (USA).iso" size="1459978240" crc="539e1ca6" md5="776efc70a57fb62e2dc77f011f870473" sha1="e9015fc11b1a33796c932eab724d77883e71d867"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (USA) (Disc 1)</description>
+               <rom name="Medal of Honor - Rising Sun (USA) (Disc 1).iso" size="1459978240" crc="2f2f6f2a" md5="f5ac375a401aa9728b9a6591b05d3da9" sha1="5a14fe7fbb7d7da17c0fe8c6cc0f803779a33c21"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (USA) (Disc 2)</description>
+               <rom name="Medal of Honor - Rising Sun (USA) (Disc 2).iso" size="1459978240" crc="7572a915" md5="416b1061c226f509c40a885e87fba2f2" sha1="cf590999919364772ccea35ddd47bfa81a34f74a"/>
+       </game>
+       <game name="Looney Tunes - Back in Action (USA)">
+               <category>Games</category>
+               <description>Looney Tunes - Back in Action (USA)</description>
+               <rom name="Looney Tunes - Back in Action (USA).iso" size="1459978240" crc="5250ae52" md5="4a3f890fa3eca4bc8b6bec4cf20186f2" sha1="dbf4443aaba38d1d37fa8dcf7226e84e8f7139d5"/>
+       </game>
+       <game name="MVP Baseball 2005 (USA)">
+               <category>Games</category>
+               <description>MVP Baseball 2005 (USA)</description>
+               <rom name="MVP Baseball 2005 (USA).iso" size="1459978240" crc="1906a04e" md5="bde89e9178c2066e457c9c4b34935280" sha1="445a5f329aa340703a6e62723f73efc24fc71340"/>
+       </game>
+       <game name="Disney-Pixar Monsters, Inc. - Scream Arena (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Monsters, Inc. - Scream Arena (USA)</description>
+               <rom name="Disney-Pixar Monsters, Inc. - Scream Arena (USA).iso" size="1459978240" crc="325879b5" md5="745d25a6458af6b943fbf98337094bef" sha1="e7a64f7d450b6b275e1ef44e7e96a87708a27034"/>
+       </game>
+       <game name="MLB SlugFest 2003 (USA)">
+               <category>Games</category>
+               <description>MLB SlugFest 2003 (USA)</description>
+               <rom name="MLB SlugFest 2003 (USA).iso" size="1459978240" crc="a1aab9d9" md5="a8beca930233f9ecc185e5b41bd84399" sha1="5d503f254e148073449c1c63b257caa84e4309d5"/>
+       </game>
+       <game name="NBA Live 06 (USA)">
+               <category>Games</category>
+               <description>NBA Live 06 (USA)</description>
+               <rom name="NBA Live 06 (USA).iso" size="1459978240" crc="545fdf09" md5="ac9121a54a70d8fe730aef477d571790" sha1="943709a91f52641abea6d2872f48fb6809675b5c"/>
+       </game>
+       <game name="NBA Live 2003 (USA)">
+               <category>Games</category>
+               <description>NBA Live 2003 (USA)</description>
+               <rom name="NBA Live 2003 (USA).iso" size="1459978240" crc="901baa7d" md5="09464d7290bba3b6d83c1f49ae0b06a9" sha1="2eb42f61fb1eaf8adca1d5b69cca6533ca3d6679"/>
+       </game>
+       <game name="NBA Live 2004 (USA)">
+               <category>Games</category>
+               <description>NBA Live 2004 (USA)</description>
+               <rom name="NBA Live 2004 (USA).iso" size="1459978240" crc="06eeb2e0" md5="69da3a3801f4bc736a75429d80f730b6" sha1="9893783a5c95b8d243cc6a8ef658a892831bba01"/>
+       </game>
+       <game name="NBA Street Vol. 2 (USA)">
+               <category>Games</category>
+               <description>NBA Street Vol. 2 (USA)</description>
+               <rom name="NBA Street Vol. 2 (USA).iso" size="1459978240" crc="c099c71e" md5="a575f3dbeff9da2e3eb87d371a497d70" sha1="58f504bc4ca750f2a84d110e3a1ed65aab374270"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit 2 (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit 2 (USA)</description>
+               <rom name="Need for Speed - Hot Pursuit 2 (USA).iso" size="1459978240" crc="6e9f4afe" md5="f12d73674be53affb0a87a9e48e101e8" sha1="196f068f33ca03489ebb45d249753bd29f61f29e"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (USA)</description>
+               <rom name="Need for Speed - Most Wanted (USA).iso" size="1459978240" crc="d9f1d3e5" md5="ccae1994b8ab098ff427e6ef95ea7909" sha1="8cfef78c00835c572523663e30a11c34ef3758b7"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (USA)</description>
+               <rom name="Need for Speed - Underground 2 (USA).iso" size="1459978240" crc="5e49b1d7" md5="4d5120a533007d18d3297ee2edab9533" sha1="e22ebaa2ee05cab39e0c64ee1d1e40ac0b38d5ed"/>
+       </game>
+       <game name="NCAA Football 2005 (USA)">
+               <category>Games</category>
+               <description>NCAA Football 2005 (USA)</description>
+               <rom name="NCAA Football 2005 (USA).iso" size="1459978240" crc="2d24164c" md5="a5046f1bfa86702bf3ae78ff763d2334" sha1="2c6e1bcab1e933891f5753199c9fed5b626a0b3e"/>
+       </game>
+       <game name="NFL Blitz 2003 (USA)">
+               <category>Games</category>
+               <description>NFL Blitz 2003 (USA)</description>
+               <rom name="NFL Blitz 2003 (USA).iso" size="1459978240" crc="3f4d220c" md5="d5061d91f42481f7a9c120249945e128" sha1="60a244415a3ed88d056561918797f9f9589cb0a7"/>
+       </game>
+       <game name="NFL Blitz Pro (USA)">
+               <category>Games</category>
+               <description>NFL Blitz Pro (USA)</description>
+               <rom name="NFL Blitz Pro (USA).iso" size="1459978240" crc="f2c785cd" md5="1d92bf6a0467e48ead6251c444a3e341" sha1="84a36774d2d597d77ff1e016788b913c39fdc282"/>
+       </game>
+       <game name="NHL 2005 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>NHL 2005 (USA) (En,Fr)</description>
+               <rom name="NHL 2005 (USA) (En,Fr).iso" size="1459978240" crc="b17faa37" md5="83b64504907b99b4b54ba7697e034529" sha1="eb8f71c36da7bdf15af2fe231e45bbe5cdc59147"/>
+       </game>
+       <game name="Nicktoons - Battle for Volcano Island (USA)">
+               <category>Games</category>
+               <description>Nicktoons - Battle for Volcano Island (USA)</description>
+               <rom name="Nicktoons - Battle for Volcano Island (USA).iso" size="1459978240" crc="a66a86f7" md5="cd9584b6abd10a30d18bace5af7435c5" sha1="df028b9b6cc724a19ea17f4462a0277a5ff73a23"/>
+       </game>
+       <game name="NFL QB Club 2002 (USA)">
+               <category>Games</category>
+               <description>NFL QB Club 2002 (USA)</description>
+               <rom name="NFL QB Club 2002 (USA).iso" size="1459978240" crc="535ff7f0" md5="ed249f6e029f92158c86d00e28b4926e" sha1="03634509d1d8f8cb63c011e47c24091fa8bda762"/>
+       </game>
+       <game name="Scorpion King, The - Rise of the Akkadian (USA)">
+               <category>Games</category>
+               <description>Scorpion King, The - Rise of the Akkadian (USA)</description>
+               <rom name="Scorpion King, The - Rise of the Akkadian (USA).iso" size="1459978240" crc="9e55240c" md5="87c847b9c241e6d66b97378b7be38c95" sha1="debf7239220bc6104ac4c5ee0eb203c77b6635ae"/>
+       </game>
+       <game name="Shrek 2 (USA)">
+               <category>Games</category>
+               <description>Shrek 2 (USA)</description>
+               <rom name="Shrek 2 (USA).iso" size="1459978240" crc="d1b56156" md5="27b4fa5dbe919fbcdf60a5e77cf08309" sha1="4c653bc925cc57cfb9e62f5e42dd92622bccee7a"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (USA)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (USA).iso" size="1459978240" crc="f2facf74" md5="30b0601c43c4ee30b7498427c2aa70f5" sha1="290df71e8fd1633b7c2af4cbb5b81ebdf6e539e4"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA).iso" size="1459978240" crc="135f55e4" md5="2c5d625bba29d8b1240430b383847b15" sha1="a1e81e76e3399b319e5791e9514b09fdafdfeb73"/>
+       </game>
+       <game name="Tony Hawk's Underground (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Underground (USA)</description>
+               <rom name="Tony Hawk's Underground (USA).iso" size="1459978240" crc="c2c4dbd1" md5="3903200569bc1e4040764a45926828e7" sha1="4755209d13882d6ec6e1fd810551bd415f7d7da6"/>
+       </game>
+       <game name="True Crime - New York City (USA)">
+               <category>Games</category>
+               <description>True Crime - New York City (USA)</description>
+               <rom name="True Crime - New York City (USA).iso" size="1459978240" crc="bb036f8c" md5="5355a98005eb3b9116101be98da840bd" sha1="ca96110d999ddfcf20b6a9e18dc906a7c5fb04c9"/>
+       </game>
+       <game name="True Crime - Streets of LA (USA)">
+               <category>Games</category>
+               <description>True Crime - Streets of LA (USA)</description>
+               <rom name="True Crime - Streets of LA (USA).iso" size="1459978240" crc="008c8b49" md5="25a21ec4733cbfdec08f5f6e3f51454c" sha1="e6f80176c5d016c33bf796c0db16682406275809"/>
+       </game>
+       <game name="Strike Force Bowling (USA)">
+               <category>Games</category>
+               <description>Strike Force Bowling (USA)</description>
+               <rom name="Strike Force Bowling (USA).iso" size="1459978240" crc="64629bfd" md5="592aa62ab70f087df705ffed4b621454" sha1="52543d2f581371f62fb2dacce73a7be24a73b1d5"/>
+       </game>
+       <game name="SSX 3 (USA)">
+               <category>Games</category>
+               <description>SSX 3 (USA)</description>
+               <rom name="SSX 3 (USA).iso" size="1459978240" crc="bd94fd62" md5="fb6ce25daf8550dae472b8d84596acc1" sha1="9f047c3c3389b5f2ad464afc472dd15cb0083474"/>
+       </game>
+       <game name="WTA Tour Tennis (USA)">
+               <category>Games</category>
+               <description>WTA Tour Tennis (USA)</description>
+               <rom name="WTA Tour Tennis (USA).iso" size="1459978240" crc="2869aa07" md5="b52269da25e94e6f74bff7d49093852e" sha1="a1485e794bd5f995805d91c133f33307eb76a8c4"/>
+       </game>
+       <game name="SpyHunter (USA)">
+               <category>Games</category>
+               <description>SpyHunter (USA)</description>
+               <rom name="SpyHunter (USA).iso" size="1459978240" crc="5048da05" md5="676d15ca76fb94e13b3583a39400f673" sha1="fe3bccb3b0424d328e645109a223afe84819009b"/>
+       </game>
+       <game name="Nickelodeon Tak - The Great Juju Challenge (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Tak - The Great Juju Challenge (USA)</description>
+               <rom name="Nickelodeon Tak - The Great Juju Challenge (USA).iso" size="1459978240" crc="080ac649" md5="f27af4f1b85c7e1fd8f13abbc8f920a1" sha1="99ae73dc9a5e50380c8769d64acfcd41d26dcf3c"/>
+       </game>
+       <game name="Ant Bully, The (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Ant Bully, The (USA) (En,Fr)</description>
+               <rom name="Ant Bully, The (USA) (En,Fr).iso" size="1459978240" crc="82e88bc9" md5="3ebba6487c94fbe1a63f5caa4014958f" sha1="2f55464b07983a4e89ce5d360339a73ef106320b"/>
+       </game>
+       <game name="4x4 Evo 2 (USA)">
+               <category>Games</category>
+               <description>4x4 Evo 2 (USA)</description>
+               <rom name="4x4 Evo 2 (USA).iso" size="1459978240" crc="9d473312" md5="dfbf9c9a7985723180816ac49495f55f" sha1="7a384b777c3bc06ca67f0707e4b610831024f307"/>
+       </game>
+       <game name="Nickelodeon Jimmy Neutron - Boy Genius (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Jimmy Neutron - Boy Genius (USA)</description>
+               <rom name="Nickelodeon Jimmy Neutron - Boy Genius (USA).iso" size="1459978240" crc="8988c485" md5="e278a2ddc10185a691ed99dde12d47c2" sha1="90861e1c1e5003388449b1ca41b7de014526ce1c"/>
+       </game>
+       <game name="NBA Live 2005 (USA)">
+               <category>Games</category>
+               <description>NBA Live 2005 (USA)</description>
+               <rom name="NBA Live 2005 (USA).iso" size="1459978240" crc="f2ece8e7" md5="a7eb69f4d502f3d687b6194d98b348cf" sha1="215ad9b6f02213536fbc9503036e4335efd282c6"/>
+       </game>
+       <game name="Legends of Wrestling (USA)">
+               <category>Games</category>
+               <description>Legends of Wrestling (USA)</description>
+               <rom name="Legends of Wrestling (USA).iso" size="1459978240" crc="a1e7b7f3" md5="b9d3b563834c2a67c57ece1739be0bf1" sha1="22b6200e2b603c6064a2b66668c759f7111da95e"/>
+       </game>
+       <game name="Mystic Heroes (USA)">
+               <category>Games</category>
+               <description>Mystic Heroes (USA)</description>
+               <rom name="Mystic Heroes (USA).iso" size="1459978240" crc="080d3384" md5="30e9296bd2bca38e63e106930722660e" sha1="e02fe0ebe68431be9fefdfddb5776f65cd1268ab"/>
+       </game>
+       <game name="Monster House (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Monster House (USA) (En,Fr)</description>
+               <rom name="Monster House (USA) (En,Fr).iso" size="1459978240" crc="135d4207" md5="1ee274ecf918ef7ec0cc677fb1635af5" sha1="9b9cc2a7b1c2f8526e4b0474814632431916230d"/>
+       </game>
+       <game name="Polar Express, The (USA)">
+               <category>Games</category>
+               <description>Polar Express, The (USA)</description>
+               <rom name="Polar Express, The (USA).iso" size="1459978240" crc="347e9da2" md5="ecad1abccc9cae1f510a0bb5cc4f62b3" sha1="540ff0c5cbe26804484749dbea83d536c187bf4f"/>
+       </game>
+       <game name="Shonen Jump's One Piece - Pirates' Carnival (USA)">
+               <category>Games</category>
+               <description>Shonen Jump's One Piece - Pirates' Carnival (USA)</description>
+               <rom name="Shonen Jump's One Piece - Pirates' Carnival (USA).iso" size="1459978240" crc="83911f16" md5="844efce2d2a3f7d73793cda69b589eb9" sha1="5521c5a3306d8fca7959dedba450e95b4bd1ae7a"/>
+       </game>
+       <game name="Robots (USA)">
+               <category>Games</category>
+               <description>Robots (USA)</description>
+               <rom name="Robots (USA).iso" size="1459978240" crc="f978ca04" md5="befbc956176da84f6b30c23c0a221713" sha1="98cef132f3ae139414d089df2e09b9c63d7833e7"/>
+       </game>
+       <game name="SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA)">
+               <category>Games</category>
+               <description>SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA)</description>
+               <rom name="SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA).iso" size="1459978240" crc="bacf314c" md5="cfc11a29905bf15c353c4c040f878525" sha1="549931c10112ba43245b7e962ef600a09fe1de4a"/>
+       </game>
+       <game name="Worms Blast (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Worms Blast (USA) (En,Fr,Es)</description>
+               <rom name="Worms Blast (USA) (En,Fr,Es).iso" size="1459978240" crc="8cd70182" md5="6c310462e4dcbc74717beaa5f13384d0" sha1="8d82e8205e5121cb867193b3f110bb2832ab2e8a"/>
+       </game>
+       <game name="X2 - Wolverine's Revenge (USA)">
+               <category>Games</category>
+               <description>X2 - Wolverine's Revenge (USA)</description>
+               <rom name="X2 - Wolverine's Revenge (USA).iso" size="1459978240" crc="b70be5fd" md5="f783fdecb6ddded2924c837efbf451de" sha1="f19500c6e71073fad4f5c1b59fc31e0647f5c7ab"/>
+       </game>
+       <game name="Namco Museum (USA)">
+               <category>Games</category>
+               <description>Namco Museum (USA)</description>
+               <rom name="Namco Museum (USA).iso" size="1459978240" crc="316232a1" md5="4d8c33d91ecc2256f107959f07c030ef" sha1="37e1aa080fb79cf857ad76adf0a86bdbd011959b"/>
+       </game>
+       <game name="Swingerz Golf (USA)">
+               <category>Games</category>
+               <description>Swingerz Golf (USA)</description>
+               <rom name="Swingerz Golf (USA).iso" size="1459978240" crc="92bdd171" md5="5f34224d2a93070e7c9d68b819610f4d" sha1="728cebaa52ee4a75db418d1ae1b4fa0c515a0d1a"/>
+       </game>
+       <game name="Tonka - Rescue Patrol (USA)">
+               <category>Games</category>
+               <description>Tonka - Rescue Patrol (USA)</description>
+               <rom name="Tonka - Rescue Patrol (USA).iso" size="1459978240" crc="87cd0ee9" md5="40af2a2d9295a6481a58a50ffd76d56a" sha1="03f8503d727e77a446915d636b1dea980e68adab"/>
+       </game>
+       <game name="2002 FIFA World Cup (USA)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (USA)</description>
+               <rom name="2002 FIFA World Cup (USA).iso" size="1459978240" crc="0f793a29" md5="e53b25f12dcdea0b3633e77b1bed24b2" sha1="0e4e9ad320de2502a2405548c1cc691720b591aa"/>
+       </game>
+       <game name="Aquaman - Battle for Atlantis (USA)">
+               <category>Games</category>
+               <description>Aquaman - Battle for Atlantis (USA)</description>
+               <rom name="Aquaman - Battle for Atlantis (USA).iso" size="1459978240" crc="e3d04cb9" md5="552f5dd38ce5fe189f690be653473048" sha1="547231c50378665ac2e4a6b3045b1381a96898be"/>
+       </game>
+       <game name="Bad Boys - Miami Takedown (USA)">
+               <category>Games</category>
+               <description>Bad Boys - Miami Takedown (USA)</description>
+               <rom name="Bad Boys - Miami Takedown (USA).iso" size="1459978240" crc="1a5addaf" md5="9e04a779bcf190e3f4cd98cf5fcb5f06" sha1="6960d88596dfe89e5da516c70ac2700b8089d38f"/>
+       </game>
+       <game name="Disney's Magical Mirror Starring Mickey Mouse (USA)">
+               <category>Games</category>
+               <description>Disney's Magical Mirror Starring Mickey Mouse (USA)</description>
+               <rom name="Disney's Magical Mirror Starring Mickey Mouse (USA).iso" size="1459978240" crc="61f36ffd" md5="baf1ffe1b585fa447dce54444e463fc4" sha1="4896cabdedacc60a5d7c74d0aefe1092f56336c5"/>
+       </game>
+       <game name="FIFA Soccer 06 (USA)">
+               <category>Games</category>
+               <description>FIFA Soccer 06 (USA)</description>
+               <rom name="FIFA Soccer 06 (USA).iso" size="1459978240" crc="cf5816a2" md5="7fed21160ed91035b90751201c9d5530" sha1="87b1bf075b3a50b25a8e20132fbad0713d01d322"/>
+       </game>
+       <game name="Freestyle Metal X (USA)">
+               <category>Games</category>
+               <description>Freestyle Metal X (USA)</description>
+               <rom name="Freestyle Metal X (USA).iso" size="1459978240" crc="7b59a773" md5="56d73e3be3a25cd080302519970c41c2" sha1="ee6d2787f8809e61d41e94eac12efe255c1ff6b9"/>
+       </game>
+       <game name="Gun (USA)">
+               <category>Games</category>
+               <description>Gun (USA)</description>
+               <rom name="Gun (USA).iso" size="1459978240" crc="f06ee11b" md5="29ca9557c484216e7dc15f08d7b21812" sha1="ca106930bbc2c724b48bf470347220a2f7348dbd"/>
+       </game>
+       <game name="Medal of Honor - European Assault (USA)">
+               <category>Games</category>
+               <description>Medal of Honor - European Assault (USA)</description>
+               <rom name="Medal of Honor - European Assault (USA).iso" size="1459978240" crc="b8925a76" md5="e70a05b36b9aad79997f73f034aa2a7c" sha1="d4015be71ca8c4cc087adffed68b86d7f7cef342"/>
+       </game>
+       <game name="Monster Jam - Maximum Destruction (USA)">
+               <category>Games</category>
+               <description>Monster Jam - Maximum Destruction (USA)</description>
+               <rom name="Monster Jam - Maximum Destruction (USA).iso" size="1459978240" crc="5e022327" md5="a78314726ae7415e2ddccd9a53ebe79f" sha1="57fcc43b8c74c6e631c701e59e2a5f27d120cf60"/>
+       </game>
+       <game name="MX SuperFly (USA)">
+               <category>Games</category>
+               <description>MX SuperFly (USA)</description>
+               <rom name="MX SuperFly (USA).iso" size="1459978240" crc="94f77878" md5="cab7d9e495f15896e36027a96d3aa976" sha1="86bdd68b75865a4cd53350bcf4665713a5d8b760"/>
+       </game>
+       <game name="NBA 2K2 (USA)">
+               <category>Games</category>
+               <description>NBA 2K2 (USA)</description>
+               <rom name="NBA 2K2 (USA).iso" size="1459978240" crc="099a0fc4" md5="f4a5df3326e5b394184cf721e2b88237" sha1="b642ae6ad49f9f929d4ac910010d4c8f7ef5cb8f"/>
+       </game>
+       <game name="NFL Street (USA)">
+               <category>Games</category>
+               <description>NFL Street (USA)</description>
+               <rom name="NFL Street (USA).iso" size="1459978240" crc="1864e9ac" md5="78a89ed4baf2602feff65b61b63b2134" sha1="813c4511ba3135059a13de424555647e8252254b"/>
+       </game>
+       <game name="NHL 06 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>NHL 06 (USA) (En,Fr)</description>
+               <rom name="NHL 06 (USA) (En,Fr).iso" size="1459978240" crc="5687bfe7" md5="3b4142b89e66342de6f42c0712a9aff5" sha1="769a9b052634554e251f7d7cd7d1a0847a5321da"/>
+       </game>
+       <game name="Power Rangers - Dino Thunder (USA)">
+               <category>Games</category>
+               <description>Power Rangers - Dino Thunder (USA)</description>
+               <rom name="Power Rangers - Dino Thunder (USA).iso" size="1459978240" crc="e8dac398" md5="0825b00a5e7aaac9466676cd465b626c" sha1="9533b10de33c8f0b9462055a693819e685aefe62"/>
+       </game>
+       <game name="Reign of Fire (USA)">
+               <category>Games</category>
+               <description>Reign of Fire (USA)</description>
+               <rom name="Reign of Fire (USA).iso" size="1459978240" crc="d4e87138" md5="daff86cd5da46786b570e12d5dc58d7e" sha1="cdae55f1529cd452ad87e3c2c68ff90639c21031"/>
+       </game>
+       <game name="Shrek Extra Large (USA)">
+               <category>Games</category>
+               <description>Shrek Extra Large (USA)</description>
+               <rom name="Shrek Extra Large (USA).iso" size="1459978240" crc="f2b6e2c1" md5="10b1b5ea73da563f92dd7104182f4c5d" sha1="2f963e775c29100fcd6eb9533d3bad1ed7d1fd3d"/>
+       </game>
+       <game name="Speed Kings (USA)">
+               <category>Games</category>
+               <description>Speed Kings (USA)</description>
+               <rom name="Speed Kings (USA).iso" size="1459978240" crc="390b126b" md5="5bba141dcecf34e8891322b91d6bd377" sha1="8b62dd419db34744c92b0aff498825080fcc8a75"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA).iso" size="1459978240" crc="85535b74" md5="715464b04132ce5567802f64ad6d3aef" sha1="29a6725e503a992f8050b94b20baab03282e3ce1"/>
+       </game>
+       <game name="Spyro - A Hero's Tail (USA)">
+               <category>Games</category>
+               <description>Spyro - A Hero's Tail (USA)</description>
+               <rom name="Spyro - A Hero's Tail (USA).iso" size="1459978240" crc="57708149" md5="dad9e57a1da344a7354a4b3276558eb1" sha1="718bd74c1345f23ebfeeff2f527d7dfb007fc531"/>
+       </game>
+       <game name="Summoner - A Goddess Reborn (USA)">
+               <category>Games</category>
+               <description>Summoner - A Goddess Reborn (USA)</description>
+               <rom name="Summoner - A Goddess Reborn (USA).iso" size="1459978240" crc="72b8b6f4" md5="8067dc66f5da7126a7777c1a3beb616e" sha1="8bcd66fa68b87e8ea28c6909508f3d378911969a"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles (USA)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles (USA)</description>
+               <rom name="Teenage Mutant Ninja Turtles (USA).iso" size="1459978240" crc="c87e442a" md5="08ec942b06ab6cdefad9b7ad6ccbc64a" sha1="0a6b662897e9162faf6a94eae574382ebeb5d338"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 06 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 06 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 06 (USA).iso" size="1459978240" crc="9fc02c26" md5="89215c25d3bb7521eec659a37d337cd0" sha1="af75850bbfaea2ff371f27ea8870b9083750f7c2"/>
+       </game>
+       <game name="Virtua Quest (USA)">
+               <category>Games</category>
+               <description>Virtua Quest (USA)</description>
+               <rom name="Virtua Quest (USA).iso" size="1459978240" crc="95c68988" md5="86f5d3dcdbb5b6bf0f97f5e06e1335ed" sha1="aac4b3be734d295397eacf80d69da1f82def2f3e"/>
+       </game>
+       <game name="WWE Day of Reckoning (USA)">
+               <category>Games</category>
+               <description>WWE Day of Reckoning (USA)</description>
+               <rom name="WWE Day of Reckoning (USA).iso" size="1459978240" crc="5a944fd2" md5="509b1a90c4ba801ad609f957cbe03e64" sha1="eaefe9d80198b598cba19a3a13edf2d9d3cce7ce"/>
+       </game>
+       <game name="Buffy the Vampire Slayer - Chaos Bleeds (USA)">
+               <category>Games</category>
+               <description>Buffy the Vampire Slayer - Chaos Bleeds (USA)</description>
+               <rom name="Buffy the Vampire Slayer - Chaos Bleeds (USA).iso" size="1459978240" crc="e81553bd" md5="20968e92927def53807faa3c0a4403a6" sha1="45aa604f6e212e0e1d128a92511165acbbbefa5e"/>
+       </game>
+       <game name="Bionicle (USA)">
+               <category>Games</category>
+               <description>Bionicle (USA)</description>
+               <rom name="Bionicle (USA).iso" size="1459978240" crc="3a2944d5" md5="07c9f2080508231eb8b3a4a37aec7034" sha1="d5f1153a2f83160e44ebc98497f4bdc11de623b2"/>
+       </game>
+       <game name="Bionicle Heroes (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Bionicle Heroes (USA) (Rev 1)</description>
+               <rom name="Bionicle Heroes (USA) (Rev 1).iso" size="1459978240" crc="a9ad9601" md5="86d7098e6710963aba2cd80ef3ee307f" sha1="a4244a958c65ae826ee37d6d7f9a3840f1c78fc4"/>
+       </game>
+       <game name="Bratz - Rock Angelz (USA)">
+               <category>Games</category>
+               <description>Bratz - Rock Angelz (USA)</description>
+               <rom name="Bratz - Rock Angelz (USA).iso" size="1459978240" crc="defe192a" md5="e1f4cc3696bcd96d682134bec9510d9b" sha1="b4cd5496e03b14a05c4fe6f15e73347a5a3aa96f"/>
+       </game>
+       <game name="Carmen Sandiego - The Secret of the Stolen Drums (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Carmen Sandiego - The Secret of the Stolen Drums (USA) (En,Fr)</description>
+               <rom name="Carmen Sandiego - The Secret of the Stolen Drums (USA) (En,Fr).iso" size="1459978240" crc="ee1dab3f" md5="bfa572af12c904844d39cb89564a1d26" sha1="ef9c30f14ce455507c1789a980d711d592c89499"/>
+       </game>
+       <game name="Charlie's Angels (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Charlie's Angels (USA) (En,Fr)</description>
+               <rom name="Charlie's Angels (USA) (En,Fr).iso" size="1459978240" crc="e51aa467" md5="e1983338ce204342f602b2e5dc4c7978" sha1="f0a34263015fa73d22a96a4bac75aa88b4dcc7de"/>
+       </game>
+       <game name="Fairly OddParents, The - Shadow Showdown (USA)">
+               <category>Games</category>
+               <description>Fairly OddParents, The - Shadow Showdown (USA)</description>
+               <rom name="Fairly OddParents, The - Shadow Showdown (USA).iso" size="1459978240" crc="97194e38" md5="949e22308c8d269245f1fc66076fbeea" sha1="6db97025f9d7aad45b9ceb8049cdfb93895e9358"/>
+       </game>
+       <game name="Freekstyle (USA)">
+               <category>Games</category>
+               <description>Freekstyle (USA)</description>
+               <rom name="Freekstyle (USA).iso" size="1459978240" crc="63737d85" md5="d3de22d5dc572c6c60eb654827d90822" sha1="97c6a9911a5a2cb7b6c9adde4bbc4804bb1136a2"/>
+       </game>
+       <game name="Harry Potter and the Sorcerer's Stone (USA) (En,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Harry Potter and the Sorcerer's Stone (USA) (En,Es) (Rev 1)</description>
+               <rom name="Harry Potter and the Sorcerer's Stone (USA) (En,Es) (Rev 1).iso" size="1459978240" crc="3d08dd19" md5="047000888da263ff4485a6756671204f" sha1="e6c71386f53430080b8622d3efd7641c0af3f4b5"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Legend (USA)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Legend (USA)</description>
+               <rom name="Lara Croft Tomb Raider - Legend (USA).iso" size="1459978240" crc="a5f49142" md5="a34832c3f04682c9c8b18a0e94aef28b" sha1="70554803a2230589e42415aaf0025733977ffc63"/>
+       </game>
+       <game name="DreamWorks Madagascar (USA) (Rev 1)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (USA) (Rev 1)</description>
+               <rom name="DreamWorks Madagascar (USA) (Rev 1).iso" size="1459978240" crc="dec444a2" md5="16326b19640fc05c795c0a03956b0993" sha1="22b1d89787c64f867916dc25eba13c67ac0574e0"/>
+       </game>
+       <game name="Mark Davis Pro Bass Challenge (USA)">
+               <category>Games</category>
+               <description>Mark Davis Pro Bass Challenge (USA)</description>
+               <rom name="Mark Davis Pro Bass Challenge (USA).iso" size="1459978240" crc="89bc8c9f" md5="73cee4f4d72e45048cb8cbee3dcfae17" sha1="f573b62d9592fe43ffcd1466647a4450ee16baad"/>
+       </game>
+       <game name="Medabots Infinity (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Medabots Infinity (USA) (Rev 1)</description>
+               <rom name="Medabots Infinity (USA) (Rev 1).iso" size="1459978240" crc="257d7250" md5="36f8606d222e614dab20d2286184dc6d" sha1="c415d73345c7063bf0c96da27cf2ff5965845c77"/>
+       </game>
+       <game name="NHL 2004 (USA)">
+               <category>Games</category>
+               <description>NHL 2004 (USA)</description>
+               <rom name="NHL 2004 (USA).iso" size="1459978240" crc="f5946439" md5="61aa515d14b56254634ea4722abd7e83" sha1="8228dac2a526910aca0c2c2667f9287d7f6ffe4f"/>
+       </game>
+       <game name="Open Season (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Open Season (USA) (En,Fr,Es)</description>
+               <rom name="Open Season (USA) (En,Fr,Es).iso" size="1459978240" crc="59d09ea9" md5="1b6080380144f968e2b36990a0a46d23" sha1="61e04f1dbfea8c34024638bbfda544b50abe33fe"/>
+       </game>
+       <game name="Pinball Hall of Fame - The Gottlieb Collection (USA)">
+               <category>Games</category>
+               <description>Pinball Hall of Fame - The Gottlieb Collection (USA)</description>
+               <rom name="Pinball Hall of Fame - The Gottlieb Collection (USA).iso" size="1459978240" crc="aa588203" md5="5dbd5ef2b1c70dfae4bb82055ee83200" sha1="b9d482889c6e517fc6e1a4ef5fac357743707cdb"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (USA)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (USA)</description>
+               <rom name="Pitfall - The Lost Expedition (USA).iso" size="1459978240" crc="a692d9d0" md5="ad35176fc7a9fad11c38ec68ddcbb621" sha1="3a8c29744092a119828e449d289f9ef7b76a5260"/>
+       </game>
+       <game name="Nickelodeon Rugrats - Royal Ransom (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Rugrats - Royal Ransom (USA)</description>
+               <rom name="Nickelodeon Rugrats - Royal Ransom (USA).iso" size="1459978240" crc="118a3804" md5="257cef6900c7c886a9617c3521247507" sha1="cf3d3d7da44623546a45605a47712af8262f880a"/>
+       </game>
+       <game name="Samurai Jack - The Shadow of Aku (USA)">
+               <category>Games</category>
+               <description>Samurai Jack - The Shadow of Aku (USA)</description>
+               <rom name="Samurai Jack - The Shadow of Aku (USA).iso" size="1459978240" crc="7dac3582" md5="c2a43d76d4d8b3beeb604d74e5458a66" sha1="77df2a14e2c8b3d9973e1ba16cb4c48ec1df8c0b"/>
+       </game>
+       <game name="Scooby-Doo! Mystery Mayhem (USA)">
+               <category>Games</category>
+               <description>Scooby-Doo! Mystery Mayhem (USA)</description>
+               <rom name="Scooby-Doo! Mystery Mayhem (USA).iso" size="1459978240" crc="fbec80e6" md5="1a04ff3ddd293329ccba164a99d29da7" sha1="4aee03668f2e2e15c46dd5c342205658cf1633cf"/>
+       </game>
+       <game name="Scooby-Doo! Night of 100 Frights (USA)">
+               <category>Games</category>
+               <description>Scooby-Doo! Night of 100 Frights (USA)</description>
+               <rom name="Scooby-Doo! Night of 100 Frights (USA).iso" size="1459978240" crc="9aea6fc1" md5="6f078c687c81e26b8e81127ba4b747ba" sha1="2b79163f69aebe0307fff934f765407fed3de1d7"/>
+       </game>
+       <game name="Scooby-Doo! Unmasked (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Scooby-Doo! Unmasked (USA) (En,Fr)</description>
+               <rom name="Scooby-Doo! Unmasked (USA) (En,Fr).iso" size="1459978240" crc="7a5a6f45" md5="d51dda17ebb0725db3f962ee4b4dd560" sha1="55e89686d8606b09a6dbc1eca92a2c53dd6939b0"/>
+       </game>
+       <game name="DreamWorks Shark Tale (USA)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale (USA)</description>
+               <rom name="DreamWorks Shark Tale (USA).iso" size="1459978240" crc="968600d1" md5="e0d52f0670ae6b800dc522a8d66c097d" sha1="fc1eceb0161cfedd5693dc063090315ccd9e3bbf"/>
+       </game>
+       <game name="SRS - Street Racing Syndicate (USA)">
+               <category>Games</category>
+               <description>SRS - Street Racing Syndicate (USA)</description>
+               <rom name="SRS - Street Racing Syndicate (USA).iso" size="1459978240" crc="718f9112" md5="548dda53207aff4f16b1942ad62fe812" sha1="51f51587bf1ba669cb0745501f3e2395fb80cb4a"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon 2 (USA) (En,Fr,Es)</description>
+               <rom name="Tom Clancy's Ghost Recon 2 (USA) (En,Fr,Es).iso" size="1459978240" crc="eb315761" md5="839f98843558879b748e9f00b06bb93a" sha1="61e2dada41ebc40263e4b4b73ca375e09c8ff4ab"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six - Lockdown (USA)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six - Lockdown (USA)</description>
+               <rom name="Tom Clancy's Rainbow Six - Lockdown (USA).iso" size="1459978240" crc="5609a8e7" md5="8f82f3e14e9866d2889e91e2d1e26aeb" sha1="3a1f8fe4ec5e98f11df1f6e0d0c7d98d9cabfd6a"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 1)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 1)</description>
+               <rom name="Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 1).iso" size="1459978240" crc="ab312170" md5="d2ff2c7ae7af806ceb63b0b52cf16296" sha1="f9d005fab7970e5d8ff09ecde8be089919f90093"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 2)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 2)</description>
+               <rom name="Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 2).iso" size="1459978240" crc="f4b4a0f2" md5="4fe5fcdcbd423d45e754c2e8627104ec" sha1="3d6c017f014ff933c37a39f2734647d3768b0c30"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 1)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 1)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 1).iso" size="1459978240" crc="1a31ba3d" md5="d5929781448ec137c7bcb9cb24de7d2d" sha1="b818d5009fbde1ddaaf5bba302ba1cf4c7132887"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 2)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 2)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 2).iso" size="1459978240" crc="77ce66b9" md5="8c55fdc926634ee9864c503a13dfbacd" sha1="38190b1efc9158a5f18eb1ffefa86517959ec6bc"/>
+       </game>
+       <game name="Tube Slider - The Championship of Future Formula (USA)">
+               <category>Games</category>
+               <description>Tube Slider - The Championship of Future Formula (USA)</description>
+               <rom name="Tube Slider - The Championship of Future Formula (USA).iso" size="1459978240" crc="0d764212" md5="17487d338dc398b7445e63e1f9b94015" sha1="aa394b7038c264b031e70f46c6360ce7928ff760"/>
+       </game>
+       <game name="Turok - Evolution (USA)">
+               <category>Games</category>
+               <description>Turok - Evolution (USA)</description>
+               <rom name="Turok - Evolution (USA).iso" size="1459978240" crc="3b09f9ed" md5="faed7e27740270e4184c97018b2c8b36" sha1="080da776fce1e3d2f0c5091675a6cd5dc226c05b"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger 2 - Bush Rescue (USA)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger 2 - Bush Rescue (USA)</description>
+               <rom name="Ty the Tasmanian Tiger 2 - Bush Rescue (USA).iso" size="1459978240" crc="228c96be" md5="1ebafa9484da7438da17401c526de12e" sha1="ecd85c6a6bdf4898b892625ac23a22edf8c62eec"/>
+       </game>
+       <game name="X-Men - The Official Game (USA)">
+               <category>Games</category>
+               <description>X-Men - The Official Game (USA)</description>
+               <rom name="X-Men - The Official Game (USA).iso" size="1459978240" crc="5be81aad" md5="f79a3dd407014b11f686c94f22b1b3e2" sha1="a52beec479dbd3fe09f016b0cd36ca6f48746325"/>
+       </game>
+       <game name="X-Men Legends II - Rise of Apocalypse (USA)">
+               <category>Games</category>
+               <description>X-Men Legends II - Rise of Apocalypse (USA)</description>
+               <rom name="X-Men Legends II - Rise of Apocalypse (USA).iso" size="1459978240" crc="00734c55" md5="b7b01496bf643bd150ce05e6a4786317" sha1="caa5ce2f109f308b8a13e9d7b42a74307fa63fd5"/>
+       </game>
+       <game name="Army Men - RTS (USA)">
+               <category>Games</category>
+               <description>Army Men - RTS (USA)</description>
+               <rom name="Army Men - RTS (USA).iso" size="1459978240" crc="98867ba8" md5="a6f0efcd45f9f1350ec6ec363e6bb9e9" sha1="6a17e1535a4a40d84f7737bcad4fa5599a1f3a14"/>
+       </game>
+       <game name="Army Men - Sarge's War (USA)">
+               <category>Games</category>
+               <description>Army Men - Sarge's War (USA)</description>
+               <rom name="Army Men - Sarge's War (USA).iso" size="1459978240" crc="378153a0" md5="0bbaacfcdd866b0eaef401e03f77a11a" sha1="21ab1185a4dec9c40e1999500ed9bca7d99eddb3"/>
+       </game>
+       <game name="Backyard Baseball (USA)">
+               <category>Games</category>
+               <description>Backyard Baseball (USA)</description>
+               <rom name="Backyard Baseball (USA).iso" size="1459978240" crc="252d25ea" md5="ee9a820d440b0317144dc36ee86ac4fa" sha1="25477c45eef85de8058635353c74f829512e2826"/>
+       </game>
+       <game name="Bratz - Forever Diamondz (USA)">
+               <category>Games</category>
+               <description>Bratz - Forever Diamondz (USA)</description>
+               <rom name="Bratz - Forever Diamondz (USA).iso" size="1459978240" crc="d6452c30" md5="fb8238ac0b6574bf30d0c3346269151a" sha1="1482917a868d7e65e981dabf4802cd6bad5efec9"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (USA)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (USA)</description>
+               <rom name="Call of Duty 2 - Big Red One (USA).iso" size="1459978240" crc="f6c12c86" md5="13422f77d3e88287471c8935127823ba" sha1="168feed4c8baaccdc21bf5362a46cb49498f1f64"/>
+       </game>
+       <game name="Chaos Field (USA)">
+               <category>Games</category>
+               <description>Chaos Field (USA)</description>
+               <rom name="Chaos Field (USA).iso" size="1459978240" crc="00a68227" md5="4d1ef4fa47842ec159ffd37b956e0172" sha1="b982918918f8d08f945e3bdedea0d3a96bd18ef6"/>
+       </game>
+       <game name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA)">
+               <category>Games</category>
+               <description>Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA)</description>
+               <rom name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA).iso" size="1459978240" crc="1b596fbd" md5="9fc82976f0071f81fa0af5d4e6423add" sha1="023adc8434b3c2b763bc04c1566cb7b40b1cd762"/>
+       </game>
+       <game name="Dakar 2 (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dakar 2 (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Dakar 2 (USA) (En,Fr,De,Es,It).iso" size="1459978240" crc="fd421f87" md5="b603f891b9601b1e09e359919595a679" sha1="d87edcb7e85eb7c2e068f3fca99fcafd1486288c"/>
+       </game>
+       <game name="Disney's Tarzan - Untamed (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney's Tarzan - Untamed (USA) (En,Fr)</description>
+               <rom name="Disney's Tarzan - Untamed (USA) (En,Fr).iso" size="1459978240" crc="ef54571a" md5="b39c6f3e9c0613b3de67344e98a820be" sha1="df981e1ccb8fe6bde8991817dbfda4e788e7e8ee"/>
+       </game>
+       <game name="ESPN International Winter Sports 2002 (USA)">
+               <category>Games</category>
+               <description>ESPN International Winter Sports 2002 (USA)</description>
+               <rom name="ESPN International Winter Sports 2002 (USA).iso" size="1459978240" crc="6f3bc227" md5="165bc0683c3bb5044016f149dc17b23a" sha1="22a9dd9b0480e9926b488dd98f3d0b7ec9aaac61"/>
+       </game>
+       <game name="Fairly OddParents, The - Breakin' da Rules (USA)">
+               <category>Games</category>
+               <description>Fairly OddParents, The - Breakin' da Rules (USA)</description>
+               <rom name="Fairly OddParents, The - Breakin' da Rules (USA).iso" size="1459978240" crc="2f1368f6" md5="b5052ea184d3b725473e503b66d485ea" sha1="2b5591f7dce9950e635b49c17dd8b2e9ae5edcf2"/>
+       </game>
+       <game name="Fantastic 4 (USA)">
+               <category>Games</category>
+               <description>Fantastic 4 (USA)</description>
+               <rom name="Fantastic 4 (USA).iso" size="1459978240" crc="68ae5965" md5="eea5a284c44699068824b60882768c5e" sha1="c8e2fbdd6cee241a1847bb64f572af85759848b0"/>
+       </game>
+       <game name="Battalion Wars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Battalion Wars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Battalion Wars (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="8910ab71" md5="fb021b57319ae96b77d01787acedb640" sha1="c7e459d64ec1defb329894ab1dd65336b1aee6e0"/>
+       </game>
+       <game name="Grim Adventures of Billy &amp; Mandy, The (USA)">
+               <category>Games</category>
+               <description>Grim Adventures of Billy &amp; Mandy, The (USA)</description>
+               <rom name="Grim Adventures of Billy &amp; Mandy, The (USA).iso" size="1459978240" crc="7540bd03" md5="4a1d6c9ac138932e5a6486f49297a007" sha1="6011cd05f76f3f9bf5dc4af76a671f2f7630e995"/>
+       </game>
+       <game name="Happy Feet (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Happy Feet (USA) (En,Fr)</description>
+               <rom name="Happy Feet (USA) (En,Fr).iso" size="1459978240" crc="3c4be722" md5="d036e1820b9ec692c1040b045db78c73" sha1="aeac0856b5c32a4e85d7014392b276d80eedc532"/>
+       </game>
+       <game name="Hulk (USA)">
+               <category>Games</category>
+               <description>Hulk (USA)</description>
+               <rom name="Hulk (USA).iso" size="1459978240" crc="451cf050" md5="1fb6ed9b459e647447bb4d9374c9fedf" sha1="aa586a0a4c3d0179c80fe637e3ea56a6a53b4e78"/>
+       </game>
+       <game name="Ice Age 2 - The Meltdown (USA)">
+               <category>Games</category>
+               <description>Ice Age 2 - The Meltdown (USA)</description>
+               <rom name="Ice Age 2 - The Meltdown (USA).iso" size="1459978240" crc="ffa77e19" md5="abe55d7ec7d4817d181b92fce1143367" sha1="c20363438297ef040e8c64b2740e213feee69375"/>
+       </game>
+       <game name="Karaoke Revolution Party (USA)">
+               <category>Games</category>
+               <description>Karaoke Revolution Party (USA)</description>
+               <rom name="Karaoke Revolution Party (USA).iso" size="1459978240" crc="af292ddc" md5="044d5336d7d473c7582e712412c95535" sha1="dd955e2c5e594749d4406f080a6e95aae6cbd6f5"/>
+       </game>
+       <game name="Legend of Spyro, The - A New Beginning (USA)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - A New Beginning (USA)</description>
+               <rom name="Legend of Spyro, The - A New Beginning (USA).iso" size="1459978240" crc="8b1a3dff" md5="652a91ff450633d2e1fd2eb7bfdd3571" sha1="1e7668425fcae4f1bf184ac1a42e47e3bc24ddc3"/>
+       </game>
+       <game name="LEGO Star Wars - The Video Game (USA)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Video Game (USA)</description>
+               <rom name="LEGO Star Wars - The Video Game (USA).iso" size="1459978240" crc="8416d40e" md5="f7383a85d57345468d360cb68ebd4a88" sha1="28a61c8be3404941e734899d8faec38616207f7a"/>
+       </game>
+       <game name="LEGO Star Wars II - The Original Trilogy (USA)">
+               <category>Games</category>
+               <description>LEGO Star Wars II - The Original Trilogy (USA)</description>
+               <rom name="LEGO Star Wars II - The Original Trilogy (USA).iso" size="1459978240" crc="cea162cd" md5="12be79c1b0b1c16a8239cc428328b61d" sha1="c05b3c23a9836f1b5ae48e113e6749f9a1588012"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (USA)">
+               <category>Games</category>
+               <description>Metal Arms - Glitch in the System (USA)</description>
+               <rom name="Metal Arms - Glitch in the System (USA).iso" size="1459978240" crc="239a5474" md5="c0127b69963591edcac97437bc407272" sha1="b73ead2e11f5d6ec80c5270855b0e57f96a63455"/>
+       </game>
+       <game name="MLB SlugFest 2004 (USA)">
+               <category>Games</category>
+               <description>MLB SlugFest 2004 (USA)</description>
+               <rom name="MLB SlugFest 2004 (USA).iso" size="1459978240" crc="71c33ab7" md5="7fcf6fcc9c71bb5dc8ea4e6f31469abd" sha1="f1422f2bb4f39eac915bf4411b99dedb3b8176a3"/>
+       </game>
+       <game name="Mortal Kombat - Deception (USA)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deception (USA)</description>
+               <rom name="Mortal Kombat - Deception (USA).iso" size="1459978240" crc="aa45d0b6" md5="bdef32ed1dcb85bc6da370fa5c2d949d" sha1="489c6b57b70390933dff7d8d9d12424f58a8f821"/>
+       </game>
+       <game name="NFL Blitz 2002 (USA)">
+               <category>Games</category>
+               <description>NFL Blitz 2002 (USA)</description>
+               <rom name="NFL Blitz 2002 (USA).iso" size="1459978240" crc="5debb376" md5="d7c60755566e573903891b4adc22a8eb" sha1="adfdde63c00c3973cf6e8a8874355d80bfc42a3a"/>
+       </game>
+       <game name="NHL 2K3 (USA)">
+               <category>Games</category>
+               <description>NHL 2K3 (USA)</description>
+               <rom name="NHL 2K3 (USA).iso" size="1459978240" crc="cb7879b1" md5="00931b098c8bdfccb014c54f5c4d7bc4" sha1="a447a503a5da759e037b42c75e03ec2005dfca42"/>
+       </game>
+       <game name="Powerpuff Girls, The - Relish Rampage - Pickled Edition (USA)">
+               <category>Games</category>
+               <description>Powerpuff Girls, The - Relish Rampage - Pickled Edition (USA)</description>
+               <rom name="Powerpuff Girls, The - Relish Rampage - Pickled Edition (USA).iso" size="1459978240" crc="bf42cbfa" md5="6629910122450bd7953936122ea92711" sha1="9a2cc7d03b35bb12e7a1628f7b154baae1eeedcf"/>
+       </game>
+       <game name="Super Monkey Ball Adventure (USA)">
+               <category>Games</category>
+               <description>Super Monkey Ball Adventure (USA)</description>
+               <rom name="Super Monkey Ball Adventure (USA).iso" size="1459978240" crc="29e4ca79" md5="90322c7821baf92bee9ab54b0a7d8f47" sha1="f93aafe7a0e7f20889087a467673c324a305dc59"/>
+       </game>
+       <game name="Teen Titans (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Teen Titans (USA) (En,Fr)</description>
+               <rom name="Teen Titans (USA) (En,Fr).iso" size="1459978240" crc="5a179dc5" md5="2a5f7650d7026f4c6ef8249caaa3374a" sha1="6f55d82121ad1ecd18050d4210fb7b85083a8c51"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 1)</description>
+               <rom name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 1).iso" size="1459978240" crc="ce63a657" md5="e0f2f0add9bbc2f7277470f6ddf6304e" sha1="388fdbc489d13ae61b4a78003847f19f59a9f92f"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 2)</description>
+               <rom name="Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 2).iso" size="1459978240" crc="f9948b84" md5="3c9e9444ab263f618c5262c4897e719d" sha1="8e06ada1faa70da671a16e6878be6cf1ab3a5929"/>
+       </game>
+       <game name="Terminator 3 - The Redemption (USA)">
+               <category>Games</category>
+               <description>Terminator 3 - The Redemption (USA)</description>
+               <rom name="Terminator 3 - The Redemption (USA).iso" size="1459978240" crc="20c05d5e" md5="57cbc56c20c1c832856eebcf3291522d" sha1="2b4a50f3a9b4259e88dda6947e97772d128f8b00"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (USA)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 (USA)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (USA).iso" size="1459978240" crc="aafa9da8" md5="3fc75e64761569b55d4a500424bde572" sha1="2fe964566b77aa12c75e43f1b72e7ab8bce56205"/>
+       </game>
+       <game name="Tony Hawk's Underground 2 (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Underground 2 (USA)</description>
+               <rom name="Tony Hawk's Underground 2 (USA).iso" size="1459978240" crc="cca24ad9" md5="1f857954e3cf9787ba4c65ebfef23e2a" sha1="06af37a69dd220012b6738e171c7562eabeb76a2"/>
+       </game>
+       <game name="Ultimate Muscle - Legends vs. New Generation (USA)">
+               <category>Games</category>
+               <description>Ultimate Muscle - Legends vs. New Generation (USA)</description>
+               <rom name="Ultimate Muscle - Legends vs. New Generation (USA).iso" size="1459978240" crc="2f93164c" md5="15c0d6d46e293b6eb8a2a543add8f81a" sha1="10b9d5fa0f9d6b4d1707ff0e311783542ccc20d2"/>
+       </game>
+       <game name="Rampage - Total Destruction (USA)">
+               <category>Games</category>
+               <description>Rampage - Total Destruction (USA)</description>
+               <rom name="Rampage - Total Destruction (USA).iso" size="1459978240" crc="98c550d1" md5="51167bb3cecea86d774678f2761eb441" sha1="5dc1854e99026e20fe7f0f126d45e987cd744832"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger - Night of the Quinkan (USA)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger - Night of the Quinkan (USA)</description>
+               <rom name="Ty the Tasmanian Tiger - Night of the Quinkan (USA).iso" size="1459978240" crc="0580f689" md5="96b98555222f5450579af11d89a1ce3b" sha1="34c4809c04868086d75c89ba2e1554a5163db85c"/>
+       </game>
+       <game name="Bust-A-Move 3000 (USA)">
+               <category>Games</category>
+               <description>Bust-A-Move 3000 (USA)</description>
+               <rom name="Bust-A-Move 3000 (USA).iso" size="1459978240" crc="a612cb3c" md5="8174224176d43215b856d5282193fdc5" sha1="c110a0cd14273ebc986525fbef2b0de96b0a2c6d"/>
+       </game>
+       <game name="RoadKill (USA)">
+               <category>Games</category>
+               <description>RoadKill (USA)</description>
+               <rom name="RoadKill (USA).iso" size="1459978240" crc="097f4736" md5="cc7dac0c9c33410d81fc9ffa0c7a54ab" sha1="2539b58572a3bb38433b7a2a9e53808787ffcc4a"/>
+       </game>
+       <game name="Beach Spikers - Virtua Beach Volleyball (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Beach Spikers - Virtua Beach Volleyball (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Beach Spikers - Virtua Beach Volleyball (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="35d1d351" md5="75591d7514b72276a32f4a0faa424f32" sha1="35e7b5edd64196dc84b9e39bcde8a9d9f39b6fa8"/>
+       </game>
+       <game name="Chibi-Robo! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Chibi-Robo! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Chibi-Robo! (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="88080c8f" md5="3491a233b72d2e5ebc1fa34d37ce84cf" sha1="f321aa7fb1ae5101ec60f1bbca8184898142135a"/>
+       </game>
+       <game name="Crazy Taxi (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Crazy Taxi (Europe) (En,Fr,De,Es)</description>
+               <rom name="Crazy Taxi (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="7f951e48" md5="4d9fc7779be8376688476bac503ef3e0" sha1="d477f678567e5f4b5197d5d74c9922a994441938"/>
+       </game>
+       <game name="Donkey Konga 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Donkey Konga 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Donkey Konga 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="17badc37" md5="0a7615a21f204628ad30c6b6f9a7242d" sha1="e353032678e2583bd8fc80b1a2960e6d40737d3c"/>
+       </game>
+       <game name="Harvest Moon - A Wonderful Life (Europe)">
+               <category>Games</category>
+               <description>Harvest Moon - A Wonderful Life (Europe)</description>
+               <rom name="Harvest Moon - A Wonderful Life (Europe).iso" size="1459978240" crc="877aeb09" md5="9e9b1d087aef6e2993c7bbd9e7b2fcc9" sha1="d7678741a5f42db157b0ca2087ad38fb33f11c64"/>
+       </game>
+       <game name="R-Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>R-Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="R-Racing (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="cff4d68a" md5="664039ddb018164fdbc6ba190a85c020" sha1="f2088d61a683569281bc2374db6a6733ddb4340b"/>
+       </game>
+       <game name="Legend of Zelda, The - Four Swords Adventures (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Four Swords Adventures (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of Zelda, The - Four Swords Adventures (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="d99f34e4" md5="a8665e36c64c2369628aabef6b268c42" sha1="e9842565f6f39a321f28f56e621a0b6de58bc960"/>
+       </game>
+       <game name="Pac-Man Vs. (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pac-Man Vs. (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pac-Man Vs. (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="46748a09" md5="a475bacb0b67f832f65b7f6e6325ed97" sha1="5b7ef96bc41af75388a06adc21f713cfd2a19abb"/>
+       </game>
+       <game name="Pikmin 2 (Japan)">
+               <category>Games</category>
+               <description>Pikmin 2 (Japan)</description>
+               <rom name="Pikmin 2 (Japan).iso" size="1459978240" crc="157317e3" md5="4276b6a56cc117d2f6ac711a542ea415" sha1="c34ad9436df91b5c22e1f48273651bf2a58e56c0"/>
+       </game>
+       <game name="Kidou Senshi Gundam - Senshitachi no Kiseki (Japan)">
+               <category>Games</category>
+               <description>Kidou Senshi Gundam - Senshitachi no Kiseki (Japan)</description>
+               <rom name="Kidou Senshi Gundam - Senshitachi no Kiseki (Japan).iso" size="1459978240" crc="53ed327b" md5="67e92b0f150d1747f70eabb070a9e2ca" sha1="6dbfa755390c3fdf396923aa194cb8edc8f617de"/>
+       </game>
+       <game name="World Soccer Winning Eleven 6 - Final Evolution (Japan)">
+               <category>Games</category>
+               <description>World Soccer Winning Eleven 6 - Final Evolution (Japan)</description>
+               <rom name="World Soccer Winning Eleven 6 - Final Evolution (Japan).iso" size="1459978240" crc="07f76bcc" md5="db339f4d36b698e0c18de99a91c0c165" sha1="4d0a7142474ad5a4d6e7245f252eab308f783fbe"/>
+       </game>
+       <game name="Skies of Arcadia - Legends (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Skies of Arcadia - Legends (Europe) (En,Fr,De,Es)</description>
+               <rom name="Skies of Arcadia - Legends (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="a8e18c76" md5="bd814992f1e39d4147c775ff8b32d022" sha1="30ee1d7777fe51bcd7c4deeb867651d5b6e96e41"/>
+       </game>
+       <game name="Serious Sam - Next Encounter (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Serious Sam - Next Encounter (Europe) (En,Fr,De)</description>
+               <rom name="Serious Sam - Next Encounter (Europe) (En,Fr,De).iso" size="1459978240" crc="37e669a7" md5="82050b101e49e36519d46774f7521672" sha1="70296be19673cc0216f45f6040541a81e507497d"/>
+       </game>
+       <game name="TMNT (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>TMNT (USA) (En,Fr,Es)</description>
+               <rom name="TMNT (USA) (En,Fr,Es).iso" size="1459978240" crc="9f10edbc" md5="c42b49bd54bf0f0195e6cc2241d8dfeb" sha1="590f408297cc12b46528a12c7b6b8ea9a439bfdd"/>
+       </game>
+       <game name="Shonen Jump's One Piece - Grand Adventure (USA)">
+               <category>Games</category>
+               <description>Shonen Jump's One Piece - Grand Adventure (USA)</description>
+               <rom name="Shonen Jump's One Piece - Grand Adventure (USA).iso" size="1459978240" crc="af0fbd81" md5="5903bdd79d8bf683fa49e9c10f532f9c" sha1="4113a4cfe208d4b3e27fd679ee7a2a482c8d3569"/>
+       </game>
+       <game name="Tetris Worlds (Japan)">
+               <category>Games</category>
+               <description>Tetris Worlds (Japan)</description>
+               <rom name="Tetris Worlds (Japan).iso" size="1459978240" crc="eea0418f" md5="fd93fb175d2b285952eb2df0896dac0c" sha1="a0fb02bdad87bc304e2bec5f17671b1f1c1bfbf9"/>
+       </game>
+       <game name="Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan) (Rev 1)</description>
+               <rom name="Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan) (Rev 1).iso" size="1459978240" crc="86db9a9f" md5="aceab25b950148e8593b0663508d069e" sha1="8a4bfc55596bf8279913b9c37e6b608c0e385206"/>
+       </game>
+       <game name="Super Mario Strikers (Japan)">
+               <category>Games</category>
+               <description>Super Mario Strikers (Japan)</description>
+               <rom name="Super Mario Strikers (Japan).iso" size="1459978240" crc="1737fce3" md5="c299463a1db65e7aa29aaeecf203e808" sha1="0e5e42b290b254ebf134edf3bc145b9c386da7d7"/>
+       </game>
+       <game name="Mario Tennis GC (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Tennis GC (Japan) (Rev 1)</description>
+               <rom name="Mario Tennis GC (Japan) (Rev 1).iso" size="1459978240" crc="9264a2ec" md5="60a52be1d4d5fadc3838d73d6de200f5" sha1="2f3cb98096f1ae09eb88e5f2874ce00ccbdb64df"/>
+       </game>
+       <game name="One Piece - Grand Battle! Rush (Japan)">
+               <category>Games</category>
+               <description>One Piece - Grand Battle! Rush (Japan)</description>
+               <rom name="One Piece - Grand Battle! Rush (Japan).iso" size="1459978240" crc="6aae2dfb" md5="8409358fd01657ee5bb9d8e9a46fab56" sha1="06d781ecd8632f56ac62834b67c40069763d24e2"/>
+       </game>
+       <game name="Odama (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Odama (Japan) (Rev 1)</description>
+               <rom name="Odama (Japan) (Rev 1).iso" size="1459978240" crc="e90214a2" md5="0e15f80a6409b292b2aec19ac70e01b5" sha1="f2d7e61e83097de275e098dc04efa70d8af8575e"/>
+       </game>
+       <game name="Sonic Riders (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Riders (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Riders (Japan) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="24529150" md5="7eb29658744208dd505227bd8d3d6126" sha1="bf5f67e9c820913fd811980ef1183c55a9a3386f"/>
+       </game>
+       <game name="GT Cube (Japan)">
+               <category>Games</category>
+               <description>GT Cube (Japan)</description>
+               <rom name="GT Cube (Japan).iso" size="1459978240" crc="9d548e41" md5="c597b036def037e7f35013aa50ffcaea" sha1="49e6a3ca391ae5870171f50c08be0df4985e7522"/>
+       </game>
+       <game name="Killer7 (Japan) (Disc 1) (Rev 2)">
+               <category>Games</category>
+               <description>Killer7 (Japan) (Disc 1) (Rev 2)</description>
+               <rom name="Killer7 (Japan) (Disc 1) (Rev 2).iso" size="1459978240" crc="f5b8313f" md5="705faf2118e0f456ae7866024577a7f3" sha1="75480f110b642ccc469914528edaf762161d5717"/>
+       </game>
+       <game name="Killer7 (Japan) (Disc 2) (Rev 2)">
+               <category>Games</category>
+               <description>Killer7 (Japan) (Disc 2) (Rev 2)</description>
+               <rom name="Killer7 (Japan) (Disc 2) (Rev 2).iso" size="1459978240" crc="d24ac1b5" md5="c6efb28197fa52eb76d3ba877770f63b" sha1="19daec84a3ded20ff3e9aa8abd05d9278ead6719"/>
+       </game>
+       <game name="Hudson Selection Vol. 1 - Cubic Lode Runner (Japan)">
+               <category>Games</category>
+               <description>Hudson Selection Vol. 1 - Cubic Lode Runner (Japan)</description>
+               <rom name="Hudson Selection Vol. 1 - Cubic Lode Runner (Japan).iso" size="1459978240" crc="e887ef9b" md5="78d6ed41213baa582be1f925bf9a8966" sha1="e8324e9717833e77732c1f8b158997db16dd5cbd"/>
+       </game>
+       <game name="Ultimate Spider-Man (Japan)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (Japan)</description>
+               <rom name="Ultimate Spider-Man (Japan).iso" size="1459978240" crc="36393d7c" md5="b014cd0fd1c6048398667b4ca613520b" sha1="a3f4ed3ba011c6aa66c37fa2d920be28c0d20eb3"/>
+       </game>
+       <game name="Frogger (Japan)">
+               <category>Games</category>
+               <description>Frogger (Japan)</description>
+               <rom name="Frogger (Japan).iso" size="1459978240" crc="d42140e1" md5="ef21cc212ea6e44f5fe442852cd90824" sha1="6b3b04b5fb9dad8c311040d9676a0af4ceff54d4"/>
+       </game>
+       <game name="Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan)">
+               <category>Games</category>
+               <description>Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan)</description>
+               <rom name="Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan).iso" size="1459978240" crc="b7f7e3bc" md5="e334ce5c62b0809d965cd6db2c17f40f" sha1="25379d1db72e11b7764dc7a2e6dcab4a633a3780"/>
+       </game>
+       <game name="Crash Bandicoot - Gatchanko World (Japan)">
+               <category>Games</category>
+               <description>Crash Bandicoot - Gatchanko World (Japan)</description>
+               <rom name="Crash Bandicoot - Gatchanko World (Japan).iso" size="1459978240" crc="b0acbb9d" md5="162e56104302c0a302377754fd30f489" sha1="8e2f3de288c92416601ce8a27e9d085fe1f81bfc"/>
+       </game>
+       <game name="Mario Party 4 (Japan)">
+               <category>Games</category>
+               <description>Mario Party 4 (Japan)</description>
+               <rom name="Mario Party 4 (Japan).iso" size="1459978240" crc="2bf0295a" md5="1cacd8b53f6fd030c78e716834c049c3" sha1="00a6ab6f61ef8a721bc88a493129d7c29ac7add2"/>
+       </game>
+       <game name="Mario Party 5 (Japan)">
+               <category>Games</category>
+               <description>Mario Party 5 (Japan)</description>
+               <rom name="Mario Party 5 (Japan).iso" size="1459978240" crc="2f14b6ee" md5="556bea088a1072502121bfe6d883ad0c" sha1="933dc62c964212e7e40c630a522f1267d60753cf"/>
+       </game>
+       <game name="Mario Party 6 (Japan)">
+               <category>Games</category>
+               <description>Mario Party 6 (Japan)</description>
+               <rom name="Mario Party 6 (Japan).iso" size="1459978240" crc="0fadba1e" md5="5faebc5e4ecd1813a51ca1c843615b45" sha1="a4f2af3e1b874e570902c8ea555b0cdfdd30e1be"/>
+       </game>
+       <game name="Mario Party 7 (Japan)">
+               <category>Games</category>
+               <description>Mario Party 7 (Japan)</description>
+               <rom name="Mario Party 7 (Japan).iso" size="1459978240" crc="78c91bb8" md5="ee9f181b20a8c1f79d70b109d4372367" sha1="7b92e85a9d643970a7bde46224f9fd2c813d4094"/>
+       </game>
+       <game name="007 - Everything or Nothing (Europe) (En,It,Nl,Sv)">
+               <category>Games</category>
+               <description>007 - Everything or Nothing (Europe) (En,It,Nl,Sv)</description>
+               <rom name="007 - Everything or Nothing (Europe) (En,It,Nl,Sv).iso" size="1459978240" crc="f0356f22" md5="69789ca120bb6951bddbdb857d65e723" sha1="9830e960506ade0cec2fda35b215308b3af60f72"/>
+       </game>
+       <game name="Puyo Pop Fever (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Puyo Pop Fever (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Puyo Pop Fever (USA) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="e3b99e37" md5="8bb0e238c43b19f3d16aa6427aaf8631" sha1="54ae83c0e261450ebc5e89c671924ac3b42f301d"/>
+       </game>
+       <game name="Black &amp; Bruised (USA)">
+               <category>Games</category>
+               <description>Black &amp; Bruised (USA)</description>
+               <rom name="Black &amp; Bruised (USA).iso" size="1459978240" crc="73c2bbb8" md5="7dfacd44a49258043bd7a30359f3986c" sha1="df0c2be013b42a784bd69c9c99903e5f52e20ff2"/>
+       </game>
+       <game name="Big Air Freestyle (USA)">
+               <category>Games</category>
+               <description>Big Air Freestyle (USA)</description>
+               <rom name="Big Air Freestyle (USA).iso" size="1459978240" crc="3fbefc7c" md5="6831e6539172b69d14f27fc6f11f9516" sha1="ca599cd060f88500753a2424a5ec33e21838898e"/>
+       </game>
+       <game name="Ace Golf (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Ace Golf (Europe) (En,Fr)</description>
+               <rom name="Ace Golf (Europe) (En,Fr).iso" size="1459978240" crc="c4e54bee" md5="e8a77e4c9c3a935c564d2a0399d34f5a" sha1="7c2529a724489d2643dbef3b3b356303e2e2089a"/>
+       </game>
+       <game name="Italian Job, The (USA)">
+               <category>Games</category>
+               <description>Italian Job, The (USA)</description>
+               <rom name="Italian Job, The (USA).iso" size="1459978240" crc="7f6469ab" md5="e8bac2fd2e6da9eb244bdd591b8ef32a" sha1="bf1fdef7d2b04ce849765448ec4f78da2afe11a6"/>
+       </game>
+       <game name="Spartan - Total Warrior (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Spartan - Total Warrior (Europe) (En,Es,It)</description>
+               <rom name="Spartan - Total Warrior (Europe) (En,Es,It).iso" size="1459978240" crc="5bf65abe" md5="ce5c331cea9cd294ab8952a7c4b57720" sha1="fd2d0c6704ed750e6ffd2ad4fbf12ee20be3748a"/>
+       </game>
+       <game name="Super Monkey Ball (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Monkey Ball (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Monkey Ball (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="8b7a5754" md5="5cf514fe9e3d1b0d601c1189af1b844f" sha1="f0e74c7671d023df285bd143690d94a2f4e168ae"/>
+       </game>
+       <game name="Tales of Symphonia (Europe) (Disc 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Europe) (Disc 1)</description>
+               <rom name="Tales of Symphonia (Europe) (Disc 1).iso" size="1459978240" crc="6ba54b37" md5="a797655b74d8218d5f0c8229f393ab60" sha1="7d8f0e31d7226f70b0810622e8a455c4e4fc6a2a"/>
+       </game>
+       <game name="Tales of Symphonia (Europe) (Disc 2)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Europe) (Disc 2)</description>
+               <rom name="Tales of Symphonia (Europe) (Disc 2).iso" size="1459978240" crc="7690fdda" md5="ee81ac0afdca6d3930cad14370cbea75" sha1="74636b61d1ee02e46b8e927265ee5329a4860990"/>
+       </game>
+       <game name="Disney Sports - Soccer (USA)">
+               <category>Games</category>
+               <description>Disney Sports - Soccer (USA)</description>
+               <rom name="Disney Sports - Soccer (USA).iso" size="1459978240" crc="16be950f" md5="f4fc53df07e411ec7ad0b8a8fa972949" sha1="622833775231b615aed19c4d7589aff5c8081631"/>
+       </game>
+       <game name="Army Men - Air Combat - The Elite Missions (USA)">
+               <category>Games</category>
+               <description>Army Men - Air Combat - The Elite Missions (USA)</description>
+               <rom name="Army Men - Air Combat - The Elite Missions (USA).iso" size="1459978240" crc="c7bdbcba" md5="1502e3b63cb7a71528c9b56244fff21c" sha1="1fadea0db0547efe014d4dd8030afd32b7230b1c"/>
+       </game>
+       <game name="Gladius (USA)">
+               <category>Games</category>
+               <description>Gladius (USA)</description>
+               <rom name="Gladius (USA).iso" size="1459978240" crc="fb5f6c4f" md5="a78d6e1c9de69886ce827ad2a7507339" sha1="e1d0ff67c91a5243b2fea6f288dc883b451ec238"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (USA)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (USA)</description>
+               <rom name="FIFA World Cup Germany 2006 (USA).iso" size="1459978240" crc="89b553bf" md5="164d1527b93dad57252c61fa77f17c27" sha1="5a5ffb1ff4c170de89e988a430dcd55b0011a474"/>
+       </game>
+       <game name="All-Star Baseball 2004 featuring Derek Jeter (USA)">
+               <category>Games</category>
+               <description>All-Star Baseball 2004 featuring Derek Jeter (USA)</description>
+               <rom name="All-Star Baseball 2004 featuring Derek Jeter (USA).iso" size="1459978240" crc="5dd1cbe5" md5="befeee719d51a63b88afcfede9e5d9cc" sha1="72130d8dfba37ef562ea758bab5a55420e3858f8"/>
+       </game>
+       <game name="Turok - Evolution (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Turok - Evolution (Europe) (En,Fr,Es,It)</description>
+               <rom name="Turok - Evolution (Europe) (En,Fr,Es,It).iso" size="1459978240" crc="bd21b185" md5="538048a82c03bd6f8e00440e9beb851c" sha1="550c2a589df8a2b6b290c4c1de5fcaa018a35007"/>
+       </game>
+       <game name="Viewtiful Joe 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Viewtiful Joe 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Viewtiful Joe 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="937045a1" md5="135ce44a440289e9a8ba6e06500615fe" sha1="a87e88afe94e133ef2ff774b6679232b0cb19cb5"/>
+       </game>
+       <game name="Wreckless - The Yakuza Missions (Europe, Australia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Wreckless - The Yakuza Missions (Europe, Australia) (En,Fr,De)</description>
+               <rom name="Wreckless - The Yakuza Missions (Europe, Australia) (En,Fr,De).iso" size="1459978240" crc="547d483f" md5="6f9aeab14c90bb0dc26207b938ca3636" sha1="213b6a6a6af56885ea6ad5eb2bd11bf8de54c6fb"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Pandora Tomorrow (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Pandora Tomorrow (USA) (Rev 1)</description>
+               <rom name="Tom Clancy's Splinter Cell - Pandora Tomorrow (USA) (Rev 1).iso" size="1459978240" crc="c6d5fe92" md5="31aaed3da0f5ca647fdcfc417b3d10e8" sha1="288a4ca97feed1ec3e30961e281abefabfd8d33c"/>
+       </game>
+       <game name="Biohazard Zero - Trial Edition (Japan) (Jitsuen-you Sample)">
+               <category>Demos</category>
+               <description>Biohazard Zero - Trial Edition (Japan) (Jitsuen-you Sample)</description>
+               <rom name="Biohazard Zero - Trial Edition (Japan) (Jitsuen-you Sample).iso" size="1459978240" crc="c089501e" md5="c899ff60d41eaa5acc3e79d95264ae19" sha1="4bdeef939026e8eef36802703c29b5f77281a18c"/>
+       </game>
+       <game name="Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="f3eb5044" md5="fadea1a87a38bbfabbe0ad0333de2a6d" sha1="48e9f5473b9878079a2b1ce96b2d3a599c4e4bca"/>
+       </game>
+       <game name="Resident Evil 4 (Australia) (En,Fr,De,Es,It) (Bonus Disc)">
+               <category>Demos</category>
+               <description>Resident Evil 4 (Australia) (En,Fr,De,Es,It) (Bonus Disc)</description>
+               <rom name="Resident Evil 4 (Australia) (En,Fr,De,Es,It) (Bonus Disc).iso" size="1459978240" crc="1d369cda" md5="beb62bbbca5ac0b2bd558a6b3b6ece88" sha1="5773c5c824384619991776e617e86f00b1396505"/>
+       </game>
+       <game name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Australia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Australia) (En,Fr,De)</description>
+               <rom name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Australia) (En,Fr,De).iso" size="1459978240" crc="2de26446" md5="57ba9619faf904125e3bae8cf2f7950a" sha1="81290c365052a85ce7f078c8419b6872029a838c"/>
+       </game>
+       <game name="Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="b30a2bad" md5="a1ce51bc67b68cd7264e9c13ed3f4c16" sha1="1d9387eef888176eb42e12b4e1b85dde1a0c1d95"/>
+       </game>
+       <game name="Summoner - A Goddess Reborn (Europe)">
+               <category>Games</category>
+               <description>Summoner - A Goddess Reborn (Europe)</description>
+               <rom name="Summoner - A Goddess Reborn (Europe).iso" size="1459978240" crc="f4b5818e" md5="56be1ff99350a84fe52476e8704e8fab" sha1="f8ec66bafb880d5d34c09e7d78e0e52a964a71c7"/>
+       </game>
+       <game name="Ice Age 2 - The Meltdown (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Ice Age 2 - The Meltdown (Europe) (En,Fr,De)</description>
+               <rom name="Ice Age 2 - The Meltdown (Europe) (En,Fr,De).iso" size="1459978240" crc="a7e661da" md5="e446973ca12a66f54f5cc2fd5299811e" sha1="1402cf45209ae18bfc609dcec05574670ee78e5f"/>
+       </game>
+       <game name="Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="bccfe680" md5="1c7cf73f219cb287f9f7cc3ce5f6b261" sha1="85c3d36a29177d5862facc2b90749234600f1a97"/>
+       </game>
+       <game name="Tony Hawk's Underground (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tony Hawk's Underground (Europe) (En,Fr,De)</description>
+               <rom name="Tony Hawk's Underground (Europe) (En,Fr,De).iso" size="1459978240" crc="bdf95da4" md5="c4d092c25a5575a2f2f5763717648662" sha1="d9f4259fda2fd32162bb6efe4cff8a27592d3842"/>
+       </game>
+       <game name="Tony Hawk's Underground 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tony Hawk's Underground 2 (Europe) (En,Fr,De)</description>
+               <rom name="Tony Hawk's Underground 2 (Europe) (En,Fr,De).iso" size="1459978240" crc="34a3fe67" md5="e692ebf948e5fa2d1f7a62679ef35076" sha1="1fc26664fa960d0751e708d7e2a7d17b83aed3a6"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (Europe, Australia)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (Europe, Australia)</description>
+               <rom name="Need for Speed - Underground 2 (Europe, Australia).iso" size="1459978240" crc="1d8ab780" md5="308b4bad57a4666d2597a6b4e0e85722" sha1="bc13ffbdc8558c3172f2fb7c29a24d9615016cf5"/>
+       </game>
+       <game name="Madden NFL 07 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 07 (USA)</description>
+               <rom name="Madden NFL 07 (USA).iso" size="1459978240" crc="43560925" md5="6a0422b8a999b93e2b207eeeca2128d4" sha1="8d7f6c7504c3d305fca696e1d505d0a4d3adbd6a"/>
+       </game>
+       <game name="Peter Jackson's King Kong - The Official Game of the Movie (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Peter Jackson's King Kong - The Official Game of the Movie (USA) (En,Fr,Es)</description>
+               <rom name="Peter Jackson's King Kong - The Official Game of the Movie (USA) (En,Fr,Es).iso" size="1459978240" crc="eeffa5eb" md5="8ac57d2645ed752a491bd9f88703d394" sha1="1db20e6c9cd7a238e3d13d5726c342b6c4ca7cea"/>
+       </game>
+       <game name="Auto Modellista (USA)">
+               <category>Games</category>
+               <description>Auto Modellista (USA)</description>
+               <rom name="Auto Modellista (USA).iso" size="1459978240" crc="ab80ecfb" md5="15c01fd233fb32e0ccf147c4214f9699" sha1="800b74412f60939c2d93d7f1ce679cd3da068e55"/>
+       </game>
+       <game name="Animaniacs - The Great Edgar Hunt (USA)">
+               <category>Games</category>
+               <description>Animaniacs - The Great Edgar Hunt (USA)</description>
+               <rom name="Animaniacs - The Great Edgar Hunt (USA).iso" size="1459978240" crc="efa60854" md5="a3de47f3c1a2c373fa3e94f62acd489c" sha1="b21bf13c0d297ab350edbdc80d682e054328a743"/>
+       </game>
+       <game name="American Chopper 2 - Full Throttle (USA)">
+               <category>Games</category>
+               <description>American Chopper 2 - Full Throttle (USA)</description>
+               <rom name="American Chopper 2 - Full Throttle (USA).iso" size="1459978240" crc="569086d0" md5="4dbc387a9e22db502be5792625d7d070" sha1="a56283207bf046faf262afee1278605834329390"/>
+       </game>
+       <game name="Evolution Skateboarding (USA)">
+               <category>Games</category>
+               <description>Evolution Skateboarding (USA)</description>
+               <rom name="Evolution Skateboarding (USA).iso" size="1459978240" crc="46e6e286" md5="6b955e15e65a77c77a4065fcb0ebeb7f" sha1="a52b2af80da62c02062b36609e2694080564920d"/>
+       </game>
+       <game name="Kelly Slater's Pro Surfer (USA)">
+               <category>Games</category>
+               <description>Kelly Slater's Pro Surfer (USA)</description>
+               <rom name="Kelly Slater's Pro Surfer (USA).iso" size="1459978240" crc="3ee8a0da" md5="aa7bb7d8426832d25712a62a098ab485" sha1="fe8b890354a796ceae9efd8316706ccc65e41861"/>
+       </game>
+       <game name="SSX on Tour (Europe)">
+               <category>Games</category>
+               <description>SSX on Tour (Europe)</description>
+               <rom name="SSX on Tour (Europe).iso" size="1459978240" crc="d8e0133a" md5="733ddb87d8c86f1b85d54286757ae9f7" sha1="f6f62212eea172243f7247db390ae64e2a545299"/>
+       </game>
+       <game name="Biohazard (Japan) (Tokubetsuban)">
+               <category>Demos</category>
+               <description>Biohazard (Japan) (Tokubetsuban)</description>
+               <rom name="Biohazard (Japan) (Tokubetsuban).iso" size="1459978240" crc="4435e4bf" md5="7515a6cb0f3655f151b4ed23d21194be" sha1="efcc1c75562854d4768e2bc94d83efef5fb13f6b"/>
+       </game>
+       <game name="Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="b1c3b03c" md5="f007472216f3cc10ab68d991f441216c" sha1="7c6f74d45918d45b76bc5d9bcc7b40ae075d8cf5"/>
+       </game>
+       <game name="Judge Dredd - Dredd vs. Death (USA)">
+               <category>Games</category>
+               <description>Judge Dredd - Dredd vs. Death (USA)</description>
+               <rom name="Judge Dredd - Dredd vs. Death (USA).iso" size="1459978240" crc="19fa8d6c" md5="4b78c00906e4b782c336810166663e9a" sha1="c2ae432c60734c5961dd5b2573ff3d56d4ffac15"/>
+       </game>
+       <game name="Mission - Impossible - Operation Surma (USA)">
+               <category>Games</category>
+               <description>Mission - Impossible - Operation Surma (USA)</description>
+               <rom name="Mission - Impossible - Operation Surma (USA).iso" size="1459978240" crc="5595d6bb" md5="a467e35791894810d26fedf562a42c43" sha1="93bb0d0f8cecb8ef6d9b8971a4ce8fc0be8454e8"/>
+       </game>
+       <game name="Wreckless - The Yakuza Missions (USA)">
+               <category>Games</category>
+               <description>Wreckless - The Yakuza Missions (USA)</description>
+               <rom name="Wreckless - The Yakuza Missions (USA).iso" size="1459978240" crc="31501d9a" md5="925956b9633047c34dc04e74c63f052a" sha1="2787081ddd05fe5311a8be988a2972a20542b992"/>
+       </game>
+       <game name="City Racer (USA)">
+               <category>Games</category>
+               <description>City Racer (USA)</description>
+               <rom name="City Racer (USA).iso" size="1459978240" crc="bcf7b772" md5="be7305194ab6e833288ab58d9c06f35b" sha1="2a496fc130c0c60c91eef18e69b5699113621bc5"/>
+       </game>
+       <game name="TransWorld Surf - Next Wave (USA)">
+               <category>Games</category>
+               <description>TransWorld Surf - Next Wave (USA)</description>
+               <rom name="TransWorld Surf - Next Wave (USA).iso" size="1459978240" crc="3cb7dde8" md5="1f29e5a7c273edf66f00359d85887fc3" sha1="ea8850975b69a5f766337f6ed8caa4d4c373e0a2"/>
+       </game>
+       <game name="Evolution Snowboarding (USA)">
+               <category>Games</category>
+               <description>Evolution Snowboarding (USA)</description>
+               <rom name="Evolution Snowboarding (USA).iso" size="1459978240" crc="a18d2b49" md5="0f613a77d9132ab61fd017a39a5649e6" sha1="3e6dc183cb2bb248e443f15b14eacb1d174016a0"/>
+       </game>
+       <game name="Dinotopia - The Sunstone Odyssey (USA)">
+               <category>Games</category>
+               <description>Dinotopia - The Sunstone Odyssey (USA)</description>
+               <rom name="Dinotopia - The Sunstone Odyssey (USA).iso" size="1459978240" crc="17330304" md5="d3b8c6582b460581feee3e2f21cc09ef" sha1="b0f4fd932099853b7e831227954ea1787f027be4"/>
+       </game>
+       <game name="Burnout (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Burnout (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Burnout (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="34fe6355" md5="939360f9a439d6e66d378c97bae206af" sha1="5da12787062af526f2a0e888809af06582933da9"/>
+       </game>
+       <game name="Donkey Konga (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Donkey Konga (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Donkey Konga (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="16342fb3" md5="7d302c00610d347b56cd4ac7d0a03c48" sha1="bf94c187ad0a57d4339885e218a302365d4a453a"/>
+       </game>
+       <game name="Star Wars - Bounty Hunter (Europe)">
+               <category>Games</category>
+               <description>Star Wars - Bounty Hunter (Europe)</description>
+               <rom name="Star Wars - Bounty Hunter (Europe).iso" size="1459978240" crc="3a77a561" md5="0c13af64ecacefcb40064b18e3124af8" sha1="4ead5aa31ef0120b7ee74353a957cdc6d421f0b3"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (Europe)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (Europe)</description>
+               <rom name="Star Wars - The Clone Wars (Europe).iso" size="1459978240" crc="5350b404" md5="dd55d3ead90afe85f63b8c40fe8761bb" sha1="f79a0f6ae48b210bf5d5e5c6a2a6e9b18042c33f"/>
+       </game>
+       <game name="Mario Golf - Toadstool Tour (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Golf - Toadstool Tour (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Golf - Toadstool Tour (Europe, Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="126a6db1" md5="a7506d6a7e7cfbda7ee81c0482c4834b" sha1="1ccdbc6c4f3f62e6c36de3e042126b4a234d6bcf"/>
+       </game>
+       <game name="Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="17e54b61" md5="c1c89efb6bcffe0386dd724a5a884a21" sha1="26dcc735470ca663e9e28d3a984eb7a07b7cf657"/>
+       </game>
+       <game name="Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7337e8c2" md5="f00fd89b8c855535d26c595865a1ba35" sha1="b32fd1c7ad23559d6878ca757b850d92987c1b32"/>
+       </game>
+       <game name="Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="c27a3cac" md5="45bf89bc3455c84c6eb54fbb41ad5287" sha1="8dcbe1de97db28b6392454c140093ccac34f875c"/>
+       </game>
+       <game name="Sonic Mega Collection (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Mega Collection (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sonic Mega Collection (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="9aa972fc" md5="0261d1b772152f35123cb6b5651c454f" sha1="2e52b2d8c11a67ccef8fde6c00a9ce91aebe34a7"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="54ca6364" md5="4e2e2806303314bda2cd989a86358653" sha1="f3134c1238fe86f343d2e8ac992d4e2f8ac09294"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - September 2002 (Australia) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - September 2002 (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - September 2002 (Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="25fcca0f" md5="7ba2fb437b1682b3ab4b90a6c316e2ba" sha1="694b8b2849a02b4da7b262b988b42f5a8eda5668"/>
+       </game>
+       <game name="Animal Crossing (Australia)">
+               <category>Games</category>
+               <description>Animal Crossing (Australia)</description>
+               <rom name="Animal Crossing (Australia).iso" size="1459978240" crc="06caa2ee" md5="d59b1c438b21970446102a19f1e0e861" sha1="9c50eb2182812e2dadfd47309764e59aaa76d485"/>
+       </game>
+       <game name="Judge Dredd - Dredd vs. Death (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Judge Dredd - Dredd vs. Death (Europe) (En,Fr)</description>
+               <rom name="Judge Dredd - Dredd vs. Death (Europe) (En,Fr).iso" size="1459978240" crc="39d04d0a" md5="082fa5b1e84068f6fa256f11e60431e9" sha1="df842d2aea6b4a047917c8e2cb3b726959502a7f"/>
+       </game>
+       <game name="Peter Jackson's King Kong - The Official Game of the Movie (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Peter Jackson's King Kong - The Official Game of the Movie (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Peter Jackson's King Kong - The Official Game of the Movie (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="1459978240" crc="974eaebf" md5="7552639b78544caff01d5690f5945a52" sha1="e49408083fa13aeb8834fbafba599a7f8951e288"/>
+       </game>
+       <game name="Mario Party 5 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Party 5 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Party 5 (Europe, Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="afc58f78" md5="661634c2817e65cfa257796e3fb5f7c2" sha1="705d833bc2ee1200dc5f426b3c1e36b4264e90e2"/>
+       </game>
+       <game name="XIII (Europe)">
+               <category>Games</category>
+               <description>XIII (Europe)</description>
+               <rom name="XIII (Europe).iso" size="1459978240" crc="8fe48666" md5="9d4c9624a295faa79aff14759514a030" sha1="81764e0786262ef03f78b3a18bceb9ceb8421b2d"/>
+       </game>
+       <game name="Pokemon Channel (Australia)">
+               <category>Games</category>
+               <description>Pokemon Channel (Australia)</description>
+               <rom name="Pokemon Channel (Australia).iso" size="1459978240" crc="bbda6e33" md5="b8458021c748c1462302e053ef5b202d" sha1="71b4703d8f5fcf72d75cd70e5e3ae94f134b6f7f"/>
+       </game>
+       <game name="Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (Europe)</description>
+               <rom name="Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (Europe).iso" size="1459978240" crc="ee46773d" md5="28b5c7152cddd8a572058d55ecf9459c" sha1="e54a16d80d6b1dcbaf77619151cf472b3245347a"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 3 (Europe)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 3 (Europe)</description>
+               <rom name="Tony Hawk's Pro Skater 3 (Europe).iso" size="1459978240" crc="ac6b9437" md5="ae72f487bd9f0593810195f6834156bf" sha1="860039f6fefe683a1cef237b585f9f0ea04eb259"/>
+       </game>
+       <game name="Pro Rally 2002 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pro Rally 2002 (USA) (En,Fr,Es)</description>
+               <rom name="Pro Rally 2002 (USA) (En,Fr,Es).iso" size="1459978240" crc="9d11e4f0" md5="af3e4ffac4c1e4b71e081af42c452ee3" sha1="4ab92ac9dbd32ecbb71d60633b3e36bceba1f287"/>
+       </game>
+       <game name="Frogger - Ancient Shadow (USA) (En,Es)">
+               <category>Games</category>
+               <description>Frogger - Ancient Shadow (USA) (En,Es)</description>
+               <rom name="Frogger - Ancient Shadow (USA) (En,Es).iso" size="1459978240" crc="232ffdd4" md5="e5efb0529b5daa067bae5e024aa5f857" sha1="550da76aea8fb869751e164fb4a3d38f80728761"/>
+       </game>
+       <game name="Jeremy McGrath Supercross World (USA)">
+               <category>Games</category>
+               <description>Jeremy McGrath Supercross World (USA)</description>
+               <rom name="Jeremy McGrath Supercross World (USA).iso" size="1459978240" crc="0a74f23a" md5="c38826d6ce5d8858f1b7db2fe5dcc9a6" sha1="0d0edfab5bcb738c66117c38eef613c99b90e091"/>
+       </game>
+       <game name="Incredible Hulk, The - Ultimate Destruction (USA)">
+               <category>Games</category>
+               <description>Incredible Hulk, The - Ultimate Destruction (USA)</description>
+               <rom name="Incredible Hulk, The - Ultimate Destruction (USA).iso" size="1459978240" crc="88186314" md5="0098a2aa4913fd9a7091dc4f5879101d" sha1="e182e97b4d73a2407ed41e1b895ca2254a9e3a93"/>
+       </game>
+       <game name="Gun (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Gun (Europe) (En,Fr,Es,It)</description>
+               <rom name="Gun (Europe) (En,Fr,Es,It).iso" size="1459978240" crc="aa652d0d" md5="fa092e0701f2c02bca4d614ee74e073b" sha1="cd3674a6537b4f50cbbc4533e354288c7ae11318"/>
+       </game>
+       <game name="FIFA 07 (Europe)">
+               <category>Games</category>
+               <description>FIFA 07 (Europe)</description>
+               <rom name="FIFA 07 (Europe).iso" size="1459978240" crc="3a7fb361" md5="92ecbc7822ea771d09b1885e22c7252e" sha1="4d569e248ad1c77f3019a0d8137918386fdf38a7"/>
+       </game>
+       <game name="Spider-Man (Europe)">
+               <category>Games</category>
+               <description>Spider-Man (Europe)</description>
+               <rom name="Spider-Man (Europe).iso" size="1459978240" crc="f517d49e" md5="03bd5fc248b055381580912cdb076e7a" sha1="182e90fd881e056b5860fafab8db0ab6073cc106"/>
+       </game>
+       <game name="Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (Europe)</description>
+               <rom name="Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (Europe).iso" size="1459978240" crc="fc40d4c4" md5="c2595a8a0d347d2cdea219b3c3121604" sha1="c7e695c833fc05b6af8f2554f7b4b9aca8e6cad7"/>
+       </game>
+       <game name="Eggo Mania (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Eggo Mania (Europe) (En,Fr,De)</description>
+               <rom name="Eggo Mania (Europe) (En,Fr,De).iso" size="1459978240" crc="df626911" md5="2778e6decba24f5b14468088c751dc6b" sha1="c11b60a9e33245e367ee7ba6fb858a8b22a14ede"/>
+       </game>
+       <game name="DreamWorks Over the Hedge (USA)">
+               <category>Games</category>
+               <description>DreamWorks Over the Hedge (USA)</description>
+               <rom name="DreamWorks Over the Hedge (USA).iso" size="1459978240" crc="e13de317" md5="a877e9b332dd19ac48e13f465740c595" sha1="86d88cf36a749443415e3a4e2efcca3cfb6b0202"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It)</description>
+               <rom name="Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It).iso" size="1459978240" crc="40c8b0a6" md5="14b186c3cb5224527e15ae5b7344ab11" sha1="c249b5c55365eccc55c841243d901f3a6e8446d8"/>
+       </game>
+       <game name="Rave Master (USA)">
+               <category>Games</category>
+               <description>Rave Master (USA)</description>
+               <rom name="Rave Master (USA).iso" size="1459978240" crc="fa90d92a" md5="f37d9954250469e99d1a74fbf5f5972b" sha1="cf4cb064cf7588a0d16b96fe12dcd301e9193dd4"/>
+       </game>
+       <game name="Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Bonus Disc)">
+               <category>Demos</category>
+               <description>Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Bonus Disc)</description>
+               <rom name="Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Bonus Disc).iso" size="1459978240" crc="99b43c29" md5="982a363f1edc388d8dd5e78b0393bb62" sha1="54c84c6d2f394ab423b65de00dd5fb8dd8800467"/>
+       </game>
+       <game name="Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="18960ecf" md5="290d0b60e8b4d53a05c478d91a3ccda2" sha1="c9b85d4d14317f8bc101d74a0021d49886e42a69"/>
+       </game>
+       <game name="Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="f7d97a76" md5="7b6c469694e9bb14effec5d0017e08dd" sha1="c77316a9132a735108096f55194d16450498a193"/>
+       </game>
+       <game name="Big Air Freestyle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Air Freestyle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Big Air Freestyle (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="aca384d7" md5="ce0b08bf8a0f0a820ab8c86d67460f46" sha1="0a3ebf69a680f8cbddbe26e06087494739a7500c"/>
+       </game>
+       <game name="Crash Nitro Kart (Europe)">
+               <category>Games</category>
+               <description>Crash Nitro Kart (Europe)</description>
+               <rom name="Crash Nitro Kart (Europe).iso" size="1459978240" crc="0c6080c9" md5="e6495b2dc4bca6170d20892b694deb6a" sha1="274161fa8ee1313283815603d1783c0638aa4089"/>
+       </game>
+       <game name="Dragon Ball Z - Sagas (USA)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Sagas (USA)</description>
+               <rom name="Dragon Ball Z - Sagas (USA).iso" size="1459978240" crc="5e44abc8" md5="2e92b08b0db17a913de953d9c4a44cd9" sha1="d76a242214895baf91bb1e694d3c2d9a9675a243"/>
+       </game>
+       <game name="LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da)">
+               <category>Games</category>
+               <description>LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da)</description>
+               <rom name="LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da).iso" size="1459978240" crc="fe39cc58" md5="ccfec9c72124de261da72fd61d3aac19" sha1="229c1048dd45d547da7289a0ac9cd385fb69c196"/>
+       </game>
+       <game name="Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="148178ed" md5="40c3d26290293ee0b37a5b2edce01b08" sha1="145bab33f2582ab0e39be7d3b09efdc9f089903b"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (USA)</description>
+               <rom name="Disney-Pixar Ratatouille (USA).iso" size="1459978240" crc="b8fc1dd1" md5="f4eb6225f2bbd2664321e646a1351144" sha1="37e41a67a74a1043c72dd2138fe3ba14ffc6f3e1"/>
+       </game>
+       <game name="Kirby Air Ride (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Kirby Air Ride (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Kirby Air Ride (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="fb84bfc5" md5="6732cefabda3b8c8c590a2157ed2e45b" sha1="ccdc2ba3675a8b738d7fdc3b34cf0b0d5f3a11db"/>
+       </game>
+       <game name="Vexx (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Vexx (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Vexx (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="140f8abb" md5="1fed1adf1a9918ec4f38856216c71188" sha1="35f69444fd214b865752a7f8fa7dd351f24fc773"/>
+       </game>
+       <game name="Fight Night Round 2 (USA)">
+               <category>Games</category>
+               <description>Fight Night Round 2 (USA)</description>
+               <rom name="Fight Night Round 2 (USA).iso" size="1459978240" crc="87e690e3" md5="1f6264dabc522271dbc5e3cd5fb6593b" sha1="2ce875dd5b19150b4de35e41d3631a72f50c9f0d"/>
+       </game>
+       <game name="Biohazard 4 (Japan) (En,Ja) (Taikenban)">
+               <category>Demos</category>
+               <description>Biohazard 4 (Japan) (En,Ja) (Taikenban)</description>
+               <rom name="Biohazard 4 (Japan) (En,Ja) (Taikenban).iso" size="1459978240" crc="496e2b76" md5="a3fba779dbc1e2dca59b92a12d391c6b" sha1="6e6e7661443141150526bdbe95cfc710301f172a"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2 (USA)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2 (USA)</description>
+               <rom name="Cabela's Dangerous Hunts 2 (USA).iso" size="1459978240" crc="f389716c" md5="ae8cb4de019117b8dc760b87c5de92d4" sha1="74dc14c809c5c6f0f2867851afed825c24cee63c"/>
+       </game>
+       <game name="King Arthur (USA)">
+               <category>Games</category>
+               <description>King Arthur (USA)</description>
+               <rom name="King Arthur (USA).iso" size="1459978240" crc="cc22363f" md5="4197c40fe47a3c496fc5fa4a76935943" sha1="6c4429304367afa00fcf30efed047dad78da3e98"/>
+       </game>
+       <game name="Zoids - Battle Legends (USA)">
+               <category>Games</category>
+               <description>Zoids - Battle Legends (USA)</description>
+               <rom name="Zoids - Battle Legends (USA).iso" size="1459978240" crc="0f6ec75e" md5="3eec134fda353eff584085d4f883ff86" sha1="6a53d5a98836a78159d6c9061a096e93a30f79ff"/>
+       </game>
+       <game name="Blowout (USA)">
+               <category>Games</category>
+               <description>Blowout (USA)</description>
+               <rom name="Blowout (USA).iso" size="1459978240" crc="5c683d53" md5="a1e080eff097394e0ecf304f2d6dfff9" sha1="3620b5f5df6634d226968dddf01bae277720181e"/>
+       </game>
+       <game name="Backyard Sports - Baseball 2007 (USA)">
+               <category>Games</category>
+               <description>Backyard Sports - Baseball 2007 (USA)</description>
+               <rom name="Backyard Sports - Baseball 2007 (USA).iso" size="1459978240" crc="81d63aa4" md5="831f0c05a4c42c89147bc8ffc5b7a66d" sha1="4e2a0c9458984d01cbbd41540296236f231ba33b"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 2)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 2)</description>
+               <rom name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 2).iso" size="1459978240" crc="93a6c844" md5="88532ad2719be508171d6ffa3f2703b4" sha1="d5e581c87302dba7518e2a1d95d5107adc5bc62b"/>
+       </game>
+       <game name="Resident Evil 4 (USA) (Preview Disc)">
+               <category>Demos</category>
+               <description>Resident Evil 4 (USA) (Preview Disc)</description>
+               <rom name="Resident Evil 4 (USA) (Preview Disc).iso" size="1459978240" crc="b5612163" md5="a13adfc2b37255389cc4eef8ab45c0da" sha1="ad76df637b4abff2f2db8fb714b9526e9f8b1e8c"/>
+       </game>
+       <game name="Nickelodeon Barnyard (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Barnyard (USA)</description>
+               <rom name="Nickelodeon Barnyard (USA).iso" size="1459978240" crc="6bc16c42" md5="f5cbb6aeed3d53c803445cae124bf165" sha1="a09a38d0ad9a68a52af7474c877c255cf6ece718"/>
+       </game>
+       <game name="Cabela's Outdoor Adventures (USA)">
+               <category>Games</category>
+               <description>Cabela's Outdoor Adventures (USA)</description>
+               <rom name="Cabela's Outdoor Adventures (USA).iso" size="1459978240" crc="4b9e0cb2" md5="f0a7cff7fe5cbfa42b8af2a0f1f88e00" sha1="37a7098d5817df09eae29b2bae3a5c216094f93f"/>
+       </game>
+       <game name="World Series of Poker (USA) (Rev 1)">
+               <category>Games</category>
+               <description>World Series of Poker (USA) (Rev 1)</description>
+               <rom name="World Series of Poker (USA) (Rev 1).iso" size="1459978240" crc="94510ffe" md5="9f8d36a47cbb18ee3c322402ce24cb89" sha1="fb4ca36a6b8259159e9ae66129ef194d5c4dd46a"/>
+       </game>
+       <game name="XGRA - Extreme G Racing Association (USA)">
+               <category>Games</category>
+               <description>XGRA - Extreme G Racing Association (USA)</description>
+               <rom name="XGRA - Extreme G Racing Association (USA).iso" size="1459978240" crc="4228038d" md5="ff403ffb95646f00da9edb4c09aeea58" sha1="4e0856276de302323357633ba2dbaa55b562e934"/>
+       </game>
+       <game name="Zatch Bell! Mamodo Fury (USA)">
+               <category>Games</category>
+               <description>Zatch Bell! Mamodo Fury (USA)</description>
+               <rom name="Zatch Bell! Mamodo Fury (USA).iso" size="1459978240" crc="55deab54" md5="e78705f99f075c1e7f0bcba586952b70" sha1="2ad6103a27e90941b070e3451a2f1c4e3ff1b1f2"/>
+       </game>
+       <game name="Trigger Man (USA)">
+               <category>Games</category>
+               <description>Trigger Man (USA)</description>
+               <rom name="Trigger Man (USA).iso" size="1459978240" crc="a3f6d1d0" md5="045e37639094d46d33e1b4ef2dcf1ffc" sha1="81e37af7a47b71f41fddc29da84cb8a2e65b3ac3"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (USA)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (USA)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (USA).iso" size="1459978240" crc="5dded798" md5="1628c6a7964dca68d42bcac65a9ef446" sha1="247dbd262c1a45c7b03491efefa5812c6ca4aae8"/>
+       </game>
+       <game name="Lost Kingdoms (USA)">
+               <category>Games</category>
+               <description>Lost Kingdoms (USA)</description>
+               <rom name="Lost Kingdoms (USA).iso" size="1459978240" crc="ce6b2479" md5="181d5c18f4325d22148098759ca21b28" sha1="3f300d00816192c2cf25e81bde79efbf320145d8"/>
+       </game>
+       <game name="Disney Sports - Basketball (USA)">
+               <category>Games</category>
+               <description>Disney Sports - Basketball (USA)</description>
+               <rom name="Disney Sports - Basketball (USA).iso" size="1459978240" crc="02407581" md5="7f227d0969b5f5763464a249d6f5029b" sha1="da22ec4b9993ac3bb4c649990bd780c928fec3b7"/>
+       </game>
+       <game name="Disney Sports - Skateboarding (USA)">
+               <category>Games</category>
+               <description>Disney Sports - Skateboarding (USA)</description>
+               <rom name="Disney Sports - Skateboarding (USA).iso" size="1459978240" crc="b769edff" md5="ffdbbb0be4a664d18973f3af9cfa5302" sha1="a09d860f92ec40100ed1bc0c5fd7a7e1218c2bda"/>
+       </game>
+       <game name="Sims, The - Bustin' Out (USA)">
+               <category>Games</category>
+               <description>Sims, The - Bustin' Out (USA)</description>
+               <rom name="Sims, The - Bustin' Out (USA).iso" size="1459978240" crc="6939bbc4" md5="ed9dd7a0bdbb2057a0b3c1b771129769" sha1="59d2a3308ee4c3ef853ffc472e556baf20156f4e"/>
+       </game>
+       <game name="Urbz, The - Sims in the City (USA)">
+               <category>Games</category>
+               <description>Urbz, The - Sims in the City (USA)</description>
+               <rom name="Urbz, The - Sims in the City (USA).iso" size="1459978240" crc="cf228612" md5="769774f4cc8849ad9aee8124db2b02ab" sha1="91c3f970d526c9878cfb8737252d77854fab3536"/>
+       </game>
+       <game name="Second Sight (USA)">
+               <category>Games</category>
+               <description>Second Sight (USA)</description>
+               <rom name="Second Sight (USA).iso" size="1459978240" crc="fe31f0bf" md5="9c14c0e39cdb9166999e49fc1ef44fd8" sha1="0502fc5689cc763de92f216c0e4734598489cccd"/>
+       </game>
+       <game name="Legends of Wrestling II (USA)">
+               <category>Games</category>
+               <description>Legends of Wrestling II (USA)</description>
+               <rom name="Legends of Wrestling II (USA).iso" size="1459978240" crc="c1f26489" md5="0da8e690157c2d2ff3770d1cb93cea89" sha1="4800f338d120e1ecd9cb48a2a295050ebcff887f"/>
+       </game>
+       <game name="Future Tactics - The Uprising (USA)">
+               <category>Games</category>
+               <description>Future Tactics - The Uprising (USA)</description>
+               <rom name="Future Tactics - The Uprising (USA).iso" size="1459978240" crc="0c4d4061" md5="6a77e5d966166316617f0966b8c4b182" sha1="c9d7927051715232445c54eb8638f3a2d59ba93f"/>
+       </game>
+       <game name="Frogger's Adventures - The Rescue (USA)">
+               <category>Games</category>
+               <description>Frogger's Adventures - The Rescue (USA)</description>
+               <rom name="Frogger's Adventures - The Rescue (USA).iso" size="1459978240" crc="72d21a8e" md5="44c22d035c7302e9eeb0349affa6bd2b" sha1="d449a569b1e875b3a20227fcb18431b1bf3fc2dc"/>
+       </game>
+       <game name="Rally Championship (USA)">
+               <category>Games</category>
+               <description>Rally Championship (USA)</description>
+               <rom name="Rally Championship (USA).iso" size="1459978240" crc="df1f2afa" md5="a217cf3d0a44dc2b744567eec5739aaa" sha1="03d957ece6f00dc7970ddfc94903dc8bc58b21d2"/>
+       </game>
+       <game name="Sega Soccer Slam (USA)">
+               <category>Games</category>
+               <description>Sega Soccer Slam (USA)</description>
+               <rom name="Sega Soccer Slam (USA).iso" size="1459978240" crc="887f3876" md5="9c1b0c55e9bd9c69cbb5bc3fc0034d4c" sha1="d00123a8af05123ca03d9341626ff4e4cbeb9aa0"/>
+       </game>
+       <game name="Virtua Striker 2002 (USA)">
+               <category>Games</category>
+               <description>Virtua Striker 2002 (USA)</description>
+               <rom name="Virtua Striker 2002 (USA).iso" size="1459978240" crc="c5e3de37" md5="eaaecc530771a5fd37aa615dafdb834c" sha1="8daa5dceae514426b52d0ddc0e0b106e0a77a029"/>
+       </game>
+       <game name="Crash Tag Team Racing (USA)">
+               <category>Games</category>
+               <description>Crash Tag Team Racing (USA)</description>
+               <rom name="Crash Tag Team Racing (USA).iso" size="1459978240" crc="fb527d10" md5="10932189ae0f98a02e37086b9961589f" sha1="8ae2f09cffdc728709e461a6541594acbf482466"/>
+       </game>
+       <game name="Walt Disney Pictures Presents Meet the Robinsons (USA)">
+               <category>Games</category>
+               <description>Walt Disney Pictures Presents Meet the Robinsons (USA)</description>
+               <rom name="Walt Disney Pictures Presents Meet the Robinsons (USA).iso" size="1459978240" crc="f9986b70" md5="938d0b2f2c46aeb3503a3f78a69c3fea" sha1="0a5b6ed7fc0e2ea441afd0da653e8f8470d15663"/>
+       </game>
+       <game name="Serious Sam - Next Encounter (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Serious Sam - Next Encounter (USA) (Rev 1)</description>
+               <rom name="Serious Sam - Next Encounter (USA) (Rev 1).iso" size="1459978240" crc="2caec8b9" md5="9d8573fdfa6a958f20c98038e80970aa" sha1="0e79448360c80a2105bdf13e4953dfb721ce5931"/>
+       </game>
+       <game name="Superman - Shadow of Apokolips (USA)">
+               <category>Games</category>
+               <description>Superman - Shadow of Apokolips (USA)</description>
+               <rom name="Superman - Shadow of Apokolips (USA).iso" size="1459978240" crc="5b91235c" md5="3c8d06224e42e584465b90ea7bbda090" sha1="291f546cf059f5cddfa3a465a4f6c9ab56360424"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO (USA)">
+               <category>Games</category>
+               <description>Capcom vs. SNK 2 EO (USA)</description>
+               <rom name="Capcom vs. SNK 2 EO (USA).iso" size="1459978240" crc="5f03b7d8" md5="0f153f7d7b97c9df1d4d55a9f70cfde6" sha1="f5ecef62b8a6ed8f76eec3319be7168352c5d5ae"/>
+       </game>
+       <game name="Puyo Pop Fever (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Puyo Pop Fever (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Puyo Pop Fever (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="8fa68fad" md5="a5fba1dd07fea4e5a548185b7fdfd362" sha1="1e5fa60a5cd6e662d8d42ca391917ac9c0bb0052"/>
+       </game>
+       <game name="Tetris Worlds (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Tetris Worlds (Europe) (En,Fr,De)</description>
+               <rom name="Tetris Worlds (Europe) (En,Fr,De).iso" size="1459978240" crc="41d8bffb" md5="2419912f5dbd7c7cfd6c1914fe764e92" sha1="3f0248086bacde63e662c09ad40f75340ccbe857"/>
+       </game>
+       <game name="UFC - Throwdown (USA)">
+               <category>Games</category>
+               <description>UFC - Throwdown (USA)</description>
+               <rom name="UFC - Throwdown (USA).iso" size="1459978240" crc="774ae996" md5="237a4bbea6ed96b4e84998244ad0af96" sha1="af391d624e1bd9659ee2a97f62dce20d6ffd2e20"/>
+       </game>
+       <game name="Smashing Drive (USA)">
+               <category>Games</category>
+               <description>Smashing Drive (USA)</description>
+               <rom name="Smashing Drive (USA).iso" size="1459978240" crc="a25abf5f" md5="b27ae90ff97ad3af42d57dba6408d5dd" sha1="7b8e5c6e668ce8a1b7fa2250d21b0bd539cceee0"/>
+       </game>
+       <game name="Taz - Wanted (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Taz - Wanted (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Taz - Wanted (USA) (En,Fr,De,Es,It).iso" size="1459978240" crc="a6c9c6a1" md5="029dfab32a3e3f360bbb902dcc1f1320" sha1="0a640b9988f16f133a50fd3366ee0f806776a4b8"/>
+       </game>
+       <game name="Hot Wheels - Velocity X (USA)">
+               <category>Games</category>
+               <description>Hot Wheels - Velocity X (USA)</description>
+               <rom name="Hot Wheels - Velocity X (USA).iso" size="1459978240" crc="f13412ce" md5="819f06787ec1ca0a9b8608215abb7270" sha1="9c12aff2cc9fde0295e9eb547267eb645df119f0"/>
+       </game>
+       <game name="Def Jam - Fight for NY (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Def Jam - Fight for NY (Europe) (En,Fr)</description>
+               <rom name="Def Jam - Fight for NY (Europe) (En,Fr).iso" size="1459978240" crc="6c3bf428" md5="17a790fdf771837ab2aec44ec91a5c8b" sha1="e667f1735720f68cd3a20d50662d8cd24d9f5466"/>
+       </game>
+       <game name="NBA Street Vol. 2 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>NBA Street Vol. 2 (Europe) (En,Fr)</description>
+               <rom name="NBA Street Vol. 2 (Europe) (En,Fr).iso" size="1459978240" crc="48bca6cc" md5="d1a5a64826ef87eddb18a9a0523cfd30" sha1="a5a2f912ac4919487d3451276bcce5c068839cba"/>
+       </game>
+       <game name="International Superstar Soccer 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>International Superstar Soccer 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="International Superstar Soccer 3 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="9c44d6ff" md5="4a5b451f3912ee7de941e9ca49bbb6e8" sha1="2a899ce460de9c6ac18824a901874bf370176998"/>
+       </game>
+       <game name="Simpsons, The - Hit &amp; Run (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Simpsons, The - Hit &amp; Run (Europe) (En,Fr,De)</description>
+               <rom name="Simpsons, The - Hit &amp; Run (Europe) (En,Fr,De).iso" size="1459978240" crc="fcff3d0a" md5="f9a01088d2bac7e48af3b69f63f62174" sha1="0194c084858eb6b490feb034bcea9c0485808b35"/>
+       </game>
+       <game name="NFL Street 2 (USA)">
+               <category>Games</category>
+               <description>NFL Street 2 (USA)</description>
+               <rom name="NFL Street 2 (USA).iso" size="1459978240" crc="2909d1b7" md5="6ac216d88f4c833b0cb2fd9424264dce" sha1="d8603281a9a84a525ac7ae3dddbc30ea4f6bb190"/>
+       </game>
+       <game name="Rogue Ops (USA)">
+               <category>Games</category>
+               <description>Rogue Ops (USA)</description>
+               <rom name="Rogue Ops (USA).iso" size="1459978240" crc="2913aee5" md5="7c2792b3e196cd312f35dc8ca41a9fe8" sha1="e81615c635721b25e71694d2639b045d6d949a42"/>
+       </game>
+       <game name="Road Trip - The Arcade Edition (USA)">
+               <category>Games</category>
+               <description>Road Trip - The Arcade Edition (USA)</description>
+               <rom name="Road Trip - The Arcade Edition (USA).iso" size="1459978240" crc="550d6fe7" md5="297d13cd9485baab035df30b289a1bcd" sha1="c3f3567cd955468ef98b420d415613936f46bb40"/>
+       </game>
+       <game name="Spartan - Total Warrior (USA)">
+               <category>Games</category>
+               <description>Spartan - Total Warrior (USA)</description>
+               <rom name="Spartan - Total Warrior (USA).iso" size="1459978240" crc="4e26fe50" md5="76c35516a148f5e221ad0c55b6f6345f" sha1="4a0542e481e027a8e6a26b62e9fbfb90e26da4f5"/>
+       </game>
+       <game name="Surf's Up (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Surf's Up (USA) (En,Fr,Es)</description>
+               <rom name="Surf's Up (USA) (En,Fr,Es).iso" size="1459978240" crc="6bbeb345" md5="800ee6b1e25870455150f384fb000064" sha1="35dfd9a73b1fab0084b955ea15771eea3076e802"/>
+       </game>
+       <game name="Shrek Super Party (USA)">
+               <category>Games</category>
+               <description>Shrek Super Party (USA)</description>
+               <rom name="Shrek Super Party (USA).iso" size="1459978240" crc="2c34401a" md5="c2e91e244cd30bd717a4d203dece1976" sha1="e45b67f1039202f108800d48f0cf1c64c566502f"/>
+       </game>
+       <game name="DreamWorks Shrek - SuperSlam (USA)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - SuperSlam (USA)</description>
+               <rom name="DreamWorks Shrek - SuperSlam (USA).iso" size="1459978240" crc="ce6e3f54" md5="54da19f15ce0fc1f6bad3587e5144e6d" sha1="6d3f4ec581595dc401d901d15e052068ede0ff7d"/>
+       </game>
+       <game name="TimeSplitters - Future Perfect (USA)">
+               <category>Games</category>
+               <description>TimeSplitters - Future Perfect (USA)</description>
+               <rom name="TimeSplitters - Future Perfect (USA).iso" size="1459978240" crc="09e3d0ee" md5="af8710863bad728de9a26231d398e99b" sha1="2963ddb22a407108bead5e5bf64d6a9606eec80a"/>
+       </game>
+       <game name="Sum of All Fears, The (USA)">
+               <category>Games</category>
+               <description>Sum of All Fears, The (USA)</description>
+               <rom name="Sum of All Fears, The (USA).iso" size="1459978240" crc="bd2704b3" md5="7d8d67653e6eb85e8575948c93cf2b1c" sha1="c7214e84362f41983703328a187f4e056177da37"/>
+       </game>
+       <game name="Disney's Piglet's Big Game (USA)">
+               <category>Games</category>
+               <description>Disney's Piglet's Big Game (USA)</description>
+               <rom name="Disney's Piglet's Big Game (USA).iso" size="1459978240" crc="03134803" md5="6dcc11dab3bf7fc938163af3681b510f" sha1="9cd021bd95b6cc96cc4b81b506f4bf74a56914c1"/>
+       </game>
+       <game name="Major League Baseball 2K6 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K6 (USA)</description>
+               <rom name="Major League Baseball 2K6 (USA).iso" size="1459978240" crc="412b04d1" md5="f52a1e2167d3d854a9f05c1df6257f1c" sha1="109b0bed805512e92af743c2c6bfe95f9fa03fdc"/>
+       </game>
+       <game name="Simpsons, The - Hit &amp; Run (USA)">
+               <category>Games</category>
+               <description>Simpsons, The - Hit &amp; Run (USA)</description>
+               <rom name="Simpsons, The - Hit &amp; Run (USA).iso" size="1459978240" crc="da7ce8df" md5="1e40a2405da61fa5ea7f2487a99439ea" sha1="71648c53f19135ef006cb583628d52027df6fba8"/>
+       </game>
+       <game name="Tetris Worlds (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Tetris Worlds (USA) (Rev 1)</description>
+               <rom name="Tetris Worlds (USA) (Rev 1).iso" size="1459978240" crc="2db716f1" md5="5320cb95e693c1f4552a8f9f3bd1fdc0" sha1="f7a4c79b0711a60e850b0c1cce0dc05b34f613d4"/>
+       </game>
+       <game name="Pac-Man World Rally (USA)">
+               <category>Games</category>
+               <description>Pac-Man World Rally (USA)</description>
+               <rom name="Pac-Man World Rally (USA).iso" size="1459978240" crc="c2e521a7" md5="c88e8c76ba0323526f5d30afe33fc3fd" sha1="3e801ad28da1413e706c4b9bfc26eb2ec9d79033"/>
+       </game>
+       <game name="RedCard 20-03 (USA)">
+               <category>Games</category>
+               <description>RedCard 20-03 (USA)</description>
+               <rom name="RedCard 20-03 (USA).iso" size="1459978240" crc="f07387d3" md5="a89f62517c5133b4605e578abd20a819" sha1="44b78ec19415f9f9a5a7f294f482d8011e8716b0"/>
+       </game>
+       <game name="Hulk (Europe)">
+               <category>Games</category>
+               <description>Hulk (Europe)</description>
+               <rom name="Hulk (Europe).iso" size="1459978240" crc="ffdabe9b" md5="7d74ba8cb577fe0540b4f2527fe40a98" sha1="0752f48bf3edbfa2007708fdac3c8372e378c145"/>
+       </game>
+       <game name="Muppets - Party Cruise (USA)">
+               <category>Games</category>
+               <description>Muppets - Party Cruise (USA)</description>
+               <rom name="Muppets - Party Cruise (USA).iso" size="1459978240" crc="50c0281c" md5="432e2a9e51ca71f5cf2b9e8e193ea4a0" sha1="76ea7c1b0a3e599becf4104bcaa3bd28c633054d"/>
+       </game>
+       <game name="Kao the Kangaroo - Round 2 (USA)">
+               <category>Games</category>
+               <description>Kao the Kangaroo - Round 2 (USA)</description>
+               <rom name="Kao the Kangaroo - Round 2 (USA).iso" size="1459978240" crc="3c858664" md5="34b71d6dd1674f81d6d861ab68b00099" sha1="ca8d40d38ec676b81a463ee0e01f877ad3a61520"/>
+       </game>
+       <game name="Grooverider - Slot Car Thunder (USA)">
+               <category>Games</category>
+               <description>Grooverider - Slot Car Thunder (USA)</description>
+               <rom name="Grooverider - Slot Car Thunder (USA).iso" size="1459978240" crc="9dd1131e" md5="009d434d0913930bdaeae6d164909a26" sha1="5ce2766c9d231f367e15166048afe516e5a038b3"/>
+       </game>
+       <game name="TimeSplitters - Future Perfect (Europe)">
+               <category>Games</category>
+               <description>TimeSplitters - Future Perfect (Europe)</description>
+               <rom name="TimeSplitters - Future Perfect (Europe).iso" size="1459978240" crc="883bbd40" md5="8743dfa398de3e3448febe87d75d626c" sha1="d02123d0ea7c8fc74a9150166be18739f8534c7a"/>
+       </game>
+       <game name="FIFA Soccer 07 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 07 (USA) (En,Es)</description>
+               <rom name="FIFA Soccer 07 (USA) (En,Es).iso" size="1459978240" crc="0446245a" md5="f0b588d5efc57990d0733682eb5a2513" sha1="a292ce6a726372fc4f138af4b540629023afbfc2"/>
+       </game>
+       <game name="FIFA Soccer 2005 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 2005 (USA) (En,Es)</description>
+               <rom name="FIFA Soccer 2005 (USA) (En,Es).iso" size="1459978240" crc="d018f726" md5="ce472749d333a25c153130bcbefd8d16" sha1="a4d529e7b6c4db4885cc3c9c2c6c6bc5eae63387"/>
+       </game>
+       <game name="FIFA Street (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Street (USA) (En,Es)</description>
+               <rom name="FIFA Street (USA) (En,Es).iso" size="1459978240" crc="ff647575" md5="02244977f193b4c5aca40ed9645e077f" sha1="6ea03c339d79284f8ebfe3357c555b3204ea0c5f"/>
+       </game>
+       <game name="Gotcha Force (USA)">
+               <category>Games</category>
+               <description>Gotcha Force (USA)</description>
+               <rom name="Gotcha Force (USA).iso" size="1459978240" crc="dd429377" md5="2198b7b63bb61996ac7da3eeb4a6f3eb" sha1="dfe963e5070b9bec02bbbefba3f038b04dac953e"/>
+       </game>
+       <game name="Freedom Fighters (Europe)">
+               <category>Games</category>
+               <description>Freedom Fighters (Europe)</description>
+               <rom name="Freedom Fighters (Europe).iso" size="1459978240" crc="9cc5b41e" md5="9c9324ff9ee6e79bebe2e39b41de5eb8" sha1="2a09f9f07e0bbd6ef35d8942241de952f370ebb8"/>
+       </game>
+       <game name="Namco Museum 50th Anniversary (USA)">
+               <category>Games</category>
+               <description>Namco Museum 50th Anniversary (USA)</description>
+               <rom name="Namco Museum 50th Anniversary (USA).iso" size="1459978240" crc="db8a8831" md5="97fc6fdc7757f70678f8640917c28114" sha1="96052b07ac71cdb1ace7abe72a8eac6a3191eff7"/>
+       </game>
+       <game name="Digimon World 4 (USA)">
+               <category>Games</category>
+               <description>Digimon World 4 (USA)</description>
+               <rom name="Digimon World 4 (USA).iso" size="1459978240" crc="9e152cbc" md5="65c7b4887d21efd526a69ff060f631b5" sha1="6a2aa8272538521531c803abf7f86dd430f9ad90"/>
+       </game>
+       <game name="Lotus Challenge (USA)">
+               <category>Games</category>
+               <description>Lotus Challenge (USA)</description>
+               <rom name="Lotus Challenge (USA).iso" size="1459978240" crc="0b125f9d" md5="9a70b464d669e403ea279dd47c740383" sha1="645f80d205485df7e433d051436856f39770fb13"/>
+       </game>
+       <game name="WWE Crush Hour (USA)">
+               <category>Games</category>
+               <description>WWE Crush Hour (USA)</description>
+               <rom name="WWE Crush Hour (USA).iso" size="1459978240" crc="0f41d7a7" md5="df519bfd14bee790fe2d644a0a963507" sha1="3016f706eb15fedfd663699697d9bfb91315b336"/>
+       </game>
+       <game name="Wallace &amp; Gromit in Project Zoo (USA)">
+               <category>Games</category>
+               <description>Wallace &amp; Gromit in Project Zoo (USA)</description>
+               <rom name="Wallace &amp; Gromit in Project Zoo (USA).iso" size="1459978240" crc="a5369975" md5="3cf7f689e268ae505f36545bf1dd5e14" sha1="350dde55f43f3eae65e110f10a20484f71a1c5cb"/>
+       </game>
+       <game name="Monster 4x4 - Masters of Metal (USA)">
+               <category>Games</category>
+               <description>Monster 4x4 - Masters of Metal (USA)</description>
+               <rom name="Monster 4x4 - Masters of Metal (USA).iso" size="1459978240" crc="4bf445bc" md5="9e3d9b672d863d8055e0950f72a831f5" sha1="b9b2a6d54e1e158ab47d4a65fd65191a3bd88b5d"/>
+       </game>
+       <game name="Disney's Hide &amp; Sneak (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Disney's Hide &amp; Sneak (USA) (Rev 1)</description>
+               <rom name="Disney's Hide &amp; Sneak (USA) (Rev 1).iso" size="1459978240" crc="489321af" md5="38c74e0587c845548ecd2269c1d8c232" sha1="d747cbc9e71636490b98fdc26ecad40323a46a08"/>
+       </game>
+       <game name="FIFA Soccer 2004 (USA)">
+               <category>Games</category>
+               <description>FIFA Soccer 2004 (USA)</description>
+               <rom name="FIFA Soccer 2004 (USA).iso" size="1459978240" crc="2f6e97ad" md5="242f192238c60ba899ec87259e3317df" sha1="8a8404cb5e100681d3a37870edded290253d92af"/>
+       </game>
+       <game name="FIFA Street 2 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA Street 2 (USA) (En,Es)</description>
+               <rom name="FIFA Street 2 (USA) (En,Es).iso" size="1459978240" crc="57da4a2e" md5="4fcc0557da4400f8b2257dde9c29e405" sha1="33f585f3b4b3a39391651a57f620123349a6eb07"/>
+       </game>
+       <game name="Tony Hawk's American Wasteland (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's American Wasteland (USA)</description>
+               <rom name="Tony Hawk's American Wasteland (USA).iso" size="1459978240" crc="6ca729f6" md5="e76efb41bb6341d7a3d670615205e07c" sha1="ddd58854b62d1d55d283f57aafd1f70e571f7113"/>
+       </game>
+       <game name="Disney's Donald Duck - Goin' Quackers (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney's Donald Duck - Goin' Quackers (USA) (En,Fr)</description>
+               <rom name="Disney's Donald Duck - Goin' Quackers (USA) (En,Fr).iso" size="1459978240" crc="f8769f5d" md5="f6b779f5a7757f9a5d3258a832545b5a" sha1="ba86d4ee6d56f6c1977d975907be8028a22699bb"/>
+       </game>
+       <game name="Sims 2, The (USA)">
+               <category>Games</category>
+               <description>Sims 2, The (USA)</description>
+               <rom name="Sims 2, The (USA).iso" size="1459978240" crc="44dd3b94" md5="dc5038fa00bcf4a7c507cd6a92fb3429" sha1="e1c0bd24e6365db8e7c9e9920380973a5713530f"/>
+       </game>
+       <game name="Frogger Beyond (USA)">
+               <category>Games</category>
+               <description>Frogger Beyond (USA)</description>
+               <rom name="Frogger Beyond (USA).iso" size="1459978240" crc="d1d8b3e4" md5="6dd00a49c4714085d3e958dd5d5b8f1d" sha1="c29e996e108463ad9e7f21e2763d8260c7898c9b"/>
+       </game>
+       <game name="Nickelodeon Rocket Power - Beach Bandits (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Rocket Power - Beach Bandits (USA)</description>
+               <rom name="Nickelodeon Rocket Power - Beach Bandits (USA).iso" size="1459978240" crc="8be53ce8" md5="12c23048ab2a91d9c5e194e7766820da" sha1="cfc591a840c031b3010cdb29c248cb4f33ffa5c9"/>
+       </game>
+       <game name="ESPN MLS ExtraTime 2002 (USA)">
+               <category>Games</category>
+               <description>ESPN MLS ExtraTime 2002 (USA)</description>
+               <rom name="ESPN MLS ExtraTime 2002 (USA).iso" size="1459978240" crc="d16f9ed3" md5="9b09ba9faf2739e0cb6a0b6d6e2ab135" sha1="b0f76a6236acb9b8bc24ae0d3c4b4a7469e3bbf7"/>
+       </game>
+       <game name="NASCAR - Dirt to Daytona (USA)">
+               <category>Games</category>
+               <description>NASCAR - Dirt to Daytona (USA)</description>
+               <rom name="NASCAR - Dirt to Daytona (USA).iso" size="1459978240" crc="700fdf19" md5="03983112d67c9e84d32b83935795d303" sha1="b72bd4d03ea271594e7b0c6705b96ee5eabb57a2"/>
+       </game>
+       <game name="NASCAR Thunder 2003 (USA)">
+               <category>Games</category>
+               <description>NASCAR Thunder 2003 (USA)</description>
+               <rom name="NASCAR Thunder 2003 (USA).iso" size="1459978240" crc="def6d55d" md5="d1636dfea6881e01230e4d7265938ef4" sha1="c4c20cc8f638aa4bf7ddf6a184ec8c9d3abfb9cc"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 1)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 1)</description>
+               <rom name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 1).iso" size="1459978240" crc="8e1cd4f7" md5="78226fcfb3b12090a6d06e9754ab2262" sha1="ea373ed9ce433f46eb783f93ed81798ed652bf45"/>
+       </game>
+       <game name="Ribbit King (USA) (En,Es)">
+               <category>Games</category>
+               <description>Ribbit King (USA) (En,Es)</description>
+               <rom name="Ribbit King (USA) (En,Es).iso" size="1459978240" crc="e46d465d" md5="67b83d2ef427326b8f69e995fa104245" sha1="1d6cc36ec5ffa402d0d898b81d71fc778c34b34a"/>
+       </game>
+       <game name="Ribbit King Plus! (USA) (Bonus Disc)">
+               <category>Bonus Discs</category>
+               <description>Ribbit King Plus! (USA) (Bonus Disc)</description>
+               <rom name="Ribbit King Plus! (USA) (Bonus Disc).iso" size="1459978240" crc="e5e731eb" md5="a7c4d17e34bade211b797fd3c7130fc0" sha1="3d6c301bbc54b0939307aa8772e008ac467215dd"/>
+       </game>
+       <game name="Cabela's Big Game Hunter 2005 Adventures (USA)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter 2005 Adventures (USA)</description>
+               <rom name="Cabela's Big Game Hunter 2005 Adventures (USA).iso" size="1459978240" crc="5bcf4946" md5="8660dc7a418dcaf5334009524e290a6c" sha1="850f29ca0d98cad7d604c8f980876c54e273d5a5"/>
+       </game>
+       <game name="Curious George (USA)">
+               <category>Games</category>
+               <description>Curious George (USA)</description>
+               <rom name="Curious George (USA).iso" size="1459978240" crc="76119441" md5="ff721acc78cf9f3c0328f20d8c293257" sha1="5fb6506ecd8d087a4108870769e6f7d03cf74418"/>
+       </game>
+       <game name="NASCAR 2005 - Chase for the Cup (USA)">
+               <category>Games</category>
+               <description>NASCAR 2005 - Chase for the Cup (USA)</description>
+               <rom name="NASCAR 2005 - Chase for the Cup (USA).iso" size="1459978240" crc="59d346ef" md5="f84f61616e2947daa43aecc27d57898d" sha1="58dcc5a4bc19a6d7773ff9f3449657c6b800a821"/>
+       </game>
+       <game name="Pac-Man World 3 (USA)">
+               <category>Games</category>
+               <description>Pac-Man World 3 (USA)</description>
+               <rom name="Pac-Man World 3 (USA).iso" size="1459978240" crc="694b5e2d" md5="65db291bba4770479fc822c119792582" sha1="bbea03f66ce62f95a1c1daad05d4b5b1fe1178e9"/>
+       </game>
+       <game name="Disney's Chicken Little (USA)">
+               <category>Games</category>
+               <description>Disney's Chicken Little (USA)</description>
+               <rom name="Disney's Chicken Little (USA).iso" size="1459978240" crc="8124d7b4" md5="c405accb2cb596da872fad9541909fa8" sha1="cdf5837a29f27f882ef1fa74e169b1a8e0d1e996"/>
+       </game>
+       <game name="Conflict - Desert Storm II - Back to Baghdad (USA)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm II - Back to Baghdad (USA)</description>
+               <rom name="Conflict - Desert Storm II - Back to Baghdad (USA).iso" size="1459978240" crc="0eeb2191" md5="7a52c85861bed0376d48bb8156a0ec2c" sha1="9612a07c22a4f848de834194dbaa1ca0a5bdda3f"/>
+       </game>
+       <game name="Hot Wheels - World Race (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Hot Wheels - World Race (USA) (Rev 1)</description>
+               <rom name="Hot Wheels - World Race (USA) (Rev 1).iso" size="1459978240" crc="a0fd866b" md5="4d189c2c75de4a8bb7c9a16769dcd470" sha1="d685a660bfb71ed5a38812f43031c4953dc02968"/>
+       </game>
+       <game name="Worms 3D (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Worms 3D (USA) (En,Fr)</description>
+               <rom name="Worms 3D (USA) (En,Fr).iso" size="1459978240" crc="c6e188b4" md5="b13cf3eb32fa0561593be6383c841b3a" sha1="373505dce585f72ef1428b4c3b75202a3f31f308"/>
+       </game>
+       <game name="Crash Nitro Kart (USA)">
+               <category>Games</category>
+               <description>Crash Nitro Kart (USA)</description>
+               <rom name="Crash Nitro Kart (USA).iso" size="1459978240" crc="d172937b" md5="fed9263fe9f69b66b12b969a84eb3a6d" sha1="7bf25d9e915dd40ae286fb73f400b01391d4884f"/>
+       </game>
+       <game name="Def Jam - Fight for NY (USA)">
+               <category>Games</category>
+               <description>Def Jam - Fight for NY (USA)</description>
+               <rom name="Def Jam - Fight for NY (USA).iso" size="1459978240" crc="6b67d4d7" md5="2b10be2a0b71d529ada5c7e2f41ffc1e" sha1="eab72bb2d1b08aa6807b5c86a2ac4f67ebbbaff4"/>
+       </game>
+       <game name="BMX XXX (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>BMX XXX (Europe) (En,Fr,De,Es)</description>
+               <rom name="BMX XXX (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="fb96b569" md5="6e055e37ba55299a33671ff85f4d6876" sha1="4b2cb21f91a42df34b094d2c528cdbef35ca6c08"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance (Europe) (Rev 1)</description>
+               <rom name="Baldur's Gate - Dark Alliance (Europe) (Rev 1).iso" size="1459978240" crc="26225b33" md5="ba9e4d872a0dc2f69f37f06dd0e8e67f" sha1="542dc663b9747d48b7908553c3feb33713dd8ead"/>
+       </game>
+       <game name="SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="8dd1d444" md5="4d9c85203f6cdb4bd8c92415d812728a" sha1="ec93bda1ac8010df333d881600a608cc9d08fe8d"/>
+       </game>
+       <game name="Conflict - Desert Storm (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm (USA) (Rev 1)</description>
+               <rom name="Conflict - Desert Storm (USA) (Rev 1).iso" size="1459978240" crc="f8abef1f" md5="44698b7cea635b83e2f3a8f50b1bf863" sha1="1a6578e365516474e62eefbcdd3925295fef4690"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai 2 (USA)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai 2 (USA)</description>
+               <rom name="Dragon Ball Z - Budokai 2 (USA).iso" size="1459978240" crc="460f66fe" md5="7aec3a61b1324cf841044c683e9d40ec" sha1="cb0d8fa950245ad9e585e0289fd6244ae54122c2"/>
+       </game>
+       <game name="Freedom Fighters (USA)">
+               <category>Games</category>
+               <description>Freedom Fighters (USA)</description>
+               <rom name="Freedom Fighters (USA).iso" size="1459978240" crc="35e87d53" md5="9b41db45e84764720d5b579187f23172" sha1="97a4363714a546f9befecd37e837e47697663513"/>
+       </game>
+       <game name="Digimon Rumble Arena 2 (USA)">
+               <category>Games</category>
+               <description>Digimon Rumble Arena 2 (USA)</description>
+               <rom name="Digimon Rumble Arena 2 (USA).iso" size="1459978240" crc="0d75e917" md5="3220755e6471a3b8ac8b2d4635f968b4" sha1="636b1ffc9a14d191b0bda92b2343eb27adf31fde"/>
+       </game>
+       <game name="Nick Jr. Dora the Explorer - Journey to the Purple Planet (USA)">
+               <category>Games</category>
+               <description>Nick Jr. Dora the Explorer - Journey to the Purple Planet (USA)</description>
+               <rom name="Nick Jr. Dora the Explorer - Journey to the Purple Planet (USA).iso" size="1459978240" crc="7c1e032a" md5="b7c6d0fff5f5727a340fdf671a8cafc5" sha1="7e1212fa693e337dc509550e21b215968d81fa70"/>
+       </game>
+       <game name="Hello Kitty - Roller Rescue (USA)">
+               <category>Games</category>
+               <description>Hello Kitty - Roller Rescue (USA)</description>
+               <rom name="Hello Kitty - Roller Rescue (USA).iso" size="1459978240" crc="d5946e12" md5="ab6549e841a3b091296b58d96f1eda12" sha1="0dffd6b0e3f46eab9945c8f81c7144fb0e26b315"/>
+       </game>
+       <game name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA)</description>
+               <rom name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA).iso" size="1459978240" crc="1bf8a4ce" md5="836c0290c215c76c597b05521895775b" sha1="5aa6db1ee5414fcaef74feb7ea37386880907d90"/>
+       </game>
+       <game name="Star Wars - Bounty Hunter (USA)">
+               <category>Games</category>
+               <description>Star Wars - Bounty Hunter (USA)</description>
+               <rom name="Star Wars - Bounty Hunter (USA).iso" size="1459978240" crc="9e0e33de" md5="1e1fa515cda90e433c4a1862a4f3d73d" sha1="f82fff40254867aaa549c8d5f1dbbd6cfa20aeb2"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (USA)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (USA)</description>
+               <rom name="Star Wars - The Clone Wars (USA).iso" size="1459978240" crc="8d24a2c1" md5="f9025a00b50cb231c27373cf297b8799" sha1="99c6007b4f1ccdceeef03fe0a1f6631cd80d48b5"/>
+       </game>
+       <game name="Goblin Commander - Unleash the Horde (USA)">
+               <category>Games</category>
+               <description>Goblin Commander - Unleash the Horde (USA)</description>
+               <rom name="Goblin Commander - Unleash the Horde (USA).iso" size="1459978240" crc="b2398c14" md5="c2faef3ecffb3fabbf2e411cfc0d0036" sha1="2fcceaccb763208f084540f2c06bbdeb8573d294"/>
+       </game>
+       <game name="Tom and Jerry in War of the Whiskers (USA)">
+               <category>Games</category>
+               <description>Tom and Jerry in War of the Whiskers (USA)</description>
+               <rom name="Tom and Jerry in War of the Whiskers (USA).iso" size="1459978240" crc="6435e657" md5="3f837a87dad6384731b1fa1dcae03466" sha1="6edc7f06977580b75fb9f08a05aca676f2c39e12"/>
+       </game>
+       <game name="Disney's Extreme Skate Adventure (USA)">
+               <category>Games</category>
+               <description>Disney's Extreme Skate Adventure (USA)</description>
+               <rom name="Disney's Extreme Skate Adventure (USA).iso" size="1459978240" crc="940c7c23" md5="cbf0b925d7ef55098574f861627f5324" sha1="21d616bebf834bba3fbfb09ea7df27f4d3637c3a"/>
+       </game>
+       <game name="Top Angler - Real Bass Fishing (USA)">
+               <category>Games</category>
+               <description>Top Angler - Real Bass Fishing (USA)</description>
+               <rom name="Top Angler - Real Bass Fishing (USA).iso" size="1459978240" crc="988ed4f2" md5="cea87ae8376b1a025d1c919e4c15384e" sha1="75d0f18f2e29a0f0c19f3dba2db44173532f94b7"/>
+       </game>
+       <game name="WWE WrestleMania X8 (USA)">
+               <category>Games</category>
+               <description>WWE WrestleMania X8 (USA)</description>
+               <rom name="WWE WrestleMania X8 (USA).iso" size="1459978240" crc="a37b1923" md5="b7badf498f504a4b78c59d96d29b12a0" sha1="eecf81eb80f9349a142dc049629dec7afd252a1d"/>
+       </game>
+       <game name="Nickelodeon Party Blast (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Party Blast (USA)</description>
+               <rom name="Nickelodeon Party Blast (USA).iso" size="1459978240" crc="e84cc90b" md5="5dc69a828717d8a2f1822c010084eb3a" sha1="0c9835d3c38797a956a258ef68504c9a45a2a877"/>
+       </game>
+       <game name="Godzilla - Destroy All Monsters Melee (USA)">
+               <category>Games</category>
+               <description>Godzilla - Destroy All Monsters Melee (USA)</description>
+               <rom name="Godzilla - Destroy All Monsters Melee (USA).iso" size="1459978240" crc="95c6df8f" md5="c07222ef7cb99341b68301e92d9c1c5d" sha1="f4cbd98d090043c3ccc5d0a7365c3d09a24bba86"/>
+       </game>
+       <game name="Sega Soccer Slam (Europe)">
+               <category>Games</category>
+               <description>Sega Soccer Slam (Europe)</description>
+               <rom name="Sega Soccer Slam (Europe).iso" size="1459978240" crc="4fd440c5" md5="2e54ab0d13f9eb085d01dc3b2f0da0e8" sha1="fff60543668c3521c01159e5d2f96c044d778cfa"/>
+       </game>
+       <game name="Madden NFL 08 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 08 (USA)</description>
+               <rom name="Madden NFL 08 (USA).iso" size="1459978240" crc="af33d165" md5="69f6a02af4a8f8047008eaabef212fc7" sha1="541e84858b71ebd1241494ee4b67d25a4ce9af8e"/>
+       </game>
+       <game name="Cocoto Kart Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cocoto Kart Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cocoto Kart Racer (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="2600e2c1" md5="e99df0f5d1b22a086d0d6d9868b7b35b" sha1="d9f17976695f54551299e72185f0c0a3f6d1aa1c"/>
+       </game>
+       <game name="Sims, The (USA)">
+               <category>Games</category>
+               <description>Sims, The (USA)</description>
+               <rom name="Sims, The (USA).iso" size="1459978240" crc="019589c8" md5="554d552c82fb423caeb0e98e7d8c7650" sha1="378a3589e3f4e35ac844c9cfe6a25f9e764c9299"/>
+       </game>
+       <game name="Beyond Good &amp; Evil (Europe) (En,Es)">
+               <category>Games</category>
+               <description>Beyond Good &amp; Evil (Europe) (En,Es)</description>
+               <rom name="Beyond Good &amp; Evil (Europe) (En,Es).iso" size="1459978240" crc="469f7fe8" md5="6c1a8f8af44044099e89d55ee892eff2" sha1="2c087ce257aaf936fe5292306c8085a05687020d"/>
+       </game>
+       <game name="True Crime - New York City (Europe)">
+               <category>Games</category>
+               <description>True Crime - New York City (Europe)</description>
+               <rom name="True Crime - New York City (Europe).iso" size="1459978240" crc="0307ccb5" md5="8208a1904e82dd8a15f9088711520225" sha1="7a08b5daea04c1a16bcf574e3edc3c61bd230097"/>
+       </game>
+       <game name="WWE WrestleMania XIX (USA)">
+               <category>Games</category>
+               <description>WWE WrestleMania XIX (USA)</description>
+               <rom name="WWE WrestleMania XIX (USA).iso" size="1459978240" crc="635116c6" md5="c13c47a5ed24a675545c99a15e44529d" sha1="4746c3b9de58f43d1a5c803ed0c3adba628ee861"/>
+       </game>
+       <game name="XIII (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>XIII (USA) (En,Fr,Es)</description>
+               <rom name="XIII (USA) (En,Fr,Es).iso" size="1459978240" crc="22502290" md5="9a13a9f1d9e5b57c0934645a879499fc" sha1="90f719a97045b63cadc81e407047cd9b02148a67"/>
+       </game>
+       <game name="Pokemon Box - Ruby &amp; Sapphire (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Pokemon Box - Ruby &amp; Sapphire (USA) (Rev 1)</description>
+               <rom name="Pokemon Box - Ruby &amp; Sapphire (USA) (Rev 1).iso" size="1459978240" crc="cf0b538f" md5="ae6b4ba657b1cecdb4b139c3c839c426" sha1="b53ed6fb99dff0d5f0e9fa0103cf1113650817b4"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (USA)</description>
+               <rom name="Disney-Pixar Finding Nemo (USA).iso" size="1459978240" crc="a997457f" md5="18f7f037f7de19ef40defa1c1891dcb6" sha1="c9dac666b835a3092d3aca68f3621b343d145dcb"/>
+       </game>
+       <game name="Disney's Winnie the Pooh's Rumbly Tumbly Adventure (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney's Winnie the Pooh's Rumbly Tumbly Adventure (USA) (En,Fr,Es)</description>
+               <rom name="Disney's Winnie the Pooh's Rumbly Tumbly Adventure (USA) (En,Fr,Es).iso" size="1459978240" crc="87234a2b" md5="0d256b70d7223dd1608f3706169631a4" sha1="73b2a2c2796faaef5370dff8a8646a14f757b699"/>
+       </game>
+       <game name="Disney Sports - Football (USA)">
+               <category>Games</category>
+               <description>Disney Sports - Football (USA)</description>
+               <rom name="Disney Sports - Football (USA).iso" size="1459978240" crc="609bcfc4" md5="9558fba98e2e8a7abe319f47bc8b84fe" sha1="c2c1784739f25f71869718ab7c9e737350228ff5"/>
+       </game>
+       <game name="Disney's Party (USA)">
+               <category>Games</category>
+               <description>Disney's Party (USA)</description>
+               <rom name="Disney's Party (USA).iso" size="1459978240" crc="dcaef127" md5="0b65436787bf060dc8e0333d017ee892" sha1="ce491a27669e84a106be4ad60606b339ba33a280"/>
+       </game>
+       <game name="Spirits &amp; Spells (USA)">
+               <category>Games</category>
+               <description>Spirits &amp; Spells (USA)</description>
+               <rom name="Spirits &amp; Spells (USA).iso" size="1459978240" crc="81e06cb9" md5="8744284823d2e768d07097250bb89744" sha1="c97b1d9faa64e5ad79411f2c806a757c7dab747b"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (Europe)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (Europe)</description>
+               <rom name="Need for Speed - Most Wanted (Europe).iso" size="1459978240" crc="9713eec0" md5="b8c865d5b6a440fba1e55850bd1f66c8" sha1="0ddb88b8ae7412100a5e98fe36f022997c4258e5"/>
+       </game>
+       <game name="Mario Party 4 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Party 4 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Party 4 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="bdd1556f" md5="5dc6f6949f09da56fd0313cbdb85fca5" sha1="43969c1ad08c0c1769bb358ed9bfd33d25dee27d"/>
+       </game>
+       <game name="Mario Party 6 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Party 6 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Party 6 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e1dda2c9" md5="e4015f1a9f6259528773e5235c8bec63" sha1="41c98106eb7b5e0f60854a46d75319f3203086bd"/>
+       </game>
+       <game name="Pokemon Channel (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pokemon Channel (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pokemon Channel (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="58ae95aa" md5="b570d1f6ea59c66ceaf8497871b01e88" sha1="64dc845f39e971b1c15c0e20622bfc09050b1d75"/>
+       </game>
+       <game name="Star Wars - Jedi Knight II - Jedi Outcast (USA)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight II - Jedi Outcast (USA)</description>
+               <rom name="Star Wars - Jedi Knight II - Jedi Outcast (USA).iso" size="1459978240" crc="80308da6" md5="09262abbd032a0ed9e7f7d390b2f07a8" sha1="c1a2b5c11ef07e28c09a23b70ecb5fc297ee4396"/>
+       </game>
+       <game name="Prince of Persia - The Sands of Time (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Prince of Persia - The Sands of Time (USA) (En,Fr,Es)</description>
+               <rom name="Prince of Persia - The Sands of Time (USA) (En,Fr,Es).iso" size="1459978240" crc="292e5cdc" md5="df7cd3837909dc41dd0a6b1821466d56" sha1="f575aad19eb14c2371c8187b03c395882da7a999"/>
+       </game>
+       <game name="Conflict - Desert Storm (USA)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm (USA)</description>
+               <rom name="Conflict - Desert Storm (USA).iso" size="1459978240" crc="8e02d08b" md5="16931c7f188899b234158eb3b17ecbd8" sha1="5e13c8e22c63898aef040d2ad2a9efe19b5e6980"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (Europe)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (Europe)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (Europe).iso" size="1459978240" crc="b101a4a0" md5="2254d8e30f6652c392270cc57025f9a9" sha1="5ccd0914ff074d002452440edbc5720c1bb581a9"/>
+       </game>
+       <game name="Mario Power Tennis (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Power Tennis (USA) (Rev 1)</description>
+               <rom name="Mario Power Tennis (USA) (Rev 1).iso" size="1459978240" crc="ef719371" md5="286c7fae43220b6bb45c169185d36ad3" sha1="511df0d4f09cc504574f97060b938cbcab16eb33"/>
+       </game>
+       <game name="XIII (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>XIII (Europe) (Fr,De,Es,It)</description>
+               <rom name="XIII (Europe) (Fr,De,Es,It).iso" size="1459978240" crc="55bfdbe1" md5="08c39a364e5e34e9299c01fa1350c5be" sha1="d7171b9caa496f212963fa3b89362eea7aa20294"/>
+       </game>
+       <game name="007 - Agent Under Fire (Europe)">
+               <category>Games</category>
+               <description>007 - Agent Under Fire (Europe)</description>
+               <rom name="007 - Agent Under Fire (Europe).iso" size="1459978240" crc="e3b90f14" md5="54d17b5c7a4eee4bfbd648251bfab15e" sha1="1b0ec6bbb9b098906acc9d86a41e036816b90d74"/>
+       </game>
+       <game name="Robots (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Robots (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Robots (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="22360576" md5="1f48b48587f9870a5e807bb4e38134e8" sha1="18b2cf6a73b5638fb72327894abd431ad94ce264"/>
+       </game>
+       <game name="Crash Tag Team Racing (Europe, Australia)">
+               <category>Games</category>
+               <description>Crash Tag Team Racing (Europe, Australia)</description>
+               <rom name="Crash Tag Team Racing (Europe, Australia).iso" size="1459978240" crc="30016797" md5="3daea3e78d153edf556a3e320ce8cb56" sha1="70fa7d596735ac03a6f3d49f60cd3754ab10cda8"/>
+       </game>
+       <game name="Tak and the Power of Juju (Europe)">
+               <category>Games</category>
+               <description>Tak and the Power of Juju (Europe)</description>
+               <rom name="Tak and the Power of Juju (Europe).iso" size="1459978240" crc="b36e831e" md5="5e2faa6803cf221f587d6c11d5e325cc" sha1="8b9f2c72da5afe797f427bbe71185a14bcef0ba9"/>
+       </game>
+       <game name="Lord of the Rings, The - The Third Age (Europe) (Disc 1)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Third Age (Europe) (Disc 1)</description>
+               <rom name="Lord of the Rings, The - The Third Age (Europe) (Disc 1).iso" size="1459978240" crc="d82e7757" md5="c7f407d6beacd2601c6594acf5235b69" sha1="3ba66823abcacc2354609f0dc2187c57e7165316"/>
+       </game>
+       <game name="Lord of the Rings, The - The Third Age (Europe) (Disc 2)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - The Third Age (Europe) (Disc 2)</description>
+               <rom name="Lord of the Rings, The - The Third Age (Europe) (Disc 2).iso" size="1459978240" crc="dd886d7c" md5="889f65d01c6741d77f74b9e3ad4b887a" sha1="a8982b590975e4276a714d78bb2b24f98284c2b1"/>
+       </game>
+       <game name="Mario Party 7 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Party 7 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Party 7 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="a543adbc" md5="b82a9ddaf4265c53062cb8cda7129312" sha1="165b185e846a118caa45d6ee8a0dfdaf9c7234b7"/>
+       </game>
+       <game name="Nintendo Puzzle Collection (Japan)">
+               <category>Games</category>
+               <description>Nintendo Puzzle Collection (Japan)</description>
+               <rom name="Nintendo Puzzle Collection (Japan).iso" size="1459978240" crc="496105d8" md5="deff493b8e1631e89e320dbf1e54a36c" sha1="4b5056c7ed26877cd8b5e46e567c520eb79ad27d"/>
+       </game>
+       <game name="Medabots Infinity (USA)">
+               <category>Games</category>
+               <description>Medabots Infinity (USA)</description>
+               <rom name="Medabots Infinity (USA).iso" size="1459978240" crc="26dd621f" md5="4f22990fcd37e9aaac6dc96bc2752140" sha1="e4af1ea19d8a9e85c33c647a788b228c11a24eab"/>
+       </game>
+       <game name="Captain Tsubasa - Ougon Sedai no Chousen (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Captain Tsubasa - Ougon Sedai no Chousen (Japan) (Rev 1)</description>
+               <rom name="Captain Tsubasa - Ougon Sedai no Chousen (Japan) (Rev 1).iso" size="1459978240" crc="1743bb98" md5="b67bf43d02ed42408fd35091a9306f7b" sha1="d9b472100dc423812b75d66f43f4794c9a0d17f3"/>
+       </game>
+       <game name="BloodRayne (France)">
+               <category>Games</category>
+               <description>BloodRayne (France)</description>
+               <rom name="BloodRayne (France).iso" size="1459978240" crc="ac9c713f" md5="df297efbbeef545b8ba8d7f5dd067fd8" sha1="7863773e3d1381330b09da368f37291f90f9906e"/>
+       </game>
+       <game name="Hikaru no Go 3 (Japan)">
+               <category>Games</category>
+               <description>Hikaru no Go 3 (Japan)</description>
+               <rom name="Hikaru no Go 3 (Japan).iso" size="1459978240" crc="9e36503d" md5="b7311a73cc90c8a93cea01beaa362307" sha1="9fe49bae89fbcdf6afee711dd96fe89c696e1a19"/>
+       </game>
+       <game name="Hyper Sports 2002 Winter (Japan)">
+               <category>Games</category>
+               <description>Hyper Sports 2002 Winter (Japan)</description>
+               <rom name="Hyper Sports 2002 Winter (Japan).iso" size="1459978240" crc="6a33b92e" md5="a6b8cc139d7a925c26394e481abdbc41" sha1="4bb689221520adb3486b2f4b10252bd6ec292eb8"/>
+       </game>
+       <game name="Pro Tennis WTA Tour (Europe)">
+               <category>Games</category>
+               <description>Pro Tennis WTA Tour (Europe)</description>
+               <rom name="Pro Tennis WTA Tour (Europe).iso" size="1459978240" crc="4eb8ded2" md5="ef40bc018224e989423cfb02bf3c2864" sha1="713e82cf3f65324743dabcb0f9bb794d6bc0a2b2"/>
+       </game>
+       <game name="Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="41ebff57" md5="081a2f65a0aaf3377cb28eb2adcd82bf" sha1="3fcbc8ec295f0f0847cf06120715fb83b35a3a60"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon Ball Z - Budokai (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="a4997206" md5="e71d45b8177be0ec49af721b5f1c17ce" sha1="a3c82ef95802ac9c7af7d028867b1848d9ed2a65"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (France)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (France)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (France).iso" size="1459978240" crc="1265bf17" md5="578f44eb81f78d7e751d992f8965b210" sha1="cfb9448eb14859c8bb11cda3493ebdca4eb5bb58"/>
+       </game>
+       <game name="Super Monkey Ball Adventure (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Monkey Ball Adventure (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Monkey Ball Adventure (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="f23f2654" md5="cf490be25b5fc30ba6f056ca3aa14645" sha1="11c5a5a7a1ed9f0e93e11a8390912fe44f19c64b"/>
+       </game>
+       <game name="Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France)">
+               <category>Games</category>
+               <description>Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France)</description>
+               <rom name="Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France).iso" size="1459978240" crc="a2ac5b8a" md5="47b65f51bd92a1f675120e332c232169" sha1="0a187961fe6ac3c1fc09bb4c148cc34befbcfc8d"/>
+       </game>
+       <game name="Spider-Man 2 (France)">
+               <category>Games</category>
+               <description>Spider-Man 2 (France)</description>
+               <rom name="Spider-Man 2 (France).iso" size="1459978240" crc="f4c10a62" md5="64dd25e8bb2f5799a74f80892694659e" sha1="9e22c28b61b129acd3ed5e3285e6a3ad361178bb"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (France)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (France)</description>
+               <rom name="Hitman 2 - Silent Assassin (France).iso" size="1459978240" crc="b9dd012b" md5="98dbb24142d799b1352743b33b6173ce" sha1="53697fe56557ed1d988e52f478930e200368d7ea"/>
+       </game>
+       <game name="Naruto - Gekitou Ninja Taisen! 4 (Japan)">
+               <category>Games</category>
+               <description>Naruto - Gekitou Ninja Taisen! 4 (Japan)</description>
+               <rom name="Naruto - Gekitou Ninja Taisen! 4 (Japan).iso" size="1459978240" crc="60aefa3e" md5="20cdb87874ce4f2db4717fb43682e026" sha1="14ddb65699d885e3e7ebd0f728c3d44f0ec0332d"/>
+       </game>
+       <game name="True Crime - Streets of LA (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>True Crime - Streets of LA (Europe) (En,Fr,De)</description>
+               <rom name="True Crime - Streets of LA (Europe) (En,Fr,De).iso" size="1459978240" crc="afcfe335" md5="e1f8d525da59ac0bbf2bb86f8038f66e" sha1="0621b8cf122b1f7892e463eb162ec47018897726"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="662a25c4" md5="2d9a422d651e3a201bc198c8ca7387b8" sha1="6d31e599572798d4e0a077b78ee30b0be2345d2b"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="0bb49d94" md5="b802b5ee80ad84393e2c9d6e52f34eb0" sha1="932e820279da8524001c1b492b0ec96e3faba99e"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="853b9425" md5="47593564721c9c0f3f5137552ef686ff" sha1="296b8ee5289dda312c8d2e389842f106f4971334"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="a8498ddc" md5="c802fcb5ae87d4a3db3678a862c09f3b" sha1="ad1240f74cbe7611177a8cc5e607aec038c4482c"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (Europe)">
+               <category>Games</category>
+               <description>Metal Arms - Glitch in the System (Europe)</description>
+               <rom name="Metal Arms - Glitch in the System (Europe).iso" size="1459978240" crc="363ea2c2" md5="d6b0c2d46433e09e5f98caab73d20912" sha1="aa56b1505a396cb9607fddbbf7b5d63949ffd3de"/>
+       </game>
+       <game name="Jeremy McGrath Supercross World (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jeremy McGrath Supercross World (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jeremy McGrath Supercross World (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="323be88c" md5="684524d11d3de76ca1d2a46098f979d6" sha1="f1a1c09d15a2d48b00563d6ed5be56d5fcde432f"/>
+       </game>
+       <game name="Gauntlet - Dark Legacy (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Gauntlet - Dark Legacy (Europe) (En,Fr,De)</description>
+               <rom name="Gauntlet - Dark Legacy (Europe) (En,Fr,De).iso" size="1459978240" crc="038b400a" md5="a69526f27fa4b993def536f757e26802" sha1="78b52089983289339a0454a13e4f283304496de5"/>
+       </game>
+       <game name="Disney's Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney's Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney's Party (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7a5c5be0" md5="780048192af3fe8368e9ce9f5ee197e7" sha1="ff81b366334a61ca4b0ff9b62abe879b6157f4a6"/>
+       </game>
+       <game name="Dance Dance Revolution with Mario (Japan)">
+               <category>Games</category>
+               <description>Dance Dance Revolution with Mario (Japan)</description>
+               <rom name="Dance Dance Revolution with Mario (Japan).iso" size="1459978240" crc="416cbc19" md5="7fb810eac86abf488d4ddcd486626433" sha1="aad1f82e51876e9d445dcf1386fee363df0e30dd"/>
+       </game>
+       <game name="Pac-Man World 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pac-Man World 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pac-Man World 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ef936793" md5="b8ffac2f417f23521af659340517640d" sha1="cd0c009c10cf57c5e50115e7c97903f46fa606ef"/>
+       </game>
+       <game name="Medal of Honor - Frontline (Germany)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Germany)</description>
+               <rom name="Medal of Honor - Frontline (Germany).iso" size="1459978240" crc="8707598d" md5="8be1705cbc9678d91d741b59cc227af6" sha1="de99642888516fb7786b9f333544e9a1b7c789dc"/>
+       </game>
+       <game name="Cel Damage (Europe)">
+               <category>Games</category>
+               <description>Cel Damage (Europe)</description>
+               <rom name="Cel Damage (Europe).iso" size="1459978240" crc="53528776" md5="3b7d5f5d80b770152ee2ecdb16329003" sha1="d473a80a6aa78751f8abf14fcc1090c353d8c50f"/>
+       </game>
+       <game name="Evolution Worlds (Europe)">
+               <category>Games</category>
+               <description>Evolution Worlds (Europe)</description>
+               <rom name="Evolution Worlds (Europe).iso" size="1459978240" crc="7388f4f9" md5="6aa131e245ca47e29cf54505902ccdcd" sha1="601c01391eb41979167779dc05b28e096143044c"/>
+       </game>
+       <game name="Dragon's Lair 3D - Special Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon's Lair 3D - Special Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon's Lair 3D - Special Edition (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="6cec873a" md5="f82475d96d5974b835cecdda60899d88" sha1="ed88a2aaaa441fa13f137c9750e51a22427ed84e"/>
+       </game>
+       <game name="Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="123fd890" md5="f29d4f8a2e88128ea36b14be2c8415c8" sha1="186f8f25e9dbe21505268618099160459e972092"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="b488a2df" md5="8e742678cba3a5b2ac643fc2a80d9ea2" sha1="83df06b31a40f4b76a7136e39001951249446a46"/>
+       </game>
+       <game name="Tak und die Macht des Juju (Germany)">
+               <category>Games</category>
+               <description>Tak und die Macht des Juju (Germany)</description>
+               <rom name="Tak und die Macht des Juju (Germany).iso" size="1459978240" crc="b94b1d88" md5="ab59ed481ce1514b38f487a6c84a3a5c" sha1="dde24e40f49c0d878b9b8174bba70a2355d3a4e2"/>
+       </game>
+       <game name="Defender - For All Mankind (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Defender - For All Mankind (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Defender - For All Mankind (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="eb7ee458" md5="aaf205c648d9f4ff6b946e1ce9da126b" sha1="b440611c014727b68aaa47a0192d225949dbbd3c"/>
+       </game>
+       <game name="Robotech - Battlecry (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Robotech - Battlecry (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Robotech - Battlecry (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="af5c6f08" md5="be33e1428d9d1da5f436744bcdd9ccf7" sha1="02ba7ca8c6ad08f3a34d758b40d4abb6396938ac"/>
+       </game>
+       <game name="F1 2002 (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>F1 2002 (Europe) (En,Fr,De,It)</description>
+               <rom name="F1 2002 (Europe) (En,Fr,De,It).iso" size="1459978240" crc="969d34f8" md5="9cae9f74de1c7189872eaa57b170a13c" sha1="172278f665b2e98f22c7eaf7121f569ff13d6af0"/>
+       </game>
+       <game name="Harry Potter - Quidditch World Cup (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harry Potter - Quidditch World Cup (Europe) (Fr,De,Es,It)</description>
+               <rom name="Harry Potter - Quidditch World Cup (Europe) (Fr,De,Es,It).iso" size="1459978240" crc="d123dc76" md5="4ff1402cff7f8d3fb64b2e8a67b4f54d" sha1="b61f925504aac322b2a8961ef3ba7c1cd969d64f"/>
+       </game>
+       <game name="X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,Es)">
+               <category>Games</category>
+               <description>X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,Es)</description>
+               <rom name="X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,Es).iso" size="1459978240" crc="cb63c6bc" md5="bc2c66b5899a505d7990c9e9e5013ae7" sha1="650d35557e6a470437ae1da6ec0090f8ddc6e8a2"/>
+       </game>
+       <game name="Dark Summit (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Dark Summit (Europe) (En,Fr,De)</description>
+               <rom name="Dark Summit (Europe) (En,Fr,De).iso" size="1459978240" crc="73a6dc10" md5="1886c920d82686e6d66ded8c121efccc" sha1="96d59802ef0a7e5f1d688b49121ef326127ad08a"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III - Rebel Strike (USA) (Limited Edition Preview Disc)">
+               <category>Demos</category>
+               <description>Star Wars - Rogue Squadron III - Rebel Strike (USA) (Limited Edition Preview Disc)</description>
+               <rom name="Star Wars - Rogue Squadron III - Rebel Strike (USA) (Limited Edition Preview Disc).iso" size="1459978240" crc="1621d87a" md5="236088fbf738089f5af43cafc360720a" sha1="5f9596e1819cd2574a6846562dd67da0e08b81ec"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (Europe)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (Europe)</description>
+               <rom name="FIFA World Cup Germany 2006 (Europe).iso" size="1459978240" crc="a9e2b9f5" md5="facea37db16c2693176b7b55998c435f" sha1="73ce48eaba1b217712b28b64718233c50a2072e8"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe)</description>
+               <rom name="Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe).iso" size="1459978240" crc="355d85bd" md5="398f0a775bc1c0ba2df9725f4c2ac8ba" sha1="ac9d2d98d1977dfea50df4ed05b22dd6340fb55e"/>
+       </game>
+       <game name="Madden NFL 2003 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 2003 (Europe)</description>
+               <rom name="Madden NFL 2003 (Europe).iso" size="1459978240" crc="3ad4fbcd" md5="f02fa9a87edbd9bacb6713d64b367987" sha1="b3c920f3fabd5c27f163d40be92a72ac7137b2bd"/>
+       </game>
+       <game name="Madden NFL 2004 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 2004 (Europe)</description>
+               <rom name="Madden NFL 2004 (Europe).iso" size="1459978240" crc="461fc5f9" md5="24a2f2a260bd8d92480bd47cba1cee7d" sha1="2f26e4c464782495a50c4693f4ec2d776d2c273c"/>
+       </game>
+       <game name="Madden NFL 2005 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 2005 (Europe)</description>
+               <rom name="Madden NFL 2005 (Europe).iso" size="1459978240" crc="328e3a00" md5="7051eb43a4496c32ec490fd38a6a2dac" sha1="a00cb53c6be00a446f99c2b754543136dd7d2eed"/>
+       </game>
+       <game name="NHL 06 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>NHL 06 (Europe) (En,Fr)</description>
+               <rom name="NHL 06 (Europe) (En,Fr).iso" size="1459978240" crc="860de55b" md5="5ef5b9d7e2eab0df6d94652285fece42" sha1="0f4577387b17ecccf19fccebe42d32f0a68fb78a"/>
+       </game>
+       <game name="Naruto - Clash of Ninja - European Version (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Naruto - Clash of Ninja - European Version (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Naruto - Clash of Ninja - European Version (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e8e1dcb8" md5="2b76e07ee007ce1674a197b20a0555fe" sha1="e6c56a4083d77096f542066685b164fed9a84ee2"/>
+       </game>
+       <game name="Dakar 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dakar 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dakar 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="010d1982" md5="dc71d75741cf8761bfb95160e07e52d5" sha1="6c02418be937cf90856c5e67913bfe13e5bcbb2a"/>
+       </game>
+       <game name="Shrek Super Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shrek Super Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shrek Super Party (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7675f608" md5="1ec9e9ca710e745e98726f6e65031323" sha1="f99af00ca3e7f1aac94603bd779394681166d9c8"/>
+       </game>
+       <game name="Mario Superstar Baseball (Europe)">
+               <category>Games</category>
+               <description>Mario Superstar Baseball (Europe)</description>
+               <rom name="Mario Superstar Baseball (Europe).iso" size="1459978240" crc="fa1ccfc7" md5="025877b2ee61ad6081830979b8e77a0c" sha1="eeac3441284722b4ec7b742655ec450f61864879"/>
+       </game>
+       <game name="DreamWorks Gang de Requins (France)">
+               <category>Games</category>
+               <description>DreamWorks Gang de Requins (France)</description>
+               <rom name="DreamWorks Gang de Requins (France).iso" size="1459978240" crc="af6c0a7b" md5="6e52d177812b826d342d197500704af4" sha1="187d69c4832a54b8a8dd197cb2903c7f02c1ad87"/>
+       </game>
+       <game name="Harry Potter e il Prigioniero di Azkaban (Italy)">
+               <category>Games</category>
+               <description>Harry Potter e il Prigioniero di Azkaban (Italy)</description>
+               <rom name="Harry Potter e il Prigioniero di Azkaban (Italy).iso" size="1459978240" crc="36eeac38" md5="4b149c0e3d330452d3f537aadc594304" sha1="f7c03aebc58eb26fcb2a482db88f3e71c6d04421"/>
+       </game>
+       <game name="Fantastic 4 (Netherlands)">
+               <category>Games</category>
+               <description>Fantastic 4 (Netherlands)</description>
+               <rom name="Fantastic 4 (Netherlands).iso" size="1459978240" crc="bb91f33d" md5="1db6f3e8e3e00ea03eb69d6e99e58900" sha1="fe85e12193472254399104ca457a7e9ab554988b"/>
+       </game>
+       <game name="FIFA Football 2005 (Italy)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Italy)</description>
+               <rom name="FIFA Football 2005 (Italy).iso" size="1459978240" crc="b94ac12c" md5="c872140176671dae66b3221cd58c718b" sha1="e691271df4d472440488a1aa8ea9c8f22a19138d"/>
+       </game>
+       <game name="FIFA Football 2003 (Italy)">
+               <category>Games</category>
+               <description>FIFA Football 2003 (Italy)</description>
+               <rom name="FIFA Football 2003 (Italy).iso" size="1459978240" crc="5530e06e" md5="b79e4b8d47749d11619eea013d565734" sha1="8fb08bd99a03667d80bee75503c8d5c06d759833"/>
+       </game>
+       <game name="DreamWorks Madagascar (Netherlands)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (Netherlands)</description>
+               <rom name="DreamWorks Madagascar (Netherlands).iso" size="1459978240" crc="3425434f" md5="503db655f404b2855f923907f95b3b41" sha1="65c278aabc22b47dee59a2c192b14ed8798f0356"/>
+       </game>
+       <game name="Harry Potter en de Vuurbeker (Netherlands)">
+               <category>Games</category>
+               <description>Harry Potter en de Vuurbeker (Netherlands)</description>
+               <rom name="Harry Potter en de Vuurbeker (Netherlands).iso" size="1459978240" crc="d169b5cc" md5="8fd35136abd95c7d8a244d86276a6636" sha1="1462b833667c15aa0914b6e5b73cd2b5244466b2"/>
+       </game>
+       <game name="Disney-Pixar Cars (Netherlands)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Netherlands)</description>
+               <rom name="Disney-Pixar Cars (Netherlands).iso" size="1459978240" crc="f455d131" md5="b9972032a9ca8e30edda795c8222f913" sha1="869a41cc676e373ec9cf85d8bb5ab1f685a8efef"/>
+       </game>
+       <game name="Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain)">
+               <category>Games</category>
+               <description>Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain)</description>
+               <rom name="Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain).iso" size="1459978240" crc="03487e7a" md5="931ffece90fcb762114a0b4f2e78c270" sha1="4b268f922c874f9c1448738c86cabcd1f1b6639e"/>
+       </game>
+       <game name="Medal of Honor - Frontline (Spain)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Spain)</description>
+               <rom name="Medal of Honor - Frontline (Spain).iso" size="1459978240" crc="315bb8ba" md5="7cdfad92b8ce9b0a7f0167c18e2fdee9" sha1="93d640cbe546c0f5dfe319794a6ebc927e0c31bb"/>
+       </game>
+       <game name="X-Men Legends II - El Ascenso de Apocalipsis (Spain)">
+               <category>Games</category>
+               <description>X-Men Legends II - El Ascenso de Apocalipsis (Spain)</description>
+               <rom name="X-Men Legends II - El Ascenso de Apocalipsis (Spain).iso" size="1459978240" crc="2dcc4180" md5="cb3b79be2326e322e77edbdf30e602f8" sha1="c205c81806fd23572294b61b8599cadb86aeb7eb"/>
+       </game>
+       <game name="FIFA Football 2004 (Italy)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Italy)</description>
+               <rom name="FIFA Football 2004 (Italy).iso" size="1459978240" crc="1cf67d77" md5="f7c3e01f734064c385d8417b4032335e" sha1="855030e5a400b02b805d30be89def7c7f979829f"/>
+       </game>
+       <game name="Harry Potter en de gevangene van Azkaban (Netherlands)">
+               <category>Games</category>
+               <description>Harry Potter en de gevangene van Azkaban (Netherlands)</description>
+               <rom name="Harry Potter en de gevangene van Azkaban (Netherlands).iso" size="1459978240" crc="87b6039c" md5="f28f08b06bc8972ef4cfa7f8a05d3f33" sha1="6a37241895fa091a2136e753ed43cf7f3cc1c907"/>
+       </game>
+       <game name="FIFA Football 2005 (Netherlands)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Netherlands)</description>
+               <rom name="FIFA Football 2005 (Netherlands).iso" size="1459978240" crc="98e0eab6" md5="964a4a8e1246f358aa419d02e4f3e188" sha1="5a7079656549bf1d1714b709f46068bb32a10230"/>
+       </game>
+       <game name="Medabots Infinity (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Medabots Infinity (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Medabots Infinity (Europe) (En,Fr,De,Nl).iso" size="1459978240" crc="0c2a51ec" md5="0cc1267f8758c983cf8a32b37958b85b" sha1="9fcf735947b02da4c3b41bc249081e17a2146b37"/>
+       </game>
+       <game name="Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (Europe)">
+               <category>Games</category>
+               <description>Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (Europe)</description>
+               <rom name="Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (Europe).iso" size="1459978240" crc="2b432841" md5="6b754b72a6f3e600495ac0b2702b48ca" sha1="76912f95d72f6e4f0380430565817ec01db896c9"/>
+       </game>
+       <game name="Medal of Honor - European Assault (Europe)">
+               <category>Games</category>
+               <description>Medal of Honor - European Assault (Europe)</description>
+               <rom name="Medal of Honor - European Assault (Europe).iso" size="1459978240" crc="2852d9b5" md5="d85bc7691c39e39c351563fd185fa035" sha1="3b663b403025cd7c99bfea0c960b0ccbc2ba3820"/>
+       </game>
+       <game name="True Crime - New York City (Europe) (Fr,Es,It)">
+               <category>Games</category>
+               <description>True Crime - New York City (Europe) (Fr,Es,It)</description>
+               <rom name="True Crime - New York City (Europe) (Fr,Es,It).iso" size="1459978240" crc="d90e962a" md5="7a16c6a75cbc069143eea5962be2eeb1" sha1="51e18ca04a6673699809d24a7192dd7a219a6f4e"/>
+       </game>
+       <game name="Harry Potter and the Prisoner of Azkaban (Europe)">
+               <category>Games</category>
+               <description>Harry Potter and the Prisoner of Azkaban (Europe)</description>
+               <rom name="Harry Potter and the Prisoner of Azkaban (Europe).iso" size="1459978240" crc="1084d213" md5="ef68b05b8c165a81b1cd2db3e4d55a31" sha1="9d523ca3584b20a0335ebc93d31384c8eec1534b"/>
+       </game>
+       <game name="Die Hard - Vendetta (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Die Hard - Vendetta (Europe) (Es,It)</description>
+               <rom name="Die Hard - Vendetta (Europe) (Es,It).iso" size="1459978240" crc="9d941c40" md5="7b4935263105330cec6f85ebd42cc493" sha1="8687982941e18b4948da0b858fd80ec0069e0452"/>
+       </game>
+       <game name="Harry Potter - Quidditch World Cup (Europe) (En,Nl,Sv)">
+               <category>Games</category>
+               <description>Harry Potter - Quidditch World Cup (Europe) (En,Nl,Sv)</description>
+               <rom name="Harry Potter - Quidditch World Cup (Europe) (En,Nl,Sv).iso" size="1459978240" crc="8d4011e2" md5="24b0bd8e6ea071750bcc5e115a9aee38" sha1="e0bdd08941986b2d485b5e55c389a3db327152c3"/>
+       </game>
+       <game name="True Crime - Streets of LA (UK)">
+               <category>Games</category>
+               <description>True Crime - Streets of LA (UK)</description>
+               <rom name="True Crime - Streets of LA (UK).iso" size="1459978240" crc="0efe4060" md5="8c05d79afbdeb97b0bb7137ffc459f61" sha1="8114420505cf65be21875c143ae6ea065bd2e1bc"/>
+       </game>
+       <game name="Harry Potter and the Chamber of Secrets (Europe) (Es,It,Pt)">
+               <category>Games</category>
+               <description>Harry Potter and the Chamber of Secrets (Europe) (Es,It,Pt)</description>
+               <rom name="Harry Potter and the Chamber of Secrets (Europe) (Es,It,Pt).iso" size="1459978240" crc="ea3a774b" md5="a93940325551e194cb844b01ee58ce87" sha1="8d1f052bee04e1b0696b85cb65fb2177077292c8"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,Nl)</description>
+               <rom name="Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,Nl).iso" size="1459978240" crc="44884718" md5="580bb4d1c08e079e640777cebafc0a8a" sha1="da71a7366daebbd8cb79a45fb592a22cdc4c3d2a"/>
+       </game>
+       <game name="Die Hard - Vendetta (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Die Hard - Vendetta (Europe) (En,Fr)</description>
+               <rom name="Die Hard - Vendetta (Europe) (En,Fr).iso" size="1459978240" crc="2ddf499b" md5="958358ba5ed10745a5607aa0211e98a4" sha1="85a812bbcb789294cd03db03c216d6845ce77ae2"/>
+       </game>
+       <game name="Disney's Extreme Skate Adventure (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Disney's Extreme Skate Adventure (Europe) (Es,It)</description>
+               <rom name="Disney's Extreme Skate Adventure (Europe) (Es,It).iso" size="1459978240" crc="5f08972a" md5="1d4b3ec22f4876847a11ff8387fac5f5" sha1="bdb76353026e44619b95e3417d4d5f06e6bd0377"/>
+       </game>
+       <game name="Disney's Chicken Little (Europe)">
+               <category>Games</category>
+               <description>Disney's Chicken Little (Europe)</description>
+               <rom name="Disney's Chicken Little (Europe).iso" size="1459978240" crc="0444ce35" md5="172a02e376a37d326da1720662212bce" sha1="be2832c6394290a69a15517a490d1f9a4509bfbe"/>
+       </game>
+       <game name="Batman Begins (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>Batman Begins (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="Batman Begins (Europe) (En,Fr,De,Es,Nl).iso" size="1459978240" crc="02018d7b" md5="78508a608ebf3aa8bd5ee69f7c3335b0" sha1="58f81ff36ef88b61826ad33edcdeff0c655c1493"/>
+       </game>
+       <game name="Open Season (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Open Season (Europe) (En,Fr,Es)</description>
+               <rom name="Open Season (Europe) (En,Fr,Es).iso" size="1459978240" crc="f80e5aed" md5="56fd2ac0586c82c3b2700b3292be644d" sha1="cae1c86621af41c166b447b1ce06d56f4339e6a2"/>
+       </game>
+       <game name="X-Men Legends (Europe)">
+               <category>Games</category>
+               <description>X-Men Legends (Europe)</description>
+               <rom name="X-Men Legends (Europe).iso" size="1459978240" crc="b2c2ead5" md5="2510e752f87fabafd4a44545a53849e7" sha1="3a3f1be12281f1f6380aad9d4a9c234e7e1a8620"/>
+       </game>
+       <game name="Dairantou Smash Brothers DX (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Dairantou Smash Brothers DX (Japan) (En,Ja)</description>
+               <rom name="Dairantou Smash Brothers DX (Japan) (En,Ja).iso" size="1459978240" crc="57ea8f81" md5="378be81bb6c38febd847fc4b7f7dc36f" sha1="fe23c91b63b0731ef727c13253b6a8c6757432ac"/>
+       </game>
+       <game name="Legend of Golfer (Japan)">
+               <category>Games</category>
+               <description>Legend of Golfer (Japan)</description>
+               <rom name="Legend of Golfer (Japan).iso" size="1459978240" crc="eaaa2990" md5="bac7a8076c49d6c0737a137d62c78c91" sha1="62489a9adb36bfbc37ab8660c9cb78b375543c32"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles (Netherlands)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles (Netherlands)</description>
+               <rom name="Disney-Pixar The Incredibles (Netherlands).iso" size="1459978240" crc="65d638f6" md5="102a3dc6504152fa77e94744327a5781" sha1="53013829858d71bfd2ffb55120c91c5e681a874d"/>
+       </game>
+       <game name="Pikmin (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Pikmin (Japan) (Rev 1)</description>
+               <rom name="Pikmin (Japan) (Rev 1).iso" size="1459978240" crc="3371b99a" md5="1fe42e4bdb0ef1442103c74fca7c9dce" sha1="a78b8f20928822edd4ba76c4a80cd9fe7175fba6"/>
+       </game>
+       <game name="Atsumare!! Made in Wario (Japan)">
+               <category>Games</category>
+               <description>Atsumare!! Made in Wario (Japan)</description>
+               <rom name="Atsumare!! Made in Wario (Japan).iso" size="1459978240" crc="e3338ca2" md5="349eaa09717564bb0fee60f962495453" sha1="725b7c01e3075432f8bf3c49e6320811eaf747fe"/>
+       </game>
+       <game name="Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 2)">
+               <category>Applications</category>
+               <description>Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 2)</description>
+               <rom name="Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 2).iso" size="1459978240" crc="1e26380c" md5="a064265997d2e5b378793a45e18e48b7" sha1="ede1fb4415e68f948e5febe93aa01c90a05f0a59"/>
+       </game>
+       <game name="Outlaw Golf (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Outlaw Golf (Europe) (En,Fr,De)</description>
+               <rom name="Outlaw Golf (Europe) (En,Fr,De).iso" size="1459978240" crc="5bb255fd" md5="72eb900e042e9c76061def3e6fcead7d" sha1="d47e5ee854970e415b7e2ccbb793945522411795"/>
+       </game>
+       <game name="Rocky (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rocky (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rocky (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7875f632" md5="de8229f9a6d08290708a9372da899eef" sha1="30aec117e93d5f7b674d2b03fe15df196a855e4c"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Rainbow Six 3 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7280ea66" md5="f58d322d86316cb6bc990a453b27e598" sha1="4ecefb477905719bf3f76105f007f08c7f61e169"/>
+       </game>
+       <game name="XGIII - Extreme G Racing (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>XGIII - Extreme G Racing (Europe) (En,Fr,De,Es)</description>
+               <rom name="XGIII - Extreme G Racing (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="9d77760d" md5="300f65a027f731c99fbb1e15c4bda02a" sha1="bcec2f55d0f611ad3fa6bc52fbc190263be9cfee"/>
+       </game>
+       <game name="X-Men - Next Dimension (Europe)">
+               <category>Games</category>
+               <description>X-Men - Next Dimension (Europe)</description>
+               <rom name="X-Men - Next Dimension (Europe).iso" size="1459978240" crc="c6b5cb92" md5="2dd9f6eb4d85ba50860e0dac2b3a8c89" sha1="918b997aaa84be2537f76bb13d6e26c1fb03a44d"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (Europe)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (Europe)</description>
+               <rom name="Call of Duty 2 - Big Red One (Europe).iso" size="1459978240" crc="11d6b1f0" md5="27371ff3f86f3a64d436f1c27d3ebd44" sha1="5442fbf5b5fd7ea45194d1f6347e69a00c44d217"/>
+       </game>
+       <game name="Red Faction II (Europe)">
+               <category>Games</category>
+               <description>Red Faction II (Europe)</description>
+               <rom name="Red Faction II (Europe).iso" size="1459978240" crc="cb9f3974" md5="cefd67fc6f5efe2109c8196d65b0e417" sha1="3828ae885321a98c839983d0bf07740499218600"/>
+       </game>
+       <game name="Prince of Persia - The Two Thrones (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Prince of Persia - The Two Thrones (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Prince of Persia - The Two Thrones (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="a9e03774" md5="158fe130869669bd4129ad6a3f8d83ba" sha1="aed20616af2b5177547d19fdf4fde62ec178b58e"/>
+       </game>
+       <game name="Dave Mirra Freestyle BMX 2 (Europe)">
+               <category>Games</category>
+               <description>Dave Mirra Freestyle BMX 2 (Europe)</description>
+               <rom name="Dave Mirra Freestyle BMX 2 (Europe).iso" size="1459978240" crc="f9ba4e10" md5="c3c12a7976f8fcf510da8f412e98405a" sha1="3f0641dacae931fba289d7a748e810fbd064896b"/>
+       </game>
+       <game name="Worms 3D (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Worms 3D (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Worms 3D (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ab590663" md5="48b3b483bada75b9527cdaf7ef44c37f" sha1="756e59298589abc8d0e41720ba6399a7a7210ea6"/>
+       </game>
+       <game name="007 - From Russia with Love (Europe)">
+               <category>Games</category>
+               <description>007 - From Russia with Love (Europe)</description>
+               <rom name="007 - From Russia with Love (Europe).iso" size="1459978240" crc="2002f5ba" md5="b06a75020dde3f6d3c296da11743d080" sha1="1a7f562ecdc2f3ee61dacf820470751e100f2a01"/>
+       </game>
+       <game name="Dancing Stage Mario Mix (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dancing Stage Mario Mix (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dancing Stage Mario Mix (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ad8ab59a" md5="7b3cab3d2e31210837946ee35466b245" sha1="935606117bb6babd75558851e2b5551bf85a6c92"/>
+       </game>
+       <game name="Gladius (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Gladius (Europe) (En,Es,It)</description>
+               <rom name="Gladius (Europe) (En,Es,It).iso" size="1459978240" crc="b52a7368" md5="4e7f13f4599bc2f49db4e24e5269528a" sha1="29bec8c0c44674edac8ed9b4852968816ef1861a"/>
+       </game>
+       <game name="Kyojin no Doshin (Japan)">
+               <category>Games</category>
+               <description>Kyojin no Doshin (Japan)</description>
+               <rom name="Kyojin no Doshin (Japan).iso" size="1459978240" crc="21fc1ca2" md5="e50ae224bae53b9c139b8c04bd61dc9c" sha1="832a2845a1a0d1320dace4caed4df0ca01e44c95"/>
+       </game>
+       <game name="Shrek 2 (Europe)">
+               <category>Games</category>
+               <description>Shrek 2 (Europe)</description>
+               <rom name="Shrek 2 (Europe).iso" size="1459978240" crc="132cefdd" md5="417672fcc3871de39c16a2e75f85f159" sha1="357c898cad24f1c57a304987635eede34996f127"/>
+       </game>
+       <game name="BloodRayne (Europe)">
+               <category>Games</category>
+               <description>BloodRayne (Europe)</description>
+               <rom name="BloodRayne (Europe).iso" size="1459978240" crc="6d9f7b7b" md5="389368cf41edb7ce01ac70bb96bef6a4" sha1="33e9320db1c53912f9ee3b13ec9935481bf7f0ee"/>
+       </game>
+       <game name="Scooby-Doo! Night of 100 Frights (Europe)">
+               <category>Games</category>
+               <description>Scooby-Doo! Night of 100 Frights (Europe)</description>
+               <rom name="Scooby-Doo! Night of 100 Frights (Europe).iso" size="1459978240" crc="ac9948a6" md5="db7ce894e31f45b9cede204fb0ac6dfa" sha1="437b1ef67bad5446f9a0a203d0f5a0bbf5fc5864"/>
+       </game>
+       <game name="Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="97b5de11" md5="48e84c19c050616d1f7b81ea9e9ed8fc" sha1="0a926d18a97bd18dcb4ef51048d04fe9d327d700"/>
+       </game>
+       <game name="NBA Street V3 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NBA Street V3 (Europe) (En,Fr,De)</description>
+               <rom name="NBA Street V3 (Europe) (En,Fr,De).iso" size="1459978240" crc="42be441b" md5="4ddeaa137d88f67de1099c938d082751" sha1="66b3b332e99cd1662ee5a54707a9e4e2c13439cd"/>
+       </game>
+       <game name="Conan (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Conan (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Conan (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="308b036b" md5="7b7d3131578383e0cbb2df1855d05450" sha1="6b2c4e99e1a77ed43b0950718176a0b43a0ea2bf"/>
+       </game>
+       <game name="Conan (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Conan (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Conan (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="86238ef4" md5="a784429bd55368000d1e8989fde2f3ea" sha1="fd3c3ddc6be7ecb8b1848e1648b638264692b63f"/>
+       </game>
+       <game name="Def Jam - Vendetta (Europe)">
+               <category>Games</category>
+               <description>Def Jam - Vendetta (Europe)</description>
+               <rom name="Def Jam - Vendetta (Europe).iso" size="1459978240" crc="c8bb393a" md5="4d4bf242e7eca13b91f87c0644deea3b" sha1="8ff7c4fc7aae2959c25f1bf439daf5787bed6d68"/>
+       </game>
+       <game name="Pokemon XD - Gale of Darkness (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pokemon XD - Gale of Darkness (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pokemon XD - Gale of Darkness (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="0850ddb9" md5="f36d14bebf8fea6a046404bff6adb7e6" sha1="2b7e287df4264ddd07824d316a9d6e063d96aec5"/>
+       </game>
+       <game name="Sonic Riders (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Riders (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Riders (Europe) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="f8ea461e" md5="f6f2f170702c3de8b50f9d8ecdb308a9" sha1="60c7477d0b640616f5f5eeddb4269d65056e376c"/>
+       </game>
+       <game name="Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="4e830e05" md5="dcc0b76b0045a6f63e5b0387e314acae" sha1="30f48439fb101d040cc87f523ec064144af6c21c"/>
+       </game>
+       <game name="Pool Paradise (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pool Paradise (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pool Paradise (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="9a489b25" md5="6c5a279ac55f646476c9dc854c52ef00" sha1="57c64bc996a65c353626fe67007a57b500f6a7c6"/>
+       </game>
+       <game name="Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es)</description>
+               <rom name="Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="3114d1c4" md5="a6931e704eb6d2a9321df0ac144fdb48" sha1="28344fb6d7d18866b0990a9261a5e7a91a82838d"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 4 (Germany)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 4 (Germany)</description>
+               <rom name="Tony Hawk's Pro Skater 4 (Germany).iso" size="1459978240" crc="5ad4598d" md5="bca716048c807f305c2254f0543021a9" sha1="466176daafd08f35cb3a8f3fbf824c566b7193e0"/>
+       </game>
+       <game name="Lost Kingdoms II (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Lost Kingdoms II (Europe) (En,Fr,De)</description>
+               <rom name="Lost Kingdoms II (Europe) (En,Fr,De).iso" size="1459978240" crc="5487d388" md5="d52720780d9f895a217d810a956d2b1b" sha1="722e8de2d882308fb170718f193ae0fc03857a89"/>
+       </game>
+       <game name="NHL 2004 (Europe) (En,Fr,De,Sv,Fi)">
+               <category>Games</category>
+               <description>NHL 2004 (Europe) (En,Fr,De,Sv,Fi)</description>
+               <rom name="NHL 2004 (Europe) (En,Fr,De,Sv,Fi).iso" size="1459978240" crc="86334735" md5="54af4aafc13572b971c849aa1f138698" sha1="1c05b7e75f38f190d1a7c501ad771052f96dda85"/>
+       </game>
+       <game name="Fight Night Round 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Fight Night Round 2 (Europe) (En,Fr,De)</description>
+               <rom name="Fight Night Round 2 (Europe) (En,Fr,De).iso" size="1459978240" crc="a2fedce2" md5="284f1ff8862a0d5868157076700e80db" sha1="521238cf191e4ec5edd44d3bc5e0c8d46a8da0ad"/>
+       </game>
+       <game name="LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da) (Rev 1)</description>
+               <rom name="LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da) (Rev 1).iso" size="1459978240" crc="8a5483e9" md5="8f1891665e48b9ab9f5a68d79f3827bc" sha1="af3d7503bd78ef9c3eca7bbd835cc87dfa447e0e"/>
+       </game>
+       <game name="Knockout Kings 2003 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Knockout Kings 2003 (Europe) (En,Fr,De)</description>
+               <rom name="Knockout Kings 2003 (Europe) (En,Fr,De).iso" size="1459978240" crc="ee59e1db" md5="a41e7d2bdb0c85f6fb669f348d3ec189" sha1="8eb557add452f63057c17821eed957fde16b6286"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (Germany)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (Germany)</description>
+               <rom name="Need for Speed - Most Wanted (Germany).iso" size="1459978240" crc="fc0c00e1" md5="f2246e483f25cd3c1d325a9240497c6d" sha1="01d0ab9a91cc1adea2726afb25ae19c969ad765e"/>
+       </game>
+       <game name="LEGO Star Wars - The Video Game (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Video Game (Europe) (Fr,De)</description>
+               <rom name="LEGO Star Wars - The Video Game (Europe) (Fr,De).iso" size="1459978240" crc="d43d1d0e" md5="e55770f10bb763d9a2ade3c46069a01c" sha1="93c1dcf381ce1e3556c20598a5528f04651c7bc5"/>
+       </game>
+       <game name="TimeSplitters - Future Perfect (Germany)">
+               <category>Games</category>
+               <description>TimeSplitters - Future Perfect (Germany)</description>
+               <rom name="TimeSplitters - Future Perfect (Germany).iso" size="1459978240" crc="5bebd4f6" md5="ac610f06818ad601958de5d6f7378ab3" sha1="fc52e6c634f37f31ac0b6ba805f355af2bce68fc"/>
+       </game>
+       <game name="Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="2894392a" md5="87e907c5b14099dce1bdb146d3afbfdf" sha1="89badc3e8dd4b3c4b28f893f0cf56e42c8d4c359"/>
+       </game>
+       <game name="Super Bust-A-Move All Stars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Bust-A-Move All Stars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Bust-A-Move All Stars (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="2bb79fa6" md5="928b003d30952ef6bf0f6f496413f3c3" sha1="1e5c87fb04ab982362e177b988206069d6e04829"/>
+       </game>
+       <game name="Donkey Konga 3 - Tabehoudai! Haru Mogitate 50-kyoku (Japan)">
+               <category>Games</category>
+               <description>Donkey Konga 3 - Tabehoudai! Haru Mogitate 50-kyoku (Japan)</description>
+               <rom name="Donkey Konga 3 - Tabehoudai! Haru Mogitate 50-kyoku (Japan).iso" size="1459978240" crc="27c4e790" md5="815684c4b43466b7db847b633d37ae96" sha1="877022acc53a3eb97a4290c45f69be345defa0e0"/>
+       </game>
+       <game name="Beyond Good &amp; Evil (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Beyond Good &amp; Evil (Europe) (Fr,Nl)</description>
+               <rom name="Beyond Good &amp; Evil (Europe) (Fr,Nl).iso" size="1459978240" crc="4d4a10fe" md5="7bc9d08f58779059d0d197852767023e" sha1="527f2e48632dc36a163de8f83e61df58424c7909"/>
+       </game>
+       <game name="Sims 2, The (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Sims 2, The (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Sims 2, The (Europe) (En,Fr,De,Nl).iso" size="1459978240" crc="e9bb9d5e" md5="ab75f91fcd50f76fcaf184d89beb7270" sha1="644577943df675b0f91c56e3aa9c3edbf4bc096e"/>
+       </game>
+       <game name="Spartan - Total Warrior (Germany)">
+               <category>Games</category>
+               <description>Spartan - Total Warrior (Germany)</description>
+               <rom name="Spartan - Total Warrior (Germany).iso" size="1459978240" crc="f4b2a045" md5="c29477217c58261532c8df9bd2fad139" sha1="cc5d7f0a5d715c13c7b1a2398197b73658481a02"/>
+       </game>
+       <game name="Dead to Rights (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Dead to Rights (Europe) (En,Fr,Es,It)</description>
+               <rom name="Dead to Rights (Europe) (En,Fr,Es,It).iso" size="1459978240" crc="ce19d0ca" md5="593af0b28a362b20d292d48e5a98a168" sha1="43e70bd817e672deeaeebfac059a8cd1e86e873d"/>
+       </game>
+       <game name="Mat Hoffman's Pro BMX 2 (Europe)">
+               <category>Games</category>
+               <description>Mat Hoffman's Pro BMX 2 (Europe)</description>
+               <rom name="Mat Hoffman's Pro BMX 2 (Europe).iso" size="1459978240" crc="7dd73eb3" md5="b3a39de8a6878a2e81ade8d001f79d33" sha1="bbc490d9aa6cbce4c366effb4deb8ee6d976df7b"/>
+       </game>
+       <game name="FIFA Street (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>FIFA Street (Europe) (En,Fr,De)</description>
+               <rom name="FIFA Street (Europe) (En,Fr,De).iso" size="1459978240" crc="a66856f5" md5="23eb8790b3200f9a9bf060de12cff987" sha1="d7a205c5bda57da4a268727f673e6fdea3a12e57"/>
+       </game>
+       <game name="Nickelodeon Rocket Power - Beach Bandits (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Rocket Power - Beach Bandits (Europe)</description>
+               <rom name="Nickelodeon Rocket Power - Beach Bandits (Europe).iso" size="1459978240" crc="dd16da20" md5="da450bc5a1327f6edb260651e7bcd109" sha1="f647cbec7463fc48a38eda2e68be2fe14c8f9727"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles (Europe)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles (Europe)</description>
+               <rom name="Disney-Pixar The Incredibles (Europe).iso" size="1459978240" crc="baca665a" md5="b982c00f57f7000297d55aa3cac57ba0" sha1="17c1d040c22684e981ba2e82f6294c8489dba842"/>
+       </game>
+       <game name="X-Men 2 - Wolverine's Revenge (Europe)">
+               <category>Games</category>
+               <description>X-Men 2 - Wolverine's Revenge (Europe)</description>
+               <rom name="X-Men 2 - Wolverine's Revenge (Europe).iso" size="1459978240" crc="aab221f8" md5="30dfce9be9ba41aad0e0d81a129f9900" sha1="e36486ed74e09056c44d3b816317c944701125d5"/>
+       </game>
+       <game name="Conflict - Desert Storm (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conflict - Desert Storm (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conflict - Desert Storm (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="981b490b" md5="e756eead045d85efbafd7defae7155c0" sha1="1e7473697a029b88ff7d415814cee6f3646ff817"/>
+       </game>
+       <game name="Legends of Wrestling (Europe)">
+               <category>Games</category>
+               <description>Legends of Wrestling (Europe)</description>
+               <rom name="Legends of Wrestling (Europe).iso" size="1459978240" crc="d61d8252" md5="98ca97b113c2511c17c5f16a3918d940" sha1="95dd0a9baaa1ac0ecb66d53ceb09c9271c7c7ceb"/>
+       </game>
+       <game name="NHL 2005 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NHL 2005 (Europe) (En,Fr,De)</description>
+               <rom name="NHL 2005 (Europe) (En,Fr,De).iso" size="1459978240" crc="adcde0a7" md5="8529104bd02c680edc7c7f5371d3b9a3" sha1="8a146565a75800b0b32b15602ed774ebbb934af5"/>
+       </game>
+       <game name="Castleween (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Castleween (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Castleween (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="363afcfb" md5="2e4e50406bda95c73d91f181bf66729a" sha1="516e4e425ba4c568233ed0eac9ebc955da6c8d92"/>
+       </game>
+       <game name="Bloody Roar - Primal Fury (Europe)">
+               <category>Games</category>
+               <description>Bloody Roar - Primal Fury (Europe)</description>
+               <rom name="Bloody Roar - Primal Fury (Europe).iso" size="1459978240" crc="99ec3adc" md5="c7704cf99e822ee61c954388211cc94d" sha1="940261af84782067e84b79c2fbb9494127383f16"/>
+       </game>
+       <game name="TMNT (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TMNT (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TMNT (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1731f531" md5="6e958c31a57777ae696941a6bddf3803" sha1="2432202be9f6422b7af07950d7d99fb94668cbf2"/>
+       </game>
+       <game name="Drome Racers (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)">
+               <category>Games</category>
+               <description>Drome Racers (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)</description>
+               <rom name="Drome Racers (Europe) (En,Fr,De,Es,It,Nl,Sv,Da).iso" size="1459978240" crc="c3ffaf21" md5="403ad0b695ab4b5d88e051174e083c21" sha1="8ec3e3756609ba800b438cac960f830f0438216d"/>
+       </game>
+       <game name="Frogger Beyond (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Frogger Beyond (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Frogger Beyond (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="bcf58cb2" md5="7a34b037e86558752ec1b5324651c3d9" sha1="ab68389aae8829ab7ba6ad207aa455a9aa17eb3c"/>
+       </game>
+       <game name="Legend of Spyro, The - A New Beginning (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - A New Beginning (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Legend of Spyro, The - A New Beginning (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="23d400cb" md5="6f68a94ff9c4c0c1648416983e2e381d" sha1="5ea2b4fd1aa6c0db48647b969c77c95df8a5c945"/>
+       </game>
+       <game name="Nickelodeon Tak - The Great Juju Challenge (Europe) (En,De)">
+               <category>Games</category>
+               <description>Nickelodeon Tak - The Great Juju Challenge (Europe) (En,De)</description>
+               <rom name="Nickelodeon Tak - The Great Juju Challenge (Europe) (En,De).iso" size="1459978240" crc="287c43ea" md5="92c8f09bdcfdf9c9aa50d73374403a08" sha1="a59cb3ce4636ecea77aa658af483dff4998f9f65"/>
+       </game>
+       <game name="Pac-Man World 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pac-Man World 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pac-Man World 3 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="5ad70cd5" md5="2ab9caf12b9a03d8272190d03d77d122" sha1="019c79aefa0f8aaaa66379137aead237848acf94"/>
+       </game>
+       <game name="Rally Championship (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Rally Championship (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Rally Championship (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="ea136912" md5="cada25f283e6d328d821c759558482d3" sha1="5b55025e97c7788c812fcc69bdf6d71e731ce78e"/>
+       </game>
+       <game name="Taz - Wanted (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Taz - Wanted (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Taz - Wanted (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="c160ef87" md5="68c1e1a0657cd09994454ce4c2ec029a" sha1="8c899d84c8a52383f5b08e4e19e6fedc5c32e4f8"/>
+       </game>
+       <game name="DreamWorks Shrek - SuperSlam (Europe) (De,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - SuperSlam (Europe) (De,Nl)</description>
+               <rom name="DreamWorks Shrek - SuperSlam (Europe) (De,Nl).iso" size="1459978240" crc="ba48943a" md5="8ed80aa6e2410b595ca2e8884b32db3b" sha1="0b0954030c54195a061d84194229fed2f2932603"/>
+       </game>
+       <game name="FIFA Street 2 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>FIFA Street 2 (Europe) (En,Fr,De)</description>
+               <rom name="FIFA Street 2 (Europe) (En,Fr,De).iso" size="1459978240" crc="71f33bac" md5="a93d6515b20e1ca407d301a9f4168605" sha1="132dc7bd0592d1cba6c04b1b01de2e19746e290c"/>
+       </game>
+       <game name="Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="b4c6d6d1" md5="3deee463f33437db5386c871baf0d5b4" sha1="5cafa0fbaa4dc4387cee49f4c03a909eefa474ed"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (Germany)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (Germany)</description>
+               <rom name="Call of Duty 2 - Big Red One (Germany).iso" size="1459978240" crc="ec60e3b5" md5="3b42f9f0a3c78a514d843c8933ba577c" sha1="797d30f9b4c7808713ecb50c7ea65604655dcd88"/>
+       </game>
+       <game name="Simpsons, The - Road Rage (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Simpsons, The - Road Rage (Europe) (En,Fr,De)</description>
+               <rom name="Simpsons, The - Road Rage (Europe) (En,Fr,De).iso" size="1459978240" crc="4c36e9e4" md5="8a34b24c0b7f659f361887c7cae65dc9" sha1="165c0705d7a24c4db7eb09ebe05c2148708363c9"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Germany) (Disc 1)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Germany) (Disc 1)</description>
+               <rom name="Medal of Honor - Rising Sun (Germany) (Disc 1).iso" size="1459978240" crc="2c73ec74" md5="600659bd7ad07ded23b344d9f2b6bf04" sha1="9bb4f71417d363e25b63979c6a44f9f3377135da"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Germany) (Disc 2)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Germany) (Disc 2)</description>
+               <rom name="Medal of Honor - Rising Sun (Germany) (Disc 2).iso" size="1459978240" crc="8e136fe4" md5="9ae88d41b322b6480457ea0c0ed86512" sha1="a47fdc77ffb67a4dabf0f32387f02f8b4c711f48"/>
+       </game>
+       <game name="Tales of Symphonia (Spain) (Disc 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Spain) (Disc 1)</description>
+               <rom name="Tales of Symphonia (Spain) (Disc 1).iso" size="1459978240" crc="b0817701" md5="20d47d6b39446c64d877439b372d2e44" sha1="c5b22d4feab05f54a50c5e7bd22ca78525d01bf2"/>
+       </game>
+       <game name="Tales of Symphonia (Spain) (Disc 2)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Spain) (Disc 2)</description>
+               <rom name="Tales of Symphonia (Spain) (Disc 2).iso" size="1459978240" crc="43ef73b4" md5="25469c4b5d39670c99e31546031c8d58" sha1="0d51d99a86177795e2347d17986da5c03c81f9a6"/>
+       </game>
+       <game name="Gotcha Force (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Gotcha Force (Europe) (En,Fr,De)</description>
+               <rom name="Gotcha Force (Europe) (En,Fr,De).iso" size="1459978240" crc="5531245a" md5="a1b1a397d23d9e8d68422325138469e8" sha1="a94df10304e6a18827c7325169e9ace117f17a00"/>
+       </game>
+       <game name="Legends of Wrestling II (Europe)">
+               <category>Games</category>
+               <description>Legends of Wrestling II (Europe)</description>
+               <rom name="Legends of Wrestling II (Europe).iso" size="1459978240" crc="99ca4717" md5="a6f6b91502712a0fbb96a67ea7d470c3" sha1="f5e1bb5a5415858052b8f3a5704bacec920b7b1d"/>
+       </game>
+       <game name="Reign of Fire (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Reign of Fire (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Reign of Fire (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e6f3c841" md5="e7eea54f0af76c80c70b81791c5cc90f" sha1="42fab3ffa0d0850957268caaa30ce70a2d40edc6"/>
+       </game>
+       <game name="Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="361fcd95" md5="2e354b89a06ba201c91161ecf9740e70" sha1="3ec88a7fed241122b76bf993bc9d03e0cef4b92f"/>
+       </game>
+       <game name="Rogue Ops (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Rogue Ops (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Rogue Ops (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="1459978240" crc="131c7666" md5="9b38131fa1869eb30120f08c5501bd4a" sha1="62cd93914f379712224291aae2be5ece6d3c462e"/>
+       </game>
+       <game name="Monopoly Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monopoly Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monopoly Party (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1be3d91c" md5="a9e18b6dd8a171d727d895a47d7e7147" sha1="15870d3d7f415224d4a602e847e6c5308964a606"/>
+       </game>
+       <game name="Superman - Shadow of Apokolips (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Superman - Shadow of Apokolips (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Superman - Shadow of Apokolips (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="9c5e9810" md5="208722aa0338c2e540a0bbcda6053bf7" sha1="fb6edef0f9fc916742ec08ad05d09e2ffe4774a3"/>
+       </game>
+       <game name="Spider-Man 2 (Germany)">
+               <category>Games</category>
+               <description>Spider-Man 2 (Germany)</description>
+               <rom name="Spider-Man 2 (Germany).iso" size="1459978240" crc="4c9579da" md5="69be60e45eb86d6ae1e4acaf90541228" sha1="0e2180737800241fb22ec2c7704d1057c3715638"/>
+       </game>
+       <game name="Ultimate Spider-Man (Germany)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (Germany)</description>
+               <rom name="Ultimate Spider-Man (Germany).iso" size="1459978240" crc="30070485" md5="8a8b841ec64ab63c3dccae5df579758a" sha1="5dff825b14dbb92422a9aef711287cb7eacb5273"/>
+       </game>
+       <game name="NHL Hitz 2003 (Europe)">
+               <category>Games</category>
+               <description>NHL Hitz 2003 (Europe)</description>
+               <rom name="NHL Hitz 2003 (Europe).iso" size="1459978240" crc="f1a17a9d" md5="3779ffd4ae284fe3e6da6307e8fa3c6a" sha1="432d9e0113e3073c42b47e9a0ee0200e454edbc4"/>
+       </game>
+       <game name="NBA 2K3 (Europe)">
+               <category>Games</category>
+               <description>NBA 2K3 (Europe)</description>
+               <rom name="NBA 2K3 (Europe).iso" size="1459978240" crc="14362ac2" md5="2b74d7c334c440062705ea325036bf06" sha1="c195d7457fd1503c61831eaf111760c3f0e3afb8"/>
+       </game>
+       <game name="NFL Street (Europe)">
+               <category>Games</category>
+               <description>NFL Street (Europe)</description>
+               <rom name="NFL Street (Europe).iso" size="1459978240" crc="40b4ed94" md5="f53dbe9f04864394cbb05f906be96095" sha1="bbf34b22ac9ba6b55da302537ea5d5dbbadb984c"/>
+       </game>
+       <game name="ESPN International Winter Sports (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>ESPN International Winter Sports (Europe) (En,Fr,De,It)</description>
+               <rom name="ESPN International Winter Sports (Europe) (En,Fr,De,It).iso" size="1459978240" crc="6709e88e" md5="e04c90b9debf16a07e8c7b026cf0b3ba" sha1="09755604b9360f5133afc4c8d995b8c22483614f"/>
+       </game>
+       <game name="NBA Live 2003 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA Live 2003 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA Live 2003 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="3bae0ba4" md5="c32ce3fcc22e5c2c61616d95e77d6b85" sha1="be3dc74a2bb565b60198d32151be1f2e9dc7ca3f"/>
+       </game>
+       <game name="NBA Live 2004 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA Live 2004 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA Live 2004 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1f937a8e" md5="712f0698da9775ba5a199248c2fb9b13" sha1="1eb8711b7793cedfbdfce6672d02621cf0a55d68"/>
+       </game>
+       <game name="UFC - Throwdown (Europe)">
+               <category>Games</category>
+               <description>UFC - Throwdown (Europe)</description>
+               <rom name="UFC - Throwdown (Europe).iso" size="1459978240" crc="bb3fee57" md5="acde7217cc44964c08359fd25a7a121b" sha1="2295101186bc6c5ae5896c92c98cf7809f05c348"/>
+       </game>
+       <game name="NBA Live 2005 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>NBA Live 2005 (Europe) (En,Fr)</description>
+               <rom name="NBA Live 2005 (Europe) (En,Fr).iso" size="1459978240" crc="d3d92020" md5="bf9d5bce884cc12e402e6b2a6f1aba21" sha1="310fdfcb4b0d788c269559c318544d32b5fa2afb"/>
+       </game>
+       <game name="NBA Live 06 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>NBA Live 06 (Europe) (En,Fr)</description>
+               <rom name="NBA Live 06 (Europe) (En,Fr).iso" size="1459978240" crc="ba493c66" md5="6ca8d48e4979b78938e6dd0f3b0f92f9" sha1="5cec1e16104faba26aecbd916f1893e08580907d"/>
+       </game>
+       <game name="2002 FIFA World Cup (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (Europe) (Fr,Nl)</description>
+               <rom name="2002 FIFA World Cup (Europe) (Fr,Nl).iso" size="1459978240" crc="5980022f" md5="54411489d800faf171f5ff203b1a0c46" sha1="b7e6aa5d84e35fe1de1879c9dcd12c0c1987e275"/>
+       </game>
+       <game name="Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Nl)</description>
+               <rom name="Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Nl).iso" size="1459978240" crc="084ea086" md5="5c8a6eeeb849e20c59bc245a56d4f174" sha1="09606bce7bc063d257f006973f1b5c70e8e9cd42"/>
+       </game>
+       <game name="FIFA 06 (Netherlands)">
+               <category>Games</category>
+               <description>FIFA 06 (Netherlands)</description>
+               <rom name="FIFA 06 (Netherlands).iso" size="1459978240" crc="80f35332" md5="9f4b8772dac8c75d73436e143342309b" sha1="0cc8ddbe3d379d599c7e93ff19ff411fc9f2fbaf"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Licht uit, Camera aan! (Netherlands)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Licht uit, Camera aan! (Netherlands)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Licht uit, Camera aan! (Netherlands).iso" size="1459978240" crc="c94da0aa" md5="4e8e084fbe32a7635eca6c3e5fb008de" sha1="4a17f80c7f6c887bdc446f556c06aca0beb459f7"/>
+       </game>
+       <game name="Universal Studios Theme Park Adventure (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Universal Studios Theme Park Adventure (Europe) (En,Fr,De,Es)</description>
+               <rom name="Universal Studios Theme Park Adventure (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="8a739c2b" md5="d991a32c4c2b212cb5a7e2781500597c" sha1="5daea861237316596c4289cf5e85e95903736924"/>
+       </game>
+       <game name="Top Gun - Combat Zones (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Top Gun - Combat Zones (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Top Gun - Combat Zones (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="677421ad" md5="7f9422fd21744d54a40e100b15d74198" sha1="e3ef36cb0d5324577abfc4f8e7c079995b0cf768"/>
+       </game>
+       <game name="Disney's Winnie the Pooh's Rumbly Tumbly Adventure (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney's Winnie the Pooh's Rumbly Tumbly Adventure (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney's Winnie the Pooh's Rumbly Tumbly Adventure (Europe) (En,Fr,De,Es,It,Nl).iso" size="1459978240" crc="27252f80" md5="6eb08cd7bacdcdba5a44cf44a1255b88" sha1="17c2c749dc603a933252c129387339ba5b715a69"/>
+       </game>
+       <game name="Open Season (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Open Season (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Open Season (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="310c93fc" md5="031fc87bf00373181fb9531102beaef8" sha1="b62fb4cf77b66a8b0c0acb6cac44f5ae6986e550"/>
+       </game>
+       <game name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe)</description>
+               <rom name="Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe).iso" size="1459978240" crc="ad622e09" md5="9b10b18ec72a18d091704e424ea75110" sha1="950e2eedcc5f444d60cc89b79f488546335392bd"/>
+       </game>
+       <game name="Hulk (Spain)">
+               <category>Games</category>
+               <description>Hulk (Spain)</description>
+               <rom name="Hulk (Spain).iso" size="1459978240" crc="6a1ff38e" md5="83efa92c51f52d6a0432de138f0180db" sha1="15cded70bf85dc25288cf6f3d761dac1908609e1"/>
+       </game>
+       <game name="Harry Potter and the Philosopher's Stone (Europe) (En,Sv) (Rev 1)">
+               <category>Games</category>
+               <description>Harry Potter and the Philosopher's Stone (Europe) (En,Sv) (Rev 1)</description>
+               <rom name="Harry Potter and the Philosopher's Stone (Europe) (En,Sv) (Rev 1).iso" size="1459978240" crc="f3cc9d08" md5="9e9f4d3a03541165060c7f0c22ec146f" sha1="eefb8cff54c448f291dcf3c27c4f7fbbe0298e49"/>
+       </game>
+       <game name="Harry Potter und der Gefangene von Askaban (Germany)">
+               <category>Games</category>
+               <description>Harry Potter und der Gefangene von Askaban (Germany)</description>
+               <rom name="Harry Potter und der Gefangene von Askaban (Germany).iso" size="1459978240" crc="397a6b4b" md5="00a408be48ed1385d6d2ea591e739e33" sha1="156ab9d9fc144eef0eccad966f5f0c850fd1ee96"/>
+       </game>
+       <game name="Legend of Zelda, The - The Wind Waker (Korea)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - The Wind Waker (Korea)</description>
+               <rom name="Legend of Zelda, The - The Wind Waker (Korea).iso" size="1459978240" crc="79706bf2" md5="0037016b197dec26e4076db20e6aba4c" sha1="5b8cf416a58c075a92812c800ce5d14e35ad9391"/>
+       </game>
+       <game name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Korea)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Korea)</description>
+               <rom name="Legend of Zelda, The - Ocarina of Time &amp; Master Quest (Korea).iso" size="1459978240" crc="9724ccc4" md5="79b9e6e503e867c7d5cfb46a56d34034" sha1="f41c7e6d39c49172322dd6b93426feb348ee9659"/>
+       </game>
+       <game name="Zelda Collection (Japan)">
+               <category>Games</category>
+               <description>Zelda Collection (Japan)</description>
+               <rom name="Zelda Collection (Japan).iso" size="1459978240" crc="b15b4dc2" md5="42325f753b9f6d220666bdd289dc0c4c" sha1="809b095969b5dad659de9a6fb46f58e52303e7f3"/>
+       </game>
+       <game name="Wallace &amp; Gromit in Project Zoo (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wallace &amp; Gromit in Project Zoo (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wallace &amp; Gromit in Project Zoo (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="9071b965" md5="5843838d805a05e547bddcfc83b59239" sha1="ce6c54f2a3508a92aa28798e51a8e019c4d23075"/>
+       </game>
+       <game name="Neighbours from Hell (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Neighbours from Hell (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Neighbours from Hell (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="dabc41e2" md5="af7f2f51b45befeb3d5139f9769fa7cc" sha1="edaa52325d6eb3966d991b76c2ec53c31713b4d2"/>
+       </game>
+       <game name="SSX Tricky (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>SSX Tricky (Europe) (En,Fr,De)</description>
+               <rom name="SSX Tricky (Europe) (En,Fr,De).iso" size="1459978240" crc="e0e8b174" md5="54cabb3c41f91af0134e761a980b7da8" sha1="360c53b9e61f9beed6d31ff2e4782a60cdc111e3"/>
+       </game>
+       <game name="Franklin - Un anniversaire surprise (France)">
+               <category>Games</category>
+               <description>Franklin - Un anniversaire surprise (France)</description>
+               <rom name="Franklin - Un anniversaire surprise (France).iso" size="1459978240" crc="9f54ba04" md5="02cf21e25943d3c9d63aba26e01aa6c7" sha1="ce4cc8c4723a44cd14e7706cd2bc675e8e479ad4"/>
+       </game>
+       <game name="Lupin III - Umi ni Kieta Hihou (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Lupin III - Umi ni Kieta Hihou (Japan) (Disc 1)</description>
+               <rom name="Lupin III - Umi ni Kieta Hihou (Japan) (Disc 1).iso" size="1459978240" crc="172c7836" md5="2f83d6bb9422c8d6a1d84eb08614b014" sha1="7097c62bb0dad853eedd17fab86e333937fc207d"/>
+       </game>
+       <game name="Lupin III - Umi ni Kieta Hihou (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Lupin III - Umi ni Kieta Hihou (Japan) (Disc 2)</description>
+               <rom name="Lupin III - Umi ni Kieta Hihou (Japan) (Disc 2).iso" size="1459978240" crc="83c059eb" md5="17aac00dfda4d9ed47d2e5e2ba77b4ff" sha1="a99fde5437736922df221a4f709d4564163b6002"/>
+       </game>
+       <game name="Battle Stadium D.O.N (Japan)">
+               <category>Games</category>
+               <description>Battle Stadium D.O.N (Japan)</description>
+               <rom name="Battle Stadium D.O.N (Japan).iso" size="1459978240" crc="b86cba75" md5="3fc33706589009e85e67e54add496c1f" sha1="491cf401284f35733823d007a67c91190ef232d2"/>
+       </game>
+       <game name="Radirgy Generic (Japan)">
+               <category>Games</category>
+               <description>Radirgy Generic (Japan)</description>
+               <rom name="Radirgy Generic (Japan).iso" size="1459978240" crc="e02444fa" md5="820840a80cc6c7d803cfec292e0d9e94" sha1="88774d190727aa88cf3ae7f3bacab62837c38d2f"/>
+       </game>
+       <game name="Warrior Blade - Rastan vs. Barbarian (Japan)">
+               <category>Games</category>
+               <description>Warrior Blade - Rastan vs. Barbarian (Japan)</description>
+               <rom name="Warrior Blade - Rastan vs. Barbarian (Japan).iso" size="1459978240" crc="e7fdf42f" md5="7b5c92f41c487f14fdb5a5fbabfe73a9" sha1="b29bf648395b527bd2d123bc8c4201add3d8ece0"/>
+       </game>
+       <game name="Zoids Vs. (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Zoids Vs. (Japan) (Rev 1)</description>
+               <rom name="Zoids Vs. (Japan) (Rev 1).iso" size="1459978240" crc="0e0403c3" md5="d80d1f2d0619b74e79368909c761efd6" sha1="245646d06744e6a21ed95f7bdaa66617732f4ea3"/>
+       </game>
+       <game name="Zoids Vs. II (Japan)">
+               <category>Games</category>
+               <description>Zoids Vs. II (Japan)</description>
+               <rom name="Zoids Vs. II (Japan).iso" size="1459978240" crc="047409b7" md5="7ec4e298d9393808a81ad9e1b6b9b50b" sha1="24cac3af282a816174112badcd9c14afc9cdfdb2"/>
+       </game>
+       <game name="Zoids - Full Metal Crash (Japan)">
+               <category>Games</category>
+               <description>Zoids - Full Metal Crash (Japan)</description>
+               <rom name="Zoids - Full Metal Crash (Japan).iso" size="1459978240" crc="86f1bb88" md5="eed2160781bc5bcce40a75bba05370e3" sha1="ecf37551f3ddcc0d1440a6c062edc9a33a00f978"/>
+       </game>
+       <game name="Harry Potter y el Caliz de Fuego (Spain)">
+               <category>Games</category>
+               <description>Harry Potter y el Caliz de Fuego (Spain)</description>
+               <rom name="Harry Potter y el Caliz de Fuego (Spain).iso" size="1459978240" crc="0f9f1b03" md5="293c8a344c44eacf3f0122d7335ba40d" sha1="2a0dc449e863ff2472951513356417101978f9a8"/>
+       </game>
+       <game name="FIFA Football 2003 (Spain)">
+               <category>Games</category>
+               <description>FIFA Football 2003 (Spain)</description>
+               <rom name="FIFA Football 2003 (Spain).iso" size="1459978240" crc="a69e1a79" md5="85265a395bbdf4481890232d9cd7676f" sha1="703f618df1048f53b96b95337bd7e10e3fee43f4"/>
+       </game>
+       <game name="Charlie and the Chocolate Factory (Europe, Australia) (En,Fr,Es,Nl)">
+               <category>Games</category>
+               <description>Charlie and the Chocolate Factory (Europe, Australia) (En,Fr,Es,Nl)</description>
+               <rom name="Charlie and the Chocolate Factory (Europe, Australia) (En,Fr,Es,Nl).iso" size="1459978240" crc="aca26a5f" md5="f993271efe8ce11a13e7e08551c75fd8" sha1="78e8b932eddc4276eff53a3c8876c2784a807365"/>
+       </game>
+       <game name="FIFA Football 2004 (Spain)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (Spain)</description>
+               <rom name="FIFA Football 2004 (Spain).iso" size="1459978240" crc="3db8288c" md5="588527c276efb3a3ae7b43b646a81790" sha1="9c95317b714433f85e390e5aed8d83d9d904fdea"/>
+       </game>
+       <game name="FIFA Football 2005 (Spain)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Spain)</description>
+               <rom name="FIFA Football 2005 (Spain).iso" size="1459978240" crc="b1f61dd4" md5="66f8155426da7a5a633a8f06c228fa00" sha1="bcdf06c2282115cc9813e115caec094e148059c5"/>
+       </game>
+       <game name="FIFA 06 (Spain)">
+               <category>Games</category>
+               <description>FIFA 06 (Spain)</description>
+               <rom name="FIFA 06 (Spain).iso" size="1459978240" crc="9b8602f3" md5="e67e8ed42337792914dc7eb9aed21a17" sha1="d37046145f704da4b7a5ec1586cd82874f1b1f3c"/>
+       </game>
+       <game name="Crash Tag Team Racing (Germany)">
+               <category>Games</category>
+               <description>Crash Tag Team Racing (Germany)</description>
+               <rom name="Crash Tag Team Racing (Germany).iso" size="1459978240" crc="b90d3d2c" md5="0b1d297ade58406dea50695dcf0d5652" sha1="52038cd117e426a613f5ff47b00f4aa09889915b"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (Germany)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (Germany)</description>
+               <rom name="Tom Clancy's Ghost Recon (Germany).iso" size="1459978240" crc="477cbf69" md5="c8f82be9d9b0470f0b12f9d4a8145c1d" sha1="5eb012c5488498b70296ef337b098e360793645d"/>
+       </game>
+       <game name="DreamWorks Madagascar (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (Europe) (Fr,De)</description>
+               <rom name="DreamWorks Madagascar (Europe) (Fr,De).iso" size="1459978240" crc="e89d6c09" md5="4830cdfc264ebf2d30164a4f400834f1" sha1="82f4f6ae957372078fddec5712ad840d4a78a2df"/>
+       </game>
+       <game name="Harry Potter och den flammande baegaren (Sweden)">
+               <category>Games</category>
+               <description>Harry Potter och den flammande baegaren (Sweden)</description>
+               <rom name="Harry Potter och den flammande baegaren (Sweden).iso" size="1459978240" crc="9caa2a38" md5="a4e5e0d81dfd245475a987242e7d4585" sha1="798d5314bcf0e752f330585a452c34508d1e5b6c"/>
+       </game>
+       <game name="Harry Potter och fangen fran Azkaban (Sweden)">
+               <category>Games</category>
+               <description>Harry Potter och fangen fran Azkaban (Sweden)</description>
+               <rom name="Harry Potter och fangen fran Azkaban (Sweden).iso" size="1459978240" crc="7508a0e4" md5="571bbcbb06f5d15a247ea1acb941f364" sha1="001815d426be646ed7b4a83608ceba33d6da47a6"/>
+       </game>
+       <game name="Shrek 2 (Sweden)">
+               <category>Games</category>
+               <description>Shrek 2 (Sweden)</description>
+               <rom name="Shrek 2 (Sweden).iso" size="1459978240" crc="7ba40525" md5="9556822e393b7eac3da5b292b952c209" sha1="9cd2a49af06aecd4c90097949fed9f346ba3ab46"/>
+       </game>
+       <game name="DreamWorks Shrek - SuperSlam (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - SuperSlam (Europe) (En,Fr,Es,It)</description>
+               <rom name="DreamWorks Shrek - SuperSlam (Europe) (En,Fr,Es,It).iso" size="1459978240" crc="2bd507c3" md5="ebba8aebda5b68c144c14800ecc3343b" sha1="8bdd081ca2c49254b45eb615eeefe0eabb19a281"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Demo)">
+               <category>Demos</category>
+               <description>Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Demo)</description>
+               <rom name="Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Demo).iso" size="1459978240" crc="ce53a492" md5="f67314c8c39db317575ae8c8f9d90964" sha1="c35b5c78a5380ea481eabdb60c1540f9d1e691d2"/>
+       </game>
+       <game name="SD Gundam - Gashapon Wars (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>SD Gundam - Gashapon Wars (Japan) (Taikenban)</description>
+               <rom name="SD Gundam - Gashapon Wars (Japan) (Taikenban).iso" size="1459978240" crc="1644b443" md5="cbe0951ad0852fa269a3435c859d325d" sha1="ff47e2bccfb74d000b2a745da57a0fdf9be56365"/>
+       </game>
+       <game name="Club Nintendo Original e-Catalog 2004 (Japan)">
+               <category>Demos</category>
+               <description>Club Nintendo Original e-Catalog 2004 (Japan)</description>
+               <rom name="Club Nintendo Original e-Catalog 2004 (Japan).iso" size="1459978240" crc="643e910f" md5="0b8c6c73ec9211d5d702e8cbaac5194d" sha1="d84dd449e4fa20c49368b482da02c0feb2f13283"/>
+       </game>
+       <game name="Nintendo GameCube Soft e-Catalog 2003 Enjoy Plus-ban (Japan)">
+               <category>Demos</category>
+               <description>Nintendo GameCube Soft e-Catalog 2003 Enjoy Plus-ban (Japan)</description>
+               <rom name="Nintendo GameCube Soft e-Catalog 2003 Enjoy Plus-ban (Japan).iso" size="1459978240" crc="e938e1df" md5="b63728cbc34bcfed902d52db33ce7c0a" sha1="462fdd7fc6972c1315b0393d30db1966211c19ad"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.7.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.7.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.7.1 (Japan).iso" size="1459978240" crc="5f8a38ed" md5="75e985fb5292c7f8103605bffb1503fc" sha1="3a2789f975a323f663d71779a89895a8a569e6c2"/>
+       </game>
+       <game name="Sum of All Fears, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sum of All Fears, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sum of All Fears, The (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="796a1ab7" md5="c644711b75776f2e2c1e02987a568d5d" sha1="0175fe42683b30d0b5daabd55401dbb22dae311f"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Ghost Recon 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e719bbf8" md5="da413bbb96072817a6ca4193339debd1" sha1="d84377d8d82164a89fbd031a4505e8e8d3dc7147"/>
+       </game>
+       <game name="Scooby-Doo! Nacht der 100 Schrecken (Germany)">
+               <category>Games</category>
+               <description>Scooby-Doo! Nacht der 100 Schrecken (Germany)</description>
+               <rom name="Scooby-Doo! Nacht der 100 Schrecken (Germany).iso" size="1459978240" crc="a7a3dace" md5="bda091b76e492271bbcf0fa030768ebe" sha1="8b3d3cb494aa00ee332a27a521703b6d430bbc51"/>
+       </game>
+       <game name="King Arthur (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>King Arthur (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="King Arthur (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ee3c9cf7" md5="452c3b82f3652f1e137e8f0e8a4a9c1a" sha1="59587e5bcd5467c13d725b2b86af4743782cecee"/>
+       </game>
+       <game name="Tom Clancy's Rainbow Six - Lockdown (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Rainbow Six - Lockdown (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Rainbow Six - Lockdown (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="47df5b17" md5="9b75b766f28098623a8343a86c653017" sha1="116b3ae022ce268856b489a297f90847f6187c07"/>
+       </game>
+       <game name="Gladius (Germany)">
+               <category>Games</category>
+               <description>Gladius (Germany)</description>
+               <rom name="Gladius (Germany).iso" size="1459978240" crc="fc4f3434" md5="9e28ad915cdf85d88149f6d12a4570c6" sha1="cf1ca0fe1ef6668a44ac7ffdef9f7b1838c6723c"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (Europe)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (Europe).iso" size="1459978240" crc="354be7e2" md5="e023a779e54d753f264c030a5c44868c" sha1="8ef18faf8839db520cf0a5b27670bf9026d21e0b"/>
+       </game>
+       <game name="Bionicle (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>Bionicle (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="Bionicle (Europe) (En,Fr,De,Es,It,Da).iso" size="1459978240" crc="b2b57c1c" md5="bb7bf25a744ebebacbe25b2877b11c21" sha1="7da0d3d1cd7933c8ab8b87d175f81b7d9b6a7537"/>
+       </game>
+       <game name="X-Men Legends II - Rise of Apocalypse (Germany)">
+               <category>Games</category>
+               <description>X-Men Legends II - Rise of Apocalypse (Germany)</description>
+               <rom name="X-Men Legends II - Rise of Apocalypse (Germany).iso" size="1459978240" crc="0974ee6d" md5="cc501af1590a1b4f5ed3675c2c664f40" sha1="381f1b2d08855dbb88c804a72012747234f319da"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 2)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 2)</description>
+               <rom name="Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 2).iso" size="1459978240" crc="b2b5a18f" md5="8b32e9ef34fa2d3c22cefd1c63da8067" sha1="1207381d94b5eb4166420ba940e0fb1e22f15da9"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 1)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 1)</description>
+               <rom name="Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 1).iso" size="1459978240" crc="92481f32" md5="76d6e0a9d13922aaebccf4dfa363bf1d" sha1="040313b97dba24885997a41be7c7eb47cba61a76"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 1)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 1)</description>
+               <rom name="GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 1).iso" size="1459978240" crc="6467ec57" md5="c0cfc5c7cf21e93efebdb5461578130d" sha1="e8656530cd6c99f1d72320d3f9dbd19688c246d0"/>
+       </game>
+       <game name="GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 2)">
+               <category>Games</category>
+               <description>GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 2)</description>
+               <rom name="GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 2).iso" size="1459978240" crc="638836f2" md5="1b8165c8d2db2563158f1d2709f30849" sha1="a422026df608ef8740244880a1c53147d97d2a71"/>
+       </game>
+       <game name="Taxi 3 - Le Jeu (France)">
+               <category>Games</category>
+               <description>Taxi 3 - Le Jeu (France)</description>
+               <rom name="Taxi 3 - Le Jeu (France).iso" size="1459978240" crc="3a1a8d90" md5="b55d89c0b235b0050eabe894d2f0ee31" sha1="fc104322da45ee740b331ede2e410e13e78b5d75"/>
+       </game>
+       <game name="Star Fox Adventures (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Star Fox Adventures (Japan) (Rev 1)</description>
+               <rom name="Star Fox Adventures (Japan) (Rev 1).iso" size="1459978240" crc="9781203a" md5="ebff34930b3e8846167047bf71d25fbc" sha1="979e8f24000cb9a8b332228a6b0fbf8a59aa0cab"/>
+       </game>
+       <game name="Viewtiful Joe Revival (Japan)">
+               <category>Games</category>
+               <description>Viewtiful Joe Revival (Japan)</description>
+               <rom name="Viewtiful Joe Revival (Japan).iso" size="1459978240" crc="6ff8a1a6" md5="ff63b99622cb342edf18403112669d7e" sha1="37fb61386495a7c5da1d50a70d17f92ac5f49372"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban - 2003 Memorial (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban - 2003 Memorial (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban - 2003 Memorial (Japan).iso" size="1459978240" crc="81a05981" md5="4c5e56314894bff209c31e6bec60f740" sha1="ff28779e5ecccc970bed91d0410cca6925405f20"/>
+       </game>
+       <game name="Buffy the Vampire Slayer - Chaos Bleeds (Europe)">
+               <category>Games</category>
+               <description>Buffy the Vampire Slayer - Chaos Bleeds (Europe)</description>
+               <rom name="Buffy the Vampire Slayer - Chaos Bleeds (Europe).iso" size="1459978240" crc="46e25097" md5="1e3f73052b05d8cbc1179f375a21bbf8" sha1="2d2c2ca0cc00a609c5c21c9f956b36c792ef0b71"/>
+       </game>
+       <game name="Nick Jr. Dora the Explorer - Journey to the Purple Planet (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Nick Jr. Dora the Explorer - Journey to the Purple Planet (Europe) (En,Fr)</description>
+               <rom name="Nick Jr. Dora the Explorer - Journey to the Purple Planet (Europe) (En,Fr).iso" size="1459978240" crc="278087cc" md5="2196dfb872b9423a330668eba7ca0699" sha1="0a909d11ff972003d22cf459d97c2d8c99155f17"/>
+       </game>
+       <game name="TimeSplitters - Futuro Perfecto (Spain)">
+               <category>Games</category>
+               <description>TimeSplitters - Futuro Perfecto (Spain)</description>
+               <rom name="TimeSplitters - Futuro Perfecto (Spain).iso" size="1459978240" crc="83eb1e86" md5="94bc6075a9509dae9b12f1a9c69a3141" sha1="4d7107664aec328ec607ee29094fde7f1db770e0"/>
+       </game>
+       <game name="Gadget Racers (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gadget Racers (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gadget Racers (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="e04a0eba" md5="c7945229eefae34dc586af3dbc01634a" sha1="a7edbc83364c164ebc06cfa420fec7ddbee8a7b6"/>
+       </game>
+       <game name="F1 Career Challenge (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>F1 Career Challenge (Europe) (En,Fr,De,It)</description>
+               <rom name="F1 Career Challenge (Europe) (En,Fr,De,It).iso" size="1459978240" crc="361f47d5" md5="21991c0ba6184a4fd75f5af3b911be4f" sha1="5999f5bd5bf793dddf0326e7a14b60379173b5bc"/>
+       </game>
+       <game name="Speed Kings (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Speed Kings (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Speed Kings (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="6d62d060" md5="f64268ee24cddb9573152a620588fe37" sha1="a738b5b738cff3785fd64b067d60aed47b220c65"/>
+       </game>
+       <game name="NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs)">
+               <category>Games</category>
+               <description>NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs)</description>
+               <rom name="NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs).iso" size="1459978240" crc="4deafc44" md5="1e93dbe42c9a1d7fe90dfe49cd307ae4" sha1="009162c43cfbeafd9cb30043c5838f384404edc6"/>
+       </game>
+       <game name="Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="934da42f" md5="96880c826c6e37897226b47e3f72b66c" sha1="6e8485afe135b4fc1201b83d9d31ace1202c74e5"/>
+       </game>
+       <game name="Star Wars - Bounty Hunter (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Bounty Hunter (Spain)</description>
+               <rom name="Star Wars - Bounty Hunter (Spain).iso" size="1459978240" crc="3c24be94" md5="5b5a0708869117a885ffea967992da1a" sha1="9e771dabbfd7cea671a982537a51933cb7b94b45"/>
+       </game>
+       <game name="LEGO Star Wars - The Video Game (Europe)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Video Game (Europe)</description>
+               <rom name="LEGO Star Wars - The Video Game (Europe).iso" size="1459978240" crc="0d2ca119" md5="a83cc0581cc51cdb5d90ec66aa8510b5" sha1="3098a117c8febab5b342a1c9f326089772ce601f"/>
+       </game>
+       <game name="Starsky &amp; Hutch (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Starsky &amp; Hutch (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Starsky &amp; Hutch (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="636cc433" md5="41a62d8e258b124b3d51a75d4adf1df5" sha1="9c4de7d2ac5dc7a13f60bf5aea50c8b0f6faa5a9"/>
+       </game>
+       <game name="Ultimate Spider-Man (Spain)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (Spain)</description>
+               <rom name="Ultimate Spider-Man (Spain).iso" size="1459978240" crc="35e22fe7" md5="0e05910842b18564a246774a3f946e20" sha1="0f682cf7eb565e4177fbda33b1af08c79a850c97"/>
+       </game>
+       <game name="Harry Potter y el prisionero de Azkaban (Spain)">
+               <category>Games</category>
+               <description>Harry Potter y el prisionero de Azkaban (Spain)</description>
+               <rom name="Harry Potter y el prisionero de Azkaban (Spain).iso" size="1459978240" crc="53801ce4" md5="f150ce3ef73bfcb788facd19cff0e483" sha1="9660223ba48bf94a98542a8564cb15cad23855e8"/>
+       </game>
+       <game name="Harry Potter e il Calice di Fuoco (Italy)">
+               <category>Games</category>
+               <description>Harry Potter e il Calice di Fuoco (Italy)</description>
+               <rom name="Harry Potter e il Calice di Fuoco (Italy).iso" size="1459978240" crc="6efa63f0" md5="8b8cc5a5709eb6ece9414c48df94dc1c" sha1="7f6556091b3722e675d2dacb07aff591bdec95e5"/>
+       </game>
+       <game name="Harry Potter and the Philosopher's Stone (Europe) (Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Harry Potter and the Philosopher's Stone (Europe) (Es,It) (Rev 1)</description>
+               <rom name="Harry Potter and the Philosopher's Stone (Europe) (Es,It) (Rev 1).iso" size="1459978240" crc="8a9850f1" md5="dbbba237e6c07cf2033b474e4a90c91d" sha1="1881498a7fb9ae0f2147b85a3dd27b1676d6b3cd"/>
+       </game>
+       <game name="Signore degli Anelli, Il - Il Ritorno del Re (Italy)">
+               <category>Games</category>
+               <description>Signore degli Anelli, Il - Il Ritorno del Re (Italy)</description>
+               <rom name="Signore degli Anelli, Il - Il Ritorno del Re (Italy).iso" size="1459978240" crc="daebbd65" md5="24659b841122e95a9ba28dd06862fb79" sha1="3b63a8c44fdf1ae1e8ac45674fccc9a290b833d6"/>
+       </game>
+       <game name="Signore degli Anelli, Il - Le Due Torri (Italy)">
+               <category>Games</category>
+               <description>Signore degli Anelli, Il - Le Due Torri (Italy)</description>
+               <rom name="Signore degli Anelli, Il - Le Due Torri (Italy).iso" size="1459978240" crc="61cb1cce" md5="f98d2c0f6fe053e8bfcdb5ee9e2c5731" sha1="6f0f49f26cbe20936cf2bb40a702d29652380717"/>
+       </game>
+       <game name="Medal of Honor - Frontline (Italy)">
+               <category>Games</category>
+               <description>Medal of Honor - Frontline (Italy)</description>
+               <rom name="Medal of Honor - Frontline (Italy).iso" size="1459978240" crc="580dbd0a" md5="349e99dacde4b9a4cdd0fca09e44264b" sha1="e1ffe50a6e196398d0478eb1bc46271ff775e542"/>
+       </game>
+       <game name="X-Men Legends II - Rise of Apocalypse (Europe) (En,Fr,It)">
+               <category>Games</category>
+               <description>X-Men Legends II - Rise of Apocalypse (Europe) (En,Fr,It)</description>
+               <rom name="X-Men Legends II - Rise of Apocalypse (Europe) (En,Fr,It).iso" size="1459978240" crc="052e0391" md5="c03a70c1bf6fe241b5d8f73248875331" sha1="d6d2c0946da1f10b3750f11354208179251154a5"/>
+       </game>
+       <game name="Judge Dredd - Dredd vs. Death (Germany) (En,De)">
+               <category>Games</category>
+               <description>Judge Dredd - Dredd vs. Death (Germany) (En,De)</description>
+               <rom name="Judge Dredd - Dredd vs. Death (Germany) (En,De).iso" size="1459978240" crc="638f2200" md5="ac234afecae90d154ddad699c89307ce" sha1="afe249944b1790b6c47b607116d895893a90b06d"/>
+       </game>
+       <game name="Spider-Man (Germany)">
+               <category>Games</category>
+               <description>Spider-Man (Germany)</description>
+               <rom name="Spider-Man (Germany).iso" size="1459978240" crc="67ac4bb0" md5="ca4f9c0e234fdb373cd92082b5d1e7d0" sha1="e4335636514ca51d7518e7b9d99ae9cec166d5cb"/>
+       </game>
+       <game name="SX Superstar (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>SX Superstar (Europe) (En,Fr,De,Es)</description>
+               <rom name="SX Superstar (Europe) (En,Fr,De,Es).iso" size="1459978240" crc="620f8c2d" md5="7b9dbf456858458f45687ab15f95ff16" sha1="5af235c4143596f1a0353ace32a6f48cae8dbfb3"/>
+       </game>
+       <game name="Micro Machines (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Micro Machines (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Micro Machines (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="a8f0ce2f" md5="a3842e886346497ad83c66915111821d" sha1="62b9b212a46426f45f3c4880b12648611fcea1a6"/>
+       </game>
+       <game name="Polar Express, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Polar Express, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Polar Express, The (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="3e9f084d" md5="87ad1d6d255ee4f6025aa3a9457f325e" sha1="16e9f9c7fb61f16eff4b84931c51ab28ce998b51"/>
+       </game>
+       <game name="Disney's Tarzan - Freeride (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney's Tarzan - Freeride (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney's Tarzan - Freeride (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="251ad1e8" md5="fbd0cd21a89fde6338cef789c9dab039" sha1="42efd57c2961c5dce5cd9139103168ee15f866c8"/>
+       </game>
+       <game name="Need for Speed - Carbon (Germany)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (Germany)</description>
+               <rom name="Need for Speed - Carbon (Germany).iso" size="1459978240" crc="fd7813ff" md5="6446175d09f065c84d4919450178fd44" sha1="3b414e7c0a01a156910537d61823d46aa34fee3c"/>
+       </game>
+       <game name="Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="01cf3e39" md5="b80e5f1622f83c829205a17235a43e99" sha1="6c12e2f608077a678a3a1fe2f35903a61b249552"/>
+       </game>
+       <game name="Darkened Skye (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Darkened Skye (Europe) (En,Fr,De)</description>
+               <rom name="Darkened Skye (Europe) (En,Fr,De).iso" size="1459978240" crc="13827f09" md5="da8c7d6bcc79fb5853c61fdcd9f13877" sha1="1cc60ad6d34d41e46100189342677a61f71e6669"/>
+       </game>
+       <game name="Italian Job, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Italian Job, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Italian Job, The (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="4bbf11bc" md5="405a3159b34aa88fb483567413f06295" sha1="b748029f67a22129ad1428b1d6c7d43a8828bb6a"/>
+       </game>
+       <game name="Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr)</description>
+               <rom name="Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr).iso" size="1459978240" crc="5c63cdd1" md5="65a7575fbab68bb8178eeb6a669d1605" sha1="d4dce87e6d1cc33e65971eef758e28c15684fac0"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (France)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (France)</description>
+               <rom name="Disney-Pixar Ratatouille (France).iso" size="1459978240" crc="a881872b" md5="23f52359347b4f38911ce8465a33cd60" sha1="b392f6591277941ae28e728c237f39c4a5f29ca1"/>
+       </game>
+       <game name="GoldenEye - Agente Corrupto (Spain) (Disc 1)">
+               <category>Games</category>
+               <description>GoldenEye - Agente Corrupto (Spain) (Disc 1)</description>
+               <rom name="GoldenEye - Agente Corrupto (Spain) (Disc 1).iso" size="1459978240" crc="8a1122d6" md5="75751a30aca36dd24df97f05f9b2bc5d" sha1="6973f79e43f83392e2901913a20dbbf0ed3b44f1"/>
+       </game>
+       <game name="GoldenEye - Agente Corrupto (Spain) (Disc 2)">
+               <category>Games</category>
+               <description>GoldenEye - Agente Corrupto (Spain) (Disc 2)</description>
+               <rom name="GoldenEye - Agente Corrupto (Spain) (Disc 2).iso" size="1459978240" crc="6f6dd988" md5="700a28a8f1287c85e8d39595a547097f" sha1="582a2b0d1ab271f71c789c53f43625447b7234e0"/>
+       </game>
+       <game name="Spider-Man 2 (Europe)">
+               <category>Games</category>
+               <description>Spider-Man 2 (Europe)</description>
+               <rom name="Spider-Man 2 (Europe).iso" size="1459978240" crc="69b4f5f6" md5="ddaf3e01678474020afbaa4d00bfe1b1" sha1="5912c8e2a1ef54f9a0208e78dd7d9645ef653654"/>
+       </game>
+       <game name="Incredible Hulk, The - Ultimate Destruction (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Incredible Hulk, The - Ultimate Destruction (Europe) (En,Es,It)</description>
+               <rom name="Incredible Hulk, The - Ultimate Destruction (Europe) (En,Es,It).iso" size="1459978240" crc="c9c8e10b" md5="4767706623aaf8191298200eb8f7d5b5" sha1="8b44a56c1e429fbde8936bece08c89c43ea0d80c"/>
+       </game>
+       <game name="DreamWorks Over the Hedge (Europe)">
+               <category>Games</category>
+               <description>DreamWorks Over the Hedge (Europe)</description>
+               <rom name="DreamWorks Over the Hedge (Europe).iso" size="1459978240" crc="03d01b8f" md5="524d5501130ebe3c53e43334b75d358b" sha1="882ed2d3afa4bbed53522e449c8df02597543d12"/>
+       </game>
+       <game name="Top Angler - Real Bass Fishing (Europe)">
+               <category>Games</category>
+               <description>Top Angler - Real Bass Fishing (Europe)</description>
+               <rom name="Top Angler - Real Bass Fishing (Europe).iso" size="1459978240" crc="32c0e4e8" md5="15657559848baf10841b1a943fbbf39e" sha1="01d40eda949a6ed589c5611e3feedade71a66e0f"/>
+       </game>
+       <game name="Wallace &amp; Gromit in Project Zoo (UK)">
+               <category>Games</category>
+               <description>Wallace &amp; Gromit in Project Zoo (UK)</description>
+               <rom name="Wallace &amp; Gromit in Project Zoo (UK).iso" size="1459978240" crc="c58576dd" md5="dfe55017cc9a76da5863382f4f48de3f" sha1="adcbdc5a4fdb2701ad2130f68be20c577e4dc981"/>
+       </game>
+       <game name="Star Wars - Las Guerras Clon (Spain)">
+               <category>Games</category>
+               <description>Star Wars - Las Guerras Clon (Spain)</description>
+               <rom name="Star Wars - Las Guerras Clon (Spain).iso" size="1459978240" crc="7f6214a4" md5="20fc62f465ba2befa6c3b8c164372f6f" sha1="30b9de7c7127e08c6b9b51b8bfba1f817a17e7e0"/>
+       </game>
+       <game name="Nickelodeon Jimmy Neutron - Boy Genius (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Jimmy Neutron - Boy Genius (Europe)</description>
+               <rom name="Nickelodeon Jimmy Neutron - Boy Genius (Europe).iso" size="1459978240" crc="dde140e6" md5="f86da2a0b1f62ac739b5285c5ff44c9f" sha1="113c01a27ed0c9a68d5e85ba65dd218a484a17ba"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe).iso" size="1459978240" crc="ebf5a0bb" md5="6a6e47551f938ef98602e740edac5463" sha1="f551238b03c2a4b0b2760d99e5092f7efe2906df"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe).iso" size="1459978240" crc="5dcf1734" md5="10b725bed9a3be326a776db800682b47" sha1="53238fd27c00b2f51b19e2fcf4f3bc8ae34aa612"/>
+       </game>
+       <game name="Nickelodeon The SpongeBob SquarePants Movie (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon The SpongeBob SquarePants Movie (Europe)</description>
+               <rom name="Nickelodeon The SpongeBob SquarePants Movie (Europe).iso" size="1459978240" crc="334aac70" md5="62bc84bfcad66e8d24f83873b247b628" sha1="f13f66669639b95d2c63f51cc3deea1b334998e5"/>
+       </game>
+       <game name="MC Groovz Dance Craze (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MC Groovz Dance Craze (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MC Groovz Dance Craze (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ec6ed5ae" md5="26f19a580a180a33ba88e960def9fc51" sha1="6f8f2ee2e811f792e6b74cc440c1bb149296dfe3"/>
+       </game>
+       <game name="Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 1)">
+               <category>Games</category>
+               <description>Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 1)</description>
+               <rom name="Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 1).iso" size="1459978240" crc="54b81ca5" md5="7138d44e060bc3621817b044ea64ae9a" sha1="af9059c82800700838342c255f12a1387c4b5255"/>
+       </game>
+       <game name="Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 2)">
+               <category>Games</category>
+               <description>Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 2)</description>
+               <rom name="Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 2).iso" size="1459978240" crc="8d4652ee" md5="03f20fe0baa698d2ff463a9211e67d06" sha1="78c8c98ebcb65f3adc87da04ae0c1c5e6edb93ee"/>
+       </game>
+       <game name="Monster Jam - Maximum Destruction (Europe)">
+               <category>Games</category>
+               <description>Monster Jam - Maximum Destruction (Europe)</description>
+               <rom name="Monster Jam - Maximum Destruction (Europe).iso" size="1459978240" crc="a60cc9b0" md5="4052c7b9baf85e3a72dfc279382b6bdb" sha1="666b46af0c67932012e0c019c2ebf708da5fbfe6"/>
+       </game>
+       <game name="Mystic Heroes (Europe)">
+               <category>Games</category>
+               <description>Mystic Heroes (Europe)</description>
+               <rom name="Mystic Heroes (Europe).iso" size="1459978240" crc="68446d9d" md5="cc49e5ba086345710b363cabe8e58592" sha1="3a83e2bde78ddc7e9d9803fecef609db4d3f4256"/>
+       </game>
+       <game name="Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="610ee714" md5="c423cb1b3eaf35e389d3124c99a78a56" sha1="5d3be60baa507b3077c4a429b9b8c80bb5535c69"/>
+       </game>
+       <game name="Looney Tunes - Back in Action (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Looney Tunes - Back in Action (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Looney Tunes - Back in Action (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="127250f2" md5="6ef36eec5c3c81fef12fab7930a1ef79" sha1="9e1c49636e69b81b23e47e4ca71b0b4af16ade89"/>
+       </game>
+       <game name="Marvel Nemesis - Rise of the Imperfects (Europe)">
+               <category>Games</category>
+               <description>Marvel Nemesis - Rise of the Imperfects (Europe)</description>
+               <rom name="Marvel Nemesis - Rise of the Imperfects (Europe).iso" size="1459978240" crc="6e534882" md5="78159b716612d408ffa9d6bece0e5fb9" sha1="f0d59032aa8ecfb31d7b5c378d3a1d34c9f458ea"/>
+       </game>
+       <game name="Disney-Pixar Monsters, Inc. - Scream Arena (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney-Pixar Monsters, Inc. - Scream Arena (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney-Pixar Monsters, Inc. - Scream Arena (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="1b8eaba2" md5="b2c9ba8474c55548dc661c2fbe0e7dce" sha1="3ba8c36393f22ae7d2b2022022a8ec716e576d08"/>
+       </game>
+       <game name="DreamWorks Madagascar (Spain)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (Spain)</description>
+               <rom name="DreamWorks Madagascar (Spain).iso" size="1459978240" crc="36410399" md5="fb6d12be48aa0cab56dc48875b8d2edc" sha1="da9677b1a35862a4c43c4252873bf3bec366031c"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (Spain)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (Spain)</description>
+               <rom name="Call of Duty 2 - Big Red One (Spain).iso" size="1459978240" crc="84ec74b5" md5="fec2224af6f99fa72ed4126dca16c3c5" sha1="ac4159689c5e932a7a1bc9ecc44caee7005feb10"/>
+       </game>
+       <game name="Fantastic 4 (Spain)">
+               <category>Games</category>
+               <description>Fantastic 4 (Spain)</description>
+               <rom name="Fantastic 4 (Spain).iso" size="1459978240" crc="167a9ca6" md5="a21ac401f25789a8b33f70cfe1e6c5df" sha1="1925072630a0ac8f51e5f15403ff8deee9f22b3e"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 1)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 1)</description>
+               <rom name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 1).iso" size="1459978240" crc="ade8c8f2" md5="a178801d131efcfcaee327e1521c3ba3" sha1="bd3a08f3800eae9c9c7bc63ce0def268a207430d"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 2)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 2)</description>
+               <rom name="Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 2).iso" size="1459978240" crc="a24ab7ac" md5="b64c44d3d2d6fe664343ee9ba0b71013" sha1="490226b71abfe77c383eeb3648feff5aea4763ea"/>
+       </game>
+       <game name="SpyHunter (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SpyHunter (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SpyHunter (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="6e368bcc" md5="3335dc9efc3b0da58572ca3f77c529fa" sha1="f3d37ef76af0e34533b9a6292ce66c3d00938f83"/>
+       </game>
+       <game name="Ribbit King (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ribbit King (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ribbit King (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="b4cf112f" md5="28a18a5c62f46923e6349c7b47587bf3" sha1="cbee7599c5eeaefa93b636dda09c4c1585738ec7"/>
+       </game>
+       <game name="Nickelodeon Barnyard (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Barnyard (Europe)</description>
+               <rom name="Nickelodeon Barnyard (Europe).iso" size="1459978240" crc="5ded17ac" md5="5ef2f2c24714a0dbdbd74224ea8bb167" sha1="50a853cdec2558517d8033ee653a23c4aa34bb25"/>
+       </game>
+       <game name="World Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>World Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="World Racing (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="ba953fbe" md5="49c8c1933e1039111cb55980b8c76f09" sha1="9a28cfbfcf22b4a6f2b1eb01917606c9bebb6bef"/>
+       </game>
+       <game name="Senor de los Anillos, El - El Retorno del Rey (Spain)">
+               <category>Games</category>
+               <description>Senor de los Anillos, El - El Retorno del Rey (Spain)</description>
+               <rom name="Senor de los Anillos, El - El Retorno del Rey (Spain).iso" size="1459978240" crc="0767aac0" md5="e36af70dbc8d6710b9e63651285bb158" sha1="df1b53f00400882b8a1e92199a5311e51af74eff"/>
+       </game>
+       <game name="Senor de los Anillos, El - Las Dos Torres (Spain)">
+               <category>Games</category>
+               <description>Senor de los Anillos, El - Las Dos Torres (Spain)</description>
+               <rom name="Senor de los Anillos, El - Las Dos Torres (Spain).iso" size="1459978240" crc="66265042" md5="5b6ef30ca8d65039d5a7f8e15101e19b" sha1="0ca9eea60e2ed0da701ddf80597b541f2bcc5a0e"/>
+       </game>
+       <game name="007 - Todo o Nada (Spain)">
+               <category>Games</category>
+               <description>007 - Todo o Nada (Spain)</description>
+               <rom name="007 - Todo o Nada (Spain).iso" size="1459978240" crc="8b9af943" md5="7d50ecfdbe7572359b1a3b46337e2db8" sha1="3de7f4aebcd34a647d6527a0174cbfac682b9114"/>
+       </game>
+       <game name="007 - Nightfire (Spain)">
+               <category>Games</category>
+               <description>007 - Nightfire (Spain)</description>
+               <rom name="007 - Nightfire (Spain).iso" size="1459978240" crc="8fad7f86" md5="79cae3e9f1176b776e6ae2c033e62627" sha1="2c0ecc806a8fa4340f3e90834bc07b38a83f21b2"/>
+       </game>
+       <game name="Billy Hatcher and the Giant Egg (Europe) (Demo)">
+               <category>Demos</category>
+               <description>Billy Hatcher and the Giant Egg (Europe) (Demo)</description>
+               <rom name="Billy Hatcher and the Giant Egg (Europe) (Demo).iso" size="1459978240" crc="097da801" md5="adc9af8f66fc770b6fceb06c9f599500" sha1="b72a029056ceb4abb38dc13fd15a5e94484c84e6"/>
+       </game>
+       <game name="FIFA Football 2005 (Europe)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (Europe)</description>
+               <rom name="FIFA Football 2005 (Europe).iso" size="1459978240" crc="8ad89cf9" md5="481556bf89c77ca4942d659bb516cdfb" sha1="7956de8610a011685ae70ac65bc746bd8cca3547"/>
+       </game>
+       <game name="DreamWorks Shark Tale (Europe)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale (Europe)</description>
+               <rom name="DreamWorks Shark Tale (Europe).iso" size="1459978240" crc="6ba364c4" md5="b2a68f49a30b00ec46c23dd4979a30e8" sha1="48bf5f1dcc6b21cb1aae0cf48a23dcc65660a1aa"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.7.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.7.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.7.1 (Japan).iso" size="1459978240" crc="86dacab6" md5="84936411bf7768bcdac3be8f401ad8eb" sha1="4d7d77f67288902ba17bf6f42d19679e45cbcb54"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.7.10 Zoukangou (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.7.10 Zoukangou (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.7.10 Zoukangou (Japan).iso" size="1459978240" crc="878c6dea" md5="f185e3c31a81519ee0c0b2539ebcd442" sha1="8b863d521ce96c85c9de60a9d95ccf10e6d8edb6"/>
+       </game>
+       <game name="Rune II - Koruten no Kagi no Himitsu (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Rune II - Koruten no Kagi no Himitsu (Japan) (Taikenban)</description>
+               <rom name="Rune II - Koruten no Kagi no Himitsu (Japan) (Taikenban).iso" size="1459978240" crc="e3295a1a" md5="e6a7b56b6797522eebde066c7b908888" sha1="93cdfd981976cdae55cebbc235bbaab0d142025f"/>
+       </game>
+       <game name="Disney's Magical Mirror Starring Mickey Mouse (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney's Magical Mirror Starring Mickey Mouse (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney's Magical Mirror Starring Mickey Mouse (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="af3fbca8" md5="ab2ac45f906726ff11509556452f38ee" sha1="041a3ff4f1e2b405180478f43408ece5a552ba8f"/>
+       </game>
+       <game name="Big Mutha Truckers (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Mutha Truckers (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Big Mutha Truckers (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="11ff3e59" md5="c2ff6c9e8e5a3f06e874fca1d7dcf4a7" sha1="e856d403935361b0bbc304feebd33feaee1b813e"/>
+       </game>
+       <game name="Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="529baa3a" md5="dfb476c117536bbb1a1e1c103fb65216" sha1="1d4d1a069d87bdcc6985ffd16d1d19328bb3ae69"/>
+       </game>
+       <game name="Bokujou Monogatari - Shiawase no Uta for World (Japan)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Shiawase no Uta for World (Japan)</description>
+               <rom name="Bokujou Monogatari - Shiawase no Uta for World (Japan).iso" size="1459978240" crc="dfad36d4" md5="652010a7f20491c0716be3031328b47e" sha1="6e9a189bead2c2c254edb0391a71316adb63b37c"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 12 - Ketteiban (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 12 - Ketteiban (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 12 - Ketteiban (Japan).iso" size="1459978240" crc="16faa65b" md5="619dde16ed7122838308d8f9aeb3189d" sha1="b0ef8d0fb9be2a17ac98ff91381ccfb0ee0f6e53"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (Japan)</description>
+               <rom name="Need for Speed - Most Wanted (Japan).iso" size="1459978240" crc="538a5ed9" md5="10adf7ad68c62a0cc76aeb3412461bd5" sha1="82d566de225a0de1e46db4e6761c91337f1439fc"/>
+       </game>
+       <game name="SD Gundam - Gashapon Wars (Japan)">
+               <category>Games</category>
+               <description>SD Gundam - Gashapon Wars (Japan)</description>
+               <rom name="SD Gundam - Gashapon Wars (Japan).iso" size="1459978240" crc="d5f67251" md5="df13fef53a110c6a92ed121e62783d60" sha1="e76a2e3956dc6ad8ad4cfd839e5358288be2368f"/>
+       </game>
+       <game name="Generation of Chaos Exceed - Yami no Koujo Roze (Japan)">
+               <category>Games</category>
+               <description>Generation of Chaos Exceed - Yami no Koujo Roze (Japan)</description>
+               <rom name="Generation of Chaos Exceed - Yami no Koujo Roze (Japan).iso" size="1459978240" crc="a02c9488" md5="10ebf8122d7f51bbf6e02e4e913ded40" sha1="9231f18a0f51c09ff8a13ec3e9d779e7d49e50ca"/>
+       </game>
+       <game name="Doubutsu no Mori + (Japan)">
+               <category>Games</category>
+               <description>Doubutsu no Mori + (Japan)</description>
+               <rom name="Doubutsu no Mori + (Japan).iso" size="1459978240" crc="d3e6d277" md5="6bfe84e44da33fb9c329ea31a2983ec9" sha1="640687f9f4f748a83c02e0df4d37e55c403d3b7d"/>
+       </game>
+       <game name="Star Fox Adventures (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Star Fox Adventures (USA) (Rev 1)</description>
+               <rom name="Star Fox Adventures (USA) (Rev 1).iso" size="1459978240" crc="477bf336" md5="969adb11a3e840745c3705a02dab24b5" sha1="ef451d04ead0824d9717ced0d3375bf8b9649612"/>
+       </game>
+       <game name="BloodRayne (Spain)">
+               <category>Games</category>
+               <description>BloodRayne (Spain)</description>
+               <rom name="BloodRayne (Spain).iso" size="1459978240" crc="45a67c7c" md5="cb842b4da4272d293134dc14f845d8e2" sha1="fd4a3ec811d087972e189b49fc9bc139530dba0e"/>
+       </game>
+       <game name="Disney-Pixar Cars (Spain)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Spain)</description>
+               <rom name="Disney-Pixar Cars (Spain).iso" size="1459978240" crc="e7068bde" md5="ead36c18846537c52d89202809423fb5" sha1="dc76879d9b9be7659c61e73975386cc0ad0bca96"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (Europe)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (Europe)</description>
+               <rom name="Pitfall - The Lost Expedition (Europe).iso" size="1459978240" crc="99a36b91" md5="a9dd81217659e5e2a51763a51b7e1fe9" sha1="425c4ba75f1468ebab6456d4b124cca7e914aabc"/>
+       </game>
+       <game name="Shrek Extra Large (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shrek Extra Large (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shrek Extra Large (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="001d987b" md5="75a08b381f0a6bf815adeb69883c3c54" sha1="8558b5307f4feb812d0592edd45cede0b3e5380e"/>
+       </game>
+       <game name="Bobobo-bo Bo-bobo - Dasshutsu!! Hajike Royale (Japan)">
+               <category>Games</category>
+               <description>Bobobo-bo Bo-bobo - Dasshutsu!! Hajike Royale (Japan)</description>
+               <rom name="Bobobo-bo Bo-bobo - Dasshutsu!! Hajike Royale (Japan).iso" size="1459978240" crc="fe7af832" md5="0dd7a9b923e409309eda87752391e30a" sha1="08dfb5289e780657687ab239a47c11f3493f4a17"/>
+       </game>
+       <game name="Doraemon - Minna de Asobou! Miniland (Japan)">
+               <category>Games</category>
+               <description>Doraemon - Minna de Asobou! Miniland (Japan)</description>
+               <rom name="Doraemon - Minna de Asobou! Miniland (Japan).iso" size="1459978240" crc="7a183211" md5="46298a90dcd3768f36f47c0146a498f6" sha1="7e736639d6ddcbfc91c480f7ff63e04be4931646"/>
+       </game>
+       <game name="Dream Mix TV - World Fighters (Japan)">
+               <category>Games</category>
+               <description>Dream Mix TV - World Fighters (Japan)</description>
+               <rom name="Dream Mix TV - World Fighters (Japan).iso" size="1459978240" crc="8583a998" md5="0b28a56610c882ae5240632e8e1fd03f" sha1="44de6ebca300e9165d6d311223688908ea56ca98"/>
+       </game>
+       <game name="From TV Animation One Piece - Treasure Battle! (Japan)">
+               <category>Games</category>
+               <description>From TV Animation One Piece - Treasure Battle! (Japan)</description>
+               <rom name="From TV Animation One Piece - Treasure Battle! (Japan).iso" size="1459978240" crc="81039a96" md5="4b97a8f0fe27b40b305ade2a8244d917" sha1="c3ca1dbc4a8cd6f81a74c5231ef3a4f556e01efc"/>
+       </game>
+       <game name="Shaman King - Soul Fight (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Shaman King - Soul Fight (Japan) (Rev 1)</description>
+               <rom name="Shaman King - Soul Fight (Japan) (Rev 1).iso" size="1459978240" crc="7863705e" md5="4087c0ad7788da4c972f505fb1e44948" sha1="0675777d24bd1167fe77bbf60ff6d60a1cc7cfa1"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.5.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.5.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.5.1 (Japan).iso" size="1459978240" crc="87e9b682" md5="d74671494b007f3bc4daca9e3683a779" sha1="ed7fb765e115aae814f1112f1960ea4dd275d82a"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.6.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.6.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.6.1 (Japan).iso" size="1459978240" crc="8c63ed7d" md5="72989eef047e97918465592f4bdc1587" sha1="dac2090baf6a9b1121b07cf14cebf38111069d7e"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.1.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.1.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.1.1 (Japan).iso" size="1459978240" crc="f0e6589b" md5="b571f0c044da782a53e3f917ae275640" sha1="4612374bc7ce8cbbc1fd7f5c79cf823fc3e58ea1"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.5.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.5.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.5.1 (Japan).iso" size="1459978240" crc="161888cf" md5="9a96af77a50795eb283d5b09e29f0d15" sha1="8928b971bcb1c5513e594b639a578e94fa510193"/>
+       </game>
+       <game name="Nintendo GameCube Service Disc Version 1.0-03 (USA)">
+               <category>Applications</category>
+               <description>Nintendo GameCube Service Disc Version 1.0-03 (USA)</description>
+               <rom name="Nintendo GameCube Service Disc Version 1.0-03 (USA).iso" size="1459978240" crc="be031bbe" md5="536dba21b557c8d8cd8292534cfaa260" sha1="64099291333796b56a0431ace77c0f30e3ff77a9"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc - October 2001 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc - October 2001 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc - October 2001 (USA).iso" size="1459978240" crc="2942cd97" md5="02859909271edb13b6f7da804b65c550" sha1="f3bf253766c4910e52b7809a271d44538fc5655f"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc - January 2002 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc - January 2002 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc - January 2002 (USA).iso" size="1459978240" crc="d0f3ea0a" md5="0e0474431111f383cb3ecd67fe214eea" sha1="eb5b20a1740f9170680e4df6c26be2afc0840d62"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc - June 2002 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc - June 2002 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc - June 2002 (USA).iso" size="1459978240" crc="4f2cdf12" md5="528e56732ce9664c0c4c60b3aa2bcadd" sha1="0b36ea6a801d4f558c4a35062634517f53d72ffb"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc - August 2002 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc - August 2002 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc - August 2002 (USA).iso" size="1459978240" crc="c29882e1" md5="e98d60cca9b4dc210245ad3dff43e3d1" sha1="decf7f5abd9d1cc2001d821ada1c4fca8bfe0315"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 7 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 7 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 7 (USA).iso" size="1459978240" crc="de89fc11" md5="579f51c6fc33958549f353b13f988780" sha1="b75f4a4b4bec06a129ed34c8d677ea94d30c8f95"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 8 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 8 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 8 (USA).iso" size="1459978240" crc="21613e61" md5="009cd0b3cbc7b5956deeb3b2440fe1e8" sha1="b697fe7b20c346f425178d0c53ca45162c0ff05a"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 9 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 9 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 9 (USA).iso" size="1459978240" crc="c4e004cb" md5="d4dc336eea8d77dd95977c7ceda0c598" sha1="74720d42c9a67129aade032ace234a6f4ba40c7b"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 14 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 14 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 14 (USA).iso" size="1459978240" crc="96537575" md5="544ffd302817cd8c907d58cb257c0c6e" sha1="4a0164c1b3638eb86654ba7d854ab93eb2fe843b"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 15 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 15 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 15 (USA).iso" size="1459978240" crc="42966702" md5="0b6a6c90bc162acb29d36e05b82822b3" sha1="ea33e96b866579235b25c1f153d675d480058e0d"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 16 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 16 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 16 (USA).iso" size="1459978240" crc="6b3df446" md5="cd01cd6209060189e75d39fa76de4687" sha1="9ad05f0392c211f4bc5d5a62224fea9be4246d19"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 17 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 17 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 17 (USA).iso" size="1459978240" crc="c0f9768a" md5="44d018838b39aeeddb25bbfc5802ddc7" sha1="a7bdde3eec1b49e5d82e2e4f37603b808335ff55"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 18 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 18 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 18 (USA).iso" size="1459978240" crc="d3a5251f" md5="70315e5a0fad21aa08402680f7e2f0db" sha1="eb3891dfb80ecb0cda68338e35d83d1988821f69"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 19 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 19 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 19 (USA).iso" size="1459978240" crc="486465c7" md5="4e5a8bdaf3feab07dd6073b547cdf5c4" sha1="9fc282f0f0e6d17a87d4ee6acfd025e159b7c750"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 20 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 20 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 20 (USA).iso" size="1459978240" crc="8ae77c83" md5="c8490eee3f9d38e016c989d4f47c8d8b" sha1="ab021b973ce8b3bbafba7495c33352eb731c8610"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 21 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 21 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 21 (USA).iso" size="1459978240" crc="06b3d6f3" md5="96a5c06c7bf6f4d0d189dbe3cb6b0904" sha1="113ae1259ebe036e9273973260a40eb6dc4a722b"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 22 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 22 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 22 (USA).iso" size="1459978240" crc="ce3fdc74" md5="877ac909159ad93269d35be2b1665d0d" sha1="d39b6f5751bd55a27cb31a8f1d666161ed556aac"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 23 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 23 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 23 (USA).iso" size="1459978240" crc="04ee6c59" md5="66d59d2397a25959b1bc68447a20dc44" sha1="a94dff8ba4b81fff93756d305cab1643f8743b2b"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 24 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 24 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 24 (USA).iso" size="1459978240" crc="9cf6404c" md5="8f787d8f270f9b5be9e92da6a9841bca" sha1="51e96a6b4cafbf1ee13d44df944769a1f330d3db"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 25 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 25 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 25 (USA).iso" size="1459978240" crc="1810dc0b" md5="afde3e6d61a31e39627c82413389927a" sha1="23d91b280dc97701e93629dd9bf27ea797bf78f8"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 26 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 26 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 26 (USA).iso" size="1459978240" crc="f2675688" md5="04499c4891a66baac4e6b03db07ed3d5" sha1="d11bb3e1100d054f1650b63a548ae3266a709a99"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 27 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 27 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 27 (USA).iso" size="1459978240" crc="87b8add6" md5="e223786d4682f0dc70c3ff3764500040" sha1="fbb0f4976b3f6544405bd6976e20445945ab6139"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 29 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 29 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 29 (USA).iso" size="1459978240" crc="d936a2c2" md5="053f342344a581858c35ff24110018ba" sha1="913dcf9e4b961d4130ebd29493de6bd48e8b0d38"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 28 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 28 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 28 (USA).iso" size="1459978240" crc="052a45b7" md5="fa0b961ba1f3a50411a9c0a23fd642e8" sha1="693319c7c40e5605e0a1cfb2e69ace7ca8f9cb4c"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 30 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 30 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 30 (USA).iso" size="1459978240" crc="509003fb" md5="0f0da9c9b0ea03c1193d9e8a60436e41" sha1="e52a5a29e03c30664e5fc186f8324c56007a3dc0"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 31 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 31 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 31 (USA).iso" size="1459978240" crc="7f831187" md5="655540c5f08eb0c65ed3316405bfaaf2" sha1="6cba85dd15f1e7ed74152caead2d00eb106d85b5"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 32 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 32 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 32 (USA).iso" size="1459978240" crc="76819e81" md5="e8ce2f5f6735403c2656b1fb7b082116" sha1="09da9e4795c107ae23db737e212d5c0236b92966"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 33 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 33 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 33 (USA).iso" size="1459978240" crc="60574c2c" md5="61fcbe3d7bc00d75c074f9f8c563152d" sha1="3773baa8372fccf8339e98e05c708e01d41ee186"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disc Version 34 (USA)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disc Version 34 (USA)</description>
+               <rom name="Interactive Multi-Game Demo Disc Version 34 (USA).iso" size="1459978240" crc="47b7f19c" md5="edbcdef9bb2726645957d5dc76dde81b" sha1="033986c6d49c96685b7c9a30e7d05601dc05c2d1"/>
+       </game>
+       <game name="Naruto - Clash of Ninja 2 (USA) (Demo)">
+               <category>Demos</category>
+               <description>Naruto - Clash of Ninja 2 (USA) (Demo)</description>
+               <rom name="Naruto - Clash of Ninja 2 (USA) (Demo).iso" size="1459978240" crc="a58b7bf7" md5="60ab975a509e8c71c48d078f1142689e" sha1="6b53d6be8b52a2189143571ddaaf1a1789d866d1"/>
+       </game>
+       <game name="Scooby-Doo! Night of 100 Frights (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Scooby-Doo! Night of 100 Frights (USA) (Rev 1)</description>
+               <rom name="Scooby-Doo! Night of 100 Frights (USA) (Rev 1).iso" size="1459978240" crc="b29a2a47" md5="6dca7f5ed6b400c8216526107e83f3cd" sha1="cf5638fd61a7862e07066fb290381bdfc77d1f37"/>
+       </game>
+       <game name="X-Men - The Official Game (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>X-Men - The Official Game (Europe) (En,Fr)</description>
+               <rom name="X-Men - The Official Game (Europe) (En,Fr).iso" size="1459978240" crc="db9e8eff" md5="e512799807220136b0b76a5c65ddb594" sha1="c2b251ba673d53df8a3353c18bb8a641389b03c4"/>
+       </game>
+       <game name="Tower of Druaga, The (Japan)">
+               <category>Games</category>
+               <description>Tower of Druaga, The (Japan)</description>
+               <rom name="Tower of Druaga, The (Japan).iso" size="1459978240" crc="97f48212" md5="ee1b5ef49f909cc43e202acfe632afdf" sha1="f1ff4fa75bd02ad2809d59b27c22dac38c455a5a"/>
+       </game>
+       <game name="Nickelodeon Tak 2 - The Staff of Dreams (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Tak 2 - The Staff of Dreams (Europe)</description>
+               <rom name="Nickelodeon Tak 2 - The Staff of Dreams (Europe).iso" size="1459978240" crc="d6a7895c" md5="929849c06e20d1799c371c162a373c03" sha1="c7567851d0e695ed08460d1f083296b4d87c381f"/>
+       </game>
+       <game name="Disney-Pixar Buscando a Nemo (Spain)">
+               <category>Games</category>
+               <description>Disney-Pixar Buscando a Nemo (Spain)</description>
+               <rom name="Disney-Pixar Buscando a Nemo (Spain).iso" size="1459978240" crc="1695c621" md5="ec7ef437bc8006eb90fd03b4adb2339a" sha1="ca3056c6c883e8424c432ae2d572c3da81bf9a7e"/>
+       </game>
+       <game name="Star Wars - Jedi Knight II - Jedi Outcast (Europe)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight II - Jedi Outcast (Europe)</description>
+               <rom name="Star Wars - Jedi Knight II - Jedi Outcast (Europe).iso" size="1459978240" crc="d127d5ad" md5="b396c281feec034c2357390d899ef475" sha1="1dcbfbb5d5fb96a765a4322164d98d5805a7d747"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon Ball Z - Budokai 2 (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="764d492d" md5="947d9ca0279abbe7ece8377b6e6aa4f6" sha1="0f01d6c23836ee92eb168200d2dd20225774a0b8"/>
+       </game>
+       <game name="UEFA Champions League 2004-2005 (France)">
+               <category>Games</category>
+               <description>UEFA Champions League 2004-2005 (France)</description>
+               <rom name="UEFA Champions League 2004-2005 (France).iso" size="1459978240" crc="3a1d0536" md5="7e7101908a0b4dad8cec10caff746681" sha1="4fe0973f8487131da0f32b3560847b65e72991e2"/>
+       </game>
+       <game name="Chroniken von Narnia, Die - Der Koenig von Narnia (Germany)">
+               <category>Games</category>
+               <description>Chroniken von Narnia, Die - Der Koenig von Narnia (Germany)</description>
+               <rom name="Chroniken von Narnia, Die - Der Koenig von Narnia (Germany).iso" size="1459978240" crc="18535d7f" md5="dd5dcfe9e2cd25bae2786aa5f2a5bba3" sha1="0c8e1cb0713fe66a765e7085abc73035379b67c4"/>
+       </game>
+       <game name="Nickelodeon Tak 2 - Der Stab der Traeume (Germany)">
+               <category>Games</category>
+               <description>Nickelodeon Tak 2 - Der Stab der Traeume (Germany)</description>
+               <rom name="Nickelodeon Tak 2 - Der Stab der Traeume (Germany).iso" size="1459978240" crc="a72f2241" md5="60f8e0f2d4fe756c9845c998ce097b3b" sha1="afebcc1e47e0a1936beb784da136d5a323a14449"/>
+       </game>
+       <game name="NFL Street 2 (Europe)">
+               <category>Games</category>
+               <description>NFL Street 2 (Europe)</description>
+               <rom name="NFL Street 2 (Europe).iso" size="1459978240" crc="9e2ae981" md5="5a73ce1f5fbc92a6ebbf92da41671e58" sha1="e20715c92072b1b387103f6a75834f7a08d5175d"/>
+       </game>
+       <game name="Muscle Champion - Kinniku-jima no Kessen (Japan)">
+               <category>Games</category>
+               <description>Muscle Champion - Kinniku-jima no Kessen (Japan)</description>
+               <rom name="Muscle Champion - Kinniku-jima no Kessen (Japan).iso" size="1459978240" crc="ee359d36" md5="34810d5c723983a9298d51ab920f957f" sha1="f174c1e05d9d9a678a95b405e22b8c0108a60faf"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 10 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 10 (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 10 (Japan).iso" size="1459978240" crc="16e40639" md5="17b84783d8cd2edf40e2f4295fe5e024" sha1="a11954fb1e9a4be9985ebba94758563bea6fe61a"/>
+       </game>
+       <game name="Cocoto Funfair (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cocoto Funfair (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cocoto Funfair (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="0f06b965" md5="0a8b8bacff83dddaec1f76e11e73fbaf" sha1="0d2c3fc1fadda0603259a4a1dbb35ea3dfcb856c"/>
+       </game>
+       <game name="Disney Sports - Basketball (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney Sports - Basketball (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney Sports - Basketball (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="28782fbc" md5="6090bd95f4e9653b5c458947db93dc00" sha1="63a984cbbd0b3beb5df7feaf3d6980e9bf2bca70"/>
+       </game>
+       <game name="Hitman 2 - Silent Assassin (Europe)">
+               <category>Games</category>
+               <description>Hitman 2 - Silent Assassin (Europe)</description>
+               <rom name="Hitman 2 - Silent Assassin (Europe).iso" size="1459978240" crc="3477a697" md5="fdcf687f5016ddc57e49d6d2b0d6dc76" sha1="b96b6d78b72dde5eaad5c7cdb84fa9f54c88e515"/>
+       </game>
+       <game name="Madden NFL 06 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 06 (Europe)</description>
+               <rom name="Madden NFL 06 (Europe).iso" size="1459978240" crc="4bdf0add" md5="af2ef9cfca13ec9371ed1df03d3d5ef9" sha1="a57e33834ba940ad1570bd37a4aca40f52b5cd62"/>
+       </game>
+       <game name="Monster House (Europe)">
+               <category>Games</category>
+               <description>Monster House (Europe)</description>
+               <rom name="Monster House (Europe).iso" size="1459978240" crc="1ad234df" md5="3654d185f772cc2b9958b19239b39a8f" sha1="54b7a72387b12e308ed7d47e3c619564cee761a8"/>
+       </game>
+       <game name="Disney's Piglet's Big Game (Europe)">
+               <category>Games</category>
+               <description>Disney's Piglet's Big Game (Europe)</description>
+               <rom name="Disney's Piglet's Big Game (Europe).iso" size="1459978240" crc="9945cb3d" md5="6b0dd0013e48770bf3c541f9f78a7ecd" sha1="f187c54cd6e7cf37770ad456e5aa7debfa26aa95"/>
+       </game>
+       <game name="Duel Masters - Nettou! Battle Arena (Japan)">
+               <category>Games</category>
+               <description>Duel Masters - Nettou! Battle Arena (Japan)</description>
+               <rom name="Duel Masters - Nettou! Battle Arena (Japan).iso" size="1459978240" crc="083490ef" md5="a90d05d08e14a4c8fbdd7dd2a9866177" sha1="2719818be042f40578249b7cb3c03f54f244de80"/>
+       </game>
+       <game name="NHK Tensai Bit-kun - Glamon Battle (Japan)">
+               <category>Games</category>
+               <description>NHK Tensai Bit-kun - Glamon Battle (Japan)</description>
+               <rom name="NHK Tensai Bit-kun - Glamon Battle (Japan).iso" size="1459978240" crc="c8f2ad10" md5="3afb1bcdb21045c5446ba16e8a94c4bd" sha1="3be62e6d6f99784febbe711c80d5acbdc1a94de3"/>
+       </game>
+       <game name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe)">
+               <category>Games</category>
+               <description>Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe)</description>
+               <rom name="Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe).iso" size="1459978240" crc="de4eb118" md5="7b8afebbbd9f50af5dd5f4be87dc426a" sha1="f50ae6bf2c255405fbf8061d90aa4e0fc6c395c9"/>
+       </game>
+       <game name="Bomberman Land 2 (Japan)">
+               <category>Games</category>
+               <description>Bomberman Land 2 (Japan)</description>
+               <rom name="Bomberman Land 2 (Japan).iso" size="1459978240" crc="37a12b37" md5="38c81513c5ee1cfc1b2c36825d6b2e6b" sha1="270ad06de305e3cbc076e81be4920113d8306c5b"/>
+       </game>
+       <game name="Momotarou Dentetsu 11 - Black Bonby Shutsugen! no Maki (Japan)">
+               <category>Games</category>
+               <description>Momotarou Dentetsu 11 - Black Bonby Shutsugen! no Maki (Japan)</description>
+               <rom name="Momotarou Dentetsu 11 - Black Bonby Shutsugen! no Maki (Japan).iso" size="1459978240" crc="11aaa0d2" md5="9d9e62433a9e0d96d8209ced63a51602" sha1="9421acb0d07e5b912b3addf0dd1c7a7b17790198"/>
+       </game>
+       <game name="Momotarou Dentetsu 12 - Nishi Nihon-hen mo Arimasse! (Japan)">
+               <category>Games</category>
+               <description>Momotarou Dentetsu 12 - Nishi Nihon-hen mo Arimasse! (Japan)</description>
+               <rom name="Momotarou Dentetsu 12 - Nishi Nihon-hen mo Arimasse! (Japan).iso" size="1459978240" crc="e5bae879" md5="01e508cb2001e0b9faa4948160de6bd1" sha1="d76a154f751acf6204520ca32fab4336cb362e20"/>
+       </game>
+       <game name="Eisei Meijin VI (Japan)">
+               <category>Games</category>
+               <description>Eisei Meijin VI (Japan)</description>
+               <rom name="Eisei Meijin VI (Japan).iso" size="1459978240" crc="2e9c1e53" md5="2d0f1c6490c1c1ed6911c644ff7956ed" sha1="89418f55891cec5dc09f5adc36918db5788d4947"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 9 - Ketteiban (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 9 - Ketteiban (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 9 - Ketteiban (Japan).iso" size="1459978240" crc="fa09af6e" md5="4c792871f66087b7a397d945f5a94576" sha1="4e6008eed0186043fe9caa6778cf1679d513e072"/>
+       </game>
+       <game name="Kiwame Mahjong DX II - The 4th MONDO21Cup Competition (Japan)">
+               <category>Games</category>
+               <description>Kiwame Mahjong DX II - The 4th MONDO21Cup Competition (Japan)</description>
+               <rom name="Kiwame Mahjong DX II - The 4th MONDO21Cup Competition (Japan).iso" size="1459978240" crc="2583be45" md5="d9ab28d05e75d3f0f1440f04c9dbba06" sha1="b028fc27aecd29d3fd1c8c0b19938130b91f55a6"/>
+       </game>
+       <game name="Special Jinsei Game (Japan)">
+               <category>Games</category>
+               <description>Special Jinsei Game (Japan)</description>
+               <rom name="Special Jinsei Game (Japan).iso" size="1459978240" crc="10557cf7" md5="4f6a663f47e6d2419bca1d4bab1d57bc" sha1="28e51a335f91664558db7cc701893a5fd3a083c9"/>
+       </game>
+       <game name="Rei Fighter Gekitsui Senki (Japan)">
+               <category>Games</category>
+               <description>Rei Fighter Gekitsui Senki (Japan)</description>
+               <rom name="Rei Fighter Gekitsui Senki (Japan).iso" size="1459978240" crc="fb1c32e3" md5="9f869274101983c2e60ea1296d45661b" sha1="7d75d2f3f7eca0e6ed4cd8a40c7d16f76fd015d9"/>
+       </game>
+       <game name="Kidou Senshi Gundam - Gundam vs. Z Gundam (Japan)">
+               <category>Games</category>
+               <description>Kidou Senshi Gundam - Gundam vs. Z Gundam (Japan)</description>
+               <rom name="Kidou Senshi Gundam - Gundam vs. Z Gundam (Japan).iso" size="1459978240" crc="ad128a51" md5="a32538feea555161a9d616bc8ff9c6b1" sha1="b1535a65e7dd6484a9f997ad93f989230819924e"/>
+       </game>
+       <game name="Zoids Vs. III (Japan)">
+               <category>Games</category>
+               <description>Zoids Vs. III (Japan)</description>
+               <rom name="Zoids Vs. III (Japan).iso" size="1459978240" crc="13d67703" md5="71a5cdae1a6c69fc9d7067bee228caba" sha1="b90e034c3d698aaff184fc514a0fcba6df754e64"/>
+       </game>
+       <game name="Monster House (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster House (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster House (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="7c687243" md5="acb470cfb7b8299f0e3ecefd6cd65893" sha1="5fd5930179e56d52cb0646868a75494904afc251"/>
+       </game>
+       <game name="Need for Speed - Carbon (France)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (France)</description>
+               <rom name="Need for Speed - Carbon (France).iso" size="1459978240" crc="582270b0" md5="c12c489ba30b4a02ff9ae44bc8337b5a" sha1="cd0fe2586fd5c450e694cf2572eee2b5e925a54a"/>
+       </game>
+       <game name="Need for Speed - Carbon (Europe)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (Europe)</description>
+               <rom name="Need for Speed - Carbon (Europe).iso" size="1459978240" crc="00052f80" md5="d1ae4bebadc01c4ca1dde6d100e3dedb" sha1="a732a02abba8bd9109bc84bc8d0f047644a24597"/>
+       </game>
+       <game name="UEFA Champions League 2004-2005 (Europe)">
+               <category>Games</category>
+               <description>UEFA Champions League 2004-2005 (Europe)</description>
+               <rom name="UEFA Champions League 2004-2005 (Europe).iso" size="1459978240" crc="73c4baf2" md5="8ea0a562cd55ba9dc877ae6b565f4bda" sha1="86f390b815688ce7358e813060153d3516cf6640"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Legend (Europe)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Legend (Europe)</description>
+               <rom name="Lara Croft Tomb Raider - Legend (Europe).iso" size="1459978240" crc="b9ecf301" md5="4ca7a5a4b95e2a25a152e31a4cdb324f" sha1="264ea6e743892402583d7a266d4c509eb4172737"/>
+       </game>
+       <game name="DreamWorks Shrek - Smash n' Crash Racing (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - Smash n' Crash Racing (Europe) (En,Fr,De)</description>
+               <rom name="DreamWorks Shrek - Smash n' Crash Racing (Europe) (En,Fr,De).iso" size="1459978240" crc="13005004" md5="56f8c5dc4096396adb6cd7e5ab8ba5aa" sha1="ba32fea4b7bcbd5d467b8d3a9f095c833e6e4434"/>
+       </game>
+       <game name="Scooby-Doo! Unmasked (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Scooby-Doo! Unmasked (Europe) (En,Fr,Es,It)</description>
+               <rom name="Scooby-Doo! Unmasked (Europe) (En,Fr,Es,It).iso" size="1459978240" crc="cc68c3c1" md5="e4066ccb91f2ca85abf8e64a4786210b" sha1="b757670b2af9b34ab4209b75d4ce0cbe7924aad6"/>
+       </game>
+       <game name="Scooby-Doo! Mystery Mayhem (Europe)">
+               <category>Games</category>
+               <description>Scooby-Doo! Mystery Mayhem (Europe)</description>
+               <rom name="Scooby-Doo! Mystery Mayhem (Europe).iso" size="1459978240" crc="44786c13" md5="e2ba90cade06225b7bef8b10476e6f3f" sha1="962fe7d9022339c92e918351914d90519454787e"/>
+       </game>
+       <game name="Nickelodeon Rugrats - Royal Ransom (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Rugrats - Royal Ransom (Europe)</description>
+               <rom name="Nickelodeon Rugrats - Royal Ransom (Europe).iso" size="1459978240" crc="98d0769b" md5="64911fe5e43c58adc9f04f9e9114106c" sha1="7510f40b588330a4d4d403bcce104347c9222bf8"/>
+       </game>
+       <game name="Power Rangers - Dino Thunder (Europe)">
+               <category>Games</category>
+               <description>Power Rangers - Dino Thunder (Europe)</description>
+               <rom name="Power Rangers - Dino Thunder (Europe).iso" size="1459978240" crc="55177f51" md5="189912197afbcfb668b6e20f1d243224" sha1="232e1879a4fe531d097a4f33d38f5e6546024723"/>
+       </game>
+       <game name="Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr)</description>
+               <rom name="Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr).iso" size="1459978240" crc="66c57057" md5="c54ce84a91f3bbed61e56204fdc87e1f" sha1="5e4f0f9690aa5ac3d53ecc47614f7ae718e040ea"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (Italy)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (Italy)</description>
+               <rom name="Call of Duty 2 - Big Red One (Italy).iso" size="1459978240" crc="177f8b36" md5="91fe9860da63797d2dce125822348d30" sha1="77252de06367a60f74596d103f66d1ea5102b413"/>
+       </game>
+       <game name="Bokujou Monogatari - Shiawase no Uta (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Shiawase no Uta (Japan) (Rev 1)</description>
+               <rom name="Bokujou Monogatari - Shiawase no Uta (Japan) (Rev 1).iso" size="1459978240" crc="c79de776" md5="8006ac3104cdd36dc3f111c1a5b1f537" sha1="0dd1abb721dc0439d8e58cfb2dfe65e143f6eaec"/>
+       </game>
+       <game name="Charinko Hero (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Charinko Hero (Japan) (Rev 1)</description>
+               <rom name="Charinko Hero (Japan) (Rev 1).iso" size="1459978240" crc="b558797d" md5="0e6af83330cff1017ce7050587646644" sha1="a2b87c9888cecc28b2050843121f348d759a19cd"/>
+       </game>
+       <game name="Dabitsuku 3 - Derby-ba o Tsukurou! (Japan)">
+               <category>Games</category>
+               <description>Dabitsuku 3 - Derby-ba o Tsukurou! (Japan)</description>
+               <rom name="Dabitsuku 3 - Derby-ba o Tsukurou! (Japan).iso" size="1459978240" crc="1fa08988" md5="d30e6d8cc1d60c7f5b3114dda039ec52" sha1="37ec2a6b493c4fd2b910e693775a61c132c797d7"/>
+       </game>
+       <game name="Dokapon DX - Wataru Sekai wa Oni Darake (Japan)">
+               <category>Games</category>
+               <description>Dokapon DX - Wataru Sekai wa Oni Darake (Japan)</description>
+               <rom name="Dokapon DX - Wataru Sekai wa Oni Darake (Japan).iso" size="1459978240" crc="96804941" md5="1cde120473a6c1ae54c7fde9164322b8" sha1="a0050fdf2a11c959f37a4432f985b8198487ea31"/>
+       </game>
+       <game name="Family Stadium 2003 (Japan)">
+               <category>Games</category>
+               <description>Family Stadium 2003 (Japan)</description>
+               <rom name="Family Stadium 2003 (Japan).iso" size="1459978240" crc="69b9e609" md5="d6fe5f8e1b6c915c6812b073ac23aada" sha1="d49244a31f95a77c296fba70b8b6550b7e017efc"/>
+       </game>
+       <game name="Gakuen Toshi Varanoir - Roses (Japan)">
+               <category>Games</category>
+               <description>Gakuen Toshi Varanoir - Roses (Japan)</description>
+               <rom name="Gakuen Toshi Varanoir - Roses (Japan).iso" size="1459978240" crc="cf6d0aa5" md5="364f6513ce08ebbfc312e7a05a6b4225" sha1="d403770cba0c71520df8fd853275508130ac04f4"/>
+       </game>
+       <game name="Gekitou Pro Yakyuu - Mizushima Shinji All Stars vs. Pro Yakyuu (Japan)">
+               <category>Games</category>
+               <description>Gekitou Pro Yakyuu - Mizushima Shinji All Stars vs. Pro Yakyuu (Japan)</description>
+               <rom name="Gekitou Pro Yakyuu - Mizushima Shinji All Stars vs. Pro Yakyuu (Japan).iso" size="1459978240" crc="1758503b" md5="07227b055bbeb7868d5d960250606460" sha1="66c33dd39d28fe7f0a33d4a96f4c5a4e12e19e07"/>
+       </game>
+       <game name="Jikkyou Powerful Major League (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Major League (Japan)</description>
+               <rom name="Jikkyou Powerful Major League (Japan).iso" size="1459978240" crc="69beb71d" md5="06ad33cfcfd1f209875867d66f7a35c6" sha1="bbee81b1c8d8a859f3ebc85a2fe4cdf5be1d96f8"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 9 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 9 (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 9 (Japan).iso" size="1459978240" crc="9b7268c4" md5="0fc7781da7dd28303c0b3cd1f0f0391e" sha1="8a029784b41819d54944a3f1d449db6177c36ec4"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 11 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 11 (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 11 (Japan).iso" size="1459978240" crc="a9f89b28" md5="f6824525ebae69a5f55676dfea93768c" sha1="04af72900b10158c895e5d62e8c213755c9d0cfe"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban (Japan).iso" size="1459978240" crc="e838bed2" md5="36f12ec0e25638fdfd9868c499258bec" sha1="91ed37138a0c7ab9de3db9124ae59be0496d30cb"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 12 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 12 (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 12 (Japan).iso" size="1459978240" crc="a7ac5df7" md5="bb6614e6d71023d46d38e5837ffc292f" sha1="bb098b38999f6c11f106a6f60a56ff1b76d0eb11"/>
+       </game>
+       <game name="Kidou Senshi Gundam - Senshitachi no Kiseki (Japan) (Special Disc)">
+               <category>Demos</category>
+               <description>Kidou Senshi Gundam - Senshitachi no Kiseki (Japan) (Special Disc)</description>
+               <rom name="Kidou Senshi Gundam - Senshitachi no Kiseki (Japan) (Special Disc).iso" size="1459978240" crc="05458fad" md5="1bbb309c44bfa67b0b4246233df9f93c" sha1="2ee37d857ae5671d88f1440b21105decd15ee7de"/>
+       </game>
+       <game name="Baseball 2003, The - Battle Ball Park Sengen Perfect Play Pro Yakyuu (Japan)">
+               <category>Games</category>
+               <description>Baseball 2003, The - Battle Ball Park Sengen Perfect Play Pro Yakyuu (Japan)</description>
+               <rom name="Baseball 2003, The - Battle Ball Park Sengen Perfect Play Pro Yakyuu (Japan).iso" size="1459978240" crc="e4592ff5" md5="d3ad5466ef90ff5c6b6ab94f3cb1d8e1" sha1="bb0ac70d6adb939aff99e7e89644baa3587b4b0d"/>
+       </game>
+       <game name="RoboCop - Aratanaru Kiki (Japan)">
+               <category>Games</category>
+               <description>RoboCop - Aratanaru Kiki (Japan)</description>
+               <rom name="RoboCop - Aratanaru Kiki (Japan).iso" size="1459978240" crc="bfc3aed4" md5="a696e5b968baf90495c302e10871399e" sha1="406457870dcb6d52cb051abc000ab231e6c36fcc"/>
+       </game>
+       <game name="Pool Edge (Japan)">
+               <category>Games</category>
+               <description>Pool Edge (Japan)</description>
+               <rom name="Pool Edge (Japan).iso" size="1459978240" crc="1a3c500f" md5="2835b1db45bee2721b1e4f74a1d911f8" sha1="c8eb8969f5e4b5bd70d36b897196355e39ba7b79"/>
+       </game>
+       <game name="Ohenro-San - Hosshin no Dojo (Awa Kuni) Hen (Japan)">
+               <category>Games</category>
+               <description>Ohenro-San - Hosshin no Dojo (Awa Kuni) Hen (Japan)</description>
+               <rom name="Ohenro-San - Hosshin no Dojo (Awa Kuni) Hen (Japan).iso" size="1459978240" crc="7ada6106" md5="a01fb3bfdf67817a92c68ed7a9ac0fe8" sha1="a599eef347b78c9aacf0a5d1ee069add88b56a90"/>
+       </game>
+       <game name="Mutsu to Nohohon (Japan)">
+               <category>Games</category>
+               <description>Mutsu to Nohohon (Japan)</description>
+               <rom name="Mutsu to Nohohon (Japan).iso" size="1459978240" crc="d9bede37" md5="453762613fc1c014b52dd2224063c75b" sha1="c7909624dca2d60d2b115db4fb54fdaf0bb04dc2"/>
+       </game>
+       <game name="Bakuten Shoot Beyblade 2002 - Nettou! Magne Tag Battle! (Japan)">
+               <category>Games</category>
+               <description>Bakuten Shoot Beyblade 2002 - Nettou! Magne Tag Battle! (Japan)</description>
+               <rom name="Bakuten Shoot Beyblade 2002 - Nettou! Magne Tag Battle! (Japan).iso" size="1459978240" crc="6cfc23ff" md5="448c3ffccfb2999e06a95692a1bb420e" sha1="0f59eee37a63caf412e0df31091d34d759602b85"/>
+       </game>
+       <game name="Beach Spikers - Virtua Beach Volleyball (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Beach Spikers - Virtua Beach Volleyball (Japan) (Rev 1)</description>
+               <rom name="Beach Spikers - Virtua Beach Volleyball (Japan) (Rev 1).iso" size="1459978240" crc="a71e628a" md5="400b37a71b352c6be8a3e6f6c16e447d" sha1="79f800dcbc73537aeb44fcfac70100714dafc7b3"/>
+       </game>
+       <game name="Buffy contre les Vampires - Chaos Bleeds (France)">
+               <category>Games</category>
+               <description>Buffy contre les Vampires - Chaos Bleeds (France)</description>
+               <rom name="Buffy contre les Vampires - Chaos Bleeds (France).iso" size="1459978240" crc="bedaac80" md5="9e64005de134b3dc0d9a759edaf3e440" sha1="73e503226656dc360d5cd4913ea8627d98f97d59"/>
+       </game>
+       <game name="Freedom Fighters (France)">
+               <category>Games</category>
+               <description>Freedom Fighters (France)</description>
+               <rom name="Freedom Fighters (France).iso" size="1459978240" crc="efb3ef9f" md5="66a6c714e23c218680cfebd9fc142980" sha1="f40edd7829240b3c2241fc42f45b1f6ce2c6c6c8"/>
+       </game>
+       <game name="Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan)</description>
+               <rom name="Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan).iso" size="1459978240" crc="a6927c83" md5="a0d9fb242e90287186610a7fd5b37a5f" sha1="93f764ba9454014c72008ed6a7c80ec80798ac0e"/>
+       </game>
+       <game name="Nickelodeon Tak 2 - Le Sceptre des Reves (France)">
+               <category>Games</category>
+               <description>Nickelodeon Tak 2 - Le Sceptre des Reves (France)</description>
+               <rom name="Nickelodeon Tak 2 - Le Sceptre des Reves (France).iso" size="1459978240" crc="b2d3bd98" md5="4072bd6d33c57a8a3016c8358fef05b1" sha1="56d33130881314f01bfb0c604e260b0ad877e9c6"/>
+       </game>
+       <game name="Spartan - Total Warrior (France)">
+               <category>Games</category>
+               <description>Spartan - Total Warrior (France)</description>
+               <rom name="Spartan - Total Warrior (France).iso" size="1459978240" crc="6ee2ab41" md5="4f525e62a939ab1187083621cd0ed662" sha1="7a54383ed509f18b7930dc4861ff01cf6425aed8"/>
+       </game>
+       <game name="Red Faction II (France)">
+               <category>Games</category>
+               <description>Red Faction II (France)</description>
+               <rom name="Red Faction II (France).iso" size="1459978240" crc="d4444c50" md5="3bab9c254a5dcbe5d6e5b114e4ab8738" sha1="dd71f20ae59cc4c7d58cc098a73fafbc95bf3745"/>
+       </game>
+       <game name="Disney Les Aventures de Porcinet (France)">
+               <category>Games</category>
+               <description>Disney Les Aventures de Porcinet (France)</description>
+               <rom name="Disney Les Aventures de Porcinet (France).iso" size="1459978240" crc="cb9fc502" md5="08a70125f87b1f49a9a6e98d9e6fef9b" sha1="c60b34febb0d59c82b6bf3c47fa36c8b8e386ff7"/>
+       </game>
+       <game name="FIFA 06 (France)">
+               <category>Games</category>
+               <description>FIFA 06 (France)</description>
+               <rom name="FIFA 06 (France).iso" size="1459978240" crc="aa0c4cdf" md5="3ce0b2aef4c19378de797c3b9d710b47" sha1="808d1a7c2f78554e5de355d2adb6c3bd1d286d64"/>
+       </game>
+       <game name="Tak &amp; Le Pouvoir de Juju (France)">
+               <category>Games</category>
+               <description>Tak &amp; Le Pouvoir de Juju (France)</description>
+               <rom name="Tak &amp; Le Pouvoir de Juju (France).iso" size="1459978240" crc="459e843b" md5="bd3b8bb5a61fa602216a12f98716438b" sha1="7945e4e1e7ad03614498405162f673b27c995e58"/>
+       </game>
+       <game name="DreamWorks Nos Voisins, les Hommes (France)">
+               <category>Games</category>
+               <description>DreamWorks Nos Voisins, les Hommes (France)</description>
+               <rom name="DreamWorks Nos Voisins, les Hommes (France).iso" size="1459978240" crc="59b8bd1b" md5="c258686b55940e65d82357bde87a5363" sha1="44c3a7f0ae691913285adfed9ce60b86066d9ae2"/>
+       </game>
+       <game name="FIFA Football 2004 (France)">
+               <category>Games</category>
+               <description>FIFA Football 2004 (France)</description>
+               <rom name="FIFA Football 2004 (France).iso" size="1459978240" crc="2bd1f339" md5="158b239f3499b40a2eadb32dc0a04f4b" sha1="ac34b131b3b85a9ebd82a094c65eda6ab586f084"/>
+       </game>
+       <game name="Disney-Pixar Le Monde de Nemo (France)">
+               <category>Games</category>
+               <description>Disney-Pixar Le Monde de Nemo (France)</description>
+               <rom name="Disney-Pixar Le Monde de Nemo (France).iso" size="1459978240" crc="f2152a1c" md5="02ec927965fc5d159b13836acf555557" sha1="df85c7a732d8c8bcbfe2e843aff29bf426dcc2db"/>
+       </game>
+       <game name="Disney-Pixar Les Indestructibles (France)">
+               <category>Games</category>
+               <description>Disney-Pixar Les Indestructibles (France)</description>
+               <rom name="Disney-Pixar Les Indestructibles (France).iso" size="1459978240" crc="15011304" md5="ddbffc0eded125cc964643700ef2bd61" sha1="22b77d5ae5bb44eee6ae31ff7941ba4478e76aa6"/>
+       </game>
+       <game name="Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France)">
+               <category>Games</category>
+               <description>Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France)</description>
+               <rom name="Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France).iso" size="1459978240" crc="a57a35ca" md5="478276566f680d52b7604bd0818ecd85" sha1="b0872daaf55ed77c8e94c6b103e82e40693aa30f"/>
+       </game>
+       <game name="Harry Potter to Himitsu no Heya (Japan)">
+               <category>Games</category>
+               <description>Harry Potter to Himitsu no Heya (Japan)</description>
+               <rom name="Harry Potter to Himitsu no Heya (Japan).iso" size="1459978240" crc="1a09bb28" md5="23c11cdcfa81775a5fd6389df4878004" sha1="f7a6730a479da32b956ac744bd866a97d26fd25a"/>
+       </game>
+       <game name="007 - Quitte ou Double (France)">
+               <category>Games</category>
+               <description>007 - Quitte ou Double (France)</description>
+               <rom name="007 - Quitte ou Double (France).iso" size="1459978240" crc="43ae8049" md5="dabddecce4356901b13078f95157179b" sha1="7509eebf08d9624aadb3f8c69a02ea51c173c3fb"/>
+       </game>
+       <game name="2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 1) (Les Indestructibles)">
+               <category>Games</category>
+               <description>2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 1) (Les Indestructibles)</description>
+               <rom name="2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 1) (Les Indestructibles).iso" size="1459978240" crc="6a6e66ee" md5="4e51d0bec2705a23b61284e4bc338ff9" sha1="683a5dd7d75a4c5c4f966dce6ec274da492bdfc5"/>
+       </game>
+       <game name="2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 2) (Le Monde de Nemo)">
+               <category>Games</category>
+               <description>2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 2) (Le Monde de Nemo)</description>
+               <rom name="2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 2) (Le Monde de Nemo).iso" size="1459978240" crc="f957ee96" md5="2aff07d9d37a3acd0e4d9d1021f944a1" sha1="dd2b753bbe3ec69ce743692ce35ad6941bf3eda6"/>
+       </game>
+       <game name="Harry Potter et le Prisonnier d'Azkaban (France)">
+               <category>Games</category>
+               <description>Harry Potter et le Prisonnier d'Azkaban (France)</description>
+               <rom name="Harry Potter et le Prisonnier d'Azkaban (France).iso" size="1459978240" crc="84e0d67f" md5="ffbbd8b2829f43d188465602905deeef" sha1="7abf9c8f3a313962e28e152f2431a150244cb043"/>
+       </game>
+       <game name="Hulk (France)">
+               <category>Games</category>
+               <description>Hulk (France)</description>
+               <rom name="Hulk (France).iso" size="1459978240" crc="d99457a8" md5="06985b015f2ab42eb57fc7e290d01405" sha1="241fd5b9336350aa322e6621b910c0e9ae3d0cdf"/>
+       </game>
+       <game name="Medal of Honor - En Premiere Ligne (France)">
+               <category>Games</category>
+               <description>Medal of Honor - En Premiere Ligne (France)</description>
+               <rom name="Medal of Honor - En Premiere Ligne (France).iso" size="1459978240" crc="70286e7b" md5="5fed090c1d01ab8c84ba0cc4fe31e70f" sha1="49355ba5b1a9018e8ac1e5d8dda609676a74d9c5"/>
+       </game>
+       <game name="Spider-Man (France)">
+               <category>Games</category>
+               <description>Spider-Man (France)</description>
+               <rom name="Spider-Man (France).iso" size="1459978240" crc="d2f5d804" md5="f197f77296a52e123e23d48495c6dc2c" sha1="f1a22bc606bb1dbf068cb1ef981915423f90d32d"/>
+       </game>
+       <game name="Fantastic 4 (Europe)">
+               <category>Games</category>
+               <description>Fantastic 4 (Europe)</description>
+               <rom name="Fantastic 4 (Europe).iso" size="1459978240" crc="f621dcbd" md5="7458fabc0e0e4cbf0f185d3185378038" sha1="ebea8ffe65e257988075347c669f91fd5843d72b"/>
+       </game>
+       <game name="Harry Potter and the Goblet of Fire (Europe)">
+               <category>Games</category>
+               <description>Harry Potter and the Goblet of Fire (Europe)</description>
+               <rom name="Harry Potter and the Goblet of Fire (Europe).iso" size="1459978240" crc="ad2d1a78" md5="cf0749fd978e8d2066b724e96f669570" sha1="a5b26a200702536eeba16cfe2e6bfde5c1c7fe8b"/>
+       </game>
+       <game name="Lemony Snicket's A Series of Unfortunate Events (Europe)">
+               <category>Games</category>
+               <description>Lemony Snicket's A Series of Unfortunate Events (Europe)</description>
+               <rom name="Lemony Snicket's A Series of Unfortunate Events (Europe).iso" size="1459978240" crc="77d6ca5f" md5="97ca33727b82a7f2282f724bce8f0848" sha1="4a76dc5f0b1d3c37dba3a50f6a123269e183d83a"/>
+       </game>
+       <game name="Ultimate Spider-Man (Europe)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (Europe)</description>
+               <rom name="Ultimate Spider-Man (Europe).iso" size="1459978240" crc="8438bfae" md5="69bb98acf730c0a837f786af8b27b38b" sha1="84c39478d8305a35dda0512c132bc70fa05cb5b2"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Legend (France)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Legend (France)</description>
+               <rom name="Lara Croft Tomb Raider - Legend (France).iso" size="1459978240" crc="fc703cb9" md5="e60c702eecb049f8029ad6ff67495f72" sha1="1bdb4e412530c58523eb53a21c5a9f021efd7805"/>
+       </game>
+       <game name="Medal of Honor - Les Faucons de Guerre (France)">
+               <category>Games</category>
+               <description>Medal of Honor - Les Faucons de Guerre (France)</description>
+               <rom name="Medal of Honor - Les Faucons de Guerre (France).iso" size="1459978240" crc="49e17288" md5="4acc3c88798c671cfb80fb55f2912098" sha1="530cbdba2e89d623fc9724062a5d9159106bddda"/>
+       </game>
+       <game name="Need for Speed - Most Wanted (France)">
+               <category>Games</category>
+               <description>Need for Speed - Most Wanted (France)</description>
+               <rom name="Need for Speed - Most Wanted (France).iso" size="1459978240" crc="37196f5a" md5="2c945df089d7967e1f5eb13d1c40f43a" sha1="9fc63840b422f5a3e83c1c92c04951a77480c8fc"/>
+       </game>
+       <game name="007 - Bons Baisers de Russie (France)">
+               <category>Games</category>
+               <description>007 - Bons Baisers de Russie (France)</description>
+               <rom name="007 - Bons Baisers de Russie (France).iso" size="1459978240" crc="af7f5faa" md5="660085d3965b1b432e7acbe1d0d2b350" sha1="29d4248004ab6bedb29bc31a9926b4dbe2c142a8"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (France)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (France)</description>
+               <rom name="FIFA World Cup Germany 2006 (France).iso" size="1459978240" crc="2ec09cb9" md5="2e32631fa46330de206f1b26c240bcc4" sha1="17dac219e3b7df44106b9247d4eebc4cd73d089e"/>
+       </game>
+       <game name="FIFA Football 2003 (France)">
+               <category>Games</category>
+               <description>FIFA Football 2003 (France)</description>
+               <rom name="FIFA Football 2003 (France).iso" size="1459978240" crc="0f05cfef" md5="2d127a84f01491b61050f82c3a16382d" sha1="2a53cbbf266fa24e84eb550d5b7337e5d87bf712"/>
+       </game>
+       <game name="Custom Robo - Battle Revolution (Japan)">
+               <category>Games</category>
+               <description>Custom Robo - Battle Revolution (Japan)</description>
+               <rom name="Custom Robo - Battle Revolution (Japan).iso" size="1459978240" crc="4df76b35" md5="6c74f607554a4d991e0a783b14d8b232" sha1="5bc6196df3cee9410f07777d6bbc7593f5ad1948"/>
+       </game>
+       <game name="Groove Adventure Rave - Fighting Live (Japan)">
+               <category>Games</category>
+               <description>Groove Adventure Rave - Fighting Live (Japan)</description>
+               <rom name="Groove Adventure Rave - Fighting Live (Japan).iso" size="1459978240" crc="92c7291f" md5="7daf74bd604e36dcaec07085d3d62954" sha1="327d082e64c50c87c85f14a81ecf339e5343f559"/>
+       </game>
+       <game name="Harry Potter et la Coupe de Feu (France)">
+               <category>Games</category>
+               <description>Harry Potter et la Coupe de Feu (France)</description>
+               <rom name="Harry Potter et la Coupe de Feu (France).iso" size="1459978240" crc="1479b2d3" md5="749913df3075cf89bad39262448e0b6a" sha1="d725e1587b7e005d3533e9af8fb9e5c7725f16e8"/>
+       </game>
+       <game name="4 Fantastiques, Les (France)">
+               <category>Games</category>
+               <description>4 Fantastiques, Les (France)</description>
+               <rom name="4 Fantastiques, Les (France).iso" size="1459978240" crc="4c7bb703" md5="d4e1d0da02324fc820105017ce652f5f" sha1="75578d38a551f3a74b6b6166d67750bcdc5c47f9"/>
+       </game>
+       <game name="Minority Report - Le Futur vous Rattrape (France)">
+               <category>Games</category>
+               <description>Minority Report - Le Futur vous Rattrape (France)</description>
+               <rom name="Minority Report - Le Futur vous Rattrape (France).iso" size="1459978240" crc="8c2b0bbf" md5="a36cb7ef1458adfd153f525396f062f4" sha1="76ab9111c20212037a3a9e8f7ea2062eff816a4f"/>
+       </game>
+       <game name="Shrek 2 (France)">
+               <category>Games</category>
+               <description>Shrek 2 (France)</description>
+               <rom name="Shrek 2 (France).iso" size="1459978240" crc="b7ed13f2" md5="8191fee2d38ba9581f662a707af0b5e5" sha1="b4b1ba1af162b9f8855c64946080856fe04ae777"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 3 (France)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 3 (France)</description>
+               <rom name="Tony Hawk's Pro Skater 3 (France).iso" size="1459978240" crc="a136cbbb" md5="876f3f3687cc8bf29f00b723d850cb7c" sha1="0031a875dbaae7fbe1d4d3e9144682a2f8abaae0"/>
+       </game>
+       <game name="Ultimate Spider-Man (France)">
+               <category>Games</category>
+               <description>Ultimate Spider-Man (France)</description>
+               <rom name="Ultimate Spider-Man (France).iso" size="1459978240" crc="c01d176e" md5="cf794893821efca19b413156dee536bb" sha1="e16c871a2951a0efa457879cb5b550823c7abec4"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (Europe)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (Europe)</description>
+               <rom name="Disney-Pixar Finding Nemo (Europe).iso" size="1459978240" crc="b0bec04e" md5="244607e2f6f92a1c4385fb421df4cb26" sha1="477605e6228d728608195efbc0b7ad4f7c52b1fd"/>
+       </game>
+       <game name="Harry Potter and the Philosopher's Stone (Europe) (En,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Harry Potter and the Philosopher's Stone (Europe) (En,Nl) (Rev 1)</description>
+               <rom name="Harry Potter and the Philosopher's Stone (Europe) (En,Nl) (Rev 1).iso" size="1459978240" crc="643145c6" md5="466291326b0d1b111c669d3e85ff72d5" sha1="9d9b786a025050fcd4a009cb505f4dbbe0459c48"/>
+       </game>
+       <game name="Mystic Heroes (France)">
+               <category>Games</category>
+               <description>Mystic Heroes (France)</description>
+               <rom name="Mystic Heroes (France).iso" size="1459978240" crc="b6bfb5bc" md5="edf593cf07ff622ccb92c41323d905d1" sha1="a6f927e8a5a4f87907342772e891ff64cdae6cca"/>
+       </game>
+       <game name="Disney's Extreme Skate Adventure (Europe)">
+               <category>Games</category>
+               <description>Disney's Extreme Skate Adventure (Europe)</description>
+               <rom name="Disney's Extreme Skate Adventure (Europe).iso" size="1459978240" crc="119f3b75" md5="a66e632cea696e5489b724e84d6aec13" sha1="12fc768643018f4f72d8dc36809d6cf34141b956"/>
+       </game>
+       <game name="DreamWorks Shrek - SuperSlam (Europe)">
+               <category>Games</category>
+               <description>DreamWorks Shrek - SuperSlam (Europe)</description>
+               <rom name="DreamWorks Shrek - SuperSlam (Europe).iso" size="1459978240" crc="a5b27ee8" md5="0b82f430bcf48b84819e2e4b676444d3" sha1="387ce067f0dcbc8bde76d1a0c4a9f60b39fd2d69"/>
+       </game>
+       <game name="FIFA 06 (Europe)">
+               <category>Games</category>
+               <description>FIFA 06 (Europe)</description>
+               <rom name="FIFA 06 (Europe).iso" size="1459978240" crc="4d1a4b15" md5="7845c034bd33a9742ab219f7aa4eed2b" sha1="4b1ebc261315636c9d2cba6b603f4c3400da56cd"/>
+       </game>
+       <game name="007 - Nightfire (France)">
+               <category>Games</category>
+               <description>007 - Nightfire (France)</description>
+               <rom name="007 - Nightfire (France).iso" size="1459978240" crc="72ca3f54" md5="e55862c205c1cedf2426e7ca10675a01" sha1="5dadf79f76df0a25a375696c31304e10bc39b22d"/>
+       </game>
+       <game name="Bratz - Rock Angelz (France)">
+               <category>Games</category>
+               <description>Bratz - Rock Angelz (France)</description>
+               <rom name="Bratz - Rock Angelz (France).iso" size="1459978240" crc="c7c89409" md5="ff324584f196b5a2162137ca74efea4b" sha1="db82a02dc6f1fa3ef814ba5669a1fe2c84ad8545"/>
+       </game>
+       <game name="Call of Duty 2 - Big Red One (France)">
+               <category>Games</category>
+               <description>Call of Duty 2 - Big Red One (France)</description>
+               <rom name="Call of Duty 2 - Big Red One (France).iso" size="1459978240" crc="dd77b4cc" md5="39961252d6e13cf924b8d8e065bbc110" sha1="b5e15d6cc569e5018bbd8634e7cd8df40ad28ef3"/>
+       </game>
+       <game name="Call of Duty - Finest Hour (France)">
+               <category>Games</category>
+               <description>Call of Duty - Finest Hour (France)</description>
+               <rom name="Call of Duty - Finest Hour (France).iso" size="1459978240" crc="14093ccf" md5="1a7e5a60778b82e27a9a7ef6be0d2b74" sha1="b62550ef667f3adfed38f406133da71897290c37"/>
+       </game>
+       <game name="Crash Tag Team Racing (France)">
+               <category>Games</category>
+               <description>Crash Tag Team Racing (France)</description>
+               <rom name="Crash Tag Team Racing (France).iso" size="1459978240" crc="5d694e8d" md5="67aec8ec038d1f765a39f168c67ebec2" sha1="b56d7430b02a3503970da4495674b4f7c9cb275e"/>
+       </game>
+       <game name="Disney-Pixar Cars (France)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (France)</description>
+               <rom name="Disney-Pixar Cars (France).iso" size="1459978240" crc="c2d22a58" md5="b6ad4a7aaaa2e133ecbbd2598f4d4b21" sha1="9315451546f73a8cde2f2a8a0ba05dd0a51c3f43"/>
+       </game>
+       <game name="FIFA Football 2005 (France)">
+               <category>Games</category>
+               <description>FIFA Football 2005 (France)</description>
+               <rom name="FIFA Football 2005 (France).iso" size="1459978240" crc="f8d59705" md5="d77d6b3180ee39072ecc9b5505b6db3d" sha1="94894b260771be1e9e178ded539650a337ebc108"/>
+       </game>
+       <game name="Blood Omen 2 - The Legacy of Kain Series (France)">
+               <category>Games</category>
+               <description>Blood Omen 2 - The Legacy of Kain Series (France)</description>
+               <rom name="Blood Omen 2 - The Legacy of Kain Series (France).iso" size="1459978240" crc="5bab6a3b" md5="9b3c3ffa235d1f8bcd7602ebfeefc87b" sha1="710aacb35ac93ce5340d18c7c1770832c2e578f4"/>
+       </game>
+       <game name="Nickelodeon Bob L'eponge - Silence on Tourne ! (France)">
+               <category>Games</category>
+               <description>Nickelodeon Bob L'eponge - Silence on Tourne ! (France)</description>
+               <rom name="Nickelodeon Bob L'eponge - Silence on Tourne ! (France).iso" size="1459978240" crc="8b0e1254" md5="5d427a5024414e042f1a2d7f8ee2410e" sha1="19b8b325795f29a4da076e95ba2f1e7d46519451"/>
+       </game>
+       <game name="Star Wars - Bounty Hunter (France)">
+               <category>Games</category>
+               <description>Star Wars - Bounty Hunter (France)</description>
+               <rom name="Star Wars - Bounty Hunter (France).iso" size="1459978240" crc="d4205184" md5="c405b9cc619166253235bcdd06d84a9a" sha1="18a2a1d5d44f589392e8009a4173ec6d08aa0700"/>
+       </game>
+       <game name="Star Wars - Jedi Knight II - Jedi Outcast (France)">
+               <category>Games</category>
+               <description>Star Wars - Jedi Knight II - Jedi Outcast (France)</description>
+               <rom name="Star Wars - Jedi Knight II - Jedi Outcast (France).iso" size="1459978240" crc="609a01a6" md5="913d7bb99bb2b6f6bbf28298287fc19e" sha1="2a981901729983d72af9b95737a2741316f8c5aa"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (France)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (France)</description>
+               <rom name="Star Wars - The Clone Wars (France).iso" size="1459978240" crc="44621664" md5="bf06942c75ce10b35a7bde61691dc3ca" sha1="e09301c17d0801102dc3b3d2ac4b2be8f564ca4e"/>
+       </game>
+       <game name="Baldur's Gate - Dark Alliance (France)">
+               <category>Games</category>
+               <description>Baldur's Gate - Dark Alliance (France)</description>
+               <rom name="Baldur's Gate - Dark Alliance (France).iso" size="1459978240" crc="3c7de362" md5="113ddfb6d582b99677df2d7e79f2c576" sha1="bc1cc762f89558907b10bc1dffe8e1bc3a435960"/>
+       </game>
+       <game name="Nickelodeon Bob L'eponge - La Creature du Crabe Croustillant (France)">
+               <category>Games</category>
+               <description>Nickelodeon Bob L'eponge - La Creature du Crabe Croustillant (France)</description>
+               <rom name="Nickelodeon Bob L'eponge - La Creature du Crabe Croustillant (France).iso" size="1459978240" crc="b41eaa06" md5="62348380609818f7c8d04fef5d5d1459" sha1="e58b89d009d77e0cb329159fb4561fc6b01f20b4"/>
+       </game>
+       <game name="Disney Chicken Little (France)">
+               <category>Games</category>
+               <description>Disney Chicken Little (France)</description>
+               <rom name="Disney Chicken Little (France).iso" size="1459978240" crc="df75b9d0" md5="96fb149472e7d15866ed93fc2f2ecc3e" sha1="a5c94f64fc9211c515b9f7a12b64a4fd31bcd8d9"/>
+       </game>
+       <game name="Pitfall - The Lost Expedition (France)">
+               <category>Games</category>
+               <description>Pitfall - The Lost Expedition (France)</description>
+               <rom name="Pitfall - The Lost Expedition (France).iso" size="1459978240" crc="0c3f3c9c" md5="8404f0041cf4ad5018b7b7c45ace7b40" sha1="0c8b5b67bbbf766f474debab68488b54cb2b4b86"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (France)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (France)</description>
+               <rom name="Need for Speed - Underground 2 (France).iso" size="1459978240" crc="fa76df3a" md5="6e846832929e4d025d34358f69748c80" sha1="ef3b371500fd786f9d151be38671e978cd22ecb4"/>
+       </game>
+       <game name="Scooby-Doo! Le Livre des Tenebres (France)">
+               <category>Games</category>
+               <description>Scooby-Doo! Le Livre des Tenebres (France)</description>
+               <rom name="Scooby-Doo! Le Livre des Tenebres (France).iso" size="1459978240" crc="1dc2dace" md5="749da2151fca95e299722938014bb134" sha1="17b68f16c2c238a0f0f3b0b496288eb879c6de9e"/>
+       </game>
+       <game name="FIFA 06 (Italy)">
+               <category>Games</category>
+               <description>FIFA 06 (Italy)</description>
+               <rom name="FIFA 06 (Italy).iso" size="1459978240" crc="4aa1ee85" md5="55f681af34420ca638535a823d160adc" sha1="37454ed952bdbe1300d4efbb07866031d4dbf567"/>
+       </game>
+       <game name="Tales of Symphonia (Italy) (Disc 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Italy) (Disc 1)</description>
+               <rom name="Tales of Symphonia (Italy) (Disc 1).iso" size="1459978240" crc="5faf5aee" md5="1a87ba0556d23553518940a6b9dc5561" sha1="ed8d2fcf8e9ff1658bd27fce31a41f1940281d9f"/>
+       </game>
+       <game name="Tales of Symphonia (Italy) (Disc 2)">
+               <category>Games</category>
+               <description>Tales of Symphonia (Italy) (Disc 2)</description>
+               <rom name="Tales of Symphonia (Italy) (Disc 2).iso" size="1459978240" crc="1d870a39" md5="1f053b0874212a310e2a2eaa57eb2ffc" sha1="54419b0edba98fc85ebc07e74594caa2db4add87"/>
+       </game>
+       <game name="007 - Espion pour Cible (France)">
+               <category>Games</category>
+               <description>007 - Espion pour Cible (France)</description>
+               <rom name="007 - Espion pour Cible (France).iso" size="1459978240" crc="970521de" md5="3fee29cde764103d702bc9ea55373fde" sha1="0d0ffbf962010cc7da04349ce15f87bb40762c3e"/>
+       </game>
+       <game name="Bokujou Monogatari - Wonderful Life (Japan)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Wonderful Life (Japan)</description>
+               <rom name="Bokujou Monogatari - Wonderful Life (Japan).iso" size="1459978240" crc="a5a47f09" md5="2bd9b086f7e7b4c15e1e8149f9b4899f" sha1="5b807cd4132db57bd3f7afb12c63689ebf3cd056"/>
+       </game>
+       <game name="Disney-Pixar Mr. Incredible - Kyouteki Underminer Toujou (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Mr. Incredible - Kyouteki Underminer Toujou (Japan)</description>
+               <rom name="Disney-Pixar Mr. Incredible - Kyouteki Underminer Toujou (Japan).iso" size="1459978240" crc="9c0aefd7" md5="9c780140c65d75bb2834a8fdcff93c4c" sha1="b0fa305d6435048478ccf8f4d2667404ea2c87e1"/>
+       </game>
+       <game name="Disney-Pixar Mr. Incredible (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Mr. Incredible (Japan)</description>
+               <rom name="Disney-Pixar Mr. Incredible (Japan).iso" size="1459978240" crc="e0addb4c" md5="3dd63a89d5982eb7ab97170787aa00bf" sha1="31ff0e4916d0fb704cf6e392f50885b17a6da235"/>
+       </game>
+       <game name="DreamWorks Shark Tale (Japan)">
+               <category>Games</category>
+               <description>DreamWorks Shark Tale (Japan)</description>
+               <rom name="DreamWorks Shark Tale (Japan).iso" size="1459978240" crc="3de4f014" md5="67057116ccae845380195d03c54adb21" sha1="01a50395aac77f9009a6bad8d31fbcfd38553e33"/>
+       </game>
+       <game name="Disney-Pixar Finding Nemo (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Finding Nemo (Japan)</description>
+               <rom name="Disney-Pixar Finding Nemo (Japan).iso" size="1459978240" crc="03d07259" md5="5f3c684e665d17dd0a11f7b027c2ca80" sha1="2b5ae441fa825749ed2a62790c8b602b472c8a77"/>
+       </game>
+       <game name="WWE WrestleMania X8 (Japan)">
+               <category>Games</category>
+               <description>WWE WrestleMania X8 (Japan)</description>
+               <rom name="WWE WrestleMania X8 (Japan).iso" size="1459978240" crc="879a0d04" md5="0bfd0256f6a321a826bc522a6281e914" sha1="c8ecbec3adbf14a473b55fe19d52df06a3504244"/>
+       </game>
+       <game name="2002 FIFA World Cup (Japan)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (Japan)</description>
+               <rom name="2002 FIFA World Cup (Japan).iso" size="1459978240" crc="352435de" md5="4a5991f0e44035f7efff79fc644ebadf" sha1="f44d4ecd2e89ebb0038f27ebfa87c4c71079cd79"/>
+       </game>
+       <game name="FIFA 2002 - Road to FIFA World Cup (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>FIFA 2002 - Road to FIFA World Cup (Japan) (En,Ja)</description>
+               <rom name="FIFA 2002 - Road to FIFA World Cup (Japan) (En,Ja).iso" size="1459978240" crc="84711d48" md5="48e530487f2b246141674151716b2090" sha1="1dda150c2efb805c1220d129fa45201d609e0396"/>
+       </game>
+       <game name="Choro Q! (Japan)">
+               <category>Games</category>
+               <description>Choro Q! (Japan)</description>
+               <rom name="Choro Q! (Japan).iso" size="1459978240" crc="986e00eb" md5="2096ce257a73a53b54ac100f60485f51" sha1="0aee93e3a766510867a9f266513cde34fb681303"/>
+       </game>
+       <game name="Harry Potter to Azkaban no Shuujin (Japan)">
+               <category>Games</category>
+               <description>Harry Potter to Azkaban no Shuujin (Japan)</description>
+               <rom name="Harry Potter to Azkaban no Shuujin (Japan).iso" size="1459978240" crc="bd1bb981" md5="1e7a203a2c0be74281307fc122d6e93d" sha1="71b41ae86b04a90cf49e6160a5bf2eb7e7d7d1b1"/>
+       </game>
+       <game name="Harry Potter - Quidditch World Cup (Japan)">
+               <category>Games</category>
+               <description>Harry Potter - Quidditch World Cup (Japan)</description>
+               <rom name="Harry Potter - Quidditch World Cup (Japan).iso" size="1459978240" crc="c74b831c" md5="4d82e431211ec394efaa041b027319f8" sha1="c63a474e3cbfd8c4a5424c74a6e8ef73b96ceea1"/>
+       </game>
+       <game name="Digimon Battle Chronicle (Japan)">
+               <category>Games</category>
+               <description>Digimon Battle Chronicle (Japan)</description>
+               <rom name="Digimon Battle Chronicle (Japan).iso" size="1459978240" crc="b937bb5d" md5="aaac2f0fa823f662b9fd90e4676e5d42" sha1="600e39b99b9822c361a161dcc707bbf66ff119c4"/>
+       </game>
+       <game name="Kero Kero King DX (Japan)">
+               <category>Games</category>
+               <description>Kero Kero King DX (Japan)</description>
+               <rom name="Kero Kero King DX (Japan).iso" size="1459978240" crc="8c8f0ef3" md5="9b4d0d019c15efbe22d5f695c6cdd3e6" sha1="2940791f4261fe787e66dc0de43c98e141612a75"/>
+       </game>
+       <game name="Doubutsu Banchou (Japan)">
+               <category>Games</category>
+               <description>Doubutsu Banchou (Japan)</description>
+               <rom name="Doubutsu Banchou (Japan).iso" size="1459978240" crc="865abec9" md5="e8b8813af3348a13eaf9d4e8d0c9d67c" sha1="71aeec4a90c6edb79c4ca72d7fb64cbad9dcc562"/>
+       </game>
+       <game name="All-Star Baseball 2003 featuring Derek Jeter (Japan)">
+               <category>Games</category>
+               <description>All-Star Baseball 2003 featuring Derek Jeter (Japan)</description>
+               <rom name="All-Star Baseball 2003 featuring Derek Jeter (Japan).iso" size="1459978240" crc="128e5b27" md5="71ccde7b7df2151264d5594c68a2d52d" sha1="049bb84d35085923fc3c5a0a8c3ff16c07184612"/>
+       </game>
+       <game name="Disney's Chicken Little (Japan)">
+               <category>Games</category>
+               <description>Disney's Chicken Little (Japan)</description>
+               <rom name="Disney's Chicken Little (Japan).iso" size="1459978240" crc="46cbf564" md5="e082d0208430577a2f37f1636cb9d792" sha1="a4b08ebb3fe7b41a904c69034ebc20fac62354ed"/>
+       </game>
+       <game name="FIFA 2003 - European Football (Japan)">
+               <category>Games</category>
+               <description>FIFA 2003 - European Football (Japan)</description>
+               <rom name="FIFA 2003 - European Football (Japan).iso" size="1459978240" crc="7085dcf5" md5="cd3372175bc4e6caaae450ba6070a73c" sha1="11b633d400897edaacee7e7f49c7ea5d65cb431a"/>
+       </game>
+       <game name="Fight Night Round 2 (Japan)">
+               <category>Games</category>
+               <description>Fight Night Round 2 (Japan)</description>
+               <rom name="Fight Night Round 2 (Japan).iso" size="1459978240" crc="dd300b2d" md5="d83d7c3479d4e028498e1a72d5b6d466" sha1="497d466406df9031e8d294fc5803edf250c28d5b"/>
+       </game>
+       <game name="One Piece - Pirates Carnival (Japan)">
+               <category>Games</category>
+               <description>One Piece - Pirates Carnival (Japan)</description>
+               <rom name="One Piece - Pirates Carnival (Japan).iso" size="1459978240" crc="d959d086" md5="fffa57eea1ba8723ee256d2c26a83d8b" sha1="5bbc976df9a49534988016f6b824a5ca1a35ba65"/>
+       </game>
+       <game name="NBA Courtside 2002 (Japan)">
+               <category>Games</category>
+               <description>NBA Courtside 2002 (Japan)</description>
+               <rom name="NBA Courtside 2002 (Japan).iso" size="1459978240" crc="3b0d9c54" md5="548961672448b0c3fc171ec92894e53b" sha1="9f90ab2133fdfe3c3ad1cbb1fc9269698cc05bbb"/>
+       </game>
+       <game name="NBA Street (Japan)">
+               <category>Games</category>
+               <description>NBA Street (Japan)</description>
+               <rom name="NBA Street (Japan).iso" size="1459978240" crc="7d074b15" md5="1278439a5224bf8abfe17930db78e1c9" sha1="29b4b928a54a99e5baabe00b0a549ee0ae8e7a87"/>
+       </game>
+       <game name="Robots (Japan)">
+               <category>Games</category>
+               <description>Robots (Japan)</description>
+               <rom name="Robots (Japan).iso" size="1459978240" crc="dd7888ed" md5="1041b47dd00f72076b76b8a7fbc04f71" sha1="f95570c9af62fd32a0d79e991a57030485d45cdf"/>
+       </game>
+       <game name="SSX on Tour with Mario (Japan)">
+               <category>Games</category>
+               <description>SSX on Tour with Mario (Japan)</description>
+               <rom name="SSX on Tour with Mario (Japan).iso" size="1459978240" crc="9a452794" md5="43cc22b1d72b5fdc190bcb6ee58142dc" sha1="e70d66334a81edd218f171f1d3690e680d38c215"/>
+       </game>
+       <game name="SSX Tricky (Japan)">
+               <category>Games</category>
+               <description>SSX Tricky (Japan)</description>
+               <rom name="SSX Tricky (Japan).iso" size="1459978240" crc="a0f36492" md5="bea4da9c3d9f965bd3c386f6eadb7de6" sha1="4241aa2d9c6f9722250cc388b5040b7f71da4985"/>
+       </game>
+       <game name="UFC - Ultimate Fighting Championship 2 - Tapout - Final Spec (Japan)">
+               <category>Games</category>
+               <description>UFC - Ultimate Fighting Championship 2 - Tapout - Final Spec (Japan)</description>
+               <rom name="UFC - Ultimate Fighting Championship 2 - Tapout - Final Spec (Japan).iso" size="1459978240" crc="1e98a9d1" md5="248c7e0ef61512c64e54d0885535b40a" sha1="874af8677e3ca1309ca2a2b8013658918aa0f2fe"/>
+       </game>
+       <game name="Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 1)</description>
+               <rom name="Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 1).iso" size="1459978240" crc="ec243c47" md5="fa1ba4dec1087e0dbe3222e2c1404752" sha1="db2e59a5089043962c70a693c6230207a8a3ec53"/>
+       </game>
+       <game name="Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 2)</description>
+               <rom name="Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 2).iso" size="1459978240" crc="62cd531e" md5="c1af519d772ff607ab76ecbde3e2bd72" sha1="2f4a82ab93371a5ae2446f88354ccd8b83fe1200"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Japan) (Disc 1)</description>
+               <rom name="Medal of Honor - Rising Sun (Japan) (Disc 1).iso" size="1459978240" crc="23ad9efc" md5="ba767c78b3f411a42053d2765a5f4408" sha1="6bfd136101ca5200aa4ea276fcfb1f83a23bcf33"/>
+       </game>
+       <game name="Medal of Honor - Rising Sun (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Medal of Honor - Rising Sun (Japan) (Disc 2)</description>
+               <rom name="Medal of Honor - Rising Sun (Japan) (Disc 2).iso" size="1459978240" crc="36bf719e" md5="988ba5983b3b729993bcfca821e838fb" sha1="e673a867696457a3ff498490997f545c6c4e0707"/>
+       </game>
+       <game name="NBA Street V3 - Mario de Dunk (Japan)">
+               <category>Games</category>
+               <description>NBA Street V3 - Mario de Dunk (Japan)</description>
+               <rom name="NBA Street V3 - Mario de Dunk (Japan).iso" size="1459978240" crc="9f4dcbdd" md5="f1465c20c9d8c431dad348c9e9c16841" sha1="bbe2066f093916bfde725d9e2fb318b492fb2f7a"/>
+       </game>
+       <game name="Harry Potter and the Philosopher's Stone (Europe) (Fr,De) (Rev 1)">
+               <category>Games</category>
+               <description>Harry Potter and the Philosopher's Stone (Europe) (Fr,De) (Rev 1)</description>
+               <rom name="Harry Potter and the Philosopher's Stone (Europe) (Fr,De) (Rev 1).iso" size="1459978240" crc="777b2324" md5="842a62b31fd88034926757b6fb8cf619" sha1="08e811a257c1ab73a3ac1b04d42117fad7c92fc5"/>
+       </game>
+       <game name="Nickelodeon Barnyard (Europe) (Fr,Es,It,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Barnyard (Europe) (Fr,Es,It,Nl)</description>
+               <rom name="Nickelodeon Barnyard (Europe) (Fr,Es,It,Nl).iso" size="1459978240" crc="81bb3b5a" md5="5027c12e466a640a3391e6d3bc41baf8" sha1="96f7624d6939a0eea19ee27a134f222588317c8d"/>
+       </game>
+       <game name="Top Gun - Ace of the Sky (Japan)">
+               <category>Games</category>
+               <description>Top Gun - Ace of the Sky (Japan)</description>
+               <rom name="Top Gun - Ace of the Sky (Japan).iso" size="1459978240" crc="9e57ecd2" md5="b610d5cb406f970db846cc7c02844d38" sha1="6205926bd4ded731754c4348d37e3fd847c09f6b"/>
+       </game>
+       <game name="Sonic Gems Collection (Japan)">
+               <category>Games</category>
+               <description>Sonic Gems Collection (Japan)</description>
+               <rom name="Sonic Gems Collection (Japan).iso" size="1459978240" crc="8266d5c5" md5="236c641cfe9bc0b489345102c558c135" sha1="d7024535cb8de9936ac690c2a4ad6286adaec28c"/>
+       </game>
+       <game name="Super Mario Sunshine (Korea)">
+               <category>Games</category>
+               <description>Super Mario Sunshine (Korea)</description>
+               <rom name="Super Mario Sunshine (Korea).iso" size="1459978240" crc="1e1cd796" md5="1f8d7bc062ab3c532a76811fbcceb229" sha1="b4ea51d4f5c113d7d914ac939f9dd96405dbd773"/>
+       </game>
+       <game name="Tony Hawk's Pro Skater 3 (Japan)">
+               <category>Games</category>
+               <description>Tony Hawk's Pro Skater 3 (Japan)</description>
+               <rom name="Tony Hawk's Pro Skater 3 (Japan).iso" size="1459978240" crc="26eeeeb7" md5="8803a2a9374087651b6ae7f5f21a0dcc" sha1="37152344d4ebb97517fab8ce33fa7a9c1cd4fcaa"/>
+       </game>
+       <game name="Bokujou Monogatari - Wonderful Life for Girl (Japan)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Wonderful Life for Girl (Japan)</description>
+               <rom name="Bokujou Monogatari - Wonderful Life for Girl (Japan).iso" size="1459978240" crc="49f6ac56" md5="7dad8557e8ab6a0f35d8f57b9902d8f2" sha1="af6b2323a57da0549a3be80438c27cdddd9cbdb7"/>
+       </game>
+       <game name="Chibi-Robo! (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Chibi-Robo! (Japan) (Rev 1)</description>
+               <rom name="Chibi-Robo! (Japan) (Rev 1).iso" size="1459978240" crc="d3a3126f" md5="b02364b7d3ef7ed39d00110712d32de3" sha1="af96a3d370a8bfd8c2082327b7d3e1ed1e9ad7b0"/>
+       </game>
+       <game name="Crazy Taxi (Japan)">
+               <category>Games</category>
+               <description>Crazy Taxi (Japan)</description>
+               <rom name="Crazy Taxi (Japan).iso" size="1459978240" crc="647f948d" md5="686b682740f0a9db7af6b40c02d45fc9" sha1="f361fce9f8f9b1bff76a99d126ed6f0600cc07fa"/>
+       </game>
+       <game name="Dragon Ball Z (Japan)">
+               <category>Games</category>
+               <description>Dragon Ball Z (Japan)</description>
+               <rom name="Dragon Ball Z (Japan).iso" size="1459978240" crc="5421b026" md5="372abf1c213e848d5cdc7d6259fb51f3" sha1="9d1bfe80a44cf4321729cfef14812294ab62baef"/>
+       </game>
+       <game name="Godzilla - Kaijuu Dairantou (Japan)">
+               <category>Games</category>
+               <description>Godzilla - Kaijuu Dairantou (Japan)</description>
+               <rom name="Godzilla - Kaijuu Dairantou (Japan).iso" size="1459978240" crc="8c5efd4d" md5="0c6915aa951c86448f886667271ca888" sha1="6884b97138b61025ed3b9b9b435e811adb1ac52e"/>
+       </game>
+       <game name="Harry Potter to Kenja no Ishi (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Harry Potter to Kenja no Ishi (Japan) (En,Ja)</description>
+               <rom name="Harry Potter to Kenja no Ishi (Japan) (En,Ja).iso" size="1459978240" crc="8f5b7b5e" md5="5916173cf3d75b4368da162507fffbfe" sha1="42d307861eeddce818656bd9622be62281b381a1"/>
+       </game>
+       <game name="Lord of the Rings - Futatsu no Tou (Japan)">
+               <category>Games</category>
+               <description>Lord of the Rings - Futatsu no Tou (Japan)</description>
+               <rom name="Lord of the Rings - Futatsu no Tou (Japan).iso" size="1459978240" crc="5ca96026" md5="23234b6490e03fefc26b3477c0298f98" sha1="1378e02998c8c5c4187a704a876b86b0680c1f2c"/>
+       </game>
+       <game name="Pokemon Colosseum (Japan)">
+               <category>Games</category>
+               <description>Pokemon Colosseum (Japan)</description>
+               <rom name="Pokemon Colosseum (Japan).iso" size="1459978240" crc="3a421d80" md5="ec80218d9079ccae07350e42356748ce" sha1="170f72ae718a375f49e9ccae526d5da1b493fca0"/>
+       </game>
+       <game name="Pokemon XD - Yami no Kaze Dark Lugia (Japan)">
+               <category>Games</category>
+               <description>Pokemon XD - Yami no Kaze Dark Lugia (Japan)</description>
+               <rom name="Pokemon XD - Yami no Kaze Dark Lugia (Japan).iso" size="1459978240" crc="46387be4" md5="e92856cb965f8411e29ccfc818bd6d5b" sha1="c803390dd982fccb43a958471debf9ddaa8c6407"/>
+       </game>
+       <game name="Super Mario Stadium - Miracle Baseball (Japan)">
+               <category>Games</category>
+               <description>Super Mario Stadium - Miracle Baseball (Japan)</description>
+               <rom name="Super Mario Stadium - Miracle Baseball (Japan).iso" size="1459978240" crc="81b98d0b" md5="19d70d6236f2fef165eb7d276fbf36e4" sha1="cfae0a787c7a0025c923886c57de522396039b2a"/>
+       </game>
+       <game name="Sims, The (Japan)">
+               <category>Games</category>
+               <description>Sims, The (Japan)</description>
+               <rom name="Sims, The (Japan).iso" size="1459978240" crc="81d29446" md5="9492c7d3ee2b07187fbdd532671b0668" sha1="92a6b10e67e63b500409e3f1ddf262559f92eb74"/>
+       </game>
+       <game name="Urbz, The - Sims in the City (Japan)">
+               <category>Games</category>
+               <description>Urbz, The - Sims in the City (Japan)</description>
+               <rom name="Urbz, The - Sims in the City (Japan).iso" size="1459978240" crc="b19ef16d" md5="5aea50ef2bbc78c2ae41aec1f8367fef" sha1="924801e0a65ebcf963ce831eaf8fbbb2a5640b27"/>
+       </game>
+       <game name="WWE WrestleMania XIX (Japan)">
+               <category>Games</category>
+               <description>WWE WrestleMania XIX (Japan)</description>
+               <rom name="WWE WrestleMania XIX (Japan).iso" size="1459978240" crc="46f53afb" md5="a2c5fed081aa7b9768785ffd4209e092" sha1="85d713f41e548be53afa5fc78759fdd4643d6152"/>
+       </game>
+       <game name="Disney-Pixar Cars (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Japan)</description>
+               <rom name="Disney-Pixar Cars (Japan).iso" size="1459978240" crc="8e0cc9c2" md5="b3eeb8a8eb72758ab7667c2d272ca0b0" sha1="a53e54aaa6ec9ba4b99bd96c671d8076c127cd65"/>
+       </game>
+       <game name="WWE Day of Reckoning (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>WWE Day of Reckoning (Europe) (Rev 1)</description>
+               <rom name="WWE Day of Reckoning (Europe) (Rev 1).iso" size="1459978240" crc="f1960a2b" md5="48626d24a99cdf44e8b1d8acc099f9b5" sha1="cad7358cc4262d7d144620b9e5fe04662b2e436f"/>
+       </game>
+       <game name="Soulcalibur II (USA) (Demo)">
+               <category>Demos</category>
+               <description>Soulcalibur II (USA) (Demo)</description>
+               <rom name="Soulcalibur II (USA) (Demo).iso" size="1459978240" crc="989e11d9" md5="a1b88b3099aaeaffbc11204ea0dfe6e3" sha1="d4edce2b38653e232ac8e7a16139f7093bb4448d"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II - Trial Edition (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Phantasy Star Online Episode I &amp; II - Trial Edition (Japan) (Taikenban)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II - Trial Edition (Japan) (Taikenban).iso" size="1459978240" crc="53a6f59c" md5="344add1b5b11771f3b01ff47e8606063" sha1="aab94bda129e5ccef426b3a7146b2dcd364c9f93"/>
+       </game>
+       <game name="Dairantou Smash Brothers DX (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Dairantou Smash Brothers DX (Japan) (Taikenban)</description>
+               <rom name="Dairantou Smash Brothers DX (Japan) (Taikenban).iso" size="1459978240" crc="d8954dae" md5="986487c59e3ad40870135aabe90f1ac8" sha1="c7c0866fbe6d7ebf3b9c4236f4f32f4c8f65b578"/>
+       </game>
+       <game name="SmaBro DX Event-you Disc (Japan)">
+               <category>Demos</category>
+               <description>SmaBro DX Event-you Disc (Japan)</description>
+               <rom name="SmaBro DX Event-you Disc (Japan).iso" size="1459978240" crc="0dd683ce" md5="a2b8c2d7c38f1034134a31b4d7b9c8d3" sha1="f86edb90800f06a9c2cd6d9d7eb6de765085a810"/>
+       </game>
+       <game name="Pokemon Colosseum - Nintendo Tokusei Disc (Japan)">
+               <category>Bonus Discs</category>
+               <description>Pokemon Colosseum - Nintendo Tokusei Disc (Japan)</description>
+               <rom name="Pokemon Colosseum - Nintendo Tokusei Disc (Japan).iso" size="1459978240" crc="82e211c1" md5="b67194c8a3d3d3d3f1789b2b65daa925" sha1="104d65e2a2f64c2978bbda0d971ff24ae9566fc5"/>
+       </game>
+       <game name="SSX 3 (Japan)">
+               <category>Games</category>
+               <description>SSX 3 (Japan)</description>
+               <rom name="SSX 3 (Japan).iso" size="1459978240" crc="281ee750" md5="8b25854016fe7289cfa444543b2e9aa8" sha1="003e6c542d911cc1ef64f93f1a7aa9808cfb1779"/>
+       </game>
+       <game name="Medarot Brave (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Medarot Brave (Japan) (Rev 1)</description>
+               <rom name="Medarot Brave (Japan) (Rev 1).iso" size="1459978240" crc="cec865c6" md5="1847bb8c04c6c3a75e222cef42f6ec86" sha1="06c050f7610176ae8e29bf0010a07509c1daede5"/>
+       </game>
+       <game name="Universal Studios Japan Adventure (Japan)">
+               <category>Games</category>
+               <description>Universal Studios Japan Adventure (Japan)</description>
+               <rom name="Universal Studios Japan Adventure (Japan).iso" size="1459978240" crc="9c1bc747" md5="0c69fcacf8f91e7d3a8681a45e3a6560" sha1="ddf05a46dca79ad3009d8a670995da32d51de3fe"/>
+       </game>
+       <game name="Rogue Ops (Japan)">
+               <category>Games</category>
+               <description>Rogue Ops (Japan)</description>
+               <rom name="Rogue Ops (Japan).iso" size="1459978240" crc="692b809d" md5="902c568cc460e64feaebf82e23a7dead" sha1="f8845a119cf46a2f70a024a7fc09a60eaa9324ee"/>
+       </game>
+       <game name="Space Raiders (Japan)">
+               <category>Games</category>
+               <description>Space Raiders (Japan)</description>
+               <rom name="Space Raiders (Japan).iso" size="1459978240" crc="aae6405b" md5="025ad670dd18dad2b2af515bce6abafa" sha1="5949871c1c8cb1780857354b70a911e85a6a886e"/>
+       </game>
+       <game name="Monopoly - Mezase!! Daifugou Jinsei!! (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Monopoly - Mezase!! Daifugou Jinsei!! (Japan) (Rev 1)</description>
+               <rom name="Monopoly - Mezase!! Daifugou Jinsei!! (Japan) (Rev 1).iso" size="1459978240" crc="2b31868c" md5="8c36109e584f95f6af6fbab8b9147d65" sha1="435010851ee8aee92fcb124c7e48bbea8f12691c"/>
+       </game>
+       <game name="1080 Silver Storm (Japan)">
+               <category>Games</category>
+               <description>1080 Silver Storm (Japan)</description>
+               <rom name="1080 Silver Storm (Japan).iso" size="1459978240" crc="5e6c9506" md5="3142122db24a5165f1fa6a3032cf37b0" sha1="c484ef03e13328a4a15123b1d96eb21d00d3c26f"/>
+       </game>
+       <game name="Disney Sports - American Football (Japan)">
+               <category>Games</category>
+               <description>Disney Sports - American Football (Japan)</description>
+               <rom name="Disney Sports - American Football (Japan).iso" size="1459978240" crc="7225d2ea" md5="9404e21c1860c39f06fd33a309296c1e" sha1="4f249f1786bdd1926e8231b08a261018f2c6cc02"/>
+       </game>
+       <game name="Disney Sports - Basketball (Japan)">
+               <category>Games</category>
+               <description>Disney Sports - Basketball (Japan)</description>
+               <rom name="Disney Sports - Basketball (Japan).iso" size="1459978240" crc="9d0b3393" md5="5d315df64b06d0bcc322afbb6df5defb" sha1="bd6525a9822ab714cfbbd41e2ddf609198c91369"/>
+       </game>
+       <game name="DreamWorks Madagascar (UK)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (UK)</description>
+               <rom name="DreamWorks Madagascar (UK).iso" size="1459978240" crc="41f0cb68" md5="aa8083445dfd0d15223a98119f3c33a3" sha1="2b2ce79375bff7f2a8dfae09574febab36560f75"/>
+       </game>
+       <game name="Need for Speed - Underground (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (Japan)</description>
+               <rom name="Need for Speed - Underground (Japan).iso" size="1459978240" crc="836cfeda" md5="0bbec5772993666a3d4a235aaa63cf12" sha1="a6be9b697d06a3dc12b0b88b466a247233ce176e"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (Japan)</description>
+               <rom name="Need for Speed - Underground 2 (Japan).iso" size="1459978240" crc="909806ff" md5="5a87df1521e05790544696829fb15b35" sha1="f48152195058b5d40d1955d3db43e4ee81fd6f15"/>
+       </game>
+       <game name="Evolution Skateboarding (Japan)">
+               <category>Games</category>
+               <description>Evolution Skateboarding (Japan)</description>
+               <rom name="Evolution Skateboarding (Japan).iso" size="1459978240" crc="b729eb39" md5="a1362fb92d631775a753c5fc5c17c823" sha1="a34ca0f99f7f08ef31d85b249645a23e07d5ad18"/>
+       </game>
+       <game name="WTA Tour Tennis Pro Evolution (Japan)">
+               <category>Games</category>
+               <description>WTA Tour Tennis Pro Evolution (Japan)</description>
+               <rom name="WTA Tour Tennis Pro Evolution (Japan).iso" size="1459978240" crc="12f33c3f" md5="dbd1c1e7b7861598018e7ce5b274e587" sha1="b13b6b1ea76df7e1518a1a0fe16757339736a056"/>
+       </game>
+       <game name="Bloody Roar - Extreme (Japan)">
+               <category>Games</category>
+               <description>Bloody Roar - Extreme (Japan)</description>
+               <rom name="Bloody Roar - Extreme (Japan).iso" size="1459978240" crc="9ebecf47" md5="3583e338d5e6a517a2eb07463cc4b7c7" sha1="6b3a23efe9089e4e1c8ae57aba356c96acca75c4"/>
+       </game>
+       <game name="Medal of Honor - Europa Kyoushuu (Japan)">
+               <category>Games</category>
+               <description>Medal of Honor - Europa Kyoushuu (Japan)</description>
+               <rom name="Medal of Honor - Europa Kyoushuu (Japan).iso" size="1459978240" crc="d1237e99" md5="b9dd0b9596e110c7ff6b5485ebfc7fef" sha1="36fd355d5a1f34ea6b8e209dec41dd6a2a06f014"/>
+       </game>
+       <game name="Lord of the Rings - Ou no Kikan (Japan)">
+               <category>Games</category>
+               <description>Lord of the Rings - Ou no Kikan (Japan)</description>
+               <rom name="Lord of the Rings - Ou no Kikan (Japan).iso" size="1459978240" crc="084083c2" md5="9b404a35a87cb1b391d07e022be021d9" sha1="1202c1c2e7f49e8f429eb914d06cacb96a8c05bc"/>
+       </game>
+       <game name="DreamWorks Madagascar (Japan)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar (Japan)</description>
+               <rom name="DreamWorks Madagascar (Japan).iso" size="1459978240" crc="52de05ed" md5="cb03aca18294d3baaf00043a544a3e4d" sha1="efc9d4a9a45a4745b4b7381402ecf7bc5c8043ee"/>
+       </game>
+       <game name="Star Fox - Assault (Japan)">
+               <category>Games</category>
+               <description>Star Fox - Assault (Japan)</description>
+               <rom name="Star Fox - Assault (Japan).iso" size="1459978240" crc="089208f3" md5="27aed37f24061b1ff06cdd3640053481" sha1="43327ab2772003d0e5122c5b321153b1436131d3"/>
+       </game>
+       <game name="Terminator 3 - The Redemption (Japan)">
+               <category>Games</category>
+               <description>Terminator 3 - The Redemption (Japan)</description>
+               <rom name="Terminator 3 - The Redemption (Japan).iso" size="1459978240" crc="cebb20c1" md5="21ebe48d672f7a4c2a7caf459b08bed9" sha1="724799e7ca09fa6ff574483ecbfc1c4c022c5e19"/>
+       </game>
+       <game name="ZooCube (Japan)">
+               <category>Games</category>
+               <description>ZooCube (Japan)</description>
+               <rom name="ZooCube (Japan).iso" size="1459978240" crc="7b8a9cca" md5="a3a68a3af3e98a5e892dd4d37d6f1654" sha1="e405dfdeb7196ec71a65d2e3f8e78e46fa1814f1"/>
+       </game>
+       <game name="Fire Emblem - Souen no Kiseki (Japan)">
+               <category>Games</category>
+               <description>Fire Emblem - Souen no Kiseki (Japan)</description>
+               <rom name="Fire Emblem - Souen no Kiseki (Japan).iso" size="1459978240" crc="ac406ef9" md5="e8277ee53984b2820ab5c2659e194443" sha1="e93de4096df261870177551dc81e75051c702343"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II (Japan)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron II (Japan)</description>
+               <rom name="Star Wars - Rogue Squadron II (Japan).iso" size="1459978240" crc="eb88ddf3" md5="64c27983a9e05d05f980a9f5ce256358" sha1="60217e5b1f87148d2f34b7b58a9f1cad3fa62453"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III (Japan)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron III (Japan)</description>
+               <rom name="Star Wars - Rogue Squadron III (Japan).iso" size="1459978240" crc="496a6823" md5="54c100435255fbf2e94b2fa0446a7c62" sha1="2e361177b858ac0a84b4fc7a2b01ad7377c1b8f8"/>
+       </game>
+       <game name="Star Wars - The Clone Wars (Japan)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars (Japan)</description>
+               <rom name="Star Wars - The Clone Wars (Japan).iso" size="1459978240" crc="24a75a9e" md5="40c2bc36599f6ebf07c7750d868f7282" sha1="2d46067aa1cc64c8964b7f2087112d6002d7d627"/>
+       </game>
+       <game name="Harry Potter to Honoo no Goblet (Japan)">
+               <category>Games</category>
+               <description>Harry Potter to Honoo no Goblet (Japan)</description>
+               <rom name="Harry Potter to Honoo no Goblet (Japan).iso" size="1459978240" crc="7b3e25e3" md5="d47042f0bf060fa4abbfd74c2bfb9848" sha1="cfd0ff54d9a329a090b8d66eb21382f5ba31e718"/>
+       </game>
+       <game name="007 - Everything or Nothing (Japan)">
+               <category>Games</category>
+               <description>007 - Everything or Nothing (Japan)</description>
+               <rom name="007 - Everything or Nothing (Japan).iso" size="1459978240" crc="6e9a34b3" md5="703522b936e28c37b964e27feec79a01" sha1="4e198b8dd28d2d9fa4167e084db9c815d8095b4d"/>
+       </game>
+       <game name="XGIII - Extreme G Racing (Japan)">
+               <category>Games</category>
+               <description>XGIII - Extreme G Racing (Japan)</description>
+               <rom name="XGIII - Extreme G Racing (Japan).iso" size="1459978240" crc="13a3ce89" md5="4d5fe170eee3dd84c3d856a211f5d694" sha1="5f5e2efb241c35852f61a16a1c17cafb2c1d1270"/>
+       </game>
+       <game name="GoldenEye - Dark Agent (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>GoldenEye - Dark Agent (Japan) (Disc 1)</description>
+               <rom name="GoldenEye - Dark Agent (Japan) (Disc 1).iso" size="1459978240" crc="667a54f1" md5="663f6c14d5bcc8d9c3d1f89edc1523c3" sha1="52df6d3938dd8e1de56c5b72921ba51f71083960"/>
+       </game>
+       <game name="GoldenEye - Dark Agent (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>GoldenEye - Dark Agent (Japan) (Disc 2)</description>
+               <rom name="GoldenEye - Dark Agent (Japan) (Disc 2).iso" size="1459978240" crc="ae9eb914" md5="fa4ea21237c6a0c62f8ef90ce288ef75" sha1="e280dc1f5b62bf3e0fdd0d4ca2b1fee126cfbf47"/>
+       </game>
+       <game name="Enter the Matrix (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Enter the Matrix (Japan) (Disc 1)</description>
+               <rom name="Enter the Matrix (Japan) (Disc 1).iso" size="1459978240" crc="11314349" md5="f70d27e850b2fd892e73d35fbbbcf322" sha1="0ce2d432c40f2d6ec1baf10758415834c5a427de"/>
+       </game>
+       <game name="Enter the Matrix (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Enter the Matrix (Japan) (Disc 2)</description>
+               <rom name="Enter the Matrix (Japan) (Disc 2).iso" size="1459978240" crc="9e503207" md5="f0be79a8967bc099e6a2c2d8c98a478c" sha1="a4dd0b1712d19314321672c941ec3c068a85d443"/>
+       </game>
+       <game name="Spider-Man (Japan)">
+               <category>Games</category>
+               <description>Spider-Man (Japan)</description>
+               <rom name="Spider-Man (Japan).iso" size="1459978240" crc="2fc9cd32" md5="b30ae74ee766bcf9dbf08d00f523ea0d" sha1="cbaee82b6e0472c70a67cec3228a55fdf862c773"/>
+       </game>
+       <game name="18 Wheeler - American Pro Trucker (Japan)">
+               <category>Games</category>
+               <description>18 Wheeler - American Pro Trucker (Japan)</description>
+               <rom name="18 Wheeler - American Pro Trucker (Japan).iso" size="1459978240" crc="ad289205" md5="36e8da0a88826bf6e1f6e9e3ceace7b4" sha1="e651488b2755bfc17d593a14308127eaf37e1014"/>
+       </game>
+       <game name="Metal Gear Solid - The Twin Snakes - Special Disc (Japan)">
+               <category>Games</category>
+               <description>Metal Gear Solid - The Twin Snakes - Special Disc (Japan)</description>
+               <rom name="Metal Gear Solid - The Twin Snakes - Special Disc (Japan).iso" size="1459978240" crc="7697e706" md5="8433b28379d8533ecd3d09dd864d078e" sha1="7deb1f25832a40d3db234122ed675294cc4c3cf6"/>
+       </game>
+       <game name="Naruto Collection (Japan)">
+               <category>Demos</category>
+               <description>Naruto Collection (Japan)</description>
+               <rom name="Naruto Collection (Japan).iso" size="1459978240" crc="435e70ec" md5="26b110b68039c43ddee1944c7de6ff23" sha1="d30391ef091eb5d11a5340564a4af0b684bbc3a8"/>
+       </game>
+       <game name="Game Taikai Yuushou Kinen - Tokusei SmaBro DX Movie Disc (Japan)">
+               <category>Video</category>
+               <description>Game Taikai Yuushou Kinen - Tokusei SmaBro DX Movie Disc (Japan)</description>
+               <rom name="Game Taikai Yuushou Kinen - Tokusei SmaBro DX Movie Disc (Japan).iso" size="1459978240" crc="385bdc6a" md5="08edf0dd8bfdb9cc42f7c5a0f5b298a4" sha1="e9629dbe5477403008e50afa989f929b8cf7782e"/>
+       </game>
+       <game name="Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Special Taiken Disc)">
+               <category>Demos</category>
+               <description>Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Special Taiken Disc)</description>
+               <rom name="Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Special Taiken Disc).iso" size="1459978240" crc="e5643fc5" md5="520534e0510064140d2820940a459e67" sha1="c7e199162da5512779011361760d8b35f8d98aee"/>
+       </game>
+       <game name="Homeland (Japan) (Test Disc)">
+               <category>Demos</category>
+               <description>Homeland (Japan) (Test Disc)</description>
+               <rom name="Homeland (Japan) (Test Disc).iso" size="1459978240" crc="00d4bc6d" md5="0dda6a84db3ff1e65323c0dff0a6f6d2" sha1="d997d829b91a125616427676e8433a5ff49af9c4"/>
+       </game>
+       <game name="Digimon World X (Japan)">
+               <category>Games</category>
+               <description>Digimon World X (Japan)</description>
+               <rom name="Digimon World X (Japan).iso" size="1459978240" crc="88cf0d84" md5="f6cfd185ed340b37deb31dbdee685040" sha1="57e68ff150223961fd2873248673894370425041"/>
+       </game>
+       <game name="Sonic Adventure DX (Japan) (En,Ja,Fr,De,Es)">
+               <category>Games</category>
+               <description>Sonic Adventure DX (Japan) (En,Ja,Fr,De,Es)</description>
+               <rom name="Sonic Adventure DX (Japan) (En,Ja,Fr,De,Es).iso" size="1459978240" crc="df558413" md5="33a86929c71dcb0cab980121379eb5de" sha1="7c969b25acfec194382ff24f8ebcc7e7671368d9"/>
+       </game>
+       <game name="V-Rally 3 (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>V-Rally 3 (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="V-Rally 3 (Japan) (En,Ja,Fr,De,Es,It).iso" size="1459978240" crc="c7182992" md5="712ace43bce94c4cbbf0d956853dcadb" sha1="f8bd9439dfee3b5b54c5b20ae19a415c78d809bf"/>
+       </game>
+       <game name="WWE Day of Reckoning (Japan)">
+               <category>Games</category>
+               <description>WWE Day of Reckoning (Japan)</description>
+               <rom name="WWE Day of Reckoning (Japan).iso" size="1459978240" crc="dbd7ef56" md5="8d9c9f1c93fb20efd725230613b5496d" sha1="0ea922e28e16881c7352f40920dbf9a4452182d4"/>
+       </game>
+       <game name="Mission - Impossible - Operation Surma (Japan)">
+               <category>Games</category>
+               <description>Mission - Impossible - Operation Surma (Japan)</description>
+               <rom name="Mission - Impossible - Operation Surma (Japan).iso" size="1459978240" crc="4fd53bc6" md5="32b63d11dee10127737d30fa11e2edd5" sha1="4ee856982767c1b690948a798cfdd542db676221"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - November 2003 (Australia) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - November 2003 (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - November 2003 (Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="f4740c7e" md5="63a6b5264ee3fc9844113757695d9ed8" sha1="6d2de0cfeb5053349b2a8f99403b685fc421199f"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - April 2003 (Australia) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - April 2003 (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - April 2003 (Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="3271381a" md5="19f94d21d4ec78ef1de50f326b5092ad" sha1="7f4fec28614cf07a68ec987c930e01c39214efda"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - February 2005 (Australia) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - February 2005 (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - February 2005 (Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="f5928085" md5="cdbaf3c4c1246525c64a09477beb4af4" sha1="4be919999b0879def8ff104a34984f5900b2dbc1"/>
+       </game>
+       <game name="SSX on Tour (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>SSX on Tour (Europe) (En,Fr,De)</description>
+               <rom name="SSX on Tour (Europe) (En,Fr,De).iso" size="1459978240" crc="886defd6" md5="e86b6fc0db336d2e55c08b23d76ab554" sha1="2a6055689d79602d92a5bbbcf9d5a9613301d802"/>
+       </game>
+       <game name="2 Games in 1 - Bob L'eponge - Le Film + Tak 2 - Le Sceptre des Reves (France) (Fr,Nl) (Disc 1) (Bob L'eponge - Le Film)">
+               <category>Games</category>
+               <description>2 Games in 1 - Bob L'eponge - Le Film + Tak 2 - Le Sceptre des Reves (France) (Fr,Nl) (Disc 1) (Bob L'eponge - Le Film)</description>
+               <rom name="2 Games in 1 - Bob L'eponge - Le Film + Tak 2 - Le Sceptre des Reves (France) (Fr,Nl) (Disc 1) (Bob L'eponge - Le Film).iso" size="1459978240" crc="3cb489d7" md5="592585ee660990d4953e8d6b9f961d3c" sha1="e52e6b4d76461a9041dfbcc95ecef8b1d1ecc051"/>
+       </game>
+       <game name="2 Games in 1 - Bob L'eponge - Le Film + Tak 2 - Le Sceptre des Reves (France) (Disc 2) (Tak 2 - Le Sceptre des Reves)">
+               <category>Games</category>
+               <description>2 Games in 1 - Bob L'eponge - Le Film + Tak 2 - Le Sceptre des Reves (France) (Disc 2) (Tak 2 - Le Sceptre des Reves)</description>
+               <rom name="2 Games in 1 - Bob L'eponge - Le Film + Tak 2 - Le Sceptre des Reves (France) (Disc 2) (Tak 2 - Le Sceptre des Reves).iso" size="1459978240" crc="601795ee" md5="64b9637a1866f784182d274d56c00235" sha1="f3ae51410782d51b30d5f33b26f82a45f4d2498c"/>
+       </game>
+       <game name="Need for Speed - Underground (France)">
+               <category>Games</category>
+               <description>Need for Speed - Underground (France)</description>
+               <rom name="Need for Speed - Underground (France).iso" size="1459978240" crc="1952782e" md5="bb44feab0886e3da4070d4d55611fedf" sha1="bd87e25d36a9a8a3d23380aaa533c0ea8b3824e6"/>
+       </game>
+       <game name="FIFA 07 (France)">
+               <category>Games</category>
+               <description>FIFA 07 (France)</description>
+               <rom name="FIFA 07 (France).iso" size="1459978240" crc="eb78ebca" md5="1956c1b911a0e3b9f83d5f6d24a45483" sha1="116329c7c0fc2f37ad724dc00243108a76a005c5"/>
+       </game>
+       <game name="Disney-Pixar Cars (Europe)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Europe)</description>
+               <rom name="Disney-Pixar Cars (Europe).iso" size="1459978240" crc="9805f682" md5="b17157a13c7fc220388e56c07732dc34" sha1="33fc544ec42b03e99177fad589544ee4fda5117f"/>
+       </game>
+       <game name="Pikmin (USA)">
+               <category>Games</category>
+               <description>Pikmin (USA)</description>
+               <rom name="Pikmin (USA).iso" size="1459978240" crc="be71db21" md5="ad7cabf64f5e8446596407dc537867a7" sha1="8e1281a16c94b27b007a2af475128e68e967503b"/>
+       </game>
+       <game name="Phantasy Star Online Episode III - C.A.R.D. Revolution - Trial Edition (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Phantasy Star Online Episode III - C.A.R.D. Revolution - Trial Edition (Japan) (Taikenban)</description>
+               <rom name="Phantasy Star Online Episode III - C.A.R.D. Revolution - Trial Edition (Japan) (Taikenban).iso" size="1459978240" crc="230570e1" md5="9bb50932002a39647afb23ad7b0a8b9a" sha1="053dd0cf25247dd087fec77a2d5018d7c58a6979"/>
+       </game>
+       <game name="Mario Tennis GC (Japan)">
+               <category>Games</category>
+               <description>Mario Tennis GC (Japan)</description>
+               <rom name="Mario Tennis GC (Japan).iso" size="1459978240" crc="84cd2f16" md5="19c7e0406176b93ee81fac648f11093e" sha1="0a433f944f5d9b454eadcd1e43fcd3703be68c15"/>
+       </game>
+       <game name="Pikmin (Japan) (Jitsuen-you Sample)">
+               <category>Demos</category>
+               <description>Pikmin (Japan) (Jitsuen-you Sample)</description>
+               <rom name="Pikmin (Japan) (Jitsuen-you Sample).iso" size="1459978240" crc="d38f1968" md5="6e5d520487c7f2473c98ae1718314e2c" sha1="a9be88b47aa7927e1cd9eab70857bc72f47d8edd"/>
+       </game>
+       <game name="Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="1459978240" crc="4c383054" md5="932d62bdd2a494d022637898aba0c20a" sha1="f8e26c22cce2a687150423f4c0eccd6b86c89e8c"/>
+       </game>
+       <game name="Shrek 2 (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>Shrek 2 (Europe) (Rev 1)</description>
+               <rom name="Shrek 2 (Europe) (Rev 1).iso" size="1459978240" crc="6e42d3ae" md5="5f4a717d514e3ed5b5d111631ef1c13d" sha1="98b6e48b4f2d7e831137120e4372c74aa50b461e"/>
+       </game>
+       <game name="Crash Tag Team Racing (Netherlands)">
+               <category>Games</category>
+               <description>Crash Tag Team Racing (Netherlands)</description>
+               <rom name="Crash Tag Team Racing (Netherlands).iso" size="1459978240" crc="3bc2a113" md5="64e2908e0b142ece72197f0b7afc65b7" sha1="c50da45119f7c37c5ebafeba8d9bf0526e7c34e6"/>
+       </game>
+       <game name="Biohazard (Japan) (Movie Demo Disc)">
+               <category>Demos</category>
+               <description>Biohazard (Japan) (Movie Demo Disc)</description>
+               <rom name="Biohazard (Japan) (Movie Demo Disc).iso" size="1459978240" crc="194081b1" md5="de59c136cea8b48d06928a9dcf66c8e9" sha1="a34a60188177f6bb6c8a510d51a842f358eee8fd"/>
+       </game>
+       <game name="Pac-Man Vs. (Japan) (Club Nintendo Genteiban)">
+               <category>Games</category>
+               <description>Pac-Man Vs. (Japan) (Club Nintendo Genteiban)</description>
+               <rom name="Pac-Man Vs. (Japan) (Club Nintendo Genteiban).iso" size="1459978240" crc="fc20e594" md5="8cb7788eda2c87412be6bfadadf9e0cf" sha1="ae368a896534f1da7125cae5500d23c9f079a5f9"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es) (Rev 3)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es) (Rev 3)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (Japan) (En,Ja,Fr,De,Es) (Rev 3).iso" size="1459978240" crc="930fee66" md5="97780392136cbea73ef36ffb7141e467" sha1="365cc555ab118a78756e0344707d524e86a8f729"/>
+       </game>
+       <game name="GT Cube (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>GT Cube (Japan) (Rev 1)</description>
+               <rom name="GT Cube (Japan) (Rev 1).iso" size="1459978240" crc="7db76a36" md5="cec9a83e85844b1c386d62f58701c8e2" sha1="1efc45640d2394f489833b3a9ee82f0b4124567c"/>
+       </game>
+       <game name="Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 1)">
+               <category>Games</category>
+               <description>Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 1)</description>
+               <rom name="Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 1).iso" size="1459978240" crc="992e1e53" md5="f590cbc155097468d7f04e126d7bd898" sha1="f7ff7664b231042f2c0802041736fb9396a94b83"/>
+       </game>
+       <game name="Homeland (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Homeland (Japan) (Rev 1)</description>
+               <rom name="Homeland (Japan) (Rev 1).iso" size="1459978240" crc="741cde5f" md5="ea591cba4dcad8e798e660a14a318af3" sha1="5e74644701364263bdd016d2d54d25dee1436345"/>
+       </game>
+       <game name="Bokujou Monogatari - Wonderful Life (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Wonderful Life (Japan) (Rev 1)</description>
+               <rom name="Bokujou Monogatari - Wonderful Life (Japan) (Rev 1).iso" size="1459978240" crc="41bbcd6e" md5="06b0c45b21cc5603e91cf4cbd89bcc56" sha1="7b46d3ee342fee45d40e097c0a48ddc601e892e9"/>
+       </game>
+       <game name="Bokujou Monogatari - Shiawase no Uta (Japan)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Shiawase no Uta (Japan)</description>
+               <rom name="Bokujou Monogatari - Shiawase no Uta (Japan).iso" size="1459978240" crc="5b3a9bf1" md5="3557dbd7aaf100e86400a93b54a36817" sha1="ab9a1636f0b928773a44ef1507b5691b9679efa4"/>
+       </game>
+       <game name="Doubutsu no Mori e+ (Japan)">
+               <category>Games</category>
+               <description>Doubutsu no Mori e+ (Japan)</description>
+               <rom name="Doubutsu no Mori e+ (Japan).iso" size="1459978240" crc="b80649dc" md5="8bed224961e823733eeabb2398fd951e" sha1="1d46d8679a91e9c55e54a7e606a872fac1eb50fd"/>
+       </game>
+       <game name="Doubutsu no Mori + (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Doubutsu no Mori + (Japan) (Rev 1)</description>
+               <rom name="Doubutsu no Mori + (Japan) (Rev 1).iso" size="1459978240" crc="f7811720" md5="68e6da7bdc7987df36d2aefe6593db30" sha1="d88a3dc698d190d8764bf2e8d3735bbfa685fd65"/>
+       </game>
+       <game name="Beyblade VForce - Super Tournament Battle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Beyblade VForce - Super Tournament Battle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Beyblade VForce - Super Tournament Battle (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="2bea03a0" md5="94a317c3ca867a5dd16e60b753057724" sha1="ca7b2868e011347bddca0054bd6113056a5b1bef"/>
+       </game>
+       <game name="Star Wars - Bounty Hunter (Italy)">
+               <category>Games</category>
+               <description>Star Wars - Bounty Hunter (Italy)</description>
+               <rom name="Star Wars - Bounty Hunter (Italy).iso" size="1459978240" crc="391ce39d" md5="4b75f9d56d52d441c54e8f36155ab7fa" sha1="4847169075d97d6b68ced4623f9d95544be05f8e"/>
+       </game>
+       <game name="Super Mario Sunshine (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Super Mario Sunshine (Japan) (Rev 1)</description>
+               <rom name="Super Mario Sunshine (Japan) (Rev 1).iso" size="1459978240" crc="11f48191" md5="d23c79fcb8f7cb978f4363e9393a92ea" sha1="f9a110634ef32ef0cdd43bd6d1d12c7d628741f2"/>
+       </game>
+       <game name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 2)">
+               <category>Games</category>
+               <description>Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 2)</description>
+               <rom name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 2).iso" size="1459978240" crc="225424b7" md5="236d5f3f88f8d19399fcf62fffd189db" sha1="a9956224e1332dbaaff74fd326cb39f2a864ddce"/>
+       </game>
+       <game name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 2)">
+               <category>Games</category>
+               <description>Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 2)</description>
+               <rom name="Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 2).iso" size="1459978240" crc="20ee6e34" md5="9b1dfabe94b83397db6782662bc6c141" sha1="c7ab055ce534c6943f13ea6c83661f0da8c8a652"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II (Japan) (Jitsuen-you Sample)">
+               <category>Demos</category>
+               <description>Star Wars - Rogue Squadron II (Japan) (Jitsuen-you Sample)</description>
+               <rom name="Star Wars - Rogue Squadron II (Japan) (Jitsuen-you Sample).iso" size="1459978240" crc="913ae6a5" md5="dc105cb68964a211f744c9f21eb6f229" sha1="3a12dbbc4a408cabea5274ee27aa268d0873df3c"/>
+       </game>
+       <game name="Game Boy Player Start-Up Disc (Japan) (Rev 1)">
+               <category>Applications</category>
+               <description>Game Boy Player Start-Up Disc (Japan) (Rev 1)</description>
+               <rom name="Game Boy Player Start-Up Disc (Japan) (Rev 1).iso" size="1459978240" crc="ad51c2ca" md5="0ad85c1b7c33cde1441a9ad97b4473d7" sha1="e113bbe1886da31ead2100a39e24f56396cfba02"/>
+       </game>
+       <game name="Pokemon Colosseum - Kakuchou Disc (Japan)">
+               <category>Bonus Discs</category>
+               <description>Pokemon Colosseum - Kakuchou Disc (Japan)</description>
+               <rom name="Pokemon Colosseum - Kakuchou Disc (Japan).iso" size="1459978240" crc="9cd57878" md5="46d42fce73c2fea5a2ca5172506f1762" sha1="55cee5519b185233a96ba900e49dc012814f46b5"/>
+       </game>
+       <game name="Super Monkey Ball 2 (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Super Monkey Ball 2 (Japan) (Taikenban)</description>
+               <rom name="Super Monkey Ball 2 (Japan) (Taikenban).iso" size="1459978240" crc="a589af5a" md5="504c7cc0324b8db686f7a0812673ee75" sha1="81c0a8cad85df074e24c9a2d029633e3cca5461b"/>
+       </game>
+       <game name="Star Wars - La Guerra dei Cloni (Italy)">
+               <category>Games</category>
+               <description>Star Wars - La Guerra dei Cloni (Italy)</description>
+               <rom name="Star Wars - La Guerra dei Cloni (Italy).iso" size="1459978240" crc="b42082a1" md5="5c431bd2fa3d6e8f27e045efbe696b0a" sha1="33b083598f7c5c4e205b3b2ed9bb35ec3e2e99ea"/>
+       </game>
+       <game name="Spider-Man 2 (Italy)">
+               <category>Games</category>
+               <description>Spider-Man 2 (Italy)</description>
+               <rom name="Spider-Man 2 (Italy).iso" size="1459978240" crc="8d6e693b" md5="733b967685d0769871fabc4ed4fbee48" sha1="8e901acfa0a5184cad75ba0fe649e3f426b40395"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron II - Rogue Leader (Italy)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron II - Rogue Leader (Italy)</description>
+               <rom name="Star Wars - Rogue Squadron II - Rogue Leader (Italy).iso" size="1459978240" crc="147f219d" md5="a5dafb41f04ac4ac279687c9ec53533d" sha1="4fb233e588a38e412aaaeb67bee56b98876f5d85"/>
+       </game>
+       <game name="Marvel Nemesis - L'Avenement des Imparfaits (France)">
+               <category>Games</category>
+               <description>Marvel Nemesis - L'Avenement des Imparfaits (France)</description>
+               <rom name="Marvel Nemesis - L'Avenement des Imparfaits (France).iso" size="1459978240" crc="c7f6c9f1" md5="7eb20bda2759582be32e2cb0186388f8" sha1="82e6eee6eee08e9513bda6665e9988961ea8813b"/>
+       </game>
+       <game name="Incredible Hulk, The - Ultimate Destruction (France)">
+               <category>Games</category>
+               <description>Incredible Hulk, The - Ultimate Destruction (France)</description>
+               <rom name="Incredible Hulk, The - Ultimate Destruction (France).iso" size="1459978240" crc="ceced05c" md5="f8da12a566d9c84470952f25d36dbd9a" sha1="b3226b33580d42315b0c0c71032f2814e884dd03"/>
+       </game>
+       <game name="Power Rangers - Dino Tonnerre (France)">
+               <category>Games</category>
+               <description>Power Rangers - Dino Tonnerre (France)</description>
+               <rom name="Power Rangers - Dino Tonnerre (France).iso" size="1459978240" crc="56ee64fa" md5="4366b8fc2c7850e4bc5a397292f83dfd" sha1="12ef30985797a0498c03330eb5c1d398efe8c61d"/>
+       </game>
+       <game name="Super Smash Bros. Melee (Korea) (En,Ja)">
+               <category>Games</category>
+               <description>Super Smash Bros. Melee (Korea) (En,Ja)</description>
+               <rom name="Super Smash Bros. Melee (Korea) (En,Ja).iso" size="1459978240" crc="7dbb2eed" md5="315d6c0f5f6a0b778af7858a0a19c24e" sha1="d7571deaa129199e05f7f5497920ecec5b2b62c9"/>
+       </game>
+       <game name="Spider-Man (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Spider-Man (USA) (Rev 1)</description>
+               <rom name="Spider-Man (USA) (Rev 1).iso" size="1459978240" crc="f3fed5be" md5="ff461257bd90e366d59c4bd7796d0680" sha1="26132a0767fd4b5fdba416220cff6be2503f5046"/>
+       </game>
+       <game name="Metroid Prime (USA, Canada) (Rev 1)">
+               <category>Games</category>
+               <description>Metroid Prime (USA, Canada) (Rev 1)</description>
+               <rom name="Metroid Prime (USA, Canada) (Rev 1).iso" size="1459978240" crc="6d030ae4" md5="199c4e570c7c3f65292a9deb7208da80" sha1="4ba8933499e0b74b2f6006d622e4fbc7593ab3c7"/>
+       </game>
+       <game name="Metroid Prime (Korea)">
+               <category>Games</category>
+               <description>Metroid Prime (Korea)</description>
+               <rom name="Metroid Prime (Korea).iso" size="1459978240" crc="890ad3be" md5="707b419afb27ab598d30f560db01a010" sha1="15926341f62a24ab3f3f897c0cf767795d2251fd"/>
+       </game>
+       <game name="Game Boy Player Start-Up Disc (Japan) (Rev 2)">
+               <category>Applications</category>
+               <description>Game Boy Player Start-Up Disc (Japan) (Rev 2)</description>
+               <rom name="Game Boy Player Start-Up Disc (Japan) (Rev 2).iso" size="1459978240" crc="5e259be3" md5="b033801ccd236fa4d678e8ea4eb367a2" sha1="ce5db38fdfa239dd81e9767c96f1230d87f68639"/>
+       </game>
+       <game name="Enter the Matrix (Korea) (Disc 1)">
+               <category>Games</category>
+               <description>Enter the Matrix (Korea) (Disc 1)</description>
+               <rom name="Enter the Matrix (Korea) (Disc 1).iso" size="1459978240" crc="ee604d09" md5="598a9e2a05e72609349e33c197f6c61e" sha1="219babd0c50a64859c047007bb214bcd5c63cd26"/>
+       </game>
+       <game name="Enter the Matrix (Korea) (Disc 2)">
+               <category>Games</category>
+               <description>Enter the Matrix (Korea) (Disc 2)</description>
+               <rom name="Enter the Matrix (Korea) (Disc 2).iso" size="1459978240" crc="ecc136a2" md5="aec5d510f1d108ad5c571da9c47693e5" sha1="6563f64119de1d73ab3a0550e2286a048ac628da"/>
+       </game>
+       <game name="Eternal Darkness - Sanity's Requiem (Korea)">
+               <category>Games</category>
+               <description>Eternal Darkness - Sanity's Requiem (Korea)</description>
+               <rom name="Eternal Darkness - Sanity's Requiem (Korea).iso" size="1459978240" crc="6bf6ecea" md5="39fc2c0522a3cea7cf5117ca2d596d4e" sha1="eb70869a9738f9624d016695d9f8f8a3dff4bfbd"/>
+       </game>
+       <game name="Mario Golf - Toadstool Tour (Korea)">
+               <category>Games</category>
+               <description>Mario Golf - Toadstool Tour (Korea)</description>
+               <rom name="Mario Golf - Toadstool Tour (Korea).iso" size="1459978240" crc="b4503876" md5="b8cdeb5f30bfdd302139e028e67e9a22" sha1="495979cd277635d4c73bb54845490274f254223a"/>
+       </game>
+       <game name="Mario Party 4 (Korea)">
+               <category>Games</category>
+               <description>Mario Party 4 (Korea)</description>
+               <rom name="Mario Party 4 (Korea).iso" size="1459978240" crc="0c7a88dc" md5="54b4f1f6805edfde2c5bf28e42bc1775" sha1="bbb12a0a6b0ff7250af3cbdd41a2a9c3dfa408db"/>
+       </game>
+       <game name="Super Puzzle Bobble All Stars (Korea)">
+               <category>Games</category>
+               <description>Super Puzzle Bobble All Stars (Korea)</description>
+               <rom name="Super Puzzle Bobble All Stars (Korea).iso" size="1459978240" crc="11765d45" md5="ec6adfc0d0b41a97e3d1b3b8761bc27c" sha1="56528c2a101d7132acf9e2541b33e93a7a434e46"/>
+       </game>
+       <game name="Swingerz Golf (Korea)">
+               <category>Games</category>
+               <description>Swingerz Golf (Korea)</description>
+               <rom name="Swingerz Golf (Korea).iso" size="1459978240" crc="7ecf7840" md5="41fd91e7ae26dc3526fefcc38422fa50" sha1="9f17278b4aff341d17cabc19de1a72c08262956d"/>
+       </game>
+       <game name="TimeSplitters 2 (Korea)">
+               <category>Games</category>
+               <description>TimeSplitters 2 (Korea)</description>
+               <rom name="TimeSplitters 2 (Korea).iso" size="1459978240" crc="78f045e7" md5="4ca2036e32d4ef91217ecb89ce60dcce" sha1="8cc9485ed58454a051bbcaaeab4d478767c8beef"/>
+       </game>
+       <game name="WWE WrestleMania XIX (Korea)">
+               <category>Games</category>
+               <description>WWE WrestleMania XIX (Korea)</description>
+               <rom name="WWE WrestleMania XIX (Korea).iso" size="1459978240" crc="a95c10e2" md5="4680314c045daecb684b69d0ce1a6862" sha1="85e0932677caa9c4a15e1b1e3919735bab203484"/>
+       </game>
+       <game name="Aging Disc DOL-USA (Japan) (Rev 7)">
+               <category>Applications</category>
+               <description>Aging Disc DOL-USA (Japan) (Rev 7)</description>
+               <rom name="Aging Disc DOL-USA (Japan) (Rev 7).iso" size="1459978240" crc="4ca6f4eb" md5="e99720d85cef42615adbbf1a6e943a41" sha1="c888c9410af09733552366d5ad522871132b94bf"/>
+       </game>
+       <game name="Bomberman Generation (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Bomberman Generation (USA) (Rev 1)</description>
+               <rom name="Bomberman Generation (USA) (Rev 1).iso" size="1459978240" crc="14ca15d0" md5="02d5b8e795c897f3f567151c5a87a00e" sha1="ca737a671bc824a0409c447c6467bb0c3bc9e6c7"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc A)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc A)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc A).iso" size="1459978240" crc="343bacd7" md5="7f9915f86544e6213c470b873ca770dc" sha1="bcab78473b36aaa7db991da33ce24dc726a44749"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc B)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc B)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc B).iso" size="1459978240" crc="802b5a01" md5="3b6eb7b5c4cea8b4a482f5259f8cfd78" sha1="18d76e9c1ec932fdbc87ab22fe64401ec738dfc4"/>
+       </game>
+       <game name="Looney Tunes - Back in Action (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Looney Tunes - Back in Action (USA) (Rev 1)</description>
+               <rom name="Looney Tunes - Back in Action (USA) (Rev 1).iso" size="1459978240" crc="2a5bbd66" md5="51c996a540dcaf116fd68b26b5d33dc7" sha1="0a2980a22f9247abca63301e7162d68f51021214"/>
+       </game>
+       <game name="WWE Day of Reckoning (USA) (Rev 1)">
+               <category>Games</category>
+               <description>WWE Day of Reckoning (USA) (Rev 1)</description>
+               <rom name="WWE Day of Reckoning (USA) (Rev 1).iso" size="1459978240" crc="6dba0ca7" md5="8bbaafee99f47ffe6db7c7b8637802fc" sha1="9117498d0a873631e1bb9b29ed42c1b882dfbf5e"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc A)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc A)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc A).iso" size="1459978240" crc="b85a653f" md5="a617a847bdfbabb89352ef767aabeed0" sha1="663d7623ee63cf7776b827320d3e461b8a130c27"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc B)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc B)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc B).iso" size="1459978240" crc="5e02b591" md5="4ce4c29356624c71d37f04c809595b51" sha1="cbbc6e1901850cb78c975705676ff67c5663e382"/>
+       </game>
+       <game name="Action Replay for GameCube &amp; SD Media Launcher for GameCube-Wii (Europe) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube &amp; SD Media Launcher for GameCube-Wii (Europe) (Unl)</description>
+               <rom name="Action Replay for GameCube &amp; SD Media Launcher for GameCube-Wii (Europe) (Unl).iso" size="1459978240" crc="020106b3" md5="6d58b19f4af2414c0c2797816a890d70" sha1="9f22871d2d2cc94164aaf801e4dc520588d6aa04"/>
+       </game>
+       <game name="CD avec les codes exclusifs et inedits pour le jeu Metroid Prime (France) (Unl)">
+               <category>Applications</category>
+               <description>CD avec les codes exclusifs et inedits pour le jeu Metroid Prime (France) (Unl)</description>
+               <rom name="CD avec les codes exclusifs et inedits pour le jeu Metroid Prime (France) (Unl).iso" size="1459978240" crc="2e098a57" md5="3a25ca6e9686b8c0812af6d11cfc3814" sha1="5ade106173204e7daf8e53368451c600d181a999"/>
+       </game>
+       <game name="Action Replay Ultimate Codes for Use with Final Fantasy - Crystal Chronicles (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Codes for Use with Final Fantasy - Crystal Chronicles (USA) (Unl)</description>
+               <rom name="Action Replay Ultimate Codes for Use with Final Fantasy - Crystal Chronicles (USA) (Unl).iso" size="1459978240" crc="a04b47b2" md5="58524db19505b1f975b7c53f337b7a5a" sha1="fbbd09c399e3b0c35156b9faa2279469ade30e2d"/>
+       </game>
+       <game name="Ultimate Codes for Use with Metroid Prime (USA) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Codes for Use with Metroid Prime (USA) (Unl)</description>
+               <rom name="Ultimate Codes for Use with Metroid Prime (USA) (Unl).iso" size="1459978240" crc="c4256d56" md5="6741947d6e3d0e756d8765a1f03d65cc" sha1="f26342c8156e93d31715cab411ae2d05cd280388"/>
+       </game>
+       <game name="Action Replay for GameCube &amp; SD Media Launcher for GameCube-Wii (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube &amp; SD Media Launcher for GameCube-Wii (USA) (Unl)</description>
+               <rom name="Action Replay for GameCube &amp; SD Media Launcher for GameCube-Wii (USA) (Unl).iso" size="1459978240" crc="1891d9af" md5="d39fb58ac46365a9e4c06606a1bf7cd4" sha1="5778428f85f0058fd2eb44c191162b6bd4fd627a"/>
+       </game>
+       <game name="Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.06)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.06)</description>
+               <rom name="Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.06).iso" size="1459978240" crc="872f96e4" md5="f89229e8ac5673e85cd296046d0ec804" sha1="c2ab52a11169f39a60a0776137276648d8dda130"/>
+       </game>
+       <game name="Action Replay Ultimate Codes for Use with The Legend of Zelda - Twilight Princess (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Codes for Use with The Legend of Zelda - Twilight Princess (USA) (Unl)</description>
+               <rom name="Action Replay Ultimate Codes for Use with The Legend of Zelda - Twilight Princess (USA) (Unl).iso" size="1459978240" crc="31daf617" md5="fdec4360f182abad56603d06b5db5915" sha1="b5ae7e27f74dd2b84b4c874664cb37182e4de6ae"/>
+       </game>
+       <game name="Action Replay Ultimate Codes for Use with Wario World (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Codes for Use with Wario World (USA) (Unl)</description>
+               <rom name="Action Replay Ultimate Codes for Use with Wario World (USA) (Unl).iso" size="1459978240" crc="20410c84" md5="fbe98461f7401921ad9a2f0370c2a910" sha1="f9f1a00c719c49969febab32558307705aa8bdb1"/>
+       </game>
+       <game name="Ultimate Codes for Use with The Legend of Zelda - The Wind Waker (USA) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Codes for Use with The Legend of Zelda - The Wind Waker (USA) (Unl)</description>
+               <rom name="Ultimate Codes for Use with The Legend of Zelda - The Wind Waker (USA) (Unl).iso" size="1459978240" crc="4805f346" md5="2d2baf2357b963d7900998a4b7a0824f" sha1="aefc60ae7ec0f0ac715552b13bf5457d88360885"/>
+       </game>
+       <game name="Ultimate Codes for Use with Animal Crossing (USA) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Codes for Use with Animal Crossing (USA) (Unl)</description>
+               <rom name="Ultimate Codes for Use with Animal Crossing (USA) (Unl).iso" size="1459978240" crc="6611ebb9" md5="9641b07e6aad8010520aff52be904dfd" sha1="69aa9b61f5d32e4b8bace16939b5a41aa9e4e46d"/>
+       </game>
+       <game name="Action Replay Ultimate Codes Max Pack (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Codes Max Pack (USA) (Unl)</description>
+               <rom name="Action Replay Ultimate Codes Max Pack (USA) (Unl).iso" size="1459978240" crc="aaff05b0" md5="0d8fc6262f59b463a12a4e689bd8da90" sha1="1f88836eb44e1323cafe7f007e0ec12c3ee00179"/>
+       </game>
+       <game name="Max Drive Pro (USA, Europe) (Unl)">
+               <category>Applications</category>
+               <description>Max Drive Pro (USA, Europe) (Unl)</description>
+               <rom name="Max Drive Pro (USA, Europe) (Unl).iso" size="1459978240" crc="21203127" md5="79782e9abdc418e8ae91323d0f7be0b5" sha1="7ba30e2cfcacd864638e387880cfe8f1f07f1167"/>
+       </game>
+       <game name="Advance Game Port (USA) (Unl) (Rev 1)">
+               <category>Applications</category>
+               <description>Advance Game Port (USA) (Unl) (Rev 1)</description>
+               <rom name="Advance Game Port (USA) (Unl) (Rev 1).iso" size="1459978240" crc="56fe3b5e" md5="74b27d8e97bb5820876e2959a7484409" sha1="4e448ab4189f3ab09f4b5a9dbf2355792d8c956e"/>
+       </game>
+       <game name="Advance Game Port &amp; Cheat Construction Kit (USA, Europe) (Unl)">
+               <category>Applications</category>
+               <description>Advance Game Port &amp; Cheat Construction Kit (USA, Europe) (Unl)</description>
+               <rom name="Advance Game Port &amp; Cheat Construction Kit (USA, Europe) (Unl).iso" size="1459978240" crc="f9450866" md5="c8a95eb91168de341237a7450c090865" sha1="ed9f3c29f061b5fde7ec989af515020b241a8fb7"/>
+       </game>
+       <game name="FreeLoader for GameCube (Europe) (Unl) (GameCube + Wii)">
+               <category>Applications</category>
+               <description>FreeLoader for GameCube (Europe) (Unl) (GameCube + Wii)</description>
+               <rom name="FreeLoader for GameCube (Europe) (Unl) (GameCube + Wii).iso" size="1459978240" crc="cd1d9d4b" md5="36125f88444d13d20fa9adf625fe3dd6" sha1="4206af8814e7853807a24473f4199c1a70371605"/>
+       </game>
+       <game name="Max Play (Europe) (Unl)">
+               <category>Games</category>
+               <description>Max Play (Europe) (Unl)</description>
+               <rom name="Max Play (Europe) (Unl).iso" size="1459978240" crc="105ddf80" md5="41fdf786d436e99e57a77c32e8bfcb86" sha1="30d8863de2c28110706c72b305c7560c0d5da777"/>
+       </game>
+       <game name="Ultimate Cheats fuer The Legend of Zelda - The Wind Waker (Germany) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Cheats fuer The Legend of Zelda - The Wind Waker (Germany) (Unl)</description>
+               <rom name="Ultimate Cheats fuer The Legend of Zelda - The Wind Waker (Germany) (Unl).iso" size="1459978240" crc="a5292c47" md5="360a8d7ec4f69e4c8dc339eaf4842f4e" sha1="d6b89ed34bffe9cc3caf20355833ad101e2e8c67"/>
+       </game>
+       <game name="Action Replay Ultimate Cheats for Use with Enter the Matrix (UK) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Cheats for Use with Enter the Matrix (UK) (Unl)</description>
+               <rom name="Action Replay Ultimate Cheats for Use with Enter the Matrix (UK) (Unl).iso" size="1459978240" crc="2815b922" md5="2a1ba0f54f320ee5fc664cb9e9ca3f1b" sha1="4ecf67a3220477382f4ea251ae25588930a6c3de"/>
+       </game>
+       <game name="Action Replay Ultimative Cheats Greatest Hits 2003 (Germany) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimative Cheats Greatest Hits 2003 (Germany) (Unl)</description>
+               <rom name="Action Replay Ultimative Cheats Greatest Hits 2003 (Germany) (Unl).iso" size="1459978240" crc="521901a5" md5="988339b7acc62dd2c1ddc7d18eaf5eb5" sha1="7b8f16bb3b736a2e35ff9cd255abb3ee17603598"/>
+       </game>
+       <game name="Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Bonus Disc)">
+               <category>Demos</category>
+               <description>Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Bonus Disc)</description>
+               <rom name="Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Bonus Disc).iso" size="1459978240" crc="0f00e8a1" md5="b3699583751abff6c3564ce7c931c6f0" sha1="4232bd8ca1ba8063b75760bc5d35d0b099431e03"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (Germany)">
+               <category>Games</category>
+               <description>Metal Arms - Glitch in the System (Germany)</description>
+               <rom name="Metal Arms - Glitch in the System (Germany).iso" size="1459978240" crc="874c290c" md5="327eec175774b24c53f43b5bde129c99" sha1="c78b6f068e23e7bb245fb00353d55c716af1d938"/>
+       </game>
+       <game name="Ultimate Cheats fuer Splinter Cell (Germany) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Cheats fuer Splinter Cell (Germany) (Unl)</description>
+               <rom name="Ultimate Cheats fuer Splinter Cell (Germany) (Unl).iso" size="1459978240" crc="55d7edd1" md5="23fa6b6bd30f3729fcb22baeda4130a8" sha1="f2bc6ef2725f2cb075ff1b5ba3765a3eec27bdc1"/>
+       </game>
+       <game name="Summoner - La Deesse Reincarnee (France)">
+               <category>Games</category>
+               <description>Summoner - La Deesse Reincarnee (France)</description>
+               <rom name="Summoner - La Deesse Reincarnee (France).iso" size="1459978240" crc="30cf1029" md5="5a26064c338e71e384748fe0e532f6c0" sha1="7e5c452ac1a03bbe10ebccf710b2770386fb5933"/>
+       </game>
+       <game name="CD exclusif avec les codes pour les jeux Resident Evil et Resident Evil Zero (France) (Unl)">
+               <category>Applications</category>
+               <description>CD exclusif avec les codes pour les jeux Resident Evil et Resident Evil Zero (France) (Unl)</description>
+               <rom name="CD exclusif avec les codes pour les jeux Resident Evil et Resident Evil Zero (France) (Unl).iso" size="1459978240" crc="a1c6b7a4" md5="675b776a351538024efe97c072753e57" sha1="a76d56191449ed3d7665e253ee3345af013bb2f2"/>
+       </game>
+       <game name="CD avec les codes Action Replay exclusivement pour le jeu The Legend of Zelda - The Wind Waker (France) (Unl)">
+               <category>Applications</category>
+               <description>CD avec les codes Action Replay exclusivement pour le jeu The Legend of Zelda - The Wind Waker (France) (Unl)</description>
+               <rom name="CD avec les codes Action Replay exclusivement pour le jeu The Legend of Zelda - The Wind Waker (France) (Unl).iso" size="1459978240" crc="e584a9f1" md5="2881bce3b401482fc548723730583985" sha1="041a57690305fad36334b3c70a2f44edaed84e8b"/>
+       </game>
+       <game name="Action Replay Ultimative Cheatcodes fuer Final Fantasy - Crystal Chronicles (Germany) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimative Cheatcodes fuer Final Fantasy - Crystal Chronicles (Germany) (Unl)</description>
+               <rom name="Action Replay Ultimative Cheatcodes fuer Final Fantasy - Crystal Chronicles (Germany) (Unl).iso" size="1459978240" crc="1f756dad" md5="1cd54bc9a93b94bff0569339b51eb2b1" sha1="1ddada2e0a4ad8a5fc314d1e98fce3e0e4f6d4b1"/>
+       </game>
+       <game name="Action Replay Ultimate Cheats for Use with Mario Kart - Double Dash!! (UK) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Cheats for Use with Mario Kart - Double Dash!! (UK) (Unl)</description>
+               <rom name="Action Replay Ultimate Cheats for Use with Mario Kart - Double Dash!! (UK) (Unl).iso" size="1459978240" crc="4913dc0f" md5="b664b68b01cd760bb1379e9946424373" sha1="8948c6d999374e1d190d956dcdcc0528ec49d8e6"/>
+       </game>
+       <game name="Action Replay Ultimate Cheats fuer Enter the Matrix (Germany) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Cheats fuer Enter the Matrix (Germany) (Unl)</description>
+               <rom name="Action Replay Ultimate Cheats fuer Enter the Matrix (Germany) (Unl).iso" size="1459978240" crc="c7e200f3" md5="91210e67823aa225bb0c4106f9071413" sha1="817d938ed89dfe26dde227ea792d60c211e4a5be"/>
+       </game>
+       <game name="Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.14b)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.14b)</description>
+               <rom name="Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.14b).iso" size="1459978240" crc="f61cf908" md5="bb59fa5ce23cde960da07150915b73b5" sha1="902309465c6f9a9933097f74aff0e4b6df338204"/>
+       </game>
+       <game name="Cube CD 01 (20) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 01 (20) (UK) (Unl)</description>
+               <rom name="Cube CD 01 (20) (UK) (Unl).iso" size="1459978240" crc="3bda1560" md5="ba8dd80ae7c11b51c0a609d99c07a8b6" sha1="c7abf65ee74b15619afa8277f2ca59ed57d247df"/>
+       </game>
+       <game name="Space Raiders (Korea)">
+               <category>Games</category>
+               <description>Space Raiders (Korea)</description>
+               <rom name="Space Raiders (Korea).iso" size="1459978240" crc="c0c2035b" md5="37dc248647182a0dfb2d0145f309e492" sha1="7455dd8fd823201a94d2adc9c7947aed01acaa2c"/>
+       </game>
+       <game name="Scooby-Doo! La Nuit des 100 Frissons (France)">
+               <category>Games</category>
+               <description>Scooby-Doo! La Nuit des 100 Frissons (France)</description>
+               <rom name="Scooby-Doo! La Nuit des 100 Frissons (France).iso" size="1459978240" crc="de0abf46" md5="441d0144a8e7d6b4e791de6398206b5b" sha1="743c63c1a0a7008710d750ad5d496aa7e59729ce"/>
+       </game>
+       <game name="Action Replay Ultimate Cheats fuer Pokemon Colosseum (Germany) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Cheats fuer Pokemon Colosseum (Germany) (Unl)</description>
+               <rom name="Action Replay Ultimate Cheats fuer Pokemon Colosseum (Germany) (Unl).iso" size="1459978240" crc="371898c1" md5="57ce534db0a790b40691860b42b76cc3" sha1="6850df1182aadc8d50a9baa39b7f36982f10f18a"/>
+       </game>
+       <game name="Cube CD 02 (21) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 02 (21) (UK) (Unl)</description>
+               <rom name="Cube CD 02 (21) (UK) (Unl).iso" size="1459978240" crc="564bddf9" md5="e3e55b7ba681f9f0f9c107245df731d4" sha1="29f48aea1763f86760b2dafb9d528c435bfdfeed"/>
+       </game>
+       <game name="Cube CD 03 (22) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 03 (22) (UK) (Unl)</description>
+               <rom name="Cube CD 03 (22) (UK) (Unl).iso" size="1459978240" crc="4d3bc980" md5="63183383a906a65cda29c30d35c8026a" sha1="9e0d0fc0c61e284542bde3c6c5fa9b04105df612"/>
+       </game>
+       <game name="Cube CD 04 (23) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 04 (23) (UK) (Unl)</description>
+               <rom name="Cube CD 04 (23) (UK) (Unl).iso" size="1459978240" crc="ceb11a37" md5="570491e09928e0214be8c2d074684a9d" sha1="b4f382b2d25ba4726af1a0754e600275445f6951"/>
+       </game>
+       <game name="Cube CD 05 (24) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 05 (24) (UK) (Unl)</description>
+               <rom name="Cube CD 05 (24) (UK) (Unl).iso" size="1459978240" crc="2188e0bf" md5="a6aa526a5d2556905d7a61d4b7e6610b" sha1="a1f4a282ffd9dbfaa22b76065404b8737ea9139e"/>
+       </game>
+       <game name="Cube CD 06 (25) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 06 (25) (UK) (Unl)</description>
+               <rom name="Cube CD 06 (25) (UK) (Unl).iso" size="1459978240" crc="20843654" md5="2a91e8400172225f20c10fd2f6b2327d" sha1="28b59d6c1289655db9961bf10bacf81401ad6836"/>
+       </game>
+       <game name="Cube CD 07 (26) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 07 (26) (UK) (Unl)</description>
+               <rom name="Cube CD 07 (26) (UK) (Unl).iso" size="1459978240" crc="094e050d" md5="9ba9a23a6478773a1b51cf2619bbc498" sha1="902c20039d49000b43e0ed6da972aa2846461bfb"/>
+       </game>
+       <game name="Cube CD 08 (27) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 08 (27) (UK) (Unl)</description>
+               <rom name="Cube CD 08 (27) (UK) (Unl).iso" size="1459978240" crc="a7648498" md5="d11e4b0672880d9fdcae762eee4f919a" sha1="b06488214824a2e1eaf215eb792d2767f6472e3e"/>
+       </game>
+       <game name="Cube CD 09 (28) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 09 (28) (UK) (Unl)</description>
+               <rom name="Cube CD 09 (28) (UK) (Unl).iso" size="1459978240" crc="77a5a747" md5="d659ae6d451d6253ef1bd3cf6bcf8fe2" sha1="561511a150af7239e8b740d398315c626ecb8eb6"/>
+       </game>
+       <game name="Cube CD 10 (29) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 10 (29) (UK) (Unl)</description>
+               <rom name="Cube CD 10 (29) (UK) (Unl).iso" size="1459978240" crc="d58bb1d1" md5="7aa303a1ee2cca606eb7293d1e5d40e1" sha1="3643191bacbb49b3a1c10a302f36dd2ecd76ac70"/>
+       </game>
+       <game name="Action Replay for GameCube (Europe) (Unl) (GameCube + Wii) (v1.0E)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube (Europe) (Unl) (GameCube + Wii) (v1.0E)</description>
+               <rom name="Action Replay for GameCube (Europe) (Unl) (GameCube + Wii) (v1.0E).iso" size="1459978240" crc="03eba636" md5="34f1ea25e476aebce0cbe3ef6f92a2f1" sha1="7e141f84183afe60a31317fabcfcd6764e0fd3fb"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Creatuur van de Krokante Krab (Netherlands)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Creatuur van de Krokante Krab (Netherlands)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Creatuur van de Krokante Krab (Netherlands).iso" size="1459978240" crc="58dc71d7" md5="45df2c017c82f4737ed154f3c53e0bfe" sha1="d1da9a9aede1c44063f066da35623ff9a92c3b8c"/>
+       </game>
+       <game name="Cube CD 11 (30) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 11 (30) (UK) (Unl)</description>
+               <rom name="Cube CD 11 (30) (UK) (Unl).iso" size="1459978240" crc="de08bb29" md5="00a76920368c9719c6767b5d739eb5a9" sha1="9bcb7602cee82c533d950b9a424a5c793760a9ed"/>
+       </game>
+       <game name="Cube CD 12 (31) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 12 (31) (UK) (Unl)</description>
+               <rom name="Cube CD 12 (31) (UK) (Unl).iso" size="1459978240" crc="67acea2c" md5="5d92c8e5057945c0944a0a4cbc5aa068" sha1="810c918a0469d1cd054cf37d2829ecfb25091c08"/>
+       </game>
+       <game name="Cube CD 13 (32) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 13 (32) (UK) (Unl)</description>
+               <rom name="Cube CD 13 (32) (UK) (Unl).iso" size="1459978240" crc="4ee5dc34" md5="879a354177cbe51f602269480c423ecd" sha1="1961a864c80d92de323b710ca2125bf45806473f"/>
+       </game>
+       <game name="Cube CD 15 (34) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 15 (34) (UK) (Unl)</description>
+               <rom name="Cube CD 15 (34) (UK) (Unl).iso" size="1459978240" crc="4b9b91e6" md5="08522ad068345eca61ea22dc92f6cb45" sha1="2f362a1547d958e3d772fe9d8c400bc57e5d17f4"/>
+       </game>
+       <game name="FreeLoader for GameCube (USA, Europe) (Unl) (v1.06b)">
+               <category>Applications</category>
+               <description>FreeLoader for GameCube (USA, Europe) (Unl) (v1.06b)</description>
+               <rom name="FreeLoader for GameCube (USA, Europe) (Unl) (v1.06b).iso" size="1459978240" crc="7e80c1b9" md5="92ee4870ef12f5fdc5ad106ffe5ed177" sha1="c74183c91d1667904423373c54a977f3f4909647"/>
+       </game>
+       <game name="Action Replay Ultimate Cheats for Use with Pokemon Colosseum (UK) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Cheats for Use with Pokemon Colosseum (UK) (Unl)</description>
+               <rom name="Action Replay Ultimate Cheats for Use with Pokemon Colosseum (UK) (Unl).iso" size="1459978240" crc="f9fedbf8" md5="08fd7ca36c9f7f49cc598918e78bb1a2" sha1="7e18c28a92eefe04f515979e2cdf955ae29cf7e5"/>
+       </game>
+       <game name="Ultimate Cheats for Use with The Legend of Zelda - The Wind Waker (UK) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Cheats for Use with The Legend of Zelda - The Wind Waker (UK) (Unl)</description>
+               <rom name="Ultimate Cheats for Use with The Legend of Zelda - The Wind Waker (UK) (Unl).iso" size="1459978240" crc="42257ce1" md5="23a63fb620a33db0289ecfc5457160ee" sha1="80d2b087862d5f148870c212e721131571811e3f"/>
+       </game>
+       <game name="Nickelodeon Les Razmoket - La Rancon Royale (France)">
+               <category>Games</category>
+               <description>Nickelodeon Les Razmoket - La Rancon Royale (France)</description>
+               <rom name="Nickelodeon Les Razmoket - La Rancon Royale (France).iso" size="1459978240" crc="abd8768a" md5="f76d7076c1d5f1827569f265ef0c35aa" sha1="34a7bad8deb06a41ad43ef4666eec1cd13a115e4"/>
+       </game>
+       <game name="Metal Arms - Glitch in the System (France)">
+               <category>Games</category>
+               <description>Metal Arms - Glitch in the System (France)</description>
+               <rom name="Metal Arms - Glitch in the System (France).iso" size="1459978240" crc="d60a61f5" md5="94fc50f8c08099d277c10c3269736f5a" sha1="b6b2ac6d5e4c1c721bfa52ed814d30b3152666e4"/>
+       </game>
+       <game name="2002 FIFA World Cup (France)">
+               <category>Games</category>
+               <description>2002 FIFA World Cup (France)</description>
+               <rom name="2002 FIFA World Cup (France).iso" size="1459978240" crc="f3de87a7" md5="d223250f71b82efe411d4710bd2c9d22" sha1="a88bd9f7d619df59558d2043b57730d3e23935b4"/>
+       </game>
+       <game name="Cube CD 16 (35) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 16 (35) (UK) (Unl)</description>
+               <rom name="Cube CD 16 (35) (UK) (Unl).iso" size="1459978240" crc="e5c0156e" md5="ed3ba85d06eba0f60f84891e1f849d44" sha1="20e01588318a0aa88277f941b4e625bea34cf1ca"/>
+       </game>
+       <game name="Cube CD 17 (36) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 17 (36) (UK) (Unl)</description>
+               <rom name="Cube CD 17 (36) (UK) (Unl).iso" size="1459978240" crc="9e7dc646" md5="5d381c783a736b73bbcb5133b39c181e" sha1="8cf84262a897d440fe7a18e2b85bada188534cad"/>
+       </game>
+       <game name="Cube CD 18 (37) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 18 (37) (UK) (Unl)</description>
+               <rom name="Cube CD 18 (37) (UK) (Unl).iso" size="1459978240" crc="1be165b7" md5="123af675aac82a2f6c4a51c297353336" sha1="ec1c5307e8a5c06c3181ca4125ba7e2b5abe8a2c"/>
+       </game>
+       <game name="Cube CD 19 (38) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 19 (38) (UK) (Unl)</description>
+               <rom name="Cube CD 19 (38) (UK) (Unl).iso" size="1459978240" crc="1570e92e" md5="fd0dee6c5b4850e9ceab350721528314" sha1="b347fece4943897882e2a38b14c5691c36f2b023"/>
+       </game>
+       <game name="Cube CD 20 (40) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 20 (40) (UK) (Unl)</description>
+               <rom name="Cube CD 20 (40) (UK) (Unl).iso" size="1459978240" crc="eb7f7bc6" md5="1a4ba7a7d5bd2a195c0c4a4426940239" sha1="571dc6e8aa538e2501f89a5706b23b8f9e170e8f"/>
+       </game>
+       <game name="SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It).iso" size="1459978240" crc="0aee62b4" md5="aa7c57f97d5cae9307fb03c04766420b" sha1="f28436d3ac6d1fbaa9fa5e4b2ed8b2e9db0364da"/>
+       </game>
+       <game name="Teen Titans (France) (En,Fr)">
+               <category>Games</category>
+               <description>Teen Titans (France) (En,Fr)</description>
+               <rom name="Teen Titans (France) (En,Fr).iso" size="1459978240" crc="b9dd64cc" md5="8d8c3ced9dd4238c0a4445c30dcd8979" sha1="8afa2ac34626b8a2ea4361ead4f96397cbc9d67d"/>
+       </game>
+       <game name="Gladius (France)">
+               <category>Games</category>
+               <description>Gladius (France)</description>
+               <rom name="Gladius (France).iso" size="1459978240" crc="7af9ec4e" md5="85175dc79e70b382229c3a5520d2bb6c" sha1="e8dbbaedae332b02db9a968c021dd19b071704d7"/>
+       </game>
+       <game name="Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.12)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.12)</description>
+               <rom name="Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.12).iso" size="1459978240" crc="11a23cfc" md5="c5d066a48c05fd2afce1fa85f6e15af7" sha1="40aece170c862d7d9d5731185b527184fa8f989e"/>
+       </game>
+       <game name="Action Replay Ultimate Codes Greatest Hits - Best Buy Achievers Weekend 2004 (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Codes Greatest Hits - Best Buy Achievers Weekend 2004 (USA) (Unl)</description>
+               <rom name="Action Replay Ultimate Codes Greatest Hits - Best Buy Achievers Weekend 2004 (USA) (Unl).iso" size="1459978240" crc="b1b28589" md5="61b22346c3fc2603e41879d10a3261e7" sha1="bef17cf5b4660b64d70c1fdab9dc8bb4d37e2468"/>
+       </game>
+       <game name="Max Memory Power Saves - Volume 1 (USA) (Unl)">
+               <category>Applications</category>
+               <description>Max Memory Power Saves - Volume 1 (USA) (Unl)</description>
+               <rom name="Max Memory Power Saves - Volume 1 (USA) (Unl).iso" size="1459978240" crc="9a3fe338" md5="cf40ea94aca6d7aa11db574ece398275" sha1="b223c42a8303332014784940dec29e42ce24da85"/>
+       </game>
+       <game name="FIFA Soccer 2003 (USA)">
+               <category>Games</category>
+               <description>FIFA Soccer 2003 (USA)</description>
+               <rom name="FIFA Soccer 2003 (USA).iso" size="1459978240" crc="8c59699f" md5="9e2f6a7432ea89fbc7b928671f4db904" sha1="af829d3e118131a9dc133d8d5e06ba555bd94b6b"/>
+       </game>
+       <game name="Wario World (Korea)">
+               <category>Games</category>
+               <description>Wario World (Korea)</description>
+               <rom name="Wario World (Korea).iso" size="1459978240" crc="e66d1c48" md5="049bfc15190474d3a5adccb861cc8741" sha1="0f018ab06c1890e26dd4f1643b9b87ba736129d5"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2006.4.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2006.4.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2006.4.1 (Japan).iso" size="1459978240" crc="e3d27b56" md5="888b58dc49e10457c301f666de6e09cf" sha1="5e16b92a44deb4d8fc4e8ca6347821f127410ff9"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.10.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.10.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.10.1 (Japan).iso" size="1459978240" crc="182f38eb" md5="a4dfc6f5ea073c5c29fcf776130e6945" sha1="800c6a94ba4e15a053bf974d33623ffff5804fd8"/>
+       </game>
+       <game name="Game Boy Player (Korea) (Rev 1)">
+               <category>Applications</category>
+               <description>Game Boy Player (Korea) (Rev 1)</description>
+               <rom name="Game Boy Player (Korea) (Rev 1).iso" size="1459978240" crc="1e6560ed" md5="8e2c412fe5ba846ca2286c09538bde7f" sha1="cc8847687fde26619b50953c6093ff3570811560"/>
+       </game>
+       <game name="Mario Party 5 (Korea)">
+               <category>Games</category>
+               <description>Mario Party 5 (Korea)</description>
+               <rom name="Mario Party 5 (Korea).iso" size="1459978240" crc="c77497e4" md5="cf1c84f1bf0066b46b76390fd1620608" sha1="7e2a6d9ba0b4c4bd0cb98a2a5353a66fa3c59f00"/>
+       </game>
+       <game name="Mortal Kombat - Deadly Alliance (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Mortal Kombat - Deadly Alliance (USA) (Rev 1)</description>
+               <rom name="Mortal Kombat - Deadly Alliance (USA) (Rev 1).iso" size="1459978240" crc="0e77f296" md5="b73137fffd679169ea61cb4e964536ef" sha1="e6122dd2d997d1f97868d17daffdb9654a76c8b8"/>
+       </game>
+       <game name="1080 Avalanche (Korea)">
+               <category>Games</category>
+               <description>1080 Avalanche (Korea)</description>
+               <rom name="1080 Avalanche (Korea).iso" size="1459978240" crc="dccc98a2" md5="8b837ce9beb131654da90e7f3d7962a2" sha1="8e5d3faa4842a2097c7a478dea4ab1f5353517ce"/>
+       </game>
+       <game name="Disney-Pixar Nemo-reul Chajaseo (Korea)">
+               <category>Games</category>
+               <description>Disney-Pixar Nemo-reul Chajaseo (Korea)</description>
+               <rom name="Disney-Pixar Nemo-reul Chajaseo (Korea).iso" size="1459978240" crc="312420a2" md5="7ee187f776e1cbed1f8836e645560d46" sha1="340ef094dfe69c0253e1539911f7f508d91108fa"/>
+       </game>
+       <game name="Action Replay for GameCube (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.08)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.08)</description>
+               <rom name="Action Replay for GameCube (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.08).iso" size="1459978240" crc="9cb75b81" md5="ba5aadafb4b364679e6950d339aaedfd" sha1="8d480dc45b47e11c1bb5f7f500e2c78b08a1153a"/>
+       </game>
+       <game name="Mario Kart - Double Dash!! (Korea)">
+               <category>Games</category>
+               <description>Mario Kart - Double Dash!! (Korea)</description>
+               <rom name="Mario Kart - Double Dash!! (Korea).iso" size="1459978240" crc="8566768f" md5="856081a0e0d025e3322dc2fadef90e51" sha1="9f1676bf019ed68bcf613155b75782701207060c"/>
+       </game>
+       <game name="F-Zero GX (Korea)">
+               <category>Games</category>
+               <description>F-Zero GX (Korea)</description>
+               <rom name="F-Zero GX (Korea).iso" size="1459978240" crc="bd7ea65c" md5="190c1ad64d0a481afe610e3cadbf6001" sha1="978f83c175398b85128d25c55d6a0ace02aaf4c2"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Legend (Germany)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Legend (Germany)</description>
+               <rom name="Lara Croft Tomb Raider - Legend (Germany).iso" size="1459978240" crc="ac2df000" md5="e383dea29ff96dacc496f9d1798c83c4" sha1="bca464b44d25776f3b0e03979830429bd0639d43"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc B)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc B)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc B).iso" size="1459978240" crc="2cba3d86" md5="a0ca5616da319f0ed29ff7651a34838e" sha1="bcee44a6bae685a73900e54b519c07c89d538450"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 4)">
+               <category>Games</category>
+               <description>Phantasy Star Online Episode I &amp; II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 4)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 4).iso" size="1459978240" crc="bd048b3f" md5="35912e7afe53905c54616fcff0cc2dd2" sha1="af340fda2042b21ce2edac6e940e55fe32f0dc3e"/>
+       </game>
+       <game name="Tak and the Power of Juju (Korea)">
+               <category>Games</category>
+               <description>Tak and the Power of Juju (Korea)</description>
+               <rom name="Tak and the Power of Juju (Korea).iso" size="1459978240" crc="4858f34a" md5="a74cbd22bcad0e5bc13f019e26e7be16" sha1="08679f5562b59a5bed2d96f18485aaa12c33f733"/>
+       </game>
+       <game name="Kirby Air Ride (Korea)">
+               <category>Games</category>
+               <description>Kirby Air Ride (Korea)</description>
+               <rom name="Kirby Air Ride (Korea).iso" size="1459978240" crc="7d5bbd40" md5="1a74581094decb7b2885b8923bf43951" sha1="6fa8ec413ff7f2a4ea9d904dbe4172a928b1001f"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2006.9.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2006.9.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2006.9.1 (Japan).iso" size="1459978240" crc="241fe2d0" md5="ce303c80b04a1f455134cd00900cbf9d" sha1="7c79db45df66443f91d09661b483c4ad9e32c006"/>
+       </game>
+       <game name="Action Replay Ultimate Codes for Use with Soul Calibur II (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Codes for Use with Soul Calibur II (USA) (Unl)</description>
+               <rom name="Action Replay Ultimate Codes for Use with Soul Calibur II (USA) (Unl).iso" size="1459978240" crc="66f9c1ee" md5="83cc80265c3e734eef17a5e0b8d72380" sha1="7415d4df02cfa59ded6f5c3d0f0c252021ba3310"/>
+       </game>
+       <game name="Tetris Worlds (USA)">
+               <category>Games</category>
+               <description>Tetris Worlds (USA)</description>
+               <rom name="Tetris Worlds (USA).iso" size="1459978240" crc="e688b090" md5="348dec86ecb024973dd8cad0a16c8aaa" sha1="a0dbe93e35625fb9539514af3f5fe27f2d4306c7"/>
+       </game>
+       <game name="Zoids Vs. II (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Zoids Vs. II (Japan) (Rev 1)</description>
+               <rom name="Zoids Vs. II (Japan) (Rev 1).iso" size="1459978240" crc="43e51dc5" md5="03e784420a34156b1121951906b1ed2b" sha1="884c0cafffdbae8d1348e38d2ad013be124a91da"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc A)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc A)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc A).iso" size="1459978240" crc="7156fab4" md5="45dda78968e3c5b7ed99d79a33174939" sha1="89f3cc7c450896f10e86d3b48724b7e947ecbd00"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc B)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc B)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc B).iso" size="1459978240" crc="cf438497" md5="9d6dfe495639742635eea7cda7451ed7" sha1="f6458db1994ba1f4da4318bd1359d2a4f33507a4"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.7.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.7.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.7.1 (Japan).iso" size="1459978240" crc="c94e79a4" md5="d78789a5e5a3a6151abdee1ec5dfc67c" sha1="ea83035187f450439a3a1ec3461fc0cdcbeb5362"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.10.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.10.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.10.1 (Japan).iso" size="1459978240" crc="14683962" md5="3e76c82849fb9f905d0baf8a96a0c9b4" sha1="4b7149db1e9924592729e1e096b311d2f0730f8b"/>
+       </game>
+       <game name="Pro Rally 2002 (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Pro Rally 2002 (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Pro Rally 2002 (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="d83c5372" md5="3c1def2b896191c58c9ed9e5cc7b49d6" sha1="82dbaceb14686b1e2b63911369d3dbb19f0503c4"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell (USA) (Rev 1)</description>
+               <rom name="Tom Clancy's Splinter Cell (USA) (Rev 1).iso" size="1459978240" crc="f3a60605" md5="e2c74456d7f3de403c197ea2e5d7f2ef" sha1="2b5ea9eb32763cfcbf23cfcb8d8d3083363b1774"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.9.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.9.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.9.1 (Japan).iso" size="1459978240" crc="56b9951a" md5="7a1d802adefa3a669de558ed3c435ad6" sha1="337fc04edf5368a0ac91cd5e5f77c41b6a576958"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.2.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.2.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.2.1 (Japan).iso" size="1459978240" crc="3f9f3d4b" md5="a6f0e31219e3b7e0e9406fd81cf7baab" sha1="f614fc5102788506f04fe81559f7e4affd79b9db"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.4.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.4.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.4.1 (Japan).iso" size="1459978240" crc="b562d84f" md5="6dda5f565061fe5b4c984b51baf05b26" sha1="dca54cc0239bb4afadc103701cd0e882aa7f7153"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.10.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.10.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.10.1 (Japan).iso" size="1459978240" crc="ce786e78" md5="822c5914284629ca903a07a3687edfec" sha1="9949df0c4b5ae45bb311b385e4b744078e1e35ce"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.6.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.6.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.6.1 (Japan).iso" size="1459978240" crc="9271d581" md5="7e796103f61b075ad04bf6360a448fa9" sha1="289f685ec7361e34f2978e6fc4a7323a282f3694"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.9.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.9.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.9.1 (Japan).iso" size="1459978240" crc="f1a32e8b" md5="275b37dd30cb61c63b4ab4ec5cf70a5e" sha1="e111c0f375fefe383e832879978570fa728545ed"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.11.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.11.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.11.1 (Japan).iso" size="1459978240" crc="1583164a" md5="e2aa2c445269c51ea6f5bc8610dcf61e" sha1="d96f1a96feb7514e0ab37d1f8bca067af9dd6d4f"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.12.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.12.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.12.1 (Japan).iso" size="1459978240" crc="176d8ada" md5="958e1161d9037b68de97bb7738cd56a9" sha1="da881b276466e1910581ffe80d20b29be777cc46"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004-2005 Nenmatsunenshigou (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004-2005 Nenmatsunenshigou (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004-2005 Nenmatsunenshigou (Japan).iso" size="1459978240" crc="f5f31d5d" md5="b52db38edb94de28e9fb95760911f1fb" sha1="4476260fd236434ac3dae9ea55a7389929895230"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.3.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.3.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.3.1 (Japan).iso" size="1459978240" crc="ff30336d" md5="2e0cdcb719182d804992dc5baa2a327e" sha1="c04d7ffb6895a6a80c4ff3ad0dc471d1158f4892"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc A)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc A)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc A).iso" size="1459978240" crc="632eb575" md5="da40f8d1c74bf9e5c51cc77e474ec564" sha1="a65a5a34314c92016a8515e8cda8c7970baaa281"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.10.1 (Japan) (Rev 1)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.10.1 (Japan) (Rev 1)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.10.1 (Japan) (Rev 1).iso" size="1459978240" crc="029014e4" md5="c7dcbdc2f69f048f10f31fdac1b5b785" sha1="0989d02c862580d52da060fd2f2de5e5d249dea3"/>
+       </game>
+       <game name="Cube CD 14 (33) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 14 (33) (UK) (Unl)</description>
+               <rom name="Cube CD 14 (33) (UK) (Unl).iso" size="1459978240" crc="b21fe659" md5="82109cff554d0ecadb0fffb7030dc5a8" sha1="884052c0eb3f0d515ca0c7b173e0a5dfd8071a35"/>
+       </game>
+       <game name="Action Replay Max (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Max (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl)</description>
+               <rom name="Action Replay Max (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl).iso" size="1459978240" crc="989e3a76" md5="335e62cdeb07ef3e15d1a3bfceaa28d2" sha1="b339b3f828abe509bfbb4a745322eebea54e105d"/>
+       </game>
+       <game name="Capcom vs. SNK 2 EO (Japan) (Tentou Taikenban)">
+               <category>Demos</category>
+               <description>Capcom vs. SNK 2 EO (Japan) (Tentou Taikenban)</description>
+               <rom name="Capcom vs. SNK 2 EO (Japan) (Tentou Taikenban).iso" size="1459978240" crc="fff31cf8" md5="8c52bbc622b85040f78c059d02ad598c" sha1="a07be4d7fe936c62d90eadd0bc699faa392ca94e"/>
+       </game>
+       <game name="Advance Game Port (USA) (Unl)">
+               <category>Applications</category>
+               <description>Advance Game Port (USA) (Unl)</description>
+               <rom name="Advance Game Port (USA) (Unl).iso" size="1459978240" crc="38fbd370" md5="da06f3a9dad511f77ea5baa786588288" sha1="305fe256e4927b1e8fb54a02e886197b97263508"/>
+       </game>
+       <game name="Max Play (USA) (Unl)">
+               <category>Games</category>
+               <description>Max Play (USA) (Unl)</description>
+               <rom name="Max Play (USA) (Unl).iso" size="1459978240" crc="cc3182c3" md5="8a68e9917d7648674cdb51844a4df3eb" sha1="f4f728f02b02b0540f4354b13b0dfde528ffb056"/>
+       </game>
+       <game name="Gauntlet - Dark Legacy (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Gauntlet - Dark Legacy (USA) (Rev 1)</description>
+               <rom name="Gauntlet - Dark Legacy (USA) (Rev 1).iso" size="1459978240" crc="7d84dbfa" md5="6f86ce459e854dc3da48959234d8cb35" sha1="3909fa79d9cf0ebed70ea6e5840c8792d86641ea"/>
+       </game>
+       <game name="Action Replay Ultimate Codes for Use with Enter the Matrix (USA) (Unl)">
+               <category>Applications</category>
+               <description>Action Replay Ultimate Codes for Use with Enter the Matrix (USA) (Unl)</description>
+               <rom name="Action Replay Ultimate Codes for Use with Enter the Matrix (USA) (Unl).iso" size="1459978240" crc="5515e329" md5="061573f74c0d0dc53135916a218c3b37" sha1="2168c8aa9052ed5e15969cac7f25fa71a1d1a9e3"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - October 2005 (Australia) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - October 2005 (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - October 2005 (Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="44ee94dc" md5="684e4ccdc95d1bb256b7007b3cc37dfb" sha1="f394c6e252198148be23e2ffb69a2b4f56324e24"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - March 2004 (Australia)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - March 2004 (Australia)</description>
+               <rom name="Interactive Multi-Game Demo Disk - March 2004 (Australia).iso" size="1459978240" crc="0fe4a588" md5="8c21a6230edda4cd1c0b10dc10fc222b" sha1="b6b476b338ede073478bff3ed77711274948b445"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - November 2004 (Australia) (En,Fr,De,Es,It)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - November 2004 (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Interactive Multi-Game Demo Disk - November 2004 (Australia) (En,Fr,De,Es,It).iso" size="1459978240" crc="30507df6" md5="77dbfc6ffb1e9de0912be2c660f530d5" sha1="53cf26ea49cef4d7cf9cd46dc65611426413786c"/>
+       </game>
+       <game name="Ultimate Cheats for Use with Metroid Prime (UK) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Cheats for Use with Metroid Prime (UK) (Unl)</description>
+               <rom name="Ultimate Cheats for Use with Metroid Prime (UK) (Unl).iso" size="1459978240" crc="d78d192f" md5="f24005567ac974ac8e26a6400a0a5de7" sha1="044aacfbc60ab7eafb4ac2b946261e1483e0e9c1"/>
+       </game>
+       <game name="Max Drive (USA) (Unl)">
+               <category>Applications</category>
+               <description>Max Drive (USA) (Unl)</description>
+               <rom name="Max Drive (USA) (Unl).iso" size="1459978240" crc="f09dce69" md5="2590fa233dda874b119e98bf026ba3bd" sha1="5429973e3a99d59bac8b906a4ccba94006354b7d"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - September 2003 (Australia)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - September 2003 (Australia)</description>
+               <rom name="Interactive Multi-Game Demo Disk - September 2003 (Australia).iso" size="1459978240" crc="2435a8f1" md5="7b56312a3564ffd21ff980f05b576245" sha1="782f8c043cbb093cb734c9a39a99f37fc8126f0f"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2006.6.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2006.6.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2006.6.1 (Japan).iso" size="1459978240" crc="0f9852a4" md5="f70f3c4829953cd5ca7499913f1d4fe8" sha1="7fbde6f9be50ff188bacadffd512864c3d29493b"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.2.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.2.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.2.1 (Japan).iso" size="1459978240" crc="a595a9b7" md5="c3ad65f2480f441852a916b23d20d494" sha1="7e875fa1e22bb51d73ca0b75174253d72c38e1e3"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2006.1.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2006.1.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2006.1.1 (Japan).iso" size="1459978240" crc="0b3cdf9b" md5="6c655d7b944ebc5645aace1e0c433671" sha1="67371db58a713d8af8c757615312f911f4145b91"/>
+       </game>
+       <game name="Zoids Vs. III (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Zoids Vs. III (Japan) (Rev 2)</description>
+               <rom name="Zoids Vs. III (Japan) (Rev 2).iso" size="1459978240" crc="4843c872" md5="6abb43a58846c6e77c5ca600b1e5695e" sha1="c65f9bb8c5415058879ad5cb75322eafbd60b6e5"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.4.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.4.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.4.1 (Japan).iso" size="1459978240" crc="c489f920" md5="1c8cc57f20846dd6e12daf370a6256f7" sha1="cbcf50efa264d36a48ef09156301e8ebf2a3c0b8"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2006.8.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2006.8.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2006.8.1 (Japan).iso" size="1459978240" crc="78927d2f" md5="cffa6161687fd723a32717c197d474bb" sha1="c537ecc5935cd9b284b43c230bb516bc9d3de54b"/>
+       </game>
+       <game name="Cube CD 20 (39) (UK) (Unl)">
+               <category>Coverdiscs</category>
+               <description>Cube CD 20 (39) (UK) (Unl)</description>
+               <rom name="Cube CD 20 (39) (UK) (Unl).iso" size="1459978240" crc="06b90505" md5="574f91a0dad19815a494a79ba76a6c5d" sha1="bd4a3c28f4e2bcffd7305932a1b6548af455d794"/>
+       </game>
+       <game name="Ultimate Codes for Use with Tom Clancy's Splinter Cell (USA) (Unl)">
+               <category>Applications</category>
+               <description>Ultimate Codes for Use with Tom Clancy's Splinter Cell (USA) (Unl)</description>
+               <rom name="Ultimate Codes for Use with Tom Clancy's Splinter Cell (USA) (Unl).iso" size="1459978240" crc="f788d099" md5="3b0a41036d905ed192177c15cea50758" sha1="709cb80cf3d54f6387cdbf68d33d4939f297b8c3"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2006.7.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2006.7.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2006.7.1 (Japan).iso" size="1459978240" crc="8b58bd1d" md5="f5acf22694cde824a4b129946d5aab90" sha1="baeb128920239e54d45e359f9fcad4492ac9f6ba"/>
+       </game>
+       <game name="Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan) (Taikenban)</description>
+               <rom name="Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan) (Taikenban).iso" size="1459978240" crc="3d2ee92c" md5="f4b439de0e8c61c44671e87cecececeb" sha1="abe23a8b3f8699b1698440aeee321188f5ab0358"/>
+       </game>
+       <game name="Beach Spikers - Virtua Beach Volleyball (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Beach Spikers - Virtua Beach Volleyball (Japan) (Taikenban)</description>
+               <rom name="Beach Spikers - Virtua Beach Volleyball (Japan) (Taikenban).iso" size="1459978240" crc="e90cbb5b" md5="ef2ad4e119949165679e330d71013845" sha1="566bcf397a51f11c1b066d90509ea9b609ff186d"/>
+       </game>
+       <game name="Disney's Magical Park (Japan) (Jitsuen-you Sample)">
+               <category>Demos</category>
+               <description>Disney's Magical Park (Japan) (Jitsuen-you Sample)</description>
+               <rom name="Disney's Magical Park (Japan) (Jitsuen-you Sample).iso" size="1459978240" crc="9f17e51e" md5="7ab414c7aa98936fbc87e34f9889fd04" sha1="200dc89877879429fe75e33337261cf1b412022d"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.8.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.8.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.8.1 (Japan).iso" size="1459978240" crc="1a678ec5" md5="dc065b5116e274f918e29dd0540b0a9d" sha1="927f11e1494d22fb6059b04a2cd03990a650152d"/>
+       </game>
+       <game name="Naruto - Gekitou Ninja Taisen! 4 (Japan) (Taikai Sen'you Disc) (Rev 1)">
+               <category>Games</category>
+               <description>Naruto - Gekitou Ninja Taisen! 4 (Japan) (Taikai Sen'you Disc) (Rev 1)</description>
+               <rom name="Naruto - Gekitou Ninja Taisen! 4 (Japan) (Taikai Sen'you Disc) (Rev 1).iso" size="1459978240" crc="735ab44e" md5="6a82b0ce34fe8f40c132879c9b610e6a" sha1="9088e3a6357f333a3aa98beacdf506fa6ecdc284"/>
+       </game>
+       <game name="P.N. 03 (Japan) (Demo Eizou)">
+               <category>Demos</category>
+               <description>P.N. 03 (Japan) (Demo Eizou)</description>
+               <rom name="P.N. 03 (Japan) (Demo Eizou).iso" size="1459978240" crc="4e8eb4f0" md5="e337dd0f518afd7ade78c27026467c69" sha1="a3cd38384f2373734bb4696c5559d76fba258cca"/>
+       </game>
+       <game name="Kidou Senshi Gundam - Senshitachi no Kiseki - Kadokawa Shoten Rengou Kikaku Tokubetsu-hen (Japan)">
+               <category>Games</category>
+               <description>Kidou Senshi Gundam - Senshitachi no Kiseki - Kadokawa Shoten Rengou Kikaku Tokubetsu-hen (Japan)</description>
+               <rom name="Kidou Senshi Gundam - Senshitachi no Kiseki - Kadokawa Shoten Rengou Kikaku Tokubetsu-hen (Japan).iso" size="1459978240" crc="fe5b5a53" md5="f7f6990e2ea9ba2d9c84358ba31257d8" sha1="22e5e6f159e6058da45a5673cfa849b92a084b5f"/>
+       </game>
+       <game name="Spider-Man (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>Spider-Man (Europe) (Rev 1)</description>
+               <rom name="Spider-Man (Europe) (Rev 1).iso" size="1459978240" crc="cd46590a" md5="55e01c1e97c3a113170a2d43b3396fb9" sha1="1fac49d0d4883055f3dd231d21bf8c49f49433ab"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.12.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.12.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.12.1 (Japan).iso" size="1459978240" crc="1b5a2934" md5="0176e215ba8d790e1f170442350930c9" sha1="4ce687b48f40870c907de4210d877e34aab8593f"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.5.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.5.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.5.1 (Japan).iso" size="1459978240" crc="87382c12" md5="7a6dbd9a722cd1a73c7edd80e5166f8d" sha1="4ba93cec5e4f9635c20e97b93d1124503e28cee6"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.11.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.11.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.11.1 (Japan).iso" size="1459978240" crc="4c905d86" md5="e3600b63e8afd22076c1a75acb2eeb05" sha1="01a1d011d44d63a30dc29ab0f5bb2ef3e691bc66"/>
+       </game>
+       <game name="Interactive Multi-Game Demo Disk - May 2004 (Australia)">
+               <category>Demos</category>
+               <description>Interactive Multi-Game Demo Disk - May 2004 (Australia)</description>
+               <rom name="Interactive Multi-Game Demo Disk - May 2004 (Australia).iso" size="1459978240" crc="69aef6c7" md5="f4c70409466096ad6bd0a5c75a14a363" sha1="4066eca591446670102b2d5be8098707cb667233"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2004.3.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2004.3.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2004.3.1 (Japan).iso" size="1459978240" crc="ce1687c2" md5="c282e134ca7aefd6619717cf9c725522" sha1="315a941fd8cbad724cfa43b7ab119288ac443b46"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.2.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.2.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.2.1 (Japan).iso" size="1459978240" crc="7070bd13" md5="3184452bc77be76531ed4b87e18b0f17" sha1="0a93bbf3f89d7b4e281bc60cf5b5d1f8d9600802"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.5.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.5.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.5.1 (Japan).iso" size="1459978240" crc="49c07fab" md5="4efa48a98f4c26635e5ffd9fa0ab0bac" sha1="28c2deebc9f52dd27dab505107810cf000772a6b"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.6.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.6.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.6.1 (Japan).iso" size="1459978240" crc="66cf670b" md5="98cf31a5bd554e3177d7e7d17ab26563" sha1="86e53110c707b3c40c43038f5d011c0b7f745e05"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.1.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.1.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.1.1 (Japan).iso" size="1459978240" crc="b661d9c8" md5="b58f6c82cf78825003897f0d2271792c" sha1="64044929319998291f717d86692e0cf04f55cbda"/>
+       </game>
+       <game name="Mat Hoffman's Pro BMX 2 (France)">
+               <category>Games</category>
+               <description>Mat Hoffman's Pro BMX 2 (France)</description>
+               <rom name="Mat Hoffman's Pro BMX 2 (France).iso" size="1459978240" crc="3bd2eced" md5="403d5a141d973565416469e7e141aa0d" sha1="50aaa57f51828e2215331bf16e27dec64095b3e1"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.9.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.9.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.9.1 (Japan).iso" size="1459978240" crc="6cf1cd61" md5="794a4a3ce7bd97694731e6a3ff451f56" sha1="63cfe2e6ce5b86514dd95593ff319a09ea5c7b4f"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc A)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc A)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc A).iso" size="1459978240" crc="6bc94c77" md5="fa4f631a683f455467aefe2b9895211f" sha1="c2fec2f2744d9e5e30a6fe202cc3bfb1f97d8b93"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc B)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc B)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc B).iso" size="1459978240" crc="1ca0ab89" md5="4173629c345e685ddc9cb29743cabba7" sha1="8a7091c03944db63fe47db58ec462fe76ec094a1"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.3.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.3.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.3.1 (Japan).iso" size="1459978240" crc="73cebb70" md5="6bf6ec9e4c68fab93abbcc087e4aa20e" sha1="48e113ed9d802bb8cb9a2f7703a014dde3721aaf"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.4.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.4.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.4.1 (Japan).iso" size="1459978240" crc="e8f69f7d" md5="799b1961b83815df2af3d42c15a86e32" sha1="04548e9f0156971acf0046439df3cb83bfb9721d"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.8.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.8.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.8.1 (Japan).iso" size="1459978240" crc="2f3e13a7" md5="fa0d10b0783abcc86b442a46cb954415" sha1="e86181fbe69cc9b8cd4d7d77c6edf8de86dbf147"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.6.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.6.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.6.1 (Japan).iso" size="1459978240" crc="810a9391" md5="92013b262d28b63823e850991ad4afe8" sha1="1b3d46f34b30d4f76a2b9f6073422f8b96b7e225"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2003.9.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2003.9.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2003.9.1 (Japan).iso" size="1459978240" crc="1db920c9" md5="5e577d351bf367fe5254fc3937dc05c6" sha1="fe65a31b19bb37cbecfd736fc21d01517465ea39"/>
+       </game>
+       <game name="Aggressive Inline (Europe) (En,Fr,De,Es) (Beta) (2002-07-29)">
+               <category>Preproduction</category>
+               <description>Aggressive Inline (Europe) (En,Fr,De,Es) (Beta) (2002-07-29)</description>
+               <rom name="Aggressive Inline (Europe) (En,Fr,De,Es) (Beta) (2002-07-29).iso" size="1459978240" crc="cd008d1a" md5="d47367b60e05fcb26928c30ce96ed89e" sha1="169540c1931efdfcde8494852d940f578e44b646"/>
+       </game>
+       <game name="Mario Kart - Double Dash!! (USA) (Debug) (2004-07-05)">
+               <category>Preproduction</category>
+               <description>Mario Kart - Double Dash!! (USA) (Debug) (2004-07-05)</description>
+               <rom name="Mario Kart - Double Dash!! (USA) (Debug) (2004-07-05).iso" size="1459978240" crc="2477e93f" md5="f1c8cd08bea08e16ac8f526fb259017d" sha1="aa9341ab5dabca27bc829a5fd8e9c535b11e166a"/>
+       </game>
+       <game name="Hontai Kensa Disc DOL (Japan) (Rev 3)">
+               <category>Applications</category>
+               <description>Hontai Kensa Disc DOL (Japan) (Rev 3)</description>
+               <rom name="Hontai Kensa Disc DOL (Japan) (Rev 3).iso" size="1459978240" crc="1a7b7608" md5="417b0cba64a63eef573681f02f0f53f7" sha1="18e0b800d318f769647a5a7a68ec76eb4e482a1f"/>
+       </game>
+       <game name="Bloody Roar - Primal Fury (USA) (Beta) (2002-01-08)">
+               <category>Preproduction</category>
+               <description>Bloody Roar - Primal Fury (USA) (Beta) (2002-01-08)</description>
+               <rom name="Bloody Roar - Primal Fury (USA) (Beta) (2002-01-08).iso" size="1459978240" crc="fbbf079e" md5="4bbcd3a716f6b7ed3d2af1a4a72a034d" sha1="4a3439f6915658cfad3b4b404b549a7545820922"/>
+       </game>
+       <game name="Burnout (USA) (Beta) (2002-03-06)">
+               <category>Preproduction</category>
+               <description>Burnout (USA) (Beta) (2002-03-06)</description>
+               <rom name="Burnout (USA) (Beta) (2002-03-06).iso" size="1459978240" crc="70be6bae" md5="d45681b66b3aa69f06a285ce68d7f5d9" sha1="e7b9368ff60ec765828c9422dfa8fce1736a9a30"/>
+       </game>
+       <game name="Driven (USA) (En,Fr,De,Es,It) (Beta)">
+               <category>Preproduction</category>
+               <description>Driven (USA) (En,Fr,De,Es,It) (Beta)</description>
+               <rom name="Driven (USA) (En,Fr,De,Es,It) (Beta).iso" size="1459978240" crc="9e54fb9f" md5="b1215272232f86c5b4f9042e127dcc80" sha1="02dc6deb91116a40e8b232f4c1a7d978b16711f8"/>
+       </game>
+       <game name="ESPN MLS ExtraTime 2002 (USA) (Beta) (2002-01-31)">
+               <category>Preproduction</category>
+               <description>ESPN MLS ExtraTime 2002 (USA) (Beta) (2002-01-31)</description>
+               <rom name="ESPN MLS ExtraTime 2002 (USA) (Beta) (2002-01-31).iso" size="1459978240" crc="c3c41936" md5="2b40a80b9da7c07e0b547776f5a781be" sha1="9692e60d5f74dc6ff7a4d5906d8ee132afacc75f"/>
+       </game>
+       <game name="007 - Agent Under Fire (USA) (Beta) (2002-01-25)">
+               <category>Preproduction</category>
+               <description>007 - Agent Under Fire (USA) (Beta) (2002-01-25)</description>
+               <rom name="007 - Agent Under Fire (USA) (Beta) (2002-01-25).iso" size="1459978240" crc="64886672" md5="4217b9abcb9e4ae55f206441af9de9fc" sha1="328dfb4de584adf340f7306d775390efb0d09150"/>
+       </game>
+       <game name="Rune (USA) (Beta) (2003-03-04)">
+               <category>Preproduction</category>
+               <description>Rune (USA) (Beta) (2003-03-04)</description>
+               <rom name="Rune (USA) (Beta) (2003-03-04).iso" size="1459978240" crc="48d7261b" md5="1dd1fb135dd15f3f4287998476285935" sha1="90b464b6a490c1d7080ec924157487a1cbd9ec4b"/>
+       </game>
+       <game name="Namco Museum (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Namco Museum (USA) (Beta)</description>
+               <rom name="Namco Museum (USA) (Beta).iso" size="1459978240" crc="0becbc5f" md5="3fa42f9c768a7613468ba266d1cfc53f" sha1="11de3020a71556524e2fa3b923b1dbc482236497"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA) (Beta) (2003-10-01)">
+               <category>Preproduction</category>
+               <description>Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA) (Beta) (2003-10-01)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA) (Beta) (2003-10-01).iso" size="1459978240" crc="d660a50c" md5="098b98bda72f1ae9123681217ea4322f" sha1="518bae19fe1e93ca8093277d5cf4ae1f7cb7f3ec"/>
+       </game>
+       <game name="Tales of Symphonia (USA) (Disc 1) (Beta) (2004-03-30)">
+               <category>Preproduction</category>
+               <description>Tales of Symphonia (USA) (Disc 1) (Beta) (2004-03-30)</description>
+               <rom name="Tales of Symphonia (USA) (Disc 1) (Beta) (2004-03-30).iso" size="1459978240" crc="1cf48dad" md5="82d213605277364ca36902bdfdf5e78c" sha1="b3028a9ade9331c317c69efc53a6fba6283620f9"/>
+       </game>
+       <game name="Tales of Symphonia (USA) (Disc 2) (Beta) (2004-03-30)">
+               <category>Preproduction</category>
+               <description>Tales of Symphonia (USA) (Disc 2) (Beta) (2004-03-30)</description>
+               <rom name="Tales of Symphonia (USA) (Disc 2) (Beta) (2004-03-30).iso" size="1459978240" crc="c247653e" md5="a771dd4b12993c524bf61929c98a91f3" sha1="671a88da2ecceabf9f013d6e5fafa1d3961042b6"/>
+       </game>
+       <game name="Whirl Tour (USA) (Beta) (2002-09-14)">
+               <category>Preproduction</category>
+               <description>Whirl Tour (USA) (Beta) (2002-09-14)</description>
+               <rom name="Whirl Tour (USA) (Beta) (2002-09-14).iso" size="1459978240" crc="ba231146" md5="c7531bbe6090cce16c50eccb4761b64c" sha1="ae53e4ba63603c08d5f4980c67451de6b5ee1ed6"/>
+       </game>
+       <game name="Batman - Dark Tomorrow (USA) (Beta) (2002-08-25)">
+               <category>Preproduction</category>
+               <description>Batman - Dark Tomorrow (USA) (Beta) (2002-08-25)</description>
+               <rom name="Batman - Dark Tomorrow (USA) (Beta) (2002-08-25).iso" size="1459978240" crc="71c5dd95" md5="cdc07cd11f17b3bbfb25d7721d29f3e0" sha1="94a65e1d15b0b26c6b2ea05d655c4402f1cada77"/>
+       </game>
+       <game name="Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es) (Beta)">
+               <category>Preproduction</category>
+               <description>Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es) (Beta)</description>
+               <rom name="Phantasy Star Online Episode I &amp; II (Europe) (En,Ja,Fr,De,Es) (Beta).iso" size="1459978240" crc="511e0436" md5="8f8b5fa80baaedf4fdd36dbc99377502" sha1="9a9de58b2b1a79f9906948a3281ee33946da7d74"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.7.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.7.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.7.1 (Japan).iso" size="1459978240" crc="facbfa6e" md5="c43f9a663add543f07ddc5dad974d831" sha1="d6d5985de09ae7eb90119fc78fa926de3c9196ea"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.11.1 (Japan) (Rev 1)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.11.1 (Japan) (Rev 1)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.11.1 (Japan) (Rev 1).iso" size="1459978240" crc="ff8a5f3b" md5="6bc05e2869ee644f6bfdb404a6634ff9" sha1="5f9dd57f698dc55cfaa8fd40b1ba841572d1db9a"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2006.2.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2006.2.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2006.2.1 (Japan).iso" size="1459978240" crc="5a560e38" md5="34f2439e7068dc53277a3e9a9b26c150" sha1="5ce6b61827ec450a70811cbf2e2bcc60bb670c3f"/>
+       </game>
+       <game name="Galleon (USA) (Proto) (2002-06-19)">
+               <category>Preproduction</category>
+               <description>Galleon (USA) (Proto) (2002-06-19)</description>
+               <rom name="Galleon (USA) (Proto) (2002-06-19).iso" size="1459978240" crc="5dc67d47" md5="92c4519d2eb10fdd2eccf81e49f28ef3" sha1="872a81cd803c6b3b23ab47247bfc2840296c5aa1"/>
+       </game>
+       <game name="Hontai Kensa Disc DOL-USA (Japan) (Rev 5)">
+               <category>Applications</category>
+               <description>Hontai Kensa Disc DOL-USA (Japan) (Rev 5)</description>
+               <rom name="Hontai Kensa Disc DOL-USA (Japan) (Rev 5).iso" size="1459978240" crc="4bb518cd" md5="ad314f8ce3d01fef324d627b79d9be81" sha1="4b4f7835bfc7832eb142a1e3ee139bc4f5e5683d"/>
+       </game>
+       <game name="Hontai Kensa Disc DOL (Japan) (Rev 6)">
+               <category>Applications</category>
+               <description>Hontai Kensa Disc DOL (Japan) (Rev 6)</description>
+               <rom name="Hontai Kensa Disc DOL (Japan) (Rev 6).iso" size="1459978240" crc="c3c5d3d6" md5="296083bd8a9e40601a996e46f0d660f4" sha1="aa7eb31e6fa53890bf2387f8971be5e93e97d236"/>
+       </game>
+       <game name="Aging Disc DOL (Japan) (Rev 7)">
+               <category>Applications</category>
+               <description>Aging Disc DOL (Japan) (Rev 7)</description>
+               <rom name="Aging Disc DOL (Japan) (Rev 7).iso" size="1459978240" crc="0bec4525" md5="845295b70eed68440bf639c8595bf8cc" sha1="367882ecb544b6ef63a55f0279e0e1d9933e9020"/>
+       </game>
+       <game name="Aging Disc DOL-PAL (Japan) (Rev 7)">
+               <category>Applications</category>
+               <description>Aging Disc DOL-PAL (Japan) (Rev 7)</description>
+               <rom name="Aging Disc DOL-PAL (Japan) (Rev 7).iso" size="1459978240" crc="c3103545" md5="b0e91aab6823dd36c870ffbe8c59b4fb" sha1="8a4a472c06d3ad1da1689e4e0d7c56dbd3bc6a3b"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2005.12.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2005.12.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2005.12.1 (Japan).iso" size="1459978240" crc="a3a49aa7" md5="354bd43c837b0971e28b30a1188a24b0" sha1="b425b2f1128b9d93c25159626165c510d6131188"/>
+       </game>
+       <game name="LEGO Super Soccer Adventure (Europe) (Proto)">
+               <category>Preproduction</category>
+               <description>LEGO Super Soccer Adventure (Europe) (Proto)</description>
+               <rom name="LEGO Super Soccer Adventure (Europe) (Proto).iso" size="1459978240" crc="5995ac59" md5="73d5970ebf47c19066784111ddaf95b1" sha1="174202cce7207082fb4360739916f68d9893af0e"/>
+       </game>
+       <game name="Power Link Game Enhancer Disc (Europe) (Unl)">
+               <category>Applications</category>
+               <description>Power Link Game Enhancer Disc (Europe) (Unl)</description>
+               <rom name="Power Link Game Enhancer Disc (Europe) (Unl).iso" size="1459978240" crc="bf7b7c5a" md5="278dfb43538e2ebc51ed2833cf3aadd7" sha1="3d1f2faa48409cc0b8f2a5bddea07f1769a0cf4d"/>
+       </game>
+       <game name="Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="867c5bc4" md5="a428b8e2aed658abeb8819a9c743c87f" sha1="3e7be61da6ca7d178c2cd765aafbf51a5248c837"/>
+       </game>
+       <game name="Need for Speed - Underground 2 (Latin America)">
+               <category>Games</category>
+               <description>Need for Speed - Underground 2 (Latin America)</description>
+               <rom name="Need for Speed - Underground 2 (Latin America).iso" size="1459978240" crc="b72e0dd4" md5="34cd400d050dbf42b8d4429f8d325643" sha1="320741607126d497ddc66f17c2a32ae18be4e542"/>
+       </game>
+       <game name="Xeno Crisis (Europe) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl)">
+               <category>Games</category>
+               <description>Xeno Crisis (Europe) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl)</description>
+               <rom name="Xeno Crisis (Europe) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl).iso" size="115898368" crc="09eff165" md5="97e28962ce7c4ac151ea4c0def64eec9" sha1="38c8bdb906d21f4fd846a46b98ab591d5ce47278"/>
+       </game>
+       <game name="FIFA Soccer 06 (Latin America)">
+               <category>Games</category>
+               <description>FIFA Soccer 06 (Latin America)</description>
+               <rom name="FIFA Soccer 06 (Latin America).iso" size="1459978240" crc="d5fe9ac7" md5="ddfca3d4517bfc0647ad1ccd554821b1" sha1="45f28ffdf8a0bd1e4c40191a5bbed2eb6013d474"/>
+       </game>
+       <game name="SSX Tricky (Japan) (Jitsuen-you Sample)">
+               <category>Games</category>
+               <description>SSX Tricky (Japan) (Jitsuen-you Sample)</description>
+               <rom name="SSX Tricky (Japan) (Jitsuen-you Sample).iso" size="1459978240" crc="190f43d4" md5="3ff1d6d48e5ec5e525ed508a3110517d" sha1="d2d43edd1ba2ecaf0806176191ef55cc04e2916b"/>
+       </game>
+       <game name="FIFA Soccer 07 (Latin America)">
+               <category>Games</category>
+               <description>FIFA Soccer 07 (Latin America)</description>
+               <rom name="FIFA Soccer 07 (Latin America).iso" size="1459978240" crc="eb1be753" md5="f0f6029d90191ac10a92938597735f37" sha1="64ba3862474dc9708d7263e0136299f684f38ee6"/>
+       </game>
+       <game name="Pickles (USA) (Proto 1)">
+               <category>Preproduction</category>
+               <description>Pickles (USA) (Proto 1)</description>
+               <rom name="Pickles (USA) (Proto 1).iso" size="1459978240" crc="5542f6e9" md5="3cdde8d4002b4268c573cf2c2a9009c1" sha1="7011e5c016f3e87b9786d542cb555b111c8293ee"/>
+       </game>
+       <game name="18 Wheeler - American Pro Trucker (USA) (Beta) (2001-11-12)">
+               <category>Preproduction</category>
+               <description>18 Wheeler - American Pro Trucker (USA) (Beta) (2001-11-12)</description>
+               <rom name="18 Wheeler - American Pro Trucker (USA) (Beta) (2001-11-12).iso" size="1459978240" crc="3f8848f4" md5="86808cd5ad6cc2535e5fb868929208e7" sha1="2ded4348f13ace0696ae7891f402e2ad43bac40a"/>
+       </game>
+       <game name="All-Star Baseball 2003 featuring Derek Jeter (USA) (Beta) (2002-01-16)">
+               <category>Preproduction</category>
+               <description>All-Star Baseball 2003 featuring Derek Jeter (USA) (Beta) (2002-01-16)</description>
+               <rom name="All-Star Baseball 2003 featuring Derek Jeter (USA) (Beta) (2002-01-16).iso" size="1459978240" crc="18fc542f" md5="fbe56f076131116a5a72cee3a679b5fe" sha1="a92085c0770a170c4d68d8f91fd7f6688aff03c4"/>
+       </game>
+       <game name="Crazy Taxi (USA) (Beta) (2001-09-21)">
+               <category>Preproduction</category>
+               <description>Crazy Taxi (USA) (Beta) (2001-09-21)</description>
+               <rom name="Crazy Taxi (USA) (Beta) (2001-09-21).iso" size="1459978240" crc="17b30888" md5="ba3d065bd16d65128c12ba99d6c5551d" sha1="587e40126c47a8a6901732edf600dd6e6450a792"/>
+       </game>
+       <game name="NFL QB Club 2002 (USA) (Beta) (2001-11-12)">
+               <category>Preproduction</category>
+               <description>NFL QB Club 2002 (USA) (Beta) (2001-11-12)</description>
+               <rom name="NFL QB Club 2002 (USA) (Beta) (2001-11-12).iso" size="1459978240" crc="c2f0c130" md5="1fdf458d65f2a45bb27e40aec4d79330" sha1="867d666e113682b56f94e9744d5d36e448cb5011"/>
+       </game>
+       <game name="NFL QB Club 2002 (USA) (Beta) (2001-11-14)">
+               <category>Preproduction</category>
+               <description>NFL QB Club 2002 (USA) (Beta) (2001-11-14)</description>
+               <rom name="NFL QB Club 2002 (USA) (Beta) (2001-11-14).iso" size="1459978240" crc="3b100ae4" md5="dd80b11073fccbaa9a7fad265278add3" sha1="a31e43ba52c24f49db0801d87b432f424ed1fc53"/>
+       </game>
+       <game name="NFL QB Club 2002 (USA) (Beta) (2001-11-29)">
+               <category>Preproduction</category>
+               <description>NFL QB Club 2002 (USA) (Beta) (2001-11-29)</description>
+               <rom name="NFL QB Club 2002 (USA) (Beta) (2001-11-29).iso" size="1459978240" crc="8b1de7c2" md5="3b7ee6ccb8fc84cd188effad9f411a8b" sha1="4e0bb9ea6204f77fad55fa6bc23128c41def96b8"/>
+       </game>
+       <game name="Midway Arcade Treasures 3 (USA) (Beta) (2005-07-05)">
+               <category>Preproduction</category>
+               <description>Midway Arcade Treasures 3 (USA) (Beta) (2005-07-05)</description>
+               <rom name="Midway Arcade Treasures 3 (USA) (Beta) (2005-07-05).iso" size="1459978240" crc="9220ab52" md5="1c033931a16d97fc0fe3eb0318b0366c" sha1="5f3b2e4c319745d96d552959011538b9b80bac99"/>
+       </game>
+       <game name="Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.20A)">
+               <category>Applications</category>
+               <description>Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.20A)</description>
+               <rom name="Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.20A).iso" size="1459978240" crc="f44d8921" md5="09ea5e56a98920c4db69dd5628f1fa8a" sha1="0a19a08b62874058827c0084330571d03eecb6be"/>
+       </game>
+       <game name="FreeLoader for GameCube (Europe) (Unl) (v1.04)">
+               <category>Applications</category>
+               <description>FreeLoader for GameCube (Europe) (Unl) (v1.04)</description>
+               <rom name="FreeLoader for GameCube (Europe) (Unl) (v1.04).iso" size="1459978240" crc="22eae5c0" md5="f53ba1104d6fc2754f02d4cd67abf7dc" sha1="f1ff83966fe0bf3e407286027fcecf88a0a96acc"/>
+       </game>
+       <game name="FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2004)">
+               <category>Applications</category>
+               <description>FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2004)</description>
+               <rom name="FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2004).iso" size="1459978240" crc="9cb4c020" md5="c8440aa82a0f4305db814a85c890a69d" sha1="4cebfed36ea6f52588c716634ac4c4c020795a4a"/>
+       </game>
+       <game name="2002 FIFA World Cup (Japan) (Jitsuen-you Sample)">
+               <category>Demos</category>
+               <description>2002 FIFA World Cup (Japan) (Jitsuen-you Sample)</description>
+               <rom name="2002 FIFA World Cup (Japan) (Jitsuen-you Sample).iso" size="1459978240" crc="7bdc7837" md5="0b49d215b87040ea35b4c739695d6aea" sha1="93bd801edd32bf50eb32358e194729cc0f60539a"/>
+       </game>
+       <game name="FIFA World Cup Germany 2006 (Latin America)">
+               <category>Games</category>
+               <description>FIFA World Cup Germany 2006 (Latin America)</description>
+               <rom name="FIFA World Cup Germany 2006 (Latin America).iso" size="1459978240" crc="0c30e3ee" md5="c51e82dd966860aa0ebbb70a3ae9d93e" sha1="e9719c3fe5f1918540361c4563b812a356f4741f"/>
+       </game>
+       <game name="Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It) (Rev 1).iso" size="1459978240" crc="d54098af" md5="d3fcfdc4f9b83176bc7ac09b1ec5d1dc" sha1="bfdbd1702cdcaf57c096ece54e86da14e92ce29c"/>
+       </game>
+       <game name="WWE WrestleMania X8 (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>WWE WrestleMania X8 (Japan) (Taikenban)</description>
+               <rom name="WWE WrestleMania X8 (Japan) (Taikenban).iso" size="1459978240" crc="f676c652" md5="c001005e01e02fb02c40c562c7dc4d78" sha1="ace6cf324e04d35d008b12aa681c857d72353d25"/>
+       </game>
+       <game name="Karat GC-you Pro Action Replay - Best Price! Sokukouryaku GC-you Vol. 1 (Japan) (Unl)">
+               <category>Applications</category>
+               <description>Karat GC-you Pro Action Replay - Best Price! Sokukouryaku GC-you Vol. 1 (Japan) (Unl)</description>
+               <rom name="Karat GC-you Pro Action Replay - Best Price! Sokukouryaku GC-you Vol. 1 (Japan) (Unl).iso" size="1459978240" crc="1c41b917" md5="a941c5a462d1e90c1de5c9e169dc7237" sha1="c15db6b3d12ca21086bcd8c9404a4d143ccf1110"/>
+       </game>
+       <game name="Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.07)">
+               <category>Applications</category>
+               <description>Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.07)</description>
+               <rom name="Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.07).iso" size="1459978240" crc="26649910" md5="7993ec33bfc482e29f23293c39c56fc3" sha1="402ee1cd9edf5f445c130bbd5a72b2967e673c22"/>
+       </game>
+       <game name="Evolution Worlds (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Evolution Worlds (USA) (Beta)</description>
+               <rom name="Evolution Worlds (USA) (Beta).iso" size="1459978240" crc="74e3fbee" md5="f5a5d5d02b8ce369b53e5efcaf2c5d71" sha1="061ba70fe611a7c36a3a99dc52839fc275724f19"/>
+       </game>
+       <game name="Pickles (USA) (Proto 2)">
+               <category>Preproduction</category>
+               <description>Pickles (USA) (Proto 2)</description>
+               <rom name="Pickles (USA) (Proto 2).iso" size="1459978240" crc="7fa9a839" md5="313057403f079b96926335202a6ca40c" sha1="9038eb0c7c013421a9be5a94fcd3d27c7f2f8767"/>
+       </game>
+       <game name="Advance Connector GC-you (Japan) (Unl)">
+               <category>Applications</category>
+               <description>Advance Connector GC-you (Japan) (Unl)</description>
+               <rom name="Advance Connector GC-you (Japan) (Unl).iso" size="1459978240" crc="93418d2a" md5="9ad3900dbde0c1b588212dce88730b7a" sha1="cf3f68552c099aa2830c2dd74fc3e90d3518f82f"/>
+       </game>
+       <game name="Xeno Crisis (Japan) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl)">
+               <category>Games</category>
+               <description>Xeno Crisis (Japan) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl)</description>
+               <rom name="Xeno Crisis (Japan) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl).iso" size="115898368" crc="0c6d4075" md5="4244e7887f60c1336d711fc4a1fd13e0" sha1="46acc5a470af00a3adf916ba879e382d1540b1c5"/>
+       </game>
+       <game name="Gekkan Nintendo Tentou Demo 2002.8.1 (Japan)">
+               <category>Demos</category>
+               <description>Gekkan Nintendo Tentou Demo 2002.8.1 (Japan)</description>
+               <rom name="Gekkan Nintendo Tentou Demo 2002.8.1 (Japan).iso" size="1459978240" crc="06588854" md5="405c464ef39eb55f63fd6cd0a947de86" sha1="cd7d1418c2aba5ee614fdd22a46b1f48cbbc54cf"/>
+       </game>
+       <game name="NBA Live 2003 (France)">
+               <category>Games</category>
+               <description>NBA Live 2003 (France)</description>
+               <rom name="NBA Live 2003 (France).iso" size="1459978240" crc="ca606a11" md5="b300251ad4be896443143f7dac64e9dc" sha1="f8117becd57e358afed78b35e79800df094bbd3e"/>
+       </game>
+       <game name="Advance Game Port (USA) (Unl) (Rev 2)">
+               <category>Applications</category>
+               <description>Advance Game Port (USA) (Unl) (Rev 2)</description>
+               <rom name="Advance Game Port (USA) (Unl) (Rev 2).iso" size="1459978240" crc="0e8bb8d0" md5="097275ac8c60735001d3c0623529fcfc" sha1="d4ac3fed9cc08a19cdad5e46cc5870e909723691"/>
+       </game>
+       <game name="SD Media Launcher for GameCube &amp; Wii (Japan) (Unl)">
+               <category>Applications</category>
+               <description>SD Media Launcher for GameCube &amp; Wii (Japan) (Unl)</description>
+               <rom name="SD Media Launcher for GameCube &amp; Wii (Japan) (Unl).iso" size="1459978240" crc="7b642b57" md5="4e260af6d573045186b8794587a466a5" sha1="cf5c5e8b9e073a3bbf993cce3910aa0814d9eb96"/>
+       </game>
+       <game name="Mega Man X - Command Mission (USA) (Beta) (2004-07-23)">
+               <category>Preproduction</category>
+               <description>Mega Man X - Command Mission (USA) (Beta) (2004-07-23)</description>
+               <rom name="Mega Man X - Command Mission (USA) (Beta) (2004-07-23).iso" size="1459978240" crc="7b88690e" md5="801aeb70186915ac0a53494006ff74f8" sha1="24d72340954cd62e142a6d11a6582fc5f40ba994"/>
+       </game>
+       <game name="Mario Party 4 Event-you Disc (Japan)">
+               <category>Demos</category>
+               <description>Mario Party 4 Event-you Disc (Japan)</description>
+               <rom name="Mario Party 4 Event-you Disc (Japan).iso" size="1459978240" crc="4d3a81a8" md5="fe10c951d2345f94b0633d4861c65598" sha1="de8c7b6f1ca3e7b4bf29a3fa3d12c4bfc42dfad4"/>
+       </game>
+       <game name="Need for Speed - Underground (Europe) (Beta) (2003-09-10)">
+               <category>Preproduction</category>
+               <description>Need for Speed - Underground (Europe) (Beta) (2003-09-10)</description>
+               <rom name="Need for Speed - Underground (Europe) (Beta) (2003-09-10).iso" size="1459978240" crc="81525825" md5="92300453ffca62c0a72586306e236d2b" sha1="df5bd053333e732d38f74b28276636bb0f2ffa44"/>
+       </game>
+       <game name="FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2003)">
+               <category>Applications</category>
+               <description>FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2003)</description>
+               <rom name="FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2003).iso" size="1459978240" crc="40647e85" md5="cfe4ae2b1fcca8457deda4a1a34dd978" sha1="6d41eccfb2ca105ce495c1f3bd905fd75257aa53"/>
+       </game>
+       <game name="Max Play (Europe) (Unl) (GameCube + Wii)">
+               <category>Games</category>
+               <description>Max Play (Europe) (Unl) (GameCube + Wii)</description>
+               <rom name="Max Play (Europe) (Unl) (GameCube + Wii).iso" size="1459978240" crc="bf68f726" md5="5f20c3d88df42ea40743837f61af76ce" sha1="71dcae04d44e75d25716cf5b4bcfb8f36b59f072"/>
+       </game>
+       <game name="Taz - Wanted (Europe) (En,Fr,De,Es,It) (Beta)">
+               <category>Preproduction</category>
+               <description>Taz - Wanted (Europe) (En,Fr,De,Es,It) (Beta)</description>
+               <rom name="Taz - Wanted (Europe) (En,Fr,De,Es,It) (Beta).iso" size="1459978240" crc="da4dc356" md5="ee8a8de78357fcc1b9bd43ba4a106521" sha1="cd31385fc150c267d9cbe6e1c1d24f7cee04c335"/>
+       </game>
+       <game name="Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 1)">
+               <category>Preproduction</category>
+               <description>Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 1)</description>
+               <rom name="Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 1).iso" size="1459978240" crc="25e93a9a" md5="e155b18aa55a14ceae9d47c10c70e04e" sha1="4cbd93cd349dc2a038c47d294819f1e4edf5d253"/>
+       </game>
+       <game name="Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 2)">
+               <category>Preproduction</category>
+               <description>Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 2)</description>
+               <rom name="Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 2).iso" size="1459978240" crc="ba197731" md5="27c1961b4347933773ea91655c583543" sha1="b4079ed315b0ba271d5124ae827b5180c7d7a076"/>
+       </game>
+       <game name="Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 3)">
+               <category>Preproduction</category>
+               <description>Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 3)</description>
+               <rom name="Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 3).iso" size="1459978240" crc="79d4a10d" md5="a294f55e74e2c8d44c736007a34f1b6f" sha1="1a98ea543cee802a7b23bdac25acdbe96b923ea4"/>
+       </game>
+       <game name="Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 1)">
+               <category>Preproduction</category>
+               <description>Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 1)</description>
+               <rom name="Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 1).iso" size="1459978240" crc="baf5f815" md5="4a7fc62b2ec9b49f3bc6749d7168cff2" sha1="0e6cbb60f2499eb9b7de487561d890f3d03629f9"/>
+       </game>
+       <game name="Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 2)">
+               <category>Preproduction</category>
+               <description>Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 2)</description>
+               <rom name="Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 2).iso" size="1459978240" crc="9896fb23" md5="5d59b7b2d34ffc723669690d55725f89" sha1="294341017aff7c57fc7932e46ab5344b55e7929e"/>
+       </game>
+       <game name="Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.09)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.09)</description>
+               <rom name="Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.09).iso" size="1459978240" crc="c80ca638" md5="a72060db611707037a33cec3512f38fc" sha1="81e6c788b5667a112bca9d4718ee9b3b4cf56aa9"/>
+       </game>
+       <game name="Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.1)">
+               <category>Applications</category>
+               <description>Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.1)</description>
+               <rom name="Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.1).iso" size="1459978240" crc="4021811b" md5="2775337281dd11ea8c301a500ad44509" sha1="4ff894c9c4c464fd7655fe8b72cefdde269c25a1"/>
+       </game>
+       <game name="SD Media Launcher for GameCube &amp; Wii (USA) (Unl)">
+               <category>Applications</category>
+               <description>SD Media Launcher for GameCube &amp; Wii (USA) (Unl)</description>
+               <rom name="SD Media Launcher for GameCube &amp; Wii (USA) (Unl).iso" size="1459978240" crc="534963a9" md5="a4b65d0f5e1482f8b15ee99b1f309db6" sha1="9b84f5009bb04b86763330a316c74c0b2204d398"/>
+       </game>
+       <game name="Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.13)">
+               <category>Applications</category>
+               <description>Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.13)</description>
+               <rom name="Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.13).iso" size="1459978240" crc="23c778cb" md5="845f65cf401e3eb345f5b78060d34e4b" sha1="cd5a7b7fee072d0c8b74c8f1c8fa39415b614507"/>
+       </game>
+       <game name="Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin Event-you Disc (Japan)">
+               <category>Demos</category>
+               <description>Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin Event-you Disc (Japan)</description>
+               <rom name="Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin Event-you Disc (Japan).iso" size="1459978240" crc="915156c6" md5="afce7605c0e020404a4db4fd7fb0fb17" sha1="385e53afc96d6cf68cee972fbc6a6e54e338027c"/>
+       </game>
+       <game name="SD Media Launcher for GameCube &amp; Wii (Europe) (Unl)">
+               <category>Applications</category>
+               <description>SD Media Launcher for GameCube &amp; Wii (Europe) (Unl)</description>
+               <rom name="SD Media Launcher for GameCube &amp; Wii (Europe) (Unl).iso" size="1459978240" crc="26e2940f" md5="283c1a7c27cdd3c0ec66042521f6e6ce" sha1="96ff01cd1258a6958ba294bf72c4e192a138fe0a"/>
+       </game>
+       <game name="Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2005-09-22)">
+               <category>Preproduction</category>
+               <description>Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2005-09-22)</description>
+               <rom name="Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2005-09-22).iso" size="1459978240" crc="dbf1a4fe" md5="ce4102fc80480ce6e831d89e1206b3cc" sha1="731c18042fd87cc2044c16efc58db2a43cf1b7d8"/>
+       </game>
+       <game name="FIFA 2002 - Road to FIFA World Cup (Japan) (Jitsuen-you Sample)">
+               <category>Games</category>
+               <description>FIFA 2002 - Road to FIFA World Cup (Japan) (Jitsuen-you Sample)</description>
+               <rom name="FIFA 2002 - Road to FIFA World Cup (Japan) (Jitsuen-you Sample).iso" size="1459978240" crc="1b8a38df" md5="c5001c4a303e94fffee7ef3285dd3859" sha1="f9d7c5982a36bdf60c5bedf5d457a887bf1fd159"/>
+       </game>
+       <game name="Mr. Driller - Drill Land Event-you Disc (Japan)">
+               <category>Demos</category>
+               <description>Mr. Driller - Drill Land Event-you Disc (Japan)</description>
+               <rom name="Mr. Driller - Drill Land Event-you Disc (Japan).iso" size="1459978240" crc="fbe5427e" md5="d252000b8362781894d5c314cba0530f" sha1="943947f908a03f946b0bb6733fdf77cb3e44d513"/>
+       </game>
+</datafile>
diff --git a/redump_dat/Nintendo - Wii.dat b/redump_dat/Nintendo - Wii.dat
new file mode 100644 (file)
index 0000000..3ce4fdf
--- /dev/null
@@ -0,0 +1,18913 @@
+<?xml version="1.0"?>
+<!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd">
+<datafile>
+       <header>
+               <name>Nintendo - Wii</name>
+               <description>Nintendo - Wii - Discs (3780) (2026-06-15 03-13-28)</description>
+               <version>2026-06-15 03-13-28</version>
+               <date>2026-06-15 03-13-28</date>
+               <author>redump.org</author>
+               <homepage>redump.org</homepage>
+               <url>http://redump.org/</url>
+       </header>
+       <game name="Metal Slug Anthology (USA)">
+               <category>Games</category>
+               <description>Metal Slug Anthology (USA)</description>
+               <rom name="Metal Slug Anthology (USA).iso" size="4699979776" crc="68ed804e" md5="16d7bab53fa02d4ddd61b47da66cef93" sha1="9c793e1283bed848a01b38fcaf64f395c1d2f72d"/>
+       </game>
+       <game name="Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 2)">
+               <category>Games</category>
+               <description>Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 2)</description>
+               <rom name="Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 2).iso" size="4699979776" crc="561faa52" md5="6bc055ad70656ae01e6540d052a03772" sha1="73942eb07eb92c135c92ec3917a588db0601e9b9"/>
+       </game>
+       <game name="Wii Play (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Play (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Play (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="c57946de" md5="a76b3c2a813084dac0c8556291244139" sha1="36563b60cb2fd0b5bf87550f458dcbff65268565"/>
+       </game>
+       <game name="Monster 4x4 - World Circuit (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster 4x4 - World Circuit (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster 4x4 - World Circuit (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="39304784" md5="cfc37bb8842324cb89d8ca9e30c7bda7" sha1="aaeff882f8d18273607ee8ec06b1eabff95fd9b1"/>
+       </game>
+       <game name="Link's Crossbow Training (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Link's Crossbow Training (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Link's Crossbow Training (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="98d41086" md5="eb15265dc42a5963b1a581aa4f09ed90" sha1="80ad2d15078bce3e41dcb0b6e57825824dba390e"/>
+       </game>
+       <game name="Legend of Zelda, The - Twilight Princess (USA)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Twilight Princess (USA)</description>
+               <rom name="Legend of Zelda, The - Twilight Princess (USA).iso" size="4699979776" crc="a1bc9066" md5="25003a3e3666edf79c99080be9083b34" sha1="e45f35bef5a5949539ac3cabfc231e97ee9343cf"/>
+       </game>
+       <game name="Wii Sports (USA)">
+               <category>Games</category>
+               <description>Wii Sports (USA)</description>
+               <rom name="Wii Sports (USA).iso" size="4699979776" crc="349b6f28" md5="8342bb2164a482e7f98d8945d94ccc7e" sha1="7f806af5116a5bf71a8dd5ff01de3deed4173c6d"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="b38e8f16" md5="63601882e426041e0375c4e3f5adec27" sha1="7bb35b76bbac7131bdb3eddbaeb9214ca2d58b6f"/>
+       </game>
+       <game name="Samurai Warriors - Katana (USA)">
+               <category>Games</category>
+               <description>Samurai Warriors - Katana (USA)</description>
+               <rom name="Samurai Warriors - Katana (USA).iso" size="4699979776" crc="1a87601a" md5="0d7b072643999f9e951077ed3f9e226c" sha1="50e8362c3fc4621bd08b5605a8f53ee3cc5020be"/>
+       </game>
+       <game name="Mario &amp; Sonic at the Olympic Games (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at the Olympic Games (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario &amp; Sonic at the Olympic Games (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3b2cd909" md5="f21322e29f285c6a40f854c4fab6c03c" sha1="9ea5a7617f2b0096b2b2fec4dd6dea51d060570d"/>
+       </game>
+       <game name="Mario Party 8 (Europe, Australia) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Party 8 (Europe, Australia) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Mario Party 8 (Europe, Australia) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="dfe8361a" md5="a80fe065339638c73b260af7409ada57" sha1="fe4688283c9d2b7d76fda13ed991afdcacf182cd"/>
+       </game>
+       <game name="Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2ff3ea46" md5="864f3e3f46ca1fdea8e88971fadbcde8" sha1="244c21c8f4ea8201bbd58cb10fedfd0ca15be451"/>
+       </game>
+       <game name="Super Mario Galaxy (Japan)">
+               <category>Games</category>
+               <description>Super Mario Galaxy (Japan)</description>
+               <rom name="Super Mario Galaxy (Japan).iso" size="4699979776" crc="9cdb7505" md5="de205dd5e379f5bd2e0fcea8cae9497b" sha1="ebbeb06a222efd78846254bc829f411d0987db99"/>
+       </game>
+       <game name="Sonic Unleashed (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Unleashed (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Unleashed (USA) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="698738ac" md5="2ff85c46143c86922ab68061097ced34" sha1="e3f792b613ff82f2adde06329a0c1b179be4091d"/>
+       </game>
+       <game name="Wii Sports (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Sports (USA) (Rev 1)</description>
+               <rom name="Wii Sports (USA) (Rev 1).iso" size="4699979776" crc="7335fb54" md5="b6d6d751d4cad1880bee742594af6f76" sha1="316f73eb9276318f86d28731e7ccdbe17413011c"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids 2 (USA) (En,Fr,Es)</description>
+               <rom name="Rayman - Raving Rabbids 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="053ea2bc" md5="7e2500880bdcbac4e8781bbe038fd46b" sha1="265440d5d2a26c9301e009de72d8d69891e55a26"/>
+       </game>
+       <game name="Super Smash Bros. Brawl (USA, Canada) (Rev 2)">
+               <category>Games</category>
+               <description>Super Smash Bros. Brawl (USA, Canada) (Rev 2)</description>
+               <rom name="Super Smash Bros. Brawl (USA, Canada) (Rev 2).iso" size="8511160320" crc="854b2889" md5="52ce7160ced2505ad5e397477d0ea4fe" sha1="59432f150bf6b871ab378bb5b28e92005e0862f6"/>
+       </game>
+       <game name="Mario Kart Wii (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mario Kart Wii (USA) (En,Fr,Es)</description>
+               <rom name="Mario Kart Wii (USA) (En,Fr,Es).iso" size="4699979776" crc="0cc7b4d5" md5="bb7f2c926cbcdee65e2a48b7002a52ea" sha1="9faca97115fb267c1b8a4d8a05fb22f42a904733"/>
+       </game>
+       <game name="Mario Party 8 (USA, Asia) (Rev 2)">
+               <category>Games</category>
+               <description>Mario Party 8 (USA, Asia) (Rev 2)</description>
+               <rom name="Mario Party 8 (USA, Asia) (Rev 2).iso" size="4699979776" crc="50829c66" md5="944c3f7db81170c9d86fc73dab1da24b" sha1="f00bfeead8de26504571d30e83a0b84ea8c38c21"/>
+       </game>
+       <game name="Marvel - Ultimate Alliance (USA)">
+               <category>Games</category>
+               <description>Marvel - Ultimate Alliance (USA)</description>
+               <rom name="Marvel - Ultimate Alliance (USA).iso" size="4699979776" crc="ef65090d" md5="2fac0df64c76b9d4318b70eaa8ebb4c0" sha1="48fce0eba687118adcf1703fb66350462754de15"/>
+       </game>
+       <game name="Metroid Prime 3 - Corruption (USA)">
+               <category>Games</category>
+               <description>Metroid Prime 3 - Corruption (USA)</description>
+               <rom name="Metroid Prime 3 - Corruption (USA).iso" size="4699979776" crc="e6b6f1dd" md5="6a6fc8eb6873f80c5d240b0e89f8518c" sha1="c6c5a57b8e55104fa197d91ea8a89c34b04d3120"/>
+       </game>
+       <game name="Prince of Persia - Rival Swords (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Prince of Persia - Rival Swords (USA) (En,Fr,Es)</description>
+               <rom name="Prince of Persia - Rival Swords (USA) (En,Fr,Es).iso" size="4699979776" crc="7cd51cbd" md5="4ed9e1be2f24fbb59e6d2f56c6b61ba0" sha1="82d8d217d392b87d8e2ad5f9c456b7a96a9a9709"/>
+       </game>
+       <game name="Rayman - Raving Rabbids (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids (USA) (En,Fr,Es)</description>
+               <rom name="Rayman - Raving Rabbids (USA) (En,Fr,Es).iso" size="4699979776" crc="d9cc8f7c" md5="821581e806ebe25f867c4003087fbb0c" sha1="bfbbbae29da89fc593796e80243e43e8aa19232f"/>
+       </game>
+       <game name="Simpsons Game, The (USA)">
+               <category>Games</category>
+               <description>Simpsons Game, The (USA)</description>
+               <rom name="Simpsons Game, The (USA).iso" size="4699979776" crc="6cd0e501" md5="4780e6bd68caae9ed0a169b78b0ae1d3" sha1="febbed33ead6e32fd1ba9464d90d0ea4e3f64b3b"/>
+       </game>
+       <game name="Super Mario Galaxy (USA, Canada) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Super Mario Galaxy (USA, Canada) (En,Fr,Es)</description>
+               <rom name="Super Mario Galaxy (USA, Canada) (En,Fr,Es).iso" size="4699979776" crc="1047de4c" md5="f99a97f9ae4dccd1db45e9aaab9cebd8" sha1="a36105c9fbfff6041dc5babf4318c6a216ad470a"/>
+       </game>
+       <game name="Tatsunoko vs. Capcom - Cross Generation of Heroes (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Tatsunoko vs. Capcom - Cross Generation of Heroes (Japan) (Rev 1)</description>
+               <rom name="Tatsunoko vs. Capcom - Cross Generation of Heroes (Japan) (Rev 1).iso" size="4699979776" crc="a3aebee5" md5="e6b7732aaf80586dca871ed128fb3411" sha1="ea1c005160c16bad5c9006db0fb57d7ad701ad14"/>
+       </game>
+       <game name="Metroid Prime 3 - Corruption (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metroid Prime 3 - Corruption (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Metroid Prime 3 - Corruption (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ba6a0568" md5="f4c734a1e191c45e9ac037d92e14485d" sha1="1fb2a7ae44f97f9a380368717d26b01e9b272159"/>
+       </game>
+       <game name="Super Mario Galaxy (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Mario Galaxy (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Super Mario Galaxy (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="0aeffd47" md5="a8c962d1922f7521dc4b07348e4e8a51" sha1="4ad985eb39b6f60be00a44c3a41bc3ed31b083c2"/>
+       </game>
+       <game name="WarioWare - Smooth Moves (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WarioWare - Smooth Moves (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="WarioWare - Smooth Moves (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e9482d2d" md5="d9ad8fafac267b989627cbb0f3907364" sha1="88ab8b4cad0b3ad4834d8d1ab7232707910f0dbe"/>
+       </game>
+       <game name="Wii Sports (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Sports (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Sports (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="87bded9d" md5="8f45c4f518719a7e8b0eeacd044f4d2d" sha1="9ec91a82c2e1d095856bc15c56b747820d2a7a0b"/>
+       </game>
+       <game name="Mario Party 8 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Party 8 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Party 8 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c0621009" md5="5030e8dfbc5e0c71a70898cb648f5d3c" sha1="902286817d0fd5cd63f5d6ff253dd78c839b12f2"/>
+       </game>
+       <game name="Deal or No Deal (USA)">
+               <category>Games</category>
+               <description>Deal or No Deal (USA)</description>
+               <rom name="Deal or No Deal (USA).iso" size="4699979776" crc="6d459a08" md5="0751202ebe06a0b1519f68d1700afc2a" sha1="73f5c30eeb81b95e3b7ec24ccdc2b02d55f4d3df"/>
+       </game>
+       <game name="Wii Play (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Play (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Wii Play (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="18d23a50" md5="c841cfee2061d56b04439b8106baabb6" sha1="d3aa819a58dee297a2bbe035e4a170d2676e96c5"/>
+       </game>
+       <game name="Ookami (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Ookami (Europe) (En,Fr,De)</description>
+               <rom name="Ookami (Europe) (En,Fr,De).iso" size="4699979776" crc="cc823c96" md5="86b621b0dce79d6397d5f9bb2fe90a22" sha1="03c5ffdc55ca9af4f35410d5e645cd716fa906ca"/>
+       </game>
+       <game name="Wii Sports (Europe, Australia) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Sports (Europe, Australia) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Wii Sports (Europe, Australia) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="7210d7b5" md5="197fa7bd7a4abc0c761057402ce194f1" sha1="3ef6ffe45ea5c05b8c02171282819a3c4fdde4b5"/>
+       </game>
+       <game name="Crash of the Titans (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Crash of the Titans (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Crash of the Titans (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="9ecd7c38" md5="1bcd3a96b35ee0df45ec3373df41b0a0" sha1="378a9e6b41512e0706c460ddd8fa1105e8c42ab6"/>
+       </game>
+       <game name="Mario Kart Wii (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Kart Wii (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Kart Wii (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="3a70d78b" md5="e7b1ff1fabb0789482ce2cb0661d986e" sha1="4fde5ce38d68f632d92c5b0d52bbab0b1d355a95"/>
+       </game>
+       <game name="Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0448eff4" md5="e5d27cf0a25bef4c6c207a927b39c48e" sha1="01dfdc438636ad885b3d766f8b6af053ab29045e"/>
+       </game>
+       <game name="Guitar Hero - Aerosmith (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guitar Hero - Aerosmith (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guitar Hero - Aerosmith (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1d182535" md5="d3be83f8c8f031a2d7e4dfabc0bc2f6c" sha1="cc26205e1c6b9d088e930c84369433fa9f74e734"/>
+       </game>
+       <game name="Disney High School Musical - Sing It! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney High School Musical - Sing It! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney High School Musical - Sing It! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ba194fc6" md5="157858678781d1cb65f5649ca20355cf" sha1="2f0bad7724e9b0097ed6ef875957b6c549194888"/>
+       </game>
+       <game name="Castlevania Judgment (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Castlevania Judgment (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Castlevania Judgment (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="40857c4c" md5="4b1aa6ad15247671c15e996356e0ecee" sha1="a5d94c2ca474424fa7f281fb66a14688b9d2686d"/>
+       </game>
+       <game name="Super Smash Bros. Brawl (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Super Smash Bros. Brawl (USA) (Rev 1)</description>
+               <rom name="Super Smash Bros. Brawl (USA) (Rev 1).iso" size="8511160320" crc="7d5228c6" md5="d18726e6dfdc8bdbdad540b561051087" sha1="0e95949ac585f357e79fcd34b20670b5dca97ac2"/>
+       </game>
+       <game name="Trauma Center - Second Opinion (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Trauma Center - Second Opinion (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Trauma Center - Second Opinion (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="cba4c93f" md5="16119b96d5c60500d5e49b1dda79009e" sha1="dd1ac732543918dcd7e9e66a97c8ab57ec4da7f3"/>
+       </game>
+       <game name="Chronicles of Narnia, The - Prince Caspian (Europe) (De,It)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - Prince Caspian (Europe) (De,It)</description>
+               <rom name="Chronicles of Narnia, The - Prince Caspian (Europe) (De,It).iso" size="4699979776" crc="afb6c651" md5="ead691bb61beadba4003a7f24914614b" sha1="0ebc466a2e5fc461b98447db16199fbe88788c69"/>
+       </game>
+       <game name="Super Paper Mario (USA)">
+               <category>Games</category>
+               <description>Super Paper Mario (USA)</description>
+               <rom name="Super Paper Mario (USA).iso" size="4699979776" crc="ebdcbdae" md5="fe441d77d5cb9a7f01de954e84e6ca49" sha1="441c05ddd378ced5ef3b0f610a20f9a499f75ab0"/>
+       </game>
+       <game name="Resident Evil 4 - Wii Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil 4 - Wii Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Resident Evil 4 - Wii Edition (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f24511ae" md5="7937da542499a4846419d7536b131e9b" sha1="4209013a05e6d8bcaff2241ac4e727c043d3cb66"/>
+       </game>
+       <game name="Let's Tap (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Tap (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Tap (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f9a81e57" md5="e5a623eb44a307dad99f7f6c4f1130ff" sha1="30dea45cd0fc5db699e1330d58c7a01c46f70ada"/>
+       </game>
+       <game name="Coraline (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Coraline (USA) (En,Fr,Es)</description>
+               <rom name="Coraline (USA) (En,Fr,Es).iso" size="4699979776" crc="4d22bc5a" md5="89095f684c98a81a41750f60112906a0" sha1="476c16a3f741001a08b2eb33edeb6f02c2e5f061"/>
+       </game>
+       <game name="Call of Duty - World at War (USA)">
+               <category>Games</category>
+               <description>Call of Duty - World at War (USA)</description>
+               <rom name="Call of Duty - World at War (USA).iso" size="4699979776" crc="1fb5fa99" md5="62e9b3bb03d91471fbad890244172843" sha1="0fa4cab1e42f9c5b6ea743c758898ff3ba30210b"/>
+       </game>
+       <game name="Alone in the Dark (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Alone in the Dark (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Alone in the Dark (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="5726d71a" md5="af224b980afd8637473e2b33e1a2eeab" sha1="97314fd611475cb6530e6d386fc3124efc426e23"/>
+       </game>
+       <game name="Top Spin 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Top Spin 3 (USA) (En,Fr,Es)</description>
+               <rom name="Top Spin 3 (USA) (En,Fr,Es).iso" size="4699979776" crc="b804a332" md5="352c1047aa91adbc66a275d8331bbfcb" sha1="99482a31aff9867e7ca032af910f7ef38860c04f"/>
+       </game>
+       <game name="Red Steel (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Red Steel (USA) (En,Fr,Es)</description>
+               <rom name="Red Steel (USA) (En,Fr,Es).iso" size="4699979776" crc="3f33c77a" md5="fd4cd9260cd9d2aa52968bb64abec8e1" sha1="71b0bf94847a79af9bdc2095fb7d1a3561981a11"/>
+       </game>
+       <game name="Mario Strikers Charged (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Strikers Charged (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Mario Strikers Charged (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="99814bef" md5="edb27cb204cc18959528b15c1450c356" sha1="4b6789a71069f131132f5f6b4a4150f9781f5a18"/>
+       </game>
+       <game name="Conduit, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Conduit, The (USA) (En,Fr,Es)</description>
+               <rom name="Conduit, The (USA) (En,Fr,Es).iso" size="4699979776" crc="5b1d3809" md5="618c877e6f4087e5b5e1a1deca1a0507" sha1="d557b7123dc6e58f1f1ec9de164fb6b70a2440a7"/>
+       </game>
+       <game name="Monopoly (USA, Canada) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monopoly (USA, Canada) (En,Fr,Es)</description>
+               <rom name="Monopoly (USA, Canada) (En,Fr,Es).iso" size="4699979776" crc="875a49d6" md5="e0e8a12d7b191de05433793418865706" sha1="89995b443ef346829a6e6df082e252c49434ac49"/>
+       </game>
+       <game name="Trivial Pursuit (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Trivial Pursuit (USA) (En,Fr)</description>
+               <rom name="Trivial Pursuit (USA) (En,Fr).iso" size="4699979776" crc="80298f12" md5="61b64accac6dc592440c53a4cceb64cb" sha1="746db89fc783ba548f279efc18f53e7e1f23e487"/>
+       </game>
+       <game name="Bigs, The (USA)">
+               <category>Games</category>
+               <description>Bigs, The (USA)</description>
+               <rom name="Bigs, The (USA).iso" size="4699979776" crc="d0e0c15f" md5="b3e6f84408d318a19573b6ecd8f3c41e" sha1="46c2195789309ab396ea131764230f7c54e74ad2"/>
+       </game>
+       <game name="Big Brain Academy - Wii Degree (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Big Brain Academy - Wii Degree (USA) (En,Fr,Es)</description>
+               <rom name="Big Brain Academy - Wii Degree (USA) (En,Fr,Es).iso" size="4699979776" crc="d0457e26" md5="238165ae6eac575890a1e59a132303fb" sha1="37896d2a60172695467d911e1d77d02f846a9856"/>
+       </game>
+       <game name="Wing Island (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wing Island (USA) (En,Fr,Es)</description>
+               <rom name="Wing Island (USA) (En,Fr,Es).iso" size="4699979776" crc="e79db704" md5="0aefe9a0b171085daf1944ec7459dfd4" sha1="5137a840dd996239e341b821f0b45655402c554c"/>
+       </game>
+       <game name="Castlevania Judgment (USA)">
+               <category>Games</category>
+               <description>Castlevania Judgment (USA)</description>
+               <rom name="Castlevania Judgment (USA).iso" size="4699979776" crc="b93695a9" md5="62ee1575ac6caf3e040115266cf67a8d" sha1="0843870e38c794a09173efd32634be17101ee3b9"/>
+       </game>
+       <game name="Speed Racer - The Videogame (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Speed Racer - The Videogame (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Speed Racer - The Videogame (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="ef4fbaf0" md5="d9f8c8949c9e18263ad8729ba6443bc7" sha1="21e8c30201c222636478b72842359e6097d00685"/>
+       </game>
+       <game name="Ben 10 - Alien Force (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ben 10 - Alien Force (USA) (En,Fr,Es)</description>
+               <rom name="Ben 10 - Alien Force (USA) (En,Fr,Es).iso" size="4699979776" crc="d4bd5ff9" md5="28852ed1110f601a7bba5dc2cfef9d56" sha1="36938b1245faf43528355e625eb2bb575d5c5e43"/>
+       </game>
+       <game name="Resident Evil 4 - Wii Edition (USA)">
+               <category>Games</category>
+               <description>Resident Evil 4 - Wii Edition (USA)</description>
+               <rom name="Resident Evil 4 - Wii Edition (USA).iso" size="4699979776" crc="19016866" md5="1235cb29693d7b52b63d60103a7d4f47" sha1="62218f84ac3ca545992fb34c537e4fd01efb9c46"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 08 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 08 (USA) (En,Fr)</description>
+               <rom name="Tiger Woods PGA Tour 08 (USA) (En,Fr).iso" size="4699979776" crc="ccde0cee" md5="108aa2b0e5c91931486e92061d9debbc" sha1="7e093628c957cacb4205d614a678dd5f49fa2139"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 07 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 07 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 07 (USA).iso" size="4699979776" crc="d475a248" md5="00aa570a9ead9e6eaf6156e82b2004e6" sha1="7f3b6341ebf52c69a02b29540797252fc4bb594d"/>
+       </game>
+       <game name="Overlord - Dark Legend (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Overlord - Dark Legend (USA) (En,Fr,Es)</description>
+               <rom name="Overlord - Dark Legend (USA) (En,Fr,Es).iso" size="4699979776" crc="68ce591f" md5="1d1603a0592e95d1760f361c3e44fd9c" sha1="9311e7b649e3e7fa6baa4aa730a05b75acb3f441"/>
+       </game>
+       <game name="Punch-Out!! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Punch-Out!! (USA) (En,Fr,Es)</description>
+               <rom name="Punch-Out!! (USA) (En,Fr,Es).iso" size="4699979776" crc="c1f5f0e4" md5="6d0e5884cac674ac50d132cb1f3aa762" sha1="0232f0c61285e9e810847f504b1c626f6a6d472a"/>
+       </game>
+       <game name="Alien Syndrome (USA)">
+               <category>Games</category>
+               <description>Alien Syndrome (USA)</description>
+               <rom name="Alien Syndrome (USA).iso" size="4699979776" crc="52fe88b3" md5="20f3e3e1629bbc41b78daa359ab9c306" sha1="b527073e130d64a81654221559c80e8dafae4e95"/>
+       </game>
+       <game name="Animal Crossing - City Folk (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Animal Crossing - City Folk (USA) (En,Fr,Es)</description>
+               <rom name="Animal Crossing - City Folk (USA) (En,Fr,Es).iso" size="4699979776" crc="2f468135" md5="732d7cddfd2f958d30b98ffeb72eeac4" sha1="a75c7389877b331a520803529798f909b0dd0122"/>
+       </game>
+       <game name="Bomberman Land (USA)">
+               <category>Games</category>
+               <description>Bomberman Land (USA)</description>
+               <rom name="Bomberman Land (USA).iso" size="4699979776" crc="b74e7962" md5="6b4ab0301aa224c5f91874c41f3dddf4" sha1="f3dc173f101703237316fbafef9dbc6882ec718a"/>
+       </game>
+       <game name="Call of Duty 3 (USA)">
+               <category>Games</category>
+               <description>Call of Duty 3 (USA)</description>
+               <rom name="Call of Duty 3 (USA).iso" size="4699979776" crc="f9b88f4d" md5="c674ee750f5217f1ddcb98e6404f7088" sha1="bc72b9d2f36912e9f73167cd6f03a96d41fa2357"/>
+       </game>
+       <game name="Cooking Mama - World Kitchen (USA)">
+               <category>Games</category>
+               <description>Cooking Mama - World Kitchen (USA)</description>
+               <rom name="Cooking Mama - World Kitchen (USA).iso" size="4699979776" crc="8f533a17" md5="27e784afb195ffe86708c0f156d8e434" sha1="a20d46df0cf6aef6dcb6b1858f3feb2efafee77a"/>
+       </game>
+       <game name="Resident Evil - The Umbrella Chronicles (USA)">
+               <category>Games</category>
+               <description>Resident Evil - The Umbrella Chronicles (USA)</description>
+               <rom name="Resident Evil - The Umbrella Chronicles (USA).iso" size="4699979776" crc="c1572f7f" md5="d25f7f58343886238a58e5c22830b449" sha1="ae52bca6e1a0bf90d8e91cb62fbfba7a9ba750f7"/>
+       </game>
+       <game name="Wii Play (USA)">
+               <category>Games</category>
+               <description>Wii Play (USA)</description>
+               <rom name="Wii Play (USA).iso" size="4699979776" crc="4df3d026" md5="175f13b59326738bc430e8302ad67934" sha1="dc2668746e7100a6034e9b89535bc1e2a4af9678"/>
+       </game>
+       <game name="Are You Smarter than a 5th Grader Make the Grade (USA)">
+               <category>Games</category>
+               <description>Are You Smarter than a 5th Grader Make the Grade (USA)</description>
+               <rom name="Are You Smarter than a 5th Grader Make the Grade (USA).iso" size="4699979776" crc="a8b7a9d3" md5="9b10ae1662fb732bdccd3011f6bcc2a1" sha1="c631b3645d9db94e568c23efcfd09ddf0580029f"/>
+       </game>
+       <game name="Godfather, The - Blackhand Edition (USA)">
+               <category>Games</category>
+               <description>Godfather, The - Blackhand Edition (USA)</description>
+               <rom name="Godfather, The - Blackhand Edition (USA).iso" size="4699979776" crc="6a4c8225" md5="aa5d1387b58c6313d6d330c1dfd6f7d9" sha1="81663c5fa6ae75b8e7ada713a6f30eb35c80b1a0"/>
+       </game>
+       <game name="We Ski (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>We Ski (USA) (En,Fr,Es)</description>
+               <rom name="We Ski (USA) (En,Fr,Es).iso" size="4699979776" crc="a90854cf" md5="fb5b8a4dfe460fe98e5e20030bec11a1" sha1="b5df2256c4ee611e7f831f5f6d7b6f7061bc929e"/>
+       </game>
+       <game name="Wii Music (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wii Music (USA) (En,Fr,Es)</description>
+               <rom name="Wii Music (USA) (En,Fr,Es).iso" size="4699979776" crc="59d46fe4" md5="ce0d062df2a18fcbb145e52634679ca6" sha1="50c784119b4e5cfed244a744183c9d5214227840"/>
+       </game>
+       <game name="Trauma Center - New Blood (USA) (En,Ja)">
+               <category>Games</category>
+               <description>Trauma Center - New Blood (USA) (En,Ja)</description>
+               <rom name="Trauma Center - New Blood (USA) (En,Ja).iso" size="4699979776" crc="1b9fc0a4" md5="4ece4485e318a2fa2aab5cbf5aab1b18" sha1="3778e0c4d0b74be925c894813c9f6e2c6078dda5"/>
+       </game>
+       <game name="Kororinpa - Marble Mania (USA)">
+               <category>Games</category>
+               <description>Kororinpa - Marble Mania (USA)</description>
+               <rom name="Kororinpa - Marble Mania (USA).iso" size="4699979776" crc="0caea4a9" md5="7697a6d5212b672845e6baa15d09fbc7" sha1="9c81ddd62396aad0cb2552d64fb0ac5d822ce571"/>
+       </game>
+       <game name="NASCAR Kart Racing (USA)">
+               <category>Games</category>
+               <description>NASCAR Kart Racing (USA)</description>
+               <rom name="NASCAR Kart Racing (USA).iso" size="4699979776" crc="898ef9d0" md5="f421a3a1303d9bc672fba503347924d2" sha1="998b8829e421ec33785311bd7932667bcb5dd08e"/>
+       </game>
+       <game name="No More Heroes (USA, Canada) (En,Fr,Es)">
+               <category>Games</category>
+               <description>No More Heroes (USA, Canada) (En,Fr,Es)</description>
+               <rom name="No More Heroes (USA, Canada) (En,Fr,Es).iso" size="4699979776" crc="4cf0ebe2" md5="6421acd04a9cb6781b1fd765701b7b20" sha1="a8a193fb32238aa64757b3439de9c8c58467bd48"/>
+       </game>
+       <game name="Boom Blox Bash Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Boom Blox Bash Party (USA) (En,Fr,Es)</description>
+               <rom name="Boom Blox Bash Party (USA) (En,Fr,Es).iso" size="4699979776" crc="cba13de6" md5="52d0a58b91908fcf1e6e4d85ff0f6efb" sha1="f1d8101814b16d9d2171b4f5fa291e069137471c"/>
+       </game>
+       <game name="Disney Think Fast (USA)">
+               <category>Games</category>
+               <description>Disney Think Fast (USA)</description>
+               <rom name="Disney Think Fast (USA).iso" size="4699979776" crc="2915f451" md5="ef8e6f4e439ac0578aa26b7c34a3ed67" sha1="997e25ff49ab707d6130ee6ef21bb9f7405afc36"/>
+       </game>
+       <game name="House of the Dead, The - Overkill (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>House of the Dead, The - Overkill (USA) (En,Fr,Es)</description>
+               <rom name="House of the Dead, The - Overkill (USA) (En,Fr,Es).iso" size="4699979776" crc="79a26ab2" md5="bc092d04e7ee32def5af8be1e7d98de6" sha1="53115d592e08e4f7c177d5335c031c33b2b00d7c"/>
+       </game>
+       <game name="Cruis'n (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cruis'n (USA) (En,Fr,Es)</description>
+               <rom name="Cruis'n (USA) (En,Fr,Es).iso" size="4699979776" crc="98f95a47" md5="7a8b3a4a08b5d0f3916162cd3c8eace1" sha1="ebb9822126d35362ab15407ccf2a54bd5209b6fd"/>
+       </game>
+       <game name="Rockstar Games Presents Table Tennis (USA)">
+               <category>Games</category>
+               <description>Rockstar Games Presents Table Tennis (USA)</description>
+               <rom name="Rockstar Games Presents Table Tennis (USA).iso" size="4699979776" crc="cb9ff51e" md5="9eac8756136f1f00ccab8f3f9f6e759d" sha1="33c0bdce435ec66be646a9fa916ebec2d92e2931"/>
+       </game>
+       <game name="De Blob (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>De Blob (USA) (En,Fr,Es)</description>
+               <rom name="De Blob (USA) (En,Fr,Es).iso" size="4699979776" crc="3cbe5131" md5="0a76fc53d7f4568fd3d00f7157ed8cd2" sha1="8de864abedd70440d318b7aea8ce6f5e0c4055c8"/>
+       </game>
+       <game name="We Ski &amp; Snowboard (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>We Ski &amp; Snowboard (USA) (En,Fr,Es)</description>
+               <rom name="We Ski &amp; Snowboard (USA) (En,Fr,Es).iso" size="4699979776" crc="5e4c07a2" md5="4e03e5cdf05000ce5c6e57c1b858eb1b" sha1="6c34b8f5b3165e7f5ed63dbd4cd0ee40e7a1077d"/>
+       </game>
+       <game name="Tomb Raider - Underworld (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tomb Raider - Underworld (USA) (En,Fr,Es)</description>
+               <rom name="Tomb Raider - Underworld (USA) (En,Fr,Es).iso" size="4699979776" crc="bd9696f2" md5="dc04df593e70d5e15cfe111a30d61749" sha1="c166185b367fa29cb263ecdb2186cc604ba38a06"/>
+       </game>
+       <game name="Sonic and the Secret Rings (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic and the Secret Rings (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic and the Secret Rings (USA) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="f8a19250" md5="0cd6c14b7d1fe86382a4c9137a5cda5c" sha1="e2476691d315567811dd7fc9380ba41798241807"/>
+       </game>
+       <game name="Sonic and the Black Knight (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic and the Black Knight (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic and the Black Knight (USA) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="d1aed6e5" md5="12b9892a5f26a903a1b3afa209718db1" sha1="d3e83bc9a7350b35e46836a35aef20146bd2a969"/>
+       </game>
+       <game name="Far Cry Vengeance (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Far Cry Vengeance (USA) (En,Fr,Es)</description>
+               <rom name="Far Cry Vengeance (USA) (En,Fr,Es).iso" size="4699979776" crc="76cc4f60" md5="76594f1c163f54dfd80e4043379814d9" sha1="edb2ea9b9404e535de0079723c6fa66e9a4a6b01"/>
+       </game>
+       <game name="LEGO Indiana Jones - The Original Adventures (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Indiana Jones - The Original Adventures (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Indiana Jones - The Original Adventures (USA) (En,Fr,Es).iso" size="4699979776" crc="0c1b363f" md5="d055f4e3e52a53424becf994ede70e08" sha1="6f1c22276e6f709dfcc2ffabc5f8a382fef8db44"/>
+       </game>
+       <game name="LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es).iso" size="4699979776" crc="8cb52573" md5="16789a916e0f6908356fcda74540faec" sha1="abbf2d8be682ec81877371a2bba13e02d74aa140"/>
+       </game>
+       <game name="MX vs. ATV Untamed (USA)">
+               <category>Games</category>
+               <description>MX vs. ATV Untamed (USA)</description>
+               <rom name="MX vs. ATV Untamed (USA).iso" size="4699979776" crc="a5a0ebda" md5="504b45a2637944f8a820783e3b37bbb8" sha1="c567f95bf25e9321652d03f6773da60bec694ff9"/>
+       </game>
+       <game name="NHL 2K9 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>NHL 2K9 (USA) (En,Fr,Es)</description>
+               <rom name="NHL 2K9 (USA) (En,Fr,Es).iso" size="4699979776" crc="361dbef0" md5="72c5d11e980d80154d8d30a1aef98586" sha1="57f9f33c239ba30aa849f79b1da15be0260cd00d"/>
+       </game>
+       <game name="Crash - Mind over Mutant (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Crash - Mind over Mutant (USA) (En,Fr)</description>
+               <rom name="Crash - Mind over Mutant (USA) (En,Fr).iso" size="4699979776" crc="ef37d3c4" md5="95c170f51dbfc394321f038fc6a27695" sha1="6f9ef9c6abdca4e9f43fa5dbe4bdf3360176b968"/>
+       </game>
+       <game name="Crash of the Titans (USA)">
+               <category>Games</category>
+               <description>Crash of the Titans (USA)</description>
+               <rom name="Crash of the Titans (USA).iso" size="4699979776" crc="e39282e1" md5="81f6784d95a4e9ff01818e79464b690b" sha1="705697e6a8c2f254af726eb5349d90010a88c654"/>
+       </game>
+       <game name="Carnival Games (USA)">
+               <category>Games</category>
+               <description>Carnival Games (USA)</description>
+               <rom name="Carnival Games (USA).iso" size="4699979776" crc="b5ad3c0d" md5="82bef1c81ef6534dcbb7b7ce86664ea5" sha1="bc3112b62e7bd3e63f1983fb3b437e334ec69366"/>
+       </game>
+       <game name="Pirates vs. Ninjas - Dodgeball (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pirates vs. Ninjas - Dodgeball (USA) (En,Fr,Es)</description>
+               <rom name="Pirates vs. Ninjas - Dodgeball (USA) (En,Fr,Es).iso" size="4699979776" crc="2f512300" md5="7a5b86aea8c1fe18636e2386a5b08737" sha1="a3688cf798bc6fb23b433f1ee78149453e6f9146"/>
+       </game>
+       <game name="Resident Evil Archives - Resident Evil (USA)">
+               <category>Games</category>
+               <description>Resident Evil Archives - Resident Evil (USA)</description>
+               <rom name="Resident Evil Archives - Resident Evil (USA).iso" size="4699979776" crc="1c1acdac" md5="6e738ceac7795b9bd14def905f7faa3c" sha1="2f2d1c3b0215dc0e7e4612d9579ea91693ea1ef1"/>
+       </game>
+       <game name="Hasbro Family Game Night (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night (USA) (En,Fr,Es)</description>
+               <rom name="Hasbro Family Game Night (USA) (En,Fr,Es).iso" size="4699979776" crc="610d87f0" md5="9a789aa3fc0198c070d45ba00a819298" sha1="4b26bbed1ef906570d2f1179d443c34080517b83"/>
+       </game>
+       <game name="Boom Blox (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Boom Blox (USA) (En,Fr,Es)</description>
+               <rom name="Boom Blox (USA) (En,Fr,Es).iso" size="4699979776" crc="7b15e8ce" md5="63d749ffdde0ab32dc69d535ef8f373e" sha1="80d87ee6cdd8323e28d023b8693645becb901d90"/>
+       </game>
+       <game name="Dead Rising - Chop Till You Drop (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dead Rising - Chop Till You Drop (USA) (En,Fr,Es)</description>
+               <rom name="Dead Rising - Chop Till You Drop (USA) (En,Fr,Es).iso" size="4699979776" crc="ce7386a8" md5="05c340b91cdc9073073862666bf20a8e" sha1="05ceb5be48be70466611e007e65c7bfa2bd2d2ec"/>
+       </game>
+       <game name="Donkey Kong - Barrel Blast (USA)">
+               <category>Games</category>
+               <description>Donkey Kong - Barrel Blast (USA)</description>
+               <rom name="Donkey Kong - Barrel Blast (USA).iso" size="4699979776" crc="04c2b1a6" md5="71abed92d7d92d05cd8e34de4bcf017e" sha1="684cb6c80ba0fe3fd665b65665bdfa167010e55c"/>
+       </game>
+       <game name="Fire Emblem - Radiant Dawn (USA)">
+               <category>Games</category>
+               <description>Fire Emblem - Radiant Dawn (USA)</description>
+               <rom name="Fire Emblem - Radiant Dawn (USA).iso" size="4699979776" crc="5843dd9b" md5="f23bc9391f2e5075d05bd08dd50cdf0e" sha1="7b8f509ee847b906a4a7eea97a6d67f832964ce4"/>
+       </game>
+       <game name="Disney G-Force (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney G-Force (USA) (En,Fr,Es)</description>
+               <rom name="Disney G-Force (USA) (En,Fr,Es).iso" size="4699979776" crc="10d9742b" md5="848ca4e6a9400ba5e322afe64544be5e" sha1="72d5a4f1817440de690480d7de1852640bd7cf1e"/>
+       </game>
+       <game name="Mario Power Tennis (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mario Power Tennis (USA) (En,Fr,Es)</description>
+               <rom name="Mario Power Tennis (USA) (En,Fr,Es).iso" size="4699979776" crc="8e838298" md5="3bc8110b208074e4b39193145d3a8e78" sha1="b3a03ef79f942cb95c5dff8bdb00393fb355da6c"/>
+       </game>
+       <game name="MLB Power Pros 2008 (USA)">
+               <category>Games</category>
+               <description>MLB Power Pros 2008 (USA)</description>
+               <rom name="MLB Power Pros 2008 (USA).iso" size="4699979776" crc="8a7e45ab" md5="b8799968c154c0f66200e36b9358c4d7" sha1="b56115682d9656088ea3193deff038e1a1108b41"/>
+       </game>
+       <game name="Spider-Man - Web of Shadows (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Spider-Man - Web of Shadows (USA) (En,Fr)</description>
+               <rom name="Spider-Man - Web of Shadows (USA) (En,Fr).iso" size="4699979776" crc="8e148031" md5="395422c97fb8b0a40402b563bee6985d" sha1="45c3173a582cc71803222555cd4e90b722a216fc"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 09 - All-Play (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 09 - All-Play (USA)</description>
+               <rom name="Tiger Woods PGA Tour 09 - All-Play (USA).iso" size="4699979776" crc="79263693" md5="4e6aaee5d82c162d0b315f375e52b8b8" sha1="2f23be813f11a80ace50b1491465b053035cf2fb"/>
+       </game>
+       <game name="Trauma Center - Second Opinion (USA)">
+               <category>Games</category>
+               <description>Trauma Center - Second Opinion (USA)</description>
+               <rom name="Trauma Center - Second Opinion (USA).iso" size="4699979776" crc="bee895ad" md5="217ebd710577b541cb15adaab3fa79ba" sha1="af121a056a4c8d7c9473bbd880d7049676b0f9df"/>
+       </game>
+       <game name="Samba de Amigo (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Samba de Amigo (USA) (En,Fr,Es)</description>
+               <rom name="Samba de Amigo (USA) (En,Fr,Es).iso" size="4699979776" crc="d872b529" md5="9f51b2ecce6fda6a6517533e1252403d" sha1="28e3d518aa1c098f3c21393aa3c07819ef524376"/>
+       </game>
+       <game name="Mad Dog McCree - Gunslinger Pack (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mad Dog McCree - Gunslinger Pack (USA) (En,Fr,Es)</description>
+               <rom name="Mad Dog McCree - Gunslinger Pack (USA) (En,Fr,Es).iso" size="4699979776" crc="fb60a4d8" md5="13efc11f388440c46e0a68c9c83c062b" sha1="38f81d136663f6ac90fbe7aaa0ba7d841e1aebb4"/>
+       </game>
+       <game name="Mushroom Men - The Spore Wars (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mushroom Men - The Spore Wars (USA) (En,Fr,Es)</description>
+               <rom name="Mushroom Men - The Spore Wars (USA) (En,Fr,Es).iso" size="4699979776" crc="2081dec5" md5="6854eff1558581c67b0c0597c516aabc" sha1="06609d42908f8911ecc579d790f646d7ef08bd43"/>
+       </game>
+       <game name="TMNT (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>TMNT (USA) (En,Fr,Es)</description>
+               <rom name="TMNT (USA) (En,Fr,Es).iso" size="4699979776" crc="194636cc" md5="4c9aa8e2ae4bceb3dd0e6b87de776a50" sha1="f9f75e3050a0fb0392ed03e7dc12362e0ffdd9a3"/>
+       </game>
+       <game name="Wario Land - Shake It! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wario Land - Shake It! (USA) (En,Fr,Es)</description>
+               <rom name="Wario Land - Shake It! (USA) (En,Fr,Es).iso" size="4699979776" crc="fccdd2cd" md5="9ee8421657db2ba03296a6acd02772b6" sha1="d9b06f17f7d7860ddc46cb3a1dcd6cb00b7d1017"/>
+       </game>
+       <game name="Nights - Journey of Dreams (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Nights - Journey of Dreams (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Nights - Journey of Dreams (USA) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="35af615a" md5="1dd7d7a20586c4714465ff7a7e46ffbe" sha1="6b977534de79d3c9b14663f327d047738db1d8bb"/>
+       </game>
+       <game name="Naruto - Clash of Ninja Revolution 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Naruto - Clash of Ninja Revolution 2 (USA) (En,Fr,Es)</description>
+               <rom name="Naruto - Clash of Ninja Revolution 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="eb279052" md5="b959d02591c33c9cc3e8f3df1692f0f4" sha1="0e1acc214f10c76c2f5cfe654dacc137eb4b0ba2"/>
+       </game>
+       <game name="Mummy, The - Tomb of the Dragon Emperor (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mummy, The - Tomb of the Dragon Emperor (USA) (En,Fr,Es)</description>
+               <rom name="Mummy, The - Tomb of the Dragon Emperor (USA) (En,Fr,Es).iso" size="4699979776" crc="ea6d3ff0" md5="a73fe347c8b7a88eaca80536a2c333dd" sha1="9b08f162ac96e2ceccac189dde51ef81bed87385"/>
+       </game>
+       <game name="SPRay (USA)">
+               <category>Games</category>
+               <description>SPRay (USA)</description>
+               <rom name="SPRay (USA).iso" size="4699979776" crc="9a24d056" md5="408a77920afb0c371f93a9ffb1a5e053" sha1="3a552f321420686f5e13412f704f0fbba47bcd52"/>
+       </game>
+       <game name="WarioWare - Smooth Moves (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>WarioWare - Smooth Moves (USA) (En,Fr,Es)</description>
+               <rom name="WarioWare - Smooth Moves (USA) (En,Fr,Es).iso" size="4699979776" crc="3ddee91c" md5="159aa59a44989385c3533cdcf06be132" sha1="fb20262f03b8dc72ebf79d94555630303e81c555"/>
+       </game>
+       <game name="Tenchu - Shadow Assassins (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tenchu - Shadow Assassins (USA) (En,Fr,Es)</description>
+               <rom name="Tenchu - Shadow Assassins (USA) (En,Fr,Es).iso" size="4699979776" crc="95e68658" md5="c73a5bd3ddb0a7420e5101146260d63f" sha1="fa0e4699195d2221068beed63da3c6d882f803c4"/>
+       </game>
+       <game name="Soulcalibur Legends (USA)">
+               <category>Games</category>
+               <description>Soulcalibur Legends (USA)</description>
+               <rom name="Soulcalibur Legends (USA).iso" size="4699979776" crc="c61d7423" md5="d5167f28453f55b532b14e6c40fa2def" sha1="a17c5b250695128263e7c5c844eefb91ec448b30"/>
+       </game>
+       <game name="Super Monkey Ball - Banana Blitz (USA)">
+               <category>Games</category>
+               <description>Super Monkey Ball - Banana Blitz (USA)</description>
+               <rom name="Super Monkey Ball - Banana Blitz (USA).iso" size="4699979776" crc="ad99f707" md5="0043d80c3d70f90787522adb7cb6fdf1" sha1="8489e61fc7af5c42478649371ff0eb9d94120b68"/>
+       </game>
+       <game name="Onechanbara - Bikini Zombie Slayers (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Onechanbara - Bikini Zombie Slayers (USA) (En,Fr)</description>
+               <rom name="Onechanbara - Bikini Zombie Slayers (USA) (En,Fr).iso" size="4699979776" crc="a9d9dc47" md5="f9c82717183d15d3e4a80452af0b31b3" sha1="bcfcf64aefad56959a0051d790a6a36679c08e20"/>
+       </game>
+       <game name="MySims Racing (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MySims Racing (USA) (En,Fr,Es)</description>
+               <rom name="MySims Racing (USA) (En,Fr,Es).iso" size="4699979776" crc="c550bee8" md5="58f473117529bbdb9cdb600467c00164" sha1="0a27731edbfa106bcf78a7961b25cfd13d720b01"/>
+       </game>
+       <game name="Mario Party 8 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Party 8 (USA) (Rev 1)</description>
+               <rom name="Mario Party 8 (USA) (Rev 1).iso" size="4699979776" crc="4d63d260" md5="a2feb2d57ec670615ac9f1d13e1db49b" sha1="2252edd39961d3de9cf8ce529b721856960b8715"/>
+       </game>
+       <game name="Harry Potter and the Half-Blood Prince (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Harry Potter and the Half-Blood Prince (USA) (En,Fr,Es)</description>
+               <rom name="Harry Potter and the Half-Blood Prince (USA) (En,Fr,Es).iso" size="4699979776" crc="10cff2c0" md5="c7d3877c2a53680122fe070536439c14" sha1="daabe265ffb20753fec7f13f013513795e26ece9"/>
+       </game>
+       <game name="Grand Slam Tennis (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Grand Slam Tennis (USA) (En,Fr)</description>
+               <rom name="Grand Slam Tennis (USA) (En,Fr).iso" size="4699979776" crc="45109b54" md5="b524c6550977b93e7ef5a5b82283f565" sha1="cf69325c740e8a2ee80ad62e1c1780eb6bceac46"/>
+       </game>
+       <game name="Ghostbusters - The Video Game (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Ghostbusters - The Video Game (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Ghostbusters - The Video Game (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="a6539a7a" md5="f47a1b56cebfb062a373ff8ec581fac2" sha1="10246d33ca4adf24917835ab45bc3397f617522c"/>
+       </game>
+       <game name="MySims (USA, Canada) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MySims (USA, Canada) (En,Fr,Es)</description>
+               <rom name="MySims (USA, Canada) (En,Fr,Es).iso" size="4699979776" crc="ff1bdcd1" md5="d66072f70cf5cc138e16a1c8346786db" sha1="d772a1ec72d6f9d5a89022ad11a593da74c566cf"/>
+       </game>
+       <game name="Mario &amp; Sonic at the Olympic Games (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at the Olympic Games (USA) (En,Fr,Es)</description>
+               <rom name="Mario &amp; Sonic at the Olympic Games (USA) (En,Fr,Es).iso" size="4699979776" crc="f9b76d37" md5="13e3bef2d959feb9c01a3751688508cc" sha1="009a4dd406e165091079df165b0b1fd849b89493"/>
+       </game>
+       <game name="Legend of Spyro, The - Dawn of the Dragon (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - Dawn of the Dragon (USA) (En,Fr,Es)</description>
+               <rom name="Legend of Spyro, The - Dawn of the Dragon (USA) (En,Fr,Es).iso" size="4699979776" crc="f2fc1851" md5="ac19b11ca5d0e420d71bbcdce226e770" sha1="01be3d2896879d0d6603879e4e064632734c66a7"/>
+       </game>
+       <game name="Legend of Spyro, The - The Eternal Night (USA)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - The Eternal Night (USA)</description>
+               <rom name="Legend of Spyro, The - The Eternal Night (USA).iso" size="4699979776" crc="ab07b47c" md5="3a2bc8fd7456ae3cc4a3ff89ce259f2e" sha1="b6465e92cc92db32794e50c331ed8f462d584068"/>
+       </game>
+       <game name="Little King's Story (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Little King's Story (USA) (En,Fr,Es)</description>
+               <rom name="Little King's Story (USA) (En,Fr,Es).iso" size="4699979776" crc="4c3ba3c6" md5="17d17adcbe65a5c26e868b55be26234c" sha1="59ea4417c87c166ec04b9aedf1aedc443ef8076e"/>
+       </game>
+       <game name="CSI - Crime Scene Investigation - Hard Evidence (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>CSI - Crime Scene Investigation - Hard Evidence (USA) (En,Fr,Es)</description>
+               <rom name="CSI - Crime Scene Investigation - Hard Evidence (USA) (En,Fr,Es).iso" size="4699979776" crc="2aea9784" md5="43e2abbd083ef68b530cd6c2f7446b7f" sha1="83b2098d68338bc0f51643d513961af6a9e35dfa"/>
+       </game>
+       <game name="We Love Golf! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>We Love Golf! (USA) (En,Fr,Es)</description>
+               <rom name="We Love Golf! (USA) (En,Fr,Es).iso" size="4699979776" crc="a680c023" md5="30fac42c13f467006d7c84d830e532e6" sha1="8a2f83eeb771248f807d70e213b2f18b6c8c0204"/>
+       </game>
+       <game name="Tony Hawk's Downhill Jam (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Downhill Jam (USA)</description>
+               <rom name="Tony Hawk's Downhill Jam (USA).iso" size="4699979776" crc="69d90dc8" md5="7f89885ff73b29cdcfec396685b3e7c2" sha1="1d57e5a2142ec026efd7b14140051e069236db84"/>
+       </game>
+       <game name="House of the Dead 2 &amp; 3 Return, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>House of the Dead 2 &amp; 3 Return, The (USA) (En,Fr,Es)</description>
+               <rom name="House of the Dead 2 &amp; 3 Return, The (USA) (En,Fr,Es).iso" size="4699979776" crc="804280c2" md5="4b88e836aa6140d132557d26e418e1f6" sha1="95e7b687caf0a2a68d429f598b33f71736837ae4"/>
+       </game>
+       <game name="Klonoa (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Klonoa (USA) (En,Fr,Es)</description>
+               <rom name="Klonoa (USA) (En,Fr,Es).iso" size="4699979776" crc="e58dfea0" md5="0f6608247c6f96de6dbd33d04e979033" sha1="9f1546fdcc0c548528c9d74cf58fc4dd990a28ae"/>
+       </game>
+       <game name="SSX Blur (USA) (En,Fr)">
+               <category>Games</category>
+               <description>SSX Blur (USA) (En,Fr)</description>
+               <rom name="SSX Blur (USA) (En,Fr).iso" size="4699979776" crc="14540d82" md5="df20f4a1da0ada886ae6833a880b0c22" sha1="726084c129d0b24c7c93c179697f21bc68200c95"/>
+       </game>
+       <game name="LEGO Batman - The Videogame (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Batman - The Videogame (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Batman - The Videogame (USA) (En,Fr,Es).iso" size="4699979776" crc="0994f546" md5="801d9722e4d61df0fdd9f35a9a5d91f7" sha1="4839d37135944c1ac9baa8a7800666896f2414a0"/>
+       </game>
+       <game name="Sonic Riders - Zero Gravity (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Riders - Zero Gravity (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Riders - Zero Gravity (USA) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="675f9e22" md5="1da7ec409fcb5f2592a5b9bb15b0e4b3" sha1="6baf5844f7433d187de2c584a349fec348d6c592"/>
+       </game>
+       <game name="Monster 4x4 - World Circuit (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster 4x4 - World Circuit (USA) (En,Fr,Es)</description>
+               <rom name="Monster 4x4 - World Circuit (USA) (En,Fr,Es).iso" size="4699979776" crc="213f5f8e" md5="e9cca5830a96fb28f1a559d676b94c5d" sha1="bb7127bb76b14354a5cbc730e7d3ddb935ea3933"/>
+       </game>
+       <game name="Pikmin (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pikmin (USA) (En,Fr,Es)</description>
+               <rom name="Pikmin (USA) (En,Fr,Es).iso" size="4699979776" crc="4f34ddc2" md5="092f509fdd7370903ab2c3e993e1ae3c" sha1="abdef200f685aa5f38d14633a837a01ca3b9e8c1"/>
+       </game>
+       <game name="Sam &amp; Max - Season One (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sam &amp; Max - Season One (USA) (En,Fr,Es)</description>
+               <rom name="Sam &amp; Max - Season One (USA) (En,Fr,Es).iso" size="4699979776" crc="197c96f2" md5="2e59c46365a893fb32bd3315817e8550" sha1="bac2e65fd29bf58acacf449c397f1e3521dcf55b"/>
+       </game>
+       <game name="Sega Superstars Tennis (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sega Superstars Tennis (USA) (En,Fr,Es)</description>
+               <rom name="Sega Superstars Tennis (USA) (En,Fr,Es).iso" size="4699979776" crc="9a1f1697" md5="c0e8f141133a97e5065694fdb45c11ea" sha1="3ac9e0041250d6c87b7c979e5635707cfeafaaaf"/>
+       </game>
+       <game name="SimAnimals (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>SimAnimals (USA) (En,Fr,Es)</description>
+               <rom name="SimAnimals (USA) (En,Fr,Es).iso" size="4699979776" crc="826c40ec" md5="e995bce8aea07d8a844880121e7b3664" sha1="4770275a8c789c2ab35b210a46ac2d5e6851396c"/>
+       </game>
+       <game name="Smarty Pants - Trivia Fun for Everyone! (USA)">
+               <category>Games</category>
+               <description>Smarty Pants - Trivia Fun for Everyone! (USA)</description>
+               <rom name="Smarty Pants - Trivia Fun for Everyone! (USA).iso" size="4699979776" crc="f54477ac" md5="92e16df85174b1e91d841c80413f2c66" sha1="3a8dba5bb43bf46102313f79c2f80c34d5008e13"/>
+       </game>
+       <game name="Legend of Zelda, The - Twilight Princess (USA, Canada) (En,Fr,Es) (Rev 2)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Twilight Princess (USA, Canada) (En,Fr,Es) (Rev 2)</description>
+               <rom name="Legend of Zelda, The - Twilight Princess (USA, Canada) (En,Fr,Es) (Rev 2).iso" size="4699979776" crc="b5825844" md5="70946e09da8f0bb218bb3b3542953d63" sha1="e9f9b22fee0d1e3be46fa01b7189d390f51c7f87"/>
+       </game>
+       <game name="Big Beach Sports (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Big Beach Sports (USA) (En,Fr,Es)</description>
+               <rom name="Big Beach Sports (USA) (En,Fr,Es).iso" size="4699979776" crc="c6e0741c" md5="1a4b014a20dac8540fabe07c4c6ce987" sha1="9508b591b5541ca2d28871b72a3419ccb6daa4de"/>
+       </game>
+       <game name="Big League Sports - Summer (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Big League Sports - Summer (USA) (En,Fr)</description>
+               <rom name="Big League Sports - Summer (USA) (En,Fr).iso" size="4699979776" crc="ca541c84" md5="7cf9917d4d0ffb99bc4847785d5c85c7" sha1="3e087aec5c7a31308aaafb239045ae33d1f95e2e"/>
+       </game>
+       <game name="Blazing Angels - Squadrons of WWII (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Blazing Angels - Squadrons of WWII (USA) (En,Fr,Es)</description>
+               <rom name="Blazing Angels - Squadrons of WWII (USA) (En,Fr,Es).iso" size="4699979776" crc="49c49da2" md5="2b8f410ecee02ce5d3dfd053d760e98f" sha1="3aaa5213e5b2d26eb2ff784c4f05399d5250475e"/>
+       </game>
+       <game name="Cabela's Legendary Adventures (USA)">
+               <category>Games</category>
+               <description>Cabela's Legendary Adventures (USA)</description>
+               <rom name="Cabela's Legendary Adventures (USA).iso" size="4699979776" crc="6261f718" md5="8e5e2c93dcf781a5691b75d1e6063612" sha1="d3deefe4d9820f398f46cef1487310f9f2bc98e3"/>
+       </game>
+       <game name="Cabela's Trophy Bucks (USA)">
+               <category>Games</category>
+               <description>Cabela's Trophy Bucks (USA)</description>
+               <rom name="Cabela's Trophy Bucks (USA).iso" size="4699979776" crc="8b23a371" md5="1faa11d9e643b417aaf5ed9e7d3a82fe" sha1="4657b44db67b9753b1bf8b93b760699bf2f3d9c8"/>
+       </game>
+       <game name="Cooking Mama - Cook Off (USA)">
+               <category>Games</category>
+               <description>Cooking Mama - Cook Off (USA)</description>
+               <rom name="Cooking Mama - Cook Off (USA).iso" size="4699979776" crc="6e371e61" md5="425e07c59d25288afb37d00d781561ce" sha1="18d54ec5b8fe9d73cea81dc056130e2568136861"/>
+       </game>
+       <game name="Destroy All Humans! Big Willy Unleashed (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Destroy All Humans! Big Willy Unleashed (USA) (En,Fr)</description>
+               <rom name="Destroy All Humans! Big Willy Unleashed (USA) (En,Fr).iso" size="4699979776" crc="84c7a661" md5="8420577137d2e9dc2d8f2d656377c00c" sha1="fc3f284c652220e146c68cd729f09b93a447746d"/>
+       </game>
+       <game name="Transformers - Revenge of the Fallen (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Transformers - Revenge of the Fallen (USA) (En,Fr)</description>
+               <rom name="Transformers - Revenge of the Fallen (USA) (En,Fr).iso" size="4699979776" crc="f878f4e2" md5="93529e230a5e9b950d5c5f77b408c690" sha1="fdb04992b1ad7a49341358b6a1fac87a9aaa77cd"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es).iso" size="4699979776" crc="b7a08b7c" md5="494fb46106ba8820e21b227bcbdb68cf" sha1="429c74820c6cea4b462c2bfaf24743ac4b7861e0"/>
+       </game>
+       <game name="Manhunt 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Manhunt 2 (USA) (En,Fr,Es)</description>
+               <rom name="Manhunt 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="9a1554c5" md5="f8291f1fb37eb437d84e40cd5e1217a7" sha1="79f42f1a416da48e3345657d97dbcfabc4c30c73"/>
+       </game>
+       <game name="Need for Speed - ProStreet (USA)">
+               <category>Games</category>
+               <description>Need for Speed - ProStreet (USA)</description>
+               <rom name="Need for Speed - ProStreet (USA).iso" size="4699979776" crc="8ec321d0" md5="61a47fb111261221583a61f6ec8047de" sha1="c84e376a247911c6920ac3c61e13ba10bfde6660"/>
+       </game>
+       <game name="Super Swing Golf (USA)">
+               <category>Games</category>
+               <description>Super Swing Golf (USA)</description>
+               <rom name="Super Swing Golf (USA).iso" size="4699979776" crc="e09c87a4" md5="98fa619e6d247f1fbf134e5130eeaf9b" sha1="b29927e4fa61a3a4f9cb8c1c8da8b7b811bb1187"/>
+       </game>
+       <game name="Wonder World Amusement Park (USA)">
+               <category>Games</category>
+               <description>Wonder World Amusement Park (USA)</description>
+               <rom name="Wonder World Amusement Park (USA).iso" size="4699979776" crc="5e3672bd" md5="4777453167603f3b334c509badb39cf3" sha1="85c5614d4997a907e1b4a2e8751d54ccf84edeac"/>
+       </game>
+       <game name="Transformers - The Game (USA)">
+               <category>Games</category>
+               <description>Transformers - The Game (USA)</description>
+               <rom name="Transformers - The Game (USA).iso" size="4699979776" crc="fe2da7c3" md5="f443c8bd16344abb242299a7a131f7f5" sha1="527087e47e5253f0213ad4855a627fded1336a44"/>
+       </game>
+       <game name="Mario Super Sluggers (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mario Super Sluggers (USA) (En,Fr,Es)</description>
+               <rom name="Mario Super Sluggers (USA) (En,Fr,Es).iso" size="4699979776" crc="c4adc0a0" md5="77d12cb938f12365fc2e522afe408cbe" sha1="265a0897dde8192016c57a4236bc9b9bf57ab06c"/>
+       </game>
+       <game name="Indiana Jones and the Staff of Kings (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Indiana Jones and the Staff of Kings (USA) (En,Fr,Es)</description>
+               <rom name="Indiana Jones and the Staff of Kings (USA) (En,Fr,Es).iso" size="4699979776" crc="69d95c0e" md5="16cea398ffa8ff6ef6d7f3d916271080" sha1="23cf8684c04f97c95151912a8fd8051b072376a4"/>
+       </game>
+       <game name="Munchables, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Munchables, The (USA) (En,Fr,Es)</description>
+               <rom name="Munchables, The (USA) (En,Fr,Es).iso" size="4699979776" crc="ceb7f6b4" md5="9dbeedee64ee623b4cd8c4b3b5af08ab" sha1="5f0671f98d0c79c4f0aac6712c3953951ae62c47"/>
+       </game>
+       <game name="Incredible Hulk, The (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Incredible Hulk, The (USA) (En,Fr)</description>
+               <rom name="Incredible Hulk, The (USA) (En,Fr).iso" size="4699979776" crc="81fe4d56" md5="bdc0b9464145fd94f859ad3cb05b2bf6" sha1="35ec3951cd239182d774d94511d011200ff72e0f"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda - Legendary Warriors (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda - Legendary Warriors (USA) (En,Fr)</description>
+               <rom name="DreamWorks Kung Fu Panda - Legendary Warriors (USA) (En,Fr).iso" size="4699979776" crc="307c955c" md5="4b5b9bce046c9c51cd8dbba0444f552c" sha1="0f0126f580202c33f71f515bb45369765d2774b8"/>
+       </game>
+       <game name="007 - Quantum of Solace (USA) (En,Fr)">
+               <category>Games</category>
+               <description>007 - Quantum of Solace (USA) (En,Fr)</description>
+               <rom name="007 - Quantum of Solace (USA) (En,Fr).iso" size="4699979776" crc="12154a63" md5="607833438fd6b61de9fcf1381171fa05" sha1="dc4e3fb3c06f5a652076efb36c0bbb9dd3b7c447"/>
+       </game>
+       <game name="Battalion Wars 2 (USA)">
+               <category>Games</category>
+               <description>Battalion Wars 2 (USA)</description>
+               <rom name="Battalion Wars 2 (USA).iso" size="4699979776" crc="b8e6d7bd" md5="b2f5a32adbba7f7edaa8990d8f19edd9" sha1="c1c9f8336e7e04786dbee8c575181ebaa4979655"/>
+       </game>
+       <game name="Bully - Scholarship Edition (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Bully - Scholarship Edition (USA) (En,Fr,Es)</description>
+               <rom name="Bully - Scholarship Edition (USA) (En,Fr,Es).iso" size="4699979776" crc="d4b9002c" md5="18afd11722f8dd1b88e1678facc4bdca" sha1="09b41f744ddda2943f77dbdae97baa98e4e69bab"/>
+       </game>
+       <game name="MySims Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MySims Party (USA) (En,Fr,Es)</description>
+               <rom name="MySims Party (USA) (En,Fr,Es).iso" size="4699979776" crc="36e9a1be" md5="227a27f3db8ac2aa78d3908181d86da1" sha1="6c223e0f4f14793b378d73deb88315e29b2c95f5"/>
+       </game>
+       <game name="Nickelodeon SpongeBob's Atlantis SquarePantis (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob's Atlantis SquarePantis (USA)</description>
+               <rom name="Nickelodeon SpongeBob's Atlantis SquarePantis (USA).iso" size="4699979776" crc="6e150afe" md5="c131a5bf2ffb92c481333a2c0b1e14f4" sha1="2318475b18d370f8f248cc9e3943f673652db90c"/>
+       </game>
+       <game name="Elebits (USA)">
+               <category>Games</category>
+               <description>Elebits (USA)</description>
+               <rom name="Elebits (USA).iso" size="4699979776" crc="15699741" md5="2c9b3256a7eea4a8a99fe7ba9d1ba7f5" sha1="251d1a871b2461b80f57a7d8b4954032d9d1aa73"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (USA) (En,Fr)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (USA) (En,Fr).iso" size="4699979776" crc="7b5f65a5" md5="6f279a8d2a60109826c90f818dbc7751" sha1="99231e4764a73b9285b5390336d8206018377730"/>
+       </game>
+       <game name="Bigs 2, The (USA)">
+               <category>Games</category>
+               <description>Bigs 2, The (USA)</description>
+               <rom name="Bigs 2, The (USA).iso" size="4699979776" crc="43d7cfa8" md5="0c09d156fc0c4a61e5f936b783afffbb" sha1="09b63e581548df85599504d070b1183b174fbce8"/>
+       </game>
+       <game name="Nicktoons - Attack of the Toybots (USA)">
+               <category>Games</category>
+               <description>Nicktoons - Attack of the Toybots (USA)</description>
+               <rom name="Nicktoons - Attack of the Toybots (USA).iso" size="4699979776" crc="75a98c95" md5="5b27c3f480fb8568c0640102c6085c9b" sha1="29fd5b03690512400ffcd2c6268edeb8bb02c9e7"/>
+       </game>
+       <game name="Sims 2, The - Castaway (USA)">
+               <category>Games</category>
+               <description>Sims 2, The - Castaway (USA)</description>
+               <rom name="Sims 2, The - Castaway (USA).iso" size="4699979776" crc="01dedf3e" md5="79eb215b782878b6c450dd3166d7b93f" sha1="ad6781edbd9a30439042dfd0770cf1408ef44d5d"/>
+       </game>
+       <game name="Nick Jr. Go Diego Go! Safari Rescue (USA)">
+               <category>Games</category>
+               <description>Nick Jr. Go Diego Go! Safari Rescue (USA)</description>
+               <rom name="Nick Jr. Go Diego Go! Safari Rescue (USA).iso" size="4699979776" crc="4b3c3350" md5="761641cf3830937930fef543754bf426" sha1="2fb53727e01f331077b0a4e3f331dcbae240e4b2"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Last Airbender - Into the Inferno (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Last Airbender - Into the Inferno (USA)</description>
+               <rom name="Nickelodeon Avatar - The Last Airbender - Into the Inferno (USA).iso" size="4699979776" crc="c27c2445" md5="9e2ee27118a5b46643aecd75562f70aa" sha1="6ccb950fb2f32ba027d9ad070eed6742fe5b76f8"/>
+       </game>
+       <game name="X-Men Origins - Wolverine (USA) (En,Fr)">
+               <category>Games</category>
+               <description>X-Men Origins - Wolverine (USA) (En,Fr)</description>
+               <rom name="X-Men Origins - Wolverine (USA) (En,Fr).iso" size="4699979776" crc="de6b1538" md5="3d340acae88d39efe412f2ab323e031d" sha1="cfeb67dd351809f4cfbe24edae7b0b5a709e88d8"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 10 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 10 (USA) (Rev 1)</description>
+               <rom name="Tiger Woods PGA Tour 10 (USA) (Rev 1).iso" size="4699979776" crc="a1055ec6" md5="b99aa4d815bff8eea8bf63f22f7002c7" sha1="200e3b755f2fcd937d372d2393b60d14de91f5cf"/>
+       </game>
+       <game name="Bust-A-Move Bash! (USA)">
+               <category>Games</category>
+               <description>Bust-A-Move Bash! (USA)</description>
+               <rom name="Bust-A-Move Bash! (USA).iso" size="4699979776" crc="ef75b035" md5="47d03649883df10d89920b6ff171153d" sha1="4db6f6a4225cabdc261d1b087189e6c387ee3799"/>
+       </game>
+       <game name="Medal of Honor - Vanguard (USA)">
+               <category>Games</category>
+               <description>Medal of Honor - Vanguard (USA)</description>
+               <rom name="Medal of Honor - Vanguard (USA).iso" size="4699979776" crc="3c5b6264" md5="44cddd3c37c3585b58cc2ac107fe2d34" sha1="01c968521f6d71322e1ec4964eb72b91da9230ab"/>
+       </game>
+       <game name="Nickelodeon Tak and the Guardians of Gross (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Tak and the Guardians of Gross (USA)</description>
+               <rom name="Nickelodeon Tak and the Guardians of Gross (USA).iso" size="4699979776" crc="6ef897e3" md5="97ac3dac3504352cbace90840bde24d1" sha1="ec6b0cca52bbcc8d3d16a23d5bf01f0eb9ba1320"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA).iso" size="4699979776" crc="3577cef7" md5="5db76c3abdf57f11be7672b9fe1ee990" sha1="9522ec5fe71b011b9a3d446ce6cbe2a6b4d5a252"/>
+       </game>
+       <game name="MySims Kingdom (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MySims Kingdom (USA) (En,Fr,Es)</description>
+               <rom name="MySims Kingdom (USA) (En,Fr,Es).iso" size="4699979776" crc="88bf31fa" md5="d5442e6d1c31406977a154b31e093505" sha1="94726101ae5456d531124820def1375564a2f75a"/>
+       </game>
+       <game name="Resident Evil Archives - Resident Evil (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil Archives - Resident Evil (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Resident Evil Archives - Resident Evil (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="22f47f33" md5="eb3851c456798da02f822a988305340a" sha1="7c532451fd87a903c0414f9132901282168b7de4"/>
+       </game>
+       <game name="Legend of Zelda, The - Twilight Princess (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Twilight Princess (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of Zelda, The - Twilight Princess (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="576d9391" md5="c46c133885383f96e7515c5cefd152d2" sha1="c708744c08d499962ad5760ab1b76748dea9914b"/>
+       </game>
+       <game name="Excite Truck (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Excite Truck (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Excite Truck (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="55c1f91f" md5="52ca2f0bca745b0194604a3d176d93b8" sha1="7e8efe5a6c4a3974eacd790fa8e1d941f5680b8f"/>
+       </game>
+       <game name="Link's Crossbow Training (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Link's Crossbow Training (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Link's Crossbow Training (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="80a94fd8" md5="394402b3950749f4ff37706ac8bf2879" sha1="0c38143c3d35e9e22b83ca8c386ddc852bb88193"/>
+       </game>
+       <game name="Battle of the Bands (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Battle of the Bands (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Battle of the Bands (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d1022c7f" md5="44dcac381cd3a6681d162eb159f7ee13" sha1="399f38e9b43e0e80c36e350b5f0c5fb91d7860a0"/>
+       </game>
+       <game name="Nights - Journey of Dreams (Europe, Australia) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Nights - Journey of Dreams (Europe, Australia) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Nights - Journey of Dreams (Europe, Australia) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="17a6c982" md5="92939a07dd975966d9607de8d2599685" sha1="102d091c578846ad890173cd6043f4f7bcefd30b"/>
+       </game>
+       <game name="Red Steel (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Red Steel (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Red Steel (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6edecc25" md5="76e9c46b13a95e003c3c064ac42a37b3" sha1="80f072b2c1c92962bf1199c3d9852e9ae7f7af70"/>
+       </game>
+       <game name="Super Smash Bros. Brawl (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Smash Bros. Brawl (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Super Smash Bros. Brawl (Europe, Australia) (En,Fr,De,Es,It).iso" size="8511160320" crc="6757c5f2" md5="549c19aefd56c3651571c32e3c32e5b3" sha1="42ab0684b9601405b2cb349ea64550a7807173cf"/>
+       </game>
+       <game name="Metroid Prime Trilogy (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metroid Prime Trilogy (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Metroid Prime Trilogy (Europe) (En,Fr,De,Es,It).iso" size="8511160320" crc="7506b685" md5="735c0d0c16177e3294f5e0faf7a69571" sha1="0c80815eedca8f597f01d5a380489766c56acf88"/>
+       </game>
+       <game name="Sam &amp; Max - Season One (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sam &amp; Max - Season One (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sam &amp; Max - Season One (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3cdde6fc" md5="b0190dcae008b57516aae8d8b70e3af7" sha1="8680b4d4ce65c7aec55b2fa530c66c9ca16ef44c"/>
+       </game>
+       <game name="SSX Blur (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SSX Blur (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SSX Blur (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b140da6b" md5="ab86da64739c9195ac4396ed7fb6e133" sha1="74042a969c4ae2a9b5ea3a07807b35705a58e2dc"/>
+       </game>
+       <game name="Super Paper Mario (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Paper Mario (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Super Paper Mario (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="9aa033e1" md5="38048fdd50616374cae924adf1eafe0d" sha1="81aebd46f19da87ec5731fc645bb345d910ba62c"/>
+       </game>
+       <game name="Tony Hawk's Downhill Jam (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tony Hawk's Downhill Jam (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tony Hawk's Downhill Jam (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3f78048a" md5="52d07455ab229836e57ed988f0f5e3dd" sha1="3c939ed80bd6e1e9abd5c7802ec1545faefb4792"/>
+       </game>
+       <game name="Big League Sports (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Big League Sports (USA) (En,Fr)</description>
+               <rom name="Big League Sports (USA) (En,Fr).iso" size="4699979776" crc="59eaed17" md5="f7a7fb786fad22dea2ae9c1d0cda0e1d" sha1="3644b925540ccca73fdbd8836474f524830b894c"/>
+       </game>
+       <game name="Disney Bolt (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Bolt (USA) (En,Fr,Es)</description>
+               <rom name="Disney Bolt (USA) (En,Fr,Es).iso" size="4699979776" crc="749686bc" md5="b00b62e9baec8c1315049bab3300547f" sha1="da8f0454eb2a5071cff7e17da562bfb1bcced072"/>
+       </game>
+       <game name="Brunswick Pro Bowling (USA)">
+               <category>Games</category>
+               <description>Brunswick Pro Bowling (USA)</description>
+               <rom name="Brunswick Pro Bowling (USA).iso" size="4699979776" crc="67f75ac4" md5="5c37d985e89f7c8a772b99b4308f687d" sha1="00d2e64267af9602e0a46ed2130f7880731f75a4"/>
+       </game>
+       <game name="Dirt 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dirt 2 (USA) (En,Fr,Es)</description>
+               <rom name="Dirt 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="9c8484ed" md5="8fceb3af8168e7be451e0e75014349c3" sha1="f05b51d26b5834307ad859ddc5ec684d30d8b4c8"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai Tenkaichi 2 (USA)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai Tenkaichi 2 (USA)</description>
+               <rom name="Dragon Ball Z - Budokai Tenkaichi 2 (USA).iso" size="4699979776" crc="0c713740" md5="41abf80c95fde8a90ae831c8ee1f7777" sha1="9de2efd8cc7517e5a464d6810a142c60317b731b"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai Tenkaichi 3 (USA)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai Tenkaichi 3 (USA)</description>
+               <rom name="Dragon Ball Z - Budokai Tenkaichi 3 (USA).iso" size="4699979776" crc="8f4a3b7b" md5="691421036ae73128691634d20f50ce8a" sha1="97ed07738895c863db0f6012e0b36eee7bdffa2c"/>
+       </game>
+       <game name="Harvey Birdman - Attorney at Law (USA)">
+               <category>Games</category>
+               <description>Harvey Birdman - Attorney at Law (USA)</description>
+               <rom name="Harvey Birdman - Attorney at Law (USA).iso" size="4699979776" crc="bef766c4" md5="252ba4516bcd12bc31445422254ac452" sha1="10328e55719414373efb39a215d91ca4aa0132ef"/>
+       </game>
+       <game name="Help Wanted (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Help Wanted (USA) (En,Fr,Es)</description>
+               <rom name="Help Wanted (USA) (En,Fr,Es).iso" size="4699979776" crc="77f00ad6" md5="172e47614a1f9caeba0eff25dd6d34c7" sha1="8685cd45815baefb5568e24953ecb712f94d9b56"/>
+       </game>
+       <game name="Ice Age - Dawn of the Dinosaurs (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Ice Age - Dawn of the Dinosaurs (USA) (En,Fr)</description>
+               <rom name="Ice Age - Dawn of the Dinosaurs (USA) (En,Fr).iso" size="4699979776" crc="5723019f" md5="e2c95a018fa8cab6350309e24f4429dc" sha1="0f4243a97948f05319a17075c8b45a4c85441b40"/>
+       </game>
+       <game name="Spectrobes - Origins (USA)">
+               <category>Games</category>
+               <description>Spectrobes - Origins (USA)</description>
+               <rom name="Spectrobes - Origins (USA).iso" size="4699979776" crc="7cb77c30" md5="47e38869f5f1bc2ece28f21f1b565a07" sha1="2eb904397a44f57f9749914cce203693b207706b"/>
+       </game>
+       <game name="Puzzle Kingdoms (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Puzzle Kingdoms (USA) (En,Fr,Es)</description>
+               <rom name="Puzzle Kingdoms (USA) (En,Fr,Es).iso" size="4699979776" crc="56131f48" md5="518aca2590d49a7b28b5b5902cf6266d" sha1="071d83aba327398ac3974ca9a7e8ea74fa3c302c"/>
+       </game>
+       <game name="My Word Coach (USA)">
+               <category>Games</category>
+               <description>My Word Coach (USA)</description>
+               <rom name="My Word Coach (USA).iso" size="4699979776" crc="9fe35932" md5="07d8a5b31bf67163380ede5ea182151d" sha1="62d1a2127eef91a6a4dbdc4fb2ea9fe797d81479"/>
+       </game>
+       <game name="Mini Ninjas (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mini Ninjas (USA) (En,Fr,Es)</description>
+               <rom name="Mini Ninjas (USA) (En,Fr,Es).iso" size="4699979776" crc="5e9240cc" md5="fefb0aa57b1aa3ea9c0c92d764f1c00b" sha1="a91564914eb22c5f917cff726aacda42768ab66a"/>
+       </game>
+       <game name="Disney-Pixar Up (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney-Pixar Up (USA) (En,Fr)</description>
+               <rom name="Disney-Pixar Up (USA) (En,Fr).iso" size="4699979776" crc="0b1470a6" md5="9093474d93d0b14a373de5e77888f461" sha1="c6dfd369ccdbc2fdd8b933c125c21a1c1fd2d3ef"/>
+       </game>
+       <game name="G.I. Joe - The Rise of Cobra (USA) (En,Fr)">
+               <category>Games</category>
+               <description>G.I. Joe - The Rise of Cobra (USA) (En,Fr)</description>
+               <rom name="G.I. Joe - The Rise of Cobra (USA) (En,Fr).iso" size="4699979776" crc="2a39d8b7" md5="39b8f14979be6d5021f74126bacfd0b3" sha1="0f607654642de62571ebc364116360f8505159f1"/>
+       </game>
+       <game name="Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es)</description>
+               <rom name="Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es).iso" size="4699979776" crc="9b5f0944" md5="8de01d607c45fb2cf632eb430f6c399a" sha1="a5658cb62ca16679d0ad4017efd7c4000d2f1ded"/>
+       </game>
+       <game name="DreamWorks Bee Movie Game (USA)">
+               <category>Games</category>
+               <description>DreamWorks Bee Movie Game (USA)</description>
+               <rom name="DreamWorks Bee Movie Game (USA).iso" size="4699979776" crc="012d5dce" md5="c51d6c10be3b8631ea09e6b031045b8a" sha1="99617d9e5b0db3f25498ac038347156820b204d8"/>
+       </game>
+       <game name="Ghost Squad (USA)">
+               <category>Games</category>
+               <description>Ghost Squad (USA)</description>
+               <rom name="Ghost Squad (USA).iso" size="4699979776" crc="3ec8fd4c" md5="3368e91951ed48ec778f8936f9eda442" sha1="5573b038976f3e07d0e489e8878de8678f17f999"/>
+       </game>
+       <game name="Harry Potter and the Order of the Phoenix (USA)">
+               <category>Games</category>
+               <description>Harry Potter and the Order of the Phoenix (USA)</description>
+               <rom name="Harry Potter and the Order of the Phoenix (USA).iso" size="4699979776" crc="d3581c3f" md5="40735f473b4e91d5662abcd6fa868c13" sha1="f424dbffaaa8cde022e8322efd2f1235204542fc"/>
+       </game>
+       <game name="Hell's Kitchen - The Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hell's Kitchen - The Game (USA) (En,Fr,Es)</description>
+               <rom name="Hell's Kitchen - The Game (USA) (En,Fr,Es).iso" size="4699979776" crc="cdd24f6e" md5="4fc53c32c7ceee847a57cbd8d23fb62d" sha1="d9ecce3ce38f6388c4cf35ebee6c3dd0bde766b0"/>
+       </game>
+       <game name="Hot Wheels - Beat That! (USA)">
+               <category>Games</category>
+               <description>Hot Wheels - Beat That! (USA)</description>
+               <rom name="Hot Wheels - Beat That! (USA).iso" size="4699979776" crc="98a8a2f9" md5="80b623a4883c541c6bc7864007491388" sha1="913895bde0505a4230f3c98a2e46253bccff02a1"/>
+       </game>
+       <game name="Major League Baseball 2K9 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K9 (USA)</description>
+               <rom name="Major League Baseball 2K9 (USA).iso" size="4699979776" crc="394cd872" md5="d4f9284dd5853a62f80c2078db5f45ec" sha1="a4fe7d7b79dbd76aa0851f8ac178a0486a271e43"/>
+       </game>
+       <game name="Ninja Reflex (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ninja Reflex (USA) (En,Fr,Es)</description>
+               <rom name="Ninja Reflex (USA) (En,Fr,Es).iso" size="4699979776" crc="5808f3e0" md5="31d5b31992f677fea41cb4296bb37b5f" sha1="6dbc49da21ea969d791488889541e1cdd27b4ad9"/>
+       </game>
+       <game name="Disney-Pixar Toy Story Mania! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story Mania! (USA) (En,Fr,Es)</description>
+               <rom name="Disney-Pixar Toy Story Mania! (USA) (En,Fr,Es).iso" size="4699979776" crc="1d45e56c" md5="f4b96a9e50a7a98145c32e5933259fe4" sha1="82b3f24de685fdd214f7a3cd8299945d0d6190c2"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2008 (USA)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2008 (USA)</description>
+               <rom name="WWE SmackDown vs. Raw 2008 (USA).iso" size="4699979776" crc="a6740570" md5="cf8f80c459e6a7a133bc0fe8100fca12" sha1="dc1e7ca64a391615179e18c758159382cf5d7263"/>
+       </game>
+       <game name="DreamWorks Monsters vs. Aliens (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Monsters vs. Aliens (USA) (En,Fr)</description>
+               <rom name="DreamWorks Monsters vs. Aliens (USA) (En,Fr).iso" size="4699979776" crc="5ba6586b" md5="772977eabb56eba14d5fe8e131d88921" sha1="b2745b5a2e137abec04d04e42ae723a38f19ad55"/>
+       </game>
+       <game name="Block Party - 20 Games (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Block Party - 20 Games (USA) (En,Fr)</description>
+               <rom name="Block Party - 20 Games (USA) (En,Fr).iso" size="4699979776" crc="143e0f38" md5="2756bfe23ee28acb403c41fa4cf95455" sha1="530ea87629ee6f3dae9c0582719fd29274525f80"/>
+       </game>
+       <game name="Carnival Games - MiniGolf (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Carnival Games - MiniGolf (USA) (En,Fr,Es)</description>
+               <rom name="Carnival Games - MiniGolf (USA) (En,Fr,Es).iso" size="4699979776" crc="b809a7b1" md5="568597225a37f8604b40cffd6cb15a16" sha1="e541cadcc5954b606e443017c5f93f2ce3324a60"/>
+       </game>
+       <game name="Dancing with the Stars - We Dance! (USA)">
+               <category>Games</category>
+               <description>Dancing with the Stars - We Dance! (USA)</description>
+               <rom name="Dancing with the Stars - We Dance! (USA).iso" size="4699979776" crc="faf3b013" md5="fa33475831967854d3a7470996b19dbb" sha1="f13996e427bca215373e3c8e5285733a268d7f4f"/>
+       </game>
+       <game name="Price Is Right, The (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Price Is Right, The (USA) (En,Fr)</description>
+               <rom name="Price Is Right, The (USA) (En,Fr).iso" size="4699979776" crc="37806d85" md5="165d4d3cbc5528c4d0df8108804d74da" sha1="2a51d829c0fc54be343e5622c1ae349883d7291d"/>
+       </game>
+       <game name="DreamWorks Shrek the Third (USA)">
+               <category>Games</category>
+               <description>DreamWorks Shrek the Third (USA)</description>
+               <rom name="DreamWorks Shrek the Third (USA).iso" size="4699979776" crc="b65ac283" md5="1167752db3e7628c8d07d8d5972d004a" sha1="1abfe2532b3def5a1f5063490e80ee6b857bf7ee"/>
+       </game>
+       <game name="DreamWorks Shrek's Carnival Craze - Party Games (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Shrek's Carnival Craze - Party Games (USA) (En,Fr)</description>
+               <rom name="DreamWorks Shrek's Carnival Craze - Party Games (USA) (En,Fr).iso" size="4699979776" crc="9e7b371d" md5="3f2cef45dfd74160c384b93bb6205ed4" sha1="dab917b026b57751d923afcca5b6d93b72a1e21b"/>
+       </game>
+       <game name="Tony Hawk's Proving Ground (USA)">
+               <category>Games</category>
+               <description>Tony Hawk's Proving Ground (USA)</description>
+               <rom name="Tony Hawk's Proving Ground (USA).iso" size="4699979776" crc="b832e40d" md5="f59ffb625986c0ab7acf04fd0e835aef" sha1="7daf6a68db4668bba36ba1f7dac121948c3baab9"/>
+       </game>
+       <game name="Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="fd24b93f" md5="6348adcd8337d22567b88a9472785c9a" sha1="b56d6a9e162f67d7c09161d623d3f9b30e4bcfe6"/>
+       </game>
+       <game name="Iron Man (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Iron Man (USA) (En,Fr,Es)</description>
+               <rom name="Iron Man (USA) (En,Fr,Es).iso" size="4699979776" crc="2d76a0b1" md5="1a8b6efe9554fd4bb2a98aa9bd1845db" sha1="5d2c243f1d029897a26166a8ab63909c8a946e1e"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda (USA) (En,Fr)</description>
+               <rom name="DreamWorks Kung Fu Panda (USA) (En,Fr).iso" size="4699979776" crc="e7bfd8d1" md5="c82ef6db3048e82940da2efa30b02efb" sha1="b92744a9eff56631bf654e5f4d003ecdb464581a"/>
+       </game>
+       <game name="DreamWorks Madagascar - Escape 2 Africa (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar - Escape 2 Africa (USA) (En,Fr)</description>
+               <rom name="DreamWorks Madagascar - Escape 2 Africa (USA) (En,Fr).iso" size="4699979776" crc="74461a61" md5="1dfce6ff9baa5dafc3df93b5ea75881a" sha1="8db26d5ecd937bd6db5278e3145adc3ff5aeb305"/>
+       </game>
+       <game name="Madden NFL 08 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 08 (USA)</description>
+               <rom name="Madden NFL 08 (USA).iso" size="4699979776" crc="736f640e" md5="714656cece1167ebdf8b66e70eb5445b" sha1="6639131c05bb34304fb00e85f6eb82ac7aa62954"/>
+       </game>
+       <game name="Marvel - Ultimate Alliance 2 (USA)">
+               <category>Games</category>
+               <description>Marvel - Ultimate Alliance 2 (USA)</description>
+               <rom name="Marvel - Ultimate Alliance 2 (USA).iso" size="4699979776" crc="2ee6ff19" md5="cfd3d33f9756293b8fd065849c8db02f" sha1="5ba1c9640200bbde37cd340a70be5060f0371c8c"/>
+       </game>
+       <game name="Mortal Kombat - Armageddon (USA)">
+               <category>Games</category>
+               <description>Mortal Kombat - Armageddon (USA)</description>
+               <rom name="Mortal Kombat - Armageddon (USA).iso" size="4699979776" crc="f155a31f" md5="29c23cb7794e18ff91813c570035107a" sha1="9603232ab3a537d8555e2b32362768e6a0881063"/>
+       </game>
+       <game name="Pajama Sam - Don't Fear the Dark (USA)">
+               <category>Games</category>
+               <description>Pajama Sam - Don't Fear the Dark (USA)</description>
+               <rom name="Pajama Sam - Don't Fear the Dark (USA).iso" size="4699979776" crc="999d5277" md5="198d75e1605b57acb1497ff677eb8f9f" sha1="f39dc68ef52dacd57ff1354285b72c74486e0804"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (USA)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (USA)</description>
+               <rom name="Disney-Pixar Ratatouille (USA).iso" size="4699979776" crc="77796b8e" md5="dd43c13d2f7ba81eb19ff2ba8b94564a" sha1="d529f31c4fad79bdb73c0d02995c85c2c089998c"/>
+       </game>
+       <game name="Spy Fox in Dry Cereal (USA)">
+               <category>Games</category>
+               <description>Spy Fox in Dry Cereal (USA)</description>
+               <rom name="Spy Fox in Dry Cereal (USA).iso" size="4699979776" crc="14f59612" md5="5febc95cb87dfc2e1265fd346a5e1391" sha1="8f0d87ebf4a19e6f6d7a1700bd67ade2f0ef887e"/>
+       </game>
+       <game name="Roogoo - Twisted Towers (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Roogoo - Twisted Towers (USA) (En,Fr,Es)</description>
+               <rom name="Roogoo - Twisted Towers (USA) (En,Fr,Es).iso" size="4699979776" crc="595376df" md5="e67be505ea7e6ecd61e200a28df1e6e0" sha1="f83b7d9f1ea0ce9e57f08e2833f8cf99ad1ef6e0"/>
+       </game>
+       <game name="Guinness World Records - The Videogame (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Guinness World Records - The Videogame (USA) (En,Fr,Es)</description>
+               <rom name="Guinness World Records - The Videogame (USA) (En,Fr,Es).iso" size="4699979776" crc="f947a55b" md5="c7e3d66318baa267365dfb64108201f7" sha1="b311f7d4c39f2261b81e254bdb8f32cbe05bb82a"/>
+       </game>
+       <game name="Naruto - Clash of Ninja Revolution (USA)">
+               <category>Games</category>
+               <description>Naruto - Clash of Ninja Revolution (USA)</description>
+               <rom name="Naruto - Clash of Ninja Revolution (USA).iso" size="4699979776" crc="09e6502c" md5="5144559306fea024c060b9ea9d0fe7dd" sha1="486a5a689f887eb3417e7e46016bb8b3692f66ed"/>
+       </game>
+       <game name="Star Wars - The Force Unleashed (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Star Wars - The Force Unleashed (USA) (En,Fr)</description>
+               <rom name="Star Wars - The Force Unleashed (USA) (En,Fr).iso" size="4699979776" crc="404ef924" md5="a0fda28b34589c57bed29d3e9e6e5bb5" sha1="ec6b938e5dd7776cfc1174b60afce2147077f6b1"/>
+       </game>
+       <game name="All Star Cheer Squad (USA)">
+               <category>Games</category>
+               <description>All Star Cheer Squad (USA)</description>
+               <rom name="All Star Cheer Squad (USA).iso" size="4699979776" crc="1769047a" md5="aeaef5625333873e2df50b5f6cb281ad" sha1="38d7454e413dbf7847a24bb082e826c9a124cf0e"/>
+       </game>
+       <game name="Dewy's Adventure (USA)">
+               <category>Games</category>
+               <description>Dewy's Adventure (USA)</description>
+               <rom name="Dewy's Adventure (USA).iso" size="4699979776" crc="724a3267" md5="a12d091fe7aeff10a984fee261023343" sha1="a42636f420ba08bdfc50b5da62cc06f6e13947ce"/>
+       </game>
+       <game name="Madden NFL 10 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 10 (USA)</description>
+               <rom name="Madden NFL 10 (USA).iso" size="4699979776" crc="58a35a0d" md5="32818ce94a1a5b82c85fc63b09317e02" sha1="871ce345e0a0ebbd3a160e0d36b10d37693dd0fc"/>
+       </game>
+       <game name="Wacky World of Sports (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wacky World of Sports (USA) (En,Fr,Es)</description>
+               <rom name="Wacky World of Sports (USA) (En,Fr,Es).iso" size="4699979776" crc="89c07890" md5="e767b3cd5cb11b60fe0a747e90c1f7f6" sha1="0a7cac479f5d5509bee7a682047719b7673d0dc1"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (USA) (En,Fr)</description>
+               <rom name="Disney-Pixar WALL-E (USA) (En,Fr).iso" size="4699979776" crc="6a0a212e" md5="e3787dc62d168be76dcfe324f3e3effd" sha1="fd8488d1c425ab24de692b108a5ad3ad78780dbb"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2009 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2009 (USA) (En,Fr)</description>
+               <rom name="WWE SmackDown vs. Raw 2009 (USA) (En,Fr).iso" size="4699979776" crc="1e0dd604" md5="fa5d055bb76f09a042413d1fd1a32240" sha1="fda6fe256075a711bb44220354f38c0384071229"/>
+       </game>
+       <game name="Sports Island (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sports Island (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sports Island (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3f2fb8c5" md5="c495e23a4ce2a26b704ac947a0087e08" sha1="84a0d7b42e854eaa9849fd08f6d3d7903f2a6938"/>
+       </game>
+       <game name="Wii Sports Resort (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wii Sports Resort (USA) (En,Fr,Es)</description>
+               <rom name="Wii Sports Resort (USA) (En,Fr,Es).iso" size="4699979776" crc="c0171bcc" md5="315cdb6b77cd1e1f7189631cb93f0aa2" sha1="6fdb3d807dfb4069769c04966936d599038ba2ef"/>
+       </game>
+       <game name="Rock Band 2 (USA)">
+               <category>Games</category>
+               <description>Rock Band 2 (USA)</description>
+               <rom name="Rock Band 2 (USA).iso" size="4699979776" crc="8be9e0dc" md5="accf2d08c6188d64293358bb5ba6dc66" sha1="427d264d643226ba03f5298ab1156555759a1317"/>
+       </game>
+       <game name="Cloudy with a Chance of Meatballs (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cloudy with a Chance of Meatballs (USA) (En,Fr,Es)</description>
+               <rom name="Cloudy with a Chance of Meatballs (USA) (En,Fr,Es).iso" size="4699979776" crc="669ba6e1" md5="5d95979c201475a4b3fa8acd21d0bc9e" sha1="02d54d0c011fbbd1324924374cba0381f4998f8b"/>
+       </game>
+       <game name="Hannah Montana - The Movie (USA)">
+               <category>Games</category>
+               <description>Hannah Montana - The Movie (USA)</description>
+               <rom name="Hannah Montana - The Movie (USA).iso" size="4699979776" crc="1bcd3281" md5="e212ae2d04fb6e4aba0639a1abd2c06c" sha1="044cfcc62d238867f40c52d255d86aee9195faa8"/>
+       </game>
+       <game name="NBA Live 08 (USA)">
+               <category>Games</category>
+               <description>NBA Live 08 (USA)</description>
+               <rom name="NBA Live 08 (USA).iso" size="4699979776" crc="4a3415e7" md5="ee0021029286176e7199ba6f397ed7db" sha1="b778ab1e5ee180d5571a93b7ac847a5928069d25"/>
+       </game>
+       <game name="Rapala Tournament Fishing! (USA)">
+               <category>Games</category>
+               <description>Rapala Tournament Fishing! (USA)</description>
+               <rom name="Rapala Tournament Fishing! (USA).iso" size="4699979776" crc="3a0a8886" md5="8832722295ed4e534de90bdec541bc07" sha1="848e6aaceaa4df90a49b4535b590adea7555f8e7"/>
+       </game>
+       <game name="Scooby-Doo! First Frights (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Scooby-Doo! First Frights (USA) (En,Fr,Es)</description>
+               <rom name="Scooby-Doo! First Frights (USA) (En,Fr,Es).iso" size="4699979776" crc="c4da1158" md5="6dc0c58f03c41798a3b811227fc95928" sha1="1b782ce5568bb44edd483ffe8a78048cf5f813d9"/>
+       </game>
+       <game name="Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es)</description>
+               <rom name="Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es).iso" size="4699979776" crc="24547880" md5="b77b9f86c069363f37ea714d3a083b66" sha1="936941ef03f2b6e0b58db1aa4842ad69e8911471"/>
+       </game>
+       <game name="Star Wars - The Clone Wars - Lightsaber Duels (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars - Lightsaber Duels (USA) (En,Fr)</description>
+               <rom name="Star Wars - The Clone Wars - Lightsaber Duels (USA) (En,Fr).iso" size="4699979776" crc="118d8520" md5="b6a8fdc0e72e49ad6a5406bd9d4c0480" sha1="174dee8c37c73cc2efb4a3a24038989e150c7859"/>
+       </game>
+       <game name="Ultimate Band (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ultimate Band (USA) (En,Fr,Es)</description>
+               <rom name="Ultimate Band (USA) (En,Fr,Es).iso" size="4699979776" crc="996ca8f3" md5="e6baf21b27726eb7ee3ab80659a157a0" sha1="b6a00a20a403abaaa7693bec1b6a840e39c4643e"/>
+       </game>
+       <game name="Cabela's Big Game Hunter (USA)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter (USA)</description>
+               <rom name="Cabela's Big Game Hunter (USA).iso" size="4699979776" crc="1bfa8a42" md5="680e67cc24127ec54cca1cc1c079a175" sha1="01bd17c0b4f760b57edfbb21db8bb1748726ff6e"/>
+       </game>
+       <game name="Guitar Hero World Tour (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Guitar Hero World Tour (USA) (En,Fr)</description>
+               <rom name="Guitar Hero World Tour (USA) (En,Fr).iso" size="4699979776" crc="8e1168f7" md5="8cf66a908c14f4ae78d3d27fc7f148ae" sha1="bf9182ade27e14bb3f7100d42724b7348c5a9d76"/>
+       </game>
+       <game name="Guitar Hero 5 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Guitar Hero 5 (USA) (En,Fr)</description>
+               <rom name="Guitar Hero 5 (USA) (En,Fr).iso" size="4699979776" crc="8d238f7a" md5="9f7b10b884741d0282fc36d490cb9484" sha1="da767c37db7c5326ce6b29cba002f93fa05f13b7"/>
+       </game>
+       <game name="NCAA Football 09 - All-Play (USA)">
+               <category>Games</category>
+               <description>NCAA Football 09 - All-Play (USA)</description>
+               <rom name="NCAA Football 09 - All-Play (USA).iso" size="4699979776" crc="9807ac26" md5="8873add7d71b1d2c5f7bbab90369f6c6" sha1="5ad8b51b9ad296bbc2081f1efa9eb5a649ebaea3"/>
+       </game>
+       <game name="Neighborhood Games (USA)">
+               <category>Games</category>
+               <description>Neighborhood Games (USA)</description>
+               <rom name="Neighborhood Games (USA).iso" size="4699979776" crc="f4c6ab3e" md5="d4d5cd4665db4d239fdf110d8eb2615f" sha1="6bd2880d8d580a60222a53ad24b545cece10cda5"/>
+       </game>
+       <game name="Disney Pirates of the Caribbean - At World's End (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Disney Pirates of the Caribbean - At World's End (USA) (Rev 1)</description>
+               <rom name="Disney Pirates of the Caribbean - At World's End (USA) (Rev 1).iso" size="4699979776" crc="ef8dcfa6" md5="8f80026f453240085a3eceae501afeb3" sha1="056a5fc3c4b2282fa60d291b161e39604b4375be"/>
+       </game>
+       <game name="Rampage - Total Destruction (USA)">
+               <category>Games</category>
+               <description>Rampage - Total Destruction (USA)</description>
+               <rom name="Rampage - Total Destruction (USA).iso" size="4699979776" crc="5512f6f6" md5="a489cf68ec7541aed8f7bc3a44b13b52" sha1="f1485f19bd590c90afec80916a913f8dc6446ba3"/>
+       </game>
+       <game name="Ghost Squad (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ghost Squad (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ghost Squad (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b098a5f3" md5="929b23cd6d143efe733880ab82c89bc7" sha1="521c9f870868200253221133b61e1df64c01c139"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 07 (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 07 (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 07 (Europe).iso" size="4699979776" crc="6eb5aaa8" md5="fc58ea61d42314ff15ac2cf3bf68aa99" sha1="16ef5904fad10f82e62d8165e3ed23e521974f0c"/>
+       </game>
+       <game name="Beatles, The - Rock Band (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Beatles, The - Rock Band (USA) (En,Fr,Es)</description>
+               <rom name="Beatles, The - Rock Band (USA) (En,Fr,Es).iso" size="4699979776" crc="eb8224bf" md5="0b476b1f9f3479e9576954d46f5d380e" sha1="cc451c2c34a9860c7008085e8add2274130f1b79"/>
+       </game>
+       <game name="AMF Bowling - Pinbusters! (USA)">
+               <category>Games</category>
+               <description>AMF Bowling - Pinbusters! (USA)</description>
+               <rom name="AMF Bowling - Pinbusters! (USA).iso" size="4699979776" crc="6b57f886" md5="dae421ee97cf84e87161c5342d31d8a0" sha1="4d3422e18e1b196aa71d76033051e2c58f8c7a68"/>
+       </game>
+       <game name="Deer Drive (USA)">
+               <category>Games</category>
+               <description>Deer Drive (USA)</description>
+               <rom name="Deer Drive (USA).iso" size="4699979776" crc="5c016368" md5="b8572ab082bd830d3c6f492fcd609c9b" sha1="68c1e0543ff76f6cae4a2b577b635ac64124cd78"/>
+       </game>
+       <game name="Spider-Man 3 (USA)">
+               <category>Games</category>
+               <description>Spider-Man 3 (USA)</description>
+               <rom name="Spider-Man 3 (USA).iso" size="4699979776" crc="edc80639" md5="df761e58b4bd556519d9e5f2a9b5fce4" sha1="5c099250561a38d766e2cebb197f7960739c9bd3"/>
+       </game>
+       <game name="Spider-Man - Friend or Foe (USA)">
+               <category>Games</category>
+               <description>Spider-Man - Friend or Foe (USA)</description>
+               <rom name="Spider-Man - Friend or Foe (USA).iso" size="4699979776" crc="5d061449" md5="c45d87156826137bd26874f63b895a72" sha1="dffbb54954bc92b30cd86a3f291ec68dd0fac1ba"/>
+       </game>
+       <game name="Pokemon Battle Revolution (USA)">
+               <category>Games</category>
+               <description>Pokemon Battle Revolution (USA)</description>
+               <rom name="Pokemon Battle Revolution (USA).iso" size="4699979776" crc="3bb40b20" md5="95a1a518cbec79fa217319e235cf31d7" sha1="dbb81d960549f82514c5669de460c345bed76a65"/>
+       </game>
+       <game name="Wild Earth - African Safari (USA)">
+               <category>Games</category>
+               <description>Wild Earth - African Safari (USA)</description>
+               <rom name="Wild Earth - African Safari (USA).iso" size="4699979776" crc="bf136265" md5="b77b3dc3d5b5213a68408ab052b8d5a9" sha1="938470585064b4725433166949c6a4ea7da120c4"/>
+       </game>
+       <game name="Where's Waldo The Fantastic Journey (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Where's Waldo The Fantastic Journey (USA) (En,Fr)</description>
+               <rom name="Where's Waldo The Fantastic Journey (USA) (En,Fr).iso" size="4699979776" crc="08832e74" md5="59b87d7341505e4a48ce35bedea8d6ba" sha1="d4078e019784e47c0fd9bd5f926e25ee94659cf3"/>
+       </game>
+       <game name="Nancy Drew - The White Wolf of Icicle Creek (USA)">
+               <category>Games</category>
+               <description>Nancy Drew - The White Wolf of Icicle Creek (USA)</description>
+               <rom name="Nancy Drew - The White Wolf of Icicle Creek (USA).iso" size="4699979776" crc="e5964c1a" md5="17e31424f3fb030c8916c41fd60cff15" sha1="b269432bdcc0a41902d0b968a2cd8dcab1539475"/>
+       </game>
+       <game name="Kawasaki Quad Bikes (USA)">
+               <category>Games</category>
+               <description>Kawasaki Quad Bikes (USA)</description>
+               <rom name="Kawasaki Quad Bikes (USA).iso" size="4699979776" crc="50d0f473" md5="0270b6930b37c36be1c4b5ba1fd7e8e3" sha1="118fc806eb080da6ec0345c93e13c5c7bf83870d"/>
+       </game>
+       <game name="Kawasaki Jet Ski (USA)">
+               <category>Games</category>
+               <description>Kawasaki Jet Ski (USA)</description>
+               <rom name="Kawasaki Jet Ski (USA).iso" size="4699979776" crc="b5b1eea2" md5="2c29beea005ce08a697757c6c787a930" sha1="2899dab60c01cf4ef0b264c1cf837abf93452212"/>
+       </game>
+       <game name="Family Feud - 2010 Edition (USA)">
+               <category>Games</category>
+               <description>Family Feud - 2010 Edition (USA)</description>
+               <rom name="Family Feud - 2010 Edition (USA).iso" size="4699979776" crc="35c5833d" md5="37ae2a5341df061a9f63c2b78de2da6b" sha1="80d83127919458ae6111a8ce91979cae047c03cb"/>
+       </game>
+       <game name="Myth Makers - Orbs of Doom (USA)">
+               <category>Games</category>
+               <description>Myth Makers - Orbs of Doom (USA)</description>
+               <rom name="Myth Makers - Orbs of Doom (USA).iso" size="4699979776" crc="6d1a92af" md5="e3db684d32c49f8a737c80840ae39807" sha1="82e6cfad7fe3951547e9cde0eb127dc2d5cdfc85"/>
+       </game>
+       <game name="Ferrari Challenge - Trofeo Pirelli (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Ferrari Challenge - Trofeo Pirelli (USA) (En,Fr)</description>
+               <rom name="Ferrari Challenge - Trofeo Pirelli (USA) (En,Fr).iso" size="4699979776" crc="72bb2cb9" md5="255971a169273ec264d7ba86350a67b5" sha1="0feec038c8946622930cd53d96552df0dff53178"/>
+       </game>
+       <game name="Final Fantasy Fables - Chocobo's Dungeon (USA)">
+               <category>Games</category>
+               <description>Final Fantasy Fables - Chocobo's Dungeon (USA)</description>
+               <rom name="Final Fantasy Fables - Chocobo's Dungeon (USA).iso" size="4699979776" crc="589cc931" md5="f926f9f719034d7bb07300ef1495d5d7" sha1="b59d7f6fcabcd11477577ee0184c23c34449a97f"/>
+       </game>
+       <game name="Disney-Pixar Cars - Mater-National Championship (USA) (En,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars - Mater-National Championship (USA) (En,Es)</description>
+               <rom name="Disney-Pixar Cars - Mater-National Championship (USA) (En,Es).iso" size="4699979776" crc="60b79c84" md5="1cd5061abc5a42e1761e0c658850329a" sha1="b418297c62698ce96d347614dfaa0fef0003f4b3"/>
+       </game>
+       <game name="Disney-Pixar Cars (USA) (En,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (USA) (En,Es)</description>
+               <rom name="Disney-Pixar Cars (USA) (En,Es).iso" size="4699979776" crc="9240fe27" md5="f0f57036d75cbd6b132e55fa4796eb1a" sha1="b2f460a651839c62e2bef0a02fdf29595dd174f5"/>
+       </game>
+       <game name="Fishing Master World Tour (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Fishing Master World Tour (USA) (En,Fr,Es)</description>
+               <rom name="Fishing Master World Tour (USA) (En,Fr,Es).iso" size="4699979776" crc="02943067" md5="7fe8e6ee2b4f1f7c2e05e451a247a574" sha1="e761e035953647722f310d06a95e853f03521653"/>
+       </game>
+       <game name="MotoGP (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MotoGP (USA) (En,Fr,Es)</description>
+               <rom name="MotoGP (USA) (En,Fr,Es).iso" size="4699979776" crc="c1fcc425" md5="c1418c92a95fd609c807a4122236f3cf" sha1="afc8da14d0e6399856ee60a02b3c2b662c3839d8"/>
+       </game>
+       <game name="Sims 2, The - Pets (USA)">
+               <category>Games</category>
+               <description>Sims 2, The - Pets (USA)</description>
+               <rom name="Sims 2, The - Pets (USA).iso" size="4699979776" crc="300143e6" md5="f2c09d0bd528ea507001747152f769b6" sha1="b63346da51eab874c862825658dfb4a46e56ecd9"/>
+       </game>
+       <game name="Alvin and the Chipmunks (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Alvin and the Chipmunks (USA) (En,Fr)</description>
+               <rom name="Alvin and the Chipmunks (USA) (En,Fr).iso" size="4699979776" crc="6a519a0e" md5="70a409fa5925c757fe0a2aa49e7dec39" sha1="a420772de313b6c6d5c2f353c98721ba8b451e62"/>
+       </game>
+       <game name="Major League Baseball 2K8 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K8 (USA)</description>
+               <rom name="Major League Baseball 2K8 (USA).iso" size="4699979776" crc="a88a172d" md5="3eba136498ab6d38e0ac6f4b49650aed" sha1="feee901dd8e665bcbb3ca6ab597296d17d0e9d4e"/>
+       </game>
+       <game name="Go Play - Lumberjacks (USA)">
+               <category>Games</category>
+               <description>Go Play - Lumberjacks (USA)</description>
+               <rom name="Go Play - Lumberjacks (USA).iso" size="4699979776" crc="c512a853" md5="430d5858d7f3f51fc37595b51fb79183" sha1="07488b786b73d5e23bc49180b197f73bcb620809"/>
+       </game>
+       <game name="Thrillville - Off the Rails (USA)">
+               <category>Games</category>
+               <description>Thrillville - Off the Rails (USA)</description>
+               <rom name="Thrillville - Off the Rails (USA).iso" size="4699979776" crc="0d3f0173" md5="357284c39e933e0735da03329846fbe7" sha1="90c6a8752b4c34a956913a89d4f88cafefba85de"/>
+       </game>
+       <game name="Star Wars - The Clone Wars - Republic Heroes (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars - Republic Heroes (USA) (En,Fr,Es)</description>
+               <rom name="Star Wars - The Clone Wars - Republic Heroes (USA) (En,Fr,Es).iso" size="4699979776" crc="0cf8d7c9" md5="c7e990a601b4bb1ed78c5690cb50b15b" sha1="47759d73539f6f2049a2784b44bd40e950c3a79a"/>
+       </game>
+       <game name="Battle of the Bands (USA)">
+               <category>Games</category>
+               <description>Battle of the Bands (USA)</description>
+               <rom name="Battle of the Bands (USA).iso" size="4699979776" crc="8f3e9601" md5="b356c6dcd2fc8a9e7397aed43335b38c" sha1="46b54df629f64e7a858d99b94aa5fb522ae3022f"/>
+       </game>
+       <game name="Deadly Creatures (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Deadly Creatures (USA) (En,Fr,Es)</description>
+               <rom name="Deadly Creatures (USA) (En,Fr,Es).iso" size="4699979776" crc="d48e7d17" md5="ccbf7b6f01eea7a7950db9617676c05e" sha1="c75f7b0f0ba13626ddab9412e2b6bb71ea4b584e"/>
+       </game>
+       <game name="Guitar Hero - Metallica (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Guitar Hero - Metallica (USA) (En,Fr)</description>
+               <rom name="Guitar Hero - Metallica (USA) (En,Fr).iso" size="4699979776" crc="e1b6fafd" md5="a3bfc7b1b0a89d8ba9a68ee46a8c88a6" sha1="cfd6e8c49a480256b13d46494f3eb09ce36c74ee"/>
+       </game>
+       <game name="Excite Truck (USA)">
+               <category>Games</category>
+               <description>Excite Truck (USA)</description>
+               <rom name="Excite Truck (USA).iso" size="4699979776" crc="00b746f7" md5="214b54c48427ce47c183e83195dbfcde" sha1="d7598ca4e6ed2c43f92ec173c84468eec136077c"/>
+       </game>
+       <game name="Nickelodeon Barnyard (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Barnyard (USA)</description>
+               <rom name="Nickelodeon Barnyard (USA).iso" size="4699979776" crc="aa84abac" md5="534b618644b9255a47dc1828777c48cb" sha1="180d316e6abcb3ab5fcd0924790f551a10179ea0"/>
+       </game>
+       <game name="Chronicles of Narnia, The - Prince Caspian (USA)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - Prince Caspian (USA)</description>
+               <rom name="Chronicles of Narnia, The - Prince Caspian (USA).iso" size="4699979776" crc="e302b317" md5="8567b56a77daab8606f9fa0fe62b4b50" sha1="be694ec96803382accab75823d31a1cc803c9a54"/>
+       </game>
+       <game name="Fantastic Four - Rise of the Silver Surfer (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Fantastic Four - Rise of the Silver Surfer (USA) (En,Fr)</description>
+               <rom name="Fantastic Four - Rise of the Silver Surfer (USA) (En,Fr).iso" size="4699979776" crc="89985afa" md5="e117f8e2ae86817888a62fc4872304e7" sha1="532d6298496c3247b37fdede0070d9c669e2c8cf"/>
+       </game>
+       <game name="Guitar Hero - Aerosmith (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Guitar Hero - Aerosmith (USA) (En,Fr)</description>
+               <rom name="Guitar Hero - Aerosmith (USA) (En,Fr).iso" size="4699979776" crc="faf37e3d" md5="d6f875d4774adfeb88bfa83f5593645d" sha1="b95dab2697b4f0571f5512b3fcce1a5a75e021eb"/>
+       </game>
+       <game name="Need for Speed - Carbon (USA)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (USA)</description>
+               <rom name="Need for Speed - Carbon (USA).iso" size="4699979776" crc="3ac65cad" md5="b5edd42a6ed6b1ca25c6e16c1c468f81" sha1="7432d23b9bf926016b86ebfcdf34f7009c0ea179"/>
+       </game>
+       <game name="Skate It (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Skate It (USA) (En,Fr,Es)</description>
+               <rom name="Skate It (USA) (En,Fr,Es).iso" size="4699979776" crc="99c5bea7" md5="5d599116335922f99795c2dc87ddedc6" sha1="9843fc0a22850bdfe3aeea6f3db96e6cbdf6aeec"/>
+       </game>
+       <game name="Circus Games (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Circus Games (USA) (En,Fr,Es)</description>
+               <rom name="Circus Games (USA) (En,Fr,Es).iso" size="4699979776" crc="fd67cc8a" md5="b4d5fc98c195b50a9363f64df5049115" sha1="e2ba472870c920451c854f87c4e7eab92e74aeb9"/>
+       </game>
+       <game name="Harvest Moon - Tree of Tranquility (USA)">
+               <category>Games</category>
+               <description>Harvest Moon - Tree of Tranquility (USA)</description>
+               <rom name="Harvest Moon - Tree of Tranquility (USA).iso" size="4699979776" crc="e9daf4ce" md5="ae6a9993aabc4cffa5bcf883a5dd288e" sha1="18bb79251149efb216d0fc9c0f5247e81aa4feff"/>
+       </game>
+       <game name="Rygar - The Battle of Argus (USA)">
+               <category>Games</category>
+               <description>Rygar - The Battle of Argus (USA)</description>
+               <rom name="Rygar - The Battle of Argus (USA).iso" size="4699979776" crc="008868ca" md5="3abf955e0ac6a0205a2937530cd46917" sha1="674cd253351af2ad959c6683c45b156bd7f92b65"/>
+       </game>
+       <game name="Valhalla Knights - Eldar Saga (USA)">
+               <category>Games</category>
+               <description>Valhalla Knights - Eldar Saga (USA)</description>
+               <rom name="Valhalla Knights - Eldar Saga (USA).iso" size="4699979776" crc="b9eba063" md5="5af258375691b6b7c6d2d70646ef6475" sha1="212da0c425255d64c715fdc27701cafd643c1752"/>
+       </game>
+       <game name="Paws &amp; Claws - Pet Vet (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Paws &amp; Claws - Pet Vet (USA) (En,Fr,Es)</description>
+               <rom name="Paws &amp; Claws - Pet Vet (USA) (En,Fr,Es).iso" size="4699979776" crc="1e4baed0" md5="829536ca97e2e3741e5d2746851989c6" sha1="230cb3357125ac2875f22e75c705dd083ac31b26"/>
+       </game>
+       <game name="Fire Emblem - Radiant Dawn (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Fire Emblem - Radiant Dawn (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Fire Emblem - Radiant Dawn (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="7e12e5ca" md5="1cddd1e4afeac1c2f8c06a56702478b4" sha1="b9e09e44cf0ab540bc01fa585e9d416d7a304dca"/>
+       </game>
+       <game name="Conduit, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conduit, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conduit, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="acf43a74" md5="f634e02cd78096459411182b66207f8f" sha1="4243b17e94438fb45eb3a940ee5b5b444cc96c8d"/>
+       </game>
+       <game name="Disaster - Day of Crisis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disaster - Day of Crisis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disaster - Day of Crisis (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="aa406f9e" md5="729d8b13498dd0556d7423e49457a75a" sha1="f933471681936beb06391ab2ef9488c52df1fba2"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="e71b9bc7" md5="fc335c3187c6940a290f7c971fbdc576" sha1="8c0408ae7ed6539fccc9b002d50eecb994000af7"/>
+       </game>
+       <game name="Shaun White Snowboarding - World Stage (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Shaun White Snowboarding - World Stage (USA) (En,Fr,Es)</description>
+               <rom name="Shaun White Snowboarding - World Stage (USA) (En,Fr,Es).iso" size="4699979776" crc="7b105f89" md5="aa2d0f03889e58b51d89e2eb1bd5c2fc" sha1="10cc9abda5e5a942eaba1bc4db1e7ff35bb2cded"/>
+       </game>
+       <game name="Cabela's Big Game Hunter 2010 (USA)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter 2010 (USA)</description>
+               <rom name="Cabela's Big Game Hunter 2010 (USA).iso" size="4699979776" crc="a9bd6b44" md5="55f0bc19d1a1a37d7a307d5c985e163b" sha1="244785ee493106a475737ec9975eeec0eaf9368b"/>
+       </game>
+       <game name="Metroid Prime Trilogy (USA)">
+               <category>Games</category>
+               <description>Metroid Prime Trilogy (USA)</description>
+               <rom name="Metroid Prime Trilogy (USA).iso" size="8511160320" crc="8a4b439d" md5="823df1c3c425f1383529f368f6479359" sha1="2204e5b19039d44b2379ab2065fd548c800ba680"/>
+       </game>
+       <game name="Bass Pro Shops - The Strike (USA)">
+               <category>Games</category>
+               <description>Bass Pro Shops - The Strike (USA)</description>
+               <rom name="Bass Pro Shops - The Strike (USA).iso" size="4699979776" crc="d537930e" md5="f878f9458257dd690318f4482df2506d" sha1="42d5f798dda323ddaf111b73aa0da83ee0e7d4b7"/>
+       </game>
+       <game name="Chaotic - Shadow Warriors (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Chaotic - Shadow Warriors (USA) (En,Fr)</description>
+               <rom name="Chaotic - Shadow Warriors (USA) (En,Fr).iso" size="4699979776" crc="7906a620" md5="48b0c898c382cc8d484f656cf613b96a" sha1="3a86306553940ba7ccd9c70ae023cdc269d04fce"/>
+       </game>
+       <game name="Tornado Outbreak (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tornado Outbreak (USA) (En,Fr,Es)</description>
+               <rom name="Tornado Outbreak (USA) (En,Fr,Es).iso" size="4699979776" crc="67e7817f" md5="6d4a0b77a804e2f93e4c7a512c269faf" sha1="ec9921e64b2961ee29492ddd6cc033c6fe4e9d88"/>
+       </game>
+       <game name="Backyard Baseball '10 (USA)">
+               <category>Games</category>
+               <description>Backyard Baseball '10 (USA)</description>
+               <rom name="Backyard Baseball '10 (USA).iso" size="4699979776" crc="7c148b74" md5="1e8ad2e1854eb9ded2b95301d6f3237a" sha1="e88f5f763b96bbb4780bdb2e0c1f64ba6ee1b75f"/>
+       </game>
+       <game name="Don King Boxing (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Don King Boxing (USA) (En,Fr,Es)</description>
+               <rom name="Don King Boxing (USA) (En,Fr,Es).iso" size="4699979776" crc="61b0aba6" md5="ed2428b86394962ee535de767f015401" sha1="b97e7afe96608e67a6b5a7c27ec5cb477c6d43d0"/>
+       </game>
+       <game name="Mario &amp; Sonic at the Olympic Winter Games (USA) (En,Ja,Fr,Es)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at the Olympic Winter Games (USA) (En,Ja,Fr,Es)</description>
+               <rom name="Mario &amp; Sonic at the Olympic Winter Games (USA) (En,Ja,Fr,Es).iso" size="4699979776" crc="04a2a794" md5="2e9a953c74e48ad291a339f0ebd93452" sha1="bc2208028f22bd593211884c0d32201fcbe952ae"/>
+       </game>
+       <game name="Totally Spies! Totally Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Totally Spies! Totally Party (USA) (En,Fr,Es)</description>
+               <rom name="Totally Spies! Totally Party (USA) (En,Fr,Es).iso" size="4699979776" crc="5ada2510" md5="ef96b345c246b4744c74986affe9e740" sha1="58a15aa7df9fef6dc3a99e6dea009404850013ec"/>
+       </game>
+       <game name="Ringling Bros. and Barnum &amp; Bailey (USA)">
+               <category>Games</category>
+               <description>Ringling Bros. and Barnum &amp; Bailey (USA)</description>
+               <rom name="Ringling Bros. and Barnum &amp; Bailey (USA).iso" size="4699979776" crc="744f2d5f" md5="38663246aedc5a4eec979501ed9f2f72" sha1="9ca32de255f64bffceec4612901868f69750633f"/>
+       </game>
+       <game name="Band Hero (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Band Hero (USA) (En,Fr)</description>
+               <rom name="Band Hero (USA) (En,Fr).iso" size="4699979776" crc="87d3b832" md5="07ab0d7f47fbee1caa84b570a2c462b1" sha1="30e0b4902698dab201e81f071a919a60d8376baa"/>
+       </game>
+       <game name="Deca Sports (USA)">
+               <category>Games</category>
+               <description>Deca Sports (USA)</description>
+               <rom name="Deca Sports (USA).iso" size="4699979776" crc="b27f913f" md5="de343945288afc4daf7b6317616a7bf5" sha1="c53fe2b25a03874c72f71a10415d746493a3cc1e"/>
+       </game>
+       <game name="Guitar Hero - Smash Hits (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Guitar Hero - Smash Hits (USA) (En,Fr)</description>
+               <rom name="Guitar Hero - Smash Hits (USA) (En,Fr).iso" size="4699979776" crc="694c50cc" md5="4a45d718c0ab7648fe3ec030a816ae7c" sha1="638c8447b43301529c8251c763b324dd92224031"/>
+       </game>
+       <game name="Bakugan - Battle Brawlers (USA) (En,Fr) (Toys R Us)">
+               <category>Games</category>
+               <description>Bakugan - Battle Brawlers (USA) (En,Fr) (Toys R Us)</description>
+               <rom name="Bakugan - Battle Brawlers (USA) (En,Fr) (Toys R Us).iso" size="4699979776" crc="2b31375e" md5="f3a8ecb4dd40e5ec7f98e12134246291" sha1="f564ad72ec2f7dd69297d9e590803442812a1a27"/>
+       </game>
+       <game name="Arc Rise Fantasia (Japan)">
+               <category>Games</category>
+               <description>Arc Rise Fantasia (Japan)</description>
+               <rom name="Arc Rise Fantasia (Japan).iso" size="4699979776" crc="f92834dc" md5="31aebda4cb726a80763bb6c4e76211e2" sha1="383599d38df8105da21a32d7a18fb4a30514878e"/>
+       </game>
+       <game name="Fragile - Sayonara Tsuki no Haikyo (Japan)">
+               <category>Games</category>
+               <description>Fragile - Sayonara Tsuki no Haikyo (Japan)</description>
+               <rom name="Fragile - Sayonara Tsuki no Haikyo (Japan).iso" size="4699979776" crc="15c961d1" md5="143cdeb34fac8f70794f1dacbc08525b" sha1="dbcc17f942bcebeb4dace374bd79194ea760cb2a"/>
+       </game>
+       <game name="Suzumiya Haruhi no Heiretsu (Japan)">
+               <category>Games</category>
+               <description>Suzumiya Haruhi no Heiretsu (Japan)</description>
+               <rom name="Suzumiya Haruhi no Heiretsu (Japan).iso" size="4699979776" crc="d98bfcbb" md5="63dc19de5026e3df91c7bb06dcb727b1" sha1="3e31fbd58c4ee83885c99c6024dacb4381431ef7"/>
+       </game>
+       <game name="Zelda no Densetsu - Twilight Princess (Japan)">
+               <category>Games</category>
+               <description>Zelda no Densetsu - Twilight Princess (Japan)</description>
+               <rom name="Zelda no Densetsu - Twilight Princess (Japan).iso" size="4699979776" crc="2bf3cd23" md5="4979793d525198ef13e19ef369311743" sha1="fda756a07158dcfa77d496eb5c8793848b5330dd"/>
+       </game>
+       <game name="Zero - Tsukihami no Kamen (Japan)">
+               <category>Games</category>
+               <description>Zero - Tsukihami no Kamen (Japan)</description>
+               <rom name="Zero - Tsukihami no Kamen (Japan).iso" size="4699979776" crc="5bacf607" md5="b3e4f1b9fef5ac9e7931890bb8cb50a9" sha1="e166ed9564a10071e41597d9ed82f5e796ad74b8"/>
+       </game>
+       <game name="FaceBreaker K.O. Party (USA) (En,Fr)">
+               <category>Games</category>
+               <description>FaceBreaker K.O. Party (USA) (En,Fr)</description>
+               <rom name="FaceBreaker K.O. Party (USA) (En,Fr).iso" size="4699979776" crc="fee0a8b7" md5="49cbbc568bfa7960570a52f6407d91c9" sha1="fff9fad489c19459c6efa9c89dd129b39ef52187"/>
+       </game>
+       <game name="Price Is Right, The - 2010 Edition (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Price Is Right, The - 2010 Edition (USA) (En,Fr)</description>
+               <rom name="Price Is Right, The - 2010 Edition (USA) (En,Fr).iso" size="4699979776" crc="b21a2980" md5="019a9c3e8eb75fb49b19093b08af5fae" sha1="818096e71a0794d4a736b94e830174d8022b0234"/>
+       </game>
+       <game name="Bratz - The Movie (USA)">
+               <category>Games</category>
+               <description>Bratz - The Movie (USA)</description>
+               <rom name="Bratz - The Movie (USA).iso" size="4699979776" crc="0d15cc2b" md5="6ce100fea8e00bdd68c391da074ad54a" sha1="35f0afaa6a3161e5b34676a41fb27ea82e4b4c2e"/>
+       </game>
+       <game name="Soulcalibur Legends (Japan)">
+               <category>Games</category>
+               <description>Soulcalibur Legends (Japan)</description>
+               <rom name="Soulcalibur Legends (Japan).iso" size="4699979776" crc="514021ef" md5="7a7701b96302e53d2cf5a0b6d6f3da63" sha1="71e044de7de6372be13736b2f50acd662785d537"/>
+       </game>
+       <game name="Super Paper Mario (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Super Paper Mario (Japan) (Rev 1)</description>
+               <rom name="Super Paper Mario (Japan) (Rev 1).iso" size="4699979776" crc="928fec96" md5="e105123946d298d4c740c19280cb3940" sha1="2ad8bbb0f1b5d05b520a1167ac7e4d7c7cca3555"/>
+       </game>
+       <game name="Metroid Prime 3 - Corruption (Japan)">
+               <category>Games</category>
+               <description>Metroid Prime 3 - Corruption (Japan)</description>
+               <rom name="Metroid Prime 3 - Corruption (Japan).iso" size="4699979776" crc="fd592ea4" md5="3d29b79527b966bb4723f131a95c38a1" sha1="6f7e46cafba9ae988813062d53be57321155f7fe"/>
+       </game>
+       <game name="Donkey Kong Taru Jet Race (Japan)">
+               <category>Games</category>
+               <description>Donkey Kong Taru Jet Race (Japan)</description>
+               <rom name="Donkey Kong Taru Jet Race (Japan).iso" size="4699979776" crc="da2c1c4d" md5="259e4531dbe8e122cce413ef420ae29a" sha1="622b172e16f70eb121773f2ced632095de1a8ef0"/>
+       </game>
+       <game name="Wario Land Shake (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Wario Land Shake (Japan) (Rev 1)</description>
+               <rom name="Wario Land Shake (Japan) (Rev 1).iso" size="4699979776" crc="ff24afeb" md5="33d6c752f928ad247b7940515d85168b" sha1="1a6a3f4efe44ca57ff9e6db5fa508b1101974994"/>
+       </game>
+       <game name="Mario Kart Wii (Japan)">
+               <category>Games</category>
+               <description>Mario Kart Wii (Japan)</description>
+               <rom name="Mario Kart Wii (Japan).iso" size="4699979776" crc="36b9a6b2" md5="1942f9c144af686cb99557ee6a1a120d" sha1="6539bada98dd48aed072082eba9e6049b53959bb"/>
+       </game>
+       <game name="Muramasa - The Demon Blade (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Muramasa - The Demon Blade (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Muramasa - The Demon Blade (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fd68bc74" md5="5f76bf463774db2948d9b3086e1d6ced" sha1="5f37800209e149b58611d0682e77e105da6164a5"/>
+       </game>
+       <game name="NBA 2K10 (USA)">
+               <category>Games</category>
+               <description>NBA 2K10 (USA)</description>
+               <rom name="NBA 2K10 (USA).iso" size="4699979776" crc="ee9fe484" md5="9f55a7531a8bd96343c8fa3f0d0fb58f" sha1="ffedadc39416873c3c91097b86e40372a0ccc603"/>
+       </game>
+       <game name="Link no Bowgun Training (Japan)">
+               <category>Games</category>
+               <description>Link no Bowgun Training (Japan)</description>
+               <rom name="Link no Bowgun Training (Japan).iso" size="4699979776" crc="15ba8da1" md5="6db2c6a6980a67dc9c1823f1accf5c2f" sha1="988b855fd303c18e498eb72ad8bb858ae8984363"/>
+       </game>
+       <game name="DJ Hero (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DJ Hero (USA) (En,Fr)</description>
+               <rom name="DJ Hero (USA) (En,Fr).iso" size="4699979776" crc="57305a8d" md5="314f750ba4c359e4b058b6f5900e7bb1" sha1="0314ba942caaa2f127c9c32658a7a6306e4f3f5e"/>
+       </game>
+       <game name="Cruise Ship Vacation Games (USA)">
+               <category>Games</category>
+               <description>Cruise Ship Vacation Games (USA)</description>
+               <rom name="Cruise Ship Vacation Games (USA).iso" size="4699979776" crc="f211cd39" md5="900217748f41b1edb2f22cf35c2f4552" sha1="dc9b774707b0c7fe1eec9918aa5f68abdc442ce1"/>
+       </game>
+       <game name="London Taxi - Rushour (USA)">
+               <category>Games</category>
+               <description>London Taxi - Rushour (USA)</description>
+               <rom name="London Taxi - Rushour (USA).iso" size="4699979776" crc="cb1ae185" md5="28d0c2f4b47e1acfa5f2b5bc5168fb94" sha1="85260ba3ec67c8460f0c667d024594ce898819ac"/>
+       </game>
+       <game name="Ski and Shoot (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Ski and Shoot (USA) (En,Fr)</description>
+               <rom name="Ski and Shoot (USA) (En,Fr).iso" size="4699979776" crc="8370bf6e" md5="5b21d5e65b61337e17a1e233be9fb288" sha1="d58718ed5ec2384a33c8ec1dcb7ce65740af7320"/>
+       </game>
+       <game name="Game Party (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Game Party (USA) (Rev 1)</description>
+               <rom name="Game Party (USA) (Rev 1).iso" size="4699979776" crc="ff51b944" md5="702b4035914c3c83d0acb549e58cc2f0" sha1="5e2c12f11bdd0eca7542b53217205488e37690c1"/>
+       </game>
+       <game name="Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="ac2b08ac" md5="2bd1c76cb18e1df04eb9228a0e40f42d" sha1="5ea4787a89b836766d6e610913cfc73e1af41fd6"/>
+       </game>
+       <game name="Deca Sports 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Deca Sports 2 (USA) (En,Fr,Es)</description>
+               <rom name="Deca Sports 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="7205d2b1" md5="010b33456cd6f894c2464227e5f110b2" sha1="bf4bb79c24b8dc8c570534d84005e8171c8b0a8e"/>
+       </game>
+       <game name="House of the Dead, The - Overkill (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>House of the Dead, The - Overkill (Europe) (En,Fr,Es,It)</description>
+               <rom name="House of the Dead, The - Overkill (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="59ef0ed6" md5="405ee54b6519303800165e436f922bcc" sha1="6de3d2b14830ffc3f120f735431e2f32a3aa1c90"/>
+       </game>
+       <game name="Rapala's Fishing Frenzy (USA)">
+               <category>Games</category>
+               <description>Rapala's Fishing Frenzy (USA)</description>
+               <rom name="Rapala's Fishing Frenzy (USA).iso" size="4699979776" crc="071a480b" md5="60128f2e512de8a40d95323a8f40cbae" sha1="f88475988dc29e8416d88e9bd3457e19429a2659"/>
+       </game>
+       <game name="Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ecdbce00" md5="68039075bd476d0f0bd5d31d1e474f76" sha1="e406847a2350a9d188817dfae75d3a5e89485116"/>
+       </game>
+       <game name="Little King's Story (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Little King's Story (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Little King's Story (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="73c72bb9" md5="3bfb9dddf056787e971016a67845e629" sha1="c7b72ed6424ee337fcf1970b7df71248821a358f"/>
+       </game>
+       <game name="Biggest Loser, The (USA)">
+               <category>Games</category>
+               <description>Biggest Loser, The (USA)</description>
+               <rom name="Biggest Loser, The (USA).iso" size="4699979776" crc="b8bf5ba9" md5="4c1c504bb23a8864ffe0de52cec32f67" sha1="209f6fea57233fca0da5d8ef647d0e79407ffc59"/>
+       </game>
+       <game name="Ready 2 Rumble - Revolution (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ready 2 Rumble - Revolution (USA) (En,Fr,Es)</description>
+               <rom name="Ready 2 Rumble - Revolution (USA) (En,Fr,Es).iso" size="4699979776" crc="1c80f38c" md5="ba94999e12833f917fbe216b0e9157a4" sha1="434fa58acf23b68cd11654268e0b1ae1515b455f"/>
+       </game>
+       <game name="Bratz - Girlz Really Rock (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Bratz - Girlz Really Rock (USA) (En,Fr)</description>
+               <rom name="Bratz - Girlz Really Rock (USA) (En,Fr).iso" size="4699979776" crc="0bea8553" md5="23414eef965da01c6687c55db31f458a" sha1="a54ec4f336c151c40b6630bcef8c2b12fe8cea91"/>
+       </game>
+       <game name="Cabela's Outdoor Adventures (USA)">
+               <category>Games</category>
+               <description>Cabela's Outdoor Adventures (USA)</description>
+               <rom name="Cabela's Outdoor Adventures (USA).iso" size="4699979776" crc="b98b9102" md5="4c40eb044dda7d78497e1b2c6c592404" sha1="dc89a88457624dfbfe9c76567416f7117c6e92eb"/>
+       </game>
+       <game name="Jelly Belly - Ballistic Beans (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Jelly Belly - Ballistic Beans (USA) (En,Fr,Es)</description>
+               <rom name="Jelly Belly - Ballistic Beans (USA) (En,Fr,Es).iso" size="4699979776" crc="5b10c70d" md5="3d99126fb82280ad0a60423ee66aa803" sha1="41b5e680a892078a946742e5692c3301c4d1e84a"/>
+       </game>
+       <game name="Ultimate Party Challenge (USA)">
+               <category>Games</category>
+               <description>Ultimate Party Challenge (USA)</description>
+               <rom name="Ultimate Party Challenge (USA).iso" size="4699979776" crc="1d6661f4" md5="600a2848b1fa4781e6dfb0c9a06847a3" sha1="d43ba8dfbef961e5de5d2550b327991a2dff3ce8"/>
+       </game>
+       <game name="Smiley World - Island Challenge (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Smiley World - Island Challenge (USA) (En,Fr,Es)</description>
+               <rom name="Smiley World - Island Challenge (USA) (En,Fr,Es).iso" size="4699979776" crc="66086015" md5="e95129ecfd3fd1b72b640b5ed1de7596" sha1="936c65584a45658cc33ae6363c97535c6ba8f0ed"/>
+       </game>
+       <game name="Brothers in Arms - Road to Hill 30 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brothers in Arms - Road to Hill 30 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Brothers in Arms - Road to Hill 30 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b3c567fb" md5="327d8757c6e7dc2d8b0c4978d2c17fc3" sha1="54edfca79cfb08a9e3707f07c5fc9f022d8fa993"/>
+       </game>
+       <game name="Brothers in Arms - Earned in Blood (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brothers in Arms - Earned in Blood (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Brothers in Arms - Earned in Blood (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9ca00c47" md5="1f6217b94162b7dbd14b2413def1601a" sha1="5176029be0236db189d256cbb70389df0063dff6"/>
+       </game>
+       <game name="Harvest Moon - Magical Melody (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harvest Moon - Magical Melody (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Harvest Moon - Magical Melody (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="407fedf2" md5="22d8bacaa8227ea2e1fc2ac830a48738" sha1="b9b5d710848a282f2ecaf4db83e876ff4cfb7125"/>
+       </game>
+       <game name="Metal Slug Anthology (UK)">
+               <category>Games</category>
+               <description>Metal Slug Anthology (UK)</description>
+               <rom name="Metal Slug Anthology (UK).iso" size="4699979776" crc="dfbc84b1" md5="eed6370f56f9ea00e734a7a7fd47865e" sha1="7c6bb0cea04bc12fcac8dae788f1272bf6bd481b"/>
+       </game>
+       <game name="Zack &amp; Wiki - Quest for Barbaros' Treasure (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Zack &amp; Wiki - Quest for Barbaros' Treasure (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Zack &amp; Wiki - Quest for Barbaros' Treasure (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="6135c69d" md5="565ac97dfac547a07fe62feec6c91963" sha1="5c94af646d14cac8ed7c6ec91d1f940f58c622c2"/>
+       </game>
+       <game name="Super Monkey Ball - Banana Blitz (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Monkey Ball - Banana Blitz (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Monkey Ball - Banana Blitz (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="af64c370" md5="eb4c7bc397f78f9f48778d289c7d5f09" sha1="17b840a49273b48d512df15c7b937e4fd3c4f44b"/>
+       </game>
+       <game name="Wario Land - The Shake Dimension (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wario Land - The Shake Dimension (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wario Land - The Shake Dimension (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="936d9216" md5="f8d3599798297dc2beeb2acf4a181601" sha1="2f086df1aa2e7885fe41321b960f4c6c8551237a"/>
+       </game>
+       <game name="MLB Power Pros (USA)">
+               <category>Games</category>
+               <description>MLB Power Pros (USA)</description>
+               <rom name="MLB Power Pros (USA).iso" size="4699979776" crc="2e7ee3f2" md5="8f1b2a2ae0f7e8101746afd87f16f039" sha1="6b989dccf50ae79c9f3138570945a75b0697f69f"/>
+       </game>
+       <game name="Heatseeker (USA)">
+               <category>Games</category>
+               <description>Heatseeker (USA)</description>
+               <rom name="Heatseeker (USA).iso" size="4699979776" crc="4f152ab6" md5="78490e720eac02705c27f4d9e144a5ca" sha1="9fbde9817b806917fd0c8ba39f7a2f6bc2780dc8"/>
+       </game>
+       <game name="Mercury Meltdown Revolution (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mercury Meltdown Revolution (USA) (En,Fr,Es)</description>
+               <rom name="Mercury Meltdown Revolution (USA) (En,Fr,Es).iso" size="4699979776" crc="60f0d9ba" md5="8d985b6a1b230ab6685844881269f797" sha1="e937a5aadc12b9be79aeafca4ee4a37cf4553689"/>
+       </game>
+       <game name="Wii Sports Resort (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Sports Resort (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="18b07bb0" md5="3aabcdd66c89a8d6d1d4c9eb7003e6ef" sha1="a502c6063d692e1d5286e9b303f067dfe748bb84"/>
+       </game>
+       <game name="Broken Sword - Shadow of the Templars - The Director's Cut (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Broken Sword - Shadow of the Templars - The Director's Cut (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Broken Sword - Shadow of the Templars - The Director's Cut (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7de189cb" md5="f3de5f3eb741e5b831615f36ae3b994e" sha1="800a1167797ff5e9823cb4a0e6dc571943ae95a9"/>
+       </game>
+       <game name="FIFA 10 (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>FIFA 10 (Europe) (En,Nl)</description>
+               <rom name="FIFA 10 (Europe) (En,Nl).iso" size="4699979776" crc="48236f75" md5="7ff997bc9297ba76543f3c6eb61206d2" sha1="ec42e31243139eb4697b6d126e4f20d38a33bc20"/>
+       </game>
+       <game name="House of the Dead 2 &amp; 3 Return, The (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>House of the Dead 2 &amp; 3 Return, The (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="House of the Dead 2 &amp; 3 Return, The (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="e0417404" md5="e54b26d0780481362488ccc78f3a0f15" sha1="5a984331417852666f69b9d8b848c86440b6eaa2"/>
+       </game>
+       <game name="Trauma Center - New Blood (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Trauma Center - New Blood (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Trauma Center - New Blood (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="7f68ecad" md5="dd65b7f1009e305c659b82f533b85a47" sha1="51af00a716103637ea4d5de9f13e1ca6f0ac5093"/>
+       </game>
+       <game name="Muramasa - The Demon Blade (USA)">
+               <category>Games</category>
+               <description>Muramasa - The Demon Blade (USA)</description>
+               <rom name="Muramasa - The Demon Blade (USA).iso" size="4699979776" crc="5a6e270b" md5="682d33e55046fc02153862bab21b4d23" sha1="b40307079aa4d4a96d0a7d751bf5608649298874"/>
+       </game>
+       <game name="Madden NFL 09 - All-Play (USA)">
+               <category>Games</category>
+               <description>Madden NFL 09 - All-Play (USA)</description>
+               <rom name="Madden NFL 09 - All-Play (USA).iso" size="4699979776" crc="a2df195d" md5="de66a69c024c9195ab874d86c1bd53ee" sha1="ba024bef2b633e10613a08de8614b13bdfbfa6f7"/>
+       </game>
+       <game name="Need for Speed - Nitro (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Need for Speed - Nitro (USA) (En,Fr,Es)</description>
+               <rom name="Need for Speed - Nitro (USA) (En,Fr,Es).iso" size="4699979776" crc="c1806c8c" md5="233d6f1e6ad3326f62cd4d81692ad12f" sha1="8d3f568c656fbec545bbe9b17ec925a9ac9cd5cd"/>
+       </game>
+       <game name="Nickelodeon SpongeBob's Truth or Square (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob's Truth or Square (USA)</description>
+               <rom name="Nickelodeon SpongeBob's Truth or Square (USA).iso" size="4699979776" crc="1b73aaf8" md5="6b3d277e638f41fa6cc4985ce7ef05bd" sha1="eacbd13978be3e660221eeac98b3cbf669d4a10d"/>
+       </game>
+       <game name="We Cheer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>We Cheer (USA) (En,Fr,Es)</description>
+               <rom name="We Cheer (USA) (En,Fr,Es).iso" size="4699979776" crc="b2164abc" md5="a8776ba3b80c1c74bf30aeb8912b5bb9" sha1="beb56c18b6149783f73e02d5953231b4970b60a3"/>
+       </game>
+       <game name="Dead Space - Extraction (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Dead Space - Extraction (USA) (En,Fr)</description>
+               <rom name="Dead Space - Extraction (USA) (En,Fr).iso" size="4699979776" crc="f8e52bd6" md5="7e67420e8754a42205d5bb1ecf87cd55" sha1="762ee876d50ff916b873d87f08755231ae47338a"/>
+       </game>
+       <game name="Ben 10 - Protector of Earth (USA)">
+               <category>Games</category>
+               <description>Ben 10 - Protector of Earth (USA)</description>
+               <rom name="Ben 10 - Protector of Earth (USA).iso" size="4699979776" crc="354015dd" md5="d342fb9f96ab61fcd6ad49b0dc7f955a" sha1="33485c37f4b181f59079d01086a43c5a3d06f312"/>
+       </game>
+       <game name="Opoona (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Opoona (Europe) (En,Fr,De)</description>
+               <rom name="Opoona (Europe) (En,Fr,De).iso" size="4699979776" crc="6fc5df2a" md5="1edb8f320a8c1944772df21980d96bc1" sha1="3b21fa54e7e2f223ef2c070e0a49bde94d147832"/>
+       </game>
+       <game name="Astro Boy - The Video Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Astro Boy - The Video Game (USA) (En,Fr,Es)</description>
+               <rom name="Astro Boy - The Video Game (USA) (En,Fr,Es).iso" size="4699979776" crc="c33551a3" md5="bafb2c8de9e8ec34bde2b47c2fe7c52c" sha1="8c3cc8c561d5269e757ea4fe6510b2ea468acdfb"/>
+       </game>
+       <game name="Bakugan - Battle Brawlers (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Bakugan - Battle Brawlers (USA) (En,Fr)</description>
+               <rom name="Bakugan - Battle Brawlers (USA) (En,Fr).iso" size="4699979776" crc="798735d6" md5="fa6716a77b6e9fbacf4ef776c2af8097" sha1="06c2d6326ee8188478232fb5dcc361ac1c012f15"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare - Reflex (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare - Reflex (USA) (En,Fr)</description>
+               <rom name="Call of Duty - Modern Warfare - Reflex (USA) (En,Fr).iso" size="4699979776" crc="94857937" md5="c6b0070d87cff24b81ee2c01c3283c18" sha1="983444e5fc7c494073780828b6552b7e1babb472"/>
+       </game>
+       <game name="Drawn to Life - The Next Chapter (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Drawn to Life - The Next Chapter (USA) (En,Fr)</description>
+               <rom name="Drawn to Life - The Next Chapter (USA) (En,Fr).iso" size="4699979776" crc="c8ebd172" md5="6c0a24518b8e072c5718aeb962ad51e7" sha1="a83b5e036badc6b3d6dd134dceee2ff7d9b133e3"/>
+       </game>
+       <game name="Hasbro Family Game Night 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night 2 (USA) (En,Fr,Es)</description>
+               <rom name="Hasbro Family Game Night 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="a24909c8" md5="669e3267515a9aaa6c67ea97e6db2a68" sha1="76cf0810732e89d4b3b61daeb316ff8e80b5ff45"/>
+       </game>
+       <game name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es).iso" size="4699979776" crc="bbe5a6bd" md5="2b98339b812058dc1344bb6c7eec9e53" sha1="3baae0289753c7e2346806df5d2788f679ce0f9f"/>
+       </game>
+       <game name="Dead Space - Extraction (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Dead Space - Extraction (Europe) (En,Fr,De,It)</description>
+               <rom name="Dead Space - Extraction (Europe) (En,Fr,De,It).iso" size="4699979776" crc="0ef06f46" md5="aebb783f7b1fd3ff6db8feaa103dd338" sha1="57433eb4572fa8a6008154d82f9ba450854c60bc"/>
+       </game>
+       <game name="EA Sports Active - More Workouts (USA) (En,Fr)">
+               <category>Games</category>
+               <description>EA Sports Active - More Workouts (USA) (En,Fr)</description>
+               <rom name="EA Sports Active - More Workouts (USA) (En,Fr).iso" size="4699979776" crc="e246cc09" md5="301175481043157134d4779d1a46b450" sha1="81a48b98b135cc700127d169180398e09dfd6a2a"/>
+       </game>
+       <game name="Big Brain Academy for Wii (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Brain Academy for Wii (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Big Brain Academy for Wii (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="6538bbd9" md5="e9710660538d07454d069dd3d99a1a4c" sha1="fbece33c107b50a3b810097c2519f2fb08a3d897"/>
+       </game>
+       <game name="Aqua Panic! (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Aqua Panic! (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Aqua Panic! (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="a460a9d1" md5="d2487ab4ac59e63106722f5b2cada3fa" sha1="dfb79aa627c17894d55ded36b62acbc72b80904f"/>
+       </game>
+       <game name="LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="44ad7639" md5="597fcff0e23349544c38f467e2e27004" sha1="721761665885e52727d59b526637ab40df7efa05"/>
+       </game>
+       <game name="Disney-Pixar Cars - Race-O-Rama (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars - Race-O-Rama (USA) (En,Fr)</description>
+               <rom name="Disney-Pixar Cars - Race-O-Rama (USA) (En,Fr).iso" size="4699979776" crc="f9d1b981" md5="549974498ee04b1a90d22a629eb0a4e6" sha1="7c5b23fa9d0f7143422ee73f8fa93e11cb96e5e9"/>
+       </game>
+       <game name="Ice Age 2 - The Meltdown (USA)">
+               <category>Games</category>
+               <description>Ice Age 2 - The Meltdown (USA)</description>
+               <rom name="Ice Age 2 - The Meltdown (USA).iso" size="4699979776" crc="f04df98f" md5="82872679fd1592663bd041aa4b29e116" sha1="902d71c95fa87d429e00b401dceb53c2637d8396"/>
+       </game>
+       <game name="LEGO Rock Band (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Rock Band (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Rock Band (USA) (En,Fr,Es).iso" size="4699979776" crc="cb2dfd36" md5="73482b1e5c15da7f38a988d238fa42bd" sha1="9e8c6f2cfb68d276194d8d02419ed1df5ce25d14"/>
+       </game>
+       <game name="Rabbids Go Home (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rabbids Go Home (USA) (En,Fr,Es)</description>
+               <rom name="Rabbids Go Home (USA) (En,Fr,Es).iso" size="4699979776" crc="6f27a103" md5="5c0453356f94d021530ac99fc28c50ff" sha1="21c2d1cccc6ab0c557e97453ef0802ca293f57d4"/>
+       </game>
+       <game name="Sega Bass Fishing (USA)">
+               <category>Games</category>
+               <description>Sega Bass Fishing (USA)</description>
+               <rom name="Sega Bass Fishing (USA).iso" size="4699979776" crc="a69915d7" md5="735eb193e2d5ff71a4e0384659d97816" sha1="967a970b7f8bd01b849579c69efa1d223a49d72b"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2010 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2010 (USA) (En,Fr,Es)</description>
+               <rom name="WWE SmackDown vs. Raw 2010 (USA) (En,Fr,Es).iso" size="4699979776" crc="3454355e" md5="96e4431949d8b293c001f9daac6f2fac" sha1="5aefb8bb3471fdcb4024898a5c1a52cfa0f060a0"/>
+       </game>
+       <game name="My Baby First Steps (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>My Baby First Steps (USA) (En,Fr,Es)</description>
+               <rom name="My Baby First Steps (USA) (En,Fr,Es).iso" size="4699979776" crc="6677f8bc" md5="2e0203f07caac258d18106d900553e8a" sha1="b6c87dc81bb89585f814332ef279bd3fda120360"/>
+       </game>
+       <game name="F1 2009 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>F1 2009 (USA) (En,Fr,Es)</description>
+               <rom name="F1 2009 (USA) (En,Fr,Es).iso" size="4699979776" crc="4540ad49" md5="52096dea6d48c707281b4e005580f22f" sha1="69fdf4c980f5adc1cb2c945c9eea0a698b7d4fc6"/>
+       </game>
+       <game name="Jurassic - The Hunted (USA)">
+               <category>Games</category>
+               <description>Jurassic - The Hunted (USA)</description>
+               <rom name="Jurassic - The Hunted (USA).iso" size="4699979776" crc="1b7d7dc0" md5="aec5c8f58f7311f10ca9ddf9600d3143" sha1="0f6f5c804154e22d21538ea09f3bb6d6cb5ce156"/>
+       </game>
+       <game name="Playmobil Circus (USA) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Playmobil Circus (USA) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Playmobil Circus (USA) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="3ce73ca3" md5="8a8c6282da89d5b5c83735625897eb16" sha1="d5ce957371ecaee96b5c82590e90032b74e6ae9b"/>
+       </game>
+       <game name="Storybook Workshop (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Storybook Workshop (USA) (En,Fr,Es)</description>
+               <rom name="Storybook Workshop (USA) (En,Fr,Es).iso" size="4699979776" crc="2a62cd5e" md5="c0756825dffe7229f80a1e6aeb071231" sha1="7cd9d8ef896cce25a885d3d7b39a0d109dee3ff8"/>
+       </game>
+       <game name="Walk It Out! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Walk It Out! (USA) (En,Fr,Es)</description>
+               <rom name="Walk It Out! (USA) (En,Fr,Es).iso" size="4699979776" crc="1c1474ec" md5="d1f8434a8a47a8e4d39ea8a78c510f03" sha1="658817e0973fe9cc03a68760338484eb7b019345"/>
+       </game>
+       <game name="Biohazard Zero (Japan)">
+               <category>Games</category>
+               <description>Biohazard Zero (Japan)</description>
+               <rom name="Biohazard Zero (Japan).iso" size="4699979776" crc="73e0444d" md5="018f4658d33b39b5e097564d1e876661" sha1="a620b0b723233f7da40730bd96aa3fb8578e857a"/>
+       </game>
+       <game name="Biohazard (Japan)">
+               <category>Games</category>
+               <description>Biohazard (Japan)</description>
+               <rom name="Biohazard (Japan).iso" size="4699979776" crc="525d47d9" md5="b2cba9d58898510d45e9808b91dd4087" sha1="a1b17b3d290f7ae0c3f18b4bd6231203d17f907b"/>
+       </game>
+       <game name="Biohazard 4 - Wii Edition (Japan)">
+               <category>Games</category>
+               <description>Biohazard 4 - Wii Edition (Japan)</description>
+               <rom name="Biohazard 4 - Wii Edition (Japan).iso" size="4699979776" crc="535ec7d0" md5="253c9431389bbb0dbb17f5fdfb234549" sha1="3d3382fd74802be233771ba735a526c2d5179756"/>
+       </game>
+       <game name="Biohazard - Umbrella Chronicles (Japan)">
+               <category>Games</category>
+               <description>Biohazard - Umbrella Chronicles (Japan)</description>
+               <rom name="Biohazard - Umbrella Chronicles (Japan).iso" size="4699979776" crc="69fbf647" md5="7f06147bdb6b3cb663f0fdae877c8068" sha1="ebd6d59d9b7f83fca3de1512984a710f6a16129d"/>
+       </game>
+       <game name="Resident Evil Archives - Resident Evil Zero (USA)">
+               <category>Games</category>
+               <description>Resident Evil Archives - Resident Evil Zero (USA)</description>
+               <rom name="Resident Evil Archives - Resident Evil Zero (USA).iso" size="4699979776" crc="61e6ada0" md5="b781c861deb5fd78d82ce8db02548843" sha1="cfb7c88eaf4cead7c0dc7ebb98c020560c7864a7"/>
+       </game>
+       <game name="Resident Evil - The Darkside Chronicles (USA)">
+               <category>Games</category>
+               <description>Resident Evil - The Darkside Chronicles (USA)</description>
+               <rom name="Resident Evil - The Darkside Chronicles (USA).iso" size="4699979776" crc="0908a1fc" md5="e5437dffa882abb3e85dc44348a02f37" sha1="a1474d7b9ab42397873ccf05a6523b708f76535b"/>
+       </game>
+       <game name="Are You Smarter than a 5th Grader Game Time (USA)">
+               <category>Games</category>
+               <description>Are You Smarter than a 5th Grader Game Time (USA)</description>
+               <rom name="Are You Smarter than a 5th Grader Game Time (USA).iso" size="4699979776" crc="34c89e96" md5="1ebe65b98ceb63d5e99cc128cea309c9" sha1="a0b8f605e3c90049e7a64fb17f19d72ff8c37ab8"/>
+       </game>
+       <game name="Ben 10 - Alien Force - Vilgax Attacks (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ben 10 - Alien Force - Vilgax Attacks (USA) (En,Fr,Es)</description>
+               <rom name="Ben 10 - Alien Force - Vilgax Attacks (USA) (En,Fr,Es).iso" size="4699979776" crc="b22dea8d" md5="c75ee4467dbff582dedcce1293e677fe" sha1="aeb28c5d94f0aaad67b141ff904d683dc5f0ca71"/>
+       </game>
+       <game name="Secret Saturdays, The - Beasts of the 5th Sun (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Secret Saturdays, The - Beasts of the 5th Sun (USA) (En,Fr,Es)</description>
+               <rom name="Secret Saturdays, The - Beasts of the 5th Sun (USA) (En,Fr,Es).iso" size="4699979776" crc="de78a0d1" md5="526ff8b6c34ba0cb06ac1061ff0af9b0" sha1="6d980ca7a67dab59811839294019377bc7c684c3"/>
+       </game>
+       <game name="World of Zoo (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>World of Zoo (USA) (En,Fr,Es)</description>
+               <rom name="World of Zoo (USA) (En,Fr,Es).iso" size="4699979776" crc="c1a84119" md5="f0072c3355f63957568a63d9ea8ccf31" sha1="c342d1a55e7e7e1be0daf88d0a37af69a0b22ec7"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles - Smash-Up (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles - Smash-Up (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Teenage Mutant Ninja Turtles - Smash-Up (USA) (En,Fr,De,Es,It).iso" size="4699979776" crc="2f59d424" md5="29237aee3325787cab85595f82f13ab6" sha1="f059293fb15c319b378d860d95f5d1fd5c6cd4c9"/>
+       </game>
+       <game name="Ookami (USA)">
+               <category>Games</category>
+               <description>Ookami (USA)</description>
+               <rom name="Ookami (USA).iso" size="4699979776" crc="d31c3e93" md5="dac4e2030f2ab1ec147a8991d6cbcb0a" sha1="b4618f9b0c088a74b688b215509cb0aa663a3610"/>
+       </game>
+       <game name="Ultimate Duck Hunting - Hunting &amp; Retrieving Ducks (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ultimate Duck Hunting - Hunting &amp; Retrieving Ducks (USA) (En,Fr,Es)</description>
+               <rom name="Ultimate Duck Hunting - Hunting &amp; Retrieving Ducks (USA) (En,Fr,Es).iso" size="4699979776" crc="7662fec9" md5="acbe4fcd9049f6f7b02a0eb0cc97c702" sha1="037e104713cf2a22406df4876395ad7f4cb5caf1"/>
+       </game>
+       <game name="Resident Evil Archives - Resident Evil Zero (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil Archives - Resident Evil Zero (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Resident Evil Archives - Resident Evil Zero (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="98004ab4" md5="0ed69d67dfeab9ab0d6a46bb3db64b4b" sha1="0dffaf840de37078d95424a1ab1a78d897ca57ec"/>
+       </game>
+       <game name="Resident Evil - The Darkside Chronicles (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil - The Darkside Chronicles (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Resident Evil - The Darkside Chronicles (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="ec1aeca1" md5="19a03a302a5590515b4a5e0aa686358f" sha1="8a204928a6f86dd268725a8f13924b91d86ff20b"/>
+       </game>
+       <game name="No More Heroes 2 - Desperate Struggle (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>No More Heroes 2 - Desperate Struggle (USA) (En,Fr,Es)</description>
+               <rom name="No More Heroes 2 - Desperate Struggle (USA) (En,Fr,Es).iso" size="4699979776" crc="af61e139" md5="00cb871d08c1859d81102dfd35d860c8" sha1="6f89a7fe49ef211ca01be73fc7332b8147d8ef78"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="1cc03c30" md5="05022377c66dcc13dd8308b333c202db" sha1="aa7b134a7606435ddcd735f2964ebdecde38c2ef"/>
+       </game>
+       <game name="Guitar Hero - Van Halen (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Guitar Hero - Van Halen (USA) (En,Fr)</description>
+               <rom name="Guitar Hero - Van Halen (USA) (En,Fr).iso" size="4699979776" crc="04b67e4a" md5="9d81b6dc83c5fbc305ef246e78617556" sha1="aa39dc4c1320eb3e7bf0878fd7d746618cedd7f1"/>
+       </game>
+       <game name="James Cameron's Avatar - The Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>James Cameron's Avatar - The Game (USA) (En,Fr,Es)</description>
+               <rom name="James Cameron's Avatar - The Game (USA) (En,Fr,Es).iso" size="4699979776" crc="7ca3f11c" md5="4e70c62b9987a13d8dc950ce85fbdeb4" sha1="56e202bbd569b5b77b1d268696647e8d887bf60d"/>
+       </game>
+       <game name="Disney The Princess and the Frog (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney The Princess and the Frog (USA) (En,Fr,Es)</description>
+               <rom name="Disney The Princess and the Frog (USA) (En,Fr,Es).iso" size="4699979776" crc="a0828426" md5="e5e993560e8838bdf1e323567ffbd43e" sha1="1bed622ab09c4e811b1524b22dc3727eb34ebc47"/>
+       </game>
+       <game name="Alvin and the Chipmunks - The Squeakquel (USA)">
+               <category>Games</category>
+               <description>Alvin and the Chipmunks - The Squeakquel (USA)</description>
+               <rom name="Alvin and the Chipmunks - The Squeakquel (USA).iso" size="4699979776" crc="69ca5263" md5="4404353ab51be9e47114f42e61fdd370" sha1="f6d5010d419aaf0ff82f98eb4c1a97d90e140990"/>
+       </game>
+       <game name="Biohazard - The Darkside Chronicles (Japan)">
+               <category>Games</category>
+               <description>Biohazard - The Darkside Chronicles (Japan)</description>
+               <rom name="Biohazard - The Darkside Chronicles (Japan).iso" size="4699979776" crc="b931d421" md5="318dc2d1991b2398e8c125d51bbfc860" sha1="9b50e7979a56a6629eb8f41f48840b93179850dc"/>
+       </game>
+       <game name="Super Monkey Ball - Step &amp; Roll (USA)">
+               <category>Games</category>
+               <description>Super Monkey Ball - Step &amp; Roll (USA)</description>
+               <rom name="Super Monkey Ball - Step &amp; Roll (USA).iso" size="4699979776" crc="c64e229e" md5="6b1ed46bc3506331014cd49be3e05d03" sha1="965a9066f7f8503a344fbc0c994d41841018c99c"/>
+       </game>
+       <game name="Dragon Ball - Revenge of King Piccolo (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon Ball - Revenge of King Piccolo (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon Ball - Revenge of King Piccolo (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="846a1632" md5="c03e4c2b9c82c850e2659659d47fa046" sha1="ebd6c744e52e9938c69602e6896b7edf96c88730"/>
+       </game>
+       <game name="James Cameron's Avatar - The Game (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>James Cameron's Avatar - The Game (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="James Cameron's Avatar - The Game (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="6be218f5" md5="9510bdc63a05afc8b68e3fccb3113c7a" sha1="1fded872f34f9af24b863f199aa6ea2e9e19b367"/>
+       </game>
+       <game name="Teenage Mutant Ninja Turtles - Smash-Up (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Teenage Mutant Ninja Turtles - Smash-Up (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Teenage Mutant Ninja Turtles - Smash-Up (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a732c637" md5="e9fc3a03595a4869988baf5883717fbe" sha1="51b1e95793583f2985e889ae35e83650b3a10e61"/>
+       </game>
+       <game name="Super Monkey Ball - Step &amp; Roll (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Monkey Ball - Step &amp; Roll (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Super Monkey Ball - Step &amp; Roll (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="9733b44e" md5="f9bcf8383e6ca8237941a24e6488ec29" sha1="a3f8718d4ac00fa72c6294c7cbb9607ea60b6cc1"/>
+       </game>
+       <game name="Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="dc0ee917" md5="a10387eaeceaf17ec03f94d9620ca864" sha1="e0e6dabb440a5172c2404ac72fb1c89261e2aee5"/>
+       </game>
+       <game name="Marvel Super Hero Squad (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad (USA) (En,Fr,Es)</description>
+               <rom name="Marvel Super Hero Squad (USA) (En,Fr,Es).iso" size="4699979776" crc="db425e3f" md5="20c83351a453a6a05059dcaf2e2d8ba1" sha1="f7dbc0fd85b290ad31ef3a811c05964bd53903b4"/>
+       </game>
+       <game name="No More Heroes (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>No More Heroes (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="No More Heroes (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bd29d584" md5="9a7e2c53d59dfe7664a620b835396f83" sha1="55219e66da692c43f436c642f97ad5824ceaa09b"/>
+       </game>
+       <game name="Alone in the Dark (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Alone in the Dark (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Alone in the Dark (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="116d6fca" md5="00bb31f1677582dcaffd17fb100111e0" sha1="cc4f1ec595e4dde5437c660cd2eb7fdf0d65f3a8"/>
+       </game>
+       <game name="Data East Arcade Classics (USA)">
+               <category>Games</category>
+               <description>Data East Arcade Classics (USA)</description>
+               <rom name="Data East Arcade Classics (USA).iso" size="4699979776" crc="5daee9cd" md5="29c372a8e016d2950ad54c82697a9d34" sha1="783715bfe466c755a3323e7bcc0aaf204465e8a4"/>
+       </game>
+       <game name="Boom Blox (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Boom Blox (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Boom Blox (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f40a63bf" md5="bbab2f34194e3abac4c86211545c396c" sha1="61a4669ac9c6259b8bcfce51d4bc74c5ef8f4de1"/>
+       </game>
+       <game name="Racquet Sports (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Racquet Sports (USA) (En,Fr,Es)</description>
+               <rom name="Racquet Sports (USA) (En,Fr,Es).iso" size="4699979776" crc="bec259d5" md5="8de403bb81369479d69e3fb88c5cf7ac" sha1="d22cf728a3798678d2da4ad66c5fa5649983c020"/>
+       </game>
+       <game name="Broken Sword - Shadow of the Templars - The Director's Cut (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Broken Sword - Shadow of the Templars - The Director's Cut (USA) (En,Fr,Es)</description>
+               <rom name="Broken Sword - Shadow of the Templars - The Director's Cut (USA) (En,Fr,Es).iso" size="4699979776" crc="bab2c4ba" md5="9db304c8583c85f54c3032c953905c7b" sha1="b6bca710e1a534027221384358b0cc97a958c25c"/>
+       </game>
+       <game name="Baroque (USA)">
+               <category>Games</category>
+               <description>Baroque (USA)</description>
+               <rom name="Baroque (USA).iso" size="4699979776" crc="7911d3ce" md5="1ba20a004f7d03b605f9bd42a227ea71" sha1="aa3720e6ec92f00c0a30fe2ac642c6d15c627920"/>
+       </game>
+       <game name="Bleach - Shattered Blade (USA)">
+               <category>Games</category>
+               <description>Bleach - Shattered Blade (USA)</description>
+               <rom name="Bleach - Shattered Blade (USA).iso" size="4699979776" crc="f6086152" md5="2e95c47294bc519497dabdc666842e57" sha1="6af272f4399984e54f22a46b99a49dc939195bd3"/>
+       </game>
+       <game name="Blast Works - Build, Trade, Destroy (USA)">
+               <category>Games</category>
+               <description>Blast Works - Build, Trade, Destroy (USA)</description>
+               <rom name="Blast Works - Build, Trade, Destroy (USA).iso" size="4699979776" crc="f5e79dd5" md5="78b1aba7d6064aadf817d57ee94ce06b" sha1="ac22b634ff12f86722076cec6b8f5c9e267ed86a"/>
+       </game>
+       <game name="Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (USA)">
+               <category>Games</category>
+               <description>Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (USA)</description>
+               <rom name="Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (USA).iso" size="4699979776" crc="10305b14" md5="f164669f5c2c7d4edbec03542eac4729" sha1="541264b4711eaca8e7af3e3e20a369daf9357db2"/>
+       </game>
+       <game name="GT Pro Series (USA)">
+               <category>Games</category>
+               <description>GT Pro Series (USA)</description>
+               <rom name="GT Pro Series (USA).iso" size="4699979776" crc="a2fa8f26" md5="0cde8f6a4d59456b260a94aeb2bb28aa" sha1="405da30653d3ad9465f6196380ff3b021adb52b5"/>
+       </game>
+       <game name="Guitar Hero III - Legends of Rock (USA)">
+               <category>Games</category>
+               <description>Guitar Hero III - Legends of Rock (USA)</description>
+               <rom name="Guitar Hero III - Legends of Rock (USA).iso" size="4699979776" crc="798a4719" md5="eafd92008d4aef3cad199c26500bf44b" sha1="851150480fdbaaa6b08f49c3163308e6cbfeb9cf"/>
+       </game>
+       <game name="Shonen Jump One Piece - Unlimited Adventure (USA)">
+               <category>Games</category>
+               <description>Shonen Jump One Piece - Unlimited Adventure (USA)</description>
+               <rom name="Shonen Jump One Piece - Unlimited Adventure (USA).iso" size="4699979776" crc="c03aded9" md5="719e7878592dc0a7eff4ea0ca79a5db1" sha1="512e0cae8bbdda65ae0c985488044e9b79e5a518"/>
+       </game>
+       <game name="Tatsunoko vs. Capcom - Ultimate All-Stars (USA)">
+               <category>Games</category>
+               <description>Tatsunoko vs. Capcom - Ultimate All-Stars (USA)</description>
+               <rom name="Tatsunoko vs. Capcom - Ultimate All-Stars (USA).iso" size="4699979776" crc="00b91869" md5="c885ec1bacb424281845fe925d6a0fab" sha1="4cae082be6f3e8be35ba30bb342745d025190b18"/>
+       </game>
+       <game name="All Star Cheer Squad 2 (USA)">
+               <category>Games</category>
+               <description>All Star Cheer Squad 2 (USA)</description>
+               <rom name="All Star Cheer Squad 2 (USA).iso" size="4699979776" crc="55089c6e" md5="0dae2241a297c338e7b318ee9e682bac" sha1="456af520a62d13246512ca79aef926b9d2ad83dc"/>
+       </game>
+       <game name="Blast Works - Build, Trade, Destroy (UK)">
+               <category>Games</category>
+               <description>Blast Works - Build, Trade, Destroy (UK)</description>
+               <rom name="Blast Works - Build, Trade, Destroy (UK).iso" size="4699979776" crc="2a390a44" md5="57dd6c8cd58499b546ce276c8c146766" sha1="fc3c80f3e26ca1170ba8f0ef6aaeb4a0c3d13ecc"/>
+       </game>
+       <game name="Klonoa (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Klonoa (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Klonoa (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5258a666" md5="82eb5ad197217f9830496bd4f4b35863" sha1="def988727ce83c30b251fa9b7079a6cbf425b3c8"/>
+       </game>
+       <game name="FIFA 10 (Canada) (En,Fr)">
+               <category>Games</category>
+               <description>FIFA 10 (Canada) (En,Fr)</description>
+               <rom name="FIFA 10 (Canada) (En,Fr).iso" size="4699979776" crc="eaac4201" md5="7af397a0673ac9edf574dd9bf87820b2" sha1="ca8fe7706c9afd52753b6dd810df99092fd204ff"/>
+       </game>
+       <game name="Super Paper Mario (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Super Paper Mario (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Super Paper Mario (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="ad00ca01" md5="a7450810f197b3403069f03f09b5ce01" sha1="f86ce80049aa35f11d1fdf498d60087dc3806ac2"/>
+       </game>
+       <game name="Monster Hunter Tri (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster Hunter Tri (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster Hunter Tri (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e6a54872" md5="b4b777ced147aecb45d4c87ac9ac4b4c" sha1="66525f8181284e85abc2229a1c5b6273214024c0"/>
+       </game>
+       <game name="Carnival Games - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Carnival Games - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Carnival Games - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c9c09ff8" md5="78d9665e5cad95be3d79548471a61d49" sha1="f2a99c91853a2dee33bfc8a16a359b7dc3bb7a23"/>
+       </game>
+       <game name="MySims Racing (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>MySims Racing (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="MySims Racing (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2c8d2f2d" md5="d8657e87b8cace078e4ed604ba15c1a1" sha1="8ce16fe4c2ae8e0af7efa243ae09bd61c2b8232f"/>
+       </game>
+       <game name="Summer Athletics (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Summer Athletics (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Summer Athletics (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="5ae60931" md5="20d3e41282eaa1f88d3c5315f99d0ffc" sha1="e3cfae5d2182a3e522e618be0d2ecc953bf8d7c1"/>
+       </game>
+       <game name="Mortal Kombat - Armageddon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mortal Kombat - Armageddon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mortal Kombat - Armageddon (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fc676264" md5="b19800d1e0b59e5b2ddafc79c868e78c" sha1="dc2e9a4e09dbb998fff8df04dddbf207e7dbc7a0"/>
+       </game>
+       <game name="Pikmin (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pikmin (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pikmin (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b999d726" md5="eded803e145c760bad2983caf19ff504" sha1="7aa500b30b242edeabaf340c26242c9b36b24b23"/>
+       </game>
+       <game name="No More Heroes 2 - Desperate Struggle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>No More Heroes 2 - Desperate Struggle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="No More Heroes 2 - Desperate Struggle (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="70ddae8f" md5="e5d3c08aef715b0b1a5393fe7138aa9e" sha1="ab9fb4e40f8767e74dbac1487bca6f676d9438ef"/>
+       </game>
+       <game name="FreeLoader for Nintendo Wii (Europe) (Unl)">
+               <category>Applications</category>
+               <description>FreeLoader for Nintendo Wii (Europe) (Unl)</description>
+               <rom name="FreeLoader for Nintendo Wii (Europe) (Unl).iso" size="1459978240" crc="ba67749c" md5="83e3ee263b0b3e253b3d42342e47fc46" sha1="b5a3679d318fbf3034c72b5bd39a31524f7fe23c"/>
+       </game>
+       <game name="Super Mario Galaxy 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Super Mario Galaxy 2 (USA) (En,Fr,Es)</description>
+               <rom name="Super Mario Galaxy 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="fbc19306" md5="09a28c6fc53435b2d478516aac50055c" sha1="83fbe312615f65be2123d1a88c5eb532e1feec2f"/>
+       </game>
+       <game name="Mario Power Tennis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Power Tennis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Power Tennis (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5532686d" md5="0f29a21513495a096d68a7fb5c88e5fd" sha1="f7dcfc46030ac305e76d13c5509690e5644103c6"/>
+       </game>
+       <game name="Wii Fit (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Fit (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Fit (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="2aec75b4" md5="60b0decf6349311cdb6fb4841f3c8040" sha1="4c17f07da0f6ff3ce0436d41612b5aaedb26a8b6"/>
+       </game>
+       <game name="Wii Fit Plus (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Fit Plus (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Fit Plus (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="1dfe5245" md5="2da4ae82485293c227c94901449710bb" sha1="75ab2048c2323afbf7959cb20847e0e84138bf01"/>
+       </game>
+       <game name="Band Hero (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Band Hero (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Band Hero (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="15b8bbca" md5="800295c82835dbd1bc8210b295da8770" sha1="2a4f756375887eb9d7ebcbdc2555f5bdefead439"/>
+       </game>
+       <game name="Sonic Riders - Zero Gravity (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Riders - Zero Gravity (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sonic Riders - Zero Gravity (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3cdc27ca" md5="190a2c6fb9005af53937e3c5f53aaf7b" sha1="38448063119c4971097c0f8731ef2701506c7a7c"/>
+       </game>
+       <game name="Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9fe19815" md5="a51716de105eaef716d7a67b8f1fba10" sha1="83bf12370d828232339a9b28ab613ec12868fb01"/>
+       </game>
+       <game name="Super Mario Galaxy 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Mario Galaxy 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Mario Galaxy 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="04637269" md5="c9db57815bc78aac6db07248a1524b80" sha1="b427448646fddbed64667a113fabda5a09d0e84b"/>
+       </game>
+       <game name="America's Next Top Model (USA)">
+               <category>Games</category>
+               <description>America's Next Top Model (USA)</description>
+               <rom name="America's Next Top Model (USA).iso" size="4699979776" crc="df1db0a4" md5="f00d973e98df3c10f4f9e22361e7f64b" sha1="1ad948041af38ffcc51e5e32312afcb520906582"/>
+       </game>
+       <game name="Prince of Persia - The Forgotten Sands (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Prince of Persia - The Forgotten Sands (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Prince of Persia - The Forgotten Sands (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="f91314fd" md5="7048c2caad084bd96bbf812a87c29ba5" sha1="bc7d035a71e11cc4a70bc985bf5f3b2f612bf3b2"/>
+       </game>
+       <game name="Family GameShow (USA)">
+               <category>Games</category>
+               <description>Family GameShow (USA)</description>
+               <rom name="Family GameShow (USA).iso" size="4699979776" crc="0b74526b" md5="3ade2f1ee0204bcff0a72e78e6450d9f" sha1="af04edc0bca0639fe8c833f706a9bed18650e36c"/>
+       </game>
+       <game name="Monster Hunter Tri (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster Hunter Tri (USA) (En,Fr,Es)</description>
+               <rom name="Monster Hunter Tri (USA) (En,Fr,Es).iso" size="4699979776" crc="46848f76" md5="a56b231600a6a084eb91514e124194eb" sha1="ea0e5098509c241b5ec1997c14deace08dd95280"/>
+       </game>
+       <game name="MadWorld (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MadWorld (USA) (En,Fr,Es)</description>
+               <rom name="MadWorld (USA) (En,Fr,Es).iso" size="4699979776" crc="27fa6ac0" md5="12c86df1dde503c453a40223b273c984" sha1="5daefee01611b326ef0c3ad1c6370aa6c4837a6d"/>
+       </game>
+       <game name="Boy and His Blob, A (USA)">
+               <category>Games</category>
+               <description>Boy and His Blob, A (USA)</description>
+               <rom name="Boy and His Blob, A (USA).iso" size="4699979776" crc="9c1e4907" md5="b836e06ab7c01e2b8b61394e34bdb782" sha1="7f893817a0078aa599365fe7712b783c21aa7c0b"/>
+       </game>
+       <game name="Sin and Punishment - Successor of the Skies (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sin and Punishment - Successor of the Skies (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sin and Punishment - Successor of the Skies (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="792d4630" md5="666b1b991e96ed8778d8c393a2b36b54" sha1="a6d94b53fa74a39150a08060b1997915360d1373"/>
+       </game>
+       <game name="MadWorld (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>MadWorld (Europe) (En,Fr,Es,It)</description>
+               <rom name="MadWorld (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="f765f13b" md5="99cf03f650f23bcd989af0082758f239" sha1="140b936c0bdc1b4b6987238e617749aca24d9d32"/>
+       </game>
+       <game name="Disney The Princess and the Frog (USA) (En,Fr,Es) (Riverboat Jazz Edition)">
+               <category>Games</category>
+               <description>Disney The Princess and the Frog (USA) (En,Fr,Es) (Riverboat Jazz Edition)</description>
+               <rom name="Disney The Princess and the Frog (USA) (En,Fr,Es) (Riverboat Jazz Edition).iso" size="4699979776" crc="26d53983" md5="8e51a70b28e060bde2b9389df81319f3" sha1="a4f537136885196fc13faaae408d20b85af31f8d"/>
+       </game>
+       <game name="Call of Duty 3 (Germany)">
+               <category>Games</category>
+               <description>Call of Duty 3 (Germany)</description>
+               <rom name="Call of Duty 3 (Germany).iso" size="4699979776" crc="95fa3751" md5="d62cb97233a238f5b5ed84b9e180b304" sha1="0064267a91b93fb2317f327af18a1c94b46747ec"/>
+       </game>
+       <game name="Medal of Honor - Vanguard (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Medal of Honor - Vanguard (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Medal of Honor - Vanguard (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2e4d2a35" md5="0aa8dc8aad0596686ea9dcdf614c6b5b" sha1="334ca19bc1a003d812bcbf988db731957b91b56f"/>
+       </game>
+       <game name="Battalion Wars 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Battalion Wars 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Battalion Wars 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="24f09ee6" md5="7c56dd60937035438c6c5479689e7c3a" sha1="531d3396aa7323aba3f2d379e0f2fae524ac8299"/>
+       </game>
+       <game name="Thrillville - Off the Rails (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Thrillville - Off the Rails (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Thrillville - Off the Rails (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="f3176724" md5="210380bac7cc84fd3cdc161eba7adf3f" sha1="bec979153ba74c2c1f6a4667ea6ea49026a26328"/>
+       </game>
+       <game name="Endless Ocean - Blue World (USA)">
+               <category>Games</category>
+               <description>Endless Ocean - Blue World (USA)</description>
+               <rom name="Endless Ocean - Blue World (USA).iso" size="4699979776" crc="e6a34b32" md5="a62fea1de880968b8dc7649e1e2fcfec" sha1="e628f0ecad4c7c8b50f500b1e89cba45626a2986"/>
+       </game>
+       <game name="Worms - A Space Oddity (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Worms - A Space Oddity (USA) (En,Fr)</description>
+               <rom name="Worms - A Space Oddity (USA) (En,Fr).iso" size="4699979776" crc="c71de0fd" md5="be23c5907294adc8c05103a18d579e99" sha1="55f04a2a1f0e1cfcedd02918fe1f2103b3758691"/>
+       </game>
+       <game name="Cursed Mountain (UK)">
+               <category>Games</category>
+               <description>Cursed Mountain (UK)</description>
+               <rom name="Cursed Mountain (UK).iso" size="4699979776" crc="ec4146e1" md5="36a204c54e923bbc4696a129028e146e" sha1="c62ab5142872bf56c9827ef6dd86bf371e74ea20"/>
+       </game>
+       <game name="Nitrobike (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Nitrobike (USA) (En,Fr,Es)</description>
+               <rom name="Nitrobike (USA) (En,Fr,Es).iso" size="4699979776" crc="87cfc9d0" md5="d0fd28816638976994dc665b97c75946" sha1="8826a6fb5b02d2ee31abce12600c9051d31e6dc3"/>
+       </game>
+       <game name="Rig Racer 2 (USA)">
+               <category>Games</category>
+               <description>Rig Racer 2 (USA)</description>
+               <rom name="Rig Racer 2 (USA).iso" size="4699979776" crc="bfa9d9f6" md5="8ee307d9fb4e0e847bd7a9155f910321" sha1="924bf0e0e9827c7436245fe0feb4c01d852165e0"/>
+       </game>
+       <game name="Monster Trux Offroad (USA)">
+               <category>Games</category>
+               <description>Monster Trux Offroad (USA)</description>
+               <rom name="Monster Trux Offroad (USA).iso" size="4699979776" crc="ccda55b9" md5="7f84a2b3ba0b1dbbf1e32d995ab45292" sha1="0ecb9201989fde33711091995ccdd789d72344e3"/>
+       </game>
+       <game name="Safecracker (USA)">
+               <category>Games</category>
+               <description>Safecracker (USA)</description>
+               <rom name="Safecracker (USA).iso" size="4699979776" crc="20970d64" md5="bd8d74480bfedadaa4c6b77ad46dfe4d" sha1="bc4042c358094ec7bd9377ce3d6bf76a4f7c660a"/>
+       </game>
+       <game name="Zack &amp; Wiki - Quest for Barbaros' Treasure (USA)">
+               <category>Games</category>
+               <description>Zack &amp; Wiki - Quest for Barbaros' Treasure (USA)</description>
+               <rom name="Zack &amp; Wiki - Quest for Barbaros' Treasure (USA).iso" size="4699979776" crc="f751b21f" md5="35c196aafdb90640169b696939c4d97a" sha1="f588c59cd239ce5f052c63a935a07916d4a0926e"/>
+       </game>
+       <game name="Endless Ocean (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Endless Ocean (USA) (En,Fr,Es)</description>
+               <rom name="Endless Ocean (USA) (En,Fr,Es).iso" size="4699979776" crc="ad392b40" md5="720c5020b8603fea7bfdb623fb5d3bdb" sha1="a6cec1e1fbbaf858233bedab579d16d9302c33f8"/>
+       </game>
+       <game name="Fire Emblem - Radiant Dawn (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Fire Emblem - Radiant Dawn (USA) (Rev 1)</description>
+               <rom name="Fire Emblem - Radiant Dawn (USA) (Rev 1).iso" size="4699979776" crc="ce7e4abc" md5="0729f9c46e1b9820152362aec9f24a83" sha1="1b75077919326bbd4396fb59961b17da599eea07"/>
+       </game>
+       <game name="Red Steel 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Red Steel 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Red Steel 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e44c39c2" md5="5b89c7c2ee2a0a0e200366db13936896" sha1="64effa20881e318f6aa7a35277d1d2662d6faddc"/>
+       </game>
+       <game name="Silent Hill - Shattered Memories (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Silent Hill - Shattered Memories (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Silent Hill - Shattered Memories (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="28b32771" md5="45d2e11b638387f617f950d8bb59a18a" sha1="2f79c1c2822490cec22c2892e2a4db8c2862327a"/>
+       </game>
+       <game name="Wii Fit Plus (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wii Fit Plus (USA) (En,Fr,Es)</description>
+               <rom name="Wii Fit Plus (USA) (En,Fr,Es).iso" size="4699979776" crc="3123d399" md5="f0b64a98090267c9450243ea557ba399" sha1="5b9c83266681293f16dafba0cfe5ac5775df0330"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party 3 (USA)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party 3 (USA)</description>
+               <rom name="Dance Dance Revolution - Hottest Party 3 (USA).iso" size="4699979776" crc="8138c74a" md5="8fbbb7c068f97362863aafc8eaffa96b" sha1="b9b583d06cef1fcec3f2537cdc3601f653ec3f2f"/>
+       </game>
+       <game name="Wii Play (USA, Canada) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Play (USA, Canada) (Rev 1)</description>
+               <rom name="Wii Play (USA, Canada) (Rev 1).iso" size="4699979776" crc="c73e458a" md5="cdd4c74ab291c609f431beb5860df0e8" sha1="80c223ea5eaf35f5f7876c9fc5904472b103334e"/>
+       </game>
+       <game name="Wii Fit (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Fit (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Wii Fit (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="ef29316c" md5="f4b8410c845d71e0158f8335fd6bb4ff" sha1="e8c38b1af8993ff93623772ac0c7ee151eb59e35"/>
+       </game>
+       <game name="Metroid - Other M (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Metroid - Other M (USA) (En,Fr,Es)</description>
+               <rom name="Metroid - Other M (USA) (En,Fr,Es).iso" size="8511160320" crc="29da327a" md5="8c66027b1023fe8e64645611fadd2a95" sha1="a22962468be3f137633275c05505cdc2b50ecc3b"/>
+       </game>
+       <game name="Guitar Hero World Tour (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Guitar Hero World Tour (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Guitar Hero World Tour (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="7dbe7979" md5="4a22d8641637301b4a51b21568bd94be" sha1="cf366968d641e9b7b73cda556c78c71bad71b324"/>
+       </game>
+       <game name="Prince of Persia - Rival Swords (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Prince of Persia - Rival Swords (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Prince of Persia - Rival Swords (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ef7b8efe" md5="777fc6256229a833e0726c1ede154cef" sha1="bd0b8055a288bbe5bddb12147cef667c96294b22"/>
+       </game>
+       <game name="Metroid - Other M (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Metroid - Other M (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Metroid - Other M (Europe) (En,Fr,De,Es,It).iso" size="8511160320" crc="582dea6c" md5="c188f8704b96e40e3f86b4f698599b3c" sha1="e169caa7ac194f779cbc3c3c014f86fb90d96e11"/>
+       </game>
+       <game name="Gunblade NY &amp; L.A. Machineguns Arcade Hits Pack (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gunblade NY &amp; L.A. Machineguns Arcade Hits Pack (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Gunblade NY &amp; L.A. Machineguns Arcade Hits Pack (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="7bff8798" md5="b1cca42fcb25154923bb003e0d64d2a2" sha1="707f1d88ae96942dde61814aa29c680de17932d8"/>
+       </game>
+       <game name="Tournament of Legends (USA)">
+               <category>Games</category>
+               <description>Tournament of Legends (USA)</description>
+               <rom name="Tournament of Legends (USA).iso" size="4699979776" crc="04cb072e" md5="fcc1f65d223f727ce6f9ab5cd2145347" sha1="d2e2b5879fa64e1bb5a6bb30a0bb69bd84b15d0b"/>
+       </game>
+       <game name="Spider-Man - Shattered Dimensions (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Spider-Man - Shattered Dimensions (USA) (En,Fr)</description>
+               <rom name="Spider-Man - Shattered Dimensions (USA) (En,Fr).iso" size="4699979776" crc="664c624a" md5="e708b6a457559abbb60ad36fb25d1118" sha1="888038b5a93c11d68bf5b0e656b0f2db435f0143"/>
+       </game>
+       <game name="Disney Guilty Party - Mystery Fun for Everyone! (USA)">
+               <category>Games</category>
+               <description>Disney Guilty Party - Mystery Fun for Everyone! (USA)</description>
+               <rom name="Disney Guilty Party - Mystery Fun for Everyone! (USA).iso" size="4699979776" crc="4c4d4de4" md5="ae8e2f0254a4bf6022c0ea923a0eb7fb" sha1="713c226718c83675d2034d03976be0b61ccc1b0c"/>
+       </game>
+       <game name="Scene It Bright Lights! Big Screen! (Europe)">
+               <category>Games</category>
+               <description>Scene It Bright Lights! Big Screen! (Europe)</description>
+               <rom name="Scene It Bright Lights! Big Screen! (Europe).iso" size="4699979776" crc="aed4303a" md5="ee7fb04a3e913a517e9fccc5daec0503" sha1="53be993aa765ee89c56807b3524b0f87d9379534"/>
+       </game>
+       <game name="Pikmin 2 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pikmin 2 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Pikmin 2 (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="c3f982e7" md5="2cf3a242c243652e9d174e155e91bef6" sha1="779b63380319d419f8e1e65f59da66311748c43b"/>
+       </game>
+       <game name="Army Men - Soldiers of Misfortune (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Army Men - Soldiers of Misfortune (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Army Men - Soldiers of Misfortune (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fdad78b2" md5="7c5793d11353549da000e23cf565bdb0" sha1="3a5145ee744bdd862b110620bf9c682e270c2095"/>
+       </game>
+       <game name="EA Sports Active - Personal Trainer (USA) (En,Fr)">
+               <category>Games</category>
+               <description>EA Sports Active - Personal Trainer (USA) (En,Fr)</description>
+               <rom name="EA Sports Active - Personal Trainer (USA) (En,Fr).iso" size="4699979776" crc="f6c7ed79" md5="8d79b3215a1fa9baafffb9e3ed41007c" sha1="d4eb4f03df17deb5fd198dacb1a3d39f2010877e"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 2)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 2)</description>
+               <rom name="New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 2).iso" size="4699979776" crc="8c30d1d7" md5="b31a7da0d493ec1f558b4e1899406a14" sha1="9ac7242a5feebe1d0a6e2775c21f482c471b2240"/>
+       </game>
+       <game name="Guitar Hero - Warriors of Rock (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guitar Hero - Warriors of Rock (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guitar Hero - Warriors of Rock (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="658dc5c1" md5="02c13b2a7614be061e6e2e5fa52205a4" sha1="c21bb31032d403541ac345f5248d325732491ed8"/>
+       </game>
+       <game name="Tetris Party Deluxe (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Tetris Party Deluxe (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Tetris Party Deluxe (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="68094068" md5="7fdfd25a87ed18f7320e64bc040186ea" sha1="a0d2f903b15a4b968fdb197da08ec8901524e7fc"/>
+       </game>
+       <game name="Boy and His Blob, A (UK)">
+               <category>Games</category>
+               <description>Boy and His Blob, A (UK)</description>
+               <rom name="Boy and His Blob, A (UK).iso" size="4699979776" crc="08b18d7d" md5="ef5250332b6748a548b73d468f647b1c" sha1="0516cfd3ff8287cd1c1b2a8c180c4f37bdaac877"/>
+       </game>
+       <game name="Another Code R - A Journey into Lost Memories (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Another Code R - A Journey into Lost Memories (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Another Code R - A Journey into Lost Memories (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0b4a7487" md5="4e0b7bcc43c130fe85e452537e258213" sha1="46b213063933ecfc83746049e20c90f4408e4411"/>
+       </game>
+       <game name="De Blob (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>De Blob (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="De Blob (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5dd6158a" md5="452ce2da35ebb60263f0ebcf307ac152" sha1="18ce11d418457ae0c9722b4ca0566ce4f0513674"/>
+       </game>
+       <game name="LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="7b91ed0a" md5="512cb5d1ecfccf15019be9685c6b2fbf" sha1="413606e38834e7599c26f91ce1c4da926e8f8f20"/>
+       </game>
+       <game name="Hasbro Family Game Night Vol 2 (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night Vol 2 (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="Hasbro Family Game Night Vol 2 (Europe) (En,Fr,De,Es,Nl).iso" size="4699979776" crc="dee37886" md5="d8d3b5ccbafa70c4987bce4e291159c6" sha1="8ddf319b179c59a468672fd5c016b6f27ceb43c8"/>
+       </game>
+       <game name="King of Fighters Collection, The - The Orochi Saga (Europe)">
+               <category>Games</category>
+               <description>King of Fighters Collection, The - The Orochi Saga (Europe)</description>
+               <rom name="King of Fighters Collection, The - The Orochi Saga (Europe).iso" size="4699979776" crc="57ad182e" md5="646fe054f4e39bf8c4754c846d18f2a8" sha1="75f29cef20f1240bdf15ef16e55e5b64dea4825d"/>
+       </game>
+       <game name="Fragile Dreams - Farewell Ruins of the Moon (Europe) (En,Ja,Fr,De)">
+               <category>Games</category>
+               <description>Fragile Dreams - Farewell Ruins of the Moon (Europe) (En,Ja,Fr,De)</description>
+               <rom name="Fragile Dreams - Farewell Ruins of the Moon (Europe) (En,Ja,Fr,De).iso" size="4699979776" crc="10363d54" md5="6384605047ac168d8db61722fce34f1e" sha1="78d86a2cd74ce7482f3f059c56e0b5b90c125334"/>
+       </game>
+       <game name="Final Fantasy Fables - Chocobo's Dungeon (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Final Fantasy Fables - Chocobo's Dungeon (Europe) (En,Fr)</description>
+               <rom name="Final Fantasy Fables - Chocobo's Dungeon (Europe) (En,Fr).iso" size="4699979776" crc="8cf76806" md5="6e70e7147edc4cba8afd391dc6577e30" sha1="c4b485bec664a8a9b0c32c0ca552328e352be521"/>
+       </game>
+       <game name="Samba de Amigo (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Samba de Amigo (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Samba de Amigo (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="62362771" md5="b659ff68ab1148248c7e405c2eb94ff4" sha1="c0710a14016757d7db36260b536f9eb24c1d4cc6"/>
+       </game>
+       <game name="Samurai Shodown Anthology (Europe)">
+               <category>Games</category>
+               <description>Samurai Shodown Anthology (Europe)</description>
+               <rom name="Samurai Shodown Anthology (Europe).iso" size="4699979776" crc="518683bd" md5="1fd7681077c86081e4465c3070af0176" sha1="fcd56576407fa7311012c1ca0503337d5241909e"/>
+       </game>
+       <game name="Guitar Hero III - Legends of Rock (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Guitar Hero III - Legends of Rock (USA) (Rev 1)</description>
+               <rom name="Guitar Hero III - Legends of Rock (USA) (Rev 1).iso" size="4699979776" crc="d9ebaa27" md5="ae0485bc39947250a25389c43ecbb336" sha1="7555e6064a43bad59aaed69997f4f3dd0dfdf23e"/>
+       </game>
+       <game name="Rock Band (USA)">
+               <category>Games</category>
+               <description>Rock Band (USA)</description>
+               <rom name="Rock Band (USA).iso" size="4699979776" crc="9c651e8d" md5="ac7a3d3dc7e92ac14b00d82f5006e261" sha1="52f5cae9ed675b94c9a32d2a826805041af9bf17"/>
+       </game>
+       <game name="Rock Band - Track Pack Volume 1 (USA)">
+               <category>Games</category>
+               <description>Rock Band - Track Pack Volume 1 (USA)</description>
+               <rom name="Rock Band - Track Pack Volume 1 (USA).iso" size="4699979776" crc="6eb965c6" md5="761053ac54c6bed05128bf27de381330" sha1="ac374c34c404d96acdbb6718c66947abc116b209"/>
+       </game>
+       <game name="Wii Fit (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wii Fit (USA) (En,Fr,Es)</description>
+               <rom name="Wii Fit (USA) (En,Fr,Es).iso" size="4699979776" crc="9371e450" md5="f3a74ecfd4236156a62f7fb5170128ad" sha1="ec7dd9f0b0efc1ed01cc2aa40adfef252f418212"/>
+       </game>
+       <game name="Tales of Symphonia - Dawn of the New World (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tales of Symphonia - Dawn of the New World (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tales of Symphonia - Dawn of the New World (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="15abeb61" md5="462ca4153007c8f2bea2236cf5fdb0dd" sha1="7e2f2a788e4e587385dda51ca0f1adc84fd73b03"/>
+       </game>
+       <game name="Family Ski (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Ski (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Ski (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5d23f0f2" md5="d1c3691e666dcfb81394c52586865a20" sha1="038ee38fe2c0d1dbb95f1b40244ada75a41b88b8"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - The Crystal Bearers (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles - The Crystal Bearers (Europe) (En,Fr,De,Es)</description>
+               <rom name="Final Fantasy Crystal Chronicles - The Crystal Bearers (Europe) (En,Fr,De,Es).iso" size="4699979776" crc="3bacd4de" md5="c0fc022714c010e0a78484b33f3f02d8" sha1="0d5e40ac309746c2a17a27445d9fd2c1c9393305"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - Echoes of Time (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles - Echoes of Time (Europe) (En,Fr,De,Es)</description>
+               <rom name="Final Fantasy Crystal Chronicles - Echoes of Time (Europe) (En,Fr,De,Es).iso" size="4699979776" crc="e8663b8b" md5="80e60fa6e8802e3773606a05c99980c0" sha1="7bcca1d5e94c7e0b67486c33ed9e44a216ea69ae"/>
+       </game>
+       <game name="Wii Chess (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Chess (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Chess (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0637f090" md5="fc038ad366fdd1aa8bbb651b7df53d81" sha1="ef7de9bd4b3c808496d12a723041b84f3fa31085"/>
+       </game>
+       <game name="Big Beach Sports 2 (USA)">
+               <category>Games</category>
+               <description>Big Beach Sports 2 (USA)</description>
+               <rom name="Big Beach Sports 2 (USA).iso" size="4699979776" crc="01b4fd65" md5="78cc5c6d302a5c60ebd8e4b7ec3e349a" sha1="72fee79ccc786155e051ce2bbe7ce4563dedf094"/>
+       </game>
+       <game name="Garfield Show, The - Threat of the Space Lasagna (USA)">
+               <category>Games</category>
+               <description>Garfield Show, The - Threat of the Space Lasagna (USA)</description>
+               <rom name="Garfield Show, The - Threat of the Space Lasagna (USA).iso" size="4699979776" crc="50ba2c16" md5="81aba388b99f66321f7981251982e704" sha1="a78c213e0c6995cee8520c532b1d0dbdd6ade9bb"/>
+       </game>
+       <game name="Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="b9ab373b" md5="538052124b2ea0fb228baf5229f8bba3" sha1="497488b795ee9fbc0f43041502a7925ab2f278e8"/>
+       </game>
+       <game name="Punch-Out!! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Punch-Out!! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Punch-Out!! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fa85b484" md5="41e6916519d67f457298fd988b7e9f65" sha1="f3d09de0b94a09f7ae8c4c92cdd477d21fa7bf90"/>
+       </game>
+       <game name="Madden NFL 11 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Madden NFL 11 (USA) (Rev 1)</description>
+               <rom name="Madden NFL 11 (USA) (Rev 1).iso" size="4699979776" crc="9be67aa8" md5="4057c5f112f48bea097b170f83465c0f" sha1="ea92710efd9fdddfcc4ceff52bd8c1286804e4c7"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es).iso" size="4699979776" crc="def27fce" md5="115fa3d0f4f62d2222c50dcdbd8c6274" sha1="5207c5ac8b132a266a916e7f80bcb048c8cad7fc"/>
+       </game>
+       <game name="NBA Jam (USA)">
+               <category>Games</category>
+               <description>NBA Jam (USA)</description>
+               <rom name="NBA Jam (USA).iso" size="4699979776" crc="f318b1d6" md5="26edca9ec3d8ae641876dceeae3ec759" sha1="9ad89c3c4cf2b8a2f0911a3b8d34115d687e3976"/>
+       </game>
+       <game name="Sin &amp; Punishment - Star Successor (USA)">
+               <category>Games</category>
+               <description>Sin &amp; Punishment - Star Successor (USA)</description>
+               <rom name="Sin &amp; Punishment - Star Successor (USA).iso" size="4699979776" crc="7df9d581" md5="ba9fad8530fac4a7f0c318b6c4036b71" sha1="76de816f77798136c870bd4a57d00eccc61d6cc3"/>
+       </game>
+       <game name="Secret Files - Tunguska (USA)">
+               <category>Games</category>
+               <description>Secret Files - Tunguska (USA)</description>
+               <rom name="Secret Files - Tunguska (USA).iso" size="4699979776" crc="3cacab99" md5="007d3b21031eb487a80d9b6d175dce5c" sha1="6ac10728413bd02f9a9466f0c619d436b4f1d733"/>
+       </game>
+       <game name="Gold's Gym - Cardio Workout (USA)">
+               <category>Games</category>
+               <description>Gold's Gym - Cardio Workout (USA)</description>
+               <rom name="Gold's Gym - Cardio Workout (USA).iso" size="4699979776" crc="f8a9c90c" md5="9e3f4cb7e254134f2b9db20f27b81cb7" sha1="8b942daa3805b6af8273245f1d35658ec4598d19"/>
+       </game>
+       <game name="Kirby's Epic Yarn (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Kirby's Epic Yarn (USA) (En,Fr,Es)</description>
+               <rom name="Kirby's Epic Yarn (USA) (En,Fr,Es).iso" size="4699979776" crc="eb41477e" md5="acdbd566baf471a45a53c8d8c93539a4" sha1="934683f734412386042060f7036d5f3db20cb53f"/>
+       </game>
+       <game name="LEGO Indiana Jones - The Original Adventures (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Indiana Jones - The Original Adventures (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Indiana Jones - The Original Adventures (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="7f5207e7" md5="aaefe15afe2b1446d6e4a1f24bd1e416" sha1="083fc70b9b341ec3e5fb51e6e7e1447517e8c381"/>
+       </game>
+       <game name="Star Wars - The Force Unleashed II (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Star Wars - The Force Unleashed II (USA) (En,Fr,Es)</description>
+               <rom name="Star Wars - The Force Unleashed II (USA) (En,Fr,Es).iso" size="4699979776" crc="6eb87435" md5="b8f85efe0152d83aaae0ec0a0087a6f3" sha1="659f6f6d3ae8941bd9ff41647e7502e1985ae75e"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids 2 (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Rayman - Raving Rabbids 2 (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="e55a3ba2" md5="75dec3dbcd7da58031746f46efff37d7" sha1="4c1c263e41164e9a4be055763fa723f983cf890b"/>
+       </game>
+       <game name="GoldenEye 007 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>GoldenEye 007 (USA) (En,Fr)</description>
+               <rom name="GoldenEye 007 (USA) (En,Fr).iso" size="4699979776" crc="08c1016c" md5="e9a863892fcc96cb407c9e9143722af7" sha1="5a36c58e93418cd4e25a5e51a65f4b2fd9460ee0"/>
+       </game>
+       <game name="Call of Duty 3 (UK, Australia)">
+               <category>Games</category>
+               <description>Call of Duty 3 (UK, Australia)</description>
+               <rom name="Call of Duty 3 (UK, Australia).iso" size="4699979776" crc="dd1365c4" md5="9ff892a81c0655fd787ec89e464c3375" sha1="b02db9ff59da3c66040c749cff0a4809ba149778"/>
+       </game>
+       <game name="Beatles, The - Rock Band (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Beatles, The - Rock Band (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Beatles, The - Rock Band (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="26ca6a56" md5="fa9c862586923be8b76d291dee06c176" sha1="65491445c80278fa6bb9bc80cbf43ac76b702253"/>
+       </game>
+       <game name="Super Mario All-Stars (Europe, Australia)">
+               <category>Games</category>
+               <description>Super Mario All-Stars (Europe, Australia)</description>
+               <rom name="Super Mario All-Stars (Europe, Australia).iso" size="4699979776" crc="e7d03c7b" md5="1d223c5a34bec71760b6c83eaa099e2d" sha1="af1f1bd7d4b30302115097b3feb38d02559b7be3"/>
+       </game>
+       <game name="Donkey Kong Country Returns (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Donkey Kong Country Returns (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Donkey Kong Country Returns (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a1c33316" md5="8ecfcd59ed3fa9241af62f694ebcb343" sha1="9c957bb34e46c3c6fd9e48acb09dfcb9933301cf"/>
+       </game>
+       <game name="Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="db297a70" md5="de5894361e375edb3abc6224cbaf595a" sha1="f525ab56dc54878748c934c3c426f520ed52389f"/>
+       </game>
+       <game name="Family Trainer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Trainer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Trainer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f3f6ff99" md5="1f408619c338f82c179a7168ab5bed9d" sha1="f8bbbb60d82ef6009df47763c7d98b798668b6d0"/>
+       </game>
+       <game name="Game Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Game Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Game Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2e1026c3" md5="cff1fd09f3e4be7eb8d75839f177b8b5" sha1="b1876974524ab2cd18aaad5b2f66135ba334ba62"/>
+       </game>
+       <game name="Marbles! Balance Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Marbles! Balance Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Marbles! Balance Challenge (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9e2be88a" md5="3e556cba52b97ed00699afbe62156a0e" sha1="b95da6f788d0d50185b41683243e993b85f653b2"/>
+       </game>
+       <game name="RTL Winter Sports 2008 - The Ultimate Challenge (Germany) (En,De)">
+               <category>Games</category>
+               <description>RTL Winter Sports 2008 - The Ultimate Challenge (Germany) (En,De)</description>
+               <rom name="RTL Winter Sports 2008 - The Ultimate Challenge (Germany) (En,De).iso" size="4699979776" crc="32536f1f" md5="08156cb4a0dc9d511cb97f1625b785e8" sha1="4b9b054edeff425224bc4e5dcea967e67ae7afe3"/>
+       </game>
+       <game name="Sports Island 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sports Island 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sports Island 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7ade71a4" md5="5688c2e8001b36884094043d6d20cdbf" sha1="0d4f45c7be8bdad54c7fa9ada1cd5bcba45a871f"/>
+       </game>
+       <game name="Ultimate Board Game Collection (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ultimate Board Game Collection (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ultimate Board Game Collection (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2708e01f" md5="69dc63dfba4e1bb2939efd6bdcf366f2" sha1="79e676013767b527a3f047ca0ebd4fe4ffcdf94c"/>
+       </game>
+       <game name="We Love Golf! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Love Golf! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Love Golf! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e2804662" md5="4ffe4e5c9452faba5b3a8e44a8b49f6e" sha1="2006584d2ff0f2e0e78e4d158e537da1380a21b3"/>
+       </game>
+       <game name="Wii Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Wii Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Wii Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3a519fe4" md5="a8e6e6df84d023a6eb4291031b308857" sha1="0cbc0892661d1c17a79c714e46cb7586bdd427c4"/>
+       </game>
+       <game name="Wonder World Amusement Park (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Wonder World Amusement Park (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Wonder World Amusement Park (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="bacb68b9" md5="05c371cd77e710f9205ec459d19025bf" sha1="f8011c43a712c69e5d99bfcf1aaa049cb7239739"/>
+       </game>
+       <game name="Wii Sports Resort (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Sports Resort (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Wii Sports Resort (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="21b4e2ae" md5="ee2f2288e77822bc91aa471967aea1f9" sha1="b5ff7df7525fe226a490937dc9baca6942553ec4"/>
+       </game>
+       <game name="Wii Sports + Wii Sports Resort (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Sports + Wii Sports Resort (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Sports + Wii Sports Resort (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="199014df" md5="f9d6a6c2600a54f72c8fe9cb61321fe7" sha1="1310aeba93aaccfb9e9a614d3e4850f5199bc1d9"/>
+       </game>
+       <game name="DJ Hero 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>DJ Hero 2 (USA) (En,Fr,Es)</description>
+               <rom name="DJ Hero 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="95b4b48a" md5="d4e8fdf288b7a32394e775b9624d8df3" sha1="8362e237f8d876473024919a26a8df43e6e6d2c5"/>
+       </game>
+       <game name="Super Paper Mario (USA) (Rev 2)">
+               <category>Games</category>
+               <description>Super Paper Mario (USA) (Rev 2)</description>
+               <rom name="Super Paper Mario (USA) (Rev 2).iso" size="4699979776" crc="69f55eed" md5="89976060c338b096277b134aa15cc210" sha1="37a3c98f3da7aede9e5c98c9bcd68091826c245b"/>
+       </game>
+       <game name="Sonic Colors (USA) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Colors (USA) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Colors (USA) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="eb2a36b4" md5="a7a197fa20348e49b3b43b7dc0cebc35" sha1="dc9904fb2bc09e86cc840dbcb6eb62d796b306c0"/>
+       </game>
+       <game name="Taiko no Tatsujin Wii (Japan)">
+               <category>Games</category>
+               <description>Taiko no Tatsujin Wii (Japan)</description>
+               <rom name="Taiko no Tatsujin Wii (Japan).iso" size="4699979776" crc="f7b2e429" md5="f29234eecb79123a09ecd81821d62c06" sha1="d90c9f6c26fbe54b151db1e1d3b3ddd35e0e233e"/>
+       </game>
+       <game name="Rock Band (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rock Band (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rock Band (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8fab01f3" md5="16487a321608521d07ae548a0e7be530" sha1="90f6e2fe9c56bc441fb177eea40815ecb9ed871f"/>
+       </game>
+       <game name="Rock Band - Song Pack 1 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rock Band - Song Pack 1 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rock Band - Song Pack 1 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eb320018" md5="cddffc39d949f640b1453aac908f8a36" sha1="135d34b95ea3808407a1c4b0d05377e33236b893"/>
+       </game>
+       <game name="LEGO Rock Band (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Rock Band (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Rock Band (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="aa760894" md5="887c8d83dcec845b959e92c1d41f383c" sha1="de5b29ee1e54e58bb3bdc51e657c684ce6d65045"/>
+       </game>
+       <game name="Green Day - Rock Band (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Green Day - Rock Band (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Green Day - Rock Band (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e2b91c90" md5="a707589f6e26acfcd97c0d9a5ca0add1" sha1="03afa34ec2927776255386b5bf86bce9bc6e3466"/>
+       </game>
+       <game name="Kororinpa (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Kororinpa (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Kororinpa (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a09911b4" md5="c778a9ed02f8ed1f8cb36fbb35a9a501" sha1="288671ae7cc52e171cc6116c2455abf74646b7fc"/>
+       </game>
+       <game name="Guitar Hero - Van Halen (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guitar Hero - Van Halen (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guitar Hero - Van Halen (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="923b88d7" md5="266e98109a0df2f4007f16639c8b43cd" sha1="3ffdcc80feb9fd474feb888c26c2d6488ee548eb"/>
+       </game>
+       <game name="Punch-Out!! (Europe, Australia) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Punch-Out!! (Europe, Australia) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Punch-Out!! (Europe, Australia) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="4d837073" md5="19807f20a3866ed657c8cfeb3734b238" sha1="40aea2fc8f738727f6293477de5d4e8df4de83dd"/>
+       </game>
+       <game name="Rayman - Raving Rabbids (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Rayman - Raving Rabbids (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="4ff8e3e3" md5="93087b19813fa71c7b82fe0a983ded10" sha1="ec9d8677eede7859d5703e2670c55c3f4fb101f0"/>
+       </game>
+       <game name="Guitar Hero - Warriors of Rock (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Guitar Hero - Warriors of Rock (USA) (En,Fr)</description>
+               <rom name="Guitar Hero - Warriors of Rock (USA) (En,Fr).iso" size="4699979776" crc="9794b23a" md5="b377d52e40c58547e5b1d9ffbf7ae6e9" sha1="292f89307a162084b221c7110db68ef4c73c569f"/>
+       </game>
+       <game name="Rock Band 3 (USA) (En,Fr,De)">
+               <category>Games</category>
+               <description>Rock Band 3 (USA) (En,Fr,De)</description>
+               <rom name="Rock Band 3 (USA) (En,Fr,De).iso" size="4699979776" crc="d97aac86" md5="ee09ce641dc75b5a024a43e69907aa01" sha1="27fcfe385c3dfa9b13ee25cc1e77333f73a4ad8e"/>
+       </game>
+       <game name="Worms - A Space Oddity (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Worms - A Space Oddity (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Worms - A Space Oddity (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b68412c7" md5="6de83e39b4dc0841b1ccc1fec9b52bc0" sha1="8136ebb04c701281330b158487a7017b7e31046a"/>
+       </game>
+       <game name="Babysitting Mama (USA)">
+               <category>Games</category>
+               <description>Babysitting Mama (USA)</description>
+               <rom name="Babysitting Mama (USA).iso" size="4699979776" crc="3bdb4c23" md5="25d22f6a40143f70e5ec2fcf9c51e3f7" sha1="95ccf018c64000228a3ef8dc654813a2076b1961"/>
+       </game>
+       <game name="EA Sports Active - NFL Training Camp (USA)">
+               <category>Games</category>
+               <description>EA Sports Active - NFL Training Camp (USA)</description>
+               <rom name="EA Sports Active - NFL Training Camp (USA).iso" size="4699979776" crc="45b1e7e9" md5="c3da8497858f1a2061308abbe256a2a3" sha1="6055d54c79073437f8f4d984667d75e3e8d9aa2e"/>
+       </game>
+       <game name="EA Sports Active 2 - Personal Trainer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>EA Sports Active 2 - Personal Trainer (USA) (En,Fr,Es)</description>
+               <rom name="EA Sports Active 2 - Personal Trainer (USA) (En,Fr,Es).iso" size="4699979776" crc="6ee8aac5" md5="4150d488eb3b04a370f0002dca7c18a7" sha1="8945290a3d8042e1867e9d2ef95a45d7a9414f8f"/>
+       </game>
+       <game name="Karaoke Revolution Glee (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Karaoke Revolution Glee (USA) (En,Fr,Es)</description>
+               <rom name="Karaoke Revolution Glee (USA) (En,Fr,Es).iso" size="4699979776" crc="1d0e821c" md5="b5541664b50112c1467e0a80fc2ed83d" sha1="fe062176bee4c0d55bf6de1461d2d77da4dab82f"/>
+       </game>
+       <game name="Top Shot Dinosaur Hunter (USA)">
+               <category>Games</category>
+               <description>Top Shot Dinosaur Hunter (USA)</description>
+               <rom name="Top Shot Dinosaur Hunter (USA).iso" size="4699979776" crc="923a7146" md5="5db053ddd736887ad6acdebb262ba22a" sha1="c02b94de422020996f778e33395519ff8228efed"/>
+       </game>
+       <game name="I Spy Spooky Mansion (USA)">
+               <category>Games</category>
+               <description>I Spy Spooky Mansion (USA)</description>
+               <rom name="I Spy Spooky Mansion (USA).iso" size="4699979776" crc="bf30eb25" md5="9afddf45e0c0145c4b074aad0d3020b8" sha1="9ebfbee1badb4a33b3fc07dec5046a0340a2f47a"/>
+       </game>
+       <game name="Rune Factory - Frontier (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Rune Factory - Frontier (Europe) (En,Fr,De)</description>
+               <rom name="Rune Factory - Frontier (Europe) (En,Fr,De).iso" size="4699979776" crc="a89d4dbc" md5="7d8ee2193ad8ba840e7d4b6007793fc7" sha1="109ae74ea86b11f9c0aa71688aece8da007bd728"/>
+       </game>
+       <game name="Crash - Mind over Mutant (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Crash - Mind over Mutant (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Crash - Mind over Mutant (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ba0b88bb" md5="615700adab56284d98e16d71773b3431" sha1="10b88dcd84fe5676f99f5465336e9225922dec8e"/>
+       </game>
+       <game name="Disney G-Force (Europe) (En,Fr,Es,Nl)">
+               <category>Games</category>
+               <description>Disney G-Force (Europe) (En,Fr,Es,Nl)</description>
+               <rom name="Disney G-Force (Europe) (En,Fr,Es,Nl).iso" size="4699979776" crc="c0fcd211" md5="12811f06cfd63f69271ad6fa579a48b7" sha1="c6ad668e6d5547c1eaf71475b9798f2c343e7d03"/>
+       </game>
+       <game name="Indiana Jones and the Staff of Kings (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Indiana Jones and the Staff of Kings (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Indiana Jones and the Staff of Kings (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bd463432" md5="8a8f1caa0ef612163ebe6560f0c26395" sha1="fc50bcf02bd1e03d1e2e005d954bc738b68e5f28"/>
+       </game>
+       <game name="Job Island (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Job Island (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Job Island (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="acf49023" md5="e082906bf09bc658461fa86e4e8636e3" sha1="d6a001810d9107965305d5d307022e391d24ac11"/>
+       </game>
+       <game name="Prince of Persia - The Forgotten Sands (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Prince of Persia - The Forgotten Sands (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Prince of Persia - The Forgotten Sands (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="d0b4fa69" md5="aaaf8d9226365969db23460c1ffda396" sha1="ac8415e87ee45a6457b60294892758f877d8d7e3"/>
+       </game>
+       <game name="Rock Band - Song Pack 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rock Band - Song Pack 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rock Band - Song Pack 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="31f533d7" md5="1e00d581314fc16cb5e2e2924181493d" sha1="6952819b1ab27f72c9012f1566a342106c7e6ea1"/>
+       </game>
+       <game name="Shaun White Snowboarding - Road Trip (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shaun White Snowboarding - Road Trip (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shaun White Snowboarding - Road Trip (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="42b3a8a4" md5="866dd3fb9c28e8970c33c714200632bf" sha1="aa8f505ad11c28c045af3776ea1d77d1546e68fd"/>
+       </game>
+       <game name="Winter Sports 2009 - The Next Challenge (Europe) (En,De)">
+               <category>Games</category>
+               <description>Winter Sports 2009 - The Next Challenge (Europe) (En,De)</description>
+               <rom name="Winter Sports 2009 - The Next Challenge (Europe) (En,De).iso" size="4699979776" crc="e3c82009" md5="fd16bce98d19b0435ab8c2f893da817c" sha1="61556a2e10d9b8948fd581881c019436246bb922"/>
+       </game>
+       <game name="Star Wars - The Force Unleashed (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - The Force Unleashed (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Star Wars - The Force Unleashed (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9cb4dc12" md5="a0b787221bdc3e26ee72bf83b7daa2a9" sha1="1b89ff353d3d271a5958912314c37a8b2b7cac86"/>
+       </game>
+       <game name="Anno - Create a New World (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Anno - Create a New World (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Anno - Create a New World (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6e8471aa" md5="bcac9ea6082951bb058d2652dbb01c20" sha1="2f1fdd1d2f6e780d6df0d85f69f48feed15c242b"/>
+       </game>
+       <game name="Mario &amp; Sonic at the Olympic Winter Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at the Olympic Winter Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko)</description>
+               <rom name="Mario &amp; Sonic at the Olympic Winter Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko).iso" size="4699979776" crc="b6c58791" md5="243cc579b2e294e552f98d6d82720be6" sha1="6242a9bbf7efd7396daa4e3a9821a1f6ad19e4cb"/>
+       </game>
+       <game name="Sonic Colours (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Colours (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Colours (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="ec9129d3" md5="977acab35b84ce8b0e3420574a8acde5" sha1="8dd6878ed2cc845ec3997ca12f7b8489c7116b73"/>
+       </game>
+       <game name="PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="62e0f03c" md5="f389d957622177571d746f8884d90c6a" sha1="82c3ac3ef6ad69590e27257f770ef9292722fea9"/>
+       </game>
+       <game name="King of Clubs (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>King of Clubs (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="King of Clubs (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3bde08fc" md5="8ea386cd3b59215edec8b17031aa7d59" sha1="9ba21b7d8773173c38ceffb9a6673f38f31c76da"/>
+       </game>
+       <game name="Winter Sports 2008 - The Ultimate Challenge (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Winter Sports 2008 - The Ultimate Challenge (Europe) (En,Fr)</description>
+               <rom name="Winter Sports 2008 - The Ultimate Challenge (Europe) (En,Fr).iso" size="4699979776" crc="d65f527f" md5="4487e51d0605c22f6d0899accc856a75" sha1="a0a2c60914c7827764c6ee936092b56cbddb7439"/>
+       </game>
+       <game name="Mini Desktop Racing (UK)">
+               <category>Games</category>
+               <description>Mini Desktop Racing (UK)</description>
+               <rom name="Mini Desktop Racing (UK).iso" size="4699979776" crc="004fe255" md5="2a6ca70aed4241616b0bd6d17bf07c3c" sha1="f3bb91e1532b2db941c1c2c9649e2e92723e26c6"/>
+       </game>
+       <game name="Cranium Kabookii (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cranium Kabookii (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cranium Kabookii (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c0314d4d" md5="4a0fd08c9e83fe7bf0d6681ac1cd7e21" sha1="6a2799b1620a1b589c362f7e7c84a68f9fa2f6e8"/>
+       </game>
+       <game name="Disney-Pixar Toy Story Mania! (Europe) (En,Fr,De,It,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story Mania! (Europe) (En,Fr,De,It,Nl)</description>
+               <rom name="Disney-Pixar Toy Story Mania! (Europe) (En,Fr,De,It,Nl).iso" size="4699979776" crc="90b9c313" md5="def6ce8651f63bbb46981a4151cd30ca" sha1="54d24cded78f364c5e38f1ea82885cafa2af9ed3"/>
+       </game>
+       <game name="Table Football (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Table Football (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Table Football (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3a394ecd" md5="a998175fc2245a15c0906a5d103c8aaa" sha1="f63266e8db19263202690434eaf472fa3899905e"/>
+       </game>
+       <game name="Alan Hansen's Sports Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Alan Hansen's Sports Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Alan Hansen's Sports Challenge (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0714544a" md5="0781e6dfc7ccbaf5d1b8dee7c8df859b" sha1="3c0e829c1ccdbed5a66f2068f23b18f8ebcf6f95"/>
+       </game>
+       <game name="AMF Bowling - Pinbusters! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>AMF Bowling - Pinbusters! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="AMF Bowling - Pinbusters! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5983db24" md5="12cc3b9670adafb4462d6232b8d2daa9" sha1="cbfab97cb57be38ce704eb6ecaf1fd8bc74f35cf"/>
+       </game>
+       <game name="Telly Addicts (Europe)">
+               <category>Games</category>
+               <description>Telly Addicts (Europe)</description>
+               <rom name="Telly Addicts (Europe).iso" size="4699979776" crc="92b69fe1" md5="36d385e03bd89463919abf588467475e" sha1="360a09044868e427e47681b9b69e21758adce893"/>
+       </game>
+       <game name="Super Fruit Fall (Europe)">
+               <category>Games</category>
+               <description>Super Fruit Fall (Europe)</description>
+               <rom name="Super Fruit Fall (Europe).iso" size="4699979776" crc="854b0feb" md5="50e8c804dfe5a24560fde1d729c82dc9" sha1="af82fff2a46d7a2a1a7c759fa432b2398250a85b"/>
+       </game>
+       <game name="Ultimate I Spy (Europe)">
+               <category>Games</category>
+               <description>Ultimate I Spy (Europe)</description>
+               <rom name="Ultimate I Spy (Europe).iso" size="4699979776" crc="3d8b61d2" md5="7740571af972bd57902ff8132a3c1c64" sha1="d935692a477afe9dc951f1ebce455c89d20ee094"/>
+       </game>
+       <game name="Science Papa (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Science Papa (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Science Papa (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a875802e" md5="3041eed11b57ce22e411fa76dae1db12" sha1="301966214a94a2faad7831d1c5ee4b4b4e7f7882"/>
+       </game>
+       <game name="Mercury Meltdown Revolution (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mercury Meltdown Revolution (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mercury Meltdown Revolution (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="562d3858" md5="f222ea589b15c8a54c55c47a493f19d9" sha1="206e7105e81dc775b197a0917e9afaba0cba5cf5"/>
+       </game>
+       <game name="Puzzler Collection (UK)">
+               <category>Games</category>
+               <description>Puzzler Collection (UK)</description>
+               <rom name="Puzzler Collection (UK).iso" size="4699979776" crc="6de7b65e" md5="70bd87d1537c85a10f370d5b257473cb" sha1="e21ff59a30beee56477f2da47e9dacbfc30abfb5"/>
+       </game>
+       <game name="Big Beach Sports (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Big Beach Sports (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Big Beach Sports (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="13099587" md5="e2c38ed0c6558fccf37a9b0a68762bea" sha1="1d5ee8202d0dd425f35af74986d040af2c586b39"/>
+       </game>
+       <game name="More Game Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>More Game Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="More Game Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="59b580e8" md5="eb93b4da73ca1b91d3c7196dbbb68a44" sha1="95efe7defe60e9579f8c8b19582e765b7dfa8531"/>
+       </game>
+       <game name="Petz Sports - Dog Playground (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Petz Sports - Dog Playground (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Petz Sports - Dog Playground (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="fde9f955" md5="3ca050ac702df96ae53d0cb1763a1831" sha1="b44623b9763feabe2e24d18e24001cb596e3a3e9"/>
+       </game>
+       <game name="Hasbro Family Game Night (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="Hasbro Family Game Night (Europe) (En,Fr,De,Es,Nl).iso" size="4699979776" crc="5afbd1e3" md5="850e6dd156e03696ba9b2bd5d9ebfd6e" sha1="77ec53e6440c27102208c69d1a76e6b253ecdc81"/>
+       </game>
+       <game name="TV Show King Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>TV Show King Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="TV Show King Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9e32bc1c" md5="08c9ab501b089079d79d332cfabfbcf9" sha1="d138caadd87426a22f63b54f2d4180fcb29b4187"/>
+       </game>
+       <game name="Big Family Games (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Family Games (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Big Family Games (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="481093e8" md5="d44bc385442fed7b3da0c0b825814b44" sha1="85180cc73df13118e613401e4492095dfc567f96"/>
+       </game>
+       <game name="North American Hunting Extravaganza 2 (USA)">
+               <category>Games</category>
+               <description>North American Hunting Extravaganza 2 (USA)</description>
+               <rom name="North American Hunting Extravaganza 2 (USA).iso" size="4699979776" crc="f670eb15" md5="f1f602b8c33e33b1282deac2dd217fb8" sha1="c60425cdc15a30286d8c3df6aaf68a2ab6102fb1"/>
+       </game>
+       <game name="ExerBeat (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>ExerBeat (USA) (En,Fr,Es)</description>
+               <rom name="ExerBeat (USA) (En,Fr,Es).iso" size="4699979776" crc="6ca2004b" md5="9074a9ef2364c1437c53b1c042b9dfe2" sha1="f82d1e191638a93a682bd251796c01a658100fd7"/>
+       </game>
+       <game name="Tatsunoko vs. Capcom - Ultimate All-Stars (Europe)">
+               <category>Games</category>
+               <description>Tatsunoko vs. Capcom - Ultimate All-Stars (Europe)</description>
+               <rom name="Tatsunoko vs. Capcom - Ultimate All-Stars (Europe).iso" size="4699979776" crc="ed3a9a54" md5="e15eaca463951baa5e50dda2b98428aa" sha1="31fca93263b801aa48c15579382f8ac0ccac26c5"/>
+       </game>
+       <game name="Green Lantern - Rise of the Manhunters (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Green Lantern - Rise of the Manhunters (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Green Lantern - Rise of the Manhunters (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="eadfaebd" md5="a1d91498175b4770e71241a4e570b915" sha1="27eb15eca85cbc56803fe5b8fbcb01d9c17a2ee1"/>
+       </game>
+       <game name="Wii Play - Motion (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wii Play - Motion (USA) (En,Fr,Es)</description>
+               <rom name="Wii Play - Motion (USA) (En,Fr,Es).iso" size="4699979776" crc="e5dcdfe4" md5="3dc1e805bb0bfa98145126fe6321112e" sha1="1e8589c298105d2272b3211e0137d67ff559f80a"/>
+       </game>
+       <game name="Disney-Pixar Cars 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars 2 (USA) (En,Fr,Es)</description>
+               <rom name="Disney-Pixar Cars 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="a2f5f37f" md5="ce037db9f2868de8ab5f5d49377fea91" sha1="f519eaf1b61d95173a8422c7d43a37137df5c7c3"/>
+       </game>
+       <game name="Sega Superstars Tennis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sega Superstars Tennis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sega Superstars Tennis (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6ad118b9" md5="597ca3ceb4436d8c3df5c7afe2a590ed" sha1="ec35ac71adafe2a71747b258212a5e7b76118691"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 2)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 2)</description>
+               <rom name="Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 2).iso" size="4699979776" crc="deb7783a" md5="dad93c156213c233101dabe5e23a0468" sha1="e70e97560107068ad5e1d844a7bd7a54ee19cacb"/>
+       </game>
+       <game name="Mario Sports Mix (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Sports Mix (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Sports Mix (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5c6fc758" md5="a63c794fca194c7ccbb57a82a857d821" sha1="06db56218697cff5089402167246d6556674cddd"/>
+       </game>
+       <game name="Medal of Honor - Heroes 2 (Europe)">
+               <category>Games</category>
+               <description>Medal of Honor - Heroes 2 (Europe)</description>
+               <rom name="Medal of Honor - Heroes 2 (Europe).iso" size="4699979776" crc="411579f0" md5="886ce2b21dcb77810b4fdcfc73db3a07" sha1="6781df7e6c7c2193e8db78a62e49805b31dd9ca3"/>
+       </game>
+       <game name="Need for Speed - Undercover (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>Need for Speed - Undercover (Europe) (En,Nl)</description>
+               <rom name="Need for Speed - Undercover (Europe) (En,Nl).iso" size="4699979776" crc="f035f9ed" md5="ce4ab3d9ad9e0e112c075836eabc9a1b" sha1="96bcaaab517b861a688ca23fe0d82cf2f6c0eecf"/>
+       </game>
+       <game name="Eledees (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Eledees (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Eledees (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ea869af4" md5="e76b0ab663807b7afa98eeecb2612923" sha1="e4f7b017db87584a6e0de27ad2742570dd0a1db1"/>
+       </game>
+       <game name="FIFA 08 (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>FIFA 08 (Europe) (En,Nl)</description>
+               <rom name="FIFA 08 (Europe) (En,Nl).iso" size="4699979776" crc="950b8e26" md5="6b920b7e050e6800c446d3fb70796939" sha1="a2b227f4ecd909266b727f235e1d0317678157ad"/>
+       </game>
+       <game name="Guinness World Records - The Videogame (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guinness World Records - The Videogame (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guinness World Records - The Videogame (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="13cb1d88" md5="38896de9df086416e9751e121247a9f5" sha1="6f9305688e2a4a0966f1f313a4289795e1b09cc7"/>
+       </game>
+       <game name="Manhunt 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Manhunt 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Manhunt 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8f3f725d" md5="57a144802777314982ce4ba2d45dad82" sha1="4d0ad5deb09b71b159f7cbaf988bae0f8d6a9848"/>
+       </game>
+       <game name="Monopoly (Europe) (En,Fr,De,Es,Nl,Sv,Fi)">
+               <category>Games</category>
+               <description>Monopoly (Europe) (En,Fr,De,Es,Nl,Sv,Fi)</description>
+               <rom name="Monopoly (Europe) (En,Fr,De,Es,Nl,Sv,Fi).iso" size="4699979776" crc="df1a3655" md5="d3f9e3db53cd27272e8f3a36d6cd9531" sha1="4fc41d05c54958c374f19e8f113617ce3db048a0"/>
+       </game>
+       <game name="Sonic and the Secret Rings (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic and the Secret Rings (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic and the Secret Rings (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="6b4c1de2" md5="5ce0cb1ca691a7651aced9c62db98441" sha1="9d8f860cb6fdd4873ff51a9eb123576acb0b5ea5"/>
+       </game>
+       <game name="Mystery Case Files - The Malgrave Incident (USA)">
+               <category>Games</category>
+               <description>Mystery Case Files - The Malgrave Incident (USA)</description>
+               <rom name="Mystery Case Files - The Malgrave Incident (USA).iso" size="4699979776" crc="1f0ed55d" md5="2d516390efa9bab69f62aca10742d963" sha1="332082ee374791bee2fbff10c6bffc68ff426207"/>
+       </game>
+       <game name="Outdoor Action Double Pack (USA)">
+               <category>Games</category>
+               <description>Outdoor Action Double Pack (USA)</description>
+               <rom name="Outdoor Action Double Pack (USA).iso" size="4699979776" crc="4d05ca7b" md5="4b0bb8e14a97a4cdf21ac055b64cdefa" sha1="7c2ee59d3af6bcc0e89eac1f24a8d1041f8208e4"/>
+       </game>
+       <game name="Maximum Racing - Super Truck Racer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Maximum Racing - Super Truck Racer (USA) (En,Fr,Es)</description>
+               <rom name="Maximum Racing - Super Truck Racer (USA) (En,Fr,Es).iso" size="4699979776" crc="3c681027" md5="e7647f4c8655d692c70f11e2a739df83" sha1="a2b2935fac01325a781a3439ac48a1405cd8630a"/>
+       </game>
+       <game name="Line Rider Freestyle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Line Rider Freestyle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Line Rider Freestyle (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d6cd2710" md5="c4b829a212e5ac1dab284d69ade1afc8" sha1="91393e521d10187b1ac50fc0955a1f6bcfba25c0"/>
+       </game>
+       <game name="Gottlieb Pinball Classics (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gottlieb Pinball Classics (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gottlieb Pinball Classics (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="82c8e070" md5="aa471ac5200b2667470ef763ce69defa" sha1="6daab201a25fe28856e79e6a407e638dab064b36"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 2)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 2)</description>
+               <rom name="New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 2).iso" size="4699979776" crc="2a9344fb" md5="ea2698f30aef31182d1c506d9ae5cbd2" sha1="91ff55875b0e0401e6246d5bc2a52d7a80517860"/>
+       </game>
+       <game name="Disney Epic Mickey (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Disney Epic Mickey (Europe) (En,Fr,Nl)</description>
+               <rom name="Disney Epic Mickey (Europe) (En,Fr,Nl).iso" size="4699979776" crc="a5ad65f8" md5="38899b09a20e46410cc67c150eb3abf8" sha1="7265ae5d517abaa87b665dba5dc2ad9a0f6f4b39"/>
+       </game>
+       <game name="Kirby's Epic Yarn (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Kirby's Epic Yarn (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Kirby's Epic Yarn (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="88e2f649" md5="8aeef7bc4b90bf45209a8f88fbdf9465" sha1="547aa7ca4d045594237154814786306f7645551f"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="596dc924" md5="e0d902ed6e1fa47df2c57d765131ade7" sha1="eb0ace6b12190560cde7cfd092d56ba5e2eab4ab"/>
+       </game>
+       <game name="Smurfs, The - Dance Party (USA)">
+               <category>Games</category>
+               <description>Smurfs, The - Dance Party (USA)</description>
+               <rom name="Smurfs, The - Dance Party (USA).iso" size="4699979776" crc="0845a979" md5="71daf4fd4f4c10d66a04decd73f31399" sha1="2af9163509065c52155717e3ad628a46a65332a4"/>
+       </game>
+       <game name="Just Dance - Summer Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance - Summer Party (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance - Summer Party (USA) (En,Fr,Es).iso" size="4699979776" crc="4d000679" md5="0bc9096371d9ba3850ffa59cd5198190" sha1="c96bc7ced56e3e4bbb7866c21ac489505a5e5357"/>
+       </game>
+       <game name="Super Smash Bros. Brawl (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Super Smash Bros. Brawl (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Super Smash Bros. Brawl (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="8511160320" crc="cb762c85" md5="c2255d53e08d6e1e6d25114be9f1bec1" sha1="666ad47a8c4010faecf77a92565e1f4e077a586b"/>
+       </game>
+       <game name="Disney Phineas and Ferb - Across the 2nd Dimension (USA)">
+               <category>Games</category>
+               <description>Disney Phineas and Ferb - Across the 2nd Dimension (USA)</description>
+               <rom name="Disney Phineas and Ferb - Across the 2nd Dimension (USA).iso" size="4699979776" crc="d3d009f5" md5="8b4d3b57768bb95f0c78d68344d57f36" sha1="4a4a517ecd0dd052d406e812e820dab21d26cbf2"/>
+       </game>
+       <game name="Top Trumps Adventures (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Top Trumps Adventures (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Top Trumps Adventures (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="38bcf8b0" md5="8a755622a254bb568bbde0035b93f5bb" sha1="0ea177a32ab166c1049b1eef4e7a63648b9103e1"/>
+       </game>
+       <game name="Xenoblade Chronicles (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Xenoblade Chronicles (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Xenoblade Chronicles (Europe) (En,Fr,De,Es,It).iso" size="8511160320" crc="96abeb7c" md5="7a8ab73269be9a81a8fac07d2e9c5edb" sha1="d4ba488ebeb4338331b584ba36208559b029bad5"/>
+       </game>
+       <game name="Dead Rising - Chop Till You Drop (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dead Rising - Chop Till You Drop (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dead Rising - Chop Till You Drop (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7b850fe2" md5="b22990d632e8a301764318ddfd52bb55" sha1="d7c94d153e2cf0695037099089e562cb7a7d63ed"/>
+       </game>
+       <game name="DJ Hero (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DJ Hero (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="DJ Hero (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="2df87b61" md5="b4777727ef799fa46b7acd10bd9ccc45" sha1="338516cf887c785cc18b432b6d4384b1a01733d0"/>
+       </game>
+       <game name="DJ Hero 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DJ Hero 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DJ Hero 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f52fed6b" md5="8500300b5e3afc2b09926525dc8e91e5" sha1="3958065ebabe28c11983a87467799740f67e88da"/>
+       </game>
+       <game name="Naruto - Clash of Ninja Revolution - European Version (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Naruto - Clash of Ninja Revolution - European Version (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Naruto - Clash of Ninja Revolution - European Version (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b7abb199" md5="208a6f8eb0ec52fe57ec1309998b58e0" sha1="678241de0fc775d9bc79f3e14996216399819667"/>
+       </game>
+       <game name="Obscure II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Obscure II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Obscure II (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e89b6f09" md5="17eeea93a5ddf5f067124f1c7245aa65" sha1="bed988362122a1549e74ea91b4440c1f2deef95e"/>
+       </game>
+       <game name="Captain Rainbow (Japan)">
+               <category>Games</category>
+               <description>Captain Rainbow (Japan)</description>
+               <rom name="Captain Rainbow (Japan).iso" size="4699979776" crc="99fad2c9" md5="5334ea85ed04b1cacb6c85fc8267d38d" sha1="022ed16eb9ffdef6cb6cfbe3933dfd56b15b5dcd"/>
+       </game>
+       <game name="Black Eyed Peas Experience, The (USA) (En,Fr,Es) (Limited Edition)">
+               <category>Games</category>
+               <description>Black Eyed Peas Experience, The (USA) (En,Fr,Es) (Limited Edition)</description>
+               <rom name="Black Eyed Peas Experience, The (USA) (En,Fr,Es) (Limited Edition).iso" size="4699979776" crc="3be4cf40" md5="98021b3a1a04f2121e36e29c41a9d6bc" sha1="1ee5b7268298589efa203eae6ad44ca31a1ee60f"/>
+       </game>
+       <game name="Back to the Future - The Game (USA) (En,Fr,De)">
+               <category>Games</category>
+               <description>Back to the Future - The Game (USA) (En,Fr,De)</description>
+               <rom name="Back to the Future - The Game (USA) (En,Fr,De).iso" size="4699979776" crc="7f2979b4" md5="17aab1ab2706edd7261e2b7f37a57340" sha1="2ca5458c3a3052b6bcce691ab2d213b4cf81d459"/>
+       </game>
+       <game name="Cabela's Adventure Camp (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Cabela's Adventure Camp (USA) (En,Fr)</description>
+               <rom name="Cabela's Adventure Camp (USA) (En,Fr).iso" size="4699979776" crc="0ca22e5c" md5="795ebd630ea365c6c930b00f6d5b17b5" sha1="f19af995fe59d95b877c8e01e0d738d9013babfc"/>
+       </game>
+       <game name="Cabela's Survival - Shadows of Katmai (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Cabela's Survival - Shadows of Katmai (USA) (En,Fr)</description>
+               <rom name="Cabela's Survival - Shadows of Katmai (USA) (En,Fr).iso" size="4699979776" crc="2e7beda5" md5="264906b0cdb224ee20250bb9ca59dabf" sha1="6d808ae35bf05e692acdc4823650a7c4354667c1"/>
+       </game>
+       <game name="Disney Universe (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Universe (USA) (En,Fr,Es)</description>
+               <rom name="Disney Universe (USA) (En,Fr,Es).iso" size="4699979776" crc="fd41f1c8" md5="004722f3290c25b57b67118db4cc7c91" sha1="74d74753b15d8ef228d3ddef3ea7f5ebd880a88b"/>
+       </game>
+       <game name="Generator Rex - Agent of Providence (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Generator Rex - Agent of Providence (USA) (En,Fr)</description>
+               <rom name="Generator Rex - Agent of Providence (USA) (En,Fr).iso" size="4699979776" crc="e3ae8e0f" md5="c8d995db5421db0b3bfcc5f2ab2be6c2" sha1="08a76b764c132e1d2acd2cc5abf24e5076a02aec"/>
+       </game>
+       <game name="Family Game Night 4 - The Game Show (USA)">
+               <category>Games</category>
+               <description>Family Game Night 4 - The Game Show (USA)</description>
+               <rom name="Family Game Night 4 - The Game Show (USA).iso" size="4699979776" crc="7ef6b7d9" md5="2f5bb5a69dd5e523f4f471e18f1aa1a1" sha1="99b75e01c1ab595177e564e36ecd85f9235eeb78"/>
+       </game>
+       <game name="Jerry Rice &amp; Nitus' Dog Football (USA)">
+               <category>Games</category>
+               <description>Jerry Rice &amp; Nitus' Dog Football (USA)</description>
+               <rom name="Jerry Rice &amp; Nitus' Dog Football (USA).iso" size="4699979776" crc="21c89063" md5="ef389123bb90c39352a0d66d960f4ad2" sha1="f94087201c3af6f98b09af333d3ad88ea6633f3c"/>
+       </game>
+       <game name="Just Dance Kids 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance Kids 2 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance Kids 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="9f1955f6" md5="125a3f6214022f19f423d405b9f6bfb0" sha1="a208dc171d6e0d76cc57538bea976b961805d0fc"/>
+       </game>
+       <game name="My Personal Golf Trainer with IMG Academies and David Leadbetter (USA)">
+               <category>Games</category>
+               <description>My Personal Golf Trainer with IMG Academies and David Leadbetter (USA)</description>
+               <rom name="My Personal Golf Trainer with IMG Academies and David Leadbetter (USA).iso" size="4699979776" crc="c6610ff7" md5="9456fa1a8c9b198c84faca18e511e230" sha1="53c10a5556304a108877893e5e720c215ca73bfd"/>
+       </game>
+       <game name="NASCAR Unleashed (USA)">
+               <category>Games</category>
+               <description>NASCAR Unleashed (USA)</description>
+               <rom name="NASCAR Unleashed (USA).iso" size="4699979776" crc="72800644" md5="a371f8d793658ef5aefce1dfde0893e5" sha1="2766cbca3b83f1c40b57bec0eee4e187f4b98fae"/>
+       </game>
+       <game name="Price Is Right, The - Decades (USA)">
+               <category>Games</category>
+               <description>Price Is Right, The - Decades (USA)</description>
+               <rom name="Price Is Right, The - Decades (USA).iso" size="4699979776" crc="e4fe0b47" md5="c2cd3d27872a06887ceb8290f8d77216" sha1="baee1a7e859081215331479510078a9b99ef70c1"/>
+       </game>
+       <game name="DreamWorks Puss in Boots (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Puss in Boots (USA) (En,Fr)</description>
+               <rom name="DreamWorks Puss in Boots (USA) (En,Fr).iso" size="4699979776" crc="99f0e959" md5="78e5ed1dde029f8e425d2c81357ced70" sha1="f31cea5be8c9bff9dc36ed6ab2361fd2fa11117c"/>
+       </game>
+       <game name="Trivial Pursuit - Bet You Know It (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Trivial Pursuit - Bet You Know It (USA) (En,Fr)</description>
+               <rom name="Trivial Pursuit - Bet You Know It (USA) (En,Fr).iso" size="4699979776" crc="28e9fd69" md5="9a91257e7d672b48727bf3b72c7b5e53" sha1="9c2013f6947fbf247d6ab462227385ce74039c02"/>
+       </game>
+       <game name="Sesame Street - Ready, Set, Grover! The Videogame (Australia)">
+               <category>Games</category>
+               <description>Sesame Street - Ready, Set, Grover! The Videogame (Australia)</description>
+               <rom name="Sesame Street - Ready, Set, Grover! The Videogame (Australia).iso" size="4699979776" crc="a475703f" md5="ef2bd3c6d34b2e5dadc7ee456cbc5258" sha1="f48707aa3ef122bd9364e8183bdee4dcdcb0e268"/>
+       </game>
+       <game name="Deepak Chopra's Leela (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Deepak Chopra's Leela (USA) (En,Fr)</description>
+               <rom name="Deepak Chopra's Leela (USA) (En,Fr).iso" size="4699979776" crc="4238d078" md5="53502abef921b96d5a49e2f461c2d774" sha1="cd2e6df5e827f2a240de3e28c8fc3ac47bcc2b53"/>
+       </game>
+       <game name="Nickelodeon Dance (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Dance (USA)</description>
+               <rom name="Nickelodeon Dance (USA).iso" size="4699979776" crc="9908a1f4" md5="73bb667771892b8163ec9bcac71e8f97" sha1="b9ca56f6c614c8788156c39e9f0e3bd4024608b0"/>
+       </game>
+       <game name="Rayman Origins (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rayman Origins (USA) (En,Fr,Es)</description>
+               <rom name="Rayman Origins (USA) (En,Fr,Es).iso" size="4699979776" crc="4855eaf4" md5="a589436a25994f615151c3d0628775e9" sha1="3545272d53cd6783c3751fbd831d6c63e7890dc2"/>
+       </game>
+       <game name="Mario &amp; Sonic at the London 2012 Olympic Games (USA) (En,Ja,Fr,Es)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at the London 2012 Olympic Games (USA) (En,Ja,Fr,Es)</description>
+               <rom name="Mario &amp; Sonic at the London 2012 Olympic Games (USA) (En,Ja,Fr,Es).iso" size="4699979776" crc="f9ed41ea" md5="18186092013105ee65f2ae0b5c2d1e4d" sha1="3462212de952c14ada27149ad6744f235182ef3d"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d7ac6bdd" md5="f32bd185cb71ec9d87d2a65c9385d3d8" sha1="6e2dd566757adfd970e24e2da3cec81fedd4087b"/>
+       </game>
+       <game name="Legend of Zelda, The - Twilight Princess (USA) (Demo)">
+               <category>Demos</category>
+               <description>Legend of Zelda, The - Twilight Princess (USA) (Demo)</description>
+               <rom name="Legend of Zelda, The - Twilight Princess (USA) (Demo).iso" size="4699979776" crc="d6b7555e" md5="810c1f6141d64723362123dad17fa6cd" sha1="d0efe717a6c4b99e42d43f86fa90d75489d443d7"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es).iso" size="4699979776" crc="2b48d050" md5="e7c39bb46cf938a5a030a01a677ef7d1" sha1="9cf9a4a7ed2a6a4abb4582e3304af1327c160640"/>
+       </game>
+       <game name="Legend of Zelda, The - Twilight Princess (Korea)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Twilight Princess (Korea)</description>
+               <rom name="Legend of Zelda, The - Twilight Princess (Korea).iso" size="4699979776" crc="40cb5b42" md5="fa5021cd3df8648646ddfcf3d901109a" sha1="d071aaa6445cdd83950f4ee2b82030ab3c30c9dc"/>
+       </game>
+       <game name="Link's Crossbow Training (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Link's Crossbow Training (USA) (En,Fr,Es)</description>
+               <rom name="Link's Crossbow Training (USA) (En,Fr,Es).iso" size="4699979776" crc="a165f04c" md5="ead23ad9a9a63133ed22efc6dc4cdcf2" sha1="00e2864a93e17883c739e0f5affd3b9bc7b12782"/>
+       </game>
+       <game name="Linkui Sagyeok Training (Korea)">
+               <category>Games</category>
+               <description>Linkui Sagyeok Training (Korea)</description>
+               <rom name="Linkui Sagyeok Training (Korea).iso" size="4699979776" crc="a472d156" md5="3db1f95748c98253cdd4bc016577ec76" sha1="f2311694157777f8c0c30c53c38da5fc61254d8b"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (Korea)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Skyward Sword (Korea)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (Korea).iso" size="4699979776" crc="720f39a5" md5="8dd4066b3b05746eea03f8209f013b3f" sha1="7034f140ab34bb03c52998b85fbc19f5c71c0b75"/>
+       </game>
+       <game name="Aliens in the Attic (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Aliens in the Attic (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Aliens in the Attic (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5aed0552" md5="512c20342799ad455ccf48a887967b9a" sha1="b933a38aebb0f90488315eacdf6e88c29f233ad4"/>
+       </game>
+       <game name="Heavy Fire - Afghanistan (USA)">
+               <category>Games</category>
+               <description>Heavy Fire - Afghanistan (USA)</description>
+               <rom name="Heavy Fire - Afghanistan (USA).iso" size="4699979776" crc="b1e9ca94" md5="91021311aea10f97a28c2f0d901376af" sha1="37e2fc6296bd0172cbb125ae5d780d3e82bd9208"/>
+       </game>
+       <game name="DreamWorks Super Star Kartz (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Super Star Kartz (USA) (En,Fr)</description>
+               <rom name="DreamWorks Super Star Kartz (USA) (En,Fr).iso" size="4699979776" crc="0bf75a2a" md5="4649aced830b8d1d8d2479f447ffb570" sha1="9afff17e86c4ce33fa63f00f0894312ada0918b1"/>
+       </game>
+       <game name="Cartoon Network - Punch Time Explosion XL (USA)">
+               <category>Games</category>
+               <description>Cartoon Network - Punch Time Explosion XL (USA)</description>
+               <rom name="Cartoon Network - Punch Time Explosion XL (USA).iso" size="4699979776" crc="ee64838b" md5="e7063f9f3715c61affe1bda87ed19c5a" sha1="7b2d335bf613bc927c028e559d0641395537934d"/>
+       </game>
+       <game name="uDraw Studio - Instant Artist (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>uDraw Studio - Instant Artist (USA) (En,Fr,Es)</description>
+               <rom name="uDraw Studio - Instant Artist (USA) (En,Fr,Es).iso" size="4699979776" crc="3126743e" md5="a8a19372f864049f4ff1083d8b550af9" sha1="aca015d590ccfc6c3378e32f8ee5634e9273d306"/>
+       </game>
+       <game name="Santa Claus Is Comin' to Town! (USA)">
+               <category>Games</category>
+               <description>Santa Claus Is Comin' to Town! (USA)</description>
+               <rom name="Santa Claus Is Comin' to Town! (USA).iso" size="4699979776" crc="913de894" md5="780fccbcedfd32670b1184453afa65b5" sha1="9000c9a1b71a820290c97c413deaa2424f9780fc"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 12 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 12 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 12 (USA).iso" size="4699979776" crc="1cd3f947" md5="1f5fc413808447edef99eebcfde0323a" sha1="12709b7de72d76823f92144cf8f2a7019b581c39"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (USA) (En,Fr)</description>
+               <rom name="Skylanders - Spyro's Adventure (USA) (En,Fr).iso" size="4699979776" crc="a558b2db" md5="bbf93219cc63efd88cb3600485f22e55" sha1="7df3a483241cf3f7e80868ef56ab88478c8792ff"/>
+       </game>
+       <game name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="bf3ac30c" md5="bf51b29bf59ef6dbe97d9346d2cc1e46" sha1="621f06be210e02cea094f45c41c49f129a497098"/>
+       </game>
+       <game name="Chocobo no Fushigi na Dungeon - Toki-wasure no Meikyuu (Japan)">
+               <category>Games</category>
+               <description>Chocobo no Fushigi na Dungeon - Toki-wasure no Meikyuu (Japan)</description>
+               <rom name="Chocobo no Fushigi na Dungeon - Toki-wasure no Meikyuu (Japan).iso" size="4699979776" crc="498bf8d5" md5="b03ec47d5434dd5dd6d8a79fe54fc866" sha1="cdefaf29a097f7245025bc36186dcbb0acac6dae"/>
+       </game>
+       <game name="428 - Fuusa Sareta Shibuya de (Japan)">
+               <category>Games</category>
+               <description>428 - Fuusa Sareta Shibuya de (Japan)</description>
+               <rom name="428 - Fuusa Sareta Shibuya de (Japan).iso" size="4699979776" crc="eb81d9d3" md5="1f3a03e9d6cf6dc9437eecadfb4822e8" sha1="7ff4a662bfec444417df4513e296a79844d72629"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="d5cad9b0" md5="9c802c4c92f7425339c0515c0bb3d455" sha1="9abe26cb43e234fdeb23955fcb95801e617c4649"/>
+       </game>
+       <game name="Fushigi no Dungeon - Fuurai no Shiren 3 - Karakuri Yashiki no Nemurihime (Japan)">
+               <category>Games</category>
+               <description>Fushigi no Dungeon - Fuurai no Shiren 3 - Karakuri Yashiki no Nemurihime (Japan)</description>
+               <rom name="Fushigi no Dungeon - Fuurai no Shiren 3 - Karakuri Yashiki no Nemurihime (Japan).iso" size="4699979776" crc="561d83a1" md5="bb1e406b21f517a9caf5ac796059685b" sha1="f3a196dd1fcb0ab2b689bf12dea6ecad2a107225"/>
+       </game>
+       <game name="Another Code R - Kioku no Tobira (Japan)">
+               <category>Games</category>
+               <description>Another Code R - Kioku no Tobira (Japan)</description>
+               <rom name="Another Code R - Kioku no Tobira (Japan).iso" size="4699979776" crc="92c00450" md5="29640af6a5ec19c21833340a779cb143" sha1="52a1996d5ba74ee4712d9b882819aecd661410e1"/>
+       </game>
+       <game name="Meitantei Conan - Tsuioku no Mirage (Japan)">
+               <category>Games</category>
+               <description>Meitantei Conan - Tsuioku no Mirage (Japan)</description>
+               <rom name="Meitantei Conan - Tsuioku no Mirage (Japan).iso" size="4699979776" crc="8316c026" md5="ff3c05777b1c1efa438dac12b881f134" sha1="44647ce9b90c2b1a99b03adac4077ce0d1c45c38"/>
+       </game>
+       <game name="Asterix at the Olympic Games (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Asterix at the Olympic Games (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Asterix at the Olympic Games (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="0277211e" md5="9b52009e8b0a6c115b6b51ea60d2348a" sha1="347aa5dc829aeaab919a4c024684a2df2598c549"/>
+       </game>
+       <game name="Barrio Sesamo - Preparados Listos Coco! El Videojuego (Europe) (Es,Nl)">
+               <category>Games</category>
+               <description>Barrio Sesamo - Preparados Listos Coco! El Videojuego (Europe) (Es,Nl)</description>
+               <rom name="Barrio Sesamo - Preparados Listos Coco! El Videojuego (Europe) (Es,Nl).iso" size="4699979776" crc="5f65f3b5" md5="531df92ea84997d3252808406bf83ec0" sha1="c6bf618607f7361245835d4bc62dc5b1602d09d9"/>
+       </game>
+       <game name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA)</description>
+               <rom name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA).iso" size="4699979776" crc="e7082406" md5="6c8c83f6469756ad0bfee1dc5e6ea503" sha1="a9cfbae8137f2a22810f2fe96da68bddcf87e98b"/>
+       </game>
+       <game name="Batman - The Brave and the Bold - The Videogame (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Batman - The Brave and the Bold - The Videogame (USA) (En,Fr,Es)</description>
+               <rom name="Batman - The Brave and the Bold - The Videogame (USA) (En,Fr,Es).iso" size="4699979776" crc="ed0a8e07" md5="bf5a9b4f4253d8069b8331652a1b96a0" sha1="2369beb354cd9537740236e466a7cda2fcdc750e"/>
+       </game>
+       <game name="Imabikisou Kaimei-hen (Japan)">
+               <category>Games</category>
+               <description>Imabikisou Kaimei-hen (Japan)</description>
+               <rom name="Imabikisou Kaimei-hen (Japan).iso" size="4699979776" crc="378453f4" md5="9a7ad3f147777b8ec0846c22bf78cc29" sha1="b2ee1b89c9301bda6b76531aacc9cadddd386cd3"/>
+       </game>
+       <game name="Get Up and Dance (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Get Up and Dance (USA) (En,Fr,Es)</description>
+               <rom name="Get Up and Dance (USA) (En,Fr,Es).iso" size="4699979776" crc="d68f8a38" md5="6fcd738e83714c4041ebf4d6ddfc590b" sha1="30d12fb9aa72917cf9ba429c1f5a274f964c7a5f"/>
+       </game>
+       <game name="Wii Fit (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Fit (Japan) (Rev 1)</description>
+               <rom name="Wii Fit (Japan) (Rev 1).iso" size="4699979776" crc="1635ac31" md5="a405e33d2b939cfa03702450102cae2f" sha1="f51408d5ec5729da0bee8b0ccdcdb5f2db741238"/>
+       </game>
+       <game name="Last Story, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Last Story, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Last Story, The (Europe) (En,Fr,De,Es,It).iso" size="8511160320" crc="aaf574d4" md5="a85b1f8b40860789fc3a6649d5231819" sha1="37e97fbbac7716fdc25b7d4ecee40042aaa242d9"/>
+       </game>
+       <game name="Rayman Origins (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Rayman Origins (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Rayman Origins (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="15d2e3f3" md5="198cc22f33ba10b995ad24073fb7a950" sha1="1840214a394b470322f1889229df60baa38693c0"/>
+       </game>
+       <game name="Major League Baseball 2K12 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K12 (USA)</description>
+               <rom name="Major League Baseball 2K12 (USA).iso" size="4699979776" crc="221b7c00" md5="1fd4a5debd5e4b87a72c8f2886862eab" sha1="8810fbafd59d0d6a86f2b8e274ceccbf9c919646"/>
+       </game>
+       <game name="Mario Party 9 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mario Party 9 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mario Party 9 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="15f44aaf" md5="48722e664aecee14b181ee0ff56a7ec8" sha1="c0b62c218118c77494cab0feb41be69f6ea84c73"/>
+       </game>
+       <game name="Boom Street (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Boom Street (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Boom Street (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="49cb59c8" md5="4369ef2518224bdec0e51f9582445a2b" sha1="e171e575dd061ca36cda8d677bf5b06324ea18b1"/>
+       </game>
+       <game name="Last Story, The (Japan)">
+               <category>Games</category>
+               <description>Last Story, The (Japan)</description>
+               <rom name="Last Story, The (Japan).iso" size="4699979776" crc="57ac40ee" md5="09fed88298502515cb5d7c8ab5294b31" sha1="fb30df3a599754c6cc36c24a8572de9566c57c14"/>
+       </game>
+       <game name="MadWorld (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>MadWorld (Japan) (En,Ja)</description>
+               <rom name="MadWorld (Japan) (En,Ja).iso" size="4699979776" crc="52d30cc7" md5="5907faa3b3788911379e770b2a777620" sha1="ded0e2c7d420ebffdb18b0f0c2e7d5602ba7cdab"/>
+       </game>
+       <game name="Super Mario Stadium - Family Baseball (Japan)">
+               <category>Games</category>
+               <description>Super Mario Stadium - Family Baseball (Japan)</description>
+               <rom name="Super Mario Stadium - Family Baseball (Japan).iso" size="4699979776" crc="7464bd0b" md5="3e44d111bd78dee736487024d70870ff" sha1="28ccb21adda8493d7a3e878df0bb26a14da9ec59"/>
+       </game>
+       <game name="House of the Dead, The - Overkill (Japan)">
+               <category>Games</category>
+               <description>House of the Dead, The - Overkill (Japan)</description>
+               <rom name="House of the Dead, The - Overkill (Japan).iso" size="4699979776" crc="c3e55313" md5="0e7154a474641be3a2e81e7331b540ae" sha1="8b5bf2d9ae04d7d36fded10c691f04d504c4e0b9"/>
+       </game>
+       <game name="Naruto Shippuuden - Gekitou Ninja Taisen! EX2 (Japan)">
+               <category>Games</category>
+               <description>Naruto Shippuuden - Gekitou Ninja Taisen! EX2 (Japan)</description>
+               <rom name="Naruto Shippuuden - Gekitou Ninja Taisen! EX2 (Japan).iso" size="4699979776" crc="2492c891" md5="4f176cfd0584c0f7b32da703ffaa67d7" sha1="e5d8f1ec40a2f243274c42c98c077c34e1ac24ba"/>
+       </game>
+       <game name="PokePark 2 - Beyond the World (Japan)">
+               <category>Games</category>
+               <description>PokePark 2 - Beyond the World (Japan)</description>
+               <rom name="PokePark 2 - Beyond the World (Japan).iso" size="4699979776" crc="f54efff2" md5="67fc38ad22b11028be86e44288cf8e86" sha1="f2da92054cb11b67291124db4c284456aafd1c6d"/>
+       </game>
+       <game name="Bit.Trip Complete (Europe)">
+               <category>Games</category>
+               <description>Bit.Trip Complete (Europe)</description>
+               <rom name="Bit.Trip Complete (Europe).iso" size="4699979776" crc="964e4df5" md5="e21fc6f26958f5d49738b83b6366c48e" sha1="de1f4ec683791193290846998672bc837f97ed12"/>
+       </game>
+       <game name="Super Mario Collection (Japan)">
+               <category>Games</category>
+               <description>Super Mario Collection (Japan)</description>
+               <rom name="Super Mario Collection (Japan).iso" size="4699979776" crc="b697a35e" md5="8616a2e1c99cc159d205c9425f7d9e80" sha1="41ce1e37a169fca5f193b46373e52cd253543924"/>
+       </game>
+       <game name="Biohazard - Umbrella Chronicles (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Biohazard - Umbrella Chronicles (Japan) (Rev 1)</description>
+               <rom name="Biohazard - Umbrella Chronicles (Japan) (Rev 1).iso" size="4699979776" crc="e93def9b" md5="f22275ea12db88b2edcc4ade39eb04b4" sha1="ddb9bf60a9532348ab01286997e8766102658fd9"/>
+       </game>
+       <game name="Kage no Tou (Japan)">
+               <category>Games</category>
+               <description>Kage no Tou (Japan)</description>
+               <rom name="Kage no Tou (Japan).iso" size="4699979776" crc="f817c6ee" md5="9895ea282c824d0cd71f83b41894b4fc" sha1="84318b312fa6138e106da3661154716fb906ba0c"/>
+       </game>
+       <game name="FlingSmash (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>FlingSmash (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="FlingSmash (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="96811e04" md5="304128285c1c40b4740c922efdb79436" sha1="c8d7e1a248b8d67bc4820dce9c26bf108a7646b6"/>
+       </game>
+       <game name="Biohazard 4 - Wii Edition (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Biohazard 4 - Wii Edition (Japan) (Rev 1)</description>
+               <rom name="Biohazard 4 - Wii Edition (Japan) (Rev 1).iso" size="4699979776" crc="db6c7d78" md5="2416b963e3234eab75509643dce3cb8a" sha1="e0354cf256542d514e6849cadd7f6f13b36ff1a0"/>
+       </game>
+       <game name="Puzzle Kingdoms (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Puzzle Kingdoms (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Puzzle Kingdoms (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="88428375" md5="00c242a902d57dd70ff030488e34bc9d" sha1="56b3fc392ca6b04de8796c18543761dad5ca6b9f"/>
+       </game>
+       <game name="Secret Files 2 - Puritas Cordis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Secret Files 2 - Puritas Cordis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Secret Files 2 - Puritas Cordis (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5231b8de" md5="28d242edefb3c73776704431561c1b10" sha1="26e7b1fecace2155152fbaa703fb8dfd0a052f0f"/>
+       </game>
+       <game name="Williams Pinball Classics (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Williams Pinball Classics (Europe) (En,Fr,De,Es)</description>
+               <rom name="Williams Pinball Classics (Europe) (En,Fr,De,Es).iso" size="4699979776" crc="14b63276" md5="aa91bda8c1e3cecc4d592d92cc2c42a3" sha1="64c796dbd01fc0f1bc1de40e466a0b83ca14771b"/>
+       </game>
+       <game name="Naruto Shippuuden - Ryuu Jin-ki (Japan)">
+               <category>Games</category>
+               <description>Naruto Shippuuden - Ryuu Jin-ki (Japan)</description>
+               <rom name="Naruto Shippuuden - Ryuu Jin-ki (Japan).iso" size="4699979776" crc="8d93b3cb" md5="d447e576652576fbcfab9f31a44fb512" sha1="a97c6e7cebf1cb68ca57e40ebefa3be90ad9a123"/>
+       </game>
+       <game name="Metroid - Other M (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Metroid - Other M (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Metroid - Other M (USA) (En,Fr,Es) (Rev 1).iso" size="8511160320" crc="62515755" md5="3e6170d5deb86ccf11a90aedea35097e" sha1="afca5b8f0a9d6c632c81471e04a4f96c209f91f0"/>
+       </game>
+       <game name="Keito no Kirby (Japan)">
+               <category>Games</category>
+               <description>Keito no Kirby (Japan)</description>
+               <rom name="Keito no Kirby (Japan).iso" size="4699979776" crc="00344f55" md5="7e63aa8485c82012f791616d723f9cfc" sha1="429babe94d5cac138b8440fc79236326c3663ca5"/>
+       </game>
+       <game name="Pandora no Tou - Kimi no Moto e Kaeru made (Japan)">
+               <category>Games</category>
+               <description>Pandora no Tou - Kimi no Moto e Kaeru made (Japan)</description>
+               <rom name="Pandora no Tou - Kimi no Moto e Kaeru made (Japan).iso" size="4699979776" crc="5bdfdf3a" md5="40c2f8c2d9d94d44d12871182b9a05dc" sha1="c23b2680fc9cba45651eeb9818dc887e4415b3e6"/>
+       </game>
+       <game name="Tataite Hazumu - Super Smash Ball Plus (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Tataite Hazumu - Super Smash Ball Plus (Japan) (Rev 2)</description>
+               <rom name="Tataite Hazumu - Super Smash Ball Plus (Japan) (Rev 2).iso" size="4699979776" crc="f0022ae5" md5="3a34dacba0895b28ded2f54dceff48da" sha1="4679055c6e15439708bbbf6c445ff4a64016fce4"/>
+       </game>
+       <game name="Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 2) (Rev 3)">
+               <category>Games</category>
+               <description>Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 2) (Rev 3)</description>
+               <rom name="Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 2) (Rev 3).iso" size="4699979776" crc="31d75bb7" md5="7693004cd2d7e000fccce7b88e62c170" sha1="85e802372c0bf3ce8559a609227d1820af6f272a"/>
+       </game>
+       <game name="Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 1) (Rev 3)">
+               <category>Games</category>
+               <description>Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 1) (Rev 3)</description>
+               <rom name="Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 1) (Rev 3).iso" size="4699979776" crc="16b68180" md5="adef3d5eb13f121f91a2b6d20ba69251" sha1="b51bab6d41c2cbf3fdd7a7b11168c66e9e355235"/>
+       </game>
+       <game name="Namco Museum Remix (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Namco Museum Remix (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Namco Museum Remix (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d3173f05" md5="ee5fdf64d27dd4e5b67aa945b2970abc" sha1="360889e4a356a529225cae4facd24de577ed4046"/>
+       </game>
+       <game name="Secret Files - Tunguska (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Secret Files - Tunguska (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Secret Files - Tunguska (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c0853a4d" md5="a8841ecf704d0dcfcba22f2997c78297" sha1="18a8a6cadb7100daf2f7e0c7a594c7c04d1c40e4"/>
+       </game>
+       <game name="Rock Band 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rock Band 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rock Band 3 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="49a0ffa2" md5="e4f964edb64daaac8e47843433f9ca97" sha1="b19471f966236a27c46ae1b94a56555d5aad17ea"/>
+       </game>
+       <game name="Bully - Scholarship Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bully - Scholarship Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bully - Scholarship Edition (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3ad58ac7" md5="c77a6a2175a2a45c51e02873ed64bbd3" sha1="e46f410db51c2b89763318e99ef3122bdca4d051"/>
+       </game>
+       <game name="EA Playground (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>EA Playground (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="EA Playground (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9a034426" md5="3c3081c8651706d7a07080cb763f3024" sha1="98ba0b77945381e96e2d29f49e1fe97106c85763"/>
+       </game>
+       <game name="Pac-Man Party (Japan)">
+               <category>Games</category>
+               <description>Pac-Man Party (Japan)</description>
+               <rom name="Pac-Man Party (Japan).iso" size="4699979776" crc="0a454c41" md5="bfa4b88d6c15ac0f98b5f4b69830c404" sha1="b6a439934fea8d781fa1dbcb537960665a8325a4"/>
+       </game>
+       <game name="Boogie (Europe) (En,Fr,De,Es,It,Nl,Pt)">
+               <category>Games</category>
+               <description>Boogie (Europe) (En,Fr,De,Es,It,Nl,Pt)</description>
+               <rom name="Boogie (Europe) (En,Fr,De,Es,It,Nl,Pt).iso" size="4699979776" crc="148a71fd" md5="5230f6f42439f0bcc67c1b42852039ce" sha1="a5eca0ae57b1458470fdf95d455c5b48a7ae4f26"/>
+       </game>
+       <game name="PopStar Guitar (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>PopStar Guitar (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="PopStar Guitar (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="925b0cc5" md5="090ddc5fb9dced59ac5a917feb17070a" sha1="3ec9a2b1e543e1bfb4d624bfa831755a867d7ace"/>
+       </game>
+       <game name="Just Dance Wii (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance Wii (Japan) (Rev 1)</description>
+               <rom name="Just Dance Wii (Japan) (Rev 1).iso" size="4699979776" crc="62a8e250" md5="455dcba92fba6ecc9c269c28c928eaab" sha1="cb2d2c7c19a011ed2d3305a4fac2d931f78cb2c4"/>
+       </game>
+       <game name="Wii Music (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Music (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Music (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="64d60dd7" md5="f3233c86be1310c277efd512ef791977" sha1="4c1b821c49c402079e4e3509cf572ad3cef8405f"/>
+       </game>
+       <game name="Pro Golfer Saru (Japan)">
+               <category>Games</category>
+               <description>Pro Golfer Saru (Japan)</description>
+               <rom name="Pro Golfer Saru (Japan).iso" size="4699979776" crc="4b1ce85a" md5="ee6a86c5fc41ab23bc0ac03a5dbb2507" sha1="e14302c89b1634bb6d026b0e4f5bca8ad3778a75"/>
+       </game>
+       <game name="Eyeshield 21 - Field Saikyou no Senshitachi (Japan)">
+               <category>Games</category>
+               <description>Eyeshield 21 - Field Saikyou no Senshitachi (Japan)</description>
+               <rom name="Eyeshield 21 - Field Saikyou no Senshitachi (Japan).iso" size="4699979776" crc="11853987" md5="18c567e7ae4cc309cd311ce4805ccde2" sha1="06ad55eec1405e9f2b69bbc7e322184dc148b6c6"/>
+       </game>
+       <game name="Go Vacation (Japan)">
+               <category>Games</category>
+               <description>Go Vacation (Japan)</description>
+               <rom name="Go Vacation (Japan).iso" size="4699979776" crc="e50c8350" md5="0da5dfe7ce14e14b08c90d5f9d7c238c" sha1="163ee446598eca752ebb607dd9fa0b80fa245b4a"/>
+       </game>
+       <game name="GoldenEye 007 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>GoldenEye 007 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="GoldenEye 007 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0887e887" md5="0a1b8673d25e730080b4f47107fa324d" sha1="0a0185b26d8bab49a07dcc137334209f0b0b9e9e"/>
+       </game>
+       <game name="Tales of Symphonia - Ratatosk no Kishi (Japan)">
+               <category>Games</category>
+               <description>Tales of Symphonia - Ratatosk no Kishi (Japan)</description>
+               <rom name="Tales of Symphonia - Ratatosk no Kishi (Japan).iso" size="4699979776" crc="121798e6" md5="1e304d3f5b429c3217298fe068d91c30" sha1="bffb0ba27f4506daabdf268c6c40aa6ae0fee6b2"/>
+       </game>
+       <game name="PokePark Wii - Pikachu's Adventure (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>PokePark Wii - Pikachu's Adventure (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="PokePark Wii - Pikachu's Adventure (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b95a6bdd" md5="08c3f7b1a3904ea855ce87ba41720fbb" sha1="ee8d5683dac2d5df40afc87132787322b2821637"/>
+       </game>
+       <game name="Boom Blox Bash Party (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Boom Blox Bash Party (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Boom Blox Bash Party (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2e3ae3cd" md5="5dae66cc989f75d0478b991f41f9ff5b" sha1="898c4ba18fd6060426713d0035cf990ef58a0517"/>
+       </game>
+       <game name="SSX Blur (Japan)">
+               <category>Games</category>
+               <description>SSX Blur (Japan)</description>
+               <rom name="SSX Blur (Japan).iso" size="4699979776" crc="8b759339" md5="496feae65567c7c1a7e41dce6c45f007" sha1="d13e3cc90ea9aec86fc78dc886daf204a428b67b"/>
+       </game>
+       <game name="Odoru Made in Wario (Japan)">
+               <category>Games</category>
+               <description>Odoru Made in Wario (Japan)</description>
+               <rom name="Odoru Made in Wario (Japan).iso" size="4699979776" crc="da0c55d1" md5="560bc493cd16251cc1f878c4a21dab6a" sha1="ef9e2ba6c3888bde63ba401661a8dda328563f4c"/>
+       </game>
+       <game name="Dragon Quest Swords - Kamen no Joou to Kagami no Tou (Japan)">
+               <category>Games</category>
+               <description>Dragon Quest Swords - Kamen no Joou to Kagami no Tou (Japan)</description>
+               <rom name="Dragon Quest Swords - Kamen no Joou to Kagami no Tou (Japan).iso" size="4699979776" crc="1b459354" md5="51fff8ee3507ac80f9f00cb76a3cc9e9" sha1="6ed2d2e0ee1987468f4bd456b5ca2bb268e08898"/>
+       </game>
+       <game name="SD Gundam - GGeneration World (Japan)">
+               <category>Games</category>
+               <description>SD Gundam - GGeneration World (Japan)</description>
+               <rom name="SD Gundam - GGeneration World (Japan).iso" size="4699979776" crc="f6d61a35" md5="3521f33dec5aa085bd05d39fd1857c5d" sha1="4bc3c0479f787e1543cb33ce810f41521f179e0c"/>
+       </game>
+       <game name="Hajimete no Wii (Japan)">
+               <category>Games</category>
+               <description>Hajimete no Wii (Japan)</description>
+               <rom name="Hajimete no Wii (Japan).iso" size="4699979776" crc="b30898b3" md5="570ec18c26a72064c71270dec73a9786" sha1="5b588f71ba8d13c2cd88293db89154525c0aaa92"/>
+       </game>
+       <game name="Wii Sports (Japan)">
+               <category>Games</category>
+               <description>Wii Sports (Japan)</description>
+               <rom name="Wii Sports (Japan).iso" size="4699979776" crc="86ae9331" md5="9479d6b1b25d4c4b7d1e3b1631baff30" sha1="daeea63ae2971036c7d838c2ba66ea60a9285bee"/>
+       </game>
+       <game name="Oboro Muramasa (Japan)">
+               <category>Games</category>
+               <description>Oboro Muramasa (Japan)</description>
+               <rom name="Oboro Muramasa (Japan).iso" size="4699979776" crc="1de890ba" md5="0ff33af4ef84752c5ecfa21b62960cb5" sha1="2d06e72dfd2f190a0d286b058b23bbd89830e020"/>
+       </game>
+       <game name="Sengoku Musou 3 (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Sengoku Musou 3 (Japan) (Rev 1)</description>
+               <rom name="Sengoku Musou 3 (Japan) (Rev 1).iso" size="8511160320" crc="10ce4364" md5="c39a18160a484b864da50d486401539e" sha1="4c9a86d490c51f18a6df97684fcce6791fb31af4"/>
+       </game>
+       <game name="Monster Hunter 3 tri- (Japan)">
+               <category>Games</category>
+               <description>Monster Hunter 3 tri- (Japan)</description>
+               <rom name="Monster Hunter 3 tri- (Japan).iso" size="4699979776" crc="45b60a5f" md5="0257306a8aeafe9ad64d6597ba8c30bc" sha1="2ec421eb125db1382c208d6b88fd2b56166e5ad0"/>
+       </game>
+       <game name="Guitar Hero - Metallica (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guitar Hero - Metallica (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guitar Hero - Metallica (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d04fd384" md5="9f8ebd9d37e5c664f85c82e5c0712e17" sha1="4a7168374ca9fb497f5dab61d3793ea0cbf022ac"/>
+       </game>
+       <game name="FIFA 08 (Europe) (Es,It)">
+               <category>Games</category>
+               <description>FIFA 08 (Europe) (Es,It)</description>
+               <rom name="FIFA 08 (Europe) (Es,It).iso" size="4699979776" crc="815cd2b0" md5="384ee48d073e179452d05cc9250469ba" sha1="7d900b8417cd4702cb959b3e27ac0c7698cff45f"/>
+       </game>
+       <game name="FIFA 09 - All-Play (Europe) (Es,It)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (Europe) (Es,It)</description>
+               <rom name="FIFA 09 - All-Play (Europe) (Es,It).iso" size="4699979776" crc="2a2b8c35" md5="1d662ef9bf453d1d9e078efe47eda37a" sha1="cfdbbb0458bafaff092bff26998d9949ac188aef"/>
+       </game>
+       <game name="FIFA 10 (Europe) (Es,It)">
+               <category>Games</category>
+               <description>FIFA 10 (Europe) (Es,It)</description>
+               <rom name="FIFA 10 (Europe) (Es,It).iso" size="4699979776" crc="07b9f26b" md5="5bdc97971587b569b7502b340882d197" sha1="5fb92f1fb4ffafff40273cf27f9fc4a33f617149"/>
+       </game>
+       <game name="2010 FIFA World Cup South Africa (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>2010 FIFA World Cup South Africa (Europe) (En,Nl)</description>
+               <rom name="2010 FIFA World Cup South Africa (Europe) (En,Nl).iso" size="4699979776" crc="6de8366c" md5="9639b04484c3524ddb12563a322a873f" sha1="764da0cc19bd5534c2471ebe6dd74e2123007577"/>
+       </game>
+       <game name="Call of Duty 3 (Europe) (Fr,Es,It)">
+               <category>Games</category>
+               <description>Call of Duty 3 (Europe) (Fr,Es,It)</description>
+               <rom name="Call of Duty 3 (Europe) (Fr,Es,It).iso" size="4699979776" crc="a5fcf04a" md5="084cd45ad400571832e34327e8824c3e" sha1="ff79cba8bbaf15164052b90ef69e01a0716dc23f"/>
+       </game>
+       <game name="Call of Duty - World at War (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Call of Duty - World at War (Europe) (Es,It)</description>
+               <rom name="Call of Duty - World at War (Europe) (Es,It).iso" size="4699979776" crc="1aa2a0bc" md5="c5dfbaf92d31bc95ff12af5df8c6362c" sha1="f9b76c78cbb5eb31095c99776d15159a5996d540"/>
+       </game>
+       <game name="Call of Duty - Black Ops (Spain)">
+               <category>Games</category>
+               <description>Call of Duty - Black Ops (Spain)</description>
+               <rom name="Call of Duty - Black Ops (Spain).iso" size="4699979776" crc="9b5c5b6b" md5="c2ba307b7a1506464da7d7cd21d8f191" sha1="d02fde81aca5aa5037e2d8a7148e9f9adf0d328c"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare - Reflex (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare - Reflex (Europe) (Es,It)</description>
+               <rom name="Call of Duty - Modern Warfare - Reflex (Europe) (Es,It).iso" size="4699979776" crc="1fa44c79" md5="fd22bfe0ea9f7b089fc31d7c8f43c7bc" sha1="aceceeab4e979a289ba29fc894825c42bb6feafd"/>
+       </game>
+       <game name="SimAnimals (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>SimAnimals (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)</description>
+               <rom name="SimAnimals (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi).iso" size="4699979776" crc="447bd384" md5="16e8cee2e77c6c47332a4124bb3a7882" sha1="f05859a48490c682c496c7408f53d9c2cb0dad8e"/>
+       </game>
+       <game name="Padrino, El - El Chantaje (Spain)">
+               <category>Games</category>
+               <description>Padrino, El - El Chantaje (Spain)</description>
+               <rom name="Padrino, El - El Chantaje (Spain).iso" size="4699979776" crc="25001c65" md5="2e80ea669da84c80be197348f9041fbf" sha1="b80f8748386676df537943a3279fda2363143d20"/>
+       </game>
+       <game name="Heatseeker (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Heatseeker (Europe) (Es,It)</description>
+               <rom name="Heatseeker (Europe) (Es,It).iso" size="4699979776" crc="4aa1eeb3" md5="d00fbef18e0500859ccd3567e43129d0" sha1="ddba1f93ebfbffd891f165f5e528512ec76055a0"/>
+       </game>
+       <game name="Nickelodeon Bob Esponja - Atrapados en el Congelador (Spain)">
+               <category>Games</category>
+               <description>Nickelodeon Bob Esponja - Atrapados en el Congelador (Spain)</description>
+               <rom name="Nickelodeon Bob Esponja - Atrapados en el Congelador (Spain).iso" size="4699979776" crc="510733b0" md5="aa4064c7bf06391d38d72f1edbf7e5e2" sha1="572837d82a3a8546a5af4e4b8dc1496c670da005"/>
+       </game>
+       <game name="2010 FIFA World Cup South Africa (Europe) (Es,It)">
+               <category>Games</category>
+               <description>2010 FIFA World Cup South Africa (Europe) (Es,It)</description>
+               <rom name="2010 FIFA World Cup South Africa (Europe) (Es,It).iso" size="4699979776" crc="fa8e441c" md5="20016b1b1be023f38e5e775cd7da1d33" sha1="3352be19aeaa941b231689f3ba886631df97a932"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (Japan) (Rev 1)</description>
+               <rom name="New Super Mario Bros. Wii (Japan) (Rev 1).iso" size="4699979776" crc="1a1e2e29" md5="3e3337ea0fab653aa50807c839ceeec4" sha1="019b9a7abfcf9f2429b2d106d884a72d17fb922d"/>
+       </game>
+       <game name="Mario Party 9 (Japan)">
+               <category>Games</category>
+               <description>Mario Party 9 (Japan)</description>
+               <rom name="Mario Party 9 (Japan).iso" size="4699979776" crc="21c8d345" md5="02245d8da3a7b57bdc14ff1c55301fa1" sha1="06bee0298050d966f3de41ea540fd2a064958ebc"/>
+       </game>
+       <game name="Xenoblade (Japan)">
+               <category>Games</category>
+               <description>Xenoblade (Japan)</description>
+               <rom name="Xenoblade (Japan).iso" size="4699979776" crc="1ad204ff" md5="e0784dfb12830f5e77b61935dde3db48" sha1="1eb3ab8ce62690604d3242da2092f2b9de10b6fd"/>
+       </game>
+       <game name="Rabbids Party - TV Party (Japan)">
+               <category>Games</category>
+               <description>Rabbids Party - TV Party (Japan)</description>
+               <rom name="Rabbids Party - TV Party (Japan).iso" size="4699979776" crc="af9fbcd0" md5="cc635525f99334e6319fbeb191d98ce7" sha1="26d115691b92dd5fe12c8e155fa59cc12c07079b"/>
+       </game>
+       <game name="Rabbids Party - Time Travel (Japan)">
+               <category>Games</category>
+               <description>Rabbids Party - Time Travel (Japan)</description>
+               <rom name="Rabbids Party - Time Travel (Japan).iso" size="4699979776" crc="1b9d6594" md5="7fd1c849fef560fc0ba9d3adcc671ba6" sha1="9b21b8b9ea85024628243d4ca095bf7be4e8636a"/>
+       </game>
+       <game name="Naruto Shippuuden - Gekitou Ninja Taisen! EX (Japan)">
+               <category>Games</category>
+               <description>Naruto Shippuuden - Gekitou Ninja Taisen! EX (Japan)</description>
+               <rom name="Naruto Shippuuden - Gekitou Ninja Taisen! EX (Japan).iso" size="4699979776" crc="6fb90f35" md5="5301520851d0ffd39a053a49593f10e0" sha1="695ea24878be38c21af5981e999c603d2fb71515"/>
+       </game>
+       <game name="One Piece - Unlimited Cruise - Episode 1 - Nami ni Yureru Hihou (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>One Piece - Unlimited Cruise - Episode 1 - Nami ni Yureru Hihou (Japan) (Rev 1)</description>
+               <rom name="One Piece - Unlimited Cruise - Episode 1 - Nami ni Yureru Hihou (Japan) (Rev 1).iso" size="4699979776" crc="97404544" md5="11f3c1e8ae77e135bf3fec378c8b0e92" sha1="aed572f5cbd1877495dab66415d789b81cec72b5"/>
+       </game>
+       <game name="Arc Rise Fantasia (USA)">
+               <category>Games</category>
+               <description>Arc Rise Fantasia (USA)</description>
+               <rom name="Arc Rise Fantasia (USA).iso" size="4699979776" crc="7c461f3d" md5="d70eab544ac48ccd22a36457a4fa12d6" sha1="71d1ce8a2e02566dfc416349a50fbe93f4beb23d"/>
+       </game>
+       <game name="Kirby's Return to Dream Land (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Kirby's Return to Dream Land (USA) (En,Fr,Es)</description>
+               <rom name="Kirby's Return to Dream Land (USA) (En,Fr,Es).iso" size="4699979776" crc="ae51ec85" md5="dade208216bd03a370e8217439bedbd8" sha1="d7adcdc8e3fe7f164eb95f53094974fc31e76ccb"/>
+       </game>
+       <game name="Tales of Symphonia - Dawn of the New World (USA)">
+               <category>Games</category>
+               <description>Tales of Symphonia - Dawn of the New World (USA)</description>
+               <rom name="Tales of Symphonia - Dawn of the New World (USA).iso" size="4699979776" crc="e1295152" md5="1ae414ac8b40c70662b9d9410f8fc819" sha1="e41f7276d6a0042f65aec332b4375ac64452703f"/>
+       </game>
+       <game name="Donkey Kong Country Returns (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Donkey Kong Country Returns (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Donkey Kong Country Returns (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="063ded8d" md5="09ab792ad383280a0b5fba8f5d34ff97" sha1="bfd468160eff04622f70d845ac539b042e55e7b2"/>
+       </game>
+       <game name="Mario Party 9 (USA, Asia) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mario Party 9 (USA, Asia) (En,Fr,Es)</description>
+               <rom name="Mario Party 9 (USA, Asia) (En,Fr,Es).iso" size="4699979776" crc="3caea203" md5="a9aa140b48e67ccdba9c7c9afc9884bc" sha1="bf3048189e0195fe4e230d2989db9f7d69ffd559"/>
+       </game>
+       <game name="Sonic &amp; Sega All-Stars Racing (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sonic &amp; Sega All-Stars Racing (USA) (En,Fr,Es)</description>
+               <rom name="Sonic &amp; Sega All-Stars Racing (USA) (En,Fr,Es).iso" size="4699979776" crc="fe587e18" md5="3e1f6ef3d56058e139f5484b4739b783" sha1="efb3fd932642c981be295ae9291667a19393b509"/>
+       </game>
+       <game name="Xenoblade Chronicles (USA, Asia) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Xenoblade Chronicles (USA, Asia) (En,Fr,Es)</description>
+               <rom name="Xenoblade Chronicles (USA, Asia) (En,Fr,Es).iso" size="8511160320" crc="472ffed2" md5="f76e76b2656b92490df354e7a757257b" sha1="5c7a23d87af7d736226f4795ebf10b6f428f67c9"/>
+       </game>
+       <game name="Rabbids Go Home (Japan)">
+               <category>Games</category>
+               <description>Rabbids Go Home (Japan)</description>
+               <rom name="Rabbids Go Home (Japan).iso" size="4699979776" crc="f8de6f4e" md5="3bf61d3866aa1a8c197af22d9dddd600" sha1="6dffef166313444eb56245ef18508adfe0135e6e"/>
+       </game>
+       <game name="Pikmin 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pikmin 2 (USA) (En,Fr,Es)</description>
+               <rom name="Pikmin 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="5ecfe4cc" md5="bbc83bf55728c0a3ec689579f2eb795e" sha1="77c7e815fbf3e83b71c398a70369d674bf413caa"/>
+       </game>
+       <game name="PokePark Wii - Pikachu's Adventure (USA)">
+               <category>Games</category>
+               <description>PokePark Wii - Pikachu's Adventure (USA)</description>
+               <rom name="PokePark Wii - Pikachu's Adventure (USA).iso" size="4699979776" crc="26e533d5" md5="e77a98f49c984f7685207b19bb7f3157" sha1="c9a6f7601fd54b5e21a0909084839d30874a9a37"/>
+       </game>
+       <game name="PokePark 2 - Wonders Beyond (USA)">
+               <category>Games</category>
+               <description>PokePark 2 - Wonders Beyond (USA)</description>
+               <rom name="PokePark 2 - Wonders Beyond (USA).iso" size="4699979776" crc="7771d7ef" md5="4b087f066230fa72db05362186532899" sha1="e429a232431ea7075ae959b030a7675846357c19"/>
+       </game>
+       <game name="Wii Fit (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Fit (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Wii Fit (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="08986337" md5="7db4e1c3a0911cc2b2c5e9c3c0b40e5d" sha1="f966733f01b6556f355071290d0c7cfd5250cd74"/>
+       </game>
+       <game name="Call of Duty - World at War (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Call of Duty - World at War (Europe) (En,Fr)</description>
+               <rom name="Call of Duty - World at War (Europe) (En,Fr).iso" size="4699979776" crc="a974a563" md5="1a5b360240ced4de2b5078b3a3a8cace" sha1="c5c81d9b50b8bda02d5af68bb3af1e34830c637d"/>
+       </game>
+       <game name="Chronicles of Narnia, The - Prince Caspian (Europe)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - Prince Caspian (Europe)</description>
+               <rom name="Chronicles of Narnia, The - Prince Caspian (Europe).iso" size="4699979776" crc="fc9fa0b3" md5="37d618bf2006b7d34ff170adaddfe500" sha1="a1565872e2346f8e26660f608012dcb65bad2b58"/>
+       </game>
+       <game name="FIFA 09 - All-Play (Europe, Australia) (En,Nl)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (Europe, Australia) (En,Nl)</description>
+               <rom name="FIFA 09 - All-Play (Europe, Australia) (En,Nl).iso" size="4699979776" crc="ee55c651" md5="6404c250b8d876ba03b0de1a231a2d2b" sha1="4231300d5d33ada274d01cace59884cdcb0706e9"/>
+       </game>
+       <game name="Pangya! Golf with Style (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pangya! Golf with Style (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pangya! Golf with Style (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9cb20c2f" md5="ef6bb0f37a8c7a196dc277220ba0903d" sha1="3057567ad3548e455cb42d2bf21c365d3185483d"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 08 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 08 (Europe) (En,Fr)</description>
+               <rom name="Tiger Woods PGA Tour 08 (Europe) (En,Fr).iso" size="4699979776" crc="2238f23f" md5="f33c6252a7080ed4c882584d02c5bf71" sha1="cd7110e952abeb1e7a9ed4022e14af9a130ac697"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 09 - All-Play (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 09 - All-Play (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 09 - All-Play (Europe).iso" size="4699979776" crc="b13fb541" md5="a3b6d9e1cc717d6a7e5804093b11bda6" sha1="6d184b92f7b386fd1b374658543e85fae83ab974"/>
+       </game>
+       <game name="Last Story, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Last Story, The (USA) (En,Fr,Es)</description>
+               <rom name="Last Story, The (USA) (En,Fr,Es).iso" size="8511160320" crc="930b68b4" md5="8f6ae9291453ba7f049f22529c3d7004" sha1="8695d6224896a7323cc79f11e7d78dc4b9edcf43"/>
+       </game>
+       <game name="Phantom Brave - We Meet Again (USA)">
+               <category>Games</category>
+               <description>Phantom Brave - We Meet Again (USA)</description>
+               <rom name="Phantom Brave - We Meet Again (USA).iso" size="4699979776" crc="d63815f8" md5="8d4166825fd86391b843152723a60860" sha1="f184cd5e051fcb7caa45ef476f4ad78e0739cf57"/>
+       </game>
+       <game name="Sakura Wars - So Long, My Love (USA)">
+               <category>Games</category>
+               <description>Sakura Wars - So Long, My Love (USA)</description>
+               <rom name="Sakura Wars - So Long, My Love (USA).iso" size="8511160320" crc="945a3588" md5="7a1fccc631ec48b0a1a4766b35d9c4dd" sha1="57b919bdebd777c3b8db1428155eb919577f6102"/>
+       </game>
+       <game name="Dragon Ball - Revenge of King Piccolo (USA)">
+               <category>Games</category>
+               <description>Dragon Ball - Revenge of King Piccolo (USA)</description>
+               <rom name="Dragon Ball - Revenge of King Piccolo (USA).iso" size="4699979776" crc="65e161cd" md5="72dd3b753e7868c13bc6036e9d68c1a5" sha1="9288d98efd066155553c27b7b0db13c5807df014"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (En,Fr,Es)</description>
+               <rom name="Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (En,Fr,Es).iso" size="4699979776" crc="7822d84b" md5="b8b813a822bf174698d52c2281ae96b7" sha1="e40ef12ff5ae45cc8e60db55103fc2f7e7a35842"/>
+       </game>
+       <game name="Fortune Street (USA)">
+               <category>Games</category>
+               <description>Fortune Street (USA)</description>
+               <rom name="Fortune Street (USA).iso" size="4699979776" crc="b531055d" md5="c1623427cdbf6120b840f4d0a29e482e" sha1="2292ecc8ed3fbae7496d2605a3656a9dc60f8fef"/>
+       </game>
+       <game name="Rune Factory - Tides of Destiny (USA)">
+               <category>Games</category>
+               <description>Rune Factory - Tides of Destiny (USA)</description>
+               <rom name="Rune Factory - Tides of Destiny (USA).iso" size="4699979776" crc="f4b7b417" md5="404672b23263c77a281cd1bd84692cfd" sha1="d52b0027c21d7f9910aa1f7024452e81487c2fbd"/>
+       </game>
+       <game name="Super Robot Taisen Neo (Japan)">
+               <category>Games</category>
+               <description>Super Robot Taisen Neo (Japan)</description>
+               <rom name="Super Robot Taisen Neo (Japan).iso" size="4699979776" crc="6b73ba00" md5="e2c410c2fcb1a2de909cdadff322bf59" sha1="ba71d57fc5a483919c3dfe01c02d476c55baca50"/>
+       </game>
+       <game name="Skylanders - Giants (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Skylanders - Giants (USA) (En,Fr)</description>
+               <rom name="Skylanders - Giants (USA) (En,Fr).iso" size="4699979776" crc="5af8cb69" md5="f1f8345f81f0a5f16a84a7db150f525b" sha1="911090111fe5f9cf10526dedc3f5a790fab2548b"/>
+       </game>
+       <game name="Geometry Wars - Galaxies (USA)">
+               <category>Games</category>
+               <description>Geometry Wars - Galaxies (USA)</description>
+               <rom name="Geometry Wars - Galaxies (USA).iso" size="4699979776" crc="2dc94673" md5="9b32389183920351829292a7a004571a" sha1="0e4b65b65c2d0ad593079b8c4e190c0e9ecf5111"/>
+       </game>
+       <game name="LEGO Batman 2 - DC Super Heroes (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>LEGO Batman 2 - DC Super Heroes (USA) (En,Fr,Es,Pt)</description>
+               <rom name="LEGO Batman 2 - DC Super Heroes (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="855a352f" md5="3ffc5c4f2fd821be9a68df20efc10478" sha1="7e32f47ad712ed3ff413318e4457aaa1787dcd99"/>
+       </game>
+       <game name="Amazing Spider-Man, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Amazing Spider-Man, The (USA) (En,Fr,Es)</description>
+               <rom name="Amazing Spider-Man, The (USA) (En,Fr,Es).iso" size="4699979776" crc="f94f8240" md5="a0727cf1a369150e58a487a51d8e4cef" sha1="5e881d99b29cb17169e4ebf73f9ebca4b671e148"/>
+       </game>
+       <game name="Just Dance 4 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 4 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 4 (USA) (En,Fr,Es).iso" size="4699979776" crc="5a1ee1ba" md5="cfa93ad1209bd9dd61cf9df3d9b6adc4" sha1="f656364f82fbdb0e75546f5eff4f6c0c38e3974f"/>
+       </game>
+       <game name="Disney Wreck-It Ralph (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney Wreck-It Ralph (USA) (En,Fr)</description>
+               <rom name="Disney Wreck-It Ralph (USA) (En,Fr).iso" size="4699979776" crc="f7820313" md5="4b9272aa0872107739ec7e852129aaa0" sha1="f5bd4c8425b9974b64aa4f5110be844a5402bf88"/>
+       </game>
+       <game name="LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="b9ac9e5a" md5="ad9139b53ff3a6f254660269f3a6efcd" sha1="ddcd1636f9691d4243560a0a3c05f9e8661c03d4"/>
+       </game>
+       <game name="Super Mario All-Stars (USA)">
+               <category>Games</category>
+               <description>Super Mario All-Stars (USA)</description>
+               <rom name="Super Mario All-Stars (USA).iso" size="4699979776" crc="a2e7380d" md5="e8eae447a0a38af680e699d2fb5f0f2b" sha1="404748b4f9ecec10ac3616f223f9db55d6c43a70"/>
+       </game>
+       <game name="Bit.Trip Complete (USA)">
+               <category>Games</category>
+               <description>Bit.Trip Complete (USA)</description>
+               <rom name="Bit.Trip Complete (USA).iso" size="4699979776" crc="abdd046a" md5="5bd47f5c25522bbf3470db6fddd6065d" sha1="3aae644bfa7d8e17a794b45645102c8f3e8c5950"/>
+       </game>
+       <game name="LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="a9aa9858" md5="1e8b4d81c119628f22fa7bd70767b74d" sha1="10f4bc81b7c262abe8c9020d7ef62e66e1a8cb6d"/>
+       </game>
+       <game name="Caduceus - New Blood (Japan)">
+               <category>Games</category>
+               <description>Caduceus - New Blood (Japan)</description>
+               <rom name="Caduceus - New Blood (Japan).iso" size="4699979776" crc="b61629ce" md5="da0e25f9e0889418f26fff917cb820ac" sha1="36701c28f23f5b71b52a9188e05490fa1fce5a73"/>
+       </game>
+       <game name="Kirby's Dream Collection - Special Edition (USA)">
+               <category>Games</category>
+               <description>Kirby's Dream Collection - Special Edition (USA)</description>
+               <rom name="Kirby's Dream Collection - Special Edition (USA).iso" size="4699979776" crc="780fdad9" md5="2f584b2a7ea6b20ebd0c61a811db8248" sha1="598ec9e2a29ae82ed04a4a4c0c261fb80c3f82e5"/>
+       </game>
+       <game name="Karaoke Joysound Wii Super DX - Hitori de Minna de Utai Houdai! (Japan)">
+               <category>Games</category>
+               <description>Karaoke Joysound Wii Super DX - Hitori de Minna de Utai Houdai! (Japan)</description>
+               <rom name="Karaoke Joysound Wii Super DX - Hitori de Minna de Utai Houdai! (Japan).iso" size="4699979776" crc="f3c968e5" md5="c206d934c5898eee1d034fb70821d1a2" sha1="24158d2a812bc8e4052bd7e4bd1c9d8fc4628e24"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Anniversary (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Anniversary (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Lara Croft Tomb Raider - Anniversary (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="184e1216" md5="87f556045ccf9589c57ea862260d1fa7" sha1="647fe68c1b3626b6c2866af788e4b9dd7ded1f2b"/>
+       </game>
+       <game name="Hajimete no Wii (Taiwan)">
+               <category>Games</category>
+               <description>Hajimete no Wii (Taiwan)</description>
+               <rom name="Hajimete no Wii (Taiwan).iso" size="4699979776" crc="beb77f1b" md5="2d31671424372612d3e0f58aff37f13a" sha1="114bb2b3d1cbea6655844a8e7076996e0b157d91"/>
+       </game>
+       <game name="Wii Fit Plus (Asia)">
+               <category>Games</category>
+               <description>Wii Fit Plus (Asia)</description>
+               <rom name="Wii Fit Plus (Asia).iso" size="4699979776" crc="3f8e21c0" md5="5dc961f0745188724a6b8ad9dc6c915d" sha1="1126d7bc53e4c9864460fce71c6d3513304a8d30"/>
+       </game>
+       <game name="Wii Sports Resort (Asia)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Asia)</description>
+               <rom name="Wii Sports Resort (Asia).iso" size="4699979776" crc="b6a77297" md5="cc5c74d1e2dd7a97d20ad0972025d284" sha1="2803d767541740d194a0817c19da9ac04d303fc9"/>
+       </game>
+       <game name="FIFA 13 (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>FIFA 13 (Europe) (De,Es,It)</description>
+               <rom name="FIFA 13 (Europe) (De,Es,It).iso" size="4699979776" crc="fa3069bc" md5="08f4bbeaa0fd32e23ea83458cd220c80" sha1="f4c6fca46cda7401ee9eb292cf6ec3d938cbc31b"/>
+       </game>
+       <game name="PES 2013 - Pro Evolution Soccer (Europe) (Fr,De,El)">
+               <category>Games</category>
+               <description>PES 2013 - Pro Evolution Soccer (Europe) (Fr,De,El)</description>
+               <rom name="PES 2013 - Pro Evolution Soccer (Europe) (Fr,De,El).iso" size="4699979776" crc="f9a8040b" md5="9de67539e64b3544bbedd137a59d401f" sha1="c56632c087b14356d82ff3042be8baee69167e1c"/>
+       </game>
+       <game name="Soulcalibur Legends (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Soulcalibur Legends (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Soulcalibur Legends (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f481c829" md5="3bf17c920cf68bbfc028eac9633c466c" sha1="8983d99534acbd74555595e9887bb431e9d8f199"/>
+       </game>
+       <game name="Raving Rabbids - Travel in Time (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Raving Rabbids - Travel in Time (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Raving Rabbids - Travel in Time (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3c0ecfeb" md5="f408acefd0907e95e6ea6365bba63f76" sha1="e4201908c3c7e112a07aadcccd43ac968b021ab3"/>
+       </game>
+       <game name="Star Wars - The Force Unleashed II (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - The Force Unleashed II (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Star Wars - The Force Unleashed II (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0d95d281" md5="325ab85743489f24dcb2b6b01c89a317" sha1="224d6f9f6ccf257a984e3786b34b066b4396ccc7"/>
+       </game>
+       <game name="Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="65beaf9f" md5="14d1b0f2f4cd2acdb682f44f57fee118" sha1="a6de84a36b7694c2304c9be831d5cb373bbd6477"/>
+       </game>
+       <game name="Disney Epic Mickey (Europe) (De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Disney Epic Mickey (Europe) (De,Es,It) (Rev 1)</description>
+               <rom name="Disney Epic Mickey (Europe) (De,Es,It) (Rev 1).iso" size="4699979776" crc="6167eb78" md5="b748dc7941da7952962b41e4cac2f35e" sha1="58664de577933d7905d3a67340e02e9d48cea1d1"/>
+       </game>
+       <game name="De Blob 2 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>De Blob 2 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="De Blob 2 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="353af7b0" md5="6bcc1b3c43ad431ee70b4d6c73fa9cb8" sha1="15e0f5ef1e98bd7de6bd38d26b006d7d6d420ff9"/>
+       </game>
+       <game name="LEGO The Lord of the Rings (Europe) (En,Fr,De,Es,It,Nl,Da)">
+               <category>Games</category>
+               <description>LEGO The Lord of the Rings (Europe) (En,Fr,De,Es,It,Nl,Da)</description>
+               <rom name="LEGO The Lord of the Rings (Europe) (En,Fr,De,Es,It,Nl,Da).iso" size="4699979776" crc="f2d7a3c3" md5="ce65f1255c0e901cb2be00244a33e371" sha1="e687887ad91620b613413d2b57901f3980ea6532"/>
+       </game>
+       <game name="LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="4665f34d" md5="719e1a40ca70a3c05febc3f3eb3d96c2" sha1="bebf54d1e3b604d71c9588a6c484f2dc6ded8633"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="085009bb" md5="703717a88c5a21153ce5c4cb46486761" sha1="17562b53951047aa77424b554b6abe7526ef3f13"/>
+       </game>
+       <game name="ExciteBots - Trick Racing (USA)">
+               <category>Games</category>
+               <description>ExciteBots - Trick Racing (USA)</description>
+               <rom name="ExciteBots - Trick Racing (USA).iso" size="4699979776" crc="8419ac77" md5="a2c3e5b799168de52561d22f9c5a3721" sha1="38b43e1e61326dd2bbae60df8da29c50dc880245"/>
+       </game>
+       <game name="SD Gundam - Gashapon Wars (Japan)">
+               <category>Games</category>
+               <description>SD Gundam - Gashapon Wars (Japan)</description>
+               <rom name="SD Gundam - Gashapon Wars (Japan).iso" size="4699979776" crc="580bf102" md5="17440f1f75aa987b8ab0eec67e6e121d" sha1="378b68b5dbc6ce3847d809da99c286bb582323c6"/>
+       </game>
+       <game name="Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="6b92919c" md5="ffbfe733adeaabfcc4e2b07aa20708ea" sha1="3c4c914e9cdbdefbebdcee80d27ef20f4566b483"/>
+       </game>
+       <game name="Earth Seeker (Japan)">
+               <category>Games</category>
+               <description>Earth Seeker (Japan)</description>
+               <rom name="Earth Seeker (Japan).iso" size="4699979776" crc="659f4425" md5="92f0e8a6890f5b765982b8f3c427b163" sha1="c884f2e825fa899bbf5ffe94bab7596c9d068429"/>
+       </game>
+       <game name="Hagane no Renkinjutsushi - Fullmetal Alchemist - Akatsuki no Ouji (Japan)">
+               <category>Games</category>
+               <description>Hagane no Renkinjutsushi - Fullmetal Alchemist - Akatsuki no Ouji (Japan)</description>
+               <rom name="Hagane no Renkinjutsushi - Fullmetal Alchemist - Akatsuki no Ouji (Japan).iso" size="4699979776" crc="f740aed4" md5="5eb624c62929f82e254180f48d61575e" sha1="2d1be6922fd2cb745beebba282e177a2d74fef2b"/>
+       </game>
+       <game name="SD Gundam - GGeneration Wars (Japan)">
+               <category>Games</category>
+               <description>SD Gundam - GGeneration Wars (Japan)</description>
+               <rom name="SD Gundam - GGeneration Wars (Japan).iso" size="4699979776" crc="0417193e" md5="6ec8dee6ddddba64399a511e99247d4f" sha1="5dac36ef8dd2039d3495a378dc064332314ea0a6"/>
+       </game>
+       <game name="Zelda no Densetsu - Skyward Sword (Japan)">
+               <category>Games</category>
+               <description>Zelda no Densetsu - Skyward Sword (Japan)</description>
+               <rom name="Zelda no Densetsu - Skyward Sword (Japan).iso" size="4699979776" crc="f5c8a148" md5="ca34457eb03dd6de35383f8439f4bf70" sha1="a708f6939ba7955c56905df82ef6807cc13cf136"/>
+       </game>
+       <game name="Hoshi no Kirby - 20 Shuunen Special Collection (Japan)">
+               <category>Games</category>
+               <description>Hoshi no Kirby - 20 Shuunen Special Collection (Japan)</description>
+               <rom name="Hoshi no Kirby - 20 Shuunen Special Collection (Japan).iso" size="4699979776" crc="fff04cb2" md5="44ca9f1187c63581c673c08f92113e86" sha1="6be3d068349b67b3da166826dd83051a502cd071"/>
+       </game>
+       <game name="Victorious Boxers Challenge (Europe)">
+               <category>Games</category>
+               <description>Victorious Boxers Challenge (Europe)</description>
+               <rom name="Victorious Boxers Challenge (Europe).iso" size="4699979776" crc="1778720a" md5="c20dfb3ee332dc6a6bc29936ec99e67c" sha1="2eb71fb211e74c9d747dbe9f96623791e2993e9e"/>
+       </game>
+       <game name="Metal Slug Complete (Japan)">
+               <category>Games</category>
+               <description>Metal Slug Complete (Japan)</description>
+               <rom name="Metal Slug Complete (Japan).iso" size="4699979776" crc="c9d4e7cd" md5="1392e957fc0c92ecb3c1d8092b3378b2" sha1="b80d12425f67c351720d8951933a678827a58727"/>
+       </game>
+       <game name="Mario Strikers Charged (Japan)">
+               <category>Games</category>
+               <description>Mario Strikers Charged (Japan)</description>
+               <rom name="Mario Strikers Charged (Japan).iso" size="4699979776" crc="55761a62" md5="2da5f39693bcbbc15583b16f3f50b733" sha1="b447b46e1c8b386f25b27a51f777d8ea20dbe353"/>
+       </game>
+       <game name="Ghostbusters - The Video Game (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Ghostbusters - The Video Game (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Ghostbusters - The Video Game (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="8f8defdc" md5="1d8ae539aca75d21f307237f5f424182" sha1="ac1d1cbee5608558b73eb7f24447ae871a01d9a1"/>
+       </game>
+       <game name="PES 2012 - Pro Evolution Soccer (Europe) (Fr,De,El)">
+               <category>Games</category>
+               <description>PES 2012 - Pro Evolution Soccer (Europe) (Fr,De,El)</description>
+               <rom name="PES 2012 - Pro Evolution Soccer (Europe) (Fr,De,El).iso" size="4699979776" crc="54731550" md5="3dc0df44c21a8f36d171938abef8703d" sha1="d04c86910428aaf3072bcd81f9a4282206e59fc3"/>
+       </game>
+       <game name="Harry Potter and the Deathly Hallows - Part 1 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harry Potter and the Deathly Hallows - Part 1 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Harry Potter and the Deathly Hallows - Part 1 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e0cc39cb" md5="2f13f000ea0d86eba0c0daaa1e7767e8" sha1="df01740792976a781c395a31c08d084a2c543b58"/>
+       </game>
+       <game name="Harry Potter and the Deathly Hallows - Part 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harry Potter and the Deathly Hallows - Part 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Harry Potter and the Deathly Hallows - Part 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0b6c3990" md5="870ce0ae7b1f447dfd7dd16fba9a1dd4" sha1="cfb15bae22a07600eb5ee889cc6ec4422d79ad49"/>
+       </game>
+       <game name="Project Zero 2 - Wii Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Project Zero 2 - Wii Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Project Zero 2 - Wii Edition (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="04deedb6" md5="7ddbcbff22ab64b3e99604d402bfa3d8" sha1="a6e647f0218a2a1aed7be6c85f3d6422414e163a"/>
+       </game>
+       <game name="Kirby's Adventure Wii (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Kirby's Adventure Wii (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Kirby's Adventure Wii (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ed20d6cd" md5="3e7e59cf9507ff5f7fb1fe536a730459" sha1="e09cf8cd58a05f0f7c0d6f0b8e4917c73f8f8021"/>
+       </game>
+       <game name="Kore Gang, The (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Kore Gang, The (Europe) (En,Fr,De,Es)</description>
+               <rom name="Kore Gang, The (Europe) (En,Fr,De,Es).iso" size="4699979776" crc="465ae01c" md5="e60916573b6e06d88cc92f11531133f4" sha1="80b286c99ecc7093bce2798623ff8fe88bcbeb08"/>
+       </game>
+       <game name="Angry Birds Trilogy (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Angry Birds Trilogy (USA) (En,Fr)</description>
+               <rom name="Angry Birds Trilogy (USA) (En,Fr).iso" size="4699979776" crc="9f5b94b0" md5="d00510bd29dfc8e9d80710f7e4f0d7a9" sha1="1b85642b1a1bda24e69a505b0feb0e7acdc8c670"/>
+       </game>
+       <game name="Just Dance 2014 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2014 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2014 (USA) (En,Fr,Es).iso" size="4699979776" crc="1fe94c32" md5="64d469178d925d5b79ae26f7289d165b" sha1="5200b41d771c3f5f71fdf45752e27d44d3cffb64"/>
+       </game>
+       <game name="Nickelodeon Teenage Mutant Ninja Turtles (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Nickelodeon Teenage Mutant Ninja Turtles (USA) (En,Fr)</description>
+               <rom name="Nickelodeon Teenage Mutant Ninja Turtles (USA) (En,Fr).iso" size="4699979776" crc="46ce2ad6" md5="53636e5efe2042d540962cdec58626c0" sha1="11ef981c246bece78c713eefdf45e3632c840363"/>
+       </game>
+       <game name="Angry Birds Star Wars (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Angry Birds Star Wars (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Angry Birds Star Wars (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="002b6c6e" md5="6964897a2faff6b1787a7f41c43c0851" sha1="3e3706518ea6d2f3950c9a672249688c77f32021"/>
+       </game>
+       <game name="Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="5142aef9" md5="ad9a5063cf8eb44ca54d7d7e1050142d" sha1="1e07e508de526664900d2b3a0c22fbde39e70b59"/>
+       </game>
+       <game name="Tony Hawk - Shred (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tony Hawk - Shred (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tony Hawk - Shred (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1c147312" md5="4a1f5cee4ea14d84156f7b1de996660d" sha1="cbf5ad1f36122204d2feedfd411a7b0c5781533e"/>
+       </game>
+       <game name="Deadly Creatures (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Deadly Creatures (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Deadly Creatures (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ef10df95" md5="58e7f555c268b49f28d6d7d453febd0b" sha1="5fa61e9e93af8a695b2dffb9b46ff5e8bb9dff35"/>
+       </game>
+       <game name="All Star Cheerleader 2 (Europe, Australia)">
+               <category>Games</category>
+               <description>All Star Cheerleader 2 (Europe, Australia)</description>
+               <rom name="All Star Cheerleader 2 (Europe, Australia).iso" size="4699979776" crc="11d481ed" md5="1f3309d9821b6760b1e14464e19af459" sha1="a1b7b66a3c5b08d158ff243c426de969d2743bef"/>
+       </game>
+       <game name="Karaoke Revolution Glee - Volume 3 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Karaoke Revolution Glee - Volume 3 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Karaoke Revolution Glee - Volume 3 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="00d2ed39" md5="c654e663700f43b7ff086424029d256e" sha1="379d8207ea73de2d63cca6db5c040827a0784397"/>
+       </game>
+       <game name="Naruto Shippuden - Clash of Ninja Revolution III (USA)">
+               <category>Games</category>
+               <description>Naruto Shippuden - Clash of Ninja Revolution III (USA)</description>
+               <rom name="Naruto Shippuden - Clash of Ninja Revolution III (USA).iso" size="4699979776" crc="e9931cd0" md5="a4d5c9c9aa2b285c8fecf5c700a0bb10" sha1="a92de4e3397a0f40348b890ed86392ab646b3306"/>
+       </game>
+       <game name="Order Up! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Order Up! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Order Up! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="070826bb" md5="fa2b0da2e13cae10bb0ab62b2f0efa80" sha1="754ec00e85edbc8be29a9e452c06c50359363681"/>
+       </game>
+       <game name="Speed Racer - The Videogame (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Speed Racer - The Videogame (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Speed Racer - The Videogame (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="4cb95d43" md5="f251f06be53eed114510eadca1e2f8ae" sha1="446a51b0dc0abbef9f54e7ac4c3be8a08ea7f361"/>
+       </game>
+       <game name="We Dare - Flirty Fun for All (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Dare - Flirty Fun for All (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Dare - Flirty Fun for All (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b6540b48" md5="c771877b8103900d73cdb657c1718855" sha1="b49c55674e24e75e90d1d910f33c94e3032bbfcc"/>
+       </game>
+       <game name="Spore Hero (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)">
+               <category>Games</category>
+               <description>Spore Hero (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)</description>
+               <rom name="Spore Hero (Europe) (En,Fr,De,Es,It,Nl,Sv,Da).iso" size="4699979776" crc="23174390" md5="08abd3b59e00f9e7d63898c7c5eb7771" sha1="37ba66ad855dc51a33cf662c1406fac2463c5cd7"/>
+       </game>
+       <game name="Drawn to Life - The Next Chapter (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Drawn to Life - The Next Chapter (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Drawn to Life - The Next Chapter (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="a3d61be2" md5="8a0a33490ba72c8bd45353e239a2ad53" sha1="ed2db6378ec02529a76e8519e8f1629468971350"/>
+       </game>
+       <game name="Just Dance 2 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance 2 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance 2 (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="158c8fbc" md5="ce3f60efede73455c66afbe6a2bd4413" sha1="6f4a3a0e4771ecd62368b94e886dcfba5f2efc2c"/>
+       </game>
+       <game name="Ninjabread Man (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Ninjabread Man (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Ninjabread Man (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c5b12ab6" md5="38c9a626a206858c4e72f3ed0fc2e477" sha1="074e19bc1d73a1b859a8624a0bc3ed9a9d3acf7b"/>
+       </game>
+       <game name="LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da) (Rev 1)</description>
+               <rom name="LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da) (Rev 1).iso" size="4699979776" crc="f12bf428" md5="20ff35cde0ec1955bfc03e2a69cff355" sha1="f22805ef410fc06d5e11b8f53971c6a02d7d1016"/>
+       </game>
+       <game name="Knockout Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Knockout Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Knockout Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4751f875" md5="ce1c91be9e6c7dc8f78f5983444108ce" sha1="30a6d1c31ab2ac6c3e8d7601bde388d2ae3e0dec"/>
+       </game>
+       <game name="Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It) (Special Edition)">
+               <category>Games</category>
+               <description>Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It) (Special Edition)</description>
+               <rom name="Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It) (Special Edition).iso" size="4699979776" crc="ae0077e8" md5="a003043476f8e45a2290190ca8f8e6c5" sha1="968d2f311fa9d9a60ae5c1be87d812c42a15a8bd"/>
+       </game>
+       <game name="Rugby League 3 (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Rugby League 3 (Europe) (En,Fr)</description>
+               <rom name="Rugby League 3 (Europe) (En,Fr).iso" size="4699979776" crc="fd0e1ea9" md5="d4d8d3e1fef9b985fe4a13c12343d56e" sha1="ad0294325ff348466c34a537cd580b8fd036da95"/>
+       </game>
+       <game name="Bigs 2, The - Baseball (UK)">
+               <category>Games</category>
+               <description>Bigs 2, The - Baseball (UK)</description>
+               <rom name="Bigs 2, The - Baseball (UK).iso" size="4699979776" crc="0662fd3b" md5="01b8a3dbafcf5f394089a524727dd232" sha1="2397b4e5df8d88fda69147263a9750b18199156d"/>
+       </game>
+       <game name="Cooking Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cooking Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cooking Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="78e47fc2" md5="23b9b1a3be9ce0dd83be5bab60705275" sha1="975416ede0ad6c845a1df08684bb5a33abd1101a"/>
+       </game>
+       <game name="Grease - The Official Video Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Grease - The Official Video Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Grease - The Official Video Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d3f856f1" md5="696e6863f5c3e97134f9a1d61d2de058" sha1="9abdd241c265dda1224aabdc12e9c79991ad716e"/>
+       </game>
+       <game name="De Blob 2 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>De Blob 2 (USA) (En,Fr)</description>
+               <rom name="De Blob 2 (USA) (En,Fr).iso" size="4699979776" crc="91a0a381" md5="0b3d75d7a23087213accde8aab94f3fc" sha1="34ab383604c57fd8150a106ae16fb34fcace5a05"/>
+       </game>
+       <game name="Disney Epic Mickey (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Epic Mickey (USA) (En,Fr,Es)</description>
+               <rom name="Disney Epic Mickey (USA) (En,Fr,Es).iso" size="4699979776" crc="1c44c614" md5="4e91f88eab7b48ee7ec98c70930d8a94" sha1="439f34445f7cd0c4e5dd2697902b75edef5fdc28"/>
+       </game>
+       <game name="Disney Epic Mickey 2 - The Power of Two (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Disney Epic Mickey 2 - The Power of Two (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Disney Epic Mickey 2 - The Power of Two (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="55509501" md5="4df38d3d74f2db971470ac708e80091a" sha1="abd5e464fbc6b28e124fade89b495dab1df123b8"/>
+       </game>
+       <game name="Conduit 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Conduit 2 (USA) (En,Fr,Es)</description>
+               <rom name="Conduit 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="e346af15" md5="d1b748ec63b60f3787046c3979d02372" sha1="027a314d591e7fc68e80c7522e8afdb7f3b4e2d3"/>
+       </game>
+       <game name="Fragile Dreams - Farewell Ruins of the Moon (USA) (En,Ja,Fr)">
+               <category>Games</category>
+               <description>Fragile Dreams - Farewell Ruins of the Moon (USA) (En,Ja,Fr)</description>
+               <rom name="Fragile Dreams - Farewell Ruins of the Moon (USA) (En,Ja,Fr).iso" size="4699979776" crc="8eaeb945" md5="c1f9631e6cf9fde466a17ff8edd74d43" sha1="7e84f6d2c73aaaf6f7e3bc5067f478ff17bb5db4"/>
+       </game>
+       <game name="Simpson, Les - Le Jeu (France)">
+               <category>Games</category>
+               <description>Simpson, Les - Le Jeu (France)</description>
+               <rom name="Simpson, Les - Le Jeu (France).iso" size="4699979776" crc="597e0b71" md5="7a360584535311e850d341004fa9115a" sha1="cc2b4a36ff200d75817e824323c11593d0398865"/>
+       </game>
+       <game name="Tenchu - Shadow Assassins (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tenchu - Shadow Assassins (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tenchu - Shadow Assassins (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4ee42b35" md5="d73549db2b750dfe939d317a7282af79" sha1="be70124cc86777a6867d18db94c6d47350f01adb"/>
+       </game>
+       <game name="Ivy the Kiwi (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ivy the Kiwi (USA) (En,Fr,Es)</description>
+               <rom name="Ivy the Kiwi (USA) (En,Fr,Es).iso" size="4699979776" crc="eda99bc8" md5="c2bad81ac3168ef22b9aa59c168e4423" sha1="d601d80531899be0bee4cc5a5620182a87e17f5e"/>
+       </game>
+       <game name="Driver - San Francisco (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Driver - San Francisco (USA) (En,Fr,Es)</description>
+               <rom name="Driver - San Francisco (USA) (En,Fr,Es).iso" size="4699979776" crc="6b81928f" md5="dd3e040f9aeb20f581b209830e2d5cfb" sha1="c57ba1becb11b13fa13985564f52ad5852377337"/>
+       </game>
+       <game name="Rango (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rango (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rango (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8d84381b" md5="cd122336250f495e4c118b7339f813c7" sha1="6adfacb162b685cf841ac176fb188430fbbf2ddb"/>
+       </game>
+       <game name="Sengoku Basara - Samurai Heroes (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sengoku Basara - Samurai Heroes (USA) (En,Fr,Es)</description>
+               <rom name="Sengoku Basara - Samurai Heroes (USA) (En,Fr,Es).iso" size="4699979776" crc="cdb50439" md5="8a807910e8eb6c0e96182a5e788dc6b0" sha1="93493a4ad597f734933d3bb5158f5abeda9cc600"/>
+       </game>
+       <game name="Mario Sports Mix (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mario Sports Mix (USA) (En,Fr,Es)</description>
+               <rom name="Mario Sports Mix (USA) (En,Fr,Es).iso" size="4699979776" crc="b67d2cf3" md5="29c4d4d4e9853b95b769105a746d544f" sha1="aa1079bc1d0eaaa4f5b0bfd8466695a98a3ee9cb"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - Echoes of Time (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles - Echoes of Time (USA) (En,Fr,Es)</description>
+               <rom name="Final Fantasy Crystal Chronicles - Echoes of Time (USA) (En,Fr,Es).iso" size="4699979776" crc="0bc95379" md5="ea2b120e323d5259d7871ec465e4dab6" sha1="0c7ac30cc373c9876879080ba2758a50cdcc3fb5"/>
+       </game>
+       <game name="Kore Gang, The - Outvasion from Inner Earth (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Kore Gang, The - Outvasion from Inner Earth (USA) (En,Fr,Es)</description>
+               <rom name="Kore Gang, The - Outvasion from Inner Earth (USA) (En,Fr,Es).iso" size="4699979776" crc="42cd18f7" md5="668bc10715aca75a2b7021fb99600809" sha1="04560c10bfaf3375c46309ce39d850aec0520095"/>
+       </game>
+       <game name="Lord of the Rings, The - Aragorn's Quest (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - Aragorn's Quest (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Lord of the Rings, The - Aragorn's Quest (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="0651157e" md5="4e1627ae1d2515138bc74c903609de2a" sha1="f38d56c41efaee488b96619a31c941612b567122"/>
+       </game>
+       <game name="Pandora's Tower (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pandora's Tower (USA) (En,Fr,Es)</description>
+               <rom name="Pandora's Tower (USA) (En,Fr,Es).iso" size="4699979776" crc="8398c943" md5="5bf999114d6741c04fe2e84d1b7b0509" sha1="66284691913ed85029b394eef194024f4a99c614"/>
+       </game>
+       <game name="Lost in Shadow (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Lost in Shadow (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Lost in Shadow (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="e41530a6" md5="c120da26b63b97b6fe6776243b772d8d" sha1="0b59c2917a1ef78ad4e4726a25613c1ebb6720e2"/>
+       </game>
+       <game name="FIFA 13 (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>FIFA 13 (Europe) (En,Fr,Nl)</description>
+               <rom name="FIFA 13 (Europe) (En,Fr,Nl).iso" size="4699979776" crc="745bc776" md5="55465079499c7c72aeadd5166ba54772" sha1="ef1f2aeea81c782cd28a260539589c56876c50a6"/>
+       </game>
+       <game name="Michael Jackson - The Experience (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Michael Jackson - The Experience (USA) (En,Fr,Es)</description>
+               <rom name="Michael Jackson - The Experience (USA) (En,Fr,Es).iso" size="4699979776" crc="41133b75" md5="d30a66a289bab866e92a7d7253b3fecc" sha1="b9c8eded732dd47533a22cdf762f4cd95317b777"/>
+       </game>
+       <game name="Raving Rabbids - Travel in Time (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Raving Rabbids - Travel in Time (USA) (En,Fr,Es)</description>
+               <rom name="Raving Rabbids - Travel in Time (USA) (En,Fr,Es).iso" size="4699979776" crc="f5d7a6cc" md5="9a47ce29692cf7a84de60b871db758e2" sha1="07f6854cf1ba13fb7617289a128e517ef0bcd15b"/>
+       </game>
+       <game name="Sky Crawlers, The - Innocent Aces (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sky Crawlers, The - Innocent Aces (USA) (En,Fr,Es)</description>
+               <rom name="Sky Crawlers, The - Innocent Aces (USA) (En,Fr,Es).iso" size="4699979776" crc="d7265868" md5="e735582fe567492fdd29fd3e107679cf" sha1="ba1d0907aedf382c0e67456a2cec4a8ace89dc1b"/>
+       </game>
+       <game name="Red Steel 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Red Steel 2 (USA) (En,Fr,Es)</description>
+               <rom name="Red Steel 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="7076cbe7" md5="b0777f57b04617703ad2171831b6cba3" sha1="8ed7f64d9e2937b2b350b76c8679dd653b8e2c33"/>
+       </game>
+       <game name="Rune Factory - Frontier (USA)">
+               <category>Games</category>
+               <description>Rune Factory - Frontier (USA)</description>
+               <rom name="Rune Factory - Frontier (USA).iso" size="4699979776" crc="46d5f135" md5="0111bb9782390d4aca6ed6e863af91b3" sha1="f570b651ed98463354abdba083c98b8bff0775ad"/>
+       </game>
+       <game name="Spore Hero (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Spore Hero (USA) (En,Fr,Es)</description>
+               <rom name="Spore Hero (USA) (En,Fr,Es).iso" size="4699979776" crc="c6c2104e" md5="18300d09b9622e63c7b7aa3e725fe041" sha1="808f043e833d44591e8252df0f406d6264568a12"/>
+       </game>
+       <game name="Rhythm Heaven Fever (USA)">
+               <category>Games</category>
+               <description>Rhythm Heaven Fever (USA)</description>
+               <rom name="Rhythm Heaven Fever (USA).iso" size="4699979776" crc="027faf58" md5="c378c96944e4006014b88c62e6830b66" sha1="23ed93266a05e515277cc6b75f075783dfae9375"/>
+       </game>
+       <game name="Tetris Party Deluxe (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tetris Party Deluxe (USA) (En,Fr,Es)</description>
+               <rom name="Tetris Party Deluxe (USA) (En,Fr,Es).iso" size="4699979776" crc="1c43e200" md5="c99e8eb54624753640c9275a13da97a8" sha1="d31c6c78288a06152fbddd3e12d3cc64da895175"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (USA) (En,Fr,Es)</description>
+               <rom name="Tom Clancy's Ghost Recon (USA) (En,Fr,Es).iso" size="4699979776" crc="3c81cdc8" md5="a6dec9dc0b0bfdcda1327fc9cc450895" sha1="afc33db8b169d56d36f993ab410748c2f70ed718"/>
+       </game>
+       <game name="Thor - God of Thunder (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Thor - God of Thunder (USA) (En,Fr,Es)</description>
+               <rom name="Thor - God of Thunder (USA) (En,Fr,Es).iso" size="4699979776" crc="8d4a277e" md5="bb29139391c38fa525305c446e65f96d" sha1="2b34e17049c47220aa2ab9e1c014d94d31242d0e"/>
+       </game>
+       <game name="WWE All Stars (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>WWE All Stars (USA) (En,Fr,Es)</description>
+               <rom name="WWE All Stars (USA) (En,Fr,Es).iso" size="4699979776" crc="c0c0837b" md5="642753ca42671981d5777863789e8494" sha1="fa2a079e74ddff79ccbeb487826dc436481e96f7"/>
+       </game>
+       <game name="Transformers Prime - The Game (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Transformers Prime - The Game (USA) (En,Fr)</description>
+               <rom name="Transformers Prime - The Game (USA) (En,Fr).iso" size="4699979776" crc="dcb8f45b" md5="bc12f61688d429b828a80ede9d02003c" sha1="6127579155fcb892a1c3bf409abbec4a2051f06e"/>
+       </game>
+       <game name="Family Trainer - Extreme Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Trainer - Extreme Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Trainer - Extreme Challenge (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e2cdd11f" md5="2bf4520c233c0c4b2bea126371766c5b" sha1="098738801fbe8bb7aa2b50c47a3ecbbf6ae13aae"/>
+       </game>
+       <game name="Transformers - Revenge of the Fallen (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Transformers - Revenge of the Fallen (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Transformers - Revenge of the Fallen (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b9c5f963" md5="ca95a31eac9255394f996c1ce93500ee" sha1="b27014cd7f5a06c604bd0191f2676cf53c809f78"/>
+       </game>
+       <game name="Schlag den Raab (Germany)">
+               <category>Games</category>
+               <description>Schlag den Raab (Germany)</description>
+               <rom name="Schlag den Raab (Germany).iso" size="4699979776" crc="5fb5c59d" md5="fd8dd519cac1c2856c90f77558b83206" sha1="d03a030ae8f11225db321684f1b3bc6f1ff9f956"/>
+       </game>
+       <game name="Smarty Pants - Trivia Fun for Everyone! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Smarty Pants - Trivia Fun for Everyone! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Smarty Pants - Trivia Fun for Everyone! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fa725575" md5="b76668a075ed6ca8cc96157628f65a89" sha1="13a16bb31e91c92a96f5a62749eeec3723b9631f"/>
+       </game>
+       <game name="Wii Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wii Party (USA) (En,Fr,Es)</description>
+               <rom name="Wii Party (USA) (En,Fr,Es).iso" size="4699979776" crc="e81db0f0" md5="f42e3a48f60950877b1bdaea1146c564" sha1="281a556b08b90bf89d76705ca6d026e21226b8d9"/>
+       </game>
+       <game name="You Don't Know Jack (USA)">
+               <category>Games</category>
+               <description>You Don't Know Jack (USA)</description>
+               <rom name="You Don't Know Jack (USA).iso" size="4699979776" crc="b348237d" md5="78459fdeac3da5b2e9d45b5d1b4d5ec5" sha1="1b9859972f780d9626e0dbea59bae460639f45bd"/>
+       </game>
+       <game name="Trauma Team (USA)">
+               <category>Games</category>
+               <description>Trauma Team (USA)</description>
+               <rom name="Trauma Team (USA).iso" size="4699979776" crc="f989bb8d" md5="dfc0f957956eebc614a01e4fe60d20cb" sha1="2f1c6efb312447170de75c5da013a8f7558f1256"/>
+       </game>
+       <game name="Just Dance 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 3 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 3 (USA) (En,Fr,Es).iso" size="4699979776" crc="f49d9aab" md5="e46877c360dcbb6cc8c5814762b424a3" sha1="19f0913f06d7f82098b2d607e1ff61d0fd5f6059"/>
+       </game>
+       <game name="Worms - Battle Islands (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Worms - Battle Islands (USA) (En,Fr,Es)</description>
+               <rom name="Worms - Battle Islands (USA) (En,Fr,Es).iso" size="4699979776" crc="0a6d0f52" md5="1fac2bb62a48f5751b3872619a367867" sha1="f49b72902960703fde29bdeeb9dcfaf577e4d062"/>
+       </game>
+       <game name="Spyborgs (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Spyborgs (USA) (En,Fr,Es)</description>
+               <rom name="Spyborgs (USA) (En,Fr,Es).iso" size="4699979776" crc="4c88bde5" md5="1865e974821587366dc997300a2d06b9" sha1="b463f69c89c52cd6156cf09fef6b0f3e14040acc"/>
+       </game>
+       <game name="Just Dance - Greatest Hits (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance - Greatest Hits (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance - Greatest Hits (USA) (En,Fr,Es).iso" size="4699979776" crc="2016edc0" md5="d00435c77f9ee5e71bfede9e4af91ab9" sha1="7016a71bb2b32ecd4f0d078da35904ce8ccd5e86"/>
+       </game>
+       <game name="Raving Rabbids - Party Collection (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Raving Rabbids - Party Collection (USA) (En,Fr,Es)</description>
+               <rom name="Raving Rabbids - Party Collection (USA) (En,Fr,Es).iso" size="8511160320" crc="b635df1f" md5="f8dd516b98a20a12373e98086e98fe5b" sha1="7cb2d90f88f19330131656b17277b307e8ff293e"/>
+       </game>
+       <game name="Zero - Shinku no Chou (Japan)">
+               <category>Games</category>
+               <description>Zero - Shinku no Chou (Japan)</description>
+               <rom name="Zero - Shinku no Chou (Japan).iso" size="4699979776" crc="199a932d" md5="a3fc746ab1ad5a6ca07bb362b9afd4d2" sha1="e7491b672bf2915112bee77a1b318f78ec1da935"/>
+       </game>
+       <game name="Sonic World Adventure (Japan)">
+               <category>Games</category>
+               <description>Sonic World Adventure (Japan)</description>
+               <rom name="Sonic World Adventure (Japan).iso" size="4699979776" crc="61f2055f" md5="1f904185bf139836443e60b8670ae20e" sha1="985fa131df91daedb5fce4b9f48106d6c4c69f78"/>
+       </game>
+       <game name="U-Sing (Europe) (En,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>U-Sing (Europe) (En,Nl) (Rev 1)</description>
+               <rom name="U-Sing (Europe) (En,Nl) (Rev 1).iso" size="4699979776" crc="a8c97a2d" md5="9b1fb989a20acd1183ccea3ec4b4977d" sha1="61c00df6bf146be831d25dd1e5820e9495c450fc"/>
+       </game>
+       <game name="PES 2009 - Pro Evolution Soccer (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>PES 2009 - Pro Evolution Soccer (Europe) (En,Fr,De)</description>
+               <rom name="PES 2009 - Pro Evolution Soccer (Europe) (En,Fr,De).iso" size="4699979776" crc="97605dc4" md5="fa4d3ec9837a0f93405759dd47dfdfa7" sha1="d1257da8b80a70d653566d85991ef7b6d59d39f7"/>
+       </game>
+       <game name="PES 2011 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr)">
+               <category>Games</category>
+               <description>PES 2011 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr)</description>
+               <rom name="PES 2011 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr).iso" size="4699979776" crc="43764033" md5="abedb18c4cbaeb3120b352f69c9b4030" sha1="19669a7695985f9d4b4d0eedfda1445d0994a472"/>
+       </game>
+       <game name="PES 2010 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,El)">
+               <category>Games</category>
+               <description>PES 2010 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,El)</description>
+               <rom name="PES 2010 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,El).iso" size="4699979776" crc="74c41544" md5="981ee51693b1a53d36d0b98d16e02daa" sha1="75cfd7797902291ce949a9d052494056c871990b"/>
+       </game>
+       <game name="Guilty Gear XX Accent Core Plus (USA)">
+               <category>Games</category>
+               <description>Guilty Gear XX Accent Core Plus (USA)</description>
+               <rom name="Guilty Gear XX Accent Core Plus (USA).iso" size="4699979776" crc="e59b5d66" md5="ff7bdd553f93b1a0f3bf8ff774493c1c" sha1="1c4656ab931bbf989d3827447c55c30bd0dd2555"/>
+       </game>
+       <game name="Donkey Kong Jungle Beat (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Donkey Kong Jungle Beat (USA) (En,Fr,Es)</description>
+               <rom name="Donkey Kong Jungle Beat (USA) (En,Fr,Es).iso" size="4699979776" crc="b88f74ea" md5="aefb59ac51ecc07b3d057b3d568a1ea1" sha1="2060d010f303d37ad25ecda8c6d7ab97aaf2fd72"/>
+       </game>
+       <game name="Pokemon Battle Revolution (Japan)">
+               <category>Games</category>
+               <description>Pokemon Battle Revolution (Japan)</description>
+               <rom name="Pokemon Battle Revolution (Japan).iso" size="4699979776" crc="5b4ad0ac" md5="bd0b845933fc6284f865500027f243c4" sha1="8d2604d2aaed9de30f95521947799c5e6c022b48"/>
+       </game>
+       <game name="Harvest Moon - Animal Parade (USA)">
+               <category>Games</category>
+               <description>Harvest Moon - Animal Parade (USA)</description>
+               <rom name="Harvest Moon - Animal Parade (USA).iso" size="4699979776" crc="c18fd540" md5="982ac17f97f5a2635666f514d1aeea77" sha1="b323f3685863cfa34af3ba8cadfb86ba8859c260"/>
+       </game>
+       <game name="Harvest Moon - Tree of Tranquility (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Harvest Moon - Tree of Tranquility (USA) (Rev 1)</description>
+               <rom name="Harvest Moon - Tree of Tranquility (USA) (Rev 1).iso" size="4699979776" crc="64c3175e" md5="b43de5a95756ee0365c10b52c8f668dd" sha1="d7403ea2de355bd3c02ad943edb1df9ee71b1d10"/>
+       </game>
+       <game name="Dragon Ball - Tenkaichi Daibouken (Japan)">
+               <category>Games</category>
+               <description>Dragon Ball - Tenkaichi Daibouken (Japan)</description>
+               <rom name="Dragon Ball - Tenkaichi Daibouken (Japan).iso" size="4699979776" crc="2208e63b" md5="28d09c7616a0d58ad6f128c786c68acd" sha1="cd1a2388933830eec276e40795ba412a2123c4b1"/>
+       </game>
+       <game name="Sonic to Ankoku no Kishi (Japan) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic to Ankoku no Kishi (Japan) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic to Ankoku no Kishi (Japan) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="d6ba9efa" md5="1661b4b992f3d7b37edb571f74f9a3fb" sha1="a7525f759e79374a48108096d2245fce9fc2e47d"/>
+       </game>
+       <game name="Tatsunoko vs. Capcom - Ultimate All-Stars (Japan)">
+               <category>Games</category>
+               <description>Tatsunoko vs. Capcom - Ultimate All-Stars (Japan)</description>
+               <rom name="Tatsunoko vs. Capcom - Ultimate All-Stars (Japan).iso" size="4699979776" crc="3df78884" md5="ccab63963bc58cba2441b23c1cfa50d8" sha1="6a838caac35741bb38d86b5a16c614d3898d017f"/>
+       </game>
+       <game name="Rabbids Party Returns (Japan)">
+               <category>Games</category>
+               <description>Rabbids Party Returns (Japan)</description>
+               <rom name="Rabbids Party Returns (Japan).iso" size="4699979776" crc="4ca6426e" md5="0f4a4acc35635d7ea142afa8c685e1cf" sha1="6b93473343dbab41d67a066ed4e323b868b4f99c"/>
+       </game>
+       <game name="Cheoeum Mannaneun Wii (Korea)">
+               <category>Games</category>
+               <description>Cheoeum Mannaneun Wii (Korea)</description>
+               <rom name="Cheoeum Mannaneun Wii (Korea).iso" size="4699979776" crc="7de3f3e2" md5="d6c68652d9c77604cc12361656ff0882" sha1="6edca414fbfc6ec6784c2359ddff3787fe5c72e7"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 2)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 2)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 2).iso" size="4699979776" crc="4f090549" md5="89387d670395b2a2c32f77f167763115" sha1="a60435a2f929a0026aa1038aab6197b7a74ad8fd"/>
+       </game>
+       <game name="Tenchu 4 (Japan)">
+               <category>Games</category>
+               <description>Tenchu 4 (Japan)</description>
+               <rom name="Tenchu 4 (Japan).iso" size="4699979776" crc="fe46fe28" md5="d835bf8f51299a2a6ee6c376428b604c" sha1="f5f51ac8e1b3e876e7ae41d55e49a3776f2ac6f4"/>
+       </game>
+       <game name="Super Paper Mario (Japan)">
+               <category>Games</category>
+               <description>Super Paper Mario (Japan)</description>
+               <rom name="Super Paper Mario (Japan).iso" size="4699979776" crc="738e3fa5" md5="b683ed344b4933228e70a06163f9614d" sha1="1ffed67d9c1441cc9aa2b1afd6ebd2145683e865"/>
+       </game>
+       <game name="Donkey Kong Returns (Japan)">
+               <category>Games</category>
+               <description>Donkey Kong Returns (Japan)</description>
+               <rom name="Donkey Kong Returns (Japan).iso" size="4699979776" crc="09905fc7" md5="71ff333cfd7f913c4aabf8d9f5a74774" sha1="3dd9348d68d94d53077247a0a020e5e7c779e27c"/>
+       </game>
+       <game name="Balls of Fury (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Balls of Fury (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Balls of Fury (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9b288c19" md5="8df65127eeb85ec49f7a3f3de954d3ad" sha1="c09a6e9d354f1319f4ef6ee6996407b03050d4ab"/>
+       </game>
+       <game name="Far Cry Vengeance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Far Cry Vengeance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Far Cry Vengeance (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3ec7a588" md5="826f88388092840ab9e56f435f91a43e" sha1="3f4d02a1a20b5c13c97b49a52ec84b5bd2d88a87"/>
+       </game>
+       <game name="Rockstar Games Presents Table Tennis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rockstar Games Presents Table Tennis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rockstar Games Presents Table Tennis (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eed4425a" md5="7f804a69c57e64cb3bf92447a8ea4d96" sha1="464e1243c4bbbaf38a516b282a5973a5b721b36f"/>
+       </game>
+       <game name="Truth or Lies (Europe) (En,De)">
+               <category>Games</category>
+               <description>Truth or Lies (Europe) (En,De)</description>
+               <rom name="Truth or Lies (Europe) (En,De).iso" size="4699979776" crc="5226f5d6" md5="b3cd7919f0e9bf0728b294a248f18b87" sha1="a1100f79f194c30f62981c521255580c68b5f26b"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Legend of Aang - The Burning Earth (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Legend of Aang - The Burning Earth (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Nickelodeon Avatar - The Legend of Aang - The Burning Earth (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="ef8a01d3" md5="65456023e7d442e17d1e80f79c230c3b" sha1="93a1c26271acaee3f8fa082bdb62706e169f7ff5"/>
+       </game>
+       <game name="CID the Dummy (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>CID the Dummy (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="CID the Dummy (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="135d433c" md5="a7259ca79a9e492b401faf15d4d9adaa" sha1="5b3eca90e20e12fb3e3b11a8eb4828ef19f73449"/>
+       </game>
+       <game name="Don King Boxing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Don King Boxing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Don King Boxing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e4df184c" md5="5fcafef473bf5a58a9e0172624533342" sha1="366ea6f3c6d87f679267234fa6210a20ce97a544"/>
+       </game>
+       <game name="TNA Impact! Total Nonstop Action Wrestling (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TNA Impact! Total Nonstop Action Wrestling (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TNA Impact! Total Nonstop Action Wrestling (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="aaecb55a" md5="41b80cf18274b4c0ab61ae3a1c96e773" sha1="f08fcca995c3d63d472f6faf2701a054c71739ea"/>
+       </game>
+       <game name="Wii Sports + Wii Sports Resort (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wii Sports + Wii Sports Resort (USA) (En,Fr,Es)</description>
+               <rom name="Wii Sports + Wii Sports Resort (USA) (En,Fr,Es).iso" size="4699979776" crc="51cc6185" md5="5221c4f094f9373699370a864be5fa74" sha1="978471af1873061bab7b50ac43ade4090af6f5d4"/>
+       </game>
+       <game name="National Geographic - Challenge! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>National Geographic - Challenge! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="National Geographic - Challenge! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="416f9a54" md5="1d9b1cdd05d7c846436eca8ade6b2995" sha1="f3999568fcbb8e78a8f1ffb0d6dc4e6684b8bab5"/>
+       </game>
+       <game name="Black Eyed Peas Experience, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Black Eyed Peas Experience, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Black Eyed Peas Experience, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="300c7cf9" md5="6c969f09e5d181e6a1b7783e30e5d83c" sha1="d0002b1f92c7f9f1b6804d7c53d18e4b5aa3dc14"/>
+       </game>
+       <game name="Nickelodeon The Naked Brothers Band - The Video Game (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon The Naked Brothers Band - The Video Game (Europe)</description>
+               <rom name="Nickelodeon The Naked Brothers Band - The Video Game (Europe).iso" size="4699979776" crc="9f305f02" md5="9615cd69ca692a5acea7a1a0cec63b25" sha1="3f8146e8732d34df2866aaf33ee512dd363708bb"/>
+       </game>
+       <game name="Captain Morgane and the Golden Turtle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Captain Morgane and the Golden Turtle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Captain Morgane and the Golden Turtle (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fc5e7494" md5="40bc90b7ba88a1c852823bd5bc6d7089" sha1="824973f53fe723ee5743c0df2e4d9b04b6edac26"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="96e2705b" md5="ea5745a17a1a4e999b5443be839a5c6f" sha1="110c5dff4a54a961bea8237ac03d4e59c167bca6"/>
+       </game>
+       <game name="Harvest Moon - Tree of Tranquility (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harvest Moon - Tree of Tranquility (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Harvest Moon - Tree of Tranquility (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="dd3ae44e" md5="08cf39fc5011b8fb9d09dc38112d2fd5" sha1="82d7b68e512e4b301e01aa3dff394697329ab6dd"/>
+       </game>
+       <game name="Family Ski &amp; Snowboard (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Ski &amp; Snowboard (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Ski &amp; Snowboard (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7b91cc5f" md5="fe9be842f4ae7c658cdadb168682793c" sha1="7f7efb7875b42cb483576424e3d52d8a7cb0cb67"/>
+       </game>
+       <game name="Harvest Moon - Animal Parade (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Harvest Moon - Animal Parade (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Harvest Moon - Animal Parade (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4aeabf6f" md5="5263000f4573c2233791ea4e96a4ff4f" sha1="d4f1ebf91cb13994f5128e946ab90519da12bd74"/>
+       </game>
+       <game name="Just Dance 2015 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2015 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2015 (USA) (En,Fr,Es).iso" size="4699979776" crc="ada3ce0e" md5="6142795d6f0700963b9754ca59c92d90" sha1="af98bcd15d31a7a1b8ac1982b0d490e422b455dc"/>
+       </game>
+       <game name="Beyblade - Metal Fusion - Counter Leone (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Beyblade - Metal Fusion - Counter Leone (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Beyblade - Metal Fusion - Counter Leone (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="80b22ebd" md5="4c18436be8cf969c8bf6c64406490e0d" sha1="0cb493e94ef1753812f38ebce61c8a04ccc483ed"/>
+       </game>
+       <game name="2010 FIFA World Cup South Africa (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>2010 FIFA World Cup South Africa (Europe) (Fr,De)</description>
+               <rom name="2010 FIFA World Cup South Africa (Europe) (Fr,De).iso" size="4699979776" crc="a1f92eac" md5="55633171adeb2dbd8f2cc74f35cd2210" sha1="b075d6503fbf0b8ca5e60a44417f76abb5ca31eb"/>
+       </game>
+       <game name="Sonic and the Black Knight (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic and the Black Knight (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic and the Black Knight (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="bb721bd0" md5="db5d9791019e23f1e1677255fab612b8" sha1="7102cad19ef040a56aa49c90baa6d61694c0f16d"/>
+       </game>
+       <game name="Dream Pinball 3D (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dream Pinball 3D (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dream Pinball 3D (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3b44fc64" md5="66a29f1b425cab00c4fc895b8676b04a" sha1="f39744d98ad127d520384eadc307c5e513eb4265"/>
+       </game>
+       <game name="Nitrobike (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Nitrobike (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Nitrobike (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eff59185" md5="079b465096d45d206a04438c4b6146ff" sha1="20fc209e75a5233efda33c87f6d29d9e98d4f2da"/>
+       </game>
+       <game name="Driver - San Francisco (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Driver - San Francisco (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Driver - San Francisco (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="801cd88c" md5="cbf8877f42b73de48a22e32693472bdb" sha1="7960efdbf107da1c8c801d6a3af9e9e78be3183b"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Boating Bash (Europe) (En,De)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Boating Bash (Europe) (En,De)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Boating Bash (Europe) (En,De).iso" size="4699979776" crc="17cd29c9" md5="9944e684eb85bff2cdcc2adaebb5a91f" sha1="87f0a86acc521efb4e9f66690edee69f913ba74f"/>
+       </game>
+       <game name="Hot Wheels - Battle Force 5 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Hot Wheels - Battle Force 5 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Hot Wheels - Battle Force 5 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="b8c4c598" md5="d99f1bced1f5c80b7bb062b7ec1cb7cd" sha1="43b2a43967976744d34e6fd6dc9936ef157e62ec"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2010 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2010 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="WWE SmackDown vs. Raw 2010 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7e26495b" md5="e55bd05fb1de662371d23250a8b2cd76" sha1="0874d35632196e017d73aeb6ec676c1d00281347"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Last Airbender - The Burning Earth (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Last Airbender - The Burning Earth (USA)</description>
+               <rom name="Nickelodeon Avatar - The Last Airbender - The Burning Earth (USA).iso" size="4699979776" crc="33b18b4a" md5="088ef97ae3d89084545427c66082c974" sha1="33212b238e0ced9ee10014fe8af9d3511b9d762b"/>
+       </game>
+       <game name="Donkey Kong Country Returns (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Donkey Kong Country Returns (USA) (En,Fr,Es)</description>
+               <rom name="Donkey Kong Country Returns (USA) (En,Fr,Es).iso" size="4699979776" crc="9737a7a7" md5="d88b8280ecfd89f40b77925dfba15f9c" sha1="9f2185ca3220249d056783757e85704ca787fe43"/>
+       </game>
+       <game name="Star Trek - Conquest (USA)">
+               <category>Games</category>
+               <description>Star Trek - Conquest (USA)</description>
+               <rom name="Star Trek - Conquest (USA).iso" size="4699979776" crc="a1a4563c" md5="baa4cef91d8bfbd871afd813c356a69b" sha1="b5df60141f48fefbcb38938804e83c854a362aa7"/>
+       </game>
+       <game name="Medal of Honor - Heroes 2 (USA)">
+               <category>Games</category>
+               <description>Medal of Honor - Heroes 2 (USA)</description>
+               <rom name="Medal of Honor - Heroes 2 (USA).iso" size="4699979776" crc="460a2ca9" md5="c93713681cb54df66eea289fecd95f2b" sha1="269227385f5b4331d5a86cfbe7a8c0d9aea08614"/>
+       </game>
+       <game name="Disney Hannah Montana - Spotlight World Tour (USA)">
+               <category>Games</category>
+               <description>Disney Hannah Montana - Spotlight World Tour (USA)</description>
+               <rom name="Disney Hannah Montana - Spotlight World Tour (USA).iso" size="4699979776" crc="7c0a4c41" md5="107e16f57b2e9f2e42856faad1d52876" sha1="ba2a57be7ee0fb982a14e76fe2379f1eedb444ea"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai Tenkaichi 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai Tenkaichi 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon Ball Z - Budokai Tenkaichi 3 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a5e94186" md5="656723af3267f554f5be2c166f0fbc92" sha1="7ff74ddaf87a63940dc6115c0dc52a87c4ed9370"/>
+       </game>
+       <game name="Sonic &amp; Sega All-Stars Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic &amp; Sega All-Stars Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sonic &amp; Sega All-Stars Racing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="005bb7ef" md5="cb18afd32cd42d97e4fccc00dc5129df" sha1="1fa6f214f9259df40dfc2b33112ab70806eed50a"/>
+       </game>
+       <game name="Rampage - Total Destruction (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rampage - Total Destruction (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rampage - Total Destruction (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1bf67fbf" md5="e6e0d32d4701bba9658f5e234aee7fc7" sha1="433272bada0177138fdf53866f80b4dbac9e6bcc"/>
+       </game>
+       <game name="Alien Syndrome (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Alien Syndrome (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Alien Syndrome (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="07c44dff" md5="4ad2fff2575197b6902a2c49e5a65f89" sha1="6a87c987bba92f02630223152bd08ad58720a05c"/>
+       </game>
+       <game name="Disney Sing It - High School Musical 3 - Senior Year (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Sing It - High School Musical 3 - Senior Year (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Sing It - High School Musical 3 - Senior Year (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="388b40c0" md5="9654499bb05cabc9acf77a6aadba832a" sha1="cb18ce491d301167b17a8c738044cdf029b74874"/>
+       </game>
+       <game name="Soul Eater - Monotone Princess (Japan)">
+               <category>Games</category>
+               <description>Soul Eater - Monotone Princess (Japan)</description>
+               <rom name="Soul Eater - Monotone Princess (Japan).iso" size="4699979776" crc="4c574631" md5="8fa4a82a43e3effdcc8ce177652c840b" sha1="a5979d22af122d05a468baa681a6d3efc92d457a"/>
+       </game>
+       <game name="Guilty Gear XX Accent Core (UK)">
+               <category>Games</category>
+               <description>Guilty Gear XX Accent Core (UK)</description>
+               <rom name="Guilty Gear XX Accent Core (UK).iso" size="4699979776" crc="3ddba2a7" md5="0841ee4643e5b0dc0b635ee2d75aeeb2" sha1="2492a67e144dc9abae04dfe314b2d3c5663d1a13"/>
+       </game>
+       <game name="Castle of Shikigami III (USA)">
+               <category>Games</category>
+               <description>Castle of Shikigami III (USA)</description>
+               <rom name="Castle of Shikigami III (USA).iso" size="4699979776" crc="3e1f4e0b" md5="5364458bd724bf36274e05a98497ccd0" sha1="037bd3c900240c48f4b998bb4e7796816c190a01"/>
+       </game>
+       <game name="LEGO Star Wars III - The Clone Wars (Europe, Australia) (En,Fr,De,Es,It,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Star Wars III - The Clone Wars (Europe, Australia) (En,Fr,De,Es,It,Da) (Rev 1)</description>
+               <rom name="LEGO Star Wars III - The Clone Wars (Europe, Australia) (En,Fr,De,Es,It,Da) (Rev 1).iso" size="4699979776" crc="616d9fea" md5="3782d62d67d8a8ca4b304576d12c2403" sha1="70a108b66af10865ca496d60ef77f4ecf05ec209"/>
+       </game>
+       <game name="Need for Speed - Nitro (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Need for Speed - Nitro (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Need for Speed - Nitro (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5d01339f" md5="182662c1714551625610a8b42b526ffc" sha1="e718d113b7c565f8099379528caaac4e454d7024"/>
+       </game>
+       <game name="Just Dance - Disney Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl)">
+               <category>Games</category>
+               <description>Just Dance - Disney Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl)</description>
+               <rom name="Just Dance - Disney Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl).iso" size="4699979776" crc="28562a9a" md5="2a90121a4a9ae51f0ad8675c86b096a4" sha1="9e4e25b44795d50bde0e38a5eafbbec0f1046824"/>
+       </game>
+       <game name="Ashes Cricket 2009 (UK)">
+               <category>Games</category>
+               <description>Ashes Cricket 2009 (UK)</description>
+               <rom name="Ashes Cricket 2009 (UK).iso" size="4699979776" crc="3b69bb28" md5="e01d377a05a6fa41eb857e6f18ed755c" sha1="f62074b94f36ee3ebce766a96ce1ccc55a77ad6e"/>
+       </game>
+       <game name="Disney Hannah Montana - Spotlight World Tour (Europe) (En,De,Es)">
+               <category>Games</category>
+               <description>Disney Hannah Montana - Spotlight World Tour (Europe) (En,De,Es)</description>
+               <rom name="Disney Hannah Montana - Spotlight World Tour (Europe) (En,De,Es).iso" size="4699979776" crc="be06063b" md5="beeead9422e02742336cb340260871eb" sha1="566d5e906b942cf44424f5ab04839a310fe33bf3"/>
+       </game>
+       <game name="Ant Bully, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ant Bully, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ant Bully, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7478438f" md5="4ea2c9d47cfcfc944895b030e46a545c" sha1="8930dc444d07bc59768cf1fa015d774db61a0bfd"/>
+       </game>
+       <game name="My Word Coach (UK)">
+               <category>Games</category>
+               <description>My Word Coach (UK)</description>
+               <rom name="My Word Coach (UK).iso" size="4699979776" crc="f3e9ba05" md5="2a2cf25db1671b9a484480b821fa796f" sha1="28c9db7b91187e5395d32a2dfead371001ead695"/>
+       </game>
+       <game name="PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="e1064d9d" md5="42dc64e013a9a23c203b365d436eee88" sha1="13ee54ec71d942a7712ae3513d7dd7d50bbff83f"/>
+       </game>
+       <game name="Dokapon Kingdom (USA)">
+               <category>Games</category>
+               <description>Dokapon Kingdom (USA)</description>
+               <rom name="Dokapon Kingdom (USA).iso" size="4699979776" crc="398975c8" md5="5f681993301b50e2f6256e036deacd61" sha1="82cf3518a7f6d190761130d4388c7baed7715132"/>
+       </game>
+       <game name="No More Heroes (Japan)">
+               <category>Games</category>
+               <description>No More Heroes (Japan)</description>
+               <rom name="No More Heroes (Japan).iso" size="4699979776" crc="0d3e2141" md5="ff4e941467825a200e13e78c34a16c6b" sha1="25e9cc6273badd224476b2fdc0020f194f5806c4"/>
+       </game>
+       <game name="Caduceus Z - Futatsu no Chou Shittou (Japan)">
+               <category>Games</category>
+               <description>Caduceus Z - Futatsu no Chou Shittou (Japan)</description>
+               <rom name="Caduceus Z - Futatsu no Chou Shittou (Japan).iso" size="4699979776" crc="5086c049" md5="917c60d73fcc9d77348a37a3c6244c91" sha1="37bfd9c1d4f11996053bb1f29493b4861ca88fee"/>
+       </game>
+       <game name="Dance on Broadway (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance on Broadway (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance on Broadway (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0998e671" md5="5064ee7d334d094a17124f546363a8c6" sha1="88912c1a73399e2ca76453fb8902456fa4fc0baf"/>
+       </game>
+       <game name="Professor Heinz Wolff's Gravity (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Professor Heinz Wolff's Gravity (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Professor Heinz Wolff's Gravity (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="dfbf1916" md5="73217180f78f84802f98033b55b4c2fe" sha1="5b1fb65fd320394942a3f5dd11c918e2d2008d70"/>
+       </game>
+       <game name="WSC Real 08 - World Snooker Championship (Europe)">
+               <category>Games</category>
+               <description>WSC Real 08 - World Snooker Championship (Europe)</description>
+               <rom name="WSC Real 08 - World Snooker Championship (Europe).iso" size="4699979776" crc="09e8b8e8" md5="9c8c61452e92239cf10d085bee7da3d8" sha1="27f2d3d4292022ba06d601f723ef3acc358abd80"/>
+       </game>
+       <game name="Counter Force (USA)">
+               <category>Games</category>
+               <description>Counter Force (USA)</description>
+               <rom name="Counter Force (USA).iso" size="4699979776" crc="b0dee9a6" md5="a22f3e2cea28f79ddbd27afd2fff748e" sha1="f9108f9c519d49d0e87caa9448ca2dd927e04e6b"/>
+       </game>
+       <game name="Gunblade NY &amp; L.A. Machineguns Arcade Hits Pack (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Gunblade NY &amp; L.A. Machineguns Arcade Hits Pack (USA) (En,Fr,Es)</description>
+               <rom name="Gunblade NY &amp; L.A. Machineguns Arcade Hits Pack (USA) (En,Fr,Es).iso" size="4699979776" crc="235fa5b2" md5="a54905790c36f204bee98faaf093a463" sha1="6f8e6c6a4d503a3873546009a8a42811aca11b64"/>
+       </game>
+       <game name="Monkey King, The - The Legend Begins (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Monkey King, The - The Legend Begins (USA) (Rev 1)</description>
+               <rom name="Monkey King, The - The Legend Begins (USA) (Rev 1).iso" size="4699979776" crc="aaab022d" md5="e5d51656dc76670660a6a0e80647174d" sha1="fa00c10a91ea3b381036a787b01d9341c5229bc0"/>
+       </game>
+       <game name="Sports Party (Europe)">
+               <category>Games</category>
+               <description>Sports Party (Europe)</description>
+               <rom name="Sports Party (Europe).iso" size="4699979776" crc="88bf4fa7" md5="cea6da0b1020ffc887d050fd3520b52b" sha1="30c4a13b9694758a88ee78c3c307ade38cf97b0b"/>
+       </game>
+       <game name="Suzumiya Haruhi no Gekidou (Japan)">
+               <category>Games</category>
+               <description>Suzumiya Haruhi no Gekidou (Japan)</description>
+               <rom name="Suzumiya Haruhi no Gekidou (Japan).iso" size="4699979776" crc="f2678b83" md5="0958aeca07af5348d08a4699539f075c" sha1="1185ec2456644ba5c32f291939bd5ce02e37c955"/>
+       </game>
+       <game name="Hirano Aya Premium Movie Disc from Suzumiya Haruhi no Gekidou (Japan)">
+               <category>Bonus Discs</category>
+               <description>Hirano Aya Premium Movie Disc from Suzumiya Haruhi no Gekidou (Japan)</description>
+               <rom name="Hirano Aya Premium Movie Disc from Suzumiya Haruhi no Gekidou (Japan).iso" size="4699979776" crc="f12b3c60" md5="3872140eff97c9261f5b1123c4b0075d" sha1="733c0289521892e9953a235a780a5556f624954e"/>
+       </game>
+       <game name="Netflix (USA) (Rev 2)">
+               <category>Applications</category>
+               <description>Netflix (USA) (Rev 2)</description>
+               <rom name="Netflix (USA) (Rev 2).iso" size="4699979776" crc="c69a7acd" md5="e9016c841434bcaa7824ecb6d97f8310" sha1="82a23ba1b32d1c99e8150af1266bb66148ab1146"/>
+       </game>
+       <game name="uDraw Studio (USA) (En,Fr,Es)">
+               <category>Applications</category>
+               <description>uDraw Studio (USA) (En,Fr,Es)</description>
+               <rom name="uDraw Studio (USA) (En,Fr,Es).iso" size="4699979776" crc="03a31a48" md5="b117b164bda2b59db21b2df174d5cc4e" sha1="05939130bdfa94bcd9064ab846a9decbae75099e"/>
+       </game>
+       <game name="Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 1)</description>
+               <rom name="Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 1).iso" size="4699979776" crc="337c2aef" md5="eb03eb3bc9491609e6273de76f59d2ee" sha1="b4fd78369c25314a445390970a3db0d34ba48d94"/>
+       </game>
+       <game name="uDraw Studio - Instant Artist (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>uDraw Studio - Instant Artist (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="uDraw Studio - Instant Artist (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="60d6337e" md5="5ddae36351ebbcd4c52f58f7f1408538" sha1="f4dba1f9cbd159150aec7d4e773895d2f3aee82d"/>
+       </game>
+       <game name="Wii Play - Motion (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wii Play - Motion (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wii Play - Motion (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="cf65b024" md5="38f5217cc047c683af257ad3b2d8e540" sha1="ae8b0ba412cf2063ad3eb5115bef09a7c5abb55b"/>
+       </game>
+       <game name="Dance Dance Revolution - Winx Club (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Winx Club (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Dance Revolution - Winx Club (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f3012788" md5="6e55bc6670748f29ffb24c3e86a1d18e" sha1="9600f402b5e82a878353ee24becd2c25f95d0da8"/>
+       </game>
+       <game name="Inazuma Eleven Strikers (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Inazuma Eleven Strikers (Europe) (En,Es,It)</description>
+               <rom name="Inazuma Eleven Strikers (Europe) (En,Es,It).iso" size="4699979776" crc="b29f2046" md5="15debf05a1bee86b1f05483b6ff79426" sha1="0bfffffe90eaa7f086f0d18fd10409ec83c2dc01"/>
+       </game>
+       <game name="Skylanders - Swap Force (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Europe) (Es,It)</description>
+               <rom name="Skylanders - Swap Force (Europe) (Es,It).iso" size="4699979776" crc="ccb3a774" md5="32d4e91c03e84ba70ecd188a8c795c84" sha1="676852e28f9d9c1f03464bac39cc02047ba55f7d"/>
+       </game>
+       <game name="Skylanders - Giants (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>Skylanders - Giants (Europe) (De,Es,It)</description>
+               <rom name="Skylanders - Giants (Europe) (De,Es,It).iso" size="4699979776" crc="1c9b5f25" md5="98acca123fa84576fb18db6cb9b7cd06" sha1="2a0bac26415e44434cc1889c7dc9adfbd89517de"/>
+       </game>
+       <game name="F1 2009 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>F1 2009 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="F1 2009 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="51019edd" md5="75b95fdbbfe2e481c9dacc5f7dc7fedc" sha1="8010a51a486460fa5ed23aa32fce51307fe91d06"/>
+       </game>
+       <game name="Jakers! Kart Racing (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Jakers! Kart Racing (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi)</description>
+               <rom name="Jakers! Kart Racing (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi).iso" size="4699979776" crc="528d7a25" md5="a1be405079f67faf7b8799a857c897d0" sha1="8a0ea595460e4e06829e23064db01cb5a6511269"/>
+       </game>
+       <game name="Rodea the Sky Soldier (USA) (En,Ja,Fr,De)">
+               <category>Games</category>
+               <description>Rodea the Sky Soldier (USA) (En,Ja,Fr,De)</description>
+               <rom name="Rodea the Sky Soldier (USA) (En,Ja,Fr,De).iso" size="4699979776" crc="ac68bc6a" md5="cb89f1778801a77f5c0764105d32c5cd" sha1="b5cb04d912b163f7d1fa5700a747e698439dca5f"/>
+       </game>
+       <game name="Disney Princess - Enchanting Storybooks (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Princess - Enchanting Storybooks (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Princess - Enchanting Storybooks (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="abb0b658" md5="66e57972b60b64ed8a626f803c5ef78e" sha1="dc8d382778e79c20e57e38ee2011ede93b853db6"/>
+       </game>
+       <game name="Chicken Blaster (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Chicken Blaster (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Chicken Blaster (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1c2e0c9e" md5="2688ffaa8fd61d6c6f311ee3283a4112" sha1="58f583262b0906ac3f951a2fb57f80f703b2d86f"/>
+       </game>
+       <game name="My Fitness Coach - Dance Workout (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>My Fitness Coach - Dance Workout (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="My Fitness Coach - Dance Workout (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="bc069dc3" md5="01ebb4c555c746bda868375df2c7ae66" sha1="6ec9659d037cc9c5755d53162e38a4320966e701"/>
+       </game>
+       <game name="Baby and Me (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Baby and Me (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Baby and Me (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eafdd051" md5="aff2e155ead773d15262d63ea009015a" sha1="6a55ac5768777fb7c4ec134c20d09e9eee71ef46"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 11 (Europe, Australia)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 11 (Europe, Australia)</description>
+               <rom name="Tiger Woods PGA Tour 11 (Europe, Australia).iso" size="4699979776" crc="ad29f6bb" md5="d4a92a8bfe58f557ebdb045970373741" sha1="6a986c1b4fe0c448b4d05d487947ed37c9f8fd96"/>
+       </game>
+       <game name="Legend of the Dragon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Legend of the Dragon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Legend of the Dragon (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1b04bedb" md5="60bae2ce0f114ff1db4934fb3d55295a" sha1="19ea560e209bb0bb37a03c1cb50b08193c79d4bf"/>
+       </game>
+       <game name="Pictionary (Australia)">
+               <category>Games</category>
+               <description>Pictionary (Australia)</description>
+               <rom name="Pictionary (Australia).iso" size="4699979776" crc="374343ac" md5="91d60ca553d433a96c06c8953a713dce" sha1="519a35a9f36997df186fe26c8b240db25818595c"/>
+       </game>
+       <game name="Just Dance 2016 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2016 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2016 (USA) (En,Fr,Es).iso" size="4699979776" crc="350cdaca" md5="8041c2a5ad9465cb5fac6657514e3ea2" sha1="881ae88bda44a71835b8817eba70fd268345063c"/>
+       </game>
+       <game name="Your Shape (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Your Shape (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Your Shape (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8b82b09c" md5="e3dea5f995b62b78b72bc2875598de0d" sha1="e5bf7cd200cb11635ddaf5a5cec1e06d8fb4961d"/>
+       </game>
+       <game name="Mind. Body. Soul. - Nutrition Matters (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mind. Body. Soul. - Nutrition Matters (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mind. Body. Soul. - Nutrition Matters (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f0d97991" md5="076635119e4c33bfd72c7cf35969509f" sha1="8f6e2d9e11ccb96377a296f0e74e99558578c033"/>
+       </game>
+       <game name="Grand Slam Tennis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Grand Slam Tennis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Grand Slam Tennis (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0e74fcbb" md5="d60e1ffeb964ee74fe934f8deda7647c" sha1="93b067e3c634b769b2fee467b5c644e61ffdb62f"/>
+       </game>
+       <game name="My Spanish Coach - Improve Your Spanish (UK)">
+               <category>Games</category>
+               <description>My Spanish Coach - Improve Your Spanish (UK)</description>
+               <rom name="My Spanish Coach - Improve Your Spanish (UK).iso" size="4699979776" crc="beb61ad1" md5="31a7a96e5d7020a94ae2ce6ff2d12bf4" sha1="0285228d69730a6d45557536f6d4cc685ba50050"/>
+       </game>
+       <game name="Safecracker (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Safecracker (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Safecracker (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9bb763b9" md5="737c388c3ba2b10d7468365b813c78cb" sha1="50047738998115b436b086c994a67a77c64edc1e"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2009 (UK)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2009 (UK)</description>
+               <rom name="WWE SmackDown vs. Raw 2009 (UK).iso" size="4699979776" crc="437d94bf" md5="432f1c7e16d55c56f8b2c2365d85264b" sha1="8e035c76a8c38cf7176c4113c634323173a6be5c"/>
+       </game>
+       <game name="Donkey Kong Jungle Beat (Japan)">
+               <category>Games</category>
+               <description>Donkey Kong Jungle Beat (Japan)</description>
+               <rom name="Donkey Kong Jungle Beat (Japan).iso" size="4699979776" crc="077a63e8" md5="0679a018133cb64ff7823c87b0451f28" sha1="ece3736d8e7000cc8b2af751e1f85bf873f1408f"/>
+       </game>
+       <game name="Metroid - Other M (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Metroid - Other M (Japan) (En,Ja)</description>
+               <rom name="Metroid - Other M (Japan) (En,Ja).iso" size="8511160320" crc="cee0a3c9" md5="da0bf8f2e1f3c586053e6a38fca43a2e" sha1="29c13a4785ba677c2c0aecfc9c956294f68c26cc"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Europe)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Europe)</description>
+               <rom name="Disney-Pixar WALL-E (Europe).iso" size="4699979776" crc="8d9bb0aa" md5="febe5fc6ab99372752b7cd941b6df118" sha1="bf75d4c19d5845a38c3122531a86630d327df72c"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da) (Rev 1)</description>
+               <rom name="LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da) (Rev 1).iso" size="4699979776" crc="3842de54" md5="49af9c27a5fdd078936eee4011f2d473" sha1="b5c7ebdf7ea3d3ef2d356881d94da21b57facc7e"/>
+       </game>
+       <game name="Diva Girls - Princess on Ice (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Diva Girls - Princess on Ice (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Diva Girls - Princess on Ice (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a2789428" md5="761db4b5fe0a5f9da5dc40678a838f6b" sha1="bb76927102cfb559839f0457d5c7f8c1236ce598"/>
+       </game>
+       <game name="G1 Jockey Wii 2008 (UK)">
+               <category>Games</category>
+               <description>G1 Jockey Wii 2008 (UK)</description>
+               <rom name="G1 Jockey Wii 2008 (UK).iso" size="4699979776" crc="997561de" md5="8653bb77ed04cf57fa034a7e0298f1ff" sha1="4e316154f60d29c9f942e5c5f36a155454163ddd"/>
+       </game>
+       <game name="DreamWorks Monsters vs. Aliens (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>DreamWorks Monsters vs. Aliens (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="DreamWorks Monsters vs. Aliens (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="53ebe928" md5="a9f7711958e7cf7d2814e1a2f9620da8" sha1="c0abd50d9c0cdb4c228acf848e165e421535c95c"/>
+       </game>
+       <game name="Endless Ocean (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Endless Ocean (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Endless Ocean (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="474628d8" md5="1a46c8acf9843982c7006a9286287be9" sha1="e7f010697c7c8976559da11d876b8ca6912aaac7"/>
+       </game>
+       <game name="We Sing Robbie Williams (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Sing Robbie Williams (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="We Sing Robbie Williams (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="82364a30" md5="7539d2eca5cbfef644ec88db32fc712b" sha1="968673c2620f0444b7d537e37b041bee96a390a2"/>
+       </game>
+       <game name="Shaun White Snowboarding - World Stage (UK)">
+               <category>Games</category>
+               <description>Shaun White Snowboarding - World Stage (UK)</description>
+               <rom name="Shaun White Snowboarding - World Stage (UK).iso" size="4699979776" crc="8c189393" md5="cc1b146df6208d2fb7ff1ddb26e93327" sha1="bab244bf1df231fe02353379a28802b6b3b7140b"/>
+       </game>
+       <game name="Skylanders - Giants (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Skylanders - Giants (Europe) (En,Fr,Nl)</description>
+               <rom name="Skylanders - Giants (Europe) (En,Fr,Nl).iso" size="4699979776" crc="313e260d" md5="d9dfc5425b56a360920dd5a41ae4453c" sha1="a3fcd3be1160f8fe3a3ed1b5d9c758ff568f9f74"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 2)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 2)</description>
+               <rom name="Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 2).iso" size="4699979776" crc="5f0c73eb" md5="e93649a6379292d8e87a5894439710ba" sha1="6f6889cca454d63cc77bf91b591fee4e91aed60e"/>
+       </game>
+       <game name="Call of Duty - Black Ops (UK)">
+               <category>Games</category>
+               <description>Call of Duty - Black Ops (UK)</description>
+               <rom name="Call of Duty - Black Ops (UK).iso" size="4699979776" crc="0fc116cc" md5="f52815b24a926c48e050ccc09627406e" sha1="79a18297b0ca8ea6fb6238f16071c46ab37b2197"/>
+       </game>
+       <game name="Action Girlz Racing (UK)">
+               <category>Games</category>
+               <description>Action Girlz Racing (UK)</description>
+               <rom name="Action Girlz Racing (UK).iso" size="4699979776" crc="7b46f4b4" md5="32bc4f3910c277b78914ad768b550ece" sha1="fbe9b8a6abaae9f8f19adaba245dc7c57c896f6b"/>
+       </game>
+       <game name="All Star Karate (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>All Star Karate (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="All Star Karate (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ca6da037" md5="65ceb982511a60e3ee40c176639f3bde" sha1="afff4cc7906d00f949fca471975ebf8157838135"/>
+       </game>
+       <game name="Emergency Heroes (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Emergency Heroes (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Emergency Heroes (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1b1d2b93" md5="a01e74d0a5055207ef7a746c79ac1dc2" sha1="b9bff97ecef78860064fa87cf9ec6704b6c49ca4"/>
+       </game>
+       <game name="PES 2012 - Pro Evolution Soccer (Europe) (En,Sv,Da,Ru,Tr)">
+               <category>Games</category>
+               <description>PES 2012 - Pro Evolution Soccer (Europe) (En,Sv,Da,Ru,Tr)</description>
+               <rom name="PES 2012 - Pro Evolution Soccer (Europe) (En,Sv,Da,Ru,Tr).iso" size="4699979776" crc="33e38004" md5="f3218ab104c22f8af795873fd2be6412" sha1="8285c8c21e9ab5909f60aada9b9f0878889bdd35"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 10 (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 10 (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 10 (Europe).iso" size="4699979776" crc="336eb2d0" md5="8016f70fce29c6bd4309c6f1eb5c86b0" sha1="6fb9d670dce7dcc391c1caa5f20679836b7af107"/>
+       </game>
+       <game name="Tomb Raider - Underworld (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tomb Raider - Underworld (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tomb Raider - Underworld (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b370db9f" md5="1a560d490ebbd31d804699cea2194ca3" sha1="524eb60a92a314cd9888ba90c712aa492cf3ad23"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="683ec80b" md5="3645c0906155cf0adf5d875b22c84424" sha1="9e8dfaf35c8479bf00034bd767353e469d3c47d2"/>
+       </game>
+       <game name="Summer Athletics (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Summer Athletics (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Summer Athletics (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d569d7bb" md5="e173198b5a3f914810e5e91cbf8871e8" sha1="9bc8d68b41df6c247f9b750cc4ebe06e2706c76c"/>
+       </game>
+       <game name="Ben 10 - Alien Force (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ben 10 - Alien Force (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ben 10 - Alien Force (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="92333fdf" md5="ad8eae8f2a9ca025f716f8be9d741303" sha1="297d78ebafcfc8e6913fa8361edd9a6fcc0a6f6f"/>
+       </game>
+       <game name="CSI - Crime Scene Investigation - Hard Evidence (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>CSI - Crime Scene Investigation - Hard Evidence (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="CSI - Crime Scene Investigation - Hard Evidence (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d663dc3b" md5="7794b556f3fadff8be6fcdde4128dc78" sha1="964411f08356e9f8b045236d5b819967e30ecfe2"/>
+       </game>
+       <game name="Hannah Montana - The Movie (UK)">
+               <category>Games</category>
+               <description>Hannah Montana - The Movie (UK)</description>
+               <rom name="Hannah Montana - The Movie (UK).iso" size="4699979776" crc="9dc10d2c" md5="81120c44531088b437194bb30b236818" sha1="9d7a4d29bbe17b305919988c87612ba582e43540"/>
+       </game>
+       <game name="Prince of Persia - The Forgotten Sands + 1989 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Prince of Persia - The Forgotten Sands + 1989 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Prince of Persia - The Forgotten Sands + 1989 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="8885efe2" md5="e09b6058fcca8ab191ffeb361288a49d" sha1="5a7bc5e9d6dbdf760d2a4cea8a6ce55ad3a34408"/>
+       </game>
+       <game name="Donkey Kong Jungle Beat (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Donkey Kong Jungle Beat (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Donkey Kong Jungle Beat (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="ca64629d" md5="7140663959d5de169131cc4345bdffdf" sha1="e77c64810189555270637f3bca549f02cabd4acc"/>
+       </game>
+       <game name="Disney Sing It - Party Hits (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Sing It - Party Hits (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Sing It - Party Hits (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3ff45da6" md5="2b6f18556aa917a2bd89f2f8ed10e3a2" sha1="4e4d2725d848f3b207daeb3f79108a1731c98254"/>
+       </game>
+       <game name="Top Trumps - Doctor Who (UK)">
+               <category>Games</category>
+               <description>Top Trumps - Doctor Who (UK)</description>
+               <rom name="Top Trumps - Doctor Who (UK).iso" size="4699979776" crc="00ddec9e" md5="60aab6280fb1cadb97c826653aa9c837" sha1="0bc9d8413d556dc3c5710dfabbe915cd791404f2"/>
+       </game>
+       <game name="Wild Earth - African Safari (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wild Earth - African Safari (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wild Earth - African Safari (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4821d352" md5="05f7a7745c77d9d45609fcdc02ff7aee" sha1="b36bbe3181a83710a6755cbed0b379104ae82c1f"/>
+       </game>
+       <game name="Inazuma Eleven Strikers 2012 Xtreme (Japan)">
+               <category>Games</category>
+               <description>Inazuma Eleven Strikers 2012 Xtreme (Japan)</description>
+               <rom name="Inazuma Eleven Strikers 2012 Xtreme (Japan).iso" size="4699979776" crc="e5355615" md5="467852cfe56a8923511dfec0dc21c0ae" sha1="74293c602c691735e0898005847322a65830eff7"/>
+       </game>
+       <game name="Inazuma Eleven Strikers (Japan)">
+               <category>Games</category>
+               <description>Inazuma Eleven Strikers (Japan)</description>
+               <rom name="Inazuma Eleven Strikers (Japan).iso" size="4699979776" crc="45606dee" md5="d63f5fb95b6629c7c074eee1e61c6a45" sha1="0c7bd44017553816551828f9c28882fa6a984645"/>
+       </game>
+       <game name="All Star Cheerleader (Europe, Australia) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>All Star Cheerleader (Europe, Australia) (En,Fr,De,Es)</description>
+               <rom name="All Star Cheerleader (Europe, Australia) (En,Fr,De,Es).iso" size="4699979776" crc="9d775b2c" md5="b9682080852d1d9b09d6289c08bf0d88" sha1="8db45dbc14d26e777e8c22e182ed4c0e70c9870a"/>
+       </game>
+       <game name="Heatseeker (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Heatseeker (Europe) (En,Fr)</description>
+               <rom name="Heatseeker (Europe) (En,Fr).iso" size="4699979776" crc="0fc669c4" md5="8cd1daa660e6d0379078a5058673c30e" sha1="8519aaf236b9e0735021a5add8887ebc0f0b023c"/>
+       </game>
+       <game name="Legend of the Guardians - The Owls of Ga'Hoole (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Legend of the Guardians - The Owls of Ga'Hoole (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Legend of the Guardians - The Owls of Ga'Hoole (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="21a7be4b" md5="1f8db4d7048155ce734a41be8619781d" sha1="963c2c2f934cc306ea31ea795b7a67988f36914e"/>
+       </game>
+       <game name="Mad Dog McCree - Gunslinger Pack (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mad Dog McCree - Gunslinger Pack (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mad Dog McCree - Gunslinger Pack (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6354e20c" md5="ff51be19dd62a399dc01c0a1f463ef2b" sha1="d5f8316c6e370b342d0d9773c8d7fdc283f734e7"/>
+       </game>
+       <game name="SimAnimals - Africa (Japan)">
+               <category>Games</category>
+               <description>SimAnimals - Africa (Japan)</description>
+               <rom name="SimAnimals - Africa (Japan).iso" size="4699979776" crc="68802be9" md5="1f3f8dd47087d77c310ba76b64769085" sha1="4f53086e22bef58a426af7448179cc1fd26e672f"/>
+       </game>
+       <game name="Medal of Honor - Vanguard (UK)">
+               <category>Games</category>
+               <description>Medal of Honor - Vanguard (UK)</description>
+               <rom name="Medal of Honor - Vanguard (UK).iso" size="4699979776" crc="d020554d" md5="e63dc83790a483bff5b1da3a06f823b7" sha1="afe8503d4e8feb65efaa86152e0b2a71d6eea5e6"/>
+       </game>
+       <game name="Medieval Games (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Medieval Games (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Medieval Games (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8ec5cbea" md5="53ed905440be99c9e017b86edb7c9a23" sha1="10694c5e0ad8c42bef40b0aab9cc2a209968e2ae"/>
+       </game>
+       <game name="WSC Real 09 - World Snooker Championship (UK)">
+               <category>Games</category>
+               <description>WSC Real 09 - World Snooker Championship (UK)</description>
+               <rom name="WSC Real 09 - World Snooker Championship (UK).iso" size="4699979776" crc="af032530" md5="a776255ea802d0c69e251df4b7ec412f" sha1="ee8d525b1fc53cbe413ee1be3a1b9814014ce86d"/>
+       </game>
+       <game name="Sega Bass Fishing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sega Bass Fishing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sega Bass Fishing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9b10bb5a" md5="763866273baf16a90b4c1957f3f59802" sha1="849569c1ee57c869262e4237c1f619c2003c7bc8"/>
+       </game>
+       <game name="Golden Compass, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Golden Compass, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Golden Compass, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="628720e0" md5="64c0e38445ce772d495530640531b4ce" sha1="76b43c7c1abc6bd85e07fa2e17d9f8562f1ec93a"/>
+       </game>
+       <game name="EA Sports Active - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>EA Sports Active - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="EA Sports Active - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2a1e9f85" md5="a7c980dbabdb9373b0d8d64575ab67c5" sha1="fe9ee8b9b8b0ce0cf5aed4c02207498fe7d539d2"/>
+       </game>
+       <game name="Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="12d862d8" md5="03dc8aabdbc55851a2e4ca1b9b83a361" sha1="eb999b268f99978d982c77f8a16985f60452a057"/>
+       </game>
+       <game name="Winter Stars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Winter Stars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Winter Stars (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="07088141" md5="11fac5f0c409a7aec2568664d2eeee5a" sha1="ef7e9722b4d4f880ee8aba25a8a07aa2bc099a5c"/>
+       </game>
+       <game name="Igor - The Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Igor - The Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Igor - The Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="795cc56a" md5="786836f80ba951db1fcc0aa68a67ada9" sha1="4e55c2b3c1bd289939f4f5855c5729d00649f80b"/>
+       </game>
+       <game name="Star Wars - The Clone Wars - Lightsaber Duels (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars - Lightsaber Duels (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Star Wars - The Clone Wars - Lightsaber Duels (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1ed5d26c" md5="4fe0b71f051fa087cc699a73200f30d5" sha1="ef155d2b0a1955aafab58d0fb0f45e68d0d78a57"/>
+       </game>
+       <game name="Smiley World - Island Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Smiley World - Island Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Smiley World - Island Challenge (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4126c958" md5="d0969e0d7bd11d2f012e42d347fc4eb3" sha1="d098332c07aa6a661b7b41b45f4b56bf9224b299"/>
+       </game>
+       <game name="PDC World Championship Darts 2008 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>PDC World Championship Darts 2008 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="PDC World Championship Darts 2008 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="49d7d4c0" md5="735516c760d4448702493b5b7d72de19" sha1="2ff1286d914cf9b5ebcdcb3de32f5a8a76da667a"/>
+       </game>
+       <game name="Secret Saturdays, The - Beasts of the 5th Sun (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Secret Saturdays, The - Beasts of the 5th Sun (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Secret Saturdays, The - Beasts of the 5th Sun (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="091619bf" md5="70a61e77cfc5e5118cbd90cfc99a1d50" sha1="280b8d4343dfd24ec0234b89c643cfcecb8a8fba"/>
+       </game>
+       <game name="Pandora's Tower (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pandora's Tower (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pandora's Tower (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4acb6d26" md5="518bfc0cb7e374f85568ca88975c7ef6" sha1="ff425322460a98aa8f56335372ba0d696450ee28"/>
+       </game>
+       <game name="Virtua Tennis 2009 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Virtua Tennis 2009 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Virtua Tennis 2009 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f1f7fac1" md5="bd2062128b738e67cabb4f4d25e2e372" sha1="8ec1b4f030a2c558a82aca5c892238fc9ccf77a5"/>
+       </game>
+       <game name="Marines - Modern Urban Combat (USA)">
+               <category>Games</category>
+               <description>Marines - Modern Urban Combat (USA)</description>
+               <rom name="Marines - Modern Urban Combat (USA).iso" size="4699979776" crc="4cf0030c" md5="c5a0b6168e8d7e0c5a9dc47658e47591" sha1="e97198378323c2e7df88d6233b338799985a29fe"/>
+       </game>
+       <game name="Boogie SuperStar (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Boogie SuperStar (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Boogie SuperStar (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3cda7645" md5="a87d34a173c7af5200469d78d789da8f" sha1="ee9852bd27c1d346b149fb0f77eeb89bb91fe175"/>
+       </game>
+       <game name="Bratz - The Movie (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Bratz - The Movie (Europe) (En,Fr)</description>
+               <rom name="Bratz - The Movie (Europe) (En,Fr).iso" size="4699979776" crc="e58157c9" md5="5029e64642c49e9930af06132230beb8" sha1="2eda7eb169ad230195f03480a2c6c3af43671356"/>
+       </game>
+       <game name="Funfair Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Funfair Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Funfair Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="79485875" md5="b7c4e22592a100db3bcce0d2048cc1c7" sha1="40970ad78101cf4c4c6e414a0e533e8d9dd96f09"/>
+       </game>
+       <game name="Jumper - Griffin's Story (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jumper - Griffin's Story (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jumper - Griffin's Story (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6924cbb8" md5="90a137805117d1f197bcdf4ec88b7088" sha1="a0e10abd325d57498ada53e84cc714d22995538c"/>
+       </game>
+       <game name="Nerf N-Strike (Europe) (En,De,Es)">
+               <category>Games</category>
+               <description>Nerf N-Strike (Europe) (En,De,Es)</description>
+               <rom name="Nerf N-Strike (Europe) (En,De,Es).iso" size="4699979776" crc="6af44e05" md5="7bb2cbc5e1614a288cb6d4da2e3d3aa4" sha1="9a45b064a21be03319a5e598fd46bbb560e375f7"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe) (En,Fr,De)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe) (En,Fr,De).iso" size="4699979776" crc="b49a1f1f" md5="f0b0eb37c082f41a2f56133330f2189e" sha1="fba731a60a34798039855ecc43474d1325bd8db2"/>
+       </game>
+       <game name="Rig Racer 2 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Rig Racer 2 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Rig Racer 2 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="cd70e4f7" md5="a7485ae842cdbfc4abb03aeecd265754" sha1="767a5b40c0278475646ff41b6d7ae24f4f021820"/>
+       </game>
+       <game name="Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="ef151313" md5="484f3f9c7e5f5b3c4f421e595a01068a" sha1="b405607dcf15fa293d32f8e510c1e05594075ba1"/>
+       </game>
+       <game name="Kidz Sports Basketball (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Kidz Sports Basketball (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Kidz Sports Basketball (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f4fb7ca9" md5="0bd6a9596f7fb41c2321c29d1cd6b0d6" sha1="d69e9a06d532ef712e6ccde82ec82362d4e8abc4"/>
+       </game>
+       <game name="Kidz Sports Basketball (UK)">
+               <category>Games</category>
+               <description>Kidz Sports Basketball (UK)</description>
+               <rom name="Kidz Sports Basketball (UK).iso" size="4699979776" crc="69d6f1f0" md5="b3d775f4882dab7742063eeb9520cec8" sha1="6bb92d530a214006213aaa694c21bebb73c5ded8"/>
+       </game>
+       <game name="EA Sports Active 2 - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>EA Sports Active 2 - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="EA Sports Active 2 - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9f480a19" md5="8cf8648c7e7b48455457e1687a68d46b" sha1="8e5c34b90280dad59bac370bf14182e3fb0bba99"/>
+       </game>
+       <game name="Transformers - Dark of the Moon - Stealth Force Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Transformers - Dark of the Moon - Stealth Force Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Transformers - Dark of the Moon - Stealth Force Edition (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ee748fab" md5="e1e817d1df3a0de69978b6b613cd802f" sha1="08ecbec6d71f4f9f8dc15ad1f97eb8d56a444465"/>
+       </game>
+       <game name="My Fitness Coach - Cardio Workout (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>My Fitness Coach - Cardio Workout (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="My Fitness Coach - Cardio Workout (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c9ea38a1" md5="fb0128cd508cea578d6ec8e718e17c8b" sha1="2b607b2c25efc6e225daf4e158bbac00fa5f67c7"/>
+       </game>
+       <game name="Skate It (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Skate It (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Skate It (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c4de2dd7" md5="451c5bc1f37674966f4fea4647fa0bbb" sha1="8444524808a609e20c827da2a9525dd6c04b544b"/>
+       </game>
+       <game name="X Factor, The (Europe) (En,Fr,De,It,Nl)">
+               <category>Games</category>
+               <description>X Factor, The (Europe) (En,Fr,De,It,Nl)</description>
+               <rom name="X Factor, The (Europe) (En,Fr,De,It,Nl).iso" size="4699979776" crc="23bf5aac" md5="24afef04e1c371d9af948f7bdd4e30b4" sha1="392bb379c61c32ebfc2d49c60aa504fddfb1481b"/>
+       </game>
+       <game name="Don Bluth Presents Dragon's Lair Trilogy (USA)">
+               <category>Games</category>
+               <description>Don Bluth Presents Dragon's Lair Trilogy (USA)</description>
+               <rom name="Don Bluth Presents Dragon's Lair Trilogy (USA).iso" size="4699979776" crc="b2e53b65" md5="5fa3f59ccdbcbaab707145f3283aa7e6" sha1="2cd35a8d05eb49f4f157f265b2fc4cd13c8f40e7"/>
+       </game>
+       <game name="LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es).iso" size="4699979776" crc="84f1c9a4" md5="73581920d2137a6c379ec2406a88773e" sha1="90dcdc0dd57878127abe42fb04f6dfaed1182ef9"/>
+       </game>
+       <game name="Order Up! (UK)">
+               <category>Games</category>
+               <description>Order Up! (UK)</description>
+               <rom name="Order Up! (UK).iso" size="4699979776" crc="fd1c72f2" md5="dc5678a7ccfa74ffce04a327d14cbeb7" sha1="19af74ad01eadd0de87996674f92454eed058499"/>
+       </game>
+       <game name="Star Trek - Conquest (Europe) (En,De)">
+               <category>Games</category>
+               <description>Star Trek - Conquest (Europe) (En,De)</description>
+               <rom name="Star Trek - Conquest (Europe) (En,De).iso" size="4699979776" crc="199e6ecc" md5="59add9f56723df13511662c6302c6bbb" sha1="691ee25b98a19c315296f0215640fff782f6ff31"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt)</description>
+               <rom name="LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="4b0b58d5" md5="99d74c00a825a93e1961dc067f2de825" sha1="fa24a948a63584801059c4a4206f433a4a9b325e"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt) (Rev 1)</description>
+               <rom name="LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt) (Rev 1).iso" size="4699979776" crc="4f51eaeb" md5="768a723daba592ebfe2c4e31a87ec462" sha1="4a19147dc383ec1f4589d937dec2a1c2c40a7b3e"/>
+       </game>
+       <game name="Disney Pirates of the Caribbean - At World's End (USA)">
+               <category>Games</category>
+               <description>Disney Pirates of the Caribbean - At World's End (USA)</description>
+               <rom name="Disney Pirates of the Caribbean - At World's End (USA).iso" size="4699979776" crc="6034c410" md5="edc6eac7622851081d566b23a152a5f0" sha1="18650e205a1d4216d9ed32e01905ff76ff7691a8"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="7edf0ce6" md5="c1386d28d8481670aaf066eadb3d73c4" sha1="6dbdd4b1a9f7ca975d4e06050ba2a070843e7704"/>
+       </game>
+       <game name="LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es)</description>
+               <rom name="LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es).iso" size="4699979776" crc="52392e77" md5="09853bc340760fd65c02b67259c725d8" sha1="43fb36ae138ceff50c702226c3895ebc6491c692"/>
+       </game>
+       <game name="LEGO The Lord of the Rings (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>LEGO The Lord of the Rings (USA) (En,Fr,Es,Pt)</description>
+               <rom name="LEGO The Lord of the Rings (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="5bd81509" md5="8199c0d508f6a3a9513e81b00331bd67" sha1="72aa0a196825ac524c5da7e55b56f9fc06a360e8"/>
+       </game>
+       <game name="Harry Potter and the Deathly Hallows - Part 1 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Harry Potter and the Deathly Hallows - Part 1 (USA) (En,Fr,Es)</description>
+               <rom name="Harry Potter and the Deathly Hallows - Part 1 (USA) (En,Fr,Es).iso" size="4699979776" crc="5cce03bb" md5="15d12ce50780b23969f653f801385313" sha1="ae7282e7afd8240a9e97d3059b4fc88853f3476d"/>
+       </game>
+       <game name="Harry Potter and the Deathly Hallows - Part 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Harry Potter and the Deathly Hallows - Part 2 (USA) (En,Fr,Es)</description>
+               <rom name="Harry Potter and the Deathly Hallows - Part 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="0ccb6de1" md5="fe5bd9b047289274ed2ae47cc3b020b3" sha1="80a2cc051407f351279b874172630b88c6863395"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Anniversary (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Anniversary (USA) (En,Fr,Es)</description>
+               <rom name="Lara Croft Tomb Raider - Anniversary (USA) (En,Fr,Es).iso" size="4699979776" crc="fa8bafc6" md5="297d9d0b0144b442f213bacbee8eb7cc" sha1="69346332a97c318fba74f12f7d5af4fcac78f227"/>
+       </game>
+       <game name="Pitfall - The Big Adventure (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Pitfall - The Big Adventure (USA) (En,Fr)</description>
+               <rom name="Pitfall - The Big Adventure (USA) (En,Fr).iso" size="4699979776" crc="cdb1742a" md5="dd28800c6fae72ee502afd87bc687294" sha1="4e2f635902ccb221af6b3ebde6e25f1b9ef50471"/>
+       </game>
+       <game name="Skylanders - Trap Team (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Europe) (Es,It)</description>
+               <rom name="Skylanders - Trap Team (Europe) (Es,It).iso" size="4699979776" crc="2a14281c" md5="04e467e76327d1459a665709d7962349" sha1="4a10b413c2e86f78ceec72588dfd6297cf3c91a4"/>
+       </game>
+       <game name="Ben 10 - Alien Force - Vilgax Attacks (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ben 10 - Alien Force - Vilgax Attacks (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ben 10 - Alien Force - Vilgax Attacks (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4b00a656" md5="71697d4fbe9582804121ea384cfd8794" sha1="f1c1cd2fedca35cc9de5ab1b4835cd674521324c"/>
+       </game>
+       <game name="World Sports Party (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>World Sports Party (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="World Sports Party (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="fb52977f" md5="c9ad19df4034338609e514d210f2b326" sha1="aa466b6f2fa7a1ccfc8deabaa5510c0308588112"/>
+       </game>
+       <game name="G1 Jockey Wii (UK)">
+               <category>Games</category>
+               <description>G1 Jockey Wii (UK)</description>
+               <rom name="G1 Jockey Wii (UK).iso" size="4699979776" crc="8a86631e" md5="33d69ebbf7adaa13f7e8af7e76d8a051" sha1="7bdcbe63d827cd5b918818884e30ef8815dd6884"/>
+       </game>
+       <game name="AFL (Australia)">
+               <category>Games</category>
+               <description>AFL (Australia)</description>
+               <rom name="AFL (Australia).iso" size="4699979776" crc="dde86e08" md5="09c1d748e72f2fef3b0ae11820fbd9f4" sha1="5b664fdb4526f4907849711b2862f86eebeef697"/>
+       </game>
+       <game name="Just Dance 4 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance 4 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance 4 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="cbc7761c" md5="7ae84d21ae2f047c83d32852f020d026" sha1="1097195f817b13c55d6cb5a22097c6bb1a3c19f9"/>
+       </game>
+       <game name="Fort Boyard - Le Jeu (France)">
+               <category>Games</category>
+               <description>Fort Boyard - Le Jeu (France)</description>
+               <rom name="Fort Boyard - Le Jeu (France).iso" size="4699979776" crc="9dd4c3d0" md5="08f69f9c47f9b67cf38f694378bd73a0" sha1="c4b8261a98f4106c4661dae402b4aa73284fe50a"/>
+       </game>
+       <game name="Baroque (UK)">
+               <category>Games</category>
+               <description>Baroque (UK)</description>
+               <rom name="Baroque (UK).iso" size="4699979776" crc="6eaa7350" md5="e6b0b82a9a7881c7db0257e151ed2c22" sha1="b86b0da462387a64c15f9074dfe073be939fa3ac"/>
+       </game>
+       <game name="Bust-A-Move (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bust-A-Move (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bust-A-Move (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="30e81cec" md5="4b559c781f0c92aeeed4e814034e80c3" sha1="0e4bfc53ed561446fcae02c3270a8d27288318ee"/>
+       </game>
+       <game name="Dokapon Kingdom (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Dokapon Kingdom (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Dokapon Kingdom (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="1d36b5ce" md5="d0b8a65161bde16a9763263459edac41" sha1="059e37a424e85cb5839fbbea5dd45c809d1b3136"/>
+       </game>
+       <game name="Donkey Kong - Jet Race (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Donkey Kong - Jet Race (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Donkey Kong - Jet Race (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="486feffe" md5="15b78424b474142ce91a612e93e9d977" sha1="a08c737945839eae188ca55c6e33bcc2c7d94f93"/>
+       </game>
+       <game name="Ivy the Kiwi (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ivy the Kiwi (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ivy the Kiwi (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b4c64834" md5="300adcdc1565bf60d3cfaca2aa193ba6" sha1="e02e90efa200f452c29e9b6b41ceee55b4e1c9aa"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Wheelie Breakers (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! 5D's - Wheelie Breakers (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Wheelie Breakers (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5d13163e" md5="dac96ab61f771ee408860446b941236c" sha1="930f441fff7e3655a5b8ce963e7a4dcb6adb8fda"/>
+       </game>
+       <game name="Zumba Fitness (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Zumba Fitness (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Zumba Fitness (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bf97c6e0" md5="71c382a04ea458380ccaee7a8ced335b" sha1="4fdac041cf35ec4392c32afef57f90ab8e3966f7"/>
+       </game>
+       <game name="Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="381ffbd3" md5="f2bcbbbf9d5156738e0eeea104c2098d" sha1="1bb9f2014361f2957313bfe5abfcfa3e8090b385"/>
+       </game>
+       <game name="Guitar Hero 5 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guitar Hero 5 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guitar Hero 5 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1cc3e5f5" md5="af9849e44583a7795896edc019ff9cf1" sha1="ad057e0ab764def9a25cfab3ac2e740ae6368d69"/>
+       </game>
+       <game name="Madden NFL 08 (UK)">
+               <category>Games</category>
+               <description>Madden NFL 08 (UK)</description>
+               <rom name="Madden NFL 08 (UK).iso" size="4699979776" crc="6097d608" md5="14126b4a7e0b516222d6fc96200fc842" sha1="b2ffda349f612ed411158636461fff86b11d267e"/>
+       </game>
+       <game name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="b73406e5" md5="aa8069c0dcb14dbfd5a22530ea9f8cf7" sha1="5fb79b9bebb3d1d51138cbb7eccb9ae752686f36"/>
+       </game>
+       <game name="Transformers - Dark of the Moon - Stealth Force Edition (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Transformers - Dark of the Moon - Stealth Force Edition (USA) (En,Fr)</description>
+               <rom name="Transformers - Dark of the Moon - Stealth Force Edition (USA) (En,Fr).iso" size="4699979776" crc="8546623a" md5="aeac6af408b8d2dff7923deb143c92b0" sha1="59ebf448f1fe20a2e84e25c1abe374cd0197b436"/>
+       </game>
+       <game name="Transformers - Cybertron Adventures (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Transformers - Cybertron Adventures (USA) (En,Fr)</description>
+               <rom name="Transformers - Cybertron Adventures (USA) (En,Fr).iso" size="4699979776" crc="4164bdc3" md5="f026aab398e4dc29ae21f542b4f1a295" sha1="e6f593af4d43d867c1062ebdc35ad9e31d00459a"/>
+       </game>
+       <game name="Milestone Shooting Collection - Karous Wii (Japan)">
+               <category>Games</category>
+               <description>Milestone Shooting Collection - Karous Wii (Japan)</description>
+               <rom name="Milestone Shooting Collection - Karous Wii (Japan).iso" size="4699979776" crc="aafae709" md5="e97bdd6f7247d69d2bf31c6106ebcdee" sha1="1a5af831b2611b263dd92b872e930e50757979b5"/>
+       </game>
+       <game name="Namco Museum Remix (USA)">
+               <category>Games</category>
+               <description>Namco Museum Remix (USA)</description>
+               <rom name="Namco Museum Remix (USA).iso" size="4699979776" crc="ba92694e" md5="856a0df7e2c90c17cb70db690fdd384c" sha1="573847ca025ada8f58dadf4d5fff8f967707bb86"/>
+       </game>
+       <game name="Pac-Man Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pac-Man Party (USA) (En,Fr,Es)</description>
+               <rom name="Pac-Man Party (USA) (En,Fr,Es).iso" size="4699979776" crc="01b4ce09" md5="f35fee688d6534b492ec5494cfab9411" sha1="c2fc20f24660519bc7acfc96102c065b4c007875"/>
+       </game>
+       <game name="Virtua Tennis 4 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Virtua Tennis 4 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Virtua Tennis 4 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f977ae8d" md5="fbf27d769df77a5dbea34960fbab5dee" sha1="30a95ab75363a74703c7f4d0ed59eae323cea8f7"/>
+       </game>
+       <game name="World Series of Poker - Tournament of Champions - 2007 Edition (USA)">
+               <category>Games</category>
+               <description>World Series of Poker - Tournament of Champions - 2007 Edition (USA)</description>
+               <rom name="World Series of Poker - Tournament of Champions - 2007 Edition (USA).iso" size="4699979776" crc="2481ef1f" md5="cc0f31529333d0c999b00b63158a853b" sha1="1f182624e15403bb2c6d574dcc8f56010b7ec44c"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare - Reflex (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare - Reflex (Europe) (En,Fr)</description>
+               <rom name="Call of Duty - Modern Warfare - Reflex (Europe) (En,Fr).iso" size="4699979776" crc="cd536b99" md5="c8a21f1a487974a7ab233db7513aaeea" sha1="d975f09c220e36200663e5ac0109c74f68527090"/>
+       </game>
+       <game name="Disney Epic Mickey (Scandinavia) (Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Epic Mickey (Scandinavia) (Sv,No,Da)</description>
+               <rom name="Disney Epic Mickey (Scandinavia) (Sv,No,Da).iso" size="4699979776" crc="4e344f8a" md5="9934da1810d7f36e428afcb8a9b43ae3" sha1="f628ef67e3b3a25c24784e8e94faa76e632b6ae2"/>
+       </game>
+       <game name="Rodea the Sky Soldier (Europe) (En,Ja,Fr,De)">
+               <category>Games</category>
+               <description>Rodea the Sky Soldier (Europe) (En,Ja,Fr,De)</description>
+               <rom name="Rodea the Sky Soldier (Europe) (En,Ja,Fr,De).iso" size="4699979776" crc="f617527f" md5="6038de894120d5a8eb9d646bb7b581ee" sha1="3d0a12b978b70a665cfa8f22838f6a0a1669e281"/>
+       </game>
+       <game name="Shadow's Tale, A (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shadow's Tale, A (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Shadow's Tale, A (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eeccf57f" md5="af6842954c34d79569f2cfedfaedbf6d" sha1="50990caa5cc22389357754913eccecad469207c3"/>
+       </game>
+       <game name="SNK Arcade Classics Vol. 1 (Europe)">
+               <category>Games</category>
+               <description>SNK Arcade Classics Vol. 1 (Europe)</description>
+               <rom name="SNK Arcade Classics Vol. 1 (Europe).iso" size="4699979776" crc="6a742a64" md5="70e4143cbaec270c3273fca25d23b05d" sha1="c6e2d79de734c308f833f37d6cdd808d1ba1b6d0"/>
+       </game>
+       <game name="Wing Island (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wing Island (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wing Island (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a56b213c" md5="213ca9a75143ff29dbe88295ed8db086" sha1="d2a998b1aceefda6037f2e71423436cf35f4284b"/>
+       </game>
+       <game name="Pitfall - The Big Adventure (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pitfall - The Big Adventure (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pitfall - The Big Adventure (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="554cfc18" md5="6e80425b8e617b9aa9ecec17c8bb5b17" sha1="9b567eda629ae2765ac5a3d2d5537cc4c67d754d"/>
+       </game>
+       <game name="Milestone Shooting Collection 2 (Japan)">
+               <category>Games</category>
+               <description>Milestone Shooting Collection 2 (Japan)</description>
+               <rom name="Milestone Shooting Collection 2 (Japan).iso" size="4699979776" crc="046cd394" md5="5c530d5c9e979c53b1a4c8ceae18817e" sha1="53b2bf50fa9eb1c4ab22e7c9efbf20073096cb31"/>
+       </game>
+       <game name="Iron Man (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Iron Man (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Iron Man (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="e615d684" md5="7b5b678a8d8017029b046a0d17956aef" sha1="fbab7486ae979e7937a2a74337a9f77121e61e22"/>
+       </game>
+       <game name="Iron Man 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Iron Man 2 (USA) (En,Fr,Es)</description>
+               <rom name="Iron Man 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="a7ad9953" md5="329d76053615a991b349dccf7d37f7d6" sha1="9e155905138a3e5a010a74ae2b8185828b06ffbb"/>
+       </game>
+       <game name="Ultimate Shooting Collection (USA)">
+               <category>Games</category>
+               <description>Ultimate Shooting Collection (USA)</description>
+               <rom name="Ultimate Shooting Collection (USA).iso" size="4699979776" crc="7df5c2d8" md5="930bf94f41ce705e714fa677c4c470f0" sha1="5d4f6d3eb6431b491153427982e590d1726907af"/>
+       </game>
+       <game name="Spider-Man - Edge of Time (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Spider-Man - Edge of Time (USA) (En,Fr)</description>
+               <rom name="Spider-Man - Edge of Time (USA) (En,Fr).iso" size="4699979776" crc="a6295cd9" md5="41a5551a80121717385ddbea72871035" sha1="9dc8bc8de9fb110df14d44b007c2b9e3703f9339"/>
+       </game>
+       <game name="MIB - Alien Crisis (USA) (En,Fr)">
+               <category>Games</category>
+               <description>MIB - Alien Crisis (USA) (En,Fr)</description>
+               <rom name="MIB - Alien Crisis (USA) (En,Fr).iso" size="4699979776" crc="03a63711" md5="b1ed0122a5deda588db4149ace464086" sha1="67df2797285404557b88b65d86d3705f94789dca"/>
+       </game>
+       <game name="Namco Museum Megamix (USA)">
+               <category>Games</category>
+               <description>Namco Museum Megamix (USA)</description>
+               <rom name="Namco Museum Megamix (USA).iso" size="4699979776" crc="0e69c86f" md5="073794424547d806dc924cd3db02e49f" sha1="fc5ae736831e6f4e489f79a80445392102d59b67"/>
+       </game>
+       <game name="Disney Infinity (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Disney Infinity (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Disney Infinity (USA) (En,Fr,Es,Pt).iso" size="8511160320" crc="17e6c6b1" md5="99452cffce11c53e727477fd93947e3e" sha1="8cb941a5a10e9ab4ee14679112e24fa7ac836957"/>
+       </game>
+       <game name="Squeeballs Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Squeeballs Party (USA) (En,Fr,Es)</description>
+               <rom name="Squeeballs Party (USA) (En,Fr,Es).iso" size="4699979776" crc="c5b90a3f" md5="a1374d3d740345dad8e9c585e641d6b8" sha1="59069d6db7b97124c7042710c89326bf8437c7fa"/>
+       </game>
+       <game name="ABC Wipeout - The Game (USA)">
+               <category>Games</category>
+               <description>ABC Wipeout - The Game (USA)</description>
+               <rom name="ABC Wipeout - The Game (USA).iso" size="4699979776" crc="a8648ed7" md5="68bae2165d269dcd86eb2f271d34ff4e" sha1="3f67f62dce08af87d137abafbdf156a1fd3cd3c1"/>
+       </game>
+       <game name="Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 1) (Brothers in Arms - Road to Hill 30)">
+               <category>Games</category>
+               <description>Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 1) (Brothers in Arms - Road to Hill 30)</description>
+               <rom name="Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 1) (Brothers in Arms - Road to Hill 30).iso" size="4699979776" crc="cfbf4d52" md5="813352fd08482df1c4d89de51dbd7983" sha1="ff590cf2eb1cb5eaeaec15482cf6cb6539e4931a"/>
+       </game>
+       <game name="Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 2) (Brothers in Arms - Earned in Blood)">
+               <category>Games</category>
+               <description>Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 2) (Brothers in Arms - Earned in Blood)</description>
+               <rom name="Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 2) (Brothers in Arms - Earned in Blood).iso" size="4699979776" crc="9467a832" md5="1510b7da5b08b39503d708cfc8487433" sha1="a46720c5dec56b54a3d8cdfa6f69be489eb602bb"/>
+       </game>
+       <game name="Cabela's Monster Buck Hunter (USA)">
+               <category>Games</category>
+               <description>Cabela's Monster Buck Hunter (USA)</description>
+               <rom name="Cabela's Monster Buck Hunter (USA).iso" size="4699979776" crc="48c368cd" md5="21a6b93420754e4c1a0c0748347cdecf" sha1="5961af841561e95c9c48778a53abb59f2036fe1f"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party (USA)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party (USA)</description>
+               <rom name="Dance Dance Revolution - Hottest Party (USA).iso" size="4699979776" crc="65588ad2" md5="805bf8eefc0c16ab6a8fc2850a643443" sha1="85dfec502cd1a3cce325cdad0b3cbe4ed821f595"/>
+       </game>
+       <game name="Disney Club Penguin - Game Day! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Club Penguin - Game Day! (USA) (En,Fr,Es)</description>
+               <rom name="Disney Club Penguin - Game Day! (USA) (En,Fr,Es).iso" size="4699979776" crc="376fb0bc" md5="530560321955527ae17b429be2109a61" sha1="55574b0cfc564c684574af5c3bc5e5529ad1d160"/>
+       </game>
+       <game name="Dragon Blade - Wrath of Fire (USA)">
+               <category>Games</category>
+               <description>Dragon Blade - Wrath of Fire (USA)</description>
+               <rom name="Dragon Blade - Wrath of Fire (USA).iso" size="4699979776" crc="0c135f3f" md5="b09b4d1e9428b95bb0c4271d42a2dcae" sha1="3575f5e62aca2f46cdf59295512fe7a40bc06998"/>
+       </game>
+       <game name="Dream Pinball 3D (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dream Pinball 3D (USA) (En,Fr,Es)</description>
+               <rom name="Dream Pinball 3D (USA) (En,Fr,Es).iso" size="4699979776" crc="7c245fd6" md5="9ded238f7be09a2081f2798aab03e5e9" sha1="c15743e29aab42b2f7b82387ced4ac1fe9ed1129"/>
+       </game>
+       <game name="Family Feud - Decades (USA)">
+               <category>Games</category>
+               <description>Family Feud - Decades (USA)</description>
+               <rom name="Family Feud - Decades (USA).iso" size="4699979776" crc="b1ae5ada" md5="93b5044db91d9ebff07009ac61e97923" sha1="1573ca45b941f81d7ed7852ecbcc523f6607ac6c"/>
+       </game>
+       <game name="Gallop &amp; Ride! (USA)">
+               <category>Games</category>
+               <description>Gallop &amp; Ride! (USA)</description>
+               <rom name="Gallop &amp; Ride! (USA).iso" size="4699979776" crc="21e94de2" md5="0be3f37c1f9b61e2c3f20238542ad8a3" sha1="5f7180c6a77fb4da1856e52e12f2b93220fec023"/>
+       </game>
+       <game name="Guilty Gear XX Accent Core (USA)">
+               <category>Games</category>
+               <description>Guilty Gear XX Accent Core (USA)</description>
+               <rom name="Guilty Gear XX Accent Core (USA).iso" size="4699979776" crc="a7dac5c4" md5="1ec793ef79c587d40264f2bfd19c5170" sha1="bd8f50f08e256a860be36cbf3f9df94c8c8e6774"/>
+       </game>
+       <game name="Just Dance 3 (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance 3 (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Just Dance 3 (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="4bb41c97" md5="3ff3e8fa2180dd5a128e58b980d38d74" sha1="ddf61823d9d74451121cbf400a7ea25e222d36c5"/>
+       </game>
+       <game name="King of Clubs (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>King of Clubs (USA) (En,Fr,Es)</description>
+               <rom name="King of Clubs (USA) (En,Fr,Es).iso" size="4699979776" crc="079f158a" md5="8cc1c712f03306d217887196fd2df083" sha1="f755a2e866d8486839e0d0646f6267f236fc5d72"/>
+       </game>
+       <game name="Nerf N-Strike (USA)">
+               <category>Games</category>
+               <description>Nerf N-Strike (USA)</description>
+               <rom name="Nerf N-Strike (USA).iso" size="4699979776" crc="aa2eef90" md5="35b9c806f67cbe6afbbd8b482c1d611b" sha1="b32ed523deb0538561815656b8f985cecf04b02d"/>
+       </game>
+       <game name="Opoona (USA)">
+               <category>Games</category>
+               <description>Opoona (USA)</description>
+               <rom name="Opoona (USA).iso" size="4699979776" crc="e28f7468" md5="edfe2980f1ffd6b56a5d5d3b2df2dc32" sha1="7aac668d5f8b79039aefd13f6f5bda21f4a26f29"/>
+       </game>
+       <game name="Pinball Hall of Fame - The Williams Collection (USA)">
+               <category>Games</category>
+               <description>Pinball Hall of Fame - The Williams Collection (USA)</description>
+               <rom name="Pinball Hall of Fame - The Williams Collection (USA).iso" size="4699979776" crc="5171889f" md5="3aa36fd2e39e6bb9564fdd78482fac70" sha1="d0abca98a0e89a5979d6a270e3ee3bd0a32ada45"/>
+       </game>
+       <game name="Press Your Luck - 2010 Edition (USA)">
+               <category>Games</category>
+               <description>Press Your Luck - 2010 Edition (USA)</description>
+               <rom name="Press Your Luck - 2010 Edition (USA).iso" size="4699979776" crc="9efe3fc2" md5="3dd3089cf4c6f64b80b20f080bc8ef06" sha1="12576c7566553ceb1cc0e682ad090622fc02bc82"/>
+       </game>
+       <game name="Rec Room Games (USA)">
+               <category>Games</category>
+               <description>Rec Room Games (USA)</description>
+               <rom name="Rec Room Games (USA).iso" size="4699979776" crc="943b17a9" md5="7990bb8bc57e8b6c9a44cf89e457aa02" sha1="a80b5347fc3c283341eb8ed3d592e2524eca4074"/>
+       </game>
+       <game name="Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (USA)">
+               <category>Games</category>
+               <description>Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (USA)</description>
+               <rom name="Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (USA).iso" size="4699979776" crc="de507435" md5="8c87c9934c255a5738adb7e3404cd333" sha1="c2b806ba1b55e4d3e25ad5f05de2daf931b9c5fe"/>
+       </game>
+       <game name="Shiren the Wanderer (USA)">
+               <category>Games</category>
+               <description>Shiren the Wanderer (USA)</description>
+               <rom name="Shiren the Wanderer (USA).iso" size="4699979776" crc="83cfc7e7" md5="dbc009b5f66269005c8df8335190d2e4" sha1="7a704b6290c936a51d9d466fbd894eb3976ed323"/>
+       </game>
+       <game name="Ski-Doo Snowmobile Challenge (USA, Canada) (En,Fr)">
+               <category>Games</category>
+               <description>Ski-Doo Snowmobile Challenge (USA, Canada) (En,Fr)</description>
+               <rom name="Ski-Doo Snowmobile Challenge (USA, Canada) (En,Fr).iso" size="4699979776" crc="77447938" md5="91682b47b54a724730207ff733ce5fef" sha1="4dd77b4c23ccd553b746dcf24a87090fa3b8933c"/>
+       </game>
+       <game name="Furu Furu Park (USA)">
+               <category>Games</category>
+               <description>Furu Furu Park (USA)</description>
+               <rom name="Furu Furu Park (USA).iso" size="4699979776" crc="8739edc6" md5="e819c803415f5bde6409f4cd17c7f3ee" sha1="508593505516c15ece814f14f26a68ad20887eaf"/>
+       </game>
+       <game name="Lost in Blue - Shipwrecked (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Lost in Blue - Shipwrecked (USA) (En,Fr,Es)</description>
+               <rom name="Lost in Blue - Shipwrecked (USA) (En,Fr,Es).iso" size="4699979776" crc="ba842f20" md5="74590c0d226795ab4144532a83857d19" sha1="8834c7db76153995300a35970399cebe1effc968"/>
+       </game>
+       <game name="Samurai Shodown Anthology (USA)">
+               <category>Games</category>
+               <description>Samurai Shodown Anthology (USA)</description>
+               <rom name="Samurai Shodown Anthology (USA).iso" size="4699979776" crc="15900428" md5="11cc0a0b647cbfac310f513961704050" sha1="70a735e06faa662bb5696f8dcb69f1a7484ae576"/>
+       </game>
+       <game name="SNK Arcade Classics Vol. 1 (USA)">
+               <category>Games</category>
+               <description>SNK Arcade Classics Vol. 1 (USA)</description>
+               <rom name="SNK Arcade Classics Vol. 1 (USA).iso" size="4699979776" crc="833abc40" md5="917c820ca2052c053f4e6be74c5f05cf" sha1="3e150b1bdd4360c025b415f68249f119d4e42f21"/>
+       </game>
+       <game name="Jillian Michaels Fitness Ultimatum 2010 (USA) (En,Es)">
+               <category>Games</category>
+               <description>Jillian Michaels Fitness Ultimatum 2010 (USA) (En,Es)</description>
+               <rom name="Jillian Michaels Fitness Ultimatum 2010 (USA) (En,Es).iso" size="4699979776" crc="84171fd9" md5="6051bc3a8000ac6d9a41351d57eece5d" sha1="0c93532b31ffdcf32fac6c01a49b745db99fe996"/>
+       </game>
+       <game name="Hello Kitty Seasons (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hello Kitty Seasons (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hello Kitty Seasons (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4b626279" md5="63a49a86d7c5cc1c7ac8cf97c19e2185" sha1="564ea7cc2533ebfc08015d029c513dea18cc5bbf"/>
+       </game>
+       <game name="Jinsei Game - Happy Family - Gotouchi Neta Zouryou Shiage (Japan)">
+               <category>Games</category>
+               <description>Jinsei Game - Happy Family - Gotouchi Neta Zouryou Shiage (Japan)</description>
+               <rom name="Jinsei Game - Happy Family - Gotouchi Neta Zouryou Shiage (Japan).iso" size="4699979776" crc="8c564559" md5="06e9a750681bb5d6b06668d010646676" sha1="8314f6b1a2010f00b94ff3299b1888ea9ce044ce"/>
+       </game>
+       <game name="Isometric &amp; Karate Exercise - Wii de Kotsuban Fitness (Japan)">
+               <category>Games</category>
+               <description>Isometric &amp; Karate Exercise - Wii de Kotsuban Fitness (Japan)</description>
+               <rom name="Isometric &amp; Karate Exercise - Wii de Kotsuban Fitness (Japan).iso" size="4699979776" crc="b5701d17" md5="5e33cfc3ccae3f1f8df6c79af7b4b855" sha1="9c24a0a11135aa3bd9e2aeeccdf97d1b19a09f0c"/>
+       </game>
+       <game name="Disney Epic Mickey - Mickey Mouse to Mahou no Fude (Japan)">
+               <category>Games</category>
+               <description>Disney Epic Mickey - Mickey Mouse to Mahou no Fude (Japan)</description>
+               <rom name="Disney Epic Mickey - Mickey Mouse to Mahou no Fude (Japan).iso" size="4699979776" crc="544c6f8e" md5="66447c2d23aefdedafabe8ba2e88eafc" sha1="baea40616d61badd1329db2593ab02c5a11300c6"/>
+       </game>
+       <game name="Silent Hill - Shattered Memories (Japan)">
+               <category>Games</category>
+               <description>Silent Hill - Shattered Memories (Japan)</description>
+               <rom name="Silent Hill - Shattered Memories (Japan).iso" size="4699979776" crc="e9d84b8c" md5="31d624f4a2534e9b76fa9f50dc37fd7c" sha1="dcdb592100c951af3738df8bc1a2045f35c8b548"/>
+       </game>
+       <game name="Boom Blox (Japan)">
+               <category>Games</category>
+               <description>Boom Blox (Japan)</description>
+               <rom name="Boom Blox (Japan).iso" size="4699979776" crc="e6b4d675" md5="9f68fbee820af76952ce7839a8d5f642" sha1="036dc273d369d8c077bd4ec8bbc91a7890f5d220"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Japan)</description>
+               <rom name="Disney-Pixar WALL-E (Japan).iso" size="4699979776" crc="f4bc23a9" md5="7f13e7d171d7e19646ba8a53251e9c8c" sha1="8e5aa5eff68be1ea219e741a277f1a77d249aff2"/>
+       </game>
+       <game name="F1 2009 (Japan)">
+               <category>Games</category>
+               <description>F1 2009 (Japan)</description>
+               <rom name="F1 2009 (Japan).iso" size="4699979776" crc="e6bc6151" md5="ac1712346de7b83f9e5bfbfa8a6c931f" sha1="63b3282b3095aac1ea6fa9b881ceb8dbb40c4368"/>
+       </game>
+       <game name="Totsugeki!! Famicom Wars VS (Japan)">
+               <category>Games</category>
+               <description>Totsugeki!! Famicom Wars VS (Japan)</description>
+               <rom name="Totsugeki!! Famicom Wars VS (Japan).iso" size="4699979776" crc="aac059b5" md5="78005f7b2ca7789847afd0eafe0dca32" sha1="bf07e4ec295a65cdbefa32082bf43612b3f776dc"/>
+       </game>
+       <game name="Disney Think - Haya Oshi Quiz (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Disney Think - Haya Oshi Quiz (Japan) (Rev 1)</description>
+               <rom name="Disney Think - Haya Oshi Quiz (Japan) (Rev 1).iso" size="4699979776" crc="69490fcd" md5="c9be865ca884eb3511b974b11de92d9d" sha1="e68d980282fe8d20211d1fa466b359afc4caabd7"/>
+       </game>
+       <game name="Sonic to Himitsu no Ring (Japan)">
+               <category>Games</category>
+               <description>Sonic to Himitsu no Ring (Japan)</description>
+               <rom name="Sonic to Himitsu no Ring (Japan).iso" size="4699979776" crc="12cd1613" md5="78e1d29194c74c1451c30c7887d0af43" sha1="31e1492533a298e6e96487d8044910707baa6575"/>
+       </game>
+       <game name="Samba de Amigo (Japan)">
+               <category>Games</category>
+               <description>Samba de Amigo (Japan)</description>
+               <rom name="Samba de Amigo (Japan).iso" size="4699979776" crc="5c949a8e" md5="d2cf67859ee8eef69e645a2e1671077e" sha1="b4a5c4df4c977fe8e4ec31c2e37323cb8010194a"/>
+       </game>
+       <game name="Blob - Colorful na Kibou (Japan)">
+               <category>Games</category>
+               <description>Blob - Colorful na Kibou (Japan)</description>
+               <rom name="Blob - Colorful na Kibou (Japan).iso" size="4699979776" crc="ca945a34" md5="d0bd75ee5c301d0ac2e37dc57a4bc36c" sha1="2804d712241605180d61a04487825cf99f27511b"/>
+       </game>
+       <game name="Family Jockey (Japan)">
+               <category>Games</category>
+               <description>Family Jockey (Japan)</description>
+               <rom name="Family Jockey (Japan).iso" size="4699979776" crc="3dd11a86" md5="eda25a327443849f2ed57077cf8abf7c" sha1="3ba6c2152023c4bc7607a3734a566fb0e4da19e3"/>
+       </game>
+       <game name="Excite Truck (Japan)">
+               <category>Games</category>
+               <description>Excite Truck (Japan)</description>
+               <rom name="Excite Truck (Japan).iso" size="4699979776" crc="81991b2c" md5="a96f0a3fbc7a94ec459a67890920ee26" sha1="6a1aa0b573782cc7d31180137e08149e4c66a758"/>
+       </game>
+       <game name="Family Fishing (Japan)">
+               <category>Games</category>
+               <description>Family Fishing (Japan)</description>
+               <rom name="Family Fishing (Japan).iso" size="4699979776" crc="d13dbb86" md5="87a34c784fc01e58e70c47ac1db9f4c4" sha1="47a88d6052066422a6e7b6890ce12c108015b67b"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants (Japan)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants (Japan)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants (Japan).iso" size="4699979776" crc="6021196a" md5="b6cdcf899439b3e73afa85923345fd56" sha1="8b3d54ff21891691bc1eba7d828418f8e1bd82dd"/>
+       </game>
+       <game name="Winning Post World 2010 (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Winning Post World 2010 (Japan) (Rev 1)</description>
+               <rom name="Winning Post World 2010 (Japan) (Rev 1).iso" size="4699979776" crc="bc3624a1" md5="48e77f4e5cb8c779a627ead8d961c1f9" sha1="b3cd844851ff09a3a94b5aad33837c89edca68a4"/>
+       </game>
+       <game name="Super Monkey Ball Athletic (Japan)">
+               <category>Games</category>
+               <description>Super Monkey Ball Athletic (Japan)</description>
+               <rom name="Super Monkey Ball Athletic (Japan).iso" size="4699979776" crc="8356a2e0" md5="eeeba4a4e29c3cb50c296ac1998bccfd" sha1="d207e1231df254a8ae4872b4783a58c940c506c6"/>
+       </game>
+       <game name="Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Beta Test-ban) (Rev 1)">
+               <category>Demos</category>
+               <description>Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Beta Test-ban) (Rev 1)</description>
+               <rom name="Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Beta Test-ban) (Rev 1).iso" size="4699979776" crc="2a435d7c" md5="dfdd33b39e5d0d00f1df13d60ec3e75e" sha1="d9a7c1ebd96d8d204a1af5dfef865ef9a558d7bc"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2008 (Japan)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2008 (Japan)</description>
+               <rom name="WWE SmackDown vs. Raw 2008 (Japan).iso" size="4699979776" crc="c83c05dd" md5="6d3eb1ed07e6fcf5e46aa6a086ebdbce" sha1="68e432dc8cbf2c22e6759a080b0ad4dce6af89d4"/>
+       </game>
+       <game name="Simple Wii Series Vol. 2 - The Minna de Bass Tsuri Taikai (Japan)">
+               <category>Games</category>
+               <description>Simple Wii Series Vol. 2 - The Minna de Bass Tsuri Taikai (Japan)</description>
+               <rom name="Simple Wii Series Vol. 2 - The Minna de Bass Tsuri Taikai (Japan).iso" size="4699979776" crc="742651ae" md5="1e0c2ba01dc5ed0198488230691c2856" sha1="ad6c192d60d86ba1d74934ef440481286eec8697"/>
+       </game>
+       <game name="Hataraku Hito (Japan)">
+               <category>Games</category>
+               <description>Hataraku Hito (Japan)</description>
+               <rom name="Hataraku Hito (Japan).iso" size="4699979776" crc="91490a87" md5="7aa4f2ec10e2705737e3239b1ed11252" sha1="52a133ee0b6800cb75b246540d4824d06761210b"/>
+       </game>
+       <game name="Mezase!! Tsuri Master - Sekai ni Challenge-hen (Japan)">
+               <category>Games</category>
+               <description>Mezase!! Tsuri Master - Sekai ni Challenge-hen (Japan)</description>
+               <rom name="Mezase!! Tsuri Master - Sekai ni Challenge-hen (Japan).iso" size="4699979776" crc="b1c8958c" md5="f21ad604b7c5281df9fdc5d067d4eb20" sha1="498492e238468f4fa0aff8b9102a7dc4f4e2d2ca"/>
+       </game>
+       <game name="Simple 2000 Series Wii Vol. 2 - The Party Game (Japan)">
+               <category>Games</category>
+               <description>Simple 2000 Series Wii Vol. 2 - The Party Game (Japan)</description>
+               <rom name="Simple 2000 Series Wii Vol. 2 - The Party Game (Japan).iso" size="4699979776" crc="ac3d13d3" md5="841ec6237a89a6cb900bce2c55434782" sha1="bba4eade84112444c2678baddda760335076e1c5"/>
+       </game>
+       <game name="Simple Wii Series Vol. 6 - The Wai Wai Combat (Japan)">
+               <category>Games</category>
+               <description>Simple Wii Series Vol. 6 - The Wai Wai Combat (Japan)</description>
+               <rom name="Simple Wii Series Vol. 6 - The Wai Wai Combat (Japan).iso" size="4699979776" crc="d9e795cc" md5="cb4dbf084796c67b7d877a7420ab40d2" sha1="9c4c71a1ee78f02a213dd4ed1fb64c2f27da98df"/>
+       </game>
+       <game name="Punch-Out!! (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Punch-Out!! (Japan) (Rev 1)</description>
+               <rom name="Punch-Out!! (Japan) (Rev 1).iso" size="4699979776" crc="46a5b4cf" md5="90556100f0b9ed3cc9f059df8fbbe381" sha1="9250c523eee5b31fe1a12ebd3ed4a5518b618894"/>
+       </game>
+       <game name="Ivy the Kiwi (Japan)">
+               <category>Games</category>
+               <description>Ivy the Kiwi (Japan)</description>
+               <rom name="Ivy the Kiwi (Japan).iso" size="4699979776" crc="fab63f6e" md5="c90e5334be2626f329bc2000b82e542b" sha1="5616ce0cd212925b9f1461c6adc5946da111b9b8"/>
+       </game>
+       <game name="Go! Go! Minon (Japan)">
+               <category>Games</category>
+               <description>Go! Go! Minon (Japan)</description>
+               <rom name="Go! Go! Minon (Japan).iso" size="4699979776" crc="d9fdee56" md5="fd9ce04dc0277671498203900795a556" sha1="b3e73f89f1b25ccfbbbe023dc2ae4e8eef4f935f"/>
+       </game>
+       <game name="Guitar Hero III - Legends of Rock (Japan) (En,Ja)">
+               <category>Games</category>
+               <description>Guitar Hero III - Legends of Rock (Japan) (En,Ja)</description>
+               <rom name="Guitar Hero III - Legends of Rock (Japan) (En,Ja).iso" size="4699979776" crc="ce663787" md5="840ab880f5890611d92a500205b5827b" sha1="5abe1f4112c33af889bad39a7cb7415fc86d96a5"/>
+       </game>
+       <game name="Minna no Joushiki Ryoku TV (Japan)">
+               <category>Games</category>
+               <description>Minna no Joushiki Ryoku TV (Japan)</description>
+               <rom name="Minna no Joushiki Ryoku TV (Japan).iso" size="4699979776" crc="c174900c" md5="505019785dd798f2f02dcd37457aad64" sha1="1f313b97ecc6e13d59b01bc9babd0e8fd08eb8de"/>
+       </game>
+       <game name="Uchi Tsuri! Sega Bass Fishing (Japan)">
+               <category>Games</category>
+               <description>Uchi Tsuri! Sega Bass Fishing (Japan)</description>
+               <rom name="Uchi Tsuri! Sega Bass Fishing (Japan).iso" size="4699979776" crc="192212df" md5="deb8eda0a8a585cbb5e49d6fd791d6d5" sha1="bac192cb18393dc8b5a41a523646b961652ab66d"/>
+       </game>
+       <game name="Puyo Puyo! Puyopuyo 15th Anniversary (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Puyo Puyo! Puyopuyo 15th Anniversary (Japan) (Rev 1)</description>
+               <rom name="Puyo Puyo! Puyopuyo 15th Anniversary (Japan) (Rev 1).iso" size="4699979776" crc="3889dd02" md5="92f24341626fbee81140ccaac9e49089" sha1="9fb3c60cf2021c08c92440b006e804808c409f25"/>
+       </game>
+       <game name="Dragon Quest X - Nemureru Yuusha to Michibiki no Meiyuu Online (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Dragon Quest X - Nemureru Yuusha to Michibiki no Meiyuu Online (Japan) (Rev 1)</description>
+               <rom name="Dragon Quest X - Nemureru Yuusha to Michibiki no Meiyuu Online (Japan) (Rev 1).iso" size="4699979776" crc="478460f4" md5="ff9f51a842f4c40509f601f88a026715" sha1="21f3b537535dd1c4b131af699719669e326d2696"/>
+       </game>
+       <game name="Dewy's Adventure - Suishou Dewy no Daibouken!! (Japan)">
+               <category>Games</category>
+               <description>Dewy's Adventure - Suishou Dewy no Daibouken!! (Japan)</description>
+               <rom name="Dewy's Adventure - Suishou Dewy no Daibouken!! (Japan).iso" size="4699979776" crc="b0a38fe0" md5="cf500043fb1fc721e74d5f3ac10a3ecf" sha1="b9b9c33b418a0eea03ef42bd3926940ef653c466"/>
+       </game>
+       <game name="Let's Tap (Japan)">
+               <category>Games</category>
+               <description>Let's Tap (Japan)</description>
+               <rom name="Let's Tap (Japan).iso" size="4699979776" crc="b13f6d21" md5="20e080d3421c499dd33d5e4752a62467" sha1="60cda73cacc60942ba60c69736902b20e522f6fa"/>
+       </game>
+       <game name="Crazy Climber Wii (Japan)">
+               <category>Games</category>
+               <description>Crazy Climber Wii (Japan)</description>
+               <rom name="Crazy Climber Wii (Japan).iso" size="4699979776" crc="e8236bbd" md5="3eedfda972f6d2adeffb93dee94b8895" sha1="f98d1688eda4eb43c1985811a87c9b7a06a0fc8a"/>
+       </game>
+       <game name="Deca Sporta 3 - Wii de Sports 10 Shumoku! (Japan)">
+               <category>Games</category>
+               <description>Deca Sporta 3 - Wii de Sports 10 Shumoku! (Japan)</description>
+               <rom name="Deca Sporta 3 - Wii de Sports 10 Shumoku! (Japan).iso" size="4699979776" crc="839b494b" md5="e4f8b5b9ff513090323131b334b1f1e3" sha1="f89c5f7288d66dbb854d9774d781ce69f84f6b5e"/>
+       </game>
+       <game name="Deca Sporta - Wii de Sports 10 Shumoku! (Japan)">
+               <category>Games</category>
+               <description>Deca Sporta - Wii de Sports 10 Shumoku! (Japan)</description>
+               <rom name="Deca Sporta - Wii de Sports 10 Shumoku! (Japan).iso" size="4699979776" crc="41c63cae" md5="4582c4d779f6a021689377b3203d7747" sha1="6eff4c7d18efdf2a4158e75d38dd1533323f14ab"/>
+       </game>
+       <game name="Forever Blue (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Forever Blue (Japan) (Rev 1)</description>
+               <rom name="Forever Blue (Japan) (Rev 1).iso" size="4699979776" crc="dba0b952" md5="2ab814da0c557a717a389a5a63815e13" sha1="5b244576975a9883ba51ac7448391751f976638b"/>
+       </game>
+       <game name="Radirgy Noa Wii (Japan)">
+               <category>Games</category>
+               <description>Radirgy Noa Wii (Japan)</description>
+               <rom name="Radirgy Noa Wii (Japan).iso" size="4699979776" crc="d5488097" md5="6f22b449b757fcbecc458801de6d200b" sha1="8e679c7b0ad6e5fb9f9bb381d5ccbc202a16898f"/>
+       </game>
+       <game name="Family Trainer (Japan)">
+               <category>Games</category>
+               <description>Family Trainer (Japan)</description>
+               <rom name="Family Trainer (Japan).iso" size="4699979776" crc="8bfba95a" md5="50db298c9c4f3c29e0e7f7765cfb9786" sha1="6945bdf6bc7e879d6bab594975be750843a2ff38"/>
+       </game>
+       <game name="Walt Disney Pictures Presents Lewis to Mirai Dorobou - Wilbur no Kiken na Jikan Ryokou (Japan)">
+               <category>Games</category>
+               <description>Walt Disney Pictures Presents Lewis to Mirai Dorobou - Wilbur no Kiken na Jikan Ryokou (Japan)</description>
+               <rom name="Walt Disney Pictures Presents Lewis to Mirai Dorobou - Wilbur no Kiken na Jikan Ryokou (Japan).iso" size="4699979776" crc="69d78467" md5="b6347d7032a5b2ec11c458b26fe93ce1" sha1="078fcfc9fbec09d4680d6df16d6d64611c224d7e"/>
+       </game>
+       <game name="Wii Party (Japan)">
+               <category>Games</category>
+               <description>Wii Party (Japan)</description>
+               <rom name="Wii Party (Japan).iso" size="4699979776" crc="6e08dd1e" md5="42219de5f75a1cbb27debc90325b803b" sha1="c4e20860dea4b8fa75db79e3da7e9d217e5772fa"/>
+       </game>
+       <game name="Sharuui Takoron (Japan)">
+               <category>Games</category>
+               <description>Sharuui Takoron (Japan)</description>
+               <rom name="Sharuui Takoron (Japan).iso" size="4699979776" crc="825c2329" md5="73400d21eee18c16d66953ff8d844e50" sha1="4477f2a6358e260e7fe3abbadca50e0fe33b2f86"/>
+       </game>
+       <game name="Furu Furu Park (Japan)">
+               <category>Games</category>
+               <description>Furu Furu Park (Japan)</description>
+               <rom name="Furu Furu Park (Japan).iso" size="4699979776" crc="62f2506e" md5="4862e3188d9b720ae71fde973e8b38ac" sha1="918fe39ca4cf3e729a54f865681d953aa98cf5ed"/>
+       </game>
+       <game name="Takumi Restaurant wa Daihanjou! (Japan)">
+               <category>Games</category>
+               <description>Takumi Restaurant wa Daihanjou! (Japan)</description>
+               <rom name="Takumi Restaurant wa Daihanjou! (Japan).iso" size="4699979776" crc="4732ed97" md5="90b0dc00e41b4f2f45d6c7f36fa46fb1" sha1="971502117453d09b4fb14593c9d07598c31fac61"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Duel Transer (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! 5D's - Duel Transer (Japan) (Rev 1)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Duel Transer (Japan) (Rev 1).iso" size="4699979776" crc="0106c98b" md5="4a14bcc7db4807fd0523eb801a588aa3" sha1="3d8e1c539c4bf58cb482944807bc7ea5cebfd4a7"/>
+       </game>
+       <game name="GT Pro Series (Japan)">
+               <category>Games</category>
+               <description>GT Pro Series (Japan)</description>
+               <rom name="GT Pro Series (Japan).iso" size="4699979776" crc="91670538" md5="b969bd22c5017a8c304301e44bd9ab86" sha1="7d8116f626c11e1f697c76c83e6905d67a424bd1"/>
+       </game>
+       <game name="Metal Fight Beyblade - Gachinko Stadium (Japan)">
+               <category>Games</category>
+               <description>Metal Fight Beyblade - Gachinko Stadium (Japan)</description>
+               <rom name="Metal Fight Beyblade - Gachinko Stadium (Japan).iso" size="4699979776" crc="995d4814" md5="d995a9a4b21c13a5213c51e7c0e80929" sha1="24597b83b69b5a62f5d4021ae6b58b904b6fc9f5"/>
+       </game>
+       <game name="Bleach - Versus Crusade (Japan)">
+               <category>Games</category>
+               <description>Bleach - Versus Crusade (Japan)</description>
+               <rom name="Bleach - Versus Crusade (Japan).iso" size="4699979776" crc="feef536e" md5="33f532e9a64237b5f03778b1a20006fc" sha1="819796248924a5d3df78769a6ca885024bd49134"/>
+       </game>
+       <game name="Karaoke Joysound Wii DX (Japan)">
+               <category>Games</category>
+               <description>Karaoke Joysound Wii DX (Japan)</description>
+               <rom name="Karaoke Joysound Wii DX (Japan).iso" size="4699979776" crc="6c7c56c7" md5="f17ee412ea30a0064cd1dd11568a1e13" sha1="4078132e9b3d7669eac3c10d81c57ced052a3fb4"/>
+       </game>
+       <game name="Taiko no Tatsujin Wii - Dodoon to 2-daime! (Japan)">
+               <category>Games</category>
+               <description>Taiko no Tatsujin Wii - Dodoon to 2-daime! (Japan)</description>
+               <rom name="Taiko no Tatsujin Wii - Dodoon to 2-daime! (Japan).iso" size="4699979776" crc="95482fd9" md5="73291b8a41776bd5ba04a401c17f0825" sha1="f85cab4591a08b95419da91d89e8211b9c211a43"/>
+       </game>
+       <game name="Simple Wii Series Vol. 4 - The Shooting Action (Japan)">
+               <category>Games</category>
+               <description>Simple Wii Series Vol. 4 - The Shooting Action (Japan)</description>
+               <rom name="Simple Wii Series Vol. 4 - The Shooting Action (Japan).iso" size="4699979776" crc="9014059f" md5="ae6260bc7937530ee16a29d4596a85e4" sha1="651328d1bf219773ee08592efc87fe0481ab975f"/>
+       </game>
+       <game name="Puyo Puyo 7 (Japan)">
+               <category>Games</category>
+               <description>Puyo Puyo 7 (Japan)</description>
+               <rom name="Puyo Puyo 7 (Japan).iso" size="4699979776" crc="001c87e9" md5="752091f983d5a310eb3759600641947c" sha1="c6b710bb63aefed0bc5907d7da7fa635101a68b5"/>
+       </game>
+       <game name="Shin Chuuka Taisen - Michael to Meimei no Bouken (Japan)">
+               <category>Games</category>
+               <description>Shin Chuuka Taisen - Michael to Meimei no Bouken (Japan)</description>
+               <rom name="Shin Chuuka Taisen - Michael to Meimei no Bouken (Japan).iso" size="4699979776" crc="c45a3fc9" md5="0640b4912f9d6ca8cc088e9e2286e9be" sha1="20cbb8f8926fb96c8fcae9e935ca8362f2db750c"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 08 (Japan)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 08 (Japan)</description>
+               <rom name="Tiger Woods PGA Tour 08 (Japan).iso" size="4699979776" crc="700ddd53" md5="bc0a3da4bbc9939f04a211bcbc9f8dc9" sha1="686c37a45db1530bc60b9df06914ecb571351727"/>
+       </game>
+       <game name="Sengoku Musou - Katana (Japan)">
+               <category>Games</category>
+               <description>Sengoku Musou - Katana (Japan)</description>
+               <rom name="Sengoku Musou - Katana (Japan).iso" size="4699979776" crc="d4a21fde" md5="8a40ea7f8b044d26402f50f53bdaf709" sha1="68ae41e7ab1b543d56853be629a119ae9a66feb7"/>
+       </game>
+       <game name="Playground - Kouen de Asobou! (Japan)">
+               <category>Games</category>
+               <description>Playground - Kouen de Asobou! (Japan)</description>
+               <rom name="Playground - Kouen de Asobou! (Japan).iso" size="4699979776" crc="6b5a53a5" md5="1dbd6546dadc87f09299c277bda98447" sha1="19ffcb8fc361f818c33918ee21d62c5529d55567"/>
+       </game>
+       <game name="Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Koushiki Soft - 250 Mannin no Kanken - Wii de Tokoton Kanji Nou (Japan)">
+               <category>Educational</category>
+               <description>Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Koushiki Soft - 250 Mannin no Kanken - Wii de Tokoton Kanji Nou (Japan)</description>
+               <rom name="Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Koushiki Soft - 250 Mannin no Kanken - Wii de Tokoton Kanji Nou (Japan).iso" size="4699979776" crc="01064656" md5="62bf94914850f0e269e0e4e98916da51" sha1="8f9ffaafe94947354404ffa9830a2f8dcf11f903"/>
+       </game>
+       <game name="Haneru no Tobira Wii - Giri Girissu (Japan)">
+               <category>Games</category>
+               <description>Haneru no Tobira Wii - Giri Girissu (Japan)</description>
+               <rom name="Haneru no Tobira Wii - Giri Girissu (Japan).iso" size="4699979776" crc="6f4cf6df" md5="006bd77ac216043f8a09391adb326c2e" sha1="0f84425f56d4d409c784fbc25dcbdd38bf548d4a"/>
+       </game>
+       <game name="Wanko to Mahou no Boushi (Japan)">
+               <category>Games</category>
+               <description>Wanko to Mahou no Boushi (Japan)</description>
+               <rom name="Wanko to Mahou no Boushi (Japan).iso" size="4699979776" crc="65a53e66" md5="69f0c8a1256210f6e73cd94077f3edaa" sha1="9fd5c5088c48525aef13e8c0d1a72b1b95be55a7"/>
+       </game>
+       <game name="Osouji Sentai Clean Keeper (Japan)">
+               <category>Games</category>
+               <description>Osouji Sentai Clean Keeper (Japan)</description>
+               <rom name="Osouji Sentai Clean Keeper (Japan).iso" size="4699979776" crc="e49100a1" md5="c383f8f53fa7d4c6bf3e400adde73c99" sha1="f3afcdc895e917989866f8b58dd580c1e94bb78b"/>
+       </game>
+       <game name="PokePark Wii - Pikachu no Daibouken (Japan)">
+               <category>Games</category>
+               <description>PokePark Wii - Pikachu no Daibouken (Japan)</description>
+               <rom name="PokePark Wii - Pikachu no Daibouken (Japan).iso" size="4699979776" crc="d8dddb10" md5="d0782230da8012036d893b8bf95c0219" sha1="99358589b4eda5f068c4bc0d75dcde929638a7ec"/>
+       </game>
+       <game name="Wii Music (Japan)">
+               <category>Games</category>
+               <description>Wii Music (Japan)</description>
+               <rom name="Wii Music (Japan).iso" size="4699979776" crc="1b0f95de" md5="95140a260f066efdd65141285beb47f9" sha1="e64c3b54b5f56c113298a68b8ac513ae43bb44b4"/>
+       </game>
+       <game name="Kaze no Klonoa - Door to Phantomile (Japan)">
+               <category>Games</category>
+               <description>Kaze no Klonoa - Door to Phantomile (Japan)</description>
+               <rom name="Kaze no Klonoa - Door to Phantomile (Japan).iso" size="4699979776" crc="d4c28f81" md5="40031ac609fa9b42f1c13b9f3c6010a6" sha1="8de67ad1f3199296cd63ff350906670e8f9fee1f"/>
+       </game>
+       <game name="Crayon Shin-chan - Saikyou Kazoku Kasukabe King Wii (Japan)">
+               <category>Games</category>
+               <description>Crayon Shin-chan - Saikyou Kazoku Kasukabe King Wii (Japan)</description>
+               <rom name="Crayon Shin-chan - Saikyou Kazoku Kasukabe King Wii (Japan).iso" size="4699979776" crc="9ad0d0b2" md5="e07cd0ade98f2595f45b8e2576047291" sha1="8194587ef6bfd41007f6aa6d840af67d256c7f36"/>
+       </game>
+       <game name="Kororinpa (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Kororinpa (Japan) (Rev 1)</description>
+               <rom name="Kororinpa (Japan) (Rev 1).iso" size="4699979776" crc="3f8bac05" md5="dede994d483aea8cc2f76a0e18d45db9" sha1="be56eeb5ea6b8a84dd03b7e0223e638bd2e84712"/>
+       </game>
+       <game name="Tamagotchi no Pika Pika Daitouryou! (Japan)">
+               <category>Games</category>
+               <description>Tamagotchi no Pika Pika Daitouryou! (Japan)</description>
+               <rom name="Tamagotchi no Pika Pika Daitouryou! (Japan).iso" size="4699979776" crc="54b2fca7" md5="a0eb5099b0cd89531d0530c37c96677c" sha1="61269ac151fb4c8bcc421a912b2e6c497d849a50"/>
+       </game>
+       <game name="Katekyoo Hitman Reborn! Kindan no Yami no Delta (Japan)">
+               <category>Games</category>
+               <description>Katekyoo Hitman Reborn! Kindan no Yami no Delta (Japan)</description>
+               <rom name="Katekyoo Hitman Reborn! Kindan no Yami no Delta (Japan).iso" size="4699979776" crc="54d70d71" md5="c139eb9876e6f22a661ca9c60c0ea2ee" sha1="1fae52057b05c2866f3371f3f91e1de5552fb86c"/>
+       </game>
+       <game name="Ennichi no Tatsujin (Japan)">
+               <category>Games</category>
+               <description>Ennichi no Tatsujin (Japan)</description>
+               <rom name="Ennichi no Tatsujin (Japan).iso" size="4699979776" crc="a2b5cd83" md5="4289cca9c1fcb2671ea81706c4af0354" sha1="1ddde80a23ce73e38d430af5ad2feac798416b65"/>
+       </game>
+       <game name="Akko de Pon! Ikasama Hourou-ki (Japan)">
+               <category>Games</category>
+               <description>Akko de Pon! Ikasama Hourou-ki (Japan)</description>
+               <rom name="Akko de Pon! Ikasama Hourou-ki (Japan).iso" size="4699979776" crc="cefe5eae" md5="135280efae72da99f31a49c93a31c407" sha1="2ede7c3850abcec58889594723e4e914627f33b1"/>
+       </game>
+       <game name="Katekyoo Hitman Reborn! Dream Hyper Battle! Wii (Japan)">
+               <category>Games</category>
+               <description>Katekyoo Hitman Reborn! Dream Hyper Battle! Wii (Japan)</description>
+               <rom name="Katekyoo Hitman Reborn! Dream Hyper Battle! Wii (Japan).iso" size="4699979776" crc="39d982a2" md5="2d0553d239dafdec77407d627f9465af" sha1="515600d2e63b39977c7f332ef8ed42f18201ac30"/>
+       </game>
+       <game name="One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan) (Rev 1)</description>
+               <rom name="One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan) (Rev 1).iso" size="4699979776" crc="4beef6cd" md5="5d588a58c9de407d686cf0f25b9b93f3" sha1="5be6669ebb4c63742320b6b51d309cb5732e94b1"/>
+       </game>
+       <game name="Monster 4x4 - World Circuit (Japan)">
+               <category>Games</category>
+               <description>Monster 4x4 - World Circuit (Japan)</description>
+               <rom name="Monster 4x4 - World Circuit (Japan).iso" size="4699979776" crc="c27164f3" md5="2edfbae23d421f60ed1e5fc6da152651" sha1="c68639d278a0208820f2fd956f67015f7298f20f"/>
+       </game>
+       <game name="Jikkyou Powerful Major League 2 Wii (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Major League 2 Wii (Japan)</description>
+               <rom name="Jikkyou Powerful Major League 2 Wii (Japan).iso" size="4699979776" crc="67c880d3" md5="99a6e6c17ea1b3ad3145021c3e76e49d" sha1="171f562bae0b1f534803876122c348477add262d"/>
+       </game>
+       <game name="Rabbids Party (Japan)">
+               <category>Games</category>
+               <description>Rabbids Party (Japan)</description>
+               <rom name="Rabbids Party (Japan).iso" size="4699979776" crc="853dd847" md5="14efc1054b2e05b89c4259c65215f666" sha1="e351d86f964fb9279a29bbb1681ec161fe1d4f2a"/>
+       </game>
+       <game name="Boku to Sim no Machi (Japan)">
+               <category>Games</category>
+               <description>Boku to Sim no Machi (Japan)</description>
+               <rom name="Boku to Sim no Machi (Japan).iso" size="4699979776" crc="beb40ac7" md5="bb24b7c0dca0903011d5304f0186f611" sha1="11b2cb733758067033407511f283f503c876d0c9"/>
+       </game>
+       <game name="Bass Fishing Wii - World Tournament (Japan)">
+               <category>Games</category>
+               <description>Bass Fishing Wii - World Tournament (Japan)</description>
+               <rom name="Bass Fishing Wii - World Tournament (Japan).iso" size="4699979776" crc="32ec8585" md5="671632ea10de9ea26d852e50b9bc8b2e" sha1="2d8d6503dd40f66ee980174f0dd23d02ff3724db"/>
+       </game>
+       <game name="Sengoku Basara 3 (Japan)">
+               <category>Games</category>
+               <description>Sengoku Basara 3 (Japan)</description>
+               <rom name="Sengoku Basara 3 (Japan).iso" size="4699979776" crc="97bd5a25" md5="9a95a739e389e9d0b183c61e6d0da28e" sha1="0eb69b301f81aed3d0b689a0d6a99c71901e9f86"/>
+       </game>
+       <game name="Kamen Rider - Climax Heroes OOO (Japan)">
+               <category>Games</category>
+               <description>Kamen Rider - Climax Heroes OOO (Japan)</description>
+               <rom name="Kamen Rider - Climax Heroes OOO (Japan).iso" size="4699979776" crc="cdccfbf1" md5="15026a370d076b1d1d99eeffbb9a882b" sha1="198ab89f27d7e910308abf2cb86bd2935b13c60f"/>
+       </game>
+       <game name="Michael Jackson - The Experience (Japan)">
+               <category>Games</category>
+               <description>Michael Jackson - The Experience (Japan)</description>
+               <rom name="Michael Jackson - The Experience (Japan).iso" size="4699979776" crc="0b89b7fc" md5="1870899e452c2ff5cc7f2661a43edca0" sha1="e666d371dd86fcf8c22cb6e50b7dafc2f4de1831"/>
+       </game>
+       <game name="Disney Epic Mickey 2 - Futatsu no Chikara (Japan)">
+               <category>Games</category>
+               <description>Disney Epic Mickey 2 - Futatsu no Chikara (Japan)</description>
+               <rom name="Disney Epic Mickey 2 - Futatsu no Chikara (Japan).iso" size="4699979776" crc="7a004b3a" md5="f26c541918b8513863a0e87348dd80eb" sha1="63abe7858219347fdc5f981c432fda82addd5120"/>
+       </game>
+       <game name="Taiko no Tatsujin Wii - Minna de Party 3-daime! (Japan)">
+               <category>Games</category>
+               <description>Taiko no Tatsujin Wii - Minna de Party 3-daime! (Japan)</description>
+               <rom name="Taiko no Tatsujin Wii - Minna de Party 3-daime! (Japan).iso" size="4699979776" crc="d353284a" md5="710c66be57852e6d4f0978ea5b653779" sha1="13c3b5d149e8f77e39040b11bfdf0655d46421d2"/>
+       </game>
+       <game name="Wii de Yawaraka Atama Juku (Japan)">
+               <category>Games</category>
+               <description>Wii de Yawaraka Atama Juku (Japan)</description>
+               <rom name="Wii de Yawaraka Atama Juku (Japan).iso" size="4699979776" crc="5f0481c0" md5="331dd4b8ae4c58d1d05d673e1051429b" sha1="5b35c3f71a47ff50848ba1ce9d86195eeed420db"/>
+       </game>
+       <game name="Wing Island (Japan)">
+               <category>Games</category>
+               <description>Wing Island (Japan)</description>
+               <rom name="Wing Island (Japan).iso" size="4699979776" crc="c9e91b44" md5="0e0e42b3010cfda09abb7d1b706d96cd" sha1="2e232da739d2e32aacabb06506274a450f5a4d1f"/>
+       </game>
+       <game name="SD Gundam - Scad Hammers (Japan)">
+               <category>Games</category>
+               <description>SD Gundam - Scad Hammers (Japan)</description>
+               <rom name="SD Gundam - Scad Hammers (Japan).iso" size="4699979776" crc="779b5c34" md5="00cf54fa186440c6f53be75a9756a472" sha1="296d0fe22c97217e4b6028585dcdbbfa9e2f1875"/>
+       </game>
+       <game name="Swing Golf Pangya (Japan)">
+               <category>Games</category>
+               <description>Swing Golf Pangya (Japan)</description>
+               <rom name="Swing Golf Pangya (Japan).iso" size="4699979776" crc="e4de8365" md5="fba1768f9eab8eb2cbc15a3840165305" sha1="fdf23303db8ad7938c116004ac479fa16220ccdd"/>
+       </game>
+       <game name="Necro-Nesia (Japan)">
+               <category>Games</category>
+               <description>Necro-Nesia (Japan)</description>
+               <rom name="Necro-Nesia (Japan).iso" size="4699979776" crc="ea51219c" md5="d3aeb6d9450f26ee9b9b6cba647ab88d" sha1="d62672da6d489fd2e3cbfce2b035c98e94a8d6fb"/>
+       </game>
+       <game name="Kekkaishi - Kokubourou no Kage (Japan)">
+               <category>Games</category>
+               <description>Kekkaishi - Kokubourou no Kage (Japan)</description>
+               <rom name="Kekkaishi - Kokubourou no Kage (Japan).iso" size="4699979776" crc="c47bc2ca" md5="b01963cdc0535623cf79428e06d71b72" sha1="09c212b1f8c9d3e8cf67683128608914db112a83"/>
+       </game>
+       <game name="Elebits (Japan)">
+               <category>Games</category>
+               <description>Elebits (Japan)</description>
+               <rom name="Elebits (Japan).iso" size="4699979776" crc="4922ff20" md5="11b0b10eb9059ce62e6d3121a1229f5d" sha1="f70ab53c7a2530919125917a7e2b82f677509733"/>
+       </game>
+       <game name="Red Steel (Japan)">
+               <category>Games</category>
+               <description>Red Steel (Japan)</description>
+               <rom name="Red Steel (Japan).iso" size="4699979776" crc="29ab0ef1" md5="0137bba93a7f21d46eab0aa5e80e5316" sha1="c6393a9ec358573ca3e8dde88882edec10aed7c2"/>
+       </game>
+       <game name="Disaster - Day of Crisis (Japan)">
+               <category>Games</category>
+               <description>Disaster - Day of Crisis (Japan)</description>
+               <rom name="Disaster - Day of Crisis (Japan).iso" size="4699979776" crc="9b785757" md5="fa8d61403495bd3afa015d3c9167b2e7" sha1="8ccf82b46bcf43ace28cc66ddc1c2e46643cf4b5"/>
+       </game>
+       <game name="Red Steel 2 (Japan)">
+               <category>Games</category>
+               <description>Red Steel 2 (Japan)</description>
+               <rom name="Red Steel 2 (Japan).iso" size="4699979776" crc="761a1de3" md5="73e75fdd33cc1b08ca4e2364f60c42be" sha1="30344feb6d3a8ab978307dc2cfd9fb3968d91cbd"/>
+       </game>
+       <game name="Minna de Bouken! Family Trainer (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Minna de Bouken! Family Trainer (Japan) (Taikenban)</description>
+               <rom name="Minna de Bouken! Family Trainer (Japan) (Taikenban).iso" size="4699979776" crc="edeeb56d" md5="5e3444ef8f9e8585e9de6b34bd358e9c" sha1="b8e36bd81b5f0fe8ea0f1b455bc59109e24c6617"/>
+       </game>
+       <game name="Nights - Hoshi Furu Yoru no Monogatari (Japan)">
+               <category>Games</category>
+               <description>Nights - Hoshi Furu Yoru no Monogatari (Japan)</description>
+               <rom name="Nights - Hoshi Furu Yoru no Monogatari (Japan).iso" size="4699979776" crc="f78d3919" md5="d5c98b6a92de4dc5127c3a57ce6a5063" sha1="629e8adce3818ef9defbc14639001e67af2b8e98"/>
+       </game>
+       <game name="Family Trainer 2 (Japan)">
+               <category>Games</category>
+               <description>Family Trainer 2 (Japan)</description>
+               <rom name="Family Trainer 2 (Japan).iso" size="4699979776" crc="e3423c92" md5="d8a938f2fedc8205b43e435a22e55955" sha1="e00865b9f2d739a4ee81eee5b8ea2663e6523d56"/>
+       </game>
+       <game name="Harukanaru Toki no Naka de 4 (Japan)">
+               <category>Games</category>
+               <description>Harukanaru Toki no Naka de 4 (Japan)</description>
+               <rom name="Harukanaru Toki no Naka de 4 (Japan).iso" size="4699979776" crc="04b0ea1e" md5="e48e9df2191965d5183b9db2807d9ba4" sha1="6ca4f762aeaa3d42d3c974459aea001ed4ef538b"/>
+       </game>
+       <game name="Jigsaw Puzzle - Kyou no Wanko (Japan)">
+               <category>Games</category>
+               <description>Jigsaw Puzzle - Kyou no Wanko (Japan)</description>
+               <rom name="Jigsaw Puzzle - Kyou no Wanko (Japan).iso" size="4699979776" crc="95884bbc" md5="e1c794ad4eadf336f0b353c24b9f21a2" sha1="c9cdf12e9437577f85736b00c684ae74aa87548d"/>
+       </game>
+       <game name="Toushinden (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Toushinden (Japan) (Rev 1)</description>
+               <rom name="Toushinden (Japan) (Rev 1).iso" size="4699979776" crc="27cfd146" md5="39823b64d1cc9d5608edde7927e646b8" sha1="c86586d69109bf127950c3adf288731f34ecf150"/>
+       </game>
+       <game name="Boku to Sim no Machi Kingdom (Japan)">
+               <category>Games</category>
+               <description>Boku to Sim no Machi Kingdom (Japan)</description>
+               <rom name="Boku to Sim no Machi Kingdom (Japan).iso" size="4699979776" crc="6fbcfed7" md5="2fa6478d8848d88192b92fb45ca47876" sha1="9490c6f090d5ff4ef4d8c364d775c487fb79972c"/>
+       </game>
+       <game name="428 - Fuusa Sareta Shibuya de (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>428 - Fuusa Sareta Shibuya de (Japan) (Taikenban)</description>
+               <rom name="428 - Fuusa Sareta Shibuya de (Japan) (Taikenban).iso" size="4699979776" crc="a37d163d" md5="f41e2f12babaf209d0ba7469813fba22" sha1="42dabe8be9d916a34c3be644baf8ff7e567932ba"/>
+       </game>
+       <game name="Dragon Quest X - All in One Package (Japan) (Disc 1)">
+               <category>Games</category>
+               <description>Dragon Quest X - All in One Package (Japan) (Disc 1)</description>
+               <rom name="Dragon Quest X - All in One Package (Japan) (Disc 1).iso" size="4699979776" crc="3c171745" md5="a183ca7573dee67e6483c75cb43b4ae1" sha1="6b1abc03a4d27066d4acff2e8825fad2fb3d669b"/>
+       </game>
+       <game name="Dragon Quest X - All in One Package (Japan) (Disc 2)">
+               <category>Games</category>
+               <description>Dragon Quest X - All in One Package (Japan) (Disc 2)</description>
+               <rom name="Dragon Quest X - All in One Package (Japan) (Disc 2).iso" size="4699979776" crc="33133e58" md5="1f2ed8fc3e4f4055b10c592c4da0bf77" sha1="8618273ce614f5530b6dd1e82367e680b759a8a0"/>
+       </game>
+       <game name="FIFA 09 - All-Play (Japan)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (Japan)</description>
+               <rom name="FIFA 09 - All-Play (Japan).iso" size="4699979776" crc="9f4d2132" md5="d730ba34c000d7400aecd0017c95d417" sha1="b3469d676999cec10d57ee1f11bdffc78ce1f626"/>
+       </game>
+       <game name="Sonic to Himitsu no Ring (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Sonic to Himitsu no Ring (Japan) (Taikenban)</description>
+               <rom name="Sonic to Himitsu no Ring (Japan) (Taikenban).iso" size="4699979776" crc="7047d681" md5="06ebaabad59f87918f41dd6f1925cf42" sha1="2c5662033c4f82c998cb17f90ca2cc29a3b453cc"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2012 (Japan)">
+               <category>Games</category>
+               <description>Winning Eleven Play Maker 2012 (Japan)</description>
+               <rom name="Winning Eleven Play Maker 2012 (Japan).iso" size="4699979776" crc="69fca407" md5="9be6177861ae517d22c37c0d6cd82847" sha1="e1d569f78084b8af294e2e3f8fb3db9513679d49"/>
+       </game>
+       <game name="Monster Hunter G (Japan)">
+               <category>Games</category>
+               <description>Monster Hunter G (Japan)</description>
+               <rom name="Monster Hunter G (Japan).iso" size="4699979776" crc="5eb56919" md5="26203d25d92c5c47cc06835462389e12" sha1="cf339f539b46048fac3ea009587740159490f53f"/>
+       </game>
+       <game name="Monster Hunter 3 tri- (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Monster Hunter 3 tri- (Japan) (Taikenban)</description>
+               <rom name="Monster Hunter 3 tri- (Japan) (Taikenban).iso" size="4699979776" crc="79098c7a" md5="751a97889975d08df1af8addb7feb1f5" sha1="493511cea79c00d67611fde85b3c09ed67262e39"/>
+       </game>
+       <game name="Phantom Brave Wii (Japan)">
+               <category>Games</category>
+               <description>Phantom Brave Wii (Japan)</description>
+               <rom name="Phantom Brave Wii (Japan).iso" size="4699979776" crc="ad8436a1" md5="530ed27e0a3d5962d9f588eb8296dd51" sha1="84c7918f1d990b0f646239ede9abd4bf22d85411"/>
+       </game>
+       <game name="Bleach Wii - Hakujin Kirameku Rondo (Japan)">
+               <category>Games</category>
+               <description>Bleach Wii - Hakujin Kirameku Rondo (Japan)</description>
+               <rom name="Bleach Wii - Hakujin Kirameku Rondo (Japan).iso" size="4699979776" crc="570b7434" md5="f963f4faa91b875d67f3442cd1c759c5" sha1="e6765ef09dc4709c2f6b1f79a4af43b18c856e8f"/>
+       </game>
+       <game name="And-Kensaku (Japan)">
+               <category>Games</category>
+               <description>And-Kensaku (Japan)</description>
+               <rom name="And-Kensaku (Japan).iso" size="4699979776" crc="bed267b6" md5="c95d03f516abf589e721ba4734665433" sha1="9d5f102071d23c3c1eea20870a0e2ad6c7742240"/>
+       </game>
+       <game name="Negima! Neo-Pactio Fight!! (Japan)">
+               <category>Games</category>
+               <description>Negima! Neo-Pactio Fight!! (Japan)</description>
+               <rom name="Negima! Neo-Pactio Fight!! (Japan).iso" size="4699979776" crc="350f8a73" md5="69b1f314e9f257467a35294a0e4e938f" sha1="a16dbe3d80a0965f76410b028d266bd8c37e0095"/>
+       </game>
+       <game name="Takt of Magic (Japan)">
+               <category>Games</category>
+               <description>Takt of Magic (Japan)</description>
+               <rom name="Takt of Magic (Japan).iso" size="4699979776" crc="f3c1d640" md5="716892acb8c43844f1e1c2bc9edf34ea" sha1="339ce05a1fa840fb35b264be37099176be73706f"/>
+       </game>
+       <game name="Family Ski (Japan)">
+               <category>Games</category>
+               <description>Family Ski (Japan)</description>
+               <rom name="Family Ski (Japan).iso" size="4699979776" crc="6436ad95" md5="cd9141e45670ac2a6f0a286c25a8429d" sha1="339160991e064ebedad808d9ae88f77320b9e912"/>
+       </game>
+       <game name="Valhalla Knights - Eldar Saga (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Valhalla Knights - Eldar Saga (Japan) (Rev 1)</description>
+               <rom name="Valhalla Knights - Eldar Saga (Japan) (Rev 1).iso" size="4699979776" crc="949268f1" md5="4a0af464b50b0993751cec081ebb8e8b" sha1="33b00471d2e02dff3f7fb2d5820c833cd62f2722"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2008 (Japan)">
+               <category>Games</category>
+               <description>Winning Eleven Play Maker 2008 (Japan)</description>
+               <rom name="Winning Eleven Play Maker 2008 (Japan).iso" size="4699979776" crc="a98b9a46" md5="332776f88083199d4115d6caf0e7af22" sha1="60929c1af420db54ccccb61ba78db51cf09b5bb6"/>
+       </game>
+       <game name="Wii Sports Resort (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Japan) (Rev 1)</description>
+               <rom name="Wii Sports Resort (Japan) (Rev 1).iso" size="4699979776" crc="3910783f" md5="00ebdce4c623eda40cb076e3e7d0110b" sha1="b8b9648c376cf8eb9bd59ee8c9b8dfbbad27584b"/>
+       </game>
+       <game name="Pop'n Music (Japan)">
+               <category>Games</category>
+               <description>Pop'n Music (Japan)</description>
+               <rom name="Pop'n Music (Japan).iso" size="4699979776" crc="9dfd4eac" md5="38a055c3b4d8596219f553735ebec492" sha1="fd203c1919da3cf2be5b46780d1c654cb7a0d82c"/>
+       </game>
+       <game name="Nodame Cantabile - Dream Orchestra (Japan)">
+               <category>Games</category>
+               <description>Nodame Cantabile - Dream Orchestra (Japan)</description>
+               <rom name="Nodame Cantabile - Dream Orchestra (Japan).iso" size="4699979776" crc="1e48bdc4" md5="488bdb9764c3b7c6bddd95da3c8282c8" sha1="b6fa095dd9ccf320e632fc6a83c2ca1691d5d1d2"/>
+       </game>
+       <game name="Takarajima Z - Barbaros no Hihou (Japan)">
+               <category>Games</category>
+               <description>Takarajima Z - Barbaros no Hihou (Japan)</description>
+               <rom name="Takarajima Z - Barbaros no Hihou (Japan).iso" size="4699979776" crc="0a2d86e6" md5="8f6ab7d60d6204dacbe327baebe11281" sha1="d0af1d4b5942918d0badd45f6aac4c7817a728bf"/>
+       </game>
+       <game name="We Love Golf! (Japan)">
+               <category>Games</category>
+               <description>We Love Golf! (Japan)</description>
+               <rom name="We Love Golf! (Japan).iso" size="4699979776" crc="e2d8a997" md5="ae632812a63d33c6c6865fbd52acfd9b" sha1="eab74ad79b99aaf45b71250f43b29571bad8ceda"/>
+       </game>
+       <game name="Meja-Maji March (Japan)">
+               <category>Games</category>
+               <description>Meja-Maji March (Japan)</description>
+               <rom name="Meja-Maji March (Japan).iso" size="4699979776" crc="2ac0d5cd" md5="1e0ccd4380225362326e4067804565b0" sha1="b31344fcef566dd036f2584aed9bb780a5a33f64"/>
+       </game>
+       <game name="Tales of Graces (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Tales of Graces (Japan) (Rev 2)</description>
+               <rom name="Tales of Graces (Japan) (Rev 2).iso" size="4699979776" crc="3078df88" md5="9fb2927815059e65708647944f55bc4d" sha1="bc1cc5e83562825eee4876831534001f315a48a5"/>
+       </game>
+       <game name="EA Sports Active - Personal Trainer Wii - 30-nichi Seikatsu Kaizen Program (Japan)">
+               <category>Games</category>
+               <description>EA Sports Active - Personal Trainer Wii - 30-nichi Seikatsu Kaizen Program (Japan)</description>
+               <rom name="EA Sports Active - Personal Trainer Wii - 30-nichi Seikatsu Kaizen Program (Japan).iso" size="4699979776" crc="7187ce80" md5="ee88be47ec624fa1ad326d1ca0cd62e6" sha1="2a92a89d79a86cbc0a10f2a4ee8f514d8fe672ac"/>
+       </game>
+       <game name="Guilty Gear XX Accent Core (Japan)">
+               <category>Games</category>
+               <description>Guilty Gear XX Accent Core (Japan)</description>
+               <rom name="Guilty Gear XX Accent Core (Japan).iso" size="4699979776" crc="ebde84ba" md5="deb44e283e9317a6ad481c9be6871920" sha1="174bf97990a71c03f303a32b1b6e09bd7c604598"/>
+       </game>
+       <game name="GI Jockey Wii (Japan)">
+               <category>Games</category>
+               <description>GI Jockey Wii (Japan)</description>
+               <rom name="GI Jockey Wii (Japan).iso" size="4699979776" crc="19ce8121" md5="d652a7130c46dd4c79297cef16ffb835" sha1="48f1a00293b62eaf9c096c7d525fcf9fa1b277e3"/>
+       </game>
+       <game name="Gintama - Yorozuya Chuubu - Tsukkomable Douga (Japan)">
+               <category>Games</category>
+               <description>Gintama - Yorozuya Chuubu - Tsukkomable Douga (Japan)</description>
+               <rom name="Gintama - Yorozuya Chuubu - Tsukkomable Douga (Japan).iso" size="4699979776" crc="d7457659" md5="94763429822cd893e6d407cb0ccfea89" sha1="a4b9ece5b61d908bd3d0ffbb76f30006556ad8d9"/>
+       </game>
+       <game name="Family Challenge Wii (Japan)">
+               <category>Games</category>
+               <description>Family Challenge Wii (Japan)</description>
+               <rom name="Family Challenge Wii (Japan).iso" size="4699979776" crc="89d6d33a" md5="9b5315518535bcbcf20bc0df8fa12682" sha1="352910a132e42112e432f54d50ca207f530cd95d"/>
+       </game>
+       <game name="Super Monkey Ball - Uki Uki Party Daishuugou (Japan)">
+               <category>Games</category>
+               <description>Super Monkey Ball - Uki Uki Party Daishuugou (Japan)</description>
+               <rom name="Super Monkey Ball - Uki Uki Party Daishuugou (Japan).iso" size="4699979776" crc="8da57e16" md5="4b976fcef19a65cdb59dcedc22f2b4a9" sha1="52dcba240440b6502c918f28361520ea76f7f200"/>
+       </game>
+       <game name="Miburi &amp; Teburi (Japan)">
+               <category>Games</category>
+               <description>Miburi &amp; Teburi (Japan)</description>
+               <rom name="Miburi &amp; Teburi (Japan).iso" size="8511160320" crc="d325a5bc" md5="398f76899d162ff137861708c1004579" sha1="8fac906492eec7497c9568531058fb4a007b1718"/>
+       </game>
+       <game name="Simple Wii Series Vol. 1 - The Minna de Kart Race (Japan)">
+               <category>Games</category>
+               <description>Simple Wii Series Vol. 1 - The Minna de Kart Race (Japan)</description>
+               <rom name="Simple Wii Series Vol. 1 - The Minna de Kart Race (Japan).iso" size="4699979776" crc="c972c33d" md5="819c5c70df2f38c48280210742eebd09" sha1="f7e23d44d9707bdaae39c8530a47544b0f55ab04"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2009 (Japan)">
+               <category>Games</category>
+               <description>Winning Eleven Play Maker 2009 (Japan)</description>
+               <rom name="Winning Eleven Play Maker 2009 (Japan).iso" size="4699979776" crc="3c6e03d9" md5="89206a49301165fa2320c4b0b62e71c4" sha1="c75598b73d4c0e089f1eac752b94130140c30511"/>
+       </game>
+       <game name="Doala de Wii (Japan)">
+               <category>Games</category>
+               <description>Doala de Wii (Japan)</description>
+               <rom name="Doala de Wii (Japan).iso" size="4699979776" crc="9d3561be" md5="eeda31a3101373a1f55d959f5d8a3d91" sha1="0c74e511e40ebb790a1fb623365f9a3c54c551a1"/>
+       </game>
+       <game name="Cooking Mama - Minna to Issho ni Oryouri Taikai! (Japan)">
+               <category>Games</category>
+               <description>Cooking Mama - Minna to Issho ni Oryouri Taikai! (Japan)</description>
+               <rom name="Cooking Mama - Minna to Issho ni Oryouri Taikai! (Japan).iso" size="4699979776" crc="55da32da" md5="a4a44cada8dc5e8d664acb18ff3b3d92" sha1="70caa30a8ded3ad05e2a3e8fd70d331fd53cf775"/>
+       </game>
+       <game name="Wii Fit Plus (Japan)">
+               <category>Games</category>
+               <description>Wii Fit Plus (Japan)</description>
+               <rom name="Wii Fit Plus (Japan).iso" size="4699979776" crc="6ee1e190" md5="9da13eb2e24e6b4de3e462d27a2e40d3" sha1="7eb5a8eb3df3a35c10a4586f875358de635b6806"/>
+       </game>
+       <game name="Gegege no Kitarou - Youkai Daiundoukai (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Gegege no Kitarou - Youkai Daiundoukai (Japan) (Rev 1)</description>
+               <rom name="Gegege no Kitarou - Youkai Daiundoukai (Japan) (Rev 1).iso" size="4699979776" crc="fcb6ed56" md5="b26ec6f185ae1ff1ada30b2b3aa94a6e" sha1="01dcd638147ec7705762e8f1c188b9ad98a9d750"/>
+       </game>
+       <game name="One Piece - Unlimited Adventure (Japan)">
+               <category>Games</category>
+               <description>One Piece - Unlimited Adventure (Japan)</description>
+               <rom name="One Piece - Unlimited Adventure (Japan).iso" size="4699979776" crc="8db03256" md5="baa69b79182de2c5d1fd9e011b7b4717" sha1="30bc131343a6ef1e1a43a229c8cae6ee7ba8c45b"/>
+       </game>
+       <game name="Tamagotchi no Furi Furi Kagekidan! (Japan)">
+               <category>Games</category>
+               <description>Tamagotchi no Furi Furi Kagekidan! (Japan)</description>
+               <rom name="Tamagotchi no Furi Furi Kagekidan! (Japan).iso" size="4699979776" crc="faa977e5" md5="d776f5149d76946923835d7281d2988e" sha1="879a221fdbd2d64240871486aeb948721623ce77"/>
+       </game>
+       <game name="Simple Wii Series Vol. 5 - The Block Kuzushi (Japan)">
+               <category>Games</category>
+               <description>Simple Wii Series Vol. 5 - The Block Kuzushi (Japan)</description>
+               <rom name="Simple Wii Series Vol. 5 - The Block Kuzushi (Japan).iso" size="4699979776" crc="71c08e98" md5="9a8e8f94a18d3fdf99764f2f2ce73b7d" sha1="af0e1ed6672d8cbc1ba28f954b7e0d04b22ad509"/>
+       </game>
+       <game name="International Athletics (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>International Athletics (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="International Athletics (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3344c1b1" md5="9b5371102966aa030f84d886f271dea1" sha1="63cde2cc14bf44998d3d2deb6036a842730379fe"/>
+       </game>
+       <game name="Biggest Loser, The (UK)">
+               <category>Games</category>
+               <description>Biggest Loser, The (UK)</description>
+               <rom name="Biggest Loser, The (UK).iso" size="4699979776" crc="6b1eedeb" md5="a5a80d3111c8f67ed6a69336d3a599b0" sha1="6a2b8d80441ed73793dbcf2e375f281e70e1e942"/>
+       </game>
+       <game name="Hell's Kitchen - The Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hell's Kitchen - The Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hell's Kitchen - The Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0f6f930c" md5="b8f7934181fe98092a5e0be57a20452b" sha1="10e721e6f40252d641c18d17afef63bcdc9f67ec"/>
+       </game>
+       <game name="Just Dance 2017 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2017 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2017 (USA) (En,Fr,Es).iso" size="4699979776" crc="b8516e2b" md5="31e872f305d4355416a4ce345fdd9c4c" sha1="04f808d78379a3266c64940aeb6ceb69740dc369"/>
+       </game>
+       <game name="Cosmic Family (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Cosmic Family (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Cosmic Family (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="aa3ac146" md5="3e6dd16d0f84b9a0b139d2c7d3b980d1" sha1="0fa09221e9127a4aa82a96efaa4c8fbc2f0f8b87"/>
+       </game>
+       <game name="Disney Princess - Enchanted Journey (USA)">
+               <category>Games</category>
+               <description>Disney Princess - Enchanted Journey (USA)</description>
+               <rom name="Disney Princess - Enchanted Journey (USA).iso" size="4699979776" crc="4f9e053a" md5="dc02371608a4709dbdc9fc7bdba1d7c1" sha1="3b25c7657cddd7c4ea31ec94a75cf1ca2de39ca2"/>
+       </game>
+       <game name="Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="a00ca46f" md5="ab244beca7ae8b76bae4280624221adc" sha1="f5b86e748d569c6448632bfd47511358f6c92efb"/>
+       </game>
+       <game name="Disney Princess - My Fairytale Adventure (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Princess - My Fairytale Adventure (USA) (En,Fr,Es)</description>
+               <rom name="Disney Princess - My Fairytale Adventure (USA) (En,Fr,Es).iso" size="4699979776" crc="7695ef02" md5="0a0009e5e1d4963f4000b9176243cdd2" sha1="56f94809e34f8fa04f7ed9f6c7f09df6d3f9caf2"/>
+       </game>
+       <game name="Nickelodeon Dora's Big Birthday Adventure (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Dora's Big Birthday Adventure (USA)</description>
+               <rom name="Nickelodeon Dora's Big Birthday Adventure (USA).iso" size="4699979776" crc="89b2f39d" md5="80717d0d472df87dd94fb74250faf0d5" sha1="0e9bae03b7f57ae3f48f1305820844a83c09bd45"/>
+       </game>
+       <game name="Just Dance - Disney Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance - Disney Party (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance - Disney Party (USA) (En,Fr,Es).iso" size="4699979776" crc="070a8981" md5="85190ce9f873b0f8c9f49213679fdd2e" sha1="2ec288be30f38f8d66bd824948c27cb99e24935c"/>
+       </game>
+       <game name="Just Dance Kids 2014 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance Kids 2014 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance Kids 2014 (USA) (En,Fr,Es).iso" size="4699979776" crc="5989f37e" md5="249c90b8e91bfef3a51785f804911592" sha1="ad1b32fe34211ae715aaade1ddbd507f26295534"/>
+       </game>
+       <game name="Pirates - Hunt for Blackbeard's Booty (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pirates - Hunt for Blackbeard's Booty (USA) (En,Fr,Es)</description>
+               <rom name="Pirates - Hunt for Blackbeard's Booty (USA) (En,Fr,Es).iso" size="4699979776" crc="14537769" md5="8aed1b27fff5d0e21cd7830b74dc4631" sha1="79c4218f246d98e9c353dcc4eedac9621ef1c140"/>
+       </game>
+       <game name="Pirates PlundArrr (USA)">
+               <category>Games</category>
+               <description>Pirates PlundArrr (USA)</description>
+               <rom name="Pirates PlundArrr (USA).iso" size="4699979776" crc="ac22489b" md5="d1688004df1ace3810ae9a59894ade6f" sha1="f7457d094037068db6532a50c32b3947f219eddd"/>
+       </game>
+       <game name="Tom Clancy's H.A.W.X. 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tom Clancy's H.A.W.X. 2 (USA) (En,Fr,Es)</description>
+               <rom name="Tom Clancy's H.A.W.X. 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="116697a9" md5="f53018115ced92a27621d8d3b39322d6" sha1="8b38b08d165134b3966fd0afb8ac2cdb790cea96"/>
+       </game>
+       <game name="Rogue Trooper - Quartz Zone Massacre (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rogue Trooper - Quartz Zone Massacre (USA) (En,Fr,Es)</description>
+               <rom name="Rogue Trooper - Quartz Zone Massacre (USA) (En,Fr,Es).iso" size="4699979776" crc="8d6ef93c" md5="1cae4eeac628b7b50c754ff2be255e2b" sha1="45d6f65daa163946955885dc1cd7d6f786088d05"/>
+       </game>
+       <game name="Sid Meier's Pirates! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sid Meier's Pirates! (USA) (En,Fr,Es)</description>
+               <rom name="Sid Meier's Pirates! (USA) (En,Fr,Es).iso" size="4699979776" crc="90d6158f" md5="ea159a76e9f3e8bc7843b70187e526c5" sha1="a8e4675411c0d7835a95b9c67d1e996cf98ae981"/>
+       </game>
+       <game name="Disney Alice in Wonderland (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Alice in Wonderland (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Alice in Wonderland (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="1901e5e4" md5="bdecd343f128ed824704aa74d2f35d54" sha1="4ba71a02e13e71b1cb91fb6cc28671f8314cbbc8"/>
+       </game>
+       <game name="Nickelodeon Ni Hao, Kai-Lan - Super Game Day (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Ni Hao, Kai-Lan - Super Game Day (USA)</description>
+               <rom name="Nickelodeon Ni Hao, Kai-Lan - Super Game Day (USA).iso" size="4699979776" crc="61aa50d4" md5="ca1146fae43535bef3e8fd980f9e7037" sha1="f6dcadfd83c43418e7b05f8c5439dd76c10592d8"/>
+       </game>
+       <game name="Reader Rabbit - 1st Grade (USA) (En,Fr,Es)">
+               <category>Educational</category>
+               <description>Reader Rabbit - 1st Grade (USA) (En,Fr,Es)</description>
+               <rom name="Reader Rabbit - 1st Grade (USA) (En,Fr,Es).iso" size="4699979776" crc="d624f530" md5="fae0710a8ffc0336dc07977e574081df" sha1="e8c05099e7cc3809fa30f9f4ef471be4a61bdbd1"/>
+       </game>
+       <game name="Sesame Street - Cookie's Counting Carnival - The Videogame (USA)">
+               <category>Games</category>
+               <description>Sesame Street - Cookie's Counting Carnival - The Videogame (USA)</description>
+               <rom name="Sesame Street - Cookie's Counting Carnival - The Videogame (USA).iso" size="4699979776" crc="62213135" md5="928172b32718ba178d32ced1da2de3d9" sha1="23e65fdc2559efce604b315519422ce55ae40c22"/>
+       </game>
+       <game name="Sesame Street - Ready, Set, Grover! with Elmo - The Videogame (USA) (En,Es)">
+               <category>Games</category>
+               <description>Sesame Street - Ready, Set, Grover! with Elmo - The Videogame (USA) (En,Es)</description>
+               <rom name="Sesame Street - Ready, Set, Grover! with Elmo - The Videogame (USA) (En,Es).iso" size="4699979776" crc="0e0f951c" md5="da8099fea153443be14c781f40d4a210" sha1="ae7da9df2228641bec8cc375a9cf9c5d3d6ba9bd"/>
+       </game>
+       <game name="Just Dance Kids (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance Kids (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance Kids (USA) (En,Fr,Es).iso" size="4699979776" crc="7e237585" md5="ec07ba8336b4eb2fead48552dff8b4c0" sha1="2f737936cc8eb7fc71ddec4187ec263bf18413aa"/>
+       </game>
+       <game name="Neopets - Puzzle Adventure (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Neopets - Puzzle Adventure (USA) (Rev 1)</description>
+               <rom name="Neopets - Puzzle Adventure (USA) (Rev 1).iso" size="4699979776" crc="a5586065" md5="d01a6fd82f116a761b8516265ddcc54e" sha1="7a1585ebd795ba23b40d8643bbf1edf2195f465d"/>
+       </game>
+       <game name="Billy the Wizard - Rocket Broomstick Racing (USA)">
+               <category>Games</category>
+               <description>Billy the Wizard - Rocket Broomstick Racing (USA)</description>
+               <rom name="Billy the Wizard - Rocket Broomstick Racing (USA).iso" size="4699979776" crc="beb4c803" md5="3e3a06952072ad206ed45ea774b6f3f2" sha1="4516cd43840e37c3e1d0d5238413842867bdb125"/>
+       </game>
+       <game name="Kidz Sports Crazy Golf (USA)">
+               <category>Games</category>
+               <description>Kidz Sports Crazy Golf (USA)</description>
+               <rom name="Kidz Sports Crazy Golf (USA).iso" size="4699979776" crc="f72910a8" md5="fa823c33c0cdf7f3af7724de2e1da930" sha1="53c4c403bf4d586562baa2b9bae2dbeed929ef29"/>
+       </game>
+       <game name="Margot's Word Brain (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Margot's Word Brain (USA) (En,Fr,Es)</description>
+               <rom name="Margot's Word Brain (USA) (En,Fr,Es).iso" size="4699979776" crc="ef66ae24" md5="e4d6b419fea51c0156844f89a7d6c596" sha1="37e52760deece1e0e4ffb49de5b3833c27741422"/>
+       </game>
+       <game name="Build-A-Bear Workshop - A Friend Fur All Seasons (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Build-A-Bear Workshop - A Friend Fur All Seasons (USA) (En,Fr,Es)</description>
+               <rom name="Build-A-Bear Workshop - A Friend Fur All Seasons (USA) (En,Fr,Es).iso" size="4699979776" crc="841043f4" md5="bdf2fcb64b59582c4eb8d5980b157d00" sha1="50a93c4b8137160485d6ecb1c829604c7d6a33b5"/>
+       </game>
+       <game name="Dave Mirra BMX Challenge (USA)">
+               <category>Games</category>
+               <description>Dave Mirra BMX Challenge (USA)</description>
+               <rom name="Dave Mirra BMX Challenge (USA).iso" size="4699979776" crc="682597a0" md5="46647b59e47ebf28b633f2d2c0d3c46c" sha1="aa691e3bcb597a47935c353b5e2222569087e420"/>
+       </game>
+       <game name="Smurfs 2, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Smurfs 2, The (USA) (En,Fr,Es)</description>
+               <rom name="Smurfs 2, The (USA) (En,Fr,Es).iso" size="4699979776" crc="1d77db92" md5="b3aebd41162d155f04d0136c4c90f163" sha1="ac13785a09a4ad45d5b7a741061cdc1a501caff6"/>
+       </game>
+       <game name="Zhu Zhu Pets - Featuring the Wild Bunch (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Zhu Zhu Pets - Featuring the Wild Bunch (USA) (En,Fr,Es)</description>
+               <rom name="Zhu Zhu Pets - Featuring the Wild Bunch (USA) (En,Fr,Es).iso" size="4699979776" crc="b4ccbb5b" md5="0f531acf5b4ed6cc9ebaa783478a9717" sha1="daf52b3bea996d8f8f1b83cd7dfa8a2180f64853"/>
+       </game>
+       <game name="Attack of the Movies 3-D (USA)">
+               <category>Games</category>
+               <description>Attack of the Movies 3-D (USA)</description>
+               <rom name="Attack of the Movies 3-D (USA).iso" size="4699979776" crc="967386ad" md5="fb25fd7b6ecd8eca1162292240ea734b" sha1="0148f4ab64c8e4b1d37af4e4b90a542e7ac17cdd"/>
+       </game>
+       <game name="Little League World Series Baseball - Double Play (USA)">
+               <category>Games</category>
+               <description>Little League World Series Baseball - Double Play (USA)</description>
+               <rom name="Little League World Series Baseball - Double Play (USA).iso" size="4699979776" crc="c02f725e" md5="1a8c7516dd926c04efa6482e77e1e4fa" sha1="3a0dc9ca3660de5ebfedefa7778f4b088a5be9e5"/>
+       </game>
+       <game name="Adventures of Tintin, The - The Game (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Adventures of Tintin, The - The Game (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Adventures of Tintin, The - The Game (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="9af7ee7b" md5="f3d35a1381e722be38c310c12d093286" sha1="52503172fd6d719f5bd68f6e88cb7a2fab190213"/>
+       </game>
+       <game name="Battleship (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Battleship (USA) (En,Fr)</description>
+               <rom name="Battleship (USA) (En,Fr).iso" size="4699979776" crc="f33d7532" md5="d33114fea5b2bfd2fc9966f9b8bfb8c0" sha1="f003e5b94ed8cc6e5f86bc6919fee8f24e94bc27"/>
+       </game>
+       <game name="Call of Duty - Black Ops (USA)">
+               <category>Games</category>
+               <description>Call of Duty - Black Ops (USA)</description>
+               <rom name="Call of Duty - Black Ops (USA).iso" size="4699979776" crc="e46478bb" md5="ed5ff8d096458ef48a733959c37a51f2" sha1="04b092e069caec831ce06b1e6f2c1697ca077fa9"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare 3 (USA)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare 3 (USA)</description>
+               <rom name="Call of Duty - Modern Warfare 3 (USA).iso" size="4699979776" crc="88e175ec" md5="6e274fa8de21d03e410500b15836a16b" sha1="90a92017a243a564327fb6b97a9c94e83e687650"/>
+       </game>
+       <game name="Captain America - Super Soldier (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Captain America - Super Soldier (USA) (En,Fr,Es)</description>
+               <rom name="Captain America - Super Soldier (USA) (En,Fr,Es).iso" size="4699979776" crc="4583d613" md5="a90a80a85902f65d6bc72a07fa1d5b85" sha1="68031fdd4c41dfc6f9f87094fe369421cd0d2485"/>
+       </game>
+       <game name="Despicable Me - The Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Despicable Me - The Game (USA) (En,Fr,Es)</description>
+               <rom name="Despicable Me - The Game (USA) (En,Fr,Es).iso" size="4699979776" crc="a785ad72" md5="066d59c35e1a768393f9898391dd7d17" sha1="d9595c3368a553cd5ad10ac34ab024d4ec5be34c"/>
+       </game>
+       <game name="DreamWorks Megamind - Mega Team Unite (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Megamind - Mega Team Unite (USA) (En,Fr)</description>
+               <rom name="DreamWorks Megamind - Mega Team Unite (USA) (En,Fr).iso" size="4699979776" crc="157ef61a" md5="85f248edfe6c00c90b7ea90dd5b90d6b" sha1="48a6174bfa154f9d874b9c3c21326f03311ecd38"/>
+       </game>
+       <game name="Jumper - Griffin's Story (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Jumper - Griffin's Story (USA) (En,Fr)</description>
+               <rom name="Jumper - Griffin's Story (USA) (En,Fr).iso" size="4699979776" crc="6c72991c" md5="88292dc18162edba8dac2e22147e9190" sha1="96f11c5080a514bc5340911bb6f70ba157c0c020"/>
+       </game>
+       <game name="Marvel Super Hero Squad - Comic Combat (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad - Comic Combat (USA) (En,Fr)</description>
+               <rom name="Marvel Super Hero Squad - Comic Combat (USA) (En,Fr).iso" size="4699979776" crc="3832abfb" md5="cf153cc18e307d9cbe09d236e2254579" sha1="22a97a3bed33585afd8a19f48391304d13a6e805"/>
+       </game>
+       <game name="Marvel Super Hero Squad - The Infinity Gauntlet (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad - The Infinity Gauntlet (USA) (En,Fr)</description>
+               <rom name="Marvel Super Hero Squad - The Infinity Gauntlet (USA) (En,Fr).iso" size="4699979776" crc="167a46b6" md5="a23677dd810edf7562adfd81637ce615" sha1="f10238c637aec4dd2dc1ee47a2a224ec407c6d80"/>
+       </game>
+       <game name="ABBA - You Can Dance (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>ABBA - You Can Dance (USA) (En,Fr,Es)</description>
+               <rom name="ABBA - You Can Dance (USA) (En,Fr,Es).iso" size="4699979776" crc="1bded530" md5="274f863a28039f00b04174a7d51c475b" sha1="1fb886a3afffd0fb1690be80e5d62bc98ddce02d"/>
+       </game>
+       <game name="Disney Planes (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Disney Planes (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Disney Planes (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="8c67b82f" md5="4bbd4525b19b104ec9ca83e6cf37f6f3" sha1="ebe161289ab2e19d5995a3377fca6802bef7e374"/>
+       </game>
+       <game name="Cabela's African Adventures (USA)">
+               <category>Games</category>
+               <description>Cabela's African Adventures (USA)</description>
+               <rom name="Cabela's African Adventures (USA).iso" size="4699979776" crc="15639044" md5="712c990397972cc2b2237debd9e53dec" sha1="a48bb251f2b24f50470859310d359204f2555813"/>
+       </game>
+       <game name="Barbie &amp; Her Sisters - Puppy Rescue (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Barbie &amp; Her Sisters - Puppy Rescue (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Barbie &amp; Her Sisters - Puppy Rescue (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="7b76d773" md5="0e2e65e0ef9ac1a400f4c52c646537d8" sha1="1b076cab4654a50fbdc1df79f84244b3f4264547"/>
+       </game>
+       <game name="DreamWorks Turbo - Super Stunt Squad (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>DreamWorks Turbo - Super Stunt Squad (USA) (En,Fr,Es)</description>
+               <rom name="DreamWorks Turbo - Super Stunt Squad (USA) (En,Fr,Es).iso" size="4699979776" crc="3bd9952f" md5="dec046b385f7c9549f0c27a10726b730" sha1="0a19947ad45f5b08944d4d364b1a5157938d1c8d"/>
+       </game>
+       <game name="DreamWorks Rise of the Guardians (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>DreamWorks Rise of the Guardians (USA) (En,Fr,Es)</description>
+               <rom name="DreamWorks Rise of the Guardians (USA) (En,Fr,Es).iso" size="4699979776" crc="f642b271" md5="a9fa60bd2116289d44a49dcc228f25af" sha1="98badf0b20998d31d1c221b0e893ea3f8617376c"/>
+       </game>
+       <game name="JumpStart Escape from Adventure Island (USA)">
+               <category>Games</category>
+               <description>JumpStart Escape from Adventure Island (USA)</description>
+               <rom name="JumpStart Escape from Adventure Island (USA).iso" size="4699979776" crc="a8e93fcf" md5="a1e77e5feedb4f11a608ae9614f9b4bc" sha1="744a1b3b6d12ac75633d86fd4db420ac44f3b709"/>
+       </game>
+       <game name="Harry Potter and the Order of the Phoenix (UK)">
+               <category>Games</category>
+               <description>Harry Potter and the Order of the Phoenix (UK)</description>
+               <rom name="Harry Potter and the Order of the Phoenix (UK).iso" size="4699979776" crc="204211fd" md5="69a2973ea10b0002ce4bd6d40f527aa5" sha1="458b76911041976a09df05d72a26669b5a0a8f16"/>
+       </game>
+       <game name="Showtime Championship Boxing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Showtime Championship Boxing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Showtime Championship Boxing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="135879f1" md5="b53a76dadcf9fcb990af2cf55dc3d4ff" sha1="f992d21db770d7b14b3bbb7c84fa3d079d8a089c"/>
+       </game>
+       <game name="Ultimate Band (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Ultimate Band (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Ultimate Band (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d1659287" md5="8e8dca60ef84922dbff742b60152e901" sha1="8d79f3d5351a10eca0d78adbef066a1d54e45535"/>
+       </game>
+       <game name="We Sing Rock! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Sing Rock! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Sing Rock! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="73d23897" md5="a9d15705795403124dc8ecea8cca716c" sha1="675405b0709150bd5b7ed200425541ea2363e5bc"/>
+       </game>
+       <game name="Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="439151c1" md5="43b53aa5fae9586f62d629c8f2316c38" sha1="9ef5cbd7d52b0930af17b4975175d6d2ed8849a4"/>
+       </game>
+       <game name="Monster High - New Ghoul in School (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Monster High - New Ghoul in School (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Monster High - New Ghoul in School (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="ee8c5672" md5="fc728d69815fdc6bea5f855ca5fc5583" sha1="6af83fb6a1cb9b5ce2acea0f66d96aba0fb42046"/>
+       </game>
+       <game name="My Horse &amp; Me (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>My Horse &amp; Me (USA) (En,Fr,Es)</description>
+               <rom name="My Horse &amp; Me (USA) (En,Fr,Es).iso" size="4699979776" crc="fd747202" md5="b400e2c75b9d217e8caac4bc840c9e0d" sha1="847810aaf27f0ed02f0b8e2e3b0d095176aec7a3"/>
+       </game>
+       <game name="Nickelodeon Victorious - Taking the Lead (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Nickelodeon Victorious - Taking the Lead (USA) (En,Fr,Es)</description>
+               <rom name="Nickelodeon Victorious - Taking the Lead (USA) (En,Fr,Es).iso" size="4699979776" crc="5933b6b4" md5="5e0b92d7b29ff4180e8ef768719f7441" sha1="4a6f2361ea8413ebe6a50af9b353e4670af681df"/>
+       </game>
+       <game name="Ben 10 - Omniverse (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ben 10 - Omniverse (USA) (En,Fr,Es)</description>
+               <rom name="Ben 10 - Omniverse (USA) (En,Fr,Es).iso" size="4699979776" crc="51ca3a63" md5="d269ccae43f10b1fde5a53134287b1b0" sha1="eb8e5b0faee7c8b26fd43a4d23559c8a4c73aaf6"/>
+       </game>
+       <game name="Reader Rabbit - 2nd Grade (USA) (En,Fr,Es)">
+               <category>Educational</category>
+               <description>Reader Rabbit - 2nd Grade (USA) (En,Fr,Es)</description>
+               <rom name="Reader Rabbit - 2nd Grade (USA) (En,Fr,Es).iso" size="4699979776" crc="37149261" md5="0f3b6e21985d30d9ead55c9ee6cab336" sha1="29e0de92ef68f1402984b6c30bbe8f324502a5d0"/>
+       </game>
+       <game name="Reader Rabbit - Kindergarten (USA) (En,Fr,Es)">
+               <category>Educational</category>
+               <description>Reader Rabbit - Kindergarten (USA) (En,Fr,Es)</description>
+               <rom name="Reader Rabbit - Kindergarten (USA) (En,Fr,Es).iso" size="4699979776" crc="8b03b88b" md5="59487395e44baa24e82bcbaa3dd502b3" sha1="67292fa2c4bc8b0dcb919a4e4f5875ad1f0adb1b"/>
+       </game>
+       <game name="Reader Rabbit - Preschool (USA) (En,Fr,Es)">
+               <category>Educational</category>
+               <description>Reader Rabbit - Preschool (USA) (En,Fr,Es)</description>
+               <rom name="Reader Rabbit - Preschool (USA) (En,Fr,Es).iso" size="4699979776" crc="209c734c" md5="42ee45b5997e8836fda6d3d0998e8313" sha1="b15b4e1766b6efcbb89fbeec30b9bc1953cbde2c"/>
+       </game>
+       <game name="Happy Feet Two (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Happy Feet Two (USA) (En,Fr,Es)</description>
+               <rom name="Happy Feet Two (USA) (En,Fr,Es).iso" size="4699979776" crc="da0ccb9b" md5="ca8404e8e7a86dcc0192962913d530b0" sha1="e6cce9745e2cf810fef21a708c63f45bb71c0c83"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Legend of Aang (Europe, Australia) (En,Fr,De,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Legend of Aang (Europe, Australia) (En,Fr,De,Nl) (Rev 1)</description>
+               <rom name="Nickelodeon Avatar - The Legend of Aang (Europe, Australia) (En,Fr,De,Nl) (Rev 1).iso" size="4699979776" crc="9c7a74d9" md5="5b8e220d90d7da908a3275af2803b510" sha1="c55d1af06f741cd25a3b8a8aa6c17e6aa5f9525b"/>
+       </game>
+       <game name="Disney Planes - Fire &amp; Rescue (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney Planes - Fire &amp; Rescue (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney Planes - Fire &amp; Rescue (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="32c6dbd8" md5="dbb735bded5471196a258b761137982c" sha1="28cacd91980546eae94fbdd9f6e5dd299b99ac80"/>
+       </game>
+       <game name="My Word Coach - Verbeter Je Woordenschat (Netherlands)">
+               <category>Games</category>
+               <description>My Word Coach - Verbeter Je Woordenschat (Netherlands)</description>
+               <rom name="My Word Coach - Verbeter Je Woordenschat (Netherlands).iso" size="4699979776" crc="2375b901" md5="f49758565a34076f2025d36f28cde67c" sha1="9730dcead873970b81b503c040dde4e0c4fde108"/>
+       </game>
+       <game name="Sea Monsters - A Prehistoric Adventure (USA)">
+               <category>Games</category>
+               <description>Sea Monsters - A Prehistoric Adventure (USA)</description>
+               <rom name="Sea Monsters - A Prehistoric Adventure (USA).iso" size="4699979776" crc="b2bac028" md5="6bf74d5771ea00dd0d917f912664ec0c" sha1="a5dc7fde4c044a4dbf5f633027e1ef7f25411219"/>
+       </game>
+       <game name="ABC Wipeout 3 (USA)">
+               <category>Games</category>
+               <description>ABC Wipeout 3 (USA)</description>
+               <rom name="ABC Wipeout 3 (USA).iso" size="4699979776" crc="532f3633" md5="7a6c587d48a9aba52d3562616efd99de" sha1="6034997894f8fbdef6f0ac084295b9310e2244af"/>
+       </game>
+       <game name="Last Airbender, The (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Last Airbender, The (USA) (En,Fr)</description>
+               <rom name="Last Airbender, The (USA) (En,Fr).iso" size="4699979776" crc="850bccc2" md5="3eafa0ec3ff00da6ea5ee6ffa3f6cdcb" sha1="59a1dffb3adf71c95ca6380ee598cd0c41f598cf"/>
+       </game>
+       <game name="Gunslingers (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Gunslingers (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Gunslingers (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="3226b66d" md5="df6dc1c72f677f5089bce422c23b82f1" sha1="2bc5e5f3fcc8a2589e99cee040f6b261562e39d6"/>
+       </game>
+       <game name="ABC Wipeout 2 (USA)">
+               <category>Games</category>
+               <description>ABC Wipeout 2 (USA)</description>
+               <rom name="ABC Wipeout 2 (USA).iso" size="4699979776" crc="69fea05f" md5="35f7035fa7f18c42df5fc64482a9b5e3" sha1="12d9b729d73a95ef37df6a4b6072daec0b7325bf"/>
+       </game>
+       <game name="Bratz Kidz - Party (Europe) (En,Fr,De,Es,It,Sv,No,Da)">
+               <category>Games</category>
+               <description>Bratz Kidz - Party (Europe) (En,Fr,De,Es,It,Sv,No,Da)</description>
+               <rom name="Bratz Kidz - Party (Europe) (En,Fr,De,Es,It,Sv,No,Da).iso" size="4699979776" crc="6d1f44d5" md5="955dc30e39758d3a1d0368675abfa8c9" sha1="a2d430d22968ce716ea9fa04571094c27a92cab1"/>
+       </game>
+       <game name="Princess Isabella - A Witch's Curse (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Princess Isabella - A Witch's Curse (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Princess Isabella - A Witch's Curse (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="0183e11f" md5="0e911744fa992378ba6a0a7f57d7627a" sha1="655aa99f384ea28b8ae1957452d9a343febf990b"/>
+       </game>
+       <game name="Ferrari Challenge - Trofeo Pirelli (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ferrari Challenge - Trofeo Pirelli (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ferrari Challenge - Trofeo Pirelli (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4d952ebb" md5="5f1ce94d953c0b70858ac1d5b25a3803" sha1="0c38854425e1c74a3b03a50fa3d6e41f99ba2210"/>
+       </game>
+       <game name="Rally Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rally Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rally Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3691417a" md5="9e3e36e98a41daadc340426ed2876375" sha1="c5e116d38a0e61510b60f9b1866c974b753c61b7"/>
+       </game>
+       <game name="Dokapon Kingdom for Wii (Japan)">
+               <category>Games</category>
+               <description>Dokapon Kingdom for Wii (Japan)</description>
+               <rom name="Dokapon Kingdom for Wii (Japan).iso" size="4699979776" crc="87f3cfea" md5="6fd0bdf4c0a6aa133326327378e3711d" sha1="b67a01cc8f1937a56f1a4e04063b4df2a4445b9f"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2010 (Japan)">
+               <category>Games</category>
+               <description>Winning Eleven Play Maker 2010 (Japan)</description>
+               <rom name="Winning Eleven Play Maker 2010 (Japan).iso" size="4699979776" crc="81540b75" md5="74dc228b6761824835a18df3957b9574" sha1="19ed109c862c8851ca75467b6751621b3cd5e527"/>
+       </game>
+       <game name="Babysitter Mama (Japan)">
+               <category>Games</category>
+               <description>Babysitter Mama (Japan)</description>
+               <rom name="Babysitter Mama (Japan).iso" size="4699979776" crc="75277f70" md5="57db8cb51f05100280bec18c01765517" sha1="4a93b7da8978a2eb75623cf9a61943f76cc91f40"/>
+       </game>
+       <game name="Puzzle Series Vol. 1 - Sudoku (Japan)">
+               <category>Games</category>
+               <description>Puzzle Series Vol. 1 - Sudoku (Japan)</description>
+               <rom name="Puzzle Series Vol. 1 - Sudoku (Japan).iso" size="4699979776" crc="0029e0ff" md5="e5641f7bca95006824cfdc4c43dbf1c5" sha1="13fe6d9b3b3a7d7058ba841196a610c116c8c1c1"/>
+       </game>
+       <game name="Hajime no Ippo Revolution (Japan)">
+               <category>Games</category>
+               <description>Hajime no Ippo Revolution (Japan)</description>
+               <rom name="Hajime no Ippo Revolution (Japan).iso" size="4699979776" crc="7ece08c8" md5="84a898972203aa13f52761562ef28fed" sha1="8f5f8a0f2ff5a5b6e3beb6dfb0e32ba00e71df20"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - Echoes of Time (Japan)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles - Echoes of Time (Japan)</description>
+               <rom name="Final Fantasy Crystal Chronicles - Echoes of Time (Japan).iso" size="4699979776" crc="73c2462c" md5="03201960288c25cf1a1fa5e94ee6f351" sha1="23411e99c2b50093d3220a3e1cc36ecd5e9e4d34"/>
+       </game>
+       <game name="Disney Pirates of the Caribbean - At World's End (Japan)">
+               <category>Games</category>
+               <description>Disney Pirates of the Caribbean - At World's End (Japan)</description>
+               <rom name="Disney Pirates of the Caribbean - At World's End (Japan).iso" size="4699979776" crc="7742f341" md5="486296c5b544cff9f636955bd95df129" sha1="b570d364e415de546c483975804367c60d11b99c"/>
+       </game>
+       <game name="Speed Racer (Japan)">
+               <category>Games</category>
+               <description>Speed Racer (Japan)</description>
+               <rom name="Speed Racer (Japan).iso" size="4699979776" crc="257f8d0f" md5="311c17f6c8ab8526897cd6195dde866a" sha1="701ddfa8eed8deee2c6f1f0887fa44b92e0fc6cb"/>
+       </game>
+       <game name="Argos no Senshi - Muscle Impact (Japan)">
+               <category>Games</category>
+               <description>Argos no Senshi - Muscle Impact (Japan)</description>
+               <rom name="Argos no Senshi - Muscle Impact (Japan).iso" size="4699979776" crc="30056e18" md5="c0f3a988e8a62e01c8ad8c160ad9dc96" sha1="b3e415e01f5913d392b69e4bda6e77c05e7a1b07"/>
+       </game>
+       <game name="Dragon Quest - Monster Battle Road Victory (Japan)">
+               <category>Games</category>
+               <description>Dragon Quest - Monster Battle Road Victory (Japan)</description>
+               <rom name="Dragon Quest - Monster Battle Road Victory (Japan).iso" size="4699979776" crc="484e1e93" md5="21ffbf5493af94b41396268c26ae019e" sha1="10b4dc8ae4508eaa1cbc432f4c72851c12599e7b"/>
+       </game>
+       <game name="Aquarius Baseball - Genkai no, Sono Saki e. (Japan)">
+               <category>Games</category>
+               <description>Aquarius Baseball - Genkai no, Sono Saki e. (Japan)</description>
+               <rom name="Aquarius Baseball - Genkai no, Sono Saki e. (Japan).iso" size="4699979776" crc="698c39db" md5="bfe68e99005d9455f3d3fc7e06f3b344" sha1="4f878dd928b25ab47a88d12589ebce25bb619b60"/>
+       </game>
+       <game name="World of Golden Eggs, The - Nori Nori Rhythm-kei - Nissan Note Original Version (Japan)">
+               <category>Games</category>
+               <description>World of Golden Eggs, The - Nori Nori Rhythm-kei - Nissan Note Original Version (Japan)</description>
+               <rom name="World of Golden Eggs, The - Nori Nori Rhythm-kei - Nissan Note Original Version (Japan).iso" size="4699979776" crc="b892a47f" md5="ad6075838bf4da28cc37012db311a8d7" sha1="3a7109d768c4f87cfbc56b3a50d94bb56786f0f4"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - The Crystal Bearers (Japan)">
+               <category>Games</category>
+               <description>Final Fantasy Crystal Chronicles - The Crystal Bearers (Japan)</description>
+               <rom name="Final Fantasy Crystal Chronicles - The Crystal Bearers (Japan).iso" size="4699979776" crc="cb6adb34" md5="38ddc2d12a6e7e4a5a5899329a46a984" sha1="0dfd11a049afc1283241c7ea4af84a6576bb32c7"/>
+       </game>
+       <game name="Barbie as the Island Princess (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Barbie as the Island Princess (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Barbie as the Island Princess (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="02c78c78" md5="b0f89663a541df1a6eb374cbbb83025e" sha1="12d6a981d6be518c20cee248b84b674dae6a628e"/>
+       </game>
+       <game name="Cocoto Magic Circus (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cocoto Magic Circus (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cocoto Magic Circus (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d4f8c899" md5="4c1eaaa3c0f69dc49ac0a95e06e2da80" sha1="19fadcf830102dda684d3cac89d815da1f5a4b61"/>
+       </game>
+       <game name="FIFA 11 (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>FIFA 11 (Europe) (En,Fr,Nl)</description>
+               <rom name="FIFA 11 (Europe) (En,Fr,Nl).iso" size="4699979776" crc="c964ad80" md5="80a91901d4dcaf3f0d8f9f97ccfb09c8" sha1="f79e2083d492a02ec05b394c829ffd42a4331d9a"/>
+       </game>
+       <game name="North American Hunting Extravaganza (UK)">
+               <category>Games</category>
+               <description>North American Hunting Extravaganza (UK)</description>
+               <rom name="North American Hunting Extravaganza (UK).iso" size="4699979776" crc="0b7b194f" md5="17061b277eabe3ff15930cf48eef75ad" sha1="3c77af82612fd0d8ad43c91f5be2688fdfea4e45"/>
+       </game>
+       <game name="Rio (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Rio (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Rio (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="0c2c0af8" md5="ec8f0ef4229730c3e3fe27787bb6ae11" sha1="7766607f5b90db07633cf42598b1288a10c36ee2"/>
+       </game>
+       <game name="Dancing with the Stars (USA)">
+               <category>Games</category>
+               <description>Dancing with the Stars (USA)</description>
+               <rom name="Dancing with the Stars (USA).iso" size="4699979776" crc="4bf8f209" md5="4b7e0664abb1525229b155ade19a4f42" sha1="9b1f1d6e27f62067845bbebaf262ed1f6f80849d"/>
+       </game>
+       <game name="Let's Dance (USA)">
+               <category>Games</category>
+               <description>Let's Dance (USA)</description>
+               <rom name="Let's Dance (USA).iso" size="4699979776" crc="f50c3b40" md5="83bef5c6936551149f2008a0ac84bbe0" sha1="df87f144217e9540f9b401719b76105ee24611d1"/>
+       </game>
+       <game name="Fun Park Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fun Park Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fun Park Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bcddced3" md5="75c22f7c826ff8b71392f2159d1786f7" sha1="6b160fb4f0ee0fb205d220438ffa1ea29d05143a"/>
+       </game>
+       <game name="Playmobil Circus (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Playmobil Circus (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Playmobil Circus (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="bb3ef2f1" md5="420f8b943267bbd4b0b6e6c9c0093425" sha1="2179b21d874a34ee535627db01d1780d52e8247e"/>
+       </game>
+       <game name="Legend of Spyro, The - Dawn of the Dragon (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - Dawn of the Dragon (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Legend of Spyro, The - Dawn of the Dragon (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="75402775" md5="0027619c632c157220b3309090d19eb6" sha1="06547994f29442a041e2c939002be04def6fea94"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (UK)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (UK)</description>
+               <rom name="Disney-Pixar Ratatouille (UK).iso" size="4699979776" crc="ce328912" md5="a16b9e6b27b4e5da7ec6664d8682ef65" sha1="757813d5a8a3cb9de986be7816aaa954e1f2990b"/>
+       </game>
+       <game name="Babysitting Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Babysitting Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Babysitting Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="2ba72bae" md5="850dad5371f21e88c4defac17fb4721b" sha1="c595c9018b6bde7a9d9992c16d26dec67d2ef18e"/>
+       </game>
+       <game name="Just Dance 3 (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance 3 (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Just Dance 3 (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="330ab36d" md5="938e30663c4e31e2f7d16c8042034188" sha1="50ef4ca6ab031e66ad467b346c927c49573fa4db"/>
+       </game>
+       <game name="Just Dance 2014 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Just Dance 2014 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Just Dance 2014 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="771ccc25" md5="08aa014afa180e3d5474f29a2de7b904" sha1="beff7b469ac9c3878359c7206a0e924a44002253"/>
+       </game>
+       <game name="Luxor - Pharaoh's Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Luxor - Pharaoh's Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Luxor - Pharaoh's Challenge (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="da7e2479" md5="b02c84222988d670c341bb47b839e788" sha1="9f3d12cbe7425c2d0e7cd34e21d61c4724ccde6c"/>
+       </game>
+       <game name="Marines - Modern Urban Combat (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Marines - Modern Urban Combat (Europe) (En,Fr,De)</description>
+               <rom name="Marines - Modern Urban Combat (Europe) (En,Fr,De).iso" size="4699979776" crc="eb79ec27" md5="e3d05cdbfdf0df2be0e5566fbbf11d62" sha1="f63404d6a3256956ead2fead0ded2c536a977b8d"/>
+       </game>
+       <game name="Karaoke Joysound Wii (Japan)">
+               <category>Games</category>
+               <description>Karaoke Joysound Wii (Japan)</description>
+               <rom name="Karaoke Joysound Wii (Japan).iso" size="4699979776" crc="728ad2fa" md5="d89ae93539eaed363fc61c1238d4f22c" sha1="e8669048eb88c8c213c5c29e6c1ed28351352513"/>
+       </game>
+       <game name="Excite Mou Machine (Japan)">
+               <category>Games</category>
+               <description>Excite Mou Machine (Japan)</description>
+               <rom name="Excite Mou Machine (Japan).iso" size="4699979776" crc="adae347e" md5="117d69d8162e024de57762907b3a6e0f" sha1="5437ae22457fe44b81fb5012bc1ba3d71885117b"/>
+       </game>
+       <game name="Party Game Box 100 (Japan)">
+               <category>Games</category>
+               <description>Party Game Box 100 (Japan)</description>
+               <rom name="Party Game Box 100 (Japan).iso" size="4699979776" crc="782ee58f" md5="a8087b193875fd0c039ba5f0b977fdd3" sha1="a2378c0948fa11d223f756840cd5baa223096803"/>
+       </game>
+       <game name="Kamen Rider - Climax Heroes Fourze (Japan)">
+               <category>Games</category>
+               <description>Kamen Rider - Climax Heroes Fourze (Japan)</description>
+               <rom name="Kamen Rider - Climax Heroes Fourze (Japan).iso" size="4699979776" crc="6f055d9c" md5="ca3203c309a8fab78bdaa24a89a78157" sha1="8eb88952519be718adb29c9ace3f4850e78daf10"/>
+       </game>
+       <game name="Naruto Shippuuden - Gekitou Ninja Taisen! EX3 (Japan)">
+               <category>Games</category>
+               <description>Naruto Shippuuden - Gekitou Ninja Taisen! EX3 (Japan)</description>
+               <rom name="Naruto Shippuuden - Gekitou Ninja Taisen! EX3 (Japan).iso" size="4699979776" crc="b0742025" md5="e45450be9a9c93f77ecb8614b02dba00" sha1="2bd58f532ab27658e9c9e70fe223a2ed3941a5cd"/>
+       </game>
+       <game name="Ousama Monogatari (Japan)">
+               <category>Games</category>
+               <description>Ousama Monogatari (Japan)</description>
+               <rom name="Ousama Monogatari (Japan).iso" size="4699979776" crc="2b4a32e2" md5="5c541821de34de5b95ea409e0de3b695" sha1="397857145adf73206830724f6f410c24f510aa04"/>
+       </game>
+       <game name="No More Heroes 2 - Desperate Struggle (Japan)">
+               <category>Games</category>
+               <description>No More Heroes 2 - Desperate Struggle (Japan)</description>
+               <rom name="No More Heroes 2 - Desperate Struggle (Japan).iso" size="4699979776" crc="40e7cbe3" md5="13fd4439188415d47919c7875e5e2349" sha1="769494e3db6390bfe605089ffb03f3ec43a6e2aa"/>
+       </game>
+       <game name="Tales of Graces (Japan)">
+               <category>Games</category>
+               <description>Tales of Graces (Japan)</description>
+               <rom name="Tales of Graces (Japan).iso" size="4699979776" crc="c88d0967" md5="dd04180108f30ee501a1bd58a5cff720" sha1="d33fb50da8e4e1be9b166e23cceb95f14070c1a2"/>
+       </game>
+       <game name="Major Dream - Major Wii - Nagero! Gyroball!! (Japan)">
+               <category>Games</category>
+               <description>Major Dream - Major Wii - Nagero! Gyroball!! (Japan)</description>
+               <rom name="Major Dream - Major Wii - Nagero! Gyroball!! (Japan).iso" size="4699979776" crc="7ccc79bb" md5="aaaf1d5e7015b0191a4d89a602a05920" sha1="a0386bc8cf6133db0f4b9802f2262c249354efba"/>
+       </game>
+       <game name="FIFA 08 - World Class Soccer (Japan)">
+               <category>Games</category>
+               <description>FIFA 08 - World Class Soccer (Japan)</description>
+               <rom name="FIFA 08 - World Class Soccer (Japan).iso" size="4699979776" crc="16469d1e" md5="ef021cbfd4fa197ff05c6c435c5962a3" sha1="137551516ce14bcb9dbf0f151bdf5e719397dd41"/>
+       </game>
+       <game name="Barbie Horse Adventures - Riding Camp (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Barbie Horse Adventures - Riding Camp (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Barbie Horse Adventures - Riding Camp (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9bb67872" md5="9babc476726e057372a1801f973d092e" sha1="747b082a66c209b41d44cc50bdafd4ecece484c5"/>
+       </game>
+       <game name="MySims (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>MySims (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="MySims (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="52131c29" md5="9807a2ba948f1eba215f8a90ccfa426c" sha1="dbef8657ac790cd83d0e23d9acbabbbb9846faf1"/>
+       </game>
+       <game name="MySims SkyHeroes (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>MySims SkyHeroes (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="MySims SkyHeroes (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="10ad1214" md5="1e2298fe658d29bdcf5b6e7e04366a63" sha1="e899edc3c2f1596c692554c2f21376060482bbe6"/>
+       </game>
+       <game name="Planet 51 - The Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Planet 51 - The Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Planet 51 - The Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="77d62805" md5="3f1f3623211ca1608c79f9575c4c6fd7" sha1="0a7d98f7fb0fb4f4a520e9eb4ed9c824468427b8"/>
+       </game>
+       <game name="My Pet World (Europe) (En,Es,Nl)">
+               <category>Games</category>
+               <description>My Pet World (Europe) (En,Es,Nl)</description>
+               <rom name="My Pet World (Europe) (En,Es,Nl).iso" size="4699979776" crc="718379c0" md5="107c221df3d7b0dffb5134c36956cfec" sha1="2d0a77960ba65045c4a5641d9c288848f4adfeb1"/>
+       </game>
+       <game name="Monster Trux Offroad (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Monster Trux Offroad (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Monster Trux Offroad (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="fab8dcc4" md5="0661e2ba15b41a0a097c90b374d8f661" sha1="34f66e67867571a8e780f828ffc6a40260344d13"/>
+       </game>
+       <game name="Dogz (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Dogz (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Dogz (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9ddb9b71" md5="208eba19f6258088b4b2559dd34d1d85" sha1="12553e42a6f0ba628d06b732ff8becb25ee27c9e"/>
+       </game>
+       <game name="MySims Kingdom (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu)">
+               <category>Games</category>
+               <description>MySims Kingdom (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu)</description>
+               <rom name="MySims Kingdom (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu).iso" size="4699979776" crc="aa4edfed" md5="f2be2d33e37b636fd310dc89e1ead910" sha1="d5e7ae6e7debf3ba370a46862984fae9dc495a27"/>
+       </game>
+       <game name="Wheelspin (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wheelspin (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wheelspin (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1e838cc0" md5="5252d9424d7f708f5489592c9f5a81ba" sha1="faf07deedd9473b5af1e786a55c02bba31c9be38"/>
+       </game>
+       <game name="Need for Speed - ProStreet (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>Need for Speed - ProStreet (Europe) (En,Nl)</description>
+               <rom name="Need for Speed - ProStreet (Europe) (En,Nl).iso" size="4699979776" crc="51458b8d" md5="2c87245f98f8b5e1aebf62987214b308" sha1="af24f9c337c0388744b8c9b94a6262ef9452eedd"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Europe) (Fr,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Europe) (Fr,Nl) (Rev 1)</description>
+               <rom name="Disney-Pixar WALL-E (Europe) (Fr,Nl) (Rev 1).iso" size="4699979776" crc="eb882cc9" md5="41c55c51697274e7c10cc8b6994d965d" sha1="8a4475f62428ff84027af366c6097a77fb9e9c4e"/>
+       </game>
+       <game name="Mario &amp; Sonic at Vancouver Olympic (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at Vancouver Olympic (Japan) (Rev 1)</description>
+               <rom name="Mario &amp; Sonic at Vancouver Olympic (Japan) (Rev 1).iso" size="4699979776" crc="08503557" md5="75020e5af6bbf0c82f9ef0cd5f429057" sha1="6a453ea970ddfdc8ffd7342f45b64eec2a8e53f4"/>
+       </game>
+       <game name="Doubutsu Kisoutengai! Nazo no Rakuen de Scoop Shashin o Gekisha Seyo! (Japan)">
+               <category>Games</category>
+               <description>Doubutsu Kisoutengai! Nazo no Rakuen de Scoop Shashin o Gekisha Seyo! (Japan)</description>
+               <rom name="Doubutsu Kisoutengai! Nazo no Rakuen de Scoop Shashin o Gekisha Seyo! (Japan).iso" size="4699979776" crc="ded2eb11" md5="361c1d4e26b3f348c542a5011281cbee" sha1="a05f39b39ac5eb9b75aa86cc2c9b70e53f9ecc25"/>
+       </game>
+       <game name="NHK Kouhaku Quiz Gassen (Japan)">
+               <category>Games</category>
+               <description>NHK Kouhaku Quiz Gassen (Japan)</description>
+               <rom name="NHK Kouhaku Quiz Gassen (Japan).iso" size="4699979776" crc="11befc22" md5="5552e80d152da388195ae4d6e31957ac" sha1="c629bef63d435bf8c3498904c959cce6e7698880"/>
+       </game>
+       <game name="Tokyo Friend Park II - Ketteiban - Minna de Chousen! Taikan Attraction! (Japan)">
+               <category>Games</category>
+               <description>Tokyo Friend Park II - Ketteiban - Minna de Chousen! Taikan Attraction! (Japan)</description>
+               <rom name="Tokyo Friend Park II - Ketteiban - Minna de Chousen! Taikan Attraction! (Japan).iso" size="4699979776" crc="8cc8508f" md5="50cec6d8bf88f30bcc31056c0e6e15a5" sha1="a609aa0540872224c06f04c7494f11abdc707fe8"/>
+       </game>
+       <game name="Yatterman Wii - Bikkuri Dokkiri Machine de Mou Race da Koron (Japan)">
+               <category>Games</category>
+               <description>Yatterman Wii - Bikkuri Dokkiri Machine de Mou Race da Koron (Japan)</description>
+               <rom name="Yatterman Wii - Bikkuri Dokkiri Machine de Mou Race da Koron (Japan).iso" size="4699979776" crc="ece4fde1" md5="cd46c26b32a84e2c8bfdded4f6b7750a" sha1="368ee25f0bbc800659b072b310415846e5227b8a"/>
+       </game>
+       <game name="Illvelo Wii (Japan)">
+               <category>Games</category>
+               <description>Illvelo Wii (Japan)</description>
+               <rom name="Illvelo Wii (Japan).iso" size="4699979776" crc="b4e74689" md5="ece7bf6e75eadd7ca82b2af40859abf8" sha1="6a297bf6f421e78c0a7be4c5ec18839e6d6aa61f"/>
+       </game>
+       <game name="Ougon no Kizuna (Japan)">
+               <category>Games</category>
+               <description>Ougon no Kizuna (Japan)</description>
+               <rom name="Ougon no Kizuna (Japan).iso" size="4699979776" crc="671d14a7" md5="fc8e0a7ff0afddf2de429d7202a86dc2" sha1="a2db3ca313fd21105b90057d097db7a94ebee805"/>
+       </game>
+       <game name="Wii Remocon Plus - Variety (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Remocon Plus - Variety (Japan) (Rev 1)</description>
+               <rom name="Wii Remocon Plus - Variety (Japan) (Rev 1).iso" size="4699979776" crc="558c0fc3" md5="4843a328621f192bf1ac5de2626a9d6e" sha1="045fec297a98942228f5e758298d49b21ac9352a"/>
+       </game>
+       <game name="Kidou Senshi Gundam - MS Sensen 0079 (Japan)">
+               <category>Games</category>
+               <description>Kidou Senshi Gundam - MS Sensen 0079 (Japan)</description>
+               <rom name="Kidou Senshi Gundam - MS Sensen 0079 (Japan).iso" size="4699979776" crc="bfd806ea" md5="7805a94291fe0b677ef2bf35f494ffaf" sha1="351682e2d7a1aeef78a1388883c7474731370c40"/>
+       </game>
+       <game name="Blazing Angels - Squadrons of WWII (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Blazing Angels - Squadrons of WWII (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Blazing Angels - Squadrons of WWII (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="85e821c7" md5="c392d5bc755be503068eda48041682de" sha1="3585fc9312ef6af2b9a5b0b825e473c600029a14"/>
+       </game>
+       <game name="Disney's Chicken Little - Ace in Action (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney's Chicken Little - Ace in Action (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney's Chicken Little - Ace in Action (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7eb83e1a" md5="8c9df6ead6ee78ed868174cf4b29f06a" sha1="a87d12bea0c16616495bb7caab9bcb2b46660a1d"/>
+       </game>
+       <game name="Cruis'n (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cruis'n (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cruis'n (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1ef1f058" md5="b7192adb9763d16a3899d0fa38f6d84f" sha1="15e82e155e478fd414cfd7e5c9cc51f126414f08"/>
+       </game>
+       <game name="Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (Europe) (En,Fr,Nl)</description>
+               <rom name="Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (Europe) (En,Fr,Nl).iso" size="4699979776" crc="c0f7d963" md5="bff9994dc60f6435c2b3192a8c8015a3" sha1="0e0ac1582c93409b43fc83203f6885908889efd6"/>
+       </game>
+       <game name="Top Spin 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Top Spin 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Top Spin 3 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b05920f0" md5="93301ddaed6e2f759259f13e37270052" sha1="54aaa69843458a56d4b282efd0244f4e9897980b"/>
+       </game>
+       <game name="Birthday Party Bash (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Birthday Party Bash (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Birthday Party Bash (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="a5f84d76" md5="0fe762f693579b6398d959754fe194ff" sha1="1bc1a37577fff0dae38c89969066300e3071b134"/>
+       </game>
+       <game name="Skate City Heroes (USA)">
+               <category>Games</category>
+               <description>Skate City Heroes (USA)</description>
+               <rom name="Skate City Heroes (USA).iso" size="4699979776" crc="444d3c8a" md5="cec10b1b8f87d52fba1540b314a102eb" sha1="ba23495c7d690363cf123b40784f408fbdbf8265"/>
+       </game>
+       <game name="Jenga World Tour (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jenga World Tour (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Jenga World Tour (USA) (En,Fr,De,Es,It).iso" size="4699979776" crc="8a3810ca" md5="817cc8df196d320a2166d996030697f6" sha1="59db1c668f43c557c3bbdf1e99f622a845d2c76b"/>
+       </game>
+       <game name="Build'n Race (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Build'n Race (USA) (En,Fr,Es)</description>
+               <rom name="Build'n Race (USA) (En,Fr,Es).iso" size="4699979776" crc="0d88ed92" md5="e830311214dafaa15a3d6ae0d9f56af0" sha1="a583943d05d3da1d1dd2453809b36cd616a16349"/>
+       </game>
+       <game name="Looney Tunes - Acme Arsenal (USA)">
+               <category>Games</category>
+               <description>Looney Tunes - Acme Arsenal (USA)</description>
+               <rom name="Looney Tunes - Acme Arsenal (USA).iso" size="4699979776" crc="d3df8520" md5="384f0ee59fb3995b3675085f65fca01c" sha1="9a4d9f2701412b4119d1fb346594120e7d49f489"/>
+       </game>
+       <game name="Madden NFL 07 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 07 (USA)</description>
+               <rom name="Madden NFL 07 (USA).iso" size="4699979776" crc="7f213889" md5="5e21ad948ad418c6bdffcbfd455fd374" sha1="5be8d3562719be0f176e16bb421e2b8ce18003a0"/>
+       </game>
+       <game name="Hot Wheels - Battle Force 5 (USA)">
+               <category>Games</category>
+               <description>Hot Wheels - Battle Force 5 (USA)</description>
+               <rom name="Hot Wheels - Battle Force 5 (USA).iso" size="4699979776" crc="3308ebea" md5="a1a9af5ad57bd142405e103b89af60d1" sha1="bf1506ea09e5f1dc676e59ef06ec945b3b19879b"/>
+       </game>
+       <game name="Backyard Sports - Sandlot Sluggers (USA)">
+               <category>Games</category>
+               <description>Backyard Sports - Sandlot Sluggers (USA)</description>
+               <rom name="Backyard Sports - Sandlot Sluggers (USA).iso" size="4699979776" crc="83c1ecf3" md5="df064ca67f4494b572a0bb018e10eae3" sha1="39f322ff47253a02fc6cfc43ffef2b6903d2e47e"/>
+       </game>
+       <game name="Just Dance 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="ad05951b" md5="545c5a833dd274e0cc62d72d91559dca" sha1="2f0d8d52649585e6bc1ae8f9f6930c3291638e75"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquigglePants (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquigglePants (USA) (En,Fr,Es)</description>
+               <rom name="Nickelodeon SpongeBob SquigglePants (USA) (En,Fr,Es).iso" size="4699979776" crc="388fe4b9" md5="1f6162c5946abf14bbccb8d1a5e1317e" sha1="43dc8b138a31b46f40fcdb71dc6c52bec55d8752"/>
+       </game>
+       <game name="FIFA 15 - Legacy Edition (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>FIFA 15 - Legacy Edition (Europe) (En,Fr,Nl)</description>
+               <rom name="FIFA 15 - Legacy Edition (Europe) (En,Fr,Nl).iso" size="4699979776" crc="c29f1d9e" md5="656320f20b989952fd2183bdbda4b42d" sha1="df0541844c05a3a52340d871080a0b3a3576033d"/>
+       </game>
+       <game name="Open Season (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Open Season (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Open Season (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="b3769c88" md5="09ce4583b60000aa8917732e0cd954e2" sha1="54331c5fc28ec7c224e1c39d3640296eab5c95e3"/>
+       </game>
+       <game name="Summer Sports Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Summer Sports Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Summer Sports Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="40293bf3" md5="1079862486e5a421f7fe1226e21a0758" sha1="6868da4b58e2e3a880d987aaff1f59d379ca6f80"/>
+       </game>
+       <game name="Skylanders - Swap Force (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Europe) (Fr,Nl)</description>
+               <rom name="Skylanders - Swap Force (Europe) (Fr,Nl).iso" size="4699979776" crc="d84d9f69" md5="8ce650bacd913c87729c0d0e4959ebf2" sha1="fa934ba321e60c773b1d3f7da829cd1e02cd4589"/>
+       </game>
+       <game name="World Championship Sports (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>World Championship Sports (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="World Championship Sports (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b797ac84" md5="18084ff2ab1d4804f19c6e6abc5ea377" sha1="35c4fd3b2d5a6e92c79d57264ccc815fc15cbc04"/>
+       </game>
+       <game name="Big Beach Sports 2 (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Big Beach Sports 2 (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Big Beach Sports 2 (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5f13edbf" md5="913f90d37d61a3d1fadc63294f05891e" sha1="352bbfefa8cbe53c1aad88e6362d0d998d649546"/>
+       </game>
+       <game name="Family Party - 90 Great Games Party Pack (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Party - 90 Great Games Party Pack (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Party - 90 Great Games Party Pack (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="83f7fae5" md5="117920c213c582679c8d912edc6bcbd2" sha1="024f3a8f85d26e1e2024893d37c2288650a32c11"/>
+       </game>
+       <game name="Marvel Super Hero Squad - The Infinity Gauntlet (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad - The Infinity Gauntlet (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Marvel Super Hero Squad - The Infinity Gauntlet (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="572d3d4c" md5="1755f92354c4ad1573026fe878336439" sha1="74bea1efb60439be62bc069408cd16e164f023b2"/>
+       </game>
+       <game name="Monster High - Ghoul Spirit (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Monster High - Ghoul Spirit (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Monster High - Ghoul Spirit (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="584556f2" md5="04dc4465a75aad037eb16b49eb73049b" sha1="f994d98aca252b3a1211ad98579e8cdf8527c8f9"/>
+       </game>
+       <game name="Chicken Riot (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Chicken Riot (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Chicken Riot (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="b5ef52d8" md5="5964d706b24b623ca9cff334e03b31fb" sha1="fc4077df87233c46349666dc59ef76feeeedc4ea"/>
+       </game>
+       <game name="Oha Suta Produce! Gentei Collabo Game Disc!! (Japan)">
+               <category>Games</category>
+               <description>Oha Suta Produce! Gentei Collabo Game Disc!! (Japan)</description>
+               <rom name="Oha Suta Produce! Gentei Collabo Game Disc!! (Japan).iso" size="4699979776" crc="1fd80311" md5="d32c942fbe49d5d4ab7d65e5b7f6dea8" sha1="1698547d81b73e177b407a14173623f455ae22c2"/>
+       </game>
+       <game name="We Cheer (Japan)">
+               <category>Games</category>
+               <description>We Cheer (Japan)</description>
+               <rom name="We Cheer (Japan).iso" size="4699979776" crc="6c84557c" md5="0a4e5a113b4be03588f53fbccc04c39d" sha1="9863c6238cfdb7eb6376a0087ce8d1d7391375f8"/>
+       </game>
+       <game name="Swing Golf Pangya 2nd Shot! (Japan)">
+               <category>Games</category>
+               <description>Swing Golf Pangya 2nd Shot! (Japan)</description>
+               <rom name="Swing Golf Pangya 2nd Shot! (Japan).iso" size="4699979776" crc="889fd5fb" md5="968e45a53042cb5544558d656cacb5f8" sha1="55fea9b8b67a10ba2fbafc0748c8fe1dea7850ee"/>
+       </game>
+       <game name="Akumajou Dracula Judgment (Japan)">
+               <category>Games</category>
+               <description>Akumajou Dracula Judgment (Japan)</description>
+               <rom name="Akumajou Dracula Judgment (Japan).iso" size="4699979776" crc="e998af44" md5="1f39bf772696b13a12a2912d8b4f32c7" sha1="c87944ae0cd3b277bed93a8b3a388d65c639b5c2"/>
+       </game>
+       <game name="Dragon Blade (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Dragon Blade (Japan) (Rev 1)</description>
+               <rom name="Dragon Blade (Japan) (Rev 1).iso" size="4699979776" crc="4bd6cf51" md5="06067e1c640e144dc3e4b7955710b341" sha1="ecf20b1832e89e6d150257d6a18a9b0aefb98315"/>
+       </game>
+       <game name="FaceBreaker K.O. Party (Japan)">
+               <category>Games</category>
+               <description>FaceBreaker K.O. Party (Japan)</description>
+               <rom name="FaceBreaker K.O. Party (Japan).iso" size="4699979776" crc="c7b78f71" md5="68a671110c7e82afc163cbca312b12d1" sha1="91b93fb133576ece78052ce993a2dc0ee3f64eae"/>
+       </game>
+       <game name="Anime Slot Revolution - Pachi-Slot Kidou Senshi Gundam II - Ai Senshi-hen (Japan)">
+               <category>Games</category>
+               <description>Anime Slot Revolution - Pachi-Slot Kidou Senshi Gundam II - Ai Senshi-hen (Japan)</description>
+               <rom name="Anime Slot Revolution - Pachi-Slot Kidou Senshi Gundam II - Ai Senshi-hen (Japan).iso" size="4699979776" crc="9e29121b" md5="415b06f70d25da9cf8c99f3cb6c15fa4" sha1="f07bfef29daad54139c74099b508307d98ed3230"/>
+       </game>
+       <game name="Ghost Squad (Japan)">
+               <category>Games</category>
+               <description>Ghost Squad (Japan)</description>
+               <rom name="Ghost Squad (Japan).iso" size="4699979776" crc="dc752352" md5="7910cdf985d6c4cd193290ed57ec6045" sha1="9700cd97047e86cf0784fd71c64210f19d9fa7f3"/>
+       </game>
+       <game name="Need for Speed - Carbon (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (Japan)</description>
+               <rom name="Need for Speed - Carbon (Japan).iso" size="4699979776" crc="876fbc70" md5="abe513ff6432fd46a3327ef9a7b96244" sha1="52c08d525548b1bc6d053b914cc584c6c9f7e3ce"/>
+       </game>
+       <game name="Winter Sports 2009 - The Next Challenge (Japan)">
+               <category>Games</category>
+               <description>Winter Sports 2009 - The Next Challenge (Japan)</description>
+               <rom name="Winter Sports 2009 - The Next Challenge (Japan).iso" size="4699979776" crc="85b31cc3" md5="43248f8a6a776e4f7b869e9fd1d0eb84" sha1="be3ea9da71be447a202f9d98dcae6941cf3dfff1"/>
+       </game>
+       <game name="EA Sports Active - Personal Trainer Wii - 6-shuukan Shuuchuu Hikishime Program (Japan)">
+               <category>Games</category>
+               <description>EA Sports Active - Personal Trainer Wii - 6-shuukan Shuuchuu Hikishime Program (Japan)</description>
+               <rom name="EA Sports Active - Personal Trainer Wii - 6-shuukan Shuuchuu Hikishime Program (Japan).iso" size="4699979776" crc="2bcfc1c5" md5="7272e457e016941cfaaac21b84419e14" sha1="aebdba7a08380c3b8e387e09f65ab9bf160491a9"/>
+       </game>
+       <game name="Boku to Sim no Machi Agent - Gokuaku Shachou kara Sekai o Sukue Daisakusen! (Japan)">
+               <category>Games</category>
+               <description>Boku to Sim no Machi Agent - Gokuaku Shachou kara Sekai o Sukue Daisakusen! (Japan)</description>
+               <rom name="Boku to Sim no Machi Agent - Gokuaku Shachou kara Sekai o Sukue Daisakusen! (Japan).iso" size="4699979776" crc="373af74e" md5="f0e7e374eccfb4dbc2f2a263a6e0aee9" sha1="027e78421c46394978ee7da9b057cd1620345da9"/>
+       </game>
+       <game name="Kiki Trick (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Kiki Trick (Japan) (Rev 1)</description>
+               <rom name="Kiki Trick (Japan) (Rev 1).iso" size="4699979776" crc="0ea31896" md5="0327c7005ef1707d8f3c07490878ae74" sha1="d4370c61a6dc30ab5239cfbcc304aefad9a3b790"/>
+       </game>
+       <game name="Kamen Rider - Climax Heroes W (Japan)">
+               <category>Games</category>
+               <description>Kamen Rider - Climax Heroes W (Japan)</description>
+               <rom name="Kamen Rider - Climax Heroes W (Japan).iso" size="4699979776" crc="c84aaada" md5="24b6ab841d772bd2627df5eb67fd7401" sha1="e5fe0babab3037670e4ee711cec9b5e23665aee3"/>
+       </game>
+       <game name="Boku to Sim no Machi Party (Japan)">
+               <category>Games</category>
+               <description>Boku to Sim no Machi Party (Japan)</description>
+               <rom name="Boku to Sim no Machi Party (Japan).iso" size="4699979776" crc="2732e6c0" md5="fb591f2dd9a047cc22d2852ee34a9595" sha1="8be655e18f0b532a11538bac5b6d4385ea10b7c9"/>
+       </game>
+       <game name="Puzzle Series Vol. 2 - Illust Logic + Colorful Logic (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Puzzle Series Vol. 2 - Illust Logic + Colorful Logic (Japan) (Rev 1)</description>
+               <rom name="Puzzle Series Vol. 2 - Illust Logic + Colorful Logic (Japan) (Rev 1).iso" size="4699979776" crc="9639b372" md5="1bf474a8159d02820c02d74908bbfbc6" sha1="29aaded58c53736b3ebb7c3dda731655995df4de"/>
+       </game>
+       <game name="Family Ski - World Ski &amp; Snowboard (Japan)">
+               <category>Games</category>
+               <description>Family Ski - World Ski &amp; Snowboard (Japan)</description>
+               <rom name="Family Ski - World Ski &amp; Snowboard (Japan).iso" size="4699979776" crc="f9bee012" md5="adedfe13495fd6be9ba173a7b896faad" sha1="53b7c8ac7834eb72f29715250dbe13084b2d0bc7"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2011 (Japan)">
+               <category>Games</category>
+               <description>Winning Eleven Play Maker 2011 (Japan)</description>
+               <rom name="Winning Eleven Play Maker 2011 (Japan).iso" size="4699979776" crc="1b96b1d8" md5="ed1de03cb62b1535895b843f5ff7bc6f" sha1="162a3fe2f71806b3accf632c497cd7df40b31ca7"/>
+       </game>
+       <game name="Hagane no Renkinjutsushi - Fullmetal Alchemist - Tasogare no Shoujo (Japan)">
+               <category>Games</category>
+               <description>Hagane no Renkinjutsushi - Fullmetal Alchemist - Tasogare no Shoujo (Japan)</description>
+               <rom name="Hagane no Renkinjutsushi - Fullmetal Alchemist - Tasogare no Shoujo (Japan).iso" size="4699979776" crc="7726c17d" md5="f88cd66af2a33736e0b19903d828ef80" sha1="db1c64bcf289bd59ab148d5bfd2faf7f94c91a1a"/>
+       </game>
+       <game name="Super Mario Galaxy 2 (Japan)">
+               <category>Games</category>
+               <description>Super Mario Galaxy 2 (Japan)</description>
+               <rom name="Super Mario Galaxy 2 (Japan).iso" size="4699979776" crc="fd072a5f" md5="b628f50789f2d79e1ce04b7d3caa90fa" sha1="2de6de5900add09f2919434ddd6836f266e3df9a"/>
+       </game>
+       <game name="Endless Ocean 2 - Adventures of the Deep (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Endless Ocean 2 - Adventures of the Deep (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Endless Ocean 2 - Adventures of the Deep (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6e62be60" md5="c682b849f972c3cfb4da3acd6dd6b3ae" sha1="0895abcae521f4ca8dd0264ddb2920a6360ce705"/>
+       </game>
+       <game name="Resident Evil 4 - Wii Edition (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Resident Evil 4 - Wii Edition (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Resident Evil 4 - Wii Edition (Germany) (En,Fr,De,Es,It).iso" size="4699979776" crc="b0462ccd" md5="ec41dbef50f37f7fd17412eb46cfbd8d" sha1="51583c2531b83f5c78938ae5b39e91a6148bc4e2"/>
+       </game>
+       <game name="Chrysler Classic Racing (USA) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Chrysler Classic Racing (USA) (En,Fr,De,Es,It)</description>
+               <rom name="Chrysler Classic Racing (USA) (En,Fr,De,Es,It).iso" size="4699979776" crc="5067c969" md5="9ac4ad82fcbbeede91ee5a694875651d" sha1="513053e4c4bc08cbf52150c453a91f36c4ab2831"/>
+       </game>
+       <game name="Story Hour - Fairy Tales (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Story Hour - Fairy Tales (USA) (En,Fr,Es)</description>
+               <rom name="Story Hour - Fairy Tales (USA) (En,Fr,Es).iso" size="4699979776" crc="9a2aa782" md5="4556630af086a8c790249ed97e42354a" sha1="cc5ef7630028aa26c7b5a8549538489f1667f854"/>
+       </game>
+       <game name="Petz - Dogz 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Petz - Dogz 2 (USA) (En,Fr,Es)</description>
+               <rom name="Petz - Dogz 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="6bd41076" md5="7e3cafa3f9c482e867c7997a74e67a05" sha1="3f1a085cdab3c35781c6f1157fb35aba50744378"/>
+       </game>
+       <game name="Monkey Mischief! Party Time (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Monkey Mischief! Party Time (USA) (En,Fr)</description>
+               <rom name="Monkey Mischief! Party Time (USA) (En,Fr).iso" size="4699979776" crc="de0b1bfd" md5="be38e0ee01cf8b218996c70f9cea8514" sha1="78a8894218f6244aba880cd73f3f9972b6d1fcb6"/>
+       </game>
+       <game name="Petz Sports (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Petz Sports (USA) (En,Fr,Es)</description>
+               <rom name="Petz Sports (USA) (En,Fr,Es).iso" size="4699979776" crc="33acb08f" md5="78267b46a2d15bb7e293cd45c5e6d980" sha1="e10497aef584dd96e5e58c8a7e97a4f7844d19a6"/>
+       </game>
+       <game name="Jillian Michaels' Fitness Ultimatum 2009 (USA)">
+               <category>Games</category>
+               <description>Jillian Michaels' Fitness Ultimatum 2009 (USA)</description>
+               <rom name="Jillian Michaels' Fitness Ultimatum 2009 (USA).iso" size="4699979776" crc="c984d4ea" md5="d929b2bf998e6a50d5ffa9b791552b3a" sha1="a9a75cea16e13e16089b479afeeda4722788bd30"/>
+       </game>
+       <game name="Monster Jam - Urban Assault (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Monster Jam - Urban Assault (USA) (En,Fr)</description>
+               <rom name="Monster Jam - Urban Assault (USA) (En,Fr).iso" size="4699979776" crc="e368223d" md5="1cdf5d66fe7baaa49c209f2781abbc76" sha1="80a57a3d3a1aefced7456a60a8c5ebdfe942f3a8"/>
+       </game>
+       <game name="Vertigo (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Vertigo (USA) (En,Fr,Es)</description>
+               <rom name="Vertigo (USA) (En,Fr,Es).iso" size="4699979776" crc="fd9eec7d" md5="ead7ee516ba2dfc118c528d66db55891" sha1="9429d66c2c0e8755f245c9db84f1641d5b4256c0"/>
+       </game>
+       <game name="Just Dance (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance (USA) (En,Fr,Es).iso" size="4699979776" crc="7b0c095d" md5="f2dcb14491dd49d63835b58b4dc17509" sha1="e791898a21b9cbbce6289b1e4524ff29a5018823"/>
+       </game>
+       <game name="Balls of Fury (USA)">
+               <category>Games</category>
+               <description>Balls of Fury (USA)</description>
+               <rom name="Balls of Fury (USA).iso" size="4699979776" crc="18e0aec1" md5="3db5b0e906a5b30a5270c83267747b9f" sha1="674dba760f89e303feab957e86d3f74ec50765aa"/>
+       </game>
+       <game name="Daikaijuu Battle - Ultra Coliseum (Japan)">
+               <category>Games</category>
+               <description>Daikaijuu Battle - Ultra Coliseum (Japan)</description>
+               <rom name="Daikaijuu Battle - Ultra Coliseum (Japan).iso" size="4699979776" crc="01799c5e" md5="018fff4f2999ab7508f43317149bf5ba" sha1="ff03a9a7de174065bcf0ac060e6398ae989ea92f"/>
+       </game>
+       <game name="Deca Sporta 2 - Wii de Sports 10 Shumoku! (Japan)">
+               <category>Games</category>
+               <description>Deca Sporta 2 - Wii de Sports 10 Shumoku! (Japan)</description>
+               <rom name="Deca Sporta 2 - Wii de Sports 10 Shumoku! (Japan).iso" size="4699979776" crc="ab648379" md5="6e3dc9864d693c572d10b3b0d0b3ca9d" sha1="4fc148dc5afb595730d823a5e498e056a64e41e7"/>
+       </game>
+       <game name="Disney-Pixar Remy no Oishii Restaurant (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Remy no Oishii Restaurant (Japan)</description>
+               <rom name="Disney-Pixar Remy no Oishii Restaurant (Japan).iso" size="4699979776" crc="e8b83de4" md5="c30cf6de934ba5242e68da51c30606fe" sha1="7510d56474bf7fcfc0b6f51ec2fdfd988d1bc4bd"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda (Japan)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda (Japan)</description>
+               <rom name="DreamWorks Kung Fu Panda (Japan).iso" size="4699979776" crc="2c342e8c" md5="43400b6c17adfc407d135adec120af09" sha1="9d68e061771314640a6ade599befc03d578da551"/>
+       </game>
+       <game name="Guitar Hero - Aerosmith (Japan)">
+               <category>Games</category>
+               <description>Guitar Hero - Aerosmith (Japan)</description>
+               <rom name="Guitar Hero - Aerosmith (Japan).iso" size="4699979776" crc="40be81a8" md5="f581af810828bb80f8f42b77f549dc79" sha1="3ea72d7321152996f541820195a176dec80eea29"/>
+       </game>
+       <game name="Mario &amp; Sonic at Bejing Olympic (Japan)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at Bejing Olympic (Japan)</description>
+               <rom name="Mario &amp; Sonic at Bejing Olympic (Japan).iso" size="4699979776" crc="814a63dc" md5="1b2695ab00fd8d5af28b87d94d19dbe0" sha1="f3425b33bfaf1358599ea4f1d2b315ded0760527"/>
+       </game>
+       <game name="Mario Sports Mix (Japan)">
+               <category>Games</category>
+               <description>Mario Sports Mix (Japan)</description>
+               <rom name="Mario Sports Mix (Japan).iso" size="4699979776" crc="4ed29967" md5="255bd780dccc252dac60d429289ebe05" sha1="ee790bc25092ad7a62397f84222225c45c1a02c9"/>
+       </game>
+       <game name="Rainbow Pop (Japan)">
+               <category>Games</category>
+               <description>Rainbow Pop (Japan)</description>
+               <rom name="Rainbow Pop (Japan).iso" size="4699979776" crc="079b8665" md5="103c1daf88995ecb3ea89acfcfa4091e" sha1="85bef4feffb76be0fa5d16b059c594c9a05c1b07"/>
+       </game>
+       <game name="Sengoku Musou 3 - Moushouden (Japan)">
+               <category>Games</category>
+               <description>Sengoku Musou 3 - Moushouden (Japan)</description>
+               <rom name="Sengoku Musou 3 - Moushouden (Japan).iso" size="8511160320" crc="2a35cf1a" md5="1b6d1c1875715ae093c9d09ad1f86268" sha1="19f4a69fe624ce174148cb43009d9ba37bc622e2"/>
+       </game>
+       <game name="Sin and Punishment - Sora no Koukeisha (Japan)">
+               <category>Games</category>
+               <description>Sin and Punishment - Sora no Koukeisha (Japan)</description>
+               <rom name="Sin and Punishment - Sora no Koukeisha (Japan).iso" size="4699979776" crc="4780998f" md5="fd9f83599cb9962e3ba8137b19454c1f" sha1="cf4225060f76f3d8842a63bcdbe00313bb5cc155"/>
+       </game>
+       <game name="Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Kounin - Kanken Wii - Kanji-ou Ketteisen (Japan)">
+               <category>Educational</category>
+               <description>Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Kounin - Kanken Wii - Kanji-ou Ketteisen (Japan)</description>
+               <rom name="Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Kounin - Kanken Wii - Kanji-ou Ketteisen (Japan).iso" size="4699979776" crc="402169bf" md5="a63e99896ba2985223c07ce20f3146ba" sha1="75a97e4ac645ef08b216660f0c43bfb58615fcd5"/>
+       </game>
+       <game name="Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2)">
+               <category>Games</category>
+               <description>Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2)</description>
+               <rom name="Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2).iso" size="4699979776" crc="8aa47a01" md5="88a3d5cc846fe66109c3d4791645b381" sha1="9506a00f21b31ec256c64dce2fa7daf776ec076b"/>
+       </game>
+       <game name="Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2 - Heroes)">
+               <category>Games</category>
+               <description>Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2 - Heroes)</description>
+               <rom name="Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2 - Heroes).iso" size="4699979776" crc="64bec0c5" md5="d1424093e34c85620dd53153304107e8" sha1="819b180e1df65dc942a5d8d06990369d77a7af69"/>
+       </game>
+       <game name="Kaseki Monster - Spectrobes (Japan)">
+               <category>Games</category>
+               <description>Kaseki Monster - Spectrobes (Japan)</description>
+               <rom name="Kaseki Monster - Spectrobes (Japan).iso" size="4699979776" crc="be0a2016" md5="72457808da2faf3b394d8d9f69025461" sha1="31036c3f03714521742eeedeb15ad670f49610a6"/>
+       </game>
+       <game name="Winning Post World (Japan)">
+               <category>Games</category>
+               <description>Winning Post World (Japan)</description>
+               <rom name="Winning Post World (Japan).iso" size="4699979776" crc="a6bf66e8" md5="12be73954957313fc794166538058dbd" sha1="ab683b1d0bcf6c54d42612a4b3e559bd2324db5b"/>
+       </game>
+       <game name="Nyanko to Mahou no Boushi (Japan)">
+               <category>Games</category>
+               <description>Nyanko to Mahou no Boushi (Japan)</description>
+               <rom name="Nyanko to Mahou no Boushi (Japan).iso" size="4699979776" crc="aa29aa99" md5="01b77590e7cc1d8f70fff8036bf44b8d" sha1="b308995a722030d5145d37bcccd0f0ebc766396b"/>
+       </game>
+       <game name="Jikkyou Powerful Major League 3 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Major League 3 (Japan)</description>
+               <rom name="Jikkyou Powerful Major League 3 (Japan).iso" size="4699979776" crc="a4f89bad" md5="4437538422d869db640880d4a62a5300" sha1="412c34857e4b3d4ac88a87e7030683b7da17d55e"/>
+       </game>
+       <game name="Twinkle Queen (Japan)">
+               <category>Games</category>
+               <description>Twinkle Queen (Japan)</description>
+               <rom name="Twinkle Queen (Japan).iso" size="4699979776" crc="b039b985" md5="b9ee0777d05c327556c8aac9409fe7c1" sha1="7fc4c01541398274a67d80458d40092e80583ca4"/>
+       </game>
+       <game name="Sengoku Basara 3 - Utage (Japan)">
+               <category>Games</category>
+               <description>Sengoku Basara 3 - Utage (Japan)</description>
+               <rom name="Sengoku Basara 3 - Utage (Japan).iso" size="4699979776" crc="fc95a06f" md5="62de78dbf1b8e7b6d85fb6ebdbf6c5a6" sha1="8f0e1a1b6d5336f6f527a27ab9cc4c9e7608f3ff"/>
+       </game>
+       <game name="Oneechanbara Revolution (Japan)">
+               <category>Games</category>
+               <description>Oneechanbara Revolution (Japan)</description>
+               <rom name="Oneechanbara Revolution (Japan).iso" size="4699979776" crc="7a4b0673" md5="8938f535e9bcf4ecab8c1b4160e8142d" sha1="94410a27cfe0e1380ebd00c5db5d1fe83e29d984"/>
+       </game>
+       <game name="Mini Desktop Racing (USA)">
+               <category>Games</category>
+               <description>Mini Desktop Racing (USA)</description>
+               <rom name="Mini Desktop Racing (USA).iso" size="4699979776" crc="2d369b9b" md5="e70c8bc0bcf62fd3624ca46b5a3ba250" sha1="bb2de1d33d40525a5b6693d70472f4ecc934598c"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 11 (USA)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 11 (USA)</description>
+               <rom name="Tiger Woods PGA Tour 11 (USA).iso" size="4699979776" crc="d43e553b" md5="5a768fe294e6738a6b3eb29a35b708fa" sha1="0735ff84804e3acd4909772ba91e6f2974ca29a0"/>
+       </game>
+       <game name="Takarajima Z - Barbaros no Hihou (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Takarajima Z - Barbaros no Hihou (Japan) (Taikenban)</description>
+               <rom name="Takarajima Z - Barbaros no Hihou (Japan) (Taikenban).iso" size="4699979776" crc="2699c134" md5="ff4b3e9dbae3facb7752d4e7f0346d78" sha1="323cb0cf63f59e77f5659584c3c962eea0cf13f1"/>
+       </game>
+       <game name="Winning Post 7 Maximum 2008 (Japan)">
+               <category>Games</category>
+               <description>Winning Post 7 Maximum 2008 (Japan)</description>
+               <rom name="Winning Post 7 Maximum 2008 (Japan).iso" size="4699979776" crc="876776ee" md5="d9b0899610d1003baa26bb30811275d9" sha1="8f41171f0a1685eebb3d96c76f228e96fba51630"/>
+       </game>
+       <game name="Momjjang Diet Wii - Figurobics by Jung Da-yeon (Japan)">
+               <category>Games</category>
+               <description>Momjjang Diet Wii - Figurobics by Jung Da-yeon (Japan)</description>
+               <rom name="Momjjang Diet Wii - Figurobics by Jung Da-yeon (Japan).iso" size="4699979776" crc="e65cbaae" md5="00f88910a8a42c4e788b7704e35b9686" sha1="aec601894e5c6244fbc55cb4060b360993db9b6b"/>
+       </game>
+       <game name="2010 FIFA World Cup - Minami Africa Taikai (Japan)">
+               <category>Games</category>
+               <description>2010 FIFA World Cup - Minami Africa Taikai (Japan)</description>
+               <rom name="2010 FIFA World Cup - Minami Africa Taikai (Japan).iso" size="4699979776" crc="3a059542" md5="020f7c37403658290b9ea8bcc20804bb" sha1="7a16b68bb10d211fcc5035dfcbd7be07cd749cf7"/>
+       </game>
+       <game name="SimCity Creator (Japan)">
+               <category>Games</category>
+               <description>SimCity Creator (Japan)</description>
+               <rom name="SimCity Creator (Japan).iso" size="4699979776" crc="895bb7f0" md5="6614383607ad8c9dda60d9bf17d3014a" sha1="d19d3956e1c0cd6f9e5862a00a33394827f9a702"/>
+       </game>
+       <game name="Baroque for Wii (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Baroque for Wii (Japan) (Rev 1)</description>
+               <rom name="Baroque for Wii (Japan) (Rev 1).iso" size="4699979776" crc="ddca88e7" md5="fd6ca158280dae602ab4968186a6c964" sha1="fb2f92e651eac41d83fc7f5be8fb305f3173bc5f"/>
+       </game>
+       <game name="Need for Speed - Nitro (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - Nitro (Japan)</description>
+               <rom name="Need for Speed - Nitro (Japan).iso" size="4699979776" crc="2e33ae48" md5="9bfe3dd0ad5728e6e033d1623b831fc4" sha1="fd5da6b8f4e429a228ff53e349b0d1a3b1a72860"/>
+       </game>
+       <game name="Medal of Honor - Heroes 2 (Japan)">
+               <category>Games</category>
+               <description>Medal of Honor - Heroes 2 (Japan)</description>
+               <rom name="Medal of Honor - Heroes 2 (Japan).iso" size="4699979776" crc="215aaeaa" md5="b327f8f4df1edd484872cdeefb780993" sha1="b505132c101a57433453db96bfbdc6ab97497743"/>
+       </game>
+       <game name="Dead Space - Extraction (Japan)">
+               <category>Games</category>
+               <description>Dead Space - Extraction (Japan)</description>
+               <rom name="Dead Space - Extraction (Japan).iso" size="4699979776" crc="b43b6ca3" md5="68330391c1b59030a5c01e909610e5df" sha1="d1a7c36bc87eaaf5f09f70db22a923a6fe6a6838"/>
+       </game>
+       <game name="Reader Rabbit - Preschool (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Educational</category>
+               <description>Reader Rabbit - Preschool (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Reader Rabbit - Preschool (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="9ec93c56" md5="9d333f6478e6cea8a7abd75453dbb7df" sha1="284031ce02db01036b4534b734e51e3b164a3520"/>
+       </game>
+       <game name="Smurfs, The - Dance Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Smurfs, The - Dance Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Smurfs, The - Dance Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="e76b24a5" md5="d1a52f61cc72c87a42260d04db8bde78" sha1="ad520f846fb9c8cdc23915942c003e4ad308ba9d"/>
+       </game>
+       <game name="Rock Band 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rock Band 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rock Band 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7bc8ee5a" md5="7f9519561e605a7077609779faa01f71" sha1="7f771b5739e20ea3a1d816f3e7e68476e1b3f8d2"/>
+       </game>
+       <game name="We Cheer 2 (USA)">
+               <category>Games</category>
+               <description>We Cheer 2 (USA)</description>
+               <rom name="We Cheer 2 (USA).iso" size="4699979776" crc="ea12c196" md5="58b454f07d82f016ac71409e291f70f2" sha1="466a9a7c72605ef9eea47b1fe6bd47b65a970535"/>
+       </game>
+       <game name="Backyard Baseball '09 (USA)">
+               <category>Games</category>
+               <description>Backyard Baseball '09 (USA)</description>
+               <rom name="Backyard Baseball '09 (USA).iso" size="4699979776" crc="f286b75b" md5="ebd8bf024bc27a055aaa524ac5845ed2" sha1="d8e1cc58ba16365ade3804203bfb69db373c8140"/>
+       </game>
+       <game name="History Channel, The - Battle for the Pacific (USA)">
+               <category>Games</category>
+               <description>History Channel, The - Battle for the Pacific (USA)</description>
+               <rom name="History Channel, The - Battle for the Pacific (USA).iso" size="4699979776" crc="1e53772c" md5="c5ad634b3b972f0a46240863b41afc5f" sha1="5e930cf6815dbadadb4845ca95396144f865c933"/>
+       </game>
+       <game name="North American Hunting Extravaganza (USA)">
+               <category>Games</category>
+               <description>North American Hunting Extravaganza (USA)</description>
+               <rom name="North American Hunting Extravaganza (USA).iso" size="4699979776" crc="3276d3d4" md5="013a56d0a938f289feebbc92ab127178" sha1="e61c30d8b20451ccd3347daabf47d74f72a7ca14"/>
+       </game>
+       <game name="Bass Pro Shops - The Hunt (USA)">
+               <category>Games</category>
+               <description>Bass Pro Shops - The Hunt (USA)</description>
+               <rom name="Bass Pro Shops - The Hunt (USA).iso" size="4699979776" crc="2c6684c3" md5="cc3fad6a50352c608ccb79d06dc9f0ef" sha1="be13239924e45b323ad6914a8451ea8f05c65611"/>
+       </game>
+       <game name="Rebel Raiders - Operation Nighthawk (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rebel Raiders - Operation Nighthawk (USA) (En,Fr,Es)</description>
+               <rom name="Rebel Raiders - Operation Nighthawk (USA) (En,Fr,Es).iso" size="4699979776" crc="e5bca4fe" md5="7d5dff35392ad0000b711add00e2851b" sha1="82a99da0bdc0dc96fadad18a0f05cd25e750197b"/>
+       </game>
+       <game name="Create (USA) (En,Es)">
+               <category>Games</category>
+               <description>Create (USA) (En,Es)</description>
+               <rom name="Create (USA) (En,Es).iso" size="4699979776" crc="ef36415d" md5="da0cbae06bfd6afb5a8c6cc135ced2f4" sha1="fe120d3f0b7f4be168694b2f985c954bbeee7001"/>
+       </game>
+       <game name="Satisfashion - Rock the Runway (USA)">
+               <category>Games</category>
+               <description>Satisfashion - Rock the Runway (USA)</description>
+               <rom name="Satisfashion - Rock the Runway (USA).iso" size="4699979776" crc="90ab1b0f" md5="5ab2c0cb50601fa2d2967efecfd7ca04" sha1="9bd98d160963afa18016df0321de1f9995763557"/>
+       </game>
+       <game name="Ben 10 - Omniverse 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ben 10 - Omniverse 2 (USA) (En,Fr,Es)</description>
+               <rom name="Ben 10 - Omniverse 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="5a5ff241" md5="129cc69d389297d6d6eb0cb46f37ed71" sha1="2a85b11e2a42c63686b3375169276b4574e96e53"/>
+       </game>
+       <game name="Metroid - Other M (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Metroid - Other M (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Metroid - Other M (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="8511160320" crc="8710ff28" md5="80e59370d19749e94c8376eb7f6bea71" sha1="3ffb6a5be51a96769eb84409ab8d78a18c7c3146"/>
+       </game>
+       <game name="One Piece - Unlimited Cruise 1 - The Treasure Beneath the Waves (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>One Piece - Unlimited Cruise 1 - The Treasure Beneath the Waves (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="One Piece - Unlimited Cruise 1 - The Treasure Beneath the Waves (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="07177d61" md5="7a9df76f5c32871ba27c0106abd0ee8b" sha1="509728bcb7dfb8c904afb68e31b518e316a4c19a"/>
+       </game>
+       <game name="WWE '13 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WWE '13 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="WWE '13 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6a7f340b" md5="edde2f4ff8bac2b80fa10df2ef945068" sha1="d143cc751815e8fac6dbdf12e7560e3ae78bf5c1"/>
+       </game>
+       <game name="Skylanders - SuperChargers Racing (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Skylanders - SuperChargers Racing (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Skylanders - SuperChargers Racing (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="8fabc762" md5="f61b088d63ab243d491b7932e9f93b9f" sha1="5d644d37433a1295c63fe0c1d06566b568f2c8e7"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="c3e6beb3" md5="dea3f54696e4961fe564cd54179cbd83" sha1="54f12165dca23fadbfa858893294797d1cd8dba2"/>
+       </game>
+       <game name="Star Wars - The Clone Wars - Republic Heroes (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Star Wars - The Clone Wars - Republic Heroes (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Star Wars - The Clone Wars - Republic Heroes (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c4737a0c" md5="8cb6f1019cf8523751fad8fcc2cc8f57" sha1="3f2a2b2be6acbfa91e38e27a8adfe3c0125adcd6"/>
+       </game>
+       <game name="LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da) (Rev 1)</description>
+               <rom name="LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da) (Rev 1).iso" size="4699979776" crc="80d08b33" md5="b406a208599999c3b147cf47f42efb43" sha1="a14a3f653d6d50c3e1053479b1918b6cc20c6ef3"/>
+       </game>
+       <game name="LEGO Star Wars III - The Clone Wars (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Star Wars III - The Clone Wars (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Star Wars III - The Clone Wars (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="c91366fb" md5="6f0c4344227ccba07f1983e18e473cdf" sha1="a225e244ef18c521c7bc11fc138d71cf3e05a7fa"/>
+       </game>
+       <game name="Need for Speed - Carbon (Germany)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (Germany)</description>
+               <rom name="Need for Speed - Carbon (Germany).iso" size="4699979776" crc="fd7d409d" md5="6a0c884f1cbf7615370bccce535ca24c" sha1="c4f2eca7e87200a9b503d924eb1531d8d44bbe94"/>
+       </game>
+       <game name="Escape from Bug Island (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Escape from Bug Island (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Escape from Bug Island (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="fb06ae15" md5="56cec9ac00a1d28b926ae1a1dec889fc" sha1="f8aedb5e0c24cc9e5bc467b9f97b1600553864e4"/>
+       </game>
+       <game name="Voz Vol. 2, La (Spain) (En,Es)">
+               <category>Games</category>
+               <description>Voz Vol. 2, La (Spain) (En,Es)</description>
+               <rom name="Voz Vol. 2, La (Spain) (En,Es).iso" size="4699979776" crc="bc01ef3f" md5="fdbbb24e14cc11fabec9189a130cd7e8" sha1="567ca5132b304a3c8096d62375248a05be4393e9"/>
+       </game>
+       <game name="We Sing UK Hits (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>We Sing UK Hits (USA) (En,Fr,Es)</description>
+               <rom name="We Sing UK Hits (USA) (En,Fr,Es).iso" size="4699979776" crc="6aadc76a" md5="747032c62b283894ad852f8bf7c3b136" sha1="af4cb54eafc34156d901b198ff3f7a25b099df4b"/>
+       </game>
+       <game name="Cooking Mama 2 - Taihen!! Mama wa Ooisogashi! (Japan)">
+               <category>Games</category>
+               <description>Cooking Mama 2 - Taihen!! Mama wa Ooisogashi! (Japan)</description>
+               <rom name="Cooking Mama 2 - Taihen!! Mama wa Ooisogashi! (Japan).iso" size="4699979776" crc="003ed3aa" md5="9b52a51a322a284cfa85e09c168a2b88" sha1="3926792a999b62010cbbd9d0368a14d05023f632"/>
+       </game>
+       <game name="Bokujou Monogatari - Yasuragi no Ki (Japan)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Yasuragi no Ki (Japan)</description>
+               <rom name="Bokujou Monogatari - Yasuragi no Ki (Japan).iso" size="4699979776" crc="43527138" md5="5be2437974dcc5679e8d3ddff1163e12" sha1="1db5042d2b70177cdb611d37f149bde0362af88b"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Anniversary (Japan)">
+               <category>Games</category>
+               <description>Lara Croft Tomb Raider - Anniversary (Japan)</description>
+               <rom name="Lara Croft Tomb Raider - Anniversary (Japan).iso" size="4699979776" crc="f90b4675" md5="c5a78ca033902879ab5b92ad1467e14b" sha1="6f78f9139e02a20164015c2860b0f8819692c662"/>
+       </game>
+       <game name="Ninja Reflex (Japan)">
+               <category>Games</category>
+               <description>Ninja Reflex (Japan)</description>
+               <rom name="Ninja Reflex (Japan).iso" size="4699979776" crc="1bbd3a9d" md5="40d65e2b4bf7c6a016be524636a47002" sha1="d2894df1f556848c276ef18df1c2a08e174417e8"/>
+       </game>
+       <game name="Monopoly (Japan)">
+               <category>Games</category>
+               <description>Monopoly (Japan)</description>
+               <rom name="Monopoly (Japan).iso" size="4699979776" crc="dd0f6cac" md5="0959ef2b44f9584c5fe762bbd892b6e4" sha1="a791ac8fc1653147cf1a8b97e4d8e8e2dd4b1cae"/>
+       </game>
+       <game name="Major Dream - Major Wii - Perfect Closer (Japan)">
+               <category>Games</category>
+               <description>Major Dream - Major Wii - Perfect Closer (Japan)</description>
+               <rom name="Major Dream - Major Wii - Perfect Closer (Japan).iso" size="4699979776" crc="ddb669d8" md5="6417a2ce9013a4e5ad4681d9284261f4" sha1="8029bd0325d0f27452217e1cb9bb511ddf7c0a25"/>
+       </game>
+       <game name="Bass Fishing Wii - Rokumaru Densetsu (Japan)">
+               <category>Games</category>
+               <description>Bass Fishing Wii - Rokumaru Densetsu (Japan)</description>
+               <rom name="Bass Fishing Wii - Rokumaru Densetsu (Japan).iso" size="4699979776" crc="94a73193" md5="b194f760d2c279ee3786e0e2b5344e9c" sha1="5218fb38c66632e0b35177913499dacc9b5af90d"/>
+       </game>
+       <game name="Zangeki no Reginleiv (Japan)">
+               <category>Games</category>
+               <description>Zangeki no Reginleiv (Japan)</description>
+               <rom name="Zangeki no Reginleiv (Japan).iso" size="4699979776" crc="08e0e7d6" md5="95faee5919701e3b74aeca2fd312873c" sha1="63b8037cd7c41d9ae26455b667c445e860fb2fe6"/>
+       </game>
+       <game name="Dragon Quest X - Inishie no Ryuu no Denshou Online (Japan)">
+               <category>Games</category>
+               <description>Dragon Quest X - Inishie no Ryuu no Denshou Online (Japan)</description>
+               <rom name="Dragon Quest X - Inishie no Ryuu no Denshou Online (Japan).iso" size="4699979776" crc="3e57847c" md5="9e706a0c100ed7363aadc66a88234571" sha1="38d9cbfd94053bf6df65c243627ce5d3cfc4f74b"/>
+       </game>
+       <game name="GoldenEye 007 (Japan)">
+               <category>Games</category>
+               <description>GoldenEye 007 (Japan)</description>
+               <rom name="GoldenEye 007 (Japan).iso" size="4699979776" crc="2ab658a7" md5="48b7916417fb206bbd173df10978922a" sha1="ee14ddb5856acdd29ad4c26c6f0577f404286d3d"/>
+       </game>
+       <game name="Tom Clancy's Ghost Recon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's Ghost Recon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's Ghost Recon (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e1a5a991" md5="55a323ddbeea6d365ef61024aa39a895" sha1="5bd3d0c0985c14a3bf223d6f40a7a2d0920775ca"/>
+       </game>
+       <game name="Funfair Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Funfair Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Funfair Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="57f0635b" md5="a75f4e8e31a19fa3316071791d08b373" sha1="2fc207e8bd48453007b629b6d585dadc42d9f6e4"/>
+       </game>
+       <game name="Disney Sing It - Pop Hits (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Sing It - Pop Hits (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Sing It - Pop Hits (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="34fd1d3f" md5="6eeb1494b0f2fda2b98058cd4a6d70a3" sha1="cfc28d47d9962e3613d39c07fae3b35532a36b27"/>
+       </game>
+       <game name="Casper's Scare School - Spooky Sports Day (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Casper's Scare School - Spooky Sports Day (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)</description>
+               <rom name="Casper's Scare School - Spooky Sports Day (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi).iso" size="4699979776" crc="1d530519" md5="eb405ca63b0b2ee751278492d85f8bd3" sha1="633f26c5b3d721677f78b1ed6ba9f891490685b0"/>
+       </game>
+       <game name="Skylanders - Giants (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Skylanders - Giants (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Skylanders - Giants (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="8e5a2654" md5="0b9340063c95872e3a8ff6d005981248" sha1="62c6787798ff9e64692278ea42443dc939334349"/>
+       </game>
+       <game name="DreamWorks Shrek the Third (UK)">
+               <category>Games</category>
+               <description>DreamWorks Shrek the Third (UK)</description>
+               <rom name="DreamWorks Shrek the Third (UK).iso" size="4699979776" crc="f325af22" md5="b42dd9ae7892b5bc903c93f7a573ae59" sha1="f2255384266e5477193fc7468dff5b07adacc632"/>
+       </game>
+       <game name="Pictionary (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Pictionary (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Pictionary (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="1ce2bede" md5="7f53c5e138e65bc575d49f399728c521" sha1="50c9b584fd7a4b321b80222dd4c87a787d0e0a4f"/>
+       </game>
+       <game name="Dood's Big Adventure (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Dood's Big Adventure (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Dood's Big Adventure (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d9fc370e" md5="445c1a60abc24c5b2342c96426bf3002" sha1="e09618d8d21de5a0f82bbc729afaf77f6be7c6fc"/>
+       </game>
+       <game name="uDraw Studio (Europe) (En,Fr,De,Es,It,Nl,Pt)">
+               <category>Games</category>
+               <description>uDraw Studio (Europe) (En,Fr,De,Es,It,Nl,Pt)</description>
+               <rom name="uDraw Studio (Europe) (En,Fr,De,Es,It,Nl,Pt).iso" size="4699979776" crc="7e582ba2" md5="da5c7c505dfc59be565e04c5eaec25a3" sha1="e6e8f130bd12d078f912c3760c98ee135e253b9e"/>
+       </game>
+       <game name="Tenkuu no Kishi Rodea (Japan)">
+               <category>Games</category>
+               <description>Tenkuu no Kishi Rodea (Japan)</description>
+               <rom name="Tenkuu no Kishi Rodea (Japan).iso" size="4699979776" crc="df847ef8" md5="bc5eeeeda2f8a5027331ee70ca72e956" sha1="070bfbbea651227501ef2f00b7c477f7fbed8fca"/>
+       </game>
+       <game name="Hula Wii - Hula de Hajimeru - Bi to Kenkou! (Japan)">
+               <category>Games</category>
+               <description>Hula Wii - Hula de Hajimeru - Bi to Kenkou! (Japan)</description>
+               <rom name="Hula Wii - Hula de Hajimeru - Bi to Kenkou! (Japan).iso" size="4699979776" crc="4379baae" md5="3916b2dc53a7dc17dc4bf2c2e677c535" sha1="8859cc5a85a49591197bd0accba6233751be29ac"/>
+       </game>
+       <game name="SimAnimals (Japan)">
+               <category>Games</category>
+               <description>SimAnimals (Japan)</description>
+               <rom name="SimAnimals (Japan).iso" size="4699979776" crc="1cf765c3" md5="eca0d903e9a50d83a0d285df2a2aecae" sha1="27b9af7b677dc29e88d545f439f21a615e101e5b"/>
+       </game>
+       <game name="Darts Wii DX (Japan)">
+               <category>Games</category>
+               <description>Darts Wii DX (Japan)</description>
+               <rom name="Darts Wii DX (Japan).iso" size="4699979776" crc="44ca7436" md5="6b43819bcb5efa816ff227d90610f858" sha1="e00846efff5fa0da68a0cee92d2aad3bd58abfdb"/>
+       </game>
+       <game name="Marvel - Ultimate Alliance (Japan)">
+               <category>Games</category>
+               <description>Marvel - Ultimate Alliance (Japan)</description>
+               <rom name="Marvel - Ultimate Alliance (Japan).iso" size="4699979776" crc="c242ff2c" md5="1f7252ca5460be634e0425fedf26995b" sha1="bfd5e871a434dc58f224188419eeffc392c2bcda"/>
+       </game>
+       <game name="Spore - Kimi ga Tsukuru Hero (Japan)">
+               <category>Games</category>
+               <description>Spore - Kimi ga Tsukuru Hero (Japan)</description>
+               <rom name="Spore - Kimi ga Tsukuru Hero (Japan).iso" size="4699979776" crc="2ddc79b0" md5="e1cf7ee9b83b3a74de11bd0b8e661e5e" sha1="0052f288568ebd3cd73f7a41c54a7f1a5f096443"/>
+       </game>
+       <game name="Simple Wii Series Vol. 3 - Asonde Oboeru - The Party Casino (Japan)">
+               <category>Games</category>
+               <description>Simple Wii Series Vol. 3 - Asonde Oboeru - The Party Casino (Japan)</description>
+               <rom name="Simple Wii Series Vol. 3 - Asonde Oboeru - The Party Casino (Japan).iso" size="4699979776" crc="8516552b" md5="8335663c4cec62b7226bf8b525e56fc2" sha1="d04441dbc4b373a48dc239505c88c70a68757d71"/>
+       </game>
+       <game name="Taiko no Tatsujin Wii - Chou Goukaban (Japan)">
+               <category>Games</category>
+               <description>Taiko no Tatsujin Wii - Chou Goukaban (Japan)</description>
+               <rom name="Taiko no Tatsujin Wii - Chou Goukaban (Japan).iso" size="4699979776" crc="3a45c9af" md5="b891411ff48c1617c71eb8e8b3c23377" sha1="b79b0c5474d82a14c5792d9783c049b7059d3f1e"/>
+       </game>
+       <game name="Billy's Boot Camp - Wii de Enjoy Diet! (Japan)">
+               <category>Games</category>
+               <description>Billy's Boot Camp - Wii de Enjoy Diet! (Japan)</description>
+               <rom name="Billy's Boot Camp - Wii de Enjoy Diet! (Japan).iso" size="4699979776" crc="16fe0ca3" md5="a78f7651620ce001fb15e82f134f0e15" sha1="82cb18ecab0679d8051c611c2c9d5fbf3166975b"/>
+       </game>
+       <game name="Taiko no Tatsujin Wii - Ketteiban (Japan)">
+               <category>Games</category>
+               <description>Taiko no Tatsujin Wii - Ketteiban (Japan)</description>
+               <rom name="Taiko no Tatsujin Wii - Ketteiban (Japan).iso" size="4699979776" crc="8d983fb0" md5="197da86ed7e1d23ea08687bf539e515c" sha1="1af14dd1ccc833b6f6aa637d385748422586ecb4"/>
+       </game>
+       <game name="U-Sing 2 (Netherlands)">
+               <category>Games</category>
+               <description>U-Sing 2 (Netherlands)</description>
+               <rom name="U-Sing 2 (Netherlands).iso" size="4699979776" crc="da59f3ce" md5="38b11ca66111c46fae67d4d6e6137fec" sha1="2d5a84c8d2e081cb1d40b675ad269c4342cac5b0"/>
+       </game>
+       <game name="Nick Jr. Go Diego Go! Safari Rescue (Netherlands) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Nick Jr. Go Diego Go! Safari Rescue (Netherlands) (En,Fr,Nl)</description>
+               <rom name="Nick Jr. Go Diego Go! Safari Rescue (Netherlands) (En,Fr,Nl).iso" size="4699979776" crc="1b8b8fef" md5="991700a584b6a86ea9e6a211756922a5" sha1="23ff9d955d03cf4942737f16778ca73e7c5c828e"/>
+       </game>
+       <game name="Disney-Pixar Cars - Mater-National Championship (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars - Mater-National Championship (Europe) (Fr,Nl)</description>
+               <rom name="Disney-Pixar Cars - Mater-National Championship (Europe) (Fr,Nl).iso" size="4699979776" crc="712bf55a" md5="fb31ef7f2e28b641add10b34b8f73583" sha1="2397137a93da2e942ed2c8cad5cfbd3f2465f9b2"/>
+       </game>
+       <game name="NBA Live 09 - All-Play (Spain)">
+               <category>Games</category>
+               <description>NBA Live 09 - All-Play (Spain)</description>
+               <rom name="NBA Live 09 - All-Play (Spain).iso" size="4699979776" crc="ba63831f" md5="9a17d34856cb145938ac358fd193f0ab" sha1="48b78c846b3c324d8a5dfa95799a29adb22a9459"/>
+       </game>
+       <game name="Ice Age 2 - The Meltdown (UK)">
+               <category>Games</category>
+               <description>Ice Age 2 - The Meltdown (UK)</description>
+               <rom name="Ice Age 2 - The Meltdown (UK).iso" size="4699979776" crc="be77bed3" md5="cc537a0c977c537fe4f8fdca284c4f95" sha1="c51c2c11e42e13c3ddd2ffe05eda8fda511cb74a"/>
+       </game>
+       <game name="Shape Boxing - Wii de Enjoy Diet! (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Shape Boxing - Wii de Enjoy Diet! (Japan) (Rev 1)</description>
+               <rom name="Shape Boxing - Wii de Enjoy Diet! (Japan) (Rev 1).iso" size="4699979776" crc="a1615920" md5="5d5687d617905f772fdebefa0fe0777c" sha1="8291669991b5f3103e3193202f56a1144188c5b7"/>
+       </game>
+       <game name="Itadaki Street Wii (Japan)">
+               <category>Games</category>
+               <description>Itadaki Street Wii (Japan)</description>
+               <rom name="Itadaki Street Wii (Japan).iso" size="4699979776" crc="71a2cee0" md5="be28360a7ab4bd6d1c8e5d2c2c1c883d" sha1="2efe3493116e16d476050a97628cfcde12448e4a"/>
+       </game>
+       <game name="Super Sentai Battle - Ranger Cross (Japan)">
+               <category>Games</category>
+               <description>Super Sentai Battle - Ranger Cross (Japan)</description>
+               <rom name="Super Sentai Battle - Ranger Cross (Japan).iso" size="4699979776" crc="b5c436fb" md5="d346a057403f77dfdbe91309983b26e3" sha1="7d508f5a163218fa441994d3cf5a90faf934c065"/>
+       </game>
+       <game name="Opoona (Japan)">
+               <category>Games</category>
+               <description>Opoona (Japan)</description>
+               <rom name="Opoona (Japan).iso" size="4699979776" crc="8bd21669" md5="d26929bee3ba9ce679f3153a1c3a29be" sha1="ca84cfa09b74602c6f53022fc4a809fdf8581384"/>
+       </game>
+       <game name="Need for Speed - ProStreet (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - ProStreet (Japan)</description>
+               <rom name="Need for Speed - ProStreet (Japan).iso" size="4699979776" crc="495feae7" md5="18aff80c5a73490dbf1d17f68801ba9c" sha1="ffeb64791eab3ee7e118f8ac6e31b64133bde4ff"/>
+       </game>
+       <game name="Tabemon (Japan)">
+               <category>Games</category>
+               <description>Tabemon (Japan)</description>
+               <rom name="Tabemon (Japan).iso" size="4699979776" crc="21108d2a" md5="34c58a77dad796388f564491595693e7" sha1="ddb9f823a8849157b7e8b1aeb07273efea2f039b"/>
+       </game>
+       <game name="Jawa - Mammoth to Himitsu no Ishi (Japan)">
+               <category>Games</category>
+               <description>Jawa - Mammoth to Himitsu no Ishi (Japan)</description>
+               <rom name="Jawa - Mammoth to Himitsu no Ishi (Japan).iso" size="4699979776" crc="d7078e5b" md5="754a05e1359de0cf347e0b6e9d820f9f" sha1="1a67eb0ea67698018acc83255ea70743dc9f6e33"/>
+       </game>
+       <game name="Nitrobike (Japan)">
+               <category>Games</category>
+               <description>Nitrobike (Japan)</description>
+               <rom name="Nitrobike (Japan).iso" size="4699979776" crc="d2f8c0f6" md5="6cb2806f7a22959bdcdd5e0f1dbcc7af" sha1="16a19b4e3ab7ed3447a7ce290ddb3004d6b4e868"/>
+       </game>
+       <game name="Artlist Collection - The Dog Island - Hitotsu no Hana no Monogatari (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Artlist Collection - The Dog Island - Hitotsu no Hana no Monogatari (Japan) (Rev 1)</description>
+               <rom name="Artlist Collection - The Dog Island - Hitotsu no Hana no Monogatari (Japan) (Rev 1).iso" size="4699979776" crc="422d8ae6" md5="72f2371a7c22f00648281d490f90cebf" sha1="56e5c32c594ca72d0a239f13f1acebc517a614a2"/>
+       </game>
+       <game name="Survival Kids Wii (Japan)">
+               <category>Games</category>
+               <description>Survival Kids Wii (Japan)</description>
+               <rom name="Survival Kids Wii (Japan).iso" size="4699979776" crc="75ff9c0c" md5="da59b7a78365551e24752c1c3e24c28a" sha1="10e336ce89aa9240c733ead672ab2d3882945db7"/>
+       </game>
+       <game name="Skylanders - Trap Team (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Europe) (Fr,Nl)</description>
+               <rom name="Skylanders - Trap Team (Europe) (Fr,Nl).iso" size="4699979776" crc="de3b761f" md5="9e3cf87336078946d26bff3fcce0e073" sha1="7e599e09ec71c2fcfb83162558f215009701c14b"/>
+       </game>
+       <game name="James Cameron's Avatar - The Game (UK)">
+               <category>Games</category>
+               <description>James Cameron's Avatar - The Game (UK)</description>
+               <rom name="James Cameron's Avatar - The Game (UK).iso" size="4699979776" crc="b7d7733e" md5="6baba35d762c7e977df4ca4fc620a831" sha1="9b06a5a87d076f916b3422fcb205cf6499d6192f"/>
+       </game>
+       <game name="Dead Rising - Zombie no Ikenie (Japan)">
+               <category>Games</category>
+               <description>Dead Rising - Zombie no Ikenie (Japan)</description>
+               <rom name="Dead Rising - Zombie no Ikenie (Japan).iso" size="4699979776" crc="ad634bfc" md5="a983e389b2f6cb485839b3f7d7e3164c" sha1="89dac64b3d47b48a7d397847101d23b278615863"/>
+       </game>
+       <game name="Dance Dance Revolution - Furu Furu Party (Japan)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Furu Furu Party (Japan)</description>
+               <rom name="Dance Dance Revolution - Furu Furu Party (Japan).iso" size="4699979776" crc="11a235af" md5="712a3b488052b655cd897b5253731d02" sha1="93f55d6419ed619c463c47ecb4ff86dfb3a8abbf"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party (Japan) (Rev 1)</description>
+               <rom name="Dance Dance Revolution - Hottest Party (Japan) (Rev 1).iso" size="4699979776" crc="e4a196aa" md5="98f18614b191df445e7967bce6120ab0" sha1="ae6555f672c8e877e37abbb0a729e7110455cefd"/>
+       </game>
+       <game name="Rilakkuma - Minna de Goyururi Seikatsu (Japan)">
+               <category>Games</category>
+               <description>Rilakkuma - Minna de Goyururi Seikatsu (Japan)</description>
+               <rom name="Rilakkuma - Minna de Goyururi Seikatsu (Japan).iso" size="4699979776" crc="61d20d50" md5="0609960e85304450bbe3f63f257f7843" sha1="4f268562c3b24fc748392d0b9da90596159ed77b"/>
+       </game>
+       <game name="FIFA 10 - World Class Soccer (Japan)">
+               <category>Games</category>
+               <description>FIFA 10 - World Class Soccer (Japan)</description>
+               <rom name="FIFA 10 - World Class Soccer (Japan).iso" size="4699979776" crc="4d2dfe85" md5="771d701d8243a61950dc6f57ab958bef" sha1="12b375dbf13851251592ce2751c5ec87754bed07"/>
+       </game>
+       <game name="Forever Blue (Japan)">
+               <category>Games</category>
+               <description>Forever Blue (Japan)</description>
+               <rom name="Forever Blue (Japan).iso" size="4699979776" crc="08ea4185" md5="cd702e9367ca1f83d3baf8dcf89de1c8" sha1="b1531ecf3e79433439e134fe9690675f81892f4d"/>
+       </game>
+       <game name="Minna de Asobou! Namco Carnival (Japan)">
+               <category>Games</category>
+               <description>Minna de Asobou! Namco Carnival (Japan)</description>
+               <rom name="Minna de Asobou! Namco Carnival (Japan).iso" size="4699979776" crc="6323f445" md5="5d2b4ec7635f2882a9b65edba614166f" sha1="f862ba63baae719753b6acaaa88bc340cbaf69ed"/>
+       </game>
+       <game name="Tele Shibai Wii (Japan)">
+               <category>Games</category>
+               <description>Tele Shibai Wii (Japan)</description>
+               <rom name="Tele Shibai Wii (Japan).iso" size="4699979776" crc="af535dcb" md5="20251594cfe481bf3dd1c109c8016866" sha1="7c7f1f3b490c67b27912fce92ae40514fc18e8cf"/>
+       </game>
+       <game name="Rune Factory - Frontier (Japan)">
+               <category>Games</category>
+               <description>Rune Factory - Frontier (Japan)</description>
+               <rom name="Rune Factory - Frontier (Japan).iso" size="4699979776" crc="29463496" md5="8da896c39cee1b442eca54daca43f2e1" sha1="85da2023e32e11a7447128f3985f97c3a8d97474"/>
+       </game>
+       <game name="Rune Factory - Oceans (Japan)">
+               <category>Games</category>
+               <description>Rune Factory - Oceans (Japan)</description>
+               <rom name="Rune Factory - Oceans (Japan).iso" size="4699979776" crc="85bd5b93" md5="6756624c0ea986fc1fd5bce5a45d04fe" sha1="aec3dcae246bdd3c56cf135d9c1da15c324b6e1a"/>
+       </game>
+       <game name="FlingSmash (Europe) (En,Fr,De,Es,It) (Rev 2)">
+               <category>Games</category>
+               <description>FlingSmash (Europe) (En,Fr,De,Es,It) (Rev 2)</description>
+               <rom name="FlingSmash (Europe) (En,Fr,De,Es,It) (Rev 2).iso" size="4699979776" crc="6f957768" md5="f35b3beec1da736c1175df23d5fe7d2a" sha1="a0e712e363d6e9e9f3b330dc0cf22764ac59d775"/>
+       </game>
+       <game name="U-Sing (Spain) (Rev 1)">
+               <category>Games</category>
+               <description>U-Sing (Spain) (Rev 1)</description>
+               <rom name="U-Sing (Spain) (Rev 1).iso" size="4699979776" crc="93f18bf1" md5="7551adcacd3c9872d1966187bea586a3" sha1="d078ec3a53e9b7d0e7b5497a431721f0d4350193"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (Europe) (It,El)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (Europe) (It,El)</description>
+               <rom name="Disney-Pixar Ratatouille (Europe) (It,El).iso" size="4699979776" crc="b01b44db" md5="790b15188540d7784130a61291f7bbde" sha1="d27f2c6695d01e72623fff0c68baccd7fd672696"/>
+       </game>
+       <game name="Dancing Stage - Hottest Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dancing Stage - Hottest Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dancing Stage - Hottest Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a0efc883" md5="7095e2abcc769c7b7fa30eed40bb8115" sha1="2f2a93ae7ba02c63cb79b8cfe3b991e30f8d08e2"/>
+       </game>
+       <game name="Tele 7 Jeux - Mots Croises (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>Tele 7 Jeux - Mots Croises (Europe) (Fr,It)</description>
+               <rom name="Tele 7 Jeux - Mots Croises (Europe) (Fr,It).iso" size="4699979776" crc="651ec578" md5="07cb61b5c1088e0805ca0d5ce9bf4093" sha1="bac73aa312c63f3f5c997bf3414e7dc451af11cc"/>
+       </game>
+       <game name="Lord of the Rings, The - Aragorn's Quest (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Lord of the Rings, The - Aragorn's Quest (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Lord of the Rings, The - Aragorn's Quest (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="0e9368a1" md5="c3bdd3de31c54f64fd642c7a31a46a78" sha1="59f008f441277af480bbb31772da43659b64cabb"/>
+       </game>
+       <game name="Imagine - Fashion Idol (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Imagine - Fashion Idol (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Imagine - Fashion Idol (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f42fa035" md5="4d0dfd40341489d1c2c230a990f41f94" sha1="28b6d5e2ccf37c6196a83db63cf494ad7c941174"/>
+       </game>
+       <game name="Grey's Anatomy - The Video Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Grey's Anatomy - The Video Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Grey's Anatomy - The Video Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d54cd7b5" md5="31020732c0948a5a4aa66df069b16e50" sha1="38244f196a663b85a7ef8ac3040283fb3814d9e2"/>
+       </game>
+       <game name="FIFA 12 (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>FIFA 12 (Europe) (En,Fr,Nl)</description>
+               <rom name="FIFA 12 (Europe) (En,Fr,Nl).iso" size="4699979776" crc="0abeab3f" md5="a76250a68b789537db8751a7016b4c47" sha1="ccba7714f541a4e449e63927d50e7589f3e581d3"/>
+       </game>
+       <game name="Def Jam - Rapstar (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Def Jam - Rapstar (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Def Jam - Rapstar (Europe) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="0c244d01" md5="91374ccb6377f274ee3eb233e502f7d8" sha1="7ae7f68033f44a0f2cd935090273c7027fb6a9a0"/>
+       </game>
+       <game name="Medal of Honor - Heroes 2 (Australia)">
+               <category>Games</category>
+               <description>Medal of Honor - Heroes 2 (Australia)</description>
+               <rom name="Medal of Honor - Heroes 2 (Australia).iso" size="4699979776" crc="3f2b9d89" md5="25f54a87d15dee739f876f43d5b7be89" sha1="bbbf61dd7e8cb972afc3f73757f3c752e895aafd"/>
+       </game>
+       <game name="Boku to Sim no Machi Racing (Japan)">
+               <category>Games</category>
+               <description>Boku to Sim no Machi Racing (Japan)</description>
+               <rom name="Boku to Sim no Machi Racing (Japan).iso" size="4699979776" crc="655c0c10" md5="888513d91ee9d09689493de510969ed2" sha1="11822a74f84d9495263aef96a0b0ccdd024c82a5"/>
+       </game>
+       <game name="Issho ni Asobu! Dream Theme Park (Japan)">
+               <category>Games</category>
+               <description>Issho ni Asobu! Dream Theme Park (Japan)</description>
+               <rom name="Issho ni Asobu! Dream Theme Park (Japan).iso" size="4699979776" crc="52632c4d" md5="f8c8898391586a9f16a38a79bfc34d5a" sha1="d3fe065350f0eb5d91e7d4e0fb8519718855ea53"/>
+       </game>
+       <game name="Rooms - Fushigi na Ugoku Heya (Japan)">
+               <category>Games</category>
+               <description>Rooms - Fushigi na Ugoku Heya (Japan)</description>
+               <rom name="Rooms - Fushigi na Ugoku Heya (Japan).iso" size="4699979776" crc="d591fd49" md5="66c2fb81a3e41ebddb94c26106881497" sha1="a93a8d50faa928c1060784f28ec093525f6b59cb"/>
+       </game>
+       <game name="Kotoba no Puzzle - Mojipittan Wii Deluxe (Japan)">
+               <category>Games</category>
+               <description>Kotoba no Puzzle - Mojipittan Wii Deluxe (Japan)</description>
+               <rom name="Kotoba no Puzzle - Mojipittan Wii Deluxe (Japan).iso" size="4699979776" crc="1e6632c7" md5="c7ebb9195af505f4ef2e68fb28e1c21c" sha1="72c75a92d6ac7024c93de4e6ee3d125b503a9107"/>
+       </game>
+       <game name="Sonic Riders - Shooting Star Story (Japan)">
+               <category>Games</category>
+               <description>Sonic Riders - Shooting Star Story (Japan)</description>
+               <rom name="Sonic Riders - Shooting Star Story (Japan).iso" size="4699979776" crc="6eb5ca3d" md5="9b7493959e16bdf4a2982e7947e4543e" sha1="6c56b151a1ed26659834b7cc5164be46cdad9c54"/>
+       </game>
+       <game name="Just Dance Wii 2 (Japan)">
+               <category>Games</category>
+               <description>Just Dance Wii 2 (Japan)</description>
+               <rom name="Just Dance Wii 2 (Japan).iso" size="4699979776" crc="2eec983a" md5="4f54a0ccb8337ce7d330b9012cacd603" sha1="a44b4d375b756977fde20e809ead69d07c742932"/>
+       </game>
+       <game name="Simple 2000 Series Wii Vol. 1 - The Table Game - Mahjong, Igo, Shougi, Card, Hanafuda, Reversi, Gomoku Narabe (Japan)">
+               <category>Games</category>
+               <description>Simple 2000 Series Wii Vol. 1 - The Table Game - Mahjong, Igo, Shougi, Card, Hanafuda, Reversi, Gomoku Narabe (Japan)</description>
+               <rom name="Simple 2000 Series Wii Vol. 1 - The Table Game - Mahjong, Igo, Shougi, Card, Hanafuda, Reversi, Gomoku Narabe (Japan).iso" size="4699979776" crc="77c7d461" md5="79667603027e2e470659b10e22d3f01a" sha1="2020c199572d9c09263ecb657f678fcf5388bc0d"/>
+       </game>
+       <game name="Tetris Party Premium (Japan)">
+               <category>Games</category>
+               <description>Tetris Party Premium (Japan)</description>
+               <rom name="Tetris Party Premium (Japan).iso" size="4699979776" crc="5a0c0df5" md5="24b3f2bb17c582540b1afaaf6ad3ac6f" sha1="d0578f78ba2fb91daf75859d9b0e0157cc7e5dbb"/>
+       </game>
+       <game name="Mezase!! Tsuri Master (Japan)">
+               <category>Games</category>
+               <description>Mezase!! Tsuri Master (Japan)</description>
+               <rom name="Mezase!! Tsuri Master (Japan).iso" size="4699979776" crc="fdeaa390" md5="d2adcf8cd83e63264e79bbe8ff020a6a" sha1="47d3ca6d372497dbf4193b58e3a72f1b36a9e657"/>
+       </game>
+       <game name="Kororinpa (Japan)">
+               <category>Games</category>
+               <description>Kororinpa (Japan)</description>
+               <rom name="Kororinpa (Japan).iso" size="4699979776" crc="70b218a4" md5="dfb24187862494186a107762e6d51812" sha1="7da82a91c569fff321d28d645badf9e3ca33da67"/>
+       </game>
+       <game name="GI Jockey Wii 2008 (Japan)">
+               <category>Games</category>
+               <description>GI Jockey Wii 2008 (Japan)</description>
+               <rom name="GI Jockey Wii 2008 (Japan).iso" size="4699979776" crc="d6921a3e" md5="b08460b7064560a8bf6b1c9f029bf4db" sha1="70f65506edc1a8aa5e40754d313e8992ff526de6"/>
+       </game>
+       <game name="Happy Dance Collection (Japan)">
+               <category>Games</category>
+               <description>Happy Dance Collection (Japan)</description>
+               <rom name="Happy Dance Collection (Japan).iso" size="4699979776" crc="6b57f112" md5="44d833c49bff7ccd0c7bfac073a0c205" sha1="760e345c53ec16d3021b230e7b9f8b29cada4479"/>
+       </game>
+       <game name="Disney High School Musical Dance! (Japan)">
+               <category>Games</category>
+               <description>Disney High School Musical Dance! (Japan)</description>
+               <rom name="Disney High School Musical Dance! (Japan).iso" size="4699979776" crc="42149f8c" md5="1771d4725452738f66bc369bf5ed1863" sha1="68e250bd8905aeb39b5a918820ccac916f6c39dc"/>
+       </game>
+       <game name="Mario &amp; Sonic at London Olympic (Japan)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at London Olympic (Japan)</description>
+               <rom name="Mario &amp; Sonic at London Olympic (Japan).iso" size="4699979776" crc="ae812b19" md5="3acc6ce0f72bdb81c2b17128d7cfa92a" sha1="08c83d5b361fc18024507ad2b630ffee3b77083d"/>
+       </game>
+       <game name="Minna no Rhythm Tengoku (Japan)">
+               <category>Games</category>
+               <description>Minna no Rhythm Tengoku (Japan)</description>
+               <rom name="Minna no Rhythm Tengoku (Japan).iso" size="4699979776" crc="4224f3f7" md5="63f4902dea9ac63045be72ea59e9f14e" sha1="7e64559a3990312e43058cd8405b7438bc1ddf67"/>
+       </game>
+       <game name="One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan)">
+               <category>Games</category>
+               <description>One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan)</description>
+               <rom name="One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan).iso" size="4699979776" crc="05ed2e77" md5="7d92c144a26a6ce1665c75a4e35d2408" sha1="c0dc41f17fdf2c8e2a500343e8200f0f6f6b887a"/>
+       </game>
+       <game name="Ookami (Japan)">
+               <category>Games</category>
+               <description>Ookami (Japan)</description>
+               <rom name="Ookami (Japan).iso" size="4699979776" crc="89d90cdb" md5="1d83e82aca29ee92d410eb84fc5760ac" sha1="64d77b6525523e5fc5eac5281fe5f0daa47ec454"/>
+       </game>
+       <game name="Pokemon Battle Revolution (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Pokemon Battle Revolution (Japan) (Rev 1)</description>
+               <rom name="Pokemon Battle Revolution (Japan) (Rev 1).iso" size="4699979776" crc="5e206a19" md5="2bdd4ed922ab9475cd00c048682491b1" sha1="58bf102770873e57088f7be9ca34084f42e91ab4"/>
+       </game>
+       <game name="Skate It (Japan)">
+               <category>Games</category>
+               <description>Skate It (Japan)</description>
+               <rom name="Skate It (Japan).iso" size="4699979776" crc="1db73c67" md5="0757bf1153120e607e814473fa58cc27" sha1="05d1e44bb8980dbea5413423209dd3593161c624"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 09 - All-Play (Japan)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 09 - All-Play (Japan)</description>
+               <rom name="Tiger Woods PGA Tour 09 - All-Play (Japan).iso" size="4699979776" crc="8e58e8be" md5="5564be2aecb24426ad997ebddf8168dc" sha1="8de57154de17b14e4573f8a4a45e984c2cde0369"/>
+       </game>
+       <game name="Centipede - Infestation (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Centipede - Infestation (USA) (En,Fr,Es)</description>
+               <rom name="Centipede - Infestation (USA) (En,Fr,Es).iso" size="4699979776" crc="8b69a792" md5="06b7842270b4336f97799ba042fed156" sha1="291750aa763b516f3c668502412b266c6de82e32"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (USA) (En,Fr,Es)</description>
+               <rom name="Disney-Pixar Toy Story 3 (USA) (En,Fr,Es).iso" size="4699979776" crc="9a774104" md5="d13aaf78a7e74f7054a3468ac49b8a94" sha1="4f0f9e7c4d28f124fcb9259a3f94ef7f1b9c917b"/>
+       </game>
+       <game name="Deadliest Catch - Sea of Chaos (USA)">
+               <category>Games</category>
+               <description>Deadliest Catch - Sea of Chaos (USA)</description>
+               <rom name="Deadliest Catch - Sea of Chaos (USA).iso" size="4699979776" crc="557f388e" md5="a8fedfa267d819e5c4c6d964607825e2" sha1="483f04f316dd707d158b67127b5c04c0205c2c07"/>
+       </game>
+       <game name="Nickelodeon The Naked Brothers Band - The Video Game (USA)">
+               <category>Games</category>
+               <description>Nickelodeon The Naked Brothers Band - The Video Game (USA)</description>
+               <rom name="Nickelodeon The Naked Brothers Band - The Video Game (USA).iso" size="4699979776" crc="4ed0820e" md5="cebc65d012cfa33266394b140755ae62" sha1="44e34480d2f761cbfa1a7abf4e25da50da261a83"/>
+       </game>
+       <game name="Disney Sing It (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Sing It (USA) (En,Fr,Es)</description>
+               <rom name="Disney Sing It (USA) (En,Fr,Es).iso" size="4699979776" crc="57974729" md5="83a6197d006f83085abeb73a6b6cbe4d" sha1="38e4183836746c081a88a7669befcb20527425b9"/>
+       </game>
+       <game name="Major Minor's Majestic March (USA)">
+               <category>Games</category>
+               <description>Major Minor's Majestic March (USA)</description>
+               <rom name="Major Minor's Majestic March (USA).iso" size="4699979776" crc="b4d3301d" md5="cc7c156ce863b66b1115a96dbaee812e" sha1="829ab8239f6dba3bfae4ef71d893eb021ecfa0dd"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Europe) (It,El)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Europe) (It,El)</description>
+               <rom name="Disney-Pixar WALL-E (Europe) (It,El).iso" size="4699979776" crc="2b03e5f9" md5="82d5c33e4790037547861aba14c7fbef" sha1="91ae770a37859acbea24dfbbefb0b5240a3b0a2a"/>
+       </game>
+       <game name="MySims Agents (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>MySims Agents (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="MySims Agents (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="2d874310" md5="9cf58365be932817a80e4cfe26fd7dec" sha1="c420bbd99a85aba2e137ed61fbef107b2e21da5e"/>
+       </game>
+       <game name="DreamWorks Madagascar - Escape 2 Africa (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar - Escape 2 Africa (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks Madagascar - Escape 2 Africa (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="b6280c64" md5="b6c15b090696ad900c8e37d7adaa3faf" sha1="b1bac09b315951caf14ad0b37bcb135253959029"/>
+       </game>
+       <game name="Marvel Super Hero Squad (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Marvel Super Hero Squad (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="a33a2126" md5="e297192a04a763ce6335fa44dcecb891" sha1="cc16ce8dbbf0db65f76d8913d4a0b002c48761f0"/>
+       </game>
+       <game name="Madden NFL 09 - All-Play (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 09 - All-Play (Europe)</description>
+               <rom name="Madden NFL 09 - All-Play (Europe).iso" size="4699979776" crc="2b5782c2" md5="f4f7aaa76f30b14a4d5ef1befa2444cf" sha1="46f599310ac4248e02a038177276cefa91314969"/>
+       </game>
+       <game name="DreamWorks Madagascar Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="DreamWorks Madagascar Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="9186efef" md5="344e1288a5d9c497c3da45050185291a" sha1="8f7d14fafaf4c95571f8dd47b5f841b4c557b0fb"/>
+       </game>
+       <game name="Madden NFL 07 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 07 (Europe)</description>
+               <rom name="Madden NFL 07 (Europe).iso" size="4699979776" crc="c3a2e62b" md5="0d5ddc925d90d2b474ed03344c310a90" sha1="4bd827498ab882375bb4a3dc4cdc73610e66d377"/>
+       </game>
+       <game name="Myth Makers - Trixie in Toyland (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Myth Makers - Trixie in Toyland (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Myth Makers - Trixie in Toyland (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="4bd5d45e" md5="650c81935ece011b208a615ad68f7708" sha1="ea2010a51aab86a7583be731cee10c63eaccaf92"/>
+       </game>
+       <game name="Mini Ninjas (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Mini Ninjas (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Mini Ninjas (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d5260819" md5="53bf64d42e09d2ecc5beae87713697a8" sha1="0c3b0df533373d3cd58fb9a98cbd958ef72d9340"/>
+       </game>
+       <game name="DreamWorks Madagascar 3 - Europe's Most Wanted (Europe) (En,Fr,De,Es,It,Nl,Ru)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar 3 - Europe's Most Wanted (Europe) (En,Fr,De,Es,It,Nl,Ru)</description>
+               <rom name="DreamWorks Madagascar 3 - Europe's Most Wanted (Europe) (En,Fr,De,Es,It,Nl,Ru).iso" size="4699979776" crc="f985c82f" md5="dcbaa558f67135fa216c7d6de4b4b057" sha1="c72d1d8802986eeb57e453ccf9ba573ec530cd7b"/>
+       </game>
+       <game name="MySims Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>MySims Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="MySims Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="b5de9fbb" md5="ccc3d827a11055a69e39e506dbbe843c" sha1="53f636738454c871bb66d3a048e9b3062b47124c"/>
+       </game>
+       <game name="Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es)</description>
+               <rom name="Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es).iso" size="4699979776" crc="270b090d" md5="fdffb25d7459d1a710d4f95a5728f3fc" sha1="a8cc986a88b40a08fc6958d763edb92e30960ab8"/>
+       </game>
+       <game name="Balloon Pop (USA)">
+               <category>Games</category>
+               <description>Balloon Pop (USA)</description>
+               <rom name="Balloon Pop (USA).iso" size="4699979776" crc="91c21819" md5="8518d1e80e9c45f83f4d24090d5ddb8d" sha1="94d877d881fe7c0904b3b801cfc0dee6aece9579"/>
+       </game>
+       <game name="Barnyard - Shuyaku wa Ore, Ushi (Japan)">
+               <category>Games</category>
+               <description>Barnyard - Shuyaku wa Ore, Ushi (Japan)</description>
+               <rom name="Barnyard - Shuyaku wa Ore, Ushi (Japan).iso" size="4699979776" crc="be04e7a9" md5="b929e391165e8245592998a876e8c804" sha1="374163a7a3da5701346d25c2920c3820bce8f864"/>
+       </game>
+       <game name="Bomberman (Japan)">
+               <category>Games</category>
+               <description>Bomberman (Japan)</description>
+               <rom name="Bomberman (Japan).iso" size="4699979776" crc="211cbf06" md5="959ba717cb17347f01e7fbea64a64992" sha1="f53f0fa4520415179ad66684a744396908047f93"/>
+       </game>
+       <game name="Champion Jockey - Gallop Racer &amp; GI Jockey (Japan)">
+               <category>Games</category>
+               <description>Champion Jockey - Gallop Racer &amp; GI Jockey (Japan)</description>
+               <rom name="Champion Jockey - Gallop Racer &amp; GI Jockey (Japan).iso" size="4699979776" crc="5d2d3278" md5="d44c1a47b77dee3cbb8f4ec6b6140e3f" sha1="97343feb27d4367b92afdcfd5abf0048e363eb7b"/>
+       </game>
+       <game name="Dairantou Smash Brothers X (Japan)">
+               <category>Games</category>
+               <description>Dairantou Smash Brothers X (Japan)</description>
+               <rom name="Dairantou Smash Brothers X (Japan).iso" size="8511160320" crc="c38d167f" md5="20510abc5afac8529736fc4ed4bf09af" sha1="2960075bb847ba5ff24846451ed8306551ac653c"/>
+       </game>
+       <game name="Forever Blue - Umi no Yobigoe (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Forever Blue - Umi no Yobigoe (Japan) (Rev 1)</description>
+               <rom name="Forever Blue - Umi no Yobigoe (Japan) (Rev 1).iso" size="4699979776" crc="408c300a" md5="830ee9566aa5e70a973e8517e53edfd5" sha1="7e074af1a5f03096c004726915dbe85c98b6b8c1"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu Wii (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu Wii (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu Wii (Japan).iso" size="4699979776" crc="493a8f49" md5="b2f375ada690a6ee7d41fbeceae19744" sha1="bd70791fa5da7a09207786b3ea126815239150f4"/>
+       </game>
+       <game name="Mezase!! Tsuri Master (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Mezase!! Tsuri Master (Japan) (Rev 1)</description>
+               <rom name="Mezase!! Tsuri Master (Japan) (Rev 1).iso" size="4699979776" crc="d1b05737" md5="564503780df00e4b3fa37ac4809e8b66" sha1="1ca16cd3ccd31e8f7d1b1e6a69d3df9e8c89605e"/>
+       </game>
+       <game name="Narnia Koku Monogatari - Dai-2-shou - Caspian Ouji no Tsunobue (Japan)">
+               <category>Games</category>
+               <description>Narnia Koku Monogatari - Dai-2-shou - Caspian Ouji no Tsunobue (Japan)</description>
+               <rom name="Narnia Koku Monogatari - Dai-2-shou - Caspian Ouji no Tsunobue (Japan).iso" size="4699979776" crc="97658e91" md5="41d0fced2efbb326dc91e29f15d473bb" sha1="79060b2c0686206b4830ef01125a80288cdd20b7"/>
+       </game>
+       <game name="Shape Boxing 2 - Wii de Enjoy Diet! (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Shape Boxing 2 - Wii de Enjoy Diet! (Japan) (Rev 1)</description>
+               <rom name="Shape Boxing 2 - Wii de Enjoy Diet! (Japan) (Rev 1).iso" size="4699979776" crc="9ef71d7c" md5="5674acf02b717be9d049ae0c408d03d7" sha1="ffbaa000015985c279c115ad1861825f3508ebc1"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Wheelie Breakers (Japan)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! 5D's - Wheelie Breakers (Japan)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Wheelie Breakers (Japan).iso" size="4699979776" crc="d1c765a2" md5="d477e2000743373f84e4a537034ec74b" sha1="f07933be29798b79c4f61dc7034c2d1a5e4bbacf"/>
+       </game>
+       <game name="Rapala We Fish (USA)">
+               <category>Games</category>
+               <description>Rapala We Fish (USA)</description>
+               <rom name="Rapala We Fish (USA).iso" size="4699979776" crc="02ce274d" md5="c65d97d80e95778c56e77f56d2f02914" sha1="a92f6378b89f1c9cc37b808c8482a79bd5a27c2b"/>
+       </game>
+       <game name="Pizza Delivery Boy (USA)">
+               <category>Games</category>
+               <description>Pizza Delivery Boy (USA)</description>
+               <rom name="Pizza Delivery Boy (USA).iso" size="4699979776" crc="09d4b996" md5="3fbd2cd768cb8632f49e50f540209382" sha1="9ac8cb41d4eae45950da6d3354611954aba02457"/>
+       </game>
+       <game name="Golden Compass, The (USA)">
+               <category>Games</category>
+               <description>Golden Compass, The (USA)</description>
+               <rom name="Golden Compass, The (USA).iso" size="4699979776" crc="ca484d5a" md5="8d643fb0f0620b010d131f38a6b1f867" sha1="89203b2140c6e2321a3755cf03ff6336aa799054"/>
+       </game>
+       <game name="Cooking Mama (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cooking Mama (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cooking Mama (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d9a88921" md5="07655b59d65708810159ed6041f9fdde" sha1="87fc1ab978db64a8e46170ba766d2e84e424d3b5"/>
+       </game>
+       <game name="Hotel for Dogs (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hotel for Dogs (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hotel for Dogs (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="12aaa249" md5="8418c4370f5bec9a8a3b3ff5094d5e70" sha1="327ba3c3a570c00bb18e4338b9e34350970d27c3"/>
+       </game>
+       <game name="Just Dance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c1439d65" md5="ee8cf51f3855dda1be2adf415141c75c" sha1="dd6461b1cf4a53cac645333fc3a845a600fb5ab0"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da)</description>
+               <rom name="LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da).iso" size="4699979776" crc="bfc84bab" md5="e87c57a4161ab0ba0b6c42f3f52eebf6" sha1="6b6d95c2e270289ae0818ffd99faae1d2822afbe"/>
+       </game>
+       <game name="Ninjabread Man (UK)">
+               <category>Games</category>
+               <description>Ninjabread Man (UK)</description>
+               <rom name="Ninjabread Man (UK).iso" size="4699979776" crc="28993a64" md5="a6ffecab5089acf52f4d9b92de51697c" sha1="f5e5ad83319eea60d7b6a5a3edfccf9ebd1eaba7"/>
+       </game>
+       <game name="Rabbids Go Home (UK)">
+               <category>Games</category>
+               <description>Rabbids Go Home (UK)</description>
+               <rom name="Rabbids Go Home (UK).iso" size="4699979776" crc="1e419e3a" md5="c2b9195590ac2f8395e06ae2a13116f3" sha1="f2b9f1f68670929ff1f2d700dea039fc55f98804"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 2)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 2)</description>
+               <rom name="Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 2).iso" size="4699979776" crc="2e6d2d3a" md5="266cffbec661d6371c26f23ce8a68823" sha1="68e89f5e437dc28e896e1729718a26a791b22d53"/>
+       </game>
+       <game name="Zumba Fitness 2 (UK) (Rev 1)">
+               <category>Games</category>
+               <description>Zumba Fitness 2 (UK) (Rev 1)</description>
+               <rom name="Zumba Fitness 2 (UK) (Rev 1).iso" size="4699979776" crc="5d9415a9" md5="753df5d974033e37d9cfd241c73f8a9f" sha1="cd11b327653367727026bf0f11483ba2cfa5fc2f"/>
+       </game>
+       <game name="Rapala Pro Bass Fishing (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Rapala Pro Bass Fishing (USA) (Rev 1)</description>
+               <rom name="Rapala Pro Bass Fishing (USA) (Rev 1).iso" size="4699979776" crc="e3d7e2fb" md5="2aa4c09391a0d6e66c831641ffcb0369" sha1="cbe405d82280a3b640bdf8722b0438276d4830a5"/>
+       </game>
+       <game name="DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (USA) (En,Fr)</description>
+               <rom name="DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (USA) (En,Fr).iso" size="4699979776" crc="35d61a88" md5="f383ff77a0f171074049e92080443cce" sha1="cedb377ac29f754c1726ce01a422cf0b42accf5a"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUE)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUE)</description>
+               <rom name="DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUE).iso" size="4699979776" crc="42d4a68b" md5="aad7ff3e284a76afd6acbd3327a6b400" sha1="00a4bdaaf31550c943f1b500451afa25708a4147"/>
+       </game>
+       <game name="Top Shot Arcade (USA)">
+               <category>Games</category>
+               <description>Top Shot Arcade (USA)</description>
+               <rom name="Top Shot Arcade (USA).iso" size="4699979776" crc="6023cacd" md5="212743307884521adfa6e67bb6733220" sha1="92f6e4aa8c186915fc2d3466060fa22b16ddb64f"/>
+       </game>
+       <game name="Rock'N'Roll Adventures (USA)">
+               <category>Games</category>
+               <description>Rock'N'Roll Adventures (USA)</description>
+               <rom name="Rock'N'Roll Adventures (USA).iso" size="4699979776" crc="465c842a" md5="7288b3d51139b0d31d98e75c5ec71d17" sha1="2b5c85273100f01f53d5c45cc456eaaaf6dfcbc2"/>
+       </game>
+       <game name="PopStar Guitar (USA)">
+               <category>Games</category>
+               <description>PopStar Guitar (USA)</description>
+               <rom name="PopStar Guitar (USA).iso" size="4699979776" crc="ac30a569" md5="9ea37b9f26873478a5c6db4572cff485" sha1="348dd76d483f6ed38db2e64d7293142a203fe5ff"/>
+       </game>
+       <game name="Petz Rescue - Wildlife Vet (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Petz Rescue - Wildlife Vet (USA) (En,Fr,Es)</description>
+               <rom name="Petz Rescue - Wildlife Vet (USA) (En,Fr,Es).iso" size="4699979776" crc="cd4f2e9b" md5="6cfbbcfec83d9b48340a68b2c176692a" sha1="808f830c437647ac997d9f35448982472bd661f5"/>
+       </game>
+       <game name="Petz - Crazy Monkeyz (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Petz - Crazy Monkeyz (USA) (En,Fr,Es)</description>
+               <rom name="Petz - Crazy Monkeyz (USA) (En,Fr,Es).iso" size="4699979776" crc="704ec800" md5="591bcb29007fa11e85b9891ad6dd2b63" sha1="62fb0e5e708731754c7687846e378879db8d7295"/>
+       </game>
+       <game name="Order Up! (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Order Up! (USA) (Rev 1)</description>
+               <rom name="Order Up! (USA) (Rev 1).iso" size="4699979776" crc="d8e9cadd" md5="82c35b938a8c79204bec4dedf002b7d4" sha1="255f523fccbad3192fd887ffc6f44bc87618bf26"/>
+       </game>
+       <game name="Deca Sports (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Deca Sports (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Deca Sports (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="0a409a23" md5="f91f53427fe7f743b10ab695b92de801" sha1="9259b58c8f025e56ee398ba0bc6295ee92862387"/>
+       </game>
+       <game name="Cocoto Kart Racer (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Cocoto Kart Racer (USA) (En,Fr)</description>
+               <rom name="Cocoto Kart Racer (USA) (En,Fr).iso" size="4699979776" crc="d44ddfd6" md5="69eb9b41a7d887f33cf49f778aeef3cc" sha1="bb217f268eff379b1f79b7a9842a8baeff84ddcb"/>
+       </game>
+       <game name="Ben 10 - Galactic Racing (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ben 10 - Galactic Racing (USA) (En,Fr,Es)</description>
+               <rom name="Ben 10 - Galactic Racing (USA) (En,Fr,Es).iso" size="4699979776" crc="fa02aa53" md5="b9921199414136c259a2e82c89dd2860" sha1="07f8b4425406a20b29d220dfcdc01769dbe60631"/>
+       </game>
+       <game name="Bomberman Land Wii (Japan)">
+               <category>Games</category>
+               <description>Bomberman Land Wii (Japan)</description>
+               <rom name="Bomberman Land Wii (Japan).iso" size="4699979776" crc="29d687c1" md5="5dbda7303490f65c1ed1b0bcf6d54cee" sha1="33ad40e0e75e6ef1a0fa4112b014dc32e772e424"/>
+       </game>
+       <game name="Chibi-Robo! (Japan)">
+               <category>Games</category>
+               <description>Chibi-Robo! (Japan)</description>
+               <rom name="Chibi-Robo! (Japan).iso" size="4699979776" crc="eccba35e" md5="625628164a6dca997100fac15f53179c" sha1="a10793a75609a4f3a91d314dcfdb964e58bd68de"/>
+       </game>
+       <game name="Chin Sports (Japan)">
+               <category>Games</category>
+               <description>Chin Sports (Japan)</description>
+               <rom name="Chin Sports (Japan).iso" size="4699979776" crc="73800548" md5="14e2e44dd514a10a4e53c6ff250911a9" sha1="0380fb281849a1ac27b56a1b6b1c6865e7c6833d"/>
+       </game>
+       <game name="Disney Princess - Mahou no Sekai e (Japan)">
+               <category>Games</category>
+               <description>Disney Princess - Mahou no Sekai e (Japan)</description>
+               <rom name="Disney Princess - Mahou no Sekai e (Japan).iso" size="4699979776" crc="c4c9c968" md5="c4512e764bc6f3f012391e60a52ab3a6" sha1="ef59ed897ce58dd359198cae09dfc789a10f6698"/>
+       </game>
+       <game name="Dragon Ball Z - Sparking! Meteor (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Sparking! Meteor (Japan) (Rev 1)</description>
+               <rom name="Dragon Ball Z - Sparking! Meteor (Japan) (Rev 1).iso" size="4699979776" crc="4a0afffa" md5="ffe5180a4b4925180f62ed4398833bbc" sha1="1e5c88c0a36357352cf9f14dd6fa2c3617930148"/>
+       </game>
+       <game name="Jikkyou Powerful Major League 2009 (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Major League 2009 (Japan)</description>
+               <rom name="Jikkyou Powerful Major League 2009 (Japan).iso" size="4699979776" crc="e1c65302" md5="9a710749f56fe6530ab2886330b03077" sha1="c9ae0b4f99966744e7dd2fe9541f8a92366399c2"/>
+       </game>
+       <game name="Jissen Pachi-Slot Pachinko Hisshouhou! Sammy's Collection - Hokuto no Ken Wii (Japan)">
+               <category>Games</category>
+               <description>Jissen Pachi-Slot Pachinko Hisshouhou! Sammy's Collection - Hokuto no Ken Wii (Japan)</description>
+               <rom name="Jissen Pachi-Slot Pachinko Hisshouhou! Sammy's Collection - Hokuto no Ken Wii (Japan).iso" size="4699979776" crc="c255bbec" md5="04eab4db8bfdc789b4d4da0a14423ad7" sha1="3838adc113a81999900d5dda144c6ffad21ad48b"/>
+       </game>
+       <game name="Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan)">
+               <category>Games</category>
+               <description>Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan)</description>
+               <rom name="Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan).iso" size="4699979776" crc="344d7480" md5="39e04b2d5659501f82105486e32f2d8e" sha1="df18982040c2fba40f4783e91bfff786dedc746e"/>
+       </game>
+       <game name="Need for Speed - Undercover (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - Undercover (Japan)</description>
+               <rom name="Need for Speed - Undercover (Japan).iso" size="4699979776" crc="19eab410" md5="e0f32ff9dd1cb98b323e10e0c7de5286" sha1="b45e92986489e846f0cadeecdac0d4c549e87226"/>
+       </game>
+       <game name="World of Golden Eggs, The - Nori Nori Rhythm-kei (Japan)">
+               <category>Games</category>
+               <description>World of Golden Eggs, The - Nori Nori Rhythm-kei (Japan)</description>
+               <rom name="World of Golden Eggs, The - Nori Nori Rhythm-kei (Japan).iso" size="4699979776" crc="cc502473" md5="d13f6c4491280d8449bcfec0c019acf8" sha1="df5e30837fdb11a554ccc3b5761cc7c24833c0cb"/>
+       </game>
+       <game name="Enclave - Shadows of Twilight (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Enclave - Shadows of Twilight (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Enclave - Shadows of Twilight (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="abab33bb" md5="5d51d27a0b0d2c5e018abfd876dc1910" sha1="f68f117433122061429ca78f8aa99d4a7c356fc4"/>
+       </game>
+       <game name="Everyone Sing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Everyone Sing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Everyone Sing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0d3b04be" md5="2f1c15e9ba54073130f9b1a624ee0332" sha1="b800d29867739704408397fbd38c4a63d6e00232"/>
+       </game>
+       <game name="Eldar Saga (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Eldar Saga (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Eldar Saga (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d3d636c3" md5="cc300c800c1475bc6444ec08228ef149" sha1="9f24f62bfebe604859f1dded62856373cb68fc02"/>
+       </game>
+       <game name="Planet Rescue - Wildlife Vet (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Planet Rescue - Wildlife Vet (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Planet Rescue - Wildlife Vet (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="6c1112fe" md5="5500b66766b99acbaecec2f45140570c" sha1="867bb28437232a53f85db18c56da3700705537e7"/>
+       </game>
+       <game name="Disney-Pixar Carl Jiisan no Soratobu Ie (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Carl Jiisan no Soratobu Ie (Japan)</description>
+               <rom name="Disney-Pixar Carl Jiisan no Soratobu Ie (Japan).iso" size="4699979776" crc="60e65457" md5="a21693ac79cb18de296063276c78bf96" sha1="b34a0b24d45736bcefc52e87d4b2e18d0a9008fe"/>
+       </game>
+       <game name="Dragon Ball Z - Sparking! Neo (Japan)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Sparking! Neo (Japan)</description>
+               <rom name="Dragon Ball Z - Sparking! Neo (Japan).iso" size="4699979776" crc="5ad09319" md5="121274dd4df1c58bb2674f035077e345" sha1="529b4cca5dcc8fcb0002984042080ad4c30876c5"/>
+       </game>
+       <game name="Fit in Six - Karada o Kitaeru 6-tsu no Youso (Japan)">
+               <category>Games</category>
+               <description>Fit in Six - Karada o Kitaeru 6-tsu no Youso (Japan)</description>
+               <rom name="Fit in Six - Karada o Kitaeru 6-tsu no Youso (Japan).iso" size="4699979776" crc="893bcb8f" md5="3b989be7152192080779081628d041b9" sha1="0515b002e3095a4765ae87a5c946d3845300000b"/>
+       </game>
+       <game name="Hoshi no Kirby Wii (Japan)">
+               <category>Games</category>
+               <description>Hoshi no Kirby Wii (Japan)</description>
+               <rom name="Hoshi no Kirby Wii (Japan).iso" size="4699979776" crc="35fa421d" md5="81efa102f2a3118fb67be34dc37b5299" sha1="7f2e3a49b85258f46fa32ba61ab81abb2bbc5e57"/>
+       </game>
+       <game name="Mario Party 8 (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Mario Party 8 (Japan) (Rev 2)</description>
+               <rom name="Mario Party 8 (Japan) (Rev 2).iso" size="4699979776" crc="78fb65c3" md5="0fab74d133816c7e6c8aa7138c193017" sha1="cd2deb7ac63f13fe12967df26a3bc7ad6a429731"/>
+       </game>
+       <game name="Mario Tennis GC (Japan)">
+               <category>Games</category>
+               <description>Mario Tennis GC (Japan)</description>
+               <rom name="Mario Tennis GC (Japan).iso" size="4699979776" crc="7f0e6537" md5="6cf97308e3c6f9f03de5cd842d89ede2" sha1="a637cbf09eef631a49dbd90e89d5e2af6bc63bf9"/>
+       </game>
+       <game name="New Unou Kids Wii (Japan)">
+               <category>Games</category>
+               <description>New Unou Kids Wii (Japan)</description>
+               <rom name="New Unou Kids Wii (Japan).iso" size="4699979776" crc="c6b041a5" md5="754b4a1e21ac85cfa9806a7705c9b93b" sha1="91e9a3b45ca28c0aff003f91562addd2bc31f087"/>
+       </game>
+       <game name="Oyako de Asobo - Miffy no Omochabako (Japan)">
+               <category>Games</category>
+               <description>Oyako de Asobo - Miffy no Omochabako (Japan)</description>
+               <rom name="Oyako de Asobo - Miffy no Omochabako (Japan).iso" size="4699979776" crc="87e4aadc" md5="15ee2d1171a53065e3e9508607896df7" sha1="ae10133b46b1372025f60d3e6313a738c4d8eb62"/>
+       </game>
+       <game name="Puyo Puyo!! Puyopuyo 20th Anniversary (Japan)">
+               <category>Games</category>
+               <description>Puyo Puyo!! Puyopuyo 20th Anniversary (Japan)</description>
+               <rom name="Puyo Puyo!! Puyopuyo 20th Anniversary (Japan).iso" size="4699979776" crc="92439a17" md5="776566d3324bba55cc214158f45d1b84" sha1="0a7bbb9732c9f05d34004d4feef5479f4ede8107"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2010 - Aoki Samurai no Chousen (Japan)">
+               <category>Games</category>
+               <description>Winning Eleven Play Maker 2010 - Aoki Samurai no Chousen (Japan)</description>
+               <rom name="Winning Eleven Play Maker 2010 - Aoki Samurai no Chousen (Japan).iso" size="4699979776" crc="729dc48c" md5="9f85d200532196e5ac9aed46ab5a481e" sha1="dbd1f840bc9907fb4d3be925ace54f5b07829b9f"/>
+       </game>
+       <game name="Chicken Blaster (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Chicken Blaster (USA) (En,Fr,Es)</description>
+               <rom name="Chicken Blaster (USA) (En,Fr,Es).iso" size="4699979776" crc="7ab56d56" md5="637dcfd304b547f68c3bf71e3b01f394" sha1="a8ba55e6ad557e13afa5f08f13ad7b740ede453a"/>
+       </game>
+       <game name="Nerf N-Strike Elite (USA)">
+               <category>Games</category>
+               <description>Nerf N-Strike Elite (USA)</description>
+               <rom name="Nerf N-Strike Elite (USA).iso" size="4699979776" crc="2abfbb52" md5="f7f105694b2d26882774af7e40d57a9a" sha1="e5f38d127850eb3d69daca411102d1dc2ddd9370"/>
+       </game>
+       <game name="Super Swing Golf Season 2 (USA)">
+               <category>Games</category>
+               <description>Super Swing Golf Season 2 (USA)</description>
+               <rom name="Super Swing Golf Season 2 (USA).iso" size="4699979776" crc="d4a6d1a3" md5="96b34c51fa67f8867cb141075cf329ba" sha1="68942f3f201934b7942253091bdf68d13b6524eb"/>
+       </game>
+       <game name="Six Flags Fun Park (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Six Flags Fun Park (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Six Flags Fun Park (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="27940e33" md5="c81222aa1110a7fde37df9c53910695c" sha1="b866cdc20038972601110ee069128d8c8903fac9"/>
+       </game>
+       <game name="Think Logic Trainer (USA)">
+               <category>Games</category>
+               <description>Think Logic Trainer (USA)</description>
+               <rom name="Think Logic Trainer (USA).iso" size="4699979776" crc="7ab4ecfc" md5="e9f280b374d6aa62569732bc459cf9fe" sha1="fe44b75c1fc0b50a7aed30180df6d15f54be281e"/>
+       </game>
+       <game name="Game Party 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Game Party 2 (USA) (En,Fr,Es)</description>
+               <rom name="Game Party 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="2169d975" md5="a1377851164b3f835b223527915a8d86" sha1="9fa1f249260a80112d0386dbbbbeec32990226ac"/>
+       </game>
+       <game name="Monster High - Ghoul Spirit (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Monster High - Ghoul Spirit (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Monster High - Ghoul Spirit (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="1c96f76f" md5="0811c2dd8a3eab85b5bc90c5d1f5c31c" sha1="149236ad54560d0ebed256b93d4f2e2aee993f18"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2011 (USA)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2011 (USA)</description>
+               <rom name="Cabela's Dangerous Hunts 2011 (USA).iso" size="4699979776" crc="527d1cc0" md5="0a7da41c06218b84c65efadf38ca9e3b" sha1="178f5edf83784205d4a09b76db00bc6106af06ad"/>
+       </game>
+       <game name="Cabela's Big Game Hunter 2012 (USA)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter 2012 (USA)</description>
+               <rom name="Cabela's Big Game Hunter 2012 (USA).iso" size="4699979776" crc="82fdacb5" md5="bf803732398888e85f491eb8a1d6bad1" sha1="5a5c55e0b3ade25e35fae2362c9eef63fa153c5b"/>
+       </game>
+       <game name="Littlest Pet Shop - Friends (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Littlest Pet Shop - Friends (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)</description>
+               <rom name="Littlest Pet Shop - Friends (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi).iso" size="4699979776" crc="d3df1b5f" md5="2bcfe757fcb13c924a21e47067afb37c" sha1="7a80d09460c1e3b4be8e07262bba859f02f3528e"/>
+       </game>
+       <game name="Tale of Despereaux, The (Europe) (En,Es)">
+               <category>Games</category>
+               <description>Tale of Despereaux, The (Europe) (En,Es)</description>
+               <rom name="Tale of Despereaux, The (Europe) (En,Es).iso" size="4699979776" crc="967789d4" md5="41b627d216e1a77e09d0d2566c57aead" sha1="a43f887b0984e5d12d27e4e578995336ad41587c"/>
+       </game>
+       <game name="Chronicles of Narnia, The - Prince Caspian (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - Prince Caspian (Europe) (Fr,Nl)</description>
+               <rom name="Chronicles of Narnia, The - Prince Caspian (Europe) (Fr,Nl).iso" size="4699979776" crc="0f43c0cc" md5="b6cb74f9ba2f18a08b41ea57582b353e" sha1="d8ba7b5ee88fba5da3f89e114a2d2e82a8837069"/>
+       </game>
+       <game name="40 Principales, Los - Karaoke Party (Spain) (En,Es)">
+               <category>Games</category>
+               <description>40 Principales, Los - Karaoke Party (Spain) (En,Es)</description>
+               <rom name="40 Principales, Los - Karaoke Party (Spain) (En,Es).iso" size="4699979776" crc="de181c55" md5="b194ae62924091daad66ffd84b9a28bb" sha1="bb174ecfe2ae8a64e5b18099ca3726f3e578c595"/>
+       </game>
+       <game name="Sims 2, The - Pets (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sims 2, The - Pets (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sims 2, The - Pets (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bc8b339b" md5="1ec0ea956dd1d6787b0d8b445baa8e18" sha1="88d8cc73376b712520d9dfc3abba6fd3bfdce8b1"/>
+       </game>
+       <game name="SimAnimals - Africa (Europe, Australia) (En,Fr,De,Nl,Pt)">
+               <category>Games</category>
+               <description>SimAnimals - Africa (Europe, Australia) (En,Fr,De,Nl,Pt)</description>
+               <rom name="SimAnimals - Africa (Europe, Australia) (En,Fr,De,Nl,Pt).iso" size="4699979776" crc="996648ec" md5="41bb3a05fb50b3d5cd75ff92eda5bb2e" sha1="7c6e074517e92508ee9c97143f10e5b8d02ec85c"/>
+       </game>
+       <game name="Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt) (Rev 1)">
+               <category>Games</category>
+               <description>Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt) (Rev 1)</description>
+               <rom name="Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt) (Rev 1).iso" size="4699979776" crc="67b5621f" md5="27bfb11b9851ca65200fbeeb32fd1d03" sha1="5748b678bc14b4411810385b4721b1fa8fe81866"/>
+       </game>
+       <game name="Need for Speed - Carbon (Europe)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (Europe)</description>
+               <rom name="Need for Speed - Carbon (Europe).iso" size="4699979776" crc="83fe7e46" md5="d8c79e2f7232bd645e17581f98452a56" sha1="c13c37f21d987152c179bc0b10f20f0fb8b4f496"/>
+       </game>
+       <game name="Hot Wheels - Beat That! (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Hot Wheels - Beat That! (Europe) (En,Fr,De,It)</description>
+               <rom name="Hot Wheels - Beat That! (Europe) (En,Fr,De,It).iso" size="4699979776" crc="99131bc8" md5="9dfa92c9e85b84b5133c7204cb5c589c" sha1="58092e832fd132f85c02d79be4e87da76b217b82"/>
+       </game>
+       <game name="Jambo! Safari - Ranger Adventure (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jambo! Safari - Ranger Adventure (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jambo! Safari - Ranger Adventure (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7ea73b20" md5="61fd7772be1f9b42e7448c48f2fba6a0" sha1="51e861350670a0d853bbd1f662ade24169ae9631"/>
+       </game>
+       <game name="Mummy, The - Tomb of the Dragon Emperor (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Mummy, The - Tomb of the Dragon Emperor (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Mummy, The - Tomb of the Dragon Emperor (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="bad4c1bd" md5="d707d88ee063d94c92f6ef5868d6c630" sha1="4086b949f6d55bc984ab62ecb681154ff601c1df"/>
+       </game>
+       <game name="Ultimate Battle of the Sexes, The (Europe) (En,De)">
+               <category>Games</category>
+               <description>Ultimate Battle of the Sexes, The (Europe) (En,De)</description>
+               <rom name="Ultimate Battle of the Sexes, The (Europe) (En,De).iso" size="4699979776" crc="05a12059" md5="8ceffd290bb40b8ba7e0b3c7bd7a169d" sha1="56394ea34c375e1693ea88ec6326e0568f55b260"/>
+       </game>
+       <game name="Academy of Champions - Football (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Academy of Champions - Football (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Academy of Champions - Football (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="0eff6a1b" md5="ddcae8339513629f7d15533cd22240f0" sha1="78b3c178a4df94b399b29a2aec9988ee4ad10c84"/>
+       </game>
+       <game name="World Championship Poker featuring Howard Lederer - All In (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>World Championship Poker featuring Howard Lederer - All In (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="World Championship Poker featuring Howard Lederer - All In (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="75d77b12" md5="4076c8d1fba0a8c56dd9cdbf9d2d3295" sha1="c50aaad2cadaab9f6f925e65c1550165337ee87b"/>
+       </game>
+       <game name="Expeditie Robinson (Netherlands)">
+               <category>Games</category>
+               <description>Expeditie Robinson (Netherlands)</description>
+               <rom name="Expeditie Robinson (Netherlands).iso" size="4699979776" crc="d8319080" md5="2353c533deefa997b5bfb191fa1e6ac7" sha1="52f90ebd2dcb9a006d085558dc8698ee342662a5"/>
+       </game>
+       <game name="Totally Spies! Totally Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Totally Spies! Totally Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Totally Spies! Totally Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="8ce49f60" md5="5c0bee76e950992d0f637e81732a1d34" sha1="79a8dac03cdf4f002acd0427e2967c66a4d68a35"/>
+       </game>
+       <game name="Bionicle Heroes (USA)">
+               <category>Games</category>
+               <description>Bionicle Heroes (USA)</description>
+               <rom name="Bionicle Heroes (USA).iso" size="4699979776" crc="a26d8bac" md5="1ffabc23b58ef61a260aa77604498e3c" sha1="ec90007d1a3f913c2c4918430639518928abb510"/>
+       </game>
+       <game name="Chicken Shoot (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Chicken Shoot (USA) (En,Fr,Es)</description>
+               <rom name="Chicken Shoot (USA) (En,Fr,Es).iso" size="4699979776" crc="a05b52e0" md5="cf488236d6a8c9f98f4f1c67a0a83f6d" sha1="225a2e771abdc596edeb4ddbe94be2f7fd2ffeb6"/>
+       </game>
+       <game name="EA Playground (USA)">
+               <category>Games</category>
+               <description>EA Playground (USA)</description>
+               <rom name="EA Playground (USA).iso" size="4699979776" crc="2bcde69d" md5="b4b31ae878dc351d55cb489d86de0197" sha1="459c08c2195c32d5891f86437010d9992dadd70f"/>
+       </game>
+       <game name="Escape from Bug Island (USA)">
+               <category>Games</category>
+               <description>Escape from Bug Island (USA)</description>
+               <rom name="Escape from Bug Island (USA).iso" size="4699979776" crc="63facb35" md5="89c89cf4aad86e2f4424d0d87df7922a" sha1="7b999a8d5a8b065892bf8a7c0cceb9ff810d093e"/>
+       </game>
+       <game name="Who Wants to Be a Millionaire (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Who Wants to Be a Millionaire (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Who Wants to Be a Millionaire (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2ba29bca" md5="e40cf23f7f4c3cae8c8bbed6934ed6da" sha1="1581e2a6affbd6ce3f2068c30db84217020294a0"/>
+       </game>
+       <game name="Anubis II (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Anubis II (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Anubis II (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="13e993ed" md5="632f5bcb3f9b6493ea51e50293b7ceff" sha1="ef73245f7e990fbb143cbc249ef82b255bea48fe"/>
+       </game>
+       <game name="Pirates - Hunt for Blackbeard's Booty (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Pirates - Hunt for Blackbeard's Booty (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Pirates - Hunt for Blackbeard's Booty (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="39714b96" md5="25879a47760a0feff55da87eac6edbaa" sha1="327b9aa0bb6344dbba90beda392c9fc5c81d098c"/>
+       </game>
+       <game name="Yamaha Supercross (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yamaha Supercross (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yamaha Supercross (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8600066d" md5="c46fc3f8c0096b5dc5597662a7485961" sha1="ffbb592061829333fdf13c3591c01ac80494f72c"/>
+       </game>
+       <game name="NBA 2K13 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA 2K13 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA 2K13 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b11dc69d" md5="66995c5c3d6c42172d58afee4de4b6f1" sha1="bd9f23f99ef8b2dd5a60bdcdc849b994f393e4f5"/>
+       </game>
+       <game name="Daisy Fuentes Pilates (USA) (En,Es)">
+               <category>Games</category>
+               <description>Daisy Fuentes Pilates (USA) (En,Es)</description>
+               <rom name="Daisy Fuentes Pilates (USA) (En,Es).iso" size="4699979776" crc="062f5789" md5="1c728f2c01adddf68b64c41eeddfaf7a" sha1="3d3160db9be0c93d066680a18773abd674f232d6"/>
+       </game>
+       <game name="Artlist Collection - The Dog Island (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Artlist Collection - The Dog Island (USA) (En,Fr,Es)</description>
+               <rom name="Artlist Collection - The Dog Island (USA) (En,Fr,Es).iso" size="4699979776" crc="0a1e65d9" md5="6fa48e4883137a813312688ea7704032" sha1="bc3f78adfafdcd6f4e64a6ab1000306be54aab7b"/>
+       </game>
+       <game name="Country Dance (USA)">
+               <category>Games</category>
+               <description>Country Dance (USA)</description>
+               <rom name="Country Dance (USA).iso" size="4699979776" crc="8d46c899" md5="ccc3802d629964e4b38f1b2dba7c9ede" sha1="0e83d4be5a2f9498581e46d2c701f30aa74fe433"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (Korea)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (Korea)</description>
+               <rom name="New Super Mario Bros. Wii (Korea).iso" size="4699979776" crc="471fb60c" md5="b978223e8af49fc62284d67235cae7cd" sha1="3581de99aa971492dda242dc7dd92b5b38baa42d"/>
+       </game>
+       <game name="007 - Nagusame no Houshuu (Japan)">
+               <category>Games</category>
+               <description>007 - Nagusame no Houshuu (Japan)</description>
+               <rom name="007 - Nagusame no Houshuu (Japan).iso" size="4699979776" crc="d9d64aff" md5="844e3f34aff950f7919259d7fdb2e986" sha1="d9c2de6b049bd756fdc553df0972ef52ae901d0f"/>
+       </game>
+       <game name="Choro Q Wii (Japan)">
+               <category>Games</category>
+               <description>Choro Q Wii (Japan)</description>
+               <rom name="Choro Q Wii (Japan).iso" size="4699979776" crc="972d8536" md5="7766891195be88c12d7d780c4c06cdaf" sha1="1de3909a580b9a9f75f6c258bcb5b2a0300d4215"/>
+       </game>
+       <game name="Dance Dance Revolution - Music Fit (Japan)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Music Fit (Japan)</description>
+               <rom name="Dance Dance Revolution - Music Fit (Japan).iso" size="4699979776" crc="8ebef7d5" md5="a42b30af716d9ff702687575055a9290" sha1="e92a358556461c3d3602ef6bc2969f754f8b8dbc"/>
+       </game>
+       <game name="GTI Club - World City Race (Japan)">
+               <category>Games</category>
+               <description>GTI Club - World City Race (Japan)</description>
+               <rom name="GTI Club - World City Race (Japan).iso" size="4699979776" crc="7c35f693" md5="c44f7f1ffbe2993f6c5f1b54af994e8b" sha1="2977f34a80d0bb3f383da45ded7a4c5347767080"/>
+       </game>
+       <game name="Kamen Rider - Super Climax Heroes (Japan)">
+               <category>Games</category>
+               <description>Kamen Rider - Super Climax Heroes (Japan)</description>
+               <rom name="Kamen Rider - Super Climax Heroes (Japan).iso" size="4699979776" crc="6057369a" md5="77b0cf2bb7d532ab254c523a402cb941" sha1="1b72adff2ee923ec7cbd0fb35bc86573b1aa5fac"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - SpongeBob to Nakamatachi - Toybot no Kougeki (Japan)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - SpongeBob to Nakamatachi - Toybot no Kougeki (Japan)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - SpongeBob to Nakamatachi - Toybot no Kougeki (Japan).iso" size="4699979776" crc="4b95b4b7" md5="4fd7f197f8b5a92f67c5877b6dc261c1" sha1="9eee566b4362f828d8f2f091b710d26d8b43a619"/>
+       </game>
+       <game name="Shikigami no Shiro III (Japan)">
+               <category>Games</category>
+               <description>Shikigami no Shiro III (Japan)</description>
+               <rom name="Shikigami no Shiro III (Japan).iso" size="4699979776" crc="50fac311" md5="d0a0196ad4bb3c173f00103be1db93fb" sha1="f23aa083ddd7254b816294b4021daf67431ac89c"/>
+       </game>
+       <game name="Sonic Colors (Japan)">
+               <category>Games</category>
+               <description>Sonic Colors (Japan)</description>
+               <rom name="Sonic Colors (Japan).iso" size="4699979776" crc="4040fac9" md5="6e72987c9b81df3a84826276fac571c0" sha1="573dfe7c566be11af4f5490a5858cb94a302b725"/>
+       </game>
+       <game name="Sugoro Chronicle - Migite ni Ken o Hidarite ni Saikoro o (Japan)">
+               <category>Games</category>
+               <description>Sugoro Chronicle - Migite ni Ken o Hidarite ni Saikoro o (Japan)</description>
+               <rom name="Sugoro Chronicle - Migite ni Ken o Hidarite ni Saikoro o (Japan).iso" size="4699979776" crc="f25e0402" md5="c9d66497e907ca33d65ae87fb9bba5cd" sha1="3fa31fd9e9e8e958b06ad98193a572bc3bc41779"/>
+       </game>
+       <game name="Tama-Run (Japan)">
+               <category>Games</category>
+               <description>Tama-Run (Japan)</description>
+               <rom name="Tama-Run (Japan).iso" size="4699979776" crc="3be78879" md5="f617de9dc26bf645c9836bc54f738a60" sha1="c826482174bc5316824f0ced40e46d16d6cf5475"/>
+       </game>
+       <game name="Nickelodeon Tak and the Guardians of Gross (Europe) (En,De)">
+               <category>Games</category>
+               <description>Nickelodeon Tak and the Guardians of Gross (Europe) (En,De)</description>
+               <rom name="Nickelodeon Tak and the Guardians of Gross (Europe) (En,De).iso" size="4699979776" crc="e5695ff8" md5="c5ef803b5c1b261267d0d1a01aa6e827" sha1="0e42347731e255435851804d1ff7106e96cc0a50"/>
+       </game>
+       <game name="Tony Hawk - Shred (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Tony Hawk - Shred (USA) (En,Fr,Es)</description>
+               <rom name="Tony Hawk - Shred (USA) (En,Fr,Es).iso" size="4699979776" crc="3e463c3e" md5="ccb4ea58595d7332809436f72667adfe" sha1="8d41c4c8812d21302234ddc21b27734186f8871f"/>
+       </game>
+       <game name="Bokujou Monogatari - Waku Waku Animal March (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Bokujou Monogatari - Waku Waku Animal March (Japan) (Rev 1)</description>
+               <rom name="Bokujou Monogatari - Waku Waku Animal March (Japan) (Rev 1).iso" size="4699979776" crc="aacdf1b3" md5="3be528cbbc6f6dced1e8077aaad90dcf" sha1="161c0c03215f9c09acd2e85971c1c6384bded27d"/>
+       </game>
+       <game name="Hospital. 6-nin no Ishi (Japan)">
+               <category>Games</category>
+               <description>Hospital. 6-nin no Ishi (Japan)</description>
+               <rom name="Hospital. 6-nin no Ishi (Japan).iso" size="4699979776" crc="d1f62c70" md5="146599f594be2c56cace65c7616ca905" sha1="36a0c42bd7179672336a933f1cf0ebe3293fd0d4"/>
+       </game>
+       <game name="House of the Dead 2 &amp; 3 Return, The (Japan)">
+               <category>Games</category>
+               <description>House of the Dead 2 &amp; 3 Return, The (Japan)</description>
+               <rom name="House of the Dead 2 &amp; 3 Return, The (Japan).iso" size="4699979776" crc="7c3aa577" md5="d1b2ed8588e0ff0a3974ad641c7f2091" sha1="ddf1ba3df5788385c7763495c7bd22bb1e7aa0d7"/>
+       </game>
+       <game name="Hula Wii - Tanoshiku Hula o Odorou!! (Japan)">
+               <category>Games</category>
+               <description>Hula Wii - Tanoshiku Hula o Odorou!! (Japan)</description>
+               <rom name="Hula Wii - Tanoshiku Hula o Odorou!! (Japan).iso" size="4699979776" crc="b938fb1f" md5="5ba21931df62529909ed3cdc51135230" sha1="040f228b0ba6a88a66552cd08dd04156c41aa857"/>
+       </game>
+       <game name="Jinsei Game - Happy Family (Japan)">
+               <category>Games</category>
+               <description>Jinsei Game - Happy Family (Japan)</description>
+               <rom name="Jinsei Game - Happy Family (Japan).iso" size="4699979776" crc="3937d3b9" md5="82a9624831ef98a83016775b60c2c0b8" sha1="cc9c4744fcd3cecb01c4ff73861ae15d58fdee80"/>
+       </game>
+       <game name="Minna de Bouken! Family Trainer (Japan)">
+               <category>Games</category>
+               <description>Minna de Bouken! Family Trainer (Japan)</description>
+               <rom name="Minna de Bouken! Family Trainer (Japan).iso" size="4699979776" crc="b31d40fe" md5="135b4ab471a2e78f9dfb29a28191f1e7" sha1="4faa01f4274fb0e52966ca723e4f00fbacd7ba84"/>
+       </game>
+       <game name="Precure All Stars - Zenin Shuugou Let's Dance! (Japan)">
+               <category>Games</category>
+               <description>Precure All Stars - Zenin Shuugou Let's Dance! (Japan)</description>
+               <rom name="Precure All Stars - Zenin Shuugou Let's Dance! (Japan).iso" size="4699979776" crc="7b524fc8" md5="5b650951c75dc102fb6a1a77225ae18b" sha1="a6cf1f196f207835941e684eef26bb2325bd0c62"/>
+       </game>
+       <game name="Shape Boxing - Wii de Enjoy Diet! (Japan)">
+               <category>Games</category>
+               <description>Shape Boxing - Wii de Enjoy Diet! (Japan)</description>
+               <rom name="Shape Boxing - Wii de Enjoy Diet! (Japan).iso" size="4699979776" crc="328cc0f2" md5="3d812c6505d48fc2bac2128fdd98d769" sha1="6faf96b15d425cdecf6325c427b3d23b0bfd04ab"/>
+       </game>
+       <game name="We Cheer - Dancing Spirits! (Japan)">
+               <category>Games</category>
+               <description>We Cheer - Dancing Spirits! (Japan)</description>
+               <rom name="We Cheer - Dancing Spirits! (Japan).iso" size="4699979776" crc="6bbabdd0" md5="07446f102c4352b5b59ad2d035d88138" sha1="195d66d4e0a118ee4a8c492ecca16e368a1dadc2"/>
+       </game>
+       <game name="Wii Fit (Japan)">
+               <category>Games</category>
+               <description>Wii Fit (Japan)</description>
+               <rom name="Wii Fit (Japan).iso" size="4699979776" crc="4a6620c8" md5="54b684ba4c8aceff96f2d793c66385f4" sha1="4b461f04369340536c505b6592d41384a3f5680d"/>
+       </game>
+       <game name="Boogie (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Boogie (USA) (En,Fr,Es)</description>
+               <rom name="Boogie (USA) (En,Fr,Es).iso" size="4699979776" crc="054e67a2" md5="2d679753f85a1b666dae3d5a93f1622c" sha1="b8c2ddc13536d8fcd1fda1fb9303828a2eb25694"/>
+       </game>
+       <game name="Game Party 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Game Party 3 (USA) (En,Fr,Es)</description>
+               <rom name="Game Party 3 (USA) (En,Fr,Es).iso" size="4699979776" crc="3bf54957" md5="e078d071dca768f35b649599e11a8d70" sha1="c7a18b1c1153fa7441dca4a959d3531b6b744270"/>
+       </game>
+       <game name="Grease - The Official Video Game (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Grease - The Official Video Game (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Grease - The Official Video Game (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="9194f1e7" md5="0e51b2b1e8aa26f27080db67b5cd1a71" sha1="3381594130dbe4dd20f3aa6a190455c36069bdca"/>
+       </game>
+       <game name="Hasbro Family Game Night 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night 3 (USA) (En,Fr,Es)</description>
+               <rom name="Hasbro Family Game Night 3 (USA) (En,Fr,Es).iso" size="4699979776" crc="6476c835" md5="9316c9c1b06cb8c27c5ee0583720f5f7" sha1="ec8e6d03ddfc89b4f739c3a750a12e928be9c560"/>
+       </game>
+       <game name="Just Dance 2018 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2018 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2018 (USA) (En,Fr,Es).iso" size="4699979776" crc="c134f8d6" md5="fe3219a6caac46e5f4f233f197e860f8" sha1="de9f2ca2ab064d913db56b9ef62e461e9cb83a4e"/>
+       </game>
+       <game name="Karaoke Revolution Presents - American Idol Encore (USA)">
+               <category>Games</category>
+               <description>Karaoke Revolution Presents - American Idol Encore (USA)</description>
+               <rom name="Karaoke Revolution Presents - American Idol Encore (USA).iso" size="4699979776" crc="191fde7d" md5="105c5640af6d89ff393b870cd9d29c26" sha1="70c1655349722ffec13f5c457f46db572b806402"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu Next (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu Next (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu Next (Japan).iso" size="4699979776" crc="f0b9b6e3" md5="c1ca780267546ecbee79cccf7140b55f" sha1="8d6db1abc748b1a92219c9e9ebc40de7861cfbfd"/>
+       </game>
+       <game name="Jinsei Game Wii EX (Japan)">
+               <category>Games</category>
+               <description>Jinsei Game Wii EX (Japan)</description>
+               <rom name="Jinsei Game Wii EX (Japan).iso" size="4699979776" crc="a499d1e2" md5="50a36262041d46319a010ff186c74311" sha1="2e27e8fca60a7263fa72e53813f3bd844fff97c5"/>
+       </game>
+       <game name="Karaoke Joysound Wii - Duet Kyoku-hen (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Karaoke Joysound Wii - Duet Kyoku-hen (Japan) (Rev 1)</description>
+               <rom name="Karaoke Joysound Wii - Duet Kyoku-hen (Japan) (Rev 1).iso" size="4699979776" crc="47eb2675" md5="3097eaf4f3758d0741ae7b0b3b1e2a23" sha1="1d13b1e868f72c348e5606747f00642474575658"/>
+       </game>
+       <game name="Momotarou Dentetsu 16 - Hokkaido Daiidou no Maki! (Japan)">
+               <category>Games</category>
+               <description>Momotarou Dentetsu 16 - Hokkaido Daiidou no Maki! (Japan)</description>
+               <rom name="Momotarou Dentetsu 16 - Hokkaido Daiidou no Maki! (Japan).iso" size="4699979776" crc="9fc69d90" md5="0c9d5c17638ea4e18e26cdc537b8ec94" sha1="146aaa6052880ef0afda2243ae2b1199c835bc3d"/>
+       </game>
+       <game name="Momotarou Dentetsu 2010 - Sengoku Ishin no Hero Daishuugou! no Maki (Japan)">
+               <category>Games</category>
+               <description>Momotarou Dentetsu 2010 - Sengoku Ishin no Hero Daishuugou! no Maki (Japan)</description>
+               <rom name="Momotarou Dentetsu 2010 - Sengoku Ishin no Hero Daishuugou! no Maki (Japan).iso" size="4699979776" crc="b2fd5e60" md5="434ffbf3988690f94e44ed43c8663a5c" sha1="5eb511529e38e61c7a18d01b5b61d88aacae90ca"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit (Japan)</description>
+               <rom name="Need for Speed - Hot Pursuit (Japan).iso" size="4699979776" crc="621a7f0e" md5="e98f9e8e054d43b1a703cdc34414d7d4" sha1="b73e440afa576b500d1379a7ef9d1ffaac9a4bf2"/>
+       </game>
+       <game name="Need for Speed - The Run (Japan)">
+               <category>Games</category>
+               <description>Need for Speed - The Run (Japan)</description>
+               <rom name="Need for Speed - The Run (Japan).iso" size="4699979776" crc="4cfd9962" md5="8128e4960274e85834fa282674e2acad" sha1="5fef6d2b36d779698c3451fabd0939ca78eff1a9"/>
+       </game>
+       <game name="Nihon Yakyuu Kikou Shounin - Batting Revolution (Japan)">
+               <category>Games</category>
+               <description>Nihon Yakyuu Kikou Shounin - Batting Revolution (Japan)</description>
+               <rom name="Nihon Yakyuu Kikou Shounin - Batting Revolution (Japan).iso" size="4699979776" crc="74752b1c" md5="b71f49ec9f68d6a25cb4a80fbf0dd7e9" sha1="4e87c92a6ac0c8f688136da56d5ba39243f31b97"/>
+       </game>
+       <game name="Pikmin (Japan)">
+               <category>Games</category>
+               <description>Pikmin (Japan)</description>
+               <rom name="Pikmin (Japan).iso" size="4699979776" crc="b308bb48" md5="1d3b80b97ddcbdf5ae1d7c4c496d8948" sha1="6c6a1dc0a16dec1da9931258e3b4aa7696b8d100"/>
+       </game>
+       <game name="Pikmin 2 (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Pikmin 2 (Japan) (Rev 1)</description>
+               <rom name="Pikmin 2 (Japan) (Rev 1).iso" size="4699979776" crc="8d213625" md5="e745f12043cfdbffd5d896fc06257517" sha1="1eaf39763b0109ff1c54df8d931f883186a60ce9"/>
+       </game>
+       <game name="Crash - Mind over Mutant (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Crash - Mind over Mutant (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Crash - Mind over Mutant (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="8129c24c" md5="f1c03d8bdf929202b544e514552c03af" sha1="7daf05964cc150247795a4bb73ce11068c375755"/>
+       </game>
+       <game name="Top Spin 4 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Top Spin 4 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Top Spin 4 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2aa544aa" md5="18bfcc421707fbbf00b44b3e623e8191" sha1="e945a855bcdfba752f37b47c347ec0ac7d387225"/>
+       </game>
+       <game name="Munchables, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Munchables, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Munchables, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="86d6ba76" md5="9b7b0c8c0bd2536d2773e5efe6eac1c3" sha1="d48414fa70b699187e927aa03a8d4f33a1fe4cc7"/>
+       </game>
+       <game name="Sky Crawlers, The - Innocent Aces (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sky Crawlers, The - Innocent Aces (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sky Crawlers, The - Innocent Aces (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3d6a42d4" md5="220d6bc877e71f7f2654e27e1d9c9ec9" sha1="cf5b75433e35d704f1c1ba87804e5079e915ea21"/>
+       </game>
+       <game name="Tony Hawk's Proving Ground (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tony Hawk's Proving Ground (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tony Hawk's Proving Ground (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d63ed3ef" md5="839f42b73f0ea8d8f0d4fb9702214603" sha1="60cbfdbb2f96a331ff92ea847677209e01c7fa3a"/>
+       </game>
+       <game name="Transformers - The Game (Europe) (De,It)">
+               <category>Games</category>
+               <description>Transformers - The Game (Europe) (De,It)</description>
+               <rom name="Transformers - The Game (Europe) (De,It).iso" size="4699979776" crc="dc7738bf" md5="f3dee6c7819bb648c81f365053054f19" sha1="e0a7196aca8ba8b4112eafd67ba8b2e81673be3d"/>
+       </game>
+       <game name="Tony Hawk - Ride (Europe) (En,De,Es,It)">
+               <category>Games</category>
+               <description>Tony Hawk - Ride (Europe) (En,De,Es,It)</description>
+               <rom name="Tony Hawk - Ride (Europe) (En,De,Es,It).iso" size="4699979776" crc="c012b67e" md5="3ce08a265fca20605dddeaf98673cf94" sha1="c243f06246d96051647889cb608be6cc29f2baaa"/>
+       </game>
+       <game name="Amazing Spider-Man, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Amazing Spider-Man, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Amazing Spider-Man, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="828730d3" md5="8e2d5f80c1f2914b1ebdc6ecda268a9e" sha1="29b1b56e16fc27846dd06709c0dd9de0a956e8df"/>
+       </game>
+       <game name="Conduit 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Conduit 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Conduit 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e01b0019" md5="ecbc672a3d6bd9985000b1c7be6e7822" sha1="f1d8434da0eed974ee280ccb2cf0d583d63214eb"/>
+       </game>
+       <game name="Transformers - Cybertron Adventures (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Transformers - Cybertron Adventures (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Transformers - Cybertron Adventures (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="40dc6fbc" md5="7a9989124204ac2829f097f85933ef2d" sha1="ed6f8f1ddd350badcebf507bce31336ae1603ec0"/>
+       </game>
+       <game name="Transformers Prime - The Game (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Transformers Prime - The Game (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Transformers Prime - The Game (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="43d76e07" md5="5c3c691d65f5afc8be43ebfb30ece7fa" sha1="83a147ad84485da4852072c32495c2b3143dddbc"/>
+       </game>
+       <game name="Nickelodeon Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Nickelodeon Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Nickelodeon Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="7968e395" md5="6891f0110210f585047d5734800d5c55" sha1="c41ab89756abb55d24825381d3d09ecca6f68ab4"/>
+       </game>
+       <game name="Disney Tangled (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Tangled (USA) (En,Fr,Es)</description>
+               <rom name="Disney Tangled (USA) (En,Fr,Es).iso" size="4699979776" crc="43dca3de" md5="de8ae164a3d0cdf8e0c8772c29ee0c4d" sha1="5d156a3553a571bebdcce527d39b005cecacf681"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (USA) (En,Fr,Es) (Toy Box Special Edition)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (USA) (En,Fr,Es) (Toy Box Special Edition)</description>
+               <rom name="Disney-Pixar Toy Story 3 (USA) (En,Fr,Es) (Toy Box Special Edition).iso" size="4699979776" crc="fd6e7498" md5="9a3181f5f5fc74d0025122b1ac605679" sha1="3017211c740c0bbf86575d9b768f9ebb9f84562d"/>
+       </game>
+       <game name="Jeopardy! (USA)">
+               <category>Games</category>
+               <description>Jeopardy! (USA)</description>
+               <rom name="Jeopardy! (USA).iso" size="4699979776" crc="11fc999b" md5="00b0a0e5720f8e2b79348eca918b312a" sha1="479d2747c046b98af0c4d9359f868597e0ca8a89"/>
+       </game>
+       <game name="Rolling Stone - Drum King (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rolling Stone - Drum King (USA) (En,Fr,Es)</description>
+               <rom name="Rolling Stone - Drum King (USA) (En,Fr,Es).iso" size="4699979776" crc="78cece34" md5="a57b956bc189b7e0de7471014c28467f" sha1="0a4eda4b1a0d85d593a3b729de78c440ab72fdce"/>
+       </game>
+       <game name="Hip Hop Dance Experience, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hip Hop Dance Experience, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hip Hop Dance Experience, The (Europe) (En,Fr,De,Es,It).iso" size="8511160320" crc="e1b55af5" md5="40726b493c0de627de9407e4711a8e11" sha1="5dcdb747b4693ce2ba4332d9808fa71da98cc2ce"/>
+       </game>
+       <game name="Artlist Collection - The Dog Island (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Artlist Collection - The Dog Island (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Artlist Collection - The Dog Island (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="0675d998" md5="d573f64611ea0666c80be125be1df7b6" sha1="eaa03ebf6be3c885a334552b9a9f8c9256a1a3b9"/>
+       </game>
+       <game name="Tamagotchi - Party On! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tamagotchi - Party On! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tamagotchi - Party On! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="810da2c6" md5="39f03b11372b4041b58dda355bdc05ec" sha1="1fb2ee9b9799c47e18e35121fe81cdb7abba042b"/>
+       </game>
+       <game name="Godfather, The - Blackhand Edition (Europe)">
+               <category>Games</category>
+               <description>Godfather, The - Blackhand Edition (Europe)</description>
+               <rom name="Godfather, The - Blackhand Edition (Europe).iso" size="4699979776" crc="5cbffcd8" md5="509ed24cd7b1d48f69583c692b046e54" sha1="3b58f8aa988f0d12783791977477de6dbca9db77"/>
+       </game>
+       <game name="History Channel, The - Battle for the Pacific (Europe)">
+               <category>Games</category>
+               <description>History Channel, The - Battle for the Pacific (Europe)</description>
+               <rom name="History Channel, The - Battle for the Pacific (Europe).iso" size="4699979776" crc="006d0877" md5="c84b915d609340f7168de251cb41bf72" sha1="f4e5eb28c627ff31d6ff0ed9415d6402724313e9"/>
+       </game>
+       <game name="Voice of Germany, The - I Want You (Germany)">
+               <category>Games</category>
+               <description>Voice of Germany, The - I Want You (Germany)</description>
+               <rom name="Voice of Germany, The - I Want You (Germany).iso" size="4699979776" crc="fd6ab087" md5="e9870617ccc74d0636aebd13049fdf7e" sha1="46714c4647dda8fb070f827ae7ba31f82d46e24c"/>
+       </game>
+       <game name="Island of Dr. Frankenstein, The (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Island of Dr. Frankenstein, The (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Island of Dr. Frankenstein, The (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="bff0fe62" md5="63d1acea9f4502cf64c9763a98adf5ea" sha1="069048a3fdd7423accf43417e718a745eaa6c676"/>
+       </game>
+       <game name="Voice of Germany, The - Volume 2 (Germany) (En,De)">
+               <category>Games</category>
+               <description>Voice of Germany, The - Volume 2 (Germany) (En,De)</description>
+               <rom name="Voice of Germany, The - Volume 2 (Germany) (En,De).iso" size="4699979776" crc="8c28b946" md5="d896e5c21b9d3d49032ff59a541c826a" sha1="bdffaf685a550a683a1fde266c174514bad46501"/>
+       </game>
+       <game name="Voice of Germany, The (Germany) (En,De)">
+               <category>Games</category>
+               <description>Voice of Germany, The (Germany) (En,De)</description>
+               <rom name="Voice of Germany, The (Germany) (En,De).iso" size="4699979776" crc="eca389a7" md5="c1f710d7eb53ddb938923d4972aff6c4" sha1="8c85ec1423b212fca9fc61d0734e5f106978f394"/>
+       </game>
+       <game name="Bigs, The (Europe)">
+               <category>Games</category>
+               <description>Bigs, The (Europe)</description>
+               <rom name="Bigs, The (Europe).iso" size="4699979776" crc="69a9378f" md5="7952e64fd49b7de8513b238438f8a322" sha1="8a109a01c6f84bc2b576166b4c39fd81d8c8d99f"/>
+       </game>
+       <game name="Daikaijuu Battle - Ultra Coliseum DX - Ultra Senshi Daishuuketsu (Japan)">
+               <category>Games</category>
+               <description>Daikaijuu Battle - Ultra Coliseum DX - Ultra Senshi Daishuuketsu (Japan)</description>
+               <rom name="Daikaijuu Battle - Ultra Coliseum DX - Ultra Senshi Daishuuketsu (Japan).iso" size="4699979776" crc="e18911dc" md5="d8b65e8a42579120d50c2faf2aeee547" sha1="ff5de7aad8a647a2302c8db5f444711f204a7982"/>
+       </game>
+       <game name="Doraemon Wii - Himitsu Dougu-ou Ketteisen! (Japan)">
+               <category>Games</category>
+               <description>Doraemon Wii - Himitsu Dougu-ou Ketteisen! (Japan)</description>
+               <rom name="Doraemon Wii - Himitsu Dougu-ou Ketteisen! (Japan).iso" size="4699979776" crc="a744d841" md5="7f72a2635634edce0dc764b7c7d6a616" sha1="aac82b445077f92324dc741912a819fd2d63357e"/>
+       </game>
+       <game name="Fire Emblem - Akatsuki no Megami (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Fire Emblem - Akatsuki no Megami (Japan) (Rev 1)</description>
+               <rom name="Fire Emblem - Akatsuki no Megami (Japan) (Rev 1).iso" size="4699979776" crc="3c15152a" md5="6fae87cbc503ef34883333b8d97fd8fc" sha1="b2784cd84fdb1eaa6018c75740c4e11b93071ab0"/>
+       </game>
+       <game name="Fitness Party (Japan)">
+               <category>Games</category>
+               <description>Fitness Party (Japan)</description>
+               <rom name="Fitness Party (Japan).iso" size="4699979776" crc="cabfdff2" md5="afd8f8fbe633b72681d7ad5d694fb172" sha1="6521cc5a9a12e5d510737275453e2da28d59cb86"/>
+       </game>
+       <game name="Ginsei Table Games Wii (Japan)">
+               <category>Games</category>
+               <description>Ginsei Table Games Wii (Japan)</description>
+               <rom name="Ginsei Table Games Wii (Japan).iso" size="4699979776" crc="1ac8822c" md5="03c94fdf7eb49da012299452ee17368d" sha1="8041e32ea7ec524bccd9a1b399aec40ce2d683a2"/>
+       </game>
+       <game name="Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 1)</description>
+               <rom name="Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 1).iso" size="4699979776" crc="51898162" md5="b2d0c9bf1d2b943a545fe15d30996bb8" sha1="cd179592191279669f9303921cdec2d2b905f2a8"/>
+       </game>
+       <game name="Naruto Shippuuden - Gekitou Ninja Taisen! Special (Japan)">
+               <category>Games</category>
+               <description>Naruto Shippuuden - Gekitou Ninja Taisen! Special (Japan)</description>
+               <rom name="Naruto Shippuuden - Gekitou Ninja Taisen! Special (Japan).iso" size="4699979776" crc="554b1954" md5="0e59aa693d2a44c7e51fe3fd5edb18fc" sha1="c5aeb75bf7b02c72511f17044431e530f2d0736a"/>
+       </game>
+       <game name="Petit Copter Wii - Adventure Flight (Japan)">
+               <category>Games</category>
+               <description>Petit Copter Wii - Adventure Flight (Japan)</description>
+               <rom name="Petit Copter Wii - Adventure Flight (Japan).iso" size="4699979776" crc="42165a41" md5="0da94ae5ecca8c01833ef602c9c4ab70" sha1="b9187c591e9af7e3b4b058f5457bc9ad35977e9b"/>
+       </game>
+       <game name="Samurai Spirits - Rokuban Shoubu (Japan)">
+               <category>Games</category>
+               <description>Samurai Spirits - Rokuban Shoubu (Japan)</description>
+               <rom name="Samurai Spirits - Rokuban Shoubu (Japan).iso" size="4699979776" crc="d59a403f" md5="043b2c8103e18b8146a2decfbf867989" sha1="488f2eca97d390405020fb9c864216ea4214a77a"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2013 (Japan)">
+               <category>Games</category>
+               <description>Winning Eleven Play Maker 2013 (Japan)</description>
+               <rom name="Winning Eleven Play Maker 2013 (Japan).iso" size="4699979776" crc="28c4f585" md5="8a5f00ee4886fbea9b1c73f63b04c04d" sha1="459b63b9cdd91095899789d3a453f184daebc018"/>
+       </game>
+       <game name="Pitfall - The Big Adventure (Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pitfall - The Big Adventure (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Pitfall - The Big Adventure (Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="a050099d" md5="bd22a9a7f67049fdabf715bd85d54083" sha1="9a09363a6911403146dc0f17c7b142a798444e0f"/>
+       </game>
+       <game name="All Star Karate (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>All Star Karate (USA) (En,Fr,Es)</description>
+               <rom name="All Star Karate (USA) (En,Fr,Es).iso" size="4699979776" crc="0cf66f14" md5="79f1a6a29041fdaeef6bc8e3434741ba" sha1="e9411f5a3b93a9db40e0cc0f81f230c6c53a8c89"/>
+       </game>
+       <game name="Big Buck Hunter Pro (USA)">
+               <category>Games</category>
+               <description>Big Buck Hunter Pro (USA)</description>
+               <rom name="Big Buck Hunter Pro (USA).iso" size="4699979776" crc="ed0e3d01" md5="6e1611b8f70220027b7a9d6406bf3ef7" sha1="1411ea2421d2d8f56eb19bc76a96f44664a3951c"/>
+       </game>
+       <game name="Disney Alice in Wonderland (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Alice in Wonderland (USA) (En,Fr,Es)</description>
+               <rom name="Disney Alice in Wonderland (USA) (En,Fr,Es).iso" size="4699979776" crc="8ec50457" md5="99ab971b23b78033591db987d5de5a7a" sha1="1f1ec4310d1c60f1a0052ae4db4282382e01d7b9"/>
+       </game>
+       <game name="Karaoke Revolution Glee - Volume 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Karaoke Revolution Glee - Volume 3 (USA) (En,Fr,Es)</description>
+               <rom name="Karaoke Revolution Glee - Volume 3 (USA) (En,Fr,Es).iso" size="4699979776" crc="f0211438" md5="6c198924b61fe6eaf88dac4487521bd0" sha1="9aec75d84e3ee6e9a9b9ac0303cc2e20301f66d7"/>
+       </game>
+       <game name="Hidden Mysteries - Titanic (USA)">
+               <category>Games</category>
+               <description>Hidden Mysteries - Titanic (USA)</description>
+               <rom name="Hidden Mysteries - Titanic (USA).iso" size="4699979776" crc="f4a6d48f" md5="e922963d0fcc2ea33bdfc627b5ede50e" sha1="d12bfc44ed3520040490d7ae454a06d5f5567eaf"/>
+       </game>
+       <game name="Imagine - Fashion Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Imagine - Fashion Party (USA) (En,Fr,Es)</description>
+               <rom name="Imagine - Fashion Party (USA) (En,Fr,Es).iso" size="4699979776" crc="b0f82cb6" md5="aef978c608cf7c8a069769cf53ec951d" sha1="e380dcebaaa9ddaadf0742e1a3f5c3b0c131997d"/>
+       </game>
+       <game name="Kamen Rider - Dragon Knight (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Kamen Rider - Dragon Knight (USA) (En,Fr,Es)</description>
+               <rom name="Kamen Rider - Dragon Knight (USA) (En,Fr,Es).iso" size="4699979776" crc="3ab60aca" md5="4994f2bec4089b9b166323aff0229b55" sha1="65f1ba3c6ab01b718b8ca3fddef8e167d614b593"/>
+       </game>
+       <game name="Merv Griffin's Crosswords (USA)">
+               <category>Games</category>
+               <description>Merv Griffin's Crosswords (USA)</description>
+               <rom name="Merv Griffin's Crosswords (USA).iso" size="4699979776" crc="209ed738" md5="46087e21f2b6701a4653fe0cbbed6231" sha1="73399790db1c360fdde0b962dc1201323ec5c38d"/>
+       </game>
+       <game name="Pheasants Forever - Wingshooter (USA)">
+               <category>Games</category>
+               <description>Pheasants Forever - Wingshooter (USA)</description>
+               <rom name="Pheasants Forever - Wingshooter (USA).iso" size="4699979776" crc="41c4d720" md5="91d93199fddbaeb425f7d90497ae2b32" sha1="92a9ccb256dcbc770d5f64f06245ca962e294623"/>
+       </game>
+       <game name="Puzzle Challenge - Crosswords and More! (USA)">
+               <category>Games</category>
+               <description>Puzzle Challenge - Crosswords and More! (USA)</description>
+               <rom name="Puzzle Challenge - Crosswords and More! (USA).iso" size="4699979776" crc="a35c5532" md5="07873f74be57f5b08d3a76045ad1b5a4" sha1="65ac49c65dfe608b965835e22cca4e799fa45585"/>
+       </game>
+       <game name="M&amp;M's Kart Racing (USA)">
+               <category>Games</category>
+               <description>M&amp;M's Kart Racing (USA)</description>
+               <rom name="M&amp;M's Kart Racing (USA).iso" size="4699979776" crc="b5c48ef6" md5="9bee60fc5bc074c57c325a0e2b15e5fa" sha1="fb8280bc68fa8c2539d82bccd53fc7997afad2bc"/>
+       </game>
+       <game name="Major League Baseball 2K10 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K10 (USA)</description>
+               <rom name="Major League Baseball 2K10 (USA).iso" size="4699979776" crc="f7aa96ee" md5="fd1d9e0924ad4d4d24fb098ff9195c4a" sha1="79ff8d25fe648b8b337662cf8fb1877d3c22cb50"/>
+       </game>
+       <game name="Shimano Extreme Fishing (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Shimano Extreme Fishing (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Shimano Extreme Fishing (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="f11081d4" md5="d34abc3188bd120c15db31350430c6cc" sha1="d1665b5e9b2c777126ca92a0d2dcbdaa14f7da46"/>
+       </game>
+       <game name="Farmyard Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Farmyard Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Farmyard Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="41ba4562" md5="30de600af7da70670a00be201ca89d0e" sha1="f761b8b8e19be9e7e1483064449cb0719abfd120"/>
+       </game>
+       <game name="Sea Monsters - A Prehistoric Adventure (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sea Monsters - A Prehistoric Adventure (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sea Monsters - A Prehistoric Adventure (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e27e7bf5" md5="398d10b1a5b7004da8e4caa423282721" sha1="8ca6d801538b2a06a7166991af055963bee0d3f2"/>
+       </game>
+       <game name="Safar'Wii (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Safar'Wii (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Safar'Wii (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="336c5058" md5="74c2da4fdadbd5f9589ba941118cac04" sha1="a83a049c037e4c46f7ab48789a997c9a92bd2754"/>
+       </game>
+       <game name="DreamWorks Shrek's Carnival Craze - Party Games (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>DreamWorks Shrek's Carnival Craze - Party Games (Europe) (En,Fr,De)</description>
+               <rom name="DreamWorks Shrek's Carnival Craze - Party Games (Europe) (En,Fr,De).iso" size="4699979776" crc="7b691c3a" md5="153cfb84b3986e75bba37d1caada28f4" sha1="d60d7dafbf96736499f9c66beb185e78811685e7"/>
+       </game>
+       <game name="DreamWorks Shrek the Third (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Shrek the Third (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks Shrek the Third (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2a589c24" md5="ba6f36546f2dabde2a09981b026bc5ad" sha1="4290b3f55881cd2d542edcce87d6b9d680152adf"/>
+       </game>
+       <game name="Scene It Twilight (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Scene It Twilight (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Scene It Twilight (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="86576e78" md5="cd898d79805188ab5dada1c392a91b92" sha1="8c46abbb9284bfedf9fdea0f3d0655f806b1128e"/>
+       </game>
+       <game name="DreamWorks Shrek Forever After (Europe) (En,Fr,De,Es,Nl,Sv)">
+               <category>Games</category>
+               <description>DreamWorks Shrek Forever After (Europe) (En,Fr,De,Es,Nl,Sv)</description>
+               <rom name="DreamWorks Shrek Forever After (Europe) (En,Fr,De,Es,Nl,Sv).iso" size="4699979776" crc="c19fefc4" md5="377259cff1e4eb4f7bc6f77b0ec4beb4" sha1="5a04bd02b2d21c91fa563a4c84d763566cde7369"/>
+       </game>
+       <game name="Spider-Man - Shattered Dimensions (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spider-Man - Shattered Dimensions (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spider-Man - Shattered Dimensions (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eb22e9e9" md5="1c8c9e0adc690dcd73a795df110daf41" sha1="0057417c9e338d59f0bae8ecfe8f931d1646bea1"/>
+       </game>
+       <game name="Spider-Man - Edge of Time (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spider-Man - Edge of Time (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spider-Man - Edge of Time (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c2c837c6" md5="bff042fd811d31bbae2cb044a281aed5" sha1="657db830670c7fcafee2b86bfcece61ab7b417e9"/>
+       </game>
+       <game name="Sherlock Holmes - The Silver Earring (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sherlock Holmes - The Silver Earring (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sherlock Holmes - The Silver Earring (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7ce0dffb" md5="37285877dca45ce9b29d25f5a1e158c2" sha1="f12945d48448f59cdddd0e8fac57bbbda3e9352a"/>
+       </game>
+       <game name="We Dance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Dance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Dance (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5260657b" md5="f6f1fe641f0663e0d3d4e3789e621165" sha1="0b92f3e87fe435f3befd8ccf5ad727d3aa3eb304"/>
+       </game>
+       <game name="Spider-Man - Web of Shadows (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spider-Man - Web of Shadows (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spider-Man - Web of Shadows (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="94e142b1" md5="21489ece7466ff32efced7806d725fbf" sha1="206c7a1687e5d32dfc19e9069bd01e9093c1dd60"/>
+       </game>
+       <game name="Sam &amp; Max - Beyond Time and Space (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sam &amp; Max - Beyond Time and Space (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sam &amp; Max - Beyond Time and Space (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ec3c1b6a" md5="6900a89689eb2bf670c47a11b5870f9c" sha1="013d9755ead08d3e65eee270c89a1fdf4c3af19e"/>
+       </game>
+       <game name="Spider-Man - Friend or Foe (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spider-Man - Friend or Foe (Europe) (Fr,De,Es,It)</description>
+               <rom name="Spider-Man - Friend or Foe (Europe) (Fr,De,Es,It).iso" size="4699979776" crc="0f6e7614" md5="0da57f9166362db66196a206440d6793" sha1="e1e5c42a1b8d8dc6b2947b583f21c9c26bc3502b"/>
+       </game>
+       <game name="Spider-Man 3 (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spider-Man 3 (Europe) (Fr,De,Es,It)</description>
+               <rom name="Spider-Man 3 (Europe) (Fr,De,Es,It).iso" size="4699979776" crc="7e2e518e" md5="9e5bb0aed1ced1d6c142a5b9ba970e26" sha1="79dfccdedefe9c7c787976922c2c17133c9d4f40"/>
+       </game>
+       <game name="Samurai Warriors - Katana (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Samurai Warriors - Katana (Europe) (En,Fr,De)</description>
+               <rom name="Samurai Warriors - Katana (Europe) (En,Fr,De).iso" size="4699979776" crc="49409b93" md5="07831458172c2bfe6af70db1d491b6f8" sha1="6c18b6035acf66e7a83e833105245594d6cafde6"/>
+       </game>
+       <game name="Scarface - The World Is Yours (Germany)">
+               <category>Games</category>
+               <description>Scarface - The World Is Yours (Germany)</description>
+               <rom name="Scarface - The World Is Yours (Germany).iso" size="4699979776" crc="d73fb268" md5="9a4d39c731e8a4c4808adb7703934470" sha1="301696d65702a035c05d3d5b6f5195a738805d37"/>
+       </game>
+       <game name="Sonic Unleashed (Europe) (En,Ja,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sonic Unleashed (Europe) (En,Ja,Fr,De,Es,It)</description>
+               <rom name="Sonic Unleashed (Europe) (En,Ja,Fr,De,Es,It).iso" size="4699979776" crc="e3484c7a" md5="ac7e0c7d9012f84a7828bc6c26e13ed2" sha1="02b33ebb0c5bcdf8abdf9501d56c5a9698ad8fa4"/>
+       </game>
+       <game name="Sakura Wars - So Long, My Love (Europe)">
+               <category>Games</category>
+               <description>Sakura Wars - So Long, My Love (Europe)</description>
+               <rom name="Sakura Wars - So Long, My Love (Europe).iso" size="8511160320" crc="ed90aec0" md5="29d18b55e5654b22eff3cac72a9ce68d" sha1="a8b2b8277858b98d885931efdc75bbf62f81a6f8"/>
+       </game>
+       <game name="Sengoku Basara - Samurai Heroes (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sengoku Basara - Samurai Heroes (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sengoku Basara - Samurai Heroes (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ac31fbf3" md5="4ec8971c0087a7fd5f3d30cc99565510" sha1="f23081407a386357283421e767e07fffebea10a6"/>
+       </game>
+       <game name="Shaun White Skateboarding (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Shaun White Skateboarding (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Shaun White Skateboarding (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="a3da4235" md5="d702a22a59bd687051471d24fca2f7c4" sha1="8ca4fcc05844d9053ef4cba296dd1a8f40968448"/>
+       </game>
+       <game name="Supersonic Racer (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Supersonic Racer (Europe) (En,Fr,Es)</description>
+               <rom name="Supersonic Racer (Europe) (En,Fr,Es).iso" size="4699979776" crc="149116dd" md5="8c261e2cf2b33d39b6e663b9903ef22c" sha1="0fe1d111f17773aef65560bfb2dc4a644b662b81"/>
+       </game>
+       <game name="Madden NFL 12 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 12 (USA)</description>
+               <rom name="Madden NFL 12 (USA).iso" size="4699979776" crc="dca1b316" md5="eebb4cf02db48e9f03c6245dcc51cd26" sha1="1172e95dfc9c96224f0baa0540a095cc13d9aa92"/>
+       </game>
+       <game name="Madden NFL 13 (USA)">
+               <category>Games</category>
+               <description>Madden NFL 13 (USA)</description>
+               <rom name="Madden NFL 13 (USA).iso" size="4699979776" crc="038e869c" md5="4b4e72082678b7c58aec8e96095ad58b" sha1="f5be091ca139670ef74861f8000b8c5a93e39316"/>
+       </game>
+       <game name="Monopoly Streets (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monopoly Streets (USA) (En,Fr,Es)</description>
+               <rom name="Monopoly Streets (USA) (En,Fr,Es).iso" size="4699979776" crc="270e9f4d" md5="0a29847f842f9d524e21ca0d9b87a171" sha1="0e3cb4db45e711904df2dbb38034949ab3f95d51"/>
+       </game>
+       <game name="Bakugan - Defenders of the Core (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Bakugan - Defenders of the Core (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Bakugan - Defenders of the Core (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="bb4e438d" md5="91cf29c56b0840995ebf63cbffa2abf6" sha1="efc55cc1331573c318a70d0da3f017f6e8a17af1"/>
+       </game>
+       <game name="Defendin' De Penguin (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>Defendin' De Penguin (Europe) (Rev 1)</description>
+               <rom name="Defendin' De Penguin (Europe) (Rev 1).iso" size="4699979776" crc="9fe33050" md5="a5809f9e6f98edda95589c0c0e9071ab" sha1="2f47b36193e769c7bea82c2fc9da65d45ec772c2"/>
+       </game>
+       <game name="Petz - Monkey Madness (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Petz - Monkey Madness (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Petz - Monkey Madness (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="d324d3fe" md5="98012a06ff4404b28ca78ab3d90d69d7" sha1="9249607eefbd6c2376a22f2632d8ff95fe95a72d"/>
+       </game>
+       <game name="Shaun White Snowboarding - World Stage (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Shaun White Snowboarding - World Stage (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Shaun White Snowboarding - World Stage (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="6ece4145" md5="2479c995db2beb6b16e90fd94015f861" sha1="dca3429109b61554271b9703b69f4ee31184e252"/>
+       </game>
+       <game name="Skylanders - Swap Force (Europe, Australia) (En,De) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Europe, Australia) (En,De) (Rev 1)</description>
+               <rom name="Skylanders - Swap Force (Europe, Australia) (En,De) (Rev 1).iso" size="4699979776" crc="b3be2863" md5="a504874ca1e9995bd7585f7464c43237" sha1="002ff1334b76030386d9d6fff9063ce04d6a7f33"/>
+       </game>
+       <game name="Biggest Loser Challenge, The (Europe, Australia)">
+               <category>Games</category>
+               <description>Biggest Loser Challenge, The (Europe, Australia)</description>
+               <rom name="Biggest Loser Challenge, The (Europe, Australia).iso" size="4699979776" crc="36ab9a35" md5="065d4305767c24fedf573e5de12d6e4d" sha1="338519d6c7dba9db9d03db575a3c2415fcce86e6"/>
+       </game>
+       <game name="Tom Clancy's H.A.W.X. 2 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tom Clancy's H.A.W.X. 2 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Tom Clancy's H.A.W.X. 2 (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="d282a018" md5="3ad6e9bce35e03091ac17924074a49cd" sha1="1272e0c7f6b016509209bcb26415b1501c99ddaa"/>
+       </game>
+       <game name="Rango (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rango (USA) (En,Fr,Es)</description>
+               <rom name="Rango (USA) (En,Fr,Es).iso" size="4699979776" crc="eb1eec73" md5="34468a51464f43d2d9a679495b341549" sha1="6256d52ee189d6c993f8bdefd0bfa29bd5a63eb9"/>
+       </game>
+       <game name="Scene It Bright Lights! Big Screen! (USA)">
+               <category>Games</category>
+               <description>Scene It Bright Lights! Big Screen! (USA)</description>
+               <rom name="Scene It Bright Lights! Big Screen! (USA).iso" size="4699979776" crc="03ae08be" md5="f4ce3abc53a8cbd7bf7bbb6f8f1b60bf" sha1="e333d2ecbf296ed4e2b91e696b120e8ae5c3a35d"/>
+       </game>
+       <game name="Sims 3, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sims 3, The (USA) (En,Fr,Es)</description>
+               <rom name="Sims 3, The (USA) (En,Fr,Es).iso" size="4699979776" crc="c753bcc4" md5="b50fa1e65df4ec468750fba5ba251d15" sha1="cce839c90c007377610ad3105dd80931ce96e652"/>
+       </game>
+       <game name="Walt Disney Pictures Presents Meet the Robinsons (USA)">
+               <category>Games</category>
+               <description>Walt Disney Pictures Presents Meet the Robinsons (USA)</description>
+               <rom name="Walt Disney Pictures Presents Meet the Robinsons (USA).iso" size="4699979776" crc="3850467f" md5="97941ca05f168ea80d3ee53c9b39415b" sha1="65c0a388763f8f56d8df4bc6176515f9ab8c9947"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (En,Fr)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (En,Fr).iso" size="4699979776" crc="41bcfd17" md5="311e720ccf19238fffc1c7f34095045f" sha1="a4f895a378219c800a08fc87667e41846828b43a"/>
+       </game>
+       <game name="Agent Hugo - Lemoon Twist (Europe) (En,Fr,De,Es,It,Nl,Pt)">
+               <category>Games</category>
+               <description>Agent Hugo - Lemoon Twist (Europe) (En,Fr,De,Es,It,Nl,Pt)</description>
+               <rom name="Agent Hugo - Lemoon Twist (Europe) (En,Fr,De,Es,It,Nl,Pt).iso" size="4699979776" crc="852e0fc8" md5="c2d33ad20c15af669ca201723f2528fd" sha1="ac63b70d55bbe5a2649697e73f05fe27ec35fc4e"/>
+       </game>
+       <game name="Family Party - 30 Great Games - Winter Fun (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Party - 30 Great Games - Winter Fun (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Party - 30 Great Games - Winter Fun (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d1e821ed" md5="793765719894f779d9e808bcfac5a551" sha1="5741bf6b1c5e2597044f89dd5eaa7db9ccae31c3"/>
+       </game>
+       <game name="Iron Man (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Iron Man (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Iron Man (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1bb91c13" md5="f7180e00175e8ba37b11835d27c606bc" sha1="3d1003c489095cac19a746ba19b1269fa09ce0e1"/>
+       </game>
+       <game name="Spectrobes - Origins (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Spectrobes - Origins (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Spectrobes - Origins (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="edd76930" md5="524ba49844cbae512ba2811d73b25100" sha1="dbd2d632786b3bc1d37a960642d79431df0d8929"/>
+       </game>
+       <game name="Dragon Ball Z - Sparking! Meteor (Japan)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Sparking! Meteor (Japan)</description>
+               <rom name="Dragon Ball Z - Sparking! Meteor (Japan).iso" size="4699979776" crc="5f9551c2" md5="9b7930f3137b30f243d43ceda7092b91" sha1="34244f409338a3d5adf53ef7476ea08487de7bfc"/>
+       </game>
+       <game name="Dragon Quest 25 Shuunen Kinen - Famicom &amp; Super Famicom Dragon Quest I-II-III (Japan)">
+               <category>Games</category>
+               <description>Dragon Quest 25 Shuunen Kinen - Famicom &amp; Super Famicom Dragon Quest I-II-III (Japan)</description>
+               <rom name="Dragon Quest 25 Shuunen Kinen - Famicom &amp; Super Famicom Dragon Quest I-II-III (Japan).iso" size="4699979776" crc="4ff701b5" md5="56cc2a78614b6a1e366d2358a5cebeac" sha1="7b71e822df4c43d8e09ac4e12aac16e653e4a2a9"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu 15 (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu 15 (Japan) (Rev 1)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu 15 (Japan) (Rev 1).iso" size="4699979776" crc="b3ff25fc" md5="8761aca541a0fd45d061424b9af24aa2" sha1="0baad96099a1a22b7a1cb7a2fd79df9fa30e4fb4"/>
+       </game>
+       <game name="Jikkyou Powerful Pro Yakyuu Wii - Ketteiban (Japan)">
+               <category>Games</category>
+               <description>Jikkyou Powerful Pro Yakyuu Wii - Ketteiban (Japan)</description>
+               <rom name="Jikkyou Powerful Pro Yakyuu Wii - Ketteiban (Japan).iso" size="4699979776" crc="37c083c3" md5="06b9ffbe340dbab0d62f0ff9a542371c" sha1="27c6bc1343ad8328e3581d352ed6d71dcf9a7a3d"/>
+       </game>
+       <game name="Jinsei Game Wii (Japan)">
+               <category>Games</category>
+               <description>Jinsei Game Wii (Japan)</description>
+               <rom name="Jinsei Game Wii (Japan).iso" size="4699979776" crc="e65f0a64" md5="0a6f7296f02708fa1d447b7184e89422" sha1="6fb553f4757f2e9b2a4c86c7aef040b45e10c818"/>
+       </game>
+       <game name="Nobunaga no Yabou - Kakushin with Power-Up Kit (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Nobunaga no Yabou - Kakushin with Power-Up Kit (Japan) (Rev 1)</description>
+               <rom name="Nobunaga no Yabou - Kakushin with Power-Up Kit (Japan) (Rev 1).iso" size="4699979776" crc="434f4201" md5="82979c5566622927afc9b2e0dd768ec2" sha1="76c8b5a1e91dde896dcb63ccfdc984b7f3e125ae"/>
+       </game>
+       <game name="Pro Yakyuu Family Stadium (Japan)">
+               <category>Games</category>
+               <description>Pro Yakyuu Family Stadium (Japan)</description>
+               <rom name="Pro Yakyuu Family Stadium (Japan).iso" size="4699979776" crc="9e40c061" md5="1597b7b3ef043364cd2d6cc475763676" sha1="ba174c8daf63c9b3863b5df1ebb11e286993a3b2"/>
+       </game>
+       <game name="Shikakui Atama o Maruku Suru. Wii (Japan)">
+               <category>Educational</category>
+               <description>Shikakui Atama o Maruku Suru. Wii (Japan)</description>
+               <rom name="Shikakui Atama o Maruku Suru. Wii (Japan).iso" size="4699979776" crc="9da83647" md5="1c1c746b6c65ca52221389d8d791abf7" sha1="9fae5186ed7d673aac08e2cd53105922f7204f06"/>
+       </game>
+       <game name="Skylanders - Spyro no Daibouken (Japan)">
+               <category>Games</category>
+               <description>Skylanders - Spyro no Daibouken (Japan)</description>
+               <rom name="Skylanders - Spyro no Daibouken (Japan).iso" size="4699979776" crc="b66302f4" md5="f7ed4e7b9551c1ef7d34b876dc10bdbd" sha1="d53445dfb62f45a665f1ebf1ec3a8c3eda919f81"/>
+       </game>
+       <game name="Top Spin 3 (Japan)">
+               <category>Games</category>
+               <description>Top Spin 3 (Japan)</description>
+               <rom name="Top Spin 3 (Japan).iso" size="4699979776" crc="e586c485" md5="7800ade9a53684a9785dd97873ddb468" sha1="23fa5260aa5e5561241d7ce1cf8941e944032ebf"/>
+       </game>
+       <game name="Disney Club Penguin - Game Day! (Europe)">
+               <category>Games</category>
+               <description>Disney Club Penguin - Game Day! (Europe)</description>
+               <rom name="Disney Club Penguin - Game Day! (Europe).iso" size="4699979776" crc="0666482d" md5="df078c1ea2d8a0911c8353fb3395b05c" sha1="b1f0a255408b109eed8f56f8bca8bd2af9e3fa0b"/>
+       </game>
+       <game name="GT Pro Series (Europe)">
+               <category>Games</category>
+               <description>GT Pro Series (Europe)</description>
+               <rom name="GT Pro Series (Europe).iso" size="4699979776" crc="2e36f1c4" md5="2a2f6ca5e57ec430a5f208b6818ed23d" sha1="bea618cae9524bc789169ea95e583a7b68ddf819"/>
+       </game>
+       <game name="Last Airbender, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Last Airbender, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Last Airbender, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="be64f1da" md5="a5bbf70f66b76eb075ccb0fa74c6bc2b" sha1="8c525214f01c520680eff8170b15417c70c7a0aa"/>
+       </game>
+       <game name="In the Mix featuring Armin van Buuren (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>In the Mix featuring Armin van Buuren (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="In the Mix featuring Armin van Buuren (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d323c269" md5="3955fae6bad32598bc21a07fc4ba1cb6" sha1="a028e48c031efacbf3337f3195aa3bd9dee779c7"/>
+       </game>
+       <game name="Disney The Princess and the Frog (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney The Princess and the Frog (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney The Princess and the Frog (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="d0cce5bf" md5="fb18dab93e534fb05e4db80a5ea42e7a" sha1="06e9f7adb7d57f3b7158046c74e777254910cd7b"/>
+       </game>
+       <game name="Era Glaciale 4, L' - Continenti alla Deriva - Giochi Polari (Italy)">
+               <category>Games</category>
+               <description>Era Glaciale 4, L' - Continenti alla Deriva - Giochi Polari (Italy)</description>
+               <rom name="Era Glaciale 4, L' - Continenti alla Deriva - Giochi Polari (Italy).iso" size="4699979776" crc="976ff6a1" md5="7558159f2da441b3196facb91c32baa2" sha1="a989778a8d378b19e6686f048d1ad960a00d83e3"/>
+       </game>
+       <game name="Agent Hugo - Hula Holiday (Europe) (En,Fr,De,Es,It,Nl,Pt)">
+               <category>Games</category>
+               <description>Agent Hugo - Hula Holiday (Europe) (En,Fr,De,Es,It,Nl,Pt)</description>
+               <rom name="Agent Hugo - Hula Holiday (Europe) (En,Fr,De,Es,It,Nl,Pt).iso" size="4699979776" crc="49615990" md5="61da444d3944e12990ce6e3041f93061" sha1="05e33c1a6f7222ecc4c388695f82a36c24918b10"/>
+       </game>
+       <game name="Celebrity Sports Showdown (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Celebrity Sports Showdown (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Celebrity Sports Showdown (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0619051b" md5="5a31bd1b2f564d9a9fef0f3b594609cd" sha1="42b3c12f58bd4c9c7be6a47124a0876206706e70"/>
+       </game>
+       <game name="Cocoto Festival (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Cocoto Festival (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Cocoto Festival (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="931d9ef3" md5="8619516bd9610f73144d8ba0e4f643b0" sha1="980d8f184b516b72418ea10d8d8547611250118e"/>
+       </game>
+       <game name="Nickelodeon iCarly (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon iCarly (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Nickelodeon iCarly (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5c0f5ef3" md5="2fc8e42cdb6faf628da1bcded8d83e9a" sha1="ce34ce031f02860317a56223a7e02d7610925780"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="a4a19863" md5="89ce1a596345cf8544455e074c1ad478" sha1="897aba84eb57ab07967f0407f75679954f2027a9"/>
+       </game>
+       <game name="Ready 2 Rumble - Revolution (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ready 2 Rumble - Revolution (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ready 2 Rumble - Revolution (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5f506fe3" md5="0839c9d1e2c8936ee0f723f34b1cfa9f" sha1="2e4240eedd93c014ff815423bcd33c9b07d31d10"/>
+       </game>
+       <game name="Zumba Fitness (USA)">
+               <category>Games</category>
+               <description>Zumba Fitness (USA)</description>
+               <rom name="Zumba Fitness (USA).iso" size="4699979776" crc="b1deac2b" md5="af69c51b28a5960035b2f47911414fa5" sha1="5c8c0e309390796afb3f7d483a96d0a95b214678"/>
+       </game>
+       <game name="Zumba Fitness 2 (USA)">
+               <category>Games</category>
+               <description>Zumba Fitness 2 (USA)</description>
+               <rom name="Zumba Fitness 2 (USA).iso" size="4699979776" crc="88bbf4fc" md5="21c5d3b08ab9a3cb06057028062e14de" sha1="e31c8ae24c47b4717a07ba00af88942b94c7b305"/>
+       </game>
+       <game name="Beat the Beat - Rhythm Paradise (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Beat the Beat - Rhythm Paradise (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Beat the Beat - Rhythm Paradise (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="4f13a2d5" md5="790fd5ef3b913d0e89f5a9c2971743ad" sha1="a16fc83fe3a96d4643969f541cf082f95393b535"/>
+       </game>
+       <game name="Karaoke Revolution Glee - Volume 2 (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Karaoke Revolution Glee - Volume 2 (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Karaoke Revolution Glee - Volume 2 (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="8d90885c" md5="a0002d15ac79f2f6de92ef31f78a4ee6" sha1="eae37e4e24d86b02f1f481efaa5ff895e764244b"/>
+       </game>
+       <game name="NBA 2K11 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA 2K11 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="NBA 2K11 (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="db985e7e" md5="095917b11bedbf70b3153ddf8179fbc3" sha1="f1337f7a90cec48d3cc8d2627e719f0d7996c43c"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2011 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2011 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="WWE SmackDown vs. Raw 2011 (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="22b97508" md5="283009c2b0a14a045a3a88a3c92db5e6" sha1="9d21f41a3d29f2205c6f4d94f369a7d9b306e0bb"/>
+       </game>
+       <game name="Summer Sports - Paradise Island (USA)">
+               <category>Games</category>
+               <description>Summer Sports - Paradise Island (USA)</description>
+               <rom name="Summer Sports - Paradise Island (USA).iso" size="4699979776" crc="9c066a03" md5="8fc5cc55d9dff0f29acbb5dffcaddb28" sha1="a1fb375b35d357690447a1a10d578a49826ed6f9"/>
+       </game>
+       <game name="Ten Pin Alley 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ten Pin Alley 2 (USA) (En,Fr,Es)</description>
+               <rom name="Ten Pin Alley 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="dd95691e" md5="5526641c086f34c1c498280b24a7f53a" sha1="0dc5f352473de15e53d5e9ee4a75501f05d37c25"/>
+       </game>
+       <game name="TNA Impact! Total Nonstop Action Wrestling (USA) (En,Fr)">
+               <category>Games</category>
+               <description>TNA Impact! Total Nonstop Action Wrestling (USA) (En,Fr)</description>
+               <rom name="TNA Impact! Total Nonstop Action Wrestling (USA) (En,Fr).iso" size="4699979776" crc="163e3f98" md5="bfd49228ddaf73ad20837e97d8989d8b" sha1="fe23beb793fbe15bcfb6f0a285d0cfc5584937ca"/>
+       </game>
+       <game name="Summer Athletics - The Ultimate Challenge (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Summer Athletics - The Ultimate Challenge (USA) (En,Fr,Es)</description>
+               <rom name="Summer Athletics - The Ultimate Challenge (USA) (En,Fr,Es).iso" size="4699979776" crc="3b11c1f0" md5="a48d82ebbc433712ad43cb9f6444a472" sha1="0399878464053ddafd7f05c1ecb5da9b71817df0"/>
+       </game>
+       <game name="DreamWorks Shrek Forever After (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Shrek Forever After (USA) (En,Fr)</description>
+               <rom name="DreamWorks Shrek Forever After (USA) (En,Fr).iso" size="4699979776" crc="4a296537" md5="c7f9558be418f3e195b0c9be9503712a" sha1="88e606330e3338d6d1f3c99eb3971dc77d549517"/>
+       </game>
+       <game name="UFC Personal Trainer - The Ultimate Fitness System (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>UFC Personal Trainer - The Ultimate Fitness System (USA) (En,Fr,Es)</description>
+               <rom name="UFC Personal Trainer - The Ultimate Fitness System (USA) (En,Fr,Es).iso" size="4699979776" crc="e1f83dd9" md5="932fb492fa5684ed0a4802f283da61a6" sha1="cb3226ff759badbf109aa144b0de5ce159552daa"/>
+       </game>
+       <game name="SimCity Creator (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>SimCity Creator (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="SimCity Creator (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="65628edd" md5="64036c3671c5065ab1e8cf7f04797479" sha1="012ffc424490822322078386f4b25c5b6388c8ed"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - SpongeBob's Truth or Square (Europe) (En,De,It,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - SpongeBob's Truth or Square (Europe) (En,De,It,Nl)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - SpongeBob's Truth or Square (Europe) (En,De,It,Nl).iso" size="4699979776" crc="cbfbf578" md5="e424acdbea00006c24120ad9191f1ea8" sha1="2bed190f4ceea1a2e1ac5d916060addde03d07d8"/>
+       </game>
+       <game name="Nickelodeon SpongeBob and Friends - Attack of the Toybots (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob and Friends - Attack of the Toybots (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="Nickelodeon SpongeBob and Friends - Attack of the Toybots (Europe) (En,Fr,De,Es,Nl).iso" size="4699979776" crc="a55e47f1" md5="d75b586695bbe5c866cfe79d5865fc0c" sha1="d080489c20f534f3c094bbd9cf043032a18703a2"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (De,Es,It)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (De,Es,It).iso" size="4699979776" crc="2199c3d6" md5="da61bfd174b7dac9797cfb48e9b27a95" sha1="5d58d12becf7f6d3f9d51e078d22436f00fcdc2c"/>
+       </game>
+       <game name="Hasbro Family Game Night Vol 3 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night Vol 3 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Hasbro Family Game Night Vol 3 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d96cd1cf" md5="e737f0fed116b9afb5cc6fdccae747ba" sha1="3ca9f7fd4f93882a670964da0b5d29bba6670ac4"/>
+       </game>
+       <game name="Sid Meier's Pirates! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sid Meier's Pirates! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sid Meier's Pirates! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="59111bdd" md5="eadc004dffc65dc1d7727c6cda1aabb8" sha1="ac070b1fbfda66b0eb590063b226f6a145eae823"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants SquigglePants (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants SquigglePants (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants SquigglePants (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ef205451" md5="bd203f7c3c46d4416c6c24748d36659e" sha1="4317391bfaf8b8467308531806da33e3c66562e2"/>
+       </game>
+       <game name="Sing 4 - The Hits Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sing 4 - The Hits Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sing 4 - The Hits Edition (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eefd9b9a" md5="26e1be438380c6c1a28f58cdfaad08a1" sha1="4d06d4cba1e16b2270ac3d5bd3231bc3bce3d5d7"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="33045bfc" md5="27a795d540a6d34c6f1b3deea7109873" sha1="fee50838b2a7a09292fc11e94748cde19a8f65ff"/>
+       </game>
+       <game name="WWE '13 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>WWE '13 (USA) (En,Fr,Es)</description>
+               <rom name="WWE '13 (USA) (En,Fr,Es).iso" size="4699979776" crc="4e1392ec" md5="4327fc9bfa8e3e9049a4b6a8703d3653" sha1="0876ee35b153d0d585af2725cfea2064e9e47aee"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2011 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2011 (USA) (En,Fr,Es)</description>
+               <rom name="WWE SmackDown vs. Raw 2011 (USA) (En,Fr,Es).iso" size="4699979776" crc="37c075c1" md5="cf71b519a1e3e6e45e8eda10b9349fa9" sha1="2b32cda189c1846a5a6cbcd18815126ec9388e88"/>
+       </game>
+       <game name="MySims SkyHeroes (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MySims SkyHeroes (USA) (En,Fr,Es)</description>
+               <rom name="MySims SkyHeroes (USA) (En,Fr,Es).iso" size="4699979776" crc="88f590dc" md5="296eecc9232db1d4f0dc2344f303bbf4" sha1="b5cf68e14528e7f2f48a95a12bf5b570d4306355"/>
+       </game>
+       <game name="Myth Makers - Super Kart GP (USA)">
+               <category>Games</category>
+               <description>Myth Makers - Super Kart GP (USA)</description>
+               <rom name="Myth Makers - Super Kart GP (USA).iso" size="4699979776" crc="e796b6c3" md5="7ab40aeb5174dabcd64c702f4fbd3881" sha1="786820c55d9a588e3f2c8789c168f1ba70043c55"/>
+       </game>
+       <game name="Nickelodeon SpongeBob's Boating Bash (USA)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob's Boating Bash (USA)</description>
+               <rom name="Nickelodeon SpongeBob's Boating Bash (USA).iso" size="4699979776" crc="558ecde0" md5="b6bd79cc95c9ba514e47d3781431223e" sha1="fbabb5b292f9f5918dcc21cc29e1b7d384b3633f"/>
+       </game>
+       <game name="Power Rangers Samurai (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Power Rangers Samurai (USA) (En,Fr,Es)</description>
+               <rom name="Power Rangers Samurai (USA) (En,Fr,Es).iso" size="4699979776" crc="bf79ddc9" md5="5040182bff354d97d513ca55e81138cc" sha1="25bc76f5757cf5869cfc424c076aa14cfc8307df"/>
+       </game>
+       <game name="ABC Wipeout - Create &amp; Crash (USA)">
+               <category>Games</category>
+               <description>ABC Wipeout - Create &amp; Crash (USA)</description>
+               <rom name="ABC Wipeout - Create &amp; Crash (USA).iso" size="4699979776" crc="d205d48b" md5="c3232ec9b02fea6151aa8341b714e832" sha1="4b349dab473e2aa0ac1d07b82136bd53bd807b3d"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (USA) (En,Fr)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (USA) (En,Fr).iso" size="4699979776" crc="75880432" md5="6339254663cddc3bb173cd366acb03f5" sha1="f06c43f532a2a2f087859adb421ad22e442424b4"/>
+       </game>
+       <game name="Alvin and the Chipmunks - Chipwrecked (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Alvin and the Chipmunks - Chipwrecked (USA) (En,Fr)</description>
+               <rom name="Alvin and the Chipmunks - Chipwrecked (USA) (En,Fr).iso" size="4699979776" crc="005c940b" md5="57118e8083c1c4e0a2a2d6f687f46548" sha1="177ab642a8bbac2ef17680c2fa8f2061d581dddb"/>
+       </game>
+       <game name="AMF Bowling World Lanes (USA)">
+               <category>Games</category>
+               <description>AMF Bowling World Lanes (USA)</description>
+               <rom name="AMF Bowling World Lanes (USA).iso" size="4699979776" crc="78a7e000" md5="3b3bb1b0391bae4af37082cf79c7ad52" sha1="2e586a82e205e09dbfd9a114f3877b7f3bc1d0e8"/>
+       </game>
+       <game name="Greg Hastings Paintball 2 (USA)">
+               <category>Games</category>
+               <description>Greg Hastings Paintball 2 (USA)</description>
+               <rom name="Greg Hastings Paintball 2 (USA).iso" size="4699979776" crc="2d0452e6" md5="4e0cf805c2619533098b16f798004f13" sha1="7f781e3924d910942b54e83097c2852e44d5797f"/>
+       </game>
+       <game name="Ice Age - Continental Drift - Arctic Games (USA)">
+               <category>Games</category>
+               <description>Ice Age - Continental Drift - Arctic Games (USA)</description>
+               <rom name="Ice Age - Continental Drift - Arctic Games (USA).iso" size="4699979776" crc="0068998c" md5="09c854ae54b36bac98a5546330eea355" sha1="0062490e1af49ef6b728acb472dae351930af296"/>
+       </game>
+       <game name="AC-DC Live - Rock Band (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>AC-DC Live - Rock Band (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="AC-DC Live - Rock Band (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="35fc8935" md5="5767e5f8eb0f878292ae91ea50569e5c" sha1="7c9221e0ef10c30517b0c1a9ac34702d1b921f5f"/>
+       </game>
+       <game name="Death Jr. - Root of Evil (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Death Jr. - Root of Evil (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Death Jr. - Root of Evil (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4ab801f6" md5="58abcf2b9dc18ed88c6c320b35c15dca" sha1="4da54941def2c03a26f73aadaf323f5e3c9fe2e5"/>
+       </game>
+       <game name="Dragon Blade - Wrath of Fire (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon Blade - Wrath of Fire (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon Blade - Wrath of Fire (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="15716b3e" md5="85a7f5bf902c4e8c648b3e39edbd8002" sha1="a8aa46176d5f3e74b968516723106d9647e62d5b"/>
+       </game>
+       <game name="Coraline (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Coraline (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Coraline (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a51d8618" md5="b512ad595530164da528d351c26beddd" sha1="3e1ca27b45dc38bcd2ee07bf24b8e2bb87e71af7"/>
+       </game>
+       <game name="Onechanbara - Bikini Zombie Slayers (Europe) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Onechanbara - Bikini Zombie Slayers (Europe) (En,Fr) (Rev 1)</description>
+               <rom name="Onechanbara - Bikini Zombie Slayers (Europe) (En,Fr) (Rev 1).iso" size="4699979776" crc="0427ce64" md5="5502c4d8203bc5c5c19384870c93bc0d" sha1="a3e901277287692572d8cc284a904555b501b3e3"/>
+       </game>
+       <game name="Puzzle Quest - Challenge of the Warlords (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Puzzle Quest - Challenge of the Warlords (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Puzzle Quest - Challenge of the Warlords (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eb217baa" md5="464c41c835ceb46279a798bb0949c41d" sha1="7d110fcf51475363305a92806048531062e0e4eb"/>
+       </game>
+       <game name="Spyborgs (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spyborgs (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spyborgs (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="df1aa747" md5="4db3fc9a0d825e0025cf95052bfce6e0" sha1="d7af7ef731a46315279f1ad727cbc6f81909b99c"/>
+       </game>
+       <game name="Beach Fun - Summer Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Beach Fun - Summer Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Beach Fun - Summer Challenge (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="eeb1708b" md5="0964c93a184470d9ee68954267d33cce" sha1="472b9b7e2c482302ba34d6d4203cb244ade7e9c5"/>
+       </game>
+       <game name="Alvin and the Chipmunks (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Alvin and the Chipmunks (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Alvin and the Chipmunks (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3bf31d7b" md5="adc4e65c97b946cdae9a99bed51a3514" sha1="157e44fb53c88114c0aeb0987cba039eaee1b1b2"/>
+       </game>
+       <game name="Wacky Races - Crash &amp; Dash (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wacky Races - Crash &amp; Dash (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wacky Races - Crash &amp; Dash (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="62dc763b" md5="2545fa10e253f307578b5b10f3214682" sha1="4a68b9367c1ef1e76f7d3aa5f8aea13a686c0575"/>
+       </game>
+       <game name="Beastly (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Beastly (USA) (En,Fr,Es)</description>
+               <rom name="Beastly (USA) (En,Fr,Es).iso" size="4699979776" crc="a85e1d8c" md5="137b1802eaa66298b33a4a800d740847" sha1="a4079b836c50ef7eba97cf3bb04e67a824a5f54f"/>
+       </game>
+       <game name="Scene It Twilight (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Scene It Twilight (USA) (En,Fr,Es)</description>
+               <rom name="Scene It Twilight (USA) (En,Fr,Es).iso" size="4699979776" crc="4d674219" md5="dd67401972970d7e1b21203d4c2e06a4" sha1="b9cdc6c1946271c12b8980c44fc4a3f6c52aed62"/>
+       </game>
+       <game name="Truth or Lies (USA)">
+               <category>Games</category>
+               <description>Truth or Lies (USA)</description>
+               <rom name="Truth or Lies (USA).iso" size="4699979776" crc="a61ffa30" md5="89e852aae945089f9fe092904a652fa2" sha1="e70c5153df0dfc62e298e56e0b9c986808730075"/>
+       </game>
+       <game name="AC-DC Live - Rock Band Track Pack (USA)">
+               <category>Games</category>
+               <description>AC-DC Live - Rock Band Track Pack (USA)</description>
+               <rom name="AC-DC Live - Rock Band Track Pack (USA).iso" size="4699979776" crc="8360dfe5" md5="7b25e80f5e57c3363f16b68d8c2c2fe3" sha1="e346f267b1f0646f66559ab6caf95a108a8811b1"/>
+       </game>
+       <game name="Active Life - Outdoor Challenge (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Active Life - Outdoor Challenge (USA) (En,Fr)</description>
+               <rom name="Active Life - Outdoor Challenge (USA) (En,Fr).iso" size="4699979776" crc="84a9f275" md5="f9d57ba31f9331f258f56df94314bb0a" sha1="639f6ab44f3d7e569845766e14044d4312de091d"/>
+       </game>
+       <game name="Army Men - Soldiers of Misfortune (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Army Men - Soldiers of Misfortune (USA) (En,Fr,Es)</description>
+               <rom name="Army Men - Soldiers of Misfortune (USA) (En,Fr,Es).iso" size="4699979776" crc="a003f1e3" md5="3921f41e3f7e2f9c2ddd4daf978bab7f" sha1="35af5a0e041a7984fca3b20e46ad5d8e9664852b"/>
+       </game>
+       <game name="Bigfoot - Collision Course (USA)">
+               <category>Games</category>
+               <description>Bigfoot - Collision Course (USA)</description>
+               <rom name="Bigfoot - Collision Course (USA).iso" size="4699979776" crc="89d222e4" md5="5d67127bac71c0e7550d569429464646" sha1="edae645a8a79c8d784acc500987851faf01d61e8"/>
+       </game>
+       <game name="Boogie SuperStar (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Boogie SuperStar (USA) (En,Fr,Es)</description>
+               <rom name="Boogie SuperStar (USA) (En,Fr,Es).iso" size="4699979776" crc="1d83ecd4" md5="34629ea89df794bfffc65f1d2f9230af" sha1="3e52e57c6178208f27297f690e704fd7798a750b"/>
+       </game>
+       <game name="Disney High School Musical - Sing It! (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Disney High School Musical - Sing It! (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Disney High School Musical - Sing It! (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="d0ff3c5e" md5="10a262dd495104a193414d694088dee5" sha1="73227a05078a49b35e3c0ffe4c8c9d1d6d8bc631"/>
+       </game>
+       <game name="Disney High School Musical 3 - Senior Year Dance! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney High School Musical 3 - Senior Year Dance! (USA) (En,Fr,Es)</description>
+               <rom name="Disney High School Musical 3 - Senior Year Dance! (USA) (En,Fr,Es).iso" size="4699979776" crc="5316b4ed" md5="4a0d45ba0f4835d418eea1385c9c0ebb" sha1="bd1f2c838ac977e9a577a8a55fd50d48ce7f3d98"/>
+       </game>
+       <game name="Disney Sing It - Party Hits (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Sing It - Party Hits (USA) (En,Fr,Es)</description>
+               <rom name="Disney Sing It - Party Hits (USA) (En,Fr,Es).iso" size="4699979776" crc="89d063f6" md5="99054e08edc15d7987ba9ee872ff2565" sha1="6daef30ba56a31f808d4b069a22248cec6c7f4ef"/>
+       </game>
+       <game name="Dood's Big Adventure (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Dood's Big Adventure (USA) (En,Fr)</description>
+               <rom name="Dood's Big Adventure (USA) (En,Fr).iso" size="4699979776" crc="f0f882c2" md5="111e3f895d2e66cbedaaf32856cabf16" sha1="d4436df1987f5326c65f443626995875992977a1"/>
+       </game>
+       <game name="Iron Chef America - Supreme Cuisine (USA)">
+               <category>Games</category>
+               <description>Iron Chef America - Supreme Cuisine (USA)</description>
+               <rom name="Iron Chef America - Supreme Cuisine (USA).iso" size="4699979776" crc="e77c3d59" md5="c81d55b519c3b2be020f3c670a3de30f" sha1="9f2bbb5bae48d1ce34433b2c2ea0821526027ce6"/>
+       </game>
+       <game name="Puzzler Collection (USA)">
+               <category>Games</category>
+               <description>Puzzler Collection (USA)</description>
+               <rom name="Puzzler Collection (USA).iso" size="4699979776" crc="99e6d4ba" md5="700ec80e3f7cf596017c69986159ef96" sha1="ab9cbccfd16070f2bbb722b65cbc6e1311364af0"/>
+       </game>
+       <game name="Skylanders - Swap Force (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Skylanders - Swap Force (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="4afaae55" md5="13a9a159ab0ac0eba8095c6a0ecad0c3" sha1="832cb5db29569d99d6ad44afd7a90ca49f979b18"/>
+       </game>
+       <game name="Skylanders - Trap Team (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (USA) (En,Fr)</description>
+               <rom name="Skylanders - Trap Team (USA) (En,Fr).iso" size="4699979776" crc="d8b28727" md5="7136c5c36eb19b7aacb0c2b5e4c040bf" sha1="8d98e64d20a256d50a75199c6d616793d72d7c1c"/>
+       </game>
+       <game name="Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es) (Target Limited Edition)">
+               <category>Games</category>
+               <description>Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es) (Target Limited Edition)</description>
+               <rom name="Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es) (Target Limited Edition).iso" size="4699979776" crc="ccdcb7a7" md5="8bc822b44826b21b55cb4ac98dc0540b" sha1="7c71e3a3563072e6ea635da4521df2483845d4c1"/>
+       </game>
+       <game name="Tony Hawk - Ride (USA)">
+               <category>Games</category>
+               <description>Tony Hawk - Ride (USA)</description>
+               <rom name="Tony Hawk - Ride (USA).iso" size="4699979776" crc="553d7866" md5="627f781d8498fd602d48010b4811857b" sha1="6d45bdf91cd3796428b44657225b3d2f430dd413"/>
+       </game>
+       <game name="Voice, The - I Want You (USA)">
+               <category>Games</category>
+               <description>Voice, The - I Want You (USA)</description>
+               <rom name="Voice, The - I Want You (USA).iso" size="4699979776" crc="2b41e21b" md5="91d26878979edbf200d086bf29d89a16" sha1="db546bdcdde89202049950b6c24a8aa937228e5b"/>
+       </game>
+       <game name="Your Shape featuring Jenny McCarthy (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Your Shape featuring Jenny McCarthy (USA) (En,Fr,Es)</description>
+               <rom name="Your Shape featuring Jenny McCarthy (USA) (En,Fr,Es).iso" size="4699979776" crc="696fd2b4" md5="37ac709ca2647e22847dc430c7dd97c1" sha1="6860393d6353b6edd19f9aebef73c148a82c01f8"/>
+       </game>
+       <game name="Quiz Party (UK)">
+               <category>Games</category>
+               <description>Quiz Party (UK)</description>
+               <rom name="Quiz Party (UK).iso" size="4699979776" crc="0cf96302" md5="e08e859cc5be92c8c87b2d3f078274fd" sha1="04fb65f6e9fa9c88136af9339a8848a252c7a63d"/>
+       </game>
+       <game name="Drawsome! Artist &amp; Drawsome! Sketch Quest (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Drawsome! Artist &amp; Drawsome! Sketch Quest (USA) (En,Fr,Es)</description>
+               <rom name="Drawsome! Artist &amp; Drawsome! Sketch Quest (USA) (En,Fr,Es).iso" size="4699979776" crc="c86962c3" md5="8d079836e8ba713805a98e8750138697" sha1="a54225c395af72e37febd5ba3759a35819bd8746"/>
+       </game>
+       <game name="2010 FIFA World Cup South Africa (Canada) (En,Fr)">
+               <category>Games</category>
+               <description>2010 FIFA World Cup South Africa (Canada) (En,Fr)</description>
+               <rom name="2010 FIFA World Cup South Africa (Canada) (En,Fr).iso" size="4699979776" crc="2f7ce324" md5="f1cb3c0478fac5671caae2879ee68db2" sha1="1043367416d05326455ddd37ce54eb3645c42fc2"/>
+       </game>
+       <game name="NCIS - Based on the TV Series (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>NCIS - Based on the TV Series (USA) (En,Fr,Es)</description>
+               <rom name="NCIS - Based on the TV Series (USA) (En,Fr,Es).iso" size="4699979776" crc="4e27a696" md5="77c2b70c5f3237472f6e3ef975162612" sha1="78326544cc176a185b93c142ca64d454ea3aac79"/>
+       </game>
+       <game name="ATV Quad Kings (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>ATV Quad Kings (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="ATV Quad Kings (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="39683356" md5="a3d47ae6413ed6a61c5765b818de31a3" sha1="3ed669c91947bf4c128ecbd124d9992337b0766e"/>
+       </game>
+       <game name="Anpanman Niko Niko Party (Japan)">
+               <category>Games</category>
+               <description>Anpanman Niko Niko Party (Japan)</description>
+               <rom name="Anpanman Niko Niko Party (Japan).iso" size="4699979776" crc="460a885a" md5="9f3216aaa0db1c0ad0c665d3a13e7574" sha1="610add98fa947430dd0132689a3a94ffb9dcae79"/>
+       </game>
+       <game name="Fish Eyes Wii (Japan)">
+               <category>Games</category>
+               <description>Fish Eyes Wii (Japan)</description>
+               <rom name="Fish Eyes Wii (Japan).iso" size="4699979776" crc="2a736e98" md5="74dd2a2b8ebe88d53826eef4d1b0c7ae" sha1="3e8508ded5cce86a9beb1f4928f254c1baf477a4"/>
+       </game>
+       <game name="Grand Slam Tennis (Japan)">
+               <category>Games</category>
+               <description>Grand Slam Tennis (Japan)</description>
+               <rom name="Grand Slam Tennis (Japan).iso" size="4699979776" crc="d573d74e" md5="345040553829f8cf62996b1aab45de6e" sha1="f5e03e115a93e8eb7456b86f1ad02ca7c1c5547a"/>
+       </game>
+       <game name="Harry Potter to Fushichou no Kishidan (Japan)">
+               <category>Games</category>
+               <description>Harry Potter to Fushichou no Kishidan (Japan)</description>
+               <rom name="Harry Potter to Fushichou no Kishidan (Japan).iso" size="4699979776" crc="4011bb8e" md5="e65c12500b2e07c46181a6acee802572" sha1="e8797ffb547b5e9157e53bef6ea569ca4dcdae4d"/>
+       </game>
+       <game name="Ikenie no Yoru (Japan)">
+               <category>Games</category>
+               <description>Ikenie no Yoru (Japan)</description>
+               <rom name="Ikenie no Yoru (Japan).iso" size="4699979776" crc="09cdc6b9" md5="f11835a14ba9587f89e19d9174b221e1" sha1="4d098d25a790d76491865fd68fde1dde3b63baca"/>
+       </game>
+       <game name="LEGO Star Wars - The Complete Saga (Japan)">
+               <category>Games</category>
+               <description>LEGO Star Wars - The Complete Saga (Japan)</description>
+               <rom name="LEGO Star Wars - The Complete Saga (Japan).iso" size="4699979776" crc="18c11cfd" md5="c07609829354b040cc2e861aea7976cf" sha1="91cc9fdd041e344bc50f831e6ec345ea02c108fa"/>
+       </game>
+       <game name="Metroid Prime (Japan)">
+               <category>Games</category>
+               <description>Metroid Prime (Japan)</description>
+               <rom name="Metroid Prime (Japan).iso" size="4699979776" crc="1d268129" md5="6e6f15e513ff2282d3e636750f03c30a" sha1="039cd4f86ab69fcb3227fd70bd93f3a0141283e5"/>
+       </game>
+       <game name="Sangokushi 11 with Power-Up Kit (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Sangokushi 11 with Power-Up Kit (Japan) (Rev 1)</description>
+               <rom name="Sangokushi 11 with Power-Up Kit (Japan) (Rev 1).iso" size="4699979776" crc="cb3aaba2" md5="bf8b2c2f231a07bd63d5f777af994309" sha1="60f60b2c96d8b0ba71b3750f8f1d31fc9fe45926"/>
+       </game>
+       <game name="Sky Crawlers - Innocent Aces (Japan)">
+               <category>Games</category>
+               <description>Sky Crawlers - Innocent Aces (Japan)</description>
+               <rom name="Sky Crawlers - Innocent Aces (Japan).iso" size="4699979776" crc="84ac765a" md5="1f2dd60ec3521b1c075bc144c33dbed1" sha1="5d72e53b7894d7135c907c9e09d41eddac36b939"/>
+       </game>
+       <game name="Tomb Raider - Underworld (Japan)">
+               <category>Games</category>
+               <description>Tomb Raider - Underworld (Japan)</description>
+               <rom name="Tomb Raider - Underworld (Japan).iso" size="4699979776" crc="93e25351" md5="fc30fddf9c45c65844fe055dfa89107e" sha1="7a4615a974ed77d3a569632399e046b3cff005b5"/>
+       </game>
+       <game name="NHL 2K11 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>NHL 2K11 (USA) (En,Fr)</description>
+               <rom name="NHL 2K11 (USA) (En,Fr).iso" size="4699979776" crc="41ddfdd3" md5="344bf5f2e2b87af935e32bbe83dbca32" sha1="12cc014a7af4848ca71211c43c7b01a956f74c24"/>
+       </game>
+       <game name="Disney Epic Mickey (Scandinavia) (En,Sv,Da)">
+               <category>Games</category>
+               <description>Disney Epic Mickey (Scandinavia) (En,Sv,Da)</description>
+               <rom name="Disney Epic Mickey (Scandinavia) (En,Sv,Da).iso" size="4699979776" crc="c12c9ed3" md5="7f8296ad7fdd9ade48810bb833e1e317" sha1="8c1915605378bd0e7d4a9429cea65a6a1e5a7de1"/>
+       </game>
+       <game name="Disney Epic Mickey 2 - The Power of Two (Scandinavia) (Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Epic Mickey 2 - The Power of Two (Scandinavia) (Sv,No,Da)</description>
+               <rom name="Disney Epic Mickey 2 - The Power of Two (Scandinavia) (Sv,No,Da).iso" size="4699979776" crc="c44ec870" md5="83bff5728a3a2bdda338376b1c60d6ce" sha1="416397a27a127641933c2659212327de409171c3"/>
+       </game>
+       <game name="DreamWorks Madagaskar 2 (Sweden)">
+               <category>Games</category>
+               <description>DreamWorks Madagaskar 2 (Sweden)</description>
+               <rom name="DreamWorks Madagaskar 2 (Sweden).iso" size="4699979776" crc="26503259" md5="3cf9f6a335b5b1fd31ef8cd118f4a983" sha1="5a50785daa2f69ca6b91e62b6db8d4e5d893c86a"/>
+       </game>
+       <game name="Backyard Football '10 (USA)">
+               <category>Games</category>
+               <description>Backyard Football '10 (USA)</description>
+               <rom name="Backyard Football '10 (USA).iso" size="4699979776" crc="3d419be2" md5="9a6c0b3831c31113e5728b50f472acf4" sha1="c07d6cb9a0be349b4f7159958cb554e3dae1403f"/>
+       </game>
+       <game name="Battle Rage - Mech Conflict (USA)">
+               <category>Games</category>
+               <description>Battle Rage - Mech Conflict (USA)</description>
+               <rom name="Battle Rage - Mech Conflict (USA).iso" size="4699979776" crc="61bf6ca2" md5="5d54339a7c6bd9a81c082e5aa960b5ea" sha1="4c415e9b94e303158c3a96a23a0343fea2b18b28"/>
+       </game>
+       <game name="Calvin Tucker's Redneck Jamboree (USA)">
+               <category>Games</category>
+               <description>Calvin Tucker's Redneck Jamboree (USA)</description>
+               <rom name="Calvin Tucker's Redneck Jamboree (USA).iso" size="4699979776" crc="1bef9e75" md5="dbf3d43366b2fed3130ca7a6b5aad74b" sha1="af475900528a6b69921791ba11d78e1b499d1283"/>
+       </game>
+       <game name="Charm Girls Club - Pajama Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Charm Girls Club - Pajama Party (USA) (En,Fr,Es)</description>
+               <rom name="Charm Girls Club - Pajama Party (USA) (En,Fr,Es).iso" size="4699979776" crc="5ce5c01f" md5="26a4ba0c25e620e5592598ebcd274aed" sha1="aed3a36b4615b531942b6cbeaa55f4adece2af49"/>
+       </game>
+       <game name="Disney Sing It - Pop Hits (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Sing It - Pop Hits (USA) (En,Fr,Es)</description>
+               <rom name="Disney Sing It - Pop Hits (USA) (En,Fr,Es).iso" size="4699979776" crc="3fd487c5" md5="bc41694a887b5eea729630a4499d7d46" sha1="64abdbef6df343812e6cba95255944fec66e82a6"/>
+       </game>
+       <game name="MySims Agents (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MySims Agents (USA) (En,Fr,Es)</description>
+               <rom name="MySims Agents (USA) (En,Fr,Es).iso" size="4699979776" crc="5aba5c05" md5="f8978c87035b2b0789bc4de5a7d82098" sha1="4780f6f5025e673d60dc75e45c2f6e07120cfc26"/>
+       </game>
+       <game name="Emergency Mayhem (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Emergency Mayhem (USA) (En,Fr,Es)</description>
+               <rom name="Emergency Mayhem (USA) (En,Fr,Es).iso" size="4699979776" crc="4ee3da8c" md5="3f6aafd3296a324b08c8669b0c42107a" sha1="043bbbece0d3a5ea82eb9621cfd1e589bf397064"/>
+       </game>
+       <game name="Hollywood Squares (USA)">
+               <category>Games</category>
+               <description>Hollywood Squares (USA)</description>
+               <rom name="Hollywood Squares (USA).iso" size="4699979776" crc="c5ba711c" md5="43b53baca09171ecd82e22a861730dcc" sha1="9279117caaf02d38c80bec144cdc7ae42c8f00b1"/>
+       </game>
+       <game name="Nickelodeon iCarly (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Nickelodeon iCarly (USA) (En,Fr)</description>
+               <rom name="Nickelodeon iCarly (USA) (En,Fr).iso" size="4699979776" crc="f35627c4" md5="0c4fce51ff913366d638b63aa31f404e" sha1="fdf8797f95d66439cb37b9140e8ec7afe26158f0"/>
+       </game>
+       <game name="My Fitness Coach (USA)">
+               <category>Games</category>
+               <description>My Fitness Coach (USA)</description>
+               <rom name="My Fitness Coach (USA).iso" size="4699979776" crc="38e61e17" md5="91dde6e4aa76434a8fe1e867b889e63e" sha1="620dc360d65833f1ee8c938efdeab7f3a812a76d"/>
+       </game>
+       <game name="Pool Party (USA)">
+               <category>Games</category>
+               <description>Pool Party (USA)</description>
+               <rom name="Pool Party (USA).iso" size="4699979776" crc="61162b41" md5="d937173c49d9eea061e15dec0311ec3a" sha1="f49ea89d9943bf9e8af95b57a00310fa0ec44187"/>
+       </game>
+       <game name="Rio (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rio (USA) (En,Fr,Es)</description>
+               <rom name="Rio (USA) (En,Fr,Es).iso" size="4699979776" crc="ca262ec8" md5="455fe21dcb49ba08513779e98f7e9cbe" sha1="d89954ee7dc7bbd00b12c80c532f2282740305a9"/>
+       </game>
+       <game name="Rock Band - Track Pack Volume 2 (USA)">
+               <category>Games</category>
+               <description>Rock Band - Track Pack Volume 2 (USA)</description>
+               <rom name="Rock Band - Track Pack Volume 2 (USA).iso" size="4699979776" crc="11206c23" md5="744ec3a5d3ea297a744003ec6d0a8224" sha1="320ca10a9b99c2000c911eb21209da0cb1553c41"/>
+       </game>
+       <game name="Rubik's World (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rubik's World (USA) (En,Fr,Es)</description>
+               <rom name="Rubik's World (USA) (En,Fr,Es).iso" size="4699979776" crc="52eda1f8" md5="b6207ed6387a7dca29e05aba7911cf23" sha1="cc4a3041389d7bb2daacf411e2bab28395cd5a13"/>
+       </game>
+       <game name="Safari Adventures - Africa (USA)">
+               <category>Games</category>
+               <description>Safari Adventures - Africa (USA)</description>
+               <rom name="Safari Adventures - Africa (USA).iso" size="4699979776" crc="16cc12e6" md5="5c5a326448d598f3dcc04e2fee8f17fc" sha1="7247da8e1e8524f683c1a804f12732c77964087d"/>
+       </game>
+       <game name="Smurfs, The - Dance Party (USA) (Toys R Us)">
+               <category>Games</category>
+               <description>Smurfs, The - Dance Party (USA) (Toys R Us)</description>
+               <rom name="Smurfs, The - Dance Party (USA) (Toys R Us).iso" size="4699979776" crc="97693eb5" md5="dd70b26dc9a54fa810950d3b4e9cca54" sha1="de81ddfb37388d98c2ca8d6defa6e29e97e7fbc0"/>
+       </game>
+       <game name="Space Camp (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Space Camp (USA) (En,Fr)</description>
+               <rom name="Space Camp (USA) (En,Fr).iso" size="4699979776" crc="ba5fe402" md5="1536beba6416f152abef36c39c3c5d88" sha1="2fd703a75b2df51d602f4fdd0fe282e0c9f94721"/>
+       </game>
+       <game name="Winter Sports - The Ultimate Challenge (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Winter Sports - The Ultimate Challenge (USA) (En,Fr)</description>
+               <rom name="Winter Sports - The Ultimate Challenge (USA) (En,Fr).iso" size="4699979776" crc="53f35d4b" md5="67cc245d055689ad7c95aacae971375d" sha1="031cf5e66da2d5e208d0252034c1e6fadf6d5cf1"/>
+       </game>
+       <game name="Ultimate Board Game Collection (USA)">
+               <category>Games</category>
+               <description>Ultimate Board Game Collection (USA)</description>
+               <rom name="Ultimate Board Game Collection (USA).iso" size="4699979776" crc="eef68b81" md5="6e3ed0045f0ab072bc42f353e623fb71" sha1="3f2299fc80d2fe391ff2803d3f9831b88ce56fb2"/>
+       </game>
+       <game name="WordJong Party (USA)">
+               <category>Games</category>
+               <description>WordJong Party (USA)</description>
+               <rom name="WordJong Party (USA).iso" size="4699979776" crc="1ccb86d6" md5="263c61b0a850ed605b255151c5d246bb" sha1="a223fcf21879aecb9821d47373222a41d83f3c0e"/>
+       </game>
+       <game name="World Championship Poker featuring Howard Lederer - All In (USA)">
+               <category>Games</category>
+               <description>World Championship Poker featuring Howard Lederer - All In (USA)</description>
+               <rom name="World Championship Poker featuring Howard Lederer - All In (USA).iso" size="4699979776" crc="a95a0d4c" md5="6d8f77f7719ebde432bfc9b3f9f0205f" sha1="37fb046fb0551f41406674a49fa124f6655f3dd7"/>
+       </game>
+       <game name="Disney Infinity (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Disney Infinity (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Disney Infinity (Scandinavia) (En,Sv,No,Da,Fi).iso" size="8511160320" crc="0cd28723" md5="9ab945eb05dad008b621750b0aa39bdd" sha1="42f4f9ac63caae6482291da96b1b02e1818c7eb3"/>
+       </game>
+       <game name="Alien Monster Bowling League (USA)">
+               <category>Games</category>
+               <description>Alien Monster Bowling League (USA)</description>
+               <rom name="Alien Monster Bowling League (USA).iso" size="4699979776" crc="b65979e0" md5="3c760729052541c66f107b06762c68c1" sha1="44fb244c9757dc7698325fffd9ab68e3c6ae376d"/>
+       </game>
+       <game name="Aliens in the Attic (USA) (En,Es)">
+               <category>Games</category>
+               <description>Aliens in the Attic (USA) (En,Es)</description>
+               <rom name="Aliens in the Attic (USA) (En,Es).iso" size="4699979776" crc="9a09d9e7" md5="6b59d71544c0fe707383b3ab52c3979b" sha1="67377e1dc50200df932aa04d4fe7b01438f7084f"/>
+       </game>
+       <game name="Ant Bully, The (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Ant Bully, The (USA) (En,Fr)</description>
+               <rom name="Ant Bully, The (USA) (En,Fr).iso" size="4699979776" crc="0a3eaa9b" md5="0da00b7dd9ccb2137dda4e312d27fc9c" sha1="6bf22ffcf0cd49487f9c622799bd483d0b2e30c5"/>
+       </game>
+       <game name="Anubis II (USA)">
+               <category>Games</category>
+               <description>Anubis II (USA)</description>
+               <rom name="Anubis II (USA).iso" size="4699979776" crc="f175db11" md5="7d3c1c27ebb81fe60ad8096c98ce1c64" sha1="4aceec2b5dae9b30cb722963d9f389183a7cd60e"/>
+       </game>
+       <game name="Basketball Hall of Fame - Ultimate Hoops Challenge (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Basketball Hall of Fame - Ultimate Hoops Challenge (USA) (En,Fr,Es)</description>
+               <rom name="Basketball Hall of Fame - Ultimate Hoops Challenge (USA) (En,Fr,Es).iso" size="4699979776" crc="a5a18e40" md5="0c8aa27f34cc1ef9f0ebca4d416bfdff" sha1="0149dab4260d503f6248c30d151fe546fa09d1ef"/>
+       </game>
+       <game name="Buck Fever (USA)">
+               <category>Games</category>
+               <description>Buck Fever (USA)</description>
+               <rom name="Buck Fever (USA).iso" size="4699979776" crc="80862f3f" md5="1e8fe07b8abcb131c1a53f9e03ab2de7" sha1="9783ef28d350cf77320fef1ed75124ba877bf1b6"/>
+       </game>
+       <game name="Kidz Sports Basketball (USA)">
+               <category>Games</category>
+               <description>Kidz Sports Basketball (USA)</description>
+               <rom name="Kidz Sports Basketball (USA).iso" size="4699979776" crc="2ad7ccc5" md5="b3544e79976b7517be8a45db99ffdc61" sha1="f41169759f828857c7dc6dd214afda4205849169"/>
+       </game>
+       <game name="Kidz Sports International Soccer (USA)">
+               <category>Games</category>
+               <description>Kidz Sports International Soccer (USA)</description>
+               <rom name="Kidz Sports International Soccer (USA).iso" size="4699979776" crc="c9d1d98a" md5="94c985dc47873d0878e5fded6d837e32" sha1="c747db33dd729b47f68f311a1a2b7484ec33df8c"/>
+       </game>
+       <game name="Pool Hall Pro (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pool Hall Pro (USA) (En,Fr,Es)</description>
+               <rom name="Pool Hall Pro (USA) (En,Fr,Es).iso" size="4699979776" crc="773100ba" md5="4f9c43239b1e2ad605a9d06983a2f400" sha1="7290af024ff21f5d56f0a5c6c9a19679be00d5cd"/>
+       </game>
+       <game name="Shaun White Skateboarding (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Shaun White Skateboarding (USA) (En,Fr,Es)</description>
+               <rom name="Shaun White Skateboarding (USA) (En,Fr,Es).iso" size="4699979776" crc="4fdf4a90" md5="b84432a37b76c609990d3e3d4dfd088e" sha1="34e1d6d187fa49c2093981ef098f3105f153574b"/>
+       </game>
+       <game name="Academy of Champions - Soccer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Academy of Champions - Soccer (USA) (En,Fr,Es)</description>
+               <rom name="Academy of Champions - Soccer (USA) (En,Fr,Es).iso" size="4699979776" crc="160e116c" md5="cc23e962ebf134d100845ba00c89ec5e" sha1="ee63539b810aab46df1a3a26f4b92d67a8919b47"/>
+       </game>
+       <game name="Brave - A Warrior's Tale (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Brave - A Warrior's Tale (USA) (En,Fr,Es)</description>
+               <rom name="Brave - A Warrior's Tale (USA) (En,Fr,Es).iso" size="4699979776" crc="aa2a6f8b" md5="fa3be39990900fe5a5c7561ca3cc02bd" sha1="6ccf0b6c83b3f4b01f82c2d4dca71f036b6c47dc"/>
+       </game>
+       <game name="Burger Island (USA)">
+               <category>Games</category>
+               <description>Burger Island (USA)</description>
+               <rom name="Burger Island (USA).iso" size="4699979776" crc="afe88f15" md5="4c8337de1dfc33019ec59814eebed406" sha1="fa8056e76f7f7708661fce6f72f3af3e8e26a514"/>
+       </game>
+       <game name="Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt)">
+               <category>Games</category>
+               <description>Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt)</description>
+               <rom name="Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt).iso" size="4699979776" crc="2fd02e95" md5="e007d4d3bb15eb9cfa60b13593e1b0e5" sha1="8d5981a3f6dc514df8fcc0dce956bfae18c83b0b"/>
+       </game>
+       <game name="Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1)">
+               <category>Games</category>
+               <description>Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1)</description>
+               <rom name="Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1).iso" size="4699979776" crc="7eacb590" md5="6b57a0445b7272b824dd0fa1ceec6417" sha1="d5ad34b70b512705a6c922001ba1823cdaae40aa"/>
+       </game>
+       <game name="Destroy All Humans! Big Willy Unleashed (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Destroy All Humans! Big Willy Unleashed (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Destroy All Humans! Big Willy Unleashed (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="31725d88" md5="cd0286525f0d487a77f6eae865a4ea42" sha1="ae576ddba0ad95330f0666e389e2d41f7d21a6cf"/>
+       </game>
+       <game name="Cursed Mountain (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cursed Mountain (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cursed Mountain (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="06bb1b61" md5="0b8579f44ae43236fed1f4283fa1bf82" sha1="69cb9959c008690ba7164f4bfa3df65ebbf1c3a1"/>
+       </game>
+       <game name="Calling (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Calling (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Calling (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="47267e2d" md5="bba421368de86a6b0d54c603c6b7b8a6" sha1="1bc4f9459a8f25ed7396f99e04b4c9ba107f33d4"/>
+       </game>
+       <game name="Heatseeker (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Heatseeker (Europe) (Fr,De)</description>
+               <rom name="Heatseeker (Europe) (Fr,De).iso" size="4699979776" crc="ab8711ff" md5="53f152f7a29663bbf6216f4f13fd1cd3" sha1="408dfe6cb1583da5195c12e1cb7a8636653f300e"/>
+       </game>
+       <game name="Agatha Christie - And Then There Were None (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Agatha Christie - And Then There Were None (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Agatha Christie - And Then There Were None (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c79b2e84" md5="1c9d616964aa273b3d1c8fa60032dc7e" sha1="f7af83f43508a623ab6e183d4e679195737346ea"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (Europe) (Fr,De,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (Europe) (Fr,De,Nl)</description>
+               <rom name="Disney-Pixar Ratatouille (Europe) (Fr,De,Nl).iso" size="4699979776" crc="b55c9b60" md5="e6cbb9df201e6a361d03da439b9eaa5c" sha1="3f25836462cfb300410d56c21433298ff634423e"/>
+       </game>
+       <game name="Rapala We Fish (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rapala We Fish (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rapala We Fish (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4255af08" md5="b887b5264b341d0f166e980ec3c405da" sha1="28f6f0a735921499732755531fb4e7f03bf96bb9"/>
+       </game>
+       <game name="Rapala Tournament Fishing! (Europe)">
+               <category>Games</category>
+               <description>Rapala Tournament Fishing! (Europe)</description>
+               <rom name="Rapala Tournament Fishing! (Europe).iso" size="4699979776" crc="f1a37d93" md5="5811abd7f6e99ef2ced846d8b97d25ba" sha1="4897530dc0b7f482f1fb85ddc33c96f939ae11a4"/>
+       </game>
+       <game name="Rig Racer 2 (UK)">
+               <category>Games</category>
+               <description>Rig Racer 2 (UK)</description>
+               <rom name="Rig Racer 2 (UK).iso" size="4699979776" crc="90ad8a3a" md5="13e58c7790092ac70de1eb58534c8e1a" sha1="b8d5398085b7bb0d752019f7c272bfcde1b482a9"/>
+       </game>
+       <game name="Rock'N'Roll Adventures (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Rock'N'Roll Adventures (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Rock'N'Roll Adventures (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="68966fc9" md5="df62b704a5f360838531f78ffc45e279" sha1="4ae5d9a700d3f4ca2e2d5bc97d5ec879cb39767a"/>
+       </game>
+       <game name="Rogue Trooper - Quartz Zone Massacre (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rogue Trooper - Quartz Zone Massacre (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rogue Trooper - Quartz Zone Massacre (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="60536a63" md5="38b1011b63d1adf2e62f9dddb44c75d6" sha1="dd97aac90b60143f6dce3b1d00a2b5878f83f0ea"/>
+       </game>
+       <game name="Rubik's Puzzle World (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rubik's Puzzle World (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rubik's Puzzle World (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9a2c5cc5" md5="931b98c0f7db6dda75c93715cb4200f6" sha1="19ef0a89da66d87c0a69c521d2fcf42e1ff648fb"/>
+       </game>
+       <game name="Rapala's Fishing Frenzy (Europe)">
+               <category>Games</category>
+               <description>Rapala's Fishing Frenzy (Europe)</description>
+               <rom name="Rapala's Fishing Frenzy (Europe).iso" size="4699979776" crc="e8888cd9" md5="75f64fa36ab1769b073fd8afcd4a8063" sha1="4ecaec78420d5edb8281e13760a94a5ef3aa81fa"/>
+       </game>
+       <game name="Rygar - The Battle of Argus (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rygar - The Battle of Argus (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rygar - The Battle of Argus (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4d76e2eb" md5="ba58b74833ac05023153a0c0997e69da" sha1="f5b193bdf8f0ea305c7b627c2a84d94c397daf4b"/>
+       </game>
+       <game name="Rapala Pro Bass Fishing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rapala Pro Bass Fishing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Rapala Pro Bass Fishing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1d153a19" md5="926b3f14e17038b01808660a4d716ea3" sha1="44a864de59393681206aaf20c3ca2c2e76990aab"/>
+       </game>
+       <game name="Rock Revolution (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Rock Revolution (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi)</description>
+               <rom name="Rock Revolution (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi).iso" size="4699979776" crc="567c552d" md5="6d215d0f1e8412390318d653f518e2ce" sha1="78174c14f586276c83e12b720947a25c9ee63041"/>
+       </game>
+       <game name="Raving Rabbids - Party Collection (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Raving Rabbids - Party Collection (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Raving Rabbids - Party Collection (Europe) (En,Fr,De,Es,It,Nl).iso" size="8511160320" crc="2655a3ff" md5="597778f99206371e7faa9e1804f14535" sha1="5a73fa605041b56ff2193907c8f50470226baacb"/>
+       </game>
+       <game name="Reel Fishing - Angler's Dream (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Reel Fishing - Angler's Dream (Europe) (En,Fr,De)</description>
+               <rom name="Reel Fishing - Angler's Dream (Europe) (En,Fr,De).iso" size="4699979776" crc="0cdb2507" md5="2517f540da594467f1781af8ef3cffe0" sha1="95be3442b28febe7b03cdabf5efe720ba0858614"/>
+       </game>
+       <game name="RTL Biathlon 2009 (Europe) (En,De)">
+               <category>Games</category>
+               <description>RTL Biathlon 2009 (Europe) (En,De)</description>
+               <rom name="RTL Biathlon 2009 (Europe) (En,De).iso" size="4699979776" crc="ef02e973" md5="8dd331871d1ed0c087f93ce1c0f8d4af" sha1="db5cc5c940ea9c9647314f7f079c54c68bd9ecac"/>
+       </game>
+       <game name="Reload (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Reload (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Reload (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f086c7d2" md5="672274fa10f6703c5011ad5e2f79ac32" sha1="ccb8939471ed539c505b712dff4e7640b6230fb1"/>
+       </game>
+       <game name="Remington Dangerous Animals (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Remington Dangerous Animals (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Remington Dangerous Animals (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4586e478" md5="d2a2382c0a0683dcbe5371f52d88af30" sha1="a33b107beca997fb92d2e79763569c6b036b6e07"/>
+       </game>
+       <game name="Action Girlz Racing (USA)">
+               <category>Games</category>
+               <description>Action Girlz Racing (USA)</description>
+               <rom name="Action Girlz Racing (USA).iso" size="4699979776" crc="93b50184" md5="b5f9284dfcb0302ccca6395973a316b1" sha1="5ca9617754e8b2e071d5ba39ce7f764be8ed95eb"/>
+       </game>
+       <game name="Agatha Christie - And Then There Were None (USA)">
+               <category>Games</category>
+               <description>Agatha Christie - And Then There Were None (USA)</description>
+               <rom name="Agatha Christie - And Then There Were None (USA).iso" size="4699979776" crc="d467da4b" md5="7d97e8bf8e2c497c29f236a244eac5a4" sha1="34902d2c79a35fa553ad376dcf8e531a7a1d7a59"/>
+       </game>
+       <game name="Animal Kingdom - Wildlife Expedition (USA)">
+               <category>Games</category>
+               <description>Animal Kingdom - Wildlife Expedition (USA)</description>
+               <rom name="Animal Kingdom - Wildlife Expedition (USA).iso" size="4699979776" crc="d7cd2dc7" md5="22414361ac94d7356ca49b2a068054c3" sha1="3e897aa7b62b19fffb149367c7945974478b4131"/>
+       </game>
+       <game name="Around the World in 50 Games (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Around the World in 50 Games (USA) (En,Fr)</description>
+               <rom name="Around the World in 50 Games (USA) (En,Fr).iso" size="4699979776" crc="3ad8f142" md5="c4c1f45832b81c63ae6a811562815111" sha1="adbe614b86757f6687a292cbe5961fb769d5cde9"/>
+       </game>
+       <game name="Bachelor, The - The Videogame (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Bachelor, The - The Videogame (USA) (En,Fr,Es)</description>
+               <rom name="Bachelor, The - The Videogame (USA) (En,Fr,Es).iso" size="4699979776" crc="580e29a7" md5="bc5987186e736b0ecd2ae41e04709339" sha1="a846c584ae028abdf99fe5d1c72bccc78c9273e8"/>
+       </game>
+       <game name="Beach Fun - Summer Challenge (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Beach Fun - Summer Challenge (USA) (En,Fr,Es)</description>
+               <rom name="Beach Fun - Summer Challenge (USA) (En,Fr,Es).iso" size="4699979776" crc="f67b09e9" md5="d23ae5d1d6d8f7662f5f502df727bdd7" sha1="758de1b649b136e197c44c8354e3c208434224fd"/>
+       </game>
+       <game name="Boot Camp Academy (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Boot Camp Academy (USA) (En,Fr)</description>
+               <rom name="Boot Camp Academy (USA) (En,Fr).iso" size="4699979776" crc="9ea7fc83" md5="c1c68dc58f23928b20335766424e406a" sha1="bb8393876d5515febbcfba0c327e0ea21232a8b9"/>
+       </game>
+       <game name="Family Party - 30 Great Games - Outdoor Fun (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Family Party - 30 Great Games - Outdoor Fun (USA) (En,Fr,Es)</description>
+               <rom name="Family Party - 30 Great Games - Outdoor Fun (USA) (En,Fr,Es).iso" size="4699979776" crc="a26038b1" md5="51932c3c8fb84725d4a84f42f925a3b1" sha1="e6e4836a0ddb778dbeb093523565208e8184f01a"/>
+       </game>
+       <game name="FIFA 10 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA 10 (USA) (En,Es)</description>
+               <rom name="FIFA 10 (USA) (En,Es).iso" size="4699979776" crc="c2d95060" md5="f329eb293da978f7c25f20a275964ffe" sha1="fadf35fb468215889a673809dad1b4e0066c3fe1"/>
+       </game>
+       <game name="Disney Sing It - High School Musical 3 - Senior Year (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Sing It - High School Musical 3 - Senior Year (USA) (En,Fr,Es)</description>
+               <rom name="Disney Sing It - High School Musical 3 - Senior Year (USA) (En,Fr,Es).iso" size="4699979776" crc="837703ed" md5="80f4f6192b12d8456fd1db8348664af3" sha1="7f73678b803ded50275db40a47e388415e45ee5d"/>
+       </game>
+       <game name="FIFA 09 - All-Play (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (USA) (En,Es)</description>
+               <rom name="FIFA 09 - All-Play (USA) (En,Es).iso" size="4699979776" crc="5ec8b80b" md5="85710246b90538e89f4a02feb8cd8cf4" sha1="fdf3162d374730d7baa1788595f4af392c5c302a"/>
+       </game>
+       <game name="Godzilla - Unleashed (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Godzilla - Unleashed (USA) (En,Fr,Es)</description>
+               <rom name="Godzilla - Unleashed (USA) (En,Fr,Es).iso" size="4699979776" crc="8d633947" md5="a8ca160870704d9cb9341b12cb175ae8" sha1="46bb7e39de706f25b2356f91abcecfb14b0f3697"/>
+       </game>
+       <game name="Arctic Tale (USA)">
+               <category>Games</category>
+               <description>Arctic Tale (USA)</description>
+               <rom name="Arctic Tale (USA).iso" size="4699979776" crc="3b99142f" md5="e528a555fbe70126bdc330a65f7793f5" sha1="4e90b8bec571026dc0e4e8042b32863c640ec362"/>
+       </game>
+       <game name="Goosebumps HorrorLand (USA)">
+               <category>Games</category>
+               <description>Goosebumps HorrorLand (USA)</description>
+               <rom name="Goosebumps HorrorLand (USA).iso" size="4699979776" crc="6a0c74ce" md5="8db5de63c926596e08c4663779b5ef5f" sha1="15fd3efd8e1b22a8453b593215c8bce1c7e1f023"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2009 (USA)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2009 (USA)</description>
+               <rom name="Cabela's Dangerous Hunts 2009 (USA).iso" size="4699979776" crc="cc90b858" md5="569ddb682898798e1292efb113f638d3" sha1="bcf80dd88ff3a43065d643a54e0ea6e69ac7cabc"/>
+       </game>
+       <game name="Destiny of Zorro, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Destiny of Zorro, The (USA) (En,Fr,Es)</description>
+               <rom name="Destiny of Zorro, The (USA) (En,Fr,Es).iso" size="4699979776" crc="90f2387a" md5="fc4b596dfb0a474863560651892ca343" sha1="099815297252d5747e6afdd1355976df67c52d22"/>
+       </game>
+       <game name="Country Dance 2 (USA)">
+               <category>Games</category>
+               <description>Country Dance 2 (USA)</description>
+               <rom name="Country Dance 2 (USA).iso" size="4699979776" crc="4f3b936b" md5="9d76077b449b21f1fad2205913f0255c" sha1="9e32cbe984ea83fdc87d64dbc20a68d64be9f5da"/>
+       </game>
+       <game name="FIFA Soccer 13 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 13 (USA) (En,Fr,Es)</description>
+               <rom name="FIFA Soccer 13 (USA) (En,Fr,Es).iso" size="4699979776" crc="80cda9e9" md5="c7547190b7800c6a9bee11972c350dc1" sha1="5190061ef407109c76fcac4984051fc227fdc3e9"/>
+       </game>
+       <game name="2010 FIFA World Cup South Africa (USA) (En,Es)">
+               <category>Games</category>
+               <description>2010 FIFA World Cup South Africa (USA) (En,Es)</description>
+               <rom name="2010 FIFA World Cup South Africa (USA) (En,Es).iso" size="4699979776" crc="6471bbf2" md5="715c9f98dee715174398f866c8c3fdd0" sha1="92c5a9312f2ca95a49588a7571d28d8c1e71e711"/>
+       </game>
+       <game name="Glacier 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Glacier 2 (USA) (En,Fr,Es)</description>
+               <rom name="Glacier 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="87d9b0b8" md5="4a98e44aa653541a4ec61c1ac21f92ff" sha1="4c626d818349b92f10dd6aeb2e8038b686c2eab8"/>
+       </game>
+       <game name="Just Dance 3 (USA) (En,Fr,Es) (Target) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance 3 (USA) (En,Fr,Es) (Target) (Rev 1)</description>
+               <rom name="Just Dance 3 (USA) (En,Fr,Es) (Target) (Rev 1).iso" size="4699979776" crc="a5d13234" md5="ec82a084ea494c7c5e12fe5d455b75c2" sha1="dfd7162d5bf5ef29e10d966491c6b0b17391c339"/>
+       </game>
+       <game name="JumpStart Crazy Karts (USA)">
+               <category>Games</category>
+               <description>JumpStart Crazy Karts (USA)</description>
+               <rom name="JumpStart Crazy Karts (USA).iso" size="4699979776" crc="bc843b33" md5="3df0f04f71a98bbdcf9c2d7814ddcf6c" sha1="99ce07b8c9845a9db5da1172c8bc3a2a8ff47aa7"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2013 (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2013 (USA) (En,Fr)</description>
+               <rom name="Cabela's Dangerous Hunts 2013 (USA) (En,Fr).iso" size="4699979776" crc="897f7966" md5="f41919dca7d7063e2c04508e45c4387f" sha1="7ef874148b6a6d13b4d780a346ae06e3f4bedac0"/>
+       </game>
+       <game name="Black Eyed Peas Experience, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Black Eyed Peas Experience, The (USA) (En,Fr,Es)</description>
+               <rom name="Black Eyed Peas Experience, The (USA) (En,Fr,Es).iso" size="4699979776" crc="9acc46ea" md5="d66e5ae18c141c96de733456f27debd0" sha1="8f3b72d37465766e2fb7d114f49649f1ba8fcfe1"/>
+       </game>
+       <game name="Big Catch - Bass Fishing 2 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Catch - Bass Fishing 2 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Big Catch - Bass Fishing 2 (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="fcc15be2" md5="4b3006f1f7ec7e83883249af901777c6" sha1="f0ef4730370cea7f507ad3b367842889b062c5a2"/>
+       </game>
+       <game name="Deepak Chopra's Leela (Europe, Australia) (En,Fr,De)">
+               <category>Games</category>
+               <description>Deepak Chopra's Leela (Europe, Australia) (En,Fr,De)</description>
+               <rom name="Deepak Chopra's Leela (Europe, Australia) (En,Fr,De).iso" size="4699979776" crc="98300021" md5="23e3c2df1f2dbd627a3c8f55e5ef5a2c" sha1="9ca9e9ed52389a871c9a13ac08552bb85f909398"/>
+       </game>
+       <game name="Family GameShow (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family GameShow (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Family GameShow (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="2e91ba08" md5="513511df7b7696b9de16dfc2910d61d2" sha1="af0d909bd0754cc4c11afdf5084a62541e8188d7"/>
+       </game>
+       <game name="Girls Life - Sleepover Party (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Girls Life - Sleepover Party (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Girls Life - Sleepover Party (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c74002e0" md5="1b5d6973bd8f12ecee890ecd4d1370d4" sha1="76950ea8440431334697f57e660423cf05fce1e0"/>
+       </game>
+       <game name="Harry Potter and the Half-Blood Prince (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Harry Potter and the Half-Blood Prince (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Harry Potter and the Half-Blood Prince (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="84ce54bd" md5="4941690f8ab34b8fbab571e00e864575" sha1="5eedd8b184ce406795e316ca1dc7943da6003abc"/>
+       </game>
+       <game name="Hot Wheels - Track Attack (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Hot Wheels - Track Attack (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Hot Wheels - Track Attack (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="6f5abaee" md5="9f713b71f23483c7a4d99288cd84289b" sha1="6826a47f52c3db0e9b4305ca81fa5c1d5b22b87f"/>
+       </game>
+       <game name="Kawasaki Jet Ski (UK)">
+               <category>Games</category>
+               <description>Kawasaki Jet Ski (UK)</description>
+               <rom name="Kawasaki Jet Ski (UK).iso" size="4699979776" crc="329613ec" md5="611e8915645ae0d0db488b734fabdd40" sha1="355e33603c0c242f32acca1232aee078921aba72"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda 2 (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda 2 (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks Kung Fu Panda 2 (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f1ba7bd4" md5="fa2625fbc18ec4cad75700455ce66cee" sha1="2427ccd2c39a60d6286e4e5306cfe4ce0aef1cb6"/>
+       </game>
+       <game name="Mensa Academy (UK)">
+               <category>Games</category>
+               <description>Mensa Academy (UK)</description>
+               <rom name="Mensa Academy (UK).iso" size="4699979776" crc="eae1a522" md5="46e3392e92286c26eacb4daeaef391df" sha1="2f6d784cbf4d33f2029e66345b03780447fdf2dc"/>
+       </game>
+       <game name="Story Hour - Fairy Tales (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Story Hour - Fairy Tales (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Story Hour - Fairy Tales (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="62246acc" md5="14a058577f3e63d228e0a2a1a7d9c963" sha1="e3d409feacc804e3dfd8a333c3c063ec9caaecb4"/>
+       </game>
+       <game name="TMNT (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TMNT (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="TMNT (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="61cdefaa" md5="e5a6fd644f22356ce1414a8b4d345e4d" sha1="d6abb059951705563e96103513cff8a9747e7e2c"/>
+       </game>
+       <game name="Scooby-Doo! First Frights (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Scooby-Doo! First Frights (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Scooby-Doo! First Frights (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4de083f0" md5="9503e2051a966709bb75dbd745b64fbb" sha1="3cab25d5c28251397ee48a6d30a9db6b530a2888"/>
+       </game>
+       <game name="Combat of Giants - Dinosaurs Strike (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Combat of Giants - Dinosaurs Strike (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Combat of Giants - Dinosaurs Strike (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="79e95980" md5="e0193c9a9edf8bbb56cda1f086b6eff2" sha1="e664ef3d5510f06a78f75df2b30218ba11ce1a15"/>
+       </game>
+       <game name="101-in-1 Party Megamix (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>101-in-1 Party Megamix (USA) (En,Fr,Es)</description>
+               <rom name="101-in-1 Party Megamix (USA) (En,Fr,Es).iso" size="4699979776" crc="aca4cffc" md5="1ab6e5b1840fa5a82b290cbb55ddc811" sha1="69c8eb01482c5e58a0e0a07fa202b19aa3cd87c3"/>
+       </game>
+       <game name="Kidz Bop Dance Party! The Video Game (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Kidz Bop Dance Party! The Video Game (USA) (En,Fr)</description>
+               <rom name="Kidz Bop Dance Party! The Video Game (USA) (En,Fr).iso" size="4699979776" crc="66b5d267" md5="5d13d68418c7d7303c45b0dff6c06b52" sha1="3b29f9ee9487aabd34aceb41adffae94af332cfd"/>
+       </game>
+       <game name="Line Rider 2 - Unbound (USA)">
+               <category>Games</category>
+               <description>Line Rider 2 - Unbound (USA)</description>
+               <rom name="Line Rider 2 - Unbound (USA).iso" size="4699979776" crc="15ba7e86" md5="960d871750b79eefa3ae49882a5b173e" sha1="f0a608b3d5d5e0948cd4b07a256a92daf20142c5"/>
+       </game>
+       <game name="Nickelodeon Dance 2 (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Dance 2 (USA)</description>
+               <rom name="Nickelodeon Dance 2 (USA).iso" size="4699979776" crc="7afbe2f1" md5="36d1bf25a74ed815c581d8fbb61a5656" sha1="9b4c8d0a8592bf1854970b5c9e5aea89587abab0"/>
+       </game>
+       <game name="Rock Band Track Pack - Classic Rock (USA)">
+               <category>Games</category>
+               <description>Rock Band Track Pack - Classic Rock (USA)</description>
+               <rom name="Rock Band Track Pack - Classic Rock (USA).iso" size="4699979776" crc="ba3f536d" md5="d1c7ff33ea9339a91162f9dbe9178064" sha1="6593eaef36f6f9bac72cc1b1d86d2f29ba90eaa6"/>
+       </game>
+       <game name="Sniper Elite (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sniper Elite (USA) (En,Fr,Es)</description>
+               <rom name="Sniper Elite (USA) (En,Fr,Es).iso" size="4699979776" crc="c654d517" md5="71f3f0cd35fa89b5f6f95fcef4a3f944" sha1="84b251cc86ef5490fd930c4943b985c646cc6c3a"/>
+       </game>
+       <game name="Petz - Horse Club (USA)">
+               <category>Games</category>
+               <description>Petz - Horse Club (USA)</description>
+               <rom name="Petz - Horse Club (USA).iso" size="4699979776" crc="0f0fdcea" md5="26ecb6a46c544da4c377d67893022add" sha1="4b2f1c5fe27088f0138653e5189953f954a3c38d"/>
+       </game>
+       <game name="Legend of the Guardians - The Owls of Ga'Hoole (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Legend of the Guardians - The Owls of Ga'Hoole (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Legend of the Guardians - The Owls of Ga'Hoole (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="65cd4360" md5="7d3752d00ea59ff0335d56c50df79146" sha1="ddda8321ba506aae8349f6e77a1615282b43c0d4"/>
+       </game>
+       <game name="NPPL Championship Paintball 2009 (USA)">
+               <category>Games</category>
+               <description>NPPL Championship Paintball 2009 (USA)</description>
+               <rom name="NPPL Championship Paintball 2009 (USA).iso" size="4699979776" crc="949973af" md5="bf0f9f803bac9258e3bd08275f4eabf7" sha1="81c35751da36747e4739a2bf16d82c887555001f"/>
+       </game>
+       <game name="Offroad Extreme! Special Edition (USA)">
+               <category>Games</category>
+               <description>Offroad Extreme! Special Edition (USA)</description>
+               <rom name="Offroad Extreme! Special Edition (USA).iso" size="4699979776" crc="590b75a9" md5="3df726498ff967e97da4a85bd8d51d28" sha1="077aaffa7e4039de649262a98f3e2a778196c659"/>
+       </game>
+       <game name="Martian Panic (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Martian Panic (USA) (En,Fr,Es)</description>
+               <rom name="Martian Panic (USA) (En,Fr,Es).iso" size="4699979776" crc="3451ca9b" md5="c5932c505099dac3141a231ec2e190a1" sha1="51a3d0645dd1cbdb698a96fac9ada0eff116bbd8"/>
+       </game>
+       <game name="Real Heroes - Firefighter (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Real Heroes - Firefighter (USA) (En,Fr,Es)</description>
+               <rom name="Real Heroes - Firefighter (USA) (En,Fr,Es).iso" size="4699979776" crc="c4486d22" md5="23390cfa7254f0de8d4632a09eeb62a9" sha1="55d09af76060dbcc2d4a481b0e7adc83ba4b71bd"/>
+       </game>
+       <game name="Offshore Tycoon (USA)">
+               <category>Games</category>
+               <description>Offshore Tycoon (USA)</description>
+               <rom name="Offshore Tycoon (USA).iso" size="4699979776" crc="c55e59e9" md5="4516ca393f0e1d0cca6475b24b95a65b" sha1="0b9e64d4b82bd1d8ee1d746fe2961ac8900888cb"/>
+       </game>
+       <game name="Remington Super Slam Hunting - North America (USA)">
+               <category>Games</category>
+               <description>Remington Super Slam Hunting - North America (USA)</description>
+               <rom name="Remington Super Slam Hunting - North America (USA).iso" size="4699979776" crc="d2c0e082" md5="bcfe3efe3bb5d1d2583b7b6a50d27710" sha1="e67e6e280b067fc0032761f31652bb376dc885fe"/>
+       </game>
+       <game name="Remington Super Slam Hunting - Africa (USA)">
+               <category>Games</category>
+               <description>Remington Super Slam Hunting - Africa (USA)</description>
+               <rom name="Remington Super Slam Hunting - Africa (USA).iso" size="4699979776" crc="6158f9eb" md5="c79e0178a7112c6343f78790f1686e0d" sha1="4fee49d752ffd510ea546ea762b939f59a85cf9c"/>
+       </game>
+       <game name="Monster Jam (USA)">
+               <category>Games</category>
+               <description>Monster Jam (USA)</description>
+               <rom name="Monster Jam (USA).iso" size="4699979776" crc="176a04e5" md5="5fd0234509ec485bdf624367d2cb840d" sha1="4a7ccca08455d51036c90a25f56a253653d9fdf4"/>
+       </game>
+       <game name="Myth Makers - Trixie in Toyland (USA)">
+               <category>Games</category>
+               <description>Myth Makers - Trixie in Toyland (USA)</description>
+               <rom name="Myth Makers - Trixie in Toyland (USA).iso" size="4699979776" crc="06f08992" md5="56e8f579a7ab94666eb16796b337a42d" sha1="eacc02df7ba4a8535c48d2e35ea5aed88cd185e9"/>
+       </game>
+       <game name="NHL Slapshot (USA)">
+               <category>Games</category>
+               <description>NHL Slapshot (USA)</description>
+               <rom name="NHL Slapshot (USA).iso" size="4699979776" crc="9570b4d5" md5="9cab5709d75985dde3060438225d3734" sha1="db90bdc72f3d2c492f927bb96de7c2e739349d68"/>
+       </game>
+       <game name="Monster Jam - Path of Destruction (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Monster Jam - Path of Destruction (USA) (En,Fr)</description>
+               <rom name="Monster Jam - Path of Destruction (USA) (En,Fr).iso" size="4699979776" crc="b6438dac" md5="bb7a09557dc6c972038664dcecb161e7" sha1="ee1591b2f89c9f1fd0656f5dd885dfbc3860c1ca"/>
+       </game>
+       <game name="NASCAR 2011 - The Game (USA)">
+               <category>Games</category>
+               <description>NASCAR 2011 - The Game (USA)</description>
+               <rom name="NASCAR 2011 - The Game (USA).iso" size="4699979776" crc="68fb1987" md5="49855da7bcc61097ee7005beb8a16183" sha1="a29cbf0642ceef75dd3f527a133893d1dca9d49e"/>
+       </game>
+       <game name="Need for Speed - The Run (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Need for Speed - The Run (USA) (En,Fr,Es)</description>
+               <rom name="Need for Speed - The Run (USA) (En,Fr,Es).iso" size="4699979776" crc="f55d97df" md5="e1808122225b2f369c39d9d7e7225dee" sha1="0ac1ca009c91d560a42fa61d8524c668b9862bec"/>
+       </game>
+       <game name="M&amp;M's Beach Party (USA)">
+               <category>Games</category>
+               <description>M&amp;M's Beach Party (USA)</description>
+               <rom name="M&amp;M's Beach Party (USA).iso" size="4699979776" crc="64420947" md5="0934febc223f83d7303eb56852ed456d" sha1="d99af6758fae234d26797e8778368ed4cbbc73ae"/>
+       </game>
+       <game name="Need for Speed - Undercover (USA, Canada) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Need for Speed - Undercover (USA, Canada) (En,Fr,Es)</description>
+               <rom name="Need for Speed - Undercover (USA, Canada) (En,Fr,Es).iso" size="4699979776" crc="b9d6c481" md5="867fcec5646e25c7d427e2acb8376eaf" sha1="e0bd0f1acaeefcd3367d35b9340c85be630b5a5f"/>
+       </game>
+       <game name="All Star Cheerleader 2 (Germany)">
+               <category>Games</category>
+               <description>All Star Cheerleader 2 (Germany)</description>
+               <rom name="All Star Cheerleader 2 (Germany).iso" size="4699979776" crc="2b16c0b8" md5="2733c502f2295f1d94d02110ab934aa3" sha1="16f1bd17279c47a011d167cc2ca852bfda14f366"/>
+       </game>
+       <game name="Bibi Blocksberg - Das grosse Hexenbesen-Rennen 2 (Germany)">
+               <category>Games</category>
+               <description>Bibi Blocksberg - Das grosse Hexenbesen-Rennen 2 (Germany)</description>
+               <rom name="Bibi Blocksberg - Das grosse Hexenbesen-Rennen 2 (Germany).iso" size="4699979776" crc="04df14bc" md5="83ed30f9453ef2ebfbb55d22bca1883c" sha1="8b28070fe6690b4fc6e80190f9a909531bf212b7"/>
+       </game>
+       <game name="Bibi Blocksberg - Das grosse Hexenbesen-Rennen! (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>Bibi Blocksberg - Das grosse Hexenbesen-Rennen! (Germany) (Rev 1)</description>
+               <rom name="Bibi Blocksberg - Das grosse Hexenbesen-Rennen! (Germany) (Rev 1).iso" size="4699979776" crc="55a70505" md5="fd49b242501ff183c28ef5c6d177cd6a" sha1="59d37f6bd84f09de7134b32018324c7df5c262be"/>
+       </game>
+       <game name="Disney Club Penguin - Game Day! (Germany)">
+               <category>Games</category>
+               <description>Disney Club Penguin - Game Day! (Germany)</description>
+               <rom name="Disney Club Penguin - Game Day! (Germany).iso" size="4699979776" crc="a41aae25" md5="12d37dffbc098890102928c3a1e6752c" sha1="84794cd47c7ffdc4293c2b7e6659e92887018ef8"/>
+       </game>
+       <game name="Simpsons, Die - Das Spiel (Germany)">
+               <category>Games</category>
+               <description>Simpsons, Die - Das Spiel (Germany)</description>
+               <rom name="Simpsons, Die - Das Spiel (Germany).iso" size="4699979776" crc="caae2f3f" md5="becce963718473996f4cca6973f7580d" sha1="f388082b535e6c5ca4efc2a2f3f8e098871889d7"/>
+       </game>
+       <game name="Fit for Fun (Germany)">
+               <category>Games</category>
+               <description>Fit for Fun (Germany)</description>
+               <rom name="Fit for Fun (Germany).iso" size="4699979776" crc="aebf5783" md5="60d53701fffcae8f95d60b26aa444e82" sha1="fe542d06a8327eaeeaf848390673484f0ac6c5c3"/>
+       </game>
+       <game name="Galileo Family Quiz (Germany)">
+               <category>Games</category>
+               <description>Galileo Family Quiz (Germany)</description>
+               <rom name="Galileo Family Quiz (Germany).iso" size="4699979776" crc="4b084732" md5="fcc471a1699ae762856e3cfdf137a942" sha1="528fde4aefe8da8ef4e8228e6f7f8197ea93b18a"/>
+       </game>
+       <game name="Germany's Next Topmodel 2010 (Germany)">
+               <category>Games</category>
+               <description>Germany's Next Topmodel 2010 (Germany)</description>
+               <rom name="Germany's Next Topmodel 2010 (Germany).iso" size="4699979776" crc="ac642839" md5="aff40ebb5024a6420408436c42df7b28" sha1="b614159cde93786c2006d0c6e0206dac14cb5e3c"/>
+       </game>
+       <game name="Germany's Next Topmodel 2011 (Germany)">
+               <category>Games</category>
+               <description>Germany's Next Topmodel 2011 (Germany)</description>
+               <rom name="Germany's Next Topmodel 2011 (Germany).iso" size="4699979776" crc="58d3d993" md5="96cf8632ef85aa5b9ae0f98a75de325a" sha1="8931b895cbcf90a7cef2fa9cfea3d95fcb6341f1"/>
+       </game>
+       <game name="Holiday Games (Germany)">
+               <category>Games</category>
+               <description>Holiday Games (Germany)</description>
+               <rom name="Holiday Games (Germany).iso" size="4699979776" crc="f8e7b5b1" md5="7b99fd68066608b61902acf5a984a2a3" sha1="348b1e06448f6ca87f58d31639ad2aa1a46708f4"/>
+       </game>
+       <game name="Mahjongg Party (Germany)">
+               <category>Games</category>
+               <description>Mahjongg Party (Germany)</description>
+               <rom name="Mahjongg Party (Germany).iso" size="4699979776" crc="e3bc4545" md5="1f20d89c0609ba0af1828467b5a14dac" sha1="57d5f45d7f29b3833a97c6bb2acf1c8bd217b5ff"/>
+       </game>
+       <game name="Mein neues Leben - Abenteuer auf Tropicana (Germany)">
+               <category>Games</category>
+               <description>Mein neues Leben - Abenteuer auf Tropicana (Germany)</description>
+               <rom name="Mein neues Leben - Abenteuer auf Tropicana (Germany).iso" size="4699979776" crc="4995b28d" md5="1e760b71857c5331678c6ae07a9eab8f" sha1="6623eaa47f4a0ac0936ea75dd504b3c4d41800d0"/>
+       </game>
+       <game name="Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany)</description>
+               <rom name="Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany).iso" size="4699979776" crc="56dfd281" md5="f55175ea015f878fe779f7fba1463e7d" sha1="7d8a2542ea01e114b8277ee23bbaa5e7e09a3ed0"/>
+       </game>
+       <game name="Yetisports - Penguin Party Island (Germany)">
+               <category>Games</category>
+               <description>Yetisports - Penguin Party Island (Germany)</description>
+               <rom name="Yetisports - Penguin Party Island (Germany).iso" size="4699979776" crc="cee3409a" md5="db1577b8751f1b3ef29b116d0026ffd6" sha1="132563f4fd1ccdac7ad46d755c019ceea0e9ed7a"/>
+       </game>
+       <game name="Cate West - The Vanishing Files (USA)">
+               <category>Games</category>
+               <description>Cate West - The Vanishing Files (USA)</description>
+               <rom name="Cate West - The Vanishing Files (USA).iso" size="4699979776" crc="3b058c56" md5="a8ba49bc3371225a054411bdc7ee11e4" sha1="219a8331d9682d3b9549f2ea566f172fbe082691"/>
+       </game>
+       <game name="Fishing Master (USA)">
+               <category>Games</category>
+               <description>Fishing Master (USA)</description>
+               <rom name="Fishing Master (USA).iso" size="4699979776" crc="18f90e0b" md5="d50a9e162ec25c0858f4ee6a91084365" sha1="e16d6bcb5c63396414c9579e335e0b53e949993d"/>
+       </game>
+       <game name="JumpStart Get Moving Family Fitness (USA)">
+               <category>Games</category>
+               <description>JumpStart Get Moving Family Fitness (USA)</description>
+               <rom name="JumpStart Get Moving Family Fitness (USA).iso" size="4699979776" crc="bcc4d127" md5="e4860bd919d83cf040c869e342489615" sha1="779ac5d63c888562d23116025db11b2f98425ad1"/>
+       </game>
+       <game name="KidFit Island Resort (USA)">
+               <category>Games</category>
+               <description>KidFit Island Resort (USA)</description>
+               <rom name="KidFit Island Resort (USA).iso" size="4699979776" crc="547d93ab" md5="7f8179cc320e05908a8a8c9bbe50ad68" sha1="f6b63c18a1fac23fe535e4e98d4f5b0e1dcfac6f"/>
+       </game>
+       <game name="Marvel - Ultimate Alliance (Europe) (En,It)">
+               <category>Games</category>
+               <description>Marvel - Ultimate Alliance (Europe) (En,It)</description>
+               <rom name="Marvel - Ultimate Alliance (Europe) (En,It).iso" size="4699979776" crc="bef4795c" md5="cea639f63b9802125e472fc6ad975bf5" sha1="02a43239bcf920f11fd4baa363da532a268d97db"/>
+       </game>
+       <game name="Flip's Twisted World (USA)">
+               <category>Games</category>
+               <description>Flip's Twisted World (USA)</description>
+               <rom name="Flip's Twisted World (USA).iso" size="4699979776" crc="c8197a2b" md5="3e6911450ed3b077ea3ccf0a69b16421" sha1="c39f48b1e394301db07c0e76a77e11c4aa571b34"/>
+       </game>
+       <game name="Jambo! Safari - Animal Rescue (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Jambo! Safari - Animal Rescue (USA) (En,Fr,Es)</description>
+               <rom name="Jambo! Safari - Animal Rescue (USA) (En,Fr,Es).iso" size="4699979776" crc="829c44b2" md5="c19c972726a7bd3eec8542ae583517a2" sha1="cbd219c6d686e136c8dd833dd06ae1d635f74025"/>
+       </game>
+       <game name="Mortimer Beckett and the Secrets of Spooky Manor (USA)">
+               <category>Games</category>
+               <description>Mortimer Beckett and the Secrets of Spooky Manor (USA)</description>
+               <rom name="Mortimer Beckett and the Secrets of Spooky Manor (USA).iso" size="4699979776" crc="62d6a890" md5="57dc7b79edf71eac51de1675e4403848" sha1="f74bb5f3ae10947301a7df49c4c9bc5184b6e75b"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Wheelie Breakers (USA)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! 5D's - Wheelie Breakers (USA)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Wheelie Breakers (USA).iso" size="4699979776" crc="83ae5828" md5="40978ca8a26470f54633fc541c913b81" sha1="4d7d9ee7218eaa4d52656694a7bd3f1caa6f103e"/>
+       </game>
+       <game name="Calling - Kuroki Chakushin (Japan)">
+               <category>Games</category>
+               <description>Calling - Kuroki Chakushin (Japan)</description>
+               <rom name="Calling - Kuroki Chakushin (Japan).iso" size="4699979776" crc="5585de59" md5="bc430f19b4edd606420d56abb271123e" sha1="61480718a23dead8cf57400955f72b23d9f3a0ce"/>
+       </game>
+       <game name="Densha de Go! Shinkansen EX - San'you Shinkansen Hen (Japan)">
+               <category>Games</category>
+               <description>Densha de Go! Shinkansen EX - San'you Shinkansen Hen (Japan)</description>
+               <rom name="Densha de Go! Shinkansen EX - San'you Shinkansen Hen (Japan).iso" size="4699979776" crc="72c59dc2" md5="c484dc988a292c156ac90dabe225fcb8" sha1="3ca97f1c1ca4726192e67c1b41ff9cadb7402b2b"/>
+       </game>
+       <game name="Disney-Pixar Cars (Japan)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Japan)</description>
+               <rom name="Disney-Pixar Cars (Japan).iso" size="4699979776" crc="a2c672a4" md5="1f7a4abbf50a732c446d9a6eeb1e19ba" sha1="53b4280884d0233cb859b1baaa869953d4df15c1"/>
+       </game>
+       <game name="Fire Emblem - Akatsuki no Megami (Japan)">
+               <category>Games</category>
+               <description>Fire Emblem - Akatsuki no Megami (Japan)</description>
+               <rom name="Fire Emblem - Akatsuki no Megami (Japan).iso" size="4699979776" crc="ad8b6c2e" md5="daf8271e9b8996d286bcfada74b83781" sha1="e245c32af26b3132510c4756cb19911565445258"/>
+       </game>
+       <game name="Inazuma Eleven Go - Strikers 2013 (Japan)">
+               <category>Games</category>
+               <description>Inazuma Eleven Go - Strikers 2013 (Japan)</description>
+               <rom name="Inazuma Eleven Go - Strikers 2013 (Japan).iso" size="4699979776" crc="07557772" md5="536a55a6703e4789e3652a180f8c91fa" sha1="dd1dd08f89ba557b400abf18aea3d377b0362c4f"/>
+       </game>
+       <game name="Rockstar Games Presents Table Tennis (Japan)">
+               <category>Games</category>
+               <description>Rockstar Games Presents Table Tennis (Japan)</description>
+               <rom name="Rockstar Games Presents Table Tennis (Japan).iso" size="4699979776" crc="7654b383" md5="b4030cdda851c989927a65f135b5b21d" sha1="3608fffeb57ac8b00f9435037a346bfa41071344"/>
+       </game>
+       <game name="Sangokushi 11 with Power-Up Kit (Japan)">
+               <category>Games</category>
+               <description>Sangokushi 11 with Power-Up Kit (Japan)</description>
+               <rom name="Sangokushi 11 with Power-Up Kit (Japan).iso" size="4699979776" crc="25abfe5f" md5="9fd20c5bb557807000069573b7359b43" sha1="7271bc0cb0543a45185d713b9ce86a44b8088a9b"/>
+       </game>
+       <game name="Shanghai (Japan)">
+               <category>Games</category>
+               <description>Shanghai (Japan)</description>
+               <rom name="Shanghai (Japan).iso" size="4699979776" crc="87989ff6" md5="b0ac9d3ea04665d62a36f6b977cbefcd" sha1="fe90ccfdbcc10f0eb3a832f17fbb372003e7f607"/>
+       </game>
+       <game name="Spider-Man 3 (Japan)">
+               <category>Games</category>
+               <description>Spider-Man 3 (Japan)</description>
+               <rom name="Spider-Man 3 (Japan).iso" size="4699979776" crc="598694cc" md5="0c04f9b9031a1ef91ffc11fae417086c" sha1="e543496836b84a0b01873a06cb5e4521e512cd5a"/>
+       </game>
+       <game name="Transformers - The Game (Japan)">
+               <category>Games</category>
+               <description>Transformers - The Game (Japan)</description>
+               <rom name="Transformers - The Game (Japan).iso" size="4699979776" crc="a54dedd8" md5="92e90fce5ab809f9d7f5d2050005dbdd" sha1="f8da7a8de8b7a61cb0a618c0c6eda46b4a4f9a62"/>
+       </game>
+       <game name="Dance Dance Revolution - Disney Grooves (USA) (En,Es)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Disney Grooves (USA) (En,Es)</description>
+               <rom name="Dance Dance Revolution - Disney Grooves (USA) (En,Es).iso" size="4699979776" crc="e2074d78" md5="fb1118aa09bd869294844f3299d8f147" sha1="3877a1d0edb07ef817c2994eaaf55dab3c91791a"/>
+       </game>
+       <game name="Remington Super Slam Hunting - Alaska (USA)">
+               <category>Games</category>
+               <description>Remington Super Slam Hunting - Alaska (USA)</description>
+               <rom name="Remington Super Slam Hunting - Alaska (USA).iso" size="4699979776" crc="0283d9f3" md5="f6f7fa358eb8cf312846eaedbf4a06f6" sha1="6e14dd61965aa18755e9652598fbb2257faf649c"/>
+       </game>
+       <game name="Sam &amp; Max - Beyond Time and Space (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sam &amp; Max - Beyond Time and Space (USA) (En,Fr,Es)</description>
+               <rom name="Sam &amp; Max - Beyond Time and Space (USA) (En,Fr,Es).iso" size="4699979776" crc="4783a417" md5="c5e4d4cf2e3280ae896b00669665152c" sha1="7a661809250d496b167fe137d0af348cd352850e"/>
+       </game>
+       <game name="Sing 4 - The Hits Edition (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sing 4 - The Hits Edition (USA) (En,Fr,Es)</description>
+               <rom name="Sing 4 - The Hits Edition (USA) (En,Fr,Es).iso" size="4699979776" crc="2f80f7aa" md5="ab2c933d7a91b3b983bbc3772d24a54b" sha1="1c47ea8ac043c4c8c2cfa464f825ac3b76913b90"/>
+       </game>
+       <game name="Survivor (USA)">
+               <category>Games</category>
+               <description>Survivor (USA)</description>
+               <rom name="Survivor (USA).iso" size="4699979776" crc="32b3acd4" md5="b09778cd12b4ab9865c691f2f0511d14" sha1="2f17bfcb31b1b6ed26b4da33e20e8e077ee5efd6"/>
+       </game>
+       <game name="Yogi Bear (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Yogi Bear (USA) (En,Fr,Es)</description>
+               <rom name="Yogi Bear (USA) (En,Fr,Es).iso" size="4699979776" crc="15f7b873" md5="72b314f635ca897bc9821f8ad57b02ac" sha1="c6ad637dd978665e78d36a403fe75e5fce94bc05"/>
+       </game>
+       <game name="Brunswick Zone Cosmic Bowling (USA)">
+               <category>Games</category>
+               <description>Brunswick Zone Cosmic Bowling (USA)</description>
+               <rom name="Brunswick Zone Cosmic Bowling (USA).iso" size="4699979776" crc="018b6414" md5="3603289f001d72164252db789ec67249" sha1="d73d2f3ca9128c82847cfdb36ccbcb075c9c7666"/>
+       </game>
+       <game name="CSI - Crime Scene Investigation - Fatal Conspiracy (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>CSI - Crime Scene Investigation - Fatal Conspiracy (USA) (En,Fr,Es)</description>
+               <rom name="CSI - Crime Scene Investigation - Fatal Conspiracy (USA) (En,Fr,Es).iso" size="4699979776" crc="96dcf2e0" md5="1875461ea44815822f1b34712678a617" sha1="254a9bc6669190fa343ac376babdfd61334735ee"/>
+       </game>
+       <game name="Family Party - Fitness Fun (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Family Party - Fitness Fun (USA) (En,Fr,Es)</description>
+               <rom name="Family Party - Fitness Fun (USA) (En,Fr,Es).iso" size="4699979776" crc="31249853" md5="828a4696b436e13d6a43da8a5a0b2474" sha1="3cf4d9507c64e857bc4025d0f4b0e551dfd04d05"/>
+       </game>
+       <game name="Obscure - The Aftermath (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Obscure - The Aftermath (USA) (En,Fr,Es)</description>
+               <rom name="Obscure - The Aftermath (USA) (En,Fr,Es).iso" size="4699979776" crc="63f2d758" md5="3aa8eee5a4dcb665e27656ede85e7927" sha1="722461aef4084e20fd3f911e7ec9383d9793ceea"/>
+       </game>
+       <game name="Reload (USA)">
+               <category>Games</category>
+               <description>Reload (USA)</description>
+               <rom name="Reload (USA).iso" size="4699979776" crc="d1ad81e2" md5="f12f3f328b0f1a5dc949fe7b36c14a00" sha1="e55fc2fae9565e87f5df4cab98edcd69a0eb2033"/>
+       </game>
+       <game name="Sleepover Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sleepover Party (USA) (En,Fr,Es)</description>
+               <rom name="Sleepover Party (USA) (En,Fr,Es).iso" size="4699979776" crc="88b07f06" md5="53d76f5d91cde66aa6e6db2921bf45df" sha1="f69c5cca98cb1d959db069c09c459a7dff3864a3"/>
+       </game>
+       <game name="Wicked Monsters Blast! (USA)">
+               <category>Games</category>
+               <description>Wicked Monsters Blast! (USA)</description>
+               <rom name="Wicked Monsters Blast! (USA).iso" size="4699979776" crc="0c2dd5cd" md5="54d15f966bd9531269028b90fc1dfe46" sha1="4e40c87443419ffda9232d73af1066323e3d3dc2"/>
+       </game>
+       <game name="X-Men - Destiny (USA)">
+               <category>Games</category>
+               <description>X-Men - Destiny (USA)</description>
+               <rom name="X-Men - Destiny (USA).iso" size="4699979776" crc="8444c2df" md5="d787602315a8585ce233ead0d6bda4e9" sha1="893668884f486b8e329fae25a9679cea33cd1c44"/>
+       </game>
+       <game name="Cages, The - Pro Style Batting Practice (USA)">
+               <category>Games</category>
+               <description>Cages, The - Pro Style Batting Practice (USA)</description>
+               <rom name="Cages, The - Pro Style Batting Practice (USA).iso" size="4699979776" crc="f2b358bc" md5="fa45ba961a33f3ea45fa465db64edd68" sha1="4f3797eb966c505b084cc6ed7a32064954b5b6df"/>
+       </game>
+       <game name="Cake Mania - In the Mix! (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Cake Mania - In the Mix! (USA) (Rev 1)</description>
+               <rom name="Cake Mania - In the Mix! (USA) (Rev 1).iso" size="4699979776" crc="1cfdc28b" md5="43cbbbde2a76642de79e1ef278f30b86" sha1="ac532086ad040440f10a0bfec6178b5c6ec0d26a"/>
+       </game>
+       <game name="Calvin Tucker's Redneck Farm Animals Racing Tournament (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Calvin Tucker's Redneck Farm Animals Racing Tournament (USA) (En,Fr,Es)</description>
+               <rom name="Calvin Tucker's Redneck Farm Animals Racing Tournament (USA) (En,Fr,Es).iso" size="4699979776" crc="c3554db8" md5="cd8a0714ca725ec6de8b94171f47b7fb" sha1="b6004f66f972f3f0311fb98ee02be47389e73e9b"/>
+       </game>
+       <game name="Canada Hunt (USA)">
+               <category>Games</category>
+               <description>Canada Hunt (USA)</description>
+               <rom name="Canada Hunt (USA).iso" size="4699979776" crc="a6a94a73" md5="438f5cafb2f64619a09387e0cd5d5c9b" sha1="223be480de9057560980fb981e222a8afbcc604e"/>
+       </game>
+       <game name="Candace Kane's Candy Factory (USA)">
+               <category>Games</category>
+               <description>Candace Kane's Candy Factory (USA)</description>
+               <rom name="Candace Kane's Candy Factory (USA).iso" size="4699979776" crc="d0bc1406" md5="42bd4b2cab3760288a2c0ad40976d91b" sha1="a696eb523d26285bdb5044841e61e39629183cc2"/>
+       </game>
+       <game name="Casper's Scare School - Spooky Sports Day (USA)">
+               <category>Games</category>
+               <description>Casper's Scare School - Spooky Sports Day (USA)</description>
+               <rom name="Casper's Scare School - Spooky Sports Day (USA).iso" size="4699979776" crc="b2edd43d" md5="92cd32df0a04c0bd53af20bb28109f58" sha1="1b464a2401a0d1fe59a1f6e4b884290dceaddeae"/>
+       </game>
+       <game name="Championship Foosball (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Championship Foosball (USA) (En,Fr,Es)</description>
+               <rom name="Championship Foosball (USA) (En,Fr,Es).iso" size="4699979776" crc="a2fbf93f" md5="5e424b6cc02fce77a3620ae6268b3e67" sha1="21a9a62b3df797bb00e5339d0679af9d4b75093e"/>
+       </game>
+       <game name="CID the Dummy (USA)">
+               <category>Games</category>
+               <description>CID the Dummy (USA)</description>
+               <rom name="CID the Dummy (USA).iso" size="4699979776" crc="bc87a7f4" md5="5b8d0d56dc7da5ecf9a4861a33b11457" sha1="c1f5b154fb7c233acc44c9dcbf927b4538a52443"/>
+       </game>
+       <game name="City Builder (USA)">
+               <category>Games</category>
+               <description>City Builder (USA)</description>
+               <rom name="City Builder (USA).iso" size="4699979776" crc="926e95dc" md5="c97f681f5bc7be0e586df55c6b2d7a30" sha1="9a7841944c6d4eb1bb84340830e028ad8a9d0030"/>
+       </game>
+       <game name="Classic British Motor Racing (USA)">
+               <category>Games</category>
+               <description>Classic British Motor Racing (USA)</description>
+               <rom name="Classic British Motor Racing (USA).iso" size="4699979776" crc="bdb26789" md5="5b6e09ce7bac95bf44062ccc0313a2b4" sha1="26919a4ea0b7fe698ddb55730507cb4e082d2d62"/>
+       </game>
+       <game name="Cocoto Magic Circus (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cocoto Magic Circus (USA) (En,Fr,Es)</description>
+               <rom name="Cocoto Magic Circus (USA) (En,Fr,Es).iso" size="4699979776" crc="52f16de0" md5="b1a7a6b7b3834fa2e59c59936739787d" sha1="2cb9b696a53abd159196de9da13e699e2d9ac3ec"/>
+       </game>
+       <game name="Code Lyoko - Quest for Infinity (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Code Lyoko - Quest for Infinity (USA) (En,Fr,Es)</description>
+               <rom name="Code Lyoko - Quest for Infinity (USA) (En,Fr,Es).iso" size="4699979776" crc="d87a4212" md5="3e38653bbdc3605214b5b6cc98e4e10b" sha1="6302bbe0c36b48e665d0ac0faf485c39b3f80792"/>
+       </game>
+       <game name="DreamWorks The Croods - Prehistoric Party! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>DreamWorks The Croods - Prehistoric Party! (USA) (En,Fr,Es)</description>
+               <rom name="DreamWorks The Croods - Prehistoric Party! (USA) (En,Fr,Es).iso" size="4699979776" crc="a6d01f79" md5="07bdfe4bd4610127cbe197a7f1fc7e8e" sha1="1695f9b1258e63b830d53dfe2ac79a56ab392cd8"/>
+       </game>
+       <game name="Escape the Museum (USA)">
+               <category>Games</category>
+               <description>Escape the Museum (USA)</description>
+               <rom name="Escape the Museum (USA).iso" size="4699979776" crc="034ab257" md5="91ce0a5b85c876b07c685c64e7b63849" sha1="6698f575d23e140dc5ed94eef942f80367f23b32"/>
+       </game>
+       <game name="Yamaha Supercross (USA)">
+               <category>Games</category>
+               <description>Yamaha Supercross (USA)</description>
+               <rom name="Yamaha Supercross (USA).iso" size="4699979776" crc="27016631" md5="d5e1982b706d3bca30971de40a494cdd" sha1="98601311c3095fddab84e3a20a399e80ccb01e7a"/>
+       </game>
+       <game name="Zoo Hospital (USA)">
+               <category>Games</category>
+               <description>Zoo Hospital (USA)</description>
+               <rom name="Zoo Hospital (USA).iso" size="4699979776" crc="99b9ec7b" md5="2d59135eeecc4d203b286ad4cb278962" sha1="932e926149c0bd321dff894ced87924f2cd04b37"/>
+       </game>
+       <game name="Open Season (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Open Season (USA) (En,Fr,Es)</description>
+               <rom name="Open Season (USA) (En,Fr,Es).iso" size="4699979776" crc="f42c6352" md5="aa9334f3b5e39f744039bc6931fc94d4" sha1="51e7a9eda919f6111c7f5d7eeb2da0fd1435e498"/>
+       </game>
+       <game name="Wacky Races - Crash &amp; Dash (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wacky Races - Crash &amp; Dash (USA) (En,Fr,Es)</description>
+               <rom name="Wacky Races - Crash &amp; Dash (USA) (En,Fr,Es).iso" size="4699979776" crc="6f6aed32" md5="a63db39ae06e3dc307733362efee61d4" sha1="48c4c51596ff88f90605f4fa9cfc2c48a80d6c1a"/>
+       </game>
+       <game name="Truck Racer (USA)">
+               <category>Games</category>
+               <description>Truck Racer (USA)</description>
+               <rom name="Truck Racer (USA).iso" size="4699979776" crc="3eaac157" md5="40a0c7df1857fddb09645f52dfac3b11" sha1="3cb59de1a7030d0fd396d3aac1798d2587c3f0cc"/>
+       </game>
+       <game name="Glacier 3 - The Meltdown (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Glacier 3 - The Meltdown (USA) (En,Fr,Es)</description>
+               <rom name="Glacier 3 - The Meltdown (USA) (En,Fr,Es).iso" size="4699979776" crc="4c783522" md5="29fa4d3c011f026c8aba9628564ed655" sha1="e7594833e9b2db378dec30f788461f3c535b3cad"/>
+       </game>
+       <game name="Vacation Sports (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Vacation Sports (USA) (En,Fr,Es)</description>
+               <rom name="Vacation Sports (USA) (En,Fr,Es).iso" size="4699979776" crc="3ad9c6e6" md5="f58c7bc1c590f055ad850727ad6fefea" sha1="b11485a8e140c7183512049ef79523406e050922"/>
+       </game>
+       <game name="Once Upon a Time (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Once Upon a Time (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Once Upon a Time (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="ede68580" md5="af31ac5ce918d1588df3a0435ca900d4" sha1="c53897795ad901a2be50ad3d873b77f281dc7722"/>
+       </game>
+       <game name="$1,000,000 Pyramid, The (USA)">
+               <category>Games</category>
+               <description>$1,000,000 Pyramid, The (USA)</description>
+               <rom name="$1,000,000 Pyramid, The (USA).iso" size="4699979776" crc="762f0503" md5="b4e4dc324ab6300b9ede3722f8355e54" sha1="43724fdd3f0dbdbf23dcad2b3036749b53de173b"/>
+       </game>
+       <game name="WWII Aces (USA)">
+               <category>Games</category>
+               <description>WWII Aces (USA)</description>
+               <rom name="WWII Aces (USA).iso" size="4699979776" crc="490c19c2" md5="fbfe512f9b14419a794124c1690d7b37" sha1="61e11ce5da42a93d370f4321d92081fe8647e47f"/>
+       </game>
+       <game name="Triple Crown Championship Snowboarding (USA)">
+               <category>Games</category>
+               <description>Triple Crown Championship Snowboarding (USA)</description>
+               <rom name="Triple Crown Championship Snowboarding (USA).iso" size="4699979776" crc="e3d0846b" md5="d683e3cadc1d3992d11ffd3728f50a7e" sha1="903b7310cc24929838261411c79fbf4636a30abd"/>
+       </game>
+       <game name="Vegas Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Vegas Party (USA) (En,Fr,Es)</description>
+               <rom name="Vegas Party (USA) (En,Fr,Es).iso" size="4699979776" crc="a3a4a325" md5="bcda9858a17963407b7d9a4f6159fcd7" sha1="b6214bd9f2faaf9796adcbdf1471ff3d0e705b90"/>
+       </game>
+       <game name="Silent Hill - Shattered Memories (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Silent Hill - Shattered Memories (USA) (En,Fr,Es)</description>
+               <rom name="Silent Hill - Shattered Memories (USA) (En,Fr,Es).iso" size="4699979776" crc="23e2a1ff" md5="91e38be1fa210ae951ef4170cac06a70" sha1="f8ad64c9737a5bdd16758e5ffdb3f5b356f9b701"/>
+       </game>
+       <game name="Heavenly Guardian (USA)">
+               <category>Games</category>
+               <description>Heavenly Guardian (USA)</description>
+               <rom name="Heavenly Guardian (USA).iso" size="4699979776" crc="26d714cc" md5="56a27bc9a6e43322c077eb803e13d84f" sha1="77dc6c3bef716baa0688047a3361afc205fcdfc6"/>
+       </game>
+       <game name="Legend of the Dragon (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Legend of the Dragon (USA) (En,Fr,Es)</description>
+               <rom name="Legend of the Dragon (USA) (En,Fr,Es).iso" size="4699979776" crc="cb54f051" md5="59cbec72634b1d6b4c4334ebe429b6b3" sha1="f486099d9b3b7658352b744e83771a115e409190"/>
+       </game>
+       <game name="Puppy Luv - Your New Best Friend (USA)">
+               <category>Games</category>
+               <description>Puppy Luv - Your New Best Friend (USA)</description>
+               <rom name="Puppy Luv - Your New Best Friend (USA).iso" size="4699979776" crc="a7523584" md5="fb2691b169d16f4fcfd19c8c356d795d" sha1="5c2be0769c2c55d7806698e392db7a669c42d9f8"/>
+       </game>
+       <game name="Night at the Museum - Battle of the Smithsonian - The Video Game (USA)">
+               <category>Games</category>
+               <description>Night at the Museum - Battle of the Smithsonian - The Video Game (USA)</description>
+               <rom name="Night at the Museum - Battle of the Smithsonian - The Video Game (USA).iso" size="4699979776" crc="8322213f" md5="6826e88ef01f43a853263db129559a8b" sha1="59f95f22ebdb715543fda805a55747ee3dc53db8"/>
+       </game>
+       <game name="Saint (USA)">
+               <category>Games</category>
+               <description>Saint (USA)</description>
+               <rom name="Saint (USA).iso" size="4699979776" crc="41c6590d" md5="d85bd7088c2b57dfa506a314bc3e993a" sha1="c4378d26dbb6b570368b3fcb8e4b9ac93178b9a6"/>
+       </game>
+       <game name="NBA 2K13 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>NBA 2K13 (USA) (En,Fr,Es)</description>
+               <rom name="NBA 2K13 (USA) (En,Fr,Es).iso" size="4699979776" crc="417b61d2" md5="9f331ba6b1da40b4c422770e57666d38" sha1="7bf821b218431236bbc363ae336eedf3244d35e0"/>
+       </game>
+       <game name="WWE '12 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>WWE '12 (USA) (En,Fr,Es)</description>
+               <rom name="WWE '12 (USA) (En,Fr,Es).iso" size="4699979776" crc="61781c7c" md5="3dc153724ece3149f1b357dff24f7e37" sha1="0bdcf001fb27c63f10bae10ad35086b63400fdcb"/>
+       </game>
+       <game name="Vacation Isle - Beach Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Vacation Isle - Beach Party (USA) (En,Fr,Es)</description>
+               <rom name="Vacation Isle - Beach Party (USA) (En,Fr,Es).iso" size="4699979776" crc="fbfa03ac" md5="ef06d8a207c2cc894b8184d5ece6ecf2" sha1="77265935793c8791753838e0803f3e45b8cfdb77"/>
+       </game>
+       <game name="Spiderwick Chronicles, The (USA)">
+               <category>Games</category>
+               <description>Spiderwick Chronicles, The (USA)</description>
+               <rom name="Spiderwick Chronicles, The (USA).iso" size="4699979776" crc="3cf51055" md5="0f6356186e7daeffa06da5bb82917896" sha1="b3052a05246f9509f3f77e8a728caea2aa735257"/>
+       </game>
+       <game name="Victorious Boxers - Revolution (USA)">
+               <category>Games</category>
+               <description>Victorious Boxers - Revolution (USA)</description>
+               <rom name="Victorious Boxers - Revolution (USA).iso" size="4699979776" crc="cb8c7be8" md5="3b4ea6e26a43d240834fca578fa59b1c" sha1="97a98fdfcfc611fc2cf858ad1f523e88942a8634"/>
+       </game>
+       <game name="Winter Stars (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Winter Stars (USA) (En,Fr,Es)</description>
+               <rom name="Winter Stars (USA) (En,Fr,Es).iso" size="4699979776" crc="4cbc99f6" md5="81cf97a25c7328ebb300539e9a5ecfdb" sha1="9478a55d54718a6e94b20a28282f76df79b8358b"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare 3 (Germany)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare 3 (Germany)</description>
+               <rom name="Call of Duty - Modern Warfare 3 (Germany).iso" size="4699979776" crc="563644fb" md5="49809d76e06eec0f7e850a6aca5e35cf" sha1="e6be42c39c309d7301ae83a25b460354b7eb93e1"/>
+       </game>
+       <game name="Call of Duty - World at War (Germany)">
+               <category>Games</category>
+               <description>Call of Duty - World at War (Germany)</description>
+               <rom name="Call of Duty - World at War (Germany).iso" size="4699979776" crc="45fe7457" md5="1e1d70f8378a17bdcae9f68d2d50f7a6" sha1="f7e25318b4a259b5e95676fa4974ad4858ca169a"/>
+       </game>
+       <game name="Hidden Mysteries - Titanic (Germany)">
+               <category>Games</category>
+               <description>Hidden Mysteries - Titanic (Germany)</description>
+               <rom name="Hidden Mysteries - Titanic (Germany).iso" size="4699979776" crc="2449281b" md5="1685846dc4370e2d0f4a4ba17aa298f1" sha1="1dec1916a22d61c86d23e2c07bfa704bb56a3f72"/>
+       </game>
+       <game name="Quiz Party (Germany)">
+               <category>Games</category>
+               <description>Quiz Party (Germany)</description>
+               <rom name="Quiz Party (Germany).iso" size="4699979776" crc="5ce0b888" md5="919cda164c35496abef497b2873df2c6" sha1="9022f5c26e7eea0ddfa6e99496b89c2368ba69c6"/>
+       </game>
+       <game name="Barbie - Groom and Glam Pups (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Barbie - Groom and Glam Pups (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Barbie - Groom and Glam Pups (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="47bc93b0" md5="a85de00d2644c476a160d6d44d477f9f" sha1="41f26f9b28f2f5ef07b81dbd25ec2bc5afd7f5b2"/>
+       </game>
+       <game name="Biggest Loser Challenge, The (USA)">
+               <category>Games</category>
+               <description>Biggest Loser Challenge, The (USA)</description>
+               <rom name="Biggest Loser Challenge, The (USA).iso" size="4699979776" crc="bfb1a072" md5="509bb70d3c8b8dce4aa6e6eb6437ea90" sha1="7850cf07bbbc584b57cf8a0de2337525b186575b"/>
+       </game>
+       <game name="Death Jr. - Root of Evil (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Death Jr. - Root of Evil (USA) (En,Fr,Es)</description>
+               <rom name="Death Jr. - Root of Evil (USA) (En,Fr,Es).iso" size="4699979776" crc="868c09ac" md5="edd4f65b9d74b25327c103f804776841" sha1="1a316ba37c6811b911fd56642eb0c71ed24dee93"/>
+       </game>
+       <game name="Go Play - City Sports (USA)">
+               <category>Games</category>
+               <description>Go Play - City Sports (USA)</description>
+               <rom name="Go Play - City Sports (USA).iso" size="4699979776" crc="279b9785" md5="4e901044b2e8de5bbd27e05e45b516fb" sha1="8bc5182d1fb5b41125e5a93ac993bf96baab679a"/>
+       </game>
+       <game name="Igor - The Game (USA)">
+               <category>Games</category>
+               <description>Igor - The Game (USA)</description>
+               <rom name="Igor - The Game (USA).iso" size="4699979776" crc="a3b6bf15" md5="b83943066a46ac40e8462e0d9d10e318" sha1="eb4c208f7fb8f7ee1881415aac6771ef357d8318"/>
+       </game>
+       <game name="Pacific Liberator (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pacific Liberator (USA) (En,Fr,Es)</description>
+               <rom name="Pacific Liberator (USA) (En,Fr,Es).iso" size="4699979776" crc="b19d3bb2" md5="42996503da9cb256bc72fadafc194824" sha1="6bdfa6c0857533f36109869221576f0c213f0dd3"/>
+       </game>
+       <game name="Tale of Despereaux, The (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Tale of Despereaux, The (USA) (En,Fr)</description>
+               <rom name="Tale of Despereaux, The (USA) (En,Fr).iso" size="4699979776" crc="986ebe2c" md5="ec192dccec84ea107118748058d61a25" sha1="7857005324675356b9a6bde189f845be3dc0a31d"/>
+       </game>
+       <game name="Family Party - 30 Great Games (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Family Party - 30 Great Games (USA) (En,Fr,Es)</description>
+               <rom name="Family Party - 30 Great Games (USA) (En,Fr,Es).iso" size="4699979776" crc="bd11e537" md5="f1c34b47e3a1cdfe7bcd96db58fcbb28" sha1="69816137d5ef8307f63ff68a7c27dd05c27d1552"/>
+       </game>
+       <game name="Family Party - 30 Great Games - Winter Fun (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Family Party - 30 Great Games - Winter Fun (USA) (En,Fr,Es)</description>
+               <rom name="Family Party - 30 Great Games - Winter Fun (USA) (En,Fr,Es).iso" size="4699979776" crc="0d5669f8" md5="ee202e5985130979c32a0394d9a869f5" sha1="05d439a4d4a6c72ceefe1e165b8ef22b5dc9741e"/>
+       </game>
+       <game name="Fantasy Aquarium World (USA)">
+               <category>Games</category>
+               <description>Fantasy Aquarium World (USA)</description>
+               <rom name="Fantasy Aquarium World (USA).iso" size="4699979776" crc="503b6607" md5="9df30ce61acc937687bbfb2d62d19490" sha1="587d64dd97e7f1a4c5029968d7f1e2be63b88db6"/>
+       </game>
+       <game name="Fast Food Panic (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Fast Food Panic (USA) (En,Fr,Es)</description>
+               <rom name="Fast Food Panic (USA) (En,Fr,Es).iso" size="4699979776" crc="007bcb66" md5="6961b8557926ac4226ec7511e12b34f7" sha1="8b38555a83a4381cb3f138f7346d330c85bf373b"/>
+       </game>
+       <game name="FIFA Soccer 11 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 11 (USA) (En,Fr,Es)</description>
+               <rom name="FIFA Soccer 11 (USA) (En,Fr,Es).iso" size="4699979776" crc="0c5436d2" md5="a157fa0f6b8e93d1f9158ab5f7fc35d5" sha1="9265ea5cab0ad8d24e89fe94434507bc5b242f57"/>
+       </game>
+       <game name="Ford Racing - Off Road (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ford Racing - Off Road (USA) (En,Fr,Es)</description>
+               <rom name="Ford Racing - Off Road (USA) (En,Fr,Es).iso" size="4699979776" crc="bc5736f5" md5="70ac15b475d185f05e688908d5964018" sha1="46aa582a6c9c9ac9c141fec2eebb4fc57faa09c0"/>
+       </game>
+       <game name="Freddi Fish - Kelp Seed Mystery (USA)">
+               <category>Games</category>
+               <description>Freddi Fish - Kelp Seed Mystery (USA)</description>
+               <rom name="Freddi Fish - Kelp Seed Mystery (USA).iso" size="4699979776" crc="bd9d3f53" md5="47e929fa99c9ab02341d4988d0747529" sha1="3e85e07075c1843246ec7c3eee3d6211caa56674"/>
+       </game>
+       <game name="Gem Smashers (USA)">
+               <category>Games</category>
+               <description>Gem Smashers (USA)</description>
+               <rom name="Gem Smashers (USA).iso" size="4699979776" crc="b00d7ebc" md5="feeeda804d7178181bc91139ff48474f" sha1="6daf97ae060c95aa33b21029d74c1e42ab685a8f"/>
+       </game>
+       <game name="Geon Cube (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Geon Cube (USA) (En,Fr,Es)</description>
+               <rom name="Geon Cube (USA) (En,Fr,Es).iso" size="4699979776" crc="a790571c" md5="e7ca482ff954e6e967d0ef24a08b5c8f" sha1="8900fb7f1611b9e636e5d7107b1be491d5332bfa"/>
+       </game>
+       <game name="Go Play - Circus Star (USA)">
+               <category>Games</category>
+               <description>Go Play - Circus Star (USA)</description>
+               <rom name="Go Play - Circus Star (USA).iso" size="4699979776" crc="2de56382" md5="05e83434b16bdd234cb729e3aff4218b" sha1="33a383f0b6223e03eba8c53639f972635b27a44f"/>
+       </game>
+       <game name="Gold's Gym - Dance Workout (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Gold's Gym - Dance Workout (USA) (En,Fr,Es)</description>
+               <rom name="Gold's Gym - Dance Workout (USA) (En,Fr,Es).iso" size="4699979776" crc="d76e6b74" md5="4a1544338284eaf312609264d05389ad" sha1="2dc7940e9359399cb0379918cf2e49a68bec11f8"/>
+       </game>
+       <game name="Gormiti - The Lords of Nature! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Gormiti - The Lords of Nature! (USA) (En,Fr,Es)</description>
+               <rom name="Gormiti - The Lords of Nature! (USA) (En,Fr,Es).iso" size="4699979776" crc="25fd0da6" md5="90e275ffb44c7fea03aa00ad37d953a2" sha1="adfb878e29f1a5e20d21140e700f80117c2869b3"/>
+       </game>
+       <game name="Gummy Bears - Magical Medallion (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Gummy Bears - Magical Medallion (USA) (En,Fr,Es)</description>
+               <rom name="Gummy Bears - Magical Medallion (USA) (En,Fr,Es).iso" size="4699979776" crc="e1d38a47" md5="1d1c469c7861c80e4214c87b2d28c1ef" sha1="6fb50f9b2dea9dc2e03913463241d1a44282635e"/>
+       </game>
+       <game name="Gummy Bears - MiniGolf (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Gummy Bears - MiniGolf (USA) (En,Fr,Es)</description>
+               <rom name="Gummy Bears - MiniGolf (USA) (En,Fr,Es).iso" size="4699979776" crc="b7f5a00d" md5="60cf85acc9e07f6c4ab07645acc936fb" sha1="e1a246ab43155ee0b43a761bfbf79805ede8c0eb"/>
+       </game>
+       <game name="Happy Feet (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Happy Feet (USA) (En,Fr)</description>
+               <rom name="Happy Feet (USA) (En,Fr).iso" size="4699979776" crc="f7f2d32d" md5="2f7aafa3f7edbab55f1cd00a9612eaa2" sha1="148669ce2c493352d4c66c96bbb268bfeb9e22aa"/>
+       </game>
+       <game name="Country Dance - 30 Chart-Topping Hits!!! (USA)">
+               <category>Games</category>
+               <description>Country Dance - 30 Chart-Topping Hits!!! (USA)</description>
+               <rom name="Country Dance - 30 Chart-Topping Hits!!! (USA).iso" size="4699979776" crc="d5181494" md5="73a34e152fd5cc1e4a2e5ac6ce2d907f" sha1="1a04b23e5103c1d144d379dce763c9ada14b7e48"/>
+       </game>
+       <game name="Karaoke Revolution Presents - American Idol Encore 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Karaoke Revolution Presents - American Idol Encore 2 (USA) (En,Fr,Es)</description>
+               <rom name="Karaoke Revolution Presents - American Idol Encore 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="570d2e3a" md5="54ce868e5a2fecd5812c0e6aa049abd7" sha1="d2f3715b764cb33fa323b7a91c9cd8b4bebf200f"/>
+       </game>
+       <game name="Major League Baseball 2K11 (USA)">
+               <category>Games</category>
+               <description>Major League Baseball 2K11 (USA)</description>
+               <rom name="Major League Baseball 2K11 (USA).iso" size="4699979776" crc="e926b82f" md5="21152e5d38ee7a5b1fd71e5587274a4a" sha1="e7d84fa122f9abf5bcf8b2a59ffd61f9a338cfce"/>
+       </game>
+       <game name="Nerf N-Strike - Double Blast Bundle (USA)">
+               <category>Games</category>
+               <description>Nerf N-Strike - Double Blast Bundle (USA)</description>
+               <rom name="Nerf N-Strike - Double Blast Bundle (USA).iso" size="4699979776" crc="08903350" md5="53ffd0d72bf27b91da947998104f62d9" sha1="d252480a8debd16efacbe12810d7d47073f36471"/>
+       </game>
+       <game name="NHL 2K10 (USA)">
+               <category>Games</category>
+               <description>NHL 2K10 (USA)</description>
+               <rom name="NHL 2K10 (USA).iso" size="4699979776" crc="9ad8e7b4" md5="658439e328cf827d2a9323a162f30459" sha1="7731d08c905b9622a55448cfb320727422abebbd"/>
+       </game>
+       <game name="Penny Racers Party - Turbo-Q Speedway (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Penny Racers Party - Turbo-Q Speedway (USA) (En,Fr,Es)</description>
+               <rom name="Penny Racers Party - Turbo-Q Speedway (USA) (En,Fr,Es).iso" size="4699979776" crc="002261c5" md5="1bfef4135009369fe07daac2923c2073" sha1="02c9b06f0699ff7859b868223aaf34b6a7fd1ef6"/>
+       </game>
+       <game name="Petz - Horsez 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Petz - Horsez 2 (USA) (En,Fr,Es)</description>
+               <rom name="Petz - Horsez 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="ee499c5a" md5="95acb64c1fae31d2a38d6670e9238911" sha1="05b3d931096138262fd27cc19a89411451712b21"/>
+       </game>
+       <game name="Puzzle Quest - Challenge of the Warlords (USA)">
+               <category>Games</category>
+               <description>Puzzle Quest - Challenge of the Warlords (USA)</description>
+               <rom name="Puzzle Quest - Challenge of the Warlords (USA).iso" size="4699979776" crc="9131e6cc" md5="69dfd320423c1b9814d0c18214db7cd1" sha1="ce1436b95bb7ea307c4930cbcfec7a178f91e6a5"/>
+       </game>
+       <game name="SimCity Creator (USA, Canada) (En,Fr,Es)">
+               <category>Games</category>
+               <description>SimCity Creator (USA, Canada) (En,Fr,Es)</description>
+               <rom name="SimCity Creator (USA, Canada) (En,Fr,Es).iso" size="4699979776" crc="05db15ca" md5="1db43cd0558f6d2fea39ff1f14663e7d" sha1="fd68ae446b396077d7e6774913d806be5e47f380"/>
+       </game>
+       <game name="Story Hour - Adventures (USA) (En,Es)">
+               <category>Games</category>
+               <description>Story Hour - Adventures (USA) (En,Es)</description>
+               <rom name="Story Hour - Adventures (USA) (En,Es).iso" size="4699979776" crc="eec26b8d" md5="38c9b09a9396143e351c67aebf4963a7" sha1="cfec54c041fcb089822e28ac265c05c04fcffb30"/>
+       </game>
+       <game name="ThinkSMART - Family! (USA) (Rev 1)">
+               <category>Games</category>
+               <description>ThinkSMART - Family! (USA) (Rev 1)</description>
+               <rom name="ThinkSMART - Family! (USA) (Rev 1).iso" size="4699979776" crc="d207bce4" md5="5ee8fe1ff8860780e900969aeb41db28" sha1="b9c645e4dd83930b14257b026337a801917848b0"/>
+       </game>
+       <game name="Tournament Pool (USA)">
+               <category>Games</category>
+               <description>Tournament Pool (USA)</description>
+               <rom name="Tournament Pool (USA).iso" size="4699979776" crc="a4c24c96" md5="a6dd7335d8f93b80e4e5cff0bc1083c4" sha1="4851ca820040eb0145f88d00fe3f290343129cd9"/>
+       </game>
+       <game name="Diva Girls - Divas on Ice (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Diva Girls - Divas on Ice (USA) (En,Fr,Es)</description>
+               <rom name="Diva Girls - Divas on Ice (USA) (En,Fr,Es).iso" size="4699979776" crc="14ef3372" md5="58f65ce08e5c06bc8f3d03f92b436b7a" sha1="40a1d2bf7194164016dfc04c62b86f80a7640580"/>
+       </game>
+       <game name="10 Minute Solution (USA) (En,Fr)">
+               <category>Games</category>
+               <description>10 Minute Solution (USA) (En,Fr)</description>
+               <rom name="10 Minute Solution (USA) (En,Fr).iso" size="4699979776" crc="d39dda74" md5="6d10f5fa7585d4e9559d4df841cd9abe" sha1="fdfc0a9dff00c829f61becab9097c3d143db9bd7"/>
+       </game>
+       <game name="LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da) (Rev 1)</description>
+               <rom name="LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da) (Rev 1).iso" size="4699979776" crc="e54b5b15" md5="1327e7e5ef0de01dfb60db0ced392978" sha1="ad85fbb8ca6e4bbda063e3cb4168ecd2296680cc"/>
+       </game>
+       <game name="LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1)</description>
+               <rom name="LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1).iso" size="4699979776" crc="0180532c" md5="02dcb5bb8bf0907919272bdf71d6261b" sha1="e63ab2145143787cbc7419714f994d381c1742ac"/>
+       </game>
+       <game name="Dance Sensation! (USA)">
+               <category>Games</category>
+               <description>Dance Sensation! (USA)</description>
+               <rom name="Dance Sensation! (USA).iso" size="4699979776" crc="fb53efa8" md5="5400bb400849febb1f327af3b34e28f0" sha1="f9020ee3225f5c946c2f456e3f38553bdc31f55c"/>
+       </game>
+       <game name="FlatOut (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>FlatOut (USA) (En,Fr,Es)</description>
+               <rom name="FlatOut (USA) (En,Fr,Es).iso" size="4699979776" crc="fdf1ce91" md5="a54eb4412b5c0cc0b074212af9b83932" sha1="5c7d818cd208d16aaef2787255b7772fccfa3dec"/>
+       </game>
+       <game name="Island of Dr. Frankenstein, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Island of Dr. Frankenstein, The (USA) (En,Fr,Es)</description>
+               <rom name="Island of Dr. Frankenstein, The (USA) (En,Fr,Es).iso" size="4699979776" crc="a6bc11c6" md5="66e946b532abbdac095b8327bc32b913" sha1="ffdcd46c997493d146fe680f4972ac8c3c1dab78"/>
+       </game>
+       <game name="Karaoke Joysound (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Karaoke Joysound (USA) (En,Fr,Es)</description>
+               <rom name="Karaoke Joysound (USA) (En,Fr,Es).iso" size="4699979776" crc="a3a0c0aa" md5="4085ebe6b58666bfdd49223afbc9496d" sha1="da599a56109798407e384428fe09ae8a691c51ca"/>
+       </game>
+       <game name="My Ballet Studio (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>My Ballet Studio (USA) (En,Fr,Es)</description>
+               <rom name="My Ballet Studio (USA) (En,Fr,Es).iso" size="4699979776" crc="8ef39c2d" md5="17cd09aa3c06eef9893642470eaa56df" sha1="2f69c4b0ad9e46939edf8b08bcdfe020e5b71e84"/>
+       </game>
+       <game name="Amazing Race, The (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Amazing Race, The (USA) (En,Fr)</description>
+               <rom name="Amazing Race, The (USA) (En,Fr).iso" size="4699979776" crc="b143ed47" md5="a1d464bafa9833d00d83d1a9f12f37eb" sha1="df59402c50b820f546539cd07c4435ee214bc51c"/>
+       </game>
+       <game name="Family Party - 90 Great Games Party Pack (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Family Party - 90 Great Games Party Pack (USA) (En,Fr,Es)</description>
+               <rom name="Family Party - 90 Great Games Party Pack (USA) (En,Fr,Es).iso" size="4699979776" crc="32fe8678" md5="9c5c217bfb5c68aaf1bc3dceafb166f8" sha1="d66ce9a9a3ed6a006067efd667b7732df20d995e"/>
+       </game>
+       <game name="Groovin' Blocks (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Groovin' Blocks (USA) (En,Fr,Es)</description>
+               <rom name="Groovin' Blocks (USA) (En,Fr,Es).iso" size="4699979776" crc="cbeab7e5" md5="e0eea9267493245ecf03c8d1aadb027c" sha1="1026da7538d494cac0924e0b4c58c4fa327a5ad3"/>
+       </game>
+       <game name="DreamWorks How to Train Your Dragon (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks How to Train Your Dragon (USA) (En,Fr)</description>
+               <rom name="DreamWorks How to Train Your Dragon (USA) (En,Fr).iso" size="4699979776" crc="845d10ec" md5="1a0f789eb904964cae20379ee03b68dc" sha1="cabef9eec37cfaf7fbe6cc7f1239a40632a543ab"/>
+       </game>
+       <game name="Kawasaki Snowmobiles (USA)">
+               <category>Games</category>
+               <description>Kawasaki Snowmobiles (USA)</description>
+               <rom name="Kawasaki Snowmobiles (USA).iso" size="4699979776" crc="1ddddb06" md5="d70ce822df5f1aec48f38073298c95a3" sha1="49c5bfdf08599fa7d31b35837c48835af5278c1c"/>
+       </game>
+       <game name="Littlest Pet Shop - Friends (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Littlest Pet Shop - Friends (USA) (En,Fr,Es)</description>
+               <rom name="Littlest Pet Shop - Friends (USA) (En,Fr,Es).iso" size="4699979776" crc="45d349a9" md5="2de004e271407a219faf82ad61d1faae" sha1="8a5d1a1f73b22dd211d1b58af4382f90d4f978f5"/>
+       </game>
+       <game name="Monster Lab (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster Lab (USA) (En,Fr,Es)</description>
+               <rom name="Monster Lab (USA) (En,Fr,Es).iso" size="4699979776" crc="0b48eed5" md5="00cc8421583ac459e6ceec8b5c9a4acf" sha1="1e39b90c80124c8704abad2d25f99b4490929012"/>
+       </game>
+       <game name="Naruto Shippuden - Dragon Blade Chronicles (USA)">
+               <category>Games</category>
+               <description>Naruto Shippuden - Dragon Blade Chronicles (USA)</description>
+               <rom name="Naruto Shippuden - Dragon Blade Chronicles (USA).iso" size="4699979776" crc="f8372c3a" md5="5dceb62dc9d735b0350f6a769bbc9deb" sha1="05ab16565ab83870ca4391a78e913b87232987af"/>
+       </game>
+       <game name="NewU Fitness First Mind Body - Yoga &amp; Pilates Workout (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>NewU Fitness First Mind Body - Yoga &amp; Pilates Workout (USA) (En,Fr,Es)</description>
+               <rom name="NewU Fitness First Mind Body - Yoga &amp; Pilates Workout (USA) (En,Fr,Es).iso" size="4699979776" crc="18f8d91c" md5="c5cfbec6f689261ffd77728382e34382" sha1="85b91146679042d05c63a972edde49a57b03c213"/>
+       </game>
+       <game name="Nickelodeon Nicktoons MLB (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Nicktoons MLB (USA)</description>
+               <rom name="Nickelodeon Nicktoons MLB (USA).iso" size="4699979776" crc="15ab3d37" md5="cbb08150114ed13b22007e805a3aa70f" sha1="27a3cb6f4315af664e6624c20aa2d411c6cbaf16"/>
+       </game>
+       <game name="Shimano Xtreme Fishing (USA)">
+               <category>Games</category>
+               <description>Shimano Xtreme Fishing (USA)</description>
+               <rom name="Shimano Xtreme Fishing (USA).iso" size="4699979776" crc="c309ea39" md5="0321af0e42eb7cc0a7196042bde83fcd" sha1="8208e7da74e887fb2aa652f8132a57a4d391eb5e"/>
+       </game>
+       <game name="Skylanders - Swap Force (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (USA) (En,Fr)</description>
+               <rom name="Skylanders - Swap Force (USA) (En,Fr).iso" size="4699979776" crc="a346b73c" md5="c4a9c3bb02705b429b4f6c19b2340ba3" sha1="40bdb48c20615ee268589ab22c25d5218adce68e"/>
+       </game>
+       <game name="Top Spin 4 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Top Spin 4 (USA) (En,Fr,Es)</description>
+               <rom name="Top Spin 4 (USA) (En,Fr,Es).iso" size="4699979776" crc="b46888d4" md5="8c25bb3ddab91840417c59984fe29d49" sha1="5e607dbd6c1683dfcd9e40d8b707af948bf8c961"/>
+       </game>
+       <game name="Need for Speed - The Run (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Need for Speed - The Run (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Need for Speed - The Run (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="727b5969" md5="1947232869188b16fc796ad313ec0adf" sha1="182f7e7923ff7e6cd90f2b15e08c01a22a88ee4c"/>
+       </game>
+       <game name="Cabela's Big Game Hunter 2012 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter 2012 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cabela's Big Game Hunter 2012 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b1da06f1" md5="d44bbe59079363a166c12d2385654ff1" sha1="adba6415ccc67c5459da13d5469430b0cd7a844c"/>
+       </game>
+       <game name="Summer Challenge - Athletics Tournament (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Summer Challenge - Athletics Tournament (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Summer Challenge - Athletics Tournament (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6c2b1e89" md5="06aaade3d0d4675aa070515cbb53d539" sha1="f73ea51c27c3d9a1299b610ba68750efc0eb93d3"/>
+       </game>
+       <game name="Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi) (Rev 1)</description>
+               <rom name="Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi) (Rev 1).iso" size="8511160320" crc="7091a49c" md5="ec1595d3159934fb9eba9252c42be314" sha1="9487efa4711d0360c8b5e6d52867cbb9318a3068"/>
+       </game>
+       <game name="Angry Birds Star Wars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Angry Birds Star Wars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Angry Birds Star Wars (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f202427d" md5="b38f3eaa5f35ef016cc10fa135d613f3" sha1="8b318c360a1aea2af9905cbfa306d985eea64b76"/>
+       </game>
+       <game name="Back to the Future - The Game (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Back to the Future - The Game (Europe) (En,Fr,De)</description>
+               <rom name="Back to the Future - The Game (Europe) (En,Fr,De).iso" size="4699979776" crc="1c0f0ce7" md5="90e25283a82e560b82a430b6940299ad" sha1="7753f3153625f71c4a7d33ae70e01935a034cdb3"/>
+       </game>
+       <game name="Burger Bot (USA)">
+               <category>Games</category>
+               <description>Burger Bot (USA)</description>
+               <rom name="Burger Bot (USA).iso" size="4699979776" crc="02ae4447" md5="3117268bf923d86c9f49fc6195fba7fc" sha1="ecf4928f4e0c3a3e31e2d34e3e0325742abd1c05"/>
+       </game>
+       <game name="National Geographic - Challenge! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>National Geographic - Challenge! (USA) (En,Fr,Es)</description>
+               <rom name="National Geographic - Challenge! (USA) (En,Fr,Es).iso" size="4699979776" crc="2c79c0f1" md5="d87f46683ce20c61c4042dffa9d0604c" sha1="c1611a3120b4cbb94af0a196511b506df0ca323c"/>
+       </game>
+       <game name="Ram Racing (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ram Racing (USA) (En,Fr,Es)</description>
+               <rom name="Ram Racing (USA) (En,Fr,Es).iso" size="4699979776" crc="a28c9b7f" md5="24342db235e1cc366776973e38b8ec24" sha1="8fd8ce3af32a233cf91ba9405b97ea714e71ab6c"/>
+       </game>
+       <game name="Scarface - The World Is Yours (USA)">
+               <category>Games</category>
+               <description>Scarface - The World Is Yours (USA)</description>
+               <rom name="Scarface - The World Is Yours (USA).iso" size="4699979776" crc="d2cab25c" md5="4026ddd61424bc23178c089460cdff3f" sha1="c2a2356b0a372c257a89be1da3bb0a3175d35836"/>
+       </game>
+       <game name="Hardy Boys, The - The Hidden Theft (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hardy Boys, The - The Hidden Theft (USA) (En,Fr,Es)</description>
+               <rom name="Hardy Boys, The - The Hidden Theft (USA) (En,Fr,Es).iso" size="4699979776" crc="332463a1" md5="5594f132c7cdc026d800ab0534f3a261" sha1="21099eece60af0f586135f74229379e9fc3bd249"/>
+       </game>
+       <game name="TV Show King Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>TV Show King Party (USA) (En,Fr,Es)</description>
+               <rom name="TV Show King Party (USA) (En,Fr,Es).iso" size="4699979776" crc="14a2011b" md5="05756d8b8b1def672272efc58e9d6dad" sha1="d1f4eecff9bf4924d23438178a7dbfcaa8bb80b5"/>
+       </game>
+       <game name="We Wish You a Merry Christmas (USA)">
+               <category>Games</category>
+               <description>We Wish You a Merry Christmas (USA)</description>
+               <rom name="We Wish You a Merry Christmas (USA).iso" size="4699979776" crc="26b73821" md5="cd746872ad20a0867711c815c1e29fa5" sha1="df4557e4c11969fb518dc9aaedaa47cd26d825ca"/>
+       </game>
+       <game name="Army Rescue (USA)">
+               <category>Games</category>
+               <description>Army Rescue (USA)</description>
+               <rom name="Army Rescue (USA).iso" size="4699979776" crc="a0125cda" md5="ed60fc48205adef0cfe7dc6c63efee82" sha1="4c575fa4a44e8a417f52aa345946424771fdf1dd"/>
+       </game>
+       <game name="Backyard Sports - Rookie Rush (USA)">
+               <category>Games</category>
+               <description>Backyard Sports - Rookie Rush (USA)</description>
+               <rom name="Backyard Sports - Rookie Rush (USA).iso" size="4699979776" crc="fca92ec9" md5="bfbb01efbabeac58135ccb27258a978d" sha1="f676b2f03b3d46d8c2ce621b2f81b0930e97673b"/>
+       </game>
+       <game name="Barbie Dreamhouse Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Barbie Dreamhouse Party (USA) (En,Fr,Es)</description>
+               <rom name="Barbie Dreamhouse Party (USA) (En,Fr,Es).iso" size="4699979776" crc="d835b5b4" md5="6183baaa16473642319c5dad20e5e65b" sha1="4e356f6c2a3ccd3874d005919db80ffb608de8a2"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare 3 (Europe, Australia)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare 3 (Europe, Australia)</description>
+               <rom name="Call of Duty - Modern Warfare 3 (Europe, Australia).iso" size="4699979776" crc="62762073" md5="8912b598a3cef5499152e3824d6b1b6d" sha1="60bbcf25401ee91ed33ab2a54b18b2e061b895ad"/>
+       </game>
+       <game name="Disney-Pixar Cars 2 (Europe, Australia) (En,Fr,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars 2 (Europe, Australia) (En,Fr,Es,It,Nl)</description>
+               <rom name="Disney-Pixar Cars 2 (Europe, Australia) (En,Fr,Es,It,Nl).iso" size="4699979776" crc="fc580ebb" md5="b4b27ac6e9b18c1e45e14303e2e3ef83" sha1="9294bdd587c028b76ba40efa8cefcdd2a1221a40"/>
+       </game>
+       <game name="Cricket (Australia)">
+               <category>Games</category>
+               <description>Cricket (Australia)</description>
+               <rom name="Cricket (Australia).iso" size="4699979776" crc="123aa8fb" md5="767f6f7d32b20485675944798ccc017d" sha1="09c463319c43263562a15bf307ff0ca92a0703d4"/>
+       </game>
+       <game name="Monster Trucks (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster Trucks (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster Trucks (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f1e8b4e1" md5="8c8faa23afc22389ed3d292cb566e359" sha1="581f928f7efe3e4cc773be3fedae47e44035e2a3"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Need for Speed - Hot Pursuit (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="eb72af35" md5="dd30b0e44644708c79293fc07d93fcf2" sha1="2dfa53e0dcb401f874518d6b5c2cbe5b6eeb8421"/>
+       </game>
+       <game name="Project Runway (UK)">
+               <category>Games</category>
+               <description>Project Runway (UK)</description>
+               <rom name="Project Runway (UK).iso" size="4699979776" crc="3e756844" md5="2f0e49ab7ae42cfcebc7752d0e51521d" sha1="63c6102417c51d6c0e60a7593021c626a3eb64a5"/>
+       </game>
+       <game name="World Series of Poker - Tournament of Champions - 2007 Edition (Europe, Australia)">
+               <category>Games</category>
+               <description>World Series of Poker - Tournament of Champions - 2007 Edition (Europe, Australia)</description>
+               <rom name="World Series of Poker - Tournament of Champions - 2007 Edition (Europe, Australia).iso" size="4699979776" crc="e8219288" md5="0a6666877f54654ad79c993af4f65de4" sha1="f405f8d37847ad94fecdf99632cc965f5f0418c1"/>
+       </game>
+       <game name="Hannah Montana - The Movie (Europe) (De,Es)">
+               <category>Games</category>
+               <description>Hannah Montana - The Movie (Europe) (De,Es)</description>
+               <rom name="Hannah Montana - The Movie (Europe) (De,Es).iso" size="4699979776" crc="cda3cadf" md5="03eb67402e98fd4e5ab792e502bce7a8" sha1="d41f857505997f5039c047e2dae0105d0bf6f5bf"/>
+       </game>
+       <game name="Happy Feet (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Happy Feet (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Happy Feet (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7d9c3695" md5="58e3b678a924413406448bc5e092613f" sha1="e4526243ee9065db4b8e8ef07f82957037149871"/>
+       </game>
+       <game name="Incredible Hulk, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Incredible Hulk, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Incredible Hulk, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="942f17ea" md5="b8d7912cd2c46eb5b85f25c03d547ef9" sha1="55d2c9239bddcffc23032cec2e9162bb247c7888"/>
+       </game>
+       <game name="Haunted House (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Haunted House (Europe) (En,Fr,De)</description>
+               <rom name="Haunted House (Europe) (En,Fr,De).iso" size="4699979776" crc="24c1fffd" md5="f67465f1d754d1707773ca4330b5dd8b" sha1="4b70d772cb50888865ff564e52dca6d98c7ad5d3"/>
+       </game>
+       <game name="Hugo - Magic in the Trollwoods (Europe) (En,De,Es,Pt)">
+               <category>Games</category>
+               <description>Hugo - Magic in the Trollwoods (Europe) (En,De,Es,Pt)</description>
+               <rom name="Hugo - Magic in the Trollwoods (Europe) (En,De,Es,Pt).iso" size="4699979776" crc="f7b94dcc" md5="463f359aaddeee2c18f98108de04070b" sha1="5797a45b199ac48c1cdfeed65a4e1096f9564baf"/>
+       </game>
+       <game name="Happy Feet Two (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Happy Feet Two (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Happy Feet Two (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d9bd20c9" md5="4426470c392e6852a72db9eaef4f862a" sha1="bddf382967fdb24723397e0ba95a50fc1671ceec"/>
+       </game>
+       <game name="10 Minute Solution (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>10 Minute Solution (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="10 Minute Solution (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c30f262e" md5="2d331e29e6ff0ecac4e070ff22466668" sha1="c03098f651472649fd77308d6d3784b2d42bccdb"/>
+       </game>
+       <game name="All Star Cheerleader (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>All Star Cheerleader (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="All Star Cheerleader (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="ec91bb42" md5="bfbdb53a1a5210f70be2ef31277006c9" sha1="10a3d1a53ac35c2f1e0e16722eb1c1ef46444c22"/>
+       </game>
+       <game name="Angry Birds Trilogy (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Angry Birds Trilogy (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Angry Birds Trilogy (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="84018bb5" md5="c3e5abeded4171dbf13489743d716d28" sha1="6dffc913073aaf8aa2b302e88f89ff24f8047adb"/>
+       </game>
+       <game name="Adventures of Tintin, The - The Secret of the Unicorn (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Adventures of Tintin, The - The Secret of the Unicorn (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Adventures of Tintin, The - The Secret of the Unicorn (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="ae6fa074" md5="d9ea7ae3553a34c2967494f88e3d6f37" sha1="c6eeffdfb8a4e720c32cbd83e75dfacc9b38b8e5"/>
+       </game>
+       <game name="NHL Slapshot (Europe)">
+               <category>Games</category>
+               <description>NHL Slapshot (Europe)</description>
+               <rom name="NHL Slapshot (Europe).iso" size="4699979776" crc="52ded7ff" md5="b474d3403cbf5917c6d66977e04ebb10" sha1="2b9bdfd447ebdeb361258c4c7000812d9d9c7006"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 2)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 2)</description>
+               <rom name="Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 2).iso" size="4699979776" crc="946e118d" md5="dbf0b6dd10750e4fa5e82a7bb09da8ae" sha1="1a7f978a2906b950f4b4098a24e61c9aeea3e474"/>
+       </game>
+       <game name="Andrew Lloyd Webber Musicals - Sing and Dance (Europe)">
+               <category>Games</category>
+               <description>Andrew Lloyd Webber Musicals - Sing and Dance (Europe)</description>
+               <rom name="Andrew Lloyd Webber Musicals - Sing and Dance (Europe).iso" size="4699979776" crc="7331a599" md5="f8660037223509ae5b9c9612e16ee8e0" sha1="d6c57ccfbc6ee695625d60d0da87a37a28a8fa7e"/>
+       </game>
+       <game name="Disney Phineas and Ferb - Quest for Cool Stuff (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Disney Phineas and Ferb - Quest for Cool Stuff (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Disney Phineas and Ferb - Quest for Cool Stuff (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3b164876" md5="70b24701a556bf340b8d519ac2b915cf" sha1="60fb353b4c7f1eda6135e48c74ab67dc77fe2323"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl) (Rev 1)</description>
+               <rom name="Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl) (Rev 1).iso" size="4699979776" crc="dd45de49" md5="3fe8aeeef4cef66f30f8b6379a93dbdb" sha1="5d2e932a6b5a6886fa06922d40ac0f15e80f3857"/>
+       </game>
+       <game name="Battleship (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Battleship (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Battleship (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="47e31aef" md5="4de01a5b1921ca086fd1e6f46725790d" sha1="3833af598017cd4eb96fb0a4dcf7e644592f8112"/>
+       </game>
+       <game name="Wii Fit (Taiwan)">
+               <category>Games</category>
+               <description>Wii Fit (Taiwan)</description>
+               <rom name="Wii Fit (Taiwan).iso" size="4699979776" crc="3cb1c88b" md5="01cad8c9c51cc03e25688b9585bb28dd" sha1="2e71c9b87e9eaad319560e55b7927e1bd2b9b37d"/>
+       </game>
+       <game name="Rock Band - Metal Track Pack (USA)">
+               <category>Games</category>
+               <description>Rock Band - Metal Track Pack (USA)</description>
+               <rom name="Rock Band - Metal Track Pack (USA).iso" size="4699979776" crc="5f6a1ebe" md5="e8e2f6641a9c237b05d0d72bb733097b" sha1="dc1022d8f7c9b5d35d3938050e0975d620dd6206"/>
+       </game>
+       <game name="Monkey Mischief! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monkey Mischief! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monkey Mischief! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0e7fca34" md5="c4116e50a01389d38beda2446e39e2f9" sha1="1d25e9e2cf09ce88a60e6730db1ff81795b2f6cc"/>
+       </game>
+       <game name="Little League World Series Baseball 2008 (Europe)">
+               <category>Games</category>
+               <description>Little League World Series Baseball 2008 (Europe)</description>
+               <rom name="Little League World Series Baseball 2008 (Europe).iso" size="4699979776" crc="43626eaa" md5="e7d8448146d525ed48d460470773608a" sha1="51a2fd4b9b2750cf20ef5d75a845b7131986a8be"/>
+       </game>
+       <game name="Monster High - New Ghoul in School (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster High - New Ghoul in School (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster High - New Ghoul in School (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0bead559" md5="d45002295282bca31542829fdd4b69a1" sha1="dc8c47976fb10ab725e4e95703ea044d453920ba"/>
+       </game>
+       <game name="Alvin and the Chipmunks - Chipwrecked (Europe)">
+               <category>Games</category>
+               <description>Alvin and the Chipmunks - Chipwrecked (Europe)</description>
+               <rom name="Alvin and the Chipmunks - Chipwrecked (Europe).iso" size="4699979776" crc="a79464d2" md5="8bcbcff683b141bdb83d8bda26c02899" sha1="1a7cc03b5689175396d207f4c67d77b789654541"/>
+       </game>
+       <game name="Monster High - 13 Wishes (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Monster High - 13 Wishes (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Monster High - 13 Wishes (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="2b9b5b01" md5="6a3508da2e148a6fc72eabc603eb1fb1" sha1="6fcfe134b111220b862191aa948f32db6497c08a"/>
+       </game>
+       <game name="U-Sing - Girls Night (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>U-Sing - Girls Night (Europe) (En,Fr,De,Nl)</description>
+               <rom name="U-Sing - Girls Night (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="a3c80e1a" md5="800d6ba87d938e822f047a734d2e6fbb" sha1="91069e3bf00e6b45aed25d24c1e4eb6cd3312891"/>
+       </game>
+       <game name="Reel Fishing - Angler's Dream (USA)">
+               <category>Games</category>
+               <description>Reel Fishing - Angler's Dream (USA)</description>
+               <rom name="Reel Fishing - Angler's Dream (USA).iso" size="4699979776" crc="ed6436ba" md5="8d1c9705c702e8da391a5ec4b76f6f69" sha1="39ab9ff28b43eba0b5e27f768df1c6f46772afbf"/>
+       </game>
+       <game name="Arcade Shooting Gallery (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Arcade Shooting Gallery (USA) (En,Fr,Es)</description>
+               <rom name="Arcade Shooting Gallery (USA) (En,Fr,Es).iso" size="4699979776" crc="8418510a" md5="754b4362fccdf47ef18d88a0b3c2d502" sha1="f6da14638335ca7f313a37314c8515985e7f2f17"/>
+       </game>
+       <game name="Arcade Zone (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Arcade Zone (USA) (En,Fr)</description>
+               <rom name="Arcade Zone (USA) (En,Fr).iso" size="4699979776" crc="6ae642aa" md5="636da1f0532fb826dae97137ef9b2b20" sha1="f857e3c8366b2eb9febd57baa7382c03f11e5be4"/>
+       </game>
+       <game name="ATV Quad Kings (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>ATV Quad Kings (USA) (En,Fr,Es)</description>
+               <rom name="ATV Quad Kings (USA) (En,Fr,Es).iso" size="4699979776" crc="362964f2" md5="e86f9920a06c72f2a3194e07d33ca2d5" sha1="ecb5c8bddcfecb93b1f3ffddba20c7029b945db6"/>
+       </game>
+       <game name="Backyard Football (USA)">
+               <category>Games</category>
+               <description>Backyard Football (USA)</description>
+               <rom name="Backyard Football (USA).iso" size="4699979776" crc="48e6f567" md5="0be2ab70c61e04179d4e1159c6890f3e" sha1="eed9e45e82dd6fe640cfbafb4e94430c1da67387"/>
+       </game>
+       <game name="Backyard Football '09 (USA)">
+               <category>Games</category>
+               <description>Backyard Football '09 (USA)</description>
+               <rom name="Backyard Football '09 (USA).iso" size="4699979776" crc="75d79180" md5="54a25af52db0c4cfeb53faccab5285d5" sha1="f508ee842f07103ea87f1096264bdf634b683973"/>
+       </game>
+       <game name="Imagine - Party Babyz (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Imagine - Party Babyz (USA) (En,Fr,Es)</description>
+               <rom name="Imagine - Party Babyz (USA) (En,Fr,Es).iso" size="4699979776" crc="2b840a58" md5="71bfee67be16018841bb2fc5dfea8aa4" sha1="cc2d79f1557bbb36c80819644e4580b7331b7c48"/>
+       </game>
+       <game name="Build-A-Bear Workshop - Friendship Valley (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Build-A-Bear Workshop - Friendship Valley (USA) (En,Fr,Es)</description>
+               <rom name="Build-A-Bear Workshop - Friendship Valley (USA) (En,Fr,Es).iso" size="4699979776" crc="7f37513d" md5="892fd82b308999a565ef618e07d20474" sha1="abfaf78660c80a091bb0c714adaa3c01f445f8ac"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (Brazil) (En,Es)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (Brazil) (En,Es)</description>
+               <rom name="Skylanders - Spyro's Adventure (Brazil) (En,Es).iso" size="4699979776" crc="3c494535" md5="163ee2b45cb6fd30dd9a9bc3cba8a5c9" sha1="f669fac2742fa69607621097d08325582b8dc109"/>
+       </game>
+       <game name="Horse Life 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Horse Life 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Horse Life 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="13c1303d" md5="7fa2f39315102b3c112eba83ffd50e35" sha1="ae839a807b92cda446cb6d64424af50eb63cd37a"/>
+       </game>
+       <game name="Hysteria Hospital - Emergency Ward (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Hysteria Hospital - Emergency Ward (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Hysteria Hospital - Emergency Ward (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="007d4024" md5="561dcff80cea661b501336b59a2c5d19" sha1="7652ee340b6c4aab191f54d16564493aa11a6218"/>
+       </game>
+       <game name="Heavy Fire - Afghanistan (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Heavy Fire - Afghanistan (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Heavy Fire - Afghanistan (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="de816726" md5="93bb1720ae352e281b14641b2c712268" sha1="3849607ca5674164b513707f3f0526835aa5657d"/>
+       </game>
+       <game name="Hyper Fighters (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hyper Fighters (Europe) (En,Fr,Es)</description>
+               <rom name="Hyper Fighters (Europe) (En,Fr,Es).iso" size="4699979776" crc="ed19f6ec" md5="7100e4ab2f8c16c336e105b078e4e138" sha1="448a8be1430e4608aa6a465e4239fd77453002a7"/>
+       </game>
+       <game name="DreamWorks Puss in Boots (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Puss in Boots (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks Puss in Boots (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="69672354" md5="1f7e42265d37a64c73860bd9af0c7a3a" sha1="1aaa48f1af71d90056aac921493d53de37645749"/>
+       </game>
+       <game name="Neopets - Puzzle Adventure (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>Neopets - Puzzle Adventure (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="Neopets - Puzzle Adventure (Europe) (En,Fr,De,Es,Nl).iso" size="4699979776" crc="49c82909" md5="a79034b0d58b7b8ed018b7585f411f87" sha1="84c42dc2cc2b1ff5f59898acde7675e03f5f1be7"/>
+       </game>
+       <game name="Cake Mania - In the Mix! (USA)">
+               <category>Games</category>
+               <description>Cake Mania - In the Mix! (USA)</description>
+               <rom name="Cake Mania - In the Mix! (USA).iso" size="4699979776" crc="63e5284b" md5="6097696fd6ace4ff07c075c7039522d7" sha1="268a6a210b2442a5e168dbf02561b42cec3a033e"/>
+       </game>
+       <game name="EA Sports Active - More Workouts (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>EA Sports Active - More Workouts (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="EA Sports Active - More Workouts (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="b7c7083d" md5="ead8e03bec92e20738fbaf5e9168c457" sha1="064b1813201579dc8777c6d2060aa9a3447c89a1"/>
+       </game>
+       <game name="We Sing Encore (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Sing Encore (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="We Sing Encore (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="1dbe8992" md5="ff43b6d92b49cb7db0914e8b06b15670" sha1="5f314467fe1abe8bfe5c0115e31bf78aed8c5b80"/>
+       </game>
+       <game name="Western Heroes (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Western Heroes (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Western Heroes (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="116af26a" md5="dc422eb6c3e8dd56f4908671422e170d" sha1="a0cde741e0ebf676b608c7862909103719691502"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party 2 (USA)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party 2 (USA)</description>
+               <rom name="Dance Dance Revolution - Hottest Party 2 (USA).iso" size="4699979776" crc="f7178775" md5="dd747aa17667a937164aac4ea83b502b" sha1="2a5268e936b8835985b42da5053216e2f6ce91c4"/>
+       </game>
+       <game name="Disney Channel - All Star Party (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Channel - All Star Party (USA) (En,Fr,Es)</description>
+               <rom name="Disney Channel - All Star Party (USA) (En,Fr,Es).iso" size="4699979776" crc="452d1032" md5="9f995cb87dcaa7500964220032df3e7a" sha1="701822e2eae63f4c72387553808f2339661af867"/>
+       </game>
+       <game name="Dream Dance &amp; Cheer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dream Dance &amp; Cheer (USA) (En,Fr,Es)</description>
+               <rom name="Dream Dance &amp; Cheer (USA) (En,Fr,Es).iso" size="4699979776" crc="84b0619f" md5="6b692c119e42822a033e94af1a712334" sha1="095a27f84eda8a64fe9957cef01f029b55cf92c3"/>
+       </game>
+       <game name="Hysteria Hospital - Emergency Ward (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hysteria Hospital - Emergency Ward (USA) (En,Fr,Es)</description>
+               <rom name="Hysteria Hospital - Emergency Ward (USA) (En,Fr,Es).iso" size="4699979776" crc="4deef754" md5="a2ac9365b8d27fd15d882c6d2f97b001" sha1="4ff763eb3c02b22223ba84d49bf221c5479c0643"/>
+       </game>
+       <game name="Impossible Mission (USA)">
+               <category>Games</category>
+               <description>Impossible Mission (USA)</description>
+               <rom name="Impossible Mission (USA).iso" size="4699979776" crc="8fe80b61" md5="0f684849f3aa1e0717d58e2b33c1f0f8" sha1="959ebe00f12a7bbf6c7a8d63a3a9a9d6b98f8ad6"/>
+       </game>
+       <game name="Indianapolis 500 Legends (USA)">
+               <category>Games</category>
+               <description>Indianapolis 500 Legends (USA)</description>
+               <rom name="Indianapolis 500 Legends (USA).iso" size="4699979776" crc="0231244e" md5="2dfcf60c23d716e48bbf5aaee88dbf6f" sha1="2a09ba98b7c9122eee590c4658ce3244c08ccb10"/>
+       </game>
+       <game name="Monster Mayhem - Build and Battle (USA)">
+               <category>Games</category>
+               <description>Monster Mayhem - Build and Battle (USA)</description>
+               <rom name="Monster Mayhem - Build and Battle (USA).iso" size="4699979776" crc="c4443e25" md5="2daa6ddd5f5e2562405ab6ab15545574" sha1="053326a4ba1ec697c1b3191fe4eb2d59ce0ef274"/>
+       </game>
+       <game name="Monster 4x4 - Stunt Racer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster 4x4 - Stunt Racer (USA) (En,Fr,Es)</description>
+               <rom name="Monster 4x4 - Stunt Racer (USA) (En,Fr,Es).iso" size="4699979776" crc="b9a8b0b5" md5="4d2e92ec81d45202ef3d12d2d8729200" sha1="5420922ad8e9dc52482b2315c6f79ff18f554030"/>
+       </game>
+       <game name="NBA Live 09 - All-Play (USA) (En,Fr)">
+               <category>Games</category>
+               <description>NBA Live 09 - All-Play (USA) (En,Fr)</description>
+               <rom name="NBA Live 09 - All-Play (USA) (En,Fr).iso" size="4699979776" crc="62d27b67" md5="331357c7749277db770399c49ef47d3e" sha1="1817ddbdd49f85ba09b36be86feb85c11da8352f"/>
+       </game>
+       <game name="Paws &amp; Claws - Pet Resort (USA)">
+               <category>Games</category>
+               <description>Paws &amp; Claws - Pet Resort (USA)</description>
+               <rom name="Paws &amp; Claws - Pet Resort (USA).iso" size="4699979776" crc="1b0db926" md5="be08748216aa38691a9686d60eb539f6" sha1="4aab661019522d53928c8620e9bd01c5929ee494"/>
+       </game>
+       <game name="Petz - Catz 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Petz - Catz 2 (USA) (En,Fr,Es)</description>
+               <rom name="Petz - Catz 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="e2ce798c" md5="6e678cf85d41a2fc52e5c2521f66b736" sha1="9ed3b6dc1603f62f0e8eeb9e9c17d1a8f4a14237"/>
+       </game>
+       <game name="Barbie and the Three Musketeers (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Barbie and the Three Musketeers (USA) (En,Fr)</description>
+               <rom name="Barbie and the Three Musketeers (USA) (En,Fr).iso" size="4699979776" crc="c7287152" md5="c1f6f84dd30526f8ac6cea0806b3b82a" sha1="a2e06bbaadb95eee415ff02526afee7e8c1b0bc1"/>
+       </game>
+       <game name="Aladdin Magic Racer (USA)">
+               <category>Games</category>
+               <description>Aladdin Magic Racer (USA)</description>
+               <rom name="Aladdin Magic Racer (USA).iso" size="4699979776" crc="398c7b1a" md5="b9971f555d0eac6d454af188d3f7e857" sha1="38f585d51940f232d82defc232cc9172edbfc94a"/>
+       </game>
+       <game name="Ride (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Ride (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Ride (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="9ff2e3b6" md5="ff75dbbb98d8d9d892360824f8d1326d" sha1="5c04d41c5c0ec662aaaab39966f9b51baa4008bd"/>
+       </game>
+       <game name="Zumba Fitness Core (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Zumba Fitness Core (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Zumba Fitness Core (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="5d173fcb" md5="08fd58d957929e03e7fc77f1ff0d6dd4" sha1="911e15fd924a9a56d39eec8a1a2aeadda1d7769c"/>
+       </game>
+       <game name="We Sing Pop! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>We Sing Pop! (USA) (En,Fr,Es)</description>
+               <rom name="We Sing Pop! (USA) (En,Fr,Es).iso" size="4699979776" crc="042a3d26" md5="8a69fb90c88fae57c4b011f64b0642c5" sha1="eb452fe0e78f3ba601f609e9bc2efd1ab2f22d51"/>
+       </game>
+       <game name="Hasbro Family Game Night Fun Pack (USA)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night Fun Pack (USA)</description>
+               <rom name="Hasbro Family Game Night Fun Pack (USA).iso" size="4699979776" crc="fc6b10e2" md5="6bc53a36b0dcdb0df67dd1c7af41bae0" sha1="7578fe2eff3b9baad3cc6d97273696e1a8a3adb5"/>
+       </game>
+       <game name="Mario Party 9 (Asia)">
+               <category>Games</category>
+               <description>Mario Party 9 (Asia)</description>
+               <rom name="Mario Party 9 (Asia).iso" size="4699979776" crc="4c5bbae8" md5="e87f024434ff59a709e3321a1846ace9" sha1="d144e40e92837a99a6df5b9656fa3392ba91b856"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (Asia)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (Asia)</description>
+               <rom name="New Super Mario Bros. Wii (Asia).iso" size="4699979776" crc="7a9f51c9" md5="e4da04a12cad8a8734edbc57a2bbc322" sha1="11ad4d6d823ecbb4a52adee215bc8975544d6c83"/>
+       </game>
+       <game name="Super Mario Galaxy 2 (Asia)">
+               <category>Games</category>
+               <description>Super Mario Galaxy 2 (Asia)</description>
+               <rom name="Super Mario Galaxy 2 (Asia).iso" size="4699979776" crc="0694c653" md5="c6384cf211c6f228a2db1796a51b1fb2" sha1="2fa5491be796428d0956a7c274f8f419fb0e74f0"/>
+       </game>
+       <game name="Crazy Quiz! (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Crazy Quiz! (Europe) (En,Fr,De,Es)</description>
+               <rom name="Crazy Quiz! (Europe) (En,Fr,De,Es).iso" size="4699979776" crc="3de517dd" md5="035ef4acea599610b582e80db01a2cf4" sha1="a0435cb0542dab3fb9b738423eff21ce6c153208"/>
+       </game>
+       <game name="Sudoku Ball - Detective (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Sudoku Ball - Detective (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Sudoku Ball - Detective (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ab6b2651" md5="5c1a4a6578bbe79c84a4b725970d127a" sha1="7ef7fd54e7943855f610446fb3e12b725633090f"/>
+       </game>
+       <game name="My Animal Centre (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>My Animal Centre (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="My Animal Centre (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="946979c4" md5="04a3e55d5553eba2ba0135f491fccec4" sha1="4319b0569865d8a2ae33c1187e6424de95413087"/>
+       </game>
+       <game name="Jillian Michaels' Fitness Ultimatum 2009 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jillian Michaels' Fitness Ultimatum 2009 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jillian Michaels' Fitness Ultimatum 2009 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6a533229" md5="8f3f439a552dac1744992c46d0721a07" sha1="e52ce4b70121e44112630444f5212e3b5492156e"/>
+       </game>
+       <game name="Purr Pals (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Purr Pals (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Purr Pals (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="50f52467" md5="a31aa478db1d06c21573f672b8401f79" sha1="d5606c0d7417c53e1ab5e45d7b4524a4ac88f5f1"/>
+       </game>
+       <game name="Magic Roundabout, The (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Magic Roundabout, The (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Magic Roundabout, The (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3098c3cd" md5="548ed0bc410ec57b5702de851d10e496" sha1="0586fadc2e9fe79200d5e410d9fc2642111b9488"/>
+       </game>
+       <game name="Repetto Paris Ballerina (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Repetto Paris Ballerina (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Repetto Paris Ballerina (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="8dbb72cd" md5="83c0562a59f1484f1ebf9f28c9ce346e" sha1="a4f8b1e7b8311d3c686f87105019f57588a66eb0"/>
+       </game>
+       <game name="Play Gardens (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Play Gardens (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Play Gardens (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f8fa17c4" md5="896fb74491ac24994e0dad0719adb333" sha1="82b9b3888ca1e5980ec2e90e450bfe91541ce6dc"/>
+       </game>
+       <game name="Barbie &amp; Her Sisters - Puppy Rescue (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Barbie &amp; Her Sisters - Puppy Rescue (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Barbie &amp; Her Sisters - Puppy Rescue (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="72d46046" md5="b6601a526a03fe58533efc62ceb9c70f" sha1="c4bf9a34216a7676c87ae0906ee709ce4b222178"/>
+       </game>
+       <game name="Spiderwick Chronicles, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spiderwick Chronicles, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spiderwick Chronicles, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b72e644e" md5="a4bc8f260d20c25efcdfc67468137503" sha1="c80eab7ef1cf87e4c380cefae8d33bd454c6f51f"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai Tenkaichi 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai Tenkaichi 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dragon Ball Z - Budokai Tenkaichi 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b1604083" md5="fec029aeff287f879d8f25d7cd16305f" sha1="3e1ad86fc8007e3994df9b6d0fa5bbc2dda4f3a3"/>
+       </game>
+       <game name="Driver - Parallel Lines (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Driver - Parallel Lines (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Driver - Parallel Lines (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7707efed" md5="447bf053c1f847d19086972c720c0ebd" sha1="c0e4899d8d0e5a0e4be0939d9b6f2aae70ac7eed"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Legend of Aang - Into the Inferno (Europe) (En,De,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Legend of Aang - Into the Inferno (Europe) (En,De,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Nickelodeon Avatar - The Legend of Aang - Into the Inferno (Europe) (En,De,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="2a1e3889" md5="71271edff1003c6045590acd381bb7f3" sha1="ddb693c035267922af5d4c8829bbc13fc064915b"/>
+       </game>
+       <game name="FIFA 14 - Legacy Edition (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>FIFA 14 - Legacy Edition (Europe) (En,Fr,Nl)</description>
+               <rom name="FIFA 14 - Legacy Edition (Europe) (En,Fr,Nl).iso" size="4699979776" crc="7126aa78" md5="7152bbd0d916eab1816f8742eb747c09" sha1="c64f95b850995ed63a310fdb2b7824c7bdaf66e0"/>
+       </game>
+       <game name="DreamWorks Bee Movie Game (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Bee Movie Game (Europe) (En,Nl)</description>
+               <rom name="DreamWorks Bee Movie Game (Europe) (En,Nl).iso" size="4699979776" crc="2eb1997f" md5="041b3cb21dae4d05b6fb5ae64252c72f" sha1="a435a9c78b66ffc8b0c04cf01e3a0f0cab754bd2"/>
+       </game>
+       <game name="FaceBreaker K.O. Party (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>FaceBreaker K.O. Party (Europe) (En,Fr,De)</description>
+               <rom name="FaceBreaker K.O. Party (Europe) (En,Fr,De).iso" size="4699979776" crc="3ab14f95" md5="1734efc5b2c1f64d662fb6c179f6e3d7" sha1="1a1b3d7a83df98030bc48346bad2e012a702f437"/>
+       </game>
+       <game name="Go West! A Lucky Luke Adventure (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Go West! A Lucky Luke Adventure (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Go West! A Lucky Luke Adventure (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="7b61b74d" md5="397862817a26fa3ed26ed48167c451ff" sha1="65f81192e5c23febe131aab795359c81fe8f9cde"/>
+       </game>
+       <game name="Bratz - Girlz Really Rock (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Bratz - Girlz Really Rock (Europe) (Fr,Nl)</description>
+               <rom name="Bratz - Girlz Really Rock (Europe) (Fr,Nl).iso" size="4699979776" crc="75cb8aa7" md5="f9312df6b56fe80c0982e8ef9bd40037" sha1="559493f42990163670708835fbff394d03f54ae6"/>
+       </game>
+       <game name="Disney Infinity (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Infinity (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Infinity (Europe) (En,Fr,De,Es,It,Nl).iso" size="8511160320" crc="7e505b7f" md5="bfb79d4ab1d3760dd5333ff4f8fc0550" sha1="e39cca7d2e08e0d4316a54bbe47b9c9b6db94067"/>
+       </game>
+       <game name="Kidz Sports Crazy Mini Golf (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Kidz Sports Crazy Mini Golf (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Kidz Sports Crazy Mini Golf (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="cf6b48d5" md5="664223225c201bf9462a5def0b2a9d03" sha1="3f5b94f044d0d96fd05efd0335520f30cb70cde3"/>
+       </game>
+       <game name="It's My Circus (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>It's My Circus (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="It's My Circus (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c88056d5" md5="09de8ca3fdd56eccef9e80e674852f59" sha1="c9820c41c3c994080d69aecfb7f0db809c7e9579"/>
+       </game>
+       <game name="Mini Desktop Racing (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Mini Desktop Racing (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Mini Desktop Racing (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="085fa6dc" md5="ae2e90591c8ceee59c75b6fe8b7e66af" sha1="61f24ed51b9f582194628f1ac7b5b6b8d653c2b2"/>
+       </game>
+       <game name="Kawasaki Jet Ski (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Kawasaki Jet Ski (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Kawasaki Jet Ski (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9d485f23" md5="92f1ae1d36cadc81b964123e82684656" sha1="0968aed3cdb7755ded85e66b62c9c191dda1d7ab"/>
+       </game>
+       <game name="Kawasaki Quad Bikes (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Kawasaki Quad Bikes (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Kawasaki Quad Bikes (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="fadb426e" md5="0eb27d09dadc8a5e651929f1ac78157d" sha1="4eaafc080804cf9aeb75263f2020569770a6f8b5"/>
+       </game>
+       <game name="Monster 4x4 - Stunt Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster 4x4 - Stunt Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster 4x4 - Stunt Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8834a875" md5="317b069eee49db45bba25aafea64811f" sha1="4baa2704b12d42ba1fff198be6ebde58c9b9e689"/>
+       </game>
+       <game name="New Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>New Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="New Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5a39bdf8" md5="3808ab0dd4925caaec0b356cea18824c" sha1="435fda3a5f81a9e21729718fd3d48329c257f1e7"/>
+       </game>
+       <game name="GP Classic Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>GP Classic Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="GP Classic Racing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="dae2cd94" md5="c4dd8915de3a1edfb9d36d3d2a376020" sha1="835dded3eac8b1c7cc57025611b0a041d94adfaa"/>
+       </game>
+       <game name="Samurai Warriors 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Samurai Warriors 3 (USA) (En,Fr,Es)</description>
+               <rom name="Samurai Warriors 3 (USA) (En,Fr,Es).iso" size="8511160320" crc="d612d751" md5="d584667e0ee2e0efe21c9a7f4b35f1ea" sha1="45f9d3bcc33dd2f168b5f452b89bcb4e218e95e1"/>
+       </game>
+       <game name="Remington Great American Bird Hunt (USA)">
+               <category>Games</category>
+               <description>Remington Great American Bird Hunt (USA)</description>
+               <rom name="Remington Great American Bird Hunt (USA).iso" size="4699979776" crc="cae270a8" md5="411704545c327f72b9b1df33d2568261" sha1="d4e5e32d2472f3cfaf033c7ce9e0932ccb88f312"/>
+       </game>
+       <game name="DreamWorks How to Train Your Dragon 2 (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>DreamWorks How to Train Your Dragon 2 (USA) (En,Fr,Es,Pt)</description>
+               <rom name="DreamWorks How to Train Your Dragon 2 (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="cc3e9ae8" md5="05f69ff0329daf195f941b6f37099f61" sha1="20f16ccbb12117ad63f7e7178e671e0b180edd0a"/>
+       </game>
+       <game name="Scene It Bright Lights! Big Screen! (Canada)">
+               <category>Games</category>
+               <description>Scene It Bright Lights! Big Screen! (Canada)</description>
+               <rom name="Scene It Bright Lights! Big Screen! (Canada).iso" size="4699979776" crc="448bbed1" md5="b708c7cc2f87c039ed23a46e4c8177a2" sha1="af08dc8d2bc8b5b287ed97669747096e9abbcd47"/>
+       </game>
+       <game name="Just Dance 2017 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Just Dance 2017 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Just Dance 2017 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="df30e2fa" md5="127c8ea702a1ade5966969658d1cf135" sha1="c3c9813b2dcb69eea0ea747e2ec4ae488c1283d0"/>
+       </game>
+       <game name="Zumba Fitness 2 (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Zumba Fitness 2 (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Zumba Fitness 2 (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="273db97c" md5="2cb51d10742e5cf0af3b32d21ed1cdb3" sha1="56ec2730d6151fb874987f04e9640ecc9c648f52"/>
+       </game>
+       <game name="Vacation Isle - Beach Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Vacation Isle - Beach Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Vacation Isle - Beach Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="03fd2725" md5="b5b7224118a895a8965f9a83e483c40a" sha1="3919e4c0729610db8dedf30867910a3cacea0034"/>
+       </game>
+       <game name="Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv) (Rev 1)">
+               <category>Games</category>
+               <description>Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv) (Rev 1)</description>
+               <rom name="Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv) (Rev 1).iso" size="4699979776" crc="64b5a97f" md5="a8eebb7ecfe962213a5f8822b482a632" sha1="d73f6e56e590dfca390ef353e86f2b71a6369965"/>
+       </game>
+       <game name="Barbie - Groom and Glam Pups (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Barbie - Groom and Glam Pups (USA) (En,Fr,Es)</description>
+               <rom name="Barbie - Groom and Glam Pups (USA) (En,Fr,Es).iso" size="4699979776" crc="c0024569" md5="abc00e70b3c7cb105d7b89ec65200f68" sha1="5238647db449859af1fc7f82878bcc35dc155ea2"/>
+       </game>
+       <game name="Planet 51 - The Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Planet 51 - The Game (USA) (En,Fr,Es)</description>
+               <rom name="Planet 51 - The Game (USA) (En,Fr,Es).iso" size="4699979776" crc="73bd0f5b" md5="0756c89e30f47d4c5461b9409cc7432a" sha1="c51454ba0f38518f092ceb867a91306e6a00d49b"/>
+       </game>
+       <game name="Repetto Paris - Let's Play Ballerina (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Repetto Paris - Let's Play Ballerina (USA) (En,Fr,Es)</description>
+               <rom name="Repetto Paris - Let's Play Ballerina (USA) (En,Fr,Es).iso" size="4699979776" crc="5d353bbb" md5="60f638d34fb852fc71f203fd9c65772a" sha1="c7d3e74e307e66814bfff12c38d3cf4351d130a3"/>
+       </game>
+       <game name="Rock Band - Country Track Pack (USA)">
+               <category>Games</category>
+               <description>Rock Band - Country Track Pack (USA)</description>
+               <rom name="Rock Band - Country Track Pack (USA).iso" size="4699979776" crc="34cdfd6a" md5="984edb95fced36e61aa87456f572bdd0" sha1="2ae41831330671c74c50d2bd3899f4d40f814594"/>
+       </game>
+       <game name="Showtime Championship Boxing (USA)">
+               <category>Games</category>
+               <description>Showtime Championship Boxing (USA)</description>
+               <rom name="Showtime Championship Boxing (USA).iso" size="4699979776" crc="e6a8eb42" md5="0ef2d22bfaf2c5f17fe076c00ff7db1d" sha1="265a4792341f38f0742786f959ab9193d8e48b63"/>
+       </game>
+       <game name="Spy Games - Elevator Mission (USA)">
+               <category>Games</category>
+               <description>Spy Games - Elevator Mission (USA)</description>
+               <rom name="Spy Games - Elevator Mission (USA).iso" size="4699979776" crc="93bdcfc1" md5="41a5d10a68a1e7cb851d5a0aa45c0355" sha1="9ea22caafb902cb4a8215c819864eb93ce8f8f7e"/>
+       </game>
+       <game name="Tamagotchi - Party On! (USA)">
+               <category>Games</category>
+               <description>Tamagotchi - Party On! (USA)</description>
+               <rom name="Tamagotchi - Party On! (USA).iso" size="4699979776" crc="7bfb31ac" md5="88f8d9469ff84c98ed6d0793073d5808" sha1="72431cbbdd7697f27722eb80cac3857fc60db90f"/>
+       </game>
+       <game name="Zumba Kids (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Zumba Kids (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Zumba Kids (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0ae6c2aa" md5="931d872562c58667962f04768142493c" sha1="8ec6e1a090b5108ef250495f4e46af87bb64df6a"/>
+       </game>
+       <game name="DreamWorks Super Star Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>DreamWorks Super Star Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="DreamWorks Super Star Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="3cb76e59" md5="c10f637ae347417a3c008a0aaeca6410" sha1="0d23bcc86d7d8c0e96b2f580cd63394071b6d593"/>
+       </game>
+       <game name="Disney Planes (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Disney Planes (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Disney Planes (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="0139c914" md5="d7ab0a0646a21ee437423cf05af2f065" sha1="26831d29fbd8b430fd7f3c51d7bc5e35f7f615b9"/>
+       </game>
+       <game name="Emergency Heroes (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Emergency Heroes (USA) (En,Fr,Es)</description>
+               <rom name="Emergency Heroes (USA) (En,Fr,Es).iso" size="4699979776" crc="8c5337b9" md5="4e5b8d1b8c69d7f0b1ef4cf24badeeae" sha1="aa3d03f2f997b4675aa26429f83ccb5aa33c478d"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2011 (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2011 (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Cabela's Dangerous Hunts 2011 (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="ba472cb9" md5="10bdd97a37e2d18f6e590e2a45452465" sha1="61cdc31af97104e682d44158519ada5b6dbf8957"/>
+       </game>
+       <game name="Iron Man 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Iron Man 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Iron Man 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c8e2b9a7" md5="2f51b55ced881727131ecbf08bb67280" sha1="8b94e39c72331861f4cb968197b14654ff0ab3bd"/>
+       </game>
+       <game name="My Fitness Coach - Get in Shape (Europe, Australia)">
+               <category>Games</category>
+               <description>My Fitness Coach - Get in Shape (Europe, Australia)</description>
+               <rom name="My Fitness Coach - Get in Shape (Europe, Australia).iso" size="4699979776" crc="b3615cc3" md5="34d0c228801a74e1460044d58fdeb362" sha1="4d63dec2475b9fc8d1a66f9379b589415e85bc05"/>
+       </game>
+       <game name="Vegas Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Vegas Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Vegas Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="20209587" md5="c74adcd4d68394c2e73de82e605db22e" sha1="239ba7c6646e2c20783164910d0ac8917a38f5d9"/>
+       </game>
+       <game name="Family Feud - 2012 Edition (USA)">
+               <category>Games</category>
+               <description>Family Feud - 2012 Edition (USA)</description>
+               <rom name="Family Feud - 2012 Edition (USA).iso" size="4699979776" crc="1d842ccb" md5="69f81c06ceb05ed131be73b8ce7decc1" sha1="6289af69dcc51200510fc7a14d2a833ac9849e8d"/>
+       </game>
+       <game name="Active Life - Magical Carnival (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Active Life - Magical Carnival (USA) (En,Fr,Es)</description>
+               <rom name="Active Life - Magical Carnival (USA) (En,Fr,Es).iso" size="4699979776" crc="00f36a85" md5="2d3307c0e6745db28b0a5787490d20fa" sha1="75f17c82e6b5a7a92bf046122dc9f844067a9f6d"/>
+       </game>
+       <game name="Let's Sing 2016 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Let's Sing 2016 (USA) (En,Fr,Es)</description>
+               <rom name="Let's Sing 2016 (USA) (En,Fr,Es).iso" size="4699979776" crc="8841cbb8" md5="966c006fa0bcd3dbc6f3c5d83a61499b" sha1="4daaac1c32f62f7a1f6356fc9a853e91fbeccc04"/>
+       </game>
+       <game name="Chavo, El (Latin America) (En,Es,Pt)">
+               <category>Games</category>
+               <description>Chavo, El (Latin America) (En,Es,Pt)</description>
+               <rom name="Chavo, El (Latin America) (En,Es,Pt).iso" size="4699979776" crc="93f4b3c7" md5="640ac90998687901351421675114426c" sha1="bd4344cfbb67064e80bad4706b3b26104f17611f"/>
+       </game>
+       <game name="Sled Shred featuring the Jamaican Bobsled Team (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Sled Shred featuring the Jamaican Bobsled Team (USA) (En,Fr,Es)</description>
+               <rom name="Sled Shred featuring the Jamaican Bobsled Team (USA) (En,Fr,Es).iso" size="4699979776" crc="dfaa3953" md5="148cb4d17a8497292cef85943a6ae795" sha1="e44e93a20fb48ce10be64fab79ffb3b9c2dd0243"/>
+       </game>
+       <game name="SimAnimals - Africa (USA) (En,Fr)">
+               <category>Games</category>
+               <description>SimAnimals - Africa (USA) (En,Fr)</description>
+               <rom name="SimAnimals - Africa (USA) (En,Fr).iso" size="4699979776" crc="b9fd4084" md5="95797ec9f972200f11ae462968e5e5e3" sha1="b47f365059c39947c3ca72fd93d69d64ddc727c9"/>
+       </game>
+       <game name="Harvest Moon - Magical Melody (USA)">
+               <category>Games</category>
+               <description>Harvest Moon - Magical Melody (USA)</description>
+               <rom name="Harvest Moon - Magical Melody (USA).iso" size="4699979776" crc="aab7f0f8" md5="de43a6278cad6243eee3188c13f94455" sha1="cca8cb3c036d41c419b3905509d3abc73018bec4"/>
+       </game>
+       <game name="Space Chimps (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Space Chimps (USA) (En,Fr)</description>
+               <rom name="Space Chimps (USA) (En,Fr).iso" size="4699979776" crc="a8384348" md5="df810f1c954167ce58e7848b6fec6f39" sha1="7926834c3646f580bc8e0bb3b728334179114ee3"/>
+       </game>
+       <game name="Speed 2 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Speed 2 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Speed 2 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f1daf639" md5="31af0812a2f412c278dd021b1a58aa33" sha1="870833d80d3dac370d01c28b7a3c5360b45aa472"/>
+       </game>
+       <game name="Karaoke Joysound Wii - Enka Kayoukyoku-hen (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Karaoke Joysound Wii - Enka Kayoukyoku-hen (Japan) (Rev 1)</description>
+               <rom name="Karaoke Joysound Wii - Enka Kayoukyoku-hen (Japan) (Rev 1).iso" size="4699979776" crc="caaf6fc5" md5="fa0a01d78b33f5fe67b28e488172ae1a" sha1="4c08b5bcd67713e6525cd9c5791d38701e865a20"/>
+       </game>
+       <game name="Kyoufu Taikan - Juon (Japan)">
+               <category>Games</category>
+               <description>Kyoufu Taikan - Juon (Japan)</description>
+               <rom name="Kyoufu Taikan - Juon (Japan).iso" size="4699979776" crc="833962c0" md5="2cf4700906548f946a71e7ce119fbff8" sha1="f01601e7fd637d7dc36b51c86070818da090e748"/>
+       </game>
+       <game name="Mahjong Taikai Wii (Japan)">
+               <category>Games</category>
+               <description>Mahjong Taikai Wii (Japan)</description>
+               <rom name="Mahjong Taikai Wii (Japan).iso" size="4699979776" crc="a5a18901" md5="c480f96f7b54a25951207df590b9b983" sha1="309a4c016c7a1b741cf0b6acd182465cd65308f4"/>
+       </game>
+       <game name="Metroid Prime 2 - Dark Echoes (Japan)">
+               <category>Games</category>
+               <description>Metroid Prime 2 - Dark Echoes (Japan)</description>
+               <rom name="Metroid Prime 2 - Dark Echoes (Japan).iso" size="4699979776" crc="f8e867fa" md5="6821c5fff4f50ce443adf27091b81c77" sha1="207123a30e1730de5c7b8f7ccc83ed39fec9aef7"/>
+       </game>
+       <game name="Puyo Puyo! Puyopuyo 15th Anniversary (Japan)">
+               <category>Games</category>
+               <description>Puyo Puyo! Puyopuyo 15th Anniversary (Japan)</description>
+               <rom name="Puyo Puyo! Puyopuyo 15th Anniversary (Japan).iso" size="4699979776" crc="19e10a7e" md5="4b956c3fef490872448150dcc7014b03" sha1="5a7f1f654645f5c0afaf069f54e5b7331575a76f"/>
+       </game>
+       <game name="Shape Boxing 2 - Wii de Enjoy Diet! (Japan)">
+               <category>Games</category>
+               <description>Shape Boxing 2 - Wii de Enjoy Diet! (Japan)</description>
+               <rom name="Shape Boxing 2 - Wii de Enjoy Diet! (Japan).iso" size="4699979776" crc="df58c132" md5="05f2a499a292e505cbfe86100bf94567" sha1="c344cf74c3491bf85907231426a7ac039329b866"/>
+       </game>
+       <game name="Star Wars - The Force Unleashed (Japan)">
+               <category>Games</category>
+               <description>Star Wars - The Force Unleashed (Japan)</description>
+               <rom name="Star Wars - The Force Unleashed (Japan).iso" size="4699979776" crc="b1f6a055" md5="04000d2a040f01bd05c792ca12ba4bbe" sha1="5bd488ad641f63f532ec794cd2078633646be97f"/>
+       </game>
+       <game name="Sukeban Shachou Rena Wii - Neko Shachou, Tsukaeru Shain Daiboshuu. (Japan)">
+               <category>Games</category>
+               <description>Sukeban Shachou Rena Wii - Neko Shachou, Tsukaeru Shain Daiboshuu. (Japan)</description>
+               <rom name="Sukeban Shachou Rena Wii - Neko Shachou, Tsukaeru Shain Daiboshuu. (Japan).iso" size="4699979776" crc="6a25948d" md5="dff39acba539807f16114865852e689a" sha1="1f12afef9da8c3fb53c25f99552f429c6eedb87f"/>
+       </game>
+       <game name="Wi-Fi Taiou - Gensen Table Game Wii (Japan)">
+               <category>Games</category>
+               <description>Wi-Fi Taiou - Gensen Table Game Wii (Japan)</description>
+               <rom name="Wi-Fi Taiou - Gensen Table Game Wii (Japan).iso" size="4699979776" crc="2c02fca3" md5="879163a23e021110fe8e4ec4386d58cd" sha1="5e23d5d775344627c86f086ca97de0d56afbac74"/>
+       </game>
+       <game name="Yukinko Daisenpuu - Sayuki to Koyuki no Hie Hie Daisoudou (Japan)">
+               <category>Games</category>
+               <description>Yukinko Daisenpuu - Sayuki to Koyuki no Hie Hie Daisoudou (Japan)</description>
+               <rom name="Yukinko Daisenpuu - Sayuki to Koyuki no Hie Hie Daisoudou (Japan).iso" size="4699979776" crc="57301da8" md5="02472b83a405ffcdad3ebad2dddcb19f" sha1="21eaa9ce39743ff7e4db3e16b88977ed886b63af"/>
+       </game>
+       <game name="Zenkoku Dekotora Matsuri (Japan)">
+               <category>Games</category>
+               <description>Zenkoku Dekotora Matsuri (Japan)</description>
+               <rom name="Zenkoku Dekotora Matsuri (Japan).iso" size="4699979776" crc="f4ed061c" md5="c799400238413e453e40b0475d580a07" sha1="758a1ae0c65dbe9f56ba38f8f2ea510452b3714e"/>
+       </game>
+       <game name="LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="31683e16" md5="87a03b284f6ca678e12d0fb61d76339e" sha1="544cc26b116e68620b32de46841295eeaa0c1a8e"/>
+       </game>
+       <game name="Transformers - Ultimate Battle Edition (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Transformers - Ultimate Battle Edition (USA) (En,Fr)</description>
+               <rom name="Transformers - Ultimate Battle Edition (USA) (En,Fr).iso" size="4699979776" crc="74f50694" md5="a847d23e93b08a744d44efc3d95c9b8c" sha1="b71722075c09a9ef49ae5139d19d93b27c6b80f5"/>
+       </game>
+       <game name="Disney Violetta - Rhythm &amp; Music (Latin America) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Disney Violetta - Rhythm &amp; Music (Latin America) (En,Fr,Es,Pt)</description>
+               <rom name="Disney Violetta - Rhythm &amp; Music (Latin America) (En,Fr,Es,Pt).iso" size="4699979776" crc="a5afa062" md5="dd9929e562fb85a625a73a144afcfdda" sha1="53f6dbfd86a360c39a0ae7168dd26d9b7d3fb50d"/>
+       </game>
+       <game name="Bigfoot - King of Crush (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Bigfoot - King of Crush (USA) (En,Fr,Es)</description>
+               <rom name="Bigfoot - King of Crush (USA) (En,Fr,Es).iso" size="4699979776" crc="3171860d" md5="d2e247cf9e79fffe1249b706047fb919" sha1="b89f6679006bd46674975de7622487430ed407f6"/>
+       </game>
+       <game name="Nickelodeon iCarly 2 - iJoin the Click! (USA)">
+               <category>Games</category>
+               <description>Nickelodeon iCarly 2 - iJoin the Click! (USA)</description>
+               <rom name="Nickelodeon iCarly 2 - iJoin the Click! (USA).iso" size="4699979776" crc="42c22c25" md5="4d4427a37bef557ab098de0545852747" sha1="5aa1b04ccc9173ef5fbe9979cc1b2cda3263309a"/>
+       </game>
+       <game name="Karaoke Revolution Glee - Volume 2 (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Karaoke Revolution Glee - Volume 2 (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Karaoke Revolution Glee - Volume 2 (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="ae72c5c9" md5="39ba64a4cc1e4de3fe94e295fc41bc34" sha1="e6dce8c72e1f060c952c6469ca407c7a524ca125"/>
+       </game>
+       <game name="Let's Paint (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Let's Paint (USA) (En,Fr)</description>
+               <rom name="Let's Paint (USA) (En,Fr).iso" size="4699979776" crc="c09eb410" md5="29213cc4098c307bc7c7c1a5bfa5087b" sha1="f02d3374be41b816ecb5775575f3a93907d55b2b"/>
+       </game>
+       <game name="Little League World Series Baseball 2009 (USA)">
+               <category>Games</category>
+               <description>Little League World Series Baseball 2009 (USA)</description>
+               <rom name="Little League World Series Baseball 2009 (USA).iso" size="4699979776" crc="c5194d42" md5="514762776f01a9263e682a8c74b9fb0f" sha1="a351a7e739134a9d167c968fa9da0babb04af4cc"/>
+       </game>
+       <game name="Man vs. Wild with Bear Grylls (USA)">
+               <category>Games</category>
+               <description>Man vs. Wild with Bear Grylls (USA)</description>
+               <rom name="Man vs. Wild with Bear Grylls (USA).iso" size="4699979776" crc="eafd2ca2" md5="3b3351b5cb0f165afb0ece2271ac5cb0" sha1="6cda1d15baeda2ac8ca9800facfe58a7955d0b9c"/>
+       </game>
+       <game name="Who Wants to Be a Millionaire (USA)">
+               <category>Games</category>
+               <description>Who Wants to Be a Millionaire (USA)</description>
+               <rom name="Who Wants to Be a Millionaire (USA).iso" size="4699979776" crc="2dee2b61" md5="7d676d6b5bf0b013140ab5a10956a271" sha1="cf39d673eb25e150cdb61c7e2b48c67028c0a3f3"/>
+       </game>
+       <game name="Project Runway (USA)">
+               <category>Games</category>
+               <description>Project Runway (USA)</description>
+               <rom name="Project Runway (USA).iso" size="4699979776" crc="516e9085" md5="5d31d2d8bc2d485c7e109c53a3ac73c8" sha1="4f585a0cb9b1c2797b1be20ca7f2039df25c5ea3"/>
+       </game>
+       <game name="Miniclip Sushi Go-Round (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Miniclip Sushi Go-Round (USA) (En,Fr,Es)</description>
+               <rom name="Miniclip Sushi Go-Round (USA) (En,Fr,Es).iso" size="4699979776" crc="0acb5838" md5="8f070cede157a5bf57a1d2596e0c1bb5" sha1="23f14fd3e88f416198affb1a70e34f73d450ab0c"/>
+       </game>
+       <game name="Daring Game for Girls, The (USA)">
+               <category>Games</category>
+               <description>Daring Game for Girls, The (USA)</description>
+               <rom name="Daring Game for Girls, The (USA).iso" size="4699979776" crc="16d9ede9" md5="30026d509abe76ec7094b481905bb10c" sha1="e2edd8e00690c9c728d5926d8a0e9a250c0ab056"/>
+       </game>
+       <game name="Ultimate I Spy (USA)">
+               <category>Games</category>
+               <description>Ultimate I Spy (USA)</description>
+               <rom name="Ultimate I Spy (USA).iso" size="4699979776" crc="cbe4fd84" md5="9b647270e266dd597320a5185b6b0bab" sha1="4575326dfca3dd943f1a5ca807600ad63d7737dd"/>
+       </game>
+       <game name="Virtua Tennis 2009 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Virtua Tennis 2009 (USA) (En,Fr,Es)</description>
+               <rom name="Virtua Tennis 2009 (USA) (En,Fr,Es).iso" size="4699979776" crc="656ed463" md5="db650d3aa8b5f8c3bed93e2c9ad51ade" sha1="46a1bceb1091a21fde900a7361b4230c3b63809c"/>
+       </game>
+       <game name="Winter Blast - Snow &amp; Ice Games (USA)">
+               <category>Games</category>
+               <description>Winter Blast - Snow &amp; Ice Games (USA)</description>
+               <rom name="Winter Blast - Snow &amp; Ice Games (USA).iso" size="4699979776" crc="b5d32666" md5="3b6e8882626503ec439a373d132a8ea7" sha1="872e85eb6d56dd6a28898fb4a2cec7d7235987c6"/>
+       </game>
+       <game name="World Championship Athletics (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>World Championship Athletics (USA) (En,Fr,Es)</description>
+               <rom name="World Championship Athletics (USA) (En,Fr,Es).iso" size="4699979776" crc="8f178fd6" md5="78c7d5c7c59372ffcda392525a83b32f" sha1="46bdd64965c96a76d341620c5245aca9418a2665"/>
+       </game>
+       <game name="World Party Games (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>World Party Games (USA) (En,Fr,Es)</description>
+               <rom name="World Party Games (USA) (En,Fr,Es).iso" size="4699979776" crc="10488607" md5="979a2ea191b81c1dc111d45f56eb9953" sha1="63ee89f666e095b7cbd3b4648d7daf113e4f1705"/>
+       </game>
+       <game name="Yoga (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Yoga (USA) (En,Fr,Es)</description>
+               <rom name="Yoga (USA) (En,Fr,Es).iso" size="4699979776" crc="fc3c9003" md5="1cab0a879da1a7b93504bd2106a2ec53" sha1="5458e36189dc0c274e5b6850851c7072a4c60148"/>
+       </game>
+       <game name="Zumba Kids (USA)">
+               <category>Games</category>
+               <description>Zumba Kids (USA)</description>
+               <rom name="Zumba Kids (USA).iso" size="4699979776" crc="5a7d82d5" md5="bb9dabf1c52005dd033d0565e0d34918" sha1="9c9959764f5c6a6717f5a246fe7db5fae32dac67"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare 3 (Canada)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare 3 (Canada)</description>
+               <rom name="Call of Duty - Modern Warfare 3 (Canada).iso" size="4699979776" crc="aaf8e8a1" md5="01595b8df7d7536829bd4a9a23ccbc4d" sha1="9ab99de2cc15c7b09a1c4522d2ea5c68fe2c8357"/>
+       </game>
+       <game name="Driver - Parallel Lines (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Driver - Parallel Lines (USA) (En,Fr,Es)</description>
+               <rom name="Driver - Parallel Lines (USA) (En,Fr,Es).iso" size="4699979776" crc="0a2aea34" md5="99b61b7bab106397625456dc3c18b753" sha1="93a48f787fb519e6d06d419793933f1749ba6dd3"/>
+       </game>
+       <game name="Just Dance - Disney Party 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance - Disney Party 2 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance - Disney Party 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="6faf9b6b" md5="a032713a0caf01e42a67ff74c7ccace3" sha1="4c79e08325d2e65d537dbb3b1c96d5e9e3206b06"/>
+       </game>
+       <game name="Spaghetti Western Shooter (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spaghetti Western Shooter (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spaghetti Western Shooter (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="37fd165f" md5="7fc48d354f12bd01939380f5793b9a89" sha1="ede96839227164e9f02e3dc427a45ff63d201111"/>
+       </game>
+       <game name="Nickelodeon Dance (Europe, Australia) (En,Fr,Es,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Dance (Europe, Australia) (En,Fr,Es,Nl)</description>
+               <rom name="Nickelodeon Dance (Europe, Australia) (En,Fr,Es,Nl).iso" size="4699979776" crc="b748b9a7" md5="a9511a1cfe4c0cbfeab21d7681ffc3f0" sha1="16235f099fe1ff8207c082f74f23fa05b9fbed20"/>
+       </game>
+       <game name="Kidz Sports Ice Hockey (USA)">
+               <category>Games</category>
+               <description>Kidz Sports Ice Hockey (USA)</description>
+               <rom name="Kidz Sports Ice Hockey (USA).iso" size="4699979776" crc="d0fcf861" md5="34f0d68828f1591e6aeaedd9eaa9a2a6" sha1="7de02d83496b5ef7d7d7e59b4115655ded7f1e07"/>
+       </game>
+       <game name="Active Life - Extreme Challenge (USA)">
+               <category>Games</category>
+               <description>Active Life - Extreme Challenge (USA)</description>
+               <rom name="Active Life - Extreme Challenge (USA).iso" size="4699979776" crc="6838528d" md5="633032178938198ba08c89d0739a8609" sha1="119be7c51f21a6a1c34f6c9322e6b7b36529e64a"/>
+       </game>
+       <game name="Call of Duty - Black Ops (Canada)">
+               <category>Games</category>
+               <description>Call of Duty - Black Ops (Canada)</description>
+               <rom name="Call of Duty - Black Ops (Canada).iso" size="4699979776" crc="448a4725" md5="861fab38cefe293cae1bc4044720e9a2" sha1="7ddf0231b56a96d0c5d30d9b29b4236d83980f46"/>
+       </game>
+       <game name="Summer Stars 2012 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Summer Stars 2012 (USA) (En,Fr,Es)</description>
+               <rom name="Summer Stars 2012 (USA) (En,Fr,Es).iso" size="4699979776" crc="7062f5b4" md5="b984b09c8576676329d18d429294ea24" sha1="6908af20a2f3219952c74520f7e55a549e7d4c9d"/>
+       </game>
+       <game name="Science Papa (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Science Papa (USA) (En,Fr)</description>
+               <rom name="Science Papa (USA) (En,Fr).iso" size="4699979776" crc="1145832b" md5="915efa71f73c10cf50952fbdef3ed1b9" sha1="0c405e2c8035ec705999bbbf9b49aa52ea817ff8"/>
+       </game>
+       <game name="Jimmie Johnson's Anything with an Engine (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Jimmie Johnson's Anything with an Engine (USA) (En,Fr,Es)</description>
+               <rom name="Jimmie Johnson's Anything with an Engine (USA) (En,Fr,Es).iso" size="4699979776" crc="7ce669ee" md5="26558762117abd874c795046f6228094" sha1="88a8a89aaf9f12c1dbada39155ccf1b079ac802d"/>
+       </game>
+       <game name="King of Fighters Collection, The - The Orochi Saga (USA)">
+               <category>Games</category>
+               <description>King of Fighters Collection, The - The Orochi Saga (USA)</description>
+               <rom name="King of Fighters Collection, The - The Orochi Saga (USA).iso" size="4699979776" crc="284f146a" md5="3524d3365a1eaa195f7ddb599e6b37ee" sha1="2b8adcfc98e5541007ed2b4e10e221aa7dd343be"/>
+       </game>
+       <game name="Cosmic Family (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Cosmic Family (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Cosmic Family (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9beb5bba" md5="47e48d0372ae96db9e6b9c1b1f0686fe" sha1="1e4650f44bd3f348034096ef2925ba9190ba6544"/>
+       </game>
+       <game name="Nick Jr. Go Diego Go! Safari Rescue (Europe, Australia)">
+               <category>Games</category>
+               <description>Nick Jr. Go Diego Go! Safari Rescue (Europe, Australia)</description>
+               <rom name="Nick Jr. Go Diego Go! Safari Rescue (Europe, Australia).iso" size="4699979776" crc="6e57655d" md5="8b57991ef61076a9d7af8d196af022a4" sha1="9a8221491e9ed8bfe6de852a35b67460ac3667b7"/>
+       </game>
+       <game name="Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (Australia)">
+               <category>Games</category>
+               <description>Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (Australia)</description>
+               <rom name="Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (Australia).iso" size="4699979776" crc="517df6ee" md5="dfeea71eb0709fa861b374949ab77350" sha1="35f81722e0885907778db977e7e43383173ab8e6"/>
+       </game>
+       <game name="Zhu Zhu Pets - Featuring the Wild Bunch (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Zhu Zhu Pets - Featuring the Wild Bunch (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Zhu Zhu Pets - Featuring the Wild Bunch (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="faf8d620" md5="02e7ebe6d94f47c9e16f69ccb21c3c03" sha1="ee1e2ad3345f82b48c8e5ac063ff1f029c94f0e9"/>
+       </game>
+       <game name="Wii Sports (Taiwan)">
+               <category>Games</category>
+               <description>Wii Sports (Taiwan)</description>
+               <rom name="Wii Sports (Taiwan).iso" size="4699979776" crc="59c5450b" md5="7f18fe1bb478c52cc62344a53a374e8d" sha1="9f5b9b0657255065d6ddc8378fdef6b355cccdcf"/>
+       </game>
+       <game name="Hajimete no Wii (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Hajimete no Wii (Japan) (Rev 1)</description>
+               <rom name="Hajimete no Wii (Japan) (Rev 1).iso" size="4699979776" crc="fc51a2db" md5="de5339248f7a8d8b946252c4be6d0952" sha1="cf309c36b9e5130302fea77d96998425a5e6536e"/>
+       </game>
+       <game name="Pokemon Battle Revolution (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pokemon Battle Revolution (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Pokemon Battle Revolution (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="a6f1a751" md5="a7d78f9b64ab063487e4e27fc246e11e" sha1="8ae47b225b154f11d29e8e39aceb2f037739f430"/>
+       </game>
+       <game name="Cartoon Network - Punch Time Explosion XL (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cartoon Network - Punch Time Explosion XL (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cartoon Network - Punch Time Explosion XL (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="afe6bf1e" md5="a09b0932f209a171d12d7b127fb2dd3f" sha1="71343addc4db0ab3abfa7aaccb0ea2a54c271ad4"/>
+       </game>
+       <game name="Daisy Fuentes Pilates (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Daisy Fuentes Pilates (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Daisy Fuentes Pilates (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e036dddc" md5="146fd6cbecef93a36dd6352aa826dec4" sha1="9c3514a57ad6a8d43c611ebb38c5833b9cb11ab5"/>
+       </game>
+       <game name="Boot Camp Academy (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Boot Camp Academy (Europe) (En,Fr,De,It)</description>
+               <rom name="Boot Camp Academy (Europe) (En,Fr,De,It).iso" size="4699979776" crc="c29c507b" md5="9fcbd768d7cd7ba88188f07930aae322" sha1="123773acee4cc58cff9cacad478561116c9e9fae"/>
+       </game>
+       <game name="My Fitness Coach - Club (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>My Fitness Coach - Club (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="My Fitness Coach - Club (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3e7b411a" md5="4a3123b6d8e8e59cfef04b9b9d8dc488" sha1="3815cb3c3733d088b0b700998a0457c886fd6bcf"/>
+       </game>
+       <game name="Winter Sports 2012 - Feel the Spirit (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Winter Sports 2012 - Feel the Spirit (Europe) (En,Fr,De,It)</description>
+               <rom name="Winter Sports 2012 - Feel the Spirit (Europe) (En,Fr,De,It).iso" size="4699979776" crc="5d1c89e1" md5="d31778dbaa2b1750687e0721d20437f2" sha1="aeede5248346fcabcf4b70b3c862171ce0734ce5"/>
+       </game>
+       <game name="Guitar Hero - Greatest Hits (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Guitar Hero - Greatest Hits (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Guitar Hero - Greatest Hits (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e46d9a4b" md5="c71abf6b46d4b141a2676e72780b9737" sha1="9d6e33184c95f9982b92076ef6fac2829fe7c421"/>
+       </game>
+       <game name="Atrevete a Sonar (Latin America) (En,Es)">
+               <category>Games</category>
+               <description>Atrevete a Sonar (Latin America) (En,Es)</description>
+               <rom name="Atrevete a Sonar (Latin America) (En,Es).iso" size="4699979776" crc="2b04a4c6" md5="fb4b80c96ffb85ebeaa5a4698e5a00be" sha1="5081a1e16c91a29a8afb370d00a2c86b464de0af"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3185acd0" md5="2ab6a64f9d532e2971ef661e96d2ee0c" sha1="da0a881241fb0c46fb85bf86e0893fa39dca104a"/>
+       </game>
+       <game name="Smurfs Party Pack, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Smurfs Party Pack, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Smurfs Party Pack, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="3f9eb673" md5="1c80e19397babfedbc149bb4a41b8f24" sha1="e0dba6e325482f8c0d8580c37f0f91ae45aa9067"/>
+       </game>
+       <game name="Barbie - Jet, Set &amp; Style! (Europe) (En,Fr,De,Es,It,Nl) (S3EP)">
+               <category>Games</category>
+               <description>Barbie - Jet, Set &amp; Style! (Europe) (En,Fr,De,Es,It,Nl) (S3EP)</description>
+               <rom name="Barbie - Jet, Set &amp; Style! (Europe) (En,Fr,De,Es,It,Nl) (S3EP).iso" size="4699979776" crc="8e8bf103" md5="b6392cadad5a892ac66e98bbab25deeb" sha1="814f529707b84944ad3aecbc62060ec70118cedc"/>
+       </game>
+       <game name="Active Life - Explorer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Active Life - Explorer (USA) (En,Fr,Es)</description>
+               <rom name="Active Life - Explorer (USA) (En,Fr,Es).iso" size="4699979776" crc="e7fbc741" md5="835e4f5aa95b4428bf6501ae412d80d8" sha1="023d5b239468db827eac6532f58c220848b1e99f"/>
+       </game>
+       <game name="Nickelodeon Big Time Rush - Dance Party (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Big Time Rush - Dance Party (USA)</description>
+               <rom name="Nickelodeon Big Time Rush - Dance Party (USA).iso" size="4699979776" crc="21b76eca" md5="e0b6b6348caf4f51af208a5ab1265539" sha1="898e7c60ef7eaf6d6f2e4786ad7ff4af1a9b6479"/>
+       </game>
+       <game name="Chevrolet Camaro - Wild Ride (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Chevrolet Camaro - Wild Ride (USA) (En,Fr,Es)</description>
+               <rom name="Chevrolet Camaro - Wild Ride (USA) (En,Fr,Es).iso" size="4699979776" crc="d0e52b71" md5="48b414471bff0a0926da398e693c118f" sha1="875200922ed8ce1b3bd35b5b54aa15e9f21cd425"/>
+       </game>
+       <game name="Cold Stone Creamery - Scoop It Up (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cold Stone Creamery - Scoop It Up (USA) (En,Fr,Es)</description>
+               <rom name="Cold Stone Creamery - Scoop It Up (USA) (En,Fr,Es).iso" size="4699979776" crc="b40b42b7" md5="5de18c7db7191be8f1b3c6ffe079e19f" sha1="a199e78b0d8ffab93a0e2c21b19d9dd75d24c9dd"/>
+       </game>
+       <game name="Cook Wars (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cook Wars (USA) (En,Fr,Es)</description>
+               <rom name="Cook Wars (USA) (En,Fr,Es).iso" size="4699979776" crc="549048e2" md5="20b772f9657342407bd3c30882113ab1" sha1="d61032d2248a1b01a8b46bb931039f8bc6fb5b4b"/>
+       </game>
+       <game name="Cranium Kabookii (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cranium Kabookii (USA) (En,Fr,Es)</description>
+               <rom name="Cranium Kabookii (USA) (En,Fr,Es).iso" size="4699979776" crc="9f063c0f" md5="418fee21a1a4b326f8377edaaa0d7747" sha1="7ccbdc31fb268598103504225de6065456a9e375"/>
+       </game>
+       <game name="Hyper Fighters (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hyper Fighters (USA) (En,Fr,Es)</description>
+               <rom name="Hyper Fighters (USA) (En,Fr,Es).iso" size="4699979776" crc="ecf4410b" md5="1fde20aa24a66efff04fed510e546215" sha1="d2de2cb138d3a7ef9698219578b4f42106621266"/>
+       </game>
+       <game name="I Spy Game Pack (USA)">
+               <category>Games</category>
+               <description>I Spy Game Pack (USA)</description>
+               <rom name="I Spy Game Pack (USA).iso" size="4699979776" crc="e537bf58" md5="ad8f5298fbb345adeeede7a469e68eb3" sha1="311d73376f7a471a1a2d27a3b4aad28ce18f4c25"/>
+       </game>
+       <game name="My Fitness Coach 2 - Exercise and Nutrition (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>My Fitness Coach 2 - Exercise and Nutrition (USA) (En,Fr,Es)</description>
+               <rom name="My Fitness Coach 2 - Exercise and Nutrition (USA) (En,Fr,Es).iso" size="4699979776" crc="207545a7" md5="6a7c5caeb44c60a27ac6380e25d297e1" sha1="f676f612947ece8e596a0cd54c40b3a93fcd5f85"/>
+       </game>
+       <game name="Rudolph the Red-Nosed Reindeer (USA)">
+               <category>Games</category>
+               <description>Rudolph the Red-Nosed Reindeer (USA)</description>
+               <rom name="Rudolph the Red-Nosed Reindeer (USA).iso" size="4699979776" crc="f3592a96" md5="c143981000794936b869a06ddfb1958f" sha1="33697e831519b699507a0365df8570ff5af00f04"/>
+       </game>
+       <game name="Super PickUps (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Super PickUps (USA) (En,Fr,Es)</description>
+               <rom name="Super PickUps (USA) (En,Fr,Es).iso" size="4699979776" crc="f92938f4" md5="9b4346bb14974fcaf6c1b2e261f78c00" sha1="891503613a178b7ce394f91fc5d1e9c1a58be47a"/>
+       </game>
+       <game name="Bass Pro Shops - The Strike - Tournament Edition (USA)">
+               <category>Games</category>
+               <description>Bass Pro Shops - The Strike - Tournament Edition (USA)</description>
+               <rom name="Bass Pro Shops - The Strike - Tournament Edition (USA).iso" size="4699979776" crc="4fab8f4d" md5="32561f9da7c4d5a8c56484bb4326c0ca" sha1="340347695eeb7ebd0921f630f070025518f0f782"/>
+       </game>
+       <game name="Swords (USA)">
+               <category>Games</category>
+               <description>Swords (USA)</description>
+               <rom name="Swords (USA).iso" size="4699979776" crc="04857e07" md5="f5b058a1acf8fb5683bb651f4466ce75" sha1="08a5a7512d912ed7cced2f091e821d284b49472c"/>
+       </game>
+       <game name="Summer Sports 2 - Island Sports Party (USA)">
+               <category>Games</category>
+               <description>Summer Sports 2 - Island Sports Party (USA)</description>
+               <rom name="Summer Sports 2 - Island Sports Party (USA).iso" size="4699979776" crc="8d6337c0" md5="17fcf42410154dd37dfa593fc0a74c9a" sha1="6db863fd2e16cd993915dc5ff98210e0735ec602"/>
+       </game>
+       <game name="Disney Phineas and Ferb - Across the 2nd Dimension (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Phineas and Ferb - Across the 2nd Dimension (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Phineas and Ferb - Across the 2nd Dimension (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d4ec4885" md5="3343e170f858b38fe67fdd941429f7dc" sha1="4c300c1fec8c00f4e26cf0f29b620302d1dbc7ee"/>
+       </game>
+       <game name="Skate City Heroes (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Skate City Heroes (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Skate City Heroes (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4c86f5e6" md5="2048c1295880ba3b448128ce6b335765" sha1="359980eb69785df2d51f0a6c00ee1ee233a5a601"/>
+       </game>
+       <game name="Black Eyed Peas Experience, The (Europe, Australia) (En,Fr,De,Es,It) (Special Edition)">
+               <category>Games</category>
+               <description>Black Eyed Peas Experience, The (Europe, Australia) (En,Fr,De,Es,It) (Special Edition)</description>
+               <rom name="Black Eyed Peas Experience, The (Europe, Australia) (En,Fr,De,Es,It) (Special Edition).iso" size="4699979776" crc="78a29a8e" md5="df5e240c33107a1292f5d68a8515f0a7" sha1="b99afb566fb35eee4c01b3512f8aad93724c2f5b"/>
+       </game>
+       <game name="Twin Strike - Operation Thunder (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Twin Strike - Operation Thunder (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Twin Strike - Operation Thunder (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b58c8fa1" md5="b96c2af324cdae44a8bde96f64b30cd3" sha1="e1f35676bbb5ca30f3fedb5dda8d1af4cf04ec5f"/>
+       </game>
+       <game name="Wacky World of Sports (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wacky World of Sports (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Wacky World of Sports (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="5c3363f8" md5="de5de60350079265d22114fc8265b094" sha1="eea2cfd8de5e0840a6b8418401305ebd5a4744aa"/>
+       </game>
+       <game name="WWE '12 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WWE '12 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="WWE '12 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fdfcfc55" md5="5848f69fead8629e6007f87855e91b87" sha1="6c866ef3b33522263498200ad5d08eb17a69c18c"/>
+       </game>
+       <game name="PokePark 2 - Wonders Beyond (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>PokePark 2 - Wonders Beyond (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="PokePark 2 - Wonders Beyond (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a9bf13d3" md5="4d4eb2493806ef1ebb20d0c92d1f748c" sha1="6e5ccde4e1fa8ad5df21452cf1838e16b16fd7c7"/>
+       </game>
+       <game name="Simpsons Game, The (UK)">
+               <category>Games</category>
+               <description>Simpsons Game, The (UK)</description>
+               <rom name="Simpsons Game, The (UK).iso" size="4699979776" crc="b80826d0" md5="52c7495374f93294a3835be4d32c8ef3" sha1="f4d48bd611bcfe84222ff901b5b60b50cb1d0bf4"/>
+       </game>
+       <game name="Game Party 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Game Party 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Game Party 3 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="26e58cdb" md5="17986b19b78512aca2a6f7e53910ce12" sha1="e549baadaa7c50970664e4ddc6c0b25c2734714d"/>
+       </game>
+       <game name="Let's Sing 2018 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2018 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2018 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It).iso" size="4699979776" crc="1985177c" md5="6672eb6228035054bc624c061166733b" sha1="14a688973d7db33d471e3e13a06a666d1ce1a5ec"/>
+       </game>
+       <game name="Monster High - Skultimate Roller Maze (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Monster High - Skultimate Roller Maze (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Monster High - Skultimate Roller Maze (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="1b9abb46" md5="827ad039211fcef488af93685505b8f1" sha1="b68e311907d9648597f3c7e9cf693676e79e2902"/>
+       </game>
+       <game name="Fishing Resort (USA)">
+               <category>Games</category>
+               <description>Fishing Resort (USA)</description>
+               <rom name="Fishing Resort (USA).iso" size="4699979776" crc="2800563e" md5="3d1c9d4f0a88e3b1fb00c24159473996" sha1="01a3bffea111af382404cd88fba40c5ebfb6a9b8"/>
+       </game>
+       <game name="Harley Davidson - Road Trip (USA)">
+               <category>Games</category>
+               <description>Harley Davidson - Road Trip (USA)</description>
+               <rom name="Harley Davidson - Road Trip (USA).iso" size="4699979776" crc="6dc79e8e" md5="1b29b34ed80ea09a545eb74fa4c004c5" sha1="7529b35782a207b28a6660602f44f76d77d55e0a"/>
+       </game>
+       <game name="Jewel Quest Trilogy (USA)">
+               <category>Games</category>
+               <description>Jewel Quest Trilogy (USA)</description>
+               <rom name="Jewel Quest Trilogy (USA).iso" size="4699979776" crc="ad080184" md5="0e0c3e5095f975d6f71e6975ac6e5738" sha1="3697a9b096fb71a7818364b2c5cd3963ddcd1dd2"/>
+       </game>
+       <game name="Kevin VanDam Big Bass Challenge (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Kevin VanDam Big Bass Challenge (USA) (En,Fr,Es)</description>
+               <rom name="Kevin VanDam Big Bass Challenge (USA) (En,Fr,Es).iso" size="4699979776" crc="18c6e401" md5="fb7b8b7d2d030c13ddf5ac2e15fcd573" sha1="c36deafcbcc3397fe5376f424e1b636e6606181f"/>
+       </game>
+       <game name="Let's Tap (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Let's Tap (USA) (En,Fr,Es)</description>
+               <rom name="Let's Tap (USA) (En,Fr,Es).iso" size="4699979776" crc="c99169e5" md5="d97b853c3f06c2e0819c20caf4fb5043" sha1="9c3c04fe6a7fdf03218afd02b26e96dec41e6dc8"/>
+       </game>
+       <game name="MLB Superstars (USA)">
+               <category>Games</category>
+               <description>MLB Superstars (USA)</description>
+               <rom name="MLB Superstars (USA).iso" size="4699979776" crc="2e9d240c" md5="2ff37488285ac3cd1ea135fcc810b3ea" sha1="31e6dc5daee954b68c3aec3eea6c111acf8e4c83"/>
+       </game>
+       <game name="Oops! Prank Party (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Oops! Prank Party (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Oops! Prank Party (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="44b0f872" md5="9bfd9fb62416ce258d736544e054d828" sha1="aba297b2e6bcbec7b65604bc9466c83415fc00e1"/>
+       </game>
+       <game name="Party Pigs Farmyard Games (USA)">
+               <category>Games</category>
+               <description>Party Pigs Farmyard Games (USA)</description>
+               <rom name="Party Pigs Farmyard Games (USA).iso" size="4699979776" crc="b6347d90" md5="ed94a4a5566829943c22d2c281ad81eb" sha1="2aaa02686847ebbbfea9a4837364829c44fb127a"/>
+       </game>
+       <game name="Pet Pals - Animal Doctor (USA)">
+               <category>Games</category>
+               <description>Pet Pals - Animal Doctor (USA)</description>
+               <rom name="Pet Pals - Animal Doctor (USA).iso" size="4699979776" crc="79ed9a85" md5="6059cdec9b7892f7440c83fad6f176d4" sha1="c84efdceab6361913f34c6d398c6a81d1b5b44d0"/>
+       </game>
+       <game name="Rock Blast (USA)">
+               <category>Games</category>
+               <description>Rock Blast (USA)</description>
+               <rom name="Rock Blast (USA).iso" size="4699979776" crc="d72c083a" md5="4c5674a7a79e5037da57a2c940542327" sha1="a5a26b764c84d2f63556aee16c328c1f0a082fd8"/>
+       </game>
+       <game name="Sesame Street - Elmo's Musical Monsterpiece - The Videogame (USA) (En,Es)">
+               <category>Games</category>
+               <description>Sesame Street - Elmo's Musical Monsterpiece - The Videogame (USA) (En,Es)</description>
+               <rom name="Sesame Street - Elmo's Musical Monsterpiece - The Videogame (USA) (En,Es).iso" size="4699979776" crc="6f736d2e" md5="fe40ece6a89830618a217d4ee8eb8a66" sha1="f87e363875ebd35733dfaa4f5aa5f2101bac44ed"/>
+       </game>
+       <game name="Solitaire &amp; Mahjong (USA)">
+               <category>Games</category>
+               <description>Solitaire &amp; Mahjong (USA)</description>
+               <rom name="Solitaire &amp; Mahjong (USA).iso" size="4699979776" crc="ed4f1e59" md5="f7b90ae3b37d1380656f55ec4ee617ac" sha1="de518d5174f551cd4b9a01848ac818c41bc5b341"/>
+       </game>
+       <game name="Speed (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Speed (USA) (En,Fr,Es)</description>
+               <rom name="Speed (USA) (En,Fr,Es).iso" size="4699979776" crc="385ec981" md5="797c748378798c7a6e16056702611515" sha1="299a79d61100e9dd8cb9ef6beb5016f52ce8b80a"/>
+       </game>
+       <game name="Team Elimination Games (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Team Elimination Games (USA) (En,Fr,Es)</description>
+               <rom name="Team Elimination Games (USA) (En,Fr,Es).iso" size="4699979776" crc="df713b67" md5="619272e1c15a2206327ee61295d22bf5" sha1="ed89ee62e5a02e385156019acc7e9dc3479853a2"/>
+       </game>
+       <game name="Grim Adventures of Billy &amp; Mandy, The (Europe)">
+               <category>Games</category>
+               <description>Grim Adventures of Billy &amp; Mandy, The (Europe)</description>
+               <rom name="Grim Adventures of Billy &amp; Mandy, The (Europe).iso" size="4699979776" crc="d8806d4b" md5="ceaf80104c1db44e4711dc9bca4637ef" sha1="0af4e00a03c1f1f9129c651257f935b2adf4180c"/>
+       </game>
+       <game name="Dancing on Ice (Europe)">
+               <category>Games</category>
+               <description>Dancing on Ice (Europe)</description>
+               <rom name="Dancing on Ice (Europe).iso" size="4699979776" crc="ca1ec370" md5="67e0da11e0d0de346472e69a44162d9f" sha1="95b79c16de2ef57e7899b14f887e288190c9ffb9"/>
+       </game>
+       <game name="007 - Quantum of Solace (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>007 - Quantum of Solace (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="007 - Quantum of Solace (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="446b9869" md5="9f533ebb38c911666fedf17ed7c6903d" sha1="9bf42f198164660aaafdd79410dc2e1a3a510389"/>
+       </game>
+       <game name="Deal or No Deal - Special Edition (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Deal or No Deal - Special Edition (USA) (En,Fr,Es)</description>
+               <rom name="Deal or No Deal - Special Edition (USA) (En,Fr,Es).iso" size="4699979776" crc="748f8688" md5="65c75d4c1d518bfb2b0173385da8f261" sha1="63509b31d39bdefd829b6b4ccda88e4f27963662"/>
+       </game>
+       <game name="Bibi &amp; Tina - Das grosse Reiterfest (Germany)">
+               <category>Games</category>
+               <description>Bibi &amp; Tina - Das grosse Reiterfest (Germany)</description>
+               <rom name="Bibi &amp; Tina - Das grosse Reiterfest (Germany).iso" size="4699979776" crc="cd6a153a" md5="d74edb4950a979d9e88835cc38a0a86a" sha1="b3ad9a8ca9e0ea1146fbcc264ce97173ba00e74d"/>
+       </game>
+       <game name="Disney-Pixar Cars 2 (Europe) (Fr,De,It)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars 2 (Europe) (Fr,De,It)</description>
+               <rom name="Disney-Pixar Cars 2 (Europe) (Fr,De,It).iso" size="4699979776" crc="d8f95ec6" md5="b03a7e40a66535a0d57bf693b0bf40c7" sha1="b841f7987d013432a43b426c4f9e4bec0c7ea449"/>
+       </game>
+       <game name="FIFA 12 (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>FIFA 12 (Europe) (De,Es,It)</description>
+               <rom name="FIFA 12 (Europe) (De,Es,It).iso" size="4699979776" crc="b09fea43" md5="af820262d4072331d526818e1bc8fda8" sha1="28c865786359370fe8e1736c3aec5370a3155ef8"/>
+       </game>
+       <game name="FIFA 14 - Legacy Edition (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>FIFA 14 - Legacy Edition (Europe) (De,Es,It)</description>
+               <rom name="FIFA 14 - Legacy Edition (Europe) (De,Es,It).iso" size="4699979776" crc="f1f28c17" md5="eea4412d371ef1b10ed17f5b5b2c9a5f" sha1="7086927bb81f0f5cb9c70f49113b958c1a54c033"/>
+       </game>
+       <game name="Inazuma Eleven Strikers (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Inazuma Eleven Strikers (Europe) (En,Fr,De)</description>
+               <rom name="Inazuma Eleven Strikers (Europe) (En,Fr,De).iso" size="4699979776" crc="17553a0d" md5="f0a3bfeab63f2e96b6b2bd9cc6658b6c" sha1="448302400d05d5ddd149e5176043765daa788641"/>
+       </game>
+       <game name="Mario &amp; Sonic at the London 2012 Olympic Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko)">
+               <category>Games</category>
+               <description>Mario &amp; Sonic at the London 2012 Olympic Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko)</description>
+               <rom name="Mario &amp; Sonic at the London 2012 Olympic Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko).iso" size="4699979776" crc="77cd11cf" md5="700cc0c85e274dfbf844a762b45ef741" sha1="096edc40f9bb1e7f324a321f1451ef1d6ef73d9c"/>
+       </game>
+       <game name="Sports Island 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sports Island 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sports Island 3 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="28016aa0" md5="37e52fe0309c1f5f6a1f72c502f9268f" sha1="cc50ea47ba4670aeac92836cac943964b83badc5"/>
+       </game>
+       <game name="Wii Sports Resort (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Wii Sports Resort (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="c6628cc4" md5="1f33c715abd56f36db5b66b8d7000c7b" sha1="ba229eb780d07618dc56e4210bf481e80ce8cf14"/>
+       </game>
+       <game name="Fit &amp; Fun - Your Virtual Personal Coach (Europe)">
+               <category>Games</category>
+               <description>Fit &amp; Fun - Your Virtual Personal Coach (Europe)</description>
+               <rom name="Fit &amp; Fun - Your Virtual Personal Coach (Europe).iso" size="4699979776" crc="0fd69276" md5="cd1e0f0c6e6925253547c1263f6ff672" sha1="0e0da3bdc8a810ed9b621ee7923639a3b8ffd159"/>
+       </game>
+       <game name="Movie-Ch Install Disc Ver. A (USA) (En,Fr,Es)">
+               <category>Applications</category>
+               <description>Movie-Ch Install Disc Ver. A (USA) (En,Fr,Es)</description>
+               <rom name="Movie-Ch Install Disc Ver. A (USA) (En,Fr,Es).iso" size="4699979776" crc="323cd17a" md5="f764eb7ed9fd5d6db55ddc7fe1200354" sha1="928d8a791d0a4eec80fb89b7657a872def023339"/>
+       </game>
+       <game name="Let's Sing 2014 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2014 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2014 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0a165fbc" md5="e1b1ace8eead904f40e5b023261997c4" sha1="e247b2c4f6edc8444dec59289f123487fe811eda"/>
+       </game>
+       <game name="Case Closed - The Mirapolis Investigation (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Case Closed - The Mirapolis Investigation (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Case Closed - The Mirapolis Investigation (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1fa0b06d" md5="f32a4d533aa03d8fb41a9ead575a9331" sha1="2a469337006982518208a4c3967ee651f559cd06"/>
+       </game>
+       <game name="Disney Violetta - Rhythm &amp; Music (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Disney Violetta - Rhythm &amp; Music (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Disney Violetta - Rhythm &amp; Music (Europe) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="36f56b82" md5="bdae6c5dd77a438a01b462a13ef53f71" sha1="04f245baf58d577617eab4df1ddc5f0524e19057"/>
+       </game>
+       <game name="Meine ersten Mitsing-Lieder (Germany)">
+               <category>Games</category>
+               <description>Meine ersten Mitsing-Lieder (Germany)</description>
+               <rom name="Meine ersten Mitsing-Lieder (Germany).iso" size="4699979776" crc="43ea37a7" md5="bfe4a7cc916b58f92e3d7d2cc0208856" sha1="c851dbc157a48bbddf63b6390ea67541da4f103d"/>
+       </game>
+       <game name="Disney The Princess and the Frog (Europe) (En,De,It,Ru)">
+               <category>Games</category>
+               <description>Disney The Princess and the Frog (Europe) (En,De,It,Ru)</description>
+               <rom name="Disney The Princess and the Frog (Europe) (En,De,It,Ru).iso" size="4699979776" crc="a1aeb932" md5="5414553737c17a47b1455278cfaf2841" sha1="0100fe6bbc8f7528d65b8764ac3b7f4295ef8e75"/>
+       </game>
+       <game name="Mystery Case Files - The Malgrave Incident (USA) (Demo)">
+               <category>Demos</category>
+               <description>Mystery Case Files - The Malgrave Incident (USA) (Demo)</description>
+               <rom name="Mystery Case Files - The Malgrave Incident (USA) (Demo).iso" size="4699979776" crc="01fd0ff5" md5="34367719979cdf49cc2546323af8f2e9" sha1="5862ac85d25949d36697569b21bb87bb1626bc63"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="6fb01a36" md5="2244d06baa378862f1629b68c261772c" sha1="4c8fb71b917fb0f3391fdb3fd29bb7e76ca9f181"/>
+       </game>
+       <game name="Boom Blox (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Boom Blox (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Boom Blox (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="ffa2ce33" md5="6b9433aee2d713c8de200ce713486a77" sha1="1a02ae0bb2dfc154cdf9f4c8584908b38940d404"/>
+       </game>
+       <game name="Monster Hunter Tri (USA) (Demo)">
+               <category>Demos</category>
+               <description>Monster Hunter Tri (USA) (Demo)</description>
+               <rom name="Monster Hunter Tri (USA) (Demo).iso" size="4699979776" crc="bb169e24" md5="b44911c27736eb299c4fd39409ce745a" sha1="056d4456ba704a2bff319eb781ae138676fbf055"/>
+       </game>
+       <game name="Oops! Prank Party (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Oops! Prank Party (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Oops! Prank Party (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="ec859303" md5="1cb5ea54afc6e73fdde482a21d48e8f0" sha1="b3752544322cdd8c19055a7a191213697a0e9125"/>
+       </game>
+       <game name="Activision Demo Action Pack (USA)">
+               <category>Demos</category>
+               <description>Activision Demo Action Pack (USA)</description>
+               <rom name="Activision Demo Action Pack (USA).iso" size="4699979776" crc="ab47ace6" md5="d2c86ebdcd1e79b267e0a90c9e4de684" sha1="b5d07f79214ccf1f556bef0bb978850423e9e45d"/>
+       </game>
+       <game name="Aqua Panic! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Aqua Panic! (USA) (En,Fr,Es)</description>
+               <rom name="Aqua Panic! (USA) (En,Fr,Es).iso" size="4699979776" crc="67138292" md5="264cd0ace34297d63d6dad84149b6e8b" sha1="c46ba9aaaaf0eb25426e2b2e8d781e45c9af2231"/>
+       </game>
+       <game name="Order Up! (USA)">
+               <category>Games</category>
+               <description>Order Up! (USA)</description>
+               <rom name="Order Up! (USA).iso" size="4699979776" crc="eecb595e" md5="4ad64941a21e945223f829182d85c6fe" sha1="dc39052883880c0cc04495ce274e83953fa2de71"/>
+       </game>
+       <game name="Disney Sing It - Family Hits (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney Sing It - Family Hits (USA) (En,Fr,Es)</description>
+               <rom name="Disney Sing It - Family Hits (USA) (En,Fr,Es).iso" size="4699979776" crc="2b4df0be" md5="60ef12e9e1620bd7efa91b5bb9704caa" sha1="7e7f2dc9867ef3499173e800cdd7071eb95f9c0d"/>
+       </game>
+       <game name="American Mensa Academy (USA)">
+               <category>Games</category>
+               <description>American Mensa Academy (USA)</description>
+               <rom name="American Mensa Academy (USA).iso" size="4699979776" crc="01ef7738" md5="bf0f5d5bad7e541229a5959f207e4de8" sha1="c0e641cdf2d5e8a57d40354b4ae2a2ee104d6fdd"/>
+       </game>
+       <game name="Muramasa - The Demon Blade (USA) (Demo)">
+               <category>Demos</category>
+               <description>Muramasa - The Demon Blade (USA) (Demo)</description>
+               <rom name="Muramasa - The Demon Blade (USA) (Demo).iso" size="4699979776" crc="ed7eb2e6" md5="c459f3d252451d2f471e875019015f35" sha1="6b29d08cb15746d55e17e20975bfd5004ab7d1a1"/>
+       </game>
+       <game name="Smart Series Presents - Jaja's Adventure (USA)">
+               <category>Games</category>
+               <description>Smart Series Presents - Jaja's Adventure (USA)</description>
+               <rom name="Smart Series Presents - Jaja's Adventure (USA).iso" size="4699979776" crc="e191c647" md5="c8e2a797bab20c700a7ae169ec67921f" sha1="f982e49300011c7ee8d4784aae8f1010d5f929c9"/>
+       </game>
+       <game name="Benjamin Bluemchen - Toeroeoeoe im Zoo (Germany)">
+               <category>Games</category>
+               <description>Benjamin Bluemchen - Toeroeoeoe im Zoo (Germany)</description>
+               <rom name="Benjamin Bluemchen - Toeroeoeoe im Zoo (Germany).iso" size="4699979776" crc="45622d24" md5="7865ff40e93a280858b44f361b316391" sha1="aed5623b361d569e0125282499de87657a8ccd7f"/>
+       </game>
+       <game name="Scooby-Doo! and the Spooky Swamp (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Scooby-Doo! and the Spooky Swamp (USA) (En,Fr,Es)</description>
+               <rom name="Scooby-Doo! and the Spooky Swamp (USA) (En,Fr,Es).iso" size="4699979776" crc="4e79677e" md5="2862fa632054ee0cd90828dac80b162b" sha1="554bd5d066dd4f4ec443cdd6b715cae68740fe8a"/>
+       </game>
+       <game name="Disney-Pixar Brave (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Brave (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney-Pixar Brave (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="72ef08d8" md5="a15c355094d48c79c78367c29afb4c22" sha1="aff7ae3941c47d0d811924ff1274bfa449c8d74a"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl)</description>
+               <rom name="Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl).iso" size="4699979776" crc="6fbe98ef" md5="1c230a17880107364cfdb69cb5db1ee2" sha1="23c09c757aa540dda1865788a2900333aa63ca28"/>
+       </game>
+       <game name="DreamWorks How to Train Your Dragon (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks How to Train Your Dragon (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DreamWorks How to Train Your Dragon (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="71c3716d" md5="0c15615326c76b661222878d6ada054c" sha1="bbfb2c4bfe6ff5f079eb3ee71c1bbae93a16e565"/>
+       </game>
+       <game name="Just Dance Kids (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance Kids (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance Kids (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0fe40a1a" md5="ff207801d7baec51f276a975a32b4593" sha1="1d9d96932a6b9ea6459fe3bcd2bd7c6288463201"/>
+       </game>
+       <game name="Princess Lillifee - The Big Fairy Party (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Princess Lillifee - The Big Fairy Party (Europe) (En,Fr,De)</description>
+               <rom name="Princess Lillifee - The Big Fairy Party (Europe) (En,Fr,De).iso" size="4699979776" crc="b97e7c84" md5="b492d5146a23be62590fc46328313663" sha1="fd5ecfd3465c54a1d1065c11ff1b2c90b7a30a08"/>
+       </game>
+       <game name="Space Camp (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Space Camp (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Space Camp (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0fde069c" md5="203a22b444bc96f86310b7eb2591888a" sha1="eb4aa168fc2f76b9bce670718e8139c86e76a468"/>
+       </game>
+       <game name="Yogi Bear - The Video Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yogi Bear - The Video Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yogi Bear - The Video Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="245cef42" md5="20704800b10f29a8f0cf976b01ed72c9" sha1="a7510667dbd9c996745ec7acf5565732bb6d674f"/>
+       </game>
+       <game name="LEGO Batman 2 - DC Super Heroes (Europe) (En,Fr,De,Es,It,Nl,Da)">
+               <category>Games</category>
+               <description>LEGO Batman 2 - DC Super Heroes (Europe) (En,Fr,De,Es,It,Nl,Da)</description>
+               <rom name="LEGO Batman 2 - DC Super Heroes (Europe) (En,Fr,De,Es,It,Nl,Da).iso" size="4699979776" crc="d1ce08ba" md5="fd291ec2c401631bba3debfcc6d5eae3" sha1="412ecb8856adc2c2aeb4aa41b442877de2cb6461"/>
+       </game>
+       <game name="DreamWorks Penguins of Madagascar (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks Penguins of Madagascar (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DreamWorks Penguins of Madagascar (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1929196c" md5="9ee5d3753c08cea2af2a20e0f1978cf9" sha1="35dd1aaa6d39ebe136a92defc72e3b31eec1b285"/>
+       </game>
+       <game name="DreamWorks Turbo - Super Stunt Squad (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks Turbo - Super Stunt Squad (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DreamWorks Turbo - Super Stunt Squad (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a7f34064" md5="d64a48b1933fb895ddfb26d6565d1c00" sha1="776c31dee698195a09b7ee6e4194096efefaa23a"/>
+       </game>
+       <game name="LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da) (Rev 1)">
+               <category>Games</category>
+               <description>LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da) (Rev 1)</description>
+               <rom name="LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da) (Rev 1).iso" size="4699979776" crc="4145e6eb" md5="709ee1b7b93aa616b9a23cd8fc9cb33f" sha1="90b7cfeaba66c5a94b7bb11756f6c1056ffa3317"/>
+       </game>
+       <game name="Scooby-Doo! and the Spooky Swamp (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Scooby-Doo! and the Spooky Swamp (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Scooby-Doo! and the Spooky Swamp (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0fe8c045" md5="3d4743baba59b396dab912a39d1d6955" sha1="010100ffed83b3ff620290e38b7d49d8a0d18b8b"/>
+       </game>
+       <game name="Disney Planes (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Planes (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Planes (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c7c5c0ab" md5="e39000eda7772cc62faaf01dcdc5a4cf" sha1="5ec32f4d7f63d430107a215d769da5d4a4266f00"/>
+       </game>
+       <game name="Ben 10 - Omniverse 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ben 10 - Omniverse 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ben 10 - Omniverse 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6b346445" md5="d9d0b0d4ddcdd435060fa2c73a3e9ae0" sha1="d19c9e10fe2fbc9b7086116c55a2ef9b6d3b9711"/>
+       </game>
+       <game name="Disney Epic Mickey (USA) (Demo)">
+               <category>Demos</category>
+               <description>Disney Epic Mickey (USA) (Demo)</description>
+               <rom name="Disney Epic Mickey (USA) (Demo).iso" size="4699979776" crc="b38b2a1e" md5="e79f97f317e38b8f34ccc95b0699dd4f" sha1="d0ac39d82d693e694c371a1e203ab1b4224da60e"/>
+       </game>
+       <game name="Rock Band - Country Track Pack 2 (USA)">
+               <category>Games</category>
+               <description>Rock Band - Country Track Pack 2 (USA)</description>
+               <rom name="Rock Band - Country Track Pack 2 (USA).iso" size="4699979776" crc="0d5fa867" md5="90f436cf3b68479bd11871c047295885" sha1="08e14bead4be86ca4bd6ec556c13434d5c1de43a"/>
+       </game>
+       <game name="Fritz Chess (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Fritz Chess (USA) (En,Fr,Es)</description>
+               <rom name="Fritz Chess (USA) (En,Fr,Es).iso" size="4699979776" crc="40b8ec7b" md5="c1db3a2ce53cfd66fc522d3e251f907c" sha1="1b6523ce687e08bd70f8ae3dbf001f3615bb3e27"/>
+       </game>
+       <game name="Surf's Up (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Surf's Up (USA) (En,Fr,Es)</description>
+               <rom name="Surf's Up (USA) (En,Fr,Es).iso" size="4699979776" crc="1751b1b5" md5="633b98b8b66443c6c1e9224eaf2aea57" sha1="96d676287d990942b7fe005f39982a5e50324955"/>
+       </game>
+       <game name="Jillian Michaels Fitness Ultimatum 2011 (USA) (En,Es)">
+               <category>Games</category>
+               <description>Jillian Michaels Fitness Ultimatum 2011 (USA) (En,Es)</description>
+               <rom name="Jillian Michaels Fitness Ultimatum 2011 (USA) (En,Es).iso" size="4699979776" crc="2c5945d9" md5="6bf42a7dea08cfadd7740a0ace8c60be" sha1="76786f8a63e436824efd7c67f0572d2ee6328ecb"/>
+       </game>
+       <game name="Wild West Shootout (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Wild West Shootout (USA) (En,Fr,Es)</description>
+               <rom name="Wild West Shootout (USA) (En,Fr,Es).iso" size="4699979776" crc="d7b157d8" md5="226851ea10c0937a868486bb4abf0a7a" sha1="c2272933027bd26cc08f5394e9da67c26b6a0b2c"/>
+       </game>
+       <game name="Dream Salon (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Dream Salon (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Dream Salon (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="492972b7" md5="7c7ede8c7f2c5b89837be3fb55722be2" sha1="d9238ca4a14339f9b24a192364e739f2629999dc"/>
+       </game>
+       <game name="Dino Strike (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dino Strike (USA) (En,Fr,Es)</description>
+               <rom name="Dino Strike (USA) (En,Fr,Es).iso" size="4699979776" crc="48f98fff" md5="2ef7869b62d2b3c46545334d4f96ea5b" sha1="aa117f48dacde8f5254d463ae0c5fba8f2225ae0"/>
+       </game>
+       <game name="Maximum Racing - Rally Racer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Maximum Racing - Rally Racer (USA) (En,Fr,Es)</description>
+               <rom name="Maximum Racing - Rally Racer (USA) (En,Fr,Es).iso" size="4699979776" crc="2ab1471e" md5="8cafebda3b365b2e5de72532fa4ee293" sha1="af61c6c30c408ee1dca06131c5b7a033d63d65e3"/>
+       </game>
+       <game name="Hooked! Real Motion Fishing (USA)">
+               <category>Games</category>
+               <description>Hooked! Real Motion Fishing (USA)</description>
+               <rom name="Hooked! Real Motion Fishing (USA).iso" size="4699979776" crc="0f4a09e9" md5="9ce3c885bce04ba9a2074889f15f89a5" sha1="b121997b648cf8f0c868a4437455c10588e7602b"/>
+       </game>
+       <game name="TrackMania - Build to Race (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>TrackMania - Build to Race (USA) (En,Fr,Es)</description>
+               <rom name="TrackMania - Build to Race (USA) (En,Fr,Es).iso" size="4699979776" crc="9be6cf0c" md5="9cd5b30d2b7fb210de4333ba39480e2d" sha1="8c9faf11291b457201cd92866607225bbd2a2f45"/>
+       </game>
+       <game name="FIFA 15 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>FIFA 15 (USA) (En,Fr,Es)</description>
+               <rom name="FIFA 15 (USA) (En,Fr,Es).iso" size="4699979776" crc="cad80b6b" md5="65f57406bc6956b24431d1e6fb0f482b" sha1="90fb924e9c382c9d0f2141026183080747e7d605"/>
+       </game>
+       <game name="Deca Sports 3 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Deca Sports 3 (USA) (En,Fr,Es)</description>
+               <rom name="Deca Sports 3 (USA) (En,Fr,Es).iso" size="4699979776" crc="5484662b" md5="068205316bc7a3689887f9396c2ae80f" sha1="39b5471bb9fd0bc5239097a2bda801668ec656a3"/>
+       </game>
+       <game name="FIFA Soccer 12 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>FIFA Soccer 12 (USA) (En,Fr,Es)</description>
+               <rom name="FIFA Soccer 12 (USA) (En,Fr,Es).iso" size="4699979776" crc="775cb997" md5="6ccd41695125299a2fbe33ed20648792" sha1="8c96b58721d52088bfa9102d9be505a8302e98d5"/>
+       </game>
+       <game name="Barbie as the Island Princess (USA)">
+               <category>Games</category>
+               <description>Barbie as the Island Princess (USA)</description>
+               <rom name="Barbie as the Island Princess (USA).iso" size="4699979776" crc="90c1befb" md5="d4ad50b069a95c06854211717f50ee62" sha1="597271d292bf676261a690eec37e65c95f57cda0"/>
+       </game>
+       <game name="Grim Adventures of Billy &amp; Mandy, The (USA)">
+               <category>Games</category>
+               <description>Grim Adventures of Billy &amp; Mandy, The (USA)</description>
+               <rom name="Grim Adventures of Billy &amp; Mandy, The (USA).iso" size="4699979776" crc="ef93c4eb" md5="be43ed7fa4a9ef3535bf6fa10d10d2e3" sha1="f33491d8bcb90ca04066204c25ced05fcbf1aabc"/>
+       </game>
+       <game name="Zumba Fitness - World Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Zumba Fitness - World Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Zumba Fitness - World Party (Europe) (En,Fr,De,Es,It).iso" size="8511160320" crc="564d5367" md5="7d0793848d4869fade6d09acf015f15c" sha1="c048b7a8e5cbc2e47cc43b9db8e8ce402d76663c"/>
+       </game>
+       <game name="Disney Princess - My Fairytale Adventure (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Princess - My Fairytale Adventure (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney Princess - My Fairytale Adventure (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="ce21bf3f" md5="03d57a564cb9edfa3970a8f760565ecd" sha1="4afe4ae2d4c1d666d3c396120e698babb9e32771"/>
+       </game>
+       <game name="Virtua Tennis 4 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Virtua Tennis 4 (USA) (En,Fr,Es)</description>
+               <rom name="Virtua Tennis 4 (USA) (En,Fr,Es).iso" size="4699979776" crc="3c8cf3f6" md5="da84697a02cc03ff686a44da11256c7a" sha1="aae95cd694cd87ddb5e0d190fab5c95b1e7472c0"/>
+       </game>
+       <game name="Jelly Belly - Ballistic Beans! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jelly Belly - Ballistic Beans! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jelly Belly - Ballistic Beans! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="298e2e9a" md5="d8ded43e96311d66d58773bf69eff0a8" sha1="e9b5312867ced152bd846729a75a881535b90d2c"/>
+       </game>
+       <game name="2 in 1 - Pony Friends 2 + My Riding Stables - Life with Horses (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>2 in 1 - Pony Friends 2 + My Riding Stables - Life with Horses (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="2 in 1 - Pony Friends 2 + My Riding Stables - Life with Horses (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5f4b54f3" md5="a7212e28d471ca2ccc5bd60285a563f2" sha1="a9aac4c2058161a04aed40ff0b680122cee83847"/>
+       </game>
+       <game name="Disney Think - Das Schnelldenker-Quiz (Germany)">
+               <category>Games</category>
+               <description>Disney Think - Das Schnelldenker-Quiz (Germany)</description>
+               <rom name="Disney Think - Das Schnelldenker-Quiz (Germany).iso" size="4699979776" crc="ffb3a225" md5="2cb4f957109d07bdc86bc04ca071a547" sha1="d89c2f73c7b48985d64d82658beacc9942abd5dd"/>
+       </game>
+       <game name="DreamWorks How to Train Your Dragon 2 (Europe) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>DreamWorks How to Train Your Dragon 2 (Europe) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="DreamWorks How to Train Your Dragon 2 (Europe) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="af291e3e" md5="5ecd589bf73f83088127ce434b5f3220" sha1="f611d501c91ba87354950a4e8c7f4e7baee7ad89"/>
+       </game>
+       <game name="De Blob (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>De Blob (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="De Blob (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="14d08595" md5="cee4ae24f5153a4e69710b6c9b1fb34f" sha1="21187b4d33fcf56428ebf91ff5198800d7e2fa78"/>
+       </game>
+       <game name="Tornado Outbreak (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tornado Outbreak (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tornado Outbreak (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="84ed28bd" md5="b6b0d17e6e2bc3795e83e7b980c4a765" sha1="01f741616abcd7b7d2bacc736c91259be1e6738b"/>
+       </game>
+       <game name="Legend of Spyro, The - Dawn of the Dragon (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - Dawn of the Dragon (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Legend of Spyro, The - Dawn of the Dragon (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="347a5521" md5="9ab8d4be60e477b2e8ae1ca2c215ec4f" sha1="c936eb4e276cd092674b73de5fec77e12a514f6b"/>
+       </game>
+       <game name="Transformers - Ultimate Battle Edition (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Transformers - Ultimate Battle Edition (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Transformers - Ultimate Battle Edition (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="75120f57" md5="581ca16c4ac28f9560aa014a869db38c" sha1="6e6a02b2c0ab44773c462d33127fee2554c459fb"/>
+       </game>
+       <game name="North American Hunting Extravaganza 2 (Europe)">
+               <category>Games</category>
+               <description>North American Hunting Extravaganza 2 (Europe)</description>
+               <rom name="North American Hunting Extravaganza 2 (Europe).iso" size="4699979776" crc="837e8bd9" md5="7b731e011ab1ed10f564a4b7fda435fe" sha1="d748c3775bb1a5a2746077b6256b433ebe38635d"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 1)</description>
+               <rom name="Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 1).iso" size="4699979776" crc="da890540" md5="3ebd689ab59ae4c90a0776c6d92e6cfa" sha1="f0cb863c35b8c41e7713fa1dfbfdce8f5ed4490d"/>
+       </game>
+       <game name="Winter Sports 3 - The Great Tournament (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Winter Sports 3 - The Great Tournament (USA) (En,Fr,Es)</description>
+               <rom name="Winter Sports 3 - The Great Tournament (USA) (En,Fr,Es).iso" size="4699979776" crc="e8a8f1fc" md5="07bc482d6e573088478e0f318aab5399" sha1="8cac51359330adbd0e534daac6242336ed048652"/>
+       </game>
+       <game name="Disney Epic Mickey 2 - The Power of Two (Europe) (Fr,De,It)">
+               <category>Games</category>
+               <description>Disney Epic Mickey 2 - The Power of Two (Europe) (Fr,De,It)</description>
+               <rom name="Disney Epic Mickey 2 - The Power of Two (Europe) (Fr,De,It).iso" size="4699979776" crc="a5332e51" md5="2c48d2643ea5e37afe304a823e9a1e32" sha1="1c032068b7536d6d7b61fe2fd491eb18b724507f"/>
+       </game>
+       <game name="My Vet Practice (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>My Vet Practice (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="My Vet Practice (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4ea5303f" md5="fe4430083f354a4370a25f94ed1040a4" sha1="1ffe2841c11360f5c26b207935b75baede282836"/>
+       </game>
+       <game name="Pet Vet - Marine Patrol (Europe) (En,De)">
+               <category>Games</category>
+               <description>Pet Vet - Marine Patrol (Europe) (En,De)</description>
+               <rom name="Pet Vet - Marine Patrol (Europe) (En,De).iso" size="4699979776" crc="c1445c77" md5="5f4893f25c640ac1c877de96f20c9351" sha1="d2853fe53390ef39836cb3bcd264bf5125ebaf39"/>
+       </game>
+       <game name="Lernerfolg Grundschule Power Mathe - Der Kopfrechentrainer (Germany) (En,Fr,De,Es,It,Tr)">
+               <category>Educational</category>
+               <description>Lernerfolg Grundschule Power Mathe - Der Kopfrechentrainer (Germany) (En,Fr,De,Es,It,Tr)</description>
+               <rom name="Lernerfolg Grundschule Power Mathe - Der Kopfrechentrainer (Germany) (En,Fr,De,Es,It,Tr).iso" size="4699979776" crc="a76839df" md5="2088fa3d13d0514006036f6bfd8ae21c" sha1="da8e1500b867e6e5bef0bbcc72abc5ac594a3014"/>
+       </game>
+       <game name="Overlord - Dark Legend (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Overlord - Dark Legend (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Overlord - Dark Legend (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5860110d" md5="0fc8e4fcaf632de63eee008653cb201b" sha1="67a50c0adfd3f9167079db3638be6d64a093c38e"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney-Pixar WALL-E (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="c301fefb" md5="23c38b8ac423d1d2c0dd04d7fed8a205" sha1="3d3366d1feb3f0b7f6787ce2f46ebcd3ff1bc304"/>
+       </game>
+       <game name="Zumba Fitness Core (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Zumba Fitness Core (USA) (En,Fr,Es)</description>
+               <rom name="Zumba Fitness Core (USA) (En,Fr,Es).iso" size="4699979776" crc="edf9f281" md5="98eb1b9174c9ebc818366e37c503bee3" sha1="8b643ce8387b99a1b2703bc45d97788a72abfd8f"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Europe) (Fr,Nl)</description>
+               <rom name="Disney-Pixar WALL-E (Europe) (Fr,Nl).iso" size="4699979776" crc="6955c42c" md5="045f666e1a6a0c861052e3b71c952ccd" sha1="60a47cf90e5bf28759d68bccc1cfa73cc4f044b4"/>
+       </game>
+       <game name="TrackMania (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>TrackMania (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="TrackMania (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d57a33f2" md5="9af86257e4135f486d808064782d76c2" sha1="5faa92f6cb9f624fe68d108ae3bf5c8ef3d9cf42"/>
+       </game>
+       <game name="Need for Speed - Undercover (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Need for Speed - Undercover (Europe) (Fr,De)</description>
+               <rom name="Need for Speed - Undercover (Europe) (Fr,De).iso" size="4699979776" crc="26962615" md5="0a46463b96f1b11828b620f581c82410" sha1="4da76ba145821c6d23edb24792551ea8b3e41c49"/>
+       </game>
+       <game name="Zumba Fitness - World Party (USA)">
+               <category>Games</category>
+               <description>Zumba Fitness - World Party (USA)</description>
+               <rom name="Zumba Fitness - World Party (USA).iso" size="8511160320" crc="d7c714c5" md5="33f95b7237881bb1f7b34e9d250442e5" sha1="1636d812fab7b576890b73761d5236d07489cfc8"/>
+       </game>
+       <game name="Barbie - Jet, Set &amp; Style! (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Barbie - Jet, Set &amp; Style! (USA) (En,Fr,Es)</description>
+               <rom name="Barbie - Jet, Set &amp; Style! (USA) (En,Fr,Es).iso" size="4699979776" crc="9a709226" md5="cf95318be5bb1de4c24a5876d2891919" sha1="95313ceb618501d6b974f115204106ecb63c9bd8"/>
+       </game>
+       <game name="Top Model Academy (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Top Model Academy (Europe) (En,Fr,Es,It)</description>
+               <rom name="Top Model Academy (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="c4b302f9" md5="54b3e0b08b96e5a6b2a2d3159fc8847d" sha1="c60a98cc268c28d71dfddaf58610fd840d14a587"/>
+       </game>
+       <game name="My French Coach - Improve Your French (Europe)">
+               <category>Games</category>
+               <description>My French Coach - Improve Your French (Europe)</description>
+               <rom name="My French Coach - Improve Your French (Europe).iso" size="4699979776" crc="6fc4bb59" md5="8cfd99b1c2fd4aa06f7100a3200f8e55" sha1="9cf739d4e81d6f99a4e85feca9b032ad8b832d36"/>
+       </game>
+       <game name="Cheggers Party Quiz (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cheggers Party Quiz (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cheggers Party Quiz (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c5792271" md5="9cd36d26af4e0f09eaead410999a5cd5" sha1="4bd0a2e2c8114ba194b7c33b8ebbf1657778e8e7"/>
+       </game>
+       <game name="Kylie Sing &amp; Dance (Europe)">
+               <category>Games</category>
+               <description>Kylie Sing &amp; Dance (Europe)</description>
+               <rom name="Kylie Sing &amp; Dance (Europe).iso" size="4699979776" crc="4ad1fe8b" md5="4335f0fc3c4d5997e7d50b5ab775862f" sha1="044de00193ef318ab4f95a7a938b849a7d42560e"/>
+       </game>
+       <game name="Winter Sports 2 - The Next Challenge (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Winter Sports 2 - The Next Challenge (USA) (En,Fr)</description>
+               <rom name="Winter Sports 2 - The Next Challenge (USA) (En,Fr).iso" size="4699979776" crc="8c6b0ce6" md5="dd8065208c53a638bd116853b0223c2f" sha1="981c9edfa3243fa3e48da58fba6afae6db9cfcff"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2011 - Special Edition (USA)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2011 - Special Edition (USA)</description>
+               <rom name="Cabela's Dangerous Hunts 2011 - Special Edition (USA).iso" size="4699979776" crc="93f3da24" md5="95deca08915d685855ac497c20a6d39c" sha1="873d414a597959e46509c4bbe73e37819c6154c2"/>
+       </game>
+       <game name="Disney Epic Mickey 2 - The Power of Two (Europe) (En,Fr,Es,Nl,Pt,Tr)">
+               <category>Games</category>
+               <description>Disney Epic Mickey 2 - The Power of Two (Europe) (En,Fr,Es,Nl,Pt,Tr)</description>
+               <rom name="Disney Epic Mickey 2 - The Power of Two (Europe) (En,Fr,Es,Nl,Pt,Tr).iso" size="4699979776" crc="265025a8" md5="830c0624af6852b9d5501a9607bb92b9" sha1="47e9279f20158fbff2b91a8338ebe622ef599d6a"/>
+       </game>
+       <game name="Super Karts (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Karts (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Karts (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a4cca818" md5="49453ab1b7a8817d205711d80f48c5ae" sha1="47978fa23b45749b8b20828041a5449aa3db98f2"/>
+       </game>
+       <game name="Disney Princess - My Fairytale Adventure (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Princess - My Fairytale Adventure (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Princess - My Fairytale Adventure (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2d0c6d8a" md5="51d51371f9d65503fdc17f8260b5a0f2" sha1="cc563ebcd8344c302e6ce902843136c74a8fb043"/>
+       </game>
+       <game name="Sims 3, The (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Sims 3, The (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Sims 3, The (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="934a5f05" md5="7ddb6ec492d106acdfc69114662c87cc" sha1="ad36068e0bad1451073a8d1d2a8644a7c868030a"/>
+       </game>
+       <game name="World of Zoo (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)">
+               <category>Games</category>
+               <description>World of Zoo (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)</description>
+               <rom name="World of Zoo (Europe) (En,Fr,De,Es,It,Nl,Sv,Da).iso" size="4699979776" crc="f10c63c4" md5="87c1f7f057a9e29f0e812fd068d21652" sha1="02843d3909eee3eb7423ea52a8816304cdf129a4"/>
+       </game>
+       <game name="Reader Rabbit - Kindergarten (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Educational</category>
+               <description>Reader Rabbit - Kindergarten (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Reader Rabbit - Kindergarten (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="f4530e40" md5="0241e862b35f8cf39c10d19744ae98ed" sha1="002cc2418614ff6812aa92d8b06ce60bb440c945"/>
+       </game>
+       <game name="Bakugan - Defenders of the Core (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Bakugan - Defenders of the Core (USA) (En,Fr)</description>
+               <rom name="Bakugan - Defenders of the Core (USA) (En,Fr).iso" size="4699979776" crc="738f0827" md5="1260e38eac503e703b1c7f3d2cfc0b29" sha1="fe8e07118795cbf54beba98d729cd1a7c0b65c36"/>
+       </game>
+       <game name="Heathcliff! The Fast and the Furriest (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Heathcliff! The Fast and the Furriest (USA) (En,Fr,Es)</description>
+               <rom name="Heathcliff! The Fast and the Furriest (USA) (En,Fr,Es).iso" size="4699979776" crc="2e9db684" md5="a2a1884edc9f2327ddbac5401702623b" sha1="ef6e67266626b163d4661ace704b2c3bcac938e6"/>
+       </game>
+       <game name="Let's Play Garden (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Let's Play Garden (USA) (En,Fr,Es)</description>
+               <rom name="Let's Play Garden (USA) (En,Fr,Es).iso" size="4699979776" crc="6cf37fd6" md5="1c610c08d2733f119317c2be9cbc471b" sha1="00a8b8994e1adef41bf9707f668fd8711704318d"/>
+       </game>
+       <game name="Medieval Games (USA)">
+               <category>Games</category>
+               <description>Medieval Games (USA)</description>
+               <rom name="Medieval Games (USA).iso" size="4699979776" crc="9e707fa4" md5="b43329e9151f7fda4bd1c3664ec677c9" sha1="ea5231b72f7e7b0b45f842829f1e57daa9456726"/>
+       </game>
+       <game name="Monster High - 13 Wishes (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster High - 13 Wishes (USA) (En,Fr,Es)</description>
+               <rom name="Monster High - 13 Wishes (USA) (En,Fr,Es).iso" size="4699979776" crc="dfb05729" md5="0013dede3b917818fe26a431387dcc3a" sha1="84c454147bf1f184ad6c060258683b7aa257bb2d"/>
+       </game>
+       <game name="Baseball Blast! (USA)">
+               <category>Games</category>
+               <description>Baseball Blast! (USA)</description>
+               <rom name="Baseball Blast! (USA).iso" size="4699979776" crc="410a12e6" md5="02492e06e6a8b9959ab160b2d0221c72" sha1="4afcb5ad7cf31def64769d32d34b71c1c7ad2b9c"/>
+       </game>
+       <game name="Calling (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Calling (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Calling (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="c636abdf" md5="eb56c4ff9b0fb1faeca6db995c6619f9" sha1="fe3b725bbaadaefaaf03624bff5d2639e2ee2205"/>
+       </game>
+       <game name="Chuck E. Cheese's Sports Games (USA)">
+               <category>Games</category>
+               <description>Chuck E. Cheese's Sports Games (USA)</description>
+               <rom name="Chuck E. Cheese's Sports Games (USA).iso" size="4699979776" crc="5d5affea" md5="af6e60c795d0b9604683b01bd8eaea26" sha1="ba8241923cb4ed5c2fcce3ddad6a3d36968e9c3a"/>
+       </game>
+       <game name="FIFA 08 (USA) (En,Es)">
+               <category>Games</category>
+               <description>FIFA 08 (USA) (En,Es)</description>
+               <rom name="FIFA 08 (USA) (En,Es).iso" size="4699979776" crc="9659c726" md5="a785f88af3216584315476fb51301e2c" sha1="a1d56e8675f1f4a7435d2499ea78b86ee34a324f"/>
+       </game>
+       <game name="Gremlins - Gizmo (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Gremlins - Gizmo (USA) (En,Fr,Es)</description>
+               <rom name="Gremlins - Gizmo (USA) (En,Fr,Es).iso" size="4699979776" crc="f65da019" md5="d34ebd640ecfae8e19eaeede5ca60160" sha1="e8d7046e8770fc97430842bf6b0a03af0f58456a"/>
+       </game>
+       <game name="Grey's Anatomy - The Video Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Grey's Anatomy - The Video Game (USA) (En,Fr,Es)</description>
+               <rom name="Grey's Anatomy - The Video Game (USA) (En,Fr,Es).iso" size="4699979776" crc="e3f23001" md5="1ed20033a0491cd04c32f8149be4819e" sha1="aaba34da8260d46738fcce09417252d6e1565d84"/>
+       </game>
+       <game name="Jewel Master - Cradle of Rome (USA)">
+               <category>Games</category>
+               <description>Jewel Master - Cradle of Rome (USA)</description>
+               <rom name="Jewel Master - Cradle of Rome (USA).iso" size="4699979776" crc="346ee972" md5="28042a0e10b3f3357c8d4c5e5ab9c481" sha1="0258a7647bcad7643ce6b3bb2d8b577a1db30293"/>
+       </game>
+       <game name="Maximum Racing - Super Karts (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Maximum Racing - Super Karts (USA) (En,Fr,Es)</description>
+               <rom name="Maximum Racing - Super Karts (USA) (En,Fr,Es).iso" size="4699979776" crc="0bae2568" md5="04f0a5b98dff688c5b62ea388a9579c6" sha1="79e579e588a99ea117b9012085bf2ff979f49ece"/>
+       </game>
+       <game name="MiniCopter Adventure Flight (USA)">
+               <category>Games</category>
+               <description>MiniCopter Adventure Flight (USA)</description>
+               <rom name="MiniCopter Adventure Flight (USA).iso" size="4699979776" crc="f703d9e6" md5="009e0a27d1f3f26e98d7e1479a8d0567" sha1="de7d84db2d45f59c10f839bfef23e02152af2d7a"/>
+       </game>
+       <game name="Pinball Hall of Fame - The Gottlieb Collection (USA)">
+               <category>Games</category>
+               <description>Pinball Hall of Fame - The Gottlieb Collection (USA)</description>
+               <rom name="Pinball Hall of Fame - The Gottlieb Collection (USA).iso" size="4699979776" crc="42ebf854" md5="d53fad01d05c88515e087d6d06aec151" sha1="71b2a1d5632c78a13545195fad36679247dbe7cc"/>
+       </game>
+       <game name="Professor Heinz Wolff's Gravity (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Professor Heinz Wolff's Gravity (USA) (En,Fr,Es)</description>
+               <rom name="Professor Heinz Wolff's Gravity (USA) (En,Fr,Es).iso" size="4699979776" crc="3dd3e788" md5="f3306e4c8cc30c84d638796d44a4c439" sha1="d9d48345afc24a6b89c048232f733c7977c6f1f0"/>
+       </game>
+       <game name="Water Sports (USA)">
+               <category>Games</category>
+               <description>Water Sports (USA)</description>
+               <rom name="Water Sports (USA).iso" size="4699979776" crc="32c3655e" md5="890c31bcb1b5f3d110e20113e5641ecc" sha1="05fce05085a631e53333a496cdf52cb64a9c3d4c"/>
+       </game>
+       <game name="Mario Party 9 (Korea)">
+               <category>Games</category>
+               <description>Mario Party 9 (Korea)</description>
+               <rom name="Mario Party 9 (Korea).iso" size="4699979776" crc="c04db390" md5="b89dd185f3a8785cbaef7b94c2e2942a" sha1="25d9a211fbc8f327a0cc41fd932ce307cfb71a3a"/>
+       </game>
+       <game name="SSX Blur (Korea)">
+               <category>Games</category>
+               <description>SSX Blur (Korea)</description>
+               <rom name="SSX Blur (Korea).iso" size="4699979776" crc="89e73bd3" md5="d283ba52cc8d3b755709dcae26b90a32" sha1="658216a10fd6870584da2de929b068a5259aee66"/>
+       </game>
+       <game name="Fit in Six (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Fit in Six (USA) (En,Fr,Es)</description>
+               <rom name="Fit in Six (USA) (En,Fr,Es).iso" size="4699979776" crc="2a2682a4" md5="d6b156bdc45a48552003836e00221eb9" sha1="b75080731092db0d4b65afd070aad53e910ba534"/>
+       </game>
+       <game name="Mathews Bow Hunting (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Mathews Bow Hunting (USA) (En,Fr,Es)</description>
+               <rom name="Mathews Bow Hunting (USA) (En,Fr,Es).iso" size="4699979776" crc="ec9c0df1" md5="90457ff43946beea773b976a69b3dd27" sha1="94ef4bf61e32d2ed44fd16363512c5331aae9987"/>
+       </game>
+       <game name="Luxor 3 (USA)">
+               <category>Games</category>
+               <description>Luxor 3 (USA)</description>
+               <rom name="Luxor 3 (USA).iso" size="4699979776" crc="56fdaf51" md5="79be80efe0655bb81349ff6d14696cec" sha1="f958678b341e4b271b4af673dea27076f6c1d76d"/>
+       </game>
+       <game name="Target - Terror (USA)">
+               <category>Games</category>
+               <description>Target - Terror (USA)</description>
+               <rom name="Target - Terror (USA).iso" size="4699979776" crc="b51e65aa" md5="d28c87d95e78d741abb0cf98fbc5e28a" sha1="d06f542d0acb77714a8e22fd4e802336ad31b8d6"/>
+       </game>
+       <game name="Cabela's North American Adventures (USA)">
+               <category>Games</category>
+               <description>Cabela's North American Adventures (USA)</description>
+               <rom name="Cabela's North American Adventures (USA).iso" size="4699979776" crc="bdb23a96" md5="fdb4188f7056643d18ff18d92e7b2034" sha1="10e9c7be5fad206106e4d37ddd1b32a3534e101a"/>
+       </game>
+       <game name="Create (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Create (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Create (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="164eb5ea" md5="7e4916872469e0284f5e63f5d8b08c21" sha1="28caf0668ca0b6d899a5a6cfd217736014a19bc3"/>
+       </game>
+       <game name="Ice Age 4 - Continental Drift - Arctic Games (Europe) (En,Fr,De,Es,Nl,Sv)">
+               <category>Games</category>
+               <description>Ice Age 4 - Continental Drift - Arctic Games (Europe) (En,Fr,De,Es,Nl,Sv)</description>
+               <rom name="Ice Age 4 - Continental Drift - Arctic Games (Europe) (En,Fr,De,Es,Nl,Sv).iso" size="4699979776" crc="f22d18a6" md5="3cca22323b98b96c7f12059a887533c9" sha1="c135c0851bf9242be5edaad1335eed5c4577654b"/>
+       </game>
+       <game name="Imagine - Champion Rider (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Imagine - Champion Rider (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Imagine - Champion Rider (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="6350a752" md5="a1e992d2879fdaf70b119c7a1ff77465" sha1="e1e6ac479f5297b62f7e9d9555a2a884c8179ab8"/>
+       </game>
+       <game name="Monopoly Streets (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Monopoly Streets (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Monopoly Streets (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="95edca1e" md5="3c3f432f7b8d4198987476042ae4d46d" sha1="ddc9e0a67c6dff5b8928a5248503ef09bf366bf9"/>
+       </game>
+       <game name="ABBA - You Can Dance (Europe) (En,Fr,De,Es,It,Sv,No,Da,Ro)">
+               <category>Games</category>
+               <description>ABBA - You Can Dance (Europe) (En,Fr,De,Es,It,Sv,No,Da,Ro)</description>
+               <rom name="ABBA - You Can Dance (Europe) (En,Fr,De,Es,It,Sv,No,Da,Ro).iso" size="4699979776" crc="a801085b" md5="fae582797b831f928eb3f60942033637" sha1="77f3c0ba6ddfb0c6a584b9bef9e3dfdb8d02bc25"/>
+       </game>
+       <game name="Just Dance 2 - Extra Songs (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance 2 - Extra Songs (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance 2 - Extra Songs (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fba87a11" md5="d70cd656b0f125867377f7ee44a59e31" sha1="05a10f0468bd66bd7178302c1c7ae4f40ecbd43d"/>
+       </game>
+       <game name="Champion Jockey - G1 Jockey &amp; Gallop Racer (USA)">
+               <category>Games</category>
+               <description>Champion Jockey - G1 Jockey &amp; Gallop Racer (USA)</description>
+               <rom name="Champion Jockey - G1 Jockey &amp; Gallop Racer (USA).iso" size="4699979776" crc="9dc2d188" md5="178037f3ff371da0b6596b3903617d5d" sha1="bf1e0ad6d54babc1d75a8184d9824b585268d612"/>
+       </game>
+       <game name="Wii Back Up Disc Ver. 1.31 (USA)">
+               <category>Applications</category>
+               <description>Wii Back Up Disc Ver. 1.31 (USA)</description>
+               <rom name="Wii Back Up Disc Ver. 1.31 (USA).iso" size="4699979776" crc="99cc2439" md5="31bb591d6408b47f8ed0c6f13dbea67e" sha1="5361e44775e223017c133645dd76f47d7c6c3813"/>
+       </game>
+       <game name="Just Dance 2015 (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Just Dance 2015 (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Just Dance 2015 (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="66e17f13" md5="90e28c9b0a7fb8136f5e9775f46f09ad" sha1="e062394955c37836141014f7ecd245a053100072"/>
+       </game>
+       <game name="Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="f3077106" md5="8a7471928543d5048a25536a285b1623" sha1="05abaf1ea730c878c244a7748a0d8148aaf91a8f"/>
+       </game>
+       <game name="FIFA 14 (Latin America) (En,Fr,Es)">
+               <category>Games</category>
+               <description>FIFA 14 (Latin America) (En,Fr,Es)</description>
+               <rom name="FIFA 14 (Latin America) (En,Fr,Es).iso" size="4699979776" crc="938b3b10" md5="1f9624fee2d5555e1c4ffc4feb9a61b5" sha1="b27d732e317d97af958370c247f95b30762e82e7"/>
+       </game>
+       <game name="Lucha Libre AAA - Heroes del Ring (Latin America) (En,Es)">
+               <category>Games</category>
+               <description>Lucha Libre AAA - Heroes del Ring (Latin America) (En,Es)</description>
+               <rom name="Lucha Libre AAA - Heroes del Ring (Latin America) (En,Es).iso" size="4699979776" crc="69074830" md5="ac8abb1a228fd78a48662a669a691936" sha1="e6191fa97a29199ed1e09f9238aff750d0dfcf12"/>
+       </game>
+       <game name="K-Pop Dance Festival (Korea)">
+               <category>Games</category>
+               <description>K-Pop Dance Festival (Korea)</description>
+               <rom name="K-Pop Dance Festival (Korea).iso" size="4699979776" crc="b898bcb7" md5="db7b89aad08dad0fcf0afbd6b3d1013c" sha1="b63f16268b876a8b3764a6a8320b570de61e5d3f"/>
+       </game>
+       <game name="Disney Tron - Evolution - Battle Grids (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Tron - Evolution - Battle Grids (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Tron - Evolution - Battle Grids (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f7ec786a" md5="01f21a01a8da2b7199376aa9741ed873" sha1="e7e6634ce97d8c93ebd20a0734d8a2df2ce9ef8c"/>
+       </game>
+       <game name="Disney-Pixar Cars 2 (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars 2 (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Disney-Pixar Cars 2 (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="dcc93353" md5="3f98cfeb911158b084869f5cda443100" sha1="31ae298e623a59b100fed82a758ae836fade7ab4"/>
+       </game>
+       <game name="Skylanders - Giants (Brazil) (En,Es,Pt)">
+               <category>Games</category>
+               <description>Skylanders - Giants (Brazil) (En,Es,Pt)</description>
+               <rom name="Skylanders - Giants (Brazil) (En,Es,Pt).iso" size="4699979776" crc="c195b214" md5="5abdd3ac4950a083477dc87ae78cf91b" sha1="df43ae5f950e3540fbfd24b52e4619d356f84107"/>
+       </game>
+       <game name="Dawn of Discovery (USA)">
+               <category>Games</category>
+               <description>Dawn of Discovery (USA)</description>
+               <rom name="Dawn of Discovery (USA).iso" size="4699979776" crc="b1d88e58" md5="222510bb4c87c18b2f026ccad3d1aeb9" sha1="a21a938c08926e9942b6dc49f2d56f52d6dc469c"/>
+       </game>
+       <game name="Jeep Thrills (USA)">
+               <category>Games</category>
+               <description>Jeep Thrills (USA)</description>
+               <rom name="Jeep Thrills (USA).iso" size="4699979776" crc="5ec52dac" md5="518c3cc3300ca1b9242da1f18f03ad57" sha1="3bad5811158139c590072f4cbec7c89421b34f4d"/>
+       </game>
+       <game name="Def Jam - Rapstar (USA) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Def Jam - Rapstar (USA) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Def Jam - Rapstar (USA) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="890a16d2" md5="6efecb9bfbf4b14100b84003b4ef562d" sha1="702b99b12e504142f31b422b29db0c6ec29bbedb"/>
+       </game>
+       <game name="New Super Mario Bros. Wii (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>New Super Mario Bros. Wii (Japan) (Rev 2)</description>
+               <rom name="New Super Mario Bros. Wii (Japan) (Rev 2).iso" size="4699979776" crc="4777157c" md5="63d930a09e5fcbc94732e6606e473922" sha1="e12351ef8d4f053497b6ed6e7fd955ae24aea1e1"/>
+       </game>
+       <game name="Charm Girls Club - Pyjama Party (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Charm Girls Club - Pyjama Party (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Charm Girls Club - Pyjama Party (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="7773660a" md5="1ccf823ff520b909bf50f3845016b4eb" sha1="aa3197da48715d322194ad267c44917b513effff"/>
+       </game>
+       <game name="Cabela's Adventure Camp (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Cabela's Adventure Camp (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Cabela's Adventure Camp (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="d0ff4cdf" md5="8d07142a6a4a89762a21ca691d97b346" sha1="6891812d50226d7bb72b7d79fd95ec3a79678cee"/>
+       </game>
+       <game name="Batman - The Brave and the Bold - The Videogame (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Batman - The Brave and the Bold - The Videogame (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Batman - The Brave and the Bold - The Videogame (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3cfd8ab1" md5="1a9ab022c5a5bef577502283ab8a5eae" sha1="ad39c4036553a6f3494d2a7d08dd8c242acf3758"/>
+       </game>
+       <game name="Disney's Chicken Little - Ace in Action (USA)">
+               <category>Games</category>
+               <description>Disney's Chicken Little - Ace in Action (USA)</description>
+               <rom name="Disney's Chicken Little - Ace in Action (USA).iso" size="4699979776" crc="409558e8" md5="47490f3e816105dc8ce55e2df7df1119" sha1="6c32d52a7bdeb79addd6d90c840fc7b7156782c8"/>
+       </game>
+       <game name="Jenga World Tour (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jenga World Tour (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jenga World Tour (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="64bb67ea" md5="cd7b8fcec67c4710414bdf4d1de52d9d" sha1="882afbd2147e19e7fb14b8821eee54c8ac9a4d01"/>
+       </game>
+       <game name="LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="31866245" md5="f497327d3a5d6d0c3373f06c0384b4d5" sha1="fe57726f581a26265243a9d706fc6bc7364bd4b2"/>
+       </game>
+       <game name="Disney Think Fast (Europe)">
+               <category>Games</category>
+               <description>Disney Think Fast (Europe)</description>
+               <rom name="Disney Think Fast (Europe).iso" size="4699979776" crc="45a88514" md5="48c2c60848a0d0397a94a4d79799b9b9" sha1="119cb572b4e8141db3c62b68358a8d226a0b4957"/>
+       </game>
+       <game name="Disney Channel - All Star Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Channel - All Star Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Channel - All Star Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f77448fe" md5="c5d62859e84ba23b72e74252ecfe8c4a" sha1="0ab8b184f86c3e6dabb96c2f40f5ac110c7e9838"/>
+       </game>
+       <game name="America's Next Top Model (Europe) (En,De)">
+               <category>Games</category>
+               <description>America's Next Top Model (Europe) (En,De)</description>
+               <rom name="America's Next Top Model (Europe) (En,De).iso" size="4699979776" crc="3de1221d" md5="26f36c5fae9b9a6f113ef550753b33fa" sha1="230cc7acc343de4351304fd52611e3d7747a6929"/>
+       </game>
+       <game name="Where the Wild Things Are - The Videogame (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Where the Wild Things Are - The Videogame (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Where the Wild Things Are - The Videogame (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5f1ff225" md5="18e32e1bdfd4bd06c70a0c263506caba" sha1="5da054b13f8f3e0f369a324900e90962a3c9d0a0"/>
+       </game>
+       <game name="Ninja Reflex (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ninja Reflex (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Ninja Reflex (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="094760ab" md5="1f5381eb866ef14e78230f47fc6524c5" sha1="864cfc260da524e4adc7ca7d62dee6192eb5fd22"/>
+       </game>
+       <game name="Walt Disney Pictures Presents Meet the Robinsons (Europe) (En,De,Es)">
+               <category>Games</category>
+               <description>Walt Disney Pictures Presents Meet the Robinsons (Europe) (En,De,Es)</description>
+               <rom name="Walt Disney Pictures Presents Meet the Robinsons (Europe) (En,De,Es).iso" size="4699979776" crc="0a346a89" md5="cdc0aa8e1939e12d354525152f2b5a00" sha1="f9c282b44c7bbce3739a1660c958bb5d9ec7d315"/>
+       </game>
+       <game name="Doctor Who - Return to Earth (UK)">
+               <category>Games</category>
+               <description>Doctor Who - Return to Earth (UK)</description>
+               <rom name="Doctor Who - Return to Earth (UK).iso" size="4699979776" crc="f9d75579" md5="9a22e29bfce0c22a62512161790cb230" sha1="e8942f06441dc390a4f0c1c6b0b6927df9bcfff5"/>
+       </game>
+       <game name="Domino Rally (USA)">
+               <category>Games</category>
+               <description>Domino Rally (USA)</description>
+               <rom name="Domino Rally (USA).iso" size="4699979776" crc="9d0af19e" md5="0aff8f554b5f98508c4f1554c9320538" sha1="74039f554441c2d701933b8906aedbbb840426f0"/>
+       </game>
+       <game name="Movie Games (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Movie Games (USA) (En,Fr,Es)</description>
+               <rom name="Movie Games (USA) (En,Fr,Es).iso" size="4699979776" crc="19098058" md5="414474508a9ec7b67099353bb01ce40e" sha1="70912e912d33c96e746dc29b932b21b22dca9967"/>
+       </game>
+       <game name="Wii Sports (Korea)">
+               <category>Games</category>
+               <description>Wii Sports (Korea)</description>
+               <rom name="Wii Sports (Korea).iso" size="4699979776" crc="076761e5" md5="2d52cbe95558d56422c518a026db0504" sha1="1f6db925c2c46a135f3828fdd8a53772b32441b4"/>
+       </game>
+       <game name="FIFA 10 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>FIFA 10 (Europe) (Fr,De)</description>
+               <rom name="FIFA 10 (Europe) (Fr,De).iso" size="4699979776" crc="7b0ad4d9" md5="2f49e876e101e9e1251ae60b60336f52" sha1="4e226e2aaf1472e1bcab1375ff606354725987e2"/>
+       </game>
+       <game name="Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl)</description>
+               <rom name="Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl).iso" size="4699979776" crc="1446877d" md5="7095f95a5494e6578c3c43a78c6f0269" sha1="464a2036e8a7fe7985f0ff68c8401a92cd4aaddb"/>
+       </game>
+       <game name="Pop'n Rhythm (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pop'n Rhythm (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pop'n Rhythm (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7705f8e0" md5="89729cab8c2793a31c44a6b4b5e01f29" sha1="96ce52937fede24c84d9c7bc1449f84a1c0bbada"/>
+       </game>
+       <game name="Medal of Honor - Heroes 2 (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Medal of Honor - Heroes 2 (Europe) (Fr,De,Es,It)</description>
+               <rom name="Medal of Honor - Heroes 2 (Europe) (Fr,De,Es,It).iso" size="4699979776" crc="ae487dfb" md5="acc8d3aa0e21e99f5ff2cd15c2d1f40b" sha1="79335462ae97d35e7499215a5a7c0dfe96e1fb8b"/>
+       </game>
+       <game name="Let's Party! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Party! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Party! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d7c3b05b" md5="9c67926879df382aa18b147d6ab8e0c5" sha1="c46ddaea5051a92510772affc63a40bee6c08478"/>
+       </game>
+       <game name="Barbie - Groom and Glam Pups (Europe, Australia) (En,Fr,De,Es,It,Nl) (SB9P)">
+               <category>Games</category>
+               <description>Barbie - Groom and Glam Pups (Europe, Australia) (En,Fr,De,Es,It,Nl) (SB9P)</description>
+               <rom name="Barbie - Groom and Glam Pups (Europe, Australia) (En,Fr,De,Es,It,Nl) (SB9P).iso" size="4699979776" crc="2bcc2de2" md5="98cbaed4f933c235d74bece5f51a9db3" sha1="a2a22388980944006288147e2a8d6e326ec02e60"/>
+       </game>
+       <game name="Mystery Case Files - The Malgrave Incident (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Mystery Case Files - The Malgrave Incident (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Mystery Case Files - The Malgrave Incident (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="be39cdf4" md5="18810f45a8049f93733b287f5e61feac" sha1="299ddfb82686534c07f9ad038c05b126cacd71fb"/>
+       </game>
+       <game name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (Europe) (En,Fr,Nl)</description>
+               <rom name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (Europe) (En,Fr,Nl).iso" size="4699979776" crc="bc05608d" md5="b08b2d0a6a7262cd43069ca94fc2cb57" sha1="cfb57ba6736728b181e84826f11d20428bddcb13"/>
+       </game>
+       <game name="Food Network - Cook or Be Cooked! (USA)">
+               <category>Games</category>
+               <description>Food Network - Cook or Be Cooked! (USA)</description>
+               <rom name="Food Network - Cook or Be Cooked! (USA).iso" size="4699979776" crc="30a9d897" md5="ce5ec10957e7f90bdf1419237ed612f7" sha1="8dfc46d40fde135de2fb24d1e056bcf53001c714"/>
+       </game>
+       <game name="Get Fit with Mel B (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Get Fit with Mel B (USA) (En,Fr,Es)</description>
+               <rom name="Get Fit with Mel B (USA) (En,Fr,Es).iso" size="4699979776" crc="77718e99" md5="16f1bcd6c7587321b080273b21561582" sha1="9f6e1dda336944cfbea5d77daa0a18596b72ccdf"/>
+       </game>
+       <game name="Max &amp; the Magic Marker (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Max &amp; the Magic Marker (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Max &amp; the Magic Marker (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="a1e2ec7f" md5="3badb28b0f9b451365a883781a7f5d20" sha1="875d9abdd53cd1fc50b627c469bfb62edbb9cb07"/>
+       </game>
+       <game name="Dance Juniors (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Dance Juniors (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Dance Juniors (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="2d94b03b" md5="efa7663ed7d2f3157d5130ba35e6ee6b" sha1="ab9d4be91e875c74bb3080a47b7bda715b44b9b3"/>
+       </game>
+       <game name="Just Dance 2016 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Just Dance 2016 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Just Dance 2016 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="662eca60" md5="a694c54ec1e459bdf731a04f96ed5e44" sha1="63367893ac909fc755248aa1024c3c8d3c144d5f"/>
+       </game>
+       <game name="Disney-Pixar Cars (Europe) (En,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Europe) (En,Es)</description>
+               <rom name="Disney-Pixar Cars (Europe) (En,Es).iso" size="4699979776" crc="f10602c8" md5="ea5df26dbe5155eecc2dc5703173c0e3" sha1="3f43b7fd984389d50db45595cff959cbe4b64ade"/>
+       </game>
+       <game name="Disney-Pixar Cars - Mater-National Championship (Europe) (En,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars - Mater-National Championship (Europe) (En,Es)</description>
+               <rom name="Disney-Pixar Cars - Mater-National Championship (Europe) (En,Es).iso" size="4699979776" crc="e2c18581" md5="cd23bdd64b1960537d2cf7dc83d65530" sha1="057a147d6784639c95d9cbbb4e391ac810db7df4"/>
+       </game>
+       <game name="Disney-Pixar Cars - Race-O-Rama (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars - Race-O-Rama (Europe) (En,Fr,Es,It)</description>
+               <rom name="Disney-Pixar Cars - Race-O-Rama (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="1d7fac47" md5="84dc743e06dd1dff0b748ddfdf7e2e89" sha1="098d701742bc3e2d65a573db817fa9234d2eaa5b"/>
+       </game>
+       <game name="Disney-Pixar Cars Toon - Mater's Tall Tales (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars Toon - Mater's Tall Tales (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney-Pixar Cars Toon - Mater's Tall Tales (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3490cbca" md5="3f46837b791491adb460d6f0f4e7de45" sha1="4a31da52a7cea32c7eb3e11aae76cbb0a2277d24"/>
+       </game>
+       <game name="DreamWorks The Croods - Prehistoric Party! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks The Croods - Prehistoric Party! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DreamWorks The Croods - Prehistoric Party! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="94ded457" md5="2f1bf04c67c5fd0a85cf66c1e57e8f2a" sha1="92e187767eae9c11818c2ccf3e4bbee9f71ed557"/>
+       </game>
+       <game name="Garfield Show, The - Threat of the Space Lasagna (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Garfield Show, The - Threat of the Space Lasagna (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Garfield Show, The - Threat of the Space Lasagna (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="43fb777a" md5="a5c6adde632612fdacc8f805d0f5dccf" sha1="afdf41ed5a290e6c1294fa231dca47021f85cdab"/>
+       </game>
+       <game name="Millennium European Paintball Series, The - Championship Paintball 2009 (Europe)">
+               <category>Games</category>
+               <description>Millennium European Paintball Series, The - Championship Paintball 2009 (Europe)</description>
+               <rom name="Millennium European Paintball Series, The - Championship Paintball 2009 (Europe).iso" size="4699979776" crc="59cb76a0" md5="d6795889fc0ad8b2959510dc046c2db3" sha1="48a6d46d2c08b605caf8ad44f26bb296d5aa5665"/>
+       </game>
+       <game name="Monster Jam - Path of Destruction (Europe) (En,Fr,Es,It,Nl)">
+               <category>Games</category>
+               <description>Monster Jam - Path of Destruction (Europe) (En,Fr,Es,It,Nl)</description>
+               <rom name="Monster Jam - Path of Destruction (Europe) (En,Fr,Es,It,Nl).iso" size="4699979776" crc="1edbc669" md5="127f05395c0bb256e43276d7fc886bbd" sha1="ea59800b60b62cf010d6da21ca862a90ee027e42"/>
+       </game>
+       <game name="Margot's Word Brain (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Margot's Word Brain (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Margot's Word Brain (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="32ab5384" md5="0071568645a211bb99725eccfd57b34d" sha1="9cac114341d0802e1d8b6277f3afeb9dd4eb4d19"/>
+       </game>
+       <game name="Golden Balls (UK)">
+               <category>Games</category>
+               <description>Golden Balls (UK)</description>
+               <rom name="Golden Balls (UK).iso" size="4699979776" crc="da80d709" md5="f170ce6ed63d3793720e3c2f22f78189" sha1="3c24be9de39a5ddc7d512ac4ce81e3629f7eb52c"/>
+       </game>
+       <game name="Monster Lab (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster Lab (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster Lab (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d8edf19a" md5="180edc0033271e06fb3b7ba8ca8c5870" sha1="2aca73dae990a406b19c60ac10b9501fdd0a1d97"/>
+       </game>
+       <game name="Space Chimps (Europe) (En,Es)">
+               <category>Games</category>
+               <description>Space Chimps (Europe) (En,Es)</description>
+               <rom name="Space Chimps (Europe) (En,Es).iso" size="4699979776" crc="542a37fc" md5="6b0033c6ccda988c716b12315aaf0a67" sha1="434e875c427e7911dc3521f12e4ab5992141ff6a"/>
+       </game>
+       <game name="Space Chimps (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Space Chimps (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Space Chimps (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="26347db7" md5="d9de7505232453cdbddb2c7e48befa6e" sha1="046e156a5bbf948dc2fbdcb9e590b07a9e4479b8"/>
+       </game>
+       <game name="It's My Birthday (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>It's My Birthday (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="It's My Birthday (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="2e04ad18" md5="1939e3caed158546081384754eab4a7f" sha1="9f99aa1bb3dbe998aef02f5d102700039bad5a3c"/>
+       </game>
+       <game name="Just Dance - Best Of (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance - Best Of (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance - Best Of (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="230c1f17" md5="e2629a3c9c4f067be4082f10076ae7b6" sha1="a4d875e7c6c1a0ff8048a90e31c475e66321715d"/>
+       </game>
+       <game name="Real Heroes - Firefighter (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Real Heroes - Firefighter (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Real Heroes - Firefighter (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="beee8c85" md5="14ade896ece99c368d6e15c2dfcaa5cd" sha1="8c23c4211ed522e3d47095f2bd2e2db2c071b307"/>
+       </game>
+       <game name="Spider-Man 3 (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>Spider-Man 3 (Europe) (Rev 1)</description>
+               <rom name="Spider-Man 3 (Europe) (Rev 1).iso" size="4699979776" crc="919d9b3e" md5="9d280994d17fce8b5e273abd34fdcb80" sha1="5f175378736c54add49f663d3c6d070575666afa"/>
+       </game>
+       <game name="GTI Club Supermini Festa! (USA) (En,Fr)">
+               <category>Games</category>
+               <description>GTI Club Supermini Festa! (USA) (En,Fr)</description>
+               <rom name="GTI Club Supermini Festa! (USA) (En,Fr).iso" size="4699979776" crc="06fbc362" md5="dc1b23aea54a418302289142545a6317" sha1="7fc8f11aeed6361117bf7a8dea9a8f53bbc51868"/>
+       </game>
+       <game name="Cabela's Survival - Shadows of Katmai (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cabela's Survival - Shadows of Katmai (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cabela's Survival - Shadows of Katmai (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5c465bda" md5="9e8fc18d23bf93190def995cbf1157a6" sha1="4a04a2478199eaeba55b53566a98d302c372e2a9"/>
+       </game>
+       <game name="Catz (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Catz (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Catz (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="42d6a70f" md5="0553dc17651d03629971ac7b9e41a5b5" sha1="76f9c4e0421757f56f19a8727f9a04e4abfe3c95"/>
+       </game>
+       <game name="Cocoto Magic Circus (Scandinavia) (Sv,No,Da)">
+               <category>Games</category>
+               <description>Cocoto Magic Circus (Scandinavia) (Sv,No,Da)</description>
+               <rom name="Cocoto Magic Circus (Scandinavia) (Sv,No,Da).iso" size="4699979776" crc="c84a2adc" md5="56501fb97b4d9b2a850023ea844acf20" sha1="268855bb94726243813169111918eb83a3c8cb20"/>
+       </game>
+       <game name="Major Minor's Majestic March (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Major Minor's Majestic March (Europe) (En,Fr,De)</description>
+               <rom name="Major Minor's Majestic March (Europe) (En,Fr,De).iso" size="4699979776" crc="59dbd0b6" md5="cddd0f49f31008c625b71b638289e8a8" sha1="7dafc52f7d2e6c5c8b00b396ff26c3a8bb928409"/>
+       </game>
+       <game name="One Piece - Unlimited Cruise 2 - Awakening of a Hero (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>One Piece - Unlimited Cruise 2 - Awakening of a Hero (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="One Piece - Unlimited Cruise 2 - Awakening of a Hero (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ba728464" md5="25eb49fb2f8e0fd613436dded5bca6fb" sha1="e7ecde0561dafd23b120ad7025ec87fdf63f3023"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Dance Revolution - Hottest Party 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="81f01872" md5="12ff275845cee52e491276c04243c288" sha1="b69dc4416014334cc5a129f21f1f026d7fd3c458"/>
+       </game>
+       <game name="Emergency Mayhem (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Emergency Mayhem (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Emergency Mayhem (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="175553f2" md5="b815a5bc7ddaf4621f988d237a98e9ec" sha1="8e991d47660c85a4efa4b2fd6db7df508d001700"/>
+       </game>
+       <game name="Kidz Sports Crazy Mini Golf 2 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Kidz Sports Crazy Mini Golf 2 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Kidz Sports Crazy Mini Golf 2 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ddedd124" md5="93fba647ae261595e3d7e1a73af737d9" sha1="18e282d7bae90038b7a77b3539f4064d2dfbe21a"/>
+       </game>
+       <game name="Monster Jam - Urban Assault (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster Jam - Urban Assault (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster Jam - Urban Assault (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b70b0286" md5="823b129c8e6b66e9b6a5843743d9ff0e" sha1="ca11b9745306352a7d952bd3739475cb15db09dc"/>
+       </game>
+       <game name="NBA Jam (Europe)">
+               <category>Games</category>
+               <description>NBA Jam (Europe)</description>
+               <rom name="NBA Jam (Europe).iso" size="4699979776" crc="56c1469d" md5="2426f0133d05f79218b083dae1ea7882" sha1="8531338947212d9756928cacc955ae42983d60bf"/>
+       </game>
+       <game name="Offroad Extreme! (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Offroad Extreme! (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Offroad Extreme! (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2aee80a0" md5="37a6597d2f95f250db58e3d61bcc83c8" sha1="6529fcdf1d2bbdc804776a2c2c8a2743f63fe934"/>
+       </game>
+       <game name="Speed (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Speed (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Speed (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="205315c7" md5="254cc62004082d69d7a3397d80a05091" sha1="7ce5602dede18d89085f2e1aa7059424e6ab7413"/>
+       </game>
+       <game name="Sprint Cars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sprint Cars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sprint Cars (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e332dbb7" md5="4d5188bc7b7cb0a80423cf81999f47e0" sha1="495035cc490d8023fdc8325a814c8a6e51f5fe70"/>
+       </game>
+       <game name="Ultimate Red Ball Challenge, The (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Ultimate Red Ball Challenge, The (Europe) (En,Fr,Nl)</description>
+               <rom name="Ultimate Red Ball Challenge, The (Europe) (En,Fr,Nl).iso" size="4699979776" crc="e602f0d4" md5="fc80b52327fe889487e5481abf72dc5d" sha1="2b5b1f7e9435de0f32f923be4ac5ff84b4fc6769"/>
+       </game>
+       <game name="Wild West Shootout (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wild West Shootout (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wild West Shootout (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="01419d0a" md5="b13e47cdc19eaf6aa571decdfa034f73" sha1="19b5e8fdb758ec54b0d3ad44524501631e4df08a"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2008 (UK)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2008 (UK)</description>
+               <rom name="WWE SmackDown vs. Raw 2008 (UK).iso" size="4699979776" crc="4a5a4f34" md5="08e8bbf555b9a64d1c8f5edfe8ae7327" sha1="94646c75afdcce7cc7b8a9373c50b91c6592e26f"/>
+       </game>
+       <game name="Need for Speed - Carbon (France)">
+               <category>Games</category>
+               <description>Need for Speed - Carbon (France)</description>
+               <rom name="Need for Speed - Carbon (France).iso" size="4699979776" crc="c19cb6e6" md5="11c322d3536447e4ff3cdd1ba4fe4e78" sha1="00c3510ea2e70a417c1e36000daca49d294457c3"/>
+       </game>
+       <game name="Need for Speed - ProStreet (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Need for Speed - ProStreet (Europe) (Fr,De)</description>
+               <rom name="Need for Speed - ProStreet (Europe) (Fr,De).iso" size="4699979776" crc="4c3e261e" md5="def4944889247b5d1abf07502941d6f1" sha1="caf5056e3ab9f4c292223a722b7693dccb1f0963"/>
+       </game>
+       <game name="Purr Pals (USA)">
+               <category>Games</category>
+               <description>Purr Pals (USA)</description>
+               <rom name="Purr Pals (USA).iso" size="4699979776" crc="03445b7d" md5="9e356f0cff252b1bc5b82357750a077a" sha1="5228d6cb6c64962a45dda3cd741d480fc592f292"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Dance Revolution - Hottest Party 3 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="597a8b75" md5="903054676a3536231b9ec015cb3ff323" sha1="1a860106b3e91587aff4edada7bc59655ba1f8bf"/>
+       </game>
+       <game name="Disney-Pixar Cars (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Europe) (Fr,Nl)</description>
+               <rom name="Disney-Pixar Cars (Europe) (Fr,Nl).iso" size="4699979776" crc="ecf4b2cc" md5="d2941eae3d0db50bb7432b3127e8095c" sha1="130ef0b6778a8144a28ff93927a0bd11caf9d2b4"/>
+       </game>
+       <game name="NBA 2K10 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA 2K10 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA 2K10 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="de23c2bd" md5="bc86e1b32061ce46aaff45117f9c9091" sha1="e29940e8a5380f81e142c9879f9f600630410146"/>
+       </game>
+       <game name="Kart Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Kart Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Kart Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bfb01b47" md5="fd8b0b0b50a5164b8a5334b8b869a39e" sha1="89efb2fcca2dd27b718906919924a8a5f905b595"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda - Legendary Warriors (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda - Legendary Warriors (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks Kung Fu Panda - Legendary Warriors (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f85ddf12" md5="3fa9ebd759f2374f9030731dfb1741a9" sha1="da71580ebd27479266555cde89bccd1482a30d57"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda (Europe) (De,Es)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda (Europe) (De,Es)</description>
+               <rom name="DreamWorks Kung Fu Panda (Europe) (De,Es).iso" size="4699979776" crc="cdbec65d" md5="999041b26775ff279c8463b5630c54dc" sha1="30a2803d0efaf3185c2839b4d0157ad2217ff4b8"/>
+       </game>
+       <game name="King of Pool (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>King of Pool (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="King of Pool (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bbfc5ed2" md5="0c4b6757cb5099203cbcf224741d8489" sha1="925dfcd701d29ad01d598eafaa96f9993de87363"/>
+       </game>
+       <game name="NBA Live 08 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA Live 08 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA Live 08 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="563b6e0a" md5="23523fc04332a4b1a019d2f749f0dd4a" sha1="f071b191e6dd74e4b4d62f3bbc4175aac8d56787"/>
+       </game>
+       <game name="Ninja Captains (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ninja Captains (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ninja Captains (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6688d895" md5="20f4e5067876a2b564cf42c9dcd6d7b5" sha1="e3bd98c071c2df252c4728fed43b591f329c8cc9"/>
+       </game>
+       <game name="NBA 2K12 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NBA 2K12 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NBA 2K12 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4a566355" md5="bc2d1b6a329b3f1f10df295b390df0b7" sha1="bb0c606502cc9e6792135384963b9d6b41ab4a58"/>
+       </game>
+       <game name="K11 - Kommissare im Einsatz (Germany)">
+               <category>Games</category>
+               <description>K11 - Kommissare im Einsatz (Germany)</description>
+               <rom name="K11 - Kommissare im Einsatz (Germany).iso" size="4699979776" crc="ec23c5a3" md5="789b13c62f9eafd511cc8db9daacc9b8" sha1="df0688d8235cf8286f2882b11c3e1df600284fc5"/>
+       </game>
+       <game name="NCIS - Based on the TV Series (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NCIS - Based on the TV Series (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NCIS - Based on the TV Series (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bd535b5e" md5="3e356a8b4f7999f847368d6f36e67cf0" sha1="489618eb322e50f7fb586f382c2c94bb0d5b5d9c"/>
+       </game>
+       <game name="NBA Jam (Europe) (Rev 1)">
+               <category>Games</category>
+               <description>NBA Jam (Europe) (Rev 1)</description>
+               <rom name="NBA Jam (Europe) (Rev 1).iso" size="4699979776" crc="fe41cccf" md5="60b1e8d71e46392a34988cc19ebccb75" sha1="03b85a386aa9269c1e44d367199a6541231975f5"/>
+       </game>
+       <game name="Pop'n Music (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pop'n Music (USA) (En,Fr,Es)</description>
+               <rom name="Pop'n Music (USA) (En,Fr,Es).iso" size="4699979776" crc="6cc0710c" md5="510287020fd1a8af502db1c259d4fbb5" sha1="95d0735a46a145392d0bd474b38aadbc3f975ddf"/>
+       </game>
+       <game name="NHL 2K10 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NHL 2K10 (Europe) (En,Fr,De)</description>
+               <rom name="NHL 2K10 (Europe) (En,Fr,De).iso" size="4699979776" crc="63587a11" md5="e6939dc0b22683e261b52b9eacdfe79d" sha1="1ab92571f2993060c580724acd16e21cc9630dba"/>
+       </game>
+       <game name="Karaoke Revolution (Europe) (En,Fr,De,Es,It,Pt,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Karaoke Revolution (Europe) (En,Fr,De,Es,It,Pt,Sv,No,Da,Fi)</description>
+               <rom name="Karaoke Revolution (Europe) (En,Fr,De,Es,It,Pt,Sv,No,Da,Fi).iso" size="4699979776" crc="61e94a5b" md5="0e1a6640b0f5348214fda05f25904d1b" sha1="878c5d991f578616f41e95a7645e99a3acc85798"/>
+       </game>
+       <game name="NHL 2K9 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NHL 2K9 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NHL 2K9 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c9641215" md5="2993ac074cef1ecd2ca2539bfd7ff608" sha1="9677a1f2d00552525e183073d41ca24b4a36bd48"/>
+       </game>
+       <game name="NewU Fitness First Personal Trainer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NewU Fitness First Personal Trainer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NewU Fitness First Personal Trainer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c659a1fa" md5="975f3c9e1360d6c252576585113c06a3" sha1="747504e8e64b6d50745837a4a98b34428678c19b"/>
+       </game>
+       <game name="Nat Geo Quiz! Wild Life (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Nat Geo Quiz! Wild Life (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Nat Geo Quiz! Wild Life (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="22788912" md5="aa8a4114ee084d91766aa1141e1c28fd" sha1="723a04f315dbd1dba1fa0e0d6e3860df5fa70c42"/>
+       </game>
+       <game name="NHL 2K11 (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>NHL 2K11 (Europe) (En,Fr,De)</description>
+               <rom name="NHL 2K11 (Europe) (En,Fr,De).iso" size="4699979776" crc="51f74ddd" md5="cb5ab4efbdb5a4e32a6e538adf5fb5d8" sha1="d3099b16b2601033fc014fffd150158b10d10674"/>
+       </game>
+       <game name="Karaoke Revolution Glee (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Karaoke Revolution Glee (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Karaoke Revolution Glee (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5cb903ae" md5="b6234bc76658a8d5c8038aca8e5b7781" sha1="841ea52da446d4c3838deac667013aa56b06d642"/>
+       </game>
+       <game name="NewU Fitness First Mind Body - Yoga &amp; Pilates Workout (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NewU Fitness First Mind Body - Yoga &amp; Pilates Workout (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="NewU Fitness First Mind Body - Yoga &amp; Pilates Workout (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3b5badd0" md5="59238e7dd76916321132c775aac1ddb6" sha1="948a3aea711b54066a800775c3e7d35b6b4ea58e"/>
+       </game>
+       <game name="Nat Geo Challenge! Wild Life (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Nat Geo Challenge! Wild Life (USA) (En,Fr,Es)</description>
+               <rom name="Nat Geo Challenge! Wild Life (USA) (En,Fr,Es).iso" size="4699979776" crc="69a524a6" md5="4a4cb34ec51a93e39fc6b570cacb17e4" sha1="2658c65a6a54b413f5cf891c9796c2d1b658e85e"/>
+       </game>
+       <game name="NBA 2K12 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>NBA 2K12 (USA) (En,Fr,Es)</description>
+               <rom name="NBA 2K12 (USA) (En,Fr,Es).iso" size="4699979776" crc="5816c5a4" md5="8be2bc6e0964d3183b3a5533e1215ed5" sha1="42a74bb70d1ca2c55284c3696a0711beee02ce79"/>
+       </game>
+       <game name="UFC Personal Trainer - The Ultimate Fitness System (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>UFC Personal Trainer - The Ultimate Fitness System (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="UFC Personal Trainer - The Ultimate Fitness System (Europe) (En,Fr,De,Es,Nl).iso" size="4699979776" crc="d9fd29e4" md5="4769c5758bf85173ee8310744778fd88" sha1="73ef465d4e69f884597528fe616050b45dc19431"/>
+       </game>
+       <game name="Cursed Mountain (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cursed Mountain (USA) (En,Fr,Es)</description>
+               <rom name="Cursed Mountain (USA) (En,Fr,Es).iso" size="4699979776" crc="c9a95411" md5="501215b7820d77793ee6c5f367835d39" sha1="b26fae5e9030a55aa4009925cb6d9097c60724e4"/>
+       </game>
+       <game name="Defendin' De Penguin (USA) (En,Es)">
+               <category>Games</category>
+               <description>Defendin' De Penguin (USA) (En,Es)</description>
+               <rom name="Defendin' De Penguin (USA) (En,Es).iso" size="4699979776" crc="49fd2ddc" md5="bea7a2638e462d5224e26e655e1df19d" sha1="c8d9a34b79af25616c15fcb9ef182651308ac396"/>
+       </game>
+       <game name="PBR - Out of the Chute (USA)">
+               <category>Games</category>
+               <description>PBR - Out of the Chute (USA)</description>
+               <rom name="PBR - Out of the Chute (USA).iso" size="4699979776" crc="85c4a3ce" md5="ab344ce915d2b74a0c793e872fc1ef45" sha1="e4d52f8ab8924d3b1b9798edaa6dd0bd996a37cb"/>
+       </game>
+       <game name="Ultimate Duck Hunting - Hunting &amp; Retrieving Ducks (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Ultimate Duck Hunting - Hunting &amp; Retrieving Ducks (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Ultimate Duck Hunting - Hunting &amp; Retrieving Ducks (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="134ba3fb" md5="e95451d954ace5b05fb9b70a012c28ad" sha1="db64470f428a57f4750e3f9b5c9cbb5bd3ce334a"/>
+       </game>
+       <game name="Minon - Everyday Hero (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Minon - Everyday Hero (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Minon - Everyday Hero (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3c372988" md5="2522fc2aae48e07f97628efb0ee8d141" sha1="17ab5eacd851b816257731812f596be256712e1e"/>
+       </game>
+       <game name="Agatha Christie - Evil Under the Sun (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Agatha Christie - Evil Under the Sun (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Agatha Christie - Evil Under the Sun (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="78b60c66" md5="d90f9a06d4022581f094582d2132e45b" sha1="93c837c30de788c5887465b1ff757e60a567c9c2"/>
+       </game>
+       <game name="Geometry Wars - Galaxies (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Geometry Wars - Galaxies (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Geometry Wars - Galaxies (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="27d65552" md5="92a4714707b59a51101c45c077b6b49c" sha1="85521b11ed818789c3ebb83fb4dc6ddb333c4235"/>
+       </game>
+       <game name="Disney Bolt (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Disney Bolt (Europe) (En,Es,It)</description>
+               <rom name="Disney Bolt (Europe) (En,Es,It).iso" size="4699979776" crc="3a8bcbca" md5="c02a7465155bf8487c3d9e1d20649d50" sha1="45c99d8f1270bbf597d7c610628e2556fea6ec79"/>
+       </game>
+       <game name="Karaoke Revolution (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Karaoke Revolution (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Karaoke Revolution (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="d58af3ad" md5="e9fb52cdcb9cc4d500e606cfcbc90ae9" sha1="dd3d060e0c88eeb27c8b49ac8002fec25dc8ef57"/>
+       </game>
+       <game name="Marble Saga - Kororinpa (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Marble Saga - Kororinpa (USA) (En,Fr,Es)</description>
+               <rom name="Marble Saga - Kororinpa (USA) (En,Fr,Es).iso" size="4699979776" crc="f36256ba" md5="c37e13e1b8a3a243b5fbc5fc96a83f5a" sha1="67213ae54fb258adb5fa1b57e5476868cc1e7de7"/>
+       </game>
+       <game name="DreamWorks Madagascar 3 - The Video Game (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar 3 - The Video Game (USA) (En,Fr,Es)</description>
+               <rom name="DreamWorks Madagascar 3 - The Video Game (USA) (En,Fr,Es).iso" size="4699979776" crc="7af78f36" md5="9db8823d0673266476132d9aa8c34bfa" sha1="ee249511338c7ecff2ef6a320f2191dff9344b89"/>
+       </game>
+       <game name="Monster High - Skultimate Roller Maze (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster High - Skultimate Roller Maze (USA) (En,Fr,Es)</description>
+               <rom name="Monster High - Skultimate Roller Maze (USA) (En,Fr,Es).iso" size="4699979776" crc="314f06ba" md5="4a3a82f7da996f836d6aa8d776fb0482" sha1="d1470cb678f922e88589b1661b5d49cbb3c09211"/>
+       </game>
+       <game name="Monster Trucks Mayhem (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster Trucks Mayhem (USA) (En,Fr,Es)</description>
+               <rom name="Monster Trucks Mayhem (USA) (En,Fr,Es).iso" size="4699979776" crc="1c789cd4" md5="59ef6967bf64a96cbacbecc67d957830" sha1="9d927339bdeb5377153ecc11770882c33c024f07"/>
+       </game>
+       <game name="Monster High - Ghoul Spirit (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Monster High - Ghoul Spirit (USA) (En,Fr,Es)</description>
+               <rom name="Monster High - Ghoul Spirit (USA) (En,Fr,Es).iso" size="4699979776" crc="06b9c527" md5="1d4b972271df1a4af2a7d46bc555f7c9" sha1="24161a24f6f88413ae3c551a1f0385cd62907154"/>
+       </game>
+       <game name="Mr Bean's Wacky World (USA)">
+               <category>Games</category>
+               <description>Mr Bean's Wacky World (USA)</description>
+               <rom name="Mr Bean's Wacky World (USA).iso" size="4699979776" crc="a379856b" md5="d7ec69836068a800ccec1921da418152" sha1="a9f4520b1671532bbada32c2c6e002e9509a013e"/>
+       </game>
+       <game name="NASCAR the Game - Inside Line (USA)">
+               <category>Games</category>
+               <description>NASCAR the Game - Inside Line (USA)</description>
+               <rom name="NASCAR the Game - Inside Line (USA).iso" size="4699979776" crc="3ded5e8a" md5="bd148cb328544cd4e283283f99df4366" sha1="30975e85d72e58d7e1f2f684e035521c3538f4c8"/>
+       </game>
+       <game name="NBA 2K11 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>NBA 2K11 (USA) (En,Fr,Es)</description>
+               <rom name="NBA 2K11 (USA) (En,Fr,Es).iso" size="4699979776" crc="4111b9e4" md5="100ea29b82c068b3f258e92f8e8e3209" sha1="3b4c5e894a60ab35aeee1eb2262770dceea3d16d"/>
+       </game>
+       <game name="Pirate Blast (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pirate Blast (USA) (En,Fr,Es)</description>
+               <rom name="Pirate Blast (USA) (En,Fr,Es).iso" size="4699979776" crc="b1c9a113" md5="e226b0f81badfa227140c6dfeba2dd31" sha1="c26463209f06e6c2bca8eb4ed29fbf2daba154f1"/>
+       </game>
+       <game name="MTV Pimp My Ride (USA)">
+               <category>Games</category>
+               <description>MTV Pimp My Ride (USA)</description>
+               <rom name="MTV Pimp My Ride (USA).iso" size="4699979776" crc="5ad04f74" md5="8e0e93d5fa11f71dc1090254ebf6f177" sha1="9aaa490b195fd12e42db0f2a8bc31819598f44ad"/>
+       </game>
+       <game name="Golden Compass, The (Scandinavia) (En,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Golden Compass, The (Scandinavia) (En,Nl,Sv,No,Da)</description>
+               <rom name="Golden Compass, The (Scandinavia) (En,Nl,Sv,No,Da).iso" size="4699979776" crc="58148a9c" md5="23f037b39e33cfa9ab2da49b99fd5f63" sha1="a14a169b7813f8128f0a9418d1d567002e99aff1"/>
+       </game>
+       <game name="Fantastic Four - Rise of the Silver Surfer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fantastic Four - Rise of the Silver Surfer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fantastic Four - Rise of the Silver Surfer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="035905c1" md5="0bf0185a1e186af882a1e1ba8d0a4d7b" sha1="ff5110353ab14cf859050b2c49def80340efa19e"/>
+       </game>
+       <game name="G.I. Joe - The Rise of Cobra (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>G.I. Joe - The Rise of Cobra (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="G.I. Joe - The Rise of Cobra (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="26635b55" md5="4dd3e224e8ec46599e45ab6eb54138bd" sha1="3c5693baa9160b998313f718ad473b52dd9c9ab1"/>
+       </game>
+       <game name="Jewel Master - Cradle of Rome (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Jewel Master - Cradle of Rome (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Jewel Master - Cradle of Rome (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="de2b01c9" md5="a7f7c4001a14b0fa771d431320fe47ae" sha1="434913ec1d3484cb588bf1b4eb5b764ee1122e1f"/>
+       </game>
+       <game name="SCORE International Baja 1000 - World Championship Off Road Racing (Europe)">
+               <category>Games</category>
+               <description>SCORE International Baja 1000 - World Championship Off Road Racing (Europe)</description>
+               <rom name="SCORE International Baja 1000 - World Championship Off Road Racing (Europe).iso" size="4699979776" crc="3953bd50" md5="922b4274c7e208adacf2b9425e36d854" sha1="ab1281a67249e35f67e801dba07987258ac0e8bc"/>
+       </game>
+       <game name="Transformers - The Game (Europe)">
+               <category>Games</category>
+               <description>Transformers - The Game (Europe)</description>
+               <rom name="Transformers - The Game (Europe).iso" size="4699979776" crc="1aef16fb" md5="28f39ab2339c79f2363f86c9bc952e2f" sha1="2e0fc10b19f0a93109668879fe3e54bed18c07f0"/>
+       </game>
+       <game name="Vertigo (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Vertigo (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Vertigo (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4c00f855" md5="9f70c00cdb03161df854fdafcc479da5" sha1="12e8ea529ce606cb31739531b1f44ddc0477ba97"/>
+       </game>
+       <game name="Who Wants to Be a Millionaire - 2nd Edition (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Who Wants to Be a Millionaire - 2nd Edition (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Who Wants to Be a Millionaire - 2nd Edition (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c58aefa7" md5="200ffbb0215c7824ca2735b6da76206e" sha1="054a939a9bd1db14e7826ba49f0d01da820a5d4b"/>
+       </game>
+       <game name="X-Men Origins - Wolverine (Europe, Australia) (En,Fr)">
+               <category>Games</category>
+               <description>X-Men Origins - Wolverine (Europe, Australia) (En,Fr)</description>
+               <rom name="X-Men Origins - Wolverine (Europe, Australia) (En,Fr).iso" size="4699979776" crc="39c4ab1b" md5="a8aa95bb0a2e2d00625a46323e361efe" sha1="9d2df7a63de33ffc2a7307a04811558b2e0f07b0"/>
+       </game>
+       <game name="WWE All Stars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>WWE All Stars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="WWE All Stars (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="12e6355e" md5="5baf370bfcc737dcba3a841556dc309b" sha1="2fd00ed6eca34afb350582606387a128267393e3"/>
+       </game>
+       <game name="Barbie Horse Adventures - Riding Camp (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Barbie Horse Adventures - Riding Camp (USA) (En,Fr)</description>
+               <rom name="Barbie Horse Adventures - Riding Camp (USA) (En,Fr).iso" size="4699979776" crc="bac4dcf5" md5="2244981c903f72882ac7a7f70c55d942" sha1="7647738e115b476ca018cf2078cdbc5f33b50d3d"/>
+       </game>
+       <game name="Chuck E. Cheese's Party Games (USA)">
+               <category>Games</category>
+               <description>Chuck E. Cheese's Party Games (USA)</description>
+               <rom name="Chuck E. Cheese's Party Games (USA).iso" size="4699979776" crc="250b5ded" md5="9076987dcdf69c2413e5f0ca9ee41398" sha1="4d6c99df7d7353d6c6676cc90b6f0b6e19efa926"/>
+       </game>
+       <game name="Crazy Mini Golf 2 (Canada) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Crazy Mini Golf 2 (Canada) (En,Fr,Es)</description>
+               <rom name="Crazy Mini Golf 2 (Canada) (En,Fr,Es).iso" size="4699979776" crc="50604514" md5="88f9c20c4255ae431910f221e99c7fe0" sha1="8109564869a85bf0e17e06d7b4c719f56623a21b"/>
+       </game>
+       <game name="Dance on Broadway (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dance on Broadway (USA) (En,Fr,Es)</description>
+               <rom name="Dance on Broadway (USA) (En,Fr,Es).iso" size="4699979776" crc="00f058c1" md5="074a7906c1ccbfdb3ab60dff9c94942e" sha1="16a7e2738c197c0cc79837b8be5c2bf0a94337cc"/>
+       </game>
+       <game name="Little League World Series Baseball 2008 (USA)">
+               <category>Games</category>
+               <description>Little League World Series Baseball 2008 (USA)</description>
+               <rom name="Little League World Series Baseball 2008 (USA).iso" size="4699979776" crc="30e9cd4f" md5="186653ae42c59ec45b1dccaaf4e8da7b" sha1="a8d62f7e298505958d7232bde07f963c1223ff11"/>
+       </game>
+       <game name="Littlest Pet Shop (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Littlest Pet Shop (USA) (En,Fr,Es)</description>
+               <rom name="Littlest Pet Shop (USA) (En,Fr,Es).iso" size="4699979776" crc="a4f6fcff" md5="4d739741da8354cf47a2721aeaa644ce" sha1="637acab44f91b81df313bf85c9a87db115396b71"/>
+       </game>
+       <game name="Need for Speed - Hot Pursuit (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Need for Speed - Hot Pursuit (USA) (En,Fr,Es)</description>
+               <rom name="Need for Speed - Hot Pursuit (USA) (En,Fr,Es).iso" size="4699979776" crc="d8271b64" md5="40b6cabca60c49d9d50ff1bf2af28515" sha1="c07735dcd57785a8c3f4e43636deaa15d136e8e3"/>
+       </game>
+       <game name="MTV Pimp My Ride (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MTV Pimp My Ride (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MTV Pimp My Ride (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="058fd5f3" md5="80c3a5df1d798a9d0eaa65c17e061bb7" sha1="b4e7aed3615ae41c96ac08bc2c59211b8e03500f"/>
+       </game>
+       <game name="Pool Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pool Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pool Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9007b282" md5="c8ee0e3368590c17446ef0e3e071a504" sha1="77e0404a082b26ae3c90cf1fa925cd802da1e9d7"/>
+       </game>
+       <game name="Diabolik - The Original Sin (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Diabolik - The Original Sin (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Diabolik - The Original Sin (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="e880a09f" md5="26c233e16b0485ffef73f855afad76fe" sha1="5a22cd1d60873fb2bbebc1e1cdb62a74c492f15e"/>
+       </game>
+       <game name="Runaway - The Dream of the Turtle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Runaway - The Dream of the Turtle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Runaway - The Dream of the Turtle (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="265bba40" md5="542384d30cbbe6920f8c0d55342a63f6" sha1="ab2166281a0ac3427bd9526f044b243fa3355c5a"/>
+       </game>
+       <game name="MIB - Alien Crisis (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MIB - Alien Crisis (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MIB - Alien Crisis (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fcf163c4" md5="ca0e1fd262a5c2c45a52d8ae0ca0bbca" sha1="45cede3525aef9b3a235c713af3aae3253cc05cd"/>
+       </game>
+       <game name="Samurai Warriors 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Samurai Warriors 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Samurai Warriors 3 (Europe) (En,Fr,De,Es,It).iso" size="8511160320" crc="beea2d66" md5="803f6484fbdce89d08f5036597abc721" sha1="e040f9174567d1907c55e2d725d5e494ec6d3250"/>
+       </game>
+       <game name="Ben 10 - Ultimate Alien - Cosmic Destruction (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ben 10 - Ultimate Alien - Cosmic Destruction (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ben 10 - Ultimate Alien - Cosmic Destruction (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7512c770" md5="e5461a943c019c562d14db0378b3c347" sha1="5dcb340855eb1e849f0c5cc22dd569e7471e7344"/>
+       </game>
+       <game name="DreamWorks Megamind - Mega Team Unite (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Megamind - Mega Team Unite (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks Megamind - Mega Team Unite (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c325b0fc" md5="2958653cd79612bf6ffce18847655b7a" sha1="097196218d3e908b4a8819c88351149d458dac41"/>
+       </game>
+       <game name="DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5935285f" md5="985b2f62d973d75896deaefd3b827493" sha1="c30ff89c31f9c4545f7c222eee7c2c5554a670ca"/>
+       </game>
+       <game name="Generator Rex - Agent of Providence (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Generator Rex - Agent of Providence (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Generator Rex - Agent of Providence (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b5060c4f" md5="de6d8b69d025dc1fc2f23035c0227d3a" sha1="a4d2e601bd43b1797af685e6706ae657d76761e9"/>
+       </game>
+       <game name="Barbie Dreamhouse Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Barbie Dreamhouse Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi)</description>
+               <rom name="Barbie Dreamhouse Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi).iso" size="4699979776" crc="6469c2e3" md5="ff5b671efc35281542ec9550b29f971f" sha1="283580d160ee9fdaee5318ef74c3149fab714e69"/>
+       </game>
+       <game name="Fit Music (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fit Music (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fit Music (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bcef939a" md5="7ffb87f84849ea9a5933a8d62b1f6ac1" sha1="41cbdf181783ffe223b41d9c7f2d31ba4b3ba640"/>
+       </game>
+       <game name="Crazy Chicken Tales (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Crazy Chicken Tales (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Crazy Chicken Tales (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="415ccbc1" md5="772962a3dd62cf1fd7a356f907454d88" sha1="9ed8c9a1471cf34284b187c26348d1df5c27f05c"/>
+       </game>
+       <game name="Hugo - Magic in the Trollwoods (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Hugo - Magic in the Trollwoods (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Hugo - Magic in the Trollwoods (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="6ee5bd1c" md5="760f6cadc9704bfd065a6cc609d88962" sha1="9fda1ebc5c8bb3b7e90a6947315c7b35336df484"/>
+       </game>
+       <game name="Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c2c6db93" md5="89c4efe455952a3a4bd0507e78d764bb" sha1="6f822a969b3ac1bbc3eb2186d910bf9994a934d6"/>
+       </game>
+       <game name="Madden NFL 10 (Europe)">
+               <category>Games</category>
+               <description>Madden NFL 10 (Europe)</description>
+               <rom name="Madden NFL 10 (Europe).iso" size="4699979776" crc="adb4633f" md5="a0cee5c23d875676ccc07680209b7a16" sha1="ca850d810d09d2b54c874c80941ee150c9498c4e"/>
+       </game>
+       <game name="CSI - Crime Scene Investigation - Deadly Intent (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>CSI - Crime Scene Investigation - Deadly Intent (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="CSI - Crime Scene Investigation - Deadly Intent (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="eb11bf5b" md5="1779d84451d791c0a4a96550e992b24e" sha1="4568b167763a0af2021bd0a2daa68cba75269f82"/>
+       </game>
+       <game name="Ice Age 3 - Dawn of the Dinosaurs (Europe) (En,Fr,De,Es,Nl,Sv)">
+               <category>Games</category>
+               <description>Ice Age 3 - Dawn of the Dinosaurs (Europe) (En,Fr,De,Es,Nl,Sv)</description>
+               <rom name="Ice Age 3 - Dawn of the Dinosaurs (Europe) (En,Fr,De,Es,Nl,Sv).iso" size="4699979776" crc="42db943d" md5="86d0a5e5e46373c0bee333dc16cc6129" sha1="4366bccf92aa1b1ea92f43c2e36c72a054496d84"/>
+       </game>
+       <game name="Looney Tunes - Acme Arsenal (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Looney Tunes - Acme Arsenal (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Looney Tunes - Acme Arsenal (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a5fe2543" md5="1c72c1037e016ce133bec998e50636ae" sha1="9bd2aad57e24e782fb8b335a5b150113eccf6ee8"/>
+       </game>
+       <game name="NBA Live 09 - All-Play (Europe) (En,De,It)">
+               <category>Games</category>
+               <description>NBA Live 09 - All-Play (Europe) (En,De,It)</description>
+               <rom name="NBA Live 09 - All-Play (Europe) (En,De,It).iso" size="4699979776" crc="e65452bf" md5="9a0f64d4086e2a3b0f7bc989db70c114" sha1="d328bf91819dd55d3cec90919866f1dd8614950e"/>
+       </game>
+       <game name="Block Party - 20 Games (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Block Party - 20 Games (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Block Party - 20 Games (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c5a8faea" md5="7ba6556690f8d76c1a4d8581f6bb9f7a" sha1="dbb74554612c7d5b33b2657d6137406fb282c169"/>
+       </game>
+       <game name="Pool Hall Pro (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pool Hall Pro (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pool Hall Pro (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="48e98a7e" md5="300bad70e75155bdfa074ad9a448429b" sha1="3d85e03f1b10a66b5f8b4a0a115fc1d693619301"/>
+       </game>
+       <game name="PDC World Championship Darts - Pro Tour (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>PDC World Championship Darts - Pro Tour (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="PDC World Championship Darts - Pro Tour (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f56c7789" md5="0cf032bd773255bc1e94dd5cf81a19ee" sha1="59a50c9958b6f49da74b4a30e3bee5d69eb2fbbe"/>
+       </game>
+       <game name="Nickelodeon Fit (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Fit (Europe) (En,Fr,Nl)</description>
+               <rom name="Nickelodeon Fit (Europe) (En,Fr,Nl).iso" size="4699979776" crc="301e3cc0" md5="7ca2fe6e4380d255736fca0325421291" sha1="7ad01b5ebc14d6d8f2e408bb9eaee0893576147d"/>
+       </game>
+       <game name="Green Lantern - Rise of the Manhunters (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Green Lantern - Rise of the Manhunters (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Green Lantern - Rise of the Manhunters (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="19c89393" md5="74e1cd3398ef516af7c28c62aa6faa55" sha1="c8554c7c7aac44a4409f2c197789e4191ef959db"/>
+       </game>
+       <game name="Top Model (Europe)">
+               <category>Games</category>
+               <description>Top Model (Europe)</description>
+               <rom name="Top Model (Europe).iso" size="4699979776" crc="7146f290" md5="955cf743942cbaa953ac2114e39f9c30" sha1="1ca6e6ace27d06b39d58cc48a7dd71411d981d33"/>
+       </game>
+       <game name="Nickelodeon Barnyard (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Barnyard (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Nickelodeon Barnyard (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="11b3ec85" md5="d6372e0fbf157b2b337f32c8dcef383d" sha1="4b5ff9565f24b33c99c6e175754545de85ad4b96"/>
+       </game>
+       <game name="Spy Fox in Dry Cereal (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Spy Fox in Dry Cereal (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Spy Fox in Dry Cereal (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="6b9b70c1" md5="c47d0131187ac5e5c0f1e417dcc6aeb8" sha1="7d869b4cffc55148e5e9a8631f884f78c5e99976"/>
+       </game>
+       <game name="Littlest Pet Shop (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl,Cs)">
+               <category>Games</category>
+               <description>Littlest Pet Shop (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl,Cs)</description>
+               <rom name="Littlest Pet Shop (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl,Cs).iso" size="4699979776" crc="5a577fca" md5="a82fcc095a94be3c521d0e2991fd05f5" sha1="523f89385b18bb427221743c0f34749b14207d9f"/>
+       </game>
+       <game name="Puzzler Collection (Europe) (Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Puzzler Collection (Europe) (Fr,De,Es,It,Nl)</description>
+               <rom name="Puzzler Collection (Europe) (Fr,De,Es,It,Nl).iso" size="4699979776" crc="6fec4bbf" md5="94653c870916bd1b53fd404c42b8cb36" sha1="51734848c7e9d6b60c3a32811e5a73b61fe4c50f"/>
+       </game>
+       <game name="World Championship Sports - Summer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>World Championship Sports - Summer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="World Championship Sports - Summer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bc382d63" md5="4ef8f036b2a26468184f0d1d9d119088" sha1="3145b1f223d33cabd23ae13f421618ebc1ce36a8"/>
+       </game>
+       <game name="Family Trainer - Treasure Adventure (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Trainer - Treasure Adventure (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Trainer - Treasure Adventure (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="28b2a92e" md5="0a1a17fd41446583731542242583538a" sha1="ad73ebe7b82ae0f70e4b262462cc8f1dae28138f"/>
+       </game>
+       <game name="Fantastic Football Fan Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fantastic Football Fan Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fantastic Football Fan Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2d6d08ef" md5="31bc8951e9b97634bdde16c6bc166802" sha1="2c5e107b8b4788bea4021782bfec79a2133a352c"/>
+       </game>
+       <game name="Cocoto Kart Racer 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cocoto Kart Racer 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cocoto Kart Racer 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="50843ecd" md5="f5a04aa694d9c6c0106bfd0b5d7fe009" sha1="4db8a8e90410944d484ac73b0b403888c9d4954b"/>
+       </game>
+       <game name="Summer Athletics 2009 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Summer Athletics 2009 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Summer Athletics 2009 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="22c2f6a4" md5="973325424a6ff53a6649cf1982f10b98" sha1="610cf352b7fb2059f5699279551739cbebae6ba7"/>
+       </game>
+       <game name="Last Airbender, The (Europe) (En,Fr,De,Es,It) (Special Edition)">
+               <category>Games</category>
+               <description>Last Airbender, The (Europe) (En,Fr,De,Es,It) (Special Edition)</description>
+               <rom name="Last Airbender, The (Europe) (En,Fr,De,Es,It) (Special Edition).iso" size="4699979776" crc="eb486f71" md5="3c9504c5d0cd4a5e1044d7dd5bd7b398" sha1="8d747b3c9e7cf2856d70e4bfd4a31b78b1a54f0d"/>
+       </game>
+       <game name="Pictionary (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pictionary (USA) (En,Fr,Es)</description>
+               <rom name="Pictionary (USA) (En,Fr,Es).iso" size="4699979776" crc="f2f5555b" md5="b96f7df3e03a924024ad55a97292ceaf" sha1="6d64bc00e7ef6c7ffb00a4baed22b1d4778b962d"/>
+       </game>
+       <game name="PES 2008 - Pro Evolution Soccer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>PES 2008 - Pro Evolution Soccer (USA) (En,Fr,Es)</description>
+               <rom name="PES 2008 - Pro Evolution Soccer (USA) (En,Fr,Es).iso" size="4699979776" crc="5b6c30dd" md5="aa658dc88ad513f3ef9d5eb2fd7149f7" sha1="6f48469e2f5b66305d9c393e8cd09e40f55ce5d4"/>
+       </game>
+       <game name="Go Vacation (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Go Vacation (USA) (En,Fr,Es)</description>
+               <rom name="Go Vacation (USA) (En,Fr,Es).iso" size="4699979776" crc="6d35db7d" md5="166d12e91241965379884226f37fdbf4" sha1="f8effdaffd75110f19194c2222a3ce731a2da5c0"/>
+       </game>
+       <game name="London Taxi - Rushour (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>London Taxi - Rushour (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="London Taxi - Rushour (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="cde39db4" md5="97b9adc7912780471a1c1d696cf1aed3" sha1="ba6f89e4f234cb0ef6045ab8e1e775d9b8885e7c"/>
+       </game>
+       <game name="Calvin Tucker's Farm Animal Racing (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Calvin Tucker's Farm Animal Racing (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Calvin Tucker's Farm Animal Racing (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="720c4962" md5="bc09b61a6e7bc02a043f5e5ad26437a3" sha1="d09f6ed87d4f58b56a488e237c7c52a4d5795609"/>
+       </game>
+       <game name="We Sing UK Hits (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Sing UK Hits (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Sing UK Hits (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7dc59074" md5="b7ebc3e8e474a410693bb52db83d59e2" sha1="c88a1a6df0019d913b7b2f6c68ac5bbdcee3c22a"/>
+       </game>
+       <game name="Just Dance - Disney Party 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance - Disney Party 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance - Disney Party 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="685835e5" md5="794b04bee5a4acbe9e0b3b4820e20ba3" sha1="e8ba93393d88c50c37c2d38e0cf9f3bdf0182f3b"/>
+       </game>
+       <game name="Just Dance 3 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Just Dance 3 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Just Dance 3 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c2813d65" md5="d272c0e84ea8f2d5b2cbbbccf390903b" sha1="966b4b2d785ec371fa8173c04ef6ca2d5d65c537"/>
+       </game>
+       <game name="Racket Sports Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Racket Sports Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Racket Sports Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="cd78cc2f" md5="0913bb823a4c150d6305541600e949eb" sha1="a9901b347f829b4f984b0e503ee484abc3f8e18d"/>
+       </game>
+       <game name="Ultimate Red Ball Challenge, The (Europe)">
+               <category>Games</category>
+               <description>Ultimate Red Ball Challenge, The (Europe)</description>
+               <rom name="Ultimate Red Ball Challenge, The (Europe).iso" size="4699979776" crc="0a9ae49c" md5="9b6c403abfaa6aa21e28524bbfb0870e" sha1="65a032cb94c6a101d1159c7b670d4b35003f9430"/>
+       </game>
+       <game name="Reader Rabbit - 1st Grade (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Educational</category>
+               <description>Reader Rabbit - 1st Grade (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Reader Rabbit - 1st Grade (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="f80055bc" md5="9e51075b5d99f25b2c3dcc21049ba9d6" sha1="816c4ca71ade81836487ed92b5aa1e8c0a2af1eb"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (Scandinavia) (Sv,No,Da,Fi) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (Scandinavia) (Sv,No,Da,Fi) (Rev 1)</description>
+               <rom name="Disney-Pixar Toy Story 3 (Scandinavia) (Sv,No,Da,Fi) (Rev 1).iso" size="4699979776" crc="91f69012" md5="1074c240471311d15fd85ed4c22f4804" sha1="7e3159fae52aa7803442bed88f50621dbaa949d9"/>
+       </game>
+       <game name="Champion Jockey - G1 Jockey &amp; Gallop Racer (Europe)">
+               <category>Games</category>
+               <description>Champion Jockey - G1 Jockey &amp; Gallop Racer (Europe)</description>
+               <rom name="Champion Jockey - G1 Jockey &amp; Gallop Racer (Europe).iso" size="4699979776" crc="309edf08" md5="c078792864763c5d6d75133970ec9954" sha1="4000f308d3cf2e6ad19d887a761e738939798753"/>
+       </game>
+       <game name="Disney Universe (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Universe (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Disney Universe (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="5be2a21f" md5="199e6210dd6a604c5131d73fc65d53e2" sha1="f999ae24dcb645a0f696fdb35e31686583b9bc0b"/>
+       </game>
+       <game name="Are You Smarter than a 5th Grader Back to School (USA)">
+               <category>Games</category>
+               <description>Are You Smarter than a 5th Grader Back to School (USA)</description>
+               <rom name="Are You Smarter than a 5th Grader Back to School (USA).iso" size="4699979776" crc="93ac9d11" md5="f61e5e5302ac197c9e6badcccafda0b7" sha1="4913747a9a7b9c1390705f45cb163da4067fa82e"/>
+       </game>
+       <game name="Nickelodeon Avatar - The Last Airbender (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Avatar - The Last Airbender (USA)</description>
+               <rom name="Nickelodeon Avatar - The Last Airbender (USA).iso" size="4699979776" crc="c9561914" md5="baaf2eea6e2d001d9609635083e8bf2c" sha1="24f3dae93c05fd601f9642a107458d40edaec3b8"/>
+       </game>
+       <game name="Crazy Chicken Tales (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Crazy Chicken Tales (USA) (En,Fr,Es)</description>
+               <rom name="Crazy Chicken Tales (USA) (En,Fr,Es).iso" size="4699979776" crc="215eb998" md5="8a6caffb44edfcdc08ef0c5093325bbf" sha1="0ff5c6f9a67045fa1bd2e6cbe56e4f4cbedb0542"/>
+       </game>
+       <game name="George of the Jungle and the Search for the Secret (USA)">
+               <category>Games</category>
+               <description>George of the Jungle and the Search for the Secret (USA)</description>
+               <rom name="George of the Jungle and the Search for the Secret (USA).iso" size="4699979776" crc="7a9c2c3f" md5="59b797048da5166150377e9f952ab6a8" sha1="e563b91e57fb4672e91ca34917d53e08dc7a8d52"/>
+       </game>
+       <game name="Cyberbike - Cycling Sports (Europe) (En,Fr,De,Es,It,Nl,Pt)">
+               <category>Games</category>
+               <description>Cyberbike - Cycling Sports (Europe) (En,Fr,De,Es,It,Nl,Pt)</description>
+               <rom name="Cyberbike - Cycling Sports (Europe) (En,Fr,De,Es,It,Nl,Pt).iso" size="4699979776" crc="a4ec9edb" md5="a05892e19b2c5b66e8107fc57ccbfe75" sha1="4ec3de29feb27f327b887b31ae96270e364c8f54"/>
+       </game>
+       <game name="Disney The Princess and the Frog (Europe) (En,Fr,Es,Nl)">
+               <category>Games</category>
+               <description>Disney The Princess and the Frog (Europe) (En,Fr,Es,Nl)</description>
+               <rom name="Disney The Princess and the Frog (Europe) (En,Fr,Es,Nl).iso" size="4699979776" crc="eed4a777" md5="45c58a3b57683b01469827705136b3fd" sha1="b941d805da40dca95e6b6f83c6b7990dff74f282"/>
+       </game>
+       <game name="Gormiti - The Lords of Nature! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Gormiti - The Lords of Nature! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Gormiti - The Lords of Nature! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9ef8b7d7" md5="ad45207ff9033424a01fdf0cf7ddc55f" sha1="b33dd8ebc78ee9ae24404cfd5594fb8173d16c8f"/>
+       </game>
+       <game name="Stunt Flyer - Hero of the Skies (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Stunt Flyer - Hero of the Skies (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Stunt Flyer - Hero of the Skies (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="88c88bfa" md5="e118985715111aab79b1e6038fb9598e" sha1="3eaecd4a4862a8c7e35a97405fb961d851c4ff87"/>
+       </game>
+       <game name="Super Truck Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Super Truck Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Super Truck Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="47a04dde" md5="11753e097020e9da362d7dbaeed2096a" sha1="d9a5f3b566d28062ccb1f79e0319234fb3e0c06e"/>
+       </game>
+       <game name="Legend of Spyro, The - The Eternal Night (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Legend of Spyro, The - The Eternal Night (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Legend of Spyro, The - The Eternal Night (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="60a23d49" md5="59df4404a0bfe9cd555faac0b4f92712" sha1="52e258000cbac266de41af6ceeee8c03ea6c898f"/>
+       </game>
+       <game name="Let's Sing 2016 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2016 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2016 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="99760106" md5="1f80885674aa6840a86ad0f1dde36494" sha1="68458fce6e49e1b3181d2f2d3fc8b0a01ddd7be1"/>
+       </game>
+       <game name="Reader Rabbit - 2nd Grade (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Educational</category>
+               <description>Reader Rabbit - 2nd Grade (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Reader Rabbit - 2nd Grade (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="eed3e895" md5="ee5bed7c6bcfa6480ba100dd630d9337" sha1="3643c0c7c68c9b85cc0487be464258e03fceb0ed"/>
+       </game>
+       <game name="Dance Party Pop Hits (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Party Pop Hits (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Party Pop Hits (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="99d85731" md5="a0743b6d6623282c5328198e0c5ee888" sha1="73a9dec8158cb0676302da12aaf93c0114d1f0c3"/>
+       </game>
+       <game name="Monster Trux Arenas (UK)">
+               <category>Games</category>
+               <description>Monster Trux Arenas (UK)</description>
+               <rom name="Monster Trux Arenas (UK).iso" size="4699979776" crc="972bec61" md5="2bd8003383db04bd59f3e57c70e053c5" sha1="7fe638123e7fc8a1a98f017005b8e8ac0cbd9d2e"/>
+       </game>
+       <game name="Cruise Ship Resort (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Cruise Ship Resort (Europe) (En,Fr)</description>
+               <rom name="Cruise Ship Resort (Europe) (En,Fr).iso" size="4699979776" crc="e26f3487" md5="fe11fb7039a0352dc3368094430c8bb5" sha1="911b6ac50d9777c9e046ea27acd5f467e6b15827"/>
+       </game>
+       <game name="Junior Fitness Trainer (UK)">
+               <category>Games</category>
+               <description>Junior Fitness Trainer (UK)</description>
+               <rom name="Junior Fitness Trainer (UK).iso" size="4699979776" crc="b6a3eeab" md5="8d5a2ba34fd446f9c3f9dc67f52bf011" sha1="bdd02bd8bd4448a284f3cc84600856051296cb9b"/>
+       </game>
+       <game name="PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="657f8fad" md5="3721f5529daaa622aff72f0602891fdf" sha1="b8409791d790997bac5cff2b506fcecbfc26641b"/>
+       </game>
+       <game name="Crash of the Titans (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Crash of the Titans (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Crash of the Titans (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3bddf67d" md5="44529278a556a9d21e9f30347d2fa506" sha1="3727b99aa68400791944493f3dcbecf0e4f3886b"/>
+       </game>
+       <game name="Scarface - The World Is Yours (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Scarface - The World Is Yours (Europe) (En,Fr,Es,It)</description>
+               <rom name="Scarface - The World Is Yours (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="c6ca9460" md5="2ebbe882356a15fb725b658655bfbd29" sha1="306d0ba7e1ad83606409044f2a115bd07f397dc5"/>
+       </game>
+       <game name="Dino Strike (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dino Strike (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dino Strike (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e7248cce" md5="b8be3b5ab058d5106d12b4fc1586eefc" sha1="30d603bdceeb46f0d005d33c94236e3d79324268"/>
+       </game>
+       <game name="Studio 100 Speeleiland, Het (Netherlands)">
+               <category>Games</category>
+               <description>Studio 100 Speeleiland, Het (Netherlands)</description>
+               <rom name="Studio 100 Speeleiland, Het (Netherlands).iso" size="4699979776" crc="8c1b3903" md5="868bde2d92f2aedf3f79c191ac62b254" sha1="0c1ea79578ba6513afa2815071e5fbb45b6f4ac6"/>
+       </game>
+       <game name="Disney-Pixar Up (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Disney-Pixar Up (Europe) (En,Fr)</description>
+               <rom name="Disney-Pixar Up (Europe) (En,Fr).iso" size="4699979776" crc="e52a5bc0" md5="9bfdf59a96cc9d5075aff318a54d9b47" sha1="c448fd36d345d2ea17bb103094e41d98325fb4e2"/>
+       </game>
+       <game name="Daenantu Smash Brothers X (Korea)">
+               <category>Games</category>
+               <description>Daenantu Smash Brothers X (Korea)</description>
+               <rom name="Daenantu Smash Brothers X (Korea).iso" size="8511160320" crc="94fe4fb7" md5="19c90dfd6fd17df0c98c4c0618d4715d" sha1="21578643bbfa5edd82c69ba7ac83555565605124"/>
+       </game>
+       <game name="Hip Hop Dance Experience, The (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hip Hop Dance Experience, The (USA) (En,Fr,Es)</description>
+               <rom name="Hip Hop Dance Experience, The (USA) (En,Fr,Es).iso" size="8511160320" crc="e5d90ff1" md5="993fe61614cf264f3449111762bb0d3a" sha1="8bf89c890e846ecc5b31e9916ba6423b2db6d8de"/>
+       </game>
+       <game name="Cate West - The Vanishing Files (Europe)">
+               <category>Games</category>
+               <description>Cate West - The Vanishing Files (Europe)</description>
+               <rom name="Cate West - The Vanishing Files (Europe).iso" size="4699979776" crc="4da3cc63" md5="b3cb2dd2d669bf8d0a24691de29afb30" sha1="d68005bd5d3f14bd7b8a60683edc7cd673b49e88"/>
+       </game>
+       <game name="PES 2009 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>PES 2009 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)</description>
+               <rom name="PES 2009 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="d58c26f1" md5="0c8c3d6b8190bcf06995390148ec8373" sha1="f4042eafc0d496a2ce0cf7ef4276856db86fdb12"/>
+       </game>
+       <game name="Smurfs 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Smurfs 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Smurfs 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="a0eaf2b3" md5="81d3fc368ca3587b47dc9cc0a89260b4" sha1="c34d785c783ea7e2d40cfa8294d9dc7b750755a9"/>
+       </game>
+       <game name="Surf's Up (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Surf's Up (Europe) (En,Fr,Es)</description>
+               <rom name="Surf's Up (Europe) (En,Fr,Es).iso" size="4699979776" crc="22caf00b" md5="e4c6384c88fe0885b504e19ef3f36a41" sha1="7429ab123d58af1aa5647823fa5ae7d58c3e9e2d"/>
+       </game>
+       <game name="Lost in Blue - Shipwrecked (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Lost in Blue - Shipwrecked (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Lost in Blue - Shipwrecked (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="887e4088" md5="20870aab67ad88715e8d9dade7b7bee3" sha1="2b39245f9175747edfdc46dc55e15f8f00fa15aa"/>
+       </game>
+       <game name="Love Is... in Bloom (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Love Is... in Bloom (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Love Is... in Bloom (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="9cb508a1" md5="419ee159209bb600983a42753fca20ab" sha1="4e99b6ea8c674e5b9740a8e7095ab239a92d37f8"/>
+       </game>
+       <game name="Go Play - Lumberjacks (Europe) (En,Fr,De) (Rev 1)">
+               <category>Games</category>
+               <description>Go Play - Lumberjacks (Europe) (En,Fr,De) (Rev 1)</description>
+               <rom name="Go Play - Lumberjacks (Europe) (En,Fr,De) (Rev 1).iso" size="4699979776" crc="3cfa19ed" md5="98a16c8e3f63e8f1fc6e83e34d190d42" sha1="c25415c45586653c13983da34baad7a9f3c7d34c"/>
+       </game>
+       <game name="Off Road (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Off Road (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Off Road (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bd3ba9bc" md5="abef21d97fec43cb3abed68da372a4bc" sha1="8aed384a07d368ef1f8fc8d29b3214198f6b8bd3"/>
+       </game>
+       <game name="Disney-Pixar Oben (Germany)">
+               <category>Games</category>
+               <description>Disney-Pixar Oben (Germany)</description>
+               <rom name="Disney-Pixar Oben (Germany).iso" size="4699979776" crc="722ffd97" md5="0367ac0d34dac14b75e392e94b859795" sha1="fe97f6b3d2f76081fb3e4ff2dfd64198d8963f7d"/>
+       </game>
+       <game name="Let's Sing 2017 - Mit Deutschen Hits! (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2017 - Mit Deutschen Hits! (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2017 - Mit Deutschen Hits! (Germany) (En,Fr,De,Es,It).iso" size="4699979776" crc="a78039d6" md5="d386c7959f70ba1cd4c0369c6ca9cb35" sha1="78b4fa59d1e78b1715e8894a9b73f1c86b1dc909"/>
+       </game>
+       <game name="Lernerfolg Grundschule Deutsch (Germany) (De,Tr)">
+               <category>Educational</category>
+               <description>Lernerfolg Grundschule Deutsch (Germany) (De,Tr)</description>
+               <rom name="Lernerfolg Grundschule Deutsch (Germany) (De,Tr).iso" size="4699979776" crc="a06fd3bf" md5="32e8d97236490e6db409bf61cfcc6b0f" sha1="95112a6603adef047de1f0cf064e34ea4871a292"/>
+       </game>
+       <game name="Lernerfolg Grundschule Englisch (Germany) (Fr,De,Es,It,Tr)">
+               <category>Educational</category>
+               <description>Lernerfolg Grundschule Englisch (Germany) (Fr,De,Es,It,Tr)</description>
+               <rom name="Lernerfolg Grundschule Englisch (Germany) (Fr,De,Es,It,Tr).iso" size="4699979776" crc="6bcff7f6" md5="b7937996904d79491ef67e22f89705f8" sha1="27dfab19bb540459a5be80667335e642250b0991"/>
+       </game>
+       <game name="Lernerfolg Grundschule Mathematik (Germany) (En,Fr,De,Es,It,Tr)">
+               <category>Educational</category>
+               <description>Lernerfolg Grundschule Mathematik (Germany) (En,Fr,De,Es,It,Tr)</description>
+               <rom name="Lernerfolg Grundschule Mathematik (Germany) (En,Fr,De,Es,It,Tr).iso" size="4699979776" crc="9221c89b" md5="4bc5290a23c756ae8a8d2d6078378fc7" sha1="1bb14d6adb58dbc54231a739efd5638a5daeee03"/>
+       </game>
+       <game name="Let's Dance with Mel B (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Dance with Mel B (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Dance with Mel B (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="31d22222" md5="6ad6b4ab8f6572c8bba6ff3596bb5a2e" sha1="a14fb7e8cc1e34d921c3de67912e799630477793"/>
+       </game>
+       <game name="Let's Sing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="cc643a21" md5="1717924e6e177aac69f4bbb25b938af9" sha1="331a04370fc7505c224b33df62748116e3ee20f0"/>
+       </game>
+       <game name="Let's Sing 2015 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2015 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2015 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="5b2ad2d9" md5="d6a4c6c2fdf4fe91f7ddf436ea1d7575" sha1="1f34d54179378c2e56ecf82ca9f2e11b5c94b777"/>
+       </game>
+       <game name="Ben 10 - Protector of Earth (UK)">
+               <category>Games</category>
+               <description>Ben 10 - Protector of Earth (UK)</description>
+               <rom name="Ben 10 - Protector of Earth (UK).iso" size="4699979776" crc="1127599c" md5="c83bc0b18abf839cad74f8683a1ffb44" sha1="015bf0a9c79132a48e58830556886f77bcb74cfa"/>
+       </game>
+       <game name="Disney Sing It (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Sing It (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Sing It (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="52d47624" md5="42997e3ad26f27194019bef39200f1e5" sha1="d77ec602e5e063d2babb8c9f69dc9ac6bbf5f54a"/>
+       </game>
+       <game name="Family Party - 30 Great Games - Outdoor Fun (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Party - 30 Great Games - Outdoor Fun (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Party - 30 Great Games - Outdoor Fun (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="cf83e3dd" md5="49314a41cd71401745977794c103874b" sha1="4ef6d08d67943aaa1ec7a2a1baec5f6924c6273d"/>
+       </game>
+       <game name="Jillian Michaels Fitness Ultimatum 2010 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jillian Michaels Fitness Ultimatum 2010 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jillian Michaels Fitness Ultimatum 2010 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bc9c2c35" md5="157a11fb4a2d0e6c4730524cc5b73d08" sha1="ee8f3eb62c2fa199da6d2ebb501c8cf7bd4b9603"/>
+       </game>
+       <game name="PES 2011 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>PES 2011 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)</description>
+               <rom name="PES 2011 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="eec9522c" md5="e7fa2020cdcd7bcef320adb6d3bff441" sha1="d19fb192ce11b076f7573dbc3f650c68bd4413a0"/>
+       </game>
+       <game name="Just Dance 2018 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Just Dance 2018 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Just Dance 2018 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="41b85809" md5="612369d567a1b08d8a94b11deafffc0b" sha1="7468be2ff4142967cc3cb3eb07cb8bc7be2260d6"/>
+       </game>
+       <game name="PES 2010 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>PES 2010 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)</description>
+               <rom name="PES 2010 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="adcfeaaf" md5="a67034cf4f6494238e6b3dc9cac28f2f" sha1="ff8e79f17402847c78317d08b26e05c89be6a7c0"/>
+       </game>
+       <game name="PES 2013 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>PES 2013 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)</description>
+               <rom name="PES 2013 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="f792f098" md5="b713ef06404e93b10d81244217120e46" sha1="6d57e92f6dacee80b79a41629d5dfd97f796eb13"/>
+       </game>
+       <game name="Skylanders - Swap Force (Europe, Australia) (En,De)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Europe, Australia) (En,De)</description>
+               <rom name="Skylanders - Swap Force (Europe, Australia) (En,De).iso" size="4699979776" crc="0b8052dc" md5="d4c9c0fe51b4e36a9c5108d87824824c" sha1="c4d5a49a4848b15c7b920d639539dd5a349985ea"/>
+       </game>
+       <game name="PES 2012 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>PES 2012 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt)</description>
+               <rom name="PES 2012 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="9b4bd2a2" md5="dff7f11740e3f54678b64f03cd6c43f7" sha1="65fba41182b38b456948cbb48bc45dfd214bb09d"/>
+       </game>
+       <game name="Animal Crossing - City Folk (USA, Asia) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Animal Crossing - City Folk (USA, Asia) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Animal Crossing - City Folk (USA, Asia) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="90f2a29f" md5="91052ed3347ab216158a99c6c483b20f" sha1="d89f999354065c4b6071ac79d7ab854819dd012d"/>
+       </game>
+       <game name="Wheel of Fortune (Europe)">
+               <category>Games</category>
+               <description>Wheel of Fortune (Europe)</description>
+               <rom name="Wheel of Fortune (Europe).iso" size="4699979776" crc="00084c4f" md5="537cd3a804eca436ac220d10a9cc51fa" sha1="70e8d8b337245a90b6e38ffbb6429c5b48d13b03"/>
+       </game>
+       <game name="Disney-Pixar Brave (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Brave (USA) (En,Fr,Es)</description>
+               <rom name="Disney-Pixar Brave (USA) (En,Fr,Es).iso" size="4699979776" crc="611442c8" md5="9b7cec3a7ebae2d5a4f74d475581d8d1" sha1="31e729e5c2a3a38958af27b16daf1bd4c4005cfd"/>
+       </game>
+       <game name="Deer Drive Legends (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Deer Drive Legends (USA) (En,Fr,Es)</description>
+               <rom name="Deer Drive Legends (USA) (En,Fr,Es).iso" size="4699979776" crc="0abed5a7" md5="5f48e7ba09836272a6a6e53032be6d89" sha1="8e92d821752118b39e42cc0e8db9d488133dd9f0"/>
+       </game>
+       <game name="Monster Trux Arenas - Special Edition (USA)">
+               <category>Games</category>
+               <description>Monster Trux Arenas - Special Edition (USA)</description>
+               <rom name="Monster Trux Arenas - Special Edition (USA).iso" size="4699979776" crc="560bee30" md5="00f6a23f1b889a76f34c2eb7a61a5355" sha1="0972f3821d170e00a1d2ff40f9a288403801a434"/>
+       </game>
+       <game name="New Carnival Games (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>New Carnival Games (USA) (En,Fr,Es)</description>
+               <rom name="New Carnival Games (USA) (En,Fr,Es).iso" size="4699979776" crc="879b4d12" md5="a326a2fe55064a1ad7b063e50c61848c" sha1="79f79d3520a1787d353e1f4a1db38b1361e8cba6"/>
+       </game>
+       <game name="Nickelodeon Fit (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon Fit (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Nickelodeon Fit (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="98064d93" md5="1e5776a7fb576dbfede3057aa6bfa6fb" sha1="0c12a5cacbcc803cf68137f9b1498cb5254ad5a6"/>
+       </game>
+       <game name="Our House - Party! (USA)">
+               <category>Games</category>
+               <description>Our House - Party! (USA)</description>
+               <rom name="Our House - Party! (USA).iso" size="4699979776" crc="b024bab4" md5="1590b2b434e727c5379ba522df38a41a" sha1="7adc3eaf7b2eb8b03a682f9d7c13630fa649426c"/>
+       </game>
+       <game name="PDC World Championship Darts (USA)">
+               <category>Games</category>
+               <description>PDC World Championship Darts (USA)</description>
+               <rom name="PDC World Championship Darts (USA).iso" size="4699979776" crc="35e82e12" md5="709c9bdc3f5b13f20d6932efb8a3dad8" sha1="3747a4a8d173a01f90708d89ed94240f550f73a4"/>
+       </game>
+       <game name="Disney Phineas and Ferb - Quest for Cool Stuff (USA)">
+               <category>Games</category>
+               <description>Disney Phineas and Ferb - Quest for Cool Stuff (USA)</description>
+               <rom name="Disney Phineas and Ferb - Quest for Cool Stuff (USA).iso" size="4699979776" crc="96b42925" md5="f81a796be0dc93fc4ab1735b86afb7f0" sha1="4e2359a8e4eecf6466f6c411ad7073770194d671"/>
+       </game>
+       <game name="Bass Pro Shops - The Hunt - Trophy Showdown (USA)">
+               <category>Games</category>
+               <description>Bass Pro Shops - The Hunt - Trophy Showdown (USA)</description>
+               <rom name="Bass Pro Shops - The Hunt - Trophy Showdown (USA).iso" size="4699979776" crc="4eeab92b" md5="420aeeaa32e4356c8eeb1a69d53d4bec" sha1="5eb04aeca9043404bc367ef9d986e3803ea82963"/>
+       </game>
+       <game name="DreamWorks Penguins of Madagascar (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>DreamWorks Penguins of Madagascar (USA) (En,Fr,Es,Pt)</description>
+               <rom name="DreamWorks Penguins of Madagascar (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="796d9ba6" md5="ca5e7cf5a8bc002ef6c5cdbb82236152" sha1="e9a8ad0d4516100faf1cc1e5aba992207a6e65d6"/>
+       </game>
+       <game name="Ninjabread Man (USA)">
+               <category>Games</category>
+               <description>Ninjabread Man (USA)</description>
+               <rom name="Ninjabread Man (USA).iso" size="4699979776" crc="250d18e5" md5="14a0a339ff4a32cc641f0cdbc8c3c6d2" sha1="34a1ef3677a91c8053703f3fef5c040e26d4a567"/>
+       </game>
+       <game name="Celebrity Sports Showdown (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Celebrity Sports Showdown (USA) (En,Fr,Es)</description>
+               <rom name="Celebrity Sports Showdown (USA) (En,Fr,Es).iso" size="4699979776" crc="9479eeee" md5="212b4968e7f385fc12c81b02fd05aeaa" sha1="7dae3c273cfcec352dcb08aef3ff2d8ab208d925"/>
+       </game>
+       <game name="Disney High School Musical - Sing It! (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney High School Musical - Sing It! (USA) (En,Fr)</description>
+               <rom name="Disney High School Musical - Sing It! (USA) (En,Fr).iso" size="4699979776" crc="9490fbfc" md5="41aa648a65aedb2636e73462ec5bfede" sha1="a56bc86f77a501fe1e45cca1c7c0a2fc5248344c"/>
+       </game>
+       <game name="Green Day - Rock Band (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Green Day - Rock Band (USA) (En,Fr,Es)</description>
+               <rom name="Green Day - Rock Band (USA) (En,Fr,Es).iso" size="4699979776" crc="14f6daad" md5="27faeefedc434b6f2c66be2ad38812f0" sha1="bfee9cafcc6f81e74bd2b19b72cc9c9869d6ce42"/>
+       </game>
+       <game name="Nickelodeon Fit (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Fit (USA)</description>
+               <rom name="Nickelodeon Fit (USA).iso" size="4699979776" crc="8a21a513" md5="29d810588db5daef48790903661cf83a" sha1="f7773b0a042865eb0966fd6d564518bc7dcbca40"/>
+       </game>
+       <game name="Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA)</description>
+               <rom name="Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA).iso" size="4699979776" crc="b7d05f51" md5="4895e95c8b8477ae050f0066c53faeec" sha1="01f6efa4d911a724fa2a4d558e96c4b3fe9b28e5"/>
+       </game>
+       <game name="Hot Wheels - Track Attack (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hot Wheels - Track Attack (USA) (En,Fr,Es)</description>
+               <rom name="Hot Wheels - Track Attack (USA) (En,Fr,Es).iso" size="4699979776" crc="df73f210" md5="3fcd9a5824bae58e91618380519c6e21" sha1="b9b42ddab2d30e42a972cec547d2d02b1941b070"/>
+       </game>
+       <game name="Disney Princess - Enchanting Storybooks (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Disney Princess - Enchanting Storybooks (USA) (En,Fr)</description>
+               <rom name="Disney Princess - Enchanting Storybooks (USA) (En,Fr).iso" size="4699979776" crc="93113e8e" md5="86fefbc23c7eb523e4455be34fe2feb5" sha1="04d0bb46cc9df88b07109989a6e60c9b476ad00b"/>
+       </game>
+       <game name="Marble Saga - Kororinpa (USA) (En,Es) (Demo)">
+               <category>Demos</category>
+               <description>Marble Saga - Kororinpa (USA) (En,Es) (Demo)</description>
+               <rom name="Marble Saga - Kororinpa (USA) (En,Es) (Demo).iso" size="4699979776" crc="dcedf479" md5="2fb0cf74126e24553337eed15a3c8d43" sha1="519084aa88d2ea63464a21fdfd69bb4f68b47d71"/>
+       </game>
+       <game name="DreamWorks Madagascar Kartz (USA) (En,Fr)">
+               <category>Games</category>
+               <description>DreamWorks Madagascar Kartz (USA) (En,Fr)</description>
+               <rom name="DreamWorks Madagascar Kartz (USA) (En,Fr).iso" size="4699979776" crc="de3126b6" md5="1cc8ee76e87130affffcb15b3c4d0926" sha1="a455c4e40dc7b1e55659c4075d35ab75ea579540"/>
+       </game>
+       <game name="Crazy Machines (USA)">
+               <category>Games</category>
+               <description>Crazy Machines (USA)</description>
+               <rom name="Crazy Machines (USA).iso" size="4699979776" crc="47a3cf7b" md5="6239b4c0b163b688a88fd5b3a59d5c65" sha1="af925e49e5decd60be361f32d649785bf9b7c252"/>
+       </game>
+       <game name="Bratz - The Movie (Germany)">
+               <category>Games</category>
+               <description>Bratz - The Movie (Germany)</description>
+               <rom name="Bratz - The Movie (Germany).iso" size="4699979776" crc="f0942722" md5="cea84e21a2789b78b3a2ab0a34711906" sha1="163d94e7c2cd4079edeff48e6b25dfd705fbbec2"/>
+       </game>
+       <game name="Bomberman Land Wii (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bomberman Land Wii (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bomberman Land Wii (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="68541302" md5="00a97455c1c5779763201ff5267f0be3" sha1="8fe50792dee905c63e2ea576980840d39fa05c9b"/>
+       </game>
+       <game name="DreamWorks Bee Movie Game (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks Bee Movie Game (Europe) (Fr,De,Es,It)</description>
+               <rom name="DreamWorks Bee Movie Game (Europe) (Fr,De,Es,It).iso" size="4699979776" crc="2f39ae5f" md5="29b966288117f1c839b6ccd0d2be811f" sha1="46d43dd886f47a8fa984136d157eeb8bdd8d98a5"/>
+       </game>
+       <game name="Ben 10 - Protector of Earth (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ben 10 - Protector of Earth (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ben 10 - Protector of Earth (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7d0e55c4" md5="5cd5ffa147660c23284c60b54d34fdab" sha1="7361b64fa54eb3c7b6d39bae08f8b3c304d75099"/>
+       </game>
+       <game name="Billy the Wizard - Rocket Broomstick Racing (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Billy the Wizard - Rocket Broomstick Racing (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Billy the Wizard - Rocket Broomstick Racing (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="db8e7f4b" md5="1543580990f9772f5998470023380be9" sha1="20c303a064fecdbc8c94cc468e015b158d4d88f3"/>
+       </game>
+       <game name="Disney Bolt (Europe) (Fr,De,Nl)">
+               <category>Games</category>
+               <description>Disney Bolt (Europe) (Fr,De,Nl)</description>
+               <rom name="Disney Bolt (Europe) (Fr,De,Nl).iso" size="4699979776" crc="71588251" md5="2464410c5b9c48e3bc7b0246d121e0db" sha1="0c2b6404f4f13fae4d6c4a57fdea09e2c6c6df40"/>
+       </game>
+       <game name="Bigfoot - Collision Course (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Bigfoot - Collision Course (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Bigfoot - Collision Course (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c385c742" md5="69658e8250ac2d9e8eb82c071be270eb" sha1="34063138818306c49060a1197b8702c5df9d3a60"/>
+       </game>
+       <game name="Ben 10 - Omniverse (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ben 10 - Omniverse (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ben 10 - Omniverse (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8b4c895a" md5="81d25815eab94da96588785aad735829" sha1="e05f0ceb096181a8c529015b6237c60e337bcdb2"/>
+       </game>
+       <game name="Bermuda Triangle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bermuda Triangle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bermuda Triangle (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ca59c736" md5="6a340735103932e9f6b6a7c454913063" sha1="52b24ba4452abf7b5069b1fddf8e65b6d9d07e1c"/>
+       </game>
+       <game name="Beastly (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Beastly (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Beastly (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c9f55daf" md5="19c19383a27f607fa56d199e25589487" sha1="d5515577db49d7efc437cc9ebae8e4ec9d185dac"/>
+       </game>
+       <game name="Battle vs. Chess (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Battle vs. Chess (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Battle vs. Chess (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="90859773" md5="0b5ed0be39939a43e777998a05debdaa" sha1="b121bab0565ad21fe9eba5fb6d5f671ead8b8580"/>
+       </game>
+       <game name="CSI - Crime Scene Investigation - Deadly Intent (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>CSI - Crime Scene Investigation - Deadly Intent (USA) (En,Fr,Es)</description>
+               <rom name="CSI - Crime Scene Investigation - Deadly Intent (USA) (En,Fr,Es).iso" size="4699979776" crc="e76b0cf9" md5="18143a1518a9be12b6af25647cb37465" sha1="18b1619962d5055c6112c4cd527994b71a4d17f3"/>
+       </game>
+       <game name="Six Flags Fun Park (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Six Flags Fun Park (USA) (En,Fr)</description>
+               <rom name="Six Flags Fun Park (USA) (En,Fr).iso" size="4699979776" crc="824b4651" md5="7b4bf4ef2fb1ae70993fc398fca1c389" sha1="0b4318d0f16a36b3ca3ae540f1d57aeb77d734ef"/>
+       </game>
+       <game name="Mountain Sports (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Mountain Sports (USA) (En,Fr)</description>
+               <rom name="Mountain Sports (USA) (En,Fr).iso" size="4699979776" crc="53f60a42" md5="822e067a005e61720bd5b9fd8d34de82" sha1="17f888209833e3b36f86ec963e9d85b506a7507e"/>
+       </game>
+       <game name="Family Fun Football (USA)">
+               <category>Games</category>
+               <description>Family Fun Football (USA)</description>
+               <rom name="Family Fun Football (USA).iso" size="4699979776" crc="46ae5313" md5="777b0e312c356c4b82960e3f35288907" sha1="23e6c0f1ede957a7729e7cefca2374b13426201e"/>
+       </game>
+       <game name="Luxor - Pharaoh's Challenge (USA)">
+               <category>Games</category>
+               <description>Luxor - Pharaoh's Challenge (USA)</description>
+               <rom name="Luxor - Pharaoh's Challenge (USA).iso" size="4699979776" crc="3b293673" md5="0bb80533520cfc6635b967af0fb56b18" sha1="5e19d5c2a4142ede8f01ea467c9a62ef9b9a6b43"/>
+       </game>
+       <game name="Hotel for Dogs (USA)">
+               <category>Games</category>
+               <description>Hotel for Dogs (USA)</description>
+               <rom name="Hotel for Dogs (USA).iso" size="4699979776" crc="8ed42e5c" md5="32fe520fe3a3687f4e94923337c0710e" sha1="70c9978b024ade44d7d71a0dfd104516cbf7b0a6"/>
+       </game>
+       <game name="Ocean Commander (USA)">
+               <category>Games</category>
+               <description>Ocean Commander (USA)</description>
+               <rom name="Ocean Commander (USA).iso" size="4699979776" crc="0d392864" md5="3a2c54e6a207de4c30f61bd380e6de4d" sha1="24030b12826a3e2e6182a2d5bf51b32f58017820"/>
+       </game>
+       <game name="Haunted House (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Haunted House (USA) (En,Fr)</description>
+               <rom name="Haunted House (USA) (En,Fr).iso" size="4699979776" crc="3ffd76f2" md5="9f86de6be25018cc46b3c6bcdf28b375" sha1="8285e01a8cc265322d70979b5df77dd4d9d68a33"/>
+       </game>
+       <game name="Jaws - Ultimate Predator (USA) (En,Es)">
+               <category>Games</category>
+               <description>Jaws - Ultimate Predator (USA) (En,Es)</description>
+               <rom name="Jaws - Ultimate Predator (USA) (En,Es).iso" size="4699979776" crc="87c5705d" md5="563a04af37163a430df026bfc6f84e13" sha1="d4dd2dda2a529c695dda9c4b77eb80b4fdca1a7e"/>
+       </game>
+       <game name="Junior League Sports (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Junior League Sports (USA) (En,Fr,Es)</description>
+               <rom name="Junior League Sports (USA) (En,Fr,Es).iso" size="4699979776" crc="b317e48e" md5="fd8d3ac30153a120794fea23b5439f71" sha1="f29203b6b650d90080912629171329796ec2ceaa"/>
+       </game>
+       <game name="JumpStart Pet Rescue (USA)">
+               <category>Games</category>
+               <description>JumpStart Pet Rescue (USA)</description>
+               <rom name="JumpStart Pet Rescue (USA).iso" size="4699979776" crc="f7de5bdd" md5="eeffe113da8c074b28a6c3d08b4ac083" sha1="b7ec41f886fea3a28aead8b4eaeff5af3247e1ac"/>
+       </game>
+       <game name="Minute to Win It (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Minute to Win It (USA) (En,Fr,Es)</description>
+               <rom name="Minute to Win It (USA) (En,Fr,Es).iso" size="4699979776" crc="40ef70fc" md5="7c09bb18724a472a87ab3be8324a3919" sha1="f74f71f813fa8fe4b98d76de4e217f1fa304070f"/>
+       </game>
+       <game name="Cabela's Hunting Expeditions (USA)">
+               <category>Games</category>
+               <description>Cabela's Hunting Expeditions (USA)</description>
+               <rom name="Cabela's Hunting Expeditions (USA).iso" size="4699979776" crc="e92a42ff" md5="317c0fcf90412e1f5ee849de5d0a5da0" sha1="aed143e19f6a1a5c8c3610af0c3cdb203c8a6938"/>
+       </game>
+       <game name="Hamster Heroes (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Hamster Heroes (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Hamster Heroes (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="a1be41e9" md5="1b5ea0de2f03345e74149350ca12f07e" sha1="48244a0ae1773246d9c135da4a80fa58d3181f11"/>
+       </game>
+       <game name="Winning Eleven Play Maker 2008 (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Winning Eleven Play Maker 2008 (Japan) (Taikenban)</description>
+               <rom name="Winning Eleven Play Maker 2008 (Japan) (Taikenban).iso" size="4699979776" crc="56b0022a" md5="5d59e61c702a6fc762dc0a0cfedeed0b" sha1="c2a1c6e91507d02a2d02d11d79e279a65570df4a"/>
+       </game>
+       <game name="101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="a9665496" md5="636494348e07d095c2d1a2b1e97212c0" sha1="c73fd43d9e5f0176e8243105fdf11113e0e8143e"/>
+       </game>
+       <game name="Disney-Pixar Cars 2 (Russia)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars 2 (Russia)</description>
+               <rom name="Disney-Pixar Cars 2 (Russia).iso" size="4699979776" crc="62408fe5" md5="9634381805b799d2887c8f94285772f7" sha1="d8a8d30c8e3e52ece46c7a4dac8e9c6af9066f5c"/>
+       </game>
+       <game name="Bionicle Heroes (Europe) (En,Fr,De,Es,It,Da)">
+               <category>Games</category>
+               <description>Bionicle Heroes (Europe) (En,Fr,De,Es,It,Da)</description>
+               <rom name="Bionicle Heroes (Europe) (En,Fr,De,Es,It,Da).iso" size="4699979776" crc="03d31d81" md5="93bb5182591b53404484e91668e50e59" sha1="e01c3bb481a3d604b7fc7011b2f9b23f88d25026"/>
+       </game>
+       <game name="Disney-Pixar Arabalar 2 (Turkey)">
+               <category>Games</category>
+               <description>Disney-Pixar Arabalar 2 (Turkey)</description>
+               <rom name="Disney-Pixar Arabalar 2 (Turkey).iso" size="4699979776" crc="0a37262e" md5="754ccda9b5243d24b1b066ce1d3047fe" sha1="06bdcede988725a1143e84ff56b308d1451f3e5e"/>
+       </game>
+       <game name="Bleach - Shattered Blade (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Bleach - Shattered Blade (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Bleach - Shattered Blade (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="550d4245" md5="bbb2825bc894a74d0a48cc8bd9e1fa1b" sha1="588899d13ba288f44cdd1eb22452cc7d21a291e1"/>
+       </game>
+       <game name="Fix It - Home Improvement Challenge (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Fix It - Home Improvement Challenge (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Fix It - Home Improvement Challenge (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ad49507f" md5="5be3bd8ebddb693cadaa7f0777430e46" sha1="ec2b1ee2c83acff18ed9ddc61f98cf3452cec371"/>
+       </game>
+       <game name="Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl) (Rev 1)</description>
+               <rom name="Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl) (Rev 1).iso" size="4699979776" crc="5b159e00" md5="4d0b03d639b9ecd1536d15302e61f1c9" sha1="ad8bc9825d44d51e1e6f5b040f6e598bbe83df5b"/>
+       </game>
+       <game name="Doctor Fizzwizzle's Animal Rescue (USA)">
+               <category>Games</category>
+               <description>Doctor Fizzwizzle's Animal Rescue (USA)</description>
+               <rom name="Doctor Fizzwizzle's Animal Rescue (USA).iso" size="4699979776" crc="fd4a45af" md5="7eae42c429f2813183a6c70c92c01dc8" sha1="5423e2d7fb02fb8b5a88f77afc07488d2c5c5988"/>
+       </game>
+       <game name="101-in-1 Sports Party Megamix (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>101-in-1 Sports Party Megamix (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="101-in-1 Sports Party Megamix (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5b37bd10" md5="30fb9bdfe0ad9eb3f6dc788f369850d3" sha1="9bccf1b2f6345d68b8e4c6d4ff97d8a8b5f3e48a"/>
+       </game>
+       <game name="Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv) (Toys R Us)">
+               <category>Games</category>
+               <description>Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv) (Toys R Us)</description>
+               <rom name="Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv) (Toys R Us).iso" size="4699979776" crc="5cbb1dd6" md5="2bdcaae951b77136d67ed386efcd18c7" sha1="e036eff54e1306fbff0518da30e1008cf67ee639"/>
+       </game>
+       <game name="Blast Works - Build, Trade, Destroy (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Blast Works - Build, Trade, Destroy (Europe) (En,Fr,De)</description>
+               <rom name="Blast Works - Build, Trade, Destroy (Europe) (En,Fr,De).iso" size="4699979776" crc="6a025a2d" md5="93e7a9a7d14661da84108ecf91588fda" sha1="77b0f8ff5fdd57a792e12b589686eab92cf98539"/>
+       </game>
+       <game name="Brave - A Warrior's Tale (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Brave - A Warrior's Tale (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Brave - A Warrior's Tale (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b44b6f3c" md5="a253f856ee32e51f8b90ae9917667538" sha1="89aa4708006395e12e775cac485f92150ee0ba6d"/>
+       </game>
+       <game name="Disney Think Fast (Russia)">
+               <category>Games</category>
+               <description>Disney Think Fast (Russia)</description>
+               <rom name="Disney Think Fast (Russia).iso" size="4699979776" crc="c3ea984b" md5="58ce13b6d127a5cb6d2a4d717b65508c" sha1="7747bae90ada72ba44d360b2c29718c56bdd024d"/>
+       </game>
+       <game name="Just Dance 2 (Europe) (En,Fr,De,Es,It) (Demo)">
+               <category>Demos</category>
+               <description>Just Dance 2 (Europe) (En,Fr,De,Es,It) (Demo)</description>
+               <rom name="Just Dance 2 (Europe) (En,Fr,De,Es,It) (Demo).iso" size="4699979776" crc="05e29bb9" md5="a1d7419e87907570b8729dd0d724e720" sha1="6b44da47138fe9501754bb734a00d39ab1113a2a"/>
+       </game>
+       <game name="Zoo Hospital (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Zoo Hospital (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Zoo Hospital (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="e8049f7f" md5="b689e93663a303619e47c35be171f449" sha1="fa690341118313f7275c649a36419b1cf971ef84"/>
+       </game>
+       <game name="Disney-Pixar Toy Story Mania! (Russia)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story Mania! (Russia)</description>
+               <rom name="Disney-Pixar Toy Story Mania! (Russia).iso" size="4699979776" crc="cd89b6fb" md5="3706efeee763b20ca7c6f72fce56a907" sha1="2f69334d01c10c64009ed070c32899776e3e62eb"/>
+       </game>
+       <game name="Super Paper Mario (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Super Paper Mario (USA) (Rev 1)</description>
+               <rom name="Super Paper Mario (USA) (Rev 1).iso" size="4699979776" crc="f9722a6b" md5="9b2a900b69826111ff5803b86965f038" sha1="e3e633710087d36c0ae420e808fe6b17ed3f1dd7"/>
+       </game>
+       <game name="Disney-Pixar Cars Toon - Mater's Tall Tales (Scandinavia) (En,Sv,No,Da) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars Toon - Mater's Tall Tales (Scandinavia) (En,Sv,No,Da) (Rev 1)</description>
+               <rom name="Disney-Pixar Cars Toon - Mater's Tall Tales (Scandinavia) (En,Sv,No,Da) (Rev 1).iso" size="4699979776" crc="418a65ff" md5="98f3c07cb8493b16a79f3d67fcd9f775" sha1="ad2dc8faeaa5ae40f2cd10e2628a5cb8c53ec931"/>
+       </game>
+       <game name="Myth Makers - Super Kart GP (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Myth Makers - Super Kart GP (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Myth Makers - Super Kart GP (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="67ae176b" md5="29c4280a046ba45ab6063c3d4306a6f5" sha1="5b6051e9c4b1233216d0f47bc4e8599c521f36fe"/>
+       </game>
+       <game name="U-Sing 2 (Europe)">
+               <category>Games</category>
+               <description>U-Sing 2 (Europe)</description>
+               <rom name="U-Sing 2 (Europe).iso" size="4699979776" crc="0b7ca978" md5="7afc385943b441225235295863edcabc" sha1="86a6fea0b179ec0aa3c92bf0f97f12461136368a"/>
+       </game>
+       <game name="Alvin and the Chipmunks - Chipwrecked (Europe) (Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Alvin and the Chipmunks - Chipwrecked (Europe) (Fr,De,Es,It)</description>
+               <rom name="Alvin and the Chipmunks - Chipwrecked (Europe) (Fr,De,Es,It).iso" size="4699979776" crc="0565fcde" md5="7b54a3dd9d81fe009791a1ed3713f32c" sha1="26c770e52c52f55bb347538de3bd05a8346a8459"/>
+       </game>
+       <game name="Animal Planet - Vet Life (USA)">
+               <category>Games</category>
+               <description>Animal Planet - Vet Life (USA)</description>
+               <rom name="Animal Planet - Vet Life (USA).iso" size="4699979776" crc="9789a560" md5="11b9cb5b2c6c2b06051aaf02e375dd77" sha1="c322e37bd1b7d0c598531f3b2e5a55c4ca1ac42b"/>
+       </game>
+       <game name="Harley Pasternak's Hollywood Workout (USA)">
+               <category>Games</category>
+               <description>Harley Pasternak's Hollywood Workout (USA)</description>
+               <rom name="Harley Pasternak's Hollywood Workout (USA).iso" size="4699979776" crc="66ec964e" md5="bb28b288a1b6be4f68ed08603ac01809" sha1="1699e09aa07d19152f945c5319ffcaf55f0fd043"/>
+       </game>
+       <game name="Bermuda Triangle - Saving the Coral (USA)">
+               <category>Games</category>
+               <description>Bermuda Triangle - Saving the Coral (USA)</description>
+               <rom name="Bermuda Triangle - Saving the Coral (USA).iso" size="4699979776" crc="84ee4b46" md5="55a1f5adc19f5ac9442314bda3965e35" sha1="5e7c35bd88e040d635cf146281dc92fef5f40dfa"/>
+       </game>
+       <game name="Dance Dance Revolution II (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dance Dance Revolution II (USA) (En,Fr,Es)</description>
+               <rom name="Dance Dance Revolution II (USA) (En,Fr,Es).iso" size="4699979776" crc="52dbab18" md5="717b85e37819e2e02e3ed4537251573c" sha1="faf85137f71115d4f514c3be434d440c23fbbdf8"/>
+       </game>
+       <game name="Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es) (Championship Edition)">
+               <category>Games</category>
+               <description>Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es) (Championship Edition)</description>
+               <rom name="Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es) (Championship Edition).iso" size="4699979776" crc="db0409db" md5="b4c4c7a21fb007effc7b8fcb38fd5d65" sha1="f2c69081905bc2b1961106d1c4d0b455c45c6003"/>
+       </game>
+       <game name="Mama's 2-Pack (USA)">
+               <category>Games</category>
+               <description>Mama's 2-Pack (USA)</description>
+               <rom name="Mama's 2-Pack (USA).iso" size="4699979776" crc="fd1e82cd" md5="34ad6a77549e3ab1967d5bb6838170b7" sha1="1e4f976b4cfcc6bc70df568e190f25c6fc2bd4be"/>
+       </game>
+       <game name="Skylanders - SuperChargers Racing (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Skylanders - SuperChargers Racing (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Skylanders - SuperChargers Racing (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="64dbce54" md5="ad437ef397a1db5cb178b4742a577556" sha1="499138698404311b715059133cdf14b4b965fc7a"/>
+       </game>
+       <game name="Disney-Pixar Cars Toon - Mater's Tall Tales (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars Toon - Mater's Tall Tales (USA) (En,Fr,Es)</description>
+               <rom name="Disney-Pixar Cars Toon - Mater's Tall Tales (USA) (En,Fr,Es).iso" size="4699979776" crc="24b095df" md5="6bfe6fad44fa577cb8e2f4c7eabc0eca" sha1="3f5814aa5369343e05fd2d3cddbc615190015222"/>
+       </game>
+       <game name="Busy Scissors (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Busy Scissors (USA) (En,Fr,Es)</description>
+               <rom name="Busy Scissors (USA) (En,Fr,Es).iso" size="4699979776" crc="e7934a7b" md5="5d131ce2bd18e54787363025cbcebc30" sha1="637d5a80281378095709ebef8d2ae404bd890425"/>
+       </game>
+       <game name="Deca Sports 2 (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Deca Sports 2 (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Deca Sports 2 (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="cacc69fa" md5="55acc712d88c49cb5168372b1d338174" sha1="b46f234c951bc67ae8ba31e07e47abf0b6629a7e"/>
+       </game>
+       <game name="Rooms - The Main Building (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Rooms - The Main Building (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Rooms - The Main Building (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="b3704ce7" md5="fe4bcdaeda83dbb33fac251cbce81016" sha1="fa914ee6cd0b961f2663eccd75fe71a879f4204a"/>
+       </game>
+       <game name="Deer Drive (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Deer Drive (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Deer Drive (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="99b8de5c" md5="11ca29cb9937e36d50bceda63bc1ef1c" sha1="c50ebcba1bce3ad29270d59dfe21f73045777fa0"/>
+       </game>
+       <game name="Escape the Museum (Europe)">
+               <category>Games</category>
+               <description>Escape the Museum (Europe)</description>
+               <rom name="Escape the Museum (Europe).iso" size="4699979776" crc="e6944308" md5="83d085c3e57658535e17682e51f8b652" sha1="ba8bc4b7d984f890fab403c40b3a55063595ce65"/>
+       </game>
+       <game name="George of the Jungle (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>George of the Jungle (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="George of the Jungle (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d0e31d2e" md5="abc3f4987c058ad21645f3e640dde07b" sha1="03bf84981c18af06d3880e85d001d63149d36e89"/>
+       </game>
+       <game name="Jeep Thrills (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jeep Thrills (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jeep Thrills (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ea21d21e" md5="7e15902ccaf11007fbf0e74b6ee650df" sha1="2ff86ff389a7291e27822cef64fc58277d64e17a"/>
+       </game>
+       <game name="Kidz Sports International Football (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Kidz Sports International Football (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Kidz Sports International Football (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="2246ecb1" md5="f9d562b65d87b07e8b53163862d01eb6" sha1="1770beee866ead568214535140c21f031858533c"/>
+       </game>
+       <game name="Think - Train Je Brein (Netherlands)">
+               <category>Games</category>
+               <description>Think - Train Je Brein (Netherlands)</description>
+               <rom name="Think - Train Je Brein (Netherlands).iso" size="4699979776" crc="d64f980d" md5="f4ca5de46e0f7a4b9de3e1a10b85027f" sha1="94a6ee3c41563a6e68c90e7b1ebbb8a977e77747"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda (Europe) (En,Fr,Nl)</description>
+               <rom name="DreamWorks Kung Fu Panda (Europe) (En,Fr,Nl).iso" size="4699979776" crc="e2014f9f" md5="d6f28424c10d42c77c252fcace808009" sha1="947d8c8e0c3bfc54e1fca94848c57daabbd9f753"/>
+       </game>
+       <game name="NBA Live 08 (UK)">
+               <category>Games</category>
+               <description>NBA Live 08 (UK)</description>
+               <rom name="NBA Live 08 (UK).iso" size="4699979776" crc="ef5c4d3f" md5="14f2166b934a3832884a208572cc04da" sha1="0f87f10dd8f1b989206c61e8e1fa001177951478"/>
+       </game>
+       <game name="Monster Trux Arenas (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Monster Trux Arenas (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Monster Trux Arenas (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="fb49fcce" md5="4641336829d7a20b6457e4e0a5997de9" sha1="37f520c5725b15bd3ce8fa2d1d0fe8779b607799"/>
+       </game>
+       <game name="Urban Extreme - Street Rage (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Urban Extreme - Street Rage (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Urban Extreme - Street Rage (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3303ab11" md5="a3e50406e7d9326bea643ba1be0f49e8" sha1="718f4cbdcb49462aa06a88c866b4ab1690aadab0"/>
+       </game>
+       <game name="Pheasants Forever (Europe)">
+               <category>Games</category>
+               <description>Pheasants Forever (Europe)</description>
+               <rom name="Pheasants Forever (Europe).iso" size="4699979776" crc="0f6b6e6a" md5="a0c1d828a883e6c7eb961b4fbf212664" sha1="547d7d36aa178e0fdb73909219fd3b37e436d52a"/>
+       </game>
+       <game name="Pirate Blast (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Pirate Blast (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Pirate Blast (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="1bba4ca8" md5="76157c983790cbe26d0140799608be58" sha1="1011d78bcccaa326f35a0a848c9cc3c58666c5a4"/>
+       </game>
+       <game name="Anubis II (UK)">
+               <category>Games</category>
+               <description>Anubis II (UK)</description>
+               <rom name="Anubis II (UK).iso" size="4699979776" crc="c6416c9b" md5="84dde2c39f3f858dd37f34fb96ce3291" sha1="1ae851e1e5b24da3eba40a0acd28e5489808d4f3"/>
+       </game>
+       <game name="Cheongongui Gisa Rodea (Korea)">
+               <category>Games</category>
+               <description>Cheongongui Gisa Rodea (Korea)</description>
+               <rom name="Cheongongui Gisa Rodea (Korea).iso" size="4699979776" crc="af531685" md5="bff9c09ff4487ee0827252c8bf597527" sha1="9f6389d354a468f15fe2cff38c80e3e8445fc637"/>
+       </game>
+       <game name="Dance Dance Revolution (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dance Dance Revolution (USA) (En,Fr,Es)</description>
+               <rom name="Dance Dance Revolution (USA) (En,Fr,Es).iso" size="4699979776" crc="a52586a4" md5="2833968609c225b083ccb276a81a5cea" sha1="8b591e0594d31e98c5abadcd0fe0eb0bc11f9c52"/>
+       </game>
+       <game name="Story Hour - Adventures (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Story Hour - Adventures (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Story Hour - Adventures (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e68cc471" md5="dafc806c2505a8e1c7630032270a7865" sha1="00b1c14f77ef0ebbedf69d8f457a077756cd25ca"/>
+       </game>
+       <game name="Margot's Bepuzzled! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Margot's Bepuzzled! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Margot's Bepuzzled! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ff848398" md5="9418a495c1d50e2121ac9a71dc87d237" sha1="8ccaf2d194501c4ac3c7b9a36029c9dbe787b767"/>
+       </game>
+       <game name="Mountain Sports (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mountain Sports (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mountain Sports (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="44c26a5f" md5="bd2bcda623feac29e02c02c0cf38aeea" sha1="725788d7216f967e3c2ddbefaae87057478896ea"/>
+       </game>
+       <game name="Mr Bean's Wacky World of Wii (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Mr Bean's Wacky World of Wii (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)</description>
+               <rom name="Mr Bean's Wacky World of Wii (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi).iso" size="4699979776" crc="6f8228af" md5="7ed775a9e4c41090f0a33d403d680144" sha1="6148365759c29f280dc93ac0bd959330fdcc0d0e"/>
+       </game>
+       <game name="Mushroom Men - The Spore Wars (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mushroom Men - The Spore Wars (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mushroom Men - The Spore Wars (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fd5bd7ee" md5="45ab2d11332e5b6bb2d9e9defe0d4af5" sha1="713654c80a5878e31d80a090d9c858c05cc9e7b2"/>
+       </game>
+       <game name="Monster Jam (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Monster Jam (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Monster Jam (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="23cbe8cb" md5="13f1e26b18b2aff4170fc4bdd7e2f533" sha1="3fe7c8bb17f98d94303b21cfc963fa73c505bfe4"/>
+       </game>
+       <game name="Marvel - Ultimate Alliance 2 (Europe)">
+               <category>Games</category>
+               <description>Marvel - Ultimate Alliance 2 (Europe)</description>
+               <rom name="Marvel - Ultimate Alliance 2 (Europe).iso" size="4699979776" crc="a5ab9902" md5="9baa289ad5c4946e30982f65d96ee29d" sha1="bd74be936ba69d0df3c01a20e5a3d8aaf889d6ae"/>
+       </game>
+       <game name="Crazy Chicken - Carnival (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crazy Chicken - Carnival (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Crazy Chicken - Carnival (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="19ff90d1" md5="d4e959738c1601f3bb2ef2f8a87c8846" sha1="ed5efc229b533ba85e5c16a8458e44c6cb2eefa5"/>
+       </game>
+       <game name="Marvel Super Heroes 3D - Grandmaster's Challenge (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Marvel Super Heroes 3D - Grandmaster's Challenge (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Marvel Super Heroes 3D - Grandmaster's Challenge (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="419920e2" md5="d067266010586d49d9b9e4e5741e9d51" sha1="54438bbdec98ba526478239817d615d48e8a1760"/>
+       </game>
+       <game name="Marvel Super Hero Squad - Comic Combat (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad - Comic Combat (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Marvel Super Hero Squad - Comic Combat (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="0d16a088" md5="85e38c4e258015ae1d7806d6f026aae9" sha1="51be4942f592b90f7ef0ba1dcf9b55cdc05f1372"/>
+       </game>
+       <game name="Musiic Party - Rock the House (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Musiic Party - Rock the House (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Musiic Party - Rock the House (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2ff50c9a" md5="f140512dd9e5dad1b4aff04cfff806e3" sha1="c2ade8888cdb256054a2eaa1559487644c71db02"/>
+       </game>
+       <game name="My Body Coach (Europe) (En,Fr,De,Es,It,Nl,Pt)">
+               <category>Games</category>
+               <description>My Body Coach (Europe) (En,Fr,De,Es,It,Nl,Pt)</description>
+               <rom name="My Body Coach (Europe) (En,Fr,De,Es,It,Nl,Pt).iso" size="4699979776" crc="c0bcd9c2" md5="6830f0665869f5a48f9dbdb71ecbfd10" sha1="aae0318bf122b94b5d6b477ceb7da874cc8ed21c"/>
+       </game>
+       <game name="My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (De,It)">
+               <category>Games</category>
+               <description>My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (De,It)</description>
+               <rom name="My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (De,It).iso" size="4699979776" crc="393ccab9" md5="48bfd7a44cc8ac33027dad2f4201ef06" sha1="2d4c9ec7ef9788e50c6c8e6bbaeb245991dbd19e"/>
+       </game>
+       <game name="My Fitness Coach - Get in Shape (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>My Fitness Coach - Get in Shape (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="My Fitness Coach - Get in Shape (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="cf4ad8c3" md5="e72e36c2d42cede1bc0f7977c62738f7" sha1="8c366b24690fb406f492a727d99b95d3b1d73a36"/>
+       </game>
+       <game name="My Horse &amp; Me (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)">
+               <category>Games</category>
+               <description>My Horse &amp; Me (Europe) (En,Fr,De,Es,It,Nl,Sv,Da)</description>
+               <rom name="My Horse &amp; Me (Europe) (En,Fr,De,Es,It,Nl,Sv,Da).iso" size="4699979776" crc="8bd6b104" md5="adcdc65a76ceaa0903afba6d8910ded1" sha1="0198d794e204fd4cb02cac1d3671894f75440c44"/>
+       </game>
+       <game name="Horse &amp; Pony - My Riding Stables (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Horse &amp; Pony - My Riding Stables (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Horse &amp; Pony - My Riding Stables (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2c9cbbcf" md5="04e1d27317b7b38d80838344d2a25521" sha1="89646e6a9a74c42be6fc93e025f946ef1ff6a88c"/>
+       </game>
+       <game name="Meine Tierpension (Germany)">
+               <category>Games</category>
+               <description>Meine Tierpension (Germany)</description>
+               <rom name="Meine Tierpension (Germany).iso" size="4699979776" crc="85be1c0a" md5="50ad95dda71ec0c5f729060dda6b58ad" sha1="efd6469389edc1e2cb3ad7d2fc82a75078b0654d"/>
+       </game>
+       <game name="MX vs. ATV Untamed (Europe)">
+               <category>Games</category>
+               <description>MX vs. ATV Untamed (Europe)</description>
+               <rom name="MX vs. ATV Untamed (Europe).iso" size="4699979776" crc="63be8c33" md5="4a98e30f8bb94cd8f4a6be5b049ec8d8" sha1="4760b877caee398f30850940258a670511e2d631"/>
+       </game>
+       <game name="Mein Wortschatz-Coach (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>Mein Wortschatz-Coach (Germany) (Rev 1)</description>
+               <rom name="Mein Wortschatz-Coach (Germany) (Rev 1).iso" size="4699979776" crc="f833c710" md5="bbe081d7e3313d21aaeec0b62b18a637" sha1="c028f61ecf439dde2ca57a53faca0238a56260f9"/>
+       </game>
+       <game name="My Horse &amp; Me 2 (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>My Horse &amp; Me 2 (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="My Horse &amp; Me 2 (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="fb32ead8" md5="4e6b78903362fdbb02e1089d75cb77e5" sha1="4a17f80bc52003bf213e0b9a1d6d44bdd266783a"/>
+       </game>
+       <game name="My Body Coach 2 - Fitness &amp; Dance (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>My Body Coach 2 - Fitness &amp; Dance (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi)</description>
+               <rom name="My Body Coach 2 - Fitness &amp; Dance (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi).iso" size="4699979776" crc="a8954cb2" md5="0ecb194daa91d9a4f370fe701572781a" sha1="71267867f8644832fc0e9a9d06ee4abc320a36d1"/>
+       </game>
+       <game name="Just Dance 2 (USA) (En,Fr,Es) (Best Buy Edition)">
+               <category>Games</category>
+               <description>Just Dance 2 (USA) (En,Fr,Es) (Best Buy Edition)</description>
+               <rom name="Just Dance 2 (USA) (En,Fr,Es) (Best Buy Edition).iso" size="4699979776" crc="dfa4166b" md5="da7760fe9a43a9fb0fb391232d8f37a1" sha1="2455a26a7496b962e72fdafd08f0c9d2875ab0f8"/>
+       </game>
+       <game name="Just Dance 3 (USA) (En,Fr,Es) (Best Buy) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance 3 (USA) (En,Fr,Es) (Best Buy) (Rev 1)</description>
+               <rom name="Just Dance 3 (USA) (En,Fr,Es) (Best Buy) (Rev 1).iso" size="4699979776" crc="ddb4a468" md5="3b31d80e903035bf593d1a9673f61667" sha1="d8d5449ffa81f8f67ea98e2953c1b95f41f503f6"/>
+       </game>
+       <game name="Help Wanted (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Help Wanted (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Help Wanted (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="0536ee55" md5="2ead4bdddb63ab0e41cd620c151fd8a0" sha1="7f92633d16deaf9db77c81ada5d40c6f56d0ba93"/>
+       </game>
+       <game name="Just Dance Kids 2014 (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance Kids 2014 (Europe) (En,Fr,Es)</description>
+               <rom name="Just Dance Kids 2014 (Europe) (En,Fr,Es).iso" size="4699979776" crc="878a72a8" md5="fe868dc1b9ff5f6ab75c11026bde1ff7" sha1="0a902f49166b7065cdad43f6ceed8e15aaf679a8"/>
+       </game>
+       <game name="Puppy Luv - Your New Best Friend (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Puppy Luv - Your New Best Friend (Europe) (En,Fr,Es,It)</description>
+               <rom name="Puppy Luv - Your New Best Friend (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="265457f3" md5="8649e4547647b2bc2908d5a8a634dd59" sha1="1701de8fa22c96eb37fdf27e25985efa3da9c33e"/>
+       </game>
+       <game name="Now! That's What I Call Music - Dance &amp; Sing (Europe)">
+               <category>Games</category>
+               <description>Now! That's What I Call Music - Dance &amp; Sing (Europe)</description>
+               <rom name="Now! That's What I Call Music - Dance &amp; Sing (Europe).iso" size="4699979776" crc="6f87effb" md5="2f176e8b84adce679266ee5ea1f8e0ec" sha1="e83c00d6b75b3ec1a00885d7237c37ce88763760"/>
+       </game>
+       <game name="Get Up and Dance (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Get Up and Dance (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Get Up and Dance (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e40901aa" md5="27121d10fddd1c8253e0d03518f4f0f4" sha1="6bb6713919dcaf5396622c9eb68ec9ef0bece71a"/>
+       </game>
+       <game name="Dance! It's Your Stage (Europe) (En,De)">
+               <category>Games</category>
+               <description>Dance! It's Your Stage (Europe) (En,De)</description>
+               <rom name="Dance! It's Your Stage (Europe) (En,De).iso" size="4699979776" crc="8d6855e7" md5="5c18137b052301d6f12178c0485df90e" sha1="3422fd37b237231fca5d4f3d299db5c29ab77175"/>
+       </game>
+       <game name="Wii Menu Install Disc (Ver. 2) (World)">
+               <category>Applications</category>
+               <description>Wii Menu Install Disc (Ver. 2) (World)</description>
+               <rom name="Wii Menu Install Disc (Ver. 2) (World).iso" size="4707319808" crc="96dbbb2f" md5="ff7e96a70e3c9f31208028e6810216f9" sha1="286d00443446230e1204b6fa424b3a35498e574e"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare 3 (Italy)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare 3 (Italy)</description>
+               <rom name="Call of Duty - Modern Warfare 3 (Italy).iso" size="4699979776" crc="29c8e650" md5="3dcc42e32fb189ab3adfa609e43fef71" sha1="19c2a29f7e3805c1181f44828e46105d1b24b1ea"/>
+       </game>
+       <game name="Honda ATV Fever (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Honda ATV Fever (USA) (En,Fr,Es)</description>
+               <rom name="Honda ATV Fever (USA) (En,Fr,Es).iso" size="4699979776" crc="488afe7d" md5="32e60b19173aa549b4e5c9b95c45b2c0" sha1="52ba8869edaa818948dff0a0bbe095d0ac37e9c8"/>
+       </game>
+       <game name="M&amp;M's Adventure (USA)">
+               <category>Games</category>
+               <description>M&amp;M's Adventure (USA)</description>
+               <rom name="M&amp;M's Adventure (USA).iso" size="4699979776" crc="bbdb5245" md5="d7b8524de29d76fb84c31eaba41d408e" sha1="5ce9b4ed7ced2257839fe03cefc825b59d593aac"/>
+       </game>
+       <game name="Code Lyoko - Quest for Infinity (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Code Lyoko - Quest for Infinity (Europe) (En,Fr,Es,It)</description>
+               <rom name="Code Lyoko - Quest for Infinity (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="786d6494" md5="b2a5f4ab1fea77de4cc53f243367345c" sha1="65f922810053f227e18715ea348d395b0e5eec8d"/>
+       </game>
+       <game name="Pekin Express (France)">
+               <category>Games</category>
+               <description>Pekin Express (France)</description>
+               <rom name="Pekin Express (France).iso" size="4699979776" crc="79f5e789" md5="27d9b38bd9004e01ccadda821abbbb61" sha1="3252c6d08ec641a75664cf3ff7200d7ccc1a2e7b"/>
+       </game>
+       <game name="Game Party (USA)">
+               <category>Games</category>
+               <description>Game Party (USA)</description>
+               <rom name="Game Party (USA).iso" size="4699979776" crc="ceda9d00" md5="eb97df9a5e27b027299e215f045f07d1" sha1="30f61e5e45be5b156e513b82381a107ce5418fed"/>
+       </game>
+       <game name="Michael Jackson - The Experience (USA) (En,Fr,Es) (Walmart)">
+               <category>Games</category>
+               <description>Michael Jackson - The Experience (USA) (En,Fr,Es) (Walmart)</description>
+               <rom name="Michael Jackson - The Experience (USA) (En,Fr,Es) (Walmart).iso" size="4699979776" crc="0a148e4a" md5="28373e31d085444ad08df0148aa2fdc6" sha1="f6323bc30f7173d86dd5c4a7c4934ba8577e4b7d"/>
+       </game>
+       <game name="Cyberbike - Cycling Sports (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Cyberbike - Cycling Sports (USA) (En,Fr,Es)</description>
+               <rom name="Cyberbike - Cycling Sports (USA) (En,Fr,Es).iso" size="4699979776" crc="eff7bede" md5="3b5855ac57b1cdbcc5dcefc6edda5abf" sha1="79ebaaca46fd3ea6993f366e25735e2074fb76b9"/>
+       </game>
+       <game name="Isola dei Famosi, L' (Italy)">
+               <category>Games</category>
+               <description>Isola dei Famosi, L' (Italy)</description>
+               <rom name="Isola dei Famosi, L' (Italy).iso" size="4699979776" crc="6c14cdeb" md5="ca68b07f9de8f570f3114298e657017d" sha1="1b31d015adcfc57a5ead5f05b1cacf88d9901ab9"/>
+       </game>
+       <game name="U-Sing (Italy) (Rev 1)">
+               <category>Games</category>
+               <description>U-Sing (Italy) (Rev 1)</description>
+               <rom name="U-Sing (Italy) (Rev 1).iso" size="4699979776" crc="e49c6233" md5="1be2763858f0b4479b31126e755bc80a" sha1="81dff39d9fc4a5c86cea6f2f8299ab3f7007884a"/>
+       </game>
+       <game name="Jungle Kartz (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Jungle Kartz (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Jungle Kartz (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c5d077df" md5="c30d949f1e199375ad785db47caaefdb" sha1="64154df5316936d14719073c3af07128221a06f8"/>
+       </game>
+       <game name="Cloudy with a Chance of Meatballs (UK)">
+               <category>Games</category>
+               <description>Cloudy with a Chance of Meatballs (UK)</description>
+               <rom name="Cloudy with a Chance of Meatballs (UK).iso" size="4699979776" crc="9e2558a9" md5="1da516c03aebfe8984f00c704ef190f2" sha1="891cddf2589260f85266316f191bebdab30c9d04"/>
+       </game>
+       <game name="Drag &amp; Stock Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Drag &amp; Stock Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Drag &amp; Stock Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b2901f13" md5="686bb7843e0db33406ca21431994546b" sha1="ba033616a7f2f44802aec7c2a66270ffb995532f"/>
+       </game>
+       <game name="Disney-Pixar Toy Story Mania! (Europe) (En,Es,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story Mania! (Europe) (En,Es,Sv,No,Da)</description>
+               <rom name="Disney-Pixar Toy Story Mania! (Europe) (En,Es,Sv,No,Da).iso" size="4699979776" crc="afb1b890" md5="28ea333b3ab018c383278207634dc4e1" sha1="39c6f6ebd503b384051806e9064980135cae0d42"/>
+       </game>
+       <game name="Disney Hannah Montana - Spotlight World Tour (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Hannah Montana - Spotlight World Tour (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney Hannah Montana - Spotlight World Tour (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="8c420cb9" md5="65f67bbb3710c1932d904390c03236e7" sha1="ebfab8e6d1119ccbc07989837cf41468de7fcf53"/>
+       </game>
+       <game name="Disney G-Force (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney G-Force (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney G-Force (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="a89ad2e8" md5="64807026036686845e194bdfd113b308" sha1="aa21db71913a7b896003ae5b875301dacd871abc"/>
+       </game>
+       <game name="Super Fruit Fall (USA)">
+               <category>Games</category>
+               <description>Super Fruit Fall (USA)</description>
+               <rom name="Super Fruit Fall (USA).iso" size="4699979776" crc="8c08dcb2" md5="3cf82570222c7ed83e6b1f4d314cf457" sha1="f78223f0e123e70b16a0b707206b31d5e96b9302"/>
+       </game>
+       <game name="Hasbro Family Game Night Value Pack (USA)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night Value Pack (USA)</description>
+               <rom name="Hasbro Family Game Night Value Pack (USA).iso" size="4699979776" crc="70e1f80c" md5="1936d53c1e9c28517674fd148c45c156" sha1="c9774a2eaa5e1714917304c4f676a7d890441a6b"/>
+       </game>
+       <game name="Last Airbender, The (USA) (En,Fr) (Toys R Us)">
+               <category>Games</category>
+               <description>Last Airbender, The (USA) (En,Fr) (Toys R Us)</description>
+               <rom name="Last Airbender, The (USA) (En,Fr) (Toys R Us).iso" size="4699979776" crc="0fc566d6" md5="155b15cc0f4fc5b8ca085e433af572bf" sha1="0d41b32a6857b50bbc2213248fe39b6d23917b73"/>
+       </game>
+       <game name="Wheel of Fortune (USA)">
+               <category>Games</category>
+               <description>Wheel of Fortune (USA)</description>
+               <rom name="Wheel of Fortune (USA).iso" size="4699979776" crc="a4c0d4c9" md5="dec71ae1acaeed8b1ef786d4e337ea6e" sha1="1c4f815121606db33348c308d378c92e360a1d6c"/>
+       </game>
+       <game name="Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es)</description>
+               <rom name="Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es).iso" size="4699979776" crc="7bbb20fa" md5="cf9b746939b5974da94c960cf4883aeb" sha1="0846bb56a624f5abd50ba74566b3190043f66986"/>
+       </game>
+       <game name="Chicken Riot (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Chicken Riot (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Chicken Riot (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="4f252ca5" md5="4454768584a79d20393267bd5eb92de9" sha1="f83012d41a82a27df64eead6fadf10e6b9bb8161"/>
+       </game>
+       <game name="Crayola Colorful Journey (USA)">
+               <category>Games</category>
+               <description>Crayola Colorful Journey (USA)</description>
+               <rom name="Crayola Colorful Journey (USA).iso" size="4699979776" crc="b5ffa752" md5="e0ec07d71b7117b242ee6a798185670b" sha1="0f1a19cafc9ab7fdb8e9d3b2830b368f3cbe6da5"/>
+       </game>
+       <game name="Hello Kitty Seasons (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Hello Kitty Seasons (USA) (En,Fr,Es)</description>
+               <rom name="Hello Kitty Seasons (USA) (En,Fr,Es).iso" size="4699979776" crc="c912b741" md5="fbde82d7c402de8c932c73b2ec488fc7" sha1="0ac24a7187cf31096e0dbef06fc0b5e6148494b4"/>
+       </game>
+       <game name="Horse Life Adventures (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Horse Life Adventures (USA) (En,Fr,Es)</description>
+               <rom name="Horse Life Adventures (USA) (En,Fr,Es).iso" size="4699979776" crc="f5923f94" md5="543541f9ca4cb3ef2d99a4bbe874c545" sha1="ef107110bfe0d50118d1f37a2336c54545833dde"/>
+       </game>
+       <game name="Kart Racer (USA)">
+               <category>Games</category>
+               <description>Kart Racer (USA)</description>
+               <rom name="Kart Racer (USA).iso" size="4699979776" crc="20a91b04" md5="b419e952178423554d0cb59a13d804ce" sha1="2b4797717a3a42c0e7bf5ecaacfc4d29fc0c33aa"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Duel Transer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! 5D's - Duel Transer (USA) (En,Fr,Es)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Duel Transer (USA) (En,Fr,Es).iso" size="4699979776" crc="317a6886" md5="a383809a4472150b0c7e6937923b1af9" sha1="f056bd4d51fb6030de5c190e203d0434a0f5ae0e"/>
+       </game>
+       <game name="Bienvenue chez les Ch'tis (France)">
+               <category>Games</category>
+               <description>Bienvenue chez les Ch'tis (France)</description>
+               <rom name="Bienvenue chez les Ch'tis (France).iso" size="4699979776" crc="6ffd0906" md5="f8c2901c6809c23b1438e4c9ec51b231" sha1="af1cb8a0fde7b3620ed1c9eab8fbbc5e06acf8bc"/>
+       </game>
+       <game name="Twin Strike - Operation Thunder (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Twin Strike - Operation Thunder (USA) (En,Fr,Es)</description>
+               <rom name="Twin Strike - Operation Thunder (USA) (En,Fr,Es).iso" size="4699979776" crc="77344503" md5="ab369aef4b610e6824ffdb5dde1d8564" sha1="f1d5da6d5582edd8c521318e091499deeecee8ed"/>
+       </game>
+       <game name="Marvel Super Hero Squad (USA) (En,Fr,Es) (Walmart)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad (USA) (En,Fr,Es) (Walmart)</description>
+               <rom name="Marvel Super Hero Squad (USA) (En,Fr,Es) (Walmart).iso" size="4699979776" crc="196f2365" md5="9f47f0996a6d02f19d0b68c0ba056c57" sha1="ae61706f2eac42b346bee7b7910a4b1b82e5e8eb"/>
+       </game>
+       <game name="Calling (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Calling (USA) (En,Fr,Es)</description>
+               <rom name="Calling (USA) (En,Fr,Es).iso" size="4699979776" crc="5a99cdd3" md5="733712cab309fc271303135169546bca" sha1="8d3e7c1cdddd6900f90a53463025feb21d7c936b"/>
+       </game>
+       <game name="Countdown - The Game (Europe)">
+               <category>Games</category>
+               <description>Countdown - The Game (Europe)</description>
+               <rom name="Countdown - The Game (Europe).iso" size="4699979776" crc="ed39352b" md5="c069047367e58a91e7a94903e1dd2c39" sha1="71631e34d809f8e237e6ef9ca133308fb32c5a29"/>
+       </game>
+       <game name="Pippa Funnell - Ranch Rescue (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Pippa Funnell - Ranch Rescue (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Pippa Funnell - Ranch Rescue (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="ea75489e" md5="524db8e95cd282c4b8c49d49f4b2975d" sha1="46cf23ce8a99721701fa51f6737e0fbb72c4864f"/>
+       </game>
+       <game name="Nickelodeon SpongeBob's Atlantis SquarePantis (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob's Atlantis SquarePantis (Europe) (En,Fr,De)</description>
+               <rom name="Nickelodeon SpongeBob's Atlantis SquarePantis (Europe) (En,Fr,De).iso" size="4699979776" crc="4e37396d" md5="e70ee655c6db07d169750d1fbd21a691" sha1="af438f3717e8f27706367e452f640b5cad563219"/>
+       </game>
+       <game name="Free Running (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Free Running (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Free Running (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="507c8f5d" md5="af5854e36d770e53ad17f536f296f157" sha1="02f66ea0b726077c7791fc14ab71372a9a1a2d4c"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party 4 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party 4 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Dance Revolution - Hottest Party 4 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="af42a347" md5="c2d8b550b45cd6434ac42c86fae17cc2" sha1="e40a97799cc01f10ba056e07a92da3548e9619f8"/>
+       </game>
+       <game name="Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA)">
+               <category>Games</category>
+               <description>Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA)</description>
+               <rom name="Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA).iso" size="4699979776" crc="365abfd5" md5="f7e47a4aa8cb30999ed9e8fba5131e11" sha1="5b37cb337421fc755652bb0b25da956a330b428d"/>
+       </game>
+       <game name="Bratz - The Movie (Scandinavia) (Sv,Da)">
+               <category>Games</category>
+               <description>Bratz - The Movie (Scandinavia) (Sv,Da)</description>
+               <rom name="Bratz - The Movie (Scandinavia) (Sv,Da).iso" size="4699979776" crc="55e73975" md5="d09e719f4b350fa0c786698b45fb7901" sha1="869acdba83b75fbb0e474a9e9c32c0c36b825a2d"/>
+       </game>
+       <game name="Disney-Pixar Brave (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney-Pixar Brave (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney-Pixar Brave (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="bcdfd722" md5="01b0b35a21fb137a7d3ce2ce03721a69" sha1="9dcea39a82f7419119a1ba1db759111f4e781716"/>
+       </game>
+       <game name="Thomas &amp; Friends - Hero of the Rails (Scandinavia) (Sv,No,Da)">
+               <category>Games</category>
+               <description>Thomas &amp; Friends - Hero of the Rails (Scandinavia) (Sv,No,Da)</description>
+               <rom name="Thomas &amp; Friends - Hero of the Rails (Scandinavia) (Sv,No,Da).iso" size="4699979776" crc="57ada0b4" md5="2dc286383b91e262a02500940174ccf6" sha1="faaec785240164eb780689cbd23f99a440b1ee59"/>
+       </game>
+       <game name="Wonder World Amusement Park (UK)">
+               <category>Games</category>
+               <description>Wonder World Amusement Park (UK)</description>
+               <rom name="Wonder World Amusement Park (UK).iso" size="4699979776" crc="c761bf61" md5="2684c6fe7dd6f9232a3153a6172587f0" sha1="ac64602531476723672d80c9867737b7ee9d57f8"/>
+       </game>
+       <game name="U-Sing 2 - Australian Edition (Australia)">
+               <category>Games</category>
+               <description>U-Sing 2 - Australian Edition (Australia)</description>
+               <rom name="U-Sing 2 - Australian Edition (Australia).iso" size="4699979776" crc="71c8d7d4" md5="b2e144e663b76b304bb46f3409d215c2" sha1="ae5f09d8983827a3bb8a04acc40bfcdeec405bc5"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare 3 (Spain)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare 3 (Spain)</description>
+               <rom name="Call of Duty - Modern Warfare 3 (Spain).iso" size="4699979776" crc="25610278" md5="bef6b98962c258a5656f4b99b7497b93" sha1="d1585c3d2a8bb354b8b00f27b10215bf9b1b9691"/>
+       </game>
+       <game name="Disney Think Fast (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Disney Think Fast (Europe) (Es,It)</description>
+               <rom name="Disney Think Fast (Europe) (Es,It).iso" size="4699979776" crc="38ff0d96" md5="5901d85ff709eb97d0d5bc7b4b80cb00" sha1="a1e58cdb8458dbdb026bee4f0610b27076817288"/>
+       </game>
+       <game name="FIFA 11 (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>FIFA 11 (Europe) (De,Es,It)</description>
+               <rom name="FIFA 11 (Europe) (De,Es,It).iso" size="4699979776" crc="258b4191" md5="e7eff2c519c9db256953c9b438d5f762" sha1="1918e8d2a5d001b74e4100561705481efe0d63f5"/>
+       </game>
+       <game name="Voz, La (Spain)">
+               <category>Games</category>
+               <description>Voz, La (Spain)</description>
+               <rom name="Voz, La (Spain).iso" size="4699979776" crc="6ff1ce7d" md5="8dd4b1f8727613d3c7b05c25f760262d" sha1="df7fb83352dae371b7ec318f1f05f6a4cbab5574"/>
+       </game>
+       <game name="Voz Vol. 3, La (Spain) (En,Es)">
+               <category>Games</category>
+               <description>Voz Vol. 3, La (Spain) (En,Es)</description>
+               <rom name="Voz Vol. 3, La (Spain) (En,Es).iso" size="4699979776" crc="9074d0ee" md5="32bf9becec7457315ef7449ecb18babb" sha1="788ecf417c4762cd4164d3d1a790cedb13a3b0c2"/>
+       </game>
+       <game name="Let's Sing 2017 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2017 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2017 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="76f5a1ec" md5="e5d093ae2caad9bd2916be3982ebf05a" sha1="e1248e9fbbd85cf8c3ce30769f0396650d52ee9d"/>
+       </game>
+       <game name="Let's Sing 5 - Version Espanola (Spain) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 5 - Version Espanola (Spain) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 5 - Version Espanola (Spain) (En,Fr,De,Es,It).iso" size="4699979776" crc="b0cb66d5" md5="ff374bae6002953d027bdb0f2be53123" sha1="5afe2bef75e82419179db29869491e82f1f79f2b"/>
+       </game>
+       <game name="Let's Sing 6 - Version Espanola (Spain) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 6 - Version Espanola (Spain) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 6 - Version Espanola (Spain) (En,Fr,De,Es,It).iso" size="4699979776" crc="9bc07230" md5="edccadd2bb30f8bcc787a2a9be1ff907" sha1="8d27176ec37dafd94ca4db2ad89d484ce507f297"/>
+       </game>
+       <game name="Let's Sing 7 - Version Espanola (Spain) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 7 - Version Espanola (Spain) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 7 - Version Espanola (Spain) (En,Fr,De,Es,It).iso" size="4699979776" crc="bd42f646" md5="e3b510c914bde0c339641981d17cb9c7" sha1="897174aa8ee750fc35d928c8bf2483ca8d8e3cbe"/>
+       </game>
+       <game name="Let's Sing 9 - Version Espanola (Spain) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 9 - Version Espanola (Spain) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 9 - Version Espanola (Spain) (En,Fr,De,Es,It).iso" size="4699979776" crc="a62fde1e" md5="df067085d6c1e5b240159a88d4518981" sha1="f7f9d410b8e3dbd966861247f9e5d22b8e1ea9c3"/>
+       </game>
+       <game name="40 Principales, Los - Karaoke Party Vol. 2 (Spain) (En,Es)">
+               <category>Games</category>
+               <description>40 Principales, Los - Karaoke Party Vol. 2 (Spain) (En,Es)</description>
+               <rom name="40 Principales, Los - Karaoke Party Vol. 2 (Spain) (En,Es).iso" size="4699979776" crc="dbbede7d" md5="04187fe9cc6fbdeba5f74c518bcff5d9" sha1="71d1db18ade4c1d25b2887c37ca8b08473cde00e"/>
+       </game>
+       <game name="Mi Experto en Vocabulario (Spain)">
+               <category>Games</category>
+               <description>Mi Experto en Vocabulario (Spain)</description>
+               <rom name="Mi Experto en Vocabulario (Spain).iso" size="4699979776" crc="f872fd04" md5="4eb4ecba5b4580e23d7b57567e67552e" sha1="06b3382f45fb674bc062028604c7f89fe8b6ca20"/>
+       </game>
+       <game name="PES 2009 - Pro Evolution Soccer (Europe) (Es,It,Pt)">
+               <category>Games</category>
+               <description>PES 2009 - Pro Evolution Soccer (Europe) (Es,It,Pt)</description>
+               <rom name="PES 2009 - Pro Evolution Soccer (Europe) (Es,It,Pt).iso" size="4699979776" crc="39125fe3" md5="33783926ea0ed9df1d7c7d841d53d9e2" sha1="d35cbc372b256ee175ab67c876e7ab8c0bd11d7a"/>
+       </game>
+       <game name="PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt) (Rev 1)">
+               <category>Games</category>
+               <description>PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt) (Rev 1)</description>
+               <rom name="PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt) (Rev 1).iso" size="4699979776" crc="82e8e91e" md5="dccd329e7b60dcc455b6fff4edee7576" sha1="0d2c54a198658618172d7836a6dd128d1ac4f0ec"/>
+       </game>
+       <game name="PES 2012 - Pro Evolution Soccer (Europe) (Es,It,Pt)">
+               <category>Games</category>
+               <description>PES 2012 - Pro Evolution Soccer (Europe) (Es,It,Pt)</description>
+               <rom name="PES 2012 - Pro Evolution Soccer (Europe) (Es,It,Pt).iso" size="4699979776" crc="86a289ec" md5="62bea21042bd204b3284bc2400d431d1" sha1="a170f3e0ff1a8f0c682c47a21d766ef6e9afc9be"/>
+       </game>
+       <game name="PES 2013 - Pro Evolution Soccer (Europe) (Es,It,Pt)">
+               <category>Games</category>
+               <description>PES 2013 - Pro Evolution Soccer (Europe) (Es,It,Pt)</description>
+               <rom name="PES 2013 - Pro Evolution Soccer (Europe) (Es,It,Pt).iso" size="4699979776" crc="7a737045" md5="d8d12c5784f6f79ce4323fe6824eebca" sha1="fed5c0687f94d2f4c3c642e9009d036dca707500"/>
+       </game>
+       <game name="Supervivientes (Spain)">
+               <category>Games</category>
+               <description>Supervivientes (Spain)</description>
+               <rom name="Supervivientes (Spain).iso" size="4699979776" crc="3ef30f06" md5="4f50436addd7f099057b9b63451df369" sha1="a4688bb69b5e88a79fd3a8d80f0b4d7e3c132ec7"/>
+       </game>
+       <game name="U-Sing 2 (Spain)">
+               <category>Games</category>
+               <description>U-Sing 2 (Spain)</description>
+               <rom name="U-Sing 2 (Spain).iso" size="4699979776" crc="442ff5d9" md5="e4d3edef86ae1580e5ea1cc1f516a1e5" sha1="cc3e7e896eb739c622d957514dfe37baa00268b5"/>
+       </game>
+       <game name="Gold's Gym - Cardio Workout (Australia) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Gold's Gym - Cardio Workout (Australia) (En,Fr,Es)</description>
+               <rom name="Gold's Gym - Cardio Workout (Australia) (En,Fr,Es).iso" size="4699979776" crc="f570d710" md5="51aa0a10a737bcf5c7768a54a48802b1" sha1="38c442f5446ddad3d54c29fe7628ebd60d50d6e3"/>
+       </game>
+       <game name="Remington Super Slam Hunting - Africa (Australia)">
+               <category>Games</category>
+               <description>Remington Super Slam Hunting - Africa (Australia)</description>
+               <rom name="Remington Super Slam Hunting - Africa (Australia).iso" size="4699979776" crc="59b20a2e" md5="b6269c10d34313a1bf41c785dacf9926" sha1="d00e5fada6da7ce57dfd92a0abedc018b04ac94d"/>
+       </game>
+       <game name="Scarface - The World Is Yours (Australia)">
+               <category>Games</category>
+               <description>Scarface - The World Is Yours (Australia)</description>
+               <rom name="Scarface - The World Is Yours (Australia).iso" size="4699979776" crc="1f78259e" md5="6481315d4027f6aab8cf5e62d3337251" sha1="f7be051546fe7d17b97d2f335991c1b468749f03"/>
+       </game>
+       <game name="Sesame Street - Cookie's Counting Carnival - The Videogame (Australia)">
+               <category>Games</category>
+               <description>Sesame Street - Cookie's Counting Carnival - The Videogame (Australia)</description>
+               <rom name="Sesame Street - Cookie's Counting Carnival - The Videogame (Australia).iso" size="4699979776" crc="e5886153" md5="cfcfc894dd0c8b76f99e809e098c67e5" sha1="30523599248fa4fb2f2af56dde6c8b1f17339f01"/>
+       </game>
+       <game name="We Sing Down Under (Australia)">
+               <category>Games</category>
+               <description>We Sing Down Under (Australia)</description>
+               <rom name="We Sing Down Under (Australia).iso" size="4699979776" crc="00955ec6" md5="b826ac059d79494b59e2ec3caa738098" sha1="64b9a21713d38d4bccc8218af912775ab5fb78d9"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 2)">
+               <category>Games</category>
+               <description>Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 2)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 2).iso" size="4699979776" crc="5f637031" md5="d2df2574a51fc31472b291402295686d" sha1="6c6fbfb1dfb976c5ab8c044031a6487e95f85f45"/>
+       </game>
+       <game name="SimCity Creator (Australia) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>SimCity Creator (Australia) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="SimCity Creator (Australia) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="2a3b868c" md5="9ddc89add530c812871770e1a4605851" sha1="716563411d6acd46ef926559ee33e454f07649c7"/>
+       </game>
+       <game name="MySims Kingdom (Australia) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu) (Rev 1)">
+               <category>Games</category>
+               <description>MySims Kingdom (Australia) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu) (Rev 1)</description>
+               <rom name="MySims Kingdom (Australia) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu) (Rev 1).iso" size="4699979776" crc="e29cd3e9" md5="8830af0f7c35a9fe516a1d0fbfe94510" sha1="332f610cf1d311cbc042aa4de8040c40341ccb9a"/>
+       </game>
+       <game name="Offroad Extreme! (UK)">
+               <category>Games</category>
+               <description>Offroad Extreme! (UK)</description>
+               <rom name="Offroad Extreme! (UK).iso" size="4699979776" crc="abb69454" md5="f47ac43483bcf26b445b33f0cfef841e" sha1="4a51e8177c16524fb695aac902e74ec145a687a6"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 1)</description>
+               <rom name="Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 1).iso" size="4699979776" crc="2d65c44f" md5="79b2065c76df343c827884ae54b40d6a" sha1="a703eb6ae4f1a8f4c7feb87a764b8ad783119e8c"/>
+       </game>
+       <game name="Scene It Estrellas en la Pantalla Gigante (Spain)">
+               <category>Games</category>
+               <description>Scene It Estrellas en la Pantalla Gigante (Spain)</description>
+               <rom name="Scene It Estrellas en la Pantalla Gigante (Spain).iso" size="4699979776" crc="af481289" md5="17eea0e8fa9f8123cd6b3715db70b43e" sha1="900bf72c81141783ed64bbe2c84e641497f0e08f"/>
+       </game>
+       <game name="Call of Duty - Black Ops (Italy)">
+               <category>Games</category>
+               <description>Call of Duty - Black Ops (Italy)</description>
+               <rom name="Call of Duty - Black Ops (Italy).iso" size="4699979776" crc="183b1994" md5="cd7ecb11b84ea0b184c4cdd26f730183" sha1="a1603f63b7e635240a1b030038f94912b494e642"/>
+       </game>
+       <game name="PES 2010 - Pro Evolution Soccer (Europe) (Es,It,Pt)">
+               <category>Games</category>
+               <description>PES 2010 - Pro Evolution Soccer (Europe) (Es,It,Pt)</description>
+               <rom name="PES 2010 - Pro Evolution Soccer (Europe) (Es,It,Pt).iso" size="4699979776" crc="7d24947e" md5="642901754a5063050c6182bf55eaa8f2" sha1="b6dad94e2ba80785691825e501d43a526fa1d047"/>
+       </game>
+       <game name="Hooked! Again - Real Motion Fishing (USA)">
+               <category>Games</category>
+               <description>Hooked! Again - Real Motion Fishing (USA)</description>
+               <rom name="Hooked! Again - Real Motion Fishing (USA).iso" size="4699979776" crc="1f1135cf" md5="a176bcb6a601f981344c5489bbd527d3" sha1="b6fdc6602edb99bde6b411e69db84dcd053d6737"/>
+       </game>
+       <game name="Counter Force (Europe)">
+               <category>Games</category>
+               <description>Counter Force (Europe)</description>
+               <rom name="Counter Force (Europe).iso" size="4699979776" crc="a924608c" md5="caefbaeeded3a3a344bc5f75b2965006" sha1="f1cc93609ef66a873093e726dede69c1c2e21daa"/>
+       </game>
+       <game name="Need for Speed - ProStreet (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Need for Speed - ProStreet (Europe) (Es,It)</description>
+               <rom name="Need for Speed - ProStreet (Europe) (Es,It).iso" size="4699979776" crc="3b8bb197" md5="0a5e9ede9910fe4a101bdbd49478087f" sha1="e7a7e2b97084a3761a627f25dcc65a11c7aef925"/>
+       </game>
+       <game name="Just Dance 2019 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2019 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2019 (USA) (En,Fr,Es).iso" size="4699979776" crc="e4c0a4c4" md5="8a2ae6ab287f330c74337486b8b4700a" sha1="bbbad4248d6db3132ce6b4a1cc91d1c7679a7637"/>
+       </game>
+       <game name="Mijn Dierenpension - Verzorg en Speel met de Leukste Dieren! (Netherlands)">
+               <category>Games</category>
+               <description>Mijn Dierenpension - Verzorg en Speel met de Leukste Dieren! (Netherlands)</description>
+               <rom name="Mijn Dierenpension - Verzorg en Speel met de Leukste Dieren! (Netherlands).iso" size="4699979776" crc="6eac1865" md5="55096be984250a688d6bb8a873c89b77" sha1="d82f684e47187db7a8c558d6d42050ce2bc0882c"/>
+       </game>
+       <game name="Hannah Montana - The Movie (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Hannah Montana - The Movie (Europe) (Fr,Nl)</description>
+               <rom name="Hannah Montana - The Movie (Europe) (Fr,Nl).iso" size="4699979776" crc="c3835e8f" md5="b90fd8cf98399a920f04ab44c0777067" sha1="b94c905ca0e1ff102e02924bf7c9435e6651d778"/>
+       </game>
+       <game name="Arcade Zone (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Arcade Zone (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Arcade Zone (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="57481637" md5="19632fc321601f0346ebf5438950c115" sha1="f01f747d2a98f5f0ddd3a84261d58acbc0cee53c"/>
+       </game>
+       <game name="Astro Boy - The Video Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Astro Boy - The Video Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Astro Boy - The Video Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="baf7382b" md5="7543aea33330423bf3bf0c63f9aeefae" sha1="9015a618584022acbe803cac0fd9fc55e84a9bf2"/>
+       </game>
+       <game name="Chicken Shoot (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Chicken Shoot (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Chicken Shoot (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e241a09b" md5="22b50c7e7729f32ddcc827e11d00daee" sha1="d71eb745996861c5f0b49e6ad9bc0013b8ff2de0"/>
+       </game>
+       <game name="Challenge Me - Word Puzzles (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Challenge Me - Word Puzzles (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Challenge Me - Word Puzzles (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2ec2459e" md5="af1612560f40f469b24a3b0734f22c26" sha1="5bd725519cc1781c981138fe0577a7366c0a2be7"/>
+       </game>
+       <game name="DreamWorks Rise of the Guardians (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks Rise of the Guardians (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DreamWorks Rise of the Guardians (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="876b667e" md5="c5a2afcaf732dfcc38278cf5e044b1dc" sha1="7ab083c80055ef290ec03a071e62a1f11404be75"/>
+       </game>
+       <game name="Kawasaki Quad Bikes (UK)">
+               <category>Games</category>
+               <description>Kawasaki Quad Bikes (UK)</description>
+               <rom name="Kawasaki Quad Bikes (UK).iso" size="4699979776" crc="42b19839" md5="1a4186119b70b7fcf62372013d9323dc" sha1="df7095fce1944fe6addb7e6425a9f47f356ee9e9"/>
+       </game>
+       <game name="Hasbro Family Game Night (Scandinavia)">
+               <category>Games</category>
+               <description>Hasbro Family Game Night (Scandinavia)</description>
+               <rom name="Hasbro Family Game Night (Scandinavia).iso" size="4699979776" crc="a373231e" md5="56d690e21066699a2f269cbb4d6a4bdf" sha1="53b7a75b7c70c56e24c6fbe2686028a11b6c9a9f"/>
+       </game>
+       <game name="Padrino, Il - Blackhand Edition (Italy)">
+               <category>Games</category>
+               <description>Padrino, Il - Blackhand Edition (Italy)</description>
+               <rom name="Padrino, Il - Blackhand Edition (Italy).iso" size="4699979776" crc="609724a3" md5="a13102d4459b8d001b0889cab9af7398" sha1="4a848219726d7ba9c49e775879dc250d2d2ae449"/>
+       </game>
+       <game name="Bratz - Girlz Really Rock (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>Bratz - Girlz Really Rock (Europe) (De,Es,It)</description>
+               <rom name="Bratz - Girlz Really Rock (Europe) (De,Es,It).iso" size="4699979776" crc="77cfd174" md5="b8f0eaeea591ee4fb8cdd3be63a27828" sha1="3aec2f2c92c188457135ace9ac2d871359b2da14"/>
+       </game>
+       <game name="Bratz - The Movie (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Bratz - The Movie (Europe) (Es,It)</description>
+               <rom name="Bratz - The Movie (Europe) (Es,It).iso" size="4699979776" crc="56c4304c" md5="6108e5e25c48d1271f39bf7096b354ca" sha1="77ab182226a88db9c43bdd1185d77256569a46e9"/>
+       </game>
+       <game name="Let's Sing 8 - Version Espanola (Spain) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 8 - Version Espanola (Spain) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 8 - Version Espanola (Spain) (En,Fr,De,Es,It).iso" size="4699979776" crc="205b4b06" md5="21f2a90b3dfa480b6432db319ac361c1" sha1="109c0f297549167a242bdcac853d2c48f27faeee"/>
+       </game>
+       <game name="Shin Chan - Las Nuevas Aventuras para Wii! (Spain)">
+               <category>Games</category>
+               <description>Shin Chan - Las Nuevas Aventuras para Wii! (Spain)</description>
+               <rom name="Shin Chan - Las Nuevas Aventuras para Wii! (Spain).iso" size="4699979776" crc="f294c1d6" md5="4512166b080368ce9ca8979bfa41a07a" sha1="c9b518d725dc9b1fcf7cf2ec7177acc321641e59"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Europe) (En,Es,Pt)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Europe) (En,Es,Pt)</description>
+               <rom name="Disney-Pixar WALL-E (Europe) (En,Es,Pt).iso" size="4699979776" crc="c11e8329" md5="a88947c2c9194834ab4afbd87dbf6e93" sha1="1bb99747ad34e1dac3b63a3ac63c310d609f08d7"/>
+       </game>
+       <game name="X-Men Origins - Wolverine (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>X-Men Origins - Wolverine (Europe) (De,Es,It)</description>
+               <rom name="X-Men Origins - Wolverine (Europe) (De,Es,It).iso" size="4699979776" crc="5e3217f8" md5="bffa825c1b3e4d534ad74b4e7e516eec" sha1="a009736b72f5ddced0b5f221a0be3b03938fb76b"/>
+       </game>
+       <game name="Monopoly Collection (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Monopoly Collection (USA) (En,Fr)</description>
+               <rom name="Monopoly Collection (USA) (En,Fr).iso" size="4699979776" crc="e06e6de0" md5="0557e8dac19d6f570d888b0d532e61f3" sha1="ba43231c6329b09f3e60837e905f0b5ad25f2a69"/>
+       </game>
+       <game name="GTI Club Supermini Festa! (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>GTI Club Supermini Festa! (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="GTI Club Supermini Festa! (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5c2c2d1f" md5="0207ec49c5821ba6a34f35ff9e61a5ce" sha1="b6b68cf86c2004ab8ee83f8e340d5123cfd545e9"/>
+       </game>
+       <game name="Naruto Shippuden - Clash of Ninja Revolution III - European Version (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Naruto Shippuden - Clash of Ninja Revolution III - European Version (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Naruto Shippuden - Clash of Ninja Revolution III - European Version (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9e74a07d" md5="2bb25693cf7ee0dc242a367c8bd2b616" sha1="0bd85f96da0d8a6474f55bbedb36be73f86430fd"/>
+       </game>
+       <game name="Nickelodeon Bob Esponja - Botes de Choque (Spain) (En,Es)">
+               <category>Games</category>
+               <description>Nickelodeon Bob Esponja - Botes de Choque (Spain) (En,Es)</description>
+               <rom name="Nickelodeon Bob Esponja - Botes de Choque (Spain) (En,Es).iso" size="4699979776" crc="ff961386" md5="277d3d7da354f9e6340f3339ab823325" sha1="43ec356ea2a5a67881eec8844eb27076863467cc"/>
+       </game>
+       <game name="Simpsons Game, The (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Simpsons Game, The (Europe) (Es,It)</description>
+               <rom name="Simpsons Game, The (Europe) (Es,It).iso" size="4699979776" crc="98a5a14d" md5="680f0e84d5d95121a805467ccd5b2bb9" sha1="769ac1f1cba7b573ad31d3ea70eaa66767ad3ff8"/>
+       </game>
+       <game name="X-Men - Destiny (Europe)">
+               <category>Games</category>
+               <description>X-Men - Destiny (Europe)</description>
+               <rom name="X-Men - Destiny (Europe).iso" size="4699979776" crc="26fdafc8" md5="7cbccd58042cd28814ceb5a27b5f1731" sha1="2df9700e24cb81b5225a24105b1439bb4bd5feea"/>
+       </game>
+       <game name="Nickelodeon Dora's Big Birthday Adventure (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Dora's Big Birthday Adventure (Europe) (En,Fr,Nl)</description>
+               <rom name="Nickelodeon Dora's Big Birthday Adventure (Europe) (En,Fr,Nl).iso" size="4699979776" crc="8f183d0c" md5="4ea01649bb9ac4cfec4a9ed19651d92e" sha1="3ba341610a89c3c66a481dba4a323d6261e657b0"/>
+       </game>
+       <game name="Pony Friends 2 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Pony Friends 2 (USA) (En,Fr,Es)</description>
+               <rom name="Pony Friends 2 (USA) (En,Fr,Es).iso" size="4699979776" crc="4fc96614" md5="a66055605093dd4f5d0e41f7a948d0f1" sha1="94407b273305ba8c0b7e84c872e0446d457371e4"/>
+       </game>
+       <game name="SCORE International Baja 1000 - The Official Game (USA)">
+               <category>Games</category>
+               <description>SCORE International Baja 1000 - The Official Game (USA)</description>
+               <rom name="SCORE International Baja 1000 - The Official Game (USA).iso" size="4699979776" crc="e25b47e4" md5="fbe955928564f1d904fbf4fa4761d078" sha1="ab3773e821d9809a5c7f2f7061fac5a8c6946179"/>
+       </game>
+       <game name="Octomania (USA)">
+               <category>Games</category>
+               <description>Octomania (USA)</description>
+               <rom name="Octomania (USA).iso" size="4699979776" crc="0e904f8d" md5="64adfda2ec549c2cd9f9693cbeddc5fe" sha1="8671339dfbfb69fefa87b2c6e8f66e7610c3c17c"/>
+       </game>
+       <game name="Shawn Johnson Gymnastics (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Shawn Johnson Gymnastics (USA) (En,Fr,Es)</description>
+               <rom name="Shawn Johnson Gymnastics (USA) (En,Fr,Es).iso" size="4699979776" crc="90c799a8" md5="077516b22a1a8d7c8ac31e9329752d9e" sha1="dfd2fceac41313b7b570bd42f6c5ffaecbaf93a6"/>
+       </game>
+       <game name="Rooms - The Main Building (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Rooms - The Main Building (USA) (En,Fr,Es)</description>
+               <rom name="Rooms - The Main Building (USA) (En,Fr,Es).iso" size="4699979776" crc="44a61f2f" md5="3b3c652d65412855a664b61bfb88f794" sha1="07fd4e3b0fc7c36c6df4630499d12931166d7f37"/>
+       </game>
+       <game name="Kid Adventures - Sky Captain (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Kid Adventures - Sky Captain (USA) (En,Fr,Es)</description>
+               <rom name="Kid Adventures - Sky Captain (USA) (En,Fr,Es).iso" size="4699979776" crc="59357dfe" md5="e3caa6970bcc6b7a21e0ebf8bc2c2df6" sha1="bc82722b61e7eed4d1d66587bfcc36128d4537d3"/>
+       </game>
+       <game name="Ju-on - The Grudge (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Ju-on - The Grudge (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Ju-on - The Grudge (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="503860fa" md5="29ba036e73bacc50ca660e8e2f1bacc9" sha1="928faa77019bc765da98fcd341e534ad95fbf8e7"/>
+       </game>
+       <game name="Pocoyo Racing (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Pocoyo Racing (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Pocoyo Racing (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="9366bd7b" md5="8b30cbea7c2d906015e0da8629123305" sha1="86f4f6337e4eb313f0bfde2dfc1c9eacb8cfffab"/>
+       </game>
+       <game name="Ben 10 - Galactic Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ben 10 - Galactic Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ben 10 - Galactic Racing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9dcd9546" md5="3aea752671903c3d6136e3ceec8033ae" sha1="74f5cf23800d8b72d93fc4887b3c20df48ff64d9"/>
+       </game>
+       <game name="Crazy Mini Golf 2 (USA)">
+               <category>Games</category>
+               <description>Crazy Mini Golf 2 (USA)</description>
+               <rom name="Crazy Mini Golf 2 (USA).iso" size="4699979776" crc="0aafe2d8" md5="7ba5785ddac97dbc00c5495eaaf66312" sha1="365db79c40586bad835ae8c16d62b908c99d4a82"/>
+       </game>
+       <game name="Mini Golf Resort (USA)">
+               <category>Games</category>
+               <description>Mini Golf Resort (USA)</description>
+               <rom name="Mini Golf Resort (USA).iso" size="4699979776" crc="91e50892" md5="0c50476ab4dc4a4bf32ea2d7681ea8a7" sha1="a0b4bcc7755c19c408f83f9e3acff5bda853f5a3"/>
+       </game>
+       <game name="FlatOut (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>FlatOut (Europe) (En,Fr,Es)</description>
+               <rom name="FlatOut (Europe) (En,Fr,Es).iso" size="4699979776" crc="dd98ea5e" md5="193ad3be54ee7ad80ffc38d1744681dc" sha1="204cb7e5a66d407e09a8fddcd2c0f806cfbd0580"/>
+       </game>
+       <game name="Paard &amp; Pony - Mijn Paardenstal - Al Jouw Ruiterdromen Komen Uit! (Netherlands)">
+               <category>Games</category>
+               <description>Paard &amp; Pony - Mijn Paardenstal - Al Jouw Ruiterdromen Komen Uit! (Netherlands)</description>
+               <rom name="Paard &amp; Pony - Mijn Paardenstal - Al Jouw Ruiterdromen Komen Uit! (Netherlands).iso" size="4699979776" crc="375c5cbd" md5="c8fe66c1252e630f7980dede3f60e323" sha1="c847615b36fb468ce9efbb59416ead40ba28cdbf"/>
+       </game>
+       <game name="Disney-Pixar Up (Italy)">
+               <category>Games</category>
+               <description>Disney-Pixar Up (Italy)</description>
+               <rom name="Disney-Pixar Up (Italy).iso" size="4699979776" crc="f19b0759" md5="0fd6f3212b692e2f1beab45e138e6861" sha1="f0afd612c5c71743c8df18e6227018ac90274411"/>
+       </game>
+       <game name="Planet Basket 2009-2010 (Italy)">
+               <category>Games</category>
+               <description>Planet Basket 2009-2010 (Italy)</description>
+               <rom name="Planet Basket 2009-2010 (Italy).iso" size="4699979776" crc="20f5e703" md5="6360c9984fa0b2c52bbaa78a69b3fb6f" sha1="76b1b8f028073a3945d29299dc31a6b6a9799ae7"/>
+       </game>
+       <game name="ACB Total 2010-2011 (Spain)">
+               <category>Games</category>
+               <description>ACB Total 2010-2011 (Spain)</description>
+               <rom name="ACB Total 2010-2011 (Spain).iso" size="4699979776" crc="a822d738" md5="18e744ad8bcfaee133b16c3613167f74" sha1="6854d69587083166753929007af9efe517df08b4"/>
+       </game>
+       <game name="Disney-Pixar Up (Spain)">
+               <category>Games</category>
+               <description>Disney-Pixar Up (Spain)</description>
+               <rom name="Disney-Pixar Up (Spain).iso" size="4699979776" crc="669d5636" md5="f9b3928c215d662d2ae6897ba57f97cb" sha1="7d086081657b837636cec4eefbfcc77fba30de36"/>
+       </game>
+       <game name="Guilty Gear XX Accent Core Plus (Europe)">
+               <category>Games</category>
+               <description>Guilty Gear XX Accent Core Plus (Europe)</description>
+               <rom name="Guilty Gear XX Accent Core Plus (Europe).iso" size="4699979776" crc="5f65847c" md5="694fa613ac47106f270fb2a5bff9906b" sha1="e37950150c241e6ef34b26e74a0e5d885b80d21e"/>
+       </game>
+       <game name="Marvel Super Hero Squad (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Marvel Super Hero Squad (Europe) (Es,It)</description>
+               <rom name="Marvel Super Hero Squad (Europe) (Es,It).iso" size="4699979776" crc="56f32ef1" md5="cf2590ef19afb85b40d8e113d955a4ec" sha1="de0801da38d63d902e9e8d70545062255bb7e8b0"/>
+       </game>
+       <game name="Disney-Pixar Up (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Disney-Pixar Up (Europe) (Fr,Nl)</description>
+               <rom name="Disney-Pixar Up (Europe) (Fr,Nl).iso" size="4699979776" crc="abd7442b" md5="90ff7813bccc6984479237bf3ccc3ff4" sha1="75e9cdae78287608782f5d80a5978eeedf4e6594"/>
+       </game>
+       <game name="PES 2013 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr)">
+               <category>Games</category>
+               <description>PES 2013 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr)</description>
+               <rom name="PES 2013 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr).iso" size="4699979776" crc="bbc17654" md5="6b40e8c3a1282b7f592f0cac541d03db" sha1="380fccd816021636f0181900678167ffc7069d47"/>
+       </game>
+       <game name="DreamWorks Shrek e Vissero Felici e Contenti (Italy)">
+               <category>Games</category>
+               <description>DreamWorks Shrek e Vissero Felici e Contenti (Italy)</description>
+               <rom name="DreamWorks Shrek e Vissero Felici e Contenti (Italy).iso" size="4699979776" crc="63be8d05" md5="22c09f1de5a42fc9dec16f52d84715e8" sha1="31b5b8765cfc06157933fb4cbb33f1d092512c33"/>
+       </game>
+       <game name="Godzilla - Unleashed (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Godzilla - Unleashed (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Godzilla - Unleashed (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="837bf825" md5="7768e9aff46536a4cc27d54f947b6dc0" sha1="10cda52d31619c30d38753492a4a5bb36876fd5c"/>
+       </game>
+       <game name="Hasbro Family Party (Italy)">
+               <category>Games</category>
+               <description>Hasbro Family Party (Italy)</description>
+               <rom name="Hasbro Family Party (Italy).iso" size="4699979776" crc="bc3e4442" md5="f148801af27f402878d4639ce62b1d56" sha1="c43282389d2244d486f6804fb1a5178dbc924101"/>
+       </game>
+       <game name="Naruto Shippuden - Dragon Blade Chronicles - European Version (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>Naruto Shippuden - Dragon Blade Chronicles - European Version (Europe) (Fr,It)</description>
+               <rom name="Naruto Shippuden - Dragon Blade Chronicles - European Version (Europe) (Fr,It).iso" size="4699979776" crc="232fb23a" md5="67992167658dc640322b03a6fb332109" sha1="2c80b028b2d9f75add023da5a44feccb4d0fd851"/>
+       </game>
+       <game name="PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt)">
+               <category>Games</category>
+               <description>PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt)</description>
+               <rom name="PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt).iso" size="4699979776" crc="bcadd805" md5="8444a84cc9045821ed2a1dac207d109e" sha1="6d19b64b80c85b6d9f02340e8f4b4a20d695c8a3"/>
+       </game>
+       <game name="Nickelodeon Go Diego Go! Great Dinosaur Rescue (Europe) (En,Fr,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Go Diego Go! Great Dinosaur Rescue (Europe) (En,Fr,Nl)</description>
+               <rom name="Nickelodeon Go Diego Go! Great Dinosaur Rescue (Europe) (En,Fr,Nl).iso" size="4699979776" crc="04f20a3c" md5="ec3f223e7ed39af45daa45a048ecc573" sha1="ac4d7a55ddd1f22d621edf93d4e97158ba149455"/>
+       </game>
+       <game name="Hunting Challenge (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Hunting Challenge (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Hunting Challenge (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="a881ec7a" md5="01dda3304e9c2010f573476a08f36021" sha1="9dd28ca183743293d6814fe827b2af0f76eea239"/>
+       </game>
+       <game name="FIFA 08 (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>FIFA 08 (Europe) (Fr,De)</description>
+               <rom name="FIFA 08 (Europe) (Fr,De).iso" size="4699979776" crc="571504b5" md5="0470f74ae4c5f8771ff6c935dfe5a3fd" sha1="8f4d08a434fbf30dd2840655d6f95b3dae9f98cf"/>
+       </game>
+       <game name="FIFA 09 - All-Play (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (Europe) (Fr,De)</description>
+               <rom name="FIFA 09 - All-Play (Europe) (Fr,De).iso" size="4699979776" crc="44dc86c0" md5="82108af3de838b3a068a7aab64c2d436" sha1="ee7d86e8123a0f029b0818a3f0b8d7f4688cebf7"/>
+       </game>
+       <game name="PES 2010 - Pro Evolution Soccer (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>PES 2010 - Pro Evolution Soccer (Europe) (Fr,De)</description>
+               <rom name="PES 2010 - Pro Evolution Soccer (Europe) (Fr,De).iso" size="4699979776" crc="0bd801f2" md5="29d818a315b938c70b227cd9c80186ae" sha1="00dd0b78b8fc0ad00c8fb8e9fa9ce71910e2b98f"/>
+       </game>
+       <game name="Disney Hannah Montana - Spotlight World Tour (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>Disney Hannah Montana - Spotlight World Tour (Europe) (Fr,It)</description>
+               <rom name="Disney Hannah Montana - Spotlight World Tour (Europe) (Fr,It).iso" size="4699979776" crc="f1657550" md5="c1e82db16093c1702c6f29411038f49a" sha1="7e7c1bfa349ca5702dfaaa3d3e501a1fcc0969ee"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare 3 (France)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare 3 (France)</description>
+               <rom name="Call of Duty - Modern Warfare 3 (France).iso" size="4699979776" crc="beb5f831" md5="97453044424575f2609c5da5aaba3c68" sha1="799583f7862c127f5ec3ffde35d5fa986ca2af92"/>
+       </game>
+       <game name="Tele 7 Jeux - Mots Fleches (France)">
+               <category>Games</category>
+               <description>Tele 7 Jeux - Mots Fleches (France)</description>
+               <rom name="Tele 7 Jeux - Mots Fleches (France).iso" size="4699979776" crc="f0711ea5" md5="27d2f56f6adf6309d8b0062ddd180f9c" sha1="e21ffab78da717a499d9173d6dea261407c07106"/>
+       </game>
+       <game name="Sniper Elite (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Sniper Elite (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Sniper Elite (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="662fbd52" md5="3e90a07044001d88a8d2dd90c32e6843" sha1="c9897b1c1ee02384c8ee3baa787420eb928e5476"/>
+       </game>
+       <game name="Hardy Boys, The - The Hidden Theft (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Hardy Boys, The - The Hidden Theft (Europe) (En,Fr,De,Es)</description>
+               <rom name="Hardy Boys, The - The Hidden Theft (Europe) (En,Fr,De,Es).iso" size="4699979776" crc="2741168d" md5="eaa644447da2e6a0640b4cb95e5b9403" sha1="df21ff72a664eb7ebe8af8a85a0891d04109a6a3"/>
+       </game>
+       <game name="Popstars (Germany)">
+               <category>Games</category>
+               <description>Popstars (Germany)</description>
+               <rom name="Popstars (Germany).iso" size="4699979776" crc="c9f822d1" md5="1937d2bec2f46b36cf5cee2468603a32" sha1="8a05aa37db4184ada66cb51c4b59f50090b1f1e2"/>
+       </game>
+       <game name="Gesundheitscoach, Der (Germany)">
+               <category>Games</category>
+               <description>Gesundheitscoach, Der (Germany)</description>
+               <rom name="Gesundheitscoach, Der (Germany).iso" size="4699979776" crc="f2cd662c" md5="377ddb445db4114c7264ba3fc7a46bd5" sha1="345ae0ea486cc8c4a96a13f3df898c0d599b5d9d"/>
+       </game>
+       <game name="Germany's Next Topmodel (Germany)">
+               <category>Games</category>
+               <description>Germany's Next Topmodel (Germany)</description>
+               <rom name="Germany's Next Topmodel (Germany).iso" size="4699979776" crc="6c86cb8e" md5="aa90634a56580233706c15d5db17e690" sha1="df5a6eae5730fdd018a6c504387c84aeb34a631d"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (Europe) (Es,Pt)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (Europe) (Es,Pt)</description>
+               <rom name="Disney-Pixar Ratatouille (Europe) (Es,Pt).iso" size="4699979776" crc="4ec0e1d0" md5="b4f18222ed2af05d317e3c16ad0759dc" sha1="c4bbb2c8af0330b915679a30e2222903084f5fee"/>
+       </game>
+       <game name="Real Madrid - The Game (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Real Madrid - The Game (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Real Madrid - The Game (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9c1298f8" md5="3ee4adb536ef2ca47400d3c4584ba284" sha1="12bcf8ad0804ed15f33365b538baef8a9712061a"/>
+       </game>
+       <game name="Era Glaciale 3, L' - L'Alba dei Dinosauri (Italy)">
+               <category>Games</category>
+               <description>Era Glaciale 3, L' - L'Alba dei Dinosauri (Italy)</description>
+               <rom name="Era Glaciale 3, L' - L'Alba dei Dinosauri (Italy).iso" size="4699979776" crc="d9ce76ec" md5="da72c7dc92bc103ba3c5767e00ddb347" sha1="f22ae9ed7f0f343b030f57505ba16eef2cdd63da"/>
+       </game>
+       <game name="Rebel Raiders - Operation Nighthawk (France) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Rebel Raiders - Operation Nighthawk (France) (En,Fr,De,Es,It)</description>
+               <rom name="Rebel Raiders - Operation Nighthawk (France) (En,Fr,De,Es,It).iso" size="4699979776" crc="d8db849d" md5="b37ea3d2ac0b18d96a92409b9c838797" sha1="cebf853837ede54c4042cf661c2093577db8f192"/>
+       </game>
+       <game name="Barbie and the Three Musketeers (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Barbie and the Three Musketeers (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Barbie and the Three Musketeers (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="c4e88d6c" md5="f30c0f16566c9a8eaf5abc02879c51a7" sha1="9e9cdb46f51ee008ba418da26fd564dd523638f9"/>
+       </game>
+       <game name="Naruto - Clash of Ninja Revolution 2 - European Version (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Naruto - Clash of Ninja Revolution 2 - European Version (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Naruto - Clash of Ninja Revolution 2 - European Version (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9881ade2" md5="687e2826c0e1a6cf6ad0c1653f530710" sha1="abb2371b6f29e9322c426b1b645a1d0f6fdbb4f2"/>
+       </game>
+       <game name="Just Dance 4 (Europe) (En,Fr,De,Es,It) (Special Edition)">
+               <category>Games</category>
+               <description>Just Dance 4 (Europe) (En,Fr,De,Es,It) (Special Edition)</description>
+               <rom name="Just Dance 4 (Europe) (En,Fr,De,Es,It) (Special Edition).iso" size="4699979776" crc="88efb45b" md5="61e4842102bdf6147a9be46f448fbad5" sha1="3f3fadf82c00bf4c6b76fc3e4802ff581c554a39"/>
+       </game>
+       <game name="Disney Think Fast - The Quiz Game (Europe) (Fr,Nl)">
+               <category>Games</category>
+               <description>Disney Think Fast - The Quiz Game (Europe) (Fr,Nl)</description>
+               <rom name="Disney Think Fast - The Quiz Game (Europe) (Fr,Nl).iso" size="4699979776" crc="8f1ad9c5" md5="fa955fd2691f5f22e26afc8747d79950" sha1="86e96fe176dc6ba040a56424fec18ec78dd506b1"/>
+       </game>
+       <game name="Punch-Out!! (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Punch-Out!! (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Punch-Out!! (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="513a489c" md5="af66c25de5828672bdae802487e9b589" sha1="8c0c30caeb6e2ee0b29f7193852cb03920140a20"/>
+       </game>
+       <game name="Where the Wild Things Are (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Where the Wild Things Are (USA) (En,Fr,Es)</description>
+               <rom name="Where the Wild Things Are (USA) (En,Fr,Es).iso" size="4699979776" crc="9507ab88" md5="26b8e775095fd4c0df620f2b7bcf6a2b" sha1="cd47f5e6fa636d6f5c0ab2b746163422c5dc6865"/>
+       </game>
+       <game name="Call of Duty - Black Ops (Germany)">
+               <category>Games</category>
+               <description>Call of Duty - Black Ops (Germany)</description>
+               <rom name="Call of Duty - Black Ops (Germany).iso" size="4699979776" crc="86aa54d7" md5="50c5048f9d6f47613ecf4cfdd43fc0a1" sha1="513842bdbf74dae80f87cfecccaababde20490ef"/>
+       </game>
+       <game name="Call of Duty - Modern Warfare - Reflex (Germany)">
+               <category>Games</category>
+               <description>Call of Duty - Modern Warfare - Reflex (Germany)</description>
+               <rom name="Call of Duty - Modern Warfare - Reflex (Germany).iso" size="4699979776" crc="5f0abba8" md5="b32974bbf637077d18af7169d2091f50" sha1="1c59be84b9cd3d1d51cbe04d297dafbc5e8fcd2f"/>
+       </game>
+       <game name="Dead Space - Extraction (Germany)">
+               <category>Games</category>
+               <description>Dead Space - Extraction (Germany)</description>
+               <rom name="Dead Space - Extraction (Germany).iso" size="4699979776" crc="a0ab6284" md5="0d25cd56259db66470ec3c929c42225f" sha1="b76d7e4bed0f4614d6a34246923af24568ac9b08"/>
+       </game>
+       <game name="Def Jam - Rapstar (Germany) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Def Jam - Rapstar (Germany) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Def Jam - Rapstar (Germany) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="57af989e" md5="bd1e92c1920b265473e4fb3f3885a7f0" sha1="e58c8416eb4ab64586efdd8922ef836e83d630c9"/>
+       </game>
+       <game name="Galileo Mystery - Die Krone des Midas (Germany)">
+               <category>Games</category>
+               <description>Galileo Mystery - Die Krone des Midas (Germany)</description>
+               <rom name="Galileo Mystery - Die Krone des Midas (Germany).iso" size="4699979776" crc="c3e79f8a" md5="6ed6f3d1ca3af57ab2983b0274e474c4" sha1="82c70a3a989a8a08597b5359195c9387dc557726"/>
+       </game>
+       <game name="Tierbabys - Mein kleiner Welpe (Germany)">
+               <category>Games</category>
+               <description>Tierbabys - Mein kleiner Welpe (Germany)</description>
+               <rom name="Tierbabys - Mein kleiner Welpe (Germany).iso" size="4699979776" crc="752f8d18" md5="d59eb3f967285fc98f5e7d8f00c2f814" sha1="c84981df9e51752bb671644c84771e236a009db5"/>
+       </game>
+       <game name="TV Total Events (Germany)">
+               <category>Games</category>
+               <description>TV Total Events (Germany)</description>
+               <rom name="TV Total Events (Germany).iso" size="4699979776" crc="f631d15f" md5="22d77c678e561e8e25bcf826e651b58c" sha1="de647b50086b7c6f13e11de47a7cc5642315b1eb"/>
+       </game>
+       <game name="U-Sing (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>U-Sing (Germany) (Rev 1)</description>
+               <rom name="U-Sing (Germany) (Rev 1).iso" size="4699979776" crc="58bec902" md5="71fc2f30dcc5a8668ce2ce9d63e81710" sha1="554bb779ff027de0d311e9f184fb5c7d25f4615a"/>
+       </game>
+       <game name="Water Sports (Germany)">
+               <category>Games</category>
+               <description>Water Sports (Germany)</description>
+               <rom name="Water Sports (Germany).iso" size="4699979776" crc="2dfaed63" md5="70bb72de2898716f140a6dc610bbd90b" sha1="fd95488a7b5805799961f1e2061cfb7a7cae6dcb"/>
+       </game>
+       <game name="We Sing Vol. 2 (Germany) (En,De)">
+               <category>Games</category>
+               <description>We Sing Vol. 2 (Germany) (En,De)</description>
+               <rom name="We Sing Vol. 2 (Germany) (En,De).iso" size="4699979776" crc="7679d712" md5="ca7174dcd928c02c96b7ec54066eec19" sha1="b727f0fd5c446947a3b13e3a53c658a11ca259d8"/>
+       </game>
+       <game name="Truck Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Truck Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Truck Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="fa910354" md5="7d66222c2e135fed2afefdd6464662dc" sha1="1e533192dfe41817ae69c1f01896803950c15759"/>
+       </game>
+       <game name="Think - Logik Trainer (Germany) (En,De)">
+               <category>Games</category>
+               <description>Think - Logik Trainer (Germany) (En,De)</description>
+               <rom name="Think - Logik Trainer (Germany) (En,De).iso" size="4699979776" crc="a3f2c4f5" md5="6fbf18c10c9e02082a53aba2a77ef813" sha1="12100d47d9e57fa13245a04c685c08308aa5e52c"/>
+       </game>
+       <game name="Disney Sing It - High School Musical 3 - Senior Year (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Sing It - High School Musical 3 - Senior Year (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney Sing It - High School Musical 3 - Senior Year (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="8887cad5" md5="ca797b4f46131d0ac9ef0818d763b9a6" sha1="c7f321f63afb7ed24603729cabd42c5c71ef2e0a"/>
+       </game>
+       <game name="Disney Sing It (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Sing It (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney Sing It (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="fc2f7db8" md5="07d8309a5adc3ff152230cf36d63e9d9" sha1="0662bccbae8416168943b7476e0b1cbd4ca3ef57"/>
+       </game>
+       <game name="Disney Bolt (Scandinavia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Disney Bolt (Scandinavia) (En,Sv,No,Da)</description>
+               <rom name="Disney Bolt (Scandinavia) (En,Sv,No,Da).iso" size="4699979776" crc="7c299549" md5="220cac96780a75a24b4af5f99cd9f13e" sha1="1591fc84453fd6e598c3c91cebffe774d3388fa6"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda (Sweden)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda (Sweden)</description>
+               <rom name="DreamWorks Kung Fu Panda (Sweden).iso" size="4699979776" crc="b49f15dd" md5="12e5d06ad12039df2b0455a3f0d5a31e" sha1="c34f7eb2acef99b2a040d191730d357929655bf9"/>
+       </game>
+       <game name="Ben 10 - Ultimate Alien - Cosmic Destruction (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ben 10 - Ultimate Alien - Cosmic Destruction (USA) (En,Fr,Es)</description>
+               <rom name="Ben 10 - Ultimate Alien - Cosmic Destruction (USA) (En,Fr,Es).iso" size="4699979776" crc="f64ba89e" md5="46c64f551c9aacf6d30e4ce279d4c17e" sha1="52da4a16eb2f798bd5366695151c392c84d61979"/>
+       </game>
+       <game name="Battle of Giants - Dinosaurs Strike (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Battle of Giants - Dinosaurs Strike (USA) (En,Fr,Es)</description>
+               <rom name="Battle of Giants - Dinosaurs Strike (USA) (En,Fr,Es).iso" size="4699979776" crc="7bf7d6be" md5="18beb2341c9b63f972a4d14c1bf5e84a" sha1="56ee31b7831fabfba5741a456e18fbaf180dae57"/>
+       </game>
+       <game name="We Rock - Drum King (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Rock - Drum King (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Rock - Drum King (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a53530ff" md5="08cb001893964be09dfb63dd2bb9c811" sha1="7e4155aaf5deaf729c7dff232a7443a342e21338"/>
+       </game>
+       <game name="Ontdekker en het Mysterie van de Diamanten Scarabee, De (Netherlands) (En,Nl)">
+               <category>Games</category>
+               <description>Ontdekker en het Mysterie van de Diamanten Scarabee, De (Netherlands) (En,Nl)</description>
+               <rom name="Ontdekker en het Mysterie van de Diamanten Scarabee, De (Netherlands) (En,Nl).iso" size="4699979776" crc="937c5a8b" md5="de039a9b212e2cf97300e0b90cd53356" sha1="2220db8c04b9e2311413517b03a4b1e30a1982cb"/>
+       </game>
+       <game name="Dave Mirra BMX Challenge (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dave Mirra BMX Challenge (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dave Mirra BMX Challenge (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ef0fbb6c" md5="11b914d68ec27322ba5242d38b9de5dc" sha1="62c806412b509b16caa46f39419369a99781ff1c"/>
+       </game>
+       <game name="Skyscraper (Europe)">
+               <category>Games</category>
+               <description>Skyscraper (Europe)</description>
+               <rom name="Skyscraper (Europe).iso" size="4699979776" crc="0e74cfea" md5="206c481134336c4c3aad40274ce39918" sha1="1c9ad2d96471c9658289c8002ec8caef29e82b8d"/>
+       </game>
+       <game name="Super Swing Golf (Europe)">
+               <category>Games</category>
+               <description>Super Swing Golf (Europe)</description>
+               <rom name="Super Swing Golf (Europe).iso" size="4699979776" crc="72c08d37" md5="297f7a1c6fee4cf4fcc5c281a0b51506" sha1="89cf362e8b63d385fa0f8897e6276c2aef3f1124"/>
+       </game>
+       <game name="Tournament of Legends (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Tournament of Legends (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Tournament of Legends (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7359edfe" md5="3e7ff3f43b37600a1ee4de370f4c4346" sha1="75d3724dd344a1f0c7a1d885f991792cc8e8ddec"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Master of the Cards (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yu-Gi-Oh! 5D's - Master of the Cards (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Master of the Cards (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="23f1c65d" md5="731e873fd1751255a6fcc77a339cdde6" sha1="2ee186fadbed68fa17036a3c0ad72d45b377ea62"/>
+       </game>
+       <game name="Agatha Christie - Evil Under the Sun (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Agatha Christie - Evil Under the Sun (USA) (En,Fr,Es)</description>
+               <rom name="Agatha Christie - Evil Under the Sun (USA) (En,Fr,Es).iso" size="4699979776" crc="c454b418" md5="d00423e5cca2cc3243740cf8e30b1097" sha1="5dc5235275352915cde561e2d70187496c9d5f8c"/>
+       </game>
+       <game name="We Sing 80s (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>We Sing 80s (USA) (En,Fr,Es)</description>
+               <rom name="We Sing 80s (USA) (En,Fr,Es).iso" size="4699979776" crc="1bbdf71f" md5="0dde31ef3c0c1d53ceac66ab388c5ce0" sha1="2b8efe6df062a73587e0c913a8279a9a2011bd00"/>
+       </game>
+       <game name="Speed Zone (USA)">
+               <category>Games</category>
+               <description>Speed Zone (USA)</description>
+               <rom name="Speed Zone (USA).iso" size="4699979776" crc="4c0976b9" md5="414a51fec58f91c16af27990d58c81d1" sha1="118b795d7725b70a8e6b5271b39d1da1890f48b4"/>
+       </game>
+       <game name="Step to the Beat (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Step to the Beat (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Step to the Beat (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8570f2d2" md5="805de327495ab23bbbfc7b58213773a1" sha1="d7ed7e826c2876f2c60d64a420a9f784071bd5f3"/>
+       </game>
+       <game name="Ice Age 2 - The Meltdown (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Ice Age 2 - The Meltdown (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Ice Age 2 - The Meltdown (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="27346638" md5="f3c75cd4283ab8ae0430000296fd2f0b" sha1="b4f6f630e78b1d11ff9139cdf71aefe941f73311"/>
+       </game>
+       <game name="Transformers - The Game (Europe) (Fr,Es)">
+               <category>Games</category>
+               <description>Transformers - The Game (Europe) (Fr,Es)</description>
+               <rom name="Transformers - The Game (Europe) (Fr,Es).iso" size="4699979776" crc="47f164be" md5="b778d6bb537e415d4698635c7e1361a3" sha1="6bdfa053d3e99b84cd79e7ed66cf5c234da184c7"/>
+       </game>
+       <game name="Myth Makers - Super Kart GP (UK)">
+               <category>Games</category>
+               <description>Myth Makers - Super Kart GP (UK)</description>
+               <rom name="Myth Makers - Super Kart GP (UK).iso" size="4699979776" crc="a0594b4d" md5="f630224c5e1e4ac9e6feafb097a737fa" sha1="5b6499913c362275b4f79fca042c5b1aebbeb73f"/>
+       </game>
+       <game name="Bratz - Girlz Really Rock (Europe) (En,Sv)">
+               <category>Games</category>
+               <description>Bratz - Girlz Really Rock (Europe) (En,Sv)</description>
+               <rom name="Bratz - Girlz Really Rock (Europe) (En,Sv).iso" size="4699979776" crc="9909232d" md5="9b8fb0ca9a0a3ec63717199d84134b04" sha1="3415909a24db46e68e523b8a668923307f3f03a0"/>
+       </game>
+       <game name="We Cheer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Cheer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Cheer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f7b306e2" md5="15b99a228d5344d5bcf3e178b8551367" sha1="f9019e506197daa15c8417e6e04b8c3d82cb4c32"/>
+       </game>
+       <game name="Bratz Kidz (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Bratz Kidz (USA) (En,Fr,Es)</description>
+               <rom name="Bratz Kidz (USA) (En,Fr,Es).iso" size="4699979776" crc="5cb16c8b" md5="cfe515efd7e0182bfe5f876904c73175" sha1="703ebf8928918280cf12c5acefdfcfc52d1555c7"/>
+       </game>
+       <game name="Destiny of Zorro, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Destiny of Zorro, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Destiny of Zorro, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e1d891ad" md5="e4cb0357bcefb53f3778849918e06319" sha1="87483696b315ca3c687fe06c24d7be54a2f0c20f"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda (Europe) (En,It)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda (Europe) (En,It)</description>
+               <rom name="DreamWorks Kung Fu Panda (Europe) (En,It).iso" size="4699979776" crc="96234aac" md5="2ef9a7375db7cf27cad744771f076716" sha1="aaa5633d8cf40b350a51183c85ceb1659b605182"/>
+       </game>
+       <game name="Chuck E. Cheese's Super Collection (USA)">
+               <category>Games</category>
+               <description>Chuck E. Cheese's Super Collection (USA)</description>
+               <rom name="Chuck E. Cheese's Super Collection (USA).iso" size="4699979776" crc="575b482c" md5="98db41d0bcd75adcc741af6a96df6e68" sha1="f86981ff547badad1896dea42e98acb8644593fa"/>
+       </game>
+       <game name="Disney Planes - Fire &amp; Rescue (USA) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Disney Planes - Fire &amp; Rescue (USA) (En,Fr,Es,Pt)</description>
+               <rom name="Disney Planes - Fire &amp; Rescue (USA) (En,Fr,Es,Pt).iso" size="4699979776" crc="388e1251" md5="a64748e1d3b0c6d22aa1c12e48347d1a" sha1="b223634818d511b1b1c0308ba7b249ed3862967a"/>
+       </game>
+       <game name="Dodge Racing - Charger vs Challenger (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Dodge Racing - Charger vs Challenger (USA) (En,Fr,Es)</description>
+               <rom name="Dodge Racing - Charger vs Challenger (USA) (En,Fr,Es).iso" size="4699979776" crc="030b2522" md5="bf580c14391cad4d3686f02fd89aba49" sha1="732c119abf854d851bb64a719de8b58149535314"/>
+       </game>
+       <game name="I Love Horses - Rider's Paradise (USA)">
+               <category>Games</category>
+               <description>I Love Horses - Rider's Paradise (USA)</description>
+               <rom name="I Love Horses - Rider's Paradise (USA).iso" size="4699979776" crc="c480666f" md5="b43253869981b2b95d425a1f9e669467" sha1="c41983cc40c6d8219739344facbadbb1aef44f17"/>
+       </game>
+       <game name="Ju-on - The Grudge - Haunted House Simulator (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Ju-on - The Grudge - Haunted House Simulator (USA) (En,Fr,Es)</description>
+               <rom name="Ju-on - The Grudge - Haunted House Simulator (USA) (En,Fr,Es).iso" size="4699979776" crc="a3bdade8" md5="91d2e0e0306075264fd0273b05ce6baf" sha1="c860e09099daaf5aa5fc48e9e9279dae48604eb7"/>
+       </game>
+       <game name="Maximum Racing - GP Classic Racing (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Maximum Racing - GP Classic Racing (USA) (En,Fr,Es)</description>
+               <rom name="Maximum Racing - GP Classic Racing (USA) (En,Fr,Es).iso" size="4699979776" crc="4cc09c74" md5="ffd4a26fcb4bd7bb0f07e0e8d233c068" sha1="6ac22cdfc1743a167edae6d9616f5b63aefa327b"/>
+       </game>
+       <game name="Maximum Racing - Sprint Cars (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Maximum Racing - Sprint Cars (USA) (En,Fr,Es)</description>
+               <rom name="Maximum Racing - Sprint Cars (USA) (En,Fr,Es).iso" size="4699979776" crc="4742d134" md5="86952076d94b9c3cf41692bf58a86842" sha1="951a9d97ee4139416cce678d6a1e2d58ad8f05fb"/>
+       </game>
+       <game name="My Horse &amp; Me - Riding for Gold (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>My Horse &amp; Me - Riding for Gold (USA) (En,Fr,Es)</description>
+               <rom name="My Horse &amp; Me - Riding for Gold (USA) (En,Fr,Es).iso" size="4699979776" crc="0a0b3c93" md5="1dac1fc199d0c4ca89639e6d89c53e66" sha1="79e65a7f374df95753b2743b9b2f551da66ea89c"/>
+       </game>
+       <game name="Power Punch (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Power Punch (USA) (En,Fr,Es)</description>
+               <rom name="Power Punch (USA) (En,Fr,Es).iso" size="4699979776" crc="c9cd35d3" md5="229562936010d35e7125659d3b1c0f46" sha1="33f79e042b1488d9ba02f07f361e0ce6848c7321"/>
+       </game>
+       <game name="Princess Isabella - A Witch's Curse (USA)">
+               <category>Games</category>
+               <description>Princess Isabella - A Witch's Curse (USA)</description>
+               <rom name="Princess Isabella - A Witch's Curse (USA).iso" size="4699979776" crc="42148373" md5="c9ddca9c6406357ff56d374fbcd5e334" sha1="54b2d0623cec9a8b1830cbd5185d7d2fa11ca2a8"/>
+       </game>
+       <game name="Super Sonic Racer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Super Sonic Racer (USA) (En,Fr,Es)</description>
+               <rom name="Super Sonic Racer (USA) (En,Fr,Es).iso" size="4699979776" crc="b547c4ad" md5="a6dc6a3e899a0bc0d0786b106495ddcd" sha1="cf96cab0135d6492c6beacfb107e4974b394860a"/>
+       </game>
+       <game name="Free Running (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Free Running (USA) (En,Fr,Es)</description>
+               <rom name="Free Running (USA) (En,Fr,Es).iso" size="4699979776" crc="6337cd60" md5="f0ace6e0d78d95ca7a6c6c28bdd35a89" sha1="c9b94281d9e2ccb1901298e0da826e83602a9cca"/>
+       </game>
+       <game name="Maximum Racing - Crash Car Racer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Maximum Racing - Crash Car Racer (USA) (En,Fr,Es)</description>
+               <rom name="Maximum Racing - Crash Car Racer (USA) (En,Fr,Es).iso" size="4699979776" crc="69ba1874" md5="e8065d3edae8177608c721dbdd006383" sha1="214881d3a6d4e04d35eb134f88d82f2da99e9bc3"/>
+       </game>
+       <game name="Rock'N'Roll Adventures (UK)">
+               <category>Games</category>
+               <description>Rock'N'Roll Adventures (UK)</description>
+               <rom name="Rock'N'Roll Adventures (UK).iso" size="4699979776" crc="75d45f68" md5="b6cf178bb2f2517c9b28f790c5ca0716" sha1="6aeb46b7d6f2b20de57b130b7fbd500ecebdf2fa"/>
+       </game>
+       <game name="Chronicles of Narnia, The - Prince Caspian (Europe) (En,Es,Sv,No,Da)">
+               <category>Games</category>
+               <description>Chronicles of Narnia, The - Prince Caspian (Europe) (En,Es,Sv,No,Da)</description>
+               <rom name="Chronicles of Narnia, The - Prince Caspian (Europe) (En,Es,Sv,No,Da).iso" size="4699979776" crc="f2fcf898" md5="4cc8fa8e4a1ceda1436ee908973878b2" sha1="418b6bbc0d817888d5c92824cedf57196db4f234"/>
+       </game>
+       <game name="Disney-Pixar Ratatouille (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Disney-Pixar Ratatouille (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Disney-Pixar Ratatouille (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="be1559f3" md5="c4bf04602db30f93e6e349e6a70aaf4e" sha1="df373498b64522e63c9b0191c62c1c68b5d1db67"/>
+       </game>
+       <game name="Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi).iso" size="8511160320" crc="22b8d7dc" md5="dec41ef6ac4a4f2b04832a03791478d1" sha1="20c07592eb3874776c9f7099ceb8d66fe8173cef"/>
+       </game>
+       <game name="Skylanders - Swap Force (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Skylanders - Swap Force (Scandinavia) (Sv,No,Da,Fi).iso" size="8511160320" crc="99e0a70a" md5="31e996a336820cbcf02bf4f33829c280" sha1="e68df0fdd3cf6377f060b77864850d05a0c1522c"/>
+       </game>
+       <game name="Cooking Mama 2 - World Kitchen (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cooking Mama 2 - World Kitchen (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cooking Mama 2 - World Kitchen (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3d8a56a7" md5="557fb81eeede39dfb7bca4af238d42d3" sha1="36db74f6867b15269763063fa27334e4189f51ef"/>
+       </game>
+       <game name="Oregon Trail, The (USA)">
+               <category>Games</category>
+               <description>Oregon Trail, The (USA)</description>
+               <rom name="Oregon Trail, The (USA).iso" size="4699979776" crc="a9519216" md5="419ed39ce2b91922f141e5b1ea77f970" sha1="83a05d4b87ad4dc2dd108d40f254c7e46672511e"/>
+       </game>
+       <game name="Thor - God of Thunder (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Thor - God of Thunder (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Thor - God of Thunder (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="3670e5a9" md5="22714ae433d93757354ac25d8824c927" sha1="18742c14e0a3262dcf8c80f3193bdd6a267875bd"/>
+       </game>
+       <game name="Captain America - Super Soldier (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Captain America - Super Soldier (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Captain America - Super Soldier (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="68f957d2" md5="27311afa9bb368fad583c5f1e484e2db" sha1="822657b76d50095fc76c3f480b16310c5b3e8f3c"/>
+       </game>
+       <game name="Disney-Pixar Cars - Mater-National Championship (Europe) (De,It)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars - Mater-National Championship (Europe) (De,It)</description>
+               <rom name="Disney-Pixar Cars - Mater-National Championship (Europe) (De,It).iso" size="4699979776" crc="60c17f8f" md5="3dcda434c22fe863b2b9db64385c176a" sha1="92fcb1f76865c3084a07478443b080114039dfbd"/>
+       </game>
+       <game name="Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWE)">
+               <category>Demos</category>
+               <description>Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWE)</description>
+               <rom name="Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWE).iso" size="4699979776" crc="19404415" md5="ea90d5bfd8a70f854d57d7c5bbe40f00" sha1="864dc3b725cf0f6933841cbb30ffc91300b74a2a"/>
+       </game>
+       <game name="Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWX)">
+               <category>Demos</category>
+               <description>Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWX)</description>
+               <rom name="Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWX).iso" size="4699979776" crc="a6ef0248" md5="a6ef827281e70fff3b49241c7a1a610f" sha1="bd8a5b848f85502d7039faf40cdf647c761c2544"/>
+       </game>
+       <game name="MySims Racing (Europe) (En,Fr,De,Es,It,Nl) (Demo)">
+               <category>Demos</category>
+               <description>MySims Racing (Europe) (En,Fr,De,Es,It,Nl) (Demo)</description>
+               <rom name="MySims Racing (Europe) (En,Fr,De,Es,It,Nl) (Demo).iso" size="4699979776" crc="525620f4" md5="f58f9b3d15de92decc3b3c4a0b520bfa" sha1="8eb4105e851cb6637d8655dedaf823d0d5e652c3"/>
+       </game>
+       <game name="Dream Salon (USA) (En,Fr)">
+               <category>Games</category>
+               <description>Dream Salon (USA) (En,Fr)</description>
+               <rom name="Dream Salon (USA) (En,Fr).iso" size="4699979776" crc="2b232f7d" md5="1dbffe3ac55bfb827824bdfe430e467b" sha1="4898651b5afef8294836e78a77819a5f8182caa5"/>
+       </game>
+       <game name="Veggy World (USA)">
+               <category>Games</category>
+               <description>Veggy World (USA)</description>
+               <rom name="Veggy World (USA).iso" size="4699979776" crc="5cb0d4ea" md5="d2c5b51b33e877f652c7a543d8d8dfb7" sha1="c82a916850b9821459752f9a7d850eed688d58e5"/>
+       </game>
+       <game name="Captain Morgane and the Golden Turtle (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>Captain Morgane and the Golden Turtle (Europe) (Fr,It)</description>
+               <rom name="Captain Morgane and the Golden Turtle (Europe) (Fr,It).iso" size="4699979776" crc="854b94ec" md5="dd186d4ae2513bc562ab798f1c8c5045" sha1="a066b9a1419c2174eb3aa3db7311910a360fd0a8"/>
+       </game>
+       <game name="Billy the Wizard - Rocket Broomstick Racing (UK)">
+               <category>Games</category>
+               <description>Billy the Wizard - Rocket Broomstick Racing (UK)</description>
+               <rom name="Billy the Wizard - Rocket Broomstick Racing (UK).iso" size="4699979776" crc="bfcd65d0" md5="e5430d50ba97fd047b3690b827e2ee51" sha1="28310c06456c7a206cbefa68f20dcacfd5836136"/>
+       </game>
+       <game name="Red Steel 2 (UK)">
+               <category>Games</category>
+               <description>Red Steel 2 (UK)</description>
+               <rom name="Red Steel 2 (UK).iso" size="4699979776" crc="49e4c4a2" md5="6c1c5f6a70bbcac4b0dce2cbf29a0191" sha1="ed5f98ab2918275c0abf78cb5cdf7c1c461fc104"/>
+       </game>
+       <game name="Deca Sports (USA) (Demo)">
+               <category>Demos</category>
+               <description>Deca Sports (USA) (Demo)</description>
+               <rom name="Deca Sports (USA) (Demo).iso" size="4699979776" crc="95e8ea44" md5="49f345dc6d659f4a2cafb99ac3ea79ce" sha1="9559d19cb10c4b16073ca3f85535ca6592abad55"/>
+       </game>
+       <game name="Deca Sports 3 (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Deca Sports 3 (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Deca Sports 3 (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="243d3c86" md5="65b0ccf35d9915e8df077f36b8a7a567" sha1="a3edb1dbcc39127c1b91e0b77176deeae5e9fd5a"/>
+       </game>
+       <game name="We Cheer (USA) (Demo)">
+               <category>Demos</category>
+               <description>We Cheer (USA) (Demo)</description>
+               <rom name="We Cheer (USA) (Demo).iso" size="4699979776" crc="7f9a7568" md5="a86883225ffd8c1104e925dde597d820" sha1="716e69563df11df38d409b9bc525e2c98f542a20"/>
+       </game>
+       <game name="101-in-1 Sports Party Megamix (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>101-in-1 Sports Party Megamix (USA) (En,Fr,Es)</description>
+               <rom name="101-in-1 Sports Party Megamix (USA) (En,Fr,Es).iso" size="4699979776" crc="ec4aa9e9" md5="c1febf5d615611508ae1b303e690bcf5" sha1="4db8fa273b0584e5052f18b02f7e44c1762350ff"/>
+       </game>
+       <game name="Maximum Racing - Drag &amp; Stock Racer (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Maximum Racing - Drag &amp; Stock Racer (USA) (En,Fr,Es)</description>
+               <rom name="Maximum Racing - Drag &amp; Stock Racer (USA) (En,Fr,Es).iso" size="4699979776" crc="264aa64d" md5="8e57f02a881d517a292d6bd084e86aef" sha1="563920e36653aaf61957e29380545f1be7c474a6"/>
+       </game>
+       <game name="MySims Collection (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>MySims Collection (USA) (En,Fr,Es)</description>
+               <rom name="MySims Collection (USA) (En,Fr,Es).iso" size="4699979776" crc="8a8d6fb9" md5="d17232ff468929732c31c2acac6dc1df" sha1="02ddfd7c58d7c07a5e7ab0fbe0b30e27fad4dce3"/>
+       </game>
+       <game name="Monster High - Scuola da Paura (Italy) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Monster High - Scuola da Paura (Italy) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Monster High - Scuola da Paura (Italy) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="980abaf4" md5="9e8162636d13c1358b1d249b823a95b3" sha1="22fb426db1411537a09298b9231240381ef81d42"/>
+       </game>
+       <game name="Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv)">
+               <category>Games</category>
+               <description>Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv)</description>
+               <rom name="Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv).iso" size="4699979776" crc="d51055d6" md5="056646fff80a2212e5a9d9477d508a9b" sha1="10e7263d66a35853c3d198e4beb2da2cf51f87f2"/>
+       </game>
+       <game name="Scene It Ciak! Si Gira! (Italy)">
+               <category>Games</category>
+               <description>Scene It Ciak! Si Gira! (Italy)</description>
+               <rom name="Scene It Ciak! Si Gira! (Italy).iso" size="4699979776" crc="30c473b8" md5="8235ccf830c110010c0318aeb9104838" sha1="202d6bb106033450d9b71b9b6725171ddc2f3112"/>
+       </game>
+       <game name="DiscUpdate Disc (WiiMenu 3.0U) (USA)">
+               <category>Applications</category>
+               <description>DiscUpdate Disc (WiiMenu 3.0U) (USA)</description>
+               <rom name="DiscUpdate Disc (WiiMenu 3.0U) (USA).iso" size="4699979776" crc="d968ddf8" md5="aa45eff96ec236822adcffce6859b9f7" sha1="fc71667fb7bfa2449db900192cf91d43cdc3ea03"/>
+       </game>
+       <game name="Prova del Cuoco, La (Italy)">
+               <category>Games</category>
+               <description>Prova del Cuoco, La (Italy)</description>
+               <rom name="Prova del Cuoco, La (Italy).iso" size="4699979776" crc="e4de45eb" md5="39b2993b058c30a35cad1beb4662d459" sha1="5ae487ce1bb1d42ed8ef0bed66eadc834e8e5460"/>
+       </game>
+       <game name="Let's Sing 2016 - Hits Francais (France) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2016 - Hits Francais (France) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2016 - Hits Francais (France) (En,Fr,De,Es,It).iso" size="4699979776" crc="3142e30e" md5="ead0f18f5adb27bee60c20078a716fce" sha1="54382e82c078bbf2b36cc67cb7a3af541af1f739"/>
+       </game>
+       <game name="Call of Duty - Black Ops (France)">
+               <category>Games</category>
+               <description>Call of Duty - Black Ops (France)</description>
+               <rom name="Call of Duty - Black Ops (France).iso" size="4699979776" crc="61c13c1e" md5="d7d1257bea545a47084b040f7decdf9d" sha1="1258dc507188548fc5dc75818d005d32b0f7efa7"/>
+       </game>
+       <game name="Questions pour un Champion - Le Jeu Officiel (France)">
+               <category>Games</category>
+               <description>Questions pour un Champion - Le Jeu Officiel (France)</description>
+               <rom name="Questions pour un Champion - Le Jeu Officiel (France).iso" size="4699979776" crc="b428fa30" md5="211c77b895538906c3b73bea218f4c71" sha1="7d66817a16efb47fa82c6d8f72cdfc8ff2223924"/>
+       </game>
+       <game name="Koh-Lanta (France)">
+               <category>Games</category>
+               <description>Koh-Lanta (France)</description>
+               <rom name="Koh-Lanta (France).iso" size="4699979776" crc="bb0adcc5" md5="1681a6314f870c6e227ac7d9a25fe4f7" sha1="980b2858d8ed35cd15a657758b446c1a29d6c404"/>
+       </game>
+       <game name="My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (En,Nl)">
+               <category>Games</category>
+               <description>My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (En,Nl)</description>
+               <rom name="My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (En,Nl).iso" size="4699979776" crc="0bcd7621" md5="b6768b93a3d0ab8a98038d79c3a8ddf3" sha1="4f04d0a0185d0df22f32ca557c9bd54a2b765326"/>
+       </game>
+       <game name="Family Fortunes (UK)">
+               <category>Games</category>
+               <description>Family Fortunes (UK)</description>
+               <rom name="Family Fortunes (UK).iso" size="4699979776" crc="2af75c8e" md5="98bc8c006bfa4c94fcdd91e87452458d" sha1="ee6b81b1b562009a9de37ba768da67462bcba3a1"/>
+       </game>
+       <game name="Trivial Pursuit (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Trivial Pursuit (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="Trivial Pursuit (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="a56bd225" md5="2b0ce3043b2d2487a091603eec5462b2" sha1="3181d6a31316e050bb10a2ad47ce70b2c449bbbe"/>
+       </game>
+       <game name="Yoga (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Yoga (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Yoga (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1ecdabae" md5="51f65f0057629839c5381bfcc20971eb" sha1="c91eef643cd61a26cae7a589d959e83ed23b39aa"/>
+       </game>
+       <game name="Wii Sports Resort (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Japan) (Rev 2)</description>
+               <rom name="Wii Sports Resort (Japan) (Rev 2).iso" size="4699979776" crc="ffd70433" md5="e289bdb8719efc6179c95fe681ccf98c" sha1="22b8f7b582e19586e1fb4a42b14a6cd3973b3c1a"/>
+       </game>
+       <game name="Wii Sports Resort (Japan) (Rev 3)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Japan) (Rev 3)</description>
+               <rom name="Wii Sports Resort (Japan) (Rev 3).iso" size="4699979776" crc="43a9e863" md5="36d40122da3a7f95a4ffa7ab75be1a22" sha1="412b4b8fc5c987cad08b3834bc2038569f8345d0"/>
+       </game>
+       <game name="Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="28cae602" md5="726125ea8c03dde01b7217adc17a36b3" sha1="701150905127648f94c63410e84fde5e05768cf2"/>
+       </game>
+       <game name="Just Dance 2 (Korea)">
+               <category>Games</category>
+               <description>Just Dance 2 (Korea)</description>
+               <rom name="Just Dance 2 (Korea).iso" size="4699979776" crc="a2194008" md5="21b5583c52baaba63f47b6004033725c" sha1="55fb1d11e307d7e5e1bc889da173f064dd634770"/>
+       </game>
+       <game name="Tauneuro Nolleogayo - Dongmurui Sup (Korea) (Rev 1)">
+               <category>Games</category>
+               <description>Tauneuro Nolleogayo - Dongmurui Sup (Korea) (Rev 1)</description>
+               <rom name="Tauneuro Nolleogayo - Dongmurui Sup (Korea) (Rev 1).iso" size="4699979776" crc="32d10374" md5="fb51e36345c9ccfcc6f323656354a2ed" sha1="1666d1f32cf4a51fac829ccd0cc9dd212f00a583"/>
+       </game>
+       <game name="Mario Party 8 (Korea)">
+               <category>Games</category>
+               <description>Mario Party 8 (Korea)</description>
+               <rom name="Mario Party 8 (Korea).iso" size="4699979776" crc="f48d7812" md5="8c4447d50437eac0ffa8cba66654ce04" sha1="1aac50e88616f61cf004150d48d9be6777304be9"/>
+       </game>
+       <game name="Chumchwora Made in Wario (Korea)">
+               <category>Games</category>
+               <description>Chumchwora Made in Wario (Korea)</description>
+               <rom name="Chumchwora Made in Wario (Korea).iso" size="4699979776" crc="5f85dfc4" md5="72c3d1ad40ce06db166069155456bc3b" sha1="f640c50b2d07339bb45fed3aab9fc7566948f609"/>
+       </game>
+       <game name="Mariowa Sonic Beijing Olympic (Korea)">
+               <category>Games</category>
+               <description>Mariowa Sonic Beijing Olympic (Korea)</description>
+               <rom name="Mariowa Sonic Beijing Olympic (Korea).iso" size="4699979776" crc="def1fb8a" md5="d197a1dac2b4e6f722d5a03e09bd1e6d" sha1="6276d1e8ebffae866f9744110ea4f731833c6d6c"/>
+       </game>
+       <game name="CSI - Crime Scene Investigation - Fatal Conspiracy (Europe, Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>CSI - Crime Scene Investigation - Fatal Conspiracy (Europe, Australia) (En,Fr,De,Es,It)</description>
+               <rom name="CSI - Crime Scene Investigation - Fatal Conspiracy (Europe, Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="20a8c8c3" md5="9a7b7c5d0da45487e143634bf3ae37b2" sha1="e53e949bf7955bbb818c5c235d2615b5d1359ee3"/>
+       </game>
+       <game name="SPRay (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>SPRay (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="SPRay (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="caa7402f" md5="34f32700ab1f9c379cdf41e8f72297a7" sha1="95fac1d4f608c7da9cfb6934c418115587bf4c59"/>
+       </game>
+       <game name="Despicable Me - The Game (Europe, Australia) (En,Fr,De,Es,It,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Despicable Me - The Game (Europe, Australia) (En,Fr,De,Es,It,Sv,No,Da,Fi)</description>
+               <rom name="Despicable Me - The Game (Europe, Australia) (En,Fr,De,Es,It,Sv,No,Da,Fi).iso" size="4699979776" crc="599b5dca" md5="045d125d839b694b91c0ecd93ad1491d" sha1="cae5212e68e746ff16daecafc99b1c6ece2597c9"/>
+       </game>
+       <game name="Martian Panic (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Martian Panic (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Martian Panic (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8eba15d2" md5="7d4867671a72657ec6f7ec3d2c810370" sha1="f47cbd801fed91aac83e2a83285e3cb16b795d76"/>
+       </game>
+       <game name="Titanic Mystery (USA)">
+               <category>Games</category>
+               <description>Titanic Mystery (USA)</description>
+               <rom name="Titanic Mystery (USA).iso" size="4699979776" crc="57ac3525" md5="4899e02f59fc3aff09ecb1bda85da521" sha1="e984a8d6c26ceabb151d6ae73088f81a595e4d73"/>
+       </game>
+       <game name="Truck Racer (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Truck Racer (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Truck Racer (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="5af0defc" md5="df4db414e2b9211e5b354727f2562f17" sha1="42d75ae3a6054ab2013c80f56e1da8ad0df993d5"/>
+       </game>
+       <game name="Pac-Man Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pac-Man Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pac-Man Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="61ed2f81" md5="f8ff410112b5ad71b6e481b8ed73be2d" sha1="e6e4a0091e5c2984c909e66273a1e7dbaf528a45"/>
+       </game>
+       <game name="Skylanders - Trap Team (Latin America) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Latin America) (En,Fr,Es,Pt)</description>
+               <rom name="Skylanders - Trap Team (Latin America) (En,Fr,Es,Pt).iso" size="8511160320" crc="74c06d5c" md5="0b8b8c18a80719bed2826bb7a423a529" sha1="39487fab3185425e25b458ad5d91ac029060a64c"/>
+       </game>
+       <game name="Skylanders - Swap Force (Latin America) (En,Fr,Es,Pt)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Latin America) (En,Fr,Es,Pt)</description>
+               <rom name="Skylanders - Swap Force (Latin America) (En,Fr,Es,Pt).iso" size="8511160320" crc="9af93055" md5="20250d255c44281604da7fdc5ad1def8" sha1="acd6618cf33040b3b168f1fc1cb832c895da3b68"/>
+       </game>
+       <game name="We Sing Encore (Sweden)">
+               <category>Games</category>
+               <description>We Sing Encore (Sweden)</description>
+               <rom name="We Sing Encore (Sweden).iso" size="4699979776" crc="508a98c9" md5="4c0525727e8d4845cbd95ae92c03c4bd" sha1="6581cf1716ba13b94e2e153ab19769a429f1f62a"/>
+       </game>
+       <game name="Call of Duty - World at War (Canada)">
+               <category>Games</category>
+               <description>Call of Duty - World at War (Canada)</description>
+               <rom name="Call of Duty - World at War (Canada).iso" size="4699979776" crc="c321464f" md5="583b590c249e2e22e81cd8a95e08789d" sha1="0b6fc8899f79d04e30e6d9ce8a59211e451a8483"/>
+       </game>
+       <game name="Springdale (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Springdale (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Springdale (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="82314ca3" md5="4bbd02695a56a53ff2791481d23abe05" sha1="225d78a1f53a2dc2fbf90e4d6a052aea848a126a"/>
+       </game>
+       <game name="Ready Steady Cook - The Game (UK)">
+               <category>Games</category>
+               <description>Ready Steady Cook - The Game (UK)</description>
+               <rom name="Ready Steady Cook - The Game (UK).iso" size="4699979776" crc="3e2cdec9" md5="f552237f4e1f191d6a0eb20029b5c480" sha1="75984780c5658b17663d0f4786334c66f3ecfc3f"/>
+       </game>
+       <game name="U-Sing 2 (Germany)">
+               <category>Games</category>
+               <description>U-Sing 2 (Germany)</description>
+               <rom name="U-Sing 2 (Germany).iso" size="4699979776" crc="fe36e550" md5="39c71d9dc3974c3e2243dad2960f1ebd" sha1="5e61ecd04530081c422f3b643a858b626b5df9b7"/>
+       </game>
+       <game name="Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition) (Rev 1)</description>
+               <rom name="Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition) (Rev 1).iso" size="4699979776" crc="3ebe596e" md5="5831b323ee2badd54558f18fa1febc58" sha1="c79de7a390b52ec90f8d0eea7663a52015622aea"/>
+       </game>
+       <game name="Family Party - 30 Great Games (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Party - 30 Great Games (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Party - 30 Great Games (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bc3899d8" md5="578ab45fccc20040458544a5c0f9b1ba" sha1="d7e6cf287b2d94a71e6c4c77122e432c3ae1a385"/>
+       </game>
+       <game name="So Blonde - Back to the Island (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>So Blonde - Back to the Island (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="So Blonde - Back to the Island (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="40223e2f" md5="bef684cf232324f1acc6727167b77c98" sha1="c05e406e2fa1a61f0840b4c54beeefaa106784e9"/>
+       </game>
+       <game name="Schlag den Raab - Das 2. Spiel (Germany)">
+               <category>Games</category>
+               <description>Schlag den Raab - Das 2. Spiel (Germany)</description>
+               <rom name="Schlag den Raab - Das 2. Spiel (Germany).iso" size="4699979776" crc="72840695" md5="88ecfee87d244d749f638e7941ff04d3" sha1="f38852c12440ab27c39d1185d2c2ee8e1957e960"/>
+       </game>
+       <game name="Scene It Ganz grosses Kino! (Germany)">
+               <category>Games</category>
+               <description>Scene It Ganz grosses Kino! (Germany)</description>
+               <rom name="Scene It Ganz grosses Kino! (Germany).iso" size="4699979776" crc="099fb180" md5="731dad478c6f12dea622b8e1d634d27a" sha1="9c228d149dbf07b07686192e6c6789abc509700f"/>
+       </game>
+       <game name="Summer Stars 2012 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Summer Stars 2012 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Summer Stars 2012 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="869d219d" md5="81cf5358cc9af9fe897d4d7a13d4c31a" sha1="4d2dd57e72603ef8d1377ce2f71b049e8f5b6607"/>
+       </game>
+       <game name="Schlag den Raab - Das 3. Spiel (Germany)">
+               <category>Games</category>
+               <description>Schlag den Raab - Das 3. Spiel (Germany)</description>
+               <rom name="Schlag den Raab - Das 3. Spiel (Germany).iso" size="4699979776" crc="a3dd7718" md5="a2eaf7129601195e94f7492a23a1c2c1" sha1="cd324666b11e37ccd56e008a6fe2a3a2091e6025"/>
+       </game>
+       <game name="Cooking Mama World - Babysitting Mama (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cooking Mama World - Babysitting Mama (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cooking Mama World - Babysitting Mama (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e2f5ac02" md5="0c42bef77d7c8d3d7b816bd8e38995fa" sha1="32bb70fb8f22c8829be39d3e6beb98ad0c2b587a"/>
+       </game>
+       <game name="Dewy's Adventure (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dewy's Adventure (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dewy's Adventure (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a1d5ce58" md5="510cd914a11914326a69a1dc01a43a24" sha1="ecb87913d45746873b8259077b8ada216d1ce34f"/>
+       </game>
+       <game name="Nickelodeon iCarly 2 - iJoin the Click! (Europe) (En,De,Es,It)">
+               <category>Games</category>
+               <description>Nickelodeon iCarly 2 - iJoin the Click! (Europe) (En,De,Es,It)</description>
+               <rom name="Nickelodeon iCarly 2 - iJoin the Click! (Europe) (En,De,Es,It).iso" size="4699979776" crc="f6121a66" md5="756a1d7eca442ac7eb6b80030d4c6105" sha1="fd78d9a749af0b994a42dfb6ccd7216439c82a06"/>
+       </game>
+       <game name="Nickelodeon Victorious - Taking the Lead (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Nickelodeon Victorious - Taking the Lead (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Nickelodeon Victorious - Taking the Lead (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="29d52b18" md5="54e49035afbaaa8753ca732b4f43a501" sha1="3c468eb4a1ff64e3f749e253917db2d53eb6c207"/>
+       </game>
+       <game name="Wii Sports (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Sports (Japan) (Rev 1)</description>
+               <rom name="Wii Sports (Japan) (Rev 1).iso" size="4699979776" crc="f74ee080" md5="90c74ca642fd7ca58ac1819f2a1ac375" sha1="4c1cf75aaa9f2055e849ef1d445e1e4ae9062062"/>
+       </game>
+       <game name="Ferrari - The Race Experience (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Ferrari - The Race Experience (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Ferrari - The Race Experience (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f657a8a3" md5="623ba9bec8e0968cab6555c3f24ffd6f" sha1="b808e270c61983989bf10df3307ba21b941eadb6"/>
+       </game>
+       <game name="All Round Hunter (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>All Round Hunter (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="All Round Hunter (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d701be05" md5="bbb442c3b19a56f31954bcfa6fd2d23f" sha1="5854b2843714aec35a64d1b417825b2323fd4229"/>
+       </game>
+       <game name="Cloudy with a Chance of Meatballs (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cloudy with a Chance of Meatballs (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cloudy with a Chance of Meatballs (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e3b59668" md5="aec4f2b5e4a8ac3ac84a24f53c43f196" sha1="d1f1e651765a37b03530ccbb33c5b148c7e209c8"/>
+       </game>
+       <game name="Cocoto Surprise (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Cocoto Surprise (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Cocoto Surprise (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="5ff12088" md5="4b2e44f937fb8960a4446dbd8a9923f9" sha1="ec51fcd41add8375153e190ee1d604a11146ddcf"/>
+       </game>
+       <game name="Disney G-Force (Europe) (De,It)">
+               <category>Games</category>
+               <description>Disney G-Force (Europe) (De,It)</description>
+               <rom name="Disney G-Force (Europe) (De,It).iso" size="4699979776" crc="dbb827c8" md5="6e9bdf46d76632aaa39dd63b3b951ca9" sha1="2820ef5a8a123e2827e99631c075fe059434e89d"/>
+       </game>
+       <game name="Disney-Pixar Cars (Europe) (De,It)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars (Europe) (De,It)</description>
+               <rom name="Disney-Pixar Cars (Europe) (De,It).iso" size="4699979776" crc="f4518186" md5="eec5b4bbb1266cd77a3e794504819680" sha1="0317974531aa792464250813b95a23da8bf36702"/>
+       </game>
+       <game name="DreamWorks Shrek's Carnival Craze - Party Games (Europe) (Es,It,Nl)">
+               <category>Games</category>
+               <description>DreamWorks Shrek's Carnival Craze - Party Games (Europe) (Es,It,Nl)</description>
+               <rom name="DreamWorks Shrek's Carnival Craze - Party Games (Europe) (Es,It,Nl).iso" size="4699979776" crc="a40b9aff" md5="619c87e4cfd5cb690886c3f4e59c8bbc" sha1="18f60409e2360d39b896c81263fb547c113be5a1"/>
+       </game>
+       <game name="Family Trainer - Magical Carnival (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Trainer - Magical Carnival (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Trainer - Magical Carnival (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d6608f71" md5="b077e650f2ad8b9083bf820a3b3cbf6b" sha1="bf42fdfabf52d25708b70b6eaa6399ed801d8a10"/>
+       </game>
+       <game name="FIFA 15 - Legacy Edition (Europe) (De,Es,It)">
+               <category>Games</category>
+               <description>FIFA 15 - Legacy Edition (Europe) (De,Es,It)</description>
+               <rom name="FIFA 15 - Legacy Edition (Europe) (De,Es,It).iso" size="4699979776" crc="14eff968" md5="f28c4c0dae12b6b575e88ad114d34569" sha1="a6135bd3c36bc9e25832a269d816c6b4c85a7c5b"/>
+       </game>
+       <game name="Great Party Games (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Great Party Games (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Great Party Games (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ae9a2411" md5="a8a3d867c74235a615197fe24923647b" sha1="1824a35fe1652cd7c22e8ca280ec92e6eb1b0aa0"/>
+       </game>
+       <game name="Hannah Montana - The Movie (Europe) (En,It)">
+               <category>Games</category>
+               <description>Hannah Montana - The Movie (Europe) (En,It)</description>
+               <rom name="Hannah Montana - The Movie (Europe) (En,It).iso" size="4699979776" crc="9473b0ae" md5="f4c06539f51d543d77b44bb1053b44ff" sha1="bbbdbfcdc8d72a3a94d3c2e27bc7f1664c9915f1"/>
+       </game>
+       <game name="Heathcliff! The Fast and the Furriest (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Heathcliff! The Fast and the Furriest (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Heathcliff! The Fast and the Furriest (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c9244d72" md5="d0263293c62ecec45180db60643a5fde" sha1="179f1de1ccebf2afce2098344b91b7d7c144e0ee"/>
+       </game>
+       <game name="Let's Sing @ Radio Italia (Italy) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing @ Radio Italia (Italy) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing @ Radio Italia (Italy) (En,Fr,De,Es,It).iso" size="4699979776" crc="5918ac5a" md5="874f909dc3f4ef40746061ad808c1231" sha1="5aa5530a60567dafd4a62b39dd01b5d3b85aca65"/>
+       </game>
+       <game name="Need for Speed - Undercover (Europe) (Es,It)">
+               <category>Games</category>
+               <description>Need for Speed - Undercover (Europe) (Es,It)</description>
+               <rom name="Need for Speed - Undercover (Europe) (Es,It).iso" size="4699979776" crc="80c56d89" md5="660f1eba4f0be3f1734eaa70322a9716" sha1="6f8a13a975609973e8f925bf8634eb64a89c0b00"/>
+       </game>
+       <game name="Remington Great American Bird Hunt (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Remington Great American Bird Hunt (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Remington Great American Bird Hunt (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="864a8775" md5="373cec1415292698269f7775e27932d8" sha1="acc88bcb9cc6c7e81a90838284ab2b78ec512966"/>
+       </game>
+       <game name="Surf's Up (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Surf's Up (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Surf's Up (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="28ac80b3" md5="ec8d14092a30c41025fd0f56614d0352" sha1="ab0acaf0599001c654faef0a022153d654feae79"/>
+       </game>
+       <game name="Legend of Sayuki (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Legend of Sayuki (Europe) (En,Fr,Es,It)</description>
+               <rom name="Legend of Sayuki (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="1b41d6f0" md5="ce28f3606ad64a8300b9349490636cc2" sha1="ba079759e777cd90891f9af99fd56453a2518bf6"/>
+       </game>
+       <game name="Squeeballs Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Squeeballs Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Squeeballs Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="8e7a9d59" md5="eb46836534d0e391fdd989fb363fb94d" sha1="e51e705fbeea62419cdbbe5252f734d19d837be6"/>
+       </game>
+       <game name="Brunswick Pro Bowling (Europe)">
+               <category>Games</category>
+               <description>Brunswick Pro Bowling (Europe)</description>
+               <rom name="Brunswick Pro Bowling (Europe).iso" size="4699979776" crc="e7d8e7a0" md5="6e07767d027f4ac31f4a7cc598edc2f5" sha1="c8491dac2a6eb0503a2653fd340aa46a64aa93f8"/>
+       </game>
+       <game name="Kidz Sports Ice Hockey (Europe)">
+               <category>Games</category>
+               <description>Kidz Sports Ice Hockey (Europe)</description>
+               <rom name="Kidz Sports Ice Hockey (Europe).iso" size="4699979776" crc="42cd87ad" md5="d91c29ca9adfa950ffa37e7ddcf0d6a4" sha1="3fe7b58d8fe5c020a07b87bd803629ccb46af46e"/>
+       </game>
+       <game name="Myth Makers - Trixie in Toyland (UK)">
+               <category>Games</category>
+               <description>Myth Makers - Trixie in Toyland (UK)</description>
+               <rom name="Myth Makers - Trixie in Toyland (UK).iso" size="4699979776" crc="d1dcf24d" md5="35953690277685d476dda1c2b766e157" sha1="acf2d4be28225ed72f310a564d855fd6bea19f44"/>
+       </game>
+       <game name="Nicktoons - Attack of the Toybots (UK)">
+               <category>Games</category>
+               <description>Nicktoons - Attack of the Toybots (UK)</description>
+               <rom name="Nicktoons - Attack of the Toybots (UK).iso" size="4699979776" crc="f5fa84ce" md5="b1efcc0ec38b80cc616af732e78bffe3" sha1="6d72985ec90073b8cae81242a3467a1d46a6f8b1"/>
+       </game>
+       <game name="Arctic Tale (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Arctic Tale (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Arctic Tale (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="76a74ab8" md5="f523f08601e71606c60f1378ee908e18" sha1="7ddbcb853fe2bff7d15635c4345af9660f7dd20a"/>
+       </game>
+       <game name="Scrabble Interactive (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Scrabble Interactive (Europe) (En,Fr,Es)</description>
+               <rom name="Scrabble Interactive (Europe) (En,Fr,Es).iso" size="4699979776" crc="920cab21" md5="298995ccc20c0d151aac36d6cb4db542" sha1="1df6ed62455e197631e9dde6e9e64ae9be8c1079"/>
+       </game>
+       <game name="Big Catch - Bass Fishing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Big Catch - Bass Fishing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Big Catch - Bass Fishing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="32b3db1e" md5="d2d6c057773c652817bb596b68be219c" sha1="345d0f717ffbd3408738484d74e7781546b38a9d"/>
+       </game>
+       <game name="Cabela's Dangerous Hunts 2013 (Europe) (En,Fr,De,It)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Hunts 2013 (Europe) (En,Fr,De,It)</description>
+               <rom name="Cabela's Dangerous Hunts 2013 (Europe) (En,Fr,De,It).iso" size="4699979776" crc="dcbb25ec" md5="cc42fd8e2f433fa5d4c6cb8fe8fd812b" sha1="fa87bab7b9f5f4072db266c267d6edc65f511977"/>
+       </game>
+       <game name="Peppa Pig - Fun and Games (UK)">
+               <category>Games</category>
+               <description>Peppa Pig - Fun and Games (UK)</description>
+               <rom name="Peppa Pig - Fun and Games (UK).iso" size="4699979776" crc="072148a7" md5="95591f313bc9407645cf3bf3300f606b" sha1="ba8c1e00ea3e61df14cb0f6033ba0858a1bb7946"/>
+       </game>
+       <game name="Walt Disney Pictures Presents Meet the Robinsons (Europe) (Fr,It)">
+               <category>Games</category>
+               <description>Walt Disney Pictures Presents Meet the Robinsons (Europe) (Fr,It)</description>
+               <rom name="Walt Disney Pictures Presents Meet the Robinsons (Europe) (Fr,It).iso" size="4699979776" crc="9cce5de0" md5="120926891d6564a4d4a2978a4cd715f6" sha1="1dd26d2292bb287a5130c2b20e6967151e0b13c9"/>
+       </game>
+       <game name="Chrysler Classic Racing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Chrysler Classic Racing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Chrysler Classic Racing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="29678f41" md5="8a4ffc9680aa5a898843cf73c7d7a372" sha1="ce180a3363d5558f87d503f62966702b07a12c00"/>
+       </game>
+       <game name="Goosebumps HorrorLand (Europe)">
+               <category>Games</category>
+               <description>Goosebumps HorrorLand (Europe)</description>
+               <rom name="Goosebumps HorrorLand (Europe).iso" size="4699979776" crc="cb1126a9" md5="390dfc4083faa6b1c1b9ebb64bb95dff" sha1="f3b328cf3c77004544c359a2af63ca53f8ffafbf"/>
+       </game>
+       <game name="Clever Kids - Creepy Crawlies (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Clever Kids - Creepy Crawlies (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Clever Kids - Creepy Crawlies (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0ab8d217" md5="319242f00687863840b4bfb35c3d88fa" sha1="83be585c2f3e3ea05955f433e08fee078623231b"/>
+       </game>
+       <game name="Cabela's Dangerous Adventures (Europe)">
+               <category>Games</category>
+               <description>Cabela's Dangerous Adventures (Europe)</description>
+               <rom name="Cabela's Dangerous Adventures (Europe).iso" size="4699979776" crc="0ac40f57" md5="045df4195630bfb21c72c18d360ae075" sha1="7977d26bac6c49353460815823428f27c514dd99"/>
+       </game>
+       <game name="Ultimate Battle of the Sexes, The - Quiz &amp; Play! (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Ultimate Battle of the Sexes, The - Quiz &amp; Play! (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Ultimate Battle of the Sexes, The - Quiz &amp; Play! (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="0d560762" md5="0cb100ca3bdb517feae604aef9b82f84" sha1="da3d71d717e0d3f5801b69c70101ea3cb2835771"/>
+       </game>
+       <game name="Fast Food Panic (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fast Food Panic (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fast Food Panic (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6ed27eb8" md5="6d5a61793db606fc6768edfc9495c11d" sha1="689352d9fd973de3de0c9ff3a7007aa7497afb43"/>
+       </game>
+       <game name="Country Dance 2 (Europe)">
+               <category>Games</category>
+               <description>Country Dance 2 (Europe)</description>
+               <rom name="Country Dance 2 (Europe).iso" size="4699979776" crc="4a9e46be" md5="d20e666e26edfa1465eff2306213f49c" sha1="4befefc1ebb468c794fcce283760cece065256b7"/>
+       </game>
+       <game name="My Baby 2 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>My Baby 2 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="My Baby 2 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="4ba434b2" md5="1efa0dd6a5e82f0220d2fbf36ca23631" sha1="5be40aa9dda2bad8236ec952248f04eb04bc46bd"/>
+       </game>
+       <game name="Family Party - Fitness Fun (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Family Party - Fitness Fun (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Family Party - Fitness Fun (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c34fe443" md5="bfaaaa94369c049b004cbc39327658b1" sha1="d677380bfdfefc565c831fba4d6ec8c94d793071"/>
+       </game>
+       <game name="Get Fit with Mel B (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Get Fit with Mel B (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Get Fit with Mel B (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="87c3c10a" md5="89746c7dd810e7bcdbd8736ed14f06e5" sha1="441b54f8b4092f2b2cff4bf76e8ddc7b43ced98b"/>
+       </game>
+       <game name="Nickelodeon Big Time Rush - Dance Party (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Big Time Rush - Dance Party (Europe)</description>
+               <rom name="Nickelodeon Big Time Rush - Dance Party (Europe).iso" size="4699979776" crc="b0fb83a7" md5="c4bbe8e472f739749f3a782ef443b627" sha1="9d9cb3ccb7fada4950e46349059431aca5d952ae"/>
+       </game>
+       <game name="Mad Tracks (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Mad Tracks (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Mad Tracks (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="412769f7" md5="646dac049eb6ef6e999042357c5bfa77" sha1="2f0d5982e6e70204459d778063f21f27fd7a8feb"/>
+       </game>
+       <game name="Pirates vs. Ninjas - Dodgeball (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pirates vs. Ninjas - Dodgeball (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pirates vs. Ninjas - Dodgeball (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="13d06161" md5="050acb87959326c347647ec7b52c6a32" sha1="ab20cc07cc5583a16ac31caf7013a4fa889d9785"/>
+       </game>
+       <game name="Glacier 3 (Europe) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Glacier 3 (Europe) (En,Fr,Es)</description>
+               <rom name="Glacier 3 (Europe) (En,Fr,Es).iso" size="4699979776" crc="8cdbbe0c" md5="8b9614816200e73d4b200a107240435c" sha1="d7ada08b7e1a6ef1dfb82e796d16cd3846c38881"/>
+       </game>
+       <game name="Cabela's Big Game Hunter 2010 (Europe)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter 2010 (Europe)</description>
+               <rom name="Cabela's Big Game Hunter 2010 (Europe).iso" size="4699979776" crc="098d7267" md5="088a6755c2b0fef60838c3f5148bb7b7" sha1="cf5a92a40e8da8dab5a69e6ec043269f90545be5"/>
+       </game>
+       <game name="Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="274cd3c3" md5="085e7c5f42ec0440583d7109f3328cc0" sha1="59b056de0c443527d3366a282a1e60647ca9d3bc"/>
+       </game>
+       <game name="Fishing Master (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fishing Master (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fishing Master (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="7994b724" md5="a436f0dbac4cf9846a0216ad2a2fa4f8" sha1="8249966879a5c8850444b34dd6278bfe93c7c3f2"/>
+       </game>
+       <game name="Radio Helicopter (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Radio Helicopter (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Radio Helicopter (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9be29b65" md5="c48ce7135dc32a17138c78678beefa5c" sha1="6c2fc0ff69b6923674086812edb4f97192f0f93a"/>
+       </game>
+       <game name="Disney Tangled (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Tangled (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Tangled (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ba3dcb3b" md5="f56ef5462a87315627892d8b66e061da" sha1="2331932ca5a257603be48bd56b4f3776f729e4b1"/>
+       </game>
+       <game name="Hot Wheels - Track Attack (Brazil) (En,Es,Pt)">
+               <category>Games</category>
+               <description>Hot Wheels - Track Attack (Brazil) (En,Es,Pt)</description>
+               <rom name="Hot Wheels - Track Attack (Brazil) (En,Es,Pt).iso" size="4699979776" crc="c906040e" md5="7b4321caed066c823171efa4e035bb03" sha1="aef4260d31de76abef2a206b163008b4e084533d"/>
+       </game>
+       <game name="Barbie - Groom and Glam Pups (Brazil) (En,Es,Pt)">
+               <category>Games</category>
+               <description>Barbie - Groom and Glam Pups (Brazil) (En,Es,Pt)</description>
+               <rom name="Barbie - Groom and Glam Pups (Brazil) (En,Es,Pt).iso" size="4699979776" crc="9d0bbb89" md5="f39cf1982bfa086b62c8d87be569be08" sha1="3854db7aa7883f7574d32e8e300153c2d8cc6a6c"/>
+       </game>
+       <game name="Go Vacation (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Go Vacation (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Go Vacation (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ebb08128" md5="0744cd4ee2af48cfe795a00237de037b" sha1="e785cc82b1a45c926edee055cfa30e717d893875"/>
+       </game>
+       <game name="Carnival Games (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Carnival Games (USA) (Rev 1)</description>
+               <rom name="Carnival Games (USA) (Rev 1).iso" size="4699979776" crc="1567bba1" md5="ec548d21c97d25bc8bcaf3b678067d68" sha1="ede226e6678eaa85c92785c594604166e3176d58"/>
+       </game>
+       <game name="Voz, La - Quiero tu Voz (Spain) (En,Es)">
+               <category>Games</category>
+               <description>Voz, La - Quiero tu Voz (Spain) (En,Es)</description>
+               <rom name="Voz, La - Quiero tu Voz (Spain) (En,Es).iso" size="4699979776" crc="b6313bd9" md5="20bf027038ceaf5c71b577bed783c0d4" sha1="a297245a54e42f6ae6eee0b42f752e61f0e3599a"/>
+       </game>
+       <game name="drei Fragezeichen, Die - Das verfluchte Schloss (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>drei Fragezeichen, Die - Das verfluchte Schloss (Germany) (Rev 1)</description>
+               <rom name="drei Fragezeichen, Die - Das verfluchte Schloss (Germany) (Rev 1).iso" size="4699979776" crc="1b34b6f6" md5="dedab5a697131526ed997630cc43dc71" sha1="adbfc8a15c88560d1df67fa5755c3cad0aeb41ed"/>
+       </game>
+       <game name="Pop! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pop! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pop! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="50400a8e" md5="81cd9575ca315d759b2e601bedc88023" sha1="8583f937efbb40bdac97518005c9b251a1f1f59e"/>
+       </game>
+       <game name="Disney High School Musical 3 - Senior Year Dance! (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney High School Musical 3 - Senior Year Dance! (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney High School Musical 3 - Senior Year Dance! (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="8589c9a8" md5="5e972b1ee51f8c1fccb906434ebd85e5" sha1="a13e4e3323bc51659427159e2046f933e44b0a46"/>
+       </game>
+       <game name="X Factor (France) (En,Fr,De,It,Nl)">
+               <category>Games</category>
+               <description>X Factor (France) (En,Fr,De,It,Nl)</description>
+               <rom name="X Factor (France) (En,Fr,De,It,Nl).iso" size="4699979776" crc="89a14d5c" md5="8cfaa1766c9fbb8535ba299a3d760cc1" sha1="dd87ac738c959e7aeef398cf3210d3c0b616d629"/>
+       </game>
+       <game name="Street Football (Europe) (En,Fr,It)">
+               <category>Games</category>
+               <description>Street Football (Europe) (En,Fr,It)</description>
+               <rom name="Street Football (Europe) (En,Fr,It).iso" size="4699979776" crc="7276b46a" md5="9a396d99cf2dd67f5f777fec6b8c81fb" sha1="7f6ab721f425a62953d59c1be2cafa7255603ddf"/>
+       </game>
+       <game name="Night at the Museum 2 - The Video Game (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Night at the Museum 2 - The Video Game (Europe) (En,Fr,De)</description>
+               <rom name="Night at the Museum 2 - The Video Game (Europe) (En,Fr,De).iso" size="4699979776" crc="e60c35a1" md5="d3fa9e650de408cf7e3f4245c521a4e7" sha1="3db434cd3a2ced12400e64ff2f9dc698647926c6"/>
+       </game>
+       <game name="Fluch der Osterinsel, Der (Germany)">
+               <category>Games</category>
+               <description>Fluch der Osterinsel, Der (Germany)</description>
+               <rom name="Fluch der Osterinsel, Der (Germany).iso" size="4699979776" crc="779dfcbd" md5="e0221d425ad50cba13f398fdecbc3083" sha1="740a7a3170d98c3603dd3860dae75ddc576f5c22"/>
+       </game>
+       <game name="Worms - Battle Islands (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Worms - Battle Islands (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Worms - Battle Islands (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c2bad2b7" md5="14d2686803e3c790b29753732df9024b" sha1="8c4b3369d83c437bf5aea9366ca6ff939ecf5524"/>
+       </game>
+       <game name="Scene It Lumieres ! Action ! (France)">
+               <category>Games</category>
+               <description>Scene It Lumieres ! Action ! (France)</description>
+               <rom name="Scene It Lumieres ! Action ! (France).iso" size="4699979776" crc="2eca4614" md5="e09defdfc494f19f00eb05210b94a032" sha1="ab01c078b516e40284abda5eba909e8dc7620909"/>
+       </game>
+       <game name="Freddi Fish - The Case of the Missing Kelp Seeds (Europe) (En,Fr,De,Nl,Sv,No)">
+               <category>Games</category>
+               <description>Freddi Fish - The Case of the Missing Kelp Seeds (Europe) (En,Fr,De,Nl,Sv,No)</description>
+               <rom name="Freddi Fish - The Case of the Missing Kelp Seeds (Europe) (En,Fr,De,Nl,Sv,No).iso" size="4699979776" crc="6964f6da" md5="6faf2f68869736dfaebacfb06e5fa487" sha1="c4e0eb1f2cdb558d1094dbe08a9434415e0e9f69"/>
+       </game>
+       <game name="Pony Friends 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Pony Friends 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Pony Friends 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b86eba2c" md5="5c103ceabc913ddb323e72c0f1348c13" sha1="60c0aead4edbb62ce13509bf3c84d277e324267f"/>
+       </game>
+       <game name="Colin McRae - Dirt 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Colin McRae - Dirt 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Colin McRae - Dirt 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="6c48048c" md5="6565d2b1ec828a29c5fa68edbe181da7" sha1="ea945c54d5019a63ae4c28c58dad17bf140656e1"/>
+       </game>
+       <game name="AMF Bowling World Lanes (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>AMF Bowling World Lanes (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="AMF Bowling World Lanes (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="20ff2dd3" md5="8a26f695d86038adf1d264799fa7c8d0" sha1="c8f8790f8fbc9f2880ab0a55d4ca2ba4dd592791"/>
+       </game>
+       <game name="Classic British Motor Racing (Europe)">
+               <category>Games</category>
+               <description>Classic British Motor Racing (Europe)</description>
+               <rom name="Classic British Motor Racing (Europe).iso" size="4699979776" crc="76de9c35" md5="2aadd44034dac692822cc4d112ec56cc" sha1="477593ba61b10133545c644696584d43537bdc33"/>
+       </game>
+       <game name="Pajama Sam - No Need to Hide When It's Dark Outside (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Pajama Sam - No Need to Hide When It's Dark Outside (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Pajama Sam - No Need to Hide When It's Dark Outside (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="8f805130" md5="0317724eaebe2204d6b72b0e66991c43" sha1="3118058177c1b8ecce233f3c0d75242ddb33bcae"/>
+       </game>
+       <game name="Deal or No Deal - Der Banker schlaegt zurueck (Germany)">
+               <category>Games</category>
+               <description>Deal or No Deal - Der Banker schlaegt zurueck (Germany)</description>
+               <rom name="Deal or No Deal - Der Banker schlaegt zurueck (Germany).iso" size="4699979776" crc="d97c20ba" md5="b20f89985f6b83ff6af3b22e7f20c724" sha1="b37ebe2b84a92a50c73769cf725e8f69d88e9479"/>
+       </game>
+       <game name="Paint Works (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Paint Works (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Paint Works (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b4a2d69d" md5="45af860273706865d1849ff4502921fe" sha1="11d28edfd6152c5e46a2e8d8ef2bb44efb682621"/>
+       </game>
+       <game name="Calvin Tucker's Redneck Jamboree (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Calvin Tucker's Redneck Jamboree (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Calvin Tucker's Redneck Jamboree (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="30a35a67" md5="b6dc26ba7f77c8e00dad762f009aa45a" sha1="82b4bece76b4b519f593397f58ccb9178a260c2f"/>
+       </game>
+       <game name="Tierliebe - Gross Geschrieben (Europe) (De,It)">
+               <category>Games</category>
+               <description>Tierliebe - Gross Geschrieben (Europe) (De,It)</description>
+               <rom name="Tierliebe - Gross Geschrieben (Europe) (De,It).iso" size="4699979776" crc="14b471b0" md5="d50b9fa04db1a457860ce159402ca74b" sha1="15e0c9b69559409b2048bfbd3f6cc441097568fe"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2008 (Europe) (En,De,Es,It)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2008 (Europe) (En,De,Es,It)</description>
+               <rom name="WWE SmackDown vs. Raw 2008 (Europe) (En,De,Es,It).iso" size="4699979776" crc="d5709baf" md5="532fd5a76ccbef2ee84f1323fbfee202" sha1="73b0594175dc5de4540955465d7001697ce40117"/>
+       </game>
+       <game name="Play the World (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Play the World (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Play the World (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="683717c5" md5="6569fcd7cc60aff648ef7b29b82c2e11" sha1="703924b0ee9b7bb7064184af10578104dfe932d7"/>
+       </game>
+       <game name="Winter Sports 2010 - The Great Tournament (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Winter Sports 2010 - The Great Tournament (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Winter Sports 2010 - The Great Tournament (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="ed2c27c6" md5="18bb322bcb53831d68dedd5f91365b43" sha1="6f4e5a9251e8edf8cad3e03f2be6db32bd280898"/>
+       </game>
+       <game name="Trivial Pursuit - Bet You Know It (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Trivial Pursuit - Bet You Know It (Europe) (En,Fr,De)</description>
+               <rom name="Trivial Pursuit - Bet You Know It (Europe) (En,Fr,De).iso" size="4699979776" crc="b16ff7a8" md5="1448b34f7b08c7e91780a45ba550aea0" sha1="0682e9e9aca1f27088b3bea5ae69585cb4e3b8e2"/>
+       </game>
+       <game name="Aladin Magic Racer (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Aladin Magic Racer (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Aladin Magic Racer (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="18664836" md5="b3692fa63c3a16d76c84c1af83237062" sha1="f5bc4eeacc0bdb6ff429c50e2b4413684be85b5a"/>
+       </game>
+       <game name="Busy Scissors (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Busy Scissors (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Busy Scissors (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="322eb356" md5="d804a6cf6cc72988a0f7dd9c2ffcf3ab" sha1="39c06dfaf3374050efaf616335f22cfb5c46f67c"/>
+       </game>
+       <game name="Crazy Machines (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crazy Machines (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Crazy Machines (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="bb9903ac" md5="aa31fc0876750aa42cacd873876ba917" sha1="14612b172eae2bb7cdaeae75cd70c49378864ff5"/>
+       </game>
+       <game name="ATV Fever (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>ATV Fever (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="ATV Fever (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="7aca20c6" md5="2901f6a9f69d57cdb9a75e5b8adde1cb" sha1="ed9b01c96842c1e93f3896cc56a103c7e8b10f65"/>
+       </game>
+       <game name="Bauernhof, Der (Germany)">
+               <category>Games</category>
+               <description>Bauernhof, Der (Germany)</description>
+               <rom name="Bauernhof, Der (Germany).iso" size="4699979776" crc="1a168b75" md5="4f0e9235c87eb8298076073bc833e97b" sha1="a109c6d9dcb1ecd8f4ca7c8d852b96c8b3365741"/>
+       </game>
+       <game name="Hot Wheels - Track Attack (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Hot Wheels - Track Attack (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Hot Wheels - Track Attack (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="a5792030" md5="49478ead6554b219a6e4c9874343bd24" sha1="4f3a4ad5dd711c2c4c6d662d3aa709f01d8adfa9"/>
+       </game>
+       <game name="Junior Fitness Trainer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Junior Fitness Trainer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Junior Fitness Trainer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="2b04e89a" md5="b3d7698ce9ef903ceea362fdda7545b7" sha1="30ca46ee1f9f4e282ed77bf94a9c439c4d2ff060"/>
+       </game>
+       <game name="Crash Car Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Crash Car Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Crash Car Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="15b2db8b" md5="c95b08e5fb3351af0494856c521e70ff" sha1="81f84f18cef648444338b77156e9cf7b2ddcb2be"/>
+       </game>
+       <game name="Pucca's Race for Kisses (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)">
+               <category>Games</category>
+               <description>Pucca's Race for Kisses (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da)</description>
+               <rom name="Pucca's Race for Kisses (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da).iso" size="4699979776" crc="edd60c30" md5="223b7d056dfdfb075057df01fed573fa" sha1="3717d55881d610bb3c0e43fa80db9107bda86c38"/>
+       </game>
+       <game name="Games Island (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Games Island (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Games Island (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="a00b1ca3" md5="c55d26e5de047cf31f184c23078bb674" sha1="055fb0dbfce6cbdfb453934a92ec13515b332158"/>
+       </game>
+       <game name="Winter Sports 2011 - Go for Gold (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Winter Sports 2011 - Go for Gold (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Winter Sports 2011 - Go for Gold (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="4982b8c3" md5="f9d91760d44fdd7c9b331919beac6d4f" sha1="314f08622f1cb3e95ecf5061071dd66e209893d3"/>
+       </game>
+       <game name="PES 2011 - Pro Evolution Soccer (Europe) (Fr,De,El)">
+               <category>Games</category>
+               <description>PES 2011 - Pro Evolution Soccer (Europe) (Fr,De,El)</description>
+               <rom name="PES 2011 - Pro Evolution Soccer (Europe) (Fr,De,El).iso" size="4699979776" crc="aa037a92" md5="fd3d18415add5ea14faf9bc2e2d345e2" sha1="582c1bc1d3fdb3dde8a506c0e8f3fe16bb67288a"/>
+       </game>
+       <game name="Country Dance (Europe)">
+               <category>Games</category>
+               <description>Country Dance (Europe)</description>
+               <rom name="Country Dance (Europe).iso" size="4699979776" crc="df4e984b" md5="3d375ffb6ddd9cba96e2a0bb0af27ea2" sha1="3333f374c979aca1af46b6cd4d46bf9beb27fb47"/>
+       </game>
+       <game name="We Sing Pop! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Sing Pop! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Sing Pop! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1b9f24aa" md5="661e98ca45f866e1cfd05e6a4a47ba3e" sha1="45b0c04f77d08708af2622f69fa6ede2277fb628"/>
+       </game>
+       <game name="We Sing (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Sing (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Sing (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1202fb90" md5="4961f156de0054bb620d973846db07a7" sha1="c07a9e5f821f0540ef48246a1bbd900151ba294f"/>
+       </game>
+       <game name="Dance Dance Revolution - Hottest Party 5 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Dance Revolution - Hottest Party 5 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Dance Revolution - Hottest Party 5 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3a5612e8" md5="075cf3cdc2ba56ca1877e0d26829f86d" sha1="9f2320ef512d865e060dfa335a9c54fd87d3f55f"/>
+       </game>
+       <game name="Wicked Monsters Blast! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Wicked Monsters Blast! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Wicked Monsters Blast! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="0a55f6ce" md5="f5e6800563aa78a05cd066e55e85b046" sha1="d2c91eb2902ccad3f80870c18b11f0fbb7aff0d5"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="72db5a97" md5="9eee275c6a41785aceeedc9bfc578ba7" sha1="70a825d462a52814e3f2629222f19193ebcb4908"/>
+       </game>
+       <game name="Tales of Symphonia - Ratatosk no Kishi (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Tales of Symphonia - Ratatosk no Kishi (Japan) (Rev 1)</description>
+               <rom name="Tales of Symphonia - Ratatosk no Kishi (Japan) (Rev 1).iso" size="4699979776" crc="0a80b7c0" md5="461b3474b9c69e030c89654b4e3720ab" sha1="7dbe9fda1e1cb31ce0c71aa5aa72a2548c2806de"/>
+       </game>
+       <game name="U-Sing (Spain) (Rev 2)">
+               <category>Games</category>
+               <description>U-Sing (Spain) (Rev 2)</description>
+               <rom name="U-Sing (Spain) (Rev 2).iso" size="4699979776" crc="efd67b0a" md5="213ea0de51304fe3b60fc021e7371ddb" sha1="c52661fab1d32d8f16377c39b5f7e0e2725356e0"/>
+       </game>
+       <game name="Think - Logic Trainer (Europe) (En,De,Es)">
+               <category>Games</category>
+               <description>Think - Logic Trainer (Europe) (En,De,Es)</description>
+               <rom name="Think - Logic Trainer (Europe) (En,De,Es).iso" size="4699979776" crc="b81f0d6b" md5="39cb9a6244fe352fe5148f07e389c168" sha1="751b9fee6ab7fa9f243e4dc7a07889eaee101d7c"/>
+       </game>
+       <game name="Skylanders - Trap Team (Europe, Australia) (En,De)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Europe, Australia) (En,De)</description>
+               <rom name="Skylanders - Trap Team (Europe, Australia) (En,De).iso" size="4699979776" crc="adbada88" md5="feb286f633a346229f29d97f3cf881e1" sha1="59835d28cbdd6fc426522a02295fbecfda7d3071"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 3)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 3)</description>
+               <rom name="Skylanders - Spyro's Adventure (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 3).iso" size="4699979776" crc="b753d607" md5="9c10dc58233a64cfb97a9954b18ce689" sha1="52f2fed6789e857f8f389b4fee00dab0e2662ee2"/>
+       </game>
+       <game name="Boom Blox (Korea)">
+               <category>Games</category>
+               <description>Boom Blox (Korea)</description>
+               <rom name="Boom Blox (Korea).iso" size="4699979776" crc="8e2e7c34" md5="1547adc66f65700d6616e4590591ae74" sha1="4f38fe1bc260f03b93759c65fde68b39e9e9fc38"/>
+       </game>
+       <game name="De Blob - Color Revolution (Korea)">
+               <category>Games</category>
+               <description>De Blob - Color Revolution (Korea)</description>
+               <rom name="De Blob - Color Revolution (Korea).iso" size="4699979776" crc="917020c6" md5="a26275b9fb30831b09975edbd2ee0e41" sha1="122ba036393470fe1698260a12971cb62dbee083"/>
+       </game>
+       <game name="Elebits (Korea)">
+               <category>Games</category>
+               <description>Elebits (Korea)</description>
+               <rom name="Elebits (Korea).iso" size="4699979776" crc="98e4f19b" md5="dcd0f67ebda0eff32b237a4c3557a5b2" sha1="62fde5d0b26652ec1844ea5e73ed5833207f2498"/>
+       </game>
+       <game name="Mario Kart Wii (Korea)">
+               <category>Games</category>
+               <description>Mario Kart Wii (Korea)</description>
+               <rom name="Mario Kart Wii (Korea).iso" size="4699979776" crc="8b41999f" md5="730e670bbcf4c865efbf28d9c551851b" sha1="f0e01cce96d35f1970aaae7b1bad907107b3ebe6"/>
+       </game>
+       <game name="Milestone Shooting Collection - Karous Wii (Korea)">
+               <category>Games</category>
+               <description>Milestone Shooting Collection - Karous Wii (Korea)</description>
+               <rom name="Milestone Shooting Collection - Karous Wii (Korea).iso" size="4699979776" crc="28f5817f" md5="fc8b3e74020f414e72119363c9efb880" sha1="959306a3e1ae5546ff542c593c042fe4be714b6c"/>
+       </game>
+       <game name="Modu Hamkke Takoron (Korea)">
+               <category>Games</category>
+               <description>Modu Hamkke Takoron (Korea)</description>
+               <rom name="Modu Hamkke Takoron (Korea).iso" size="4699979776" crc="4dfba4d4" md5="057996125de30f5c39775a78c6b7c3ea" sha1="c1a720ba8d4437ea060053ae64841b20af21d969"/>
+       </game>
+       <game name="Ninja Reflex (Korea)">
+               <category>Games</category>
+               <description>Ninja Reflex (Korea)</description>
+               <rom name="Ninja Reflex (Korea).iso" size="4699979776" crc="41c4ed24" md5="03ef8118a9e7208c6bc44878c6c30b5d" sha1="68d2867873edccdead2c6df222b88da39a3840cf"/>
+       </game>
+       <game name="Super Mario Wii - Galaxy Adventure (Korea)">
+               <category>Games</category>
+               <description>Super Mario Wii - Galaxy Adventure (Korea)</description>
+               <rom name="Super Mario Wii - Galaxy Adventure (Korea).iso" size="4699979776" crc="cafacd0d" md5="6d015e6dd8136157073ce6400dddd427" sha1="1898ac1dce09cb54cfebb606efb2159dee43aeab"/>
+       </game>
+       <game name="Super Paper Mario (Korea)">
+               <category>Games</category>
+               <description>Super Paper Mario (Korea)</description>
+               <rom name="Super Paper Mario (Korea).iso" size="4699979776" crc="82c86314" md5="14e9c1d3b533662d4065d6fef7e926ac" sha1="d3d41953198a3bc3cd69b74e97fb817e2cf01afa"/>
+       </game>
+       <game name="Wii Party (Korea)">
+               <category>Games</category>
+               <description>Wii Party (Korea)</description>
+               <rom name="Wii Party (Korea).iso" size="4699979776" crc="c769d741" md5="1ec6d681355095a38c8feac1d3ff1fe5" sha1="630ac23987ad8c38a5bf72550dfdf840a20d4ca8"/>
+       </game>
+       <game name="Wii Sports Resort (Korea) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Korea) (Rev 1)</description>
+               <rom name="Wii Sports Resort (Korea) (Rev 1).iso" size="4699979776" crc="3cbfe983" md5="7ae67b7a561bd285a95c1b2da4daaeea" sha1="27702da849788b53b52168acc19d953c839ea01a"/>
+       </game>
+       <game name="Zack &amp; Wiki - Barbarosui Bomul (Korea)">
+               <category>Games</category>
+               <description>Zack &amp; Wiki - Barbarosui Bomul (Korea)</description>
+               <rom name="Zack &amp; Wiki - Barbarosui Bomul (Korea).iso" size="4699979776" crc="3aaeafa0" md5="4d9817602d4fc57fcdc6e86743232814" sha1="9e84b96f5694bb937a130282dc4a1b267787cb3f"/>
+       </game>
+       <game name="Baramui Klonoa - Door to Phantomile (Korea)">
+               <category>Games</category>
+               <description>Baramui Klonoa - Door to Phantomile (Korea)</description>
+               <rom name="Baramui Klonoa - Door to Phantomile (Korea).iso" size="4699979776" crc="c37a6935" md5="f3c6285cc5eaafd4ecffbe8f2503f6ef" sha1="73ec8838b2bee0f68a679f7f68e6974737d7c518"/>
+       </game>
+       <game name="Biohazard - The Umbrella Chronicles (Korea)">
+               <category>Games</category>
+               <description>Biohazard - The Umbrella Chronicles (Korea)</description>
+               <rom name="Biohazard - The Umbrella Chronicles (Korea).iso" size="4699979776" crc="5d1679c2" md5="3ea357103aa021e5edab8281744c3c14" sha1="3660c0678cef8059a2d85c34df869f817f6e3c8a"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Korea)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Korea)</description>
+               <rom name="Disney-Pixar WALL-E (Korea).iso" size="4699979776" crc="7321b8fc" md5="fe0082beb373dea7da7488abce286393" sha1="d96faec284251603539328653c395b439deeeb4b"/>
+       </game>
+       <game name="Namco Museum Remix (Korea)">
+               <category>Games</category>
+               <description>Namco Museum Remix (Korea)</description>
+               <rom name="Namco Museum Remix (Korea).iso" size="4699979776" crc="e12f96eb" md5="b97bccea825c9bc2ede7fefb8f4dfce5" sha1="a370eb9723ce3198ba67d7a6d0363e9c80ca6f33"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Korea)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Korea)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Korea).iso" size="4699979776" crc="99a348f5" md5="5fface674e27352fd68c0cf4ee80379e" sha1="48026ddf711762323dbda6202c7fa1ddb0094846"/>
+       </game>
+       <game name="Pikmin (Korea)">
+               <category>Games</category>
+               <description>Pikmin (Korea)</description>
+               <rom name="Pikmin (Korea).iso" size="4699979776" crc="7fccff2b" md5="a9ebfca794295118f7f4f2b13e16b0c9" sha1="40e9e4e1fb7d8478969c5db7a4e7a02ae8c95a20"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (Korea)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids 2 (Korea)</description>
+               <rom name="Rayman - Raving Rabbids 2 (Korea).iso" size="4699979776" crc="84f3ce53" md5="82fa0b27c0c54af14794b75d0ce8467a" sha1="b1f6abeebb976c40d3ee63dc1d605cf029b15325"/>
+       </game>
+       <game name="SimCity Namanui Dosi (Korea)">
+               <category>Games</category>
+               <description>SimCity Namanui Dosi (Korea)</description>
+               <rom name="SimCity Namanui Dosi (Korea).iso" size="4699979776" crc="3e30825d" md5="1e4f07b17fead08900eccba7b70077f7" sha1="c4b547ae958269df4b148bc12be6d36199cf8d5a"/>
+       </game>
+       <game name="Sin Junghwa-daeseon - Michaelgwa Meimeiui Moheom (Korea)">
+               <category>Games</category>
+               <description>Sin Junghwa-daeseon - Michaelgwa Meimeiui Moheom (Korea)</description>
+               <rom name="Sin Junghwa-daeseon - Michaelgwa Meimeiui Moheom (Korea).iso" size="4699979776" crc="29119831" md5="b38fa11790728614ebfccf6f2cff5217" sha1="bc71bcae387c671acefbcb53e366487e5edbea90"/>
+       </game>
+       <game name="Super Mario Collection (Korea)">
+               <category>Games</category>
+               <description>Super Mario Collection (Korea)</description>
+               <rom name="Super Mario Collection (Korea).iso" size="4699979776" crc="e23b4b51" md5="cba46356e42bbfa5c3303f6e76c3319b" sha1="22a607704fb8e756d2216e84218075519a2578b2"/>
+       </game>
+       <game name="Swing Golf Pangya 2nd Shot! (Korea)">
+               <category>Games</category>
+               <description>Swing Golf Pangya 2nd Shot! (Korea)</description>
+               <rom name="Swing Golf Pangya 2nd Shot! (Korea).iso" size="4699979776" crc="1a01b6d2" md5="95a1c2aaf9c7c68c7a5dd73dd7cb0f0c" sha1="57f5a2bdae21ce68e390306f64c6e8cefc85ea1b"/>
+       </game>
+       <game name="Wario Land Shaking (Korea)">
+               <category>Games</category>
+               <description>Wario Land Shaking (Korea)</description>
+               <rom name="Wario Land Shaking (Korea).iso" size="4699979776" crc="84584779" md5="93730e7a62c6bbf0e8b505f345d86cef" sha1="beb220f554679d046f6d02f013080d93ba83e1fb"/>
+       </game>
+       <game name="Wii Fit Plus (Korea)">
+               <category>Games</category>
+               <description>Wii Fit Plus (Korea)</description>
+               <rom name="Wii Fit Plus (Korea).iso" size="4699979776" crc="f3ca4fec" md5="2d45984af5ec963517aab4f4e45d7b5c" sha1="85e0e4545b97764c1207d074ae46b594e9016b07"/>
+       </game>
+       <game name="Wii Music (Korea)">
+               <category>Games</category>
+               <description>Wii Music (Korea)</description>
+               <rom name="Wii Music (Korea).iso" size="4699979776" crc="ee801ed6" md5="b4bafb0c4895eb0a5482567e4d0ed762" sha1="62c094e5a50ee52b6ae6d147a213dc9b2dd8e251"/>
+       </game>
+       <game name="Disney-Pixar Brave (Australia) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Disney-Pixar Brave (Australia) (En,Fr,Es)</description>
+               <rom name="Disney-Pixar Brave (Australia) (En,Fr,Es).iso" size="4699979776" crc="a5de75aa" md5="0ad243bbed05ba552557f00fb584b044" sha1="e84ff7730ef3890af3bbd9713c7b7aaada2acb0d"/>
+       </game>
+       <game name="Dogz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Dogz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Dogz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="adfad224" md5="5a126c1612e6ab845d9f8f019fe9f9e9" sha1="4c5098603c5a183cd1566a2b92174eb7cf787641"/>
+       </game>
+       <game name="Let's Sing 10 (Spain) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 10 (Spain) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 10 (Spain) (En,Fr,De,Es,It).iso" size="4699979776" crc="5c6f4285" md5="975ea2d89ffaac11c544abcc81c8ec78" sha1="54edea41c964fd1fbd89245ccec7d1576b38b537"/>
+       </game>
+       <game name="Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan) (Otameshiban)">
+               <category>Demos</category>
+               <description>Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan) (Otameshiban)</description>
+               <rom name="Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan) (Otameshiban).iso" size="4699979776" crc="4d9c20eb" md5="aa34d3edadf74c90d333c33810dc426f" sha1="57133f03c8f2ff661753923b5901c4d838e07383"/>
+       </game>
+       <game name="Pokemon Battle Revolution (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Pokemon Battle Revolution (Japan) (Rev 2)</description>
+               <rom name="Pokemon Battle Revolution (Japan) (Rev 2).iso" size="4699979776" crc="de142675" md5="2e9417b1061f57024f14fa47a62d612a" sha1="8fca4d36f597bfb1984487cc2ea2b25c4033b05d"/>
+       </game>
+       <game name="Cabela's Big Game Hunter (Europe)">
+               <category>Games</category>
+               <description>Cabela's Big Game Hunter (Europe)</description>
+               <rom name="Cabela's Big Game Hunter (Europe).iso" size="4699979776" crc="23e830ea" md5="46aa3df3b8f01d8da60ae8f4b2b99855" sha1="48cfa873667492ecfe288ea4788ecf7ebc7a1466"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="07af238f" md5="24d8ba81971d22b9c216d63dc0dc649d" sha1="c2a3ec9850d8633b3d7c6b5a2b2ec4e729793a68"/>
+       </game>
+       <game name="Arthur and the Revenge of Maltazard (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Arthur and the Revenge of Maltazard (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Arthur and the Revenge of Maltazard (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3f0b3093" md5="4a64eac5e65b1a06fcd3e075f5f7830a" sha1="1d74ba5718e4fe38561202d7f26d876672e07ecd"/>
+       </game>
+       <game name="Pet Pals - Animal Doctor (Europe) (En,Fr,De,Es)">
+               <category>Games</category>
+               <description>Pet Pals - Animal Doctor (Europe) (En,Fr,De,Es)</description>
+               <rom name="Pet Pals - Animal Doctor (Europe) (En,Fr,De,Es).iso" size="4699979776" crc="94fc3019" md5="0a2e9ee3371880d5150daf60833708c2" sha1="10b0209a3fc089bddc2aacdb05a24b96f80c56ff"/>
+       </game>
+       <game name="Mon Coach Personnel - J'enrichis Mon Vocabulaire (France)">
+               <category>Games</category>
+               <description>Mon Coach Personnel - J'enrichis Mon Vocabulaire (France)</description>
+               <rom name="Mon Coach Personnel - J'enrichis Mon Vocabulaire (France).iso" size="4699979776" crc="45cddd1b" md5="48645ab5a378e72445b4fcb0e245df99" sha1="01787c61e9291e330790d18d8a97dff76a650cc8"/>
+       </game>
+       <game name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (UK)">
+               <category>Games</category>
+               <description>Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (UK)</description>
+               <rom name="Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (UK).iso" size="4699979776" crc="20883944" md5="645763e7e0fcc554f8f468a3130f3fff" sha1="cfa1f3fbb53de30f372bd70cdbf306246e641375"/>
+       </game>
+       <game name="Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 2)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 2)</description>
+               <rom name="Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 2).iso" size="4699979776" crc="75caffc2" md5="c2d056f1f1de650b050ed2b084cc83b0" sha1="9e9bc91fa0e0fd9bd07d6145dc88599dfd392671"/>
+       </game>
+       <game name="Def Jam - Rapstar (UK) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Def Jam - Rapstar (UK) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Def Jam - Rapstar (UK) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="587625e1" md5="8ea738b696f3a4bc87da08b0f1716ae5" sha1="d3c5ee76102b0bb83f1f292ff12ed210ee42171d"/>
+       </game>
+       <game name="Myth Makers - Orbs of Doom (UK)">
+               <category>Games</category>
+               <description>Myth Makers - Orbs of Doom (UK)</description>
+               <rom name="Myth Makers - Orbs of Doom (UK).iso" size="4699979776" crc="9c953479" md5="a95a29aff99b78db22dcaad12803605f" sha1="77f924b4dd505155274310ca91f99c5c10df2823"/>
+       </game>
+       <game name="Spider-Man - Friend or Foe (Europe)">
+               <category>Games</category>
+               <description>Spider-Man - Friend or Foe (Europe)</description>
+               <rom name="Spider-Man - Friend or Foe (Europe).iso" size="4699979776" crc="8b2cfd76" md5="164da75250e8cfb043a6e044b0988bf1" sha1="fdf9dcbc006d96c282e5221314b2a81de870f136"/>
+       </game>
+       <game name="Monster Trux Offroad (UK)">
+               <category>Games</category>
+               <description>Monster Trux Offroad (UK)</description>
+               <rom name="Monster Trux Offroad (UK).iso" size="4699979776" crc="f77096d9" md5="689001758ed62df956b7049e417ae71f" sha1="ca01a11c1daa015da7ad453352f0311393030aaa"/>
+       </game>
+       <game name="Alvin and the Chipmunks - The Squeakquel (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Alvin and the Chipmunks - The Squeakquel (Europe) (En,Fr,De)</description>
+               <rom name="Alvin and the Chipmunks - The Squeakquel (Europe) (En,Fr,De).iso" size="4699979776" crc="a268713e" md5="843ba056106b7a8709e5c8887e39d0f0" sha1="b6016bd4d060cebe8792760ac2d4073e18666ebb"/>
+       </game>
+       <game name="Build-A-Bear Workshop - A Friend Fur All Seasons (Europe) (En,Fr,Da)">
+               <category>Games</category>
+               <description>Build-A-Bear Workshop - A Friend Fur All Seasons (Europe) (En,Fr,Da)</description>
+               <rom name="Build-A-Bear Workshop - A Friend Fur All Seasons (Europe) (En,Fr,Da).iso" size="4699979776" crc="fe05cd7c" md5="34b4e1eb2898018103d996958916d834" sha1="0347dc9697138172c5fd359944e2cc9a0232c1b0"/>
+       </game>
+       <game name="Cake Mania - In the Mix! (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Cake Mania - In the Mix! (Europe) (En,Fr,De)</description>
+               <rom name="Cake Mania - In the Mix! (Europe) (En,Fr,De).iso" size="4699979776" crc="0438049d" md5="8349790eb45ced5a1b65c5cad72ed3ed" sha1="6cf4f9a10856d21913ee24e0051f592f933baf51"/>
+       </game>
+       <game name="DreamWorks The Croods - Prehistoric Party! &amp; Rise of the Guardians - Combo Pack (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>DreamWorks The Croods - Prehistoric Party! &amp; Rise of the Guardians - Combo Pack (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="DreamWorks The Croods - Prehistoric Party! &amp; Rise of the Guardians - Combo Pack (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="da01198a" md5="b69a7051a40bfc1cc6237bb87d98dbfb" sha1="3c2ab46252fb942d6d99d92844aa8e41cea273b7"/>
+       </game>
+       <game name="Adibou et les Saisons Magiques (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Adibou et les Saisons Magiques (Europe) (Fr,De)</description>
+               <rom name="Adibou et les Saisons Magiques (Europe) (Fr,De).iso" size="4699979776" crc="7501d76b" md5="01f6a4a6a24c4e48c63ae6af6e0b277b" sha1="420e6099f2d145caaa028045d306627c7fce8b76"/>
+       </game>
+       <game name="Chaos a la Maison (France)">
+               <category>Games</category>
+               <description>Chaos a la Maison (France)</description>
+               <rom name="Chaos a la Maison (France).iso" size="4699979776" crc="c495c9eb" md5="0b92322cb06b3a51bc7177c84bd41dfa" sha1="a351cb4218e91c7e671c84b7d24e465b97c53d50"/>
+       </game>
+       <game name="Des Chiffres &amp; Des Lettres - Le Jeu Officiel (France)">
+               <category>Games</category>
+               <description>Des Chiffres &amp; Des Lettres - Le Jeu Officiel (France)</description>
+               <rom name="Des Chiffres &amp; Des Lettres - Le Jeu Officiel (France).iso" size="4699979776" crc="b26a2d99" md5="121c643a8124bf9eaff3e2ca7b1e8331" sha1="e339e48d3371b320f53d14f9515c141e5e23559c"/>
+       </game>
+       <game name="Code de la Route (France)">
+               <category>Games</category>
+               <description>Code de la Route (France)</description>
+               <rom name="Code de la Route (France).iso" size="4699979776" crc="12fa67b4" md5="d0729b0911b2b58db82c8772ead9c819" sha1="29ae21766b30261e2db759e3e4fb5dbe31d247d2"/>
+       </game>
+       <game name="Cuisine Party (France)">
+               <category>Games</category>
+               <description>Cuisine Party (France)</description>
+               <rom name="Cuisine Party (France).iso" size="4699979776" crc="e760d786" md5="ec689c3133a6a90828c9ba0a8c805393" sha1="63d2213d004c4cf07531a8a78a79b12cd3d18dee"/>
+       </game>
+       <game name="Dance Sensation! (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Sensation! (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Sensation! (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="9a452b3d" md5="302d280a594b85df13db5e9f3f8e5895" sha1="841273b396d6f8312043b72bc8f95f4640394545"/>
+       </game>
+       <game name="Def Jam - Rapstar (France) (En,Fr,De,Es,It,Pt)">
+               <category>Games</category>
+               <description>Def Jam - Rapstar (France) (En,Fr,De,Es,It,Pt)</description>
+               <rom name="Def Jam - Rapstar (France) (En,Fr,De,Es,It,Pt).iso" size="4699979776" crc="1f52ff05" md5="bb6d353b6428611554b320e6cb720aed" sha1="830fff5d5c079480052d22d8d8a4d692a1572e9f"/>
+       </game>
+       <game name="Disney-Pixar Cars - Race-O-Rama (Europe) (Fr,De)">
+               <category>Games</category>
+               <description>Disney-Pixar Cars - Race-O-Rama (Europe) (Fr,De)</description>
+               <rom name="Disney-Pixar Cars - Race-O-Rama (Europe) (Fr,De).iso" size="4699979776" crc="d6160c3c" md5="29c8a8f4ccf04829abd5e5b219c8d8a1" sha1="0f4fec2275c1df4ef815ca9d1e1b8098bdf7fd09"/>
+       </game>
+       <game name="Entraineur Cerebral et Sportif, L' (France)">
+               <category>Games</category>
+               <description>Entraineur Cerebral et Sportif, L' (France)</description>
+               <rom name="Entraineur Cerebral et Sportif, L' (France).iso" size="4699979776" crc="fa9c9e29" md5="19bcd3e53952f7746bd1e180fb84d9ff" sha1="b1167258f0daf83f65bd1a8e62441ceaa5ab6c27"/>
+       </game>
+       <game name="Happy Neuron Academy (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Happy Neuron Academy (Europe) (En,Fr,De)</description>
+               <rom name="Happy Neuron Academy (Europe) (En,Fr,De).iso" size="4699979776" crc="38afe65b" md5="3da953de3f31bb3bf3e77d3f49220962" sha1="28e6ff01b6b194265d857fe779220b4b013ac976"/>
+       </game>
+       <game name="Hidden Mysteries - Titanic (Europe) (En,Fr,It)">
+               <category>Games</category>
+               <description>Hidden Mysteries - Titanic (Europe) (En,Fr,It)</description>
+               <rom name="Hidden Mysteries - Titanic (Europe) (En,Fr,It).iso" size="4699979776" crc="13d3036a" md5="f6aa221dae1f9157883fc49c4e3e922f" sha1="72827c8a64dd9cd758fe7dfa187a4721ff7194ba"/>
+       </game>
+       <game name="Intervilles - Le Jeu Officiel (France)">
+               <category>Games</category>
+               <description>Intervilles - Le Jeu Officiel (France)</description>
+               <rom name="Intervilles - Le Jeu Officiel (France).iso" size="4699979776" crc="4d5acf6b" md5="6c91c72c7416b6fc2b45f6a49126acfa" sha1="45cca0e415e103224dbb4e992ca396ca045eff98"/>
+       </game>
+       <game name="Kid Paddle - Lost in the Game (France)">
+               <category>Games</category>
+               <description>Kid Paddle - Lost in the Game (France)</description>
+               <rom name="Kid Paddle - Lost in the Game (France).iso" size="4699979776" crc="a1928bb4" md5="544f38019d3e4d6dcba2dacd72727687" sha1="ff8aa9c310b63627e03798ac6aeb5a853014d982"/>
+       </game>
+       <game name="Mon Premier Karaoke (France)">
+               <category>Games</category>
+               <description>Mon Premier Karaoke (France)</description>
+               <rom name="Mon Premier Karaoke (France).iso" size="4699979776" crc="5a7685bd" md5="a3bd40797a15d16ab0413f4fdf5dc0b5" sha1="64d04472089b6dc70cb8f5286489bf446280b421"/>
+       </game>
+       <game name="MX vs. ATV Extreme Limite (France)">
+               <category>Games</category>
+               <description>MX vs. ATV Extreme Limite (France)</description>
+               <rom name="MX vs. ATV Extreme Limite (France).iso" size="4699979776" crc="ba306e1e" md5="1ac9b56d2d21e8c08481564445b94161" sha1="d5b6c938b7e30e554b84eecef3d01da9414de4d4"/>
+       </game>
+       <game name="NBA Live 09 - All-Play (France)">
+               <category>Games</category>
+               <description>NBA Live 09 - All-Play (France)</description>
+               <rom name="NBA Live 09 - All-Play (France).iso" size="4699979776" crc="e2651cc1" md5="e21214293242c1b785b48a14bfda8dee" sha1="a8a40303bdb10e2fadf1905c8ef9f0684a6cb48b"/>
+       </game>
+       <game name="Nick Jr. Go Diego Go! Safari Rescue (France) (En,Fr)">
+               <category>Games</category>
+               <description>Nick Jr. Go Diego Go! Safari Rescue (France) (En,Fr)</description>
+               <rom name="Nick Jr. Go Diego Go! Safari Rescue (France) (En,Fr).iso" size="4699979776" crc="6447d75b" md5="b2fda230b5da9cd00d9c5404148bcf88" sha1="b282c0b947828ba0cadd53a391b50d42e344a5ae"/>
+       </game>
+       <game name="Parrain, Le - Pouvoir et Manipulation (France)">
+               <category>Games</category>
+               <description>Parrain, Le - Pouvoir et Manipulation (France)</description>
+               <rom name="Parrain, Le - Pouvoir et Manipulation (France).iso" size="4699979776" crc="d9740055" md5="dd398f1f78eb8b8b9c57d3ef1bc5f49d" sha1="cbbb7ab42d97127bfc60c1a444bd0b16dfdd0ea2"/>
+       </game>
+       <game name="Petanque Master (France) (En,Fr)">
+               <category>Games</category>
+               <description>Petanque Master (France) (En,Fr)</description>
+               <rom name="Petanque Master (France) (En,Fr).iso" size="4699979776" crc="597e1fc5" md5="1bff7e2e23e527354c5f68e4478df0ad" sha1="e92b914a18233b0c5974d26631fa374fd6dafab1"/>
+       </game>
+       <game name="Petanque Pro (France)">
+               <category>Games</category>
+               <description>Petanque Pro (France)</description>
+               <rom name="Petanque Pro (France).iso" size="4699979776" crc="da271fbd" md5="80205c8815c07da906d3818f63c09e3d" sha1="9aa521b474ba079fc21577b0c76709b3ae647fe0"/>
+       </game>
+       <game name="Quiz Party (France)">
+               <category>Games</category>
+               <description>Quiz Party (France)</description>
+               <rom name="Quiz Party (France).iso" size="4699979776" crc="aa4d89c4" md5="d8e9d365d728ebf3bd48cc50ee512789" sha1="ecd0c205842654b457be75bbdbd610177cf912cf"/>
+       </game>
+       <game name="Real Stories - Mission Equitation (France)">
+               <category>Games</category>
+               <description>Real Stories - Mission Equitation (France)</description>
+               <rom name="Real Stories - Mission Equitation (France).iso" size="4699979776" crc="9d8964fc" md5="ff48fb79b159ff00dad88f2692392122" sha1="ff63f4f1730c067cd0e22873c7c4f86875b17c40"/>
+       </game>
+       <game name="Real Stories - Veterinaire (France)">
+               <category>Games</category>
+               <description>Real Stories - Veterinaire (France)</description>
+               <rom name="Real Stories - Veterinaire (France).iso" size="4699979776" crc="3a476c24" md5="556f109178e2f0242dfb26fac4d52353" sha1="baf0ba2f9b6a9c7649bdbddb13f4a1fe7f16f2c1"/>
+       </game>
+       <game name="RTL Biathlon 2009 (France) (En,Fr)">
+               <category>Games</category>
+               <description>RTL Biathlon 2009 (France) (En,Fr)</description>
+               <rom name="RTL Biathlon 2009 (France) (En,Fr).iso" size="4699979776" crc="e7968f7e" md5="b506dba26ac82c53ccb0b6e5e9e370f5" sha1="973f3ff2ff433ce0f11b20327c6c2564874101e4"/>
+       </game>
+       <game name="Spirit of the Wolf, The (France) (En,Fr)">
+               <category>Games</category>
+               <description>Spirit of the Wolf, The (France) (En,Fr)</description>
+               <rom name="Spirit of the Wolf, The (France) (En,Fr).iso" size="4699979776" crc="478b3177" md5="445b8fabc7d4c6e3152653fdeb1934af" sha1="405dd95fb4e3d69f1a1285e667dbd47538f0fded"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 07 (France)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 07 (France)</description>
+               <rom name="Tiger Woods PGA Tour 07 (France).iso" size="4699979776" crc="e95ba737" md5="f8a24c95dcf3c9db9ac8c6c6eb3d0b55" sha1="7452818978f27fb1a2a43251dea0b88c4b5634ef"/>
+       </game>
+       <game name="Titeuf - Le Film (France)">
+               <category>Games</category>
+               <description>Titeuf - Le Film (France)</description>
+               <rom name="Titeuf - Le Film (France).iso" size="4699979776" crc="f463b255" md5="2e6433ff15670a782c2fc9494cc471c6" sha1="b40f6a8659ac4ac89ee7d75782f40b6a780609e5"/>
+       </game>
+       <game name="Tournoi des Celebrites, Le (France)">
+               <category>Games</category>
+               <description>Tournoi des Celebrites, Le (France)</description>
+               <rom name="Tournoi des Celebrites, Le (France).iso" size="4699979776" crc="2eb7def7" md5="d6c686928ec28d6fc9a8b39bb9ebea46" sha1="522a04208f29fab060d99a1cfdefba427325df27"/>
+       </game>
+       <game name="U-Sing (France) (Rev 1)">
+               <category>Games</category>
+               <description>U-Sing (France) (Rev 1)</description>
+               <rom name="U-Sing (France) (Rev 1).iso" size="4699979776" crc="02595dd3" md5="78b25075cb0d1b8b884f2b80c1e0146b" sha1="ea58709af706538e4f20304946335e45a92c0e9f"/>
+       </game>
+       <game name="U-Sing 2 (France)">
+               <category>Games</category>
+               <description>U-Sing 2 (France)</description>
+               <rom name="U-Sing 2 (France).iso" size="4699979776" crc="68e0e355" md5="5f685d01759f96dfac0341db0b306ca1" sha1="259f2a3092b95c9d305d3cf808cbaf22ab79cbc7"/>
+       </game>
+       <game name="U-Sing - Johnny Hallyday (France)">
+               <category>Games</category>
+               <description>U-Sing - Johnny Hallyday (France)</description>
+               <rom name="U-Sing - Johnny Hallyday (France).iso" size="4699979776" crc="82efc613" md5="8ad55087eedaed7c598552d7251d536b" sha1="6c66790d74bdae972151c4a23527806a5ca55d85"/>
+       </game>
+       <game name="Voice, The - La Plus Belle Voix (France)">
+               <category>Games</category>
+               <description>Voice, The - La Plus Belle Voix (France)</description>
+               <rom name="Voice, The - La Plus Belle Voix (France).iso" size="4699979776" crc="9a798425" md5="c15263e60b89e4fee0188f045b4a045c" sha1="28cca8a6cb2d63d1298f2edec587980b29de9d99"/>
+       </game>
+       <game name="Warning - Code de la Route (France) (Rev 1)">
+               <category>Games</category>
+               <description>Warning - Code de la Route (France) (Rev 1)</description>
+               <rom name="Warning - Code de la Route (France) (Rev 1).iso" size="4699979776" crc="f53ee18b" md5="bbe8121c4d045a0e1ca98fbaaa235753" sha1="58532d954fe5bef38830a0284de6eb6bb9fac5ad"/>
+       </game>
+       <game name="Water Sports (France) (En,Fr)">
+               <category>Games</category>
+               <description>Water Sports (France) (En,Fr)</description>
+               <rom name="Water Sports (France) (En,Fr).iso" size="4699979776" crc="89f63cf6" md5="f13ccf6192b75785b4f274bc457f223c" sha1="a6329d1a0e6f8e1bae7610dfe16030d2ad21da82"/>
+       </game>
+       <game name="Winter Sports 2009 - The Next Challenge (France) (En,Fr)">
+               <category>Games</category>
+               <description>Winter Sports 2009 - The Next Challenge (France) (En,Fr)</description>
+               <rom name="Winter Sports 2009 - The Next Challenge (France) (En,Fr).iso" size="4699979776" crc="35b1ed8a" md5="6192774bedf2435bd9ee2b00648a73f9" sha1="6f4af79ccc4ff26dc1601812601600bdf135485c"/>
+       </game>
+       <game name="Zumba Fitness Core (France) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Zumba Fitness Core (France) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Zumba Fitness Core (France) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="33e68a7e" md5="3437396afa9242c3c9cf3fc4c3433f6d" sha1="c1f385003fbbf788c23308e0a8704b4e58df3a4c"/>
+       </game>
+       <game name="Biohazard - The Darkside Chronicles (Korea)">
+               <category>Games</category>
+               <description>Biohazard - The Darkside Chronicles (Korea)</description>
+               <rom name="Biohazard - The Darkside Chronicles (Korea).iso" size="4699979776" crc="b3ef244c" md5="71266c178c0e136c28067d28a9f0e752" sha1="bba6afaf8276a44b4302773a1561216460dd79a4"/>
+       </game>
+       <game name="Dance Party Club Hits (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dance Party Club Hits (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dance Party Club Hits (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d978a836" md5="b07412ed456d9ec02d0acecaa70a2e16" sha1="181edfb5c8a2a4eb0cfaa1c20866aaff8edae3a1"/>
+       </game>
+       <game name="Horrid Henry - Missions of Mischief (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Horrid Henry - Missions of Mischief (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Horrid Henry - Missions of Mischief (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="58596d71" md5="c5225b3248eebb54f0256cbf3c518e34" sha1="cd1bbc1540bf9773c56572617dc4e7bc0874d8b7"/>
+       </game>
+       <game name="I'm a Celebrity...Get Me Out of Here! (UK)">
+               <category>Games</category>
+               <description>I'm a Celebrity...Get Me Out of Here! (UK)</description>
+               <rom name="I'm a Celebrity...Get Me Out of Here! (UK).iso" size="4699979776" crc="96f013c7" md5="c272b7ad6ea6f7e170f9603092f9cc5b" sha1="34c56074bce0e4ba2bc36696954d21f8e38b0602"/>
+       </game>
+       <game name="Musiic Party - Rock the House (UK) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Musiic Party - Rock the House (UK) (En,Fr,De,Es,It)</description>
+               <rom name="Musiic Party - Rock the House (UK) (En,Fr,De,Es,It).iso" size="4699979776" crc="56aac052" md5="70c426109b9da0a1aaedc4cd259a5903" sha1="34fad2a02f48e1d6ae2fe4dd1e3c8e600e67e83f"/>
+       </game>
+       <game name="Crown of Midas, The (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Crown of Midas, The (Europe) (En,Fr,Es,It)</description>
+               <rom name="Crown of Midas, The (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="5822e221" md5="d293f2de79ae0e4325f3cd1bd119523b" sha1="d6570d2a1e6ffb7fe50fadef7719f0b4da58dd56"/>
+       </game>
+       <game name="Wii Menu Install Disc (Ver. 1) (World)">
+               <category>Applications</category>
+               <description>Wii Menu Install Disc (Ver. 1) (World)</description>
+               <rom name="Wii Menu Install Disc (Ver. 1) (World).iso" size="4707319808" crc="7208ae06" md5="19f659e34cdde5e879ab9f5d71ff4ffb" sha1="599fa1d7d5704960424ddfc235cb3588305002a5"/>
+       </game>
+       <game name="Circus (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Circus (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Circus (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="574bd9a1" md5="a20c15036651aec7f5acdc824773a6c4" sha1="890d1be999c47abd5830fe2bf12094c4ebdbf1aa"/>
+       </game>
+       <game name="We Wish You a Merry Christmas (Europe)">
+               <category>Games</category>
+               <description>We Wish You a Merry Christmas (Europe)</description>
+               <rom name="We Wish You a Merry Christmas (Europe).iso" size="4699979776" crc="c5a7b1f9" md5="9bbd7d58a98e1baba89ab10a610763f5" sha1="9362b8ea771854cd9c75fde19ff96284bd470ecf"/>
+       </game>
+       <game name="Turbo Trainz (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Turbo Trainz (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Turbo Trainz (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e25b692b" md5="b120465f73d3bbf93a2f01ae201da466" sha1="604d9f91ea6ef4abd21f6043c14074877e19a3bb"/>
+       </game>
+       <game name="Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 2)</description>
+               <rom name="Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 2).iso" size="4699979776" crc="d3fe1d76" md5="63e3766beb88665bc9762c1a0d92121d" sha1="499ecaba4ea611bd6ee82f98cfaa4993da46d3e9"/>
+       </game>
+       <game name="ExerBeat - Gym Class Workout (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>ExerBeat - Gym Class Workout (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="ExerBeat - Gym Class Workout (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="59aa95e8" md5="ba221534dcb2f9b7c5c792594c517c7a" sha1="fe93327549710d6be73731561bf1a5182f26ec4a"/>
+       </game>
+       <game name="NewU Fitness First Personal Trainer (Australia) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>NewU Fitness First Personal Trainer (Australia) (En,Fr,De,Es,It)</description>
+               <rom name="NewU Fitness First Personal Trainer (Australia) (En,Fr,De,Es,It).iso" size="4699979776" crc="d265fcf2" md5="f359088ee7409bacfc068658171cbea2" sha1="92782509d7d983c41a6498f8cbc2fdf6052ba06a"/>
+       </game>
+       <game name="Gummy Bears - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Gummy Bears - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Gummy Bears - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="951db11d" md5="6ecb4cbb678b0d5720793da22dc77487" sha1="6ef461feb595ae859ab984a39e63d2066900e816"/>
+       </game>
+       <game name="Attack of the Movies 3-D (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Attack of the Movies 3-D (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Attack of the Movies 3-D (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="35c5cfc2" md5="63bfca84a27a145caac1d41506916972" sha1="a5d635050327bcbe55bfbbd2dabb9d26169e5627"/>
+       </game>
+       <game name="Titanic Mystery (Europe) (En,Fr,De,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Titanic Mystery (Europe) (En,Fr,De,Nl) (Rev 1)</description>
+               <rom name="Titanic Mystery (Europe) (En,Fr,De,Nl) (Rev 1).iso" size="4699979776" crc="9ab73222" md5="8a6aa40fe900a905aa9c4cda5599359d" sha1="53b02c0896dc385c0c55284ab78e163c654b2714"/>
+       </game>
+       <game name="Hidden Mysteries - Titanic (UK)">
+               <category>Games</category>
+               <description>Hidden Mysteries - Titanic (UK)</description>
+               <rom name="Hidden Mysteries - Titanic (UK).iso" size="4699979776" crc="fd4835f6" md5="db0ffff89f7acc03246f762c23243aba" sha1="f4671da085a880fc6c8ab16b2f7f3e122a50c7db"/>
+       </game>
+       <game name="Dodge Racing - Charger vs Challenger (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Dodge Racing - Charger vs Challenger (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Dodge Racing - Charger vs Challenger (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="b1df30b5" md5="a8ed6a48c88c2f4b1378dd173c466fdf" sha1="0a2e65129b374360781f652594d82c773651ecf4"/>
+       </game>
+       <game name="PSA World Tour Squash 2015 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>PSA World Tour Squash 2015 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="PSA World Tour Squash 2015 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="19aa6a2e" md5="a9c289f9be47984d95abaaa633e23773" sha1="49b0011500e66334274e3c27d7ff445f285de931"/>
+       </game>
+       <game name="My Personal Golf Trainer with IMG Academies and David Leadbetter (Europe)">
+               <category>Games</category>
+               <description>My Personal Golf Trainer with IMG Academies and David Leadbetter (Europe)</description>
+               <rom name="My Personal Golf Trainer with IMG Academies and David Leadbetter (Europe).iso" size="4699979776" crc="65a99670" md5="185ad662532fc1289e070f2c46b952be" sha1="0c6b7903027f422a2029cfaf079df696b32dc91b"/>
+       </game>
+       <game name="Skylanders - Swap Force (Europe) (Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Europe) (Es,It) (Rev 1)</description>
+               <rom name="Skylanders - Swap Force (Europe) (Es,It) (Rev 1).iso" size="4699979776" crc="20ebbd07" md5="57fbb874cd8c0551ff7cf29601d2668c" sha1="a5260e6b97b4ff48f640eebfd2641c4f10b19cc1"/>
+       </game>
+       <game name="Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition)">
+               <category>Games</category>
+               <description>Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition)</description>
+               <rom name="Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition).iso" size="4699979776" crc="af5f20ab" md5="dd2545bddfe3e1750ab249615aa6c900" sha1="5cceffed4ee3f468d7b8de31f06aaf51257c7776"/>
+       </game>
+       <game name="Peppa Pig - The Game (Europe) (En,Fr,De)">
+               <category>Games</category>
+               <description>Peppa Pig - The Game (Europe) (En,Fr,De)</description>
+               <rom name="Peppa Pig - The Game (Europe) (En,Fr,De).iso" size="4699979776" crc="fb56904f" md5="a5b8530f7dfb3ab007c5c90509485f7f" sha1="4bad64353324366439f13e0ea4d5a0f8468652c0"/>
+       </game>
+       <game name="Build-A-Bear Workshop - Friendship Valley (Denmark) (En,Fr,Es,Da)">
+               <category>Games</category>
+               <description>Build-A-Bear Workshop - Friendship Valley (Denmark) (En,Fr,Es,Da)</description>
+               <rom name="Build-A-Bear Workshop - Friendship Valley (Denmark) (En,Fr,Es,Da).iso" size="4699979776" crc="0da7c861" md5="4681adbd3b4365d4fbd07bdddcf32ac3" sha1="9a1e16a1576e30c1b059ae788cc2626e5ada42e4"/>
+       </game>
+       <game name="Challenge Me - Brain Puzzles 2 (Europe) (En,Fr,De,Es,It) (Rev 2)">
+               <category>Games</category>
+               <description>Challenge Me - Brain Puzzles 2 (Europe) (En,Fr,De,Es,It) (Rev 2)</description>
+               <rom name="Challenge Me - Brain Puzzles 2 (Europe) (En,Fr,De,Es,It) (Rev 2).iso" size="4699979776" crc="35d61166" md5="441afc5748a3df9da77cdf27f11c9787" sha1="179820dba10bb50880b0382e3cb7c0c081cbe3fa"/>
+       </game>
+       <game name="Family Game Night 4 - The Game Show (Europe)">
+               <category>Games</category>
+               <description>Family Game Night 4 - The Game Show (Europe)</description>
+               <rom name="Family Game Night 4 - The Game Show (Europe).iso" size="4699979776" crc="b6400234" md5="fbac71697b580f044fd2dfeb9e1ce099" sha1="a613c91b72a8215238ffb9b50e603f81303306d9"/>
+       </game>
+       <game name="My First Songs (Europe)">
+               <category>Games</category>
+               <description>My First Songs (Europe)</description>
+               <rom name="My First Songs (Europe).iso" size="4699979776" crc="2050f395" md5="83dac07e380448fb0bffbe527279c0aa" sha1="565191d1dd824039d2bc973bf595e106143097b9"/>
+       </game>
+       <game name="Family Quiz (Europe)">
+               <category>Games</category>
+               <description>Family Quiz (Europe)</description>
+               <rom name="Family Quiz (Europe).iso" size="4699979776" crc="95fa8d23" md5="1bd5a2ec2a932f9eb088a287e03eabef" sha1="cf2cf644b16a1bf522a568316a24edffad467571"/>
+       </game>
+       <game name="Fritz Chess (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Fritz Chess (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Fritz Chess (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="670c9d6e" md5="70e266eadb13074ccffcc372e4f5e69e" sha1="cb032bb492345df2e071ed9b7f457138e1e07770"/>
+       </game>
+       <game name="Kawasaki Snow Mobiles (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Kawasaki Snow Mobiles (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Kawasaki Snow Mobiles (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="98cdc613" md5="51795b9fa8899975675804d4c5e774a2" sha1="360298f13ed527ec240d7413e8edc39f4b53860c"/>
+       </game>
+       <game name="Catz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>Catz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="Catz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="cda5d1f4" md5="f1998e0f95a6dd366d40e8763ab65339" sha1="90801f9d4082e2cbfd7ea6002d03d22177d266e0"/>
+       </game>
+       <game name="Mahjong Party Pack (Europe) (En,Fr,Es,It)">
+               <category>Games</category>
+               <description>Mahjong Party Pack (Europe) (En,Fr,Es,It)</description>
+               <rom name="Mahjong Party Pack (Europe) (En,Fr,Es,It).iso" size="4699979776" crc="346d6561" md5="a3a26967664f6542e4aeacaa4c8f8c1f" sha1="237b90eb04df332533e4e4c56fe50d4179415088"/>
+       </game>
+       <game name="Cube, The (Europe) (En,Es,It)">
+               <category>Games</category>
+               <description>Cube, The (Europe) (En,Es,It)</description>
+               <rom name="Cube, The (Europe) (En,Es,It).iso" size="4699979776" crc="ec693642" md5="6aec9eea845bdc6e5ee55aea379d49d5" sha1="dd1dc9c542aa2ba665fb5e730cdd36338304aac4"/>
+       </game>
+       <game name="Nickelodeon Dance 2 (Europe) (En,Fr,Es,Nl)">
+               <category>Games</category>
+               <description>Nickelodeon Dance 2 (Europe) (En,Fr,Es,Nl)</description>
+               <rom name="Nickelodeon Dance 2 (Europe) (En,Fr,Es,Nl).iso" size="4699979776" crc="1c2d422c" md5="3bdf6446fc152fbf28ced8420d34ff13" sha1="9b8bcfd74d11c32fb21ebc7a8c62e34749d8f00f"/>
+       </game>
+       <game name="Deal or No Deal - The Banker Is Back (UK)">
+               <category>Games</category>
+               <description>Deal or No Deal - The Banker Is Back (UK)</description>
+               <rom name="Deal or No Deal - The Banker Is Back (UK).iso" size="4699979776" crc="29077de1" md5="d775fb5618340e5d0da8a7dd8496c345" sha1="495970dd55896b1b17a962f56faa3da4c73c1ff4"/>
+       </game>
+       <game name="Power Rangers Samurai (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Power Rangers Samurai (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Power Rangers Samurai (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1eee9f16" md5="3cd449e0039b168c5c7b6a542432146c" sha1="bd2c9c58ad4c18c44830be276c907b07a4d20ebf"/>
+       </game>
+       <game name="Voice, The (Europe)">
+               <category>Games</category>
+               <description>Voice, The (Europe)</description>
+               <rom name="Voice, The (Europe).iso" size="4699979776" crc="ae81df34" md5="7ec7a83864360f9327e031c2c2b44fd1" sha1="e0016bc1d6304a1d79f1e7457d2c7ff27c56b207"/>
+       </game>
+       <game name="Kidz Sports Ice Hockey (Australia) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Kidz Sports Ice Hockey (Australia) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Kidz Sports Ice Hockey (Australia) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="bb33b763" md5="c01237ef9a12ce0eeb39cb2344711801" sha1="c056cee8cb78a69e2d417f995e4116baaaf23010"/>
+       </game>
+       <game name="Kidz Sports Crazy Mini Golf 2 (UK)">
+               <category>Games</category>
+               <description>Kidz Sports Crazy Mini Golf 2 (UK)</description>
+               <rom name="Kidz Sports Crazy Mini Golf 2 (UK).iso" size="4699979776" crc="086464f8" md5="d1730a3823f1d95ebc707bcdf514db11" sha1="e122cb5c9001bbe3daab6af378dba6b7df8a277c"/>
+       </game>
+       <game name="Mary King's Riding School 2 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Mary King's Riding School 2 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Mary King's Riding School 2 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="d6ac82a7" md5="3f2a6a2b911c6f2cb3f11fa2fd4211be" sha1="de0efac7dfd6692e793e84cb0e56a330c6659c94"/>
+       </game>
+       <game name="Nickelodeon Ni Hao, Kai-Lan - Super Game Day (Europe)">
+               <category>Games</category>
+               <description>Nickelodeon Ni Hao, Kai-Lan - Super Game Day (Europe)</description>
+               <rom name="Nickelodeon Ni Hao, Kai-Lan - Super Game Day (Europe).iso" size="4699979776" crc="89ce2a2f" md5="e24d1b3e81801fe8287d1be81a052827" sha1="21b1c443ff4a11fa2c93f4f843f647bd07217ec8"/>
+       </game>
+       <game name="Athletic Piggy Party (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Athletic Piggy Party (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Athletic Piggy Party (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3d62e58d" md5="30a6a2d2b04ce1047f50ce7428fbb2e2" sha1="baf1b786f4821a834110bb78f1c6444501a44c77"/>
+       </game>
+       <game name="World Sports Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)">
+               <category>Games</category>
+               <description>World Sports Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da)</description>
+               <rom name="World Sports Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da).iso" size="4699979776" crc="59955322" md5="75f86fa5cca3e83aa7f2226e2dae51c2" sha1="5956cd3a5049dd228e475265c9e520d87fa6ef16"/>
+       </game>
+       <game name="U-Sing (France)">
+               <category>Games</category>
+               <description>U-Sing (France)</description>
+               <rom name="U-Sing (France).iso" size="4699979776" crc="4c8d4dd2" md5="319ec8f9eadb372610715e61ccef03df" sha1="f83f9168e89669a0e0ec6d591c33cc4ead1ee14f"/>
+       </game>
+       <game name="Safari Adventures - Africa (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Safari Adventures - Africa (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Safari Adventures - Africa (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="8bc19ef0" md5="8978523555a42783556e8a67e9b9a107" sha1="1ea027e07b0440fd3cdca2d860946d3efdbeb4a3"/>
+       </game>
+       <game name="Cocoto Kart Racer (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Cocoto Kart Racer (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Cocoto Kart Racer (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="489d6fbc" md5="307ece3bb664d4564ad6c6d06b5ba38d" sha1="65f277cd4ea24facad04314a7136a3a1bec8f139"/>
+       </game>
+       <game name="Disney Princess - Enchanted Journey (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Princess - Enchanted Journey (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Princess - Enchanted Journey (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="3719c681" md5="09cf61591f696f65d4c249c9cb72609f" sha1="6030c2cb992bffb1e1b20dcb1b8bf62446e7a4d3"/>
+       </game>
+       <game name="MotoGP (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>MotoGP (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="MotoGP (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="3bb03497" md5="3d519d4a56807ebc244d15c761608f48" sha1="d822289a00090baf04a803388688939d54642f6e"/>
+       </game>
+       <game name="Diva Ballerina (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Diva Ballerina (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Diva Ballerina (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="1b268d81" md5="d813026d4a32aa9b4e5a29b0ce114915" sha1="bc834ef4b06a49b7f2e4af9101de16eaa55e667d"/>
+       </game>
+       <game name="Ram Racing (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Ram Racing (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Ram Racing (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="867f921a" md5="7b7fc3435bfc6035aae8ac9c2a990b76" sha1="a27304e942d2c14e6c1e5cd9c4e722d8e0a2a969"/>
+       </game>
+       <game name="Chevrolet Camaro - Wild Ride (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Chevrolet Camaro - Wild Ride (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Chevrolet Camaro - Wild Ride (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="5d36bf8c" md5="d75da005ea918250de0bf75e3302c121" sha1="c847826fa19d11b3e965d3e5d6aaa6400550a363"/>
+       </game>
+       <game name="Junior League Sports (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Junior League Sports (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Junior League Sports (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="f51c9f2a" md5="c89cf8fd63562c5aa9f8beaeb9a600e8" sha1="ed635648463836a7da668a37ff358010407cf734"/>
+       </game>
+       <game name="Monopoly Collection (Europe) (En,Fr)">
+               <category>Games</category>
+               <description>Monopoly Collection (Europe) (En,Fr)</description>
+               <rom name="Monopoly Collection (Europe) (En,Fr).iso" size="4699979776" crc="8612448d" md5="77b4eb038041843c7257a97798d137bb" sha1="7142dc35ba02affad35041445fb5d407e08b1c77"/>
+       </game>
+       <game name="Saddle Club, The (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Saddle Club, The (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Saddle Club, The (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f2ecb7ec" md5="79a8062d6c3ec5005d2b8b68ac142664" sha1="a7fc00f44709e4eddcced4eba4c2b4039516e4be"/>
+       </game>
+       <game name="Jewel Quest Trilogy (Europe)">
+               <category>Games</category>
+               <description>Jewel Quest Trilogy (Europe)</description>
+               <rom name="Jewel Quest Trilogy (Europe).iso" size="4699979776" crc="aa1cb776" md5="551acde4f99ba8556d8405fde5f3f8d4" sha1="f8b4fdb735c7bab2672378071dc9ef226475dc6d"/>
+       </game>
+       <game name="Nickelodeon Fit (Australia)">
+               <category>Games</category>
+               <description>Nickelodeon Fit (Australia)</description>
+               <rom name="Nickelodeon Fit (Australia).iso" size="4699979776" crc="7677419a" md5="e5571ac4cce5c6de899637fe0ea98f1b" sha1="53f9f01817cac017afea941ca1f97c77197b2dfe"/>
+       </game>
+       <game name="Disney Bolt (Russia)">
+               <category>Games</category>
+               <description>Disney Bolt (Russia)</description>
+               <rom name="Disney Bolt (Russia).iso" size="4699979776" crc="291d403f" md5="1e980587d736e7b71130e0cd2b588e6c" sha1="ed2d8a15841a3cb89374ec85db9bdc3d0c0cecdb"/>
+       </game>
+       <game name="Disney G-Force (Russia)">
+               <category>Games</category>
+               <description>Disney G-Force (Russia)</description>
+               <rom name="Disney G-Force (Russia).iso" size="4699979776" crc="7035abbb" md5="ffc5cb21726f6ba488af16dfd5b90f4c" sha1="97129a4a1eff634fe48aa9a7710118eb620d9334"/>
+       </game>
+       <game name="Ultimate Band (Russia)">
+               <category>Games</category>
+               <description>Ultimate Band (Russia)</description>
+               <rom name="Ultimate Band (Russia).iso" size="4699979776" crc="1834d176" md5="cdae5a79b9e9e4a0cef54f383b573869" sha1="78de981640250720c3e7b78db117e60e30b8e0e0"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Russia)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Russia)</description>
+               <rom name="Disney-Pixar WALL-E (Russia).iso" size="4699979776" crc="0616d3b7" md5="937fc7c5f3eb77bb28ed83a2ace3322f" sha1="7a7acdb7ab1fc06fb124b179875995e9505918c7"/>
+       </game>
+       <game name="X-Men Origins - Wolverine (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>X-Men Origins - Wolverine (USA) (En,Fr) (Rev 1)</description>
+               <rom name="X-Men Origins - Wolverine (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="7dc0fbe3" md5="4fb6210ef183a1e6c871312f6575a58b" sha1="858103a90b0c10f9a978f55c0361696015ea5a21"/>
+       </game>
+       <game name="Alien Monster Bowling League (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Alien Monster Bowling League (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Alien Monster Bowling League (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="c268b994" md5="8b19462e7f7bc90a620ed39227d9f545" sha1="060682141d9bc0319cbc9432251c3e97ab4af27e"/>
+       </game>
+       <game name="Family Fishing (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Family Fishing (Japan) (Rev 1)</description>
+               <rom name="Family Fishing (Japan) (Rev 1).iso" size="4699979776" crc="faff705a" md5="e0928e033e651a459ff2b7ffc3bae979" sha1="b4834995da7f47d15437fd1ad363ae0ce3574bd0"/>
+       </game>
+       <game name="Impossible Mission (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Impossible Mission (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Impossible Mission (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="e12756b8" md5="2dbc35d69cb7e8afd5485bb5a187d958" sha1="a096b6f8463a5792a050d2eb47acce86703838d6"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 12 (Europe)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 12 (Europe)</description>
+               <rom name="Tiger Woods PGA Tour 12 (Europe).iso" size="4699979776" crc="a0cdb5d8" md5="605588ca64f320581c8c7872bf494cb9" sha1="841b2a45a80a8e94f31fd87d8cf13fccc969496e"/>
+       </game>
+       <game name="Disney Sing It - Family Hits (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Disney Sing It - Family Hits (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Disney Sing It - Family Hits (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="03d801b5" md5="cbb93106dd211f7d5f25da06a56d1673" sha1="7b374c696ef9786b9ac09bc1c08751994928417e"/>
+       </game>
+       <game name="Mario Power Soccer (Korea)">
+               <category>Games</category>
+               <description>Mario Power Soccer (Korea)</description>
+               <rom name="Mario Power Soccer (Korea).iso" size="4699979776" crc="3d05e814" md5="0837c776618c740cff06eb3cc80235df" sha1="9b6d48bd85053e02a8bba1471817114c9a7f91f5"/>
+       </game>
+       <game name="Teolsil Kirby Iyagi (Korea)">
+               <category>Games</category>
+               <description>Teolsil Kirby Iyagi (Korea)</description>
+               <rom name="Teolsil Kirby Iyagi (Korea).iso" size="4699979776" crc="80e03152" md5="1da71125db9f229a1a9fc329258dce11" sha1="30da23404619f544dcce76de61809f9880afd1cf"/>
+       </game>
+       <game name="LEGO Batman 2 - DC Super Heroes (Korea)">
+               <category>Games</category>
+               <description>LEGO Batman 2 - DC Super Heroes (Korea)</description>
+               <rom name="LEGO Batman 2 - DC Super Heroes (Korea).iso" size="4699979776" crc="689acf06" md5="14a23fa8e550d7cb6a1892bb573085ba" sha1="3913991c6867411250b378a1a03c3ef3d6c9ddcd"/>
+       </game>
+       <game name="Mariowa Sonic Vancouver Donggye-olympic (Korea)">
+               <category>Games</category>
+               <description>Mariowa Sonic Vancouver Donggye-olympic (Korea)</description>
+               <rom name="Mariowa Sonic Vancouver Donggye-olympic (Korea).iso" size="4699979776" crc="cd74e89d" md5="586ae8781830d720417355a666225a98" sha1="b2cbe5e1e56715bbcf3b11618dedc7124c3955d2"/>
+       </game>
+       <game name="No More Heroes (Korea)">
+               <category>Games</category>
+               <description>No More Heroes (Korea)</description>
+               <rom name="No More Heroes (Korea).iso" size="4699979776" crc="26c0640e" md5="4c7f35c9e7771365815a3077b3fd5960" sha1="36eccdecf4705b130cdf7e2a564676742657bbb8"/>
+       </game>
+       <game name="Spellbound Party (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Spellbound Party (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Spellbound Party (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f505befe" md5="109738645f49de302c653ee7cc297d8e" sha1="075e32cc09f62c89c75a61f47564d0972fcb1588"/>
+       </game>
+       <game name="Just Dance 2019 (Europe, Australia) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Just Dance 2019 (Europe, Australia) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Just Dance 2019 (Europe, Australia) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="ae4e0f86" md5="2e3c11dab6a265970600ab1e0ac46309" sha1="25c88c564e92fcfb7b3cc58f1e0ac21adc3fcd35"/>
+       </game>
+       <game name="My Pet Hotel (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>My Pet Hotel (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="My Pet Hotel (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="f4f2c1ae" md5="271c3f767cddcbc2b95bc2f2eb86ef8c" sha1="4000a5fc95abc245e9c1f40a33b63d93260bb254"/>
+       </game>
+       <game name="Animal Planet - Vet Life (Europe) (En,De,Es,It)">
+               <category>Games</category>
+               <description>Animal Planet - Vet Life (Europe) (En,De,Es,It)</description>
+               <rom name="Animal Planet - Vet Life (Europe) (En,De,Es,It).iso" size="4699979776" crc="ccdd3f74" md5="fdb432622287204aab14003ebbe0a991" sha1="50ae222ff8bf4be59bf1b94ed17c029cb20f9641"/>
+       </game>
+       <game name="Thomas &amp; Friends - Hero of the Rails (UK)">
+               <category>Games</category>
+               <description>Thomas &amp; Friends - Hero of the Rails (UK)</description>
+               <rom name="Thomas &amp; Friends - Hero of the Rails (UK).iso" size="4699979776" crc="8ea7de18" md5="30bbd5d9d1a9bf61c8955909160854ee" sha1="b1e064110c2609ec870935c88fd7c5d13673de80"/>
+       </game>
+       <game name="We Sing 80s (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>We Sing 80s (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="We Sing 80s (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="727807c0" md5="dd80abfadd99abda997287768de5f90c" sha1="9457088b6168c43eb09fa2f384722fe8be5f02ff"/>
+       </game>
+       <game name="We Sing 80s (Germany) (En,De)">
+               <category>Games</category>
+               <description>We Sing 80s (Germany) (En,De)</description>
+               <rom name="We Sing 80s (Germany) (En,De).iso" size="4699979776" crc="b2f0ba3f" md5="2c98a805f5e6783db5cbd98968094e2c" sha1="710c04a4e3bbe309d0658b377ab153225087fe80"/>
+       </game>
+       <game name="We Sing Deutsche Hits (Germany) (En,De)">
+               <category>Games</category>
+               <description>We Sing Deutsche Hits (Germany) (En,De)</description>
+               <rom name="We Sing Deutsche Hits (Germany) (En,De).iso" size="4699979776" crc="95344209" md5="3c00f1ceda3400837a44adb7764fab90" sha1="36fdc38234794bcda27106faaf1be70932c96360"/>
+       </game>
+       <game name="We Sing Deutsche Hits 2 (Germany) (En,De)">
+               <category>Games</category>
+               <description>We Sing Deutsche Hits 2 (Germany) (En,De)</description>
+               <rom name="We Sing Deutsche Hits 2 (Germany) (En,De).iso" size="4699979776" crc="518aefce" md5="4cbdf0e76d31dbee3837e08fa2b3b94e" sha1="77e16a672146f35714d040fd38a118845ecbf395"/>
+       </game>
+       <game name="2 in 1 - Meine Tierpension + Meine Tiersprechstunde (Germany)">
+               <category>Games</category>
+               <description>2 in 1 - Meine Tierpension + Meine Tiersprechstunde (Germany)</description>
+               <rom name="2 in 1 - Meine Tierpension + Meine Tiersprechstunde (Germany).iso" size="4699979776" crc="d5a6759e" md5="e8e97c50358c350e2503c672ac46dbea" sha1="d6d1ff27c02558a31ddad11aa314618070e00819"/>
+       </game>
+       <game name="Mini Golf Resort (Europe) (En,Fr,De,Nl)">
+               <category>Games</category>
+               <description>Mini Golf Resort (Europe) (En,Fr,De,Nl)</description>
+               <rom name="Mini Golf Resort (Europe) (En,Fr,De,Nl).iso" size="4699979776" crc="c480994b" md5="b48bd238d0a2a84d7d4574db95a6871f" sha1="cbc31a767a2530b838ae8b0a5626c9483a4c3b7d"/>
+       </game>
+       <game name="Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl)">
+               <category>Games</category>
+               <description>Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl)</description>
+               <rom name="Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl).iso" size="4699979776" crc="7fad8cde" md5="6efff150b0f5b7b6cb573800491627d7" sha1="a190e84d50d7d48ad3255ff430b5a20670fafdd0"/>
+       </game>
+       <game name="Sam &amp; Max - Season One (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Sam &amp; Max - Season One (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Sam &amp; Max - Season One (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="85b65f84" md5="865dace94db66f4af5ae6554a381421b" sha1="b80d14517d29bda8393bfb3c239922519b4f9fa7"/>
+       </game>
+       <game name="Greg Hastings Paintball 2 (Europe)">
+               <category>Games</category>
+               <description>Greg Hastings Paintball 2 (Europe)</description>
+               <rom name="Greg Hastings Paintball 2 (Europe).iso" size="4699979776" crc="ca4eb009" md5="4c628634c57d1805e5a50cc08e820dfc" sha1="d9c5a919e0ded33aaf99f6504cbe8a3702704020"/>
+       </game>
+       <game name="Mini Golf Resort (Germany)">
+               <category>Games</category>
+               <description>Mini Golf Resort (Germany)</description>
+               <rom name="Mini Golf Resort (Germany).iso" size="4699979776" crc="4484f361" md5="132ef9f01ba4bcb261b65c10d2d0aeb5" sha1="f3f42762203715a2e65fc66a1770d34b1bc43930"/>
+       </game>
+       <game name="Agent Hugo - Hula Holiday (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Agent Hugo - Hula Holiday (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Agent Hugo - Hula Holiday (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="3fd68bfd" md5="df0187dd312c68c8a899046fc1f7d8fb" sha1="a0cdcb2ec365c478eac1dbb63384148592700efe"/>
+       </game>
+       <game name="Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1)">
+               <category>Games</category>
+               <description>Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1)</description>
+               <rom name="Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1).iso" size="4699979776" crc="611e6423" md5="a4ce7ce9679c0bb6180e27e53da6eb1b" sha1="e85649298cb3f343ea90250570d9f9600dda01ce"/>
+       </game>
+       <game name="Bratz - Girlz Really Rock (Scandinavia) (No,Da)">
+               <category>Games</category>
+               <description>Bratz - Girlz Really Rock (Scandinavia) (No,Da)</description>
+               <rom name="Bratz - Girlz Really Rock (Scandinavia) (No,Da).iso" size="4699979776" crc="9d8e8a37" md5="f50f6bfcff99d0d7b2cfd08af7678f62" sha1="348ea354cf1c97759b08350afad6f43324baa8ad"/>
+       </game>
+       <game name="Trivial Pursuit (Scandinavia) (Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Trivial Pursuit (Scandinavia) (Sv,No,Da,Fi)</description>
+               <rom name="Trivial Pursuit (Scandinavia) (Sv,No,Da,Fi).iso" size="4699979776" crc="26fd5fa3" md5="66dc0a12438214bdfc480d3c7333dd79" sha1="2e828c722ab6560b3817353fa410e5c71359643b"/>
+       </game>
+       <game name="Remington Super Slam Hunting - North America (Australia)">
+               <category>Games</category>
+               <description>Remington Super Slam Hunting - North America (Australia)</description>
+               <rom name="Remington Super Slam Hunting - North America (Australia).iso" size="4699979776" crc="f0390114" md5="90a3e90bac0d7413cc888c4ce488062e" sha1="b18f985d1360f9a1c62da3217687918a592c74d5"/>
+       </game>
+       <game name="AFL - Game of the Year Edition (Australia)">
+               <category>Games</category>
+               <description>AFL - Game of the Year Edition (Australia)</description>
+               <rom name="AFL - Game of the Year Edition (Australia).iso" size="4699979776" crc="3ad4e938" md5="a4907020295f89f320d66b7f4ad8068d" sha1="8524d9c198dd046e1e7803079121057aea1af6f4"/>
+       </game>
+       <game name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="b798ce12" md5="1d83dbb3767d3742e9796053bff9daee" sha1="9e968c630231600b0d9e77a172c87cf36bcf6b9b"/>
+       </game>
+       <game name="Barbie - Groom and Glam Pups (UK, Australia) (En,Fr,De,Es,It,Nl) (SB9Y)">
+               <category>Games</category>
+               <description>Barbie - Groom and Glam Pups (UK, Australia) (En,Fr,De,Es,It,Nl) (SB9Y)</description>
+               <rom name="Barbie - Groom and Glam Pups (UK, Australia) (En,Fr,De,Es,It,Nl) (SB9Y).iso" size="4699979776" crc="7332a45c" md5="0dbbcbb6027c5c58003924ac06b821ce" sha1="f567aee4a3b1d2782c1fb592e109de50e4f14063"/>
+       </game>
+       <game name="Nickelodeon Dance 2 (Australia)">
+               <category>Games</category>
+               <description>Nickelodeon Dance 2 (Australia)</description>
+               <rom name="Nickelodeon Dance 2 (Australia).iso" size="4699979776" crc="f647c62f" md5="5bc3f6e9a034f224431a7869037cd956" sha1="2e9ee29061fe4018d4b5cc38aa1edae5880a6173"/>
+       </game>
+       <game name="FIFA 09 - All-Play (Russia)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (Russia)</description>
+               <rom name="FIFA 09 - All-Play (Russia).iso" size="4699979776" crc="5ce7eaa1" md5="fe4f4ebee75f51beacb84115c55ae37d" sha1="947bddf4ce88934e94999d253ae05ba9ed215d35"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (Russia)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids 2 (Russia)</description>
+               <rom name="Rayman - Raving Rabbids 2 (Russia).iso" size="4699979776" crc="9d9c82c0" md5="9de6610d3db3530409cdc1695911c6f9" sha1="8153b30cbb5f0b8ce06e77936d8bfccd968f18b8"/>
+       </game>
+       <game name="Disney-Pixar Toy Story 3 (Russia)">
+               <category>Games</category>
+               <description>Disney-Pixar Toy Story 3 (Russia)</description>
+               <rom name="Disney-Pixar Toy Story 3 (Russia).iso" size="4699979776" crc="8ae367f4" md5="e91fc3aefc7de6f1a6ce1aa59c411a8d" sha1="eab886538a1eff31e5cb707dce02c6e00f1dd704"/>
+       </game>
+       <game name="Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="2a627173" md5="90545da794b8c834e2018e85534e787f" sha1="19d29c711115e11a967909c776370928de4cac83"/>
+       </game>
+       <game name="Let's Sing 2018 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2018 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2018 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It).iso" size="4699979776" crc="c70e7bf4" md5="b555ffa29d0d7d9cd15e94e8f31e71a6" sha1="e85b3e90c5967750875059b5c891be73231f2179"/>
+       </game>
+       <game name="Let's Sing 2019 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2019 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2019 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It).iso" size="4699979776" crc="16480fb6" md5="9e93c51b2b31a54638575cad7ad6acd4" sha1="1858486c3935f4198f586d181d1fe9a1983f4c88"/>
+       </game>
+       <game name="Barbie - Jet, Set &amp; Style! (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Barbie - Jet, Set &amp; Style! (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Barbie - Jet, Set &amp; Style! (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="befe5687" md5="c992745a6579a49022d26d74448d688e" sha1="5eb80b1ca9f35df89db68d441cb0294c8db0d0da"/>
+       </game>
+       <game name="Let's Sing 2017 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2017 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2017 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It).iso" size="4699979776" crc="c2c3a982" md5="137783894dcd9d49c6d8fba5c3f1adfd" sha1="96ebf621b2bcbf7565212352c4be9f59673d08b6"/>
+       </game>
+       <game name="Let's Sing 2018 (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2018 (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2018 (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="00d02104" md5="d19cdfc233b3d606fef2d13b75ab0223" sha1="aed159fae4c62bd7af152ef4f43712cb145e1123"/>
+       </game>
+       <game name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="46174232" md5="fd91c41a7294fec7d94cf7801434c167" sha1="3ab55727f6892eb39520e6c4f3aaa221e96cea69"/>
+       </game>
+       <game name="FIFA 10 (Russia)">
+               <category>Games</category>
+               <description>FIFA 10 (Russia)</description>
+               <rom name="FIFA 10 (Russia).iso" size="4699979776" crc="1947ed1d" md5="aded38924762aab1afba4b2e9f06c252" sha1="082f9c88f64c89df6fbbe45f9b12eaa797e8520e"/>
+       </game>
+       <game name="Carnival Games (USA) (Rev 2)">
+               <category>Games</category>
+               <description>Carnival Games (USA) (Rev 2)</description>
+               <rom name="Carnival Games (USA) (Rev 2).iso" size="4699979776" crc="4ca08a06" md5="07cb49fb1ea4ff143aed94168a5331fc" sha1="981e47ccf2958c2ff0ebc270ef6af64300787f01"/>
+       </game>
+       <game name="Cooking Mama - World Kitchen (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Cooking Mama - World Kitchen (USA) (Rev 1)</description>
+               <rom name="Cooking Mama - World Kitchen (USA) (Rev 1).iso" size="4699979776" crc="24d001ff" md5="803be3fb183b577444664c7bdb267dd5" sha1="fff00212d4688dc4a42467ff0f364d4fbcd05dc1"/>
+       </game>
+       <game name="2010 FIFA World Cup South Africa (Korea)">
+               <category>Games</category>
+               <description>2010 FIFA World Cup South Africa (Korea)</description>
+               <rom name="2010 FIFA World Cup South Africa (Korea).iso" size="4699979776" crc="6d24dc64" md5="b21e06173fdfc63bc0af21f7c60564ba" sha1="2f37f4364df6d891ba44dbe962e6d87d42834d06"/>
+       </game>
+       <game name="Call of Duty - World at War (Korea)">
+               <category>Games</category>
+               <description>Call of Duty - World at War (Korea)</description>
+               <rom name="Call of Duty - World at War (Korea).iso" size="4699979776" crc="1ba93c65" md5="7df1d609f315a167c1e52fd45e1bac16" sha1="fe353b088ae5a1745fad6f25b5203035801b147a"/>
+       </game>
+       <game name="Cooking Mama (Korea)">
+               <category>Games</category>
+               <description>Cooking Mama (Korea)</description>
+               <rom name="Cooking Mama (Korea).iso" size="4699979776" crc="66d01ff0" md5="7d34d85980b54c9bcfda1430dfc7df13" sha1="e3cd18de6f767739e8e56992d7f0399040c54e6f"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda (Korea)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda (Korea)</description>
+               <rom name="DreamWorks Kung Fu Panda (Korea).iso" size="4699979776" crc="395b19f5" md5="77071e4dfd3be11ce2ab4a4498106ae3" sha1="a61b31fc1fa467a87b6f0e92d53689a94cc5fc50"/>
+       </game>
+       <game name="Family Ski &amp; Snowboard (Korea)">
+               <category>Games</category>
+               <description>Family Ski &amp; Snowboard (Korea)</description>
+               <rom name="Family Ski &amp; Snowboard (Korea).iso" size="4699979776" crc="32dcd0d1" md5="9718f68629c02307b130660845140e30" sha1="358f4d19bf6f26f327cea620d8800f0d98e74bb4"/>
+       </game>
+       <game name="Just Dance 3 (Korea)">
+               <category>Games</category>
+               <description>Just Dance 3 (Korea)</description>
+               <rom name="Just Dance 3 (Korea).iso" size="4699979776" crc="305328a1" md5="5ec8a4ab0ae8e8afeaa9bd0fd1b2f305" sha1="8d98c8d15e1a0661ecf65e326a91c35ff8996e06"/>
+       </game>
+       <game name="Need for Speed - ProStreet (Korea)">
+               <category>Games</category>
+               <description>Need for Speed - ProStreet (Korea)</description>
+               <rom name="Need for Speed - ProStreet (Korea).iso" size="4699979776" crc="38654e97" md5="b40eb1b94a0265f3f3113b1babdfa77c" sha1="448dd84e62829a4ce5b5478dff904431abc7f3fc"/>
+       </game>
+       <game name="Red Steel 2 (Korea)">
+               <category>Games</category>
+               <description>Red Steel 2 (Korea)</description>
+               <rom name="Red Steel 2 (Korea).iso" size="4699979776" crc="1590f635" md5="cf988149773ecb0eb92612b438a8af93" sha1="0de22cf4c06275e8309dcd90e0c2becb53ebb098"/>
+       </game>
+       <game name="Soulcalibur Legends (Korea)">
+               <category>Games</category>
+               <description>Soulcalibur Legends (Korea)</description>
+               <rom name="Soulcalibur Legends (Korea).iso" size="4699979776" crc="f2d57b5c" md5="d5828ce0a764ed5551662fd87bf3a52f" sha1="a6b5ba8008a9ac034e563efc1db116d253dce4c0"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 08 (Korea)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 08 (Korea)</description>
+               <rom name="Tiger Woods PGA Tour 08 (Korea).iso" size="4699979776" crc="f30d8409" md5="64ec2b5a472c1efd0b9905bf990c2d6a" sha1="7c293effc1ef0a0ee18d461aeabb4d44d06b8056"/>
+       </game>
+       <game name="Valhalla Knights - Eldar Saga (Korea)">
+               <category>Games</category>
+               <description>Valhalla Knights - Eldar Saga (Korea)</description>
+               <rom name="Valhalla Knights - Eldar Saga (Korea).iso" size="4699979776" crc="9cb64069" md5="ebaccc4af0a104d79cda982783194a34" sha1="0cd5d4e6c53dd42be72b6384940e32d155bd153f"/>
+       </game>
+       <game name="Wii Fit (Korea)">
+               <category>Games</category>
+               <description>Wii Fit (Korea)</description>
+               <rom name="Wii Fit (Korea).iso" size="4699979776" crc="522d6349" md5="c46a39c8d194f9c2b33448eb2d127c5b" sha1="9856d2d5fc2939e3210e16664b8d69d1295e08e8"/>
+       </game>
+       <game name="Survivor (Europe, Australia) (En,Sv,No,Da)">
+               <category>Games</category>
+               <description>Survivor (Europe, Australia) (En,Sv,No,Da)</description>
+               <rom name="Survivor (Europe, Australia) (En,Sv,No,Da).iso" size="4699979776" crc="0e45b029" md5="faecac8e3b6e50b87ac781d2c651a5fe" sha1="3853925a801c16585103debdb1f724316c9cc54a"/>
+       </game>
+       <game name="Let's Sing 2019 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Let's Sing 2019 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It)</description>
+               <rom name="Let's Sing 2019 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It).iso" size="4699979776" crc="143554f6" md5="f7315f486f638e5b2af097d7b573f579" sha1="5fc546ad2b92edbbb0c92414a7922fd4277ad137"/>
+       </game>
+       <game name="Agent Hugo - Lemoon Twist (Scandinavia) (En,Sv,No,Da,Fi)">
+               <category>Games</category>
+               <description>Agent Hugo - Lemoon Twist (Scandinavia) (En,Sv,No,Da,Fi)</description>
+               <rom name="Agent Hugo - Lemoon Twist (Scandinavia) (En,Sv,No,Da,Fi).iso" size="4699979776" crc="478797c4" md5="6635befbc0a16c710d7bfc9e0cabce41" sha1="8741c2825c45f1c3b100cbdc7a48268a520017fc"/>
+       </game>
+       <game name="Byeorui Kirby Wii (Korea)">
+               <category>Games</category>
+               <description>Byeorui Kirby Wii (Korea)</description>
+               <rom name="Byeorui Kirby Wii (Korea).iso" size="4699979776" crc="46c11c4c" md5="181dc8af5edf7808a3bf3bc64c4f02f8" sha1="8994ad9e491dd65a1c7abd5cf1457bfcb4356590"/>
+       </game>
+       <game name="FaceBreaker K.O. Party (Korea)">
+               <category>Games</category>
+               <description>FaceBreaker K.O. Party (Korea)</description>
+               <rom name="FaceBreaker K.O. Party (Korea).iso" size="4699979776" crc="9f2a20d4" md5="23020174ff0686b98044bee950c9d7f2" sha1="7243d2e6af0b11d7c51fc9a26474f1dd982a3134"/>
+       </game>
+       <game name="FIFA 08 (Korea)">
+               <category>Games</category>
+               <description>FIFA 08 (Korea)</description>
+               <rom name="FIFA 08 (Korea).iso" size="4699979776" crc="82a3e323" md5="fec85a1cc384fefa930e49cfbc841d96" sha1="23c0859042765b97d3e86e1c03623d4efe173a48"/>
+       </game>
+       <game name="FIFA 09 - All-Play (Korea)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (Korea)</description>
+               <rom name="FIFA 09 - All-Play (Korea).iso" size="4699979776" crc="c6a53a2b" md5="77d5bc3fa6299f9fe14a8d47a1148d9b" sha1="1b853c7a73cdc180cc533fb0a9b704610e2e594d"/>
+       </game>
+       <game name="Metal Slug Complete (Korea)">
+               <category>Games</category>
+               <description>Metal Slug Complete (Korea)</description>
+               <rom name="Metal Slug Complete (Korea).iso" size="4699979776" crc="366074b5" md5="66a1ba14f88405e23624c963a750e1c4" sha1="394c8f490aedbc3cad36bf5d72b875f3533b13e8"/>
+       </game>
+       <game name="Need for Speed - Undercover (Korea)">
+               <category>Games</category>
+               <description>Need for Speed - Undercover (Korea)</description>
+               <rom name="Need for Speed - Undercover (Korea).iso" size="4699979776" crc="2af2564b" md5="e59ceb6473bb02c30a80d2a6090ef402" sha1="4b90e649f286d39b85e04b082d54719a47b0c0eb"/>
+       </game>
+       <game name="King of Fighters Collection, The - The Orochi Saga (Korea)">
+               <category>Games</category>
+               <description>King of Fighters Collection, The - The Orochi Saga (Korea)</description>
+               <rom name="King of Fighters Collection, The - The Orochi Saga (Korea).iso" size="4699979776" crc="51b01603" md5="1bacf245defd83f9e77a57b43473aae9" sha1="8b246ed4e51f21c8e3ba43fcabd51410bdd26e58"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 09 - All-Play (Korea)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 09 - All-Play (Korea)</description>
+               <rom name="Tiger Woods PGA Tour 09 - All-Play (Korea).iso" size="4699979776" crc="c6d21115" md5="d3195261f0d8fa57a78698d38b428801" sha1="0db8a42dd0356bac6ae39503e75dc5f48449e298"/>
+       </game>
+       <game name="Transformers - The Game (Korea)">
+               <category>Games</category>
+               <description>Transformers - The Game (Korea)</description>
+               <rom name="Transformers - The Game (Korea).iso" size="4699979776" crc="65b28e90" md5="caa4ba68d9590cb14f268d6b859de799" sha1="f0f1c9e40010a5ea40c6119fc2d1d06ebd0e35e9"/>
+       </game>
+       <game name="FreeLoader for Nintendo Wii (USA) (Unl) (Rev 1)">
+               <category>Applications</category>
+               <description>FreeLoader for Nintendo Wii (USA) (Unl) (Rev 1)</description>
+               <rom name="FreeLoader for Nintendo Wii (USA) (Unl) (Rev 1).iso" size="1459978240" crc="1cc40417" md5="7ef5176eee10d71f6094bae0821d0b44" sha1="3cbab4236fe31abc15e253adadf963ba8fa7261d"/>
+       </game>
+       <game name="FreeLoader for Nintendo Wii (Japan) (Unl)">
+               <category>Applications</category>
+               <description>FreeLoader for Nintendo Wii (Japan) (Unl)</description>
+               <rom name="FreeLoader for Nintendo Wii (Japan) (Unl).iso" size="1459978240" crc="87152b46" md5="b39fba4b7161d849498aae2d23495221" sha1="81ecf528377d6603c99e0b1410c632e0a17acc56"/>
+       </game>
+       <game name="Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea) (Rev 1)">
+               <category>Games</category>
+               <description>Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea) (Rev 1)</description>
+               <rom name="Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea) (Rev 1).iso" size="4699979776" crc="b2626dca" md5="bd8418e6f06af033ffb439c1b7dab0fb" sha1="5b2022b787560d1fac7e65fcc8fcb50ccc335190"/>
+       </game>
+       <game name="Disney Epic Mickey 2 - The Power of Two (Korea)">
+               <category>Games</category>
+               <description>Disney Epic Mickey 2 - The Power of Two (Korea)</description>
+               <rom name="Disney Epic Mickey 2 - The Power of Two (Korea).iso" size="4699979776" crc="96b6c5e4" md5="066415ac837c285cd6d8e990b6101f24" sha1="f31e0ecbcae042ba7dda799edc7559328938c895"/>
+       </game>
+       <game name="Mariowa Sonic London Olympic (Korea)">
+               <category>Games</category>
+               <description>Mariowa Sonic London Olympic (Korea)</description>
+               <rom name="Mariowa Sonic London Olympic (Korea).iso" size="4699979776" crc="e70ff4d8" md5="e97bfbf201e11a397b189717619a3bd5" sha1="5d4f3d31acb00906e3a6b3cb8a9b375dbd5e5ff6"/>
+       </game>
+       <game name="Rhythm Sesang Wii (Korea)">
+               <category>Games</category>
+               <description>Rhythm Sesang Wii (Korea)</description>
+               <rom name="Rhythm Sesang Wii (Korea).iso" size="4699979776" crc="816874dc" md5="479425533917913040fa83ac615e34f5" sha1="49b396c4636a3e40b55803a7d2135a3924f8a849"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 10 (Korea)">
+               <category>Games</category>
+               <description>Tiger Woods PGA Tour 10 (Korea)</description>
+               <rom name="Tiger Woods PGA Tour 10 (Korea).iso" size="4699979776" crc="0855177b" md5="ad4730819a1efb45c58dc4d4043106ed" sha1="26c68ee0c2b80ab26e5beea7bde0d6b77791c9d5"/>
+       </game>
+       <game name="FreeLoader for Nintendo Wii (Europe) (Unl) (Rev 1)">
+               <category>Applications</category>
+               <description>FreeLoader for Nintendo Wii (Europe) (Unl) (Rev 1)</description>
+               <rom name="FreeLoader for Nintendo Wii (Europe) (Unl) (Rev 1).iso" size="1459978240" crc="a9052df8" md5="64930b7c626008006c0def69a53ecb5e" sha1="59dc5954956a7fd58c3280bc0c398fbdd379a0cb"/>
+       </game>
+       <game name="Just Dance 2020 (Europe) (En,Fr,De,Es,It,Nl)">
+               <category>Games</category>
+               <description>Just Dance 2020 (Europe) (En,Fr,De,Es,It,Nl)</description>
+               <rom name="Just Dance 2020 (Europe) (En,Fr,De,Es,It,Nl).iso" size="4699979776" crc="cc064db7" md5="26b4bfe91cc383db7db1430656e86533" sha1="527ecbb7b46c591a42a73993c46a4c07b36d6ee7"/>
+       </game>
+       <game name="Just Dance 2020 (USA) (En,Fr,Es)">
+               <category>Games</category>
+               <description>Just Dance 2020 (USA) (En,Fr,Es)</description>
+               <rom name="Just Dance 2020 (USA) (En,Fr,Es).iso" size="4699979776" crc="eeb90d8e" md5="336a39bc58bff0541556b7a54b0f5c23" sha1="1492b6dbb5331a3ef39fe15f30875397a5ef86fc"/>
+       </game>
+       <game name="Guitar Hero III - Legends of Rock (Korea)">
+               <category>Games</category>
+               <description>Guitar Hero III - Legends of Rock (Korea)</description>
+               <rom name="Guitar Hero III - Legends of Rock (Korea).iso" size="4699979776" crc="0067c2aa" md5="e7802b82acdd3adb2c8dc11435ca1306" sha1="85be38e9b2ffade8a2e55106471aaa768e6ec3bc"/>
+       </game>
+       <game name="Myeongtamjeong Conan - Chueogui Hwansang (Korea) (Rev 1)">
+               <category>Games</category>
+               <description>Myeongtamjeong Conan - Chueogui Hwansang (Korea) (Rev 1)</description>
+               <rom name="Myeongtamjeong Conan - Chueogui Hwansang (Korea) (Rev 1).iso" size="4699979776" crc="029cdab5" md5="9f49972339bf77cac23908c018c7d964" sha1="cadfebd8f4c39b4443992ca6f42493d2fc795163"/>
+       </game>
+       <game name="MySims Simdeurui Wangguk (Korea)">
+               <category>Games</category>
+               <description>MySims Simdeurui Wangguk (Korea)</description>
+               <rom name="MySims Simdeurui Wangguk (Korea).iso" size="4699979776" crc="eedba00d" md5="949b41f1be31faea1ee6ed1fb6cf2c8d" sha1="fac7561ce1b744a26f72117f17a2459673a5cdfd"/>
+       </game>
+       <game name="Rayman - Raving Rabbids - TV Party (Korea)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids - TV Party (Korea)</description>
+               <rom name="Rayman - Raving Rabbids - TV Party (Korea).iso" size="4699979776" crc="7065ef91" md5="63fab0df821e383d9151d70cf78874e0" sha1="fda0b2e70f5d8ae798daa152ce90554c2866977e"/>
+       </game>
+       <game name="Samurai Spirits - 6beonui Seungbu (Korea)">
+               <category>Games</category>
+               <description>Samurai Spirits - 6beonui Seungbu (Korea)</description>
+               <rom name="Samurai Spirits - 6beonui Seungbu (Korea).iso" size="4699979776" crc="a1d824a7" md5="6f541ebee98198d1dea96906e4326be2" sha1="50bef06421c8a80b529343970176f7e4cf5f3bc4"/>
+       </game>
+       <game name="Super Mario Wii 2 - Galaxy Adventure Together (Korea)">
+               <category>Games</category>
+               <description>Super Mario Wii 2 - Galaxy Adventure Together (Korea)</description>
+               <rom name="Super Mario Wii 2 - Galaxy Adventure Together (Korea).iso" size="4699979776" crc="6892c921" md5="8a2d73da8558a6f502ff3b2176c72bbc" sha1="38738a96d450662dfb1e0891f6f5ede3a5321e51"/>
+       </game>
+       <game name="Wii Remocon Plusro Jeulgineun - Variety Game Box (Korea)">
+               <category>Games</category>
+               <description>Wii Remocon Plusro Jeulgineun - Variety Game Box (Korea)</description>
+               <rom name="Wii Remocon Plusro Jeulgineun - Variety Game Box (Korea).iso" size="4699979776" crc="29880cde" md5="2e19af2da9b5285081ba11b88f11d6e2" sha1="b198c0c95a6c49e61c046a04da2230182401cb11"/>
+       </game>
+       <game name="Wiiro Dahamkke! Mallangmallang Dunoegyosil (Korea)">
+               <category>Games</category>
+               <description>Wiiro Dahamkke! Mallangmallang Dunoegyosil (Korea)</description>
+               <rom name="Wiiro Dahamkke! Mallangmallang Dunoegyosil (Korea).iso" size="4699979776" crc="ff6338cc" md5="8b03c9853fc75f6aaeb64f413fbac866" sha1="286d6812a5f42908aebf804994cb30854839b09a"/>
+       </game>
+       <game name="Bomberman Land Wii (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Bomberman Land Wii (Japan) (Rev 1)</description>
+               <rom name="Bomberman Land Wii (Japan) (Rev 1).iso" size="4699979776" crc="cf7bb8e8" md5="0edc1511e68c033772463c6578f77744" sha1="954ad7b80faa1ee71421cdbc424005d714776866"/>
+       </game>
+       <game name="Dairantou Smash Brothers X (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Dairantou Smash Brothers X (Japan) (Rev 1)</description>
+               <rom name="Dairantou Smash Brothers X (Japan) (Rev 1).iso" size="8511160320" crc="19a97809" md5="9ea2c51b4821f8f630b5d930d98871bf" sha1="932d9e9bef67609d2bd15504bb5191a1079d8759"/>
+       </game>
+       <game name="101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="a83b4530" md5="02c0ac63eb3f374977f407b9046c5258" sha1="679dd40c41490b332d2da69890e1c7769821465d"/>
+       </game>
+       <game name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Demo)">
+               <category>Demos</category>
+               <description>Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Demo)</description>
+               <rom name="Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Demo).iso" size="4699979776" crc="67a563dc" md5="576bc44a289d3a22b0bce03c0d60aa59" sha1="609ad22309d95912f6196a1d94fe70898651e921"/>
+       </game>
+       <game name="Reload (Australia)">
+               <category>Games</category>
+               <description>Reload (Australia)</description>
+               <rom name="Reload (Australia).iso" size="4699979776" crc="5faaecac" md5="44823338f17f4e0207c3795aff41c760" sha1="a798810c54bce458dda044615dde613b13fc354b"/>
+       </game>
+       <game name="Family Fishing (Korea)">
+               <category>Games</category>
+               <description>Family Fishing (Korea)</description>
+               <rom name="Family Fishing (Korea).iso" size="4699979776" crc="aebb2559" md5="fbca948b24147c44190e17c76cad62c5" sha1="8c602c111521cd9159e16a884336c1acba3fdc8c"/>
+       </game>
+       <game name="FIFA 10 (Korea)">
+               <category>Games</category>
+               <description>FIFA 10 (Korea)</description>
+               <rom name="FIFA 10 (Korea).iso" size="4699979776" crc="0f45add7" md5="2a258a1a83a7c1e51cc4562b8049a9fe" sha1="e9fe715cd62a2432220073a0da97d1d6e3e259b2"/>
+       </game>
+       <game name="Harry Potter-wa Honhyeol-Wangja (Korea)">
+               <category>Games</category>
+               <description>Harry Potter-wa Honhyeol-Wangja (Korea)</description>
+               <rom name="Harry Potter-wa Honhyeol-Wangja (Korea).iso" size="4699979776" crc="a590da24" md5="aa07f2e5724bb22082fa0a6e379e9739" sha1="21d7a552681e4a5d3389c34c69aaa1aab5e78eb3"/>
+       </game>
+       <game name="Wii Sports Resort (Korea)">
+               <category>Games</category>
+               <description>Wii Sports Resort (Korea)</description>
+               <rom name="Wii Sports Resort (Korea).iso" size="4699979776" crc="dc71c414" md5="558ac3fdb062ac70faa2982d2f6b935b" sha1="ed00b16062ed9074d216ed28f65e375ad606dfd4"/>
+       </game>
+       <game name="Iron Man 2 (USA) (En,Fr,Es) (Walmart)">
+               <category>Games</category>
+               <description>Iron Man 2 (USA) (En,Fr,Es) (Walmart)</description>
+               <rom name="Iron Man 2 (USA) (En,Fr,Es) (Walmart).iso" size="4699979776" crc="adf45176" md5="4c75a62392f589865b8939d7f0ed535d" sha1="f2e98376cccdd030ca8e555e2125c2481c686825"/>
+       </game>
+       <game name="Ben 10 - Galactic Racing (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Ben 10 - Galactic Racing (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Ben 10 - Galactic Racing (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="b723259d" md5="9e3e917bbde87756dd276c230b920443" sha1="f33469e83b2364b769ad51e63a67df67aa802977"/>
+       </game>
+       <game name="Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="a894720b" md5="25768d62ea3faafb244326a134264537" sha1="6cbb61b38c63e23e05bb2340ff59fbeb42071279"/>
+       </game>
+       <game name="Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="b8fef952" md5="e55918ac09ddae93989780da7f8901af" sha1="6e802debd0fe3680c724efb319215928f6ee3072"/>
+       </game>
+       <game name="Retro City Rampage DX (Europe) (En,Fr,De,Es,It)">
+               <category>Games</category>
+               <description>Retro City Rampage DX (Europe) (En,Fr,De,Es,It)</description>
+               <rom name="Retro City Rampage DX (Europe) (En,Fr,De,Es,It).iso" size="4699979776" crc="08567f0d" md5="6d1add7be82f95aa152d0ec5c525abb0" sha1="43e6f63dd490b6ea9becaf1f80024ce9a25405e9"/>
+       </game>
+       <game name="Shakedown - Hawaii (Europe)">
+               <category>Games</category>
+               <description>Shakedown - Hawaii (Europe)</description>
+               <rom name="Shakedown - Hawaii (Europe).iso" size="4699979776" crc="1db853a8" md5="ce8c17efd73fe998cdae3215acf4c977" sha1="b3f7c2d1fcdfc162fb67ceb2c314caeccb625976"/>
+       </game>
+       <game name="Nickelodeon Dance (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon Dance (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Nickelodeon Dance (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="7786335d" md5="82a1b0ed148b3645003d2841862017ec" sha1="c656b1ead7b0f127ca6991ad5a0bc9992df6c8d9"/>
+       </game>
+       <game name="Need for Speed - ProStreet (USA, Canada) (Rev 1)">
+               <category>Games</category>
+               <description>Need for Speed - ProStreet (USA, Canada) (Rev 1)</description>
+               <rom name="Need for Speed - ProStreet (USA, Canada) (Rev 1).iso" size="4699979776" crc="24650186" md5="a44d380a3e421d0ed96841baf8d359ac" sha1="178e9b73d737ada430befe73c73d56170d55f6b5"/>
+       </game>
+       <game name="Barbie as the Island Princess (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Barbie as the Island Princess (USA) (Rev 1)</description>
+               <rom name="Barbie as the Island Princess (USA) (Rev 1).iso" size="4699979776" crc="eaf035d6" md5="ee6a8c54123f87c395ffa097ee8b2cea" sha1="4afaf5cc322c967da8537ec24fdfb3b01b934751"/>
+       </game>
+       <game name="Just Dance 2019 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance 2019 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1)</description>
+               <rom name="Just Dance 2019 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1).iso" size="4699979776" crc="000373f5" md5="75ee6183d5f5157549818d615f08982a" sha1="e197e0ea3a4ef1a8f196e655f86d22b898436b43"/>
+       </game>
+       <game name="FIFA 09 - All-Play (Canada) (En,Fr)">
+               <category>Games</category>
+               <description>FIFA 09 - All-Play (Canada) (En,Fr)</description>
+               <rom name="FIFA 09 - All-Play (Canada) (En,Fr).iso" size="4699979776" crc="8ab8c8fc" md5="db3fbb3bf0e0003f886db0fac2a7e71b" sha1="3892cee5216514427dc121ac94a604e697012a2b"/>
+       </game>
+       <game name="Just Dance 3 (USA) (En,Fr,Es) (Best Buy)">
+               <category>Games</category>
+               <description>Just Dance 3 (USA) (En,Fr,Es) (Best Buy)</description>
+               <rom name="Just Dance 3 (USA) (En,Fr,Es) (Best Buy).iso" size="4699979776" crc="ff2e6fda" md5="ad29aacfc50e248bb25fa89e0e07569d" sha1="74e107bd4df015b893ed65c7d23bb95002addd9a"/>
+       </game>
+       <game name="Just Dance 3 (USA) (En,Fr,Es) (Target)">
+               <category>Games</category>
+               <description>Just Dance 3 (USA) (En,Fr,Es) (Target)</description>
+               <rom name="Just Dance 3 (USA) (En,Fr,Es) (Target).iso" size="4699979776" crc="6f93449f" md5="9bd50aa376164cecc7a67549dde28064" sha1="1a502be4ee85e1418453a252f35e8a5c405ffbb2"/>
+       </game>
+       <game name="Just Dance 2019 (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Just Dance 2019 (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Just Dance 2019 (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="994a8060" md5="89bad1bee3b090b870cbe3ac880d48b5" sha1="bd427d15c1f7121dfc2b57de1400fe7e6cb8eda5"/>
+       </game>
+       <game name="Netflix (USA) (Rev 3)">
+               <category>Applications</category>
+               <description>Netflix (USA) (Rev 3)</description>
+               <rom name="Netflix (USA) (Rev 3).iso" size="4699979776" crc="3ee46add" md5="e80ed19f5a5a5ba6be0186b60734d710" sha1="ca4f6e7c286f5137bd4ef9a0ba8312d943c72e63"/>
+       </game>
+       <game name="U-Sing (Europe) (En,Nl) (Rev 2)">
+               <category>Games</category>
+               <description>U-Sing (Europe) (En,Nl) (Rev 2)</description>
+               <rom name="U-Sing (Europe) (En,Nl) (Rev 2).iso" size="4699979776" crc="bc976188" md5="8cd09ef3c0c7ced64a8bb6657862f399" sha1="ca236b865269e8515188894b44277a4314f80c69"/>
+       </game>
+       <game name="Barbie - Jet, Set &amp; Style! (Australia) (En,Fr,Es) (S3EX)">
+               <category>Games</category>
+               <description>Barbie - Jet, Set &amp; Style! (Australia) (En,Fr,Es) (S3EX)</description>
+               <rom name="Barbie - Jet, Set &amp; Style! (Australia) (En,Fr,Es) (S3EX).iso" size="4699979776" crc="8553d91d" md5="b5f44fd5a9f71e35aa3075097c017e5e" sha1="912aaf0341dd2cf46cfa8a933a3bd53984888d46"/>
+       </game>
+       <game name="Nickelodeon Dora's Big Birthday Adventure (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Nickelodeon Dora's Big Birthday Adventure (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Nickelodeon Dora's Big Birthday Adventure (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="4f9484fb" md5="bbd1af85085a61c5bd08fa350c2f1d82" sha1="23f863de94b23a2607fcdc74639b9fd26a9c97c6"/>
+       </game>
+       <game name="Skylanders - Swap Force (Europe) (Fr,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Swap Force (Europe) (Fr,Nl) (Rev 1)</description>
+               <rom name="Skylanders - Swap Force (Europe) (Fr,Nl) (Rev 1).iso" size="4699979776" crc="4622aa8a" md5="5d5b057591fdae57bb92feec1b585944" sha1="934ca87f0acb99d782721f6818498f433b8ce866"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Rev 1)</description>
+               <rom name="Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Rev 1).iso" size="4699979776" crc="db42cf7e" md5="d557c98febcd472036cb1e52130b82d7" sha1="9dcca1d9764da70cf9da455b9eb587e065db32ed"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Skylanders - Spyro's Adventure (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="edf74130" md5="146c5d66291fe3b62407fa52fae602cf" sha1="674efa103c927cb1c3dac6ace2fc94acae75bdef"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 2)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 2)</description>
+               <rom name="Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 2).iso" size="4699979776" crc="eefa2674" md5="df918804199a9219081aeb34d324f710" sha1="93a5db962a70a108ff9405f10945647027cc5376"/>
+       </game>
+       <game name="Hot Wheels - Track Attack (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>Hot Wheels - Track Attack (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="Hot Wheels - Track Attack (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="6815198d" md5="dcdc18b7b884bb2db38fb7fe159a6905" sha1="febeb16d216aecfd7abfc4374078100159d09406"/>
+       </game>
+       <game name="Skylanders - Trap Team (Europe) (En,De) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Europe) (En,De) (Rev 1)</description>
+               <rom name="Skylanders - Trap Team (Europe) (En,De) (Rev 1).iso" size="4699979776" crc="69924345" md5="e5c1f89ee18a5a0fb3cd4fd06e086f82" sha1="295492b75907dfac92ee42227a13fa06ede8d8e6"/>
+       </game>
+       <game name="Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany) (Rev 1)</description>
+               <rom name="Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany) (Rev 1).iso" size="4699979776" crc="d3564189" md5="13b1c439a758efdfc64ed4e4971be652" sha1="e25a6227df0a360899e7dd8cc93f06aff69815b0"/>
+       </game>
+       <game name="Skylanders - Trap Team (Europe) (Fr,Nl) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Europe) (Fr,Nl) (Rev 1)</description>
+               <rom name="Skylanders - Trap Team (Europe) (Fr,Nl) (Rev 1).iso" size="4699979776" crc="d6ab5c10" md5="fbcc744c28785f504bcf16fa6622d4c3" sha1="b5df3c1c61d727dab9a209a2bd5f36038d0a03b7"/>
+       </game>
+       <game name="Night at the Museum - Battle of the Smithsonian - The Video Game (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Night at the Museum - Battle of the Smithsonian - The Video Game (USA) (Rev 1)</description>
+               <rom name="Night at the Museum - Battle of the Smithsonian - The Video Game (USA) (Rev 1).iso" size="4699979776" crc="3d04a6c8" md5="bf00fd713a5412bea0ef1c4e93fd8765" sha1="8061d5b6e01b2bc0a67f2bd783455bb30b108f1d"/>
+       </game>
+       <game name="Skylanders - Trap Team (USA) (En,Fr) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (USA) (En,Fr) (Rev 1)</description>
+               <rom name="Skylanders - Trap Team (USA) (En,Fr) (Rev 1).iso" size="4699979776" crc="e131f3e8" md5="1dd69ec30fc8fbb18cccd503ee721cb9" sha1="0fd774150f9a602f337e7afb0d5acfdadf1ca908"/>
+       </game>
+       <game name="Wii Party (Japan) (Rev 1)">
+               <category>Games</category>
+               <description>Wii Party (Japan) (Rev 1)</description>
+               <rom name="Wii Party (Japan) (Rev 1).iso" size="4699979776" crc="d1b1c8ca" md5="e512cecd706c7e42434612508a6bc677" sha1="d10eac4f387c90d9b9f882836143273961181221"/>
+       </game>
+       <game name="DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUZ)">
+               <category>Games</category>
+               <description>DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUZ)</description>
+               <rom name="DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUZ).iso" size="4699979776" crc="fa8f8f64" md5="d36e4cde21a116660ad7cf3e89fd8fb9" sha1="274dfa53acfbdb6d37ebe65d7854113479154b46"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (Australia) (Rev 1)">
+               <category>Games</category>
+               <description>Disney-Pixar WALL-E (Australia) (Rev 1)</description>
+               <rom name="Disney-Pixar WALL-E (Australia) (Rev 1).iso" size="4699979776" crc="ec3662ba" md5="25404bbcc547862a8f3f69affc1deb56" sha1="d79a24db4f34547a3358d61e44d73f6923caa892"/>
+       </game>
+       <game name="Super Karts (Australia) (En,Fr,De,Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Super Karts (Australia) (En,Fr,De,Es,It) (Rev 1)</description>
+               <rom name="Super Karts (Australia) (En,Fr,De,Es,It) (Rev 1).iso" size="4699979776" crc="39a18c94" md5="d6b62d115322b5590c3097302ae5e7de" sha1="a81e6a25086b6bcb49b9032387dfa5be75680acf"/>
+       </game>
+       <game name="Madden NFL 09 - All-Play (USA) (Rev 1)">
+               <category>Games</category>
+               <description>Madden NFL 09 - All-Play (USA) (Rev 1)</description>
+               <rom name="Madden NFL 09 - All-Play (USA) (Rev 1).iso" size="4699979776" crc="a8dcbb55" md5="c0f6afe52a381d577fc915e295cb445e" sha1="7483dff3f41c5bb04b7b36bba494be9aecb2ed1b"/>
+       </game>
+       <game name="Auto Erase Disc (USA)">
+               <category>Applications</category>
+               <description>Auto Erase Disc (USA)</description>
+               <rom name="Auto Erase Disc (USA).iso" size="4699979776" crc="ecf88d9c" md5="f9bfef95d143c02b34912b70a1726f18" sha1="3538ecde2bd058da2d325239017246117d76d796"/>
+       </game>
+       <game name="Dance! It's Your Stage (Spain)">
+               <category>Games</category>
+               <description>Dance! It's Your Stage (Spain)</description>
+               <rom name="Dance! It's Your Stage (Spain).iso" size="4699979776" crc="35f509ec" md5="31d847139852b9cf8b31bc408e4040c5" sha1="eb5ca275f4aced29c7c7ad59d9eeed544530610c"/>
+       </game>
+       <game name="DreamWorks Shrek the Third (USA) (Rev 1)">
+               <category>Games</category>
+               <description>DreamWorks Shrek the Third (USA) (Rev 1)</description>
+               <rom name="DreamWorks Shrek the Third (USA) (Rev 1).iso" size="4699979776" crc="8eee42f3" md5="107fe0994b322b9bbf0145b4d216119e" sha1="dab71e7b137afc826a3c3057d10d427421fe898d"/>
+       </game>
+       <game name="Skylanders - Trap Team (Europe) (Es,It) (Rev 1)">
+               <category>Games</category>
+               <description>Skylanders - Trap Team (Europe) (Es,It) (Rev 1)</description>
+               <rom name="Skylanders - Trap Team (Europe) (Es,It) (Rev 1).iso" size="4699979776" crc="73c13a68" md5="88ed20d8ac3fb46da0b957aa0becfae4" sha1="87734380e9fc9dd563d8e1074213a4653eff66e3"/>
+       </game>
+       <game name="Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 3)">
+               <category>Games</category>
+               <description>Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 3)</description>
+               <rom name="Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 3).iso" size="4699979776" crc="e6060f4d" md5="300196830b7e130ee015dc8edda57622" sha1="0dc6c323f2d2ed17b073afc995fa5c683d1a74a8"/>
+       </game>
+       <game name="Luxor 3 (USA) (Rev 2)">
+               <category>Games</category>
+               <description>Luxor 3 (USA) (Rev 2)</description>
+               <rom name="Luxor 3 (USA) (Rev 2).iso" size="4699979776" crc="b75ab744" md5="2da36b155519dc2ee792624d2b5e05fd" sha1="8329e099a640760ca6d50a8f01e480c8b6aec9fc"/>
+       </game>
+       <game name="PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt) (Demo)">
+               <category>Demos</category>
+               <description>PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt) (Demo)</description>
+               <rom name="PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt) (Demo).iso" size="4699979776" crc="c08e5097" md5="5a9f380517a1a54a85647407871a297d" sha1="a082acdab11713e869332909dd37a4150f66bb28"/>
+       </game>
+       <game name="Just Dance (USA) (En,Fr,Es) (Demo)">
+               <category>Demos</category>
+               <description>Just Dance (USA) (En,Fr,Es) (Demo)</description>
+               <rom name="Just Dance (USA) (En,Fr,Es) (Demo).iso" size="4699979776" crc="a0b9aac4" md5="8ffe1ca30df22eabaacc32163d5da8ea" sha1="6d25ea74b023591e72be2c4afa28c1a5d2563943"/>
+       </game>
+       <game name="Boom Blox (Europe) (En,Fr,De,Es,It) (Demo)">
+               <category>Demos</category>
+               <description>Boom Blox (Europe) (En,Fr,De,Es,It) (Demo)</description>
+               <rom name="Boom Blox (Europe) (En,Fr,De,Es,It) (Demo).iso" size="4699979776" crc="01d47e2d" md5="bccf0da3683d59ef61bbd27214e9c0fb" sha1="e40c51d89529201677deed2a0f1d6eacb4fa2af8"/>
+       </game>
+       <game name="Space Station Tycoon (USA) (Proto) (2007-07-07)">
+               <category>Preproduction</category>
+               <description>Space Station Tycoon (USA) (Proto) (2007-07-07)</description>
+               <rom name="Space Station Tycoon (USA) (Proto) (2007-07-07).iso" size="4707319808" crc="0a81c731" md5="801c399b0ecdf824c301c359d750a66e" sha1="62b1cb6d54e1a4d468865b4541cecdce7584b427"/>
+       </game>
+       <game name="Active Life - Magical Carnival (USA) (Beta) (2011-11-07)">
+               <category>Preproduction</category>
+               <description>Active Life - Magical Carnival (USA) (Beta) (2011-11-07)</description>
+               <rom name="Active Life - Magical Carnival (USA) (Beta) (2011-11-07).iso" size="4707319808" crc="d9198cfc" md5="ecbf4257fa2b1d7461ed8b0f6bce95be" sha1="389c9d2b509f919f26efa53db4167443305b2642"/>
+       </game>
+       <game name="Alien Syndrome (USA) (Beta) (2007-05-21)">
+               <category>Preproduction</category>
+               <description>Alien Syndrome (USA) (Beta) (2007-05-21)</description>
+               <rom name="Alien Syndrome (USA) (Beta) (2007-05-21).iso" size="4707319808" crc="69be896e" md5="4b8fbeced5ec61f001d4505b0d9ecde3" sha1="8d916cc8824e85ba4eccc47fd98c2b40c9ad998e"/>
+       </game>
+       <game name="Astro Boy - The Video Game (USA) (Beta) (2009-07-27)">
+               <category>Preproduction</category>
+               <description>Astro Boy - The Video Game (USA) (Beta) (2009-07-27)</description>
+               <rom name="Astro Boy - The Video Game (USA) (Beta) (2009-07-27).iso" size="4707319808" crc="a1fc4860" md5="5aaa2b6aaa8cfb8e7d733d54a3c05475" sha1="c33a72a782333dfdfa50b81e3f9887843813eed2"/>
+       </game>
+       <game name="Bomberman Land (USA) (Beta) (2007-11-06)">
+               <category>Preproduction</category>
+               <description>Bomberman Land (USA) (Beta) (2007-11-06)</description>
+               <rom name="Bomberman Land (USA) (Beta) (2007-11-06).iso" size="4707319808" crc="14478e0a" md5="8c2641f40e0d4c8c69d93d572339653a" sha1="8a8b91045ec29249c87119a1ad632b884cad86da"/>
+       </game>
+       <game name="Boogie (USA) (Beta) (2007-06-26)">
+               <category>Preproduction</category>
+               <description>Boogie (USA) (Beta) (2007-06-26)</description>
+               <rom name="Boogie (USA) (Beta) (2007-06-26).iso" size="4707319808" crc="2387cd72" md5="f73fcad58fa163b3655a366c8ae0139f" sha1="e4fe3f0e4f6adb5b12a496bb9c4f514a6234adf7"/>
+       </game>
+       <game name="Boogie (USA) (Beta) (2007-07-02)">
+               <category>Preproduction</category>
+               <description>Boogie (USA) (Beta) (2007-07-02)</description>
+               <rom name="Boogie (USA) (Beta) (2007-07-02).iso" size="4707319808" crc="c9dced8c" md5="6f0b323b7203118b1fc5d8f19f6a7489" sha1="d4e9f7fae9575a1dc74c3a8c24f87d83a6f0ed7e"/>
+       </game>
+       <game name="Brave - A Warrior's Tale (USA) (Beta) (2009-04-03)">
+               <category>Preproduction</category>
+               <description>Brave - A Warrior's Tale (USA) (Beta) (2009-04-03)</description>
+               <rom name="Brave - A Warrior's Tale (USA) (Beta) (2009-04-03).iso" size="4707319808" crc="5416da97" md5="8d4a01655310dfce4c8bd9aff5e3d11b" sha1="93bbdee0d47d7765ae17579ac6bf9466636df23c"/>
+       </game>
+       <game name="Castle of Shikigami III (USA) (Beta) (2008-02-12)">
+               <category>Preproduction</category>
+               <description>Castle of Shikigami III (USA) (Beta) (2008-02-12)</description>
+               <rom name="Castle of Shikigami III (USA) (Beta) (2008-02-12).iso" size="4707319808" crc="f488a3a1" md5="c42ecb8dafb108da5fd05f6c26530f16" sha1="e89014c0b3db211e4fbcf1c79c5a62ac55622bfc"/>
+       </game>
+       <game name="Castlevania Judgment (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Castlevania Judgment (USA) (Beta)</description>
+               <rom name="Castlevania Judgment (USA) (Beta).iso" size="4707319808" crc="d2c17c1f" md5="60c4e8d269bee47fbaa9743e2deeca3c" sha1="74ff45ca6d80d7165af731a990db6803099bd401"/>
+       </game>
+       <game name="Cate West - The Vanishing Files (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Cate West - The Vanishing Files (USA) (Beta)</description>
+               <rom name="Cate West - The Vanishing Files (USA) (Beta).iso" size="4707319808" crc="97f5ace5" md5="7820fbbc89261b39cb9ea9121d973b14" sha1="59b69b0a30fbac2710bc2b53e5a461ec14e0fb9c"/>
+       </game>
+       <game name="Chuck E. Cheese's Party Games (USA) (Beta) (2010-05-10)">
+               <category>Preproduction</category>
+               <description>Chuck E. Cheese's Party Games (USA) (Beta) (2010-05-10)</description>
+               <rom name="Chuck E. Cheese's Party Games (USA) (Beta) (2010-05-10).iso" size="4707319808" crc="ce88ce1c" md5="c0f8d6795bb87548a388bb2aa1a9a758" sha1="9a273a1fa9748e52eb6ee5c3bbafe0065a3e19a6"/>
+       </game>
+       <game name="City Builder (USA) (Beta) (2009-11-24)">
+               <category>Preproduction</category>
+               <description>City Builder (USA) (Beta) (2009-11-24)</description>
+               <rom name="City Builder (USA) (Beta) (2009-11-24).iso" size="4707319808" crc="06528dee" md5="d4d9e8d8224f7110f72b747c715294b6" sha1="44f046ce000f7dc42d1bf601ae04d45a95739826"/>
+       </game>
+       <game name="Code Lyoko - Quest for Infinity (USA) (Beta) (2007-09-21)">
+               <category>Preproduction</category>
+               <description>Code Lyoko - Quest for Infinity (USA) (Beta) (2007-09-21)</description>
+               <rom name="Code Lyoko - Quest for Infinity (USA) (Beta) (2007-09-21).iso" size="4707319808" crc="781fdc94" md5="3df7313106d44270c05a825f5f349828" sha1="1e5b5cc318b963b1dda2e18ac76316dc3250d3d3"/>
+       </game>
+       <game name="Crash - Mind over Mutant (USA) (Beta) (2008-07-16)">
+               <category>Preproduction</category>
+               <description>Crash - Mind over Mutant (USA) (Beta) (2008-07-16)</description>
+               <rom name="Crash - Mind over Mutant (USA) (Beta) (2008-07-16).iso" size="4707319808" crc="f81e3f34" md5="96b2dac38e1c3a7ba0727a1832490c27" sha1="23d82175acacae40d6564f17dc08fd8c2a42cff0"/>
+       </game>
+       <game name="Crash - Mind over Mutant (USA) (Beta) (2008-09-22)">
+               <category>Preproduction</category>
+               <description>Crash - Mind over Mutant (USA) (Beta) (2008-09-22)</description>
+               <rom name="Crash - Mind over Mutant (USA) (Beta) (2008-09-22).iso" size="4707319808" crc="fbbe39a5" md5="921242405a742e573211d394ba5cd31e" sha1="5706be9654bd097770057a7cf2b40a2212bb00ad"/>
+       </game>
+       <game name="Ookami (USA) (Beta) (2008-02-06)">
+               <category>Preproduction</category>
+               <description>Ookami (USA) (Beta) (2008-02-06)</description>
+               <rom name="Ookami (USA) (Beta) (2008-02-06).iso" size="4707319808" crc="a24dafc8" md5="e7e8393caafb2d5d6a8dc4939430ce00" sha1="b3c6234238b2fb2a4b4e020b4a16167d24955b2d"/>
+       </game>
+       <game name="Zack &amp; Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-09-07)">
+               <category>Preproduction</category>
+               <description>Zack &amp; Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-09-07)</description>
+               <rom name="Zack &amp; Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-09-07).iso" size="4707319808" crc="480fa6bd" md5="407f5f4a09745518af6336d7a26d8a3b" sha1="4f118c5a3bf1a5de3767512f41a1dcae05dd7118"/>
+       </game>
+       <game name="Zack &amp; Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-08-16)">
+               <category>Preproduction</category>
+               <description>Zack &amp; Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-08-16)</description>
+               <rom name="Zack &amp; Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-08-16).iso" size="4707319808" crc="c4521061" md5="3f1d501275c8d8e3597539df3130b2ca" sha1="c214fd130d0d29f0e8498a79a080712004c2414f"/>
+       </game>
+       <game name="Disney-Pixar Cars - Mater-National Championship (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Disney-Pixar Cars - Mater-National Championship (USA) (Beta)</description>
+               <rom name="Disney-Pixar Cars - Mater-National Championship (USA) (Beta).iso" size="4707319808" crc="dc111977" md5="bedbc5aea44480636ffeca920003edcc" sha1="edc77bac1ea68adda2414f0540ce73b2efd49c74"/>
+       </game>
+       <game name="Dance Dance Revolution (USA) (Beta) (2010-09-03)">
+               <category>Preproduction</category>
+               <description>Dance Dance Revolution (USA) (Beta) (2010-09-03)</description>
+               <rom name="Dance Dance Revolution (USA) (Beta) (2010-09-03).iso" size="4707319808" crc="cbab6fc2" md5="bb78612cc8b92d5abb71d0031be97cae" sha1="a301800dd76eb4aba7cae98b44a81490ecfb9f57"/>
+       </game>
+       <game name="Deca Sports (USA) (Beta) (2008-01-29)">
+               <category>Preproduction</category>
+               <description>Deca Sports (USA) (Beta) (2008-01-29)</description>
+               <rom name="Deca Sports (USA) (Beta) (2008-01-29).iso" size="4707319808" crc="206de4ba" md5="81e4b3d1928d4ea54c2574d3e5b80358" sha1="a58f7e11bf9a077259163c89ebc6b2a2b2ae8ec1"/>
+       </game>
+       <game name="Destroy All Humans! Big Willy Unleashed (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Destroy All Humans! Big Willy Unleashed (USA) (Beta)</description>
+               <rom name="Destroy All Humans! Big Willy Unleashed (USA) (Beta).iso" size="4707319808" crc="ad3f0fb7" md5="cd957e26d9b42480927f71452c40bb00" sha1="9f65e4ee35fb0e440ac3a8441965d0fc856ac73d"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-07-01)">
+               <category>Preproduction</category>
+               <description>Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-07-01)</description>
+               <rom name="Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-07-01).iso" size="4707319808" crc="f7f49203" md5="758bdbb1704cf234552760e4bd6c1575" sha1="175997f64f8937defd79ad88fb6c25cf2f06e5ee"/>
+       </game>
+       <game name="Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-09-19)">
+               <category>Preproduction</category>
+               <description>Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-09-19)</description>
+               <rom name="Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-09-19).iso" size="4707319808" crc="a5f435e5" md5="748077b37eb4fa069aaa860e56b39f9a" sha1="01973aa9119ffe294cf96e1888f6466f1b53db0a"/>
+       </game>
+       <game name="Escape from Bug Island (USA) (Beta) (2007-03-28)">
+               <category>Preproduction</category>
+               <description>Escape from Bug Island (USA) (Beta) (2007-03-28)</description>
+               <rom name="Escape from Bug Island (USA) (Beta) (2007-03-28).iso" size="4707319808" crc="ab9af82a" md5="8be796bebdd7ca2c2dea3bd336be2f35" sha1="666ec2b94106d3b53c74ee94e8dda4edc30a3324"/>
+       </game>
+       <game name="FIFA 08 (USA) (Beta) (2007-07-13)">
+               <category>Preproduction</category>
+               <description>FIFA 08 (USA) (Beta) (2007-07-13)</description>
+               <rom name="FIFA 08 (USA) (Beta) (2007-07-13).iso" size="4707319808" crc="af41ddea" md5="3e91cb74f36b1fa997cfac715956e6e6" sha1="4c542b2caebae95157266a6bb93a89caaea781fa"/>
+       </game>
+       <game name="FIFA 09 - All-Play (USA) (Beta) (2008-07-04)">
+               <category>Preproduction</category>
+               <description>FIFA 09 - All-Play (USA) (Beta) (2008-07-04)</description>
+               <rom name="FIFA 09 - All-Play (USA) (Beta) (2008-07-04).iso" size="4707319808" crc="b73a9d54" md5="0b54bbd2cdc44b862529ee98ded026bd" sha1="98494dbf434453aa240bf4af1c27d351a10378aa"/>
+       </game>
+       <game name="FIFA 10 (USA) (Beta) (2009-06-30)">
+               <category>Preproduction</category>
+               <description>FIFA 10 (USA) (Beta) (2009-06-30)</description>
+               <rom name="FIFA 10 (USA) (Beta) (2009-06-30).iso" size="4707319808" crc="e8895653" md5="40ea5646dfe301512451bb44ca356a94" sha1="ca694d318d8d83369cd22fc2b6acb560303535dd"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - My Life as a King (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Final Fantasy Crystal Chronicles - My Life as a King (USA) (Beta)</description>
+               <rom name="Final Fantasy Crystal Chronicles - My Life as a King (USA) (Beta).iso" size="4707319808" crc="13927154" md5="e1a350f841631d6e80bf3ddd16665506" sha1="6b494e5edc8cc491f9d82409ecbdc11eeddabc89"/>
+       </game>
+       <game name="Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (Beta) (2009-10-05)">
+               <category>Preproduction</category>
+               <description>Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (Beta) (2009-10-05)</description>
+               <rom name="Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (Beta) (2009-10-05).iso" size="4707319808" crc="ca6bc422" md5="8b7ae878e7075a970c31197eb72eca16" sha1="e4c744a3087a0887ca079147d712d1811a603255"/>
+       </game>
+       <game name="Fishing Master World Tour (USA) (Beta) (2008-11-14)">
+               <category>Preproduction</category>
+               <description>Fishing Master World Tour (USA) (Beta) (2008-11-14)</description>
+               <rom name="Fishing Master World Tour (USA) (Beta) (2008-11-14).iso" size="4707319808" crc="e030529b" md5="f4530ea0a779d4f47f1e9682d6cb8d45" sha1="87d23879d8320f6d8d4d84df796587bbd3ef6ed1"/>
+       </game>
+       <game name="Food Network - Cook or Be Cooked! (USA) (Beta) (2009-07-20)">
+               <category>Preproduction</category>
+               <description>Food Network - Cook or Be Cooked! (USA) (Beta) (2009-07-20)</description>
+               <rom name="Food Network - Cook or Be Cooked! (USA) (Beta) (2009-07-20).iso" size="4707319808" crc="d5aae4a9" md5="3d4e8632d621dfdc142c364e2f645822" sha1="6d10aa3438a655a4e348b82a4e78ff6120690bc5"/>
+       </game>
+       <game name="Fragile Dreams - Farewell Ruins of the Moon (USA) (Beta) (2009-12-10)">
+               <category>Preproduction</category>
+               <description>Fragile Dreams - Farewell Ruins of the Moon (USA) (Beta) (2009-12-10)</description>
+               <rom name="Fragile Dreams - Farewell Ruins of the Moon (USA) (Beta) (2009-12-10).iso" size="4707319808" crc="f6b130b2" md5="8168b7b138ab2a841cd1e7ac55d2e227" sha1="65b210f9f61523b0e8a183509002fffd49a50bab"/>
+       </game>
+       <game name="Godzilla - Unleashed (USA) (Beta) (2007-09-19)">
+               <category>Preproduction</category>
+               <description>Godzilla - Unleashed (USA) (Beta) (2007-09-19)</description>
+               <rom name="Godzilla - Unleashed (USA) (Beta) (2007-09-19).iso" size="4707319808" crc="834fc885" md5="0cece182c32a3aeaa91d8cd7fe5c4cf9" sha1="123526fa7f018a7d9210ade5a9a75fd019d82427"/>
+       </game>
+       <game name="Guilty Gear XX Accent Core (USA) (Beta) (2007-07-06)">
+               <category>Preproduction</category>
+               <description>Guilty Gear XX Accent Core (USA) (Beta) (2007-07-06)</description>
+               <rom name="Guilty Gear XX Accent Core (USA) (Beta) (2007-07-06).iso" size="4707319808" crc="908ed456" md5="7580c01b12e0c59633d5f7c8fb6682b5" sha1="e7ea070c3411e4c92812676ec0edfdc0b70a1639"/>
+       </game>
+       <game name="Harry Potter and the Order of the Phoenix (USA) (Beta) (2007-05-19)">
+               <category>Preproduction</category>
+               <description>Harry Potter and the Order of the Phoenix (USA) (Beta) (2007-05-19)</description>
+               <rom name="Harry Potter and the Order of the Phoenix (USA) (Beta) (2007-05-19).iso" size="4707319808" crc="5136eb3a" md5="a591fdd75206c8103d930d3055303869" sha1="00601dc864c61b0b32c908b3dbdab8da62571abf"/>
+       </game>
+       <game name="Harvey Birdman - Attorney at Law (USA) (Beta) (2007-06-10)">
+               <category>Preproduction</category>
+               <description>Harvey Birdman - Attorney at Law (USA) (Beta) (2007-06-10)</description>
+               <rom name="Harvey Birdman - Attorney at Law (USA) (Beta) (2007-06-10).iso" size="4707319808" crc="e7594c70" md5="0b604db61488e98e298182f172edae45" sha1="dc0990ab82a0e734b7d8264d27787a8ab0500670"/>
+       </game>
+       <game name="Hasbro Family Game Night 3 (USA) (Beta) (2010-07-12)">
+               <category>Preproduction</category>
+               <description>Hasbro Family Game Night 3 (USA) (Beta) (2010-07-12)</description>
+               <rom name="Hasbro Family Game Night 3 (USA) (Beta) (2010-07-12).iso" size="4707319808" crc="b73a8cf2" md5="0ff9156ef1c1359af6801398b700cf8b" sha1="cf521db69bbbeb40dbd2fba5e35ee1b9671f7e0b"/>
+       </game>
+       <game name="Iron Man (USA) (Beta) (2008-03-12)">
+               <category>Preproduction</category>
+               <description>Iron Man (USA) (Beta) (2008-03-12)</description>
+               <rom name="Iron Man (USA) (Beta) (2008-03-12).iso" size="4707319808" crc="fbd5ff7a" md5="42a279d30ce68987f1ac7a7d8f412a75" sha1="12362a2a758c1c2893c76a994cbcdc77a4e01805"/>
+       </game>
+       <game name="Karaoke Revolution (USA) (Beta) (2009-08-21)">
+               <category>Preproduction</category>
+               <description>Karaoke Revolution (USA) (Beta) (2009-08-21)</description>
+               <rom name="Karaoke Revolution (USA) (Beta) (2009-08-21).iso" size="4707319808" crc="8b9ea263" md5="517521b6c476a19016ceb4caaa1eae0d" sha1="c7aaf86396d50abba32b24fac4d8b0e43a428f1b"/>
+       </game>
+       <game name="Karaoke Revolution Glee (USA) (Beta) (2010-07-21)">
+               <category>Preproduction</category>
+               <description>Karaoke Revolution Glee (USA) (Beta) (2010-07-21)</description>
+               <rom name="Karaoke Revolution Glee (USA) (Beta) (2010-07-21).iso" size="4707319808" crc="b673008f" md5="d36e17f5a06be55089211fd229389c85" sha1="71f0382aa71f62a8de83d4a3e29f15000a473e5a"/>
+       </game>
+       <game name="Karaoke Revolution Glee (USA) (Beta) (2010-08-02)">
+               <category>Preproduction</category>
+               <description>Karaoke Revolution Glee (USA) (Beta) (2010-08-02)</description>
+               <rom name="Karaoke Revolution Glee (USA) (Beta) (2010-08-02).iso" size="4707319808" crc="39588fa6" md5="db43072ce3b836f9a28eeed70b1d75cb" sha1="8f8e55ceb90e9cdc137176c6bbf4c9a12e0dc0f4"/>
+       </game>
+       <game name="Karaoke Revolution Presents - American Idol Encore 2 (USA) (Beta) (2008-08-25)">
+               <category>Preproduction</category>
+               <description>Karaoke Revolution Presents - American Idol Encore 2 (USA) (Beta) (2008-08-25)</description>
+               <rom name="Karaoke Revolution Presents - American Idol Encore 2 (USA) (Beta) (2008-08-25).iso" size="4707319808" crc="26ef3195" md5="5d7cc13aa07de2997683221a12d723da" sha1="b0fe773102aca9f54d5f0bf0e0f129d146a0a2d0"/>
+       </game>
+       <game name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-10)">
+               <category>Preproduction</category>
+               <description>LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-10)</description>
+               <rom name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-10).iso" size="4707319808" crc="e9ea2ffb" md5="3e53b5a4d40becade49f5bdbae6aaf98" sha1="67dccfe92a91179c5d0917ae8406dcf2c09884dd"/>
+       </game>
+       <game name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-17)">
+               <category>Preproduction</category>
+               <description>LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-17)</description>
+               <rom name="LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-17).iso" size="4707319808" crc="a5ea12a6" md5="a37b5690284c31deaa27264dbbfa215b" sha1="7b5e3ebf0ce371a3ffaf0983bb0c42e474084b33"/>
+       </game>
+       <game name="LEGO Star Wars - The Complete Saga (Europe) (Beta)">
+               <category>Preproduction</category>
+               <description>LEGO Star Wars - The Complete Saga (Europe) (Beta)</description>
+               <rom name="LEGO Star Wars - The Complete Saga (Europe) (Beta).iso" size="4707319808" crc="c38a4f6e" md5="361654236bef69eb781394375fd73ee4" sha1="912be5164b493a4e1d496a7b0e20900e26ca9ddf"/>
+       </game>
+       <game name="Let's Tap (USA) (Beta) (2009-03-03)">
+               <category>Preproduction</category>
+               <description>Let's Tap (USA) (Beta) (2009-03-03)</description>
+               <rom name="Let's Tap (USA) (Beta) (2009-03-03).iso" size="4707319808" crc="cc0dc0aa" md5="c408cfaf0334313cd7d27d258c52d961" sha1="10c36ac33b64dc45ea1ad7680ac10d0d4f65e68c"/>
+       </game>
+       <game name="Line Rider 2 - Unbound (USA) (Beta) (2008-08-05)">
+               <category>Preproduction</category>
+               <description>Line Rider 2 - Unbound (USA) (Beta) (2008-08-05)</description>
+               <rom name="Line Rider 2 - Unbound (USA) (Beta) (2008-08-05).iso" size="4707319808" crc="2c709c29" md5="f5d7afdac1f001270ad74fc4e889c84b" sha1="1c49d3a22ed4c79fedcd1b1d0f5117426cdda52a"/>
+       </game>
+       <game name="Little King's Story (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Little King's Story (USA) (Beta)</description>
+               <rom name="Little King's Story (USA) (Beta).iso" size="4707319808" crc="de229fca" md5="0954d661b429ea0a505dc788c56668d5" sha1="62a7da366624b0fce628e2f81def545a2b9fd869"/>
+       </game>
+       <game name="Little King's Story (Europe) (Beta) (2009-02-03)">
+               <category>Preproduction</category>
+               <description>Little King's Story (Europe) (Beta) (2009-02-03)</description>
+               <rom name="Little King's Story (Europe) (Beta) (2009-02-03).iso" size="4707319808" crc="c4158346" md5="3c61adc7b2105bd14a4a1b1ae9e2c9de" sha1="2a10499d2466cf697c85c132ca3bb6fad30a661e"/>
+       </game>
+       <game name="Little King's Story (USA) (Beta) (2009-03-17)">
+               <category>Preproduction</category>
+               <description>Little King's Story (USA) (Beta) (2009-03-17)</description>
+               <rom name="Little King's Story (USA) (Beta) (2009-03-17).iso" size="4707319808" crc="fdfe1c9f" md5="b00d10810d0f881955d71115ab797f7e" sha1="4240c2fe294a00a9ac910c12bce0befa0aa77c75"/>
+       </game>
+       <game name="Ousama Monogatari (Japan) (Beta) (2009-08-08)">
+               <category>Preproduction</category>
+               <description>Ousama Monogatari (Japan) (Beta) (2009-08-08)</description>
+               <rom name="Ousama Monogatari (Japan) (Beta) (2009-08-08).iso" size="4707319808" crc="9ea97395" md5="5ea92c027b8f78881512078dd5c4edcb" sha1="995774665964462bfe8b25ba3679796256d7bfd1"/>
+       </game>
+       <game name="Medal of Honor - Heroes 2 (USA) (Beta) (2007-10-17)">
+               <category>Preproduction</category>
+               <description>Medal of Honor - Heroes 2 (USA) (Beta) (2007-10-17)</description>
+               <rom name="Medal of Honor - Heroes 2 (USA) (Beta) (2007-10-17).iso" size="4707319808" crc="c25134d7" md5="ddb5986360a73f274ca6ebb2c4624a75" sha1="dd6adfd8b5a68446f88c405d108318a094aa2c31"/>
+       </game>
+       <game name="Mercury Meltdown Revolution (USA) (Beta) (2007-05-02)">
+               <category>Preproduction</category>
+               <description>Mercury Meltdown Revolution (USA) (Beta) (2007-05-02)</description>
+               <rom name="Mercury Meltdown Revolution (USA) (Beta) (2007-05-02).iso" size="4707319808" crc="07e693a8" md5="5a36a6691d92e4bfedac1583c36c58ef" sha1="e3176de1bde6fd8beee6520c1350490b6e27d662"/>
+       </game>
+       <game name="MotoGP (USA) (Beta) (2009-01-06)">
+               <category>Preproduction</category>
+               <description>MotoGP (USA) (Beta) (2009-01-06)</description>
+               <rom name="MotoGP (USA) (Beta) (2009-01-06).iso" size="4707319808" crc="4528f0bd" md5="7aeea2a2100c11a1d071663224ebc27a" sha1="be25e95331fb16330197d01759690d5944998f1a"/>
+       </game>
+       <game name="Mushroom Men - The Spore Wars (USA) (Beta) (2008-08-26)">
+               <category>Preproduction</category>
+               <description>Mushroom Men - The Spore Wars (USA) (Beta) (2008-08-26)</description>
+               <rom name="Mushroom Men - The Spore Wars (USA) (Beta) (2008-08-26).iso" size="4707319808" crc="44f3e972" md5="3b4a8bca1f3bffd6eeee715a544e25a8" sha1="2b48445ef5b1ca652e2bf2018dd9a0c30645432f"/>
+       </game>
+       <game name="Mushroom Men - The Spore Wars (USA) (Beta) (2008-09-23)">
+               <category>Preproduction</category>
+               <description>Mushroom Men - The Spore Wars (USA) (Beta) (2008-09-23)</description>
+               <rom name="Mushroom Men - The Spore Wars (USA) (Beta) (2008-09-23).iso" size="4707319808" crc="7b6389c0" md5="4215e5c3667593b7d3e421dd77dbf3f1" sha1="87fc546cddb8e1b0cc740f7ba2c398239551f3de"/>
+       </game>
+       <game name="MySims (USA) (Beta) (2007-07-24)">
+               <category>Preproduction</category>
+               <description>MySims (USA) (Beta) (2007-07-24)</description>
+               <rom name="MySims (USA) (Beta) (2007-07-24).iso" size="4707319808" crc="d02aa2b9" md5="18de17c44b0367c19c1549f04aba14e8" sha1="e9bd54ba98cbb513ded187044c3237d9351b6d29"/>
+       </game>
+       <game name="MySims (USA) (Beta) (2007-07-29)">
+               <category>Preproduction</category>
+               <description>MySims (USA) (Beta) (2007-07-29)</description>
+               <rom name="MySims (USA) (Beta) (2007-07-29).iso" size="4707319808" crc="f3c9d44b" md5="939365adf7eae53990a1ca8a05204115" sha1="116427a4c28e7c9ab697f77bd9378491ee537b47"/>
+       </game>
+       <game name="Naruto - Clash of Ninja Revolution 2 (USA) (Beta) (2008-09-04)">
+               <category>Preproduction</category>
+               <description>Naruto - Clash of Ninja Revolution 2 (USA) (Beta) (2008-09-04)</description>
+               <rom name="Naruto - Clash of Ninja Revolution 2 (USA) (Beta) (2008-09-04).iso" size="4707319808" crc="acd6dfa7" md5="8630dd23b90bdc84d768efb455a2e849" sha1="fa4aab2af31ad7c3144cd98ae03d3cd02449c746"/>
+       </game>
+       <game name="NBA Live 08 (USA) (Beta) (2007-07-09)">
+               <category>Preproduction</category>
+               <description>NBA Live 08 (USA) (Beta) (2007-07-09)</description>
+               <rom name="NBA Live 08 (USA) (Beta) (2007-07-09).iso" size="4707319808" crc="958268da" md5="cff1168d2cfff521fceca5750d87f25c" sha1="de534aa663fde23eab9ae15563555eedf8b0069c"/>
+       </game>
+       <game name="NBA Live 08 (USA) (Beta) (2007-08-07)">
+               <category>Preproduction</category>
+               <description>NBA Live 08 (USA) (Beta) (2007-08-07)</description>
+               <rom name="NBA Live 08 (USA) (Beta) (2007-08-07).iso" size="4707319808" crc="c95a2fba" md5="74e4fe782d9375903508597f486cc987" sha1="454c09371b558f30b84cec6783bb42e76d61f36e"/>
+       </game>
+       <game name="Need for Speed - ProStreet (USA) (Beta) (2007-10-03)">
+               <category>Preproduction</category>
+               <description>Need for Speed - ProStreet (USA) (Beta) (2007-10-03)</description>
+               <rom name="Need for Speed - ProStreet (USA) (Beta) (2007-10-03).iso" size="4707319808" crc="0ab0c9f8" md5="960f985d41b4feff69bd7aa01a0d9626" sha1="9bde0f2fd09c40df77006d93fb61e2f8e0c7c658"/>
+       </game>
+       <game name="Neopets - Puzzle Adventure (USA) (Beta) (2008-10-13)">
+               <category>Preproduction</category>
+               <description>Neopets - Puzzle Adventure (USA) (Beta) (2008-10-13)</description>
+               <rom name="Neopets - Puzzle Adventure (USA) (Beta) (2008-10-13).iso" size="4707319808" crc="1f5398e6" md5="63ea71b22ea1000764cb6ad425d0076c" sha1="5d2a1bae553d37fe9986744e1e00cee0f408e345"/>
+       </game>
+       <game name="Nights - Journey of Dreams (USA) (Beta) (2007-09-13)">
+               <category>Preproduction</category>
+               <description>Nights - Journey of Dreams (USA) (Beta) (2007-09-13)</description>
+               <rom name="Nights - Journey of Dreams (USA) (Beta) (2007-09-13).iso" size="4707319808" crc="399fbc0b" md5="411f2e5779f0b277719cff063c64fc70" sha1="5bb2078a755113ef48b05a1c87a80cad2ce5b86f"/>
+       </game>
+       <game name="Nights - Journey of Dreams (USA) (Beta) (2007-11-07)">
+               <category>Preproduction</category>
+               <description>Nights - Journey of Dreams (USA) (Beta) (2007-11-07)</description>
+               <rom name="Nights - Journey of Dreams (USA) (Beta) (2007-11-07).iso" size="4707319808" crc="ea385913" md5="e45792ad4b14e38148c0fb4028074cd0" sha1="9b660bcff36c2dc6cb89eb441d058d92406ad638"/>
+       </game>
+       <game name="Nitrobike (USA) (Beta) (2007-09-17)">
+               <category>Preproduction</category>
+               <description>Nitrobike (USA) (Beta) (2007-09-17)</description>
+               <rom name="Nitrobike (USA) (Beta) (2007-09-17).iso" size="4707319808" crc="11e838f6" md5="372a872484f831b4b10a8c6a02226b76" sha1="21a0d45c37fa79a5568e146b506c1215472fa028"/>
+       </game>
+       <game name="No More Heroes (USA) (Beta) (2007-11-14)">
+               <category>Preproduction</category>
+               <description>No More Heroes (USA) (Beta) (2007-11-14)</description>
+               <rom name="No More Heroes (USA) (Beta) (2007-11-14).iso" size="4707319808" crc="249472a3" md5="38857925cb3f244fd650449dac2d1fe5" sha1="c64fdfd7eda386cc5d4eb85afda1d32db8855ac3"/>
+       </game>
+       <game name="Obscure - The Aftermath (USA) (Beta) (2008-01-22)">
+               <category>Preproduction</category>
+               <description>Obscure - The Aftermath (USA) (Beta) (2008-01-22)</description>
+               <rom name="Obscure - The Aftermath (USA) (Beta) (2008-01-22).iso" size="4707319808" crc="b0240db8" md5="44127e9d7aac74b9f75ebbe4e1a903e9" sha1="2b12220f4add09a3388f8713e9481a095a0b7e34"/>
+       </game>
+       <game name="Shonen Jump One Piece - Unlimited Adventure (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Shonen Jump One Piece - Unlimited Adventure (USA) (Beta)</description>
+               <rom name="Shonen Jump One Piece - Unlimited Adventure (USA) (Beta).iso" size="4707319808" crc="cf648b9e" md5="cffd842576ca2f29cbdfc42b0d318820" sha1="dcfdb3a5de9c6ab59372e4c02b0a4af2c8601cba"/>
+       </game>
+       <game name="Onslaught (USA) (Beta) (2009-02-14)">
+               <category>Preproduction</category>
+               <description>Onslaught (USA) (Beta) (2009-02-14)</description>
+               <rom name="Onslaught (USA) (Beta) (2009-02-14).iso" size="4707319808" crc="7c41819a" md5="4533ea7fba80e9b9644177d2b35029ad" sha1="0c9a26d25011874a73ba4817e89eb99e0b19d0d9"/>
+       </game>
+       <game name="Order Up! (USA) (Beta) (2008-05-02)">
+               <category>Preproduction</category>
+               <description>Order Up! (USA) (Beta) (2008-05-02)</description>
+               <rom name="Order Up! (USA) (Beta) (2008-05-02).iso" size="4707319808" crc="d8c12acd" md5="73d4ca1528a46578ee26fb073c2c8812" sha1="3b1148eeca15b0788f1c5e42e6c73056fca99549"/>
+       </game>
+       <game name="PES 2008 - Pro Evolution Soccer (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>PES 2008 - Pro Evolution Soccer (USA) (Beta)</description>
+               <rom name="PES 2008 - Pro Evolution Soccer (USA) (Beta).iso" size="4707319808" crc="6eee8460" md5="2a070c0d50e9f85b409ac2796476577e" sha1="55048af08d90ff2546c4b3b5c59c7f37f8e3802d"/>
+       </game>
+       <game name="Pet Pals - Animal Doctor (USA) (Beta) (2008-09-17)">
+               <category>Preproduction</category>
+               <description>Pet Pals - Animal Doctor (USA) (Beta) (2008-09-17)</description>
+               <rom name="Pet Pals - Animal Doctor (USA) (Beta) (2008-09-17).iso" size="4707319808" crc="900cee8a" md5="9d4b139f314702162d52116da4d2cb18" sha1="feb2d39c8d4001191c9e384d29005a10a6c06931"/>
+       </game>
+       <game name="Pirates - The Key of Dreams (USA) (Beta) (2008-05-08)">
+               <category>Preproduction</category>
+               <description>Pirates - The Key of Dreams (USA) (Beta) (2008-05-08)</description>
+               <rom name="Pirates - The Key of Dreams (USA) (Beta) (2008-05-08).iso" size="4707319808" crc="df2ca3a3" md5="80436c9c3cfa6befb3cd24adf52030e7" sha1="17190696585ce29ea17f3cef59b15758f29310c2"/>
+       </game>
+       <game name="Pit Crew Panic! (USA) (Beta) (2008-12-02)">
+               <category>Preproduction</category>
+               <description>Pit Crew Panic! (USA) (Beta) (2008-12-02)</description>
+               <rom name="Pit Crew Panic! (USA) (Beta) (2008-12-02).iso" size="4707319808" crc="9b9ff0b7" md5="0dc4f08a2513907cff18aa6da9e6f462" sha1="0090737b1b57a4b4ebec0ec4ed38b921ece53cd5"/>
+       </game>
+       <game name="Prince of Persia - Rival Swords (USA) (Beta) (2007-03-02)">
+               <category>Preproduction</category>
+               <description>Prince of Persia - Rival Swords (USA) (Beta) (2007-03-02)</description>
+               <rom name="Prince of Persia - Rival Swords (USA) (Beta) (2007-03-02).iso" size="4707319808" crc="69f82a78" md5="710c0e8b80b7911d7b3e1fdcfc1d42f4" sha1="9af8fa69112ad0c2e2e2510a85f33ad97717e9d1"/>
+       </game>
+       <game name="Rayman - Raving Rabbids 2 (USA) (Beta) (2007-09-01)">
+               <category>Preproduction</category>
+               <description>Rayman - Raving Rabbids 2 (USA) (Beta) (2007-09-01)</description>
+               <rom name="Rayman - Raving Rabbids 2 (USA) (Beta) (2007-09-01).iso" size="4707319808" crc="5d30df22" md5="5a3fd4dbcf93dd7288f7cfe3584749c3" sha1="b325fd5be0b15d1c24a38179fef4cde84fb922fc"/>
+       </game>
+       <game name="Ready 2 Rumble - Revolution (USA) (Beta) (2008-12-29)">
+               <category>Preproduction</category>
+               <description>Ready 2 Rumble - Revolution (USA) (Beta) (2008-12-29)</description>
+               <rom name="Ready 2 Rumble - Revolution (USA) (Beta) (2008-12-29).iso" size="4707319808" crc="f7f68504" md5="9d356cc0a7e28aeb6d1b539ac5c41950" sha1="76c86c92035294bb33c8eb230db6e4305fd828f5"/>
+       </game>
+       <game name="Resident Evil - The Darkside Chronicles (USA) (Beta) (2009-09-02)">
+               <category>Preproduction</category>
+               <description>Resident Evil - The Darkside Chronicles (USA) (Beta) (2009-09-02)</description>
+               <rom name="Resident Evil - The Darkside Chronicles (USA) (Beta) (2009-09-02).iso" size="4707319808" crc="1bdd1355" md5="db82a07b52e677543d3e44622b097d7a" sha1="d7ca58368013c85d7718a434c7fbf24f2b3630f1"/>
+       </game>
+       <game name="Resident Evil - The Umbrella Chronicles (USA) (Beta) (2007-08-16)">
+               <category>Preproduction</category>
+               <description>Resident Evil - The Umbrella Chronicles (USA) (Beta) (2007-08-16)</description>
+               <rom name="Resident Evil - The Umbrella Chronicles (USA) (Beta) (2007-08-16).iso" size="4707319808" crc="59875edf" md5="99fbd262442c47308e1d4ba1307e3f55" sha1="d7c639d9257fef8d85ebe1aa9492ca0530610788"/>
+       </game>
+       <game name="Rubik's World (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Rubik's World (USA) (Beta)</description>
+               <rom name="Rubik's World (USA) (Beta).iso" size="4707319808" crc="97be1191" md5="be79f6d405f6093d8bd50ac6fe8304e9" sha1="25503c7d860b4fa551c80d554ff6fcb879471553"/>
+       </game>
+       <game name="Rygar - The Battle of Argus (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Rygar - The Battle of Argus (USA) (Beta)</description>
+               <rom name="Rygar - The Battle of Argus (USA) (Beta).iso" size="4707319808" crc="1acf792b" md5="a484ce2c9f17c26e7f3789c9c2f82bdd" sha1="51e1cfe0c73a7c54525c4c86ef021484d808a48e"/>
+       </game>
+       <game name="SimCity Creator (Europe) (Beta) (2008-06-21)">
+               <category>Preproduction</category>
+               <description>SimCity Creator (Europe) (Beta) (2008-06-21)</description>
+               <rom name="SimCity Creator (Europe) (Beta) (2008-06-21).iso" size="4707319808" crc="469c9f00" md5="bd09382167ce1497d82f1c975175c980" sha1="f69791469134e79dca78c43ea1e2271a79d8956d"/>
+       </game>
+       <game name="Star Wars - The Force Unleashed II (Europe) (Beta) (2010-07-14)">
+               <category>Preproduction</category>
+               <description>Star Wars - The Force Unleashed II (Europe) (Beta) (2010-07-14)</description>
+               <rom name="Star Wars - The Force Unleashed II (Europe) (Beta) (2010-07-14).iso" size="4707319808" crc="f845ef7a" md5="4747061f242aa91de858751574edd481" sha1="86479329eb2ef791c949ce2aafad44520f5d5a91"/>
+       </game>
+       <game name="Sims 2, The - Castaway (Europe) (Beta) (2007-08-20)">
+               <category>Preproduction</category>
+               <description>Sims 2, The - Castaway (Europe) (Beta) (2007-08-20)</description>
+               <rom name="Sims 2, The - Castaway (Europe) (Beta) (2007-08-20).iso" size="4707319808" crc="a6effc1b" md5="6548ad33a2d55a4540c3bb2710ebdae1" sha1="2b9eefd42e976eb7ad7a6e297a7bda995ebba856"/>
+       </game>
+       <game name="Sam &amp; Max - Season One (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Sam &amp; Max - Season One (USA) (Beta)</description>
+               <rom name="Sam &amp; Max - Season One (USA) (Beta).iso" size="4707319808" crc="94d5319e" md5="d22d4101d6ae18698591dc322a0e003e" sha1="ae2e8cba73a95c3cb9648db5c16257aaa81a54cd"/>
+       </game>
+       <game name="Samurai Warriors - Katana (USA) (Beta) (2007-10-26)">
+               <category>Preproduction</category>
+               <description>Samurai Warriors - Katana (USA) (Beta) (2007-10-26)</description>
+               <rom name="Samurai Warriors - Katana (USA) (Beta) (2007-10-26).iso" size="4707319808" crc="6f268684" md5="e0e91ca22ae35da2399934e4868ccc34" sha1="1bc29f359b141e23b6fc6747f19a843080eff90a"/>
+       </game>
+       <game name="Shaun White Snowboarding - Road Trip (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Shaun White Snowboarding - Road Trip (USA) (Beta)</description>
+               <rom name="Shaun White Snowboarding - Road Trip (USA) (Beta).iso" size="4707319808" crc="cffe29e9" md5="482711045b5dbcf879c53aeb010b49a0" sha1="85c3e856830e73bba9968cc6211182fdfffe9355"/>
+       </game>
+       <game name="Shiren the Wanderer (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Shiren the Wanderer (USA) (Beta)</description>
+               <rom name="Shiren the Wanderer (USA) (Beta).iso" size="4707319808" crc="f1b946de" md5="c0b5bb5d48ac7c0c0a696a0cba5f0017" sha1="431c0549de8445a520b41a4109b41a194578179b"/>
+       </game>
+       <game name="Skate It (USA) (Beta) (2008-09-02)">
+               <category>Preproduction</category>
+               <description>Skate It (USA) (Beta) (2008-09-02)</description>
+               <rom name="Skate It (USA) (Beta) (2008-09-02).iso" size="4707319808" crc="c5efeed2" md5="5b3c5ea86bab8622e18d3c5e1d043cc5" sha1="c2dee2c99d7168fe543f060a75d4ac5e31eee23d"/>
+       </game>
+       <game name="Ski-Doo Snowmobile Challenge (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Ski-Doo Snowmobile Challenge (USA) (Beta)</description>
+               <rom name="Ski-Doo Snowmobile Challenge (USA) (Beta).iso" size="4707319808" crc="7ab959ae" md5="cb23536296af2ff600f626e624c8ba96" sha1="3bf04f7f35b99419d201faad7af27c630c3be77b"/>
+       </game>
+       <game name="SPRay (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>SPRay (USA) (Beta)</description>
+               <rom name="SPRay (USA) (Beta).iso" size="4707319808" crc="a906a4eb" md5="0f36ba873b7270dea47928ceded74dd5" sha1="0644c79f06532de746a2580b29e155f4bf329349"/>
+       </game>
+       <game name="Spyborgs (USA) (Beta) (2009-06-30)">
+               <category>Preproduction</category>
+               <description>Spyborgs (USA) (Beta) (2009-06-30)</description>
+               <rom name="Spyborgs (USA) (Beta) (2009-06-30).iso" size="4707319808" crc="e5d866a5" md5="3065eb1e544db32345b509e7c04ab651" sha1="b4561ba948f38eefe35fb48a55d63baf5fbfb793"/>
+       </game>
+       <game name="SSX Blur (USA) (Beta) (2007-01-22)">
+               <category>Preproduction</category>
+               <description>SSX Blur (USA) (Beta) (2007-01-22)</description>
+               <rom name="SSX Blur (USA) (Beta) (2007-01-22).iso" size="4707319808" crc="081ab951" md5="646bb204d68b94c99494161aa9b4fc7b" sha1="b6e6778801efef3a247787bd79a2f4572bd4fd05"/>
+       </game>
+       <game name="Conduit, The (USA) (Beta) (2009-05-29)">
+               <category>Preproduction</category>
+               <description>Conduit, The (USA) (Beta) (2009-05-29)</description>
+               <rom name="Conduit, The (USA) (Beta) (2009-05-29).iso" size="4707319808" crc="f4b83f75" md5="a2251dadfa6594457dbbc9db5793fa3c" sha1="18d1071f2cc4a66e485555bd50025e2bf9e849e7"/>
+       </game>
+       <game name="Godfather, The - Blackhand Edition (USA) (Beta) (2007-01-24)">
+               <category>Preproduction</category>
+               <description>Godfather, The - Blackhand Edition (USA) (Beta) (2007-01-24)</description>
+               <rom name="Godfather, The - Blackhand Edition (USA) (Beta) (2007-01-24).iso" size="4707319808" crc="1a120840" md5="30b3ba7c7cc44f095b1e5ed62889e53b" sha1="891eadb7411814e746e4f7edcb0cf68b34f118cd"/>
+       </game>
+       <game name="Legend of Spyro, The - The Eternal Night (USA) (Beta) (2007-08-22)">
+               <category>Preproduction</category>
+               <description>Legend of Spyro, The - The Eternal Night (USA) (Beta) (2007-08-22)</description>
+               <rom name="Legend of Spyro, The - The Eternal Night (USA) (Beta) (2007-08-22).iso" size="4707319808" crc="8e7b6230" md5="8ae458f5ce1bb847b079140a94beef18" sha1="873b5682017efe5f8bffc66450a97342f6745129"/>
+       </game>
+       <game name="Munchables, The (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Munchables, The (USA) (Beta)</description>
+               <rom name="Munchables, The (USA) (Beta).iso" size="4707319808" crc="a98e8db0" md5="6e157c717c12577c98329597caa2b395" sha1="1f2a634f32be89bc747dc196a1f60a4b8921d4c6"/>
+       </game>
+       <game name="Sims 3, The (USA) (Beta) (2010-07-13)">
+               <category>Preproduction</category>
+               <description>Sims 3, The (USA) (Beta) (2010-07-13)</description>
+               <rom name="Sims 3, The (USA) (Beta) (2010-07-13).iso" size="4707319808" crc="0a5e02f7" md5="527f7649bc95bd3bdba442abb17d340e" sha1="0b47d696909b8f144b8bed0963f4798f6fbeeb08"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 07 (USA) (Beta) (2007-01-17)">
+               <category>Preproduction</category>
+               <description>Tiger Woods PGA Tour 07 (USA) (Beta) (2007-01-17)</description>
+               <rom name="Tiger Woods PGA Tour 07 (USA) (Beta) (2007-01-17).iso" size="4707319808" crc="3266e2b1" md5="18aa0d50314d20a8f985ac4061073618" sha1="a7df4b7f2d795c65bb3468c533ea5c88a5664396"/>
+       </game>
+       <game name="Tiger Woods PGA Tour 08 (USA) (Beta) (2007-07-11)">
+               <category>Preproduction</category>
+               <description>Tiger Woods PGA Tour 08 (USA) (Beta) (2007-07-11)</description>
+               <rom name="Tiger Woods PGA Tour 08 (USA) (Beta) (2007-07-11).iso" size="4707319808" crc="10cdddbb" md5="b1fdef3b51112f87294a48afe31ed51f" sha1="31b866d1fe2b206e76cf571c3e200d904d83bf44"/>
+       </game>
+       <game name="Lara Croft Tomb Raider - Anniversary (USA) (Beta) (2007-09-20)">
+               <category>Preproduction</category>
+               <description>Lara Croft Tomb Raider - Anniversary (USA) (Beta) (2007-09-20)</description>
+               <rom name="Lara Croft Tomb Raider - Anniversary (USA) (Beta) (2007-09-20).iso" size="4707319808" crc="61ef67d0" md5="0bf1f1a9941519c76c5f1e957c6118cd" sha1="3c897f945fa9ee1a681f07654a9484c23bdf63fc"/>
+       </game>
+       <game name="Trauma Center - New Blood (USA) (En,Ja) (Beta) (2007-10-02)">
+               <category>Preproduction</category>
+               <description>Trauma Center - New Blood (USA) (En,Ja) (Beta) (2007-10-02)</description>
+               <rom name="Trauma Center - New Blood (USA) (En,Ja) (Beta) (2007-10-02).iso" size="4707319808" crc="6f01fefc" md5="7c38e763310b81ac68df7eacd4f58a11" sha1="5fed4b32ba9d06d1fbc21d9771b111f2279d1a16"/>
+       </game>
+       <game name="Wacky World of Sports (USA) (Beta) (2009-03-25)">
+               <category>Preproduction</category>
+               <description>Wacky World of Sports (USA) (Beta) (2009-03-25)</description>
+               <rom name="Wacky World of Sports (USA) (Beta) (2009-03-25).iso" size="4707319808" crc="8974698e" md5="f4e8827c2163e73a18687c9131893739" sha1="1aca8c0d68954ff284034848d085dd6f2fdaf0df"/>
+       </game>
+       <game name="Disney-Pixar WALL-E (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>Disney-Pixar WALL-E (USA) (Beta)</description>
+               <rom name="Disney-Pixar WALL-E (USA) (Beta).iso" size="4707319808" crc="92449319" md5="17dd0cf66996f5c6ee1639ff90ecc98c" sha1="a9e8e058257fdce7ef1c41b441f99d9dad354e45"/>
+       </game>
+       <game name="We Love Golf! (USA) (Beta) (2008-04-17)">
+               <category>Preproduction</category>
+               <description>We Love Golf! (USA) (Beta) (2008-04-17)</description>
+               <rom name="We Love Golf! (USA) (Beta) (2008-04-17).iso" size="4707319808" crc="8995327e" md5="c513b22ec7e57e386d2d49e2c633bf37" sha1="4fedefe0542c3ba4d2536aad07264c8191eefc25"/>
+       </game>
+       <game name="We Love Golf! (USA) (Beta) (2008-03-05)">
+               <category>Preproduction</category>
+               <description>We Love Golf! (USA) (Beta) (2008-03-05)</description>
+               <rom name="We Love Golf! (USA) (Beta) (2008-03-05).iso" size="4707319808" crc="97a3faae" md5="92cf99d832c05b42ba94481a56eab4c2" sha1="54e32722436f91ff41c49bf260d366ca788fe1c3"/>
+       </game>
+       <game name="We Ski (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>We Ski (USA) (Beta)</description>
+               <rom name="We Ski (USA) (Beta).iso" size="4707319808" crc="b1e7cd95" md5="74629da62c1857a178faec7ec924a5c1" sha1="a7e0eb0e9731e4559e6de1754f68c534050e36e5"/>
+       </game>
+       <game name="We Ski &amp; Snowboard (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>We Ski &amp; Snowboard (USA) (Beta)</description>
+               <rom name="We Ski &amp; Snowboard (USA) (Beta).iso" size="4707319808" crc="839970c7" md5="c8e2b61d5e4871e1fec4feb43df453b8" sha1="dd66cdda5258a2c6e3277cbc2987c2b8b61aec10"/>
+       </game>
+       <game name="WWE SmackDown vs. Raw 2009 (USA) (Beta)">
+               <category>Preproduction</category>
+               <description>WWE SmackDown vs. Raw 2009 (USA) (Beta)</description>
+               <rom name="WWE SmackDown vs. Raw 2009 (USA) (Beta).iso" size="4707319808" crc="350d681b" md5="f1b2e10968ffd08b0704bbd991b0518e" sha1="b76f0bf1a710ba0f61ddc6808a1467e03472669b"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-06-30)">
+               <category>Preproduction</category>
+               <description>Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-06-30)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-06-30).iso" size="4707319808" crc="c1a45ac6" md5="2843a3f4a262e226ec85cfebe5fb884d" sha1="64a3b9c4ac9e825e632c81fba97d2ba3c915a43b"/>
+       </game>
+       <game name="Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-07-15)">
+               <category>Preproduction</category>
+               <description>Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-07-15)</description>
+               <rom name="Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-07-15).iso" size="4707319808" crc="fc013893" md5="572d467f9186b5f7203bfb2723ab2423" sha1="df639ddde0fdae538931443e18db80dface559fd"/>
+       </game>
+       <game name="Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea)">
+               <category>Games</category>
+               <description>Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea)</description>
+               <rom name="Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea).iso" size="4699979776" crc="a5643872" md5="89b7a6b6952c0d1c2a4d3a45e91b2c0f" sha1="58454d77b159066845d3774853eeb87145c5e742"/>
+       </game>
+       <game name="Wii Fit (Japan) (Taikenban)">
+               <category>Demos</category>
+               <description>Wii Fit (Japan) (Taikenban)</description>
+               <rom name="Wii Fit (Japan) (Taikenban).iso" size="4699979776" crc="840639c5" md5="6428ece705a4f8e8528d72d3228ce02f" sha1="7edfe8a76c90fd8abc5d60c2643ef7791d080223"/>
+       </game>
+       <game name="FreeLoader for Nintendo Wii (USA) (Unl)">
+               <category>Applications</category>
+               <description>FreeLoader for Nintendo Wii (USA) (Unl)</description>
+               <rom name="FreeLoader for Nintendo Wii (USA) (Unl).iso" size="1459978240" crc="20261177" md5="5d7f821663974428804dae7df56f789d" sha1="70c05e6713e6f7acbc65929628b4ab35bb94eb7d"/>
+       </game>
+       <game name="Food Network - Cook or Be Cooked! (USA) (Demo)">
+               <category>Demos</category>
+               <description>Food Network - Cook or Be Cooked! (USA) (Demo)</description>
+               <rom name="Food Network - Cook or Be Cooked! (USA) (Demo).iso" size="4699979776" crc="16705e31" md5="6b8659f8ec82a16e9442df2c589cf601" sha1="3c623f447cb6cbf2c7abd9ce18f232cc2f00ff95"/>
+       </game>
+       <game name="Disney Sing It (Russia) (En,Ru)">
+               <category>Games</category>
+               <description>Disney Sing It (Russia) (En,Ru)</description>
+               <rom name="Disney Sing It (Russia) (En,Ru).iso" size="4699979776" crc="23644f21" md5="1d86f24d8f618c34e466a82f1f4a27e7" sha1="201c9ad4442830879b538e54c1fcc8e137fa7a92"/>
+       </game>
+       <game name="Project Treasure Island Z (USA) (En,Ja) (Beta) (2007-05-01)">
+               <category>Preproduction</category>
+               <description>Project Treasure Island Z (USA) (En,Ja) (Beta) (2007-05-01)</description>
+               <rom name="Project Treasure Island Z (USA) (En,Ja) (Beta) (2007-05-01).iso" size="4707319808" crc="3e20f57e" md5="a00b807741222e91735466e7033a0f2b" sha1="4d80dba834452235e6f468a7593d50b47f424a2e"/>
+       </game>
+       <game name="We Cheer (USA) (En,Fr,Es) (Rev 1)">
+               <category>Games</category>
+               <description>We Cheer (USA) (En,Fr,Es) (Rev 1)</description>
+               <rom name="We Cheer (USA) (En,Fr,Es) (Rev 1).iso" size="4699979776" crc="f5829268" md5="02f95ca6f24904653d653d1538c51fe7" sha1="b3f8eabdc28f2ce31db9bfd4f61f0fbc5e28ce0d"/>
+       </game>
+       <game name="Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 2)">
+               <category>Games</category>
+               <description>Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 2)</description>
+               <rom name="Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 2).iso" size="4699979776" crc="f88ffe7b" md5="b185fcb8ac9ac4ffff5d6dd52445f949" sha1="aaf9859fe9c001dfb060da6b645bda21ffb8109d"/>
+       </game>
+       <game name="Sonic Riders - Zero Gravity (USA) (Beta) (2007-10-16)">
+               <category>Preproduction</category>
+               <description>Sonic Riders - Zero Gravity (USA) (Beta) (2007-10-16)</description>
+               <rom name="Sonic Riders - Zero Gravity (USA) (Beta) (2007-10-16).iso" size="4707319808" crc="c9e29860" md5="b86b9a51fbbaedb57e7cdf1868a3b217" sha1="4939113d5a55812ee51f7eaaa4113fc8bdffe51c"/>
+       </game>
+       <game name="Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It) (Beta) (2009-03-17)">
+               <category>Preproduction</category>
+               <description>Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It) (Beta) (2009-03-17)</description>
+               <rom name="Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It) (Beta) (2009-03-17).iso" size="4707319808" crc="a6251edc" md5="6478e087c1170498bf895cfd5dec7a9e" sha1="6be91b35aaf386889c048db50f32627565ac49fe"/>
+       </game>
+</datafile>
diff --git a/redump_dat/README.txt b/redump_dat/README.txt
new file mode 100644 (file)
index 0000000..c6c5751
--- /dev/null
@@ -0,0 +1,20 @@
+FriiDump Redump DAT inputs
+===========================
+
+Stable filenames consumed automatically by FriiDump 0.5.3.6:
+
+  Nintendo - GameCube.dat
+  Nintendo - Wii.dat
+  Microsoft - Xbox.dat
+
+Source archive supplied for this update: redump_dat.zip
+Original export names:
+
+  Nintendo - GameCube - Datfile (2019) (2026-06-13 18-14-01).dat
+  Nintendo - Wii - Datfile (3780) (2026-06-15 03-13-28).dat
+  Microsoft - Xbox - Datfile (2683) (2026-06-14 23-43-27).dat
+
+The files are Logiqx XML DAT exports authored by redump.org. They are runtime
+data and are not compiled into FriiDump. To refresh them, replace the stable
+files while preserving their names, or use --redump-dat-dir with another
+directory containing the same stable names.
index 1ee59dbd1a1889dd645fe52c54a0d726e667e29b..6a13fd260d5a1ee6eade8be9788d71461ecb27e8 100644 (file)
@@ -24,6 +24,8 @@ add_executable (
        friidump
 
        friidump.c
+       redump_dat.c
+       redump_dat.h
        ${additional_sources}
 )
 
index f8b529240c07eeff281a356b5c858081171f6f68..e30b553f8be6f56c8b5d645e8e887d20567f5cdb 100644 (file)
 #include "dumper.h"
 #include "unscrambler.h"
 #include "xbox_ref/xbox_ref_log.h"
+#include "redump_dat.h"
+
+#ifdef WIN32
+#include <sys/stat.h>
+#include <io.h>
+#include <windows.h>
+#else
+#include <sys/stat.h>
+#include <unistd.h>
+#endif
 
 #define printf xbox_ref_printf
 #define fprintf xbox_ref_log_fprintf
@@ -41,6 +51,7 @@ typedef struct {
        bool active;
        bool dump_attempted;
        bool seed_ok;
+       bool seed_applicable;
        bool have_seed_duration;
        double seed_duration;
        bool dump_ok;
@@ -62,6 +73,10 @@ typedef struct {
 } friidump_validation_summary;
 
 static friidump_validation_summary g_validation_summary;
+static redump_verify_result g_redump_result;
+static bool g_redump_attempted = false;
+static bool g_operation_duration_override_valid = false;
+static double g_operation_duration_override = 0.0;
 
 static void friidump_summary_copy(char *dst, size_t dst_size, const char *src) {
        if (!dst || dst_size == 0)
@@ -74,6 +89,9 @@ static void friidump_summary_copy(char *dst, size_t dst_size, const char *src) {
 static void friidump_summary_reset(void) {
        memset(&g_validation_summary, 0, sizeof(g_validation_summary));
        g_validation_summary.fail_sector = 0xFFFFFFFFU;
+       g_validation_summary.seed_applicable = true;
+       g_operation_duration_override_valid = false;
+       g_operation_duration_override = 0.0;
 }
 
 static void friidump_format_hms(double seconds, char *buf, size_t buf_size) {
@@ -109,8 +127,12 @@ static void friidump_summary_begin(disc *d) {
 
 static void friidump_print_validation_summary(double duration, bool have_duration) {
        double mib_total, mib_per_hour;
+       const char *seed_status;
        if (!g_validation_summary.active)
                return;
+       seed_status = g_validation_summary.seed_applicable
+               ? (g_validation_summary.seed_ok ? "OK" : "FAILED/NOT REACHED")
+               : "N/A (Xbox reference auth path)";
        mib_total = (double) g_validation_summary.sectors * 2048.0 / 1024.0 / 1024.0;
        mib_per_hour = (have_duration && duration > 0.0) ? (mib_total / duration * 3600.0) : 0.0;
        fprintf(stderr,
@@ -121,7 +143,7 @@ static void friidump_print_validation_summary(double duration, bool have_duratio
                "  Cache base........: 0x%08x\n"
                "  Memory windows....: %u\n"
                "  Disc type.........: %s\n"
-               "  Game ID...........: %s\n"
+               "  Game/Media ID.....: %s\n"
                "  Title.............: %s\n"
                "  Output............: %s\n"
                "  Seed read.........: %s\n"
@@ -135,7 +157,7 @@ static void friidump_print_validation_summary(double duration, bool have_duratio
                g_validation_summary.game_id[0] ? g_validation_summary.game_id : "(unknown)",
                g_validation_summary.title[0] ? g_validation_summary.title : "(unknown)",
                g_validation_summary.output[0] ? g_validation_summary.output : "(none)",
-               g_validation_summary.seed_ok ? "OK" : "FAILED/NOT REACHED",
+               seed_status,
                g_validation_summary.dump_attempted ? (g_validation_summary.dump_ok ? "OK" : "FAILED") : "NOT ATTEMPTED",
                g_validation_summary.stop_attempted ? (g_validation_summary.stop_ok ? "OK" : "FAILED") : "NOT ATTEMPTED");
        if (g_validation_summary.have_seed_duration) {
@@ -151,8 +173,15 @@ static void friidump_print_validation_summary(double duration, bool have_duratio
                fprintf(stderr, "  Duration..........: %.2f seconds\n", duration);
        if (have_duration && mib_per_hour > 0.0)
                fprintf(stderr, "  Observed average..: %.2f MiB/h over %.2f MiB ISO payload\n", mib_per_hour, mib_total);
-       if (g_validation_summary.dump_ok)
-               fprintf(stderr, "  Hash compare......: compare printed hashes against known-good target for this disc\n");
+       if (g_validation_summary.dump_ok) {
+               if (g_redump_attempted) {
+                       fprintf(stderr, "  Redump verify.....: %s\n", redump_verify_overall_string(&g_redump_result));
+                       if (g_redump_result.status == REDUMP_VERIFY_MATCH)
+                               fprintf(stderr, "  Redump title......: %s\n", g_redump_result.game_name);
+               } else {
+                       fprintf(stderr, "  Redump verify.....: NOT RUN\n");
+               }
+       }
 }
 
 
@@ -166,7 +195,7 @@ static void friidump_print_validation_summary(double duration, bool have_duratio
 #define PACKAGE_NAME "FriiDump"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.5.3.5"
+#define PACKAGE_VERSION "0.5.3.10"
 
 
 #ifdef WIN32
@@ -213,6 +242,9 @@ struct {
        char *hlds_e7_scan_log;
        char *hlds_e7_scan_dump_prefix;
        char *hlds_profile_report;
+       char *redump_dat_dir;
+       char *redump_report;
+       bool no_redump_verify;
 } options;
 
 
@@ -453,6 +485,335 @@ void welcome (void) {
 }
 
 
+
+static const char *friidump_redump_dat_basename(disc_type type_id) {
+    switch (type_id) {
+        case DISC_TYPE_GAMECUBE:
+            return "Nintendo - GameCube.dat";
+        case DISC_TYPE_WII:
+        case DISC_TYPE_WII_DL:
+            return "Nintendo - Wii.dat";
+        case DISC_TYPE_XBOX:
+            return "Microsoft - Xbox.dat";
+        default:
+            return NULL;
+    }
+}
+
+static uint64_t friidump_file_size(const char *path) {
+    if (!path || !path[0])
+        return 0;
+#ifdef WIN32
+    {
+        struct _stat64 st;
+        if (_stat64(path, &st) == 0)
+            return (uint64_t)st.st_size;
+    }
+#else
+    {
+        struct stat st;
+        if (stat(path, &st) == 0)
+            return (uint64_t)st.st_size;
+    }
+#endif
+    return 0;
+}
+
+static bool friidump_sync_report_file(FILE *f) {
+    if (!f || fflush(f) != 0)
+        return false;
+#ifdef WIN32
+    return _commit(_fileno(f)) == 0;
+#else
+    return fsync(fileno(f)) == 0;
+#endif
+}
+
+static bool friidump_atomic_replace(const char *temporary_path, const char *final_path) {
+    if (!temporary_path || !final_path)
+        return false;
+#ifdef WIN32
+    return MoveFileExA(temporary_path, final_path,
+                       MOVEFILE_REPLACE_EXISTING | MOVEFILE_WRITE_THROUGH) != 0;
+#else
+    return rename(temporary_path, final_path) == 0;
+#endif
+}
+
+static void friidump_json_write_string_value(FILE *f, const char *prefix,
+                                             const char *value, const char *suffix) {
+    fputs(prefix, f);
+    friidump_json_string(f, value ? value : "");
+    fputs(suffix, f);
+}
+
+static void friidump_write_redump_report(const redump_verify_result *result,
+                                         const char *output_path,
+                                         uint64_t output_size,
+                                         const char *crc32,
+                                         const char *md5,
+                                         const char *sha1,
+                                         const char *sha256,
+                                         const char *hash_source,
+                                         const char *representation_note) {
+    FILE *f;
+    char *temporary_path;
+    char line[256];
+    size_t temporary_path_size;
+    bool write_ok;
+
+    if (!options.redump_report || !options.redump_report[0] || !result)
+        return;
+
+    temporary_path_size = strlen(options.redump_report) + 5;
+    temporary_path = (char *)malloc(temporary_path_size);
+    if (!temporary_path) {
+        fprintf(stderr, "Redump report.......: memory allocation failed\n");
+        return;
+    }
+    snprintf(temporary_path, temporary_path_size, "%s.tmp", options.redump_report);
+    remove(temporary_path);
+
+    f = fopen(temporary_path, "wb");
+    if (!f) {
+        fprintf(stderr, "Redump report.......: could not write temporary file %s\n", temporary_path);
+        free(temporary_path);
+        return;
+    }
+
+    /* Use fputs/fputc rather than the logged fprintf wrapper. Report contents
+     * belong in the JSON artifact, not as a malformed partial mirror in the
+     * human-readable run log. */
+    fputs("{\n", f);
+    fputs("  \"schema\": 2,\n", f);
+    friidump_json_write_string_value(f, "  \"producer\": ", "friidump-" PACKAGE_VERSION, ",\n");
+    friidump_json_write_string_value(f, "  \"status\": ", redump_verify_status_string(result->status), ",\n");
+    friidump_json_write_string_value(f, "  \"overall\": ", redump_verify_overall_string(result), ",\n");
+    friidump_json_write_string_value(f, "  \"confidence\": ", redump_verify_confidence_string(result), ",\n");
+    friidump_json_write_string_value(f, "  \"output\": ", output_path ? output_path : "", ",\n");
+    snprintf(line, sizeof(line), "  \"output_size\": %llu,\n", (unsigned long long)output_size);
+    fputs(line, f);
+    friidump_json_write_string_value(f, "  \"crc32\": ", crc32 ? crc32 : "", ",\n");
+    friidump_json_write_string_value(f, "  \"md5\": ", md5 ? md5 : "", ",\n");
+    friidump_json_write_string_value(f, "  \"sha1\": ", sha1 ? sha1 : "", ",\n");
+    friidump_json_write_string_value(f, "  \"sha256\": ", sha256 ? sha256 : "", ",\n");
+    friidump_json_write_string_value(f, "  \"hash_source\": ", hash_source ? hash_source : "", ",\n");
+    friidump_json_write_string_value(f, "  \"representation_note\": ", representation_note ? representation_note : "", ",\n");
+    friidump_json_write_string_value(f, "  \"dat_path\": ", result->dat_path, ",\n");
+    snprintf(line, sizeof(line), "  \"entries_scanned\": %lu,\n", result->entries_scanned);
+    fputs(line, f);
+    snprintf(line, sizeof(line), "  \"exact_matches\": %lu,\n", result->exact_matches);
+    fputs(line, f);
+    friidump_json_write_string_value(f, "  \"match_kind\": ", redump_verify_match_kind_string(result), ",\n");
+    friidump_json_write_string_value(f, "  \"game_name\": ", result->game_name, ",\n");
+    friidump_json_write_string_value(f, "  \"rom_name\": ", result->rom_name, ",\n");
+
+    fputs("  \"field_match_counts\": {\n", f);
+    snprintf(line, sizeof(line), "    \"size\": %lu,\n", result->size_matches); fputs(line, f);
+    snprintf(line, sizeof(line), "    \"crc32\": %lu,\n", result->crc32_matches); fputs(line, f);
+    snprintf(line, sizeof(line), "    \"md5\": %lu,\n", result->md5_matches); fputs(line, f);
+    snprintf(line, sizeof(line), "    \"sha1\": %lu\n", result->sha1_matches); fputs(line, f);
+    fputs("  },\n", f);
+
+    fputs("  \"expected\": {\n", f);
+    friidump_json_write_string_value(f, "    \"size\": ", result->expected_size, ",\n");
+    friidump_json_write_string_value(f, "    \"crc32\": ", result->expected_crc32, ",\n");
+    friidump_json_write_string_value(f, "    \"md5\": ", result->expected_md5, ",\n");
+    friidump_json_write_string_value(f, "    \"sha1\": ", result->expected_sha1, "\n");
+    fputs("  },\n", f);
+
+    fputs("  \"evidence\": {\n", f);
+    friidump_json_write_string_value(f, "    \"size\": ", redump_field_status_string(result->size_status), ",\n");
+    friidump_json_write_string_value(f, "    \"crc32\": ", redump_field_status_string(result->crc32_status), ",\n");
+    friidump_json_write_string_value(f, "    \"md5\": ", redump_field_status_string(result->md5_status), ",\n");
+    friidump_json_write_string_value(f, "    \"sha1\": ", redump_field_status_string(result->sha1_status), "\n");
+    fputs("  },\n", f);
+    friidump_json_write_string_value(f, "  \"detail\": ", result->detail, "\n");
+    fputs("}\n", f);
+
+    write_ok = !ferror(f) && friidump_sync_report_file(f);
+    if (fclose(f) != 0)
+        write_ok = false;
+
+    if (!write_ok) {
+        remove(temporary_path);
+        fprintf(stderr, "Redump report.......: write/flush failed; final report was not replaced\n");
+        free(temporary_path);
+        return;
+    }
+
+    if (!friidump_atomic_replace(temporary_path, options.redump_report)) {
+        fprintf(stderr, "Redump report.......: could not replace %s; complete temporary report retained at %s\n",
+                options.redump_report, temporary_path);
+        free(temporary_path);
+        return;
+    }
+
+    fprintf(stderr, "Redump report.......: %s (atomic write)\n", options.redump_report);
+    free(temporary_path);
+}
+
+static void friidump_print_redump_field(const char *label, redump_field_status status) {
+    fprintf(stderr, "%-20s %s\n", label, redump_field_status_string(status));
+}
+
+static void friidump_verify_redump_values(disc_type type_id,
+                                            const char *output_path,
+                                            uint64_t output_size,
+                                            const char *crc32,
+                                            const char *md5,
+                                            const char *sha1,
+                                            const char *sha256,
+                                            const char *hash_source) {
+    const char *basename;
+    const char *dat_dir;
+    const char *representation_note;
+    char dat_path[1024];
+
+    redump_verify_result_init(&g_redump_result);
+    g_redump_attempted = false;
+    representation_note = (type_id == DISC_TYPE_XBOX)
+        ? "XGD1 acquisition success and exact Redump hash identity are separate claims; documented synthetic reconstruction ranges may prevent an exact match."
+        : "";
+
+    if (options.no_redump_verify) {
+        fprintf(stderr, "Redump verification: DISABLED (--no-redump-verify)\n");
+        return;
+    }
+    if (options.no_hashing) {
+        fprintf(stderr, "Redump verification: SKIPPED (hashing disabled)\n");
+        return;
+    }
+    if (!output_path || !output_path[0]) {
+        fprintf(stderr, "Redump verification: SKIPPED (final output path unavailable)\n");
+        return;
+    }
+    if (!crc32 || !crc32[0] || !md5 || !md5[0] || !sha1 || !sha1[0]) {
+        fprintf(stderr, "Redump verification: SKIPPED (finalized CRC32/MD5/SHA-1 evidence incomplete)\n");
+        return;
+    }
+
+    basename = friidump_redump_dat_basename(type_id);
+    if (!basename) {
+        fprintf(stderr, "Redump verification: SKIPPED (no DAT mapping for this disc type)\n");
+        return;
+    }
+
+    dat_dir = (options.redump_dat_dir && options.redump_dat_dir[0]) ? options.redump_dat_dir : "redump_dat";
+    snprintf(dat_path, sizeof(dat_path), "%s/%s", dat_dir, basename);
+    if (output_size == 0)
+        output_size = friidump_file_size(output_path);
+
+    g_redump_attempted = true;
+    redump_verify_dat_file(dat_path, output_size, crc32, md5, sha1, &g_redump_result);
+
+    fprintf(stderr, "\nRedump verification\n");
+    fprintf(stderr, "------------------------------------------------------------\n");
+    fprintf(stderr, "%-20s %s\n", "DAT", g_redump_result.dat_path);
+    fprintf(stderr, "%-20s %s\n", "Hash source", hash_source ? hash_source : "Finalized output hashes");
+    fprintf(stderr, "%-20s %lu\n", "Entries scanned", g_redump_result.entries_scanned);
+
+    if (g_redump_result.status == REDUMP_VERIFY_MATCH) {
+        fprintf(stderr, "%-20s %s\n", "Matched entry", g_redump_result.game_name);
+        fprintf(stderr, "%-20s %s\n", "ROM", g_redump_result.rom_name);
+        friidump_print_redump_field("Image size", g_redump_result.size_status);
+        friidump_print_redump_field("CRC32", g_redump_result.crc32_status);
+        friidump_print_redump_field("MD5", g_redump_result.md5_status);
+        friidump_print_redump_field("SHA-1", g_redump_result.sha1_status);
+        if (g_redump_result.exact_matches > 1)
+            fprintf(stderr, "%-20s %lu exact entries\n", "Duplicate matches", g_redump_result.exact_matches);
+    } else if (g_redump_result.candidate_available) {
+        fprintf(stderr, "%-20s %s\n", "Closest candidate", g_redump_result.game_name);
+        fprintf(stderr, "%-20s %s\n", "ROM", g_redump_result.rom_name);
+        friidump_print_redump_field("Image size", g_redump_result.size_status);
+        friidump_print_redump_field("CRC32", g_redump_result.crc32_status);
+        friidump_print_redump_field("MD5", g_redump_result.md5_status);
+        friidump_print_redump_field("SHA-1", g_redump_result.sha1_status);
+    } else {
+        fprintf(stderr, "%-20s %s\n", "Closest candidate", "None (no hash-correlated entry)");
+        fprintf(stderr, "%-20s %lu entries\n", "Size matches", g_redump_result.size_matches);
+        fprintf(stderr, "%-20s %lu entries\n", "CRC32 matches", g_redump_result.crc32_matches);
+        fprintf(stderr, "%-20s %lu entries\n", "MD5 matches", g_redump_result.md5_matches);
+        fprintf(stderr, "%-20s %lu entries\n", "SHA-1 matches", g_redump_result.sha1_matches);
+    }
+
+    fprintf(stderr, "%-20s %s\n", "Overall", redump_verify_overall_string(&g_redump_result));
+    fprintf(stderr, "%-20s %s\n", "Confidence", redump_verify_confidence_string(&g_redump_result));
+    if (g_redump_result.status != REDUMP_VERIFY_MATCH)
+        fprintf(stderr, "%-20s %s\n", "Detail", g_redump_result.detail);
+    if (type_id == DISC_TYPE_XBOX)
+        fprintf(stderr, "%-20s %s\n", "Representation note", representation_note);
+
+    friidump_write_redump_report(&g_redump_result, output_path, output_size,
+                                 crc32, md5, sha1, sha256, hash_source,
+                                 representation_note);
+}
+
+static void friidump_verify_redump_iso(dumper *dmp, disc_type type_id) {
+    const char *output_path;
+
+    if (!dmp)
+        return;
+
+    output_path = options.iso_out;
+    friidump_verify_redump_values(type_id,
+                                  output_path,
+                                  friidump_file_size(output_path),
+                                  dumper_get_iso_crc32(dmp),
+                                  dumper_get_iso_md5(dmp),
+                                  dumper_get_iso_sha1(dmp),
+                                  dumper_get_iso_sha2(dmp),
+                                  "FriiDump finalized ISO multihash");
+}
+
+static void friidump_verify_redump_xbox_reference(dumper *dmp) {
+    xbox_ref_dump_result result;
+
+    xbox_ref_dump_result_init(&result);
+    if (!dumper_get_xbox_reference_result(dmp, &result)) {
+        fprintf(stderr, "Redump verification: SKIPPED (Xbox reference result handoff unavailable)\n");
+        return;
+    }
+    if (result.mode != '1') {
+        fprintf(stderr, "Redump verification: SKIPPED (Xbox XISO is not a full Redump disc image)\n");
+        return;
+    }
+    if (!result.dump_success) {
+        fprintf(stderr, "Redump verification: SKIPPED (Xbox reference dump did not complete)\n");
+        return;
+    }
+    if (!result.hashes_complete) {
+        fprintf(stderr, "Redump verification: SKIPPED (Xbox finalized full-file hashes incomplete)\n");
+        return;
+    }
+
+    if (g_validation_summary.active) {
+        if (result.output_path[0])
+            friidump_summary_copy(g_validation_summary.output, sizeof(g_validation_summary.output), result.output_path);
+        if (result.title[0])
+            friidump_summary_copy(g_validation_summary.title, sizeof(g_validation_summary.title), result.title);
+        if (result.media_id[0])
+            friidump_summary_copy(g_validation_summary.game_id, sizeof(g_validation_summary.game_id), result.media_id);
+        if (result.output_sectors)
+            g_validation_summary.sectors = result.output_sectors;
+        g_validation_summary.seed_applicable = false;
+        g_validation_summary.have_seed_duration = false;
+    }
+    if (result.elapsed_seconds > 0.0) {
+        g_operation_duration_override_valid = true;
+        g_operation_duration_override = result.elapsed_seconds;
+    }
+
+    friidump_verify_redump_values(DISC_TYPE_XBOX,
+                                  result.output_path,
+                                  result.output_size,
+                                  result.crc32,
+                                  result.md5,
+                                  result.sha1,
+                                  result.sha256,
+                                  "GDR-8050L reference finalized full-file hashes");
+}
+
 void help (void) {
        /* 80 cols guide:
         *      |-------------------------------------------------------------------------------|
@@ -539,6 +900,10 @@ void help (void) {
                "     --scan-log <file>         JSON output path for --hlds-e7-scan\n"
                "     --scan-dump-prefix <prefix>       Optional raw 0xE7 window dump prefix for --hlds-e7-scan\n"
                "     --hlds-profile-report <file> Write selected HLDS profile/evidence JSON\n"
+               "     --redump-dat-dir <dir> Directory containing canonical Redump DAT files\n"
+               "                              (default: redump_dat)\n"
+               "     --redump-report <file>   Write atomic Redump evidence JSON\n"
+               "     --no-redump-verify       Disable automatic post-dump DAT verification\n"
                " -A, --allmethods              Try all known command/method combinations until\n"
                "                               one works. Reopens the drive for each command so\n"
                "                               command-specific vendor handlers are rebound.\n"
@@ -594,6 +959,9 @@ bool optparse (int argc, char **argv) {
                {"scan-log", 1, 0, 1001},
                {"scan-dump-prefix", 1, 0, 1002},
                {"hlds-profile-report", 1, 0, 1005},
+               {"redump-dat-dir", 1, 0, 1006},
+               {"redump-report", 1, 0, 1007},
+               {"no-redump-verify", 0, 0, 1008},
 #ifdef DEBUG
                /* We don't want newbies to generate and put into circulation bad dumps, so this options are disabled for releases */
                {"donottunscramble", 0, 0, 'n'},
@@ -639,6 +1007,9 @@ bool optparse (int argc, char **argv) {
        options.hlds_e7_scan_log = NULL;
        options.hlds_e7_scan_dump_prefix = NULL;
        options.hlds_profile_report = NULL;
+       options.redump_dat_dir = NULL;
+       options.redump_report = NULL;
+       options.no_redump_verify = false;
 
        do {
 #ifdef DEBUG
@@ -785,6 +1156,15 @@ bool optparse (int argc, char **argv) {
                        case 1005:
                                my_strdup (options.hlds_profile_report, optarg);
                                break;
+                       case 1006:
+                               my_strdup (options.redump_dat_dir, optarg);
+                               break;
+                       case 1007:
+                               my_strdup (options.redump_report, optarg);
+                               break;
+                       case 1008:
+                               options.no_redump_verify = true;
+                               break;
                        case -1:
                                break;
                        default:
@@ -1194,6 +1574,11 @@ int dologic (disc *d, progstats *stats) {
                                                                                dumper_get_iso_sha1 (dmp), dumper_get_iso_sha2 (dmp)/*, dumper_get_iso_ed2k (dmp)*/
                                                                        );
 
+                                                               if (type_id == DISC_TYPE_XBOX && disc_is_xbox_challenge_drive (d) && options.iso_requested)
+                                                                       friidump_verify_redump_xbox_reference(dmp);
+                                                               else if (options.iso_out)
+                                                                       friidump_verify_redump_iso(dmp, type_id);
+
                                                                out = true;
                                                                if (g_validation_summary.active)
                                                                        g_validation_summary.dump_ok = true;
@@ -1356,6 +1741,8 @@ int main (int argc, char *argv[]) {
                        duration += ((double) us / (double) USECS_PER_SEC);
                        if (duration < 0)
                                duration = 0;
+                       if (g_operation_duration_override_valid)
+                               duration = g_operation_duration_override;
                        fprintf (stderr, "Operation took %.2f seconds\n", duration);
                        friidump_print_validation_summary(duration, true);
 
diff --git a/src/redump_dat.c b/src/redump_dat.c
new file mode 100644 (file)
index 0000000..6231679
--- /dev/null
@@ -0,0 +1,283 @@
+#include "redump_dat.h"
+
+#include <ctype.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+static int redump_ascii_equal(const char *a, const char *b) {
+    unsigned char ca, cb;
+    if (!a || !b)
+        return 0;
+    while (*a && *b) {
+        ca = (unsigned char)tolower((unsigned char)*a++);
+        cb = (unsigned char)tolower((unsigned char)*b++);
+        if (ca != cb)
+            return 0;
+    }
+    return *a == '\0' && *b == '\0';
+}
+
+static int redump_extract_attr(const char *line, const char *name, char *out, size_t out_size) {
+    char pattern[64];
+    const char *start;
+    const char *end;
+    size_t len;
+
+    if (!line || !name || !out || out_size == 0)
+        return 0;
+    snprintf(pattern, sizeof(pattern), "%s=\"", name);
+    start = strstr(line, pattern);
+    if (!start)
+        return 0;
+    start += strlen(pattern);
+    end = strchr(start, '"');
+    if (!end)
+        return 0;
+    len = (size_t)(end - start);
+    if (len >= out_size)
+        len = out_size - 1;
+    memcpy(out, start, len);
+    out[len] = '\0';
+    return 1;
+}
+
+static void redump_xml_decode(char *text) {
+    struct entity_s { const char *encoded; const char decoded; };
+    static const struct entity_s entities[] = {
+        {"&amp;", '&'}, {"&quot;", '"'}, {"&apos;", '\''},
+        {"&lt;", '<'}, {"&gt;", '>'}
+    };
+    size_t i;
+    if (!text)
+        return;
+    for (i = 0; i < sizeof(entities) / sizeof(entities[0]); i++) {
+        char *p;
+        size_t encoded_len = strlen(entities[i].encoded);
+        while ((p = strstr(text, entities[i].encoded)) != NULL) {
+            *p = entities[i].decoded;
+            memmove(p + 1, p + encoded_len, strlen(p + encoded_len) + 1);
+        }
+    }
+}
+
+static void redump_store_candidate(
+    redump_verify_result *result,
+    const char *game_name,
+    const char *rom_name,
+    const char *size_text,
+    const char *crc32,
+    const char *md5,
+    const char *sha1,
+    int size_match,
+    int crc32_match,
+    int md5_match,
+    int sha1_match,
+    int hash_matches
+) {
+    if (!result)
+        return;
+    result->candidate_available = 1;
+    result->candidate_hash_matches = hash_matches;
+    result->size_status = size_match ? REDUMP_FIELD_PASS : REDUMP_FIELD_FAIL;
+    result->crc32_status = crc32_match ? REDUMP_FIELD_PASS : REDUMP_FIELD_FAIL;
+    result->md5_status = md5_match ? REDUMP_FIELD_PASS : REDUMP_FIELD_FAIL;
+    result->sha1_status = sha1_match ? REDUMP_FIELD_PASS : REDUMP_FIELD_FAIL;
+    snprintf(result->game_name, sizeof(result->game_name), "%s",
+             (game_name && game_name[0]) ? game_name : ((rom_name && rom_name[0]) ? rom_name : ""));
+    snprintf(result->rom_name, sizeof(result->rom_name), "%s", rom_name ? rom_name : "");
+    snprintf(result->expected_size, sizeof(result->expected_size), "%s", size_text ? size_text : "");
+    snprintf(result->expected_crc32, sizeof(result->expected_crc32), "%s", crc32 ? crc32 : "");
+    snprintf(result->expected_md5, sizeof(result->expected_md5), "%s", md5 ? md5 : "");
+    snprintf(result->expected_sha1, sizeof(result->expected_sha1), "%s", sha1 ? sha1 : "");
+}
+
+void redump_verify_result_init(redump_verify_result *result) {
+    if (!result)
+        return;
+    memset(result, 0, sizeof(*result));
+    result->status = REDUMP_VERIFY_NOT_RUN;
+    result->size_status = REDUMP_FIELD_NOT_AVAILABLE;
+    result->crc32_status = REDUMP_FIELD_NOT_AVAILABLE;
+    result->md5_status = REDUMP_FIELD_NOT_AVAILABLE;
+    result->sha1_status = REDUMP_FIELD_NOT_AVAILABLE;
+}
+
+const char *redump_verify_status_string(redump_verify_status status) {
+    switch (status) {
+        case REDUMP_VERIFY_MATCH: return "MATCH";
+        case REDUMP_VERIFY_NO_MATCH: return "NO MATCH";
+        case REDUMP_VERIFY_DAT_NOT_FOUND: return "DAT NOT FOUND";
+        case REDUMP_VERIFY_DAT_READ_ERROR: return "DAT READ ERROR";
+        case REDUMP_VERIFY_INVALID_INPUT: return "INVALID INPUT";
+        default: return "NOT RUN";
+    }
+}
+
+const char *redump_field_status_string(redump_field_status status) {
+    switch (status) {
+        case REDUMP_FIELD_PASS: return "PASS";
+        case REDUMP_FIELD_FAIL: return "FAIL";
+        default: return "N/A";
+    }
+}
+
+const char *redump_verify_overall_string(const redump_verify_result *result) {
+    if (!result)
+        return "NOT VERIFIED";
+    if (result->status == REDUMP_VERIFY_MATCH)
+        return "VERIFIED AGAINST REDUMP";
+    if (result->status == REDUMP_VERIFY_NO_MATCH)
+        return "NO EXACT MATCH";
+    return "NOT VERIFIED";
+}
+
+const char *redump_verify_confidence_string(const redump_verify_result *result) {
+    if (!result)
+        return "Verification unavailable";
+    if (result->status == REDUMP_VERIFY_MATCH)
+        return "Exact archive match";
+    if (result->status == REDUMP_VERIFY_NO_MATCH && result->candidate_available)
+        return "Partial hash correlation; dump not verified";
+    if (result->status == REDUMP_VERIFY_NO_MATCH)
+        return "No archive identity established";
+    if (result->status == REDUMP_VERIFY_INVALID_INPUT)
+        return "Required evidence unavailable";
+    return "Verification unavailable";
+}
+
+const char *redump_verify_match_kind_string(const redump_verify_result *result) {
+    if (!result)
+        return "none";
+    if (result->status == REDUMP_VERIFY_MATCH)
+        return "exact";
+    if (result->candidate_available)
+        return "closest";
+    return "none";
+}
+
+int redump_verify_dat_file(
+    const char *dat_path,
+    uint64_t image_size,
+    const char *crc32,
+    const char *md5,
+    const char *sha1,
+    redump_verify_result *result
+) {
+    FILE *fp;
+    char line[8192];
+    char current_game[512] = "";
+    int best_hash_matches = 0;
+    int best_size_match = 0;
+
+    if (!result)
+        return 0;
+    redump_verify_result_init(result);
+
+    if (dat_path)
+        snprintf(result->dat_path, sizeof(result->dat_path), "%s", dat_path);
+    if (!dat_path || !dat_path[0] || image_size == 0 || !crc32 || !md5 || !sha1 ||
+        !crc32[0] || !md5[0] || !sha1[0]) {
+        result->status = REDUMP_VERIFY_INVALID_INPUT;
+        snprintf(result->detail, sizeof(result->detail),
+                 "Output size plus complete CRC32, MD5, and SHA-1 values are required.");
+        return 0;
+    }
+
+    fp = fopen(dat_path, "rb");
+    if (!fp) {
+        result->status = REDUMP_VERIFY_DAT_NOT_FOUND;
+        snprintf(result->detail, sizeof(result->detail), "Could not open DAT file.");
+        return 0;
+    }
+
+    while (fgets(line, sizeof(line), fp)) {
+        if (strstr(line, "<game ") != NULL) {
+            if (redump_extract_attr(line, "name", current_game, sizeof(current_game)))
+                redump_xml_decode(current_game);
+            continue;
+        }
+
+        if (strstr(line, "<rom ") != NULL) {
+            char rom_name[512] = "";
+            char size_text[32] = "";
+            char entry_crc[16] = "";
+            char entry_md5[40] = "";
+            char entry_sha1[48] = "";
+            uint64_t entry_size;
+            int size_match;
+            int crc32_match;
+            int md5_match;
+            int sha1_match;
+            int hash_matches;
+
+            if (!redump_extract_attr(line, "size", size_text, sizeof(size_text)) ||
+                !redump_extract_attr(line, "crc", entry_crc, sizeof(entry_crc)) ||
+                !redump_extract_attr(line, "md5", entry_md5, sizeof(entry_md5)) ||
+                !redump_extract_attr(line, "sha1", entry_sha1, sizeof(entry_sha1)))
+                continue;
+
+            redump_extract_attr(line, "name", rom_name, sizeof(rom_name));
+            redump_xml_decode(rom_name);
+            entry_size = (uint64_t)strtoull(size_text, NULL, 10);
+
+            result->entries_scanned++;
+            size_match = (entry_size == image_size);
+            crc32_match = redump_ascii_equal(crc32, entry_crc);
+            md5_match = redump_ascii_equal(md5, entry_md5);
+            sha1_match = redump_ascii_equal(sha1, entry_sha1);
+            hash_matches = crc32_match + md5_match + sha1_match;
+
+            if (size_match) result->size_matches++;
+            if (crc32_match) result->crc32_matches++;
+            if (md5_match) result->md5_matches++;
+            if (sha1_match) result->sha1_matches++;
+
+            if (size_match && crc32_match && md5_match && sha1_match) {
+                result->exact_matches++;
+                if (result->status != REDUMP_VERIFY_MATCH) {
+                    result->status = REDUMP_VERIFY_MATCH;
+                    redump_store_candidate(result, current_game, rom_name, size_text,
+                                           entry_crc, entry_md5, entry_sha1,
+                                           1, 1, 1, 1, 3);
+                    snprintf(result->detail, sizeof(result->detail),
+                             "Size, CRC32, MD5, and SHA-1 matched.");
+                }
+                continue;
+            }
+
+            if (result->status != REDUMP_VERIFY_MATCH && hash_matches > 0 &&
+                (hash_matches > best_hash_matches ||
+                 (hash_matches == best_hash_matches && size_match > best_size_match))) {
+                best_hash_matches = hash_matches;
+                best_size_match = size_match;
+                redump_store_candidate(result, current_game, rom_name, size_text,
+                                       entry_crc, entry_md5, entry_sha1,
+                                       size_match, crc32_match, md5_match, sha1_match,
+                                       hash_matches);
+            }
+        }
+    }
+
+    if (ferror(fp)) {
+        fclose(fp);
+        result->status = REDUMP_VERIFY_DAT_READ_ERROR;
+        snprintf(result->detail, sizeof(result->detail),
+                 "An I/O error occurred while reading the DAT file.");
+        return 0;
+    }
+    fclose(fp);
+
+    if (result->status == REDUMP_VERIFY_MATCH)
+        return 1;
+
+    result->status = REDUMP_VERIFY_NO_MATCH;
+    if (result->candidate_available) {
+        snprintf(result->detail, sizeof(result->detail),
+                 "No exact entry matched; the closest hash-correlated candidate is shown.");
+    } else {
+        snprintf(result->detail, sizeof(result->detail),
+                 "No entry matched all required fields and no hash-correlated candidate was found.");
+    }
+    return 0;
+}
diff --git a/src/redump_dat.h b/src/redump_dat.h
new file mode 100644 (file)
index 0000000..39919ed
--- /dev/null
@@ -0,0 +1,61 @@
+#ifndef REDUMP_DAT_H_INCLUDED
+#define REDUMP_DAT_H_INCLUDED
+
+#include <stddef.h>
+#include <stdint.h>
+
+typedef enum {
+    REDUMP_VERIFY_NOT_RUN = 0,
+    REDUMP_VERIFY_MATCH,
+    REDUMP_VERIFY_NO_MATCH,
+    REDUMP_VERIFY_DAT_NOT_FOUND,
+    REDUMP_VERIFY_DAT_READ_ERROR,
+    REDUMP_VERIFY_INVALID_INPUT
+} redump_verify_status;
+
+typedef enum {
+    REDUMP_FIELD_NOT_AVAILABLE = 0,
+    REDUMP_FIELD_PASS,
+    REDUMP_FIELD_FAIL
+} redump_field_status;
+
+typedef struct {
+    redump_verify_status status;
+    unsigned long entries_scanned;
+    unsigned long exact_matches;
+    unsigned long size_matches;
+    unsigned long crc32_matches;
+    unsigned long md5_matches;
+    unsigned long sha1_matches;
+    int candidate_available;
+    int candidate_hash_matches;
+    redump_field_status size_status;
+    redump_field_status crc32_status;
+    redump_field_status md5_status;
+    redump_field_status sha1_status;
+    char dat_path[512];
+    char game_name[512];
+    char rom_name[512];
+    char expected_size[32];
+    char expected_crc32[16];
+    char expected_md5[40];
+    char expected_sha1[48];
+    char detail[256];
+} redump_verify_result;
+
+void redump_verify_result_init(redump_verify_result *result);
+const char *redump_verify_status_string(redump_verify_status status);
+const char *redump_field_status_string(redump_field_status status);
+const char *redump_verify_overall_string(const redump_verify_result *result);
+const char *redump_verify_confidence_string(const redump_verify_result *result);
+const char *redump_verify_match_kind_string(const redump_verify_result *result);
+int redump_verify_dat_file(
+    const char *dat_path,
+    uint64_t image_size,
+    const char *crc32,
+    const char *md5,
+    const char *sha1,
+    redump_verify_result *result
+);
+
+#endif