From: jtryba Date: Sat, 18 Jul 2026 12:21:16 +0000 (-0500) Subject: FriiDump 0.5.3.10: add Redump evidence and optimize Xbox flow X-Git-Tag: v0.5.3.10-pf1^0 X-Git-Url: https://git.jtryba.com/browse/friidump.git/commitdiff_plain/6e43cd3fd4f7324a177331a01d653b4c19c4bca7 FriiDump 0.5.3.10: add Redump evidence and optimize Xbox flow 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. --- diff --git a/README b/README index 6d7c62b..00bbfb8 100644 --- 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 ` 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 +`.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 ` selects another directory containing the three stable + DAT filenames above. +- `--redump-report ` 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. diff --git a/build_msvc32.cmd b/build_msvc32.cmd index b91bb7c..0d69211 100644 --- a/build_msvc32.cmd +++ b/build_msvc32.cmd @@ -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 diff --git a/docs/ChangeLog b/docs/ChangeLog index 68c3906..d865b6b 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -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 `, `--redump-report `, 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. diff --git a/docs/XBOX.md b/docs/XBOX.md index 0b203ed..29c1f6e 100644 --- a/docs/XBOX.md +++ b/docs/XBOX.md @@ -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 ` or `-X ` 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 ` or `-X ` 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 ` and +bare `-i` with XBE/DMI-derived names without hashing the 7.29 GiB file twice. +Use `--redump-report ` 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 index 0000000..3806179 --- /dev/null +++ b/docs/debug/friidump_redump_dat_v62_build_linux.log @@ -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 value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by 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 index 0000000..ef9ed31 --- /dev/null +++ b/docs/debug/friidump_redump_dat_v62_help_linux.txt @@ -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 Dump disc from 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 Force memory dump command: + 0 - vanilla 2064 + 1 - vanilla 2384 + 2 - Hitachi + 3 - Lite-On + 4 - Renesas + -x, --speed Set streaming speed (1, 24, 32, 64, etc., + where 1 = 150 KiB/s and so on) + -T, --type 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 Force disc size + -r, --raw Output to file in raw format (2064-byte + sectors) + -i, --iso[=] Output to file in ISO format (2048-byte + sectors). For Xbox/GDR-8050L, omitting + derives Title[MediaID].iso from the XBE/DMI; + providing 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[=] Output Xbox/XGD game partition as XISO (.xiso). + For Xbox/GDR-8050L, omitting derives + Title[MediaID].xiso from the XBE/DMI; providing + 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 Convert (unscramble) raw image contained in + 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[=,] 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[=,] Use dumping method 1 (Default 16,16) + -2, --method2[=,] Use dumping method 2 (Default 16,16) + -3, --method3[=,] Use dumping method 3 (Default 16,16) + - Streaming --------------------------------- + -4, --method4[=,] Use dumping method 4 (Default 27,27) + -5, --method5[=,] Use dumping method 5 (Default 27,27) + -6, --method6[=,] 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 JSON output path for --hlds-e7-scan + --scan-dump-prefix Optional raw 0xE7 window dump prefix for --hlds-e7-scan + --hlds-profile-report Write selected HLDS profile/evidence JSON + --redump-dat-dir Directory containing canonical Redump DAT files + (default: redump_dat) + --redump-report 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 index 0000000..36dd52d --- /dev/null +++ b/docs/debug/friidump_redump_dat_v62_parser_tests.txt @@ -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 index 0000000..5febca9 --- /dev/null +++ b/docs/debug/friidump_redump_evidence_v63_cmake.log @@ -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 value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by 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 index 0000000..2cc662b --- /dev/null +++ b/docs/debug/friidump_redump_evidence_v63_help_linux.txt @@ -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 Dump disc from 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 Force memory dump command: + 0 - vanilla 2064 + 1 - vanilla 2384 + 2 - Hitachi + 3 - Lite-On + 4 - Renesas + -x, --speed Set streaming speed (1, 24, 32, 64, etc., + where 1 = 150 KiB/s and so on) + -T, --type 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 Force disc size + -r, --raw Output to file in raw format (2064-byte + sectors) + -i, --iso[=] Output to file in ISO format (2048-byte + sectors). For Xbox/GDR-8050L, omitting + derives Title[MediaID].iso from the XBE/DMI; + providing 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[=] Output Xbox/XGD game partition as XISO (.xiso). + For Xbox/GDR-8050L, omitting derives + Title[MediaID].xiso from the XBE/DMI; providing + 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 Convert (unscramble) raw image contained in + 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[=,] 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[=,] Use dumping method 1 (Default 16,16) + -2, --method2[=,] Use dumping method 2 (Default 16,16) + -3, --method3[=,] Use dumping method 3 (Default 16,16) + - Streaming --------------------------------- + -4, --method4[=,] Use dumping method 4 (Default 27,27) + -5, --method5[=,] Use dumping method 5 (Default 27,27) + -6, --method6[=,] 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 JSON output path for --hlds-e7-scan + --scan-dump-prefix Optional raw 0xE7 window dump prefix for --hlds-e7-scan + --hlds-profile-report Write selected HLDS profile/evidence JSON + --redump-dat-dir Directory containing canonical Redump DAT files + (default: redump_dat) + --redump-report 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 index 0000000..66cc903 --- /dev/null +++ b/docs/debug/friidump_redump_evidence_v63_parser_tests.txt @@ -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 index 0000000..023126e --- /dev/null +++ b/docs/debug/friidump_redump_evidence_v63_rebuild.log @@ -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 index 0000000..34f6891 --- /dev/null +++ b/docs/debug/friidump_redump_evidence_v63_report_test_stderr.txt @@ -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 index 0000000..d735566 --- /dev/null +++ b/docs/debug/friidump_redump_evidence_v63_validation.txt @@ -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 index 0000000..9ab13d3 --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_cmake_build.log @@ -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 value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by 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 index 0000000..2809d34 --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_dat_tests.txt @@ -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 index 0000000..1055142 --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_help_linux.txt @@ -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 Dump disc from 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 Force memory dump command: + 0 - vanilla 2064 + 1 - vanilla 2384 + 2 - Hitachi + 3 - Lite-On + 4 - Renesas + -x, --speed Set streaming speed (1, 24, 32, 64, etc., + where 1 = 150 KiB/s and so on) + -T, --type 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 Force disc size + -r, --raw Output to file in raw format (2064-byte + sectors) + -i, --iso[=] Output to file in ISO format (2048-byte + sectors). For Xbox/GDR-8050L, omitting + derives Title[MediaID].iso from the XBE/DMI; + providing 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[=] Output Xbox/XGD game partition as XISO (.xiso). + For Xbox/GDR-8050L, omitting derives + Title[MediaID].xiso from the XBE/DMI; providing + 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 Convert (unscramble) raw image contained in + 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[=,] 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[=,] Use dumping method 1 (Default 16,16) + -2, --method2[=,] Use dumping method 2 (Default 16,16) + -3, --method3[=,] Use dumping method 3 (Default 16,16) + - Streaming --------------------------------- + -4, --method4[=,] Use dumping method 4 (Default 27,27) + -5, --method5[=,] Use dumping method 5 (Default 27,27) + -6, --method6[=,] 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 JSON output path for --hlds-e7-scan + --scan-dump-prefix Optional raw 0xE7 window dump prefix for --hlds-e7-scan + --hlds-profile-report Write selected HLDS profile/evidence JSON + --redump-dat-dir Directory containing canonical Redump DAT files + (default: redump_dat) + --redump-report 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 index 0000000..a28be87 --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_observed_reconstruction_test.txt @@ -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 index 0000000..c74c835 --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_overlay_build.log @@ -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 value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by 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 index 0000000..fe4bf2d --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_overlay_sha256_check.txt @@ -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 index 0000000..2c8f37d --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_regression_tests.txt @@ -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 index 0000000..f880a48 --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_source_contract.txt @@ -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 index 0000000..57a9d9d --- /dev/null +++ b/docs/debug/friidump_xbox_redump_v64_validation.txt @@ -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 index 0000000..3d872e8 --- /dev/null +++ b/docs/debug/friidump_xbox_v65_cmake_build.log @@ -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 index 0000000..3fe1abe --- /dev/null +++ b/docs/debug/friidump_xbox_v65_cmake_configure.log @@ -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 value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by 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 index 0000000..c7ed457 --- /dev/null +++ b/docs/debug/friidump_xbox_v65_expected_live_summary.txt @@ -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 index 0000000..a94c56b --- /dev/null +++ b/docs/debug/friidump_xbox_v65_help_linux.txt @@ -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 Dump disc from 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 Force memory dump command: + 0 - vanilla 2064 + 1 - vanilla 2384 + 2 - Hitachi + 3 - Lite-On + 4 - Renesas + -x, --speed Set streaming speed (1, 24, 32, 64, etc., + where 1 = 150 KiB/s and so on) + -T, --type 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 Force disc size + -r, --raw Output to file in raw format (2064-byte + sectors) + -i, --iso[=] Output to file in ISO format (2048-byte + sectors). For Xbox/GDR-8050L, omitting + derives Title[MediaID].iso from the XBE/DMI; + providing 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[=] Output Xbox/XGD game partition as XISO (.xiso). + For Xbox/GDR-8050L, omitting derives + Title[MediaID].xiso from the XBE/DMI; providing + 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 Convert (unscramble) raw image contained in + 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[=,] 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[=,] Use dumping method 1 (Default 16,16) + -2, --method2[=,] Use dumping method 2 (Default 16,16) + -3, --method3[=,] Use dumping method 3 (Default 16,16) + - Streaming --------------------------------- + -4, --method4[=,] Use dumping method 4 (Default 27,27) + -5, --method5[=,] Use dumping method 5 (Default 27,27) + -6, --method6[=,] 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 JSON output path for --hlds-e7-scan + --scan-dump-prefix Optional raw 0xE7 window dump prefix for --hlds-e7-scan + --hlds-profile-report Write selected HLDS profile/evidence JSON + --redump-dat-dir Directory containing canonical Redump DAT files + (default: redump_dat) + --redump-report 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 index 0000000..4c90c51 --- /dev/null +++ b/docs/debug/friidump_xbox_v65_live_validation.txt @@ -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 index 0000000..70aad5f --- /dev/null +++ b/docs/debug/friidump_xbox_v65_rebuild.log @@ -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 index 0000000..0eb81c7 --- /dev/null +++ b/docs/debug/friidump_xbox_v65_source_contract.txt @@ -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 index 0000000..147263c --- /dev/null +++ b/docs/debug/friidump_xbox_v66_cmake_build.log @@ -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 index 0000000..448db56 --- /dev/null +++ b/docs/debug/friidump_xbox_v66_cmake_configure.log @@ -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 value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by 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 index 0000000..26af5b0 --- /dev/null +++ b/docs/debug/friidump_xbox_v66_expected_live_sequence.txt @@ -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 index 0000000..cab3d84 --- /dev/null +++ b/docs/debug/friidump_xbox_v66_help_linux.txt @@ -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 Dump disc from 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 Force memory dump command: + 0 - vanilla 2064 + 1 - vanilla 2384 + 2 - Hitachi + 3 - Lite-On + 4 - Renesas + -x, --speed Set streaming speed (1, 24, 32, 64, etc., + where 1 = 150 KiB/s and so on) + -T, --type 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 Force disc size + -r, --raw Output to file in raw format (2064-byte + sectors) + -i, --iso[=] Output to file in ISO format (2048-byte + sectors). For Xbox/GDR-8050L, omitting + derives Title[MediaID].iso from the XBE/DMI; + providing 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[=] Output Xbox/XGD game partition as XISO (.xiso). + For Xbox/GDR-8050L, omitting derives + Title[MediaID].xiso from the XBE/DMI; providing + 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 Convert (unscramble) raw image contained in + 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[=,] 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[=,] Use dumping method 1 (Default 16,16) + -2, --method2[=,] Use dumping method 2 (Default 16,16) + -3, --method3[=,] Use dumping method 3 (Default 16,16) + - Streaming --------------------------------- + -4, --method4[=,] Use dumping method 4 (Default 27,27) + -5, --method5[=,] Use dumping method 5 (Default 27,27) + -6, --method6[=,] 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 JSON output path for --hlds-e7-scan + --scan-dump-prefix Optional raw 0xE7 window dump prefix for --hlds-e7-scan + --hlds-profile-report Write selected HLDS profile/evidence JSON + --redump-dat-dir Directory containing canonical Redump DAT files + (default: redump_dat) + --redump-report 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 index 0000000..eb5a067 --- /dev/null +++ b/docs/debug/friidump_xbox_v66_overlay_build.log @@ -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 index 0000000..37d0b24 --- /dev/null +++ b/docs/debug/friidump_xbox_v66_overlay_configure.log @@ -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 value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by 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 index 0000000..cab3d84 --- /dev/null +++ b/docs/debug/friidump_xbox_v66_overlay_help.txt @@ -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 Dump disc from 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 Force memory dump command: + 0 - vanilla 2064 + 1 - vanilla 2384 + 2 - Hitachi + 3 - Lite-On + 4 - Renesas + -x, --speed Set streaming speed (1, 24, 32, 64, etc., + where 1 = 150 KiB/s and so on) + -T, --type 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 Force disc size + -r, --raw Output to file in raw format (2064-byte + sectors) + -i, --iso[=] Output to file in ISO format (2048-byte + sectors). For Xbox/GDR-8050L, omitting + derives Title[MediaID].iso from the XBE/DMI; + providing 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[=] Output Xbox/XGD game partition as XISO (.xiso). + For Xbox/GDR-8050L, omitting derives + Title[MediaID].xiso from the XBE/DMI; providing + 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 Convert (unscramble) raw image contained in + 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[=,] 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[=,] Use dumping method 1 (Default 16,16) + -2, --method2[=,] Use dumping method 2 (Default 16,16) + -3, --method3[=,] Use dumping method 3 (Default 16,16) + - Streaming --------------------------------- + -4, --method4[=,] Use dumping method 4 (Default 27,27) + -5, --method5[=,] Use dumping method 5 (Default 27,27) + -6, --method6[=,] 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 JSON output path for --hlds-e7-scan + --scan-dump-prefix Optional raw 0xE7 window dump prefix for --hlds-e7-scan + --hlds-profile-report Write selected HLDS profile/evidence JSON + --redump-dat-dir Directory containing canonical Redump DAT files + (default: redump_dat) + --redump-report 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 index 0000000..fa1ce58 --- /dev/null +++ b/docs/debug/friidump_xbox_v66_package_sha256_check.txt @@ -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 index 0000000..5bdf87c --- /dev/null +++ b/docs/debug/friidump_xbox_v66_source_contract.txt @@ -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 index 0000000..573cc1b --- /dev/null +++ b/docs/debug/redump_report_v63_sample.json @@ -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 index 0000000..0a2d352 --- /dev/null +++ b/docs/reports/FRIIDUMP_REDUMP_DAT_VERIFICATION_0.5.3.6.md @@ -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 +--redump-report +--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 index 0000000..770831e --- /dev/null +++ b/docs/reports/FRIIDUMP_REDUMP_EVIDENCE_REPORTING_0.5.3.7.md @@ -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 `.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 index 0000000..583e28f --- /dev/null +++ b/docs/reports/FRIIDUMP_XBOX_LIVE_SUMMARY_CLOSURE_0.5.3.9.md @@ -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 index 0000000..c984065 --- /dev/null +++ b/docs/reports/FRIIDUMP_XBOX_REDUMP_EVIDENCE_HANDOFF_0.5.3.8.md @@ -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 ` 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 index 0000000..153faf6 --- /dev/null +++ b/docs/reports/FRIIDUMP_XBOX_STATE_AWARE_HANDSHAKE_0.5.3.10.md @@ -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. diff --git a/libfriidump/dumper.c b/libfriidump/dumper.c index 23d99be..36ac682 100644 --- a/libfriidump/dumper.c +++ b/libfriidump/dumper.c @@ -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; +} diff --git a/libfriidump/dumper.h b/libfriidump/dumper.h index d7835d5..c3756ca 100644 --- a/libfriidump/dumper.h +++ b/libfriidump/dumper.h @@ -23,6 +23,7 @@ #define DUMPER_H_INCLUDED #include "misc.h" +#include "xbox_ref_bridge.h" #include #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 } diff --git a/libfriidump/xbox_ref/utils.c b/libfriidump/xbox_ref/utils.c index 2e24078..3cf2811 100644 --- a/libfriidump/xbox_ref/utils.c +++ b/libfriidump/xbox_ref/utils.c @@ -3,6 +3,7 @@ #include "xbe_cert.h" #include "unlock.h" #include "xbox_ref_log.h" +#include "../xbox_ref_bridge.h" #include #include @@ -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; } diff --git a/libfriidump/xbox_ref/utils.h b/libfriidump/xbox_ref/utils.h index b7d2cf9..f0f07fb 100644 --- a/libfriidump/xbox_ref/utils.h +++ b/libfriidump/xbox_ref/utils.h @@ -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 diff --git a/libfriidump/xbox_ref_bridge.c b/libfriidump/xbox_ref_bridge.c index a120c28..663805d 100644 --- a/libfriidump/xbox_ref_bridge.c +++ b/libfriidump/xbox_ref_bridge.c @@ -1,18 +1,40 @@ #include "xbox_ref_bridge.h" +#include + +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 #include #include -#include #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 diff --git a/libfriidump/xbox_ref_bridge.h b/libfriidump/xbox_ref_bridge.h index 6da040b..8d0c278 100644 --- a/libfriidump/xbox_ref_bridge.h +++ b/libfriidump/xbox_ref_bridge.h @@ -1,12 +1,43 @@ #ifndef XBOX_REF_BRIDGE_H_INCLUDED #define XBOX_REF_BRIDGE_H_INCLUDED +#include + #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 } diff --git a/msvc32_friidump.rsp b/msvc32_friidump.rsp index 6c92172..71ee8e9 100644 --- a/msvc32_friidump.rsp +++ b/msvc32_friidump.rsp @@ -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 index 0000000..25190cf --- /dev/null +++ b/redump_dat/Microsoft - Xbox.dat @@ -0,0 +1,13434 @@ + + + +
+ Microsoft - Xbox + Microsoft - Xbox - Discs (2683) (2026-06-14 23-43-27) + 2026-06-14 23-43-27 + 2026-06-14 23-43-27 + redump.org + redump.org + http://redump.org/ +
+ + Games + Medal of Honor - Frontline (Europe) + + + + Games + Halo - Combat Evolved (Europe) + + + + Games + Midtown Madness 3 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Ghost Recon 2 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Return to Castle Wolfenstein - Tides of War (World) + + + + Games + Forza Motorsport (World) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Armed and Dangerous (Europe) (En,Es,It) + + + + Games + Backyard Wrestling - Don't Try This at Home (Europe) (En,Fr,De,Es,It) + + + + Games + Atari Anthology (World) (En,Fr,De,Es,It) + + + + Games + Dead or Alive 3 (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Deus Ex - Invisible War (Europe) + + + + Games + Halo - Combat Evolved (USA) + + + + Games + Forza Motorsport & Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Tom Clancy's Splinter Cell (USA) (En,Fr) + + + + Games + Ninja Gaiden Black (USA) (En,Ja) + + + + Games + Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Splinter Cell - Pandora Tomorrow (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Genma Onimusha (USA) (En,Ja) + + + + Games + Halo 2 (USA, Europe) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Def Jam - Fight for NY (Europe) (En,Fr) + + + + Games + Doom 3 (Europe) (En,Fr,Es,It) + + + + Games + Enter the Matrix (Europe) (En,Fr,De,Es,It) + + + + Games + Fight Night Round 3 (Europe) (En,Fr) + + + + Games + Call of Duty - Finest Hour (USA, Europe) + + + + Games + Shenmue II (USA) + + + + Games + Project Gotham Racing 2 (Europe) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Amped 2 (Europe, Australia) (En,Fr,De) + + + + Games + NHL 06 (Europe) (En,Fr,De,Sv,Fi) + + + + Games + Fable (USA, Europe) + + + + Games + GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) + + + + Games + Conker - Live & Reloaded (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + LEGO Star Wars II - The Original Trilogy (USA, Europe) (En,Fr,De,Es,It,Da) + + + + Games + Ultimate Pro Pinball (Europe) (En,Fr,De,Es,It) + + + + Games + Midway Arcade Treasures 2 (USA, Europe) + + + + Games + OutRun 2 (Europe) (En,Fr,De,Es,It) + + + + Games + OutRun 2006 - Coast 2 Coast (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Psychonauts (Europe) (En,Fr,De) + + + + Games + Midway Arcade Treasures (USA, Europe) + + + + Games + Top Spin (Europe) (En,Fr,De) + + + + Games + Brothers in Arms - Earned in Blood (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Delta Force - Black Hawk Down (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Rainbow Six 3 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Ghost Recon 2 - Summit Strike (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Silent Scope Complete (Europe) (En,Fr,De,Es,It) + + + + Games + World War II Combat - Iwo Jima (USA) + + + + Games + Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + 007 - Everything or Nothing (Europe) (En,Es,It,Nl,Sv) + + + + Games + Blinx 2 - Masters of Time & Space (World) (En,Ja,Fr,De,Es,It) + + + + Games + Call of Duty 2 - Big Red One (World) (Collector's Edition) + + + + Games + Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) + + + + Games + ESPN NHL Hockey (Europe) + + + + Games + Hello Kitty - Mission Rescue (Asia) (En,Ja,Zh) + + + + Games + Vexx (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + JSRF - Jet Set Radio Future (Japan) + + + + Games + Alias (Europe) (En,Fr,De,Es,It) + + + + Games + Sudeki (World) (En,Fr,De,Es,It) + + + + Games + FIFA Football 2003 (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It) + + + + Games + Ninja Gaiden (Europe, Australia) (En,Ja,Fr,De,Es,It) + + + + Games + Kingdom Under Fire - Heroes (World) (En,Fr,De,Es,It,Ko) + + + + Games + Warriors, The (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Mortal Kombat - Shaolin Monks (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Kung Fu Chaos (Europe) (En,Fr,De) + + + + Games + Tom Clancy's Rainbow Six 3 - Black Arrow (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Destroy All Humans! 2 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's Underground 2 (USA, Europe) (En,Fr,De) + + + + Games + Capcom Classics Collection Vol. 1 (USA, Europe) + + + + Games + Area 51 (Europe) (En,Fr,De,Es,It) + + + + Games + Counter-Strike (Europe) (En,Fr,Es,It,Ko) + + + + Games + Tom Clancy's Ghost Recon - Island Thunder (Europe) (En,Fr,De) + + + + Games + MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It) + + + + Games + Just Cause (USA, Europe) (En,Fr,De) + + + + Games + Alien Hominid (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Conker - Live & Reloaded (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Dragon's Lair 3D - Return to the Lair (USA) + + + + Games + Guilty Gear X2 Reload - The Midnight Carnival (USA) + + + + Games + Prince of Persia - Warrior Within (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Fight Club (USA, Europe) + + + + Games + Syberia II (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Syberia (USA, Europe) (En,Fr,De,Es,It) + + + + Games + NFL Fever 2004 (Europe) + + + + Games + Beyond Good & Evil (USA) (En,Fr,Es) + + + + Games + RoadKill (Europe) (En,Fr,Es,It) + + + + Games + Psi-Ops - The Mindgate Conspiracy (Europe) (En,Fr,De,Es,It) + + + + Games + NFL Street 2 (Europe) + + + + Games + Brute Force (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Street V3 (Europe, Australia) (En,Fr,De) + + + + Games + RedCard (Europe) (En,Fr,De,Es,It) + + + + Games + XIII (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Bard's Tale, The (Europe) (En,Fr,De,Es) + + + + Games + Turok - Evolution (Europe) (En,Fr,Es,It) + + + + Games + Turok - Evolution (USA) + + + + Bonus Discs + Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Bonus Disc) + + + + Games + Colin McRae Rally 04 (Europe) (En,Fr,De,Es,It) + + + + Games + Yager (Europe) (En,Fr,De) + + + + Games + 007 - Agent Under Fire (Europe) (En,Fr,De) + + + + Games + Burnout Revenge (Europe) (En,Fr,De) + + + + Games + Soulcalibur II (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + True Crime - Streets of LA (Europe) + + + + Games + Evil Dead - A Fistful of Boomstick (USA, Europe) + + + + Games + Grabbed by the Ghoulies (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Jade Empire (USA, Europe) (En,Es,It) + + + + Games + Legacy of Kain - Defiance (Europe) (En,Fr,De,Es,It) + + + + Games + Lord of the Rings, The - The Two Towers (USA) + + + + Games + FIFA Street 2 (USA) (En,Es) + + + + Games + ESPN NBA 2K5 (Europe) + + + + Games + Hitman 2 - Silent Assassin (Germany) + + + + Games + Mortal Kombat - Deception (Europe) (En,Fr,De,Es,It) + + + + Games + Mortal Kombat - Shaolin Monks (Germany) (En,Fr,De,Es,It) + + + + Games + Mortal Kombat - Deception (Germany) (En,Fr,De,Es,It) + + + + Games + Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It) + + + + Games + Manhunt (Europe) (En,Fr,De,Es,It) + + + + Games + Unreal II - The Awakening (Europe) (En,Fr,Es,It) + + + + Games + Unreal Championship (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Unreal Championship 2 - The Liandri Conflict (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Myst III - Exile (Europe) (En,Fr,De,Es,It) + + + + Games + Thing, The (Europe) (En,Fr,Es,It) + + + + Games + International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It) + + + + Games + LMA Manager 2004 (Europe) + + + + Games + Full Spectrum Warrior (Europe) (En,Fr,De,Es,It) + + + + Games + Pro Evolution Soccer 4 (Europe) (En,Fr,De,Es,It) + + + + Games + Mike Tyson Heavyweight Boxing (Europe) (En,Fr,De,Es,It) + + + + Games + Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Underground 2 (Europe) (En,Fr,De,It,Nl,Sv) + + + + Games + Dark Summit (Europe) (En,Fr,De) + + + + Games + Red Dead Revolver (Europe) (En,Fr,De,Es,It) + + + + Games + Midway Arcade Treasures 3 (USA, Europe) + + + + Games + Crash Bandicoot - The Wrath of Cortex (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Black (Europe) (En,Fr,De,Es,It) + + + + Games + Crash Twinsanity (Europe) (En,Fr,De,It) + + + + Games + WCR - World Championship Rugby (Europe) (En,Fr) + + + + Games + Far Cry Instincts (Germany) + + + + Games + Gun (USA, Europe) (En,Fr,Es,It) + + + + Games + Half-Life 2 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Second Sight (USA, Europe) (En,Fr,De,Es,It) + + + + Games + WWE Raw (Europe) + + + + Games + Mafia (Europe) + + + + Games + Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It) + + + + Games + Group S Challenge (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Mashed - Drive to Survive (Europe) (En,Fr,De,Es,It) + + + + Games + Dead Man's Hand (Europe) (En,Fr,De,Es,It) + + + + Demos + Xbox Demo Disk Version 3.0 (Europe) + + + + Demos + Xbox Demo Disk Version 4.0 (Europe) + + + + Demos + Xbox Demo Disk Version 5.0 (Europe) (En,Fr,De,Es,It) + + + + Demos + Xbox Demo Disk Version 5.0 (Germany) + + + + Demos + Xbox Demo Disk Version 7.0 (Germany) (En,De) + + + + Demos + Xbox-ism - New Year 2004 (Japan) + + + + Demos + Phantom Crash (Japan) (Demo) + + + + Demos + Double-S.T.E.A.L (Japan) (Demo 1) + + + + Demos + Genma Onimusha (Japan) (En,Ja) (Demo 1) + + + + Games + Panzer Dragoon Orta (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Underground (Europe) (En,Fr,De) + + + + Games + 007 - Everything or Nothing (Europe) (Fr,De) + + + + Games + Tao Feng - Fist of the Lotus (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Fight Night 2004 (Europe) (En,Fr,De) + + + + Games + Star Wars - Battlefront (USA, Europe) + + + + Games + Total Club Manager 2004 (Europe) (En,De) + + + + Games + Broken Sword - The Sleeping Dragon (Europe) (En,Fr,De,Es,It) + + + + Games + Buffy the Vampire Slayer (Europe) + + + + Games + FIFA Street (Europe) (En,Fr,De) + + + + Games + MotoGP 2 (Europe) (En,Fr,De,Es,It) + + + + Games + NFL 2K3 (Europe) + + + + Games + TransWorld Snowboarding (Europe) (En,Fr,De,Es,It) + + + + Games + Terminator 3 - Rise of the Machines (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Freedom Fighters (Germany) + + + + Games + Halo 2 (Germany) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Crash Nitro Kart (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Carve (USA, Europe) (En,Fr,De,Es,It) + + + + Games + SNK vs. Capcom - SVC Chaos (Europe) (En,Fr,De,Es,It) + + + + Games + Shenmue II (Europe) + + + + Games + Burnout 3 - Takedown (Europe) (Fr,De,It) + + + + Games + Spikeout - Battle Street (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Headhunter - Redemption (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Thing, The (Germany) + + + + Games + Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (En,Fr,De) + + + + Games + Gotcha! (Europe) (En,Fr,De) + + + + Games + Hitman - Contracts (Germany) + + + + Games + Tom Clancy's Rainbow Six 3 (Germany) (En,Fr,De,Es,It) + + + + Games + Lord of the Rings, The - The Two Towers (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Project Gotham Racing (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Medal of Honor - Rising Sun (Germany) + + + + Games + Gauntlet - Seven Sorrows (Europe) (En,Fr,De,Es,It) + + + + Games + Wreckless - The Yakuza Missions (Germany) + + + + Games + Tony Hawk's Underground (Europe) (En,Fr,De) + + + + Games + Tony Hawk's Pro Skater 4 (Germany) + + + + Games + UEFA Champions League 2004-2005 (Europe) (Fr,De) + + + + Games + Tom Clancy's Ghost Recon (USA) + + + + Games + Mortal Kombat - Armageddon (USA) + + + + Games + Mortal Kombat - Deception (USA) + + + + Games + Fable - The Lost Chapters (Germany) (En,De) + + + + Games + Thief - Deadly Shadows (Europe) (En,Fr,De,It) + + + + Games + Colin McRae Rally 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Halo - Combat Evolved (Europe) (Fr,De) + + + + Games + Quantum Redshift (Europe, Australia) (En,Fr,De,It) + + + + Games + Grand Theft Auto III (Germany) + + + + Games + Grand Theft Auto - Vice City (Germany) + + + + Games + Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De) (Rev 1) + + + + Games + JSRF - Jet Set Radio Future (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Ghost Recon (Germany) + + + + Games + NBA Inside Drive 2003 (Europe) + + + + Games + NBA Inside Drive 2004 (Europe) + + + + Games + Dead to Rights II (Europe) (En,Fr,Es,It) + + + + Games + Grand Theft Auto III (Europe) (En,Fr,De,Es,It) + + + + Games + 4x4 Evo 2 (USA) + + + + Games + 007 - Agent Under Fire (USA) + + + + Games + 007 - Everything or Nothing (USA) + + + + Games + 007 - Nightfire (USA) + + + + Games + 50 Cent - Bulletproof (USA, Europe) + + + + Games + Aeon Flux (USA) + + + + Games + All-Star Baseball 2005 featuring Derek Jeter (USA) + + + + Games + Alter Echo (USA) + + + + Games + AMF Bowling 2004 (USA) + + + + Games + Amped - Freestyle Snowboarding (USA) + + + + Games + Apex (USA) (En,Fr,Es) + + + + Games + Area 51 (USA) + + + + Games + Armed and Dangerous (USA) + + + + Games + Backyard Wrestling 2 - There Goes the Neighborhood (USA) + + + + Games + Bad Boys - Miami Takedown (USA) + + + + Games + Bard's Tale, The (USA) + + + + Games + Beat Down - Fists of Vengeance (USA) + + + + Games + Bicycle Casino Includes - Texas Hold'em (USA, Europe) + + + + Games + Big Mutha Truckers 2 (USA) + + + + Games + Blinx - The Time Sweeper (USA) (En,Ja) + + + + Games + Blood Wake (USA) + + + + Games + BloodRayne (USA) + + + + Games + Blowout (USA) + + + + Games + Breakdown (USA) + + + + Games + Breeders' Cup - World Thoroughbred Championships (USA) (En,Fr,De,Es) + + + + Games + Broken Sword - The Sleeping Dragon (USA) + + + + Games + Brute Force (USA) (En,Fr,De,Es,It) + + + + Games + Buffy the Vampire Slayer (USA) + + + + Games + Buffy the Vampire Slayer - Chaos Bleeds (USA) + + + + Games + Burnout 2 - Point of Impact (USA) + + + + Games + Burnout 3 - Takedown (USA) + + + + Games + Burnout Revenge (USA) + + + + Games + Carmen Sandiego - The Secret of the Stolen Drums (USA) + + + + Games + Chase - Hollywood Stunt Driver (USA) + + + + Games + Chicago Enforcer (USA) + + + + Games + Chronicles of Riddick, The - Escape from Butcher Bay (USA) + + + + Games + Deus Ex - Invisible War (USA) + + + + Games + Classified - The Sentinel Crisis (USA, Europe) + + + + Games + Cold Fear (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Driver - Parallel Lines (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Conflict - Vietnam (USA) + + + + Games + Defender (USA) + + + + Games + Da Vinci Code, The (USA, Europe) (En,Fr,De,Es,It) + + + + Games + College Hoops 2K6 (USA) + + + + Games + Dead to Rights II (USA) + + + + Games + Drake of the 99 Dragons (USA) + + + + Games + Volvo - Drive for Life (USA) + + + + Games + Elder Scrolls III, The - Morrowind (USA) + + + + Games + Enclave (USA) (En,Fr,De) + + + + Games + ESPN Major League Baseball (USA) + + + + Games + ESPN NFL Football (USA) + + + + Games + ESPN NBA 2K5 (USA) + + + + Games + ESPN NBA Basketball (USA) + + + + Games + ESPN NFL 2K5 (USA) + + + + Games + ESPN NHL 2K5 (USA, Canada) + + + + Games + ESPN NBA 2Night 2002 (USA) + + + + Games + F1 2001 (USA) + + + + Games + Fallout - Brotherhood of Steel (USA) + + + + Games + FlatOut 2 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + FlatOut (USA) + + + + Games + Ford Street Racing (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Forgotten Realms - Demon Stone (USA) + + + + Games + Freaky Flyers (USA) + + + + Games + Full Spectrum Warrior (USA) + + + + Games + Grabbed by the Ghoulies (USA) (En,Fr,De,Es,It) + + + + Games + Grand Theft Auto - Vice City (USA) + + + + Games + Grand Theft Auto III (USA) + + + + Games + Great Escape, The (USA) + + + + Games + Grooverider - Slot Car Thunder (USA) + + + + Games + Group S Challenge (USA) + + + + Games + Gungriffon - Allied Strike (USA, Asia) (En,Ja,Ko) + + + + Games + Gunvalkyrie (USA) (En,Ja) + + + + Games + Halo - Combat Evolved (USA) (Rev 1) + + + + Games + Hitman 2 - Silent Assassin (USA) (Rev 2) + + + + Games + Midtown Madness 3 (USA) + + + + Games + Harry Potter and the Chamber of Secrets (USA) (En,Fr,De,Es,It) + + + + Games + High Heat Major League Baseball 2004 (USA) + + + + Games + Hunter - The Reckoning - Redeemer (USA) + + + + Games + Indiana Jones and the Emperor's Tomb (USA) + + + + Games + Italian Job, The (USA) + + + + Games + James Cameron's Dark Angel (USA) + + + + Games + Judge Dredd - Dredd vs. Death (USA) + + + + Games + Juiced (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Kill Switch (USA) + + + + Games + Kingdom Under Fire - The Crusaders (USA, Korea) (En,Ko) + + + + Games + L.A. Rush (USA, Europe) (En,Fr,De,Es,It) + + + + Games + NHL Rivals 2004 (USA) + + + + Games + Robin Hood - Defender of the Crown (USA) + + + + Games + Men of Valor (USA, Asia) + + + + Games + Project Gotham Racing 2 (USA, Asia) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Legacy of Kain - Defiance (USA) + + + + Games + Leisure Suit Larry - Magna Cum Laude (USA) + + + + Games + Links 2004 (USA) + + + + Games + Loons - The Fight for Fame (USA) + + + + Games + Madden NFL 06 (USA) + + + + Games + Madden NFL 2003 (USA) + + + + Games + Madden NFL 2005 (USA) + + + + Games + Murakumo - Renegade Mech Pursuit (USA) + + + + Games + Metal Arms - Glitch in the System (USA, Japan) + + + + Games + Metal Dungeon (USA) + + + + Games + NBA Live 2002 (USA) + + + + Games + NBA Live 2003 (USA) + + + + Games + NBA Live 2005 (USA) + + + + Games + Mojo! (USA) + + + + Games + MVP Baseball 2003 (USA) + + + + Games + MVP Baseball 2004 (USA) + + + + Games + MVP 06 NCAA Baseball (USA) + + + + Games + Narc (USA) + + + + Games + NASCAR 2005 - Chase for the Cup (USA) + + + + Games + NASCAR Thunder 2002 (USA) + + + + Games + NBA Inside Drive 2003 (USA) + + + + Games + NBA Inside Drive 2004 (USA, Asia) + + + + Games + NBA Live 06 (USA) + + + + Games + NBA Street Vol. 2 (USA) + + + + Games + NCAA College Basketball 2K3 (USA) + + + + Games + NCAA College Football 2K3 (USA) + + + + Games + NCAA Football 06 (USA) + + + + Games + NCAA Football 2003 (USA) + + + + Games + NCAA Football 2005 (USA) + + + + Games + NCAA March Madness 06 (USA) + + + + Games + NCAA March Madness 2005 (USA) + + + + Games + NFL 2K2 (USA) + + + + Games + NFL Fever 2003 (USA) + + + + Games + NFL Head Coach (USA) + + + + Games + NFL Street (USA) + + + + Games + NHL 2K3 (USA) + + + + Games + NHL 2K6 (USA, Canada) + + + + Games + NHL 06 (USA) + + + + Games + NHL 07 (USA) + + + + Games + NHL 2003 (USA) + + + + Games + NHL 2004 (USA) + + + + Games + NHL 2005 (USA) + + + + Games + Oddworld - Stranger's Wrath (USA) + + + + Games + Otogi - Myth of Demons (USA) + + + + Games + Outlaw Golf (USA) + + + + Games + Outlaw Golf - 9 More Holes of X-Mas (USA) + + + + Games + Outlaw Golf - Holiday Golf (USA) + + + + Games + Outlaw Golf 2 (USA) + + + + Games + Outlaw Volleyball (USA) + + + + Games + OutRun 2 (USA) + + + + Games + Prince of Persia - The Sands of Time (USA) (En,Fr,Es) + + + + Games + Prince of Persia - The Two Thrones (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Project Gotham Racing (USA) + + + + Games + ProStroke Golf - World Tour 2007 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Real World Golf (USA) + + + + Games + Reign of Fire (USA) + + + + Games + Reservoir Dogs (USA) + + + + Games + Robotech - Invasion (USA) + + + + Games + Rugby 2005 (USA) + + + + Games + State of Emergency (USA) + + + + Games + SX Superstar (USA) + + + + Games + Suffering, The (USA) + + + + Games + SeaBlade (USA) + + + + Games + Sega GT 2002 & JSRF - Jet Set Radio Future (USA) (En,Ja) + + + + Games + Shadow Ops - Red Mercury (USA) + + + + Games + SSX on Tour (USA) + + + + Games + UFC - Ultimate Fighting Championship - Tapout (USA) + + + + Games + Test Drive (USA) + + + + Games + Stacked with Daniel Negreanu (USA) + + + + Games + TimeSplitters 2 (USA) + + + + Games + Urban Chaos - Riot Response (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Thief - Deadly Shadows (USA) + + + + Games + Taito Legends (USA) + + + + Games + Total Immersion Racing (USA) + + + + Games + True Crime - Streets of LA (USA, Korea) + + + + Games + Top Spin (USA) (En,Fr,De) + + + + Games + Starsky & Hutch (USA) + + + + Games + Tony Hawk's Underground (USA) + + + + Games + Tiger Woods PGA Tour 06 (USA) + + + + Games + Tiger Woods PGA Tour 2003 (USA) + + + + Games + Tiger Woods PGA Tour 2004 (USA) + + + + Games + Triple Play 2002 (USA) + + + + Games + Tiger Woods PGA Tour 07 (USA) + + + + Games + World Championship Poker (USA) + + + + Games + World Series Baseball (USA) + + + + Games + Star Wars - The Clone Wars & Tetris Worlds (USA) + + + + Games + Tony Hawk's Pro Skater 2x (USA) + + + + Games + Trigger Man (USA) + + + + Games + Ty the Tasmanian Tiger 2 - Bush Rescue (USA) + + + + Games + Vexx (USA) + + + + Games + Wakeboarding Unleashed featuring Shaun Murray (USA) + + + + Games + Whiplash (USA) + + + + Games + World Championship Poker 2 featuring Howard Lederer (USA) + + + + Games + World Series Baseball 2K3 (USA) + + + + Games + Pariah (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Oddworld - Stranger's Wrath (Europe) + + + + Games + Project Zero (Europe) (En,Fr,De,Es,It) + + + + Games + TimeSplitters - Future Perfect (Europe) (En,Fr,De,Es,It) + + + + Games + Conflict - Vietnam (Europe) (En,Fr,De,Es,It) + + + + Games + Reign of Fire (Europe) (En,Fr,De,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 14 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 04 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 05 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 06 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 07 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 08 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 09 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 10 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 12 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 13 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 20 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 15 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 16 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 17 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 18 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 19 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 23 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 21 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 22 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 27 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 24 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 25 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 26 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 32 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 28 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 29 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 30 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 31 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 33 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 34 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 35 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 36 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 37 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 38 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 50 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 39 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 40 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 41 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 42 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 45 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 46 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 48 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 49 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 55 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 51 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 52 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 53 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 54 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 63 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 56 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 57 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 58 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 59 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 61 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 62 (USA) + + + + Games + Rogue Ops (Europe) (En,Fr,De,Es,It) + + + + Games + Sonic Riders (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Jade Empire (Germany) + + + + Games + House of the Dead III, The (Europe) (En,Fr,De,Es,It) + + + + Games + Burnout (Europe) (En,Fr,De,Es,It) + + + + Games + Chase - Hollywood Stunt Driver (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA Football 2004 (Germany) + + + + Games + Great Escape, The (Europe) (En,Fr,De,Es,It) + + + + Games + Prisoner of War (Europe) (En,Fr,De,Es,It) + + + + Games + Robotech - Invasion (Europe) (En,Fr,De,Es,It) + + + + Games + SSX Tricky (Europe) (En,Fr,De) + + + + Games + XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It) + + + + Games + SpyHunter (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Knights of the Old Republic (Europe) + + + + Games + Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv) + + + + Games + Harry Potter and the Goblet of Fire (Europe) (En,Nl,Sv,No,Fi) + + + + Games + Elder Scrolls III, The - Morrowind (Europe) (En,Fr,De) + + + + Games + Evil Dead - A Fistful of Boomstick (Germany) + + + + Games + Call of Duty 2 - Big Red One (World) + + + + Games + Call of Duty 3 (USA, Europe) + + + + Games + Brothers in Arms - Road to Hill 30 (World) (En,Fr,De,Es,It) + + + + Games + Freaky Flyers (Europe) + + + + Games + Hulk (Europe) (En,Fr,De,Es,It) + + + + Games + RalliSport Challenge (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + X-Men - Next Dimension (USA) + + + + Games + Suffering, The (Germany) + + + + Games + Shadow of Memories (Europe) (En,Fr,De,Es,It) + + + + Games + Phantasy Star Online Episode I & II (Europe) (En,Ja,Fr,De,Es) + + + + Games + Oddworld - Munch's Oddysee (Germany) + + + + Games + Metal Slug 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Fahrenheit (Europe) (En,Fr,De,Es,It) + + + + Games + Cold War (Europe) (En,Fr,De,Es,It) + + + + Games + MTV Celebrity Deathmatch (Europe) (En,Fr,De,Es,It) + + + + Games + Alter Echo (Europe) (Fr,De) + + + + Games + Arena Football (USA) + + + + Games + Battle Engine Aquila (Europe) (En,Fr,De,Es,It) + + + + Games + Commandos - Strike Force (USA, Europe) (En,Fr,De,Es,It) + + + + Games + FIFA Football 2004 (Europe) + + + + Games + Hitman 2 - Silent Assassin (Europe) (Rev 1) + + + + Games + Star Wars - Jedi Knight - Jedi Academy (Europe) (En,Fr,De) + + + + Games + Blowout (Europe) + + + + Games + Powerdrome (Europe) (En,Fr,De,Es,It) + + + + Games + Otogi - Myth of Demons (Europe) + + + + Games + Conflict - Desert Storm (Europe) + + + + Games + Star Wars - Episode III - Die Rache der Sith (Germany) + + + + Coverdiscs + Official Xbox Magazine Game Disc 20 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 11-2003 (Germany) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 05-2006 (Germany) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (Europe) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Xbox 360 - The Official Australian Xbox Magazine Issue 05 - August 2006 (Europe, Australia) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 08-2006 (Germany) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 09-2006 (Germany) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 10-2006 (Germany) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 11-2006 (Germany) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 12-2006 (Germany) + + + + Games + Tron 2.0 - Killer App (USA, Europe) + + + + Games + Star Wars - Republic Commando (Europe) (En,Es,It) + + + + Games + Genma Onimusha (Europe) (En,Fr,De) + + + + Games + Spider-Man (Europe) + + + + Games + Lord of the Rings, The - The Fellowship of the Ring (Europe) (En,Fr,De,Es,It) + + + + Games + Incredible Hulk, The - Ultimate Destruction (USA, Asia) + + + + Games + Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) + + + + Games + Nobunaga no Yabou - Ranseiki (Japan) + + + + Coverdiscs + Official Xbox Magazine Game Disc 05 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 36 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Games + Robots (USA, Asia) + + + + Games + Spider-Man 2 (World) + + + + Games + TimeSplitters 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Colin McRae Rally 2005 (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA Football 2005 (Europe) + + + + Games + Tiger Woods PGA Tour 2003 (Europe) + + + + Games + Max Payne (USA) + + + + Games + Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De) + + + + Games + Max Payne 2 - The Fall of Max Payne (USA) + + + + Games + Medal of Honor - Frontline (USA) + + + + Games + Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It) + + + + Games + Crimson Skies - High Road to Revenge (Europe, Australia) (En,Fr,De) + + + + Games + Destroy All Humans! (Europe) (En,Fr,Es,It) + + + + Games + Doom 3 - Resurrection of Evil (USA, Europe) (En,Fr,Es,It) + + + + Games + Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) + + + + Games + NBA 2K6 (Europe) (En,Fr,De,Es,It) + + + + Games + Far Cry Instincts (World) (En,Fr,Es,It) + + + + Games + Need for Speed - Carbon (Europe) + + + + Games + Midnight Club 3 - DUB Edition (Europe) (En,Fr,De,Es,It) + + + + Games + Midnight Club II (Europe) (En,Fr,De,Es,It) + + + + Games + Medal of Honor - European Assault (USA) + + + + Games + Sega GT Online (Europe) + + + + Games + Dino Crisis 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It) + + + + Games + Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Max Payne (Europe) (En,Fr,Es,It) + + + + Games + Doom 3 (Europe) (En,Fr,Es,It) (Limited Collector's Edition) + + + + Games + Van Helsing (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Judge Dredd - Dredd vs. Death (Europe) (En,Fr,Es,It) + + + + Games + Grabbed by the Ghoulies (Japan, Asia) (En,Ja,Zh,Ko) + + + + Games + Dead to Rights (Japan) + + + + Games + Medal of Honor - Rising Sun (USA) + + + + Games + Harry Potter and the Prisoner of Azkaban (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + LMA Manager 2005 (Europe) + + + + Games + Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + DreamWorks Shark Tale (USA, Europe) + + + + Games + TOCA Race Driver 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Oddworld - Munch's Oddysee (Europe) + + + + Games + Amped - Freestyle Snowboarding (Europe) (En,Fr,De,Es,It) + + + + Games + Brian Lara International Cricket 2005 (Europe) + + + + Games + Burnout 3 - Takedown (Europe) (En,Es,Nl,Sv) + + + + Games + American McGee Presents Scrapland (USA, Europe) + + + + Games + Shadow Ops - Red Mercury (Europe) (En,Fr,De,Es,It) + + + + Games + Sims, The (Europe) (En,Fr,De,Es,It) + + + + Games + Cel Damage (Europe) + + + + Games + Championship Manager - Season 02-03 (Europe) (En,De,It) + + + + Games + Cricket 2005 (Europe) + + + + Coverdiscs + Official Xbox Starter Pack 2004, The (UK) + + + + Games + ESPN NFL 2K5 (Europe) + + + + Games + Far Cry Instincts - Evolution (USA, Europe) (En,Fr,De,Es,It) + + + + Games + FireBlade (Europe) (En,Fr,De,Es,It) + + + + Games + James Cameron's Dark Angel (Europe) (En,Fr,De) + + + + Games + Links 2004 (Europe, Australia) + + + + Games + Madden NFL 06 (Europe) + + + + Games + Club Football - Manchester United (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Metal Gear Solid 2 - Substance (Europe) (En,Fr,De,Es,It) + + + + Games + MX SuperFly (Europe, Australia) + + + + Games + NHL 2004 (Europe) (En,Fr,De,Sv,Fi) + + + + Games + Tiger Woods PGA Tour 06 (Europe) (En,Fr,De) + + + + Games + UEFA Euro 2004 - Portugal (Europe) + + + + Games + Peter Jackson's King Kong - The Official Game of the Movie (USA, Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + Pirates - The Legend of Black Kat (Europe) + + + + Games + Project - Snowblind (Europe) (En,Fr,De,Es,It) + + + + Games + Rally Fusion - Race of Champions (Europe) + + + + Games + Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It) + + + + Games + Rugby 2005 (Europe, Australia) + + + + Games + Samurai Warriors (Europe) (En,Es,It) + + + + Games + Simpsons, The - Hit & Run (Europe) (En,Fr,De,Es) + + + + Games + Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Soldier of Fortune II - Double Helix (Europe) (En,Fr,It) + + + + Games + Still Life (Europe) (En,Fr,De,Es,It) + + + + Games + Suffering, The (Europe) (En,Fr,De) + + + + Games + Super Monkey Ball Deluxe (Europe) (En,Fr,De,Es,It) + + + + Games + Tetris Worlds (Europe) (En,Fr,De,Es,It) (Online Enabled) + + + + Games + Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + V-Rally 3 (Europe) (En,Fr,De,Es,It) + + + + Games + World Snooker Championship 2005 (Europe) + + + + Games + NHL 07 (Europe) (En,Fr,Sv,Fi) + + + + Games + All-Star Baseball 2003 featuring Derek Jeter (Europe) + + + + Games + Madden NFL 2004 (Europe) + + + + Games + Rocky Legends (World) (En,Fr,De) + + + + Coverdiscs + Official Xbox Magazine Game Disc 08 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 09 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 10 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 11 (Europe) (En,Fr,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 12 (Europe) (En,Fr,Es,It) + + + + Games + England International Football - 2004 Edition (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 14 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 15 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 16 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 17 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 18 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 19 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 20 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 21 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 22 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 23 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 24 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 25 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 26 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 27 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 28 (Europe) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 29 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 30 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 31 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 32 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 33 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 34 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 35 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 37 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 38 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 39 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 40 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 41 (UK) (En,Fr,De,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 42 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 43 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 44 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 45 (UK, Australia) (En,De) + + + + Coverdiscs + Official Xbox Magazine Game Disc 46 (Europe) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 47 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 48 (UK, Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 51 (Europe) (En,Fr,De,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 52 (Europe, Australia) (En,Fr,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 53 (Europe, Australia) (En,Fr,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 54 (Europe) (En,Fr,De,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 55 (UK, Australia) (En,Fr,De,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 58 (UK) + + + + Games + Aeon Flux (Europe) + + + + Games + MechAssault (USA, Europe) (En,Fr,De) + + + + Games + Outlaw Volleyball (Europe) (En,Fr,De) + + + + Games + State of Emergency (Europe) (En,Fr,It) + + + + Games + Dead or Alive Xtreme Beach Volleyball (Japan) (En,Ja) + + + + Games + 007 - From Russia with Love (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Championship Manager - Season 01-02 (Europe) (En,Fr,De,Es,It) + + + + Games + Fantastic 4 (USA, Europe) + + + + Games + Ghost Master - The Gravenville Chronicles (Europe) (En,Fr,De,Es,It) + + + + Games + 007 - Nightfire (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + FIFA 07 (Europe) + + + + Games + FIFA Street 2 (Europe) + + + + Games + ESPN NHL 2K5 (Europe) + + + + Games + LMA Manager 2006 (Europe) (En,Fr,De,Es,It) + + + + Games + Max Payne 2 - The Fall of Max Payne (Europe) + + + + Games + NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs) + + + + Games + Pro Evolution Soccer 5 (Europe) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's American Wasteland (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's Pro Skater 3 (Europe) (En,Fr,De) + + + + Games + WWE WrestleMania 21 (Europe) + + + + Games + Wings of War (Europe) (En,Fr,De,It) + + + + Games + Whiplash (Europe) (En,Fr,De,Es,It) + + + + Games + ToeJam & Earl III - Mission to Earth (Europe) (En,Fr,De,Es,It) + + + + Games + Dead or Alive Xtreme Beach Volleyball (Asia) (En,Ja) + + + + Games + Enclave (Europe) (En,Fr,De) + + + + Games + Godfather, The (Europe) (En,Nl,Sv,Da) + + + + Games + NHL 2005 (Europe) (En,Fr,De,Sv,Fi) + + + + Games + Punisher, The (Europe) + + + + Games + FIFA 06 (Europe) + + + + Games + Dead or Alive 1 Ultimate (Europe) + + + + Games + Dead or Alive 2 Ultimate (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Dead or Alive 1 Ultimate (USA, Asia) (En,Ja) + + + + Games + Dead or Alive 2 Ultimate (USA, Asia) (En,Ja) + + + + Games + Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It) + + + + Games + Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De) + + + + Games + Ninja Gaiden Black (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Live 2002 (Japan) + + + + Games + Tenchu - Return from Darkness (USA, Asia) + + + + Games + Zan Kabuki (Japan) + + + + Games + Ninja Gaiden (USA, Asia) (En,Ja) + + + + Games + Shrek 2 (USA, Japan) + + + + Games + Blinx - The Time Sweeper (Japan) (En,Ja) + + + + Games + AirForce Delta II (Japan) (En,Ja) + + + + Games + Tenku - Freestyle Snowboarding (Japan) (En,Ja) + + + + Games + Daisenryaku VII (Japan) + + + + Games + Big Mutha Truckers 2 - Truck Me Harder (Europe) (En,Fr,De,Es,It) + + + + Games + Darkwatch (Europe) (En,Fr,De,Es,It) + + + + Games + Lara Croft Tomb Raider - Legend (USA, Europe) (En,Fr,De,Es,It) + + + + Games + ShellShock - Nam '67 (USA, Europe) (En,Fr,Es,It) + + + + Games + Doom 3 (USA, Asia) + + + + Games + Doom 3 (USA, Asia) (Limited Collector's Edition) + + + + Demos + JSRF - Jet Set Radio Future (Japan) (Demo 1) + + + + Demos + Phantom Dust (Japan) (Demo) + + + + Demos + MechAssault (Japan) (Demo) + + + + Games + Knockout Kings 2002 (Europe) (En,Fr,De) + + + + Games + Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It) + + + + Games + Hunter - The Reckoning (Europe) (En,Fr,De,Es,It) + + + + Games + Conflict - Global Storm (Europe) (En,Fr,De,Es,It) + + + + Games + ESPN International Winter Sports (Europe) (En,Fr,De,It) + + + + Games + NHL Hitz 2002 (Europe) + + + + Games + Championship Manager 5 (Europe) + + + + Games + Fight Night Round 2 (Europe) (En,Fr,De) + + + + Games + Freedom Fighters (Europe) + + + + Games + Medal of Honor - European Assault (Europe) (En,Es,Nl,Sv) + + + + Games + Micro Machines (Europe) (En,Fr,De,Es,It) + + + + Games + Ultimate Spider-Man (Europe) + + + + Games + Metal Arms - Glitch in the System (Europe) (En,Fr,De,It) + + + + Games + Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It) + + + + Games + Suffering, The (Europe) (En,Es,It) + + + + Games + Suffering, The - Ties That Bind (Europe) (En,Es,It) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Leisure Suit Larry - Magna Cum Laude (Spain) + + + + Games + Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja) + + + + Games + Indiana Jones and the Emperor's Tomb (Europe) (En,Fr,De,Es,It) + + + + Games + Obscure (Europe) (De,Es) + + + + Games + Padrino, El (Spain) + + + + Games + Voodoo Vince (Europe) (En,Fr,De,Es) + + + + Games + Dead or Alive Xtreme Beach Volleyball (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + RoboCop (Europe) (En,Fr,De,Es,It) + + + + Games + Blood Wake (Europe) (En,Fr,De,Es,It) + + + + Games + Oddworld - Munch's Oddysee (Spain) + + + + Games + Predator - Concrete Jungle (USA, Europe) + + + + Games + Commandos 2 - Men of Courage (Europe) (Fr,Es,It) + + + + Games + SWAT - Global Strike Team (Europe) (En,Fr,Es) + + + + Games + MTV Music Generator 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Halo 2 (Spain) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + LMA Manager 2003 (Europe) + + + + Games + Lord of the Rings, The - The Third Age (Europe) (En,Sv) + + + + Games + Grand Theft Auto - San Andreas (Europe) (En,Fr,De,Es,It) + + + + Games + Halo - Combat Evolved (Europe) (Es,It) + + + + Games + Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It) + + + + Games + Ty the Tasmanian Tiger - Night of the Quinkan (USA, Australia) + + + + Games + Defender (Europe) (En,Fr,De,Es,It) + + + + Games + Matrix, The - Path of Neo (Europe) (En,Fr,De,Es,It) + + + + Games + Night Caster - Defeat the Darkness (Europe) (En,Fr,De) + + + + Games + Sensible Soccer 2006 (Europe) (En,Fr,De,Es,It) + + + + Games + Slam Tennis (Europe) (En,Fr,De,Es,It) + + + + Games + X-Men - Next Dimension (Europe) + + + + Games + Dynasty Warriors 3 (Europe) (En,Ja,Fr,De) + + + + Games + Azurik - Rise of Perathia (Europe) (En,Fr,De) + + + + Games + BDFL Manager 2004 (Germany) + + + + Games + Malice (Europe) (En,Fr,De,Es,It) + + + + Games + Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It) + + + + Games + Metal Dungeon (Europe) + + + + Games + Conan (Europe) (En,Fr,De,Es,It) + + + + Games + Blinx - The Time Sweeper (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + True Crime - New York City (Germany) + + + + Games + Torino 2006 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Dr. Muto (Europe) (En,Fr,De,Es,It) + + + + Games + Spy vs. Spy (Europe) (En,Fr,De,Es) + + + + Games + Nickelodeon Tak - The Great Juju Challenge (Europe) + + + + Games + Driv3r (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Star Trek - Shattered Universe (Europe) (En,Fr,De) + + + + Games + NHL 2002 (Europe) (En,Fr,De) + + + + Games + 2002 FIFA World Cup (Germany) + + + + Games + FIFA Football 2005 (Europe) (Fr,De) + + + + Games + AND 1 Streetball (World) (En,Fr,De,Es,It) + + + + Games + Crouching Tiger, Hidden Dragon (Europe) (En,Fr,De,Es,It) + + + + Games + Magic - The Gathering - Battlegrounds (World) (En,Fr,De,Es,It) + + + + Games + Red Faction II (Europe) (En,Fr,De) + + + + Games + Crazy Taxi 3 (Germany) (En,Fr,De,Es,It) + + + + Games + BDFL Manager 2003 (Germany) + + + + Games + NBA Live 06 (Europe) (En,De,It) + + + + Games + Puyo Pop Fever (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Terminator, The - Dawn of Fate (Europe) (En,Fr,De,Es,It) + + + + Games + Vietcong - Purple Haze (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Suffering, The - Ties That Bind (Germany) + + + + Games + Star Wars - Knights of the Old Republic II - The Sith Lords (Germany) + + + + Games + Star Wars - Knights of the Old Republic (Germany) + + + + Games + Baldur's Gate - Dark Alliance II (Europe) (En,Fr,De) + + + + Games + Max Payne 2 - The Fall of Max Payne (Europe) (En,Fr,De) + + + + Games + Total Overdose (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Total Immersion Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (Europe) (En,Fr,De,Es,It) + + + + Games + Taito Legends (Europe) + + + + Games + Street Fighter Anniversary Collection (Japan, Europe) (En,Ja) + + + + Games + Stubbs the Zombie in Rebel Without a Pulse (Europe) + + + + Games + Marvel vs. Capcom 2 - New Age of Heroes (Europe) + + + + Games + Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (Europe) (En,Fr,De,Es,It) + + + + Games + Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Silent Hill 4 - The Room (Europe) (En,Fr,De,Es,It) + + + + Games + Outlaw Golf (Europe) (En,Fr,De) + + + + Games + Richard Burns Rally (Europe) (En,Fr,De,Es,It) + + + + Games + Constantine (Europe) (En,Fr,De,Es,It) + + + + Games + Total Club Manager 2005 (Europe) (En,Fr,De) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (Germany) + + + + Games + Phantom Crash (Europe) + + + + Games + Crimson Sea (Europe) (En,Fr,De) + + + + Games + Ski Racing 2006 (Europe) (En,Fr,De,It,No) + + + + Games + DTM Race Driver - Director's Cut (Europe) (En,Fr,De) + + + + Games + DTM Race Driver 2 - Ultimate Racing Simulator (Europe) (En,Fr,De,Es,It) + + + + Games + Club Football 2005 - AC Milan (Europe) (En,De,It) + + + + Games + Club Football 2005 - Ajax Amsterdam (Europe) (En,Fr,It,Nl) + + + + Games + Club Football 2005 - Juventus (Europe) (En,De,It) + + + + Games + NBA Live 2004 (Europe) (En,Fr,De,Es,It) + + + + Games + Raze's Hell (Europe) (En,Fr,De) + + + + Games + Club Football - Rangers FC (UK) + + + + Games + BloodRayne (Europe) (En,Fr,Es,It) + + + + Games + Fable (Europe) (En,Es,It) + + + + Games + Star Wars - Caballeros de la Antigua Republica II - Los Senores Sith (Spain) + + + + Games + Sega GT 2002 & JSRF - Jet Set Radio Future (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Forgotten Realms - Demon Stone (Europe) (En,Fr,De,Es,It) + + + + Games + Oddworld - Strangers Vergeltung (Germany) + + + + Games + Club Football - AC Milan (Europe) (En,De,It) + + + + Games + Mace Griffin - Bounty Hunter (Germany) (En,De) + + + + Games + Advent Rising (Europe) (En,Fr,De) + + + + Games + 187 - Ride or Die (USA, Europe) (En,Fr,De,Es,It) + + + + Games + BloodRayne 2 (Germany) + + + + Games + Mercenaries (Germany) + + + + Games + Antz Extreme Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany) + + + + Games + Outlaw Golf 2 (Europe) (En,Fr,De) + + + + Games + Outlaw Tennis (Europe) (En,Fr,De,Es,It) + + + + Games + RalliSport Challenge 2 (World) (En,Ja,Fr,De,Es,It) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (Spain) + + + + Games + Disney-Pixar The Incredibles (Europe) + + + + Games + Metal Slug 4 (USA, Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Serious Sam II (USA, Europe) (En,Fr,De,It) + + + + Games + FIFA Football 2005 (Spain) + + + + Games + UEFA Euro 2004 - Portugal (Spain) + + + + Games + Manager de Liga 2004 (Spain) + + + + Games + Silent Hill 2 - Inner Fears (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Bruce Lee - Quest of the Dragon (Europe) (En,Fr,De,Es,It) + + + + Games + Futurama (Europe) (En,Fr,De,Es,It) + + + + Games + Tenchu - Return from Darkness (Europe, Australia) (En,Fr) + + + + Games + Senor de los Anillos, El - El Retorno del Rey (Spain) + + + + Games + Senor de los Anillos, El - La Tercera Edad (Spain) + + + + Games + Club Football 2005 - Aston Villa (UK) + + + + Games + Club Football 2005 - Birmingham City (UK) + + + + Games + Club Football 2005 - Real Madrid (Europe) (En,Fr,De,Es,It) + + + + Games + Gladiator - Sword of Vengeance (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Spartan - Total Warrior (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Rainbow Six - Lockdown (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Beat Down - Fists of Vengeance (Europe) (En,Fr,De,Es,It) + + + + Games + Playboy - The Mansion (Europe) (En,Fr,De,Es,It) + + + + Games + Serious Sam (Europe) (En,Fr,De,Es,It) + + + + Games + Gunvalkyrie (Europe) (En,Fr,De,Es,It) + + + + Games + 2002 FIFA World Cup (Europe) + + + + Games + Aliens Versus Predator - Extinction (Europe) + + + + Games + Battlefield 2 - Modern Combat (Europe) (En,Es,Nl,Sv) + + + + Games + Battlestar Galactica (Europe) (En,Fr,De,Es,It) + + + + Games + Call of Duty 2 - Big Red One (Europe) (Fr,Es,It) + + + + Games + Catwoman (Europe) (En,Fr,De,Es,It,Nl,Da) + + + + Games + Manager de Liga 2005 (Spain) + + + + Games + NBA 2K7 (USA, Europe) + + + + Games + NBA Live 06 (Spain) + + + + Games + NBA Live 2005 (Europe) (En,De,It) + + + + Games + Wreckless - The Yakuza Missions (Europe) + + + + Games + Call of Cthulhu - Dark Corners of the Earth (Europe) (En,Fr,De) + + + + Games + Knights of the Temple II (Europe) (En,Fr,De,Es,It) + + + + Games + Mafia (Germany) + + + + Games + Baldur's Gate - Dark Alliance (Europe) (En,Fr,De,Es,It) + + + + Games + Destroy All Humans! (Germany) + + + + Games + Hunter - The Reckoning - Redeemer (Europe) (En,Fr,De,Es,It) + + + + Games + Project Zero II - Crimson Butterfly - Director's Cut (Europe) (En,Fr,De,Es,It) + + + + Games + True Crime - New York City (Europe) + + + + Games + ESPN Winter X Games Snowboarding 2002 (Japan) + + + + Games + Whacked! (Japan) + + + + Games + Star Wars - Caballeros de la Antigua Republica (Spain) + + + + Games + Baldur's Gate - Dark Alliance II (Europe) (En,Es,It) + + + + Games + Battlefield 2 - Modern Combat (Europe) (Fr,De,It) + + + + Games + Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It) + + + + Games + SWAT - Global Strike Team (Europe) (En,De) + + + + Games + Fantastic 4 (Europe) (De,Nl) + + + + Games + Heroes of the Pacific (Europe) (En,Fr,De,Es,It) + + + + Games + Wrath Unleashed (Europe) (En,Fr,De,Es,It) + + + + Games + Barbarian (Europe) (En,Fr,De,Es,It) + + + + Games + American Chopper (USA, Europe) + + + + Games + Madden NFL 07 (Europe) + + + + Games + Knight's Apprentice - Memorick's Adventures (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Knights of the Old Republic II - The Sith Lords (Europe) + + + + Games + NHL 2K6 (Europe) (En,Fr,De) + + + + Games + NHL 2K7 (USA, Europe) + + + + Games + Petit Copter (Japan) + + + + Games + Project Gotham Racing (Asia) + + + + Games + RalliSport Challenge (Asia) (En,Fr,De,Es,It) + + + + Games + Red Faction II (Asia) + + + + Games + Star Wars - Jedi Starfighter (Asia) + + + + Games + Tiger Woods PGA Tour 2004 (Europe) + + + + Games + TimeSplitters - Future Perfect (Asia) (En,Fr,De,Es,It) + + + + Games + TOCA Race Driver 2 (Asia) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Ghost Recon - Advanced Warfighter (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Ghost Recon (Asia) + + + + Games + Tom Clancy's Splinter Cell (Asia) (En,Fr) + + + + Games + V-Rally 3 (USA, Asia) (En,Fr,De,Es,It) + + + + Games + Without Warning (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Underground (Asia) + + + + Games + Need for Speed - Underground 2 (Asia) + + + + Games + NASCAR Thunder 2004 (Asia) (En,De) + + + + Games + MotoGP (Asia) (En,Fr,De,Es,It) + + + + Games + MotoGP 2 (Asia) (En,Fr,De,Es,It) + + + + Games + MX Unleashed (USA) + + + + Games + Minority Report - Everybody Runs (Asia) + + + + Games + Midtown Madness 3 (Asia) + + + + Games + Medal of Honor - Frontline (Asia) + + + + Games + Hunter - The Reckoning (Asia) + + + + Games + Hulk (Asia) + + + + Games + Freedom Fighters (Asia) + + + + Games + Dynasty Warriors 5 (Europe) + + + + Games + Crimson Skies - High Road to Revenge (Asia) (En,Fr,De,Zh,Ko) + + + + Games + Commandos 2 - Men of Courage (Asia) + + + + Games + Enclave (Germany) (En,Fr,De) + + + + Games + Burnout 3 - Takedown (Asia) + + + + Games + Armed and Dangerous (Asia) + + + + Games + Colin McRae Rally 3 (Asia) (En,Fr,Es) + + + + Games + Brute Force (Japan, Asia) (En,Ja,Ko) + + + + Games + Amped 2 (Asia) (En,Fr,De) + + + + Games + FIFA Football 2004 (Spain) + + + + Games + NBA Live 2005 (Spain) + + + + Games + Fuzion Frenzy (Europe) (En,Fr,De,Es,It) + + + + Games + Aeon Flux (Europe) (En,Fr,De,Es) + + + + Games + Club Football - Real Madrid (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Tony Hawk's Project 8 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Dungeons & Dragons - Heroes (Europe) + + + + Games + Otogi 2 - Immortal Warriors (Europe) (En,Ja) + + + + Games + Shikigami no Shiro Evolution (Japan) + + + + Games + Whacked! (USA, Europe) + + + + Games + BMX XXX (Europe) (En,Fr,De,Es) + + + + Games + Winter X Games Snowboarding 2 (Europe) (En,Fr,De) + + + + Games + Deus Ex - Invisible War (Germany) + + + + Games + Club Football 2005 - FC Bayern Muenchen (Europe) (En,De,Es) + + + + Games + Dave Mirra Freestyle BMX 2 (Europe) + + + + Games + Full Spectrum Warrior - Ten Hammers (Germany) + + + + Games + Unreal Championship (Japan, Korea) (En,Fr,De,Es,It) + + + + Games + Dark Summit (USA) + + + + Games + Fight Night 2004 (USA) + + + + Games + Pure Pinball (USA) + + + + Games + Blade II (USA) + + + + Games + Dragon Ball Z - Sagas (USA) + + + + Games + Intellivision Lives! (USA) + + + + Games + Need for Speed - Hot Pursuit 2 (USA) + + + + Games + Call of Duty - Finest Hour (Europe) (En,Fr,Es,It) + + + + Games + FIFA 06 (Spain) + + + + Games + Mercenaries (Europe) (Es,It) + + + + Games + NHL Rivals 2004 (Europe) + + + + Games + SeaBlade (Europe) (En,Fr,De) + + + + Games + Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain) + + + + Games + Star Wars - Knights of the Old Republic (France) + + + + Games + Ultimate Spider-Man (Europe) (Fr,De,Es,It) + + + + Games + Dukes of Hazzard, The - Return of the General Lee (USA, Europe) (En,Fr,Es) + + + + Games + Leisure Suit Larry - Magna Cum Laude (Europe) + + + + Games + Mad Dash Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Marc Ecko's Getting Up - Contents Under Pressure (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Minority Report - Everybody Runs (Europe) + + + + Games + NBA Inside Drive 2002 (Europe) + + + + Games + Rocky (Europe) (En,Fr,De,Es,It) + + + + Games + Street Hoops (Europe) + + + + Games + Zathura (Europe) (En,Fr,De,Es,It) + + + + Games + Counter Terrorist Special Forces - Fire for Effect (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It) + + + + Games + ESPN NBA Basketball (Europe) + + + + Games + IndyCar Series 2005 (Europe) (En,Fr,De,Es,It) + + + + Games + Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It) + + + + Games + FlatOut (Germany) + + + + Games + King Arthur (Europe) (En,Fr,De,Es,It) + + + + Games + 4x4 Evo 2 (Europe) (En,Fr,De) + + + + Games + MX 2002 featuring Ricky Carmichael (Europe) + + + + Games + Black Stone - Magic & Steel (USA, Europe) + + + + Games + Gravity Games Bike - Street. Vert. Dirt. (Europe) (En,Fr,De,Es,It) + + + + Games + Furious Karting (Europe) (En,Fr,De,Es,It) + + + + Games + Sega Soccer Slam (Europe) + + + + Games + Eggo Mania (Europe) (En,Fr,De) + + + + Games + Gun (Germany) + + + + Games + Medal of Honor - Frontline (Germany) + + + + Games + Medal of Honor - European Assault (Germany) + + + + Games + Star Wars - Jedi Knight II - Jedi Outcast (Germany) + + + + Games + Narc (Europe) (En,Fr,De,Es,It) + + + + Games + Spawn - Armageddon (Europe) (En,Fr,De,Es,It) + + + + Games + Evil Dead - Regeneration (Europe) + + + + Games + Bad Boys II (Europe) + + + + Games + Batman Begins (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Disney-Pixar Finding Nemo (Europe) (Fr,De,Es,It) + + + + Games + DreamWorks Madagascar (Europe) (Fr,De,Es,Nl) + + + + Games + Tony Hawk's Pro Skater 4 (Europe) + + + + Games + Men of Valor (Europe) + + + + Games + Sims 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + NBA Live 2002 (Germany) + + + + Games + Secret Weapons over Normandy (Germany) + + + + Games + Gungriffon - Allied Strike (Europe) (En,Fr,De,Es,It) + + + + Games + Disney's The Haunted Mansion (Europe) (En,Fr,De,Es,It) + + + + Games + Spider-Man 2 (Europe) (Fr,De,Es) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (France) + + + + Games + Call of Duty 3 (Europe) (Fr,It) + + + + Games + Cat in the Hat, The (Europe) (En,Fr,De,Es,It) + + + + Games + Dead to Rights (Europe) (En,Fr,De,Es,It) + + + + Games + Deus Ex - Invisible War (Europe) (Fr,Es,It) + + + + Games + GoldenEye - Au Service du Mal (France) + + + + Games + Manager de Liga 2003 (Spain) + + + + Games + Oddworld - La Fureur de l'Etranger (France) + + + + Games + Parrain, Le (France) + + + + Games + Star Wars - Battlefront (France) + + + + Games + Star Wars - Battlefront II (France) + + + + Games + Star Wars - Republic Commando (France) + + + + Games + Star Wars - Knights of the Old Republic II - The Sith Lords (France) + + + + Games + Star Wars - Episode III - La Revanche des Sith (France) + + + + Games + Suffering, The - Ties That Bind (USA, Europe) (En,Fr) + + + + Games + True Crime - Streets of LA (Europe) (En,Fr,De,Es,It) + + + + Games + Club Football - Juventus (Europe) (En,De,It) + + + + Games + Club Football - Borussia Dortmund (Germany) + + + + Games + Club Football 2005 - Borussia Dortmund (Germany) + + + + Games + UEFA Euro 2004 - Portugal (Germany) + + + + Games + Club Football - FC Bayern Muenchen (Europe) (En,De,Es) + + + + Games + Club Football 2005 - Hamburger SV (Germany) + + + + Games + Ford Racing 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Ford Racing 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Madden NFL 2005 (Europe) + + + + Games + 25 to Life (USA) + + + + Games + Advent Rising (USA) + + + + Games + NHL 2K3 (Europe) + + + + Games + BDFL Manager 2005 (Germany) + + + + Games + NASCAR 06 - Total Team Control (Europe) + + + + Games + FILA World Tour Tennis (Europe) + + + + Games + Club Football - FC Internazionale (Europe) (En,De,It) + + + + Games + NHL Hitz 2003 (Europe) + + + + Games + MotoGP - Ultimate Racing Technology 3 (USA, Europe) (En,Fr,De,Es) + + + + Games + Lotus Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + Close Combat - First to Fight - United States Marines (Europe) (En,Fr,De,It) + + + + Games + Robots (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Taz - Wanted (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Die Unglaublichen (Germany) + + + + Games + X-Men Legends II - Rise of Apocalypse (Europe) (Fr,De) + + + + Games + Leisure Suit Larry - Magna Cum Laude (Germany) + + + + Games + Freestyle Metal X (Europe) (En,Fr,De,Es,It) + + + + Games + Gladiator - Schwert der Rache (Germany) + + + + Games + NHL Hitz 2003 (USA) + + + + Games + All-Star Baseball 2003 featuring Derek Jeter (USA) + + + + Games + Capcom Fighting Evolution (World) (En,Ja) + + + + Games + MotoGP (Europe) (En,Fr,De,Es,It) + + + + Games + King of Fighters 2002, The (USA, Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Galleon (Europe) (En,Fr,De) + + + + Games + Halo 2 (France) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Hitman 2 - Silent Assassin (France) + + + + Games + Loons - The Fight for Fame (Europe) (En,Fr,De,Es,It) + + + + Games + MTX Mototrax (Europe) (En,Fr) + + + + Games + Need for Speed - Most Wanted (Europe) (En,Nl,Sv) + + + + Games + Red Ninja - End of Honor (USA, Europe) + + + + Games + RollerCoaster Tycoon (Europe) (En,Fr,De,Es,It) + + + + Games + Secret Weapons over Normandy (Europe) + + + + Games + Star Wars - Battlefront (Europe) (Es,It) + + + + Games + Tennis Masters Series 2003 (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + Yu-Gi-Oh! The Dawn of Destiny (Europe) (En,Fr,De,Es,It) + + + + Games + Jade Empire (France) + + + + Bonus Discs + Jade Empire (USA, Europe) (En,Fr,De,Es,It) (Bonus Disc) + + + + Games + Breakdown (Europe) (En,Fr,De,Es,It) + + + + Games + Gunmetal (Europe) (En,Fr,De,Es,It) + + + + Games + Tour de France, Le (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Jam (Europe) (En,Fr,De) + + + + Games + NBA Live 2002 (Europe) + + + + Games + NFL Street (Europe) + + + + Games + Operation Flashpoint - Elite (USA, Europe) (En,Fr,De,It) + + + + Games + Pitfall - The Lost Expedition (Europe) + + + + Games + RLH - Run Like Hell (Europe) + + + + Games + Scooby-Doo! Mystery Mayhem (USA, Europe) (En,Fr,De) + + + + Games + Pirates of the Caribbean (Europe) (En,Fr,De,Es) + + + + Games + Chessmaster (USA) + + + + Games + Legends of Wrestling II (Europe) + + + + Games + TOCA Race Driver (Europe) (En,Fr,Es) + + + + Games + WWE Raw 2 (Europe) + + + + Games + Castlevania - Curse of Darkness (USA) + + + + Games + Worms 3D (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 07 (Europe) (Fr,De) + + + + Games + Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It) + + + + Games + LEGO Star Wars - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Da) + + + + Games + Godzilla - Save the Earth (USA, Europe) + + + + Games + Godzilla - Destroy All Monsters Melee (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA Street 2 (Europe) (En,Fr,De,Nl) + + + + Games + Club Football - Hamburger SV (Germany) + + + + Games + Kingdom Under Fire - The Crusaders (Europe) (En,Fr,De,It) + + + + Games + X-Men Legends (Europe) (Fr,De) + + + + Games + FIFA 06 (Europe) (Fr,De) + + + + Games + Robin Hood - Defender of the Crown (Europe) (En,Fr,De,Es,It) + + + + Games + GoldenEye - Rogue Agent (Germany) + + + + Games + Fantastic 4 (Europe) (Fr,Es) + + + + Games + Ice Age 2 - The Meltdown (Europe) (En,De,Es,It,Nl) + + + + Games + Disney's Chicken Little (USA, Europe) + + + + Games + Disney-Pixar Cars (Europe) + + + + Games + Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Shrek - SuperSlam (Europe) (Fr,De,Es,It,Nl) + + + + Games + Scooby-Doo! Unmasked (USA, Europe) (En,Fr,Es,It) + + + + Games + SSX on Tour (Europe) + + + + Games + TransWorld Surf (Europe) (En,Fr,De,Es,It) + + + + Games + Ski Racing 2005 (Europe) (En,Fr,De,Es,It) + + + + Games + Shrek (Europe) (En,Fr,De,Es,It) + + + + Games + Shrek Super Party (Europe) (En,Fr,De,Es,It) + + + + Games + Club Football - Chelsea FC (UK) + + + + Games + Club Football 2005 - Manchester United (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Manchester United Manager 2005 (UK) + + + + Games + NBA 2K3 (Europe) + + + + Games + Burnout Revenge (Europe) (Es,It,Nl,Sv,Da,Fi) + + + + Games + Pac-Man World 3 (Europe) (En,Fr,De,Es,It) + + + + Games + GoldenEye - Agente Corrupto (Spain) + + + + Games + Hitman - Contracts (Spain) + + + + Games + Padrino, Il (Italy) + + + + Games + Need for Speed - Most Wanted (Italy) + + + + Games + True Crime - New York City (Europe) (Fr,Es,It) + + + + Games + ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Die Hard - Vendetta (Germany) (En,De) + + + + Games + Aggressive Inline (Europe) (En,Fr,De,Es) + + + + Games + Harry Potter - Quidditch World Cup (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Starsky & Hutch (Europe) (En,Fr,De,Es,It) + + + + Games + DTM Race Driver Live (Europe) (En,Fr,De) + + + + Games + Showdown - Legends of Wrestling (Europe) + + + + Games + Cabela's Dangerous Hunts (Europe, Australia) + + + + Games + America's Army - Rise of a Soldier (Europe) + + + + Games + Armed and Dangerous (Germany) + + + + Games + Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It) + + + + Games + Batman - Vengeance (Europe) (En,Fr,De,Es,It) + + + + Games + Bloody Roar - Extreme (Europe) (En,Fr,De,Es,It) + + + + Games + Castlevania - Curse of Darkness (Europe) (En,Fr,De,Es,It) + + + + Games + Crash Tag Team Racing (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon Tak 2 - The Staff of Dreams (Europe) (En,De) + + + + Games + Nickelodeon Tak - Die grosse Juju-Jagd (Germany) (En,De) + + + + Games + Major League Baseball 2K5 (USA) + + + + Games + Pac-Man World 2 (USA) + + + + Games + X-Men Legends (World) + + + + Games + FlatOut (Europe) (En,Fr,Es,It) + + + + Games + X-Men Legends II - Rise of Apocalypse (Europe) (Es,It) + + + + Games + X-Men 2 - Wolverine's Revenge (Europe) + + + + Games + Stake - Fortune Fighters (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Die Hard - Vendetta (Europe) (En,Fr,Es,It) + + + + Games + Alter Echo (Europe) + + + + Games + Buffy the Vampire Slayer - Chaos Bleeds (Europe) (En,Fr,De,Es) + + + + Games + Harry Potter and the Goblet of Fire (Europe) (Fr,De,Es,It) + + + + Games + World Poker Tour (Europe) (En,Fr,De) + + + + Games + Shrek 2 (Germany) + + + + Games + Dancing Stage Unleashed (Europe) + + + + Games + FIFA World Cup Germany 2006 (Europe) (Fr,De) + + + + Games + Worms 4 - Mayhem (Europe) (En,Fr,De,Es,It) + + + + Games + Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Europe) + + + + Games + Guilty Gear X2 Reload - The Midnight Carnival (Europe) + + + + Games + Beyond Good & Evil (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Gauntlet - Dark Legacy (Europe) (En,Fr,De) + + + + Games + Samurai Warriors (Europe) (Fr,De) + + + + Games + Dynasty Warriors 4 (Europe) (Fr,De) + + + + Games + Dynasty Warriors 5 (Europe) (Fr,De) + + + + Games + Star Wars - Battlefront (Germany) + + + + Games + Star Wars - Battlefront II (Germany) + + + + Games + Star Wars - Jedi Starfighter (Germany) + + + + Games + Star Wars - The Clone Wars (Germany) + + + + Games + Zapper (Europe) (En,Fr,De,Es,It) + + + + Games + Sonic Mega Collection Plus (World) (En,Ja) + + + + Games + Pitfall - The Lost Expedition (Germany) + + + + Games + Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It) + + + + Games + Taito Legends 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Heroes of the Pacific (USA) + + + + Games + 2002 FIFA World Cup (France) + + + + Games + Tony Hawk's Pro Skater 4 (France) + + + + Games + AFL Live 2004 (Australia) + + + + Games + AFL Live 2003 (Australia) + + + + Games + AFL Live Premiership Edition (Australia) + + + + Games + FIFA World Cup Germany 2006 (Europe) + + + + Games + CSI - Crime Scene Investigation (World) (En,Fr,De,Es,It) + + + + Games + Mercenaries (USA, Europe) + + + + Games + NBA Live 2003 (Europe) (En,Fr,De) + + + + Games + Pool Shark 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Rugby 06 (Europe) + + + + Games + World Championship Pool 2004 (Europe) (En,Fr,De) + + + + Games + World Championship Snooker 2003 (Europe) + + + + Games + World Championship Snooker 2004 (Europe) + + + + Games + Tecmo Classic Arcade (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Wallace & Gromit - The Curse of the Were-Rabbit (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Wallace & Gromit in Project Zoo (Europe) (En,Fr,De,Es,It) + + + + Games + Yetisports Arctic Adventures (Europe) (En,Fr,De,Es,It) + + + + Games + Xiaolin Showdown (Europe) (En,Fr,De,Es,It) + + + + Games + Simpsons, The - Road Rage (Europe) (En,Fr,De) + + + + Games + Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe) + + + + Games + Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (Fr,De,Es,It,Nl) + + + + Games + Nickelodeon SpongeBob Schwammkopf - Der Film (Germany) + + + + Games + Barbie Horse Adventures - Wild Horse Rescue (Europe) (En,Fr,De,Es,It) + + + + Games + Hitman - Blood Money (Germany) + + + + Games + Call of Duty - Finest Hour (Germany) + + + + Games + Call of Duty 2 - Big Red One (Germany) + + + + Games + Call of Duty 3 (Germany) + + + + Games + Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe) (En,De) + + + + Games + Pate, Der (Germany) + + + + Games + Midnight Club 3 - DUB Edition Remix (Europe) (En,Fr,De,Es,It) + + + + Games + Blade II (Europe) (En,Fr) + + + + Games + Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es) + + + + Games + LEGO Star Wars - The Video Game (USA) + + + + Games + Bionicle (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Dynasty Warriors 4 (Europe) (En,Es,It) + + + + Games + Toxic Grind (Europe) + + + + Games + Star Wars - Jedi Knight II - Jedi Outcast (Europe) (En,Fr) + + + + Games + Star Wars - Jedi Starfighter (Spain) + + + + Games + Star Wars - Obi-Wan (Spain) + + + + Games + Star Wars - Starfighter Special Edition (USA) + + + + Games + Star Wars - Las Guerras Clon (Spain) + + + + Games + Club Football 2005 - Arsenal (Europe) (En,Fr) + + + + Games + Hot Wheels - Stunt Track Challenge (Europe) + + + + Games + IndyCar Series (Europe) (En,Fr,De,Es,It) + + + + Games + Kelly Slater's Pro Surfer (Europe) (En,Fr,De) + + + + Games + DreamWorks Shrek - SuperSlam (USA, Europe) + + + + Games + RalliSport Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + UEFA Euro 2004 - Portugal (France) + + + + Games + Star Wars - Battlefront II (USA, Europe) (En,Es,It) + + + + Applications + Xbox Live Arcade (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Rev 1) + + + + Games + FIFA Football 2004 (France) + + + + Games + Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France) + + + + Games + Entraineur 5, L' - Saison 04-05 (France) + + + + Games + Star Wars - Episode III - Revenge of the Sith (USA) + + + + Games + Star Wars - Republic Commando (USA) + + + + Games + Pitfall - The Lost Expedition (France) + + + + Games + Mercenaries (France) + + + + Games + Medal of Honor - Soleil Levant (France) + + + + Games + Club Football 2005 - Olympique de Marseille (Europe) (En,Fr) + + + + Games + Seigneur des Anneaux, Le - Le Retour du Roi (France) + + + + Games + Seigneur des Anneaux, Le - Le Tiers Age (France) + + + + Games + Bad Boys II (Europe) (Fr,Es,It) + + + + Games + Max Payne 2 - The Fall of Max Payne (Europe) (En,Es,It) + + + + Games + Shattered Union (Europe) (En,Fr,De,It) + + + + Games + Judge Dredd - Dredd vs. Death (Germany) (En,De) + + + + Games + Deathrow (Europe) (En,Fr,De) + + + + Games + Herr der Ringe, Der - Das dritte Zeitalter (Germany) + + + + Games + Dancing Stage Unleashed 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr,De,Es) + + + + Games + Stolen (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Xbox Music Mixer (Europe, Australia) (En,Fr,De) + + + + Games + Bad Boys II (Germany) + + + + Games + Dragon's Lair 3D - Return to the Lair (Europe) (En,Fr,De,Es,It) + + + + Games + Dakar 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Fallout - Brotherhood of Steel (Europe) (En,Fr,De) + + + + Games + NHL Hitz Pro (Europe) + + + + Games + Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It) + + + + Games + Racing Evoluzione (Europe) (En,Fr,De,Es,It) + + + + Games + Pro Beach Soccer (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + Spider-Man (Germany) + + + + Games + DreamWorks Shark Tale (Europe) (Fr,De) + + + + Games + RPM Tuning (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + Mojo! (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA, Europe) + + + + Games + Marvel - Ultimate Alliance (USA, Europe) + + + + Games + Crash (Europe) (En,Fr,De,Es,It) + + + + Games + Big Mutha Truckers (Europe) (En,Fr,De,Es,It) + + + + Games + SpyHunter 2 (Europe) (En,Fr,De,It) + + + + Games + Marvel Nemesis - Rise of the Imperfects (Europe) (En,Fr,De,It) + + + + Games + SSX 3 (Europe) (En,Fr,De,Es) + + + + Games + Reservoir Dogs (Europe) (En,Fr) + + + + Games + Chroniken von Narnia, Die - Der Koenig von Narnia (Germany) + + + + Games + Club Football - Leeds United (UK) + + + + Games + Suffering, The - Ties That Bind (Austria, Switzerland) (En,De) + + + + Games + Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr,De,Es,It) + + + + Games + Turok - Evolution (Germany) + + + + Games + Arx Fatalis (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Dreamfall - The Longest Journey (Europe) (En,Fr,De) + + + + Games + Hitman - Contracts (Europe) + + + + Games + Lemony Snicket's A Series of Unfortunate Events (Europe) + + + + Games + NBA 2K6 (USA) + + + + Games + Night Caster II - Equinox (Europe) + + + + Games + Shrek 2 (UK) + + + + Games + X-Men Legends II - Rise of Apocalypse (USA, Europe) + + + + Games + Dancing Stage Unleashed 3 (Europe) (En,Fr,De,Es,It) + + + + Games + ESPN NFL Football (Europe) + + + + Games + V8 Supercars Australia - Race Driver (Australia) (Online Enabled) + + + + Games + Fallout - Brotherhood of Steel (Europe) (En,Es,It) + + + + Games + Punisher, The (Europe) (Es,It) + + + + Games + Arctic Thunder (Europe) (En,Fr,De) + + + + Games + Red Ninja - End of Honour (Germany) + + + + Games + Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It) + + + + Games + Miami Vice (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Over the Hedge (Europe) (Fr,De) + + + + Games + Crime Life - Gang Wars (Europe) (En,Fr,De,Es,It) + + + + Games + Scaler (USA, Europe) (En,Fr,De) + + + + Games + Ford Mustang - The Legend Lives (Europe) (En,Fr,De,Es) + + + + Games + Fable (Europe) (En,Fr,De) + + + + Games + Crash 'n' Burn (USA, Europe) (En,Fr,De,It) + + + + Demos + Conker - Live & Reloaded (USA, Europe) (Demo) (Rev 1) + + + + Games + Dead or Alive 3 (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Dead or Alive 3 (USA) (En,Ja) + + + + Games + Dead or Alive Xtreme Beach Volleyball (USA) (En,Ja) + + + + Games + Halo (Japan) + + + + Add-Ons + Halo 2 Multiplayer Map Pack (World) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Halo - Combat Evolved (USA) (Rev 2) + + + + Games + MechAssault (USA) (En,Fr,De) (Rev 1) + + + + Add-Ons + MechAssault 2 - Lone Wolf (World) (En,Ja,Fr,De,Es,It) (Bonus Disc) + + + + Games + Playboy - The Mansion (USA) + + + + Games + Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Soulcalibur II (USA) + + + + Demos + Xbox Live Starter Kit Disc (USA, Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Kabuki Warriors (USA) + + + + Games + Sid Meier's Pirates! (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Roger Lemerre - La Selection des Champions 2005 (France) + + + + Games + Army Men - Sarge's War (Europe) (En,Fr,De,Es,It) + + + + Games + Backyard Wrestling 2 - There Goes the Neighborhood (Europe) + + + + Games + Blazing Angels - Squadrons of WWII (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Neighbours from Hell (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Cars (Germany) + + + + Games + Charlie and the Chocolate Factory (Europe) (En,Fr,De,It) + + + + Games + Commandos 2 - Men of Courage (Germany) + + + + Games + Conspiracy - Weapons of Mass Destruction (Europe) (En,Fr,De,Es,It) + + + + Games + Curse - The Eye of Isis (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + DTM Race Driver 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Disneys Himmel und Huhn (Germany) + + + + Games + Open Season (Europe) (En,Fr,De,Es,It) + + + + Games + Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Justice League Heroes (USA, Europe) + + + + Games + Men of Valor (Germany) + + + + Games + Jacked (Europe) (En,Fr,De,Es,It) + + + + Games + Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) + + + + Games + TD Overdrive - The Brotherhood of Speed (Europe) (En,Fr,De,Es,It) + + + + Games + Club Football - Arsenal (Europe) (En,Fr,De,Nl) + + + + Games + Club Football - Aston Villa (UK) + + + + Games + Club Football - Celtic FC (UK) + + + + Games + Club Football - Liverpool FC (UK) + + + + Games + Club Football 2005 - Celtic FC (UK) + + + + Games + Club Football 2005 - Chelsea FC (UK) + + + + Games + Club Football 2005 - Tottenham Hotspur (UK) + + + + Games + Club Football 2005 - Rangers FC (UK) + + + + Games + MX Unleashed (Europe) + + + + Games + Club Football 2005 - Liverpool FC (UK) + + + + Games + Club Football 2005 - Newcastle United (UK) + + + + Games + Club Football 2005 - FC Internazionale (Europe) (En,De,It) + + + + Games + Worms Forts - Under Siege (Europe) (En,Fr,De,Es,It) + + + + Games + Tiger Woods PGA Tour 2005 (USA) + + + + Games + Wakeboarding Unleashed featuring Shaun Murray (Europe) + + + + Games + UFC - Ultimate Fighting Championship - Tapout (Europe) + + + + Games + Italian Job, The (Europe) (En,Fr,De,Es,It) + + + + Games + World Racing 2 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It) + + + + Games + Superman - The Man of Steel (Europe) (En,Fr,De,Es,It) + + + + Games + SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It) + + + + Games + Splashdown (Europe) (En,Fr,De,Es,It) + + + + Games + Operation WinBack 2 - Project Poseidon (Europe) + + + + Games + Mashed - Fully Loaded (Europe) (En,Fr,De,Es,It) + + + + Games + MX vs. ATV Unleashed (Europe) + + + + Games + Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Street Vol. 2 (Europe) + + + + Games + Need for Speed - Most Wanted (Germany) + + + + Games + Madden NFL 2003 (Europe) + + + + Games + Motocross Mania 3 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Off-Road - Wide Open (Europe) (En,Fr,De,Es,It) + + + + Games + Gene Troopers (Europe) (En,Fr,De,Es,It) + + + + Games + Psi-Ops - The Mindgate Conspiracy (Germany) (En,Fr,De,Es,It) + + + + Games + R-Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Sniper Elite (Germany) (En,Fr,De,Es,It) + + + + Games + Rogue Trooper (USA, Europe) (En,Fr,De,It) + + + + Games + Pilot Down - Behind Enemy Lines (Europe) (En,Fr,De,Es,It) + + + + Games + Rapala Pro Fishing (World) + + + + Games + Pro Tennis WTA Tour (Europe) + + + + Games + Speed Kings (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Robotech - Battlecry (Europe) (En,Fr,De,Es,It) + + + + Games + Panzer Elite Action - Fields of Glory (Europe) (En,Fr,De,Es,It) + + + + Games + Pro Cast - Sports Fishing Game (Europe) + + + + Games + Rolling (Europe) (En,Fr,De,Es,It) + + + + Games + New Legends (Europe, Australia) + + + + Games + Minority Report - Everybody Runs (Germany) + + + + Games + Arctic Thunder (USA) + + + + Games + Baldur's Gate - Dark Alliance II (USA) + + + + Games + Bloody Roar - Extreme (USA) + + + + Games + Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko) + + + + Games + Dino Crisis 3 (USA, Korea) + + + + Games + Fable - The Lost Chapters (USA) (En,Es) + + + + Games + Grand Theft Auto - San Andreas (USA) (En,Es) (Rev 1) + + + + Games + Grand Theft Auto - Vice City (USA) (Rev 1) + + + + Games + House of the Dead III, The (USA) + + + + Games + Legend of Spyro, The - A New Beginning (World) (En,Fr,De,Es,It) + + + + Games + Madden NFL 2002 (USA) + + + + Games + Metal Gear Solid 2 - Substance (USA) + + + + Games + Metal Slug 3 (USA, Japan) (En,Ja) + + + + Games + MotoGP (USA) + + + + Games + NASCAR Heat 2002 (USA) + + + + Games + NFL Fever 2002 (USA) + + + + Games + NFL Fever 2004 (USA) + + + + Games + Oddworld - Munch's Oddysee (USA) + + + + Games + Otogi 2 - Immortal Warriors (USA) + + + + Games + Panzer Dragoon Orta (USA) + + + + Games + Phantasy Star Online Episode I & II (USA) (En,Ja,Fr,De,Es) + + + + Games + Psychonauts (USA) + + + + Games + RalliSport Challenge (USA) + + + + Games + Sega GT 2002 (USA) (En,Ja) + + + + Games + Shin Megami Tensei - Nine (Japan) + + + + Games + Silent Hill 2 - Restless Dreams (USA) (En,Ja) + + + + Games + Silent Hill 4 - The Room (USA) (En,Ja,Ko) + + + + Games + Sonic Heroes (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Sonic Riders (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Spider-Man (USA) + + + + Games + Spikeout - Battle Street (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Star Wars - Knights of the Old Republic (USA) + + + + Games + Star Wars - Knights of the Old Republic II - The Sith Lords (USA) + + + + Games + Super Monkey Ball Deluxe (USA) + + + + Games + ToeJam & Earl III - Mission to Earth (USA) + + + + Games + Tony Hawk's Pro Skater 3 (USA) + + + + Games + Wreckless - The Yakuza Missions (USA) + + + + Demos + Xbox Demo Disc Version 4.1 (USA) + + + + Games + Project Gotham Racing (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Fable - The Lost Chapters (Europe) (En,Fr) + + + + Demos + Xbox Live Starter Kit Disc (World) (En,Ja,Fr,De,Es,It) (Rev 2) + + + + Games + Full Spectrum Warrior (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + World Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - The Clone Wars (Europe) + + + + Games + Greg Hastings' Tournament Paintball (USA, Europe) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (Europe) + + + + Games + F1 Career Challenge (Europe) (En,Fr,De,It) + + + + Games + Still Life (USA) (En,Fr,De,Es,It) + + + + Games + Hitman - Blood Money (USA, Europe) + + + + Games + Commandos 2 - Men of Courage (Europe) + + + + Games + Virtual Pool - Tournament Edition (USA, Europe) (En,Fr,De,It) + + + + Games + Full Spectrum Warrior - Ten Hammers (Europe) (En,Fr,De,It) + + + + Games + F1 2002 (Europe) (En,Fr,De,It) + + + + Games + UEFA Champions League 2004-2005 (Europe) + + + + Games + David Beckham Soccer (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Finding Nemo (Europe) + + + + Games + DreamWorks Madagascar (USA, Europe) + + + + Games + Outlaw Golf (Europe) + + + + Games + Dinotopia - The Sunstone Odyssey (Europe) (En,Fr) + + + + Games + Sniper Elite (Europe) (En,Fr,De,Es,It) + + + + Games + Army Men - Major Malfunction (USA, Europe) + + + + Games + Championship Manager 2006 (Europe) (En,Fr,It) + + + + Games + Deadly Skies (Europe) (En,De) + + + + Games + Eragon (USA, Europe) + + + + Games + Final Fight - Streetwise (Europe) (En,Fr,De,Es,It) + + + + Games + Goblin Commander - Unleash the Horde (Europe) (En,Fr,De) + + + + Games + Legends of Wrestling (Europe) + + + + Games + NFL Fever 2003 (Europe) + + + + Games + Rugby Challenge 2006 (Europe) (En,Fr) + + + + Games + SX Superstar (Europe) (En,Fr,De,Es) + + + + Games + Tiger Woods PGA Tour 07 (Europe) + + + + Games + World Series of Poker (USA, Europe) + + + + Games + X-Men - The Official Game (USA, Europe) + + + + Games + Circus Maximus - Chariot Wars (Europe) + + + + Games + Gladius (Europe) (En,Es,It) + + + + Games + BloodRayne 2 (Europe) (En,Fr,Es,It) + + + + Games + NBA Live 07 (Europe) + + + + Games + Rugby League (Europe) + + + + Games + Tetris Worlds (Europe) (En,Fr,De) + + + + Games + Wallace & Gromit in Project Zoo (UK) + + + + Games + SCAR - Squadra Corse Alfa Romeo (Europe) (En,Fr,De,Es,It) + + + + Games + Obscure (Europe) + + + + Games + Superman Returns (Europe) + + + + Games + Star Wars - Jedi Starfighter (Europe) + + + + Games + Star Wars - Obi-Wan (Europe) + + + + Games + Star Wars - Episode III - Revenge of the Sith (Europe) (En,Es,It) + + + + Games + Cabela's Big Game Hunter 2005 Adventures (USA, Europe) + + + + Games + TOCA Race Driver 3 (USA, Europe) (En,Fr,De,Es,It) + + + + Games + Club Football 2005 - Paris Saint-Germain (France) (En,Fr) + + + + Games + Super Bubble Pop (Europe) (En,Fr,De,Es,It) + + + + Games + Ultra Bust-A-Move (Europe) (En,Fr,De,Es,It) + + + + Games + Mat Hoffman's Pro BMX 2 (Europe) + + + + Games + Ricky Ponting International Cricket 2005 (Australia) + + + + Games + V8 Supercars Australia 2 (Australia) (En,Fr,De,Es,It) + + + + Games + V8 Supercars Australia 3 (Australia) + + + + Games + Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) + + + + Games + Family Guy - Video Game! (USA, Europe) + + + + Games + Fatal Frame II - Crimson Butterfly - Director's Cut (USA) + + + + Games + Halo - Combat Evolved (Asia) (En,Zh) + + + + Games + Mega Man Anniversary Collection (USA) + + + + Games + Ty the Tasmanian Tiger (Korea) (En,Fr,De,Es,It) + + + + Games + Capcom Classics Collection Vol. 2 (USA) + + + + Games + King of Fighters 2003, The (USA, Japan) (En,Ja) + + + + Games + King of Fighters, The - Neowave (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Tao Feng - Fist of the Lotus (USA, Asia) + + + + Games + Kurenai no Umi - Crimson Sea (Japan) + + + + Games + Hitman - Silent Assassin (Japan) + + + + Games + Metal Dungeon (Japan) + + + + Games + Project Gotham - World Street Racer (Japan) + + + + Games + Xbox Music Mixer (Japan) (En,Ja) + + + + Games + Xyanide (USA) (En,Fr,De,Es) + + + + Games + Elder Scrolls III, The - Morrowind - Game of the Year Edition (USA) + + + + Games + Steel Battalion (USA) + + + + Games + NBA Live 06 (France) + + + + Games + Football Manager Campionato 2005 (Italy) + + + + Games + Roger Lemerre - La Selection des Champions 2003 (France) + + + + Games + Roger Lemerre - La Selection des Champions 2004 (France) + + + + Games + Conflict - Desert Storm (USA) + + + + Games + Goblin Commander - Unleash the Horde (USA) + + + + Games + Hitman - Contracts (USA) + + + + Games + Mat Hoffman's Pro BMX 2 (USA) + + + + Games + Need for Speed - Underground (USA) + + + + Games + Hitman - Contracts (France) + + + + Games + Football Manager Campionato 2003 (Italy) + + + + Games + Football Manager Campionato 2004 (Italy) + + + + Games + Steel Battalion (Europe) + + + + Games + FlatOut 2 (Germany) + + + + Games + Painkiller - Hell Wars (Germany) + + + + Games + Harry Potter and the Goblet of Fire (USA) + + + + Games + MTV Celebrity Deathmatch (USA) + + + + Games + MVP Baseball 2005 (USA) + + + + Games + DreamWorks Over the Hedge (USA, Europe) + + + + Games + Monopoly Party (Europe) (En,Fr,De,Es,It) + + + + Games + Robot Wars - Extreme Destruction (Europe) + + + + Games + Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It) + + + + Games + Dino Crisis 3 (Japan) + + + + Games + N.U.D.E.@ - Natural Ultimate Digital Experiment (Japan) + + + + Games + Otogi (Japan) + + + + Games + Soulcalibur II (Japan) + + + + Demos + Forza Motorsport (USA, Europe) (Demo) + + + + Demos + Magic - The Gathering - Battlegrounds (USA) (Demo) + + + + Demos + Unreal Championship 2 - The Liandri Conflict (USA) (Demo) + + + + Applications + Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) (Alt) + + + + + Demos + MechAssault 2 - Lone Wolf & OutRun 2 (USA) (Demo) + + + + Demos + Metal Arms - Glitch in the System (USA, Europe) (Demo) + + + + Games + NCAA Football 2005 & Top Spin (USA) (En,Fr,De) + + + + Coverdiscs + Official Xbox Magazine Game Disc 43 (USA) + + + + Games + Iron Phoenix (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 11 (USA) + + + + Games + C.A.T - Cyber Attack Team (Japan) + + + + Games + Capcom vs. SNK 2 EO (Japan) + + + + Games + Crazy Taxi 3 - High Roller (Japan) (En,Ja) + + + + Games + Crimson Skies - High Road to Revenge (Japan) (En,Ja,Fr,De,Zh,Ko) + + + + Games + Double-S.T.E.A.L (Japan) + + + + Games + Galaxy Angel (Japan) + + + + Games + Genma Onimusha (Japan) (En,Ja) + + + + Games + Gunvalkyrie (Japan) (En,Ja) + + + + Games + House of the Dead III, The (Japan) + + + + Games + Kikou Heidan J-Phoenix + (Japan) + + + + Games + Magatama (Japan) + + + + Games + MechAssault (Japan) (En,Ja) + + + + Games + Plus Plumb 2 (Japan) + + + + Games + Tenchu 3 - Kaiki no Shou (Japan) + + + + Games + BMX XXX (USA) + + + + Games + Dr. Seuss' The Cat in the Hat (USA, Japan) + + + + Games + Lord of the Rings, The - The Third Age (USA) + + + + Games + Mafia (USA) + + + + Games + Metal Slug 5 (USA, Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Samurai Shodown V (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Spyro - A Hero's Tail (USA, Asia) + + + + Games + Star Wars - Jedi Knight - Jedi Academy (USA) (En,Fr,De) + + + + Games + Star Wars - Jedi Knight II - Jedi Outcast (USA) + + + + Demos + Xbox Exhibition Volume 2 (USA) + + + + Games + Tom and Jerry in War of the Whiskers (USA) + + + + Games + Angelic Concert (Japan) + + + + Games + Double-S.T.E.A.L - The Second Clash (Japan) (En,Ja) + + + + Games + Ex-Chaser (Japan) + + + + Games + Fable (Japan) (En,Ja) + + + + Games + Halo 2 (Japan) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + Marvel vs. Capcom 2 - New Age of Heroes (Japan) + + + + Games + Otogi - Hyakki Toubatsu Emaki (Japan) + + + + Games + Otogi - Myth of Demons (Japan) + + + + Games + Panzer Dragoon Orta (Japan) + + + + Games + Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Sudeki - Sennen no Akatsuki no Monogatari (Japan) + + + + Games + Tom Clancy's Rainbow Six 3 (Japan) + + + + Games + Voodoo Vince (Japan) (En,Fr,De,Es) + + + + Games + Wild Rings, The (Japan) + + + + Coverdiscs + Official Xbox Magazine Game Disc 44 (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 47 (USA) + + + + Games + 2002 FIFA World Cup (Japan) + + + + Games + Brothers in Arms - Road to Hill 30 (Japan) (En,Ja) + + + + Games + Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan) + + + + Games + Enter the Matrix (Japan) + + + + Games + Full Spectrum Warrior (Japan, Korea) (En,Ja,Ko) + + + + Games + Hyper Sports 2002 Winter (Japan) + + + + Games + Innocent Tears (Japan) + + + + Games + Jade Empire (Korea) (En,Zh,Ko) + + + + Bonus Discs + Jade Empire (Korea) (En,Zh,Ko) (Bonus Disc) + + + + Games + KOF - Maximum Impact - Maniax (Japan) + + + + Games + Mad Dash Racing (Japan) + + + + Games + MotoGP URT2 Online Challenge (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Murakumo (Japan) + + + + Games + Murakumo (Korea) + + + + Games + Muzzle Flash (Japan) (En,Ja) + + + + Games + Myst III - Exile (Japan) + + + + Games + Nezmix (Japan) + + + + Games + Phantasy Star Online Episode I & II (Japan) (En,Ja,Fr,De,Es) + + + + Games + RalliSport Challenge (Japan) + + + + Games + Sega GT 2002 (Japan) (En,Ja) + + + + Games + Tom Clancy's Ghost Recon - Island Thunder (Japan) + + + + Games + Tom Clancy's Rainbow Six 3 - Black Arrow (Japan) + + + + Games + Tom Clancy's Rainbow Six - Lockdown (Japan) (En,Ja) + + + + Games + Tom Clancy's Splinter Cell (Japan) + + + + Games + UFC - Ultimate Fighting Championship 2 - Tapout (Japan) + + + + Games + Yager (Korea) (En,Fr,De) + + + + Games + Shikigami no Shiro (Japan) + + + + Games + Test Drive Off-Road - Wide Open (USA) + + + + Games + Tom Clancy's Rainbow Six - Critical Hour (USA) (En,Fr) + + + + Games + Tom Clancy's Ghost Recon - Island Thunder (USA) + + + + Games + Counter-Strike (USA) (En,Fr,Es,It,Ko) + + + + Games + Sega GT 2002 (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Serious Sam (USA) + + + + Games + Jockey's Road (Japan) + + + + Games + Spikeout - Battle Street (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Tetris Worlds (Japan) + + + + Games + Club Football - FC Barcelona (Europe) (En,Es,It,Ca) + + + + Games + Disney's Extreme Skate Adventure (Europe) + + + + Games + Harry Potter and the Philosopher's Stone (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Club Football - Ajax Amsterdam (Europe) (En,Fr,It,Nl) + + + + Games + Splat Magazine Renegade Paintball (USA, Europe) + + + + Games + Cabela's Deer Hunt - 2005 Season (USA, Australia) + + + + Games + Cabela's Dangerous Hunts 2 (USA, Australia) + + + + Games + Cabela's Outdoor Adventures (USA, Australia) + + + + Games + American Chopper 2 - Full Throttle (USA, Australia) + + + + Games + Scarface - The World Is Yours (USA, Europe) + + + + Demos + Conker - Live & Reloaded (USA) (Demo) + + + + Games + Jaws Unleashed (USA) + + + + Games + Hitman 2 - Silent Assassin (Europe) + + + + Games + MotoGP 2 (USA) (En,Fr,De,Es,It) + + + + Games + Colin McRae Rally 04 (USA) (En,Fr,De,Es,It) + + + + Games + FIFA Soccer 07 (USA) (En,Es) + + + + Games + Inside Pitch 2003 (USA) + + + + Games + Rogue Ops (USA) + + + + Games + NBA 2K3 (USA) + + + + Games + Room Zoom - Race for Impact (USA) + + + + Games + MTV Music Generator 3 - This Is the Remix (USA) (En,Es) + + + + Games + Sega GT Online (USA) (En,Ja) + + + + Games + World Soccer Winning Eleven 8 - International (USA) (En,Es) + + + + Games + Xbox Music Mixer (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) (En,Sv) + + + + Games + Rugby League 2 (Europe, Australia) + + + + Games + Mace Griffin - Bounty Hunter (Europe) (En,Fr,Es,It) + + + + Games + Jurassic Park - Operation Genesis (Europe) (En,Fr,De,Es,It) + + + + Games + TOCA Race Driver (Europe) (Online Enabled) + + + + Games + Frankie Dettori Racing (Europe, Australia) + + + + Games + Nickelodeon The SpongeBob SquarePants Movie (Europe) + + + + Games + Club Football 2005 - FC Barcelona (Europe) (En,Es,It,Ca) + + + + Games + Incredible Hulk, The - Ultimate Destruction (Europe) (En,Fr,Es,It) + + + + Games + Star Trek - Shattered Universe (USA) + + + + Games + Star Wars - Jedi Starfighter (USA) + + + + Games + 007 - From Russia with Love (USA) + + + + Games + Gauntlet - Dark Legacy (USA) + + + + Games + Gauntlet - Seven Sorrows (USA) + + + + Games + Harry Potter - Quidditch World Cup (USA) (En,Fr,Es) + + + + Games + Hobbit, The - The Prelude to the Lord of the Rings (USA, Asia) + + + + Games + Lord of the Rings, The - The Fellowship of the Ring (USA) + + + + Games + Lord of the Rings, The - The Return of the King (USA) + + + + Games + Pirates of the Caribbean (USA) + + + + Games + Pitfall - The Lost Expedition (USA) + + + + Games + Robotech - Battlecry (USA) + + + + Games + Star Wars - Obi-Wan (USA) + + + + Games + Star Wars - The Clone Wars (USA) + + + + Games + Enter the Matrix (USA) + + + + Games + GoldenEye - Rogue Agent (USA) + + + + Games + Pirates - The Legend of Black Kat (USA) + + + + Games + Terminator, The - Dawn of Fate (USA) + + + + Games + Van Helsing (USA) + + + + Games + Painkiller - Hell Wars (Europe) + + + + Games + Aquaman - Battle for Atlantis (USA) + + + + Games + Batman - Rise of Sin Tzu (USA) (En,Fr,Es) + + + + Games + Batman Begins (USA) + + + + Games + Catwoman (USA) + + + + Games + Constantine (USA) + + + + Games + Punisher, The (USA) + + + + Games + SpyHunter (USA) + + + + Games + Superman - The Man of Steel (USA) + + + + Games + Superman Returns (USA) + + + + Games + Batman - Vengeance (USA) (En,Fr,Es) + + + + Games + Harry Potter and the Prisoner of Azkaban (USA) + + + + Games + Harry Potter and the Sorcerer's Stone (USA) (En,Es) + + + + Games + Darkwatch (USA) + + + + Games + Mace Griffin - Bounty Hunter (USA, Korea) + + + + Games + Quantum Redshift (USA) + + + + Games + Star Wars - Knights of the Old Republic (USA) (Rev 1) + + + + Games + TimeSplitters - Future Perfect (USA) + + + + Games + Aliens Versus Predator - Extinction (USA) + + + + Games + Baldur's Gate - Dark Alliance (USA) + + + + Games + Batman - Dark Tomorrow (USA) + + + + Games + Battlestar Galactica (USA) + + + + Games + Jurassic Park - Operation Genesis (USA) + + + + Games + Matrix, The - Path of Neo (USA) + + + + Games + Sphinx and the Cursed Mummy (USA) + + + + Games + SpyHunter - Nowhere to Run (USA) + + + + Games + SpyHunter 2 (USA) + + + + Games + Star Wars - Battlefront II (USA) (En,Es,It) (Rev 1) + + + + Games + Terminator 3 - The Redemption (USA) + + + + Games + Thing, The (USA) + + + + Games + Hitman 2 - Silent Assassin (USA) + + + + Games + FIFA World Cup Germany 2006 (USA) + + + + Games + Jaws Unleashed (Europe) (En,Fr,De,Es,It) + + + + Games + Aggressive Inline (USA) + + + + Games + Alias (USA) + + + + Games + Nickelodeon Avatar - The Last Airbender (USA) + + + + Games + Cabela's Dangerous Hunts (USA) + + + + Games + Black (USA) + + + + Games + Burnout (USA) + + + + Games + Power Drome (USA) + + + + Games + Battlefield 2 - Modern Combat (USA) + + + + Games + Mortal Kombat - Deadly Alliance (USA) + + + + Games + Soldier of Fortune II - Double Helix (USA, Australia) + + + + Games + Unreal II - The Awakening (USA) + + + + Games + Worms 3D (USA) + + + + Games + Worms Forts - Under Siege (USA) (En,Fr) + + + + Games + Dead Man's Hand (USA, Japan) + + + + Games + Whiteout (USA) + + + + Games + Rayman 3 - Hoodlum Havoc (USA, Asia) (En,Fr,De,Es,It) + + + + Games + Room Zoom - Race for Impact (Europe) (En,Fr,De) + + + + Games + Painkiller - Hell Wars (USA) + + + + Games + Tony Hawk's Pro Skater 4 (USA) + + + + Games + Gladius (Germany) + + + + Games + Lemony Snicket - Raetselhafte Ereignisse (Germany) + + + + Games + Need for Speed - Carbon (Germany) + + + + Games + Star Wars - Obi-Wan (Germany) + + + + Games + Star Wars - Republic Commando (Germany) + + + + Games + Capcom vs. SNK 2 EO (USA) + + + + Games + FIFA Soccer 06 (USA) + + + + Applications + Xbox Live Arcade (USA) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko) + + + + + Games + Azurik - Rise of Perathia (USA) + + + + Games + Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA, Canada) + + + + Games + Cel Damage (USA) + + + + Games + Combat - Task Force 121 (USA) + + + + Games + Conflict - Global Terror (USA) + + + + Games + Crimson Sea (USA) + + + + Games + Crouching Tiger, Hidden Dragon (USA) + + + + Games + Colin McRae Rally 3 (USA) + + + + Games + Dance Dance Revolution Ultramix 2 (USA) (En,Fr,De,Es,It) + + + + Games + Dance Dance Revolution Ultramix 3 (USA) + + + + Games + Star Wars - The Clone Wars & Tetris Worlds (Asia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 19 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 43 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Games + Dance Dance Revolution Ultramix 4 (USA) (En,Fr,Es) + + + + Games + ESPN College Hoops (USA) + + + + Games + Hitman 2 - Silent Assassin (USA, Asia) (Rev 1) + + + + Games + Crash Bandicoot - The Wrath of Cortex (USA) + + + + Demos + Xbox the Best of Demo Disk Version 10.0 (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 11-2002 (Germany) (En,Fr,De,Es,It) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 01-2003 (Germany) (En,Fr,De,Es,It) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 02-2003 (Germany) (En,Fr,De,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 14 (Europe, Australia) (En,Fr,De,Es,It) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 07-2003 (Germany) (En,Fr,De,Es,It,Pl) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 08-2003 (Germany) (En,Fr,De,Es,It,Pl) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 10-2003 (Germany) (En,Fr,De,Es,It,Pl) + + + + Coverdiscs + Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 01-2004 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 25 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 26 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 06-2004 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 07-2004 (Germany) (En,Fr,De,Es,It,Pt) + + + + Games + Star Wars - Obi-Wan (France) + + + + Games + Dinotopia - The Sunstone Odyssey (USA) + + + + Games + ESPN College Hoops 2K5 (USA) + + + + Games + ESPN International Winter Sports 2002 (USA) + + + + Games + Fairly OddParents, The - Breakin' da Rules (USA) + + + + Games + FIFA Soccer 2004 (USA) + + + + Games + Star Wars - Jedi Starfighter (Italy) + + + + Games + Winter X Games Snowboarding 2002 (USA) + + + + Games + FIFA Soccer 2003 (USA) (En,Es) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 01-2006 (Germany) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 03-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 04-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 05-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 06-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 07-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 08-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 09-2004 (Germany) (En,De) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 09-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 10-2005 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 11-2004 (Germany) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 11-2005 (Germany) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 12-2005 (Germany) + + + + Games + Street Fighter Anniversary Collection (USA) (En,Ja) + + + + Games + World Racing (USA) + + + + Games + Worms 4 - Mayhem (USA) + + + + Games + XGRA - Extreme G Racing Association (USA) (En,Fr,De,Es,It) + + + + Games + Fight Night Round 2 (USA) + + + + Games + FIFA Street (USA) + + + + Games + FireBlade (USA) + + + + Games + Ford Mustang - The Legend Lives (USA) + + + + Games + Ford Racing 2 (USA) + + + + Games + Freestyle Street Soccer (USA) (En,Es) + + + + Games + High Rollers Casino (USA) + + + + Games + Ford Racing 3 (USA) + + + + Games + Greg Hastings' Tournament Paintball Max'd (USA, Europe) + + + + Games + Star Wars - Battlefront (Japan) + + + + Games + Star Wars - Jedi Knight - Jedi Academy (Japan, Asia) (En,Fr,De) + + + + Games + Star Wars - Republic Commando (Japan) + + + + Games + Hummer Badlands (USA) + + + + Games + Hustle, The - Detroit Streets (USA) + + + + Games + IndyCar Series (USA) + + + + Games + IndyCar Series 2005 (USA) + + + + Games + Star Wars - La Guerra dei Cloni (Italy) + + + + Games + Star Wars - Obi-Wan (Italy) + + + + Games + Kakuto Chojin (USA) + + + + Games + Land of the Dead - Road to Fiddler's Green (USA) + + + + Games + Legends of Wrestling II (USA) + + + + Games + Ice Age 2 - The Meltdown (USA) + + + + Games + Lemony Snicket's A Series of Unfortunate Events (USA) + + + + Games + Madden NFL 07 (USA) + + + + Games + Major League Baseball 2K6 (USA) + + + + Games + Malice (USA) + + + + Games + Minority Report - Everybody Runs (USA) + + + + Games + MLB SlugFest 2006 (USA) + + + + Games + Monster 4x4 - World Circuit (USA) + + + + Games + MX vs. ATV Unleashed (USA) + + + + Games + Maximum Chase (USA) + + + + Games + Marvel Nemesis - Rise of the Imperfects (USA) + + + + Games + Monster Garage (USA) + + + + Games + Motor Trend Presents Lotus Challenge (USA) + + + + Games + Fuzion Frenzy (USA) + + + + Games + Need for Speed - Underground 2 (USA) + + + + Games + MX World Tour featuring Jamie Little (USA) + + + + Games + Disney's Chicken Little (France) + + + + Games + X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,It) + + + + Games + Minority Report - Le Futur vous Rattrape (France) + + + + Games + NBA Live 2004 (USA) + + + + Games + NBA Ballers - Phenom (USA) + + + + Games + NBA Starting Five (USA) + + + + Games + NCAA Football 2004 (USA) + + + + Games + Destroy All Humans! (USA) + + + + Games + Manhunt (USA) + + + + Games + Amped 2 (USA) + + + + Games + Crash Nitro Kart (USA) + + + + Games + Star Wars - Knights of the Old Republic (Italy) + + + + Games + Star Wars - Knights of the Old Republic II - The Sith Lords (Italy) + + + + Games + MTX Mototrax (USA) + + + + Games + New Legends (USA) + + + + Games + NFL 2K3 (USA) + + + + Games + Open Season (USA, Australia) + + + + Games + Pro Fishing Challenge (USA) + + + + Games + Pulse Racer (USA) + + + + Games + R-Racing Evolution (USA) + + + + Games + Sega Soccer Slam (USA) + + + + Games + Raze's Hell (USA) + + + + Games + RLH - Run Like Hell (USA) + + + + Games + Samurai Warriors (USA) + + + + Games + Grand Theft Auto - San Andreas (USA) (En,Es) + + + + Games + Simpsons, The - Hit & Run (USA, Japan) + + + + Games + Rayman Arena (USA) + + + + Games + Shrek Super Party (USA) + + + + Games + Splashdown (USA) + + + + Games + Tecmo Classic Arcade (USA, Japan) (En,Ja) + + + + Games + Zathura (USA) + + + + Games + Street Hoops (USA) + + + + Games + Star Wars - The Clone Wars (France) + + + + Games + SRS - Street Racing Syndicate (USA) + + + + Games + Tennis Masters Series 2003 (USA) + + + + Games + Bible Game, The (USA) + + + + Games + Top Gear - RPM Tuning (USA) + + + + Games + All-Star Baseball 2004 featuring Derek Jeter (USA) + + + + Games + ATV - Quad Power Racing 2 (USA) + + + + Games + Backyard Wrestling - Don't Try This at Home (USA) + + + + Games + Bass Pro Shops - Trophy Bass 2007 (USA) + + + + Games + Big Bumpin' (USA) + + + + Games + Big Mutha Truckers (USA) + + + + Games + Blitz - The League (USA) + + + + Games + Charlie and the Chocolate Factory (USA) + + + + Games + Close Combat - First to Fight - United States Marines (USA) + + + + Games + Corvette (USA) + + + + Games + Evil Dead - Regeneration (USA) + + + + Games + FIFA Soccer 2005 (USA) + + + + Games + Gravity Games Bike - Street. Vert. Dirt. (USA) + + + + Games + IHRA Drag Racing 2004 (USA) + + + + Games + IHRA Professional Drag Racing 2005 (USA) + + + + Games + Madden NFL 2004 (USA) + + + + Games + MLB SlugFest 2003 (USA) + + + + Games + MLB SlugFest - Loaded (USA) + + + + Games + NASCAR 06 - Total Team Control (USA) + + + + Games + NASCAR Thunder 2003 (USA) + + + + Games + NBA 2K2 (USA) + + + + Games + NBA Inside Drive 2002 (USA) + + + + Games + NBA Live 07 (USA) + + + + Games + NCAA Football 08 (USA) + + + + Games + NCAA March Madness 2004 (USA) + + + + Games + NFL Street 2 (USA) + + + + Games + NHL 2002 (USA) + + + + Games + NHL Hitz 2002 (USA) + + + + Games + Night Caster - Defeat the Darkness (USA) + + + + Games + Outlaw Golf - 9 Holes of X-Mas (USA) + + + + Games + Outlaw Tennis (USA) + + + + Games + Outlaw Volleyball - Red Hot (USA) + + + + Games + PocketBike Racer (USA) + + + + Games + Showdown - Legends of Wrestling (USA) + + + + Games + Sims 2, The (USA) + + + + Games + Sneak King (USA) + + + + Games + Totaled! (USA) + + + + Games + World Poker Tour (USA) + + + + Games + TransWorld Snowboarding (USA) + + + + Games + X2 - Wolverine's Revenge (USA) + + + + Games + Zapper (USA) + + + + Games + UEFA Euro 2004 - Portugal (USA) + + + + Games + Ultimate Beach Soccer (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 22 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Games + Rally Fusion - Race of Champions (Europe) (En,Fr,De) + + + + Games + WarPath (USA) + + + + Games + Toxic Grind (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 03 (USA) + + + + Games + Leisure Suit Larry - Magna Cum Laude (France) + + + + Games + Mat Hoffman's Pro BMX 2 (France) + + + + Games + Armed and Dangerous (France) + + + + Games + Yager (USA) + + + + Games + Barbie Horse Adventures - Wild Horse Rescue (USA) + + + + Games + Crusty Demons (USA) + + + + Games + Disney-Pixar Ratatouille (USA) + + + + Games + Disney's Extreme Skate Adventure (USA) + + + + Games + Dr. Muto (USA) + + + + Games + Dynasty Warriors 3 (USA) + + + + Games + I-Ninja (USA) + + + + Games + Major League Baseball 2K7 (USA) + + + + Games + College Hoops 2K7 (USA) + + + + Games + Pro Race Driver (USA) + + + + Games + Rally Fusion - Race of Champions (USA) + + + + Games + RoadKill (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA) + + + + Games + SSX Tricky (USA) + + + + Games + Tetris Worlds (USA) + + + + Games + Guy Game, The (USA) + + + + Games + Disney-Pixar The Incredibles - Rise of the Underminer (USA) + + + + Games + Warriors, The (USA) (En,Fr,De,Es,It) + + + + Games + Wallace & Gromit in Project Zoo (USA) + + + + Games + World Championship Pool 2004 (USA) + + + + Games + World War II Combat - Road to Berlin (USA) + + + + Games + Prisoner of War (USA) + + + + Games + Yourself!Fitness (USA) (Rev 1) + + + + Games + Yu-Gi-Oh! The Dawn of Destiny (USA) + + + + Demos + Juiced (Europe) (En,Fr,De,Es,It) (Demo) + + + + Demos + Soulcalibur II (Europe) (En,Fr,De,Es,It) (Demo) + + + + Games + Freedom Fighters (France) + + + + Games + World Soccer Winning Eleven 9 (USA, Asia) (En,Es) + + + + Games + 2002 FIFA World Cup (USA) + + + + Games + America's Army - Rise of a Soldier (USA) + + + + Games + Army Men - Sarge's War (USA) + + + + Games + Bionicle (USA) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (USA) + + + + Games + BloodRayne 2 (USA) + + + + Games + Bruce Lee - Quest of the Dragon (USA) + + + + Games + Cabela's Deer Hunt - 2004 Season (USA) + + + + Games + Championship Bowling (USA) + + + + Games + Circus Maximus - Chariot Wars (USA) + + + + Games + Cold War (USA) + + + + Games + Combat Elite - WWII Paratroopers (USA) + + + + Games + Commandos 2 - Men of Courage (USA) + + + + Games + Conflict - Desert Storm II - Back to Baghdad (USA) + + + + Games + Crash Twinsanity (USA, Asia) + + + + Games + Curse - The Eye of Isis (USA) + + + + Games + Dai Senryaku VII - Modern Military Tactics (USA) + + + + Games + Dakar 2 - The World's Ultimate Rally (USA) + + + + Games + Dance Dance Revolution Ultramix (USA) + + + + Games + Dave Mirra Freestyle BMX 2 (USA) + + + + Games + Digimon World 4 (USA) + + + + Games + Disney-Pixar Cars (USA) + + + + Games + Disney-Pixar Finding Nemo (USA) + + + + Games + Red Dead Revolver (USA) + + + + Games + Phantom Dust (USA) (En,Ja) + + + + Games + Disney's The Haunted Mansion (USA) + + + + Games + Dreamfall - The Longest Journey (USA) + + + + Games + Rocky (USA) + + + + Games + Need for Speed - Carbon (USA) + + + + Games + NASCAR 07 (USA) + + + + Games + Dungeons & Dragons - Heroes (USA) + + + + Games + NASCAR Thunder 2004 (USA) + + + + Games + Legends of Wrestling (USA) + + + + Games + Dynasty Warriors 4 (USA) + + + + Games + Mad Dash Racing (USA) + + + + Games + Mission - Impossible - Operation Surma (USA) + + + + Games + Midnight Club II (USA) + + + + Games + Red Faction II (USA) + + + + Games + Psi-Ops - The Mindgate Conspiracy (USA) + + + + Games + Monopoly Party (USA) + + + + Games + NBA Ballers (USA) + + + + Games + Namco Museum (USA) + + + + Games + Myst III - Exile (USA) + + + + Games + Myst IV - Revelation (USA, Canada) + + + + Games + Night Caster II - Equinox (USA) + + + + Games + Midnight Club 3 - DUB Edition Remix (USA) + + + + Games + Need for Speed - Most Wanted - Black Edition (USA) + + + + Games + Secret Weapons over Normandy (Spain) + + + + Games + WinBack 2 - Project Poseidon (USA) + + + + Games + Dungeons & Dragons - Heroes (Spain) + + + + Games + American McGee Presents Scrapland (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Los Increibles (Spain) + + + + Games + Dynasty Warriors 5 (USA) (En,Ja) + + + + Games + Egg Mania - Eggstreme Madness (USA) + + + + Games + ESPN MLS ExtraTime 2002 (USA) + + + + Games + Freedom Fighters (USA) + + + + Games + Full Spectrum Warrior - Ten Hammers (USA) + + + + Games + Gladiator - Sword of Vengeance (USA) + + + + Games + Gladius (USA) + + + + Games + Gunmetal (USA) + + + + Games + Hulk (USA) + + + + Games + Hunter - The Reckoning (USA) + + + + Games + Indigo Prophecy (USA) + + + + Games + True Crime - New York City (USA) + + + + Games + Wings of War (USA) + + + + Games + KOF - Maximum Impact - Maniax (USA) + + + + Games + Secret Weapons over Normandy (USA) + + + + Games + King Arthur (USA) + + + + Games + Shattered Union (USA) + + + + Games + Sniper Elite (USA) + + + + Games + Simpsons, The - Road Rage (USA) + + + + Games + Spartan - Total Warrior (USA) + + + + Games + Nickelodeon Tak 2 - The Staff of Dreams (USA) + + + + Games + Spy vs. Spy (USA) + + + + Games + Smashing Drive (USA) + + + + Games + Rugby 06 (USA) + + + + Games + SWAT - Global Strike Team (USA, Japan) + + + + Games + Silent Scope Complete (USA) + + + + Games + TransWorld Surf (USA) + + + + Games + Nickelodeon Tak - The Great Juju Challenge (USA) + + + + Games + Sims, The (USA) + + + + Games + SSX 3 (USA) + + + + Games + RollerCoaster Tycoon (USA) + + + + Games + TOCA Race Driver 2 (USA) + + + + Games + Kung Fu Chaos (USA, Asia) (En,Fr,De) + + + + Games + Thrillville (USA) + + + + Games + Scooby-Doo! Night of 100 Frights (USA) + + + + Games + Voodoo Vince (USA) + + + + Games + Urbz, The - Sims in the City (USA) + + + + Games + Trivial Pursuit - Unhinged (USA) + + + + Games + Sims, The - Bustin' Out (USA) + + + + Games + Ultimate Spider-Man (USA) + + + + Games + Ultra Bust-A-Move (USA) + + + + Games + SNK vs. Capcom - SVC Chaos (USA, Japan) (En,Ja) + + + + Games + Karaoke Revolution (USA) + + + + Games + Karaoke Revolution Party (USA) + + + + Games + Shrek (USA) + + + + Games + Godfather, The - The Game (USA) + + + + Games + Rugby 2005 (France) + + + + Games + Spider-Man (France) + + + + Games + Men of Valor (France) + + + + Games + Need for Speed - Carbon (France) + + + + Games + Medal of Honor - En Premiere Ligne (France) + + + + Games + Shrek 2 (France) + + + + Games + Grand Theft Auto - Vice City (Europe) (En,Fr,Es,It) (Rev 1) + + + + Games + Rugby 06 (France) + + + + Games + Oddworld - Munch's Oddysee (France) + + + + Games + Need for Speed - Most Wanted (France) + + + + Games + Pinball Hall of Fame - The Gottlieb Collection (USA) + + + + Games + AirForce Delta Storm (USA) (Rev 1) + + + + Games + AMF Xtreme Bowling (USA) + + + + Games + Bass Pro Shops - Trophy Hunter 2007 (USA) + + + + Games + Battle Engine Aquila (USA) + + + + Games + Crime Life - Gang Wars (USA) + + + + Games + Disney-Pixar The Incredibles (USA) + + + + Games + Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr) + + + + Games + ESPN NHL Hockey (USA) + + + + Games + Fight Night Round 3 (USA) + + + + Games + Knockout Kings 2002 (USA) + + + + Games + MX 2002 featuring Ricky Carmichael (USA) + + + + Games + Namco Museum 50th Anniversary (USA) + + + + Games + NBA Jam (USA) + + + + Games + NBA Street V3 (USA) + + + + Games + NCAA Football 07 (USA) + + + + Games + NFL Blitz 2002 (USA) + + + + Games + NFL Blitz 2003 (USA) + + + + Games + Project - Snowblind (USA) + + + + Games + Pump It Up - Exceed (USA) + + + + Games + Sneakers (USA) + + + + Games + Speed Kings (USA) + + + + Games + Super Bubble Pop (USA) + + + + Games + Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) + + + + Games + WWE Raw 2 (USA) + + + + Games + Ty the Tasmanian Tiger (USA) + + + + Games + Stubbs the Zombie in Rebel Without a Pulse (USA) + + + + Games + Shin Sangoku Musou 2 (Japan) (En,Ja) + + + + Games + Shin Sangoku Musou 3 (Japan, Asia) + + + + Games + Triangle Again (Japan) + + + + Games + Triangle Again 2 (Japan) + + + + Games + Madden NFL 08 (USA) + + + + Games + Red Dead Revolver (Japan) + + + + Games + Dungeons & Dragons - Heroes (France) + + + + Games + NBA Live 2005 (France) + + + + Games + Disney-Pixar The Incredibles (Europe) (Fr,Nl) + + + + Games + Prince of Persia - Kenshi no Kokoro (Japan) + + + + Games + Constantine (Japan) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (Italy) + + + + Games + Freedom Fighters (Italy) + + + + Games + DreamWorks Shark Tale (Italy) + + + + Games + Shrek 2 (Italy) + + + + Games + FIFA Football 2004 (Italy) + + + + Games + FIFA Football 2005 (Italy) + + + + Games + FIFA 06 (Italy) + + + + Games + Hitman - Contracts (Italy) + + + + Games + TOCA Race Driver (Italy) + + + + Games + DreamWorks Madagascar (Italy) + + + + Games + Hitman 2 - Silent Assassin (Italy) (Rev 1) + + + + Games + Leisure Suit Larry - Magna Cum Laude (Italy) + + + + Games + Medal of Honor - European Assault (Italy) + + + + Games + Men of Valor (Italy) + + + + Games + MotoGP - Ultimate Racing Technology 3 (Italy) + + + + Games + Oddworld - Munch's Oddysee (Italy) + + + + Games + Scudetto 5 (Italy) + + + + Games + Signore degli Anelli, Il - La Terza Era (Italy) + + + + Games + UEFA Champions League 2004-2005 (Europe) (Es,It) + + + + Games + Obscure (Europe) (Fr,It) + + + + Games + Spider-Man 2 (Italy) + + + + Coverdiscs + Official Xbox Magazine Game Disc 13 (Europe) (En,Fr,Es,It) + + + + Games + Halo 2 (Italy) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + JSRF - Jet Set Radio Future (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 64 (USA) + + + + Games + Medal of Honor - Frontline (Italy) + + + + Demos + Xbox Exhibition Volume 5 (USA) + + + + Demos + Xbox Exhibition Volume 3 (USA) + + + + Demos + LucasArts Xbox Experience Volume 01 (USA) + + + + Demos + Brothers in Arms - Earned in Blood (USA) (Demo) + + + + Demos + Far Cry Instincts (USA, Europe) (Demo) + + + + Demos + Tom Clancy's Rainbow Six 3 (USA) (Demo) + + + + Applications + Xbox Wireless Adapter Setup v1.0 (USA) + + + + + Demos + Xbox Exhibition Volume 4 (USA) + + + + Demos + Xbox Exhibition (USA) + + + + Games + Fantastici 4, I (Italy) + + + + Demos + Tom Clancy's Ghost Recon - Island Thunder (USA) (Demo) + + + + Games + UEFA Champions League 2004-2005 (Netherlands) (En,Nl) + + + + Games + FIFA Football 2005 (Europe) (En,Nl,Sv,No,Da,El) + + + + Games + FIFA 06 (Europe) (En,Nl,Sv,No,Da,El) + + + + Games + Wrath Unleashed (USA) + + + + Games + Deathrow (USA) + + + + Games + Freestyle Metal X (USA) + + + + Games + Colin McRae Rally 2005 (USA) + + + + Games + Dead to Rights (USA) + + + + Games + Obscure (USA) + + + + Games + NHL Hitz Pro (USA) + + + + Games + Pac-Man World 3 (USA) + + + + Games + Fatal Frame (USA) + + + + Games + Spawn - Armageddon (USA) + + + + Games + WWF Raw (USA) + + + + Games + UFC - Ultimate Fighting Championship - Tapout 2 (USA) + + + + Games + MLB SlugFest 2004 (USA) + + + + Games + Nickelodeon Party Blast (USA) + + + + Games + Antz Extreme Racing (USA) + + + + Games + Auto Modellista (USA, Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA) + + + + Games + Crash Tag Team Racing (USA) + + + + Games + Crazy Taxi 3 - High Roller (USA) + + + + Games + Curious George (USA) + + + + Games + Ford vs. Chevy (USA) + + + + Games + Frogger Beyond (USA) + + + + Games + Furious Karting (USA) + + + + Games + Future Tactics - The Uprising (USA) + + + + Games + Galleon (USA) + + + + Games + Hot Wheels - Stunt Track Challenge (USA) + + + + Games + Kelly Slater's Pro Surfer (USA) + + + + Games + Midnight Club 3 - DUB Edition (USA) + + + + Games + Mike Tyson Heavyweight Boxing (USA) + + + + Games + MX SuperFly (USA) + + + + Games + Need for Speed - Most Wanted (USA) (Rev 1) + + + + Games + NFL Blitz Pro (USA) + + + + Games + ESPN NFL PrimeTime 2002 (USA) + + + + Games + Phantom Crash (USA) + + + + Games + Pro Cast - Sports Fishing Game (USA) + + + + Games + RedCard 20-03 (USA) + + + + Games + RoboCop (USA) + + + + Games + Strike Force Bowling (USA) + + + + Games + Taz - Wanted (USA) + + + + Games + Teenage Mutant Ninja Turtles (USA) + + + + Games + Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) + + + + Games + Nickelodeon The SpongeBob SquarePants Movie (USA) + + + + Games + Tim Burton's The Nightmare Before Christmas - Oogie's Revenge (USA) + + + + Games + Tork - Prehistoric Punk (USA) + + + + Games + WTA Tour Tennis (USA) + + + + Games + Xiaolin Showdown (USA) + + + + Games + Def Jam - Fight for NY (USA) + + + + Games + Major League Baseball 2K5 - World Series Edition (USA) + + + + Demos + Xbox Live Starter Kit Disc (USA) (Rev 3) + + + + Games + Digimon Rumble Arena 2 (USA) + + + + Games + TMNT - Mutant Melee (USA) + + + + Games + Futurama (USA) + + + + Games + Test Drive - Eve of Destruction (USA) + + + + Games + Teen Titans (USA) + + + + Games + Marvel vs. Capcom 2 - New Age of Heroes (USA) + + + + Games + IHRA Drag Racing - Sportsman Edition (USA) + + + + Bonus Discs + Mortal Kombat - Deception (USA) (Kollector's Edition Bonus Disc) + + + + Games + Call of Cthulhu - Dark Corners of the Earth (USA) + + + + Games + Final Fight - Streetwise (USA) + + + + Games + Madden NFL 09 (USA) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 10-2004 (Germany) + + + + Coverdiscs + Official Xbox Magazine Game Disc 27 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Games + Grand Theft Auto - San Andreas (Germany) (En,De) + + + + Coverdiscs + Official Xbox Magazine Game Disc 07 (Europe) (En,Fr,Es,It) + + + + Demos + Xbox Demo Disc Version 3.0 (USA) + + + + Demos + Xbox Exhibition Volume 6 (USA) + + + + Demos + Xbox Exhibition Volume 7 (USA) + + + + Games + X-Men - The Official Game (Europe) (Fr,It) + + + + Games + Frogger - Ancient Shadow (USA) + + + + Games + Hitman 2 - Silent Assassin (Italy) + + + + Games + UEFA Euro 2004 - Portugal (Italy) + + + + Games + TOCA Race Driver (Italy) (Online Enabled) + + + + Games + Fable - The Lost Chapters (Italy) (En,It) + + + + Games + Dungeons & Dragons - Heroes (Italy) + + + + Games + Xbox Live Starter Kit Disc & Zunou Taisen Live (Japan) + + + + Applications + Xbox Video Chat (Japan) + + + + Demos + Crimson Skies - High Road to Revenge (Japan) (Demo) + + + + Games + Grand Theft Auto III (Japan) + + + + Games + Grand Theft Auto - Vice City (Japan) + + + + Games + Secret Weapons over Normandy (Italy) + + + + Games + Signore degli Anelli, Il - Il Ritorno del Re (Italy) + + + + Demos + Full Spectrum Warrior - Ten Hammers (USA) (Demo) + + + + Demos + Spartan - Total Warrior (USA) (Demo) + + + + Coverdiscs + Official Xbox Magazine Best of Xbox Game Demos Vol. 1 (USA) + + + + Demos + Xbox Demo Disc Version 4.5 (USA) + + + + Games + Disney-Pixar Gli Incredibili (Italy) + + + + Games + Mafia (Italy) + + + + Games + All-Star Baseball 2003 featuring Derek Jeter (Japan) + + + + Games + Aoi Namida (Japan) + + + + Games + Baseball 2002, The - Battle Ball Park Sengen (Japan) + + + + Games + Beat Down (Japan) + + + + Games + Bistro Cupid 2 (Japan) + + + + Games + Bloody Roar - Extreme (Japan) + + + + Games + Break Nine - World Billiards Tournament (Japan) + + + + Games + Call of Duty - Finest Hour (Japan) + + + + Games + Deus Ex - Invisible War (Japan) + + + + Games + Digimon World X (Japan) + + + + Games + Dinosaur Hunting - Ushinawareta Daichi (Japan) + + + + Games + Disney-Pixar Mr. Incredible (Japan) + + + + Games + Drihoo (Japan) + + + + Games + Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan) + + + + Games + ESPN NBA 2Night 2002 (Japan) + + + + Games + Exaskeleton (Japan) + + + + Games + F1 2002 (Japan) + + + + Games + Hitman - Contracts (Japan) + + + + Games + Jikkyou World Soccer 2002 (Japan) + + + + Games + Kakuto Chojin (Japan) + + + + Games + Lakemasters - Bass Fishing Game (Japan) + + + + Games + Maximum Chase (Japan) + + + + Games + Metal Slug 4 (Japan) + + + + Games + Metal Wolf Chaos (Japan) + + + + Games + NFL Fever 2004 (Japan) + + + + Games + Outlaw Volleyball (Japan) + + + + Games + Phantom Dust (Japan, Korea) (En,Ja) + + + + Games + Psyvariar 2 - Extend Edition (Japan) + + + + Games + Quantum Redshift - Chou Kousoku Kuukan Battle Race (Japan) + + + + Games + R-Racing Evolution - Life in the Fast Lane (Japan) + + + + Games + Rent a Hero No. 1 (Japan) + + + + Games + Rogue Ops (Japan) + + + + Games + Sengoku Musou (Japan) + + + + Games + Sentou Yousei Yukikaze - Yousei no Mau Sora (Japan) + + + + Games + Shikigami no Shiro II (Japan) + + + + Games + Sonic Heroes (Japan) + + + + Games + SSX Tricky (Japan) + + + + Games + Super Monkey Ball Deluxe (Japan) + + + + Games + Tom Clancy's Splinter Cell - Chaos Theory (Japan) + + + + Games + Top Spin (Japan) + + + + Games + Umezawa Yukari no Igo Seminar (Japan) + + + + Games + Wakeboarding Unleashed featuring Shaun Murray (Japan, Korea) + + + + Games + X2 - Wolverine's Revenge (Japan) + + + + Demos + Thousand Land (Japan) (Demo) + + + + Demos + Xbox-ism - TGS2002 Playable Disc (Japan) + + + + Demos + Xbox-ism - Tokyo Game Show 2003 (Japan) (Disc 1) (Eizou-shuu + Taikenban) + + + + Demos + Xbox-ism - Tokyo Game Show 2004 (Japan) (Disc 1) (Taikenban) + + + + Demos + Xbox-ism - Winter 2003 (Japan) + + + + Demos + Xbox-ism - Summer 2004 (Japan) + + + + Games + Hitman 2 - Silent Assassin (Germany) (Rev 1) + + + + Games + Secret Weapons over Normandy (France) + + + + Games + Wreckless - Mission Yakusas (France) + + + + Games + Batman - Dark Tomorrow (Japan) + + + + Games + Bistro Cupid (Japan) + + + + Games + Braveknight - Leverant Eiyuuden (Japan) + + + + Games + Breakdown (Japan) + + + + Games + Circus Drive (Japan) + + + + Games + Conker - Live & Reloaded (Japan, Korea) (En,Ja,Fr,De,Es,It) + + + + Games + Digimon Battle Chronicle (Japan) + + + + Games + Dennou Taisen - DroneZ (Japan) + + + + Games + Fatal Frame - Zero Special Edition (Japan) + + + + Games + Fatal Frame II - Crimson Butterfly (Japan) + + + + Games + Flight Academy (Japan) + + + + Games + Guilty Gear Isuka (Japan) + + + + Games + Guilty Gear XX Reload - The Midnight Carnival (Japan) + + + + Games + Inside Pitch 2003 (Japan) + + + + Games + Jade Empire - Hisui no Teikoku (Japan) + + + + Games + King of Fighters 2002, The (Japan) + + + + Games + Kingdom Under Fire - The Crusaders (Japan) + + + + Games + Knockout Kings 2002 (Japan) + + + + Games + Kung Fu Panic (Japan) + + + + Games + Links 2004 (Japan, Asia) + + + + Games + Magi Death Fight! (Japan) + + + + Games + Midtown Madness 3 (Japan) + + + + Games + Nakajima Tetsuya no Othello Seminar (Japan) + + + + Games + Outlaw Golf (Japan) + + + + Games + OutRun 2 (Japan) + + + + Games + Phantom Crash (Japan) + + + + Games + Sega GT Online (Japan) + + + + Games + Shinchou Mahjong (Japan) + + + + Games + Silent Hill 2 - Saigo no Uta (Japan) (En,Ja) + + + + Games + Sonic Riders (Japan) + + + + Games + Spider-Man (Japan) + + + + Games + Takahashi Junko no Mahjong Seminar (Japan) + + + + Games + Tenku 2 (Japan) + + + + Games + Thousand Land (Japan) + + + + Games + Tom Clancy's Ghost Recon (Japan) + + + + Games + Tom Clancy's Splinter Cell - Pandora Tomorrow (Japan) + + + + Games + Touge R (Japan) + + + + Games + Ultra Puzzle Bobble (Japan) + + + + Games + WTA Tour Tennis Pro Evolution (Japan) + + + + Games + WWE Raw (Japan) + + + + Games + XIII - Daitouryou o Koroshita Otoko (Japan) + + + + Games + Yonenaga Kunio no Shougi Seminar (Japan) + + + + Demos + Microsoft Game Studios New Year 2005 (Japan) + + + + Games + Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It) + + + + Demos + Battlefield 2 - Modern Combat (USA) (Demo) + + + + Demos + Burnout Revenge (USA) (Demo) + + + + Coverdiscs + Official Xbox Magazine Game Disc 02 (USA) + + + + Demos + RalliSport Challenge (Japan) (Demo) + + + + Bonus Discs + Fable (USA) (Limited Edition Bonus DVD) + + + + Games + Disney-Pixar Cars (France) + + + + Games + Disney's Extreme Skate Adventure (Europe) (Fr,De) + + + + Games + NBA Live 07 (France) + + + + Games + Hitman 2 - Silent Assassin (France) (Rev 1) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 05 - March 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Demos + Xbox Demo Disk Version 1.4 (USA) (EB) + + + + Demos + NBA Ballers - Phenom - The $100K Tournament (USA) (Demo) + + + + Demos + Xbox Demo Disc Version 4.4 (USA) + + + + Games + MVP Baseball 2003 (Korea) + + + + Games + Rally Fusion - Race of Champions (Korea) + + + + Demos + Tom Clancy's Splinter Cell (USA) (Demo) + + + + Demos + Tom Clancy's Splinter Cell - Chaos Theory (USA, Europe) (Demo) + + + + Demos + Xbox-ism - Winter 2002 (Japan) + + + + Demos + Cold War (USA) (Demo) + + + + Demos + Ninja Gaiden Video & Dead or Alive X-Treme Beach Volleyball Video & DOA 3 Bonus Materials (USA) + + + + Demos + Xbox Demo Disc Version 4.0 (USA) + + + + Games + Star Wars - Jedi Starfighter (France) + + + + Demos + Marvel Nemesis - Rise of the Imperfects (USA) (Demo) + + + + Preproduction + Xbox Live Beta Starter Kit Disc v. 1.0 (USA) + + + + Games + Club Football - Liverpool FC (Europe) (En,Fr,De,Es,It,Nl) + + + + Demos + MechAssault 2 - Lone Wolf (USA) (Demo) + + + + Demos + Chronicles of Riddick, The - Escape from Butcher Bay (Europe) (Demo) + + + + Games + Mad Dash Racing (Korea) + + + + Games + Spider-Man (Korea) + + + + Games + Battle Engine Aquila (Korea) + + + + Games + Blood Wake (Korea) + + + + Games + MechAssault (Asia) + + + + Games + Tom Clancy's Rainbow Six 3 (Korea) + + + + Games + Tom Clancy's Splinter Cell (Korea) + + + + Games + Whacked! (Korea) + + + + Games + Blinx - The Time Sweeper (Asia) (En,Ja) + + + + Games + Dead or Alive 3 (Korea) (En,Fr,De,Es,It) + + + + Games + Enter the Matrix (Korea) (En,Zh,Ko) + + + + Games + FIFA Soccer 2003 (Korea) (En,Es) + + + + Games + Outlaw Volleyball (Korea) + + + + Games + Terminator, The - Dawn of Fate (Korea) + + + + Preproduction + Dead or Alive 1 Ultimate (USA) (Beta) (2004-10-12) + + + + Preproduction + Panzer Dragoon Orta (Europe) (Beta) (2002-12-24) + + + + Preproduction + Yager (Europe) (Beta) (2003-02-27) + + + + Coverdiscs + Official Xbox Magazine Game Disc 01 (Europe, Australia) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 02 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 03 (Europe) (En,Fr,Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 04 (Europe) (En,Fr,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 06 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 49 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Demos + Def Jam - Fight for NY (USA) (Demo) + + + + Preproduction + NFL Fever 2003 (USA) (Beta) + + + + Preproduction + Xbox Live Beta Starter Kit Disc (USA, Europe) + + + + Demos + Dead to Rights (USA) (Demo) + + + + Demos + Soulcalibur II (USA) (Demo) + + + + Games + Scarface - The World Is Yours (Australia) + + + + Games + Grand Theft Auto - Vice City (Australia) (Rev 1) + + + + Demos + Ultimate Selection, The (Australia) + + + + Demos + Xbox Demo Disc (USA) + + + + Demos + Xbox-ism - Spring 2004 (Japan) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 04 - February 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 06 - April 2006 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 07 - May 2006 (UK, Australia) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 09 - July 2006 (Europe, Australia) (En,Fr,De,It,Pt) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 11 - September 2006 (Europe, Australia) (En,Fr,De,It,Pt) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 12 - October 2006 (Europe, Australia) (En,Fr,De,It,Pt) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 13 - November 2006 (Europe, Australia) (En,Fr,De,It,Pt) + + + + Demos + FIFA Football 2005 (Europe) (Demo) + + + + Coverdiscs + Official Xbox Magazine Game Disc 23 (Europe, Australia) (En,Fr,De) + + + + Preproduction + Arx Fatalis (USA, Europe) (Beta) (2003-07-11) + + + + Preproduction + Project - Snowblind (USA) (Beta) (2004-11-17) + + + + Preproduction + Turok - Evolution (USA) (Beta) + + + + Demos + Panzer Dragoon Orta (USA) (Demo) + + + + Demos + Xbox Live Starter Kit Disc (USA) (Rev 1) + + + + Preproduction + FlatOut 2 (USA, Europe) (Beta) (2006-04-04) + + + + Demos + Xbox Demo Disk Version 2.1 (USA) + + + + Demos + Xbox Demo Disc Version 2.3 (USA) + + + + Demos + Xbox Demo Disc Version 2.5 (USA) (ESRB RP-M) + + + + Demos + Xbox Demo Disc Version 3.2 (USA) + + + + Demos + Xbox Demo Disc Version 3.3 (USA) + + + + Demos + Xbox Demo Disc Version 3.4 (USA) (ESRB RP-M) + + + + Demos + Xbox Demo Disc Version 3.6 (USA) + + + + Demos + Crazy Taxi 3 - High Roller (Japan) (Demo) + + + + Coverdiscs + Official Xbox Magazine Game Disc 50 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Games + Hunter - The Reckoning (Europe) (En,Fr,De,Es,It) (Rerelease) + + + + Games + Zillernet (Korea) + + + + Coverdiscs + Official Xbox Magazine Game Disc 61 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 56 (UK, Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 59 (UK) + + + + Games + Freedom Fighters (Spain) + + + + Games + Mafia (Spain) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 03-2006 (Europe) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 04-2006 (Germany) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 06-2006 (Germany) + + + + Demos + Dead to Rights II (USA) (Demo) + + + + Demos + Xbox Demo Disc Version 3.3 (USA) (ESRB RP-M) + + + + Games + Tekki (Japan) + + + + Games + Tenerezza (Japan) + + + + Preproduction + Freaky Flyers (USA, Europe) (Beta) (2003-05-28) + + + + Coverdiscs + Magazine Officiel Xbox, Le - Hors-serie Solutions Numero 08 (France) + + + + Preproduction + NBA Ballers - Phenom (USA) (Beta) + + + + Coverdiscs + Official Xbox Magazine Game Disc 21 (Europe, Australia) (En,Fr,De,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 41 (Europe, Australia) (En,Fr,De,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 42 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 45 (Europe) (Fr,Es,It,Pt) + + + + Games + Official Xbox Magazine Game Disc 48 (Europe) (Fr,Es,It,Pt) + + + + Preproduction + 100 Bullets (USA) (Proto) (2004-04-30) + + + + Demos + Xbox Demo Disk Version 1.4 (USA) + + + + Demos + Xbox Demo Disk Version 1.4 (USA) (GameStop) + + + + Demos + Xbox Demo Disk Version 9.0 (Europe) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 03 - December 2005 (Europe) (En,Fr,De,Es,It,Pt) + + + + Demos + Xbox Demo Disc Version 2.4 (USA) + + + + Demos + Need for Speed - Most Wanted (USA) (Demo) + + + + Demos + Xbox Demo Disk Version 1.1 (USA) + + + + Games + Fable - The Lost Chapters (Spain) (En,Es) + + + + Preproduction + Red Star, The (USA) (Proto) (2004-06-04) + + + + Games + Club Football 2005 - Liverpool FC (Europe) (En,Fr,De) + + + + Demos + Xbox Demo Disk Version 7.0 (Europe) + + + + Demos + Burnout Revenge (Europe) (Demo) + + + + Coverdiscs + 100 Best Xbox Games Game Disc, The (UK) + + + + Coverdiscs + 20 Best Xbox Action Games Game Disc, The (UK) + + + + Coverdiscs + Xbox Playable Starter Pack 2003 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 57 (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 60 (UK) + + + + Games + Disney-Pixar Finding Nemo (Scandinavia) (Sv,No,Da,Fi) + + + + Demos + Xbox Live Starter Kit Disc (Europe) (Rev 3) + + + + Demos + Xbox Live Starter Kit Disc (Europe) (Rev 1) + + + + Games + FIFA World Cup Germany 2006 (Europe) (Es,It) + + + + Coverdiscs + Official Xbox Magazine Game Disc 18 (Europe) (En,Fr,Es,It,Pt) + + + + Demos + Ultimate Halo Companion DVD Set, The (Europe) + + + + Demos + Battlefield 2 - Modern Combat (Australia) (Demo) + + + + Coverdiscs + Official Xbox Magazine Game Disc 02 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 03 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 04 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 05 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 06 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 07 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 09 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 12 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 16 (Europe, Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 18 (Australia) + + + + Demos + Project Gotham Racing 2 (USA) (Demo) (Dodge Magnum Edition) + + + + Games + Crazy Taxi 3 (Europe) (En,Fr,De,Es,It) + + + + Demos + Xbox Demo Disc Version 3.1 (USA) + + + + Demos + Xbox Demo Disc Version 3.5 (USA) + + + + Demos + Xbox Demo Disc Version 3.4 (USA) + + + + Games + Tetris Worlds (USA) (Online Enabled) + + + + Games + Brothers in Arms - Road to Hill 30 (Germany) (En,Fr,De,Es,It) + + + + Games + Blood Wake (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Sphinx and the Cursed Mummy (Korea) + + + + Coverdiscs + Official Xbox Magazine Game Disc 08 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 44 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Demos + Peter Jackson's King Kong - The Official Game of the Movie (Australia) (Demo) + + + + Demos + Rocky (USA) (Demo) + + + + Demos + Black (Europe, Australia) (Demo) + + + + Games + Apex (Asia) (En,Fr,Es) + + + + Games + Buffy the Vampire Slayer (Asia) + + + + Games + Great Escape, The (Asia) + + + + Games + Halo 2 (Asia) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Games + NASCAR 2005 - Chase for the Cup (Asia) + + + + Games + NBA Live 2005 (Asia) + + + + Games + Sims, The - Bustin' Out (Asia) + + + + Games + Star Wars - Obi-Wan (Asia) + + + + Preproduction + Madden NFL 08 (USA) (Beta) (2007-05-07) + + + + Games + Shin Sangoku Musou 4 (Japan) (En,Ja) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 08 - June 2006 (Europe) (En,Fr,De,It,Pt) + + + + Coverdiscs + Xbox 360 - The Official Xbox Magazine Issue 10 - August 2006 (Europe) (En,Fr,De,It,Pt) + + + + Games + Dance-UK (UK) + + + + Games + Disney's The Haunted Mansion (UK) + + + + Coverdiscs + Official Xbox Magazine Game Disc 17 (Europe, Australia) (En,Fr,Es,It,Pt) + + + + Coverdiscs + Official Xbox Magazine Game Disc 24 (Europe) (Es,It) + + + + Coverdiscs + Xbox Magazine Ufficiale Game Disc 49 (Italy) (En,Fr,De,Es,It,Pt) + + + + Games + Gui Yi (Taiwan) + + + + Demos + Ninja Gaiden (Japan) (Demo) + + + + Demos + Sega GT 2002 (Japan) (Demo) + + + + Demos + Blinx - The Time Sweeper (Japan) (Demo) + + + + Applications + Xbox Hardware Refresh Disc (USA) + + + + Coverdiscs + Official Xbox Magazine Game Disc 11 (Australia) + + + + Demos + Breakdown (USA) (Demo) + + + + Demos + Shadow Ops - Red Mercury (USA) (Demo) + + + + Games + SSX on Tour (Europe) (En,Fr,De,Es,Nl,Sv,No,Fi) + + + + Games + TimeSplitters 2 (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Demos + OutRun 2 (Europe) (Demo) + + + + Demos + Xbox Demo Disk Version 13 (Europe) + + + + Games + Marvel Nemesis - Rise of the Imperfects (Europe) + + + + Games + Otogi (Korea) + + + + Preproduction + NBA Live 06 (USA) (Beta) (2005-08-11) + + + + Games + Metal Dungeon (Korea) + + + + Games + Top Spin (Asia) (En,Fr,De) + + + + Games + Harry Potter and the Chamber of Secrets (Asia) (En,Fr,De,Es,It) + + + + Games + True Crime - Streets of LA (Japan) + + + + Preproduction + Arx Fatalis (USA, Europe) (Beta) (2003-09-29) + + + + Games + AFL Premiership (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 10 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 19 (Australia) + + + + Coverdiscs + Official Xbox Magazine Game Disc 51 (Australia) + + + + Games + WWE Raw 2 (Korea) + + + + Coverdiscs + Xbox 360 - Das Offizielle Xbox-Magazin - Demo Disk 02-2006 (Germany) + + + + Demos + BloodRayne 2 (USA) (Demo) + + + + Preproduction + Dancing Stage Unleashed (Europe) (Beta) (2003-07-01) + + + + Preproduction + Freedom Fighters (Europe) (Beta) (2003-07-24) + + + + Preproduction + Sega GT Online (Europe) (Beta) (2003-10-03) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 12-2002 (Germany) + + + + Games + Grand Theft Auto III (Australia) + + + + Demos + Tom Clancy's Rainbow Six 3 (Europe) (Demo) + + + + Demos + Xbox Demo Disc Version 1.3 (USA) + + + + Preproduction + Halo 2 (USA) (Multiplayer Alpha) (2004-01-15) + + + + Preproduction + Halo 2 (USA) (Multiplayer Beta) (2004-07-03) + + + + Games + Soulcalibur II (Asia) + + + + Games + Halo - Jeonjaengui Seomak (Korea) (En,Ko) + + + + Demos + Tenku - Freestyle Snowboarding (Japan) (Demo) + + + + Demos + Xbox Retailer's Demo Disc Vol. 1 (Japan) + + + + Demos + Gunvalkyrie (Japan) (Demo) + + + + Demos + UFC - Ultimate Fighting Championship 2 - Tapout (Japan) (Demo) + + + + Demos + Genma Onimusha (Japan) (Demo 2) + + + + Demos + Double-S.T.E.A.L (Japan) (Demo 2) + + + + Demos + JSRF - Jet Set Radio Future (Japan) (Demo 2) + + + + Demos + Murakumo (Japan) (Demo) + + + + Demos + Halo Movies (Japan) + + + + Demos + Xbox Line-up Movies 2002 Summer (Japan) + + + + Demos + Tekki Taisen - Steel Battalion - Line of Contact (World) (En,Ja) (Pilot Test) + + + + Demos + Tekki (Japan) (Demo) + + + + Games + Migong Zhengfuzhe (Asia) + + + + Preproduction + Red Star, The (USA) (Proto) (2004-08-18) + + + + Preproduction + Thief - Deadly Shadows (USA) (Beta) (2004-04-12) + + + + Preproduction + Panzer Dragoon Orta (USA) (Beta) (2002-11-14) + + + + Games + Medal of Honor - Les Faucons de Guerre (France) + + + + Games + NBA Live 2002 (France) + + + + Games + Punisher, The (France) + + + + Games + 50 Cent - Bulletproof (France) + + + + Games + Mafia (France) + + + + Games + Wakeboarding Unleashed featuring Shaun Murray (France) + + + + Games + Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Es,It,Nl) + + + + Games + Hitman - Blood Money (France) + + + + Games + Gladius (France) + + + + Games + Superman Returns (France) + + + + Games + Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France) + + + + Games + Unreal II - The Awakening (Germany) + + + + Games + Return to Castle Wolfenstein - Tides of War (France) + + + + Games + New Legends (France) + + + + Demos + Dead or Alive 3 (Japan) (Taikenban) + + + + Games + WWE WrestleMania 21 (USA) (Rev 1) + + + + Games + WWE WrestleMania 21 (USA) + + + + Games + Crash Bandicoot - The Wrath of Cortex (Asia) + + + + Games + Grand Theft Auto - San Andreas (Germany) (Rev 1) + + + + Games + Spider-Man (Germany) (Rev 1) + + + + Games + Spider-Man (Europe) (Rev 1) + + + + Games + Spider-Man (USA) (Rev 1) + + + + Applications + Microsoft Windows Media Center Extender for Xbox (USA) + + + + Games + Burnout Revenge (Asia) + + + + Games + Lord of the Rings, The - The Two Towers (Asia) (En,Zh) + + + + Games + FIFA 07 (Sweden) (En,Sv) + + + + Games + DreamWorks Shark Tale - Hajar som Hajar (Sweden) + + + + Games + Disney-Pixar The Incredibles (Scandinavia) (Sv,No,Da,Fi) + + + + Demos + Psychonauts (USA) (Demo) + + + + Demos + Xbox Demo Disc Version 4.2 (USA) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 06-2003 (Germany) + + + + Coverdiscs + Official Xbox Magazine Game Disc 28 (Europe, Australia) + + + + Demos + Tao Feng - Fist of the Lotus (USA) (Demo) + + + + Applications + August 2003 External Recovery (Build 5659) (USA) + + + + + Demos + Xbox Demo Disc Version 4.2 (USA) (ESRB RP-M) + + + + Demos + Xbox Demo Disc Version 1.2 (USA) + + + + Games + Grand Theft Auto - Vice City (Australia) + + + + Games + Colin McRae Rally 04 (Asia) + + + + Demos + Xbox Demo Disc Version 2.2 (USA) + + + + Demos + Xbox Demo Disc Version 2.2a (USA) + + + + Demos + Maximum Chase (Japan) (Demo) + + + + Demos + Xbox Demo Disk Version 1.0 (USA) + + + + Games + Medal of Honor - Rising Sun (Asia) + + + + Preproduction + Phantasy Star Online - Episode I & II (Japan) (Beta) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 08-2002 (Germany) + + + + Demos + FIFA 06 (Europe) (Demo) + + + + Demos + Xbox Demo Disc Version 3.5 (USA) (ESRB RP-M) + + + + Demos + Xbox Demo Disc Version 4.1 (USA) (ESRB RP-M) + + + + Coverdiscs + Official Xbox Magazine Game Disc 54 (Australia) + + + + Demos + Xbox Demo Disc Version 4.3 (USA) (ESRB RP-M) + + + + Coverdiscs + Official Xbox Magazine Game Disc 46 (Australia) + + + + Coverdiscs + Offizielle Xbox-Magazin, Das - Cover-DVD 04-2003 (Germany) (En,De) + + + + Demos + Xbox Demo Disc Version 4.3 (USA) + + + + Demos + Xbox Demo Disk Version 2.0 (USA) + + + + Demos + Xbox Demo Disk Version 2.0 (USA) (GameStop) + + + + Preproduction + Re-Volt (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2002-08-06) + + + + Preproduction + Lamborghini (Europe) (En,Fr,De,Es,It) (Beta) (2002-12-10) + + + + Games + Capcom vs. SNK 2 EO - Mark of the Millennium 2001 (Korea) + + + + Games + Fable (Asia) (En,Zh,Ko) + + + + Games + Gladiator - Sword of Vengeance (Korea) (En,Ko) + + + + Games + Harry Potter - Quidditch World Cup (Asia) (En,Fr,Es) + + + + Games + Loons - The Fight for Fame (Korea) + + + + Games + Magic - The Gathering - Battlegrounds (Asia) (En,Zh,Ko) + + + + Games + Disney-Pixar Nemo-reul Chajaseo (Korea) + + + + Games + Playboy - The Mansion (Asia) + + + + Games + Star Wars - Knights of the Old Republic (Korea) + + + + Games + Zapper (Asia) + + + + Games + Braveknight - Leverant Yeongungjeon (Korea) + + + + Games + Blinx - The Time Sweeper (USA) (En,Ja) (Rev 1) + + + + Games + Enter the Matrix (USA) (Rev 1) + + + + Games + Madden NFL 2004 (USA) (Rev 1) + + + + Games + NFL Fever 2003 (USA) (Rev 1) + + + + Games + RalliSport Challenge (USA) (Rev 1) + + + + Demos + Xbox-ism - Spring 2003 (Japan) + + + + Demos + Incredible Hulk, The - Ultimate Destruction (USA) (Demo) + + + + Preproduction + Combat Elite - WWII Paratroopers (USA) (Beta) + + + + Preproduction + Painkiller - Hell Wars (USA) (Beta) (2005-10-18) + + + + Games + Rayman 3 - Hoodlum Havoc (Korea) + + + + Games + Shrek 2 (Sweden) (En,Sv) + + + + Games + Need for Speed - Most Wanted (USA) + + + + Preproduction + LEGO Super Soccer Adventure (Europe) (Proto) + + + + Demos + Xbox Demo Disc Version 4.6 (USA) + + + + Applications + Microsoft Windows Media Center Extender for Xbox v1.01 (USA) + + + + Coverdiscs + Xbox 360 - Den Officiella Xbox-Tidningen Nr 1 - April 06 (Sweden) + + + + Coverdiscs + Xbox 360 - Den Officiella Xbox-Tidningen Nr 2 - Juni 06 (Sweden) + + + + Applications + Test Equipment Boot Loader Utility (USA) + + + + Preproduction + NBA 2K3 (Europe) (Beta) (2002-08-26) + + + + Coverdiscs + Official Xbox 50 Best Games, The (UK) + + + + Games + AFL Live Premiership Edition (Australia) (Rerelease) + + + + Demos + Tom Clancy's Splinter Cell (Europe) (Demo) + + + + Preproduction + Re-Volt (Japan) (En,Ja,Fr,De,Es,It) (Beta) + + + + Preproduction + Baldur's Gate - Dark Alliance II (USA) (Beta) + + + + Preproduction + FlatOut (USA) (Beta) + + + + Preproduction + Spartan - Total Warrior (USA) (Beta) + + + + Preproduction + Ty the Tasmanian Tiger - Night of the Quinkan (USA) (Beta) (2005-08-03) + + + + Preproduction + Rogue Ops (USA) (Beta) (2003-08-08) + + + + Preproduction + I-Ninja (USA) (Beta) (2003-10-05) + + + + Preproduction + Psi-Ops - The Mindgate Conspiracy (USA) (Beta) (2004-03-07) + + + + Preproduction + WarPath (USA) (Beta) (2005-12-13) + + + + Preproduction + Chicago Enforcer (USA) (Beta) (2004-11-08) + + + + Preproduction + Yager (USA) (Beta) (2004-06-08) + + + + Preproduction + Worms 4 - Mayhem (USA) (Beta) (2005-08-08) + + + + Preproduction + Evil Dead - Regeneration (USA) (Beta) (2005-08-11) + + + + Preproduction + Xyanide (Europe) (Beta) (2005-09-09) + + + + Preproduction + Metal Arms - Glitch in the System (USA) (Beta) (2003-05-02) + + + + Games + Shrek 2 (UK) (Rev 1) + + + + Demos + New Legends (USA) (Demo) + + + + Demos + Xbox Demo Disc Version 2.5 (USA) + + + + Games + AirForce Delta Storm (USA) + + + + Demos + Xbox-ism - New Year 2003 (Japan) + + + + Games + Fatal Frame - Zero (Asia) + + + + Games + Halo 2 (Korea) (En,Ja,Fr,De,Es,It,Zh,Ko) + + + + Coverdiscs + Official Xbox Live Disc, The (UK) + + + + Coverdiscs + Official Xbox Playable Cheats, The (Europe) + + + + Preproduction + Crash Tag Team Racing (USA) (Beta) (2005-06-29) + + + + Games + 007 - Everything or Nothing (Asia) + + + + Games + 007 - From Russia with Love (Asia) + + + + Games + Sega GT 2002 & JSRF - Jet Set Radio Future (Asia) (En,Ja) + + + + Preproduction + OutRun 2 (Europe) (En,Fr,De,Es,It) (Beta) + + + + Games + SSX on Tour (Asia) + + + + Demos + Pariah (France) (Demo) + + + + Games + Catwoman (Asia) + + + + Games + Quantum Redshift (Korea) + + + + Preproduction + Zunou Taisen Live (Japan) (Beta) + + + + Games + Ninja Gaiden Black (Japan, Korea) (En,Ja) + + + + Games + Battlefield 2 - Modern Combat (Asia) + + + + Games + FIFA Soccer 2005 (Asia) + + + + Demos + Xbox-ism - February 2003 (Japan) + + + + Demos + MotoGP 2 (Europe) (Demo) + + + + Games + Freestyle Street Soccer (Korea) (En,Es) + + + + Demos + Sonic Heroes (UK) (Demo) + + + + Games + MVP Baseball 2005 (Korea) + + + + Games + Fatal Frame (Latin America) + + + + Demos + Alias (USA) (Demo) + + + + Games + Elder Scrolls III, The - Morrowind - Game of the Year Edition (Europe) (En,Fr,De) + + + + Preproduction + Colin McRae Rally 2005 (World) (Beta) + + + + Coverdiscs + Xbox 360 - Xbox Magazine Ufficiale Numero 57 - Luglio 2006 (Italy) + + + + Games + Tom Clancy's Ghost Recon - Island Thunder (Korea) + + + + Games + Yourself!Fitness (USA) + + + + Games + Driv3r (Korea) (En,Zh,Ko) + + + + Games + Kakuto Chojin (USA) (Rev 1) + + + + Games + MVP Baseball 2004 (Korea) + + + + Games + Tiger Woods PGA Tour 2004 (Korea) + + + + Games + Disney-Pixar A Procura de Nemo (Portugal) + + + + Preproduction + NBA Inside Drive 2004 (USA) (Beta) + + + + Demos + Need for Speed - Most Wanted (Europe) (Demo) + + + + Games + Top Spin & Amped 2 (Canada) + + + + Preproduction + GangBusters (Canada) (Proto) (2002-08-16) + + + + + Games + Gladiator - Sword of Vengeance (France) (En,Fr) + + + + Coverdiscs + Official Xbox Best Ever Games, The (UK) + + + + Preproduction + Taz - Wanted (Europe) (Beta) (2002-04-02) + + + + + Games + SSX Tricky (Korea) + + + + Games + V8 Supercars Australia - Race Driver (Australia) + + + + Demos + Project Gotham Racing 2 (USA) (Demo) (Chrysler 300 Edition) + + + + Games + Tiger Woods PGA Tour 2003 (Korea) + + + + Games + FIFA Street (Korea) (En,Es) + + + + Games + NBA Inside Drive 2003 (Korea) + + + + Games + NBA Live 2003 (Korea) + + + + Games + NBA Street V3 (Korea) + + + + Games + Street Hoops (Korea) + + + + Games + Speed Kings (Korea) (En,Fr,De,Es,It) + + + + Demos + Xbox Demo Disk European Version 1.1 (Europe) + + + + Demos + Xbox Demo Disk Version 8 (Europe) (En,Fr,Es,It,Nl,Sv) + + + + Demos + Xbox Demo Disk Version 14 (Europe) + + + + Demos + Xbox Demo Disk Version 4.0A (Australia) + + + + Preproduction + Crash Tag Team Racing (USA) (Beta) (2005-10-04) + + + + Preproduction + Driver - Parallel Lines (USA, Europe) (Beta) (2006-02-06) + + + + Preproduction + Full Spectrum Warrior - Ten Hammers (USA) (Beta) (2005-12-15) + + + + Preproduction + Madden NFL 2003 (Europe) (Beta) (2002-07-22) + + + + Preproduction + Unreal Championship (USA) (Beta) (2002-10-18) + + + + Preproduction + Driver - Parallel Lines (USA, Europe) (Beta) (2006-01-06) + + + + Games + Stubbs the Zombie in Rebel Without a Pulse (France) + + + + Games + Chronicles of Riddick, The - Escape from Butcher Bay (Australia) + + + + Games + Star Wars - Jedi Starfighter (Australia) + + + + Coverdiscs + Magazine Officiel Xbox, Le - Hors-serie Numero 10 (France) + + + + Demos + Xbox Demo Disc Version 4.2 (USA) (Rev 1) + + + + Preproduction + Shadow the Hedgehog (World) (Beta) (2005-09-15) + + + + Preproduction + Sonic Mega Collection Plus (World) (Beta) (2004-08-17) + + + + Preproduction + Sonic Riders (World) (Beta) (2005-12-12) + + + + Preproduction + Spawn - Armageddon (USA) (Beta) (2003-08-19) + + + + Games + Sims, The (Asia) + + + + Games + Urbz, The - Sims in the City (Asia) + + + + Games + Sims, The - Bustin' Out (Korea) + + + + Games + Harry Potter and the Chamber of Secrets (Korea) + + + + Coverdiscs + Magazine Officiel Xbox, Le - Hors-serie Numero 9 (France) + + + + Games + Need for Speed - Hot Pursuit 2 (Korea) + + + + Games + 007 - Nightfire (Korea) + + + + Games + Lord of the Rings, The - The Third Age (Korea) + + + + Games + Taz - Wanted (Korea) (En,Fr,De,Es,It) + + + + Preproduction + Crimson Skies - High Road to Revenge (USA) (En,Fr,De,Zh,Ko) (Beta) (2003-12-09) + + + + Coverdiscs + Official Xbox Starter Pack 2005, The (UK) + + + + Games + Mortal Kombat - Deadly Alliance (USA) (Rev 1) + + +
diff --git a/redump_dat/Nintendo - GameCube.dat b/redump_dat/Nintendo - GameCube.dat new file mode 100644 index 0000000..a66679a --- /dev/null +++ b/redump_dat/Nintendo - GameCube.dat @@ -0,0 +1,10108 @@ + + + +
+ Nintendo - GameCube + Nintendo - GameCube - Discs (2019) (2026-06-13 18-14-01) + 2026-06-13 18-14-01 + 2026-06-13 18-14-01 + redump.org + redump.org + http://redump.org/ +
+ + Games + Resident Evil 4 (USA) (Disc 1) + + + + Games + Resident Evil 4 (USA) (Disc 2) + + + + Games + Luigi's Mansion (USA, Canada) + + + + Games + Legend of Zelda, The - Collector's Edition (USA, Canada) + + + + Games + Legend of Zelda, The - Ocarina of Time & Master Quest (USA, Canada) + + + + Games + Legend of Zelda, The - Twilight Princess (USA) + + + + Games + Mario Kart - Double Dash!! (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Geist (USA) + + + + Games + Wave Race - Blue Storm (Europe, Australia) + + + + Games + Beyond Good & Evil (Europe) (De,It) + + + + Games + Legend of Zelda, The - The Wind Waker (USA, Canada) + + + + Games + Super Mario Sunshine (Japan) + + + + Games + Metroid Prime (Europe) (En,Fr,De,Es,It) + + + + Games + Metroid Prime 2 - Echoes (Europe) (En,Fr,De,Es,It) + + + + Games + Luigi's Mansion (Europe) (En,Fr,De,Es,It) + + + + Games + Pikmin (Europe) (En,Fr,De,Es,It) + + + + Games + Pikmin 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Soulcalibur II (USA) + + + + Games + Soulcalibur II (Europe) (En,Fr,De,Es,It) + + + + Games + Eternal Darkness - Sanity's Requiem (USA) + + + + Games + Resident Evil (USA) (Disc 1) + + + + Games + Resident Evil (USA) (Disc 2) + + + + Games + Final Fantasy Crystal Chronicles (USA) + + + + Games + Tales of Symphonia (USA) (Disc 1) + + + + Games + Tales of Symphonia (USA) (Disc 2) + + + + Games + Metroid Prime (USA) (Rev 2) + + + + Bonus Discs + Metroid Prime 2 - Echoes (USA, Canada) (Bonus Disc) + + + + Games + Star Fox Adventures (Europe) (En,Fr,De,Es,It) + + + + Games + Pokemon Box - Ruby & Sapphire (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Pokemon Colosseum (Europe) (En,Fr,De,Es,It) + + + + Games + Mario Power Tennis (Europe) (En,Fr,De,Es,It) + + + + Games + Viewtiful Joe 2 - Black Film no Nazo (Japan) + + + + Games + Doshin the Giant (Europe) (En,Fr,De,Es,It) + + + + Games + Phantasy Star Online Episode I & II (Europe) (En,Ja,Fr,De,Es) + + + + Games + Shikigami no Shiro II (Japan) + + + + Games + P.N. 03 (Japan) + + + + Games + Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 1) + + + + Games + Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 1) + + + + Games + Puyo Puyo Fever (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + F-Zero GX (USA) + + + + Games + Metroid Prime (USA) + + + + Games + Phantasy Star Online Episode III - C.A.R.D. Revolution (Japan) + + + + Games + Chaos Field Expanded (Japan) (Rev 2) + + + + Games + Donkey Konga (Japan) + + + + Games + Naruto - Gekitou Ninja Taisen! 2 (Japan) + + + + Games + Naruto - Gekitou Ninja Taisen! 3 (Japan) + + + + Games + Hudson Selection Vol. 4 - Takahashi-Meijin no Boukenjima (Japan) + + + + Games + Ikaruga (Japan) + + + + Games + Star Wars - Rogue Squadron II - Rogue Leader (France) + + + + Games + Star Wars - Rogue Squadron III - Rebel Strike (France) (En,Fr) + + + + Games + Seigneur des Anneaux, Le - Les Deux Tours (France) + + + + Games + Seigneur des Anneaux, Le - Le Retour du Roi (France) + + + + Games + Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 1) + + + + Games + Seigneur des Anneaux, Le - Le Tiers Age (France) (Disc 2) + + + + Games + Metroid Prime 2 - Echoes (USA) + + + + Games + Legend of Zelda, The - The Wind Waker (Europe) (En,Fr,De,Es,It) + + + + Games + NHL 2003 (USA) + + + + Games + NHL Hitz 2002 (USA) + + + + Games + NHL Hitz 2003 (USA) + + + + Games + Madden NFL 2003 (USA) + + + + Games + Paper Mario - The Thousand-Year Door (USA) + + + + Games + Pokemon Colosseum (USA) + + + + Games + Phantasy Star Online Episode I & II (USA) (En,Ja,Fr,De,Es) + + + + Games + Sonic Adventure DX - Director's Cut (USA) (En,Ja,Fr,De,Es) + + + + Games + Sonic Adventure 2 - Battle (USA) (En,Ja,Fr,De,Es) + + + + Games + Sonic Mega Collection (USA) + + + + Games + Spawn - Armageddon (USA) + + + + Games + Pokemon XD - Gale of Darkness (USA) + + + + Games + Star Fox Adventures (USA) + + + + Games + Star Fox - Assault (USA) + + + + Games + Star Wars - Rogue Squadron II - Rogue Leader (USA) + + + + Games + Super Mario Sunshine (USA, Canada) + + + + Games + Legend of Zelda, The - Ocarina of Time & Master Quest (Europe) (En,Fr,De) + + + + Games + Animal Crossing (Europe) (En,Fr,De,Es,It) + + + + Games + Final Fantasy Crystal Chronicles (Europe) (En,Fr,De,Es,It) + + + + Games + F-Zero GX (Europe) (En,Fr,De,Es,It) + + + + Games + Super Smash Bros. Melee (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Super Mario Sunshine (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Harry Potter and the Chamber of Secrets (Europe) + + + + Games + Donkey Konga 2 - Hit Song Parade (Japan) + + + + Games + Homeland (Japan) + + + + Games + Legend of Zelda, The - Collector's Edition (Europe) (En,Fr,De,Es,It) + + + + Games + Mega Man Network Transmission (Europe) + + + + Games + 1080 Avalanche (Europe) (En,Fr,De,Es,It) + + + + Games + Spyro - Enter the Dragonfly (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Lord of the Rings, The - The Two Towers (USA) + + + + Games + Spyro - Enter the Dragonfly (USA, Canada) + + + + Applications + Game Boy Player Start-Up Disc (USA) (Rev 2) + + + + Games + Hobbit, The - The Prelude to the Lord of the Rings (USA) + + + + Games + 007 - Nightfire (Europe) (En,It,Nl,Sv) + + + + Games + Kelly Slater's Pro Surfer (Europe, Australia) + + + + Demos + Viewtiful Joe (Europe) (Demo) + + + + Games + Lord of the Rings, The - The Third Age (USA) (Disc 1) + + + + Games + Lord of the Rings, The - The Third Age (USA) (Disc 2) + + + + Games + 007 - Everything or Nothing (USA) + + + + Games + Metal Gear Solid - The Twin Snakes (USA) (Disc 1) + + + + Games + Metal Gear Solid - The Twin Snakes (USA) (Disc 2) + + + + Games + Resident Evil Zero (USA) (Disc 1) + + + + Games + Resident Evil Zero (USA) (Disc 2) + + + + Games + FIFA Football 2003 (Europe) + + + + Games + Star Wars - Rogue Squadron II - Rogue Leader (Europe) + + + + Games + Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Enter the Matrix (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Eternal Darkness - Sanity's Requiem (Europe) (En,Fr,De,Es,It) + + + + Applications + Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Resident Evil - Code - Veronica X (USA) (Disc 2) + + + + Games + Resident Evil - Code - Veronica X (USA) (Disc 1) + + + + Games + Resident Evil 2 (USA) + + + + Games + Resident Evil 3 - Nemesis (USA) + + + + Games + Super Smash Bros. Melee (USA) (En,Ja) (Rev 1) + + + + Games + Pikmin (USA) (Rev 1) + + + + Games + Billy Hatcher and the Giant Egg (USA) + + + + Games + Donkey Konga (USA) + + + + Games + Medal of Honor - Soleil Levant (France) (Disc 1) + + + + Games + Medal of Honor - Soleil Levant (France) (Disc 2) + + + + Games + Robotech - Battlecry (USA) + + + + Games + Mario Kart - Double Dash!! (USA) + + + + Bonus Discs + Mario Kart - Double Dash!! (USA) (Bonus Disc) + + + + Games + Prince of Persia - Warrior Within (USA) (En,Fr,Es) + + + + Games + FIFA Football 2003 (Germany) + + + + Games + Turok - Evolution (Germany) + + + + Games + Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Resident Evil Zero (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Lord of the Rings, The - The Two Towers (Europe) (En,Nl) + + + + Games + FIFA Football 2004 (Europe) + + + + Games + 2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 1) + + + + Games + 2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom (Germany) (Disc 2) + + + + Games + 2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 1) + + + + Games + 2 Games in 1 - Nickelodeon SpongeBob Schwammkopf - Der Film + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) (Disc 2) + + + + Games + 2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 1) + + + + Games + 2 Games in 1 - Disney-Pixar Die Unglaublichen + Disney-Pixar Findet Nemo (Germany) (Disc 2) + + + + Games + Buffy im Bann der Daemonen - Chaos Bleeds (Germany) + + + + Games + ATV - Quad Power Racing 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Bad Boys II (Europe) (En,Fr,De,Es,It) + + + + Games + Bomberman Generation (Europe) (En,Fr,De) + + + + Games + Bratz - Rock Angelz (Germany) + + + + Games + Batman - Rise of Sin Tzu (Europe) (En,Fr,De,Es,It) + + + + Games + Butt-Ugly Martians - Zoom or Doom! (Europe) (En,Fr,De,Es,It) + + + + Games + Call of Duty - Finest Hour (Germany) + + + + Games + Carmen Sandiego - The Secret of the Stolen Drums (Europe) (De,Es) + + + + Games + Casper - Spirit Dimensions (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Sports - Skateboarding (Europe) (En,Fr,De,Es,It) + + + + Games + Evolution Skateboarding (Europe) (En,Fr,De) + + + + Games + Evolution Snowboarding (Europe) (En,Fr,De) + + + + Games + Largo Winch - Empire Under Threat (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Underground (Germany) + + + + Games + Speed Challenge - Jacques Villeneuve's Racing Vision (Europe) (En,Fr) + + + + Games + Worms Blast (Europe) (En,Fr,De,Es,It) + + + + Games + Cocoto Platform Jumper (Europe) (En,Fr,De,Es,It) + + + + Games + Tierisch verrueckte Bauernhof, Der (Germany) + + + + Games + Disney's Extreme Skate Adventure (Europe) (Fr,De) + + + + Games + Die Hard - Vendetta (Germany) (En,De) + + + + Games + Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (Fr,De) + + + + Games + Fantastic 4 (Germany) + + + + Games + 2002 FIFA World Cup (Germany) + + + + Games + Disney-Pixar Findet Nemo (Germany) + + + + Games + Gun (Germany) (En,De) + + + + Games + Nickelodeon SpongeBob Schwammkopf - Der Film (Germany) + + + + Games + 007 - Agent im Kreuzfeuer (Germany) + + + + Games + 007 - Alles oder Nichts (Germany) + + + + Games + 007 - Nightfire (Germany) + + + + Games + 18 Wheeler - American Pro Trucker (Europe) (En,Fr,De,Es) + + + + Games + XGRA - Extreme G Racing Association (Europe) (En,Fr,De,Es,It) + + + + Games + TimeSplitters 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Ty the Tasmanian Tiger 2 - Bush Rescue (Europe) (En,Fr,De) + + + + Games + Spawn - Armageddon (Europe) (En,Fr,De,Es,It) + + + + Games + Nick SpongeBob Schwammkopf - Die Kreatur aus der Krossen Krabbe (Germany) + + + + Games + Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (Europe) + + + + Games + SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (Europe) + + + + Games + Mystic Heroes (Germany) + + + + Games + Men in Black II - Alien Escape (Europe) (En,Fr,De,Es,It) + + + + Games + Doubutsu no Mori e+ (Japan) (Rev 1) + + + + Games + Tak and the Power of Juju (USA) + + + + Games + Tiger Woods PGA Tour 2003 (USA) + + + + Games + Bratz - Rock Angelz (Europe) + + + + Games + Street Hoops (USA) + + + + Games + Tony Hawk's Pro Skater 3 (USA) + + + + Games + Charlie's Angels (Europe) (En,Fr,De) + + + + Games + DreamWorks & Aardman Flushed Away (Europe) (En,Fr,De,Es,It) + + + + Games + Lemony Snicket - Raetselhafte Ereignisse (Germany) + + + + Games + Marvel Nemesis - Rise of the Imperfects (Germany) + + + + Games + NFL 2K3 (Europe) + + + + Games + NHL 2K3 (Europe) + + + + Games + Terminator 3 - The Redemption (Europe) (En,Fr,De,Es,It) + + + + Games + Whirl Tour (Europe) (En,Fr,De,Es,It) + + + + Games + Yu-Gi-Oh! The Falsebound Kingdom (Europe) (En,Fr,De,Es,It) + + + + Games + Zapper (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + WWE Day of Reckoning (Europe) + + + + Games + WWE Day of Reckoning 2 (Europe) (Rev 1) + + + + Games + WWE WrestleMania X8 (Europe) + + + + Games + WWE WrestleMania XIX (Europe, Australia) + + + + Games + WWE Crush Hour (Europe) + + + + Games + Harvest Moon - A Wonderful Life (Germany) + + + + Games + Hulk (Germany) + + + + Games + Hitman 2 - Silent Assassin (Germany) + + + + Games + Kelly Slater's Pro Surfer (Europe) (En,Fr,De) + + + + Games + Hudson Selection Vol. 3 - PC Genjin - Pithecanthropus Computerurus (Japan) + + + + Games + ZooCube (Europe) (En,Fr,De,Es,It) + + + + Games + Phantasy Star Online Episode I & II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 5) + + + + Applications + Game Boy Player Start-Up Disc (Japan) (Rev 3) + + + + Games + Luigi Mansion (Japan) + + + + Games + Wave Race - Blue Storm (Japan) + + + + Games + Star Fox Adventures (Japan) + + + + Games + Ikaruga (USA) + + + + Games + Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Metal Gear Solid - The Twin Snakes (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Eternal Darkness - Manekareta 13-nin (Japan) + + + + Games + Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 2) + + + + Games + Zelda no Densetsu - Kaze no Takt (Japan) + + + + Games + Viewtiful Joe (USA) + + + + Games + X-Men Legends (USA) + + + + Games + Zelda no Densetsu - Toki no Ocarina GC (Japan) + + + + Games + Metroid Prime (Japan) + + + + Games + Giftpia (Japan) + + + + Games + Fire Emblem - Path of Radiance (Europe) (En,Fr,De,Es,It) + + + + Games + Star Fox Adventures (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Sims, The (Europe) (En,Fr,De,Es,It) + + + + Games + Digimon Rumble Arena 2 (Europe) (En,Fr,De,Es) + + + + Games + Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 2) + + + + Games + Smuggler's Run - Warzones (Europe) (En,Fr,De,It) + + + + Games + Samurai Jack - The Shadow of Aku (Europe) (En,Fr,De,Es,It) + + + + Games + Pro Rally 2002 (Europe) (En,Fr,De,Es,It) + + + + Games + F-Zero GX (Japan) + + + + Games + Mario Kart - Double Dash!! (Japan) + + + + Games + Kirby's Airride (Japan) + + + + Games + Wario World (Japan) + + + + Games + Paper Mario RPG (Japan) + + + + Games + Kururin Squash! (Japan) + + + + Games + Donkey Kong Jungle Beat (Japan) + + + + Games + Totsugeki!! Famicom Wars (Japan) + + + + Games + Zelda no Densetsu - 4-tsu no Tsurugi+ (Japan) + + + + Games + Zelda no Densetsu - Twilight Princess (Japan) + + + + Games + Tales of Symphonia (Germany) (Disc 1) + + + + Games + Tales of Symphonia (Germany) (Disc 2) + + + + Games + FIFA Football 2004 (Germany) + + + + Games + FIFA Football 2005 (Germany) + + + + Games + FIFA 06 (Germany) + + + + Games + FIFA 07 (Germany) + + + + Games + Tiger Woods PGA Tour 2003 (Europe) + + + + Games + Tiger Woods PGA Tour 2004 (Europe) (Disc 1) + + + + Games + Tiger Woods PGA Tour 2004 (Europe) (Disc 2) + + + + Games + Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 1) + + + + Games + Tiger Woods PGA Tour 2005 (Europe) (En,Fr,De) (Disc 2) + + + + Games + Tiger Woods PGA Tour 06 (Europe) (En,Fr,De) + + + + Games + Baldur's Gate - Dark Alliance (Germany) + + + + Games + Pitfall - The Lost Expedition (Germany) + + + + Games + Red Faction II (Germany) + + + + Games + Summoner - A Goddess Reborn (Germany) + + + + Games + Star Wars - Rogue Squadron II - Rogue Leader (Germany) + + + + Games + Star Wars - Rogue Squadron III - Rebel Strike (Germany) (En,De) + + + + Games + Star Wars - Bounty Hunter (Germany) + + + + Games + Star Wars - Jedi Knight II - Jedi Outcast (Germany) + + + + Games + Star Wars - The Clone Wars (Germany) + + + + Games + FIFA Fussball-Weltmeisterschaft Deutschland 2006 (Germany) + + + + Games + 007 - Liebesgruesse aus Moskau (Germany) + + + + Games + Animal Crossing (USA, Canada) + + + + Games + Catwoman (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Biohazard (Japan) (Disc 1) + + + + Games + Biohazard (Japan) (Disc 2) + + + + Games + Viewtiful Joe 2 (USA) + + + + Games + Die Hard - Vendetta (USA) + + + + Games + Phantasy Star Online Episode I & II Plus (USA) (En,Ja,Fr,De,Es) (Rev 2) + + + + Games + Mario Smash Football (Europe) (En,Fr,De,Es,It) + + + + Games + Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Resident Evil (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Resident Evil 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Mario Party 7 (USA) (Rev 1) + + + + Games + Metroid Prime 2 - Dark Echoes (Japan) + + + + Games + Pikmin (Japan) (Rev 2) + + + + Games + R-Racing Evolution - Life in the Fast Lane (Japan) + + + + Games + Pac-Man Vs. (Japan) + + + + Games + Mr. Driller - Drill Land (Japan) + + + + Games + Soulcalibur II (Japan) (Rev 1) + + + + Games + Tales of Symphonia (Japan) (Disc 1) + + + + Games + Tales of Symphonia (Japan) (Disc 2) + + + + Games + Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 1) + + + + Games + Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Disc 2) + + + + Games + Final Fantasy Crystal Chronicles (Japan) + + + + Games + Second Sight (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Cars (Germany) + + + + Games + DreamWorks Grosse Haie - Kleine Fische (Germany) + + + + Games + Disney-Pixar Die Unglaublichen (Germany) + + + + Games + Freedom Fighters (Germany) + + + + Games + DreamWorks Ab durch die Hecke (Germany) + + + + Games + GoldenEye - Rogue Agent (Germany) (Disc 1) + + + + Games + GoldenEye - Rogue Agent (Germany) (Disc 2) + + + + Games + Herr der Ringe, Der - Die zwei Tuerme (Germany) + + + + Games + Herr der Ringe, Der - Die Rueckkehr des Koenigs (Germany) + + + + Games + Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 1) + + + + Games + Herr der Ringe, Der - Das dritte Zeitalter (Germany) (Disc 2) + + + + Games + Battle Houshin (Japan) + + + + Games + Naruto - Gekitou Ninja Taisen! (Japan) + + + + Games + Naruto - Gekitou Ninja Taisen! 2 (Japan) (Rev 1) + + + + Games + Naruto - Gekitou Ninja Taisen! 3 (Japan) (Rev 1) + + + + Games + Dragon Drive - D-Masters Shot (Japan) + + + + Bonus Discs + Dragon Drive - D-Masters Shot (Japan) (Anime Disc) + + + + Games + Konjiki no Gashbell!! Go! Go! Mamono Fight!! (Japan) + + + + Games + Konjiki no Gashbell!! Yuujou Tag Battle 2 (Japan) + + + + Games + One Piece - Grand Battle! 3 (Japan) + + + + Games + Batman - Dark Tomorrow (Japan) + + + + Games + Hudson Selection Vol. 2 - Star Soldier (Japan) + + + + Games + Bomberman Generation (Japan) + + + + Games + Bomberman Jetters (Japan) + + + + Games + Tengai Makyou II - Manji Maru (Japan) + + + + Games + Shinki Sekai Evolutia (Japan) + + + + Games + Future GPX Cyber Formula - Road to the Evolution (Japan) + + + + Games + Mahou no Pumpkin - An to Greg no Daibouken (Japan) + + + + Games + Super Puzzle Bobble All Stars (Japan) + + + + Games + Rune (Japan) + + + + Games + Rune II - Koruten no Kagi no Himitsu (Japan) + + + + Demos + Nintendo GameCube Soft e-Catalog 2003 Haru (Japan) + + + + Games + Rockman X - Command Mission (Japan) + + + + Games + Rockman EXE Transmission (Japan) (Rev 1) + + + + Games + Viewtiful Joe (Japan) + + + + Games + Viewtiful Joe - Battle Carnival (Japan) + + + + Games + Capcom vs. SNK 2 EO (Japan) (Rev 1) + + + + Games + Disney's Mickey to Minnie Trick & Chase (Japan) + + + + Games + Disney's Mickey Mouse no Fushigi na Kagami (Japan) (Rev 1) + + + + Games + Gotcha Force (Japan) + + + + Games + Auto Modellista - U.S.-tuned (Japan) + + + + Games + Biohazard 4 (Japan) (Disc 1) + + + + Games + Biohazard 4 (Japan) (Disc 2) + + + + Games + Sonic Adventure 2 - Battle (Japan) (En,Ja,Fr,De,Es) + + + + Games + Jikkyou World Soccer 2002 (Japan) + + + + Games + Croket! Ban-King no Kiki o Sukue (Japan) (Rev 1) + + + + Games + Disney Sports - Soccer (Japan) + + + + Games + Disney Sports - Skateboarding (Japan) + + + + Games + Crash Bandicoot - Bakusou! Nitro Kart (Japan) + + + + Games + Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 1) + + + + Games + Metal Gear Solid - The Twin Snakes (Japan) (En,Ja) (Disc 2) + + + + Games + Phantasy Star Online Episode I & II (Japan) (En,Ja,Fr,De,Es) (Rev 2) + + + + Games + Giant Egg - Billy Hatcher no Daibouken (Japan) (Rev 1) + + + + Games + Super Monkey Ball (Japan) (Rev 2) + + + + Games + Super Monkey Ball 2 (Japan) + + + + Games + Virtua Striker 3 Ver. 2002 (Japan) + + + + Games + Bleach GC - Tasogare ni Mamieru Shinigami (Japan) + + + + Games + Virtua Fighter Cyber Generation - Judgment Six no Yabou (Japan) + + + + Games + Sonic Heroes (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Sonic Mega Collection (Japan) + + + + Games + Eternal Arcadia Legends (Japan) + + + + Games + Sega Soccer Slam (Japan) + + + + Games + Kaijuu no Shima - Amazing Island (Japan) + + + + Games + Biohazard 2 (Japan) + + + + Games + Biohazard 3 - Last Escape (Japan) + + + + Games + Biohazard Zero (Japan) (Disc 1) + + + + Games + Biohazard Zero (Japan) (Disc 2) + + + + Games + Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 1) + + + + Games + Biohazard - Code - Veronica - Kanzenban (Japan) (Disc 2) + + + + Games + Super Monkey Ball 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Luigi's Mansion (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Prince of Persia - Warrior Within (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Asterix & Obelix XXL (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe) (Fr,De,Es,It) + + + + Games + Paper Mario - The Thousand-Year Door (Europe) (En,Fr,De,Es,It) + + + + Games + Mortal Kombat - Deadly Alliance (Europe) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's American Wasteland (Europe) (En,Fr,De,Es,It) + + + + Games + V-Rally 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Tiger Woods PGA Tour 2004 (Europe) (Disc 2) (Rev 1) + + + + Games + Tiger Woods PGA Tour 2004 (Europe) (Disc 1) (Rev 1) + + + + Games + Konjiki no Gashbell!! Yuujou Tag Battle - Full Power (Japan) + + + + Games + Mario Golf - Family Tour (Japan) + + + + Games + Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin (Japan) + + + + Games + Sims, The - Bustin' Out (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Urbz, The - Sims in the City (Europe) (En,Fr,De,Es,Nl) + + + + Games + SSX 3 (Europe) (En,Fr,De,Es) + + + + Games + Phantasy Star Online Episode III - C.A.R.D. Revolution (Europe) (En,Ja,Fr,De,Es) + + + + Games + Madden NFL 06 (USA) + + + + Games + NBA Courtside 2002 (USA) + + + + Games + NBA Street (USA) + + + + Games + Vexx (USA) + + + + Games + Outlaw Golf (USA) + + + + Games + Madden NFL 2005 (USA) + + + + Games + NCAA Football 2003 (USA) + + + + Games + Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Sonic Adventure 2 - Battle (Europe) (En,Ja,Fr,De,Es) + + + + Games + Home Run King (USA) + + + + Games + Knockout Kings 2003 (USA) + + + + Games + Madden NFL 2002 (USA) + + + + Games + Sphinx and the Cursed Mummy (USA) + + + + Games + NBA 2K3 (USA) + + + + Games + ZooCube (USA) + + + + Games + NBA Courtside 2002 (Europe) + + + + Games + Disney's Donald Duck - Quack Attack (Europe) (En,Fr,De,Es,It) + + + + Games + Driven (Europe) (En,Fr,De,Es,It) + + + + Games + Freekstyle (Europe) (En,Fr,De) + + + + Demos + P.N. 03 (Europe) (En,Fr,De,Es,It) (Demo) + + + + Demos + Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It) (Limited Edition Preview Disc) + + + + Games + P.N. 03 (USA) + + + + Games + SSX Tricky (USA) + + + + Games + Super Bubble Pop (USA) + + + + Games + Ty the Tasmanian Tiger (USA) + + + + Games + Codename - Kids Next Door - Operation - V.I.D.E.O.S.P.I.E.L. (Germany) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (Germany) + + + + Games + Scooby-Doo! Fluch der Folianten (Germany) + + + + Games + Shrek 2 (Germany) + + + + Games + Nickelodeon SpongeBob Schwammkopf - Film ab! (Germany) + + + + Games + Tony Hawk's Pro Skater 3 (Germany) + + + + Games + UEFA Champions League 2004-2005 (Germany) + + + + Games + Evolution Worlds (USA) + + + + Games + Lemony Snicket's A Series of Unfortunate Events (USA) + + + + Games + Rayman Arena (USA) (En,Fr,Es) + + + + Games + Top Gun - Combat Zones (USA) + + + + Games + Tom Clancy's Splinter Cell (USA) + + + + Games + 007 - Agent Under Fire (USA) (Rev 1) + + + + Games + Prince of Persia - The Two Thrones (USA) (En,Fr,Es) + + + + Games + Mario Golf - Toadstool Tour (USA) + + + + Games + Need for Speed - Hot Pursuit 2 (Europe) (En,Fr,De) + + + + Games + Capcom vs. SNK 2 EO - Millionaire Fighting 2001 (Europe) + + + + Games + Need for Speed - Underground 2 (Germany) + + + + Games + GoldenEye - Rogue Agent (USA) (Disc 1) + + + + Games + GoldenEye - Rogue Agent (USA) (Disc 2) + + + + Games + Driven (USA) (En,Fr,De,Es,It) + + + + Games + Tiger Woods PGA Tour 2005 (USA) (Disc 1) + + + + Games + Tiger Woods PGA Tour 2005 (USA) (Disc 2) + + + + Games + Nickelodeon Tak 2 - The Staff of Dreams (USA) + + + + Demos + Nintendo GameCube Preview Disc - May 2003 (USA, Canada) + + + + Demos + Interactive Multi-Game Demo Disc - July 2002 (USA) + + + + Demos + Interactive Multi-Game Demo Disk - March 2002 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - May 2002 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - September 2002 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - November 2002 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - December 2002 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - February 2003 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - April 2003 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - June 2003 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - September 2003 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - November 2003 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - March 2004 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - May 2004 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - July 2004 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - November 2004 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - February 2005 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - April 2005 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - May 2005 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - October 2005 (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - April 2006 (Europe) (En,Fr,De,Es,It) + + + + Games + Disneys Ferkels grosses Abenteuer-Spiel (Germany) + + + + Games + Sims 2, The - Pets (Europe) (En,Fr,De) + + + + Games + True Crime - New York City (Germany) + + + + Games + X-Men Legends (Europe) (En,Fr,De) + + + + Games + Legend of Zelda, The - Twilight Princess (Europe) (En,Fr,De,Es,It) + + + + Games + Madden NFL 2004 (USA) + + + + Games + Madden NFL 2004 (USA) (Rev 1) + + + + Games + Harry Potter and the Chamber of Secrets (USA) + + + + Games + Mega Man Network Transmission (USA) + + + + Games + Bratz - Forever Diamondz (Europe) (En,Fr) + + + + Games + Cel Damage (USA) + + + + Games + TMNT - Mutant Melee (USA) + + + + Games + Universal Studios Theme Park Adventure (USA) + + + + Games + NCAA College Football 2K3 (USA) + + + + Games + SX Superstar (USA) + + + + Games + Medal of Honor - European Assault (Germany) + + + + Games + Resident Evil 3 - Nemesis (Europe) (En,Fr,De,Es,It) + + + + Games + Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Aggressive Inline (USA) + + + + Games + Beyblade VForce - Super Tournament Battle (USA) + + + + Games + Zapper (USA) + + + + Games + Nicktoons Unite! (USA) + + + + Games + Pokemon Channel (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 35 (USA) + + + + Games + Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) + + + + Games + WarioWare, Inc. - Mega Party Game$! (Europe) (En,Fr,De,Es,It) + + + + Games + Minority Report - Everybody Runs (Europe) + + + + Games + Virtua Striker 3 Ver. 2002 (Europe) (En,Fr,De,Es,It) + + + + Games + Medal of Honor - Frontline (Europe) + + + + Games + Sonic Gems Collection (Europe) (En,Fr,De,Es,It) + + + + Games + Viewtiful Joe (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Rogue Squadron II - Rogue Leader (Spain) + + + + Games + 007 - Nightfire (USA) + + + + Games + Bomberman Jetters (USA) + + + + Games + Donkey Konga 2 (USA) + + + + Games + Mario Party 4 (USA) (Rev 1) + + + + Games + Mario Party 5 (USA) + + + + Games + Mario Party 6 (USA) + + + + Games + Mortal Kombat - Deadly Alliance (USA) + + + + Games + Need for Speed - Underground (USA) + + + + Games + Nickelodeon The SpongeBob SquarePants Movie (USA) (Rev 1) + + + + Games + Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It) + + + + Games + Wave Race - Blue Storm (USA) + + + + Applications + Game Boy Player Start-Up Disc (USA) (Rev 3) + + + + Games + Wario World (Europe) (En,Fr,De,Es,It) + + + + Games + Super Robot Taisen GC (Japan) + + + + Games + P.N. 03 (Europe) (En,Fr,De,Es,It) + + + + Games + Godzilla - Destroy All Monsters Melee (Europe) (En,Fr,De,Es,It) + + + + Games + Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 1) + + + + Games + Baten Kaitos - Eternal Wings and the Lost Ocean (USA) (Disc 2) + + + + Games + Baten Kaitos Origins (USA, Canada) (Disc 1) + + + + Games + Baten Kaitos Origins (USA, Canada) (Disc 2) + + + + Games + Phantasy Star Online Episode I & II (USA) (En,Ja,Fr,De,Es) (Rev 1) + + + + Games + 2002 FIFA World Cup (Europe) + + + + Games + RedCard (Europe) (En,Fr,De,Es,It) + + + + Games + NHL Hitz 2002 (Europe) (Rev 1) + + + + Games + Tales of Symphonia (France) (Disc 1) + + + + Games + Tales of Symphonia (France) (Disc 2) + + + + Games + Legend of Zelda, The - Four Swords Adventures (USA) + + + + Games + Prince of Persia - The Sands of Time (USA) (En,Fr,Es) (Rev 1) + + + + Games + Bloody Roar - Primal Fury (USA) + + + + Games + Naruto - Clash of Ninja (USA) + + + + Games + Zatch Bell! Mamodo Battles (USA) + + + + Games + Custom Robo (USA) + + + + Games + Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (USA) + + + + Games + DreamWorks Shrek - Smash n' Crash Racing (USA) + + + + Games + Billy Hatcher and the Giant Egg (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Donkey Kong Jungle Beat (Europe) (En,Fr,De,Es,It) + + + + Games + Geist (Europe) (En,Fr,De,Es,It) + + + + Games + Killer7 (Europe) (En,Fr,De) (Disc 1) + + + + Games + Killer7 (Europe) (En,Fr,De) (Disc 2) + + + + Games + Odama (Europe) (En,Fr,De,Es,It) + + + + Games + Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Resident Evil - Code - Veronica X (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Star Fox - Assault (Europe) (En,Fr,De,Es,It) + + + + Games + TimeSplitters - Future Perfect (France) + + + + Games + Viewtiful Joe - Red Hot Rumble (Europe) (En,Fr,De,Es,It) + + + + Games + WarioWare, Inc. - Mega Party Game$! (USA) + + + + Games + Simpsons, The - Road Rage (USA) + + + + Games + Super Smash Bros. Melee (USA) (En,Ja) (Rev 2) + + + + Games + Mega Man Anniversary Collection (USA, Canada) (Rev 1) + + + + Games + Aggressive Inline (Europe) (En,Fr,De,Es) + + + + Games + Batman - Dark Tomorrow (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Batman - Vengeance (Europe) (En,Fr,De,Es,It) + + + + Games + Goblin Commander - Unleash the Horde (Europe) (En,Fr,De) + + + + Games + Hot Wheels - Velocity X (Europe) + + + + Games + Nickelodeon Jimmy Neutron - Der mutige Erfinder (Germany) + + + + Games + Nickelodeon SpongeBob SquarePants and Friends Unite! (Europe) (En,Fr,De,Nl) + + + + Games + Disneys Himmel und Huhn (Germany) + + + + Games + Minority Report - Everybody Runs (Germany) + + + + Games + Disney's Hide & Sneak (Europe) (En,Fr,De) + + + + Games + Disney Sports - Football (Europe) (En,Fr,De,Es,It) + + + + Games + Disney's Donald Duck PK (Europe) (En,Fr,De,Es,It) + + + + Games + Harry Potter und der Feuerkelch (Germany) + + + + Games + Harry Potter and the Chamber of Secrets (Europe) (En,Fr,De) + + + + Games + Fantastici 4, I (Italy) + + + + Games + DreamWorks Madagascar (Italy) + + + + Games + DreamWorks Shark Tale (Italy) + + + + Games + Pokemon Channel - Pikachu to Issho! (Japan) + + + + Bonus Discs + Pokemon Channel - Bangumi Kakuchou Pack (Japan) + + + + Games + Ultimate Spider-Man (Italy) + + + + Games + NCAA College Basketball 2K3 (USA) + + + + Games + Catwoman (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 12 (USA) + + + + Games + Dragon Ball Z - Budokai (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 11 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 13 (USA) + + + + Games + All-Star Baseball 2003 featuring Derek Jeter (USA) + + + + Games + Mat Hoffman's Pro BMX 2 (USA) + + + + Games + MVP Baseball 2004 (USA) + + + + Games + Mario Party 4 (USA) + + + + Games + Freestyle Street Soccer (USA) (En,Es) + + + + Games + Sonic Adventure DX - Director's Cut (Europe) (En,Ja,Fr,De,Es) (Rev 1) + + + + Games + GoldenEye - Au Service du Mal (France) (Disc 1) + + + + Games + GoldenEye - Au Service du Mal (France) (Disc 2) + + + + Games + Lost Kingdoms (Europe) (En,Fr) + + + + Games + Black & Bruised (Europe) (En,Fr,De) + + + + Games + Ikaruga (Europe) + + + + Games + Lord of the Rings, The - The Return of the King (Europe) (En,Nl,Sv) + + + + Games + Mega Man X - Command Mission (Europe) (En,Fr,De) + + + + Games + Harry Potter - Quidditch World Cup (USA) (En,Fr,Es) + + + + Games + Beyond Good & Evil (USA) (En,Es) + + + + Games + Disney's The Haunted Mansion (USA) + + + + Games + Baldur's Gate - Dark Alliance (USA) + + + + Games + Dead to Rights (USA) + + + + Games + Egg Mania - Eggstreme Madness (USA) (Rev 1) + + + + Games + Enter the Matrix (USA) (Disc 1) + + + + Games + Enter the Matrix (USA) (Disc 2) + + + + Games + Go! Go! Hypergrind (USA) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (Europe) + + + + Games + International Superstar Soccer 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Alien Hominid (USA) + + + + Games + Tony Hawk's Pro Skater 4 (USA) + + + + Games + Rocky (USA) + + + + Games + Tiger Woods PGA Tour 2004 (USA) (Disc 1) + + + + Games + Tiger Woods PGA Tour 2004 (USA) (Disc 2) + + + + Games + Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (USA) + + + + Games + Dark Summit (USA) + + + + Games + Marvel Nemesis - Rise of the Imperfects (USA) + + + + Games + 007 - From Russia with Love (USA) + + + + Games + Pac-Man Fever (USA) + + + + Games + Disney's PK - Out of the Shadows (USA) (En,Fr,De,It) + + + + Games + Starsky & Hutch (USA) + + + + Games + Pokemon Box - Ruby & Sapphire (Japan) + + + + Games + Densetsu no Quiz-ou Ketteisen (Japan) + + + + Games + XGIII - Extreme G Racing (USA) + + + + Games + Batman - Vengeance (USA) (En,Fr,Es) + + + + Games + Big Mutha Truckers (USA) + + + + Games + Harry Potter and the Prisoner of Azkaban (USA) + + + + Games + Medal of Honor - Frontline (USA) + + + + Games + Lord of the Rings, The - The Return of the King (USA) + + + + Games + Casper - Spirit Dimensions (USA) + + + + Games + BloodRayne (USA) + + + + Games + Drome Racers (USA) + + + + Games + Disney-Pixar Finding Nemo (USA) (Rev 1) + + + + Games + FIFA Soccer 2002 (USA) + + + + Games + NCAA Football 2004 (USA) + + + + Games + NFL 2K3 (USA) + + + + Games + Whirl Tour (USA) + + + + Games + R-Racing Evolution (USA) + + + + Games + Super Smash Bros. Melee (USA) (En,Ja) + + + + Games + SSX on Tour (USA) + + + + Games + Harvest Moon - Magical Melody (USA) + + + + Games + Dance Dance Revolution - Mario Mix (USA) (Rev 1) + + + + Games + Super Monkey Ball 2 (USA) + + + + Games + Pac-Man Vs. (USA) + + + + Games + Pac-Man World 2 (USA) + + + + Games + Fire Emblem - Path of Radiance (USA) + + + + Games + Tom Clancy's Ghost Recon (USA) + + + + Games + Sonic Gems Collection (USA) + + + + Games + Killer7 (USA) (Disc 1) (Rev 1) + + + + Games + Killer7 (USA) (Disc 2) (Rev 1) + + + + Games + Donkey Kong Jungle Beat (USA) + + + + Bonus Discs + Pokemon Colosseum (USA) (Bonus Disc) + + + + Games + Red Faction II (USA) + + + + Games + Smuggler's Run - Warzones (USA) + + + + Games + TimeSplitters 2 (USA) + + + + Games + Battalion Wars (USA, Canada) + + + + Games + Rayman 3 - Hoodlum Havoc (USA) (En,Fr,De,Es,It) + + + + Games + Chibi-Robo! (USA) + + + + Games + Pikmin 2 (USA) + + + + Games + Super Monkey Ball (USA) + + + + Games + Phantasy Star Online Episode III - C.A.R.D. Revolution (USA) (En,Ja) + + + + Games + Harvest Moon - A Wonderful Life (USA) + + + + Games + Call of Duty - Finest Hour (USA) + + + + Games + Darkened Skye (USA) + + + + Games + Dr. Muto (USA) + + + + Games + Dragon's Lair 3D - Return to the Lair (USA) + + + + Games + Freaky Flyers (USA) (Disc 1) + + + + Games + Freaky Flyers (USA) (Disc 2) + + + + Games + MC Groovz Dance Craze (USA, Canada) + + + + Games + Minority Report - Everybody Runs (USA) + + + + Games + Spider-Man (USA) + + + + Games + Wario World (USA) + + + + Games + Scaler (USA) (En,Fr) + + + + Games + 1080 Avalanche (USA) + + + + Games + Amazing Island (USA) + + + + Games + Super Mario Strikers (USA) + + + + Games + Wai Wai Golf (Japan) + + + + Games + Disney's Magical Park (Japan) + + + + Games + WWE Day of Reckoning 2 (USA) + + + + Games + Lost Kingdoms II (USA) + + + + Games + Midway Arcade Treasures 3 (USA) + + + + Games + Odama (USA) (Rev 1) + + + + Games + Gauntlet - Dark Legacy (USA) + + + + Games + Bomberman Generation (USA) + + + + Games + Batman Begins (USA) + + + + Games + Batman - Dark Tomorrow (USA) (Rev 1) + + + + Games + Batman - Rise of Sin Tzu (USA) (En,Fr,Es) + + + + Games + Beach Spikers - Virtua Beach Volleyball (USA) + + + + Games + BMX XXX (USA) + + + + Games + Intellivision Lives! (USA) + + + + Games + Mario Power Tennis (USA) + + + + Games + Mega Man X - Command Mission (USA) + + + + Games + Skies of Arcadia - Legends (USA) + + + + Games + Harvest Moon - Another Wonderful Life (USA) + + + + Games + Cubivore - Survival of the Fittest (USA) + + + + Games + Mario Superstar Baseball (USA) + + + + Games + Naruto - Clash of Ninja 2 (USA) + + + + Games + Sonic Riders (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Space Raiders (USA) + + + + Games + Spider-Man 2 (USA) + + + + Games + NBA Street V3 (USA) + + + + Games + Shadow the Hedgehog (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Sonic Heroes (USA) (En,Ja,Fr,De,Es,It) + + + + Games + 007 - Agent Under Fire (USA) + + + + Games + Midway Arcade Treasures (USA) + + + + Games + Midway Arcade Treasures 2 (USA) + + + + Games + Viewtiful Joe - Red Hot Rumble (USA) + + + + Games + I-Ninja (USA) + + + + Games + Ultimate Spider-Man (USA) + + + + Games + Mortal Kombat - Deadly Alliance (Germany) (En,Fr,De,Es,It) + + + + Games + Powerpuff Girls, The - Relish Rampage - Pickled Edition (Europe) (En,Fr,De,Es) + + + + Games + Need for Speed - Underground (Europe) + + + + Games + Hot Wheels - World Race (Europe) + + + + Games + MX SuperFly (Europe) + + + + Games + NHL Hitz Pro (USA) + + + + Games + Yu-Gi-Oh! The Falsebound Kingdom (USA) + + + + Games + Crazy Taxi (USA) + + + + Games + X-Men - Next Dimension (USA) + + + + Games + Mega Man X Collection (USA) + + + + Games + Burnout (USA) + + + + Games + Burnout 2 - Point of Impact (USA) + + + + Games + Need for Speed - Carbon (USA) + + + + Games + Sims 2, The - Pets (USA) + + + + Games + Kirby Air Ride (USA) + + + + Games + Scorpion King, The - Rise of the Akkadian (Europe) (En,Fr,De,Es,It) + + + + Games + Pool Paradise (USA) + + + + Games + Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Baten Kaitos - Eternal Wings and the Lost Ocean (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Call of Duty - Finest Hour (Europe) + + + + Games + Nickelodeon Avatar - The Last Airbender (USA) + + + + Games + Ed, Edd n Eddy - The Mis-Edventures (USA) (En,Fr) + + + + Demos + Interactive Multi-Game Demo Disc Version 10 (USA) + + + + Demos + Interactive Multi-Game Demo Disc - March 2002 (USA) + + + + Games + 18 Wheeler - American Pro Trucker (USA) + + + + Games + Monopoly Party (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA) + + + + Games + Backyard Football (USA) + + + + Games + FireBlade (Europe) (En,Fr,De,Es,It) + + + + Games + Hunter - The Reckoning (Europe) (En,Fr,De) + + + + Games + Hitman 2 - Silent Assassin (USA) + + + + Games + Men in Black II - Alien Escape (USA) + + + + Games + Shonen Jump's One Piece - Grand Battle (USA) + + + + Games + Disney-Pixar Cars (USA) + + + + Games + All-Star Baseball 2002 (USA) + + + + Games + ATV - Quad Power Racing 2 (USA) + + + + Games + Crash Bandicoot - The Wrath of Cortex (USA) + + + + Games + Charlie and the Chocolate Factory (USA) + + + + Games + Cubix Robots for Everyone - Showdown (USA) + + + + Games + Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (USA) + + + + Games + Dave Mirra Freestyle BMX 2 (USA) + + + + Games + Defender (USA) + + + + Games + Def Jam - Vendetta (USA) + + + + Games + F1 2002 (USA) (En,Fr,De,It) + + + + Games + FireBlade (USA) + + + + Games + DreamWorks & Aardman Flushed Away (USA) + + + + Games + Harry Potter and the Goblet of Fire (USA) + + + + Games + Hunter - The Reckoning (USA) + + + + Games + Disney-Pixar The Incredibles (USA) + + + + Games + Disney-Pixar The Incredibles - Rise of the Underminer (USA) + + + + Games + Medal of Honor - Rising Sun (USA) (Disc 1) + + + + Games + Medal of Honor - Rising Sun (USA) (Disc 2) + + + + Games + Looney Tunes - Back in Action (USA) + + + + Games + MVP Baseball 2005 (USA) + + + + Games + Disney-Pixar Monsters, Inc. - Scream Arena (USA) + + + + Games + MLB SlugFest 2003 (USA) + + + + Games + NBA Live 06 (USA) + + + + Games + NBA Live 2003 (USA) + + + + Games + NBA Live 2004 (USA) + + + + Games + NBA Street Vol. 2 (USA) + + + + Games + Need for Speed - Hot Pursuit 2 (USA) + + + + Games + Need for Speed - Most Wanted (USA) + + + + Games + Need for Speed - Underground 2 (USA) + + + + Games + NCAA Football 2005 (USA) + + + + Games + NFL Blitz 2003 (USA) + + + + Games + NFL Blitz Pro (USA) + + + + Games + NHL 2005 (USA) (En,Fr) + + + + Games + Nicktoons - Battle for Volcano Island (USA) + + + + Games + NFL QB Club 2002 (USA) + + + + Games + Scorpion King, The - Rise of the Akkadian (USA) + + + + Games + Shrek 2 (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (USA) + + + + Games + Tony Hawk's Underground (USA) + + + + Games + True Crime - New York City (USA) + + + + Games + True Crime - Streets of LA (USA) + + + + Games + Strike Force Bowling (USA) + + + + Games + SSX 3 (USA) + + + + Games + WTA Tour Tennis (USA) + + + + Games + SpyHunter (USA) + + + + Games + Nickelodeon Tak - The Great Juju Challenge (USA) + + + + Games + Ant Bully, The (USA) (En,Fr) + + + + Games + 4x4 Evo 2 (USA) + + + + Games + Nickelodeon Jimmy Neutron - Boy Genius (USA) + + + + Games + NBA Live 2005 (USA) + + + + Games + Legends of Wrestling (USA) + + + + Games + Mystic Heroes (USA) + + + + Games + Monster House (USA) (En,Fr) + + + + Games + Polar Express, The (USA) + + + + Games + Shonen Jump's One Piece - Pirates' Carnival (USA) + + + + Games + Robots (USA) + + + + Games + SeaWorld Adventure Parks - Shamu's Deep Sea Adventures (USA) + + + + Games + Worms Blast (USA) (En,Fr,Es) + + + + Games + X2 - Wolverine's Revenge (USA) + + + + Games + Namco Museum (USA) + + + + Games + Swingerz Golf (USA) + + + + Games + Tonka - Rescue Patrol (USA) + + + + Games + 2002 FIFA World Cup (USA) + + + + Games + Aquaman - Battle for Atlantis (USA) + + + + Games + Bad Boys - Miami Takedown (USA) + + + + Games + Disney's Magical Mirror Starring Mickey Mouse (USA) + + + + Games + FIFA Soccer 06 (USA) + + + + Games + Freestyle Metal X (USA) + + + + Games + Gun (USA) + + + + Games + Medal of Honor - European Assault (USA) + + + + Games + Monster Jam - Maximum Destruction (USA) + + + + Games + MX SuperFly (USA) + + + + Games + NBA 2K2 (USA) + + + + Games + NFL Street (USA) + + + + Games + NHL 06 (USA) (En,Fr) + + + + Games + Power Rangers - Dino Thunder (USA) + + + + Games + Reign of Fire (USA) + + + + Games + Shrek Extra Large (USA) + + + + Games + Speed Kings (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA) + + + + Games + Spyro - A Hero's Tail (USA) + + + + Games + Summoner - A Goddess Reborn (USA) + + + + Games + Teenage Mutant Ninja Turtles (USA) + + + + Games + Tiger Woods PGA Tour 06 (USA) + + + + Games + Virtua Quest (USA) + + + + Games + WWE Day of Reckoning (USA) + + + + Games + Buffy the Vampire Slayer - Chaos Bleeds (USA) + + + + Games + Bionicle (USA) + + + + Games + Bionicle Heroes (USA) (Rev 1) + + + + Games + Bratz - Rock Angelz (USA) + + + + Games + Carmen Sandiego - The Secret of the Stolen Drums (USA) (En,Fr) + + + + Games + Charlie's Angels (USA) (En,Fr) + + + + Games + Fairly OddParents, The - Shadow Showdown (USA) + + + + Games + Freekstyle (USA) + + + + Games + Harry Potter and the Sorcerer's Stone (USA) (En,Es) (Rev 1) + + + + Games + Lara Croft Tomb Raider - Legend (USA) + + + + Games + DreamWorks Madagascar (USA) (Rev 1) + + + + Games + Mark Davis Pro Bass Challenge (USA) + + + + Games + Medabots Infinity (USA) (Rev 1) + + + + Games + NHL 2004 (USA) + + + + Games + Open Season (USA) (En,Fr,Es) + + + + Games + Pinball Hall of Fame - The Gottlieb Collection (USA) + + + + Games + Pitfall - The Lost Expedition (USA) + + + + Games + Nickelodeon Rugrats - Royal Ransom (USA) + + + + Games + Samurai Jack - The Shadow of Aku (USA) + + + + Games + Scooby-Doo! Mystery Mayhem (USA) + + + + Games + Scooby-Doo! Night of 100 Frights (USA) + + + + Games + Scooby-Doo! Unmasked (USA) (En,Fr) + + + + Games + DreamWorks Shark Tale (USA) + + + + Games + SRS - Street Racing Syndicate (USA) + + + + Games + Tom Clancy's Ghost Recon 2 (USA) (En,Fr,Es) + + + + Games + Tom Clancy's Rainbow Six - Lockdown (USA) + + + + Games + Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 1) + + + + Games + Tom Clancy's Splinter Cell - Chaos Theory (USA) (En,Fr,Es) (Disc 2) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 1) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) (Disc 2) + + + + Games + Tube Slider - The Championship of Future Formula (USA) + + + + Games + Turok - Evolution (USA) + + + + Games + Ty the Tasmanian Tiger 2 - Bush Rescue (USA) + + + + Games + X-Men - The Official Game (USA) + + + + Games + X-Men Legends II - Rise of Apocalypse (USA) + + + + Games + Army Men - RTS (USA) + + + + Games + Army Men - Sarge's War (USA) + + + + Games + Backyard Baseball (USA) + + + + Games + Bratz - Forever Diamondz (USA) + + + + Games + Call of Duty 2 - Big Red One (USA) + + + + Games + Chaos Field (USA) + + + + Games + Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (USA) + + + + Games + Dakar 2 (USA) (En,Fr,De,Es,It) + + + + Games + Disney's Tarzan - Untamed (USA) (En,Fr) + + + + Games + ESPN International Winter Sports 2002 (USA) + + + + Games + Fairly OddParents, The - Breakin' da Rules (USA) + + + + Games + Fantastic 4 (USA) + + + + Games + Battalion Wars (Europe) (En,Fr,De,Es,It) + + + + Games + Grim Adventures of Billy & Mandy, The (USA) + + + + Games + Happy Feet (USA) (En,Fr) + + + + Games + Hulk (USA) + + + + Games + Ice Age 2 - The Meltdown (USA) + + + + Games + Karaoke Revolution Party (USA) + + + + Games + Legend of Spyro, The - A New Beginning (USA) + + + + Games + LEGO Star Wars - The Video Game (USA) + + + + Games + LEGO Star Wars II - The Original Trilogy (USA) + + + + Games + Metal Arms - Glitch in the System (USA) + + + + Games + MLB SlugFest 2004 (USA) + + + + Games + Mortal Kombat - Deception (USA) + + + + Games + NFL Blitz 2002 (USA) + + + + Games + NHL 2K3 (USA) + + + + Games + Powerpuff Girls, The - Relish Rampage - Pickled Edition (USA) + + + + Games + Super Monkey Ball Adventure (USA) + + + + Games + Teen Titans (USA) (En,Fr) + + + + Games + Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 1) + + + + Games + Teenage Mutant Ninja Turtles 3 - Mutant Nightmare (USA) (Disc 2) + + + + Games + Terminator 3 - The Redemption (USA) + + + + Games + Tom Clancy's Rainbow Six 3 (USA) + + + + Games + Tony Hawk's Underground 2 (USA) + + + + Games + Ultimate Muscle - Legends vs. New Generation (USA) + + + + Games + Rampage - Total Destruction (USA) + + + + Games + Ty the Tasmanian Tiger - Night of the Quinkan (USA) + + + + Games + Bust-A-Move 3000 (USA) + + + + Games + RoadKill (USA) + + + + Games + Beach Spikers - Virtua Beach Volleyball (Europe) (En,Fr,De,Es,It) + + + + Games + Chibi-Robo! (Europe) (En,Fr,De,Es,It) + + + + Games + Crazy Taxi (Europe) (En,Fr,De,Es) + + + + Games + Donkey Konga 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Harvest Moon - A Wonderful Life (Europe) + + + + Games + R-Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Legend of Zelda, The - Four Swords Adventures (Europe) (En,Fr,De,Es,It) + + + + Games + Pac-Man Vs. (Europe) (En,Fr,De,Es,It) + + + + Games + Pikmin 2 (Japan) + + + + Games + Kidou Senshi Gundam - Senshitachi no Kiseki (Japan) + + + + Games + World Soccer Winning Eleven 6 - Final Evolution (Japan) + + + + Games + Skies of Arcadia - Legends (Europe) (En,Fr,De,Es) + + + + Games + Serious Sam - Next Encounter (Europe) (En,Fr,De) + + + + Games + TMNT (USA) (En,Fr,Es) + + + + Games + Shonen Jump's One Piece - Grand Adventure (USA) + + + + Games + Tetris Worlds (Japan) + + + + Games + Egg Mania - Tsukande! Mawashite! Dossun Puzzle!! (Japan) (Rev 1) + + + + Games + Super Mario Strikers (Japan) + + + + Games + Mario Tennis GC (Japan) (Rev 1) + + + + Games + One Piece - Grand Battle! Rush (Japan) + + + + Games + Odama (Japan) (Rev 1) + + + + Games + Sonic Riders (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + GT Cube (Japan) + + + + Games + Killer7 (Japan) (Disc 1) (Rev 2) + + + + Games + Killer7 (Japan) (Disc 2) (Rev 2) + + + + Games + Hudson Selection Vol. 1 - Cubic Lode Runner (Japan) + + + + Games + Ultimate Spider-Man (Japan) + + + + Games + Frogger (Japan) + + + + Games + Crash Bandicoot 4 - Sakuretsu! Majin Power (Japan) + + + + Games + Crash Bandicoot - Gatchanko World (Japan) + + + + Games + Mario Party 4 (Japan) + + + + Games + Mario Party 5 (Japan) + + + + Games + Mario Party 6 (Japan) + + + + Games + Mario Party 7 (Japan) + + + + Games + 007 - Everything or Nothing (Europe) (En,It,Nl,Sv) + + + + Games + Puyo Pop Fever (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Black & Bruised (USA) + + + + Games + Big Air Freestyle (USA) + + + + Games + Ace Golf (Europe) (En,Fr) + + + + Games + Italian Job, The (USA) + + + + Games + Spartan - Total Warrior (Europe) (En,Es,It) + + + + Games + Super Monkey Ball (Europe) (En,Fr,De,Es,It) + + + + Games + Tales of Symphonia (Europe) (Disc 1) + + + + Games + Tales of Symphonia (Europe) (Disc 2) + + + + Games + Disney Sports - Soccer (USA) + + + + Games + Army Men - Air Combat - The Elite Missions (USA) + + + + Games + Gladius (USA) + + + + Games + FIFA World Cup Germany 2006 (USA) + + + + Games + All-Star Baseball 2004 featuring Derek Jeter (USA) + + + + Games + Turok - Evolution (Europe) (En,Fr,Es,It) + + + + Games + Viewtiful Joe 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Wreckless - The Yakuza Missions (Europe, Australia) (En,Fr,De) + + + + Games + Tom Clancy's Splinter Cell - Pandora Tomorrow (USA) (Rev 1) + + + + Demos + Biohazard Zero - Trial Edition (Japan) (Jitsuen-you Sample) + + + + Games + Animaniacs - The Great Edgar Hunt (Europe) (En,Fr,De,Es,It) + + + + Demos + Resident Evil 4 (Australia) (En,Fr,De,Es,It) (Bonus Disc) + + + + Games + Legend of Zelda, The - Ocarina of Time & Master Quest (Australia) (En,Fr,De) + + + + Games + Ty the Tasmanian Tiger (Europe) (En,Fr,De,Es,It) + + + + Games + Summoner - A Goddess Reborn (Europe) + + + + Games + Ice Age 2 - The Meltdown (Europe) (En,Fr,De) + + + + Games + Burnout 2 - Point of Impact (Europe) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's Underground (Europe) (En,Fr,De) + + + + Games + Tony Hawk's Underground 2 (Europe) (En,Fr,De) + + + + Games + Need for Speed - Underground 2 (Europe, Australia) + + + + Games + Madden NFL 07 (USA) + + + + Games + Peter Jackson's King Kong - The Official Game of the Movie (USA) (En,Fr,Es) + + + + Games + Auto Modellista (USA) + + + + Games + Animaniacs - The Great Edgar Hunt (USA) + + + + Games + American Chopper 2 - Full Throttle (USA) + + + + Games + Evolution Skateboarding (USA) + + + + Games + Kelly Slater's Pro Surfer (USA) + + + + Games + SSX on Tour (Europe) + + + + Demos + Biohazard (Japan) (Tokubetsuban) + + + + Games + Spyro - A Hero's Tail (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Judge Dredd - Dredd vs. Death (USA) + + + + Games + Mission - Impossible - Operation Surma (USA) + + + + Games + Wreckless - The Yakuza Missions (USA) + + + + Games + City Racer (USA) + + + + Games + TransWorld Surf - Next Wave (USA) + + + + Games + Evolution Snowboarding (USA) + + + + Games + Dinotopia - The Sunstone Odyssey (USA) + + + + Games + Burnout (Europe) (En,Fr,De,Es,It) + + + + Games + Donkey Konga (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Bounty Hunter (Europe) + + + + Games + Star Wars - The Clone Wars (Europe) + + + + Games + Mario Golf - Toadstool Tour (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Prince of Persia - The Sands of Time (Europe) (En,Fr,De,Es,It) + + + + Games + Rayman 3 - Hoodlum Havoc (Europe) (En,Fr,De,Es,It) + + + + Games + Sonic Heroes (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Sonic Mega Collection (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Rogue Squadron III - Rebel Strike (Europe) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - September 2002 (Australia) (En,Fr,De,Es,It) + + + + Games + Animal Crossing (Australia) + + + + Games + Judge Dredd - Dredd vs. Death (Europe) (En,Fr) + + + + Games + Peter Jackson's King Kong - The Official Game of the Movie (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + Mario Party 5 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + XIII (Europe) + + + + Games + Pokemon Channel (Australia) + + + + Games + Nickelodeon The Adventures of Jimmy Neutron - Boy Genius - Jet Fusion (Europe) + + + + Games + Tony Hawk's Pro Skater 3 (Europe) + + + + Games + Pro Rally 2002 (USA) (En,Fr,Es) + + + + Games + Frogger - Ancient Shadow (USA) (En,Es) + + + + Games + Jeremy McGrath Supercross World (USA) + + + + Games + Incredible Hulk, The - Ultimate Destruction (USA) + + + + Games + Gun (Europe) (En,Fr,Es,It) + + + + Games + FIFA 07 (Europe) + + + + Games + Spider-Man (Europe) + + + + Games + Nickelodeon Jimmy Neutron - Boy Genius - Attack of the Twonkies (Europe) + + + + Games + Eggo Mania (Europe) (En,Fr,De) + + + + Games + DreamWorks Over the Hedge (USA) + + + + Games + Tom Clancy's Ghost Recon (Europe) (En,Fr,Es,It) + + + + Games + Rave Master (USA) + + + + Demos + Resident Evil 4 (Europe) (En,Fr,De,Es,It) (Bonus Disc) + + + + Games + Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Big Air Freestyle (Europe) (En,Fr,De,Es,It) + + + + Games + Crash Nitro Kart (Europe) + + + + Games + Dragon Ball Z - Sagas (USA) + + + + Games + LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da) + + + + Games + Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney-Pixar Ratatouille (USA) + + + + Games + Kirby Air Ride (Europe) (En,Fr,De,Es,It) + + + + Games + Vexx (Europe) (En,Fr,De,Es,It) + + + + Games + Fight Night Round 2 (USA) + + + + Demos + Biohazard 4 (Japan) (En,Ja) (Taikenban) + + + + Games + Cabela's Dangerous Hunts 2 (USA) + + + + Games + King Arthur (USA) + + + + Games + Zoids - Battle Legends (USA) + + + + Games + Blowout (USA) + + + + Games + Backyard Sports - Baseball 2007 (USA) + + + + Games + Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 2) + + + + Demos + Resident Evil 4 (USA) (Preview Disc) + + + + Games + Nickelodeon Barnyard (USA) + + + + Games + Cabela's Outdoor Adventures (USA) + + + + Games + World Series of Poker (USA) (Rev 1) + + + + Games + XGRA - Extreme G Racing Association (USA) + + + + Games + Zatch Bell! Mamodo Fury (USA) + + + + Games + Trigger Man (USA) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (USA) + + + + Games + Lost Kingdoms (USA) + + + + Games + Disney Sports - Basketball (USA) + + + + Games + Disney Sports - Skateboarding (USA) + + + + Games + Sims, The - Bustin' Out (USA) + + + + Games + Urbz, The - Sims in the City (USA) + + + + Games + Second Sight (USA) + + + + Games + Legends of Wrestling II (USA) + + + + Games + Future Tactics - The Uprising (USA) + + + + Games + Frogger's Adventures - The Rescue (USA) + + + + Games + Rally Championship (USA) + + + + Games + Sega Soccer Slam (USA) + + + + Games + Virtua Striker 2002 (USA) + + + + Games + Crash Tag Team Racing (USA) + + + + Games + Walt Disney Pictures Presents Meet the Robinsons (USA) + + + + Games + Serious Sam - Next Encounter (USA) (Rev 1) + + + + Games + Superman - Shadow of Apokolips (USA) + + + + Games + Capcom vs. SNK 2 EO (USA) + + + + Games + Puyo Pop Fever (Europe) (En,Fr,De,Es,It) + + + + Games + Tetris Worlds (Europe) (En,Fr,De) + + + + Games + UFC - Throwdown (USA) + + + + Games + Smashing Drive (USA) + + + + Games + Taz - Wanted (USA) (En,Fr,De,Es,It) + + + + Games + Hot Wheels - Velocity X (USA) + + + + Games + Def Jam - Fight for NY (Europe) (En,Fr) + + + + Games + NBA Street Vol. 2 (Europe) (En,Fr) + + + + Games + International Superstar Soccer 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Simpsons, The - Hit & Run (Europe) (En,Fr,De) + + + + Games + NFL Street 2 (USA) + + + + Games + Rogue Ops (USA) + + + + Games + Road Trip - The Arcade Edition (USA) + + + + Games + Spartan - Total Warrior (USA) + + + + Games + Surf's Up (USA) (En,Fr,Es) + + + + Games + Shrek Super Party (USA) + + + + Games + DreamWorks Shrek - SuperSlam (USA) + + + + Games + TimeSplitters - Future Perfect (USA) + + + + Games + Sum of All Fears, The (USA) + + + + Games + Disney's Piglet's Big Game (USA) + + + + Games + Major League Baseball 2K6 (USA) + + + + Games + Simpsons, The - Hit & Run (USA) + + + + Games + Tetris Worlds (USA) (Rev 1) + + + + Games + Pac-Man World Rally (USA) + + + + Games + RedCard 20-03 (USA) + + + + Games + Hulk (Europe) + + + + Games + Muppets - Party Cruise (USA) + + + + Games + Kao the Kangaroo - Round 2 (USA) + + + + Games + Grooverider - Slot Car Thunder (USA) + + + + Games + TimeSplitters - Future Perfect (Europe) + + + + Games + FIFA Soccer 07 (USA) (En,Es) + + + + Games + FIFA Soccer 2005 (USA) (En,Es) + + + + Games + FIFA Street (USA) (En,Es) + + + + Games + Gotcha Force (USA) + + + + Games + Freedom Fighters (Europe) + + + + Games + Namco Museum 50th Anniversary (USA) + + + + Games + Digimon World 4 (USA) + + + + Games + Lotus Challenge (USA) + + + + Games + WWE Crush Hour (USA) + + + + Games + Wallace & Gromit in Project Zoo (USA) + + + + Games + Monster 4x4 - Masters of Metal (USA) + + + + Games + Disney's Hide & Sneak (USA) (Rev 1) + + + + Games + FIFA Soccer 2004 (USA) + + + + Games + FIFA Street 2 (USA) (En,Es) + + + + Games + Tony Hawk's American Wasteland (USA) + + + + Games + Disney's Donald Duck - Goin' Quackers (USA) (En,Fr) + + + + Games + Sims 2, The (USA) + + + + Games + Frogger Beyond (USA) + + + + Games + Nickelodeon Rocket Power - Beach Bandits (USA) + + + + Games + ESPN MLS ExtraTime 2002 (USA) + + + + Games + NASCAR - Dirt to Daytona (USA) + + + + Games + NASCAR Thunder 2003 (USA) + + + + Games + Teenage Mutant Ninja Turtles 2 - Battle Nexus (USA) (Disc 1) + + + + Games + Ribbit King (USA) (En,Es) + + + + Bonus Discs + Ribbit King Plus! (USA) (Bonus Disc) + + + + Games + Cabela's Big Game Hunter 2005 Adventures (USA) + + + + Games + Curious George (USA) + + + + Games + NASCAR 2005 - Chase for the Cup (USA) + + + + Games + Pac-Man World 3 (USA) + + + + Games + Disney's Chicken Little (USA) + + + + Games + Conflict - Desert Storm II - Back to Baghdad (USA) + + + + Games + Hot Wheels - World Race (USA) (Rev 1) + + + + Games + Worms 3D (USA) (En,Fr) + + + + Games + Crash Nitro Kart (USA) + + + + Games + Def Jam - Fight for NY (USA) + + + + Games + BMX XXX (Europe) (En,Fr,De,Es) + + + + Games + Baldur's Gate - Dark Alliance (Europe) (Rev 1) + + + + Games + SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Conflict - Desert Storm (USA) (Rev 1) + + + + Games + Dragon Ball Z - Budokai 2 (USA) + + + + Games + Freedom Fighters (USA) + + + + Games + Digimon Rumble Arena 2 (USA) + + + + Games + Nick Jr. Dora the Explorer - Journey to the Purple Planet (USA) + + + + Games + Hello Kitty - Roller Rescue (USA) + + + + Games + Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (USA) + + + + Games + Star Wars - Bounty Hunter (USA) + + + + Games + Star Wars - The Clone Wars (USA) + + + + Games + Goblin Commander - Unleash the Horde (USA) + + + + Games + Tom and Jerry in War of the Whiskers (USA) + + + + Games + Disney's Extreme Skate Adventure (USA) + + + + Games + Top Angler - Real Bass Fishing (USA) + + + + Games + WWE WrestleMania X8 (USA) + + + + Games + Nickelodeon Party Blast (USA) + + + + Games + Godzilla - Destroy All Monsters Melee (USA) + + + + Games + Sega Soccer Slam (Europe) + + + + Games + Madden NFL 08 (USA) + + + + Games + Cocoto Kart Racer (Europe) (En,Fr,De,Es,It) + + + + Games + Sims, The (USA) + + + + Games + Beyond Good & Evil (Europe) (En,Es) + + + + Games + True Crime - New York City (Europe) + + + + Games + WWE WrestleMania XIX (USA) + + + + Games + XIII (USA) (En,Fr,Es) + + + + Games + Pokemon Box - Ruby & Sapphire (USA) (Rev 1) + + + + Games + Disney-Pixar Finding Nemo (USA) + + + + Games + Disney's Winnie the Pooh's Rumbly Tumbly Adventure (USA) (En,Fr,Es) + + + + Games + Disney Sports - Football (USA) + + + + Games + Disney's Party (USA) + + + + Games + Spirits & Spells (USA) + + + + Games + Need for Speed - Most Wanted (Europe) + + + + Games + Mario Party 4 (Europe) (En,Fr,De,Es,It) + + + + Games + Mario Party 6 (Europe) (En,Fr,De,Es,It) + + + + Games + Pokemon Channel (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Jedi Knight II - Jedi Outcast (USA) + + + + Games + Prince of Persia - The Sands of Time (USA) (En,Fr,Es) + + + + Games + Conflict - Desert Storm (USA) + + + + Games + Tony Hawk's Pro Skater 4 (Europe) + + + + Games + Mario Power Tennis (USA) (Rev 1) + + + + Games + XIII (Europe) (Fr,De,Es,It) + + + + Games + 007 - Agent Under Fire (Europe) + + + + Games + Robots (Europe) (En,Fr,De,Es,It) + + + + Games + Crash Tag Team Racing (Europe, Australia) + + + + Games + Tak and the Power of Juju (Europe) + + + + Games + Lord of the Rings, The - The Third Age (Europe) (Disc 1) + + + + Games + Lord of the Rings, The - The Third Age (Europe) (Disc 2) + + + + Games + Mario Party 7 (Europe) (En,Fr,De,Es,It) + + + + Games + Nintendo Puzzle Collection (Japan) + + + + Games + Medabots Infinity (USA) + + + + Games + Captain Tsubasa - Ougon Sedai no Chousen (Japan) (Rev 1) + + + + Games + BloodRayne (France) + + + + Games + Hikaru no Go 3 (Japan) + + + + Games + Hyper Sports 2002 Winter (Japan) + + + + Games + Pro Tennis WTA Tour (Europe) + + + + Games + Hobbit, The - The Prelude to the Lord of the Rings (Europe) (En,Fr,De,Es,It) + + + + Games + Dragon Ball Z - Budokai (Europe) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's Pro Skater 4 (France) + + + + Games + Super Monkey Ball Adventure (Europe) (En,Fr,De,Es,It) + + + + Games + Monde de Narnia, Le - Chapitre 1 - Le Lion, la Sorciere Blanche et l'Armoire Magique (France) + + + + Games + Spider-Man 2 (France) + + + + Games + Hitman 2 - Silent Assassin (France) + + + + Games + Naruto - Gekitou Ninja Taisen! 4 (Japan) + + + + Games + True Crime - Streets of LA (Europe) (En,Fr,De) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Tom Clancy's Splinter Cell - Chaos Theory (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Metal Arms - Glitch in the System (Europe) + + + + Games + Jeremy McGrath Supercross World (Europe) (En,Fr,De,Es,It) + + + + Games + Gauntlet - Dark Legacy (Europe) (En,Fr,De) + + + + Games + Disney's Party (Europe) (En,Fr,De,Es,It) + + + + Games + Dance Dance Revolution with Mario (Japan) + + + + Games + Pac-Man World 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Medal of Honor - Frontline (Germany) + + + + Games + Cel Damage (Europe) + + + + Games + Evolution Worlds (Europe) + + + + Games + Dragon's Lair 3D - Special Edition (Europe) (En,Fr,De,Es,It) + + + + Games + Future Tactics - The Uprising (Europe) (En,Fr,De,Es,It) + + + + Games + Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It) + + + + Games + Tak und die Macht des Juju (Germany) + + + + Games + Defender - For All Mankind (Europe) (En,Fr,De,Es,It) + + + + Games + Robotech - Battlecry (Europe) (En,Fr,De,Es,It) + + + + Games + F1 2002 (Europe) (En,Fr,De,It) + + + + Games + Harry Potter - Quidditch World Cup (Europe) (Fr,De,Es,It) + + + + Games + X-Men 2 - Wolverine's Revenge (Europe) (Fr,De,Es) + + + + Games + Dark Summit (Europe) (En,Fr,De) + + + + Demos + Star Wars - Rogue Squadron III - Rebel Strike (USA) (Limited Edition Preview Disc) + + + + Games + FIFA World Cup Germany 2006 (Europe) + + + + Games + Tom Clancy's Splinter Cell - Pandora Tomorrow (Europe) + + + + Games + Madden NFL 2003 (Europe) + + + + Games + Madden NFL 2004 (Europe) + + + + Games + Madden NFL 2005 (Europe) + + + + Games + NHL 06 (Europe) (En,Fr) + + + + Games + Naruto - Clash of Ninja - European Version (Europe) (En,Fr,De,Es,It) + + + + Games + Dakar 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Shrek Super Party (Europe) (En,Fr,De,Es,It) + + + + Games + Mario Superstar Baseball (Europe) + + + + Games + DreamWorks Gang de Requins (France) + + + + Games + Harry Potter e il Prigioniero di Azkaban (Italy) + + + + Games + Fantastic 4 (Netherlands) + + + + Games + FIFA Football 2005 (Italy) + + + + Games + FIFA Football 2003 (Italy) + + + + Games + DreamWorks Madagascar (Netherlands) + + + + Games + Harry Potter en de Vuurbeker (Netherlands) + + + + Games + Disney-Pixar Cars (Netherlands) + + + + Games + Serie de Catastroficas Desdichas de Lemony Snicket, Una (Spain) + + + + Games + Medal of Honor - Frontline (Spain) + + + + Games + X-Men Legends II - El Ascenso de Apocalipsis (Spain) + + + + Games + FIFA Football 2004 (Italy) + + + + Games + Harry Potter en de gevangene van Azkaban (Netherlands) + + + + Games + FIFA Football 2005 (Netherlands) + + + + Games + Medabots Infinity (Europe) (En,Fr,De,Nl) + + + + Games + Mary-Kate and Ashley - Sweet 16 - Licensed to Drive (Europe) + + + + Games + Medal of Honor - European Assault (Europe) + + + + Games + True Crime - New York City (Europe) (Fr,Es,It) + + + + Games + Harry Potter and the Prisoner of Azkaban (Europe) + + + + Games + Die Hard - Vendetta (Europe) (Es,It) + + + + Games + Harry Potter - Quidditch World Cup (Europe) (En,Nl,Sv) + + + + Games + True Crime - Streets of LA (UK) + + + + Games + Harry Potter and the Chamber of Secrets (Europe) (Es,It,Pt) + + + + Games + Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,Nl) + + + + Games + Die Hard - Vendetta (Europe) (En,Fr) + + + + Games + Disney's Extreme Skate Adventure (Europe) (Es,It) + + + + Games + Disney's Chicken Little (Europe) + + + + Games + Batman Begins (Europe) (En,Fr,De,Es,Nl) + + + + Games + Open Season (Europe) (En,Fr,Es) + + + + Games + X-Men Legends (Europe) + + + + Games + Dairantou Smash Brothers DX (Japan) (En,Ja) + + + + Games + Legend of Golfer (Japan) + + + + Games + Disney-Pixar The Incredibles (Netherlands) + + + + Games + Pikmin (Japan) (Rev 1) + + + + Games + Atsumare!! Made in Wario (Japan) + + + + Applications + Game Boy Player Start-Up Disc (Europe) (En,Fr,De,Es,It,Nl) (Rev 2) + + + + Games + Outlaw Golf (Europe) (En,Fr,De) + + + + Games + Rocky (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Rainbow Six 3 (Europe) (En,Fr,De,Es,It) + + + + Games + XGIII - Extreme G Racing (Europe) (En,Fr,De,Es) + + + + Games + X-Men - Next Dimension (Europe) + + + + Games + Call of Duty 2 - Big Red One (Europe) + + + + Games + Red Faction II (Europe) + + + + Games + Prince of Persia - The Two Thrones (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Dave Mirra Freestyle BMX 2 (Europe) + + + + Games + Worms 3D (Europe) (En,Fr,De,Es,It) + + + + Games + 007 - From Russia with Love (Europe) + + + + Games + Dancing Stage Mario Mix (Europe) (En,Fr,De,Es,It) + + + + Games + Gladius (Europe) (En,Es,It) + + + + Games + Kyojin no Doshin (Japan) + + + + Games + Shrek 2 (Europe) + + + + Games + BloodRayne (Europe) + + + + Games + Scooby-Doo! Night of 100 Frights (Europe) + + + + Games + Conflict - Desert Storm II (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Street V3 (Europe) (En,Fr,De) + + + + Games + Conan (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Conan (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + Def Jam - Vendetta (Europe) + + + + Games + Pokemon XD - Gale of Darkness (Europe) (En,Fr,De,Es,It) + + + + Games + Sonic Riders (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Sphinx and the Cursed Mummy (Europe) (En,Fr,De,Es,It) + + + + Games + Pool Paradise (Europe) (En,Fr,De,Es,It) + + + + Games + Knights of the Temple - Infernal Crusade (Europe) (En,Fr,De,Es) + + + + Games + Tony Hawk's Pro Skater 4 (Germany) + + + + Games + Lost Kingdoms II (Europe) (En,Fr,De) + + + + Games + NHL 2004 (Europe) (En,Fr,De,Sv,Fi) + + + + Games + Fight Night Round 2 (Europe) (En,Fr,De) + + + + Games + LEGO Star Wars II - The Original Trilogy (Europe) (En,Fr,De,Da) (Rev 1) + + + + Games + Knockout Kings 2003 (Europe) (En,Fr,De) + + + + Games + Need for Speed - Most Wanted (Germany) + + + + Games + LEGO Star Wars - The Video Game (Europe) (Fr,De) + + + + Games + TimeSplitters - Future Perfect (Germany) + + + + Games + Kao the Kangaroo - Round 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Super Bust-A-Move All Stars (Europe) (En,Fr,De,Es,It) + + + + Games + Donkey Konga 3 - Tabehoudai! Haru Mogitate 50-kyoku (Japan) + + + + Games + Beyond Good & Evil (Europe) (Fr,Nl) + + + + Games + Sims 2, The (Europe) (En,Fr,De,Nl) + + + + Games + Spartan - Total Warrior (Germany) + + + + Games + Dead to Rights (Europe) (En,Fr,Es,It) + + + + Games + Mat Hoffman's Pro BMX 2 (Europe) + + + + Games + FIFA Street (Europe) (En,Fr,De) + + + + Games + Nickelodeon Rocket Power - Beach Bandits (Europe) + + + + Games + Disney-Pixar The Incredibles (Europe) + + + + Games + X-Men 2 - Wolverine's Revenge (Europe) + + + + Games + Conflict - Desert Storm (Europe) (En,Fr,De,Es,It) + + + + Games + Legends of Wrestling (Europe) + + + + Games + NHL 2005 (Europe) (En,Fr,De) + + + + Games + Castleween (Europe) (En,Fr,De,Es,It) + + + + Games + Bloody Roar - Primal Fury (Europe) + + + + Games + TMNT (Europe) (En,Fr,De,Es,It) + + + + Games + Drome Racers (Europe) (En,Fr,De,Es,It,Nl,Sv,Da) + + + + Games + Frogger Beyond (Europe) (En,Fr,De,Es,It) + + + + Games + Legend of Spyro, The - A New Beginning (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon Tak - The Great Juju Challenge (Europe) (En,De) + + + + Games + Pac-Man World 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Rally Championship (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Taz - Wanted (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Shrek - SuperSlam (Europe) (De,Nl) + + + + Games + FIFA Street 2 (Europe) (En,Fr,De) + + + + Games + Hello Kitty - Roller Rescue (Europe) (En,Fr,De,Es,It) + + + + Games + Call of Duty 2 - Big Red One (Germany) + + + + Games + Simpsons, The - Road Rage (Europe) (En,Fr,De) + + + + Games + Medal of Honor - Rising Sun (Germany) (Disc 1) + + + + Games + Medal of Honor - Rising Sun (Germany) (Disc 2) + + + + Games + Tales of Symphonia (Spain) (Disc 1) + + + + Games + Tales of Symphonia (Spain) (Disc 2) + + + + Games + Gotcha Force (Europe) (En,Fr,De) + + + + Games + Legends of Wrestling II (Europe) + + + + Games + Reign of Fire (Europe) (En,Fr,De,Es,It) + + + + Games + Namco Museum 50th Anniversary (Europe) (En,Fr,De,Es,It) + + + + Games + Rogue Ops (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Monopoly Party (Europe) (En,Fr,De,Es,It) + + + + Games + Superman - Shadow of Apokolips (Europe) (En,Fr,De,Es,It) + + + + Games + Spider-Man 2 (Germany) + + + + Games + Ultimate Spider-Man (Germany) + + + + Games + NHL Hitz 2003 (Europe) + + + + Games + NBA 2K3 (Europe) + + + + Games + NFL Street (Europe) + + + + Games + ESPN International Winter Sports (Europe) (En,Fr,De,It) + + + + Games + NBA Live 2003 (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Live 2004 (Europe) (En,Fr,De,Es,It) + + + + Games + UFC - Throwdown (Europe) + + + + Games + NBA Live 2005 (Europe) (En,Fr) + + + + Games + NBA Live 06 (Europe) (En,Fr) + + + + Games + 2002 FIFA World Cup (Europe) (Fr,Nl) + + + + Games + Nickelodeon The SpongeBob SquarePants Movie (Europe) (Fr,Nl) + + + + Games + FIFA 06 (Netherlands) + + + + Games + Nickelodeon SpongeBob SquarePants - Licht uit, Camera aan! (Netherlands) + + + + Games + Universal Studios Theme Park Adventure (Europe) (En,Fr,De,Es) + + + + Games + Top Gun - Combat Zones (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney's Winnie the Pooh's Rumbly Tumbly Adventure (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Open Season (Europe) (En,Fr,De,Es,It) + + + + Games + Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) + + + + Games + Hulk (Spain) + + + + Games + Harry Potter and the Philosopher's Stone (Europe) (En,Sv) (Rev 1) + + + + Games + Harry Potter und der Gefangene von Askaban (Germany) + + + + Games + Legend of Zelda, The - The Wind Waker (Korea) + + + + Games + Legend of Zelda, The - Ocarina of Time & Master Quest (Korea) + + + + Games + Zelda Collection (Japan) + + + + Games + Wallace & Gromit in Project Zoo (Europe) (En,Fr,De,Es,It) + + + + Games + Neighbours from Hell (Europe) (En,Fr,De,Es,It) + + + + Games + SSX Tricky (Europe) (En,Fr,De) + + + + Games + Franklin - Un anniversaire surprise (France) + + + + Games + Lupin III - Umi ni Kieta Hihou (Japan) (Disc 1) + + + + Games + Lupin III - Umi ni Kieta Hihou (Japan) (Disc 2) + + + + Games + Battle Stadium D.O.N (Japan) + + + + Games + Radirgy Generic (Japan) + + + + Games + Warrior Blade - Rastan vs. Barbarian (Japan) + + + + Games + Zoids Vs. (Japan) (Rev 1) + + + + Games + Zoids Vs. II (Japan) + + + + Games + Zoids - Full Metal Crash (Japan) + + + + Games + Harry Potter y el Caliz de Fuego (Spain) + + + + Games + FIFA Football 2003 (Spain) + + + + Games + Charlie and the Chocolate Factory (Europe, Australia) (En,Fr,Es,Nl) + + + + Games + FIFA Football 2004 (Spain) + + + + Games + FIFA Football 2005 (Spain) + + + + Games + FIFA 06 (Spain) + + + + Games + Crash Tag Team Racing (Germany) + + + + Games + Tom Clancy's Ghost Recon (Germany) + + + + Games + DreamWorks Madagascar (Europe) (Fr,De) + + + + Games + Harry Potter och den flammande baegaren (Sweden) + + + + Games + Harry Potter och fangen fran Azkaban (Sweden) + + + + Games + Shrek 2 (Sweden) + + + + Games + DreamWorks Shrek - SuperSlam (Europe) (En,Fr,Es,It) + + + + Demos + Tom Clancy's Splinter Cell (Europe) (En,Fr,De,Es,It) (Demo) + + + + Demos + SD Gundam - Gashapon Wars (Japan) (Taikenban) + + + + Demos + Club Nintendo Original e-Catalog 2004 (Japan) + + + + Demos + Nintendo GameCube Soft e-Catalog 2003 Enjoy Plus-ban (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.7.1 (Japan) + + + + Games + Sum of All Fears, The (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Ghost Recon 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Scooby-Doo! Nacht der 100 Schrecken (Germany) + + + + Games + King Arthur (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Rainbow Six - Lockdown (Europe) (En,Fr,De,Es,It) + + + + Games + Gladius (Germany) + + + + Games + Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman (Europe) + + + + Games + Bionicle (Europe) (En,Fr,De,Es,It,Da) + + + + Games + X-Men Legends II - Rise of Apocalypse (Germany) + + + + Games + Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 2) + + + + Games + Medal of Honor - Rising Sun (Europe) (En,Es,It,Nl,Sv) (Disc 1) + + + + Games + GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 1) + + + + Games + GoldenEye - Rogue Agent (Europe) (En,It,Nl,Sv) (Disc 2) + + + + Games + Taxi 3 - Le Jeu (France) + + + + Games + Star Fox Adventures (Japan) (Rev 1) + + + + Games + Viewtiful Joe Revival (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban - 2003 Memorial (Japan) + + + + Games + Buffy the Vampire Slayer - Chaos Bleeds (Europe) + + + + Games + Nick Jr. Dora the Explorer - Journey to the Purple Planet (Europe) (En,Fr) + + + + Games + TimeSplitters - Futuro Perfecto (Spain) + + + + Games + Gadget Racers (Europe) (En,Fr,De,Es,It) + + + + Games + F1 Career Challenge (Europe) (En,Fr,De,It) + + + + Games + Speed Kings (Europe) (En,Fr,De,Es,It) + + + + Games + NHL 2003 (Europe) (En,Fr,De,Sv,Fi,Cs) + + + + Games + Nickelodeon Party Blast (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Bounty Hunter (Spain) + + + + Games + LEGO Star Wars - The Video Game (Europe) + + + + Games + Starsky & Hutch (Europe) (En,Fr,De,Es,It) + + + + Games + Ultimate Spider-Man (Spain) + + + + Games + Harry Potter y el prisionero de Azkaban (Spain) + + + + Games + Harry Potter e il Calice di Fuoco (Italy) + + + + Games + Harry Potter and the Philosopher's Stone (Europe) (Es,It) (Rev 1) + + + + Games + Signore degli Anelli, Il - Il Ritorno del Re (Italy) + + + + Games + Signore degli Anelli, Il - Le Due Torri (Italy) + + + + Games + Medal of Honor - Frontline (Italy) + + + + Games + X-Men Legends II - Rise of Apocalypse (Europe) (En,Fr,It) + + + + Games + Judge Dredd - Dredd vs. Death (Germany) (En,De) + + + + Games + Spider-Man (Germany) + + + + Games + SX Superstar (Europe) (En,Fr,De,Es) + + + + Games + Micro Machines (Europe) (En,Fr,De,Es,It) + + + + Games + Polar Express, The (Europe) (En,Fr,De,Es,It) + + + + Games + Disney's Tarzan - Freeride (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Carbon (Germany) + + + + Games + Urban Freestyle Soccer (Europe) (En,Fr,De,Es,It) + + + + Games + Darkened Skye (Europe) (En,Fr,De) + + + + Games + Italian Job, The (Europe) (En,Fr,De,Es,It) + + + + Games + Carmen Sandiego - The Secret of the Stolen Drums (Europe) (En,Fr) + + + + Games + Disney-Pixar Ratatouille (France) + + + + Games + GoldenEye - Agente Corrupto (Spain) (Disc 1) + + + + Games + GoldenEye - Agente Corrupto (Spain) (Disc 2) + + + + Games + Spider-Man 2 (Europe) + + + + Games + Incredible Hulk, The - Ultimate Destruction (Europe) (En,Es,It) + + + + Games + DreamWorks Over the Hedge (Europe) + + + + Games + Top Angler - Real Bass Fishing (Europe) + + + + Games + Wallace & Gromit in Project Zoo (UK) + + + + Games + Star Wars - Las Guerras Clon (Spain) + + + + Games + Nickelodeon Jimmy Neutron - Boy Genius (Europe) + + + + Games + Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants! (Europe) + + + + Games + Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe) + + + + Games + Nickelodeon The SpongeBob SquarePants Movie (Europe) + + + + Games + MC Groovz Dance Craze (Europe) (En,Fr,De,Es,It) + + + + Games + Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 1) + + + + Games + Senor de los Anillos, El - La Tercera Edad (Spain) (Disc 2) + + + + Games + Monster Jam - Maximum Destruction (Europe) + + + + Games + Mystic Heroes (Europe) + + + + Games + Mission - Impossible - Operation Surma (Europe) (En,Fr,De,Es,It) + + + + Games + Looney Tunes - Back in Action (Europe) (En,Fr,De,Es,It) + + + + Games + Marvel Nemesis - Rise of the Imperfects (Europe) + + + + Games + Disney-Pixar Monsters, Inc. - Scream Arena (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Madagascar (Spain) + + + + Games + Call of Duty 2 - Big Red One (Spain) + + + + Games + Fantastic 4 (Spain) + + + + Games + Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 1) + + + + Games + Teenage Mutant Ninja Turtles 2 - Battle Nexus (Europe) (En,Fr,De,Es,It) (Disc 2) + + + + Games + SpyHunter (Europe) (En,Fr,De,Es,It) + + + + Games + Ribbit King (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Barnyard (Europe) + + + + Games + World Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Senor de los Anillos, El - El Retorno del Rey (Spain) + + + + Games + Senor de los Anillos, El - Las Dos Torres (Spain) + + + + Games + 007 - Todo o Nada (Spain) + + + + Games + 007 - Nightfire (Spain) + + + + Demos + Billy Hatcher and the Giant Egg (Europe) (Demo) + + + + Games + FIFA Football 2005 (Europe) + + + + Games + DreamWorks Shark Tale (Europe) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.7.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.7.10 Zoukangou (Japan) + + + + Demos + Rune II - Koruten no Kagi no Himitsu (Japan) (Taikenban) + + + + Games + Disney's Magical Mirror Starring Mickey Mouse (Europe) (En,Fr,De,Es,It) + + + + Games + Big Mutha Truckers (Europe) (En,Fr,De,Es,It) + + + + Games + Shadow the Hedgehog (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Bokujou Monogatari - Shiawase no Uta for World (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 12 - Ketteiban (Japan) + + + + Games + Need for Speed - Most Wanted (Japan) + + + + Games + SD Gundam - Gashapon Wars (Japan) + + + + Games + Generation of Chaos Exceed - Yami no Koujo Roze (Japan) + + + + Games + Doubutsu no Mori + (Japan) + + + + Games + Star Fox Adventures (USA) (Rev 1) + + + + Games + BloodRayne (Spain) + + + + Games + Disney-Pixar Cars (Spain) + + + + Games + Pitfall - The Lost Expedition (Europe) + + + + Games + Shrek Extra Large (Europe) (En,Fr,De,Es,It) + + + + Games + Bobobo-bo Bo-bobo - Dasshutsu!! Hajike Royale (Japan) + + + + Games + Doraemon - Minna de Asobou! Miniland (Japan) + + + + Games + Dream Mix TV - World Fighters (Japan) + + + + Games + From TV Animation One Piece - Treasure Battle! (Japan) + + + + Games + Shaman King - Soul Fight (Japan) (Rev 1) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.5.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.6.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.1.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.5.1 (Japan) + + + + Applications + Nintendo GameCube Service Disc Version 1.0-03 (USA) + + + + Demos + Interactive Multi-Game Demo Disc - October 2001 (USA) + + + + Demos + Interactive Multi-Game Demo Disc - January 2002 (USA) + + + + Demos + Interactive Multi-Game Demo Disc - June 2002 (USA) + + + + Demos + Interactive Multi-Game Demo Disc - August 2002 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 7 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 8 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 9 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 14 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 15 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 16 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 17 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 18 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 19 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 20 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 21 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 22 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 23 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 24 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 25 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 26 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 27 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 29 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 28 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 30 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 31 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 32 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 33 (USA) + + + + Demos + Interactive Multi-Game Demo Disc Version 34 (USA) + + + + Demos + Naruto - Clash of Ninja 2 (USA) (Demo) + + + + Games + Scooby-Doo! Night of 100 Frights (USA) (Rev 1) + + + + Games + X-Men - The Official Game (Europe) (En,Fr) + + + + Games + Tower of Druaga, The (Japan) + + + + Games + Nickelodeon Tak 2 - The Staff of Dreams (Europe) + + + + Games + Disney-Pixar Buscando a Nemo (Spain) + + + + Games + Star Wars - Jedi Knight II - Jedi Outcast (Europe) + + + + Games + Dragon Ball Z - Budokai 2 (Europe) (En,Fr,De,Es,It) + + + + Games + UEFA Champions League 2004-2005 (France) + + + + Games + Chroniken von Narnia, Die - Der Koenig von Narnia (Germany) + + + + Games + Nickelodeon Tak 2 - Der Stab der Traeume (Germany) + + + + Games + NFL Street 2 (Europe) + + + + Games + Muscle Champion - Kinniku-jima no Kessen (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 10 (Japan) + + + + Games + Cocoto Funfair (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Sports - Basketball (Europe) (En,Fr,De,Es,It) + + + + Games + Hitman 2 - Silent Assassin (Europe) + + + + Games + Madden NFL 06 (Europe) + + + + Games + Monster House (Europe) + + + + Games + Disney's Piglet's Big Game (Europe) + + + + Games + Duel Masters - Nettou! Battle Arena (Japan) + + + + Games + NHK Tensai Bit-kun - Glamon Battle (Japan) + + + + Games + Codename - Kids Next Door - Operation - V.I.D.E.O.G.A.M.E. (Europe) + + + + Games + Bomberman Land 2 (Japan) + + + + Games + Momotarou Dentetsu 11 - Black Bonby Shutsugen! no Maki (Japan) + + + + Games + Momotarou Dentetsu 12 - Nishi Nihon-hen mo Arimasse! (Japan) + + + + Games + Eisei Meijin VI (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 9 - Ketteiban (Japan) + + + + Games + Kiwame Mahjong DX II - The 4th MONDO21Cup Competition (Japan) + + + + Games + Special Jinsei Game (Japan) + + + + Games + Rei Fighter Gekitsui Senki (Japan) + + + + Games + Kidou Senshi Gundam - Gundam vs. Z Gundam (Japan) + + + + Games + Zoids Vs. III (Japan) + + + + Games + Monster House (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Carbon (France) + + + + Games + Need for Speed - Carbon (Europe) + + + + Games + UEFA Champions League 2004-2005 (Europe) + + + + Games + Lara Croft Tomb Raider - Legend (Europe) + + + + Games + DreamWorks Shrek - Smash n' Crash Racing (Europe) (En,Fr,De) + + + + Games + Scooby-Doo! Unmasked (Europe) (En,Fr,Es,It) + + + + Games + Scooby-Doo! Mystery Mayhem (Europe) + + + + Games + Nickelodeon Rugrats - Royal Ransom (Europe) + + + + Games + Power Rangers - Dino Thunder (Europe) + + + + Games + Disney-Pixar The Incredibles - Rise of the Underminer (Europe) (En,Fr) + + + + Games + Call of Duty 2 - Big Red One (Italy) + + + + Games + Bokujou Monogatari - Shiawase no Uta (Japan) (Rev 1) + + + + Games + Charinko Hero (Japan) (Rev 1) + + + + Games + Dabitsuku 3 - Derby-ba o Tsukurou! (Japan) + + + + Games + Dokapon DX - Wataru Sekai wa Oni Darake (Japan) + + + + Games + Family Stadium 2003 (Japan) + + + + Games + Gakuen Toshi Varanoir - Roses (Japan) + + + + Games + Gekitou Pro Yakyuu - Mizushima Shinji All Stars vs. Pro Yakyuu (Japan) + + + + Games + Jikkyou Powerful Major League (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 9 (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 11 (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 12 (Japan) + + + + Demos + Kidou Senshi Gundam - Senshitachi no Kiseki (Japan) (Special Disc) + + + + Games + Baseball 2003, The - Battle Ball Park Sengen Perfect Play Pro Yakyuu (Japan) + + + + Games + RoboCop - Aratanaru Kiki (Japan) + + + + Games + Pool Edge (Japan) + + + + Games + Ohenro-San - Hosshin no Dojo (Awa Kuni) Hen (Japan) + + + + Games + Mutsu to Nohohon (Japan) + + + + Games + Bakuten Shoot Beyblade 2002 - Nettou! Magne Tag Battle! (Japan) + + + + Games + Beach Spikers - Virtua Beach Volleyball (Japan) (Rev 1) + + + + Games + Buffy contre les Vampires - Chaos Bleeds (France) + + + + Games + Freedom Fighters (France) + + + + Games + Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan) + + + + Games + Nickelodeon Tak 2 - Le Sceptre des Reves (France) + + + + Games + Spartan - Total Warrior (France) + + + + Games + Red Faction II (France) + + + + Games + Disney Les Aventures de Porcinet (France) + + + + Games + FIFA 06 (France) + + + + Games + Tak & Le Pouvoir de Juju (France) + + + + Games + DreamWorks Nos Voisins, les Hommes (France) + + + + Games + FIFA Football 2004 (France) + + + + Games + Disney-Pixar Le Monde de Nemo (France) + + + + Games + Disney-Pixar Les Indestructibles (France) + + + + Games + Desastreuses Aventures des Orphelins Baudelaire, Les - D'Apres Lemony Snicket (France) + + + + Games + Harry Potter to Himitsu no Heya (Japan) + + + + Games + 007 - Quitte ou Double (France) + + + + Games + 2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 1) (Les Indestructibles) + + + + Games + 2 Games in 1 - Disney-Pixar Les Indestructibles + Disney-Pixar Le Monde de Nemo (France) (Disc 2) (Le Monde de Nemo) + + + + Games + Harry Potter et le Prisonnier d'Azkaban (France) + + + + Games + Hulk (France) + + + + Games + Medal of Honor - En Premiere Ligne (France) + + + + Games + Spider-Man (France) + + + + Games + Fantastic 4 (Europe) + + + + Games + Harry Potter and the Goblet of Fire (Europe) + + + + Games + Lemony Snicket's A Series of Unfortunate Events (Europe) + + + + Games + Ultimate Spider-Man (Europe) + + + + Games + Lara Croft Tomb Raider - Legend (France) + + + + Games + Medal of Honor - Les Faucons de Guerre (France) + + + + Games + Need for Speed - Most Wanted (France) + + + + Games + 007 - Bons Baisers de Russie (France) + + + + Games + FIFA World Cup Germany 2006 (France) + + + + Games + FIFA Football 2003 (France) + + + + Games + Custom Robo - Battle Revolution (Japan) + + + + Games + Groove Adventure Rave - Fighting Live (Japan) + + + + Games + Harry Potter et la Coupe de Feu (France) + + + + Games + 4 Fantastiques, Les (France) + + + + Games + Minority Report - Le Futur vous Rattrape (France) + + + + Games + Shrek 2 (France) + + + + Games + Tony Hawk's Pro Skater 3 (France) + + + + Games + Ultimate Spider-Man (France) + + + + Games + Disney-Pixar Finding Nemo (Europe) + + + + Games + Harry Potter and the Philosopher's Stone (Europe) (En,Nl) (Rev 1) + + + + Games + Mystic Heroes (France) + + + + Games + Disney's Extreme Skate Adventure (Europe) + + + + Games + DreamWorks Shrek - SuperSlam (Europe) + + + + Games + FIFA 06 (Europe) + + + + Games + 007 - Nightfire (France) + + + + Games + Bratz - Rock Angelz (France) + + + + Games + Call of Duty 2 - Big Red One (France) + + + + Games + Call of Duty - Finest Hour (France) + + + + Games + Crash Tag Team Racing (France) + + + + Games + Disney-Pixar Cars (France) + + + + Games + FIFA Football 2005 (France) + + + + Games + Blood Omen 2 - The Legacy of Kain Series (France) + + + + Games + Nickelodeon Bob L'eponge - Silence on Tourne ! (France) + + + + Games + Star Wars - Bounty Hunter (France) + + + + Games + Star Wars - Jedi Knight II - Jedi Outcast (France) + + + + Games + Star Wars - The Clone Wars (France) + + + + Games + Baldur's Gate - Dark Alliance (France) + + + + Games + Nickelodeon Bob L'eponge - La Creature du Crabe Croustillant (France) + + + + Games + Disney Chicken Little (France) + + + + Games + Pitfall - The Lost Expedition (France) + + + + Games + Need for Speed - Underground 2 (France) + + + + Games + Scooby-Doo! Le Livre des Tenebres (France) + + + + Games + FIFA 06 (Italy) + + + + Games + Tales of Symphonia (Italy) (Disc 1) + + + + Games + Tales of Symphonia (Italy) (Disc 2) + + + + Games + 007 - Espion pour Cible (France) + + + + Games + Bokujou Monogatari - Wonderful Life (Japan) + + + + Games + Disney-Pixar Mr. Incredible - Kyouteki Underminer Toujou (Japan) + + + + Games + Disney-Pixar Mr. Incredible (Japan) + + + + Games + DreamWorks Shark Tale (Japan) + + + + Games + Disney-Pixar Finding Nemo (Japan) + + + + Games + WWE WrestleMania X8 (Japan) + + + + Games + 2002 FIFA World Cup (Japan) + + + + Games + FIFA 2002 - Road to FIFA World Cup (Japan) (En,Ja) + + + + Games + Choro Q! (Japan) + + + + Games + Harry Potter to Azkaban no Shuujin (Japan) + + + + Games + Harry Potter - Quidditch World Cup (Japan) + + + + Games + Digimon Battle Chronicle (Japan) + + + + Games + Kero Kero King DX (Japan) + + + + Games + Doubutsu Banchou (Japan) + + + + Games + All-Star Baseball 2003 featuring Derek Jeter (Japan) + + + + Games + Disney's Chicken Little (Japan) + + + + Games + FIFA 2003 - European Football (Japan) + + + + Games + Fight Night Round 2 (Japan) + + + + Games + One Piece - Pirates Carnival (Japan) + + + + Games + NBA Courtside 2002 (Japan) + + + + Games + NBA Street (Japan) + + + + Games + Robots (Japan) + + + + Games + SSX on Tour with Mario (Japan) + + + + Games + SSX Tricky (Japan) + + + + Games + UFC - Ultimate Fighting Championship 2 - Tapout - Final Spec (Japan) + + + + Games + Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 1) + + + + Games + Lord of the Rings - Nakatsu Kuni Daisanki (Japan) (Disc 2) + + + + Games + Medal of Honor - Rising Sun (Japan) (Disc 1) + + + + Games + Medal of Honor - Rising Sun (Japan) (Disc 2) + + + + Games + NBA Street V3 - Mario de Dunk (Japan) + + + + Games + Harry Potter and the Philosopher's Stone (Europe) (Fr,De) (Rev 1) + + + + Games + Nickelodeon Barnyard (Europe) (Fr,Es,It,Nl) + + + + Games + Top Gun - Ace of the Sky (Japan) + + + + Games + Sonic Gems Collection (Japan) + + + + Games + Super Mario Sunshine (Korea) + + + + Games + Tony Hawk's Pro Skater 3 (Japan) + + + + Games + Bokujou Monogatari - Wonderful Life for Girl (Japan) + + + + Games + Chibi-Robo! (Japan) (Rev 1) + + + + Games + Crazy Taxi (Japan) + + + + Games + Dragon Ball Z (Japan) + + + + Games + Godzilla - Kaijuu Dairantou (Japan) + + + + Games + Harry Potter to Kenja no Ishi (Japan) (En,Ja) + + + + Games + Lord of the Rings - Futatsu no Tou (Japan) + + + + Games + Pokemon Colosseum (Japan) + + + + Games + Pokemon XD - Yami no Kaze Dark Lugia (Japan) + + + + Games + Super Mario Stadium - Miracle Baseball (Japan) + + + + Games + Sims, The (Japan) + + + + Games + Urbz, The - Sims in the City (Japan) + + + + Games + WWE WrestleMania XIX (Japan) + + + + Games + Disney-Pixar Cars (Japan) + + + + Games + WWE Day of Reckoning (Europe) (Rev 1) + + + + Demos + Soulcalibur II (USA) (Demo) + + + + Demos + Phantasy Star Online Episode I & II - Trial Edition (Japan) (Taikenban) + + + + Demos + Dairantou Smash Brothers DX (Japan) (Taikenban) + + + + Demos + SmaBro DX Event-you Disc (Japan) + + + + Bonus Discs + Pokemon Colosseum - Nintendo Tokusei Disc (Japan) + + + + Games + SSX 3 (Japan) + + + + Games + Medarot Brave (Japan) (Rev 1) + + + + Games + Universal Studios Japan Adventure (Japan) + + + + Games + Rogue Ops (Japan) + + + + Games + Space Raiders (Japan) + + + + Games + Monopoly - Mezase!! Daifugou Jinsei!! (Japan) (Rev 1) + + + + Games + 1080 Silver Storm (Japan) + + + + Games + Disney Sports - American Football (Japan) + + + + Games + Disney Sports - Basketball (Japan) + + + + Games + DreamWorks Madagascar (UK) + + + + Games + Need for Speed - Underground (Japan) + + + + Games + Need for Speed - Underground 2 (Japan) + + + + Games + Evolution Skateboarding (Japan) + + + + Games + WTA Tour Tennis Pro Evolution (Japan) + + + + Games + Bloody Roar - Extreme (Japan) + + + + Games + Medal of Honor - Europa Kyoushuu (Japan) + + + + Games + Lord of the Rings - Ou no Kikan (Japan) + + + + Games + DreamWorks Madagascar (Japan) + + + + Games + Star Fox - Assault (Japan) + + + + Games + Terminator 3 - The Redemption (Japan) + + + + Games + ZooCube (Japan) + + + + Games + Fire Emblem - Souen no Kiseki (Japan) + + + + Games + Star Wars - Rogue Squadron II (Japan) + + + + Games + Star Wars - Rogue Squadron III (Japan) + + + + Games + Star Wars - The Clone Wars (Japan) + + + + Games + Harry Potter to Honoo no Goblet (Japan) + + + + Games + 007 - Everything or Nothing (Japan) + + + + Games + XGIII - Extreme G Racing (Japan) + + + + Games + GoldenEye - Dark Agent (Japan) (Disc 1) + + + + Games + GoldenEye - Dark Agent (Japan) (Disc 2) + + + + Games + Enter the Matrix (Japan) (Disc 1) + + + + Games + Enter the Matrix (Japan) (Disc 2) + + + + Games + Spider-Man (Japan) + + + + Games + 18 Wheeler - American Pro Trucker (Japan) + + + + Games + Metal Gear Solid - The Twin Snakes - Special Disc (Japan) + + + + Demos + Naruto Collection (Japan) + + + + Video + Game Taikai Yuushou Kinen - Tokusei SmaBro DX Movie Disc (Japan) + + + + Demos + Baten Kaitos - Owaranai Tsubasa to Ushinawareta Umi (Japan) (Special Taiken Disc) + + + + Demos + Homeland (Japan) (Test Disc) + + + + Games + Digimon World X (Japan) + + + + Games + Sonic Adventure DX (Japan) (En,Ja,Fr,De,Es) + + + + Games + V-Rally 3 (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + WWE Day of Reckoning (Japan) + + + + Games + Mission - Impossible - Operation Surma (Japan) + + + + Demos + Interactive Multi-Game Demo Disk - November 2003 (Australia) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - April 2003 (Australia) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - February 2005 (Australia) (En,Fr,De,Es,It) + + + + Games + SSX on Tour (Europe) (En,Fr,De) + + + + Games + 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) + + + + Games + 2 Games in 1 - Bob L'eponge - Le Film + Tak 2 - Le Sceptre des Reves (France) (Disc 2) (Tak 2 - Le Sceptre des Reves) + + + + Games + Need for Speed - Underground (France) + + + + Games + FIFA 07 (France) + + + + Games + Disney-Pixar Cars (Europe) + + + + Games + Pikmin (USA) + + + + Demos + Phantasy Star Online Episode III - C.A.R.D. Revolution - Trial Edition (Japan) (Taikenban) + + + + Games + Mario Tennis GC (Japan) + + + + Demos + Pikmin (Japan) (Jitsuen-you Sample) + + + + Games + Crash Bandicoot - The Wrath of Cortex (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Shrek 2 (Europe) (Rev 1) + + + + Games + Crash Tag Team Racing (Netherlands) + + + + Demos + Biohazard (Japan) (Movie Demo Disc) + + + + Games + Pac-Man Vs. (Japan) (Club Nintendo Genteiban) + + + + Games + Phantasy Star Online Episode I & II (Japan) (En,Ja,Fr,De,Es) (Rev 3) + + + + Games + GT Cube (Japan) (Rev 1) + + + + Games + Dairantou Smash Brothers DX (Japan) (En,Ja) (Rev 1) + + + + Games + Homeland (Japan) (Rev 1) + + + + Games + Bokujou Monogatari - Wonderful Life (Japan) (Rev 1) + + + + Games + Bokujou Monogatari - Shiawase no Uta (Japan) + + + + Games + Doubutsu no Mori e+ (Japan) + + + + Games + Doubutsu no Mori + (Japan) (Rev 1) + + + + Games + Beyblade VForce - Super Tournament Battle (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - Bounty Hunter (Italy) + + + + Games + Super Mario Sunshine (Japan) (Rev 1) + + + + Games + Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 1) (Rev 2) + + + + Games + Baten Kaitos II - Hajimari no Tsubasa to Kamigami no Shishi (Japan) (Disc 2) (Rev 2) + + + + Demos + Star Wars - Rogue Squadron II (Japan) (Jitsuen-you Sample) + + + + Applications + Game Boy Player Start-Up Disc (Japan) (Rev 1) + + + + Bonus Discs + Pokemon Colosseum - Kakuchou Disc (Japan) + + + + Demos + Super Monkey Ball 2 (Japan) (Taikenban) + + + + Games + Star Wars - La Guerra dei Cloni (Italy) + + + + Games + Spider-Man 2 (Italy) + + + + Games + Star Wars - Rogue Squadron II - Rogue Leader (Italy) + + + + Games + Marvel Nemesis - L'Avenement des Imparfaits (France) + + + + Games + Incredible Hulk, The - Ultimate Destruction (France) + + + + Games + Power Rangers - Dino Tonnerre (France) + + + + Games + Super Smash Bros. Melee (Korea) (En,Ja) + + + + Games + Spider-Man (USA) (Rev 1) + + + + Games + Metroid Prime (USA, Canada) (Rev 1) + + + + Games + Metroid Prime (Korea) + + + + Applications + Game Boy Player Start-Up Disc (Japan) (Rev 2) + + + + Games + Enter the Matrix (Korea) (Disc 1) + + + + Games + Enter the Matrix (Korea) (Disc 2) + + + + Games + Eternal Darkness - Sanity's Requiem (Korea) + + + + Games + Mario Golf - Toadstool Tour (Korea) + + + + Games + Mario Party 4 (Korea) + + + + Games + Super Puzzle Bobble All Stars (Korea) + + + + Games + Swingerz Golf (Korea) + + + + Games + TimeSplitters 2 (Korea) + + + + Games + WWE WrestleMania XIX (Korea) + + + + Applications + Aging Disc DOL-USA (Japan) (Rev 7) + + + + Games + Bomberman Generation (USA) (Rev 1) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc A) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.11.1 (Japan) (Disc B) + + + + Games + Looney Tunes - Back in Action (USA) (Rev 1) + + + + Games + WWE Day of Reckoning (USA) (Rev 1) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc A) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.1.1 (Japan) (Disc B) + + + + Applications + Action Replay for GameCube & SD Media Launcher for GameCube-Wii (Europe) (Unl) + + + + Applications + CD avec les codes exclusifs et inedits pour le jeu Metroid Prime (France) (Unl) + + + + Applications + Action Replay Ultimate Codes for Use with Final Fantasy - Crystal Chronicles (USA) (Unl) + + + + Applications + Ultimate Codes for Use with Metroid Prime (USA) (Unl) + + + + Applications + Action Replay for GameCube & SD Media Launcher for GameCube-Wii (USA) (Unl) + + + + Applications + Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.06) + + + + Applications + Action Replay Ultimate Codes for Use with The Legend of Zelda - Twilight Princess (USA) (Unl) + + + + Applications + Action Replay Ultimate Codes for Use with Wario World (USA) (Unl) + + + + Applications + Ultimate Codes for Use with The Legend of Zelda - The Wind Waker (USA) (Unl) + + + + Applications + Ultimate Codes for Use with Animal Crossing (USA) (Unl) + + + + Applications + Action Replay Ultimate Codes Max Pack (USA) (Unl) + + + + Applications + Max Drive Pro (USA, Europe) (Unl) + + + + Applications + Advance Game Port (USA) (Unl) (Rev 1) + + + + Applications + Advance Game Port & Cheat Construction Kit (USA, Europe) (Unl) + + + + Applications + FreeLoader for GameCube (Europe) (Unl) (GameCube + Wii) + + + + Games + Max Play (Europe) (Unl) + + + + Applications + Ultimate Cheats fuer The Legend of Zelda - The Wind Waker (Germany) (Unl) + + + + Applications + Action Replay Ultimate Cheats for Use with Enter the Matrix (UK) (Unl) + + + + Applications + Action Replay Ultimative Cheats Greatest Hits 2003 (Germany) (Unl) + + + + Demos + Resident Evil 4 (Germany) (En,Fr,De,Es,It) (Bonus Disc) + + + + Games + Metal Arms - Glitch in the System (Germany) + + + + Applications + Ultimate Cheats fuer Splinter Cell (Germany) (Unl) + + + + Games + Summoner - La Deesse Reincarnee (France) + + + + Applications + CD exclusif avec les codes pour les jeux Resident Evil et Resident Evil Zero (France) (Unl) + + + + Applications + CD avec les codes Action Replay exclusivement pour le jeu The Legend of Zelda - The Wind Waker (France) (Unl) + + + + Applications + Action Replay Ultimative Cheatcodes fuer Final Fantasy - Crystal Chronicles (Germany) (Unl) + + + + Applications + Action Replay Ultimate Cheats for Use with Mario Kart - Double Dash!! (UK) (Unl) + + + + Applications + Action Replay Ultimate Cheats fuer Enter the Matrix (Germany) (Unl) + + + + Applications + Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.14b) + + + + Coverdiscs + Cube CD 01 (20) (UK) (Unl) + + + + Games + Space Raiders (Korea) + + + + Games + Scooby-Doo! La Nuit des 100 Frissons (France) + + + + Applications + Action Replay Ultimate Cheats fuer Pokemon Colosseum (Germany) (Unl) + + + + Coverdiscs + Cube CD 02 (21) (UK) (Unl) + + + + Coverdiscs + Cube CD 03 (22) (UK) (Unl) + + + + Coverdiscs + Cube CD 04 (23) (UK) (Unl) + + + + Coverdiscs + Cube CD 05 (24) (UK) (Unl) + + + + Coverdiscs + Cube CD 06 (25) (UK) (Unl) + + + + Coverdiscs + Cube CD 07 (26) (UK) (Unl) + + + + Coverdiscs + Cube CD 08 (27) (UK) (Unl) + + + + Coverdiscs + Cube CD 09 (28) (UK) (Unl) + + + + Coverdiscs + Cube CD 10 (29) (UK) (Unl) + + + + Applications + Action Replay for GameCube (Europe) (Unl) (GameCube + Wii) (v1.0E) + + + + Games + Nickelodeon SpongeBob SquarePants - Creatuur van de Krokante Krab (Netherlands) + + + + Coverdiscs + Cube CD 11 (30) (UK) (Unl) + + + + Coverdiscs + Cube CD 12 (31) (UK) (Unl) + + + + Coverdiscs + Cube CD 13 (32) (UK) (Unl) + + + + Coverdiscs + Cube CD 15 (34) (UK) (Unl) + + + + Applications + FreeLoader for GameCube (USA, Europe) (Unl) (v1.06b) + + + + Applications + Action Replay Ultimate Cheats for Use with Pokemon Colosseum (UK) (Unl) + + + + Applications + Ultimate Cheats for Use with The Legend of Zelda - The Wind Waker (UK) (Unl) + + + + Games + Nickelodeon Les Razmoket - La Rancon Royale (France) + + + + Games + Metal Arms - Glitch in the System (France) + + + + Games + 2002 FIFA World Cup (France) + + + + Coverdiscs + Cube CD 16 (35) (UK) (Unl) + + + + Coverdiscs + Cube CD 17 (36) (UK) (Unl) + + + + Coverdiscs + Cube CD 18 (37) (UK) (Unl) + + + + Coverdiscs + Cube CD 19 (38) (UK) (Unl) + + + + Coverdiscs + Cube CD 20 (40) (UK) (Unl) + + + + Games + SRS - Street Racing Syndicate (Europe) (En,Fr,De,Es,It) + + + + Games + Teen Titans (France) (En,Fr) + + + + Games + Gladius (France) + + + + Applications + Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.12) + + + + Applications + Action Replay Ultimate Codes Greatest Hits - Best Buy Achievers Weekend 2004 (USA) (Unl) + + + + Applications + Max Memory Power Saves - Volume 1 (USA) (Unl) + + + + Games + FIFA Soccer 2003 (USA) + + + + Games + Wario World (Korea) + + + + Demos + Gekkan Nintendo Tentou Demo 2006.4.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.10.1 (Japan) + + + + Applications + Game Boy Player (Korea) (Rev 1) + + + + Games + Mario Party 5 (Korea) + + + + Games + Mortal Kombat - Deadly Alliance (USA) (Rev 1) + + + + Games + 1080 Avalanche (Korea) + + + + Games + Disney-Pixar Nemo-reul Chajaseo (Korea) + + + + Applications + Action Replay for GameCube (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.08) + + + + Games + Mario Kart - Double Dash!! (Korea) + + + + Games + F-Zero GX (Korea) + + + + Games + Lara Croft Tomb Raider - Legend (Germany) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc B) + + + + Games + Phantasy Star Online Episode I & II Plus (Japan) (En,Ja,Fr,De,Es) (Rev 4) + + + + Games + Tak and the Power of Juju (Korea) + + + + Games + Kirby Air Ride (Korea) + + + + Demos + Gekkan Nintendo Tentou Demo 2006.9.1 (Japan) + + + + Applications + Action Replay Ultimate Codes for Use with Soul Calibur II (USA) (Unl) + + + + Games + Tetris Worlds (USA) + + + + Games + Zoids Vs. II (Japan) (Rev 1) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc A) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.12.1 (Japan) (Disc B) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.7.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.10.1 (Japan) + + + + Games + Pro Rally 2002 (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Tom Clancy's Splinter Cell (USA) (Rev 1) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.9.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.2.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.4.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.10.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.6.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.9.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.11.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.12.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004-2005 Nenmatsunenshigou (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.3.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.8.1 (Japan) (Disc A) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.10.1 (Japan) (Rev 1) + + + + Coverdiscs + Cube CD 14 (33) (UK) (Unl) + + + + Applications + Action Replay Max (USA, Europe) (En,Fr,De,Es,It,Pt) (Unl) + + + + Demos + Capcom vs. SNK 2 EO (Japan) (Tentou Taikenban) + + + + Applications + Advance Game Port (USA) (Unl) + + + + Games + Max Play (USA) (Unl) + + + + Games + Gauntlet - Dark Legacy (USA) (Rev 1) + + + + Applications + Action Replay Ultimate Codes for Use with Enter the Matrix (USA) (Unl) + + + + Demos + Interactive Multi-Game Demo Disk - October 2005 (Australia) (En,Fr,De,Es,It) + + + + Demos + Interactive Multi-Game Demo Disk - March 2004 (Australia) + + + + Demos + Interactive Multi-Game Demo Disk - November 2004 (Australia) (En,Fr,De,Es,It) + + + + Applications + Ultimate Cheats for Use with Metroid Prime (UK) (Unl) + + + + Applications + Max Drive (USA) (Unl) + + + + Demos + Interactive Multi-Game Demo Disk - September 2003 (Australia) + + + + Demos + Gekkan Nintendo Tentou Demo 2006.6.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.2.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2006.1.1 (Japan) + + + + Games + Zoids Vs. III (Japan) (Rev 2) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.4.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2006.8.1 (Japan) + + + + Coverdiscs + Cube CD 20 (39) (UK) (Unl) + + + + Applications + Ultimate Codes for Use with Tom Clancy's Splinter Cell (USA) (Unl) + + + + Demos + Gekkan Nintendo Tentou Demo 2006.7.1 (Japan) + + + + Demos + Yu-Gi-Oh! Falsebound Kingdom - Kyokou ni Tozasareta Oukoku (Japan) (Taikenban) + + + + Demos + Beach Spikers - Virtua Beach Volleyball (Japan) (Taikenban) + + + + Demos + Disney's Magical Park (Japan) (Jitsuen-you Sample) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.8.1 (Japan) + + + + Games + Naruto - Gekitou Ninja Taisen! 4 (Japan) (Taikai Sen'you Disc) (Rev 1) + + + + Demos + P.N. 03 (Japan) (Demo Eizou) + + + + Games + Kidou Senshi Gundam - Senshitachi no Kiseki - Kadokawa Shoten Rengou Kikaku Tokubetsu-hen (Japan) + + + + Games + Spider-Man (Europe) (Rev 1) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.12.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.5.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.11.1 (Japan) + + + + Demos + Interactive Multi-Game Demo Disk - May 2004 (Australia) + + + + Demos + Gekkan Nintendo Tentou Demo 2004.3.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.2.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.5.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.6.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.1.1 (Japan) + + + + Games + Mat Hoffman's Pro BMX 2 (France) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.9.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc A) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.11.1 (Japan) (Disc B) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.3.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.4.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.8.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.6.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2003.9.1 (Japan) + + + + Preproduction + Aggressive Inline (Europe) (En,Fr,De,Es) (Beta) (2002-07-29) + + + + Preproduction + Mario Kart - Double Dash!! (USA) (Debug) (2004-07-05) + + + + Applications + Hontai Kensa Disc DOL (Japan) (Rev 3) + + + + Preproduction + Bloody Roar - Primal Fury (USA) (Beta) (2002-01-08) + + + + Preproduction + Burnout (USA) (Beta) (2002-03-06) + + + + Preproduction + Driven (USA) (En,Fr,De,Es,It) (Beta) + + + + Preproduction + ESPN MLS ExtraTime 2002 (USA) (Beta) (2002-01-31) + + + + Preproduction + 007 - Agent Under Fire (USA) (Beta) (2002-01-25) + + + + Preproduction + Rune (USA) (Beta) (2003-03-04) + + + + Preproduction + Namco Museum (USA) (Beta) + + + + Preproduction + Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom (USA) (Beta) (2003-10-01) + + + + Preproduction + Tales of Symphonia (USA) (Disc 1) (Beta) (2004-03-30) + + + + Preproduction + Tales of Symphonia (USA) (Disc 2) (Beta) (2004-03-30) + + + + Preproduction + Whirl Tour (USA) (Beta) (2002-09-14) + + + + Preproduction + Batman - Dark Tomorrow (USA) (Beta) (2002-08-25) + + + + Preproduction + Phantasy Star Online Episode I & II (Europe) (En,Ja,Fr,De,Es) (Beta) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.7.1 (Japan) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.11.1 (Japan) (Rev 1) + + + + Demos + Gekkan Nintendo Tentou Demo 2006.2.1 (Japan) + + + + Preproduction + Galleon (USA) (Proto) (2002-06-19) + + + + Applications + Hontai Kensa Disc DOL-USA (Japan) (Rev 5) + + + + Applications + Hontai Kensa Disc DOL (Japan) (Rev 6) + + + + Applications + Aging Disc DOL (Japan) (Rev 7) + + + + Applications + Aging Disc DOL-PAL (Japan) (Rev 7) + + + + Demos + Gekkan Nintendo Tentou Demo 2005.12.1 (Japan) + + + + Preproduction + LEGO Super Soccer Adventure (Europe) (Proto) + + + + Applications + Power Link Game Enhancer Disc (Europe) (Unl) + + + + Games + Mario Party 4 (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Need for Speed - Underground 2 (Latin America) + + + + Games + Xeno Crisis (Europe) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl) + + + + Games + FIFA Soccer 06 (Latin America) + + + + Games + SSX Tricky (Japan) (Jitsuen-you Sample) + + + + Games + FIFA Soccer 07 (Latin America) + + + + Preproduction + Pickles (USA) (Proto 1) + + + + Preproduction + 18 Wheeler - American Pro Trucker (USA) (Beta) (2001-11-12) + + + + Preproduction + All-Star Baseball 2003 featuring Derek Jeter (USA) (Beta) (2002-01-16) + + + + Preproduction + Crazy Taxi (USA) (Beta) (2001-09-21) + + + + Preproduction + NFL QB Club 2002 (USA) (Beta) (2001-11-12) + + + + Preproduction + NFL QB Club 2002 (USA) (Beta) (2001-11-14) + + + + Preproduction + NFL QB Club 2002 (USA) (Beta) (2001-11-29) + + + + Preproduction + Midway Arcade Treasures 3 (USA) (Beta) (2005-07-05) + + + + Applications + Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.20A) + + + + Applications + FreeLoader for GameCube (Europe) (Unl) (v1.04) + + + + Applications + FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2004) + + + + Demos + 2002 FIFA World Cup (Japan) (Jitsuen-you Sample) + + + + Games + FIFA World Cup Germany 2006 (Latin America) + + + + Games + Star Wars - Rogue Squadron III - Rebel Strike (USA) (En,Fr,De,Es,It) (Rev 1) + + + + Demos + WWE WrestleMania X8 (Japan) (Taikenban) + + + + Applications + Karat GC-you Pro Action Replay - Best Price! Sokukouryaku GC-you Vol. 1 (Japan) (Unl) + + + + Applications + Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.07) + + + + Preproduction + Evolution Worlds (USA) (Beta) + + + + Preproduction + Pickles (USA) (Proto 2) + + + + Applications + Advance Connector GC-you (Japan) (Unl) + + + + Games + Xeno Crisis (Japan) (En,Ja,Fr,De,Es,It,Nl,Pt) (Unl) + + + + Demos + Gekkan Nintendo Tentou Demo 2002.8.1 (Japan) + + + + Games + NBA Live 2003 (France) + + + + Applications + Advance Game Port (USA) (Unl) (Rev 2) + + + + Applications + SD Media Launcher for GameCube & Wii (Japan) (Unl) + + + + Preproduction + Mega Man X - Command Mission (USA) (Beta) (2004-07-23) + + + + Demos + Mario Party 4 Event-you Disc (Japan) + + + + Preproduction + Need for Speed - Underground (Europe) (Beta) (2003-09-10) + + + + Applications + FreeLoader for GameCube (Europe) (Unl) (v1.06B) (2003) + + + + Games + Max Play (Europe) (Unl) (GameCube + Wii) + + + + Preproduction + Taz - Wanted (Europe) (En,Fr,De,Es,It) (Beta) + + + + Preproduction + Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 1) + + + + Preproduction + Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 2) + + + + Preproduction + Taz - Wanted (Japan) (En,Fr,De,Es,It) (Beta 3) + + + + Preproduction + Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 1) + + + + Preproduction + Taz - Wanted (USA) (En,Fr,De,Es,It) (Beta 2) + + + + Applications + Action Replay for GameCube (Europe) (En,Fr,De,Es,It,Pt) (Unl) (v1.09) + + + + Applications + Karat GC-you Pro Action Replay PAR GC-you (Japan) (Unl) (v1.1) + + + + Applications + SD Media Launcher for GameCube & Wii (USA) (Unl) + + + + Applications + Action Replay for GameCube (USA) (En,Fr,De,Es,It,Pt) (Unl) (v1.13) + + + + Demos + Kinnikuman Nisei - Shinsedai Choujin vs. Densetsu Choujin Event-you Disc (Japan) + + + + Applications + SD Media Launcher for GameCube & Wii (Europe) (Unl) + + + + Preproduction + Shadow the Hedgehog (Europe) (En,Ja,Fr,De,Es,It) (Beta) (2005-09-22) + + + + Games + FIFA 2002 - Road to FIFA World Cup (Japan) (Jitsuen-you Sample) + + + + Demos + Mr. Driller - Drill Land Event-you Disc (Japan) + + +
diff --git a/redump_dat/Nintendo - Wii.dat b/redump_dat/Nintendo - Wii.dat new file mode 100644 index 0000000..3ce4fdf --- /dev/null +++ b/redump_dat/Nintendo - Wii.dat @@ -0,0 +1,18913 @@ + + + +
+ Nintendo - Wii + Nintendo - Wii - Discs (3780) (2026-06-15 03-13-28) + 2026-06-15 03-13-28 + 2026-06-15 03-13-28 + redump.org + redump.org + http://redump.org/ +
+ + Games + Metal Slug Anthology (USA) + + + + Games + Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 2) + + + + Games + Wii Play (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Monster 4x4 - World Circuit (Europe) (En,Fr,De,Es,It) + + + + Games + Link's Crossbow Training (USA) (En,Fr,Es) (Rev 1) + + + + Games + Legend of Zelda, The - Twilight Princess (USA) + + + + Games + Wii Sports (USA) + + + + Games + Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Samurai Warriors - Katana (USA) + + + + Games + Mario & Sonic at the Olympic Games (Europe) (En,Fr,De,Es,It) + + + + Games + Mario Party 8 (Europe, Australia) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It) + + + + Games + Super Mario Galaxy (Japan) + + + + Games + Sonic Unleashed (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Wii Sports (USA) (Rev 1) + + + + Games + Rayman - Raving Rabbids 2 (USA) (En,Fr,Es) + + + + Games + Super Smash Bros. Brawl (USA, Canada) (Rev 2) + + + + Games + Mario Kart Wii (USA) (En,Fr,Es) + + + + Games + Mario Party 8 (USA, Asia) (Rev 2) + + + + Games + Marvel - Ultimate Alliance (USA) + + + + Games + Metroid Prime 3 - Corruption (USA) + + + + Games + Prince of Persia - Rival Swords (USA) (En,Fr,Es) + + + + Games + Rayman - Raving Rabbids (USA) (En,Fr,Es) + + + + Games + Simpsons Game, The (USA) + + + + Games + Super Mario Galaxy (USA, Canada) (En,Fr,Es) + + + + Games + Tatsunoko vs. Capcom - Cross Generation of Heroes (Japan) (Rev 1) + + + + Games + Metroid Prime 3 - Corruption (Europe) (En,Fr,De,Es,It) + + + + Games + Super Mario Galaxy (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + WarioWare - Smooth Moves (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Sports (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Mario Party 8 (Europe) (En,Fr,De,Es,It) + + + + Games + Deal or No Deal (USA) + + + + Games + Wii Play (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Ookami (Europe) (En,Fr,De) + + + + Games + Wii Sports (Europe, Australia) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Crash of the Titans (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Mario Kart Wii (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It) + + + + Games + Guitar Hero - Aerosmith (Europe) (En,Fr,De,Es,It) + + + + Games + Disney High School Musical - Sing It! (Europe) (En,Fr,De,Es,It) + + + + Games + Castlevania Judgment (Europe) (En,Fr,De,Es,It) + + + + Games + Super Smash Bros. Brawl (USA) (Rev 1) + + + + Games + Trauma Center - Second Opinion (Europe) (En,Fr,De,Es,It) + + + + Games + Chronicles of Narnia, The - Prince Caspian (Europe) (De,It) + + + + Games + Super Paper Mario (USA) + + + + Games + Resident Evil 4 - Wii Edition (Europe) (En,Fr,De,Es,It) + + + + Games + Let's Tap (Europe) (En,Fr,De,Es,It) + + + + Games + Coraline (USA) (En,Fr,Es) + + + + Games + Call of Duty - World at War (USA) + + + + Games + Alone in the Dark (USA) (En,Fr,Es) (Rev 1) + + + + Games + Top Spin 3 (USA) (En,Fr,Es) + + + + Games + Red Steel (USA) (En,Fr,Es) + + + + Games + Mario Strikers Charged (USA) (En,Fr,Es) (Rev 1) + + + + Games + Conduit, The (USA) (En,Fr,Es) + + + + Games + Monopoly (USA, Canada) (En,Fr,Es) + + + + Games + Trivial Pursuit (USA) (En,Fr) + + + + Games + Bigs, The (USA) + + + + Games + Big Brain Academy - Wii Degree (USA) (En,Fr,Es) + + + + Games + Wing Island (USA) (En,Fr,Es) + + + + Games + Castlevania Judgment (USA) + + + + Games + Speed Racer - The Videogame (USA) (En,Fr,Es,Pt) + + + + Games + Ben 10 - Alien Force (USA) (En,Fr,Es) + + + + Games + Resident Evil 4 - Wii Edition (USA) + + + + Games + Tiger Woods PGA Tour 08 (USA) (En,Fr) + + + + Games + Tiger Woods PGA Tour 07 (USA) + + + + Games + Overlord - Dark Legend (USA) (En,Fr,Es) + + + + Games + Punch-Out!! (USA) (En,Fr,Es) + + + + Games + Alien Syndrome (USA) + + + + Games + Animal Crossing - City Folk (USA) (En,Fr,Es) + + + + Games + Bomberman Land (USA) + + + + Games + Call of Duty 3 (USA) + + + + Games + Cooking Mama - World Kitchen (USA) + + + + Games + Resident Evil - The Umbrella Chronicles (USA) + + + + Games + Wii Play (USA) + + + + Games + Are You Smarter than a 5th Grader Make the Grade (USA) + + + + Games + Godfather, The - Blackhand Edition (USA) + + + + Games + We Ski (USA) (En,Fr,Es) + + + + Games + Wii Music (USA) (En,Fr,Es) + + + + Games + Trauma Center - New Blood (USA) (En,Ja) + + + + Games + Kororinpa - Marble Mania (USA) + + + + Games + NASCAR Kart Racing (USA) + + + + Games + No More Heroes (USA, Canada) (En,Fr,Es) + + + + Games + Boom Blox Bash Party (USA) (En,Fr,Es) + + + + Games + Disney Think Fast (USA) + + + + Games + House of the Dead, The - Overkill (USA) (En,Fr,Es) + + + + Games + Cruis'n (USA) (En,Fr,Es) + + + + Games + Rockstar Games Presents Table Tennis (USA) + + + + Games + De Blob (USA) (En,Fr,Es) + + + + Games + We Ski & Snowboard (USA) (En,Fr,Es) + + + + Games + Tomb Raider - Underworld (USA) (En,Fr,Es) + + + + Games + Sonic and the Secret Rings (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Sonic and the Black Knight (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Far Cry Vengeance (USA) (En,Fr,Es) + + + + Games + LEGO Indiana Jones - The Original Adventures (USA) (En,Fr,Es) + + + + Games + LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es) + + + + Games + MX vs. ATV Untamed (USA) + + + + Games + NHL 2K9 (USA) (En,Fr,Es) + + + + Games + Crash - Mind over Mutant (USA) (En,Fr) + + + + Games + Crash of the Titans (USA) + + + + Games + Carnival Games (USA) + + + + Games + Pirates vs. Ninjas - Dodgeball (USA) (En,Fr,Es) + + + + Games + Resident Evil Archives - Resident Evil (USA) + + + + Games + Hasbro Family Game Night (USA) (En,Fr,Es) + + + + Games + Boom Blox (USA) (En,Fr,Es) + + + + Games + Dead Rising - Chop Till You Drop (USA) (En,Fr,Es) + + + + Games + Donkey Kong - Barrel Blast (USA) + + + + Games + Fire Emblem - Radiant Dawn (USA) + + + + Games + Disney G-Force (USA) (En,Fr,Es) + + + + Games + Mario Power Tennis (USA) (En,Fr,Es) + + + + Games + MLB Power Pros 2008 (USA) + + + + Games + Spider-Man - Web of Shadows (USA) (En,Fr) + + + + Games + Tiger Woods PGA Tour 09 - All-Play (USA) + + + + Games + Trauma Center - Second Opinion (USA) + + + + Games + Samba de Amigo (USA) (En,Fr,Es) + + + + Games + Mad Dog McCree - Gunslinger Pack (USA) (En,Fr,Es) + + + + Games + Mushroom Men - The Spore Wars (USA) (En,Fr,Es) + + + + Games + TMNT (USA) (En,Fr,Es) + + + + Games + Wario Land - Shake It! (USA) (En,Fr,Es) + + + + Games + Nights - Journey of Dreams (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Naruto - Clash of Ninja Revolution 2 (USA) (En,Fr,Es) + + + + Games + Mummy, The - Tomb of the Dragon Emperor (USA) (En,Fr,Es) + + + + Games + SPRay (USA) + + + + Games + WarioWare - Smooth Moves (USA) (En,Fr,Es) + + + + Games + Tenchu - Shadow Assassins (USA) (En,Fr,Es) + + + + Games + Soulcalibur Legends (USA) + + + + Games + Super Monkey Ball - Banana Blitz (USA) + + + + Games + Onechanbara - Bikini Zombie Slayers (USA) (En,Fr) + + + + Games + MySims Racing (USA) (En,Fr,Es) + + + + Games + Mario Party 8 (USA) (Rev 1) + + + + Games + Harry Potter and the Half-Blood Prince (USA) (En,Fr,Es) + + + + Games + Grand Slam Tennis (USA) (En,Fr) + + + + Games + Ghostbusters - The Video Game (USA) (En,Fr,Es) (Rev 1) + + + + Games + MySims (USA, Canada) (En,Fr,Es) + + + + Games + Mario & Sonic at the Olympic Games (USA) (En,Fr,Es) + + + + Games + Legend of Spyro, The - Dawn of the Dragon (USA) (En,Fr,Es) + + + + Games + Legend of Spyro, The - The Eternal Night (USA) + + + + Games + Little King's Story (USA) (En,Fr,Es) + + + + Games + CSI - Crime Scene Investigation - Hard Evidence (USA) (En,Fr,Es) + + + + Games + We Love Golf! (USA) (En,Fr,Es) + + + + Games + Tony Hawk's Downhill Jam (USA) + + + + Games + House of the Dead 2 & 3 Return, The (USA) (En,Fr,Es) + + + + Games + Klonoa (USA) (En,Fr,Es) + + + + Games + SSX Blur (USA) (En,Fr) + + + + Games + LEGO Batman - The Videogame (USA) (En,Fr,Es) + + + + Games + Sonic Riders - Zero Gravity (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Monster 4x4 - World Circuit (USA) (En,Fr,Es) + + + + Games + Pikmin (USA) (En,Fr,Es) + + + + Games + Sam & Max - Season One (USA) (En,Fr,Es) + + + + Games + Sega Superstars Tennis (USA) (En,Fr,Es) + + + + Games + SimAnimals (USA) (En,Fr,Es) + + + + Games + Smarty Pants - Trivia Fun for Everyone! (USA) + + + + Games + Legend of Zelda, The - Twilight Princess (USA, Canada) (En,Fr,Es) (Rev 2) + + + + Games + Big Beach Sports (USA) (En,Fr,Es) + + + + Games + Big League Sports - Summer (USA) (En,Fr) + + + + Games + Blazing Angels - Squadrons of WWII (USA) (En,Fr,Es) + + + + Games + Cabela's Legendary Adventures (USA) + + + + Games + Cabela's Trophy Bucks (USA) + + + + Games + Cooking Mama - Cook Off (USA) + + + + Games + Destroy All Humans! Big Willy Unleashed (USA) (En,Fr) + + + + Games + Transformers - Revenge of the Fallen (USA) (En,Fr) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (USA) (En,Fr,Es) + + + + Games + Manhunt 2 (USA) (En,Fr,Es) + + + + Games + Need for Speed - ProStreet (USA) + + + + Games + Super Swing Golf (USA) + + + + Games + Wonder World Amusement Park (USA) + + + + Games + Transformers - The Game (USA) + + + + Games + Mario Super Sluggers (USA) (En,Fr,Es) + + + + Games + Indiana Jones and the Staff of Kings (USA) (En,Fr,Es) + + + + Games + Munchables, The (USA) (En,Fr,Es) + + + + Games + Incredible Hulk, The (USA) (En,Fr) + + + + Games + DreamWorks Kung Fu Panda - Legendary Warriors (USA) (En,Fr) + + + + Games + 007 - Quantum of Solace (USA) (En,Fr) + + + + Games + Battalion Wars 2 (USA) + + + + Games + Bully - Scholarship Edition (USA) (En,Fr,Es) + + + + Games + MySims Party (USA) (En,Fr,Es) + + + + Games + Nickelodeon SpongeBob's Atlantis SquarePantis (USA) + + + + Games + Elebits (USA) + + + + Games + Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (USA) (En,Fr) + + + + Games + Bigs 2, The (USA) + + + + Games + Nicktoons - Attack of the Toybots (USA) + + + + Games + Sims 2, The - Castaway (USA) + + + + Games + Nick Jr. Go Diego Go! Safari Rescue (USA) + + + + Games + Nickelodeon Avatar - The Last Airbender - Into the Inferno (USA) + + + + Games + X-Men Origins - Wolverine (USA) (En,Fr) + + + + Games + Tiger Woods PGA Tour 10 (USA) (Rev 1) + + + + Games + Bust-A-Move Bash! (USA) + + + + Games + Medal of Honor - Vanguard (USA) + + + + Games + Nickelodeon Tak and the Guardians of Gross (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (USA) + + + + Games + MySims Kingdom (USA) (En,Fr,Es) + + + + Games + Resident Evil Archives - Resident Evil (Europe) (En,Fr,De,Es,It) + + + + Games + Legend of Zelda, The - Twilight Princess (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Excite Truck (Europe) (En,Fr,De,Es,It) + + + + Games + Link's Crossbow Training (Europe) (En,Fr,De,Es,It) + + + + Games + Battle of the Bands (Europe) (En,Fr,De,Es,It) + + + + Games + Nights - Journey of Dreams (Europe, Australia) (En,Ja,Fr,De,Es,It) + + + + Games + Red Steel (Europe) (En,Fr,De,Es,It) + + + + Games + Super Smash Bros. Brawl (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Metroid Prime Trilogy (Europe) (En,Fr,De,Es,It) + + + + Games + Sam & Max - Season One (Europe) (En,Fr,De,Es,It) + + + + Games + SSX Blur (Europe) (En,Fr,De,Es,It) + + + + Games + Super Paper Mario (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's Downhill Jam (Europe) (En,Fr,De,Es,It) + + + + Games + Big League Sports (USA) (En,Fr) + + + + Games + Disney Bolt (USA) (En,Fr,Es) + + + + Games + Brunswick Pro Bowling (USA) + + + + Games + Dirt 2 (USA) (En,Fr,Es) + + + + Games + Dragon Ball Z - Budokai Tenkaichi 2 (USA) + + + + Games + Dragon Ball Z - Budokai Tenkaichi 3 (USA) + + + + Games + Harvey Birdman - Attorney at Law (USA) + + + + Games + Help Wanted (USA) (En,Fr,Es) + + + + Games + Ice Age - Dawn of the Dinosaurs (USA) (En,Fr) + + + + Games + Spectrobes - Origins (USA) + + + + Games + Puzzle Kingdoms (USA) (En,Fr,Es) + + + + Games + My Word Coach (USA) + + + + Games + Mini Ninjas (USA) (En,Fr,Es) + + + + Games + Disney-Pixar Up (USA) (En,Fr) + + + + Games + G.I. Joe - The Rise of Cobra (USA) (En,Fr) + + + + Games + Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es) + + + + Games + DreamWorks Bee Movie Game (USA) + + + + Games + Ghost Squad (USA) + + + + Games + Harry Potter and the Order of the Phoenix (USA) + + + + Games + Hell's Kitchen - The Game (USA) (En,Fr,Es) + + + + Games + Hot Wheels - Beat That! (USA) + + + + Games + Major League Baseball 2K9 (USA) + + + + Games + Ninja Reflex (USA) (En,Fr,Es) + + + + Games + Disney-Pixar Toy Story Mania! (USA) (En,Fr,Es) + + + + Games + WWE SmackDown vs. Raw 2008 (USA) + + + + Games + DreamWorks Monsters vs. Aliens (USA) (En,Fr) + + + + Games + Block Party - 20 Games (USA) (En,Fr) + + + + Games + Carnival Games - MiniGolf (USA) (En,Fr,Es) + + + + Games + Dancing with the Stars - We Dance! (USA) + + + + Games + Price Is Right, The (USA) (En,Fr) + + + + Games + DreamWorks Shrek the Third (USA) + + + + Games + DreamWorks Shrek's Carnival Craze - Party Games (USA) (En,Fr) + + + + Games + Tony Hawk's Proving Ground (USA) + + + + Games + Mario Strikers Charged Football (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Iron Man (USA) (En,Fr,Es) + + + + Games + DreamWorks Kung Fu Panda (USA) (En,Fr) + + + + Games + DreamWorks Madagascar - Escape 2 Africa (USA) (En,Fr) + + + + Games + Madden NFL 08 (USA) + + + + Games + Marvel - Ultimate Alliance 2 (USA) + + + + Games + Mortal Kombat - Armageddon (USA) + + + + Games + Pajama Sam - Don't Fear the Dark (USA) + + + + Games + Disney-Pixar Ratatouille (USA) + + + + Games + Spy Fox in Dry Cereal (USA) + + + + Games + Roogoo - Twisted Towers (USA) (En,Fr,Es) + + + + Games + Guinness World Records - The Videogame (USA) (En,Fr,Es) + + + + Games + Naruto - Clash of Ninja Revolution (USA) + + + + Games + Star Wars - The Force Unleashed (USA) (En,Fr) + + + + Games + All Star Cheer Squad (USA) + + + + Games + Dewy's Adventure (USA) + + + + Games + Madden NFL 10 (USA) + + + + Games + Wacky World of Sports (USA) (En,Fr,Es) + + + + Games + Disney-Pixar WALL-E (USA) (En,Fr) + + + + Games + WWE SmackDown vs. Raw 2009 (USA) (En,Fr) + + + + Games + Sports Island (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Sports Resort (USA) (En,Fr,Es) + + + + Games + Rock Band 2 (USA) + + + + Games + Cloudy with a Chance of Meatballs (USA) (En,Fr,Es) + + + + Games + Hannah Montana - The Movie (USA) + + + + Games + NBA Live 08 (USA) + + + + Games + Rapala Tournament Fishing! (USA) + + + + Games + Scooby-Doo! First Frights (USA) (En,Fr,Es) + + + + Games + Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es) + + + + Games + Star Wars - The Clone Wars - Lightsaber Duels (USA) (En,Fr) + + + + Games + Ultimate Band (USA) (En,Fr,Es) + + + + Games + Cabela's Big Game Hunter (USA) + + + + Games + Guitar Hero World Tour (USA) (En,Fr) + + + + Games + Guitar Hero 5 (USA) (En,Fr) + + + + Games + NCAA Football 09 - All-Play (USA) + + + + Games + Neighborhood Games (USA) + + + + Games + Disney Pirates of the Caribbean - At World's End (USA) (Rev 1) + + + + Games + Rampage - Total Destruction (USA) + + + + Games + Ghost Squad (Europe) (En,Fr,De,Es,It) + + + + Games + Tiger Woods PGA Tour 07 (Europe) + + + + Games + Beatles, The - Rock Band (USA) (En,Fr,Es) + + + + Games + AMF Bowling - Pinbusters! (USA) + + + + Games + Deer Drive (USA) + + + + Games + Spider-Man 3 (USA) + + + + Games + Spider-Man - Friend or Foe (USA) + + + + Games + Pokemon Battle Revolution (USA) + + + + Games + Wild Earth - African Safari (USA) + + + + Games + Where's Waldo The Fantastic Journey (USA) (En,Fr) + + + + Games + Nancy Drew - The White Wolf of Icicle Creek (USA) + + + + Games + Kawasaki Quad Bikes (USA) + + + + Games + Kawasaki Jet Ski (USA) + + + + Games + Family Feud - 2010 Edition (USA) + + + + Games + Myth Makers - Orbs of Doom (USA) + + + + Games + Ferrari Challenge - Trofeo Pirelli (USA) (En,Fr) + + + + Games + Final Fantasy Fables - Chocobo's Dungeon (USA) + + + + Games + Disney-Pixar Cars - Mater-National Championship (USA) (En,Es) + + + + Games + Disney-Pixar Cars (USA) (En,Es) + + + + Games + Fishing Master World Tour (USA) (En,Fr,Es) + + + + Games + MotoGP (USA) (En,Fr,Es) + + + + Games + Sims 2, The - Pets (USA) + + + + Games + Alvin and the Chipmunks (USA) (En,Fr) + + + + Games + Major League Baseball 2K8 (USA) + + + + Games + Go Play - Lumberjacks (USA) + + + + Games + Thrillville - Off the Rails (USA) + + + + Games + Star Wars - The Clone Wars - Republic Heroes (USA) (En,Fr,Es) + + + + Games + Battle of the Bands (USA) + + + + Games + Deadly Creatures (USA) (En,Fr,Es) + + + + Games + Guitar Hero - Metallica (USA) (En,Fr) + + + + Games + Excite Truck (USA) + + + + Games + Nickelodeon Barnyard (USA) + + + + Games + Chronicles of Narnia, The - Prince Caspian (USA) + + + + Games + Fantastic Four - Rise of the Silver Surfer (USA) (En,Fr) + + + + Games + Guitar Hero - Aerosmith (USA) (En,Fr) + + + + Games + Need for Speed - Carbon (USA) + + + + Games + Skate It (USA) (En,Fr,Es) + + + + Games + Circus Games (USA) (En,Fr,Es) + + + + Games + Harvest Moon - Tree of Tranquility (USA) + + + + Games + Rygar - The Battle of Argus (USA) + + + + Games + Valhalla Knights - Eldar Saga (USA) + + + + Games + Paws & Claws - Pet Vet (USA) (En,Fr,Es) + + + + Games + Fire Emblem - Radiant Dawn (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Conduit, The (Europe) (En,Fr,De,Es,It) + + + + Games + Disaster - Day of Crisis (Europe) (En,Fr,De,Es,It) + + + + Games + New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Shaun White Snowboarding - World Stage (USA) (En,Fr,Es) + + + + Games + Cabela's Big Game Hunter 2010 (USA) + + + + Games + Metroid Prime Trilogy (USA) + + + + Games + Bass Pro Shops - The Strike (USA) + + + + Games + Chaotic - Shadow Warriors (USA) (En,Fr) + + + + Games + Tornado Outbreak (USA) (En,Fr,Es) + + + + Games + Backyard Baseball '10 (USA) + + + + Games + Don King Boxing (USA) (En,Fr,Es) + + + + Games + Mario & Sonic at the Olympic Winter Games (USA) (En,Ja,Fr,Es) + + + + Games + Totally Spies! Totally Party (USA) (En,Fr,Es) + + + + Games + Ringling Bros. and Barnum & Bailey (USA) + + + + Games + Band Hero (USA) (En,Fr) + + + + Games + Deca Sports (USA) + + + + Games + Guitar Hero - Smash Hits (USA) (En,Fr) + + + + Games + Bakugan - Battle Brawlers (USA) (En,Fr) (Toys R Us) + + + + Games + Arc Rise Fantasia (Japan) + + + + Games + Fragile - Sayonara Tsuki no Haikyo (Japan) + + + + Games + Suzumiya Haruhi no Heiretsu (Japan) + + + + Games + Zelda no Densetsu - Twilight Princess (Japan) + + + + Games + Zero - Tsukihami no Kamen (Japan) + + + + Games + FaceBreaker K.O. Party (USA) (En,Fr) + + + + Games + Price Is Right, The - 2010 Edition (USA) (En,Fr) + + + + Games + Bratz - The Movie (USA) + + + + Games + Soulcalibur Legends (Japan) + + + + Games + Super Paper Mario (Japan) (Rev 1) + + + + Games + Metroid Prime 3 - Corruption (Japan) + + + + Games + Donkey Kong Taru Jet Race (Japan) + + + + Games + Wario Land Shake (Japan) (Rev 1) + + + + Games + Mario Kart Wii (Japan) + + + + Games + Muramasa - The Demon Blade (Europe) (En,Fr,De,Es,It) + + + + Games + NBA 2K10 (USA) + + + + Games + Link no Bowgun Training (Japan) + + + + Games + DJ Hero (USA) (En,Fr) + + + + Games + Cruise Ship Vacation Games (USA) + + + + Games + London Taxi - Rushour (USA) + + + + Games + Ski and Shoot (USA) (En,Fr) + + + + Games + Game Party (USA) (Rev 1) + + + + Games + Guitar Hero III - Legends of Rock (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Deca Sports 2 (USA) (En,Fr,Es) + + + + Games + House of the Dead, The - Overkill (Europe) (En,Fr,Es,It) + + + + Games + Rapala's Fishing Frenzy (USA) + + + + Games + Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It) + + + + Games + Little King's Story (Europe) (En,Fr,De,Es,It) + + + + Games + Biggest Loser, The (USA) + + + + Games + Ready 2 Rumble - Revolution (USA) (En,Fr,Es) + + + + Games + Bratz - Girlz Really Rock (USA) (En,Fr) + + + + Games + Cabela's Outdoor Adventures (USA) + + + + Games + Jelly Belly - Ballistic Beans (USA) (En,Fr,Es) + + + + Games + Ultimate Party Challenge (USA) + + + + Games + Smiley World - Island Challenge (USA) (En,Fr,Es) + + + + Games + Brothers in Arms - Road to Hill 30 (Europe) (En,Fr,De,Es,It) + + + + Games + Brothers in Arms - Earned in Blood (Europe) (En,Fr,De,Es,It) + + + + Games + Harvest Moon - Magical Melody (Europe) (En,Fr,De,Es,It) + + + + Games + Metal Slug Anthology (UK) + + + + Games + Zack & Wiki - Quest for Barbaros' Treasure (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Super Monkey Ball - Banana Blitz (Europe) (En,Fr,De,Es,It) + + + + Games + Wario Land - The Shake Dimension (Europe) (En,Fr,De,Es,It) + + + + Games + MLB Power Pros (USA) + + + + Games + Heatseeker (USA) + + + + Games + Mercury Meltdown Revolution (USA) (En,Fr,Es) + + + + Games + Wii Sports Resort (Europe) (En,Fr,De,Es,It) + + + + Games + Broken Sword - Shadow of the Templars - The Director's Cut (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 10 (Europe) (En,Nl) + + + + Games + House of the Dead 2 & 3 Return, The (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Trauma Center - New Blood (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Muramasa - The Demon Blade (USA) + + + + Games + Madden NFL 09 - All-Play (USA) + + + + Games + Need for Speed - Nitro (USA) (En,Fr,Es) + + + + Games + Nickelodeon SpongeBob's Truth or Square (USA) + + + + Games + We Cheer (USA) (En,Fr,Es) + + + + Games + Dead Space - Extraction (USA) (En,Fr) + + + + Games + Ben 10 - Protector of Earth (USA) + + + + Games + Opoona (Europe) (En,Fr,De) + + + + Games + Astro Boy - The Video Game (USA) (En,Fr,Es) + + + + Games + Bakugan - Battle Brawlers (USA) (En,Fr) + + + + Games + Call of Duty - Modern Warfare - Reflex (USA) (En,Fr) + + + + Games + Drawn to Life - The Next Chapter (USA) (En,Fr) + + + + Games + Hasbro Family Game Night 2 (USA) (En,Fr,Es) + + + + Games + LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es) + + + + Games + Dead Space - Extraction (Europe) (En,Fr,De,It) + + + + Games + EA Sports Active - More Workouts (USA) (En,Fr) + + + + Games + Big Brain Academy for Wii (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Aqua Panic! (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Disney-Pixar Cars - Race-O-Rama (USA) (En,Fr) + + + + Games + Ice Age 2 - The Meltdown (USA) + + + + Games + LEGO Rock Band (USA) (En,Fr,Es) + + + + Games + Rabbids Go Home (USA) (En,Fr,Es) + + + + Games + Sega Bass Fishing (USA) + + + + Games + WWE SmackDown vs. Raw 2010 (USA) (En,Fr,Es) + + + + Games + My Baby First Steps (USA) (En,Fr,Es) + + + + Games + F1 2009 (USA) (En,Fr,Es) + + + + Games + Jurassic - The Hunted (USA) + + + + Games + Playmobil Circus (USA) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Storybook Workshop (USA) (En,Fr,Es) + + + + Games + Walk It Out! (USA) (En,Fr,Es) + + + + Games + Biohazard Zero (Japan) + + + + Games + Biohazard (Japan) + + + + Games + Biohazard 4 - Wii Edition (Japan) + + + + Games + Biohazard - Umbrella Chronicles (Japan) + + + + Games + Resident Evil Archives - Resident Evil Zero (USA) + + + + Games + Resident Evil - The Darkside Chronicles (USA) + + + + Games + Are You Smarter than a 5th Grader Game Time (USA) + + + + Games + Ben 10 - Alien Force - Vilgax Attacks (USA) (En,Fr,Es) + + + + Games + Secret Saturdays, The - Beasts of the 5th Sun (USA) (En,Fr,Es) + + + + Games + World of Zoo (USA) (En,Fr,Es) + + + + Games + Teenage Mutant Ninja Turtles - Smash-Up (USA) (En,Fr,De,Es,It) + + + + Games + Ookami (USA) + + + + Games + Ultimate Duck Hunting - Hunting & Retrieving Ducks (USA) (En,Fr,Es) + + + + Games + Resident Evil Archives - Resident Evil Zero (Europe) (En,Fr,De,Es,It) + + + + Games + Resident Evil - The Darkside Chronicles (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + No More Heroes 2 - Desperate Struggle (USA) (En,Fr,Es) + + + + Games + New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 1) + + + + Games + Guitar Hero - Van Halen (USA) (En,Fr) + + + + Games + James Cameron's Avatar - The Game (USA) (En,Fr,Es) + + + + Games + Disney The Princess and the Frog (USA) (En,Fr,Es) + + + + Games + Alvin and the Chipmunks - The Squeakquel (USA) + + + + Games + Biohazard - The Darkside Chronicles (Japan) + + + + Games + Super Monkey Ball - Step & Roll (USA) + + + + Games + Dragon Ball - Revenge of King Piccolo (Europe) (En,Fr,De,Es,It) + + + + Games + James Cameron's Avatar - The Game (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Teenage Mutant Ninja Turtles - Smash-Up (Europe) (En,Fr,De,Es,It) + + + + Games + Super Monkey Ball - Step & Roll (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Marvel Super Hero Squad (USA) (En,Fr,Es) + + + + Games + No More Heroes (Europe) (En,Fr,De,Es,It) + + + + Games + Alone in the Dark (Europe) (En,Fr,De,Es,It) + + + + Games + Data East Arcade Classics (USA) + + + + Games + Boom Blox (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Racquet Sports (USA) (En,Fr,Es) + + + + Games + Broken Sword - Shadow of the Templars - The Director's Cut (USA) (En,Fr,Es) + + + + Games + Baroque (USA) + + + + Games + Bleach - Shattered Blade (USA) + + + + Games + Blast Works - Build, Trade, Destroy (USA) + + + + Games + Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (USA) + + + + Games + GT Pro Series (USA) + + + + Games + Guitar Hero III - Legends of Rock (USA) + + + + Games + Shonen Jump One Piece - Unlimited Adventure (USA) + + + + Games + Tatsunoko vs. Capcom - Ultimate All-Stars (USA) + + + + Games + All Star Cheer Squad 2 (USA) + + + + Games + Blast Works - Build, Trade, Destroy (UK) + + + + Games + Klonoa (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 10 (Canada) (En,Fr) + + + + Games + Super Paper Mario (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Monster Hunter Tri (Europe) (En,Fr,De,Es,It) + + + + Games + Carnival Games - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + MySims Racing (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Summer Athletics (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Mortal Kombat - Armageddon (Europe) (En,Fr,De,Es,It) + + + + Games + Pikmin (Europe) (En,Fr,De,Es,It) + + + + Games + No More Heroes 2 - Desperate Struggle (Europe) (En,Fr,De,Es,It) + + + + Applications + FreeLoader for Nintendo Wii (Europe) (Unl) + + + + Games + Super Mario Galaxy 2 (USA) (En,Fr,Es) + + + + Games + Mario Power Tennis (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Fit (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Wii Fit Plus (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Band Hero (Europe) (En,Fr,De,Es,It) + + + + Games + Sonic Riders - Zero Gravity (Europe) (En,Fr,De,Es,It) + + + + Games + Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Super Mario Galaxy 2 (Europe) (En,Fr,De,Es,It) + + + + Games + America's Next Top Model (USA) + + + + Games + Prince of Persia - The Forgotten Sands (USA) (En,Fr,Es) (Rev 1) + + + + Games + Family GameShow (USA) + + + + Games + Monster Hunter Tri (USA) (En,Fr,Es) + + + + Games + MadWorld (USA) (En,Fr,Es) + + + + Games + Boy and His Blob, A (USA) + + + + Games + Sin and Punishment - Successor of the Skies (Europe) (En,Fr,De,Es,It) + + + + Games + MadWorld (Europe) (En,Fr,Es,It) + + + + Games + Disney The Princess and the Frog (USA) (En,Fr,Es) (Riverboat Jazz Edition) + + + + Games + Call of Duty 3 (Germany) + + + + Games + Medal of Honor - Vanguard (Europe) (En,Fr,De,Es,It) + + + + Games + Battalion Wars 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Thrillville - Off the Rails (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Endless Ocean - Blue World (USA) + + + + Games + Worms - A Space Oddity (USA) (En,Fr) + + + + Games + Cursed Mountain (UK) + + + + Games + Nitrobike (USA) (En,Fr,Es) + + + + Games + Rig Racer 2 (USA) + + + + Games + Monster Trux Offroad (USA) + + + + Games + Safecracker (USA) + + + + Games + Zack & Wiki - Quest for Barbaros' Treasure (USA) + + + + Games + Endless Ocean (USA) (En,Fr,Es) + + + + Games + Fire Emblem - Radiant Dawn (USA) (Rev 1) + + + + Games + Red Steel 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Silent Hill - Shattered Memories (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Fit Plus (USA) (En,Fr,Es) + + + + Games + Dance Dance Revolution - Hottest Party 3 (USA) + + + + Games + Wii Play (USA, Canada) (Rev 1) + + + + Games + Wii Fit (USA) (En,Fr,Es) (Rev 1) + + + + Games + Metroid - Other M (USA) (En,Fr,Es) + + + + Games + Guitar Hero World Tour (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Prince of Persia - Rival Swords (Europe) (En,Fr,De,Es,It) + + + + Games + Metroid - Other M (Europe) (En,Fr,De,Es,It) + + + + Games + Gunblade NY & L.A. Machineguns Arcade Hits Pack (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Tournament of Legends (USA) + + + + Games + Spider-Man - Shattered Dimensions (USA) (En,Fr) + + + + Games + Disney Guilty Party - Mystery Fun for Everyone! (USA) + + + + Games + Scene It Bright Lights! Big Screen! (Europe) + + + + Games + Pikmin 2 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Army Men - Soldiers of Misfortune (Europe) (En,Fr,De,Es,It) + + + + Games + EA Sports Active - Personal Trainer (USA) (En,Fr) + + + + Games + New Super Mario Bros. Wii (USA) (En,Fr,Es) (Rev 2) + + + + Games + Guitar Hero - Warriors of Rock (Europe) (En,Fr,De,Es,It) + + + + Games + Tetris Party Deluxe (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Boy and His Blob, A (UK) + + + + Games + Another Code R - A Journey into Lost Memories (Europe) (En,Fr,De,Es,It) + + + + Games + De Blob (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + LEGO Star Wars - The Complete Saga (USA) (En,Fr,Es) (Rev 1) + + + + Games + Hasbro Family Game Night Vol 2 (Europe) (En,Fr,De,Es,Nl) + + + + Games + King of Fighters Collection, The - The Orochi Saga (Europe) + + + + Games + Fragile Dreams - Farewell Ruins of the Moon (Europe) (En,Ja,Fr,De) + + + + Games + Final Fantasy Fables - Chocobo's Dungeon (Europe) (En,Fr) + + + + Games + Samba de Amigo (Europe) (En,Fr,De,Nl) + + + + Games + Samurai Shodown Anthology (Europe) + + + + Games + Guitar Hero III - Legends of Rock (USA) (Rev 1) + + + + Games + Rock Band (USA) + + + + Games + Rock Band - Track Pack Volume 1 (USA) + + + + Games + Wii Fit (USA) (En,Fr,Es) + + + + Games + Tales of Symphonia - Dawn of the New World (Europe) (En,Fr,De,Es,It) + + + + Games + Family Ski (Europe) (En,Fr,De,Es,It) + + + + Games + Final Fantasy Crystal Chronicles - The Crystal Bearers (Europe) (En,Fr,De,Es) + + + + Games + Final Fantasy Crystal Chronicles - Echoes of Time (Europe) (En,Fr,De,Es) + + + + Games + Wii Chess (Europe) (En,Fr,De,Es,It) + + + + Games + Big Beach Sports 2 (USA) + + + + Games + Garfield Show, The - Threat of the Space Lasagna (USA) + + + + Games + Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Punch-Out!! (Europe) (En,Fr,De,Es,It) + + + + Games + Madden NFL 11 (USA) (Rev 1) + + + + Games + LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es) + + + + Games + NBA Jam (USA) + + + + Games + Sin & Punishment - Star Successor (USA) + + + + Games + Secret Files - Tunguska (USA) + + + + Games + Gold's Gym - Cardio Workout (USA) + + + + Games + Kirby's Epic Yarn (USA) (En,Fr,Es) + + + + Games + LEGO Indiana Jones - The Original Adventures (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Star Wars - The Force Unleashed II (USA) (En,Fr,Es) + + + + Games + Rayman - Raving Rabbids 2 (USA) (En,Fr,Es) (Rev 1) + + + + Games + GoldenEye 007 (USA) (En,Fr) + + + + Games + Call of Duty 3 (UK, Australia) + + + + Games + Beatles, The - Rock Band (Europe) (En,Fr,De,Es,It) + + + + Games + Super Mario All-Stars (Europe, Australia) + + + + Games + Donkey Kong Country Returns (Europe) (En,Fr,De,Es,It) + + + + Games + Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Family Trainer (Europe) (En,Fr,De,Es,It) + + + + Games + Game Party (Europe) (En,Fr,De,Es,It) + + + + Games + Marbles! Balance Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + RTL Winter Sports 2008 - The Ultimate Challenge (Germany) (En,De) + + + + Games + Sports Island 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Ultimate Board Game Collection (Europe) (En,Fr,De,Es,It) + + + + Games + We Love Golf! (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Wonder World Amusement Park (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Wii Sports Resort (USA) (En,Fr,Es) (Rev 1) + + + + Games + Wii Sports + Wii Sports Resort (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + DJ Hero 2 (USA) (En,Fr,Es) + + + + Games + Super Paper Mario (USA) (Rev 2) + + + + Games + Sonic Colors (USA) (En,Ja,Fr,De,Es,It) + + + + Games + Taiko no Tatsujin Wii (Japan) + + + + Games + Rock Band (Europe) (En,Fr,De,Es,It) + + + + Games + Rock Band - Song Pack 1 (Europe) (En,Fr,De,Es,It) + + + + Games + LEGO Rock Band (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Green Day - Rock Band (Europe) (En,Fr,De,Es,It) + + + + Games + Kororinpa (Europe) (En,Fr,De,Es,It) + + + + Games + Guitar Hero - Van Halen (Europe) (En,Fr,De,Es,It) + + + + Games + Punch-Out!! (Europe, Australia) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Rayman - Raving Rabbids (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Guitar Hero - Warriors of Rock (USA) (En,Fr) + + + + Games + Rock Band 3 (USA) (En,Fr,De) + + + + Games + Worms - A Space Oddity (Europe) (En,Fr,De,Es,It) + + + + Games + Babysitting Mama (USA) + + + + Games + EA Sports Active - NFL Training Camp (USA) + + + + Games + EA Sports Active 2 - Personal Trainer (USA) (En,Fr,Es) + + + + Games + Karaoke Revolution Glee (USA) (En,Fr,Es) + + + + Games + Top Shot Dinosaur Hunter (USA) + + + + Games + I Spy Spooky Mansion (USA) + + + + Games + Rune Factory - Frontier (Europe) (En,Fr,De) + + + + Games + Crash - Mind over Mutant (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Disney G-Force (Europe) (En,Fr,Es,Nl) + + + + Games + Indiana Jones and the Staff of Kings (Europe) (En,Fr,De,Es,It) + + + + Games + Job Island (Europe) (En,Fr,De,Es,It) + + + + Games + Prince of Persia - The Forgotten Sands (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Rock Band - Song Pack 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Shaun White Snowboarding - Road Trip (Europe) (En,Fr,De,Es,It) + + + + Games + Winter Sports 2009 - The Next Challenge (Europe) (En,De) + + + + Games + Star Wars - The Force Unleashed (Europe) (En,Fr,De,Es,It) + + + + Games + Anno - Create a New World (Europe) (En,Fr,De,Es,It) + + + + Games + Mario & Sonic at the Olympic Winter Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko) + + + + Games + Sonic Colours (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + King of Clubs (Europe) (En,Fr,De,Es,It) + + + + Games + Winter Sports 2008 - The Ultimate Challenge (Europe) (En,Fr) + + + + Games + Mini Desktop Racing (UK) + + + + Games + Cranium Kabookii (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Toy Story Mania! (Europe) (En,Fr,De,It,Nl) + + + + Games + Table Football (Europe) (En,Fr,De,Es,It) + + + + Games + Alan Hansen's Sports Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + AMF Bowling - Pinbusters! (Europe) (En,Fr,De,Es,It) + + + + Games + Telly Addicts (Europe) + + + + Games + Super Fruit Fall (Europe) + + + + Games + Ultimate I Spy (Europe) + + + + Games + Science Papa (Europe) (En,Fr,De,Es,It) + + + + Games + Mercury Meltdown Revolution (Europe) (En,Fr,De,Es,It) + + + + Games + Puzzler Collection (UK) + + + + Games + Big Beach Sports (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + More Game Party (Europe) (En,Fr,De,Es,It) + + + + Games + Petz Sports - Dog Playground (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Hasbro Family Game Night (Europe) (En,Fr,De,Es,Nl) + + + + Games + TV Show King Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Big Family Games (Europe) (En,Fr,De,Es,It) + + + + Games + North American Hunting Extravaganza 2 (USA) + + + + Games + ExerBeat (USA) (En,Fr,Es) + + + + Games + Tatsunoko vs. Capcom - Ultimate All-Stars (Europe) + + + + Games + Green Lantern - Rise of the Manhunters (USA) (En,Fr,Es,Pt) + + + + Games + Wii Play - Motion (USA) (En,Fr,Es) + + + + Games + Disney-Pixar Cars 2 (USA) (En,Fr,Es) + + + + Games + Sega Superstars Tennis (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 2) + + + + Games + Mario Sports Mix (Europe) (En,Fr,De,Es,It) + + + + Games + Medal of Honor - Heroes 2 (Europe) + + + + Games + Need for Speed - Undercover (Europe) (En,Nl) + + + + Games + Eledees (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 08 (Europe) (En,Nl) + + + + Games + Guinness World Records - The Videogame (Europe) (En,Fr,De,Es,It) + + + + Games + Manhunt 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Monopoly (Europe) (En,Fr,De,Es,Nl,Sv,Fi) + + + + Games + Sonic and the Secret Rings (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Mystery Case Files - The Malgrave Incident (USA) + + + + Games + Outdoor Action Double Pack (USA) + + + + Games + Maximum Racing - Super Truck Racer (USA) (En,Fr,Es) + + + + Games + Line Rider Freestyle (Europe) (En,Fr,De,Es,It) + + + + Games + Gottlieb Pinball Classics (Europe) (En,Fr,De,Es,It) + + + + Games + New Super Mario Bros. Wii (Europe) (En,Fr,De,Es,It) (Rev 2) + + + + Games + Disney Epic Mickey (Europe) (En,Fr,Nl) + + + + Games + Kirby's Epic Yarn (Europe) (En,Fr,De,Es,It) + + + + Games + Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Smurfs, The - Dance Party (USA) + + + + Games + Just Dance - Summer Party (USA) (En,Fr,Es) + + + + Games + Super Smash Bros. Brawl (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Disney Phineas and Ferb - Across the 2nd Dimension (USA) + + + + Games + Top Trumps Adventures (Europe) (En,Fr,De,Es,It) + + + + Games + Xenoblade Chronicles (Europe) (En,Fr,De,Es,It) + + + + Games + Dead Rising - Chop Till You Drop (Europe) (En,Fr,De,Es,It) + + + + Games + DJ Hero (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + DJ Hero 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Naruto - Clash of Ninja Revolution - European Version (Europe) (En,Fr,De,Es,It) + + + + Games + Obscure II (Europe) (En,Fr,De,Es,It) + + + + Games + Captain Rainbow (Japan) + + + + Games + Black Eyed Peas Experience, The (USA) (En,Fr,Es) (Limited Edition) + + + + Games + Back to the Future - The Game (USA) (En,Fr,De) + + + + Games + Cabela's Adventure Camp (USA) (En,Fr) + + + + Games + Cabela's Survival - Shadows of Katmai (USA) (En,Fr) + + + + Games + Disney Universe (USA) (En,Fr,Es) + + + + Games + Generator Rex - Agent of Providence (USA) (En,Fr) + + + + Games + Family Game Night 4 - The Game Show (USA) + + + + Games + Jerry Rice & Nitus' Dog Football (USA) + + + + Games + Just Dance Kids 2 (USA) (En,Fr,Es) + + + + Games + My Personal Golf Trainer with IMG Academies and David Leadbetter (USA) + + + + Games + NASCAR Unleashed (USA) + + + + Games + Price Is Right, The - Decades (USA) + + + + Games + DreamWorks Puss in Boots (USA) (En,Fr) + + + + Games + Trivial Pursuit - Bet You Know It (USA) (En,Fr) + + + + Games + Sesame Street - Ready, Set, Grover! The Videogame (Australia) + + + + Games + Deepak Chopra's Leela (USA) (En,Fr) + + + + Games + Nickelodeon Dance (USA) + + + + Games + Rayman Origins (USA) (En,Fr,Es) + + + + Games + Mario & Sonic at the London 2012 Olympic Games (USA) (En,Ja,Fr,Es) + + + + Games + Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) + + + + Demos + Legend of Zelda, The - Twilight Princess (USA) (Demo) + + + + Games + Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) + + + + Games + Legend of Zelda, The - Twilight Princess (Korea) + + + + Games + Link's Crossbow Training (USA) (En,Fr,Es) + + + + Games + Linkui Sagyeok Training (Korea) + + + + Games + Legend of Zelda, The - Skyward Sword (Korea) + + + + Games + Aliens in the Attic (Europe) (En,Fr,De,Es,It) + + + + Games + Heavy Fire - Afghanistan (USA) + + + + Games + DreamWorks Super Star Kartz (USA) (En,Fr) + + + + Games + Cartoon Network - Punch Time Explosion XL (USA) + + + + Games + uDraw Studio - Instant Artist (USA) (En,Fr,Es) + + + + Games + Santa Claus Is Comin' to Town! (USA) + + + + Games + Tiger Woods PGA Tour 12 (USA) + + + + Games + Skylanders - Spyro's Adventure (USA) (En,Fr) + + + + Games + Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA) (En,Fr) (Rev 1) + + + + Games + Chocobo no Fushigi na Dungeon - Toki-wasure no Meikyuu (Japan) + + + + Games + 428 - Fuusa Sareta Shibuya de (Japan) + + + + Games + Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 1) + + + + Games + Fushigi no Dungeon - Fuurai no Shiren 3 - Karakuri Yashiki no Nemurihime (Japan) + + + + Games + Another Code R - Kioku no Tobira (Japan) + + + + Games + Meitantei Conan - Tsuioku no Mirage (Japan) + + + + Games + Asterix at the Olympic Games (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Barrio Sesamo - Preparados Listos Coco! El Videojuego (Europe) (Es,Nl) + + + + Games + Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (USA) + + + + Games + Batman - The Brave and the Bold - The Videogame (USA) (En,Fr,Es) + + + + Games + Imabikisou Kaimei-hen (Japan) + + + + Games + Get Up and Dance (USA) (En,Fr,Es) + + + + Games + Wii Fit (Japan) (Rev 1) + + + + Games + Last Story, The (Europe) (En,Fr,De,Es,It) + + + + Games + Rayman Origins (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Major League Baseball 2K12 (USA) + + + + Games + Mario Party 9 (Europe) (En,Fr,De,Es,It) + + + + Games + Boom Street (Europe) (En,Fr,De,Es,It) + + + + Games + Last Story, The (Japan) + + + + Games + MadWorld (Japan) (En,Ja) + + + + Games + Super Mario Stadium - Family Baseball (Japan) + + + + Games + House of the Dead, The - Overkill (Japan) + + + + Games + Naruto Shippuuden - Gekitou Ninja Taisen! EX2 (Japan) + + + + Games + PokePark 2 - Beyond the World (Japan) + + + + Games + Bit.Trip Complete (Europe) + + + + Games + Super Mario Collection (Japan) + + + + Games + Biohazard - Umbrella Chronicles (Japan) (Rev 1) + + + + Games + Kage no Tou (Japan) + + + + Games + FlingSmash (USA) (En,Fr,Es) (Rev 1) + + + + Games + Biohazard 4 - Wii Edition (Japan) (Rev 1) + + + + Games + Puzzle Kingdoms (Europe) (En,Fr,De,Es,It) + + + + Games + Secret Files 2 - Puritas Cordis (Europe) (En,Fr,De,Es,It) + + + + Games + Williams Pinball Classics (Europe) (En,Fr,De,Es) + + + + Games + Naruto Shippuuden - Ryuu Jin-ki (Japan) + + + + Games + Metroid - Other M (USA) (En,Fr,Es) (Rev 1) + + + + Games + Keito no Kirby (Japan) + + + + Games + Pandora no Tou - Kimi no Moto e Kaeru made (Japan) + + + + Games + Tataite Hazumu - Super Smash Ball Plus (Japan) (Rev 2) + + + + Games + Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 2) (Rev 3) + + + + Games + Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Disc 1) (Rev 3) + + + + Games + Namco Museum Remix (Europe) (En,Fr,De,Es,It) + + + + Games + Secret Files - Tunguska (Europe) (En,Fr,De,Es,It) + + + + Games + Rock Band 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Bully - Scholarship Edition (Europe) (En,Fr,De,Es,It) + + + + Games + EA Playground (Europe) (En,Fr,De,Es,It) + + + + Games + Pac-Man Party (Japan) + + + + Games + Boogie (Europe) (En,Fr,De,Es,It,Nl,Pt) + + + + Games + PopStar Guitar (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance Wii (Japan) (Rev 1) + + + + Games + Wii Music (Europe) (En,Fr,De,Es,It) + + + + Games + Pro Golfer Saru (Japan) + + + + Games + Eyeshield 21 - Field Saikyou no Senshitachi (Japan) + + + + Games + Go Vacation (Japan) + + + + Games + GoldenEye 007 (Europe) (En,Fr,De,Es,It) + + + + Games + Tales of Symphonia - Ratatosk no Kishi (Japan) + + + + Games + PokePark Wii - Pikachu's Adventure (Europe) (En,Fr,De,Es,It) + + + + Games + Boom Blox Bash Party (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + SSX Blur (Japan) + + + + Games + Odoru Made in Wario (Japan) + + + + Games + Dragon Quest Swords - Kamen no Joou to Kagami no Tou (Japan) + + + + Games + SD Gundam - GGeneration World (Japan) + + + + Games + Hajimete no Wii (Japan) + + + + Games + Wii Sports (Japan) + + + + Games + Oboro Muramasa (Japan) + + + + Games + Sengoku Musou 3 (Japan) (Rev 1) + + + + Games + Monster Hunter 3 tri- (Japan) + + + + Games + Guitar Hero - Metallica (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 08 (Europe) (Es,It) + + + + Games + FIFA 09 - All-Play (Europe) (Es,It) + + + + Games + FIFA 10 (Europe) (Es,It) + + + + Games + 2010 FIFA World Cup South Africa (Europe) (En,Nl) + + + + Games + Call of Duty 3 (Europe) (Fr,Es,It) + + + + Games + Call of Duty - World at War (Europe) (Es,It) + + + + Games + Call of Duty - Black Ops (Spain) + + + + Games + Call of Duty - Modern Warfare - Reflex (Europe) (Es,It) + + + + Games + SimAnimals (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi) + + + + Games + Padrino, El - El Chantaje (Spain) + + + + Games + Heatseeker (Europe) (Es,It) + + + + Games + Nickelodeon Bob Esponja - Atrapados en el Congelador (Spain) + + + + Games + 2010 FIFA World Cup South Africa (Europe) (Es,It) + + + + Games + New Super Mario Bros. Wii (Japan) (Rev 1) + + + + Games + Mario Party 9 (Japan) + + + + Games + Xenoblade (Japan) + + + + Games + Rabbids Party - TV Party (Japan) + + + + Games + Rabbids Party - Time Travel (Japan) + + + + Games + Naruto Shippuuden - Gekitou Ninja Taisen! EX (Japan) + + + + Games + One Piece - Unlimited Cruise - Episode 1 - Nami ni Yureru Hihou (Japan) (Rev 1) + + + + Games + Arc Rise Fantasia (USA) + + + + Games + Kirby's Return to Dream Land (USA) (En,Fr,Es) + + + + Games + Tales of Symphonia - Dawn of the New World (USA) + + + + Games + Donkey Kong Country Returns (USA) (En,Fr,Es) (Rev 1) + + + + Games + Mario Party 9 (USA, Asia) (En,Fr,Es) + + + + Games + Sonic & Sega All-Stars Racing (USA) (En,Fr,Es) + + + + Games + Xenoblade Chronicles (USA, Asia) (En,Fr,Es) + + + + Games + Rabbids Go Home (Japan) + + + + Games + Pikmin 2 (USA) (En,Fr,Es) + + + + Games + PokePark Wii - Pikachu's Adventure (USA) + + + + Games + PokePark 2 - Wonders Beyond (USA) + + + + Games + Wii Fit (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Call of Duty - World at War (Europe) (En,Fr) + + + + Games + Chronicles of Narnia, The - Prince Caspian (Europe) + + + + Games + FIFA 09 - All-Play (Europe, Australia) (En,Nl) + + + + Games + Pangya! Golf with Style (Europe) (En,Fr,De,Es,It) + + + + Games + Tiger Woods PGA Tour 08 (Europe) (En,Fr) + + + + Games + Tiger Woods PGA Tour 09 - All-Play (Europe) + + + + Games + Last Story, The (USA) (En,Fr,Es) + + + + Games + Phantom Brave - We Meet Again (USA) + + + + Games + Sakura Wars - So Long, My Love (USA) + + + + Games + Dragon Ball - Revenge of King Piccolo (USA) + + + + Games + Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (En,Fr,Es) + + + + Games + Fortune Street (USA) + + + + Games + Rune Factory - Tides of Destiny (USA) + + + + Games + Super Robot Taisen Neo (Japan) + + + + Games + Skylanders - Giants (USA) (En,Fr) + + + + Games + Geometry Wars - Galaxies (USA) + + + + Games + LEGO Batman 2 - DC Super Heroes (USA) (En,Fr,Es,Pt) + + + + Games + Amazing Spider-Man, The (USA) (En,Fr,Es) + + + + Games + Just Dance 4 (USA) (En,Fr,Es) + + + + Games + Disney Wreck-It Ralph (USA) (En,Fr) + + + + Games + LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es) (Rev 1) + + + + Games + Super Mario All-Stars (USA) + + + + Games + Bit.Trip Complete (USA) + + + + Games + LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Caduceus - New Blood (Japan) + + + + Games + Kirby's Dream Collection - Special Edition (USA) + + + + Games + Karaoke Joysound Wii Super DX - Hitori de Minna de Utai Houdai! (Japan) + + + + Games + Lara Croft Tomb Raider - Anniversary (Europe) (En,Fr,De,Es,It) + + + + Games + Hajimete no Wii (Taiwan) + + + + Games + Wii Fit Plus (Asia) + + + + Games + Wii Sports Resort (Asia) + + + + Games + FIFA 13 (Europe) (De,Es,It) + + + + Games + PES 2013 - Pro Evolution Soccer (Europe) (Fr,De,El) + + + + Games + Soulcalibur Legends (Europe) (En,Fr,De,Es,It) + + + + Games + Raving Rabbids - Travel in Time (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Star Wars - The Force Unleashed II (Europe) (En,Fr,De,Es,It) + + + + Games + Dragon Quest Swords - The Masked Queen and the Tower of Mirrors (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Epic Mickey (Europe) (De,Es,It) (Rev 1) + + + + Games + De Blob 2 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + LEGO The Lord of the Rings (Europe) (En,Fr,De,Es,It,Nl,Da) + + + + Games + LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da) + + + + Games + ExciteBots - Trick Racing (USA) + + + + Games + SD Gundam - Gashapon Wars (Japan) + + + + Games + Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA) (En,Fr) (Rev 1) + + + + Games + Earth Seeker (Japan) + + + + Games + Hagane no Renkinjutsushi - Fullmetal Alchemist - Akatsuki no Ouji (Japan) + + + + Games + SD Gundam - GGeneration Wars (Japan) + + + + Games + Zelda no Densetsu - Skyward Sword (Japan) + + + + Games + Hoshi no Kirby - 20 Shuunen Special Collection (Japan) + + + + Games + Victorious Boxers Challenge (Europe) + + + + Games + Metal Slug Complete (Japan) + + + + Games + Mario Strikers Charged (Japan) + + + + Games + Ghostbusters - The Video Game (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + PES 2012 - Pro Evolution Soccer (Europe) (Fr,De,El) + + + + Games + Harry Potter and the Deathly Hallows - Part 1 (Europe) (En,Fr,De,Es,It) + + + + Games + Harry Potter and the Deathly Hallows - Part 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Project Zero 2 - Wii Edition (Europe) (En,Fr,De,Es,It) + + + + Games + Kirby's Adventure Wii (Europe) (En,Fr,De,Es,It) + + + + Games + Kore Gang, The (Europe) (En,Fr,De,Es) + + + + Games + Angry Birds Trilogy (USA) (En,Fr) + + + + Games + Just Dance 2014 (USA) (En,Fr,Es) + + + + Games + Nickelodeon Teenage Mutant Ninja Turtles (USA) (En,Fr) + + + + Games + Angry Birds Star Wars (USA) (En,Fr,Es,Pt) + + + + Games + Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Tony Hawk - Shred (Europe) (En,Fr,De,Es,It) + + + + Games + Deadly Creatures (Europe) (En,Fr,De,Es,It) + + + + Games + All Star Cheerleader 2 (Europe, Australia) + + + + Games + Karaoke Revolution Glee - Volume 3 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Naruto Shippuden - Clash of Ninja Revolution III (USA) + + + + Games + Order Up! (Europe) (En,Fr,De,Es,It) + + + + Games + Speed Racer - The Videogame (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + We Dare - Flirty Fun for All (Europe) (En,Fr,De,Es,It) + + + + Games + Spore Hero (Europe) (En,Fr,De,Es,It,Nl,Sv,Da) + + + + Games + Drawn to Life - The Next Chapter (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Just Dance 2 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Ninjabread Man (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da) (Rev 1) + + + + Games + Knockout Party (Europe) (En,Fr,De,Es,It) + + + + Games + Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It) (Special Edition) + + + + Games + Rugby League 3 (Europe) (En,Fr) + + + + Games + Bigs 2, The - Baseball (UK) + + + + Games + Cooking Party (Europe) (En,Fr,De,Es,It) + + + + Games + Grease - The Official Video Game (Europe) (En,Fr,De,Es,It) + + + + Games + De Blob 2 (USA) (En,Fr) + + + + Games + Disney Epic Mickey (USA) (En,Fr,Es) + + + + Games + Disney Epic Mickey 2 - The Power of Two (USA) (En,Fr,Es,Pt) + + + + Games + Conduit 2 (USA) (En,Fr,Es) + + + + Games + Fragile Dreams - Farewell Ruins of the Moon (USA) (En,Ja,Fr) + + + + Games + Simpson, Les - Le Jeu (France) + + + + Games + Tenchu - Shadow Assassins (Europe) (En,Fr,De,Es,It) + + + + Games + Ivy the Kiwi (USA) (En,Fr,Es) + + + + Games + Driver - San Francisco (USA) (En,Fr,Es) + + + + Games + Rango (Europe) (En,Fr,De,Es,It) + + + + Games + Sengoku Basara - Samurai Heroes (USA) (En,Fr,Es) + + + + Games + Mario Sports Mix (USA) (En,Fr,Es) + + + + Games + Final Fantasy Crystal Chronicles - Echoes of Time (USA) (En,Fr,Es) + + + + Games + Kore Gang, The - Outvasion from Inner Earth (USA) (En,Fr,Es) + + + + Games + Lord of the Rings, The - Aragorn's Quest (USA) (En,Fr,Es) (Rev 1) + + + + Games + Pandora's Tower (USA) (En,Fr,Es) + + + + Games + Lost in Shadow (USA) (En,Fr,Es) (Rev 1) + + + + Games + FIFA 13 (Europe) (En,Fr,Nl) + + + + Games + Michael Jackson - The Experience (USA) (En,Fr,Es) + + + + Games + Raving Rabbids - Travel in Time (USA) (En,Fr,Es) + + + + Games + Sky Crawlers, The - Innocent Aces (USA) (En,Fr,Es) + + + + Games + Red Steel 2 (USA) (En,Fr,Es) + + + + Games + Rune Factory - Frontier (USA) + + + + Games + Spore Hero (USA) (En,Fr,Es) + + + + Games + Rhythm Heaven Fever (USA) + + + + Games + Tetris Party Deluxe (USA) (En,Fr,Es) + + + + Games + Tom Clancy's Ghost Recon (USA) (En,Fr,Es) + + + + Games + Thor - God of Thunder (USA) (En,Fr,Es) + + + + Games + WWE All Stars (USA) (En,Fr,Es) + + + + Games + Transformers Prime - The Game (USA) (En,Fr) + + + + Games + Family Trainer - Extreme Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + Transformers - Revenge of the Fallen (Europe) (En,Fr,De,Es,It) + + + + Games + Schlag den Raab (Germany) + + + + Games + Smarty Pants - Trivia Fun for Everyone! (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Party (USA) (En,Fr,Es) + + + + Games + You Don't Know Jack (USA) + + + + Games + Trauma Team (USA) + + + + Games + Just Dance 3 (USA) (En,Fr,Es) + + + + Games + Worms - Battle Islands (USA) (En,Fr,Es) + + + + Games + Spyborgs (USA) (En,Fr,Es) + + + + Games + Just Dance - Greatest Hits (USA) (En,Fr,Es) + + + + Games + Raving Rabbids - Party Collection (USA) (En,Fr,Es) + + + + Games + Zero - Shinku no Chou (Japan) + + + + Games + Sonic World Adventure (Japan) + + + + Games + U-Sing (Europe) (En,Nl) (Rev 1) + + + + Games + PES 2009 - Pro Evolution Soccer (Europe) (En,Fr,De) + + + + Games + PES 2011 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr) + + + + Games + PES 2010 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,El) + + + + Games + Guilty Gear XX Accent Core Plus (USA) + + + + Games + Donkey Kong Jungle Beat (USA) (En,Fr,Es) + + + + Games + Pokemon Battle Revolution (Japan) + + + + Games + Harvest Moon - Animal Parade (USA) + + + + Games + Harvest Moon - Tree of Tranquility (USA) (Rev 1) + + + + Games + Dragon Ball - Tenkaichi Daibouken (Japan) + + + + Games + Sonic to Ankoku no Kishi (Japan) (En,Ja,Fr,De,Es,It) + + + + Games + Tatsunoko vs. Capcom - Ultimate All-Stars (Japan) + + + + Games + Rabbids Party Returns (Japan) + + + + Games + Cheoeum Mannaneun Wii (Korea) + + + + Games + Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Rev 2) + + + + Games + Tenchu 4 (Japan) + + + + Games + Super Paper Mario (Japan) + + + + Games + Donkey Kong Returns (Japan) + + + + Games + Balls of Fury (Europe) (En,Fr,De,Es,It) + + + + Games + Far Cry Vengeance (Europe) (En,Fr,De,Es,It) + + + + Games + Rockstar Games Presents Table Tennis (Europe) (En,Fr,De,Es,It) + + + + Games + Truth or Lies (Europe) (En,De) + + + + Games + Nickelodeon Avatar - The Legend of Aang - The Burning Earth (Europe) (En,Fr,De,Nl) + + + + Games + CID the Dummy (Europe) (En,Fr,De,Es,It) + + + + Games + Don King Boxing (Europe) (En,Fr,De,Es,It) + + + + Games + TNA Impact! Total Nonstop Action Wrestling (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Sports + Wii Sports Resort (USA) (En,Fr,Es) + + + + Games + National Geographic - Challenge! (Europe) (En,Fr,De,Es,It) + + + + Games + Black Eyed Peas Experience, The (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon The Naked Brothers Band - The Video Game (Europe) + + + + Games + Captain Morgane and the Golden Turtle (Europe) (En,Fr,De,Es,It) + + + + Games + Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Harvest Moon - Tree of Tranquility (Europe) (En,Fr,De,Es,It) + + + + Games + Family Ski & Snowboard (Europe) (En,Fr,De,Es,It) + + + + Games + Harvest Moon - Animal Parade (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance 2015 (USA) (En,Fr,Es) + + + + Games + Beyblade - Metal Fusion - Counter Leone (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + 2010 FIFA World Cup South Africa (Europe) (Fr,De) + + + + Games + Sonic and the Black Knight (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Dream Pinball 3D (Europe) (En,Fr,De,Es,It) + + + + Games + Nitrobike (Europe) (En,Fr,De,Es,It) + + + + Games + Driver - San Francisco (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Nickelodeon SpongeBob SquarePants - Boating Bash (Europe) (En,De) + + + + Games + Hot Wheels - Battle Force 5 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + WWE SmackDown vs. Raw 2010 (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Avatar - The Last Airbender - The Burning Earth (USA) + + + + Games + Donkey Kong Country Returns (USA) (En,Fr,Es) + + + + Games + Star Trek - Conquest (USA) + + + + Games + Medal of Honor - Heroes 2 (USA) + + + + Games + Disney Hannah Montana - Spotlight World Tour (USA) + + + + Games + Dragon Ball Z - Budokai Tenkaichi 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Sonic & Sega All-Stars Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Rampage - Total Destruction (Europe) (En,Fr,De,Es,It) + + + + Games + Alien Syndrome (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Sing It - High School Musical 3 - Senior Year (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Soul Eater - Monotone Princess (Japan) + + + + Games + Guilty Gear XX Accent Core (UK) + + + + Games + Castle of Shikigami III (USA) + + + + Games + LEGO Star Wars III - The Clone Wars (Europe, Australia) (En,Fr,De,Es,It,Da) (Rev 1) + + + + Games + Need for Speed - Nitro (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Just Dance - Disney Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl) + + + + Games + Ashes Cricket 2009 (UK) + + + + Games + Disney Hannah Montana - Spotlight World Tour (Europe) (En,De,Es) + + + + Games + Ant Bully, The (Europe) (En,Fr,De,Es,It) + + + + Games + My Word Coach (UK) + + + + Games + PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Dokapon Kingdom (USA) + + + + Games + No More Heroes (Japan) + + + + Games + Caduceus Z - Futatsu no Chou Shittou (Japan) + + + + Games + Dance on Broadway (Europe) (En,Fr,De,Es,It) + + + + Games + Professor Heinz Wolff's Gravity (Europe) (En,Fr,De,Es,It) + + + + Games + WSC Real 08 - World Snooker Championship (Europe) + + + + Games + Counter Force (USA) + + + + Games + Gunblade NY & L.A. Machineguns Arcade Hits Pack (USA) (En,Fr,Es) + + + + Games + Monkey King, The - The Legend Begins (USA) (Rev 1) + + + + Games + Sports Party (Europe) + + + + Games + Suzumiya Haruhi no Gekidou (Japan) + + + + Bonus Discs + Hirano Aya Premium Movie Disc from Suzumiya Haruhi no Gekidou (Japan) + + + + Applications + Netflix (USA) (Rev 2) + + + + Applications + uDraw Studio (USA) (En,Fr,Es) + + + + Games + Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 1) + + + + Games + uDraw Studio - Instant Artist (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Wii Play - Motion (Europe) (En,Fr,De,Es,It) + + + + Games + Dance Dance Revolution - Winx Club (Europe) (En,Fr,De,Es,It) + + + + Games + Inazuma Eleven Strikers (Europe) (En,Es,It) + + + + Games + Skylanders - Swap Force (Europe) (Es,It) + + + + Games + Skylanders - Giants (Europe) (De,Es,It) + + + + Games + F1 2009 (Europe) (En,Fr,De,Es,It) + + + + Games + Jakers! Kart Racing (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi) + + + + Games + Rodea the Sky Soldier (USA) (En,Ja,Fr,De) + + + + Games + Disney Princess - Enchanting Storybooks (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Chicken Blaster (Europe) (En,Fr,De,Es,It) + + + + Games + My Fitness Coach - Dance Workout (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Baby and Me (Europe) (En,Fr,De,Es,It) + + + + Games + Tiger Woods PGA Tour 11 (Europe, Australia) + + + + Games + Legend of the Dragon (Europe) (En,Fr,De,Es,It) + + + + Games + Pictionary (Australia) + + + + Games + Just Dance 2016 (USA) (En,Fr,Es) + + + + Games + Your Shape (Europe) (En,Fr,De,Es,It) + + + + Games + Mind. Body. Soul. - Nutrition Matters (Europe) (En,Fr,De,Es,It) + + + + Games + Grand Slam Tennis (Europe) (En,Fr,De,Es,It) + + + + Games + My Spanish Coach - Improve Your Spanish (UK) + + + + Games + Safecracker (Europe) (En,Fr,De,Es,It) + + + + Games + WWE SmackDown vs. Raw 2009 (UK) + + + + Games + Donkey Kong Jungle Beat (Japan) + + + + Games + Metroid - Other M (Japan) (En,Ja) + + + + Games + Disney-Pixar WALL-E (Europe) + + + + Games + LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da) (Rev 1) + + + + Games + Diva Girls - Princess on Ice (Europe) (En,Fr,De,Es,It) + + + + Games + G1 Jockey Wii 2008 (UK) + + + + Games + DreamWorks Monsters vs. Aliens (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Endless Ocean (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + We Sing Robbie Williams (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Shaun White Snowboarding - World Stage (UK) + + + + Games + Skylanders - Giants (Europe) (En,Fr,Nl) + + + + Games + Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 2) + + + + Games + Call of Duty - Black Ops (UK) + + + + Games + Action Girlz Racing (UK) + + + + Games + All Star Karate (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Emergency Heroes (Europe) (En,Fr,De,Es,It) + + + + Games + PES 2012 - Pro Evolution Soccer (Europe) (En,Sv,Da,Ru,Tr) + + + + Games + Tiger Woods PGA Tour 10 (Europe) + + + + Games + Tomb Raider - Underworld (Europe) (En,Fr,De,Es,It) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) + + + + Games + Summer Athletics (Europe) (En,Fr,De,Es,It) + + + + Games + Ben 10 - Alien Force (Europe) (En,Fr,De,Es,It) + + + + Games + CSI - Crime Scene Investigation - Hard Evidence (Europe) (En,Fr,De,Es,It) + + + + Games + Hannah Montana - The Movie (UK) + + + + Games + Prince of Persia - The Forgotten Sands + 1989 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Donkey Kong Jungle Beat (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Disney Sing It - Party Hits (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Top Trumps - Doctor Who (UK) + + + + Games + Wild Earth - African Safari (Europe) (En,Fr,De,Es,It) + + + + Games + Inazuma Eleven Strikers 2012 Xtreme (Japan) + + + + Games + Inazuma Eleven Strikers (Japan) + + + + Games + All Star Cheerleader (Europe, Australia) (En,Fr,De,Es) + + + + Games + Heatseeker (Europe) (En,Fr) + + + + Games + Legend of the Guardians - The Owls of Ga'Hoole (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Mad Dog McCree - Gunslinger Pack (Europe) (En,Fr,De,Es,It) + + + + Games + SimAnimals - Africa (Japan) + + + + Games + Medal of Honor - Vanguard (UK) + + + + Games + Medieval Games (Europe) (En,Fr,De,Es,It) + + + + Games + WSC Real 09 - World Snooker Championship (UK) + + + + Games + Sega Bass Fishing (Europe) (En,Fr,De,Es,It) + + + + Games + Golden Compass, The (Europe) (En,Fr,De,Es,It) + + + + Games + EA Sports Active - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Winter Stars (Europe) (En,Fr,De,Es,It) + + + + Games + Igor - The Game (Europe) (En,Fr,De,Es,It) + + + + Games + Star Wars - The Clone Wars - Lightsaber Duels (Europe) (En,Fr,De,Es,It) + + + + Games + Smiley World - Island Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + PDC World Championship Darts 2008 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Secret Saturdays, The - Beasts of the 5th Sun (Europe) (En,Fr,De,Es,It) + + + + Games + Pandora's Tower (Europe) (En,Fr,De,Es,It) + + + + Games + Virtua Tennis 2009 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Marines - Modern Urban Combat (USA) + + + + Games + Boogie SuperStar (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Bratz - The Movie (Europe) (En,Fr) + + + + Games + Funfair Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Jumper - Griffin's Story (Europe) (En,Fr,De,Es,It) + + + + Games + Nerf N-Strike (Europe) (En,De,Es) + + + + Games + Nickelodeon SpongeBob SquarePants - Creature from the Krusty Krab (Europe) (En,Fr,De) + + + + Games + Rig Racer 2 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Rayman - Raving Rabbids - TV Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Kidz Sports Basketball (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Kidz Sports Basketball (UK) + + + + Games + EA Sports Active 2 - Personal Trainer (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Transformers - Dark of the Moon - Stealth Force Edition (Europe) (En,Fr,De,Es,It) + + + + Games + My Fitness Coach - Cardio Workout (Europe) (En,Fr,De,Es,It) + + + + Games + Skate It (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + X Factor, The (Europe) (En,Fr,De,It,Nl) + + + + Games + Don Bluth Presents Dragon's Lair Trilogy (USA) + + + + Games + LEGO Star Wars III - The Clone Wars (USA) (En,Fr,Es) + + + + Games + Order Up! (UK) + + + + Games + Star Trek - Conquest (Europe) (En,De) + + + + Games + LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt) + + + + Games + LEGO Harry Potter - Years 5-7 (USA) (En,Fr,Es,Pt) (Rev 1) + + + + Games + Disney Pirates of the Caribbean - At World's End (USA) + + + + Games + LEGO Harry Potter - Years 1-4 (USA) (En,Fr,Es) (Rev 1) + + + + Games + LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es) + + + + Games + LEGO The Lord of the Rings (USA) (En,Fr,Es,Pt) + + + + Games + Harry Potter and the Deathly Hallows - Part 1 (USA) (En,Fr,Es) + + + + Games + Harry Potter and the Deathly Hallows - Part 2 (USA) (En,Fr,Es) + + + + Games + Lara Croft Tomb Raider - Anniversary (USA) (En,Fr,Es) + + + + Games + Pitfall - The Big Adventure (USA) (En,Fr) + + + + Games + Skylanders - Trap Team (Europe) (Es,It) + + + + Games + Ben 10 - Alien Force - Vilgax Attacks (Europe) (En,Fr,De,Es,It) + + + + Games + World Sports Party (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + G1 Jockey Wii (UK) + + + + Games + AFL (Australia) + + + + Games + Just Dance 4 (Europe) (En,Fr,De,Es,It) + + + + Games + Fort Boyard - Le Jeu (France) + + + + Games + Baroque (UK) + + + + Games + Bust-A-Move (Europe) (En,Fr,De,Es,It) + + + + Games + Dokapon Kingdom (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Donkey Kong - Jet Race (Europe) (En,Fr,De,Es,It) + + + + Games + Ivy the Kiwi (Europe) (En,Fr,De,Es,It) + + + + Games + Yu-Gi-Oh! 5D's - Wheelie Breakers (Europe) (En,Fr,De,Es,It) + + + + Games + Zumba Fitness (Europe) (En,Fr,De,Es,It) + + + + Games + Animal Crossing - Let's Go to the City (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Guitar Hero 5 (Europe) (En,Fr,De,Es,It) + + + + Games + Madden NFL 08 (UK) + + + + Games + LEGO Indiana Jones 2 - The Adventure Continues (USA) (En,Fr,Es) (Rev 1) + + + + Games + Transformers - Dark of the Moon - Stealth Force Edition (USA) (En,Fr) + + + + Games + Transformers - Cybertron Adventures (USA) (En,Fr) + + + + Games + Milestone Shooting Collection - Karous Wii (Japan) + + + + Games + Namco Museum Remix (USA) + + + + Games + Pac-Man Party (USA) (En,Fr,Es) + + + + Games + Virtua Tennis 4 (Europe) (En,Fr,De,Es,It) + + + + Games + World Series of Poker - Tournament of Champions - 2007 Edition (USA) + + + + Games + Call of Duty - Modern Warfare - Reflex (Europe) (En,Fr) + + + + Games + Disney Epic Mickey (Scandinavia) (Sv,No,Da) + + + + Games + Rodea the Sky Soldier (Europe) (En,Ja,Fr,De) + + + + Games + Shadow's Tale, A (Europe) (En,Fr,De,Es,It) + + + + Games + SNK Arcade Classics Vol. 1 (Europe) + + + + Games + Wing Island (Europe) (En,Fr,De,Es,It) + + + + Games + Pitfall - The Big Adventure (Europe) (En,Fr,De,Es,It) + + + + Games + Milestone Shooting Collection 2 (Japan) + + + + Games + Iron Man (USA) (En,Fr,Es) (Rev 1) + + + + Games + Iron Man 2 (USA) (En,Fr,Es) + + + + Games + Ultimate Shooting Collection (USA) + + + + Games + Spider-Man - Edge of Time (USA) (En,Fr) + + + + Games + MIB - Alien Crisis (USA) (En,Fr) + + + + Games + Namco Museum Megamix (USA) + + + + Games + Disney Infinity (USA) (En,Fr,Es,Pt) + + + + Games + Squeeballs Party (USA) (En,Fr,Es) + + + + Games + ABC Wipeout - The Game (USA) + + + + Games + Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 1) (Brothers in Arms - Road to Hill 30) + + + + Games + Brothers in Arms - Double Time (USA) (En,Fr,Es) (Disc 2) (Brothers in Arms - Earned in Blood) + + + + Games + Cabela's Monster Buck Hunter (USA) + + + + Games + Dance Dance Revolution - Hottest Party (USA) + + + + Games + Disney Club Penguin - Game Day! (USA) (En,Fr,Es) + + + + Games + Dragon Blade - Wrath of Fire (USA) + + + + Games + Dream Pinball 3D (USA) (En,Fr,Es) + + + + Games + Family Feud - Decades (USA) + + + + Games + Gallop & Ride! (USA) + + + + Games + Guilty Gear XX Accent Core (USA) + + + + Games + Just Dance 3 (USA) (En,Fr,Es) (Rev 1) + + + + Games + King of Clubs (USA) (En,Fr,Es) + + + + Games + Nerf N-Strike (USA) + + + + Games + Opoona (USA) + + + + Games + Pinball Hall of Fame - The Williams Collection (USA) + + + + Games + Press Your Luck - 2010 Edition (USA) + + + + Games + Rec Room Games (USA) + + + + Games + Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (USA) + + + + Games + Shiren the Wanderer (USA) + + + + Games + Ski-Doo Snowmobile Challenge (USA, Canada) (En,Fr) + + + + Games + Furu Furu Park (USA) + + + + Games + Lost in Blue - Shipwrecked (USA) (En,Fr,Es) + + + + Games + Samurai Shodown Anthology (USA) + + + + Games + SNK Arcade Classics Vol. 1 (USA) + + + + Games + Jillian Michaels Fitness Ultimatum 2010 (USA) (En,Es) + + + + Games + Hello Kitty Seasons (Europe) (En,Fr,De,Es,It) + + + + Games + Jinsei Game - Happy Family - Gotouchi Neta Zouryou Shiage (Japan) + + + + Games + Isometric & Karate Exercise - Wii de Kotsuban Fitness (Japan) + + + + Games + Disney Epic Mickey - Mickey Mouse to Mahou no Fude (Japan) + + + + Games + Silent Hill - Shattered Memories (Japan) + + + + Games + Boom Blox (Japan) + + + + Games + Disney-Pixar WALL-E (Japan) + + + + Games + F1 2009 (Japan) + + + + Games + Totsugeki!! Famicom Wars VS (Japan) + + + + Games + Disney Think - Haya Oshi Quiz (Japan) (Rev 1) + + + + Games + Sonic to Himitsu no Ring (Japan) + + + + Games + Samba de Amigo (Japan) + + + + Games + Blob - Colorful na Kibou (Japan) + + + + Games + Family Jockey (Japan) + + + + Games + Excite Truck (Japan) + + + + Games + Family Fishing (Japan) + + + + Games + Nickelodeon SpongeBob SquarePants (Japan) + + + + Games + Winning Post World 2010 (Japan) (Rev 1) + + + + Games + Super Monkey Ball Athletic (Japan) + + + + Demos + Dragon Quest X - Mezameshi Itsutsu no Shuzoku Online (Japan) (Beta Test-ban) (Rev 1) + + + + Games + WWE SmackDown vs. Raw 2008 (Japan) + + + + Games + Simple Wii Series Vol. 2 - The Minna de Bass Tsuri Taikai (Japan) + + + + Games + Hataraku Hito (Japan) + + + + Games + Mezase!! Tsuri Master - Sekai ni Challenge-hen (Japan) + + + + Games + Simple 2000 Series Wii Vol. 2 - The Party Game (Japan) + + + + Games + Simple Wii Series Vol. 6 - The Wai Wai Combat (Japan) + + + + Games + Punch-Out!! (Japan) (Rev 1) + + + + Games + Ivy the Kiwi (Japan) + + + + Games + Go! Go! Minon (Japan) + + + + Games + Guitar Hero III - Legends of Rock (Japan) (En,Ja) + + + + Games + Minna no Joushiki Ryoku TV (Japan) + + + + Games + Uchi Tsuri! Sega Bass Fishing (Japan) + + + + Games + Puyo Puyo! Puyopuyo 15th Anniversary (Japan) (Rev 1) + + + + Games + Dragon Quest X - Nemureru Yuusha to Michibiki no Meiyuu Online (Japan) (Rev 1) + + + + Games + Dewy's Adventure - Suishou Dewy no Daibouken!! (Japan) + + + + Games + Let's Tap (Japan) + + + + Games + Crazy Climber Wii (Japan) + + + + Games + Deca Sporta 3 - Wii de Sports 10 Shumoku! (Japan) + + + + Games + Deca Sporta - Wii de Sports 10 Shumoku! (Japan) + + + + Games + Forever Blue (Japan) (Rev 1) + + + + Games + Radirgy Noa Wii (Japan) + + + + Games + Family Trainer (Japan) + + + + Games + Walt Disney Pictures Presents Lewis to Mirai Dorobou - Wilbur no Kiken na Jikan Ryokou (Japan) + + + + Games + Wii Party (Japan) + + + + Games + Sharuui Takoron (Japan) + + + + Games + Furu Furu Park (Japan) + + + + Games + Takumi Restaurant wa Daihanjou! (Japan) + + + + Games + Yu-Gi-Oh! 5D's - Duel Transer (Japan) (Rev 1) + + + + Games + GT Pro Series (Japan) + + + + Games + Metal Fight Beyblade - Gachinko Stadium (Japan) + + + + Games + Bleach - Versus Crusade (Japan) + + + + Games + Karaoke Joysound Wii DX (Japan) + + + + Games + Taiko no Tatsujin Wii - Dodoon to 2-daime! (Japan) + + + + Games + Simple Wii Series Vol. 4 - The Shooting Action (Japan) + + + + Games + Puyo Puyo 7 (Japan) + + + + Games + Shin Chuuka Taisen - Michael to Meimei no Bouken (Japan) + + + + Games + Tiger Woods PGA Tour 08 (Japan) + + + + Games + Sengoku Musou - Katana (Japan) + + + + Games + Playground - Kouen de Asobou! (Japan) + + + + Educational + Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Koushiki Soft - 250 Mannin no Kanken - Wii de Tokoton Kanji Nou (Japan) + + + + Games + Haneru no Tobira Wii - Giri Girissu (Japan) + + + + Games + Wanko to Mahou no Boushi (Japan) + + + + Games + Osouji Sentai Clean Keeper (Japan) + + + + Games + PokePark Wii - Pikachu no Daibouken (Japan) + + + + Games + Wii Music (Japan) + + + + Games + Kaze no Klonoa - Door to Phantomile (Japan) + + + + Games + Crayon Shin-chan - Saikyou Kazoku Kasukabe King Wii (Japan) + + + + Games + Kororinpa (Japan) (Rev 1) + + + + Games + Tamagotchi no Pika Pika Daitouryou! (Japan) + + + + Games + Katekyoo Hitman Reborn! Kindan no Yami no Delta (Japan) + + + + Games + Ennichi no Tatsujin (Japan) + + + + Games + Akko de Pon! Ikasama Hourou-ki (Japan) + + + + Games + Katekyoo Hitman Reborn! Dream Hyper Battle! Wii (Japan) + + + + Games + One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan) (Rev 1) + + + + Games + Monster 4x4 - World Circuit (Japan) + + + + Games + Jikkyou Powerful Major League 2 Wii (Japan) + + + + Games + Rabbids Party (Japan) + + + + Games + Boku to Sim no Machi (Japan) + + + + Games + Bass Fishing Wii - World Tournament (Japan) + + + + Games + Sengoku Basara 3 (Japan) + + + + Games + Kamen Rider - Climax Heroes OOO (Japan) + + + + Games + Michael Jackson - The Experience (Japan) + + + + Games + Disney Epic Mickey 2 - Futatsu no Chikara (Japan) + + + + Games + Taiko no Tatsujin Wii - Minna de Party 3-daime! (Japan) + + + + Games + Wii de Yawaraka Atama Juku (Japan) + + + + Games + Wing Island (Japan) + + + + Games + SD Gundam - Scad Hammers (Japan) + + + + Games + Swing Golf Pangya (Japan) + + + + Games + Necro-Nesia (Japan) + + + + Games + Kekkaishi - Kokubourou no Kage (Japan) + + + + Games + Elebits (Japan) + + + + Games + Red Steel (Japan) + + + + Games + Disaster - Day of Crisis (Japan) + + + + Games + Red Steel 2 (Japan) + + + + Demos + Minna de Bouken! Family Trainer (Japan) (Taikenban) + + + + Games + Nights - Hoshi Furu Yoru no Monogatari (Japan) + + + + Games + Family Trainer 2 (Japan) + + + + Games + Harukanaru Toki no Naka de 4 (Japan) + + + + Games + Jigsaw Puzzle - Kyou no Wanko (Japan) + + + + Games + Toushinden (Japan) (Rev 1) + + + + Games + Boku to Sim no Machi Kingdom (Japan) + + + + Demos + 428 - Fuusa Sareta Shibuya de (Japan) (Taikenban) + + + + Games + Dragon Quest X - All in One Package (Japan) (Disc 1) + + + + Games + Dragon Quest X - All in One Package (Japan) (Disc 2) + + + + Games + FIFA 09 - All-Play (Japan) + + + + Demos + Sonic to Himitsu no Ring (Japan) (Taikenban) + + + + Games + Winning Eleven Play Maker 2012 (Japan) + + + + Games + Monster Hunter G (Japan) + + + + Demos + Monster Hunter 3 tri- (Japan) (Taikenban) + + + + Games + Phantom Brave Wii (Japan) + + + + Games + Bleach Wii - Hakujin Kirameku Rondo (Japan) + + + + Games + And-Kensaku (Japan) + + + + Games + Negima! Neo-Pactio Fight!! (Japan) + + + + Games + Takt of Magic (Japan) + + + + Games + Family Ski (Japan) + + + + Games + Valhalla Knights - Eldar Saga (Japan) (Rev 1) + + + + Games + Winning Eleven Play Maker 2008 (Japan) + + + + Games + Wii Sports Resort (Japan) (Rev 1) + + + + Games + Pop'n Music (Japan) + + + + Games + Nodame Cantabile - Dream Orchestra (Japan) + + + + Games + Takarajima Z - Barbaros no Hihou (Japan) + + + + Games + We Love Golf! (Japan) + + + + Games + Meja-Maji March (Japan) + + + + Games + Tales of Graces (Japan) (Rev 2) + + + + Games + EA Sports Active - Personal Trainer Wii - 30-nichi Seikatsu Kaizen Program (Japan) + + + + Games + Guilty Gear XX Accent Core (Japan) + + + + Games + GI Jockey Wii (Japan) + + + + Games + Gintama - Yorozuya Chuubu - Tsukkomable Douga (Japan) + + + + Games + Family Challenge Wii (Japan) + + + + Games + Super Monkey Ball - Uki Uki Party Daishuugou (Japan) + + + + Games + Miburi & Teburi (Japan) + + + + Games + Simple Wii Series Vol. 1 - The Minna de Kart Race (Japan) + + + + Games + Winning Eleven Play Maker 2009 (Japan) + + + + Games + Doala de Wii (Japan) + + + + Games + Cooking Mama - Minna to Issho ni Oryouri Taikai! (Japan) + + + + Games + Wii Fit Plus (Japan) + + + + Games + Gegege no Kitarou - Youkai Daiundoukai (Japan) (Rev 1) + + + + Games + One Piece - Unlimited Adventure (Japan) + + + + Games + Tamagotchi no Furi Furi Kagekidan! (Japan) + + + + Games + Simple Wii Series Vol. 5 - The Block Kuzushi (Japan) + + + + Games + International Athletics (Europe) (En,Fr,De,Es,It) + + + + Games + Biggest Loser, The (UK) + + + + Games + Hell's Kitchen - The Game (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance 2017 (USA) (En,Fr,Es) + + + + Games + Cosmic Family (USA) (En,Fr,Es) (Rev 1) + + + + Games + Disney Princess - Enchanted Journey (USA) + + + + Games + Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA) (En,Fr) (Rev 1) + + + + Games + Disney Princess - My Fairytale Adventure (USA) (En,Fr,Es) + + + + Games + Nickelodeon Dora's Big Birthday Adventure (USA) + + + + Games + Just Dance - Disney Party (USA) (En,Fr,Es) + + + + Games + Just Dance Kids 2014 (USA) (En,Fr,Es) + + + + Games + Pirates - Hunt for Blackbeard's Booty (USA) (En,Fr,Es) + + + + Games + Pirates PlundArrr (USA) + + + + Games + Tom Clancy's H.A.W.X. 2 (USA) (En,Fr,Es) + + + + Games + Rogue Trooper - Quartz Zone Massacre (USA) (En,Fr,Es) + + + + Games + Sid Meier's Pirates! (USA) (En,Fr,Es) + + + + Games + Disney Alice in Wonderland (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon Ni Hao, Kai-Lan - Super Game Day (USA) + + + + Educational + Reader Rabbit - 1st Grade (USA) (En,Fr,Es) + + + + Games + Sesame Street - Cookie's Counting Carnival - The Videogame (USA) + + + + Games + Sesame Street - Ready, Set, Grover! with Elmo - The Videogame (USA) (En,Es) + + + + Games + Just Dance Kids (USA) (En,Fr,Es) + + + + Games + Neopets - Puzzle Adventure (USA) (Rev 1) + + + + Games + Billy the Wizard - Rocket Broomstick Racing (USA) + + + + Games + Kidz Sports Crazy Golf (USA) + + + + Games + Margot's Word Brain (USA) (En,Fr,Es) + + + + Games + Build-A-Bear Workshop - A Friend Fur All Seasons (USA) (En,Fr,Es) + + + + Games + Dave Mirra BMX Challenge (USA) + + + + Games + Smurfs 2, The (USA) (En,Fr,Es) + + + + Games + Zhu Zhu Pets - Featuring the Wild Bunch (USA) (En,Fr,Es) + + + + Games + Attack of the Movies 3-D (USA) + + + + Games + Little League World Series Baseball - Double Play (USA) + + + + Games + Adventures of Tintin, The - The Game (USA) (En,Fr,Es,Pt) + + + + Games + Battleship (USA) (En,Fr) + + + + Games + Call of Duty - Black Ops (USA) + + + + Games + Call of Duty - Modern Warfare 3 (USA) + + + + Games + Captain America - Super Soldier (USA) (En,Fr,Es) + + + + Games + Despicable Me - The Game (USA) (En,Fr,Es) + + + + Games + DreamWorks Megamind - Mega Team Unite (USA) (En,Fr) + + + + Games + Jumper - Griffin's Story (USA) (En,Fr) + + + + Games + Marvel Super Hero Squad - Comic Combat (USA) (En,Fr) + + + + Games + Marvel Super Hero Squad - The Infinity Gauntlet (USA) (En,Fr) + + + + Games + ABBA - You Can Dance (USA) (En,Fr,Es) + + + + Games + Disney Planes (USA) (En,Fr,Es,Pt) + + + + Games + Cabela's African Adventures (USA) + + + + Games + Barbie & Her Sisters - Puppy Rescue (USA) (En,Fr,Es,Pt) + + + + Games + DreamWorks Turbo - Super Stunt Squad (USA) (En,Fr,Es) + + + + Games + DreamWorks Rise of the Guardians (USA) (En,Fr,Es) + + + + Games + JumpStart Escape from Adventure Island (USA) + + + + Games + Harry Potter and the Order of the Phoenix (UK) + + + + Games + Showtime Championship Boxing (Europe) (En,Fr,De,Es,It) + + + + Games + Ultimate Band (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + We Sing Rock! (Europe) (En,Fr,De,Es,It) + + + + Games + Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It) + + + + Games + Monster High - New Ghoul in School (USA) (En,Fr,Es,Pt) + + + + Games + My Horse & Me (USA) (En,Fr,Es) + + + + Games + Nickelodeon Victorious - Taking the Lead (USA) (En,Fr,Es) + + + + Games + Ben 10 - Omniverse (USA) (En,Fr,Es) + + + + Educational + Reader Rabbit - 2nd Grade (USA) (En,Fr,Es) + + + + Educational + Reader Rabbit - Kindergarten (USA) (En,Fr,Es) + + + + Educational + Reader Rabbit - Preschool (USA) (En,Fr,Es) + + + + Games + Happy Feet Two (USA) (En,Fr,Es) + + + + Games + Nickelodeon Avatar - The Legend of Aang (Europe, Australia) (En,Fr,De,Nl) (Rev 1) + + + + Games + Disney Planes - Fire & Rescue (Europe) (En,Fr,De,Es,It) + + + + Games + My Word Coach - Verbeter Je Woordenschat (Netherlands) + + + + Games + Sea Monsters - A Prehistoric Adventure (USA) + + + + Games + ABC Wipeout 3 (USA) + + + + Games + Last Airbender, The (USA) (En,Fr) + + + + Games + Gunslingers (USA) (En,Fr,Es) (Rev 1) + + + + Games + ABC Wipeout 2 (USA) + + + + Games + Bratz Kidz - Party (Europe) (En,Fr,De,Es,It,Sv,No,Da) + + + + Games + Princess Isabella - A Witch's Curse (Europe) (En,Fr,De,Nl) + + + + Games + Ferrari Challenge - Trofeo Pirelli (Europe) (En,Fr,De,Es,It) + + + + Games + Rally Racer (Europe) (En,Fr,De,Es,It) + + + + Games + Dokapon Kingdom for Wii (Japan) + + + + Games + Winning Eleven Play Maker 2010 (Japan) + + + + Games + Babysitter Mama (Japan) + + + + Games + Puzzle Series Vol. 1 - Sudoku (Japan) + + + + Games + Hajime no Ippo Revolution (Japan) + + + + Games + Final Fantasy Crystal Chronicles - Echoes of Time (Japan) + + + + Games + Disney Pirates of the Caribbean - At World's End (Japan) + + + + Games + Speed Racer (Japan) + + + + Games + Argos no Senshi - Muscle Impact (Japan) + + + + Games + Dragon Quest - Monster Battle Road Victory (Japan) + + + + Games + Aquarius Baseball - Genkai no, Sono Saki e. (Japan) + + + + Games + World of Golden Eggs, The - Nori Nori Rhythm-kei - Nissan Note Original Version (Japan) + + + + Games + Final Fantasy Crystal Chronicles - The Crystal Bearers (Japan) + + + + Games + Barbie as the Island Princess (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Cocoto Magic Circus (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 11 (Europe) (En,Fr,Nl) + + + + Games + North American Hunting Extravaganza (UK) + + + + Games + Rio (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Dancing with the Stars (USA) + + + + Games + Let's Dance (USA) + + + + Games + Fun Park Party (Europe) (En,Fr,De,Es,It) + + + + Games + Playmobil Circus (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Legend of Spyro, The - Dawn of the Dragon (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney-Pixar Ratatouille (UK) + + + + Games + Babysitting Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Just Dance 3 (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Just Dance 2014 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Luxor - Pharaoh's Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + Marines - Modern Urban Combat (Europe) (En,Fr,De) + + + + Games + Karaoke Joysound Wii (Japan) + + + + Games + Excite Mou Machine (Japan) + + + + Games + Party Game Box 100 (Japan) + + + + Games + Kamen Rider - Climax Heroes Fourze (Japan) + + + + Games + Naruto Shippuuden - Gekitou Ninja Taisen! EX3 (Japan) + + + + Games + Ousama Monogatari (Japan) + + + + Games + No More Heroes 2 - Desperate Struggle (Japan) + + + + Games + Tales of Graces (Japan) + + + + Games + Major Dream - Major Wii - Nagero! Gyroball!! (Japan) + + + + Games + FIFA 08 - World Class Soccer (Japan) + + + + Games + Barbie Horse Adventures - Riding Camp (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + MySims (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + MySims SkyHeroes (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Planet 51 - The Game (Europe) (En,Fr,De,Es,It) + + + + Games + My Pet World (Europe) (En,Es,Nl) + + + + Games + Monster Trux Offroad (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Dogz (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + MySims Kingdom (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu) + + + + Games + Wheelspin (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - ProStreet (Europe) (En,Nl) + + + + Games + Disney-Pixar WALL-E (Europe) (Fr,Nl) (Rev 1) + + + + Games + Mario & Sonic at Vancouver Olympic (Japan) (Rev 1) + + + + Games + Doubutsu Kisoutengai! Nazo no Rakuen de Scoop Shashin o Gekisha Seyo! (Japan) + + + + Games + NHK Kouhaku Quiz Gassen (Japan) + + + + Games + Tokyo Friend Park II - Ketteiban - Minna de Chousen! Taikan Attraction! (Japan) + + + + Games + Yatterman Wii - Bikkuri Dokkiri Machine de Mou Race da Koron (Japan) + + + + Games + Illvelo Wii (Japan) + + + + Games + Ougon no Kizuna (Japan) + + + + Games + Wii Remocon Plus - Variety (Japan) (Rev 1) + + + + Games + Kidou Senshi Gundam - MS Sensen 0079 (Japan) + + + + Games + Blazing Angels - Squadrons of WWII (Europe) (En,Fr,De,Es,It) + + + + Games + Disney's Chicken Little - Ace in Action (Europe) (En,Fr,De,Es,It) + + + + Games + Cruis'n (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (Europe) (En,Fr,Nl) + + + + Games + Top Spin 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Birthday Party Bash (USA) (En,Fr,Es) (Rev 1) + + + + Games + Skate City Heroes (USA) + + + + Games + Jenga World Tour (USA) (En,Fr,De,Es,It) + + + + Games + Build'n Race (USA) (En,Fr,Es) + + + + Games + Looney Tunes - Acme Arsenal (USA) + + + + Games + Madden NFL 07 (USA) + + + + Games + Hot Wheels - Battle Force 5 (USA) + + + + Games + Backyard Sports - Sandlot Sluggers (USA) + + + + Games + Just Dance 2 (USA) (En,Fr,Es) + + + + Games + Nickelodeon SpongeBob SquigglePants (USA) (En,Fr,Es) + + + + Games + FIFA 15 - Legacy Edition (Europe) (En,Fr,Nl) + + + + Games + Open Season (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + Summer Sports Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Skylanders - Swap Force (Europe) (Fr,Nl) + + + + Games + World Championship Sports (Europe) (En,Fr,De,Es,It) + + + + Games + Big Beach Sports 2 (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Family Party - 90 Great Games Party Pack (Europe) (En,Fr,De,Es,It) + + + + Games + Marvel Super Hero Squad - The Infinity Gauntlet (Europe) (En,Fr,De,Es,It) + + + + Games + Monster High - Ghoul Spirit (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Chicken Riot (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Oha Suta Produce! Gentei Collabo Game Disc!! (Japan) + + + + Games + We Cheer (Japan) + + + + Games + Swing Golf Pangya 2nd Shot! (Japan) + + + + Games + Akumajou Dracula Judgment (Japan) + + + + Games + Dragon Blade (Japan) (Rev 1) + + + + Games + FaceBreaker K.O. Party (Japan) + + + + Games + Anime Slot Revolution - Pachi-Slot Kidou Senshi Gundam II - Ai Senshi-hen (Japan) + + + + Games + Ghost Squad (Japan) + + + + Games + Need for Speed - Carbon (Japan) + + + + Games + Winter Sports 2009 - The Next Challenge (Japan) + + + + Games + EA Sports Active - Personal Trainer Wii - 6-shuukan Shuuchuu Hikishime Program (Japan) + + + + Games + Boku to Sim no Machi Agent - Gokuaku Shachou kara Sekai o Sukue Daisakusen! (Japan) + + + + Games + Kiki Trick (Japan) (Rev 1) + + + + Games + Kamen Rider - Climax Heroes W (Japan) + + + + Games + Boku to Sim no Machi Party (Japan) + + + + Games + Puzzle Series Vol. 2 - Illust Logic + Colorful Logic (Japan) (Rev 1) + + + + Games + Family Ski - World Ski & Snowboard (Japan) + + + + Games + Winning Eleven Play Maker 2011 (Japan) + + + + Games + Hagane no Renkinjutsushi - Fullmetal Alchemist - Tasogare no Shoujo (Japan) + + + + Games + Super Mario Galaxy 2 (Japan) + + + + Games + Endless Ocean 2 - Adventures of the Deep (Europe) (En,Fr,De,Es,It) + + + + Games + Resident Evil 4 - Wii Edition (Germany) (En,Fr,De,Es,It) + + + + Games + Chrysler Classic Racing (USA) (En,Fr,De,Es,It) + + + + Games + Story Hour - Fairy Tales (USA) (En,Fr,Es) + + + + Games + Petz - Dogz 2 (USA) (En,Fr,Es) + + + + Games + Monkey Mischief! Party Time (USA) (En,Fr) + + + + Games + Petz Sports (USA) (En,Fr,Es) + + + + Games + Jillian Michaels' Fitness Ultimatum 2009 (USA) + + + + Games + Monster Jam - Urban Assault (USA) (En,Fr) + + + + Games + Vertigo (USA) (En,Fr,Es) + + + + Games + Just Dance (USA) (En,Fr,Es) + + + + Games + Balls of Fury (USA) + + + + Games + Daikaijuu Battle - Ultra Coliseum (Japan) + + + + Games + Deca Sporta 2 - Wii de Sports 10 Shumoku! (Japan) + + + + Games + Disney-Pixar Remy no Oishii Restaurant (Japan) + + + + Games + DreamWorks Kung Fu Panda (Japan) + + + + Games + Guitar Hero - Aerosmith (Japan) + + + + Games + Mario & Sonic at Bejing Olympic (Japan) + + + + Games + Mario Sports Mix (Japan) + + + + Games + Rainbow Pop (Japan) + + + + Games + Sengoku Musou 3 - Moushouden (Japan) + + + + Games + Sin and Punishment - Sora no Koukeisha (Japan) + + + + Educational + Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Kounin - Kanken Wii - Kanji-ou Ketteisen (Japan) + + + + Games + Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2) + + + + Games + Sengoku Basara 2 - Heroes - Double Pack (Japan) (Sengoku Basara 2 - Heroes) + + + + Games + Kaseki Monster - Spectrobes (Japan) + + + + Games + Winning Post World (Japan) + + + + Games + Nyanko to Mahou no Boushi (Japan) + + + + Games + Jikkyou Powerful Major League 3 (Japan) + + + + Games + Twinkle Queen (Japan) + + + + Games + Sengoku Basara 3 - Utage (Japan) + + + + Games + Oneechanbara Revolution (Japan) + + + + Games + Mini Desktop Racing (USA) + + + + Games + Tiger Woods PGA Tour 11 (USA) + + + + Demos + Takarajima Z - Barbaros no Hihou (Japan) (Taikenban) + + + + Games + Winning Post 7 Maximum 2008 (Japan) + + + + Games + Momjjang Diet Wii - Figurobics by Jung Da-yeon (Japan) + + + + Games + 2010 FIFA World Cup - Minami Africa Taikai (Japan) + + + + Games + SimCity Creator (Japan) + + + + Games + Baroque for Wii (Japan) (Rev 1) + + + + Games + Need for Speed - Nitro (Japan) + + + + Games + Medal of Honor - Heroes 2 (Japan) + + + + Games + Dead Space - Extraction (Japan) + + + + Educational + Reader Rabbit - Preschool (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Smurfs, The - Dance Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Rock Band 2 (Europe) (En,Fr,De,Es,It) + + + + Games + We Cheer 2 (USA) + + + + Games + Backyard Baseball '09 (USA) + + + + Games + History Channel, The - Battle for the Pacific (USA) + + + + Games + North American Hunting Extravaganza (USA) + + + + Games + Bass Pro Shops - The Hunt (USA) + + + + Games + Rebel Raiders - Operation Nighthawk (USA) (En,Fr,Es) + + + + Games + Create (USA) (En,Es) + + + + Games + Satisfashion - Rock the Runway (USA) + + + + Games + Ben 10 - Omniverse 2 (USA) (En,Fr,Es) + + + + Games + Metroid - Other M (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + One Piece - Unlimited Cruise 1 - The Treasure Beneath the Waves (Europe) (En,Fr,De,Es,It) + + + + Games + WWE '13 (Europe) (En,Fr,De,Es,It) + + + + Games + Skylanders - SuperChargers Racing (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + Skylanders - Spyro's Adventure (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Star Wars - The Clone Wars - Republic Heroes (Europe) (En,Fr,De,Es,It) + + + + Games + LEGO Star Wars - The Complete Saga (Europe) (En,Fr,De,Es,It,Da) (Rev 1) + + + + Games + LEGO Star Wars III - The Clone Wars (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Need for Speed - Carbon (Germany) + + + + Games + Escape from Bug Island (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Voz Vol. 2, La (Spain) (En,Es) + + + + Games + We Sing UK Hits (USA) (En,Fr,Es) + + + + Games + Cooking Mama 2 - Taihen!! Mama wa Ooisogashi! (Japan) + + + + Games + Bokujou Monogatari - Yasuragi no Ki (Japan) + + + + Games + Lara Croft Tomb Raider - Anniversary (Japan) + + + + Games + Ninja Reflex (Japan) + + + + Games + Monopoly (Japan) + + + + Games + Major Dream - Major Wii - Perfect Closer (Japan) + + + + Games + Bass Fishing Wii - Rokumaru Densetsu (Japan) + + + + Games + Zangeki no Reginleiv (Japan) + + + + Games + Dragon Quest X - Inishie no Ryuu no Denshou Online (Japan) + + + + Games + GoldenEye 007 (Japan) + + + + Games + Tom Clancy's Ghost Recon (Europe) (En,Fr,De,Es,It) + + + + Games + Funfair Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Disney Sing It - Pop Hits (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Casper's Scare School - Spooky Sports Day (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi) + + + + Games + Skylanders - Giants (Scandinavia) (Sv,No,Da,Fi) + + + + Games + DreamWorks Shrek the Third (UK) + + + + Games + Pictionary (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Dood's Big Adventure (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + uDraw Studio (Europe) (En,Fr,De,Es,It,Nl,Pt) + + + + Games + Tenkuu no Kishi Rodea (Japan) + + + + Games + Hula Wii - Hula de Hajimeru - Bi to Kenkou! (Japan) + + + + Games + SimAnimals (Japan) + + + + Games + Darts Wii DX (Japan) + + + + Games + Marvel - Ultimate Alliance (Japan) + + + + Games + Spore - Kimi ga Tsukuru Hero (Japan) + + + + Games + Simple Wii Series Vol. 3 - Asonde Oboeru - The Party Casino (Japan) + + + + Games + Taiko no Tatsujin Wii - Chou Goukaban (Japan) + + + + Games + Billy's Boot Camp - Wii de Enjoy Diet! (Japan) + + + + Games + Taiko no Tatsujin Wii - Ketteiban (Japan) + + + + Games + U-Sing 2 (Netherlands) + + + + Games + Nick Jr. Go Diego Go! Safari Rescue (Netherlands) (En,Fr,Nl) + + + + Games + Disney-Pixar Cars - Mater-National Championship (Europe) (Fr,Nl) + + + + Games + NBA Live 09 - All-Play (Spain) + + + + Games + Ice Age 2 - The Meltdown (UK) + + + + Games + Shape Boxing - Wii de Enjoy Diet! (Japan) (Rev 1) + + + + Games + Itadaki Street Wii (Japan) + + + + Games + Super Sentai Battle - Ranger Cross (Japan) + + + + Games + Opoona (Japan) + + + + Games + Need for Speed - ProStreet (Japan) + + + + Games + Tabemon (Japan) + + + + Games + Jawa - Mammoth to Himitsu no Ishi (Japan) + + + + Games + Nitrobike (Japan) + + + + Games + Artlist Collection - The Dog Island - Hitotsu no Hana no Monogatari (Japan) (Rev 1) + + + + Games + Survival Kids Wii (Japan) + + + + Games + Skylanders - Trap Team (Europe) (Fr,Nl) + + + + Games + James Cameron's Avatar - The Game (UK) + + + + Games + Dead Rising - Zombie no Ikenie (Japan) + + + + Games + Dance Dance Revolution - Furu Furu Party (Japan) + + + + Games + Dance Dance Revolution - Hottest Party (Japan) (Rev 1) + + + + Games + Rilakkuma - Minna de Goyururi Seikatsu (Japan) + + + + Games + FIFA 10 - World Class Soccer (Japan) + + + + Games + Forever Blue (Japan) + + + + Games + Minna de Asobou! Namco Carnival (Japan) + + + + Games + Tele Shibai Wii (Japan) + + + + Games + Rune Factory - Frontier (Japan) + + + + Games + Rune Factory - Oceans (Japan) + + + + Games + FlingSmash (Europe) (En,Fr,De,Es,It) (Rev 2) + + + + Games + U-Sing (Spain) (Rev 1) + + + + Games + Disney-Pixar Ratatouille (Europe) (It,El) + + + + Games + Dancing Stage - Hottest Party (Europe) (En,Fr,De,Es,It) + + + + Games + Tele 7 Jeux - Mots Croises (Europe) (Fr,It) + + + + Games + Lord of the Rings, The - Aragorn's Quest (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Imagine - Fashion Idol (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Grey's Anatomy - The Video Game (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 12 (Europe) (En,Fr,Nl) + + + + Games + Def Jam - Rapstar (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + Medal of Honor - Heroes 2 (Australia) + + + + Games + Boku to Sim no Machi Racing (Japan) + + + + Games + Issho ni Asobu! Dream Theme Park (Japan) + + + + Games + Rooms - Fushigi na Ugoku Heya (Japan) + + + + Games + Kotoba no Puzzle - Mojipittan Wii Deluxe (Japan) + + + + Games + Sonic Riders - Shooting Star Story (Japan) + + + + Games + Just Dance Wii 2 (Japan) + + + + Games + Simple 2000 Series Wii Vol. 1 - The Table Game - Mahjong, Igo, Shougi, Card, Hanafuda, Reversi, Gomoku Narabe (Japan) + + + + Games + Tetris Party Premium (Japan) + + + + Games + Mezase!! Tsuri Master (Japan) + + + + Games + Kororinpa (Japan) + + + + Games + GI Jockey Wii 2008 (Japan) + + + + Games + Happy Dance Collection (Japan) + + + + Games + Disney High School Musical Dance! (Japan) + + + + Games + Mario & Sonic at London Olympic (Japan) + + + + Games + Minna no Rhythm Tengoku (Japan) + + + + Games + One Piece - Unlimited Cruise - Episode 2 - Mezameru Yuusha (Japan) + + + + Games + Ookami (Japan) + + + + Games + Pokemon Battle Revolution (Japan) (Rev 1) + + + + Games + Skate It (Japan) + + + + Games + Tiger Woods PGA Tour 09 - All-Play (Japan) + + + + Games + Centipede - Infestation (USA) (En,Fr,Es) + + + + Games + Disney-Pixar Toy Story 3 (USA) (En,Fr,Es) + + + + Games + Deadliest Catch - Sea of Chaos (USA) + + + + Games + Nickelodeon The Naked Brothers Band - The Video Game (USA) + + + + Games + Disney Sing It (USA) (En,Fr,Es) + + + + Games + Major Minor's Majestic March (USA) + + + + Games + Disney-Pixar WALL-E (Europe) (It,El) + + + + Games + MySims Agents (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + DreamWorks Madagascar - Escape 2 Africa (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Marvel Super Hero Squad (Europe) (En,Fr,De,Nl) + + + + Games + Madden NFL 09 - All-Play (Europe) + + + + Games + DreamWorks Madagascar Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Madden NFL 07 (Europe) + + + + Games + Myth Makers - Trixie in Toyland (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Mini Ninjas (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + DreamWorks Madagascar 3 - Europe's Most Wanted (Europe) (En,Fr,De,Es,It,Nl,Ru) + + + + Games + MySims Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es) + + + + Games + Balloon Pop (USA) + + + + Games + Barnyard - Shuyaku wa Ore, Ushi (Japan) + + + + Games + Bomberman (Japan) + + + + Games + Champion Jockey - Gallop Racer & GI Jockey (Japan) + + + + Games + Dairantou Smash Brothers X (Japan) + + + + Games + Forever Blue - Umi no Yobigoe (Japan) (Rev 1) + + + + Games + Jikkyou Powerful Pro Yakyuu Wii (Japan) + + + + Games + Mezase!! Tsuri Master (Japan) (Rev 1) + + + + Games + Narnia Koku Monogatari - Dai-2-shou - Caspian Ouji no Tsunobue (Japan) + + + + Games + Shape Boxing 2 - Wii de Enjoy Diet! (Japan) (Rev 1) + + + + Games + Yu-Gi-Oh! 5D's - Wheelie Breakers (Japan) + + + + Games + Rapala We Fish (USA) + + + + Games + Pizza Delivery Boy (USA) + + + + Games + Golden Compass, The (USA) + + + + Games + Cooking Mama (Europe) (En,Fr,De,Es,It) + + + + Games + Hotel for Dogs (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance (Europe) (En,Fr,De,Es,It) + + + + Games + LEGO Harry Potter - Years 5-7 (Europe) (En,Fr,De,Es,It,Nl,Da) + + + + Games + Ninjabread Man (UK) + + + + Games + Rabbids Go Home (UK) + + + + Games + Rayman - Raving Rabbids 2 (Europe) (En,Fr,De,Es,It,Nl) (Rev 2) + + + + Games + Zumba Fitness 2 (UK) (Rev 1) + + + + Games + Rapala Pro Bass Fishing (USA) (Rev 1) + + + + Games + DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (USA) (En,Fr) + + + + Games + DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUE) + + + + Games + Top Shot Arcade (USA) + + + + Games + Rock'N'Roll Adventures (USA) + + + + Games + PopStar Guitar (USA) + + + + Games + Petz Rescue - Wildlife Vet (USA) (En,Fr,Es) + + + + Games + Petz - Crazy Monkeyz (USA) (En,Fr,Es) + + + + Games + Order Up! (USA) (Rev 1) + + + + Games + Deca Sports (USA) (En,Fr,Es) (Rev 1) + + + + Games + Cocoto Kart Racer (USA) (En,Fr) + + + + Games + Ben 10 - Galactic Racing (USA) (En,Fr,Es) + + + + Games + Bomberman Land Wii (Japan) + + + + Games + Chibi-Robo! (Japan) + + + + Games + Chin Sports (Japan) + + + + Games + Disney Princess - Mahou no Sekai e (Japan) + + + + Games + Dragon Ball Z - Sparking! Meteor (Japan) (Rev 1) + + + + Games + Jikkyou Powerful Major League 2009 (Japan) + + + + Games + Jissen Pachi-Slot Pachinko Hisshouhou! Sammy's Collection - Hokuto no Ken Wii (Japan) + + + + Games + Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan) + + + + Games + Need for Speed - Undercover (Japan) + + + + Games + World of Golden Eggs, The - Nori Nori Rhythm-kei (Japan) + + + + Games + Enclave - Shadows of Twilight (Europe) (En,Fr,De,Es,It) + + + + Games + Everyone Sing (Europe) (En,Fr,De,Es,It) + + + + Games + Eldar Saga (Europe) (En,Fr,De,Es,It) + + + + Games + Planet Rescue - Wildlife Vet (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Disney-Pixar Carl Jiisan no Soratobu Ie (Japan) + + + + Games + Dragon Ball Z - Sparking! Neo (Japan) + + + + Games + Fit in Six - Karada o Kitaeru 6-tsu no Youso (Japan) + + + + Games + Hoshi no Kirby Wii (Japan) + + + + Games + Mario Party 8 (Japan) (Rev 2) + + + + Games + Mario Tennis GC (Japan) + + + + Games + New Unou Kids Wii (Japan) + + + + Games + Oyako de Asobo - Miffy no Omochabako (Japan) + + + + Games + Puyo Puyo!! Puyopuyo 20th Anniversary (Japan) + + + + Games + Winning Eleven Play Maker 2010 - Aoki Samurai no Chousen (Japan) + + + + Games + Chicken Blaster (USA) (En,Fr,Es) + + + + Games + Nerf N-Strike Elite (USA) + + + + Games + Super Swing Golf Season 2 (USA) + + + + Games + Six Flags Fun Park (USA) (En,Fr) (Rev 1) + + + + Games + Think Logic Trainer (USA) + + + + Games + Game Party 2 (USA) (En,Fr,Es) + + + + Games + Monster High - Ghoul Spirit (USA) (En,Fr,Es) (Rev 1) + + + + Games + Cabela's Dangerous Hunts 2011 (USA) + + + + Games + Cabela's Big Game Hunter 2012 (USA) + + + + Games + Littlest Pet Shop - Friends (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi) + + + + Games + Tale of Despereaux, The (Europe) (En,Es) + + + + Games + Chronicles of Narnia, The - Prince Caspian (Europe) (Fr,Nl) + + + + Games + 40 Principales, Los - Karaoke Party (Spain) (En,Es) + + + + Games + Sims 2, The - Pets (Europe) (En,Fr,De,Es,It) + + + + Games + SimAnimals - Africa (Europe, Australia) (En,Fr,De,Nl,Pt) + + + + Games + Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt) (Rev 1) + + + + Games + Need for Speed - Carbon (Europe) + + + + Games + Hot Wheels - Beat That! (Europe) (En,Fr,De,It) + + + + Games + Jambo! Safari - Ranger Adventure (Europe) (En,Fr,De,Es,It) + + + + Games + Mummy, The - Tomb of the Dragon Emperor (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Ultimate Battle of the Sexes, The (Europe) (En,De) + + + + Games + Academy of Champions - Football (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + World Championship Poker featuring Howard Lederer - All In (Europe) (En,Fr,De,Es,It) + + + + Games + Expeditie Robinson (Netherlands) + + + + Games + Totally Spies! Totally Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Bionicle Heroes (USA) + + + + Games + Chicken Shoot (USA) (En,Fr,Es) + + + + Games + EA Playground (USA) + + + + Games + Escape from Bug Island (USA) + + + + Games + Who Wants to Be a Millionaire (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Anubis II (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Pirates - Hunt for Blackbeard's Booty (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Yamaha Supercross (Europe) (En,Fr,De,Es,It) + + + + Games + NBA 2K13 (Europe) (En,Fr,De,Es,It) + + + + Games + Daisy Fuentes Pilates (USA) (En,Es) + + + + Games + Artlist Collection - The Dog Island (USA) (En,Fr,Es) + + + + Games + Country Dance (USA) + + + + Games + New Super Mario Bros. Wii (Korea) + + + + Games + 007 - Nagusame no Houshuu (Japan) + + + + Games + Choro Q Wii (Japan) + + + + Games + Dance Dance Revolution - Music Fit (Japan) + + + + Games + GTI Club - World City Race (Japan) + + + + Games + Kamen Rider - Super Climax Heroes (Japan) + + + + Games + Nickelodeon SpongeBob SquarePants - SpongeBob to Nakamatachi - Toybot no Kougeki (Japan) + + + + Games + Shikigami no Shiro III (Japan) + + + + Games + Sonic Colors (Japan) + + + + Games + Sugoro Chronicle - Migite ni Ken o Hidarite ni Saikoro o (Japan) + + + + Games + Tama-Run (Japan) + + + + Games + Nickelodeon Tak and the Guardians of Gross (Europe) (En,De) + + + + Games + Tony Hawk - Shred (USA) (En,Fr,Es) + + + + Games + Bokujou Monogatari - Waku Waku Animal March (Japan) (Rev 1) + + + + Games + Hospital. 6-nin no Ishi (Japan) + + + + Games + House of the Dead 2 & 3 Return, The (Japan) + + + + Games + Hula Wii - Tanoshiku Hula o Odorou!! (Japan) + + + + Games + Jinsei Game - Happy Family (Japan) + + + + Games + Minna de Bouken! Family Trainer (Japan) + + + + Games + Precure All Stars - Zenin Shuugou Let's Dance! (Japan) + + + + Games + Shape Boxing - Wii de Enjoy Diet! (Japan) + + + + Games + We Cheer - Dancing Spirits! (Japan) + + + + Games + Wii Fit (Japan) + + + + Games + Boogie (USA) (En,Fr,Es) + + + + Games + Game Party 3 (USA) (En,Fr,Es) + + + + Games + Grease - The Official Video Game (USA) (En,Fr,Es) (Rev 1) + + + + Games + Hasbro Family Game Night 3 (USA) (En,Fr,Es) + + + + Games + Just Dance 2018 (USA) (En,Fr,Es) + + + + Games + Karaoke Revolution Presents - American Idol Encore (USA) + + + + Games + Jikkyou Powerful Pro Yakyuu Next (Japan) + + + + Games + Jinsei Game Wii EX (Japan) + + + + Games + Karaoke Joysound Wii - Duet Kyoku-hen (Japan) (Rev 1) + + + + Games + Momotarou Dentetsu 16 - Hokkaido Daiidou no Maki! (Japan) + + + + Games + Momotarou Dentetsu 2010 - Sengoku Ishin no Hero Daishuugou! no Maki (Japan) + + + + Games + Need for Speed - Hot Pursuit (Japan) + + + + Games + Need for Speed - The Run (Japan) + + + + Games + Nihon Yakyuu Kikou Shounin - Batting Revolution (Japan) + + + + Games + Pikmin (Japan) + + + + Games + Pikmin 2 (Japan) (Rev 1) + + + + Games + Crash - Mind over Mutant (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Top Spin 4 (Europe) (En,Fr,De,Es,It) + + + + Games + Munchables, The (Europe) (En,Fr,De,Es,It) + + + + Games + Sky Crawlers, The - Innocent Aces (Europe) (En,Fr,De,Es,It) + + + + Games + Tony Hawk's Proving Ground (Europe) (En,Fr,De,Es,It) + + + + Games + Transformers - The Game (Europe) (De,It) + + + + Games + Tony Hawk - Ride (Europe) (En,De,Es,It) + + + + Games + Amazing Spider-Man, The (Europe) (En,Fr,De,Es,It) + + + + Games + Conduit 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Transformers - Cybertron Adventures (Europe) (En,Fr,De,Es,It) + + + + Games + Transformers Prime - The Game (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Nickelodeon Teenage Mutant Ninja Turtles (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Disney Tangled (USA) (En,Fr,Es) + + + + Games + Disney-Pixar Toy Story 3 (USA) (En,Fr,Es) (Toy Box Special Edition) + + + + Games + Jeopardy! (USA) + + + + Games + Rolling Stone - Drum King (USA) (En,Fr,Es) + + + + Games + Hip Hop Dance Experience, The (Europe) (En,Fr,De,Es,It) + + + + Games + Artlist Collection - The Dog Island (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Tamagotchi - Party On! (Europe) (En,Fr,De,Es,It) + + + + Games + Godfather, The - Blackhand Edition (Europe) + + + + Games + History Channel, The - Battle for the Pacific (Europe) + + + + Games + Voice of Germany, The - I Want You (Germany) + + + + Games + Island of Dr. Frankenstein, The (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Voice of Germany, The - Volume 2 (Germany) (En,De) + + + + Games + Voice of Germany, The (Germany) (En,De) + + + + Games + Bigs, The (Europe) + + + + Games + Daikaijuu Battle - Ultra Coliseum DX - Ultra Senshi Daishuuketsu (Japan) + + + + Games + Doraemon Wii - Himitsu Dougu-ou Ketteisen! (Japan) + + + + Games + Fire Emblem - Akatsuki no Megami (Japan) (Rev 1) + + + + Games + Fitness Party (Japan) + + + + Games + Ginsei Table Games Wii (Japan) + + + + Games + Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 1) + + + + Games + Naruto Shippuuden - Gekitou Ninja Taisen! Special (Japan) + + + + Games + Petit Copter Wii - Adventure Flight (Japan) + + + + Games + Samurai Spirits - Rokuban Shoubu (Japan) + + + + Games + Winning Eleven Play Maker 2013 (Japan) + + + + Games + Pitfall - The Big Adventure (Australia) (En,Fr,De,Es,It) + + + + Games + All Star Karate (USA) (En,Fr,Es) + + + + Games + Big Buck Hunter Pro (USA) + + + + Games + Disney Alice in Wonderland (USA) (En,Fr,Es) + + + + Games + Karaoke Revolution Glee - Volume 3 (USA) (En,Fr,Es) + + + + Games + Hidden Mysteries - Titanic (USA) + + + + Games + Imagine - Fashion Party (USA) (En,Fr,Es) + + + + Games + Kamen Rider - Dragon Knight (USA) (En,Fr,Es) + + + + Games + Merv Griffin's Crosswords (USA) + + + + Games + Pheasants Forever - Wingshooter (USA) + + + + Games + Puzzle Challenge - Crosswords and More! (USA) + + + + Games + M&M's Kart Racing (USA) + + + + Games + Major League Baseball 2K10 (USA) + + + + Games + Shimano Extreme Fishing (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Farmyard Party (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Sea Monsters - A Prehistoric Adventure (Europe) (En,Fr,De,Es,It) + + + + Games + Safar'Wii (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Shrek's Carnival Craze - Party Games (Europe) (En,Fr,De) + + + + Games + DreamWorks Shrek the Third (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Scene It Twilight (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Shrek Forever After (Europe) (En,Fr,De,Es,Nl,Sv) + + + + Games + Spider-Man - Shattered Dimensions (Europe) (En,Fr,De,Es,It) + + + + Games + Spider-Man - Edge of Time (Europe) (En,Fr,De,Es,It) + + + + Games + Sherlock Holmes - The Silver Earring (Europe) (En,Fr,De,Es,It) + + + + Games + We Dance (Europe) (En,Fr,De,Es,It) + + + + Games + Spider-Man - Web of Shadows (Europe) (En,Fr,De,Es,It) + + + + Games + Sam & Max - Beyond Time and Space (Europe) (En,Fr,De,Es,It) + + + + Games + Spider-Man - Friend or Foe (Europe) (Fr,De,Es,It) + + + + Games + Spider-Man 3 (Europe) (Fr,De,Es,It) + + + + Games + Samurai Warriors - Katana (Europe) (En,Fr,De) + + + + Games + Scarface - The World Is Yours (Germany) + + + + Games + Sonic Unleashed (Europe) (En,Ja,Fr,De,Es,It) + + + + Games + Sakura Wars - So Long, My Love (Europe) + + + + Games + Sengoku Basara - Samurai Heroes (Europe) (En,Fr,De,Es,It) + + + + Games + Shaun White Skateboarding (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Supersonic Racer (Europe) (En,Fr,Es) + + + + Games + Madden NFL 12 (USA) + + + + Games + Madden NFL 13 (USA) + + + + Games + Monopoly Streets (USA) (En,Fr,Es) + + + + Games + Bakugan - Defenders of the Core (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Defendin' De Penguin (Europe) (Rev 1) + + + + Games + Petz - Monkey Madness (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Shaun White Snowboarding - World Stage (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Skylanders - Swap Force (Europe, Australia) (En,De) (Rev 1) + + + + Games + Biggest Loser Challenge, The (Europe, Australia) + + + + Games + Tom Clancy's H.A.W.X. 2 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Rango (USA) (En,Fr,Es) + + + + Games + Scene It Bright Lights! Big Screen! (USA) + + + + Games + Sims 3, The (USA) (En,Fr,Es) + + + + Games + Walt Disney Pictures Presents Meet the Robinsons (USA) + + + + Games + Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (En,Fr) + + + + Games + Agent Hugo - Lemoon Twist (Europe) (En,Fr,De,Es,It,Nl,Pt) + + + + Games + Family Party - 30 Great Games - Winter Fun (Europe) (En,Fr,De,Es,It) + + + + Games + Iron Man (Europe) (En,Fr,De,Es,It) + + + + Games + Spectrobes - Origins (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Dragon Ball Z - Sparking! Meteor (Japan) + + + + Games + Dragon Quest 25 Shuunen Kinen - Famicom & Super Famicom Dragon Quest I-II-III (Japan) + + + + Games + Jikkyou Powerful Pro Yakyuu 15 (Japan) (Rev 1) + + + + Games + Jikkyou Powerful Pro Yakyuu Wii - Ketteiban (Japan) + + + + Games + Jinsei Game Wii (Japan) + + + + Games + Nobunaga no Yabou - Kakushin with Power-Up Kit (Japan) (Rev 1) + + + + Games + Pro Yakyuu Family Stadium (Japan) + + + + Educational + Shikakui Atama o Maruku Suru. Wii (Japan) + + + + Games + Skylanders - Spyro no Daibouken (Japan) + + + + Games + Top Spin 3 (Japan) + + + + Games + Disney Club Penguin - Game Day! (Europe) + + + + Games + GT Pro Series (Europe) + + + + Games + Last Airbender, The (Europe) (En,Fr,De,Es,It) + + + + Games + In the Mix featuring Armin van Buuren (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney The Princess and the Frog (Scandinavia) (En,Sv,No,Da) + + + + Games + Era Glaciale 4, L' - Continenti alla Deriva - Giochi Polari (Italy) + + + + Games + Agent Hugo - Hula Holiday (Europe) (En,Fr,De,Es,It,Nl,Pt) + + + + Games + Celebrity Sports Showdown (Europe) (En,Fr,De,Es,It) + + + + Games + Cocoto Festival (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Nickelodeon iCarly (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon Avatar - The Legend of Aang (Europe) (En,Fr,De,Nl) + + + + Games + Ready 2 Rumble - Revolution (Europe) (En,Fr,De,Es,It) + + + + Games + Zumba Fitness (USA) + + + + Games + Zumba Fitness 2 (USA) + + + + Games + Beat the Beat - Rhythm Paradise (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Karaoke Revolution Glee - Volume 2 (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + NBA 2K11 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + WWE SmackDown vs. Raw 2011 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Summer Sports - Paradise Island (USA) + + + + Games + Ten Pin Alley 2 (USA) (En,Fr,Es) + + + + Games + TNA Impact! Total Nonstop Action Wrestling (USA) (En,Fr) + + + + Games + Summer Athletics - The Ultimate Challenge (USA) (En,Fr,Es) + + + + Games + DreamWorks Shrek Forever After (USA) (En,Fr) + + + + Games + UFC Personal Trainer - The Ultimate Fitness System (USA) (En,Fr,Es) + + + + Games + SimCity Creator (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon SpongeBob SquarePants - SpongeBob's Truth or Square (Europe) (En,De,It,Nl) + + + + Games + Nickelodeon SpongeBob and Friends - Attack of the Toybots (Europe) (En,Fr,De,Es,Nl) + + + + Games + Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Europe) (De,Es,It) + + + + Games + Hasbro Family Game Night Vol 3 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Sid Meier's Pirates! (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon SpongeBob SquarePants SquigglePants (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Sing 4 - The Hits Edition (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + WWE '13 (USA) (En,Fr,Es) + + + + Games + WWE SmackDown vs. Raw 2011 (USA) (En,Fr,Es) + + + + Games + MySims SkyHeroes (USA) (En,Fr,Es) + + + + Games + Myth Makers - Super Kart GP (USA) + + + + Games + Nickelodeon SpongeBob's Boating Bash (USA) + + + + Games + Power Rangers Samurai (USA) (En,Fr,Es) + + + + Games + ABC Wipeout - Create & Crash (USA) + + + + Games + Nickelodeon SpongeBob SquarePants - Plankton's Robotic Revenge (USA) (En,Fr) + + + + Games + Alvin and the Chipmunks - Chipwrecked (USA) (En,Fr) + + + + Games + AMF Bowling World Lanes (USA) + + + + Games + Greg Hastings Paintball 2 (USA) + + + + Games + Ice Age - Continental Drift - Arctic Games (USA) + + + + Games + AC-DC Live - Rock Band (Europe) (En,Fr,De,Es,It) + + + + Games + Death Jr. - Root of Evil (Europe) (En,Fr,De,Es,It) + + + + Games + Dragon Blade - Wrath of Fire (Europe) (En,Fr,De,Es,It) + + + + Games + Coraline (Europe) (En,Fr,De,Es,It) + + + + Games + Onechanbara - Bikini Zombie Slayers (Europe) (En,Fr) (Rev 1) + + + + Games + Puzzle Quest - Challenge of the Warlords (Europe) (En,Fr,De,Es,It) + + + + Games + Spyborgs (Europe) (En,Fr,De,Es,It) + + + + Games + Beach Fun - Summer Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + Alvin and the Chipmunks (Europe) (En,Fr,De,Es,It) + + + + Games + Wacky Races - Crash & Dash (Europe) (En,Fr,De,Es,It) + + + + Games + Beastly (USA) (En,Fr,Es) + + + + Games + Scene It Twilight (USA) (En,Fr,Es) + + + + Games + Truth or Lies (USA) + + + + Games + AC-DC Live - Rock Band Track Pack (USA) + + + + Games + Active Life - Outdoor Challenge (USA) (En,Fr) + + + + Games + Army Men - Soldiers of Misfortune (USA) (En,Fr,Es) + + + + Games + Bigfoot - Collision Course (USA) + + + + Games + Boogie SuperStar (USA) (En,Fr,Es) + + + + Games + Disney High School Musical - Sing It! (USA) (En,Fr) (Rev 1) + + + + Games + Disney High School Musical 3 - Senior Year Dance! (USA) (En,Fr,Es) + + + + Games + Disney Sing It - Party Hits (USA) (En,Fr,Es) + + + + Games + Dood's Big Adventure (USA) (En,Fr) + + + + Games + Iron Chef America - Supreme Cuisine (USA) + + + + Games + Puzzler Collection (USA) + + + + Games + Skylanders - Swap Force (USA) (En,Fr) (Rev 1) + + + + Games + Skylanders - Trap Team (USA) (En,Fr) + + + + Games + Shaun White Snowboarding - Road Trip (USA) (En,Fr,Es) (Target Limited Edition) + + + + Games + Tony Hawk - Ride (USA) + + + + Games + Voice, The - I Want You (USA) + + + + Games + Your Shape featuring Jenny McCarthy (USA) (En,Fr,Es) + + + + Games + Quiz Party (UK) + + + + Games + Drawsome! Artist & Drawsome! Sketch Quest (USA) (En,Fr,Es) + + + + Games + 2010 FIFA World Cup South Africa (Canada) (En,Fr) + + + + Games + NCIS - Based on the TV Series (USA) (En,Fr,Es) + + + + Games + ATV Quad Kings (Europe) (En,Fr,De,Es,It) + + + + Games + Anpanman Niko Niko Party (Japan) + + + + Games + Fish Eyes Wii (Japan) + + + + Games + Grand Slam Tennis (Japan) + + + + Games + Harry Potter to Fushichou no Kishidan (Japan) + + + + Games + Ikenie no Yoru (Japan) + + + + Games + LEGO Star Wars - The Complete Saga (Japan) + + + + Games + Metroid Prime (Japan) + + + + Games + Sangokushi 11 with Power-Up Kit (Japan) (Rev 1) + + + + Games + Sky Crawlers - Innocent Aces (Japan) + + + + Games + Tomb Raider - Underworld (Japan) + + + + Games + NHL 2K11 (USA) (En,Fr) + + + + Games + Disney Epic Mickey (Scandinavia) (En,Sv,Da) + + + + Games + Disney Epic Mickey 2 - The Power of Two (Scandinavia) (Sv,No,Da) + + + + Games + DreamWorks Madagaskar 2 (Sweden) + + + + Games + Backyard Football '10 (USA) + + + + Games + Battle Rage - Mech Conflict (USA) + + + + Games + Calvin Tucker's Redneck Jamboree (USA) + + + + Games + Charm Girls Club - Pajama Party (USA) (En,Fr,Es) + + + + Games + Disney Sing It - Pop Hits (USA) (En,Fr,Es) + + + + Games + MySims Agents (USA) (En,Fr,Es) + + + + Games + Emergency Mayhem (USA) (En,Fr,Es) + + + + Games + Hollywood Squares (USA) + + + + Games + Nickelodeon iCarly (USA) (En,Fr) + + + + Games + My Fitness Coach (USA) + + + + Games + Pool Party (USA) + + + + Games + Rio (USA) (En,Fr,Es) + + + + Games + Rock Band - Track Pack Volume 2 (USA) + + + + Games + Rubik's World (USA) (En,Fr,Es) + + + + Games + Safari Adventures - Africa (USA) + + + + Games + Smurfs, The - Dance Party (USA) (Toys R Us) + + + + Games + Space Camp (USA) (En,Fr) + + + + Games + Winter Sports - The Ultimate Challenge (USA) (En,Fr) + + + + Games + Ultimate Board Game Collection (USA) + + + + Games + WordJong Party (USA) + + + + Games + World Championship Poker featuring Howard Lederer - All In (USA) + + + + Games + Disney Infinity (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Alien Monster Bowling League (USA) + + + + Games + Aliens in the Attic (USA) (En,Es) + + + + Games + Ant Bully, The (USA) (En,Fr) + + + + Games + Anubis II (USA) + + + + Games + Basketball Hall of Fame - Ultimate Hoops Challenge (USA) (En,Fr,Es) + + + + Games + Buck Fever (USA) + + + + Games + Kidz Sports Basketball (USA) + + + + Games + Kidz Sports International Soccer (USA) + + + + Games + Pool Hall Pro (USA) (En,Fr,Es) + + + + Games + Shaun White Skateboarding (USA) (En,Fr,Es) + + + + Games + Academy of Champions - Soccer (USA) (En,Fr,Es) + + + + Games + Brave - A Warrior's Tale (USA) (En,Fr,Es) + + + + Games + Burger Island (USA) + + + + Games + Sims 2, The - Castaway (Europe) (En,Fr,De,Es,It,Nl,Pt) + + + + Games + Rabbids Go Home (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1) + + + + Games + Destroy All Humans! Big Willy Unleashed (Europe) (En,Fr,De,Es,It) + + + + Games + Cursed Mountain (Europe) (En,Fr,De,Es,It) + + + + Games + Calling (Europe) (En,Fr,De,Es,It) + + + + Games + Heatseeker (Europe) (Fr,De) + + + + Games + Agatha Christie - And Then There Were None (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Ratatouille (Europe) (Fr,De,Nl) + + + + Games + Rapala We Fish (Europe) (En,Fr,De,Es,It) + + + + Games + Rapala Tournament Fishing! (Europe) + + + + Games + Rig Racer 2 (UK) + + + + Games + Rock'N'Roll Adventures (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Rogue Trooper - Quartz Zone Massacre (Europe) (En,Fr,De,Es,It) + + + + Games + Rubik's Puzzle World (Europe) (En,Fr,De,Es,It) + + + + Games + Rapala's Fishing Frenzy (Europe) + + + + Games + Rygar - The Battle of Argus (Europe) (En,Fr,De,Es,It) + + + + Games + Rapala Pro Bass Fishing (Europe) (En,Fr,De,Es,It) + + + + Games + Rock Revolution (Europe) (En,Fr,De,Es,It,Sv,No,Da,Fi) + + + + Games + Raving Rabbids - Party Collection (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Reel Fishing - Angler's Dream (Europe) (En,Fr,De) + + + + Games + RTL Biathlon 2009 (Europe) (En,De) + + + + Games + Reload (Europe) (En,Fr,De,Es,It) + + + + Games + Remington Dangerous Animals (Europe) (En,Fr,De,Es,It) + + + + Games + Action Girlz Racing (USA) + + + + Games + Agatha Christie - And Then There Were None (USA) + + + + Games + Animal Kingdom - Wildlife Expedition (USA) + + + + Games + Around the World in 50 Games (USA) (En,Fr) + + + + Games + Bachelor, The - The Videogame (USA) (En,Fr,Es) + + + + Games + Beach Fun - Summer Challenge (USA) (En,Fr,Es) + + + + Games + Boot Camp Academy (USA) (En,Fr) + + + + Games + Family Party - 30 Great Games - Outdoor Fun (USA) (En,Fr,Es) + + + + Games + FIFA 10 (USA) (En,Es) + + + + Games + Disney Sing It - High School Musical 3 - Senior Year (USA) (En,Fr,Es) + + + + Games + FIFA 09 - All-Play (USA) (En,Es) + + + + Games + Godzilla - Unleashed (USA) (En,Fr,Es) + + + + Games + Arctic Tale (USA) + + + + Games + Goosebumps HorrorLand (USA) + + + + Games + Cabela's Dangerous Hunts 2009 (USA) + + + + Games + Destiny of Zorro, The (USA) (En,Fr,Es) + + + + Games + Country Dance 2 (USA) + + + + Games + FIFA Soccer 13 (USA) (En,Fr,Es) + + + + Games + 2010 FIFA World Cup South Africa (USA) (En,Es) + + + + Games + Glacier 2 (USA) (En,Fr,Es) + + + + Games + Just Dance 3 (USA) (En,Fr,Es) (Target) (Rev 1) + + + + Games + JumpStart Crazy Karts (USA) + + + + Games + Cabela's Dangerous Hunts 2013 (USA) (En,Fr) + + + + Games + Black Eyed Peas Experience, The (USA) (En,Fr,Es) + + + + Games + Big Catch - Bass Fishing 2 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Deepak Chopra's Leela (Europe, Australia) (En,Fr,De) + + + + Games + Family GameShow (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Girls Life - Sleepover Party (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Harry Potter and the Half-Blood Prince (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Hot Wheels - Track Attack (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Kawasaki Jet Ski (UK) + + + + Games + DreamWorks Kung Fu Panda 2 (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Mensa Academy (UK) + + + + Games + Story Hour - Fairy Tales (Europe) (En,Fr,De,Es,It) + + + + Games + TMNT (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Scooby-Doo! First Frights (Europe) (En,Fr,De,Es,It) + + + + Games + Combat of Giants - Dinosaurs Strike (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + 101-in-1 Party Megamix (USA) (En,Fr,Es) + + + + Games + Kidz Bop Dance Party! The Video Game (USA) (En,Fr) + + + + Games + Line Rider 2 - Unbound (USA) + + + + Games + Nickelodeon Dance 2 (USA) + + + + Games + Rock Band Track Pack - Classic Rock (USA) + + + + Games + Sniper Elite (USA) (En,Fr,Es) + + + + Games + Petz - Horse Club (USA) + + + + Games + Legend of the Guardians - The Owls of Ga'Hoole (USA) (En,Fr,Es,Pt) + + + + Games + NPPL Championship Paintball 2009 (USA) + + + + Games + Offroad Extreme! Special Edition (USA) + + + + Games + Martian Panic (USA) (En,Fr,Es) + + + + Games + Real Heroes - Firefighter (USA) (En,Fr,Es) + + + + Games + Offshore Tycoon (USA) + + + + Games + Remington Super Slam Hunting - North America (USA) + + + + Games + Remington Super Slam Hunting - Africa (USA) + + + + Games + Monster Jam (USA) + + + + Games + Myth Makers - Trixie in Toyland (USA) + + + + Games + NHL Slapshot (USA) + + + + Games + Monster Jam - Path of Destruction (USA) (En,Fr) + + + + Games + NASCAR 2011 - The Game (USA) + + + + Games + Need for Speed - The Run (USA) (En,Fr,Es) + + + + Games + M&M's Beach Party (USA) + + + + Games + Need for Speed - Undercover (USA, Canada) (En,Fr,Es) + + + + Games + All Star Cheerleader 2 (Germany) + + + + Games + Bibi Blocksberg - Das grosse Hexenbesen-Rennen 2 (Germany) + + + + Games + Bibi Blocksberg - Das grosse Hexenbesen-Rennen! (Germany) (Rev 1) + + + + Games + Disney Club Penguin - Game Day! (Germany) + + + + Games + Simpsons, Die - Das Spiel (Germany) + + + + Games + Fit for Fun (Germany) + + + + Games + Galileo Family Quiz (Germany) + + + + Games + Germany's Next Topmodel 2010 (Germany) + + + + Games + Germany's Next Topmodel 2011 (Germany) + + + + Games + Holiday Games (Germany) + + + + Games + Mahjongg Party (Germany) + + + + Games + Mein neues Leben - Abenteuer auf Tropicana (Germany) + + + + Games + Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany) + + + + Games + Yetisports - Penguin Party Island (Germany) + + + + Games + Cate West - The Vanishing Files (USA) + + + + Games + Fishing Master (USA) + + + + Games + JumpStart Get Moving Family Fitness (USA) + + + + Games + KidFit Island Resort (USA) + + + + Games + Marvel - Ultimate Alliance (Europe) (En,It) + + + + Games + Flip's Twisted World (USA) + + + + Games + Jambo! Safari - Animal Rescue (USA) (En,Fr,Es) + + + + Games + Mortimer Beckett and the Secrets of Spooky Manor (USA) + + + + Games + Yu-Gi-Oh! 5D's - Wheelie Breakers (USA) + + + + Games + Calling - Kuroki Chakushin (Japan) + + + + Games + Densha de Go! Shinkansen EX - San'you Shinkansen Hen (Japan) + + + + Games + Disney-Pixar Cars (Japan) + + + + Games + Fire Emblem - Akatsuki no Megami (Japan) + + + + Games + Inazuma Eleven Go - Strikers 2013 (Japan) + + + + Games + Rockstar Games Presents Table Tennis (Japan) + + + + Games + Sangokushi 11 with Power-Up Kit (Japan) + + + + Games + Shanghai (Japan) + + + + Games + Spider-Man 3 (Japan) + + + + Games + Transformers - The Game (Japan) + + + + Games + Dance Dance Revolution - Disney Grooves (USA) (En,Es) + + + + Games + Remington Super Slam Hunting - Alaska (USA) + + + + Games + Sam & Max - Beyond Time and Space (USA) (En,Fr,Es) + + + + Games + Sing 4 - The Hits Edition (USA) (En,Fr,Es) + + + + Games + Survivor (USA) + + + + Games + Yogi Bear (USA) (En,Fr,Es) + + + + Games + Brunswick Zone Cosmic Bowling (USA) + + + + Games + CSI - Crime Scene Investigation - Fatal Conspiracy (USA) (En,Fr,Es) + + + + Games + Family Party - Fitness Fun (USA) (En,Fr,Es) + + + + Games + Obscure - The Aftermath (USA) (En,Fr,Es) + + + + Games + Reload (USA) + + + + Games + Sleepover Party (USA) (En,Fr,Es) + + + + Games + Wicked Monsters Blast! (USA) + + + + Games + X-Men - Destiny (USA) + + + + Games + Cages, The - Pro Style Batting Practice (USA) + + + + Games + Cake Mania - In the Mix! (USA) (Rev 1) + + + + Games + Calvin Tucker's Redneck Farm Animals Racing Tournament (USA) (En,Fr,Es) + + + + Games + Canada Hunt (USA) + + + + Games + Candace Kane's Candy Factory (USA) + + + + Games + Casper's Scare School - Spooky Sports Day (USA) + + + + Games + Championship Foosball (USA) (En,Fr,Es) + + + + Games + CID the Dummy (USA) + + + + Games + City Builder (USA) + + + + Games + Classic British Motor Racing (USA) + + + + Games + Cocoto Magic Circus (USA) (En,Fr,Es) + + + + Games + Code Lyoko - Quest for Infinity (USA) (En,Fr,Es) + + + + Games + DreamWorks The Croods - Prehistoric Party! (USA) (En,Fr,Es) + + + + Games + Escape the Museum (USA) + + + + Games + Yamaha Supercross (USA) + + + + Games + Zoo Hospital (USA) + + + + Games + Open Season (USA) (En,Fr,Es) + + + + Games + Wacky Races - Crash & Dash (USA) (En,Fr,Es) + + + + Games + Truck Racer (USA) + + + + Games + Glacier 3 - The Meltdown (USA) (En,Fr,Es) + + + + Games + Vacation Sports (USA) (En,Fr,Es) + + + + Games + Once Upon a Time (USA) (En,Fr,Es) (Rev 1) + + + + Games + $1,000,000 Pyramid, The (USA) + + + + Games + WWII Aces (USA) + + + + Games + Triple Crown Championship Snowboarding (USA) + + + + Games + Vegas Party (USA) (En,Fr,Es) + + + + Games + Silent Hill - Shattered Memories (USA) (En,Fr,Es) + + + + Games + Heavenly Guardian (USA) + + + + Games + Legend of the Dragon (USA) (En,Fr,Es) + + + + Games + Puppy Luv - Your New Best Friend (USA) + + + + Games + Night at the Museum - Battle of the Smithsonian - The Video Game (USA) + + + + Games + Saint (USA) + + + + Games + NBA 2K13 (USA) (En,Fr,Es) + + + + Games + WWE '12 (USA) (En,Fr,Es) + + + + Games + Vacation Isle - Beach Party (USA) (En,Fr,Es) + + + + Games + Spiderwick Chronicles, The (USA) + + + + Games + Victorious Boxers - Revolution (USA) + + + + Games + Winter Stars (USA) (En,Fr,Es) + + + + Games + Call of Duty - Modern Warfare 3 (Germany) + + + + Games + Call of Duty - World at War (Germany) + + + + Games + Hidden Mysteries - Titanic (Germany) + + + + Games + Quiz Party (Germany) + + + + Games + Barbie - Groom and Glam Pups (USA) (En,Fr,Es) (Rev 1) + + + + Games + Biggest Loser Challenge, The (USA) + + + + Games + Death Jr. - Root of Evil (USA) (En,Fr,Es) + + + + Games + Go Play - City Sports (USA) + + + + Games + Igor - The Game (USA) + + + + Games + Pacific Liberator (USA) (En,Fr,Es) + + + + Games + Tale of Despereaux, The (USA) (En,Fr) + + + + Games + Family Party - 30 Great Games (USA) (En,Fr,Es) + + + + Games + Family Party - 30 Great Games - Winter Fun (USA) (En,Fr,Es) + + + + Games + Fantasy Aquarium World (USA) + + + + Games + Fast Food Panic (USA) (En,Fr,Es) + + + + Games + FIFA Soccer 11 (USA) (En,Fr,Es) + + + + Games + Ford Racing - Off Road (USA) (En,Fr,Es) + + + + Games + Freddi Fish - Kelp Seed Mystery (USA) + + + + Games + Gem Smashers (USA) + + + + Games + Geon Cube (USA) (En,Fr,Es) + + + + Games + Go Play - Circus Star (USA) + + + + Games + Gold's Gym - Dance Workout (USA) (En,Fr,Es) + + + + Games + Gormiti - The Lords of Nature! (USA) (En,Fr,Es) + + + + Games + Gummy Bears - Magical Medallion (USA) (En,Fr,Es) + + + + Games + Gummy Bears - MiniGolf (USA) (En,Fr,Es) + + + + Games + Happy Feet (USA) (En,Fr) + + + + Games + Country Dance - 30 Chart-Topping Hits!!! (USA) + + + + Games + Karaoke Revolution Presents - American Idol Encore 2 (USA) (En,Fr,Es) + + + + Games + Major League Baseball 2K11 (USA) + + + + Games + Nerf N-Strike - Double Blast Bundle (USA) + + + + Games + NHL 2K10 (USA) + + + + Games + Penny Racers Party - Turbo-Q Speedway (USA) (En,Fr,Es) + + + + Games + Petz - Horsez 2 (USA) (En,Fr,Es) + + + + Games + Puzzle Quest - Challenge of the Warlords (USA) + + + + Games + SimCity Creator (USA, Canada) (En,Fr,Es) + + + + Games + Story Hour - Adventures (USA) (En,Es) + + + + Games + ThinkSMART - Family! (USA) (Rev 1) + + + + Games + Tournament Pool (USA) + + + + Games + Diva Girls - Divas on Ice (USA) (En,Fr,Es) + + + + Games + 10 Minute Solution (USA) (En,Fr) + + + + Games + LEGO Harry Potter - Years 1-4 (Europe) (En,Fr,De,Es,It,Da) (Rev 1) + + + + Games + LEGO Pirates of the Caribbean - The Video Game (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1) + + + + Games + Dance Sensation! (USA) + + + + Games + FlatOut (USA) (En,Fr,Es) + + + + Games + Island of Dr. Frankenstein, The (USA) (En,Fr,Es) + + + + Games + Karaoke Joysound (USA) (En,Fr,Es) + + + + Games + My Ballet Studio (USA) (En,Fr,Es) + + + + Games + Amazing Race, The (USA) (En,Fr) + + + + Games + Family Party - 90 Great Games Party Pack (USA) (En,Fr,Es) + + + + Games + Groovin' Blocks (USA) (En,Fr,Es) + + + + Games + DreamWorks How to Train Your Dragon (USA) (En,Fr) + + + + Games + Kawasaki Snowmobiles (USA) + + + + Games + Littlest Pet Shop - Friends (USA) (En,Fr,Es) + + + + Games + Monster Lab (USA) (En,Fr,Es) + + + + Games + Naruto Shippuden - Dragon Blade Chronicles (USA) + + + + Games + NewU Fitness First Mind Body - Yoga & Pilates Workout (USA) (En,Fr,Es) + + + + Games + Nickelodeon Nicktoons MLB (USA) + + + + Games + Shimano Xtreme Fishing (USA) + + + + Games + Skylanders - Swap Force (USA) (En,Fr) + + + + Games + Top Spin 4 (USA) (En,Fr,Es) + + + + Games + Need for Speed - The Run (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Cabela's Big Game Hunter 2012 (Europe) (En,Fr,De,Es,It) + + + + Games + Summer Challenge - Athletics Tournament (Europe) (En,Fr,De,Es,It) + + + + Games + Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi) (Rev 1) + + + + Games + Angry Birds Star Wars (Europe) (En,Fr,De,Es,It) + + + + Games + Back to the Future - The Game (Europe) (En,Fr,De) + + + + Games + Burger Bot (USA) + + + + Games + National Geographic - Challenge! (USA) (En,Fr,Es) + + + + Games + Ram Racing (USA) (En,Fr,Es) + + + + Games + Scarface - The World Is Yours (USA) + + + + Games + Hardy Boys, The - The Hidden Theft (USA) (En,Fr,Es) + + + + Games + TV Show King Party (USA) (En,Fr,Es) + + + + Games + We Wish You a Merry Christmas (USA) + + + + Games + Army Rescue (USA) + + + + Games + Backyard Sports - Rookie Rush (USA) + + + + Games + Barbie Dreamhouse Party (USA) (En,Fr,Es) + + + + Games + Call of Duty - Modern Warfare 3 (Europe, Australia) + + + + Games + Disney-Pixar Cars 2 (Europe, Australia) (En,Fr,Es,It,Nl) + + + + Games + Cricket (Australia) + + + + Games + Monster Trucks (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Hot Pursuit (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Project Runway (UK) + + + + Games + World Series of Poker - Tournament of Champions - 2007 Edition (Europe, Australia) + + + + Games + Hannah Montana - The Movie (Europe) (De,Es) + + + + Games + Happy Feet (Europe) (En,Fr,De,Es,It) + + + + Games + Incredible Hulk, The (Europe) (En,Fr,De,Es,It) + + + + Games + Haunted House (Europe) (En,Fr,De) + + + + Games + Hugo - Magic in the Trollwoods (Europe) (En,De,Es,Pt) + + + + Games + Happy Feet Two (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + 10 Minute Solution (Europe) (En,Fr,De,Es,It) + + + + Games + All Star Cheerleader (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Angry Birds Trilogy (Europe) (En,Fr,De,Es,It) + + + + Games + Adventures of Tintin, The - The Secret of the Unicorn (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + NHL Slapshot (Europe) + + + + Games + Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 2) + + + + Games + Andrew Lloyd Webber Musicals - Sing and Dance (Europe) + + + + Games + Disney Phineas and Ferb - Quest for Cool Stuff (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl) (Rev 1) + + + + Games + Battleship (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Fit (Taiwan) + + + + Games + Rock Band - Metal Track Pack (USA) + + + + Games + Monkey Mischief! (Europe) (En,Fr,De,Es,It) + + + + Games + Little League World Series Baseball 2008 (Europe) + + + + Games + Monster High - New Ghoul in School (Europe) (En,Fr,De,Es,It) + + + + Games + Alvin and the Chipmunks - Chipwrecked (Europe) + + + + Games + Monster High - 13 Wishes (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + U-Sing - Girls Night (Europe) (En,Fr,De,Nl) + + + + Games + Reel Fishing - Angler's Dream (USA) + + + + Games + Arcade Shooting Gallery (USA) (En,Fr,Es) + + + + Games + Arcade Zone (USA) (En,Fr) + + + + Games + ATV Quad Kings (USA) (En,Fr,Es) + + + + Games + Backyard Football (USA) + + + + Games + Backyard Football '09 (USA) + + + + Games + Imagine - Party Babyz (USA) (En,Fr,Es) + + + + Games + Build-A-Bear Workshop - Friendship Valley (USA) (En,Fr,Es) + + + + Games + Skylanders - Spyro's Adventure (Brazil) (En,Es) + + + + Games + Horse Life 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Hysteria Hospital - Emergency Ward (Europe) (En,Fr,De,Es,It) + + + + Games + Heavy Fire - Afghanistan (Europe) (En,Fr,De,Es,It) + + + + Games + Hyper Fighters (Europe) (En,Fr,Es) + + + + Games + DreamWorks Puss in Boots (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Neopets - Puzzle Adventure (Europe) (En,Fr,De,Es,Nl) + + + + Games + Cake Mania - In the Mix! (USA) + + + + Games + EA Sports Active - More Workouts (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + We Sing Encore (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Western Heroes (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Dance Dance Revolution - Hottest Party 2 (USA) + + + + Games + Disney Channel - All Star Party (USA) (En,Fr,Es) + + + + Games + Dream Dance & Cheer (USA) (En,Fr,Es) + + + + Games + Hysteria Hospital - Emergency Ward (USA) (En,Fr,Es) + + + + Games + Impossible Mission (USA) + + + + Games + Indianapolis 500 Legends (USA) + + + + Games + Monster Mayhem - Build and Battle (USA) + + + + Games + Monster 4x4 - Stunt Racer (USA) (En,Fr,Es) + + + + Games + NBA Live 09 - All-Play (USA) (En,Fr) + + + + Games + Paws & Claws - Pet Resort (USA) + + + + Games + Petz - Catz 2 (USA) (En,Fr,Es) + + + + Games + Barbie and the Three Musketeers (USA) (En,Fr) + + + + Games + Aladdin Magic Racer (USA) + + + + Games + Ride (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Zumba Fitness Core (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + We Sing Pop! (USA) (En,Fr,Es) + + + + Games + Hasbro Family Game Night Fun Pack (USA) + + + + Games + Mario Party 9 (Asia) + + + + Games + New Super Mario Bros. Wii (Asia) + + + + Games + Super Mario Galaxy 2 (Asia) + + + + Games + Crazy Quiz! (Europe) (En,Fr,De,Es) + + + + Games + Sudoku Ball - Detective (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + My Animal Centre (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Jillian Michaels' Fitness Ultimatum 2009 (Europe) (En,Fr,De,Es,It) + + + + Games + Purr Pals (Europe) (En,Fr,De,Es,It) + + + + Games + Magic Roundabout, The (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Repetto Paris Ballerina (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Play Gardens (Europe) (En,Fr,De,Es,It) + + + + Games + Barbie & Her Sisters - Puppy Rescue (Europe) (En,Fr,De,Es,It) + + + + Games + Spiderwick Chronicles, The (Europe) (En,Fr,De,Es,It) + + + + Games + Dragon Ball Z - Budokai Tenkaichi 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Driver - Parallel Lines (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Avatar - The Legend of Aang - Into the Inferno (Europe) (En,De,Nl,Sv,No,Da,Fi) + + + + Games + FIFA 14 - Legacy Edition (Europe) (En,Fr,Nl) + + + + Games + DreamWorks Bee Movie Game (Europe) (En,Nl) + + + + Games + FaceBreaker K.O. Party (Europe) (En,Fr,De) + + + + Games + Go West! A Lucky Luke Adventure (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Bratz - Girlz Really Rock (Europe) (Fr,Nl) + + + + Games + Disney Infinity (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Kidz Sports Crazy Mini Golf (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + It's My Circus (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Mini Desktop Racing (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Kawasaki Jet Ski (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Kawasaki Quad Bikes (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Monster 4x4 - Stunt Racer (Europe) (En,Fr,De,Es,It) + + + + Games + New Carnival Funfair Games (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + GP Classic Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Samurai Warriors 3 (USA) (En,Fr,Es) + + + + Games + Remington Great American Bird Hunt (USA) + + + + Games + DreamWorks How to Train Your Dragon 2 (USA) (En,Fr,Es,Pt) + + + + Games + Scene It Bright Lights! Big Screen! (Canada) + + + + Games + Just Dance 2017 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Zumba Fitness 2 (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + Vacation Isle - Beach Party (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv) (Rev 1) + + + + Games + Barbie - Groom and Glam Pups (USA) (En,Fr,Es) + + + + Games + Planet 51 - The Game (USA) (En,Fr,Es) + + + + Games + Repetto Paris - Let's Play Ballerina (USA) (En,Fr,Es) + + + + Games + Rock Band - Country Track Pack (USA) + + + + Games + Showtime Championship Boxing (USA) + + + + Games + Spy Games - Elevator Mission (USA) + + + + Games + Tamagotchi - Party On! (USA) + + + + Games + Zumba Kids (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Super Star Kartz (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Disney Planes (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Emergency Heroes (USA) (En,Fr,Es) + + + + Games + Cabela's Dangerous Hunts 2011 (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Iron Man 2 (Europe) (En,Fr,De,Es,It) + + + + Games + My Fitness Coach - Get in Shape (Europe, Australia) + + + + Games + Vegas Party (Europe) (En,Fr,De,Es,It) + + + + Games + Family Feud - 2012 Edition (USA) + + + + Games + Active Life - Magical Carnival (USA) (En,Fr,Es) + + + + Games + Let's Sing 2016 (USA) (En,Fr,Es) + + + + Games + Chavo, El (Latin America) (En,Es,Pt) + + + + Games + Sled Shred featuring the Jamaican Bobsled Team (USA) (En,Fr,Es) + + + + Games + SimAnimals - Africa (USA) (En,Fr) + + + + Games + Harvest Moon - Magical Melody (USA) + + + + Games + Space Chimps (USA) (En,Fr) + + + + Games + Speed 2 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Karaoke Joysound Wii - Enka Kayoukyoku-hen (Japan) (Rev 1) + + + + Games + Kyoufu Taikan - Juon (Japan) + + + + Games + Mahjong Taikai Wii (Japan) + + + + Games + Metroid Prime 2 - Dark Echoes (Japan) + + + + Games + Puyo Puyo! Puyopuyo 15th Anniversary (Japan) + + + + Games + Shape Boxing 2 - Wii de Enjoy Diet! (Japan) + + + + Games + Star Wars - The Force Unleashed (Japan) + + + + Games + Sukeban Shachou Rena Wii - Neko Shachou, Tsukaeru Shain Daiboshuu. (Japan) + + + + Games + Wi-Fi Taiou - Gensen Table Game Wii (Japan) + + + + Games + Yukinko Daisenpuu - Sayuki to Koyuki no Hie Hie Daisoudou (Japan) + + + + Games + Zenkoku Dekotora Matsuri (Japan) + + + + Games + LEGO Pirates of the Caribbean - The Video Game (USA) (En,Fr,Es) (Rev 1) + + + + Games + Transformers - Ultimate Battle Edition (USA) (En,Fr) + + + + Games + Disney Violetta - Rhythm & Music (Latin America) (En,Fr,Es,Pt) + + + + Games + Bigfoot - King of Crush (USA) (En,Fr,Es) + + + + Games + Nickelodeon iCarly 2 - iJoin the Click! (USA) + + + + Games + Karaoke Revolution Glee - Volume 2 (USA) (En,Fr,Es) (Rev 1) + + + + Games + Let's Paint (USA) (En,Fr) + + + + Games + Little League World Series Baseball 2009 (USA) + + + + Games + Man vs. Wild with Bear Grylls (USA) + + + + Games + Who Wants to Be a Millionaire (USA) + + + + Games + Project Runway (USA) + + + + Games + Miniclip Sushi Go-Round (USA) (En,Fr,Es) + + + + Games + Daring Game for Girls, The (USA) + + + + Games + Ultimate I Spy (USA) + + + + Games + Virtua Tennis 2009 (USA) (En,Fr,Es) + + + + Games + Winter Blast - Snow & Ice Games (USA) + + + + Games + World Championship Athletics (USA) (En,Fr,Es) + + + + Games + World Party Games (USA) (En,Fr,Es) + + + + Games + Yoga (USA) (En,Fr,Es) + + + + Games + Zumba Kids (USA) + + + + Games + Call of Duty - Modern Warfare 3 (Canada) + + + + Games + Driver - Parallel Lines (USA) (En,Fr,Es) + + + + Games + Just Dance - Disney Party 2 (USA) (En,Fr,Es) + + + + Games + Spaghetti Western Shooter (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Dance (Europe, Australia) (En,Fr,Es,Nl) + + + + Games + Kidz Sports Ice Hockey (USA) + + + + Games + Active Life - Extreme Challenge (USA) + + + + Games + Call of Duty - Black Ops (Canada) + + + + Games + Summer Stars 2012 (USA) (En,Fr,Es) + + + + Games + Science Papa (USA) (En,Fr) + + + + Games + Jimmie Johnson's Anything with an Engine (USA) (En,Fr,Es) + + + + Games + King of Fighters Collection, The - The Orochi Saga (USA) + + + + Games + Cosmic Family (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Nick Jr. Go Diego Go! Safari Rescue (Europe, Australia) + + + + Games + Sesame Street - Elmo's A-to-Zoo Adventure - The Videogame (Australia) + + + + Games + Zhu Zhu Pets - Featuring the Wild Bunch (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Wii Sports (Taiwan) + + + + Games + Hajimete no Wii (Japan) (Rev 1) + + + + Games + Pokemon Battle Revolution (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Cartoon Network - Punch Time Explosion XL (Europe) (En,Fr,De,Es,It) + + + + Games + Daisy Fuentes Pilates (Europe) (En,Fr,De,Es,It) + + + + Games + Boot Camp Academy (Europe) (En,Fr,De,It) + + + + Games + My Fitness Coach - Club (Europe) (En,Fr,De,Es,It) + + + + Games + Winter Sports 2012 - Feel the Spirit (Europe) (En,Fr,De,It) + + + + Games + Guitar Hero - Greatest Hits (Europe) (En,Fr,De,Es,It) + + + + Games + Atrevete a Sonar (Latin America) (En,Es) + + + + Games + WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It) + + + + Games + Smurfs Party Pack, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Barbie - Jet, Set & Style! (Europe) (En,Fr,De,Es,It,Nl) (S3EP) + + + + Games + Active Life - Explorer (USA) (En,Fr,Es) + + + + Games + Nickelodeon Big Time Rush - Dance Party (USA) + + + + Games + Chevrolet Camaro - Wild Ride (USA) (En,Fr,Es) + + + + Games + Cold Stone Creamery - Scoop It Up (USA) (En,Fr,Es) + + + + Games + Cook Wars (USA) (En,Fr,Es) + + + + Games + Cranium Kabookii (USA) (En,Fr,Es) + + + + Games + Hyper Fighters (USA) (En,Fr,Es) + + + + Games + I Spy Game Pack (USA) + + + + Games + My Fitness Coach 2 - Exercise and Nutrition (USA) (En,Fr,Es) + + + + Games + Rudolph the Red-Nosed Reindeer (USA) + + + + Games + Super PickUps (USA) (En,Fr,Es) + + + + Games + Bass Pro Shops - The Strike - Tournament Edition (USA) + + + + Games + Swords (USA) + + + + Games + Summer Sports 2 - Island Sports Party (USA) + + + + Games + Disney Phineas and Ferb - Across the 2nd Dimension (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Skate City Heroes (Europe) (En,Fr,De,Es,It) + + + + Games + Black Eyed Peas Experience, The (Europe, Australia) (En,Fr,De,Es,It) (Special Edition) + + + + Games + Twin Strike - Operation Thunder (Europe) (En,Fr,De,Es,It) + + + + Games + Wacky World of Sports (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + WWE '12 (Europe) (En,Fr,De,Es,It) + + + + Games + PokePark 2 - Wonders Beyond (Europe) (En,Fr,De,Es,It) + + + + Games + Simpsons Game, The (UK) + + + + Games + Game Party 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Let's Sing 2018 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It) + + + + Games + Monster High - Skultimate Roller Maze (Europe, Australia) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + Fishing Resort (USA) + + + + Games + Harley Davidson - Road Trip (USA) + + + + Games + Jewel Quest Trilogy (USA) + + + + Games + Kevin VanDam Big Bass Challenge (USA) (En,Fr,Es) + + + + Games + Let's Tap (USA) (En,Fr,Es) + + + + Games + MLB Superstars (USA) + + + + Games + Oops! Prank Party (USA) (En,Fr,Es) (Rev 1) + + + + Games + Party Pigs Farmyard Games (USA) + + + + Games + Pet Pals - Animal Doctor (USA) + + + + Games + Rock Blast (USA) + + + + Games + Sesame Street - Elmo's Musical Monsterpiece - The Videogame (USA) (En,Es) + + + + Games + Solitaire & Mahjong (USA) + + + + Games + Speed (USA) (En,Fr,Es) + + + + Games + Team Elimination Games (USA) (En,Fr,Es) + + + + Games + Grim Adventures of Billy & Mandy, The (Europe) + + + + Games + Dancing on Ice (Europe) + + + + Games + 007 - Quantum of Solace (Europe) (En,Fr,De,Es,It) + + + + Games + Deal or No Deal - Special Edition (USA) (En,Fr,Es) + + + + Games + Bibi & Tina - Das grosse Reiterfest (Germany) + + + + Games + Disney-Pixar Cars 2 (Europe) (Fr,De,It) + + + + Games + FIFA 12 (Europe) (De,Es,It) + + + + Games + FIFA 14 - Legacy Edition (Europe) (De,Es,It) + + + + Games + Inazuma Eleven Strikers (Europe) (En,Fr,De) + + + + Games + Mario & Sonic at the London 2012 Olympic Games (Europe) (En,Ja,Fr,De,Es,It,Nl,Ko) + + + + Games + Sports Island 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Sports Resort (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Fit & Fun - Your Virtual Personal Coach (Europe) + + + + Applications + Movie-Ch Install Disc Ver. A (USA) (En,Fr,Es) + + + + Games + Let's Sing 2014 (Europe) (En,Fr,De,Es,It) + + + + Games + Case Closed - The Mirapolis Investigation (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Violetta - Rhythm & Music (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + Meine ersten Mitsing-Lieder (Germany) + + + + Games + Disney The Princess and the Frog (Europe) (En,De,It,Ru) + + + + Demos + Mystery Case Files - The Malgrave Incident (USA) (Demo) + + + + Demos + Legend of Zelda, The - Skyward Sword (USA) (En,Fr,Es) (Demo) + + + + Demos + Boom Blox (USA) (En,Fr,Es) (Demo) + + + + Demos + Monster Hunter Tri (USA) (Demo) + + + + Demos + Oops! Prank Party (USA) (En,Fr,Es) (Demo) + + + + Demos + Activision Demo Action Pack (USA) + + + + Games + Aqua Panic! (USA) (En,Fr,Es) + + + + Games + Order Up! (USA) + + + + Games + Disney Sing It - Family Hits (USA) (En,Fr,Es) + + + + Games + American Mensa Academy (USA) + + + + Demos + Muramasa - The Demon Blade (USA) (Demo) + + + + Games + Smart Series Presents - Jaja's Adventure (USA) + + + + Games + Benjamin Bluemchen - Toeroeoeoe im Zoo (Germany) + + + + Games + Scooby-Doo! and the Spooky Swamp (USA) (En,Fr,Es) + + + + Games + Disney-Pixar Brave (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney-Pixar Toy Story 3 (Europe) (Fr,De,It,Nl) + + + + Games + DreamWorks How to Train Your Dragon (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance Kids (Europe) (En,Fr,De,Es,It) + + + + Games + Princess Lillifee - The Big Fairy Party (Europe) (En,Fr,De) + + + + Games + Space Camp (Europe) (En,Fr,De,Es,It) + + + + Games + Yogi Bear - The Video Game (Europe) (En,Fr,De,Es,It) + + + + Games + LEGO Batman 2 - DC Super Heroes (Europe) (En,Fr,De,Es,It,Nl,Da) + + + + Games + DreamWorks Penguins of Madagascar (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Turbo - Super Stunt Squad (Europe) (En,Fr,De,Es,It) + + + + Games + LEGO Indiana Jones 2 - The Adventure Continues (Europe) (En,Fr,De,Es,It,Da) (Rev 1) + + + + Games + Scooby-Doo! and the Spooky Swamp (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Planes (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Ben 10 - Omniverse 2 (Europe) (En,Fr,De,Es,It) + + + + Demos + Disney Epic Mickey (USA) (Demo) + + + + Games + Rock Band - Country Track Pack 2 (USA) + + + + Games + Fritz Chess (USA) (En,Fr,Es) + + + + Games + Surf's Up (USA) (En,Fr,Es) + + + + Games + Jillian Michaels Fitness Ultimatum 2011 (USA) (En,Es) + + + + Games + Wild West Shootout (USA) (En,Fr,Es) + + + + Games + Dream Salon (USA) (En,Fr) (Rev 1) + + + + Games + Dino Strike (USA) (En,Fr,Es) + + + + Games + Maximum Racing - Rally Racer (USA) (En,Fr,Es) + + + + Games + Hooked! Real Motion Fishing (USA) + + + + Games + TrackMania - Build to Race (USA) (En,Fr,Es) + + + + Games + FIFA 15 (USA) (En,Fr,Es) + + + + Games + Deca Sports 3 (USA) (En,Fr,Es) + + + + Games + FIFA Soccer 12 (USA) (En,Fr,Es) + + + + Games + Barbie as the Island Princess (USA) + + + + Games + Grim Adventures of Billy & Mandy, The (USA) + + + + Games + Zumba Fitness - World Party (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Princess - My Fairytale Adventure (Scandinavia) (En,Sv,No,Da) + + + + Games + Virtua Tennis 4 (USA) (En,Fr,Es) + + + + Games + Jelly Belly - Ballistic Beans! (Europe) (En,Fr,De,Es,It) + + + + Games + 2 in 1 - Pony Friends 2 + My Riding Stables - Life with Horses (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Think - Das Schnelldenker-Quiz (Germany) + + + + Games + DreamWorks How to Train Your Dragon 2 (Europe) (En,Fr,De,Es,It,Pt) + + + + Games + De Blob (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Tornado Outbreak (Europe) (En,Fr,De,Es,It) + + + + Games + Legend of Spyro, The - Dawn of the Dragon (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Transformers - Ultimate Battle Edition (Europe) (En,Fr,De,Es,It) + + + + Games + North American Hunting Extravaganza 2 (Europe) + + + + Games + Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 1) + + + + Games + Winter Sports 3 - The Great Tournament (USA) (En,Fr,Es) + + + + Games + Disney Epic Mickey 2 - The Power of Two (Europe) (Fr,De,It) + + + + Games + My Vet Practice (Europe) (En,Fr,De,Es,It) + + + + Games + Pet Vet - Marine Patrol (Europe) (En,De) + + + + Educational + Lernerfolg Grundschule Power Mathe - Der Kopfrechentrainer (Germany) (En,Fr,De,Es,It,Tr) + + + + Games + Overlord - Dark Legend (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar WALL-E (Scandinavia) (En,Sv,No,Da) + + + + Games + Zumba Fitness Core (USA) (En,Fr,Es) + + + + Games + Disney-Pixar WALL-E (Europe) (Fr,Nl) + + + + Games + TrackMania (Europe) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Undercover (Europe) (Fr,De) + + + + Games + Zumba Fitness - World Party (USA) + + + + Games + Barbie - Jet, Set & Style! (USA) (En,Fr,Es) + + + + Games + Top Model Academy (Europe) (En,Fr,Es,It) + + + + Games + My French Coach - Improve Your French (Europe) + + + + Games + Cheggers Party Quiz (Europe) (En,Fr,De,Es,It) + + + + Games + Kylie Sing & Dance (Europe) + + + + Games + Winter Sports 2 - The Next Challenge (USA) (En,Fr) + + + + Games + Cabela's Dangerous Hunts 2011 - Special Edition (USA) + + + + Games + Disney Epic Mickey 2 - The Power of Two (Europe) (En,Fr,Es,Nl,Pt,Tr) + + + + Games + Super Karts (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Princess - My Fairytale Adventure (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Sims 3, The (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + World of Zoo (Europe) (En,Fr,De,Es,It,Nl,Sv,Da) + + + + Educational + Reader Rabbit - Kindergarten (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Bakugan - Defenders of the Core (USA) (En,Fr) + + + + Games + Heathcliff! The Fast and the Furriest (USA) (En,Fr,Es) + + + + Games + Let's Play Garden (USA) (En,Fr,Es) + + + + Games + Medieval Games (USA) + + + + Games + Monster High - 13 Wishes (USA) (En,Fr,Es) + + + + Games + Baseball Blast! (USA) + + + + Demos + Calling (USA) (En,Fr,Es) (Demo) + + + + Games + Chuck E. Cheese's Sports Games (USA) + + + + Games + FIFA 08 (USA) (En,Es) + + + + Games + Gremlins - Gizmo (USA) (En,Fr,Es) + + + + Games + Grey's Anatomy - The Video Game (USA) (En,Fr,Es) + + + + Games + Jewel Master - Cradle of Rome (USA) + + + + Games + Maximum Racing - Super Karts (USA) (En,Fr,Es) + + + + Games + MiniCopter Adventure Flight (USA) + + + + Games + Pinball Hall of Fame - The Gottlieb Collection (USA) + + + + Games + Professor Heinz Wolff's Gravity (USA) (En,Fr,Es) + + + + Games + Water Sports (USA) + + + + Games + Mario Party 9 (Korea) + + + + Games + SSX Blur (Korea) + + + + Games + Fit in Six (USA) (En,Fr,Es) + + + + Games + Mathews Bow Hunting (USA) (En,Fr,Es) + + + + Games + Luxor 3 (USA) + + + + Games + Target - Terror (USA) + + + + Games + Cabela's North American Adventures (USA) + + + + Games + Create (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Ice Age 4 - Continental Drift - Arctic Games (Europe) (En,Fr,De,Es,Nl,Sv) + + + + Games + Imagine - Champion Rider (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Monopoly Streets (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + ABBA - You Can Dance (Europe) (En,Fr,De,Es,It,Sv,No,Da,Ro) + + + + Games + Just Dance 2 - Extra Songs (Europe) (En,Fr,De,Es,It) + + + + Games + Champion Jockey - G1 Jockey & Gallop Racer (USA) + + + + Applications + Wii Back Up Disc Ver. 1.31 (USA) + + + + Games + Just Dance 2015 (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Resident Evil - The Umbrella Chronicles (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + FIFA 14 (Latin America) (En,Fr,Es) + + + + Games + Lucha Libre AAA - Heroes del Ring (Latin America) (En,Es) + + + + Games + K-Pop Dance Festival (Korea) + + + + Games + Disney Tron - Evolution - Battle Grids (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney-Pixar Cars 2 (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Skylanders - Giants (Brazil) (En,Es,Pt) + + + + Games + Dawn of Discovery (USA) + + + + Games + Jeep Thrills (USA) + + + + Games + Def Jam - Rapstar (USA) (En,Fr,De,Es,It,Pt) + + + + Games + New Super Mario Bros. Wii (Japan) (Rev 2) + + + + Games + Charm Girls Club - Pyjama Party (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Cabela's Adventure Camp (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Batman - The Brave and the Bold - The Videogame (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney's Chicken Little - Ace in Action (USA) + + + + Games + Jenga World Tour (Europe) (En,Fr,De,Es,It) + + + + Games + LEGO Batman - The Videogame (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Disney Think Fast (Europe) + + + + Games + Disney Channel - All Star Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + America's Next Top Model (Europe) (En,De) + + + + Games + Where the Wild Things Are - The Videogame (Europe) (En,Fr,De,Es,It) + + + + Games + Ninja Reflex (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Walt Disney Pictures Presents Meet the Robinsons (Europe) (En,De,Es) + + + + Games + Doctor Who - Return to Earth (UK) + + + + Games + Domino Rally (USA) + + + + Games + Movie Games (USA) (En,Fr,Es) + + + + Games + Wii Sports (Korea) + + + + Games + FIFA 10 (Europe) (Fr,De) + + + + Games + Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl) + + + + Games + Pop'n Rhythm (Europe) (En,Fr,De,Es,It) + + + + Games + Medal of Honor - Heroes 2 (Europe) (Fr,De,Es,It) + + + + Games + Let's Party! (Europe) (En,Fr,De,Es,It) + + + + Games + Barbie - Groom and Glam Pups (Europe, Australia) (En,Fr,De,Es,It,Nl) (SB9P) + + + + Games + Mystery Case Files - The Malgrave Incident (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (Europe) (En,Fr,Nl) + + + + Games + Food Network - Cook or Be Cooked! (USA) + + + + Games + Get Fit with Mel B (USA) (En,Fr,Es) + + + + Games + Max & the Magic Marker (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Dance Juniors (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Just Dance 2016 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney-Pixar Cars (Europe) (En,Es) + + + + Games + Disney-Pixar Cars - Mater-National Championship (Europe) (En,Es) + + + + Games + Disney-Pixar Cars - Race-O-Rama (Europe) (En,Fr,Es,It) + + + + Games + Disney-Pixar Cars Toon - Mater's Tall Tales (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + DreamWorks The Croods - Prehistoric Party! (Europe) (En,Fr,De,Es,It) + + + + Games + Garfield Show, The - Threat of the Space Lasagna (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Millennium European Paintball Series, The - Championship Paintball 2009 (Europe) + + + + Games + Monster Jam - Path of Destruction (Europe) (En,Fr,Es,It,Nl) + + + + Games + Margot's Word Brain (Europe) (En,Fr,De,Es,It) + + + + Games + Golden Balls (UK) + + + + Games + Monster Lab (Europe) (En,Fr,De,Es,It) + + + + Games + Space Chimps (Europe) (En,Es) + + + + Games + Space Chimps (Europe) (En,Fr,De,Es,It) + + + + Games + It's My Birthday (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Just Dance - Best Of (Europe) (En,Fr,De,Es,It) + + + + Games + Real Heroes - Firefighter (Europe) (En,Fr,De,Es,It) + + + + Games + Spider-Man 3 (Europe) (Rev 1) + + + + Games + GTI Club Supermini Festa! (USA) (En,Fr) + + + + Games + Cabela's Survival - Shadows of Katmai (Europe) (En,Fr,De,Es,It) + + + + Games + Catz (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Cocoto Magic Circus (Scandinavia) (Sv,No,Da) + + + + Games + Major Minor's Majestic March (Europe) (En,Fr,De) + + + + Games + One Piece - Unlimited Cruise 2 - Awakening of a Hero (Europe) (En,Fr,De,Es,It) + + + + Games + Dance Dance Revolution - Hottest Party 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Emergency Mayhem (Europe) (En,Fr,De,Es,It) + + + + Games + Kidz Sports Crazy Mini Golf 2 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Monster Jam - Urban Assault (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Jam (Europe) + + + + Games + Offroad Extreme! (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Speed (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Sprint Cars (Europe) (En,Fr,De,Es,It) + + + + Games + Ultimate Red Ball Challenge, The (Europe) (En,Fr,Nl) + + + + Games + Wild West Shootout (Europe) (En,Fr,De,Es,It) + + + + Games + WWE SmackDown vs. Raw 2008 (UK) + + + + Games + Need for Speed - Carbon (France) + + + + Games + Need for Speed - ProStreet (Europe) (Fr,De) + + + + Games + Purr Pals (USA) + + + + Games + Dance Dance Revolution - Hottest Party 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Cars (Europe) (Fr,Nl) + + + + Games + NBA 2K10 (Europe) (En,Fr,De,Es,It) + + + + Games + Kart Racer (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Kung Fu Panda - Legendary Warriors (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + DreamWorks Kung Fu Panda (Europe) (De,Es) + + + + Games + King of Pool (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Live 08 (Europe) (En,Fr,De,Es,It) + + + + Games + Ninja Captains (Europe) (En,Fr,De,Es,It) + + + + Games + NBA 2K12 (Europe) (En,Fr,De,Es,It) + + + + Games + K11 - Kommissare im Einsatz (Germany) + + + + Games + NCIS - Based on the TV Series (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Jam (Europe) (Rev 1) + + + + Games + Pop'n Music (USA) (En,Fr,Es) + + + + Games + NHL 2K10 (Europe) (En,Fr,De) + + + + Games + Karaoke Revolution (Europe) (En,Fr,De,Es,It,Pt,Sv,No,Da,Fi) + + + + Games + NHL 2K9 (Europe) (En,Fr,De,Es,It) + + + + Games + NewU Fitness First Personal Trainer (Europe) (En,Fr,De,Es,It) + + + + Games + Nat Geo Quiz! Wild Life (Europe) (En,Fr,De,Es,It) + + + + Games + NHL 2K11 (Europe) (En,Fr,De) + + + + Games + Karaoke Revolution Glee (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + NewU Fitness First Mind Body - Yoga & Pilates Workout (Europe) (En,Fr,De,Es,It) + + + + Games + Nat Geo Challenge! Wild Life (USA) (En,Fr,Es) + + + + Games + NBA 2K12 (USA) (En,Fr,Es) + + + + Games + UFC Personal Trainer - The Ultimate Fitness System (Europe) (En,Fr,De,Es,Nl) + + + + Games + Cursed Mountain (USA) (En,Fr,Es) + + + + Games + Defendin' De Penguin (USA) (En,Es) + + + + Games + PBR - Out of the Chute (USA) + + + + Games + Ultimate Duck Hunting - Hunting & Retrieving Ducks (USA) (En,Fr,Es) (Rev 1) + + + + Games + Minon - Everyday Hero (Europe) (En,Fr,De,Es,It) + + + + Games + Agatha Christie - Evil Under the Sun (Europe) (En,Fr,De,Es,It) + + + + Games + Geometry Wars - Galaxies (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Bolt (Europe) (En,Es,It) + + + + Games + Karaoke Revolution (USA) (En,Fr,Es,Pt) + + + + Games + Marble Saga - Kororinpa (USA) (En,Fr,Es) + + + + Games + DreamWorks Madagascar 3 - The Video Game (USA) (En,Fr,Es) + + + + Games + Monster High - Skultimate Roller Maze (USA) (En,Fr,Es) + + + + Games + Monster Trucks Mayhem (USA) (En,Fr,Es) + + + + Games + Monster High - Ghoul Spirit (USA) (En,Fr,Es) + + + + Games + Mr Bean's Wacky World (USA) + + + + Games + NASCAR the Game - Inside Line (USA) + + + + Games + NBA 2K11 (USA) (En,Fr,Es) + + + + Games + Pirate Blast (USA) (En,Fr,Es) + + + + Games + MTV Pimp My Ride (USA) + + + + Games + Golden Compass, The (Scandinavia) (En,Nl,Sv,No,Da) + + + + Games + Fantastic Four - Rise of the Silver Surfer (Europe) (En,Fr,De,Es,It) + + + + Games + G.I. Joe - The Rise of Cobra (Europe) (En,Fr,De,Es,It) + + + + Games + Jewel Master - Cradle of Rome (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + SCORE International Baja 1000 - World Championship Off Road Racing (Europe) + + + + Games + Transformers - The Game (Europe) + + + + Games + Vertigo (Europe) (En,Fr,De,Es,It) + + + + Games + Who Wants to Be a Millionaire - 2nd Edition (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + X-Men Origins - Wolverine (Europe, Australia) (En,Fr) + + + + Games + WWE All Stars (Europe) (En,Fr,De,Es,It) + + + + Games + Barbie Horse Adventures - Riding Camp (USA) (En,Fr) + + + + Games + Chuck E. Cheese's Party Games (USA) + + + + Games + Crazy Mini Golf 2 (Canada) (En,Fr,Es) + + + + Games + Dance on Broadway (USA) (En,Fr,Es) + + + + Games + Little League World Series Baseball 2008 (USA) + + + + Games + Littlest Pet Shop (USA) (En,Fr,Es) + + + + Games + Need for Speed - Hot Pursuit (USA) (En,Fr,Es) + + + + Games + MTV Pimp My Ride (Europe) (En,Fr,De,Es,It) + + + + Games + Pool Party (Europe) (En,Fr,De,Es,It) + + + + Games + Diabolik - The Original Sin (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Runaway - The Dream of the Turtle (Europe) (En,Fr,De,Es,It) + + + + Games + MIB - Alien Crisis (Europe) (En,Fr,De,Es,It) + + + + Games + Samurai Warriors 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Ben 10 - Ultimate Alien - Cosmic Destruction (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Megamind - Mega Team Unite (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + DreamWorks The Penguins of Madagascar - Dr. Blowhole Returns - Again! (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Generator Rex - Agent of Providence (Europe) (En,Fr,De,Es,It) + + + + Games + Barbie Dreamhouse Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi) + + + + Games + Fit Music (Europe) (En,Fr,De,Es,It) + + + + Games + Crazy Chicken Tales (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Hugo - Magic in the Trollwoods (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Michael Jackson - The Experience (Europe) (En,Fr,De,Es,It) + + + + Games + Madden NFL 10 (Europe) + + + + Games + CSI - Crime Scene Investigation - Deadly Intent (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Ice Age 3 - Dawn of the Dinosaurs (Europe) (En,Fr,De,Es,Nl,Sv) + + + + Games + Looney Tunes - Acme Arsenal (Europe) (En,Fr,De,Es,It) + + + + Games + NBA Live 09 - All-Play (Europe) (En,De,It) + + + + Games + Block Party - 20 Games (Europe) (En,Fr,De,Es,It) + + + + Games + Pool Hall Pro (Europe) (En,Fr,De,Es,It) + + + + Games + PDC World Championship Darts - Pro Tour (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon Fit (Europe) (En,Fr,Nl) + + + + Games + Green Lantern - Rise of the Manhunters (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Top Model (Europe) + + + + Games + Nickelodeon Barnyard (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Spy Fox in Dry Cereal (Europe) (En,Fr,De,Nl) + + + + Games + Littlest Pet Shop (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da,Fi,Pl,Cs) + + + + Games + Puzzler Collection (Europe) (Fr,De,Es,It,Nl) + + + + Games + World Championship Sports - Summer (Europe) (En,Fr,De,Es,It) + + + + Games + Family Trainer - Treasure Adventure (Europe) (En,Fr,De,Es,It) + + + + Games + Fantastic Football Fan Party (Europe) (En,Fr,De,Es,It) + + + + Games + Cocoto Kart Racer 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Summer Athletics 2009 (Europe) (En,Fr,De,Es,It) + + + + Games + Last Airbender, The (Europe) (En,Fr,De,Es,It) (Special Edition) + + + + Games + Pictionary (USA) (En,Fr,Es) + + + + Games + PES 2008 - Pro Evolution Soccer (USA) (En,Fr,Es) + + + + Games + Go Vacation (USA) (En,Fr,Es) + + + + Games + London Taxi - Rushour (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Calvin Tucker's Farm Animal Racing (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + We Sing UK Hits (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance - Disney Party 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance 3 (Europe) (En,Fr,De,Es,It) + + + + Games + Racket Sports Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Ultimate Red Ball Challenge, The (Europe) + + + + Educational + Reader Rabbit - 1st Grade (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Disney-Pixar Toy Story 3 (Scandinavia) (Sv,No,Da,Fi) (Rev 1) + + + + Games + Champion Jockey - G1 Jockey & Gallop Racer (Europe) + + + + Games + Disney Universe (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Are You Smarter than a 5th Grader Back to School (USA) + + + + Games + Nickelodeon Avatar - The Last Airbender (USA) + + + + Games + Crazy Chicken Tales (USA) (En,Fr,Es) + + + + Games + George of the Jungle and the Search for the Secret (USA) + + + + Games + Cyberbike - Cycling Sports (Europe) (En,Fr,De,Es,It,Nl,Pt) + + + + Games + Disney The Princess and the Frog (Europe) (En,Fr,Es,Nl) + + + + Games + Gormiti - The Lords of Nature! (Europe) (En,Fr,De,Es,It) + + + + Games + Stunt Flyer - Hero of the Skies (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Super Truck Racer (Europe) (En,Fr,De,Es,It) + + + + Games + Legend of Spyro, The - The Eternal Night (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Let's Sing 2016 (Europe) (En,Fr,De,Es,It) + + + + Educational + Reader Rabbit - 2nd Grade (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Dance Party Pop Hits (Europe) (En,Fr,De,Es,It) + + + + Games + Monster Trux Arenas (UK) + + + + Games + Cruise Ship Resort (Europe) (En,Fr) + + + + Games + Junior Fitness Trainer (UK) + + + + Games + PDC World Championship Darts 2009 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Crash of the Titans (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Scarface - The World Is Yours (Europe) (En,Fr,Es,It) + + + + Games + Dino Strike (Europe) (En,Fr,De,Es,It) + + + + Games + Studio 100 Speeleiland, Het (Netherlands) + + + + Games + Disney-Pixar Up (Europe) (En,Fr) + + + + Games + Daenantu Smash Brothers X (Korea) + + + + Games + Hip Hop Dance Experience, The (USA) (En,Fr,Es) + + + + Games + Cate West - The Vanishing Files (Europe) + + + + Games + PES 2009 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt) + + + + Games + Smurfs 2, The (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Surf's Up (Europe) (En,Fr,Es) + + + + Games + Lost in Blue - Shipwrecked (Europe) (En,Fr,De,Es,It) + + + + Games + Love Is... in Bloom (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Go Play - Lumberjacks (Europe) (En,Fr,De) (Rev 1) + + + + Games + Off Road (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Oben (Germany) + + + + Games + Let's Sing 2017 - Mit Deutschen Hits! (Germany) (En,Fr,De,Es,It) + + + + Educational + Lernerfolg Grundschule Deutsch (Germany) (De,Tr) + + + + Educational + Lernerfolg Grundschule Englisch (Germany) (Fr,De,Es,It,Tr) + + + + Educational + Lernerfolg Grundschule Mathematik (Germany) (En,Fr,De,Es,It,Tr) + + + + Games + Let's Dance with Mel B (Europe) (En,Fr,De,Es,It) + + + + Games + Let's Sing (Europe) (En,Fr,De,Es,It) + + + + Games + Let's Sing 2015 (Europe) (En,Fr,De,Es,It) + + + + Games + Ben 10 - Protector of Earth (UK) + + + + Games + Disney Sing It (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Family Party - 30 Great Games - Outdoor Fun (Europe) (En,Fr,De,Es,It) + + + + Games + Jillian Michaels Fitness Ultimatum 2010 (Europe) (En,Fr,De,Es,It) + + + + Games + PES 2011 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt) + + + + Games + Just Dance 2018 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + PES 2010 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt) + + + + Games + PES 2013 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt) + + + + Games + Skylanders - Swap Force (Europe, Australia) (En,De) + + + + Games + PES 2012 - Pro Evolution Soccer (USA) (En,Fr,Es,Pt) + + + + Games + Animal Crossing - City Folk (USA, Asia) (En,Fr,Es) (Rev 1) + + + + Games + Wheel of Fortune (Europe) + + + + Games + Disney-Pixar Brave (USA) (En,Fr,Es) + + + + Games + Deer Drive Legends (USA) (En,Fr,Es) + + + + Games + Monster Trux Arenas - Special Edition (USA) + + + + Games + New Carnival Games (USA) (En,Fr,Es) + + + + Games + Nickelodeon Fit (USA) (En,Fr) (Rev 1) + + + + Games + Our House - Party! (USA) + + + + Games + PDC World Championship Darts (USA) + + + + Games + Disney Phineas and Ferb - Quest for Cool Stuff (USA) + + + + Games + Bass Pro Shops - The Hunt - Trophy Showdown (USA) + + + + Games + DreamWorks Penguins of Madagascar (USA) (En,Fr,Es,Pt) + + + + Games + Ninjabread Man (USA) + + + + Games + Celebrity Sports Showdown (USA) (En,Fr,Es) + + + + Games + Disney High School Musical - Sing It! (USA) (En,Fr) + + + + Games + Green Day - Rock Band (USA) (En,Fr,Es) + + + + Games + Nickelodeon Fit (USA) + + + + Games + Nickelodeon Go Diego Go! Great Dinosaur Rescue (USA) + + + + Games + Hot Wheels - Track Attack (USA) (En,Fr,Es) + + + + Games + Disney Princess - Enchanting Storybooks (USA) (En,Fr) + + + + Demos + Marble Saga - Kororinpa (USA) (En,Es) (Demo) + + + + Games + DreamWorks Madagascar Kartz (USA) (En,Fr) + + + + Games + Crazy Machines (USA) + + + + Games + Bratz - The Movie (Germany) + + + + Games + Bomberman Land Wii (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Bee Movie Game (Europe) (Fr,De,Es,It) + + + + Games + Ben 10 - Protector of Earth (Europe) (En,Fr,De,Es,It) + + + + Games + Billy the Wizard - Rocket Broomstick Racing (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney Bolt (Europe) (Fr,De,Nl) + + + + Games + Bigfoot - Collision Course (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Ben 10 - Omniverse (Europe) (En,Fr,De,Es,It) + + + + Games + Bermuda Triangle (Europe) (En,Fr,De,Es,It) + + + + Games + Beastly (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Battle vs. Chess (Europe) (En,Fr,De,Es,It) + + + + Games + CSI - Crime Scene Investigation - Deadly Intent (USA) (En,Fr,Es) + + + + Games + Six Flags Fun Park (USA) (En,Fr) + + + + Games + Mountain Sports (USA) (En,Fr) + + + + Games + Family Fun Football (USA) + + + + Games + Luxor - Pharaoh's Challenge (USA) + + + + Games + Hotel for Dogs (USA) + + + + Games + Ocean Commander (USA) + + + + Games + Haunted House (USA) (En,Fr) + + + + Games + Jaws - Ultimate Predator (USA) (En,Es) + + + + Games + Junior League Sports (USA) (En,Fr,Es) + + + + Games + JumpStart Pet Rescue (USA) + + + + Games + Minute to Win It (USA) (En,Fr,Es) + + + + Games + Cabela's Hunting Expeditions (USA) + + + + Games + Hamster Heroes (Europe) (En,Fr,De,Es,It,Nl) + + + + Demos + Winning Eleven Play Maker 2008 (Japan) (Taikenban) + + + + Games + 101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney-Pixar Cars 2 (Russia) + + + + Games + Bionicle Heroes (Europe) (En,Fr,De,Es,It,Da) + + + + Games + Disney-Pixar Arabalar 2 (Turkey) + + + + Games + Bleach - Shattered Blade (Europe) (En,Fr,De,Es,It) + + + + Games + Fix It - Home Improvement Challenge (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl) (Rev 1) + + + + Games + Doctor Fizzwizzle's Animal Rescue (USA) + + + + Games + 101-in-1 Sports Party Megamix (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Bakugan - Battle Brawlers (Europe) (En,Fr,De,Es,It,Nl,Sv) (Toys R Us) + + + + Games + Blast Works - Build, Trade, Destroy (Europe) (En,Fr,De) + + + + Games + Brave - A Warrior's Tale (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Think Fast (Russia) + + + + Demos + Just Dance 2 (Europe) (En,Fr,De,Es,It) (Demo) + + + + Games + Zoo Hospital (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Disney-Pixar Toy Story Mania! (Russia) + + + + Games + Super Paper Mario (USA) (Rev 1) + + + + Games + Disney-Pixar Cars Toon - Mater's Tall Tales (Scandinavia) (En,Sv,No,Da) (Rev 1) + + + + Games + Myth Makers - Super Kart GP (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + U-Sing 2 (Europe) + + + + Games + Alvin and the Chipmunks - Chipwrecked (Europe) (Fr,De,Es,It) + + + + Games + Animal Planet - Vet Life (USA) + + + + Games + Harley Pasternak's Hollywood Workout (USA) + + + + Games + Bermuda Triangle - Saving the Coral (USA) + + + + Games + Dance Dance Revolution II (USA) (En,Fr,Es) + + + + Games + Disney Tron - Evolution - Battle Grids (USA) (En,Fr,Es) (Championship Edition) + + + + Games + Mama's 2-Pack (USA) + + + + Games + Skylanders - SuperChargers Racing (USA) (En,Fr,Es,Pt) + + + + Games + Disney-Pixar Cars Toon - Mater's Tall Tales (USA) (En,Fr,Es) + + + + Games + Busy Scissors (USA) (En,Fr,Es) + + + + Demos + Deca Sports 2 (USA) (En,Fr,Es) (Demo) + + + + Demos + Rooms - The Main Building (USA) (En,Fr,Es) (Demo) + + + + Games + Deer Drive (Europe) (En,Fr,De,Es,It) + + + + Games + Escape the Museum (Europe) + + + + Games + George of the Jungle (Europe) (En,Fr,De,Es,It) + + + + Games + Jeep Thrills (Europe) (En,Fr,De,Es,It) + + + + Games + Kidz Sports International Football (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Think - Train Je Brein (Netherlands) + + + + Games + DreamWorks Kung Fu Panda (Europe) (En,Fr,Nl) + + + + Games + NBA Live 08 (UK) + + + + Games + Monster Trux Arenas (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Urban Extreme - Street Rage (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Pheasants Forever (Europe) + + + + Games + Pirate Blast (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Anubis II (UK) + + + + Games + Cheongongui Gisa Rodea (Korea) + + + + Games + Dance Dance Revolution (USA) (En,Fr,Es) + + + + Games + Story Hour - Adventures (Europe) (En,Fr,De,Es,It) + + + + Games + Margot's Bepuzzled! (Europe) (En,Fr,De,Es,It) + + + + Games + Mountain Sports (Europe) (En,Fr,De,Es,It) + + + + Games + Mr Bean's Wacky World of Wii (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi) + + + + Games + Mushroom Men - The Spore Wars (Europe) (En,Fr,De,Es,It) + + + + Games + Monster Jam (Europe) (En,Fr,De,Es,It) + + + + Games + Marvel - Ultimate Alliance 2 (Europe) + + + + Games + Crazy Chicken - Carnival (Europe) (En,Fr,De,Es,It) + + + + Games + Marvel Super Heroes 3D - Grandmaster's Challenge (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Marvel Super Hero Squad - Comic Combat (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Musiic Party - Rock the House (Europe) (En,Fr,De,Es,It) + + + + Games + My Body Coach (Europe) (En,Fr,De,Es,It,Nl,Pt) + + + + Games + My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (De,It) + + + + Games + My Fitness Coach - Get in Shape (Europe) (En,Fr,De,Es,It) + + + + Games + My Horse & Me (Europe) (En,Fr,De,Es,It,Nl,Sv,Da) + + + + Games + Horse & Pony - My Riding Stables (Europe) (En,Fr,De,Es,It) + + + + Games + Meine Tierpension (Germany) + + + + Games + MX vs. ATV Untamed (Europe) + + + + Games + Mein Wortschatz-Coach (Germany) (Rev 1) + + + + Games + My Horse & Me 2 (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + My Body Coach 2 - Fitness & Dance (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi) + + + + Games + Just Dance 2 (USA) (En,Fr,Es) (Best Buy Edition) + + + + Games + Just Dance 3 (USA) (En,Fr,Es) (Best Buy) (Rev 1) + + + + Demos + Help Wanted (USA) (En,Fr,Es) (Demo) + + + + Games + Just Dance Kids 2014 (Europe) (En,Fr,Es) + + + + Games + Puppy Luv - Your New Best Friend (Europe) (En,Fr,Es,It) + + + + Games + Now! That's What I Call Music - Dance & Sing (Europe) + + + + Games + Get Up and Dance (Europe) (En,Fr,De,Es,It) + + + + Games + Dance! It's Your Stage (Europe) (En,De) + + + + Applications + Wii Menu Install Disc (Ver. 2) (World) + + + + Games + Call of Duty - Modern Warfare 3 (Italy) + + + + Games + Honda ATV Fever (USA) (En,Fr,Es) + + + + Games + M&M's Adventure (USA) + + + + Games + Code Lyoko - Quest for Infinity (Europe) (En,Fr,Es,It) + + + + Games + Pekin Express (France) + + + + Games + Game Party (USA) + + + + Games + Michael Jackson - The Experience (USA) (En,Fr,Es) (Walmart) + + + + Games + Cyberbike - Cycling Sports (USA) (En,Fr,Es) + + + + Games + Isola dei Famosi, L' (Italy) + + + + Games + U-Sing (Italy) (Rev 1) + + + + Games + Jungle Kartz (Europe) (En,Fr,De,Es,It) + + + + Games + Cloudy with a Chance of Meatballs (UK) + + + + Games + Drag & Stock Racer (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Toy Story Mania! (Europe) (En,Es,Sv,No,Da) + + + + Games + Disney Hannah Montana - Spotlight World Tour (Scandinavia) (En,Sv,No,Da) + + + + Games + Disney G-Force (Scandinavia) (En,Sv,No,Da) + + + + Games + Super Fruit Fall (USA) + + + + Games + Hasbro Family Game Night Value Pack (USA) + + + + Games + Last Airbender, The (USA) (En,Fr) (Toys R Us) + + + + Games + Wheel of Fortune (USA) + + + + Games + Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es) + + + + Games + Chicken Riot (USA) (En,Fr,Es) (Rev 1) + + + + Games + Crayola Colorful Journey (USA) + + + + Games + Hello Kitty Seasons (USA) (En,Fr,Es) + + + + Games + Horse Life Adventures (USA) (En,Fr,Es) + + + + Games + Kart Racer (USA) + + + + Games + Yu-Gi-Oh! 5D's - Duel Transer (USA) (En,Fr,Es) + + + + Games + Bienvenue chez les Ch'tis (France) + + + + Games + Twin Strike - Operation Thunder (USA) (En,Fr,Es) + + + + Games + Marvel Super Hero Squad (USA) (En,Fr,Es) (Walmart) + + + + Games + Calling (USA) (En,Fr,Es) + + + + Games + Countdown - The Game (Europe) + + + + Games + Pippa Funnell - Ranch Rescue (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Nickelodeon SpongeBob's Atlantis SquarePantis (Europe) (En,Fr,De) + + + + Games + Free Running (Europe) (En,Fr,De,Es,It) + + + + Games + Dance Dance Revolution - Hottest Party 4 (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Dora the Explorer - Dora Saves the Crystal Kingdom (USA) + + + + Games + Bratz - The Movie (Scandinavia) (Sv,Da) + + + + Games + Disney-Pixar Brave (Scandinavia) (En,Sv,No,Da) + + + + Games + Thomas & Friends - Hero of the Rails (Scandinavia) (Sv,No,Da) + + + + Games + Wonder World Amusement Park (UK) + + + + Games + U-Sing 2 - Australian Edition (Australia) + + + + Games + Call of Duty - Modern Warfare 3 (Spain) + + + + Games + Disney Think Fast (Europe) (Es,It) + + + + Games + FIFA 11 (Europe) (De,Es,It) + + + + Games + Voz, La (Spain) + + + + Games + Voz Vol. 3, La (Spain) (En,Es) + + + + Games + Let's Sing 2017 (Europe) (En,Fr,De,Es,It) + + + + Games + Let's Sing 5 - Version Espanola (Spain) (En,Fr,De,Es,It) + + + + Games + Let's Sing 6 - Version Espanola (Spain) (En,Fr,De,Es,It) + + + + Games + Let's Sing 7 - Version Espanola (Spain) (En,Fr,De,Es,It) + + + + Games + Let's Sing 9 - Version Espanola (Spain) (En,Fr,De,Es,It) + + + + Games + 40 Principales, Los - Karaoke Party Vol. 2 (Spain) (En,Es) + + + + Games + Mi Experto en Vocabulario (Spain) + + + + Games + PES 2009 - Pro Evolution Soccer (Europe) (Es,It,Pt) + + + + Games + PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt) (Rev 1) + + + + Games + PES 2012 - Pro Evolution Soccer (Europe) (Es,It,Pt) + + + + Games + PES 2013 - Pro Evolution Soccer (Europe) (Es,It,Pt) + + + + Games + Supervivientes (Spain) + + + + Games + U-Sing 2 (Spain) + + + + Games + Gold's Gym - Cardio Workout (Australia) (En,Fr,Es) + + + + Games + Remington Super Slam Hunting - Africa (Australia) + + + + Games + Scarface - The World Is Yours (Australia) + + + + Games + Sesame Street - Cookie's Counting Carnival - The Videogame (Australia) + + + + Games + We Sing Down Under (Australia) + + + + Games + Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Rev 2) + + + + Games + SimCity Creator (Australia) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + MySims Kingdom (Australia) (En,Fr,De,Es,It,Nl,Pt,Sv,Fi,Pl,Cs,Hu) (Rev 1) + + + + Games + Offroad Extreme! (UK) + + + + Games + Disney-Pixar Toy Story 3 (Europe) (En,Es) (Rev 1) + + + + Games + Scene It Estrellas en la Pantalla Gigante (Spain) + + + + Games + Call of Duty - Black Ops (Italy) + + + + Games + PES 2010 - Pro Evolution Soccer (Europe) (Es,It,Pt) + + + + Games + Hooked! Again - Real Motion Fishing (USA) + + + + Games + Counter Force (Europe) + + + + Games + Need for Speed - ProStreet (Europe) (Es,It) + + + + Games + Just Dance 2019 (USA) (En,Fr,Es) + + + + Games + Mijn Dierenpension - Verzorg en Speel met de Leukste Dieren! (Netherlands) + + + + Games + Hannah Montana - The Movie (Europe) (Fr,Nl) + + + + Games + Arcade Zone (Europe) (En,Fr,De,Es,It) + + + + Games + Astro Boy - The Video Game (Europe) (En,Fr,De,Es,It) + + + + Games + Chicken Shoot (Europe) (En,Fr,De,Es,It) + + + + Games + Challenge Me - Word Puzzles (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Rise of the Guardians (Europe) (En,Fr,De,Es,It) + + + + Games + Kawasaki Quad Bikes (UK) + + + + Games + Hasbro Family Game Night (Scandinavia) + + + + Games + Padrino, Il - Blackhand Edition (Italy) + + + + Games + Bratz - Girlz Really Rock (Europe) (De,Es,It) + + + + Games + Bratz - The Movie (Europe) (Es,It) + + + + Games + Let's Sing 8 - Version Espanola (Spain) (En,Fr,De,Es,It) + + + + Games + Shin Chan - Las Nuevas Aventuras para Wii! (Spain) + + + + Games + Disney-Pixar WALL-E (Europe) (En,Es,Pt) + + + + Games + X-Men Origins - Wolverine (Europe) (De,Es,It) + + + + Games + Monopoly Collection (USA) (En,Fr) + + + + Games + GTI Club Supermini Festa! (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Naruto Shippuden - Clash of Ninja Revolution III - European Version (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Bob Esponja - Botes de Choque (Spain) (En,Es) + + + + Games + Simpsons Game, The (Europe) (Es,It) + + + + Games + X-Men - Destiny (Europe) + + + + Games + Nickelodeon Dora's Big Birthday Adventure (Europe) (En,Fr,Nl) + + + + Games + Pony Friends 2 (USA) (En,Fr,Es) + + + + Games + SCORE International Baja 1000 - The Official Game (USA) + + + + Games + Octomania (USA) + + + + Games + Shawn Johnson Gymnastics (USA) (En,Fr,Es) + + + + Games + Rooms - The Main Building (USA) (En,Fr,Es) + + + + Games + Kid Adventures - Sky Captain (USA) (En,Fr,Es) + + + + Games + Ju-on - The Grudge (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Pocoyo Racing (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Ben 10 - Galactic Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Crazy Mini Golf 2 (USA) + + + + Games + Mini Golf Resort (USA) + + + + Games + FlatOut (Europe) (En,Fr,Es) + + + + Games + Paard & Pony - Mijn Paardenstal - Al Jouw Ruiterdromen Komen Uit! (Netherlands) + + + + Games + Disney-Pixar Up (Italy) + + + + Games + Planet Basket 2009-2010 (Italy) + + + + Games + ACB Total 2010-2011 (Spain) + + + + Games + Disney-Pixar Up (Spain) + + + + Games + Guilty Gear XX Accent Core Plus (Europe) + + + + Games + Marvel Super Hero Squad (Europe) (Es,It) + + + + Games + Disney-Pixar Up (Europe) (Fr,Nl) + + + + Games + PES 2013 - Pro Evolution Soccer (Europe) (En,Nl,Sv,Ru,Tr) + + + + Games + DreamWorks Shrek e Vissero Felici e Contenti (Italy) + + + + Games + Godzilla - Unleashed (Europe) (En,Fr,De,Es,It) + + + + Games + Hasbro Family Party (Italy) + + + + Games + Naruto Shippuden - Dragon Blade Chronicles - European Version (Europe) (Fr,It) + + + + Games + PES 2011 - Pro Evolution Soccer (Europe) (Es,It,Pt) + + + + Games + Nickelodeon Go Diego Go! Great Dinosaur Rescue (Europe) (En,Fr,Nl) + + + + Games + Hunting Challenge (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + FIFA 08 (Europe) (Fr,De) + + + + Games + FIFA 09 - All-Play (Europe) (Fr,De) + + + + Games + PES 2010 - Pro Evolution Soccer (Europe) (Fr,De) + + + + Games + Disney Hannah Montana - Spotlight World Tour (Europe) (Fr,It) + + + + Games + Call of Duty - Modern Warfare 3 (France) + + + + Games + Tele 7 Jeux - Mots Fleches (France) + + + + Games + Sniper Elite (Europe) (En,Fr,De,Es,It) + + + + Games + Hardy Boys, The - The Hidden Theft (Europe) (En,Fr,De,Es) + + + + Games + Popstars (Germany) + + + + Games + Gesundheitscoach, Der (Germany) + + + + Games + Germany's Next Topmodel (Germany) + + + + Games + Disney-Pixar Ratatouille (Europe) (Es,Pt) + + + + Games + Real Madrid - The Game (Europe) (En,Fr,De,Es,It) + + + + Games + Era Glaciale 3, L' - L'Alba dei Dinosauri (Italy) + + + + Games + Rebel Raiders - Operation Nighthawk (France) (En,Fr,De,Es,It) + + + + Games + Barbie and the Three Musketeers (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Naruto - Clash of Ninja Revolution 2 - European Version (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance 4 (Europe) (En,Fr,De,Es,It) (Special Edition) + + + + Games + Disney Think Fast - The Quiz Game (Europe) (Fr,Nl) + + + + Games + Punch-Out!! (USA) (En,Fr,Es) (Rev 1) + + + + Games + Where the Wild Things Are (USA) (En,Fr,Es) + + + + Games + Call of Duty - Black Ops (Germany) + + + + Games + Call of Duty - Modern Warfare - Reflex (Germany) + + + + Games + Dead Space - Extraction (Germany) + + + + Games + Def Jam - Rapstar (Germany) (En,Fr,De,Es,It,Pt) + + + + Games + Galileo Mystery - Die Krone des Midas (Germany) + + + + Games + Tierbabys - Mein kleiner Welpe (Germany) + + + + Games + TV Total Events (Germany) + + + + Games + U-Sing (Germany) (Rev 1) + + + + Games + Water Sports (Germany) + + + + Games + We Sing Vol. 2 (Germany) (En,De) + + + + Games + Truck Racer (Europe) (En,Fr,De,Es,It) + + + + Games + Think - Logik Trainer (Germany) (En,De) + + + + Games + Disney Sing It - High School Musical 3 - Senior Year (Scandinavia) (En,Sv,No,Da) + + + + Games + Disney Sing It (Scandinavia) (En,Sv,No,Da) + + + + Games + Disney Bolt (Scandinavia) (En,Sv,No,Da) + + + + Games + DreamWorks Kung Fu Panda (Sweden) + + + + Games + Ben 10 - Ultimate Alien - Cosmic Destruction (USA) (En,Fr,Es) + + + + Games + Battle of Giants - Dinosaurs Strike (USA) (En,Fr,Es) + + + + Games + We Rock - Drum King (Europe) (En,Fr,De,Es,It) + + + + Games + Ontdekker en het Mysterie van de Diamanten Scarabee, De (Netherlands) (En,Nl) + + + + Games + Dave Mirra BMX Challenge (Europe) (En,Fr,De,Es,It) + + + + Games + Skyscraper (Europe) + + + + Games + Super Swing Golf (Europe) + + + + Games + Tournament of Legends (Europe) (En,Fr,De,Es,It) + + + + Games + Yu-Gi-Oh! 5D's - Master of the Cards (Europe) (En,Fr,De,Es,It) + + + + Games + Agatha Christie - Evil Under the Sun (USA) (En,Fr,Es) + + + + Games + We Sing 80s (USA) (En,Fr,Es) + + + + Games + Speed Zone (USA) + + + + Games + Step to the Beat (Europe) (En,Fr,De,Es,It) + + + + Games + Ice Age 2 - The Meltdown (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Transformers - The Game (Europe) (Fr,Es) + + + + Games + Myth Makers - Super Kart GP (UK) + + + + Games + Bratz - Girlz Really Rock (Europe) (En,Sv) + + + + Games + We Cheer (Europe) (En,Fr,De,Es,It) + + + + Games + Bratz Kidz (USA) (En,Fr,Es) + + + + Games + Destiny of Zorro, The (Europe) (En,Fr,De,Es,It) + + + + Games + DreamWorks Kung Fu Panda (Europe) (En,It) + + + + Games + Chuck E. Cheese's Super Collection (USA) + + + + Games + Disney Planes - Fire & Rescue (USA) (En,Fr,Es,Pt) + + + + Games + Dodge Racing - Charger vs Challenger (USA) (En,Fr,Es) + + + + Games + I Love Horses - Rider's Paradise (USA) + + + + Games + Ju-on - The Grudge - Haunted House Simulator (USA) (En,Fr,Es) + + + + Games + Maximum Racing - GP Classic Racing (USA) (En,Fr,Es) + + + + Games + Maximum Racing - Sprint Cars (USA) (En,Fr,Es) + + + + Games + My Horse & Me - Riding for Gold (USA) (En,Fr,Es) + + + + Games + Power Punch (USA) (En,Fr,Es) + + + + Games + Princess Isabella - A Witch's Curse (USA) + + + + Games + Super Sonic Racer (USA) (En,Fr,Es) + + + + Games + Free Running (USA) (En,Fr,Es) + + + + Games + Maximum Racing - Crash Car Racer (USA) (En,Fr,Es) + + + + Games + Rock'N'Roll Adventures (UK) + + + + Games + Chronicles of Narnia, The - Prince Caspian (Europe) (En,Es,Sv,No,Da) + + + + Games + Disney-Pixar Ratatouille (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Skylanders - Trap Team (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Skylanders - Swap Force (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Cooking Mama 2 - World Kitchen (Europe) (En,Fr,De,Es,It) + + + + Games + Oregon Trail, The (USA) + + + + Games + Thor - God of Thunder (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Captain America - Super Soldier (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar Cars - Mater-National Championship (Europe) (De,It) + + + + Demos + Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWE) + + + + Demos + Lost in Shadow (USA) (En,Fr,Es) (Demo) (DDWX) + + + + Demos + MySims Racing (Europe) (En,Fr,De,Es,It,Nl) (Demo) + + + + Games + Dream Salon (USA) (En,Fr) + + + + Games + Veggy World (USA) + + + + Games + Captain Morgane and the Golden Turtle (Europe) (Fr,It) + + + + Games + Billy the Wizard - Rocket Broomstick Racing (UK) + + + + Games + Red Steel 2 (UK) + + + + Demos + Deca Sports (USA) (Demo) + + + + Demos + Deca Sports 3 (USA) (En,Fr,Es) (Demo) + + + + Demos + We Cheer (USA) (Demo) + + + + Games + 101-in-1 Sports Party Megamix (USA) (En,Fr,Es) + + + + Games + Maximum Racing - Drag & Stock Racer (USA) (En,Fr,Es) + + + + Games + MySims Collection (USA) (En,Fr,Es) + + + + Games + Monster High - Scuola da Paura (Italy) (En,Fr,De,Es,It,Nl) + + + + Games + Disney Wreck-It Ralph (Europe) (En,Fr,De,Es,It,Nl,Sv) + + + + Games + Scene It Ciak! Si Gira! (Italy) + + + + Applications + DiscUpdate Disc (WiiMenu 3.0U) (USA) + + + + Games + Prova del Cuoco, La (Italy) + + + + Games + Let's Sing 2016 - Hits Francais (France) (En,Fr,De,Es,It) + + + + Games + Call of Duty - Black Ops (France) + + + + Games + Questions pour un Champion - Le Jeu Officiel (France) + + + + Games + Koh-Lanta (France) + + + + Games + My Horse Club - On the Trail of the Mysterious Appaloosa (Europe) (En,Nl) + + + + Games + Family Fortunes (UK) + + + + Games + Trivial Pursuit (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + Yoga (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Sports Resort (Japan) (Rev 2) + + + + Games + Wii Sports Resort (Japan) (Rev 3) + + + + Demos + Beyblade - Metal Fusion - Battle Fortress (USA) (En,Fr,Es) (Demo) + + + + Games + Just Dance 2 (Korea) + + + + Games + Tauneuro Nolleogayo - Dongmurui Sup (Korea) (Rev 1) + + + + Games + Mario Party 8 (Korea) + + + + Games + Chumchwora Made in Wario (Korea) + + + + Games + Mariowa Sonic Beijing Olympic (Korea) + + + + Games + CSI - Crime Scene Investigation - Fatal Conspiracy (Europe, Australia) (En,Fr,De,Es,It) + + + + Games + SPRay (Europe) (En,Fr,De,Es,It) + + + + Games + Despicable Me - The Game (Europe, Australia) (En,Fr,De,Es,It,Sv,No,Da,Fi) + + + + Games + Martian Panic (Europe) (En,Fr,De,Es,It) + + + + Games + Titanic Mystery (USA) + + + + Games + Truck Racer (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Pac-Man Party (Europe) (En,Fr,De,Es,It) + + + + Games + Skylanders - Trap Team (Latin America) (En,Fr,Es,Pt) + + + + Games + Skylanders - Swap Force (Latin America) (En,Fr,Es,Pt) + + + + Games + We Sing Encore (Sweden) + + + + Games + Call of Duty - World at War (Canada) + + + + Games + Springdale (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Ready Steady Cook - The Game (UK) + + + + Games + U-Sing 2 (Germany) + + + + Games + Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition) (Rev 1) + + + + Games + Family Party - 30 Great Games (Europe) (En,Fr,De,Es,It) + + + + Games + So Blonde - Back to the Island (Europe) (En,Fr,De,Es,It) + + + + Games + Schlag den Raab - Das 2. Spiel (Germany) + + + + Games + Scene It Ganz grosses Kino! (Germany) + + + + Games + Summer Stars 2012 (Europe) (En,Fr,De,Es,It) + + + + Games + Schlag den Raab - Das 3. Spiel (Germany) + + + + Games + Cooking Mama World - Babysitting Mama (Europe) (En,Fr,De,Es,It) + + + + Games + Dewy's Adventure (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon iCarly 2 - iJoin the Click! (Europe) (En,De,Es,It) + + + + Games + Nickelodeon Victorious - Taking the Lead (Europe) (En,Fr,De,Es,It) + + + + Games + Wii Sports (Japan) (Rev 1) + + + + Games + Ferrari - The Race Experience (Europe) (En,Fr,De,Es,It) + + + + Games + All Round Hunter (Europe) (En,Fr,De,Es,It) + + + + Games + Cloudy with a Chance of Meatballs (Europe) (En,Fr,De,Es,It) + + + + Games + Cocoto Surprise (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Disney G-Force (Europe) (De,It) + + + + Games + Disney-Pixar Cars (Europe) (De,It) + + + + Games + DreamWorks Shrek's Carnival Craze - Party Games (Europe) (Es,It,Nl) + + + + Games + Family Trainer - Magical Carnival (Europe) (En,Fr,De,Es,It) + + + + Games + FIFA 15 - Legacy Edition (Europe) (De,Es,It) + + + + Games + Great Party Games (Europe) (En,Fr,De,Es,It) + + + + Games + Hannah Montana - The Movie (Europe) (En,It) + + + + Games + Heathcliff! The Fast and the Furriest (Europe) (En,Fr,De,Es,It) + + + + Games + Let's Sing @ Radio Italia (Italy) (En,Fr,De,Es,It) + + + + Games + Need for Speed - Undercover (Europe) (Es,It) + + + + Games + Remington Great American Bird Hunt (Europe) (En,Fr,De,Es,It) + + + + Games + Surf's Up (Europe) (En,Fr,De,Es,It) + + + + Games + Legend of Sayuki (Europe) (En,Fr,Es,It) + + + + Games + Squeeballs Party (Europe) (En,Fr,De,Es,It) + + + + Games + Brunswick Pro Bowling (Europe) + + + + Games + Kidz Sports Ice Hockey (Europe) + + + + Games + Myth Makers - Trixie in Toyland (UK) + + + + Games + Nicktoons - Attack of the Toybots (UK) + + + + Games + Arctic Tale (Europe) (En,Fr,De,Es,It) + + + + Games + Scrabble Interactive (Europe) (En,Fr,Es) + + + + Games + Big Catch - Bass Fishing (Europe) (En,Fr,De,Es,It) + + + + Games + Cabela's Dangerous Hunts 2013 (Europe) (En,Fr,De,It) + + + + Games + Peppa Pig - Fun and Games (UK) + + + + Games + Walt Disney Pictures Presents Meet the Robinsons (Europe) (Fr,It) + + + + Games + Chrysler Classic Racing (Europe) (En,Fr,De,Es,It) + + + + Games + Goosebumps HorrorLand (Europe) + + + + Games + Clever Kids - Creepy Crawlies (Europe) (En,Fr,De,Es,It) + + + + Games + Cabela's Dangerous Adventures (Europe) + + + + Games + Ultimate Battle of the Sexes, The - Quiz & Play! (Europe) (En,Fr,De,Nl) + + + + Games + Fast Food Panic (Europe) (En,Fr,De,Es,It) + + + + Games + Country Dance 2 (Europe) + + + + Games + My Baby 2 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Family Party - Fitness Fun (Europe) (En,Fr,De,Es,It) + + + + Games + Get Fit with Mel B (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Nickelodeon Big Time Rush - Dance Party (Europe) + + + + Games + Mad Tracks (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Pirates vs. Ninjas - Dodgeball (Europe) (En,Fr,De,Es,It) + + + + Games + Glacier 3 (Europe) (En,Fr,Es) + + + + Games + Cabela's Big Game Hunter 2010 (Europe) + + + + Games + Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 1) + + + + Games + Fishing Master (Europe) (En,Fr,De,Es,It) + + + + Games + Radio Helicopter (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Tangled (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Hot Wheels - Track Attack (Brazil) (En,Es,Pt) + + + + Games + Barbie - Groom and Glam Pups (Brazil) (En,Es,Pt) + + + + Games + Go Vacation (Europe) (En,Fr,De,Es,It) + + + + Games + Carnival Games (USA) (Rev 1) + + + + Games + Voz, La - Quiero tu Voz (Spain) (En,Es) + + + + Games + drei Fragezeichen, Die - Das verfluchte Schloss (Germany) (Rev 1) + + + + Games + Pop! (Europe) (En,Fr,De,Es,It) + + + + Games + Disney High School Musical 3 - Senior Year Dance! (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + X Factor (France) (En,Fr,De,It,Nl) + + + + Games + Street Football (Europe) (En,Fr,It) + + + + Games + Night at the Museum 2 - The Video Game (Europe) (En,Fr,De) + + + + Games + Fluch der Osterinsel, Der (Germany) + + + + Games + Worms - Battle Islands (Europe) (En,Fr,De,Es,It) + + + + Games + Scene It Lumieres ! Action ! (France) + + + + Games + Freddi Fish - The Case of the Missing Kelp Seeds (Europe) (En,Fr,De,Nl,Sv,No) + + + + Games + Pony Friends 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Colin McRae - Dirt 2 (Europe) (En,Fr,De,Es,It) + + + + Games + AMF Bowling World Lanes (Europe) (En,Fr,De,Es,It) + + + + Games + Classic British Motor Racing (Europe) + + + + Games + Pajama Sam - No Need to Hide When It's Dark Outside (Europe) (En,Fr,De,Nl) + + + + Games + Deal or No Deal - Der Banker schlaegt zurueck (Germany) + + + + Games + Paint Works (Europe) (En,Fr,De,Es,It) + + + + Games + Calvin Tucker's Redneck Jamboree (Europe) (En,Fr,De,Es,It) + + + + Games + Tierliebe - Gross Geschrieben (Europe) (De,It) + + + + Games + WWE SmackDown vs. Raw 2008 (Europe) (En,De,Es,It) + + + + Games + Play the World (Europe) (En,Fr,De,Es,It) + + + + Games + Winter Sports 2010 - The Great Tournament (Europe) (En,Fr,De,Es,It) + + + + Games + Trivial Pursuit - Bet You Know It (Europe) (En,Fr,De) + + + + Games + Aladin Magic Racer (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Busy Scissors (Europe) (En,Fr,De,Es,It) + + + + Games + Crazy Machines (Europe) (En,Fr,De,Es,It) + + + + Games + ATV Fever (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Bauernhof, Der (Germany) + + + + Games + Hot Wheels - Track Attack (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Junior Fitness Trainer (Europe) (En,Fr,De,Es,It) + + + + Games + Crash Car Racer (Europe) (En,Fr,De,Es,It) + + + + Games + Pucca's Race for Kisses (Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da) + + + + Games + Games Island (Europe) (En,Fr,De,Es,It) + + + + Games + Winter Sports 2011 - Go for Gold (Europe) (En,Fr,De,Es,It) + + + + Games + PES 2011 - Pro Evolution Soccer (Europe) (Fr,De,El) + + + + Games + Country Dance (Europe) + + + + Games + We Sing Pop! (Europe) (En,Fr,De,Es,It) + + + + Games + We Sing (Europe) (En,Fr,De,Es,It) + + + + Games + Dance Dance Revolution - Hottest Party 5 (Europe) (En,Fr,De,Es,It) + + + + Games + Wicked Monsters Blast! (Europe) (En,Fr,De,Es,It) + + + + Games + Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 1) + + + + Games + Tales of Symphonia - Ratatosk no Kishi (Japan) (Rev 1) + + + + Games + U-Sing (Spain) (Rev 2) + + + + Games + Think - Logic Trainer (Europe) (En,De,Es) + + + + Games + Skylanders - Trap Team (Europe, Australia) (En,De) + + + + Games + Skylanders - Spyro's Adventure (Europe, Australia) (En,Fr,De,Es,It,Nl) (Rev 3) + + + + Games + Boom Blox (Korea) + + + + Games + De Blob - Color Revolution (Korea) + + + + Games + Elebits (Korea) + + + + Games + Mario Kart Wii (Korea) + + + + Games + Milestone Shooting Collection - Karous Wii (Korea) + + + + Games + Modu Hamkke Takoron (Korea) + + + + Games + Ninja Reflex (Korea) + + + + Games + Super Mario Wii - Galaxy Adventure (Korea) + + + + Games + Super Paper Mario (Korea) + + + + Games + Wii Party (Korea) + + + + Games + Wii Sports Resort (Korea) (Rev 1) + + + + Games + Zack & Wiki - Barbarosui Bomul (Korea) + + + + Games + Baramui Klonoa - Door to Phantomile (Korea) + + + + Games + Biohazard - The Umbrella Chronicles (Korea) + + + + Games + Disney-Pixar WALL-E (Korea) + + + + Games + Namco Museum Remix (Korea) + + + + Games + Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Korea) + + + + Games + Pikmin (Korea) + + + + Games + Rayman - Raving Rabbids 2 (Korea) + + + + Games + SimCity Namanui Dosi (Korea) + + + + Games + Sin Junghwa-daeseon - Michaelgwa Meimeiui Moheom (Korea) + + + + Games + Super Mario Collection (Korea) + + + + Games + Swing Golf Pangya 2nd Shot! (Korea) + + + + Games + Wario Land Shaking (Korea) + + + + Games + Wii Fit Plus (Korea) + + + + Games + Wii Music (Korea) + + + + Games + Disney-Pixar Brave (Australia) (En,Fr,Es) + + + + Games + Dogz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Let's Sing 10 (Spain) (En,Fr,De,Es,It) + + + + Demos + Kororinpa 2 - Anthony to Kin'iro Himawari no Tane (Japan) (Otameshiban) + + + + Games + Pokemon Battle Revolution (Japan) (Rev 2) + + + + Games + Cabela's Big Game Hunter (Europe) + + + + Games + WWE SmackDown vs. Raw 2009 (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Arthur and the Revenge of Maltazard (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Pet Pals - Animal Doctor (Europe) (En,Fr,De,Es) + + + + Games + Mon Coach Personnel - J'enrichis Mon Vocabulaire (France) + + + + Games + Nickelodeon Dora the Explorer - Dora Saves the Snow Princess (UK) + + + + Games + Rayman - Raving Rabbids (USA) (En,Fr,Es) (Rev 2) + + + + Games + Def Jam - Rapstar (UK) (En,Fr,De,Es,It,Pt) + + + + Games + Myth Makers - Orbs of Doom (UK) + + + + Games + Spider-Man - Friend or Foe (Europe) + + + + Games + Monster Trux Offroad (UK) + + + + Games + Alvin and the Chipmunks - The Squeakquel (Europe) (En,Fr,De) + + + + Games + Build-A-Bear Workshop - A Friend Fur All Seasons (Europe) (En,Fr,Da) + + + + Games + Cake Mania - In the Mix! (Europe) (En,Fr,De) + + + + Games + DreamWorks The Croods - Prehistoric Party! & Rise of the Guardians - Combo Pack (Europe) (En,Fr,De,Es,It) + + + + Games + Adibou et les Saisons Magiques (Europe) (Fr,De) + + + + Games + Chaos a la Maison (France) + + + + Games + Des Chiffres & Des Lettres - Le Jeu Officiel (France) + + + + Games + Code de la Route (France) + + + + Games + Cuisine Party (France) + + + + Games + Dance Sensation! (Europe) (En,Fr,De,Es,It) + + + + Games + Def Jam - Rapstar (France) (En,Fr,De,Es,It,Pt) + + + + Games + Disney-Pixar Cars - Race-O-Rama (Europe) (Fr,De) + + + + Games + Entraineur Cerebral et Sportif, L' (France) + + + + Games + Happy Neuron Academy (Europe) (En,Fr,De) + + + + Games + Hidden Mysteries - Titanic (Europe) (En,Fr,It) + + + + Games + Intervilles - Le Jeu Officiel (France) + + + + Games + Kid Paddle - Lost in the Game (France) + + + + Games + Mon Premier Karaoke (France) + + + + Games + MX vs. ATV Extreme Limite (France) + + + + Games + NBA Live 09 - All-Play (France) + + + + Games + Nick Jr. Go Diego Go! Safari Rescue (France) (En,Fr) + + + + Games + Parrain, Le - Pouvoir et Manipulation (France) + + + + Games + Petanque Master (France) (En,Fr) + + + + Games + Petanque Pro (France) + + + + Games + Quiz Party (France) + + + + Games + Real Stories - Mission Equitation (France) + + + + Games + Real Stories - Veterinaire (France) + + + + Games + RTL Biathlon 2009 (France) (En,Fr) + + + + Games + Spirit of the Wolf, The (France) (En,Fr) + + + + Games + Tiger Woods PGA Tour 07 (France) + + + + Games + Titeuf - Le Film (France) + + + + Games + Tournoi des Celebrites, Le (France) + + + + Games + U-Sing (France) (Rev 1) + + + + Games + U-Sing 2 (France) + + + + Games + U-Sing - Johnny Hallyday (France) + + + + Games + Voice, The - La Plus Belle Voix (France) + + + + Games + Warning - Code de la Route (France) (Rev 1) + + + + Games + Water Sports (France) (En,Fr) + + + + Games + Winter Sports 2009 - The Next Challenge (France) (En,Fr) + + + + Games + Zumba Fitness Core (France) (En,Fr,De,Es,It,Nl) + + + + Games + Biohazard - The Darkside Chronicles (Korea) + + + + Games + Dance Party Club Hits (Europe) (En,Fr,De,Es,It) + + + + Games + Horrid Henry - Missions of Mischief (Europe) (En,Fr,De,Es,It) + + + + Games + I'm a Celebrity...Get Me Out of Here! (UK) + + + + Games + Musiic Party - Rock the House (UK) (En,Fr,De,Es,It) + + + + Games + Crown of Midas, The (Europe) (En,Fr,Es,It) + + + + Applications + Wii Menu Install Disc (Ver. 1) (World) + + + + Games + Circus (Europe) (En,Fr,De,Es,It) + + + + Games + We Wish You a Merry Christmas (Europe) + + + + Games + Turbo Trainz (Europe) (En,Fr,De,Es,It) + + + + Games + Mahjong Fight Club Wii - Wi-Fi Taiou (Japan) (Rev 2) + + + + Games + ExerBeat - Gym Class Workout (Europe) (En,Fr,De,Es,It) + + + + Games + NewU Fitness First Personal Trainer (Australia) (En,Fr,De,Es,It) + + + + Games + Gummy Bears - MiniGolf (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + Attack of the Movies 3-D (Europe) (En,Fr,De,Es,It) + + + + Games + Titanic Mystery (Europe) (En,Fr,De,Nl) (Rev 1) + + + + Games + Hidden Mysteries - Titanic (UK) + + + + Games + Dodge Racing - Charger vs Challenger (Europe) (En,Fr,De,Es,It) + + + + Games + PSA World Tour Squash 2015 (Europe) (En,Fr,De,Es,It) + + + + Games + My Personal Golf Trainer with IMG Academies and David Leadbetter (Europe) + + + + Games + Skylanders - Swap Force (Europe) (Es,It) (Rev 1) + + + + Games + Just Dance 3 (Europe) (En,Fr,De,Es,It) (Special Edition) + + + + Games + Peppa Pig - The Game (Europe) (En,Fr,De) + + + + Games + Build-A-Bear Workshop - Friendship Valley (Denmark) (En,Fr,Es,Da) + + + + Games + Challenge Me - Brain Puzzles 2 (Europe) (En,Fr,De,Es,It) (Rev 2) + + + + Games + Family Game Night 4 - The Game Show (Europe) + + + + Games + My First Songs (Europe) + + + + Games + Family Quiz (Europe) + + + + Games + Fritz Chess (Europe) (En,Fr,De,Es,It) + + + + Games + Kawasaki Snow Mobiles (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Catz (Scandinavia) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + Mahjong Party Pack (Europe) (En,Fr,Es,It) + + + + Games + Cube, The (Europe) (En,Es,It) + + + + Games + Nickelodeon Dance 2 (Europe) (En,Fr,Es,Nl) + + + + Games + Deal or No Deal - The Banker Is Back (UK) + + + + Games + Power Rangers Samurai (Europe) (En,Fr,De,Es,It) + + + + Games + Voice, The (Europe) + + + + Games + Kidz Sports Ice Hockey (Australia) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Kidz Sports Crazy Mini Golf 2 (UK) + + + + Games + Mary King's Riding School 2 (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon Ni Hao, Kai-Lan - Super Game Day (Europe) + + + + Games + Athletic Piggy Party (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + World Sports Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) + + + + Games + U-Sing (France) + + + + Games + Safari Adventures - Africa (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Cocoto Kart Racer (Europe) (En,Fr,De,Es,It) + + + + Games + Disney Princess - Enchanted Journey (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + MotoGP (Europe) (En,Fr,De,Es,It) + + + + Games + Diva Ballerina (Europe) (En,Fr,De,Es,It) + + + + Games + Ram Racing (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Chevrolet Camaro - Wild Ride (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Junior League Sports (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Monopoly Collection (Europe) (En,Fr) + + + + Games + Saddle Club, The (Europe) (En,Fr,De,Es,It) + + + + Games + Jewel Quest Trilogy (Europe) + + + + Games + Nickelodeon Fit (Australia) + + + + Games + Disney Bolt (Russia) + + + + Games + Disney G-Force (Russia) + + + + Games + Ultimate Band (Russia) + + + + Games + Disney-Pixar WALL-E (Russia) + + + + Games + X-Men Origins - Wolverine (USA) (En,Fr) (Rev 1) + + + + Games + Alien Monster Bowling League (Europe) (En,Fr,De,Es,It) + + + + Games + Family Fishing (Japan) (Rev 1) + + + + Games + Impossible Mission (Europe) (En,Fr,De,Es,It) + + + + Games + Tiger Woods PGA Tour 12 (Europe) + + + + Games + Disney Sing It - Family Hits (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Mario Power Soccer (Korea) + + + + Games + Teolsil Kirby Iyagi (Korea) + + + + Games + LEGO Batman 2 - DC Super Heroes (Korea) + + + + Games + Mariowa Sonic Vancouver Donggye-olympic (Korea) + + + + Games + No More Heroes (Korea) + + + + Games + Spellbound Party (Europe) (En,Fr,De,Es,It) + + + + Games + Just Dance 2019 (Europe, Australia) (En,Fr,De,Es,It,Nl) + + + + Games + My Pet Hotel (Europe) (En,Fr,De,Es,It) + + + + Games + Animal Planet - Vet Life (Europe) (En,De,Es,It) + + + + Games + Thomas & Friends - Hero of the Rails (UK) + + + + Games + We Sing 80s (Europe) (En,Fr,De,Es,It) + + + + Games + We Sing 80s (Germany) (En,De) + + + + Games + We Sing Deutsche Hits (Germany) (En,De) + + + + Games + We Sing Deutsche Hits 2 (Germany) (En,De) + + + + Games + 2 in 1 - Meine Tierpension + Meine Tiersprechstunde (Germany) + + + + Games + Mini Golf Resort (Europe) (En,Fr,De,Nl) + + + + Games + Bob the Builder - Festival of Fun (Europe) (En,Fr,De,Es,Nl) + + + + Games + Sam & Max - Season One (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Greg Hastings Paintball 2 (Europe) + + + + Games + Mini Golf Resort (Germany) + + + + Games + Agent Hugo - Hula Holiday (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Movie Studios Party (Europe) (En,Fr,De,Es,It,Nl,Sv,No,Da) (Rev 1) + + + + Games + Bratz - Girlz Really Rock (Scandinavia) (No,Da) + + + + Games + Trivial Pursuit (Scandinavia) (Sv,No,Da,Fi) + + + + Games + Remington Super Slam Hunting - North America (Australia) + + + + Games + AFL - Game of the Year Edition (Australia) + + + + Games + Tom Clancy's Splinter Cell - Double Agent (Europe) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Barbie - Groom and Glam Pups (UK, Australia) (En,Fr,De,Es,It,Nl) (SB9Y) + + + + Games + Nickelodeon Dance 2 (Australia) + + + + Games + FIFA 09 - All-Play (Russia) + + + + Games + Rayman - Raving Rabbids 2 (Russia) + + + + Games + Disney-Pixar Toy Story 3 (Russia) + + + + Games + Harry Potter and the Order of the Phoenix (Europe) (Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Let's Sing 2018 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It) + + + + Games + Let's Sing 2019 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It) + + + + Games + Barbie - Jet, Set & Style! (USA) (En,Fr,Es) (Rev 1) + + + + Games + Let's Sing 2017 - Hits Francais et Internationaux (France) (En,Fr,De,Es,It) + + + + Games + Let's Sing 2018 (Europe) (En,Fr,De,Es,It) + + + + Games + Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + FIFA 10 (Russia) + + + + Games + Carnival Games (USA) (Rev 2) + + + + Games + Cooking Mama - World Kitchen (USA) (Rev 1) + + + + Games + 2010 FIFA World Cup South Africa (Korea) + + + + Games + Call of Duty - World at War (Korea) + + + + Games + Cooking Mama (Korea) + + + + Games + DreamWorks Kung Fu Panda (Korea) + + + + Games + Family Ski & Snowboard (Korea) + + + + Games + Just Dance 3 (Korea) + + + + Games + Need for Speed - ProStreet (Korea) + + + + Games + Red Steel 2 (Korea) + + + + Games + Soulcalibur Legends (Korea) + + + + Games + Tiger Woods PGA Tour 08 (Korea) + + + + Games + Valhalla Knights - Eldar Saga (Korea) + + + + Games + Wii Fit (Korea) + + + + Games + Survivor (Europe, Australia) (En,Sv,No,Da) + + + + Games + Let's Sing 2019 - Mit Deutschen Hits (Germany) (En,Fr,De,Es,It) + + + + Games + Agent Hugo - Lemoon Twist (Scandinavia) (En,Sv,No,Da,Fi) + + + + Games + Byeorui Kirby Wii (Korea) + + + + Games + FaceBreaker K.O. Party (Korea) + + + + Games + FIFA 08 (Korea) + + + + Games + FIFA 09 - All-Play (Korea) + + + + Games + Metal Slug Complete (Korea) + + + + Games + Need for Speed - Undercover (Korea) + + + + Games + King of Fighters Collection, The - The Orochi Saga (Korea) + + + + Games + Tiger Woods PGA Tour 09 - All-Play (Korea) + + + + Games + Transformers - The Game (Korea) + + + + Applications + FreeLoader for Nintendo Wii (USA) (Unl) (Rev 1) + + + + Applications + FreeLoader for Nintendo Wii (Japan) (Unl) + + + + Games + Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea) (Rev 1) + + + + Games + Disney Epic Mickey 2 - The Power of Two (Korea) + + + + Games + Mariowa Sonic London Olympic (Korea) + + + + Games + Rhythm Sesang Wii (Korea) + + + + Games + Tiger Woods PGA Tour 10 (Korea) + + + + Applications + FreeLoader for Nintendo Wii (Europe) (Unl) (Rev 1) + + + + Games + Just Dance 2020 (Europe) (En,Fr,De,Es,It,Nl) + + + + Games + Just Dance 2020 (USA) (En,Fr,Es) + + + + Games + Guitar Hero III - Legends of Rock (Korea) + + + + Games + Myeongtamjeong Conan - Chueogui Hwansang (Korea) (Rev 1) + + + + Games + MySims Simdeurui Wangguk (Korea) + + + + Games + Rayman - Raving Rabbids - TV Party (Korea) + + + + Games + Samurai Spirits - 6beonui Seungbu (Korea) + + + + Games + Super Mario Wii 2 - Galaxy Adventure Together (Korea) + + + + Games + Wii Remocon Plusro Jeulgineun - Variety Game Box (Korea) + + + + Games + Wiiro Dahamkke! Mallangmallang Dunoegyosil (Korea) + + + + Games + Bomberman Land Wii (Japan) (Rev 1) + + + + Games + Dairantou Smash Brothers X (Japan) (Rev 1) + + + + Games + 101-in-1 Party Megamix Wii (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Demos + Legend of Zelda, The - Skyward Sword (Europe) (En,Fr,De,Es,It) (Demo) + + + + Games + Reload (Australia) + + + + Games + Family Fishing (Korea) + + + + Games + FIFA 10 (Korea) + + + + Games + Harry Potter-wa Honhyeol-Wangja (Korea) + + + + Games + Wii Sports Resort (Korea) + + + + Games + Iron Man 2 (USA) (En,Fr,Es) (Walmart) + + + + Games + Ben 10 - Galactic Racing (USA) (En,Fr,Es) (Rev 1) + + + + Games + Rayman - Raving Rabbids - TV Party (USA) (En,Fr,Es) (Rev 1) + + + + Games + Disney Pirates of the Caribbean - At World's End (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + Retro City Rampage DX (Europe) (En,Fr,De,Es,It) + + + + Games + Shakedown - Hawaii (Europe) + + + + Games + Nickelodeon Dance (USA) (En,Fr,Es) (Rev 1) + + + + Games + Need for Speed - ProStreet (USA, Canada) (Rev 1) + + + + Games + Barbie as the Island Princess (USA) (Rev 1) + + + + Games + Just Dance 2019 (Europe) (En,Fr,De,Es,It,Nl) (Rev 1) + + + + Games + FIFA 09 - All-Play (Canada) (En,Fr) + + + + Games + Just Dance 3 (USA) (En,Fr,Es) (Best Buy) + + + + Games + Just Dance 3 (USA) (En,Fr,Es) (Target) + + + + Games + Just Dance 2019 (USA) (En,Fr,Es) (Rev 1) + + + + Applications + Netflix (USA) (Rev 3) + + + + Games + U-Sing (Europe) (En,Nl) (Rev 2) + + + + Games + Barbie - Jet, Set & Style! (Australia) (En,Fr,Es) (S3EX) + + + + Games + Nickelodeon Dora's Big Birthday Adventure (USA) (En,Fr) (Rev 1) + + + + Games + Skylanders - Swap Force (Europe) (Fr,Nl) (Rev 1) + + + + Games + Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Rev 1) + + + + Games + Skylanders - Spyro's Adventure (USA) (En,Fr) (Rev 1) + + + + Games + Disney-Pixar WALL-E (USA) (En,Fr,Es) (Rev 2) + + + + Games + Hot Wheels - Track Attack (USA) (En,Fr,Es) (Rev 1) + + + + Games + Skylanders - Trap Team (Europe) (En,De) (Rev 1) + + + + Games + Disney-Pixar WALL-E - Der Letzte raeumt die Erde auf (Germany) (Rev 1) + + + + Games + Skylanders - Trap Team (Europe) (Fr,Nl) (Rev 1) + + + + Games + Night at the Museum - Battle of the Smithsonian - The Video Game (USA) (Rev 1) + + + + Games + Skylanders - Trap Team (USA) (En,Fr) (Rev 1) + + + + Games + Wii Party (Japan) (Rev 1) + + + + Games + DreamWorks Kung Fu Panda 2 (USA) (En,Fr) (SKUZ) + + + + Games + Disney-Pixar WALL-E (Australia) (Rev 1) + + + + Games + Super Karts (Australia) (En,Fr,De,Es,It) (Rev 1) + + + + Games + Madden NFL 09 - All-Play (USA) (Rev 1) + + + + Applications + Auto Erase Disc (USA) + + + + Games + Dance! It's Your Stage (Spain) + + + + Games + DreamWorks Shrek the Third (USA) (Rev 1) + + + + Games + Skylanders - Trap Team (Europe) (Es,It) (Rev 1) + + + + Games + Skylanders - Spyro's Adventure (Scandinavia) (Sv,No,Da,Fi) (Rev 3) + + + + Games + Luxor 3 (USA) (Rev 2) + + + + Demos + PES 2008 - Pro Evolution Soccer (Europe) (En,Fr,De,Es,It,Pt) (Demo) + + + + Demos + Just Dance (USA) (En,Fr,Es) (Demo) + + + + Demos + Boom Blox (Europe) (En,Fr,De,Es,It) (Demo) + + + + Preproduction + Space Station Tycoon (USA) (Proto) (2007-07-07) + + + + Preproduction + Active Life - Magical Carnival (USA) (Beta) (2011-11-07) + + + + Preproduction + Alien Syndrome (USA) (Beta) (2007-05-21) + + + + Preproduction + Astro Boy - The Video Game (USA) (Beta) (2009-07-27) + + + + Preproduction + Bomberman Land (USA) (Beta) (2007-11-06) + + + + Preproduction + Boogie (USA) (Beta) (2007-06-26) + + + + Preproduction + Boogie (USA) (Beta) (2007-07-02) + + + + Preproduction + Brave - A Warrior's Tale (USA) (Beta) (2009-04-03) + + + + Preproduction + Castle of Shikigami III (USA) (Beta) (2008-02-12) + + + + Preproduction + Castlevania Judgment (USA) (Beta) + + + + Preproduction + Cate West - The Vanishing Files (USA) (Beta) + + + + Preproduction + Chuck E. Cheese's Party Games (USA) (Beta) (2010-05-10) + + + + Preproduction + City Builder (USA) (Beta) (2009-11-24) + + + + Preproduction + Code Lyoko - Quest for Infinity (USA) (Beta) (2007-09-21) + + + + Preproduction + Crash - Mind over Mutant (USA) (Beta) (2008-07-16) + + + + Preproduction + Crash - Mind over Mutant (USA) (Beta) (2008-09-22) + + + + Preproduction + Ookami (USA) (Beta) (2008-02-06) + + + + Preproduction + Zack & Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-09-07) + + + + Preproduction + Zack & Wiki - Quest for Barbaros' Treasure (USA) (Beta) (2007-08-16) + + + + Preproduction + Disney-Pixar Cars - Mater-National Championship (USA) (Beta) + + + + Preproduction + Dance Dance Revolution (USA) (Beta) (2010-09-03) + + + + Preproduction + Deca Sports (USA) (Beta) (2008-01-29) + + + + Preproduction + Destroy All Humans! Big Willy Unleashed (USA) (Beta) + + + + Preproduction + Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-07-01) + + + + Preproduction + Dragon Ball Z - Budokai Tenkaichi 3 (USA) (Beta) (2007-09-19) + + + + Preproduction + Escape from Bug Island (USA) (Beta) (2007-03-28) + + + + Preproduction + FIFA 08 (USA) (Beta) (2007-07-13) + + + + Preproduction + FIFA 09 - All-Play (USA) (Beta) (2008-07-04) + + + + Preproduction + FIFA 10 (USA) (Beta) (2009-06-30) + + + + Preproduction + Final Fantasy Crystal Chronicles - My Life as a King (USA) (Beta) + + + + Preproduction + Final Fantasy Crystal Chronicles - The Crystal Bearers (USA) (Beta) (2009-10-05) + + + + Preproduction + Fishing Master World Tour (USA) (Beta) (2008-11-14) + + + + Preproduction + Food Network - Cook or Be Cooked! (USA) (Beta) (2009-07-20) + + + + Preproduction + Fragile Dreams - Farewell Ruins of the Moon (USA) (Beta) (2009-12-10) + + + + Preproduction + Godzilla - Unleashed (USA) (Beta) (2007-09-19) + + + + Preproduction + Guilty Gear XX Accent Core (USA) (Beta) (2007-07-06) + + + + Preproduction + Harry Potter and the Order of the Phoenix (USA) (Beta) (2007-05-19) + + + + Preproduction + Harvey Birdman - Attorney at Law (USA) (Beta) (2007-06-10) + + + + Preproduction + Hasbro Family Game Night 3 (USA) (Beta) (2010-07-12) + + + + Preproduction + Iron Man (USA) (Beta) (2008-03-12) + + + + Preproduction + Karaoke Revolution (USA) (Beta) (2009-08-21) + + + + Preproduction + Karaoke Revolution Glee (USA) (Beta) (2010-07-21) + + + + Preproduction + Karaoke Revolution Glee (USA) (Beta) (2010-08-02) + + + + Preproduction + Karaoke Revolution Presents - American Idol Encore 2 (USA) (Beta) (2008-08-25) + + + + Preproduction + LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-10) + + + + Preproduction + LEGO Indiana Jones 2 - The Adventure Continues (USA) (Beta) (2009-08-17) + + + + Preproduction + LEGO Star Wars - The Complete Saga (Europe) (Beta) + + + + Preproduction + Let's Tap (USA) (Beta) (2009-03-03) + + + + Preproduction + Line Rider 2 - Unbound (USA) (Beta) (2008-08-05) + + + + Preproduction + Little King's Story (USA) (Beta) + + + + Preproduction + Little King's Story (Europe) (Beta) (2009-02-03) + + + + Preproduction + Little King's Story (USA) (Beta) (2009-03-17) + + + + Preproduction + Ousama Monogatari (Japan) (Beta) (2009-08-08) + + + + Preproduction + Medal of Honor - Heroes 2 (USA) (Beta) (2007-10-17) + + + + Preproduction + Mercury Meltdown Revolution (USA) (Beta) (2007-05-02) + + + + Preproduction + MotoGP (USA) (Beta) (2009-01-06) + + + + Preproduction + Mushroom Men - The Spore Wars (USA) (Beta) (2008-08-26) + + + + Preproduction + Mushroom Men - The Spore Wars (USA) (Beta) (2008-09-23) + + + + Preproduction + MySims (USA) (Beta) (2007-07-24) + + + + Preproduction + MySims (USA) (Beta) (2007-07-29) + + + + Preproduction + Naruto - Clash of Ninja Revolution 2 (USA) (Beta) (2008-09-04) + + + + Preproduction + NBA Live 08 (USA) (Beta) (2007-07-09) + + + + Preproduction + NBA Live 08 (USA) (Beta) (2007-08-07) + + + + Preproduction + Need for Speed - ProStreet (USA) (Beta) (2007-10-03) + + + + Preproduction + Neopets - Puzzle Adventure (USA) (Beta) (2008-10-13) + + + + Preproduction + Nights - Journey of Dreams (USA) (Beta) (2007-09-13) + + + + Preproduction + Nights - Journey of Dreams (USA) (Beta) (2007-11-07) + + + + Preproduction + Nitrobike (USA) (Beta) (2007-09-17) + + + + Preproduction + No More Heroes (USA) (Beta) (2007-11-14) + + + + Preproduction + Obscure - The Aftermath (USA) (Beta) (2008-01-22) + + + + Preproduction + Shonen Jump One Piece - Unlimited Adventure (USA) (Beta) + + + + Preproduction + Onslaught (USA) (Beta) (2009-02-14) + + + + Preproduction + Order Up! (USA) (Beta) (2008-05-02) + + + + Preproduction + PES 2008 - Pro Evolution Soccer (USA) (Beta) + + + + Preproduction + Pet Pals - Animal Doctor (USA) (Beta) (2008-09-17) + + + + Preproduction + Pirates - The Key of Dreams (USA) (Beta) (2008-05-08) + + + + Preproduction + Pit Crew Panic! (USA) (Beta) (2008-12-02) + + + + Preproduction + Prince of Persia - Rival Swords (USA) (Beta) (2007-03-02) + + + + Preproduction + Rayman - Raving Rabbids 2 (USA) (Beta) (2007-09-01) + + + + Preproduction + Ready 2 Rumble - Revolution (USA) (Beta) (2008-12-29) + + + + Preproduction + Resident Evil - The Darkside Chronicles (USA) (Beta) (2009-09-02) + + + + Preproduction + Resident Evil - The Umbrella Chronicles (USA) (Beta) (2007-08-16) + + + + Preproduction + Rubik's World (USA) (Beta) + + + + Preproduction + Rygar - The Battle of Argus (USA) (Beta) + + + + Preproduction + SimCity Creator (Europe) (Beta) (2008-06-21) + + + + Preproduction + Star Wars - The Force Unleashed II (Europe) (Beta) (2010-07-14) + + + + Preproduction + Sims 2, The - Castaway (Europe) (Beta) (2007-08-20) + + + + Preproduction + Sam & Max - Season One (USA) (Beta) + + + + Preproduction + Samurai Warriors - Katana (USA) (Beta) (2007-10-26) + + + + Preproduction + Shaun White Snowboarding - Road Trip (USA) (Beta) + + + + Preproduction + Shiren the Wanderer (USA) (Beta) + + + + Preproduction + Skate It (USA) (Beta) (2008-09-02) + + + + Preproduction + Ski-Doo Snowmobile Challenge (USA) (Beta) + + + + Preproduction + SPRay (USA) (Beta) + + + + Preproduction + Spyborgs (USA) (Beta) (2009-06-30) + + + + Preproduction + SSX Blur (USA) (Beta) (2007-01-22) + + + + Preproduction + Conduit, The (USA) (Beta) (2009-05-29) + + + + Preproduction + Godfather, The - Blackhand Edition (USA) (Beta) (2007-01-24) + + + + Preproduction + Legend of Spyro, The - The Eternal Night (USA) (Beta) (2007-08-22) + + + + Preproduction + Munchables, The (USA) (Beta) + + + + Preproduction + Sims 3, The (USA) (Beta) (2010-07-13) + + + + Preproduction + Tiger Woods PGA Tour 07 (USA) (Beta) (2007-01-17) + + + + Preproduction + Tiger Woods PGA Tour 08 (USA) (Beta) (2007-07-11) + + + + Preproduction + Lara Croft Tomb Raider - Anniversary (USA) (Beta) (2007-09-20) + + + + Preproduction + Trauma Center - New Blood (USA) (En,Ja) (Beta) (2007-10-02) + + + + Preproduction + Wacky World of Sports (USA) (Beta) (2009-03-25) + + + + Preproduction + Disney-Pixar WALL-E (USA) (Beta) + + + + Preproduction + We Love Golf! (USA) (Beta) (2008-04-17) + + + + Preproduction + We Love Golf! (USA) (Beta) (2008-03-05) + + + + Preproduction + We Ski (USA) (Beta) + + + + Preproduction + We Ski & Snowboard (USA) (Beta) + + + + Preproduction + WWE SmackDown vs. Raw 2009 (USA) (Beta) + + + + Preproduction + Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-06-30) + + + + Preproduction + Yu-Gi-Oh! 5D's - Duel Transer (USA) (Beta) (2010-07-15) + + + + Games + Deca Sporta - Wiiro Jeulgineun Sports 10 Jongmok! (Korea) + + + + Demos + Wii Fit (Japan) (Taikenban) + + + + Applications + FreeLoader for Nintendo Wii (USA) (Unl) + + + + Demos + Food Network - Cook or Be Cooked! (USA) (Demo) + + + + Games + Disney Sing It (Russia) (En,Ru) + + + + Preproduction + Project Treasure Island Z (USA) (En,Ja) (Beta) (2007-05-01) + + + + Games + We Cheer (USA) (En,Fr,Es) (Rev 1) + + + + Games + Machi e Ikou yo - Doubutsu no Mori (Japan) (Rev 2) + + + + Preproduction + Sonic Riders - Zero Gravity (USA) (Beta) (2007-10-16) + + + + Preproduction + Horrible Histories - Ruthless Romans (Europe) (En,Fr,De,Es,It) (Beta) (2009-03-17) + + +
diff --git a/redump_dat/README.txt b/redump_dat/README.txt new file mode 100644 index 0000000..c6c5751 --- /dev/null +++ b/redump_dat/README.txt @@ -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. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1ee59db..6a13fd2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,6 +24,8 @@ add_executable ( friidump friidump.c + redump_dat.c + redump_dat.h ${additional_sources} ) diff --git a/src/friidump.c b/src/friidump.c index f8b5292..e30b553 100644 --- a/src/friidump.c +++ b/src/friidump.c @@ -28,6 +28,16 @@ #include "dumper.h" #include "unscrambler.h" #include "xbox_ref/xbox_ref_log.h" +#include "redump_dat.h" + +#ifdef WIN32 +#include +#include +#include +#else +#include +#include +#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 JSON output path for --hlds-e7-scan\n" " --scan-dump-prefix Optional raw 0xE7 window dump prefix for --hlds-e7-scan\n" " --hlds-profile-report Write selected HLDS profile/evidence JSON\n" + " --redump-dat-dir Directory containing canonical Redump DAT files\n" + " (default: redump_dat)\n" + " --redump-report 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 index 0000000..6231679 --- /dev/null +++ b/src/redump_dat.c @@ -0,0 +1,283 @@ +#include "redump_dat.h" + +#include +#include +#include +#include + +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[] = { + {"&", '&'}, {""", '"'}, {"'", '\''}, + {"<", '<'}, {">", '>'} + }; + 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, "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 index 0000000..39919ed --- /dev/null +++ b/src/redump_dat.h @@ -0,0 +1,61 @@ +#ifndef REDUMP_DAT_H_INCLUDED +#define REDUMP_DAT_H_INCLUDED + +#include +#include + +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