Commit Graph

112 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 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 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 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 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 c7b331cec1 drag and drop working for save states 2020-02-29 22:26:59 -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
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
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 c8916baf74 mmc3 2020-01-29 21:22:30 -06:00
Theron Spiegl ea752bc4c2 this has kirby looking mostly normal. bar still shakes when scrolling vertically and is off by a few pixels normally, but much improved. smb3 is still bad, worse once level starts. 2020-01-25 15:40:52 -06:00
Theron d2f0cbd366 todo 2020-01-20 18:37:18 -06:00
Theron a03bd6a6c2 cleanup 2020-01-20 18:31:08 -06:00
Theron a86e75c064 fixing bug report from adrianlshaw, APU over- and underflowed when not running in --release mode 2020-01-20 17:37:27 -06:00
Theron Spiegl ea70b592ce put chr-ram back in mmc1 2020-01-19 11:30:51 -06:00