Merge branch 'master' into c_sp

This commit is contained in:
Gorilla Sapiens
2025-06-22 19:02:24 +00:00
93 changed files with 5626 additions and 554 deletions

View File

@@ -1,3 +1,9 @@
# ---- Display info during parsing phase ----
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
ifneq ($(SILENT),s)
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
endif
ifneq ($(shell echo),)
CMD_EXE = 1
endif

View File

@@ -222,14 +222,9 @@ DONE:
bit TXTSET
bit LOWSCR
.ifndef __APPLE2ENH__
bit machinetype
bpl reset_wndtop
.endif
; Limit SET80COL-HISCR to text
bit LORES
reset_wndtop:
; Reset the text window top
lda #$00
sta WNDTOP