boucane/src/drivers/memtext.hpp

12 lines
212 B
C++
Raw Normal View History

2021-04-29 08:49:41 +02:00
#pragma once
#include "boucane.hpp"
#define MEMTEXT_BUFFER_SIZE 1024
#define MEMTEXT_ADDR_LOCATION 0x0
void memtext_init();
void memtext_putchar(char c);
void memtext_scrollup(u32 n);