per-line scrolling test
[mdlife] / megadrive.ld
index dce3828..19e0153 100644 (file)
@@ -40,6 +40,7 @@ SECTIONS {
        .bss ALIGN(4): {
                _bss_start = .;
                * (.bss);
+               * (COMMON);
                . = ALIGN(4);
                _bss_end = .;
        } >ram