| Revision 1024,
332 bytes
checked in by reyalP, 2 years ago
(diff) |
|
g12 and sx30 updates from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg59326#msg59326
- Cleaned up the image offset code.
- minor bug fixes and corrected address for exmem_alloc
- moved SCREEN_COLOR define into gui_draw.h so it can be easily overridden (found in five places and default value was white on the SX30 and G12).
- added some defines configured in makefile.inc so that gui_debug_draw_values can be used to show memory properly (was hard wired to VX addresses).
|
-
Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 | #PLATFORMID=0x3210 |
|---|
| 2 | PLATFORMID=12816 |
|---|
| 3 | |
|---|
| 4 | PLATFORMOS=dryos |
|---|
| 5 | |
|---|
| 6 | MEMBASEADDR=0x1900 |
|---|
| 7 | RESTARTSTART=0x50000 |
|---|
| 8 | MEMISOSTART=0x18124C |
|---|
| 9 | ROMBASEADDR=0xFF810000 |
|---|
| 10 | MAXRAMADDR=0x07FFFFFF |
|---|
| 11 | |
|---|
| 12 | PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) |
|---|
| 13 | PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) |
|---|
| 14 | |
|---|
| 15 | NEED_ENCODED_DISKBOOT=5 |
|---|
| 16 | |
|---|
| 17 | KEYSYS=d4b |
|---|
Note: See
TracBrowser
for help on using the repository browser.