JPS6318227B2 - - Google Patents

Info

Publication number
JPS6318227B2
JPS6318227B2 JP54107577A JP10757779A JPS6318227B2 JP S6318227 B2 JPS6318227 B2 JP S6318227B2 JP 54107577 A JP54107577 A JP 54107577A JP 10757779 A JP10757779 A JP 10757779A JP S6318227 B2 JPS6318227 B2 JP S6318227B2
Authority
JP
Japan
Prior art keywords
data
storage
module
bit
signal
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
JP54107577A
Other languages
Japanese (ja)
Other versions
JPS5631154A (en
Inventor
Kyoshi Sato
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP10757779A priority Critical patent/JPS5631154A/en
Publication of JPS5631154A publication Critical patent/JPS5631154A/en
Publication of JPS6318227B2 publication Critical patent/JPS6318227B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Memory System (AREA)
  • Image Analysis (AREA)

Description

【発明の詳細な説明】 本発明は記憶装置に係り、多くのデータを並列
アクセスすることにより、効率の良いデータの書
込み、読み出しを行ないえ、また周囲ビツトへ影
響を与えることなく特定ビツトのみ任意のデータ
を書込み得る記憶装置を提供することを目的とす
る。
[Detailed Description of the Invention] The present invention relates to a storage device, and by accessing a large amount of data in parallel, data can be written and read efficiently, and only specific bits can be arbitrarily written without affecting surrounding bits. The purpose of the present invention is to provide a storage device in which data can be written.

従来より画像をデイジタル化してその情報を記
憶装置に書込んでおくような画像メモリが知られ
ているが、かかる画像メモリにおいては1つの画
素に対して赤(R)、緑(G)、青(B)の光の3
原色の3ビツト(各原色毎に2値化した時)、あ
るいはNビツト(白黒の2Nの階調の時)、あるい
はN×3ビツト(各原色毎に2Nの階調を設定した
時)等と、多くのビツトが必要となる。また画素
そのものも分解能を考え、画面を256×256〜1024
×1024等といつた多数の画素に分解する。従つ
て、画像メモリのデータ量は極めて多くなる。
Image memories that digitize images and write the information in a storage device have been known in the past, but in such image memories, one pixel is divided into red (R), green (G), and blue. (B) Light 3
3 bits of primary colors (when each primary color is binarized), N bits (when 2N gradations are set for black and white), or N x 3 bits (when 2N gradations are set for each primary color) ), etc., and many bits are required. In addition, considering the resolution of the pixels themselves, the screen size is 256 x 256 to 1024.
It is divided into a large number of pixels such as ×1024. Therefore, the amount of data in the image memory becomes extremely large.

例えば、画面を256×256の画素に分解し、R、
G、Bの3原色を2値化した画像メモリを考える
と、通常のメモリはバイト単位の構造となつてい
るので、256×256(=65536ビツト)は8kバイト
相当となり、例えば0〜8191番地を赤(R)のデ
ータ、8192〜16383番地を緑(G)のデータ、そ
して16384〜24575番地を青(B)のデータの各ア
クセス番地として割当てられる。従つて、1つの
アドレスに1色8画素が対応し、R、G、Bの3
つのアドレスの組合せで8画素の全てのデータが
表現されることとなる。また上記256×256の画素
を、第1図に示すようにメモリ上に割当てたとす
る。すなわち、左上から横方向に8ビツトとり、
それを1バイトとして計32バイトで横の1本の線
を表示する。
For example, if the screen is divided into 256 x 256 pixels, R,
Considering an image memory that binarizes the three primary colors G and B, normal memory is structured in bytes, so 256 x 256 (= 65536 bits) is equivalent to 8k bytes, and for example, addresses 0 to 8191. are assigned as access addresses for red (R) data, addresses 8192-16383 for green (G) data, and addresses 16384-24575 for blue (B) data. Therefore, 8 pixels of 1 color correspond to 1 address, and 3 pixels of R, G, and B
All data of eight pixels will be expressed by a combination of two addresses. It is also assumed that the above 256×256 pixels are allocated on the memory as shown in FIG. In other words, take 8 bits horizontally from the top left,
This is regarded as 1 byte, and a horizontal line is displayed using a total of 32 bytes.

上記の画像メモリに対し、ある画像データを書
込もうとするときは、その画素の位置から8kバ
イトのアドレスのどのアドレスか、またそのアド
レス内のどのビツトかを計算し、そのビツトに
“1”または“0”を書込む(R、G、B3つの画
像アドレスに対して)ことにより、1画素のデー
タを書込めるので、3つのR、G、Bアドレスに
3回データを書込むことで8画素分のデータをス
トアできる。しかし、この8画素は横1列のもの
で、縦1本線を書込む場合は8画素のうち1画素
のみが有効で、残りの7画素は現在書こうとして
いる画像とは無関係の画素である。従つて、もし
残りの7画素を全て“0”でストアしてしまう
と、以前に書込まれていた画像を消してしまうこ
とになるし、“1”でストアすると全て書込んで
しまう(色がついてしまう)ことになるので、縦
1本線を書込む場合は、まず8画素のデータを読
み出してその旧データに新たに書込もうとする画
素のビツトだけを入れ替えたデータを作り、それ
を書込むという手順をとらなければならない。こ
のため、従来の画像メモリは、最悪の場合、1画
素をストアするのに、3回の読み出し(R、G、
B各1回)と、3回の書込み(R、G、B各1
回)を要することになり、時間を要するという欠
点があつた。
When attempting to write certain image data to the above image memory, calculate which address of the 8K bytes from the pixel position and which bit within that address, and write "1" to that bit. ” or “0” (to three R, G, B image addresses), one pixel of data can be written, so by writing data three times to three R, G, and B addresses, Data for 8 pixels can be stored. However, these 8 pixels are in one row horizontally, and when writing a single vertical line, only one of the 8 pixels is valid, and the remaining 7 pixels are unrelated to the image that is currently being written. . Therefore, if you store the remaining 7 pixels as all "0", the previously written image will be erased, and if you store them as "1", all will be written (color Therefore, when writing a single vertical line, first read out 8 pixels of data, create data by replacing only the bits of the pixels you want to newly write to the old data, and then write the data. You have to take steps to write it down. For this reason, in the worst case, conventional image memory requires three readouts (R, G,
(1 time each for B) and 3 writes (1 time each for R, G, B)
The problem was that it took a lot of time.

また逆に、ある位置の画素の内容を知りたいと
きは、R、G、B各1回の計3回の読み出しが必
要で、しかも読み出した後の24(=8×3)ビツ
トをチエツクして目的の画素の色情報等のデータ
を判定しなければならなかつた。
Conversely, if you want to know the contents of a pixel at a certain position, you need to read it three times, once each for R, G, and B, and check 24 (=8 x 3) bits after reading. Therefore, data such as color information of the target pixel had to be determined.

このように、256×256×3ビツトを計24kバイ
トのメモリに割当てる従来の画像メモリでは、読
み出しに3回、また書込みには予め読み出し3回
後に3回書き込むので計6回のメモリアクセスを
要し、しかもそれらに論理演算が必要で効率が悪
かつた。
In this way, with conventional image memory that allocates 256 x 256 x 3 bits to a total of 24 kbytes of memory, a total of 6 memory accesses are required: 3 times for reading, and 3 times for writing after 3 times of reading. However, they required logical operations and were inefficient.

また従来の他の記憶装置として、256×256×3
ビツトを1ワード3ビツト(R、G、B各1ビツ
ト)として64kワードのメモリとして割当てる画
像メモリもあつた。この画像メモリによれば、1
アドレス1画素となるので、目的の画素の周囲の
画素とは無関係に目的の画素のデータのみを書込
むことができ、しかも1回の書込みでR、G、B
各1ビツトをストアできる。また読み出しの際に
も1回の読み出しで全てのデータを読みとること
ができる。
In addition, as other conventional storage devices, 256 x 256 x 3
There was also an image memory that allocated 64k words of memory, with each word consisting of 3 bits (1 bit each for R, G, and B). According to this image memory, 1
Since the address is 1 pixel, it is possible to write only the data of the target pixel regardless of the pixels surrounding the target pixel, and moreover, in one write, R, G, B
Each bit can be stored. Furthermore, when reading, all data can be read in one read.

しかし、この従来の画像メモリによれば、3回
読み出しても3画素のデータしか読み出せず(前
記の従来画像メモリでは3回の読み出して8画素
のデータの読み出しができた)、例えば全画面の
データを書き直すときは、前記の従来の画像メモ
リでは24kワードのアクセスで良かつたのに対
し、この従来の画像メモリでは65kワードもアク
セスする必要があり、アクセスに長時間を要する
という欠点があつた。また、この画像メモリを中
央処理装置(CPU)のメモリとしても使えるよ
うにする場合は、64kワードとは16ビツトのアド
レスとなり、よつて通常のCPUの16ビツトのア
ドレス空間を全て占有してしまうという欠点があ
つた。
However, according to this conventional image memory, data for only 3 pixels can be read out even if the data is read out 3 times (with the conventional image memory described above, data for 8 pixels can be read out in 3 times). When rewriting the data, the conventional image memory mentioned above only requires accessing 24k words, but this conventional image memory requires accessing 65k words, which has the disadvantage of taking a long time to access. It was hot. Additionally, if this image memory can also be used as central processing unit (CPU) memory, 64k words means a 16-bit address, thus occupying the entire 16-bit address space of a normal CPU. There was a drawback.

本発明は上記の諸欠点を除去したものであり、
以下第2図及び第3図と共にその一実施例につい
て説明する。
The present invention eliminates the above-mentioned drawbacks,
One embodiment will be described below with reference to FIGS. 2 and 3.

第2図は本発明になる記憶装置を画像メモリと
して使用した場合の一実施例のブロツク系統図、
第3図は本発明になる記憶装置の要部の一実施例
の回路図を示す。第2図において、1は各々所定
ビツトの記憶モジユール2a,2b,2cが接続
され、更に読み出し出力側に後述するデータ変換
回路及びAND回路を有する論理回路群(いずれ
も図示せず)を有する本発明になる記憶装置の一
例としての画像メモリで、この画像メモリ1は更
にセレクトレジスタ3とデータレジスタ24を有
している。
FIG. 2 is a block system diagram of an embodiment in which the storage device according to the present invention is used as an image memory.
FIG. 3 shows a circuit diagram of an embodiment of a main part of a storage device according to the present invention. In FIG. 2, reference numeral 1 denotes a book having a logic circuit group (none of which is shown) to which storage modules 2a, 2b, and 2c of predetermined bits are connected, and further includes a data conversion circuit and an AND circuit, which will be described later, on the readout output side. This image memory 1 is an example of a storage device according to the invention, and the image memory 1 further includes a select register 3 and a data register 24.

5は中央処理装置(CPU)で、データバス6
を介して記憶モジユール2a,2b,2cに夫々
読み出しタイミング信号RD、ストア命令のタイ
ミング信号WR、アドレス指定信号を夫々適宜供
給する一方、1ビツトのセレクトレジスタ3に記
憶モジユール2a,2b,2cの選択のためのモ
ジユールセレクト信号を供給し、更にデータレジ
スタ24に、記憶モジユール2a,2b,2cの
所定ビツトにデータを書込み、又は読み出させる
ための補助データ信号を供給する。
5 is the central processing unit (CPU), and data bus 6
A read timing signal RD, a store instruction timing signal WR, and an address designation signal are appropriately supplied to the storage modules 2a, 2b, and 2c through the memory modules 2a, 2b, and 2c. Furthermore, the data register 24 is supplied with an auxiliary data signal for writing data into or reading data from predetermined bits of the storage modules 2a, 2b, and 2c.

ここで、データ処理としては1画素1アドレス
方式(他の画素に関係なく目的の画素データを書
込め、また1回の読み出しでその画素データ全て
をロードさせる方式)がよく、他方、データを並
列的にアクセスでき、多くの画素を少ない命令で
アクセスするためには1アドレス多重画素方式が
良い。本発明はこれらのいずれの方式でもなく、
両方式の長所を併せもつた記憶装置である。
Here, the one-pixel one-address method (a method in which the target pixel data can be written regardless of other pixels, and all the pixel data can be loaded in one readout) is preferable for data processing. In order to access many pixels with a small number of instructions, the 1-address multiple pixel method is preferable. The present invention is not based on any of these methods,
This is a storage device that combines the advantages of both types.

いま、256×256画素のR、G、Bの画像メモリ
に本発明装置を適用した場合について説明する
に、上記記憶モジユール2a,2b,2cは各々
8kバイト×8ビツトで構成されているR用、G
用、B用の色メモリであり、各々の8kバイトの
アドレスライン13ビツトには全て同一のアドレス
指定信号がCPU5より供給される。すなわち、
記憶モジユール2a,2b,2cの夫々の同一の
アドレスのデータにより、一つの色情報が決定さ
れるよう構成されている。また3つの記憶モジユ
ール2a,2b,2cに、各々独立した3本のバ
スを介してセレクトレジスタ3よりモジユールセ
レクト信号が供給され、このモジユールセレクト
信号が“1”の時にのみその記憶モジユールに対
しての書込み、読み出しが可能となる。更に、記
憶モジユール2a,2b,2cに、各々独立した
3本のバスを介してデータレジスタ4より3つの
補助データ信号が供給され、この補助データ信号
は記憶モジユールの書込み、読み出しのときに参
照されるデータとなる。これらの計6つの信号は
プログラムで容易に変更可能な信号である。
Now, to explain the case where the present invention is applied to an R, G, and B image memory of 256×256 pixels, the storage modules 2a, 2b, and 2c are each
For R and G, consisting of 8k bytes x 8 bits
The same address designation signal is supplied from the CPU 5 to the 13-bit address line of each 8k byte. That is,
One piece of color information is determined by data at the same address in each of the storage modules 2a, 2b, and 2c. In addition, a module select signal is supplied from the select register 3 to the three storage modules 2a, 2b, and 2c through three independent buses, and only when this module select signal is "1", the storage module is It becomes possible to write to and read from. Furthermore, three auxiliary data signals are supplied from the data register 4 to the storage modules 2a, 2b, and 2c via three independent buses, and these auxiliary data signals are referenced when writing and reading the storage modules. The data will be These six signals in total can be easily changed by a program.

上記の記憶モジユール2a,2b,2cより読
み出された画素データは、CPU5に供給される
一方、信号処理回路7により所定の信号処理が施
された後モニター受像機8でモニターされる。
The pixel data read out from the storage modules 2a, 2b, and 2c is supplied to the CPU 5, and after being subjected to predetermined signal processing by the signal processing circuit 7, is monitored by the monitor receiver 8.

次に第3図に示す本発明装置の要部の回路図と
共に更に詳細に本発明装置の動作につき説明す
る。第3図示の回路は、第2図に示す記憶モジユ
ール2a,2b,2cのうちの一つの記憶モジユ
ール及びデータ変換回路並びにAND回路をもつ
論理回路群を示す。第3図において、91〜98
夫々IC化されたランダム・アクセス・メモリ
(RAM)で、各々8kバイト×1ビツトの記憶容
量を有し、各々独立したストア命令タイミング信
号入力端子WR、チツプセレクト端子CS、デー
タ入力端子DI及びデータ出力端子DOを有してい
る。また10は読み出しタイミング信号RD入力
端子、11はCPU5の上位3ビツトのデコーダ
出力信号入力端子、12はセレクトレジスタ3よ
りのモジユールセレクト信号入力端子、13はデ
ータレジスタ4よりの補助データ信号入力端子で
ある。上記入力端子11及び12はANDゲート
14を介してANDゲート15の一方の入力端子
に接続される一方、RAM91〜98のチツプセレ
クト端子CSに接続されている。上記入力端子1
1の入力信号は1の記憶モジユールの書込み又は
読み出し動作時は“1”であり、従つて入力端子
12に入来するモジユールセレクト信号が“1”
のときは、この記憶モジユールが選択されて
RAM91〜98は書込み又は読み出し動作が可能
状態とされ、他方、上記モジユールセレクト信号
が“0”のときはRAM91〜98は上記タイミン
グ信号WR,RDの如何に拘らず書込み又は読み
出し動作が禁止される。
Next, the operation of the present invention apparatus will be explained in more detail with reference to the circuit diagram of the main part of the present invention apparatus shown in FIG. The circuit shown in FIG. 3 shows a logic circuit group having one of the storage modules 2a, 2b, and 2c shown in FIG. 2, a data conversion circuit, and an AND circuit. In FIG. 3, 9 1 to 9 8 are random access memories (RAM) formed into ICs, each having a storage capacity of 8 kbytes x 1 bit, and each having an independent store instruction timing signal input terminal WR, It has a chip select terminal CS, a data input terminal DI, and a data output terminal DO. Further, 10 is a read timing signal RD input terminal, 11 is a decoder output signal input terminal for the upper 3 bits of the CPU 5, 12 is a module select signal input terminal from the select register 3, and 13 is an auxiliary data signal input terminal from the data register 4. It is. The input terminals 11 and 12 are connected to one input terminal of an AND gate 15 via an AND gate 14, and are also connected to chip select terminals CS of RAMs 91 to 98 . Above input terminal 1
The input signal of No. 1 is "1" during the write or read operation of the storage module No. 1, and therefore the module select signal input to the input terminal 12 is "1".
When , this storage module is selected.
RAM 9 1 to 9 8 are enabled for writing or reading operations, and on the other hand, when the module select signal is “0”, RAM 9 1 to 9 8 cannot be written or read regardless of the timing signals WR and RD. Operation is prohibited.

まず、書込み動作につき説明するに、記憶モジ
ユール2a,2b,2cの入力補助データ信号が
書込む色情報に応じて“1”又は“0”に設定さ
れる。例えば白色を書込む時はすべて補助データ
信号は“1”とされ、黄色を書込むときはR用と
G用の記憶モジユール2a,2bに印加される補
助データ信号のみが“1”とされ、青色を書込む
ときはB用の記憶モジユール2cに印加される補
助データ信号のみが“1”とされ他は“0”とさ
れる。従つて、第3図示の回路がR用記憶モジユ
ール2aであるときは、入力端子13よりRAM
1〜98の各データ入力端子DIに供給される補助
データ信号は、白色、黄色、マゼンタ色、赤色等
を書込む場合に“1”となる。
First, to explain the write operation, the input auxiliary data signals of the storage modules 2a, 2b, and 2c are set to "1" or "0" depending on the color information to be written. For example, when writing white, all the auxiliary data signals are set to "1", and when writing yellow, only the auxiliary data signals applied to the R and G storage modules 2a and 2b are set to "1". When writing blue, only the auxiliary data signal applied to the B storage module 2c is set to "1" and the others are set to "0". Therefore, when the circuit shown in the third figure is the R storage module 2a, the RAM is connected to the input terminal 13.
The auxiliary data signal supplied to each data input terminal DI of 9 1 to 9 8 becomes "1" when writing white, yellow, magenta, red, etc.

また一方、セレクトレジスタ3より出力される
モジユールセレクト信号は、書込み動作を行なわ
せる記憶モジユールを“1”のとき選択する。従
つて、記憶モジユール2a,2b,2cのすべて
に“1”のモジユールセレクト信号が印加された
ときはこれらすべてが書込み動作を行ない得、ま
たもし赤色のメモリ内容だけを書直したい時(残
りの緑色、青色のメモリ内容は変化させない時)
はR用記憶モジユール2aに供給されるモジユー
ルセレクト信号のみが“1”となる。
On the other hand, the module select signal outputted from the select register 3 selects a storage module to perform a write operation when it is "1". Therefore, when a module select signal of "1" is applied to all of the memory modules 2a, 2b, and 2c, all of them can perform a write operation, and if it is desired to rewrite only the red memory contents (the rest When the green and blue memory contents are not changed)
In this case, only the module select signal supplied to the R storage module 2a becomes "1".

更に書込むべき画素の指定は、13ビツトのアド
レス指定信号と8ビツトのデータラインで指定す
る。すなわち、13ビツトのアドレス指定信号で第
1バイトから第8192バイトまでのうちの所望のバ
イト、すなわち所望の8画素の縮合ビツトを指定
し、この指定した8画素に対応した8ビツトのう
ち、書込むことを希望するビツト位置が“1”
で、書込むことを望まない(変更させない)ビツ
ト位置には“0”とした計8ビツトのデータD0
〜D7を、上記13ビツトのアドレス指定信号で指
定されたアドレスにストアする。第3図に示す回
路では、このデータD0〜D7とストア命令のタイ
ミング信号WRとがANDゲート161〜168
夫々供給され、ここで論理積をとられることによ
り、ストアするデータD0〜D7のうち“1”のビ
ツトのデータが入力されたANDゲートのみより
上記ストア命令のタイミング信号WRが取り出さ
れてRAM91〜98のうち対応するRAMの入力端
子WRに印加され、この時入力端子13よりデー
タ入力端子DIに供給されている補助データ信号
をそのRAMに書込む。
Furthermore, the pixel to be written is designated using a 13-bit address designation signal and an 8-bit data line. That is, a desired byte from the 1st byte to the 8192nd byte, that is, the condensed bits of the desired 8 pixels, is specified using a 13-bit addressing signal, and the 8 bits corresponding to the specified 8 pixels are written. The bit position you wish to insert is “1”
Then, a total of 8 bits of data D 0 are set to "0" in the bit positions that are not desired to be written (not changed).
~ D7 is stored at the address specified by the 13-bit addressing signal. In the circuit shown in FIG. 3, the data D 0 to D 7 and the timing signal WR of the store command are supplied to AND gates 16 1 to 16 8 , respectively, and the logical AND is performed here, thereby determining the data D to be stored. The timing signal WR of the store instruction is taken out only from the AND gate to which the data of the " 1 " bit among the RAMs 91 to 98 is input, and is applied to the input terminal WR of the corresponding RAM among the RAMs 91 to 98 . At this time, the auxiliary data signal supplied from the input terminal 13 to the data input terminal DI is written into the RAM.

このようにして、所望位置の8画素の集合を表
わす8ビツトすべてにデータの書込みができるこ
とは勿論のこと、周囲の画素のビツトに影響を与
えることなく1〜7個の特定の画素対応ビツトに
のみ1回のストア命令で色情報データの書込みが
できる。全画面の色情報データを書込むのには、
8kワードのストア命令で可能となる(ただし、
全て同一の色としたとき)。本実施例によれば、
並列アクセスすることにより1回のストア命令で
最大24ビツト(=3×8)のデータを書込むこと
ができ、よつてこの場合は従来装置に比し1/3の
アクセス時間で済む。
In this way, it is not only possible to write data to all 8 bits representing a set of 8 pixels at a desired position, but also to write data to bits corresponding to 1 to 7 specific pixels without affecting the bits of surrounding pixels. Color information data can be written with a single store command. To write color information data for the entire screen,
This is possible with an 8k word store instruction (however,
(When they are all the same color) According to this embodiment,
By performing parallel access, a maximum of 24 bits (=3×8) of data can be written with one store instruction, and therefore, in this case, the access time is 1/3 that of the conventional device.

本実施例によれば、前記したように記憶モジユ
ール2a,2b,2cは任意のアドレスを同一の
上記アドレス指定信号により指定できるが、これ
らは夫々同一のアドレスであり、所望の1画素の
色情報はこれら3つの記憶モジユールの同一アド
レスへ夫々書込まれた3つのデータの組合せによ
り得られることになる。しかし、モジユールセレ
クト信号と書込みデータを両方ともに1ビツトの
み“1”で残りを“0”にすることにより、256
×256×3ビツトのうちの任意の1ビツトのみに
データを書込むこともできる。
According to this embodiment, as described above, the storage modules 2a, 2b, and 2c can specify arbitrary addresses using the same address designation signal, but these are the same addresses, and color information of one desired pixel can be specified. is obtained by a combination of three pieces of data respectively written to the same address of these three storage modules. However, by setting only one bit of both the module select signal and write data to “1” and the rest to “0”, 256
It is also possible to write data to only one arbitrary bit of x256 x 3 bits.

つまり、書込み動作の際には、第2図及び第3
図に示す構成の記憶装置を用いて、ビツト単位の
選択書込みは上記書込みデータにより行なうよう
にしたので、色、濃淡、音声のレベル等の情報が
予め判明しているデータを書込むとき、又は色
別、濃淡別、音声のレベル別などのようにある区
分毎に分けられたデータを書込むときは、最大1
回で(記憶モジユールの個数)×(指定アドレスの
ビツト数)だけのビツト数のデータを書込むこと
ができるので、従来装置に比しデータの入力、転
送を高速で行なうことができ、しかも並列にスト
アできる最大のビツト数より少ないビツト数のデ
ータのストアも他の残りのビツトを変化させるこ
となく独立に指定して書込むことができ、よつて
周囲ビツトに影響を与えることなく特定のビツト
にデータを書込むことができ、また、ワード単
位/ビツト単位のモード切換えが不要であるか
ら、回路構成が簡単であり、更に、線を引くとい
つたような一般のグラフイツク図形表示のための
書込みの場合も、最初に1回だけ補助データ信号
を設定し、以下、書込みたいビツト位置に対応し
たデータを“1”とした書込みデータを書込むこ
とを繰返すだけでよいから、補助アドレス信号を
更新するものに比し、高速動作が可能となる。
In other words, during a write operation, the
Using the storage device with the configuration shown in the figure, selective writing in bit units is performed using the above write data, so when writing data for which information such as color, shading, audio level, etc. When writing data divided into categories, such as by color, shading, or audio level, a maximum of 1
Since it is possible to write data with a number of bits equal to (number of storage modules) x (number of bits of specified address) in one cycle, data input and transfer can be performed at higher speed than with conventional devices, and moreover, it can be done in parallel. Storing data with a smaller number of bits than the maximum number of bits that can be stored in a bit can be specified and written independently without changing the remaining bits, so that a particular bit can be stored without affecting the surrounding bits. Since data can be written to the memory and there is no need to switch modes in word units or bit units, the circuit configuration is simple. In the case of writing, the auxiliary address signal can be set only once, and then the auxiliary address signal can be set only once. Faster operation is possible compared to those that require updating.

次に読み出し動作につき説明するに、本実施例
では2つのモードの読み出しが可能である。第1
のモードは、読み出す色を指定するもので、指定
した色の画素データは“1”として読み出され、
指定色以外の色の画素データは“0”として読み
出される。第2のモードは、従来の読み出しと同
様に、R、G、Bのうちのどれかを指定してその
指定した色の記憶モジユールのデータを読み出す
ものである。なお、これら第1、第2のモードを
組合せることにより、部分指定色による読み出し
(例えば黄色を構成要素とする色(黄色、白色)
の読み出し)もできる。
Next, the read operation will be explained. In this embodiment, two modes of read are possible. 1st
The mode specifies the color to be read out, and the pixel data of the specified color is read out as "1".
Pixel data of colors other than the specified color are read out as "0". In the second mode, as with conventional reading, one of R, G, and B is designated and data of the designated color is read out from the storage module. Note that by combining these first and second modes, it is possible to read out partially specified colors (for example, colors whose constituent elements are yellow (yellow, white)).
) can also be read out.

上記色指定読み出し動作は次のようにして行な
われる。まず指定する色をデータレジスタ4にセ
ツトし、セレクトレジスタ3より記憶モジユール
2a,2b,2cに供給されるモジユールセレク
ト信号を原則としてすべて“1”にする。次に13
ビツトのアドレス指定信号で8画素の集合を指定
してそれらの画素データを読み出す。そして読み
出したデータのうち“1”のビツトに対応する画
素が指定した色と同一の画素である。なお、上記
3つのモジユールセレクト信号のうち例えばR
用、G用の記憶モジユール2a,2bに供給する
モジユールセレクト信号を“1”、B用記憶モジ
ユール2cに供給するモジユールセレクト信号を
“0”としたときは、RとGに関してのみ一致す
れば“1”となり、Bに関してはチエツクされ
ず、上記部分指定色による読み出しができる。
The color designation read operation described above is performed as follows. First, a specified color is set in the data register 4, and the module select signals supplied from the select register 3 to the storage modules 2a, 2b, 2c are all set to "1" in principle. then 13
A set of eight pixels is designated by a bit addressing signal and the pixel data is read out. The pixel corresponding to the "1" bit in the read data is the same pixel as the designated color. It should be noted that among the above three module select signals, for example, R
When the module select signal supplied to the memory modules 2a and 2b for B and G is "1" and the module select signal supplied to the B memory module 2c is "0", only R and G must match. If this is the case, it will be "1", and B will not be checked, allowing readout using the specified color of the portion.

一方、色別の記憶モジユールの読み出し動作は
次のようにして行なわれる。まず、データレジス
タ4の出力補助データ信号は“1”にセツトし、
指定した色の記憶モジユールに供給されるモジユ
ールセレクト信号のみを“1”、他の2つのモジ
ユールセレクト信号を“0”とする。次に13ビツ
トのアドレス指定信号により8画素の集合を指定
してそれらの画素データを読み出す。これらの読
み出された画素データが指定した色の記憶モジユ
ールのデータである。なお、補助データ信号を
“0”にセツトしておけば、負論理で(データの
“1”、“0”が上記と逆になる)データを読み出
すことができる。
On the other hand, the reading operation of the storage module for each color is performed as follows. First, the output auxiliary data signal of data register 4 is set to "1",
Only the module select signal supplied to the storage module of the designated color is set to "1", and the other two module select signals are set to "0". Next, a set of 8 pixels is specified using a 13-bit addressing signal and the pixel data is read out. These read pixel data are the data of the storage module of the specified color. Note that if the auxiliary data signal is set to "0", data can be read out with negative logic (data "1" and "0" are opposite to the above).

以上の読み出し動作は次のようにして行なわれ
る。第3図示のRAM91〜98はANDゲート14
よりのモジユールセレクト信号が“1”のとき、
各データ出力端子DOに指定アドレスに対応する
データ計8ビツトを出力する。この8ビツトの出
力データは夫々対応する2入力排他的論理和回路
171〜178に供給され、ここで入力端子13よ
りの補助データ信号と排他的論理和がとられ、デ
ータ変換された後2入力NANDゲート181〜1
8の一方の入力端子に夫々供給される。
The above read operation is performed as follows. RAMs 9 1 to 9 8 shown in the third diagram are AND gates 14
When the module select signal is “1”,
A total of 8 bits of data corresponding to the designated address is output to each data output terminal DO. This 8-bit output data is supplied to the corresponding 2-input exclusive OR circuits 17 1 to 17 8 , where it is exclusive ORed with the auxiliary data signal from the input terminal 13 and converted into data. 2-input NAND gate 18 1 ~ 1
8 is supplied to one input terminal of 8 , respectively.

NANDゲート181〜188の他方の入力端子
には、入力端子10よりの読み出しタイミング信
号RDとANDゲート14よりのモジユールセレク
ト信号とを入力とするANDゲート15の出力信
号が夫々供給されているため、NANDゲート1
1〜188の各出力データD0〜D7は、モジユー
ルセレクト信号が“1”であつてRAM91〜98
の読み出しデータと補助データ信号とが一致する
時は“1”、一致しない時は“0”になる。また
モジユールセレクト信号が“0”のときは
NANDゲート181〜188の各出力データD0
D7はすべて“1”となる。
The other input terminals of the NAND gates 18 1 to 18 8 are supplied with the output signal of the AND gate 15 which receives the read timing signal RD from the input terminal 10 and the module select signal from the AND gate 14, respectively. Therefore, NAND gate 1
Each output data D 0 to D 7 of 8 1 to 18 8 has a module select signal of “1” and is stored in RAM 9 1 to 9 8 .
When the read data and the auxiliary data signal match, it becomes "1", and when they do not match, it becomes "0". Also, when the module select signal is “0”
Each output data D 0 ~ of NAND gates 18 1 ~ 18 8
All D7 's become "1".

ここで、他の2つの記憶モジユールの出力側に
もデータ変換のための排他的論理和回路171
178、NANDゲート181〜188に夫々相当す
る回路が実装されており、NANDゲート181
188の出力はオープンコレクタ出力で全て同一
のデータバスに接続されているので、このデータ
バス上でワイヤード・アンドとなり、3つの記憶
モジユール2a,2b,2cの出力が全て“1”
のときのみ“1”のデータが読み出される。すな
わち、NANDゲート181の出力端子は他の2つ
の記憶モジユールの読み出し出力側に夫々設けら
れているNANDゲート181に相当するNAND
ゲートの出力端子とワイヤード・アンド接続され
ており、3つの記憶モジユールがすべてモジユー
ルセレクト信号によりセレクトされている場合、
181を含むこれら3つのNANDゲートの出力が
すべて“1”(このことは読み出しデータと補助
データが3つの記憶モジユールにおいて夫々一致
していることを示す)のときにのみ、“1”が出
力され、これが指定アドレスの8画素のうちの1
画素の読み出しデータとなる。同様に、他の
NANDゲート182〜188、及びこれらに対応
する他の2つの記憶モジユールの読み出し出力側
に設けられた各々のNANDゲートとがワイヤー
ド・アンド接続されている。
Here, the output sides of the other two storage modules also have exclusive OR circuits 17 1 to 17 for data conversion.
17 8 and NAND gates 18 1 to 18 8 are mounted, respectively.
Since the outputs of 188 are open collector outputs and are all connected to the same data bus, wired AND is performed on this data bus, and the outputs of the three storage modules 2a, 2b, and 2c are all "1".
Data of "1" is read only when this is the case. That is, the output terminal of the NAND gate 181 corresponds to the NAND gate 181 provided on the readout output side of the other two storage modules.
If it is wired and connected to the output terminal of the gate and all three storage modules are selected by the module select signal,
A “ 1 ” is output only when the outputs of these three NAND gates containing 181 are all “1” (this indicates that the read data and auxiliary data match in each of the three storage modules). This is one of the eight pixels at the specified address.
This becomes pixel read data. Similarly, other
The NAND gates 18 2 to 18 8 and the corresponding NAND gates provided on the read output sides of the other two storage modules are wired and connected.

このように、3つの記憶モジユール2a,2
b,2cより読み出された計24(=3×8)のデ
ータのうち、3つの記憶モジユール2a,2b,
2cの各々対応するビツトの3つの読み出しデー
タが補助データと一致しているためNANDゲー
トの出力が“1”であるビツトのみ“1”の読み
出しデータが取り出される。また3つの記憶モジ
ユール2a,2b,2cの各々対応するビツトの
3つのNANDゲート出力のうちどれか一つでも
“0”のときには、そのビツトの読み出しデータ
は“0”となる。
In this way, the three storage modules 2a, 2
Of the total 24 (=3×8) data read from the three storage modules 2a, 2b,
Since the three read data of each corresponding bit of 2c match the auxiliary data, read data of "1" is extracted only for the bit for which the output of the NAND gate is "1". Further, when any one of the three NAND gate outputs of the corresponding bits of the three storage modules 2a, 2b, and 2c is "0", the read data of that bit becomes "0".

また、“0”のモジユールセレクト信号が供給
される記憶モジユールの読み出し出力側に設けら
れた181〜188又はこれらに相当するNAND
ゲートの出力は上記したように“1”となるた
め、ワイヤード・アンド接続されていてもその
AND機能には無関係となり、セレクトされた記
憶モジユールの読み出し出力側に設けられた
NANDゲートの出力のみがこのAND機能に関係
することとなる このようにして、従来の記憶装置では8画素の
うちある色の画素のデータだけを読み出そうとし
た時は、3回(又は8回)の読み出し命令と読み
出した結果の比較作業が必要だつたのに対し、本
実施例によればデータレジスタ4の3つの出力補
助データ信号により読み出そうとする色(例えば
白色のときはすべてを“1”、黄色のときはR、
Gの各記憶モジユール2a,2bの入力補助デー
タ信号を“1”、2cの入力補助データ信号を
“0”とする)を指定してから1回だけ記憶モジ
ユールを読み出すことにより、直ちに色指定読み
出しデータを得ることができる。
In addition, 18 1 to 18 8 or equivalent NANDs provided on the readout output side of the storage module to which a module select signal of “0” is supplied.
As mentioned above, the output of the gate is “1”, so even if it is wired and connected,
It is unrelated to the AND function and is provided on the readout output side of the selected storage module.
Only the output of the NAND gate is related to this AND function. In this way, in conventional storage devices, when trying to read only the data of a pixel of a certain color among the 8 pixels, it is possible to read out the data of a pixel of a certain color three times (or In contrast, in this embodiment, the three output auxiliary data signals of the data register 4 are used to select the color to be read (for example, when the color is white, all of the colors are “1”, R for yellow,
The input auxiliary data signal of each storage module 2a, 2b of G is set to "1", and the input auxiliary data signal of 2c is set to "0"), and by reading out the storage module only once, the color specification readout can be performed immediately. data can be obtained.

以上の記憶装置により色別にアクセスするとき
は、全て1回の読み出し又は書込みで8画素(8
×3=24ビツト)のデータをアクセスでき、色別
のアクセスではないときはモジユールセレクト信
号をコントロールすることによつて従来と同様の
アクセスができる他に、更に特定の1ビツトを他
のビツト(他の画素及びその画素の他のビツト)
とは無関係に書込むといつたこともできる。
When accessing by color using the above storage device, all 8 pixels (8 pixels) are read or written once.
x 3 = 24 bits), and when access is not by color, the same access as before is possible by controlling the module select signal, and in addition, it is possible to access data in the same manner as before by controlling the module select signal. (Other pixels and other bits of that pixel)
It is also possible to write it independently.

なお、上記の実施例はR、G、Bの画像メモリ
について説明したが、Nビツトの濃淡画像メモリ
のときは色別ではなく階調別にアクセスすること
になるだけで同様に本発明を適用できる。カラー
又は白黒濃淡画像メモリでも同様である。また上
記の実施例ではデータレジスタ4よりの補助デー
タ信号は1つの記憶モジユールに対し1ビツトで
共通として使用したが、これに限るものではなく
2ビツト以上として1つの記憶モジユール内の
RAMに割り振るようにしてもよい。また記憶モ
ジユール数は3つでなくてもよく、用途、目的に
応じて複数個で構成してもよいことは勿論であ
る。
Note that although the above embodiments have been described with respect to R, G, and B image memories, the present invention can be similarly applied to N-bit grayscale image memories by simply accessing them not by color but by gradation. . The same applies to color or monochrome grayscale image memory. Furthermore, in the above embodiment, the auxiliary data signal from the data register 4 is used as a 1-bit common signal for one storage module, but the signal is not limited to this and can be used as 2 or more bits for each storage module.
It may also be allocated to RAM. Further, the number of storage modules does not need to be three, and it goes without saying that it may be configured with a plurality of storage modules depending on the usage and purpose.

更に本発明は画像メモリ以外にも1つの要素に
対して2ビツト以上のデータを必要とするもの、
例えば音声のデイジタルメモリとしても適用でき
る。
In addition to image memory, the present invention also applies to devices that require 2 or more bits of data for one element,
For example, it can be applied as a digital memory for audio.

上述の如く、本発明になる記憶装置は、同一の
アドレスに記憶されているデータ列のうち対応す
るビツト位置のデータの組合せにより一つの情報
内容が決定され、かつ、同一のアドレスが同時に
指定されるように構成された複数個の記憶モジユ
ールと、各別の該記憶モジユールに夫々互いに独
立した補助データ信号を供給する補助データ記憶
回路と、各別の該記憶モジユールに夫々互いに独
立したモジユールセレクト信号を供給する1ビツ
トの選択情報記憶回路とを備え、該モジユールセ
レクト信号が“1”であり各別の該記憶モジユー
ルの各ビツト別の読み出しデータの内容と上記補
助データ信号の内容とが夫々一致しているときの
み“1”の信号を共通の単一バスへ出力するデー
タ変換回路を該記憶モジユール毎に各別に夫々設
け、供給される上記モジユールセレクト信号が
“1”であるすべての該記憶モジユールの該デー
タ変換回路の出力のうち該記憶モジユール間にお
いて共通するビツト位置の該データ変換回路の出
力がすべて“1”であるとき該ビツト位置の読み
取りデータを“1”とし、かつ、共通するビツト
位置の該データ変換回路の出力のいずれか一以上
が“0”のとき該ビツト位置の読み取りデータを
“0”とし、供給される上記モジユールセレクト
信号が“0”である該記憶モジユールの該データ
変換回路の出力を“1”とする論理回路群を設け
たため、色、濃淡あるいは音声レベルなどを指定
して記憶モジユールの記憶データを判定する場
合、1回の読み出し動作ででき、ある色を別の色
に変えるが残りの色はそのままにしておくなどと
いつた色を操作対象とした応用には最小のメモリ
アクセスで可能であり、上記の記憶モジユールの
記憶データの判定結果を共通の単一バスへ出力す
る動作と、任意の記憶モジユールの内容検索動作
とが、モード切換信号等の特殊な信号を必要とせ
ず、自動的にでき、特に画像メモリに適用して好
適である等の数々の特長を有するものである。
As described above, in the storage device of the present invention, one information content is determined by a combination of data at corresponding bit positions in a data string stored at the same address, and the same address is simultaneously specified. a plurality of storage modules configured to provide a plurality of storage modules; an auxiliary data storage circuit that supplies independent auxiliary data signals to each of the storage modules; and a 1-bit selection information storage circuit that supplies a signal, and the module select signal is "1" and the content of read data for each bit of each storage module and the content of the auxiliary data signal are A data conversion circuit that outputs a signal of "1" to a common single bus only when they match is provided for each storage module, and all the module select signals supplied are "1". When the outputs of the data conversion circuits of the data conversion circuits of the storage modules at bit positions common to the storage modules are all "1", the read data at the bit positions is set as "1", and , when any one or more of the outputs of the data conversion circuit at a common bit position is "0", the read data at that bit position is set to "0", and the module select signal supplied is "0". Since a logic circuit group is provided that sets the output of the data conversion circuit of the storage module to "1," when determining the stored data of the storage module by specifying color, shading, or audio level, it can be done with a single read operation. , applications that operate on colors, such as changing one color to another but leaving the remaining colors as they are, are possible with minimal memory access, and the judgment result of the data stored in the storage module described above is possible. The operation of outputting the data to a common single bus and the operation of retrieving the contents of any storage module can be performed automatically without the need for special signals such as mode switching signals, and is particularly suitable for application to image memory. It has many features such as:

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

第1図は画素位置とメモリアドレスとの対応を
模式的に示す図、第2図は本発明になる記憶装置
を画像メモリとして使用した場合の一実施例を示
すブロツク系統図、第3図は本発明になる記憶装
置の要部の一実施例を示す回路図である。 1…記憶装置、2a,2b,2c…記憶モジユ
ール、3…セレクトレジスタ、4…データレジス
タ、91〜98…IC化されたRAM、10…読み出
しタイミング信号入力端子、11…デコーダ出力
信号入力端子、12…モジユールセレクタ信号入
力端子、13…補助データ信号入力端子、171
〜178…データ変換用排他的論理和回路。
Fig. 1 is a diagram schematically showing the correspondence between pixel positions and memory addresses, Fig. 2 is a block system diagram showing an embodiment of the storage device according to the present invention used as an image memory, and Fig. 3 is a diagram schematically showing the correspondence between pixel positions and memory addresses. 1 is a circuit diagram showing an embodiment of a main part of a storage device according to the present invention; FIG. DESCRIPTION OF SYMBOLS 1...Storage device, 2a, 2b, 2c...Storage module, 3...Select register, 4...Data register, 91 to 98 ...IC-based RAM, 10...Read timing signal input terminal, 11...Decoder output signal input Terminal, 12...Module selector signal input terminal, 13...Auxiliary data signal input terminal, 17 1
~17 8 ...Exclusive OR circuit for data conversion.

Claims (1)

【特許請求の範囲】[Claims] 1 同一のアドレスに記憶されているデータ列の
うち対応するビツト位置のデータの組合せにより
一つの情報内容が決定され、かつ、同一のアドレ
スが同時に指定されるように構成された複数個の
記憶モジユールと、各別の該記憶モジユールに
夫々互いに独立した補助データ信号を供給する補
助データ記憶回路と、各別の該記憶モジユールに
夫々互いに独立したモジユールセレクト信号を供
給する1ビツトの選択情報記憶回路とを備え、該
モジユールセレクト信号が“1”であり各別の該
記憶モジユールの各ビツト別の読み出しデータの
内容と上記補助データ信号の内容とが夫々一致し
ているときのみ“1”の信号を共通の単一バスへ
出力するデータ変換回路を該記憶モジユール毎に
各別に夫々設け、供給される上記モジユールセレ
クト信号が“1”であるすべての該記憶モジユー
ルの該データ変換回路の出力のうち該記憶モジユ
ール間において共通するビツト位置の該データ変
換回路の出力がすべて“1”であるとき該ビツト
位置の読み取りデータを“1”とし、かつ、共通
するビツト位置の該データ変換回路の出力のいず
れか一以上が“0”のとき該ビツト位置の読み取
りデータを“0”とするAND回路を有するとと
もに、供給される上記モジユールセレクト信号が
“0”である該記憶モジユールの該データ変換回
路の出力を“1”とする論理回路群を設けたこと
を特徴とする記憶装置。
1. A plurality of storage modules configured such that one information content is determined by a combination of data at corresponding bit positions in a data string stored at the same address, and the same address is specified simultaneously. , an auxiliary data storage circuit that supplies mutually independent auxiliary data signals to each of the separate storage modules, and a 1-bit selection information storage circuit that supplies mutually independent module select signals to each of the separate storage modules. The module select signal is "1" and is set to "1" only when the contents of the read data for each bit of each storage module and the contents of the auxiliary data signal respectively match. A data conversion circuit for outputting a signal to a common single bus is provided for each storage module, and the output of the data conversion circuit of all storage modules to which the module select signal supplied is "1" is provided. When the outputs of the data conversion circuits at the common bit positions among the storage modules are all "1", the read data at the bit positions is set to "1", and the outputs of the data conversion circuits at the common bit positions are set to "1". It has an AND circuit that sets the read data at the bit position to "0" when any one or more of the outputs is "0", and the data of the storage module to which the module select signal supplied is "0". A storage device comprising a logic circuit group that sets the output of a conversion circuit to "1".
JP10757779A 1979-08-23 1979-08-23 Memory device Granted JPS5631154A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10757779A JPS5631154A (en) 1979-08-23 1979-08-23 Memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10757779A JPS5631154A (en) 1979-08-23 1979-08-23 Memory device

Publications (2)

Publication Number Publication Date
JPS5631154A JPS5631154A (en) 1981-03-28
JPS6318227B2 true JPS6318227B2 (en) 1988-04-18

Family

ID=14462690

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10757779A Granted JPS5631154A (en) 1979-08-23 1979-08-23 Memory device

Country Status (1)

Country Link
JP (1) JPS5631154A (en)

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5810135U (en) * 1981-07-13 1983-01-22 横河電機株式会社 graphic display device
JPS58140789A (en) * 1982-02-16 1983-08-20 三洋電機株式会社 Image display unit
JPS58187995A (en) * 1982-04-28 1983-11-02 株式会社日立製作所 Image display
JPS58189690A (en) * 1982-04-30 1983-11-05 株式会社日立製作所 Image display
JPS5952292A (en) * 1982-09-20 1984-03-26 株式会社東芝 Video ram writing controller
JPH067304B2 (en) * 1982-12-10 1994-01-26 株式会社日立製作所 Graphic processing device
JPS59213083A (en) * 1983-05-18 1984-12-01 Sanyo Electric Co Ltd Memory writing method
US4706079A (en) * 1983-08-16 1987-11-10 International Business Machines Corporation Raster scan digital display system with digital comparator means
JPS6076790A (en) * 1983-10-03 1985-05-01 日本電信電話株式会社 Memory
JPS6079394A (en) * 1983-10-06 1985-05-07 カシオ計算機株式会社 Color graphic display unit
EP0146961B1 (en) * 1983-12-26 1991-03-20 Hitachi, Ltd. Image and graphic pattern processing apparatus
JPH06100911B2 (en) * 1983-12-26 1994-12-12 株式会社日立製作所 Image data processing apparatus and method
JPH0640260B2 (en) * 1984-01-18 1994-05-25 株式会社東芝 Storage device
JPS60173589A (en) * 1984-02-20 1985-09-06 富士通株式会社 Memory reading system
JPS60201386A (en) * 1984-03-26 1985-10-11 ソニー株式会社 Display unit
JPS617882A (en) * 1984-06-21 1986-01-14 富士通テン株式会社 Video memory writing unit for display
JPS6118992A (en) * 1984-07-05 1986-01-27 日本電気株式会社 Display controller
DE3587744T2 (en) * 1984-07-23 1994-05-19 Texas Instruments Inc Control logic for a video system with a circuit that overrides the row address.
JPS6155694A (en) * 1984-08-27 1986-03-20 富士通株式会社 Color detection circuit
JPS61248144A (en) * 1985-04-26 1986-11-05 Yoshiaki Ihara Image data memory device
JPS61267792A (en) * 1985-05-13 1986-11-27 株式会社ピーエフユー Memory reading system
JPS61289438A (en) * 1985-06-18 1986-12-19 Yoshiaki Ihara Picture data storage device
JPS6219726A (en) * 1985-07-18 1987-01-28 Ascii Corp Color code detecting circuit
JPS62267793A (en) * 1986-05-15 1987-11-20 オムロン株式会社 Bit map display unit
JPS6352247A (en) * 1986-08-21 1988-03-05 Ascii Corp Memory device
JPS6352246A (en) * 1986-08-21 1988-03-05 Ascii Corp Memory device
JP2624667B2 (en) * 1987-02-25 1997-06-25 株式会社日立製作所 Graphic processing unit
JPH05204352A (en) * 1992-08-10 1993-08-13 Casio Comput Co Ltd Color display device
JPH0628515A (en) * 1992-12-15 1994-02-04 Casio Comput Co Ltd Color code discrimination method

Also Published As

Publication number Publication date
JPS5631154A (en) 1981-03-28

Similar Documents

Publication Publication Date Title
JPS6318227B2 (en)
US4958346A (en) Memory testing device
EP0197412B1 (en) Variable access frame buffer memory
US4561072A (en) Memory system handling a plurality of bits as a unit to be processed
US4434502A (en) Memory system handling a plurality of bits as a unit to be processed
US4870621A (en) Dual port memory device with improved serial access scheme
US6035381A (en) Memory device including main memory storage and distinct key storage accessed using only a row address
KR890004306B1 (en) Rasfer scan digital display system
US4789963A (en) Display control apparatus for controlling to write image data to a plurality of memory planes
JPH07168752A (en) Display memory structure
EP0093954A2 (en) Image display memory unit
US5818433A (en) Grapics memory apparatus and method
JPS6041378B2 (en) image storage device
JPS5926031B2 (en) memory element
JPS5960488A (en) Data writing unit for color graphic memory
JPH05135162A (en) Image processor
JPS58217076A (en) Picture storage device
KR0174630B1 (en) Memory system graphics system and data write method
JP2518614B2 (en) Semiconductor non-volatile memory device and operating method thereof
JPS61289596A (en) Semiconductor memory device
JP2001128108A (en) Video processor
JP3052998B2 (en) Video display circuit
KR910003527A (en) Video graphics display memory swizzle logic circuit and method
JPS5990887A (en) Bit map memory device
JPH05225051A (en) Address allocating circuit