UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / platform / uiq3 / port_config.s
CommitLineData
ca482e5d 1@ vim:filetype=armasm\r
2\r
3@ .equiv START_ROW, 1\r
4@ .equiv END_ROW, 27\r
cc68a136 5@ one row means 8 pixels. If above example was used, (27-1)*8=208 lines would be rendered.\r
ca482e5d 6.equiv START_ROW, 0\r
7.equiv END_ROW, 28\r
8\r
9.equiv OVERRIDE_HIGHCOL, 0\r
10.equiv UNALIGNED_DRAWLINEDEST, 0\r
cc68a136 11\r
12@ this should be set to one only for GP2X port\r
ca482e5d 13.equiv EXTERNAL_YM2612, 0\r