Commit graph

  • 899a34acde
    Merge 0d56ffe4b0 into 8ae814d615 Akeraiotitasoft 2024-09-27 03:01:38 +00:00
  • 0d56ffe4b0 Add mapper 474 Akeraiotitasoft LLC 2024-09-26 19:37:24 -07:00
  • 8ae814d615
    Update .gitattributes master Daniel Prilik 2022-01-11 14:34:56 -08:00
  • cbc4160fe9
    Merge pull request #15 from MrKOSMOS/master Daniel Prilik 2021-12-03 12:30:03 -10:00
  • 9f0c11c6e3
    Update cpu.cc MrKOSMOS 2021-12-03 20:34:03 +00:00
  • f19d1d0304
    Update emu.cc MrKOSMOS 2021-12-03 20:10:45 +00:00
  • 42d33b1e08
    Update emu.h MrKOSMOS 2021-12-03 20:08:27 +00:00
  • 0995f9a86f
    Update widenes.cc MrKOSMOS 2021-12-02 20:56:10 +00:00
  • 1d903e2615
    Update mapper_009.cc MrKOSMOS 2021-12-02 20:46:53 +00:00
  • 99ae2a99fa
    Update mapper_007.cc MrKOSMOS 2021-12-02 20:46:23 +00:00
  • 35290b5296
    Update mapper_004.cc MrKOSMOS 2021-12-02 20:42:38 +00:00
  • 8c23e981f0
    Update mapper_001.cc MrKOSMOS 2021-12-02 20:30:21 +00:00
  • 6f27b38d83
    Update apu.cc MrKOSMOS 2021-12-02 20:29:04 +00:00
  • 9e16eb1d13
    Update emu.cc MrKOSMOS 2021-12-02 19:05:10 +00:00
  • af086ebfa6
    Update emu.cc MrKOSMOS 2021-12-02 18:37:47 +00:00
  • 772656ed71
    Update emu.h MrKOSMOS 2021-12-02 18:30:18 +00:00
  • 050bb8b193
    Merge pull request #12 from Margen67/actions Daniel Prilik 2020-08-31 21:22:03 -04:00
  • 88a571ac30 Add GitHub Actions CI Margen67 2020-07-30 10:42:12 -07:00
  • 806b7b72e2 added thing Hunter Lannon 2019-05-30 13:06:31 -07:00
  • dd0717fa39 added dumb jenkinsfile Hunter Lannon 2019-05-30 12:50:26 -07:00
  • cd756d0a2d fix some gcc warnings, and maybe even a ppu bug? Daniel Prilik 2018-12-03 14:04:27 -05:00
  • 0081371aa4
    add links to wideNES writeup Daniel Prilik 2018-08-28 13:39:26 -04:00
  • 22d9de7434
    Update README.md 0.9.1 Daniel Prilik 2018-08-24 12:33:58 -07:00
  • 51457bc9e7
    Update README.md Daniel Prilik 2018-08-24 12:32:06 -07:00
  • f5e13d1da2
    Update _config.yml Daniel Prilik 2018-08-24 12:13:39 -07:00
  • 13618a768b updated metroid GIF Daniel Prilik 2018-07-31 15:53:16 -07:00
  • 1a5f555f6b fixed MMC1 bug - Metroid enemies move now Daniel Prilik 2018-07-31 14:22:18 -07:00
  • 51d6e27c26
    Merge pull request #1 from daniel5151/wideNES Daniel Prilik 2018-07-25 10:38:48 -07:00
  • 2093dc058d save / load scenes to/from disk wideNES Daniel Prilik 2018-07-25 10:25:02 -07:00
  • 67cfa183f8 re-enterant scenes! Daniel Prilik 2018-07-20 15:23:31 -07:00
  • 8c0cd894ea initial scene-detection algorithm + cleanup Daniel Prilik 2018-07-19 11:19:32 -07:00
  • 4768bfaf75 fix windows build Daniel 2018-07-17 21:52:55 -07:00
  • cfdb31e6dc add zelda heuristic + cleanup Daniel Prilik 2018-07-17 15:30:45 -07:00
  • fc350a64ad very minor edits Daniel Prilik 2018-07-16 17:39:03 -07:00
  • 3ee521700a improved tile-updates, added 16x16 block sampling Daniel Prilik 2018-07-15 12:31:44 -07:00
  • 41b8137d10 minor tweak to getting framebuffers / audio samples Daniel Prilik 2018-07-13 17:18:01 -07:00
  • 86a048127d improved ppu instrumentation + cleaning up debug hooks Daniel Prilik 2018-07-13 17:08:25 -07:00
  • 8b805372a2 add menu to wideNES window Daniel Prilik 2018-07-13 15:23:08 -07:00
  • d8a2be3504 tweak inter-module interaction Daniel Prilik 2018-07-13 10:03:06 -07:00
  • f3add19dc2 fix windows build Daniel 2018-07-12 21:03:21 -07:00
  • fcf791af49 cleanup + make menu a submodule Daniel Prilik 2018-07-12 18:53:05 -07:00
  • e0b5ceef39 made ppu_debug into a GUI module + cli toggle wideNES and ppu_debug Daniel Prilik 2018-07-12 17:40:00 -07:00
  • e983ad4016 fixed smearing + removed wideNES specifics from PPU Daniel Prilik 2018-07-12 13:11:09 -07:00
  • 871daf6aa1 tweaked callbacks + refactored SDL_inprint Daniel Prilik 2018-07-12 11:28:54 -07:00
  • b085f094af made NES state a shared resource Daniel Prilik 2018-07-11 17:51:29 -07:00
  • afd2523452 fix menu not showing up Daniel Prilik 2018-07-11 16:51:34 -07:00
  • cba273aa08 automatic padding detection + sampling overhaul Daniel Prilik 2018-07-11 16:17:08 -07:00
  • 28233ab5a5 add padding + update READMEs Daniel Prilik 2018-07-10 18:28:22 -07:00
  • a2e87f25bb make wideNES a standalone GUI module + smearing fix? Daniel Prilik 2018-07-10 13:58:11 -07:00
  • adb409b196 add Metroid GIF Daniel Prilik 2018-07-09 18:40:27 -07:00
  • 9982876c73 add seperate spr and bgr framebuffers Daniel Prilik 2018-07-09 16:56:47 -07:00
  • fc6f6dd157 revamp tile system, much more robust Daniel Prilik 2018-07-09 15:53:09 -07:00
  • 96e2d1c7d6 Merge branch 'master' into wideNES Daniel Prilik 2018-07-09 11:26:19 -07:00
  • 00adfb44fd save savestates in .state files Daniel Prilik 2018-07-09 11:23:55 -07:00
  • 732b6381a8 first test of vertical + horizontal scrolling Daniel Prilik 2018-07-09 10:43:31 -07:00
  • af0edffe62 updated branch readme Daniel Prilik 2018-07-06 19:08:55 -07:00
  • 123610c820 switch to tile-based system. nes screen now static, bg moves behind it Daniel Prilik 2018-07-06 18:22:15 -07:00
  • 7757704a29 initial tests of wideNES Daniel Prilik 2018-07-05 19:04:14 -07:00
  • 29f5aea4ba minor gui refactor + apu buffer overflow fix Daniel Prilik 2018-07-06 11:25:46 -07:00
  • 4395b29e13 Set theme jekyll-theme-minimal Daniel Prilik 2018-07-04 10:14:06 -07:00
  • a9d3c8ab47 mention new release Daniel Prilik 2018-07-04 10:10:04 -07:00
  • 8423bd9a30 cleanup v0.9.0 Daniel Prilik 2018-07-03 21:23:34 -07:00
  • 52c8ea08c2 second-pass at modularizing GUI - done? Daniel Prilik 2018-07-02 16:51:59 -07:00
  • 82be50b3b9 "fixed" config saving on Windows Daniel 2018-06-29 22:54:05 -07:00
  • 320cb52f82 fix Windows and Linux builds Daniel 2018-06-29 22:38:18 -07:00
  • 601ef54396 first-pass at modularizing GUI some more Daniel Prilik 2018-06-29 19:13:59 -07:00
  • d3c70fff37 improved parameter passing into ANESE core Daniel Prilik 2018-06-29 18:07:27 -07:00
  • bb4588023b major SDL gui restructure Daniel Prilik 2018-06-29 16:04:07 -07:00
  • 245a8b4d97 basic persistent config Daniel Prilik 2018-06-29 12:20:59 -07:00
  • f680a40348 dmc fixes + apu cleanup Daniel Prilik 2018-06-28 12:19:45 -07:00
  • aee8509bfa fix travis blargg-apu Daniel Prilik 2018-06-28 10:03:10 -07:00
  • a9f5a4fe4e fix travis Daniel Prilik 2018-06-28 09:43:36 -07:00
  • c905276b95 update README, done first pass at APU! Daniel Prilik 2018-06-27 18:59:09 -07:00
  • 32df376278 dmc implemented + apu fixes + switch to float samples Daniel Prilik 2018-06-27 18:48:16 -07:00
  • 390b1596f3 added hi and lo pass filters to apu Daniel Prilik 2018-06-27 11:34:47 -07:00
  • 391e38a524 add triangle channel Daniel Prilik 2018-06-26 17:38:35 -07:00
  • 9d70934534 add pulse channels - improved noise Daniel Prilik 2018-06-26 11:23:58 -07:00
  • 0218da255f noise channel working! Daniel Prilik 2018-06-25 12:51:30 -07:00
  • 3bfe347fa5 begin work on custom APU Daniel Prilik 2018-06-25 10:40:39 -07:00
  • f65b943078 replace heavyweight args with single-header clara Daniel Prilik 2018-06-19 18:58:48 -07:00
  • 9400333797 massive mapper cleanup Daniel Prilik 2018-06-15 17:24:01 -07:00
  • ea70e54e0f broke-apart gui.cc into managable chunks Daniel Prilik 2018-06-14 11:58:17 -07:00
  • d54204d0ee attempted to add zapper support Daniel Prilik 2018-06-13 18:54:26 -07:00
  • d5922ed9bb added demo rom (2048) to releases Daniel Prilik 2018-06-12 11:39:31 -07:00
  • e5b69f599b fixed windows build - stupid Windows.h >:( Daniel 2018-06-11 23:02:27 -07:00
  • 1cab46c15d fix crashing appbundle macOS Daniel Prilik 2018-06-11 18:58:26 -07:00
  • e99b7d13c3 added a SDL filepicking UI Daniel Prilik 2018-06-11 18:29:26 -07:00
  • c9b735bf36 finished initial clenaup of SDL2 frontend Daniel Prilik 2018-06-08 18:16:03 -07:00
  • 4076da21ce shuffling files around, prep for main.cc cleanup Daniel Prilik 2018-06-08 14:59:13 -07:00
  • 653cb24e49 upload macOS bundles to GDrive Daniel Prilik 2018-06-08 09:57:01 -07:00
  • 6751d7948d correct sprite fetch timings - MMC2 works now! Daniel Prilik 2018-06-07 17:52:50 -07:00
  • deeebe75ac minor README tweaks Daniel Prilik 2018-06-05 16:50:53 -07:00
  • 60836bd54c added macOS bundle creation to make install Daniel Prilik 2018-06-05 15:44:15 -07:00
  • 7ef2416115 updated README, and removed Ubuntu build from appveyor Daniel Prilik 2018-06-05 11:34:39 -07:00
  • 10a442cafa added travis ci Daniel Prilik 2018-06-05 11:27:26 -07:00
  • 2aa17b3c97 add appveyor CI Daniel Prilik 2018-06-05 10:05:41 -07:00
  • 36e9f40de2 fix minor build issue Daniel Prilik 2018-06-04 10:41:32 -07:00
  • 230f83f384 cleanups and refactors Daniel 2018-06-03 13:52:01 -07:00
  • eaba4fdb6c windows fixes Daniel 2018-06-01 22:14:16 -07:00
  • 49c57ec4a4 tried to implement Mapper 9 (Punch Out!!) + small .sav refactor Daniel Prilik 2018-06-01 18:26:34 -07:00