Commit Graph

127 Commits

Author SHA1 Message Date
Lephenixnoir b1d566e589
gint/gdb: add printing test 2024-04-13 09:21:13 +02:00
Lephenixnoir 29fbc5cd8a
gint/gdb: more testing with gdb 2024-04-12 08:07:12 +02:00
redoste 21b261d0c9
gint/gdb: add half-baked GDB menu (display half of the values on mono) 2024-03-25 08:15:34 +01:00
Lephenixnoir 15757c40c7
libs/justui: add custom keymap test 2024-03-24 09:01:33 +01:00
Lephenixnoir 32ffebacda
gintctl: boring macro replacement for build-fxg3a support 2024-03-24 09:00:07 +01:00
Lephenixnoir 345c66a17f
gint/kmalloc: add PRAM0 arena test 2024-02-04 22:56:29 +01:00
Lephenixnoir d00869ae4e
gint/render: add tests for dcircle/dellipse 2024-01-04 12:00:44 +01:00
Lephenixnoir 85fe567964
gint/ram, gint/dump: RS memory is 16 kB, not 2 kB 2023-07-10 23:46:13 +02:00
Lephenixnoir e941148996
perf/cpu: add tests for mul.l pipeline delays 2023-06-04 22:57:43 +02:00
Lephenixnoir 715b4b9335
bump version to 2.10.0 2023-04-10 13:52:56 +02:00
Lephenixnoir 7b672115ca
fix mismatched declarations when GINT_USB_DEBUG is unset 2023-04-10 13:51:17 +02:00
Lephenixnoir 3dea428fd8
process fxlink messages related to driver tests 2023-03-26 11:38:24 +02:00
Lephenixnoir 6abd90b4ab
process fxlink messages in some menus 2023-03-12 20:53:47 +01:00
Lephenixnoir 352ddfaa73
gint/usb: more register details 2023-03-05 18:17:30 +01:00
Lephenixnoir 95b14218e7
gint/bopti: restore full screen image 2023-02-05 15:42:03 +01:00
Lephenixnoir ee3cd7b60c
gint/usb: add alignment test, remove unit_size parameters 2023-02-05 15:41:52 +01:00
Lephenixnoir a7193938d2
gint/tlb: port ITLB inspector to fx-9860G 2023-02-05 00:25:27 +01:00
Lephenixnoir d4639cfc24
fix freeze when closing USB connection during video capture 2023-02-02 19:15:34 +01:00
Lephenixnoir 92089cd208
gint/usb: clean up register display 2023-02-02 14:27:21 +01:00
Lephenixnoir 38b986754b
gint/tlb: investigate ITLB and running code from RAM 2023-02-02 14:24:30 +01:00
Lephenixnoir 9787b95ed7
gint/usbtrace: add a USB tracer function 2022-12-03 13:32:05 +01:00
Lephenixnoir 7b4f314021
gint/usb: use new USB_LOG() notation 2022-12-01 10:35:45 +01:00
Lephenixnoir 40fa1b0c6d
gint/kmalloc: show _ostk arena 2022-12-01 10:34:58 +01:00
Lephenixnoir a9608099b4
gintctl: add SHIFT+[,] shortcut for testing dwindow setting 2022-11-19 19:03:26 +01:00
Lephenixnoir 5875a2f59a
minor GUI update 2022-11-19 19:03:16 +01:00
Lephenixnoir d0806af51e
gint/render: add a test for basic rendering functions 2022-11-16 19:14:48 +01:00
Lephenixnoir 33cb3fc698
reduce RAM usage on SH3 (limited ram segment) 2022-10-09 18:13:01 +02:00
Lephenixnoir be35b44139
gint/keyboard: update to keydev_read() sleep change 2022-10-09 18:12:43 +02:00
Lephenixnoir c8ffbd8611
enable gint_setrestart() on fx-CG 2022-09-07 17:45:43 +02:00
Lephenixnoir 9e14e034df Merge pull request 'bugfix' (#5) from IniKiwi/gintctl:inikiwi-patch-1 into dev
Reviewed-on: https://gitea.planet-casio.com/Lephenixnoir/gintctl/pulls/5
2022-08-23 20:30:11 +02:00
IniKiwi 7411390b00 bugfix 2022-08-23 20:25:00 +02:00
Lephenixnoir 64d0824377
bump version to 2.8.0 2022-05-16 21:59:00 +01:00
Lephenixnoir fb13d985ff
perf/cpu: remove tests that don't fit on fx 2022-05-16 21:58:42 +01:00
Lephenixnoir 7e9b26f42c
gint/overclock: add overclocking test 2022-05-15 22:45:19 +01:00
Lephenixnoir 6e993ff99b
gint/image: replace libimg on fx-CG 50 2022-05-15 12:59:08 +01:00
Lephenixnoir 4b215498d7
gint/image: rename from gint/bopti 2022-05-12 15:38:48 +01:00
Lephenixnoir fa62ebf6a0
perf/cpu: explore CPU loops and branching 2022-05-12 15:35:38 +01:00
Lephenixnoir cfaa899f8a
gint/keyboard: improve layout on fx-CG 2022-05-12 15:33:23 +01:00
Lephenixnoir 12aae32c29
perf/cpu: simplify setup using assembly macros 2022-04-03 10:36:46 +01:00
Lephenixnoir 71d7b2fcf2
perf/memory: add alternating reads and writes 2022-04-03 10:36:35 +01:00
Lephenixnoir 32a81d6e54
perf/memory: more detailed statistics on memory read/write speed 2022-03-26 15:22:04 +00:00
Lephenixnoir d37e2bb82f
perf/cpu: more documentation on pipeline stalls 2022-03-24 18:20:38 +00:00
Lephenixnoir 29fc91d60c
libs/bfile: fix the file enumeration
It used to fail, but actually not because of BFile, instead because of
shaky variable storage on the stack.
2022-03-24 18:20:38 +00:00
Lephenixnoir ddb9bc12a2
cmake: show G3A file size after build 2022-03-24 18:20:38 +00:00
Lephenixnoir 68b24e16cc
gint/cpumem: show filesystem type reported by gint 2022-03-24 18:16:07 +00:00
Lephenixnoir 063386dcd2
discover and dump 8 MB RAM on fx-CG 50 2021-09-18 16:04:57 +02:00
Lephenixnoir f59cc41490
add SHIFT+VARS as video recording shortcut when USB is open 2021-08-11 01:43:53 +02:00
Lephenixnoir 439c3a5ad1
perf/cpu: fx-9860G compatibility 2021-08-11 01:35:34 +02:00
Lephenixnoir 12e78d2897
perf/cpu: add CPU pipeline/superscalar parallelism observations 2021-08-05 16:12:36 +02:00
Lephenixnoir 4e748e3c55
gint/ram: add a detailed page identification for 0xe500xxxx 2021-07-18 22:24:27 +02:00