Commit Graph

142 Commits

Author SHA1 Message Date
Sarah Jamie Lewis eb389e8044 Remove "known issues" that are now mostly fixed 2021-11-24 17:30:05 -08:00
Sarah Jamie Lewis 5c86ead1d3 Playing with success cases / defenses against arbitrary code execution reading/writing weird addresses :) 2021-11-23 23:03:11 -08:00
Sarah Jamie Lewis 9c785f3f68 Fixed Branch Basics and Clock Timing. Mega Man now Fully Repos 2021-11-23 21:40:34 -08:00
Sarah Jamie Lewis 353f12f7d9 Fixes 2021-11-23 20:33:26 -08:00
Sarah Jamie Lewis 296f47683d Remove note about player 2 controller. As this now works as expected. 2021-11-23 09:50:13 -08:00
Sarah Jamie Lewis bcd34e519c More Emulator Fixes. Player 2 Controller now always Works. Mega Man Tas runs up until NMI Glitch 2021-11-23 01:00:07 -08:00
Sarah Jamie Lewis f7110dcd50 Emulation Fixes 2021-11-22 22:44:32 -08:00
Sarah Jamie Lewis 6d838e2b89 Adding Level 5 Warp Tas generated by NesFuzz 2021-11-22 14:52:18 -08:00
Sarah Jamie Lewis 7280bdb68e Parameter Clean up, Single Shot Mode, Export stub 2021-11-22 14:45:52 -08:00
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