Commit Graph

16 Commits

Author SHA1 Message Date
Zoe Roux 96e23e0400 Fixing PR feedback 2021-07-08 15:49:42 +02:00
Zoe Roux 7a51648ac9 Reenabling APUs debugger 2021-07-06 14:40:58 +02:00
Melefo e88db2e2d5 Throwing runtime error when MemoryMap is inaccessible instead of InvalidAddress 2021-02-11 14:24:31 +01:00
Melefo 6a063a40bf Fixing lock 2021-02-10 16:15:53 +01:00
Melefo 18bf27c318 Using std::array instead of a raw pointer 2021-02-10 16:13:09 +01:00
Melefo bdd0f2375d Finishing all voices
Starting echos
(random sound generator)
2021-02-05 16:39:14 +01:00
Melefo 96fe1a5e33 Tabs instead of spaces 2021-02-05 14:48:02 +01:00
Melefo 11ab2125b8 Merging origin/master 2021-02-05 14:41:25 +01:00
Zoe Roux c9eed50289 Adding const qualifiers to the IMemory and adding error messages in the memory viewer 2021-02-04 10:22:30 +01:00
Melefo b0fb1e3351 new MemoryMap architecture
starting to working of voices and so on BRR, Envelopes, Gauss and Timers as they use each others
2021-02-04 00:06:39 +01:00
Melefo 61ef40e968 new DSP architecture (is this one correct ?)
Start of voice & echo functions (need to name them)
2021-02-03 01:34:43 +01:00
Melefo 694ea7f9d4 Adding renderer to APU to play the samples generated 2021-02-02 15:46:30 +01:00
Anonymus Raccoon 40f843da75 Adding filters 2020-03-24 21:06:54 +01:00
Anonymus Raccoon 95f17c06a8 Finishing to clean tests and adding the start of the bus logger 2020-03-24 01:53:45 +01:00
Melefo d958bd5131 Adding APU Debugger window
Separating APU ram from its component
2020-02-20 13:24:10 +01:00
Melefo 6d7bf39dcd Moving DSP to APU folder as the component belongs to it
Adding channels to DSP with BRR values
Modifying DSP registers to simplify channel editing
2020-02-03 11:35:37 +01:00