JPH06186939A - Display controller - Google Patents

Display controller

Info

Publication number
JPH06186939A
JPH06186939A JP4336408A JP33640892A JPH06186939A JP H06186939 A JPH06186939 A JP H06186939A JP 4336408 A JP4336408 A JP 4336408A JP 33640892 A JP33640892 A JP 33640892A JP H06186939 A JPH06186939 A JP H06186939A
Authority
JP
Japan
Prior art keywords
display
rom
display device
video memory
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP4336408A
Other languages
Japanese (ja)
Inventor
Yoshiji Yoshida
佳司 吉田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yamaha Corp
Original Assignee
Yamaha Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yamaha Corp filed Critical Yamaha Corp
Priority to JP4336408A priority Critical patent/JPH06186939A/en
Publication of JPH06186939A publication Critical patent/JPH06186939A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To update the storage contents of a video memory without disturbance of screen and without increasing the load of a central processing unit in a display controller displaying an image on a display device according to the contents while updating the storage contents of a video memory under the control of the central processing unit. CONSTITUTION:This controller is constituted so that pattern data and display attribute data are stored in a ROM 63, a display command outputted from the central processing unit 1 is held temporarily, the display attribute data stored in the ROM 63 are written in the video memory 3 based on the display command in the vertical fly-back interval of a display device 5, and the image is displayed on the display device 5 based on the data stored in the video memory 3 and the pattern data stored in the ROM 63 synchronizing with the horizontal scanning of the display device 5.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、ラスタスキャン方式
の表示装置の表示制御に好適な表示制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a display control device suitable for display control of a raster scan type display device.

【0002】[0002]

【従来の技術】従来、この種の装置は、パーソナルコン
ピュータ、ゲーム機等、表示装置を具備したシステムに
おいて利用されている。第2図はこの種の表示制御装置
を用いたシステムの構成を示すブロック図である。この
図において、1はシステム全体の制御を行うCPU、2
はCPU1において用いられるソフトウェアが記憶され
たメモリ、3は表示装置に表示すべき情報を記憶したV
RAM、4はCPUの制御の下、VRAM3内の記憶情
報に基づいて表示装置の表示制御を行う表示制御装置、
5は表示装置である。この場合、VRAM3内には、各
表示対象を特定するパターン名、各表示対象の表示態様
(例えば色、表示開始位置、クリッピングの有無等)を
指定する表示属性データ等が記憶されている。また、各
データの内容を変化させる必要が生じた場合は、CPU
1からVRAM3の上記記憶内容を書き換えるデータが
表示制御装置4へ送られることによって行われる。例え
ばゲーム機において、表示中のキャラクタを移動させる
操作がなされた場合、あるいは新たなキャラクタを登場
させる操作がされた場合に、VRAM3を書換えるデー
タがCPU1から表示制御装置4に送られる。このデー
タは移動もしくは新たに表示すべき表示対象を特定する
パターン名、および表示属性データを含む。また、表示
制御装置4は、表示装置5における水平走査および垂直
走査の制御を行う。そして、各水平走査線の走査に先立
ち、VRAM3内の記憶情報を参照することにより、当
該水平走査線上に表示すべき表示対象を求めると共に、
それらの表示対象を構成する当該水平走査線上に並ぶ画
素を求める。そして、各画素に対応した色信号を生成
し、各画素に対応した色信号を水平走査期間内における
各画素に対応したタイミングで表示装置5へ与える。
2. Description of the Related Art Conventionally, this type of device is used in a system including a display device such as a personal computer and a game machine. FIG. 2 is a block diagram showing the configuration of a system using this type of display control device. In this figure, 1 is a CPU that controls the entire system, and 2
Is a memory in which software used in the CPU 1 is stored, and 3 is V in which information to be displayed on the display device is stored.
RAM 4 is a display control device for performing display control of the display device based on the stored information in the VRAM 3 under the control of the CPU,
Reference numeral 5 is a display device. In this case, the VRAM 3 stores pattern names that specify each display target, display attribute data that specifies the display mode of each display target (for example, color, display start position, presence / absence of clipping, etc.). If it is necessary to change the contents of each data, the CPU
This is performed by sending data from 1 to rewrite the stored contents of the VRAM 3 to the display control device 4. For example, in the game machine, when the operation of moving the currently displayed character is performed or the operation of causing a new character to appear, data for rewriting the VRAM 3 is sent from the CPU 1 to the display control device 4. This data includes a pattern name that specifies a display target to be moved or newly displayed, and display attribute data. Further, the display control device 4 controls horizontal scanning and vertical scanning in the display device 5. Before scanning each horizontal scanning line, the stored information in the VRAM 3 is referred to determine the display target to be displayed on the horizontal scanning line, and
The pixels lined up on the horizontal scanning line that constitute the display target are obtained. Then, a color signal corresponding to each pixel is generated, and the color signal corresponding to each pixel is given to the display device 5 at a timing corresponding to each pixel in the horizontal scanning period.

【0003】[0003]

【発明が解決しようとする課題】ところで、上述した従
来の表示制御装置においては、VRAM3のデータ変更
が水平走査、垂直走査とは全く無関係なタイミングで行
われるため、表示装置の表示中(水平走査中)に表示の
制御に使用されるデータの内容が書き換えられ、画面が
一時的に乱れる場合があるという問題があった。また、
CPUが表示が行われない垂直帰線期間中にデータを送
ることも考えられるが、そのようにするとCPUの制御
の負担が大きくなるという問題があった。さらに、CP
Uが直接、パターン名、表示属性データ等の情報を発生
しているため、表示画面の初期設定時や表示画面を大き
く変更する場合には、CPUの負担が増大するという問
題があった。
By the way, in the above-mentioned conventional display control device, since the data change of the VRAM 3 is carried out at a timing which is completely unrelated to the horizontal scanning and the vertical scanning, the display (horizontal scanning) is being performed. There is a problem that the contents of the data used for display control are rewritten, and the screen may be temporarily disturbed. Also,
Although it is possible to send data during the vertical blanking period when the CPU does not display, doing so causes a problem that the control load of the CPU becomes heavy. Furthermore, CP
Since the U directly generates information such as the pattern name and the display attribute data, there is a problem that the load on the CPU increases when the display screen is initially set or when the display screen is largely changed.

【0004】この発明は、このような背景の下になされ
たもので、画面が乱れることなく、かつ、CPUの負担
を大きくすることなく、ビデオメモリのデータの内容の
書き換えを行うことができる表示制御装置を提供するこ
とを目的とする。
The present invention has been made under such a background, and a display capable of rewriting the contents of data in the video memory without disturbing the screen and increasing the load on the CPU. An object is to provide a control device.

【0005】[0005]

【課題を解決するための手段】この発明による表示制御
装置は、中央処理装置の制御の下にビデオメモリの記憶
内容を更新すると共に該ビデオメモリの記憶内容に従っ
て表示装置に画像を表示させる表示制御装置において、
表示対象を前記表示装置に表示させる際の表示形状を指
定するパターンデータおよび表示態様を指定する表示属
性データを記憶したROMと、前記中央処理装置から出
力される転送指令を保持し、前記表示装置の垂直帰線期
間中に、該転送指令により指定される表示属性データを
前記ROMから読みだして前記ビデオメモリに書き込む
と共に、前記表示装置の水平走査が行われるのに同期
し、当該水平走査において表示すべき表示対象の前記R
OMに記憶されたパターンデータおよび前記ビデオメモ
リに記憶された表示属性データに基づいて色信号を発生
して前記表示装置へ出力する制御手段とを具備すること
を特徴としている。
SUMMARY OF THE INVENTION A display control device according to the present invention is a display control device for updating storage contents of a video memory under the control of a central processing unit and displaying an image on the display device in accordance with the storage contents of the video memory. In the device,
A ROM that stores pattern data that specifies a display shape when a display target is displayed on the display device and display attribute data that specifies a display mode, and a transfer command that is output from the central processing unit are held. During the vertical blanking period, the display attribute data designated by the transfer command is read from the ROM and written in the video memory, and the horizontal scanning of the display device is performed in synchronization with the horizontal scanning of the display device. The R of the display target to be displayed
A control means for generating a color signal based on the pattern data stored in the OM and the display attribute data stored in the video memory and outputting the color signal to the display device.

【0006】[0006]

【作用】上記構成によれば、中央処理装置から転送指令
が出力されると制御手段は一旦それを保持し、表示装置
の垂直帰線期間中に、その転送指令に基づき表示属性デ
ータをROMから読みだしてビデオメモリに書き込む。
また、表示装置の水平走査が行われるのに同期して、当
該水平走査において表示すべき表示対象のビデオメモリ
に記憶された表示属性データおよびROMに記憶された
パターンデータに基づいて色信号を発生して表示装置へ
出力する。
According to the above structure, when the transfer command is output from the central processing unit, the control means temporarily holds it and displays the display attribute data from the ROM based on the transfer command during the vertical blanking period of the display device. Read and write to video memory.
Further, in synchronization with the horizontal scanning of the display device, a color signal is generated based on the display attribute data stored in the video memory of the display target to be displayed in the horizontal scanning and the pattern data stored in the ROM. And output to the display device.

【0007】[0007]

【実施例】以下、図面を参照して、この発明の一実施例
について説明する。図1はこの発明の一実施例による表
示制御装置6を用いたパーソナルコンピュータの構成を
示すブロック図である。この図において、CPU1は、
直接、VRAM3にパターン名および表示属性データ等
を転送することもできるが、表示装置5の表示状態を大
きく変化させる必要があるときはそのためのデータ転送
命令を出力する。データ転送命令は、後述するCRTタ
イミング発生回路61が出力する同期信号VSYNCお
よびHSYNCとは全く非同期のタイミングで出力され
る。このデータ転送命令は、ROM63に記憶された1
表示画面分のパターン名および表示属性データを選択指
定するアドレス情報を含んでいる。CRTタイミング発
生回路61は、垂直同期信号VSYNCを一定周期間隔
で出力する。また、CRTタイミング発生回路61は、
垂直同期信号VSYNCを出力してから次の垂直同期信
号を発生するまでの1周期内に水平同期信号HSYNC
を所定回数出力する。表示装置5は、垂直同期信号VS
YNCが与えられることにより新たな画面に対応した垂
直走査を開始し、水平同期信号HSYNCが与えられる
ことによって新たな水平走査線に対応した水平走査を開
始する。62は転送タイミング調整回路であり、CRT
タイミング発生回路61からの垂直同期信号VSYNC
に基づき、ROM63からパターン名および表示属性デ
ータを選択するためのアドレス信号ADをタイミング調
整して出力する。このアドレス信号ADは、表示装置5
が垂直帰線期間に入った場合に出力される。ROM63
は、パターンデータ、パターン名、および表示属性デー
タが記憶されている。ROM63から読出されたパター
ン名および表示属性データはVRAM3に書込まれる。
64は表示データ発生回路であり、水平同期信号HSY
NCが発生される毎にVRAM3からその直後の水平走
査により表示すべき各表示対象のパターン名を読み出
し、制御部65へ出力する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a personal computer using a display control device 6 according to an embodiment of the present invention. In this figure, the CPU 1
The pattern name, the display attribute data and the like can be directly transferred to the VRAM 3, but when it is necessary to greatly change the display state of the display device 5, a data transfer command for that is output. The data transfer instruction is output at a timing that is completely asynchronous with the synchronization signals VSYNC and HSYNC output from the CRT timing generation circuit 61 described later. This data transfer command is stored in the ROM 63
The pattern name for the display screen and the address information for selectively designating the display attribute data are included. The CRT timing generation circuit 61 outputs the vertical synchronization signal VSYNC at regular intervals. In addition, the CRT timing generation circuit 61
The horizontal sync signal HSYNC is generated within one cycle from the output of the vertical sync signal VSYNC to the generation of the next vertical sync signal.
Is output a predetermined number of times. The display device 5 uses the vertical synchronization signal VS.
When YNC is given, vertical scanning corresponding to a new screen is started, and when horizontal synchronizing signal HSYNC is given, horizontal scanning corresponding to a new horizontal scanning line is started. 62 is a transfer timing adjusting circuit, which is a CRT
Vertical sync signal VSYNC from timing generation circuit 61
Based on the above, the address signal AD for selecting the pattern name and the display attribute data from the ROM 63 is adjusted in timing and output. This address signal AD is displayed on the display device 5.
Is output when enters the vertical blanking period. ROM 63
Stores pattern data, pattern names, and display attribute data. The pattern name and display attribute data read from the ROM 63 are written in the VRAM 3.
Reference numeral 64 denotes a display data generating circuit, which is a horizontal synchronizing signal HSY.
Each time NC is generated, the pattern name of each display target to be displayed is read from the VRAM 3 by the horizontal scanning immediately thereafter, and is output to the control unit 65.

【0008】制御部65は、垂直帰線期間中および水平
走査期間中に、各々以下の動作を行う。 <垂直帰線期間中>CPU1からデータ転送命令が出力
されると、水平走査期間中(表示期間中)はこのデータ
転送命令を一旦保持する。そして、垂直帰線期間になる
と、保持していたデータ転送命令により指定されている
パターン名および表示属性データをROM63から読み
出してVRAM3に書き込む。 <水平走査期間中>表示データ発生回路64より送られ
るパターン名に基づき、当該水平走査において表示すべ
き各表示対象のパターンデータをROM63より読み出
し、VRAM3より表示属性データを読み出して、これ
らのデータに基いて当該水平走査線に表示すべき画素の
カラーコードを順次作成しカラーパレット66へ出力す
る。
The control unit 65 performs the following operations during the vertical blanking period and the horizontal scanning period, respectively. <During the vertical blanking period> When the data transfer command is output from the CPU 1, the data transfer command is temporarily held during the horizontal scanning period (during the display period). Then, in the vertical blanking period, the pattern name and display attribute data designated by the held data transfer command are read from the ROM 63 and written in the VRAM 3. <During horizontal scanning> Based on the pattern name sent from the display data generation circuit 64, the pattern data of each display target to be displayed in the horizontal scanning is read from the ROM 63, the display attribute data is read from the VRAM 3, and these data are stored in these data. Based on this, color codes of pixels to be displayed on the horizontal scanning line are sequentially created and output to the color palette 66.

【0009】カラーパレット66は、ROMアドレス制
御部65から出力されるカラーコードをカラーデータに
変換する。67はディジタル/アナログ変換器であり、
カラーパレット66から出力されるカラーデータをアナ
ログ信号であるカラー信号に変換して、表示装置5へ供
給する。
The color palette 66 converts the color code output from the ROM address control unit 65 into color data. 67 is a digital / analog converter,
The color data output from the color palette 66 is converted into a color signal which is an analog signal and supplied to the display device 5.

【0010】また、VRAM3には、表示装置5に表示
すべき各表示対象を特定するパターン名および表示属性
データ等が記憶されている。これらのデータのうち、パ
ターン名および表示位置データはCPU1からのデータ
転送命令によって一括して更新され、ROM63から読
み出されたものが格納される。ここで、表示画面の小さ
な変更については、CPU1がパターン名および表示属
性データをVRAM3に転送してもさほどCPU1の負
担は大きくならないが、表示画面を大きく変更する場合
は、ROM63に記憶されている1表示画面分のパター
ン名および表示属性データを選択するアドレス情報を発
生するようにしているので、CPU1の負担はさほど大
きくならない。
The VRAM 3 also stores a pattern name and display attribute data for specifying each display object to be displayed on the display device 5. Of these data, the pattern name and the display position data are collectively updated by a data transfer command from the CPU 1, and the data read from the ROM 63 is stored. Here, for a small change of the display screen, even if the CPU 1 transfers the pattern name and the display attribute data to the VRAM 3, the load on the CPU 1 does not increase so much, but in the case of a large change of the display screen, it is stored in the ROM 63. Since the address information for selecting the pattern name and the display attribute data for one display screen is generated, the load on the CPU 1 does not increase so much.

【0011】次に、上記構成によるパーソナルコンピュ
ータの動作について説明する。まず、表示装置5が表示
期間にある時、表示制御装置6はCRTタイミング発生
回路61から出力される水平同期信号HSYNCに基づ
いて水平走査を行う。この水平走査期間中に、表示デー
タ発生回路64は、VRAM3内のパターン名を読み出
し、制御部65に出力する。そして、制御部65はこの
パターン名に基づいてROM63よりパターンデータを
読み出すと共に、VRAM3より当該各表示対象の表示
属性データを読み出す。そして、制御部65は、これら
のデータに基づき、表示装置5の走査タイミングに併せ
て表示すべき画素のカラーコードをカラーパレット66
へ出力する。カラーパレット66は、制御部65より出
力されるカラーコードをカラーデータに変換して、ディ
ジタル/アナログ変換器67へ出力する。カラーデータ
は、ディジタル/アナログ変換器67においてアナログ
信号であるカラー信号に変換され、表示装置5へ供給さ
れる。そして、表示装置5において1フレームの全水平
走査線の表示が終了して垂直帰線期間に入るまで、上記
動作が繰り返される。
Next, the operation of the personal computer having the above configuration will be described. First, when the display device 5 is in the display period, the display control device 6 performs horizontal scanning based on the horizontal synchronization signal HSYNC output from the CRT timing generation circuit 61. During this horizontal scanning period, the display data generation circuit 64 reads out the pattern name in the VRAM 3 and outputs it to the control unit 65. Then, the control unit 65 reads the pattern data from the ROM 63 based on this pattern name, and also reads the display attribute data of each display target from the VRAM 3. Then, based on these data, the control unit 65 sets the color code of the pixel to be displayed in accordance with the scanning timing of the display device 5 in the color palette 66.
Output to. The color palette 66 converts the color code output from the control unit 65 into color data and outputs the color data to the digital / analog converter 67. The color data is converted into a color signal which is an analog signal in the digital / analog converter 67 and is supplied to the display device 5. Then, the above operation is repeated until the display device 5 finishes displaying all the horizontal scanning lines of one frame and enters the vertical blanking period.

【0012】一方、表示装置5の表示状態を変化させる
必要がある時、CPU1よりデータ転送命令が出力され
る。例えばゲーム機において表示中のキャラクタを移動
させる操作がされた場合、あるいは新たなキャラクタを
表示画面に登場させる操作が行われた場合等である。こ
のデータ転送命令が表示装置5の表示期間中に出力され
る場合、このデータ転送命令は、転送タイミング調整回
路62によって保持される。
On the other hand, when it is necessary to change the display state of the display device 5, the CPU 1 outputs a data transfer command. For example, this may be the case when an operation of moving the character being displayed on the game machine is performed, or when an operation of causing a new character to appear on the display screen is performed. When the data transfer instruction is output during the display period of the display device 5, the data transfer instruction is held by the transfer timing adjusting circuit 62.

【0013】表示装置5において最後の水平走査線の走
査が終了し、垂直帰線期間になったことがCRTタイミ
ング発生回路61からの垂直同期信号VSYNCによっ
て検知されると、転送タイミング調整回路62は制御部
65に対してROM63のアドレス信号ADを出力す
る。それによって制御部65は、パターン名および表示
属性データを読み出すためのアドレスをROM63へ出
力する。そして、このようにしてROM63から読み出
されるパターン名および表示属性データをVRAM3に
書き込む。
When it is detected by the vertical synchronizing signal VSYNC from the CRT timing generating circuit 61 that the display device 5 has finished scanning the last horizontal scanning line and has entered the vertical blanking period, the transfer timing adjusting circuit 62 The address signal AD of the ROM 63 is output to the control unit 65. As a result, the control unit 65 outputs the pattern name and the address for reading the display attribute data to the ROM 63. Then, the pattern name and the display attribute data read from the ROM 63 in this way are written in the VRAM 3.

【0014】その後、再び表示期間となると、VRAM
3内に新たに書き込まれた各データに基づいて上述と同
様の動作を繰り返す。
After that, when the display period starts again, the VRAM
The same operation as described above is repeated based on each data newly written in 3.

【0015】[0015]

【発明の効果】以上説明したように、この発明によれ
ば、CPUが任意のタイミングで表示の指令を出力した
としても、垂直帰線期間にビデオメモリ内の表示属性デ
ータ等の更新が行われる。従って、表示画面が乱れるこ
とがないという効果がある。また、CPUからの転送で
はなく、ROMからの読み出しによりビデオメモリ内の
表示属性データ等の更新を行うので、更新が短時間で終
了する。従って、表示切り換えを高速に行うことができ
るという効果がある。
As described above, according to the present invention, even if the CPU outputs a display command at an arbitrary timing, the display attribute data and the like in the video memory are updated during the vertical blanking period. . Therefore, there is an effect that the display screen is not disturbed. Further, since the display attribute data and the like in the video memory are updated by reading from the ROM instead of transferring from the CPU, the update is completed in a short time. Therefore, there is an effect that the display can be switched at high speed.

【図面の簡単な説明】[Brief description of drawings]

【図1】 この発明の一実施例による表示制御装置を適
用したパーソナルコンピュータの構成を示すブロック図
である。
FIG. 1 is a block diagram showing a configuration of a personal computer to which a display control device according to an embodiment of the present invention is applied.

【図2】 従来の表示制御装置を適用したパーソナルコ
ンピュータの構成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of a personal computer to which a conventional display control device is applied.

【符号の説明】[Explanation of symbols]

1……CPU、3……VRAM、5……表示装置、6…
…表示制御装置、63……ROM、64……表示データ
発生回路、65……制御部
1 ... CPU, 3 ... VRAM, 5 ... display device, 6 ...
... Display control device, 63 ... ROM, 64 ... Display data generation circuit, 65 ... Control unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 中央処理装置の制御の下にビデオメモリ
の記憶内容を更新すると共に該ビデオメモリの記憶内容
に従って表示装置に画像を表示させる表示制御装置にお
いて、 表示対象を前記表示装置に表示させる際の表示形状を指
定するパターンデータおよび表示態様を指定する表示属
性データを記憶したROMと、 前記中央処理装置から出力される転送指令を保持し、前
記表示装置の垂直帰線期間中に、該転送指令により指定
される表示属性データを前記ROMから読みだして前記
ビデオメモリに書き込むと共に、前記表示装置の水平走
査が行われるのに同期し、当該水平走査において表示す
べき表示対象の前記ROMに記憶されたパターンデータ
および前記ビデオメモリに記憶された表示属性データに
基づいて色信号を発生して前記表示装置へ出力する制御
手段とを具備することを特徴とする表示制御装置。
1. A display control device for updating storage contents of a video memory under the control of a central processing unit and displaying an image on a display device according to the storage contents of the video memory, wherein a display target is displayed on the display device. A ROM storing pattern data for designating a display shape and display attribute data for designating a display mode, a transfer command output from the central processing unit, and a vertical retrace period of the display unit, The display attribute data designated by the transfer command is read from the ROM and written in the video memory, and in synchronization with the horizontal scanning of the display device, in the ROM to be displayed in the horizontal scanning. The display is performed by generating a color signal based on the stored pattern data and the display attribute data stored in the video memory. Display control apparatus characterized by comprising a control means for outputting to the location.
JP4336408A 1992-12-16 1992-12-16 Display controller Withdrawn JPH06186939A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4336408A JPH06186939A (en) 1992-12-16 1992-12-16 Display controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4336408A JPH06186939A (en) 1992-12-16 1992-12-16 Display controller

Publications (1)

Publication Number Publication Date
JPH06186939A true JPH06186939A (en) 1994-07-08

Family

ID=18298827

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4336408A Withdrawn JPH06186939A (en) 1992-12-16 1992-12-16 Display controller

Country Status (1)

Country Link
JP (1) JPH06186939A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008268971A (en) * 2000-12-04 2008-11-06 Nokia Corp Method and display system for updating image frame on display screen

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008268971A (en) * 2000-12-04 2008-11-06 Nokia Corp Method and display system for updating image frame on display screen

Similar Documents

Publication Publication Date Title
JPH0830948B2 (en) Image display
JPH0514312B2 (en)
JPH0820859B2 (en) Image converter
US6128032A (en) Method for scrolling a video signal in an internet set top box
JPH06186939A (en) Display controller
JPH056304A (en) Image memory device
JP3102903B2 (en) Video graphics system
JP2610275B2 (en) Video memory transfer controller
JP3530215B2 (en) On-screen display device
KR100382956B1 (en) Image Processor and Image Display
JP2833366B2 (en) Display control device
JPH07219510A (en) On-screen display device
JP2898482B2 (en) Computer game equipment
JPS5935476B2 (en) Hard copy device in multi-terminal display control device
JPH07261730A (en) Picture display device and television game machine using same
JPS5816190B2 (en) CRT display drive system
JPH04248591A (en) Moving picture window display device
JP3514763B2 (en) Scroll screen display circuit
JPH10304298A (en) Method and device for writing data in vram, picture reproducing device, projector and picture reproduction system
JPH077266B2 (en) Display controller
JPH06161409A (en) Look-up table memory rewriting method and display device with look-up table memory
JPH10228271A (en) Real-time drawing display processor and drawing method
JPH0443595B2 (en)
JPH02141795A (en) Display controller
JPH04261589A (en) Graphic display device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20000307