X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fport_config.s;h=10d53acb9031897e7728c524ce83e642d9450b41;hb=e99d80480196f551f7e6c06deae3750de19b4c0e;hp=094ea3c7dd0c4b3b494ca19358b9b98857a405df;hpb=720ee7f6244cb51cc123a7fd16832161db9a3b4d;p=libpicofe.git diff --git a/gp2x/port_config.s b/gp2x/port_config.s index 094ea3c..10d53ac 100644 --- a/gp2x/port_config.s +++ b/gp2x/port_config.s @@ -1,8 +1,13 @@ -@ .equiv START_ROW, 1 -@ .equiv END_ROW, 27 +@ vim:filetype=armasm + +@ .equiv START_ROW, 1 +@ .equiv END_ROW, 27 @ one row means 8 pixels. If above example was used, (27-1)*8=208 lines would be rendered. -.equiv START_ROW, 0 -.equiv END_ROW, 28 +.equiv START_ROW, 0 +.equiv END_ROW, 28 + +.equiv UNALIGNED_DRAWLINEDEST, 0 @ this should be set to one only for GP2X port -.equiv EXTERNAL_YM2612, 1 +.equiv EXTERNAL_YM2612, 1 +