Searched refs:_workRam (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/ |
H A D | BaseMapper.cpp | 128 case PrgMemoryType::WorkRam: source = _workRam; break; in SetCpuMemoryMapping() 502 ArrayInfo<uint8_t> workRam = { _workRam, _workRamSize }; in StreamState() 586 _workRam = new uint8_t[_workRamSize]; in Initialize() 589 _console->InitializeRam(_workRam, _workRamSize); in Initialize() 651 delete[] _workRam; in ~BaseMapper() 897 return _workRam; in GetWorkRam() 1000 } else if(prgAddr >= _workRam && prgAddr < _workRam + _workRamSize) { in GetAbsoluteAddressAndType() 1001 info->Address = (uint32_t)(prgAddr - _workRam); in GetAbsoluteAddressAndType() 1025 if(prgRamAddr >= _workRam && prgRamAddr < _workRam + _workRamSize) { in ToAbsoluteWorkRamAddress() 1026 return (uint32_t)(prgRamAddr - _workRam); in ToAbsoluteWorkRamAddress() [all …]
|
H A D | Mapper103.h | 52 _workRam[addr - 0x6000] = value; in WriteRegister() 63 _workRam[0x2000 + addr - 0xB800] = value; in WriteRegister()
|
H A D | VsSystem.h | 103 …SetCpuMemoryMapping(0x6000 + i * 0x800, 0x67FF + i * 0x800, _workRam, slaveMasterBit ? MemoryAcces… in UpdateMemoryAccess() 104 …otherMapper->SetCpuMemoryMapping(0x6000 + i * 0x800, 0x67FF + i * 0x800, _workRam, slaveMasterBit … in UpdateMemoryAccess()
|
H A D | BaseMapper.h | 69 uint8_t* _workRam = nullptr; variable
|
H A D | MMC5.h | 261 … SetPpuMemoryMapping(0x2000+i*0x400, 0x2000+i*0x400+0x3FF, _workRam, MemoryAccessType::ReadWrite); in SetNametableMapping()
|