More coin mech code
[uccvend-snackrom.git] / ROM2 / memory.x
index 3546f0a..267c073 100644 (file)
@@ -13,7 +13,7 @@ MEMORY
 {
   page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x00ff /* 256 bytes internal RAM */
   text  (rx)  : ORIGIN = 0x8000, LENGTH = 0x7fff
-  data  (rw)  : ORIGIN = 0x0800, LENGTH = 0x07ff /* 2k external SRAM */
+  data  (rw)  : ORIGIN = 0x0800, LENGTH = 0x07ff /* 2k external SRAM FIXME - dont want to use this */
 }
 
 /* Setup the stack on the top of the data internal ram (not used).  */

UCC git Repository :: git.ucc.asn.au