Update main.c

This commit is contained in:
DIvan2000 2025-09-22 20:33:57 +04:00
parent 3f43fc65b2
commit 5e1ba9d749

View File

@ -19,7 +19,7 @@ static inline void delay(void) {
int main() { int main() {
VDP_setTextPlane(0); VDP_setTextPlane(0);
VDP_drawText("Sega Mega Mouse RAW reader", 7, 27); VDP_drawText("Sega Mega Mouse RAW reader", 7, 27);
VDP_drawText("RAW nibbles:", 12,0); VDP_drawText("RAW nibbles:", 14,0);
u8 nibbles[16] = {0}; u8 nibbles[16] = {0};
s16 x = 0; s16 x = 0;
s16 y = 0; s16 y = 0;