JP2012228562A - Game machine - Google Patents

Game machine Download PDF

Info

Publication number
JP2012228562A
JP2012228562A JP2012166285A JP2012166285A JP2012228562A JP 2012228562 A JP2012228562 A JP 2012228562A JP 2012166285 A JP2012166285 A JP 2012166285A JP 2012166285 A JP2012166285 A JP 2012166285A JP 2012228562 A JP2012228562 A JP 2012228562A
Authority
JP
Japan
Prior art keywords
display
video
command
control board
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012166285A
Other languages
Japanese (ja)
Other versions
JP5392871B2 (en
Inventor
Takaaki Ichihara
高明 市原
Keiichi Yamamoto
圭一 山本
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.)
Daiichi Shokai Co Ltd
Original Assignee
Daiichi Shokai 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 Daiichi Shokai Co Ltd filed Critical Daiichi Shokai Co Ltd
Priority to JP2012166285A priority Critical patent/JP5392871B2/en
Publication of JP2012228562A publication Critical patent/JP2012228562A/en
Application granted granted Critical
Publication of JP5392871B2 publication Critical patent/JP5392871B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Display Devices Of Pinball Game Machines (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce a processing load on a VDP (video display processor) when video display is performed by enlarging graphics image data such as a sprite image by the VDP functioning as a video display processor.SOLUTION: When a command list for transmission to the VDP is generated, a symbol CPU for generating the command list for transmission to the VDP determines whether the enlargement rate of the sprite image indicated by display scheduler data is larger than 100% or not (step S252). When the enlargement rate is larger than 100%, a flag for turning on bilinear interpolation is set in a command for instructing picture drawing processing with respect to the VDP (step S253). When the enlargement rate is equal to or less than 100%, a flag for turning off the bilinear interpolation is set (step S254).

Description

本発明は、遊技の進行に応じて演出表示を実行する遊技機に関する。   The present invention relates to a gaming machine that executes an effect display in accordance with the progress of a game.

この種の遊技機として、パチンコ機のように遊技の進行に応じて、キャラクタROMに
格納されている素材画像データに基づいて映像を表示する遊技機が知られている(例えば
特許文献1参照)。
As this type of gaming machine, there is a gaming machine that displays video based on material image data stored in a character ROM as the game progresses, such as a pachinko machine (see, for example, Patent Document 1). .

このような公知の遊技機では、遊技の進行に応じた演出表示動作として、背景画像に予
め用意されたスプライト画像を重ねて映像を表示することで、この映像に接した遊技者に
対して視覚的な効果を与えている。このような視覚的な効果をより高めるため、近年のパ
チンコ機においては、いわゆる映像表示プロセッサ(VDP:Video Display Processor
)を搭載しているものが存在している。この映像表示プロセッサは、映像表示の制御を行
う表示制御プロセッサの指示に従って、キャラクタROMから読み出したキャラクタデー
タを用いて、背景画像やスプライト画像により構成された映像を表示装置に対して表示さ
せている。
In such a known gaming machine, as an effect display operation according to the progress of the game, a video is displayed by superimposing a sprite image prepared in advance on a background image, so that a player who is in contact with the video can be visually informed. The effect is given. In order to enhance such a visual effect, in recent pachinko machines, a so-called video display processor (VDP) is used.
) Is present. This video display processor displays a video composed of a background image and a sprite image on a display device using character data read from the character ROM in accordance with an instruction from a display control processor that controls video display. .

特開2007−75480号公報JP 2007-75480 A

このようなスプライト画像を用いて映像表示を行う遊技機では、予め生成された各種ス
プライト画像がスプライトデータとしてキャラクタROMに格納され、VDPはこのキャ
ラクタROMからスプライトデータを読み出して各種描画を行っている。ここで、予め用
意されているスプライトデータとしては、基本的なデータしか用意されていないため、多
彩な映像を行うためには、表示装置における表示位置、回転角度、拡大率等をVDPに対
して指示する必要がある。
In gaming machines that display video using such sprite images, various sprite images generated in advance are stored as sprite data in the character ROM, and the VDP reads the sprite data from the character ROM and performs various drawing operations. . Here, since only basic data is prepared as the sprite data prepared in advance, in order to perform various images, the display position, the rotation angle, the enlargement ratio, etc. in the display device are set with respect to the VDP. It is necessary to instruct.

予め用意されているスプライト画像を拡大する場合、元のスプライト画像をそのまま拡
大したのでは、輪郭部分がギザギザとなる等の弊害が発生して不自然な画像となってしま
う場合がある。
When enlarging a sprite image prepared in advance, if the original sprite image is enlarged as it is, an adverse effect such as a jagged outline may occur and an unnatural image may occur.

このような弊害の発生を防止するために、画像の拡大を行う際に、バイリニア補間等の
画像補間処理を用いて画像データを補間することが行われている。ここで、バイリニア補
間とは、求めたい座標の画素値を、周りの4点の画素値の重み付けの平均値を求めること
により算出する補間方法である。
In order to prevent such adverse effects, image data is interpolated using image interpolation processing such as bilinear interpolation when enlarging an image. Here, bilinear interpolation is an interpolation method in which the pixel value of the desired coordinate is calculated by calculating the weighted average value of the surrounding four pixel values.

しかし、バイリニア補間を行うためには画像を構成する各画素の画素値を求める演算を
大量に行う必要があるため、VDPに対して負荷をかけることとなる。特に、フレーム毎
に拡大率が異なるスプライト画像を用いた映像を実現しようとすると、VDPの処理負担
が大きなものとなる。
However, in order to perform bilinear interpolation, it is necessary to perform a large amount of calculation for obtaining the pixel value of each pixel constituting the image, which places a load on the VDP. In particular, when an image using a sprite image having a different enlargement ratio for each frame is to be realized, the processing load of the VDP becomes large.

近年の遊技機では、多彩な演出表示を行うことが要求されてきており、1つのフレーム
内において使用されるスプライト画像の数や、スプライト画像に対する演出種類等が大幅
に増加している。その結果、VDPに対する処理負担はますます増加することとなり、場
合によっては映像表示内容が制限されたり、連続した映像表示が不可能となってしまう。
In recent gaming machines, it has been required to display various effects, and the number of sprite images used in one frame, the types of effects for sprite images, and the like are greatly increasing. As a result, the processing load on the VDP increases further, and depending on the case, the content of the video display is limited or continuous video display becomes impossible.

そこで本発明は、映像表示プロセッサとして機能するVDPによりスプライト画像等の
素材画像データを拡大して映像表示を行う場合に、VDPの処理負担を軽減することが可
能な遊技機を提供することを目的とする。
SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to provide a gaming machine capable of reducing the processing load of VDP when displaying material image data such as sprite images by VDP functioning as a video display processor. And

本発明の遊技機は、遊技媒体を用いた遊技動作を制御する遊技制御部と、
前記遊技制御部の制御によって前記遊技動作に伴う演出動作を制御する演出制御部と、
前記演出制御部の制御によって表示動作を実行する表示装置とを備える遊技機において、
前記演出制御部は、
映像に必要な素材画像の表示に用いる素材画像データを不揮発的に記憶するとともに、
表示すべき映像の構成に関する情報及び表示すべき映像を構成する各シーンの描画に必要な素材画像データを特定するための情報を含むスケジューラデータを不揮発的に記憶する不揮発性映像メモリと、 前記素材画像データを揮発的に記憶可能な揮発性映像メモリと、
前記表示装置に対して映像表示を行うための映像表示プロセッサと、
映像の表示を制御する表示制御プログラムを実行して、前記スケジューラデータに基づく映像表示を実現するために、前記映像表示プロセッサに対して映像表示処理を指示するための複数のコマンドからなるコマンドリストを生成して前記映像表示プロセッサに転送する表示制御プロセッサと、
を含み、
前記映像表示プロセッサは、
前記表示制御プロセッサから転送されてきたコマンドリストに基づいて、表示すべき映像に応じた素材画像データを前記不揮発性映像メモリから読み出して前記揮発性映像メモリに展開するとともに前記揮発性映像メモリに展開された素材画像データを用いて構成した映像を前記表示装置に表示させ、
前記表示制御プロセッサは、
前記映像表示プロセッサに転送するためのコマンドリストを生成する際に、前記スケジューラデータに示された素材画像の拡大率が予め設定された値よりも大きいか否かを判定する判定手段と、
前記判定手段により素材画像の拡大率が予め設定された値よりも大きい場合、画像補間処理をオンするコマンドを前記コマンドリストに設定する設定手段とを備えることを特徴とする。
A gaming machine of the present invention includes a game control unit that controls a game operation using a game medium,
An effect control unit that controls an effect operation accompanying the game operation by the control of the game control unit,
In a gaming machine comprising a display device that performs a display operation under the control of the effect control unit,
The production control unit
In addition to storing material image data used for displaying material images required for video in a nonvolatile manner,
A non-volatile video memory for storing in a non-volatile manner scheduler information including information relating to a configuration of a video to be displayed and information for specifying material image data necessary for rendering each scene constituting the video to be displayed; A volatile video memory capable of storing image data in a volatile manner;
A video display processor for displaying video on the display device;
A command list comprising a plurality of commands for instructing the video display processor to perform video display processing in order to execute a display control program for controlling video display and realize video display based on the scheduler data. A display control processor for generating and transferring to the video display processor;
Including
The video display processor
Based on the command list transferred from the display control processor, the material image data corresponding to the video to be displayed is read from the nonvolatile video memory and expanded in the volatile video memory and also expanded in the volatile video memory Video displayed using the material image data is displayed on the display device,
The display control processor includes:
A determination unit that determines whether or not an enlargement ratio of the material image indicated in the scheduler data is larger than a preset value when generating a command list for transfer to the video display processor;
And setting means for setting a command for turning on image interpolation processing in the command list when the enlargement ratio of the material image is larger than a preset value by the determining means.

本発明の遊技機では、素材画像の拡大率が予め設定された値より大きい場合にのみ画像
補間処理を実行するようにし、素材画像の拡大率が予め設定された値以下の場合には画像
補間処理が行われないようにしている。従って、本発明の遊技機によれば、常に画像補間
処理を行って映像表示を行う場合と比較して、映像表示プロセッサの処理負担を軽減する
ことができる。
In the gaming machine of the present invention, the image interpolation process is executed only when the enlargement ratio of the material image is larger than a preset value, and when the enlargement ratio of the material image is less than the preset value, the image interpolation is performed. Processing is not performed. Therefore, according to the gaming machine of the present invention, it is possible to reduce the processing load of the video display processor as compared with the case where video display is always performed by performing image interpolation processing.

本発明によれば、映像表示プロセッサとして機能するVDPによりスプライト画像等の
素材画像データを拡大して映像表示を行う場合でも、VDPの処理負担を軽減することが
できるという効果を得ることができる。
According to the present invention, even when material image data such as a sprite image is enlarged and displayed by VDP functioning as a video display processor, an effect of reducing the processing load of VDP can be obtained.

本発明の遊技機の一実施形態であるパチンコ機1の構成例を示す正面図である。It is a front view which shows the structural example of the pachinko machine 1 which is one Embodiment of the game machine of this invention. パチンコ機1の電気的な構成例を示すブロック図である。3 is a block diagram showing an example of an electrical configuration of the pachinko machine 1. FIG. 装飾図柄制御基板30の電気的な構成例を示すブロック図である。3 is a block diagram illustrating an example of an electrical configuration of a decorative design control board 30. FIG. 装飾図柄表示装置16に対する映像表示を行うためのVDP330の構成を示すブロック図である。It is a block diagram which shows the structure of VDP330 for performing the video display with respect to the decoration symbol display apparatus 16. FIG. 制御ROM301の記憶領域の構成例を示すメモリマップである。3 is a memory map showing a configuration example of a storage area of a control ROM 301. 表示スケジューラデータ402の構成例を示す図である。It is a figure which shows the structural example of the display scheduler data. 表示スケジューラデータ402の具体例を示す図である。It is a figure which shows the specific example of the display scheduler data 402. FIG. ソースROM340の記憶領域の構成例を示すメモリマップである。4 is a memory map showing a configuration example of a storage area of a source ROM 340. 図柄CPU311の動作を示すフローチャートである。It is a flowchart which shows operation | movement of symbol CPU311. VDP330において使用される主なコマンドの一覧を示す図である。It is a figure which shows the list of the main commands used in VDP330. 図柄CPU311により作成されたコマンドリストの一例を示す図である。It is a figure which shows an example of the command list produced by symbol CPU311. コマンドリスト生成処理の具体的な処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the specific process of a command list production | generation process. 共通コマンドを用いた場合に、図柄CPU311により生成されたコマンドリストの一例を示す図である。It is a figure which shows an example of the command list produced | generated by the symbol CPU311 when a common command is used. 透明度が同一のコマンドSETFCOLORを省略した場合と省略しなかった場合のコマンドリストの一例を示す図である。It is a figure which shows an example of the command list | wrist when not omitting the command SETCOLOR which has the same transparency. バイリニア補間オン/オフ判定処理の動作を示すフローチャートである。It is a flowchart which shows the operation | movement of a bilinear interpolation on / off determination process. VDP330において行われる表示処理を示すフローチャートである。It is a flowchart which shows the display process performed in VDP330.

以下、本発明をパチンコ機に適用した一実施形態について、各対応図面を参照しながら
説明する。
(1.パチンコ機の概要構成例)
図1は、本発明の遊技機の一実施形態であるパチンコ機1の構成例を示す正面図である
。このパチンコ機1は、ホール等の遊技場の島設備に複数台が横方向に並べて設置されて
おり、いわゆるCR(Card Reader)機の場合、カードユニット12が設置されている。
以下、まずパチンコ機1の概要構成例について説明する。
Hereinafter, an embodiment in which the present invention is applied to a pachinko machine will be described with reference to the corresponding drawings.
(1. Outline configuration example of pachinko machine)
FIG. 1 is a front view showing a configuration example of a pachinko machine 1 which is an embodiment of the gaming machine of the present invention. A plurality of pachinko machines 1 are installed side by side in an island facility of a game hall such as a hall. In the case of a so-called CR (Card Reader) machine, a card unit 12 is installed.
Hereinafter, a schematic configuration example of the pachinko machine 1 will be described first.

このパチンコ機1は、基枠が、ヒンジ機構を介して木製の外枠に開閉可能に装着されて
いる。その基枠には、前面枠(ガラス枠5)がヒンジ機構を介して、その基枠に対して開
閉可能に装着されている。本実施形態では、これら基枠や前面枠等の枠体を総称して「本
体枠17」と呼称する。このうち基枠には、遊技盤2が着脱可能に嵌め込まれている。
In the pachinko machine 1, a base frame is attached to a wooden outer frame via a hinge mechanism so as to be opened and closed. A front frame (glass frame 5) is attached to the base frame so as to be openable and closable with respect to the base frame via a hinge mechanism. In the present embodiment, the frame bodies such as the base frame and the front frame are collectively referred to as “main body frame 17”. Of these, the game board 2 is detachably fitted into the base frame.

またガラス枠5には、多数の枠ランプ(枠装飾ランプ31など)が縦方向に沿って複数
配置されるほか、遊技の進行に伴い効果音や音声などの音響出力を行うための上部スピー
カ29aや、遊技者が適宜プッシュ操作できる演出ボタン10等が設置されている。また
ガラス枠5の下部には、遊技球を収容する上皿4が設けられているとともに、基枠の下部
には下皿6が設けられている。またその他にも、ガラス枠5の下部に位置する基枠の右下
隅には発射ハンドル8が設けられている。この発射ハンドル8は、上皿4に収容された遊
技球を順次発射させるために遊技者が操作する操作部である。また上皿4の左側位置の内
側には、下部スピーカ29bが配置されている。
The glass frame 5 has a plurality of frame lamps (frame decoration lamps 31 and the like) arranged in the vertical direction, and an upper speaker 29a for outputting sound effects and sounds as the game progresses. Further, an effect button 10 or the like that can be appropriately pushed by the player is provided. In addition, an upper plate 4 that accommodates game balls is provided at the lower part of the glass frame 5, and a lower plate 6 is provided at the lower part of the base frame. In addition, a firing handle 8 is provided at the lower right corner of the base frame located under the glass frame 5. The launch handle 8 is an operation unit that is operated by the player to sequentially fire the game balls accommodated in the upper plate 4. A lower speaker 29b is disposed inside the left side position of the upper plate 4.

遊技盤2は、その前面にほぼ円形の遊技領域が形成されており、その中央部には演出装
置14が設けられている。その遊技領域には、多数の誘導釘(図示されていない)が所定
のゲージ配列で打設されているほか、図示しない風車や各種入賞口(始動入賞口15b、
大入賞口15c、一般入賞口等)、ゲート口13、パネル装飾ランプ(参照符号なし)等
が盤面構成要素として配設されている。これらの各種入賞口には、遊技球の入球を検出す
るための入賞検出器(図1において図示せず)が設けられている。また、ゲート口13に
は、遊技球の通過を検出するためのゲート通過検出器(図1において図示せず)が設けら
れている。
The game board 2 has a substantially circular game area formed on the front surface thereof, and an effect device 14 is provided at the center thereof. In the game area, a large number of guide nails (not shown) are driven in a predetermined gauge arrangement, and a windmill (not shown) and various winning holes (start winning holes 15b,
A large winning opening 15c, a general winning opening, etc.), a gate opening 13, a panel decoration lamp (without reference numerals), and the like are arranged as panel components. Each of these various winning openings is provided with a winning detector (not shown in FIG. 1) for detecting the entering of a game ball. The gate port 13 is provided with a gate passage detector (not shown in FIG. 1) for detecting the passage of the game ball.

また、演出装置14の下縁部には球ステージ14aが形成されており、この球ステージ
14a上に遊技球が誘導されると、この遊技球は、一時的に転動しながら動きに変化が与
えられる。さらにこの遊技球は、この球ステージ14aに形成された球誘導路14bの入
口に落下すると、この球誘導路14bに誘導されてその直下に設けられた始動入賞口15
bに入球し、図示しない入賞検出器によって入賞が検出される。
In addition, a ball stage 14a is formed at the lower edge of the effect device 14, and when the game ball is guided on the ball stage 14a, the game ball changes its movement while rolling. Given. Further, when the game ball falls to the entrance of the ball guide path 14b formed on the ball stage 14a, the game ball is guided to the ball guide path 14b and provided at the start winning opening 15 provided directly therebelow.
The player enters the ball b and a winning is detected by a winning detector (not shown).

また遊技盤2の右下縁部には、複数の発光ダイオード(LED:Light Emitting Diode
)を用いた特別図柄表示装置41が設けられている。この特別図柄表示装置41は、始動
入賞があると、その後(例えば始動入賞を契機に)点灯或いは消灯状態を繰り返すととも
に、所定時間(後述する「変動時間」に相当)経過後、メイン制御基板において実行した
内部的な抽選(大当り抽選及び判定)の結果に応じた点灯状態或いは消灯状態となる。ま
た、この遊技盤2の右下縁部には、発光ダイオードを用いた普通図柄表示装置42が設け
られている。この普通図柄表示装置42も、ゲート口13の通過を契機に変動期間にわた
り点灯状態を変化させる構成となっている。ここで、この普通図柄表示装置42の点灯状
態が所定の点灯状態となると、例えば電動チューリップ型の始動入賞装置(入賞検出手段
)を所定時間入賞しやすい開状態にする。さらに、普通図柄表示装置42の近傍には、状
態表示ランプ46が設けられている。
A plurality of light emitting diodes (LEDs) are provided at the lower right edge of the game board 2.
) Using a special symbol display device 41 is provided. When there is a start winning, the special symbol display device 41 repeats lighting or extinguishing after that (for example, triggered by the starting winning), and after a predetermined time (corresponding to “variation time” described later) has elapsed, Depending on the result of the executed internal lottery (big hit lottery and determination), the lighting state or the extinguishing state is set. Further, a normal symbol display device 42 using a light emitting diode is provided at the lower right edge of the game board 2. The normal symbol display device 42 is also configured to change the lighting state over a variable period triggered by the passage of the gate port 13. Here, when the lighting state of the normal symbol display device 42 becomes a predetermined lighting state, for example, the electric tulip type start winning device (winning detection means) is put into an open state in which it is easy to win a predetermined time. Further, a state display lamp 46 is provided in the vicinity of the normal symbol display device 42.

また、上記演出装置14内には、装飾図柄表示装置16が配置されている。この装飾図
柄表示装置16は、上記大当り抽選及び判定の結果を装飾的に表した装飾図柄を表示する
表示装置である。この装飾図柄表示装置16は、始動入賞口15bへの入賞があると、そ
の後に表示内容が変化し、上記特別図柄表示装置41の点灯状態或いは消灯状態に応じて
、装飾図柄の変動を表す画像等を表示する。この装飾図柄は、一定時間(変動時間)に渡
って変動した後に停止し、上記大当り抽選及び判定の結果当選している場合には、予め定
められた停止図柄態様(例えば同種の装飾図柄が3つ揃った表示態様)となり、パチンコ
機1において特別な遊技状態(以下「特別遊技状態」と呼称する)に移行する。
In addition, a decoration symbol display device 16 is disposed in the effect device 14. The decorative symbol display device 16 is a display device that displays a decorative symbol that decoratively represents the results of the jackpot lottery and determination. In the decorative symbol display device 16, when there is a winning at the start winning opening 15 b, the display contents thereafter change, and an image representing the variation of the decorative symbol depending on whether the special symbol display device 41 is on or off. Etc. are displayed. This decoration symbol stops after it fluctuates for a certain period of time (fluctuation time), and when it is won as a result of the jackpot lottery and determination, a predetermined stop symbol pattern (for example, the same type of decoration symbol is 3 The display mode is complete, and the pachinko machine 1 shifts to a special game state (hereinafter referred to as “special game state”).

この特別遊技状態では、例えばラウンド動作を15ラウンドにわたり繰り返す。各ラウ
ンド動作では、例えば大入賞口ソレノイド18が1回作動することで、大入賞口15cが
遊技球を受け入れ可能な状態となる。また装飾図柄表示装置16においては、そのラウン
ド動作として表示内容が大当り中のラウンド表示に切り替わり、ラウンド演出表示(入賞
個数のカウント表示や継続ラウンド回数など)を行う。また、15ラウンドのラウンド動
作を実行する特別遊技状態が終了した後に特典遊技(いわゆる「確変」や「時短」など)
に移行すると、それぞれ特典遊技中である旨の情報(「確変中」や「時短中」)などが表
示される場合もある。
In this special game state, for example, a round operation is repeated for 15 rounds. In each round operation, for example, the special winning opening solenoid 18 is actuated once, so that the special winning opening 15c can receive a game ball. In the decorative symbol display device 16, the display content is switched to a round display with a big hit as the round operation, and a round effect display (a count display of the number of winning prizes, a continuous round count, etc.) is performed. In addition, after a special game state in which a round action of 15 rounds is executed, a privilege game (so-called “probability change”, “short time”, etc.)
In some cases, information indicating that a special game is being played (“probably changing” or “short time”) or the like may be displayed.

また、遊技盤2における演出装置14の下縁部左右には、特別図柄保留ランプ43が設
けられている。この特別図柄保留ランプ43は、始動記憶する条件が揃っていた場合に始
動入賞を保留して、その保留状況を表示する構成となっている。具体的には、各特別図柄
保留ランプ43には、例えば「1」、「2」、「3」、「4」という数字を模した半透過
領域が設けられており、これら半透過領域が各々左から右へ「1」〜「4」を表すととも
に順番に配列している。これら4つの半透過領域は、「1」〜「4」の発光(点灯)態様
に応じて特別図柄の始動記憶数(1〜4)を表している。
Also, special symbol holding lamps 43 are provided on the left and right sides of the lower edge portion of the production device 14 in the game board 2. The special symbol hold lamp 43 is configured to hold the start winning when the conditions for starting and storing are complete and display the hold status. Specifically, each special symbol holding lamp 43 is provided with semi-transmission areas imitating numbers such as “1”, “2”, “3”, and “4”. From left to right, “1” to “4” are represented and arranged in order. These four semi-transmissive regions represent the number of stored special symbols (1 to 4) according to the light emission (lighting) modes of “1” to “4”.

さらに遊技盤2の下縁部には普通図柄保留ランプ44が設けられている。この普通図柄
保留ランプ44は、普通図柄表示装置42による点灯状態が変化中にゲート口13の通過
を保留して、その保留状況を表示する。この普通図柄保留ランプ44の近傍には、大当り
種類表示ランプ45が設けられている。大当り種類表示ランプ45は、大当りとなった場
合に少なくとも1つが点灯し、それによって大当りの種類を表示する。また遊技盤2の背
面においては、その上部にメイン制御基板及びサブ制御基板などが設けられており、装飾
図柄表示装置16の背面には表示制御基板(後述する装飾図柄制御基板)が配置されてい
る。また本体枠17には、図示しない払出制御基板及び発射制御基板が設けられている。
Further, a normal symbol holding lamp 44 is provided at the lower edge of the game board 2. The normal symbol hold lamp 44 holds the passage of the gate port 13 while the lighting state of the normal symbol display device 42 is changing, and displays the hold status. In the vicinity of the normal symbol holding lamp 44, a big hit type display lamp 45 is provided. At least one of the big hit type display lamps 45 is turned on when the big hit is made, thereby displaying the type of the big hit. In addition, a main control board and a sub control board are provided on the back of the game board 2, and a display control board (decoration design control board described later) is arranged on the back of the decoration design display device 16. Yes. The main body frame 17 is provided with a payout control board and a launch control board (not shown).

(2.パチンコ機の電気的な構成例)
図2は、パチンコ機1の電気的な構成例を示すブロック図である。
まずメイン制御基板3(遊技制御部)は、サブ制御基板35(演出制御部)及び払出制
御基板25などの基板に接続されている。サブ制御基板35は、表示動作を制御する装飾
図柄制御基板30に接続されており、払出制御基板25は、発射制御基板47や賞球払出
装置21に接続されている。
(2. Electric configuration example of pachinko machine)
FIG. 2 is a block diagram illustrating an electrical configuration example of the pachinko machine 1.
First, the main control board 3 (game control unit) is connected to a board such as the sub control board 35 (effect control unit) and the payout control board 25. The sub control board 35 is connected to the decorative design control board 30 that controls the display operation, and the payout control board 25 is connected to the launch control board 47 and the prize ball payout device 21.

装飾図柄制御基板30は、上記装飾図柄表示装置16に接続されている。なお本実施形
態では、サブ制御基板35(演出制御基板)と装飾図柄制御基板30(表示制御基板)と
が別体となっているが、これに限られず、サブ制御基板35と装飾図柄制御基板30とが
一体となっており、サブ制御基板35(演出制御部)が装飾図柄制御基板30の機能を備
えている形態であっても良い。このような形態を採用した場合においては、サブ制御基板
35が直接、装飾図柄表示装置16に接続された構成となっている。
The decorative symbol control board 30 is connected to the decorative symbol display device 16. In the present embodiment, the sub control board 35 (effect control board) and the decorative design control board 30 (display control board) are separate, but the sub control board 35 and the decorative design control board are not limited thereto. 30 may be integrated, and the sub-control board 35 (production control unit) may have the function of the decorative design control board 30. When such a form is adopted, the sub control board 35 is directly connected to the decorative symbol display device 16.

サブ制御基板35は、装飾図柄制御基板30に対して、遊技動作中には遊技の進行に応
じた演出表示動作を制御するための演出表示コマンドなどを送信する。装飾図柄制御基板
30は、その演出表示コマンドなどを受信し、この演出表示コマンドに基づいて遊技の進
行に応じた映像を装飾図柄表示装置16に表示させる。この演出表示コマンドは、サブ制
御基板35によって指定された演出表示パターン番号を含んでおり、この演出表示パター
ン番号は、装飾図柄制御基板30が実行制御すべき演出表示パターンに対応した番号を表
している。また、このサブ制御基板35は、ランプ中継基板32及びランプ中継基板34
を介して、各々パネル装飾ランプ36及び枠装飾ランプ31を点灯制御する。
The sub control board 35 transmits to the decorative design control board 30 an effect display command for controlling the effect display operation according to the progress of the game during the game operation. The decorative symbol control board 30 receives the effect display command and the like, and causes the decorative symbol display device 16 to display an image according to the progress of the game based on the effect display command. This effect display command includes an effect display pattern number designated by the sub control board 35, and this effect display pattern number represents a number corresponding to the effect display pattern to be executed and controlled by the decorative symbol control board 30. Yes. The sub control board 35 includes a lamp relay board 32 and a lamp relay board 34.
The panel decoration lamp 36 and the frame decoration lamp 31 are controlled to be turned on.

メイン制御基板3は、CPU3a(以下「メインCPU」と呼称する)、RAM3b、
ROM3c、入出力インタフェース等(全ては図示されていない)の電子部品類を備えて
いる。このメイン制御基板3には、入賞を検出する入賞検出器15a(入賞検出手段)が
接続されている。この入賞検出器15aは、遊技領域内にて各種の入賞口(始動入賞口1
5b、大入賞口15c、一般入賞口等)への入球があったこと(以下、始動入賞口15b
への入球を「始動入賞」と呼称する)を検出し、その検出信号をメイン制御基板3に出力
する。ゲート通過検出器(ゲートスイッチ)13aは、ゲート口13を遊技球が通過した
ことを検出し、その検出信号としてのゲート通過信号をメイン制御基板3に出力する。
The main control board 3 includes a CPU 3a (hereinafter referred to as “main CPU”), a RAM 3b,
It includes electronic components such as a ROM 3c, an input / output interface, etc. (all not shown). The main control board 3 is connected with a winning detector 15a (winning detecting means) for detecting a winning. This winning detector 15a has various winning ports (start winning port 1) in the game area.
5b, large winning opening 15c, general winning opening, etc.) (hereinafter referred to as starting winning opening 15b)
) Is detected, and a detection signal is output to the main control board 3. The gate passage detector (gate switch) 13 a detects that a game ball has passed through the gate port 13, and outputs a gate passage signal as a detection signal to the main control board 3.

メイン制御基板3による遊技動作の制御は、例えばメインCPU3aが制御プログラム
(以下「メイン制御プログラム」と呼称する)を実行することで行われる。メイン制御プ
ログラムは、ソフトウェア上の乱数を生成しており、始動入賞を契機として乱数値(大当
り判定用乱数値)を取得する(本実施形態では「大当り抽選」と呼称している)。そして
メイン制御プログラムは、後述する大当り判定タイミングにおいて、取得した乱数値が大
当り乱数値に一致しているか否かを判断し(本実施形態では「判定」と呼称している)、
両乱数値が一致していると判定した場合には「大当り」とする一方、一致していないと判
定した場合には「はずれ」とする。ここで、大当り判定タイミングとは、始動入賞後、こ
の始動入賞に基づく特別図柄の変動表示を開始する時をいう。
Control of the gaming operation by the main control board 3 is performed, for example, by the main CPU 3a executing a control program (hereinafter referred to as “main control program”). The main control program generates a random number on the software, and acquires a random number value (a jackpot determination random number value) in response to a start winning (referred to as “big hit lottery” in the present embodiment). Then, the main control program determines whether or not the acquired random value matches the jackpot random value at the jackpot determination timing described later (referred to as “determination” in the present embodiment),
If it is determined that the two random numbers match, it is determined as “big hit”, whereas if it is determined that they do not match, it is determined as “out”. Here, the big hit determination timing refers to the time when the special symbol variation display based on the start winning is started after the start winning.

またメイン制御プログラムは、このように始動入賞があると、その後、特別図柄表示装
置41による特別図柄の変動表示を開始し、所定の変動時間が経過すると、上記大当り抽
選結果に応じて、特別図柄表示装置41に停止図柄を表示させる。なお、上記「大当り」
としては、いわゆる「確変大当り」及びいわゆる「普通大当り」を含んでいる。
The main control program starts the special symbol variation display by the special symbol display device 41 after the start winning is made in this way, and when the predetermined variation time has elapsed, the special symbol is displayed according to the jackpot lottery result. A stop symbol is displayed on the display device 41. In addition, the above "big hit"
Includes so-called “probable big hits” and so-called “ordinary big hits”.

メイン制御プログラムは、大当り抽選及び判定の結果が大当りである場合、変動表示を
開始させ、この変動表示の停止後に、特別遊技状態へと移行させる。この特別遊技状態で
は、メイン制御プログラムが、例えば大入賞口ソレノイド18を既定回数にわたり作動さ
せることで(ラウンド動作)、例えば15ラウンドにわたり大入賞口15cが遊技球を受
け入れ易い状態となることを繰り返す。このとき遊技者は、大入賞口15cの開放中に遊
技球(遊技媒体)を入賞させてより多くの賞球を獲得することができる。上記以外にもメ
イン制御基板3による遊技動作の制御は各種があるが、いずれも公知であるため、ここで
は詳細な説明を省略する。
When the result of the big hit lottery and determination is a big win, the main control program starts the variable display, and after stopping the variable display, shifts to the special gaming state. In this special game state, the main control program repeatedly operates, for example, the special prize opening solenoid 18 for a predetermined number of times (round operation), for example, for 15 rounds, the special prize opening 15c is in a state where it is easy to accept the game ball. . At this time, the player can win more prize balls by winning a game ball (game medium) while the special winning opening 15c is opened. In addition to the above, there are various types of game operation control by the main control board 3, but since all are well-known, detailed description is omitted here.

メイン制御プログラムは、上記大当り抽選及び判定をした後に、サブ制御基板35に対
して抽選結果及び演出コマンドを出力する。なお、この演出コマンドは、演出動作を実行
すべき時間(前述の「変動時間」に相当)に関する情報を含んでいる。
The main control program outputs a lottery result and an effect command to the sub-control board 35 after performing the big hit lottery and determination. This effect command includes information related to the time for which the effect operation is to be executed (corresponding to the aforementioned “variation time”).

サブ制御基板35は、メイン制御基板3から受け取った抽選結果及び演出コマンドに応
じて演出動作を制御する。このサブ制御基板35は、CPU35a(以下「サブCPU」
と呼称する)、RAM35b、ROM35c、入力インタフェース(コマンド受信バッフ
ァなど)などの電子部品類を備えている。このサブ制御基板35においては、CPU35
aが制御プログラム(以下「サブ制御プログラム」と呼称する)を実行することによって
演出動作を制御している。
The sub control board 35 controls the rendering operation according to the lottery result and the rendering command received from the main control board 3. The sub-control board 35 includes a CPU 35a (hereinafter referred to as “sub-CPU”).
), RAM 35b, ROM 35c, and electronic components such as an input interface (such as a command reception buffer). In the sub-control board 35, the CPU 35
The presentation operation is controlled by a executing a control program (hereinafter referred to as “sub-control program”).

サブ制御プログラムは、メイン制御基板3からのコマンドなど(抽選結果、演出コマン
ド、遊技状態コマンドなど)を受け取ると、受け取ったコマンドなどを解析する。
When the sub control program receives a command or the like from the main control board 3 (lottery result, effect command, gaming state command, etc.), the received control command is analyzed.

サブ制御プログラムは、コマンドなどの解析結果から得た抽選結果及び変動時間に応じ
て、いかなる演出パターンで演出動作を制御すべきかに関して抽選(以下「演出抽選」と
呼称する)を実行する。具体的には、サブ制御プログラムは演出制御スケジューラを管理
しており、この演出制御スケジューラは、この抽選結果ごとに(「大当り」であるか「は
ずれ」であるかに応じて各々)、実行すべき演出パターンを複数管理している。さらにこ
の演出制御スケジューラは、同一の抽選結果であっても変動時間の長さが異なる複数の演
出パターンを備えている。また、同一の抽選結果であり、かつ変動時間が同じであっても
演出内容の異なる複数の演出パターンが存在する。このようにしてサブ制御プログラムは
、この演出制御スケジューラを参照しつつ、これら抽選結果及び変動時間に対応した演出
パターンを選定すべく演出抽選を実行しているのである。
The sub-control program executes a lottery (hereinafter referred to as “effect lottery”) as to what effect pattern should be controlled according to the lottery result obtained from the analysis result of the command and the variation time. Specifically, the sub-control program manages an effect control scheduler, and this effect control scheduler executes for each lottery result (depending on whether it is a “hit” or “out”). Multiple production patterns to be managed are managed. Furthermore, this production control scheduler includes a plurality of production patterns having different lengths of variation time even if the lottery results are the same. Moreover, even if the same lottery result and the variation time are the same, there are a plurality of effect patterns having different effect contents. In this way, the sub-control program executes the effect lottery to select the effect pattern corresponding to the lottery result and the variation time while referring to the effect control scheduler.

このような演出抽選を実行した後、サブ制御プログラムは、変動時間にわたり演出パタ
ーンに従って、スピーカ29a、29bから音を出力させたり、ランプ中継基板32を介
してパネル装飾ランプ36を所定の色で点灯させたり消灯させたり、ランプ中継基板34
を介して枠装飾ランプ31を所定の色で点灯させたり消灯させる。
After executing such an effect lottery, the sub-control program outputs sound from the speakers 29a and 29b according to the effect pattern over the varying time, or lights the panel decoration lamp 36 in a predetermined color via the lamp relay board 32. The lamp relay board 34
The frame decoration lamp 31 is turned on or off with a predetermined color.

また併せてサブ制御プログラムは、選定した演出パターンに対応して、装飾図柄表示装
置16による変動表示に関する演出表示パターンも選定している。この演出表示パターン
の選定後、このサブ制御プログラムは、サブ制御基板35から装飾図柄制御基板30に対
して、この演出表示パターン及び停止図柄に関する情報を含めた演出表示コマンドを出力
するよう制御する。
In addition, the sub-control program also selects an effect display pattern related to the variable display by the decorative symbol display device 16 in accordance with the selected effect pattern. After selecting the effect display pattern, the sub control program controls the sub control board 35 to output an effect display command including information on the effect display pattern and the stop symbol to the decorative design control board 30.

この装飾図柄制御基板30は、サブ制御基板35が出力した演出表示コマンドを受け取
ると、その後、新たな演出表示動作に移行する。具体的には、装飾図柄制御基板30は、
まず、サブ制御基板35から受け取った演出表示コマンドを解析し、演出表示パターン及
び装飾停止図柄に関する情報を取得する。そして装飾図柄制御基板30は、演出表示パタ
ーンに基づく変動時間にわたり装飾図柄表示装置16に装飾図柄を変動表示させた後、そ
の装飾図柄を装飾停止図柄とすべく表示制御する。
When the decorative design control board 30 receives the effect display command output from the sub-control board 35, the decorative design control board 30 shifts to a new effect display operation. Specifically, the decorative design control board 30 is
First, the effect display command received from the sub control board 35 is analyzed, and information related to the effect display pattern and the decoration stop symbol is acquired. Then, the decorative design control board 30 displays the decorative design on the decorative design display device 16 variably over the variation time based on the effect display pattern, and then controls the display so that the decorative design becomes the decorative stop symbol.

払出制御基板25は、CPU25a(以下「払出CPU」と呼称する)、RAM25b
、ROM25c、入出力インタフェースなどを有しており、メイン制御基板3との間で双
方向通信可能に接続されている。すなわち、メイン制御基板3と払出制御基板25との間
はシリアル信号の上下線Su、Sdと、これらに並行して設けられたACK信号の送信線
Au、Adとで接続されている。
The payout control board 25 includes a CPU 25a (hereinafter referred to as “payout CPU”), a RAM 25b.
ROM 25c, an input / output interface, and the like, and are connected to the main control board 3 so as to be capable of bidirectional communication. That is, the main control board 3 and the payout control board 25 are connected by the upper and lower lines Su and Sd of the serial signal and the transmission lines Au and Ad of the ACK signal provided in parallel therewith.

例えばメイン制御基板3が、賞球の払出を指示する賞球コマンドを下り線Sdを通じて
シリアル形式で送信すると、これを受け取った払出制御基板25が送信線Auを通じてメ
イン制御基板3に対してACK信号を送信する。また払出制御基板25が、払出制御基板
25の状態を示す状態コマンド(例えば払出処理中)を上り線Suを通じてメイン制御基
板3に対して送信すると、これを受け取ったメイン制御基板3が、送信線Adを通じて払
出制御基板25に対してACK信号を送信する。
For example, when the main control board 3 transmits a prize ball command instructing the payout of a prize ball in the serial format through the down line Sd, the payout control board 25 that has received the command sends an ACK signal to the main control board 3 through the transmission line Au. Send. Further, when the payout control board 25 transmits a status command indicating the state of the payout control board 25 (for example, during payout processing) to the main control board 3 through the uplink line Su, the main control board 3 that has received the command sends the transmission line. An ACK signal is transmitted to the payout control board 25 through Ad.

また賞球払出装置21は、払出制御基板25の制御によって遊技球の払出動作を実行す
る。すなわち払出制御基板25は、メイン制御基板3から賞球コマンドを受け取ると、賞
球払出装置21の払出モータ20を作動させ、この賞球コマンドにより指示された個数分
の払出動作を行わせる。払出球検出器22は、実際に払い出された賞球数を1個ずつ検出
し、払出制御基板25にフィードバックする。一方、モータ駆動センサ24は、払出モー
タ20の回転状態(回転角)を検出して同じく払出制御基板25にフィードバックする。
The prize ball payout device 21 performs a game ball payout operation under the control of the payout control board 25. That is, when the payout control board 25 receives a prize ball command from the main control board 3, the payout motor 20 of the prize ball payout device 21 is operated to perform the payout operation for the number instructed by the prize ball command. The payout ball detector 22 detects the number of prize balls actually paid out one by one and feeds it back to the payout control board 25. On the other hand, the motor drive sensor 24 detects the rotation state (rotation angle) of the payout motor 20 and feeds it back to the payout control board 25.

その他、発射制御基板47には、発射モータ49の他に発射ハンドル8からの信号線が
接続されている。この発射ハンドル8にはタッチ検出部48が内蔵されており、このタッ
チ検出部48は、人体(遊技者)の接触を検出して、そのタッチ検出信号を発射制御基板
47に出力する。また発射ハンドル8は、図示しない発射スイッチを内蔵しており、発射
ハンドル8の操作によりオン信号を発射制御基板47に出力する。この発射制御基板47
は、上記台間サンドとしてのカードユニット12によって出力されるカードユニット接続
信号が払出制御基板25を介して入力されると、遊技球の発射動作を許可する機能を有し
ている。この発射制御基板47は、これらカードユニット接続信号、タッチ検出信号及び
オン信号を受け取った状態ではじめて発射モータ49の駆動を許可し、これにより遊技球
の発射動作を行わせることができる。
In addition, in addition to the firing motor 49, a signal line from the firing handle 8 is connected to the firing control board 47. The firing handle 8 includes a touch detection unit 48 that detects the contact of a human body (player) and outputs the touch detection signal to the firing control board 47. The firing handle 8 has a built-in firing switch (not shown), and outputs an ON signal to the firing control board 47 by operating the firing handle 8. This launch control board 47
Has a function of permitting a game ball launching operation when a card unit connection signal output by the card unit 12 as the inter-bed sand is input via the payout control board 25. The launch control board 47 permits the drive of the launch motor 49 only after receiving the card unit connection signal, the touch detection signal, and the ON signal, thereby allowing the game ball to be launched.

払出制御基板25の払出CPU25aは、いわゆる球ガミ、球切れ、満タンや、メイン
制御基板3と払出制御基板25との接続異常などの障害を検出すると、その障害の種類に
応じたエラー情報を払出制御基板25に表示する。具体的には、払出制御基板25には7
セグメントLED4aが設けられており、この7セグメントLED4aには、例えばそれ
ら各種の障害の種類ごとにエラー番号が数字で表示されるものとなっている。
When the payout CPU 25a of the payout control board 25 detects a failure such as a so-called ball bite, a ball breakage, a full tank, or a connection abnormality between the main control board 3 and the payout control board 25, error information corresponding to the type of the fault is displayed. Displayed on the payout control board 25. Specifically, the payout control board 25 has 7
A segment LED 4a is provided, and for example, an error number is displayed as a number for each of the various types of faults on the 7-segment LED 4a.

また、払出制御基板25にはエラー解除手段としての操作スイッチ4bが設けられてお
り、この操作スイッチ4bは外部から操作可能な位置に配置されている。この操作スイッ
チ4bは、それら各種の障害が発生したとき、各障害への対処方法を音声ガイダンスする
際の契機として用いられるとともに、7セグメントLED4aに表示されるエラー情報(
数字表示)をクリアする際に操作される操作手段である。
The payout control board 25 is provided with an operation switch 4b as an error canceling means, and the operation switch 4b is disposed at a position where it can be operated from the outside. The operation switch 4b is used as an opportunity when voice guidance is given for a countermeasure for each failure when such various failures occur, and error information (displayed on the 7-segment LED 4a)
It is an operating means operated when clearing (numerical display).

(3.装飾図柄制御基板30)
次に、装飾図柄制御基板30について図3を参照して説明する。図3は、装飾図柄制御
基板30の電気的な構成を簡素化して図示した一例を示すブロック図である。
(3. Decorative design control board 30)
Next, the decorative design control board 30 will be described with reference to FIG. FIG. 3 is a block diagram showing an example in which the electrical configuration of the decorative design control board 30 is simplified.

装飾図柄制御基板30(演出制御部)は、ソースROM(キャラクタROM)340と
、グラフィックプロセッサユニット(以下「GPU」という)300を備えている。
The decorative symbol control board 30 (production control unit) includes a source ROM (character ROM) 340 and a graphic processor unit (hereinafter referred to as “GPU”) 300.

装飾図柄制御基板30は、サブ制御基板35からの演出表示コマンドなどに基づいて演
出表示動作を制御する機能を有する。また、この装飾図柄制御基板30は前述した装飾図
柄表示装置16に接続されており、この演出表示コマンドなどに基づいて表示させるべき
映像に対応した映像信号を装飾図柄表示装置16に出力する。
The decorative symbol control board 30 has a function of controlling an effect display operation based on an effect display command from the sub control board 35 and the like. The decorative design control board 30 is connected to the decorative design display device 16 described above, and outputs a video signal corresponding to the video to be displayed to the decorative design display device 16 based on the effect display command or the like.

ここで本実施形態では、映像が複数のシーン(ストーリー)の組み合わせによって構成
されており、各シーンは多数のフレームの組み合わせによって構成されている。これら各
シーンは予め決められた順序で連続的に表示されるものである。各シーンは、多数のフレ
ームが次々と表示されることにより視覚的に構成されるものである。この各シーンは、動
画像やスプライト画像の少なくとも一方を含んでおり、例えば動画像として映画のワンシ
ーンを背景とするとともに、背景にスプライト画像として図柄を重ねて表示した映像であ
る。本実施形態では、この映像を1秒間に60枚のフレームによってフレーム割りしたフ
レームレートで、これらフレーム群の各フレームを次々に連続切り替え表示することで、
表示態様が動的に変化する映像を表す。本実施形態では、このフレーム(コマ)を作ると
きに用いる動画像やスプライト画像を「シーンの素材」と呼称する。なお、本実施形態で
は、シーンの素材として、特に動画像に関して触れる必要性のある部分以外においては、
主としてスプライト画像を例示している。このような複数のシーンにより構成される映像
としては、例えば停電状態から復旧中である旨の映像、図柄の変動表示に関する映像、変
動している図柄が所定の停止図柄態様(例えば同種の図柄が3つ揃った表示態様)になる
かもしれないことを暗示するいわゆるリーチ演出に関する映像を含んでいる。
Here, in this embodiment, the video is composed of a combination of a plurality of scenes (story), and each scene is composed of a combination of a large number of frames. Each of these scenes is continuously displayed in a predetermined order. Each scene is visually configured by displaying a number of frames one after another. Each scene includes at least one of a moving image and a sprite image, and is, for example, a video in which one scene of a movie is used as a moving image as a background and a pattern is displayed as a sprite image on the background. In this embodiment, by continuously switching and displaying each frame of these frames one after another at a frame rate obtained by dividing the video by 60 frames per second,
An image whose display mode is dynamically changed is represented. In the present embodiment, the moving image or sprite image used when creating this frame (frame) is referred to as “scene material”. In the present embodiment, as a scene material, except for a portion that needs to be touched particularly on a moving image,
A sprite image is mainly illustrated. Examples of such an image composed of a plurality of scenes include, for example, an image indicating that a power failure state is being restored, an image relating to a symbol change display, and a symbol that is changing is a predetermined stop symbol pattern (for example, the same type of symbol). 3 includes a video related to a so-called reach effect that implies that the display mode may be a combination of three display modes.

(3−1.ハードウェアの構成例)
以下、この装飾図柄制御基板30に搭載されている各構成について具体的に説明する。
(3-1. Example of hardware configuration)
Hereinafter, each component mounted on the decorative design control board 30 will be described in detail.

(3−1−1.ソースROM340)
ソースROM340は、スプライト画像を表示するためのスプライトデータ等の各種素
材画像データを不揮発的に記憶する不揮発性映像メモリとして機能しており、バス線によ
ってGPU300に接続されている。ソースROM340のメモリ空間については後述す
る。
(3-1-1. Source ROM 340)
The source ROM 340 functions as a nonvolatile video memory that stores various material image data such as sprite data for displaying a sprite image in a nonvolatile manner, and is connected to the GPU 300 via a bus line. The memory space of the source ROM 340 will be described later.

なお、スプライトデータは、予め設定された可逆な圧縮方式によってデータ構造が圧縮
された状態で、ソースROM340に格納されている。一方、動画像データは、予め設定
された非可逆な圧縮方式によってデータ構造が圧縮された状態で、ソースROM340に
格納されている。
The sprite data is stored in the source ROM 340 in a state where the data structure is compressed by a preset reversible compression method. On the other hand, the moving image data is stored in the source ROM 340 in a state where the data structure is compressed by a preset irreversible compression method.

(3−1−2.GPU300の構成例)
GPU300は、図3に示されるように、制御ROM301と、SDRAM(Synchrono
us Dynamic Random Access Memory)302と、コマンドインタフェース(I/F)303
と、図柄CPU311と、VDP(Video Display Processor)330とを含んでいる。
図柄CPU311、SDRAM302、制御ROM301、VDP330間は、バス30
7により接続されている。
(3-1-2. Configuration Example of GPU 300)
As shown in FIG. 3, the GPU 300 includes a control ROM 301, an SDRAM (Synchrono
us Dynamic Random Access Memory) 302 and command interface (I / F) 303
And a symbol CPU 311 and a VDP (Video Display Processor) 330.
Between the symbol CPU 311, SDRAM 302, control ROM 301, and VDP 330 is a bus 30.
7 is connected.

コマンドインタフェース303は、サブ制御基板35からの演出表示コマンドを受信し
、受信した演出表示コマンドを図柄CPU311に転送する。
The command interface 303 receives the effect display command from the sub control board 35 and transfers the received effect display command to the symbol CPU 311.

制御ROM301は、例えばフラッシュROMにより構成され、図柄CPU311の動
作を制御するための表示制御プログラムや、表示スケジューラデータ(スケジューラデー
タ)を格納する。表示スケジューラデータとは、表示すべき映像の構成に関する情報や表
示すべき映像を構成する各シーンの描画に必要なスプライトデータ等の素材画像データを
特定するための情報を含むデータである。
The control ROM 301 is configured by a flash ROM, for example, and stores a display control program for controlling the operation of the symbol CPU 311 and display scheduler data (scheduler data). The display scheduler data is data including information for specifying material image data such as information relating to the configuration of the video to be displayed and sprite data necessary for rendering each scene constituting the video to be displayed.

図柄CPU311は、制御ROM301に格納された表示制御プログラムに基づいて動
作を行い、制御ROM301に格納された表示スケジューラデータに基づく映像表示を実
現するために、VDP330に対して映像表示処理を指示するための複数のコマンドから
なるコマンドリストを生成してVDP330に対してDMA(Direct Memory Access)転
送する。
The symbol CPU 311 operates based on the display control program stored in the control ROM 301, and instructs the VDP 330 to perform video display processing in order to realize video display based on the display scheduler data stored in the control ROM 301. A command list including a plurality of commands is generated and transferred to the VDP 330 by DMA (Direct Memory Access).

なお、制御ROM301には、様々な映像表示に対応した複数の表示スケジューラデー
タが格納されている。そのため、図柄CPU311は、コマンドインタフェース303か
ら転送されてきた演出表示コマンドにより、表示すべき映像表示の内容を特定し、特定さ
れた映像表示内容に該当する表示スケジューラデータを制御ROM301から読み出し、
読み出した表示スケジューラデータに基づく映像表示が実現されるようなコマンドリスト
を生成する。
The control ROM 301 stores a plurality of display scheduler data corresponding to various video displays. Therefore, the design CPU 311 specifies the content of the video display to be displayed by the effect display command transferred from the command interface 303, reads out the display scheduler data corresponding to the specified video display content from the control ROM 301,
A command list is generated so that video display based on the read display scheduler data is realized.

SDRAM302は、図柄CPU311により生成されたコマンドリストを一時的に保
管する等の用途に使用され、各種データを一時的に保管するための格納領域である。
The SDRAM 302 is a storage area used for temporarily storing a command list generated by the symbol CPU 311 and temporarily storing various data.

VDP330は、図柄CPU311から転送されてきたコマンドリストに含まれる複数
のコマンドを順次実行することにより、装飾図柄表示装置16に対して映像表示を行うた
めの映像表示プロセッサとして機能する。VDP330は、図柄CPU311から転送さ
れてきたコマンドリストに基づいて、表示すべき映像に応じたスプライトデータ等の素材
画像データをソースROM340から読み出して映像を構成する各シーンの描画を行い、
生成された描画データを装飾図柄表示装置16に送信することにより各種映像表示を実現
する。
The VDP 330 functions as a video display processor for displaying video on the decorative symbol display device 16 by sequentially executing a plurality of commands included in the command list transferred from the symbol CPU 311. Based on the command list transferred from the design CPU 311, the VDP 330 reads material image data such as sprite data corresponding to the video to be displayed from the source ROM 340 and draws each scene constituting the video.
Various image displays are realized by transmitting the generated drawing data to the decorative symbol display device 16.

(3−1−3.VDP330の構成例)
次に、装飾図柄表示装置16に対する映像表示を行うためのVDP330の構成を図4
を参照して説明する。
(3-1-3. Configuration example of VDP330)
Next, the configuration of the VDP 330 for displaying images on the decorative symbol display device 16 is shown in FIG.
Will be described with reference to FIG.

VDP330は、図4に示されるように、CPU I/F(インタフェース)331、
データ転送回路332、バス I/F(インタフェース)333、デコーダ334、描画
回路335、データ格納メモリ336、フレームバッファメモリ337、表示回路338
を含んでいる。
As shown in FIG. 4, the VDP 330 includes a CPU I / F (interface) 331,
Data transfer circuit 332, bus I / F (interface) 333, decoder 334, drawing circuit 335, data storage memory 336, frame buffer memory 337, display circuit 338
Is included.

CPUインタフェース(I/F)331は、図柄CPU311から転送されてきたコマ
ンドリストを受信する。
The CPU interface (I / F) 331 receives the command list transferred from the symbol CPU 311.

データ格納メモリ336は、いわゆるVRAM(Video RAM)であり、スプライトデー
タ、動画像データ等の描画処理に必要となる各種素材画像データ等を展開しておくための
揮発性映像メモリとして機能する。
The data storage memory 336 is a so-called VRAM (Video RAM), and functions as a volatile video memory for developing various material image data necessary for drawing processing such as sprite data and moving image data.

データ転送回路332は、CPUインタフェース331を介して図柄CPU311から
受信されたコマンドリストに基づいて、表示すべき映像表示に必要なスプライトデータ、
動画像データ等の素材画像データをバスインタフェース333を介してソースROM34
0から読み出して、データ格納メモリ336に展開する(素材画像データ展開手段)。
The data transfer circuit 332 is based on a command list received from the symbol CPU 311 via the CPU interface 331, and sprite data necessary for video display to be displayed.
Source image data such as moving image data is sent to the source ROM 34 via the bus interface 333.
The data is read from 0 and expanded in the data storage memory 336 (material image data expansion means).

なお、スプライトデータは、可逆な圧縮方式によってデータ構造が圧縮された状態でソ
ースROM340に格納されているため、バスインタフェース333を介してソースRO
M340から読み出されたスプライトデータは、デコーダ334によりデコード処理(伸
張処理)された後にデータ格納メモリ336に格納される。
Since the sprite data is stored in the source ROM 340 in a state where the data structure is compressed by a reversible compression method, the source RO via the bus interface 333 is used.
The sprite data read from M340 is decoded (decompressed) by the decoder 334 and then stored in the data storage memory 336.

フレームバッファメモリ337は、データ格納メモリ336と同様にVRAMにより実
現され、描画回路335により描画された映像データを揮発的に記憶可能な構成となって
いる。なお、フレームバッファメモリ337は、2フレーム分の映像データを描画して格
納することが可能となっており、描画回路335により1フレーム分の映像データが描画
されて格納されている間に、既に描画処理が終了したフレームのデータを表示回路338
を介して装飾図柄表示装置16に表示させることができる。
The frame buffer memory 337 is realized by a VRAM similarly to the data storage memory 336, and has a configuration capable of storing video data drawn by the drawing circuit 335 in a volatile manner. Note that the frame buffer memory 337 can draw and store video data for two frames. While the video data for one frame has been drawn and stored by the drawing circuit 335, the frame buffer memory 337 has already drawn. The display circuit 338 displays the data of the frame for which the drawing process is completed.
Can be displayed on the decorative symbol display device 16.

描画回路335は、CPUインタフェース331により受信された図柄CPU311か
らのコマンドリストに基づいて、データ格納メモリ336に格納されている、スプライト
データ、動画像データ等の素材画像データを用いて描画処理を行い、表示すべき映像を構
成するフレーム毎に映像データを生成してフレームバッファメモリ337に格納する。
The drawing circuit 335 performs drawing processing using material image data such as sprite data and moving image data stored in the data storage memory 336 based on the command list from the symbol CPU 311 received by the CPU interface 331. Then, video data is generated for each frame constituting the video to be displayed and stored in the frame buffer memory 337.

表示回路338は、装飾図柄表示装置16への同期信号(Vブランク信号など)を生成
するとともに、この同期信号に同期させつつ、フレームバッファメモリ337のフレーム
バッファエリアに生成されたイメージデータに基づいた映像信号を装飾図柄表示装置16
に出力する。
The display circuit 338 generates a synchronization signal (V blank signal or the like) to the decorative symbol display device 16 and is based on the image data generated in the frame buffer area of the frame buffer memory 337 while synchronizing with the synchronization signal. Decorative design display device 16 for video signal
Output to.

なお、本実施形態では、ソースROM340から読み出された各種素材画像データを揮
発的に格納するためのデータ格納メモリ336がVDP330内に設けられている場合を
用いて説明を行なうが、本発明はこのような構成に限定されるものではない。例えば、ソ
ースROM340から読み出された各種素材画像データを揮発的に格納するための揮発性
映像メモリがVDP330の外部に設けられているような構成の遊技機に対しても、本発
明は同様に適用することが可能である。
In the present embodiment, the case where the data storage memory 336 for storing the various material image data read from the source ROM 340 in a volatile manner is provided in the VDP 330 will be described. It is not limited to such a configuration. For example, the present invention is similarly applied to a gaming machine having a configuration in which a volatile video memory for volatile storage of various material image data read from the source ROM 340 is provided outside the VDP 330. It is possible to apply.

(3−2.制御ROM301のメモリ空間)
次に、上述した制御ROM301のメモリ空間に関して説明する。
制御ROM301には、図5に示されるように、図柄CPU311の動作を制御するた
めの表示制御プログラム401と、表示スケジューラデータ402が格納されている。表
示スケジューラデータ402は、表示すべき映像を構成する各シーンの描画に必要なスプ
ライトデータ等の素材画像データを特定するための情報及び表示すべき映像の構成に関す
る情報を含んでいる。
(3-2. Memory space of control ROM 301)
Next, the memory space of the control ROM 301 described above will be described.
As shown in FIG. 5, the control ROM 301 stores a display control program 401 for controlling the operation of the symbol CPU 311 and display scheduler data 402. The display scheduler data 402 includes information for specifying material image data such as sprite data necessary for drawing each scene constituting the video to be displayed and information regarding the configuration of the video to be displayed.

(3−2−1.表示スケジューラデータ402の構成例)
そして、表示スケジューラデータ402は、図6に示されるように、フレーム番号50
1と、キャラクタ番号502と、X座標503と、Y座標504と、基点位置505と、
X方向拡大率506と、Y方向拡大率507と、透明度(ブレンド率)508と、回転角
509という情報を含んでいる。
(3-2-1. Configuration Example of Display Scheduler Data 402)
The display scheduler data 402 includes a frame number 50 as shown in FIG.
1, character number 502, X coordinate 503, Y coordinate 504, base point position 505,
Information including an X direction enlargement ratio 506, a Y direction enlargement ratio 507, transparency (blend ratio) 508, and a rotation angle 509 is included.

フレーム番号501は、この表示スケジューラデータ402が、どのフレームに対する
表示内容なのかを示している。キャラクタ番号502は、複数のスプライトデータの中か
ら使用するスプライトデータを特定するための番号を示している。X座標503、Y座標
504は、表示画面上におけるスプライト画像を表示する位置を示している。基点位置5
05は、スプライト画像の表示位置を指定する際の基点の場所を示している。X方向拡大
率506、Y方向拡大率507は、それぞれ、スプライト画像をX方向、Y方向にどれだ
け拡大(又は縮小)して表示するかを示していて、例えば、0〜511%の範囲で設定す
ることができるようになっている。透明度508は、背景画像上にスプライト画像を重ね
て表示する際に、スプライト画像をどれだけ透過させて表示させるかを指定する値であり
、例えば、0〜100%の範囲内で指定可能となっている。回転角509はスプライト画
像を表示する際の角度を指定するための値である。
A frame number 501 indicates to which frame the display scheduler data 402 is displayed. A character number 502 indicates a number for identifying sprite data to be used from among a plurality of sprite data. X-coordinate 503 and Y-coordinate 504 indicate the position where the sprite image is displayed on the display screen. Base point position 5
05 indicates the location of the base point when designating the display position of the sprite image. The X direction enlargement factor 506 and the Y direction enlargement factor 507 indicate how much the sprite image is enlarged (or reduced) in the X direction and the Y direction, respectively. For example, in the range of 0 to 511%. It can be set. The transparency 508 is a value that specifies how much the sprite image is to be displayed when the sprite image is displayed over the background image. For example, the transparency 508 can be specified within a range of 0 to 100%. ing. A rotation angle 509 is a value for designating an angle for displaying a sprite image.

ここで、全てのフレームに対して表示スケジューラデータ402が用意されているわけ
ではなく、特定のフレームに対してのみ表示スケジューラデータ402が用意されていて
、途中のフレームに対する映像は、用意された表示スケジューラデータ402を参照して
補間し描画されるようになっている。
Here, the display scheduler data 402 is not prepared for all frames, but the display scheduler data 402 is prepared only for a specific frame, and the video for the intermediate frame is displayed as a prepared display. The data is interpolated and drawn with reference to the scheduler data 402.

このような表示スケジューラデータ402の具体例を図7に示す。図7では、表示スケ
ジューラデータ402の全ての設定値は示されておらず、フレーム番号501、キャラク
タ番号502、X座標503、Y座標504、X方向拡大率506、Y方向拡大率507
のみが示されている。
A specific example of such display scheduler data 402 is shown in FIG. In FIG. 7, all set values of the display scheduler data 402 are not shown, and the frame number 501, the character number 502, the X coordinate 503, the Y coordinate 504, the X direction enlargement ratio 506, and the Y direction enlargement ratio 507.
Only shown.

この図7に示した例では、第1、第30、第60フレームに対する表示スケジューラデ
ータ402のみが設定されていて、途中の第2〜第29、第31〜第59フレームの映像
表示は、第1、第30、第60フレームに設定された値を参照して算出するようになって
いる。例えば、第1フレームに設定された値と第30フレームに設定された値とから算出
して、第2フレームの値として、X座標6148ピクセル、Y座標4612ピクセル、X
方向拡大率102%、Y方向拡大率100%という値を用いる。
In the example shown in FIG. 7, only the display scheduler data 402 for the first, thirty, and sixtyth frames is set, and the video display of the second to the 29th, the 31st to the 59th frames in the middle is The calculation is made with reference to the values set in the 1st, 30th and 60th frames. For example, it is calculated from the value set in the first frame and the value set in the 30th frame, and as the value of the second frame, the X coordinate 6148 pixels, the Y coordinate 4612 pixels, X
The values of the direction expansion rate of 102% and the Y direction expansion rate of 100% are used.

ここで、本実施形態では、1秒間の映像表示が60のフレームにより構成されている場
合を用いて説明する。この場合には、フレーム周期は約16.7msとなる。
Here, in the present embodiment, a case where a one-second video display is composed of 60 frames will be described. In this case, the frame period is about 16.7 ms.

(3−3.ソースROM340のメモリ空間)
次に、上述したソースROM340のメモリ空間に関して説明する。
ソースROM340は、図8に示すように、特定の映像を表示するために予め生成され
たスプライト画像を表示するためのスプライトデータ601、色彩に関する指定を行うパ
レットデータ602、背景画像を表示するための動画データ603等の各種素材画像デー
タを格納している。
(3-3. Memory space of source ROM 340)
Next, the memory space of the source ROM 340 described above will be described.
As shown in FIG. 8, the source ROM 340 displays sprite data 601 for displaying a sprite image generated in advance for displaying a specific video, palette data 602 for specifying a color, and a background image. Various material image data such as moving image data 603 is stored.

(4.遊技機1の動作例)
次に、遊技機1の動作を図面を参照して説明する。
(4. Example of operation of gaming machine 1)
Next, the operation of the gaming machine 1 will be described with reference to the drawings.

(4−1.遊技制御処理)
ここでメイン制御基板3においては、遊技の進行を制御するメイン制御プログラムが動
作しており、このメイン制御プログラムが始動入賞を契機として大当り判定用乱数値を取
得している(大当り抽選)。メイン制御プログラムは、始動入賞があると、この始動入賞
に基づく大当り判定タイミングにおいて、取得した大当り判定用乱数値と予め定められた
当り値とを比較して、大当り判定を実行する。これとともにメイン制御プログラムは、そ
のような始動入賞があった場合、その後、別途抽選により決定した変動時間にわたり、特
別図柄表示装置41による点滅状態(特別図柄の変動表示状態)を継続した後、大当り抽
選及び判定の結果に応じて特別図柄表示装置41を点灯状態或いは消灯状態(停止図柄の
表示状態)とする。
(4-1. Game control processing)
Here, on the main control board 3, a main control program for controlling the progress of the game is operating, and the main control program acquires a random number for determining a big hit (a big hit lottery) triggered by a start winning prize. When there is a start win, the main control program compares the acquired jackpot determination random number value with a predetermined hit value at the jackpot determination timing based on the start win, and executes the jackpot determination. At the same time, if there is such a start-up prize, the main control program then continues the blinking state (special symbol variation display state) by the special symbol display device 41 for the variation time determined by lottery separately, and then the big hit Depending on the results of the lottery and determination, the special symbol display device 41 is turned on or off (displayed state of the stopped symbols).

このような大当り判定を実行すると、メイン制御基板3は、特別図柄表示装置41の制
御と並行して、大当り判定の結果を含む演出コマンドをサブ制御基板35に対して出力す
る。この演出コマンドは、この判定結果およびこの判定結果に応じて演出動作が制御され
るべき変動時間に関する情報を含んでいる。この演出コマンドを受け取ったサブ制御基板
35においては演出抽選を実行し、その演出抽選の結果に応じた演出パターンを選定する
。この演出パターンは、音や光などを出力するためのパターンである。さらにサブ制御基
板35においては、この演出パターンに対応した演出表示パターンを選定する。
When such a jackpot determination is executed, the main control board 3 outputs an effect command including the result of the jackpot determination to the sub-control board 35 in parallel with the control of the special symbol display device 41. This effect command includes information regarding the determination result and the variation time during which the effect operation is to be controlled according to the determination result. In the sub-control board 35 that has received the effect command, an effect lottery is executed, and an effect pattern corresponding to the result of the effect lottery is selected. This effect pattern is a pattern for outputting sound or light. Further, on the sub-control board 35, an effect display pattern corresponding to this effect pattern is selected.

この演出表示パターンは、変動時間にわたり、複数用意した演出表示動作のうちどの演
出表示動作を実行すべきかに関するパターンを表しており、その演出表示動作として表示
する各シーンに対応した情報を含んでいる。
This effect display pattern represents a pattern related to which effect display operation should be executed among a plurality of prepared effect display operations over a variable time, and includes information corresponding to each scene to be displayed as the effect display operation. .

そして、サブ制御基板35は、選定した演出表示パターンに基づいて、装飾図柄表示装
置16に対して表示すべき演出表示を示す演出表示コマンドを装飾図柄制御基板30に対
して送信する。
Then, the sub control board 35 transmits an effect display command indicating an effect display to be displayed on the decorative symbol display device 16 to the decorative symbol control board 30 based on the selected effect display pattern.

(5.装飾図柄表示基板30の動作例)
次に、装飾図柄表示基板30がサブ制御基板35からの演出表示コマンドを受信した場
合の動作例について説明する。
(5. Example of operation of decorative design display board 30)
Next, an operation example when the decorative design display board 30 receives an effect display command from the sub-control board 35 will be described.

(5−1.図柄CPU311の動作例)
サブ制御基板35からの演出表示コマンドは、GPU300のコマンドインタフェース
303により受信され、図柄CPU311に転送されて処理される。この図柄CPU31
1の動作を図9のフローチャートに示す。
(5-1. Operation example of symbol CPU 311)
The effect display command from the sub-control board 35 is received by the command interface 303 of the GPU 300 and transferred to the symbol CPU 311 for processing. This design CPU31
The operation of No. 1 is shown in the flowchart of FIG.

図柄CPU311は、サブ制御基板35からの演出表示コマンドを受信すると(ステッ
プS101)、この演出表示コマンドにより特定される演出表示パターンに対応する表示
スケジューラデータ402を制御ROM301から読み出す(ステップS102)。
When receiving the effect display command from the sub control board 35 (step S101), the symbol CPU 311 reads display scheduler data 402 corresponding to the effect display pattern specified by the effect display command from the control ROM 301 (step S102).

そして、図柄CPU311は、制御ROM301から読み出した表示スケジューラデー
タ402に基づいて、VDP330に対して送信するためのコマンドリストを生成する(
ステップS103)。なお、コマンドリスト生成処理の具体的な動作については後述する
Then, the symbol CPU 311 generates a command list to be transmitted to the VDP 330 based on the display scheduler data 402 read from the control ROM 301 (
Step S103). The specific operation of the command list generation process will be described later.

次に、図柄CPU311は、1つのフレームにおける全てのスプライト画像に対するコ
マンドリストの生成が終了するまで、各スプライト画像を描画するためのコマンドリスト
の生成を繰り返し、全てのスプライト画像に対するコマンドリストの生成が終了すると(
ステップS104)、生成したコマンドリストをVDP330に送信する(ステップS1
05)。
Next, the symbol CPU 311 repeats generation of a command list for drawing each sprite image until generation of a command list for all sprite images in one frame is completed, and generation of a command list for all sprite images is performed. When finished (
In step S104, the generated command list is transmitted to the VDP 330 (step S1).
05).

そして、図柄CPU311は、全てのフレームに対する処理が終了するまでステップS
103〜S105の処理を繰り返す(ステップS106)。
The symbol CPU 311 then performs step S until the processing for all the frames is completed.
The processes from 103 to S105 are repeated (step S106).

(5−2.コマンドリスト生成処理)
次に、図9のフローチャートのステップS103において示したコマンドリスト生成処
理の具体的な動作について説明する。
(5-2. Command list generation process)
Next, a specific operation of the command list generation process shown in step S103 of the flowchart of FIG. 9 will be described.

(5−2−1.使用される主なコマンドの一覧)
先ず、本実施形態のVDP330において使用される主なコマンドの一覧を図10に示
す。
(5-2-1. List of main commands used)
First, a list of main commands used in the VDP 330 of this embodiment is shown in FIG.

この図10に示されるように各コマンドには、コマンド名、コマンドデータ、データサ
イズ、コマンド内容が設定されている。ここで、コマンドデータとは、コマンドの種類を
特定するために各コマンドの先頭に設定される1バイト分の値を示している。
As shown in FIG. 10, a command name, command data, data size, and command content are set for each command. Here, the command data indicates a 1-byte value set at the head of each command in order to specify the type of command.

例えば、コマンド内容が描画終了の“EODL”というコマンドは、コマンドデータと
して“8F”が設定されており、データサイズが4バイトであるため、“8F○○ ○○
○○”というコマンドとなる。
For example, for the command “EODL” whose command content is drawing end, “8F” is set as the command data and the data size is 4 bytes.
The command is “XX”.

なお、図10に示されたコマンドの一覧は実際に使用されるコマンドのうちの一部を示
したものであり、図10に示されていないコマンドも存在する。
Note that the list of commands shown in FIG. 10 shows some of the commands that are actually used, and there are also commands that are not shown in FIG.

(5−2−2.コマンドリストの一例)
次に、図柄CPU311により作成されたコマンドリストの一例を図11に示す。コマ
ンドリストは各フレーム毎に作成されるため、1つのフレームに複数のスプライト画像が
含まれる場合には、各スプライト画像に対するコマンドがそれぞれ生成されてコマンドリ
ストに含まれることになる。
(5-2-2. Example of command list)
Next, an example of the command list created by the symbol CPU 311 is shown in FIG. Since a command list is created for each frame, when a plurality of sprite images are included in one frame, commands for each sprite image are generated and included in the command list.

図11に示された例では、1番目のスプライト画像に対するコマンドの下に2番目のス
プライト画像に対するコマンドが配置されている。このコマンドリストは、1列あたり4
バイト毎に区切られており、20バイトのコマンドは5列のデータとして現されている。
In the example shown in FIG. 11, the command for the second sprite image is arranged below the command for the first sprite image. This command list is 4 per row
Each command is divided into bytes, and a 20-byte command is represented as five columns of data.

図11に示されたコマンドリスト例における1番目のスプライト画像に対するコマンド
中には、“44000001 ・・・・・ 00000”というコマンドが含まれている
。図10を参照すると、このコマンドの先頭1バイト分の値“44”により、このコマン
ドのコマンド名は“SETBLNDCNST”でありコマンド内容は、画像間演算におけ
る固定値の設定であることがわかる。
The command for the first sprite image in the command list example shown in FIG. 11 includes a command “44000001... 00000”. Referring to FIG. 10, the value “44” for the first byte of this command indicates that the command name of this command is “SETBLNDCNST”, and the command content is a fixed value setting in the inter-image calculation.

(5−2−3.コマンドリスト生成処理の具体な処理の流れ)
次に、本実施形態の遊技機1における図柄CPU311においてコマンドリストが生成
される際の具体的な処理について説明する。
(5-2-3. Specific processing flow of command list generation processing)
Next, specific processing when a command list is generated in the symbol CPU 311 in the gaming machine 1 of the present embodiment will be described.

本実施形態における図柄CPU311は、VDP330に転送するためのコマンドリス
トを生成する際に、複数のスプライト画像に共通するコマンドを共通コマンドとしてコマ
ンドリストに設定し、共通コマンド以外のコマンドを各スプライト画像毎に生成してコマ
ンドリストに設定する。
When generating the command list for transfer to the VDP 330, the symbol CPU 311 in the present embodiment sets a command common to a plurality of sprite images as a common command in the command list, and sets a command other than the common command for each sprite image. And set it in the command list.

また、図柄CPU311は、あるスプライト画像に対するコマンドを生成しようとする
際に、生成しようとするコマンドが既に生成した他のスプライト画像に対するコマンドと
同じ内容の場合には、当該コマンドの生成を省略するようにする。ここでは、省略対象の
コマンドとして、スプライト画像の透明度の設定を含むコマンドであるコマンドSERF
COLORを用いた場合について説明を行うが、他のコマンドを省略対象のコマンドとし
た場合でも、本発明は同様に適用可能である。
Also, when trying to generate a command for a certain sprite image, the symbol CPU 311 omits the generation of the command if the command to be generated has the same content as the command for another sprite image that has already been generated. To. Here, as a command to be omitted, a command SERF which is a command including setting of transparency of a sprite image
Although the case where COLOR is used will be described, the present invention can be similarly applied even when other commands are omitted.

コマンドリスト生成処理の具体的な処理の流れを図12のフローチャートに示す。
先ず、図柄CPU311があるフレームに対するコマンドリストを生成しようとする場
合、複数のスプライト画像に共通するコマンドを共通コマンドとして登録し(ステップS
201)、透明度の設定を含むコマンドであるSETFCOLORの初期値を保存する(
ステップS202)。
A specific processing flow of the command list generation processing is shown in the flowchart of FIG.
First, when trying to generate a command list for a frame with the design CPU 311, commands common to a plurality of sprite images are registered as common commands (step S).
201), the initial value of SETCOLOR, which is a command including transparency setting, is stored (
Step S202).

次に、図柄CPU311は、共通コマンド以外のコマンドである、テクスチャロード関
連コマンド(TXLOAD2AAC)、テクスチャ属性関連コマンド(SETTXATR
等)、描画エフェクト関連コマンド(SETEFFECT)等のコマンドをコマンドリス
トに登録する(ステップS203)。
Next, the symbol CPU 311 is a command other than the common command, such as a texture load related command (TXLOAD2AAC), a texture attribute related command (SETTXATR).
Etc.) and commands such as drawing effect related commands (SETEFFECT) are registered in the command list (step S203).

そして、図柄CPU311は、透明度の値をコマンドSETFCOLORに合成する(
ステップS204)。そして、図柄CPU311は、保存されていた透明度の値とコマン
ドSETFCOLORに合成した値とが同一か否かを判定する(ステップS205)。ス
テップS205において、保存されていた透明度の値とコマンドSETFCOLORに合
成した値とが同一であると判定された場合、図柄CPU311は、コマンドSETFCO
LORのコマンドリストへの登録を行わずに、スプライト描画コマンド(SPRITE)
をコマンドリストに登録する(ステップS208)。
Then, the symbol CPU 311 synthesizes the transparency value with the command SETCOLOR (
Step S204). Then, the symbol CPU 311 determines whether or not the stored transparency value is the same as the value synthesized with the command SETCOLOR (step S205). If it is determined in step S205 that the stored transparency value and the value synthesized with the command SETCOLOR are the same, the symbol CPU 311 determines that the command SETFCO
Sprite drawing command (SPRITE) without registering in LOR command list
Is registered in the command list (step S208).

ステップS205において、保存されていた透明度の値とコマンドSETFCOLOR
に合成した値とが同一ではないと判定された場合、図柄CPU311は、コマンドSET
FCOLORに合成した透明度の値を保存して(ステップS206)、透明度が合成され
たコマンドSETFCOLORをコマンドリストに登録する(ステップS207)。そし
て、図柄CPU311は、スプライト描画コマンド(SPRITE)をコマンドリストに
登録する(ステップS208)。
In step S205, the stored transparency value and the command SETCOLOR are stored.
If it is determined that the value combined with the symbol is not the same, the symbol CPU 311 determines that the command SET
The transparency value synthesized in FCCOLOR is stored (step S206), and the command SETCOLOR which is synthesized in transparency is registered in the command list (step S207). Then, the symbol CPU 311 registers a sprite drawing command (SPRITE) in the command list (step S208).

このようにして1つのスプライト画像におけるコマンドリスト生成が行われると、図柄
CPU311は、全てのスプライト画像の処理が終了したか否かを判定して(ステップS
209)、全てのスプライト画像に対する処理が終了していればコマンド生成処理を終了
する。全てのスプライト画像の処理が終了していない場合には、図柄CPU311は、全
てのスプライト画像の処理が終了するまでステップS203からステップS208の処理
を繰り返す。
When the command list is generated for one sprite image in this way, the design CPU 311 determines whether or not the processing of all the sprite images has been completed (step S).
209) If the processing for all sprite images has been completed, the command generation processing is terminated. If all the sprite images have not been processed, the symbol CPU 311 repeats the processing from step S203 to step S208 until all the sprite images have been processed.

このようにして生成されたコマンドリストの一例を図13に示す。図13に示した例で
は、共通コマンドとして“44000001・・・・00000”というコマンドが設定
されている。そのため、1番目のスプライト画像に対するコマンド、2番目のスプライト
画像に対するコマンドでは、共通コマンドである“44000001・・・・00000
”というコマンドは設定されずに省略されている。そのため、図13に示したように各ス
プライト画像に対するコマンドのうち共通なコマンドを共通コマンドとして設定した場合
、図11に示した共通コマンドを用いずに生成されたコマンドリストと比較して、コマン
ドリストのデータ量を削減することが可能となる。
An example of the command list generated in this way is shown in FIG. In the example shown in FIG. 13, a command “44000001... 00000” is set as a common command. Therefore, the command for the first sprite image and the command for the second sprite image are common commands “44000001... 00000.
The command "" is omitted without being set. For this reason, when a common command among commands for each sprite image is set as a common command as shown in FIG. 13, the common command shown in FIG. 11 is not used. Compared with the command list generated at the same time, the data amount of the command list can be reduced.

また、透明度が同一のコマンドSETFCOLORを省略した場合と省略しなかった場
合のコマンドリストの一例を図14に示す。図14(a)は、透明度が同一のコマンドS
ETFCOLORを省略しなかった場合のコマンドリストの例であり、図14(b)は、
透明度が同一のコマンドSETFCOLORを省略した場合のコマンドリストの例である
FIG. 14 shows an example of a command list when the command SETCOLOR which has the same transparency is omitted and when it is not omitted. FIG. 14A shows a command S having the same transparency.
FIG. 14B shows an example of a command list when ETFCOLOR is not omitted.
It is an example of a command list when a command SETCOLOR which has the same transparency is omitted.

図14(b)では、1番目のスプライト画像に対するコマンドにおいて“430000
01 0A040216”というコマンドが設定されているため、2番目のスプライト画
像に対するコマンドでは、このコマンドが省略されている。そのため、図14(a)、図
14(b)を比較すると、同一の透明度のコマンドを2番目以降のスプライト画像に対す
るコマンドにおいて設定せずに省略することにより、コマンドリストのデータ量が削減さ
れていることがわかる。
In FIG. 14B, the command for the first sprite image is “430000”.
Since the command “01 0A040216” is set, this command is omitted in the command for the second sprite image. Therefore, when comparing FIG. 14A and FIG. It can be seen that the data amount of the command list is reduced by omitting the command without setting it in the commands for the second and subsequent sprite images.

(5−2−4.バイリニア補間オン/オフ判定)
次に、バイリニア補間オン/オフ判定処理について説明する。上述したように、図柄C
PU311は、図9のフローチャートを参照して説明したようなコマンドリスト生成処理
を行うことによりコマンドリストの設定を行っているが、このコマンドリスト作成処理に
おいてバイリニア補間をオンするのかオフするのかを判定するためのバイリニア補間オン
/オフ判定を行っている。
(5-2-4. Bilinear interpolation ON / OFF judgment)
Next, bilinear interpolation on / off determination processing will be described. As mentioned above, design C
The PU 311 sets the command list by performing the command list generation process described with reference to the flowchart of FIG. 9, and determines whether bilinear interpolation is turned on or off in the command list creation process. Bilinear interpolation on / off determination is performed for this purpose.

本実施形態の遊技機1では、予め用意されたスプライトデータを用いて映像表示を行っ
ているが、予め用意されているスプライトデータとしては基本的なデータしか用意されて
いない。そのため、多彩な映像を行うために、図柄CPU311は、装飾図柄表示装置1
6における表示位置、回転角度、拡大率等をコマンドリストを解してVDP330に対し
て指示することにより各種の多彩な映像表示を実現している。
In the gaming machine 1 of the present embodiment, video display is performed using sprite data prepared in advance, but only basic data is prepared as sprite data prepared in advance. Therefore, in order to perform various images, the symbol CPU 311 displays the decorative symbol display device 1.
By displaying the display position, the rotation angle, the enlargement ratio, etc. in FIG. 6 to the VDP 330 by solving the command list, various video displays are realized.

しかし、予め用意されているスプライト画像を拡大する場合、元のスプライト画像をそ
のまま拡大したのでは、輪郭部分がギザギザとなる等の弊害が発生して不自然な画像とな
ってしまう場合がある。
However, when a sprite image prepared in advance is enlarged, if the original sprite image is enlarged as it is, an adverse effect such as a jagged outline portion may occur and the image may become unnatural.

このような弊害の発生を防止するために、画像の拡大を行う際に、バイリニア補間等の
画像補間処理を用いて画像データを補間することが行われている。ここで、バイリニア補
間とは、求めたい座標の画素値を、周りの4点の画素値の重み付けの平均値を求めること
により算出する補間方法である。
In order to prevent such adverse effects, image data is interpolated using image interpolation processing such as bilinear interpolation when enlarging an image. Here, bilinear interpolation is an interpolation method in which the pixel value of the desired coordinate is calculated by calculating the weighted average value of the surrounding four pixel values.

しかし、バイリニア補間を行うためには画像を構成する各画素の画素値を求める演算を
大量に行う必要があるため、VDP330に対して負荷をかけることとなる。例えば、あ
るスプライト画像の拡大率を徐々に大きくするような映像を行おうとした場合、毎フレー
ム毎にスプライト画像の各画素値をバイリニア補間を用いて算出する必要がある。そのた
め、1つのフレームに複数のスプライト画像が存在するような場合には、VDP330の
処理負担は大きなものとなる。
However, in order to perform bilinear interpolation, it is necessary to perform a large amount of calculation for obtaining the pixel value of each pixel constituting the image, which places a load on the VDP 330. For example, when a video that gradually increases the enlargement ratio of a certain sprite image is to be performed, each pixel value of the sprite image needs to be calculated using bilinear interpolation for each frame. Therefore, when there are a plurality of sprite images in one frame, the processing load of the VDP 330 becomes large.

そこで、本実施形態の遊技機1では、スプライト画像の拡大率が、100%より大きい
場合にはバイリニア補間を行うようにするが、拡大率が100%以下でありスプライト画
像を原寸または縮小して使用するような場合には、バイリニア補間が行われないようにし
てVDP330の処理負担を軽減するようにする。
Therefore, in the gaming machine 1 of the present embodiment, bilinear interpolation is performed when the enlargement ratio of the sprite image is larger than 100%, but the enlargement ratio is 100% or less, and the sprite image is reduced to the original size or reduced. When used, the processing load of the VDP 330 is reduced by not performing bilinear interpolation.

具体的には、図柄CPU311は、VDP330に対して送信しようとするコマンドリ
ストを生成する際に、表示スケジューラデータ402に示されたスプライト画像の拡大率
(図7に示したX方向拡大率506、Y方向拡大率507)が100%よりも大きいか否
かを判定する(判定手段)。そして、図柄CPU311は、スプライト画像の拡大率が1
00%よりも大きい場合には、バイリニア補間をオンするコマンドをコマンドリストに設
定し、スプライト画像の拡大率が100%以下の場合には、バイリニア補間をオフするコ
マンドをコマンドリストに設定するようにする(設定手段)。
Specifically, when the symbol CPU 311 generates a command list to be transmitted to the VDP 330, the sprite image enlargement rate (X-direction enlargement rate 506 shown in FIG. It is determined whether or not the Y direction enlargement ratio 507) is greater than 100% (determination means). Then, the symbol CPU 311 has a sprite image enlargement ratio of 1.
When it is larger than 00%, a command for turning on the bilinear interpolation is set in the command list, and when the enlargement ratio of the sprite image is 100% or less, the command for turning off the bilinear interpolation is set in the command list. (Setting means)

そして、図柄CPU311では、図10に示した各種コマンドのうちのSETEFFE
CTというコマンドのある特定のフラグをオンまたはオフすることにより、バイリニア補
間を実行するのか実行しないのかを設定する。そして、VDP330は、図柄CPU31
1により生成されたコマンドリスト中のSETEFFECTコマンドのフラグを参照する
ことによりバイリニア補間を行って映像表示を実現するのかバイリニア補間を行わずに映
像表示を実現するのかを切り替えている。
The symbol CPU 311 then sets the SETEFFE of the various commands shown in FIG.
By turning on or off a specific flag of the command CT, whether to perform bilinear interpolation is set. And VDP330 is symbol CPU31.
With reference to the flag of the SETEFFECT command in the command list generated by 1, whether to perform video display by performing bilinear interpolation or to perform video display without performing bilinear interpolation is switched.

なお、図柄CPU311は、コマンドリストに設定するコマンドを生成する際に、各種
の関数をツールとして使用してコマンドを生成する。例えば、図柄CPU311は、下記
に示すようなAttrsetという関数を用いて、スプライト画像を表示する座標位置(
X座標503、Y座標504)や拡大率(X方向拡大率506、Y方向拡大率507)を
設定するコマンドを自動的に生成している。
Attrset(X座標503、Y座標504、X方向拡大率506、Y方向拡大率5
07)
The symbol CPU 311 generates commands using various functions as tools when generating commands to be set in the command list. For example, the symbol CPU 311 uses a function called “Attrset” as shown below to display a coordinate position (
X coordinate 503, Y coordinate 504) and an enlargement factor (X direction enlargement factor 506, Y direction enlargement factor 507) are automatically generated.
Attrset (X coordinate 503, Y coordinate 504, X direction enlargement factor 506, Y direction enlargement factor 5
07)

そして、このAttrsetという関数に、X方向拡大率506、Y方向拡大率507
を設定することにより、Attrsetという関数の中において拡大率の値が判定されて
、SETEFFECTというコマンド中のバイリニア補間のオン/オフを指定するパラメ
ータが自動的に設定される。
In addition, an X direction enlargement factor 506 and a Y direction enlargement factor 507 are added to the function called Attrset
By setting, the value of the enlargement ratio is determined in a function called Attrset, and a parameter for designating ON / OFF of bilinear interpolation in a command called SETEFFECT is automatically set.

つまり、図柄CPU311では、Attrsetという関数に、X方向拡大率506、
Y方向拡大率507を設定するだけで、自動的にバイリニア補間のオン/オフの設定が行
われる。
That is, in the symbol CPU 311, an X direction enlargement factor 506, a function called Attrset,
By simply setting the Y-direction enlargement factor 507, bilinear interpolation is automatically turned on / off.

次に、このバイリニア補間オン/オフ処理の動作を図15のフローチャートを参照して
説明する。
Next, the operation of this bilinear interpolation on / off process will be described with reference to the flowchart of FIG.

図柄CPU311は、あるフレーム中のスプライト画像に対するコマンドリストを生成
する際に、表示スケジューラデータ402を参照して、X方向拡大率506、Y方向拡大
率507を関数Attrsetに設定する(ステップS251)。
When generating a command list for a sprite image in a certain frame, the symbol CPU 311 refers to the display scheduler data 402 and sets the X-direction enlargement ratio 506 and the Y-direction enlargement ratio 507 to the function Attrset (step S251).

すると、関数Attrsetでは、X方向拡大率506、Y方向拡大率507のいずれ
かが100%より大きいか否かが判定され(ステップS252)、いずれかの拡大率が1
00%より大きい場合、コマンドSETEFFECTにはバイリニア補間をオンするフラ
グが設定され(ステップS253)、いずれの拡大率も100%以下の場合、コマンドS
ETEFFECTにはバイリニア補間をオフするフラグが設定される(ステップS254
)。
Then, in the function Attrset, it is determined whether any of the X direction enlargement ratio 506 and the Y direction enlargement ratio 507 is greater than 100% (step S252).
If it is greater than 00%, a flag for turning on the bilinear interpolation is set in the command SETEFECT (step S253). If any enlargement ratio is 100% or less, the command S
A flag for turning off bilinear interpolation is set in ETEFFECT (step S254).
).

なお、本実施形態では、バイリニア補間をオンするかオフするのかを判定するための閾
値として100%という値を用いた場合について説明をしているが、本発明はこのような
場合に限定されるものではない。その理由としては、拡大率が100%に近く原寸に近い
場合、例えば拡大率が101%、102%のような場合には例えバイリニア補間が行われ
なくても不自然な映像表示とはならない場合もあるからである。このような場合には、1
00%以外の他の値を閾値とするようにしても良い。例えば、拡大率が120%以下であ
ればバイリニア補間を行わなくても不自然な映像とならないような場合には、拡大率が1
20%よりも大きい場合にはバイリニア補間が行われるように設定し、拡大率が120%
以下の場合にはバイリニア補間が行われないように設定するようにしても良い。
In this embodiment, the case where a value of 100% is used as a threshold for determining whether bilinear interpolation is turned on or off is described. However, the present invention is limited to such a case. It is not a thing. The reason is that when the enlargement rate is close to 100% and close to the original size, for example, when the enlargement rate is 101% or 102%, even if bilinear interpolation is not performed, an unnatural video display is not obtained. Because there is also. In such a case, 1
A value other than 00% may be set as the threshold value. For example, if the enlargement ratio is 120% or less, the enlargement ratio is 1 in the case where an unnatural image is not obtained without performing bilinear interpolation.
When it is larger than 20%, it is set to perform bilinear interpolation, and the enlargement ratio is 120%.
You may make it set so that bilinear interpolation may not be performed in the following cases.

さらに、本実施形態では、スプライト画像の各画素値を補間する画像補間処理としてバ
イリニア補間を用いた場合について説明しているが、本発明は、バイリニア補間以外の他
の画像補間処理を用いた場合でも同様に適用することができるものである。
Furthermore, in this embodiment, a case where bilinear interpolation is used as an image interpolation process for interpolating each pixel value of a sprite image has been described. However, the present invention uses a case where an image interpolation process other than bilinear interpolation is used. However, it can be applied similarly.

なお、ソースROM340内に用意するスプライトデータのサイズを、使用するスプラ
イト画像の最大サイズとするようにすれば、常にスプライトデータを縮小して使用するこ
ととなる。そのため、このような方法を用いれば、予め用意されているスプライト画像を
拡大して使用する場合は発生しないので、バイリニア補間を行わなくても不自然な映像表
示となることはない。ただし、使用する最大サイズのスプライト画像を用意しておかなけ
ればならないため、画像データ量が大きなものとなってしまい、消費するソースROM3
40の容量が大きくなる。そのため、スプライト画像の種類が多くなった場合、全てのス
プライト画像を最大サイズで用意しようとすると、ソースROM340の容量も大きなも
のにしなければならなくなり、場合によっては現実的ではなくなってしまう。
If the size of the sprite data prepared in the source ROM 340 is set to the maximum size of the sprite image to be used, the sprite data is always reduced and used. Therefore, if such a method is used, it does not occur when a sprite image prepared in advance is used in an enlarged manner, so that an unnatural video display does not occur even if bilinear interpolation is not performed. However, since it is necessary to prepare a sprite image of the maximum size to be used, the amount of image data becomes large and the source ROM 3 to be consumed is consumed.
40 capacity increases. Therefore, when the number of types of sprite images increases, if it is attempted to prepare all the sprite images in the maximum size, the capacity of the source ROM 340 must be increased, which is not practical in some cases.

(6.表示処理)
次に、VDP330において行われる表示処理について説明する。図16は、この表示
処理の手順の一例を示すフローチャートである。
(6. Display processing)
Next, display processing performed in the VDP 330 will be described. FIG. 16 is a flowchart showing an example of the procedure of this display process.

まず、VDP330では、図柄CPU311からのコマンドリストを受信すると、受信
したコマンドリストをデータ格納メモリ336に格納する(ステップS301)。すると
、データ転送回路332は、受信したコマンドリストに基づいて、映像表示に必要となる
スプライトデータ、動画データ等の各種素材画像データをソースROM340から読み出
す(ステップS302)。
First, when receiving a command list from the symbol CPU 311, the VDP 330 stores the received command list in the data storage memory 336 (step S301). Then, based on the received command list, the data transfer circuit 332 reads various material image data such as sprite data and moving image data necessary for video display from the source ROM 340 (step S302).

そして、ソースROM340から転送されてきたスプライトデータ等の素材画像データ
は、デコーダ334によりデコードされた後にデータ格納メモリ336に格納される(ス
テップS303)。
The material image data such as sprite data transferred from the source ROM 340 is decoded by the decoder 334 and then stored in the data storage memory 336 (step S303).

描画回路335は、図柄CPU311から受信したコマンドリストに含まれる各コマン
ドに基づいて、データ格納メモリ336に格納されている素材画像データを用いて描画処
理を行い、生成された画像データをフレームバッファメモリ337に順次格納していく(
ステップS304)。なお、描画回路335は、スプライト画像の拡大処理を行う際に、
バイリニア補間がオンに設定されている場合には、スプライト画像を拡大する場合にバイ
リニア補間を行うようにし、バイリニア補間がオフに設定されている場合には、バイリニ
ア補間を行わずにスプライト画像の拡大処理を行う。
The drawing circuit 335 performs drawing processing using the material image data stored in the data storage memory 336 based on each command included in the command list received from the symbol CPU 311, and the generated image data is stored in the frame buffer memory. Sequentially stored in 337 (
Step S304). Note that the drawing circuit 335 performs a sprite image enlargement process.
When bilinear interpolation is set to on, bilinear interpolation is performed when the sprite image is enlarged. When bilinear interpolation is set to off, the sprite image is enlarged without performing bilinear interpolation. Process.

最後に、表示回路338は、フレームバッファメモリ337に格納された1フレーム分
の画像データを映像信号に変換して、装飾図柄表示装置16に出力する(ステップS30
5)。
Finally, the display circuit 338 converts the image data for one frame stored in the frame buffer memory 337 into a video signal and outputs it to the decorative design display device 16 (step S30).
5).

この図16に示されるような表示処理が各フレーム毎に行われることにより、VDP3
30は、図柄CPU311から転送されてきたコマンドリストに基づいて、各シーンの連
続表示により構成される映像を装飾図柄表示装置16に対して表示させることができる。
By performing the display process as shown in FIG. 16 for each frame, VDP3
30 can display an image constituted by continuous display of each scene on the decorative symbol display device 16 based on the command list transferred from the symbol CPU 311.

(7.本実施形態による有用性についての言及)
本実施形態の遊技機1では、図柄CPU311は、VDP330に対して送信しようと
するコマンドリストを生成する際に、表示スケジューラデータ402に示されたスプライ
ト画像の拡大率(X方向拡大率506、Y方向拡大率507)が100%より大きい場合
には、バイリニア補間をオンするようなコマンドを生成してコマンドリストに設定し、1
00%以下の場合には、バイリニア補間をオフするようなコマンドを生成してコマンドリ
ストに設定するようにしている。
(7. Reference to usefulness according to this embodiment)
In the gaming machine 1 of the present embodiment, the symbol CPU 311 generates a command list to be transmitted to the VDP 330 when the sprite image enlargement ratio (X-direction enlargement ratio 506, Y When the direction enlargement ratio 507) is larger than 100%, a command for turning on the bilinear interpolation is generated and set in the command list.
If it is less than 00%, a command for turning off bilinear interpolation is generated and set in the command list.

従って、本実施形態の遊技機1では、拡大率が100%以下であり、スプライト画像を
原寸または縮小して映像表示が行われるような場合には、VDP330に対する処理負担
が大きいバイリニア補間が行われないようにし、拡大率が100%以上でありバイリニア
補間が行われないと不自然な映像表示となってしまうような場合にのみバイリニア補間が
行われるようにしている。例えば、拡大率が90%、95%、100%のような場合には
、バイリニア補間が行われないようにし、拡大率が150%、200%、300%、・・
・のようにバイリニア補間が行われないと不自然な映像表示になってしまうような場合に
はバイリニア補間が行われるようにする。
Therefore, in the gaming machine 1 of the present embodiment, when the enlargement ratio is 100% or less and the video display is performed with the original or reduced size of the sprite image, bilinear interpolation with a large processing load on the VDP 330 is performed. Bilinear interpolation is performed only when the enlargement ratio is 100% or more and bilinear interpolation is not performed, resulting in an unnatural video display. For example, when the enlargement ratio is 90%, 95%, 100%, the bilinear interpolation is not performed, and the enlargement ratio is 150%, 200%, 300%,.
If bi-linear interpolation is not performed as in the case where an unnatural image is displayed, bi-linear interpolation is performed.

従って、本実施形態の遊技機1によれば、拡大率が100%以下の場合にはバイリニア
補間が行われないため、常にバイリニア補間をオンにしてスプライト画像の映像表示を行
う場合と比較して、VDP330に対する処理負担を軽減することができる。
Therefore, according to the gaming machine 1 of the present embodiment, bilinear interpolation is not performed when the enlargement ratio is 100% or less, and therefore, compared to a case where video display of a sprite image is always performed with bilinear interpolation turned on. , The processing load on the VDP 330 can be reduced.

(8.その他の実施形態についての言及)
上記実施形態では、遊技球の始動入賞口への入賞を契機として実行された内部的な抽選
結果に応じて遊技状態が移行するパチンコ機に対して本発明を適用した場合について説明
したが、本発明はこのような実施形態に限定されるものでない。本発明は、遊技球の始動
口への入賞に伴って開閉動作を行う左右一対の可動片を有するパチンコ機(いわゆる「羽
根物」と呼ばれるパチンコ機)等の他のパチンコ機に対しても同様に適用することが可能
である。
(8. Reference to other embodiments)
In the above embodiment, a case has been described where the present invention is applied to a pachinko machine in which a gaming state shifts in accordance with an internal lottery result executed in response to winning of a game ball at a start winning opening. The invention is not limited to such an embodiment. The present invention is similarly applied to other pachinko machines such as a pachinko machine having a pair of left and right movable pieces (a so-called “wings”) that opens and closes when a game ball is won at the start opening. It is possible to apply to.

また、本発明は、演出動作を表示するための表示装置を有する遊技機であれば、遊技媒
体としてメダルやコインを用いる回胴式遊技機(スロットマシン)等の遊技機に対しても
同様に適用することが可能である。なお、本発明が適用可能な回胴式遊技機の態様として
は、遊技媒体は特にメダルやコインに限らず、パチンコ機用の遊技球等を用いる態様であ
ってもよい。
In addition, the present invention is similarly applied to a gaming machine such as a revolving gaming machine (slot machine) that uses medals or coins as a gaming medium as long as it is a gaming machine having a display device for displaying an effect operation. It is possible to apply. In addition, as an aspect of the spinning type game machine to which the present invention can be applied, the game medium is not limited to a medal or a coin, but may be an aspect using a game ball for a pachinko machine or the like.

また、上記実施形態では、液晶素子を用いて表示動作を実行する表示手段(装飾図柄表
示装置など)を例示しているがこれに限られず、EL(エレクトロルミネッセンス:Elec
tro Luminescence)素子を用いた表示手段或いはプラズマを用いた表示手段に適用しても
良い。
In the above embodiment, display means (decorative symbol display device or the like) that performs a display operation using a liquid crystal element is illustrated. However, the present invention is not limited to this, and EL (electroluminescence: Elec) is used.
(tro Luminescence) element or display means using plasma may be applied.

なお、上記実施形態においては、装飾図柄制御基板30が表示に係る演出動作を制御し
ているが、これに限られず、例えばサブ制御基板35が、表示に係る演出動作以外の他の
演出動作のみならず、この装飾図柄制御基板30の機能を備えている形態であってもよい。
In addition, in the said embodiment, although the decoration design control board 30 is controlling the production | presentation operation | movement which concerns on a display, it is not restricted to this, For example, the sub control board 35 only produces other production | presentation operations other than the presentation operation | movement concerning a display. Instead, a form having the function of the decorative design control board 30 may be employed.

1 パチンコ機(遊技機)
3 メイン制御基板(遊技制御部)
3a メインCPU
16 装飾図柄表示装置(表示装置)
30 装飾図柄制御基板(演出制御部)
35 サブ制御基板(演出制御部)
300 GPU
301 制御ROM
302 SDRAM
303 コマンドインタフェース(I/F)
307 バス
311 図柄CPU(表示制御プロセッサ)
330 VDP(映像表示プロセッサ)
331 CPUインタフェース(I/F)
332 データ転送回路
333 バスインタフェース(I/F)
334 デコーダ
335 描画回路
336 データ格納メモリ
337 フレームバッファメモリ
338 表示回路
340 ソースROM(不揮発性映像メモリ)
401 表示制御プログラム
402 表示スケジューラデータ
501 フレーム番号
502 キャラクタ番号
503 X座標
504 Y座標
505 基点位置
506 X方向拡大率
507 Y方向拡大率
508 透明度(ブレンド率)
509 回転角
601 スプライトデータ
602 パレットデータ
603 動画データ
1 Pachinko machine (game machine)
3 Main control board (game control unit)
3a Main CPU
16 Decorative design display device (display device)
30 decorative design control board (production control unit)
35 Sub-control board (production control unit)
300 GPU
301 Control ROM
302 SDRAM
303 Command interface (I / F)
307 bus 311 design CPU (display control processor)
330 VDP (video display processor)
331 CPU interface (I / F)
332 Data transfer circuit 333 Bus interface (I / F)
334 Decoder 335 Drawing circuit 336 Data storage memory 337 Frame buffer memory 338 Display circuit 340 Source ROM (nonvolatile video memory)
401 Display control data 402 Display scheduler data 501 Frame number 502 Character number 503 X coordinate 504 Y coordinate 505 Base point position 506 X direction enlargement ratio 507 Y direction enlargement ratio 508 Transparency (blend ratio)
509 Rotation angle 601 Sprite data 602 Palette data 603 Movie data

本発明の遊技機は、遊技媒体を用いた遊技動作を制御する遊技制御部と、
前記遊技制御部の制御によって前記遊技動作に伴う演出動作を制御する演出制御部と、
前記演出制御部の制御によって表示動作を実行する表示装置とを備える遊技機において、
前記演出制御部は、
多数のフレームの組み合わせによって構成される各シーンを予め決められた順序で連続的に表示して構成される映像に必要な素材画像としての動画像の表示に用いる動画像データ、及び、前記映像に必要な素材画像としての静止画像の表示に用いる静止画像データが圧縮されて不揮発的に記憶されているとともに、表示すべき映像の構成に関する情報及び表示すべき映像を構成する各シーンの描画に必要な動画像データ及び静止画像データの少なくとも一方を特定するための情報を含むスケジューラデータを不揮発的に記憶する不揮発性映像メモリと、
前記圧縮された動画像データ及び静止画像データの少なくとも一方を伸張して揮発的に記憶可能な揮発性映像メモリと、
前記表示装置に対して映像表示を行うための映像表示プロセッサと、
映像の表示を制御する表示制御プログラムを実行して、前記スケジューラデータに基づく映像表示を実現するために、前記映像表示プロセッサに対して映像表示処理を指示するための複数のコマンドからなるコマンドリストを生成して前記映像表示プロセッサに転送する表示制御プロセッサと、
を含み、
前記映像表示プロセッサは、
前記表示制御プロセッサから転送されてきたコマンドリストに基づいて、表示すべき映像に応じた前記圧縮された動画像データ及び静止画像データの少なくとも一方を前記不揮発性映像メモリから読み出して前記揮発性映像メモリに展開するとともに前記揮発性映像メモリに展開されて伸張され前記動画像データ及び静止画像データの少なくとも一方を用いて構成した映像を前記表示装置に表示させ、
前記表示制御プロセッサは、
前記映像表示プロセッサに転送するためのコマンドリストを生成する際に、前記スケジューラデータに示された動画像及び静止画像の少なくとも一方の拡大率が予め設定された値よりも大きいか否かを判定する判定手段と、
前記判定手段により前記動画像及び静止画像の少なくとも一方の拡大率が予め設定された値よりも大きい場合、画像補間処理をオンするコマンドを前記コマンドリストに設定する設定手段と、
前記コマンドリストに含まれる各コマンドに基づいて、前記揮発性映像メモリから前記動画像データ及び静止画像データの少なくとも一方を読み出す際に、前記コマンドリストに前記画像補完処理をオンするためのコマンドが設定されている場合には、前記動画像データ及び静止画像データの少なくとも一方を拡大する時に前記画像補完処理を行う補完手段と、
を備えることを特徴とする。
A gaming machine of the present invention includes a game control unit that controls a game operation using a game medium,
An effect control unit that controls an effect operation accompanying the game operation by the control of the game control unit,
In a gaming machine comprising a display device that performs a display operation under the control of the effect control unit,
The production control unit
Moving image data used for displaying moving images as material images necessary for images configured by continuously displaying scenes configured by a combination of a number of frames in a predetermined order , and the images Still image data used to display a still image as a necessary material image is compressed and stored in a nonvolatile manner, and is necessary for drawing information about the configuration of the video to be displayed and each scene constituting the video to be displayed. A non-volatile video memory for storing in a non-volatile manner scheduler data including information for specifying at least one of moving image data and still image data ;
A volatile video memory capable extends at least one and volatile manner storing the compressed moving image data and still image data,
A video display processor for displaying video on the display device;
A command list comprising a plurality of commands for instructing the video display processor to perform video display processing in order to execute a display control program for controlling video display and realize video display based on the scheduler data. A display control processor for generating and transferring to the video display processor;
Including
The video display processor
Based on the command list transferred from the display control processor , at least one of the compressed moving image data and still image data corresponding to the video to be displayed is read from the nonvolatile video memory, and the volatile video memory And displaying on the display device a video composed using at least one of the moving image data and the still image data expanded and expanded in the volatile video memory,
The display control processor includes:
When generating a command list for transfer to the video display processor, it is determined whether the enlargement ratio of at least one of the moving image and the still image indicated in the scheduler data is larger than a preset value. A determination means;
A setting means for setting a command to turn on image interpolation processing in the command list when the enlargement ratio of at least one of the moving image and the still image is larger than a preset value by the determination means;
Based on each command included in the command list, when reading at least one of the moving image data and still image data from the volatile video memory, a command for turning on the image complement processing is set in the command list. If it is, complementing means for performing the image complementing process when enlarging at least one of the moving image data and still image data,
It is characterized by providing.

Claims (1)

遊技媒体を用いた遊技動作を制御する遊技制御部と、
前記遊技制御部の制御によって前記遊技動作に伴う演出動作を制御する演出制御部と、
前記演出制御部の制御によって表示動作を実行する表示装置とを備える遊技機において、
前記演出制御部は、
映像に必要な素材画像の表示に用いる素材画像データを不揮発的に記憶するとともに、
表示すべき映像の構成に関する情報及び表示すべき映像を構成する各シーンの描画に必要な素材画像データを特定するための情報を含むスケジューラデータを不揮発的に記憶する不揮発性映像メモリと、
前記素材画像データを揮発的に記憶可能な揮発性映像メモリと、
前記表示装置に対して映像表示を行うための映像表示プロセッサと、
映像の表示を制御する表示制御プログラムを実行して、前記スケジューラデータに基づく映像表示を実現するために、前記映像表示プロセッサに対して映像表示処理を指示するための複数のコマンドからなるコマンドリストを生成して前記映像表示プロセッサに転送する表示制御プロセッサと、
を含み、
前記映像表示プロセッサは、
前記表示制御プロセッサから転送されてきたコマンドリストに基づいて、表示すべき映像に応じた素材画像データを前記不揮発性映像メモリから読み出して前記揮発性映像メモリに展開するとともに前記揮発性映像メモリに展開された素材画像データを用いて構成した映像を前記表示装置に表示させ、
前記表示制御プロセッサは、
前記映像表示プロセッサに転送するためのコマンドリストを生成する際に、前記スケジューラデータに示された素材画像の拡大率が予め設定された値よりも大きいか否かを判定する判定手段と、
前記判定手段により素材画像の拡大率が予め設定された値よりも大きい場合、画像補間処理をオンするコマンドを前記コマンドリストに設定する設定手段と、
を備えることを特徴とする遊技機。
A game control unit for controlling a game operation using a game medium;
An effect control unit that controls an effect operation accompanying the game operation by the control of the game control unit,
In a gaming machine comprising a display device that performs a display operation under the control of the effect control unit,
The production control unit
In addition to storing material image data used for displaying material images required for video in a nonvolatile manner,
A non-volatile video memory that non-volatilely stores scheduler data including information related to the configuration of the video to be displayed and information for specifying the material image data necessary for rendering each scene constituting the video to be displayed;
A volatile video memory capable of storing the material image data in a volatile manner;
A video display processor for displaying video on the display device;
A command list comprising a plurality of commands for instructing the video display processor to perform video display processing in order to execute a display control program for controlling video display and realize video display based on the scheduler data. A display control processor for generating and transferring to the video display processor;
Including
The video display processor
Based on the command list transferred from the display control processor, the material image data corresponding to the video to be displayed is read from the nonvolatile video memory and expanded in the volatile video memory and also expanded in the volatile video memory Video displayed using the material image data is displayed on the display device,
The display control processor includes:
A determination unit that determines whether or not an enlargement ratio of the material image indicated in the scheduler data is larger than a preset value when generating a command list for transfer to the video display processor;
A setting means for setting a command for turning on image interpolation processing in the command list when the magnification rate of the material image is larger than a preset value by the determination means;
A gaming machine comprising:
JP2012166285A 2012-07-26 2012-07-26 Game machine Expired - Fee Related JP5392871B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012166285A JP5392871B2 (en) 2012-07-26 2012-07-26 Game machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012166285A JP5392871B2 (en) 2012-07-26 2012-07-26 Game machine

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2007184917A Division JP5070580B2 (en) 2007-07-13 2007-07-13 Game machine

Publications (2)

Publication Number Publication Date
JP2012228562A true JP2012228562A (en) 2012-11-22
JP5392871B2 JP5392871B2 (en) 2014-01-22

Family

ID=47430603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012166285A Expired - Fee Related JP5392871B2 (en) 2012-07-26 2012-07-26 Game machine

Country Status (1)

Country Link
JP (1) JP5392871B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015112286A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112283A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112285A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112287A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112284A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08181849A (en) * 1994-12-22 1996-07-12 Fuji Photo Film Co Ltd Thermal video color printer
JP2001231986A (en) * 2000-02-21 2001-08-28 Heiwa Corp Variable image display device and variable image display method
JP2003030679A (en) * 2001-07-11 2003-01-31 Shinnichi Electronics Kk Image display device for pachinko game machine, image display method in image display device of pachinko game machine and image display program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08181849A (en) * 1994-12-22 1996-07-12 Fuji Photo Film Co Ltd Thermal video color printer
JP2001231986A (en) * 2000-02-21 2001-08-28 Heiwa Corp Variable image display device and variable image display method
JP2003030679A (en) * 2001-07-11 2003-01-31 Shinnichi Electronics Kk Image display device for pachinko game machine, image display method in image display device of pachinko game machine and image display program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015112286A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112283A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112285A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112287A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine
JP2015112284A (en) * 2013-12-11 2015-06-22 株式会社藤商事 Game machine

Also Published As

Publication number Publication date
JP5392871B2 (en) 2014-01-22

Similar Documents

Publication Publication Date Title
JP5070580B2 (en) Game machine
JP2010022741A (en) Game machine
JP5771814B2 (en) Game machine
JP5124786B2 (en) Game machine
JP5120930B2 (en) Game machine
JP2010022747A (en) Game machine
JP5392871B2 (en) Game machine
JP2009273836A (en) Game machine
JP2009018121A (en) Game machine
JP2010022748A (en) Game machine
JP2017051776A (en) Game machine
JP5956625B2 (en) Game machine
JP5463396B2 (en) Game machine
JP6082972B2 (en) Game machine
JP6082971B2 (en) Game machine
JP2018143869A (en) Game machine
JP2021151426A (en) Game machine
JP2009268703A (en) Game machine
JP5695228B2 (en) Game machine
JP2016163827A (en) Game machine
JP2018143870A (en) Game machine
JP2017051777A (en) Game machine
JP2009268708A (en) Game machine
JP2009268709A (en) Game machine
JP2021164546A (en) Game machine

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120823

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120824

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20120824

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20120827

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130910

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131010

R150 Certificate of patent or registration of utility model

Ref document number: 5392871

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees