add configure, revive pnd build, unify/refactor things
[picodrive.git] / platform / gp2x / port_config.s
CommitLineData
6cadc2da 1@ vim:filetype=armasm\r
2\r
ea8c405f 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
499a0be3 6.equiv START_ROW, 0\r
7.equiv END_ROW, 28\r
ea8c405f 8\r
499a0be3 9.equiv UNALIGNED_DRAWLINEDEST, 0\r
cc68a136 10\r
11@ this should be set to one only for GP2X port\r
499a0be3 12.equiv EXTERNAL_YM2612, 1\r
ea8c405f 13\r