added basic uPD1771C support

This commit is contained in:
AArt1256 2024-08-11 09:22:49 +03:00
parent 1863703203
commit f14ff25796
16 changed files with 702 additions and 36 deletions

View file

@ -95,6 +95,7 @@ enum DivInstrumentType: unsigned short {
DIV_INS_BIFURCATOR=62,
DIV_INS_SID2=63, // coincidence!
DIV_INS_SUPERVISION=64,
DIV_INS_UPD1771C=65,
DIV_INS_MAX,
DIV_INS_NULL
};