aboutsummaryrefslogtreecommitdiff
path: root/src/render.c
AgeCommit message (Collapse)Author
2024-02-29Removed memory bit flags entirely.Paul Oliver
[#28] Bit flags were exclusively a cosmetic component, not needed at all to run the simulator. I've added a new 'render' module that takes care of appending bit flags to rendered memory images, providing the same aesthetic result, but only when requested.