mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
12 lines
No EOL
281 B
C
12 lines
No EOL
281 B
C
#pragma once
|
|
#include "types.h"
|
|
#include "dc/sh4/intc.h"
|
|
|
|
|
|
void fastcall asic_RaiseInterrupt(HollyInterruptID inter);
|
|
void fastcall asic_CancelInterrupt(HollyInterruptID inter);
|
|
|
|
//Init/Res/Term for regs
|
|
void asic_reg_Init();
|
|
void asic_reg_Term();
|
|
void asic_reg_Reset(bool Manual); |