Revision 116
Added by markw over 11 years ago
actions.c | ||
---|---|---|
{
|
||
unsigned int i = 0;
|
||
//unsigned volatile char * store = 0xf00000; // SDRAM - fails!!
|
||
unsigned volatile char * store = 0xf80000; // SRAM...
|
||
unsigned volatile char * store2 = 0xfc0000; // custom chips...
|
||
//unsigned volatile char * store = 0xf80000; // SRAM...
|
||
//unsigned volatile char * store2 = 0xfc0000; // custom chips...
|
||
|
||
// cold start (need to clear a few key locations to make OS cold start)
|
||
// file selector (where applicable)
|
Made firmware suitable for aeon lite with 1MB RAM. Requires associated address_decoder change - TBD