• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BASIC compiler/interpreter for PIC32MX/MZ-80K (suspended)


Commit MetaInfo

Revisão267 (tree)
Hora2018-08-04 05:10:33
Autorkmorimatsu

Mensagem de Log

Kenken's change on 8/03/2018

Mudança Sumário

Diff

--- mips/branches/megalopa/lib_video_megalopa.h (revision 266)
+++ mips/branches/megalopa/lib_video_megalopa.h (revision 267)
@@ -62,9 +62,9 @@
6262 extern const unsigned char FontData[]; //フォントパターン(初期化時にここからfontdata[]にコピー)
6363 extern const unsigned char FontData2[]; //フォントパターン6ドットフォント
6464 extern unsigned char videomode,textmode,graphmode; //画面モード
65-extern unsigned char twidth,twidthy; //テキスト文字数(横)および(縦
65+extern int twidth,twidthy; //テキスト文字数(横)および(縦
6666 extern int attroffset; // TVRAMのカラー情報エリア位置
67-extern unsigned int gwidth,gwidthy; // グラフィックX方向解像度
67+extern int gwidth,gwidthy; // グラフィックX方向解像度
6868 extern unsigned char fontdata[]; //固定フォント領域、初期化時にFontData[]からコピー
6969 extern unsigned char *Fontp; //現在のフォントパターンの先頭アドレス
7070