dev #1
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#define MOUSE_DELAY 32
|
#define MOUSE_DELAY 32
|
||||||
|
|
||||||
|
|
||||||
static inline void delay(void) {
|
static inline void delay(void) {
|
||||||
__asm__ volatile (
|
__asm__ volatile (
|
||||||
"move.w %0,%%d0\n\t"
|
"move.w %0,%%d0\n\t"
|
||||||
@ -17,9 +16,6 @@ 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);
|
||||||
@ -79,5 +75,3 @@ int main() {
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user