Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPS642956B2 - - Google Patents
[go: Go Back, main page]

JPS642956B2 - - Google Patents

Info

Publication number
JPS642956B2
JPS642956B2 JP62177007A JP17700787A JPS642956B2 JP S642956 B2 JPS642956 B2 JP S642956B2 JP 62177007 A JP62177007 A JP 62177007A JP 17700787 A JP17700787 A JP 17700787A JP S642956 B2 JPS642956 B2 JP S642956B2
Authority
JP
Japan
Prior art keywords
display
crt
circuit
address
timing
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.)
Expired
Application number
JP62177007A
Other languages
Japanese (ja)
Other versions
JPS6352180A (en
Inventor
Yasuyo Ishikawa
Kazuo Watanabe
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP62177007A priority Critical patent/JPS6352180A/en
Publication of JPS6352180A publication Critical patent/JPS6352180A/en
Publication of JPS642956B2 publication Critical patent/JPS642956B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)

Description

【発明の詳細な説明】 この発明は、ラスタスキヤン方式のCRTのよ
うなデイスプレイ装置を用いる表示方式に関す
る。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a display system using a display device such as a raster scan type CRT.

この発明は、リフレツシユメモリの内容を周期
的に読み出してCRT画面上に表示しつつ、その
表示内容を変更する場合において、CRTの非表
示期間を利用してリフレツシユメモリの書き込み
を行なうにあたり、上記表示期間と非表示期間を
判別するタイミングパルスを用い、上記非表示期
間に行なう書き込みの確認を行なうことにより、
確実に書き込み動作がなされる書き込み終了判定
方式を提供するためになされた。
This invention provides for writing to the refresh memory using the non-display period of the CRT when periodically reading out the contents of the refresh memory and displaying it on a CRT screen while changing the display contents. By using a timing pulse to distinguish between the display period and the non-display period, and confirming the writing performed during the non-display period,
This was done in order to provide a write completion determination method that ensures that the write operation can be performed reliably.

以下、実施例により、この発明を具体的に説明
する。
Hereinafter, the present invention will be specifically explained with reference to Examples.

第1図は、この発明の一実施例を示す方式を実
現するCRTデイスプレイ装置のブロツク図であ
る。但し、同図において、CRTそれ自体は、本
発明に直接関係が無いので図示していない。
FIG. 1 is a block diagram of a CRT display device that implements a method showing one embodiment of the present invention. However, in the figure, the CRT itself is not shown because it is not directly related to the present invention.

この実施例におけるCRTデイスプレイ装置の
概要は、次の通りである。
The outline of the CRT display device in this embodiment is as follows.

CPU(マイクロプロセツサ1)等の入力源によ
り、バスドライバ2を介して、リフレツシユメモ
リ5に表示すべき情報を書き込むものである。こ
の情報は、CRT画面上の表示位置を示すアドレ
ス情報と、アスキー(ASCII)コード等の文字表
示コード情報とである。このアドレス情報は、ア
ドレスデコーダ10と、アドレスセレクタ4とを
通して、リフレツシユメモリ5に入力されるもの
である。
Information to be displayed is written into the refresh memory 5 via the bus driver 2 by an input source such as a CPU (microprocessor 1). This information includes address information indicating the display position on the CRT screen and character display code information such as ASCII code. This address information is input to the refresh memory 5 through the address decoder 10 and address selector 4.

リフレツシユメモリ5は、CRT画面上に割り
当てられた文字表示アドレスと対応したアドレス
を有するものである。したがつて、リフレツシユ
メモリ5は、CRT画面に表示できる総文字数分
だけのコード情報が記憶できるメモリ容量を有す
るものである。
The refresh memory 5 has addresses corresponding to character display addresses assigned on the CRT screen. Therefore, the refresh memory 5 has a memory capacity capable of storing code information for the total number of characters that can be displayed on a CRT screen.

例えば、文字数を横32文字、縦16行とすると、
1ページ当り、32×16(バイト)の記憶容量が必
要となる。この実施例においては、リフレツシユ
メモリ5は、2048バイトの記憶容量を有するもの
とし、4ページにわたつての書き込みが可能とな
るものである。したがつて、アドレス情報は、11
ビツト構成のものとなる。
For example, if the number of characters is 32 characters horizontally and 16 lines vertically,
One page requires a storage capacity of 32 x 16 (bytes). In this embodiment, the refresh memory 5 has a storage capacity of 2048 bytes, and is capable of writing over four pages. Therefore, the address information is 11
It has a bit structure.

一般にマイクロコンピユータシステムにおける
アドレス情報は、16ビツト構成であるので、上記
CPU等のアドレス情報を11ビツト構成のリフレ
ツシユメモリ5のアドレスに変換し、後述する読
み出し回路11を指定するアドレス信号を形成す
るのが上記アドレスデコーダ10である。そし
て、アドレスセレクタ4は、後述するCRTコン
トローラ3からのアドレス情報と、CPU1等の
入力源からのアドレス情報とを切り換えて、リフ
レツシユメモリ5に送出するためのものである。
Address information in microcomputer systems generally has a 16-bit configuration, so the above
The address decoder 10 converts address information of the CPU, etc. into an address of the refresh memory 5 having an 11-bit configuration, and forms an address signal specifying a readout circuit 11, which will be described later. The address selector 4 is for switching between address information from a CRT controller 3, which will be described later, and address information from an input source such as the CPU 1, and transmitting the same to the refresh memory 5.

上記リフレツシユメモリ5の読み出しは、
CRTコントローラ3で形成されたCRTの文字ア
ドレスに対応したタイミングパルス(MA)をア
ドレス情報とし、1文字ごとに順次行なわれる。
この読み出されたコード情報は、パターン発生回
路6により、1文字ごとにドツト構成されたパタ
ーン信号に変換される。
Reading the refresh memory 5 is as follows:
Timing pulses (MA) corresponding to character addresses on the CRT formed by the CRT controller 3 are used as address information, and processing is performed sequentially for each character.
This read code information is converted by the pattern generation circuit 6 into a pattern signal in which each character is composed of dots.

このパターン発生回路6は、文字等の画素が書
き込まれているリードオンリーメモリ(ROM)
により構成される。したがつて、表示される文字
コードがリフレツシユメモリ5からパターン発生
回路6に与えられること、すなわち、パターン発
生回路6の文字アドレスを指定することと、ラス
タアドレスを指定することにより、その出力は、
ラスタスキヤンタイミングに同期した文字パター
ン信号となる。
This pattern generation circuit 6 is a read-only memory (ROM) in which pixels such as characters are written.
Consisted of. Therefore, by giving the character code to be displayed from the refresh memory 5 to the pattern generation circuit 6, that is, by specifying the character address of the pattern generation circuit 6 and the raster address, the output can be changed. ,
The character pattern signal is synchronized with the raster scan timing.

このパターン出力は、パラレル/シリアル変換
回路7により、シリアルな映像信号に変換され
る。このシリアルな映像信号は、ビデイオコント
ロール回路8により、同期パルス(H/
USYNC)、有効表示画面を形成する表示タイミ
ングパルス(DISPTMG)と合成されて、CRT
画面上に文字を表示することとなる。
This pattern output is converted into a serial video signal by a parallel/serial conversion circuit 7. This serial video signal is processed by the video control circuit 8 as a synchronizing pulse (H/
CRT
Characters will be displayed on the screen.

タイミングコントローラ9は、発振回路を内蔵
し、これらのリフレツシユメモリ5のアドレスタ
イミングパルス(MA)、パターン発生回路6の
ラスタアドレスタイミングパルス(RA)の基本
となるキヤラクタクロツク(CLK)、シリアルな
画素データを得るためのビデイオクロツク
(VCLK)等を形成するものである。
The timing controller 9 has a built-in oscillation circuit, and processes the character clock (CLK), which is the basis of the address timing pulse (MA) of the refresh memory 5, the raster address timing pulse (RA) of the pattern generation circuit 6, and the serial clock. It forms a video clock (VCLK) etc. for obtaining pixel data.

CRTコントローラ3は、水平表示文字レジス
タ、垂直表示文字レジスタ等の各種制御レジスタ
と、リフレツシユメモリ5の、換言すれば、
CRT画面上のラスタに同期した番地指定を行な
う文字、行カウンタと、CRTの水平及び垂直同
期信号発生回路と、ラスタ制御回路と、カーソー
ル制御回路等により構成され、CRTのラスタに
同期したリフレツシユメモリ5のアドレス指定
(MA)、パターン発生回路6のラスタ指定(RA)
をして、上述のような画素データを形成するもの
とし、及びCRTの同期パルス等を形成するもの
である。このCRTコントローラ3として、例え
ば、「商品名HD46505」のモノリシツク集積回路
を用いることができる。
The CRT controller 3 controls various control registers such as a horizontal display character register and a vertical display character register, and a refresh memory 5, in other words,
It consists of a character and line counter that specifies addresses in synchronization with the raster on the CRT screen, a CRT horizontal and vertical synchronization signal generation circuit, a raster control circuit, a cursor control circuit, etc., and a refresh function synchronized with the CRT raster. Address specification of memory 5 (MA), raster specification of pattern generation circuit 6 (RA)
This is used to form the pixel data as described above, as well as to form synchronizing pulses and the like for the CRT. As this CRT controller 3, for example, a monolithic integrated circuit under the trade name "HD46505" can be used.

なお、読み出し回路11は、上記CRTコント
ローラで形成された表示タイミングパルスを読み
出すために用いるものであり、この役割は後述す
る。
Note that the readout circuit 11 is used to read out the display timing pulses generated by the CRT controller, and its role will be described later.

上述のようなCRTデイスプレイ装置において、
例えば、第2図に示すように、ノンインターレー
スモードによるCRTの表示画面部12を構成す
るラスタ本数を240本とし、上下、左右にそれぞ
れ10%づつのブランキング部(斜線を付した部
分)を設けて、有効表示画面13を構成するもの
とする。このブランキング部は、CRTの水平、
垂直駆動能力のバラツキにより、表示文字が画面
からはみ出して表示されることを防止するために
必要なものである。
In the CRT display device as mentioned above,
For example, as shown in Fig. 2, the number of rasters constituting the display screen section 12 of a CRT in non-interlaced mode is 240, and blanking areas (hatched areas) of 10% each on the top, bottom, left and right sides are provided. The effective display screen 13 shall be configured by providing the following information. This blanking part is used for horizontal and
This is necessary to prevent displayed characters from being displayed off the screen due to variations in vertical drive ability.

ホームテレビ受像機等のCRTにおいては、水
平走査時間Hは、63.5μs程度である。このうち、
帰線消去時間t4を9.3μsとすると、上記表示画面
12を形成する走査時間は、54.2μsとなる。した
がつて、上述のように左右に10%t1,t2づつのブ
ランキング部を設けるものとすると、t1,t2は、
5.4μsとなり、有効表示画面13を形成する走査
時間t3は、43.3μsとなる。
In a CRT such as a home television receiver, the horizontal scanning time H is about 63.5 μs. this house,
If the blanking time t4 is 9.3 μs, the scanning time for forming the display screen 12 is 54.2 μs. Therefore, if blanking parts of 10% t 1 and t 2 are provided on the left and right as described above, t 1 and t 2 are as follows.
The scanning time t 3 for forming the effective display screen 13 is 5.4 μs, and the scanning time t 3 is 43.3 μs.

したがつて、1水平走査時間H当り、上記有効
表示時間t3を“1”とし、他を“0”(ブランキ
ング)とする表示タイミングパルス
(DISPTMG)を形成することとなる。
Therefore, per horizontal scanning time H, a display timing pulse (DISPTMG) is generated in which the effective display time t3 is set to "1" and the other times are set to "0" (blanking).

一方、垂直方向については、表示画面12のラ
スタ本数が240本で、上下に10%t5,t6づつのブ
ランキング部を設けるものであるから、t4,t5
は、ラスタ本数で24本(24×63.5μs)に相当する
時間となり、当初表示画面13を形成するラスタ
本数は192本となる。
On the other hand, in the vertical direction, the number of rasters on the display screen 12 is 240, and blanking parts of 10% t 5 and t 6 are provided at the top and bottom, so t 4 , t 5
is a time corresponding to 24 rasters (24×63.5 μs), and the number of rasters forming the initial display screen 13 is 192.

したがつて、1表示画面V当り、上記有効表示
時間t7を“1”とし、他を“0”(ブランキング)
とする表示タイミングパルス(DISPTMG)を
形成することとなる。
Therefore, for one display screen V, the above effective display time t7 is set to "1", and the others are set to "0" (blanking).
A display timing pulse (DISPTMG) is then formed.

この水平、垂直表示タイミングパルスを合成し
た1表示画面当りのパルス波形を第3図に示すも
のである。このタイミングパルス(DISPTMG)
は、同図に示すように、NTSC方式のCRTによ
り、ノンインターレースモードで構成すると、1
表示画面Vは、1/60秒となり、この中に、水平表
示タイミングパルスHを192個と、この水平表示
タイミングパルスHが70個分に相当する垂直ブラ
ンキング部を有するパルス信号となる。
FIG. 3 shows a pulse waveform per one display screen obtained by combining the horizontal and vertical display timing pulses. This timing pulse (DISPTMG)
As shown in the figure, when configured in non-interlace mode using an NTSC CRT, 1
The display screen V is 1/60 second, and is a pulse signal having 192 horizontal display timing pulses H and a vertical blanking portion corresponding to 70 horizontal display timing pulses H.

上記垂直ブランキング部は、NTSC方式におい
ては、ラスタ本数が525本であり、ノンインター
レースモードでは、ラスタが262.5本であること
より、262.5−192≒70個に相当する水平表示タイ
ミングとなる。このうち、48個分が上記時間t5
t6になり、残り22個分が垂直帰線時間t8に相当す
る。
In the vertical blanking section, the number of rasters is 525 in the NTSC system, and the number of rasters is 262.5 in the non-interlaced mode, so the horizontal display timing corresponds to 262.5-192≈70. Of these, 48 pieces are for the above time t 5 +
t 6 , and the remaining 22 pieces correspond to the vertical retrace time t 8 .

この実施例においては、CRTの帰線期間の他
上記有効表示画面13を形成するためのブランキ
ングを利用して、CRTの表示内容の変更を行な
う際のCPU等の入力源からのアクセスタイミン
グに割り当てようとするものである。すなわち、
上記ブランキング期間及び帰線期間は、CRTデ
イスプレイ装置は、リフレツシユメモリの読み出
し、言い換えれば文字表示のための動作を停止し
ているものであるから、表示画面の1部にフラツ
シングを生じさせることなくリフレツシユメモリ
の内容を変更できる。そして、有効表示画面13
を形成するためのブランキング期間も上記アクセ
スタイミングに割り当てることにより、その時間
帯を長くして、上記書き替えスピードの持ち時間
を短くできるものである。
In this embodiment, in addition to the blanking period of the CRT, blanking for forming the above-mentioned effective display screen 13 is used to adjust the access timing from the input source such as the CPU when changing the display contents of the CRT. This is what you are trying to allocate. That is,
During the blanking period and retrace period, the CRT display device stops reading the refresh memory, in other words, stops the operation for displaying characters, so flashing may occur in a part of the display screen. The contents of refresh memory can be changed without any changes. Then, the effective display screen 13
By allocating the blanking period for forming the data to the access timing, the time slot can be lengthened and the duration of the rewrite speed can be shortened.

この場合において、上記表示タイミングは、
CRTデイスプレイ装置の一方的な動作周期で決
定されるものであるため、次のような問題が生じ
るものである。
In this case, the above display timing is
Since it is determined by the unilateral operation cycle of the CRT display device, the following problems arise.

例えば、CPU等の入力源から、上記ブランキ
ングであるタイミングで書き込み動作を開始し、
実際にリフレツシユメモリ5にデータを送出する
時点で、表示タイミングになると、リフレツシユ
メモリ5は、自動的にCRTコントローラ3の支
配下におかれて書き込みがなされなくなる。一
方、CPU等は、データの送出を行なうことで書
き込み完了とするものであるから、両者の間で表
示データの不一致が生ずる。
For example, a write operation is started from an input source such as a CPU at the timing of the blanking described above,
When data is actually sent to the refresh memory 5, at the display timing, the refresh memory 5 is automatically placed under the control of the CRT controller 3 and no writing is performed. On the other hand, since the CPU and the like complete writing by sending data, a mismatch in display data occurs between the two.

CRTデイスプレイ装置をプログラムデイバツ
グ用に用いる場合、上記書き込み動作がなされな
いときは、表示画面で知ることができるから再び
書き込みを行なえばよいが、テレビゲーム等にあ
つては、このことを認識できず、ゲームの内容が
プログラム通りにはならず、誤動作することとな
る。
When using a CRT display device for program debugging, if the above writing operation is not performed, you can tell on the display screen that you can write again, but in the case of video games, etc., this cannot be recognized. As a result, the content of the game does not match the program, resulting in malfunctions.

この実施例においては、この問題を解決するた
めに、上記表示タイミングを書き込み直後に読み
出して、ブランキング期間であることをもつて、
書き込み動作の終了を判定しようとするものであ
る。
In this embodiment, in order to solve this problem, the above display timing is read out immediately after writing, and since it is a blanking period,
This is intended to determine the end of the write operation.

すなわち、リフレツシユメモリ5の内容変更に
際しては、まずCPU1は、上記読み出し回路
11の番地指定を行い、信号(DISPTMG)を
読み出し、書き込み期間か否かの判定を行なう。
書き込み可能“0”のとき、リフレツシユメモ
リ5のアドレス,データを送出して書き込みを行
なう。この書き込み後に再び上記読み出し回路
11を指定して、上記信号(DISPTMG)を読
み出し、“0”のとき、上記書き込み動作が完全
になされたこと、すなわち、書き込み動作中に表
示タイミングに変わらなかつたことをもつて書き
込み動作の確認を行ない、一連の書き込み動作を
終了するものとする。
That is, when changing the contents of the refresh memory 5, the CPU 1 first specifies the address of the read circuit 11, reads the signal (DISPTMG), and determines whether or not it is a write period.
When writable is "0", the address and data of the refresh memory 5 are sent and written. After this write, the read circuit 11 is specified again to read the signal (DISPTMG), and when it is "0", it means that the write operation has been completed, that is, the display timing has not changed during the write operation. The write operation is confirmed with , and the series of write operations is completed.

上述のように、CPU等のプログラム(ソフト
ウエア)で動作確認を行なうことの他、上記読み
出し回路の動作を書き込み命令を受けて自動的に
行なうようにするものであつてもよい。
As described above, in addition to checking the operation using a program (software) such as a CPU, the operation of the reading circuit may be automatically performed in response to a write command.

上記確認信号が得られないときは、その書き込
みは、再び最初から行なうものとして、前述のよ
うなデータの不一致を防止するものである。この
場合において、書き込み完了直後に表示タイミン
グとなり、CPU等は同じことを二度書き込んだ
としても、何ら問題は生じない。
When the confirmation signal is not obtained, the writing is performed again from the beginning, thereby preventing data mismatch as described above. In this case, the display timing is immediately after the writing is completed, and even if the CPU writes the same thing twice, no problem will occur.

この発明は、CRTデイスプレイ装置における
リフレツシユメモリの書き込み判定方式として広
く利用できる。
The present invention can be widely used as a refresh memory writing determination method in a CRT display device.

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

第1図は、この発明の一実施例を示すブロツク
図、第2図は、この発明の一実施例を示す表示タ
イミングを説明する図、第3図は、その表示タイ
ミングパルスの波形図である。 1……CPU、2……バスドライバ、3……
CRTコントローラ、4……アドレスセレクタ、
5……リフレツシユメモリ、6……パターン発生
回路、7……パラレル/シリアル変換回路、8…
…ビデイオコントロール回路、9……タイミング
コントローラ、10……アドレスデコーダ、11
……読み出し回路、12……表示画面部、13…
…有効表示画面。
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a diagram illustrating the display timing of the embodiment of the invention, and FIG. 3 is a waveform diagram of the display timing pulse. . 1...CPU, 2...Bus driver, 3...
CRT controller, 4...address selector,
5... Refresh memory, 6... Pattern generation circuit, 7... Parallel/serial conversion circuit, 8...
...Video control circuit, 9...Timing controller, 10...Address decoder, 11
...readout circuit, 12...display screen section, 13...
...Effective display screen.

Claims (1)

【特許請求の範囲】[Claims] 1 ラスタに対応した表示データを表示装置に順
次に送出せしめることによりかかる表示データを
かかる表示装置に表示せしめる表示方式であつ
て、マイクロプロセツサと、上記マイクロプロセ
ツサに結合されたバスラインと、上記バスライン
に結合され表示制御を行なう制御手段と、上記制
御手段によつて示される非表示期間を判別可能と
するタイミング信号を上記バスラインに供給する
第1回路と、表示されるべき情報が記憶される記
憶手段とを備え、表示装置の表示画面の非表示期
間のみを上記記憶手段への情報書き込み可能な時
間帯とするとともに、上記記憶手段への情報の書
き込みの後、上記第1回路の状態を調べることに
より書き込み終了の判定を行なうようにしたこと
を特徴とする表示方式。
1. A display method for displaying display data on a display device by sequentially sending display data corresponding to a raster to the display device, comprising: a microprocessor; a bus line coupled to the microprocessor; a control means coupled to the bus line to perform display control; a first circuit that supplies the bus line with a timing signal that enables determination of a non-display period indicated by the control means; a storage means for storing information, the non-display period of the display screen of the display device is the only time period in which information can be written to the storage means, and after writing the information to the storage means, the first circuit A display method characterized in that writing completion is determined by checking the state of the .
JP62177007A 1987-07-17 1987-07-17 Display system Granted JPS6352180A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62177007A JPS6352180A (en) 1987-07-17 1987-07-17 Display system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62177007A JPS6352180A (en) 1987-07-17 1987-07-17 Display system

Publications (2)

Publication Number Publication Date
JPS6352180A JPS6352180A (en) 1988-03-05
JPS642956B2 true JPS642956B2 (en) 1989-01-19

Family

ID=16023537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62177007A Granted JPS6352180A (en) 1987-07-17 1987-07-17 Display system

Country Status (1)

Country Link
JP (1) JPS6352180A (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS588106B2 (en) * 1973-06-12 1983-02-14 バリアン アソシエイツ hogojiyoukencadenoshiyorisouchi
JPS5834836B2 (en) * 1975-12-29 1983-07-29 株式会社日立製作所 data

Also Published As

Publication number Publication date
JPS6352180A (en) 1988-03-05

Similar Documents

Publication Publication Date Title
US4951038A (en) Apparatus for displaying a sprite on a screen
JP2002108268A5 (en)
US4661812A (en) Data transfer system for display
JPH0876713A (en) Display controller
US5319786A (en) Apparatus for controlling a scanning type video display to be divided into plural display regions
JPS6140997B2 (en)
JPS642956B2 (en)
KR960014826B1 (en) An apparatus for controlling the access of a video memory
JPS648338B2 (en)
JP2506960B2 (en) Display controller
US5412403A (en) Video display control circuit
JP2591064B2 (en) Teletext broadcast receiver
EP0420291B1 (en) Display control device
JPS602670B2 (en) Display control method
JP3417204B2 (en) Vehicle navigation system
JPS6314376B2 (en)
JPH035755B2 (en)
JPS6114074Y2 (en)
JP2995902B2 (en) Video display control circuit
JPH0227677B2 (en)
JP2642350B2 (en) Display control device
JPH0430052B2 (en)
JPH08123400A (en) Display control device, display information storage system, and display device
JPH077266B2 (en) Display controller
JPS6132677B2 (en)