source: trunk/platform/ixus90_sd790/sub/100d/makefile.inc @ 866

Revision 866, 354 bytes checked in by fe50, 3 years ago (diff)

Notes:

video may be buggy
fast shutter speed overrides (< 1/1500s) doesn't work
colormap probably needs adaptation

  • added ixus960_sd950-100c to the makefile (copy of the 100d version, 100c and 100d are identical)
Line 
1#3160
2PLATFORMID=12660
3
4PLATFORMOS=dryos
5
6MEMBASEADDR=0x1900
7RESTARTSTART=0x50000
8MEMISOSTART=0xCBC48
9ROMBASEADDR=0xFF810000
10
11
12PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
13PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
14
15NEED_ENCODED_DISKBOOT=1
16
17KEYSYS=d3enc
18ifdef OPT_FI2
19include  $(topdir)platform/fi2.inc
20endif
Note: See TracBrowser for help on using the repository browser.