34 Commits

Author SHA1 Message Date
ce630baa5d feat(snd): implement audio playback using rodio
Some checks failed
continuous-integration/drone/push Build is failing
2021-07-09 01:25:52 -05:00
0fa818a1a6 chore(snd): reimplement NR52 & implement sampling for ch2
Also add rodio as dependency for audio
2021-07-08 22:36:28 -05:00
559cb54385 chore(snd): add enabled property to all channels
Also, rename lsfr property to shift_register
2021-07-01 22:27:42 -05:00
fd7f0655ef chore: satisfy clippy 2021-06-27 20:31:59 -05:00
c5aafab3ef feat(snd): implement trigger event behaviour for lfsr 2021-06-24 01:28:00 -05:00
278953ab78 chore(snd): implement shift amount for channel 3 volume 2021-06-24 01:13:58 -05:00
67e2a6ad79 feat(snd): implement ch 1,2,3 and 4 length function 2021-06-24 01:00:07 -05:00
b8b3563bca chore(snd): tighten use of access modifiers 2021-06-24 00:40:10 -05:00
249d96b443 chore(snd): update select bitfield names 2021-06-24 00:00:28 -05:00
d2e37da2b0 feat(snd): implement sweep behaviour 2021-06-23 23:51:30 -05:00
0c843b9ca9 feat(snd): implement volume envelope in ch1, 2 and 4 2021-06-23 21:49:25 -05:00
fe8598fd61 feat(snd): implement ch4 2021-06-15 01:11:18 -05:00
909972d36e feat(snd): implement channel 3 2021-06-15 00:29:31 -05:00
e45c13f719 feat(sound): implement NR10 2021-06-14 23:51:37 -05:00
6a7ff66274 chore(sound): implement channel 2 registers 2021-06-14 23:37:30 -05:00
50efe12aec chore: change how bus components are clocked 2021-06-09 19:41:10 -05:00
a904503b90 chore: document IO registers 2021-06-09 13:43:46 -05:00
ef4e54aba6 chore: restrict what should be pub or not 2021-06-06 20:47:11 -05:00
878edd4082 chore: replace pub with pub(crate) when possible 2021-06-06 19:14:28 -05:00
9ea26d4a05 chore: improve performance of match statements 2021-05-19 02:52:32 -05:00
2b05571c49 chore: rename Cycles newtype to Cycle 2021-03-27 12:10:18 -05:00
fc303b6265 chore: rename "as u8" to "as Self" when implementing From Trait 2021-03-20 21:10:48 -05:00
ef4cc8c3b6 chore: standardize the error message of a subet of unreachable! calls 2021-03-15 23:53:55 -05:00
1a8506c04f chore: improve code quality 2021-03-15 22:36:27 -05:00
602a0af4b7 chore: update parameter names in sound.rs 2021-03-15 21:43:50 -05:00
f929cd5989 chore: update access modifiers in sound.rs 2021-03-15 21:36:57 -05:00
8989d3f1d7 fix: convert sound.rs structs to bitfields 2021-03-15 21:16:11 -05:00
d30ce4dbb2 chore: improve code quailty 2021-03-15 19:19:40 -05:00
68c9557c43 chore: improve code quality 2021-01-19 01:36:44 -06:00
1da01a318d feat: emulator now sucessfully runs boot rom 2021-01-19 00:30:32 -06:00
9b4c95ce4c feat: reimplement cycles newtype 2021-01-18 22:54:38 -06:00
92218a227d feat: implement 0xff24 sound register 2021-01-17 18:58:57 -06:00
251f4e8d6d feat: implement several sound i/o registers 2021-01-17 17:33:12 -06:00
834423fe18 feat: stub sound register 0xff26 2021-01-03 02:05:46 -06:00