Changeset 7c5def4 in buchla-68k for ram/barbadj.c


Ignore:
Timestamp:
11/15/2017 06:13:13 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
72741f4
Parents:
2ff1367
Message:

Minor fixes and cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/barbadj.c

    r2ff1367 r7c5def4  
    159159
    160160                while (barpos++ LE newbar)      /* write new dots */
    161                         LCD_WD = (uint8_t)bardot;
     161                        LCD_WD = bardot;
    162162
    163163                while (barpos++ < BTop)         /* erase old dots */
Note: See TracChangeset for help on using the changeset viewer.