JPH08339175A - Character display device - Google Patents

Character display device

Info

Publication number
JPH08339175A
JPH08339175A JP7144742A JP14474295A JPH08339175A JP H08339175 A JPH08339175 A JP H08339175A JP 7144742 A JP7144742 A JP 7144742A JP 14474295 A JP14474295 A JP 14474295A JP H08339175 A JPH08339175 A JP H08339175A
Authority
JP
Japan
Prior art keywords
character
address
data
storage area
storage
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.)
Pending
Application number
JP7144742A
Other languages
Japanese (ja)
Inventor
Hiroyasu Shindo
博康 新藤
Riichi Furukawa
利一 古川
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP7144742A priority Critical patent/JPH08339175A/en
Publication of JPH08339175A publication Critical patent/JPH08339175A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To always read out correct data with a peripheral circuit held in a miniaturized state, by dividing a storage means into a first and a second storage areas and accessing the first and second storage areas during the first and the remaining second processing period of each machine cycle. CONSTITUTION: A storage area or a storage means 6 is divided into a first storage area storing a program data and a second storage area storing a character data in the same address space. Further, the first and second storage areas of the storage means 6 are made possible to be accessed at different timings during a specified processing period which is a plurally divided period of each machine cycle. Also, a latch circuit 14 is provided which holds a character code of a video RAM 1 at a position where a display character is replaced by another one in the horizontal scanning direction. Consequently, the peripheral circuits are prevented from expanding, and also since the first and second storage areas cannot simultaneously be accessed, correct data can always be read out.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、テレビ画面上に文字表
示を行う所謂クローズドキャプションシステム等に用い
て好適な文字表示装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character display device suitable for use in a so-called closed caption system for displaying characters on a television screen.

【0002】[0002]

【従来の技術】最近、視聴者の意志に応じて、チャンネ
ル、音量等の各種情報を画面表示する所謂オンスクリー
ン機能を搭載したテレビ受像機、VTRが多い。前記オ
ンスクリーン機能は、マイクロコンピュータ内部におい
てビデオRAM及びキャラクタROMを含んで実現され
る。前記ビデオRAMは、表示文字に対応する文字コー
ドをテレビ画面の表示部分に対応するアドレスに記憶さ
せ、テレビジョン信号の水平走査に従いアクセスされる
様になっている。また、前記キャラクタROMは、テレ
ビ画面に表示できる全ての文字を特定の文字フォントの
ドットパターンで記憶し、前記ビデオRAMから読み出
された文字コードでアクセスされる構成となっている。
そして、前記キャラクタROMから読み出された文字デ
ータに表示の為の信号処理を施すことにより、オンスク
リーン表示を実現している。
2. Description of the Related Art Recently, there are many TV receivers and VTRs equipped with a so-called on-screen function for displaying various information such as channel and volume on the screen according to the will of the viewer. The on-screen function is realized by including a video RAM and a character ROM inside the microcomputer. The video RAM stores a character code corresponding to a display character at an address corresponding to a display portion of a television screen, and is accessed according to horizontal scanning of a television signal. Further, the character ROM is configured to store all characters that can be displayed on the television screen in a dot pattern of a specific character font and to be accessed by the character code read from the video RAM.
On-screen display is realized by subjecting the character data read from the character ROM to signal processing for display.

【0003】ところで、前記マイクロコンピュータ内部
において、演算動作等を制御する為のプログラムデータ
が記憶されたROMと、文字データが記憶されたキャラ
クタROMとは互いに独立してチップ上に集積化されて
いる。
By the way, inside the microcomputer, a ROM storing program data for controlling arithmetic operations and the like and a character ROM storing character data are integrated on a chip independently of each other. .

【0004】[0004]

【発明が解決しようとする課題】さて、一般に、前記R
OM及び前記キャラクタROMはマスクを使用して集積
化されているが、前記両ROMをEEPROM(電気消
去可能メモリ)を使用して集積化した場合、2個のEE
PROMを使用する為、アドレス制御等を行う周辺回路
が大型化し、この結果、チップ自体の大型化を招く問題
があった。
Generally, the above-mentioned R
The OM and the character ROM are integrated using a mask, but when both ROMs are integrated using an EEPROM (electrically erasable memory), two EEs are integrated.
Since the PROM is used, a peripheral circuit for performing address control and the like becomes large, and as a result, there is a problem that the chip itself becomes large.

【0005】そこで、1個のEEPROMを2個のアド
レス空間に分割し、一方のアドレス空間にプログラムデ
ータを記憶させると共に他方のアドレス空間に文字デー
タを記憶させることにより、前記周辺回路を小型化する
手法も考えられる。この場合、前記EEPROMの一方
のアドレス空間はCPUの動作クロックに同期してアク
セスされ、且つ、前記EEPROMの他方のアドレス空
間はテレビジョン信号の水平走査に同期してアクセスさ
れる。即ち、前記プログラムデータ及び前記文字データ
は非同期に前記EEPROMから読み出し可能である。
しかしながら、前記EEPROMの両アドレス空間が重
なってアクセスされると、正しいデータを読み出せない
問題があった。
Therefore, one EEPROM is divided into two address spaces, the program data is stored in one address space, and the character data is stored in the other address space, thereby miniaturizing the peripheral circuit. Techniques are also conceivable. In this case, one address space of the EEPROM is accessed in synchronization with the operating clock of the CPU, and the other address space of the EEPROM is accessed in synchronization with the horizontal scanning of the television signal. That is, the program data and the character data can be asynchronously read from the EEPROM.
However, there is a problem that correct data cannot be read when both address spaces of the EEPROM are accessed in an overlapping manner.

【0006】そこで、本発明は、1個の記憶手段を2つ
の記憶領域に分割し、一方の記憶領域にプログラムデー
タを記憶すると共に他方の記憶領域に文字データを記憶
した場合であっても、周辺回路を小型化した状態のまま
で、常に正しいデータを読み出すことのできる文字表示
装置を提供することを目的とする。
Therefore, according to the present invention, even when one storage means is divided into two storage areas and the program data is stored in one storage area and the character data is stored in the other storage area, An object of the present invention is to provide a character display device that can always read correct data while keeping the peripheral circuit in a miniaturized state.

【0007】[0007]

【課題を解決するための手段】本発明は、前記問題点を
解決する為に成されたものであり、その特徴とするとこ
ろは、被制御部の動作を制御する為のプログラムデータ
が記憶された第1記憶領域、及び、表示部に表示すべき
所定フォントの文字データが記憶された第2記憶領域か
ら成る記憶手段と、前記記憶手段の第1記憶領域をアク
セスする第1アドレス手段と、前記記憶手段の第2記憶
領域をアクセスする第2アドレス手段と、複数の処理期
間に分割された各マシンサイクルの中で、第1処理期間
に前記第1アドレス手段が前記記憶手段の第1記憶領域
をアクセスするのを許可し、且つ、残りの第2処理期間
に前記第2アドレス手段が前記記憶手段の第2記憶領域
をアクセスするのを許可するアドレス切換手段と、前記
記憶手段の第2記憶領域から読み出された文字データを
処理し前記表示部に文字表示を行わせるデータ処理手段
と、を備えた点である。
The present invention has been made to solve the above problems, and is characterized in that program data for controlling the operation of a controlled portion is stored. A first storage area and a second storage area in which character data of a predetermined font to be displayed on the display unit is stored; first address means for accessing the first storage area of the storage means; Second address means for accessing the second storage area of the storage means, and in each machine cycle divided into a plurality of processing periods, the first address means stores the first storage of the storage means in the first processing period. Address switching means for permitting access to the area and permitting the second address means to access the second storage area of the storage means during the remaining second processing period; Record Lies in that and a data processing means for causing the character displayed on the display unit processes the character data read out from the area.

【0008】[0008]

【作用】本発明によれば、記憶手段を第1及び第2記憶
領域に分割し、前記第1及び第2記憶領域を各マシンサ
イクルの第1及び残りの第2処理期間でアクセスする様
に構成した。これにより、記憶手段の第1記憶領域から
はプログラムデータを且つ記憶手段の第2記憶領域から
は文字データを、常に正しい状態で読み出すことができ
る。
According to the present invention, the storage means is divided into first and second storage areas, and the first and second storage areas are accessed in the first and remaining second processing periods of each machine cycle. Configured. As a result, the program data can be read from the first storage area of the storage means and the character data can be read from the second storage area of the storage means in a correct state at all times.

【0009】[0009]

【実施例】本発明の詳細を図面に従って具体的に説明す
る。図1は本発明の文字表示装置を示す図である。図1
において、(1)はビデオRAMであり、表示文字に対
応する文字コードがテレビ画面の表示部分に対応するア
ドレスに記憶され、表示文字の色、形、背景色等の修飾
情報を示すアトリビュートコードが修飾変更を施す先頭
の表示文字に対応する文字コードの直前のアドレスに記
憶されるものである。特に、テレビ画面の中で、表示文
字の一部又は全部を同じ修飾状態にして連続表示する場
合、ビデオRAM(1)は、修飾状態が変更される1文
字目の文字コードが記憶されるアドレスの直前のアドレ
スに、アトリビュートコードが記憶されるだけで済む様
になっている。また、本実施例では、ビデオRAM
(1)の各アドレスは8ビットで構成されるものとし、
その最上位ビットMSBが文字コード又はアトリビュー
トコードの判別の為に割り振られ、残りの7ビットが文
字コード又はアトリビュートコードの内容として割り振
られている。例えば、最上位ビットが「0」の場合、こ
れは文字コードの判別を意味し、且つ、最上位ビットが
「1」の場合、これはアトリビュートコードの判別を意
味する様に取り決めたとすると、「00〜7F」H(H
はヘキサデシマル)の128種類の文字コードがビデオ
RAM(1)に記憶可能となり、また、「80〜FF」
Hの128種類のアトリビュートコードがビデオRAM
(1)の残りのアドレスに記憶可能となる。そして、ビ
デオRAM(1)から記憶コードを読み出すと同時に最
上位ビットを解読することにより、当該コードが如何な
るコードであるのかが判別される。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. FIG. 1 is a diagram showing a character display device of the present invention. FIG.
In (1) is a video RAM, the character code corresponding to the display character is stored in the address corresponding to the display portion of the TV screen, and the attribute code indicating the modification information such as the color, shape and background color of the display character is It is stored at the address immediately before the character code corresponding to the first display character to be modified. Particularly, when a part or all of the displayed characters are continuously displayed in the same modified state on the TV screen, the video RAM (1) is an address where the character code of the first character whose modified state is changed is stored. Only the attribute code is stored at the address immediately before. Further, in this embodiment, the video RAM
Each address in (1) shall consist of 8 bits,
The most significant bit MSB is allocated for determining the character code or attribute code, and the remaining 7 bits are allocated as the content of the character code or attribute code. For example, if the most significant bit is “0”, this means the determination of the character code, and if the most significant bit is “1”, this means the determination of the attribute code. 00-7F "H (H
128 hexadecimal) character codes can be stored in the video RAM (1), and "80-FF"
128 types of H attribute codes are video RAM
The data can be stored in the remaining addresses of (1). Then, by reading the stored code from the video RAM (1) and simultaneously decoding the most significant bit, it is possible to determine what kind of code the code is.

【0010】さて、上記したマイクロコンピュータの1
マシンサイクルは、プログラムの解読結果に基づき、ビ
デオRAM(1)の書き込み読み出し動作を行うCPU
タイミングと、CPUの動作とは無関係にビデオRAM
(1)の読み出し動作を行うOSD(ON SCREE
N DISPLAY)タイミングとから成る。具体的に
は、1マシンサイクルは、3期間のCPUタイミング及
び3期間のOSDタイミングを交互に繰り返す6ステー
トから成っている。ビデオRAM(1)は、CPUタイ
ミング及びOSDタイミングで独立にアクセスされる
為、構成が簡単なシングルポートで事足りることにな
る。
Now, one of the above-mentioned microcomputers
The machine cycle is a CPU that performs a write / read operation of the video RAM (1) based on the decoding result of the program.
Video RAM regardless of timing and CPU operation
OSD (ON SCREE) that performs the read operation of (1)
N DISPLAY) timing. Specifically, one machine cycle consists of 6 states in which CPU timing for 3 periods and OSD timing for 3 periods are alternately repeated. Since the video RAM (1) is independently accessed at the CPU timing and the OSD timing, a single port having a simple structure will suffice.

【0011】(2)は例えば8ビット演算処理を行う上
記CPUであり、後述するEEPROMから読み出され
たプログラムデータの解読結果に従い、論理演算を行っ
たり、ビデオRAM(1)に書き込みを行う目的で、ア
ドレスデータ、文字コード、及びアトリビュートコード
等をデータバス(3)を介して転送したり、ビデオRA
M(1)に既に書き込まれている内容を確認する目的で
上記コードをデータバス(3)を介して取り込んだりす
るものである。(4)はローアドレスレジスタであり、
各マシンサイクルの前記CPUタイミング中、ビデオR
AM(1)のローアドレスは該ローアドレスレジスタ
(4)によりアドレッシングされる。該ローアドレスレ
ジスタ(4)は、CPU(2)からデータバス(3)を
介してローアドレスデータがセットされる。同様に、
(5)はカラムアドレスレジスタであり、各マシンサイ
クルの前記CPUタイミング中、ビデオRAM(1)の
カラムアドレスは該カラムアドレスレジスタ(5)によ
りアドレッシングされる。該カラムアドレスレジスタ
(5)は、CPU(2)からデータバス(3)を介して
カラムアドレスデータがセットされる。
(2) is, for example, the above-mentioned CPU that performs 8-bit arithmetic processing, and the purpose is to perform a logical operation or write to the video RAM (1) according to the decoding result of the program data read from the EEPROM described later. Address data, character codes, attribute codes, etc. are transferred via the data bus (3), and video RA
The code is taken in via the data bus (3) for the purpose of confirming the contents already written in M (1). (4) is a row address register,
Video R during the CPU timing of each machine cycle
The row address of AM (1) is addressed by the row address register (4). Row address data is set in the row address register (4) from the CPU (2) through the data bus (3). Similarly,
(5) is a column address register, and the column address of the video RAM (1) is addressed by the column address register (5) during the CPU timing of each machine cycle. Column address data is set in the column address register (5) from the CPU (2) through the data bus (3).

【0012】(6)はEEPROM(記憶手段)であ
り、各バイトはCPU(2)の8ビット演算処理に合わ
せて8ビット構成となっており、該EEPROM(6)
の内部では、128種類の文字フォントに対応したアド
レス数が文字データ記憶用の第2記憶領域に割り振られ
ており、残りのアドレスがマイクロコンピュータの動作
制御用のプログラムデータ記憶用の第1記憶領域に割り
振られている。特に、EEPROM(6)の第2記憶領
域には、テレビ画面上に表示しようとしている全ての文
字のドットパターンが予め記憶される。例えば、視聴者
がテレビ画面で見る各表示文字が特定の文字フォント
(縦mドット×横nドット)で形成されている時、この
第2記憶領域の各アドレスには、前記文字フォントで展
開されるドットパターンが記憶されることになる。詳し
くは、ビデオRAM(1)から読み出される文字コード
で1つの文字フォントが特定され、更に水平走査に応じ
て1つの文字フォント内の縦方向アドレスが特定され、
全体として横方向nドット分のデータが縦方向にn回読
み出される。
(6) is an EEPROM (storage means), and each byte has an 8-bit structure in accordance with the 8-bit arithmetic processing of the CPU (2).
Inside, the number of addresses corresponding to 128 kinds of character fonts is allocated to the second storage area for storing character data, and the remaining addresses are the first storage area for storing program data for controlling operation of the microcomputer. Is allocated to. Particularly, in the second storage area of the EEPROM (6), dot patterns of all characters to be displayed on the television screen are stored in advance. For example, when each display character that the viewer sees on the television screen is formed in a specific character font (vertical m dots × horizontal n dots), each character in the second storage area is expanded with the character font. The dot pattern that will be stored will be stored. Specifically, one character font is specified by the character code read from the video RAM (1), and the vertical address in one character font is specified according to horizontal scanning.
As a whole, data for n dots in the horizontal direction is read n times in the vertical direction.

【0013】(7)は表示文字の垂直方向の開始位置を
検出する垂直位置制御回路であり、各マシンサイクルの
OSDタイミング中、ビデオRAM(1)は垂直位置制
御回路(7)によりアドレッシングされる。該垂直位置
制御回路(7)は、テレビ信号中に存在する垂直同期信
号Vsyncの立ち上がりでリセットされた後に水平同
期信号Hsyncの立ち上がりをバイナリで計数する第
1カウンタ機能、及び、水平走査が表示文字の垂直方向
の開始位置まで行われた時の水平同期信号Hsyncの
数が予めバイナリでCPU(2)からセットされる第1
レジスタ機能を有している。そして、垂直位置制御回路
(7)は、前記第1カウンタ機能が前記第1レジスタ機
能の値を計数した時点から、水平同期信号Hsyncの
立ち上がりがm回印加される毎にインクリメントされる
ローアドレスデータを発生する。尚、垂直位置制御回路
(7)は、ローアドレスデータがインクリメントされる
毎に、m個の水平同期信号Hsyncの立ち上がりをバ
イナリで計数した値を、EEPROM(6)の第2記憶
領域のアドレスを制御する為に、後述するアドレス切換
回路(15)に印加している。従って、この第2記憶領
域は、ビデオRAM(1)の文字コードと、水平走査に
応じた文字フォントの垂直アドレスとでアクセスされ、
各表示文字の横nドットデータを縦方向にm回読み出せ
る様になっている。
(7) is a vertical position control circuit for detecting the vertical start position of the displayed character, and the video RAM (1) is addressed by the vertical position control circuit (7) during the OSD timing of each machine cycle. . The vertical position control circuit (7) has a first counter function of counting the rising of the horizontal synchronizing signal Hsync in binary after being reset by the rising of the vertical synchronizing signal Vsync existing in the television signal, and the horizontal scanning is a display character. First, the number of horizontal synchronization signals Hsync is set in advance in binary from the CPU (2) when the start position in the vertical direction is reached.
It has a register function. Then, the vertical position control circuit (7) increments row address data every time the rising edge of the horizontal synchronizing signal Hsync is applied m times from the time when the first counter function counts the value of the first register function. To occur. The vertical position control circuit (7) uses the binary count value of the rising of the m horizontal sync signals Hsync every time the row address data is incremented, and sets the value in the second storage area of the EEPROM (6). In order to control, it is applied to the address switching circuit (15) described later. Therefore, this second storage area is accessed by the character code of the video RAM (1) and the vertical address of the character font corresponding to the horizontal scanning,
The horizontal n-dot data of each display character can be read m times in the vertical direction.

【0014】(8)は状態制御回路であり、発振クロッ
クLCを基に図1回路を動作制御する為の各種信号を発
生するものである。つまり、発振クロックLCに基づい
て前記文字データの横方向の各ドット毎に周期を繰り返
すドットクロックDCLKを発生し、また、ドットクロ
ックDCLKに基づいて前記文字データの横nドット毎
に文字切換パルスCCPを発生する。更に、状態制御回
路(8)は、データバス(3)を介してCPU(2)と
も接続されており、CPU(2)からの指示に基づきテ
キストモード又はキャプションモードの切り換えを行っ
たりもする。
(8) is a state control circuit, which generates various signals for controlling the operation of the circuit shown in FIG. 1 based on the oscillation clock LC. That is, the dot clock DCLK that repeats the cycle for each horizontal dot of the character data is generated based on the oscillation clock LC, and the character switching pulse CCP is generated for each horizontal n dots of the character data based on the dot clock DCLK. To occur. Furthermore, the state control circuit (8) is also connected to the CPU (2) via the data bus (3), and switches the text mode or the caption mode based on an instruction from the CPU (2).

【0015】(9)は表示文字の水平方向の開始位置を
検出する水平位置制御回路であり、各マシンサイクルの
OSDタイミング中、ビデオRAM(1)は該水平位置
制御回路(9)によりアドレッシングされる。該水平位
置制御回路(9)内部には、テレビジョン信号中に存在
する水平同期信号Hsyncの立ち上がりでリセットさ
れた後にドットクロックDCLKの立ち上がりをバイナ
リで計数する第2カウンタ機能、及び、ドットクロック
DCLKが表示文字の水平方向の開始位置まで行われた
時のドットクロックDCLK数が予めバイナリでセット
される第2レジスタ機能を有している。そして、水平位
置制御回路(9)は、前記第2カウンタ機能が前記第2
レジスタ機能の値を計数した時点から、ドットクロック
DCLKがn回印加される毎にインクリメントされるカ
ラムアドレスデータを発生する。(10)はアドレス切
換回路であり、タイミング切換信号C/Oに応じて、ロ
ーアドレスレジスタ(4)及び垂直位置制御回路(7)
の何れか一方のローアドレスデータを切換出力させるも
のである。ここで、前記タイミング切換信号C/Oは、
前記CPUタイミングでハイレベル、前記OSDタイミ
ングでローレベルとなる信号である。即ち、アドレス切
換回路(10)は、タイミング切換信号C/Oがハイレ
ベルの時にローアドレスレジスタ(4)の保持データを
ビデオRAM(1)に切換印加し、また、タイミング切
換信号C/Oがローレベルの時に垂直位置制御回路
(7)の保持データをビデオRAM(1)に切換印加さ
せる。同様に、(11)もアドレス切換回路であり、タ
イミング切換信号C/Oがハイレベルの時にカラムアド
レスレジスタ(5)の保持データをビデオRAM(1)
に切換印加し、また、タイミング切換信号C/Oがロー
レベルの時に水平位置制御回路(9)の保持データをビ
デオRAM(1)に切換印加させる。従って、ビデオR
AM(1)は、CPUタイミングではローアドレスレジ
スタ(4)及びカラムアドレスレジスタ(5)の合成デ
ータでアクセスされ、OSDタイミングでは垂直位置制
御回路(7)及び水平位置制御回路(9)の合成データ
でアクセスされることになる。
(9) is a horizontal position control circuit for detecting the horizontal start position of the displayed character, and the video RAM (1) is addressed by the horizontal position control circuit (9) during the OSD timing of each machine cycle. It Inside the horizontal position control circuit (9), a second counter function for counting the rising of the dot clock DCLK in binary after being reset by the rising of the horizontal synchronizing signal Hsync existing in the television signal, and the dot clock DCLK Has a second register function in which the number of dot clocks DCLK when the display character is started to the horizontal start position is set in advance in binary. The horizontal position control circuit (9) has the second counter function of the second
From the time when the value of the register function is counted, the column address data that is incremented every time the dot clock DCLK is applied n times is generated. Reference numeral (10) is an address switching circuit, which responds to the timing switching signal C / O by a row address register (4) and a vertical position control circuit (7).
One of the row address data is switched and output. Here, the timing switching signal C / O is
This signal is a high level at the CPU timing and a low level at the OSD timing. That is, the address switching circuit (10) switches and applies the data held in the low address register (4) to the video RAM (1) when the timing switching signal C / O is at the high level, and the timing switching signal C / O changes. At the low level, the data held by the vertical position control circuit (7) is switched and applied to the video RAM (1). Similarly, (11) is also an address switching circuit, and when the timing switching signal C / O is at high level, the data held in the column address register (5) is stored in the video RAM (1).
Further, when the timing switching signal C / O is at a low level, the data held by the horizontal position control circuit (9) is switched and applied to the video RAM (1). Therefore, video R
The AM (1) is accessed by the combined data of the row address register (4) and the column address register (5) at the CPU timing, and the combined data of the vertical position control circuit (7) and the horizontal position control circuit (9) at the OSD timing. Will be accessed at.

【0016】(12)はデータ切換回路であり、タイミ
ング切換信号C/Oに応じて、ビデオRAM(1)に対
して文字コード及びアトリビュートコードの書き込み読
み出しを行うものである。例えば、CPUタイミングに
おいては、図2に示す如く6個のステートから成る各マ
シンサイクルの中で、ビデオRAM(1)へ書き込みを
行う場合、各マシンサイクルの6ステート目のタイミン
グ切換信号C/Oのハイレベル期間において、ビデオR
AM(1)のアクセスされているアドレスに、CPU
(2)からデータバス(3)及びデータ切換回路(1
2)を介して文字コード又はアトリビュートコードの書
き込みが行われる。反対に、ビデオRAM(1)の書き
込み内容を確認することを目的としてビデオRAM
(1)から読み出を行う場合、各マシンサイクルの4ス
テート目のタイミング切換信号C/Oのハイレベル期間
においてビデオRAM(1)のアクセスされているアド
レスから文字コード又はアトリビュートコードがデータ
切換回路(12)及びデータバス(3)を介してCPU
(2)に取り込まれ、これよりCPU(2)による上記
コードの解析が可能となる。一方、OSDタイミングに
おいては、読み出し状態となっているビデオRAM
(1)が垂直位置制御回路(7)及び水平位置制御回路
(9)の両データに対応するアドレスをアクセスされる
と、ビデオRAM(1)のこのアドレスからは文字コー
ド又はアトリビュートコードが、タイミング切換信号C
/Oのローレベル期間に読み出され、これらは後述する
MSB判定回路に向けてタイミング切換信号C/Oのロ
ーレベルからハイレベルに切り替わるタイミングで出力
される。
Reference numeral (12) is a data switching circuit for writing / reading a character code and an attribute code to / from the video RAM (1) according to the timing switching signal C / O. For example, in the CPU timing, when writing to the video RAM (1) in each machine cycle consisting of six states as shown in FIG. 2, the timing switching signal C / O in the sixth state of each machine cycle is used. Video R during the high level period of
CPU to the accessed address of AM (1)
From (2) to the data bus (3) and the data switching circuit (1
A character code or an attribute code is written via 2). On the contrary, the video RAM (1) is used for the purpose of confirming the write contents.
When reading from (1), the character code or the attribute code is obtained from the accessed address of the video RAM (1) during the high level period of the timing switching signal C / O in the fourth state of each machine cycle. CPU via (12) and data bus (3)
It is taken in by (2), which allows the CPU (2) to analyze the code. On the other hand, at the OSD timing, the video RAM is in the read state.
When (1) is accessed an address corresponding to both data of the vertical position control circuit (7) and the horizontal position control circuit (9), a character code or an attribute code is output from this address of the video RAM (1). Switching signal C
They are read during the low level period of / O, and these are output to the MSB determination circuit described later at the timing when the low level of the timing switching signal C / O switches to the high level.

【0017】(13)は上記したMSB判定回路であ
り、データ切換回路(12)を介してビデオRAM
(1)から読み出されてきたコードが文字コードである
のか又はアトリビュートコードであるのかを判定するも
のである。つまり、上記した様に、ビデオRAM(1)
に記憶された文字コード及びアトリビュートコードの最
上位ビットは各々「0」「1」と決まっていることか
ら、MSB判定回路(13)では、印加されてくるコー
ドの最上位ビットを判定し、「0」と判定した時にはこ
のコードを文字コードと見なして後述するラッチ回路に
印加させ、また、「1」と判定した時にはこのコードを
アトリビュートコードと見なして後述するアトリビュー
ト制御回路に印加させる。
(13) is the above-mentioned MSB determination circuit, which is connected to the video RAM via the data switching circuit (12).
It is determined whether the code read from (1) is a character code or an attribute code. That is, as described above, the video RAM (1)
Since the most significant bits of the character code and the attribute code stored in are respectively determined to be “0” and “1”, the MSB determination circuit (13) determines the most significant bit of the applied code, When it is determined to be "0", this code is regarded as a character code and is applied to a latch circuit which will be described later, and when it is determined to be "1", this code is regarded as an attribute code and is applied to an attribute control circuit which is described later.

【0018】(14)は上記したラッチ回路であり、M
SB判定回路(13)から出力されてきた文字コードを
文字切換パルスCCPの立ち上がりに同期してラッチす
るものである。(15)はアドレス切換回路であり、C
PU(2)内部のプログラムカウンタ(図示せず)から
出力されるEEPROM(6)の第1記憶領域をアクセ
スするアドレスデータと、EEPROM(6)の第2記
憶領域をアクセスするアドレスデータである所謂ラッチ
回路(14)にラッチされた文字コード及び水平走査に
応じた文字フォントの垂直アドレスデータとを、タイミ
ング切換信号P/Cに同期して切換出力するものであ
る。ここで、タイミング切換信号P/Cとは、図2に示
す如く、各マシンサイクルの1及び4ステート目のみハ
イレベルとなる信号であり、このハイレベル期間がCP
U(2)からのアドレスデータの通過を許可する期間で
あり、残りのローレベル期間がラッチ回路(14)にラ
ッチされた文字コードと水平走査に応じた文字フォント
の垂直アドレスデータとを合成したアドレスデータを通
過させる期間である。
(14) is the above-mentioned latch circuit,
The character code output from the SB determination circuit (13) is latched in synchronization with the rising edge of the character switching pulse CCP. (15) is an address switching circuit, C
The so-called address data that is output from a program counter (not shown) inside the PU (2) and that accesses the first storage area of the EEPROM (6) and the so-called address data that accesses the second storage area of the EEPROM (6). The character code latched in the latch circuit (14) and the vertical address data of the character font corresponding to the horizontal scanning are switched and output in synchronization with the timing switching signal P / C. Here, the timing switching signal P / C is a signal that becomes high level only in the first and fourth states of each machine cycle, as shown in FIG. 2, and this high level period is CP.
It is a period during which the passage of address data from U (2) is permitted, and the remaining low level period combines the character code latched by the latch circuit (14) and the vertical address data of the character font according to horizontal scanning. This is the period during which the address data is passed.

【0019】(16)はアトリビュート制御回路であ
り、タイミング切換信号C/Oがローレベルからハイレ
ベルへ立ち上がるタイミングで、MSB判定回路(1
3)から出力されたアトリビュートコードを基に各表示
文字に文字修飾を行うアトリビュート制御データを発生
するものである。(17)はデータ切換回路であり、タ
イミング切換信号P/Cを基に、EEPROM(6)か
ら読み出されたデータを切換出力するものである。具体
的には、タイミング切換信号P/Cがハイレベルの期間
(各マシンサイクルの1ステート目)は、EEPROM
(6)の第1記憶領域に記憶されているプログラムデー
タを直接CPU(2)に取り込み、データの演算処理等
を実行できる様になっている。また、タイミング切換信
号P/Cがローレベルの期間は、EEPROM(6)の
第2記憶領域に記憶されている文字フォントデータ即ち
水平走査に応じたnドット分のnビットデータ(例えば
「1」で表示、「0」で無表示を表すビットパターン)
を後述するラッチ回路に順次印加させる構成となってい
る。
Reference numeral (16) is an attribute control circuit, and the MSB determination circuit (1) at the timing when the timing switching signal C / O rises from low level to high level.
The attribute control data for character-modifying each display character is generated based on the attribute code output from 3). A data switching circuit (17) switches and outputs the data read from the EEPROM (6) based on the timing switching signal P / C. Specifically, during the high level period of the timing switching signal P / C (first state of each machine cycle), the EEPROM is
The program data stored in the first storage area (6) can be directly fetched into the CPU (2) to execute data arithmetic processing and the like. Further, while the timing switching signal P / C is at the low level, the character font data stored in the second storage area of the EEPROM (6), that is, the n-bit data for n dots corresponding to the horizontal scanning (for example, "1"). Is displayed, and "0" is a non-displayed bit pattern)
Is sequentially applied to a latch circuit described later.

【0020】(18)は上記したnビットのラッチ回路
であり、タイミング切換信号P/Cのローレベル期間に
データ切換回路(17)から出力された1文字分のフォ
ントデータのnビットをラッチするものである。(1
9)はnビットのシフトレジスタであり、ラッチ回路
(18)にラッチされたnビットデータを文字切換パル
スCCPに同期してセットされた後、ドットクロックD
CLKに同期してnビットデータをシリアル出力する動
作を繰り返すものである。(20)はレジスタであり、
文字切換パルスCCPに同期してアトリビュート制御回
路(16)のアトリビュート制御データ出力がセットさ
れるものである。(21)は出力処理回路であり、シフ
トレジスタ(19)から出力されるnビットの文字デー
タとレジスタ(20)から出力されるアトリビュート制
御データとを信号処理し、RGB信号を出力するもので
ある。
Reference numeral (18) is the n-bit latch circuit described above, which latches n bits of the font data for one character output from the data switching circuit (17) during the low level period of the timing switching signal P / C. It is a thing. (1
9) is an n-bit shift register, which sets the n-bit data latched by the latch circuit (18) in synchronization with the character switching pulse CCP, and then the dot clock D
The operation of serially outputting n-bit data in synchronization with CLK is repeated. (20) is a register,
The attribute control data output of the attribute control circuit (16) is set in synchronization with the character switching pulse CCP. Reference numeral (21) is an output processing circuit, which processes the n-bit character data output from the shift register (19) and the attribute control data output from the register (20) to output an RGB signal. .

【0021】以下、図1の文字表示装置の動作、特にビ
デオRAM(1)の記憶コードを表示の目的で読み出し
てテレビ画面上に1水平走査分だけ表示する場合につ
き、図2のタイムチャートを用いて説明する。尚、EE
PROM(6)の第2記憶領域に記憶されている文字デ
ータについては、文字フォントの横方向は1文字につき
8ドットとする。
The operation of the character display device shown in FIG. 1 will be described below. In particular, the time code of FIG. It demonstrates using. EE
Regarding the character data stored in the second storage area of the PROM (6), the horizontal direction of the character font is 8 dots per character.

【0022】テレビジョン信号の水平走査に同期して所
定周波数のドットクロックDCLK及び該ドットクロッ
クDCLKを8クロック計数する毎に文字切換パルスC
CPが状態制御回路(8)から発生すると、水平位置制
御回路(9)からは、文字切換パルスCCPの立ち上が
り毎にインクリメントを行うカラムアドレスデータが出
力される。図2に示す水平アドレスが上記カラムアドレ
スデータであり、n−1,n,n+1,n+2・・・
は、垂直アドレスの変更がないことからビデオRAM
(1)のアドレスを示している。一方、CPU(2)を
動作させる為の各マシンサイクルMCは6ステートから
成っており、各マシンサイクルMCの1,3,5番目の
処理期間にローレベルとなり、2,4,6番目の処理期
間にハイレベルとなるタイミング切換信号C/Oが発生
する。即ち、タイミング切換信号C/Oのローレベル期
間では、垂直位置制御回路(7)及び水平位置制御回路
(9)から出力されるアドレスデータが各々アドレス切
換回路(10)(11)を介してビデオRAM(1)に
取り込み可能となり、また、タイミング切換信号C/O
のハイレベル期間では、ローアドレスレジスタ(4)及
びカラムアドレスレジスタ(5)のアドレスデータが各
々アドレス切換回路(10)(11)を介してビデオR
AM(1)に取り込み可能となる。尚、図2に示すビデ
オRAMアクセス期間に示されるO及びCは、各々垂直
位置制御回路(7)及び水平位置制御回路(9)から出
力されるアドレスデータによるアクセス期間と、ローア
ドレスレジスタ(4)及びカラムアドレスレジスタ
(5)のアドレスデータによるアクセス期間とを表して
いる。
A character switching pulse C is generated every 8 clocks of the dot clock DCLK having a predetermined frequency and the dot clock DCLK in synchronization with the horizontal scanning of the television signal.
When CP is generated from the state control circuit (8), the horizontal position control circuit (9) outputs column address data which is incremented at each rising edge of the character switching pulse CCP. The horizontal address shown in FIG. 2 is the above-mentioned column address data, and n-1, n, n + 1, n + 2 ...
Is a video RAM because there is no change in vertical address
The address of (1) is shown. On the other hand, each machine cycle MC for operating the CPU (2) consists of 6 states, and becomes low level during the first, third, and fifth processing periods of each machine cycle MC, and the second, fourth, and sixth processing are performed. A timing switching signal C / O that is at a high level is generated during the period. That is, during the low level period of the timing switching signal C / O, the address data output from the vertical position control circuit (7) and the horizontal position control circuit (9) are respectively transferred to the video via the address switching circuits (10) and (11). It can be loaded into RAM (1), and the timing switching signal C / O
In the high level period of, the address data of the low address register (4) and the column address register (5) are transferred to the video R via the address switching circuits (10) and (11) respectively.
It can be taken into AM (1). Note that O and C shown in the video RAM access period shown in FIG. 2 are the access period by the address data output from the vertical position control circuit (7) and the horizontal position control circuit (9) and the row address register (4 ) And the access period by the address data of the column address register (5).

【0023】従って、タイミング切換信号C/Oのロー
レベル期間に垂直位置制御回路(7)及び水平位置制御
回路(9)から出力されるアドレスデータに基づくビデ
オRAM(1)のアクセスを行うことから、図2の水平
アドレスに対するデータ切換回路(12)の出力は、タ
イミング切換信号C/Oの立ち上がりから次の立ち上が
りまでの期間毎に変化することになる。MSB判定回路
(13)による判定の結果、データ切換回路(12)の
出力がアトリビュートコードの場合、該アトリビュート
コードはデータ切換回路(12)からの出力と同時にア
トリビュート制御回路(16)に印加され、アトリビュ
ート制御データが文字切換パルスCCPの立ち上がりに
同期してレジスタ(20)に保持され、出力処理回路
(21)に印加される。即ち、文字表示を切り換えるタ
イミングで文字修飾用の処理が成される為、その後の文
字には所定の修飾が施される。一方、MSB判定回路
(13)による判定の結果、データ切換回路(12)の
出力が文字データの場合、該文字データは各水平走査毎
のnビットデータが文字切換パルスCCPの立ち上がり
に同期してラッチ回路(14)にラッチされる。
Therefore, since the video RAM (1) is accessed based on the address data output from the vertical position control circuit (7) and the horizontal position control circuit (9) during the low level period of the timing switching signal C / O. The output of the data switching circuit (12) for the horizontal address in FIG. 2 changes every period from the rising of the timing switching signal C / O to the next rising. When the output of the data switching circuit (12) is the attribute code as a result of the determination by the MSB determination circuit (13), the attribute code is applied to the attribute control circuit (16) at the same time as the output from the data switching circuit (12), The attribute control data is held in the register (20) in synchronization with the rising edge of the character switching pulse CCP and applied to the output processing circuit (21). That is, since the processing for character modification is performed at the timing of switching the character display, subsequent characters are subjected to predetermined modification. On the other hand, as a result of the determination by the MSB determination circuit (13), when the output of the data switching circuit (12) is character data, the character data is n-bit data for each horizontal scanning in synchronization with the rising edge of the character switching pulse CCP. It is latched by the latch circuit (14).

【0024】さて、アドレス切換回路(15)は、タイ
ミング切換信号P/Cに応じて、CPU(2)のプログ
ラムカウンタの内容、又はラッチ回路(14)の文字コ
ード出力及び垂直位置制御回路(7)から出力される文
字フォントの垂直アドレスの内容を切り換えてEEPR
OM(6)のアクセスの為に出力する。具体的には、各
マシンサイクルの1ステート目のハイレベル期間でプロ
グラムカウンタの値がインクリメントされているとする
と、EEPROM(6)の出力はタイミング切換信号P
/Cに応じて第1及び第2記憶領域のデータを交互に読
み出すことになる。尚、図2に示すEEPROM(6)
の出力のm,n等は、プログラムカウンタ及びラッチ回
路(14)にラッチされていたアドレスデータに対応す
るデータ出力を意味している。すると、ラッチ回路(1
8)の入力即ちデータ切換回路(17)の出力は、タイ
ミング切換信号P/Cで切り換えられ、図2に示す如く
タイミング切換信号P/Cの立ち上がりで変化する内容
となる。このラッチ回路(18)の内容を文字切換パル
スCCPの立ち上がりでシフトレジスタ(19)にセッ
トし、ドットクロックDCLKに同期して出力処理回路
(21)に印加すれば、ある定まった修飾状態での文字
表示が水平走査に同期して実現される。
The address switching circuit (15) outputs the contents of the program counter of the CPU (2) or the character code output of the latch circuit (14) and the vertical position control circuit (7) according to the timing switching signal P / C. ), The contents of the vertical address of the character font output from
Output for OM (6) access. Specifically, assuming that the value of the program counter is incremented in the high level period of the first state of each machine cycle, the output of the EEPROM (6) outputs the timing switching signal P.
The data in the first and second storage areas are read alternately according to / C. Incidentally, the EEPROM (6) shown in FIG.
The outputs m, n, etc. mean the data output corresponding to the address data latched in the program counter and latch circuit (14). Then, the latch circuit (1
The input of 8), that is, the output of the data switching circuit (17) is switched by the timing switching signal P / C, and changes in accordance with the rise of the timing switching signal P / C as shown in FIG. By setting the contents of the latch circuit (18) in the shift register (19) at the rising edge of the character switching pulse CCP and applying it to the output processing circuit (21) in synchronization with the dot clock DCLK, a certain modified state is obtained. Character display is realized in synchronization with horizontal scanning.

【0025】以上より、本発明によれば、EEPROM
(6)の記憶領域を、マイクロコンピュータの動作制御
を行う為のプログラムデータが記憶される第1記憶領域
と、文字表示の為の文字データが記憶される第2記憶領
域とに同一アドレス空間の中で割り振り、更に、マイク
ロコンピュータの各マシンサイクル期間を複数分割した
所定の処理期間にEEPROM(6)の第1及び第2記
憶領域を異なるタイミングでアクセスできる様にした。
これより、EEPROMを使用する場合でも、周辺回路
が大型化するのを防止でき、また第1及び第2記憶領域
を同時にアクセスすることがないので常に正しいデータ
を読み出すことができる。
As described above, according to the present invention, the EEPROM
The storage area of (6) has the same address space as a first storage area for storing program data for controlling the operation of the microcomputer and a second storage area for storing character data for displaying characters. Further, the first and second storage areas of the EEPROM (6) can be accessed at different timings in a predetermined processing period obtained by dividing each machine cycle period of the microcomputer into a plurality of parts.
As a result, even when the EEPROM is used, it is possible to prevent the peripheral circuit from increasing in size, and since the first and second storage areas are not accessed at the same time, correct data can always be read.

【0026】尚、本実施例では、記憶手段をEEPRO
M(6)として説明したが、必ずしもこれに限らず、例
えばマスクROMや、紫外線消去可能なEPROMであ
ってもよいことは言うまでもない。また、前述した実施
例は、本発明の例示に過ぎず、必要に応じて種々の変更
が可能であり、特許請求の範囲に記載された本発明は、
それらの変更を全て包含するものである。
In this embodiment, the storage means is EEPRO.
Although described as M (6), it is needless to say that the present invention is not limited to this, and may be, for example, a mask ROM or an ultraviolet erasable EPROM. In addition, the above-described embodiments are merely examples of the present invention, and various modifications can be made as necessary, and the present invention described in the claims is
It includes all those changes.

【0027】[0027]

【発明の効果】本発明によれば、記憶手段の記憶領域
を、被制御部の動作制御を行う為のプログラムデータが
記憶される第1記憶領域と、文字表示の為の文字データ
が記憶される第2記憶領域とに同一アドレス空間の中で
割り振り、更に、被制御部の動作の為の各マシンサイク
ル期間を複数分割した所定の処理期間に、記憶手段の第
1及び第2記憶領域を異なるタイミングでアクセスでき
る様にした。これより、記憶手段にEEPROMを使用
する場合でも、周辺回路が大型化するのを防止でき、ま
た第1及び第2記憶領域を同時にアクセスすることがな
いので常に正しいデータを読み出すことができる利点が
得られる。また、本発明によれば、第2アドレス手段
は、アドレス出力する為、ビデオRAMの文字コードを
表示文字の水平走査方向の文字切り替わり目位置で保持
するラッチ回路を備えている為、1つの文字フォントの
1水平走査分を読み出す間、同一の読み出しアドレスを
アドレス切換手段に供給することができる。
According to the present invention, in the storage area of the storage means, the first storage area for storing the program data for controlling the operation of the controlled portion and the character data for displaying the character are stored. Allocated to the second storage area in the same address space, and further, the first and second storage areas of the storage means are allocated in a predetermined processing period obtained by dividing each machine cycle period for the operation of the controlled unit into a plurality of parts. Made it possible to access at different times. As a result, even when an EEPROM is used as the storage means, it is possible to prevent the peripheral circuit from increasing in size, and since the first and second storage areas are not accessed at the same time, it is possible to always read correct data. can get. Further, according to the present invention, the second address means is provided with a latch circuit for holding the character code of the video RAM at the character switching eye position of the display character in the horizontal scanning direction in order to output the address. The same read address can be supplied to the address switching means while reading one horizontal scan of the font.

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

【図1】本発明の文字表示装置を示す図である。FIG. 1 is a diagram showing a character display device of the present invention.

【図2】図1の動作を示すタイムチャートである。FIG. 2 is a time chart showing the operation of FIG.

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

(1) ビデオRAM (2) CPU (6) EEPROM (14)(18) ラッチ回路 (15) アドレス切換回路 (19) シフトレジスタ (21) 出力処理回路 (1) Video RAM (2) CPU (6) EEPROM (14) (18) Latch circuit (15) Address switching circuit (19) Shift register (21) Output processing circuit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 被制御部の動作を制御する為のプログラ
ムデータが記憶された第1記憶領域、及び、表示部に表
示すべき所定フォントの文字データが記憶された第2記
憶領域から成る記憶手段と、 前記記憶手段の第1記憶領域をアクセスする第1アドレ
ス手段と、 前記記憶手段の第2記憶領域をアクセスする第2アドレ
ス手段と、 複数の処理期間に分割された各マシンサイクルの中で、
第1処理期間に前記第1アドレス手段が前記記憶手段の
第1記憶領域をアクセスするのを許可し、且つ、残りの
第2処理期間に前記第2アドレス手段が前記記憶手段の
第2記憶領域をアクセスするのを許可するアドレス切換
手段と、 前記記憶手段の第2記憶領域から読み出された文字デー
タを処理し前記表示部に文字表示を行わせるデータ処理
手段と、 を備えたことを特徴とする文字表示装置。
1. A memory comprising a first storage area in which program data for controlling the operation of a controlled portion is stored, and a second storage area in which character data of a predetermined font to be displayed on the display portion is stored. Means, a first address means for accessing the first storage area of the storage means, a second address means for accessing the second storage area of the storage means, and in each machine cycle divided into a plurality of processing periods. so,
The first address means is allowed to access the first storage area of the storage means during the first processing period, and the second address means is the second storage area of the storage means during the remaining second processing period. Address switching means for permitting access to the memory, and data processing means for processing the character data read from the second storage area of the storage means and displaying the characters on the display unit. Character display device.
【請求項2】 前記第2アドレス手段は、前記記憶手段
の第2記憶領域をアクセスする為の文字コードが記憶さ
れたビデオRAMを含み、該ビデオRAMは、テレビジ
ョン信号の水平走査の位置に応じた文字コードを発生す
ることを特徴とする請求項1記載の文字表示装置。
2. The second address means includes a video RAM in which a character code for accessing the second storage area of the storage means is stored, and the video RAM is at a horizontal scanning position of a television signal. The character display device according to claim 1, wherein the character display device generates a corresponding character code.
【請求項3】 前記第2アドレス手段は、前記テレビジ
ョン信号の水平走査時における各文字の水平方向表示開
始位置で、前記ビデオRAMの文字コードを保持するラ
ッチ回路を備えたことを特徴とする請求項2記載の文字
表示装置。
3. The second address means comprises a latch circuit for holding a character code of the video RAM at a horizontal display start position of each character during horizontal scanning of the television signal. The character display device according to claim 2.
【請求項4】 前記第2アドレス手段は、前記記憶手段
の第2記憶領域をアクセスする為のアドレスを、表示文
字の変更開始位置で保持するラッチ回路を備えたことを
特徴とする請求項1記載の文字表示装置。
4. The second address means comprises a latch circuit for holding an address for accessing a second storage area of the storage means at a display character change start position. Character display device described.
JP7144742A 1995-06-12 1995-06-12 Character display device Pending JPH08339175A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7144742A JPH08339175A (en) 1995-06-12 1995-06-12 Character display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7144742A JPH08339175A (en) 1995-06-12 1995-06-12 Character display device

Publications (1)

Publication Number Publication Date
JPH08339175A true JPH08339175A (en) 1996-12-24

Family

ID=15369309

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7144742A Pending JPH08339175A (en) 1995-06-12 1995-06-12 Character display device

Country Status (1)

Country Link
JP (1) JPH08339175A (en)

Similar Documents

Publication Publication Date Title
US4511965A (en) Video ram accessing system
US4649377A (en) Split image display control unit
US4388621A (en) Drive circuit for character and graphic display device
US4905167A (en) Image processing system interfacing with different monitors
US5396297A (en) Character display device for displaying characters on a television screen
JPH02310586A (en) Display controller
JP3369591B2 (en) Character display device
JPH0234894A (en) Display controller
JPH08339175A (en) Character display device
JP3101499B2 (en) Character display device
JP3276897B2 (en) Character display control circuit
KR0123758B1 (en) On screen display character processing circuit & method to be completed an association pattern
JP3579064B2 (en) Character display device
JPS649635B2 (en)
JP3461063B2 (en) Character display device
JP3789537B2 (en) Character area access control circuit
JP3373993B2 (en) Character read control circuit
JP2623541B2 (en) Image processing device
US6873332B2 (en) Microcomputer having OSD circuit, and bus control device and method
JPH05183830A (en) Character display device
KR930006671B1 (en) Apparatus and method for processing characters by using video ram of tv system
JPH1185123A (en) Cursor display control circuit
US20050030428A1 (en) On-screen display device
JP3303923B2 (en) Image display control device and image display control method
JPH09212333A (en) Character display control circuit