LOADERS


ISO Loader:

        The ISO loader is the most compatible loader. It requires a CD image
        stored in a file with 2048 bytes per sector.

        The main binary in a DC game can be encrypted depending on the CD
        structure, you can choose if the executable must be decrypted or not.

        Autodetect works in the same way that a real dreamcast, so if it
        doesn't work in this mode, it will not work in a real DC.

        Force Descramble and Never descramble, do what their names represent.


ASPI Loader:

        This is a WIP plugin, please, don't use, it is a bit unstable and
        doesn't work in some systems.

Script loader:

        Loads files directly into the DC main memory. The files (.DSR) have
        the following structure:

        [File data]             <- Always this name
        StartPC=8c008300        <- Starting PC
        NumFiles=2              <- Number of files to load
        File1=c:\dreamcast\ip.bin,8c008000,0            <- Files
        File2=c:\dreamcast\1st_read.bin,8c010000,1

        File structure:
        File[n]=Nam,Addr,Des
        Loads the file "Nam" in the address specified in "Addr". if Des=1 then
        the file is Decrypted.

