summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-05 23:51:47 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-05 23:53:44 -0400
commit0990b9df663b0cee40bb7b142bbdf32383b51a23 (patch)
tree95c29743d59eef20c0d555a7e6ff7f2732eb90b9 /src/emu/rendfont.cpp
parent334af8082a2d24ff985382937707b8eee21c5835 (diff)
ds1386: Make initialization of RTC registers from system time actually work; adopt more useful default value for command register
hp16500b: Add DS1286 (nw)
Diffstat (limited to 'src/emu/rendfont.cpp')
0 files changed, 0 insertions, 0 deletions
2019-06-281-20/+20 * ui/menu.cpp: Provide more helpers (nw) AJR2019-05-221-16/+54 * ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-221-84/+84 * (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+13 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+3 * Fix crash when exiting directly while filter UI is active (GitHub #4596) Vas Crabb2019-02-041-1/+10 * More UI stuff: Vas Crabb2019-01-191-2/+2 * UI cleanup continues: Vas Crabb2019-01-151-0/+1 * ui/menu.cpp: Well, obviously (nw) AJR2018-06-251-1/+1 * Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-241-0/+16 * fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw) firewave2018-01-071-1/+1 * Merge duplicate code for drawing UI palette menu (nw) AJR2017-09-151-18/+31 * UI improvements: Vas Crabb2017-08-211-1/+4 * Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-4/+4 * internal UI improvements: