Changeset 7848656 in buchla-68k for ram


Ignore:
Timestamp:
07/09/2017 05:04:43 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
9519422
Parents:
bc11fc1
Message:

Spaces to tabs.

Location:
ram
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ram/asgvce.c

    rbc11fc1 r7848656  
    447447                        lastvce[grp] = vp;
    448448                        execkey(trg, tuntab[key], vp, 0);
    449                         DB_EXIT("asgvce - stolen voice");
     449                        DB_EXIT("asgvce - stolen voice");
    450450                        return;
    451451                }
     
    455455        }
    456456
    457         DB_EXIT("asgvce - no voice");
     457        DB_EXIT("asgvce - no voice");
    458458}
  • ram/dopatch.c

    rbc11fc1 r7848656  
    178178
    179179                *(fpu + (int32_t)FPU_TMNT) = (((int32_t)dat2 & 0x0000FFF0L)
    180                         * ((int32_t)timemlt & 0x0000FFFFL)) >> 15;
     180                        * ((int32_t)timemlt & 0x0000FFFFL)) >> 15;
    181181
    182182                ++delay;
  • ram/sedisp.s

    rbc11fc1 r7848656  
    827827                bset    #0,_vrcw+1              | set video reset type bit
    828828                tst.w   _ctrsw                  | update center for scupd ?
    829                 beq     dsexit                  | done if not
     829                beq     dsexit                  | done if not
    830830
    831831dsasgn0:        move.l  _gdfsep,d0              | quit if no elements left
  • ram/sedump.c

    rbc11fc1 r7848656  
    248248
    249249        if (sep->e_size EQ E_SIZE1)
    250                 printf(" $%04.4X $%04.4X",
     250                printf(" $%04.4X $%04.4X",
    251251                        ((struct n_entry *)sep)->e_vel,
    252252                        ((struct n_entry *)sep)->e_data4);
  • ram/sendval.c

    rbc11fc1 r7848656  
    218218                memsetw(lstends, 0, (NLSTENTS << 1));   /* clear end table */
    219219
    220                 /* re-establish dynamics and locations */
     220                /* re-establish dynamics and locations */
    221221
    222222                for (i = 0; i < 12; i++) {
Note: See TracChangeset for help on using the changeset viewer.