JPS6329789A - Image display device - Google Patents

Image display device

Info

Publication number
JPS6329789A
JPS6329789A JP61173092A JP17309286A JPS6329789A JP S6329789 A JPS6329789 A JP S6329789A JP 61173092 A JP61173092 A JP 61173092A JP 17309286 A JP17309286 A JP 17309286A JP S6329789 A JPS6329789 A JP S6329789A
Authority
JP
Japan
Prior art keywords
data
memory
address
page
dimensional memory
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
JP61173092A
Other languages
Japanese (ja)
Other versions
JPH077263B2 (en
Inventor
淳 坂本
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.)
Tektronix Japan Ltd
Original Assignee
Sony Tektronix 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 Sony Tektronix Corp filed Critical Sony Tektronix Corp
Priority to JP61173092A priority Critical patent/JPH077263B2/en
Publication of JPS6329789A publication Critical patent/JPS6329789A/en
Publication of JPH077263B2 publication Critical patent/JPH077263B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。
(57) [Abstract] This bulletin contains application data before electronic filing, so abstract data is not recorded.

Description

【発明の詳細な説明】 [産業上の利用分野コ 本発明は、画像表示装置、特にビットマツプメモリ (
BMM)を有するラスクスキャン方式の画像表示装置に
関する。
[Detailed Description of the Invention] [Industrial Field of Application] The present invention relates to an image display device, particularly a bitmap memory (
The present invention relates to a rask scan type image display device having a BMM).

[従来技術] BMMは、2次元の画像の各ピクセル(画素)に1ビツ
ト(カラーでは数ビット)を割り当てたものであり、各
ピクセルは陰極線管(CRT)のような表示手段にラス
ク表示される。本発明は、カラー画像表示装置に適用で
きるが、説明の都合上モノクロ画像表示装置について説
明する。BMMの実際のメモリ構成では、第9図に示す
ように1ワード=16ビツトのランダムアクセスメモリ
(RAM)を用いた場合、分解能1280x1024の
画像表示装置では、1水平走査線は1280÷16=8
0ワードで一構成される。このBMMはワード単位では
80x1024の2次元配列と考えられろ。以下、この
明細書においてメモリの次元は、ワード単位で考えるも
のとする。また、1次元配列、2次元配列という語は、
物理的な配列ではなく、メモリ管理上の配列を意味する
ものとする。
[Prior Art] BMM is a two-dimensional image in which one bit (several bits in color) is assigned to each pixel, and each pixel is displayed as a raster on a display means such as a cathode ray tube (CRT). Ru. Although the present invention can be applied to a color image display device, for convenience of explanation, a monochrome image display device will be described. In the actual memory configuration of BMM, when using a random access memory (RAM) with 1 word = 16 bits as shown in Figure 9, in an image display device with a resolution of 1280 x 1024, one horizontal scanning line is 1280 ÷ 16 = 8.
Consists of 0 words. This BMM can be thought of as a two-dimensional array of 80x1024 in word units. Hereinafter, in this specification, the dimension of memory will be considered in units of words. Also, the terms 1-dimensional array and 2-dimensional array are
This refers to a memory management arrangement, not a physical arrangement.

第7図は、本発明が適用される従来の画像表示装置のブ
ロック図である。この装置は、中央処理装置(CPU)
’2、リードオンリメモリ (ROM)4、RAM6、
キーボード等の入力装置8がCPUバスに接続され、更
にCPUバスは表示制御器(例えばCRTコントローラ
: CRTC)10を介して8MM12に接続される。
FIG. 7 is a block diagram of a conventional image display device to which the present invention is applied. This device is a central processing unit (CPU)
'2, Read only memory (ROM) 4, RAM6,
An input device 8 such as a keyboard is connected to the CPU bus, and the CPU bus is further connected to the 8MM 12 via a display controller (for example, a CRT controller: CRTC) 10.

8MM12の内容は読出回路16を介してCRTの表示
画面に表示される。
The contents of 8MM12 are displayed on the CRT display screen via the readout circuit 16.

8MM12は、図示の如く、複数の表示画面に対応する
容量を有することもあり、その表示画面に対応した各メ
モリ部分はページと呼ばれる。各ページ12 a、  
12 b、 12 cは、グラフィック画面、文字画面
等に割り当てられ、必要に応じ各ページを単独または重
畳してCRT14に表示することができる。通常、各ペ
ージはメモリアドレスの上位ビットで区別される。
As shown in the figure, the 8MM12 may have a capacity corresponding to a plurality of display screens, and each memory portion corresponding to the display screen is called a page. Each page 12a,
12b and 12c are assigned to a graphic screen, a character screen, etc., and each page can be displayed on the CRT 14 individually or in a superimposed manner as required. Usually, each page is distinguished by the upper bits of the memory address.

最近のCRTCloには、いわゆるビットブリット  
(BITBLT:   Bi   t   、Boun
daryBlock  Transferの略)と呼ば
れる機能を具えたものがある。例えば、日立製作所要C
RTコントローラLSI  HD63484がその一例
である。BITBLTは、表示用メモリ内の任意の矩形
領域を他のメモリ部分に転送する機能であす、ハードウ
ェア(ファームウェア)により高速のデータ転送が行え
る。転送元のメモリ内容を転送先のメモリ内容とビット
単位に論理演算することもできるのでラスク演算とも呼
ばれろ。
Recently, CRTClo has so-called BitBrit.
(BITBLT: Bit, Boun
There is one that has a function called daryBlock Transfer (abbreviation for daryBlock Transfer). For example, Hitachi, Ltd.
One example is the RT controller LSI HD63484. BITBLT is a function that transfers an arbitrary rectangular area in the display memory to another memory portion, and can perform high-speed data transfer using hardware (firmware). It is also called rask operation because it can perform logical operations bit by bit on the memory contents of the transfer source and the memory contents of the transfer destination.

通常、このBITBLTの転送矩形領域指定においてB
MMのワード境界は意識する必要はないが、特に高速転
送が要求される場合に、矩形領域の指定をワード境界に
制限し、ハードウェア(ファームウェア)の処理を簡略
化することがある。BITBLT機能の詳細については
、日経エレクトロニクス誌1985年7月29日号第1
41〜161ページを参照されたい。
Normally, in this BITBLT transfer rectangular area specification, B
Although there is no need to be aware of word boundaries in MM, especially when high-speed transfer is required, the specification of rectangular areas may be limited to word boundaries to simplify hardware (firmware) processing. For details on the BITBLT function, see Nikkei Electronics Magazine, July 29, 1985 issue No. 1.
See pages 41-161.

BITBLT機能の1つの用途として、8MM12の1
ページ、(例えばページ12b)を非表示ページとして
、第8図の如くこのページに予め必要な文字パターン(
フォント)を書き込んでおき、必要な文字を矩形領域単
位で表示用ページ、(例えばページ12a)に転送する
ことにより、文字を書き込むことが行われている。また
、逆にページ12aに書き込んだ図形17をページ12
bに転送、記憶しておき、後に読み出すこともできろ。
As one use of the BITBLT function, 1 of 8MM12
A page (for example, page 12b) is set as a hidden page, and the character pattern required for this page (as shown in Fig. 8) is set in advance.
Characters are written by writing the necessary characters (font) in advance and transferring the necessary characters in units of rectangular areas to a display page (for example, page 12a). Conversely, figure 17 written on page 12a is
Transfer it to B, store it, and read it later.

B I TBLT操作をメモリのワード単位に考えると
第9図に示すようにページ12bの矩形領域20sをペ
ージ12aの矩形領域20dに転送する場合、CRTC
l 0に対して転送元の矩形領域20sの左上のワード
のアトし・スn及びワードの幅△X及び高さ△Y(この
例では△X=2゜△Y=3)を指定すると共に、転送先
の矩形領域20dの左上ワードのアドレス(81)を指
定すれば、ページ12bのアドレスn、n+80.n+
160.n+1.n+81.n+161のデータが順次
、lJ的にページ12aのアドレス81゜161.24
1,82,162,242に転送される。尚、各アドレ
スは、ページを識別するためのアドレスの上位ビットを
も含むものとする。このときのCRTCloへの命令形
式は例えば、C0PY2,3.n、81という形になる
。転送先の矩形領域の左右の境界がワードの境界に一致
しない場合も、そのBITBLT操作前にCRTC2a
の矩形領域22sをページ12bの矩形領域22dに転
送するための命令はC0PYI、4゜79、mで表わせ
る。
Considering the B I TBLT operation in units of memory words, as shown in FIG. 9, when transferring a rectangular area 20s of page 12b to a rectangular area 20d of page 12a, CRTC
For l0, specify the upper left word attribution/sn of the transfer source rectangular area 20s and the word width △X and height △Y (in this example, △X=2゜△Y=3), and , by specifying the address (81) of the upper left word of the destination rectangular area 20d, the address n, n+80 . n+
160. n+1. n+81. The data of n+161 is sequentially transferred to address 81°161.24 of page 12a in lJ terms.
1, 82, 162, 242. Note that each address also includes upper bits of the address for identifying the page. At this time, the instruction format for CRTClo is, for example, C0PY2, 3. It will be in the form n, 81. Even if the left and right boundaries of the destination rectangular area do not match the word boundaries, CRTC2a is sent before the BITBLT operation.
The command for transferring the rectangular area 22s of page 12b to the rectangular area 22d of page 12b can be expressed as C0PYI,4°79,m.

[発明が解決しようとする問題点] しかしながら、CRTClo内のBMMのアドレス制御
回路には、アドレスの上限があり、大量の表示データ、
例えば漢字データ (JIS第1及び第2水準漢字で6
000個以上)を1つのページ内に記憶させておくこと
は困難である。いわんや、種々の異なるサイズの漢字を
用意しておくことは不可能である。また、記憶された表
示データは2次元管理になるために自由な大きさの矩形
領域を効率よく管理することは困難である。
[Problems to be Solved by the Invention] However, the address control circuit of the BMM in CRTClo has an upper limit on addresses, and a large amount of display data,
For example, kanji data (JIS 1st and 2nd level kanji 6
000 or more) in one page. Of course, it is impossible to prepare kanji in various different sizes. Furthermore, since the stored display data is managed in two dimensions, it is difficult to efficiently manage a rectangular area of any size.

したがって、本発明は、BMMのアドレス制価回路の制
約を受けることなく大量の表示データの管理を高速かつ
効率よく行える画像表示装置を提供するものである。
Therefore, the present invention provides an image display device that can manage a large amount of display data quickly and efficiently without being restricted by the address control circuit of the BMM.

[問題を解決するための手段] 本発明は、複数ワードが2次元配列された2次元ビット
マツプメモリと、該ビットマツプメモリのページ間で相
互に所望の大きさの矩形領域を転送する機能を有する表
示制御器と、該表示制御器を制御する中央処理装置とを
具えた画像表示装置において、上記ページの一つは複数
ワードが1次元配列された1次元メモリと、該1次元メ
モリ及び上記ビットマツプメモリの両データバス間を仲
介する1ワード分のバッファを含むバッファ手段とによ
り構成すると共に、上記中央処理装置によって初期値を
設定された後上記表示制御器の少なくとも読出動作毎に
歩進されて上記1次元メモリのアドレスを指定するアド
レス発生器とを設けるようにしたものである。
[Means for Solving the Problem] The present invention provides a two-dimensional bitmap memory in which a plurality of words are two-dimensionally arranged, and a function for mutually transferring a rectangular area of a desired size between pages of the bitmap memory. In an image display device comprising a display controller and a central processing unit that controls the display controller, one of the pages includes a one-dimensional memory in which a plurality of words are arranged one-dimensionally, the one-dimensional memory and the buffer means including a one-word buffer that mediates between both data buses of the bitmap memory; and after an initial value is set by the central processing unit, the buffer means is incremented at least every read operation of the display controller. and an address generator for specifying the address of the one-dimensional memory.

[作用] 本発明によれば、1次元メモリの容量、に構成上の制限
がないので漢字等の大量のデータをBITBLT操作の
対象として扱うことができるのみならず、この1次元メ
モリは、表示制御器からみればビットマツプメモリの1
ページと等価であり表示制御器のBITBLT動作には
同等支障がない。
[Function] According to the present invention, since there is no structural limit to the capacity of the one-dimensional memory, not only can a large amount of data such as kanji characters be handled as a target of BITBLT operation, but also the one-dimensional memory can be used for display From the controller's point of view, bitmap memory 1
It is equivalent to a page, and there is no problem with the BITBLT operation of the display controller.

しかも1次元メモリによれば自由な大きさの矩形領域を
効率よぐ管理することができる。
Furthermore, a one-dimensional memory allows for efficient management of rectangular areas of any size.

[実施例] 以下、第1図ないし第6図を参照して本発明の実施例に
ついて詳細に説明する。第1図は、本発明の詳細な説明
するためのブロック図である。本発明による画像表示装
置は、第7図の従来装置と大部分同じであるので、相違
点に関する部分のみ図示しである。本発明の画像表示装
置と従来装置との主な相違点は、8MM12の1つのペ
ージXを非表示用ページとしてCRTCl 0のアドレ
ス制御回路の管理下から外す(但し、ページXの指定は
アドレスの上位ビットデータで行う)と共に、々−ジX
を、大容量の1次元メモリ33と1ワード分のバッファ
を含むバッファ手段26とにより構成し、1次元メモリ
33のアドレスを、CRTCIOとは別個のアドレス発
生器27で指定する点にある。アドレス発生器27には
、矩形領域の転送動作時に、1次元メモリ33の初期ア
ドレスがCPUからセットされ、ページXの読出/書込
(R/W)命令毎にアドレスが1ずつ歩進される。
[Embodiments] Hereinafter, embodiments of the present invention will be described in detail with reference to FIGS. 1 to 6. FIG. 1 is a block diagram for explaining the present invention in detail. Since the image display device according to the present invention is mostly the same as the conventional device shown in FIG. 7, only the parts related to the differences are shown. The main difference between the image display device of the present invention and the conventional device is that one page (performed using high-order bit data), as well as
consists of a large-capacity one-dimensional memory 33 and a buffer means 26 including a one-word buffer, and the address of the one-dimensional memory 33 is specified by an address generator 27 separate from the CRTCIO. The initial address of the one-dimensional memory 33 is set in the address generator 27 by the CPU during a rectangular area transfer operation, and the address is incremented by 1 for each page X read/write (R/W) command. .

ページXのアドレスの上限は、アドレス発生器27によ
って決まるので、アドレス発生器28の出力ビツト数を
大きくすることによってページXの容量を他のページの
容量に比べ理論上無制限に大きくすることができる。1
次元メモリのページXと2次元メモリの他のページ(例
えばページ1)との間のデータの授受は、いわば0次元
の窓としてのバッファ手段26を介して台われる。CR
TCloからみたページXは何ら他のページと変わらず
、CRTCl 0の構成に変更はない。
The upper limit of the address of page X is determined by the address generator 27, so by increasing the number of output bits of the address generator 28, the capacity of page . 1
Data exchange between page X of the dimensional memory and other pages (for example, page 1) of the two-dimensional memory is carried out via the buffer means 26, which serves as a so-called zero-dimensional window. CR
Page X seen from TClo is no different from any other page, and there is no change in the configuration of CRTCl 0.

第2図に、本発明の一実施例のブロック図を示す。第1
図と同等のブロックには同一符号を付しである。この実
施例では、第1図のバッファ手段26は双方向性3ステ
ートバツフア36から成る。
FIG. 2 shows a block diagram of an embodiment of the present invention. 1st
Blocks that are equivalent to those in the figure are given the same reference numerals. In this embodiment, the buffer means 26 of FIG. 1 comprises a bidirectional three-state buffer 36.

この3ステートバツフア36は、1次元メモリ33のデ
ータバスとCRTCloの8MMデータバスとを仲介す
る。CRTCl 0からの8MMアドレスの上位ビット
はデコーダ34に入力され、そのアドレスの指定するペ
ージが判別されろ。8MMアドレスの上位2ビツトがペ
ージ指定に使われる場合、ページ数は22=4である。
This three-state buffer 36 mediates between the data bus of the one-dimensional memory 33 and the 8MM data bus of CRTClo. The upper bits of the 8MM address from CRTCl 0 are input to the decoder 34, and the page specified by that address is determined. If the upper two bits of the 8MM address are used for page designation, the number of pages is 22=4.

デコーダ34は指定されたページのメモリのみをイネー
ブルする。デコーダ34からページXへのイネーブル信
号35は、3ステートバツフア36のイネーブル入力端
子Gに印加される。3ステートバツフア36のデータ導
通方向は、DIR入力端子に受けるBMM読出読出信号
法まる。勿論、両データバスの接続関係を逆にすれば、
DIR入力端子にBMM書込書込信号臼加してもよい。
Decoder 34 enables only the specified page of memory. An enable signal 35 from the decoder 34 to page X is applied to an enable input terminal G of a three-state buffer 36. The data conduction direction of the 3-state buffer 36 depends on the BMM readout signal received at the DIR input terminal. Of course, if the connection relationship of both data buses is reversed,
A BMM write signal may be applied to the DIR input terminal.

1次元メモリ33はRAMだけでなくROMを含んでよ
い。ROMには、予め固定の表示データを書き込んでお
くことができる。表示データの書き換え、加入を必要と
しない場合は、1次元メモリ33はROMだけで構成さ
れる。1次元メモリ33内の各メモリチップはカウンタ
28の出力の上位ビットで選択的にイネーブルされる。
One-dimensional memory 33 may include not only RAM but also ROM. Fixed display data can be written in the ROM in advance. If there is no need to rewrite or add display data, the one-dimensional memory 33 is composed of only a ROM. Each memory chip in one-dimensional memory 33 is selectively enabled by the upper bit of the output of counter 28.

第1図のアドレス発生器27はカウンタ28で構成し得
る。例えば、1次元メモリの総メモリ容量が4Mワード
であれば、カウンタ28には22ビツトカウンタを用い
る。カウンタ28には、矩形領域転送に先立ち1次元メ
モリ33の初期アドレスをロードする。CPUのデータ
バス幅がカウンタ28のビット数より小さい場合には、
2回に分けてロードする。カウンタ28の内容は、AN
Dゲート38の出力で歩進される。ANDゲート38は
ORゲート32の出力とデコーダ34の出力35とを受
ける。ORゲート32はBMM書込/読出信号(W/R
)を受ける。但し、1次元メモリ33がROMのみの場
合はBMM読出信号Rのみを受ける。したがって、カウ
ンタ28は、BMMページXの書込または読出信号で歩
進されることになる。1次元メモリ33はBMM書込書
込信号臼け、この信号が能動状態のとき以外は読出状態
に設定される。勿論、1次元メモリ33内のROMには
BMM書込書込信号臼加されない。
The address generator 27 of FIG. 1 may be comprised of a counter 28. For example, if the total memory capacity of the one-dimensional memory is 4M words, a 22-bit counter is used as the counter 28. The initial address of the one-dimensional memory 33 is loaded into the counter 28 prior to rectangular area transfer. If the data bus width of the CPU is smaller than the number of bits of the counter 28,
Load it in two parts. The contents of the counter 28 are AN
It is stepped by the output of the D gate 38. AND gate 38 receives the output of OR gate 32 and the output 35 of decoder 34. The OR gate 32 outputs the BMM write/read signal (W/R
). However, if the one-dimensional memory 33 is only a ROM, it receives only the BMM read signal R. Therefore, the counter 28 will be incremented by the BMM page X write or read signal. The one-dimensional memory 33 disables the BMM write signal and is set to the read state except when this signal is in the active state. Of course, the BMM write signal is not applied to the ROM in the one-dimensional memory 33.

第2図の実施例の動作について、第5図を参照して説明
する。第5A図り曇丑壌は1ワード=1りを転送した1
表示用ページ12aの記憶内容を示す。1次元メモリ3
3には、例として8X16及び16x32の2つのサイ
ズのアルファベットフォント並びに16x16及び32
x32の2サイズの漢字フォントを記憶している。32
x32の漢字フォントは2ワード幅なので左右を分割し
て記憶されている。その他の文字サイズも任意に設定で
きることはいうまでもない。今、第2図の装置において
、第5C図の表示用ページ12 a(7)矩形領域90
内に小サイズのTT A ++、“+C11、矩形領域
92内に大サイズの′”Ar1を転送し、次いで矩形領
域97内に小サイズの漢字′特″、さらに、矩形領域9
8内に大サイズの漢字特″を転送するとする。以下、そ
の手順を示す。
The operation of the embodiment shown in FIG. 2 will be explained with reference to FIG. The 5th A plan cloudy cloud transferred 1 word = 1 1
The stored contents of the display page 12a are shown. 1D memory 3
3 includes alphabetic fonts in two sizes, 8X16 and 16x32, as well as 16x16 and 32
It stores two sizes of kanji fonts: x32. 32
Since the x32 kanji font has a width of 2 words, it is stored separately on the left and right sides. It goes without saying that other font sizes can also be set arbitrarily. Now, in the apparatus shown in FIG. 2, the display page 12 a (7) rectangular area 90 shown in FIG. 5C
Transfer the small size TT A ++, "+C11" within the rectangular area 92, the large size ``'' Ar1 within the rectangular area 92, then transfer the small sized kanji ``special'' within the rectangular area 97, and then transfer the small sized kanji ``special'' into the rectangular area 97.
Assume that you want to transfer a large-sized kanji character "Toku" in 8. The procedure is shown below.

・小サイズ’l A +1をページ12aのアドレスB
A1で始まる16x16矩形領域90の左半分に転送す
る。
・Small size 'l A +1 to address B of page 12a
Transfer to the left half of the 16x16 rectangular area 90 starting at A1.

1)16ビツトワードの右半分をマスクするようにCR
TCl 0のマスクレジスタをセット。
1) CR to mask the right half of the 16-bit word
Set the mask register of TCl 0.

2)アドレスカウンタ28にNをロード。2) Load N into address counter 28.

3)命令C0PYI、16.PX、BAIをCRTCl
 0に付与。(但し、PXはCRTCloからみたペー
ジX内の任意のアドレス)・小サイズ“CI+を同矩形
領域90の右半分に転送する。
3) Instruction C0PYI, 16. PX, BAI to CRTCl
Granted to 0. (However, PX is an arbitrary address in page

1)16ビツトワードの左半分をマスクするようのマス
クレジスタをセット。
1) Set the mask register to mask the left half of the 16-bit word.

2)アドレスカウンタ28にN+32をロード。2) Load N+32 into address counter 28.

3)命令C0PYI、16.PX、BAIQ付与。3) Instruction C0PYI, 16. PX, BAIQ granted.

・大サイズIT A11をアドレスBA+1で始まる1
6X32の矩形領域92に書く。
・Large size IT A11 starting with address BA+1 1
Write in a 6×32 rectangular area 92.

1)マスクレジスタのマスク設定を解除。1) Cancel the mask setting of the mask register.

2)アドレスカウンタ28にPをロード。2) Load P into the address counter 28.

3)命令C0PYI、32.PX、BA1+1を付与。3) Instruction C0PYI, 32. Grants PX and BA1+1.

・小サイズ特″をアドレスBA2で始まる16x16の
矩形領域97に書く。
・Write "small size special" in the 16x16 rectangular area 97 starting at address BA2.

1)マスクレジスタのマスク設定を解除。(既に、解除
されていれば不要) 2)アドレスカウンタ28にQをロー・ド。
1) Cancel the mask setting of the mask register. (Unnecessary if it has already been released) 2) Load Q into the address counter 28.

3)命令C0PYI、16.PX、BA2を付与。3) Instruction C0PYI, 16. Grants PX and BA2.

・大サイズ特”をアドレスBA3で始まる32x32の
矩形領域98に書く。
・Write "large size special" in the 32x32 rectangular area 98 starting at address BA3.

1)マスクレジスタのマスク設定を解除。(既に、解除
されていれば不要) 2)アドレスカウンタ28にRをロード。
1) Cancel the mask setting of the mask register. (Unnecessary if it has already been released) 2) Load R into the address counter 28.

3)命令C0PY2,32.PX、BA3を付与。3) Instruction C0PY2,32. Granted PX and BA3.

小サイズII A +1を転送する動作について、CR
TCIOは、C0PY命令を受けると、ページXのアド
レスPXて始まるlX16ワードの矩形領域をページ1
2aのアドレスBAIで始まる同様の矩形領域へ転送す
る命令であると解する。そこで、CRTCl 0はペー
ジXのアドレスPXの1ワードを読み出す。実際には、
ページXに2次元メモリは存在しないので、アドレスP
Xの上位ビットが3ステートバツフア36のイネーブル
に利用されるだけで、アドレスカウンタ28によりアド
レス指定された1次元メモリの1ワードが3ステートバ
ツフア36を介してCRTCl 0に読み出される。こ
の1ワードデータは次にページ12aのアドレスBAI
に書き込まれる。但し、ワードの右半分はマスクされて
いるので左半分のみが書かれる。前回のページX読出信
号によりアドレスカウンタ28ば1だけ歩進されている
ので次のアドレス位置(N+1)の1ワードが読みださ
れ、ページ12aの先の書込位置の1ライン下に書かれ
る。この様な動作が16回繰り返されると小サイズIU
 A l+のBITBLT操作が終了する。他のBIT
BLT操作についても、マスクの状態及び△x1△Yの
大きさが異なる以外同様である。ページ12aからペー
ジXへの転送はC0PY命令の転送元及び転送先のアド
レスを逆にすることにより同様に行い得る。
Regarding the operation of transferring small size II A +1, CR
When TCIO receives the C0PY command, it transfers a rectangular area of 16 words starting from address PX of page X to page 1.
It is understood that this is an instruction to transfer to a similar rectangular area starting at address BAI of 2a. CRTCl 0 then reads one word of page X at address PX. in fact,
Since there is no two-dimensional memory on page X, address P
The upper bits of X are simply used to enable tri-state buffer 36 so that the one word of one-dimensional memory addressed by address counter 28 is read through tri-state buffer 36 to CRTCl0. This one word data is then transferred to address BAI of page 12a.
will be written to. However, since the right half of the word is masked, only the left half is written. Since the address counter 28 has been incremented by 1 by the previous page X read signal, one word at the next address position (N+1) is read out and written one line below the previous write position on page 12a. If this kind of action is repeated 16 times, the small size IU
The A l+ BITBLT operation ends. Other BITs
The BLT operation is also similar except that the state of the mask and the size of Δx1ΔY are different. Transfer from page 12a to page X can be similarly performed by reversing the transfer source and transfer destination addresses of the C0PY instruction.

カウンタ28に初期アドレスをロードした後、1次元メ
モリ33のあるワードの読出のためのアドレスは直前の
ワードの読出パルスの後縁で歩進指定されているので、
1次元メモリ33のデータの安定に供する時間が十分長
く取れ、1次元メモリ33にはアクセスタイムの長い(
低速)の安価なメモリを用いることができる。これは、
特に1次元メモリ33が大容量であることを考えると有
益である。
After loading the initial address into the counter 28, the address for reading a certain word in the one-dimensional memory 33 is specified in increments by the trailing edge of the read pulse of the immediately previous word.
The one-dimensional memory 33 has a long enough time to stabilize the data, and the one-dimensional memory 33 has a long access time
Low speed) and inexpensive memory can be used. this is,
This is especially useful considering that the one-dimensional memory 33 has a large capacity.

第3図は、本発明による画像表示装置の第2実施例のブ
ロック図である。この実施例が第1実施例と異なる点は
、文字データをページXからページ12aに転送する際
に、文字のX方向及びY方向の拡大を行うために、夫々
カウンタ28のTJP入力端子への歩進信号を1/M分
周する分周#72と、1次元メモリ33の読出データを
受けるデータ変換器68とを設けたことである。これに
付随して、データ変換器68の制御データを受けるラッ
チ70が設けられる。また、双方向性3ステートバツフ
ア36は、2個の単方向性3ステートバツフア64.6
6に変更され、各々のイネーブル信号用にANDゲート
60.62が設けられる。この実施例では、CRTCl
 0側から1次元メモリ33へのデータの書込は単方向
性3ステートバツフア64を介して行う。逆に、1次元
メモリからの読出はデータ変換回路68及び単方向性3
ステートバツフア66を介して行う。Y方向の拡大は1
/M分周器72にCPUから拡大率データを設定するこ
とにより行える。例えば、CPUからのデータによって
1/2分周が設定されたとき分周器72はBBM読出信
号を2個受ける度にカウンタ28を1だけ歩進する。こ
のことは、1次元メモリ33の同一アドレスのデータが
続けて2回転送される(読みだされる)ことを意味する
。これにより、1次元メモリ33から読み出されるフォ
ントはY方向に2倍に拡大される。M=1に設定された
ときは分局器72がない場合と等価である。
FIG. 3 is a block diagram of a second embodiment of the image display device according to the present invention. This embodiment differs from the first embodiment in that when character data is transferred from page X to page 12a, in order to enlarge the characters in the A frequency divider #72 that divides the step signal by 1/M and a data converter 68 that receives read data from the one-dimensional memory 33 are provided. Associated with this is a latch 70 that receives control data for the data converter 68. The bidirectional three-state buffer 36 also includes two unidirectional three-state buffers 64.6.
6, and AND gates 60, 62 are provided for each enable signal. In this example, CRTCl
Data is written from the 0 side to the one-dimensional memory 33 via a unidirectional three-state buffer 64. Conversely, reading from the one-dimensional memory is performed using the data conversion circuit 68 and the unidirectionality 3.
This is done via the state buffer 66. Expansion in Y direction is 1
This can be done by setting magnification data to the /M frequency divider 72 from the CPU. For example, when 1/2 frequency division is set by data from the CPU, the frequency divider 72 increments the counter 28 by 1 every time it receives two BBM read signals. This means that data at the same address in the one-dimensional memory 33 is transferred (read) twice in succession. As a result, the font read from the one-dimensional memory 33 is enlarged twice in the Y direction. When M=1 is set, it is equivalent to the case where there is no branching device 72.

データ変換回路68に関するX方向の拡大については第
4図を参照して説明する。
Expansion in the X direction regarding the data conversion circuit 68 will be explained with reference to FIG.

第4図は、データ変換器#!I68の一例である。Figure 4 shows data converter #! This is an example of I68.

データ変換回路68はこの例で(よ夫々4ツー1データ
セレクタを2個含む8個のデータセレクタチップ80a
〜80hから成る。各データセレクタチップは同一構成
のものであり制御入力端子A、Bに受けたデータに従っ
て夫々入力端ICO〜IC3の1信号を出力端IYに、
入力端2CO〜203の1信号を出力端2Yに選択的楊
旬力する。データセレクタの入出力および制御信号の関
係を表1に示す。
In this example, the data conversion circuit 68 includes eight data selector chips 80a each including two 4-to-1 data selectors.
It consists of ~80h. Each data selector chip has the same configuration, and according to the data received at the control input terminals A and B, one signal from the input terminals ICO to IC3 is sent to the output terminal IY, respectively.
One signal from the input terminals 2CO to 203 is selectively applied to the output terminal 2Y. Table 1 shows the relationship between the input/output and control signals of the data selector.

各データセレクタの制御入力端A、Bには第3図のラッ
チ70からのデータLO,Llが印加される。データL
O,Llとこのデータ変換回路68の機能との関係を表
2に示す。
Data LO and Ll from the latch 70 in FIG. 3 are applied to control input terminals A and B of each data selector. Data L
Table 2 shows the relationship between O, Ll and the functions of this data conversion circuit 68.

表1 制御入力 1   出力 BA     IY2Y 0 0   l  IC02CO 01l  IC12C1 1011C22C2 11l  IC32C3 表2 Ll、LOI B)(A)   機能 00  1xl(無拡大) 01  1x2(左) 101x2(右) 11 1 オールOまたはオール1 この機能を達成するためのデータセレクタ80a〜80
hの入力接続関係は表3に示す。
Table 1 Control input 1 Output BA IY2Y 0 0 l IC02CO 01l IC12C1 1011C22C2 11l IC32C3 Table 2 Ll, LOI B) (A) Function 00 1xl (no enlargement) 01 1x2 (left) 101x2 (right) 11 1 All O or all 1 Data selectors 80a to 80 to achieve this function
The input connection relationship of h is shown in Table 3.

表3 1 2c32c22cl 2cO1c31c21cl 
1eO80al  X D8 Do DOX D8 D
ODI80blXD9旧D2XD9旧D3 80e l   XDIOD2  D4   XDIO
D2  D580d l  XDII D3 D6  
 XDII D3 D780e l   XD12  
D4  D8   XD12  D4  D980f 
l  X DI3 D5 DIOX DI3 D5 D
l180g l   X DI4  D6 DI2  
 X DI4 D6 D1380h l   X DI
5  D7 DI4   X DI5  D7 DI5
(Xはオール1のとき1、オール0のとき0)更に、デ
ータ変換回路68の入力データDO〜D15と出力デー
タXO〜X15と制御データLO1L1の関係を表4に
示す。
Table 3 1 2c32c22cl 2cO1c31c21cl
1eO80al X D8 Do DOX D8 D
ODI80blXD9 old D2XD9 old D3 80e l XDIOD2 D4 XDIO
D2 D580d l XDII D3 D6
XDII D3 D780e l XD12
D4 D8 XD12 D4 D980f
l X DI3 D5 DIOX DI3 D5 D
l180g l X DI4 D6 DI2
X DI4 D6 D1380h l X DI
5 D7 DI4 X DI5 D7 DI5
(X is 1 when all 1s are present, and 0 when all 0s are present) Furthermore, Table 4 shows the relationship between input data DO to D15, output data XO to X15, and control data LO1L1 of the data conversion circuit 68.

表4 1  LILOLILOLILOLILOl   00
  01  10  11出  I     XI  
x2左 ×2右9 オール1orOXOI   Do 
  Do   D8   XX1l   DI   D
OD8   XX21   D2   DI   D9
   XX31   D3   DI   D9   
XX4  l   D4   D2   DIOXX5
  l   D5   D2   DIOXX6  l
   D6   D3   Dll   XX7  l
   D7   D3   Dll   XX8 1 
   D8   D4   DI2   XX9  l
   D9   D4   DI2   XXl0I 
  DIOD5   DI3   XX1ll   D
ll   D5   DI3   XX121   D
I2   D6   DI4   XX131   D
I3   D6   DI4   XX141   D
I4   D7   DI5   XX151   D
I5   D7   DI5   Xこの表からデータ
変換回路の機能は容易に理解されよう。即ち、L1=L
O=0のときX方向の拡大は行われず、L1= 0 、
 LO= 1のとき1ワードの左半分をX方向に2倍に
拡大し、L1= 1 、 LO= Oのとき1ワードの
右半分をY方向に2倍に拡大する。
Table 4 1 LILOLILOLILOLILOL 00
01 10 11 out I XI
x2 left x2 right 9 All 1 or OXOI Do
Do D8 XX1l DI D
OD8 XX21 D2 DI D9
XX31 D3 DI D9
XX4 l D4 D2 DIOXX5
l D5 D2 DIOXX6 l
D6 D3 Dll XX7 l
D7 D3 Dll XX8 1
D8 D4 DI2 XX9 l
D9 D4 DI2 XXl0I
DIOD5 DI3 XX1ll D
ll D5 DI3 XX121 D
I2 D6 DI4 XX131 D
I3 D6 DI4 XX141 D
I4 D7 DI5 XX151 D
I5 D7 DI5 X The function of the data conversion circuit can be easily understood from this table. That is, L1=L
When O=0, no expansion in the X direction is performed, and L1=0,
When LO=1, the left half of one word is enlarged twice in the X direction, and when L1=1 and LO=O, the right half of one word is enlarged twice in the Y direction.

L1=LO=1のときは塗りつぶしのためにオール゛1
にされ、あるいはクリアのためにオールOにされる。
When L1=LO=1, all 1 for filling
Or all O's to clear.

再び第5図を参照して第3図の装置の拡大動作を説明す
る。まず、大サイズのTT A IIをX方向に2倍に
拡大した文字を矩形領域94に転送し、次に、大サイズ
のIt AItをX及びY方向に夫々2倍に拡大した文
字を矩形領域96に転送するとする。
Referring again to FIG. 5, the enlargement operation of the apparatus shown in FIG. 3 will be explained. First, a large-sized TT A II character enlarged twice in the X direction is transferred to the rectangular area 94, and then a large-sized It AIt character enlarged twice in the X and Y directions is transferred to the rectangular area 94. 96.

・X方向に2倍に拡大。・Enlarged twice in the X direction.

1)マスクレジスタのマスクを解除。1) Unmask the mask register.

2)アドレスカウンタ28にPをロード。2) Load P into the address counter 28.

3)ラッチ70にL1= 0 、 LO= 1セツト。3) Set L1=0 and LO=1 in latch 70.

4)分局器72をM=1にセット。4) Set the branching unit 72 to M=1.

5)COPYI、32.PX、BA1+2をCRTCl
oに付与。
5) COPYI, 32. PX, BA1+2 with CRTCl
Granted to o.

6)アドレスカウンタ28にPをロード。6) Load P into the address counter 28.

7)ラッチ70にL1= 1 、 LO= Oセット。7) Set L1=1 and LO=O in latch 70.

8)COPYI、32.PX、BA1+3をCRTCl
oに付与。
8) COPYI, 32. PX, BA1+3 with CRTCl
Granted to o.

・X及びY方向に夫々2倍に拡大。・Enlarged twice in both the X and Y directions.

1)マスクレジスタのマスクを解除。1) Unmask the mask register.

2)アドレスカウンタ28にPをロード。2) Load P into the address counter 28.

3)ラッチ70にL1= 0 、 LO= 1セツト。3) Set L1=0 and LO=1 in latch 70.

4)分周器72をM=2にセット。4) Set frequency divider 72 to M=2.

5)COPYI、64.PX、BA1+4をCRTCl
oに付与。
5) COPYI, 64. PX, BA1+4 with CRTCl
Granted to o.

6)アドレスカウンタ28にPをロード。6) Load P into the address counter 28.

7)ラッチ70にL1= 1 、 LO= 0セツト。7) Set L1=1 and LO=0 in latch 70.

8)COPYI、64.PX、BA+5をCRTClo
に付与。
8) COPYI, 64. PX, BA+5 to CRT Clo
Granted to.

尚、図示はしないがY方向のみの拡大も可能である。ま
た、大サイズの漢字をX及びY方向に拡大することもで
きる。例えば、大サイズの特”る場合、C0PY命令を
4回繰り返せばよい。データセレクタ68に図示のごと
き4ツー1データセレクタではなく8ツー1データセレ
クタを用いれば、X方向4倍の拡大も可能である。表3
に示した各データセレクタへの入力データDO〜D15
の接続関係を他のデータセレクタ等で選択的に切り替え
るようにすれば、データ変換器68の出力端にシフトさ
れたデータを得ることもできる。これにより、転送先の
文字表示位置をピッ・ト単位で指定することが可能にな
る。
Although not shown, it is also possible to enlarge only in the Y direction. Furthermore, large-sized Kanji characters can also be enlarged in the X and Y directions. For example, if you want a large size, you only need to repeat the C0PY command four times.If you use an 8-to-1 data selector for the data selector 68 instead of the 4-to-1 data selector shown in the figure, it is possible to expand the data by 4 times in the X direction. Table 3
Input data DO to D15 to each data selector shown in
By selectively switching the connection relationship using another data selector or the like, shifted data can also be obtained at the output terminal of the data converter 68. This makes it possible to specify the transfer destination character display position in units of pits.

このように、本発明の第3図の実施例によれば、BIT
BLTの機能を有効に利用して文字や図形の拡大が行え
るので、1次元メモリ33内にすべてのサイズのフォン
トを用意する必要はなく、1次元メモリ33の容量を低
減するとともに、種々多様な表示フォントサイズを得る
ことができる。
Thus, according to the embodiment of FIG. 3 of the present invention, BIT
Since characters and figures can be enlarged by effectively using the BLT function, there is no need to prepare fonts of all sizes in the one-dimensional memory 33, which reduces the capacity of the one-dimensional memory 33 and allows you to enlarge various You can get the display font size.

次に、第6図を参照して本発明の第3実施例について説
明する。第2図の第1実施例と異なる主な点は、新たに
1次元メモリ33に対してCPUからのアクセスポート
を設けたことである。即ち、1次元メモリの内容を直接
CPUが読出したり書き換えたりできるように1次元メ
モリ33のデータバスを双方向性3ステートバツフア5
4を介してCPUのデータバスに接続している。バッフ
ァ54のイネーブルのためにG入力端にCPUのアドレ
スデコーダ52の出力53が印加される。バッファ54
の方向を定めるためにDIR入力端にCPUバスの読出
信号Rが印加されろ。また、1次元メモリ33のアドレ
ス歩道をCPU側からも制御するためにCPUの読出/
書込信号を受けるORゲート42、デコーダ52の出力
53及びORゲート42の出力をうけろANDゲート4
4、更にANDゲート38.44の両川力を受けるOR
ゲート48も設けられる。
Next, a third embodiment of the present invention will be described with reference to FIG. The main difference from the first embodiment shown in FIG. 2 is that an access port from the CPU is newly provided to the one-dimensional memory 33. That is, the data bus of the one-dimensional memory 33 is connected to the bidirectional three-state buffer 5 so that the content of the one-dimensional memory can be directly read and rewritten by the CPU.
4 to the CPU's data bus. To enable the buffer 54, the output 53 of the address decoder 52 of the CPU is applied to the G input terminal. Buffer 54
A CPU bus read signal R is applied to the DIR input to determine the direction of the CPU bus. In addition, in order to control the address path of the one-dimensional memory 33 from the CPU side, the CPU read/write
An OR gate 42 receives the write signal, an output 53 of the decoder 52, and an AND gate 4 that receives the output of the OR gate 42.
4.Furthermore, OR receives Ryokawa force of AND gate 38.44
A gate 48 is also provided.

この構成は、単にCPUから直接1次元メモリの内容が
読み書きできると言うことだけでなく、1次元メモリ3
3をストローク漢字データの記憶用メモリとして共用で
きるという点で有益である。
This configuration not only allows the CPU to directly read and write the contents of the one-dimensional memory, but also allows the one-dimensional memory
3 can be shared as a memory for storing stroke kanji data.

ストローク漢字データは、第5図に示したようなフォン
トとしての文字データではなく、文字を構成する各線分
の端点の相対座標情報を順次1次元に配列したデータで
ある。通常、ストローク漢字データメモリは、メインメ
モリ空間上に配置された1次元メモリであり、そのハー
ドウェア的な構造には1次元メモリ33と差がないとい
う点に着目して、この実施例では1次元メモリ33をス
トローク漢字データメモリとして共用できるようにした
ものである。ストローク漢字データはCPUによって読
み取られこれに基づいて線分描画情報がCRTC10に
与えられる。従って、BMMに対する文字の書込速度は
BITBLT転送による書込には劣るが、CPUの処理
を介するので非整数倍を含む任意倍のX、Y方向の拡大
が可能である。この共用構成により装置が著しく簡略化
される。
The stroke kanji data is not character data as a font as shown in FIG. 5, but data in which relative coordinate information of the end points of each line segment forming a character is sequentially arranged one-dimensionally. Normally, the stroke kanji data memory is a one-dimensional memory arranged on the main memory space, and focusing on the fact that its hardware structure is the same as the one-dimensional memory 33, this embodiment uses a one-dimensional memory. The dimensional memory 33 can be shared as a stroke kanji data memory. The stroke kanji data is read by the CPU and based on this, line segment drawing information is given to the CRTC 10. Therefore, although the writing speed of characters to the BMM is inferior to writing by BITBLT transfer, since processing is performed by the CPU, expansion in the X and Y directions can be performed by any multiple, including non-integer multiples. This shared configuration greatly simplifies the device.

以上、本発明の好適実施例について説明したが、本発明
の要旨を逸脱することなく種々の変形変更が行えること
はいわゆる当業者には明らかであろう。例えば、バッフ
ァ36はオープンコレクタバッファであってもよい。ア
ドレス発生器27には、カウンタではなくアキュムレー
タを利用することも考えられる。また、1ワードのビッ
ト数やメモリの容量は前述のものに限定されない。
Although the preferred embodiments of the present invention have been described above, it will be obvious to those skilled in the art that various modifications and changes can be made without departing from the gist of the present invention. For example, buffer 36 may be an open collector buffer. It is also conceivable that the address generator 27 uses an accumulator instead of a counter. Furthermore, the number of bits in one word and the memory capacity are not limited to those described above.

[発明の効果] 上述の如く本発明の画像表示装置によれば、1次元メモ
リ33、バッファ手段26、アドレス発生器27の付加
により、従来のBITBLT機能を損なうことな(大量
の文字/図形データをBITBLT操作の対象として扱
うことが可能になる。
[Effects of the Invention] As described above, according to the image display device of the present invention, by adding the one-dimensional memory 33, buffer means 26, and address generator 27, it is possible to display a large amount of character/graphic data without impairing the conventional BITBLT function. can be handled as a target of BITBLT operation.

表示データは1次元管理なので自由な大きさの矩形領域
を効率よく管理することができる。1次元メモリの初期
アドレスは直前の読出/書込命令で歩進・指定されるの
で、大容量の1次元メモリ33にはアクセスタイムの遅
い安価なメモリを用い向の拡大が行左、カウンタ28の
歩進入力を分周すればY方向の拡大が行える。また、1
次元メモリ33にCPUのアクセスポートを付加するこ
とにより1次元メモリ33@ストローク漢字データメモ
リとして共用することができる。
Since the display data is managed one-dimensionally, a rectangular area of any size can be efficiently managed. Since the initial address of the one-dimensional memory is incremented and specified by the previous read/write command, an inexpensive memory with slow access time is used for the large-capacity one-dimensional memory 33, and the expansion in the direction is performed by using the row left and counter 28. By dividing the step input, it is possible to expand in the Y direction. Also, 1
By adding a CPU access port to the dimensional memory 33, it can be shared as a one-dimensional memory 33@stroke kanji data memory.

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

第1図は本発明の詳細な説明するためのブロック図、第
2図は本発明の第1実施例のブロック図、第3図は本発
明の第2実施例のブロック図、第4図は第3図のデータ
変換回路68のブロック図、第6図は本発明の第3実施
例のブロック図、第7図は本発明を適用する従来の画像
表示装置のブロック図、第8図及び第9図はBITBL
T操作を説明するためのBMMのデータ記憶状態及びワ
ード構成を示す図である。 図において、10は表示制御器、12はビットマツプメ
モリ (BMM) 、26はバッファ手段、27はアド
レス発生器、33は1次元メモリである。 特許出願人  ソニー・テクトロニクス株式会社rQ 
               l)A才5B口
FIG. 1 is a block diagram for explaining the present invention in detail, FIG. 2 is a block diagram of a first embodiment of the present invention, FIG. 3 is a block diagram of a second embodiment of the present invention, and FIG. 4 is a block diagram of a second embodiment of the present invention. FIG. 3 is a block diagram of the data conversion circuit 68, FIG. 6 is a block diagram of a third embodiment of the present invention, FIG. 7 is a block diagram of a conventional image display device to which the present invention is applied, and FIGS. Figure 9 is BITBL
FIG. 3 is a diagram showing the data storage state and word structure of the BMM for explaining the T operation. In the figure, 10 is a display controller, 12 is a bit map memory (BMM), 26 is a buffer means, 27 is an address generator, and 33 is a one-dimensional memory. Patent applicant: Sony Tektronix Corporation rQ
l) A-year-old 5B mouth

Claims (1)

【特許請求の範囲】 ビットマップメモリと、該ビットマップメモリのページ
間で相互に所望の大きさの矩形領域を転送する機能を有
する表示制御器と、該表示制御器を制御する中央処理装
置とを具えた画像表示装置において、 上記ページの一つは複数ワードが1次元配列された1次
元メモリと、該1次元メモリ及び上記ビットマップメモ
リの両データバス間を仲介する1ワード分のバッファを
含むバッファ手段とにより構成すると共に、上記中央処
理装置によって初期値を設定された後上記表示制御器の
少なくとも読出動作毎に歩進されて上記1次元メモリの
アドレスを指定するアドレス発生器とを設けたことを特
徴とする画像表示装置。
[Scope of Claims] A bitmap memory, a display controller having a function of mutually transferring a rectangular area of a desired size between pages of the bitmap memory, and a central processing unit that controls the display controller. In an image display device, one of the pages includes a one-dimensional memory in which a plurality of words are arranged one-dimensionally, and a one-word buffer that mediates between the two data buses of the one-dimensional memory and the bitmap memory. and an address generator which, after an initial value is set by the central processing unit, is incremented at least every read operation of the display controller to designate an address of the one-dimensional memory. An image display device characterized by:
JP61173092A 1986-07-23 1986-07-23 Image display device Expired - Lifetime JPH077263B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61173092A JPH077263B2 (en) 1986-07-23 1986-07-23 Image display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61173092A JPH077263B2 (en) 1986-07-23 1986-07-23 Image display device

Publications (2)

Publication Number Publication Date
JPS6329789A true JPS6329789A (en) 1988-02-08
JPH077263B2 JPH077263B2 (en) 1995-01-30

Family

ID=15954044

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61173092A Expired - Lifetime JPH077263B2 (en) 1986-07-23 1986-07-23 Image display device

Country Status (1)

Country Link
JP (1) JPH077263B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06208369A (en) * 1992-10-30 1994-07-26 Internatl Business Mach Corp <Ibm> Equipment and method for processing of pixel data

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57130082A (en) * 1981-02-06 1982-08-12 Ricoh Kk Picture data transfer controller

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57130082A (en) * 1981-02-06 1982-08-12 Ricoh Kk Picture data transfer controller

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06208369A (en) * 1992-10-30 1994-07-26 Internatl Business Mach Corp <Ibm> Equipment and method for processing of pixel data

Also Published As

Publication number Publication date
JPH077263B2 (en) 1995-01-30

Similar Documents

Publication Publication Date Title
GB2149157A (en) High-speed frame buffer refresh apparatus and method
JPS589451B2 (en) How to supply coordinate data to raster type output device
JPS62222289A (en) Virtual memory image controller
EP0778577B1 (en) A Synchronous semiconductor memory integrated circuit, a method for accessing said memory and a system comprising such a memory
JPH0696196A (en) Use of high-speed page mode in all rotating cases
JPS5823373A (en) Picture memory device
US6085304A (en) Interface for processing element array
JPS61186991A (en) Memory system
JPS6329789A (en) Image display device
US4988985A (en) Method and apparatus for a self-clearing copy mode in a frame-buffer memory
JPS6037930B2 (en) information storage device
JPH08211849A (en) Display control device
JPS6045290A (en) Image memory controller
JPS62299892A (en) Access system for character generator memory
JPS63250689A (en) Raster scan display system
JPS5835592A (en) Display picture divider
JP2633251B2 (en) Image memory device
JPS599572A (en) Controlling method of two-dimensional image memory
JPH0544680B2 (en)
JP2695265B2 (en) Multi-port memory
JPS6122391A (en) Copy control system for display
KR920001619B1 (en) Image processing apparatus
JPH09259035A (en) Semiconductor storage device for picture transformation processing
JP2624155B2 (en) Display memory write data control circuit
JPS6113288A (en) Access control circuit for image frame memory