dreamcast2: triangle_ta*: remove while (1) loop
This commit is contained in:
parent
9ecb8c6f5f
commit
b54b635e61
@ -282,6 +282,4 @@ void main()
|
|||||||
holly.FB_R_SOF1 = framebuffer_start;
|
holly.FB_R_SOF1 = framebuffer_start;
|
||||||
|
|
||||||
// return from main; this will effectively jump back to the serial loader
|
// return from main; this will effectively jump back to the serial loader
|
||||||
|
|
||||||
while (1);
|
|
||||||
}
|
}
|
||||||
|
@ -259,6 +259,4 @@ void main()
|
|||||||
holly.FB_R_SOF1 = framebuffer_start;
|
holly.FB_R_SOF1 = framebuffer_start;
|
||||||
|
|
||||||
// return from main; this will effectively jump back to the serial loader
|
// return from main; this will effectively jump back to the serial loader
|
||||||
|
|
||||||
while (1);
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user