changeset 3183:6c9d02baa4d1

corsham: Add Bt.Track definition to corsham.d Also make sure corsham.d is referenced correctly. Comment out OS9GEN command in makefile because it breaks the disk image build.
author Tormod Volden <debian.tormod@gmail.com>
date Thu, 01 Jun 2017 22:41:45 +0200
parents 185c31229f22
children cbf1ad3c46b1
files defs/corsham.d level1/corsham/defs/defsfile.asm level1/corsham/makefile
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/defs/corsham.d	Tue May 16 23:20:18 2017 +0200
+++ b/defs/corsham.d	Thu Jun 01 22:41:45 2017 +0200
@@ -121,8 +121,9 @@
 SVCVL		RMB	2	SUPERVISOR CALL VECTOR LIMIT
 LRARAM		RMB	16	LRA ADDRESSES
 
-Bt.Start		EQU	$F000	Start address of the boot ROM in memory
+Bt.Start	EQU	$F000	Start address of the boot ROM in memory
 Bt.Size		EQU	$1000
+Bt.Track	EQU	0
 
 ;*****************************************************
 ; Parallel port protocol
--- a/level1/corsham/defs/defsfile.asm	Tue May 16 23:20:18 2017 +0200
+++ b/level1/corsham/defs/defsfile.asm	Thu Jun 01 22:41:45 2017 +0200
@@ -4,5 +4,5 @@
  use /dd/defs/os9.d
  use /dd/defs/rbf.d
  use /dd/defs/scf.d
- use /dd/defs/atari.d
+ use /dd/defs/corsham.d
  endc
--- a/level1/corsham/makefile	Tue May 16 23:20:18 2017 +0200
+++ b/level1/corsham/makefile	Thu Jun 01 22:41:45 2017 +0200
@@ -49,7 +49,7 @@
 $(DSK):
 	$(RM) $@
 	$(OS9FORMAT_DW) -e -q $@ -n"NitrOS-9/$(CPU) Level 1"
-	$(OS9GEN) $@ -b=$(BOOTFILE)
+#	$(OS9GEN) $@ -b=$(BOOTFILE)
 	$(MAKDIR) $@,CMDS
 	$(MAKDIR) $@,SYS
 	$(MAKDIR) $@,DEFS