summaryrefslogtreecommitdiff
path: root/tern.c
AgeCommit message (Collapse)Author
2020-11-09Add a UI button to reset config to defaultsMichael Pavone
2018-02-06Key binding menu is now functionalMichael Pavone
--HG-- branch : nuklear_ui
2017-12-01Somewhat fleshed out video settings viewMichael Pavone
--HG-- branch : nuklear_ui
2017-04-21Fix a deficiency in the way types were handled in my ternary tree. Fixes in ↵Michael Pavone
which some paths that were constructed from a template with variables would sometimes get an extra garbage character thrown in
2017-03-21Don't leak a ternary tree when building the menu's initial pathMichael Pavone
2017-01-22Consting up some parameters to ternary tree functionsMichael Pavone
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ↵Michael Pavone
errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
2015-07-07Add support for reading cartridge memory map from ROM database, though ↵Michael Pavone
without EEPROM support for now
2015-07-05WIP changes to support reading cart memory map from ROM DBMichael Pavone
2014-10-11Add support for disassembling VOS program modulesMichael Pavone
2013-10-28Pull shader file names from config file.Mike Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-07-10Read key bindings from config fileMike Pavone
2013-07-09Added ternary tree implementation and a simple test program for itMike Pavone