Commit Graph

481 Commits (master)
 

Author SHA1 Message Date
Lephe dcb876dfe0
bump version to 2.10.0
2 months ago
Lephe 82258b9f89
keysc: bind SHIFT+7+3+AC/ON to abort() for un-freeze attempts
2 months ago
Lephe eb49f0258d
usb: show prototypes of debug functions in non-debug mode
2 months ago
Lephe b5f0f08183
usb: use optimized DSP loop for read from module
2 months ago
Lephe 1423f40a96
usb: disable USB_LOG_TR() when no log is configured
2 months ago
Lephe 3a2a194693
usb: unaligned reading (release candidate on features)
2 months ago
Lephe 4983849510
usb: consolidate reading logic again, now beta-worthy
3 months ago
Lephe fc1f510288
usb: consolidate reading mode (basic multi-segment reads now working)
3 months ago
Lephe c59b2f90fb
usb: prototype reading mode
3 months ago
Lephe eb1f9a35a1
usb: use negative values for error codes
3 months ago
Lephe f4e13afa84
usb: fix a missing PIPESEL access
3 months ago
Lephe 911691461f
usb: clarify functions used to access endpoint configuration
3 months ago
Lephe aee67a76f3
usb: clear pipes/FIFOs during world switches, delay configuration
4 months ago
Lephe c0671649df
usb: prevent double opening
4 months ago
Lephe 53c67af52d
usb: fix wrong interface numbering (+ comments)
4 months ago
Lephe 6910714c2c
asyncio: remove unused field asyncio_op_t.flying_w
4 months ago
Lephe af5c16a3d3
usb: massively improve writing logic
4 months ago
Lephe 1a61e97ef0
mmu: provide read-only access to ITLB
4 months ago
Lephe a091efc894
usb: replace struct transfer with a more generic async. I/O op structure (WIP)
4 months ago
Lephe 6f758cd36c
defs: allow NULL callbacks in gint_call()
4 months ago
Lephe 18e0db3886
usb: improve driver with updated knowledge and prepare reading
4 months ago
Lephe cf2b86deaa
usb: update module details with register analysis experiments
4 months ago
Lephe db50c9b192
kernel: more options in System ERROR screen
4 months ago
Lephe 42853103aa
usb: remove incorrectly-ordered bits in USB registers
4 months ago
Lephe c28d06002f
ld: add support for FastLoad config for circuit10's Add-In Push
5 months ago
Lephe ac6b1c7d70
ld: generate linker scripts; add fxcg50_fastload.ld
5 months ago
Lephe 45881995e9
fs: initialize dynamically-allocated fd table
5 months ago
Lephe 70dccc29da
style: initialize non-trivially initialized pointer
5 months ago
Lephe 7e859169fe
cpg: add overclock save/restore functions
5 months ago
Lephe b3416dcc25
cpg: add overclock for SH3/SH4 fx-9860G and G-III (#23)
5 months ago
Lephe 736b58f205
reduce static user RAM footprint for mono targets
5 months ago
Lephe 478fdaea76
keysc: don't emit KEYEV_DOWN for keys pressed at startup
5 months ago
Lephe d3b29c50e6
defs: use C++ min/max when compiling in C++ mode
5 months ago
Lephe 1272a6a71a
scif: fix incorrect base module address
6 months ago
Lephe 723bae134b
serial: add template header for future implementation
6 months ago
Lephe 3bc3892524
scif: add the SH7705 and SH7305 SCIF descriptions
6 months ago
Lephe 211d236496
pfc: add the SH7305 PFC description
6 months ago
Lephe a4cf3516e7
usb: fix some messages being lost after a post-world-switch reconnect
6 months ago
Lephe 177879d432
usb: add a USB_TRACE() debugging mechanism
6 months ago
Lephe feb74a38ec
usb: hide USB_LOG() behind a compile-time debug option
6 months ago
Lephe 3192078c4c
kernel: more detailed quit handler documentation
6 months ago
Lephenixnoir a5fb6d3401 Merge pull request 'Added SetQuitHandler syscall into gint' (#21) from mibi88/gint:dev into dev
6 months ago
Lephe e2c507855f
render-cg: allocate VRAM in _ostk to keep _uram for large allocs
6 months ago
mibi88 813af222fd Merge branch 'dev' of https://gitea.planet-casio.com/mibi88/gint into dev
7 months ago
mibi88 984f162cb2 Added gint_set_quit_handler()
7 months ago
mibi88 6426406043 Fix typo
7 months ago
mibi88 2fe67412cc Added SetQuitHandler.
7 months ago
mibi88 f807b528bb Merge branch 'dev' of https://gitea.planet-casio.com/mibi88/gint into dev
7 months ago
mibi88 ad0da59de6 Added gint_set_quit_handler()
7 months ago
mibi88 56e5c2452a Added gint_set_quit_handler()
7 months ago