- Timestamp:
- 07/09/2017 05:04:43 PM (7 years ago)
- Branches:
- master
- Children:
- 9519422
- Parents:
- bc11fc1
- Location:
- ram
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/asgvce.c
rbc11fc1 r7848656 447 447 lastvce[grp] = vp; 448 448 execkey(trg, tuntab[key], vp, 0); 449 449 DB_EXIT("asgvce - stolen voice"); 450 450 return; 451 451 } … … 455 455 } 456 456 457 457 DB_EXIT("asgvce - no voice"); 458 458 } -
ram/dopatch.c
rbc11fc1 r7848656 178 178 179 179 *(fpu + (int32_t)FPU_TMNT) = (((int32_t)dat2 & 0x0000FFF0L) 180 180 * ((int32_t)timemlt & 0x0000FFFFL)) >> 15; 181 181 182 182 ++delay; -
ram/sedisp.s
rbc11fc1 r7848656 827 827 bset #0,_vrcw+1 | set video reset type bit 828 828 tst.w _ctrsw | update center for scupd ? 829 829 beq dsexit | done if not 830 830 831 831 dsasgn0: move.l _gdfsep,d0 | quit if no elements left -
ram/sedump.c
rbc11fc1 r7848656 248 248 249 249 if (sep->e_size EQ E_SIZE1) 250 250 printf(" $%04.4X $%04.4X", 251 251 ((struct n_entry *)sep)->e_vel, 252 252 ((struct n_entry *)sep)->e_data4); -
ram/sendval.c
rbc11fc1 r7848656 218 218 memsetw(lstends, 0, (NLSTENTS << 1)); /* clear end table */ 219 219 220 220 /* re-establish dynamics and locations */ 221 221 222 222 for (i = 0; i < 12; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.