Commit Graph

  • 5bce5a4d41
    Sort X76F041 dumps by cart type, update cartdb spicyjpeg 2023-09-22 16:38:02 +02:00
  • 2876823f0c
    Fix ZS01 reflashing, add missing cart ID check spicyjpeg 2023-09-22 12:34:28 +02:00
  • d0767b962d
    Rearrange app class structure and clean up main() spicyjpeg 2023-09-19 21:25:22 +02:00
  • 9cf2908921
    Fix IDE checksum bug, file destructor warnings spicyjpeg 2023-09-19 19:49:06 +02:00
  • fa7beb023e
    Change back button combo, update readme, misc. cleanups spicyjpeg 2023-09-18 22:50:52 +02:00
  • 3e84285837
    Fix QR and IDE bugs, make font metrics customizable spicyjpeg 2023-09-17 13:41:35 +02:00
  • eb78ba05f6
    Add CD-ROM eject option, clean up main() spicyjpeg 2023-09-16 16:35:34 +02:00
  • c29b4c98c3
    Fix bugs in dummy cart driver, ID entry screen spicyjpeg 2023-09-16 14:01:26 +02:00
  • 72580397a1
    Update tools and build script to use xorriso spicyjpeg 2023-09-15 00:26:47 +02:00
  • f8a21070f1
    Bump to 0.3.4, load color palette from resources spicyjpeg 2023-09-14 23:54:59 +02:00
  • 998d2e6349
    Update exception handler and ps1-bare-metal headers spicyjpeg 2023-08-06 11:23:27 +02:00
  • ced62de54e
    Make message screen generic, add error enum strings spicyjpeg 2023-08-05 09:18:10 +02:00
  • 3fc447da4d
    IDE driver and dumper bugfixes, minor corrections spicyjpeg 2023-07-11 21:58:11 +02:00
  • 96bb7a2688
    Implement flash/RTC/BIOS dumping, fix IDE driver spicyjpeg 2023-07-09 18:12:27 +02:00
  • 7c488e3495
    Fix reflash data key bug and UI issues spicyjpeg 2023-06-27 16:25:52 +02:00
  • fbc9026628
    Implement main menu, text scrolling, split off font code spicyjpeg 2023-06-26 15:23:47 +02:00
  • 25f5f67840
    More cart identification bugfixes spicyjpeg 2023-06-26 08:39:50 +02:00
  • 912ecb8d8d
    Fix reflashing, refactor, shorten cartdb region codes spicyjpeg 2023-06-25 09:56:47 +02:00
  • 51ac032198
    Add reflashing, fix bugs and traceid generation spicyjpeg 2023-06-25 06:49:39 +02:00
  • 63651e7114
    Implement manual key entry and system ID editing spicyjpeg 2023-06-24 10:48:35 +02:00
  • a0976dee11
    Bump version to 0.3.2, add system ID resetting spicyjpeg 2023-06-24 07:41:04 +02:00
  • 4a2e01402d
    Move dumps to data directory, add test dump files spicyjpeg 2023-06-23 06:37:38 +02:00
  • b0f269eb6e
    Get the tool into an almost working state spicyjpeg 2023-06-22 21:42:50 +02:00
  • 6b33d4edd1
    Add cartdb files, implement GX706 checksum workaround spicyjpeg 2023-06-15 09:13:55 +02:00
  • 95546643b9
    Refactor asset.cpp into file.cpp, add file classes spicyjpeg 2023-06-14 23:58:07 +02:00
  • 284280689f
    Implement IDE HDD driver, clean up I/O code spicyjpeg 2023-06-12 07:19:32 +02:00
  • 3b9680f434
    Add FatFs library and IDE HDD driver stub spicyjpeg 2023-06-09 11:40:50 +02:00
  • 493387187d
    Misc. tweaks to cart drivers, more logging spicyjpeg 2023-06-09 10:15:15 +02:00
  • 9da9db5838
    Huge code update, dummy cart driver, unlock implementation spicyjpeg 2023-06-08 00:30:50 +02:00
  • 664e656b14
    Update tools, edit GE706 back to GX706 spicyjpeg 2023-06-07 21:39:02 +02:00
  • 90651460eb
    Sort dumps by type, add install cart info to games.json spicyjpeg 2023-06-07 11:33:19 +02:00
  • 9788a3fbcc
    More refactoring, remove layer queue from GPU driver spicyjpeg 2023-06-03 08:25:41 +02:00
  • bd50057976
    Implement cart data parsing, move things around spicyjpeg 2023-06-02 20:51:28 +02:00
  • 4bed3c7f12
    Import from local repo spicyjpeg 2023-05-30 18:08:52 +02:00
  • 64085be4bb
    Initial commit spicyjpeg 2023-05-30 17:05:16 +02:00
  • 4ebafefd22
    Update manual.md Naoki Saito 2024-05-31 00:23:02 +01:00
  • d0a7a73674
    Fix BIOS ROM crash and ATAPI error polling spicyjpeg 2024-05-30 00:27:46 +02:00
  • 5ceb62d512
    Fix up build scripts, add GitHub Actions CI spicyjpeg 2024-05-29 21:16:24 +02:00
  • b626750d97
    Clean up worker API, implement autobooting spicyjpeg 2024-05-29 12:20:32 +02:00
  • 8e0af851f9
    Bump to 0.4.3, more fixes and cleanups, shrink launchers spicyjpeg 2024-05-27 21:19:31 +02:00
  • f8419127df
    Add PCDRV support, fix bugs and warnings spicyjpeg 2024-05-27 16:21:17 +02:00
  • 6d0e22adbc
    Fix ATAPI driver, update executable launcher spicyjpeg 2024-05-27 13:42:16 +02:00
  • b718fd4998
    Add VFS and support for multiple filesystems spicyjpeg 2024-05-26 23:36:44 +02:00
  • 7ad63ad79a
    Add ISO9660 filesystem driver and ATAPI support spicyjpeg 2024-05-26 17:31:17 +02:00
  • 2ba66e961a
    Make launchers standalone, remove xorriso dependency spicyjpeg 2024-05-02 09:06:11 +02:00
  • 9a18cce1a0
    Split up filesystem drivers, fix screen resolution menu spicyjpeg 2024-04-25 14:05:20 +02:00
  • 461cf0321a
    Bump to 0.4.2, parallelize flash writing, minor tweaks spicyjpeg 2024-04-23 00:04:15 +02:00
  • bac2dbc50b
    Add screenshot functionality spicyjpeg 2024-04-20 16:50:23 +02:00
  • 07d033cf11
    Add RTC time adjustment menu spicyjpeg 2024-04-20 11:55:32 +02:00
  • 32c4497e34
    Refactor tools, add card size selection, more fixes spicyjpeg 2024-04-20 07:36:39 +02:00
  • 3feb2bbe62
    More minor fixes and renames spicyjpeg 2024-04-17 15:59:36 +02:00
  • 40b72ba763
    Refactor code, split up system info screen spicyjpeg 2024-04-16 07:35:25 +02:00
  • 771c367cc8
    Fix up flash drivers, add MD5 API, flash header options spicyjpeg 2024-04-14 11:39:17 +02:00
  • 1cc4a67c66
    Fix IDE and file closing bugs spicyjpeg 2024-04-11 07:59:47 +02:00
  • 496c8f0bb2
    Add main executable compression, bump to 0.4.1 spicyjpeg 2024-04-04 14:39:52 +02:00
  • 6c41e06fff
    Fix bugs, implement Xilinx .bit file parser spicyjpeg 2024-04-03 16:04:01 +02:00
  • 844d22fdd5
    Add magic number and validation to cart dumps spicyjpeg 2024-03-25 23:45:17 +01:00
  • 59186cedf0
    Add flash writing and fix erasing, bump to 0.4.0 spicyjpeg 2024-03-25 23:10:23 +01:00
  • f5ae20f9a8
    Add storage device options menu, flash and RTC erasing spicyjpeg 2024-03-25 15:52:07 +01:00
  • b903d01b1a
    Add flash chip drivers, cart restoring from dump spicyjpeg 2024-03-24 13:24:21 +01:00
  • 5c3f5f02fa
    Split off file picker screen, fix executable launcher spicyjpeg 2024-03-21 20:03:59 +01:00
  • b98280d6a9
    X76 config fixes, add support for executables in flash images spicyjpeg 2024-03-20 18:25:11 +01:00
  • 621118ae95
    Update CMake scripts, shrink launchers to 32 KB spicyjpeg 2024-01-12 22:23:10 +01:00
  • 1b1e9e9924
    More ps1-bare-metal updates spicyjpeg 2024-01-08 19:02:16 +01:00
  • a55de1daf8
    Implement executable file picker spicyjpeg 2024-01-03 14:13:02 +01:00
  • 51d6349a95
    Fix IDE reset, initial executable loader implementation spicyjpeg 2024-01-02 12:58:58 +01:00
  • 42ef07c1ce
    Add executable launchers and related build-time options spicyjpeg 2023-12-31 20:42:59 +01:00
  • 75d150fffd
    Rearrange source files into main and common folders spicyjpeg 2023-12-30 18:49:42 +01:00
  • ea80f8fa56
    Add JEDEC ID reading, FAT info, fix warnings/bugs spicyjpeg 2023-12-30 15:41:23 +01:00
  • e55c30d073
    Add system info screen, directory API, new icons, fix delay spicyjpeg 2023-12-29 19:37:39 +01:00
  • 4d0a18a391
    Fix delay function, logs in 480i mode, clangd config spicyjpeg 2023-12-25 15:04:13 +01:00
  • 99df368198
    Add screen resolution switcher, minor cleanups spicyjpeg 2023-12-23 18:35:06 +01:00
  • 3d81913ba1
    Add X76F100 driver, fix X76F041/DS2401, add GCA15 spicyjpeg 2023-12-23 12:24:44 +01:00
  • b15eaa1bbd
    Add documentation and flash dump splitter script spicyjpeg 2023-09-27 14:51:58 +02:00
  • a26dc1d069
    Reencode sounds, misc. cleanups and fixes spicyjpeg 2023-09-26 11:50:51 +02:00
  • 3e06aae674
    Update cartdb, fix system IDs, change sorting criteria spicyjpeg 2023-09-23 18:37:55 +02:00
  • b6d440b3a5
    Clean up more dumps, remove duplicates in cartdb spicyjpeg 2023-09-23 10:13:09 +02:00
  • 54bd693094
    Sort X76F041 dumps by cart type, update cartdb spicyjpeg 2023-09-22 16:38:02 +02:00
  • 870010858d
    Fix ZS01 reflashing, add missing cart ID check spicyjpeg 2023-09-22 12:34:28 +02:00
  • d86d3123db
    Rearrange app class structure and clean up main() spicyjpeg 2023-09-19 21:25:22 +02:00
  • e5ae6c1440
    Fix IDE checksum bug, file destructor warnings spicyjpeg 2023-09-19 19:49:06 +02:00
  • e49525c38c
    Change back button combo, update readme, misc. cleanups spicyjpeg 2023-09-18 22:50:52 +02:00
  • 02b9db91dc
    Fix QR and IDE bugs, make font metrics customizable spicyjpeg 2023-09-17 13:41:35 +02:00
  • 811768e658
    Add CD-ROM eject option, clean up main() spicyjpeg 2023-09-16 16:35:34 +02:00
  • cf1b3a93dc
    Fix bugs in dummy cart driver, ID entry screen spicyjpeg 2023-09-16 14:01:26 +02:00
  • 83e93b33a8
    Update tools and build script to use xorriso spicyjpeg 2023-09-15 00:26:47 +02:00
  • 6a02f4babf
    Bump to 0.3.4, load color palette from resources spicyjpeg 2023-09-14 23:54:59 +02:00
  • 5489ca8ff2
    Update exception handler and ps1-bare-metal headers spicyjpeg 2023-08-06 11:23:27 +02:00
  • cc632dcca2
    Make message screen generic, add error enum strings spicyjpeg 2023-08-05 09:18:10 +02:00
  • 9aacabe133
    IDE driver and dumper bugfixes, minor corrections spicyjpeg 2023-07-11 21:58:11 +02:00
  • 262454ad81
    Implement flash/RTC/BIOS dumping, fix IDE driver spicyjpeg 2023-07-09 18:12:27 +02:00
  • 2d3510a328
    Fix reflash data key bug and UI issues spicyjpeg 2023-06-27 16:25:52 +02:00
  • be5f6f3586
    Implement main menu, text scrolling, split off font code spicyjpeg 2023-06-26 15:23:47 +02:00
  • 80e6451b7f
    More cart identification bugfixes spicyjpeg 2023-06-26 08:39:50 +02:00
  • 4ba73e7533
    Fix reflashing, refactor, shorten cartdb region codes spicyjpeg 2023-06-25 09:56:47 +02:00
  • e97783a941
    Add reflashing, fix bugs and traceid generation spicyjpeg 2023-06-25 06:49:39 +02:00
  • b063a1eeff
    Implement manual key entry and system ID editing spicyjpeg 2023-06-24 10:48:35 +02:00
  • 09307751d4
    Bump version to 0.3.2, add system ID resetting spicyjpeg 2023-06-24 07:41:04 +02:00
  • ad6b537f59
    Move dumps to data directory, add test dump files spicyjpeg 2023-06-23 06:37:38 +02:00
  • c33ec7e6af
    Get the tool into an almost working state spicyjpeg 2023-06-22 21:42:50 +02:00