Changeset 99cc90a in buchla-emu for emu


Ignore:
Timestamp:
09/09/2017 02:17:33 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1b30217
Parents:
c6f1cf5
Message:

Don't distort the font.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/lcd.c

    rc6f1cf5 r99cc90a  
    2424int32_t lcd_verbose = 0;
    2525
    26 #define WIN_W (510 * 2)
    27 #define WIN_H (64 * 2)
     26#define WIN_W (1615 * 2 / 3)
     27#define WIN_H (304 * 2 / 3)
    2828
    2929#define GFX_BGR 0x00000000
Note: See TracChangeset for help on using the changeset viewer.