1
0
mirror of https://github.com/fachat/xa65.git synced 2026-04-26 20:17:47 +00:00

Merge remote-tracking branch 'origin/pre-2.4' into pre-2.4

This commit is contained in:
Andre Fachat
2023-11-01 11:30:25 +01:00
+28
View File
@@ -0,0 +1,28 @@
;#define DEBUG
;#undef DEBUG_POLL
;#define DEBUG_HW
;
;printc=$ffd2
.(
;#include "hostmsg.i65"
; .word $0401
*=$0401
; .word eol
; .word 10
; .byt $9e, "1040"
; .byt 0
;eol .word 0
.dsb 1040-*, $00
; jmp start
;irqvec =$90
;irqsave .word 0
.)