Changeset 8c8b4e5 in buchla-68k for ram/puteq.c


Ignore:
Timestamp:
09/17/2017 05:01:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
432327d
Parents:
5c4721b
Message:

More volatile hardware accesses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/puteq.c

    r5c4721b r8c8b4e5  
    6060void puteq(int8_t byte)
    6161{
    62         register int16_t i;
    63         register int8_t *psg;
    64         register int8_t eqdata;
     62        int16_t i;
     63        volatile uint8_t *psg;
     64        int8_t eqdata;
    6565
    6666        psg = &io_tone;
Note: See TracChangeset for help on using the changeset viewer.