Changeset 6262b5c in buchla-68k for ram/showcfg.c
- Timestamp:
- 07/10/2017 12:02:05 PM (7 years ago)
- Branches:
- master
- Children:
- 39a696b
- Parents:
- 5fa506d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/showcfg.c
r5fa506d r6262b5c 6 6 */ 7 7 8 #include "stddefs.h" 9 #include "fields.h" 10 #include "graphdef.h" 11 #include "vsdd.h" 12 #include "vsddsw.h" 13 #include "vsddvars.h" 14 #include "hwdefs.h" 15 16 #include "midas.h" 17 #include "instdsp.h" 18 #include "wsdsp.h" 8 #include "all.h" 19 9 20 10 #define MAXPAT 35 21 11 22 12 #include "configs.h" 23 24 #include "memory.h"25 #include "stdio.h"26 13 27 14 /* instrument display configuration box parameters */ … … 682 669 return(FAILURE); 683 670 } 671
Note:
See TracChangeset
for help on using the changeset viewer.