Changeset 7ecfb7b in buchla-68k for ram/idselbx.c


Ignore:
Timestamp:
07/14/2017 09:11:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
aa021e2
Parents:
4810254
Message:

Unused variables and parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/idselbx.c

    r4810254 r7ecfb7b  
    5252void idtxput(int16_t row, int16_t col, int8_t *txt, int16_t tag)
    5353{
     54        (void)tag;
     55
    5456        if (v_regs[5] & 0x0180)
    5557                vbank(0);
Note: See TracChangeset for help on using the changeset viewer.