Commit graph

  • 704c6b3f24 r61524, render-fx, gray: allow changing fxg3a border/mono/gray colors Jeffry Johnston 2025-03-27 19:43:42 -07:00
  • dff487b20a
    touch: get calibration info from OS, if known dev Lephe 2025-03-30 16:01:20 +02:00
  • 282f56fdc1
    cp: slightly less stupid dclear() Lephe 2025-03-30 16:00:03 +02:00
  • 48718bf9be
    giteapc: also install CP target by default Lephe 2025-03-24 20:18:10 +01:00
  • 2fedd7595a keysc: add keycode_alpha to get ASCII of keycode 陈湛明 2024-09-18 15:30:25 +00:00
  • 4cc3e9ddf2 Merge pull request 'dev' (#2) from Lephenixnoir/gint:dev into dev Chen-Zhanming 2025-03-24 12:18:20 +01:00
  • 353c33d21c touch: only enable touchscreen for FXCP400 + fix C++ header support Yann MAGNIN 2025-03-23 17:27:00 +01:00
  • f1b441eeef touch: code cleanup Yann MAGNIN 2025-03-23 17:16:54 +01:00
  • cc802b6025 touch: fix typo Yann MAGNIN 2025-03-19 15:56:46 +01:00
  • 718957b4bb touch: support event generation + support calibration information Yann MAGNIN 2025-03-19 14:39:05 +01:00
  • 2e27c535ed touch: add missing unbind/funbind driver primitive Yann MAGNIN 2025-03-19 10:29:03 +01:00
  • 21086bcb4c touch: add build support + proper driver/world-switch support Yann MAGNIN 2025-03-18 11:42:22 +01:00
  • c2bfa302a0 touch: prepare touch-screen driver Yann MAGNIN 2025-03-17 15:07:29 +01:00
  • 1c97d613f8 r61523: fix newer screens variant Yann MAGNIN 2025-03-21 09:30:54 +01:00
  • ceaf8b27f8 r61523: add partial update function Lephe 2025-03-15 17:08:29 +01:00
  • 302aeb5cdf cpg: fix incorrect access size to SDMR3_CL2 and SDMR3_CL3 Lephenixnoir 2025-03-11 15:32:37 +01:00
  • 66f173bd11 kernel: get arenas from MPM load info Lephe 2025-02-24 19:41:28 +01:00
  • 5a74fbac4d dline: fix odd x1/x2 handling with C_INVERT color (render-cg) Yann MAGNIN 2025-02-22 15:27:56 +01:00
  • 814c7bc3e2 cpg: allow overclock settings to be made permanent Lephe 2025-02-20 19:16:33 +01:00
  • 10a2f2ecde usb: add WCID support to have WinUSB driver automatically Lephe 2025-02-05 01:22:01 +01:00
  • 02b5f19cfc fix missing C_INVERT support in dline() for render-cg Yann MAGNIN 2025-02-19 16:11:44 +01:00
  • 3178aa6987 cpg: add superhyway clock frequency calculation CalcLoverHK 2025-02-16 17:04:27 +08:00
  • 3c36a2e14e kernel: syscall support for Math+ OS v2.00 Lephe 2025-01-28 23:15:05 +01:00
  • 061b371ff1 keysc: add MPU module description for KEYSC Lephe 2025-01-10 12:24:28 +01:00
  • df140ff846 keysc: fix keycodes mapping to multiple keys on Math+ Lephe 2025-01-10 12:23:56 +01:00
  • 918d96c081 cpg: don't overclock beyond known limits on Math+ Lephe 2025-01-10 12:23:21 +01:00
  • d04bb51f7a keydev: add Catalog+4th row combo for F1...F6 on Math+ Lephe 2025-01-07 21:32:49 +01:00
  • 58c8e5f8fe keydev: support for the Math+ layout and track row/col Lephe 2025-01-07 21:14:51 +01:00
  • 1efe737282 kernel: further support for the Math+ in general Lephe 2024-12-27 15:29:09 +01:00
  • a2c85b7577 kernel: partial support for Math+ OS 1.00 Lephe 2024-11-25 17:29:48 +01:00
  • b687af4e94 kernel: allows syscalls to be called from fixed addresses Lephe 2024-11-24 23:25:21 +01:00
  • f427620103 minor: add missing include in defs/call.h Lephenixnoir 2024-12-16 13:15:07 +01:00
  • 444ab2dd8b kernel: simplify PIE support Yann MAGNIN 2024-12-13 13:38:59 +01:00
  • 3e7e8e1fa0 kernel: fix 512-kB RAM check on mono being duped by cache Lephenixnoir 2024-10-19 09:43:49 +02:00
  • 4cd81571bc gdb: add missing stdbool.h include in gdb.h Lephe 2024-10-06 08:51:22 +02:00
  • 3d03721118 keysc: add keycode_alpha to get ASCII of keycode 陈湛明 2024-09-18 15:30:25 +00:00
  • 4a5c0bbfec
    gint: fix poweroff crash due to misaligned syscall table Lephe 2025-03-24 10:57:16 +01:00
  • cf020c4bee
    kernel: detect circuit10's emulator so it stays as CG50 Lephe 2025-03-24 10:28:34 +01:00
  • 294d6afc8c Merge pull request 'feat/touch : code cleanup' (#42) from Yatis/gint:feat/touch into dev Lephenixnoir 2025-03-23 17:32:56 +01:00
  • b7859a1625
    touch: only enable touchscreen for FXCP400 + fix C++ header support Yann MAGNIN 2025-03-23 17:27:00 +01:00
  • 5e633a9810
    touch: code cleanup Yann MAGNIN 2025-03-23 17:16:54 +01:00
  • 969f5ad8d8 Merge pull request 'feat/touch - (WIP) support touch-screen driver for FXCP400 devices' (#40) from Yatis/gint:feat/touch into dev Lephenixnoir 2025-03-23 16:33:34 +01:00
  • 03c5d02142 Merge pull request 'r61523: fix newer screens variant' (#41) from Yatis/gint:fix/r61523 into dev Lephenixnoir 2025-03-21 11:15:19 +01:00
  • 38eb777d02
    r61523: fix newer screens variant Yann MAGNIN 2025-03-21 09:30:54 +01:00
  • 8515c2aecb
    touch: fix typo Yann MAGNIN 2025-03-19 15:56:46 +01:00
  • 0ec45f92d3
    touch: support event generation + support calibration information Yann MAGNIN 2025-03-19 14:39:05 +01:00
  • 24d932906b
    touch: add missing unbind/funbind driver primitive Yann MAGNIN 2025-03-19 10:29:03 +01:00
  • df1cf45e98
    touch: add build support + proper driver/world-switch support Yann MAGNIN 2025-03-18 11:42:22 +01:00
  • 0aca688343
    Merge branch 'dev' of git.planet-casio.com:Lephenixnoir/gint into feat/touchscreen Yann MAGNIN 2025-03-18 10:20:39 +01:00
  • 3fefc3f716
    touch: prepare touch-screen driver Yann MAGNIN 2025-03-17 15:07:29 +01:00
  • 256487cc7e
    r61523: add partial update function Lephe 2025-03-15 17:08:29 +01:00
  • 252cb7abd8
    cpg: fix incorrect access size to SDMR3_CL2 and SDMR3_CL3 Lephenixnoir 2025-03-11 15:32:37 +01:00
  • 411b1a3d7d
    kernel: get arenas from MPM load info Lephe 2025-02-24 19:41:28 +01:00
  • fa9c225c99 Merge pull request 'dline: fix odd x1/x2 handling with C_INVERT color (render-cg)' (#39) from Yatis/gint:fix/dline_fxgc into dev Lephenixnoir 2025-02-22 17:41:30 +01:00
  • 0950c9d29f
    dline: fix odd x1/x2 handling with C_INVERT color (render-cg) Yann MAGNIN 2025-02-22 15:27:56 +01:00
  • c2cc3e48f2
    cpg: allow overclock settings to be made permanent Lephe 2025-02-20 19:16:33 +01:00
  • d858405102
    usb: add WCID support to have WinUSB driver automatically Lephe 2025-02-05 01:22:01 +01:00
  • 6909b06cfe
    prof: merge the libprof project Yann MAGNIN 2025-02-19 16:46:09 +01:00
  • 3ade0894d8 Merge pull request 'fix missing C_INVERT support in dline() for render-cg' (#37) from Yatis/gint:fix/dline_fxgc into dev Lephenixnoir 2025-02-19 16:19:22 +01:00
  • 377aa3745d
    fix missing C_INVERT support in dline() for render-cg Yann MAGNIN 2025-02-19 16:11:44 +01:00
  • 191a5ebccf Merge pull request 'cpg: add superhyway clock frequency calculation' (#36) from CalcLoverHK/gint:dev into dev Lephenixnoir 2025-02-16 10:20:17 +01:00
  • cdcf880006 cpg: add superhyway clock frequency calculation CalcLoverHK 2025-02-16 17:04:27 +08:00
  • ff17b8c22c
    kernel: syscall support for Math+ OS v2.00 Lephe 2025-01-28 23:15:05 +01:00
  • e44e4fa14e
    keysc: add MPU module description for KEYSC Lephe 2025-01-10 12:24:28 +01:00
  • 87fff59527
    keysc: fix keycodes mapping to multiple keys on Math+ Lephe 2025-01-10 12:23:56 +01:00
  • 232a4195d2
    cpg: don't overclock beyond known limits on Math+ Lephe 2025-01-10 12:23:21 +01:00
  • 7ac9668dfd
    keydev: add Catalog+4th row combo for F1...F6 on Math+ Lephe 2025-01-07 21:32:49 +01:00
  • 7a479e4f45
    keydev: support for the Math+ layout and track row/col Lephe 2025-01-07 21:14:51 +01:00
  • a62ba8a026
    kernel: further support for the Math+ in general Lephe 2024-12-27 15:29:09 +01:00
  • f953efdc82
    kernel: partial support for Math+ OS 1.00 Lephe 2024-11-25 17:29:48 +01:00
  • 1df334110e
    kernel: allows syscalls to be called from fixed addresses Lephe 2024-11-24 23:25:21 +01:00
  • 09ad6b0b31
    minor: add missing include in defs/call.h Lephenixnoir 2024-12-16 13:15:07 +01:00
  • a324ce792a Merge pull request 'kernel: simplify PIE support' (#33) from Yatis/gint:dev into dev Lephenixnoir 2024-12-13 13:41:07 +01:00
  • 45139d13b5
    kernel: simplify PIE support Yann MAGNIN 2024-12-13 13:38:59 +01:00
  • 2ef2c7de27
    kernel: fix 512-kB RAM check on mono being duped by cache Lephenixnoir 2024-10-19 09:43:49 +02:00
  • 47b86b83c8
    gdb: add missing stdbool.h include in gdb.h Lephe 2024-10-06 08:51:22 +02:00
  • ccdd4c227c
    provide new line-distance property for built-in fonts Lephe 2024-09-15 18:44:44 +02:00
  • aba6c280b6
    hh2: provide metadata macros and a non-metadata marker by default Lephe 2024-08-17 18:04:16 +02:00
  • 979873288a
    defs: allow bool * pointer variants in GINT_CALL Lephe 2024-08-15 22:17:22 +02:00
  • 6ebfe8484e
    Revert "meta: build with -ffreestanding" Lephe 2024-08-07 10:13:47 +02:00
  • 93329ab697
    fix new GCC 14 warnings Lephe 2024-08-06 19:02:43 +02:00
  • 85e50658ea
    libc: provide the fxlibc HAL Lephe 2024-08-06 19:01:43 +02:00
  • b0c4e6fd2f
    meta: build with -ffreestanding Lephe 2024-08-06 11:52:41 +02:00
  • ae3250edd0
    fs readdir: fix handling of BFile_Type_MainMem entries Lephe 2024-08-04 07:55:14 +02:00
  • a45135776a
    fs readdir: recognize a few more bfile types Lephe 2024-07-27 21:48:22 +02:00
  • 4173bf1f78
    exch, inth: save more data in context structure, and simplify entries Lephenixnoir 2024-07-15 20:52:25 +02:00
  • f0bca5183f
    cpg: fix typo in #30 Lephenixnoir 2024-07-15 18:35:22 +02:00
  • 063dab777d
    meta: update progress in TODO Lephenixnoir 2024-07-13 21:04:29 +02:00
  • faef1aa325 Merge pull request 'corrected overclock parameter F5 as per Sentaro21 recommendations for weak fxCG50 machines' (#30) from Slyvtt/gint:dev into dev Lephenixnoir 2024-07-13 16:14:13 +02:00
  • 51e3945094 corrected overclock parameter F5 as per Sentaro21 recommendations for leak fxCG50 machines Sylvain PILLOT 2024-07-13 10:26:37 +02:00
  • 395250b5a9
    exch: add trapa #31 handler Lephenixnoir 2024-07-13 10:10:38 +02:00
  • badbd0fd2b
    bump version to 2.11.0 master 2.11.0 Lephe 2024-07-06 10:21:11 +02:00
  • 52c17ccb05
    render-fx: add dvram_quit on fx builds Lephe 2024-07-04 21:23:45 +02:00
  • 88eb5413a6
    gint: remove the need to track filename offset in stage-2 load Lephe 2024-06-05 10:49:13 +02:00
  • da05e89b1c
    gint: disable restart on fx-CP Lephe 2024-06-04 17:58:16 +02:00
  • f70f1d9ae3
    keysc: make the fx-CP Clear key EXIT instead of AC/ON Lephe 2024-06-04 17:57:38 +02:00
  • 371e593f1d
    gint: get 104 kB of end RAM instead of 64 kB with HH2 Lephe 2024-06-04 17:57:09 +02:00
  • 58eb5d92d7
    gint: stage-2 loads for HH2 Lephe 2024-06-04 11:28:23 +02:00
  • 1fc7290b09
    gint: setup to prepare HH2 stage-2 loads Lephe 2024-06-02 22:01:29 +02:00
  • 84a4dd7ca9
    gint: compressed VRAM save on fx-CP Lephe 2024-06-01 14:41:09 +02:00