Add poke flag

This commit is contained in:
alyosha-tas 2016-05-27 08:51:49 -04:00
parent d192d76052
commit fe77d8718f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
16,
MemoryDomain.Endian.Little,
addr => _tia.ReadMemory((ushort)addr, true),
(addr, value) => this._tia.WriteMemory((ushort)addr, value), 1),
(addr, value) => this._tia.WriteMemory((ushort)addr, value, true), 1),
new MemoryDomainDelegate(
"PIA",
1024,