Changeset 7c25c3e in avrstuff for CPC stuff/gordon/manager/Makefile


Ignore:
Timestamp:
Nov 28, 2012, 10:59:11 PM (11 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
0853bac
Parents:
1d60f7b
Message:

PROGRESS!
With the fixed hardware, things are going much better...

Support for erasing and writing ROM 5 (as a test). Seems not very reliable yet, but mostly working.
I'll add a compare with source and see if I can find what's going wrong.

git-svn-id: svn://pulkomandy.tk/avrstuff@82 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CPC stuff/gordon/manager/Makefile

    r1d60f7b r7c25c3e  
    99# TODO use a target variable for the address, and get it from VASM/VLINK somehow
    1010$(NAME).BIN:: gordon.o
    11 $(NAME).BIN: START = 0x2000
     11$(NAME).BIN: START = 0x1800
    1212
    1313include cpc.mk
Note: See TracChangeset for help on using the changeset viewer.