diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-11-02 13:54:50 +0100 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-11-02 13:54:50 +0100 |
| commit | 46d0f6aeb1588b85852487e581a8b4c9c2401646 (patch) | |
| tree | ca93ed439b297fe8f59841b6885ba65ded81f9a3 /mknes_ppu.c | |
| parent | fc41466fe825eae4e5c2e2f4764482c53c687679 (diff) | |
Add MMC5, not in a working state, but can start castlevania iii, this is a horrible mapper to implement.
Diffstat (limited to 'mknes_ppu.c')
| -rw-r--r-- | mknes_ppu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mknes_ppu.c b/mknes_ppu.c index 8006ff6..b0f6479 100644 --- a/mknes_ppu.c +++ b/mknes_ppu.c @@ -367,7 +367,7 @@ rendering_done: } if(state->mapper_function.tick) { - state->mapper_function.tick(state); // TODO(peter): This signature has to be changed to supply dot and scanline! + state->mapper_function.tick(state, scanline, dot); } } ppu->dot = dot; |
