source: trunk/platform/g12/sub/100e/makefile.inc @ 1024

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=0x320F
2PLATFORMID=12815
3
4PLATFORMOS=dryos
5
6MEMBASEADDR=0x1900
7RESTARTSTART=0x50000
8MEMISOSTART=0x16E820
9ROMBASEADDR=0xFF810000
10MAXRAMADDR=0x07FFFFFF
11
12PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
13PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
14
15NEED_ENCODED_DISKBOOT=5
16
17KEYSYS=d4b
Note: See TracBrowser for help on using the repository browser.