mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Update version to 1.4.
This commit is contained in:
parent
ec676ccab2
commit
6a0c7943d9
@ -68,9 +68,9 @@ void display_init(void)
|
|||||||
set_background_colour(WHITE);
|
set_background_colour(WHITE);
|
||||||
clear_screen_region(0, 0, 0, 27);
|
clear_screen_region(0, 0, 0, 27);
|
||||||
#if TESTWORD_WIDTH > 32
|
#if TESTWORD_WIDTH > 32
|
||||||
prints( 0, 0, " PCMemTest-64 v1.3 ");
|
prints( 0, 0, " PCMemTest-64 v1.4 ");
|
||||||
#else
|
#else
|
||||||
prints( 0, 0, " PCMemTest-32 v1.3 ");
|
prints( 0, 0, " PCMemTest-32 v1.4 ");
|
||||||
#endif
|
#endif
|
||||||
set_foreground_colour(WHITE);
|
set_foreground_colour(WHITE);
|
||||||
set_background_colour(BLUE);
|
set_background_colour(BLUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user