forked from rickgaiser/neutrino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rickgaiser:master' into u8
- Loading branch information
Showing
38 changed files
with
797 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Name of loaded config, to show to user | ||
name = "ATA via DEV9 HDLoader driver" | ||
|
||
# Modules to load in load environment | ||
[[module-le]] | ||
file = "iomanX.irx" | ||
[[module-le]] | ||
file = "fileXio.irx" | ||
[[module-le]] | ||
file = "isofs.irx" | ||
[[module-le]] | ||
file = "ps2dev9.irx" | ||
[[module-le]] | ||
file = "ps2atad.irx" | ||
[[module-le]] | ||
file = "ps2hdd-osd.irx" | ||
args = ["-o", "4", "-n", "20"] | ||
[[module-le]] | ||
file = "hdlfs.irx" | ||
|
||
# Modules to load in emulation environment | ||
[[module-ee]] | ||
file = "fhi_bdm.irx" | ||
ioprp = "FHI" # ID used by loader | ||
[[module-ee]] | ||
file = "ps2dev9.irx" | ||
[[module-ee]] | ||
file = "ata_bd.irx" | ||
|
||
# Modules of the game that are faked/blocked | ||
[[fake]] | ||
file = "DEV9.IRX" | ||
name = "dev9" | ||
version = 0x0208 | ||
startrv = 0 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END | ||
[[fake]] | ||
file = "ATAD.IRX" | ||
name = "atad_driver" | ||
version = 0x0207 | ||
startrv = 0 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
name = "MC emulation using image file" | ||
|
||
# Modules to load | ||
[[module-emu]] | ||
[[module-ee]] | ||
file = "mc_emu.irx" |
Oops, something went wrong.