mirror of
https://github.com/MiSTer-devel/InputTest_MiSTer.git
synced 2026-05-17 03:03:52 +00:00
Clear charmap correctly
This commit is contained in:
2456
rtl/rom.hex
2456
rtl/rom.hex
File diff suppressed because it is too large
Load Diff
@@ -31,8 +31,8 @@ void clear_chars(char c)
|
||||
for (unsigned short p = 0; p < chram_size; p++)
|
||||
{
|
||||
chram[p] = c;
|
||||
fgcolram[p] = c;
|
||||
bgcolram[p] = c;
|
||||
fgcolram[p] = 0;
|
||||
bgcolram[p] = transparent_char;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user