Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
99cc90a
in buchla-emu for
emu
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
emu/lcd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
emu/lcd.c
rc6f1cf5
r99cc90a
24
24
int32_t lcd_verbose = 0;
25
25
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
)
28
28
29
29
#define GFX_BGR 0x00000000
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive