1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-08-08 03:25:30 +00:00

updated presets

This commit is contained in:
Steven Hugg
2019-03-06 21:33:56 -05:00
parent fb3b996d4a
commit 4c5c185a61
2 changed files with 12 additions and 12 deletions

View File

@@ -140,17 +140,17 @@ GetBCDBitmap subroutine
org $FF00
; Bitmap pattern for digits
DigitsBitmap ;;{w:8,h:6,count:10,brev:1};;
.byte $EE,$AA,$AA,$AA,$EE,$00
.byte $22,$22,$22,$22,$22,$00
.byte $EE,$22,$EE,$88,$EE,$00
.byte $EE,$22,$66,$22,$EE,$00
.byte $AA,$AA,$EE,$22,$22,$00
.byte $EE,$88,$EE,$22,$EE,$00
.byte $EE,$88,$EE,$AA,$EE,$00
.byte $EE,$22,$22,$22,$22,$00
.byte $EE,$AA,$EE,$AA,$EE,$00
.byte $EE,$AA,$EE,$22,$EE,$00
DigitsBitmap ;;{w:8,h:5,count:10,brev:1};;
.byte $EE,$AA,$AA,$AA,$EE
.byte $22,$22,$22,$22,$22
.byte $EE,$22,$EE,$88,$EE
.byte $EE,$22,$66,$22,$EE
.byte $AA,$AA,$EE,$22,$22
.byte $EE,$88,$EE,$22,$EE
.byte $EE,$88,$EE,$AA,$EE
.byte $EE,$22,$22,$22,$22
.byte $EE,$AA,$EE,$AA,$EE
.byte $EE,$AA,$EE,$22,$EE
; Epilogue
org $fffc

2
tss

Submodule tss updated: d630ddcb29...5b5ee67fc0