public CpuBus(RAM wram, PPU ppu, Cartridge cartridge) { this.wram = wram; this.ppu = ppu; this.cartridge = cartridge; }