get rid of port_config.s
[picodrive.git] / pico / draw2_arm.S
similarity index 95%
rename from pico/draw2_arm.s
rename to pico/draw2_arm.S
index 4427bee..c37d059 100644 (file)
 @ .equiv START_ROW,            1\r
 @ .equiv END_ROW,              27\r
 @ one row means 8 pixels. If above example was used, (27-1)*8=208 lines would be rendered.\r
-.include "port_config.s"\r
-\r
+#ifndef START_ROW\r
+#define START_ROW 0\r
+#endif\r
+#ifndef END_ROW\r
+#define END_ROW 28\r
+#endif\r
+\r
+.text\r
+.align 2\r
 \r
 .global BackFillFull @ int reg7\r
 \r