Update main.c
This commit is contained in:
parent
3f43fc65b2
commit
5e1ba9d749
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user