second: declaring this first beta release

This commit is contained in:
Vince Weaver 2023-11-03 20:42:17 -04:00
parent df60c0854c
commit b45ad1b595
3 changed files with 8 additions and 2 deletions

BIN
demos/second/second_d1.dsk Normal file

Binary file not shown.

BIN
demos/second/second_d2.dsk Normal file

Binary file not shown.

View File

@ -120,6 +120,13 @@ load_loop:
jsr copy_main_aux
;=====================
; clear both pages
lda #0
jsr hgr_page1_clearscreen
;=====================
; load THREED to $4000
@ -128,8 +135,6 @@ load_loop:
jsr load_file
;=======================
; run THREED
;=======================
@ -179,3 +184,4 @@ forever:
.include "pt3_lib_mockingboard_patch.s"
.include "hardware_detect.s"
.include "hgr_clear_screen.s"