Add GBA MinMod driver support
This commit is contained in:
parent
0b1d2e24d7
commit
2b9dd1caff
17 changed files with 996 additions and 26 deletions
|
|
@ -90,6 +90,7 @@ enum DivInstrumentType: unsigned short {
|
|||
DIV_INS_POWERNOISE_SLOPE=57,
|
||||
DIV_INS_DAVE=58,
|
||||
DIV_INS_GBA_DMA=59,
|
||||
DIV_INS_GBA_MINMOD=60,
|
||||
DIV_INS_MAX,
|
||||
DIV_INS_NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue