Fix last change, put display list at beginning of ROM.

This commit is contained in:
Christian Groessler
2018-01-21 15:40:22 +01:00
parent 2ef6514e47
commit 643152fb38
2 changed files with 5 additions and 10 deletions

View File

@@ -78,9 +78,6 @@ dlist: .repeat 3
; end of display list
.export __DLISTSIZE__
__DLISTSIZE__ = * - dlist
.assert ((* >> 10) = (dlist >> 10)), error, "Display list crosses 1K boundary"
.end