log tern.h @ 1771:e59045f781ce mame_interp

age author description
Tue, 06 Feb 2018 22:42:16 -0800 Michael Pavone Key binding menu is now functional nuklear_ui
Fri, 01 Dec 2017 09:22:43 -0800 Michael Pavone Somewhat fleshed out video settings view nuklear_ui
Fri, 21 Apr 2017 23:35:32 -0700 Michael Pavone Fix a deficiency in the way types were handled in my ternary tree. Fixes in which some paths that were constructed from a template with variables would sometimes get an extra garbage character thrown in
Tue, 21 Mar 2017 19:48:08 -0700 Michael Pavone Don't leak a ternary tree when building the menu's initial path
Sun, 22 Jan 2017 16:13:02 -0800 Michael Pavone Consting up some parameters to ternary tree functions
Tue, 07 Jul 2015 19:33:33 -0700 Michael Pavone Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Sun, 05 Jul 2015 14:21:34 -0700 Michael Pavone WIP changes to support reading cart memory map from ROM DB
Sat, 11 Oct 2014 20:32:17 -0700 Michael Pavone Add support for disassembling VOS program modules
Mon, 28 Oct 2013 23:59:59 -0700 Mike Pavone Pull shader file names from config file.
Tue, 10 Sep 2013 23:31:08 -0700 Mike Pavone Added copyright notice to source files and added GPL license text in COPYING
Wed, 10 Jul 2013 22:48:17 -0700 Mike Pavone Read key bindings from config file
Tue, 09 Jul 2013 20:51:42 -0700 Mike Pavone Added ternary tree implementation and a simple test program for it