# HG changeset patch # User Steve Losh # Date 1546901906 18000 # Node ID 450e10dd25671cac0ff64d8bf9d29297e4f13681 # Parent 0473355d05a2c2c91d42236f35f94789a6c2025c Update diff -r 0473355d05a2 -r 450e10dd2567 README.markdown --- a/README.markdown Sat Jan 05 19:37:14 2019 -0500 +++ b/README.markdown Mon Jan 07 17:58:26 2019 -0500 @@ -25,3 +25,15 @@ More work on Fern. Got all of `nestest.nes` passing after lots of run, diff, fix cycles. On to pictures and sound! + +## 2019-01-06 + +More work on Fern. Did a lot of restructuring and didn't make much actual +progress, but I think it was helpful for wrapping my brain around stuff. + +## 2019-01-07 + +Someone wanted me to take a look at getting my coding math repo running again. +It's bitrotted. Need to install SDL first: + + sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libffi-dev