From 5e1ba9d749b2131868ea7bde6a5ed137f38a2e56 Mon Sep 17 00:00:00 2001 From: DIvan2000 Date: Mon, 22 Sep 2025 20:33:57 +0400 Subject: [PATCH] Update main.c --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index bcfffc9..6ecb2ac 100644 --- a/src/main.c +++ b/src/main.c @@ -19,7 +19,7 @@ static inline void delay(void) { int main() { VDP_setTextPlane(0); 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}; s16 x = 0; s16 y = 0;