summaryrefslogtreecommitdiff
path: root/src/code/z_moji.c
AgeCommit message (Expand)Author
2025-04-27Delete macros.h; Delete global.h (#2516)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-02-26Reduce dependencies on global.h (10) (#2490)mzxrules
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-07-10Use intptr in most remaining code files (#1438)Roman971
2021-11-28Improve gfxprint documentation and strings (#1028)Roman971
2021-11-28Cleanup unnecessary &'s on function/array pointers (#1031)Roman971
2021-11-01Document `z_moji.c` (#926)Dragorn421
2021-06-15Interface improvements (#822)Zelllll
2021-01-12Fix LoadTextureBlock/LoadTextureTile combined macros and z_fbdemo OK (#623)petrie911
2020-11-19Three new matching functions (#492)petrie911
2020-10-29Use macros for oGfxCtx accesses (#465)fig02
2020-10-03libultra cleanup (#215)Random
2020-09-15Decompile PreRender.c (#319)Random
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-07-16Change Colors To Decimal (#260)fig02
2020-04-05Fixes in PR #50 (3)Random
2020-04-04Decompile graph.cRandom
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker