Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
5e2fc8b
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:
05/27/2018 12:56:27 PM (
6 years
ago)
Author:
alexheinrich <alex.heinrich@…>
Branches:
master
Children:
72b5744
Parents:
25c3737
Message:
Fix ticket
#16
.
File:
1 edited
emu/lcd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
emu/lcd.c
r25c3737
r5e2fc8b
134
134
line[x] = ' ';
135
135
}
136
else if (line[x] == 0x7e) {
137
line[x] = (char) 0xbb;
138
}
139
else if (line[x] == 0x7f) {
140
line[x] = (char) 0xab;
141
}
136
142
}
137
143
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive