Commit Graph

133 Commits

Author SHA1 Message Date
Sarah Jamie Lewis f4b677d52a Initial Commit of nesfuzz 2021-11-21 23:23:49 -08:00
Theron 4afae10ece fix rom arg issue 2021-03-22 20:40:18 -05:00
Theron Spiegl 63ae324433 fix DMC underflow issue properly 2020-12-30 19:18:17 -06:00
Theron 50f16b3551 remove unnecessary flag 2020-09-02 18:33:17 -05:00
Theron Spiegl d715981b03
Merge pull request #7 from spieglt/dmc
Dmc
2020-08-09 12:40:02 -05:00
Theron 9f11b93c24 dmc 2020-08-09 12:37:11 -05:00
Theron d4e5c47523 dmc 2020-08-09 12:36:47 -05:00
Theron 3b82cc70fa readme 2020-08-09 12:16:08 -05:00
Theron d3d302def4 dmc working? 2020-08-09 12:10:11 -05:00
Theron 1cef378272 dmc 2020-08-08 23:30:41 -05:00
Theron Spiegl 3e46a37b24 working on DMC 2020-08-08 11:25:31 -05:00
Theron 784c507e85 color emphasis 2020-03-29 11:52:15 -05:00
Theron d2ea059915 remove print statement 2020-03-08 18:01:24 -05:00
Theron ede3545260 not starting audio till buffer has data, fixed snake case warnings, loading save state by time modified, not filename. high-pitched ringing is gone from audio thanks to filters! 2020-03-05 19:50:56 -06:00
Theron 13d617059c readme 2020-03-04 21:54:52 -06:00
Theron b4edad8648 removing test 2020-03-04 21:52:04 -06:00
Theron e99a564940 think i have filters correct. commiting this with timer that flips every 3 seconds to compare back to back. they at least work/make the sound less harsh. 2020-03-04 21:48:21 -06:00
Theron 5551e2a53a fixing coefficients hopefully 2020-03-04 21:14:54 -06:00
Theron dbccee8edd experimenting with high- and low-pass filters. not sure if they're right. 2020-03-04 20:09:04 -06:00
Theron e36bfd1821 fixes save states for games with cartridge RAM. not the most elegant way to serialize mappers but straightforward. was hoping to downcast dyn Mapper trait object but couldn't get it to work. 2020-03-02 19:01:00 -06:00
Theron f7cb2a3450 controls 2020-03-01 18:44:32 -06:00
Theron 003d5a45b9 readme 2020-03-01 18:38:31 -06:00
Theron f84d52cc1e readme 2020-03-01 18:30:02 -06:00
Theron 4ffc0bab56 reset button 2020-03-01 18:28:45 -06:00
Theron 3845bb8ba1 file signature check 2020-03-01 17:47:43 -06:00
Theron 24b752c2ee allow file drops to mid-game to load different game 2020-03-01 16:58:27 -06:00
Theron b958366044 working on file drops 2020-03-01 16:12:51 -06:00
Theron 25eb6bf446 instructions 2020-03-01 16:11:24 -06:00
Theron 91f0aa479b working on drag and drop to load games 2020-03-01 14:17:09 -06:00
Theron 435a1b41fc multiple state saving and loading working 2020-03-01 12:36:34 -06:00
Theron 5f54f10b3c merge 2020-03-01 01:24:36 -06:00
Theron 2aa55efc4e merge 2020-03-01 01:22:52 -06:00
Theron ac61bdab4d Merge branch 'master' of https://github.com/spieglt/nestur 2020-02-29 22:27:06 -06:00
Theron c7b331cec1 drag and drop working for save states 2020-02-29 22:26:59 -06:00
spieglt 4c30a692d0
Update README.md 2020-02-29 17:25:52 -06:00
Theron 7f5a71cf07 save states are working on the first try! crude, only one at a time, and probably needing some cleanup, but working. 2020-02-29 17:23:51 -06:00
Theron 531240e94e experimenting with serde 2020-02-28 19:47:46 -06:00
spieglt 56925d0815
Merge pull request #6 from acalhoon/mapper_mutability
Remove mutability from Mapper get_mirroring
2020-02-04 21:59:49 -06:00
Theron d8aa38cf5b bump sdl2 version 2020-02-03 23:37:05 -06:00
Theron Spiegl 6941fbf4c8 instructions 2020-02-03 23:05:23 -06:00
Theron 197fb6406a use bundled and static link features 2020-02-03 21:25:18 -06:00
Theron 7b0a45ec02 fix SDL2 instructions for Windows 2020-02-02 12:08:11 -06:00
Adam Calhoon b0b25247ce Remove mutability from Mapper get_mirroring 2020-02-01 22:01:49 -05:00
Theron 4be3570c85 remove mutability from mapper read funcs 2020-02-01 14:49:30 -06:00
Theron f8718718a1 fix input issue 2020-02-01 14:10:50 -06:00
spieglt d6d4a65843
Update README.md 2020-01-30 20:42:17 -06:00
spieglt cebf19af99
Update README.md 2020-01-30 20:37:01 -06:00
Theron Spiegl 15431e8fec vertical scroll bug fixed, mmc3 fixed, pics, readme 2020-01-30 20:33:29 -06:00
Theron e4d8bba720 spaces 2020-01-30 00:00:12 -06:00
Theron Spiegl 53b4454f98 readme 2020-01-29 21:22:57 -06:00