Changeset aa021e2 in buchla-68k for ram/midas.c
- Timestamp:
- 07/14/2017 09:22:01 PM (7 years ago)
- Branches:
- master
- Children:
- 7bb1284
- Parents:
- 7ecfb7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/midas.c
r7ecfb7b raa021e2 147 147 BIOS(B_SETV, 26, fpuint); /* set level 2 int. vector for FPU */ 148 148 149 initcfg = 0; 150 fp_resv[0] = (-1000) << 5; /* initial output amplitude = 0.0 */149 initcfg = 0; /* set initial configuration (in MS bits) */ 150 fp_resv[0] = VALMIN; /* initial output amplitude = 0.0 */ 151 151 152 152 fpuclr(); /* quiet the FPU */
Note:
See TracChangeset
for help on using the changeset viewer.