mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 23:35:30 +00:00
SEL32: Remove UNIT_ATT usage. Add reset function.
This commit is contained in:
parent
d2c61b6d3d
commit
c14b5bbdcc
@ -293,7 +293,8 @@ DEVICE com_dev = {
|
||||
coml_mod COM modifieers list
|
||||
*/
|
||||
|
||||
#define UNIT_COML UNIT_ATTABLE|UNIT_DISABLE|UNIT_ATT|UNIT_IDLE
|
||||
/*#define UNIT_COML UNIT_ATTABLE|UNIT_DISABLE|UNIT_IDLE */
|
||||
#define UNIT_COML UNIT_IDLE|UNIT_DISABLE
|
||||
|
||||
/* channel program information */
|
||||
CHANP coml_chp[COM_LINES*2] = {0};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user