1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

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
-3
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