소스 검색

drawing the OS small font without the top pixel padding.

Zeda Thomas 4 년 전
부모
커밋
e087dda6fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/gfx/text.z80

+ 1 - 0
src/gfx/text.z80

@@ -396,6 +396,7 @@ VPutC_OS_small:
   ld b,a
   ld a,3
   call OS_font_sub
+  inc de
   jp VputSCStepIn
 _:
   ld hl,$0600