source: avrstuff/CPC stuff/gordon/manager/Makefile@ 7c25c3e

main
Last change on this file since 7c25c3e was 7c25c3e, checked in by Adrien Destugues <pulkomandy@…>, 11 years ago

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

  • Property mode set to 100644
File size: 391 bytes
Line 
1# Requires uppercase because CPCFS is buggy
2NAME:=GORDON
3
4# Set disk contents
5$(NAME).dsk:: $(NAME).BIN
6
7# List the sourcefiles for your main code. This is currently statically linked
8# at &300 and (hopefully) loaded there by the loader code.
9# TODO use a target variable for the address, and get it from VASM/VLINK somehow
10$(NAME).BIN:: gordon.o
11$(NAME).BIN: START = 0x1800
12
13include cpc.mk
Note: See TracBrowser for help on using the repository browser.