Commit Graph

1959 Commits

Author SHA1 Message Date
Cuyler36 4ae9cbc68c Merge pull request #529 from turtlekiosk/add-parameters-to-signatures
Add parameters to function signatures to satisfy C23 strictness
2026-04-24 01:42:20 -04:00
tk f07b64e466 Remove aHT1_GetDefaultAngle macro and remove parameters from aHT1_GetDefaultAngle call sites. 2026-04-24 01:40:54 -04:00
tk 7f5cc03b1d Correctly typecast aNPC_SCHEDULE_PROC variable. 2026-04-23 23:08:19 -04:00
tk 9435592380 Use macro to have both aHT1_GetDefaultAngle signatures. 2026-04-23 22:25:16 -04:00
tk f9123b206d Add parameters to function signatures where parameters are passed at the function call site. 2026-04-23 19:19:24 -04:00
Cuyler36 c6d5d8f999 Fix minor issues in m_camera2, ac_npc_ctrl 2026-04-23 13:03:38 -04:00
Cuyler36 7030f2ee93 rspsim: Fix ENVMIXER command 2026-03-26 16:30:27 -04:00
Cuyler36 c5215178ce Misc refactors and corrections 2025-11-06 04:09:24 -05:00
Cuyler36 11b5cbed71 Mark jaudio_NES driver.c, memory.c as equivalent 2025-11-04 04:33:52 -05:00
Cuyler36 fe6c7d2f36 Add test MML disassembler 2025-11-04 03:01:39 -05:00
Cuyler36 21a3e85272 jaudio_NES/driver: Nas_Synth_Envelope 98% 2025-11-04 03:01:05 -05:00
Cuyler36 55923bf8d8 jaudio_NES/driver: match Nas_Synth_Envelope 2025-11-03 11:25:51 -05:00
Cuyler36 ef3506df2f jaudio_NES: link internal/system.c, minor refactors 2025-11-03 06:26:45 -05:00
Cuyler36 6c81937894 jaudio_NES: add enums for MML commands 2025-11-01 11:44:19 -04:00
Cuyler36 e2d9c7ae87 Support basic custom TU injection for foresta for modding purposes 2025-10-30 00:02:53 -04:00
Cuyler36 09d09071c2 ac_haniwa: refactor 2025-10-29 23:09:03 -04:00
Cuyler36 59a8479ed6 famicom.cpp: Use correct enums and align commentImageBuffer 2025-10-29 22:36:53 -04:00
Cuyler36 10efef5ffe Improve ks_nes_draw funcs scores some, a bunch of documentation and improvements in ks_nes_core. 2025-10-29 17:02:39 -04:00
Cuyler36 4b490c1aaa ks_nes_draw: more fixes, bug documentaiton, and score improvements 2025-10-28 07:50:32 -04:00
Cuyler36 ca57bdaabe ks_nes_common: make ksNesPPUScanlineState's chr_bank_sprite array 8 bytes instead of 4 2025-10-28 05:17:19 -04:00
Cuyler36 20b0337e78 ks_nes_common: merge _pad_2F0 with mmc2_scanline_latch_tiles 2025-10-28 05:14:11 -04:00
Cuyler36 ec9cb459de ks_nes_draw: fix incorrect but equivalent logic in ksNesDrawMakeOBJ[Blank/Appear]VtxList 2025-10-28 05:12:19 -04:00
Cuyler36 630a5f614c ks_nes_draw: fix regression in ksNesDrawEmuResult 2025-10-28 05:00:26 -04:00
Cuyler36 b4166122df ks_nes_draw: slight score improvements, document draw struct members (best guess) 2025-10-28 04:55:42 -04:00
Cuyler36 25f38fbfb6 ks_nes_draw: ksNesDrawMakeBGIndTexMMC2 93%, all functions attempted 2025-10-25 22:22:07 -04:00
Cuyler36 98b9f4cf61 ks_nes_draw: ksNesDrawOBJMMC5 97% 2025-10-25 20:18:20 -04:00
Cuyler36 fc73593dca ks_nes_draw: improve ksNesDrawOBJSetupMMC2 2025-10-24 22:06:22 -04:00
Cuyler36 96c8101866 ks_nes_draw: ksNesDrawMakeBGIndTexMMC5 96%, equivalent 2025-10-24 01:22:03 -04:00
Cuyler36 78a8115758 ks_nes_draw: ksNesDrawMakeBGIndTex 99% 2025-10-24 00:47:13 -04:00
Cuyler36 12e785be8e ks_nes_draw: improve ksNesDrawMakeBGIndTex 2025-10-24 00:22:52 -04:00
Cuyler36 2ae6d5a2d8 ks_nes_draw: fix rodata 2025-10-23 20:55:19 -04:00
Cuyler36 611981e0fe ks_nes_draw: correct indtexmtx values 2025-10-23 20:53:29 -04:00
Cuyler36 1c36bfebf0 ks_nes_draw: match ksNesDrawBG 2025-10-23 20:51:56 -04:00
Cuyler36 359e65e10d Merge pull request #523 from abnormalhare/master
match ks_nes_draw:ksNesDrawEmuResult
2025-10-23 20:01:13 -04:00
CreateSource 762b74fcf0 Merge pull request #1 from abnormalhare/ksNesDrawEmuResult
Ks nes draw emu result
2025-10-23 19:59:03 -04:00
CreateSource fd08b34e2e match EmuResult! 2025-10-23 19:57:03 -04:00
CreateSource 15ffd48e37 99% matching !! 2025-10-23 18:57:39 -04:00
Cuyler36 994b135206 Fix accidental includes 2025-10-23 15:07:49 -04:00
Cuyler36 659d8ca4ac ks_nes_draw: ksNesDrawOBJSetupMMC2 95%, ksNesDrawMakeBGIndTex 48% 2025-10-23 15:00:31 -04:00
abnormalhare 09c5031752 progress 2025-10-23 14:55:36 -04:00
Cuyler36 cd0f5c1350 Merge pull request #522 from abnormalhare/master
match Famicom/ks_nes_draw.cpp:ksNesDrawOBJI8ToEFB
2025-10-23 13:21:23 -04:00
abnormalhare 32d7df15be better calculation for u 2025-10-23 13:16:30 -04:00
abnormalhare 652603e11a start ksNesDrawEmuResult 2025-10-23 13:13:49 -04:00
Cuyler36 139d8f3926 Match jaudio_NES/driver Nas_Synth_Delay 2025-10-23 12:10:04 -04:00
Cuyler36 ed33f09e03 jaudio_NES/driver.c 98% 2025-10-23 12:10:04 -04:00
Cuyler36 9c72faddf6 match jaudio_NES/driver Nas_SynthMain 2025-10-23 12:10:04 -04:00
CreateSource 4a36014a88 Merge branch 'ACreTeam:master' into master 2025-10-23 12:09:41 -04:00
abnormalhare 7941d78bf3 match Famicom/ks_nes_draw.cpp:ksNesDrawOBJI8ToEFB 2025-10-23 12:09:21 -04:00
Cuyler36 cd77c59ce5 Match jaudio_NES/driver Nas_Synth_Delay 2025-10-23 11:05:29 -04:00
Cuyler36 ce56cfc0bc jaudio_NES/driver.c 98% 2025-10-23 04:00:49 -04:00