JPH0540663A - Cd-rom emulator - Google Patents

Cd-rom emulator

Info

Publication number
JPH0540663A
JPH0540663A JP3219124A JP21912491A JPH0540663A JP H0540663 A JPH0540663 A JP H0540663A JP 3219124 A JP3219124 A JP 3219124A JP 21912491 A JP21912491 A JP 21912491A JP H0540663 A JPH0540663 A JP H0540663A
Authority
JP
Japan
Prior art keywords
rom
magnetic disk
driver
data
command
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
JP3219124A
Other languages
Japanese (ja)
Inventor
Keiichi Kikuta
圭一 菊田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Home Electronics Ltd
NEC Corp
Original Assignee
NEC Home Electronics Ltd
Nippon 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 NEC Home Electronics Ltd, Nippon Electric Co Ltd filed Critical NEC Home Electronics Ltd
Priority to JP3219124A priority Critical patent/JPH0540663A/en
Publication of JPH0540663A publication Critical patent/JPH0540663A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To eliminate the timing problem caused by the difference of data reading speeds between a CD-ROM serving as an actual target and a magnetic disk of an emulator in regard to the CD-ROM emulator consisting of a magnetic disk used for development of the application software of a CD-ROM base. CONSTITUTION:Both invalid and valid data are written into each area of a CD-ROM 1 and the areas of a magnetic disk 2 corresponding to those areas of the CD-ROM 1 respectively. The read command produced to a CD-ROM driver 3 from a host device 10 is intercepted by a command interpreter 4. Then this intercepted command is converted into a read command that is addressed to a magnetic disk driver 5 and transferred to this driver. Based on this command, the valid data read out of the disk 2 are transferred to the device 10 synchronously with the invalid data outputted from the driver 3.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ゲーム用ソフトなどC
DーROMベースのアプリケーションソフトの開発に利
用されるCDーROMエミュレータに関するものであ
る。
BACKGROUND OF THE INVENTION The present invention relates to game software such as C
The present invention relates to a CD-ROM emulator used for developing D-ROM based application software.

【0002】[0002]

【従来の技術】最近、ゲーム用ソフトなどのアプリケー
ションソフトの高級化に伴ってAVデータなどの記録・
再生対象のデータ量が増加してきており、このためAV
データやプログラムなどの記録媒体として大容量のCD
ーROMが利用されるようになってきている。このCD
ーROM自体は書込み不能な記録媒体であるため、これ
をデータの記録媒体として利用するCDーROMベース
のアプリケーションソフトの開発にあたっては、CDー
ROMからのデータの読出し動作を模擬するための適宜
なCDーROM用エミュレータが必要になる。このよう
なCDーROM用エミュレータとして、従来、磁気ディ
スクドライバとこれを動作させるコマンドインタプリタ
部とを組合せたものが汎用されている。
2. Description of the Related Art Recently, recording / recording of AV data etc. has been accompanied by the sophistication of application software such as game software.
The amount of data to be played back is increasing, which is why AV
Large-capacity CD as a recording medium for data and programs
-ROM is being used. This CD
Since the ROM-ROM itself is a non-writable recording medium, when developing a CD-ROM-based application software that uses this as a data recording medium, an appropriate data read-out operation from the CD-ROM is simulated. An emulator for CD-ROM is required. As such an emulator for CD-ROM, a combination of a magnetic disk driver and a command interpreter section for operating the same has been conventionally used widely.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、CDー
ROMからのデータ読出し速度は磁気ディスクからのそ
れに比べてかなり遅いため、磁気ディスクによるCDー
ROMエミュレータを利用して開発したアプリケーショ
ンソフトをCDーROM(実際には1回だけ書込みが可
能なWORM)に対して動作させてみると、クリティカ
ルなタイミングの部分では正常に動作しないことが多
い。このため、多数回にわたるアプリケーションソフト
の手直しが必要となり、その開発に多大の労力と時間が
かかるという問題がある。
However, since the data reading speed from the CD-ROM is much slower than that from the magnetic disk, the application software developed by using the CD-ROM emulator using the magnetic disk is the CD-ROM. When actually operating for a WORM that can be written only once, it often does not operate normally at a critical timing portion. Therefore, the application software needs to be reworked a number of times, and there is a problem that it takes a lot of labor and time to develop it.

【0004】[0004]

【課題を解決するための手段】本発明のCDーROMエ
ミュレータは、各領域にダミーの無効データが書込まれ
ているCDーROMと、このCDーROMの各領域に対
応する対応領域に有効データが書込まれている磁気ディ
スクと、上位装置からの読出し指令に従ってCDーRO
Mの各領域から無効データを読出して上位装置に転送す
るCDーROMドライバと、上位装置からCDーROM
ドライバに発せられた読出し指令を傍受し、磁気ディス
クの対応領域からの有効データの読出し指令に変換して
磁気ディスクドライバに転送するコマンドインタプリタ
部と、このコマンドインタプリタから受けた読出し指令
に従って磁気ディスクの各領域から有効データを読出し
て出力する磁気ディスクドライバと、この磁気ディスク
ドライバから出力された有効データをCDーROMドラ
イバからの無効データの読出しに同期して上位装置に転
送する同期化転送回路とを備えている。
The CD-ROM emulator of the present invention is effective for a CD-ROM in which dummy invalid data is written in each area and a corresponding area corresponding to each area of this CD-ROM. A magnetic disk on which data is written and a CD-RO according to a read command from the host device
A CD-ROM driver for reading invalid data from each area of M and transferring it to a host device, and a CD-ROM from the host device
A command interpreter unit that intercepts the read command issued to the driver, converts it into a read command of valid data from the corresponding area of the magnetic disk, and transfers it to the magnetic disk driver, and the magnetic disk according to the read command received from this command interpreter. A magnetic disk driver that reads and outputs valid data from each area, and a synchronous transfer circuit that transfers the valid data output from the magnetic disk driver to a host device in synchronization with the reading of invalid data from the CD-ROM driver. Is equipped with.

【0005】すなわち、本発明のCDーROMエミュレ
ータによれば、磁気ディスクから読出したデータをCD
ーROMドライバからの対応のデータの読出しタイミン
グに同期して上位装置に転送することができるため、磁
気ディスクとCDーROMのそれぞれからのデータ読出
し速度の差異に起因する従来の問題点が解消される。
That is, according to the CD-ROM emulator of the present invention, the data read from the magnetic disk is stored in the CD.
Since the data can be transferred to the host device in synchronization with the read timing of the corresponding data from the ROM driver, the conventional problems caused by the difference in the data read speed from the magnetic disk and the CD-ROM are eliminated. It

【0006】[0006]

【実施例】図1は、本発明の一実施例のCDーROMエ
ミュレータの構成を上位装置であるコンピュータ10と
の関連と共に示すブロック図であり、1はCDーRO
M、2は磁気ディスク、3はCDーROMドライバ、4
はコマンドインタプリタ部、5は磁気ディスクドライ
バ、6はデータバッファ、7はシフトレジスタ、8,9
はバスである。
1 is a block diagram showing the configuration of a CD-ROM emulator according to an embodiment of the present invention together with the relationship with a computer 10 which is a higher-level device, and 1 is a CD-RO.
M, 2 are magnetic disks, 3 are CD-ROM drivers, 4
Is a command interpreter unit, 5 is a magnetic disk driver, 6 is a data buffer, 7 is a shift register, 8 and 9
Is a bus.

【0007】コンピュータ10は開発済みのアプリケー
ションソフトを実行することになるターゲットコンピュ
ータを模擬するものであり、CDーROMドライバ3は
上記ターゲットコンピュータに接続されることになるタ
ーゲットCDーROMドライバを模擬するものである。
The computer 10 imitates a target computer that executes developed application software, and the CD-ROM driver 3 imitates a target CD-ROM driver that is connected to the target computer. It is a thing.

【0008】コンピュータ10が実行する開発中のアプ
リケーションソフトによれば、バス8とCDーROMド
ライバ3とを介してCDーROM1からAVデータなど
が読出される。このコンピュータ10に読出されるAV
データなどは、オール“0”などの特定ビットパターン
から成るダミーの無効データとして予めCDーROM1
の各領域(セクタなど)に記録されており、一方、実際
のデータはCDーROM1の各領域に対応する磁気ディ
スク2の対応領域に有効データとして予め記録されてい
る。この有効データは、図示しないダウンローダなどか
ら書込みデータとしてディスクコントローラ5に転送さ
れ、磁気ディスク2の対応領域に書込まれる。
According to the application software under development executed by the computer 10, AV data or the like is read from the CD-ROM 1 via the bus 8 and the CD-ROM driver 3. AV read by this computer 10
The data and the like are previously stored in the CD-ROM 1 as dummy invalid data composed of a specific bit pattern such as all “0”.
Of the CD-ROM 1 are recorded in the corresponding areas of the magnetic disk 2 corresponding to the respective areas of the CD-ROM 1 in advance as effective data. This valid data is transferred to the disk controller 5 as write data from a downloader (not shown) or the like and written in the corresponding area of the magnetic disk 2.

【0009】コンピュータ10が開発中のアプリケーシ
ョンソフトに従ってCDーROMドライバ3を宛先とす
る読出しコマンドをバス8上に出力すると、この読出し
コマンドはセレクタ8を介してCDーROMドライバ3
に転送される。この読出しコマンドを受けたCDーRO
Mドライバ3は、この読出しコマンドで指定されたCD
ーROM1の所定の領域から無効データを読出してバス
8上にする。
When the computer 10 outputs a read command addressed to the CD-ROM driver 3 to the bus 8 according to application software under development, this read command is sent via the selector 8 to the CD-ROM driver 3
Transferred to. CD-RO that received this read command
The M driver 3 uses the CD specified by this read command.
-Invalid data is read from a predetermined area of the ROM 1 and placed on the bus 8.

【0010】上記、CDーROMドライバ3によるデー
タの読出し、転送動作と並行してCDーROMエミュレ
ータによるデータの読出し、転送動作が行われる。すな
わち、コマンドインタプリタ部4は、バス8上に出現す
るCDーROMドライバ3宛ての読出しコマンドを傍受
し、これをディスクコントローラ5宛ての読出しコマン
ドに変換してディスクコントローラ5に転送する。この
読出しコマンドを受けたディスクコントローラ5は、磁
気ディスク2の対応領域から有効データを読出し、これ
をデータバッファ6を介してシフトレジスタ7に転送す
る。
In parallel with the above-mentioned data read / transfer operation by the CD-ROM driver 3, the data read / transfer operation by the CD-ROM emulator is performed. That is, the command interpreter unit 4 intercepts the read command addressed to the CD-ROM driver 3 appearing on the bus 8, converts it into a read command addressed to the disk controller 5, and transfers the read command to the disk controller 5. The disk controller 5 receiving this read command reads valid data from the corresponding area of the magnetic disk 2 and transfers it to the shift register 7 via the data buffer 6.

【0011】上述のように、CDーROM1からの無効
データの読出しと磁気ディスク2からの有効データの読
出しとが並行して行われるが、前者に比較して後者の読
出しが高速に行われるため、バス8上に無効データが出
現する時点では既にシフトレジスタ7への有効データの
保持が終了している。シフトレジスタ7に保持された有
効データは、バス8上に転送データが出現したことを示
すデータ・ストローブ信号に同期して、バス9を経てコ
ンピュータ10に転送される。
As described above, the reading of invalid data from the CD-ROM 1 and the reading of valid data from the magnetic disk 2 are performed in parallel, but the latter reading is performed faster than the former. By the time invalid data appears on the bus 8, the holding of valid data in the shift register 7 has already been completed. The valid data held in the shift register 7 is transferred to the computer 10 via the bus 9 in synchronization with the data strobe signal indicating that the transfer data appears on the bus 8.

【0012】この結果、コンピュータ10は、磁気ディ
スク2から読出された有効データをCDーROMドライ
バ1からの無効データの転送タイミングのもとで受取る
ことができる。
As a result, the computer 10 can receive the valid data read from the magnetic disk 2 at the transfer timing of the invalid data from the CD-ROM driver 1.

【0013】コンピュータ10は、バス8上の無効デー
タの代りにバス9上の有効データを受取り、これをCD
ーROMドライバ3から転送されてきた読出しデータと
して処理する。
The computer 10 receives valid data on the bus 9 instead of invalid data on the bus 8 and sends it to the CD.
-Process as read data transferred from the ROM driver 3.

【0014】以上、コンピュータ10がバス8上を出現
する無効データに代えてバス9上に出現する有効データ
を選択する構成を例示した。しかしながら、バス8と9
の一方をコンピュータ10に選択的に接続するセレクタ
を設置し、このセレクタの選択状態をコンピュータ10
やコマンドインタプリタ部4によって制御することによ
り有効データのみを選択的にコンピュータ10に転送す
る構成とすることもできる。
In the above, the configuration in which the computer 10 selects the valid data appearing on the bus 9 instead of the invalid data appearing on the bus 8 has been illustrated. However, buses 8 and 9
A selector that selectively connects one side to the computer 10 is installed, and the selection state of this selector is set to the computer 10
Alternatively, it is also possible to adopt a configuration in which only valid data is selectively transferred to the computer 10 by being controlled by the command interpreter unit 4.

【0015】[0015]

【発明の効果】以上詳細に説明したように、本発明のC
DーROMエミュレータによれば、磁気ディスクから読
出したデータをCDーROMドライバからの対応のデー
タの読出しタイミングに同期して上位装置に転送するこ
とができるため、磁気ディスクとCDーROMのそれぞ
れからのデータ読出し速度の差異に起因する従来の問題
点が解消される。この結果、アプリケーションソフトの
開発に必要な労力と時間が大幅に低減できるという効果
が奏される。
As described in detail above, the C of the present invention
According to the D-ROM emulator, the data read from the magnetic disk can be transferred to the higher-level device in synchronization with the read timing of the corresponding data from the CD-ROM driver. The conventional problems caused by the difference in the data read speed of the above are solved. As a result, the labor and time required for developing the application software can be significantly reduced.

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

【図1】本発明の一実施例のCDーROMエミュレータ
の構成を上位装置であるコンピュータとの関連と共に示
すブロック図である。
FIG. 1 is a block diagram showing a configuration of a CD-ROM emulator according to an embodiment of the present invention together with a relation with a computer as a host device.

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

1 CDーROM 2 磁気ディスク 3 CDーROMドライバ 4 コマンドインタプリタ部 5 ディスクコントローラ 6 データバッファ 7 シフトレジスタ 8,9 バス 1 CD-ROM 2 magnetic disk 3 CD-ROM driver 4 command interpreter 5 disk controller 6 data buffer 7 shift register 8, 9 bus

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】各領域にダミーの無効データが書込まれて
いるCDーROMと、 このCDーROMの各領域に対応する対応領域に有効デ
ータが書込まれている磁気ディスクと、 上位装置からの読出し指令に従って前記CDーROMの
各領域から無効データを読出して上位装置に転送するC
DーROMドライバと、 前記上位装置から前記CDーROMドライバに発せられ
た読出し指令を傍受し、前記磁気ディスクの対応領域か
らの有効データの読出し指令に変換して磁気ディスクド
ライバに転送するコマンドインタプリタ部と、 このコマンドインタプリタから受けた読出し指令に従っ
て前記磁気ディスクの各領域から有効データを読出して
出力する磁気ディスクドライバと、 この磁気ディスクドライバから出力された有効データを
前記CDーROMドライバからの無効データの読出しに
同期して前記上位装置に転送する同期化転送回路とを備
えたことを特徴とするCDーROMエミュレータ。
1. A CD-ROM in which dummy invalid data is written in each area, a magnetic disk in which valid data is written in a corresponding area corresponding to each area of the CD-ROM, and a host device. C, which reads invalid data from each area of the CD-ROM according to a read command from the C-ROM and transfers it to the host device.
A D-ROM driver and a command interpreter that intercepts a read command issued from the host device to the CD-ROM driver, converts the read command into valid data read command from a corresponding area of the magnetic disk, and transfers the read command to the magnetic disk driver. Section, a magnetic disk driver for reading and outputting valid data from each area of the magnetic disk in accordance with a read command received from the command interpreter, and valid data output from the magnetic disk driver is invalidated by the CD-ROM driver. A CD-ROM emulator, comprising: a synchronization transfer circuit that transfers data to the higher-level device in synchronization with data reading.
JP3219124A 1991-08-05 1991-08-05 Cd-rom emulator Pending JPH0540663A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3219124A JPH0540663A (en) 1991-08-05 1991-08-05 Cd-rom emulator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3219124A JPH0540663A (en) 1991-08-05 1991-08-05 Cd-rom emulator

Publications (1)

Publication Number Publication Date
JPH0540663A true JPH0540663A (en) 1993-02-19

Family

ID=16730618

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3219124A Pending JPH0540663A (en) 1991-08-05 1991-08-05 Cd-rom emulator

Country Status (1)

Country Link
JP (1) JPH0540663A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7525889B2 (en) 2002-06-05 2009-04-28 Lg Electronics Inc. Recording medium with a linking area including dummy data thereon and apparatus and methods for forming, recording, and reproducing the recording medium
US7542405B2 (en) 2002-06-05 2009-06-02 Lg Electronics Inc. High-density optical disc, method for recording and reproducing encrypted data thereon
US7545730B2 (en) 2001-03-09 2009-06-09 Lg Electronics Inc. Read-only recording medium and reproducing method thereof

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7545730B2 (en) 2001-03-09 2009-06-09 Lg Electronics Inc. Read-only recording medium and reproducing method thereof
US7619961B2 (en) 2001-03-09 2009-11-17 Lg Electronics Inc. Read-only recording medium and reproducing method thereof
US7656778B2 (en) 2001-03-09 2010-02-02 Lg Electronics, Inc. Apparatus and method of reproducing data stored in a read-only recording medium
US7525889B2 (en) 2002-06-05 2009-04-28 Lg Electronics Inc. Recording medium with a linking area including dummy data thereon and apparatus and methods for forming, recording, and reproducing the recording medium
US7542405B2 (en) 2002-06-05 2009-06-02 Lg Electronics Inc. High-density optical disc, method for recording and reproducing encrypted data thereon
US7542393B2 (en) 2002-06-05 2009-06-02 Lg Electronics, Inc. Recording medium with a linking area including a sync pattern thereon and apparatus and method for forming, recording, and reproducing the recording medium
US7558175B2 (en) 2002-06-05 2009-07-07 Lg Electronics Inc. Recording medium with a linking area thereon and apparatus and methods for forming, recording, and reproducing the recording medium
US7577080B2 (en) 2002-06-05 2009-08-18 Lg Electronics Inc. Recording medium with a linking area thereon and apparatus and methods for forming, recording, and reproducing the recording medium
US7599279B2 (en) 2002-06-05 2009-10-06 Lg Electronics Inc. High-density optical disc, method for recording and reproducing encrypted data thereon
US7872960B2 (en) 2002-06-05 2011-01-18 Lg Electronics Inc. Recording medium with a linking area thereon and apparatus and methods for forming, recording, and reproducing the recording medium
US8014248B2 (en) 2002-06-05 2011-09-06 Lg Electronics Inc. Recording medium with a linking area including dummy data thereon and apparatus and methods for forming, recording, and reproducing the recording medium
US8351315B2 (en) 2002-06-05 2013-01-08 Lg Electronics Inc. Recording medium with a linking area including a synch pattern thereon and apparatus and methods for forming, recording, and reproducing the recording medium

Similar Documents

Publication Publication Date Title
JPS6034639U (en) interface device
JPH0727438B2 (en) DASD subsystem with cache for controlling disk rotation position and method of executing the same
JPH0259521B2 (en)
JPH0540663A (en) Cd-rom emulator
JPS6433770A (en) Disk controller
JPH0782708B2 (en) Additional data writing method
JPH0217552A (en) Performance data measuring system
JP5046444B2 (en) Telephone exchange device and function control code recording method used therefor
JP2552366B2 (en) Bit block transfer controller
JPS6117274A (en) Optical disk control device
JPH0656691B2 (en) Disk device by multi-channel parallel transfer method
JP2968636B2 (en) Microcomputer
JPH07218602A (en) Semiconductor tester
JPH0344881A (en) Optical disk device
JPS6325876A (en) Optical disk controller
JPH0336644A (en) Memory control system
JP2581144B2 (en) Bus control device
JPH05210616A (en) Computer device
JPH04322341A (en) Disk cache controller
JPH03260956A (en) Magnetic disk re-formatting system
JPS6070506A (en) Magnetic recording device
JPS55150186A (en) Data transfer system of magnetic bubble memory device
JPS60178565A (en) Auxiliary storage device
JPH0520791A (en) Magnetic disk device
JPS63253461A (en) Data transfer buffer