Commit Graph

13 Commits

Author SHA1 Message Date
Lephenixnoir 5875a2f59a
minor GUI update 2022-11-19 19:03:16 +01:00
Lephenixnoir ea4351a453
replace gint standard includes with fxlibc 2021-06-08 10:45:51 +02:00
Lephenixnoir 4b4b69b2b6
gint/kmalloc: Add memory allocator integrity and stress tests
Also sort out a couple of memory leaks that came up during testing... x3
2021-03-15 15:11:35 +01:00
Lephenixnoir 1dfe4e0375
mem: use a JustUI scene for the memory browser 2021-03-12 15:18:04 +01:00
Lephenixnoir 02571b8957
various improvements in GUI, mainly on fx-9860G
* True convention for F-keys:
  -> Corner = change tab
  -> Round (button) = perform action
  -> White = other display changes with no consequence

* mem: Move quickly with Shift
* mem: Jump to destination with F1
* gint/cpumem: More interesting values
* abuse mini font, scrollbars instead of triangles, quick moves
* fix a fair amoutn of warnings
2021-02-08 10:14:28 +01:00
Lephe b86b14f3cd
gint/ram: add 32-bit access detection for SPU-owned memory
Same in the hexadecimal memory browser, although there are currently no
shortcuts and it appears to freeze when leaving the add-in.
2020-10-14 00:06:04 +02:00
Lephe 36f3de29b8
remove GMAPPED following change in exception catcher calls
These are now called with TLB misses enabled, so there is no need to map
them constantly.
2020-09-17 14:47:31 +02:00
Lephe 783d011cd3
changes to dtext() and dprint(), some warning cleanup 2020-06-18 19:56:32 +02:00
Lephe 33411e9822
add TLB management and timer callback tests 2020-06-17 14:36:18 +02:00
Lephe 09542e14a7
rename image_t to bopti_image_t through the code 2020-06-01 12:12:21 +02:00
Lephe e921c6874e
The Ungodly Update
* Added the switch menu
* Added the keyboard menu on fx-CG 50
* Added a (currently unused) bold 8x9 font on fx-CG 50
* Displayed something decent in the "Image Rendering" test on fx-CG 50
* Changed F-keys all around to unify the semantics
* Improved the layout of the RAM detection test
* Adapted TMU/ETMU display to the new mpu/timer.h definitions
* Added a timer selector in the F-key bar in the timer test
* Added an "external libraries" tab that will also test libc features
* Added a libimg test
2020-05-16 16:00:56 +02:00
Lephe 9a3fb12c73
build system and random update 2020-02-17 18:10:33 +01:00
Lephe c3729edf17 gray rendering, hexadecimal memory viewer 2019-07-27 19:54:52 -04:00