JPH09171377A - Memory for video display - Google Patents

Memory for video display

Info

Publication number
JPH09171377A
JPH09171377A JP7330764A JP33076495A JPH09171377A JP H09171377 A JPH09171377 A JP H09171377A JP 7330764 A JP7330764 A JP 7330764A JP 33076495 A JP33076495 A JP 33076495A JP H09171377 A JPH09171377 A JP H09171377A
Authority
JP
Japan
Prior art keywords
color code
color
memory cell
memory
pattern 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.)
Granted
Application number
JP7330764A
Other languages
Japanese (ja)
Other versions
JP2735058B2 (en
Inventor
Jiyunji Hinami
順二 日並
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP7330764A priority Critical patent/JP2735058B2/en
Publication of JPH09171377A publication Critical patent/JPH09171377A/en
Application granted granted Critical
Publication of JP2735058B2 publication Critical patent/JP2735058B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a memory for a video display capable of writing color- developed image data at a high speed. SOLUTION: A color code of a foreground color is stored in FGC register 14 and that of a background color is stored in BGC register 15 beforehand. 8-bit write data 17 expressing each picture element with binary are inputted to a selection circuit 16 as selection signal. The selection circuit 16 selects either FGC register 14 or BGC register 15 for every bit of the write data and outputs color codes for 8 bytes. These are simultaneously written in successive 8-byte areas starting from a specified address. A high speed color plotting is enabled by internally developing color code and simultaneously writing the multiple color codes after development.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ディスプレイなど
の表示装置の画像表示用に画像データを記憶するための
ビデオ表示用メモリに係わり、特に各画素の色を複数ビ
ットの色コードで表したカラーの画像データを記憶する
ためのビデオ表示用メモリに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a video display memory for storing image data for displaying an image on a display device such as a display, and more particularly to a color display in which the color of each pixel is represented by a color code of a plurality of bits. And a video display memory for storing the image data.

【0002】[0002]

【従来の技術】ディスプレイなどの表示装置に画像を表
示するときは、表示する画像に対応する画像データをビ
デオ表示用メモリ(以下、VRAMと表わす。)に書き
込み、このメモリに記憶されている画像データを所定の
周期で繰り返し読み出してディスプレイに送るようにな
っている。これにより画像データを一旦VRAMに書き
込むだけで、その後は連続して表示を行うことができ
る。また、表示内容を部分的に変更するときはその部分
だけVRAMの画像データを書き換えれば良い。
2. Description of the Related Art When an image is displayed on a display device such as a display, image data corresponding to the image to be displayed is written in a video display memory (hereinafter referred to as VRAM), and the image stored in this memory is written. The data is repeatedly read at a predetermined cycle and sent to the display. As a result, the image data is simply written into the VRAM once, and thereafter the display can be continuously performed. When the display content is partially changed, the image data of the VRAM may be rewritten only in that portion.

【0003】カラーの画像を表示する場合には、1画素
について複数ビットで構成された色コードを割り当て、
画素ごとに表示する色を指定するようになっている。た
とえば、“1”および“0”の2値データでその文字パ
ターンの表わされた文字をカラーで表示するとき、
“1”は前背色に対応する色コードに、“0”は背景色
に対応する色コードにそれぞれ変換される。VRAMは
1画素についてこれら複数ビットで表された色コードを
記憶する。この際、通常はまず描画対象領域を背景色で
塗りつぶしてから、次に文字パターンの“1”に対応す
る部分を前景色で描画される。
When a color image is displayed, a color code composed of a plurality of bits is assigned to one pixel,
The color to be displayed is specified for each pixel. For example, when the character represented by the character pattern is displayed in color with binary data of “1” and “0”,
“1” is converted to a color code corresponding to the front color, and “0” is converted to a color code corresponding to the background color. The VRAM stores a color code represented by a plurality of bits for one pixel. At this time, usually, the drawing target area is first painted with the background color, and then the portion corresponding to the character pattern "1" is drawn with the foreground color.

【0004】このように各画素を複数ビットの色コード
で表わすとそのデータ量が多くなるので、画像データを
VRAMに書き込むための処理の負担が大きくなり、C
PU(中央処理装置)など画像データを生成する処理装
置の利用効率が低下してしまう。そこで、カラーの画像
を描画する際のCPUの負担を軽減するための各種技術
が提案されている。
When each pixel is represented by a color code of a plurality of bits as described above, the data amount increases, so that the processing load for writing image data to the VRAM increases, and C
The use efficiency of a processing device that generates image data, such as a PU (Central Processing Unit), is reduced. Therefore, various techniques have been proposed for reducing the load on the CPU when drawing a color image.

【0005】特開昭61ー283970号公報には、各
画素の2値データを背景色および前景色に対応する色コ
ードに変換する変換回路をCPUとVRAMの間に設け
た画像データ処理装置が開示されている。この装置で
は、前景色の色コードを記憶する前景色レジスタと背景
色の色コードを記憶する背景色レジスタを変換回路に設
け、これらに予め描画すべき色の色コードを登録してお
く。CPUは変換回路に描画する2値のパターンデータ
と、そのビット数と、展開した後の色コードを書き込む
VRAM上のアドレスとを変換回路に設定する。
Japanese Patent Application Laid-Open No. 61-283970 discloses an image data processing apparatus in which a conversion circuit for converting binary data of each pixel into a color code corresponding to a background color and a foreground color is provided between a CPU and a VRAM. It has been disclosed. In this device, a foreground color register for storing a color code of a foreground color and a background color register for storing a color code of a background color are provided in a conversion circuit, and the color code of a color to be drawn is registered in advance in these. The CPU sets the binary pattern data to be drawn in the conversion circuit, the bit number thereof, and the address on the VRAM where the expanded color code is to be written in the conversion circuit.

【0006】変換回路は、パターンデータの先頭ビット
からその値が“1”のときは前景色レジスタの保持して
いる色コードに、パターンデータの値が“0”のときは
背景色レジスタの保持している色コードに各ビットを順
次変換する。そして、変換後の色コードを順次VRAM
に書き込む。このように、変換回路を設けることによ
り、CPUによって各画素を色コードに展開する必要が
なくなり、その負担を軽減することができる。
The conversion circuit holds the color code held in the foreground color register when the value is "1" from the first bit of the pattern data, and holds the color code held in the background color register when the value of the pattern data is "0". Each bit is sequentially converted into a color code. Then, the converted color codes are sequentially stored in a VRAM.
Write to. By providing the conversion circuit in this way, it is not necessary for the CPU to develop each pixel into a color code, and the burden can be reduced.

【0007】[0007]

【発明が解決しようとする課題】変換回路を用いて色コ
ードに展開することによって、CPUの負担を軽減する
ことができるが、変換回路からVRAMへは各画素ごと
に複数ビットで構成される色コードを書き込むまなけれ
ばならない。したがって、VRAMに入力すべきデータ
量は変換回路を設けても減少されていない。このため、
変換回路からVRAMに色コードを転送するための時間
が長くかかり、描画を高速に行うことができないという
問題がある。
By using a conversion circuit to develop color codes, the load on the CPU can be reduced. However, a color code composed of a plurality of bits for each pixel is transferred from the conversion circuit to the VRAM. You have to write the code. Therefore, the amount of data to be input to the VRAM is not reduced even if the conversion circuit is provided. For this reason,
It takes a long time to transfer the color code from the conversion circuit to the VRAM, and there is a problem that drawing cannot be performed at high speed.

【0008】たとえば、VRAM上で表現される色が2
56色のときは、色コードとして各画素ごとに8ビット
(1バイト)が必要になる。この場合1バイトの2値の
パターンデータを変換回路で色コードに展開すると、生
成された8バイトのデータをVRAMに書き込まなけれ
ばならず、変換回路からVRAMへの色コードの転送に
長い時間を要してしまう。
For example, if the color expressed on the VRAM is 2
In the case of 56 colors, 8 bits (1 byte) are required for each pixel as a color code. In this case, if the one-byte binary pattern data is developed into a color code by the conversion circuit, the generated eight-byte data must be written to the VRAM, and it takes a long time to transfer the color code from the conversion circuit to the VRAM. I need it.

【0009】そこで本発明の目的は、カラー展開された
画像データを高速に書き込むことのできるビデオ表示用
メモリを提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a video display memory capable of writing color-developed image data at high speed.

【0010】[0010]

【課題を解決するための手段】請求項1記載の発明で
は、色の種別を表わした所定の複数ビットからなる色コ
ードを記憶した第1および第2の色コード保持手段と、
この色コードと等しいビット数の画像データをそれぞれ
記憶することのできる複数のメモリセルと、各画素を2
値の情報で表わした複数画素分のパターンデータが入力
されたとき第1の色コード保持手段に記憶されている色
コードと第2の色コード保持手段に保持されている色コ
ードのいずれかを入力されたパターンデータの各画素の
値の応じてそれぞれ選択し複数画素分の色コードを出力
する色コード選択手段と、パターンデータと並行して複
数のメモリセルのうちの任意の1つを指定するためのア
ドレス情報が入力されたとき指定されたメモリセルを先
頭にパターンデータの画素数と等しい数の連続するメモ
リセルを選択するメモリセル選択手段と、このメモリセ
ル選択手段によって選択されたメモリセルに色コード選
択手段の出力する複数画素分の色コードを同時に書き込
む並列書き込み手段とをビデオ表示用メモリに具備させ
ている。
According to the first aspect of the present invention, there are provided first and second color code holding means for storing a color code composed of a plurality of predetermined bits representing a color type;
A plurality of memory cells each capable of storing image data having the same number of bits as this color code and two pixels for each pixel.
When pattern data for a plurality of pixels represented by value information is input, one of the color code stored in the first color code holding unit and the color code stored in the second color code holding unit is used. Color code selecting means for selecting and outputting color codes for a plurality of pixels according to the value of each pixel of the input pattern data, and designating any one of a plurality of memory cells in parallel with the pattern data Memory cell selecting means for selecting a number of continuous memory cells equal to the number of pixels of the pattern data, starting with a specified memory cell when address information for inputting the data is inputted, and a memory selected by the memory cell selecting means. The video display memory includes parallel writing means for simultaneously writing color codes for a plurality of pixels output from the color code selection means in the cell.

【0011】すなわち請求項1記載の発明では、ビデオ
表示用メモリの内部に前景色および背景色の色コードを
保持するための保持手段を設けている。複数画素分の2
値のパターンデータが入力されたときその各画素をその
値に応じて前景色の色コードと背景色の色コードに展開
する。これら複数画素分の色コードは、指定されたアド
レスからパターンデータの画素数と等しい数だけ連続す
るメモリセルに同時に書き込まれる。このように、VR
AMの内部で色コードに展開しているので、VRAMに
転送すべき画像データは2値情報のままで良く、VRA
Mに転送すべきデータ量を減らすことができる。
That is, in the first aspect of the present invention, the holding means for holding the color codes of the foreground color and the background color is provided inside the video display memory. 2 for multiple pixels
When value pattern data is input, each pixel is developed into a foreground color code and a background color code in accordance with the value. The color codes for the plurality of pixels are simultaneously written into the memory cells consecutive from the designated address by the number equal to the number of pixels of the pattern data. Thus, VR
Since the color code is developed inside the AM, the image data to be transferred to the VRAM may be binary information.
The amount of data to be transferred to M can be reduced.

【0012】請求項2記載の発明では、色の種別を表わ
す所定の複数ビットからなる色コードを記憶した第1お
よび第2の色コード保持手段と、この色コードと等しい
ビット数の画像データをそれぞれ記憶することのできる
複数のメモリセルと、これらメモリセルに画像データを
書き込む際の書き込みモードとして第1の書き込みモー
ドが指定されている状態で各画素を2値の情報で表わし
た複数画素分のパターンデータが入力されたとき第1の
色コード保持手段に記憶されている色コードと第2の色
コード保持手段に保持されている色コードのいずれかを
入力されたパターンデータの各画素の値に応じてそれぞ
れ選択し複数画素分の色コードを出力する色コード選択
手段と、第1の書き込みモードが指定されている状態で
パターンデータと並行して複数のメモリセルのうちの任
意の1つを指定するためのアドレス情報が入力されたと
き指定されたメモリセルを先頭にパターンデータの画素
数と等しい数の連続するメモリセルを選択するメモリセ
ル選択手段と、第1の書き込みモードが指定されている
状態でパターンデータおよびアドレス情報が入力された
ときこのメモリセル選択手段によって選択されたメモリ
セルに色コード選択手段の出力する複数画素分の色コー
ドを同時に書き込む並列書き込み手段と、第1の書き込
みモードと異なる他の書き込みモードとしての第2の書
き込みモードが指定されている状態でパターンデータお
よびアドレス情報が入力されたときアドレス情報の示す
1つのメモリセルにパターンデータを書き込む書き込み
手段とをビデオ表示用メモリに具備させている。
According to the second aspect of the present invention, the first and second color code holding means storing a color code composed of a predetermined plurality of bits representing a color type, and storing image data having the same number of bits as the color code. A plurality of memory cells each of which can be stored, and a plurality of pixels each of which is represented by binary information in a state where a first writing mode is designated as a writing mode when writing image data into these memory cells. When either of the color code stored in the first color code holding means and the color code stored in the second color code holding means is input when the pattern data of A color code selecting means for selecting a color code for each pixel according to the value and outputting a color code for a plurality of pixels; When address information for designating an arbitrary one of a plurality of memory cells is input in a row, a specified number of continuous memory cells equal to the number of pixels of the pattern data are selected starting from the designated memory cell. A memory cell selection unit, and a plurality of pixels output by the color code selection unit in a memory cell selected by the memory cell selection unit when pattern data and address information are input in a state where the first write mode is designated; Indicates the address information when the pattern data and the address information are input in a state where the parallel write means for simultaneously writing the color codes and the second write mode as another write mode different from the first write mode is designated. A video display memory includes a writing unit for writing pattern data to one memory cell. It is caused.

【0013】すなわち請求項2記載の発明では、第1の
書き込みモードが指定されている状態では、入力された
パターンデータの各ビットを色コードに展開し、指定さ
れたアドレスを先頭に連続したメモリセルに展開後の色
コードを書き込む。また第2の書き込みモードが指定さ
れている状態では、入力されたパターンデータをそのま
ま指定されたアドレスに書き込んでいる。このようにモ
ードを指定することによって異なる形式で書き込みを行
うことができるので、カラー画像の表示以外の用途にビ
デオ表示用メモリを容易に利用することができる。
That is, in the second aspect of the present invention, when the first write mode is designated, each bit of the input pattern data is developed into a color code, and the memory which is continuous with the designated address at the head is developed. Write the expanded color code to the cell. In the state where the second write mode is specified, the input pattern data is written to the specified address as it is. Since writing can be performed in different formats by specifying the mode in this way, the video display memory can be easily used for purposes other than displaying a color image.

【0014】請求項3記載の発明では、色の種別を表わ
す所定の複数ビットからなる色コードを記憶した3以上
の所定数設けられた色コード保持手段と、これら色コー
ド保持手段のうちの任意の2つを選択する選択手段と、
色コードと等しいビット数の画像データをそれぞれ記憶
することのできる複数のメモリセルと、各画素を2値の
情報で表わした複数画素分のパターンデータが入力され
たとき選択手段によって選択された2つの色コード保持
手段に保持されている色コードのいずれかを入力された
パターンデータの各画素の値に応じてそれぞれ選択し複
数画素分の色コードを出力する色コード選択手段と、パ
ターンデータと並行して複数のメモリセルのうちの任意
の1つを指定するためのアドレス情報が入力されたとき
指定されたメモリセルを先頭にパターンデータの画素数
と等しい数の連続するメモリセルを選択するメモリセル
選択手段と、このメモリセル選択手段によって選択され
たメモリセルに色コード選択手段の出力する複数画素分
の色コードを同時に書き込む並列書き込み手段とをビデ
オ表示用メモリに具備させている。
According to the third aspect of the present invention, three or more predetermined number of color code holding means for storing a color code consisting of a predetermined plurality of bits representing a color type, and any one of these color code holding means Selecting means for selecting two of the following;
A plurality of memory cells each capable of storing image data having the same number of bits as the color code, and two memory cells selected by the selection means when pattern data for a plurality of pixels, each pixel being represented by binary information, is input. Color code selection means for selecting one of the color codes held in the two color code holding means according to the value of each pixel of the input pattern data and outputting a color code for a plurality of pixels, When address information for designating an arbitrary one of a plurality of memory cells is input in parallel, a specified number of consecutive memory cells equal to the number of pixels of the pattern data are selected starting from the designated memory cell. At the same time, the memory cell selecting means and the color code for a plurality of pixels output from the color code selecting means are simultaneously applied to the memory cell selected by the memory cell selecting means. And it is provided in a memory for video display and parallel writing means for writing.

【0015】すなわち請求項3記載の発明では、色コー
ドを保持するための手段を3以上設け、そのうちの2つ
を選択してパターンデータの色コードへの展開に用いて
いる。選択される2つの色コード保持手段を変更するこ
とでパターンデータの展開される色コードを変更できる
ので、色の切換処理を高速に行うことができる。
That is, according to the third aspect of the present invention, three or more means for holding color codes are provided, and two of them are selected and used for developing pattern data into color codes. By changing the two selected color code holding units, the color code in which the pattern data is developed can be changed, so that the color switching process can be performed at high speed.

【0016】請求項4記載の発明では、色コード保持手
段として複数のメモリセルのうちの予め定められたもの
を用いている。
According to the fourth aspect of the present invention, a predetermined one of the plurality of memory cells is used as the color code holding means.

【0017】すなわち請求項4記載の発明では、複数の
メモリセルのうち予め定められたものに色コードを予め
保持させている。そしてパターンデータの値に応じてこ
れらメモリセルに予め保持されている色コードを選択
し、アドレス情報で指定されたメモリセルに展開後の色
コードが書き込まれる。このように色コードを保持する
手段としてメモリセルを利用することで、色コードを予
め多数記憶させることを容易に行うことができる。
That is, in the invention according to claim 4, a predetermined one of the plurality of memory cells holds a color code in advance. Then, a color code stored in advance in these memory cells is selected according to the value of the pattern data, and the developed color code is written in the memory cell specified by the address information. By using a memory cell as a means for holding a color code in this way, it is possible to easily store a large number of color codes in advance.

【0018】請求項5記載の発明では、複数のメモリセ
ルはアレイ状に配置されたメモリセルアレイであり、メ
モリセル選択手段はアドレス情報が入力されたときこの
メモリセルアレイのうちアドレス情報で指定されたメモ
リセルの存在する行を選択する行選択手段と、アドレス
情報が入力されたときこれによって指定されるメモリセ
ルの存在する列を先頭にパターンデータの画素数と等し
い連続する列を選択する列選択手段とを有し、並列書き
込み手段はメモリセルアレイのうちの任意の一行分のメ
モリセルの記憶内容を一時的に保持するための行バッフ
ァと、行選択手段によって選択された行の1行分のメモ
リセルの記憶内容を行バッファに読み出す読出手段と、
この読出手段によって1行分のメモリセルの記憶内容が
格納された行バッファのうち列選択手段によって選択さ
れた列に対応する部分を色コード選択手段の出力する色
コードに書き換える書換え手段と、この書換え手段によ
って書き換えられた後の行バッファの内容をメモリセル
アレイの対応する行に書き込む行書き込み手段とを具備
している。
According to the fifth aspect of the present invention, the plurality of memory cells are a memory cell array arranged in an array, and the memory cell selecting means is designated by the address information in the memory cell array when the address information is input. Row selection means for selecting a row in which a memory cell is present, and column selection for selecting a continuous column equal to the number of pixels of the pattern data starting from the column in which the memory cell designated by the address information is input Means, and the parallel writing means comprises: a row buffer for temporarily holding the storage contents of memory cells of an arbitrary row in the memory cell array; and a row buffer for one row selected by the row selecting means. Reading means for reading the storage contents of the memory cells into a row buffer;
Rewriting means for rewriting a portion corresponding to the column selected by the column selection means in the row buffer in which the storage contents of the memory cells for one row are stored by the reading means with a color code output from the color code selection means; Row writing means for writing the contents of the row buffer rewritten by the rewriting means into the corresponding row of the memory cell array.

【0019】すなわち請求項5記載の発明では、メモリ
セルアレイからアドレス情報で指定された1行分の記憶
内容を行バッファに読み出し、そのうちアドレス情報に
よって指定された列から複数画素分だけ展開した後の色
コードに書き換えている。そして書き換え後の行バッフ
ァの内容をメモリセルアレイの対応する行に書き込んで
いる。これによりパターンデータに対応する複数画素分
の色コードを同時に書き込むことを容易に行うことがで
きる。
That is, according to the fifth aspect of the present invention, the storage contents of one row specified by the address information are read out from the memory cell array into the row buffer, and after a plurality of pixels are expanded from the column specified by the address information. The color code has been rewritten. Then, the contents of the rewritten row buffer are written in the corresponding row of the memory cell array. This makes it easy to simultaneously write color codes for a plurality of pixels corresponding to the pattern data.

【0020】[0020]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

【0021】[0021]

【実施例】図1は、本発明の一実施例におけるビデオ表
示用メモリの構成の概要を表わしたものである。ビデオ
表示用メモリ(以下、VRAMともいう。)10は、画
像データを記憶するためのメモリセルアレイ11と、メ
モリセルアレイ11のうち画像データを読み書きすべき
セルを指定するためのカラムアドレスとロウアドレスを
デコードするカラムアドレスデコーダ12およびロウア
ドレスデコーダ13を備えている。さらに、前景色の色
コードを記憶するためのレジスタであるFGCレジスタ
14および背景色の色コードを記憶するためのレジスタ
であるBGCレジスタ15を有している。
FIG. 1 shows an outline of the configuration of a video display memory according to an embodiment of the present invention. A video display memory (hereinafter also referred to as a VRAM) 10 includes a memory cell array 11 for storing image data, and a column address and a row address for designating a cell in the memory cell array 11 from which image data is to be read or written. It comprises a column address decoder 12 and a row address decoder 13 for decoding. Further, it has an FGC register 14 which is a register for storing a color code of a foreground color and a BGC register 15 which is a register for storing a color code of a background color.

【0022】色コードのビット数は8ビットで構成され
256色のうちのいずれかを表すことができる。選択回
路16は、メモリセルアレイ11に書き込むデータとし
てライトデータ17、FGCレジスタ14またはBGC
レジスタ15のいずれかを選択する回路である。ライト
データ17は8ビットのビット幅になっている。タイミ
ング制御回路18は、メモリセルアレイ11への読み書
きのタイミングを制御するための回路である。
The number of bits of the color code is composed of 8 bits, and can represent any one of 256 colors. The selection circuit 16 includes write data 17, an FGC register 14, or a BGC as data to be written to the memory cell array 11.
This circuit selects one of the registers 15. The write data 17 has a bit width of 8 bits. The timing control circuit 18 is a circuit for controlling the timing of reading from and writing to the memory cell array 11.

【0023】図示しないCPUから入力されたアドレス
情報19はロウアドレスデコーダ13およびカラムアド
レスデコーダ12でそれぞれデコードされる。ロウアド
レスデコーダ13はロウアドレスをデコードしてメモリ
セルアレイ11のいずれか1つの行を指定する。またカ
ラムアドレスデコーダ12は、カラムアドレスをデコー
ドしてメモリセルアレイ11のいずれか1つの列を指定
する。入力されたライトデータ17は、アドレス情報1
9によって指定された行および列方向の共に一致する1
つのメモリセルにタイミング制御回路18の示すタイミ
ングに従って書き込まれる。
Address information 19 input from a CPU (not shown) is decoded by a row address decoder 13 and a column address decoder 12, respectively. The row address decoder 13 decodes a row address and designates any one row of the memory cell array 11. The column address decoder 12 decodes a column address and designates any one column of the memory cell array 11. The input write data 17 contains address information 1
1 that matches both in the row and column directions specified by 9
Data is written into one memory cell in accordance with the timing indicated by the timing control circuit 18.

【0024】ビデオ表示用メモリ10は、ライトデータ
17をそのままメモリセルアレイ11に書き込むスルー
モードと、ライトデータ17を色コードに置き換えて書
き込む変換モードを備えている。変換モードでは、8ビ
ットのライトデータ17の各ビットをそれぞれFGCレ
ジスタ14あるいはBGCレジスタ15の保持している
色コードに置き換えられる。そしてこれら8バイト分の
色コードはアドレス情報19で指定されたメモリセルか
ら連続する8つのメモリセルに書き込まれるようになっ
ている。
The video display memory 10 has a through mode in which the write data 17 is written to the memory cell array 11 as it is, and a conversion mode in which the write data 17 is replaced with a color code and written. In the conversion mode, each bit of the 8-bit write data 17 is replaced with a color code held in the FGC register 14 or the BGC register 15, respectively. These eight-byte color codes are written into eight consecutive memory cells from the memory cell designated by the address information 19.

【0025】図2は、1バイトのライトデータが8バイ
トの色コードに変換されてメモリセルアレイに書き込ま
れる様子の一例を表わしたものである。選択回路21〜
28は、ライトデータ29の各ビットごとに設けられて
おり、各選択回路には、スルーモードと変換モードとを
切り替えるためのモード選択信号31が入力されてい
る。また各選択回路には、FGCレジスタ32からの8
ビットの色コードとBGCレジスタ33からの8ビット
の色コードとライトデータ29のうちの対応する1つの
ビットのデータが入力されている。ライトデータ29の
各ビットは2つに分岐されて各選択回路21〜28に入
力されている。このうちの一方は、スルーモードのとき
に書き込まれるデータとして、他方は、変換モードのと
きにFGCレジスタ32を選択するかBGCレジスタ3
3を選択するかの選択信号34として用いられる。
FIG. 2 shows an example of how 1-byte write data is converted into an 8-byte color code and written into a memory cell array. Selection circuits 21 to
Reference numeral 28 is provided for each bit of the write data 29, and a mode selection signal 31 for switching between the through mode and the conversion mode is input to each selection circuit. Also, each selection circuit has 8
The bit color code, the 8-bit color code from the BGC register 33, and the corresponding 1-bit data of the write data 29 are input. Each bit of the write data 29 is branched into two and input to each of the selection circuits 21 to 28. One of them is used as data to be written in the through mode, and the other is used to select the FGC register 32 or the BGC register 3 in the conversion mode.
3 is used as a selection signal 34 for selecting.

【0026】アドレス情報によって指定されたメモリセ
ルが第1のメモリセル41であるとすると、スルーモー
ドのときはライトデータ29の8ビットがそのまま第1
のメモリセル41に書き込まれる。変換モードのとき
は、選択回路21〜28は、入力されているライトデー
タ29のうちの1つのビットの値が“1”のときはFG
Cレジスタ32を選択し、“0”ときはBGCレジスタ
33を選択してそれぞれ1バイトのデータ42を出力す
る。したがって、1バイト分のライトデータ29を与え
ることによって、8バイト分の色コードが生成される。
Assuming that the memory cell designated by the address information is the first memory cell 41, in the through mode, the eight bits of the write data 29 remain unchanged in the first memory cell.
Is written to the memory cell 41 of In the conversion mode, the selection circuits 21 to 28 output the FG signal when one bit value of the input write data 29 is “1”.
The C register 32 is selected, and when "0", the BGC register 33 is selected to output 1-byte data 42, respectively. Therefore, by providing 1-byte write data 29, an 8-byte color code is generated.

【0027】これら8つの選択回路21〜28から出力
される合計8バイトの色コードは、アドレス情報で指定
された第1のメモリセル41から連続する8つのメモリ
セル41、43〜49に同時にかき込まれる。図2に示
した例では、ライトデータの値が“1”のビットに対応
する選択回路24、25、27、28からはFGCレジ
スタ32に記憶されている“01100110”の色コ
ードが出力され、対応するアドレスのメモリセルに書き
込まれている。またライトデータの値が“0”のビット
に対応する選択回路21〜23、26からはBGCレジ
スタ33に記憶されている“10111001”の色コ
ードが出力され、対応するアドレスのメモリセルに書き
込まれている。
The color code of a total of 8 bytes output from these eight selection circuits 21 to 28 is simultaneously written to eight consecutive memory cells 41, 43 to 49 from the first memory cell 41 specified by the address information. Be included. In the example shown in FIG. 2, the color code of “01100110” stored in the FGC register 32 is output from the selection circuits 24, 25, 27, and 28 corresponding to the bits whose write data value is “1”. The data is written to the memory cell at the corresponding address. The color code of “10111001” stored in the BGC register 33 is output from the selection circuits 21 to 23 and 26 corresponding to the bit of the write data of “0”, and is written to the memory cell of the corresponding address. ing.

【0028】図3は、図1に示したビデオ表示用メモリ
の回路を詳細に表したものである。このVRAMは図示
しないCPUからのアドレス信号51を入力するための
カラムアドレスバッファ52とロウアドレスバッファ5
3を備えている。CPUからのライトデータ54は、デ
ータ入力バッファを55介して入力される。またビデオ
表示用メモリから図示しないCPUへはデータ出力バッ
ファ56を介して読みだされたデータが出力される。こ
のVRAMは内部にリフレッシュコントローラ57およ
びリフレッシュカウンタ58を備えており、リフレッシ
ュアドレス59を順次生成してメモリセルを周期的にア
クセスすることで記憶内容が失われないようになってい
る。またこのVRAMは第1および第2のクロックジェ
ネレータ61、62を備えており、これらの出力するク
ロック信号に従って書き込みや読み出しの動作のタイミ
ングが制御される。
FIG. 3 shows in detail the circuit of the video display memory shown in FIG. The VRAM has a column address buffer 52 and a row address buffer 5 for inputting an address signal 51 from a CPU (not shown).
3 is provided. The write data 54 from the CPU is input via the data input buffer 55. The read data is output from the video display memory to the CPU (not shown) via the data output buffer 56. The VRAM includes a refresh controller 57 and a refresh counter 58 therein, and a refresh address 59 is sequentially generated to periodically access a memory cell so that stored contents are not lost. The VRAM includes first and second clock generators 61 and 62, and the timing of the write or read operation is controlled according to the clock signals output from these generators.

【0029】メモリセルアレイ63は、1024行×5
12列のアレイ状に配置されたメモリセルを8面備えて
いる。ロウアドレスデコーダ64は、ロウアドレスバッ
ファ53からのアドレス情報をデコードして、1024
行のうちのいずれか1つを選択する。またカラムアドレ
スデコーダ65はカラムアドレスバッファ52からのア
ドレス情報をデコードして、512列のうちのいずれか
1つを選択する。このように1024行×512列の中
の1つのメモリセルがカラムアドレスおよびロウアドレ
スによって指定されるアレイ状のメモリセルが8面存在
することにより1バイトのデータが1度にアクセスされ
る。
The memory cell array 63 has 1024 rows × 5
Eight memory cells are arranged in a 12-column array. The row address decoder 64 decodes address information from the row address buffer 53 and
Select any one of the rows. The column address decoder 65 decodes the address information from the column address buffer 52 and selects any one of the 512 columns. As described above, one memory cell in 1024 rows × 512 columns has eight arrays of memory cells designated by the column address and the row address, so that one-byte data is accessed at a time.

【0030】VRAMは、一行分のメモリセルを連続し
てアクセスする、いわゆるページモードアクセスが可能
になっており、ロウアドレスデコーダ64によって指定
された1行分(512×8ビット)をセンスアンプ66
に一度に取り込めるようになっている。選択回路67は
3入力1出力の選択回路素子が512個で構成されてい
る。すなわち、センスアンプ66に取り込むことのでき
る1行分に対応する数だけの選択回路が設けられてい
る。
The VRAM is capable of so-called page mode access in which memory cells of one row are continuously accessed, and one row (512 × 8 bits) designated by the row address decoder 64 is sense amplifier 66.
Can be imported at once. The selection circuit 67 includes 512 selection circuit elements having three inputs and one output. That is, as many selection circuits as the number corresponding to one row which can be taken into the sense amplifier 66 are provided.

【0031】ここでは、色コードは8ビットで構成され
ており前景色を記憶するためのFGCレジスタ68およ
び背景色を記憶するためのBGCレジスタ69はそれぞ
れ1つの色コードを記憶できるようになっている。各選
択回路素子には、FGCレジスタ68の出力とBGCレ
ジスタ69の出力およびデータ入力バッファ55を介し
て入力されたライトデータ54がそれぞれ図2に示した
ように入力されている。サブストレートバイアスジェネ
レータ71は、メモリセルアレイ63を駆動するための
バイアス電圧を与える回路である。
Here, the color code is composed of 8 bits, and each of the FGC register 68 for storing the foreground color and the BGC register 69 for storing the background color can store one color code. I have. The output of the FGC register 68, the output of the BGC register 69, and the write data 54 input via the data input buffer 55 are input to each of the selection circuit elements as shown in FIG. The substrate bias generator 71 is a circuit that applies a bias voltage for driving the memory cell array 63.

【0032】まずスルーモードにおける書き込み動作に
ついて説明する。
First, the write operation in the through mode will be described.

【0033】スルーモードでは、各選択回路素子66
は、3入力のうちデータ入力バッファ55からの1バイ
トのデータを選択する。そしてカラムアドレスおよびロ
ウアドレスによって指定されたメモリセルにその1バイ
トのデータが書き込まれる。これにより、色コードとし
て展開せずに各種のデータをビデオ表示用メモリに書き
込むことができる。
In the through mode, each selection circuit element 66
Selects one byte of data from the data input buffer 55 among the three inputs. Then, the one-byte data is written to the memory cell specified by the column address and the row address. As a result, various data can be written to the video display memory without being developed as a color code.

【0034】次に変換モードにおける書き込み動作につ
いて説明する。
Next, the write operation in the conversion mode will be described.

【0035】変換モードによる書き込みを行う前準備と
して、前景色に対応する色コードをFGCレジスタ68
に書き込む。また背景色に対応する色コードをBGCレ
ジスタ69に書き込む。その後、画像データの書き込み
を行う図示しない外部のCPUは、色コードに展開した
画像データを格納するアドレスを指定し、8ビット分の
2値の画像データをライトデータ54としてVRAMに
書き込む。指定されたアドレスを先頭に連続した8つの
選択回路には、最上位ビットから順に1ビットずつライ
トデータ54の各ビットが選択信号として入力される。
As preparation before writing in the conversion mode, a color code corresponding to the foreground color is stored in the FGC register 68.
Write to. Further, a color code corresponding to the background color is written in the BGC register 69. Thereafter, an external CPU (not shown) that writes the image data designates an address for storing the image data expanded into the color code, and writes 8-bit binary image data as write data 54 to the VRAM. Each bit of the write data 54 is input as a selection signal to the eight selection circuits successively starting from the designated address, one bit at a time in order from the most significant bit.

【0036】選択信号として“1”の入力された選択回
路は、FGCレジスタ68に記憶されている8ビットの
色コードを選択して出力する。“0”の入力された選択
回路は、BGCレジスタ69に記憶されている8ビット
の色コードを選択して出力する。指定されたアドレスか
ら連続するこれら8つの選択回路の出力する8バイト分
の色コードのデータは、1行分のデータ(512×8ビ
ット)を保持することのできるセンスアンプ66の対応
する箇所に入力される。
The selection circuit to which "1" is input as the selection signal selects and outputs the 8-bit color code stored in the FGC register 68. The selection circuit to which "0" is input selects and outputs the 8-bit color code stored in the BGC register 69. The 8-byte color code data output from these eight selection circuits consecutive from the designated address is stored in the corresponding location of the sense amplifier 66 that can hold one row of data (512 × 8 bits). Is entered.

【0037】センスアンプ66は、ロウおよびカラムア
ドレスで指定されたアドレスから連続した8バイトのデ
ータを有効としてメモリセルアレイとのデータのやり取
りを行い、8バイト分同時にメモリセルアレイに書き込
まれる。このように、VRAMの内部で、1バイトのラ
イトデータ54を8バイト分の色コードに展開し、これ
らをセンスアンプ66を通じて一度にメモリセルアレイ
63に書き込んでいる。これにより、CPUとビデオ表
示用メモリとの間のデータの転送量を削減することがで
き、書き込みに要する時間を短縮することができる。さ
らに、センスアンプ66から1度に8バイト分のデータ
を書き込んでいるので、メモリセルへの8バイト分の色
コードの書き込みを高速に行うことができる。
The sense amplifier 66 exchanges data with the memory cell array by validating continuous 8 bytes of data from the address specified by the row and column addresses, and simultaneously writes 8 bytes into the memory cell array. As described above, the 1-byte write data 54 is developed into 8-byte color codes inside the VRAM, and these are written to the memory cell array 63 at once through the sense amplifier 66. Thus, the amount of data transferred between the CPU and the video display memory can be reduced, and the time required for writing can be reduced. Further, since eight bytes of data are written at one time from the sense amplifier 66, the writing of eight-byte color codes to the memory cells can be performed at high speed.

【0038】以上説明した実施例では、FGCレジスタ
およびBGCレジスタにそれぞれ1つの色コードを記憶
するようにしたが、メモリセルアレイの一部の領域をこ
れらの代わりに用いることもできる。この場合には、予
め必要とされる複数の前景色と背景色の色コードのデー
タをメモリセルアレイに格納しておき、必要に応じて前
景色および背景色を切り換えることができる。このよう
にすれば、前景色や背景色の変更を高速に行うことがで
きる。また、FGCレジスタおよびBGCレジスタをそ
れぞれ複数用意してもこれと同様のことを行うことがで
きる。さらに実施例では、8ビットを単位に説明した
が、色コードのビット数はこれに限られない。
In the embodiment described above, one color code is stored in each of the FGC register and the BGC register. However, a partial area of the memory cell array may be used instead. In this case, color code data for a plurality of required foreground colors and background colors are stored in advance in the memory cell array, and the foreground colors and background colors can be switched as needed. This makes it possible to change the foreground color and the background color at high speed. Further, even when a plurality of FGC registers and a plurality of BGC registers are prepared, the same operation can be performed. Further, in the embodiment, the description has been made in units of 8 bits, but the number of bits of the color code is not limited to this.

【0039】[0039]

【発明の効果】このように請求項1記載の発明によれ
ば、2値のパターンデータをビデオ表示用メモリの内部
で色コードに展開しているので、ビデオ表示用メモリに
転送する画像データのデータ量を減らすことができる。
また、内部で展開した後の複数画素分の色コードを同時
にメモリセルに書き込んでいるので、展開後の色コード
の格納を高速に行うことができる。これらによりカラー
の画像データの描画を高速に処理することができる。
As described above, according to the first aspect of the present invention, since the binary pattern data is developed into the color code inside the video display memory, the image data to be transferred to the video display memory is Data volume can be reduced.
Also, since the color codes for a plurality of pixels after internally developed are simultaneously written in the memory cells, the color codes after the development can be stored at high speed. These enable high-speed drawing of color image data.

【0040】また請求項2記載の発明によれば、2値の
データをそのまま書き込むモードと2値のデータを色コ
ードに展開して書き込むモードを備えているので、カラ
ーの画像データの描画とこれ以外の用途の双方にビデオ
表示用メモリを利用することができる。
According to the second aspect of the present invention, there are provided a mode for writing binary data as it is and a mode for developing binary data into a color code and writing the color code. The video display memory can be used for both other purposes.

【0041】さらに請求項3記載の発明によれば、選択
される2つの色コード保持手段を変更することでパター
ンデータの展開される色コードを変更することができる
ので、色の切り換えを高速に行うことができる。
Further, according to the third aspect of the present invention, the color code in which the pattern data is developed can be changed by changing the two selected color code holding means, so that the color can be switched at high speed. It can be carried out.

【0042】また請求項4記載の発明によれば、色コー
ドを保持する色コード保持手段としてメモリセルを利用
しているので、色コードを予め多数記憶させることを容
易に行うことができる。
According to the fourth aspect of the present invention, since the memory cells are used as the color code holding means for holding the color codes, it is possible to easily store a large number of color codes in advance.

【0043】さらに請求項5記載の発明によれば、メモ
リセルアレイからアドレス情報で指定された1行分の記
憶内容を行バッファに読み出し、そのうちアドレス情報
によって指定された列から複数画素分だけ展開した後の
色コードに書き換えている。そして書き換え後の行バッ
ファの内容をメモリセルアレイの対応する行に書き込ん
でいる。これによりパターンデータに対応する複数画素
分の色コードを同時に書き込むことを容易に行うことが
できる。
According to the fifth aspect of the present invention, the stored contents of one row specified by the address information are read out from the memory cell array to the row buffer, and only a plurality of pixels are expanded from the column specified by the address information. The color code has been rewritten. Then, the contents of the rewritten row buffer are written in the corresponding row of the memory cell array. This makes it easy to simultaneously write color codes for a plurality of pixels corresponding to the pattern data.

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

【図1】本発明の一実施例におけるビデオ表示用メモリ
の概略構成を表わしブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of a video display memory according to an embodiment of the present invention.

【図2】1バイトのライトデータが8バイトの色コード
に変換されてメモリセルアレイに書き込まれる様子の一
例を表わした説明図である。
FIG. 2 is an explanatory diagram showing an example of a state in which 1-byte write data is converted into an 8-byte color code and written into a memory cell array.

【図3】図1に示したビデオ表示用メモリの構成をより
詳細に表わしたブロック図である。
FIG. 3 is a block diagram showing the configuration of a video display memory shown in FIG. 1 in more detail;

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

11、63 メモリセルアレイ 12、64 ロウアドレスデコーダ 13、65 カラムアドレスデコーダ 14、32、68 FGCレジスタ 15、33、69 BGCレジスタ 16、21〜28、67 選択回路 17、29、54 ライトデータ 18 タイミング制御回路 19、51 アドレス情報 66 センスアンプI/Oゲート 11, 63 Memory cell array 12, 64 Row address decoder 13, 65 Column address decoder 14, 32, 68 FGC register 15, 33, 69 BGC register 16, 21, 28, 67 Selection circuit 17, 29, 54 Write data 18 Timing control Circuit 19, 51 Address information 66 Sense amplifier I / O gate

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 色の種別を表わした所定の複数ビットか
らなる色コードを記憶した第1および第2の色コード保
持手段と、 この色コードと等しいビット数の画像データをそれぞれ
記憶することのできる複数のメモリセルと、 各画素を2値の情報で表わした複数画素分のパターンデ
ータが入力されたとき前記第1の色コード保持手段に記
憶されている色コードと前記第2の色コード保持手段に
保持されている色コードのいずれかを入力されたパター
ンデータの各画素の値の応じてそれぞれ選択し前記複数
画素分の色コードを出力する色コード選択手段と、 前記パターンデータと並行して前記複数のメモリセルの
うちの任意の1つを指定するためのアドレス情報が入力
されたとき指定されたメモリセルを先頭に前記パターン
データの画素数と等しい数の連続するメモリセルを選択
するメモリセル選択手段と、 このメモリセル選択手段によって選択されたメモリセル
に前記色コード選択手段の出力する前記複数画素分の色
コードを同時に書き込む並列書き込み手段とを具備する
ことを特徴とするビデオ表示用メモリ。
A first and a second color code holding means for storing a color code composed of a predetermined plurality of bits representing a type of a color, and storing image data having the same number of bits as the color code. A plurality of memory cells, and a color code and a second color code stored in the first color code holding means when pattern data for a plurality of pixels, each pixel being represented by binary information, is input. A color code selection unit that selects one of the color codes held in the holding unit according to the value of each pixel of the input pattern data and outputs a color code for the plurality of pixels; When address information for designating an arbitrary one of the plurality of memory cells is input, the designated memory cell is equal to the number of pixels of the pattern data starting from the designated memory cell. Memory cell selecting means for selecting a large number of continuous memory cells; parallel writing means for simultaneously writing the color codes for the plurality of pixels output by the color code selecting means in the memory cells selected by the memory cell selecting means; A video display memory, comprising:
【請求項2】 色の種別を表わす所定の複数ビットから
なる色コードを記憶した第1および第2の色コード保持
手段と、 この色コードと等しいビット数の画像データをそれぞれ
記憶することのできる複数のメモリセルと、 これらメモリセルに画像データを書き込む際の書き込み
モードとして第1の書き込みモードが指定されている状
態で各画素を2値の情報で表わした複数画素分のパター
ンデータが入力されたとき前記第1の色コード保持手段
に記憶されている色コードと前記第2の色コード保持手
段に保持されている色コードのいずれかを入力されたパ
ターンデータの各画素の値に応じてそれぞれ選択し前記
複数画素分の色コードを出力する色コード選択手段と、 前記第1の書き込みモードが指定されている状態で前記
パターンデータと並行して前記複数のメモリセルのうち
の任意の1つを指定するためのアドレス情報が入力され
たとき指定されたメモリセルを先頭に前記パターンデー
タの画素数と等しい数の連続するメモリセルを選択する
メモリセル選択手段と、 前記第1の書き込みモードが指定されている状態で前記
パターンデータおよびアドレス情報が入力されたときこ
のメモリセル選択手段によって選択されたメモリセルに
前記色コード選択手段の出力する前記複数画素分の色コ
ードを同時に書き込む並列書き込み手段と、 前記第1の書き込みモードと異なる他の書き込みモード
としての第2の書き込みモードが指定されている状態で
前記パターンデータおよび前記アドレス情報が入力され
たときアドレス情報の示す1つのメモリセルにパターン
データを書き込む書き込み手段とを具備することを特徴
とするビデオ表示用メモリ。
2. A first and a second color code holding means for storing a color code composed of a predetermined plurality of bits representing a color type, and image data having the same number of bits as the color code. A plurality of memory cells and pattern data of a plurality of pixels each of which is represented by binary information in a state where a first writing mode is designated as a writing mode for writing image data into these memory cells are input. When one of the color code stored in the first color code holding unit and the color code stored in the second color code holding unit is used, the color code is stored in accordance with the value of each pixel of the input pattern data. A color code selection unit for selecting and outputting a color code for the plurality of pixels, and a color code selection unit that is in parallel with the pattern data in a state where the first write mode is specified. When address information for designating an arbitrary one of the plurality of memory cells is input in a row, a specified number of consecutive memory cells equal to the number of pixels of the pattern data are selected starting from the designated memory cell. A memory cell selection unit to be selected; and a memory cell selected by the memory cell selection unit when the pattern data and the address information are input in a state where the first write mode is designated. Parallel writing means for simultaneously writing the color codes for the plurality of pixels to be output; and the pattern data and the address information in a state where a second writing mode as another writing mode different from the first writing mode is designated. Write pattern data to one memory cell indicated by address information when is input Video display memory, characterized in that it comprises a viewing means.
【請求項3】 色の種別を表わす所定の複数ビットから
なる色コードを記憶した3以上の所定数設けられた色コ
ード保持手段と、 これら色コード保持手段のうちの任意の2つを選択する
選択手段と、 前記色コードと等しいビット数の画像データをそれぞれ
記憶することのできる複数のメモリセルと、 各画素を2値の情報で表わした複数画素分のパターンデ
ータが入力されたとき前記選択手段によって選択された
2つの色コード保持手段に保持されている色コードのい
ずれかを入力されたパターンデータの各画素の値に応じ
てそれぞれ選択し前記複数画素分の色コードを出力する
色コード選択手段と、 前記パターンデータと並行して前記複数のメモリセルの
うちの任意の1つを指定するためのアドレス情報が入力
されたとき指定されたメモリセルを先頭に前記パターン
データの画素数と等しい数の連続するメモリセルを選択
するメモリセル選択手段と、 このメモリセル選択手段によって選択されたメモリセル
に前記色コード選択手段の出力する前記複数画素分の色
コードを同時に書き込む並列書き込み手段とを具備する
ことを特徴とするビデオ表示用メモリ。
3. A color code holding means provided with a predetermined number of three or more color codes each storing a predetermined plurality of bits representing a color type, and any two of these color code holding means are selected. Selecting means; a plurality of memory cells each capable of storing image data having the same number of bits as the color code; and selecting when plural pixels of pattern data representing each pixel by binary information are input. A color code for selecting one of the color codes held in the two color code holding means selected by the means according to the value of each pixel of the input pattern data and outputting a color code for the plurality of pixels Selecting means; a memory designated when address information for designating any one of the plurality of memory cells is inputted in parallel with the pattern data Memory cell selecting means for selecting a number of continuous memory cells equal to the number of pixels of the pattern data starting from the first pixel, and the plurality of pixels output by the color code selecting means to the memory cell selected by the memory cell selecting means. A video display memory, comprising: a parallel writing means for simultaneously writing color codes for the respective minutes.
【請求項4】 前記色コード保持手段は、前記複数のメ
モリセルのうちの予め定められたものを用いることを特
徴とする請求項1ないし請求項3記載のビデオ表示用メ
モリ。
4. The video display memory according to claim 1, wherein said color code holding means uses a predetermined one of said plurality of memory cells.
【請求項5】 前記複数のメモリセルはアレイ状に配置
されたメモリセルアレイであり、前記メモリセル選択手
段は前記アドレス情報が入力されたときこのメモリセル
アレイのうちアドレス情報で指定されたメモリセルの存
在する行を選択する行選択手段と、アドレス情報が入力
されたときこれによって指定されるメモリセルの存在す
る列を先頭に前記パターンデータの画素数と等しい連続
する列を選択する列選択手段とを有し、前記並列書き込
み手段は前記メモリセルアレイのうちの任意の一行分の
メモリセルの記憶内容を一時的に保持するための行バッ
ファと、前記行選択手段によって選択された行の1行分
のメモリセルの記憶内容を前記行バッファに読み出す読
出手段と、この読出手段によって1行分のメモリセルの
記憶内容が格納された行バッファのうち前記列選択手段
によって選択された列に対応する部分を前記色コード選
択手段の出力する色コードに書き換える書換え手段と、
この書換え手段によって書き換えられた後の行バッファ
の内容を前記メモリセルアレイの対応する行に書き込む
行書き込み手段とを具備することを特徴とする請求項1
ないし請求項3記載のビデオ表示用メモリ。
5. The memory cell array according to claim 1, wherein the plurality of memory cells are memory cell arrays arranged in an array, and the memory cell selecting means is configured to, when the address information is input, select a memory cell of the memory cell array designated by the address information. Row selection means for selecting an existing row, and column selection means for selecting a continuous column equal to the number of pixels of the pattern data, starting from the column where the memory cell specified by the address information is input, and Wherein the parallel writing means includes a row buffer for temporarily storing the memory contents of an arbitrary row of the memory cells in the memory cell array, and a row buffer for one row selected by the row selection means. Reading means for reading the stored contents of the memory cells into the row buffer; and the reading means stores the stored contents of the memory cells for one row. Rewriting means for rewriting a portion of the row buffer corresponding to the column selected by the column selection means to a color code output by the color code selection means,
2. A row writing means for writing the contents of a row buffer rewritten by the rewriting means into a corresponding row of the memory cell array.
A video display memory according to claim 3.
JP7330764A 1995-12-19 1995-12-19 Video display memory Expired - Lifetime JP2735058B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7330764A JP2735058B2 (en) 1995-12-19 1995-12-19 Video display memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7330764A JP2735058B2 (en) 1995-12-19 1995-12-19 Video display memory

Publications (2)

Publication Number Publication Date
JPH09171377A true JPH09171377A (en) 1997-06-30
JP2735058B2 JP2735058B2 (en) 1998-04-02

Family

ID=18236285

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7330764A Expired - Lifetime JP2735058B2 (en) 1995-12-19 1995-12-19 Video display memory

Country Status (1)

Country Link
JP (1) JP2735058B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4536852B2 (en) * 1999-09-17 2010-09-01 富士通テン株式会社 Character display method and apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4536852B2 (en) * 1999-09-17 2010-09-01 富士通テン株式会社 Character display method and apparatus

Also Published As

Publication number Publication date
JP2735058B2 (en) 1998-04-02

Similar Documents

Publication Publication Date Title
US5587726A (en) Method and apparatus for increasing the speed of operation of a double buffered display system
EP0197412B1 (en) Variable access frame buffer memory
US4633441A (en) Dual port memory circuit
US4991110A (en) Graphics processor with staggered memory timing
US5442748A (en) Architecture of output switching circuitry for frame buffer
KR970011222B1 (en) Method and apparatus for arranging access of vram to provide accelerated writing of vertical lines to an output display
EP0097778A2 (en) Digital storage
JPH10505935A (en) Improved memory architecture and devices, systems and methods utilizing the same
JPH0198183A (en) Memory
JPH0375873B2 (en)
US5185859A (en) Graphics processor, a graphics computer system, and a process of masking selected bits
US5414447A (en) Frame buffer, method and circuit
JP2557113B2 (en) Dual port dynamic memory
US4912658A (en) Method and apparatus for addressing video RAMS and refreshing a video monitor with a variable resolution
JPH052154B2 (en)
KR880011671A (en) Bitmap Display with Hardware Window Function
US5818433A (en) Grapics memory apparatus and method
JP2735058B2 (en) Video display memory
US5486844A (en) Method and apparatus for superimposing displayed images
JPH06167958A (en) Memory device
US5119331A (en) Segmented flash write
JPH09508745A (en) Continuous page random access memory and system and method for using continuous page random access memory
JPH08505244A (en) Method and apparatus for increasing scroll rate in a frame buffer system designed for windowing
US4956640A (en) Method and apparatus for controlling video display priority
JPH071425B2 (en) Raster scan display system