Commit Graph

5 Commits

Author SHA1 Message Date
d3e87c2272 Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
3c913dd26b Implement extended init for CPU channels 2021-10-21 16:53:01 +02:00
5a940540d3 Use priority queue for streams and fast channels
A priority queue (in heap.h) is used to keep the next event ready in the
emulator loop. Additionally, a list of dirty channels is keept to
limit the complexity of the propagation and emit phases.
2021-10-21 16:53:00 +02:00
dd1567e0ec Add support for tracking modes in channels 2021-10-21 16:52:51 +02:00
fbfbb8fc0f Introduce channels 2021-10-21 16:15:29 +02:00