Commit graph

  • 097d57db7e Merge branch 'master' of https://github.com/Lauchmelder23/NESEmulator master Lauchmelder 2021-10-31 02:02:49 +0200
  • e665f7a455 added mapper mbc1 Lauchmelder 2021-10-31 02:02:31 +0200
  • d97dc819e4
    Update README.md Lauchmelder 2021-10-31 00:29:30 +0200
  • 29643e060b fixed gcc build warnings Robert 2021-10-31 00:19:48 +0200
  • e4c68c8b17 slightly tweaked ppu rendering Lauchmelder 2021-10-30 23:33:20 +0200
  • bcbcea5d15 fixed nametable prerender bug Lauchmelder 2021-10-30 22:55:21 +0200
  • 674ee5059b added controller input Lauchmelder 2021-10-30 21:01:27 +0200
  • 640df2feb2 Merge branch 'master' of https://github.com/Lauchmelder23/NESEmulator Lauchmelder 2021-10-30 19:54:39 +0200
  • 442f1499f0 fixed gcc build errors Lauchmelder 2021-10-30 19:49:02 +0200
  • 5a9fa1512c fixed gcc build errors Lauchmelder 2021-10-30 19:49:02 +0200
  • 9ab5ac3c13 added ppu read latch Lauchmelder 2021-10-30 19:42:17 +0200
  • 2fdae00ff8 fixed unneeded ppu read access, causing the vram address to be incremented when it shouldnt be Lauchmelder 2021-10-30 19:36:32 +0200
  • 35b67dac5f
    Merge pull request #4 from OPNA2608/add/gha-ci Lauchmelder 2021-10-29 22:35:55 +0200
  • a579793bd1 Fixed build warnings for gcc Robert 2021-10-29 22:33:34 +0200
  • 9ec803b42f Add GitHub Actions CI Christoph Neidahl 2021-10-29 22:31:37 +0200
  • cabc0ae639 fixed gcc build errors Robert 2021-10-29 22:17:01 +0200
  • f2baa96968
    Merge pull request #3 from OPNA2608/add/devendor-sdl2 Lauchmelder 2021-10-29 21:56:47 +0200
  • 801a2febcb
    Merge pull request #2 from OPNA2608/fix/macro-typo Lauchmelder 2021-10-29 21:55:58 +0200
  • 2f140fee07 Devendor SDL2 OPNA2608 2021-10-29 18:04:04 +0200
  • 123f29c1e9 Typo fix Mapper{Read,Write}PPU in writeCartridgePPU OPNA2608 2021-10-29 17:54:41 +0200
  • 306516394b rendering is now kind of working Lauchmelder 2021-10-29 17:34:17 +0200
  • 9039fa0ccf added mappers (not working) Lauchmelder 2021-10-28 16:57:37 +0200
  • 034645154d added interrupts Lauchmelder 2021-10-24 16:52:15 +0200
  • 56c9dfbe6e fixed mem access violation Lauchmelder 2021-10-24 13:47:11 +0200
  • 2b71e3e0d2 added SDL Lauchmelder 2021-10-23 20:36:38 +0200
  • 7c0957325f added ppu register access Lauchmelder 2021-10-23 20:16:29 +0200
  • 19d138fb5f added ppu Lauchmelder 2021-10-23 19:30:02 +0200
  • 1af2c37b70 aadded all instructions to run test rom Lauchmelder 2021-10-23 18:52:09 +0200
  • 2596ac2c65 added LAX Lauchmelder 2021-10-23 16:00:40 +0200
  • cb890b0960 fixed opcode table Lauchmelder 2021-10-23 15:55:54 +0200
  • 92d92a80c6 added illegal opcodes to matrix Lauchmelder 2021-10-23 15:44:13 +0200
  • 7dab375c78 Merge branch 'master' of https://github.com/Lauchmelder23/NESEmulator Lauchmelder 2021-10-23 01:29:22 +0200
  • bfdf3f88cf started adding illegal instructions Lauchmelder 2021-10-23 01:29:15 +0200
  • a345421963 added more instructions Lauchmelder 2021-10-23 00:47:33 +0200
  • 482bb49541
    Create README.md Lauchmelder 2021-10-22 18:23:11 +0200
  • f872e19707 added logging Lauchmelder 2021-10-22 17:49:20 +0200
  • 0f62079193 added addressing modes Lauchmelder 2021-10-22 16:39:48 +0200
  • 458500bd59 started opcodes Lauchmelder 2021-10-21 19:24:53 +0200
  • 4b22287ad0 added rom/bus interaction Lauchmelder 2021-10-20 23:23:16 +0200
  • abb9b2e54a added cartridge loading Lauchmelder 2021-10-20 23:11:08 +0200
  • 5aa8a64871 Initial commit Lauchmelder 2021-10-20 22:39:29 +0200