memory: allow SRAM word writes
authornotaz <notasas@gmail.com>
Wed, 20 Sep 2017 20:43:38 +0000 (23:43 +0300)
committernotaz <notasas@gmail.com>
Wed, 20 Sep 2017 20:47:09 +0000 (23:47 +0300)
commit1dd0871f208e59792aff088ea41f471673eeaa7e
treee1febf296915c93741558830f9ae1f29fefbd78a
parent2b15cea82e68d32f5e926ab065ac233b89cfc200
memory: allow SRAM word writes

Was allowing both low and high byte writes by byte, but not word,
which was stupid.
pico/memory.c