Add numbers to charmap
This commit is contained in:
parent
bf78d45b2f
commit
e6629ad319
@ -71,16 +71,16 @@ static char charMap[128] = {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
32,
|
||||
33,
|
||||
34,
|
||||
35,
|
||||
36,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -13,7 +13,8 @@ using namespace nostalgia;
|
||||
int main() {
|
||||
core::init();
|
||||
core::initConsole();
|
||||
core::puts(296, "HELLO, WORLD!");
|
||||
core::puts(9 * 32 + 8, "HELLO, WORLD!");
|
||||
core::puts(10 * 32 + 8, "01234 56789");
|
||||
while (1);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user