mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-10 20:53:45 -04:00
initialize IRQ_CMP
This commit is contained in:
parent
ab6896a2ca
commit
8637a54111
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ void PicaCore::InitializeRegs() {
|
|||
// Values initialized by GSP
|
||||
regs.internal.irq_autostop = 1;
|
||||
regs.internal.irq_mask = 0xFFFFFFF0;
|
||||
regs.internal.irq_compare = 0x12345678;
|
||||
|
||||
auto& framebuffer_top = regs.framebuffer_config[0];
|
||||
auto& framebuffer_sub = regs.framebuffer_config[1];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue