GBA: Allocate system IDs
This commit is contained in:
parent
7fe7c67b4b
commit
3cf8d1c501
2 changed files with 5 additions and 4 deletions
|
|
@ -89,8 +89,9 @@ enum DivInstrumentType: unsigned short {
|
|||
DIV_INS_POWERNOISE=56,
|
||||
DIV_INS_POWERNOISE_SLOPE=57,
|
||||
DIV_INS_DAVE=58,
|
||||
DIV_INS_GBA_DMA=59,
|
||||
DIV_INS_GBA_MINMOD=60,
|
||||
DIV_INS_NDS=59,
|
||||
DIV_INS_GBA_DMA=60,
|
||||
DIV_INS_GBA_MINMOD=61,
|
||||
DIV_INS_MAX,
|
||||
DIV_INS_NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue