Changeset c5b6c90 in buchla-emu for emu/ser.c


Ignore:
Timestamp:
07/31/2017 05:01:38 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1489228
Parents:
1efc42c
git-author:
Thomas Lopatic <thomas@…> (07/31/2017 05:01:32 PM)
git-committer:
Thomas Lopatic <thomas@…> (07/31/2017 05:01:38 PM)
Message:

Successfully loaded midas.abs from disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/ser.c

    r1efc42c rc5b6c90  
    2222#define ver3(...) _ver(ser_verbose, 2, __VA_ARGS__)
    2323
     24int32_t ser_verbose = 0;
     25
     26#define WIN_W (1520 * 2 / 3)
     27#define WIN_H (950 * 2 / 3)
     28
    2429#define BEL_CYC 10000
    2530
     
    4550        uint8_t rdr;
    4651} state_t;
    47 
    48 int32_t ser_verbose = 0;
    4952
    5053static state_t state[] = {
Note: See TracChangeset for help on using the changeset viewer.