mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-14 10:30:24 +00:00
Converting pfont to ACME.
This commit is contained in:
parent
960d61e422
commit
95c98b631e
@ -1,3 +1,4 @@
|
|||||||
|
;@com.wudsn.ide.asm.hardware=APPLE2
|
||||||
;Title: Proportional Text HGR app
|
;Title: Proportional Text HGR app
|
||||||
;Author: Andrew Hogan
|
;Author: Andrew Hogan
|
||||||
;This is a collection of routines that prints proportional
|
;This is a collection of routines that prints proportional
|
||||||
@ -27,8 +28,16 @@
|
|||||||
;10/14 v.24 input a single char
|
;10/14 v.24 input a single char
|
||||||
;10/27 v.25 comments updated
|
;10/27 v.25 comments updated
|
||||||
|
|
||||||
MSB ON ;Directive to set hi bit of chars
|
* = $6000
|
||||||
ORG $4000 ;$4000..5FFF is HGR2 page of RAM
|
|
||||||
|
; Use hi-bit ASCII for Apple II
|
||||||
|
!convtab "../include/hiBitAscii.ct"
|
||||||
|
|
||||||
|
; Global definitions
|
||||||
|
!source "../include/global.i"
|
||||||
|
!source "../include/debug.i"
|
||||||
|
|
||||||
|
DEBUG = 0 ; 1=some logging, 2=lots of logging
|
||||||
|
|
||||||
zTmp1 EQU $FC ;zero page Temporary variables
|
zTmp1 EQU $FC ;zero page Temporary variables
|
||||||
zTmp2 EQU $FD
|
zTmp2 EQU $FD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user