JP2020130405A - Game machine - Google Patents

Game machine Download PDF

Info

Publication number
JP2020130405A
JP2020130405A JP2019025123A JP2019025123A JP2020130405A JP 2020130405 A JP2020130405 A JP 2020130405A JP 2019025123 A JP2019025123 A JP 2019025123A JP 2019025123 A JP2019025123 A JP 2019025123A JP 2020130405 A JP2020130405 A JP 2020130405A
Authority
JP
Japan
Prior art keywords
special
game
probability
state
value
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
JP2019025123A
Other languages
Japanese (ja)
Other versions
JP2020130405A5 (en
JP7157448B2 (en
Inventor
雅也 田中
Masaya Tanaka
雅也 田中
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.)
Sophia Co Ltd
Original Assignee
Sophia 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 Sophia Co Ltd filed Critical Sophia Co Ltd
Priority to JP2019025123A priority Critical patent/JP7157448B2/en
Publication of JP2020130405A publication Critical patent/JP2020130405A/en
Publication of JP2020130405A5 publication Critical patent/JP2020130405A5/ja
Application granted granted Critical
Publication of JP7157448B2 publication Critical patent/JP7157448B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Pinball Game Machines (AREA)

Abstract

To enhance development efficiency.SOLUTION: Control means (game control device 100) for controlling a game includes first storage means (ROM111B) and second storage means (RAM111C). For the first storage means, a first storage area 111Ba in which a first program and first data are stored and a second storage area 111Be in which a second program and second data are stored are set. For the second storage means, a first work area 111Ca that is a work area of the first program and a second work area 111Cd that is a work area of the second program are set. The first work area includes a first dedicated area 111Ca1 that is read and written by the first program but is not read and written by the second program, and a first common area 111Ca2 that is read and written by the first program and can be read by the second program.SELECTED DRAWING: Figure 67

Description

本発明は、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果とな
った場合に、遊技者に有利な状態を発生する遊技機に関する。
The present invention relates to a gaming machine that executes a game based on the establishment of a predetermined condition and generates a state advantageous to the player when the result of the game becomes a special result.

所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に
遊技者に遊技価値を付与する特別遊技状態を発生可能な遊技機が知られている。このよう
な遊技機では、演算処理を行うCPUと、プログラムを記憶したROMと、作業領域を提
供するRAMと、を備える遊技制御手段により遊技の制御を行うようにしている(例えば
特許文献1参照)。
There is known a gaming machine capable of generating a special gaming state in which a game is executed based on the establishment of a predetermined condition and a gaming value is given to the player when the result of the game becomes a special result. In such a game machine, the game is controlled by a game control means including a CPU that performs arithmetic processing, a ROM that stores a program, and a RAM that provides a work area (see, for example, Patent Document 1). ).

特開2017−121302号公報JP-A-2017-121302

遊技機の開発においては機種に応じてプログラムを作成する必要があるが、プログラム
を一から開発するよりも既存の機種のプログラムから一部を流用する方が簡便である。し
かしながら、このような流用を考慮していない複雑なプログラムのうちから必要な部分を
抽出する作業は容易ではなく、また、RAMの作業領域の割り当てについても整理する作
業が必要となり、結局は膨大な作業が必要となっていた。本発明の目的は、開発の効率を
高めることである。
In the development of a game machine, it is necessary to create a program according to the model, but it is easier to divert a part from the program of an existing model than to develop the program from scratch. However, it is not easy to extract the necessary part from a complicated program that does not consider such diversion, and it is also necessary to organize the allocation of the RAM work area, which is enormous in the end. Work was needed. An object of the present invention is to increase the efficiency of development.

以上の課題を解決するため、請求項1に記載の発明は、
所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に
、遊技者に有利な状態を発生する遊技機において、
遊技に関する制御を行う制御手段を備え、
前記制御手段は、
当該制御手段が使用するプログラム及びデータを記憶した第1記憶手段と、
前記プログラムの作業領域を提供する第2記憶手段と、を備え、
前記第1記憶手段には、
前記プログラムである第1プログラム及び前記データである第1データが記憶される第
1記憶領域と、
前記プログラムである第2プログラム及び前記データである第2データが記憶される第
2記憶領域と、があり、
前記第1記憶領域と、前記第2記憶領域とは、未使用領域を挟んで設定されており、
前記第2記憶手段には、
前記第1プログラムの作業領域である第1作業領域と、
前記第2プログラムの作業領域である第2作業領域と、があり、
前記第1作業領域と、前記第2作業領域とは、未使用領域を挟んで設定されており、
前記第1作業領域には、
前記第1プログラムにより読み書きされるが、前記第2プログラムからは読み書きされ
ない第1専用領域と、
前記第1プログラムにより読み書きされるとともに、前記第2プログラムにより読み出
すことが可能な第1共通領域と、を備えることを特徴とする。
In order to solve the above problems, the invention according to claim 1 is
In a game machine that executes a game based on the establishment of a predetermined condition and generates a state advantageous to the player when the result of the game becomes a special result.
Equipped with control means to control the game
The control means
A first storage means that stores the program and data used by the control means, and
A second storage means that provides a work area for the program.
The first storage means includes
The first program which is the program, the first storage area where the first data which is the data is stored, and
There is a second program which is the program and a second storage area where the second data which is the data is stored.
The first storage area and the second storage area are set with an unused area in between.
The second storage means includes
The first work area, which is the work area of the first program, and
There is a second work area, which is a work area of the second program.
The first work area and the second work area are set with an unused area in between.
In the first work area,
A first dedicated area that is read / written by the first program but not read / written by the second program.
It is characterized by including a first common area that can be read and written by the first program and can be read by the second program.

本発明によれば、開発の効率を高めることができる。 According to the present invention, the efficiency of development can be improved.

本発明の一実施形態の遊技機を前面側から見た斜視図である。It is a perspective view which looked at the gaming machine of one Embodiment of this invention from the front side. 遊技盤の正面図である。It is a front view of a game board. 遊技機の制御系の構成例を示すブロック図である。It is a block diagram which shows the structural example of the control system of a game machine. 遊技機の制御系の構成例を示すブロック図である。It is a block diagram which shows the structural example of the control system of a game machine. 特別結果の構成を説明する図である。It is a figure explaining the structure of a special result. 特別遊技状態における動作態様を説明する図である。It is a figure explaining the operation mode in a special game state. 特別遊技状態における動作態様を説明する図である。It is a figure explaining the operation mode in a special game state. 遊技状態の遷移を説明するための図である。It is a figure for demonstrating the transition of a game state. メイン処理を説明するフローチャートである。It is a flowchart explaining the main process. メイン処理を説明するフローチャートである。It is a flowchart explaining the main process. タイマ割込み処理を説明するフローチャートである。It is a flowchart explaining the timer interrupt processing. 確率設定変更/確認処理を説明するフローチャートである。It is a flowchart explaining the probability setting change / confirmation process. 性能表示装置における表示を説明する図である。It is a figure explaining the display in a performance display device. 入賞口スイッチ/状態監視処理を説明するフローチャートである。It is a flowchart explaining the winning opening switch / state monitoring process. 不正&入賞監視処理を説明するフローチャートである。It is a flowchart explaining fraud & prize-winning monitoring process. 入賞数カウンタ更新処理を説明するフローチャートである。It is a flowchart explaining the winning number counter update process. 始動口スイッチ監視処理を説明するフローチャートである。It is a flowchart explaining the start port switch monitoring process. 特図始動口スイッチ共通処理を説明するフローチャートである。It is a flowchart explaining the common processing of a special figure start port switch. 特図保留情報判定処理を説明するフローチャートである。It is a flowchart explaining the special figure hold information determination process. 特図保留情報判定処理を説明するフローチャートである。It is a flowchart explaining the special figure hold information determination process. 先読み大当り判定処理を説明するフローチャートである。It is a flowchart explaining the look-ahead jackpot determination process. 特図1ゲーム処理を説明するフローチャートである。Special Figure 1 is a flowchart illustrating game processing. 特図2ゲーム処理を説明するフローチャートである。Special Figure 2 It is a flowchart explaining game processing. 特図2ゲーム処理を説明するフローチャートである。Special Figure 2 It is a flowchart explaining game processing. 特図1普段処理を説明するフローチャートである。Special Figure 1 It is a flowchart explaining the usual processing. 特図2普段処理を説明するフローチャートである。Special Figure 2 It is a flowchart explaining the usual processing. 特図1変動開始処理及び特図2変動開始処理を説明するフローチャートである。It is a flowchart explaining the special figure 1 variation start process and the special figure 2 variation start process. 転落抽選処理を説明するフローチャートである。It is a flowchart explaining the fall lottery process. 大当りフラグ1設定処理及び大当りフラグ2設定処理を説明するフローチャートである。It is a flowchart explaining the jackpot flag 1 setting process and the jackpot flag 2 setting process. 大当り判定処理を説明するフローチャートである。It is a flowchart explaining the jackpot determination process. 小当り判定処理を説明するフローチャートである。It is a flowchart explaining the small hit determination process. 特図1停止図柄設定処理を説明するフローチャートである。It is a flowchart explaining the special figure 1 stop symbol setting process. 特図2停止図柄設定処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 stop symbol setting process. 特図1情報設定処理を説明するフローチャートである。FIG. 1 is a flowchart illustrating a special figure 1 information setting process. 特図2情報設定処理を説明するフローチャートである。FIG. 2 is a flowchart illustrating a special figure 2 information setting process. 特図1変動パターン設定処理を説明するフローチャートである。FIG. 1 is a flowchart illustrating a variation pattern setting process. 特図2変動パターン設定処理を説明するフローチャートである。FIG. 2 is a flowchart illustrating a variation pattern setting process. 変動開始情報設定処理を説明するフローチャートである。It is a flowchart explaining the fluctuation start information setting process. 時間短縮変動回数更新処理を説明するフローチャートである。It is a flowchart explaining the time shortening fluctuation number update process. 特図1変動中処理を説明するフローチャートである。FIG. 1 is a flowchart illustrating processing during fluctuation. 特図2変動中処理を説明するフローチャートである。FIG. 2 is a flowchart illustrating processing during fluctuation. 特図1表示中処理を説明するフローチャートである。It is a flowchart explaining special figure 1 display process. 特図2表示中処理を説明するフローチャートである。It is a flowchart explaining special figure 2 display process. 特図2表示中処理を説明するフローチャートである。It is a flowchart explaining special figure 2 display process. ファンファーレ/インターバル中処理移行設定処理を説明するフローチャートである。It is a flowchart explaining the process transition setting process during a fanfare / interval. ファンファーレ/インターバル中処理を説明するフローチャートである。It is a flowchart explaining the processing during a fanfare / interval. ファンファーレ/インターバル中処理を説明するフローチャートである。It is a flowchart explaining the processing during a fanfare / interval. 特図1大当り終了処理を説明するフローチャートである。It is a flowchart explaining the special figure 1 jackpot end processing. 特図2大当り終了処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 jackpot end processing. 大当り終了設定処理1及び大当り終了設定処理2を説明するフローチャートである。It is a flowchart explaining the jackpot end setting process 1 and the jackpot end setting process 2. 大当り終了設定処理3を説明するフローチャートである。It is a flowchart explaining the jackpot end setting process 3. 小当りファンファーレ中処理を説明するフローチャートである。It is a flowchart explaining the process in small hit fanfare. 特図2小当り終了処理を説明するフローチャートである。FIG. 2 is a flowchart illustrating a small hit end process. 普図ゲーム処理を説明するフローチャートである。It is a flowchart explaining the normal figure game processing. 普図表示中処理を説明するフローチャートである。It is a flowchart explaining the process during display of a normal figure. 2バイトデータ取得処理を説明するフローチャートである。It is a flowchart explaining a 2-byte data acquisition process. 図柄変動制御処理を説明するフローチャートである。It is a flowchart explaining the symbol variation control process. 1バイト減算処理を説明するフローチャートである。It is a flowchart explaining the 1-byte subtraction process. 1バイト加算処理を説明するフローチャートである。It is a flowchart explaining 1-byte addition processing. 演出コマンド設定処理を説明するフローチャートである。It is a flowchart explaining the effect command setting process. 特図1表示中処理を説明するフローチャートである。It is a flowchart explaining special figure 1 display process. 特図2表示中処理を説明するフローチャートである。It is a flowchart explaining special figure 2 display process. ファンファーレ/インターバル中処理移行設定処理を説明するフローチャートである。It is a flowchart explaining the process transition setting process in a fanfare / interval process. ファンファーレ/インターバル中処理を説明するフローチャートである。It is a flowchart explaining the processing during a fanfare / interval. ROMの領域を説明する図である。It is a figure explaining the area of ROM. RAMの領域を説明する図である。It is a figure explaining the area of RAM. ROMのプログラムとRAMの領域の対応関係を説明する図である。It is a figure explaining the correspondence relationship between a ROM program and a RAM area. 性能表示モニタ制御処理を説明するフローチャートである。It is a flowchart explaining the performance display monitor control processing. 初期表示タイマ更新処理を説明するフローチャートである。It is a flowchart explaining the initial display timer update process. 性能表示編集処理を説明するフローチャートである。It is a flowchart explaining the performance display editing process. 出力処理を説明するフローチャートである。It is a flowchart explaining an output process. 性能表示装置における表示を説明する図である。It is a figure explaining the display in a performance display device. 性能表示装置における表示を説明する図である。It is a figure explaining the display in a performance display device. 演出制御装置のメイン処理を説明するフローチャートである。It is a flowchart explaining the main processing of an effect control device. 受信コマンドチェック処理を説明するフローチャートである。It is a flowchart explaining the received command check process. 受信コマンド解析処理を説明するフローチャートである。It is a flowchart explaining the received command analysis process. 変動系コマンド処理を説明するフローチャートである。It is a flowchart explaining the variable command processing. 賞球数表示を説明する図である。It is a figure explaining the prize ball number display. 先読み演出の一例を説明する図である。It is a figure explaining an example of a look-ahead effect. 先読み演出の一例を説明する図である。It is a figure explaining an example of a look-ahead effect. 先読み演出の実行態様を説明する図である。It is a figure explaining the execution mode of the look-ahead effect.

<第1実施形態>
図1に示すように本実施形態の遊技機10は前面枠12を備え、該前面枠12は外枠(
支持枠)11に開閉回動可能に組み付けられている。遊技盤30(図2参照)は前面枠1
2の表側に形成された収納部(図示省略)に収納されている。また、前面枠(本体枠)1
2には、遊技盤30の前面を覆うカバーガラス(透明部材)14を備えたガラス枠15(
透明板保持枠)が取り付けられている。
<First Embodiment>
As shown in FIG. 1, the gaming machine 10 of the present embodiment includes a front frame 12, and the front frame 12 is an outer frame (
It is assembled to the support frame) 11 so as to be openable and rotatable. The game board 30 (see FIG. 2) has a front frame 1
It is stored in a storage unit (not shown) formed on the front side of 2. In addition, the front frame (main body frame) 1
The second is a glass frame 15 (with a cover glass (transparent member) 14 covering the front surface of the game board 30).
A transparent plate holding frame) is attached.

また、ガラス枠15の左右には内部にランプやLED等を内蔵し装飾や演出、および異
常発生時の報知(例えば、払出異常が発生した場合はランプやLED等を異常報知色(例
えば、赤色)で点灯(点滅)させる)のための発光をする枠装飾装置18や、音響(例え
ば、効果音)を発するスピーカ(上スピーカ)19aが設けられている。さらに、前面枠
12の下部にもスピーカ(下スピーカ)19bが設けられている。また、異常発生時はス
ピーカ(上スピーカ)19a、スピーカ(下スピーカ)19bから音声で異常内容が報知
されるようになっている。なお、ガラス枠15の所定部位に払出異常報知用のランプを設
けるようにしても良い。
In addition, lamps, LEDs, etc. are built into the left and right sides of the glass frame 15, and decorations, effects, and notifications when an abnormality occurs (for example, when a payout abnormality occurs, the lamps, LEDs, etc. are displayed in an abnormality notification color (for example, red). A frame decoration device 18 that emits light for lighting (blinking) with (), and a speaker (upper speaker) 19a that emits sound (for example, sound effect) are provided. Further, a speaker (lower speaker) 19b is also provided below the front frame 12. Further, when an abnormality occurs, the abnormality content is notified by voice from the speaker (upper speaker) 19a and the speaker (lower speaker) 19b. It should be noted that a lamp for notifying the payout abnormality may be provided at a predetermined portion of the glass frame 15.

また、前面枠12の下部には、図示しない打球発射装置に遊技球を供給する上皿21(
貯留皿)、遊技機10の裏面側に設けられている払出ユニットから払い出された遊技球が
流出する上皿球出口22、上皿21が一杯になった状態で払い出された遊技球を貯留する
下皿(受皿)23及び打球発射装置の操作部24等が設けられている。さらに、上皿21
の上縁部には、遊技者からの押圧操作入力を受け付けるための演出ボタンスイッチ25a
を内蔵した演出ボタン25が設けられている。また、演出ボタン25の上面(押圧面)に
は、遊技者からの接触操作入力を受け付けるためのタッチパネル29が設けられている。
さらに、前面枠12の下部右側には、前面枠12やガラス枠15を開放したり施錠したり
する鍵を挿入するための鍵穴26が設けられている。
なお、本実施形態ではタッチパネル29を演出ボタン25と一体的に設けたが、タッチ
パネル29は、演出ボタン25と別体であってもよく、例えば、演出ボタン25の近傍に
サブ表示装置を設け、そのサブ表示装置の表示面にタッチパネル29を設けてもよい。
Further, at the lower part of the front frame 12, an upper plate 21 (which supplies a game ball to a hitting ball launching device (not shown))
(Reservoir), the upper plate ball outlet 22 from which the game balls paid out from the payout unit provided on the back side of the game machine 10 flow out, and the upper plate 21 paid out with the upper plate 21 full. A lower plate (receiver) 23 for storing and an operation unit 24 for a hitting ball launching device are provided. Furthermore, the upper plate 21
On the upper edge, the effect button switch 25a for receiving the pressing operation input from the player
An effect button 25 with a built-in effect is provided. Further, a touch panel 29 for receiving a contact operation input from the player is provided on the upper surface (pressing surface) of the effect button 25.
Further, on the lower right side of the front frame 12, a keyhole 26 for inserting a key for opening or locking the front frame 12 or the glass frame 15 is provided.
In the present embodiment, the touch panel 29 is provided integrally with the effect button 25, but the touch panel 29 may be separate from the effect button 25. For example, a sub display device is provided in the vicinity of the effect button 25. A touch panel 29 may be provided on the display surface of the sub display device.

また、演出ボタン25の右方には、遊技者が隣接する球貸機から球貸しを受ける場合に
操作する球貸ボタン27、球貸機のカードユニットからプリペイドカードを排出させるた
めに操作する排出ボタン28、プリペイドカードの残高を表示する残高表示部(図示省略
)等が設けられている。この実施形態の遊技機10においては、遊技者が操作部24を回
動操作することによって、打球発射装置が上皿21から供給される遊技球を遊技盤30前
面の遊技領域32に向かって発射する。また、遊技者が演出ボタン25やタッチパネル2
9を操作することによって、表示装置41(図2参照)における変動表示ゲーム(飾り特
図変動表示ゲーム)において、遊技者の操作を介入させた演出等を行うことができる。
Further, to the right of the effect button 25, there is a ball lending button 27 that is operated when the player receives a ball lending from an adjacent ball lending machine, and a discharge that is operated to eject a prepaid card from the card unit of the ball lending machine. A button 28, a balance display unit (not shown) for displaying the balance of the prepaid card, and the like are provided. In the game machine 10 of this embodiment, when the player rotates the operation unit 24, the hitting ball launching device launches the game ball supplied from the upper plate 21 toward the game area 32 on the front surface of the game board 30. To do. In addition, the player can use the effect button 25 and the touch panel 2
By operating 9, in the variable display game (decorative special figure variable display game) in the display device 41 (see FIG. 2), it is possible to perform an effect in which the player's operation is intervened.

次に、図2を用いて遊技盤30の一例について説明する。図2は、本実施形態の遊技盤
30の正面図である。
図2に示すように、遊技盤30は、各種部材の取付ベースとなる平板状の遊技盤本体8
0を備える。遊技盤本体80は木製又は合成樹脂製であって、当該遊技盤本体80の前面
には、遊技盤30の四隅に各々設けられた樹脂製のサイドケース33及び外周壁(ガイド
レール)31で囲まれた遊技領域32が設けられている。遊技機10は、外周壁31で囲
まれた遊技領域32内に打球発射装置から遊技球を発射して遊技を行うように構成されて
いる。遊技領域32には遊技球の流下方向を変換する部材として風車や障害釘などが配設
されており、発射された遊技球はこれら部材により転動方向を変えながら遊技領域32を
流下する。
Next, an example of the game board 30 will be described with reference to FIG. FIG. 2 is a front view of the game board 30 of the present embodiment.
As shown in FIG. 2, the game board 30 is a flat plate-shaped game board main body 8 that serves as a mounting base for various members.
It has 0. The game board main body 80 is made of wood or synthetic resin, and the front surface of the game board main body 80 is surrounded by resin side cases 33 and an outer peripheral wall (guide rail) 31 provided at each of the four corners of the game board 30. The game area 32 is provided. The game machine 10 is configured to launch a game ball from a hitting ball launching device into a game area 32 surrounded by an outer peripheral wall 31 to play a game. A windmill, an obstacle nail, or the like is arranged in the game area 32 as a member for changing the flow direction of the game ball, and the launched game ball flows down the game area 32 while changing the rolling direction by these members.

遊技領域32の略中央には、変動表示ゲームの表示領域となる窓部を形成するセンター
ケース40が取り付けられている。センターケース40に形成された窓部の後方には、複
数の識別情報を変動表示する演出表示装置(変動表示装置)としての表示装置41が配置
されている。
A center case 40 that forms a window portion that serves as a display area for a variable display game is attached to substantially the center of the game area 32. Behind the window portion formed in the center case 40, a display device 41 as an effect display device (variable display device) for variablely displaying a plurality of identification information is arranged.

表示装置41(変動表示装置)は、例えば、LCD(液晶表示器)、CRT(ブラウン
管)等の表示画面を有する装置で構成されている。表示画面の画像を表示可能な領域(表
示領域)には、演出画像として静止画や動画を表示可能であり、例えば、複数の識別情報
(特別図柄)や特図変動表示ゲームを演出するキャラクタや演出効果を高める背景画像等
の遊技に関する情報が表示される。表示装置41の表示画面においては、識別情報として
割り当てられた複数の特別図柄が変動表示(可変表示)されて、特図変動表示ゲームに対
応した飾り特図変動表示ゲームが行われる。また、表示画面には遊技の進行に基づく演出
のための画像(例えば、大当り表示画像、ファンファーレ表示画像、エンディング表示画
像等)が表示される。
The display device 41 (variable display device) is composed of, for example, a device having a display screen such as an LCD (liquid crystal display) and a CRT (cathode ray tube). Still images and moving images can be displayed as effect images in the area (display area) where the image of the display screen can be displayed. Information about the game such as a background image that enhances the effect is displayed. On the display screen of the display device 41, a plurality of special symbols assigned as identification information are variablely displayed (variablely displayed), and a decorative special figure variable display game corresponding to the special figure variable display game is performed. In addition, an image for producing an effect based on the progress of the game (for example, a jackpot display image, a fanfare display image, an ending display image, etc.) is displayed on the display screen.

センターケース40には、遊技領域32を流下する遊技球をセンターケース40の内側
に導くためのワープ流路を形成するワープ流路形成部材614と、当該ワープ流路を通過
した遊技球が転動可能なステージ部620とが設けられている。センターケース40のス
テージ部620は、始動入賞口36の上方に配置されているため、ステージ部620上で
転動した遊技球は始動入賞口36に入賞し易くなっている。
また、センターケース40の上部には、動作することによって遊技の演出を行う盤演出
装置44が備えられている。この盤演出装置44は、図2に示す状態から表示装置41の
中央へ向けて動作可能となっている。
In the center case 40, a warp flow path forming member 614 that forms a warp flow path for guiding a game ball flowing down the game area 32 to the inside of the center case 40, and a game ball that has passed through the warp flow path roll. A possible stage portion 620 is provided. Since the stage portion 620 of the center case 40 is arranged above the starting winning opening 36, the game ball rolled on the starting winning opening 36 can easily win the starting winning opening 36.
In addition, a board effect device 44 that produces a game by operating is provided on the upper part of the center case 40. The board effect device 44 can be operated from the state shown in FIG. 2 toward the center of the display device 41.

センターケース40の右方の遊技領域32には、普通図柄始動ゲート(普図始動ゲート
)34が設けられている。普図始動ゲート34の内部には、当該普図始動ゲート34を通
過した遊技球を検出するためのゲートスイッチ34a(図3参照)が設けられている。遊
技領域32内に打ち込まれた遊技球が普図始動ゲート34を通過すると、普図変動表示ゲ
ームが実行される。
A normal symbol start gate (normal symbol start gate) 34 is provided in the game area 32 on the right side of the center case 40. Inside the normal drawing start gate 34, a gate switch 34a (see FIG. 3) for detecting a game ball that has passed through the normal drawing start gate 34 is provided. When the game ball driven into the game area 32 passes through the normal map start gate 34, the normal map variation display game is executed.

センターケース40の右上方の遊技領域32には、一つの一般入賞口351が配置され
ており、センターケース40の右下方の遊技領域32には、一つの一般入賞口352が配
置されている。また、センターケース40の左下方の遊技領域32には、二つの一般入賞
口353、354が配置されている。一般入賞口351への遊技球の入賞は入賞口スイッ
チ35a(図3参照)によって検出され、一般入賞口352への遊技球の入賞は入賞口ス
イッチ35b(図3参照)によって検出される。また、一般入賞口353、354へ入賞
した遊技球は、合流した後に入賞口スイッチ35c(図3参照)によって検出される。
One general winning opening 351 is arranged in the upper right game area 32 of the center case 40, and one general winning opening 352 is arranged in the lower right game area 32 of the center case 40. In addition, two general winning openings 353 and 354 are arranged in the game area 32 at the lower left of the center case 40. The winning of the game ball to the general winning opening 351 is detected by the winning opening switch 35a (see FIG. 3), and the winning of the game ball to the general winning opening 352 is detected by the winning opening switch 35b (see FIG. 3). In addition, the game balls that have won the general winning openings 353 and 354 are detected by the winning opening switch 35c (see FIG. 3) after merging.

センターケース40の下方の遊技領域32には、特図1変動表示ゲーム(第1特図変動
表示ゲーム)の開始条件を与える始動入賞口36(第1始動入賞領域)が設けられている
。始動入賞口36に入賞した遊技球は、始動口1スイッチ36a(図3参照)によって検
出される。
The game area 32 below the center case 40 is provided with a start winning opening 36 (first start winning area) that gives a start condition for the special figure 1 variation display game (first special figure variation display game). The game ball that has won the start winning opening 36 is detected by the starting opening 1 switch 36a (see FIG. 3).

センターケース40の右部には、特図2変動表示ゲーム(第2特図変動表示ゲーム)の
開始条件を与える普通変動入賞装置37(第2始動入賞領域)が設けられている。普通変
動入賞装置37に入賞した遊技球は、始動口2スイッチ37a(図3参照)によって検出
される。
普通変動入賞装置37は、可動部材(図示省略)を備えており、この可動部材は、常時
は遊技球が流入できない閉じた閉状態(遊技者にとって不利な状態)を保持している。そ
して、普図変動表示ゲームの結果が所定結果となった場合には、駆動装置としての普電ソ
レノイド37c(図3参照)によって、普通変動入賞装置37に遊技球が流入し易い開状
態(遊技者にとって有利な状態)に変化させられるようになっている。
On the right side of the center case 40, a normal variable winning device 37 (second starting winning area) that gives a start condition for the special figure 2 variable display game (second special figure variable display game) is provided. The game ball that has won the ordinary variable winning device 37 is detected by the start port 2 switch 37a (see FIG. 3).
The ordinary variable winning device 37 includes a movable member (not shown), and the movable member always holds a closed closed state (a state disadvantageous to the player) in which the game ball cannot flow in. Then, when the result of the normal fluctuation display game is a predetermined result, the game ball is easily flowed into the normal fluctuation winning device 37 by the normal electric solenoid 37c (see FIG. 3) as a driving device (game). It can be changed to a state that is advantageous to the person.

なお、本実施形態において、普通変動入賞装置37の可動部材は、普電ソレノイド37
cによって前後方向に進退(スライド)することで開閉する所謂ベロ型の普通電動役物で
あるが、普通変動入賞装置37の可動部材は、これに限定されない。普通変動入賞装置3
7の可動部材は、例えば、普電ソレノイド37cによって上端側が手前側に倒れる方向に
回動することで開放するアタッカ形式の普通電動役物であっても良いし、普電ソレノイド
37cによって逆「ハ」の字状に開放するチューリップ型の普通電動役物であっても良い

また、普通変動入賞装置37は、可動部材が閉状態でも遊技球の入賞を可能とし、閉状
態では開状態よりも遊技球が入賞しにくい状態としても良い。
In the present embodiment, the movable member of the ordinary variable winning device 37 is the normal solenoid solenoid 37.
It is a so-called tongue-type ordinary electric accessory that opens and closes by advancing and retreating (sliding) in the front-rear direction by c, but the movable member of the ordinary variable winning device 37 is not limited to this. Ordinary variable winning device 3
The movable member 7 may be, for example, an attacker-type ordinary electric accessory that is opened by rotating the upper end side in a direction in which the upper end side is tilted toward the front side by the normal electric solenoid 37c, or a reverse "c" by the normal electric solenoid 37c. It may be a tulip-shaped ordinary electric accessory that opens in the shape of "".
Further, the normal variable winning device 37 can win a game ball even when the movable member is closed, and the game ball may be harder to win in the closed state than in the open state.

センターケース40の右方の遊技領域32のうち、普図始動ゲート34と普通変動入賞
装置37との間には、特図変動表示ゲームの結果によって遊技球を受け入れない状態と受
け入れ易い状態とに変換可能な第1特別変動入賞装置(上大入賞口)38が設けられてい
る。第1特別変動入賞装置38は、開閉部材(図示省略)が前後方向に進退(スライド)
することで、上大入賞口を遊技球が流入可能な状態に変換する。第1特別変動入賞装置3
8は、特図変動表示ゲームの結果によって、上大入賞口を閉じた閉状態から開状態に変換
し、上大入賞口内への遊技球の流入を容易にさせることで、遊技者に所定の遊技価値(賞
球)を付与するようになっている。第1特別変動入賞装置38に入賞した遊技球は、大入
賞口スイッチ(カウントスイッチ)38a(図3参照)によって検出される。
Of the game area 32 on the right side of the center case 40, between the normal figure start gate 34 and the normal variation winning device 37, the game ball is not accepted or easily accepted depending on the result of the special figure variation display game. A convertible first special variable winning device (upper large winning opening) 38 is provided. In the first special variable winning device 38, the opening / closing member (not shown) moves forward and backward (slides).
By doing so, the upper prize opening is converted into a state in which game balls can flow in. 1st special variable winning device 3
In No. 8, the player is given a predetermined value by converting the upper prize opening from the closed state to the open state according to the result of the special figure variation display game and facilitating the inflow of the game ball into the upper prize opening. The game value (prize ball) is given. The game ball that has won the first special variable winning device 38 is detected by the large winning opening switch (count switch) 38a (see FIG. 3).

上大入賞口の内部(入賞領域)には、遊技球が流入可能な特定領域が設けられていると
ともに、当該特定領域への遊技球の流入確率を変化させるようにレバーソレノイド38f
(図3参照)により動作するレバー部材が設けられている。特定領域には遊技球の流入を
検出可能な特定領域スイッチ38d(図3参照)が設けられており、当該特定領域スイッ
チ38dで遊技球を検出したことに基づいて、遊技者にとって有利な状態が発生する(本
実施形態では、特別遊技状態の終了後に高確率状態が発生する)ようになっている。特定
領域に流入した遊技球は第1特別変動入賞装置38の外部へ排出される。
Inside the upper prize opening (winning area), a specific area where game balls can flow in is provided, and a lever solenoid 38f is provided so as to change the inflow probability of the game ball into the specific area.
A lever member that operates according to (see FIG. 3) is provided. A specific area switch 38d (see FIG. 3) capable of detecting the inflow of a game ball is provided in the specific area, and based on the detection of the game ball by the specific area switch 38d, a state advantageous for the player can be obtained. It occurs (in the present embodiment, a high probability state occurs after the end of the special game state). The game ball that has flowed into the specific area is discharged to the outside of the first special variable winning device 38.

また、上大入賞口の内部には、特定領域に流入せずに第1特別変動入賞装置38の外部
へ排出される遊技球を検出する残存球排出口スイッチ38e(図3参照)が設けられてい
る。上大入賞口の内部に設けられた大入賞口スイッチ38aで検出された遊技球数(上大
入賞口に流入した遊技球数)と、特定領域スイッチ38d及び残存球排出口スイッチ38
eで検出された遊技球数(上大入賞口から排出される遊技球数)とが一致することにより
上大入賞口内の遊技球が全て排出されたことを確認でき、基本的にはこの確認が終了する
までは新たな上大入賞口の開放が行われないようになっている。
Further, inside the upper prize opening, a residual ball discharge port switch 38e (see FIG. 3) is provided to detect a game ball discharged to the outside of the first special variable winning device 38 without flowing into a specific area. ing. The number of game balls detected by the large prize opening switch 38a provided inside the upper large prize opening (the number of game balls that have flowed into the upper large winning opening), the specific area switch 38d, and the remaining ball discharge port switch 38.
By matching the number of game balls detected in e (the number of game balls discharged from the upper prize opening), it can be confirmed that all the game balls in the upper prize opening are discharged, and basically this confirmation. Until the end of the event, the new top prize opening will not be opened.

センターケース40の下方の遊技領域32のうち、始動入賞口36の右方には、特図変
動表示ゲームの結果によって遊技球を受け入れない状態と受け入れ易い状態とに変換可能
な第2特別変動入賞装置(下大入賞口)39が設けられている。第2特別変動入賞装置3
9は、開閉部材(図示省略)が前後方向に進退(スライド)することで、下大入賞口を遊
技球が流入可能な状態に変換する。第2特別変動入賞装置39は、特図変動表示ゲームの
結果によって、下大入賞口を閉じた閉状態から開状態に変換し、下大入賞口内への遊技球
の流入を容易にさせることで、遊技者に所定の遊技価値(賞球)を付与するようになって
いる。第2特別変動入賞装置39に入賞した遊技球は、大入賞口スイッチ(カウントスイ
ッチ)39a(図3参照)によって検出される。
In the game area 32 below the center case 40, on the right side of the start winning opening 36, a second special variable winning can be converted into a state in which the game ball is not accepted and a state in which the game ball is easily accepted depending on the result of the special figure variation display game. A device (lower prize opening) 39 is provided. 2nd special variable winning device 3
In No. 9, the opening / closing member (not shown) moves back and forth (slides) in the front-rear direction to convert the lower prize opening into a state in which a game ball can flow in. The second special variable winning device 39 converts the lower large winning opening from the closed state to the open state according to the result of the special figure variation display game, and facilitates the inflow of the game ball into the lower large winning opening. , A predetermined game value (prize ball) is given to the player. The game ball that has won the second special variable winning device 39 is detected by the large winning opening switch (count switch) 39a (see FIG. 3).

始動入賞口36の下方の遊技領域32には、入賞口等に入賞しなかった遊技球を回収す
るアウト口30aが設けられている。また、遊技領域32の外側であって遊技盤本体80
の右下角部には、特図変動表示ゲーム(特図1変動表示ゲーム、特図2変動表示ゲーム)
及び普図変動表示ゲームを実行する一括表示装置50が設けられている。
The game area 32 below the start winning opening 36 is provided with an out opening 30a for collecting game balls that have not won in the winning opening or the like. Further, the game board main body 80 is outside the game area 32.
In the lower right corner of, the special figure variable display game (special figure 1 variable display game, special figure 2 variable display game)
And a batch display device 50 for executing a normal map variation display game is provided.

一括表示装置50は、7セグメント型の表示器(LEDランプ)等で構成された特図1
変動表示ゲーム用の特図1表示器(第1特図変動表示部)51及び特図2変動表示ゲーム
用の特図2表示器(第2特図変動表示部)52と、LEDランプで構成された特図1変動
表示ゲームの始動記憶数報知用の第1記憶表示部53と、LEDランプで構成された特図
2変動表示ゲームの始動記憶数報知用の第2記憶表示部54とを備える。
The batch display device 50 is a special figure 1 composed of a 7-segment type display (LED lamp) or the like.
It consists of a special figure 1 display (1st special figure variation display unit) 51 for a variable display game, a special figure 2 display (2nd special figure variable display unit) 52 for a special figure 2 variable display game, and an LED lamp. The first storage display unit 53 for notifying the start memory number of the special figure 1 variable display game and the second storage display unit 54 for notifying the start memory number of the special figure 2 variable display game composed of LED lamps are displayed. Be prepared.

また、一括表示装置50には、大当り時のラウンド数(特別変動入賞装置38,39の
開閉回数)を表示するラウンド表示部55、左打ち(通常打ち)と右打ちのうち遊技者に
有利な打ち方(遊技状態に対応した打ち方)を報知する第1遊技状態表示部56、特図変
動表示ゲームの確率状態(高確率状態又は低確率状態)を報知する確率表示部57が設け
られている。なお、一括表示装置50には、遊技機10の電源投入時に大当りの確率状態
が高確率状態となっていることを表示する確率状態表示部、大当りが発生すると点灯して
大当り発生を報知する表示部(表示器)等が設けられていてもよい。
更に、普図変動表示ゲームを表示する普図表示部58や、普図変動表示ゲームの始動記
憶数報知用の普図保留表示部59、時短状態が発生すると点灯して時短状態発生を報知す
る時短状態報知部60等が設けられている。
Further, the batch display device 50 has a round display unit 55 that displays the number of rounds at the time of a big hit (the number of times of opening and closing of the special variable winning devices 38 and 39), and is advantageous to the player among left-handed (normal) and right-handed. A first game state display unit 56 for notifying a hitting method (a hitting method corresponding to a game state) and a probability display unit 57 for notifying a probability state (high probability state or low probability state) of a special figure variation display game are provided. There is. The batch display device 50 has a probability state display unit that displays that the probability state of the jackpot is in the high probability state when the power of the game machine 10 is turned on, and a display that lights up when a jackpot occurs to notify the occurrence of the jackpot. A unit (display) or the like may be provided.
Further, the normal figure display unit 58 that displays the normal figure fluctuation display game, the normal figure hold display unit 59 for notifying the start memory number of the normal figure fluctuation display game, and the normal figure hold display unit 59 that lights up when a time saving state occurs to notify the occurrence of the time saving state. A time saving state notification unit 60 and the like are provided.

特図1表示器51と特図2表示器52における特図変動表示ゲームは、例えば変動表示
ゲームの実行中、すなわち、表示装置41において飾り特図変動表示ゲームを行っている
間は、中央のセグメントを点滅駆動させて変動中であることを表示する。点滅周期は、例
えば100m秒に設定されている。なお、本実施形態の場合、特図1表示器51における
特図1変動表示ゲームにおいては、中央のセグメントに加えて7セグの右方下側に設けら
れた8番目のセグメントも点滅駆動させて変動中であることを表示するようにし、特図1
と特図2との区別が可能なように構成されている。そして、ゲームの結果が「はずれ」の
ときは、はずれの結果態様として例えば中央のセグメント(特図1であれば加えて右方下
側の8番目のセグメント)を点灯状態にし、ゲームの結果が「当り」のときは、当りの結
果態様(特別結果態様)としてはずれの結果態様以外の結果態様(例えば数字や記号)を
点灯状態にしてゲーム結果を表示する。
The special figure variation display game on the special figure 1 display 51 and the special figure 2 display 52 is centered, for example, during the execution of the variation display game, that is, while the decorative special figure variation display game is being performed on the display device 41. Flashes the segment to indicate that it is changing. The blinking cycle is set to, for example, 100 msec. In the case of the present embodiment, in the special figure 1 variable display game on the special figure 1 display 51, in addition to the central segment, the eighth segment provided on the lower right side of the 7-segment is also blinked and driven. It is displayed that it is changing, and special figure 1
It is configured so that it can be distinguished from the special figure 2. Then, when the result of the game is "off", for example, the central segment (in the case of special figure 1, the eighth segment on the lower right side in addition) is turned on as the result mode of the off, and the result of the game is In the case of "hit", the result mode (for example, a number or a symbol) other than the result mode of the hit is turned on and the game result is displayed.

第1記憶表示部53は、特図1表示器51の変動開始条件となる始動入賞口36への入
賞球数のうち未消化の球数(始動記憶数=保留数)を複数のLEDの消灯、点灯(点滅)
により表示する。
第2記憶表示部54は、特図2表示器52の変動開始条件となる普通変動入賞装置37
への入賞球数のうち未消化の球数(始動記憶数=保留数)を複数のLEDの消灯、点灯(
点滅)により表示する。
ラウンド表示部55はLEDランプ等で構成され、特別遊技状態中でない場合には全て
のLEDを消灯状態にし、特別遊技状態中には特別結果に応じて選択されたラウンド数に
対応してLEDを点灯状態にする。なお、ラウンド表示部55は7セグメント型の表示器
で構成してもよい。
The first storage display unit 53 turns off a plurality of LEDs for the number of undigested balls (starting memory number = holding number) among the number of winning balls to the starting winning opening 36, which is a variable start condition of the special figure 1 display 51. ,lighting blinking)
Is displayed by.
The second storage display unit 54 is a normal fluctuation winning device 37 which is a fluctuation start condition of the special figure 2 display 52.
Of the number of winning balls, the number of undigested balls (starting memory number = holding number) is set by turning off and turning on multiple LEDs (
(Blinking) to display.
The round display unit 55 is composed of an LED lamp or the like, and turns off all the LEDs when not in the special game state, and turns on the LEDs corresponding to the number of rounds selected according to the special result during the special game state. Turn it on. The round display unit 55 may be composed of a 7-segment type display.

第1遊技状態表示部56はLEDランプ等で構成され、例えば右打ちよりも左打ちの方
が遊技者にとって有利な遊技状態の場合(通常打ち時)には全てのLEDを消灯状態にし
、左打ちよりも右打ちの方が遊技者にとって有利な遊技状態の場合(右打ち時)には全て
のLEDを点灯状態にする。
確率表示部57はLEDランプ等で構成され、例えば大当りの確率状態が低確率状態(
通常確率状態)の場合には全てのLEDを消灯状態にし、大当りの確率状態が高確率状態
(確変状態)の場合には全てのLEDを点灯状態にする。
The first game state display unit 56 is composed of an LED lamp or the like. For example, in the case of a game state in which left-handed hitting is more advantageous to the player than right-handed hitting (normal hitting), all the LEDs are turned off and left. When right-handed is more advantageous to the player than right-handed (when right-handed), all LEDs are turned on.
The probability display unit 57 is composed of an LED lamp or the like, and for example, the probability state of a big hit is a low probability state (
In the case of the normal probability state), all the LEDs are turned off, and when the jackpot probability state is the high probability state (probability change state), all the LEDs are turned on.

図3は、本実施形態のパチンコ遊技機10の制御システムのブロック図である。
遊技機10は遊技制御装置100を備え、遊技制御装置100は、遊技を統括的に制御
する主制御装置(主基板)であって、遊技用マイクロコンピュータ(以下、遊技用マイコ
ンと称する)111を有するCPU部110と、入力ポートを有する入力部120と、出
力ポートやドライバなどを有する出力部130と、CPU部110と入力部120と出力
部130との間を接続するデータバス140などからなる。
FIG. 3 is a block diagram of the control system of the pachinko gaming machine 10 of the present embodiment.
The game machine 10 includes a game control device 100, and the game control device 100 is a main control device (main board) that comprehensively controls a game, and a game microcomputer (hereinafter referred to as a game microcomputer) 111. It is composed of a CPU unit 110 having a CPU unit 110, an input unit 120 having an input port, an output unit 130 having an output port, a driver, and the like, and a data bus 140 connecting the CPU unit 110, the input unit 120, and the output unit 130. ..

CPU部110は、アミューズメントチップ(IC)と呼ばれる遊技用マイコン(CP
U)111と、水晶振動子のような発振子を備え、CPUの動作クロックやタイマ割込み
、乱数生成回路の基準となるクロックを生成する発振回路(水晶発振器)113などを有
する。遊技制御装置100及び該遊技制御装置100によって駆動されるソレノイドやモ
ータなどの電子部品には、電源装置400で生成されたDC32V,DC12V,DC5
Vなど所定のレベルの直流電圧が供給されて動作可能にされる。
The CPU unit 110 is a gaming microcomputer (CP) called an amusement chip (IC).
It includes a U) 111, an oscillator such as a crystal oscillator, and an oscillation circuit (crystal oscillator) 113 that generates an operating clock of a CPU, a timer interrupt, and a clock that serves as a reference for a random number generation circuit. The game control device 100 and electronic components such as solenoids and motors driven by the game control device 100 include DC32V, DC12V, and DC5 generated by the power supply device 400.
A predetermined level of DC voltage such as V is supplied to enable operation.

電源装置400は、24Vの交流電源からDC32Vの直流電圧を生成するAC−DC
コンバータやDC32Vの電圧からDC12V,DC5Vなどのより低いレベルの直流電
圧を生成するDC−DCコンバータなどを有する通常電源部410と、遊技用マイコン1
11の内部のRAMに対して停電時に電源電圧を供給するバックアップ電源部420と、
停電監視回路を有し、遊技制御装置100に停電の発生、回復を知らせる停電監視信号や
リセット信号などの制御信号を生成して出力する制御信号生成部430などを備える。
The power supply device 400 is an AC-DC that generates a DC voltage of DC32V from a 24V AC power supply.
A normal power supply unit 410 having a converter, a DC-DC converter that generates a lower level DC voltage such as DC12V, DC5V, etc. from a DC32V voltage, and a game microcomputer 1
A backup power supply unit 420 that supplies a power supply voltage to the internal RAM of 11 in the event of a power failure,
It has a power failure monitoring circuit, and includes a control signal generation unit 430 that generates and outputs control signals such as a power failure monitoring signal and a reset signal that notify the occurrence and recovery of a power failure in the game control device 100.

この実施形態では、電源装置400は、遊技制御装置100と別個に構成されているが
、バックアップ電源部420及び制御信号生成部430は、別個の基板上あるいは遊技制
御装置100と一体、すなわち、主基板上に設けるように構成してもよい。遊技盤30及
び遊技制御装置100は機種変更の際に交換の対象となるので、本実施形態のように、電
源装置400若しくは主基板とは別の基板にバックアップ電源部420及び制御信号生成
部430を設けることにより、交換の対象から外しコストダウンを図ることができる。
In this embodiment, the power supply device 400 is configured separately from the game control device 100, but the backup power supply unit 420 and the control signal generation unit 430 are integrated on a separate board or with the game control device 100, that is, the main unit. It may be configured to be provided on a substrate. Since the game board 30 and the game control device 100 are to be replaced when the model is changed, the backup power supply unit 420 and the control signal generation unit 430 are mounted on a board different from the power supply device 400 or the main board as in the present embodiment. By providing the above, it is possible to exclude the target of replacement and reduce the cost.

バックアップ電源部420は、電解コンデンサのような大容量のコンデンサ1つで構成
することができる。バックアップ電源は、遊技制御装置100の遊技用マイコン111(
特に内蔵RAM)に供給され、停電中あるいは電源遮断後もRAMに記憶されたデータが
保持されるようになっている。すなわち、遊技制御装置100が、停電が発生し当該遊技
機への電源供給が停止しても遊技に関する情報を記憶保持可能であるとともに、停電復旧
後には記憶保持された情報に基づき遊技を再開可能とする遊技情報記憶保持手段をなす。
制御信号生成部430は、例えば通常電源部410で生成された32Vの電圧を監視して
それが例えば17V以下に下がると停電発生を検出して停電監視信号を変化させるととも
に、所定時間後にリセット信号を出力する。また、電源投入時や停電回復時にもその時点
から所定時間経過後にリセット信号を出力する。
The backup power supply unit 420 can be configured by one large-capacity capacitor such as an electrolytic capacitor. The backup power supply is the game microcomputer 111 of the game control device 100 (
In particular, the data supplied to the built-in RAM) and stored in the RAM is retained even during a power failure or power failure. That is, the game control device 100 can store and retain information about the game even if a power failure occurs and the power supply to the game machine is stopped, and after the power failure is restored, the game can be restarted based on the stored information. It serves as a means for retaining the memory of game information.
The control signal generation unit 430 monitors the voltage of 32V generated by the normal power supply unit 410, for example, detects the occurrence of a power failure when it drops to 17V or less, changes the power failure monitoring signal, and resets the signal after a predetermined time. Is output. Also, when the power is turned on or when the power is restored, a reset signal is output after a predetermined time has elapsed from that point.

また、遊技制御装置100にはRAM初期化スイッチ112が設けられている。このR
AM初期化スイッチ112が操作されると初期化スイッチ信号が生成され、これに基づき
遊技用マイコン111内のRAM111C及び払出制御装置200内のRAMに記憶され
ている情報を強制的に初期化する処理が行われる。特に限定されるわけではないが初期化
スイッチ信号は電源投入時に読み込まれ、停電監視信号は遊技用マイコン111が実行す
るメインプログラムのメインループの中で繰り返し読み込まれる。リセット信号は強制割
込み信号の一種であり、制御システム全体をリセットさせる。
Further, the game control device 100 is provided with a RAM initialization switch 112. This R
When the AM initialization switch 112 is operated, an initialization switch signal is generated, and based on this, a process of forcibly initializing the information stored in the RAM 111C in the gaming microcomputer 111 and the RAM in the payout control device 200. Is done. Although not particularly limited, the initialization switch signal is read when the power is turned on, and the power failure monitoring signal is repeatedly read in the main loop of the main program executed by the gaming microcomputer 111. A reset signal is a type of forced interrupt signal that resets the entire control system.

遊技用マイコン111は、CPU(中央処理ユニット:マイクロプロセッサ)111A
、読出し専用のROM(リードオンリメモリ)111B及び随時読出し書込み可能なRA
M(ランダムアクセスメモリ)111Cを備える。
The game microcomputer 111 is a CPU (central processing unit: microprocessor) 111A.
, Read-only ROM (read-only memory) 111B and RA that can be read and written at any time
It is provided with M (random access memory) 111C.

ROM111Bは、遊技制御のための不変の情報(プログラム、固定データ、各種乱数
の判定値等)を不揮発的に記憶し、RAM111Cは、遊技制御時にCPU111Aの作
業領域や各種信号や乱数値の記憶領域として利用される。ROM111B又はRAM11
1Cとして、EEPROMのような電気的に書換え可能な不揮発性メモリを用いてもよい
The ROM 111B non-volatilely stores invariant information (program, fixed data, determination values of various random numbers, etc.) for game control, and the RAM 111C stores the work area of the CPU 111A and various signals and random number values during game control. It is used as. ROM111B or RAM11
As 1C, an electrically rewritable non-volatile memory such as EEPROM may be used.

また、ROM111Bは、例えば、特図変動表示ゲームの実行時間、演出内容、リーチ
状態の発生の有無などを規定する変動パターン(変動態様)を決定するための変動パター
ンテーブルを記憶している。変動パターンテーブルとは、始動記憶として記憶されている
変動パターン乱数1〜3をCPU111Aが参照して変動パターンを決定するためのテー
ブルである。また、変動パターンテーブルには、結果がはずれとなる場合に選択されるは
ずれ変動パターンテーブル、結果が大当りとなる場合に選択される大当り変動パターンテ
ーブル等が含まれる。さらに、これらのパターンテーブルには、リーチ状態となった後の
変動パターンである後半変動パターンを決定するためのテーブル(後半変動グループテー
ブルや後半変動パターン選択テーブル等)、リーチ状態となる前の変動パターンである前
半変動パターンを決定するためのテーブル(前半変動グループテーブルや前半変動パター
ン選択テーブル等)が含まれている。
Further, the ROM 111B stores, for example, a variation pattern table for determining a variation pattern (variation mode) that defines the execution time of the special figure variation display game, the effect content, the presence / absence of the occurrence of the reach state, and the like. The variation pattern table is a table for the CPU 111A to refer to the variation pattern random numbers 1 to 3 stored as the start memory to determine the variation pattern. Further, the fluctuation pattern table includes a missed fluctuation pattern table selected when the result is missed, a jackpot fluctuation pattern table selected when the result is a jackpot, and the like. Further, these pattern tables include a table for determining the latter half fluctuation pattern, which is a fluctuation pattern after the reach state (second half fluctuation group table, second half fluctuation pattern selection table, etc.), and fluctuation before the reach state. A table for determining the first half fluctuation pattern, which is a pattern (first half fluctuation group table, first half fluctuation pattern selection table, etc.) is included.

ここでリーチ(リーチ状態)とは、表示状態が変化可能な表示装置を有し、該表示装置
が時期を異ならせて複数の表示結果を導出表示し、該複数の表示結果が予め定められた特
別結果態様となった場合に、遊技状態が遊技者にとって有利な遊技状態(特別遊技状態)
となる遊技機10において、複数の表示結果の一部がまだ導出表示されていない段階で、
既に導出表示されている表示結果が特別結果態様となる条件を満たしている表示状態をい
う。また、別の表現をすれば、リーチ状態とは、表示装置の変動表示制御が進行して表示
結果が導出表示される前段階にまで達した時点でも、特別結果態様となる表示条件からは
ずれていない表示態様をいう。そして、例えば、特別結果態様が揃った状態を維持しなが
ら複数の変動表示領域による変動表示を行う状態(いわゆる全回転リーチ)もリーチ状態
に含まれる。また、リーチ状態とは、表示装置の表示制御が進行して表示結果が導出表示
される前段階にまで達した時点での表示状態であって、表示結果が導出表示される以前に
決定されている複数の変動表示領域の表示結果の少なくとも一部が特別結果態様となる条
件を満たしている場合の表示状態をいう。
Here, the reach (reach state) has a display device whose display state can be changed, and the display device derives and displays a plurality of display results at different times, and the plurality of display results are predetermined. When the special result mode is adopted, the gaming state is advantageous for the player (special gaming state).
At the stage where some of the plurality of display results have not yet been derived and displayed in the game machine 10.
A display state in which the display result that has already been derived and displayed satisfies the condition for the special result mode. In other words, the reach state is out of the display condition that is the special result mode even when the variable display control of the display device progresses and the display result reaches the stage before the derivation display is performed. No display mode. The reach state also includes, for example, a state in which variation display is performed by a plurality of variation display areas (so-called full rotation reach) while maintaining a state in which the special result modes are aligned. The reach state is a display state at the time when the display control of the display device progresses and reaches the stage before the display result is derived and displayed, and is determined before the display result is derived and displayed. It refers to a display state when at least a part of the display results of a plurality of variable display areas satisfies the condition of the special result mode.

よって、例えば、特図変動表示ゲームに対応して表示装置に表示される飾り特図変動表
示ゲームが、表示装置における左、中、右の変動表示領域の各々で所定時間複数の識別情
報を変動表示した後、左、右、中の順で変動表示を停止して結果態様を表示するものであ
る場合、左、右の変動表示領域で、特別結果態様となる条件を満たした状態(例えば、同
一の識別情報)で変動表示が停止した状態がリーチ状態となる。またこの他に、すべての
変動表示領域の変動表示を一旦停止した時点で、左、中、右のうち何れか二つの変動表示
領域で特別結果態様となる条件を満たした状態(例えば、同一の識別情報となった状態、
ただし特別結果態様は除く)をリーチ状態とし、このリーチ状態から残りの一つの変動表
示領域を変動表示するようにしても良い。
Therefore, for example, the decorative special figure variation display game displayed on the display device corresponding to the special figure variation display game changes a plurality of identification information for a predetermined time in each of the left, middle, and right variation display areas on the display device. After the display, when the variation display is stopped in the order of left, right, and middle to display the result mode, the left and right variation display areas satisfy the conditions for the special result mode (for example,). The state in which the variable display is stopped with the same identification information) is the reach state. In addition to this, when the fluctuation display of all the fluctuation display areas is temporarily stopped, the condition of the special result mode in any two of the left, middle, and right fluctuation display areas is satisfied (for example, the same). The state of identification information,
However, the special result mode may be set to the reach state, and the remaining one variable display area may be variable-displayed from this reach state.

そして、このリーチ状態には複数のリーチ演出が含まれ、特別結果態様が導出される可
能性が異なる(期待値が異なる)リーチ演出として、ノーマルリーチ(Nリーチ)、スペ
シャル1リーチ(SP1リーチ)、スペシャル2リーチ(SP2リーチ)、スペシャル3
リーチ(SP3リーチ)、プレミアリーチが設定されている。なお、期待値は、リーチな
し<ノーマルリーチ<スペシャル1リーチ<スペシャル2リーチ<スペシャル3リーチ<
プレミアリーチの順に高くなるようになっている。また、このリーチ状態は、少なくとも
特図変動表示ゲームで特別結果態様が導出される場合(大当りとなる場合)における変動
表示態様に含まれるようになっている。すなわち、特図変動表示ゲームで特別結果態様が
導出されないと判定する場合(はずれとなる場合)における変動表示態様に含まれること
もある。よって、リーチ状態が発生した状態は、リーチ状態が発生しない場合に比べて大
当りとなる可能性の高い状態である。
The reach state includes a plurality of reach effects, and as reach effects in which the possibility of deriving a special result mode is different (expected value is different), normal reach (N reach), special 1 reach (SP1 reach), and so on. Special 2 reach (SP2 reach), Special 3
Reach (SP3 reach) and premier reach are set. The expected value is no reach <normal reach <special 1 reach <special 2 reach <special 3 reach <
It is getting higher in the order of premier reach. In addition, this reach state is included in the variation display mode at least when the special result mode is derived (when it becomes a big hit) in the special figure variation display game. That is, it may be included in the variation display mode when it is determined that the special result mode is not derived in the special figure variation display game (when it is out of order). Therefore, the state in which the reach state occurs is more likely to be a big hit than the case in which the reach state does not occur.

CPU111Aは、ROM111B内の遊技制御用プログラムを実行して、払出制御装
置200や演出制御装置300に対する制御信号(コマンド)を生成したりソレノイドや
表示装置の駆動信号を生成して出力して遊技機10全体の制御を行う。また、図示しない
が、遊技用マイコン111は、特図変動表示ゲームの当りを判定するための大当り乱数や
大当りの図柄を決定するための大当り図柄乱数、特図変動表示ゲームでの変動パターン(
各種リーチやリーチ無しの変動表示における変動表示ゲームの実行時間等を含む)を決定
するための変動パターン乱数、普図変動表示ゲームの当りを判定するための当り乱数等を
生成するための乱数生成回路と、発振回路113からの発振信号(原クロック信号)に基
づいてCPU111Aに対する所定周期(例えば、4ミリ秒)のタイマ割込み信号や乱数
生成回路の更新タイミングを与えるクロックを生成するクロックジェネレータを備えてい
る。
The CPU 111A executes a game control program in the ROM 111B to generate a control signal (command) for the payout control device 200 and the effect control device 300, or generate and output a drive signal for a solenoid or a display device to output the game machine. 10 Control the entire system. Further, although not shown, the game microcomputer 111 includes a jackpot random number for determining the hit of the special figure variation display game, a jackpot symbol random number for determining the jackpot symbol, and a variation pattern in the special figure variation display game (
Random generation to generate variation pattern random numbers for determining various reach and variation display game execution time in non-reach variation display, and hit random numbers for determining the hit of the general clock variation display game. It is provided with a circuit and a clock generator that generates a timer interrupt signal having a predetermined period (for example, 4 milliseconds) for the CPU 111A and a clock that gives an update timing of a random number generation circuit based on an oscillation signal (original clock signal) from the oscillation circuit 113. ing.

また、CPU111Aは、特図変動表示ゲームに関する処理において、ROM111B
に記憶されている複数の変動パターンテーブルの中から、何れか一の変動パターンテーブ
ルを取得する。具体的には、CPU111Aは、特図変動表示ゲームの遊技結果(大当り
、小当り又ははずれ)や、現在の遊技状態としての特図変動表示ゲームの確率状態(低確
率状態或いは高確率状態)、始動記憶数などに基づいて、複数の変動パターンテーブルの
中から、何れか一の変動パターンテーブルを選択して取得する。ここで、CPU111A
は、特図変動表示ゲームを実行する場合に、ROM111Bに記憶された複数の変動パタ
ーンテーブルのうち、何れか一の変動パターンテーブルを取得する変動振り分け情報取得
手段をなす。
Further, the CPU 111A is the ROM 111B in the process related to the special figure variation display game.
Acquire any one of the fluctuation pattern tables stored in. Specifically, the CPU 111A determines the game result (big hit, small hit or miss) of the special figure variation display game, the probability state (low probability state or high probability state) of the special figure variation display game as the current game state. One of the fluctuation pattern tables is selected and acquired from the plurality of fluctuation pattern tables based on the number of start storages and the like. Here, CPU111A
Is a variation distribution information acquisition means for acquiring any one of the plurality of variation pattern tables stored in the ROM 111B when the special figure variation display game is executed.

払出制御装置200は、CPU、ROM、RAM、入力インタフェース、出力インタフ
ェース等を備え、遊技制御装置100からの賞球払出し指令(コマンドやデータ)に従っ
て、払出ユニットの払出モータを駆動させ、賞球を払い出させるための制御を行う。また
、払出制御装置200は、カードユニットからの貸球要求信号に基づいて払出ユニットの
払出モータを駆動させ、貸球を払い出させるための制御を行う。
The payout control device 200 includes a CPU, ROM, RAM, input interface, output interface, etc., and drives the payout motor of the payout unit in accordance with a prize ball payout command (command or data) from the game control device 100 to drive the prize ball. Control to pay out. Further, the payout control device 200 drives the payout motor of the payout unit based on the ball lending request signal from the card unit, and controls for paying out the lending ball.

遊技用マイコン111の入力部120には、遊技機に対する電波の発射を検出する盤電
波センサ62、始動入賞口36内の始動口1スイッチ36a、普通変動入賞装置37内の
始動口2スイッチ37a、一般入賞口351〜354内の入賞口スイッチ35a、35b
、35c、第1特別変動入賞装置38内の大入賞口スイッチ38a、第2特別変動入賞装
置39内の大入賞口スイッチ39a、普図始動ゲート34内のゲートスイッチ34a、第
1特別変動入賞装置38内に配設される特定領域スイッチ38d及び残存球排出口スイッ
チ38e、遊技領域32に発射されて遊技を終えた全ての遊技球を検出するアウト球検出
スイッチ32aに接続され、これらのスイッチから供給されるハイレベルが11Vでロウ
レベルが7Vのような負論理の信号が入力され、0V−5Vの正論理の信号に変換するイ
ンタフェースチップ(近接I/F)121が設けられている。近接I/F121は、入力
の範囲が7V−11Vとされることで、センサや近接スイッチのリード線が不正にショー
トされたり、センサやスイッチがコネクタから外されたり、リード線が切断されてフロー
ティングになったような異常な状態を検出することができ、異常検知信号を出力するよう
に構成されている。
The input unit 120 of the game microcomputer 111 includes a panel radio wave sensor 62 that detects the emission of radio waves to the game machine, a start port 1 switch 36a in the start winning opening 36, and a start port 2 switch 37a in the normal variable winning device 37. Winning opening switches 35a, 35b in the general winning openings 351 to 354
, 35c, the large winning opening switch 38a in the first special variable winning device 38, the large winning opening switch 39a in the second special variable winning device 39, the gate switch 34a in the general drawing starting gate 34, the first special variable winning device. The specific area switch 38d and the remaining ball discharge port switch 38e arranged in the 38 are connected to the out ball detection switch 32a that detects all the game balls that have been fired into the game area 32 and finished the game, and are connected from these switches. An interface chip (proximity I / F) 121 is provided in which a negative logic signal such as a high level of 11V and a low level of 7V is input and converted into a positive logic signal of 0V-5V. Since the input range of the proximity I / F121 is 7V-11V, the lead wires of the sensor and proximity switch are illegally shorted, the sensor and switch are disconnected from the connector, and the lead wires are cut and floated. It is configured to be able to detect an abnormal state such as the above and output an abnormality detection signal.

近接I/F121の出力は、第2入力ポート123、第3入力ポート124又は第4入
力ポート126へ供給されデータバス140を介して遊技用マイコン111に読み込まれ
る。なお、近接I/F121の出力のうち、始動口1スイッチ36a、始動口2スイッチ
37a、入賞口スイッチ35a、大入賞口スイッチ38a,39a及びゲートスイッチ3
4aの検出信号は第2入力ポート123へ入力される。また、近接I/F121の出力の
うち、特定領域スイッチ38d、残存球排出口スイッチ38e及びアウト球検出スイッチ
32aの検出信号は第4入力ポート126へ入力される。また、近接I/F121の出力
のうち、盤電波センサ62の検出信号及びセンサやスイッチの異常を検出した際に出力さ
れる異常検知信号は第3入力ポート124に入力される。
The output of the proximity I / F 121 is supplied to the second input port 123, the third input port 124, or the fourth input port 126, and is read into the gaming microcomputer 111 via the data bus 140. Of the outputs of the proximity I / F 121, the start port 1 switch 36a, the start port 2 switch 37a, the winning port switch 35a, the large winning port switches 38a, 39a and the gate switch 3
The detection signal of 4a is input to the second input port 123. Further, among the outputs of the proximity I / F 121, the detection signals of the specific area switch 38d, the remaining ball discharge port switch 38e, and the out ball detection switch 32a are input to the fourth input port 126. Further, among the outputs of the proximity I / F 121, the detection signal of the panel radio wave sensor 62 and the abnormality detection signal output when an abnormality of the sensor or the switch is detected are input to the third input port 124.

また、第3入力ポート124には、遊技機10の前面枠12等に設けられた不正検出用
の磁気センサ61の検出信号、遊技機10の振動を検出する振動センサ65の検出信号、
遊技機10のガラス枠15等に設けられたガラス枠開放検出スイッチ63の検出信号、遊
技機10の前面枠(本体枠)12等に設けられた本体枠開放検出スイッチ64の検出信号
も入力されるようになっている。
Further, in the third input port 124, a detection signal of a magnetic sensor 61 for fraud detection provided on the front frame 12 or the like of the game machine 10, a detection signal of the vibration sensor 65 for detecting the vibration of the game machine 10,
The detection signal of the glass frame opening detection switch 63 provided on the glass frame 15 or the like of the game machine 10 and the detection signal of the main body frame opening detection switch 64 provided on the front frame (main body frame) 12 or the like of the game machine 10 are also input. It has become so.

さらに、第3入力ポート124には、設定キー操作部の操作を検出する設定キースイッ
チ152からの信号が入力される。設定キー操作部は、設定キーを差し込む鍵穴を備え、
対応する設定キーを差し込んだ場合にのみ第1位置から第2位置(所定状態)へ当該設定
キーを回すことができるように構成されている。設定キースイッチ152は、第2位置へ
回した状態となっていることを検出可能なセンサであり、第2位置に回した状態である場
合にオン状態となり、第2位置に回していない状態である場合にオフ状態となる。
Further, a signal from the setting key switch 152 for detecting the operation of the setting key operation unit is input to the third input port 124. The setting key operation unit has a keyhole for inserting the setting key.
It is configured so that the setting key can be turned from the first position to the second position (predetermined state) only when the corresponding setting key is inserted. The setting key switch 152 is a sensor that can detect that it has been turned to the second position, and is turned on when it is turned to the second position, and is not turned to the second position. In some cases, it goes off.

RAM初期化スイッチ112及び設定キー操作部は、特図変動表示ゲームで特別結果と
なる確率値が割り当てられた確率設定値を複数から選択するための操作部であり、これら
の操作部を操作することで、特図変動表示ゲームで特別結果となる確率値が割り当てられ
た確率設定値を選択することができ、選択された確率設定値に対応する確率値が遊技で使
用されるようになっている。ここでは確率設定値として“設定1”〜“設定6”の6つが
用意されている。
The RAM initialization switch 112 and the setting key operation unit are operation units for selecting from a plurality of probability setting values to which probability values that give special results in the special figure variation display game are assigned, and operate these operation units. As a result, it is possible to select a probability setting value to which a probability value that gives a special result is assigned in the special figure fluctuation display game, and the probability value corresponding to the selected probability setting value is used in the game. There is. Here, six probability setting values, "setting 1" to "setting 6", are prepared.

確率設定値を選択する際には、設定キー操作部の設定キーを第2位置に回した状態でR
AM初期化スイッチ112を操作(押下)しながら遊技機の電源を投入することで確率設
定値を変更可能な確率設定値変更モードとなり、確率設定値変更モード中にRAM初期化
スイッチ112を操作(押下)することで確率設定値を変更することができるようになっ
ている。選択されている確率設定値は、算出されたベース値や役物比率を表示するための
性能表示装置153に表示される。具体的には、性能表示装置153には、確率設定値に
関する操作をしている間(確率設定値変更モードや確率設定値確認モードである間)は確
率設定値の情報が表示され、それ以外では算出されたベース値や役物比率が表示されるよ
うになっている。
When selecting the probability setting value, R with the setting key of the setting key operation unit turned to the second position.
By turning on the power of the game machine while operating (pressing) the AM initialization switch 112, the probability setting value can be changed to the probability setting value change mode, and the RAM initialization switch 112 is operated during the probability setting value change mode ( The probability setting value can be changed by pressing). The selected probability setting value is displayed on the performance display device 153 for displaying the calculated base value and the accessory ratio. Specifically, the performance display device 153 displays the probability set value information while the operation related to the probability set value is being performed (during the probability set value change mode and the probability set value confirmation mode), and other than that. In, the calculated base value and the accessory ratio are displayed.

また、設定キー操作部の設定キーを第2位置に回した状態(RAM初期化スイッチ11
2は操作しない)で遊技機の電源を投入することで、現在選択されている確率設定値が性
能表示装置153に表示されるが確率設定値の変更はできない確率設定値確認モードとな
る。なお、RAM初期化スイッチ112及び設定キー操作部は、前面枠12を開状態とし
なければ操作できないようにされている。
性能表示装置153は7セグメント式のディスプレイであり、確率設定値を1〜6の数
字で表示するようになっている。もちろん表示態様はこれに限られず、確率設定値を認識
できる表示態様であれば良い。また、液晶表示装置など他の形式の表示装置でも良いし、
一又は複数のLEDの点灯態様や発光色等により確率設定値を示すものであっても良い。
In addition, the setting key of the setting key operation unit is turned to the second position (RAM initialization switch 11).
By turning on the power of the game machine in (2 is not operated), the probability setting value currently selected is displayed on the performance display device 153, but the probability setting value cannot be changed. The RAM initialization switch 112 and the setting key operation unit cannot be operated unless the front frame 12 is opened.
The performance display device 153 is a 7-segment type display, and displays the probability set value as a number from 1 to 6. Of course, the display mode is not limited to this, and any display mode that can recognize the probability set value may be used. In addition, other types of display devices such as liquid crystal display devices may be used.
The probability setting value may be indicated by the lighting mode of one or a plurality of LEDs, the emission color, and the like.

また、近接I/F121の出力のうち、第2入力ポート123への出力及び第4入力ポ
ート126への出力(アウト球検出スイッチ32aの検出信号は除く)は、主基板100
から中継基板70を介して図示しない試射試験装置へも供給されるようになっている。さ
らに、近接I/F121の出力のうち始動口1スイッチ36a及び始動口2スイッチ37
aの検出信号は、第2入力ポート123の他、遊技用マイコン111へ入力されるように
構成されている。
Of the outputs of the proximity I / F 121, the output to the second input port 123 and the output to the fourth input port 126 (excluding the detection signal of the out ball detection switch 32a) are the main board 100.
Is also supplied to a test firing test device (not shown) via the relay board 70. Further, among the outputs of the proximity I / F 121, the start port 1 switch 36a and the start port 2 switch 37
The detection signal of a is configured to be input to the gaming microcomputer 111 in addition to the second input port 123.

上記のように近接I/F121は、信号のレベル変換機能を有する。このようなレベル
変換機能を可能にするため、近接I/F121には、電源装置400から通常のICの動
作に必要な例えば5Vのような電圧の他に、12Vの電圧が供給されるようになっている
As described above, the proximity I / F 121 has a signal level conversion function. In order to enable such a level conversion function, the proximity I / F 121 is supplied with a voltage of 12V in addition to the voltage such as 5V required for normal IC operation from the power supply device 400. It has become.

第2入力ポート123が保持しているデータは、遊技用マイコン111が第2入力ポー
ト123に割り当てられているアドレスをデコードすることによってイネーブル信号CE
2をアサート(有効レベルに変化)することよって、読み出すことができる。第3入力ポ
ート124や第4入力ポート126や後述の第1入力ポート122も同様である。
The data held by the second input port 123 is an enable signal CE by decoding the address assigned to the second input port 123 by the gaming microcomputer 111.
It can be read by asserting 2 (changing to a valid level). The same applies to the third input port 124, the fourth input port 126, and the first input port 122 described later.

また、入力部120には、払出制御装置200からの枠電波不正信号(前面枠12に設
けられた枠電波センサが電波を検出することに基づき出力される信号)、払出ビジー信号
(払出制御装置200がコマンドを受付可能な状態か否かを示す信号)、払出異常ステー
タス信号(払出異常を示すステータス信号)、シュート球切れスイッチ信号(払出し前の
遊技球の不足を示す信号)、オーバーフロースイッチ信号(下皿23に遊技球が所定量以
上貯留されていること(満杯になったこと)を検出したときに出力される信号)、タッチ
スイッチ信号(操作部24に設けられたタッチスイッチの入力に基づく信号)を取り込ん
でデータバス140を介して遊技用マイコン111に供給する第1入力ポート122が設
けられている。
Further, the input unit 120 receives a frame radio wave illegal signal from the payout control device 200 (a signal output based on the frame radio wave sensor provided on the front frame 12 detecting a radio wave) and a payout busy signal (payout control device). 200 indicates whether or not the command can be accepted), payout abnormality status signal (status signal indicating payout abnormality), shoot ball out switch signal (signal indicating shortage of game balls before payout), overflow switch signal (A signal output when it is detected that a predetermined amount or more of game balls are stored in the lower plate 23 (it is full)), and a touch switch signal (for input of the touch switch provided on the operation unit 24). A first input port 122 is provided which takes in (based on a signal) and supplies it to the gaming microcomputer 111 via the data bus 140.

また、入力部120には、電源装置400からの停電監視信号やリセット信号などの信
号を遊技用マイコン111等に入力するためのシュミットバッファ125が設けられてお
り、シュミットバッファ125はこれらの入力信号からノイズを除去する機能を有する。
電源装置400からの停電監視信号や、RAM初期化スイッチ112からの初期化スイッ
チ信号は、一旦第1入力ポート122に入力され、データバス140を介して遊技用マイ
コン111に取り込まれる。つまり、前述の各種スイッチからの信号と同等の信号として
扱われる。遊技用マイコン111に設けられている外部からの信号を受ける端子の数には
制約があるためである。
Further, the input unit 120 is provided with a Schmidt buffer 125 for inputting signals such as a power failure monitoring signal and a reset signal from the power supply device 400 to the gaming microcomputer 111 and the like, and the Schmidt buffer 125 is provided with these input signals. It has a function to remove noise from.
The power failure monitoring signal from the power supply device 400 and the initialization switch signal from the RAM initialization switch 112 are once input to the first input port 122, and are taken into the gaming microcomputer 111 via the data bus 140. That is, it is treated as a signal equivalent to the signals from the various switches described above. This is because there is a limit to the number of terminals provided on the gaming microcomputer 111 that receive signals from the outside.

一方、シュミットバッファ125によりノイズ除去されたリセット信号RESETは、
遊技用マイコン111に設けられているリセット端子に直接入力されるとともに、出力部
130の各ポートに供給される。また、リセット信号RESETは出力部130を介さず
に直接中継基板70に出力することで、試射試験装置へ出力するために中継基板70のポ
ート(図示省略)に保持される試射試験信号をオフするように構成されている。また、リ
セット信号RESETを中継基板70を介して試射試験装置へ出力可能に構成するように
してもよい。なお、リセット信号RESETは入力部120の各ポート122,123,
124,126には供給されない。リセット信号RESETが入る直前に遊技用マイコン
111によって出力部130の各ポートに設定されたデータはシステムの誤動作を防止す
るためリセットする必要があるが、リセット信号RESETが入る直前に入力部120の
各ポートから遊技用マイコン111が読み込んだデータは、遊技用マイコン111のリセ
ットによって廃棄されるためである。
On the other hand, the reset signal RESET whose noise has been removed by the Schmidt buffer 125 is
It is directly input to the reset terminal provided on the game microcomputer 111 and supplied to each port of the output unit 130. Further, the reset signal RESET is output directly to the relay board 70 without going through the output unit 130 to turn off the test firing test signal held in the port (not shown) of the relay board 70 in order to output to the test firing test device. It is configured as follows. Further, the reset signal RESET may be configured to be output to the test firing test apparatus via the relay board 70. The reset signal RESET is used for each port 122, 123, of the input unit 120.
It is not supplied to 124 and 126. The data set in each port of the output unit 130 by the gaming microcomputer 111 immediately before the reset signal RESET is input needs to be reset in order to prevent system malfunction, but each of the input units 120 immediately before the reset signal RESET is input. This is because the data read by the game microcomputer 111 from the port is discarded by resetting the game microcomputer 111.

出力部130には、遊技用マイコン111から演出制御装置300への通信経路及び遊
技用マイコン111から払出制御装置200への通信経路に配されるシュミットバッファ
132が設けられている。遊技制御装置100から演出制御装置300及び払出制御装置
200へは、シリアル通信でデータが送信される。なお、演出制御装置300の側から遊
技制御装置100へ信号を入力できないようにした片方向通信とされている。
The output unit 130 is provided with a Schmidt buffer 132 arranged on a communication path from the game microcomputer 111 to the effect control device 300 and a communication path from the game microcomputer 111 to the payout control device 200. Data is transmitted from the game control device 100 to the effect control device 300 and the payout control device 200 by serial communication. It should be noted that the one-way communication is such that a signal cannot be input from the effect control device 300 to the game control device 100.

さらに、出力部130には、データバス140に接続され図示しない認定機関の試射試
験装置へ変動表示ゲームの特図図柄情報を知らせるデータや大当りの確率状態を示す信号
などを中継基板70を介して出力するバッファ133が実装可能に構成されている。この
バッファ133は遊技店に設置される実機(量産販売品)としてのパチンコ遊技機の遊技
制御装置(主基板)には実装されない部品である。なお、近接I/F121から出力され
る始動口スイッチなど加工の必要のないスイッチの検出信号は、バッファ133を通さず
に中継基板70を介して試射試験装置へ供給される。
Further, the output unit 130 is connected to the data bus 140 and transmits data for notifying the special symbol information of the variable display game to the test firing test device of an accreditation body (not shown), a signal indicating the probability state of the jackpot, and the like via the relay board 70. The output buffer 133 is configured to be mountable. This buffer 133 is a component that is not mounted on the game control device (main board) of a pachinko gaming machine as an actual machine (mass production product) installed in a game store. The detection signal of a switch that does not need to be processed, such as a start port switch output from the proximity I / F 121, is supplied to the test firing test apparatus via the relay board 70 without passing through the buffer 133.

一方、磁気センサ61や盤電波センサ62や振動センサ65のようにそのままでは試射
試験装置へ供給できない検出信号は、一旦遊技用マイコン111に取り込まれて他の信号
若しくは情報に加工されて、例えば遊技機が遊技制御できない状態であることを示すエラ
ー信号としてデータバス140からバッファ133、中継基板70を介して試射試験装置
へ供給される。なお、中継基板70には、バッファ133から出力された信号を取り込ん
で試射試験装置へ供給するポートや、バッファを介さないスイッチの検出信号の信号線を
中継して伝達するコネクタなどが設けられている。中継基板70上のポートには、遊技用
マイコン111から出力されるチップイネーブル信号CEも供給され、該信号CEにより
選択制御されたポートの信号が試射試験装置へ供給されるようになっている。
On the other hand, a detection signal that cannot be supplied to the test firing test device as it is, such as the magnetic sensor 61, the panel radio wave sensor 62, and the vibration sensor 65, is once taken into the gaming microcomputer 111 and processed into other signals or information, for example, a game. It is supplied from the data bus 140 to the test firing test device via the buffer 133 and the relay board 70 as an error signal indicating that the machine cannot control the game. The relay board 70 is provided with a port that takes in the signal output from the buffer 133 and supplies it to the test firing test apparatus, a connector that relays and transmits the signal line of the switch detection signal that does not go through the buffer, and the like. There is. A chip enable signal CE output from the gaming microcomputer 111 is also supplied to the port on the relay board 70, and the signal of the port selectively controlled by the signal CE is supplied to the test firing test apparatus.

また、出力部130には、データバス140に接続された第2出力ポート134が設け
られている。第2出力ポート134は、第1特別変動入賞装置38を開成させる第1大入
賞口ソレノイド(大入賞口ソレノイド1)38b、第2特別変動入賞装置39を開成させ
る第2大入賞口ソレノイド(大入賞口ソレノイド2)39b、第1特別変動入賞装置38
内のレバー部材を動作させるレバーソレノイド38f及び普通変動入賞装置37を開成さ
せる普電ソレノイド37cの動作データを出力するとともに、現在選択されている確率設
定値を表示する性能表示装置153の表示データを出力するためのポートである。
また、出力部130には、一括表示装置50に表示する内容に応じてLEDのアノード
端子が接続されているセグメント線のオン/オフデータを出力するための第3出力ポート
135、一括表示装置50のLEDのカソード端子が接続されているデジット線のオン/
オフデータを出力するための第4出力ポート136が設けられている。
Further, the output unit 130 is provided with a second output port 134 connected to the data bus 140. The second output port 134 is a first large winning opening solenoid (large winning opening solenoid 1) 38b for opening the first special variable winning device 38, and a second large winning opening solenoid (large) for opening the second special variable winning device 39. Winning port solenoid 2) 39b, 1st special variable winning device 38
The operation data of the lever solenoid 38f that operates the lever member inside and the normal electric solenoid 37c that opens the normal fluctuation winning device 37 is output, and the display data of the performance display device 153 that displays the currently selected probability setting value is displayed. This is a port for output.
Further, the output unit 130 has a third output port 135 for outputting on / off data of the segment line to which the anode terminal of the LED is connected according to the content to be displayed on the batch display device 50, and the batch display device 50. On / on the digit line to which the cathode terminal of the LED is connected
A fourth output port 136 for outputting off-data is provided.

また、出力部130には、大当り情報など遊技機10に関する情報を外部情報端子板7
1へ出力するための第5出力ポート137が設けられている。外部情報端子板71にはフ
ォトリレーが備えられ、例えば遊技店に設置された外部装置(情報収集端末や遊技場内部
管理装置(ホールコンピュータ)など)に接続可能であり、遊技機10に関する情報を外
部装置に供給することができるようになっている。また、第5出力ポート137からはシ
ュミットバッファ132を介して払出制御装置200に発射許可信号も出力される。
Further, the output unit 130 is provided with information about the game machine 10, such as jackpot information, from the external information terminal plate 7.
A fifth output port 137 for outputting to 1 is provided. The external information terminal board 71 is provided with a photo relay, which can be connected to, for example, an external device (information collection terminal, game hall internal management device (hall computer), etc.) installed in a game store, and can provide information about the game machine 10. It can be supplied to an external device. Further, a launch permission signal is also output from the fifth output port 137 to the payout control device 200 via the Schmidt buffer 132.

さらに、出力部130には、第2出力ポート134から出力される大入賞口ソレノイド
38b,39bやレバーソレノイド38fや普電ソレノイド37cの動作データ信号を受
けてソレノイド駆動信号を生成し出力する第1ドライバ(駆動回路)138a、第3出力
ポート135から出力される一括表示装置50の電流供給側のセグメント線のオン/オフ
駆動信号を出力する第2ドライバ138b、第4出力ポート136から出力される一括表
示装置50の電流引き込み側のデジット線のオン/オフ駆動信号を出力する第3ドライバ
138c、第5出力ポート137から管理装置等の外部装置へ供給する外部情報信号を外
部情報端子板71へ出力する第4ドライバ138d、第2出力ポート134から出力され
る性能表示装置153の表示データ信号を受けて駆動信号を生成し出力する第5ドライバ
138eが設けられている。なお、第2出力ポート134から第5ドライバ138eへは
、シリアル通信でデータが送信される。
Further, the output unit 130 receives the operation data signals of the large winning opening solenoids 38b and 39b, the lever solenoid 38f, and the peripheral solenoid 37c output from the second output port 134, and generates and outputs a solenoid drive signal. It is output from the second driver 138b and the fourth output port 136 that output the on / off drive signal of the segment line on the current supply side of the batch display device 50 output from the driver (drive circuit) 138a and the third output port 135. The external information signal supplied from the third driver 138c and the fifth output port 137 that output the on / off drive signal of the digit line on the current drawing side of the batch display device 50 to the external device such as the management device is sent to the external information terminal board 71. A fourth driver 138d to output and a fifth driver 138e to generate and output a drive signal by receiving the display data signal of the performance display device 153 output from the second output port 134 are provided. Data is transmitted from the second output port 134 to the fifth driver 138e by serial communication.

第1ドライバ138aには、32Vで動作するソレノイドを駆動できるようにするため
、電源電圧としてDC32Vが電源装置400から供給される。第5ドライバ138eに
は、5Vで動作する性能表示装置153を駆動できるようにするため、電源電圧としてD
C5Vが電源装置400から供給される。
また、一括表示装置50のセグメント線を駆動する第2ドライバ138bには、DC1
2Vが供給される。デジット線を駆動する第3ドライバ138cは、表示データに応じた
デジット線を電流で引き抜くためのものであるため、電源電圧は12V又は5Vのいずれ
であってもよい。
DC32V is supplied from the power supply device 400 as a power supply voltage to the first driver 138a so that a solenoid operating at 32V can be driven. The fifth driver 138e has a D as a power supply voltage so that the performance display device 153 operating at 5 V can be driven.
C5V is supplied from the power supply device 400.
Further, the second driver 138b for driving the segment line of the batch display device 50 is equipped with DC1.
2V is supplied. Since the third driver 138c for driving the digit wire is for pulling out the digit wire corresponding to the display data with a current, the power supply voltage may be either 12V or 5V.

12Vを出力する第2ドライバ138bによりセグメント線を介してLEDのアノード
端子に電流を流し込み、接地電位を出力する第3ドライバ138cによりカソード端子よ
りセグメント線を介して電流を引き抜くことで、ダイナミック駆動方式で順次選択された
LEDに電源電圧が流れて点灯される。
外部情報信号を外部情報端子板71へ出力する第4ドライバ138dは、外部情報信号
に12Vのレベルを与えるため、DC12Vが供給される。
なお、バッファ133や第2出力ポート134、第1ドライバ138a等は、遊技制御
装置100の出力部130、すなわち、主基板ではなく、中継基板70側に設けるように
してもよい。
A dynamic drive system in which a second driver 138b that outputs 12V causes a current to flow into the anode terminal of the LED via the segment wire, and a third driver 138c that outputs a ground potential draws a current from the cathode terminal via the segment wire. The power supply voltage flows through the LEDs sequentially selected in step 2 and the LEDs are turned on.
The fourth driver 138d, which outputs the external information signal to the external information terminal board 71, supplies the external information signal with a level of 12V, so that DC12V is supplied.
The buffer 133, the second output port 134, the first driver 138a, and the like may be provided on the output unit 130 of the game control device 100, that is, on the relay board 70 side instead of the main board.

さらに、出力部130には、外部の検査装置500へ各遊技機の識別コードやプログラ
ムなどの情報を送信するためのフォトカプラ139が設けられている。フォトカプラ13
9は、遊技用マイコン111が検査装置500との間でシリアル通信によってデータの送
受信を行えるように双方通信可能に構成されている。なお、かかるデータの送受信は、通
常の汎用マイクロプロセッサと同様に遊技用マイコン111が有するシリアル通信端子を
利用して行われるため、入力ポート122,123,124,126のようなポートは設
けられていない。
Further, the output unit 130 is provided with a photocoupler 139 for transmitting information such as an identification code and a program of each game machine to an external inspection device 500. Photocoupler 13
Reference numeral 9 denotes a game microcomputer 111, which is configured to be capable of bilateral communication so that data can be transmitted and received by serial communication with the inspection device 500. Since such data transmission / reception is performed using the serial communication terminal of the gaming microcomputer 111 as in the case of a normal general-purpose microprocessor, ports such as input ports 122, 123, 124, 126 are provided. Absent.

なお、特に限定されるわけではないが、始動入賞口36内の始動口1スイッチ36a、
普通変動入賞装置37内の始動口2スイッチ37a、入賞口スイッチ35a、大入賞口ス
イッチ38a,39a、ゲートスイッチ34aには、磁気検出用のコイルを備え該コイル
に金属が近接すると磁界が変化する現象を利用して遊技球を検出する非接触型の磁気近接
センサ(以下、近接スイッチと称する)が使用されている。また、遊技機10のガラス枠
15等に設けられたガラス枠開放検出スイッチ63や前面枠(本体枠)12等に設けられ
た本体枠開放検出スイッチ64には、機械的な接点を有するマイクロスイッチを用いるこ
とができる。
Although not particularly limited, the starting port 1 switch 36a in the starting winning opening 36,
The start port 2 switch 37a, the winning port switch 35a, the large winning port switches 38a, 39a, and the gate switch 34a in the ordinary variable winning device 37 are provided with a coil for magnetic detection, and the magnetic field changes when a metal approaches the coil. A non-contact magnetic proximity sensor (hereinafter referred to as a proximity switch) that detects a game ball by utilizing a phenomenon is used. Further, the glass frame opening detection switch 63 provided on the glass frame 15 or the like of the game machine 10 and the main body frame opening detection switch 64 provided on the front frame (main body frame) 12 or the like are microswitches having mechanical contacts. Can be used.

次に、図4を用いて、演出制御装置300の構成について説明する。
演出制御装置300は、遊技用マイコン111と同様にアミューズメントチップ(IC
)からなる主制御用マイコン(CPU)311と、主制御用マイコン311からのコマン
ドやデータに従って表示装置41への映像表示のための画像処理を行うグラフィックプロ
セッサとしてのVDP(Video Display Processor)312と、各種のメロディや効果音
などをスピーカ19a,19bから再生させるため音の出力を制御する音源LSI314
を備えている。
Next, the configuration of the effect control device 300 will be described with reference to FIG.
The effect control device 300 is an amusement chip (IC) similar to the gaming microcomputer 111.
), And VDP (Video Display Processor) 312 as a graphic processor that performs image processing for displaying images on the display device 41 according to commands and data from the main control microcomputer 311. , Sound source LSI314 that controls the sound output to reproduce various melody and sound effects from the processors 19a and 19b.
Is equipped with.

主制御用マイコン311には、CPUが実行するプログラムや各種データを格納したP
ROM(プログラマブルリードオンリメモリ)からなるプログラムROM321、作業領
域を提供するRAM322、停電時に電力が供給されなくとも記憶内容を保持可能なFe
RAM323、現在の日時(年月日や曜日、時刻など)を示す情報を生成する計時手段を
なすRTC(リアルタイムクロック)338が接続されている。なお、主制御用マイコン
311の内部にも作業領域を提供するRAMが設けられている。また、主制御用マイコン
311にはWDT(ウォッチドッグ・タイマ)回路324が接続されている。主制御用マ
イコン311は、遊技用マイコン111からのコマンドを解析し、演出内容を決定してV
DP312へ出力映像の内容を指示したり、音源LSI314への再生音の指示、装飾ラ
ンプの点灯、モータやソレノイドの駆動制御、演出時間の管理などの処理を実行する。
The main control microcomputer 311 is a P that stores programs executed by the CPU and various data.
Program ROM 321 consisting of ROM (programmable read-only memory), RAM 322 that provides a work area, Fe that can retain stored contents even if power is not supplied in the event of a power failure.
A RAM 323 and an RTC (real-time clock) 338 that serves as a timekeeping means for generating information indicating the current date and time (year, month, day, day of the week, time, etc.) are connected. A RAM that provides a work area is also provided inside the main control microcomputer 311. A WDT (watchdog timer) circuit 324 is connected to the main control microcomputer 311. The main control microcomputer 311 analyzes the command from the game microcomputer 111, determines the production content, and V
It executes processing such as instructing the content of the output video to the DP 312, instructing the sound source LSI 314 of the reproduced sound, lighting the decorative lamp, controlling the drive of the motor and the solenoid, and managing the effect time.

VDP312には、作業領域を提供するRAM312aや、画像を拡大、縮小処理する
ためのスケーラ312bが設けられている。また、VDP312にはキャラクタ画像や映
像データが記憶された画像ROM325や、画像ROM325から読み出されたキャラク
タなどの画像データを展開したり加工したりするのに使用される超高速なVRAM(ビデ
オRAM)326が接続されている。
The VDP 312 is provided with a RAM 312a that provides a work area and a scaler 312b for enlarging / reducing an image. Further, the VDP 312 has an image ROM 325 in which character images and video data are stored, and an ultra-high-speed VRAM (video RAM) used for developing and processing image data such as characters read from the image ROM 325. ) 326 is connected.

特に限定されるわけではないが、主制御用マイコン311とVDP312との間は、パ
ラレル方式でデータの送受信が行われるように構成されている。パラレル方式でデータを
送受信することで、シリアルの場合よりも短時間にコマンドやデータを送信することがで
きる。
Although not particularly limited, the main control microcomputer 311 and the VDP 312 are configured to transmit and receive data in a parallel manner. By sending and receiving data in parallel, commands and data can be sent in a shorter time than in the case of serial.

VDP312から主制御用マイコン311へは、表示装置41の映像とガラス枠15や
遊技盤30に設けられている装飾ランプの点灯を同期させるための垂直同期信号VSYN
C、データの送信タイミングを与える同期信号STSが入力される。なお、VDP312
から主制御用マイコン311へは、VRAMへの描画の終了等処理状況を知らせるため割
込み信号INT0〜n及び主制御用マイコン311からのコマンドやデータの受信待ちの
状態にあることを知らせるためのウェイト信号WAITなども入力される。
A vertical synchronization signal VSYNC for synchronizing the image of the display device 41 with the lighting of the decorative lamps provided on the glass frame 15 and the game board 30 from the VDP 312 to the main control microcomputer 311.
C, a synchronization signal STS that gives the data transmission timing is input. In addition, VDP312
Waits to notify the main control microcomputer 311 that it is in a state of waiting for reception of interrupt signals INT0 to n and commands and data from the main control microcomputer 311 in order to notify the processing status such as the end of drawing in VRAM. A signal WAIT or the like is also input.

演出制御装置300には、LVDS(小振幅信号伝送)方式で表示装置41へ送信する
映像信号を生成する信号変換回路313が設けられている。VDP312から信号変換回
路313へは、映像データ、水平同期信号HSYNC及び垂直同期信号VSYNCが入力
されるようになっており、VDP312で生成された映像は、信号変換回路313を介し
て表示装置41に表示される。
The effect control device 300 is provided with a signal conversion circuit 313 that generates a video signal to be transmitted to the display device 41 by an LVDS (small amplitude signal transmission) method. Video data, a horizontal synchronization signal HSYNC, and a vertical synchronization signal VSYNC are input from the VDP 312 to the signal conversion circuit 313, and the video generated by the VDP 312 is transmitted to the display device 41 via the signal conversion circuit 313. Is displayed.

音源LSI314には音声データが記憶された音声ROM327が接続されている。主
制御用マイコン311と音源LSI314は、アドレス/データバス340を介して接続
されている。また、音源LSI314から主制御用マイコン311へは割込み信号INT
が入力されるようになっている。演出制御装置に300には、ガラス枠15に設けられた
上スピーカ19a及び前面枠12に設けられた下スピーカ19bを駆動するオーディオパ
ワーアンプなどからなるアンプ回路337が設けられており、音源LSI314で生成さ
れた音声はアンプ回路337を介して上スピーカ19a及び下スピーカ19bから出力さ
れる。
An audio ROM 327 in which audio data is stored is connected to the sound source LSI 314. The main control microcomputer 311 and the sound source LSI 314 are connected via the address / data bus 340. Further, the interrupt signal INT from the sound source LSI 314 to the main control microcomputer 311.
Is to be entered. The effect control device 300 is provided with an amplifier circuit 337 including an audio power amplifier for driving the upper speaker 19a provided on the glass frame 15 and the lower speaker 19b provided on the front frame 12, and the sound source LSI 314. The generated sound is output from the upper speaker 19a and the lower speaker 19b via the amplifier circuit 337.

また、演出制御装置300には、遊技制御装置100から送信されてくるコマンドを受
信するインタフェースチップ(コマンドI/F)331が設けられている。このコマンド
I/F331を介して、遊技制御装置100から演出制御装置300へ送信された飾り特
図保留数コマンド、飾り特図コマンド、変動コマンド、停止情報コマンド等を、演出制御
指令信号(演出コマンド)として受信する。遊技制御装置100の遊技用マイコン111
はDC5Vで動作し、演出制御装置300の主制御用マイコン311はDC3.3Vで動
作するため、コマンドI/F331には信号のレベル変換の機能が設けられている。
Further, the effect control device 300 is provided with an interface chip (command I / F) 331 that receives a command transmitted from the game control device 100. An effect control command signal (effect command) is transmitted from the game control device 100 to the effect control device 300 via this command I / F331, such as a decorative special figure hold number command, a decorative special figure command, a variation command, and a stop information command. ). Game microcomputer 111 of game control device 100
Operates at DC 5V, and the main control microcomputer 311 of the effect control device 300 operates at DC 3.3V. Therefore, the command I / F 331 is provided with a signal level conversion function.

また、演出制御装置300には、遊技盤30(センターケース40を含む)に設けられ
ているLED(発光ダイオード)を有する盤装飾装置46を駆動制御する盤装飾LED制
御回路332、ガラス枠15に設けられているLED(発光ダイオード)を有する枠装飾
装置(例えば枠装飾装置18等)を駆動制御する枠装飾LED制御回路333、遊技盤3
0(センターケース40を含む)に設けられている盤演出装置44(例えば表示装置41
における演出表示と協働して演出効果を高める可動役物等)を駆動制御する盤演出可動体
制御回路334が設けられている。ランプやモータ及びソレノイドなどを駆動制御するこ
れらの制御回路332〜334は、アドレス/データバス340を介して主制御用マイコ
ン311と接続されている。なお、ガラス枠15にモータ(例えば演出用の装置を動作さ
せるモータ)等の駆動源を備えた枠演出装置を設け、この枠演出装置を駆動制御する枠演
出可動体制御回路を備えていても良い。
Further, the effect control device 300 includes a board decoration LED control circuit 332 and a glass frame 15 for driving and controlling a board decoration device 46 having an LED (light emitting diode) provided on the game board 30 (including the center case 40). Frame decoration LED control circuit 333, game board 3 that drives and controls a frame decoration device (for example, frame decoration device 18 or the like) having an provided LED (light emitting diode).
Board effect device 44 (for example, display device 41) provided at 0 (including the center case 40)
A board effect movable body control circuit 334 is provided to drive and control a movable accessory (such as a movable accessory) that enhances the effect of the effect in cooperation with the effect display in. These control circuits 332 to 334 that drive and control lamps, motors, solenoids, and the like are connected to the main control microcomputer 311 via the address / data bus 340. Even if the glass frame 15 is provided with a frame effect device provided with a drive source such as a motor (for example, a motor for operating a device for effect) and is provided with a frame effect movable body control circuit for driving and controlling the frame effect device. good.

さらに、演出制御装置300には、ガラス枠15に設けられた演出ボタン25に内蔵さ
れている演出ボタンスイッチ25a、ガラス枠15に設けられたタッチパネル29、盤演
出装置44内のモータの初期位置等を検出する演出役物スイッチ47(演出モータスイッ
チ)のオン/オフ状態を検出して主制御用マイコン311へ検出信号を入力する機能や、
演出制御装置300に設けられた音量調節スイッチ335の状態を検出して主制御用マイ
コン311へ検出信号を入力する機能を有するスイッチ入力回路336が設けられている
Further, the effect control device 300 includes an effect button switch 25a built in the effect button 25 provided on the glass frame 15, a touch panel 29 provided on the glass frame 15, an initial position of a motor in the board effect device 44, and the like. A function that detects the on / off state of the effect switch 47 (effect motor switch) and inputs a detection signal to the main control microcomputer 311.
A switch input circuit 336 having a function of detecting the state of the volume control switch 335 provided in the effect control device 300 and inputting a detection signal to the main control microcomputer 311 is provided.

電源装置400の通常電源部410は、上記のような構成を有する演出制御装置300
やそれによって制御される電子部品に対して所望のレベルの直流電圧を供給するため、モ
ータやソレノイドを駆動するためのDC32V、液晶パネルからなる表示装置41、モー
タやLEDを駆動するためのDC12V、コマンドI/F331の電源電圧となるDC5
Vの他に、モータやLED、スピーカを駆動するためのDC15Vの電圧を生成するよう
に構成されている。さらに、主制御用マイコン311として、3.3Vあるいは1.2V
のような低電圧で動作するLSIを使用する場合には、DC5Vに基づいてDC3.3V
やDC1.2Vを生成するためのDC−DCコンバータが演出制御装置300に設けられ
る。なお、DC−DCコンバータは通常電源部410に設けるようにしてもよい。
The normal power supply unit 410 of the power supply device 400 has the effect control device 300 having the above configuration.
DC32V for driving a motor or solenoid, a display device 41 consisting of a liquid crystal panel, DC12V for driving a motor or LED, in order to supply a desired level of DC voltage to or an electronic component controlled by the motor. DC5 which is the power supply voltage of command I / F331
In addition to V, it is configured to generate a voltage of DC15V for driving a motor, LED, and speaker. Further, as the main control microcomputer 311, 3.3V or 1.2V
When using an LSI that operates at a low voltage like the above, DC 3.3V is based on DC 5V.
And a DC-DC converter for generating DC 1.2V is provided in the effect control device 300. The DC-DC converter may be usually provided in the power supply unit 410.

電源装置400の制御信号生成部430により生成されたリセット信号は、主制御用マ
イコン311に供給され、当該デバイスをリセット状態にする。また、主制御用マイコン
311から出力される形で、VDP312(VDPRESET信号)、音源LSI314
、スピーカを駆動するアンプ回路337(SNDRESET信号)、ランプやモータなど
を駆動制御する制御回路332〜334(IORESET信号)に供給され、これらをリ
セット状態にする。また、演出制御装置300には遊技機10の各所を冷却する冷却FA
N45が接続され、演出制御装置300の電源が投入された状態では冷却FAN45が駆
動するようにされている。
The reset signal generated by the control signal generation unit 430 of the power supply device 400 is supplied to the main control microcomputer 311 to put the device in the reset state. In addition, VDP312 (VDPRESET signal) and sound source LSI314 are output from the main control microcomputer 311.
, The amplifier circuit 337 (SNDRESET signal) that drives the speaker, and the control circuits 332-334 (IORESET signal) that drive and control the lamp and the motor are supplied to reset the state. Further, the effect control device 300 has a cooling FA that cools various parts of the game machine 10.
The cooling FAN 45 is driven when the N45 is connected and the power of the effect control device 300 is turned on.

図5には、大当り確率、転落確率、小当り確率、大当りに当選した場合の大当り種類の
振分確率を示した。なお、大当りとは条件装置の作動を伴う特別結果(第1特別結果)で
あり、小当りは条件装置の作動を伴わない特別結果(第2特別結果)である。条件装置と
は、特図変動表示ゲームで大当りが発生(大当り図柄の停止表示)した場合に作動するも
ので、条件装置が作動するとは、例えば大当り状態が発生して特別電動役物としての特別
変動入賞装置38,39を連続して作動させるための特定のフラグがセットされる(役物
連続作動装置が作動される)ことを意味する。条件装置が作動しないとは、例えば小当り
抽選に当選したような場合のように前述のフラグはセットされないことを意味する。なお
、「条件装置」は上記のようなソフトウェア的にオンオフされるフラグのようなソフトウ
ェア手段であっても良いし、電気的にオンオフされるスイッチのようなハードウェア手段
であっても良い。また、「条件装置」は、その作動が電動役物の連続作動に必要条件とさ
れる装置として、パチンコ遊技機の分野においては一般的に使用されている用語であり、
本明細書においても同様な意味を有する用語として使用している。
FIG. 5 shows the jackpot probability, the fall probability, the small hit probability, and the distribution probability of the jackpot type when the jackpot is won. The big hit is a special result (first special result) with the operation of the condition device, and the small hit is a special result (second special result) without the operation of the condition device. The condition device operates when a big hit occurs (stop display of the big hit symbol) in the special figure fluctuation display game, and when the condition device operates, for example, a big hit state occurs and it is special as a special electric accessory. It means that a specific flag for continuously operating the variable winning devices 38 and 39 is set (the accessory continuous operating device is activated). The fact that the condition device does not operate means that the above-mentioned flag is not set as in the case where the small hit lottery is won, for example. The "conditional device" may be a software means such as a flag that is turned on / off by software as described above, or a hardware means such as a switch that is electrically turned on / off. Further, "condition device" is a term generally used in the field of pachinko gaming machines as a device whose operation is a necessary condition for continuous operation of an electric accessory.
In this specification, it is used as a term having the same meaning.

大当り(第1特別結果)となる確率である大当り確率の値(確率値)は特図1と特図2
で共通であり、低確率状態での確率値と高確率状態での確率値はそれぞれ図5(a)に示
すような確率値となっている。
なお、本実施形態では、図5(a)に示すように、“設定1”〜“設定6”の全てに高
確率状態での確率値として同一の確率値が割り当てられているが、異なる確率値が割り当
てられていても良い。すなわち、高確率状態での確率値は、多段階に切り替え可能であっ
ても良い。
また、本実施形態では、図5(a)に示すように、“設定1”と“設定2”に低確率状
態での確率値として同一の確率値が割り当てられているが、異なる確率値が割り当てられ
ていても良い。“設定3”と“設定4”、“設定5”と“設定6”についても同様である
。すなわち、低確率状態での確率値は、多段階に切り替え可能であれば、その段数は限定
されない。また、“設定1”〜“設定6”の全てに低確率状態での確率値として同一の確
率値が割り当てられていても良い。すなわち、低確率状態での確率値は、多段階に切り替
え不可能であっても良い。
The value (probability value) of the jackpot probability, which is the probability of becoming a jackpot (first special result), is special figure 1 and special figure 2.
The probability value in the low probability state and the probability value in the high probability state are the probability values as shown in FIG. 5A, respectively.
In the present embodiment, as shown in FIG. 5A, the same probability value is assigned as the probability value in the high probability state to all of "setting 1" to "setting 6", but different probabilities. A value may be assigned. That is, the probability value in the high probability state may be switchable in multiple stages.
Further, in the present embodiment, as shown in FIG. 5A, the same probability value is assigned to "setting 1" and "setting 2" as the probability value in the low probability state, but different probability values are assigned. It may be assigned. The same applies to "setting 3" and "setting 4", and "setting 5" and "setting 6". That is, the probability value in the low probability state is not limited as long as it can be switched in multiple stages. Further, the same probability value may be assigned to all of "setting 1" to "setting 6" as the probability value in the low probability state. That is, the probability value in the low probability state may not be switchable in multiple stages.

また、割り当てられた低確率状態での確率値が同一の“設定1”と“設定2”で、演出
振り分け等を異ならせても良い。“設定3”と“設定4”、“設定5”と“設定6”につ
いても同様である。
また、本実施形態では、図5(a)に示すように、3種類の確率値(低確率状態での確
率値及び高確率状態での確率値)に対し6つの確率設定値(“設定1”〜“設定6”)を
割り当てているが、例えば、3種類の確率値に対し3つの確率設定値(例えば“設定1”
〜“設定3”)を割り当てて残り3つの確率設定値(例えば“設定4”〜“設定6”)は
不使用としても良い。
Further, the effect distribution and the like may be different between "setting 1" and "setting 2" having the same probability value in the assigned low probability state. The same applies to "setting 3" and "setting 4", and "setting 5" and "setting 6".
Further, in the present embodiment, as shown in FIG. 5A, there are six probability setting values (“setting 1”) for three types of probability values (probability value in the low probability state and probability value in the high probability state). "~" Setting 6 ") is assigned, but for example, three probability setting values (for example," setting 1 ") are assigned to three types of probability values.
~ "Setting 3") may be assigned and the remaining three probability setting values (for example, "Setting 4" to "Setting 6") may be omitted.

本実施形態の遊技機では、大当りに基づく特別遊技状態(第1特別遊技状態)において
第1特別変動入賞装置38の特定領域(確変作動領域)に遊技球が流入して特定領域スイ
ッチ38dで検出されること(V通過)により、当該特別遊技状態の終了後に高確率状態
となり、特図変動表示ゲームの実行毎に行われる転落抽選に当選すると低確率状態となる
ように構成されている。転落抽選に当選する確率は図5(b)に示すような確率となって
いる。
また、特図1変動表示ゲーム及び特図2変動表示ゲームのどちらの特図変動表示ゲーム
の結果態様に基づき高確率状態となっても、特図1変動表示ゲーム及び特図2変動表示ゲ
ームの両方が高確率状態となる。
In the game machine of the present embodiment, in the special game state based on the big hit (first special game state), the game ball flows into the specific area (probability variation operation area) of the first special variable winning device 38 and is detected by the specific area switch 38d. By being performed (passing V), the high probability state is set after the end of the special game state, and the low probability state is set when the fall lottery performed every time the special figure variation display game is executed is won. The probability of winning the fall lottery is as shown in FIG. 5 (b).
Further, regardless of which of the special figure 1 variable display game and the special figure 2 variable display game results in a high probability state, the special figure 1 variable display game and the special figure 2 variable display game Both are in a high probability state.

小当り(第2特別結果)となる確率である小当り確率は図5(c)に示すような確率と
なっている。この小当り確率は特図1よりも特図2の方が高くなっている。また、小当り
確率は遊技状態や大当り確率にかかわらず常に一定である。大当りと小当りの抽選におい
ては大当りと小当りは重複して当選しない。なお、本実施形態では、小当りを特図1に設
けず特図2のみに設けるようにした、すなわち特図1の小当り確率は0であるが、これに
限定されず、例えば、小当りを特図1と特図2の両方に設けても良い。また、小当りを特
図1と特図2の両方に設ける場合、小当り確率は、特図1と特図2とで同じであっても良
いし、特図1よりも特図2の方が高くても良いし、特図2よりも特図1の方が高くても良
い。
The small hit probability, which is the probability of a small hit (second special result), is as shown in FIG. 5 (c). This small hit probability is higher in Special Figure 2 than in Special Figure 1. In addition, the small hit probability is always constant regardless of the gaming state and the big hit probability. In the big hit and small hit lottery, the big hit and the small hit are not won in duplicate. In the present embodiment, the small hit is not provided in the special figure 1 but is provided only in the special figure 2, that is, the small hit probability of the special figure 1 is 0, but the small hit is not limited to this, for example. May be provided in both Special Figure 1 and Special Figure 2. Further, when the small hit is provided in both the special figure 1 and the special figure 2, the small hit probability may be the same in the special figure 1 and the special figure 2, and the special figure 2 is better than the special figure 1. May be higher, and special figure 1 may be higher than special figure 2.

また、図5(d)には特図1と特図2で選択可能な大当り種類と、各大当り種類の振分
確率を示した。
特図1変動表示ゲームでの大当り(第1特別結果)の種類には、10R確変大当りと4
R確変大当りと10R通常大当りの3種類がある。同様に、特図2変動表示ゲームでの大
当り(第1特別結果)の種類には、10R確変大当りと4R確変大当りと10R通常大当
りの3種類がある。これらの大当り種類は大当り図柄乱数に基づき選択される。各大当り
種類の数字は実質ラウンド数を示し、確変とは特定領域(確変作動領域)に遊技球が流入
する可能性が高く特別遊技状態の終了後に高確率状態(確変状態)となりやすいことを示
し、通常とは特定領域(確変作動領域)に遊技球が流入する可能性が低く特別遊技状態の
終了後に高確率状態(確変状態)となりにくいことを示している。
ここで、実質ラウンド数とは、特別変動入賞装置38,39の開放によって実際に入賞
球が発生するような開放制御を行うラウンド数のことである。なお、各大当り種類の数字
は、大当り時のラウンド数(実質ラウンド数+特別変動入賞装置38,39の開放時間が
短く実際には入賞球が発生しないような開放制御を行うラウンド数)であっても良い。
In addition, FIG. 5D shows the jackpot types that can be selected in Special Figure 1 and Special Figure 2, and the distribution probabilities of each jackpot type.
Special figure 1 The types of jackpots (first special result) in the variable display game are 10R probability variation jackpot and 4
There are three types: R probability variation jackpot and 10R normal jackpot. Similarly, there are three types of jackpots (first special result) in the special figure 2 variable display game: 10R probability variation jackpot, 4R probability variation jackpot, and 10R normal jackpot. These jackpot types are selected based on the jackpot symbol random numbers. The number of each jackpot type indicates the actual number of rounds, and the probability change indicates that the game ball is likely to flow into a specific area (probability change operation area) and is likely to become a high probability state (probability change state) after the end of the special game state. , It is shown that the possibility that the game ball flows into the specific area (probability change operation area) is low and it is difficult to reach the high probability state (probability change state) after the end of the special game state.
Here, the actual number of rounds is the number of rounds for which opening control is performed so that a winning ball is actually generated by opening the special variable winning devices 38 and 39. The number of each jackpot type is the number of rounds at the time of jackpot (the number of actual rounds + the number of rounds in which the opening time of the special variable winning devices 38 and 39 is short and the opening control is performed so that the winning ball does not actually occur). You may.

また、確変大当りよりも特定領域に遊技球が流入する可能性が低いが通常大当りよりも
特定領域に遊技球が流入する可能性が高い第1特別結果を設けても良い。
また、本実施形態の遊技機では、特定領域(確変作動領域)に遊技球が流入するか否か
により高確率状態となるか否かが決定されるので、大当り種類が確変であっても特定領域
に遊技球が流入しなければ高確率状態とはならず、大当り種類が通常であっても特定領域
に遊技球が流入すれば高確率状態となる。
In addition, a first special result may be provided in which the possibility that the game ball will flow into the specific area is lower than that of the probability variation jackpot, but the possibility that the game ball will flow into the specific area is higher than that of the normal jackpot.
Further, in the game machine of the present embodiment, it is determined whether or not the game ball is in the high probability state depending on whether or not the game ball flows into the specific area (probability change operation area), so that even if the jackpot type is the probability change, it can be specified. If the game ball does not flow into the area, the high probability state does not occur, and even if the jackpot type is normal, if the game ball flows into the specific area, the high probability state occurs.

図6(a)〜(c)には、各大当り種類での各ラウンドにおける開放態様を示した。な
お、開放態様の詳細は図7に示している。
図6(a)に示すように10R確変大当りでは、1ラウンド目で第1特別変動入賞装置
38を開放するとともに特定領域(確変作動領域)を開放するVありロング開放を行う。
Vありロング開放は特定領域(確変作動領域)に遊技球が流入する可能性の高い開放態様
である。そして、2ラウンド目以降は第1特別変動入賞装置38を開放するが特定領域は
開放しないVなしロング開放を行う。
図6(b)に示すように4R確変大当りでは、1ラウンド目で第1特別変動入賞装置3
8を開放するとともに特定領域(確変作動領域)を開放するVありロング開放を行う。そ
して、2ラウンド目から4ラウンド目までは第1特別変動入賞装置38を開放するが特定
領域は開放しないVなしロング開放を行い、5ラウンド目以降は第1特別変動入賞装置3
8を開放するが特定領域は開放しないVなしショート開放を行う。Vなしショート開放は
大入賞口に遊技球が流入する可能性がVなしロング開放よりも低い開放態様である。すな
わち、Vなしロング開放は実際に入賞球が発生するような開放態様であり、Vなしショー
ト開放は開放時間が短く実際には入賞球が発生しないような開放態様である。
6 (a) to 6 (c) show the opening mode in each round for each jackpot type. The details of the opening mode are shown in FIG.
As shown in FIG. 6A, in the 10R probability variation jackpot, the first special variation winning device 38 is opened and the specific area (probability variation operation area) is opened in the first round, and a long opening with V is performed.
Long opening with V is an opening mode in which a game ball is likely to flow into a specific region (probability variation operating region). Then, after the second round, the first special variable winning device 38 is opened, but the specific area is not opened, and a long opening without V is performed.
As shown in FIG. 6B, in the 4R probability variation jackpot, the first special variation winning device 3 in the first round.
A long opening with V is performed to open 8 and open a specific area (probability variation operation area). Then, from the 2nd round to the 4th round, the 1st special variable winning device 38 is opened, but the specific area is not opened. A long opening without V is performed, and after the 5th round, the 1st special variable winning device 3
Open 8 but do not open a specific area V-less short release is performed. The short opening without V is an opening mode in which the possibility that the game ball will flow into the winning opening is lower than the long opening without V. That is, the long opening without V is an opening mode in which a winning ball is actually generated, and the short opening without V is an opening mode in which the opening time is short and no winning ball is actually generated.

図6(c)に示すように10R通常大当りでは、1ラウンド目で第1特別変動入賞装置
38を開放するとともに特定領域(確変作動領域)を開放するVありショート開放を行う
。Vありショート開放は特定領域(確変作動領域)に遊技球が流入する可能性がVありロ
ング開放よりも低い開放態様である。そして、2ラウンド目以降は第1特別変動入賞装置
38を開放するVなしロング開放を行う。
特定領域(確変作動領域)へ遊技球が流入可能とされるのは1ラウンド目に行われるV
ありロング開放及びVありショート開放のみである。すなわち、本実施形態の遊技機では
、特定領域に遊技球が流入する可能性があるラウンドである特定ラウンドは1ラウンド目
である。なお、特定ラウンドは、1ラウンド目に限定されず適宜変更可能である。また、
特定ラウンドは、1ラウンド目と5ラウンド目など、複数回あっても良い。
As shown in FIG. 6 (c), in the 10R normal jackpot, the first special variable winning device 38 is opened and the specific region (probability variation operating region) is opened in the first round, and a short opening with V is performed. Short opening with V is an opening mode in which there is a possibility that a game ball may flow into a specific region (probability variation operating region), which is lower than long opening with V. Then, from the second round onward, a long opening without V is performed to open the first special variable winning device 38.
It is V that the game ball can flow into the specific area (probability change operation area) in the first round.
Yes long open and V Yes short open only. That is, in the game machine of the present embodiment, the specific round, which is the round in which the game ball may flow into the specific area, is the first round. The specific round is not limited to the first round and can be changed as appropriate. Also,
The specific round may be multiple times, such as the first round and the fifth round.

図7(a)に示すようにVなしロング開放では、ラウンドの開始に伴い第1特別変動入
賞装置38を開放し(t11)、25000m秒の開放可能時間が経過するか所定個数(
例えば9個)の遊技球が入賞するかの何れかの条件が成立すると第1特別変動入賞装置3
8を閉鎖してラウンドを終了する(t12)。その後、上大入賞口残存球処理時間が開始
され(t12)、上大入賞口残存球処理時間が終了するとインターバル時間が開始され(
t13)、インターバル時間が終了すると次ラウンドが開始される(t14)。なお、最
終ラウンドである場合はラウンドの終了に伴い残存球処理時間が設定され、その後エンデ
ィング時間が設定される。
As shown in FIG. 7A, in the long opening without V, the first special variable winning device 38 is opened with the start of the round (t11), and the openable time of 25,000 msec elapses or a predetermined number (
For example, if any of the conditions for winning 9 game balls is satisfied, the first special variable winning device 3
8 is closed to end the round (t12). After that, the processing time for the remaining balls in the upper prize opening is started (t12), and when the processing time for the remaining balls in the upper prize opening is finished, the interval time is started (t12).
At t13), when the interval time ends, the next round starts (t14). In the case of the final round, the remaining ball processing time is set at the end of the round, and then the ending time is set.

図7(b)に示すようにVありロング開放では、ラウンドの開始に伴い第1特別変動入
賞装置38を開放する(t31)。さらに、ラウンドの開始に伴いレバーソレノイド38
fをON状態とするとともに、特定領域スイッチ38dを有効とする。レバーソレノイド
38fがOFFである状態ではレバー部材が特定領域を覆って遊技球が流入できない状態
となり、レバーソレノイド38fがONである状態ではレバー部材が特定領域から退避し
て遊技球が流入可能な状態となる。また、特定領域スイッチ38dが有効である状態とは
、特定領域スイッチ38dでの遊技球の検出を有効なものとして扱う状態である。これに
対して特定領域スイッチ38dが無効である状態は、特定領域スイッチ38dでの遊技球
の検出があっても無効なものとして扱う状態である。
As shown in FIG. 7B, in the long opening with V, the first special variable winning device 38 is opened with the start of the round (t31). Furthermore, with the start of the round, the lever solenoid 38
The f is set to the ON state, and the specific area switch 38d is enabled. When the lever solenoid 38f is OFF, the lever member covers a specific area and the game ball cannot flow in. When the lever solenoid 38f is ON, the lever member retracts from the specific area and the game ball can flow in. It becomes. Further, the state in which the specific area switch 38d is effective is a state in which the detection of the game ball by the specific area switch 38d is treated as effective. On the other hand, the state in which the specific area switch 38d is invalid is a state in which even if the game ball is detected by the specific area switch 38d, it is treated as invalid.

レバーソレノイド38fはラウンドの開始から64m秒経過することでOFF状態とな
る(t32)。そして、レバーソレノイド38fがOFF状態となってから100m秒経
過すると特定領域スイッチ38dが無効となる(t33)。すなわち、第1特別変動入賞
装置38が開放した直後に入賞した遊技球は特定領域に流入する可能性がある。
The lever solenoid 38f is turned off when 64 msec has elapsed from the start of the round (t32). Then, 100 msec after the lever solenoid 38f is turned off, the specific area switch 38d becomes invalid (t33). That is, the game ball that has won a prize immediately after the first special variable winning device 38 is opened may flow into a specific area.

ラウンドの開始から200m秒経過すると第1特別変動入賞装置38が閉鎖される(t
34)。そして、2700m秒経過すると再び第1特別変動入賞装置38が開放される(
t35)、25000m秒の開放可能時間が経過するか所定個数(例えば9個)の遊技球
が入賞するかの何れかの条件が成立すると第1特別変動入賞装置38を閉鎖してラウンド
が終了する(t39)。その後、上大入賞口残存球処理時間が開始され(t39)、上大
入賞口残存球処理時間が終了するとインターバル時間が開始され(t41)インターバル
時間が終了すると次ラウンドが開始される(t42)。なお、最終ラウンドである場合は
ラウンドの終了に伴い残存球処理時間が設定され、その後エンディング時間が設定される
200 msec after the start of the round, the first special variable winning device 38 is closed (t).
34). Then, after 2700 msec, the first special variable winning device 38 is opened again (
t35), when either the openable time of 25,000 msec elapses or a predetermined number (for example, 9) of game balls wins, the first special variable winning device 38 is closed and the round ends. (T39). After that, the upper prize opening remaining ball processing time is started (t39), the interval time is started when the upper prize winning opening remaining ball processing time ends (t41), and the next round is started when the interval time ends (t42). .. In the case of the final round, the remaining ball processing time is set at the end of the round, and then the ending time is set.

また、第1特別変動入賞装置38の2回目の開放(t35)の後、レバーソレノイド3
8fも所定の時間に亘りON状態となる(t36〜t37、t38〜t39)。また、特
定領域スイッチ38dも有効となる(t36)。この第1特別変動入賞装置38の2回目
の開放は十分に長い時間の開放であるとともに、レバーソレノイド38fのON状態も長
時間継続するので、ほぼ確実に特定領域に遊技球が流入することとなる。よって、大当り
種類が確変である場合はほぼ確実に高確率状態となる。
Further, after the second opening (t35) of the first special variable winning device 38, the lever solenoid 3
8f is also turned on for a predetermined time (t36 to t37, t38 to t39). In addition, the specific area switch 38d is also effective (t36). The second opening of the first special variable winning device 38 is for a sufficiently long time, and the lever solenoid 38f remains ON for a long time, so that the game ball will almost certainly flow into the specific area. Become. Therefore, when the jackpot type is probabilistic, it will almost certainly be in a high probability state.

また、レバーソレノイド38fは第1特別変動入賞装置38が閉鎖した後も所定の時間
に亘りON状態とすることが可能であり(t40〜t43)、閉鎖間際に第1特別変動入
賞装置38に流入した遊技球についても特定領域への流入が可能となっている。なお、開
放可能時間の経過又は所定個数の遊技球が入賞することにより第1特別変動入賞装置38
が閉鎖し、当該第1特別変動入賞装置38に入賞した遊技球が上大入賞口残存球処理時間
内に全て排出された場合には、残存球処理時間の終了(t41)に伴いレバーソレノイド
38fがOFF状態となって動作を終了するとともに、特定領域スイッチ38dが無効と
なる。
Further, the lever solenoid 38f can be turned on for a predetermined time even after the first special variable winning device 38 is closed (t40 to t43), and flows into the first special variable winning device 38 just before closing. It is possible for the game ball to flow into a specific area. The first special variable winning device 38 is due to the passage of the openable time or the winning of a predetermined number of game balls.
Is closed, and when all the game balls that have won the first special variable winning device 38 are discharged within the remaining ball processing time of the upper prize opening, the lever solenoid 38f is accompanied by the end of the remaining ball processing time (t41). Is turned off to end the operation, and the specific area switch 38d becomes invalid.

また、開放可能時間の経過又は所定個数の遊技球が入賞することにより第1特別変動入
賞装置38が閉鎖し、第1特別変動入賞装置38に入賞した遊技球が上大入賞口残存球処
理時間内に全て排出されなかった場合であって、レバーソレノイド38fがON状態とな
る期間の終了(t43)までに全て排出された場合は、当該排出の完了時にレバーソレノ
イド38fがOFF状態となって動作を終了するとともに、特定領域スイッチ38dが無
効となる。
また、開放可能時間の経過又は所定個数の遊技球が入賞することにより第1特別変動入
賞装置38が閉鎖し、第1特別変動入賞装置38に入賞した遊技球が上大入賞口残存球処
理時間内に全て排出されなかった場合であって、レバーソレノイド38fがON状態とな
る期間の終了(t43)までに全て排出されなかった場合は、レバーソレノイド38fが
ON状態となる期間の終了(t43)をもってレバーソレノイド38fがOFF状態とな
って動作を終了する。この場合には、レバーソレノイド38fがOFF状態となってから
(t43)、100m秒経過すると特定領域スイッチ38dが無効となる(t44)。
In addition, the first special variable winning device 38 is closed due to the passage of the openable time or a predetermined number of game balls are won, and the game balls that have won the first special variable winning device 38 have the remaining ball processing time of the upper prize opening. If all of the lever solenoid 38f is discharged by the end of the period (t43) when the lever solenoid 38f is in the ON state, the lever solenoid 38f is turned off and operates when the discharge is completed. Is terminated, and the specific area switch 38d becomes invalid.
In addition, the first special variable winning device 38 is closed due to the passage of the openable time or a predetermined number of game balls are won, and the game balls that have won the first special variable winning device 38 have the remaining ball processing time of the upper prize opening. If all of the lever solenoid 38f is not discharged by the end of the period in which the lever solenoid 38f is in the ON state (t43), the end of the period in which the lever solenoid 38f is in the ON state (t43) is completed. The lever solenoid 38f is turned off and the operation is terminated. In this case, the specific area switch 38d becomes invalid (t44) 100 msec after the lever solenoid 38f is turned off (t43).

図7(c)に示すようにVありショート開放では、Vありロング開放における第1特別
変動入賞装置38の1回目の開放と同様の開放を行い(t51〜t54)、当該開放が終
了することに基づきラウンドを終了する(t54)。この第1特別変動入賞装置38の開
放は非常に短い時間の開放であるとともに、レバーソレノイド38fのON状態も短時間
であるので、特定領域に遊技球が流入する可能性は低い。よって大当り種類が通常である
場合に高確率状態となることはまれである。
As shown in FIG. 7 (c), in the short opening with V, the opening similar to the first opening of the first special variable winning device 38 in the long opening with V is performed (t51 to t54), and the opening is completed. The round ends based on (t54). Since the opening of the first special variable winning device 38 is for a very short time and the lever solenoid 38f is also ON for a short time, it is unlikely that the game ball will flow into the specific region. Therefore, it is rare that a high probability state occurs when the jackpot type is normal.

なお、レバーソレノイド38fの動作及び特定領域スイッチ38dの有効、無効の切り
替えは、第1特別変動入賞装置38内に遊技球が残存している限りはVありロング開放の
場合と同じ動作を行う(t55〜t63)。よって、上大入賞口残存球処理時間が経過し
ても第1特別変動入賞装置38内に遊技球が残存している場合は、当該残存球の排出が完
了した時点でレバーソレノイド38fがOFF状態となって動作を終了するとともに、特
定領域スイッチ38dが無効となる。また、レバーソレノイド38fがON状態となる期
間の終了(t62)までに全ての遊技球が排出されなかった場合は、レバーソレノイド3
8fがON状態となる期間の終了(t62)をもってレバーソレノイド38fがOFF状
態となって動作を終了し、レバーソレノイド38fがOFF状態となってから(t62)
、100m秒経過すると特定領域スイッチ38dが無効となる(t63)。
The operation of the lever solenoid 38f and the activation / invalidation of the specific area switch 38d are the same as in the case of long opening with V as long as the game ball remains in the first special variable winning device 38 ( t55-t63). Therefore, if the game ball remains in the first special variable winning device 38 even after the processing time of the remaining ball of the upper prize opening has elapsed, the lever solenoid 38f is in the OFF state when the discharge of the remaining ball is completed. The operation is terminated, and the specific area switch 38d becomes invalid. If all the game balls are not discharged by the end of the period (t62) when the lever solenoid 38f is turned on, the lever solenoid 3
At the end of the period in which 8f is in the ON state (t62), the lever solenoid 38f is in the OFF state and the operation is terminated, and after the lever solenoid 38f is in the OFF state (t62).
After 100 msec, the specific area switch 38d becomes invalid (t63).

また、図7(b)に示すVありロング開放における第1特別変動入賞装置38の1回目
の開放(t31〜t34)や、図7(c)に示したVありショート開放における第1特別
変動入賞装置38の開放(t51〜t54)は、第1特別変動入賞装置38に遊技球を最
低でも1個は入賞させることができる程度の開放時間とする。
Further, the first opening (t31 to t34) of the first special variation winning device 38 in the long opening with V shown in FIG. 7 (b) and the first special variation in the short opening with V shown in FIG. 7 (c). The opening of the winning device 38 (t51 to t54) is set to an opening time such that at least one game ball can be won by the first special variable winning device 38.

図7(d)に示すようにVなしショート開放では、ラウンドの開始に伴い第1特別変動
入賞装置38を開放し(t71)、200m秒の開放可能時間が経過するか所定個数(例
えば9個)の遊技球が入賞するかの何れかの条件が成立すると第1特別変動入賞装置38
を閉鎖してラウンドを終了する(t72)。ただし、開放可能時間が短いため閉鎖条件と
なる所定個数の入賞が発生することは稀であり、開放可能時間の経過に伴い閉鎖されるこ
とがほとんどである。その後、上大入賞口残存球処理時間が開始され(t72)、上大入
賞口残存球処理時間が終了するとインターバル時間が開始され(t73)、インターバル
時間が終了すると次ラウンドが開始される(t74)。なお、最終ラウンドである場合は
ラウンドの終了に伴い残存球処理時間が設定され、その後エンディング時間が設定される
As shown in FIG. 7D, in the V-less short opening, the first special variable winning device 38 is opened (t71) with the start of the round, and the openable time of 200 ms elapses or a predetermined number (for example, 9 pieces). ) When any of the conditions for winning the game ball is satisfied, the first special variable winning device 38
Closes and ends the round (t72). However, since the openable time is short, it is rare that a predetermined number of prizes, which are the closing conditions, occur, and in most cases, the prize is closed as the openable time elapses. After that, the upper prize opening remaining ball processing time is started (t72), the interval time is started when the upper prize winning opening remaining ball processing time ends (t73), and the next round is started when the interval time ends (t74). ). In the case of the final round, the remaining ball processing time is set at the end of the round, and then the ending time is set.

また、図6(d)には、第2特別遊技状態(小当りに基づく特別遊技状態)における開
放態様を示した。第2特別遊技状態では、まず、小当りファンファーレ時間が開始され、
小当りファンファーレ時間が終了すると、第2特別変動入賞装置39が開放され、160
0m秒の開放可能時間が経過するか所定個数(例えば9個)の遊技球が入賞するかの何れ
かの条件が成立すると第2特別変動入賞装置39が閉鎖される。その後、小当り残存球処
理時間が開始され、小当り残存球処理時間が終了すると、小当りエンディング時間が開始
され、小当りエンディング時間が終了すると、第2特別遊技状態が終了する。なお、第2
特別遊技状態における開閉態様(開放時間と開放回数)は複数種類あっても良く、その場
合、例えば、小当り図柄に基づいていずれの開閉態様を設定(採用)するかを決定する。
Further, FIG. 6D shows an opening mode in the second special gaming state (special gaming state based on small hits). In the second special game state, first, the small hit fanfare time is started,
When the small hit fanfare time ends, the second special variable winning device 39 is opened, and 160
The second special variable winning device 39 is closed when either the openable time of 0 ms elapses or a predetermined number (for example, 9) of game balls are won. After that, the small hit remaining ball processing time is started, when the small hit remaining ball processing time ends, the small hit ending time starts, and when the small hit ending time ends, the second special game state ends. The second
There may be a plurality of types of opening / closing modes (opening time and number of opening times) in the special game state, and in that case, for example, it is determined which opening / closing mode is set (adopted) based on the small hit symbol.

〔遊技状態遷移図(ゲームフロー)〕
次に、遊技制御装置100の遊技制御による遊技状態の遷移(移行)について説明する
。図8は、本実施形態における遊技状態の遷移を示す遊技状態遷移図(ゲームフロー)を
例示する図である。
遊技状態には、通常遊技状態ST1、第1特定遊技状態ST2、第2特定遊技状態ST
3がある。なお、この他に特別遊技状態として、第1特別結果(大当り)に基づく第1特
別遊技状態と第2特別結果(小当り)に基づく第2特別遊技状態があるがここでは省略す
る。各遊技状態では、遊技制御装置100で制御されることとなる第1特別結果が導出さ
れる特図確率、演出制御装置300で制御されて遊技の演出態様を定める演出モード、当
該遊技状態において主に狙うべき始動領域である主始動領域、主として実行するべき特図
変動表示ゲームの種類である主変動特図、及び遊技球の発射方向が定められている。
[Game state transition diagram (game flow)]
Next, the transition (transition) of the game state by the game control of the game control device 100 will be described. FIG. 8 is a diagram illustrating a game state transition diagram (game flow) showing the transition of the game state in the present embodiment.
The game state includes the normal game state ST1, the first specific game state ST2, and the second specific game state ST.
There are three. In addition to this, as special game states, there are a first special game state based on the first special result (big hit) and a second special game state based on the second special result (small hit), but they are omitted here. In each game state, the special figure probability from which the first special result to be controlled by the game control device 100 is derived, the effect mode controlled by the effect control device 300 to determine the effect mode of the game, and the main in the game state. The main starting area, which is the starting area to be aimed at, the main variable special map, which is the type of special figure variation display game to be mainly executed, and the launch direction of the game ball are defined.

本実施形態の遊技機10においては、左打ちにより始動入賞口36への入賞を狙うこと
ができ、右打ちにより普通変動入賞装置37への入賞を狙うことができるようになってい
る。すなわち、遊技者の意思により狙う始動領域を選択可能となっている。また、各遊技
状態では、特図1変動表示ゲームと特図2変動表示ゲームのうち、いずれか一方を主とし
て遊技を進行することを想定して設計されており、この設計に従い遊技者が遊技を進行す
るように、設計上で主とすると定めた一方の特図変動表示ゲームを主として遊技を進行し
た方が遊技者にとって有利となるように構成されている。なお、以下の説明では、各遊技
状態で主とすると定めた一方の特図変動表示ゲームをメイン変動と称し、他方の特図変動
表示ゲームをイレギュラー変動と称することがある。
In the game machine 10 of the present embodiment, it is possible to aim for a prize in the starting winning opening 36 by hitting the left side, and aiming for a prize in the ordinary variable winning device 37 by hitting the right side. That is, it is possible to select the target starting area according to the player's will. In addition, each game state is designed on the assumption that one of the special figure 1 variable display game and the special figure 2 variable display game is mainly played, and the player plays the game according to this design. It is configured so that it is advantageous for the player to proceed mainly with the special figure variation display game, which is determined to be the main in the design so as to proceed. In the following description, one special figure variation display game determined to be the main in each game state may be referred to as a main variation, and the other special figure variation display game may be referred to as an irregular variation.

通常遊技状態ST1は、特図確率が低確率状態であり、普通変動入賞装置37の単位時
間あたりの開放時間を向上させて入賞を容易とする普電サポートがなく、特図変動表示ゲ
ームや普図変動表示ゲームの変動時間を短縮する時短もない状態である。また、演出態様
を規定する演出モードは通常モードとされる。主変動特図は特図1変動表示ゲームであり
、主始動領域は始動入賞口36であって、この始動入賞口36を狙うため発射方向は左打
ちとされている。すなわち、特図1変動表示ゲームをメイン変動とし、特図2変動表示ゲ
ームをイレギュラー変動とするように設計されている。この通常遊技状態ST1では、特
図2変動表示ゲームについて非常に長い変動時間が設定されるようになっている。これに
より、特図2変動表示ゲームの実行が時間的に非効率的となり、通常遊技状態ST1にお
ける小当りの獲得を狙った特図2変動表示ゲームの実行を遊技者が選択しないようにして
いる。
In the normal game state ST1, the special figure probability is low, and there is no general electric support that improves the opening time per unit time of the normal variable winning device 37 to facilitate winning, and the special figure variable display game or normal Figure Fluctuation display There is no time saving to shorten the fluctuation time of the game. In addition, the effect mode that defines the effect mode is a normal mode. The main variable special figure is a special figure 1 variable display game, and the main starting area is the starting winning opening 36, and the firing direction is left-handed in order to aim at the starting winning opening 36. That is, it is designed so that the special figure 1 variable display game is the main variation and the special figure 2 variable display game is the irregular variation. In this normal game state ST1, a very long fluctuation time is set for the special figure 2 fluctuation display game. As a result, the execution of the special figure 2 variable display game becomes inefficient in terms of time, and the player does not select the execution of the special figure 2 variable display game aiming at the acquisition of a small hit in the normal game state ST1. ..

第2特定遊技状態ST3は、特図確率が基本的には低確率状態である。ただし、通常大
当りに基づく特別遊技状態において第1特別変動入賞装置38の特定領域(確変作動領域
)に遊技球が流入した場合(V通過ありの場合)は高確率状態となる。また、普通変動入
賞装置37の単位時間あたりの開放時間を向上させて入賞を容易とする普電サポートがあ
る状態である。普電サポートがある場合は特図変動表示ゲームや普図変動表示ゲームの変
動時間を短縮する時短もありとなる。演出態様を規定する演出モードはチャンスモードと
される。また、主変動特図は特図2変動表示ゲームであり、主始動領域は普通変動入賞装
置37であって、この普通変動入賞装置37を狙うため発射方向は右打ちとされている。
すなわち、特図2変動表示ゲームをメイン変動とし、特図1変動表示ゲームをイレギュラ
ー変動とするように設計されている。
In the second specific game state ST3, the special figure probability is basically a low probability state. However, in the special game state based on the normal jackpot, when the game ball flows into the specific area (probability variation operation area) of the first special variable winning device 38 (when the V passes), the probability state becomes high. In addition, there is a general electric support that improves the opening time per unit time of the ordinary variable winning device 37 to facilitate winning. If there is a normal power support, it will be possible to shorten the fluctuation time of the special figure fluctuation display game and the normal map fluctuation display game. The effect mode that defines the effect mode is the chance mode. Further, the main variable special figure is a special figure 2 variable display game, the main starting area is the normal variable winning device 37, and the firing direction is right-handed in order to aim at the normal variable winning device 37.
That is, it is designed so that the special figure 2 variable display game is the main variation and the special figure 1 variable display game is the irregular variation.

第1特定遊技状態ST2は、特図確率が高確率状態であり、普通変動入賞装置37の単
位時間あたりの開放時間を向上させて入賞を容易とする普電サポートはなしとなり、特図
変動表示ゲームの変動時間を短縮する時短はありとなる状態である。演出態様を規定する
演出モードは小当りRUSHとされる。また、主変動特図は特図2変動表示ゲームであり
、主始動領域は普通変動入賞装置37であって、この普通変動入賞装置37を狙うため発
射方向は右打ちとされている。すなわち、特図2変動表示ゲームをメイン変動とし、特図
1変動表示ゲームをイレギュラー変動とするように設計されている。
In the first specific game state ST2, the special figure probability is high, and there is no general electric support that improves the opening time per unit time of the normal variable winning device 37 to facilitate winning, and the special figure changing display game. There is a certain amount of time to shorten the fluctuation time of. The effect mode that defines the effect mode is small hit RUSH. Further, the main variable special figure is a special figure 2 variable display game, the main starting area is the normal variable winning device 37, and the firing direction is right-handed in order to aim at the normal variable winning device 37. That is, it is designed so that the special figure 2 variable display game is the main variation and the special figure 1 variable display game is the irregular variation.

なお、本実施形態では、普電サポートがある状態における普図変動表示ゲームの当り結
果となる確率(普図確率)を、普電サポートがない状態と同じ確率(通常確率)とするが
、これに限定されず、普電サポートがある状態においては、普図確率を、通常確率(普図
低確率状態)よりも高い高確率(普図高確率状態)とすることが可能である。
また、本実施形態において、普電サポートがない状態とは、普通変動入賞装置37は開
放するが、普電サポートがある状態よりも普通変動入賞装置37の単位時間あたりの開放
時間が短い状態である。
In the present embodiment, the probability of winning the normal map fluctuation display game in the state with the normal power support (normal probability) is the same probability as the state without the normal power support (normal probability). In a state where there is a normal power support, the normal probability can be set to a higher probability (high probability state of the normal figure) than the normal probability (low probability state of the normal figure).
Further, in the present embodiment, the state without the normal electric support means that the normal variable winning device 37 is opened, but the opening time per unit time of the normal variable winning device 37 is shorter than the state with the normal electric support. is there.

第1特定遊技状態ST2及び第2特定遊技状態ST3では、特図2変動表示ゲームの変
動時間が通常遊技状態ST1の場合よりも短縮される時短状態となり、右打ちを行って普
通変動入賞装置37を狙い、特図2変動表示ゲームを行う方が遊技者にとって有利となる
。特図2変動表示ゲームは特図1変動表示ゲームよりも小当りの確率が高く(本実施形態
の場合、特図1の小当り確率は0)、かつ、大当りよりも小当りの方が当選する確率が高
いため、第1特定遊技状態ST2及び第2特定遊技状態ST3では小当りが高頻度で発生
する。
第2特定遊技状態ST3において特図変動表示ゲームの結果が小当りとなった場合には
、当該小当りに基づく特別遊技状態でも普電サポートがある状態が継続し、第1特定遊技
状態ST2において特図変動表示ゲームの結果が小当りとなった場合には、当該小当りに
基づく特別遊技状態でも普電サポートがない状態が継続する。また、小当りに基づく特別
遊技状態では、第2特別変動入賞装置39は開放するが、第1特別変動入賞装置38は開
放しない(図6(d)参照)。
In the first specific game state ST2 and the second specific game state ST3, the variation time of the special figure 2 variation display game is shortened as compared with the case of the normal game state ST1, and the right-handed hit is performed to perform the normal variation winning device 37. It is advantageous for the player to play the special figure 2 variable display game aiming at. The special figure 2 variable display game has a higher probability of a small hit than the special figure 1 variable display game (in the case of this embodiment, the small hit probability of the special figure 1 is 0), and the small hit is won more than the big hit. Since there is a high probability that the game will occur, small hits occur frequently in the first specific game state ST2 and the second specific game state ST3.
When the result of the special figure fluctuation display game is a small hit in the second specific game state ST3, the state in which the normal electric support is provided continues even in the special game state based on the small hit, and in the first specific game state ST2. If the result of the special figure variation display game is a small hit, the state without the normal electric support continues even in the special game state based on the small hit. Further, in the special gaming state based on the small hit, the second special variable winning device 39 is opened, but the first special variable winning device 38 is not opened (see FIG. 6D).

したがって、第2特定遊技状態ST3において特図変動表示ゲームの結果が小当りとな
った場合には、当該小当りに基づく特別遊技状態において、右打ちされた遊技球の大部分
は、普通変動入賞装置37に入賞し、普通変動入賞装置37の下方に配設されている第2
特別変動入賞装置39まで流下しない。よって、第2特定遊技状態ST3では、小当りが
高頻度で発生するが、小当りにより遊技者の持球を増加させることが困難である。
一方、第1特定遊技状態ST2において特図変動表示ゲームの結果が小当りとなった場
合には、当該小当りに基づく特別遊技状態において、右打ちされた遊技球の大部分は、普
通変動入賞装置37に入賞せずに、普通変動入賞装置37の下方に配設されている第2特
別変動入賞装置39まで流下する。よって、第1特定遊技状態ST2では小当りにより遊
技者の遊技球を増加させることが容易である。すなわち、第1特定遊技状態ST2では小
当りが高頻度で発生して遊技者の持球が増加することから、演出モードは小当りRUSH
と称するモードとされている。
Therefore, when the result of the special figure variation display game is a small hit in the second specific game state ST3, in the special game state based on the small hit, most of the right-handed game balls are normally variable prizes. A second device that wins the device 37 and is arranged below the normal variable winning device 37.
It does not flow down to the special variable winning device 39. Therefore, in the second specific game state ST3, small hits occur frequently, but it is difficult to increase the number of balls held by the player due to the small hits.
On the other hand, when the result of the special figure variation display game is a small hit in the first specific game state ST2, most of the right-handed game balls in the special game state based on the small hit are normally variable winnings. Instead of winning the device 37, it flows down to the second special variable winning device 39 arranged below the normal variable winning device 37. Therefore, in the first specific game state ST2, it is easy to increase the number of game balls of the player by a small hit. That is, in the first specific game state ST2, small hits occur frequently and the number of balls held by the player increases. Therefore, the effect mode is small hit RUSH.
It is said to be a mode called.

これら3つの遊技状態のうち、通常遊技状態ST1が最も遊技者にとって不利な状態で
ある。第2特定遊技状態ST3は普電サポートがあるので通常遊技状態ST1よりも遊技
者にとって有利な状態である。第1特定遊技状態ST2は、高確率状態であり、さらに、
小当りの頻発により遊技者の持球が増加する状態であるので、通常遊技状態ST1及び第
2特定遊技状態ST3よりも遊技者にとって有利な状態である。
Of these three gaming states, the normal gaming state ST1 is the most disadvantageous state for the player. The second specific gaming state ST3 is a state more advantageous to the player than the normal gaming state ST1 because it has a general electric support. The first specific game state ST2 is a high probability state, and further
Since the number of balls held by the player increases due to the frequent occurrence of small hits, this is a state more advantageous to the player than the normal game state ST1 and the second specific game state ST3.

遊技状態の移行は、第1特別結果の導出に基づく第1特別遊技状態が終了すること、規
定ゲーム数を消化すること、低確率状態への移行抽選である転落抽選に当選することによ
り行われる。基本的には、確変大当りが導出されて第1特別遊技状態となり、当該第1特
別遊技状態において第1特別変動入賞装置38の特定領域(確変作動領域)に遊技球が流
入して特定領域スイッチ38dで検出された場合(V通過ありの場合)は、当該第1特別
遊技状態の終了後に第1特定遊技状態ST2に移行する。一方、確変大当りが導出されて
第1特別遊技状態となり、当該第1特別遊技状態において第1特別変動入賞装置38の特
定領域(確変作動領域)に遊技球が流入しなかった場合(V通過なしの場合)は、当該第
1特別遊技状態の終了後に通常遊技状態ST1に移行する。また、通常大当りが導出され
て第1特別遊技状態となり、当該第1特別遊技状態においてV通過なしの場合は、当該第
1特別遊技状態の終了後に第2特定遊技状態ST3(特図低確率の第2特定遊技状態ST
3)に移行する。一方、通常大当りが導出されて第1特別遊技状態となり、当該第1特別
遊技状態においてV通過ありの場合は、当該第1特別遊技状態の終了後に第2特定遊技状
態ST3(特図高確率の第2特定遊技状態ST3)に移行する。
また、第2特定遊技状態ST3において特別遊技状態の終了から100回(サポート回
数)の特図変動表示ゲームを実行した場合は通常遊技状態ST1に移行する。また、第1
特定遊技状態ST2において転落抽選に当選した場合は、通常遊技状態ST1に移行する
The transition of the game state is performed by ending the first special game state based on the derivation of the first special result, exhausting the specified number of games, and winning the fall lottery which is the transition lottery to the low probability state. .. Basically, the probability variation jackpot is derived to enter the first special gaming state, and in the first special gaming state, the game ball flows into the specific area (probability variation operation area) of the first special variation winning device 38 and the specific area switch. When it is detected in 38d (when V is passed), it shifts to the first specific gaming state ST2 after the end of the first special gaming state. On the other hand, when the probability variation jackpot is derived and the first special gaming state is set, and the game ball does not flow into the specific area (probability variation operation area) of the first special variation winning device 38 in the first special gaming state (no V passage). In the case of), the normal gaming state ST1 is entered after the end of the first special gaming state. In addition, when the normal jackpot is derived and the first special gaming state is reached and V is not passed in the first special gaming state, the second specific gaming state ST3 (special figure low probability) is obtained after the end of the first special gaming state. Second specific game state ST
Move to 3). On the other hand, when the normal jackpot is derived and the first special gaming state is reached, and there is a V passage in the first special gaming state, the second specific gaming state ST3 (special figure high probability) after the end of the first special gaming state. It shifts to the second specific game state ST3).
Further, when the special figure variation display game is executed 100 times (the number of times of support) from the end of the special game state in the second specific game state ST3, the game shifts to the normal game state ST1. Also, the first
If the fall lottery is won in the specific game state ST2, the process shifts to the normal game state ST1.

なお、以下の説明において、特図1変動表示ゲームと特図2変動表示ゲームを区別しな
い場合は、単に特図変動表示ゲームと称する。また、飾り特図1変動表示ゲームと飾り特
図2変動表示ゲームを区別しない場合は、単に飾り特図変動表示ゲームと称する。また、
大当り(第1特別結果)と小当り(第2特別結果)を区別しない場合は、単に当り(特別
結果)と称する。また、大当りに基づく特別遊技状態である第1特別遊技状態と、小当り
に基づく特別遊技状態である第2特別遊技状態と、を区別しない場合は、単に特別遊技状
態と称する。
In the following description, when the special figure 1 variable display game and the special figure 2 variable display game are not distinguished, they are simply referred to as a special figure variable display game. Further, when the decorative special figure 1 variable display game and the decorative special figure 2 variable display game are not distinguished, it is simply referred to as a decorative special figure variable display game. Also,
When the big hit (first special result) and the small hit (second special result) are not distinguished, it is simply called a hit (special result). Further, when the first special gaming state, which is a special gaming state based on a big hit, and the second special gaming state, which is a special gaming state based on a small hit, are not distinguished, it is simply referred to as a special gaming state.

本実施形態の遊技機10では、図示しない打球発射装置から遊技領域32に向けて遊技
球(パチンコ球)が打ち出されることによって遊技が行われる。打ち出された遊技球は、
遊技領域32内の各所に配置された障害釘や風車等の方向転換部材によって転動方向を変
えながら遊技領域32を流下し、普図始動ゲート34、一般入賞口351〜354、始動
入賞口36、普通変動入賞装置37、第1特別変動入賞装置38又は第2特別変動入賞装
置39に入賞するか、遊技領域32の最下部に設けられたアウト口30aへ流入し遊技領
域32から排出される。そして、一般入賞口351〜354、始動入賞口36、普通変動
入賞装置37、第1特別変動入賞装置38又は第2特別変動入賞装置39に遊技球が入賞
すると、入賞した入賞口の種類に応じた数の賞球が、払出制御装置200(図3参照)に
よって制御される払出ユニットから、ガラス枠15の上皿21又は下皿23に排出される
In the gaming machine 10 of the present embodiment, a game is performed by launching a gaming ball (pachinko ball) toward the gaming area 32 from a hitting ball launching device (not shown). The launched game ball is
The game area 32 is flowed down while changing the rolling direction by the direction changing members such as obstacle nails and windmills arranged in various places in the game area 32, and the general drawing start gate 34, the general winning openings 351 to 354, and the starting winning opening 36 , Ordinary variable winning device 37, 1st special variable winning device 38 or 2nd special variable winning device 39, or flows into the out port 30a provided at the bottom of the game area 32 and is discharged from the game area 32. .. Then, when the game ball wins in the general winning opening 351 to 354, the starting winning opening 36, the normal variable winning device 37, the first special variable winning device 38 or the second special variable winning device 39, depending on the type of winning opening. A large number of prize balls are discharged from the payout unit controlled by the payout control device 200 (see FIG. 3) to the upper plate 21 or the lower plate 23 of the glass frame 15.

本実施形態の遊技機10においては、遊技者が発射勢を調節して左側遊技領域へ遊技球
を発射(いわゆる左打ち)することで始動入賞口36や、当該始動入賞口36の左方に配
設された一般入賞口353、354への入賞を狙うことができ、右側遊技領域へ遊技球を
発射(いわゆる右打ち)することで普図始動ゲート34や普通変動入賞装置37、第1特
別変動入賞装置38、第2特別変動入賞装置39、一般入賞口351、352への入賞を
狙うことができるようになっている。
In the game machine 10 of the present embodiment, the player adjusts the firing force and launches a game ball into the left game area (so-called left-handed), so that the starting winning opening 36 or the left side of the starting winning opening 36 It is possible to aim for a prize in the arranged general winning openings 353 and 354, and by launching a game ball into the right game area (so-called right-handed), the normal figure starting gate 34, the normal variable winning device 37, and the first special It is possible to aim for winning in the variable winning device 38, the second special variable winning device 39, and the general winning openings 351 and 352.

普図始動ゲート34内には、該普図始動ゲート34を通過した遊技球を検出するための
非接触型のスイッチなどからなるゲートスイッチ34aが設けられており、遊技領域32
内に打ち込まれた遊技球が普図始動ゲート34内を通過すると、ゲートスイッチ34aに
より検出される。遊技制御装置100の遊技用マイコン111のCPU111Aでは、普
図始動ゲート34に備えられたゲートスイッチ34aからの遊技球の検出信号の入力に基
づき、普図始動記憶数が上限数(例えば、4個)未満ならば普図始動記憶数を加算(+1
)してROM111Bに普図始動記憶を1つ記憶する。この普図始動入賞の記憶数は、一
括表示装置50の普図保留表示器56に表示される。また、普図始動記憶には、ゲートス
イッチ34aからの遊技球の検出信号の入力に基づき抽出された普図変動表示ゲームの結
果を決定するための当り判定用乱数値(当り乱数値)が記憶されるようになっている。
A gate switch 34a including a non-contact type switch for detecting a game ball that has passed through the normal figure start gate 34 is provided in the normal figure start gate 34, and the game area 32
When the game ball driven into the inside passes through the start gate 34 of the normal drawing, it is detected by the gate switch 34a. In the CPU 111A of the game microcomputer 111 of the game control device 100, the number of normal figure start storages is an upper limit number (for example, four) based on the input of the game ball detection signal from the gate switch 34a provided in the normal figure start gate 34. If it is less than)
), And one memory for starting the normal drawing is stored in the ROM 111B. The number of stored prizes for starting the normal map is displayed on the normal map hold display 56 of the batch display device 50. In addition, the hit determination random number value (hit random number value) for determining the result of the normal figure fluctuation display game extracted based on the input of the detection signal of the game ball from the gate switch 34a is stored in the normal figure start memory. It is supposed to be done.

そして、普図始動記憶があり普図変動表示ゲームを開始可能な場合、すなわち、普図変
動表示ゲームの実行中でなく、普図変動表示ゲームが当って普通変動入賞装置37を開状
態に変換する当り状態でもない場合は、最先に記憶された普図始動記憶に記憶された当り
判定用乱数値とROM111Bに記憶されている判定値と比較し、普図変動表示ゲームの
当りはずれを判定し、普図変動表示ゲームを開始する処理を行う。この当り判定用乱数値
が判定値と一致した場合に、当該普図変動表示ゲームが当りとなって特定の結果態様(普
図特定結果)が導出されることとなる。
Then, when there is a memory of starting the normal map and the normal variable display game can be started, that is, the normal variable display game is hit and the normal variable winning device 37 is converted to the open state, that is, the normal map variable display game is not being executed. If it is not in the hit state, the hit judgment random value stored in the first stored normal map start memory is compared with the judgment value stored in the ROM 111B to determine the hit / miss of the normal map variation display game. Then, the process of starting the normal map variation display game is performed. When the hit determination random number value matches the determination value, the normal map variation display game becomes a hit and a specific result mode (normal map specific result) is derived.

また、遊技制御装置100は普図変動表示ゲームを実行する処理として、一括表示装置
50に設けられた普図表示部58に、所定の変動時間に亘り予め定められた複数の点灯パ
ターンを予め定められた順序で繰り返し表示する普図変動中表示を行った後、結果に応じ
た点灯パターン(結果態様)を停止表示する普図変動表示ゲームを表示する処理を行う。
なお、普図表示部58を表示装置41で構成し、普通識別情報として例えば数字、記号、
キャラクタ図柄などを用い、これを所定時間変動表示させた後、停止表示させて結果を表
示するように構成しても良い。
Further, the game control device 100 predetermines a plurality of predetermined lighting patterns over a predetermined fluctuation time in the normal map display unit 58 provided in the batch display device 50 as a process of executing the normal map variation display game. After performing the display during the fluctuation of the normal map, which is repeatedly displayed in the order given, the process of displaying the variable display game of the normal map, which stops and displays the lighting pattern (result mode) according to the result, is performed.
In addition, the general drawing display unit 58 is composed of a display device 41, and as ordinary identification information, for example, numbers, symbols, etc.
A character symbol or the like may be used to display the variable for a predetermined time, and then stop and display the result.

普図変動表示ゲームの結果が当りの場合は、普図表示部58に特別の結果態様となる点
灯パターンを停止表示するとともに、普電ソレノイド37cを動作させ、普通変動入賞装
置37の可動部材を所定時間(例えば、0.5秒間又は1.7秒間)開放する制御を行う
。すなわち、遊技制御装置100が、変換部材(可動部材)の変換制御を行う変換制御実
行手段をなす。なお、普図変動表示ゲームの結果がはずれの場合は、普図表示部58には
ずれの結果態様となる点灯パターンを表示する制御を行う。
When the result of the normal fluctuation display game is a hit, the lighting pattern which is a special result mode is stopped and displayed on the normal figure display unit 58, and the normal variable winning device 37 is operated by operating the normal electric solenoid 37c. Control is performed to open the device for a predetermined time (for example, 0.5 seconds or 1.7 seconds). That is, the game control device 100 serves as a conversion control executing means for performing conversion control of the conversion member (movable member). If the result of the normal map variation display game is out of alignment, the normal map display unit 58 is controlled to display a lighting pattern that is the result of the deviation.

また、始動入賞口36への入賞球及び普通変動入賞装置37への入賞球は、それぞれ内
部に設けられた始動口1スイッチ36aと始動口2スイッチ37aによって検出される。
遊技制御装置100の遊技用マイコン111のCPU111Aでは、始動入賞口36への
入賞に基づき始動記憶(特図始動記憶)をなす第1始動記憶を所定の上限数(例えば、4
個)を限度に記憶するとともに、普通変動入賞装置37への入賞に基づき始動記憶(特図
始動記憶)をなす第2始動記憶を所定の上限数(例えば、4個)を限度に記憶する。始動
入賞口36や普通変動入賞装置37への入賞に基づき、それぞれ始動記憶情報として大当
り乱数値や大当り図柄乱数値、並びに各変動パターン乱数値が抽出されるようになってお
り、抽出された乱数値は、第1始動記憶や第2始動記憶としてRAM111Bに記憶され
る。そして、この始動記憶の記憶数は、一括表示装置50の始動入賞数報知用の第1記憶
表示部53(特図1保留表示器)や第2記憶表示部54(特図2保留表示器)に表示され
るとともに、センターケース40の表示装置41においても飾り特図始動記憶表示として
表示される。
Further, the winning ball to the starting winning opening 36 and the winning ball to the normal variable winning device 37 are detected by the starting opening 1 switch 36a and the starting opening 2 switch 37a, respectively, which are provided inside.
In the CPU 111A of the game microcomputer 111 of the game control device 100, a predetermined upper limit number (for example, 4) of the first start memory forming the start memory (special figure start memory) based on the winning of the start winning opening 36 is set.
The second start memory that forms the start memory (special figure start memory) based on the winning of the normal variable winning device 37 is stored up to a predetermined upper limit number (for example, 4). Based on the winning of the starting winning opening 36 and the normal variable winning device 37, the jackpot random number value, the jackpot symbol random value, and each variable pattern random value are extracted as the starting memory information, respectively. The numerical value is stored in the RAM 111B as the first start memory and the second start memory. Then, the stored number of the start memory is the first storage display unit 53 (special figure 1 hold display) and the second memory display unit 54 (special figure 2 hold display) for notifying the start winning number of the batch display device 50. Is also displayed on the display device 41 of the center case 40 as a decorative special drawing start memory display.

遊技制御装置100は、第1始動記憶に基づいて特図1表示器51(第1変動表示装置
)で特図1変動表示ゲームを行い、第2始動記憶に基づいて特図2表示器52(第2変動
表示装置)で特図2変動表示ゲームを行う。特図1変動表示ゲームと特図2変動表示ゲー
ムは同時に実行可能であるが、一方の特図変動表示ゲームの実行中に、他方の特図変動表
示ゲームが第1特別結果(大当り)となった場合には、当該一方の特図変動表示ゲームを
特別結果以外の結果(はずれ結果)として終了させるようにしている。また、一方の特図
変動表示ゲームの実行中に、他方の特図変動表示ゲームが第2特別結果(小当り)となっ
た場合には、当該小当りに基づく特別遊技状態の終了まで当該一方の特図変動表示ゲーム
を中断するようにしている。
The game control device 100 plays a special figure 1 variation display game on the special figure 1 display 51 (first variation display device) based on the first start memory, and the special figure 2 display 52 (1st variation display device) is based on the second start memory. The special figure 2 variable display game is played on the second variable display device). The special figure 1 variable display game and the special figure 2 variable display game can be executed at the same time, but while one special figure variable display game is being executed, the other special figure variable display game becomes the first special result (big hit). In that case, one of the special figure variation display games is terminated as a result other than the special result (missing result). In addition, if the other special figure variation display game has a second special result (small hit) during the execution of one special figure variation display game, the one is concerned until the end of the special gaming state based on the small hit. The special figure fluctuation display game of is interrupted.

すなわち、遊技制御装置(遊技制御手段)100は、始動入賞口36(第1始動入賞領
域)への遊技球の入賞に基づいて特図1変動表示ゲーム(第1特図変動表示ゲーム)の実
行制御を行う第1実行制御手段をなす。また、遊技制御装置(遊技制御手段)100は、
普通変動入賞装置37(第2始動入賞領域)への遊技球の入賞に基づいて特図2変動表示
ゲーム(第2特図変動表示ゲーム)の実行制御を行う第2実行制御手段をなす。
That is, the game control device (game control means) 100 executes the special figure 1 variation display game (first special figure variation display game) based on the winning of the game ball to the start winning opening 36 (first start winning area). It serves as a first execution control means for controlling. Further, the game control device (game control means) 100 is
It serves as a second execution control means for controlling the execution of the special figure 2 variable display game (second special figure variable display game) based on the winning of the game ball to the normal variable winning device 37 (second starting winning area).

特図1表示器51及び特図2表示器52では、変動表示を行った後、所定の結果態様を
停止表示する。そして、特図変動表示ゲームの結果が大当りである場合は、特図1表示器
51若しくは特図2表示器52の表示態様が第1特別結果に対応する特別結果態様(大当
り結果態様)となって大当りとなり、第1特別遊技状態(いわゆる大当り状態)となる。
また、特図変動表示ゲームの結果が小当りである場合は、特図1表示器51若しくは特図
2表示器52の表示態様が第2特別結果に対応する特別結果態様(小当り結果態様)とな
って小当りとなり、第2特別遊技状態(いわゆる小当り状態)となる。すなわち、特図1
表示器51が、始動入賞口36への遊技球の入賞に基づく第1変動表示ゲーム(特図1変
動表示ゲーム)を表示可能な第1変動表示手段をなす。また、特図2表示器52が、普通
変動入賞装置37への遊技球の入賞に基づく第2変動表示ゲーム(特図2変動表示ゲーム
)を表示可能な第2変動表示手段をなす。
In the special figure 1 display 51 and the special figure 2 display 52, after performing the variable display, the predetermined result mode is stopped and displayed. When the result of the special figure variation display game is a big hit, the display mode of the special figure 1 display 51 or the special figure 2 display 52 becomes a special result mode (big hit result mode) corresponding to the first special result. It becomes a big hit and becomes the first special game state (so-called big hit state).
Further, when the result of the special figure variation display game is a small hit, the display mode of the special figure 1 display 51 or the special figure 2 display 52 corresponds to the second special result (small hit result mode). Then, it becomes a small hit and becomes a second special game state (so-called small hit state). That is, special figure 1
The display 51 serves as a first variable display means capable of displaying the first variable display game (special figure 1 variable display game) based on the winning of the game ball to the starting winning opening 36. Further, the special figure 2 display 52 serves as a second variable display means capable of displaying the second variable display game (special figure 2 variable display game) based on the winning of the game ball to the normal variable winning device 37.

また、遊技制御装置(遊技制御手段)100は、大当り遊技状態(第1特別遊技状態)
の終了後、通常遊技状態よりも遊技者に有利な状況(当り確率が高確率であることや普電
サポートがあること)で遊技を進行可能な遊技状態(特定遊技状態)を発生させる制御を
行うことが可能である。すなわち、遊技制御装置(遊技制御手段)100が特定遊技状態
発生手段をなす。
Further, the game control device (game control means) 100 is in a jackpot game state (first special game state).
After the end of, control to generate a game state (specific game state) in which the game can proceed in a situation that is more advantageous to the player than the normal game state (the probability of hitting is high and there is a general electric support). It is possible to do. That is, the game control device (game control means) 100 forms the specific game state generating means.

また、特図1変動表示ゲームや特図2変動表示ゲームの実行に対応して、表示装置41
にて複数種類の飾り識別情報(数字、記号、キャラクタ図柄等)を変動表示させる飾り特
図変動表示ゲームが実行されるようになっている。表示装置41での飾り特図変動表示ゲ
ームには、特図1変動表示ゲームに対応する飾り特図1変動表示ゲームと、特図2変動表
示ゲームに対応する飾り特図2変動表示ゲームとがあり、これらは別々の表示領域に表示
される。そして、対応する特図変動表示ゲームの変動に伴い変動表示が行われ、対応する
特図変動表示ゲームでの結果態様の導出に伴い結果に対応した表示が行われる。
In addition, the display device 41 corresponds to the execution of the special figure 1 variable display game and the special figure 2 variable display game.
A decorative special figure variable display game that variablely displays a plurality of types of decorative identification information (numbers, symbols, character symbols, etc.) is being executed. The decorative special figure variable display game on the display device 41 includes a decorative special figure 1 variable display game corresponding to the special figure 1 variable display game and a decorative special figure 2 variable display game corresponding to the special figure 2 variable display game. Yes, these are displayed in separate display areas. Then, the variation display is performed according to the variation of the corresponding special figure variation display game, and the display corresponding to the result is performed according to the derivation of the result mode in the corresponding special figure variation display game.

すなわち、表示装置41が、第1変動表示ゲーム(特図1変動表示ゲーム)及び第2変
動表示ゲーム(特図2変動表示ゲーム)に対応して飾り識別情報を変動表示する飾り変動
表示ゲーム(飾り特図変動表示ゲーム)を表示可能な飾り変動表示手段をなす。なお、飾
り特図1変動表示ゲームと飾り特図2変動表示ゲームで別々の表示装置を使用するとして
も良いし、一方の飾り特図変動表示ゲームのみを表示するとしても良い。また、遊技機1
0に特図1表示器51及び特図2表示器52を備えずに、表示装置41のみで特図変動表
示ゲームを実行するようにしても良い。
That is, the display device 41 changes the decoration identification information in accordance with the first variable display game (special figure 1 variable display game) and the second variable display game (special figure 2 variable display game). It serves as a decorative variation display means that can display a decorative special figure variation display game). It should be noted that different display devices may be used for the decorative special figure 1 variable display game and the decorative special figure 2 variable display game, or only one of the decorative special figure variable display games may be displayed. In addition, game machine 1
The special figure variation display game may be executed only by the display device 41 without providing the special figure 1 display 51 and the special figure 2 display 52 at 0.

本実施形態の遊技機では特図2変動表示ゲームの方が小当りの確率が高い(特図1変動
表示ゲームの小当りの確率が0である)が、通常遊技状態である場合には特図2変動表示
ゲームの変動パターンとして変動時間が非常に長い(約10分)長変動が選択される。こ
れにより、通常遊技状態では特図2変動表示ゲームの実行が時間的に非効率的となり、通
常遊技状態における小当りの獲得を狙った特図2変動表示ゲームの実行を遊技者が選択し
ないようにしている。よって、通常遊技状態では、左打ちを行って始動入賞口36を狙い
、特図1変動表示ゲームを行う方が遊技者にとって有利となる。
なお、長変動の時間は約10分としたがこれより長くても良いし、短くても良い(5分
、50分、10時間など)。また、特図2変動表示ゲームの結果に応じて長変動の時間を
異ならせても良い。具体的には、例えば、特図2変動表示ゲームの結果がはずれ又は小当
りである場合には、当該特図2変動表示ゲームの変動パターンとして変動時間が約10分
の長変動が選択され、特図2変動表示ゲームの結果が大当りである場合には、当該特図2
変動表示ゲームの変動パターンとして変動時間が約5分の長変動が選択されるようにして
も良い。
In the game machine of the present embodiment, the probability of a small hit is higher in the special figure 2 variable display game (the probability of a small hit in the special figure 1 variable display game is 0), but it is special in the normal gaming state. FIG. 2 Fluctuation display A long variation with a very long variation time (about 10 minutes) is selected as the variation pattern of the game. As a result, the execution of the special figure 2 variable display game becomes inefficient in terms of time in the normal game state, and the player does not select the execution of the special figure 2 variable display game aiming at obtaining a small hit in the normal game state. I have to. Therefore, in the normal game state, it is advantageous for the player to hit left to aim at the start winning opening 36 and play the special figure 1 variable display game.
The length variation time is about 10 minutes, but it may be longer or shorter (5 minutes, 50 minutes, 10 hours, etc.). Further, the time of the long fluctuation may be different depending on the result of the special figure 2 fluctuation display game. Specifically, for example, when the result of the special figure 2 fluctuation display game is out of order or a small hit, a long fluctuation with a fluctuation time of about 10 minutes is selected as the fluctuation pattern of the special figure 2 fluctuation display game. Special Figure 2 If the result of the variable display game is a big hit, the special figure 2
A long variation with a variation time of about 5 minutes may be selected as the variation pattern of the variation display game.

以下、このような遊技を行う遊技機の制御について説明する。まず、遊技制御装置10
0の遊技用マイクロコンピュータ(遊技用マイコン)111によって実行される制御につ
いて説明する。遊技用マイコン111による制御処理は、主に図9及び図10に示すメイ
ン処理と、所定時間周期(例えば4m秒)で行われる図11に示すタイマ割込み処理とか
らなる。
Hereinafter, control of a game machine that performs such a game will be described. First, the game control device 10
The control executed by the game microcomputer (game microcomputer) 111 of 0 will be described. The control process by the game microcomputer 111 mainly includes the main process shown in FIGS. 9 and 10 and the timer interrupt process shown in FIG. 11 performed in a predetermined time cycle (for example, 4 ms).

〔メイン処理〕
まず、メイン処理について説明する。メイン処理は、電源が投入されることで開始され
る。このメイン処理においては、図9に示すように、まず、割込みを禁止する処理(ステ
ップX1)を行ってから、割込みが発生したときにレジスタ等の値を退避する領域の先頭
アドレスであるスタックポインタを設定するスタックポインタ設定処理(ステップX2)
を行う。次に、レジスタバンク0を指定し(ステップX3)、所定のレジスタ(例えばD
レジスタ)にRAM先頭アドレスの上位アドレスをセットする(ステップX4)。本実施
形態の場合、RAMのアドレスの範囲は0000h〜01FFhで、上位としては00h
か01hをとり、ステップX4では先頭の00hをセットする。次に、発射停止の信号を
出力して発射許可信号を禁止状態に設定する(ステップX5)。発射許可信号は遊技制御
装置100と払出制御装置200の少なくとも一方が発射停止の信号を出力している場合
に禁止状態に設定され、遊技球の発射が禁止されるようになっている。
[Main processing]
First, the main process will be described. The main process is started when the power is turned on. In this main process, as shown in FIG. 9, first, a process for disabling interrupts (step X1) is performed, and then a stack pointer, which is the start address of an area for saving values such as registers when an interrupt occurs. Stack pointer setting process (step X2)
I do. Next, register bank 0 is specified (step X3), and a predetermined register (for example, D) is specified.
The upper address of the RAM start address is set in the register) (step X4). In the case of this embodiment, the range of the RAM address is 0000h to 01FFh, and the upper rank is 00h.
Or 01h is taken, and the first 00h is set in step X4. Next, the launch stop signal is output and the launch permission signal is set to the prohibited state (step X5). The launch permission signal is set to a prohibited state when at least one of the game control device 100 and the payout control device 200 outputs a launch stop signal, and the launch of the game ball is prohibited.

その後、RAM初期化スイッチ112と設定キースイッチ152の状態を読み込み(ス
テップX6)、電源投入ディレイタイマを設定する処理(ステップX7)を行う。ステッ
プX7の処理では所定の初期値を設定することにより、主制御手段をなす遊技制御装置1
00からの指示に従い種々の制御を行う従制御手段(例えば、払出制御装置200や演出
制御装置300)のプログラムが正常に起動するのを待つための待機時間(例えば3秒)
が設定される。これにより、電源投入の際に仮に遊技制御装置100が先に立ち上がって
従制御装置(例えば払出制御装置200や演出制御装置300)が立ち上がる前にコマン
ドを従制御装置へ送ってしまい、従制御装置がコマンドを取りこぼすのを回避することが
できる。すなわち、遊技制御装置100が、電源投入時において、主制御手段(遊技制御
装置100)の起動を遅らせて従制御装置(払出制御装置200、演出制御装置300等
)の起動を待つための所定の待機時間を設定する待機手段をなす。
After that, the states of the RAM initialization switch 112 and the setting key switch 152 are read (step X6), and a process of setting the power-on delay timer (step X7) is performed. In the process of step X7, the game control device 1 serving as the main control means by setting a predetermined initial value.
Waiting time (for example, 3 seconds) for waiting for the program of the slave control means (for example, payout control device 200 or effect control device 300) that performs various controls according to the instruction from 00 to start normally
Is set. As a result, when the power is turned on, the game control device 100 temporarily starts up first and sends a command to the slave control device before the slave control device (for example, the payout control device 200 or the effect control device 300) starts up, and the slave control device Can be prevented from missing a command. That is, when the power is turned on, the game control device 100 delays the activation of the main control means (game control device 100) and waits for the activation of the slave control devices (payout control device 200, effect control device 300, etc.). It serves as a waiting means for setting the waiting time.

また、電源投入ディレイタイマの計時は、RAMの正当性判定(チェックサム算出)の
対象とならない記憶領域(正当性判定対象外のRAM領域又はレジスタ等)を用いて行わ
れる。これにより、RAM領域のチェックサム等のチェックデータを算出する際に、一部
のRAM領域を除外して算出する必要がないため電源投入時の制御が複雑になることを防
止することができる。
Further, the power-on delay timer is timed by using a storage area (a RAM area or a register that is not subject to the validity judgment) that is not subject to the validity judgment (checksum calculation) of the RAM. As a result, when calculating check data such as a checksum of a RAM area, it is not necessary to exclude a part of the RAM area for calculation, so that it is possible to prevent the control at the time of power-on from becoming complicated.

電源投入ディレイタイマを設定する処理(ステップX7)を行った後、停電が発生して
いるか判定し(ステップX8)、停電が発生している場合(ステップX8;Y)には、遊
技機の電源が遮断されるのを待つ。
具体的には、ステップX8では、例えば、電源装置400から入力されている停電監視
信号をポート及びデータバスを介して読み込んでチェックする回数(例えば2回)を設定
し、停電監視信号がオンであるかの判定を行う。そして、停電監視信号がオンである場合
は、設定したチェック回数分停電監視信号のオン状態が継続しているか判定する。そして
、チェック回数分停電監視信号のオン状態が継続していない場合は、停電監視信号がオン
であるかの判定に戻る。また、チェック回数分停電監視信号のオン状態が継続している場
合には、停電が発生していると判定する。後述するステップX34,X57においても同
様である。このように、所定期間に亘り停電監視信号を受信し続けた場合に停電が発生し
たと判定することで、ノイズなどにより停電を誤検知することを防止でき、電源投入時に
おける不具合に適切に対処することができる。
After performing the process of setting the power-on delay timer (step X7), it is determined whether a power failure has occurred (step X8), and if a power failure has occurred (step X8; Y), the power of the gaming machine is supplied. Wait for it to be blocked.
Specifically, in step X8, for example, the number of times (for example, twice) that the power failure monitoring signal input from the power supply device 400 is read and checked via the port and the data bus is set, and the power failure monitoring signal is turned on. Determine if there is any. Then, when the power failure monitoring signal is on, it is determined whether the power failure monitoring signal is continuously on for the set number of checks. Then, if the power failure monitoring signal has not been turned on for the number of checks, the process returns to the determination of whether the power failure monitoring signal is on. If the power failure monitoring signal continues to be on for the number of checks, it is determined that a power failure has occurred. The same applies to steps X34 and X57 described later. In this way, by determining that a power failure has occurred when the power failure monitoring signal is continuously received for a predetermined period, it is possible to prevent false detection of a power failure due to noise or the like, and appropriately deal with problems when the power is turned on. can do.

すなわち、遊技制御装置100が、所定の待機時間において停電の発生を監視する停電
監視手段をなす。これにより、主制御手段をなす遊技制御装置100の起動を遅らせてい
る期間において発生した停電に対応することが可能となり、電源投入時における不具合に
適切に対処することができる。なお、待機時間の終了まではRAMへのアクセスが許可さ
れておらず、前回の電源遮断時の記憶内容が保持されたままとなっているため、ここでの
停電発生時にはバックアップの処理等は行う必要がない。このため、待機時間中に停電が
発生してもRAMのバックアップを取る必要がなく、制御の負担を軽減することができる
That is, the game control device 100 serves as a power failure monitoring means for monitoring the occurrence of a power failure during a predetermined standby time. As a result, it is possible to deal with a power failure that occurs during the period in which the activation of the game control device 100, which is the main control means, is delayed, and it is possible to appropriately deal with a problem at the time of turning on the power. Note that access to the RAM is not permitted until the end of the standby time, and the stored contents at the time of the previous power failure are retained. Therefore, when a power failure occurs here, backup processing is performed. There is no need. Therefore, even if a power failure occurs during the standby time, it is not necessary to back up the RAM, and the burden of control can be reduced.

一方、停電が発生していない場合(ステップX8;N)には、電源投入ディレイタイマ
を−1更新し(ステップX9)、タイマの値が0であるか判定する(ステップX10)。
タイマの値が0でない場合(ステップX10;N)、すなわち、待機時間が終了していな
い場合には、停電が発生しているか判定する処理(ステップX8)に戻る。また、タイマ
の値が0である場合(ステップX10;Y)、すなわち、待機時間が終了した場合には、
RAMやEEPROM等の読出し書込み可能なRWM(リードライトメモリ)のアクセス
許可をし(ステップX11)、全出力ポートにオフデータを出力(出力が無い状態に設定
)する(ステップX12)。
On the other hand, when a power failure has not occurred (step X8; N), the power-on delay timer is updated by -1 (step X9), and it is determined whether the timer value is 0 (step X10).
If the value of the timer is not 0 (step X10; N), that is, if the standby time has not ended, the process returns to the process of determining whether a power failure has occurred (step X8). Further, when the value of the timer is 0 (step X10; Y), that is, when the waiting time ends,
Permission is given to RWM (read / write memory) that can be read and written in RAM, EEPROM, etc. (step X11), and off-data is output to all output ports (set to no output) (step X12).

次に、シリアルポート(遊技用マイコン111に予め搭載されているポートで、本実施
形態では、演出制御装置300や払出制御装置200との通信に使用)を設定し(ステッ
プX13)、遊技用マイコン111(クロックジェネレータ)内のタイマ割込み信号及び
乱数更新トリガ信号(CTC)を発生するCTC(Counter/Timer Circuit)回路を起動
する処理(ステップX14)を行う。なお、CTC回路は、遊技用マイコン111内のク
ロックジェネレータに設けられている。クロックジェネレータは、発振回路113からの
発振信号(原クロック信号)を分周する分周回路と、分周された信号に基づいてCPU1
11Aに対して所定周期(例えば、4ミリ秒)のタイマ割込み信号及び乱数生成回路へ供
給する乱数更新のトリガを与える信号CTCを発生するCTC回路とを備えている。
次いで、RAM異常フラグをセットする(ステップX15)。ここでは、RAMに異常
があるか否かにかかわらずRAMに異常があることを前提として、一旦、RAM異常フラ
グを所定のレジスタにセットする。
Next, a serial port (a port previously mounted on the game microcomputer 111, which is used for communication with the effect control device 300 and the payout control device 200 in this embodiment) is set (step X13), and the game microcomputer. A process (step X14) for activating a CTC (Counter / Timer Circuit) circuit that generates a timer interrupt signal and a random number update trigger signal (CTC) in 111 (clock generator) is performed. The CTC circuit is provided in the clock generator in the gaming microcomputer 111. The clock generator is a frequency dividing circuit that divides the oscillation signal (original clock signal) from the oscillation circuit 113, and the CPU 1 based on the divided signal.
It includes a timer interrupt signal having a predetermined period (for example, 4 milliseconds) and a CTC circuit that generates a signal CTC that triggers a random number update to be supplied to the random number generation circuit for 11A.
Next, the RAM error flag is set (step X15). Here, on the premise that there is an abnormality in the RAM regardless of whether or not there is an abnormality in the RAM, the RAM abnormality flag is temporarily set in a predetermined register.

次いで、RWM内の停電検査領域1の値が正常な停電検査領域チェックデータ1(例え
ば5Ah)であるか判定し(ステップX16)、正常であれば(ステップX16;Y)、
RWM内の停電検査領域2の値が正常な停電検査領域チェックデータ2(例えばA5h)
であるか判定する(ステップX17)。そして、停電検査領域2の値が正常であれば(ス
テップX17;Y)、RWM内の所定領域のチェックサムを算出するチェックサム算出処
理(ステップX18)を行い、算出したチェックサムと電源断時のチェックサムが一致す
るか判定する(ステップX19)。チェックサムが一致する場合(ステップX19;Y)
には、RAMに異常がないためRAM異常フラグをクリアして(ステップX20)、ステ
ップX21へ移行する。
Next, it is determined whether the value of the power failure inspection area 1 in the RWM is the normal power failure inspection area check data 1 (for example, 5Ah) (step X16), and if it is normal (step X16; Y),
Power failure inspection area check data 2 (for example, A5h) in which the value of the power failure inspection area 2 in the RWM is normal
Is determined (step X17). Then, if the value of the power failure inspection area 2 is normal (step X17; Y), the checksum calculation process (step X18) for calculating the checksum of the predetermined area in the RWM is performed, and the calculated checksum and the power are turned off. It is determined whether the checksums of the above match (step X19). If the checksums match (step X19; Y)
Since there is no abnormality in the RAM, the RAM abnormality flag is cleared (step X20), and the process proceeds to step X21.

また、停電検査領域のチェックデータが正常なデータでないと判定された場合(ステッ
プX16;NもしくはステップX17;N)、チェックサムが一致しないと判定された場
合(ステップX19;N)には、ステップX6で読み込んだ状態に基づいて設定キースイ
ッチ152とRAM初期化スイッチ112の両方がオン状態であるか判定する(ステップ
X21)。そして、設定キースイッチ152とRAM初期化スイッチ112の少なくとも
一方がオフ状態である場合(ステップX21;N)には、RAM異常フラグがセットされ
ているか判定する(ステップX22)。RAM異常フラグがセットされている場合(ステ
ップX22;Y)には、RAMに異常があるため、遊技制御装置100が異常であること
を報知するメイン異常エラー報知のコマンドを演出制御基板(演出制御装置300)に送
信する(ステップX24)。
If it is determined that the check data in the power failure inspection area is not normal data (step X16; N or step X17; N), and if it is determined that the checksums do not match (step X19; N), the step. Based on the state read by X6, it is determined whether both the setting key switch 152 and the RAM initialization switch 112 are in the ON state (step X21). Then, when at least one of the setting key switch 152 and the RAM initialization switch 112 is in the off state (step X21; N), it is determined whether the RAM abnormality flag is set (step X22). When the RAM abnormality flag is set (step X22; Y), since there is an abnormality in the RAM, the effect control board (effect control) issues a main abnormality error notification command for notifying that the game control device 100 is abnormal. It is transmitted to the device 300) (step X24).

一方、RAM異常フラグがセットされていない場合(ステップX22;N)には、確率
設定変更中フラグがセットされているか判定する(ステップX23)。そして、確率設定
変更中フラグがセットされている場合(ステップX23;Y)には、メイン異常エラー報
知のコマンドを演出制御基板(演出制御装置300)に送信する(ステップX24)。こ
こでセットされている確率設定中フラグは、停電発生前にセットされた確率設定中フラグ
である。すなわち、確率設定値の変更中に遊技機の電源が遮断して再起動した場合には、
遊技制御装置100の動作が停止するのでステップX24の処理を行う。
次いで、遊技停止時の7セグ表示データを、第2出力ポート134を介して第5ドライ
バ138eに出力する(ステップX25)。これにより、性能表示装置153において、
図13(h)に示すような表示が行われる。その後、セキュリティ信号のオンデータを出
力するとともにセキュリティ信号以外の信号のオフデータを出力して(ステップX26)
、ステップX25に戻る。
On the other hand, when the RAM error flag is not set (step X22; N), it is determined whether the probability setting changing flag is set (step X23). Then, when the probability setting changing flag is set (step X23; Y), the main abnormality error notification command is transmitted to the effect control board (effect control device 300) (step X24). The probability setting flag set here is the probability setting flag set before the occurrence of a power failure. That is, if the power of the game machine is cut off and restarted while the probability setting value is being changed,
Since the operation of the game control device 100 is stopped, the process of step X24 is performed.
Next, the 7-segment display data when the game is stopped is output to the fifth driver 138e via the second output port 134 (step X25). As a result, in the performance display device 153,
The display as shown in FIG. 13 (h) is performed. After that, the on-data of the security signal is output and the off-data of the signal other than the security signal is output (step X26).
, Return to step X25.

また、設定キースイッチ152とRAM初期化スイッチ112の両方がオン状態である
場合(ステップX21;Y)には、RAM異常フラグがセットされているか判定する(ス
テップX27)。そして、RAM異常フラグがセットされていない場合(ステップX27
;N)には、確率設定変更中フラグをセットする(ステップX29)。これにより確率設
定値変更モードに移行する。その後、確率設定変更中のコマンドを演出制御基板(演出制
御装置300)に送信して(ステップX30)、ステップX31へ移行する。演出制御装
置300では、確率設定変更中のコマンドを受信することに基づき、表示装置41の表示
、枠装飾装置18や盤装飾装置46のLEDの発光、盤演出装置44の動作、スピーカ1
9a,19bによる音声の出力などにより、確率設定値の変更中である旨を示す報知を行
う。
一方、RAM異常フラグがセットされている場合(ステップX27;Y)には、確率設
定値をクリアする処理(ステップX28)を行う。これにより、RWM内の確率設定値用
の領域に0がセットされて、確率設定値が“設定1”となる。その後、ステップX29,
X30の処理を行って、ステップX31へ移行する。
Further, when both the setting key switch 152 and the RAM initialization switch 112 are in the ON state (step X21; Y), it is determined whether the RAM abnormality flag is set (step X27). Then, when the RAM error flag is not set (step X27).
; N) is set to the probability setting changing flag (step X29). As a result, the mode shifts to the probability setting value change mode. After that, the command for which the probability setting is being changed is transmitted to the effect control board (effect control device 300) (step X30), and the process proceeds to step X31. The effect control device 300 receives the command during the probability setting change, displays the display device 41, emits light from the LEDs of the frame decoration device 18 and the board decoration device 46, operates the board effect device 44, and speaks 1.
Notification indicating that the probability setting value is being changed is performed by outputting voice by 9a and 19b.
On the other hand, when the RAM abnormality flag is set (step X27; Y), the process of clearing the probability set value (step X28) is performed. As a result, 0 is set in the area for the probability setting value in the RWM, and the probability setting value becomes “setting 1”. After that, step X29,
The process of X30 is performed, and the process proceeds to step X31.

また、設定キースイッチ152とRAM初期化スイッチ112の少なくとも一方がオフ
状態であり(ステップX21;N)、RAM異常フラグも確率設定変更中フラグもセット
されていない場合(テップX22;N及びステップX23;N)には、ステップX6で読
み込んだ状態に基づいて設定キースイッチ152がオン状態であるか判定する(ステップ
X35)。そして、設定キースイッチ152がオン状態でない場合(ステップX35;N
)には、ステップX6で読み込んだ状態に基づいてRAM初期化スイッチ112がオン状
態であるか判定する(ステップX44)。
Further, when at least one of the setting key switch 152 and the RAM initialization switch 112 is in the off state (step X21; N), and neither the RAM abnormality flag nor the probability setting changing flag is set (Tep X22; N and step X23). In N), it is determined whether the setting key switch 152 is in the ON state based on the state read in step X6 (step X35). Then, when the setting key switch 152 is not in the ON state (step X35; N).
), It is determined whether the RAM initialization switch 112 is in the ON state based on the state read in step X6 (step X44).

RAM初期化スイッチ112がオン状態でないと判定した場合(ステップX44;N)
、すなわち設定キースイッチ152とRAM初期化スイッチ112の両方がオフ状態であ
る場合には、ステップX41へ移行して停電から正常に復旧した場合の処理を行う。
一方、RAM初期化スイッチ112がオン状態であると判定した場合(ステップX44
;Y)には、ステップX45へ移行して初期化の処理を行う。すなわち、RAM初期化ス
イッチ112が外部からの操作が可能な初期化操作部をなし、遊技制御装置100が、初
期化操作部が操作されたことに基づきRAMに記憶されたデータを初期化する初期化手段
をなす。
When it is determined that the RAM initialization switch 112 is not in the ON state (step X44; N)
That is, when both the setting key switch 152 and the RAM initialization switch 112 are in the off state, the process proceeds to step X41 to perform the process when the power failure is normally restored.
On the other hand, when it is determined that the RAM initialization switch 112 is in the ON state (step X44).
In Y), the process proceeds to step X45 to perform initialization processing. That is, the RAM initialization switch 112 serves as an initialization operation unit that can be operated from the outside, and the game control device 100 initializes the data stored in the RAM based on the operation of the initialization operation unit. Make a means of conversion.

また、設定キースイッチ152がオン状態である場合(ステップX35;Y)には、確
率設定確認中フラグをセットする(ステップX36)。これにより確率設定値確認モード
に移行する。その後、確率設定確認中のコマンドを演出制御基板(演出制御装置300)
に送信する(ステップX37)。演出制御装置300では、確率設定確認中のコマンドを
受信することに基づき、表示装置41の表示、枠装飾装置18や盤装飾装置46のLED
の発光、盤演出装置44の動作、スピーカ19a,19bによる音声の出力などにより、
確率設定値の確認中である旨の報知を行う。
When the setting key switch 152 is in the ON state (step X35; Y), the probability setting checking flag is set (step X36). As a result, the mode shifts to the probability setting value confirmation mode. After that, the command during the probability setting confirmation is issued to the effect control board (effect control device 300).
(Step X37). The effect control device 300 receives the command during the probability setting confirmation, and the display of the display device 41, the LED of the frame decoration device 18 and the panel decoration device 46
Due to the light emission, the operation of the board effect device 44, the output of sound by the speakers 19a and 19b, etc.
Notifies that the probability set value is being confirmed.

そして、50m秒間以上のセキュリティ信号の出力を保証するために、セキュリティ信
号制御タイマ領域に128m秒に対応する値をセーブする(ステップX31)。セキュリ
ティ信号は、確率設定値変更モードや確率設定値確認モードである場合にはタイマ割込み
処理の確率設定変更/確認処理(ステップX126)で出力され、それ以外の場合はタイ
マ割込み処理の外部情報編集処理(ステップX120)で出力される。したがって、12
8m秒間未満で確率設定値変更モードや確率設定値確認モードが終了する場合には、タイ
マ割込み処理の外部情報編集処理(ステップX120)によってセキュリティ信号が継続
して出力される。すなわち、128m秒間未満で確率設定値変更モードや確率設定値確認
モードが終了する場合であっても、確率設定値変更モードや確率設定値確認モードに移行
してから128m秒間はセキュリティ信号が出力される。なお、ステップX31において
セキュリティ信号制御タイマ領域にセーブする値は128m秒に対応する値に限定されな
い。ただし、確率設定値変更モードや確率設定値確認モードに移行してから少なくとも5
0m秒間はセキュリティ信号を出力する必要があるため、50m秒以上に対応する値をセ
ーブする必要がある。
Then, in order to guarantee the output of the security signal for 50 msec or longer, the value corresponding to 128 msec is saved in the security signal control timer area (step X31). The security signal is output in the probability setting change / confirmation process (step X126) of the timer interrupt process in the probability setting value change mode or the probability set value confirmation mode, and in other cases, the external information editing of the timer interrupt process is edited. It is output in the process (step X120). Therefore, 12
When the probability set value change mode or the probability set value confirmation mode ends in less than 8 msec, the security signal is continuously output by the external information editing process (step X120) of the timer interrupt process. That is, even if the probability setting value change mode or the probability setting value confirmation mode ends in less than 128 msec, the security signal is output for 128 msec after shifting to the probability set value change mode or the probability set value confirmation mode. To. The value saved in the security signal control timer area in step X31 is not limited to the value corresponding to 128 ms. However, at least 5 after shifting to the probability setting value change mode or the probability setting value confirmation mode.
Since it is necessary to output a security signal for 0 msec, it is necessary to save the value corresponding to 50 msec or more.

そして、割込みを許可し(ステップX32)、設定キースイッチ152がオフ状態であ
るか判定する(ステップX33)。ステップX33では、ステップX6で読み込んだ状態
(電源投入時の状態)に基づいて判定するのではなく、タイマ割込み処理(図11)の入
力処理(ステップX103)で読み込んだ状態(現時点の状態)に基づいて判定する。ス
テップX33で設定キースイッチ152がオフ状態である判定された場合に、確率設定値
が確定される。
設定キースイッチ152がオフ状態でない場合(ステップX33;N)には、停電が発
生しているか判定し(ステップX34)、停電が発生していない場合(ステップX34;
N)には、ステップX33に戻り、停電が発生している場合(ステップX34;Y)には
、ステップX58へ移行する。確率設定変更中フラグがセットされている状態でステップ
X34にて停電が発生していると判定された場合に、当該停電から復旧した後のメイン処
理(図9及び図10)のステップX23において、確率設定変更中フラグがセットされて
いると判定される。
Then, the interrupt is permitted (step X32), and it is determined whether the setting key switch 152 is in the off state (step X33). In step X33, the determination is not made based on the state read in step X6 (state at power-on), but the state read in the input process (step X103) of the timer interrupt process (FIG. 11) (current state). Judgment based on. When it is determined in step X33 that the setting key switch 152 is in the off state, the probability setting value is determined.
When the setting key switch 152 is not in the off state (step X33; N), it is determined whether or not a power failure has occurred (step X34), and when no power failure has occurred (step X34;
In N), the process returns to step X33, and if a power failure occurs (step X34; Y), the process proceeds to step X58. When it is determined in step X34 that a power failure has occurred while the probability setting changing flag is set, in step X23 of the main process (FIGS. 9 and 10) after the power failure is restored. It is determined that the probability setting changing flag is set.

一方、設定キースイッチ152がオフ状態である場合(ステップX33;Y)には、割
込みを禁止する処理(ステップX38)を行う。割込みを許可する処理(ステップX32
)を行ってから割込みを禁止する処理(ステップX38,X58)を行うまでの間は、タ
イマ割込み処理(図11)が所定時間周期(例えば4m秒)で行われる。当該タイマ割込
み処理では、確率設定値に関する処理である確率設定変更/確認処理(ステップX126
)が行われる。すなわち、確率設定値の変更や確認が終了するまで(あるいは停電が発生
するまで)の間、メイン処理は待機していることとなる。
次いで、報知終了のコマンドを演出制御基板(演出制御装置300)に送信する(ステ
ップX39)。演出制御装置300では、報知終了のコマンドを受信することに基づき、
実行中の報知(確率設定値の変更中である旨を示す報知又は確率設定値の確認中である旨
の報知)を終了する。
On the other hand, when the setting key switch 152 is in the off state (step X33; Y), a process for disabling interrupts (step X38) is performed. Processing to allow interrupts (step X32)
) Is performed until the interrupt disabling process (steps X38 and X58) is performed, the timer interrupt process (FIG. 11) is performed in a predetermined time cycle (for example, 4 ms). In the timer interrupt process, the probability setting change / confirmation process (step X126), which is a process related to the probability set value.
) Is performed. That is, the main process is on standby until the change or confirmation of the probability set value is completed (or until a power failure occurs).
Next, a command to end the notification is transmitted to the effect control board (effect control device 300) (step X39). The effect control device 300 is based on receiving a command to end the notification.
The execution notification (notification indicating that the probability setting value is being changed or notification indicating that the probability setting value is being confirmed) is terminated.

次いで、確率設定変更中フラグがセットされているか判定し(ステップX40)、確率
設定変更中フラグがセットされていない場合(ステップX40;N)、すなわち確率設定
確認中フラグがセットされている場合には、初期化すべき領域(例えば、停電検査領域、
チェックサム領域及びエラー不正監視に係る領域)に停電復旧時の初期値をセーブする処
理等を行う停電復旧処理(ステップX41)を行う。確率設定確認中フラグは、このステ
ップX41でクリアされる。
Next, it is determined whether or not the probability setting changing flag is set (step X40), and when the probability setting changing flag is not set (step X40; N), that is, when the probability setting checking flag is set. Is the area to be initialized (eg, power outage inspection area,
A power failure recovery process (step X41) is performed to save the initial value at the time of power failure recovery in the checksum area and the area related to error fraud monitoring. The probability setting checking flag is cleared in this step X41.

その後、電源投入時に性能表示装置153に初期表示を行わせるための初期表示設定フ
ラグを格納する初期表示設定フラグ領域の内容を参照(読み出し)して、未設定の状態で
あれば初期表示設定フラグをセット(書き込み)する(ステップX42)。これにより、
初期表示設定フラグがオン状態となる。そして、特図ゲーム処理番号に対応する停電復旧
時のコマンドを演出制御基板(演出制御装置300)へ送信し(ステップX43)、ステ
ップX50へ移行する。本実施形態の場合、ステップX43では、機種指定コマンド、確
率設定情報コマンド、特図1保留数コマンド、特図2保留数コマンド、確率情報コマンド
、演出回数情報コマンド、画面指定のコマンド等の複数のコマンドを送信する。画面指定
のコマンドとしては、特図1及び特図2について何れも後述する普段処理中である場合、
すなわち特図変動表示ゲームの実行中でもなく特別遊技状態中でもない場合である客待ち
中であれば客待ちデモ画面のコマンドを送信し、それ以外であれば復旧画面のコマンドを
送信する。また、機種によっては、これらのコマンドに加えて、高確率回数情報コマンド
等も送信する。
After that, refer to (read) the contents of the initial display setting flag area that stores the initial display setting flag for causing the performance display device 153 to perform the initial display when the power is turned on, and if it is not set, the initial display setting flag. Is set (written) (step X42). This will
The initial display setting flag is turned on. Then, the command at the time of power failure recovery corresponding to the special figure game processing number is transmitted to the effect control board (effect control device 300) (step X43), and the process proceeds to step X50. In the case of the present embodiment, in step X43, a plurality of model designation commands, probability setting information commands, special figure 1 hold number commands, special figure 2 hold number commands, probability information commands, effect count information commands, screen designation commands, etc. Send a command. As a screen specification command, when both special figure 1 and special figure 2 are in the process of being normally processed, which will be described later,
That is, the command of the customer waiting demo screen is transmitted if the customer is waiting, which is the case where the special figure variation display game is not being executed or the special game state is not being executed, and the recovery screen command is transmitted otherwise. In addition to these commands, a high-probability number-of-times information command or the like is also transmitted depending on the model.

一方、確率設定変更中フラグがセットされている場合(ステップX40;Y)には、確
率設定値以外のRAM領域を0クリアする(ステップX45)。ステップX45では、確
率設定値用のRAM領域(ワーク領域(確率設定値の1バイト領域))と性能表示(ベー
ス値や役物比率の表示)用のRAM領域(ワーク領域とスタック領域)はクリアせず、遊
技制御用のRAM領域(ワーク領域とスタック領域)を0クリアする。したがって、確率
設定変更中フラグは、このステップX45でクリアされる。なお、ステップX45では、
スタック領域や未使用領域をクリアしてもしなくても良い。
On the other hand, when the probability setting changing flag is set (step X40; Y), the RAM area other than the probability setting value is cleared to 0 (step X45). In step X45, the RAM area for the probability set value (work area (1 byte area of the probability set value)) and the RAM area for performance display (display of base value and accessory ratio) (work area and stack area) are cleared. Instead, clear the RAM area (work area and stack area) for game control to 0. Therefore, the probability setting changing flag is cleared in this step X45. In step X45,
You may or may not clear the stack area or unused area.

そして、初期化すべき領域にRAM初期化時の初期値をセーブする(ステップX46)
。ここでの初期化すべき領域とは、客待ちデモ領域及び演出モードの設定に係る領域であ
る。次に、特別遊技状態でも特定遊技状態でもない通常遊技状態であることを示す通常ベ
ース状態情報を格納する通常ベース状態判定フラグ領域に、通常ベース状態情報をセーブ
(書き込み)し(ステップX47)、初期表示設定フラグ領域の内容を参照(読み出し)
して、未設定の状態であれば初期表示設定フラグをセット(書き込み)する(ステップX
48)。これにより、初期表示設定フラグがオン状態となる。そして、RAM初期化時の
コマンドを演出制御基板(演出制御装置300)へ送信する(ステップX49)。本実施
形態の場合、ステップX49では、機種指定コマンド、確率設定情報コマンド、特図1保
留数コマンド、特図2保留数コマンド、確率情報コマンド、演出回数情報コマンド、RA
M初期化のコマンド(客待ちデモ画面を表示させるとともに、所定時間(例えば30秒間
)光と音でRAM初期化の報知を行わせるためのコマンド)等の複数のコマンドを送信す
る。また、機種によっては、これらのコマンドに加えて、演出回数情報コマンドや普電サ
ポートありとした特図変動表示ゲームの実行回数の情報であるサポート回数情報コマンド
等も送信する。
Then, the initial value at the time of RAM initialization is saved in the area to be initialized (step X46).
.. The area to be initialized here is a customer waiting demo area and an area related to the setting of the production mode. Next, the normal base state information is saved (written) in the normal base state determination flag area for storing the normal base state information indicating that the normal game state is neither the special game state nor the specific game state (step X47). Refer to the contents of the initial display setting flag area (read)
Then, if it is not set, the initial display setting flag is set (written) (step X).
48). As a result, the initial display setting flag is turned on. Then, the command at the time of RAM initialization is transmitted to the effect control board (effect control device 300) (step X49). In the case of the present embodiment, in step X49, the model designation command, the probability setting information command, the special figure 1 hold number command, the special figure 2 hold number command, the probability information command, the effect number information command, RA
A plurality of commands such as an M initialization command (a command for displaying a customer waiting demo screen and notifying RAM initialization with light and sound for a predetermined time (for example, 30 seconds)) are transmitted. Depending on the model, in addition to these commands, a production count information command and a support count information command, which is information on the number of executions of the special figure variation display game with normal power support, are also transmitted.

次いで、乱数生成回路を起動設定する処理を行う(ステップX50)。具体的には、乱
数生成回路内の所定のレジスタ(CTC更新許可レジスタ)へ乱数生成回路を起動させる
ためのコード(指定値)の設定などがCPU111Aによって行われる。また、乱数生成
回路のハードウェアで生成されるハード乱数(ここでは大当り乱数)のビット転置パター
ンの設定も行われる。ビット転置パターンとは、抽出した乱数のビット配置(上段のビッ
ト転置前の配置)を、予め定められた順で入れ替えて異なるビット配置(下段のビット転
置後の配置)として格納する際の入れ替え方を定めるパターンである。このビット転置パ
ターンに従い乱数のビットを入れ替えることで、乱数の規則性を崩すことができるととも
に、乱数の秘匿性を高めることができる。なお、ビット転置パターンは、固定された単一
のパターンであっても良いし、予め用意された複数のパターンから選択するようにしても
良い。また、ユーザーが任意に設定できるようにしても良い。
Next, a process of starting and setting the random number generation circuit is performed (step X50). Specifically, the CPU 111A sets a code (designated value) for activating the random number generation circuit in a predetermined register (CTC update permission register) in the random number generation circuit. In addition, the bit transposition pattern of the hard random number (here, the jackpot random number) generated by the hardware of the random number generation circuit is also set. The bit transposition pattern is a method of exchanging the extracted random number bits (arrangement before bit transposition in the upper row) when they are exchanged in a predetermined order and stored as different bit arrangements (arrangement after bit transposition in the lower row). It is a pattern that determines. By exchanging the bits of the random number according to this bit transposition pattern, the regularity of the random number can be broken and the confidentiality of the random number can be improved. The bit transposition pattern may be a fixed single pattern, or may be selected from a plurality of patterns prepared in advance. In addition, the user may be able to set it arbitrarily.

その後、電源投入時の乱数生成回路内の所定のレジスタ(ソフト乱数レジスタ1〜n)
の値を抽出し、対応する各種初期値乱数(本実施形態の場合、特図の当り図柄を決定する
乱数(大当り図柄乱数、小当り図柄乱数)、普図の当りを決定する乱数(当り乱数)、転
落抽選に当選か否かを決定する乱数(転落抽選乱数))の初期値(スタート値)としてR
WMの所定領域にセーブしてから(ステップX51)、割込みを許可する(ステップX5
2)。本実施形態で使用するCPU111A内の乱数生成回路においては、電源投入毎に
ソフト乱数レジスタの初期値が変わるように構成されているため、この値を各種初期値乱
数の初期値(スタート値)とすることで、ソフトウェアで生成される乱数の規則性を崩す
ことができ、遊技者による不正な乱数の取得を困難にすることができる。
After that, a predetermined register (soft random number registers 1 to n) in the random number generation circuit when the power is turned on.
Various initial value random numbers (in the case of this embodiment, random numbers that determine the winning symbol of the special figure (big hit symbol random number, small hit symbol random number), random number that determines the hit of the normal figure (winning random number) ), R as the initial value (start value) of the random number (fall lottery random number) that determines whether or not to win the fall lottery
After saving in the predetermined area of WM (step X51), enable interrupt (step X5).
2). In the random number generation circuit in the CPU 111A used in the present embodiment, the initial value of the soft random number register is configured to change each time the power is turned on. Therefore, this value is used as the initial value (start value) of various initial value random numbers. By doing so, the regularity of the random numbers generated by the software can be broken, and it is possible to make it difficult for the player to acquire an illegal random number.

続いて、各種初期値乱数の値を更新して乱数の規則性を崩すための初期値乱数更新処理
(ステップX53)を行う。なお、特に限定されるわけではないが、本実施形態において
は、大当り乱数、大当り図柄乱数、小当り図柄乱数、当り乱数、転落抽選乱数は乱数生成
回路において生成される乱数を使用して生成するように構成されている。ただし、大当り
乱数はCPUの動作クロックと同等以上の速度のクロックを基にして更新される所謂「高
速カウンタ」であり、大当り図柄乱数、小当り図柄乱数、当り乱数、転落抽選乱数はプロ
グラムの処理単位であるタイマ割込み処理と同周期となるCTC出力(タイマ割込み処理
のCTC(CTC0)とは別のCTC(CTC2))を基にして更新される「低速カウン
タ」である。また、大当り図柄乱数、小当り図柄乱数、当り乱数、転落抽選乱数において
は、乱数が一巡する毎に各々の初期値乱数(ソフトウェアで生成)を用いてスタート値を
変更する所謂「初期値変更方式」を採用している。なお、前記各乱数は、+1或いは−1
によるカウンタ式更新でもよいし、一巡するまで範囲内の全ての値が重複なくバラバラに
出現するランダム式更新でもよい。つまり、大当り乱数はハードウェアのみで更新される
乱数であり、大当り図柄乱数、小当り図柄乱数、当り乱数、転落抽選乱数はハードウェア
及びソフトウェアで更新される乱数である。
なお、本実施形態では、普図の当り図柄を決定する乱数(当り図柄乱数)を設けていな
いため、普図の当り図柄は1種類しかないが、当り図柄乱数を設けて普図の当り図柄を複
数種類の中から選択するようにしても良い。
Subsequently, an initial value random number update process (step X53) for updating the values of various initial value random numbers and breaking the regularity of the random numbers is performed. Although not particularly limited, in the present embodiment, the big hit random number, the big hit symbol random number, the small hit symbol random number, the hit random number, and the fall lottery random number are generated by using the random numbers generated in the random number generation circuit. It is configured as follows. However, the jackpot random number is a so-called "high-speed counter" that is updated based on a clock whose speed is equal to or higher than the operating clock of the CPU, and the jackpot symbol random number, small hit symbol random number, hit random number, and fall lottery random number are processed by the program. It is a "low-speed counter" that is updated based on the CTC output (CTC (CTC2) different from CTC (CTC0) of timer interrupt processing) having the same cycle as the timer interrupt processing which is a unit. In addition, in the big hit symbol random number, small hit symbol random number, hit random number, and fall lottery random number, the so-called "initial value change method" in which the start value is changed by using each initial value random number (generated by software) every time the random number goes around. "Is adopted. The random numbers are +1 or -1.
It may be a counter-type update by, or a random-type update in which all the values in the range appear in pieces without duplication until one cycle is completed. That is, the jackpot random number is a random number updated only by the hardware, and the jackpot symbol random number, the small hit symbol random number, the hit random number, and the fall lottery random number are random numbers updated by the hardware and software.
In the present embodiment, since a random number (hit symbol random number) for determining the hit symbol of the normal figure is not provided, there is only one type of hit symbol of the normal figure, but a hit symbol random number is provided and the hit symbol of the normal figure is provided. May be selected from a plurality of types.

ステップX53の初期値乱数更新処理の後、割込みを禁止する処理(ステップX54)
を行って、性能表示編集処理(ステップX55)を行う。そして、割込みを許可する処理
(ステップX56)を行った後、停電が発生しているか判定し(ステップX57)、停電
が発生していない場合(ステップX57;N)には、初期値乱数更新処理(ステップX5
3)に戻る。すなわち、停電が発生していない場合には、初期値乱数更新処理と性能表示
編集処理と停電監視を繰り返し行うループ処理を行う。初期値乱数更新処理(ステップX
53)の前に割込みを許可する(ステップX52)ことによって、初期値乱数更新処理中
にタイマ割込みが発生すると割込み処理が優先して実行されるようになり、タイマ割込み
が初期値乱数更新処理によって待たされることで割込み処理が圧迫されるのを回避するこ
とができる。
After the initial value random number update process in step X53, a process for disabling interrupts (step X54)
Is performed, and the performance display editing process (step X55) is performed. Then, after performing the process of permitting the interrupt (step X56), it is determined whether or not a power failure has occurred (step X57), and if no power failure has occurred (step X57; N), the initial value random number update process is performed. (Step X5
Return to 3). That is, when a power failure has not occurred, a loop process is performed in which the initial value random number update process, the performance display edit process, and the power failure monitoring are repeated. Initial value random number update process (step X
By permitting an interrupt before 53) (step X52), if a timer interrupt occurs during the initial value random number update process, the interrupt process is preferentially executed, and the timer interrupt is executed by the initial value random number update process. It is possible to avoid pressure on interrupt processing by waiting.

なお、ステップX53での初期値乱数更新処理は、メイン処理のほか、タイマ割込み処
理の中においても初期値乱数更新処理を行う方法もあり、そのような方法を採用した場合
には両方で初期値乱数更新処理が実行されるのを回避するため、メイン処理で初期値乱数
更新処理を行う場合には割込みを禁止してから更新して割込みを解除する必要があるが、
本実施形態のようにタイマ割込み処理の中での初期値乱数更新処理はせず、メイン処理内
のみにした場合には初期値乱数更新処理の前に割込みを解除しても何ら問題はなく、それ
によってメイン処理が簡素化されるという利点がある。
In the initial value random number update process in step X53, in addition to the main process, there is also a method of performing the initial value random number update process in the timer interrupt process, and when such a method is adopted, the initial value in both of them. In order to avoid executing the random number update process, it is necessary to disable the interrupt and then update to cancel the interrupt when performing the initial value random number update process in the main process.
When the initial value random number update process is not performed in the timer interrupt process as in the present embodiment and only in the main process, there is no problem even if the interrupt is canceled before the initial value random number update process. This has the advantage of simplifying the main process.

一方、停電が発生している場合(ステップX57;Y)には、一旦割込みを禁止する処
理(ステップX58)、全出力ポートにオフデータを出力する処理(ステップX59)を
行う。
その後、停電検査領域1に停電検査領域チェックデータ1をセーブし(ステップX60
)、停電検査領域2に停電検査領域チェックデータ2をセーブする(ステップX61)。
さらに、RWMの電源遮断時のチェックサムを算出するチェックサム算出処理(ステップ
X62)、算出したチェックサムをセーブする処理(ステップX63)を行った後、RW
Mへのアクセスを禁止する処理(ステップX64)を行ってから、遊技機の電源が遮断さ
れるのを待つ。このように、停電検査領域にチェックデータをセーブするとともに、電源
遮断時のチェックサムを算出することで、電源の遮断の前にRWMに記憶されていた情報
が正しくバックアップされているか否かを電源再投入時に判断することができる。
On the other hand, when a power failure occurs (step X57; Y), a process of temporarily disabling interrupts (step X58) and a process of outputting off-data to all output ports (step X59) are performed.
After that, the power failure inspection area check data 1 is saved in the power failure inspection area 1 (step X60).
), The power failure inspection area check data 2 is saved in the power failure inspection area 2 (step X61).
Further, after performing a checksum calculation process (step X62) for calculating the checksum when the power of the RWM is turned off and a process (step X63) for saving the calculated checksum, the RW
After performing the process of prohibiting access to M (step X64), it waits for the power of the gaming machine to be cut off. In this way, by saving the check data in the power failure inspection area and calculating the checksum when the power is turned off, it is possible to check whether the information stored in the RWM before the power is cut off is correctly backed up. It can be judged at the time of re-input.

以上のことから、遊技を統括的に制御する主制御手段(遊技制御装置100)と、該主
制御手段からの指示に従い種々の制御を行う従制御手段(払出制御装置200、演出制御
装置300等)と、を備える遊技機において、主制御手段は、電源投入時において、当該
主制御手段の起動を遅らせて従制御装置の起動を待つための所定の待機時間を設定する待
機手段(遊技制御装置100)と、当該所定の待機時間において停電の発生を監視する停
電監視手段(遊技制御装置100)と、を備えていることとなる。
また、各種装置に電力を供給する電源装置400を備え、当該電源装置400は、停電
の発生を検出した際に停電監視信号を出力するように構成され、停電監視手段(遊技制御
装置100)は、所定期間に亘り停電監視信号を受信し続けた場合に停電が発生したと判
定するようにしていることとなる。
From the above, a main control means (game control device 100) that comprehensively controls the game and a sub-control means (payout control device 200, effect control device 300, etc.) that perform various controls according to instructions from the main control means, etc. ), The main control means sets a predetermined standby time for delaying the activation of the main control means and waiting for the activation of the slave control device when the power is turned on (game control device). 100) and a power failure monitoring means (game control device 100) for monitoring the occurrence of a power failure during the predetermined standby time are provided.
Further, a power supply device 400 for supplying electric power to various devices is provided, the power supply device 400 is configured to output a power failure monitoring signal when the occurrence of a power failure is detected, and the power failure monitoring means (game control device 100) is , It is determined that a power failure has occurred when the power failure monitoring signal is continuously received for a predetermined period.

また、主制御手段(遊技制御装置100)は、データを記憶可能なRAM111Cと、
外部からの操作が可能な初期化操作部(RAM初期化スイッチ112)と、初期化操作部
が操作されたことに基づきRAM111Cに記憶されたデータを初期化する初期化手段(
遊技制御装置100)と、を備え、当該初期化手段の操作状態を待機時間の開始前に読み
込むようにしていることとなる。
また、主制御手段(遊技制御装置100)は、待機時間の経過後にRAM111Cへの
アクセスを許可するようにしていることとなる。
Further, the main control means (game control device 100) includes a RAM 111C capable of storing data and
An initialization operation unit (RAM initialization switch 112) that can be operated from the outside, and an initialization means (RAM 111C) that initializes the data stored in the RAM 111C based on the operation of the initialization operation unit.
The game control device 100) is provided, and the operating state of the initialization means is read before the start of the standby time.
Further, the main control means (game control device 100) is configured to allow access to the RAM 111C after the standby time has elapsed.

〔タイマ割込み処理〕
次に、タイマ割込み処理について説明する。タイマ割込み処理はクロックジェネレータ
内のCTC回路で生成される周期的なタイマ割込み信号がCPU111Aに入力されるこ
とで開始される。すなわち、所定周期で開始される割込みルーチンである。遊技用マイコ
ン111においてタイマ割込みが発生すると、自動的に割込み禁止状態になって、図11
のタイマ割込み処理が開始される。
[Timer interrupt processing]
Next, timer interrupt processing will be described. The timer interrupt process is started by inputting a periodic timer interrupt signal generated by the CTC circuit in the clock generator to the CPU 111A. That is, it is an interrupt routine that is started in a predetermined cycle. When a timer interrupt occurs in the game microcomputer 111, the interrupt is automatically disabled, and FIG. 11
Timer interrupt processing is started.

タイマ割込み処理が開始されると、まず、レジスタバンク1を指定する(ステップX1
01)。レジスタバンク1に切り替えたことで、所定のレジスタ(例えばメイン処理で使
っているレジスタ)に保持されている値をRWMに移すレジスタ退避の処理を行ったのと
同等になる。次に、所定のレジスタ(例えばDレジスタ)にRAM先頭アドレスの上位ア
ドレスをセットする(ステップX102)。ステップX102では、メイン処理における
ステップX4と同じ処理を行っているが、レジスタバンクが異なる。次に、各種センサや
スイッチからの入力や、信号の取込み、すなわち、各入力ポートの状態を読み込む入力処
理(ステップX103)を行う。
When the timer interrupt processing is started, first, register bank 1 is specified (step X1).
01). Switching to the register bank 1 is equivalent to performing a register save process of transferring the value held in a predetermined register (for example, the register used in the main process) to the RWM. Next, the upper address of the RAM start address is set in a predetermined register (for example, the D register) (step X102). In step X102, the same processing as in step X4 in the main processing is performed, but the register banks are different. Next, input from various sensors and switches and signal acquisition, that is, input processing (step X103) for reading the state of each input port is performed.

次いで、確率設定変更中フラグ又は確率設定確認中フラグがセットされているか判定し
(ステップX104)、確率設定変更中フラグ又は確率設定確認中フラグがセットされて
いる場合(ステップX104;Y)には、確率設定変更/確認処理(ステップX126)
を行って、タイマ割込み処理を終了する。
一方、確率設定変更中フラグと確率設定確認中フラグの両方がセットされていない場合
(ステップX104;N)には、各種処理でセットされた出力データに基づき、ソレノイ
ド(大入賞口ソレノイド38b,39b、レバーソレノイド38f、普電ソレノイド37
c)等のアクチュエータの駆動制御などを行うための出力処理(ステップX105)を行
う。なお、メイン処理におけるステップX5で発射停止の信号を出力すると、この出力処
理が行われることで発射許可の信号が出力され、発射許可信号を許可状態に設定可能な状
態とされる。この発射許可信号は払出制御装置を経由して発射制御装置に出力される。そ
の際、信号の加工等は行われない。また、当該発射許可信号は遊技制御装置から見た発射
許可の状態を示す第1の信号であり、払出制御装置から見た発射許可の状態を示す第2の
信号(発射許可信号)も払出制御装置内で生成され、発射制御装置に出力される。つまり
、2つの発射許可信号が発射制御装置に出力されており、両者が共に発射許可となってい
る場合に、遊技球が発射可能な状態となるよう構成されている。
Next, it is determined whether the probability setting changing flag or the probability setting checking flag is set (step X104), and when the probability setting changing flag or the probability setting checking flag is set (step X104; Y). , Probability setting change / confirmation process (step X126)
Is performed to end the timer interrupt processing.
On the other hand, when both the probability setting changing flag and the probability setting checking flag are not set (step X104; N), the solenoids (large winning opening solenoids 38b, 39b) are based on the output data set in various processes. , Lever solenoid 38f, Fuden solenoid 37
Output processing (step X105) for performing drive control of the actuator such as c) is performed. When the firing stop signal is output in step X5 in the main processing, the firing permission signal is output by performing this output processing, and the firing permission signal can be set to the permitted state. This launch permission signal is output to the launch control device via the payout control device. At that time, the signal is not processed. In addition, the launch permission signal is the first signal indicating the launch permission status as seen from the game control device, and the second signal (launch permission signal) indicating the launch permission status as seen from the payout control device is also payout control. It is generated in the device and output to the launch control device. That is, when two launch permission signals are output to the launch control device and both are permitted to launch, the game ball is configured to be ready for launch.

次に、各種処理で送信バッファにセットされたコマンドを払出制御装置200に出力す
る払出コマンド送信処理(ステップX106)、乱数更新処理1(ステップX107)、
乱数更新処理2(ステップX108)を行う。その後、始動口1スイッチ36a、始動口
2スイッチ37a、入賞口スイッチ35a〜35c、大入賞口スイッチ38a,39aか
ら正常な信号の入力があるか否かの監視や、賞球の設定、前面枠やガラス枠の開放や、普
通変動入賞装置37、特別変動入賞装置38,39への不正入賞などのエラーの監視を行
う入賞口スイッチ/状態監視処理(ステップX109)を行う。
Next, the payout command transmission process (step X106), the random number update process 1 (step X107), which outputs the command set in the transmission buffer in various processes to the payout control device 200,
Random number update process 2 (step X108) is performed. After that, monitoring whether or not there is a normal signal input from the starting port 1 switch 36a, the starting port 2 switch 37a, the winning port switches 35a to 35c, and the large winning port switches 38a and 39a, setting the prize ball, and the front frame The winning opening switch / status monitoring process (step X109) is performed to monitor errors such as opening the glass frame and illegally winning the normal variable winning device 37 and the special variable winning devices 38 and 39.

次に、異常排出発生中であるか判定する(ステップX110)。異常排出とは、第1特
別変動入賞装置38において、第1特別変動入賞装置38から排出される遊技球数(特定
領域スイッチ38d及び残存球排出口スイッチ38eで検出された遊技球数)が、第1特
別変動入賞装置38に流入した遊技球数(大入賞口スイッチ38aで検出された遊技球数
)を上回ることである。なお、異常排出発生中である場合には異常排出フラグがセットさ
れている。そして、異常排出発生中である場合(ステップX110;Y)には、ステップ
X116へ移行する。すなわち、遊技が進行しないようにする。
Next, it is determined whether or not abnormal discharge is occurring (step X110). Abnormal discharge means that the number of game balls discharged from the first special variable winning device 38 (the number of game balls detected by the specific area switch 38d and the remaining ball discharge port switch 38e) in the first special variable winning device 38 is The number of game balls that have flowed into the first special variable winning device 38 (the number of game balls detected by the large winning opening switch 38a) is exceeded. If an abnormal discharge is occurring, the abnormal discharge flag is set. Then, when an abnormal discharge is occurring (step X110; Y), the process proceeds to step X116. That is, the game is prevented from progressing.

一方、異常排出発生中でない場合(ステップX110;N)には、始動口1スイッチ3
6a及び始動口2スイッチ37aの入賞を監視する始動口スイッチ監視処理(ステップX
111)を行う。始動口スイッチ監視処理では、始動入賞口36や普通変動入賞装置37
への遊技球の入賞に基づき、各種乱数(大当り乱数など)の抽出を行う。そして、特図1
変動表示ゲームに関する処理を行う特図1ゲーム処理(ステップX112)、特図2変動
表示ゲームに関する処理を行う特図2ゲーム処理(ステップX113)、普図変動表示ゲ
ームに関する処理を行う普図ゲーム処理(ステップX114)を行って、遊技機10に設
けられ、特図変動表示ゲームの表示や遊技に関する各種情報を表示するセグメントLED
を所望の内容を表示するように駆動するセグメントLED編集処理(ステップX115)
を行う。
On the other hand, when abnormal discharge is not occurring (step X110; N), the start port 1 switch 3
Start port switch monitoring process (step X) to monitor the winning of 6a and start port 2 switch 37a
111). In the start port switch monitoring process, the start winning opening 36 and the normal variable winning device 37
Various random numbers (big hit random numbers, etc.) are extracted based on the winning of the game ball. And special figure 1
Special figure 1 game processing (step X112) that performs processing related to the variable display game, special figure 2 game processing (step X113) that performs processing related to the special figure 2 variable display game, and normal figure game processing that performs processing related to the normal figure variable display game. (Step X114) is performed, and a segment LED provided on the game machine 10 to display a special figure variation display game and various information related to the game.
Segment LED editing process (step X115) that drives the display to display the desired content.
I do.

次いで、磁気センサ61からの検出信号をチェックして異常がないか判定する処理を行
う磁石不正監視処理(ステップX116)、盤電波センサ62からの検出信号をチェック
して異常がないか判定する処理を行う盤電波不正監視処理(ステップX117)、振動セ
ンサ65からの検出信号をチェックして異常がないか判定する処理を行う振動不正監視処
理(ステップX118)、異常排出が発生していないか判定する処理を行う異常排出監視
処理(ステップX119)を行う。さらに、外部の各種装置に出力する信号を出力バッフ
ァにセットする外部情報編集処理(ステップX120)を行い、フラグレジスタを退避し
て(ステップX121)、性能表示装置153の制御に関する性能表示モニタ制御処理(
ステップX122)を行う。
Next, a magnet fraud monitoring process (step X116) that checks the detection signal from the magnetic sensor 61 and determines whether or not there is an abnormality, and a process that checks the detection signal from the panel radio wave sensor 62 and determines whether or not there is an abnormality. Radio wave fraud monitoring process (step X117), vibration fraud monitoring process (step X118) that checks the detection signal from the vibration sensor 65 to determine if there is any abnormality, and determines whether abnormal discharge has occurred. Perform the abnormal discharge monitoring process (step X119). Further, an external information editing process (step X120) for setting signals to be output to various external devices in the output buffer is performed, the flag register is saved (step X121), and the performance display monitor control process related to the control of the performance display device 153 is performed. (
Step X122) is performed.

その後、フラグレジスタを復帰し(ステップX123)、初期表示設定フラグがオンで
あるかを判定する(ステップX124)。初期表示設定フラグがオンでない場合(ステッ
プX124;N)は、タイマ割込み処理を終了する。初期表示設定フラグがオンである場
合(ステップX124;Y)は、初期表示設定フラグをクリア(オフ状態に設定)して(
ステップX125)、タイマ割込み処理を終了する。
After that, the flag register is returned (step X123), and it is determined whether the initial display setting flag is on (step X124). If the initial display setting flag is not on (step X124; N), the timer interrupt process ends. When the initial display setting flag is on (step X124; Y), the initial display setting flag is cleared (set to the off state) (
Step X125), the timer interrupt process is terminated.

ここで、本実施形態では、割込み禁止状態を復元する処理(すなわち、割込みを許可す
る処理)や、レジスタバンクの指定を復元する処理(すなわち、レジスタバンク0を指定
する処理)は、割込みリターンの際(タイマ割込み処理の終了時)に自動的に行う。なお
、使用するCPUによっては、割込み禁止状態を復元する処理やレジスタバンクの指定を
復元する処理の実行を命令する必要がある遊技機もある。
Here, in the present embodiment, the process of restoring the interrupt disabled state (that is, the process of permitting interrupts) and the process of restoring the register bank designation (that is, the process of specifying register bank 0) are interrupt return processes. Automatically performed at the time (at the end of timer interrupt processing). Depending on the CPU used, some gaming machines need to be instructed to execute a process for restoring the interrupt disabled state or a process for restoring the register bank designation.

〔確率設定変更/確認処理〕
図12には、上述のタイマ割込み処理における確率設定変更/確認処理(ステップX1
26)を示した。この確率設定変更/確認処理では、まず、RWM内の確率設定値用の領
域の値が正常範囲(本実施形態では0〜5の範囲)内であるか判定する(ステップX13
1)。
RWM内の確率設定値用の領域の値が正常範囲内である場合(ステップX131;Y)
には、RWM内の確率設定値用の領域の値(現在の確率設定値)に対応する確率設定値表
示データを設定して(ステップX132)、当該確率設定値表示データを、第2出力ポー
ト134を介して第5ドライバ138eに出力する(ステップX134)。これにより、
性能表示装置153において、図13(a)〜(f)に示すような表示が行われる。
一方、RWM内の確率設定値用の領域の値が正常範囲内でない場合(ステップX131
;N)には、確率設定値表示データとして消灯データを設定して(ステップX133)、
当該確率設定値表示データを、第2出力ポート134を介して第5ドライバ138eに出
力する(ステップX134)。これにより、性能表示装置153において、図13(g)
に示すような表示が行われる。
[Probability setting change / confirmation process]
FIG. 12 shows the probability setting change / confirmation process (step X1) in the timer interrupt process described above.
26) was shown. In this probability setting change / confirmation process, first, it is determined whether the value of the area for the probability setting value in the RWM is within the normal range (range 0 to 5 in this embodiment) (step X13).
1).
When the value of the area for the probability setting value in the RWM is within the normal range (step X131; Y)
The probability setting value display data corresponding to the value (current probability setting value) of the area for the probability setting value in the RWM is set (step X132), and the probability setting value display data is transmitted to the second output port. Output to the fifth driver 138e via 134 (step X134). This will
In the performance display device 153, the display as shown in FIGS. 13A to 13F is performed.
On the other hand, when the value of the area for the probability setting value in the RWM is not within the normal range (step X131).
In N), turn-off data is set as the probability set value display data (step X133),
The probability set value display data is output to the fifth driver 138e via the second output port 134 (step X134). As a result, in the performance display device 153, FIG. 13 (g)
The display as shown in is performed.

図13に示すように、性能表示装置153は、左右に並んだ4つの7セグ表示器(7セ
グメント型の表示器)で構成されている。確率設定値変更モード中又は確率設定値確認モ
ード中には、これら4つの7セグ表示器のうち、右端の7セグ表示器で現在の確率設定値
を示し、残りの7セグ表示器で「SET」という文字を示すようになっている。
具体的には、RWM内の確率設定値用の領域の値が「0」である場合は現在の確率設定
値が“設定1”であるため、図13(a)に示すように右端の7セグ表示器に「1」が表
示され、RWM内の確率設定値用の領域の値が「1」である場合は現在の確率設定値が“
設定2”であるため、図13(b)に示すように右端の7セグ表示器に「2」が表示され
、RWM内の確率設定値用の領域の値が「2」である場合は現在の確率設定値が“設定3
”であるため、図13(c)に示すように右端の7セグ表示器に「3」が表示され、RW
M内の確率設定値用の領域の値が「3」である場合は現在の確率設定値が“設定4”であ
るため、図13(d)に示すように右端の7セグ表示器に「4」が表示され、RWM内の
確率設定値用の領域の値が「4」である場合は現在の確率設定値が“設定5”であるため
、図13(e)に示すように右端の7セグ表示器に「5」が表示され、RWM内の確率設
定値用の領域の値が「5」である場合は現在の確率設定値が“設定6”であるため、図1
3(f)に示すように右端の7セグ表示器に「6」が表示される。また、RWM内の確率
設定値用の領域の値が正常範囲外(異常値)である場合には、図13(g)に示すように
右端の7セグ表示器が消灯状態となる。
例えば、RWM内の確率設定値用の領域の値が「0」である場合には、確率設定値表示
データとして、1桁目に「1」、2桁目に「T」、3桁目に「E」、4桁目に「S」を表
示するよう指示する確率設定値表示データが第5ドライバ138eに出力される。
As shown in FIG. 13, the performance display device 153 is composed of four 7-segment displays (7-segment type display) arranged side by side. In the probability setting value change mode or the probability setting value confirmation mode, the current probability setting value is shown on the rightmost 7-segment display among these four 7-segment displays, and the remaining 7-segment display shows "SET". "Is supposed to indicate the character.
Specifically, when the value of the area for the probability setting value in the RWM is "0", the current probability setting value is "setting 1", so as shown in FIG. 13A, the rightmost 7 When "1" is displayed on the 7-segment display and the value of the area for the probability setting value in the RWM is "1", the current probability setting value is "1".
Since it is "setting 2", "2" is displayed on the rightmost 7-segment display as shown in FIG. 13 (b), and when the value of the area for the probability setting value in the RWM is "2", it is currently Probability setting value of "Setting 3"
Therefore, as shown in FIG. 13 (c), "3" is displayed on the 7-segment display at the right end, and the RW is displayed.
When the value of the area for the probability setting value in M is "3", the current probability setting value is "setting 4", so that "setting 4" is displayed on the rightmost 7-segment display as shown in FIG. 13 (d). 4 ”is displayed, and when the value of the area for the probability setting value in the RWM is“ 4 ”, the current probability setting value is“ setting 5 ”, so as shown in FIG. 13 (e), the right end When "5" is displayed on the 7-segment display and the value of the area for the probability setting value in the RWM is "5", the current probability setting value is "setting 6", so FIG.
As shown in 3 (f), "6" is displayed on the rightmost 7-segment display. Further, when the value of the area for the probability setting value in the RWM is out of the normal range (abnormal value), the rightmost 7-segment display is turned off as shown in FIG. 13 (g).
For example, when the value of the area for the probability setting value in the RWM is "0", the probability setting value display data is "1" in the first digit, "T" in the second digit, and the third digit. The probability set value display data instructing to display "E" and "S" in the fourth digit is output to the fifth driver 138e.

次いで、セキュリティ信号制御タイマが「0」でなければ−1更新する(ステップX1
35)。なお、セキュリティ信号制御タイマの初期値はメイン処理のステップX31にお
いて設定され、セキュリティ信号制御タイマの最小値は「0」に設定されている。
次いで、セキュリティ信号のオンデータを出力するとともにセキュリティ信号以外の信
号のオフデータを出力する(ステップX136)。ステップX136では、セキュリティ
信号制御タイマがタイムアップしているか否かにかかわらず、セキュリティ信号のオンデ
ータが出力される。したがって、確率設定値変更モード中や確率設定値確認モード中(確
率設定変更中フラグや確率設定確認中フラグがセットされている間)は、セキュリティ信
号が出力され続けることとなる。
Next, if the security signal control timer is not "0", the security signal control timer is updated by -1 (step X1).
35). The initial value of the security signal control timer is set in step X31 of the main process, and the minimum value of the security signal control timer is set to "0".
Next, the on-data of the security signal is output and the off-data of the signal other than the security signal is output (step X136). In step X136, the on-data of the security signal is output regardless of whether or not the security signal control timer is timed up. Therefore, the security signal will continue to be output during the probability setting value change mode or the probability setting value confirmation mode (while the probability setting changing flag or the probability setting confirmation flag is set).

次いで、確率設定変更中フラグがセットされているか判定し(ステップX137)、確
率設定変更中フラグがセットされていない場合(ステップX137;N)、すなわち確率
設定確認中フラグがセットされている場合には、確率設定変更/確認処理を終了する。一
方、確率設定変更中フラグがセットされている場合(ステップX137;Y)には、実行
中の確率設定変更/確認処理が、遊技機10の電源投入後最初のタイマ割込み処理におけ
る確率設定変更/確認処理であるか判定する(ステップX138)。
Next, it is determined whether or not the probability setting changing flag is set (step X137), and when the probability setting changing flag is not set (step X137; N), that is, when the probability setting checking flag is set. Ends the probability setting change / confirmation process. On the other hand, when the probability setting changing flag is set (step X137; Y), the probability setting change / confirmation process during execution is the probability setting change / confirmation process in the first timer interrupt process after the power of the game machine 10 is turned on. It is determined whether it is a confirmation process (step X138).

電源投入後最初のタイマ割込み処理における確率設定変更/確認処理である場合(ステ
ップX138;Y)には、確率設定変更/確認処理を終了する。一方、電源投入後最初の
タイマ割込み処理における確率設定変更/確認処理でない場合(ステップX138;N)
には、RAM初期化スイッチ112からの入力があるか判定する(ステップX139)。
ステップX139では、直前の入力処理(ステップX103)でRAM初期化スイッチ1
12の操作に基づく入力信号(立ち上がりエッジ)が検知された場合に、RAM初期化ス
イッチ112からの入力があると判定する。RAM初期化スイッチ112からの入力がな
い場合(ステップX139;N)には、確率設定変更/確認処理を終了する。
If it is the probability setting change / confirmation process in the first timer interrupt process after the power is turned on (step X138; Y), the probability setting change / confirmation process is terminated. On the other hand, when it is not the probability setting change / confirmation process in the first timer interrupt process after the power is turned on (step X138; N).
Determines if there is an input from the RAM initialization switch 112 (step X139).
In step X139, the RAM initialization switch 1 is performed in the immediately preceding input process (step X103).
When an input signal (rising edge) based on the operation of 12 is detected, it is determined that there is an input from the RAM initialization switch 112. If there is no input from the RAM initialization switch 112 (step X139; N), the probability setting change / confirmation process ends.

一方、RAM初期化スイッチ112からの入力がある場合(ステップX139;Y)、
すなわちRAM初期化スイッチ112が新たに操作された場合には、RWM内の確率設定
値用の領域の値を0〜5の範囲で+1更新して(ステップX140)、確率設定変更/確
認処理を終了する。ステップX140で更新された値(更新後の確率設定値)は、次回の
確率設定変更/確認処理によって性能表示装置153に表示される。
なお、本実施形態では、図5(a)に示すように、3種類の確率値(低確率状態での確
率値及び高確率状態での確率値)に対し“設定1”〜“設定6”を割り当てているが、例
えば、3種類の確率値(低確率状態での確率値及び高確率状態での確率値)に対し“設定
1”〜“設定3”を割り当てても良い。この場合、ステップX140では、RWMの確率
設定値用の領域の値を0〜2の範囲で+1更新することとなる。
On the other hand, when there is an input from the RAM initialization switch 112 (step X139; Y),
That is, when the RAM initialization switch 112 is newly operated, the value of the area for the probability setting value in the RWM is updated by +1 in the range of 0 to 5 (step X140), and the probability setting change / confirmation process is performed. finish. The value updated in step X140 (probability setting value after update) is displayed on the performance display device 153 by the next probability setting change / confirmation process.
In this embodiment, as shown in FIG. 5A, “setting 1” to “setting 6” are used for three types of probability values (probability value in a low probability state and probability value in a high probability state). However, for example, "setting 1" to "setting 3" may be assigned to three types of probability values (probability value in a low probability state and probability value in a high probability state). In this case, in step X140, the value of the region for the probability setting value of RWM is updated by +1 in the range of 0 to 2.

遊技機10の電源投入時に設定キースイッチ152及びRAM初期化スイッチ112を
操作することで確率設定値変更モードに移行することができ、確率設定値変更モード中に
RAM初期化スイッチ112を操作することで確率設定値を変更することができる。
RAM初期化スイッチ112は押圧操作のみ可能であるため、確率設定値変更モードに
移行するための移行操作と、確率設定値を変更するための変更操作とを区別することがで
きない。したがって、確率設定値変更モード中も移行操作(当該確率設定値変更モードへ
の移行の起因となったRAM初期化スイッチ112の操作)が継続している場合、すなわ
ち電源投入時からRAM初期化スイッチ112が押されっぱなしである場合には、当該操
作が移行操作であるにもかかわらず当該操作に応じて確率設定値が更新(変更)されてし
まう。
By operating the setting key switch 152 and the RAM initialization switch 112 when the power of the game machine 10 is turned on, the mode can be shifted to the probability setting value change mode, and the RAM initialization switch 112 can be operated during the probability setting value change mode. You can change the probability setting value with.
Since the RAM initialization switch 112 can only perform a pressing operation, it is not possible to distinguish between a transition operation for shifting to the probability set value change mode and a change operation for changing the probability set value. Therefore, when the transition operation (the operation of the RAM initialization switch 112 that caused the transition to the probability setting value change mode) continues even during the probability setting value change mode, that is, the RAM initialization switch is started from the time the power is turned on. If 112 is kept pressed, the probability setting value is updated (changed) according to the operation even though the operation is a transition operation.

具体的には、タイマ割込み処理の入力処理(ステップX103)では、前回の入力処理
で読み込んだRAM初期化スイッチ112の状態がオフ状態であり、今回の入力処理で読
み込んだRAM初期化スイッチ112の状態がオン状態である場合に、RAM初期化スイ
ッチ112の操作に基づく入力信号(立ち上がりエッジ)が検知される。電源投入後最初
のタイマ割込み処理における入力処理(ステップX103)では、電源遮断直前の入力処
理が前回の入力処理となり、電源投入直後の入力処理が今回の入力処理となるが、電源遮
断直前の入力処理で読み込んだRAM初期化スイッチ112の状態はオフ状態である可能
性が高い。すなわち、確率設定値変更モード中も移行操作が継続している場合には、電源
投入後最初のタイマ割込み処理における入力処理(ステップX103)でRAM初期化ス
イッチ112の操作に基づく入力信号(立ち上がりエッジ)が検知される可能性が高い。
したがって、この場合、電源投入後最初のタイマ割込み処理における確率設定変更/確認
処理でステップX139,140の処理を行うと、移行操作に基づきRAM初期化スイッ
チ112からの入力があると判定されて、RWM内の確率設定値用の領域の値が更新され
てしまう不都合が生じ得る。
Specifically, in the input process (step X103) of the timer interrupt process, the state of the RAM initialization switch 112 read in the previous input process is off, and the RAM initialization switch 112 read in the current input process is in the off state. When the state is on, the input signal (rising edge) based on the operation of the RAM initialization switch 112 is detected. In the input process (step X103) in the first timer interrupt process after the power is turned on, the input process immediately before the power is turned off is the previous input process, and the input process immediately after the power is turned on is the current input process. The state of the RAM initialization switch 112 read in the process is likely to be off. That is, if the transition operation continues even during the probability set value change mode, the input signal (rising edge) based on the operation of the RAM initialization switch 112 in the input process (step X103) in the first timer interrupt process after the power is turned on. ) Is likely to be detected.
Therefore, in this case, if the processing of steps X139 and 140 is performed in the probability setting change / confirmation processing in the first timer interrupt processing after the power is turned on, it is determined that there is an input from the RAM initialization switch 112 based on the transition operation. There may be a problem that the value of the area for the probability setting value in the RWM is updated.

そこで、本実施形態では、このような不都合を回避するために、ステップX138の処
理を行って、電源投入後最初のタイマ割込み処理における確率設定変更/確認処理ではス
テップX139,X140の処理を行わないこととする。これにより、確率設定値の更新
(変更)に関しては、電源投入時から継続しているRAM初期化スイッチ112の操作(
すなわち、確率設定値変更モードへの移行の起因となったRAM初期化スイッチ112の
操作)に基づく入力信号(立ち上がりエッジ)は無視されることになるため、意図せぬ更
新を防ぐことができる。
Therefore, in the present embodiment, in order to avoid such inconvenience, the process of step X138 is performed, and the process of steps X139 and X140 is not performed in the probability setting change / confirmation process in the first timer interrupt process after the power is turned on. I will do it. As a result, regarding the update (change) of the probability set value, the operation of the RAM initialization switch 112 that has continued since the power was turned on (
That is, since the input signal (rising edge) based on the operation of the RAM initialization switch 112 that caused the transition to the probability setting value change mode is ignored, it is possible to prevent an unintended update.

以上のことから、本実施形態の遊技機10は、ゲーム(特図変動表示ゲーム)の結果が
特別結果となった場合に遊技者に有利な特別遊技状態を発生可能な遊技機において、第1
操作部(設定キー操作部)及び第2操作部(RAM初期化スイッチ112)と、ゲームの
抽選に用いる確率値が割り当てられた複数の確率設定値のうち一の確率設定値を記憶する
記憶手段(遊技制御装置100(RAM111C))と、遊技機の電源投入時における第
1操作部及び第2操作部の操作に応答して、確率設定値を変更可能な確率設定値変更モー
ドに移行するモード移行手段(遊技制御装置100)と、確率設定値変更モード中におけ
る第2操作部の操作に応答して、記憶手段に記憶されている確率設定値(RWM内の確率
設定値用の領域の値)を変更する設定変更手段(遊技制御装置100)と、を備え、確率
設定値変更モードに移行するための第2操作部の操作(移行操作)と、確率設定値を変更
するための第2操作部の操作(変更操作)と、は同一操作(本実施形態の場合、押圧操作
)であり、設定変更手段は、確率設定値変更モード中であっても、遊技機の電源投入時か
ら継続している第2操作部の操作には応答しないよう構成されている。
したがって、遊技機の電源投入時に行う第2操作部の操作(移行操作)が確率設定値変
更モードに移行した後も継続している場合には、その間は確率設定値が変更されないため
、意図しない確率設定値の変更を防止することができる。
From the above, the game machine 10 of the present embodiment is the first game machine capable of generating a special game state advantageous to the player when the result of the game (special figure variation display game) becomes a special result.
A storage means for storing one of a plurality of probability setting values to which the operation unit (setting key operation unit) and the second operation unit (RAM initialization switch 112) and the probability values used for the lottery of the game are assigned. (Game control device 100 (RAM111C)) and a mode for shifting to a probability setting value change mode in which the probability setting value can be changed in response to the operation of the first operation unit and the second operation unit when the power of the game machine is turned on. In response to the operation of the transition means (game control device 100) and the second operation unit in the probability setting value change mode, the probability setting value stored in the storage means (value of the area for the probability setting value in the RWM). ) Is provided, the operation of the second operation unit for shifting to the probability setting value change mode (shift operation), and the second for changing the probability setting value. The operation (change operation) of the operation unit is the same operation (pressing operation in the case of this embodiment), and the setting changing means continues from the time when the power of the gaming machine is turned on even in the probability setting value changing mode. It is configured not to respond to the operation of the second operation unit.
Therefore, if the operation (transition operation) of the second operation unit performed when the power of the game machine is turned on continues even after the transition to the probability setting value change mode, the probability setting value is not changed during that time, which is not intended. It is possible to prevent the change of the probability set value.

〔入賞口スイッチ/状態監視処理〕
図14には、タイマ割込み処理における入賞口スイッチ/状態監視処理(ステップX1
09)を示した。この入賞口スイッチ/状態監視処理では、まず、第1特別変動入賞装置
38の大入賞口スイッチ38aに対応する入賞口監視テーブル1を準備し(ステップX3
01)、第1特別変動入賞装置38が開いていないにもかかわらず大入賞口に不正な入賞
がないか監視するとともに正常な入賞を検出する不正&入賞監視処理(ステップX302
)を実行する。その後、第2特別変動入賞装置39内の大入賞口スイッチ39aに対応す
る入賞口監視テーブル2を準備し(ステップX303)、不正な入賞がないか監視すると
ともに正常な入賞を検出する不正&入賞監視処理(ステップX304)を実行する。
[Winning opening switch / status monitoring process]
FIG. 14 shows the winning port switch / status monitoring process (step X1) in the timer interrupt process.
09) was shown. In this winning opening switch / status monitoring process, first, the winning opening monitoring table 1 corresponding to the large winning opening switch 38a of the first special variable winning device 38 is prepared (step X3).
01), Illegal & winning monitoring process (step X302) that monitors whether there is an illegal winning in the large winning opening even though the first special variable winning device 38 is not open and detects a normal winning.
) Is executed. After that, the winning opening monitoring table 2 corresponding to the large winning opening switch 39a in the second special variable winning device 39 is prepared (step X303), and fraudulent & winning is detected while monitoring for illegal winning. The monitoring process (step X304) is executed.

入賞口監視テーブルには、対象のスイッチに入力があるかを判定するデータの位置を示
す監視スイッチビット、不正監視情報の下位アドレス、不正入賞数領域の下位アドレス、
不正入賞エラー報知コマンド、不正入賞数上限値(不正発生判定個数)、入賞口スイッチ
テーブルのアドレス、報知タイマ更新情報(許可/更新)の情報が定義されている。また
、入賞口監視テーブルのうちの入賞テーブルには、監視の繰り返し回数(スイッチの数)
に加えて、各スイッチ毎に、監視スイッチビット、入賞数カウンタ領域1の下位アドレス
、入賞数カウンタ領域2の下位アドレスの情報が定義されている。入賞口監視テーブルは
、監視対象のスイッチのそれぞれに応じたものが用意されている。
In the winning opening monitoring table, a monitoring switch bit indicating the position of data for determining whether or not there is an input in the target switch, a lower address of fraud monitoring information, a lower address of the fraudulent winning number area,
Information on the illegal winning error notification command, the upper limit of the number of illegal winnings (number of illegal winning judgments), the address of the winning opening switch table, and the notification timer update information (permission / update) is defined. In addition, in the winning table of the winning opening monitoring table, the number of repetitions of monitoring (the number of switches)
In addition, information on the monitoring switch bit, the lower address of the winning number counter area 1 and the lower address of the winning number counter area 2 is defined for each switch. The winning opening monitoring table is prepared according to each switch to be monitored.

次に、普電内の入賞口スイッチ(始動口2スイッチ37a)の入賞口監視テーブルを準
備し(ステップX305)、不正な入賞がないか監視するとともに正常な入賞を検出する
不正&入賞監視処理(ステップX306)を実行する。そして、常時入賞可能(不正監視
処理が不要)な入賞口スイッチ(例えば、始動口1スイッチ36a、一般入賞口351〜
354の入賞口スイッチ35a〜35c)の入賞口監視テーブルを準備し(ステップX3
07)、入賞数を更新する入賞数カウンタ更新処理(ステップX308)を行って、始動
口エラー監視処理(ステップX309)を行う。
Next, prepare the winning opening monitoring table of the winning opening switch (starting opening 2 switch 37a) in Fuden (step X305), monitor for illegal winning, and detect normal winning. Fraud & winning monitoring process (Step X306) is executed. Then, a winning opening switch (for example, starting port 1 switch 36a, general winning opening 351 to 1) that can always win a prize (no need for fraud monitoring processing).
Prepare the winning opening monitoring table of the winning opening switches 35a to 35c of 354 (step X3).
07), the winning number counter update process (step X308) for updating the winning number is performed, and the start port error monitoring process (step X309) is performed.

次に、状態を監視すべき複数のスイッチ並びに信号のうちいずれのスイッチ又は信号を
今回の監視の対象とするかを順番に指定するための状態スキャンカウンタを更新する(ス
テップX310)。本実施形態の場合、状態スキャンカウンタは0から3の範囲で更新さ
れる。その後、状態スキャンカウンタの値に応じて、監視する状態を設定するための遊技
機状態監視テーブル1を準備する(ステップX311)。そして、エラーが発生している
かなどの状態を判定する遊技機状態チェック処理(ステップX312)を行う。
Next, the status scan counter for sequentially designating which of the plurality of switches for monitoring the status and which switch or signal is to be monitored this time is updated (step X310). In the case of this embodiment, the status scan counter is updated in the range of 0 to 3. After that, the game machine state monitoring table 1 for setting the state to be monitored is prepared according to the value of the state scan counter (step X311). Then, a game machine state check process (step X312) for determining a state such as whether an error has occurred is performed.

本実施形態の場合、状態スキャンカウンタの値を遊技機状態監視テーブル1に参照する
ことで、状態スキャンカウンタの値が「0」である場合はスイッチのコネクタ抜けなどの
発生により出力されるスイッチ異常1信号に基づく状態の監視が設定され、状態スキャン
カウンタの値が「1」である場合は払出制御装置200からのシュート球切れスイッチ信
号に基づく状態の監視が設定される。状態スキャンカウンタの値が「2」である場合はオ
ーバーフロースイッチ信号に基づく状態の監視が設定され、状態スキャンカウンタの値が
「3」である場合は払出異常ステータス信号に基づく状態の監視が設定される。
In the case of this embodiment, the value of the status scan counter is referred to the game machine status monitoring table 1, and when the value of the status scan counter is "0", a switch abnormality is output due to the occurrence of a switch connector disconnection or the like. Status monitoring based on one signal is set, and when the value of the status scan counter is "1", status monitoring based on the shoot ball out switch signal from the payout control device 200 is set. When the value of the status scan counter is "2", the status monitoring based on the overflow switch signal is set, and when the value of the status scan counter is "3", the status monitoring based on the payout abnormality status signal is set. To.

次に、状態スキャンカウンタの値に応じて、監視する状態を設定するための遊技機状態
監視テーブル2を準備する(ステップX313)。そして、エラーが発生しているかなど
の状態を判定する遊技機状態チェック処理(ステップX314)を行う。本実施形態の場
合、状態スキャンカウンタの値を遊技機状態監視テーブル2に参照することで、状態スキ
ャンカウンタの値が「0」である場合はガラス枠開放検出スイッチ63から出力される信
号に基づく状態の監視が設定され、状態スキャンカウンタの値が「1」である場合は本体
枠開放検出スイッチ64から出力される信号に基づく状態の監視が設定される。また、状
態スキャンカウンタの値が「2」である場合は枠電波不正信号に基づく状態の監視が設定
され、状態スキャンカウンタの値が「3」である場合はタッチスイッチ信号に基づく状態
の監視が設定される。
Next, the game machine state monitoring table 2 for setting the state to be monitored is prepared according to the value of the state scan counter (step X313). Then, a game machine state check process (step X314) for determining a state such as whether an error has occurred is performed. In the case of the present embodiment, the value of the state scan counter is referred to the game machine state monitoring table 2, and when the value of the state scan counter is "0", it is based on the signal output from the glass frame opening detection switch 63. The status monitoring is set, and when the value of the status scan counter is "1", the status monitoring based on the signal output from the main body frame opening detection switch 64 is set. If the value of the status scan counter is "2", the status monitoring based on the frame radio wave invalid signal is set, and if the value of the status scan counter is "3", the status monitoring based on the touch switch signal is set. Set.

次に、状態スキャンカウンタの値が「0」であるかを判定し(ステップX315)、エ
ラースキャンカウンタの値が「0」でない場合(ステップX315;N)は、入賞口スイ
ッチ/状態監視処理を終了する。この場合は、次に参照する遊技機状態監視テーブル3に
状態の監視対象がない場合である。また、エラースキャンカウンタの値が「0」である場
合(ステップX315;Y)は、遊技機状態監視テーブル3を準備し(ステップX316
)、エラーが発生しているかなどの状態を判定する遊技機状態チェック処理(ステップX
317)を行う。
Next, it is determined whether the value of the status scan counter is "0" (step X315), and if the value of the error scan counter is not "0" (step X315; N), the winning opening switch / status monitoring process is performed. finish. In this case, there is no status monitoring target in the game machine status monitoring table 3 to be referred to next. When the value of the error scan counter is "0" (step X315; Y), the game machine status monitoring table 3 is prepared (step X316).
), Game machine status check process to determine the status such as whether an error has occurred (step X)
317) is performed.

本実施形態の場合、状態スキャンカウンタの値を遊技機状態監視テーブル3に参照する
ことで、状態スキャンカウンタの値が「0」である場合はスイッチのコネクタ抜けなどの
発生により出力されるスイッチ異常2信号に基づく状態の監視が設定される。なお、遊技
機状態監視テーブル3には状態スキャンカウンタが「1」から「3」の場合は定義されて
いない。
In the case of the present embodiment, the value of the status scan counter is referred to the game machine status monitoring table 3, and when the value of the status scan counter is "0", a switch abnormality is output due to the occurrence of a switch connector disconnection or the like. 2 Signal-based condition monitoring is set. It should be noted that the game machine status monitoring table 3 is not defined when the status scan counter is from "1" to "3".

その後、払出制御装置200が払出制御を開始可能であるかを示す払出ビジー信号をチ
ェックする払出ビジー信号チェック処理(ステップX318)を行って、入賞口スイッチ
/状態監視処理を終了する。なお、ステップX316からX318の処理は、タイマ割込
み毎に更新される状態スキャンカウンタの値が「0」の場合のみ実行されるため、4回の
タイマ割込みに1回の割合で実行されることとなる。すなわち、タイマ割込みが4m秒毎
に行われる場合は、16m秒毎にステップX316からX318の処理が行われることと
なる。
After that, the payout busy signal check process (step X318) for checking the payout busy signal indicating whether the payout control device 200 can start the payout control is performed, and the winning opening switch / status monitoring process is completed. Since the processing of steps X316 to X318 is executed only when the value of the state scan counter updated for each timer interrupt is "0", it is executed at a rate of once for every four timer interrupts. Become. That is, when the timer interrupt is performed every 4 ms, the processes of steps X316 to X318 are performed every 16 ms.

〔不正&入賞監視処理〕
図15には、上述の入賞口スイッチ/状態監視処理における不正&入賞監視処理(ステ
ップX302,X304,X306)を示した。この不正&入賞監視処理は、第1特別変
動入賞装置38の大入賞口スイッチ38a、第2特別変動入賞装置39の大入賞口スイッ
チ39a及び普通変動入賞装置37の始動口2スイッチ37aに対して行われる処理であ
る。大入賞口(第1特別変動入賞装置38、第2特別変動入賞装置39)や普電(普通変
動入賞装置37)については、無理やり開閉部材を開いて遊技球を入れて賞球を払い出さ
せる不正が行われ易いため、入賞の検出の他に不正の監視をする。
[Illegal & winning monitoring process]
FIG. 15 shows fraud & winning monitoring processing (steps X302, X304, X306) in the above-mentioned winning opening switch / status monitoring processing. This fraud & winning monitoring process is applied to the large winning opening switch 38a of the first special variable winning device 38, the large winning opening switch 39a of the second special variable winning device 39, and the starting port 2 switch 37a of the normal variable winning device 37. This is the process to be performed. For the large prize opening (1st special variable prize device 38, 2nd special variable prize device 39) and Fuden (normal variable prize device 37), forcibly open the opening / closing member to insert the game ball and pay out the prize ball. Since fraud is easy to occur, fraud is monitored in addition to detecting prizes.

この不正&入賞監視処理においては、まず、エラー監視対象の入賞口スイッチの不正監
視期間フラグをチェックし(ステップX321)、不正監視期間中であるかを判定する(
ステップX322)。不正監視期間とは、エラー監視対象の入賞口スイッチが大入賞口ス
イッチ38aである場合は第1特別変動入賞装置39を開放する特別遊技状態中以外の期
間であり、エラー監視対象の入賞口スイッチが大入賞口スイッチ39aである場合は第2
特別変動入賞装置39を開放する特別遊技状態中以外の期間であり、エラー監視対象の入
賞口スイッチが始動口2スイッチ37aである場合は普図の当りに基づき普通変動入賞装
置37の開放制御を実行している状態以外の期間である。
In this fraud & prize monitoring process, first, the fraud monitoring period flag of the winning port switch to be error-monitored is checked (step X321), and it is determined whether or not the fraud monitoring period is in progress (step X321).
Step X322). The fraud monitoring period is a period other than during the special gaming state in which the first special variable winning device 39 is opened when the winning opening switch to be error-monitored is the large winning opening switch 38a, and the winning opening switch to be error-monitored. If is the big winning opening switch 39a, the second
When the special variable winning device 39 is not in the special gaming state and the winning opening switch to be error-monitored is the start opening 2 switch 37a, the opening control of the normal variable winning device 37 is performed based on the hit of the normal drawing. It is a period other than the running state.

そして、不正監視期間である場合(ステップX322;Y)は、対象の入賞口スイッチ
に入力があるかを判定する(ステップX323)。対象の入賞口スイッチに入力がない場
合(ステップX323;N)は、対象の報知タイマ更新情報をロードする(ステップX3
32)。また、対象の入賞口スイッチに入力がある場合(ステップX323;Y)は、対
象の不正入賞数を+1更新し(ステップX324)、更新後の不正入賞数が監視対象の不
正発生判定個数以上であるかを判定する(ステップX325)。
Then, in the case of the fraud monitoring period (step X322; Y), it is determined whether or not there is an input in the target winning opening switch (step X323). When there is no input in the target winning opening switch (step X323; N), the target notification timer update information is loaded (step X3).
32). In addition, when there is an input to the target winning opening switch (step X323; Y), the number of illegal winnings of the target is updated by +1 (step X324), and the number of illegal winnings after the update is equal to or greater than the number of fraud occurrence determinations to be monitored. It is determined whether or not there is (step X325).

本実施形態の場合、エラー監視対象の入賞口スイッチの種類にかかわらず、不正発生判
定個数を5個に設定しているが、不正発生個数は、入賞口スイッチの種類毎に異なる個数
を定義することもできる。判定個数を5個としているのは、例えば、開状態にある大入賞
口が閉状態に変換した際に遊技球が大入賞口の扉部材に挟まり、その遊技球が大入賞口ス
イッチの有効期間を過ぎて入賞した場合や信号にノイズがのった場合にそれを不正と判断
しないようにするためであり、不正でないのに簡単にエラーと判定しないためである。
In the case of this embodiment, the number of fraud occurrence determinations is set to 5 regardless of the type of the winning slot switch for error monitoring, but the number of fraud occurrences is defined to be different for each type of winning slot switch. You can also do it. The reason why the number of judgments is set to 5 is that, for example, when the large winning opening in the open state is converted to the closed state, the game ball is sandwiched between the door members of the large winning opening, and the game ball is the valid period of the large winning opening switch. This is to prevent it from being judged as illegal when a prize is won after passing the above or when there is noise in the signal, and it is not easily judged as an error even though it is not illegal.

そして、不正入賞数が監視対象の不正発生判定個数以上でない場合(ステップX325
;N)は、対象の入賞口スイッチの入賞口監視テーブルを準備する(ステップX330)
。入賞口スイッチ/状態監視処理にて準備された入賞口監視テーブル(不正監視テーブル
)には、対象のスイッチに入力があるかを判定するデータの位置を示す監視スイッチビッ
ト、不正監視情報の下位アドレス、不正入賞数領域の下位アドレス、不正入賞エラー報知
コマンド、不正入賞数上限値(不正発生判定個数)、入賞口スイッチテーブルのアドレス
、報知タイマ更新情報(許可/更新)の情報が定義されている。
Then, when the number of fraudulent prizes is not equal to or greater than the number of fraud occurrence determinations to be monitored (step X325).
N) prepares the winning opening monitoring table of the target winning opening switch (step X330).
.. In the winning slot monitoring table (fraud monitoring table) prepared by the winning slot switch / status monitoring process, a monitoring switch bit indicating the position of data for determining whether or not there is an input in the target switch, and a lower address of the fraud monitoring information , The lower address of the illegal winning number area, the illegal winning error notification command, the upper limit of the illegal winning number (number of illegal winning judgments), the address of the winning opening switch table, and the information of the notification timer update information (permission / update) are defined. ..

また、不正入賞数が監視対象の不正発生判定個数以上である場合(ステップX325;
Y)は、不正入賞数を不正発生判定個数に留め(ステップX326)、対象の不正入賞報
知タイマ領域に初期値(例えば、60000m秒)をセーブする(ステップX327)。
次に、対象の不正発生コマンドを準備し(ステップX328)、不正フラグとして不正入
賞発生フラグを準備して(ステップX329)、準備した不正フラグを対象の不正フラグ
領域の値と比較する(ステップX340)。
In addition, when the number of fraudulent prizes is equal to or greater than the number of fraud occurrence determinations to be monitored (step X325;
In Y), the number of fraudulent prizes is limited to the number of fraudulent occurrence determinations (step X326), and the initial value (for example, 60,000 msec) is saved in the target fraudulent prize notification timer area (step X327).
Next, the target fraud occurrence command is prepared (step X328), the fraudulent winning occurrence flag is prepared as the fraud flag (step X329), and the prepared fraud flag is compared with the value of the target fraud flag area (step X340). ).

一方、不正監視期間中でない場合(ステップX322;N)は、対象の入賞口スイッチ
の入賞口監視テーブルを準備し(ステップX330)、賞球の設定を行う入賞数カウンタ
更新処理(ステップX331)を行う。そして、対象の報知タイマ更新情報をロードし(
ステップX332)、対象の報知タイマが0でなければ−1更新する(ステップX334
)。なお、報知タイマの最小値は0に設定されている。
On the other hand, when the fraud monitoring period is not in progress (step X322; N), the winning opening monitoring table of the target winning opening switch is prepared (step X330), and the winning number counter update process (step X331) for setting the winning ball is performed. Do. Then, the target notification timer update information is loaded (
Step X332), if the target notification timer is not 0, update -1 (step X334).
). The minimum value of the notification timer is set to 0.

その後、報知タイマの値が0であるかを判定し(ステップX335)、値が0でない場
合(ステップX335;N)、すなわちタイムアップしていない場合は、不正&入賞監視
処理を終了する。また、値が0である場合(ステップX335;Y)、すなわちタイムア
ップした又はすでにタイムアップしていた場合は、対象の不正解除コマンドを準備し(ス
テップX336)、不正フラグとして不正入賞解除フラグを準備する(ステップX337
)。そして、報知タイマの値が0になった瞬間であるかを判定する(ステップX338)
After that, it is determined whether the value of the notification timer is 0 (step X335), and if the value is not 0 (step X335; N), that is, if the time is not up, the fraud & winning monitoring process is terminated. Further, when the value is 0 (step X335; Y), that is, when the time is up or the time has already been up, the target illegal release command is prepared (step X336), and the illegal prize release flag is set as the illegal flag. Prepare (step X337)
). Then, it is determined whether or not it is the moment when the value of the notification timer becomes 0 (step X338).
..

報知タイマの値が0になった瞬間である場合(ステップX338;Y)、すなわち今回
の不正&入賞監視処理で報知タイマの値が0になった場合は、対象の不正入賞数をクリア
し(ステップX339)、準備した不正フラグを対象の不正フラグ領域の値と比較する(
ステップX340)。また、報知タイマの値が0になった瞬間でない場合(ステップX3
38;N)、すなわち前回以前の不正&入賞監視処理で報知タイマの値が0になった場合
は、準備した不正フラグを対象の不正フラグ領域の値と比較する(ステップX340)。
When the value of the notification timer becomes 0 (step X338; Y), that is, when the value of the notification timer becomes 0 in the current fraud & winning monitoring process, the target number of illegal winnings is cleared ( Step X339), the prepared rogue flag is compared with the value of the target rogue flag area (step X339).
Step X340). If it is not the moment when the value of the notification timer becomes 0 (step X3).
38; N), that is, when the value of the notification timer becomes 0 in the fraud & winning monitoring process before the previous time, the prepared fraud flag is compared with the value of the target fraud flag area (step X340).

そして、準備した不正フラグと対象の不正フラグ領域の値が一致した場合(ステップX
340;Y)は、不正&入賞監視処理を終了する。また、準備した不正フラグと対象の不
正フラグ領域の値が一致しない場合(ステップX340;N)は、準備した不正フラグを
対象の不正フラグ領域にセーブし(ステップX341)、演出コマンド設定処理を行い(
ステップX342)、不正&入賞監視処理を終了する。以上の処理により、エラーの発生
に伴いエラー報知コマンドが演出制御装置300に送信され、エラーの解除に伴い不正入
賞エラー解除コマンドが演出制御装置300に送信されて、エラー報知の開始、終了が設
定されることとなる。
Then, when the prepared illegal flag and the value of the target illegal flag area match (step X).
340; Y) ends the fraud & winning monitoring process. If the prepared invalid flag and the value of the target invalid flag area do not match (step X340; N), the prepared invalid flag is saved in the target invalid flag area (step X341), and the effect command setting process is performed. (
Step X342), end the fraud & winning monitoring process. By the above processing, an error notification command is transmitted to the effect control device 300 when an error occurs, an illegal winning error release command is transmitted to the effect control device 300 when the error is released, and the start and end of the error notification are set. Will be done.

〔入賞数カウンタ更新処理〕
図16には、上述の入賞口スイッチ/状態監視処理及び不正&入賞監視処理における入
賞数カウンタ更新処理(ステップX308,X331)を示した。この入賞数カウンタ更
新処理においては、まず、入賞口監視テーブルから監視する入賞口スイッチの個数を取得
し(ステップX351)、対象の入賞口スイッチに入力(正確には入力の変化)があるか
を判定する(ステップX352)。入賞口スイッチ/状態監視処理にて準備された入賞口
監視テーブル(不正監視テーブル)のうちの入賞テーブルには、監視の繰り返し回数(ス
イッチの数)に加えて、スイッチ毎に、監視スイッチビット、入賞数カウンタ領域1の下
位アドレス、入賞数カウンタ領域2の下位アドレスの情報が定義されている。
[Winning counter update process]
FIG. 16 shows the winning number counter update processing (steps X308, X331) in the above-mentioned winning opening switch / status monitoring processing and fraud & winning monitoring processing. In this winning number counter update process, first, the number of winning opening switches to be monitored is acquired from the winning opening monitoring table (step X351), and whether or not there is an input (correctly, a change in input) to the target winning opening switch is checked. Determine (step X352). In the winning table of the winning opening monitoring table (fraud monitoring table) prepared by the winning opening switch / status monitoring process, in addition to the number of repetitions of monitoring (number of switches), the monitoring switch bit for each switch Information on the lower address of the winning number counter area 1 and the lower address of the winning number counter area 2 is defined.

対象の入賞口スイッチに入力がない場合(ステップX352;N)は、テーブルアドレ
スを次レコードのアドレスに更新して(ステップX363)、全スイッチの監視が終了し
たかを判定する(ステップX364)。また、対象の入賞口スイッチに入力がある場合(
ステップX352;Y)は、対象の入賞数カウンタ領域1の値をロードし(ステップX3
53)、ロードした値を+1更新して(ステップX354)、オーバーフローするか判定
する(ステップX355)。そして、オーバーフローが発生していない場合(ステップX
355;N)は、更新後の値を入賞数カウンタ領域1にセーブし(ステップX356)、
対象の入賞数カウンタ領域2の値をロードする(ステップX357)。また、オーバーフ
ローが発生した場合(ステップX355;Y)は、対象の入賞数カウンタ領域2の値をロ
ードする(ステップX357)。本実施形態の場合、ステップX354では、賞球(払出
コマンド送信)のためのカウンタを更新している。カウンタサイズは2バイト(0〜65
535の範囲)である。
When there is no input in the target winning opening switch (step X352; N), the table address is updated to the address of the next record (step X363), and it is determined whether the monitoring of all the switches is completed (step X364). Also, if there is an input to the target winning slot switch (
In step X352; Y), the value of the target winning number counter area 1 is loaded (step X3).
53), the loaded value is updated by +1 (step X354), and it is determined whether or not it overflows (step X355). And when no overflow has occurred (step X)
355; N) saves the updated value in the winning number counter area 1 (step X356).
The value of the target winning number counter area 2 is loaded (step X357). When an overflow occurs (step X355; Y), the value of the target winning number counter area 2 is loaded (step X357). In the case of the present embodiment, in step X354, the counter for the prize ball (payout command transmission) is updated. Counter size is 2 bytes (0-65)
535 range).

対象の入賞数カウンタ領域2の値をロード(ステップX357)した後、ロードした値
を+1更新して(ステップX358)、オーバーフローするか判定する(ステップX35
9)。本実施形態の場合、ステップX358では、メイン賞球信号のためのカウンタを更
新している。カウンタサイズは1バイト(0〜255の範囲)である。そして、オーバー
フローが発生した場合(ステップX359;Y)は、ステップX361に移行する。また
、オーバーフローが発生していない場合(ステップX359;N)は、更新後の値を入賞
数カウンタ領域2にセーブし(ステップX360)、ステップX361に移行する。
After loading the value of the target winning number counter area 2 (step X357), the loaded value is updated by +1 (step X358), and it is determined whether or not it overflows (step X35).
9). In the case of the present embodiment, in step X358, the counter for the main prize ball signal is updated. The counter size is 1 byte (range 0-255). Then, when an overflow occurs (step X359; Y), the process proceeds to step X361. If no overflow has occurred (step X359; N), the updated value is saved in the winning number counter area 2 (step X360), and the process proceeds to step X361.

次に、対象の入賞通知コマンドを準備し(ステップX361)、演出コマンド設定処理
を行う(ステップX362)。対象の入賞通知コマンドは、それぞれの入賞口に入賞があ
ったことを演出制御装置300に通知するためのコマンドである。このコマンドにより、
始動入賞口36、普通変動入賞装置37、第1特別変動入賞装置38、第2特別変動入賞
装置39及び一般入賞口351〜354への入賞があったことを演出制御装置300に通
知することができ、演出制御装置300では、このコマンドに基づき入賞に対応した演出
を実行可能となる。
Next, the target winning notification command is prepared (step X361), and the effect command setting process is performed (step X362). The target winning notification command is a command for notifying the effect control device 300 that a winning has been made in each winning opening. With this command
It is possible to notify the effect control device 300 that the starting winning opening 36, the normal variable winning device 37, the first special variable winning device 38, the second special variable winning device 39, and the general winning opening 351 to 354 have been won. The effect control device 300 can execute the effect corresponding to the winning based on this command.

その後、テーブルアドレスを次レコードのアドレスに更新して(ステップX363)、
全スイッチの監視が終了したかを判定する(ステップX363)。全スイッチの監視が終
了していない場合(ステップX364;N)は、対象の入賞口スイッチに入力があるかを
判定する処理(ステップX352)に戻る。また、全スイッチの監視が終了した場合(ス
テップX364;Y)は、入賞数カウンタ更新処理を終了する。以上の処理により、入賞
領域への入賞に基づき入賞数カウンタ領域1及び2が更新されて入賞の情報が記憶される
こととなる。また、入賞口に応じた入賞の情報が演出制御装置300に送信されることと
なる。
After that, the table address is updated to the address of the next record (step X363).
It is determined whether the monitoring of all the switches is completed (step X363). When the monitoring of all the switches is not completed (step X364; N), the process returns to the process of determining whether or not there is an input in the target winning opening switch (step X352). When the monitoring of all the switches is completed (step X364; Y), the winning number counter update process is completed. By the above processing, the winning number counter areas 1 and 2 are updated based on the winning in the winning area, and the winning information is stored. In addition, the winning information according to the winning opening is transmitted to the effect control device 300.

なお、一般入賞口351〜354については、検出する入賞口スイッチ35a〜35c
ごとに異なる入賞通知コマンドが送信されるようになっている。これにより、演出制御装
置300では、入賞口スイッチ35aで検出される一般入賞口351への入賞と、入賞口
スイッチ35bで検出される一般入賞口352への入賞と、入賞口スイッチ35cで検出
される一般入賞口353、354への入賞と、を区別でき、それぞれに応じた演出を実行
可能となる。また、後述するように本実施形態では、一般入賞口353,354への入賞
に基づく演出は行わないため、入賞口スイッチ35cでの検出に基づく入賞通知コマンド
は送信しないようにしても良い。
Regarding the general winning openings 351 to 354, the winning opening switches 35a to 35c to be detected
A different winning notification command is sent for each. As a result, in the effect control device 300, the winning of the general winning opening 351 detected by the winning opening switch 35a, the winning of the general winning opening 352 detected by the winning opening switch 35b, and the winning of the winning opening switch 35c are detected. It is possible to distinguish between winning the general winning openings 353 and 354 and performing the production according to each. Further, as will be described later, in the present embodiment, since the effect based on the winning of the general winning openings 353 and 354 is not performed, the winning notification command based on the detection by the winning opening switch 35c may not be transmitted.

すなわち、機能が同じである入賞口(賞球のみを発生させる一般入賞口351〜354
)については、2つの遊技領域32のうち一方の遊技領域32(右側の遊技領域、第2領
域)にある複数の入賞口についてはそれぞれ入賞した入賞口を区別可能な情報を送信し、
他方の遊技領域32(左側の遊技領域、第1領域)にある複数の入賞口については入賞し
た入賞口を区別できない情報を送信又は情報を送信しないようにしたと言える。また、機
能が同じである入賞口について、2つの遊技領域32のうち一方の遊技領域32(右側の
遊技領域)にある入賞口への入賞に基づく情報と、他方の遊技領域32(左側の遊技領域
)にある入賞口への入賞に基づく情報を異なる情報とした又は一方の遊技領域32からの
み情報を送信するようにしたとも言える。2つの遊技領域32のそれぞれに少なくとも1
つずつ機能が同じである入賞口が配されていれば良い。
That is, the winning openings having the same function (general winning openings 351 to 354 that generate only prize balls)
), Information that can distinguish the winning winning openings is transmitted for a plurality of winning openings in one of the two gaming areas 32 (the right gaming area, the second area).
It can be said that information that cannot distinguish the winning winning openings is transmitted or information is not transmitted to the plurality of winning openings in the other gaming area 32 (the left gaming area, the first area). Further, regarding the winning openings having the same function, information based on winning in the winning openings in one of the two gaming areas 32 (the right gaming area) and the other gaming area 32 (the left gaming area). It can be said that the information based on the winning to the winning opening in the area) is set as different information, or the information is transmitted only from one of the game areas 32. At least 1 in each of the two gaming areas 32
It suffices if the winning openings with the same function are arranged one by one.

また、機能が同じである入賞口について、分岐した複数の流下経路のうち一方の流下経
路(右側の流下経路)にある入賞口への入賞に基づく情報と、他方の流下経路(左側の流
下経路)にある入賞口への入賞に基づく情報を異なる情報とした又は一方の流下経路から
のみ情報を送信するようにしたとも言える。また、遊技領域32が2つある又は流下経路
が2つあるとしたが、遊技領域32又は流下経路が3つ以上あっても良く、この場合に各
遊技領域32又は各流下経路に設けられた機能が同じである入賞口について、遊技領域3
2や流下経路に応じて異なる情報が送信されるようにしても良い。また、各遊技領域32
又は各流下経路のうち特定の遊技領域32又は流下経路に設けられた入賞口のみ情報を送
信するようにしても良い。
Also, for the winning openings with the same function, information based on winning to the winning opening in one of the multiple flow paths (the flow path on the right side) and the other flow path (the flow path on the left side) It can be said that the information based on the winning to the winning opening in) is changed to different information, or the information is transmitted only from one of the flow routes. Further, although it is assumed that there are two game areas 32 or two flow paths, there may be three or more game areas 32 or flow paths, and in this case, each game area 32 or each flow path is provided. Game area 3 for winning openings with the same function
2 or different information may be transmitted depending on the flow path. In addition, each game area 32
Alternatively, the information may be transmitted only to the winning opening provided in the specific game area 32 or the flow path among the flow paths.

また、機能が同じである入賞口について異なる入賞通知コマンドを送信するとしたが、
付与する遊技価値(賞球数など)が同じである入賞口について異なる入賞通知コマンドを
送信するとも言える。また、同時に入賞可能である入賞口について異なる入賞通知コマン
ドを送信するとも言える。また、機能や付与する遊技価値が同じである入賞口としては、
一般入賞口351〜354の他に、第1特別変動入賞装置38と第2特別変動入賞装置3
9が挙げられる。ただし、この第1特別変動入賞装置38と第2特別変動入賞装置39は
、同時に開放されることはないため同時に入賞可能なものではない。
Also, you said that you would send different winning notification commands for winning openings with the same function,
It can also be said that different prize notification commands are sent for the prize openings having the same game value (number of prize balls, etc.) to be given. It can also be said that different winning notification commands are sent for the winning openings that can be won at the same time. In addition, as a winning opening with the same function and game value to be given,
In addition to the general winning openings 351 to 354, the first special variable winning device 38 and the second special variable winning device 3
9 is mentioned. However, since the first special variable winning device 38 and the second special variable winning device 39 are not opened at the same time, they cannot be won at the same time.

また、入賞があったことを常に入賞通知コマンドとは別のコマンドにより演出制御装置
300に送信することが可能な入賞口については、入賞通知コマンドを送信しないように
しても良い。ただし、入賞があった場合に必ずコマンドが送信されない場合には入賞通知
コマンドを送信するようにする。例えば、普通変動入賞装置37については、入賞に基づ
く第2始動記憶の発生に伴い飾り特図保留数コマンドが送信されるが、第2始動記憶が上
限に達している状態で入賞があった場合には第2始動記憶が発生しないため飾り特図保留
数コマンドが送信されない。このような入賞口の場合、入賞があった場合には常に入賞通
知コマンドを送信するようにしても良いし、飾り特図保留数コマンドが送信される場合に
は入賞通知コマンドを送信せず、飾り特図保留数コマンドが送信されない場合にのみ入賞
通知コマンドを送信するようにしても良い。
Further, the winning notification command may not be transmitted to the winning opening, which can always transmit the winning to the effect control device 300 by a command different from the winning notification command. However, if the command is not always sent when there is a prize, the prize notification command should be sent. For example, with respect to the normal variable winning device 37, when the decoration special figure hold number command is transmitted with the occurrence of the second starting memory based on the winning, but the winning is performed while the second starting memory has reached the upper limit. Since the second start memory is not generated in, the decorative special figure hold number command is not transmitted. In the case of such a winning opening, the winning notification command may be sent whenever there is a winning, or the winning notification command is not sent when the decorative special figure hold number command is sent. The winning notification command may be sent only when the decoration special figure hold number command is not sent.

〔始動口スイッチ監視処理〕
図17には、上述のタイマ割込み処理における始動口スイッチ監視処理(ステップX1
11)を示した。この始動口スイッチ監視処理では、まず、始動口1(始動入賞口36)
入賞監視テーブルを準備し(ステップX491)、ハード乱数取得処理(ステップX49
2)を行う。そして、当該ハード乱数取得処理で始動入賞口36への入賞に基づき大当り
乱数を取得した場合に設定される始動口入賞あり情報があるか判定する(ステップX49
3)。
[Starting port switch monitoring process]
FIG. 17 shows a start port switch monitoring process (step X1) in the above-mentioned timer interrupt process.
11) is shown. In this start port switch monitoring process, first, the start port 1 (start winning opening 36)
Prepare a winning monitoring table (step X491) and perform hard random number acquisition processing (step X49).
Do 2). Then, it is determined whether or not there is information on starting opening winning that is set when a big hit random number is acquired based on winning the starting winning opening 36 in the hard random number acquisition process (step X49).
3).

始動入賞口36への入賞に基づき始動口入賞あり情報が設定されていない場合(ステッ
プX493;N)には、ステップX499へ移行する。なお、この場合は始動口入賞なし
情報が設定されている。
一方、始動入賞口36への入賞に基づき始動口入賞あり情報が設定されている場合(ス
テップX493;Y)には、特図低確率&時短なし中(通常遊技状態中)であるか判定す
る(ステップX494)。そして、特図低確率&時短なし中である場合(ステップX49
4;Y)には、ステップX497へ移行する。また、特図低確率&時短なし中でない場合
(ステップX494;N)には、右打ち指示報知コマンドを準備し(ステップX495)
、演出コマンド設定処理(ステップX496)を行う。
If the information with the starting opening winning is not set based on the winning of the starting winning opening 36 (step X493; N), the process proceeds to step X499. In this case, information on no starting opening prize is set.
On the other hand, when the information with the start opening prize is set based on the winning of the start winning opening 36 (step X493; Y), it is determined whether or not the special figure has a low probability and no time reduction (normal game state). (Step X494). And when the special figure is low probability & no time reduction (step X49)
4; In Y), the process proceeds to step X497. In addition, if the special figure has a low probability and the time is not shortened (step X494; N), a right-handed instruction notification command is prepared (step X495).
, Performs the effect command setting process (step X496).

演出制御装置300では、右打ち指示報知コマンドを受信することに基づき、表示や音
声等により遊技者に対して右打ちをするように指示する右打ち指示報知を行う。特定遊技
状態中や特別遊技状態中である場合は右打ちの方が遊技者にとって有利であり、左打ちで
なければ入賞しないようになっている始動入賞口36で特定遊技状態中や特別遊技状態中
において入賞を検出した場合に右打ち指示報知を行うようにしている。
Based on the reception of the right-handed instruction notification command, the effect control device 300 performs right-handed instruction notification instructing the player to perform a right-handed hit by display, voice, or the like. If you are in a specific game state or a special game state, right-handed is more advantageous for the player, and if you do not hit left, you will not win a prize. When a prize is detected inside, a right-handed instruction is notified.

そして、始動口1による保留の情報を設定するテーブルを準備し(ステップX497)
、特図始動口スイッチ共通処理(ステップX498)を行う。次いで、始動口2(普通変
動入賞装置37)入賞監視テーブルを準備し(ステップX499)、ハード乱数取得処理
(ステップX500)を行って、普通変動入賞装置37への入賞に基づき大当り乱数を取
得した場合に設定される始動口入賞あり情報があるか判定する(ステップX501)。
Then, a table for setting the hold information by the start port 1 is prepared (step X497).
, Special figure start port switch common processing (step X498) is performed. Next, the starting port 2 (ordinary variable winning device 37) winning monitoring table was prepared (step X499), a hard random number acquisition process (step X500) was performed, and a jackpot random number was acquired based on the winning of the ordinary variable winning device 37. It is determined whether or not there is information on the starting port winning that is set in the case (step X501).

普通変動入賞装置37への入賞に基づき始動口入賞あり情報が設定されていない場合(
ステップX501;N)には、始動口スイッチ監視処理を終了する。なお、この場合は始
動口入賞なし情報が設定されている。
一方、普通変動入賞装置37への入賞に基づき始動口入賞あり情報が設定されている場
合(ステップX501;Y)には、普電(普通変動入賞装置37)が作動中であるか、す
なわち普通変動入賞装置37が作動して遊技球の入賞が可能な開状態となっているか否か
判定し(ステップX502)、普電が作動中である場合(ステップX502;Y)には、
ステップX504へ移行する。一方、普電が作動中でない場合(ステップX502;N)
には、普電不正発生中であるか判定する(ステップX503)。
When the information with the start opening prize is not set based on the prize in the normal variable prize device 37 (
In step X501; N), the start port switch monitoring process is terminated. In this case, information on no starting opening prize is set.
On the other hand, when the information with starting port winning is set based on the winning of the normal variable winning device 37 (step X501; Y), the normal electric (normal variable winning device 37) is operating, that is, normal. When it is determined whether or not the variable winning device 37 is activated and the game ball is in an open state where winning is possible (step X502), and when the normal electric power is operating (step X502; Y),
The process proceeds to step X504. On the other hand, when the electric power is not operating (step X502; N)
(Step X503).

普電不正発生中であるかの判定では、普通変動入賞装置37への不正入賞数が不正発生
判定個数(例えば5個)以上である場合に不正発生中であると判定する。普通変動入賞装
置37は、閉状態では遊技球が入賞不可能であり、開状態でのみ遊技球が入賞可能である
。よって、閉状態で遊技球が入賞した場合は何らかの異常や不正が発生した場合であり、
このような閉状態で入賞した遊技球があった場合はその数を不正入賞数として計数する。
そして、このように計数された不正入賞数が所定の不正発生判定個数(上限値)以上であ
る場合に不正発生中と判定する。
In the determination of whether or not the fraudulent occurrence of the normal electric power is occurring, it is determined that the fraudulent occurrence is occurring when the number of fraudulent winnings to the ordinary variable winning device 37 is equal to or greater than the number of fraudulent occurrence determinations (for example, 5). In the normal variable winning device 37, the game ball cannot be won in the closed state, and the game ball can be won only in the open state. Therefore, if the game ball wins in the closed state, it means that some kind of abnormality or fraud has occurred.
If there is a winning game ball in such a closed state, the number is counted as the number of illegal winnings.
Then, when the number of fraudulent winnings counted in this way is equal to or greater than the predetermined number of fraud occurrence determinations (upper limit value), it is determined that fraud has occurred.

普電不正発生中である場合(ステップX503;Y)には、始動口スイッチ監視処理を
終了する。すなわち、第2始動記憶をそれ以上発生させないようにする。また、普電不正
発生中でない場合(ステップX503;N)には、始動口2による保留の情報を設定する
テーブルを準備し(ステップX504)、特図始動口スイッチ共通処理(ステップX50
5)を行って、始動口スイッチ監視処理を終了する。
If an illegal operation is occurring (step X503; Y), the start port switch monitoring process is terminated. That is, the second start memory is prevented from being generated any more. Further, when the general electric power fraud is not occurring (step X503; N), a table for setting the information of the hold by the start port 2 is prepared (step X504), and the special figure start port switch common process (step X50)
5) is performed to end the start port switch monitoring process.

〔特図始動口スイッチ共通処理〕
図18には、上述の始動口スイッチ監視処理における特図始動口スイッチ共通処理(ス
テップX498,X505)を示した。特図始動口スイッチ共通処理は、始動口1スイッ
チ36aや始動口2スイッチ37aの入力があった場合に、各々の入力について共通して
行われる処理である。
[Special figure start port switch common processing]
FIG. 18 shows the special figure start port switch common process (steps X498, X505) in the above-mentioned start port switch monitoring process. The special figure start port switch common process is a process that is commonly performed for each input when the start port 1 switch 36a and the start port 2 switch 37a are input.

この特図始動口スイッチ共通処理では、まず、始動口1スイッチ36a及び始動口2ス
イッチ37aのうち、監視対象の始動口スイッチへの入賞の回数に関する情報を遊技機1
0の外部の管理装置に対して出力する回数である始動口信号出力回数をロードし(ステッ
プX521)、ロードした値を+1更新して(ステップX522)、出力回数がオーバー
フローするか判定する(ステップX523)。
出力回数がオーバーフローしない場合(ステップX523;N)には、更新後の値をR
WMの始動口信号出力回数領域にセーブし(ステップX524)、監視対象の始動口スイ
ッチに対応する特図保留(始動記憶)数、すなわち更新対象の特図保留(始動記憶)数が
上限値(ここでは4)未満か判定する(ステップX525)。一方、出力回数がオーバー
フローする場合(ステップX523;Y)には、ステップX525へ移行する。ここでは
出力回数を255まで記憶できるが、上限まで記憶している場合には+1更新によりルー
プして0となってしまうため、更新後の値のセーブを行わない。
In this special figure start port switch common process, first, among the start port 1 switch 36a and the start port 2 switch 37a, information regarding the number of winnings to the start port switch to be monitored is input to the game machine 1.
The start port signal output count, which is the number of outputs to the external management device of 0, is loaded (step X521), the loaded value is updated by +1 (step X522), and it is determined whether the output count overflows (step). X523).
If the number of outputs does not overflow (step X523; N), the updated value is R.
Saved in the start port signal output count area of the WM (step X524), the number of special figure hold (start memory) corresponding to the start port switch to be monitored, that is, the number of special figure hold (start memory) to be updated is the upper limit ( Here, it is determined whether it is less than 4) (step X525). On the other hand, when the number of outputs overflows (step X523; Y), the process proceeds to step X525. Here, the number of outputs can be stored up to 255, but if the number of outputs is stored up to the upper limit, the value is not saved after the update because the loop is looped by +1 update and becomes 0.

そして、更新対象の特図保留数が上限値未満でない場合(ステップX525;N)には
、特図始動口スイッチ共通処理を終了する。一方、更新対象の特図保留数が上限値未満で
ある場合(ステップX525;Y)には、更新対象の特図保留数(特図1保留数又は特図
2保留数)を+1更新して(ステップX526)、対象の始動口入賞フラグをセーブする
(ステップX527)。次に、監視対象の始動口スイッチ及び特図保留数に対応する乱数
格納領域のアドレスを算出して(ステップX528)、ハード乱数取得処理で準備した大
当り乱数をRWMの大当り乱数格納領域にセーブする(ステップX529)。
Then, when the number of special figure reservations to be updated is not less than the upper limit value (step X525; N), the special figure start port switch common process is terminated. On the other hand, when the number of special figure reservations to be updated is less than the upper limit value (step X525; Y), the number of special figure reservations to be updated (the number of special figure 1 hold or the number of special figure 2 hold) is updated by +1. (Step X526), the target start opening winning flag is saved (step X527). Next, the address of the start port switch to be monitored and the random number storage area corresponding to the number of reserved special figures is calculated (step X528), and the big hit random number prepared by the hard random number acquisition process is saved in the big hit random number storage area of RWM. (Step X529).

その後、監視対象の始動口スイッチの大当り図柄乱数を抽出して準備し(ステップX5
30)、RWMの大当り図柄乱数格納領域にセーブする(ステップX531)。次に、監
視対象の始動口スイッチの転落抽選乱数を抽出して準備し(ステップX532)、RWM
の転落抽選乱数格納領域にセーブする(ステップX533)。
次いで、始動口2(普通変動入賞装置37)への入賞であるか判定し(ステップX53
4)、始動口2への入賞でない場合(ステップX534;N)には、ステップX537へ
移行する。一方、始動口2への入賞である場合(ステップX534;Y)には、小当り図
柄乱数を抽出して準備し(ステップX535)、RWMの小当り図柄乱数格納領域にセー
ブする(ステップX536)。
After that, the jackpot symbol random number of the start port switch to be monitored is extracted and prepared (step X5).
30), save in the RWM jackpot symbol random number storage area (step X531). Next, the fall lottery random number of the start port switch to be monitored is extracted and prepared (step X532), and the RWM is prepared.
Save in the fall lottery random number storage area (step X533).
Next, it is determined whether or not the starting port 2 (normal variable winning device 37) has won a prize (step X53).
4) If the starting port 2 is not won (step X534; N), the process proceeds to step X537. On the other hand, in the case of winning the starting port 2 (step X534; Y), the small hit symbol random number is extracted and prepared (step X535), and saved in the small hit symbol random number storage area of the RWM (step X536). ..

そして、変動パターン乱数1から3を対応するRWMの変動パターン乱数格納領域にセ
ーブし(ステップX537)、先読み処理である特図保留情報判定処理(ステップX53
8)を行う。次いで、監視対象の始動口スイッチ及び特図保留数に対応する飾り特図保留
数コマンドを準備し(ステップX539)、演出コマンド設定処理(ステップX540)
を行って、特図始動口スイッチ共通処理を終了する。
すなわち、遊技制御装置100(RAM111C)が、始動入賞口36への遊技球の入
賞に基づき所定の乱数を抽出し、該所定の乱数を第1始動記憶として所定の上限数まで記
憶可能な第1始動記憶手段をなす。また、遊技制御装置100(RAM111C)が、普
通変動入賞装置37への遊技球の入賞に基づき所定の乱数を抽出し、該所定の乱数を第2
始動記憶として所定の上限数まで記憶可能な第2始動記憶手段をなす。
Then, the fluctuation pattern random numbers 1 to 3 are saved in the corresponding fluctuation pattern random number storage area of the RWM (step X537), and the special figure reservation information determination processing (step X53), which is a look-ahead process, is performed.
8) is performed. Next, a start port switch to be monitored and a decorative special figure hold number command corresponding to the special figure hold number are prepared (step X539), and an effect command setting process (step X540) is prepared.
To end the special figure start port switch common processing.
That is, the game control device 100 (RAM111C) extracts a predetermined random number based on the winning of the game ball to the starting winning opening 36, and the predetermined random number can be stored up to a predetermined upper limit as the first starting memory. It serves as a starting memory means. Further, the game control device 100 (RAM111C) extracts a predetermined random number based on the winning of the game ball to the normal variable winning device 37, and the predetermined random number is used as the second random number.
It serves as a second start storage means that can store up to a predetermined upper limit as start memory.

〔特図保留情報判定処理〕
図19及び図20には、上述の特図始動口スイッチ共通処理における特図保留情報判定
処理(ステップX538)を示した。特図保留情報判定処理は、対応する始動記憶に基づ
く特図変動表示ゲームの開始タイミングより前に当該始動記憶に対応した結果関連情報の
判定を行う先読み処理である。
[Special figure reservation information judgment processing]
19 and 20 show the special figure hold information determination process (step X538) in the above-mentioned special figure start port switch common process. The special figure reservation information determination process is a look-ahead process for determining result-related information corresponding to the start memory before the start timing of the special figure variation display game based on the corresponding start memory.

この特図保留情報判定処理では、まず、大当り中(第1特別遊技状態中)であるか判定
し(ステップX541)、大当り中である場合(ステップX541;Y)には、特図保留
情報判定処理を終了する。一方、大当り中でない場合(ステップX541;N)には、特
図始動口スイッチ共通処理のステップX527にてセーブした始動口入賞フラグをチェッ
クして、始動口1(始動入賞口36)への入賞であるか判定する(ステップX542)。
In this special figure reservation information determination process, first, it is determined whether or not the jackpot is in progress (during the first special gaming state) (step X541), and if the jackpot is in progress (step X541; Y), the special figure reservation information determination is made. End the process. On the other hand, when the jackpot is not hit (step X541; N), the start opening winning flag saved in step X527 of the special figure start opening switch common process is checked, and the starting opening 1 (starting winning opening 36) is won. Is determined (step X542).

始動口1への入賞である場合(ステップX542;Y)には、ステップX544へ移行
して先読みを行う。一方、始動口1への入賞でない場合(ステップX542;N)には、
特図低確率&時短なし中(通常遊技状態中)であるか判定する(ステップX543)。そ
して、特図低確率&時短なし中である場合(ステップX543;Y)には、特図保留情報
判定処理を終了する。すなわち、通常遊技状態である場合には特図2変動表示ゲームの変
動パターンとして変動時間が非常に長い(約10分)長変動が選択されるが、この場合に
は先読みを行わない。一方、特図低確率&時短なし中でない場合(ステップX543;N
)には、特図高確率中であるか判定する(ステップX544)。
If the starting port 1 is won (step X542; Y), the process proceeds to step X544 to perform look-ahead. On the other hand, if the starting port 1 is not won (step X542; N),
It is determined whether or not the special figure has a low probability and no time reduction (during a normal game state) (step X543). Then, when the special figure low probability & no time reduction is in progress (step X543; Y), the special figure reservation information determination process is terminated. That is, in the normal gaming state, a long variation with a very long variation time (about 10 minutes) is selected as the variation pattern of the special figure 2 variation display game, but in this case, pre-reading is not performed. On the other hand, when the special figure is low probability & no time reduction is in progress (step X543; N)
), It is determined whether or not the special figure is in high probability (step X544).

特図高確率中でない場合(ステップX544;N)には、ステップX548へ移行する
。一方、特図高確率中である場合(ステップX544;Y)には、特図始動口スイッチ共
通処理のステップX532にて準備した転落抽選乱数の値は転落当選の判定値の範囲内で
あるか判定する(ステップX545)。次いで、判定結果に対応する先読み転落抽選情報
コマンドを準備し(ステップX546)、演出コマンド設定処理(ステップX547)を
行って、低確率判定フラグを準備する(ステップX548)。
If the special figure is not in high probability (step X544; N), the process proceeds to step X548. On the other hand, when the special figure has a high probability (step X544; Y), is the value of the fall lottery random number prepared in step X532 of the special figure start port switch common process within the range of the judgment value of the fall winning? Determine (step X545). Next, the look-ahead fall lottery information command corresponding to the determination result is prepared (step X546), the effect command setting process (step X547) is performed, and the low probability determination flag is prepared (step X548).

そして、大当り乱数値が大当り判定値(大当り低確率判定値)と一致するか否かにより
大当りであるか判定する先読み大当り判定処理(ステップX549)を行う。判定結果が
大当りである場合(ステップX550;Y)には、対象の始動口スイッチに対応する大当
り図柄乱数チェックテーブルを設定し(ステップX551)、特図始動口スイッチ共通処
理のステップX530にて準備した大当り図柄乱数に対応する停止図柄情報を取得して(
ステップX552)、ステップX559へ移行する。一方、判定結果が大当りでない場合
(ステップX550;N)には、特図始動口スイッチ共通処理のステップX527にてセ
ーブした始動口入賞フラグをチェックして、始動口2(普通変動入賞装置37)への入賞
であるか判定する(ステップX553)。
Then, a look-ahead jackpot determination process (step X549) is performed to determine whether the jackpot is a jackpot depending on whether or not the jackpot random number value matches the jackpot determination value (big hit low probability determination value). When the determination result is a big hit (step X550; Y), a big hit symbol random number check table corresponding to the target start port switch is set (step X551), and prepared in step X530 of the special figure start port switch common process. Acquire the stop symbol information corresponding to the big hit symbol random number (
Step X552) and step X559. On the other hand, when the determination result is not a big hit (step X550; N), the start port winning flag saved in step X527 of the special figure start port switch common process is checked, and the start port 2 (normal variable winning device 37). It is determined whether or not the prize is won (step X553).

始動口2への入賞でない場合(ステップX553;N)には、はずれの停止図柄情報を
設定して(ステップX558)、ステップX559へ移行する。一方、始動口2への入賞
である場合(ステップX553;Y)には、大当り乱数値が小当り判定値と一致するか否
かにより小当りであるか判定する小当り判定処理(ステップX554)を行う。そして、
判定結果が小当りである場合(ステップX555;Y)には、小当り図柄乱数チェックテ
ーブルを設定し(ステップX556)、特図始動口スイッチ共通処理のステップX535
にて準備した小当り図柄乱数に対応する停止図柄情報を取得して(ステップX557)、
ステップX559へ移行する。一方、判定結果が小当りでない場合(ステップX555;
N)には、はずれの停止図柄情報を設定して(ステップX558)、ステップX552又
はX557にて取得した停止図柄情報、あるいはステップX558にて設定した停止図柄
情報を図柄情報領域にセーブする(ステップX559)。
If the starting port 2 is not won (step X553; N), the stop symbol information of the loss is set (step X558), and the process proceeds to step X559. On the other hand, in the case of winning the starting port 2 (step X553; Y), the small hit determination process (step X554) of determining whether the big hit random value is a small hit depending on whether or not it matches the small hit determination value. I do. And
When the determination result is a small hit (step X555; Y), a small hit symbol random number check table is set (step X556), and step X535 of the special figure start port switch common process is set.
Acquire the stop symbol information corresponding to the small hit symbol random number prepared in (step X557), and then
The process proceeds to step X559. On the other hand, when the determination result is not a small hit (step X555;
In N), the out-of-order stop symbol information is set (step X558), and the stop symbol information acquired in step X552 or X557 or the stop symbol information set in step X558 is saved in the symbol information area (step). X559).

その後、対象の始動口スイッチ及び停止図柄情報に対応する先読み停止図柄コマンド(
低確率)を準備して(ステップX560)、演出コマンド設定処理(ステップX561)
を行う。
次いで、高確率判定フラグを準備して(ステップX562)、大当り乱数値が大当り判
定値(大当り高確率判定値)と一致するか否かにより大当りであるか判定する先読み大当
り判定処理(ステップX563)を行う。そして、判定結果が大当りである場合(ステッ
プX564;Y)には、対象の始動口スイッチに対応する大当り図柄乱数チェックテーブ
ルを設定し(ステップX565)、特図始動口スイッチ共通処理のステップX530にて
準備した大当り図柄乱数に対応する停止図柄情報を取得して(ステップX566)、ステ
ップX573へ移行する。一方、判定結果が大当りでない場合(ステップX564;N)
には、特図始動口スイッチ共通処理のステップX527にてセーブした始動口入賞フラグ
をチェックして、始動口2(普通変動入賞装置37)への入賞であるか判定する(ステッ
プX567)。
After that, the look-ahead stop symbol command corresponding to the target start port switch and stop symbol information (
(Low probability) is prepared (step X560), and the effect command setting process (step X561)
I do.
Next, a high probability determination flag is prepared (step X562), and a look-ahead jackpot determination process (step X563) is performed to determine whether the jackpot is a jackpot based on whether or not the jackpot random number value matches the jackpot determination value (big hit high probability determination value). I do. Then, when the determination result is a big hit (step X564; Y), a big hit symbol random number check table corresponding to the target start port switch is set (step X565), and in step X530 of the special figure start port switch common process. The stop symbol information corresponding to the jackpot symbol random number prepared in the above is acquired (step X566), and the process proceeds to step X573. On the other hand, when the judgment result is not a big hit (step X564; N)
To check the start port winning flag saved in step X527 of the special figure start port switch common process, it is determined whether or not the start port 2 (normal variable winning device 37) has won a prize (step X567).

始動口2への入賞でない場合(ステップX567;N)には、はずれの停止図柄情報を
設定して(ステップX572)、ステップX573へ移行する。一方、始動口2への入賞
である場合(ステップX567;Y)には、大当り乱数値が小当り判定値と一致するか否
かにより小当りであるか判定する小当り判定処理(ステップX568)を行う。そして、
判定結果が小当りである場合(ステップX569;Y)には、小当り図柄乱数チェックテ
ーブルを設定し(ステップX570)、特図始動口スイッチ共通処理のステップX535
にて準備した小当り図柄乱数に対応する停止図柄情報を取得して(ステップX571)、
ステップX573へ移行する。一方、判定結果が小当りでない場合(ステップX569;
N)には、はずれの停止図柄情報を設定して(ステップX572)、特図高確率中である
か判定する(ステップX573)。
If the starting port 2 is not won (step X567; N), the stop symbol information of the loss is set (step X572), and the process proceeds to step X573. On the other hand, in the case of winning the starting port 2 (step X567; Y), the small hit determination process (step X568) of determining whether the big hit random value is a small hit depending on whether or not it matches the small hit determination value. I do. And
When the determination result is a small hit (step X569; Y), a small hit symbol random number check table is set (step X570), and step X535 of the special figure start port switch common process is set.
Acquire the stop symbol information corresponding to the small hit symbol random number prepared in (step X571), and
The process proceeds to step X573. On the other hand, when the judgment result is not a small hit (step X569;
In N), the stop symbol information of the outlier is set (step X572), and it is determined whether or not the special figure is in high probability (step X573).

そして特図高確率中でない場合(ステップX573;N)には、ステップX575へ移
行する。一方、特図高確率中である場合(ステップX573;Y)には、ステップX55
9にて停止図柄情報をセーブした図柄情報領域に、ステップX566又はX571にて取
得した停止図柄情報、あるいはステップX572にて設定した停止図柄情報を上書きして
セーブする(ステップX574)。なお、図柄情報領域にセーブされる停止図柄情報は、
変動パターンの先読み等で使用される。
Then, when the special figure is not in high probability (step X573; N), the process proceeds to step X575. On the other hand, when the special figure is in high probability (step X573; Y), step X55
The stop symbol information acquired in step X566 or X571 or the stop symbol information set in step X572 is overwritten and saved in the symbol information area in which the stop symbol information is saved in step X576 (step X574). The stop symbol information saved in the symbol information area is
It is used for look-ahead of fluctuation patterns.

次いで、対象の始動口スイッチ及び停止図柄情報に対応する先読み停止図柄コマンド(
高確率)を準備して(ステップX575)、演出コマンド設定処理(ステップX576)
を行う。このように、本実施形態では、特図保留情報判定処理を実行する度に、大当り低
確率判定値で判定した結果と、大当り高確率判定値で判定した結果とが、演出制御装置3
00に送信される。
次に、変動パターンを設定するためのパラメータである特図情報を設定する特図情報設
定処理(ステップX577)を行い、特図変動表示ゲームの変動態様を設定する変動パタ
ーン設定処理(ステップX578)を行う。
そして、特図変動表示ゲームの変動態様における変動パターンを示す変動パターン番号
に対応する先読み変動パターンコマンドを準備し(ステップX579)、演出コマンド設
定処理(ステップX580)を行って、特図保留情報判定処理を終了する。なお、ステッ
プX577における特図情報設定処理、ステップX578における変動パターン設定処理
は、特図普段処理で特図変動表示ゲームの開始時に実行される処理と同様である。
Next, the look-ahead stop symbol command corresponding to the target start port switch and stop symbol information (
Prepare (high probability) (step X575), and direct command setting process (step X576)
I do. As described above, in the present embodiment, each time the special figure reservation information determination process is executed, the result of determination by the jackpot low probability determination value and the result of determination by the jackpot high probability determination value are the effect control device 3
It is sent to 00.
Next, the special figure information setting process (step X577) for setting the special figure information which is a parameter for setting the variation pattern is performed, and the variation pattern setting process (step X578) for setting the variation mode of the special figure variation display game is performed. I do.
Then, a look-ahead variation pattern command corresponding to the variation pattern number indicating the variation pattern in the variation mode of the special figure variation display game is prepared (step X579), and the effect command setting process (step X580) is performed to determine the special figure hold information. End the process. The special figure information setting process in step X577 and the variation pattern setting process in step X578 are the same as the processes executed at the start of the special figure variation display game in the special figure normal processing.

以上の処理により、先読み対象の始動記憶に基づく特図変動表示ゲームに対する転落抽
選の抽選結果を含む先読み転落抽選情報コマンドと、先読み対象の始動記憶に基づく特図
変動表示ゲームの結果を含む先読み停止図柄コマンドと、当該始動記憶に基づく特図変動
表示ゲームでの変動パターンの情報を含む先読み変動パターンコマンドが準備され、演出
制御装置300に送信される。これにより、始動記憶に対応した結果関連情報(転落する
か(大当りの確率状態が高確率状態から低確率状態(通常確率状態)へ移行するか)否か
や、大当り又は小当りか否かや、変動パターンの種類)の判定結果(先読み結果)を、対
応する始動記憶に基づく特図変動表示ゲームの開始タイミングより前に演出制御装置30
0に対して知らせることができ、特に表示装置41に表示される飾り特図始動記憶表示を
変化させるなどして、その特図変動表示ゲームの開始タイミングより前に遊技者に結果関
連情報を報知することが可能となる。
By the above processing, the look-ahead fall lottery information command including the lottery result of the fall lottery for the special figure change display game based on the start memory of the look-ahead target and the look-ahead stop including the result of the special figure change display game based on the start memory of the look-ahead target. A symbol command and a look-ahead fluctuation pattern command including information on the fluctuation pattern in the special figure fluctuation display game based on the start memory are prepared and transmitted to the effect control device 300. As a result, whether or not the result-related information corresponding to the start memory (whether or not the jackpot probability state shifts from the high probability state to the low probability state (normal probability state)) and whether or not the jackpot or small hit is achieved. , The type of variation pattern) determination result (look-ahead result) is set before the start timing of the special figure variation display game based on the corresponding start memory.
0 can be notified, and in particular, the result-related information is notified to the player before the start timing of the special figure variation display game by changing the decorative special figure start memory display displayed on the display device 41. It becomes possible to do.

すなわち、遊技制御装置100が、始動記憶手段に記憶された始動記憶に基づき、変動
表示ゲームの結果及び変動態様情報を当該変動表示ゲームの開始以前に決定することが可
能な決定手段をなす。また、遊技制御装置100が、始動記憶手段に始動記憶として記憶
される乱数を、当該始動記憶に基づく変動表示ゲームの実行前に判定する(例えば、特別
結果となるか否か等を判定する)事前判定手段をなす。なお、始動記憶に対応して記憶さ
れた乱数値を事前に判定する時期は、当該始動記憶が発生した始動入賞時だけではなく、
当該始動記憶に基づく変動表示ゲームが行われる前であればいつでもよい。
That is, the game control device 100 serves as a determination means capable of determining the result of the variation display game and the variation mode information before the start of the variation display game based on the start memory stored in the start storage means. Further, the game control device 100 determines a random number stored as a start memory in the start storage means before executing the variation display game based on the start memory (for example, determines whether or not a special result is obtained). Make a preliminary judgment means. The time to determine the random number value stored in advance corresponding to the start memory is not limited to the start prize when the start memory occurs.
It may be any time before the variable display game based on the start memory is played.

〔先読み大当り判定処理〕
図21には、上述の特図保留情報判定処理における先読み大当り判定処理(ステップX
549,X563)を示した。この先読み大当り判定処理では、まず、大当り判定値の下
限判定値を設定し(ステップX581)、対象の大当り乱数の値が下限判定値未満か判定
する(ステップX582)。なお、大当りであるとは大当り乱数が大当り判定値と一致す
ることである。大当り判定値は連続する複数の値であり、大当り乱数が、大当り判定値の
下限の値である下限判定値以上で、かつ、大当り判定値の上限の値である上限判定値以下
である場合に、大当りであると判定される。
[Look-ahead jackpot judgment processing]
FIG. 21 shows a look-ahead jackpot determination process (step X) in the above-mentioned special figure hold information determination process.
549, X563) was shown. In this look-ahead jackpot determination process, first, the lower limit determination value of the jackpot determination value is set (step X581), and it is determined whether the value of the target jackpot random number is less than the lower limit determination value (step X582). The big hit means that the big hit random number matches the big hit determination value. The jackpot judgment value is a plurality of consecutive values, and the jackpot random number is equal to or higher than the lower limit judgment value which is the lower limit value of the jackpot judgment value and is equal to or less than the upper limit judgment value which is the upper limit value of the jackpot judgment value. , It is judged to be a big hit.

大当り乱数の値が下限判定値未満である場合(ステップX582;Y)、すなわち大当
りでない場合には、判定結果としてはずれを設定し(ステップX587)、先読み大当り
判定処理を終了する。なお、判定結果としてのはずれとは、大当りの抽選にはずれたこと
を示すものである。
一方、大当り乱数の値が下限判定値未満でない場合(ステップX582;N)には、判
定フラグが高確率判定フラグであるか判定する(ステップX583)。判定フラグが高確
率判定フラグである場合(ステップX583;Y)には、現在の確率設定値に対応する高
確率中の上限判定値を設定し(ステップX584)、対象の大当り乱数の値が上限判定値
より大きいか判定する(ステップX586)。一方、判定フラグが高確率判定フラグでな
い場合(ステップX583;N)、すなわち低確率判定フラグである場合には、現在の確
率設定値に対応する低確率中の上限判定値を設定し(ステップX585)、対象の大当り
乱数の値が上限判定値より大きいか判定する(ステップX586)。
If the value of the jackpot random number is less than the lower limit determination value (step X582; Y), that is, if it is not a jackpot, a deviation is set as the determination result (step X587), and the look-ahead jackpot determination process is terminated. In addition, the loss as a judgment result indicates that the lottery for a big hit has been missed.
On the other hand, when the value of the jackpot random number is not less than the lower limit determination value (step X582; N), it is determined whether the determination flag is the high probability determination flag (step X583). When the judgment flag is a high probability judgment flag (step X583; Y), the upper limit judgment value in high probability corresponding to the current probability setting value is set (step X584), and the value of the target jackpot random number is the upper limit. It is determined whether it is larger than the determination value (step X586). On the other hand, when the determination flag is not the high probability determination flag (step X583; N), that is, when it is the low probability determination flag, the upper limit determination value in the low probability corresponding to the current probability setting value is set (step X585). ), It is determined whether the value of the target jackpot random number is larger than the upper limit determination value (step X586).

大当り乱数の値が上限判定値より大きい場合(ステップX586;Y)、すなわち大当
りでない場合には、判定結果としてはずれを設定し(ステップX587)、先読み大当り
判定処理を終了する。一方、大当り乱数の値が上限判定値より大きくない場合(ステップ
X586;N)、すなわち大当りである場合には、判定結果として大当りを設定し(ステ
ップX588)、先読み大当り判定処理を終了する。
If the value of the jackpot random number is larger than the upper limit determination value (step X586; Y), that is, if it is not a jackpot, a deviation is set as the determination result (step X587), and the look-ahead jackpot determination process is terminated. On the other hand, when the value of the jackpot random number is not larger than the upper limit determination value (step X586; N), that is, when it is a jackpot, a jackpot is set as the determination result (step X588), and the look-ahead jackpot determination process is terminated.

〔特図1ゲーム処理〕
図22には、上述のタイマ割込み処理における特図1ゲーム処理(ステップX112)
を示した。特図1ゲーム処理では、特図1変動表示ゲームに関する処理全体の制御、特図
1の表示の設定を行う。この特図1ゲーム処理では、まず、特図1変動表示ゲームが中断
されている場合にセットされる特図1中断フラグがセットされているか判定する(ステッ
プY99)。特図1変動表示ゲームは、当該特図1変動表示ゲームの実行中に特図2変動
表示ゲームの結果が第2特別結果(小当り)となって第2特別遊技状態が実行される場合
に、当該第2特別遊技状態の実行中において中断される。
[Special Figure 1 Game Processing]
FIG. 22 shows a special figure 1 game process (step X112) in the timer interrupt process described above.
showed that. In the special figure 1 game process, control of the entire process related to the special figure 1 variable display game and setting of the display of the special figure 1 are performed. In this special figure 1 game process, first, it is determined whether or not the special figure 1 interruption flag that is set when the special figure 1 variable display game is interrupted is set (step Y99). In the special figure 1 variable display game, when the result of the special figure 2 variable display game becomes the second special result (small hit) and the second special gaming state is executed during the execution of the special figure 1 variable display game. , Is interrupted during the execution of the second special game state.

特図1中断フラグがセットされていない場合(ステップY99;N)、すなわち特図1
変動表示ゲームの中断が行われていない場合には、ステップY100へ移行して、以降の
特図1変動表示ゲームに関する処理を行う。一方、特図1中断フラグがセットされている
場合(ステップY99;Y)、すなわち特図1変動表示ゲームが中断されている場合には
、ステップY100〜Y115の特図1変動表示ゲームに関する処理を行わず、ステップ
Y116へ移行する。これにより、特図1変動表示ゲームの中断中は特図1変動表示ゲー
ムが進行せず(特図1ゲーム処理タイマの更新が行われず)、変動表示のみが継続するよ
うになる。
Special figure 1 When the interruption flag is not set (step Y99; N), that is, special figure 1
If the variable display game is not interrupted, the process proceeds to step Y100, and the subsequent processing related to the special figure 1 variable display game is performed. On the other hand, when the special figure 1 interruption flag is set (step Y99; Y), that is, when the special figure 1 variable display game is interrupted, the processing related to the special figure 1 variable display game in steps Y100 to Y115 is performed. Instead, the process proceeds to step Y116. As a result, while the special figure 1 variable display game is interrupted, the special figure 1 variable display game does not proceed (the special figure 1 game processing timer is not updated), and only the variable display continues.

特図1変動表示ゲームに関する処理では、まず、特図2の大当り/小当り中であるか、
すなわち特図2変動表示ゲームの結果が大当り又は小当りになることに基づき実行される
特別遊技状態中であるか判定する(ステップY100)。そして、特図2の大当り/小当
り中である場合(ステップY100;Y)には、ステップY103へ移行する。一方、特
図2の大当り/小当り中でない場合(ステップY100;N)には、大入賞口スイッチ監
視処理(ステップY101)を行い、特定領域スイッチ監視処理(ステップY102)を
行う。
In the processing related to the special figure 1 variable display game, first, whether the big hit / small hit of special figure 2 is in progress.
That is, it is determined whether or not the game is in the special gaming state executed based on the result of the special figure 2 variable display game being a big hit or a small hit (step Y100). Then, when the big hit / small hit in FIG. 2 is in progress (step Y100; Y), the process proceeds to step Y103. On the other hand, when the big hit / small hit of the special figure 2 is not in progress (step Y100; N), the big winning opening switch monitoring process (step Y101) is performed, and the specific area switch monitoring process (step Y102) is performed.

大入賞口スイッチ監視処理では、第1特別変動入賞装置38内に設けられた大入賞口ス
イッチ38a及び第2特別変動入賞装置39内に設けられた大入賞口スイッチ39aでの
遊技球の検出を監視し、大入賞口への入賞に基づいて演出制御装置300に送信する大入
賞口カウントコマンドを設定する処理や、大入賞口へ規定数の入賞があった場合に大入賞
口を閉鎖するための処理を行う。特図1ゲーム処理では、特図1変動表示ゲームの結果が
大当りになることに基づき実行される特別遊技状態について大入賞口スイッチ監視処理を
行うようにしており、特図2変動表示ゲームの結果が大当り又は小当りになることに基づ
き実行される特別遊技状態については後述する特図2ゲーム処理において大入賞口スイッ
チ監視処理を行う。
特定領域スイッチ監視処理では、第1特別変動入賞装置38内に設けられた特定領域ス
イッチ38dでの遊技球の検出を監視し、特定領域(確率作動領域)への遊技球の流入に
基づいて特定領域通過フラグをセットする処理を行う。この特定領域通過フラグがセット
されていることに基づき特別遊技状態を発生させる処理が行われることとなる。
In the large winning opening switch monitoring process, the game ball is detected by the large winning opening switch 38a provided in the first special variable winning device 38 and the large winning opening switch 39a provided in the second special variable winning device 39. To monitor and set the large winning opening count command to be sent to the production control device 300 based on the winning to the large winning opening, and to close the large winning opening when the specified number of winnings are received in the large winning opening. Is processed. In the special figure 1 game processing, the big winning opening switch monitoring process is performed for the special game state executed based on the result of the special figure 1 variable display game being a big hit, and the result of the special figure 2 variable display game. Regarding the special game state executed based on the fact that is a big hit or a small hit, the big winning opening switch monitoring process is performed in the special figure 2 game process described later.
In the specific area switch monitoring process, the detection of the game ball by the specific area switch 38d provided in the first special variable winning device 38 is monitored, and the game ball is specified based on the inflow of the game ball into the specific area (probability operating area). Performs the process of setting the area passage flag. Based on the setting of this specific area passage flag, a process for generating a special gaming state is performed.

次いで、特図1ゲーム処理タイマが0でなければ−1更新し(ステップY103)、特
図1ゲーム処理タイマの値が0であるか判定する(ステップY104)。そして、特図1
ゲーム処理タイマの値が0でない場合(ステップY104;N)、すなわちタイムアップ
していない場合には、ステップY116へ移行する。また、特図1ゲーム処理タイマの値
が0である場合(ステップY104;Y)、すなわちタイムアップした又はすでにタイム
アップしていた場合には、特図1ゲーム処理番号に対応する処理に分岐させるために、ま
ず、参照する特図1ゲームシーケンス分岐テーブルをレジスタに準備し(ステップY10
5)、特図1ゲーム処理番号をロードして準備して(ステップY106)、2バイトデー
タ取得処理を行う(ステップY107)。これにより、特図1ゲームシーケンス分岐テー
ブルから特図1ゲーム処理番号に対応する処理の分岐先アドレスを取得し、特図1ゲーム
処理番号によるサブルーチンコールを行う(ステップY108)。
Next, if the special figure 1 game processing timer is not 0, -1 is updated (step Y103), and it is determined whether the value of the special figure 1 game processing timer is 0 (step Y104). And special figure 1
If the value of the game processing timer is not 0 (step Y104; N), that is, if the time is not up, the process proceeds to step Y116. Further, when the value of the special figure 1 game processing timer is 0 (step Y104; Y), that is, when the time is up or the time is already up, the process is branched to the process corresponding to the special figure 1 game processing number. Therefore, first, the special figure 1 game sequence branch table to be referred to is prepared in the register (step Y10).
5), special figure 1 game processing number is loaded and prepared (step Y106), and 2-byte data acquisition processing is performed (step Y107). As a result, the branch destination address of the process corresponding to the special figure 1 game process number is acquired from the special figure 1 game sequence branch table, and a subroutine call is made according to the special figure 1 game process number (step Y108).

ステップY108にて、特図1ゲーム処理番号が「0」の場合は、特図1変動表示ゲー
ムの変動開始を監視し、特図1変動表示ゲームの変動開始の設定や演出の設定や、特図1
変動中処理を行うために必要な情報の設定等を行う特図1普段処理(ステップY109)
を行う。
ステップY108にて、特図1ゲーム処理番号が「1」の場合は、特図1の停止表示時
間の設定や、特図1表示中処理を行うために必要な情報の設定等を行う特図1変動中処理
(ステップY110)を行う。
ステップY108にて、特図1ゲーム処理番号が「2」の場合は、特図1変動表示ゲー
ムの遊技結果が大当りであれば、大当りの種類に応じたファンファーレコマンドの設定や
、各大当り種類の大入賞口開放パターンに応じたファンファーレ時間の設定や、ファンフ
ァーレ/インターバル中処理を行うために必要な情報の設定等を行う特図1表示中処理(
ステップY111)を行う。
In step Y108, when the special figure 1 game processing number is "0", the fluctuation start of the special figure 1 variable display game is monitored, and the variable start setting and effect setting of the special figure 1 variable display game, and the special Figure 1
Setting information necessary to perform processing during fluctuations Special Figure 1 Normal processing (step Y109)
I do.
In step Y108, when the special figure 1 game processing number is "1", the special figure 1 sets the stop display time, sets the information necessary for performing the special figure 1 display processing, and the like. 1 Perform the variable processing (step Y110).
In step Y108, when the special figure 1 game processing number is "2" and the game result of the special figure 1 variable display game is a big hit, the fanfare command is set according to the type of big hit, and each big hit type Set the fanfare time according to the opening pattern of the big prize opening, set the information necessary for performing the fanfare / interval processing, etc. Special Figure 1 Displaying processing (
Step Y111) is performed.

ステップY108にて、特図1ゲーム処理番号が「3」の場合は、大入賞口の開放時間
の設定や開放回数の更新、大入賞口開放中処理を行うために必要な情報の設定等を行うフ
ァンファーレ/インターバル中処理(ステップY112)を行う。
ステップY108にて、特図1ゲーム処理番号が「4」の場合は、大当りラウンドが最
終ラウンドでなければインターバルコマンドを設定する一方で最終ラウンドであればエン
ディングコマンドを設定する処理や、大入賞口残存球処理を行うために必要な情報の設定
等を行う大入賞口開放中処理(ステップY113)を行う。
In step Y108, when the special figure 1 game processing number is "3", the opening time of the large winning opening is set, the number of opening times is updated, and the information necessary for performing the processing during the opening of the large winning opening is set. Performs fanfare / interval processing (step Y112).
In step Y108, when the special figure 1 game processing number is "4", the process of setting the interval command if the jackpot round is not the final round, while setting the ending command if it is the final round, or the big winning opening. The large winning opening opening processing (step Y113) for setting the information necessary for performing the remaining ball processing is performed.

ステップY108にて、特図1ゲーム処理番号が「5」の場合は、大当りラウンドが最
終ラウンドであれば大入賞口内にある残存球が排出されるための時間を設定する処理や、
特図1大当り終了処理を行うために必要な情報の設定等を行う大入賞口残存球処理(ステ
ップY114)を行う。
ステップY108にて、特図1ゲーム処理番号が「6」の場合は、特図1普段処理(ス
テップY109)を行うために必要な情報の設定等を行う特図1大当り終了処理(ステッ
プY115)を行う。
In step Y108, when the special figure 1 game processing number is "5", if the jackpot round is the final round, a process of setting the time for the remaining balls in the jackpot to be discharged, or
Special Figure 1 The large winning opening remaining ball processing (step Y114) for setting the information necessary for performing the big hit end processing is performed.
In step Y108, when the special figure 1 game processing number is "6", the special figure 1 jackpot end process (step Y115) for setting the information necessary for performing the special figure 1 normal process (step Y109). I do.

その後、特図1表示器51の変動を制御するための特図1変動制御テーブルを準備し(
ステップY116)、特図1表示器51に係る図柄変動制御処理(ステップY117)を
行い、レバーソレノイド38fの動作を制御するレバーソレノイド制御処理(ステップY
118)を行って、特図1ゲーム処理を終了する。この特図1ゲーム処理が第1変動表示
ゲーム(特図1変動表示ゲーム)に関する一連の実行制御を行う処理をなす。
After that, a special figure 1 fluctuation control table for controlling the fluctuation of the special figure 1 display 51 is prepared (
Step Y116), the lever solenoid control process (step Y116) that controls the operation of the lever solenoid 38f by performing the symbol variation control process (step Y117) related to the special figure 1 display 51.
118) is performed to end the special figure 1 game processing. This special figure 1 game process is a process for performing a series of execution control related to the first variable display game (special figure 1 variable display game).

〔特図2ゲーム処理〕
図23及び図24には、上述のタイマ割込み処理における特図2ゲーム処理(ステップ
X113)を示した。特図2ゲーム処理では、特図2変動表示ゲームに関する処理全体の
制御、特図2の表示の設定を行う。特図2ゲーム処理は、基本的には上述の特図1ゲーム
処理と同様の処理を特図2について行うものである。
[Special Figure 2 Game Processing]
23 and 24 show the special figure 2 game processing (step X113) in the above-mentioned timer interrupt processing. In the special figure 2 game process, control of the entire process related to the special figure 2 variable display game and setting of the display of the special figure 2 are performed. The special figure 2 game processing is basically the same processing as the special figure 1 game processing described above for the special figure 2.

この特図2ゲーム処理では、まず、特図1の大当り中であるか、すなわち特図1変動表
示ゲームの結果が大当りになることに基づき実行される特別遊技状態中であるか判定する
(ステップY130)。そして、特図1の大当り中である場合(ステップY130;Y)
には、ステップY133へ移行する。また、特図1の大当り中でない場合(ステップY1
30;N)には、大入賞口スイッチ監視処理(ステップY131)を行い、特定領域スイ
ッチ監視処理(ステップY132)を行う。
In this special figure 2 game process, first, it is determined whether the special figure 1 is in the big hit, that is, in the special game state executed based on the result of the special figure 1 variable display game being the big hit (step). Y130). Then, when the jackpot in Special Figure 1 is in progress (step Y130; Y)
To step Y133. Also, when the jackpot in Special Figure 1 is not in progress (step Y1
In 30; N), the big winning opening switch monitoring process (step Y131) is performed, and the specific area switch monitoring process (step Y132) is performed.

大入賞口スイッチ監視処理では、第1特別変動入賞装置38内に設けられた大入賞口ス
イッチ38a及び第2特別変動入賞装置39内に設けられた大入賞口スイッチ39aでの
遊技球の検出を監視し、大入賞口への入賞に基づいて演出制御装置300に送信する大入
賞口カウントコマンドを設定する処理や、大入賞口へ規定数の入賞があった場合に大入賞
口を閉鎖するための処理を行う。特図2ゲーム処理では、特図2変動表示ゲームの結果が
大当り又は小当りになることに基づき実行される特別遊技状態について大入賞口スイッチ
監視処理を行うようにしており、特図1変動表示ゲームの結果が大当りになることに基づ
き実行される特別遊技状態については上述した特図1ゲーム処理において大入賞口スイッ
チ監視処理を行う。
特定領域スイッチ監視処理では、第1特別変動入賞装置38内に設けられた特定領域ス
イッチ38dでの遊技球の検出を監視し、特定領域(確率作動領域)への遊技球の流入に
基づいて特定領域通過フラグをセットする処理を行う。この特定領域通過フラグがセット
されていることに基づき特別遊技状態を発生させる処理が行われることとなる。
In the large winning opening switch monitoring process, the game ball is detected by the large winning opening switch 38a provided in the first special variable winning device 38 and the large winning opening switch 39a provided in the second special variable winning device 39. To monitor and set the large winning opening count command to be sent to the production control device 300 based on the winning to the large winning opening, and to close the large winning opening when the specified number of winnings are received in the large winning opening. Is processed. In the special figure 2 game processing, the big winning opening switch monitoring process is performed for the special game state executed based on the result of the special figure 2 variable display game being a big hit or a small hit, and the special figure 1 variable display Regarding the special game state executed based on the result of the game being a big hit, the big winning opening switch monitoring process is performed in the above-mentioned special figure 1 game process.
In the specific area switch monitoring process, the detection of the game ball by the specific area switch 38d provided in the first special variable winning device 38 is monitored, and the game ball is specified based on the inflow of the game ball into the specific area (probability operating area). Performs the process of setting the area passage flag. Based on the setting of this specific area passage flag, a process for generating a special gaming state is performed.

次いで、特図2ゲーム処理タイマが0でなければ−1更新し(ステップY133)、特
図2ゲーム処理タイマの値が0であるか判定する(ステップY134)。そして、特図2
ゲーム処理タイマの値が0でない場合(ステップY134;N)、すなわちタイムアップ
していない場合には、ステップY153へ移行する。また、特図2ゲーム処理タイマの値
が0である場合(ステップY134;Y)、すなわちタイムアップした又はすでにタイム
アップしていた場合には、特図2ゲーム処理タイマの繰り返し回数が0であるか判定する
(ステップY135)。
Next, if the special figure 2 game processing timer is not 0, -1 is updated (step Y133), and it is determined whether the value of the special figure 2 game processing timer is 0 (step Y134). And special figure 2
If the value of the game processing timer is not 0 (step Y134; N), that is, if the time is not up, the process proceeds to step Y153. Further, when the value of the special figure 2 game processing timer is 0 (step Y134; Y), that is, when the time is up or the time is already up, the number of repetitions of the special figure 2 game processing timer is 0. (Step Y135).

特図2ゲーム処理タイマの繰り返し回数が0でない場合(ステップY135;N)には
、特図2ゲーム処理タイマの繰り返し回数を−1更新し(ステップY136)、特図2ゲ
ーム処理タイマ領域に長変動用タイマ値(例えば60000m秒)をセーブして(ステッ
プY137)、ステップY153へ移行する。
小当りの発生確率が高い特図2変動表示ゲームを通常遊技状態で遊技者が意図的に実行
することを防止するため、通常遊技状態における特図2変動表示ゲームの変動時間は非常
に長い時間(例えば10分)とされている。しかし、特図2ゲーム処理タイマとして利用
できる領域は限られているため、タイマ初期値として上限値を設定しても変動時間を一度
で計時することは困難である。そこで、規定時間(例えば60000m秒)の計時を行う
回数である繰り返し回数を用いて複数回の計時により変動時間を計時するようにしている
When the number of repetitions of the special figure 2 game processing timer is not 0 (step Y135; N), the number of repetitions of the special figure 2 game processing timer is updated by -1 (step Y136), and the special figure 2 game processing timer area is extended. The fluctuation timer value (for example, 60,000 msec) is saved (step Y137), and the process proceeds to step Y153.
In order to prevent the player from intentionally executing the special figure 2 variable display game with a high probability of small hits in the normal gaming state, the variable time of the special figure 2 variable display game in the normal gaming state is very long. (For example, 10 minutes). However, since the area that can be used as the special figure 2 game processing timer is limited, it is difficult to measure the fluctuation time at once even if the upper limit value is set as the initial value of the timer. Therefore, the fluctuation time is measured by a plurality of times using the number of repetitions, which is the number of times the time is measured for a specified time (for example, 60,000 msec).

特図2ゲーム処理タイマの繰り返し回数が0である場合(ステップY135;Y)には
、特図2ゲーム処理番号に対応する処理に分岐させるために、まず、参照する特図2ゲー
ムシーケンス分岐テーブルをレジスタに準備し(ステップY138)、特図2ゲーム処理
番号をロードして準備して(ステップY139)、2バイトデータ取得処理を行う(ステ
ップY140)。これにより、特図2ゲームシーケンス分岐テーブルを用いて特図2ゲー
ム処理番号に対応する処理の分岐先アドレスを取得し、特図2ゲーム処理番号によるサブ
ルーチンコールを行う(ステップY141)。
When the number of repetitions of the special figure 2 game processing timer is 0 (step Y135; Y), in order to branch to the processing corresponding to the special figure 2 game processing number, first, the special figure 2 game sequence branch table to be referred to is used. Is prepared in the register (step Y138), the special figure 2 game processing number is loaded and prepared (step Y139), and 2-byte data acquisition processing is performed (step Y140). As a result, the branch destination address of the process corresponding to the special figure 2 game processing number is acquired by using the special figure 2 game sequence branch table, and the subroutine call by the special figure 2 game processing number is performed (step Y141).

ステップY141にて、特図2ゲーム処理番号が「0」の場合は、特図2変動表示ゲー
ムの変動開始を監視し、特図2変動表示ゲームの変動開始の設定や演出の設定や、特図2
変動中処理を行うために必要な情報の設定等を行う特図2普段処理(ステップY142)
を行う。
ステップY141にて、特図2ゲーム処理番号が「1」の場合は、特図2の停止表示時
間の設定や、特図2表示中処理を行うために必要な情報の設定等を行う特図2変動中処理
(ステップY143)を行う。
ステップY141にて、特図2ゲーム処理番号が「2」の場合は、特図2変動表示ゲー
ムの遊技結果が大当りであれば、大当りの種類に応じたファンファーレコマンドの設定や
、各大当り種類の大入賞口開放パターンに応じたファンファーレ時間の設定や、ファンフ
ァーレ/インターバル中処理を行うために必要な情報の設定等を行う特図2表示中処理(
ステップY144)を行う。
In step Y141, when the special figure 2 game processing number is "0", the fluctuation start of the special figure 2 variation display game is monitored, and the fluctuation start setting and effect setting of the special figure 2 variation display game, and the special figure 2 variation display game are set. Figure 2
Special Figure 2 Normal processing (step Y142) to set information necessary for performing processing during fluctuations
I do.
In step Y141, when the special figure 2 game processing number is "1", the special figure 2 sets the stop display time, sets the information necessary for performing the special figure 2 display processing, and the like. 2 Perform the variable processing (step Y143).
In step Y141, when the special figure 2 game processing number is "2", if the game result of the special figure 2 variable display game is a big hit, the fanfare command is set according to the type of big hit, and each big hit type Setting the fanfare time according to the opening pattern of the big winning opening, setting the information necessary for performing the fanfare / interval processing, etc. Special Figure 2 Displaying processing (
Step Y144) is performed.

ステップY141にて、特図2ゲーム処理番号が「3」の場合は、大入賞口の開放時間
の設定や開放回数の更新、大入賞口開放中処理を行うために必要な情報の設定等を行うフ
ァンファーレ/インターバル中処理(ステップY145)を行う。
ステップY141にて、特図2ゲーム処理番号が「4」の場合は、大当りラウンドが最
終ラウンドでなければインターバルコマンドを設定する一方で最終ラウンドであればエン
ディングコマンドを設定する処理や、大入賞口残存球処理を行うために必要な情報の設定
等を行う大入賞口開放中処理(ステップY146)を行う。
In step Y141, when the special figure 2 game processing number is "3", the opening time of the large winning opening is set, the number of opening times is updated, and the information necessary for performing the processing during the opening of the large winning opening is set. Perform fanfare / interval processing (step Y145).
In step Y141, when the special figure 2 game processing number is "4", the process of setting the interval command if the jackpot round is not the final round, while setting the ending command if it is the final round, or the big winning opening. The large winning opening opening processing (step Y146) for setting the information necessary for performing the remaining ball processing is performed.

ステップY141にて、特図2ゲーム処理番号が「5」の場合は、大当りラウンドが最
終ラウンドであれば大入賞口内にある残存球が排出されるための時間を設定する処理や、
特図2大当り終了処理を行うために必要な情報の設定等を行う大入賞口残存球処理(ステ
ップY147)を行う。
ステップY141にて、特図2ゲーム処理番号が「6」の場合は、特図2普段処理(ス
テップY108)を行うために必要な情報の設定等を行う特図2大当り終了処理(ステッ
プY148)を行う。
In step Y141, when the special figure 2 game processing number is "5", if the jackpot round is the final round, a process of setting the time for the remaining balls in the jackpot to be discharged, or
Special figure 2 The large winning opening remaining ball processing (step Y147) for setting information necessary for performing the big hit end processing is performed.
In step Y141, when the special figure 2 game processing number is "6", special figure 2 jackpot end processing (step Y148) for setting information necessary for performing special figure 2 normal processing (step Y108). I do.

ステップY141にて、特図2ゲーム処理番号が「7」の場合は、小当りが発生した際
の大入賞口の開放時間・開放パターンの設定、ファンファーレコマンドの設定、小当り中
処理を行うために必要な情報の設定等を行う小当りファンファーレ中処理(ステップY1
49)を行う。
ステップY141にて、特図2ゲーム処理番号が「8」の場合は、エンディングコマン
ドの設定や小当り残存球処理を行うために必要な情報の設定等を行う小当り中処理(ステ
ップY150)を行う。
In step Y141, when the special figure 2 game processing number is "7", the opening time / opening pattern of the large winning opening when a small hit occurs, the fanfare command is set, and the small hit medium processing is performed. Processing during small hit fanfare (step Y1) to set the information required for
49).
In step Y141, when the special figure 2 game processing number is "8", the small hit middle processing (step Y150) for setting the ending command and the information necessary for performing the small hit remaining ball processing is performed. Do.

ステップY141にて、特図2ゲーム処理番号が「9」の場合は、小当り中処理の際に
大入賞口内に入賞した残存球が排出されるための時間を設定する処理や、小当り終了処理
を行うために必要な情報の設定等を行う小当り残存球処理(ステップY151)を行う。
ステップY141にて、特図2ゲーム処理番号が「10」の場合は、特図2普段処理を
行うために必要な情報の設定等を行う特図2小当り終了処理(ステップY152)を行う
In step Y141, when the special figure 2 game processing number is "9", the processing for setting the time for the remaining balls that have won in the large winning opening during the small hit medium processing and the small hit end. The small hit remaining ball processing (step Y151) for setting the information necessary for performing the processing is performed.
In step Y141, when the special figure 2 game processing number is "10", the special figure 2 small hit end process (step Y152) for setting information necessary for performing the special figure 2 normal processing is performed.

その後、特図2表示器52の変動を制御するための特図2変動制御テーブルを準備し(
ステップY153)、特図2表示器52に係る図柄変動制御処理(ステップY154)を
行い、レバーソレノイド38fの動作を制御するレバーソレノイド制御処理(ステップY
155)を行って、特図2ゲーム処理を終了する。この特図2ゲーム処理が第2変動表示
ゲーム(特図2変動表示ゲーム)に関する一連の実行制御を行う処理をなす。以上の特図
2ゲーム処理は、基本的には上述の特図1ゲーム処理と同様の処理を特図2について行う
ものであり、以降の説明では特図1ゲーム処理と特図2ゲーム処理とで対応する処理を並
行して説明する。
After that, a special figure 2 fluctuation control table for controlling the fluctuation of the special figure 2 display 52 is prepared (
Step Y153), a lever solenoid control process (step Y) that controls the operation of the lever solenoid 38f by performing the symbol variation control process (step Y154) related to the special figure 2 display 52.
155) is performed to end the special figure 2 game processing. This special figure 2 game process performs a process of performing a series of execution control regarding the second variable display game (special figure 2 variable display game). The above special figure 2 game processing basically performs the same processing as the special figure 1 game processing described above for the special figure 2, and in the following description, the special figure 1 game processing and the special figure 2 game processing. The corresponding processing will be described in parallel in.

〔特図1普段処理〕
図25には、上述の特図1ゲーム処理における特図1普段処理(ステップY109)を
示した。この特図1普段処理では、まず、特図1が変動開始可能であるか判定する(ステ
ップY201)。この判定における特図1が変動開始可能である状態とは、大当り又は小
当りとなる特図2変動表示ゲームの変動停止から特別遊技状態の終了までの間でないこと
である。なお、特図1変動表示ゲームの実行中や特図1変動表示ゲームに基づく特別遊技
状態中も変動開始できない状態ではあるが、その場合は特図1普段処理が実行されていな
い状態であるため、ここではこれについては判定しなくても良い。
[Special figure 1 Normal processing]
FIG. 25 shows the special figure 1 normal process (step Y109) in the above-mentioned special figure 1 game process. In this special figure 1 normal processing, first, it is determined whether or not the special figure 1 can start fluctuation (step Y201). The state in which the special figure 1 in this determination can start the fluctuation is not between the stop of the fluctuation of the special figure 2 fluctuation display game, which is a big hit or a small hit, and the end of the special gaming state. In addition, although it is in a state where the fluctuation cannot be started even during the execution of the special figure 1 variable display game or the special game state based on the special figure 1 variable display game, in that case, since the special figure 1 normal processing is not executed. , It is not necessary to judge this here.

特図1が変動開始可能でない場合(ステップY201;N)には、特図1ゲーム処理番
号として「0」を設定し(ステップY216)、特図1ゲーム処理番号領域に処理番号を
セーブして(ステップY217)、特図1普段処理を終了する。また、特図1が変動開始
可能である場合(ステップY201;Y)には、左打ち指示報知済みであるか、すなわち
左打ち指示報知フラグがセットされているか判定する(ステップY202)。
左打ち指示報知済みである場合(ステップY202;Y)には、ステップY206へ移
行する。また、左打ち指示報知済みでない場合(ステップY202;N)には、左打ち指
示報知コマンドを準備し(ステップY203)、演出コマンド設定処理(ステップY20
4)を行って、左打ち指示報知フラグをセットする(ステップY205)。左打ち指示報
知フラグは、特定遊技状態が終了する際にクリアされるようになっており、これにより通
常遊技状態に移行する際に左打ち指示報知が行われることとなる。
If the special figure 1 is not capable of starting fluctuation (step Y201; N), "0" is set as the special figure 1 game processing number (step Y216), and the processing number is saved in the special figure 1 game processing number area. (Step Y217), Special Figure 1 The normal processing is completed. Further, when the special figure 1 is capable of starting fluctuation (step Y201; Y), it is determined whether the left-handed instruction notification has been completed, that is, whether the left-handed instruction notification flag is set (step Y202).
If the left-handed instruction has been notified (step Y202; Y), the process proceeds to step Y206. If the left-handed instruction notification has not been notified (step Y202; N), the left-handed instruction notification command is prepared (step Y203), and the effect command setting process (step Y20)
4) is performed to set the left-handed instruction notification flag (step Y205). The left-handed instruction notification flag is cleared when the specific game state ends, so that the left-handed instruction notification is performed when shifting to the normal game state.

次いで、特図1保留数が0であるか判定し(ステップY206)、特図1保留数が0で
ある場合(ステップY206;Y)には、ステップY216へ移行する。また、特図1保
留数が0でない場合(ステップY206;N)には、現在の確率状態に対応する変動開始
確率情報コマンドを準備し(ステップY207)、演出コマンド設定処理(ステップY2
08)を行う。その後、特図1変動表示ゲームに関する情報の設定等を行う特図1変動開
始処理(ステップY209)を行い、特図1保留数に対応する飾り特図1保留数コマンド
を準備して(ステップY210)、演出コマンド設定処理(ステップY211)を行う。
なお、飾り特図保留数コマンドを準備する処理(ステップY210)を行う時点では特図
1変動表示ゲームの開始に基づく特図1保留数の減算は行われておらず、現在の特図1保
留数から−1した特図1保留数に対応する保留数コマンドを準備している。その後、時間
短縮変動回数に対応する残り遊技回数コマンドを準備して(ステップY212)、演出コ
マンド設定処理(ステップY213)を行う。
Next, it is determined whether the number of reserved special figures 1 is 0 (step Y206), and if the number of reserved special figures 1 is 0 (step Y206; Y), the process proceeds to step Y216. Further, when the number of reserved special figures 1 is not 0 (step Y206; N), a fluctuation start probability information command corresponding to the current probability state is prepared (step Y207), and an effect command setting process (step Y2) is prepared.
08) is performed. After that, the special figure 1 fluctuation start process (step Y209) for setting the information related to the special figure 1 fluctuation display game is performed, and the decorative special figure 1 hold number command corresponding to the special figure 1 hold number is prepared (step Y210). ), The effect command setting process (step Y211) is performed.
At the time of performing the process of preparing the decorative special figure hold number command (step Y210), the special figure 1 hold number is not subtracted based on the start of the special figure 1 variable display game, and the current special figure 1 hold is not performed. A hold number command corresponding to the special figure 1 hold number subtracted from the number is prepared. After that, the remaining game count command corresponding to the time reduction fluctuation number is prepared (step Y212), and the effect command setting process (step Y213) is performed.

次に、特図ステータス領域に特図1変動中をセット(情報加算)する(ステップY21
4)。ここで特図ステータスとは、特図変動表示ゲームの状態を示すものであり、0〜5
の何れかがセットされる。特図ステータス0は特図1変動表示ゲームと特図2変動表示ゲ
ームの何れも実行されていない状態を示し、特図ステータス1は特図1変動表示ゲームの
みが実行されている状態を示し、特図ステータス2は特図2変動表示ゲームのみが実行さ
れている状態を示す。また、特図ステータス3は特図1変動表示ゲームと特図2変動表示
ゲームの両方が実行されている状態を示し、特図ステータス4は大当りに基づく特別遊技
状態である第1特別遊技状態であることを示し、特図ステータス5は小当りに基づく特別
遊技状態である第2特別遊技状態であることを示す。ここでは特図1変動表示ゲームが開
始されるので、特図ステータスとして1又は3がセットされる。その後、特図1変動中処
理移行設定処理(ステップY215)を行って、特図1普段処理を終了する。
Next, the special figure 1 changing state is set (information addition) in the special figure status area (step Y21).
4). Here, the special figure status indicates the state of the special figure variation display game, and is 0 to 5.
Is set. Special figure status 0 indicates a state in which neither the special figure 1 variable display game nor the special figure 2 variable display game is executed, and special figure status 1 indicates a state in which only the special figure 1 variable display game is executed. The special figure status 2 indicates a state in which only the special figure 2 variable display game is being executed. Further, the special figure status 3 indicates a state in which both the special figure 1 variable display game and the special figure 2 variable display game are being executed, and the special figure status 4 is the first special game state which is a special game state based on the jackpot. The special figure status 5 indicates that the game is in the second special game state, which is a special game state based on a small hit. Here, since the special figure 1 variable display game is started, 1 or 3 is set as the special figure status. After that, the special figure 1 changing process transition setting process (step Y215) is performed to end the special figure 1 normal process.

〔特図2普段処理〕
図26には、上述の特図2ゲーム処理における特図2普段処理(ステップY142)を
示した。この特図2普段処理では、まず、特図2が変動開始可能であるか判定する(ステ
ップY221)。この判定における特図2が変動開始可能である状態とは、大当りとなる
特図1変動表示ゲームの変動停止から特別遊技状態の終了までの間でないことである。な
お、特図2変動表示ゲームの実行中や特図2変動表示ゲームに基づく特別遊技状態中も変
動開始できない状態ではあるが、その場合は特図2普段処理が実行されていない状態であ
るため、ここではこれについては判定しなくても良い。
[Special figure 2 Normal processing]
FIG. 26 shows the special figure 2 normal processing (step Y142) in the above-mentioned special figure 2 game processing. In this special figure 2 normal processing, first, it is determined whether or not the special figure 2 can start to fluctuate (step Y221). The state in which the special figure 2 in this determination can start the fluctuation is not between the stop of the fluctuation of the special figure 1 fluctuation display game, which is a big hit, and the end of the special gaming state. It should be noted that although the fluctuation cannot be started even during the execution of the special figure 2 variable display game or the special game state based on the special figure 2 variable display game, in that case, the special figure 2 normal processing is not executed. , It is not necessary to judge this here.

特図2が変動開始可能でない場合(ステップY221;N)には、特図2ゲーム処理番
号として「0」を設定し(ステップY238)、特図2ゲーム処理番号領域に処理番号を
セーブして(ステップY239)、特図2普段処理を終了する。また、特図2が変動開始
可能である場合(ステップY221;Y)には、特図2保留数が0であるか判定する(ス
テップY222)。
When the special figure 2 cannot start changing (step Y221; N), "0" is set as the special figure 2 game processing number (step Y238), and the processing number is saved in the special figure 2 game processing number area. (Step Y239), Special Figure 2 The normal processing is completed. Further, when the special figure 2 can start to fluctuate (step Y221; Y), it is determined whether or not the number of reserved special figures 2 is 0 (step Y222).

そして、特図2保留数が0でない場合(ステップY222;N)には、現在の確率状態
に対応する変動開始確率情報コマンドを準備し(ステップY223)、演出コマンド設定
処理(ステップY224)を行う。その後、特図2変動表示ゲームに関する情報の設定等
を行う特図2変動開始処理(ステップY225)を行い、特図2保留数に対応する飾り特
図2保留数コマンドを準備して(ステップY226)、演出コマンド設定処理(ステップ
Y227)を行う。なお、飾り特図保留数コマンドを準備する処理(ステップY226)
を行う時点では特図2変動表示ゲームの開始に基づく特図2保留数の減算は行われておら
ず、現在の特図2保留数から−1した特図2保留数に対応する保留数コマンドを準備して
いる。その後、時間短縮変動回数に対応する残り遊技回数コマンドを準備して(ステップ
Y228)、演出コマンド設定処理(ステップY229)を行う。
Then, when the number of reserved special figures 2 is not 0 (step Y222; N), the fluctuation start probability information command corresponding to the current probability state is prepared (step Y223), and the effect command setting process (step Y224) is performed. .. After that, the special figure 2 fluctuation start process (step Y225) for setting the information related to the special figure 2 fluctuation display game is performed, and the decorative special figure 2 hold number command corresponding to the special figure 2 hold number is prepared (step Y226). ), The effect command setting process (step Y227) is performed. The process of preparing the decoration special figure hold number command (step Y226).
At the time of performing, the special figure 2 hold number is not subtracted based on the start of the special figure 2 variable display game, and the hold number command corresponding to the special figure 2 hold number -1 from the current special figure 2 hold number. Is preparing. After that, the remaining game count command corresponding to the time reduction fluctuation number is prepared (step Y228), and the effect command setting process (step Y229) is performed.

次に、特図ステータス領域に特図2変動中をセット(情報加算)する(ステップY23
0)。ここでは特図2変動表示ゲームが開始されるので、特図ステータスとして2又は3
がセットされる。その後、特図2変動中処理移行設定処理(ステップY231)を行って
、特図2普段処理を終了する。
Next, the special figure 2 changing state is set (information addition) in the special figure status area (step Y23).
0). Here, since the special figure 2 variable display game is started, 2 or 3 as the special figure status
Is set. After that, the special figure 2 changing process transition setting process (step Y231) is performed to end the special figure 2 normal process.

一方、特図2保留数が0である場合(ステップY222;Y)には、特図1保留数が0
であるか判定する(ステップY232)。そして、特図1保留数が0である場合(ステッ
プY232;Y)には、特図1が変動中であるか判定する(ステップY233)。そして
、特図1が変動中でない場合(ステップY233;N)には、客待ちデモが開始済みであ
るか判定し(ステップY234)、開始済みでない場合(ステップY234;N)には、
客待ち状態の設定に関する処理を行う。また、特図1保留数が0でない場合(ステップY
232;N)、特図1が変動中である場合(ステップY233;Y)又は客待ちデモが開
始済みである場合(ステップY234;Y)には、ステップY238へ移行する。
On the other hand, when the special figure 2 hold number is 0 (step Y222; Y), the special figure 1 hold number is 0.
Is determined (step Y232). Then, when the number of reserved special figures 1 is 0 (step Y232; Y), it is determined whether or not the special figure 1 is changing (step Y233). Then, when the special figure 1 is not changing (step Y233; N), it is determined whether the customer waiting demo has been started (step Y234), and when it has not been started (step Y234; N), it is determined.
Performs processing related to setting the customer waiting state. Further, when the number of reserved special figures 1 is not 0 (step Y).
232; N), when the special figure 1 is changing (step Y233; Y) or when the customer waiting demo has been started (step Y234; Y), the process proceeds to step Y238.

客待ち状態の設定に関する処理では、まず、客待ちデモフラグ領域に客待ちデモ中フラ
グをセットし(ステップY235)、現在の確率状態に対応する客待ちデモコマンドを準
備して(ステップY236)、演出コマンド設定処理(ステップY237)を行い、ステ
ップY238へ移行する。客待ちデモコマンドを現在の確率状態に対応するものとするこ
とで、確率状態に応じて異なる客待ち画面を表示することが可能となる。
In the process related to the setting of the customer waiting state, first, the customer waiting demo flag area is set (step Y235), the customer waiting demo command corresponding to the current probability state is prepared (step Y236), and the effect is produced. The command setting process (step Y237) is performed, and the process proceeds to step Y238. By making the customer waiting demo command correspond to the current probability state, it is possible to display different customer waiting screens according to the probability state.

また、何らかの原因により演出制御装置300が再起動した場合、バックアップ機能を
備えない演出制御装置300は遊技状態の情報を喪失してしまうため、適切な演出を行う
ことができなくなってしまうが、客待ちデモコマンドを現在の確率状態に対応するものと
することで、このコマンドの受信からは遊技状態に応じた演出を行うことができ、遊技状
態の変更に基づく確率情報コマンドが送信されるのを待つよりも早く遊技状態に応じた演
出に復帰できるようになる。
Further, if the effect control device 300 is restarted for some reason, the effect control device 300 that does not have the backup function loses the game state information, so that it becomes impossible to perform an appropriate effect. By making the waiting demo command correspond to the current probability state, it is possible to produce an effect according to the game state from the reception of this command, and the probability information command based on the change in the game state is transmitted. You will be able to return to the production according to the game state faster than waiting.

また、本実施形態の遊技機では、特図1変動表示ゲームと特図2変動表示ゲームとが同
時に実行可能であり、特図1変動表示ゲームについての処理によって確率状態が変化する
ことも考えられるので、特図変動表示ゲームの開始ごとに変動開始確率情報コマンドを送
信するようにしている(ステップY207,Y223)。これにより、演出制御装置30
0において遊技状態に応じた適切な演出を行うことが可能となる。
Further, in the gaming machine of the present embodiment, the special figure 1 variable display game and the special figure 2 variable display game can be executed at the same time, and it is conceivable that the probability state changes depending on the processing of the special figure 1 variable display game. Therefore, the fluctuation start probability information command is transmitted every time the special figure fluctuation display game is started (steps Y207 and Y223). As a result, the effect control device 30
At 0, it is possible to perform an appropriate effect according to the game state.

また、変動開始確率情報コマンドを特図変動表示ゲームの開始ごとに送信するようにし
たことで、演出制御装置300が再起動した場合でもこのコマンドの受信からは遊技状態
に応じた演出を行うことができ、遊技状態の変更に基づく確率情報コマンドが送信される
のを待つよりも早く遊技状態に応じた演出に復帰できるようになる。なお、客待ちデモコ
マンドや変動開始確率情報コマンドに、演出制御装置300が再起動した場合に遊技状態
に応じた演出に復帰できるようにするためのその他の情報を含ませるようにしても良い。
In addition, by transmitting the fluctuation start probability information command each time the special figure fluctuation display game starts, even if the effect control device 300 is restarted, the effect according to the game state can be performed from the reception of this command. This makes it possible to return to the effect according to the game state faster than waiting for the probability information command based on the change in the game state to be transmitted. The customer waiting demo command and the fluctuation start probability information command may include other information for allowing the effect control device 300 to return to the effect according to the game state when the effect control device 300 is restarted.

〔特図1変動開始処理〕
図27(a)には、上述の特図1普段処理における特図1変動開始処理(ステップY2
09)を示した。特図1変動開始処理は、特図1変動表示ゲームの開始時に行う処理であ
る。この特図1変動開始処理では、まず、特図保留情報判定処理において変動パターンの
振り分けに用いる特図1情報設定フラグをセットする(ステップY241)。次いで、R
WMの特図1転落抽選乱数格納領域(保留数1用)から乱数をロードして準備し(ステッ
プY242)、特図1転落抽選乱数格納領域(保留数1用)を0クリアして(ステップY
243)、高確率状態から低確率状態への移行を抽選する転落抽選処理(ステップY24
4)を行う。なお、保留数1用とは、消化順序が最先(ここでは特図1のうちで最先)の
特図始動記憶についての情報(乱数等)を格納する領域である。
[Special Figure 1 Fluctuation Start Processing]
FIG. 27A shows the special figure 1 fluctuation start process (step Y2) in the above-mentioned special figure 1 normal process.
09) was shown. The special figure 1 variation start process is a process performed at the start of the special figure 1 variation display game. In the special figure 1 fluctuation start process, first, the special figure 1 information setting flag used for sorting the fluctuation pattern in the special figure hold information determination process is set (step Y241). Then R
WM special figure 1 fall lottery random number storage area (for hold number 1) is loaded with random numbers and prepared (step Y242), and special figure 1 fall lottery random number storage area (for hold number 1) is cleared to 0 (step). Y
243), fall lottery process (step Y24) to draw a lottery for the transition from the high probability state to the low probability state.
4) is performed. The number of hold numbers 1 is an area for storing information (random numbers, etc.) about the special figure start memory having the earliest digestion order (here, the earliest in the special figure 1).

次に、特図1変動表示ゲームの結果情報としてはずれ情報又は大当り情報を設定する大
当りフラグ1設定処理(ステップY245)を行い、特図1停止図柄(図柄情報)の設定
に係る特図1停止図柄設定処理(ステップY246)を行う。そして、変動パターンを設
定するためのパラメータである特図情報を設定する特図1情報設定処理(ステップY24
7)を行い、特図1変動表示ゲームの変動パターンの設定に関する種々の情報を参照する
ための情報が設定されたテーブルである特図1変動パターン設定情報テーブルを準備する
(ステップY248)。
Next, the jackpot flag 1 setting process (step Y245) for setting the missed information or the jackpot information as the result information of the special figure 1 variable display game is performed, and the special figure 1 stop related to the setting of the special figure 1 stop symbol (symbol information) is performed. The symbol setting process (step Y246) is performed. Then, the special figure 1 information setting process (step Y24) for setting the special figure information which is a parameter for setting the fluctuation pattern.
7) is performed to prepare a special figure 1 variation pattern setting information table, which is a table in which information for referring to various information regarding the setting of the variation pattern of the special figure 1 variation display game is set (step Y248).

その後、特図1変動表示ゲームにおける変動態様である変動パターンを設定する特図1
変動パターン設定処理(ステップY249)を行い、特図1変動表示ゲームの変動開始の
情報を設定する変動開始情報設定処理(ステップY250)を行って、時間短縮変動回数
更新処理(ステップY251)を行う。次いで、処理番号として特図1変動中処理にかか
る「1」を設定し(ステップY252)、特図ゲーム処理番号領域に処理番号をセーブす
る(ステップY253)。
After that, in the special figure 1 variation display game, the variation pattern, which is the variation mode in the game, is set.
The variation pattern setting process (step Y249) is performed, the variation start information setting process (step Y250) for setting the variation start information of the special figure 1 variation display game is performed, and the time reduction variation number update process (step Y251) is performed. .. Next, "1" related to the special figure 1 changing process is set as the process number (step Y252), and the process number is saved in the special figure game process number area (step Y253).

次に、客待ちデモフラグ領域をクリアし(ステップY254)、特図1の変動開始に関
する信号(例えば、特別図柄1変動中信号をON)を試験信号出力データ領域にセーブす
る(ステップY255)。その後、特図1変動制御フラグ領域に変動中フラグをセーブし
(ステップY256)、特図1点滅制御タイマ領域に点滅制御タイマ(特図1表示器51
の点滅の周期のタイマ)の初期値(ここでは100m秒)をセーブし(ステップY257
)、特図1変動中図柄番号領域に初期値(ここではブランク図柄を示す「0」)をセーブ
して(ステップY258)、特図1変動開始処理を終了する。
Next, the customer waiting demo flag area is cleared (step Y254), and the signal relating to the start of fluctuation of special figure 1 (for example, the signal during change of special symbol 1 is turned on) is saved in the test signal output data area (step Y255). After that, the changing flag is saved in the special figure 1 fluctuation control flag area (step Y256), and the blinking control timer (special figure 1 display 51) is saved in the special figure 1 blinking control timer area.
Save the initial value (here, 100 ms) of the blinking cycle timer of (step Y257).
), The initial value (here, “0” indicating a blank symbol) is saved in the symbol number area during the change of the special figure 1 (step Y258), and the special figure 1 change start process is terminated.

〔特図2変動開始処理〕
図27(b)には、上述の特図2普段処理における特図2変動開始処理(ステップY2
25)を示した。特図2変動開始処理は、特図2変動表示ゲームの開始時に行う処理であ
る。この特図2変動開始処理では、まず、特図保留情報判定処理において変動パターンの
振り分けに用いる特図2情報設定フラグをセットする(ステップY261)。次いで、R
WMの特図2転落抽選乱数格納領域(保留数1用)から乱数をロードして準備し(ステッ
プY262)、特図2転落抽選乱数格納領域(保留数1用)を0クリアして(ステップY
263)、高確率状態から低確率状態への移行を抽選する転落抽選処理(ステップY26
4)を行う。なお、保留数1用とは、消化順序が最先(ここでは特図2のうちで最先)の
特図始動記憶についての情報(乱数等)を格納する領域である。
[Special figure 2 fluctuation start processing]
FIG. 27 (b) shows the special figure 2 fluctuation start process (step Y2) in the above-mentioned special figure 2 normal process.
25) is shown. The special figure 2 variation start process is a process performed at the start of the special figure 2 variation display game. In the special figure 2 fluctuation start process, first, the special figure 2 information setting flag used for sorting the fluctuation pattern in the special figure hold information determination process is set (step Y261). Then R
WM special figure 2 fall lottery random number storage area (for hold number 1) is loaded with random numbers and prepared (step Y262), and special figure 2 fall lottery random number storage area (for hold number 1) is cleared to 0 (step). Y
263), a fall lottery process for drawing a transition from a high probability state to a low probability state (step Y26).
4) is performed. The number of hold 1 is an area for storing information (random numbers, etc.) about the special figure start memory in which the digestion order is the earliest (here, the earliest in the special figure 2).

次に、特図2変動表示ゲームの結果情報としてはずれ情報、大当り情報又は小当り情報
を設定する大当りフラグ2設定処理(ステップY265)を行い、特図2停止図柄(図柄
情報)の設定に係る特図2停止図柄設定処理(ステップY266)を行う。そして、変動
パターンを設定するためのパラメータである特図情報を設定する特図2情報設定処理(ス
テップY267)を行い、特図2変動表示ゲームの変動パターンの設定に関する種々の情
報を参照するための情報が設定されたテーブルである特図2変動パターン設定情報テーブ
ルを準備する(ステップY268)。
Next, the jackpot flag 2 setting process (step Y265) for setting the missed information, the jackpot information, or the small hit information is performed as the result information of the special figure 2 variable display game, and the setting of the special figure 2 stop symbol (symbol information) is performed. Special figure 2 Stop symbol setting process (step Y266) is performed. Then, the special figure 2 information setting process (step Y267) for setting the special figure information which is a parameter for setting the fluctuation pattern is performed, and various information regarding the setting of the fluctuation pattern of the special figure 2 fluctuation display game is referred to. A special figure 2 variation pattern setting information table, which is a table in which the information of the above is set, is prepared (step Y268).

その後、特図2変動表示ゲームにおける変動態様である変動パターンを設定する特図2
変動パターン設定処理(ステップY269)を行い、特図2変動表示ゲームの変動開始の
情報を設定する変動開始情報設定処理(ステップY270)を行って、時間短縮変動開始
更新処理(ステップY271)を行う。次いで、処理番号として特図2変動中処理にかか
る「1」を設定し(ステップY272)、特図ゲーム処理番号領域に処理番号をセーブす
る(ステップY273)。
After that, in the special figure 2 variation display game, the variation pattern, which is the variation mode in the game, is set.
The variation pattern setting process (step Y269) is performed, the variation start information setting process (step Y270) for setting the variation start information of the special figure 2 variation display game is performed, and the time reduction variation start update process (step Y271) is performed. .. Next, "1" related to the special figure 2 changing process is set as the process number (step Y272), and the process number is saved in the special figure game process number area (step Y273).

次に、客待ちデモフラグ領域をクリアし(ステップY274)、特図2の変動開始に関
する信号(例えば、特別図柄2変動中信号をON)を試験信号出力データ領域にセーブす
る(ステップY275)。その後、特図2変動制御フラグ領域に変動中フラグをセーブし
(ステップY276)、特図2点滅制御タイマ領域に点滅制御タイマ(特図2表示器52
の点滅の周期のタイマ)の初期値(ここでは100m秒)をセーブし(ステップY277
)、特図2変動中図柄番号領域に初期値(ここではブランク図柄を示す「0」)をセーブ
して(ステップY278)、特図2変動開始処理を終了する。
Next, the customer waiting demo flag area is cleared (step Y274), and the signal related to the start of fluctuation of special figure 2 (for example, the signal during change of special symbol 2 is turned ON) is saved in the test signal output data area (step Y275). After that, the changing flag is saved in the special figure 2 fluctuation control flag area (step Y276), and the blinking control timer (special figure 2 indicator 52) is saved in the special figure 2 blinking control timer area.
Save the initial value (here, 100 ms) of the blinking cycle timer (step Y277).
), The initial value (here, "0" indicating a blank symbol) is saved in the symbol number area during the change of the special figure 2 (step Y278), and the special figure 2 change start process is terminated.

なお、上述の特図1変動開始処理や特図2変動開始処理において特図変動表示ゲームの
変動パターンを選択する際に、設定されている確率設定値の情報を参照するようにしても
良い。これにより、確率設定値に応じた変動パターンを選択することや、確率設定値に応
じて変動パターンの選択確率を異ならせるなど、確率設定値を示唆又は報知する演出を実
行可能となる。
In addition, when selecting the fluctuation pattern of the special figure fluctuation display game in the above-mentioned special figure 1 fluctuation start processing and special figure 2 fluctuation start processing, the information of the set probability setting value may be referred to. As a result, it is possible to perform an effect of suggesting or notifying the probability set value, such as selecting a fluctuation pattern according to the probability set value or making the selection probability of the fluctuation pattern different according to the probability set value.

〔転落抽選処理〕
図28には、特図1変動開始処理及び特図2変動開始処理で行われる転落抽選処理(ス
テップY244,Y264)を示した。この転落抽選処理では、まず、特図高確率中であ
るか判定し(ステップY581)、特図高確率中でない場合(ステップY581;N)に
は、転落抽選処理を終了する。また、特図高確率中である場合(ステップY581;Y)
には、対象の転落抽選乱数の値が転落抽選下限判定値未満か判定する(ステップY582
)。なお、転落抽選に当選するとは転落抽選乱数が転落抽選判定値と一致することである
。転落抽選判定値は連続する複数の値であり、転落抽選乱数が、転落抽選判定値の下限の
値である転落抽選下限判定値以上で、かつ、転落抽選判定値の上限の値である転落抽選上
限判定値以下である場合に、転落抽選に当選したと判定される。
[Fall lottery process]
FIG. 28 shows a fall lottery process (steps Y244 and Y264) performed in the special figure 1 fluctuation start process and the special figure 2 change start process. In this fall lottery process, first, it is determined whether or not the special figure has a high probability (step Y581), and if it is not in the special figure high probability (step Y581; N), the fall lottery process ends. In addition, when the special figure is in high probability (step Y581; Y)
Is determined whether the value of the target fall lottery random number is less than the fall lottery lower limit determination value (step Y582).
). Winning the fall lottery means that the fall lottery random number matches the fall lottery determination value. The fall lottery judgment value is a plurality of consecutive values, and the fall lottery random number is equal to or higher than the fall lottery lower limit judgment value which is the lower limit value of the fall lottery judgment value and is the upper limit value of the fall lottery judgment value. If it is equal to or less than the upper limit judgment value, it is determined that the fall lottery has been won.

転落抽選乱数の値が転落抽選下限判定値未満である場合(ステップY582;Y)、す
なわち転落抽選に当選していない場合には、転落抽選処理を終了する。この場合は高確率
状態が維持される。一方、転落抽選乱数の値が転落抽選下限判定値未満でない場合(ステ
ップY582;N)には、対象の転落抽選乱数の値が転落抽選上限判定値より大きいか判
定する(ステップY583)。
転落抽選乱数の値が転落抽選上限判定値より大きい場合(ステップY583;Y)、す
なわち転落抽選に当選していない場合には、転落抽選処理を終了する。この場合は高確率
状態が維持される。一方、転落抽選乱数の値が転落抽選上限判定値より大きくない場合(
ステップX583;N)、すなわち転落抽選に当選した場合には、低確率状態に移行する
ための処理を行う。
If the value of the fall lottery random number is less than the fall lottery lower limit determination value (step Y582; Y), that is, if the fall lottery is not won, the fall lottery process is terminated. In this case, the high probability state is maintained. On the other hand, when the value of the fall lottery random number is not less than the fall lottery lower limit determination value (step Y582; N), it is determined whether the value of the target fall lottery random number is larger than the fall lottery upper limit determination value (step Y583).
If the value of the fall lottery random number is larger than the fall lottery upper limit determination value (step Y583; Y), that is, if the fall lottery is not won, the fall lottery process is terminated. In this case, the high probability state is maintained. On the other hand, when the value of the fall lottery random number is not larger than the fall lottery upper limit judgment value (
Step X583; N), that is, when the fall lottery is won, the process for shifting to the low probability state is performed.

低確率状態に移行するための処理では、まず、高確率終了に関する信号を外部情報出力
データ領域にセーブする(ステップY584)。ここでは、大当り2信号をON、大当り
4信号をOFFに設定する。次いで、高確率&時短の終了に関する信号を試験信号出力デ
ータ領域にセーブする(ステップY585)。ここでは、特別図柄1高確率状態信号をO
FF、特別図柄2高確率状態信号をOFF、特別図柄1変動時間短縮状態信号をOFF、
特別図柄2変動時間短縮状態信号をOFFに設定する。
そして、左打ち指示に関する信号を試験信号出力データ領域にセーブし(ステップY5
86)、遊技状態表示番号領域に時短なしの番号をセーブする(ステップY587)。そ
の後、特図ゲームモードフラグ領域に特図低確率&時短なしフラグをセーブして(ステッ
プY588)、転落抽選処理を終了する。これにより、低確率状態かつ普電サポートなし
状態となって通常遊技状態に移行することとなる。なお、高確率状態の終了や普電サポー
トの終了の情報は、演出制御装置300に送信されるようになっており、演出制御装置3
00ではこの情報に基づき演出モードの変更などの処理を行う。
In the process for shifting to the low probability state, first, the signal relating to the high probability end is saved in the external information output data area (step Y584). Here, the jackpot 2 signal is set to ON, and the jackpot 4 signal is set to OFF. Next, the signal relating to the end of high probability & time saving is saved in the test signal output data area (step Y585). Here, the special symbol 1 high probability state signal is O.
FF, special symbol 2 high probability state signal OFF, special symbol 1 fluctuation time shortened state signal OFF,
Special symbol 2 Set the fluctuation time shortening status signal to OFF.
Then, the signal related to the left-handed instruction is saved in the test signal output data area (step Y5).
86), save the number without time reduction in the game status display number area (step Y587). After that, the special figure low probability & no time saving flag is saved in the special figure game mode flag area (step Y588), and the fall lottery process is completed. As a result, the state becomes a low probability state and there is no general electric support, and the state shifts to the normal game state. Information on the end of the high-probability state and the end of the Fuden support is transmitted to the effect control device 300, and the effect control device 3
In 00, processing such as changing the effect mode is performed based on this information.

〔大当りフラグ1設定処理〕
図29(a)には、上述の特図1変動開始処理における大当りフラグ1設定処理(ステ
ップY245)を示した。この大当りフラグ1設定処理では、まず、大当りフラグ1領域
にはずれ情報をセーブする(ステップY281)。次に、RWMの特図1大当り乱数格納
領域(保留数1用)から大当り乱数をロードして準備し(ステップY282)、特図1大
当り乱数格納領域(保留数1用)を0クリアする(ステップY283)。
[Big hit flag 1 setting process]
FIG. 29 (a) shows the jackpot flag 1 setting process (step Y245) in the above-mentioned special figure 1 fluctuation start process. In this jackpot flag 1 setting process, first, the deviation information is saved in the jackpot flag 1 area (step Y281). Next, the jackpot random number is loaded and prepared from the special figure 1 big hit random number storage area (for the number of hold 1) of RWM (step Y282), and the special figure 1 big hit random number storage area (for the number of hold 1) is cleared to 0 (for the number of hold 1). Step Y283).

その後、実行中の特図2変動表示ゲームの大当り判定の結果である大当りフラグ2は大
当りであるか判定し(ステップY284)、大当りである場合(ステップY284;Y)
には、大当りフラグ1設定処理を終了する。すなわち、同時に実行される特図1変動表示
ゲームと特図2変動表示ゲームの両方を大当りとしないようにしている。また、大当りで
ない場合(ステップY284;N)には、取得した大当り乱数値が大当り判定値と一致す
るか否かに応じて大当りであるか判定する大当り判定処理(ステップY285)を行う。
After that, it is determined whether the jackpot flag 2 which is the result of the jackpot determination of the special figure 2 variable display game being executed is a jackpot (step Y284), and when it is a jackpot (step Y284; Y).
Ends the jackpot flag 1 setting process. That is, both the special figure 1 variable display game and the special figure 2 variable display game that are executed at the same time are not big hits. If it is not a big hit (step Y284; N), a big hit determination process (step Y285) is performed to determine whether the acquired big hit random value is a big hit depending on whether or not it matches the big hit determination value.

そして、大当り判定処理(ステップY285)の判定結果が大当りである場合(ステッ
プY286;Y)には、ステップY281にてはずれ情報をセーブした大当りフラグ1領
域に大当り情報を上書きしてセーブし(ステップY287)、大当りフラグ1設定処理を
終了する。一方、大当り判定処理(ステップY285)の判定結果が大当りでない場合(
ステップY286;N)には、大当りフラグ1設定処理を終了する。この場合は、大当り
フラグ1領域には、はずれ情報がセーブされた状態となる。
Then, when the determination result of the jackpot determination process (step Y285) is a jackpot (step Y286; Y), the jackpot information is overwritten and saved in the jackpot flag 1 area where the loss information was saved in step Y281 (step). Y287), the jackpot flag 1 setting process is completed. On the other hand, when the judgment result of the big hit judgment process (step Y285) is not a big hit (
In step Y286; N), the jackpot flag 1 setting process is completed. In this case, the loss information is saved in the jackpot flag 1 area.

〔大当りフラグ2設定処理〕
図29(b)には、上述の特図2変動開始処理における大当りフラグ2設定処理(ステ
ップY265)を示した。この大当りフラグ2設定処理では、まず、小当りフラグ2領域
にはずれ情報をセーブし(ステップY291)、大当りフラグ2領域にはずれ情報をセー
ブする(ステップY292)。次に、RWMの特図2大当り乱数格納領域(保留数1用)
から大当り乱数をロードして準備し(ステップY293)、特図2大当り乱数格納領域(
保留数1用)を0クリアする(ステップY294)。
[Big hit flag 2 setting process]
FIG. 29 (b) shows the jackpot flag 2 setting process (step Y265) in the above-mentioned special figure 2 fluctuation start process. In this big hit flag 2 setting process, first, the deviation information is saved in the small hit flag 2 area (step Y291), and the deviation information is saved in the big hit flag 2 area (step Y292). Next, RWM's special figure 2 jackpot random number storage area (for 1 hold number)
Load and prepare the jackpot random number from (step Y293), and special figure 2 jackpot random number storage area (step Y293).
Clear 0 (for 1 hold number) (step Y294).

その後、実行中の特図1変動表示ゲームの大当り判定の結果である大当りフラグ1は大
当りであるか判定し(ステップY295)、大当りである場合(ステップY295;Y)
には、ステップY299へ移行する。すなわち、同時に実行される特図1変動表示ゲーム
と特図2変動表示ゲームの両方を大当りとしないようにしている。また、大当りでない場
合(ステップY295;N)には、取得した大当り乱数値が大当り判定値と一致するか否
かに応じて大当りであるか判定する大当り判定処理(ステップY296)を行う。
そして、大当り判定処理(ステップY296)の判定結果が大当りである場合(ステッ
プY297;Y)には、ステップY292にてはずれ情報をセーブした大当りフラグ2領
域に大当り情報を上書きしてセーブし(ステップY298)、大当りフラグ2設定処理を
終了する。
After that, it is determined whether the jackpot flag 1 which is the result of the jackpot determination of the special figure 1 variable display game being executed is a jackpot (step Y295), and when it is a jackpot (step Y295; Y).
To step Y299. That is, both the special figure 1 variable display game and the special figure 2 variable display game that are executed at the same time are not big hits. If it is not a big hit (step Y295; N), a big hit determination process (step Y296) is performed to determine whether the acquired big hit random value is a big hit depending on whether or not it matches the big hit determination value.
Then, when the determination result of the jackpot determination process (step Y296) is a jackpot (step Y297; Y), the jackpot information is overwritten and saved in the jackpot flag 2 area where the loss information was saved in step Y292 (step). Y298), the jackpot flag 2 setting process is completed.

一方、大当り判定処理(ステップY296)の判定結果が大当りでない場合(ステップ
Y297;N)には、取得した大当り乱数値が小当り判定値と一致するか否かに応じて小
当りであるか判定する小当り判定処理(ステップY299)を行う。
そして、小当り判定処理(ステップY299)の判定結果が小当りである場合(ステッ
プY300;Y)には、ステップY291にてはずれ情報をセーブした小当りフラグ2領
域に小当り情報を上書きしてセーブし(ステップY301)、大当りフラグ2設定処理を
終了する。一方、小当り判定処理(ステップY299)の判定結果が小当りでない場合(
ステップY300;N)には、大当りフラグ2設定処理を終了する。この場合は、大当り
フラグ2領域及び小当りフラグ2領域には、はずれ情報がセーブされた状態となる。
On the other hand, when the judgment result of the big hit determination process (step Y296) is not a big hit (step Y297; N), it is determined whether the acquired big hit random number value is a small hit depending on whether or not it matches the small hit determination value. The small hit determination process (step Y299) is performed.
Then, when the determination result of the small hit determination process (step Y299) is a small hit (step Y300; Y), the small hit information is overwritten in the small hit flag 2 area where the loss information is saved in step Y291. Save (step Y301) and end the jackpot flag 2 setting process. On the other hand, when the determination result of the small hit determination process (step Y299) is not a small hit (
In step Y300; N), the jackpot flag 2 setting process is completed. In this case, the loss information is saved in the big hit flag 2 area and the small hit flag 2 area.

〔大当り判定処理〕
図30には、上述の大当りフラグ1設定処理及び大当りフラグ2設定処理における大当
り判定処理(ステップY285,Y296)を示した。この大当り判定処理では、まず、
大当り判定値の下限判定値を設定し(ステップY311)、対象の大当り乱数の値が下限
判定値未満か判定する(ステップY312)。なお、大当りであるとは大当り乱数が大当
り判定値と一致することである。大当り判定値は連続する複数の値であり、大当り乱数が
、大当り判定値の下限の値である下限判定値以上で、かつ、大当り判定値の上限の値であ
る上限判定値以下である場合に、大当りであると判定される。
[Big hit judgment process]
FIG. 30 shows the jackpot determination process (steps Y285, Y296) in the jackpot flag 1 setting process and the jackpot flag 2 setting process described above. In this jackpot judgment process, first
The lower limit determination value of the jackpot determination value is set (step Y311), and it is determined whether the value of the target jackpot random number is less than the lower limit determination value (step Y312). The big hit means that the big hit random number matches the big hit determination value. The jackpot judgment value is a plurality of consecutive values, and the jackpot random number is equal to or higher than the lower limit judgment value which is the lower limit value of the jackpot judgment value and is equal to or less than the upper limit judgment value which is the upper limit value of the jackpot judgment value. , It is judged to be a big hit.

大当り乱数の値が下限判定値未満である場合(ステップY312;Y)、すなわち大当
りでない場合には、判定結果としてはずれを設定し(ステップY317)、大当り判定処
理を終了する。なお、判定結果としてのはずれとは、大当りの抽選にはずれたことを示す
ものである。一方、大当り乱数の値が下限判定値未満でない場合(ステップY312;N
)には、特図高確率中であるか判定する(ステップY313)。
If the value of the jackpot random number is less than the lower limit determination value (step Y312; Y), that is, if it is not a jackpot, a deviation is set as the determination result (step Y317), and the jackpot determination process ends. In addition, the loss as a judgment result indicates that the lottery for a big hit has been missed. On the other hand, when the value of the jackpot random number is not less than the lower limit determination value (step Y312; N).
), It is determined whether or not the special figure is in high probability (step Y313).

そして、特図高確率中である場合(ステップY313;Y)には、現在の確率設定値に
対応する高確率中の上限判定値を設定し(ステップY314)、対象の大当り乱数の値が
上限判定値より大きいか判定する(ステップY316)。また、特図高確率中でない場合
(ステップY313;N)には、現在の確率設定値に対応する低確率中の上限判定値を設
定し(ステップY315)、対象の大当り乱数の値が上限判定値より大きいか判定する(
ステップY316)。
Then, when the special figure is in high probability (step Y313; Y), the upper limit determination value in high probability corresponding to the current probability setting value is set (step Y314), and the value of the target jackpot random number is the upper limit. It is determined whether it is larger than the determination value (step Y316). Further, when the special figure is not in the high probability (step Y313; N), the upper limit judgment value in the low probability corresponding to the current probability setting value is set (step Y315), and the value of the target jackpot random number is the upper limit judgment. Determine if it is greater than the value (
Step Y316).

大当り乱数の値が上限判定値より大きい場合(ステップY316;Y)、すなわち大当
りでない場合には、判定結果としてはずれを設定し(ステップY317)、大当り判定処
理を終了する。一方、大当り乱数の値が上限判定値より大きくない場合(ステップY31
6;N)、すなわち大当りである場合には、判定結果として大当りを設定し(ステップY
318)、大当り判定処理を終了する。
If the value of the jackpot random number is larger than the upper limit determination value (step Y316; Y), that is, if it is not a jackpot, a deviation is set as the determination result (step Y317), and the jackpot determination process is terminated. On the other hand, when the value of the jackpot random number is not larger than the upper limit determination value (step Y31).
6; N), that is, in the case of a big hit, a big hit is set as a judgment result (step Y).
318), the jackpot determination process is completed.

〔小当り判定処理〕
図31には、上述の大当りフラグ2設定処理における小当り判定処理(ステップY29
9)を示した。この小当り判定処理では、まず、対象の大当り乱数の値が小当り下限判定
値未満か判定する(ステップY321)。なお、小当りであるとは大当り乱数(大当り判
定と同一の乱数)が小当り判定値と一致することである。小当り判定値は連続する複数の
値であり、大当り乱数が、小当り判定値の下限の値である下限判定値以上で、かつ、小当
り判定値の上限の値である上限判定値以下である場合に、小当りであると判定される。ま
た、大当り判定値と小当り判定値とが重なることはない。
[Small hit judgment processing]
FIG. 31 shows a small hit determination process (step Y29) in the above-mentioned big hit flag 2 setting process.
9) was shown. In this small hit determination process, first, it is determined whether the value of the target large hit random number is less than the small hit lower limit determination value (step Y321). In addition, the small hit means that the big hit random number (the same random number as the big hit determination) matches the small hit determination value. The small hit judgment value is a plurality of consecutive values, and the big hit random number is equal to or more than the lower limit judgment value which is the lower limit value of the small hit judgment value and less than or equal to the upper limit judgment value which is the upper limit value of the small hit judgment value. In some cases, it is determined to be a small hit. Moreover, the big hit judgment value and the small hit judgment value do not overlap.

大当り乱数の値が小当り下限判定値未満である場合(ステップY321;Y)、すなわ
ち小当りでない場合には、判定結果としてはずれを設定し(ステップY323)、小当り
判定処理を終了する。なお、判定結果としてのはずれとは、小当りの抽選にはずれたこと
を示すものである。また、大当り乱数の値が小当り下限判定値未満でない場合(ステップ
Y321;N)には、対象の大当り乱数の値が小当り上限判定値より大きいか判定する(
ステップY322)。
When the value of the big hit random number is less than the small hit lower limit determination value (step Y321; Y), that is, when it is not a small hit, a deviation is set as the determination result (step Y323), and the small hit determination process is terminated. In addition, the loss as a judgment result indicates that the lottery for small hits has been missed. When the value of the jackpot random number is not less than the small hit lower limit determination value (step Y321; N), it is determined whether the target jackpot random number value is larger than the small hit upper limit determination value (step Y321;
Step Y322).

大当り乱数の値が小当り上限判定値より大きい場合(ステップY322;Y)、すなわ
ち小当りでない場合には、判定結果としてはずれを設定し(ステップY323)、小当り
判定処理を終了する。また、大当り乱数の値が小当り上限判定値より大きくない場合(ス
テップY322;N)、すなわち小当りである場合には、判定結果として小当りを設定し
(ステップY324)、小当り判定処理を終了する。
When the value of the big hit random number is larger than the small hit upper limit determination value (step Y322; Y), that is, when it is not a small hit, a deviation is set as the determination result (step Y323), and the small hit determination process is terminated. Further, when the value of the big hit random number is not larger than the small hit upper limit determination value (step Y322; N), that is, when it is a small hit, a small hit is set as a determination result (step Y324), and the small hit determination process is performed. finish.

〔特図1停止図柄設定処理〕
図32には、上述の特図1変動開始処理における特図1停止図柄設定処理(ステップY
246)を示した。この特図1停止図柄設定処理では、まず、大当りフラグ1が大当りか
判定し(ステップY331)、大当りである場合(ステップY331;Y)には、特図1
大当り図柄乱数格納領域(保留数1用)から大当り図柄乱数をロードする(ステップY3
32)。次に、特図1大当り図柄テーブルを設定し(ステップY333)、ロードした大
当り図柄乱数に対応する停止図柄番号を取得して特図1停止図柄退避領域にセーブする(
ステップY334)。この処理により大当り種類が選択される。なお、特図1変動表示ゲ
ームの停止図柄を特図1停止図柄領域ではなく特図1停止図柄退避領域にセーブするよう
にしたのは、特図2変動表示ゲームで特別結果が導出された場合に強制的にはずれ結果に
変更される可能性があるためである。
[Special figure 1 stop symbol setting process]
FIG. 32 shows a special figure 1 stop symbol setting process (step Y) in the above-mentioned special figure 1 fluctuation start process.
246) was shown. In this special figure 1 stop symbol setting process, first, it is determined whether the big hit flag 1 is a big hit (step Y331), and if it is a big hit (step Y331; Y), the special figure 1
Load the jackpot symbol random number from the jackpot symbol random number storage area (for 1 hold number) (step Y3)
32). Next, the special figure 1 jackpot symbol table is set (step Y333), the stop symbol number corresponding to the loaded jackpot symbol random number is acquired, and the stop symbol number is saved in the special figure 1 stop symbol save area (step Y333).
Step Y334). The jackpot type is selected by this process. The stop symbol of the special figure 1 variable display game is saved in the special figure 1 stop symbol save area instead of the special figure 1 stop symbol area when a special result is derived in the special figure 2 variable display game. This is because there is a possibility that the result will be forcibly removed.

その後、特図1大当り停止図柄情報テーブルを設定し(ステップY335)、停止図柄
番号に対応する停止図柄パターンを取得して特図1停止図柄パターン領域にセーブする(
ステップY336)。停止図柄パターンとは、特図表示器(ここでは特図1表示器51)
での停止図柄や表示装置41での停止図柄を設定するためのものである。次に、停止図柄
番号に対応する時間短縮判定データを取得して時間短縮判定データ領域にセーブし(ステ
ップY337)、停止図柄番号に対応するラウンド数上限値情報を取得して特図1ラウン
ド数上限値情報領域にセーブし(ステップY338)、停止図柄番号に対応する大入賞口
開放情報を取得して特図1大入賞口開放情報領域にセーブして(ステップY339)、ス
テップY340へ移行する。これらの情報は、特別遊技状態の実行態様を設定するための
ものである。
After that, the special figure 1 big hit stop symbol information table is set (step Y335), the stop symbol pattern corresponding to the stop symbol number is acquired, and the stop symbol pattern is saved in the special figure 1 stop symbol pattern area (step Y335).
Step Y336). The stop symbol pattern is a special figure display (here, special figure 1 display 51).
This is for setting the stop symbol at the display device 41 and the stop symbol at the display device 41. Next, the time reduction determination data corresponding to the stop symbol number is acquired and saved in the time reduction determination data area (step Y337), and the round number upper limit value information corresponding to the stop symbol number is acquired to obtain the number of special figure 1 rounds. Save in the upper limit information area (step Y338), acquire the large winning opening opening information corresponding to the stop symbol number, save it in the special drawing 1 large winning opening opening information area (step Y339), and move to step Y340. .. This information is for setting the execution mode of the special gaming state.

一方、大当りでない場合(ステップY331;N)には、はずれ時の停止図柄番号を特
図1停止図柄退避領域にセーブして(ステップY344)、はずれ停止図柄パターンを特
図1停止図柄パターン領域にセーブする(ステップY345)。次いで、停止図柄パター
ンに対応する飾り特図1コマンドを準備して飾り特図1コマンド領域にセーブする(ステ
ップY340)。これにより、特図変動表示ゲームの結果に対応した停止図柄が設定され
る。その後、演出コマンド設定処理(ステップY341)を行う。これにより、飾り特図
1コマンドは、後に演出制御装置300に送信される。そして、停止図柄番号に対応する
図柄データを試験信号出力データ領域にセーブし(ステップY342)、特図1大当り図
柄乱数格納領域(保留数1用)を0クリアして(ステップY343)、特図1停止図柄設
定処理を終了する。
On the other hand, if it is not a big hit (step Y331; N), the stop symbol number at the time of loss is saved in the special figure 1 stop symbol save area (step Y344), and the missed stop symbol pattern is set in the special figure 1 stop symbol pattern area. Save (step Y345). Next, the decorative special figure 1 command corresponding to the stop symbol pattern is prepared and saved in the decorative special figure 1 command area (step Y340). As a result, a stop symbol corresponding to the result of the special figure variation display game is set. After that, the effect command setting process (step Y341) is performed. As a result, the decorative special figure 1 command is later transmitted to the effect control device 300. Then, the symbol data corresponding to the stop symbol number is saved in the test signal output data area (step Y342), the special figure 1 jackpot symbol random number storage area (for the number of hold 1) is cleared to 0 (step Y343), and the special figure 1 Stop The symbol setting process is terminated.

〔特図2停止図柄設定処理〕
図33には、上述の特図2変動開始処理における特図2停止図柄設定処理(ステップY
266)を示した。なお、特図2停止図柄設定処理は、特図1停止図柄設定処理と同じ処
理を、特図2を対象として行うものである。この特図2停止図柄設定処理では、まず、大
当りフラグ2が大当りか判定し(ステップY361)、大当りである場合(ステップY3
61;Y)には、特図2大当り図柄乱数格納領域(保留数1用)から大当り図柄乱数をロ
ードする(ステップY362)。次に、特図2大当り図柄テーブルを設定し(ステップY
363)、ロードした大当り図柄乱数に対応する停止図柄番号を取得して特図2停止図柄
退避領域にセーブする(ステップY364)。この処理により大当り種類が選択される。
なお、特図2変動表示ゲームの停止図柄を特図2停止図柄領域ではなく特図2停止図柄退
避領域にセーブするようにしたのは、特図1変動表示ゲームで特別結果が導出された場合
に強制的にはずれ結果に変更される可能性があるためである。
[Special figure 2 stop symbol setting process]
FIG. 33 shows a special figure 2 stop symbol setting process (step Y) in the above-mentioned special figure 2 fluctuation start process.
266) was shown. The special figure 2 stop symbol setting process is the same process as the special figure 1 stop symbol setting process for the special figure 2. In this special figure 2 stop symbol setting process, first, it is determined whether the jackpot flag 2 is a jackpot (step Y361), and when it is a jackpot (step Y3).
In 61; Y), the jackpot symbol random number is loaded from the special figure 2 jackpot symbol random number storage area (for the number of hold 1) (step Y362). Next, set the special figure 2 jackpot symbol table (step Y).
363), the stop symbol number corresponding to the loaded jackpot symbol random number is acquired and saved in the special figure 2 stop symbol save area (step Y364). The jackpot type is selected by this process.
It should be noted that the stop symbol of the special figure 2 variable display game is saved in the special figure 2 stop symbol save area instead of the special figure 2 stop symbol area when a special result is derived in the special figure 1 variable display game. This is because there is a possibility that the result will be forcibly removed.

その後、特図2大当り停止図柄情報テーブルを設定し(ステップY365)、停止図柄
番号に対応する停止図柄パターンを取得して特図2停止図柄パターン領域にセーブする(
ステップY366)。停止図柄パターンとは、特図表示器(ここでは特図2表示器52)
での停止図柄や表示装置41での停止図柄を設定するためのものである。次に、停止図柄
番号に対応する時間短縮判定データを取得して時間短縮判定データ領域にセーブし(ステ
ップY367)、停止図柄番号に対応するラウンド数上限値情報を取得して特図2ラウン
ド数上限値情報領域にセーブし(ステップY368)、停止図柄番号に対応する大入賞口
開放情報を取得して特図2大入賞口開放情報領域にセーブして(ステップY369)、ス
テップY370へ移行する。これらの情報は、特別遊技状態の実行態様を設定するための
ものである。
After that, the special figure 2 big hit stop symbol information table is set (step Y365), the stop symbol pattern corresponding to the stop symbol number is acquired, and the stop symbol pattern is saved in the special figure 2 stop symbol pattern area (step Y365).
Step Y366). The stop symbol pattern is a special figure display (here, special figure 2 display 52).
This is for setting the stop symbol at the display device 41 and the stop symbol at the display device 41. Next, the time reduction determination data corresponding to the stop symbol number is acquired and saved in the time reduction determination data area (step Y367), and the round number upper limit value information corresponding to the stop symbol number is acquired to obtain the number of special figure 2 rounds. Save in the upper limit information area (step Y368), acquire the large winning opening opening information corresponding to the stop symbol number, save it in the special drawing 2 large winning opening opening information area (step Y369), and proceed to step Y370. .. This information is for setting the execution mode of the special gaming state.

一方、大当りでない場合(ステップY361;N)には、小当りフラグ2が小当りか判
定し(ステップY375)、小当りである場合(ステップY375;Y)には、特図2小
当り図柄乱数格納領域(保留数1用)から小当り図柄乱数をロードする(ステップY37
6)。次に、特図2小当り図柄テーブルを設定し(ステップY377)、ロードした小当
り図柄乱数に対応する停止図柄番号を取得して特図2停止図柄退避領域にセーブする(ス
テップY378)。この処理により小当り種類が選択される。その後、停止図柄番号に対
応する停止図柄パターンを取得して特図2停止図柄パターン領域にセーブし(ステップY
379)、ステップY370へ移行する。
On the other hand, if it is not a big hit (step Y361; N), it is determined whether the small hit flag 2 is a small hit (step Y375), and if it is a small hit (step Y375; Y), the special figure 2 small hit symbol random number. Load the small hit symbol random number from the storage area (for 1 hold number) (step Y37)
6). Next, the special figure 2 small hit symbol table is set (step Y377), the stop symbol number corresponding to the loaded small hit symbol random number is acquired, and the stop symbol number is saved in the special figure 2 stop symbol save area (step Y378). The small hit type is selected by this process. After that, the stop symbol pattern corresponding to the stop symbol number is acquired and saved in the special figure 2 stop symbol pattern area (step Y).
379), the process proceeds to step Y370.

また、小当りフラグ2は小当りでない場合(ステップY375;N)には、はずれ時の
停止図柄番号を特図2停止図柄退避領域にセーブして(ステップY380)、はずれ停止
図柄パターンを特図2停止図柄パターン領域にセーブする(ステップY381)。次いで
、停止図柄パターンに対応する飾り特図2コマンドを準備して飾り特図2コマンド領域に
セーブする(ステップY370)。これにより、特図変動表示ゲームの結果に対応した停
止図柄が設定される。その後、演出コマンド設定処理(ステップY371)を行う。これ
により、飾り特図2コマンドは、後に演出制御装置300に送信される。そして、停止図
柄番号に対応する図柄データを試験信号出力データ領域にセーブし(ステップY372)
、特図2大当り図柄乱数格納領域(保留数1用)を0クリアし(ステップY373)、特
図2小当り図柄乱数格納領域(保留数1用)を0クリアして(ステップY374)、特図
2停止図柄設定処理を終了する。
If the small hit flag 2 is not a small hit (step Y375; N), the stop symbol number at the time of loss is saved in the special figure 2 stop symbol save area (step Y380), and the miss stop symbol pattern is set as a special figure. 2 Save in the stop symbol pattern area (step Y381). Next, the decorative special figure 2 command corresponding to the stop symbol pattern is prepared and saved in the decorative special figure 2 command area (step Y370). As a result, a stop symbol corresponding to the result of the special figure variation display game is set. After that, the effect command setting process (step Y371) is performed. As a result, the decorative special figure 2 command is later transmitted to the effect control device 300. Then, the symbol data corresponding to the stop symbol number is saved in the test signal output data area (step Y372).
, Special figure 2 big hit symbol random number storage area (for hold number 1) is cleared to 0 (step Y373), special figure 2 small hit symbol random number storage area (for hold number 1) is cleared to 0 (step Y374), special figure 2 FIG. 2 The stop symbol setting process is terminated.

以上の処理により、特図変動表示ゲームの開始に関する情報が設定される。すなわち、
遊技制御装置100が、第1始動記憶手段に記憶された第1始動記憶に基づき、第1変動
表示ゲーム(特図1変動表示ゲーム)の結果及び変動態様情報を当該第1変動表示ゲーム
の開始以前に決定することが可能な第1決定手段をなす。また、遊技制御装置100が、
第2始動記憶手段に記憶された第2始動記憶に基づき、第2変動表示ゲーム(特図2変動
表示ゲーム)の結果及び変動態様情報を当該第2変動表示ゲームの開始以前に決定するこ
とが可能な第2決定手段をなす。また、遊技制御装置100が、始動記憶の判定情報に基
づいて、変動表示ゲームで実行する識別情報の変動パターンを決定することが可能な変動
パターン決定手段をなす。
By the above processing, information regarding the start of the special figure variation display game is set. That is,
Based on the first start memory stored in the first start storage means, the game control device 100 starts the first variation display game by transmitting the result and the variation mode information of the first variation display game (special figure 1 variation display game). It is the first decision-making tool that can be decided before. In addition, the game control device 100
Based on the second start memory stored in the second start storage means, the result of the second variation display game (special figure 2 variation display game) and the variation mode information can be determined before the start of the second variation display game. Make a possible second decision. Further, the game control device 100 serves as a variation pattern determining means capable of determining the variation pattern of the identification information to be executed in the variation display game based on the determination information of the start memory.

以上のことから、始動入賞口36は、遊技領域32の一側に発射した遊技球が入賞可能
な位置に配設され、普通変動入賞装置37は、遊技領域32の他側に発射した遊技球が入
賞可能な位置に配設され、変動表示ゲームの変動態様情報には、当該変動表示ゲームの実
行時間を特定可能な変動時間に関する情報が含まれ、通常状態(通常遊技状態)において
第2決定手段によって第2変動表示ゲームの変動時間として決定されることが可能な変動
時間は、第1決定手段によって第1変動表示ゲームの変動時間として決定されることが可
能な変動時間よりも長いこととなる。
From the above, the start winning opening 36 is arranged at a position where the game ball fired on one side of the game area 32 can win, and the normal variable winning device 37 is the game ball fired on the other side of the game area 32. Is arranged at a position where a prize can be won, and the variation mode information of the variation display game includes information on the variation time in which the execution time of the variation display game can be specified, and the second determination is made in the normal state (normal game state). The variation time that can be determined as the variation time of the second variation display game by the means is longer than the variation time that can be determined as the variation time of the first variation display game by the first determination means. Become.

そして、これらの特図変動表示ゲームの開始に関する情報は後に演出制御装置300に
送信され、演出制御装置300では、特図変動表示ゲームの開始に関する情報の受信に基
づき、決定された変動パターンに応じて飾り特図変動表示ゲームでの詳細な演出内容を設
定する。これらの特図変動表示ゲームの開始に関する情報としては、始動記憶数(保留数
)に関する情報を含む飾り特図保留数コマンド、停止図柄に関する情報を含む飾り特図コ
マンド、特図変動表示ゲームの変動パターンに関する情報を含む変動コマンドなどが挙げ
られる。なお、飾り特図コマンドを変動コマンドよりも先に送信することで、演出制御装
置300での処理を効率よく進めることができる。
Then, the information regarding the start of the special figure variation display game is later transmitted to the effect control device 300, and the effect control device 300 responds to the determined variation pattern based on the reception of the information regarding the start of the special figure variation display game. Decorative special figure variable display Set detailed production contents in the game. Information on the start of these special figure variation display games includes a decorative special figure hold number command including information on the number of start memories (holds), a decorative special figure command including information on a stop symbol, and a variation of the special figure variation display game. Examples include variable commands that include information about patterns. By transmitting the decorative special figure command before the variable command, the processing in the effect control device 300 can be efficiently advanced.

すなわち、遊技制御装置100が、第1決定手段の決定結果に基づいて第1変動表示ゲ
ーム(特図1変動表示ゲーム)の実行制御を行うことが可能な第1変動表示ゲーム実行制
御手段をなす。また、特図1ゲーム処理の全体から、第1変動表示ゲーム実行制御手段が
第1変動表示ゲームに関する一連の実行制御を行うものとも言える。
さらに、遊技制御装置100が、第2決定手段の決定結果に基づいて第2変動表示ゲー
ム(特図2変動表示ゲーム)の実行制御を行うことが可能な第2変動表示ゲーム実行制御
手段をなす。また、特図2ゲーム処理の全体から、第2変動表示ゲーム実行制御手段が第
2変動表示ゲームに関する一連の実行制御を行うものとも言える。
That is, the game control device 100 serves as a first variation display game execution control means capable of performing execution control of the first variation display game (special figure 1 variation display game) based on the determination result of the first determination means. .. Further, it can be said that the first variable display game execution control means performs a series of execution control related to the first variable display game from the whole of the special figure 1 game processing.
Further, the game control device 100 serves as a second variation display game execution control means capable of performing execution control of the second variation display game (special figure 2 variation display game) based on the determination result of the second determination means. .. Further, it can be said that the second variable display game execution control means performs a series of execution control related to the second variable display game from the whole of the special figure 2 game processing.

また、遊技制御装置100が、第1決定手段によって決定された第1変動表示ゲームの
結果及び変動態様情報並びに第2決定手段によって決定された第2変動表示ゲームの結果
及び変動態様情報を制御情報として演出制御手段(演出制御装置300)へ送信すること
が可能な送信手段をなす。また、遊技制御装置100が、第1変動表示ゲーム及び第2変
動表示ゲームのそれぞれについて、変動表示ゲームの開始に応じて変動時間の計測を開始
し、当該計測時間が変動時間を経過した場合に当該変動表示ゲームの変動時間の計測を終
了する計測手段をなす。
Further, the game control device 100 controls the result and variation mode information of the first variation display game determined by the first determination means and the result and variation mode information of the second variation display game determined by the second determination means. As a transmission means capable of transmitting to the effect control means (effect control device 300). Further, when the game control device 100 starts measuring the fluctuation time for each of the first fluctuation display game and the second fluctuation display game according to the start of the fluctuation display game, and the measurement time elapses. It serves as a measurement means for ending the measurement of the fluctuation time of the fluctuation display game.

なお、通常遊技状態における特図2変動表示ゲームでは変動時間が非常に長い長変動が
設定されるが、この場合には、変動時間についての情報を演出制御装置300には送信せ
ず、長変動であることのみを示すコマンドを送信するようにしても良い。長変動の場合は
単に変動表示を行えばよく詳細に演出を決定する必要がないので、演出制御装置300で
は長変動であることのコマンドを受信することに基づき変動表示を開始するようにする。
変動時間の管理は遊技制御装置100のみで行い、変動時間が終了することに基づき停止
コマンドを演出制御装置300に送信し、演出制御装置300では停止コマンドを受信す
ることに基づき変動表示を停止するようにする。このようにすれば、演出制御装置300
での制御の負担を軽減することができる。
In the special figure 2 variation display game in the normal gaming state, a long variation with a very long variation time is set, but in this case, the information about the variation time is not transmitted to the effect control device 300, and the variation is long. You may want to send a command that only indicates that. In the case of long fluctuation, it is sufficient to simply perform the fluctuation display, and it is not necessary to determine the effect in detail. Therefore, the effect control device 300 starts the variation display based on receiving the command of long variation.
The fluctuation time is managed only by the game control device 100, a stop command is transmitted to the effect control device 300 based on the end of the fluctuation time, and the effect control device 300 stops the variation display based on receiving the stop command. To do so. By doing so, the effect control device 300
It is possible to reduce the burden of control in.

〔特図1情報設定処理〕
図34には、上述の特図1変動開始処理における特図1情報設定処理(ステップY24
7)を示した。この特図1情報設定処理では、まず、変動パターン選択情報テーブルを設
定し(ステップY401)、特図1停止図柄パターンに対応する前半オフセットデータ、
後半オフセットデータを取得して(ステップY402)、特図1大当り、すなわち特図1
停止図柄パターンが大当りの停止図柄パターンであるか判定する(ステップY403)。
特図1大当りである場合(ステップY403;Y)には、ステップY405へ移行する。
[Special Figure 1 Information Setting Process]
FIG. 34 shows the special figure 1 information setting process (step Y24) in the above-mentioned special figure 1 fluctuation start process.
7) was shown. In this special figure 1 information setting process, first, the variation pattern selection information table is set (step Y401), and the first half offset data corresponding to the special figure 1 stop symbol pattern,
Acquire the second half offset data (step Y402), and special figure 1 big hit, that is, special figure 1
It is determined whether the stop symbol pattern is a jackpot stop symbol pattern (step Y403).
In the case of a special figure 1 big hit (step Y403; Y), the process proceeds to step Y405.

また、特図1大当りでない場合(ステップY403;N)には、前半オフセットデータ
に特図1保留数を加算して値を変換する(ステップY404)。そして、前半オフセット
データを変動振分情報1領域にセーブする(ステップY405)。これにより、変動振分
情報1領域には変動振分情報1がセーブされる。この変動振分情報1は、前半変動(リー
チ開始前までの変動態様)を振り分けるためのテーブルポインタであり、後に変動グルー
プを選択するために用いられる。
If it is not a special figure 1 big hit (step Y403; N), the value is converted by adding the special figure 1 hold number to the first half offset data (step Y404). Then, the first half offset data is saved in the variable distribution information 1 area (step Y405). As a result, the variable distribution information 1 is saved in the variable distribution information 1 area. The fluctuation distribution information 1 is a table pointer for distributing the first half fluctuation (variation mode before the start of reach), and is later used to select a fluctuation group.

その後、後半オフセットデータを変動振分情報2領域にセーブして(ステップY405
)、特図1情報設定処理を終了する。これにより、変動振分情報2領域には変動振分情報
2がセーブされる。この変動振分情報2は、後半変動(リーチの種類(リーチなしも含む
。))を振り分けるためのテーブルポインタであり、後に変動グループを選択するために
用いられる。
このように、特図1変動表示ゲームにおいては、はずれの場合には前半変動パターンの
み特図1保留数を考慮して変動パターンが決定され、大当りの場合には特図1保留数を考
慮せずに変動パターンが決定される。
After that, the latter half offset data is saved in the variable distribution information 2 area (step Y405).
), End the special figure 1 information setting process. As a result, the variable distribution information 2 is saved in the variable distribution information 2 area. The fluctuation distribution information 2 is a table pointer for distributing the latter half fluctuation (type of reach (including no reach)), and is later used to select a fluctuation group.
In this way, in the special figure 1 fluctuation display game, the fluctuation pattern is determined in consideration of the number of special figure 1 hold only in the case of the first half change pattern, and in the case of a big hit, the number of special figure 1 hold is taken into consideration. The fluctuation pattern is determined without.

〔特図2情報設定処理〕
図35には、上述の特図2変動開始処理における特図2情報設定処理(ステップY26
7)を示した。この特図2情報設定処理では、まず、特図低確率&時短なし中(通常遊技
状態中)であるか判定する(ステップY421)。特図低確率&時短なし中でない場合(
ステップY421;N)には、時間短縮最終変動であるか判定する(ステップY427)
。ここでは、これから開始する特図2変動表示ゲームが、特別遊技状態の終了から100
回(サポート回数)目の特図変動表示ゲームである場合に、時間短縮最終変動であると判
定する。
[Special figure 2 information setting process]
FIG. 35 shows the special figure 2 information setting process (step Y26) in the above-mentioned special figure 2 fluctuation start process.
7) was shown. In this special figure 2 information setting process, first, it is determined whether or not the special figure has a low probability and no time reduction (during a normal game state) (step Y421). Special figure Low probability & No time saving When not in (
In step Y421; N), it is determined whether or not the time is the final variation (step Y427).
.. Here, the special figure 2 variable display game to be started from now on is 100 from the end of the special game state.
In the case of the special figure fluctuation display game of the number of times (support count), it is determined that the time is shortened and the final fluctuation is performed.

そして、時間短縮最終変動である場合(ステップY427;Y)には、ステップY42
8へ移行する。また、時間短縮最終変動でない場合(ステップY427;N)には、変動
パターン選択情報テーブルを設定し(ステップY423)、特図2停止図柄パターンに対
応する前半オフセットデータ、後半オフセットデータを取得して(ステップY424)、
ステップY425へ移行する。
Then, in the case of the time reduction final variation (step Y427; Y), step Y42
Move to 8. If it is not the time-reduced final variation (step Y427; N), the variation pattern selection information table is set (step Y423), and the first half offset data and the second half offset data corresponding to the special figure 2 stop symbol pattern are acquired. (Step Y424),
The process proceeds to step Y425.

一方、特図低確率&時短なし中である場合(ステップY421;Y)には、高確率最終
変動であるか判定する(ステップY427)。ここでは、これから開始する特図2変動表
示ゲームに対する転落抽選に当選した場合に、高確率最終変動であると判定する。
そして、高確率最終変動である場合(ステップY427;Y)には、最終変動用の前半
オフセットデータ、後半オフセットデータを設定して(ステップY428)、ステップY
425へ移行する。
また、高確率最終変動でない場合(ステップY427;N)には、特図2大当りである
かを判定する(ステップY429)。そして、特図2大当りでない場合(ステップY42
9;N)には、低確率時特図2はずれ・小当り用の前半オフセットデータを設定し(ステ
ップY430)、特図2長変動用の後半オフセットデータを設定して(ステップY432
)、ステップY425へ移行する。
On the other hand, when the special figure has a low probability and no time reduction (step Y421; Y), it is determined whether the final variation has a high probability (step Y427). Here, when the fall lottery for the special figure 2 variation display game to be started is won, it is determined that the final variation has a high probability.
Then, in the case of a high probability final fluctuation (step Y427; Y), the first half offset data and the second half offset data for the final fluctuation are set (step Y428), and step Y
Move to 425.
If it is not a high-probability final variation (step Y427; N), it is determined whether or not it is a special figure 2 jackpot (step Y429). And when it is not a special figure 2 big hit (step Y42)
In 9; N), the first half offset data for the low probability special figure 2 miss / small hit is set (step Y430), and the second half offset data for the special figure 2 length variation is set (step Y432).
), The process proceeds to step Y425.

また、特図2大当りである場合(ステップY429;Y)には、低確率時特図2大当り
用の前半オフセットデータを設定し(ステップY431)、特図2長変動用の後半オフセ
ットデータを設定する(ステップY432)。そして、前半オフセットデータを変動振分
情報1領域にセーブする(ステップY425)。これにより、変動振分情報1領域には変
動振分情報1がセーブされる。この変動振分情報1は、前半変動(リーチ開始前までの変
動態様)を振り分けるためのテーブルポインタであり、後に変動グループを選択するため
に用いられる。
Further, in the case of the special figure 2 big hit (step Y429; Y), the first half offset data for the special figure 2 big hit at low probability is set (step Y431), and the second half offset data for the special figure 2 length variation is set. (Step Y432). Then, the first half offset data is saved in the variable distribution information 1 area (step Y425). As a result, the variable distribution information 1 is saved in the variable distribution information 1 area. The fluctuation distribution information 1 is a table pointer for distributing the first half fluctuation (variation mode before the start of reach), and is later used to select a fluctuation group.

その後、後半オフセットデータを変動振分情報2領域にセーブして(ステップY426
)、特図2情報設定処理を終了する。これにより、変動振分情報2領域には変動振分情報
2がセーブされる。この変動振分情報2は、後半変動(リーチの種類(リーチなしも含む
。))を振り分けるためのテーブルポインタであり、後に変動グループを選択するために
用いられる。
このように、特図2変動表示ゲームにおいては、特図2保留数を考慮せずに変動パター
ンが決定される。
After that, the latter half offset data is saved in the variable distribution information 2 area (step Y426).
), End the special figure 2 information setting process. As a result, the variable distribution information 2 is saved in the variable distribution information 2 area. The fluctuation distribution information 2 is a table pointer for distributing the latter half fluctuation (type of reach (including no reach)), and is later used to select a fluctuation group.
As described above, in the special figure 2 fluctuation display game, the fluctuation pattern is determined without considering the number of special figure 2 reserved.

〔特図1変動パターン設定処理〕
図36には、上述の特図1変動開始処理における特図1変動パターン設定処理(ステッ
プY249)を示した。なお、変動パターンは、特図変動表示ゲームの開始からリーチ状
態となるまでの変動態様である前半変動パターンと、リーチ状態となってから特図変動表
示ゲームの終了までの変動態様である後半変動パターンとからなり、先に後半変動パター
ンを設定してから前半変動パターンを設定する。
[Special Figure 1 Fluctuation pattern setting process]
FIG. 36 shows the special figure 1 fluctuation pattern setting process (step Y249) in the above-mentioned special figure 1 fluctuation start process. The fluctuation patterns are the first half fluctuation pattern, which is the fluctuation mode from the start of the special figure fluctuation display game to the reach state, and the second half fluctuation pattern, which is the fluctuation mode from the reach state to the end of the special figure fluctuation display game. It consists of a pattern, and the latter half fluctuation pattern is set first, and then the first half fluctuation pattern is set.

この特図1変動パターン設定処理では、まず、変動グループアドレステーブルを設定し
(ステップY451)、変動振分情報2に対応する後半変動グループテーブルのアドレス
を取得して準備し(ステップY452)、特図1の変動パターン乱数1格納領域(保留数
1用)から変動パターン乱数1をロードして準備する(ステップY453)。
次に、特図1はずれ、すなわち停止図柄パターンがはずれ停止図柄パターンであるか判
定し(ステップY454)、特図1はずれである場合(ステップY454;Y)には、2
バイト振り分け処理(ステップY455)を行う。また、特図1はずれでない場合(ステ
ップY454;N)には、振り分け処理(ステップY456)を行う。
In this special figure 1 fluctuation pattern setting process, first, the fluctuation group address table is set (step Y451), and the address of the latter half fluctuation group table corresponding to the fluctuation distribution information 2 is acquired and prepared (step Y452). The variation pattern random number 1 is loaded and prepared from the variation pattern random number 1 storage area (for the number of holds 1) of FIG. 1 (step Y453).
Next, it is determined whether or not the special figure 1 is off, that is, the stop symbol pattern is the off-stop symbol pattern (step Y454), and when the special figure 1 is off (step Y454; Y), 2
Byte distribution processing (step Y455) is performed. If the special figure 1 is not out of alignment (step Y454; N), the sorting process (step Y456) is performed.

本実施形態において、後半変動グループテーブルの構造は、当り用とはずれ用とで構造
が異なる。具体的には、当り用は1バイトサイズ、はずれ用は2バイトサイズとなってい
る。はずれの発生率よりも当りの発生率が低く、1バイトでも足りるため、データ容量節
約の観点から、当り用は1バイトサイズになっている。したがって、当り時は、2バイト
の変動パターン乱数1の下位の値だけを使用している。また、当りの発生率よりもはずれ
の発生率は高く、より多彩な演出を可能とするために、はずれ用は2バイトサイズになっ
ている。
In the present embodiment, the structure of the latter half variable group table is different between the hit type and the missed type. Specifically, the hit size is 1 byte size, and the loss size is 2 byte size. Since the hit rate is lower than the loss rate and even one byte is sufficient, the hit size is 1 byte from the viewpoint of saving data capacity. Therefore, at the time of hitting, only the lower value of the 2-byte variation pattern random number 1 is used. In addition, the rate of occurrence of loss is higher than the rate of occurrence of hit, and in order to enable a wider variety of effects, the size for loss is 2 bytes.

そして、振り分けられた結果得られた後半変動選択テーブルのアドレスを取得して準備
し(ステップY457)、特図1の変動パターン乱数2格納領域(保留数1用)から変動
パターン乱数2をロードして準備する(ステップY458)。次いで、振り分け処理(ス
テップY459)を行い、振り分けられた結果得られた後半変動番号を取得して後半変動
番号領域にセーブする(ステップY460)。この処理により、後半変動パターンが設定
されることとなる。
Then, the address of the latter half variation selection table obtained as a result of distribution is acquired and prepared (step Y457), and the variation pattern random number 2 is loaded from the variation pattern random number 2 storage area (for the number of reservations 1) of the special figure 1. And prepare (step Y458). Next, the distribution process (step Y459) is performed, and the latter half variable number obtained as a result of the distribution is acquired and saved in the latter half variable number area (step Y460). By this process, the latter half fluctuation pattern is set.

次に、前半変動グループテーブルを設定し(ステップY461)、変動振分情報1と決
定された後半変動番号を基にテーブル選択ポインタを算出する(ステップY462)。そ
して、算出したポインタに対応する前半変動選択テーブルのアドレスを取得して準備し(
ステップY463)、特図1の変動パターン乱数3格納領域(保留数1用)から変動パタ
ーン乱数3をロードして準備する(ステップY464)。
その後、振り分け処理(ステップY465)を行い、振り分けられた結果得られた前半
変動番号を取得して前半変動番号領域にセーブし(ステップY466)、特図1変動パタ
ーン設定処理を終了する。この処理により前半変動パターンが設定され、これから開始さ
れる特図1変動表示ゲームの全期間の変動パターンが設定されることとなる。
Next, the first half fluctuation group table is set (step Y461), and the table selection pointer is calculated based on the second half fluctuation number determined as the fluctuation distribution information 1 (step Y462). Then, the address of the first half variation selection table corresponding to the calculated pointer is acquired and prepared (
Step Y463), the variation pattern random number 3 is loaded and prepared from the variation pattern random number 3 storage area (for the number of hold 1) of the special figure 1 (step Y464).
After that, the distribution process (step Y465) is performed, the first half variation number obtained as a result of the distribution is acquired and saved in the first half variation number area (step Y466), and the special figure 1 variation pattern setting process is completed. By this process, the first half fluctuation pattern is set, and the fluctuation pattern for the entire period of the special figure 1 fluctuation display game to be started is set.

〔特図2変動パターン設定処理〕
図37には、上述の特図2変動開始処理における特図2変動パターン設定処理(ステッ
プY269)を示した。この特図2変動パターン設定処理では、まず、変動グループアド
レステーブルを設定し(ステップY471)、変動振分情報2に対応する後半変動グルー
プテーブルのアドレスを取得して準備し(ステップY472)、特図2の変動パターン乱
数1格納領域(保留数1用)から変動パターン乱数1をロードして準備する(ステップY
473)。
[Special figure 2 fluctuation pattern setting process]
FIG. 37 shows the special figure 2 fluctuation pattern setting process (step Y269) in the above-mentioned special figure 2 fluctuation start process. In this special figure 2 variation pattern setting process, first, the variation group address table is set (step Y471), and the address of the latter half variation group table corresponding to the variation distribution information 2 is acquired and prepared (step Y472). The variation pattern random number 1 is loaded and prepared from the variation pattern random number 1 storage area (for the number of holds 1) in FIG. 2 (step Y).
473).

次に、特図2はずれ、すなわち停止図柄パターンがはずれ停止図柄パターンであるか判
定し(ステップY474)、特図2はずれである場合(ステップY474;Y)には、2
バイト振り分け処理(ステップY475)を行う。また、特図2はずれでない場合(ステ
ップY474;N)には、振り分け処理(ステップY476)を行う。
Next, it is determined whether or not the special figure 2 is off, that is, the stop symbol pattern is the off-stop symbol pattern (step Y474), and when the special figure 2 is off (step Y474; Y), 2
Byte distribution processing (step Y475) is performed. Further, if the special figure 2 is not out of alignment (step Y474; N), the sorting process (step Y476) is performed.

そして、振り分けられた結果得られた後半変動選択テーブルのアドレスを取得して準備
し(ステップY477)、特図2の変動パターン乱数2格納領域(保留数1用)から変動
パターン乱数2をロードして準備する(ステップY478)。次いで、振り分け処理(ス
テップY479)を行い、振り分けられた結果得られた後半変動番号を取得して後半変動
番号領域にセーブする(ステップY480)。この処理により、後半変動パターンが設定
されることとなる。
Then, the address of the latter half variation selection table obtained as a result of distribution is acquired and prepared (step Y477), and the variation pattern random number 2 is loaded from the variation pattern random number 2 storage area (for the number of hold 1) of the special figure 2. And prepare (step Y478). Next, the distribution process (step Y479) is performed, and the latter half variable number obtained as a result of the distribution is acquired and saved in the latter half variable number area (step Y480). By this process, the latter half fluctuation pattern is set.

次に、前半変動グループテーブルを設定し(ステップY481)、変動振分情報1と決
定された後半変動番号を基にテーブル選択ポインタを算出する(ステップY482)。そ
して、算出したポインタに対応する前半変動選択テーブルのアドレスを取得して準備し(
ステップY483)、特図2の変動パターン乱数3格納領域(保留数1用)から変動パタ
ーン乱数3をロードして準備する(ステップY484)。
その後、振り分け処理(ステップY485)を行い、振り分けられた結果得られた前半
変動番号を取得して前半変動番号領域にセーブし(ステップY486)、特図2変動パタ
ーン設定処理を終了する。この処理により前半変動パターンが設定され、これから開始さ
れる特図2変動表示ゲームの全期間の変動パターンが設定されることとなる。
Next, the first half fluctuation group table is set (step Y481), and the table selection pointer is calculated based on the second half fluctuation number determined as the fluctuation distribution information 1 (step Y482). Then, the address of the first half variation selection table corresponding to the calculated pointer is acquired and prepared (
Step Y483), the variation pattern random number 3 is loaded and prepared from the variation pattern random number 3 storage area (for the number of hold 1) of the special figure 2 (step Y484).
After that, the distribution process (step Y485) is performed, the first half variation number obtained as a result of the distribution is acquired and saved in the first half variation number area (step Y486), and the special figure 2 variation pattern setting process is completed. By this process, the first half fluctuation pattern is set, and the fluctuation pattern for the entire period of the special figure 2 fluctuation display game to be started is set.

〔変動開始情報設定処理〕
図38には、上述の特図1変動開始処理及び特図2変動開始処理における変動開始情報
設定処理(ステップY250,Y270)を示した。この変動開始情報設定処理では、ま
ず、対象の変動パターン乱数1〜3の乱数格納領域(保留数1用)をクリアする(ステッ
プY551)。次に、前半変動時間値テーブルを設定し(ステップY552)、前半変動
番号に対応する前半変動時間値を取得する(ステップY553)。さらに、後半変動時間
値テーブルを設定し(ステップY554)、後半変動番号に対応する後半変動時間値を取
得する(ステップY555)。そして、前半変動時間値と後半変動時間値を加算し(ステ
ップY556)、加算値を対象の特図ゲーム処理タイマ領域にセーブする(ステップY5
57)。
[Variation start information setting process]
FIG. 38 shows the fluctuation start information setting processing (steps Y250, Y270) in the above-mentioned special figure 1 fluctuation start processing and special drawing 2 fluctuation start processing. In this fluctuation start information setting process, first, the random number storage area (for the number of hold 1) of the target fluctuation pattern random numbers 1 to 3 is cleared (step Y551). Next, the first half fluctuation time value table is set (step Y552), and the first half fluctuation time value corresponding to the first half fluctuation number is acquired (step Y553). Further, the latter half fluctuation time value table is set (step Y554), and the latter half fluctuation time value corresponding to the latter half fluctuation number is acquired (step Y555). Then, the first half fluctuation time value and the second half fluctuation time value are added (step Y556), and the added value is saved in the target special figure game processing timer area (step Y5).
57).

なお、通常遊技状態における特図2変動表示ゲームでは変動時間が非常に長い長変動が
設定される。この場合における上記の加算値としては、規定時間(ここでは60000m
秒)の計時を行う回数である繰り返し回数を用いて計時可能な時間を除いた余りの時間(
60000m秒未満の時間)が加算値として算出されるようになっている。
In the special figure 2 variation display game in the normal game state, a long variation with a very long variation time is set. In this case, the above added value is the specified time (here, 60,000 m).
The remaining time (seconds) excluding the time that can be timed using the number of repetitions, which is the number of times that time is performed
(Time less than 60,000 msec) is calculated as an additional value.

その後、特図1の情報設定中であるか判定し(ステップY558)、特図1の情報設定
中である場合(ステップY558;Y)には、ステップY562へ移行する。また、特図
1の情報設定中でない場合(ステップY558;N)、すなわち特図2の情報設定中であ
る場合には、特図2の長変動の開始であるか判定する(ステップY559)。長変動とは
、特図2変動表示ゲームについて通常遊技状態である場合に設定される変動パターンであ
り、設定された変動パターンの番号により判定する。
After that, it is determined whether the information of the special figure 1 is being set (step Y558), and if the information of the special figure 1 is being set (step Y558; Y), the process proceeds to step Y562. Further, when the information of the special figure 1 is not being set (step Y558; N), that is, when the information of the special figure 2 is being set, it is determined whether or not the long variation of the special figure 2 has started (step Y559). The long variation is a variation pattern set in the normal gaming state of the special figure 2 variation display game, and is determined by the number of the set variation pattern.

そして、特図2の長変動の開始でない場合(ステップY559;N)には、0を特図2
ゲーム処理タイマの繰り返し回数領域にセーブする(ステップY560)。また、特図2
の長変動の開始である場合(ステップY559;Y)には、9を特図2ゲーム処理タイマ
の繰り返し回数領域にセーブする(ステップY561)。
Then, when it is not the start of the long variation of special figure 2 (step Y559; N), 0 is set to special figure 2.
Save in the repeat count area of the game processing timer (step Y560). In addition, special figure 2
In the case of the start of the long fluctuation of (step Y559; Y), 9 is saved in the repeat count region of the special figure 2 game processing timer (step Y561).

その後、前半変動番号に対応する変動コマンド(MODE)を準備し(ステップY562)
、後半変動番号に対応する変動コマンド(ACTION)を準備して(ステップY563)、演
出コマンド設定処理(ステップY564)を行う。次に、対象の保留数を−1更新し(ス
テップY566)、対象の乱数格納領域の内容をシフトし(ステップY566)、シフト
後の空き領域をクリアして(ステップY567)、変動開始情報設定処理を終了する。
After that, a variable command (MODE) corresponding to the first half variable number is prepared (step Y562).
, The variation command (ACTION) corresponding to the latter half variation number is prepared (step Y563), and the effect command setting process (step Y564) is performed. Next, the number of pending targets is updated by -1 (step Y566), the contents of the target random number storage area are shifted (step Y566), the free area after the shift is cleared (step Y567), and the fluctuation start information is set. End the process.

本実施形態では、2バイトのタイマでは足らない時間を変動させるために、特図2の長
変動には繰り返し回数が設定される。変動開始情報設定処理では、加算結果として600
00m秒のタイマ、9の繰り返し回数をセーブし、タイマ割込み処理でタイマを減算して
いき、タイムアップした時に繰り返し回数を1減算してゲーム処理タイマに60000m
秒をセットする。これにより、特図2の長変動の変動時間は10分(=60000m秒×
10)になる。タイマ割込みの周期は4m秒であるため、2バイトでは約262秒まで設
定できるが、理解しやすさのために60秒の掛け算で表せる形としている。
In the present embodiment, the number of repetitions is set for the long variation of FIG. 2 in order to vary the time that is insufficient for the 2-byte timer. In the fluctuation start information setting process, the addition result is 600.
The timer for 00msec, the number of repetitions of 9 is saved, the timer is subtracted by the timer interrupt processing, and when the time is up, the number of repetitions is subtracted by 1 and the game processing timer is 60000m.
Set the seconds. As a result, the fluctuation time of the long fluctuation in Special Figure 2 is 10 minutes (= 60,000 ms x).
10). Since the timer interrupt cycle is 4 msec, it can be set up to about 262 seconds with 2 bytes, but for ease of understanding, it can be expressed by multiplying by 60 seconds.

〔時間短縮変動回数更新処理〕
図39には、上述の特図1変動開始処理及び特図2変動開始処理における時間短縮変動
回数更新処理(ステップY251,Y271)を示した。この時間短縮変動回数更新処理
では、まず、特図高確率中(高確率状態中)であるか判定し(ステップY571)、特図
高確率中である場合(ステップY571;Y)には、時間短縮変動回数更新処理を終了す
る。また、特図高確率中でない場合(ステップY571;N)には、特図時短中であるか
判定する(ステップY572)。そして、特図時短中でない場合(ステップY572;N
)には、時間短縮変動回数更新処理を終了する。また、特図時短中である場合(ステップ
Y572;Y)には、時間短縮変動回数を−1更新して(ステップY573)、時間短縮
変動回数が「0」となったか判定する(ステップY574)。
[Time reduction fluctuation frequency update processing]
FIG. 39 shows the time reduction fluctuation number update processing (steps Y251 and Y271) in the above-mentioned special figure 1 fluctuation start processing and special drawing 2 fluctuation start processing. In this time reduction fluctuation number update process, first, it is determined whether or not the special figure has a high probability (in a high probability state) (step Y571), and if the special figure has a high probability (step Y571; Y), the time The shortened fluctuation count update process is terminated. Further, when the special figure is not in high probability (step Y571; N), it is determined whether the special figure time is shortened (step Y572). Then, when the special time is not shortened (step Y572; N).
) Ends the time reduction variation number update process. Further, when the special figure time reduction is in progress (step Y572; Y), the time reduction variation number is updated by -1 (step Y573), and it is determined whether the time reduction variation number is "0" (step Y574). ..

時間短縮変動回数が「0」でない場合(ステップY574;N)には、時間短縮変動回
数更新処理を終了する。また、時間短縮変動回数が「0」となった場合(ステップY57
4;Y)には、時短終了に関する信号(例えば、大当り2信号をOFF)を外部情報出力
データ領域にセーブして(ステップY575)、時短状態の終了に関する信号(例えば、
特別図柄1変動時間短縮状態信号をOFF、特別図柄2変動時間短縮状態信号をOFF、
普通図柄1変動時間短縮状態信号をOFF、普通電動役物1開放延長状態信号をOFF)
を試験信号出力データ領域にセーブする(ステップY576)。
次いで、遊技状態表示番号領域に低確率中の番号をセーブし(ステップY577)、特
図ゲームモードフラグ領域に特図低確率&時短なしフラグをセーブし(ステップY578
)、普図ゲームモードフラグ領域に普図時短なしフラグをセーブする(ステップY579
)。そして、通常遊技状態に戻ることから通常ベース状態判定フラグ領域に通常ベース状
態情報をセーブして(ステップY580)、時間短縮変動回数更新処理を終了する。
If the number of time reduction fluctuations is not "0" (step Y574; N), the time reduction fluctuation number update process is terminated. Further, when the number of time reduction fluctuations becomes "0" (step Y57).
In 4; Y), a signal relating to the end of the time saving state (for example, turning off the jackpot 2 signal) is saved in the external information output data area (step Y575), and a signal relating to the end of the time saving state (for example, the signal indicating the end of the time saving state) is saved.
Special symbol 1 variable time shortened state signal is turned off, special symbol 2 variable time shortened state signal is turned off,
Normal symbol 1 Fluctuation time shortened state signal is turned off, normal electric accessory 1 open extension state signal is turned off)
Is saved in the test signal output data area (step Y576).
Next, the low probability number is saved in the game state display number area (step Y577), and the special figure low probability & no time saving flag is saved in the special figure game mode flag area (step Y578).
), Save the normal map time reduction flag in the normal map game mode flag area (step Y579)
). Then, since the game returns to the normal game state, the normal base state information is saved in the normal base state determination flag area (step Y580), and the time reduction variation number update process is completed.

〔特図1変動中処理〕
図40には、上述の特図1ゲーム処理における特図1変動中処理(ステップY110)
を示した。この特図1変動中処理では、まず、図柄確定回数出力回数を+1更新する(ス
テップY621)。そして、飾り特図1コマンド領域からコマンドをロードして準備し(
ステップY622)、演出コマンド設定処理(ステップY623)を行う。
[Special Figure 1 Processing during fluctuation]
FIG. 40 shows the special figure 1 changing process (step Y110) in the special figure 1 game process described above.
showed that. In this special figure 1 changing process, first, the number of times the symbol is fixed is updated by +1 (step Y621). Then, load the command from the decoration special figure 1 command area and prepare (
Step Y622) and the effect command setting process (step Y623) are performed.

次に、飾り特図1停止コマンドを準備して(ステップY624)、演出コマンド設定処
理(ステップY625)を行う。本実施形態の遊技機では、変動開始時に設定した変動時
間よりも前に強制的に停止する場合もあるため、変動を停止する際には停止コマンドを演
出制御装置300に送信するようにしている。そして、停止図柄パターンに対応する表示
時間を設定する(ステップY626)。本実施形態では、例えば、はずれの場合に600
m秒、大当りの場合に2000m秒の表示時間が設定される。
Next, the decorative special figure 1 stop command is prepared (step Y624), and the effect command setting process (step Y625) is performed. In the gaming machine of the present embodiment, the game machine may be forcibly stopped before the fluctuation time set at the start of the fluctuation. Therefore, when the fluctuation is stopped, a stop command is transmitted to the effect control device 300. .. Then, the display time corresponding to the stop symbol pattern is set (step Y626). In the present embodiment, for example, 600 in the case of disconnection.
A display time of m seconds, or 2000 msec in the case of a big hit, is set.

その後、特図1はずれであるか、すなわち特図1変動表示ゲームの結果がはずれである
か判定する(ステップY627)。特図1はずれである場合(ステップY627;Y)に
は、ステップY642へ移行する。また、特図1はずれでない場合(ステップY627;
N)、すなわち大当りである場合には、特図2変動表示ゲームも実行中であるか判定する
(ステップY628)。なお、特図2変動表示ゲームが実行中であるか否かは特図ステー
タスを参照することで把握できる。
After that, it is determined whether the special figure 1 is out of alignment, that is, whether the result of the special drawing 1 variation display game is out of alignment (step Y627). If it is out of the special figure 1 (step Y627; Y), the process proceeds to step Y642. In addition, when the special figure 1 is not out of place (step Y627;
N), that is, if it is a big hit, it is determined whether or not the special figure 2 variable display game is also being executed (step Y628). It should be noted that whether or not the special figure 2 variable display game is being executed can be grasped by referring to the special figure status.

そして、特図2変動表示ゲームが実行中でない場合(ステップY628;Y)には、ス
テップY639へ移行する。また、特図2変動表示ゲームが実行中である場合(ステップ
Y628;Y)には、特図2表示中処理中であるか判定する(ステップY629)。すな
わち、この場合は、特図1変動表示ゲームが大当りになることに基づき、実行中の特図2
変動表示ゲームが強制的にはずれ結果で停止させられる場合である。なお、特図2変動表
示ゲームがすでに変動表示を終了しているが表示時間(停止時間)が終了していない場合
も強制停止の対象となる。
Then, when the special figure 2 variation display game is not being executed (step Y628; Y), the process proceeds to step Y639. Further, when the special figure 2 variable display game is being executed (step Y628; Y), it is determined whether or not the special figure 2 display process is being performed (step Y629). That is, in this case, based on the fact that the special figure 1 variable display game becomes a big hit, the special figure 2 being executed
This is a case where the variable display game is forcibly stopped due to a loss result. Note that even if the special figure 2 variable display game has already finished the variable display but the display time (stop time) has not ended, it is also subject to forced stop.

特図2表示中処理中である場合(ステップY639;Y)には、ステップY631へ移
行する。また、特図2表示中処理中でない場合(ステップY629;N)には、図柄確定
回数出力回数を+1更新して(ステップY630)、特図2の表示時間として上記で設定
した特図1の表示時間+4m秒の表示時間を設定する(ステップY631)。特図2の表
示時間として特図1の表示時間+4m秒の表示時間を設定することで、特図1と特図2の
表示時間が同時に終了するようになる。なお、すでに特図2変動表示ゲームが表示時間中
であった場合にも表示時間が再設定され、新たに表示時間が開始されるようになる。この
再設定によって、停止表示の時間は延長されるが、場合によっては短くなる可能性もある
If the process during display of special figure 2 is in progress (step Y639; Y), the process proceeds to step Y631. Further, when the special figure 2 is not being processed during display (step Y629; N), the number of times the symbol is confirmed is updated by +1 (step Y630), and the special figure 1 is set as the display time of the special figure 2. Display time + display time of 4 msec is set (step Y631). By setting the display time of the special figure 1 + the display time of 4 msec as the display time of the special figure 2, the display times of the special figure 1 and the special figure 2 end at the same time. Even if the special figure 2 variable display game is already in the display time, the display time is reset and a new display time is started. This resetting extends the stop display time, but may shorten it in some cases.

次に、特図2ゲーム処理タイマ領域に表示時間をセーブして(ステップY632)、飾
り特図2はずれ図柄コマンドを設定して準備する(ステップY633)。そして、飾り特
図2コマンド領域に図柄コマンドをセーブして(ステップY634)、演出コマンド設定
処理(ステップY635)を行う。その後、飾り特図2停止コマンドを準備して(ステッ
プY636)、演出コマンド設定処理(ステップY638)を行い、特図2表示中処理移
行設定処理2(ステップY638)を行う。
Next, the display time is saved in the special figure 2 game processing timer area (step Y632), and the decorative special figure 2 off-design command is set and prepared (step Y633). Then, the symbol command is saved in the decorative special figure 2 command area (step Y634), and the effect command setting process (step Y635) is performed. After that, the decorative special figure 2 stop command is prepared (step Y636), the effect command setting process (step Y638) is performed, and the special figure 2 display process transition setting process 2 (step Y638) is performed.

そして、飾り特図1コマンド領域からコマンドをロードして当り図柄コマンド領域にセ
ーブし(ステップY639)、特図1ラウンド数上限値情報領域から情報をロードしてラ
ウンド数上限値情報領域にセーブし(ステップY640)、特図1大入賞口開放情報領域
から情報をロードして大入賞口開放情報領域にセーブする(ステップY641)。その後
、特図1停止図柄退避領域から情報をロードして特図1停止図柄領域にセーブし(ステッ
プY642)、特図1表示中処理移行設定処理1(ステップY643)を行って、特図1
表示中処理を終了する。
Then, the command is loaded from the decorative special figure 1 command area and saved in the hit symbol command area (step Y639), and the information is loaded from the special figure 1 round number upper limit value information area and saved in the round number upper limit information area. (Step Y640), the information is loaded from the special figure 1 large winning opening opening information area and saved in the large winning opening opening information area (step Y641). After that, information is loaded from the special figure 1 stop symbol save area, saved in the special figure 1 stop symbol area (step Y642), and the special figure 1 display process transition setting process 1 (step Y643) is performed to perform the special figure 1
Ends the process being displayed.

〔特図2変動中処理〕
図41には、上述の特図2ゲーム処理における特図2変動中処理(ステップY143)
を示した。この特図2変動中処理では、まず、図柄確定回数出力回数を+1更新する(ス
テップY651)。そして、飾り特図2コマンド領域からコマンドをロードして準備し(
ステップY652)、演出コマンド設定処理(ステップY653)を行う。
[Special Figure 2 Processing during fluctuation]
FIG. 41 shows the special figure 2 changing process (step Y143) in the above-mentioned special figure 2 game process.
showed that. In this special figure 2 changing process, first, the number of times the symbol is fixed is updated by +1 (step Y651). Then, load the command from the decoration special figure 2 command area and prepare (
Step Y652) and the effect command setting process (step Y653) are performed.

次に、飾り特図2停止コマンドを準備して(ステップY654)、演出コマンド設定処
理(ステップY655)を行う。そして、停止図柄パターンに対応する表示時間を設定す
る(ステップY656)。本実施形態では、例えば、はずれの場合に600m秒、大当り
の場合に600m秒、小当りの場合に136m秒の表示時間が設定される。
Next, the decorative special figure 2 stop command is prepared (step Y654), and the effect command setting process (step Y655) is performed. Then, the display time corresponding to the stop symbol pattern is set (step Y656). In the present embodiment, for example, a display time of 600 msec is set in the case of a miss, 600 ms in the case of a big hit, and 136 ms in the case of a small hit.

その後、特図2はずれであるか、すなわち特図2変動表示ゲームの結果がはずれである
か判定する(ステップY657)。特図2はずれである場合(ステップY657;Y)に
は、ステップY677へ移行する。また、特図2はずれでない場合(ステップY657;
N)、すなわち大当り又は小当りである場合には、特図1変動表示ゲームも実行中である
か判定する(ステップY658)。なお、特図1変動表示ゲームが実行中であるか否かは
特図ステータスを参照することで把握できる。
After that, it is determined whether the special figure 2 is out of alignment, that is, whether the result of the special drawing 2 variation display game is out of alignment (step Y657). If it is out of the special figure 2 (step Y657; Y), the process proceeds to step Y677. In addition, when the special figure 2 is not off (step Y657;
N), that is, if it is a big hit or a small hit, it is determined whether or not the special figure 1 variable display game is also being executed (step Y658). Whether or not the special figure 1 variable display game is being executed can be grasped by referring to the special figure status.

そして、特図1変動表示ゲームが実行中でない場合(ステップY658;N)には、ス
テップY673へ移行する。また、特図1変動表示ゲームが実行中である場合(ステップ
Y658;Y)には、特図2大当りであるか、すなわち特図2変動表示ゲームの結果が大
当りであるか判定する(ステップY659)。特図2大当りでない場合(ステップY65
9;N)、すなわち特図2変動表示ゲームの結果が小当りである場合には、特図1ゲーム
中断フラグをセットし(ステップY670)、飾り特図1中断コマンドを準備して(ステ
ップY671)、演出コマンド設定処理(ステップY672)を行い、ステップY673
へ移行する。
Then, when the special figure 1 variation display game is not being executed (step Y658; N), the process proceeds to step Y673. Further, when the special figure 1 variable display game is being executed (step Y658; Y), it is determined whether the special figure 2 big hit, that is, the result of the special figure 2 variable display game is a big hit (step Y659). ). Special figure 2 When it is not a big hit (step Y65)
9; N), that is, when the result of the special figure 2 variable display game is a small hit, the special figure 1 game interruption flag is set (step Y670), and the decorative special figure 1 interruption command is prepared (step Y671). ), Perform the effect command setting process (step Y672), and step Y673.
Move to.

すなわち、この場合は、特図2変動表示ゲームが小当りとなることに基づき、実行中の
特図1変動表示ゲームが中断させられる場合である。なお、特図1変動表示ゲームがすで
に変動表示を終了しているが表示時間(停止時間)が終了していない場合も中断の対象と
なる。中断された特図1変動表示ゲームは小当り(第2特別結果)に基づく特別遊技状態
(第2特別遊技状態)の終了に伴い再開される。
That is, in this case, the running special figure 1 variable display game is interrupted based on the fact that the special figure 2 variable display game becomes a small hit. Note that even if the special figure 1 variable display game has already finished the variable display but the display time (stop time) has not ended, it is also subject to interruption. The interrupted special figure 1 variable display game is restarted with the end of the special gaming state (second special gaming state) based on the small hit (second special result).

一方、特図2大当りである場合(ステップY659;Y)には、特図1表示中処理中で
あるか判定する(ステップY660)。すなわち、この場合は、特図2変動表示ゲームが
大当りになることに基づき、実行中の特図1変動表示ゲームが強制的にはずれ結果で停止
させられる場合である。なお、特図1変動表示ゲームがすでに変動表示を終了しているが
表示時間(停止時間)が終了していない場合も強制停止の対象となる。
On the other hand, in the case of a special figure 2 big hit (step Y659; Y), it is determined whether the special figure 1 display is being processed (step Y660). That is, in this case, based on the fact that the special figure 2 variable display game becomes a big hit, the running special figure 1 variable display game is forcibly stopped with a disengagement result. Note that even if the special figure 1 variable display game has already finished the variable display but the display time (stop time) has not ended, it is also subject to forced stop.

特図1表示中処理中である場合(ステップY660;Y)には、ステップY662へ移
行する。また、特図1表示中処理中でない場合(ステップY660;N)には、図柄確定
回数出力回数を+1更新して(ステップY661)、特図1の表示時間として上記で設定
した特図2の表示時間+4m秒の表示時間を設定する(ステップY662)。特図1の表
示時間として特図2の表示時間+4m秒の表示時間を設定することで、特図1と特図2の
表示時間が同時に終了するようになる。なお、すでに特図1変動表示ゲームが表示時間中
であった場合にも表示時間が再設定され、新たに表示時間が開始されるようになる。この
再設定によって、停止表示の時間は延長されるが、場合によっては短くなる可能性もある
If the process during display of special figure 1 is in progress (step Y660; Y), the process proceeds to step Y662. Further, when the special figure 1 is not being processed during display (step Y660; N), the number of times the symbol is fixed is updated by +1 (step Y661), and the display time of the special figure 1 is set as the display time of the special figure 2. Display time + display time of 4 msec is set (step Y662). By setting the display time of the special figure 2 + the display time of 4 msec as the display time of the special figure 1, the display times of the special figure 1 and the special figure 2 end at the same time. Even if the special figure 1 variable display game is already in the display time, the display time is reset and a new display time is started. This resetting extends the stop display time, but may shorten it in some cases.

次に、特図1ゲーム処理タイマ領域に表示時間をセーブして(ステップY663)、飾
り特図1はずれ図柄コマンドを設定して準備する(ステップY664)。そして、飾り特
図1コマンド領域に図柄コマンドをセーブして(ステップY665)、演出コマンド設定
処理(ステップY666)を行う。その後、飾り特図1停止コマンドを準備して(ステッ
プY667)、演出コマンド設定処理(ステップY668)を行い、特図1表示中処理移
行設定処理2(ステップY669)を行う。
Next, the display time is saved in the special figure 1 game processing timer area (step Y663), and the decorative special figure 1 off-design command is set and prepared (step Y664). Then, the symbol command is saved in the decorative special figure 1 command area (step Y665), and the effect command setting process (step Y666) is performed. After that, the decorative special figure 1 stop command is prepared (step Y667), the effect command setting process (step Y668) is performed, and the special figure 1 display process transition setting process 2 (step Y669) is performed.

そして、飾り特図2コマンド領域からコマンドをロードして当り図柄コマンド領域にセ
ーブし(ステップY673)、特図2小当りであるか、すなわち特図2変動表示ゲームの
結果が小当りであるか判定する(ステップY674)。特図2小当りである場合(ステッ
プY674;Y)には、ステップY677へ移行する。また、特図2小当りでない場合(
ステップY674;N)、すなわち大当りである場合には、特図2ラウンド数上限値情報
領域から情報をロードしてラウンド数上限値情報領域にセーブし(ステップY675)、
特図2大入賞口開放情報領域から情報をロードして大入賞口開放情報領域にセーブする(
ステップY676)。その後、特図2停止図柄退避領域から情報をロードして特図2停止
図柄領域にセーブし(ステップY677)、特図2表示中処理移行設定処理1(ステップ
Y678)を行って、特図2表示中処理を終了する。
Then, the command is loaded from the decorative special figure 2 command area and saved in the hit symbol command area (step Y673), and whether the special figure 2 is a small hit, that is, whether the result of the special figure 2 variable display game is a small hit. Determine (step Y674). In the case of a special figure 2 small hit (step Y674; Y), the process proceeds to step Y677. Also, if it is not a special figure 2 small hit (
Step Y674; N), that is, in the case of a big hit, the information is loaded from the special figure 2 round number upper limit information area and saved in the round number upper limit information area (step Y675).
Special figure 2 Load information from the large winning opening opening information area and save it in the large winning opening opening information area (
Step Y676). After that, information is loaded from the special figure 2 stop symbol save area, saved in the special figure 2 stop symbol area (step Y677), and the special figure 2 display process transition setting process 1 (step Y678) is performed to perform the special figure 2 stop symbol area. Ends the process being displayed.

〔特図1表示中処理〕
図42には、上述の特図1ゲーム処理における特図1表示中処理(ステップY111)
を示した。この特図1表示中処理では、まず、特図1変動開始処理における大当りフラグ
1設定処理にて大当りフラグ1領域に設定された大当りフラグ1ロードし(ステップY7
51)、大当りフラグ1領域をクリアする(ステップY752)。そして、特図1は大当
りか、すなわちロードされた大当りフラグ1が大当り情報か判定し(ステップY753)
、特図1が大当りである場合(ステップY753;Y)には、特図1変動表示ゲームの大
当り(特図1大当り)の開始に関する試験信号(例えば、条件装置作動中信号をON、特
別図柄1当り信号をON)を試験信号出力データ領域にセーブする(ステップY754)
[Processing during display of special figure 1]
FIG. 42 shows the process during display of the special figure 1 in the above-mentioned special figure 1 game process (step Y111).
showed that. In this special figure 1 display process, first, the big hit flag 1 set in the big hit flag 1 area in the big hit flag 1 setting process in the special figure 1 fluctuation start process is loaded (step Y7).
51), the jackpot flag 1 area is cleared (step Y752). Then, the special figure 1 determines whether it is a big hit, that is, whether the loaded big hit flag 1 is big hit information (step Y753).
, When the special figure 1 is a big hit (step Y753; Y), a test signal (for example, the condition device operating signal is turned on, a special symbol) regarding the start of the big hit (special figure 1 big hit) of the special figure 1 variation display game is turned on. (1 signal ON) is saved in the test signal output data area (step Y754).
..

次に、特図1停止図柄パターンに対応した飾り特図コマンドを当り図柄コマンド領域か
らロードして準備し(ステップY755)、演出コマンド設定処理(ステップY756)
を行う。その後、ファンファーレコマンドを準備して(ステップY757)、演出コマン
ド設定処理(ステップY758)を行う。
次に、大入賞口開放情報と特図変動表示ゲームにて大当りとなる確率の状態に対応する
信号を外部情報出力データ領域にセーブする(ステップY759)。本実施形態の場合、
大入賞口開放情報と確率の状態に対応する信号として、大当り2信号と大当り3信号をセ
ーブする。なお、それぞれのON/OFFは大入賞口開放情報と確率の状態とで決まる。
Next, the decorative special figure command corresponding to the special figure 1 stop symbol pattern is loaded and prepared from the hit symbol command area (step Y755), and the effect command setting process (step Y756) is performed.
I do. After that, the fanfare command is prepared (step Y757), and the effect command setting process (step Y758) is performed.
Next, the signal corresponding to the big winning opening opening information and the state of the probability of becoming a big hit in the special figure variation display game is saved in the external information output data area (step Y759). In the case of this embodiment
Two big hit signals and three big hit signals are saved as signals corresponding to the big winning opening opening information and the state of probability. In addition, each ON / OFF is determined by the big winning opening opening information and the state of the probability.

その後、大入賞口開放情報に対応する大当りファンファーレ時間(例えば100m秒)
を設定して(ステップY760)、設定した大当りファンファーレ時間を特図1ゲーム処
理タイマ領域にセーブする(ステップY761)。次に、処理番号として3を設定し(ス
テップY762)、特図1ゲーム処理番号領域にセーブする(ステップY763)。さら
に、ファンファーレ/インターバル中処理移行設定処理(ステップY764)を行って、
特図1表示中処理を終了する。
After that, the jackpot fanfare time (for example, 100 ms) corresponding to the jackpot opening information
Is set (step Y760), and the set jackpot fanfare time is saved in the special figure 1 game processing timer area (step Y761). Next, 3 is set as the processing number (step Y762), and the game is saved in the special figure 1 game processing number area (step Y763). Further, the fanfare / interval processing transition setting processing (step Y764) is performed to perform the fanfare / interval processing transition setting processing.
Special Figure 1 Displaying Processing ends.

一方、特図1が大当りでない場合(ステップY753;N)、すなわち大当りフラグ1
がはずれ情報である場合には、高確率最終変動であるか判定し(ステップY765)、高
確率最終変動でない場合(ステップY765;N)には時間短縮最終変動であるか判定す
る(ステップY766)。ここでは、実行中の特図1変動表示ゲームに対する転落抽選に
当選した場合に、高確率最終変動であると判定する。また、実行中の特図1変動表示ゲー
ムが、特別遊技状態の終了から100回(サポート回数)目の特図変動表示ゲームである
場合に、時間短縮最終変動であると判定する。
On the other hand, when the special figure 1 is not a big hit (step Y753; N), that is, the big hit flag 1
If it is out-of-order information, it is determined whether it is a high-probability final variation (step Y765), and if it is not a high-probability final variation (step Y765; N), it is determined whether it is a time-reduced final variation (step Y766). .. Here, when the fall lottery for the special figure 1 variation display game being executed is won, it is determined that the final variation has a high probability. Further, when the special figure 1 variation display game being executed is the special figure variation display game 100 times (the number of times of support) from the end of the special game state, it is determined that the time reduction final variation.

そして、高確率最終変動でない場合(ステップY765;N)及び時間短縮最終変動で
ない場合(ステップY766;N)には、ステップY774へ移行する。また、高確率最
終変動である場合(ステップY765;Y)又は時間短縮最終変動である場合(ステップ
Y766;Y)には、確率情報コマンド(低確率)を準備して(ステップY767)、演
出コマンド設定処理(ステップY768)を行う。次いで、停電復旧時送信コマンド領域
に確率状態コマンド(低確率)をセーブし(ステップY769)、左打ち指示報知フラグ
をクリアして(ステップY770)、特図2の小当り中であるか、すなわち特図2変動表
示ゲームの結果が小当りになることに基づき実行される特別遊技状態中であるか判定する
(ステップY771)。
Then, if it is not a high-probability final variation (step Y765; N) and if it is not a time-reduced final variation (step Y766; N), the process proceeds to step Y774. Further, in the case of a high probability final variation (step Y765; Y) or a time reduction final variation (step Y766; Y), a probability information command (low probability) is prepared (step Y767), and an effect command is provided. The setting process (step Y768) is performed. Next, the probability state command (low probability) is saved in the transmission command area at the time of power failure recovery (step Y769), the left-handed instruction notification flag is cleared (step Y770), and the small hit in Special Figure 2 is in progress, that is, Special Figure 2 It is determined whether or not a special gaming state is executed based on the result of the variable display game being a small hit (step Y771).

特図2の小当り中である場合(ステップY771;Y)には、ステップY774へ移行
する。一方、特図2の小当り中でない場合(ステップY771;N)には、左打ち指示に
関する信号を試験信号出力データ領域にセーブする(ステップY772)。ここでは発射
位置指定信号1をOFFにするように設定する。そして、遊技状態表示番号2領域に左打
ち状態中の番号をセーブする(ステップY773)。これにより、第1遊技状態表示部5
6が消灯状態となり、左打ちを指示する表示となる。その後、特図ステータス領域の特図
1変動中をクリア(情報減算)し(ステップY774)、特図1ゲーム処理番号領域に特
図1普段処理番号をセーブして(ステップY775)、特図1表示中処理を終了する。
If the small hit in FIG. 2 is in progress (step Y771; Y), the process proceeds to step Y774. On the other hand, when the small hit in FIG. 2 is not in progress (step Y771; N), the signal related to the left-handed instruction is saved in the test signal output data area (step Y772). Here, the launch position designation signal 1 is set to be turned off. Then, the number in the left-handed state is saved in the game state display number 2 area (step Y773). As a result, the first game status display unit 5
6 is turned off, and a display instructing left-handed is displayed. After that, the special figure 1 in the special figure status area is cleared (information subtraction) (step Y774), the special figure 1 normal processing number is saved in the special figure 1 game processing number area (step Y775), and the special figure 1 is Ends the process being displayed.

〔特図2表示中処理〕
図43及び図44には、上述の特図2ゲーム処理における特図2表示中処理(ステップ
Y144)を示した。なお、特図2表示中処理は、上述の特図1表示中処理と同等の処理
を、特図2を対象として行うものである。この特図2表示中処理では、まず、特図2変動
開始処理における大当りフラグ2設定処理にて小当りフラグ2領域に設定された小当りフ
ラグ2をロードして(ステップY811)、小当りフラグ2領域をクリアする(ステップ
Y812)。
[Processing during display of special figure 2]
43 and 44 show the process during display of the special figure 2 (step Y144) in the above-mentioned special figure 2 game process. In addition, the special figure 2 display process is the same process as the special figure 1 display process described above for the special figure 2. In this special figure 2 display process, first, the small hit flag 2 set in the small hit flag 2 area in the big hit flag 2 setting process in the special figure 2 fluctuation start process is loaded (step Y811), and the small hit flag is loaded. Clear two areas (step Y812).

次に、特図2変動開始処理における大当りフラグ2設定処理にて大当りフラグ2領域に
設定された大当りフラグ2ロードして(ステップY813)、大当りフラグ2領域をクリ
アする(ステップY814)。そして、特図2は大当りか、すなわちロードされた大当り
フラグ2が大当り情報か判定し(ステップY815)、特図2が大当りである場合(ステ
ップY815;Y)には、特図2変動表示ゲームの大当り(特図2大当り)の開始に関す
る試験信号(例えば、条件装置作動中信号をON、特別図柄2当り信号をON)を試験信
号出力データ領域にセーブする(ステップY816)。
Next, the jackpot flag 2 set in the jackpot flag 2 region is loaded (step Y813) in the jackpot flag 2 setting process in the special figure 2 fluctuation start processing, and the jackpot flag 2 region is cleared (step Y814). Then, it is determined whether the special figure 2 is a big hit, that is, whether the loaded big hit flag 2 is the big hit information (step Y815), and when the special figure 2 is a big hit (step Y815; Y), the special figure 2 variation display game. The test signal (for example, the condition device operating signal is turned ON and the special symbol 2 hit signal is turned ON) regarding the start of the big hit (special figure 2 big hit) is saved in the test signal output data area (step Y816).

次に、特図2停止図柄パターンに対応した飾り特図コマンドを当り図柄コマンド領域か
らロードして準備し(ステップY817)、演出コマンド設定処理(ステップY818)
を行う。その後、ファンファーレコマンドを準備して(ステップY819)、演出コマン
ド設定処理(ステップY820)を行う。
次に、大入賞口開放情報と特図変動表示ゲームにて大当りとなる確率の状態に対応する
信号を外部情報出力データ領域にセーブする(ステップY821)。本実施形態の場合、
大入賞口開放情報と確率の状態に対応する信号として、大当り2信号と大当り3信号をセ
ーブする。なお、それぞれのON/OFFは大入賞口開放情報と確率の状態とで決まる。
Next, the decorative special symbol command corresponding to the special figure 2 stop symbol pattern is loaded and prepared from the hit symbol command area (step Y817), and the effect command setting process (step Y818) is performed.
I do. After that, the fanfare command is prepared (step Y819), and the effect command setting process (step Y820) is performed.
Next, the signal corresponding to the big winning opening opening information and the state of the probability of becoming a big hit in the special figure variation display game is saved in the external information output data area (step Y821). In the case of this embodiment
Two big hit signals and three big hit signals are saved as signals corresponding to the big winning opening opening information and the state of probability. In addition, each ON / OFF is determined by the big winning opening opening information and the state of the probability.

その後、大入賞口開放情報に対応する大当りファンファーレ時間(例えば100m秒)
を設定して(ステップY822)、設定した大当りファンファーレ時間を特図2ゲーム処
理タイマ領域にセーブする(ステップY823)。次に、処理番号として3を設定し(ス
テップY824)、特図2ゲーム処理番号領域にセーブする(ステップY825)。さら
に、ファンファーレ/インターバル中処理移行設定処理(ステップY826)を行って、
特図2表示中処理を終了する。
After that, the jackpot fanfare time (for example, 100 ms) corresponding to the jackpot opening information
Is set (step Y822), and the set jackpot fanfare time is saved in the special figure 2 game processing timer area (step Y823). Next, 3 is set as the processing number (step Y824), and the game is saved in the special figure 2 game processing number area (step Y825). Further, the fanfare / inter-interval processing transition setting processing (step Y826) is performed.
Special Figure 2 Displaying Processing ends.

一方、特図2が大当りでない場合(ステップY815;N)、すなわち大当りフラグ2
がはずれ情報である場合には、ロードした小当りフラグ2が小当り(小当り情報)か判定
する(ステップY827)。そして、小当りフラグ2が小当りである場合(ステップY8
27;Y)には、高確率最終変動であるか判定し(ステップY828)、高確率最終変動
でない場合(ステップY828;N)には時間短縮最終変動であるか判定する(ステップ
Y829)。ここでは、実行中の特図2変動表示ゲームに対する転落抽選に当選した場合
に、高確率最終変動であると判定する。また、実行中の特図2変動表示ゲームが、特別遊
技状態の終了から100回(サポート回数)目の特図変動表示ゲームである場合に、時間
短縮最終変動であると判定する。
On the other hand, when the special figure 2 is not a big hit (step Y815; N), that is, the big hit flag 2
If the information is out of order, it is determined whether the loaded small hit flag 2 is a small hit (small hit information) (step Y827). Then, when the small hit flag 2 is a small hit (step Y8).
In 27; Y), it is determined whether it is a high-probability final variation (step Y828), and when it is not a high-probability final variation (step Y828; N), it is determined whether it is a time-reduced final variation (step Y829). Here, when the fall lottery for the special figure 2 variation display game being executed is won, it is determined that the final variation has a high probability. Further, when the special figure 2 variation display game being executed is the special figure variation display game 100 times (support count) from the end of the special game state, it is determined that the time is shortened and the final variation is achieved.

そして、高確率最終変動でない場合(ステップY828;N)及び時間短縮最終変動で
ない場合(ステップY829;N)には、ステップY834へ移行する。また、高確率最
終変動である場合(ステップY828;Y)又は時間短縮最終変動である場合(ステップ
Y829;Y)には、確率情報コマンド(低確率)を準備して(ステップY830)、演
出コマンド設定処理(ステップY831)を行う。次いで、停電復旧時送信コマンド領域
に確率状態コマンド(低確率)をセーブし(ステップY832)、左打ち指示報知フラグ
をクリアする(ステップY833)。
本実施形態の遊技機10においては、特図変動表示ゲームの確率状態が高確率状態であ
る場合には、小当りの発生で大入賞口は開くが、小当りの発生を遊技者に意識させないよ
うにするために、表示装置41に表示される画面を変化させないようになっている。
Then, if it is not a high-probability final variation (step Y828; N) and if it is not a time-reduced final variation (step Y829; N), the process proceeds to step Y834. Further, in the case of a high probability final variation (step Y828; Y) or a time reduction final variation (step Y829; Y), a probability information command (low probability) is prepared (step Y830), and an effect command is provided. The setting process (step Y831) is performed. Next, the probability state command (low probability) is saved in the transmission command area at the time of power failure recovery (step Y832), and the left-handed instruction notification flag is cleared (step Y833).
In the game machine 10 of the present embodiment, when the probability state of the special figure variation display game is a high probability state, the big winning opening is opened by the occurrence of a small hit, but the player is not aware of the occurrence of the small hit. In order to do so, the screen displayed on the display device 41 is not changed.

次に、当り図柄コマンド領域からコマンドをロードして準備し(ステップY834)、
演出コマンド設定処理(ステップY835)を行う。さらに、小当りファンファーレコマ
ンドを準備し(ステップY836)、演出コマンド設定処理(ステップY837)を行っ
て、右打ち指示に関する信号を試験信号出力データ領域にセーブする(ステップY838
)。ここでは発射位置指定信号1をONにするように設定する。そして、遊技状態表示番
号2領域に右打ち状態中の番号をセーブする(ステップY839)。これにより第1遊技
状態表示部56が点灯状態となり、右打ちを指示する表示となる。
その後、下大入賞口不正入賞数領域をクリアし(ステップY840)、下大入賞口不正
監視期間フラグ領域に不正監視期間外フラグをセーブして(ステップY841)、特図2
小当りファンファーレ中処理移行設定処理(ステップY857)を行い、特図2表示中処
理を終了する。
Next, load and prepare a command from the hit symbol command area (step Y834), and prepare.
The effect command setting process (step Y835) is performed. Further, a small hit fanfare command is prepared (step Y836), an effect command setting process (step Y837) is performed, and a signal related to a right-handed instruction is saved in the test signal output data area (step Y838).
). Here, the launch position designation signal 1 is set to be ON. Then, the number in the right-handed state is saved in the game state display number 2 area (step Y839). As a result, the first game status display unit 56 is turned on, and a display instructing a right-handed strike is made.
After that, the area of the number of illegal winnings of the lower prize opening is cleared (step Y840), the flag outside the illegal monitoring period is saved in the area of the flag area of the illegal monitoring period of the lower winning opening (step Y841), and special figure 2
The small hit fanfare middle process transition setting process (step Y857) is performed, and the special figure 2 display process is terminated.

また、小当りフラグ2が小当りでない場合(ステップY827;N)には、高確率最終
変動であるか判定し(ステップY843)、高確率最終変動でない場合(ステップY84
3;N)には時間短縮最終変動であるか判定する(ステップY844)。ここでは、実行
中の特図2変動表示ゲームに対する転落抽選に当選した場合に、高確率最終変動であると
判定する。また、実行中の特図2変動表示ゲームが、特別遊技状態の終了から100回(
サポート回数)目の特図変動表示ゲームである場合に、時間短縮最終変動であると判定す
る。
Further, when the small hit flag 2 is not a small hit (step Y827; N), it is determined whether it is a high-probability final fluctuation (step Y843), and when it is not a high-probability final fluctuation (step Y84).
In 3; N), it is determined whether or not the time is the final variation (step Y844). Here, when the fall lottery for the special figure 2 variation display game being executed is won, it is determined that the final variation has a high probability. In addition, the running special figure 2 variable display game has been played 100 times since the end of the special game state (
In the case of the special figure fluctuation display game of the eye), it is determined that the time is shortened and the final fluctuation is made.

そして、高確率最終変動でない場合(ステップY843;N)及び時間短縮最終変動で
ない場合(ステップY844;N)には、ステップY850へ移行する。また、高確率最
終変動である場合(ステップY843;Y)又は時間短縮最終変動である場合(ステップ
Y844;Y)には、確率情報コマンド(低確率)を準備して(ステップY845)、演
出コマンド設定処理(ステップY846)を行う。次いで、停電復旧時送信コマンド領域
に確率状態コマンド(低確率)をセーブし(ステップY847)、左打ち指示に関する信
号を試験信号出力データ領域にセーブする(ステップY848)。ここでは発射位置指定
信号1をOFFにするように設定する。そして、遊技状態表示番号2領域に左打ち状態中
の番号をセーブする(ステップY849)。これにより第1遊技状態表示部56が消灯状
態となり、左打ちを指示する表示となる。その後、特図ステータス領域の特図2変動中を
クリア(情報減算)し(ステップY850)、特図2ゲーム処理番号領域に特図2普段処
理番号をセーブして(ステップY851)、特図2表示中処理を終了する。
Then, if it is not a high-probability final variation (step Y843; N) and if it is not a time-reduced final variation (step Y844; N), the process proceeds to step Y850. Further, in the case of a high probability final variation (step Y843; Y) or a time reduction final variation (step Y844; Y), a probability information command (low probability) is prepared (step Y845), and an effect command is provided. The setting process (step Y846) is performed. Next, the probability state command (low probability) is saved in the power failure recovery transmission command area (step Y847), and the signal related to the left-handed instruction is saved in the test signal output data area (step Y848). Here, the launch position designation signal 1 is set to be turned off. Then, the number in the left-handed state is saved in the game state display number 2 area (step Y849). As a result, the first game status display unit 56 is turned off, and a left-handed strike instruction is displayed. After that, the special figure 2 in the special figure status area is cleared (information subtraction) (step Y850), the special figure 2 normal processing number is saved in the special figure 2 game processing number area (step Y851), and the special figure 2 is Ends the process being displayed.

すなわち、遊技制御装置100が、変動表示ゲームが第1特別結果となったことに基づ
き、条件装置の作動を伴って特別変動入賞装置を開放する第1特別遊技状態を発生させる
第1特別遊技発生手段をなすとともに、変動表示ゲームが第2特別結果となったことに基
づき、条件装置の作動を伴わずに特別変動入賞装置を開放する第2特別遊技状態を発生さ
せる第2特別遊技発生手段をなす。
That is, the game control device 100 generates a first special game state in which the special variable winning device is opened with the operation of the condition device based on the first special result of the variable display game. A second special game generating means for generating a second special gaming state in which the special variable winning device is opened without operating the condition device based on the fact that the variable display game has achieved the second special result. Eggplant.

〔ファンファーレ/インターバル中処理移行設定処理〕
図45には、上述の特図1表示中処理及び特図2表示中処理におけるファンファーレ/
インターバル中処理移行設定処理(ステップY764、Y826)を示した。このファン
ファーレ/インターバル中処理移行設定処理では、まず、大当り(第1特別遊技状態)の
開始に関する信号を外部情報出力データ領域にセーブする(ステップY871)。ここで
は大当り又は小当りで出力する大当り1信号をONに設定し、大当りで出力する大当り4
信号をONに設定する。
[Fanfare / In-interval processing Transition setting processing]
FIG. 45 shows the fanfare / in the above-mentioned special figure 1 display processing and special figure 2 display processing.
The process transition setting process during the interval (step Y764, Y826) is shown. In this fanfare / inter-interval processing transition setting processing, first, a signal relating to the start of a big hit (first special game state) is saved in the external information output data area (step Y871). Here, the jackpot 1 signal output by the jackpot or the jackpot is set to ON, and the jackpot 4 output by the jackpot is set to ON.
Set the signal to ON.

次に高確率状態と時短状態(特別図柄の変動時間短縮状態)の終了に関する信号を試験
信号出力データ領域にセーブする(ステップY872)。ここでは、特別図柄1高確率状
態信号をOFF、特別図柄2高確率状態信号をOFF、特別図柄1変動時間短縮状態信号
をOFF、特別図柄2変動時間短縮状態信号をOFF、普通図柄1変動時間短縮状態信号
をOFF、普通電動役物1開放延長状態信号をOFFに設定する。
Next, the signal relating to the end of the high probability state and the time saving state (the state in which the fluctuation time of the special symbol is shortened) is saved in the test signal output data area (step Y872). Here, the special symbol 1 high probability state signal is turned off, the special symbol 2 high probability state signal is turned off, the special symbol 1 fluctuation time shortened state signal is turned off, the special symbol 2 fluctuation time shortened state signal is turned off, and the normal symbol 1 fluctuation time is shortened. The shortened state signal is set to OFF, and the normal electric accessory 1 open extension state signal is set to OFF.

その後、特別遊技状態で実行したラウンド数を管理するためのラウンド数領域をクリア
し(ステップY873)、遊技状態表示番号領域に低確率中の番号をセーブして(ステッ
プY874)、特図ゲームモードフラグ領域に特図低確率、時短なしフラグをセーブする
(ステップY875)。そして、普図ゲームモードフラグ領域に普図時短なしフラグをセ
ーブし(ステップY876)、停電復旧時に演出制御装置300に出力されるコマンドを
セーブする停電復旧時送信コマンド領域に確率情報コマンド(低確率)をセーブする(ス
テップY877)。これにより高確率状態及び時短状態が終了し、通常確率状態かつ通常
状態となる。
After that, the number of rounds area for managing the number of rounds executed in the special game state is cleared (step Y873), the number in the low probability is saved in the game state display number area (step Y874), and the special figure game mode A special low probability, no time saving flag is saved in the flag area (step Y875). Then, the normal figure time reduction flag is saved in the normal figure game mode flag area (step Y876), and the command output to the effect control device 300 at the time of power failure recovery is saved. The probability information command (low probability) is saved in the power failure recovery transmission command area. ) Is saved (step Y877). As a result, the high probability state and the time saving state are ended, and the normal probability state and the normal state are set.

次に、時短状態とするゲーム数を管理する時間短縮変動回数領域をクリアし(ステップ
Y878)、特図ステータス領域に大当り中情報をセーブする(ステップY879)。さ
らに、右打ち指示に関する信号を試験信号出力データ領域にセーブし(ステップY880
)、遊技状態表示番号2領域に右打ち状態中の番号をセーブする(ステップY881)。
その後、特別遊技状態となることから通常ベース状態判定フラグ領域に通常ベース状態以
外情報をセーブして(ステップY882)、ファンファーレ/インターバル中処理移行設
定処理を終了する。
Next, the time reduction fluctuation frequency area for managing the number of games to be shortened is cleared (step Y878), and the jackpot information is saved in the special figure status area (step Y879). Further, the signal related to the right-handed instruction is saved in the test signal output data area (step Y880).
), The number in the right-handed state is saved in the game state display number 2 area (step Y881).
After that, since the special game state is set, information other than the normal base state is saved in the normal base state determination flag area (step Y882), and the fanfare / inter-interval process transition setting process is terminated.

〔ファンファーレ/インターバル中処理〕
図46及び図47には、上述の特図1ゲーム処理及び特図2ゲーム処理におけるファン
ファーレ/インターバル中処理(ステップY112,Y145)を示した。このファンフ
ァーレ/インターバル中処理では、まず、残存球カウンタが0であるか判定し(ステップ
Y939)、残存球カウンタが0でない場合(ステップY939;N)には、ファンファ
ーレ/インターバル中処理を終了する。一方、残存球カウンタが0である場合(ステップ
Y939;Y)には、初回ラウンドであるか判定する(ステップY940)。
[Fanfare / Processing during interval]
46 and 47 show fanfare / interval processing (steps Y112, Y145) in the above-mentioned special figure 1 game processing and special drawing 2 game processing. In this fanfare / interval processing, first, it is determined whether the remaining ball counter is 0 (step Y939), and if the remaining ball counter is not 0 (step Y939; N), the fanfare / interval processing is terminated. On the other hand, when the remaining ball counter is 0 (step Y939; Y), it is determined whether it is the first round (step Y940).

初回ラウンドでない場合(ステップY940;N)には、ステップY950へ移行する
。一方、初回ラウンドである場合(ステップY940;Y)には、普図始動ゲート34へ
の遊技球の通過があったか判定する(ステップY941)。ここで、本実施形態では、特
図変動表示ゲームにおいて大当り(第1特別結果)が導出された後に遊技球が普図始動ゲ
ート34を通過することにより特別遊技状態が開始されるようになっている。なお、普図
始動ゲート34とは別に設けたゲートを遊技球が通過することにより特別遊技状態の開始
条件が成立するようにしても良い。
If it is not the first round (step Y940; N), the process proceeds to step Y950. On the other hand, in the case of the first round (step Y940; Y), it is determined whether or not the game ball has passed through the normal drawing start gate 34 (step Y941). Here, in the present embodiment, the special game state is started by the game ball passing through the normal figure start gate 34 after the big hit (first special result) is derived in the special figure variation display game. There is. It should be noted that the start condition of the special game state may be satisfied when the game ball passes through a gate provided separately from the normal drawing start gate 34.

普図始動ゲート34への遊技球の通過がない場合(ステップY941;N)には、ファ
ンファーレ/インターバル中処理を終了する。一方、普図始動ゲート34への遊技球の通
過があった場合(ステップY941;Y)には、ラウンド数上限値テーブルを準備し(ス
テップY942)、ラウンド数上限値情報をロードして準備して(ステップY943)、
2バイトデータ取得処理を行う(ステップY944)。これにより取得したラウンド数上
限値(本実施形態の場合、10)をラウンド数上限値領域にセーブする(ステップY94
5)。さらに、取得したラウンド数上限値情報に対応するラウンドLEDポインタをラウ
ンドLEDポインタ領域にセーブする(ステップY946)。
If the game ball does not pass through the normal drawing start gate 34 (step Y941; N), the fanfare / interval processing is terminated. On the other hand, when the game ball passes through the normal drawing start gate 34 (step Y941; Y), the round number upper limit value table is prepared (step Y942), and the round number upper limit value information is loaded and prepared. (Step Y943),
Performs 2-byte data acquisition processing (step Y944). The upper limit of the number of rounds (10 in the case of this embodiment) acquired in this way is saved in the upper limit of the number of rounds (step Y94).
5). Further, the round LED pointer corresponding to the acquired round number upper limit value information is saved in the round LED pointer area (step Y946).

次いで、上大入賞口不正入賞数領域をクリアし(ステップY947)、上大入賞口不正
監視期間フラグ領域に不正監視期間外フラグをセーブする(ステップY948)。その後
、役物連続作動装置作動中信号のオン出力データを試験信号出力データ領域にセーブして
(ステップY949)、特別遊技状態のラウンド数を+1更新する(ステップY950)
。そして、大入賞口開放情報とラウンド数に対応するラウンドコマンドを準備して(ステ
ップY951)、演出コマンド設定処理(ステップY952)を行う。
Next, the area of the number of illegal winnings of the upper prize opening is cleared (step Y947), and the flag outside the illegal monitoring period is saved in the area of the flag area of the illegal monitoring period of the upper winning opening (step Y948). After that, the on-output data of the signal during operation of the accessory continuous operation device is saved in the test signal output data area (step Y949), and the number of rounds in the special gaming state is updated by +1 (step Y950).
.. Then, a round command corresponding to the large winning opening opening information and the number of rounds is prepared (step Y951), and the effect command setting process (step Y952) is performed.

次に、大入賞口開放情報とラウンド数に対応する大当り中処理制御ポインタ初期値を設
定し(ステップY953)、ポインタ初期値を大当り中処理制御ポインタ領域にセーブし
て(ステップY954)、大入賞口開放情報とラウンド数に対応する大入賞口開放時間を
設定する(ステップY955)。大当り中処理制御ポインタ初期値としては、一のラウン
ドにおいて開閉を繰り返す場合には0を設定する。本実施形態では、Vありロング開放が
相当する。また、一のラウンドにおいて1回の開放を行う場合には、大当り動作終了値(
本実施形態の場合、2)を設定する。なお、一のラウンドにおける開閉回数に応じて初期
値を0以外に設定しても良い。
Next, the initial value of the jackpot processing control pointer corresponding to the jackpot opening information and the number of rounds is set (step Y953), the pointer initial value is saved in the jackpot processing control pointer area (step Y954), and the jackpot prize is won. The large winning opening time corresponding to the opening information and the number of rounds is set (step Y955). The initial value of the processing control pointer during the jackpot is set to 0 when opening and closing are repeated in one round. In this embodiment, a long opening with V corresponds. In addition, when opening once in one round, the jackpot operation end value (
In the case of this embodiment, 2) is set. The initial value may be set to a value other than 0 according to the number of times of opening and closing in one round.

次に、レバーソレノイド動作ラウンドであるか判定する(ステップY956)。レバー
ソレノイド動作ラウンドとは、レバーソレノイド38fを動作してレバー部材を動作させ
るラウンドであり、本実施形態の場合は1ラウンド目の特定ラウンドのみである。そして
、レバーソレノイド動作ラウンドである場合(ステップY956;Y)には、レバーソレ
ノイドの動作データを設定する(ステップY957)。これにより、レバーソレノイド制
御ポインタ領域にデータが設定されるとともに、レバーソレノイド制御タイマがクリアさ
れる。一方、レバーソレノイド動作ラウンドでない場合(ステップY956;N)には、
レバーソレノイドの停止データを設定する(ステップY958)。
Next, it is determined whether the lever solenoid operation round is reached (step Y956). The lever solenoid operation round is a round in which the lever solenoid 38f is operated to operate the lever member, and in the case of the present embodiment, it is only a specific round of the first round. Then, in the case of the lever solenoid operation round (step Y956; Y), the operation data of the lever solenoid is set (step Y957). As a result, data is set in the lever solenoid control pointer area, and the lever solenoid control timer is cleared. On the other hand, when it is not the lever solenoid operation round (step Y956; N),
The stop data of the lever solenoid is set (step Y958).

その後、処理番号として4を設定し(ステップY959)、特図1の大当りであるか判
定する(ステップY960)。そして、特図1の大当りである場合(ステップY960;
Y)には、処理番号を特図1ゲーム処理番号領域にセーブし(ステップY961)、大入
賞口開放時間を特図1ゲーム処理タイマ領域にセーブする(ステップY962)。一方、
特図1の大当りでない場合(ステップY960;N)、すなわち特図2の大当りである場
合には、処理番号を特図2ゲーム処理番号領域にセーブし(ステップY963)、大入賞
口開放時間を特図2ゲーム処理タイマ領域にセーブする(ステップY964)。
After that, 4 is set as the processing number (step Y959), and it is determined whether or not the special figure 1 is a big hit (step Y960). And when it is a big hit of special figure 1 (step Y960;
In Y), the processing number is saved in the special figure 1 game processing number area (step Y961), and the large winning opening opening time is saved in the special drawing 1 game processing timer area (step Y962). on the other hand,
If it is not the big hit of special figure 1 (step Y960; N), that is, if it is the big hit of special figure 2, the processing number is saved in the special figure 2 game processing number area (step Y963), and the big winning opening opening time is set. Special figure 2 Save in the game processing timer area (step Y964).

そして、上大入賞口の開放開始に関する信号を試験信号出力データ領域にセーブする(
ステップY965)。ここでは特別電動役物1作動中信号をONに設定する。次に、第1
特別変動入賞装置38の開閉部材を開放するために大入賞口ソレノイド出力データ領域に
上大入賞口オンデータをセーブし(ステップY966)、大入賞口への入賞数を計数する
大入賞口カウント数をクリアして(ステップY967)、ファンファーレ/インターバル
中処理を終了する。
Then, the signal related to the opening start of the upper prize opening is saved in the test signal output data area (
Step Y965). Here, the signal during operation of the special electric accessory 1 is set to ON. Next, the first
In order to open the opening / closing member of the special variable winning device 38, the upper winning opening on-data is saved in the large winning opening solenoid output data area (step Y966), and the number of winnings to the large winning opening is counted. Is cleared (step Y967), and the fanfare / interval processing is completed.

本実施形態では、例えば図6及び図7に示すように、大当りに基づく特別遊技状態(第
1特別遊技状態)においては、上大入賞口(第1特別変動入賞装置38)のみが開放し、
小当りに基づく特別遊技状態(第2特別遊技状態)においては、下大入賞口(第2特別変
動入賞装置39)のみが開放するが、これに限定されない。例えば、第1特別遊技状態に
おける開閉態様は、1ラウンド目は上大入賞口が開放し、2ラウンド目以降は下大入賞口
が開放するような態様であって良い。
In the present embodiment, for example, as shown in FIGS. 6 and 7, in the special gaming state based on the jackpot (first special gaming state), only the upper prize opening (first special variable winning device 38) is opened.
In the special gaming state based on the small hit (second special gaming state), only the lower large winning opening (second special variable winning device 39) is opened, but the present invention is not limited to this. For example, the opening / closing mode in the first special game state may be such that the upper prize opening is open in the first round and the lower prize opening is open in the second and subsequent rounds.

〔特図1大当り終了処理〕
図48には、上述の特図1ゲーム処理における特図1大当り終了処理(ステップY11
5)を示した。この特図1大当り終了処理では、まず、時間短縮判定データによるサブル
ーチンコールを行う(ステップY1101)。ステップY1101にて時間短縮判定デー
タが時短なしの場合には、大当り終了設定処理1(ステップY1102)を行い、ステッ
プY1101にて時間短縮判定データが時短ありの場合には、大当り終了設定処理2(ス
テップY1103)を行う。
[Special figure 1 jackpot end processing]
FIG. 48 shows the special figure 1 jackpot end process (step Y11) in the above-mentioned special figure 1 game process.
5) is shown. In this special figure 1 jackpot end process, first, a subroutine call based on the time reduction determination data is performed (step Y1101). If the time reduction determination data has no time reduction in step Y1101, the jackpot end setting process 1 (step Y1102) is performed, and if the time reduction determination data has time reduction in step Y1101, the jackpot end setting process 2 (step Y1102) is performed. Step Y1103) is performed.

次いで、特定領域通過情報があるか判定する(ステップY1104)。本実施形態では
、特定領域(確変作動領域)に遊技球が流入した際に特定領域通過フラグがセットされ、
この特定領域通過フラグがセットされている場合に、特定領域通過情報があると判定する
。特定領域通過情報がない場合(ステップY1104;N)には、ステップY1106へ
移行する。一方、特定領域通過情報がある場合(ステップY1104;Y)には、大当り
終了設定処理3(ステップY1105)を行う。そして、停電復旧時送信コマンド領域か
ら確率情報コマンドをロードし(ステップY1106)、通常大当り(本実施形態の場合
、10R通常大当り)に基づく特別遊技状態における特定領域(確変作動領域)への遊技
球の流入である特定領域イレギュラー通過であるか判定する(ステップY1107)。
Next, it is determined whether or not there is specific area passage information (step Y1104). In the present embodiment, when the game ball flows into the specific area (probability variation operation area), the specific area passage flag is set.
When this specific area passage flag is set, it is determined that there is specific area passage information. If there is no specific area passage information (step Y1104; N), the process proceeds to step Y1106. On the other hand, when there is specific area passage information (step Y1104; Y), the jackpot end setting process 3 (step Y1105) is performed. Then, the probability information command is loaded from the transmission command area at the time of power failure recovery (step Y1106), and the game ball to the specific area (probability variation operation area) in the special game state based on the normal jackpot (10R normal jackpot in the case of this embodiment). It is determined whether or not the passage is irregular in the specific region, which is the inflow of the (step Y1107).

特定領域イレギュラー通過でない場合(ステップY1107;N)には、ステップY1
109へ移行する。一方、特定領域イレギュラー通過である場合(ステップY1107;
Y)には、確率情報コマンドにイレギュラー確変情報を上乗せして(ステップY1108
)、演出コマンド設定処理(ステップY1109)を行う。ステップY1109の処理に
よって、確率情報コマンドが演出制御装置300に送信される。ここで送信される確率情
報コマンドとしては、「高確率・時短あり」、「低確率・時短あり」、「低確率・時短な
し」の何れかに演出モードの情報が含まれた複数のコマンドがあり、確変作動領域イレギ
ュラー通過の場合はイレギュラー確変情報が上乗せされる。
If the passage is not irregular in the specific region (step Y1107; N), step Y1
Move to 109. On the other hand, when the passage is irregular in a specific region (step Y1107;
In Y), add irregular probability variation information to the probability information command (step Y1108).
), The effect command setting process (step Y1109) is performed. By the process of step Y1109, the probability information command is transmitted to the effect control device 300. As the probability information command transmitted here, there are a plurality of commands in which the production mode information is included in any of "high probability / time saving", "low probability / time saving", and "low probability / no time saving". Yes, in the case of irregular passage in the probability variation operation area, irregular probability variation information is added.

次に、処理番号として特図1普段処理に係る「0」を設定し(ステップY1110)、
処理番号を特図1ゲーム処理番号領域にセーブする(ステップY1111)。次に、大当
りの終了に関する信号を外部情報出力データ領域にセーブする(ステップY1112)。
ここでは、大当り1信号及び大当り3信号をOFFに設定する。そして、大当りの終了に
関する信号を試験信号出力データ領域にセーブする(ステップY1113)。ここでは、
条件装置作動中信号、役物連続作動装置作動中信号、特別図柄1当り信号及び特別図柄2
当り信号をOFFに設定する。
Next, "0" related to the special figure 1 normal processing is set as the processing number (step Y1110), and the processing number is set.
The processing number is saved in the special figure 1 game processing number area (step Y1111). Next, the signal regarding the end of the jackpot is saved in the external information output data area (step Y1112).
Here, the jackpot 1 signal and the jackpot 3 signal are set to OFF. Then, the signal regarding the end of the jackpot is saved in the test signal output data area (step Y1113). here,
Condition device operating signal, accessory continuous operating device operating signal, special symbol 1 hit signal and special symbol 2
Set the hit signal to OFF.

次に、ラウンドLEDポインタ領域に消灯の番号をセーブし(ステップY1114)、
上大入賞口不正監視期間フラグ領域に不正監視期間中フラグをセーブして(ステップY1
115)、特図ステータス領域をクリアする(ステップY1116)。なお、特図ステー
タス領域のクリアにより、特図1変動表示ゲームと特図2変動表示ゲームの何れも実行さ
れていない状態を示す特図ステータス0となる。そして、特図2ゲームウェイト時間値(
例えば8m秒)を特図2ゲーム処理タイマ領域にセーブして(ステップY1117)、特
図1大当り終了処理を終了する。
Next, the turn-off number is saved in the round LED pointer area (step Y1114).
Save the flag during the fraud monitoring period in the fraud monitoring period flag area of the upper prize opening (step Y1)
115), clear the special figure status area (step Y1116). By clearing the special figure status area, the special figure status 0 indicates that neither the special figure 1 variable display game nor the special figure 2 variable display game is being executed. And special figure 2 game weight time value (
For example, 8 ms) is saved in the special figure 2 game processing timer area (step Y1117), and the special figure 1 big hit end process is completed.

この特図1大当り終了処理を行うことで特図1及び特図2の何れについても特図変動表
示ゲームを開始可能となるが、タイマ割込み処理においては特図1ゲーム処理の後に特図
2ゲーム処理を行うため、特図1大当り終了処理を行ったタイマ割込みで特図2ゲーム処
理において特図変動表示ゲームを開始する処理が行われて特図1変動表示ゲームよりも特
図2変動表示ゲームの方が先に開始可能となってしまう。そこで、ステップY1117に
おいて特図2ゲームウェイト時間値を特図2ゲーム処理タイマ領域にセーブすることで、
特図2変動表示ゲームについての開始処理を次回のタイマ割込み処理まで遅らせるように
し、特図1変動表示ゲームと特図2変動表示ゲームが同一のタイマ割込みで処理されるよ
うにしている。
すなわち、遊技制御装置100が、特別遊技状態の終了後に、第1変動表示ゲーム実行
制御手段が第1変動表示ゲームの開始に関する処理を実行可能となるまで、第2変動表示
ゲーム実行制御手段が第2変動表示ゲームの開始に関する処理を実行可能な状態としない
ようにするゲーム処理待機手段をなす。
By performing this special figure 1 jackpot end processing, it is possible to start the special figure variation display game for both special figure 1 and special figure 2, but in the timer interrupt processing, the special figure 2 game is performed after the special figure 1 game processing. In order to perform the processing, the timer interrupt that has performed the special figure 1 jackpot end process is used to start the special figure variation display game in the special figure 2 game processing, and the special figure 2 variation display game is performed rather than the special figure 1 variation display game. Can be started earlier. Therefore, in step Y1117, the special figure 2 game wait time value is saved in the special figure 2 game processing timer area.
The start processing of the special figure 2 variable display game is delayed until the next timer interrupt processing, and the special figure 1 variable display game and the special figure 2 variable display game are processed by the same timer interrupt.
That is, the second variable display game execution control means is the first until the game control device 100 can execute the process related to the start of the first variable display game after the end of the special game state. 2 Variable display A game processing standby means for preventing the processing related to the start of the game from being executed.

〔特図2大当り終了処理〕
図49には、上述の特図2ゲーム処理における特図2大当り終了処理(ステップY14
8)を示した。特図2大当り終了処理は、上述の特図1大当り処理でのステップY110
9を行わない以外は同等の処理である。この特図2大当り終了処理では、まず、時間短縮
判定データによるサブルーチンコールを行う(ステップY1131)。ステップY113
1にて時間短縮判定データが時短なしの場合には、大当り終了設定処理1(ステップY1
132)を行い、ステップY1131にて時間短縮判定データが時短ありの場合には、大
当り終了設定処理2(ステップY1133)を行う。
[Special figure 2 jackpot end processing]
FIG. 49 shows the special figure 2 jackpot end process (step Y14) in the above-mentioned special figure 2 game process.
8) was shown. The special figure 2 big hit end process is the step Y110 in the above-mentioned special figure 1 big hit process.
The process is the same except that 9 is not performed. In this special figure 2 big hit end process, first, a subroutine call is performed based on the time reduction determination data (step Y1131). Step Y113
If there is no time reduction in the time reduction determination data in 1, the jackpot end setting process 1 (step Y1)
132) is performed, and if the time reduction determination data has a time reduction in step Y1131, the jackpot end setting process 2 (step Y1133) is performed.

次いで、特定領域通過情報があるか判定し(ステップY1134)、特定領域通過情報
がない場合(ステップY1134;N)には、ステップY1136へ移行する。一方、特
定領域通過情報がある場合(ステップY1134;Y)には、大当り終了設定処理3(ス
テップY1135)を行う。そして、停電復旧時送信コマンド領域から確率情報コマンド
をロードし(ステップY1136)、通常大当り(本実施形態の場合、10R通常大当り
)に基づく特別遊技状態における特定領域(確変作動領域)への遊技球の流入である特定
領域イレギュラー通過であるか判定する(ステップY1137)。
Next, it is determined whether or not there is specific area passage information (step Y1134), and if there is no specific area passage information (step Y1134; N), the process proceeds to step Y1136. On the other hand, when there is specific area passage information (step Y1134; Y), the jackpot end setting process 3 (step Y1135) is performed. Then, the probability information command is loaded from the transmission command area at the time of power failure recovery (step Y1136), and the game ball to the specific area (probability variation operation area) in the special game state based on the normal jackpot (10R normal jackpot in the case of this embodiment). It is determined whether or not the passage is irregular in the specific region, which is the inflow of the (step Y1137).

特定領域イレギュラー通過でない場合(ステップY1137;N)には、ステップY1
139へ移行する。一方、特定領域イレギュラー通過である場合(ステップY1137;
Y)には、確率情報コマンドにイレギュラー確変情報を上乗せして(ステップY1138
)、演出コマンド設定処理(ステップY1139)を行う。ステップY1139の処理に
よって、確率情報コマンドが演出制御装置300に送信される。ここで送信される確率情
報コマンドとしては、「高確率・時短あり」、「低確率・時短あり」、「低確率・時短な
し」の何れかに演出モードの情報が含まれた複数のコマンドがあり、確変作動領域イレギ
ュラー通過の場合はイレギュラー確変情報が上乗せされる。
If the passage is not irregular in a specific area (step Y1137; N), step Y1
Move to 139. On the other hand, when the passage is irregular in a specific area (step Y1137;
In Y), add irregular probability variation information to the probability information command (step Y1138).
), The effect command setting process (step Y1139) is performed. By the process of step Y1139, the probability information command is transmitted to the effect control device 300. As the probability information command transmitted here, there are a plurality of commands in which the production mode information is included in any of "high probability / time saving", "low probability / time saving", and "low probability / no time saving". Yes, in the case of irregular passage in the probability variation operation area, irregular probability variation information is added.

次に、処理番号として特図2普段処理に係る「0」を設定し(ステップY1140)、
処理番号を特図2ゲーム処理番号領域にセーブする(ステップY1141)。次に、大当
りの終了に関する信号を外部情報出力データ領域にセーブする(ステップY1143)。
ここでは、大当り1信号及び大当り3信号をOFFに設定する。そして、大当りの終了に
関する信号を試験信号出力データ領域にセーブする(ステップY1143)。ここでは、
条件装置作動中信号、役物連続作動装置作動中信号、特別図柄1当り信号及び特別図柄2
当り信号をOFFに設定する。
Next, "0" related to the special figure 2 normal processing is set as the processing number (step Y1140).
The processing number is saved in the special figure 2 game processing number area (step Y1141). Next, the signal regarding the end of the jackpot is saved in the external information output data area (step Y1143).
Here, the jackpot 1 signal and the jackpot 3 signal are set to OFF. Then, the signal regarding the end of the jackpot is saved in the test signal output data area (step Y1143). here,
Condition device operating signal, accessory continuous operating device operating signal, special symbol 1 hit signal and special symbol 2
Set the hit signal to OFF.

次に、ラウンドLEDポインタ領域に消灯の番号をセーブし(ステップY1144)、
上大入賞口不正監視期間フラグ領域に不正監視期間中フラグをセーブし(ステップY11
45)、特図ステータス領域をクリアして(ステップY1146)、特図2大当り終了処
理を終了する。なお、特図ステータス領域のクリアにより、特図1変動表示ゲームと特図
2変動表示ゲームの何れも実行されていない状態を示す特図ステータス0となる。
Next, the turn-off number is saved in the round LED pointer area (step Y1144), and the light is turned off.
Save the flag during the fraud monitoring period in the fraud monitoring period flag area of the upper prize opening (step Y11)
45), the special figure status area is cleared (step Y1146), and the special figure 2 jackpot end process is completed. By clearing the special figure status area, the special figure status 0 indicates that neither the special figure 1 variable display game nor the special figure 2 variable display game is being executed.

〔大当り終了設定処理1〕
図50(a)には、上述の特図1ゲーム処理及び特図2ゲーム処理における大当り終了
設定処理1(ステップY1102,1132)を示した。この大当り終了設定処理1では
、まず、時短なしの開始に関する信号を外部情報出力データ領域にセーブする(ステップ
Y1151)。ここでは、大当り2信号をOFFに設定する。この時点では、データの設
定のみで出力はされない。
[Big hit end setting process 1]
FIG. 50A shows the jackpot end setting process 1 (steps Y1102, 1132) in the above-mentioned special figure 1 game process and special figure 2 game process. In the jackpot end setting process 1, first, the signal relating to the start without shortening the time is saved in the external information output data area (step Y1151). Here, the jackpot 2 signal is set to OFF. At this point, only the data is set and no output is made.

次に、時短なしの開始に関する信号を試験信号出力データ領域にセーブする(ステップ
Y1152)。ここでは、特別図柄1高確率状態信号、特別図柄2高確率状態信号、特別
図柄1変動時間短縮状態信号、特別図柄2変動時間短縮状態信号、普通図柄1変動時間短
縮状態信号及び普通電動役物1開放延長状態信号をOFFに設定する。
その後、遊技状態表示番号領域に時短なしの番号をセーブし(ステップY1153)、
普図ゲームモードフラグ領域に普図時短なしフラグをセーブする(ステップY1154)
。次いで、特図ゲームモードフラグ領域に特図低確率及び時短なしフラグをセーブし(ス
テップY1155)、時短状態で実行可能な特図変動表示ゲームの回数を管理するための
時間短縮変動回数領域を0クリアする(ステップY1156)。
Next, the signal relating to the start without time reduction is saved in the test signal output data area (step Y1152). Here, special symbol 1 high probability state signal, special symbol 2 high probability state signal, special symbol 1 fluctuation time shortened state signal, special symbol 2 fluctuation time shortened state signal, normal symbol 1 fluctuation time shortened state signal, and ordinary electric accessory 1 Set the open extension status signal to OFF.
After that, the number without time reduction is saved in the game status display number area (step Y1153), and
Save the normal time saving flag in the normal figure game mode flag area (step Y1154).
.. Next, the special figure low probability and no time reduction flag are saved in the special figure game mode flag area (step Y1155), and the time reduction fluctuation number area for managing the number of special figure variation display games that can be executed in the time reduction state is set to 0. Clear (step Y1156).

次に、左打ち指示に関する信号を試験信号出力データ領域にセーブする(ステップY1
157)。ここでは発射位置指定信号1をOFFに設定する。次いで、遊技状態表示番号
2領域に左打ち状態中の番号をセーブする(ステップY1158)。これにより第1遊技
状態表示部56が消灯状態となり、左打ちを指示する表示となる。その後、停電復旧時送
信コマンド領域に確率情報コマンド(低確率)をセーブして(ステップY1159)、大
当り終了設定処理1を終了する。この処理により、通常遊技状態となる。
Next, the signal related to the left-handed instruction is saved in the test signal output data area (step Y1).
157). Here, the launch position designation signal 1 is set to OFF. Next, the number in the left-handed state is saved in the game state display number 2 area (step Y1158). As a result, the first game status display unit 56 is turned off, and a left-handed strike instruction is displayed. After that, the probability information command (low probability) is saved in the transmission command area when the power is restored (step Y1159), and the jackpot end setting process 1 is terminated. By this process, it becomes a normal game state.

〔大当り終了設定処理2〕
図50(b)には、上述の特図1ゲーム処理及び特図2ゲーム処理における大当り終了
設定処理2(ステップY1103,1133)を示した。この大当り終了設定処理2では
、まず、時短の開始に関する信号を外部情報出力データ領域にセーブする(ステップY1
161)。ここでは、大当り2信号をONに設定する。なお、大当り2信号は特別遊技状
態中もONとなっており、これを継続するようにしている。
[Big hit end setting process 2]
FIG. 50B shows the jackpot end setting process 2 (steps Y1103, 1133) in the above-mentioned special figure 1 game process and special figure 2 game process. In the jackpot end setting process 2, first, the signal related to the start of the time saving is saved in the external information output data area (step Y1).
161). Here, the jackpot 2 signal is set to ON. The jackpot 2 signal is ON even during the special game state, and this is continued.

次に、時短ありの開始に関する信号を試験信号出力データ領域にセーブする(ステップ
Y1162)。ここでは、特別図柄1高確率状態信号、特別図柄2高確率状態信号、特別
図柄1変動時間短縮状態信号、特別図柄2変動時間短縮状態信号、普通図柄1変動時間短
縮状態信号及び普通電動役物1開放延長状態信号をONに設定する。
その後、遊技状態表示番号領域に時短ありの番号をセーブし(ステップY1163)、
普図ゲームモードフラグ領域に普図時短ありフラグをセーブする(ステップY1164)
。次いで、特図ゲームモードフラグ領域に特図低確率及び時短ありフラグをセーブし(ス
テップY1165)、時短状態で実行可能な特図変動表示ゲームの回数を管理するための
時間短縮変動回数領域に初期値をセーブする(ステップY1166)。本実施形態の場合
、サポート回数が100回であるため、ステップY1166では初期値として100がセ
ーブされる。
Next, the signal relating to the start with a short time is saved in the test signal output data area (step Y1162). Here, special symbol 1 high probability state signal, special symbol 2 high probability state signal, special symbol 1 fluctuation time shortened state signal, special symbol 2 fluctuation time shortened state signal, normal symbol 1 fluctuation time shortened state signal, and ordinary electric accessory 1 Set the open extension status signal to ON.
After that, the number with the time saving is saved in the game status display number area (step Y1163), and
Save the flag with a short time in the normal map game mode flag area (step Y1164)
.. Next, the special figure low probability and time saving flags are saved in the special figure game mode flag area (step Y1165), and the initial time saving fluctuation number area for managing the number of special figure fluctuation display games that can be executed in the time saving state is initially set. Save the value (step Y1166). In the case of this embodiment, since the number of times of support is 100, 100 is saved as an initial value in step Y1166.

そして、停電復旧時送信コマンド領域に確率情報コマンド(時短)をセーブして(ステ
ップY1167)、大当り終了設定処理2を終了する。この処理により、特図低確率の第
2特定遊技状態となる。なお、本実施形態の場合、時短状態中は右打ちモードであるが、
大当り中から右打ちモードが設定されているので、大当り終了設定処理2では右打ちに関
する設定を行わない。
Then, the probability information command (time reduction) is saved in the transmission command area at the time of power failure recovery (step Y1167), and the jackpot end setting process 2 is terminated. By this processing, it becomes the second specific game state with a low probability of special figure. In the case of this embodiment, the right-handed mode is used during the time saving state.
Since the right-handed mode is set from the big hit, the right-handed setting is not performed in the big hit end setting process 2.

〔大当り終了設定処理3〕
図51には、上述の特図1ゲーム処理及び特図2ゲーム処理における大当り終了設定処
理3(ステップY1105,Y1135)を示した。この大当り終了設定処理3では、ま
ず、特図時短の開始に関する信号を外部情報出力データ領域にセーブする(ステップY1
171)。ここでは、大当り2信号をONに設定する。なお、大当り2信号は特別遊技状
態中もONとなっており、これを継続するようにしている。
[Big hit end setting process 3]
FIG. 51 shows the jackpot end setting process 3 (steps Y1105 and Y1135) in the above-mentioned special figure 1 game process and special figure 2 game process. In the jackpot end setting process 3, first, the signal related to the start of the special figure time reduction is saved in the external information output data area (step Y1).
171). Here, the jackpot 2 signal is set to ON. The jackpot 2 signal is ON even during the special game state, and this is continued.

次に、高確率&時短ありの開始に関する信号を試験信号出力データ領域にセーブする(
ステップY1172)。ここでは、特別図柄1高確率状態信号、特別図柄2高確率状態信
号、特別図柄1変動時間短縮状態信号及び特別図柄2変動時間短縮状態信号をONに設定
する。その後、遊技状態表示番号領域に時短ありの番号をセーブし(ステップY1173
)、特図ゲームモードフラグ領域に特図高確率及び時短ありフラグをセーブする(ステッ
プY1174)。
Next, save the signal related to the start with high probability & time saving in the test signal output data area (
Step Y1172). Here, the special symbol 1 high probability state signal, the special symbol 2 high probability state signal, the special symbol 1 fluctuation time shortened state signal, and the special symbol 2 fluctuation time shortened state signal are set to ON. After that, the number with the time reduction is saved in the game status display number area (step Y1173).
), Save the special figure high probability and time saving flag in the special figure game mode flag area (step Y1174).

次に、右打ち指示に関する信号を試験信号出力データ領域にセーブする(ステップY1
175)。ここでは発射位置指定信号1をONに設定する。次いで、遊技状態表示番号2
領域に右打ち状態中の番号をセーブする(ステップY1176)。これにより第1遊技状
態表示部56が点灯状態となり、右打ちを指示する表示となる。その後、停電復旧時送信
コマンド領域に確率情報コマンド(高確率)をセーブして(ステップY1177)、大当
り終了設定処理3を終了する。この処理により、高確率状態となる。すなわち、大当り終
了設定処理1の後に大当り終了設定処理3を実行することで、第1特定遊技状態となり、
大当り終了設定処理2の後に大当り終了設定処理3を実行することで、特図高確率の第2
特定遊技状態となる。
以上の処理により、第1特別遊技状態の終了後に高確率状態である特定遊技状態が設定
可能となる。すなわち、遊技制御装置100が、特変動表示ゲームの結果が特別結果とな
る確率を通常状態よりも高めた特定遊技状態(第1特定遊技状態ST2、特図高確率の第
2特定遊技状態ST3)を発生可能な特定遊技状態発生手段をなす。
Next, the signal related to the right-handed instruction is saved in the test signal output data area (step Y1).
175). Here, the launch position designation signal 1 is set to ON. Next, the game status display number 2
The number in the right-handed state is saved in the area (step Y1176). As a result, the first game status display unit 56 is turned on, and a display instructing a right-handed strike is made. After that, the probability information command (high probability) is saved in the transmission command area at the time of power failure recovery (step Y1177), and the jackpot end setting process 3 is terminated. By this processing, a high probability state is obtained. That is, by executing the jackpot end setting process 3 after the jackpot end setting process 1, the first specific game state is established.
By executing the jackpot end setting process 3 after the jackpot end setting process 2, the second with a high probability of special figure
It becomes a specific game state.
By the above processing, it is possible to set a specific gaming state which is a high probability state after the end of the first special gaming state. That is, the game control device 100 has a specific game state (first specific game state ST2, special figure high probability second specific game state ST3) in which the probability that the result of the special variation display game becomes a special result is higher than the normal state. Is a means for generating a specific game state that can generate.

〔小当りファンファーレ中処理〕
図52には、上述の特図2ゲーム処理における小当りファンファーレ中処理(ステップ
Y149)を示した。この小当りファンファーレ中処理では、まず、下大入賞口開放の小
当り開放中コマンドを準備し(ステップY1201)、演出コマンド設定処理(ステップ
Y1202)を行う。次に、処理番号として小当り中処理にかかる8を設定し(ステップ
Y1203)、特図2ゲーム処理番号領域に処理番号をセーブする(ステップY1204
)。
[Small hit fanfare middle processing]
FIG. 52 shows the small hit fanfare middle process (step Y149) in the above-mentioned special figure 2 game process. In this small hit fanfare middle process, first, a small hit opening command for opening the lower prize opening is prepared (step Y1201), and an effect command setting process (step Y1202) is performed. Next, 8 related to the small hit medium processing is set as the processing number (step Y1203), and the processing number is saved in the special figure 2 game processing number area (step Y1204).
).

次いで、小当り開放時間(例えば1600m秒)を特図2ゲーム処理タイマ領域にセー
ブして(ステップY1205)、小当り動作の開始に関する信号(特別電動役物2作動中
信号をON)を試験信号出力データ領域にセーブする(ステップY1206)。そして、
大入賞口ソレノイド出力データ領域に下大入賞口オンデータをセーブし(ステップY12
07)、大入賞口への入賞数を計数する大入賞口カウント数領域をクリアして(ステップ
Y1208)、小当りファンファーレ中処理を終了する。
Next, the small hit opening time (for example, 1600 msec) is saved in the special figure 2 game processing timer area (step Y1205), and the signal relating to the start of the small hit operation (turn on the special electric accessory 2 operating signal) is a test signal. Save to the output data area (step Y1206). And
Save the lower prize opening on-data in the grand prize opening solenoid output data area (step Y12)
07), the large winning opening count area for counting the number of winnings to the large winning opening is cleared (step Y1208), and the processing during the small hit fanfare is completed.

〔特図2小当り終了処理〕
図53には、上述の特図2ゲーム処理における特図2小当り終了処理(ステップY15
2)を示した。この特図2小当り終了処理では、まず、処理番号として特図2普段処理に
かかる0を設定し(ステップY1331)、特図2ゲーム処理番号領域に処理番号をセー
ブする(ステップY1332)。
[Special figure 2 small hit end processing]
FIG. 53 shows the special figure 2 small hit end process (step Y15) in the above-mentioned special figure 2 game process.
2) was shown. In this special figure 2 small hit end process, first, 0 related to the special figure 2 normal process is set as the process number (step Y1331), and the process number is saved in the special figure 2 game process number area (step Y1332).

次に、小当りの終了に関する信号を試験信号出力データ領域にセーブする(ステップY
1333)。ここでは、特別図柄2小当り信号をOFFに設定する。そして、下大入賞口
不正監視期間フラグ領域に不正監視期間中フラグをセーブし(ステップY1334)、ラ
ウンドLEDポインタ領域に消灯の番号をセーブして(ステップY1335)、特図ステ
ータス領域をクリアする(ステップY1336)。特図ステータス領域のクリアにより、
特図1変動表示ゲームと特図2変動表示ゲームの何れも実行されていない状態を示す特図
ステータス0となる。
Next, the signal regarding the end of the small hit is saved in the test signal output data area (step Y).
1333). Here, the special symbol 2 small hit signal is set to OFF. Then, the flag during the fraud monitoring period is saved in the lower prize opening fraud monitoring period flag area (step Y1334), the turn-off number is saved in the round LED pointer area (step Y1335), and the special figure status area is cleared (step Y1335). Step Y1336). By clearing the special figure status area
The special figure status 0 indicates that neither the special figure 1 variable display game nor the special figure 2 variable display game is being executed.

次に、特図低確率&時短なし中(通常遊技状態中)であるか判定し(ステップY133
7)、特図低確率&時短なし中でない場合(ステップY1337;N)には、ステップY
1340へ移行する。また、特図低確率&時短なし中である場合(ステップY1337;
Y)には、左打ち指示に関する信号を試験信号出力データ領域にセーブする(ステップY
1338)。ここでは、発射位置指定信号1をOFFに設定する。そして、遊技状態表示
番号2領域に左打ち状態中の番号をセーブして(ステップY1339)、特図1変動表示
ゲームが中断中であるか判定する(ステップY1340)。
Next, it is determined whether or not the special figure has a low probability and no time reduction (during a normal game state) (step Y133).
7) In the case of low probability of special figure & no time reduction (step Y1337; N), step Y
Move to 1340. In addition, when the special figure has a low probability and there is no time reduction (step Y1337;
In Y), the signal related to the left-handed instruction is saved in the test signal output data area (step Y).
1338). Here, the launch position designation signal 1 is set to OFF. Then, the number in the left-handed state is saved in the game state display number 2 area (step Y1339), and it is determined whether or not the special figure 1 variation display game is interrupted (step Y1340).

そして、特図1変動表示ゲームが中断中でない場合(ステップY1340;N)には、
特図1ゲーム中断フラグ領域をクリアし(ステップY1343)、特図2小当り終了処理
を終了する。一方、特図1変動表示ゲームが中断中である場合(ステップY1340;Y
)には、飾り特図1再開コマンドを準備し(ステップY1341)、演出コマンド設定処
理(ステップY1342)を行う。その後、特図1ゲーム中断フラグ領域をクリアして(
ステップY1343)、特図2小当り終了処理を終了する。これにより、特図1変動表示
ゲームでの小当りに基づく特別遊技状態の終了に伴い、中断されていた特図2変動表示ゲ
ームが再開されるようになる。
Then, when the special figure 1 variable display game is not interrupted (step Y1340; N),
The special figure 1 game interruption flag area is cleared (step Y1343), and the special figure 2 small hit end process is completed. On the other hand, when the special figure 1 variable display game is interrupted (step Y1340; Y).
), The decoration special figure 1 restart command is prepared (step Y1341), and the effect command setting process (step Y1342) is performed. After that, clear the special figure 1 game interruption flag area (
Step Y1343), special figure 2 small hit end processing is completed. As a result, the interrupted special figure 2 variable display game is restarted with the end of the special game state based on the small hit in the special figure 1 variable display game.

すなわち、遊技制御装置100が、第1変動表示ゲーム実行制御手段(遊技制御装置1
00)と第2変動表示ゲーム実行制御手段(遊技制御装置100)のいずれか一方の変動
表示ゲーム実行制御手段によって一方の変動表示ゲームの実行制御を行っている場合に、
他方の変動表示ゲーム実行制御手段によって実行制御が行われている他方の変動表示ゲー
ムが特別結果となった場合に、一方の変動表示ゲームを中断し、他方の変動表示ゲームに
基づく特別遊技状態が終了したのちに中断していた一方の変動表示ゲームを再開する再開
制御を実行可能な再開制御手段をなす。
That is, the game control device 100 is the first variable display game execution control means (game control device 1).
When the execution control of one of the variable display game execution control means is performed by the variable display game execution control means of either 00) or the second variable display game execution control means (game control device 100).
When the other variable display game whose execution is controlled by the other variable display game execution control means has a special result, one variable display game is interrupted and the special gaming state based on the other variable display game is changed. It serves as a restart control means capable of executing restart control for restarting one of the variable display games that was interrupted after the game was finished.

〔普図ゲーム処理〕
次に、上述のタイマ割込み処理における普図ゲーム処理(ステップX114)の詳細に
ついて説明する。普図ゲーム処理では、ゲートスイッチ34aの入力の監視と、普図変動
表示ゲームに関する処理全体の制御、普図の表示の設定等を行う。
[Public map game processing]
Next, the details of the normal figure game processing (step X114) in the above-mentioned timer interrupt processing will be described. In the normal map game process, the input of the gate switch 34a is monitored, the entire process related to the normal map variation display game is controlled, and the normal map display is set.

図54に示すように、普図ゲーム処理では、まず、ゲートスイッチ34aからの入力を
監視するゲートスイッチ監視処理(ステップB1)を行い、始動口2スイッチ37aから
の入力を監視する普電入賞スイッチ監視処理(ステップB2)を行う。次に、普図ゲーム
処理タイマが「0」でなければ−1更新する(ステップB3)。なお、普図ゲーム処理タ
イマの最小値は「0」に設定されている。そして、普図ゲーム処理タイマの値が「0」と
なったかを判定する(ステップB4)。
As shown in FIG. 54, in the Fuzu game process, first, the gate switch monitoring process (step B1) for monitoring the input from the gate switch 34a is performed, and the Fuden winning switch for monitoring the input from the start port 2 switch 37a. The monitoring process (step B2) is performed. Next, if the normal figure game processing timer is not "0", -1 is updated (step B3). The minimum value of the normal figure game processing timer is set to "0". Then, it is determined whether or not the value of the normal figure game processing timer has become "0" (step B4).

普図ゲーム処理タイマの値が「0」である(ステップB4;Y)、すなわちタイムアッ
プした又はすでにタイムアップしていたと判定すると、普図ゲーム処理番号に対応する処
理に分岐させるために参照する普図ゲームシーケンス分岐テーブルをレジスタに準備し(
ステップB5)、普図ゲーム処理番号をロードして準備して(ステップB6)、2バイト
データ取得処理を行う(ステップB7)。これにより、普図ゲームシーケンス分岐テーブ
ルから普図ゲーム処理番号に対応する処理の分岐先アドレスを取得し、普図ゲーム処理番
号によるサブルーチンコールを行う(ステップB8)。
When the value of the normal figure game processing timer is "0" (step B4; Y), that is, when it is determined that the time has been up or the time has already been up, it is referred to for branching to the processing corresponding to the normal figure game processing number. Prepare the game sequence branch table in the register (
Step B5), the normal figure game processing number is loaded and prepared (step B6), and 2-byte data acquisition processing is performed (step B7). As a result, the branch destination address of the process corresponding to the Fuzu game processing number is acquired from the Fuzu game sequence branch table, and a subroutine call is performed using the Fuzu game processing number (step B8).

ステップB8にて、普図ゲーム処理番号が「0」の場合は、普図変動表示ゲームの変動
開始を監視し、普図変動表示ゲームの変動開始の設定や演出の設定や、普図変動中処理を
行うために必要な情報の設定等を行う普図普段処理(ステップB9)を行う。
また、ステップB8にて、普図ゲーム処理番号が「1」の場合は、普図表示中処理を行
うために必要な情報の設定等を行う普図変動中処理(ステップB10)を行う。
In step B8, when the normal map game processing number is "0", the fluctuation start of the normal map fluctuation display game is monitored, the fluctuation start setting and the effect setting of the normal map fluctuation display game, and the normal map fluctuation are in progress. Performs normal processing (step B9) for setting information necessary for processing.
Further, in step B8, when the normal map game processing number is "1", the normal map changing process (step B10) for setting information necessary for performing the normal map display processing is performed.

また、ステップB8にて、普図ゲーム処理番号が「2」の場合は、普図変動表示ゲーム
の結果が当りであれば、時短状態中であるか否かに応じた普電開放時間の設定や、普図当
り中処理を行うために必要な情報の設定等を行う普図表示中処理(ステップB11)を行
う。
また、ステップB8にて、普図ゲーム処理番号が「3」の場合は、普図当り中処理の継
続、あるいは普電残存球処理を行うために必要な情報の設定等を行う普図当り中処理(ス
テップB12)を行う。
Further, in step B8, when the normal map game processing number is "2", if the result of the normal map fluctuation display game is a hit, the normal power opening time is set according to whether or not the time is shortened. In addition, the normal map display processing (step B11) for setting the information necessary for performing the normal map hitting process is performed.
Further, in step B8, when the normal map game processing number is "3", the normal map hitting process is continued, or the information necessary for performing the normal power remaining ball processing is set. The process (step B12) is performed.

また、ステップB8にて、普図ゲーム処理番号が「4」の場合は、普図当り終了処理を
行うために必要な情報の設定等を行う普電残存球処理(ステップB13)を行う。
また、ステップB8にて、普図ゲーム処理番号が「5」の場合は、普図普段処理を行う
ために必要な情報の設定等を行う普図当り終了処理(ステップB14)を行う。
Further, in step B8, when the normal figure game processing number is "4", the normal electric remaining ball processing (step B13) for setting the information necessary for performing the normal drawing per end processing is performed.
Further, in step B8, when the normal figure game processing number is "5", the normal figure per end process (step B14) for setting the information necessary for performing the normal figure normal processing is performed.

その後、普図表示器による普通図柄の変動を制御するための普図変動制御テーブルを準
備した後(ステップB15)、普図表示部58による普通図柄の変動の制御に係る図柄変
動制御処理(ステップB16)を行って、普図ゲーム処理を終了する。
一方、ステップB4にて、普図ゲーム処理タイマの値が「0」でない(ステップB4;
N)、すなわちタイムアップしていないと判定すると、ステップB15の処理に移行して
、それ以降の処理を行う。
After that, after preparing the normal symbol fluctuation control table for controlling the fluctuation of the normal symbol by the normal symbol display (step B15), the symbol fluctuation control process (step) related to the control of the fluctuation of the normal symbol by the normal symbol display unit 58. B16) is performed to end the normal map game processing.
On the other hand, in step B4, the value of the normal figure game processing timer is not "0" (step B4;
N), that is, when it is determined that the time is not up, the process proceeds to step B15, and subsequent processes are performed.

〔普図表示中処理〕
次に、上述の普図ゲーム処理における普図表示中処理(ステップB11)の詳細につい
て説明する。図55に示すように、普図表示中処理では、まず、普図普段処理にて設定さ
れた当りフラグ(当り情報又ははずれ情報)をロードし(ステップB501)、RWMの
当りフラグ領域をクリアして(ステップB502)、ロードされた当りフラグが当り情報
かを判定する(ステップB503)。
[Processing during display of general map]
Next, the details of the normal map display processing (step B11) in the above-mentioned normal map game process will be described. As shown in FIG. 55, in the normal map display processing, first, the hit flag (hit information or miss information) set in the normal map normal process is loaded (step B501), and the hit flag area of the RWM is cleared. (Step B502), it is determined whether the loaded hit flag is hit information (step B503).

当りフラグが当り情報でない場合(ステップB503;N)は、処理番号として普図普
段処理にかかる「0」を設定し(ステップB520)、当該処理番号を普図ゲーム処理番
号領域にセーブする(ステップB521)。その後、普電不正監視期間フラグ領域に不正
監視期間中フラグをセーブして(ステップB522)、普図表示中処理を終了する。
When the hit flag is not the hit information (step B503; N), "0" related to the normal processing of the normal figure is set as the processing number (step B520), and the processing number is saved in the normal drawing game processing number area (step). B521). After that, the fraudulent monitoring period flag is saved in the normal power fraud monitoring period flag area (step B522), and the normal map display processing is terminated.

一方、当りフラグが当り情報である場合(ステップB503;Y)は、当り中処理設定
テーブルを準備し(ステップB504)、普図停止図柄情報をロードして準備して(ステ
ップB505)、2バイトデータ取得処理を行う(ステップB506)。これにより、当
り中処理設定テーブルから普図停止図柄情報に対応する当り開始ポインタ値及び当り終了
ポインタ値が取得される。
On the other hand, when the hit flag is hit information (step B503; Y), the hit processing setting table is prepared (step B504), the normal figure stop symbol information is loaded and prepared (step B505), and 2 bytes are prepared. Data acquisition processing is performed (step B506). As a result, the hit start pointer value and the hit end pointer value corresponding to the normal figure stop symbol information are acquired from the hit processing setting table.

そして、取得した当り開始ポインタの値(例えば、「0」又は「5」)を、普図当り中
制御ポインタ領域にセーブし(ステップB507)、取得した当り終了ポインタの値(例
えば、「4」又は「7」)を、普図当り終了ポインタ領域にセーブする(ステップB50
8)。次いで、普電開放時間テーブルを準備し(ステップB509)、普図停止図柄情報
をロードして準備して(ステップB510)、2バイトデータ取得処理を行う(ステップ
B511)。これにより、普電開放時間テーブルから普図停止図柄情報に対応する普電開
放時間が取得される。そして、取得した普電開放時間(例えば、1700m秒又は260
0m秒)を、普図ゲーム処理タイマ領域にセーブする(ステップB512)。
Then, the acquired hit start pointer value (for example, "0" or "5") is saved in the control pointer area during normal drawing (step B507), and the acquired hit end pointer value (for example, "4") is saved. Or "7") is saved in the end pointer area per normal figure (step B50).
8). Next, the normal power opening time table is prepared (step B509), the normal figure stop symbol information is loaded and prepared (step B510), and the 2-byte data acquisition process is performed (step B511). As a result, the normal power opening time corresponding to the normal figure stop symbol information is acquired from the normal power opening time table. Then, the acquired public power opening time (for example, 1700 ms or 260)
0 msec) is saved in the normal map game processing timer area (step B512).

次いで、普図当り中処理に移行するための処理番号として「3」を設定し(ステップB
513)、その処理番号を普図ゲーム処理番号領域にセーブする(ステップB514)。
その後、普図変動表示ゲームの当りの開始に関する信号(例えば、普通図柄1当り中信号
をON)と、普電作動開始に関する信号(例えば、普通電動役物1作動中信号をON)を
試験信号出力データ領域にセーブして(ステップB515)、普電ソレノイドを駆動(オ
ン)する信号を出力するため、普電ソレノイド出力データ領域にオンデータをセーブする
(ステップB516)。
Next, "3" is set as the processing number for shifting to the processing during normal drawing (step B).
513), the processing number is saved in the game processing number area (step B514).
After that, a signal related to the start of hitting the normal figure fluctuation display game (for example, turning on the middle signal per normal symbol) and a signal related to starting the normal electric operation (for example, turning on the signal during normal electric accessory 1 operation) are tested signals. In order to save in the output data area (step B515) and output the signal for driving (on) the normal electric solenoid, the on-data is saved in the general electric solenoid output data area (step B516).

さらに、普通変動入賞装置37への入賞数を記憶する普電カウント数領域の情報をクリ
アして(ステップB517)、普電不正監視期間における普通変動入賞装置37への入賞
数を記憶する普電不正入賞数領域の情報をクリアする(ステップB518)。そして、普
通変動入賞装置37の不正監視期間外を規定するフラグ(不正監視期間外フラグ)を普電
不正監視期間フラグ領域にセーブして(ステップB519)、普図表示中処理を終了する
Further, the information in the normal variable winning device 37 for storing the number of winnings in the normal variable winning device 37 is cleared (step B517), and the number of winnings in the normal variable winning device 37 during the normal variable winning device 37 is stored. Clear the information in the illegal winning number area (step B518). Then, a flag (a flag outside the fraudulent monitoring period) that defines the outside of the fraudulent monitoring period of the normal variable winning device 37 is saved in the normal electric fraud monitoring period flag area (step B519), and the process during display of the normal map is terminated.

〔2バイトデータ取得処理〕
図56には、上述の特図1ゲーム処理、特図2ゲーム処理、ファンファーレ/インター
バル中処理、普図ゲーム処理及び普図表示中処理における2バイトデータ取得処理(ステ
ップY107、Y140、Y944、B7、B506、B511)を示した。この2バイ
トデータ取得処理では、まず、ポインタとして入力したレジスタの値を2倍し(ステップ
Y971)、基準アドレスとして入力したレジスタに算出後の値を加算する(ステップY
972)。そして、加算後のアドレスから2バイト分のデータを取得し(ステップY97
3)、2バイトデータ取得処理を終了する。
[2-byte data acquisition process]
FIG. 56 shows 2-byte data acquisition processing (steps Y107, Y140, Y944, B7) in the above-mentioned special figure 1 game processing, special figure 2 game processing, fanfare / interval processing, normal figure game processing, and normal figure display processing. , B506, B511). In this 2-byte data acquisition process, first, the value of the register input as the pointer is doubled (step Y971), and the calculated value is added to the register input as the reference address (step Y).
972). Then, 2 bytes of data are acquired from the added address (step Y97).
3) The 2-byte data acquisition process is completed.

〔図柄変動制御処理〕
図57には、上述の特図1ゲーム処理、特図2ゲーム処理及び普図ゲーム処理における
図柄変動制御処理(ステップY117、Y154、B16)を示した。図柄変動制御処理
は、特図1表示器51や特図2表示器52、普図表示部58での特別図柄の変動の制御と
特別図柄の表示データの設定を行う処理である。この図柄変動制御処理では、まず、制御
対象の図柄(特図1、特図2又は普図)の変動制御フラグのアドレスを取得し(ステップ
Y1401)、制御対象の図柄が変動中であるかをチェックする(ステップY1402)
[Design fluctuation control process]
FIG. 57 shows the symbol variation control processing (steps Y117, Y154, B16) in the above-mentioned special figure 1 game process, special figure 2 game process, and normal figure game process. The symbol variation control process is a process of controlling the variation of the special symbol and setting the display data of the special symbol on the special figure 1 display 51, the special figure 2 display 52, and the general symbol display unit 58. In this symbol variation control process, first, the address of the variation control flag of the symbol to be controlled (special figure 1, special figure 2 or normal figure) is acquired (step Y1401), and it is determined whether the symbol to be controlled is changing. Check (step Y1402)
..

そして、変動制御フラグが変動中である場合(ステップY1403;Y)は、制御対象
の図柄に対応する図柄表示テーブル(変動用)を取得し(ステップY1404)、制御対
象の図柄に係る点滅制御タイマ領域を準備し(ステップY1405)、制御対象の図柄に
係る点滅制御タイマを−1更新するために1バイト減算処理を行って(ステップY140
6)、当該タイマの値が0、すなわちタイムアップしたかを判定する(ステップY140
7)。
Then, when the fluctuation control flag is changing (step Y1403; Y), the symbol display table (for variation) corresponding to the symbol to be controlled is acquired (step Y1404), and the blinking control timer related to the symbol to be controlled is acquired. An area is prepared (step Y1405), and 1-byte subtraction processing is performed to update the blinking control timer related to the symbol to be controlled by -1 (step Y140).
6), it is determined whether the value of the timer is 0, that is, the time is up (step Y140).
7).

点滅制御タイマの値が0でない場合(ステップY1407;N)は、ステップY141
2に移行する。また、点滅制御タイマの値が0である場合(ステップY1407;Y)は
、点滅制御タイマ初期値(ここでは100ms)を制御対象の点滅制御タイマ領域にセー
ブし(ステップY1408)、制御対象の図柄に係る変動図柄番号領域を準備して(ステ
ップY1409)、変動図柄番号上限判定値(特図・普図で共通)を準備する(ステップ
Y1410)。そして、制御対象の図柄に係る変動図柄番号を+1更新するために1バイ
ト加算処理を行い(ステップY1411)、対象の変動図柄番号領域の値に対応する表示
データを取得する(ステップY1412)。その後、取得した表示データを対象のセグメ
ント領域にセーブして(ステップY1415)、図柄変動制御処理を終了する。
If the value of the blinking control timer is not 0 (step Y1407; N), step Y141
Move to 2. When the value of the blinking control timer is 0 (step Y1407; Y), the initial value of the blinking control timer (here, 100 ms) is saved in the blinking control timer area to be controlled (step Y1408), and the symbol to be controlled is controlled. The variable symbol number region according to the above (step Y1409) is prepared, and the variable symbol number upper limit determination value (common to the special figure and the general figure) is prepared (step Y1410). Then, a 1-byte addition process is performed to update the variable symbol number related to the controlled symbol by +1 (step Y1411), and display data corresponding to the value of the target variable symbol number region is acquired (step Y1412). After that, the acquired display data is saved in the target segment area (step Y1415), and the symbol variation control process is terminated.

一方、変動制御フラグが変動中でない場合(ステップY1403;N)は、制御対象の
図柄に対応する図柄表示テーブル(停止用)を取得する(ステップY1413)。そして
、制御対象の停止図柄番号領域の値に対応する表示データを取得し(ステップY1414
)、取得した表示データを対象のセグメント領域にセーブして(ステップY1415)、
図柄変動制御処理を終了する。これにより、特図1表示器51、特図2表示器52及び普
図表示部58のうち、制御対象となる特図表示器又は普図表示部58に図柄番号に対応し
た特図又は普図が表示されることとなる。
On the other hand, when the fluctuation control flag is not changing (step Y1403; N), the symbol display table (for stopping) corresponding to the symbol to be controlled is acquired (step Y1413). Then, the display data corresponding to the value of the stop symbol number area to be controlled is acquired (step Y1414).
), Save the acquired display data in the target segment area (step Y1415),
The symbol fluctuation control process is terminated. As a result, among the special figure 1 display 51, the special figure 2 display 52, and the normal figure display unit 58, the special figure display or the normal figure display unit 58 to be controlled has the special figure or the normal figure corresponding to the symbol number. Will be displayed.

〔1バイト減算処理〕
図58には、上述の図柄変動制御処理における1バイト減算処理(ステップY1406
)を示した。この1バイト減算処理では、まず、対象の領域の内容が0であるかを判定し
(ステップY1421)、0である場合(ステップY1421;Y)は1バイト減算処理
を終了する。また、0でない場合(ステップY1421;N)は、対象の領域の内容を−
1更新して(ステップY1422)、1バイト減算処理を終了する。
[1 byte subtraction process]
FIG. 58 shows a 1-byte subtraction process (step Y1406) in the above-mentioned symbol variation control process.
)showed that. In this 1-byte subtraction process, first, it is determined whether or not the content of the target area is 0 (step Y1421), and if it is 0 (step Y1421; Y), the 1-byte subtraction process is terminated. If it is not 0 (step Y1421; N), the content of the target area is changed to-.
One update (step Y1422) ends the 1-byte subtraction process.

〔1バイト加算処理〕
図59には、上述の図柄変動制御処理における1バイト加算処理(ステップY1411
)を示した。この1バイト加算処理では、まず、対象の領域の内容をロードし(ステップ
Y1431)、ロードした値を+1更新して(ステップY1432)、更新値が上限判定
値よりも小さいかを判定する(ステップY1433)。
[1 byte addition process]
FIG. 59 shows a 1-byte addition process (step Y1411) in the above-mentioned symbol variation control process.
)showed that. In this 1-byte addition process, first, the content of the target area is loaded (step Y1431), the loaded value is updated by +1 (step Y1432), and it is determined whether the updated value is smaller than the upper limit determination value (step). Y1433).

更新値が上限判定値よりも小さい場合(ステップY1433;Y)は、対象の領域に更
新値をセーブして(ステップY1435)、1バイト加算処理を終了する。また、更新値
が上限判定値よりも小さくない場合(ステップY1433;N)は、更新値として0を設
定し(ステップY1434)、対象の領域に更新値をセーブして(ステップY1435)
、1バイト加算処理を終了する。
When the update value is smaller than the upper limit determination value (step Y1433; Y), the update value is saved in the target area (step Y1435), and the 1-byte addition process ends. If the update value is not smaller than the upper limit determination value (step Y1433; N), 0 is set as the update value (step Y1434), and the update value is saved in the target area (step Y1435).
The 1-byte addition process is completed.

〔演出コマンド設定処理〕
次に、タイマ割込み処理中に実行される各処理における演出コマンド設定処理の詳細に
ついて説明する。図60に示すように、演出コマンド設定処理では、まず、演出用シリア
ル送信バッファのステータスを読み込み(ステップX601)、演出用シリアル送信バッ
ファは満杯であるかを判定する(ステップX602)。演出用シリアル送信バッファが満
杯である場合(ステップX602;Y)は、演出用シリアル送信バッファのステータスを
読み込む処理(ステップX601)に戻る。また、演出用シリアル送信バッファが満杯で
ない場合(ステップX602;N)は、コマンドデータ(MODE)を演出用シリアル送信バ
ッファに書き込む(ステップX603)。
[Direction command setting process]
Next, the details of the effect command setting process in each process executed during the timer interrupt process will be described. As shown in FIG. 60, in the effect command setting process, first, the status of the effect serial transmission buffer is read (step X601), and it is determined whether the effect serial transmission buffer is full (step X602). When the effect serial transmission buffer is full (step X602; Y), the process returns to the process of reading the status of the effect serial transmission buffer (step X601). If the effect serial transmission buffer is not full (step X602; N), the command data (MODE) is written to the effect serial transmission buffer (step X603).

次いで、演出用シリアル送信バッファのステータスを読み込み(ステップX604)、
演出用シリアル送信バッファは満杯であるかを判定する(ステップX605)。演出用シ
リアル送信バッファが満杯である場合(ステップX605;Y)は、演出用シリアル送信
バッファのステータスを読み込む処理(ステップX604)に戻る。また、演出用シリア
ル送信バッファが満杯でない場合(ステップX605;N)は、コマンドデータ(ACTION
)を演出用シリアル送信バッファに書き込んで(ステップX606)、演出コマンド設定
処理を終了する。
Next, the status of the serial transmission buffer for production is read (step X604),
It is determined whether the production serial transmission buffer is full (step X605). When the effect serial transmission buffer is full (step X605; Y), the process returns to the process of reading the status of the effect serial transmission buffer (step X604). If the production serial transmission buffer is not full (step X605; N), the command data (ACTION).
) Is written in the effect serial transmission buffer (step X606), and the effect command setting process is completed.

なお、上述の例では、特別結果が導出された後に普図始動ゲート34を遊技球が通過す
ることを特別遊技状態の開始条件としていたが、変形例として特別結果の導出のみを特別
遊技状態の開始条件としても良い。この場合は、図61から図64の処理を行う。
In the above example, the start condition of the special game state is that the game ball passes through the normal drawing start gate 34 after the special result is derived, but as a modified example, only the derivation of the special result is the special game state. It may be a starting condition. In this case, the processes of FIGS. 61 to 64 are performed.

〔特図1表示中処理〕
図42に示した特図1表示中処理に替えて図61に示す特図1表示中処理を行う。この
特図1表示中処理では、特図1が大当りである場合(ステップY753;Y)に、図46
に示したファンファーレ/インターバル中処理で行っていたステップY942からY94
6の処理を行う。また、特図1変動表示ゲームの大当り(特図1大当り)の開始に関する
試験信号を試験信号出力データ領域にセーブする処理(ステップY754)では、条件装
置作動中信号をON及び特別図柄1当り信号をONにすることに加えて、役物連続作動装
置作動中信号をONにする。
[Processing during display of special figure 1]
Instead of the special figure 1 display process shown in FIG. 42, the special figure 1 display process shown in FIG. 61 is performed. In this process during display of special figure 1, when special figure 1 is a big hit (step Y753; Y), FIG. 46
Steps Y942 to Y94 performed in the fanfare / interval processing shown in
Perform the process of 6. Further, in the process (step Y754) of saving the test signal related to the start of the big hit (special figure 1 big hit) of the special figure 1 variation display game in the test signal output data area, the condition device operating signal is turned on and the special symbol 1 hit signal is turned on. In addition to turning on, the accessory continuous operation device operating signal is turned on.

〔特図2表示中処理〕
図43に示した特図1表示中処理に替えて図62に示す特図2表示中処理を行う。この
特図2表示中処理では、特図2が大当りである場合(ステップY815;Y)に、図46
に示したファンファーレ/インターバル中処理で行っていたステップY942からY94
6の処理を行う。また、特図2変動表示ゲームの大当り(特図2大当り)の開始に関する
試験信号を試験信号出力データ領域にセーブする処理(ステップY816)では、条件装
置作動中信号をON及び特別図柄2当り信号をONにすることに加えて、役物連続作動装
置作動中信号をONにする。
[Processing during display of special figure 2]
Instead of the special figure 1 display process shown in FIG. 43, the special figure 2 display process shown in FIG. 62 is performed. In this process during display of special figure 2, when special figure 2 is a big hit (step Y815; Y), FIG. 46
Steps Y942 to Y94 performed in the fanfare / interval processing shown in
Perform the process of 6. Further, in the process (step Y816) of saving the test signal related to the start of the big hit (special figure 2 big hit) of the special figure 2 variation display game in the test signal output data area, the condition device operating signal is turned on and the special symbol 2 hit signal is turned on. In addition to turning on, the accessory continuous operation device operating signal is turned on.

〔ファンファーレ/インターバル中処理移行設定処理〕
図63には、図61に示した特図1表示中処理及び図62に示した特図2表示中処理に
おけるファンファーレ/インターバル中処理移行設定処理(ステップY764、Y826
)を示した。このファンファーレ/インターバル中処理移行設定処理では、まず、大当り
(第1特別遊技状態)の開始に関する信号を外部情報出力データ領域にセーブする(ステ
ップY871)。ここでは大当り又は小当りで出力する大当り1信号をONに設定する。
次に高確率状態と時短状態(特別図柄の変動時間短縮状態)の終了に関する信号を試験信
号出力データ領域にセーブする(ステップY872)。ここでは、特別図柄1高確率状態
信号をOFF、特別図柄2高確率状態信号をOFF、特別図柄1変動時間短縮状態信号を
OFF、特別図柄2変動時間短縮状態信号をOFF、普通図柄1変動時間短縮状態信号を
OFF、普通電動役物1開放延長状態信号をOFFに設定する。
[Fanfare / In-interval processing Transition setting processing]
FIG. 63 shows the fanfare / interval processing transition setting processing (steps Y764, Y826) in the special figure 1 display processing and the special figure 2 display processing shown in FIG. 61.
)showed that. In this fanfare / inter-interval processing transition setting processing, first, a signal relating to the start of a big hit (first special game state) is saved in the external information output data area (step Y871). Here, one big hit signal output as a big hit or a small hit is set to ON.
Next, the signal relating to the end of the high probability state and the time saving state (the state in which the fluctuation time of the special symbol is shortened) is saved in the test signal output data area (step Y872). Here, the special symbol 1 high probability state signal is turned off, the special symbol 2 high probability state signal is turned off, the special symbol 1 fluctuation time shortened state signal is turned off, the special symbol 2 fluctuation time shortened state signal is turned off, and the normal symbol 1 fluctuation time is shortened. The shortened state signal is set to OFF, and the normal electric accessory 1 open extension state signal is set to OFF.

その後、特別遊技状態で実行したラウンド数を管理するためのラウンド数領域をクリア
し(ステップY873)、遊技状態表示番号領域に低確率中の番号をセーブして(ステッ
プY874)、特図ゲームモードフラグ領域に特図低確率、時短なしフラグをセーブする
(ステップY875)。
After that, the number of rounds area for managing the number of rounds executed in the special game state is cleared (step Y873), the number in the low probability is saved in the game state display number area (step Y874), and the special figure game mode A special low probability, no time saving flag is saved in the flag area (step Y875).

そして、普図ゲームモードフラグ領域に普図時短なしフラグをセーブし(ステップY8
76)、停電復旧時に演出制御装置300に出力されるコマンドをセーブする停電復旧時
送信コマンド領域に確率情報コマンド(低確率)をセーブして(ステップY877)、時
短状態で実行可能な特図変動表示ゲームの実行回数を管理する時間短縮変動回数領域をク
リアする(ステップY878)。これにより高確率状態及び時短動作状態が終了し、通常
確率状態かつ通常動作状態となる。
Then, the normal map time reduction flag is saved in the normal map game mode flag area (step Y8).
76) Save the command output to the effect control device 300 when the power is restored. Save the probability information command (low probability) in the transmission command area when the power is restored (step Y877), and the special figure variation that can be executed in a short time state. Clear the time-reduced fluctuation count area for managing the number of times the display game is executed (step Y878). As a result, the high-probability state and the time-saving operation state are terminated, and the normal probability state and the normal operation state are set.

次に、特図ステータス領域に大当り中情報をセーブし(ステップY879)、右打ち指
示に関する信号を試験信号出力データ領域にセーブし(ステップY880)、遊技状態表
示番号2領域に右打ち状態中の番号をセーブする(ステップY881)。その後、上大入
賞口不正入賞数領域をクリアし(ステップY882)、上大入賞口不正監視期間フラグ領
域に不正監視期間外フラグをセーブして(ステップY883)、ファンファーレ/インタ
ーバル中処理移行設定処理を終了する。
Next, the jackpot information is saved in the special figure status area (step Y879), the signal related to the right-handed instruction is saved in the test signal output data area (step Y880), and the game state display number 2 area is in the right-handed state. Save the number (step Y881). After that, the area for the number of illegal prizes in the upper prize opening is cleared (step Y882), the flag outside the fraudulent monitoring period is saved in the upper prize opening illegal monitoring period flag area (step Y883), and the fanfare / interval processing transition setting process is performed. To finish.

なお、図42に示した特図1表示中処理及び図43に示した特図2表示中処理における
ファンファーレ/インターバル中処理移行設定処理(ステップY764、Y826)でも
ステップY871からY882の処理は行っている。
It should be noted that the processing of steps Y871 to Y882 is also performed in the fanfare / interval processing transition setting processing (steps Y764, Y826) in the special figure 1 display processing shown in FIG. 42 and the special figure 2 display processing shown in FIG. 43. There is.

〔ファンファーレ/インターバル中処理〕
図46に示したファンファーレ/インターバル中処理に替えて図64に示すファンファ
ーレ/インターバル中処理を行う。このファンファーレ/インターバル中処理では、ステ
ップY940からY949の処理は行わない。これらの処理は図61から図63の処理で
行われる。
[Fanfare / Processing during interval]
Instead of the fanfare / interval processing shown in FIG. 46, the fanfare / interval processing shown in FIG. 64 is performed. In this fanfare / interval processing, the processing of steps Y940 to Y949 is not performed. These processes are performed in the processes of FIGS. 61 to 63.

図65には、遊技制御装置100の遊技用マイコン111に設けられたROM111B
のデータ構造の一例を示した。図65に示すようにROM111Bには、先頭から順に、
遊技制御用プログラムエリア111Ba、第1未使用エリア11Bb、遊技制御用データ
エリア111Bc、第2未使用領域111Bd、性能表示用プログラム及び性能表示用デ
ータエリア111Be、第3未使用領域111Bf及びプログラム管理エリア111Bg
が設けられている。
In FIG. 65, ROM 111B provided in the game microcomputer 111 of the game control device 100 is shown.
An example of the data structure of is shown. As shown in FIG. 65, the ROM 111B has the ROM 111B in order from the beginning.
Game control program area 111Ba, first unused area 11Bb, game control data area 111Bc, second unused area 111Bd, performance display program and performance display data area 111Be, third unused area 111Bf and program management area. 111Bg
Is provided.

遊技制御用プログラムエリア111Baには、上述のメイン処理やタイマ割込み処理な
どの遊技制御に用いられる遊技制御用プログラムを格納する領域が設けられ、遊技制御用
データエリア111Bcには大当り判定の際に使用する上限判定値テーブルが格納される
上限判定値テーブル領域などの遊技制御用プログラムが使用する遊技制御用データが格納
される領域が設けられている。遊技制御用プログラムは第1プログラムをなし、遊技制御
用データは第1データをなすものであって、これらのエリアは第1記憶領域をなすもので
ある。なお、遊技制御用プログラムエリア111Baと遊技制御用データエリア111B
cの間にある第1未使用エリア11Bbを第1記憶領域に含めても良い。
The game control program area 111Ba is provided with an area for storing a game control program used for game control such as the above-mentioned main processing and timer interrupt processing, and the game control data area 111Bc is used for a big hit determination. An area for storing game control data used by the game control program, such as an upper limit judgment value table area for storing the upper limit judgment value table, is provided. The game control program forms the first program, the game control data forms the first data, and these areas form the first storage area. The game control program area 111Ba and the game control data area 111B
The first unused area 11Bb between c may be included in the first storage area.

性能表示用プログラム及び性能表示用データエリア111Beには、ベース値や役物比
率を算出して性能表示装置153に表示するために必要な後述するプログラムやデータを
格納する領域が設けられている。性能表示用プログラムは第2プログラムをなし、性能表
示用データは第2データをなすものであって、これらのエリアは第2記憶領域をなすもの
である。
The performance display program and the performance display data area 111Be are provided with an area for storing the programs and data to be described later, which are necessary for calculating the base value and the accessory ratio and displaying them on the performance display device 153. The performance display program forms the second program, the performance display data forms the second data, and these areas form the second storage area.

プログラム管理エリア111Bgには、CALLV命令のサブルーチンの先頭アドレス
やタイマ割込処理の先頭アドレスを設定するテーブルが格納されるベクタテーブル領域や
、遊技用マイコン111の内部機能をハードウェア的に設定するためのパラメータが格納
されるHW(ハードウェア)パラメータ領域、機種名やメーカー名などが格納された領域
などが設けられている。このプログラム管理エリア111Bgの情報は遊技制御用プログ
ラムが使用する。
In the program management area 111Bg, a vector table area for storing a table for setting the start address of the subroutine of the CALLV instruction and the start address of the timer interrupt processing, and the internal function of the game microcomputer 111 are set in terms of hardware. An HW (hardware) parameter area in which the parameters of the above are stored, an area in which the model name, the manufacturer name, etc. are stored, and the like are provided. The information of the program management area 111Bg is used by the game control program.

以上のようにROM111Bには、遊技制御装置100が使用するプログラムやデータ
が記憶されている。すなわちROM111Bが、遊技制御装置100が使用するプログラ
ムやデータを記憶した第1記憶手段をなす。
As described above, the ROM 111B stores programs and data used by the game control device 100. That is, the ROM 111B serves as a first storage means for storing the programs and data used by the game control device 100.

図66には遊技制御装置100の遊技用マイコン111に設けられたRAM111Cの
データ構造の一例を示した。図66に示すようにRAM111Cには、先頭から順に、遊
技制御用プログラムの作業領域をなす遊技制御用ワーク領域111Ca、遊技制御用スタ
ック領域111Cb、未使用領域111Cc、性能表示用プログラムの作業領域をなす性
能表示用ワーク領域111Cd、性能表示用スタック領域111Ceが設けられている。
なお、性能表示用スタック領域の後に未使用領域が設けられていても良い。
FIG. 66 shows an example of the data structure of the RAM 111C provided in the game microcomputer 111 of the game control device 100. As shown in FIG. 66, the RAM 111C includes a game control work area 111Ca, a game control stack area 111Cb, an unused area 111Cc, and a performance display program work area, which form the work area of the game control program, in this order from the beginning. A performance display work area 111Cd and a performance display stack area 111Ce are provided.
An unused area may be provided after the performance display stack area.

遊技制御用ワーク領域111Caには、先頭から順に確率値設定値を格納する確率設定
値領域、停電発生時に停電検査領域チェックデータ1を格納する停電検査領域1、確率設
定値の変更モード中である場合に確率設定変更中フラグを格納する確率設定モードフラグ
領域が設けられている。また、この他にも、例えば各種乱数の初期値を格納する初期値乱
数領域、変動パターン乱数を格納する変動パターン乱数領域などの遊技制御に関する情報
を格納する領域が設けられている。
The game control work area 111Ca is in a probability setting value area for storing probability value setting values in order from the beginning, a power failure inspection area 1 for storing power failure inspection area check data 1 when a power failure occurs, and a mode for changing the probability setting value. In some cases, a probability setting mode flag area for storing the probability setting changing flag is provided. In addition to this, an area for storing game control information such as an initial value random number area for storing initial values of various random numbers and a fluctuation pattern random number area for storing fluctuation pattern random numbers is provided.

さらに、ベース値の算出を行うために特別遊技状態や特定遊技状態でない状態であるこ
とを示す通常ベース状態判定フラグを格納する通常ベース状態判定フラグ領域、性能表示
装置153における電源投入時の初期表示を設定するための初期表示設定フラグを格納す
る初期表示設定フラグ領域が設けられている。また、停電発生時に停電検査領域チェック
データ2を格納する停電検査領域2、停電発生時にチェックサムデータを格納するチェッ
クサム領域が設けられている。この遊技制御用ワーク領域111Caが、第1プログラム
をなす遊技制御用プログラムの作業領域である第1作業領域をなす。なお、第1作業領域
として遊技制御用スタック領域111Cbも含むようにしても良い。
Further, a normal base state determination flag area for storing a normal base state determination flag indicating that the state is not a special gaming state or a specific gaming state for calculating the base value, and an initial display when the power is turned on in the performance display device 153. An initial display setting flag area is provided to store the initial display setting flag for setting. Further, a power failure inspection area 2 for storing the power failure inspection area check data 2 when a power failure occurs and a checksum area for storing the checksum data when a power failure occurs are provided. The game control work area 111Ca forms the first work area, which is the work area of the game control program that forms the first program. The game control stack area 111Cb may also be included as the first work area.

性能表示用ワーク領域111Cdには、先頭から順に、特別遊技状態と特定遊技状態の
いずれでもない通常遊技状態において獲得した賞球数を計数する通常賞球数カウンタ領域
と、通常遊技状態で遊技領域32から排出された遊技球数を計数する通常アウトカウンタ
領域と、遊技状態にかかわらず遊技領域32から排出された遊技球数を計数する総アウト
カウンタ領域と、が設けられている。
The performance display work area 111Cd includes, in order from the beginning, a normal prize ball counter area for counting the number of prize balls acquired in a normal game state that is neither a special game state nor a specific game state, and a game area in the normal game state. A normal out-counter area for counting the number of game balls discharged from the game area 32 and a total out-counter area for counting the number of game balls discharged from the game area 32 regardless of the game state are provided.

さらに、左右に並んだ4つの7セグ表示器からなる性能表示装置153における各7セ
グ表示器の表示データを格納する領域として、1桁目〜4桁目出力データ領域の4つの出
力データ領域が設けられている。左右に並んだ4つの7セグ表示器は右から順に1桁目、
2桁目、3桁目、4桁目となっている。また、この他にスタックポインタ格納領域が設け
られている。この性能表示用ワーク領域111Cdが、第2プログラムをなす性能表示用
プログラムの作業領域である第2作業領域をなす。なお、第2作業領域として性能表示用
スタック領域111Ceも含むようにしても良い。
Further, as an area for storing the display data of each 7-segment display in the performance display device 153 composed of four 7-segment displays arranged side by side, four output data areas of the first to fourth digit output data areas are provided. It is provided. The four 7-segment displays lined up on the left and right are the first digit in order from the right.
It is the second digit, the third digit, and the fourth digit. In addition to this, a stack pointer storage area is provided. The performance display work area 111Cd forms a second work area, which is a work area of the performance display program that forms the second program. The performance display stack area 111C may also be included as the second work area.

以上のようにRAM111Cには、遊技制御装置100が使用するプログラムの作業領
域が設けられている。すなわち、RAM111Cが、遊技制御装置100が使用するプロ
グラムの作業領域を提供する第2記憶手段をなす。
As described above, the RAM 111C is provided with a work area for the program used by the game control device 100. That is, the RAM 111C serves as a second storage means that provides a work area for the program used by the game control device 100.

図67にはデータの読み書きを模式的に示した。原則として第1作業領域111Caは
、第1記憶領域111Baの第1プログラム(遊技制御用プログラム)により読み書きさ
れる。また、第2作業領域111Cdは、第2記憶領域111Beの第2プログラム(性
能表示用プログラム)により読み書きされる。また、第1作業領域111Caには第2プ
ログラムから読み出しされる領域が存在し、第2作業領域には第1プログラムから読み出
しされる領域が存在する。
FIG. 67 schematically shows reading and writing of data. As a general rule, the first work area 111Ca is read / written by the first program (game control program) of the first storage area 111Ba. Further, the second work area 111Cd is read / written by the second program (performance display program) of the second storage area 111Be. Further, the first working area 111Ca has an area read from the second program, and the second working area has an area read from the first program.

第1作業領域111Caには、第1プログラムによってのみ読み書きされる第1専用領
域111Ca1と、第1プログラムによって少なくとも書き込まれ、第2プログラムによ
り読み出される第1共通領域111Ca2が存在する。なお、第1共通領域111Ca2
については第1プログラムも読み出すようにしても良い。第1共通領域111Ca2とし
ては、通常ベース状態判定フラグ領域や初期表示設定フラグ領域、大入賞口不正の発生中
や普電不正の発生中であることを示すフラグを格納する領域が挙げられ、第1専用領域1
11Ca1としては、これら以外の第1作業領域の領域が挙げられる。
The first working area 111Ca includes a first dedicated area 111Ca1 that is read and written only by the first program, and a first common area 111Ca2 that is at least written by the first program and read by the second program. The first common area 111Ca2
The first program may also be read. Examples of the first common area 111Ca2 include a normal base state determination flag area, an initial display setting flag area, and an area for storing a flag indicating that a large winning opening fraud is occurring or a general electric fraud is occurring. 1 Dedicated area 1
Examples of 11Ca1 include areas of the first work area other than these.

第1共通領域111Ca2をなす通常ベース状態判定フラグ領域については、第1プロ
グラムがフラグをセーブする際に当該通常ベース状態判定フラグ領域の状態を確認しない
ので、第1プログラムは書き込むのみであり、第2プログラムは読み出すのみで書き込み
を行わない。また、第1共通領域111Ca2をなす初期表示設定フラグ領域、大入賞口
不正の発生中や普電不正の発生中であることを示すフラグを格納する領域は、第1プログ
ラムがフラグをセーブする際に、当該領域の状態を読み出して、未設定であればフラグを
セーブする。すなわち、第1プログラムは読み書きを行い、第2プログラムは読み出すの
みで書き込みは行わない。なお、初期表示設定フラグ領域、大入賞口不正の発生中や普電
不正の発生中であることを示すフラグを格納する領域については、第1プログラムがフラ
グをセーブする際に、当該初期表示設定フラグ領域の状態を読み出さずに書き込むように
しても良い。
Regarding the normal base state determination flag area forming the first common area 111Ca2, since the first program does not confirm the state of the normal base state determination flag area when saving the flag, the first program only writes and the first program is written. 2 The program only reads and does not write. Further, when the first program saves the flag, the initial display setting flag area forming the first common area 111Ca2 and the area for storing the flag indicating that the big winning opening fraud is occurring or the general electric fraud is occurring are generated. In addition, the state of the area is read, and if it is not set, the flag is saved. That is, the first program reads and writes, and the second program only reads and does not write. The initial display setting flag area and the area for storing the flag indicating that the big prize opening fraud is occurring or the Fuden fraud is occurring are the initial display settings when the first program saves the flag. The state of the flag area may be written without being read.

第2作業領域111Cdには、第2プログラムによってのみ読み書きされる第2専用領
域111Cd1と、第2プログラムによって書き込まれ、第1プログラムにより読み出さ
れる第2共通領域111Cd2が存在する。なお、第2共通領域111Cd2については
第2プログラムも読み出すようにしても良い。第2共通領域111Cd2としては、1桁
目出力データ領域、2桁目出力データ領域、3桁目出力データ領域及び4桁目出力データ
領域があり、第2専用領域111Cd1としては、これら以外の第2作業領域の領域が挙
げられる。第2共通領域111Cd2をなす1桁目出力データ領域、2桁目出力データ領
域、3桁目出力データ領域及び4桁目出力データ領域については、第2プログラムが情報
をセーブする際に当該領域の状態を確認しないので第2プログラムは書き込むのみである
。また、第1プログラムは読み出すのみで書き込みを行わない。
The second working area 111Cd includes a second dedicated area 111Cd1 that is read / written only by the second program and a second common area 111Cd2 that is written by the second program and read by the first program. The second program may also be read out for the second common area 111Cd2. The second common area 111Cd2 includes a first digit output data area, a second digit output data area, a third digit output data area, and a fourth digit output data area, and the second dedicated area 111Cd1 has a second digit other than these. 2 Areas of work area can be mentioned. Regarding the 1st digit output data area, the 2nd digit output data area, and the 3rd digit output data area and the 4th digit output data area forming the second common area 111Cd2, when the second program saves the information, the area concerned Since the status is not confirmed, the second program only writes. Further, the first program only reads and does not write.

以上のように遊技制御用プログラムやデータと、性能表示用プログラムやデータと、に
ついて、ROM111Bにおける格納領域やRAM111Cにおける作業領域を分けるよ
うにしたことで、開発の効率を高めることができる。特に、遊技制御用プログラムについ
ては機種ごとに異なるものであるが、性能表示用プログラムは各機種で共通のプログラム
又は共通のアルゴリズムを持つプログラムであるので、これらを分離して記憶しておくこ
とで開発の過程において改変を加える部分と加えない部分が明確となり、開発の効率を高
めることができる。また、RAM111Cについても性能表示用プログラムに対応する領
域を分けておくことで、開発の過程で遊技制御用プログラムについて使用可能な領域が明
確となり、開発の効率を高めることができる。また、作業領域に対応するプログラムのみ
が使用する専用領域と、作業領域に対応しないプログラムも使用する共通領域とを分けて
設けたことで、他のプログラムから参照される領域が明確となり、開発の効率を高めるこ
とができる。
As described above, the development efficiency can be improved by separating the storage area in the ROM 111B and the work area in the RAM 111C for the game control program and data and the performance display program and data. In particular, the game control program differs depending on the model, but since the performance display program is a program that has a common program or a common algorithm for each model, it is possible to store them separately. In the process of development, the parts to be modified and the parts not to be modified are clarified, and the efficiency of development can be improved. Further, by dividing the area corresponding to the performance display program for the RAM 111C, the area that can be used for the game control program is clarified in the development process, and the development efficiency can be improved. In addition, by separately providing a dedicated area used only by programs corresponding to the work area and a common area used by programs that do not correspond to the work area, the area referred to by other programs becomes clear, and development Efficiency can be increased.

なお、遊技制御用プログラムと性能表示用プログラムの双方からアクセスされる第1共
通領域111Ca2や第2共通領域111Cd2は、情報を書き込む側のプログラムに対
応する作業領域に設けるようにしたが、情報を読み出す側のプログラムに対応する作業領
域に設けるようにしても良い。また、ここでは遊技制御装置100のROM111BとR
AM111Cを例として挙げたが、演出制御装置300やその他の制御装置でも同様に領
域を区分けして設定することが可能である。また、遊技制御用プログラムと性能表示用プ
ログラムとにより領域を分けるようにしたがこれに限られるものではなく、開発の過程で
変更されないプログラムと、開発の過程で変更されるプログラムとで領域を分けるように
しても良い。
The first common area 111Ca2 and the second common area 111Cd2, which are accessed from both the game control program and the performance display program, are provided in the work area corresponding to the program on the information writing side. It may be provided in the work area corresponding to the program on the reading side. Further, here, ROM 111B and R of the game control device 100
Although the AM111C is taken as an example, the effect control device 300 and other control devices can also be set by dividing the area in the same manner. In addition, the area is divided into the game control program and the performance display program, but the area is not limited to this, and the area is divided into a program that is not changed in the development process and a program that is changed in the development process. You may do so.

〔性能表示モニタ制御処理〕
図68には、図11に示したタイマ割込み処理における性能表示モニタ制御処理(ステ
ップX122)を示した。この性能表示モニタ制御処理は性能表示用プログラムの一つを
なすものである。この性能表示モニタ制御処理では、まず、スタックポインタを性能表示
用ワークに設けられたスタックポインタ格納領域にセーブし(ステップX201)、スタ
ックポインタに性能表示制御用の初期値を設定する(ステップX202)。
[Performance display monitor control processing]
FIG. 68 shows the performance display monitor control process (step X122) in the timer interrupt process shown in FIG. This performance display monitor control process is one of the performance display programs. In this performance display monitor control process, first, the stack pointer is saved in the stack pointer storage area provided in the performance display work (step X201), and the initial value for performance display control is set in the stack pointer (step X202). ..

次に、全レジスタ(レジスタバンク0と1の両方)を性能表示用スタック領域に退避し
(ステップX203)、RAM111Cの性能表示用ワーク領域のチェックをする第2ワ
ークRAMチェック処理を行う(ステップX204)。第2ワークRAMチェック処理で
は、性能表示用ワーク領域に異常が発見された場合に性能表示用ワーク領域を0クリアし
、0以外の初期値が必要な領域に初期値を設定する。なお、スタックポインタ格納領域と
性能表示用スタック領域は0クリアしない。
Next, all the registers (both register banks 0 and 1) are saved in the performance display stack area (step X203), and the second work RAM check process for checking the performance display work area of the RAM 111C is performed (step X204). ). In the second work RAM check process, when an abnormality is found in the performance display work area, the performance display work area is cleared to 0, and an initial value other than 0 is set in the required area. The stack pointer storage area and the performance display stack area are not cleared to 0.

その後、電源投入時における性能表示装置の表示を行うための初期表示タイマ更新処理
を行い(ステップX205)、第1ワーク(遊技制御用ワーク領域)のスイッチ検出情報
を第2ワーク(性能表示用ワーク領域)にコピーする。この処理では、入力ポートの情報
(立ち上がりエッジ)をコピーする。この際、ベース値の算出に必要のないスイッチの情
報は消去する。ベース値の算出に必要なスイッチとしては、一般入賞口351〜354の
入賞口スイッチ35a、35b、35c、第1特別変動入賞装置38、第2特別変動入賞
装置39の大入賞口スイッチ38a、39a、始動入賞口36の始動口1スイッチ36a
、普通変動入賞装置37の始動口2スイッチ37a及び遊技領域32に発射されて遊技を
終えた全ての遊技球を検出するアウト球検出スイッチ32aが相当する。
After that, the initial display timer update process for displaying the performance display device at the time of turning on the power is performed (step X205), and the switch detection information of the first work (game control work area) is transmitted to the second work (performance display work). Copy to area). In this process, the input port information (rising edge) is copied. At this time, the switch information that is not necessary for calculating the base value is deleted. The switches required for calculating the base value include the winning opening switches 35a, 35b, 35c of the general winning openings 351 to 354, the first special variable winning device 38, and the large winning opening switches 38a, 39a of the second special variable winning device 39. , Starting opening 1 switch 36a of starting winning opening 36
, The start port 2 switch 37a of the ordinary variable winning device 37 and the out ball detection switch 32a that detects all the game balls that have been fired into the game area 32 and finished the game correspond to them.

次に、表示内容更新処理を行う(ステップX207)。表示内容更新処理では、性能表
示装置に表示する表示態様を管理し、表示データを性能表示用ワーク領域の1〜4桁目デ
ータ領域に設定する。そして、全レジスタを復帰し(ステップX208)、スタックポイ
ンタ格納領域の値をスタックポインタにロードして(ステップX209)、性能表示モニ
タ制御処理を終了する。
Next, the display content update process is performed (step X207). In the display content update process, the display mode to be displayed on the performance display device is managed, and the display data is set in the 1st to 4th digit data areas of the performance display work area. Then, all the registers are restored (step X208), the value of the stack pointer storage area is loaded into the stack pointer (step X209), and the performance display monitor control process is terminated.

〔初期表示タイマ更新処理〕
図69には、図68に示した性能表示モニタ制御処理における初期表示タイマ更新処理
(ステップX205)を示した。この初期表示タイマ更新処理は性能表示用プログラムの
一つをなすものである。この初期表示タイマ更新処理では、まず、電源投入時にオンとさ
れる初期表示設定フラグがオンであるかを判定する(ステップX221)。初期表示設定
フラグは、第1プログラムである遊技制御用プログラムの作業領域をなす第1作業領域で
ある遊技制御用ワークの初期表示設定フラグ領域に格納されている。よってこの処理は、
第2プログラムである性能表示用プログラムが第1作業領域の情報を読み出す処理である
[Initial display timer update process]
FIG. 69 shows the initial display timer update process (step X205) in the performance display monitor control process shown in FIG. 68. This initial display timer update process is one of the performance display programs. In this initial display timer update process, first, it is determined whether the initial display setting flag, which is turned on when the power is turned on, is on (step X221). The initial display setting flag is stored in the initial display setting flag area of the game control work, which is the first work area that forms the work area of the game control program, which is the first program. Therefore, this process is
This is a process in which the performance display program, which is the second program, reads the information in the first work area.

初期表示設定フラグがオンでない場合(ステップX221;N)、すなわち、電源投入
後における初めての初期表示タイマ更新処理の実行でない場合は、ステップX225に移
行する。また、初期表示設定フラグがオンである場合(ステップX221;Y)、すなわ
ち、電源投入後における初めての初期表示タイマ更新処理の実行である場合は、初期表示
タイマ領域にタイマ初期値をセーブする(ステップX222)。ここでは4800msに
相当する値をセーブする。次に、点滅制御タイマ領域にタイマ初期値をセーブする(ステ
ップX223)。ここでは300msに相当する値をセーブする。
If the initial display setting flag is not on (step X221; N), that is, if the initial display timer update process is not executed for the first time after the power is turned on, the process proceeds to step X225. Further, when the initial display setting flag is on (step X221; Y), that is, when the initial display timer update process is executed for the first time after the power is turned on, the timer initial value is saved in the initial display timer area (step X221; Y). Step X222). Here, the value corresponding to 4800 ms is saved. Next, the timer initial value is saved in the blinking control timer area (step X223). Here, the value corresponding to 300 ms is saved.

その後、点滅制御ポインタ領域に初期値をセーブし(ステップX224)、初期表示タ
イマが0でなければ−1更新をして(ステップX225)、初期表示タイマ更新処理を終
了する。ここでは点滅制御ポインタの値として0と1が用意され、点滅制御タイマがタイ
ムアップするごとに値が切り替えられる。点滅制御ポインタの値が0の場合は性能表示装
置の全セグメントを点灯し、点滅制御ポインタの値が1の場合は性能表示装置の全セグメ
ントを消灯する。これにより、4800msにわたり全点灯と全消灯を300msごとに
繰り返す初期表示が行われることとなる。
After that, the initial value is saved in the blinking control pointer area (step X224), and if the initial display timer is not 0, the initial display timer is updated by -1 (step X225), and the initial display timer update process is terminated. Here, 0 and 1 are prepared as the values of the blinking control pointer, and the values are switched each time the blinking control timer times out. When the value of the blinking control pointer is 0, all the segments of the performance display device are turned on, and when the value of the blinking control pointer is 1, all the segments of the performance display device are turned off. As a result, the initial display in which all lighting and all extinguishing are repeated every 300 ms for 4800 ms is performed.

〔性能表示編集処理〕
図70には、図10に示したメイン処理における性能表示編集処理(ステップX55)
を示した。この性能表示編集処理は性能表示用プログラムの一つをなすものである。この
性能表示編集処理では、まず、スタックポインタをスタックポインタ格納領域にセーブし
(ステップX231)、スタックポインタに性能表示制御用の初期値を設定する(ステッ
プX232)。次に、全レジスタを退避し(ステップX233)、RAM111Cの性能
表示用ワーク領域のチェックをする第2ワークRAMチェック処理を行う(ステップX2
34)。
[Performance display editing process]
FIG. 70 shows the performance display editing process (step X55) in the main process shown in FIG.
showed that. This performance display editing process is one of the performance display programs. In this performance display editing process, first, the stack pointer is saved in the stack pointer storage area (step X231), and the initial value for performance display control is set in the stack pointer (step X232). Next, the second work RAM check process for saving all the registers (step X233) and checking the performance display work area of the RAM 111C is performed (step X2).
34).

次に、管理区間の切り替わりタイミングであるかを判定する(ステップX235)。管
理区間とは、ベース値を算出するための区間であり、ここでは遊技領域32から排出され
た遊技球数が60000個となるごとに区間を切り替えるようにしている。管理区間の切
り替わりタイミングである場合(ステップX235;Y)は、区間切り替わり時の初期設
定を行い(ステップX236)、ステップX240に移行する。
Next, it is determined whether it is the switching timing of the management section (step X235). The management section is a section for calculating the base value, and here, the section is switched every time the number of game balls discharged from the game area 32 reaches 60,000. When it is the switching timing of the management section (step X235; Y), the initial setting at the time of section switching is performed (step X236), and the process proceeds to step X240.

区間切り替わり時の初期設定では、特別遊技状態と特定遊技状態のいずれでもない通常
遊技状態において獲得した賞球数を計数する通常賞球数カウンタ領域と、通常遊技状態で
遊技領域から排出された遊技球数を計数する通常アウトカウンタ領域と、遊技状態にかか
わらず遊技領域から排出された遊技球数を計数する総アウトカウンタ領域の値をクリアす
る。また、終了する区間において最後に算出されたベース値である区間最終データを、過
去の区間についてのベース値を保管する領域にシフトする。過去の区間についてのベース
値を保管する領域には、少なくとも直近の過去3回分の区間におけるベース値が時系列に
そって保管されており、新たに保管するベース値は直近に終了した区間のベース値を保管
する領域に保管されるとともに、すでに記憶されているベース値は順次一つずつ古い領域
へシフトされるようになっている。
In the initial setting at the time of section switching, the normal prize ball counter area for counting the number of prize balls acquired in the normal game state which is neither the special game state nor the specific game state, and the game discharged from the game area in the normal game state. Clear the values in the normal out-counter area for counting the number of balls and the total out-counter area for counting the number of game balls discharged from the game area regardless of the game state. In addition, the section final data, which is the last calculated base value in the ending section, is shifted to the area where the base value for the past section is stored. In the area where the base values for the past sections are stored, at least the base values for the last three sections are stored in chronological order, and the newly stored base values are the bases for the most recently completed sections. While being stored in the area where the values are stored, the already stored base values are sequentially shifted to the old area one by one.

一方、管理区間の切り替わりタイミングでない場合(ステップX235;N)は、監視
対象スイッチのいずれかに入力があるかを判定する(ステップX237)。監視対象のス
イッチはベース値の算出に必要なスイッチであり、ここでは一般入賞口351〜354の
入賞口スイッチ35a、35b、35c、第1特別変動入賞装置38、第2特別変動入賞
装置39の大入賞口スイッチ38a、39a、始動入賞口36の始動口1スイッチ36a
、普通変動入賞装置37の始動口2スイッチ37a及び遊技領域32に発射されて遊技を
終えた全ての遊技球を検出するアウト球検出スイッチ32aが相当する。
On the other hand, when it is not the switching timing of the management section (step X235; N), it is determined whether any of the monitored switches has an input (step X237). The switch to be monitored is a switch necessary for calculating the base value, and here, the winning opening switches 35a, 35b, 35c of the general winning openings 351 to 354, the first special variable winning device 38, and the second special variable winning device 39. Large winning opening switches 38a, 39a, starting opening 1 switch 36a of starting winning opening 36
, The start port 2 switch 37a of the ordinary variable winning device 37 and the out ball detection switch 32a that detects all the game balls that have been fired into the game area 32 and finished the game correspond to them.

これらのスイッチの入力情報は、性能表示モニタ制御処理(図68参照)におけるステ
ップX206で性能表示用ワーク領域にコピーされた情報を用いる。これは、性能表示編
集処理がメイン処理のループ処理で行われるのでタイマ割込み処理よりも早い周期で行わ
れるため、タイマ割込み処理において制御に用いるスイッチの入力情報を直接使用すると
、一の入力情報を複数回カウントしてしまうおそれがあるからである。
As the input information of these switches, the information copied to the performance display work area in step X206 in the performance display monitor control process (see FIG. 68) is used. Since the performance display editing process is performed in the loop process of the main process, it is performed at a faster cycle than the timer interrupt process. Therefore, if the input information of the switch used for control in the timer interrupt process is directly used, one input information can be obtained. This is because there is a risk of counting multiple times.

そして、監視対象スイッチのいずれかに入力がある場合(ステップX237;Y)は、
賞球加算判定処理を行い(ステップX238)、ステップX240に移行する。賞球加算
判定処理では、入力があった入賞スイッチに対応する賞球数を通常賞球数カウンタに加算
する。また、アウト球検出スイッチに入力があった場合は通常アウトカウンタ及び総アウ
トカウンタに加算する。
Then, when there is an input in any of the monitored switches (step X237; Y),
The prize ball addition determination process is performed (step X238), and the process proceeds to step X240. In the prize ball addition determination process, the number of prize balls corresponding to the input winning switch is added to the normal prize ball number counter. When there is an input to the out ball detection switch, it is added to the normal out counter and the total out counter.

総アウトカウンタ以外のカウンタは、通常遊技状態かつ大入賞口不正の発生中や普電不
正の発生中でない場合にのみ加算が行われる。総アウトカウンタへの加算は遊技状態に関
わらず加算される。通常遊技状態であるかは、遊技制御用ワークに記憶された通常ベース
状態情報を参照することで判定する。また、大入賞口不正の発生中や普電不正の発生中で
あるかは、遊技制御用ワークに記憶された対応する不正発生中であることを示すフラグを
参照することで判定する。すなわち、遊技制御用ワークにおける通常ベース状態情報、大
入賞口不正の発生中や普電不正の発生中を示す情報を格納する領域は、第2プログラムを
なす性能表示用プログラムにより読み出される領域となる。
Counters other than the total out counter are added only when the game is in a normal game state and no large winning opening fraud is occurring or a general electric fraud is not occurring. The addition to the total out counter is added regardless of the game state. Whether or not it is in the normal game state is determined by referring to the normal base state information stored in the game control work. In addition, whether or not a large winning opening fraud is occurring or a general electric fraud is occurring is determined by referring to a flag indicating that a corresponding fraud is occurring stored in the game control work. That is, the area for storing the normal base state information in the game control work and the information indicating that the big prize opening fraud is occurring or the general electric fraud is occurring is the area read by the performance display program forming the second program. ..

ここで、大入賞口不正は、第1特別変動入賞装置38と第2特別変動入賞装置39のそ
れぞれにおいて、当該特別変動入賞装置が開放されていない状態における当該特別変動入
賞装置への入賞数である第1異常入賞数を計数し、当該第1異常入賞数が所定数に達した
場合に第1異常状態として大入賞口不正の発生中として、フラグがセットされるものであ
る。また、普電不正は、普通変動入賞装置37が開放されていない状態における当該普通
変動入賞装置37への入賞数である第2異常入賞数を計数し、当該第2異常入賞数が所定
数に達した場合に第2異常状態として普電不正の発生中としてフラグがセットされるもの
である。
Here, the large winning opening fraud is based on the number of winnings to the special variable winning device in each of the first special variable winning device 38 and the second special variable winning device 39 in a state where the special variable winning device is not open. A certain number of first abnormal winnings is counted, and when the number of first abnormal winnings reaches a predetermined number, a flag is set as a first abnormal state and a large winning opening fraud is occurring. In addition, the Fuden fraud counts the number of second abnormal prizes, which is the number of prizes to the ordinary variable prize device 37 in the state where the normal variable prize device 37 is not open, and the number of the second abnormal prizes becomes a predetermined number. When it reaches, the flag is set as the second abnormal state, that is, the fraudulent electric power is occurring.

よって、特別変動入賞装置が閉鎖している状態で当該特別変動入賞装置への入賞があっ
ても第1異常入賞数が所定数に達するまでは大入賞口不正ではなく通常ベース値の算出に
使用可能である。また、普通変動入賞装置37が閉鎖している状態で当該普通変動入賞装
置37への入賞があっても第2異常入賞数が所定数に達するまでは普電不正ではなく通常
ベース値の算出に使用可能である。
Therefore, even if the special variable winning device is closed and the special variable winning device is awarded, it is used to calculate the normal base value, not the large winning opening fraud, until the first abnormal winning number reaches a predetermined number. It is possible. In addition, even if the normal variable winning device 37 is closed and the normal variable winning device 37 is won, until the second abnormal winning number reaches a predetermined number, the normal base value is calculated instead of the ordinary electric fraud. It can be used.

また、1回の賞球加算判定処理では、1つのスイッチについての処理を行い、処理を行
ったスイッチについての情報はクリアするようになっており、複数のスイッチについて順
次処理が行われるようになっている。この賞球加算判定処理が行われる性能表示編集処理
は、メイン処理におけるループ処理において行われるため、タイマ割込み処理の間隔にお
いて複数回実行される。この複数回は少なくとも賞球加算判定処理において監視するスイ
ッチの数以上の回数となっている。
In addition, in one prize ball addition determination process, processing is performed for one switch, and information about the processed switch is cleared, and processing is sequentially performed for a plurality of switches. ing. Since the performance display editing process in which the prize ball addition determination process is performed is performed in the loop process in the main process, it is executed a plurality of times at the interval of the timer interrupt process. This plurality of times is at least more than the number of switches to be monitored in the prize ball addition determination process.

監視対象のスイッチのいずれかに入力がない場合(ステップX237;N)は、除算タ
スク処理を実行し(ステップX239)、全レジスタを復帰して(ステップX240)、
スタックポインタ格納領域の値をスタックポインタにロードして(ステップX241)、
性能表示編集処理を終了する。除算タスク処理では、以下の数式に従い通常ベース値を算
出する。算出された値は小数点第1位を四捨五入する。
通常ベース値=(通常賞球数カウンタの値)÷(通常アウトカウンタの値)×100
算出されたベース値は、上述の性能表示モニタ制御処理(図68参照)の表示内容更新
処理(ステップX207)において1〜4桁目出力データ領域に設定されることで性能表
示装置に表示されるようになる。
If there is no input in any of the switches to be monitored (step X237; N), the division task process is executed (step X239), all the registers are restored (step X240), and then
Load the value of the stack pointer storage area into the stack pointer (step X241),
End the performance display editing process. In the division task process, the normal base value is calculated according to the following formula. The calculated value is rounded to the first decimal place.
Normal base value = (normal prize ball counter value) ÷ (normal out counter value) x 100
The calculated base value is displayed on the performance display device by being set in the output data area of the 1st to 4th digits in the display content update process (step X207) of the performance display monitor control process (see FIG. 68) described above. Will be.

〔出力処理〕
図71には、図11に示したタイマ割込み処理における出力処理(ステップX105)
を示した。この出力処理は遊技制御用プログラムの一つをなすものである。この出力処理
では、まず、一括表示装置(LED)50のセグメントのデータを出力する出力ポート1
35にオフデータを出力(リセット)する(ステップX271)。次に、普電ソレノイド
37cや大入賞口ソレノイド38b、39b、レバーソレノイド38fのデータを出力す
る出力ポート134に出力するデータを合成し、出力する(ステップX272)。
[Output processing]
In FIG. 71, output processing (step X105) in the timer interrupt processing shown in FIG. 11 is shown.
showed that. This output processing is one of the game control programs. In this output process, first, the output port 1 that outputs the data of the segment of the batch display device (LED) 50
Off-data is output (reset) to 35 (step X271). Next, the data to be output to the output port 134 that outputs the data of the general electric solenoid 37c, the winning opening solenoids 38b and 39b, and the lever solenoid 38f is synthesized and output (step X272).

そして、一括表示装置(LED)50のデジット線を順次スキャンするためのデジット
カウンタの値を更新して(ステップX273)、デジットカウンタの値に対応するLED
のデジット線の出力データを取得する(ステップX274)。本実施形態の場合、デジッ
トカウンタの値は0から3の範囲で+1更新される。次いで、取得したデータと外部情報
データを合成して(ステップX275)、合成したデータ(例えば、「扉・枠開放」のデ
ータ、「セキュリティ信号」のデータ)をデジット・外部情報出力用の出力ポート136
に出力する(ステップX276)。
Then, the value of the digit counter for sequentially scanning the digit lines of the batch display device (LED) 50 is updated (step X273), and the LED corresponding to the value of the digit counter is updated.
The output data of the digit line of (step X274) is acquired. In the case of this embodiment, the value of the digit counter is updated by +1 in the range of 0 to 3. Next, the acquired data and the external information data are combined (step X275), and the combined data (for example, "door / frame open" data, "security signal" data) is an output port for digit / external information output. 136
Is output to (step X276).

その後、デジットカウンタの値に対応するRAM111C内のセグメント領域からセグ
メント線の出力データをロードし(ステップX277)、ロードしたデータをセグメント
出力用の出力ポート135に出力する(ステップX278)。本実施形態では、デジット
カウンタの値が0の場合に、特図1表示器51のデジット線及びセグメント線が選択され
、デジットカウンタの値が1の場合に、特図2表示器52のデジット線及びセグメント線
が選択される。また、デジットカウンタの値が2の場合に、普図表示部58のデジット線
及びセグメント線が選択され、デジットカウンタの値が3の場合に、特図1保留表示器5
3、特図2保留表示器54、普図保留表示部59、第1遊技状態表示部56、時短状態報
知部60、確率表示部57、及びラウンド表示部55のデジット線及びセグメント線が選
択される。これにより、一括表示装置50に設けられた複数の発光表示部がダイナミック
制御によって制御されることとなる。
After that, the output data of the segment line is loaded from the segment area in the RAM 111C corresponding to the value of the digit counter (step X277), and the loaded data is output to the output port 135 for segment output (step X278). In the present embodiment, when the value of the digit counter is 0, the digit line and the segment line of the special figure 1 display 51 are selected, and when the value of the digit counter is 1, the digit line of the special figure 2 display 52 is selected. And the segment line is selected. Further, when the value of the digit counter is 2, the digit line and the segment line of the normal figure display unit 58 are selected, and when the value of the digit counter is 3, the special figure 1 hold indicator 5 is used.
3. The digit line and segment line of the special figure 2 hold display 54, the normal figure hold display 59, the first game state display 56, the time saving state notification unit 60, the probability display 57, and the round display 55 are selected. To. As a result, a plurality of light emitting display units provided in the batch display device 50 are controlled by dynamic control.

続いて、外部情報の各種出力データを合成し(ステップX279)、合成したデータ(
例えば、「大当り信号1」のデータ、「大当り信号2」のデータ、「大当り信号3」のデ
ータ、「大当り信号4」のデータ、「図柄確定回数信号」のデータ、「始動口信号」のデ
ータ、「メイン賞球信号」のデータ)と発射許可の出力データを合成して(ステップX2
80)、合成したデータを外部情報・発射許可信号出力用の出力ポート137へ出力する
(ステップX281)。
Subsequently, various output data of external information are combined (step X279), and the combined data (step X279).
For example, "big hit signal 1" data, "big hit signal 2" data, "big hit signal 3" data, "big hit signal 4" data, "symbol confirmation count signal" data, "start port signal" data. , "Main prize ball signal" data) and launch permission output data (step X2)
80), the synthesized data is output to the output port 137 for outputting the external information / launch permission signal (step X281).

次に、電源投入時にオンとされる初期表示設定フラグがオンであるかを判定する(ステ
ップX282)。初期表示設定フラグがオンである場合(ステップX282;Y)、すな
わち、電源投入後における初めての出力処理の実行である場合は、性能表示装置の1〜4
桁目出力データをロードして出力する処理(ステップX283〜X286)を行わずにス
テップX287へ移行する。この場合は、性能表示装置のデータが設定されていないため
である。
Next, it is determined whether the initial display setting flag that is turned on when the power is turned on is on (step X282). When the initial display setting flag is on (step X282; Y), that is, when the output processing is executed for the first time after the power is turned on, the performance display devices 1 to 4
The process proceeds to step X287 without performing the process of loading and outputting the digit output data (steps X283 to X286). In this case, the data of the performance display device is not set.

また、初期表示設定フラグがオンでない場合(ステップX282;N)、すなわち、電
源投入後における初めての出力処理の実行でない場合は、性能表示装置の1〜4桁目出力
データをロードして出力する処理(ステップX283〜X286)を行う。これにより、
性能表示装置の各桁の7セグ表示器に表示が行われる。性能表示装置の1〜4桁目出力デ
ータは、上述の性能表示モニタ制御処理(図68参照)の表示内容更新処理(ステップX
207)において1〜4桁目出力データ領域に設定される。
If the initial display setting flag is not on (step X282; N), that is, if the output processing is not executed for the first time after the power is turned on, the output data of the 1st to 4th digits of the performance display device is loaded and output. The processing (steps X283 to X286) is performed. This will
The display is performed on the 7-segment display of each digit of the performance display device. The output data of the 1st to 4th digits of the performance display device is the display content update process (step X) of the above-mentioned performance display monitor control process (see FIG. 68).
In 207), it is set in the output data area of the 1st to 4th digits.

すなわち、第2作業領域に設けられた1〜4桁目出力データ領域は、第2プログラムで
ある性能表示用プログラムにより書き込まれるとともに、第1プログラムをなす遊技制御
用プログラムにより読み出される第2共通領域をなすものである。上述したように、性能
表示モニタ制御処理はメイン処理におけるループ処理において行われるものであり、必ず
しも実行間隔が一定ではないので、性能表示装置153をダイナミック制御するのに適さ
ない。このため、タイマ割込み処理において行われる出力処理において性能表示モニタ制
御処理で設定した表示データを読み込んで性能表示装置153の表示を制御するようにし
ている。
That is, the 1st to 4th digit output data areas provided in the second work area are written by the performance display program, which is the second program, and are read by the game control program, which is the first program. It is what makes up. As described above, the performance display monitor control process is performed in the loop process in the main process, and the execution interval is not always constant, so that it is not suitable for dynamically controlling the performance display device 153. Therefore, in the output processing performed in the timer interrupt processing, the display data set in the performance display monitor control processing is read to control the display of the performance display device 153.

その後、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート1
に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート1へ合成し
たデータを出力する(ステップX287)。その後、試射試験装置への試験信号を出力す
る中継基板70上の試験端子出力ポート2に出力するデータをロードして合成し、中継基
板70上の試験端子出力ポート2へ合成したデータを出力する(ステップX288)。
After that, the test terminal output port 1 on the relay board 70 that outputs the test signal to the test firing test apparatus.
The data to be output to is loaded and synthesized, and the synthesized data is output to the test terminal output port 1 on the relay board 70 (step X287). After that, the data to be output to the test terminal output port 2 on the relay board 70 that outputs the test signal to the test firing test apparatus is loaded and synthesized, and the combined data is output to the test terminal output port 2 on the relay board 70. (Step X288).

次に、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート3に
出力するデータをロードして合成し、中継基板70上の試験端子出力ポート3へ合成した
データを出力する(ステップX289)。さらに、試射試験装置への試験信号を出力する
中継基板70上の試験端子出力ポート4に出力するデータをロードして合成し、中継基板
70上の試験端子出力ポート4へ合成したデータを出力する(ステップX290)。そし
て、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート5に出力
するデータをロードして合成し、中継基板70上の試験端子出力ポート5へ合成したデー
タを出力して(ステップX291)、出力処理を終了する。
Next, the data to be output to the test terminal output port 3 on the relay board 70 that outputs the test signal to the test firing test apparatus is loaded and synthesized, and the combined data is output to the test terminal output port 3 on the relay board 70. (Step X289). Further, the data to be output to the test terminal output port 4 on the relay board 70 that outputs the test signal to the test firing test apparatus is loaded and synthesized, and the combined data is output to the test terminal output port 4 on the relay board 70. (Step X290). Then, the data to be output to the test terminal output port 5 on the relay board 70 that outputs the test signal to the test firing test apparatus is loaded and synthesized, and the combined data is output to the test terminal output port 5 on the relay board 70. (Step X291), the output process is terminated.

なお、各デジット線に対応するセグメント線の出力データは、後述する処理においてR
AM111C(RWM)内に設けられた各表示器用のセグメント領域に設定されるように
なっている。具体的には、図27に示す特図ゲーム処理や図56に示す普図ゲーム処理に
おける図柄変動制御処理(図54参照)や、図62に示すセグメントLED編集処理にお
いて設定される。一回のタイマ割込み処理においてはこれらの処理の全てが行われるため
、RAM111Cにはデジットカウンタの値にかかわらず全てセグメント線に対応する出
力データがセグメント領域に設定される。そして、このように設定されたセグメント線の
出力データのうち、今回のデジットカウンタの値に応じたセグメント線の出力データが選
択されて使用されるようになっている。
The output data of the segment line corresponding to each digit line is R in the process described later.
It is set in the segment area for each display provided in AM111C (RWM). Specifically, it is set in the symbol variation control process (see FIG. 54) in the special figure game process shown in FIG. 27, the normal figure game process shown in FIG. 56, and the segment LED editing process shown in FIG. 62. Since all of these processes are performed in one timer interrupt process, all the output data corresponding to the segment lines are set in the segment area in the RAM 111C regardless of the value of the digit counter. Then, among the output data of the segment line set in this way, the output data of the segment line corresponding to the value of the digit counter this time is selected and used.

また、上述したようにRAM111Cは遊技機への電力の供給が停止されても記憶され
たデータを保持することができるようにされている。そして、RAM111Cにおいてセ
グメント線の出力データを記憶するセグメント領域やデジットカウンタの値を記憶する領
域は、遊技機への電力の供給が停止した際に実行されるチェックサム算出処理においてチ
ェックサムの算出対象となる領域に含まれている。よって、遊技機への電力の供給が再開
された際に行われる正当性の判定の対象とされる。これにより、停電から正常に遊技機が
復旧した場合には停電発生時の状態から一括表示装置50の表示を再開可能となる。
Further, as described above, the RAM 111C is configured to be able to retain the stored data even when the supply of electric power to the game machine is stopped. Then, in the RAM 111C, the segment area for storing the output data of the segment line and the area for storing the value of the digit counter are the checksum calculation targets in the checksum calculation process executed when the power supply to the game machine is stopped. It is included in the area that becomes. Therefore, it is subject to the judgment of legitimacy performed when the supply of electric power to the game machine is resumed. As a result, when the game machine is normally restored from the power failure, the display of the batch display device 50 can be restarted from the state at the time of the power failure.

図72(a)〜(d)には、性能表示装置153における性能表示の表示方法の一例を
示した。なお、ここでは、総アウトカウンタの値が所定値(ここでは60000)となる
ごとに区切られる区間がすでに3つ以上終了している状態であって、各区間の通常ベース
値が記憶されている状態とする。
FIGS. 72 (a) to 72 (d) show an example of a performance display display method in the performance display device 153. In this case, three or more sections are already completed each time the total out counter value reaches a predetermined value (60,000 in this case), and the normal base value of each section is stored. Make it a state.

この性能表示装置153における表示では、図72(a)に示す現在の区間におけるリ
アルタイムの通常ベース値の表示、図72(b)に示す1回前の区間における通常ベース
値の表示、図72(c)に示す2回前の区間における通常ベース値の表示、図72(d)
に示す3回前の区間における通常ベース値の表示を5秒ごとに切り替えて表示するように
なっている。なお、電源投入後の性能表示装置153の表示開始時には、ドットを含む全
てのセグメントの全点灯と全消灯を300msごとに繰り返す初期表示を4800msに
わたり行う。
In the display on the performance display device 153, the display of the real-time normal base value in the current section shown in FIG. 72 (a), the display of the normal base value in the previous section shown in FIG. 72 (b), and FIG. 72 ( Display of normal base value in the section two times before shown in c), FIG. 72 (d)
The display of the normal base value in the section three times before shown in is switched every 5 seconds and displayed. At the start of the display of the performance display device 153 after the power is turned on, the initial display in which all the segments including the dots are turned on and off is repeated every 300 ms is performed for 4800 ms.

図72(a)に示す現在の区間におけるリアルタイムの通常ベース値の表示では、現在
の区間におけるリアルタイムの通常ベース値の表示であることを示す表示として、右から
数えた3桁目と4桁目の7セグ表示器から構成される識別セグに「bL.」の表示を行う
。そして、1桁目、2桁目の7セグ表示器から構成される比率セグにには、現在の区間に
おけるリアルタイムの通常ベース値を表示する。ここでは「35」が表示されている。な
お、通常ベース値は以下の数式に従い算出され、算出された値は小数点第1位を四捨五入
する。
通常ベース値=(通常賞球数カウンタの値)÷(通常アウトカウンタの値)×100
小数点第1位を四捨五入した後の数値が100以上の場合は比率セグには「99.」と
表示する。また、通常アウトカウンタの値が0の場合は比率セグには「00」と表示する
In the real-time normal base value display in the current section shown in FIG. 72 (a), the third and fourth digits counted from the right are displayed to indicate that the real-time normal base value is displayed in the current section. "BL." Is displayed on the identification segment composed of the 7-segment display. Then, the real-time normal base value in the current section is displayed on the ratio segment composed of the first-digit and second-digit 7-segment displays. Here, "35" is displayed. The base value is usually calculated according to the following formula, and the calculated value is rounded off to the first decimal place.
Normal base value = (normal prize ball counter value) ÷ (normal out counter value) x 100
If the value after rounding off to the first decimal place is 100 or more, "99." is displayed in the ratio segment. Further, when the value of the out counter is usually 0, "00" is displayed in the ratio segment.

図72(b)に示す1回前の区間における通常ベース値の表示では、1回前の区間にお
ける通常ベース値の表示であることを示す表示として3桁目と4桁目の7セグ表示器から
構成される識別セグに「b1.」の表示を行う。そして、1桁目、2桁目の7セグ表示器
から構成される比率セグには、1回前の区間における通常ベース値を表示する。通常ベー
ス値の算出と表示方法は図72(a)の場合と同様である。
In the display of the normal base value in the previous section shown in FIG. 72 (b), the 7-segment display in the third and fourth digits indicates that the normal base value is displayed in the previous section. "B1." Is displayed on the identification segment composed of. Then, the normal base value in the previous section is displayed on the ratio segment composed of the first-digit and second-digit 7-segment displays. The calculation and display method of the normal base value is the same as that in FIG. 72 (a).

図72(c)に示す2回前の区間における通常ベース値の表示では、2回前の区間にお
ける通常ベース値の表示であることを示す表示として識別セグに「b2.」の表示を行う
。そして、比率セグには、2回前の区間における通常ベース値を表示する。通常ベース値
の算出と表示方法は図72(a)の場合と同様である。図72(d)に示す3回前の区間
における通常ベース値の表示では、3回前の区間における通常ベース値の表示であること
を示す表示として識別セグに「b3.」の表示を行う。そして、比率セグには、3回前の
区間における通常ベース値を表示する。通常ベース値の算出と表示方法は図72(a)の
場合と同様である。
In the display of the normal base value in the section two times before, which is shown in FIG. 72 (c), "b2." Is displayed in the identification segment as a display indicating that the display is the normal base value in the section two times before. Then, the normal base value in the section two times before is displayed in the ratio segment. The calculation and display method of the normal base value is the same as that in FIG. 72 (a). In the display of the normal base value in the section three times before, which is shown in FIG. 72 (d), "b3." Is displayed in the identification segment as a display indicating that the display is the normal base value in the section three times before. Then, the normal base value in the section three times before is displayed in the ratio segment. The calculation and display method of the normal base value is the same as that in FIG. 72 (a).

図73には、遊技機の初回電源投入からの性能表示の内容の一例を示した。図73(a
)には、遊技機の初回電源投入からの区間の区切りを示した。なお、遊技機の初回電源投
入とは、当該遊技機に初めて電源を投入した際の他、何らかの異常により性能表示用ワー
クの内容がリセットされた直後の状態を含む。
FIG. 73 shows an example of the content of the performance display from the first power-on of the game machine. FIG. 73 (a)
) Indicates the section division from the first power-on of the game machine. The first power-on of the game machine includes the state when the power is turned on for the first time of the game machine and immediately after the content of the performance display work is reset due to some abnormality.

初回電源投入から開始される区間Aは、遊技状態にかかわらず遊技領域から排出された
全遊技球数(アウト球及びセーフ球)の数が300個となると終了する。この区間Aでは
、遊技機の検査や調整などで遊技球の発射や入賞口への入賞が行われることから正確なベ
ース値が算出できないため、この期間の通常ベース値は評価の対象としない。
The section A started from the first power-on ends when the total number of game balls (out balls and safe balls) discharged from the game area reaches 300 regardless of the game state. In this section A, since the game ball is launched and the winning opening is won in the inspection and adjustment of the game machine, an accurate base value cannot be calculated. Therefore, the normal base value in this period is not subject to evaluation.

区間Aが終了すると新たな区間として区間Bが開始される。この区間Bは遊技状態にか
かわらず遊技領域から排出された全遊技球数(アウト球及びセーフ球)の数が区間の開始
から60000個となると終了する。区間Bが終了すると、当該区間Bでの全期間にわた
る計数結果から算出された通常ベース値が保存され、新たな区間として区間Cが開始され
る。この区間Cは遊技状態にかかわらず遊技領域から排出された全遊技球数(アウト球及
びセーフ球)の数が区間の開始から60000個となると終了する。以降、遊技状態にか
かわらず遊技領域から排出された全遊技球数(アウト球及びセーフ球)の数が区間の開始
から60000個となるごとに、終了する区間での通常ベース値を保存するとともに新た
な区間を開始する。
When the section A ends, the section B is started as a new section. This section B ends when the total number of game balls (out balls and safe balls) discharged from the game area reaches 60,000 from the start of the section regardless of the game state. When the section B ends, the normal base value calculated from the counting result over the entire period in the section B is saved, and the section C is started as a new section. This section C ends when the total number of game balls (out balls and safe balls) discharged from the game area reaches 60,000 from the start of the section regardless of the game state. After that, every time the total number of game balls (out balls and safe balls) discharged from the game area reaches 60,000 from the start of the section regardless of the game state, the normal base value in the end section is saved. Start a new section.

図73(b)には、図73(a)に示した各区間での性能表示装置153における表示
の一例を示した。現在の区間におけるリアルタイムの表示であるbL.では、区間Aであ
る場合には識別セグに「bL.」を点滅表示し、比率セグに「――」と表示する。区間A
の値は評価の対象外であるため数値を表示しない。区間B以降である場合には、通常アウ
トカウンタの値が6000未満の場合は識別セグに「bL.」を点滅表示し、通常アウト
カウンタの値が6000以上の場合は識別セグに「bL.」を点灯表示する。比率セグに
はリアルタイムで計算した値が表示される。通常アウトカウンタの値が6000未満の場
合は値の信頼度が低いためその旨を識別セグの点滅表示により示すようにしている。
FIG. 73 (b) shows an example of the display on the performance display device 153 in each section shown in FIG. 73 (a). BL. Is a real-time display of the current section. Then, in the case of the section A, "bL." Is blinked and displayed in the identification segment, and "-" is displayed in the ratio segment. Section A
Since the value of is not subject to evaluation, the numerical value is not displayed. In the case of section B or later, if the value of the normal out counter is less than 6000, "bL." Is blinked in the identification segment, and if the value of the normal out counter is 6000 or more, "bL." Is displayed in the identification segment. Lights up and displays. The value calculated in real time is displayed in the ratio segment. Normally, when the value of the out counter is less than 6000, the reliability of the value is low, and this is indicated by a blinking display of the identification segment.

1回前の区間における表示であるb1.、2回前の区間における表示であるb2.、3
回前の区間における表示であるb3.については、区間Aの値を除き、それぞれ対応する
値が記憶されていなければ識別セグに「b1.」、「b2.」又は「b3.」を点滅表示
し、比率セグに「――」と表示する。また、それぞれ対応する値が記憶されていれば識別
セグに「b1.」、「b2.」又は「b3.」を点灯表示して比率セグに値を表示する。
ここで比率セグに表示される値は、対応する区間の最後に算出された通常ベース値である
The display in the previous section b1. The display in the section two times before b2. 3, 3
Display in the section before the round b3. Except for the value in section A, if the corresponding values are not stored, "b1.", "B2." Or "b3." Is blinked in the identification segment, and "-" is displayed in the ratio segment. indicate. If the corresponding values are stored, "b1.", "B2." Or "b3." Is lit and displayed in the identification segment, and the value is displayed in the ratio segment.
Here, the value displayed in the ratio segment is the normal base value calculated at the end of the corresponding section.

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結
果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を
行う制御手段(遊技制御装置100)を備え、制御手段は、当該制御手段が使用するプロ
グラム及びデータを記憶した第1記憶手段(ROM111B)と、プログラムの作業領域
を提供する第2記憶手段(RAM111C)と、を備え、第1記憶手段には、プログラム
である第1プログラム及びデータである第1データが記憶される第1記憶領域111Ba
と、プログラムである第2プログラム及びデータである第2データが記憶される第2記憶
領域111Beと、があり、第1記憶領域111Baと、第2記憶領域111Beとは、
未使用領域111Bdを挟んで設定されており、第2記憶手段には、第1プログラムの作
業領域である第1作業領域111Caと、第2プログラムの作業領域である第2作業領域
111Cdと、があり、第1作業領域111Caと、第2作業領域111Cdとは、未使
用領域111Ccを挟んで設定されており、第1作業領域には、第1プログラムにより読
み書きされるが、第2プログラムからは読み書きされない第1専用領域111Ca1と、
第1プログラムにより読み書きされるとともに、第2プログラムにより読み出すことが可
能な第1共通領域111Ca2と、を備えることとなる。したがって、開発の過程でそれ
ぞれのプログラムについて使用可能な領域が明確となり、開発の効率を高めることができ
る。
From the above, the control means (control means) for controlling the game in the game machine that executes the game based on the establishment of the predetermined conditions and generates a state advantageous to the player when the result of the game becomes a special result ( The game control device 100) is provided, and the control means includes a first storage means (ROM111B) that stores the program and data used by the control means, and a second storage means (RAM111C) that provides a work area for the program. The first storage means includes a first storage area 111Ba in which the first program, which is a program, and the first data, which is data, are stored.
And a second storage area 111Be in which the second program which is a program and the second data which is data are stored, and the first storage area 111Ba and the second storage area 111Be are
An unused area 111Bd is sandwiched between them, and the second storage means includes a first work area 111Ca, which is a work area of the first program, and a second work area 111Cd, which is a work area of the second program. The first work area 111Ca and the second work area 111Cd are set with an unused area 111Cc interposed therebetween, and the first work area is read / written by the first program, but is read / written from the second program. The first dedicated area 111Ca1 that is not read / written and
It is provided with a first common area 111Ca2 that can be read and written by the first program and can be read by the second program. Therefore, the areas that can be used for each program are clarified in the development process, and the efficiency of development can be improved.

また、制御手段は、遊技を統括的に制御する遊技制御手段(遊技制御装置100)であ
り、第1プログラム及び第1データは、遊技の制御に関する遊技制御プログラム及びデー
タであり、第2プログラム及び第2データは、遊技機における遊技価値の収支に関する情
報を表示するための性能表示プログラム及びデータであることとなる。したがって、遊技
制御手段の開発の過程でそれぞれのプログラムについて使用可能な領域が明確となり、開
発の効率を高めることができる。
Further, the control means is a game control means (game control device 100) that comprehensively controls the game, and the first program and the first data are game control programs and data related to the control of the game, and the second program and the first data are. The second data is a performance display program and data for displaying information on the balance of game value in the game machine. Therefore, in the process of developing the game control means, the areas that can be used for each program are clarified, and the efficiency of development can be improved.

また、第1作業領域には、第1プログラムにより読み書きされるが、第2プログラムか
らは読み書きされない専用領域111Ca1と、第1プログラムにより少なくとも書き込
まれるとともに、第2プログラムにより読み出すことが可能な第1共通領域111Ca2
と、を備え、第2作業領域には、第2プログラムにより読み書きされるが、第1プログラ
ムからは読み書きされない第2専用領域111Cd1と、第2プログラムにより少なくと
も書き込まれるとともに、第1プログラムにより読み出すことが可能な第2共通領域11
1Cd2と、を備えることとなる。したがって、遊技制御手段の開発の過程でそれぞれの
プログラムについて使用可能な領域が明確となり、開発の効率を高めることができる。
Further, the first work area has a dedicated area 111Ca1 that is read / written by the first program but not read / written by the second program, and at least written by the first program and can be read by the second program. Common area 111Ca2
The second work area is read and written by the second program, but is not read and written by the first program. The second dedicated area 111Cd1 and at least written by the second program and read by the first program. 2nd common area 11
It will be provided with 1Cd2. Therefore, in the process of developing the game control means, the areas that can be used for each program are clarified, and the efficiency of development can be improved.

また、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった
場合に、遊技者に有利な特別遊技状態を発生する遊技機において、遊技の制御を行う制御
手段(遊技制御装置100)を備え、制御手段は、所定の処理を繰り返し行うループ処理
と、所定時間ごとに実行されるタイマ割込み処理と、を行い、タイマ割込み処理において
設定した情報を、ループ処理において使用するように構成され、ループ処理の周期を、タ
イマ割込み処理の周期よりも短くしたこととなる。したがって、タイマ割込み処理におい
て設定した情報をループ処理において確実に取得でき、確実な制御処理が可能となる。
In addition, a control means (game) that controls a game in a game machine that executes a game based on the establishment of a predetermined condition and generates a special game state advantageous to the player when the result of the game is a special result. A control device 100) is provided, and the control means performs loop processing that repeats predetermined processing and timer interrupt processing that is executed at predetermined time intervals, and uses the information set in the timer interrupt processing in the loop processing. The loop processing cycle is shorter than the timer interrupt processing cycle. Therefore, the information set in the timer interrupt processing can be reliably acquired in the loop processing, and the reliable control processing becomes possible.

また、遊技球が流下可能な遊技領域32と、遊技領域32に設けられ、遊技球が入賞可
能な入賞領域(一般入賞口351〜354、始動入賞口36、普通変動入賞装置37、第
1特別変動入賞装置38、第2特別変動入賞装置39)と、を備え、入賞領域には、遊技
球が入賞不能な閉状態と、遊技球の入賞が容易な開状態と、に変換可能であり、入賞によ
りゲームの実行権利を発生可能な普通変動入賞装置37が含まれ、制御手段は、普通変動
入賞装置37の動作状態を、第1動作状態と、該第1動作状態よりも入賞が容易な第2動
作状態と、の何れかの動作状態で制御する普通変動入賞装置制御手段(遊技制御装置10
0)と、入賞領域への入賞に対して払い出された賞球数と、遊技領域32に発射された遊
技球数とからベース値を算出するベース値算出手段(遊技制御装置100)と、を備え、
タイマ割込み処理において、特別遊技状態であるかの情報と、第2動作状態であるかの情
報と、入賞領域への入賞に基づく賞球数の情報と、遊技領域32に発射された遊技球数で
ある発射数の情報と、を設定し、ベース値算出手段は、ループ処理において、タイマ割込
み処理で設定された情報に基づき、特別遊技状態と第2動作状態のいずれでもない状態に
おけるベース値を算出するようにしたこととなる。したがって、タイマ割込み処理におい
て設定した情報をループ処理において確実に取得でき、確実なベース値の算出が可能とな
る。
In addition, a game area 32 in which the game ball can flow down and a winning area provided in the game area 32 in which the game ball can win (general winning opening 3513 to 354, starting winning opening 36, normal variable winning device 37, first special). A variable winning device 38 and a second special variable winning device 39) are provided, and the winning area can be converted into a closed state in which the game ball cannot be won and an open state in which the game ball can be easily won. A normal variable winning device 37 capable of generating a right to execute a game by winning a prize is included, and the control means can change the operating state of the normal variable winning device 37 to a first operating state and a prize more easily than the first operating state. Ordinary variable winning device control means (game control device 10) that controls in any of the second operating state and the operating state.
0), a base value calculating means (game control device 100) that calculates a base value from the number of prize balls paid out for winning in the winning area and the number of game balls fired in the game area 32. With
In the timer interrupt process, information on whether or not it is in a special game state, information on whether or not it is in a second operating state, information on the number of prize balls based on winning in the winning area, and the number of game balls fired in the game area 32. The information on the number of shots is set, and the base value calculation means sets the base value in a state that is neither the special game state nor the second operation state based on the information set in the timer interrupt process in the loop processing. It means that it is calculated. Therefore, the information set in the timer interrupt processing can be reliably acquired in the loop processing, and the base value can be reliably calculated.

また、入賞領域には、特別遊技状態において開放されて入賞が可能となる特別変動入賞
装置(第1特別変動入賞装置38、第2特別変動入賞装置39)が含まれ、制御手段は、
特別変動入賞装置が開放されていない状態における当該特別変動入賞装置への入賞数であ
る第1異常入賞数を計数し、当該第1異常入賞数が所定数に達した場合に第1異常状態を
設定し、普通変動入賞装置37が開放されていない状態における当該普通変動入賞装置3
7への入賞数である第2異常入賞数を計数し、当該第2異常入賞数が所定数に達した場合
に第2異常状態を設定し、ベース値計数手段は、第1異常入賞数又は第2異常入賞数が所
定数に達するまでは、第1異常入賞数又は第2異常入賞数が存在していても賞球数の情報
と、発射数の情報と、をベース値の算出に使用可能とし、第1異常入賞数又は第2異常入
賞数が所定数に達して第1異常状態又は第2異常状態となった状態である場合には、賞球
数の情報と、発射数の情報と、をベース値の算出に使用しないようにすることとなる。し
たがって、確実なベース値の算出が可能となる。
In addition, the winning area includes a special variable winning device (first special variable winning device 38, second special variable winning device 39) that is open to win a prize in the special gaming state, and the control means is
The number of first abnormal winnings, which is the number of winnings to the special variable winning device in the state where the special variable winning device is not opened, is counted, and when the number of the first abnormal winnings reaches a predetermined number, the first abnormal state is set. The normal variable winning device 3 is set and the normal variable winning device 37 is not opened.
The number of second abnormal prizes, which is the number of prizes in 7, is counted, the second abnormal state is set when the number of second abnormal prizes reaches a predetermined number, and the base value counting means is the number of first abnormal prizes or Until the number of second abnormal prizes reaches a predetermined number, the information on the number of prize balls and the information on the number of shots are used to calculate the base value even if the number of first abnormal prizes or the number of second abnormal prizes exists. When the number of first abnormal prizes or the number of second abnormal prizes reaches a predetermined number and becomes the first abnormal state or the second abnormal state, the information on the number of prize balls and the information on the number of shots are made possible. And will not be used to calculate the base value. Therefore, it is possible to calculate a reliable base value.

次に演出制御装置300での制御について説明する。演出制御装置300の主制御用マ
イコン(CPU)311では、図74に示すメイン処理と、図示しないタイマ割込み処理
を行う。
Next, the control by the effect control device 300 will be described. The main control microcomputer (CPU) 311 of the effect control device 300 performs the main process shown in FIG. 74 and the timer interrupt process (not shown).

〔メイン処理〕
図74に示すようにメイン処理では、はじめにプログラム開始時の処理を行う。このプ
ログラム開始時の処理では、まず、割込みを禁止し(ステップC1)、CPUの初期設定
を行う(ステップC2)。次に、VDP312の初期設定を行って(ステップC3)、割
込みを許可する(ステップC4)。次いで、表示用データの生成を許可して(ステップC
5)、乱数シードを設定し(ステップC6)、初期化すべき領域に電源投入時の初期値を
セーブする(ステップC7)。これにより、停電発生検出済みフラグ等がクリアされる。
[Main processing]
As shown in FIG. 74, in the main process, the process at the start of the program is first performed. In the process at the start of this program, interrupts are first disabled (step C1), and the CPU is initially set (step C2). Next, the initial setting of VDP312 is performed (step C3), and interrupts are enabled (step C4). Next, the generation of display data is permitted (step C).
5), a random number seed is set (step C6), and the initial value at the time of power-on is saved in the area to be initialized (step C7). As a result, the power failure detection detected flag and the like are cleared.

ステップC1からC7のプログラム開始時の処理を行った後、メインループ処理として
ループの処理を行う。このループ処理では、まず、WDT(watchdog timer)をクリアす
る(ステップC8)。次いで、演出ボタン25やタッチパネル29の操作に基づく入力信
号(立ち上がりエッジ)から入力情報を作成する演出ボタン入力処理(ステップC9)を
行う。演出ボタン25やタッチパネル29からの入力の読み込みはタイマ割込み処理内で
行い、この演出ボタン入力処理では演出ボタン25やタッチパネル29からの入力があっ
た時に、演出内容を変更する処理等を行う。
After performing the processing at the start of the program in steps C1 to C7, the loop processing is performed as the main loop processing. In this loop processing, first, the WDT (watchdog timer) is cleared (step C8). Next, the effect button input process (step C9) for creating input information from the input signal (rising edge) based on the operation of the effect button 25 or the touch panel 29 is performed. The input from the effect button 25 or the touch panel 29 is read in the timer interrupt process, and in this effect button input process, when there is an input from the effect button 25 or the touch panel 29, the effect content is changed.

そして、LEDや液晶の輝度、音量などの変更可能範囲の設定を受け付けるホール設定
モード処理を行い(ステップC10)、遊技者によるLEDや液晶の輝度、音量の変更な
どの操作を受け付ける遊技者設定モード処理を行う(ステップC11)。次に、飾り特図
変動表示ゲームの変動態様の詳細を決定する乱数を更新する乱数更新処理(ステップC1
2)を行う。
Then, the hall setting mode processing that accepts the setting of the changeable range such as the brightness and volume of the LED and the liquid crystal is performed (step C10), and the player setting mode that accepts the operation such as changing the brightness and volume of the LED and the liquid crystal by the player. The process is performed (step C11). Next, a random number update process (step C1) for updating a random number that determines the details of the variation mode of the decorative special figure variation display game.
Do 2).

次いで、遊技制御装置100からのコマンドを解析して対応を行う受信コマンドチェッ
ク処理(ステップC13)を行い、演出の進行を制御するための設定や描画コマンドの編
集を行う演出表示編集処理(ステップC14)を行って、描画コマンドの準備終了を設定
する(ステップC15)。これらの処理では、描画する内容に合わせ各種データの更新を
行う等して、最終的に描画データをフレームバッファに設定するところまで行う。1/3
0秒(約33.3m秒)以内に描画する画面の描画データを準備できていれば問題なく画
像更新できる。
Next, the reception command check process (step C13) that analyzes the command from the game control device 100 and responds to it is performed, and the effect display editing process (step C14) that edits the setting and drawing command for controlling the progress of the effect. ) To set the end of preparation for the drawing command (step C15). In these processes, various data are updated according to the contents to be drawn, and the drawing data is finally set in the frame buffer. 1/3
If the drawing data of the screen to be drawn within 0 seconds (about 33.3 msec) is prepared, the image can be updated without any problem.

そして、フレーム切替タイミングであるか否かを判定する(ステップC16)。本実施
形態では、システム周期(1フレーム1/30秒)を作るため、Vブランク割込(1/6
0秒)が2回入るとフレーム切替タイミングであると判定する。なお、フレーム切替タイ
ミングは適宜任意に変更可能であり、例えば、1/60秒で画像の更新(フレームの切り
替え)を行ってもよいし、1/60秒よりも遅いタイミングで画像の更新(フレームの切
り替え)を行ってもよい。ステップC16で、フレーム切替タイミングでないと判定した
場合(ステップC16;N)には、ステップC16の処理を繰り返して行う。一方、ステ
ップC16で、フレーム切替タイミングであると判定した場合(ステップC16;Y)に
は、画面描画を指示する(ステップC17)。
Then, it is determined whether or not it is the frame switching timing (step C16). In this embodiment, a V blank interrupt (1/6) is used to create a system cycle (1/30 second per frame).
When 0 seconds) is entered twice, it is determined that the frame switching timing is reached. The frame switching timing can be changed as appropriate. For example, the image may be updated (frame switching) in 1/60 seconds, or the image may be updated (frames) at a timing later than 1/60 seconds. (Switching) may be performed. If it is determined in step C16 that it is not the frame switching timing (step C16; N), the process of step C16 is repeated. On the other hand, when it is determined in step C16 that it is the frame switching timing (step C16; Y), screen drawing is instructed (step C17).

その後、スピーカ(上スピーカ19a、下スピーカ19b)からの音声の出力に関する
制御を行うサウンド制御処理(ステップC18)、盤装飾装置46や枠装飾装置18など
のLEDの制御を行う装飾制御処理(ステップC19)、盤演出装置44のモータやソレ
ノイド、リール6の制御を行う可動体制御処理(ステップC20)を行い、報知部72や
ポイント報知部73、累積値報知部74などによる演出を制御する盤演出設定処理(ステ
ップC21)を行って、WDTをクリアする処理(ステップC8)に戻る。
After that, a sound control process (step C18) that controls the output of sound from the speakers (upper speaker 19a, lower speaker 19b), and a decoration control process that controls LEDs such as the board decoration device 46 and the frame decoration device 18 (step). C19), a panel that performs movable body control processing (step C20) that controls the motor, solenoid, and reel 6 of the panel effect device 44, and controls the effect by the notification unit 72, the point notification unit 73, the cumulative value notification unit 74, and the like. The effect setting process (step C21) is performed, and the process returns to the process of clearing the WDT (step C8).

〔受信コマンドチェック処理〕
図75には、上述のメイン処理における受信コマンドチェック処理を示した。この受信
コマンドチェック処理では、まず、1フレーム(1/30秒間)の間に何個のコマンドを
受信したかをカウントするコマンド受信カウンタの値をコマンド受信数としてロードし(
ステップC201)、コマンド受信数が0でないか否かを判定する(ステップC202)
。そして、コマンド受信数が0であると判定した場合(ステップC202;N)は、受信
コマンドチェック処理を終了する。また、受信コマンド数が0でないと判定した場合(ス
テップC202;Y)には、コマンド受信カウンタ領域の内容をコマンド受信数分減算す
る(ステップC203)。
[Receive command check process]
FIG. 75 shows the received command check process in the above-mentioned main process. In this received command check process, first, the value of the command reception counter that counts how many commands are received in one frame (1/30 second) is loaded as the number of command receptions (
Step C201), it is determined whether or not the number of command receptions is 0 (step C202).
.. Then, when it is determined that the number of received commands is 0 (step C202; N), the received command check process ends. If it is determined that the number of received commands is not 0 (step C202; Y), the contents of the command reception counter area are subtracted by the number of command receptions (step C203).

次いで、受信コマンドバッファの内容をコマンド領域にコピーして(ステップC204
)、コマンド読出インデックスを0〜31の範囲で+1更新し(ステップC205)、コ
マンド受信数分のコマンドのコピーが完了したか否かを判定する(ステップC206)。
このように、本実施形態では、受信コマンドバッファ内で直接コマンドの解析を行わず、
受信コマンドバッファの内容をコマンド領域(解析用のRAM領域)にコピーし、コマン
ド領域でコマンドの解析作業を行うよう構成されている。これにより、コマンドの解析中
に遊技制御装置100からコマンドが送信されてくる場合に備えて、コマンド(データ)
を移動して空きを作っておくことができる。また、コマンドの解析をメイン処理一巡単位
でまとめて行うことができる。
Then, the contents of the received command buffer are copied to the command area (step C204).
), The command read index is updated by +1 in the range of 0 to 31 (step C205), and it is determined whether or not the copy of the command corresponding to the number of received commands is completed (step C206).
As described above, in the present embodiment, the command is not analyzed directly in the received command buffer.
The contents of the received command buffer are copied to the command area (RAM area for analysis), and the command analysis work is performed in the command area. As a result, the command (data) is prepared in case the command is transmitted from the game control device 100 during the analysis of the command.
Can be moved to make space. In addition, command analysis can be performed collectively in units of one main process.

ステップC206で、コマンド受信数分のコマンドのコピーが完了していないと判定し
た場合(ステップC206;N)には、ステップC204の処理に戻る。また、コマンド
受信数分のコマンドのコピーが完了したと判定した場合(ステップC206;Y)には、
コマンド領域の内容をロードして(ステップC207)、受信コマンド解析処理(ステッ
プC208)を行う。
If it is determined in step C206 that the copy of the command for the number of received commands has not been completed (step C206; N), the process returns to step C204. If it is determined that the copying of commands for the number of received commands has been completed (step C206; Y),
The contents of the command area are loaded (step C207), and the received command analysis process (step C208) is performed.

次いで、コマンド領域のアドレスを更新し(ステップC209)、コマンド受信数分の
コマンドの解析が完了したか否か判定する(ステップC210)。そして、コマンド受信
数分のコマンドの解析が完了していないと判定した場合(ステップC210;N)には、
ステップC207の処理に戻る。また、コマンド受信数分のコマンドの解析が完了したと
判定した場合(ステップC210;Y)には、受信コマンドチェック処理を終了する。こ
のように、受信コマンドチェック処理では、1フレーム(1/30秒間)の間に受信した
コマンドをまとめて解析する。なお、本実施形態では、コマンドを32個分まで保存でき
る構成としている。
Next, the address of the command area is updated (step C209), and it is determined whether or not the analysis of the commands corresponding to the number of received commands is completed (step C210). Then, when it is determined that the analysis of the command for the number of received commands is not completed (step C210; N),
The process returns to step C207. Further, when it is determined that the analysis of the commands corresponding to the number of received commands is completed (step C210; Y), the received command check process is terminated. In this way, in the received command check process, the commands received in one frame (1/30 second) are collectively analyzed. In this embodiment, up to 32 commands can be saved.

〔受信コマンド解析処理〕
図76には、上述の受信コマンドチェック処理における受信コマンド解析処理を示した
。この受信コマンド解析処理では、まず、コマンド上位バイトをMODE、下位バイトを
ACT(ACTION)として分離し(ステップC231)、MODE及びACTは正常
範囲であるか否かを判定する(ステップC232、ステップC233)。MODE及びA
CTは正常範囲であると判定した場合(ステップC232;Y、ステップC233;Y)
には、MODEに対するACTは正しい組合せであるか否かを判定する(ステップC23
4)。
[Received command analysis processing]
FIG. 76 shows the received command analysis process in the above-mentioned received command check process. In this received command analysis process, first, the upper byte of the command is separated as MODE and the lower byte is ACT (ACTION) (step C231), and it is determined whether the MODE and ACT are within the normal range (step C232, step C233). ). MODE and A
When CT is determined to be in the normal range (step C232; Y, step C233; Y)
To determine if the ACT for MODE is the correct combination (step C23).
4).

また、ステップC232、ステップC233で、MODE又はACTは正常範囲でない
と判定した場合(ステップC232;N、ステップC233;N)、あるいは、ステップ
C234でMODEに対するACTは正しい組合せでないと判定した場合(ステップC2
34;N)には、受信コマンド解析処理を終了する。
Further, when it is determined in step C232 and step C233 that the MODE or ACT is not in the normal range (step C232; N, step C233; N), or when it is determined in the step C234 that the ACT for the MODE is not the correct combination (step C232; N, step C233; N). C2
At 34; N), the received command analysis process is terminated.

ステップC234で、MODEに対するACTは正しい組合せであると判定した場合(
ステップC234;Y)には、MODEは変動系コマンドの範囲であるか否かを判定する
(ステップC235)。変動系コマンドは、特図の変動パターンを指令するコマンドであ
る。そして、MODEは変動系コマンドの範囲であると判定した場合(ステップC235
;Y)には、変動系コマンド処理(ステップC236)を行って、受信コマンド解析処理
を終了する。
When it is determined in step C234 that the ACT for MODE is the correct combination (
In step C234; Y), MODE determines whether or not it is within the range of variable commands (step C235). The variable command is a command that commands the variable pattern of the special figure. Then, when it is determined that MODE is within the range of the variable command (step C235).
In Y), a variable command process (step C236) is performed to end the received command analysis process.

また、ステップC235で、MODEは変動系コマンドの範囲でないと判定した場合(
ステップC235;N)には、MODEは大当り系コマンドの範囲であるか否かを判定す
る(ステップC237)。大当り系コマンドは、大当り中演出に関する動作(ファンファ
ーレ画面やラウンド画面の表示など)を指令するコマンドや、小当り中演出に関する動作
(ファンファーレ画面や終了画面の表示など)を指令するコマンドである。そして、MO
DEは大当り系コマンドの範囲であると判定した場合(ステップC237;Y)には、大
当り系コマンド処理(ステップC238)を行って、受信コマンド解析処理を終了する。
Further, in step C235, when it is determined that MODE is not within the range of the variable command (
In step C235; N), MODE determines whether or not it is within the range of jackpot commands (step C237). The jackpot command is a command for commanding an operation related to a big hit medium effect (display of a fanfare screen or a round screen, etc.) or a command for an operation related to a small hit medium effect (display of a fanfare screen, an end screen, etc.). And MO
When it is determined that the DE is within the range of the jackpot command (step C237; Y), the jackpot command process (step C238) is performed to end the received command analysis process.

また、ステップC237で、MODEは大当り系コマンドの範囲でないと判定した場合
(ステップC237;N)には、MODEは図柄系コマンドの範囲であるか否かを判定す
る(ステップC239)。図柄系コマンドは、特図の図柄に関する情報(例えば、特図の
停止図柄を何にするかなど)を指令するコマンドである。そして、MODEは図柄系コマ
ンドの範囲であると判定した場合(ステップC239;Y)には、図柄系コマンド処理(
ステップC240)を行って、受信コマンド解析処理を終了する。
Further, in step C237, when it is determined that MODE is not in the range of the jackpot command (step C237; N), MODE determines whether or not it is in the range of the symbol command (step C239). The symbol system command is a command for commanding information about the symbol of the special symbol (for example, what the stop symbol of the special symbol should be). Then, when it is determined that MODE is within the range of the symbol-based command (step C239; Y), the symbol-based command processing (step C239; Y)
Step C240) is performed to end the received command analysis process.

また、ステップC239で、MODEは図柄系コマンドの範囲でないと判定した場合(
ステップC239;N)には、MODEは保留数コマンドやエラーコマンドなどの単発系
コマンドの範囲であるか否かを判定する(ステップC241)。単発系コマンドは、図柄
コマンドと変動系コマンドのように組合せで意味をなすコマンドと違い、単独で成立する
コマンドである。この単発系コマンドには、客待ちデモコマンド、保留数コマンド、図柄
停止コマンド、確率情報系コマンド、エラー/不正系コマンド、機種指定コマンド、入賞
通知コマンドなどがある。そして、MODEは単発系コマンドの範囲であると判定した場
合(ステップC241;Y)には、単発系コマンド処理(ステップC242)を行って、
受信コマンド解析処理を終了する。
If it is determined in step C239 that MODE is not within the range of symbol commands (
In step C239; N), MODE determines whether or not it is within the range of single-shot commands such as the hold number command and the error command (step C241). Single-shot commands are commands that are established independently, unlike commands that make sense in combination, such as symbol commands and variable commands. This one-shot command includes a customer waiting demo command, a hold count command, a symbol stop command, a probability information command, an error / illegal command, a model specification command, a winning notification command, and the like. Then, when it is determined that the MODE is within the range of the single-shot command (step C241; Y), the single-shot command processing (step C242) is performed.
Ends the received command analysis process.

また、ステップC241で、MODEは単発系コマンドの範囲でないと判定した場合(
ステップC241;N)には、MODEは先読み図柄系コマンドの範囲であるか否かを判
定する(ステップC243)。そして、MODEは先読み図柄系コマンドの範囲であると
判定した場合(ステップC243;Y)には、先読み図柄系コマンド処理(ステップC2
44)を行って、受信コマンド解析処理を終了する。
Further, when it is determined in step C241 that MODE is not within the range of the single-shot command (
In step C241; N), MODE determines whether or not it is within the range of the look-ahead symbol command (step C243). Then, when it is determined that the MODE is within the range of the look-ahead symbol command (step C243; Y), the look-ahead symbol command processing (step C2) is performed.
44) is performed to end the received command analysis process.

また、ステップC243で、MODEは先読み図柄系コマンドの範囲でないと判定した
場合(ステップC243;N)には、MODEは先読み変動系コマンドの範囲であるか否
かを判定する(ステップC245)。そして、MODEは先読み変動系コマンドの範囲で
あると判定した場合(ステップC245;Y)には、先読み変動系コマンド処理(ステッ
プC246)を行って、受信コマンド解析処理を終了する。また、ステップC245で、
MODEは先読み変動系コマンドの範囲でないと判定した場合(ステップC245;N)
には、受信コマンド解析処理を終了する。
If it is determined in step C243 that MODE is not in the range of the look-ahead symbol command (step C243; N), MODE determines whether or not it is in the range of the look-ahead variable command (step C245). When the MODE determines that the command is within the range of the look-ahead variable command (step C245; Y), the look-ahead variable command process (step C246) is performed to end the received command analysis process. Also, in step C245,
When it is determined that the MODE is not within the range of the look-ahead variable command (step C245; N)
Ends the received command analysis process.

なお、先読み変動系コマンド及び先読み図柄系コマンドは、先読み演出を実行するため
に必要な情報を含むコマンドである。先読み演出(先読み予告、あるいは先読み予告演出
ともいう)とは、特図変動表示ゲームが未実行の始動記憶(保留)に対応する特図変動表
示ゲームがその後実行された時に大当りになるか否か(あるいはどんな変動パターンにな
るか)を、所定の信頼度で遊技者に事前報知すべく、表示装置41に表示する飾り特図始
動記憶表示等を通常と異なる態様で行うことや、表示装置41に演出表示を行うなどの演
出である。そして、先読み系コマンド(先読み変動系コマンド及び先読み図柄系コマンド
)は、先読み演出の対象となる始動記憶に対応する変動パターンや停止図柄を事前に知ら
せるコマンドであり、始動入賞時に遊技制御装置100から演出制御装置300に送信さ
れる。なお、先読みでない通常の変動系コマンドや図柄系コマンドは、変動表示開始時に
遊技制御装置100から演出制御装置300に送信される。
The look-ahead variable command and the look-ahead symbol command are commands that include information necessary for executing the look-ahead effect. The look-ahead effect (also called look-ahead notice or look-ahead notice effect) is whether or not the special figure change display game corresponding to the unexecuted start memory (hold) becomes a big hit when the special figure change display game is subsequently executed. In order to notify the player in advance of (or what kind of fluctuation pattern it will be) with a predetermined reliability, the decorative special figure start memory display or the like to be displayed on the display device 41 may be performed in a mode different from the usual mode, or the display device 41. It is a production such as performing a production display on. The look-ahead command (look-ahead variable command and look-ahead symbol command) is a command that informs in advance of the fluctuation pattern and the stop symbol corresponding to the start memory that is the target of the look-ahead effect, and is from the game control device 100 when the start prize is won. It is transmitted to the effect control device 300. It should be noted that normal variable commands and symbol commands that are not look-ahead are transmitted from the game control device 100 to the effect control device 300 at the start of the variable display.

〔変動系コマンド処理〕
図77には、上述の受信コマンド解析処理における変動系コマンド処理(ステップC2
36)を示した。この変動系コマンド処理では、まず、特図種別が未確定であるかを判定
する(ステップC361)。特図種別とは、特図の種別が特図1か特図2かを示す情報で
あり、上述の図柄系コマンド処理のステップC251で設定される情報である。
[Variable command processing]
FIG. 77 shows variable command processing (step C2) in the above-mentioned received command analysis processing.
36) was shown. In this variable command processing, first, it is determined whether or not the special figure type is undetermined (step C361). The special figure type is information indicating whether the special figure type is special figure 1 or special figure 2, and is information set in step C251 of the above-mentioned symbol system command processing.

この特図種別が未確定である場合(ステップC361;Y)は、変動系コマンド処理を
終了する。また、特図種別が未確定でない場合(ステップC361;N)、すなわち特図
種別が設定されている場合は、変動コマンドと図柄コマンドの組み合わせをチェックし(
ステップC362)、変動コマンドと図柄種別が不整合であるかを判定する(ステップC
363)。
When this special figure type is undetermined (step C361; Y), the variable command processing ends. If the special figure type is not undetermined (step C361; N), that is, if the special figure type is set, the combination of the variable command and the symbol command is checked (step C361; N).
Step C362), it is determined whether the variable command and the symbol type are inconsistent (step C362).
363).

変動コマンドと図柄種別が不整合である場合(ステップC363;Y)は、変動系コマ
ンド処理を終了する。また、変動コマンドと図柄種別が不整合でない場合(ステップC3
63;N)は、変動コマンドから変動パターン種別を判別する(ステップC364)。図
柄種別とは図柄のカテゴリを意味し、図柄種別には例えば、はずれ図柄、16R大当り図
柄、10R大当り図柄、小当り図柄などがある。変動コマンドと図柄種別が不整合である
場合とは、はずれの変動コマンド(変動パターンコマンド)を受信したのに、16R大当
り図柄の図柄コマンドを受信していた時のような、演出を行う上で矛盾してしまう組み合
わせ(変動コマンドと図柄種別の組み合わせ)であることを意味する。
If the variable command and the symbol type are inconsistent (step C363; Y), the variable command process ends. If the variable command and the symbol type are not inconsistent (step C3).
63; N) determines the variation pattern type from the variation command (step C364). The symbol type means a category of symbols, and the symbol types include, for example, a missed symbol, a 16R jackpot symbol, a 10R jackpot symbol, and a small hit symbol. The case where the fluctuation command and the symbol type are inconsistent is when the deviation command (variation pattern command) is received, but the symbol command of the 16R jackpot symbol is received. It means that the combination is inconsistent (combination of variable command and symbol type).

変動コマンドから変動パターン種別を判別する処理(ステップC364)では、受信し
たコマンドに応じて、特図の変動表示演出の大まかな分類である変動パターン種別を判別
する。そして、変動コマンドに応じた演出を行うための情報を設定する変動演出設定処理
を行う(ステップC365)。
In the process of determining the variation pattern type from the variation command (step C364), the variation pattern type, which is a rough classification of the variation display effect of the special figure, is determined according to the received command. Then, the variation effect setting process for setting the information for performing the effect according to the variation command is performed (step C365).

次に、P機状態(パチンコ機の状態)として特図変動中を設定する(ステップC366
)。ここで、特図変動中とは、特図の変動中(客待ちデモ中や大当り中、或いはファンフ
ァーレ中等でないこと)を表している。さらに、先読み演出回数(先読み実行回数)がゼ
ロでなければ先読み演出回数を−1更新(先読み演出回数を1だけ減らす処理)し(ステ
ップC367)、変動系コマンド処理を終了する。
Next, the special figure changing state is set as the P machine state (pachinko machine state) (step C366).
). Here, the special map is changing (not during a customer waiting demonstration, a big hit, or a fanfare). Further, if the number of pre-reading effects (number of times of pre-reading execution) is not zero, the number of pre-reading effects is updated by -1 (process of reducing the number of pre-reading effects by 1) (step C367), and the variable command processing is terminated.

次に、入賞に対応した演出について説明する。右側の遊技領域32へ遊技球を発射する
右打ちをした際に入賞可能な入賞口のそれぞれについて、入賞に伴い表示装置41の対応
する位置に賞球数を表示する賞球数表示を実行可能となっている。図78には表示装置4
1における賞球数表示の表示位置の一例を示した。なお、図78では説明のためにすべて
の賞球数表示を表示した状態を示したが、実際には入賞があった入賞口に対応する賞球数
表示のみが入賞から所定期間だけ表示される。また、この賞球数表示は第1特定遊技状態
ST2において表示される。
Next, the production corresponding to the winning will be described. It is possible to display the number of prize balls by displaying the number of prize balls at the corresponding positions of the display device 41 in accordance with the prize for each of the prize openings that can be won when the game ball is launched into the game area 32 on the right side. It has become. In FIG. 78, the display device 4
An example of the display position of the prize ball number display in 1 is shown. In addition, although FIG. 78 shows a state in which all the prize ball number displays are displayed for the sake of explanation, in reality, only the prize ball number display corresponding to the winning opening where the prize was won is displayed only for a predetermined period from the prize. .. Further, this prize ball number display is displayed in the first specific game state ST2.

センターケース40の右上方に設けられた一般入賞口351への入賞があった場合には
、当該一般入賞口351に近い表示位置41aに、当該一般入賞口351への入賞に基づ
く賞球数である3個に対応して賞球数表示を「+3」と表示する。センターケース40の
右側方に設けられた第1特別変動入賞装置38への入賞があった場合には、当該第1特別
変動入賞装置38に近い表示位置41bに、当該第1特別変動入賞装置38への入賞に基
づく賞球数である15個に対応して賞球数表示を「+15」と表示する。
If there is a prize in the general winning opening 351 provided in the upper right of the center case 40, the number of prize balls based on the winning in the general winning opening 351 is placed at the display position 41a near the general winning opening 351. The number of prize balls is displayed as "+3" corresponding to a certain number of three. When the first special variable winning device 38 provided on the right side of the center case 40 is won, the first special variable winning device 38 is placed at the display position 41b near the first special variable winning device 38. The number of prize balls is displayed as "+15" corresponding to 15 prize balls based on the prize.

センターケース40の右側方に設けられた普通変動入賞装置37への入賞があった場合
には、当該普通変動入賞装置37に近い表示位置41cに、当該普通変動入賞装置37へ
の入賞に基づく賞球数である1個に対応して賞球数表示を「+12」と表示する。センタ
ーケース40の右下方に設けられた一般入賞口352への入賞があった場合には、当該一
般入賞口352に近い表示位置41dに、当該一般入賞口352への入賞に基づく賞球数
である3個に対応して賞球数表示を「+3」と表示する。センターケース40の右下方に
設けられた第2特別変動入賞装置39への入賞があった場合には、当該第2特別変動入賞
装置39に近い表示位置41eに、当該第2特別変動入賞装置39への入賞に基づく賞球
数である15個に対応して賞球数表示を「+15」と表示する。
When there is a prize in the ordinary variable winning device 37 provided on the right side of the center case 40, a prize based on the winning in the ordinary variable winning device 37 is placed at the display position 41c near the ordinary variable winning device 37. The prize ball number display is displayed as "+12" corresponding to one ball number. If there is a prize in the general winning opening 352 provided at the lower right of the center case 40, the number of prize balls based on the winning in the general winning opening 352 is placed at the display position 41d near the general winning opening 352. The number of prize balls is displayed as "+3" corresponding to a certain number of three. When the second special variable winning device 39 provided at the lower right of the center case 40 is won, the second special variable winning device 39 is placed at the display position 41e near the second special variable winning device 39. The number of prize balls is displayed as "+15" corresponding to the number of prize balls, which is the number of prize balls based on winning a prize.

右側の遊技領域32にある一般入賞口351、一般入賞口352はそれぞれ入賞した遊
技球を別のセンサで検出し、入賞通知コマンドも別のコマンドとなっている。よって、演
出制御装置300ではいずれの一般入賞口に入賞したかを判別でき、対応した賞球数表示
が可能となっている。また、第1特別変動入賞装置38、第2特別変動入賞装置39及び
普通変動入賞装置37についてもそれぞれ別のセンサで入賞を検出するとともに、別の入
賞通知コマンドとなっており、演出制御装置300でいずれの入賞装置に入賞したかを判
別でき、対応した賞球数表示が可能となっている。
The general winning opening 351 and the general winning opening 352 in the game area 32 on the right side detect the winning game balls with different sensors, and the winning notification command is also another command. Therefore, the effect control device 300 can determine which general winning opening has won, and can display the corresponding number of prize balls. In addition, the first special variable winning device 38, the second special variable winning device 39, and the ordinary variable winning device 37 also detect the winning with different sensors and serve as different winning notification commands, and the effect control device 300 It is possible to determine which winning device has won the prize, and to display the corresponding number of winning balls.

このような賞球数表示を行うことで、第1特定遊技状態ST2において賞球を獲得した
事実を明確に示すことができて遊技の興趣を向上することができる。また、どの入賞口に
入賞したのかを明確に示すことができるとともに、当該入賞によりどの程度の賞球数を獲
得したのかを明確に示すことができ、興趣の高い演出を行うことができる。特に、第1特
定遊技状態ST2においては主として第2特別変動入賞装置39への入賞による賞球の獲
得が主となるが、これに加えて一般入賞口351,352への入賞に基づく賞球の獲得に
ついても遊技者に示すことで、これまではあまり注目されていなかった一般入賞口への入
賞に基づく興趣の向上を図ることができ、遊技の興趣を向上することができる。また、普
通変動入賞装置37や第1特別変動入賞装置38への入賞による賞球の獲得についても明
確にすることが可能となる。
By displaying the number of prize balls in this way, the fact that the prize balls have been won in the first specific game state ST2 can be clearly shown, and the interest of the game can be improved. In addition, it is possible to clearly show which winning opening has won, and it is possible to clearly show how many prize balls have been won by the winning, and it is possible to perform a highly interesting production. In particular, in the first specific gaming state ST2, the prize balls are mainly obtained by winning the second special variable prize device 39, but in addition to this, the prize balls based on the prizes in the general prize openings 351 and 352 By showing the player about the acquisition, it is possible to improve the interest of the game based on the winning of the general prize opening, which has not received much attention until now, and the interest of the game can be improved. In addition, it is possible to clarify the acquisition of prize balls by winning a prize in the ordinary variable winning device 37 or the first special variable winning device 38.

また、賞球数表示の対象となっていない左側の遊技領域32にある一般入賞口353,
354については、入賞した遊技球が合流した後に入賞口スイッチ35cで検出されるよ
うにしている。これにより使用する入賞口スイッチの数を少なくしてコストを削減してい
る。これに対して賞球数表示の対象となる右側の遊技領域32にある一般入賞口351の
入賞口スイッチ35aと、一般入賞口351の入賞口スイッチ35aは、入賞口の近傍に
取り付けられている。よって、右側の遊技領域32にある一般入賞口353,354への
入賞の場合よりも流入から早いタイミングで検出されるようになっている。これにより、
入賞から賞球数表示が表示されるまでのタイムラグを少なくでき、違和感のない賞球数表
示が可能となっている。
In addition, the general prize opening 353 in the game area 32 on the left side, which is not the target of the prize ball number display,
Regarding 354, it is detected by the winning opening switch 35c after the winning game balls have joined. As a result, the number of winning opening switches used is reduced to reduce costs. On the other hand, the winning opening switch 35a of the general winning opening 351 and the winning opening switch 35a of the general winning opening 351 in the game area 32 on the right side to be displayed the number of winning balls are attached in the vicinity of the winning opening. .. Therefore, it is detected at an earlier timing from the inflow than in the case of winning a prize in the general winning openings 353 and 354 in the game area 32 on the right side. This will
The time lag between winning a prize and displaying the number of prize balls can be reduced, and the number of prize balls can be displayed without any discomfort.

なお、第2特定遊技状態ST2においても賞球数表示を行うようにしても良い。また、
特定遊技状態だけでなく、特別遊技状態や通常遊技状態においても賞球数表示を行うよう
にしても良い。また、始動入賞口36や左側の遊技領域32にある一般入賞口353,3
54への入賞についても賞球数表示を行うようにしても良い。
The number of prize balls may be displayed even in the second specific game state ST2. Also,
The number of prize balls may be displayed not only in the specific game state but also in the special game state or the normal game state. In addition, general winning openings 353, 3 in the starting winning opening 36 and the game area 32 on the left side.
The number of prize balls may also be displayed for winning a prize in 54.

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結
果となった場合に、遊技者に有利な特別遊技状態を発生する遊技機において、遊技を統括
的に制御する遊技制御手段(遊技制御装置100)と、遊技制御手段からの情報に基づき
、演出の制御を行う演出制御手段(演出制御装置300)と、遊技球が流下可能な遊技領
域32と、遊技領域32に設けられ、遊技球が入賞可能な入賞領域(一般入賞口351〜
354、始動入賞口36、普通変動入賞装置37、第1特別変動入賞装置38、第2特別
変動入賞装置39)と、を備え、入賞領域には、ゲームの実行権利を発生可能な始動入賞
口(始動入賞口36、普通変動入賞装置37)と、複数の入賞口(一般入賞口351〜3
54)と、があり、遊技制御手段は、複数の入賞口のうち所定の入賞口(一般入賞口35
1、352)については、入賞した入賞口を特定可能とする情報を演出制御手段に送信可
能であることとなる。したがって、入賞した入賞口に応じた演出が可能となり、遊技の興
趣を向上させることができる。
From the above, the game is executed based on the establishment of the predetermined conditions, and when the result of the game becomes a special result, the game is comprehensively controlled in the game machine that generates a special game state advantageous to the player. The game control means (game control device 100), the effect control means (effect control device 300) that controls the effect based on the information from the game control means, the game area 32 in which the game ball can flow down, and the game area. A winning area provided in 32 where a game ball can be won (general winning opening 351 to
354, a starting winning opening 36, a normal variable winning device 37, a first special variable winning device 38, a second special variable winning device 39), and a starting winning opening capable of generating a game execution right in the winning area. (Starting winning opening 36, normal variable winning device 37) and a plurality of winning openings (general winning openings 351 to 3)
54), and the game control means is a predetermined winning opening (general winning opening 35) among a plurality of winning openings.
Regarding 1,352), it is possible to transmit information that enables the winning opening to be identified to the effect control means. Therefore, it is possible to produce a performance according to the winning opening, and it is possible to improve the interest of the game.

また、演出制御手段は、入賞口を特定可能な情報を受信した場合に、入賞した入賞口に
応じて異なる演出を実行可能であることとなる。したがって、遊技の興趣を向上させるこ
とができる。
Further, when the effect control means receives the information that can identify the winning opening, it is possible to execute a different effect depending on the winning opening. Therefore, it is possible to improve the interest of the game.

また、複数の入賞口は、特別遊技状態において開放されて入賞が可能となる特別変動入
賞装置(第1特別変動入賞装置38、第2特別変動入賞装置39)を含んでも良い。また
、複数の入賞口は始動入賞口36や普通変動入賞装置37を含んでも良い。また、普図始
動ゲート34を含んでも良い。また、複数の入賞口は、始動入賞口及び特別変動入賞装置
のいずれでもない入賞口としても良い。また、複数の入賞口は常時入賞が可能な入賞口と
していも良い。
Further, the plurality of winning openings may include special variable winning devices (first special variable winning device 38, second special variable winning device 39) that are opened in the special gaming state and can be won. Further, the plurality of winning openings may include a starting winning opening 36 and a normal variable winning device 37. Further, the normal drawing start gate 34 may be included. Further, the plurality of winning openings may be a winning opening that is neither a starting winning opening nor a special variable winning device. In addition, a plurality of winning openings may be used as winning openings that can always win a prize.

また、遊技領域32は、第1領域と、第2領域と、を備え、遊技者が発射勢を調整する
ことでいずれの領域に遊技球を流下させるかを選択可能に構成され、第1領域には、常時
入賞可能な始動入賞口36と、一般入賞口353、354と、を備え、第2領域には、特
別変動入賞装置(第1特別変動入賞装置38、第2特別変動入賞装置39)と、始動入賞
口であって、遊技球が入賞不能な閉状態と、遊技球の入賞が容易な開状態と、に変換可能
な普通変動入賞装置37と、一般入賞口351、352と、を備え、遊技制御手段は、第
2領域に備えられた一般入賞口351、352に遊技球が入賞した場合には、入賞した一
般入賞口を特定可能とする情報を演出制御手段に送信することが可能であることとなる。
したがって、入賞した一般入賞口に応じた演出が可能となり、遊技の興趣を向上させるこ
とができる。
Further, the game area 32 includes a first area and a second area, and is configured so that the player can select which area the game ball will flow down by adjusting the firing force, and the first area. Is provided with a start winning opening 36 that can always win a prize and a general winning opening 353, 354, and a special variable winning device (first special variable winning device 38, second special variable winning device 39) is provided in the second area. ), A normal variable winning device 37 that can be converted into a closed state in which the game ball cannot be won and an open state in which the game ball can be easily won, and the general winning openings 351 and 352. When a game ball wins a prize in the general winning openings 351 and 352 provided in the second region, the game control means transmits information that enables the winning general winning opening to be identified to the effect control means. Will be possible.
Therefore, it is possible to produce a performance according to the general winning opening, and it is possible to improve the interest of the game.

次に、先読み演出について説明する。先読み演出は、始動記憶に基づく特図変動表示ゲ
ームの開始前に当該特図変動表示ゲームの結果や変動パターン等の判定を行い、当該判定
結果を示唆又は報知する予告演出である。本実施形態の遊技機における先読み演出には、
飾り特図始動記憶表示や実行中の特図変動表示ゲームについての始動記憶の情報を表示す
る実行中保留表示の表示態様により行う保留変化予告と、背景やその他の演出が特定の演
出とされるゾーン予告と、報知対象の始動記憶が発生した際に音声や表示による演出が行
われる入賞時予告と、対象となる始動記憶に基づく特図変動表示ゲームよりも前に実行さ
れる飾り特図変動表示ゲームの結果態様を特定の結果態様とするチャンス目予告と、があ
る。
Next, the look-ahead effect will be described. The look-ahead effect is a notice effect that determines the result of the special figure variation display game, the variation pattern, or the like before the start of the special figure variation display game based on the start memory, and suggests or notifies the determination result. For the look-ahead effect in the gaming machine of the present embodiment,
Decorative special figure start memory display and special figure fluctuation display during execution Display start memory information about the game Hold change notice performed by the display mode of the running hold display, background and other effects are specific effects. Zone notice, prize-winning notice that is produced by voice or display when the start memory of the notification target occurs, and special figure change change that is executed before the special figure change display game based on the target start memory There is a chance eye notice that the result mode of the display game is a specific result mode.

図79、図80には、これらの先読み演出の一例を示した。まず、表示装置41におけ
る表示について説明する。図79(a)に示すように表示装置41の表示領域の中央には
、飾り特図変動表示ゲームのうちの第1飾りゲームを表示する飾り特図変動表示ゲーム表
示部85が設けられる。ここでは、左、中、右の変動表示領域の各々で識別情報を変動表
示した後に停止表示することで飾り特図変動表示ゲームを表示する。表示領域の左上部に
は、飾り特図変動表示ゲームのうちの第2飾りゲームを表示する第2飾りゲーム表示部8
8が設けられている。この第2飾りゲーム表示部88に表示される第2飾りゲームは、飾
り特図変動表示ゲーム表示部85に表示される第1飾りゲームと同様に、左領域、中領域
、右領域の各領域で識別情報を変動表示した後に停止して結果を表示するようになってい
る。
79 and 80 show an example of these look-ahead effects. First, the display on the display device 41 will be described. As shown in FIG. 79A, a decorative special figure variable display game display unit 85 for displaying the first decorative game of the decorative special figure variable display games is provided in the center of the display area of the display device 41. Here, the decorative special figure variation display game is displayed by displaying the identification information in a variable manner in each of the left, middle, and right variable display areas and then stopping and displaying the identification information. In the upper left part of the display area, a second decoration game display unit 8 that displays the second decoration game among the decoration special figure variation display games.
8 is provided. The second decoration game displayed on the second decoration game display unit 88 is the left area, the middle area, and the right area, similarly to the first decoration game displayed on the decoration special figure variation display game display unit 85. After the identification information is displayed in a variable manner, it is stopped and the result is displayed.

また、表示領域の中央下部には始動記憶に対応する飾り特図始動記憶表示を表示する記
憶表示部83が設けられる。記憶表示部83には、第1始動記憶を表示する第1記憶表示
部83aと、第2始動記憶を表示する第2記憶表示部83bとが設けられている。第1記
憶表示部83aに表示される飾り特図始動記憶表示は、第1始動記憶と一対一に対応し、
記憶順に並んで表示されるものであり、ここでは3つの第1始動記憶があることを示して
いる。左端の飾り特図始動記憶表示が最先に記憶された第1始動記憶に対応する飾り特図
始動記憶表示であり、消化される毎に左へ移行するようになっている。また、第2記憶表
示部83bでは第1記憶表示部83aと同様に第2始動記憶と一対一に対応した飾り特図
始動記憶表示を表示する。ここでは第2始動記憶が0であることを示している。
Further, a storage display unit 83 for displaying the decorative special figure start memory display corresponding to the start memory is provided in the lower center of the display area. The storage display unit 83 is provided with a first storage display unit 83a for displaying the first start memory and a second storage display unit 83b for displaying the second start memory. The decorative special figure start memory display displayed on the first memory display unit 83a has a one-to-one correspondence with the first start memory.
They are displayed side by side in the order of memory, indicating that there are three first start memories here. The decorative special figure start memory display at the left end is the decorative special figure start memory display corresponding to the first start memory stored first, and shifts to the left each time it is digested. Further, the second storage display unit 83b displays the decorative special figure start storage display corresponding to the second start memory on a one-to-one basis, similarly to the first storage display unit 83a. Here, it is shown that the second start memory is 0.

第1記憶表示部83aの左方には、現在実行中の特図変動表示ゲームに対応する始動記
憶に関する情報を表示するための実行中記憶表示を表示する実行中記憶表示部84が設け
られる。この実行中記憶表示部84には、特図変動表示ゲームの開始時に第1記憶表示部
83a又は第2記憶表示部83bの左端にある飾り特図始動記憶表示が移行するようにな
っている。
On the left side of the first storage display unit 83a, an execution storage display unit 84 for displaying an execution storage display for displaying information related to the start memory corresponding to the special figure variation display game currently being executed is provided. At the start of the special figure variation display game, the decorative special figure start storage display at the left end of the first storage display unit 83a or the second storage display unit 83b is transferred to the running storage display unit 84.

表示領域の右上部には、始動記憶数を表示する始動記憶数表示部86が設けられる。こ
の始動記憶数表示部86には、第1始動記憶の数を表示する第1始動記憶数表示部86a
と、第2始動記憶の数を表示する第2始動記憶数表示部86bとが設けられている。
A start memory number display unit 86 for displaying the start memory number is provided in the upper right portion of the display area. The start memory number display unit 86 is displayed on the first start memory number display unit 86a, which displays the number of first start memories.
And a second start memory number display unit 86b that displays the number of the second start memory is provided.

図79(a)に示す状態から第1始動記憶が消化されて減少すると、図79(b)に示
すように第1記憶表示部83aの左端にある飾り特図始動記憶表示が実行中記憶表示部8
4へ流入する表示が行われる。また、始動記憶数表示部86では、第1始動記憶数表示部
86aの数値が1つ減少する。そして、飾り特図変動表示ゲーム表示部85では第1始動
記憶に基づく特図1変動表示ゲームに対応する飾り特図変動表示ゲームが開始され、左、
中、右の変動表示領域の各々で識別情報の変動表示が開始される。また、第2飾りゲーム
表示部88においても第1始動記憶に基づく特図1変動表示ゲームに対応する飾り特図変
動表示ゲームが開始され、左領域、中領域、右領域の各々で識別情報の変動表示が開始さ
れる。
When the first start memory is digested and decreased from the state shown in FIG. 79 (a), the decorative special figure start memory display at the left end of the first memory display unit 83a is displayed as the running memory display as shown in FIG. 79 (b). Part 8
The display that flows into 4 is performed. Further, in the start storage number display unit 86, the numerical value of the first start storage number display unit 86a is reduced by one. Then, in the decoration special figure variation display game display unit 85, the decoration special figure variation display game corresponding to the special figure 1 variation display game based on the first start memory is started, and the left,
The variable display of the identification information is started in each of the middle and right variable display areas. In addition, the second decorative game display unit 88 also starts the decorative special figure variable display game corresponding to the special figure 1 variable display game based on the first start memory, and the identification information is displayed in each of the left area, the middle area, and the right area. The variable display is started.

図79(c)、(d)には保留変化予告の一例を示した。保留変化予告は、図79(c
)に示す消化順序が3番目の第1始動記憶や、図79(d)に示す実行中記憶表示のよう
に、表示態様を通常の表示態様(ここでは白色)とは異なる態様(ここでは網掛け)とす
るものである。この保留変化予告の実行時間は、開始後に実行される特図変動表示ゲーム
の回数や各特図変動表示ゲームの実行時間に依存するものであり不定の時間となる。なお
、保留変化予告の表示態様はここに示したものに限られず、形状や大きさを異ならせるも
のであっても良い。
FIGS. 79 (c) and 79 (d) show an example of the pending change notice. The pending change notice is shown in FIG. 79 (c).
) Is the third digestive sequence, and the display mode is different from the normal display mode (white here), such as the running memory display shown in FIG. 79 (d). (Hanging). The execution time of this pending change notice depends on the number of special figure variation display games executed after the start and the execution time of each special figure variation display game, and is an indefinite time. The display mode of the pending change notice is not limited to the one shown here, and may have a different shape or size.

図79(e)にはゾーン予告の一例を示した。ゾーン予告では背景が通常の背景(ここ
では白色)とは異なる背景(ここでは網掛け)とされるとともに、ゾーン予告の実行中で
あることを示す「チャンスゾーン」との表示もなされる。このゾーン予告の実行時間は、
開始後に実行される特図変動表示ゲームの回数や各特図変動表示ゲームの実行時間に依存
するものであり不定の時間となる。なお、ゾーン予告の実行態様はここに示したものに限
られず、遊技者がゾーン予告の実行中であると認識できる態様であれば良い。例えば飾り
特図変動表示ゲーム表示部85の図柄の表示態様を通常とは異ならせるようにしても良い
し、BGMなどの音声の出力態様やLEDなどの発光態様を通常とは異ならせるようにし
ても良い。
FIG. 79 (e) shows an example of the zone notice. In the zone notice, the background is different from the normal background (white here) (shaded here), and a "chance zone" indicating that the zone notice is being executed is also displayed. The execution time of this zone notice is
It depends on the number of special figure variation display games executed after the start and the execution time of each special figure variation display game, and is an indefinite time. The mode of executing the zone notice is not limited to the one shown here, and any mode may be used as long as the player can recognize that the zone notice is being executed. For example, the display mode of the design of the decorative special figure variation display game display unit 85 may be different from the usual one, or the sound output mode such as BGM and the light emission mode such as the LED may be different from the usual ones. Is also good.

図79(f)には入賞時予告の一例を示した。入賞時予告では、予告対象となる始動記
憶の発生に伴い、通常とは異なる予告音(ここでは「ピンポーン」という音)を出力する
。この予告音は予め定められた音声であり、入賞時予告の実行時間は常に一定の時間とな
る。なお、入賞時予告の実行態様はここに示したものに限られず、予告態様となる始動記
憶の発生に伴い演出表示を行うものであっても良いし、演出ボタンを振動させるものやL
EDを特定の発光態様で発光させるものであっても良い。
FIG. 79 (f) shows an example of a notice at the time of winning. In the winning notice, an unusual warning sound (here, a "ping pong" sound) is output as the start memory to be notified is generated. This warning sound is a predetermined sound, and the execution time of the notification at the time of winning is always a fixed time. It should be noted that the execution mode of the advance notice at the time of winning is not limited to the one shown here, and the effect display may be performed when the start memory, which is the advance notice mode, is generated, or the effect button may be vibrated or L.
The ED may emit light in a specific light emitting mode.

図80には、チャンス目予告の一例を示した。図80(a)に示すように特図変動表示
ゲームを実行している際に、図80(b)に示すように新たな始動記憶として第1始動記
憶が発生している。図80(c)に示すようにこの始動記憶が発生した特図変動表示ゲー
ムでは、飾り特図変動表示ゲームの結果態様として特図変動表示ゲームの開始時に設定さ
れた結果態様(ここでは「547」)が停止表示される。
FIG. 80 shows an example of the chance eye notice. When the special figure variation display game is being executed as shown in FIG. 80 (a), the first start memory is generated as a new start memory as shown in FIG. 80 (b). As shown in FIG. 80 (c), in the special figure variation display game in which the start memory is generated, the result mode set at the start of the special figure variation display game as the result mode of the decorative special figure variation display game (here, “547”). ") Is stopped and displayed.

その後、図80(d)に示すように次の特図変動表示ゲームが開始される。この際に図
80(b)において発生した第1始動記憶が予告対象として設定され、この特図変動表示
ゲームからチャンス目予告が開始されている。そして、図80(e)に示すように当該特
図変動表示ゲームの飾り特図変動表示ゲームの結果態様がチャンス目である「123」の
結果態様とされる。なお、チャンス目の結果態様は、はずれの結果態様である。
After that, as shown in FIG. 80 (d), the next special figure variation display game is started. At this time, the first start memory generated in FIG. 80 (b) is set as a notice target, and the chance eye notice is started from this special figure variation display game. Then, as shown in FIG. 80 (e), the result mode of the decorative special figure variation display game of the special figure variation display game is the result mode of "123" which is the chance eye. In addition, the result mode of the chance eye is the result mode of the outlier.

さらに、図80(f)に示すように次の特図変動表示ゲームが開始され、図80(g)
に示すように当該特図変動表示ゲームの飾り特図変動表示ゲームの結果態様もチャンス目
である「123」の結果態様とされる。そして、図80(h)に示すように予告対象であ
る始動記憶に基づく特図変動表示ゲームが開始される。この特図変動表示ゲームの結果態
様は、当該特図変動表示ゲームの結果に応じたものとされ、結果が大当りであれば図80
(i)に示すように特別結果態様となり、結果がはずれであれば図80(j)にしめすよ
うにチャンス目以外のはずれの結果態様となる。
Further, as shown in FIG. 80 (f), the next special figure variation display game is started, and FIG. 80 (g)
As shown in the above, the result mode of the decorative special figure variation display game of the special figure variation display game is also the result mode of "123" which is a chance eye. Then, as shown in FIG. 80 (h), the special figure variation display game based on the start memory, which is the object of advance notice, is started. The result mode of this special figure variation display game is assumed to correspond to the result of the special figure variation display game, and if the result is a big hit, FIG. 80
As shown in (i), it becomes a special result mode, and if the result is out of order, it becomes an out-of-order result mode other than the chance eye as shown in FIG. 80 (j).

このチャンス目予告の各回の実行時間は、はずれ結果態様を表示する停止時間となって
おり常に一定の時間となる。なお、チャンス目予告の実行態様はここに示したものに限ら
れず、チャンス目以外では表示されない特別な図柄が停止表示されるものであっても良い
The execution time of each time of this chance eye notice is a stop time for displaying the outlier result mode, and is always a constant time. It should be noted that the execution mode of the chance eye notice is not limited to the one shown here, and a special symbol that is not displayed except for the chance eye may be stopped and displayed.

図81には、各先読み演出の実行の可否を抽選する期間、演出を開始可能な期間及び演
出を実行可能な期間を示した。保留変化予告は、予告対象となる始動記憶の発生(t10
1)から予告対象のゲーム(ゲームD)が終了するまで(t109)の間の任意のタイミ
ング又は期間で抽選、開始及び実行が可能である。よって、常に保留変化予告が開始され
る期待感を遊技者に持たせることができる。実行可能な期間は、保留変化予告の開始から
予告対象となる特図変動表示ゲームの終了(t109)までとなっており、この期間は各
特図変動表示ゲームの実行時間によって変化するため、実行期間は不定の期間となってい
る。
FIG. 81 shows a period in which the possibility of executing each look-ahead effect is drawn, a period in which the effect can be started, and a period in which the effect can be executed. The pending change notice is the occurrence of the start memory (t10) that is the target of the notice.
The lottery, start and execution can be performed at any timing or period from 1) to the end of the game (game D) to be announced (t109). Therefore, it is possible to give the player a sense of expectation that the pending change notice is always started. The executable period is from the start of the pending change notice to the end of the special figure change display game (t109), which is the target of the notice, and this period changes depending on the execution time of each special figure change display game. The period is indefinite.

ゾーン予告は、予告対象の始動記憶が発生した特図変動表示ゲーム(ゲームA)の後に
開始される特図変動表示ゲーム(ゲームB、C、D)の開始時(t103、t105、t
107)に抽選及び開始が可能である。よって、特図変動表示ゲームの開始時にゾーン予
告が開始されるか否かの期待感を遊技者に持たせることができる。実行可能な期間は、上
記の開始タイミングのうち、いずれかのタイミングから予告対象となる特図変動表示ゲー
ムの終了(t109)までの期間となっており、この期間は各特図変動表示ゲームの実行
時間によって変化するため、実行期間は不定の期間となっている。
The zone notice is given at the start (t103, t105, t) of the special figure fluctuation display game (games B, C, D) that is started after the special figure fluctuation display game (game A) in which the start memory of the notice target is generated.
The lottery and start can be done in 107). Therefore, it is possible to give the player a sense of expectation as to whether or not the zone notice is started at the start of the special figure variation display game. The executable period is the period from any of the above start timings to the end (t109) of the special figure variation display game to be notified, and this period is the period of each special figure variation display game. The execution period is indefinite because it changes depending on the execution time.

入賞時予告は、予告対象となる始動記憶の発生時(t101)に抽選、開始及び実行が
可能である。よって、始動記憶の発生時に期待感を遊技者に持たせることができる。また
、予め定められた音声を発するものであるので、実行可能な期間は予告対象となる始動記
憶の発生から予め定められた一定の期間となっている。
The prize-winning notice can be drawn, started, and executed when the start memory to be noticed occurs (t101). Therefore, it is possible to give the player a sense of expectation when the start memory is generated. Further, since a predetermined voice is emitted, the feasible period is a predetermined fixed period from the occurrence of the start memory to be notified.

チャンス目予告は、予告対象となる始動記憶が発生した特図変動表示ゲームより後であ
って、予告対象となる特図変動表示ゲームよりも前に開始される特図変動表示ゲーム(こ
こではゲームB,C)の開始時(t103、t105)に抽選が行われる。チャンス目予
告の開始可能タイミングは、予告対象となる始動記憶が発生した特図変動表示ゲームより
後であって、予告対象となる特図変動表示ゲームよりも前に開始される特図変動表示ゲー
ム(ここではゲームB,C)の変動停止時(t104、t106)である。
The chance eye notice is a special figure change display game that is started after the special figure change display game in which the start memory to be notified is generated and before the special figure change display game to be noticed (here, the game). A lottery is held at the start of B, C) (t103, t105). The timing at which the chance eye notice can be started is after the special figure fluctuation display game in which the start memory to be notified is generated, and before the special figure change display game to be notified. (Here, games B and C) are at the time when the fluctuation is stopped (t104, t106).

また、実行可能な期間は、予告対象となる始動記憶が発生した特図変動表示ゲームより
後であって、予告対象となる特図変動表示ゲームよりも前に開始される特図変動表示ゲー
ム(ここではゲームB,C)の停止時間(t104〜t105、t106〜t107)で
ある。実行可能な期間が複数ある場合に先のゲームで実行された場合には後のゲームでも
実行される。このようなチャンス目予告によって、特図変動表示ゲームの終了時に期待感
を遊技者に持たせることができる。このチャンス目予告は停止時間という予め定められた
一定の期間にわたり行われるものであるので、実行可能な期間は一定の期間となっている
In addition, the feasible period is after the special figure variation display game in which the start memory to be notified is generated, and before the special figure variation display game to be notified ( Here, it is the stop time (t104 to t105, t106 to t107) of the games B and C). If there are multiple executable periods and it is executed in the previous game, it will also be executed in the later game. By such a chance eye notice, the player can have a sense of expectation at the end of the special figure variation display game. Since this chance notice is given over a predetermined fixed period called the stop time, the feasible period is a fixed period.

このように、抽選タイミングや開始タイミング、実行可能な期間が異なる複数種類の先
読み演出を実行可能としたことで、予告対象となる始動記憶の発生から予告対象の特図変
動表示ゲームの終了までにわたり多彩な先読み演出を実行可能となり、遊技者に先読み演
出が開始されることに対する期待感を継続して持たせることができ、遊技の興趣を向上さ
せることができる。
In this way, by making it possible to execute multiple types of look-ahead effects with different lottery timings, start timings, and executable periods, from the generation of the start memory that is the target of the notice to the end of the special figure variation display game that is the target of the notice. A variety of look-ahead effects can be executed, and the player can continue to have a sense of expectation that the look-ahead effects will be started, and the interest of the game can be improved.

例えば、保留変化予告は常時開始可能であり、これに加えて入賞時予告が入賞時に、ゾ
ーン予告が特図変動表示ゲームの開始時に、チャンス目予告が特図変動表示ゲームの変動
停止時に開始される可能性がある。このように先読み演出の開始可能タイミングを分散す
ることで、次々と開始可能タイミングが到来するようになり、遊技者の期待感を途切れる
ことなく維持することができる。また、入賞の発生や特図変動表示ゲームの開始、変動停
止といった遊技者にとってわかりやすいタイミングで開始可能であるので、遊技者が期待
感を持って先読み演出の開始を注視することができ、遊技の興趣を向上することができる
For example, the hold change notice can be started at any time, and in addition, the prize notice is started at the time of winning, the zone notice is started at the start of the special figure change display game, and the chance eye notice is started at the start of the special figure change display game. There is a possibility that By dispersing the startable timings of the look-ahead effect in this way, the startable timings come one after another, and the player's expectation can be maintained without interruption. In addition, since it is possible to start the game at a timing that is easy for the player to understand, such as the occurrence of a prize, the start of the special figure fluctuation display game, and the stop of the fluctuation, the player can pay attention to the start of the look-ahead effect with a sense of expectation. You can improve your interest.

以上の先読み演出は、予告対象となる特図変動表示ゲームの実行中にも継続して実行可
能な第1グループと、予告対象となる特図変動表示ゲームの開始までに終了する第2グル
ープと、のいずれかに属するとともに、予告対象となる始動記憶が発生した特図変動表示
ゲームから開始可能な第3グループと、予告対象となる始動記憶が発生した特図変動表示
ゲームの終了以降から開始可能な第4グループと、のいずれかに属する。
The above look-ahead effect is the first group that can be continuously executed even during the execution of the special figure variation display game that is the target of the notice, and the second group that is completed by the start of the special figure variation display game that is the target of the notice. The third group, which belongs to any of the above and can be started from the special figure variation display game in which the start memory to be notified is generated, and starts after the end of the special figure variation display game in which the start memory to be notified is generated. It belongs to one of the possible fourth groups.

保留変化予告は第1グループ及び第3グループに属し、ゾーン予告は第1グループ及び
第4グループに属する。入賞時予告は第2グループ及び第3グループに属し、チャンス目
予告は第2グループ及び第4グループに属する。このように、各先読み演出が属するグル
ープの組み合わせが異なるようにしたことで、それぞれの先読み演出の特性が異なり、多
彩な先読み演出を実行可能となるとともに、実行する先読み演出を選択する際に属するグ
ループに基づいた選択を行うことで効果的な演出を選択可能となる。
Pending change notices belong to groups 1 and 3, and zone notices belong to groups 1 and 4. Winning notices belong to the 2nd and 3rd groups, and chance notices belong to the 2nd and 4th groups. By making the combination of the groups to which each look-ahead effect belongs different in this way, the characteristics of each look-ahead effect are different, and various look-ahead effects can be executed, and it belongs to the case of selecting the look-ahead effect to be executed. Effective production can be selected by making selections based on groups.

第1グループに属する先読み演出は、遊技者が最も注目する予告対象となる特図変動表
示ゲームにおいて遊技者の期待感を効果的に高めることができる。よって、予告対象の特
図変動表示ゲームの開始前から結果の導出に至るまでに継続して遊技者の期待感を高める
ことができる。この第1グループに属する先読み演出は、予告対象の特図変動表示ゲーム
を開始した際(t107)にも実行の可否を決定する抽選を実行可能となっており、それ
までの機会で実行されていなくても予告対象の特図変動表示ゲームにおいて実行される可
能性を持たせている。また、この第1グループに属する先読み演出の実行期間は、当該実
行期間に含まれる特図変動表示ゲームの実行時間によって変化するため不定の期間となっ
ている。
The look-ahead effect belonging to the first group can effectively increase the expectation of the player in the special figure variation display game, which is the target of the notice that the player pays the most attention to. Therefore, it is possible to continuously raise the expectation of the player from before the start of the special figure variation display game to be announced to the derivation of the result. The look-ahead effect belonging to this first group can execute a lottery to decide whether or not to execute it even when the special figure variation display game to be announced is started (t107), and it is executed at the opportunity until then. Even if it is not, there is a possibility that it will be executed in the special figure fluctuation display game that is the target of the notice. Further, the execution period of the look-ahead effect belonging to the first group is an indefinite period because it changes depending on the execution time of the special figure variation display game included in the execution period.

第2グループに属する先読み演出は、当該特図変動表示ゲームに至るまでの遊技者の期
待感を効果的に高めることができる。また、第2グループに属する先読み演出は予告対象
の特図変動表示ゲームの演出には関与しないので、予告対象の特図変動表示ゲームの演出
を自由に選択できる。例えば、予告対象の特図変動表示ゲームの結果がはずれとなる場合
には、予告対象の特図変動表示ゲームにおいて先読み演出がなかった場合と同様の期待度
の低い演出を選択でき、過度に遊技者の期待感を煽らないようにすることができる。また
、期待度の低い先読み演出を実行していても予告対象の特図変動表示ゲームにおいては期
待度の高い演出に切り替えることが可能となり、期待度の低い先読み演出を行った場合で
も遊技者に期待感を持たせることができる。
The look-ahead effect belonging to the second group can effectively increase the expectation of the player up to the special figure variation display game. Further, since the look-ahead effect belonging to the second group is not involved in the effect of the special figure variation display game to be announced, the effect of the special figure variation display game to be announced can be freely selected. For example, if the result of the special figure variation display game subject to advance notice is out of order, it is possible to select an effect with a low degree of expectation similar to the case where there is no look-ahead effect in the special figure variation display game subject to advance notice, and the game is excessively played. It is possible not to arouse the expectation of the person. In addition, even if a look-ahead effect with a low degree of expectation is being executed, it is possible to switch to an effect with a high degree of expectation in the special figure variation display game subject to advance notice, and even if a look-ahead effect with a low degree of expectation is performed, the player can use it. You can have a sense of expectation.

また、第2グループに属する先読み演出は、予告対象の特図変動表示ゲームを開始した
際(t107)には実行の可否を選択する抽選を行わない。よって、予告対象の特図変動
表示ゲームの開始時において抽選する必要のある先読み演出の種類を第1グループの先読
み演出のみとして少なくすることができ、選択処理を簡略にして制御の負担を軽減するこ
とができる。また、第2グループに属する先読み演出の実行期間は、特図変動表示ゲーム
の実行時間に依存せず予め定められた一定の期間となっている。
Further, the look-ahead effect belonging to the second group does not perform a lottery to select whether or not to execute the special figure variation display game to be announced when the game is started (t107). Therefore, it is possible to reduce the types of look-ahead effects that need to be drawn at the start of the special figure variation display game to be announced as only the look-ahead effects of the first group, simplifying the selection process and reducing the burden of control. be able to. Further, the execution period of the look-ahead effect belonging to the second group is a predetermined fixed period that does not depend on the execution time of the special figure variation display game.

各先読み演出は、第1グループと第2グループのいずれかに属するので、属するグルー
プに基づいた選択を行うことで、状況に応じた効果的な演出が可能となる。例えば、第1
グループに属する先読み演出は特に期待度の高い場合に効果的であり、第2グループに属
する先読み演出は期待度が低い場合でも効果的な演出を行うことができる。よって、予告
対象とした始動記憶に基づく特図変動表示ゲームの結果が大当りの場合は、結果がはずれ
の場合よりも第1グループに属する先読み演出の選択割合を高くし、逆に第2グループに
属する先読み演出の選択割合を低くするという選択が可能となる。結果がはずれの場合は
これと逆の選択割合とすることが可能である。つまり、期待度の高低にかかわらず効果的
な先読み演出を行うことができる。
Since each look-ahead effect belongs to either the first group or the second group, effective effect according to the situation can be achieved by making a selection based on the group to which the pre-reading effect belongs. For example, the first
The look-ahead effect belonging to the group is effective when the expectation is particularly high, and the look-ahead effect belonging to the second group can be effective even when the expectation is low. Therefore, when the result of the special figure fluctuation display game based on the start memory targeted for advance notice is a big hit, the selection ratio of the look-ahead effect belonging to the first group is higher than when the result is out of order, and conversely, the second group is selected. It is possible to select to lower the selection ratio of the look-ahead effect to which it belongs. If the result is out of order, the selection ratio can be the opposite. That is, it is possible to perform an effective look-ahead effect regardless of the degree of expectation.

第3グループに属する先読み演出は、早い段階から遊技者の期待感を高めることができ
る。この第3グループに属する先読み演出は、予告対象となる始動記憶が発生したとき(
t101)に実行の可否を決定する抽選を実行可能となっており、このタイミングから予
告演出の実行が可能となっている。
The look-ahead effect belonging to the third group can raise the expectation of the player from an early stage. The look-ahead effect belonging to this third group is when the start memory to be notified occurs (
It is possible to execute a lottery for determining whether or not to execute the lottery at t101), and it is possible to execute the advance notice effect from this timing.

第4グループに属する先読み演出は、第3グループの先読み演出が実行されなかったと
しても先読み演出が行われる可能性を確保することができ、始動記憶が発生した際に先読
み演出が行われなくても期待度が低いことが確定しないようにして遊技者の期待感の低下
を防止することができる。また、予告対象となる始動記憶がした際に実行中の特図変動表
示ゲームの演出に影響を及ぼすことを防止できる。
The look-ahead effect belonging to the fourth group can ensure the possibility that the look-ahead effect is performed even if the look-ahead effect of the third group is not executed, and the look-ahead effect is not performed when the start memory occurs. However, it is possible to prevent a decrease in the player's sense of expectation by preventing the determination that the degree of expectation is low. In addition, it is possible to prevent the effect on the production of the special figure variation display game being executed when the start memory to be notified is stored.

この第4グループに属する先読み演出は、予告対象となる始動記憶が発生したとき(t
101)に実行の可否を決定する抽選を行わない。よって、予告対象となる始動記憶が発
生したときにおいて抽選する必要のある先読み演出の種類を第3グループの先読み演出の
みとして少なくすることができ、選択処理を簡略にして制御の負担を軽減することができ
る。このように先読み演出の開始タイミングを異ならせることで、遊技者に先読み演出が
いつ開始されるのかを把握しにくくし、長時間遊技を行っていても興趣を維持することが
できる。
The look-ahead effect belonging to this fourth group is when the start memory to be notified occurs (t).
In 101), the lottery to decide whether or not to execute is not performed. Therefore, the type of pre-reading effect that needs to be drawn when the start memory to be notified is generated can be reduced to only the pre-reading effect of the third group, and the selection process can be simplified to reduce the burden of control. Can be done. By making the start timing of the look-ahead effect different in this way, it is difficult for the player to know when the look-ahead effect will start, and the interest can be maintained even if the game is played for a long time.

また、各先読み演出は、第3グループと第4グループのいずれかに属するので、属する
グループに基づいた選択を行うことで、状況に応じた効果的な演出が可能となる。例えば
、予告対象とした始動記憶に基づく特図変動表示ゲームの結果が大当りの場合は結果がは
ずれの場合よりも、第3グループに属する演出を実行した場合において第4グループに属
する先読み演出をさらに実行する割合を高くするという選択が可能となる。また、結果が
はずれの場合は結果が大当りの場合よりも、第3グループと第4グループのいずれか一方
のみを実行する割合を高くするという選択が可能となる。
Further, since each look-ahead effect belongs to either the third group or the fourth group, effective effect according to the situation can be achieved by making a selection based on the group to which the pre-reading effect belongs. For example, when the result of the special figure variation display game based on the start memory targeted for advance notice is a big hit, the look-ahead effect belonging to the 4th group is further performed when the effect belonging to the 3rd group is executed than when the result is out of order. You can choose to increase the rate of execution. Further, when the result is out of order, it is possible to select to increase the ratio of executing only one of the third group and the fourth group as compared with the case where the result is a big hit.

なお、第1グループから第4グループの各先読み演出は、重複して実行可能であるが、
重複して実行しない組み合わせを設けるようにしても良い。例えば、ゾーン予告とチャン
ス目予告は重複して実行しないようにしても良い。両者の抽選時期が重なる場合には一方
の抽選を先に行って実行することが選択された場合には、他方の抽選を行わないようにし
ても良い。いずれを優先するかは予め定められていても良いし、別途の抽選により選択す
るようにしても良い。
Although each look-ahead effect of the first group to the fourth group can be executed in duplicate,
It is also possible to provide a combination that does not execute in duplicate. For example, the zone notice and the chance eye notice may not be executed in duplicate. If both lottery times overlap, and if it is selected to perform one lottery first, the other lottery may not be performed. Which one to prioritize may be determined in advance, or may be selected by a separate lottery.

また、入賞時予告とチャンス目予告を重複して実行しないようにする場合には、チャン
ス目予告の抽選時期において入賞時予告が実行されているかを確認し、入賞時予告が実行
されていた場合にはチャンス目予告の抽選自体を行わないようにしても良い。すなわち、
先の抽選結果に応じて後の抽選の実行の有無を決定するようにしても良い。
In addition, if you do not want to execute the prize notice and the chance notice at the same time, check whether the prize notice is executed at the lottery time of the chance notice, and if the prize notice is executed. It is also possible not to hold the lottery itself for the chance eye notice. That is,
It may be decided whether or not to execute the later lottery according to the result of the earlier lottery.

さらに、重複して実行可能な先読み演出である場合でも、すでに先読み演出が実行され
ているか否かや、どのような先読み演出が行われているかに応じて後に開始する先読み演
出の実行の可否や実行内容、選択確率などが異なるようにしても良い。この場合は、既に
実行されている先読み演出の実行の有無に応じて後の先読み演出の抽選に用いるテーブル
を選択するようにする。また、後の先読み演出の実行の可否や実行内容、選択確率などに
影響する要素として予告対象の特図変動表示ゲームの結果や変動パターン、現在の遊技状
態や始動記憶数などを考慮しても良い。このように多段階で抽選を行うことで、始動記憶
の発生時に一度で抽選を行うものに比べて遊技の進行状況に応じた柔軟な選択が可能とな
り、より興趣の高い先読み演出とすることができる。
Furthermore, even if the look-ahead effect can be executed in duplicate, whether or not the look-ahead effect that is started later can be executed depending on whether or not the look-ahead effect has already been executed and what kind of look-ahead effect is being performed. The execution content, selection probability, etc. may be different. In this case, the table to be used for the lottery of the look-ahead effect later is selected according to whether or not the look-ahead effect that has already been executed is executed. In addition, even if the result and fluctuation pattern of the special figure fluctuation display game to be announced, the current game state, the number of start memories, etc. are taken into consideration as factors that affect whether or not the look-ahead effect can be executed later, the execution content, and the selection probability. good. By performing the lottery in multiple stages in this way, it is possible to make a flexible selection according to the progress of the game compared to the one in which the lottery is performed at once when the start memory occurs, and it is possible to make the look-ahead effect more interesting. it can.

また、一つの先読み演出を実行するよりも重複して実行する方が期待度が高いことを示
すようにしても良い。また、重複する組み合せにより期待度の高さが異なるようにしても
良い。この場合も抽選時期が重なる場合には、予告対象の特図変動表示ゲームの結果や内
容に応じて重複を許容するかを選択するようにする。また、先に実行されている先読み演
出の内容を参照して後の抽選時期において先読み演出を重複させるかを選択するようにす
る。
In addition, it may be shown that the degree of expectation is higher when the read-ahead effect is executed more than once. Moreover, the high degree of expectation may be different depending on the overlapping combination. In this case as well, if the lottery times overlap, it is necessary to select whether to allow duplication according to the result and content of the special figure variation display game to be announced. In addition, the content of the pre-reading effect executed earlier is referred to, and it is selected whether to duplicate the pre-reading effect at a later lottery time.

また、予告対象となる始動記憶が発生した時点では実行しない第4グループに属する先
読み演出について、当該第4グループに属する先読み演出の開始可能時期までの期間にお
いて当該第4グループに属する先読み演出が実行される可能性を示唆する演出を行うよう
にしても良い。例えば、飾り特図変動表示ゲーム表示部85にチャンス目に対応する図柄
を透視可能な透明図柄として重ねて表示したり、ゾーン予告の開始を示唆する演出表示を
行ったりすることが考えられる。示唆する演出であるので当該演出の後に示唆した先読み
演出が実行されない場合があっても良い。
In addition, for the look-ahead effect belonging to the fourth group that is not executed when the start memory to be notified is generated, the look-ahead effect belonging to the fourth group is executed until the startable time of the look-ahead effect belonging to the fourth group. You may try to perform an effect that suggests the possibility of being done. For example, it is conceivable to superimpose the symbol corresponding to the chance eye on the decorative special figure variation display game display unit 85 as a transparent symbol that can be seen through, or to perform an effect display suggesting the start of the zone notice. Since it is a suggestive effect, the pre-reading effect suggested after the effect may not be executed.

また、先読み演出の開始を示唆する演出として、保留変化予告の表示において他の先読
み演出の実行を示唆又は報知する表示を行うようにしても良い。例えば、保留変化予告と
して飾り特図始動記憶表示に「ゾーン」と表示してゾーン予告の実行を示唆又は報知する
ようにしても良い。
Further, as an effect suggesting the start of the look-ahead effect, a display suggesting or notifying the execution of another look-ahead effect may be performed in the display of the hold change notice. For example, as a pending change notice, "zone" may be displayed on the decorative special figure start memory display to suggest or notify the execution of the zone notice.

また、第3グループに属する先読み演出について、予告対象となる始動記憶が発生した
特図変動表示ゲームの状況によっては、抽選により実行することが選択されても即座に先
読み演出を開始しないようにしても良い。例えば、予告対象となる始動記憶が発生した特
図変動表示ゲームにおいて特定の演出(SPリーチなど)が実行されている場合や、予告
対象となる始動記憶が発生した特図変動表示ゲームの終了前の所定期間である場合が考え
られる。この場合に保留変化予告のように後のタイミングでも開始可能な先読み演出の場
合は、先読み演出を開始できない期間の経過後に先読み演出を開始するように、開始時期
を遅延させても良い。
In addition, regarding the look-ahead effect belonging to the third group, depending on the situation of the special figure variation display game in which the start memory to be notified is generated, the look-ahead effect is not started immediately even if it is selected to be executed by lottery. Is also good. For example, when a specific effect (SP reach, etc.) is executed in the special figure variation display game in which the start memory to be notified is generated, or before the end of the special figure variation display game in which the start memory to be notified is generated. It is conceivable that it is a predetermined period of. In this case, in the case of a look-ahead effect that can be started at a later timing such as a pending change notice, the start time may be delayed so that the look-ahead effect is started after a period during which the look-ahead effect cannot be started.

また、各先読み演出の抽選においては、先読み演出の実行の有無や内容の他、開始する
タイミングについても選択できるようにしても良い。例えば、保留変化予告について予告
対象となる始動記憶が発生したときの抽選において、実行の決定に加えて開始時期につい
て次の特図変動表示ゲームの開始時などと決定できるようにしても良い。また、ゾーン予
告やチャンス目予告について実行を決定した特図変動表示ゲームよりも後の特図変動表示
ゲームから開始することを選択できるようにしても良い。このような開始時期の指定方法
はどのようなものであっても良く、特図変動表示ゲームの実行に関連したタイミング以外
であっても指定可能である。例えば、抽選タイミングから所定時間後に開始すると決定し
、先読み演出の開始までの時間を示すタイマを表示するタイマ演出を併せて行うようにし
ても良い。
Further, in the lottery for each look-ahead effect, it may be possible to select whether or not to execute the look-ahead effect, the content, and the timing to start the look-ahead effect. For example, in the lottery when the start memory to be notified of the pending change notice is generated, it may be possible to determine the start time as the start time of the next special figure change display game in addition to the decision of execution. In addition, it may be possible to select to start from the special figure variation display game after the special figure variation display game that has been decided to be executed for the zone notice and the chance eye notice. Any method may be used to specify such a start time, and it is possible to specify a timing other than the timing related to the execution of the special figure variation display game. For example, it may be determined that the start is started after a predetermined time from the lottery timing, and a timer effect for displaying a timer indicating the time until the start of the look-ahead effect may be performed at the same time.

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結
果となった場合に、遊技者に有利な状態を発生する遊技機において、始動入賞口(始動入
賞口36、普通変動入賞装置37)への遊技球の入賞に基づきゲームの実行権利となる始
動記憶を所定の上限数まで記憶可能な始動記憶手段(遊技制御装置100)と、始動記憶
手段に記憶された始動記憶に対応するゲームが実行されるよりも前に当該始動記憶につい
ての判定を行う事前判定手段(遊技制御装置100)と、事前判定手段による判定結果を
示唆する演出である予告演出を実行可能な演出制御手段(演出制御装置300)と、を備
え、演出制御手段は、複数種類の予告演出のうちから実行する予告演出を選択して実行す
るように構成され、予告演出は、予告対象となるゲームの実行中にも継続して実行可能な
第1グループと、予告対象となるゲームの開始までに終了する第2グループと、のいずれ
かに属するとともに、予告対象となる始動記憶が発生したゲームから予告演出を開始可能
な第3グループと、予告対象となる始動記憶が発生したゲームの終了以降から予告演出を
開始可能な第4グループと、のいずれかに属するようにしたこととなる。したがって、属
するグループによって特性の異なる予告演出となり、多彩な予告演出を実現可能となって
遊技の興趣を向上させることができる。
From the above, in a game machine that executes a game based on the establishment of a predetermined condition and generates a state advantageous to the player when the result of the game becomes a special result, the start winning opening (starting winning opening 36) , The start storage means (game control device 100) capable of storing the start memory, which is the right to execute the game based on the winning of the game ball to the normal variable winning device 37), up to a predetermined upper limit, and the start storage means. It is possible to execute a pre-determination means (game control device 100) that determines the start memory before the game corresponding to the start memory is executed, and a notice effect that is an effect that suggests the determination result by the pre-determination means. The effect control means (effect control device 300) is provided, and the effect control means is configured to select and execute a notice effect to be executed from a plurality of types of advance notice effects. It belongs to either the first group that can be continuously executed even during the execution of the game, or the second group that ends by the start of the game to be announced, and the start memory to be notified has occurred. It means that it belongs to either the third group in which the advance notice effect can be started from the game and the fourth group in which the advance notice effect can be started after the end of the game in which the start memory to be the advance notice is generated. Therefore, the notice production has different characteristics depending on the group to which the player belongs, and it is possible to realize various notice productions and improve the interest of the game.

また、演出制御手段は、複数の予告演出を重複して実行可能であり、先に実行されてい
る予告演出の種類に応じて後に実行する予告演出の内容を選択可能であることとなる。し
たがって、現在の状況に応じた柔軟な選択が可能となり、より興趣の高い予告演出とする
ことができる。
In addition, the effect control means can execute a plurality of advance notice effects in duplicate, and can select the content of the advance notice effect to be executed later according to the type of the advance notice effect that has been executed first. Therefore, flexible selection according to the current situation becomes possible, and it is possible to make a more interesting notice production.

また、遊技における予め定められた特定の時期において、各予告演出のうちいずれの予
告演出の実行の可否を選択するかを各予告演出が属するグループに応じて定めていること
となる。したがって、実行の可否を決定する時期を分散させることができて予告演出の実
行時期が分散されるので、広い期間にわたって遊技者に期待感を持たせることができ、遊
技の興趣を向上させることができる。
In addition, at a predetermined specific time in the game, which of the advance notice effects should be selected for execution is determined according to the group to which each advance notice effect belongs. Therefore, the time for deciding whether or not to execute the game can be dispersed, and the time for executing the advance notice effect is dispersed. Therefore, it is possible to give the player a sense of expectation over a wide period of time and improve the interest of the game. it can.

また、演出制御手段は、特定の時期をなす予告対象となるゲームが開始される際におい
て、第1グループに属する予告演出については、当該予告演出の実行の可否を選択可能で
あり、第2グループに属する予告演出については、当該予告演出の実行の可否を選択不能
であることとなる。したがって、予告対象となるゲームが開始される際に実行の可否を決
定可能である予告演出とできない予告演出とを設けることができ、予告演出を多彩なもの
とすることができて、遊技の興趣を向上させることができる。
Further, the effect control means can select whether or not to execute the advance notice effect belonging to the first group when the game to be notified at a specific time is started, and the second group For the advance notice effect belonging to, it is not possible to select whether or not to execute the advance notice effect. Therefore, it is possible to provide a notice effect that can determine whether or not to execute the game when the game to be notified is started and a notice effect that cannot be executed, and the notice effect can be varied, so that the interest of the game can be enjoyed. Can be improved.

また、演出制御手段は、特定の時期をなす予告対象となる始動記憶が発生したときにお
いて、第3グループに属する予告演出については、当該予告演出の実行の可否を選択可能
であり、第4グループに属する予告演出については、当該予告演出の実行の可否を選択不
能であることとなる。したがって、予告対象となる始動記憶が発生したときに実行の可否
を決定可能である予告演出とできない予告演出とを設けることができ、予告演出を多彩な
ものとすることができて、遊技の興趣を向上させることができる。
Further, the effect control means can select whether or not to execute the advance notice effect belonging to the third group when the start memory to be the advance notice target at a specific time is generated, and the fourth group With respect to the advance notice effect belonging to, it is not possible to select whether or not to execute the advance notice effect. Therefore, it is possible to provide a notice effect that can determine whether or not to execute when the start memory to be notified occurs and a notice effect that cannot be executed, and the notice effect can be made various, and the interest of the game can be enjoyed. Can be improved.

また、第1グループに属する予告演出は、実行期間が可変であり、第2グループに属す
る予告演出は、実行期間が不変であることとなる。したがって、予告演出の属性に応じて
適切な実行期間とすることができる。すなわち、予告対象となるゲームの実行中にも継続
可能な第1グループに属する予告演出については、実行期間を可変とすることで遊技者が
最も注目することとなる予告対象となるゲームにおける遊技者の期待感を効果的に高める
ことができる。また、予告対象となるゲームの開始までに終了する第2グループに属する
予告演出については、実行期間を不変とすることで、予告対象となるゲームまでのゲーム
において一定の時間のみを利用して演出を行うことができ、予告対象ではないゲームの演
出を邪魔しないようにすることができる。
Further, the advance notice effect belonging to the first group has a variable execution period, and the advance notice effect belonging to the second group has an invariant execution period. Therefore, an appropriate execution period can be set according to the attribute of the advance notice effect. That is, with respect to the advance notice effect belonging to the first group that can be continued even during the execution of the game to be announced, the player in the game to be announced that the player pays the most attention to by making the execution period variable. Can effectively raise the expectation of. In addition, for the advance notice effect belonging to the second group that ends by the start of the game to be announced, by making the execution period invariant, the effect is produced using only a certain time in the game up to the game to be announced. Can be performed so as not to interfere with the production of games that are not subject to advance notice.

なお、本発明の遊技機は、遊技機として、前記実施の形態に示されるようなパチンコ遊
技機に限られるものではなく、例えば、その他のパチンコ遊技機、アレンジボール遊技機
、雀球遊技機などの遊技球を使用する全ての遊技機に適用可能である。また、本発明をス
ロットマシンに適用することも可能である。このスロットマシンとしてはメダルを使用す
るスロットマシンに限られるものではなく、例えば、遊技球を使用するスロットマシンな
どの全てのスロットマシンが含まれる。
The gaming machine of the present invention is not limited to the pachinko gaming machine as shown in the above embodiment as the gaming machine, and is, for example, other pachinko gaming machines, arrange ball gaming machines, sparrow ball gaming machines, and the like. It is applicable to all gaming machines that use the gaming ball of. It is also possible to apply the present invention to slot machines. This slot machine is not limited to a slot machine that uses medals, and includes, for example, all slot machines such as a slot machine that uses a game ball.

また、今回開示された実施の形態はすべての点で例示であって制限的なものではないと
考えられるべきである。本発明の範囲は上記した説明ではなくて特許請求の範囲によって
示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意
図される。
In addition, the embodiments disclosed this time should be considered to be exemplary in all respects and not restrictive. The scope of the present invention is shown by the scope of claims rather than the above description, and is intended to include all modifications within the meaning and scope equivalent to the scope of claims.

10 遊技機
100 遊技制御装置(制御手段、遊技制御手段)
111B ROM(第1記憶手段)
111Ba 第1記憶手段(ROM111B)
111Bd 未使用領域(ROM111B)
111Be 第2記憶領域(ROM111B)
111C RAM(第2記憶手段)
111Ca 第1作業領域(RAM111C)
111Ca1 第1専用領域(RAM111C)
111Ca2 第1共通領域(RAM111C)
111Cc 未使用領域(RAM111C)
10 Game machine 100 Game control device (control means, game control means)
111B ROM (first storage means)
111Ba 1st storage means (ROM111B)
111Bd unused area (ROM111B)
111Be second storage area (ROM111B)
111C RAM (second storage means)
111Ca 1st work area (RAM111C)
111Ca1 1st dedicated area (RAM111C)
111Ca2 1st common area (RAM111C)
111Cc unused area (RAM111C)

Claims (1)

所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に
、遊技者に有利な状態を発生する遊技機において、
遊技に関する制御を行う制御手段を備え、
前記制御手段は、
当該制御手段が使用するプログラム及びデータを記憶した第1記憶手段と、
前記プログラムの作業領域を提供する第2記憶手段と、を備え、
前記第1記憶手段には、
第1プログラム及び第1データが記憶される第1記憶領域と、
第2プログラム及び第2データが記憶される第2記憶領域と、があり、
前記第2記憶手段には、
前記第1プログラムの作業領域である第1作業領域と、
前記第2プログラムの作業領域である第2作業領域と、があり、
前記第1作業領域には、
前記第1プログラムにより読み書きされるが、前記第2プログラムからは読み書きされ
ない第1専用領域と、
前記第1プログラムにより読み書きされるとともに、前記第2プログラムにより読み出
すことが可能な第1共通領域と、を備えることを特徴とする遊技機。
In a game machine that executes a game based on the establishment of a predetermined condition and generates a state advantageous to the player when the result of the game becomes a special result.
Equipped with control means to control the game
The control means
A first storage means that stores the program and data used by the control means, and
A second storage means that provides a work area for the program.
The first storage means includes
A first storage area in which the first program and the first data are stored, and
There is a second storage area where the second program and the second data are stored.
The second storage means includes
The first work area, which is the work area of the first program, and
There is a second work area, which is a work area of the second program.
In the first work area,
A first dedicated area that is read / written by the first program but not read / written by the second program.
A gaming machine characterized in that it includes a first common area that can be read and written by the first program and can be read by the second program.
JP2019025123A 2019-02-15 2019-02-15 game machine Active JP7157448B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019025123A JP7157448B2 (en) 2019-02-15 2019-02-15 game machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019025123A JP7157448B2 (en) 2019-02-15 2019-02-15 game machine

Publications (3)

Publication Number Publication Date
JP2020130405A true JP2020130405A (en) 2020-08-31
JP2020130405A5 JP2020130405A5 (en) 2021-09-30
JP7157448B2 JP7157448B2 (en) 2022-10-20

Family

ID=72277032

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019025123A Active JP7157448B2 (en) 2019-02-15 2019-02-15 game machine

Country Status (1)

Country Link
JP (1) JP7157448B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7216406B2 (en) * 2019-02-15 2023-02-01 株式会社ソフイア game machine

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017029592A (en) * 2015-08-05 2017-02-09 株式会社三共 Game machine
JP2017131627A (en) * 2016-01-27 2017-08-03 株式会社ソフイア Game machine
JP2019005042A (en) * 2017-06-22 2019-01-17 京楽産業.株式会社 Game machine

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017029592A (en) * 2015-08-05 2017-02-09 株式会社三共 Game machine
JP2017131627A (en) * 2016-01-27 2017-08-03 株式会社ソフイア Game machine
JP2019005042A (en) * 2017-06-22 2019-01-17 京楽産業.株式会社 Game machine

Also Published As

Publication number Publication date
JP7157448B2 (en) 2022-10-20

Similar Documents

Publication Publication Date Title
JP2022066558A (en) Game machine
JP6884406B2 (en) Pachinko machine
JP6904577B2 (en) Pachinko machine
JP6897979B2 (en) Pachinko machine
JP7127825B2 (en) game machine
JP7056929B2 (en) Pachinko machine
JP7037185B2 (en) Pachinko machine
JP7157448B2 (en) game machine
JP6871631B2 (en) Game machine
JP6836274B2 (en) Game machine
JP7266850B2 (en) game machine
JP7255846B2 (en) game machine
JP7216406B2 (en) game machine
JP7366387B2 (en) gaming machine
JP7207701B2 (en) game machine
JP7125750B2 (en) game machine
JP7108301B2 (en) game machine
JP2020130367A (en) Game machine
JP2020130404A (en) Game machine
JP2020130408A (en) Game machine
JP2020130403A (en) Game machine
JP7089277B2 (en) Pachinko machine
JP7353614B2 (en) gaming machine
JP6912817B2 (en) Pachinko machine
JP2020069047A (en) Game machine

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210823

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210823

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220525

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220531

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20220714

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220714

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20220714

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: 20220927

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220930

R150 Certificate of patent or registration of utility model

Ref document number: 7157448

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150