gint-with-thread/src
Lephe 94fb300e72
gray: finalize the gray engine API
* Define dgray() to replace gray_start() and gray_stop()
* Introduce a mechanism to override the d*() functions rather than using
  another set of functions, namely g*(). Gray rendering should now be
  done with d*() (a compatibility macro for g*() is available until v2.1).
* Gray engine now reserves TMU0 at the start of the add-in to prevent
  surprises if timers are exhausted, so it nevers fails to start
* Replace other gray engine functions with dgray_*()
* More general rendering functions (in render/) to lessen the burden of
  porting them to the gray engine. As a consequence, dtext_opt(),
  dprint_opt() and drect_border() are now available in the gray engine,
  which was an omission from 230b796.
* Allow C_NONE in more functions, mainly on fx-CG 50
* Remove the now-unused dupdate_noint()
2020-07-13 13:49:07 +02:00
..
core remove the .gint.data section 2020-07-10 16:36:05 +02:00
cpg core: remove some useless hardware info 2020-06-20 19:23:50 +02:00
dma core: remove some useless hardware info 2020-06-20 19:23:50 +02:00
gray gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
intc remove the .gint.data section 2020-07-10 16:36:05 +02:00
keysc remove the .gint.data section 2020-07-10 16:36:05 +02:00
r61524 remove the .gint.data section 2020-07-10 16:36:05 +02:00
render gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
render-cg gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
render-fx gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
rtc remove the .gint.data section 2020-07-10 16:36:05 +02:00
std use less static RAM to improve SH3 support 2020-07-10 16:06:33 +02:00
t6k11 remove the .gint.data section 2020-07-10 16:36:05 +02:00
tmu remove the .gint.data section 2020-07-10 16:36:05 +02:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png style, formatting, font 2019-09-03 22:29:04 +02:00