index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tern.c
Age
Commit message (
Expand
)
Author
2020-11-09
Add a UI button to reset config to defaults
Michael Pavone
2018-02-06
Key binding menu is now functional
Michael Pavone
2017-12-01
Somewhat fleshed out video settings view
Michael Pavone
2017-04-21
Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...
Michael Pavone
2017-03-21
Don't leak a ternary tree when building the menu's initial path
Michael Pavone
2017-01-22
Consting up some parameters to ternary tree functions
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-07-07
Add support for reading cartridge memory map from ROM database, though withou...
Michael Pavone
2015-07-05
WIP changes to support reading cart memory map from ROM DB
Michael Pavone
2014-10-11
Add support for disassembling VOS program modules
Michael Pavone
2013-10-28
Pull shader file names from config file.
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-10
Read key bindings from config file
Mike Pavone
2013-07-09
Added ternary tree implementation and a simple test program for it
Mike Pavone