Merge pull request #2163 from bbbradsmith/init-bss

INIT segment definitions should be consistent, and bss is the appropriate semantic type
This commit is contained in:
Bob Andrews
2023-09-03 00:30:44 +02:00
committed by GitHub
23 changed files with 22 additions and 28 deletions

View File

@@ -95,12 +95,6 @@ IS_UPPER:
BAD_CHAR:
jmp plot
;-----------------------------------------------------------------------------
; Initialize the conio subsystem. "INIT" segment is nothing special on the
; Creativision, it is part of the "ROM" memory.
.segment "INIT"
initconio:
lda #$0
sta SCREEN_PTR