mirror of
https://github.com/BluestormDNA/ProjectPSX.git
synced 2025-04-02 10:52:34 -04:00
More Exceptions
This commit is contained in:
parent
da04103fdc
commit
dcac42bd7b
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace ProjectPSX {
|
|||
public const uint STORE_ADRESS_ERROR = 0x5;
|
||||
public const uint SYSCALL = 0x8;
|
||||
public const uint BREAK = 0x9;
|
||||
public const uint ILLEGAL_INSTR = 0xA;
|
||||
public const uint COPROCESSOR_ERROR = 0xB;
|
||||
public const uint OVERFLOW = 0xC;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue