Sketch Timer and implement Interrupt support
This commit is contained in:
@@ -6,9 +6,9 @@ namespace JabyEngine {
|
||||
// Just testing around
|
||||
static constexpr auto wuff = CounterMode::with(CounterMode::IRQAtMax, Counter0::SyncMode::Zero_At_Hblank);
|
||||
|
||||
timer[0].counter_mode = wuff;
|
||||
timer[0].counter_mode = wuff;
|
||||
timer[0].counter_mode = wuff;
|
||||
Counter[0].mode = wuff;
|
||||
Counter[0].mode = wuff;
|
||||
Counter[0].mode = wuff;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user