feat: implement ch3

This commit is contained in:
2022-04-21 00:21:55 -03:00
parent ed3d275974
commit 2f07c18f0b
3 changed files with 208 additions and 38 deletions

View File

@@ -55,6 +55,7 @@ pub const Scheduler = struct {
switch (id) {
0 => cpu.bus.apu.ch1.channelTimerOverflow(late),
1 => cpu.bus.apu.ch2.channelTimerOverflow(late),
2 => cpu.bus.apu.ch3.channelTimerOverflow(late),
else => {},
}
},