Commit Graph

  • 909cf66df0
    [ppu] Begin work on rendering engine main Joaquin 2023-03-13 01:50:12 +0200
  • 15e558719b [cartridge/main] Fixed warnings and Address decoding RenDev 2022-12-18 15:54:55 -0800
  • b9be3f383e
    [bus/cpu] Clean up code Joaquin 2022-12-17 12:49:31 +0200
  • 72cec71303
    [cartridge] Fix mapper resolve address Joaquin 2022-12-17 12:27:06 +0200
  • f14bfa787f Fixes to ROM Loading and Branching Instructions RenDev 2022-12-15 23:24:42 -0800
  • 3ecac1636f
    [ppu] Make struct pack bits for proper union Joaquin 2022-12-16 00:01:48 +0200
  • e00b5d4844 Moved stderr debug info into stdout RenDev 2022-12-13 23:46:15 -0800
  • 436d726feb Err detection fixes and Makefile Improvements RenDev 2022-12-13 23:31:49 -0800
  • ad59ac8042
    [ppu] Add table resolve funcs and fix error Joaquin 2022-12-12 01:06:33 +0200
  • ddcca973de
    [ppu] Remove useless ppu.scroll and .addr Joaquin 2022-12-11 22:37:34 +0200
  • a775024844
    [ppu] Make registers loopy Joaquin 2022-12-11 22:28:33 +0200
  • bb61cc15b0
    [all] bits and pieces in preparation for the PPU Joaquin 2022-12-05 00:34:11 +0200
  • a525076a00
    [bus.c] Removed useless mapper resolve functions Joaquin 2022-12-03 22:41:04 +0200
  • 58b0d58a60
    Create README.md KoNicks 2022-12-03 15:59:38 +0200
  • d388a54ac9
    [all] Standardise casing to camelCasing Joaquin 2022-12-03 15:48:41 +0200
  • cf5b2613c6
    [cpu.c] Add JMP(6C) IND addressing mode exception Joaquin 2022-12-03 15:08:20 +0200
  • 6700e183e6
    [bus.c] Fix bus_read16 Joaquin 2022-12-03 13:57:16 +0200
  • 2cba251413
    [make] Clean up makefile (again) Joaquin 2022-06-01 14:54:49 +0300
  • 9c75515e9a
    [bugs] Fixed a lot of bugs (list below) Joaquin 2022-05-20 00:40:10 +0300
  • 925f557063
    [bug/cpu.c] fix ADC tmp overflow scenarion breaking Joaquin 2022-05-19 20:57:50 +0300
  • 9ee3b3df23
    [make] removed Makefile compiler bias Joaquin 2022-05-19 20:52:48 +0300
  • f4beeeab78
    [std C compliance] replace #pragma once in common.h with standard #ifndef guard Joaquin 2022-05-19 19:31:03 +0300
  • cb84c1614f
    [bugs] squashed some bugs - still more to get KoNicks 2022-05-19 01:11:03 +0300
  • 5bcf79325a
    [debug] change all output to only show in DEBUG mode KoNicks 2022-05-18 21:16:14 +0300
  • 35b687b916
    [init] added files KoNicks 2022-05-18 01:52:33 +0300