Change of starting condition for potential testing purposes of another person

This commit is contained in:
hugova 2025-03-09 23:53:33 +01:00
parent a617d91183
commit de2d597612
2 changed files with 9 additions and 9 deletions

View file

@ -92,4 +92,4 @@ end__:
ORA (>btp_mem_pos, X) ORA (>btp_mem_pos, X)
STA (>btp_mem_pos, X) STA (>btp_mem_pos, X)
RTS RTS
.endproc .endproc

View file

@ -2,7 +2,7 @@
.include "macros/timer.s" .include "macros/timer.s"
.include "STARTUP.s" .include "STARTUP.s"
.include "routines/line/line_test.s" .include "routines/line/line_test_time.s"
;;This is used by .s files to terminate nicely without reading includes at the end! ;;This is used by .s files to terminate nicely without reading includes at the end!
exit: exit: