From 535bfa4ab4666ebf74680a108000b7e2d1e9d100 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Mon, 6 Mar 2017 07:30:20 -0500 Subject: [PATCH] Update PPU.run.cs --- .../Consoles/Nintendo/NES/PPU.run.cs | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs index 208433b398..9b52192351 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs @@ -673,34 +673,14 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES ppubus_read(ppur.get_ntread(), true, false); - - for (int i = 0; i < garbage_todo; i++) - { - if (i == 0) - { - read_value = t_oam[s].oam_y; - } - else - { - read_value = t_oam[s].oam_ind; - } - } - ppubus_read(ppur.get_atread(), true, false); //at or nt? - read_value = t_oam[s].oam_attr; - read_value = t_oam[s].oam_x; - int addr = patternAddress; t_oam[s].patterns_0 = ppubus_read(addr, true, false); - read_value = t_oam[s].oam_x; - addr += 8; t_oam[s].patterns_1 = ppubus_read(addr, true, false); - read_value = t_oam[s].oam_x; - // hflip if ((t_oam[s].oam_attr & 0x40) == 0) {