| 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 |
|---|
| 2 | PLATFORMID=12660 |
|---|
| 3 | |
|---|
| 4 | PLATFORMOS=dryos |
|---|
| 5 | |
|---|
| 6 | MEMBASEADDR=0x1900 |
|---|
| 7 | RESTARTSTART=0x50000 |
|---|
| 8 | MEMISOSTART=0xCBC48 |
|---|
| 9 | ROMBASEADDR=0xFF810000 |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) |
|---|
| 13 | PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) |
|---|
| 14 | |
|---|
| 15 | NEED_ENCODED_DISKBOOT=1 |
|---|
| 16 | |
|---|
| 17 | KEYSYS=d3enc |
|---|
| 18 | ifdef OPT_FI2 |
|---|
| 19 | include $(topdir)platform/fi2.inc |
|---|
| 20 | endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.