serial terminal
[retrocrawl] / src / amiga / main.c
index 44112f5..bd66f1c 100644 (file)
@@ -3,8 +3,9 @@
 #include "copper.h"
 #include "gfx.h"
 #include "game.h"
+#include "serial.h"
 
-static uint32_t coplist[64];
+static uint32_t coplist[128];
 
 int main(void)
 {
@@ -13,6 +14,9 @@ int main(void)
        REG_INTENA = SETBITS(INTEN_VERTB | INTEN_MASTER);
        REG_DMACON = CLRBITS(DMA_ALL);
 
+       ser_init(9600);
+       ser_print("retrocrawl amiga starting up...\n");
+
        init_gfx();
 
        REG_COLOR0 = 0x111;