Esempio n. 1
0
 private static void RelocationParse_cmd2E(ROM rom, RelocationTable table, RegionParseState state)
 {
     table.RelocateOffset((int)state.area, rom, 4);
 }
Esempio n. 2
0
        private static void RelocationParse_cmd22(ROM rom, RelocationTable table, RegionParseState state)
        {
            int model = rom.Read8(3);

            table.RelocateOffset(model, rom, 4);
        }
Esempio n. 3
0
 private static void RelocationParse_cmdFD(ROM rom, RelocationTable table, DisplayListRegion region)
 {
     table.RelocateOffset(rom, 4);
 }
Esempio n. 4
0
 private static void RelocationParse_cmd1F(ROM rom, RelocationTable table, RegionParseState state)
 {
     rom.Write8((byte)state.area, 2);
     table.RelocateOffset((int)state.area, rom, 4);
 }
Esempio n. 5
0
 private static void RelocationParse_cmd15(ROM rom, RelocationTable table)
 {
     table.RelocateOffset(rom, 4);
 }