Reintegrate dwg -> trunk

This commit is contained in:
wayne
2012-11-16 20:02:42 +00:00
parent e85470fd0b
commit 915c19cdf6

View File

@@ -4,9 +4,11 @@
;__________________________________________________________________________________________________
;
; bnk1.asm 11/16/2012 dwg - specify hl=0 before calling N8V_INIT
; This causes the TMS9918 character bitmaps to be loaded from the
; default bitmaps included in bnk1.asm
; bnk1.asm 5/23/2012 dwg Beta 4 - Enhanced SYS_GETCFG and SYS_SETCFG
.ORG 1000H
;
; INCLUDE GENERIC STUFF
@@ -57,7 +59,8 @@ INITSYS1:
CALL UPD7220_INIT
#ENDIF
#IF (N8VENABLE)
CALL N8V_INIT
LD HL,CHARSET ; tell init to use built-in bitmaps
CALL N8V_VDAINI
#ENDIF
#IF (PRPENABLE)
CALL PRP_INIT