Skip to content

Commit

Permalink
Fixed #351.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Dec 30, 2023
1 parent d913e3b commit 0f84dea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/core/fds.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,18 +823,24 @@ void fds_control_autoinsert(_fds_sinfo *sinfo) {
// --- auto insert disabilitato
// Gall Force - Eternal Story (Japan)
{ "GAL", { 0x1E9969AC, 0xED380FA3, 0x00, 0x00 }, TRUE, TRUE, TRUE },
// Gall Force - Eternal Story (Japan) [T-En by Gil Galad v1.0]
{ "GAL", { 0xD049BAFA, 0x3B7198F3, 0x00, 0x00 }, TRUE, TRUE, TRUE },
// Koneko Monogatari - The Adventures of Chatran (Japan)
{ "KOM", { 0xE9A457BF, 0x7791A2DD, 0x00, 0x00 }, TRUE, TRUE, TRUE },
//Koneko Monogatari - The Adventures of Chatran (Japan) (Sample) (1986-07-03)
// Koneko Monogatari - The Adventures of Chatran (Japan) (Sample) (1986-07-03)
{ "KOM", { 0x8C457E04, 0xCB25E05C, 0x00, 0x00 }, TRUE, TRUE, TRUE },
// Samurai Sword (Japan)
{ "SMU", { 0xD0B342F5, 0xE46A6E3E, 0x00, 0x00 }, TRUE, TRUE, TRUE },
// Samurai Sword (Japan) [T-En by Mute v1.0]
{ "SMU", { 0x9080511A, 0x4B8D69C7, 0x00, 0x00 }, TRUE, TRUE, TRUE },
// Quick Hunter (Japan) (Unl)
{ "OUJ", { 0x2AD12F7F, 0xBFA73716, 0x00, 0x00 }, TRUE, TRUE, TRUE },

// --- auto insert r4032 disabilitato e auto insert end_of_head abilitato
// Egger Land (Japan)
{ "EGL", { 0x8EE0B051, 0x71119427, 0x00, 0x00 }, FALSE, TRUE, FALSE },
// Egger Land (Japan) [T-En by Necrosaro v1.0]
{ "EGL", { 0xCE21494E, 0x71119427, 0x00, 0x00 }, FALSE, TRUE, FALSE },
// Eggerland (1987)(Hal Laboratory)(J)[tr En]
{ "EGL", { 0xCE21494E, 0x5FD1F4EB, 0x00, 0x00 }, FALSE, TRUE, FALSE },
// Egger Land (Japan) (Rev 1) (Possible Proto)
Expand All @@ -843,6 +849,8 @@ void fds_control_autoinsert(_fds_sinfo *sinfo) {
{ "IGO", { 0x1E8B0151, 0xF7130E20, 0x00, 0x00 }, FALSE, TRUE, FALSE },
// Puzzle Boys (Japan) (Disk Writer)
{ "PUZ", { 0x2385D83D, 0x64488AFD, 0x00, 0x00 }, FALSE, TRUE, FALSE },
// Puzzle Boys (Japan) (Disk Writer) [T-En by DvD Translations Rev A]
{ "PUZ", { 0x876DD60C, 0xD487A70E, 0x00, 0x00 }, FALSE, TRUE, FALSE },
// Time Twist - Rekishi no Katasumi de (1991)(Nintendo)(J)
{ "TT1", { 0x6D6014C1, 0x145A90B2, 0xBFB019B9, 0x636083C1 }, FALSE, TRUE, FALSE },
};
Expand Down

0 comments on commit 0f84dea

Please sign in to comment.