JP6897979B2 - Pachinko machine - Google Patents

Pachinko machine Download PDF

Info

Publication number
JP6897979B2
JP6897979B2 JP2018204617A JP2018204617A JP6897979B2 JP 6897979 B2 JP6897979 B2 JP 6897979B2 JP 2018204617 A JP2018204617 A JP 2018204617A JP 2018204617 A JP2018204617 A JP 2018204617A JP 6897979 B2 JP6897979 B2 JP 6897979B2
Authority
JP
Japan
Prior art keywords
special
game
area
state
probability
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.)
Active
Application number
JP2018204617A
Other languages
Japanese (ja)
Other versions
JP2020069044A (en
Inventor
雅也 田中
雅也 田中
Original Assignee
株式会社ソフイア
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 株式会社ソフイア filed Critical 株式会社ソフイア
Priority to JP2018204617A priority Critical patent/JP6897979B2/en
Publication of JP2020069044A publication Critical patent/JP2020069044A/en
Application granted granted Critical
Publication of JP6897979B2 publication Critical patent/JP6897979B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Pinball Game Machines (AREA)

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 executing a game based on the establishment of a predetermined condition and generating a special gaming state in which a gaming value is given to a player when the result of the game becomes a special result. In such a gaming machine, the gaming is controlled by a gaming 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 gaming 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記憶領域と、
前記プログラムである第2プログラムが記憶される第2記憶領域と、があり、
前記第1記憶領域と、前記第2記憶領域とは、未使用領域を挟んで設定されており、
前記第2記憶手段には、
前記第1プログラムの作業領域である第1作業領域と、
前記第2プログラムの作業領域である第2作業領域と、があり、
前記第1作業領域と、前記第2作業領域とは、未使用領域を挟んで設定されており、
前記第1作業領域には、
前記第1プログラムにより読み書きされるが、前記第2プログラムからは読み書きされない第1専用領域と、
前記第1プログラムにより少なくとも書き込まれるとともに、前記第2プログラムにより読み出すことが可能な第1共通領域と、を備え、
前記第1共通領域に該当する領域のうち前記第1作業領域において最も前方に位置する領域よりも前に前記第1専用領域に該当する領域が配置されるとともに、前記第1共通領域に該当する領域のうち前記第1作業領域において最も後方に位置する領域よりも後に前記第1専用領域に該当する領域が配置されるようにし、
前記第2作業領域には、
前記第2プログラムにより読み書きされるが、前記第1プログラムからは読み書きされない第2専用領域と、
前記第2プログラムにより少なくとも書き込まれるとともに、前記第1プログラムにより読み出すことが可能な第2共通領域と、を備え、
前記制御手段は、
前記第1プログラムを実行しているときに前記第2プログラムを実行する際は、前記第1プログラムで使用するスタックポインタを前記第2プログラムによってスタックポインタ退避領域に退避するようにし、
前記スタックポインタ退避領域を前記第2作業領域に配置し、
前記第2作業領域に記憶された情報の正当性判定を行った際に正当でないと判定した場合には、当該第2作業領域の初期化を行うが前記スタックポインタ退避領域の初期化は行わないことを特徴とする。
In order to solve the above problems, the invention according to claim 1 is
In 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.
Equipped with control means to control the game
The control means
A first storage means that stores the program 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, which is the program, is stored, and
There is a second storage area in which the second program, which is the program, 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 and written by the first program but not read and written by the second program.
It includes a first common area that is at least written by the first program and can be read by the second program.
Among the areas corresponding to the first common area, the area corresponding to the first dedicated area is arranged before the area located at the frontmost in the first work area, and the area corresponds to the first common area. The area corresponding to the first dedicated area is arranged after the area located at the rearmost position in the first work area among the areas.
In the second work area,
A second dedicated area that is read / written by the second program but not read / written from the first program.
A second common area that is at least written by the second program and can be read by the first program is provided.
The control means
When the second program is executed while the first program is being executed, the stack pointer used in the first program is saved in the stack pointer save area by the second program.
The stack pointer save area is arranged in the second work area, and the stack pointer save area is arranged in the second work area.
If it is determined that the information stored in the second work area is not valid when the validity is determined, the second work area is initialized, but the stack pointer evacuation area is not initialized. It is characterized by that.

本発明によれば、開発の効率を高めることができる。 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ゲーム処理を説明するフローチャートである。FIG. 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変動開始処理を説明するフローチャートである。FIG. 1 is a flowchart illustrating a special figure 1 fluctuation start process and a special figure 2 change 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 an 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 the process during display of special figure 1. FIG. 特図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 fanfare / interval processing transition setting processing. ファンファーレ/インターバル中処理を説明するフローチャートである。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小当り終了処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 small hit end processing. 普図ゲーム処理を説明するフローチャートである。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 1 byte subtraction processing. 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 the process during display of special figure 1. FIG. 特図2表示中処理を説明するフローチャートである。It is a flowchart explaining special figure 2 display process. ファンファーレ/インターバル中処理移行設定処理を説明するフローチャートである。It is a flowchart explaining the fanfare / inter-interval process transition setting 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 system 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参照)は前面枠12の表側に形成された収納部(図示省略)に収納されている。また、前面枠(本体枠)12には、遊技盤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 assembled to an outer frame (support frame) 11 so as to be openable and rotatable. The game board 30 (see FIG. 2) is housed in a storage portion (not shown) formed on the front side of the front frame 12. Further, a glass frame 15 (transparent plate holding frame) provided with a cover glass (transparent member) 14 covering the front surface of the game board 30 is attached to the front frame (main body frame) 12.

また、ガラス枠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 for decoration and production, and notification when an abnormality occurs (for example, when a payout abnormality occurs, the lamp, LED, 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. 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, in the lower part of the front frame 12, an upper plate 21 (storage plate) for supplying a game ball to a hitting ball launching device (not shown) and a game ball paid out from a payout unit provided on the back side of the game machine 10 are arranged. The outflowing upper plate ball outlet 22, the lower plate (receiver) 23 for storing the game balls paid out when the upper plate 21 is full, the operation unit 24 of the hitting ball launching device, and the like are provided. Further, the upper edge portion of the upper plate 21 is provided with an effect button 25 having a built-in effect button switch 25a for receiving a pressing operation input from the player. 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やタッチパネル29を操作することによって、表示装置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 gaming machine 10 of this embodiment, when the player rotates the operation unit 24, the hitting ball launching device launches the gaming ball supplied from the upper plate 21 toward the gaming area 32 on the front surface of the gaming board 30. To do. In addition, by operating the effect button 25 and the touch panel 29, the player can perform an effect in which the player's operation is intervened in the variable display game (decorative special figure variable display game) on the display device 41 (see FIG. 2). It can be carried out.

次に、図2を用いて遊技盤30の一例について説明する。図2は、本実施形態の遊技盤30の正面図である。
図2に示すように、遊技盤30は、各種部材の取付ベースとなる平板状の遊技盤本体80を備える。遊技盤本体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 includes a flat plate-shaped game board main body 80 that serves as a mounting base for various members. 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 gaming machine 10 is configured to launch a gaming ball from a hitting ball launching device into a gaming 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 of 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 the 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.
Further, the upper part of the center case 40 is provided with a board effect device 44 that produces a game by operating. 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 game area 32 on the upper right side of the center case 40, and one general winning opening 352 is arranged in the game area 32 on the lower right side 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). Further, 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 starting 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 is designed to be changed to a state that is advantageous to the person.

なお、本実施形態において、普通変動入賞装置37の可動部材は、普電ソレノイド37cによって前後方向に進退(スライド)することで開閉する所謂ベロ型の普通電動役物であるが、普通変動入賞装置37の可動部材は、これに限定されない。普通変動入賞装置37の可動部材は、例えば、普電ソレノイド37cによって上端側が手前側に倒れる方向に回動することで開放するアタッカ形式の普通電動役物であっても良いし、普電ソレノイド37cによって逆「ハ」の字状に開放するチューリップ型の普通電動役物であっても良い。
また、普通変動入賞装置37は、可動部材が閉状態でも遊技球の入賞を可能とし、閉状態では開状態よりも遊技球が入賞しにくい状態としても良い。
In the present embodiment, the movable member of the ordinary variable winning device 37 is a so-called tongue-type ordinary electric accessory that opens and closes by advancing and retreating (sliding) in the front-rear direction by the normal variable winning device 37c. The movable member of 37 is not limited to this. The movable member of the ordinary variable winning device 37 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 falls toward the front side by the ordinary electric solenoid 37c, or the ordinary electric solenoid 37c. It may be a tulip-shaped ordinary electric accessory that opens in an inverted "C" shape.
Further, the normal variable winning device 37 enables the winning of the game ball even when the movable member is closed, and the game ball may be less likely to be won in the closed state than in the open state.

センターケース40の右方の遊技領域32のうち、普図始動ゲート34と普通変動入賞装置37との間には、特図変動表示ゲームの結果によって遊技球を受け入れない状態と受け入れ易い状態とに変換可能な第1特別変動入賞装置(上大入賞口)38が設けられている。第1特別変動入賞装置38は、開閉部材(図示省略)が前後方向に進退(スライド)することで、上大入賞口を遊技球が流入可能な状態に変換する。第1特別変動入賞装置38は、特図変動表示ゲームの結果によって、上大入賞口を閉じた閉状態から開状態に変換し、上大入賞口内への遊技球の流入を容易にさせることで、遊技者に所定の遊技価値(賞球)を付与するようになっている。第1特別変動入賞装置38に入賞した遊技球は、大入賞口スイッチ(カウントスイッチ)38a(図3参照)によって検出される。 In the game area 32 on the right side of the center case 40, the game ball is not accepted or easily accepted depending on the result of the special figure variation display game between the normal figure start gate 34 and the normal variation winning device 37. A convertible first special variable winning device (upper large winning opening) 38 is provided. The first special variable winning device 38 converts the upper large winning opening into a state in which a game ball can flow in by moving back and forth (sliding) the opening / closing member (not shown). The first special variable winning device 38 converts the upper prize opening from the closed state to the open state according to the result of the special figure fluctuation display game, and facilitates the inflow of the game ball into the upper prize opening. , A predetermined game value (prize ball) is given to the player. 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 (see FIG. 3) is provided so as to change the inflow probability of the game balls into the specific area. ) 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 gaming 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及び残存球排出口スイッチ38eで検出された遊技球数(上大入賞口から排出される遊技球数)とが一致することにより上大入賞口内の遊技球が全て排出されたことを確認でき、基本的にはこの確認が終了するまでは新たな上大入賞口の開放が行われないようになっている。 Further, inside the upper prize opening, a residual ball discharge port switch 38e (see FIG. 3) for detecting a game ball discharged to the outside of the first special variable winning device 38 without flowing into a specific area is provided. ing. The number of game balls detected by the large prize opening switch 38a provided inside the upper large winning opening (the number of game balls flowing into the upper large winning opening), and detected by the specific area switch 38d and the remaining ball discharge port switch 38e. By matching the number of game balls (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 have been discharged, and basically until this confirmation is completed. Is not open to the new top prize opening.

センターケース40の下方の遊技領域32のうち、始動入賞口36の右方には、特図変動表示ゲームの結果によって遊技球を受け入れない状態と受け入れ易い状態とに変換可能な第2特別変動入賞装置(下大入賞口)39が設けられている。第2特別変動入賞装置39は、開閉部材(図示省略)が前後方向に進退(スライド)することで、下大入賞口を遊技球が流入可能な状態に変換する。第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, there is a second special variable winning that 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. The second special variable winning device 39 converts the lower large winning opening into a state in which a game ball can flow in by moving (sliding) the opening / closing member (not shown) in the front-rear direction. 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 starting 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, a special figure variation display game (special figure 1 variation display game, special figure 2 variation display game) and a normal figure variation display game are executed in the lower right corner of the game board main body 80 outside the game area 32. A batch display device 50 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 includes a special figure 1 display (first special figure fluctuation display unit) 51 and a special figure 2 variable display for a special figure 1 variable display game composed of a 7-segment type display (LED lamp) and the like. A special figure 2 display (second special figure fluctuation display unit) 52 for a game, a first storage display unit 53 for notifying the start storage number of a special figure 1 fluctuation display game composed of an LED lamp, and an LED lamp. A second storage display unit 54 for notifying the start memory number of the configured special figure 2 variable display game is provided.

また、一括表示装置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 the hitting method (striking method corresponding to the game state) and a probability display unit 57 for notifying the probability state (high probability state or low probability state) of the 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 gaming 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 configured so that it is displayed that it is changing, and it is possible to distinguish between the special figure 1 and 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 out-of-order result mode (for example, a number or a symbol) is turned on as the hit result mode (special result mode), 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. , Lights (blinks) to display.
The second storage display unit 54 sets the number of undigested balls (starting memory number = holding number) among the number of winning balls to the normal variable winning device 37, which is the fluctuation start condition of the special figure 2 display 52, of the plurality of LEDs. Displayed by turning off and on (blinking).
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. For example, when the probability state of the jackpot is a low probability state (normal probability state), all the LEDs are turned off, and the probability state of the jackpot is a high probability state (probability change state). In the case of, 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 collectively 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)と呼ばれる遊技用マイコン(CPU)111と、水晶振動子のような発振子を備え、CPUの動作クロックやタイマ割込み、乱数生成回路の基準となるクロックを生成する発振回路(水晶発振器)113などを有する。遊技制御装置100及び該遊技制御装置100によって駆動されるソレノイドやモータなどの電子部品には、電源装置400で生成されたDC32V,DC12V,DC5Vなど所定のレベルの直流電圧が供給されて動作可能にされる。 The CPU unit 110 includes a gaming microcomputer (CPU) 111 called an amusement chip (IC) and an oscillator such as a crystal oscillator, and generates an operating clock of the CPU, a timer interrupt, and a clock that serves as a reference for a random number generation circuit. It has an oscillator circuit (crystal oscillator) 113 and the like. A predetermined level of DC voltage such as DC32V, DC12V, DC5V generated by the power supply device 400 is supplied to the game control device 100 and electronic components such as a solenoid and a motor driven by the game control device 100 to enable operation. Will be done.

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

この実施形態では、電源装置400は、遊技制御装置100と別個に構成されているが、バックアップ電源部420及び制御信号生成部430は、別個の基板上あるいは遊技制御装置100と一体、すなわち、主基板上に設けるように構成してもよい。遊技盤30及び遊技制御装置100は機種変更の際に交換の対象となるので、本実施形態のように、電源装置400若しくは主基板とは別の基板にバックアップ電源部420及び制御信号生成部430を設けることにより、交換の対象から外しコストダウンを図ることができる。 In this embodiment, the power supply unit 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 from 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 supplied to the game microcomputer 111 (particularly the built-in RAM) of the game control device 100, and the data stored in the RAM is retained even during a power failure or even after the power is cut off. 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 changes the power failure monitoring signal, and also 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が設けられている。このRAM初期化スイッチ112が操作されると初期化スイッチ信号が生成され、これに基づき遊技用マイコン111内のRAM111C及び払出制御装置200内のRAMに記憶されている情報を強制的に初期化する処理が行われる。特に限定されるわけではないが初期化スイッチ信号は電源投入時に読み込まれ、停電監視信号は遊技用マイコン111が実行するメインプログラムのメインループの中で繰り返し読み込まれる。リセット信号は強制割込み信号の一種であり、制御システム全体をリセットさせる。 Further, the game control device 100 is provided with a RAM initialization switch 112. When the RAM initialization switch 112 is operated, an initialization switch signal is generated, and based on this, the information stored in the RAM 111C in the gaming microcomputer 111 and the RAM in the payout control device 200 is forcibly initialized. Processing 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及び随時読出し書込み可能なRAM(ランダムアクセスメモリ)111Cを備える。 The gaming microcomputer 111 includes a CPU (central processing unit: microprocessor) 111A, a read-only ROM (read-only memory) 111B, and a RAM (random access memory) 111C that can be read and written at any time.

ROM111Bは、遊技制御のための不変の情報(プログラム、固定データ、各種乱数の判定値等)を不揮発的に記憶し、RAM111Cは、遊技制御時にCPU111Aの作業領域や各種信号や乱数値の記憶領域として利用される。ROM111B又はRAM111Cとして、EEPROMのような電気的に書換え可能な不揮発性メモリを用いてもよい。 The ROM 111B non-volatilely stores invariant information (programs, 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. As the ROM 111B or the RAM 111C, 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 reaching the reach state (second half fluctuation group table, second half fluctuation pattern selection table, etc.), and fluctuation before reaching 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. In the gaming machine 10 in which the gaming state becomes an advantageous gaming state (special gaming state) for the player when the special result mode is adopted, a part of the plurality of display results is already derived and displayed at a stage where the display is not yet derived. A display state in which the displayed display result satisfies the condition of 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. Refers to a display mode that does not exist. Further, 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 is also included in the reach state. Further, 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 in which the identification information is used, except for the special result mode) may be set as 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 increases in the order of no reach <normal reach <special 1 reach <special 2 reach <special 3 reach <premier reach. Further, 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 gaming 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 (various types). A random number generation circuit for generating a variable pattern random number for determining (including the execution time of the variable display game in the variable display without reach or reach), a hit random number for determining the hit of the normal figure variable display game, etc. And a clock generator that generates a timer interrupt signal for the CPU 111A with a predetermined period (for example, 4 milliseconds) and a clock that gives an update timing of the random number generation circuit based on the oscillation signal (original clock signal) from the oscillation circuit 113. There is.

また、CPU111Aは、特図変動表示ゲームに関する処理において、ROM111Bに記憶されている複数の変動パターンテーブルの中から、何れか一の変動パターンテーブルを取得する。具体的には、CPU111Aは、特図変動表示ゲームの遊技結果(大当り、小当り又ははずれ)や、現在の遊技状態としての特図変動表示ゲームの確率状態(低確率状態或いは高確率状態)、始動記憶数などに基づいて、複数の変動パターンテーブルの中から、何れか一の変動パターンテーブルを選択して取得する。ここで、CPU111Aは、特図変動表示ゲームを実行する場合に、ROM111Bに記憶された複数の変動パターンテーブルのうち、何れか一の変動パターンテーブルを取得する変動振り分け情報取得手段をなす。 Further, the CPU 111A acquires any one of the fluctuation pattern tables stored in the ROM 111B in the process related to the special figure fluctuation display game. 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, the CPU 111A serves as a variation distribution information acquisition means for acquiring any one of the plurality of variation pattern tables stored in the ROM 111B when executing the special figure variation display game.

払出制御装置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 ball lending.

遊技用マイコン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 gaming microcomputer 111 includes a panel radio wave sensor 62 that detects the emission of radio waves to the game machine, a starting port 1 switch 36a in the starting winning opening 36, a starting port 2 switch 37a in the normal variable winning device 37, and so on. The winning opening switches 35a, 35b, 35c in the general winning openings 351 to 354, 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, and the start of the general drawing. The gate switch 34a in the gate 34, the specific area switch 38d arranged in the first special variable winning device 38, the remaining ball discharge port switch 38e, and all the game balls fired in the game area 32 and finished the game are detected. An interface chip that is connected to the out-ball detection switch 32a, receives a negative logic signal such as a high level of 11V and a low level of 7V supplied from these switches, and converts it into a positive logic signal of 0V-5V. Proximity I / F) 121 is provided. Since the input range of the proximity I / F121 is 7V-11V, the lead wire of the sensor or proximity switch is illegally shorted, the sensor or switch is disconnected from the connector, or the lead wire is cut and floats. 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及びゲートスイッチ34aの検出信号は第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 detection signals of the start port 1 switch 36a, the start port 2 switch 37a, the winning port switch 35a, the large winning port switches 38a and 39a, and the gate switch 34a are input to the second input port 123. Will be done. 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 a front frame 12 or the like of the gaming machine 10, a detection signal of a vibration sensor 65 for detecting the vibration of the gaming machine 10, and a gaming machine. The detection signal of the glass frame opening detection switch 63 provided on the glass frame 15 or the like of 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 gaming machine 10 are also input. It has become.

さらに、第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 is provided with a keyhole into which the setting key is inserted, and 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 is in the state of being turned to the second position, and is turned on when it is in the state of being turned to the second position, and is in the state of not being turned to the second position. In some cases, it turns 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位置に回した状態でRAM初期化スイッチ112を操作(押下)しながら遊技機の電源を投入することで確率設定値を変更可能な確率設定値変更モードとなり、確率設定値変更モード中にRAM初期化スイッチ112を操作(押下)することで確率設定値を変更することができるようになっている。選択されている確率設定値は、算出されたベース値や役物比率を表示するための性能表示装置153に表示される。具体的には、性能表示装置153には、確率設定値に関する操作をしている間(確率設定値変更モードや確率設定値確認モードである間)は確率設定値の情報が表示され、それ以外では算出されたベース値や役物比率が表示されるようになっている。 When selecting the probability setting value, the probability setting value is set by turning on the power of the gaming machine while operating (pressing) the RAM initialization switch 112 with the setting key of the setting key operation unit turned to the second position. The probability setting value change mode is set, and the probability setting value can be changed by operating (pressing) the RAM initialization switch 112 during the probability setting value change mode. 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初期化スイッチ112は操作しない)で遊技機の電源を投入することで、現在選択されている確率設定値が性能表示装置153に表示されるが確率設定値の変更はできない確率設定値確認モードとなる。なお、RAM初期化スイッチ112及び設定キー操作部は、前面枠12を開状態としなければ操作できないようにされている。
性能表示装置153は7セグメント式のディスプレイであり、確率設定値を1〜6の数字で表示するようになっている。もちろん表示態様はこれに限られず、確率設定値を認識できる表示態様であれば良い。また、液晶表示装置など他の形式の表示装置でも良いし、一又は複数のLEDの点灯態様や発光色等により確率設定値を示すものであっても良い。
Further, by turning on the power of the gaming machine while the setting key of the setting key operation unit is turned to the second position (the RAM initialization switch 112 is not operated), the currently selected probability setting value is set to the performance display device. It is displayed in 153, but the probability setting value cannot be changed. The probability setting value confirmation mode is set. 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. Further, a display device of another type such as a liquid crystal display device may be used, or a probability set 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スイッチ37aの検出信号は、第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 from the main board 100 to the relay board 70. It is also supplied to a test firing test device (not shown) via. Further, among the outputs of the proximity I / F 121, the detection signals of the start port 1 switch 36a and the start port 2 switch 37a are 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 a voltage such as 5V required for normal IC operation from the power supply device 400. It has become.

第2入力ポート123が保持しているデータは、遊技用マイコン111が第2入力ポート123に割り当てられているアドレスをデコードすることによってイネーブル信号CE2をアサート(有効レベルに変化)することよって、読み出すことができる。第3入力ポート124や第4入力ポート126や後述の第1入力ポート122も同様である。 The data held by the second input port 123 is read out by asserting the enable signal CE2 (changing to an effective level) by the gaming microcomputer 111 decoding the address assigned to the second input port 123. be able to. 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 a 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 a signal such as a power failure monitoring signal or a reset signal from the power supply device 400 to the gaming microcomputer 111 or 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 signal 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 directly input to the reset terminal provided in the gaming microcomputer 111 and is 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, so that the test firing test signal held in the port (not shown) of the relay board 70 is turned off in order to output to the test firing test apparatus. 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 not supplied to the ports 122, 123, 124, 126 of the input unit 120. 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 to the game control device 100 from the effect control device 300 side.

さらに、出力部130には、データバス140に接続され図示しない認定機関の試射試験装置へ変動表示ゲームの特図図柄情報を知らせるデータや大当りの確率状態を示す信号などを中継基板70を介して出力するバッファ133が実装可能に構成されている。このバッファ133は遊技店に設置される実機(量産販売品)としてのパチンコ遊技機の遊技制御装置(主基板)には実装されない部品である。なお、近接I/F121から出力される始動口スイッチなど加工の必要のないスイッチの検出信号は、バッファ133を通さずに中継基板70を介して試射試験装置へ供給される。 Further, the output unit 130 transmits data for notifying the special symbol information of the variable display game to the test firing test device of an accreditation body which is connected to the data bus 140 and a signal indicating the probability state of the jackpot 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. The operation data of the winning port solenoid 2) 39b, the lever solenoid 38f for operating the lever member in the first special variable winning device 38, and the normal electric solenoid 37c for opening the normal variable winning device 37 are output and are currently selected. This port is for outputting the display data of the performance display device 153 that displays the stochastic set value.
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. A fourth output port 136 is provided for outputting on / off data of the digit line to which the cathode terminal of the LED is connected.

また、出力部130には、大当り情報など遊技機10に関する情報を外部情報端子板71へ出力するための第5出力ポート137が設けられている。外部情報端子板71にはフォトリレーが備えられ、例えば遊技店に設置された外部装置(情報収集端末や遊技場内部管理装置(ホールコンピュータ)など)に接続可能であり、遊技機10に関する情報を外部装置に供給することができるようになっている。また、第5出力ポート137からはシュミットバッファ132を介して払出制御装置200に発射許可信号も出力される。 Further, the output unit 130 is provided with a fifth output port 137 for outputting information about the gaming machine 10 such as jackpot information to the external information terminal board 71. The external information terminal board 71 is provided with a photo relay, which can be connected to, for example, an external device (such as an information collection terminal or a game hall internal management device (hall computer)) 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 general electric 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を駆動できるようにするため、電源電圧としてDC5Vが電源装置400から供給される。
また、一括表示装置50のセグメント線を駆動する第2ドライバ138bには、DC12Vが供給される。デジット線を駆動する第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. DC5V is supplied from the power supply device 400 as the power supply voltage to the fifth driver 138e so that the performance display device 153 operating at 5V can be driven.
Further, DC12V is supplied to the second driver 138b that drives the segment line of the batch display device 50. 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が設けられている。フォトカプラ139は、遊技用マイコン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 gaming machine to an external inspection device 500. The photocoupler 139 is configured so that the gaming microcomputer 111 can communicate with the inspection device 500 by serial communication. 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 port 36, the starting port 2 switch 37a in the normal variable winning device 37, the winning port switch 35a, the large winning port switches 38a, 39a, and the gate. The switch 34a is provided with a coil for magnetic detection, and a non-contact magnetic proximity sensor (hereinafter referred to as a proximity switch) that detects a game ball by utilizing the phenomenon that the magnetic field changes when a metal approaches the coil is used. Has been done. Further, the glass frame opening detection switch 63 provided on the glass frame 15 or the like of the gaming 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 used to display images on the display device 41 according to commands and data from the main control microcomputer (CPU) 311 composed of an amusement chip (IC) and the main control microcomputer 311 like the game microcomputer 111. It is provided with a VDP (Video Display Processor) 312 as a graphic processor that performs image processing, and a sound source LSI 314 that controls sound output in order to reproduce various melody and sound effects from the speakers 19a and 19b.

主制御用マイコン311には、CPUが実行するプログラムや各種データを格納したPROM(プログラマブルリードオンリメモリ)からなるプログラムROM321、作業領域を提供するRAM322、停電時に電力が供給されなくとも記憶内容を保持可能なFeRAM323、現在の日時(年月日や曜日、時刻など)を示す情報を生成する計時手段をなすRTC(リアルタイムクロック)338が接続されている。なお、主制御用マイコン311の内部にも作業領域を提供するRAMが設けられている。また、主制御用マイコン311にはWDT(ウォッチドッグ・タイマ)回路324が接続されている。主制御用マイコン311は、遊技用マイコン111からのコマンドを解析し、演出内容を決定してVDP312へ出力映像の内容を指示したり、音源LSI314への再生音の指示、装飾ランプの点灯、モータやソレノイドの駆動制御、演出時間の管理などの処理を実行する。 The main control microcomputer 311 holds a program ROM 321 consisting of a program executed by the CPU and a PROM (programmable read-only memory) that stores various data, a RAM 322 that provides a work area, and a stored content even if power is not supplied in the event of a power failure. A possible FeRAM 323 and an RTC (real-time clock) 338 that serves as a timing means for generating information indicating the current date and time (year, month, day, day, 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 commands from the game microcomputer 111, determines the production content, instructs the VDP 312 about the content of the output video, instructs the sound source LSI 314 of the reproduced sound, lights the decorative lamp, and the motor. And the drive control of the solenoid, the management of the production time, and so on.

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に設けられている装飾ランプの点灯を同期させるための垂直同期信号VSYNC、データの送信タイミングを与える同期信号STSが入力される。なお、VDP312から主制御用マイコン311へは、VRAMへの描画の終了等処理状況を知らせるため割込み信号INT0〜n及び主制御用マイコン311からのコマンドやデータの受信待ちの状態にあることを知らせるためのウェイト信号WAITなども入力される。 From the VDP 312 to the main control microcomputer 311 are a vertical synchronization signal VSYNC for synchronizing the video of the display device 41 with the lighting of the decorative lamps provided on the glass frame 15 and the game board 30, and a synchronization signal for giving data transmission timing. STS is input. It should be noted that the VDP 312 informs 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. The wait signal WAIT and the like for this 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, an interrupt signal INT is input from the sound source LSI 314 to the main control microcomputer 311. 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. The effect control command signal (effect command) is transmitted from the game control device 100 to the effect control device 300 via the command I / F331, such as a decoration special figure hold number command, a decoration special figure command, a variation command, and a stop information command. ). Since the game microcomputer 111 of the game control device 100 operates at DC 5 V and the main control microcomputer 311 of the effect control device 300 operates at DC 3.3 V, the command I / F 331 is provided with a signal level conversion function. There is.

また、演出制御装置300には、遊技盤30(センターケース40を含む)に設けられているLED(発光ダイオード)を有する盤装飾装置46を駆動制御する盤装飾LED制御回路332、ガラス枠15に設けられているLED(発光ダイオード)を有する枠装飾装置(例えば枠装飾装置18等)を駆動制御する枠装飾LED制御回路333、遊技盤30(センターケース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). A board effect provided on a frame decoration LED control circuit 333 and a game board 30 (including a center case 40) for driving and controlling a frame decoration device having an LED (light emitting diode) (for example, a frame decoration device 18 or the like). A panel effect movable body control circuit 334 for driving and controlling a device 44 (for example, a movable accessory that enhances the effect of the effect in cooperation with the effect display on the display device 41) is provided. 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. The function of detecting the on / off state of the effect switch 47 (effect motor switch) and inputting the detection signal to the main control microcomputer 311 and the state of the volume control switch 335 provided in the effect control device 300. A switch input circuit 336 having a function of detecting the above and inputting a detection signal to the main control microcomputer 311 is provided.

電源装置400の通常電源部410は、上記のような構成を有する演出制御装置300やそれによって制御される電子部品に対して所望のレベルの直流電圧を供給するため、モータやソレノイドを駆動するためのDC32V、液晶パネルからなる表示装置41、モータやLEDを駆動するためのDC12V、コマンドI/F331の電源電圧となるDC5Vの他に、モータや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 drives a motor or a solenoid in order to supply a desired level of DC voltage to the effect control device 300 having the above configuration and the electronic components controlled by the effect control device 300. DC32V, display device 41 consisting of liquid crystal panel, DC12V for driving motors and LEDs, DC5V for driving command I / F331, and DC15V for driving motors, LEDs, and speakers. It is configured to do. Further, when an LSI operating at a low voltage such as 3.3V or 1.2V is used as the main control microcomputer 311, DC-for generating DC3.3V or DC1.2V based on DC5V A DC converter is provided in the effect control device 300. The DC-DC converter may be provided in the normal power supply unit 410.

電源装置400の制御信号生成部430により生成されたリセット信号は、主制御用マイコン311に供給され、当該デバイスをリセット状態にする。また、主制御用マイコン311から出力される形で、VDP312(VDPRESET信号)、音源LSI314、スピーカを駆動するアンプ回路337(SNDRESET信号)、ランプやモータなどを駆動制御する制御回路332〜334(IORESET信号)に供給され、これらをリセット状態にする。また、演出制御装置300には遊技機10の各所を冷却する冷却FAN45が接続され、演出制御装置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. Further, the VDP 312 (VDP RESET signal), the sound source LSI 314, the amplifier circuit 337 (SNDRESET signal) for driving the speaker, and the control circuit 332-334 (IOReSET) for driving and controlling the lamp and the motor are output from the main control microcomputer 311. It is supplied to the signal) and puts them in the reset state. Further, a cooling FAN 45 for cooling various parts of the gaming machine 10 is connected to the effect control device 300, and the cooling FAN 45 is driven when 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 turned on / off electrically. Further, "conditional 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, and the same applies to this specification. It is used as a term that has a meaning.

大当り(第1特別結果)となる確率である大当り確率の値(確率値)は特図1と特図2で共通であり、低確率状態での確率値と高確率状態での確率値はそれぞれ図5(a)に示すような確率値となっている。
なお、本実施形態では、図5(a)に示すように、“設定1”〜“設定6”の全てに高確率状態での確率値として同一の確率値が割り当てられているが、異なる確率値が割り当てられていても良い。すなわち、高確率状態での確率値は、多段階に切り替え可能であっても良い。
また、本実施形態では、図5(a)に示すように、“設定1”と“設定2”に低確率状態での確率値として同一の確率値が割り当てられているが、異なる確率値が割り当てられていても良い。“設定3”と“設定4”、“設定5”と“設定6”についても同様である。すなわち、低確率状態での確率値は、多段階に切り替え可能であれば、その段数は限定されない。また、“設定1”〜“設定6”の全てに低確率状態での確率値として同一の確率値が割り当てられていても良い。すなわち、低確率状態での確率値は、多段階に切り替え不可能であっても良い。
The jackpot probability value (probability value), which is the probability of a jackpot (first special result), is common to Special Figure 1 and Special Figure 2, and the probability value in the low probability state and the probability value in the high probability state are respectively. The probability value is as shown in FIG. 5 (a).
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 "to" setting 3 ") are assigned to three types of probability values, and the remaining three probability setting values (for example) are assigned. "Setting 4" to "Setting 6") may be omitted.

本実施形態の遊技機では、大当りに基づく特別遊技状態(第1特別遊技状態)において第1特別変動入賞装置38の特定領域(確変作動領域)に遊技球が流入して特定領域スイッチ38dで検出されること(V通過)により、当該特別遊技状態の終了後に高確率状態となり、特図変動表示ゲームの実行毎に行われる転落抽選に当選すると低確率状態となるように構成されている。転落抽選に当選する確率は図5(b)に示すような確率となっている。
また、特図1変動表示ゲーム及び特図2変動表示ゲームのどちらの特図変動表示ゲームの結果態様に基づき高確率状態となっても、特図1変動表示ゲーム及び特図2変動表示ゲームの両方が高確率状態となる。
In the gaming machine of the present embodiment, in the special gaming state based on the big hit (first special gaming state), the gaming ball flows into the specific area (probability variation operating area) of the first special variable winning device 38 and is detected by the specific area switch 38d. By being played (passing V), the high probability state is set after the end of the special gaming 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 will not be 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, and for example, the small hit. 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確変大当りと4R確変大当りと10R通常大当りの3種類がある。同様に、特図2変動表示ゲームでの大当り(第1特別結果)の種類には、10R確変大当りと4R確変大当りと10R通常大当りの3種類がある。これらの大当り種類は大当り図柄乱数に基づき選択される。各大当り種類の数字は実質ラウンド数を示し、確変とは特定領域(確変作動領域)に遊技球が流入する可能性が高く特別遊技状態の終了後に高確率状態(確変状態)となりやすいことを示し、通常とは特定領域(確変作動領域)に遊技球が流入する可能性が低く特別遊技状態の終了後に高確率状態(確変状態)となりにくいことを示している。
ここで、実質ラウンド数とは、特別変動入賞装置38,39の開放によって実際に入賞球が発生するような開放制御を行うラウンド数のことである。なお、各大当り種類の数字は、大当り時のラウンド数(実質ラウンド数+特別変動入賞装置38,39の開放時間が短く実際には入賞球が発生しないような開放制御を行うラウンド数)であっても良い。
Further, 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.
There are three types of jackpots (first special result) in the special figure 1 variable display game: 10R probability variation jackpot, 4R 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特別結果を設けても良い。
また、本実施形態の遊技機では、特定領域(確変作動領域)に遊技球が流入するか否かにより高確率状態となるか否かが決定されるので、大当り種類が確変であっても特定領域に遊技球が流入しなければ高確率状態とはならず、大当り種類が通常であっても特定領域に遊技球が流入すれば高確率状態となる。
Further, 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 probabilistic 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 gaming 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 region (probability variation operation region), so that even if the jackpot type is the probability variation, 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特別変動入賞装置38を開放するとともに特定領域(確変作動領域)を開放するVありロング開放を行う。そして、2ラウンド目から4ラウンド目までは第1特別変動入賞装置38を開放するが特定領域は開放しないVなしロング開放を行い、5ラウンド目以降は第1特別変動入賞装置38を開放するが特定領域は開放しない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. The long opening with V is an opening mode in which the game ball is likely to flow into a specific region (probability variation operating region). Then, from the second round onward, 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 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. 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 38 is opened. A specific area is not opened. Short opening without V 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. 6C, in the 10R normal jackpot, the first special variable winning device 38 is opened and the specific area (probability variation operation area) is opened in the first round, and a short opening with V is performed. The short opening with V is an opening mode in which the game ball may flow into a specific region (probability variation operating region) and is lower than the long opening with V. Then, from the second round onward, the first special variable winning device 38 is opened for a long without V.
The game ball can flow into the specific area (probability change operation area) only in the long opening with V and the short opening with V performed in the first round. That is, in the gaming machine of the present embodiment, the specific round, which is the round in which the gaming 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. Further, the specific round may be performed a plurality of times, such as the first round and the fifth round.

図7(a)に示すようにVなしロング開放では、ラウンドの開始に伴い第1特別変動入賞装置38を開放し(t11)、25000m秒の開放可能時間が経過するか所定個数(例えば9個)の遊技球が入賞するかの何れかの条件が成立すると第1特別変動入賞装置38を閉鎖してラウンドを終了する(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, 9 pieces). When any of the conditions for winning the game ball of) is satisfied, the first special variable winning device 38 is closed to end the round (t12). After that, the upper prize opening remaining ball processing time is started (t12), the interval time is started when the upper prize winning opening remaining ball processing time ends (t13), and the next round is started when the interval time ends (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)。さらに、ラウンドの開始に伴いレバーソレノイド38fを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). Further, the lever solenoid 38f is turned on with the start of the round, 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が閉鎖される(t34)。そして、2700m秒経過すると再び第1特別変動入賞装置38が開放される(t35)、25000m秒の開放可能時間が経過するか所定個数(例えば9個)の遊技球が入賞するかの何れかの条件が成立すると第1特別変動入賞装置38を閉鎖してラウンドが終了する(t39)。その後、上大入賞口残存球処理時間が開始され(t39)、上大入賞口残存球処理時間が終了するとインターバル時間が開始され(t41)インターバル時間が終了すると次ラウンドが開始される(t42)。なお、最終ラウンドである場合はラウンドの終了に伴い残存球処理時間が設定され、その後エンディング時間が設定される。 The first special variable winning device 38 is closed 200 msec after the start of the round (t34). Then, when 2700 msec elapses, the first special variable winning device 38 is opened again (t35), either the openable time of 25000 msec elapses or a predetermined number (for example, 9) of game balls wins. When the conditions are met, 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)の後、レバーソレノイド38fも所定の時間に亘り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 38f is also turned on for a predetermined time (t36 to t37, t38 to t39). Further, 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 balls that have been played to flow into a specific area. 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 are processed as the remaining balls in the upper prize opening. If all the spheres are discharged within the time, the lever solenoid 38f is turned off and the operation is terminated with the end of the remaining sphere processing time (t41), and the specific area switch 38d is invalidated.

また、開放可能時間の経過又は所定個数の遊技球が入賞することにより第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 into the OFF state 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 not all of the lever solenoid 38f is 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) 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. 7C, in the short opening with V, the same opening as 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 first special variable winning device 38 is opened for a very short time and the lever solenoid 38f is also turned 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)までに全ての遊技球が排出されなかった場合は、レバーソレノイド38fがON状態となる期間の終了(t62)をもってレバーソレノイド38fがOFF状態となって動作を終了し、レバーソレノイド38fがOFF状態となってから(t62)、100m秒経過すると特定領域スイッチ38dが無効となる(t63)。 The operation of the lever solenoid 38f and the switching of the specific area switch 38d between valid and invalid are performed in the same manner 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 to t63). Therefore, if the game ball remains in the first special variable winning device 38 even after the processing time of the remaining ball in 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 in which the lever solenoid 38f is in the ON state (t62), the lever solenoid 38f is turned off at the end of the period in which the lever solenoid 38f is in the ON state (t62). The specific area switch 38d becomes invalid (t63) 100 msec after the lever solenoid 38f is turned off (t62) after the operation is terminated in the state.

また、図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 msec elapses or a predetermined number (for example, 9 pieces). ), The first special variable winning device 38 is closed to end the round (t72) when any of the conditions for winning the game ball is satisfied. 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が開放され、1600m秒の開放可能時間が経過するか所定個数(例えば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, and when the small hit fanfare time ends, the second special variable winning device 39 is opened, and the openable time of 1600 msec elapses or a predetermined number (for example). The second special variable winning device 39 is closed when any of the conditions for winning the 9) game balls is satisfied. After that, the small hit remaining ball processing time is started, and 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 gaming state ends. There may be a plurality of types of opening / closing modes (opening time and number of opening times) in the second 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特定遊技状態ST3がある。なお、この他に特別遊技状態として、第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 a game state transition in the present embodiment.
The gaming state includes a normal gaming state ST1, a first specific gaming state ST2, and a second specific gaming state ST3. 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 gaming 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. Further, 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 V is passed), the probability state is high. In addition, there is a general electric support that facilitates winning by improving the opening time per unit time of the ordinary variable winning device 37. 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 a high probability state, 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 a 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 this embodiment, the probability of winning the normal map fluctuation display game in the state with the normal power support (normal probability) is the same as the probability (normal probability) in the state without the normal power support. 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 normal variation winning device 37 is hit right. 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.
If 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, most of the right-handed game balls in the special game state based on the small hit are normally variable prizes. It wins the device 37 and does not flow down to the second special variable winning device 39 arranged below the normal variable winning device 37. Therefore, in the second specific gaming 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, the game 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 a mode called small hit RUSH.

これら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 game state ST3 is a state more advantageous to the player than the normal game state ST1 because it has a general electric support. The first specific game state ST2 is a high-probability state, and further, the player's ball is increased due to the frequent occurrence of small hits. Therefore, the player has a higher probability than the normal game state ST1 and the second specific game state ST3. It is in an advantageous state.

遊技状態の移行は、第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特定遊技状態ST3)に移行する。一方、通常大当りが導出されて第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 to enter the first special gaming state, and the game ball does not flow into the specific area (probability variation operation region) 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 a normal jackpot is derived to enter the first special gaming state and there is no V passage in the first special gaming state, the second specific gaming state ST3 (special figure low probability) after the end of the first special gaming state. It shifts to the second specific game state ST3). On the other hand, when a normal jackpot is derived to enter the first special gaming state 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. Further, when the fall lottery is won in the first 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. When the big hit (first special result) and the small hit (second special result) are not distinguished, it is simply referred to as a hit (special result). 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 game machine 10 of the present embodiment, a game is performed by launching a game ball (pachinko ball) toward the game area 32 from a hit ball launching device (not shown). The launched game ball flows down the game area 32 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 normal drawing start gate 34 and the general winning opening 351 ~ 354, start winning opening 36, normal variable winning device 37, first special variable winning device 38 or second special variable winning device 39, or flowing into the out port 30a provided at the bottom of the game area 32. It is discharged from the game area 32. Then, when the game ball wins in the general winning opening 351-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 gaming machine 10 of the present embodiment, the player adjusts the firing force and launches a game ball into the left gaming area (so-called left-handed) to move the starting winning opening 36 or the starting winning opening 36 to the left. 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 gaming 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 is driven into the game area 32. When the game ball 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), the number of normal figure start memories is added (+1) and one normal figure start memory is stored in ROM 111B. The number of stored numbers of the winnings for starting the normal drawing is displayed on the general drawing holding display 56 of the batch display device 50. In addition, the hit determination random value (hit random value) for determining the result of the normal map variation 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 map 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 for example, numbers, symbols, character symbols, etc. are used as ordinary identification information, and after displaying the figures in a predetermined time variation, the display is stopped and the result is displayed. It may be configured.

普図変動表示ゲームの結果が当りの場合は、普図表示部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 game 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, the first start memory that forms the start memory (special figure start memory) based on the winning of the start winning opening 36 is limited to a predetermined upper limit number (for example, 4). In addition to storing, 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 a 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 start winning area). It serves as a second execution control means for performing execution control.

特図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, a 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, the special figure 1 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, after the end of the big hit game state (first special game state), the game control device (game control means) 100 is in a situation that is more advantageous to the player than the normal game state (the probability of hitting is high and the probability of hitting is high). It is possible to control to generate a gaming state (specific gaming state) in which the game can proceed by (with support). 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変動表示ゲームとがあり、これらは別々の表示領域に表示される。そして、対応する特図変動表示ゲームの変動に伴い変動表示が行われ、対応する特図変動表示ゲームでの結果態様の導出に伴い結果に対応した表示が行われる。 Further, in response to the execution of the special figure 1 variable display game and the special figure 2 variable display game, the decorative special figure variation in which a plurality of types of decorative identification information (numbers, symbols, character symbols, etc.) are variablely displayed on the display device 41. The display game is now running. 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変動表示ゲームで別々の表示装置を使用するとしても良いし、一方の飾り特図変動表示ゲームのみを表示するとしても良い。また、遊技機10に特図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. Further, the game machine 10 may not be provided with the special figure 1 display 51 and the special figure 2 display 52, and the special figure variation display game may be executed only by the display device 41.

本実施形態の遊技機では特図2変動表示ゲームの方が小当りの確率が高い(特図1変動表示ゲームの小当りの確率が0である)が、通常遊技状態である場合には特図2変動表示ゲームの変動パターンとして変動時間が非常に長い(約10分)長変動が選択される。これにより、通常遊技状態では特図2変動表示ゲームの実行が時間的に非効率的となり、通常遊技状態における小当りの獲得を狙った特図2変動表示ゲームの実行を遊技者が選択しないようにしている。よって、通常遊技状態では、左打ちを行って始動入賞口36を狙い、特図1変動表示ゲームを行う方が遊技者にとって有利となる。
なお、長変動の時間は約10分としたがこれより長くても良いし、短くても良い(5分、50分、10時間など)。また、特図2変動表示ゲームの結果に応じて長変動の時間を異ならせても良い。具体的には、例えば、特図2変動表示ゲームの結果がはずれ又は小当りである場合には、当該特図2変動表示ゲームの変動パターンとして変動時間が約10分の長変動が選択され、特図2変動表示ゲームの結果が大当りである場合には、当該特図2変動表示ゲームの変動パターンとして変動時間が約5分の長変動が選択されるようにしても良い。
In the gaming 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 the acquisition of 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 the left side 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 variation display game is off or a small hit, a long variation with a variation time of about 10 minutes is selected as the variation pattern of the special figure 2 variation display game. When the result of the special figure 2 variation display game is a big hit, a long variation with a variation time of about 5 minutes may be selected as the variation pattern of the special figure 2 variation display game.

以下、このような遊技を行う遊技機の制御について説明する。まず、遊技制御装置100の遊技用マイクロコンピュータ(遊技用マイコン)111によって実行される制御について説明する。遊技用マイコン111による制御処理は、主に図9及び図10に示すメイン処理と、所定時間周期(例えば4m秒)で行われる図11に示すタイマ割込み処理とからなる。 Hereinafter, control of a gaming machine that performs such a game will be described. First, the control executed by the game microcomputer (game microcomputer) 111 of the game control device 100 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 period (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, the process of disabling interrupts (step X1) is performed, and then the stack pointer, which is the start address of the area for saving the value of the register or the like when an interrupt occurs. The stack pointer setting process (step X2) for setting is performed. Next, register bank 0 is specified (step X3), and the upper address of the RAM start address is set in a predetermined register (for example, D register) (step X4). In the case of the present embodiment, the range of the RAM address is 0000h to 01FFh, 00h or 01h is taken as the upper rank, 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の処理では所定の初期値を設定することにより、主制御手段をなす遊技制御装置100からの指示に従い種々の制御を行う従制御手段(例えば、払出制御装置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, by setting a predetermined initial value, the slave control means (for example, the payout control device 200 and the effect control device 300) that performs various controls according to the instruction from the game control device 100 that forms the main control means. A waiting time (for example, 3 seconds) for waiting for the program 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 avoid missing commands. 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 kept 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 cutoff are retained, so backup processing etc. is performed when a power failure occurs here. 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 standby time has expired, access permission is given to the read-write RWM (read / write memory) such as RAM or EEPROM (step). X11), output off-data to all output ports (set to no output) (step X12).

次に、シリアルポート(遊技用マイコン111に予め搭載されているポートで、本実施形態では、演出制御装置300や払出制御装置200との通信に使用)を設定し(ステップX13)、遊技用マイコン111(クロックジェネレータ)内のタイマ割込み信号及び乱数更新トリガ信号(CTC)を発生するCTC(Counter/Timer Circuit)回路を起動
する処理(ステップX14)を行う。なお、CTC回路は、遊技用マイコン111内のクロックジェネレータに設けられている。クロックジェネレータは、発振回路113からの発振信号(原クロック信号)を分周する分周回路と、分周された信号に基づいてCPU111Aに対して所定周期(例えば、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 the present 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 has a frequency dividing circuit that divides the oscillation signal (original clock signal) from the oscillation circuit 113, and a timer interrupt signal having a predetermined period (for example, 4 milliseconds) with respect to the CPU 111A based on the divided signal. It also includes a CTC circuit that generates a signal CTC that triggers a random number update to be supplied to the random number generation circuit.
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), the power failure inspection in the RWM. It is determined whether the value of the area 2 is the normal power failure inspection area check data 2 (for example, A5h) (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 are matched (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 command for notifying the game control device 100 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 abnormality flag is not set (step X22; N), it is determined whether or not 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 gaming machine is cut off and restarted while the probability set value is being changed, the operation of the gaming control device 100 is stopped, so 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, the performance display device 153 performs the display as shown in FIG. 13 (h). 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), and the process returns to step X25.

また、設定キースイッチ152とRAM初期化スイッチ112の両方がオン状態である場合(ステップX21;Y)には、RAM異常フラグがセットされているか判定する(ステップX27)。そして、RAM異常フラグがセットされていない場合(ステップX27;N)には、確率設定変更中フラグをセットする(ステップX29)。これにより確率設定値変更モードに移行する。その後、確率設定変更中のコマンドを演出制御基板(演出制御装置300)に送信して(ステップX30)、ステップX31へ移行する。演出制御装置300では、確率設定変更中のコマンドを受信することに基づき、表示装置41の表示、枠装飾装置18や盤装飾装置46のLEDの発光、盤演出装置44の動作、スピーカ19a,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 error flag is set (step X27). Then, when the RAM abnormality flag is not set (step X27; N), the probability setting changing flag is set (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 speakers 19a and 19b. Notifies that the probability setting value is being changed by outputting voice from the user.
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, the processes of steps X29 and X30 are 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 and the power failure occurs. Performs processing when it recovers normally.
On the other hand, when it is determined that the RAM initialization switch 112 is in the ON state (step X44; 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 for which the probability setting is being confirmed is transmitted to the effect control board (effect control device 300) (step X37). Based on receiving the command during the probability setting confirmation, the effect control device 300 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 the speakers 19a and 19b. Notifies that the probability setting value is being confirmed by outputting the voice by.

そして、50m秒間以上のセキュリティ信号の出力を保証するために、セキュリティ信号制御タイマ領域に128m秒に対応する値をセーブする(ステップX31)。セキュリティ信号は、確率設定値変更モードや確率設定値確認モードである場合にはタイマ割込み処理の確率設定変更/確認処理(ステップX126)で出力され、それ以外の場合はタイマ割込み処理の外部情報編集処理(ステップX120)で出力される。したがって、128m秒間未満で確率設定値変更モードや確率設定値確認モードが終了する場合には、タイマ割込み処理の外部情報編集処理(ステップX120)によってセキュリティ信号が継続して出力される。すなわち、128m秒間未満で確率設定値変更モードや確率設定値確認モードが終了する場合であっても、確率設定値変更モードや確率設定値確認モードに移行してから128m秒間はセキュリティ信号が出力される。なお、ステップX31においてセキュリティ信号制御タイマ領域にセーブする値は128m秒に対応する値に限定されない。ただし、確率設定値変更モードや確率設定値確認モードに移行してから少なくとも50m秒間はセキュリティ信号を出力する必要があるため、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, when the probability setting value change mode or the probability setting value confirmation mode ends in less than 128 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, since it is necessary to output a security signal for at least 50 msec after shifting to the probability set value change mode or the probability set value confirmation mode, 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). Judge 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.
If the setting key switch 152 is not in the off state (step X33; N), it is determined whether a power failure has occurred (step X34), and if no power failure has occurred (step X34; N), step X33 is performed. Return, and if a power failure has occurred (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. The timer interrupt process (FIG. 11) is performed in a predetermined time cycle (for example, 4 msec) from the process of enabling the interrupt (step X32) to the process of disabling the interrupt (steps X38 and X58). .. 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). Based on receiving the notification end command, the effect control device 300 ends the execution notification (notification indicating that the probability setting value is being changed or notification indicating that the probability setting value is being confirmed). ..

次いで、確率設定変更中フラグがセットされているか判定し(ステップ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. Performs a power failure recovery process (step X41) that saves an initial value at the time of power failure recovery in an area to be initialized (for example, a power failure inspection area, a checksum area, and an 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). As a result, 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, and the like. Send a command. As the screen designation command, if both the special figure 1 and the special figure 2 are in the normal processing described later, that is, if the special figure variation display game is not being executed and the special game state is not in progress, the command is waiting for a customer. Send the command of the customer waiting demo screen, otherwise send the command of the recovery screen. Depending on the model, in addition to these commands, a high-probability number information command or the like is also transmitted.

一方、確率設定変更中フラグがセットされている場合(ステップ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, the game control RAM area (work area and stack area) is cleared to 0. Therefore, the probability setting changing flag is cleared in this step X45. In step X45, the stack area and the unused area may or may not be cleared.

そして、初期化すべき領域にRAM初期化時の初期値をセーブする(ステップX46)。ここでの初期化すべき領域とは、客待ちデモ領域及び演出モードの設定に係る領域である。次に、特別遊技状態でも特定遊技状態でもない通常遊技状態であることを示す通常ベース状態情報を格納する通常ベース状態判定フラグ領域に、通常ベース状態情報をセーブ(書き込み)し(ステップX47)、初期表示設定フラグ領域の内容を参照(読み出し)して、未設定の状態であれば初期表示設定フラグをセット(書き込み)する(ステップX48)。これにより、初期表示設定フラグがオン状態となる。そして、RAM初期化時のコマンドを演出制御基板(演出制御装置300)へ送信する(ステップX49)。本実施形態の場合、ステップX49では、機種指定コマンド、確率設定情報コマンド、特図1保留数コマンド、特図2保留数コマンド、確率情報コマンド、演出回数情報コマンド、RAM初期化のコマンド(客待ちデモ画面を表示させるとともに、所定時間(例えば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). The contents of the initial display setting flag area are referred (read), and if it is not set, the initial display setting flag is set (written) (step X48). 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 this embodiment, in step X49, a model designation command, a probability setting information command, a special figure 1 hold number command, a special figure 2 hold number command, a probability information command, an effect number information command, and a RAM initialization command (waiting for customers) Along with displaying the demo screen, a plurality of commands such as a command for notifying the RAM initialization by light and sound for a predetermined time (for example, 30 seconds) are transmitted. In addition to these commands, depending on the model, a production count information command, a support count information command, etc., which is information on the number of executions of the special figure variation display game with normal electric 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 the upper bit transposition) when they are exchanged in a predetermined order and stored as different bit arrangements (arrangement after the lower bit transposition). 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)の値を抽出し、対応する各種初期値乱数(本実施形態の場合、特図の当り図柄を決定する乱数(大当り図柄乱数、小当り図柄乱数)、普図の当りを決定する乱数(当り乱数)、転落抽選に当選か否かを決定する乱数(転落抽選乱数))の初期値(スタート値)としてRWMの所定領域にセーブしてから(ステップX51)、割込みを許可する(ステップX52)。本実施形態で使用するCPU111A内の乱数生成回路においては、電源投入毎にソフト乱数レジスタの初期値が変わるように構成されているため、この値を各種初期値乱数の初期値(スタート値)とすることで、ソフトウェアで生成される乱数の規則性を崩すことができ、遊技者による不正な乱数の取得を困難にすることができる。 After that, the values of the predetermined registers (soft random number registers 1 to n) in the random number generation circuit at the time of turning on the power are extracted, and the corresponding initial value random numbers (in the case of this embodiment, the random numbers that determine the hit symbol of the special figure). RWM as the initial value (start value) of (big hit symbol random number, small hit symbol random number), random number that determines the hit of the normal figure (win random number), random number that determines whether or not to win the fall lottery (fall lottery random number)) After saving in the predetermined area of (step X51), the interrupt is permitted (step X52). 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, the 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 CPU operating clock, 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) that has the same cycle as the timer interrupt processing, which is a unit. In addition, in the big hit symbol random number, the small hit symbol random number, the hit random number, and the 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. It should be noted that each of the random numbers may be a counter-type update by +1 or -1, or a random-type update in which all the values in the range appear separately 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 this 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)には、初期値乱数更新処理(ステップX53)に戻る。すなわち、停電が発生していない場合には、初期値乱数更新処理と性能表示編集処理と停電監視を繰り返し行うループ処理を行う。初期値乱数更新処理(ステップX53)の前に割込みを許可する(ステップX52)ことによって、初期値乱数更新処理中にタイマ割込みが発生すると割込み処理が優先して実行されるようになり、タイマ割込みが初期値乱数更新処理によって待たされることで割込み処理が圧迫されるのを回避することができる。 After the initial value random number update process in step X53, a process for disabling interrupts (step X54) is performed, and a 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. Return to (step X53). 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. By permitting an interrupt before the initial value random number update process (step X53) (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. It is possible to prevent the interrupt processing from being overwhelmed by waiting for the initial value random number update processing.

なお、ステップ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. In order to avoid executing the random number update process, when the initial value random number update process is performed in the main process, it is necessary to disable the interrupt and then update to release the interrupt. If the initial value random number update processing is not performed in the timer interrupt processing and only in the main processing, there is no problem even if the interrupt is canceled before the initial value random number update processing, which simplifies the main processing. There is an advantage that it is converted.

一方、停電が発生している場合(ステップX57;Y)には、一旦割込みを禁止する処理(ステップX58)、全出力ポートにオフデータを出力する処理(ステップX59)を行う。
その後、停電検査領域1に停電検査領域チェックデータ1をセーブし(ステップX60)、停電検査領域2に停電検査領域チェックデータ2をセーブする(ステップX61)。さらに、RWMの電源遮断時のチェックサムを算出するチェックサム算出処理(ステップX62)、算出したチェックサムをセーブする処理(ステップX63)を行った後、RWMへのアクセスを禁止する処理(ステップ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), and 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, a process for prohibiting access to the RWM (step X64). ), And then wait for the power of the gaming machine to be turned 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 is a standby means (game control device) that delays the activation of the main control means and sets a predetermined standby time for waiting for the activation of the slave control device when the power is turned on. 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, and 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, in the main control means (game control device 100), the RAM 111C capable of storing data, the initialization operation unit (RAM initialization switch 112) capable of being operated from the outside, and the initialization operation unit are operated. An initialization means (game control device 100) for initializing the data stored in the RAM 111C is provided based on the above, and the operation 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 gaming microcomputer 111, the interrupt is automatically disabled and the timer interrupt process shown in FIG. 11 is started.

タイマ割込み処理が開始されると、まず、レジスタバンク1を指定する(ステップX101)。レジスタバンク1に切り替えたことで、所定のレジスタ(例えばメイン処理で使っているレジスタ)に保持されている値をRWMに移すレジスタ退避の処理を行ったのと同等になる。次に、所定のレジスタ(例えばDレジスタ)にRAM先頭アドレスの上位アドレスをセットする(ステップX102)。ステップX102では、メイン処理におけるステップX4と同じ処理を行っているが、レジスタバンクが異なる。次に、各種センサやスイッチからの入力や、信号の取込み、すなわち、各入力ポートの状態を読み込む入力処理(ステップX103)を行う。 When the timer interrupt processing is started, first, the register bank 1 is specified (step X101). By switching to the register bank 1, it 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、普電ソレノイド37c)等のアクチュエータの駆動制御などを行うための出力処理(ステップ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). , The probability setting change / confirmation process (step X126) is performed, and the timer interrupt process is terminated.
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 37c) and other actuators, output processing (step X105) 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. Further, 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. 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), and the random number update process 2 (step X108) for outputting the commands set in the transmission buffer in various processes to the payout control device 200 are 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スイッチ36a及び始動口2スイッチ37aの入賞を監視する始動口スイッチ監視処理(ステップX111)を行う。始動口スイッチ監視処理では、始動入賞口36や普通変動入賞装置37への遊技球の入賞に基づき、各種乱数(大当り乱数など)の抽出を行う。そして、特図1変動表示ゲームに関する処理を行う特図1ゲーム処理(ステップX112)、特図2変動表示ゲームに関する処理を行う特図2ゲーム処理(ステップX113)、普図変動表示ゲームに関する処理を行う普図ゲーム処理(ステップX114)を行って、遊技機10に設けられ、特図変動表示ゲームの表示や遊技に関する各種情報を表示するセグメントLEDを所望の内容を表示するように駆動するセグメントLED編集処理(ステップX115)を行う。 On the other hand, when the abnormal discharge is not occurring (step X110; N), the start port switch monitoring process (step X111) for monitoring the winning of the start port 1 switch 36a and the start port 2 switch 37a is performed. In the start port switch monitoring process, various random numbers (big hit random numbers, etc.) are extracted based on the winning of the game ball to the start winning opening 36 and the normal variable winning device 37. Then, special figure 1 game processing (step X112) for performing processing related to the special figure 1 variable display game, special figure 2 game processing (step X113) for performing processing related to the special figure 2 variable display game, and processing related to the normal figure variable display game are performed. Performs the normal map game process (step X114), and drives the segment LED provided on the gaming machine 10 to display the display of the special figure variation display game and various information related to the game so as to display desired contents. The editing process (step X115) is performed.

次いで、磁気センサ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), and the timer interrupt process ends.

ここで、本実施形態では、割込み禁止状態を復元する処理(すなわち、割込みを許可する処理)や、レジスタバンクの指定を復元する処理(すなわち、レジスタバンク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. It is 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 of restoring the interrupt disabled state or a process of restoring the register bank designation.

〔確率設定変更/確認処理〕
図12には、上述のタイマ割込み処理における確率設定変更/確認処理(ステップX126)を示した。この確率設定変更/確認処理では、まず、RWM内の確率設定値用の領域の値が正常範囲(本実施形態では0〜5の範囲)内であるか判定する(ステップX131)。
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 X126) in the timer interrupt process described above. In this probability setting change / confirmation process, first, it is determined whether or not 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 X131).
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 corresponding to the value of the area for the probability setting value in the RWM (current probability setting value). The value display data is set (step X132), and 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, the display as shown in FIGS. 13 (a) to 13 (f) 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; N), the extinguishing data is set as the probability setting value display data (step X133), and the probability setting value is displayed. The data is output to the fifth driver 138e via the second output port 134 (step X134). As a result, the performance display device 153 displays as shown in FIG. 13 (g).

図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」が表示され、RWM内の確率設定値用の領域の値が「3」である場合は現在の確率設定値が“設定4”であるため、図13(d)に示すように右端の7セグ表示器に「4」が表示され、RWM内の確率設定値用の領域の値が「4」である場合は現在の確率設定値が“設定5”であるため、図13(e)に示すように右端の7セグ表示器に「5」が表示され、RWM内の確率設定値用の領域の値が「5」である場合は現在の確率設定値が“設定6”であるため、図13(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 displays) 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 "SET" is displayed on the remaining 7-segment display. "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 7 at the right end as shown in FIG. 13 (a). When "1" is displayed on the seg display and the value of the area for the probability setting value in the RWM is "1", the current probability setting value is "setting 2", so FIG. 13 (b) shows. As shown, when "2" is displayed on the rightmost 7-segment display and the value of the area for the probability setting value in the RWM is "2", the current probability setting value is "setting 3". As shown in FIG. 13 (c), when "3" is displayed on the rightmost 7-segment display and the value of the area for the probability setting value in the RWM is "3", the current probability setting value is "set". Since it is "4", "4" is displayed on the rightmost 7-segment display as shown in FIG. 13 (d), and when the value of the area for the probability setting value in the RWM is "4", it is the current value. Since the probability setting value is "setting 5", "5" is displayed on the rightmost 7-segment display as shown in FIG. 13 (e), and the value of the area for the probability setting value in the RWM is "5". In the case of, since the current probability setting value is “setting 6”, “6” is displayed on the rightmost 7-segment display as shown in FIG. 13 (f). 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 "T" in 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更新する(ステップX135)。なお、セキュリティ信号制御タイマの初期値はメイン処理のステップX31において設定され、セキュリティ信号制御タイマの最小値は「0」に設定されている。
次いで、セキュリティ信号のオンデータを出力するとともにセキュリティ信号以外の信号のオフデータを出力する(ステップX136)。ステップX136では、セキュリティ信号制御タイマがタイムアップしているか否かにかかわらず、セキュリティ信号のオンデータが出力される。したがって、確率設定値変更モード中や確率設定値確認モード中(確率設定変更中フラグや確率設定確認中フラグがセットされている間)は、セキュリティ信号が出力され続けることとなる。
Next, if the security signal control timer is not "0", the security signal control timer is updated by -1 (step X135). 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, 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 gaming 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初期化スイッチ112の操作に基づく入力信号(立ち上がりエッジ)が検知された場合に、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, if it is not the probability setting change / confirmation process in the first timer interrupt process after the power is turned on (step X138; N), it is determined whether there is an input from the RAM initialization switch 112 (step X139). In step X139, when an input signal (rising edge) based on the operation of the RAM initialization switch 112 is detected in the immediately preceding input process (step X103), 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 0 to 0. Update +1 in the range of 5 (step X140), and end the probability setting change / confirmation process. 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 the present embodiment, as shown in FIG. 5A, “setting 1” to “setting 6” are used for three types of probability values (probability value in the low probability state and probability value in the 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 gaming 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 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. There is a high possibility that the state of the RAM initialization switch 112 read by the process is the off state. 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 setting value, the operation of the RAM initialization switch 112 that has continued since the power was turned on (that is, the RAM initialization switch 112 that caused the transition to the probability setting value change mode). Since the input signal (rising edge) based on the operation of) 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 gaming machine 10 of the present embodiment is the first gaming machine capable of generating a special gaming 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 set value can be changed in response to operations 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 with a setting changing means (game control device 100) for changing the probability setting value, and an operation of the second operation unit (shift operation) for shifting to the probability setting value changing mode and a 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 gaming 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には、タイマ割込み処理における入賞口スイッチ/状態監視処理(ステップX109)を示した。この入賞口スイッチ/状態監視処理では、まず、第1特別変動入賞装置38の大入賞口スイッチ38aに対応する入賞口監視テーブル1を準備し(ステップX301)、第1特別変動入賞装置38が開いていないにもかかわらず大入賞口に不正な入賞がないか監視するとともに正常な入賞を検出する不正&入賞監視処理(ステップX302)を実行する。その後、第2特別変動入賞装置39内の大入賞口スイッチ39aに対応する入賞口監視テーブル2を準備し(ステップX303)、不正な入賞がないか監視するとともに正常な入賞を検出する不正&入賞監視処理(ステップX304)を実行する。
[Winning opening switch / status monitoring process]
FIG. 14 shows a winning port switch / status monitoring process (step X109) in the timer interrupt process. 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 X301), and the first special variable winning device 38 is opened. The fraudulent & winning monitoring process (step X302) is executed to monitor whether or not there is an illegal winning in the large winning opening and detect a normal winning. 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 fraudulent monitoring information, a lower address of the fraudulent winning number area, a fraudulent winning error notification command, and a fraudulent winning Information on the upper limit of the number (number of fraud occurrence judgments), the address of the winning opening switch table, and the notification timer update information (permission / update) is defined. Further, in the winning table of the winning opening monitoring table, in addition to the number of repetitions of monitoring (the number of switches), the monitoring switch bit, the lower address of the winning number counter area 1 and the winning number counter area 2 are displayed for each switch. Information on the lower address of is defined. The winning opening monitoring table is prepared according to each switch to be monitored.

次に、普電内の入賞口スイッチ(始動口2スイッチ37a)の入賞口監視テーブルを準備し(ステップX305)、不正な入賞がないか監視するとともに正常な入賞を検出する不正&入賞監視処理(ステップX306)を実行する。そして、常時入賞可能(不正監視処理が不要)な入賞口スイッチ(例えば、始動口1スイッチ36a、一般入賞口351〜354の入賞口スイッチ35a〜35c)の入賞口監視テーブルを準備し(ステップX307)、入賞数を更新する入賞数カウンタ更新処理(ステップX308)を行って、始動口エラー監視処理(ステップX309)を行う。 Next, prepare the winning opening monitoring table of the winning opening switch (starting opening 2 switch 37a) in Fuden (step X305), monitor whether there is any illegal winning, and detect the normal winning. (Step X306) is executed. Then, a winning opening monitoring table for winning opening switches (for example, starting opening 1 switch 36a, winning opening switches 35a to 35c of general winning openings 351 to 354) that can always win a prize (no need for fraud monitoring processing) is prepared (step X307). ), 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 state scan counter for sequentially designating which of the plurality of switches for monitoring the state 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 gaming 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 gaming 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 the present 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 a disconnection of the switch connector 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 gaming machine status monitoring table 2 for setting the monitoring status according to the value of the status scan counter is prepared (step X313). Then, a gaming 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)、エラーが発生しているかなどの状態を判定する遊技機状態チェック処理(ステップX317)を行う。 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 gaming machine status monitoring table 3 to be referred to next. When the value of the error scan counter is "0" (step X315; Y), the gaming machine status monitoring table 3 is prepared (step X316), and the gaming machine determines the status such as whether an error has occurred. The state check process (step X317) 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 gaming machine status monitoring table 3, and when the value of the status scan counter is "0", a switch abnormality is output due to a disconnection of the switch connector 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 once 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 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. Is a period other than during the special gaming state in which the second special variable winning device 39 is opened when is the large winning opening switch 39a, and when the winning opening switch to be error-monitored is the starting opening 2 switch 37a, it is shown in the normal drawing. It is a period other than the state in which the opening control of the normal variable winning device 37 is executed based on the hit.

そして、不正監視期間である場合(ステップX322;Y)は、対象の入賞口スイッチに入力があるかを判定する(ステップX323)。対象の入賞口スイッチに入力がない場合(ステップX323;N)は、対象の報知タイマ更新情報をロードする(ステップX332)。また、対象の入賞口スイッチに入力がある場合(ステップ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 to the target winning opening switch (step X323; N), the target notification timer update information is loaded (step X332). Further, 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 to be error-monitored, 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 mark 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 winnings is not equal to or greater than the number of fraud occurrence determinations to be monitored (step X325; N), the winning opening monitoring table of the target winning opening switch is prepared (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)。 When the number of fraudulent prizes is equal to or greater than the number of fraudulent occurrence determinations to be monitored (step X325; Y), the number of fraudulent prizes is limited to the number of fraudulent occurrence determinations (step X326), and the initial value is set in the target fraudulent prize notification timer area. (For example, 60,000 msec) is saved (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 it is not during the fraud monitoring period (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), and if the target notification timer is not 0, the target notification timer is updated by -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. If the value is 0 (step X335; Y), that is, if the time is up or the time has already been up, the target fraud release command is prepared (step X336), and the fraudulent prize cancellation flag is set as the fraud flag. Prepare (step X337). Then, it is determined whether it is the moment when the value of the notification timer becomes 0 (step X338).

報知タイマの値が0になった瞬間である場合(ステップX338;Y)、すなわち今回の不正&入賞監視処理で報知タイマの値が0になった場合は、対象の不正入賞数をクリアし(ステップX339)、準備した不正フラグを対象の不正フラグ領域の値と比較する(ステップX340)。また、報知タイマの値が0になった瞬間でない場合(ステップX338;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 & prize monitoring process, the target number of fraudulent prizes is cleared (step X338; Y). Step X339), the prepared fraudulent flag is compared with the value of the target fraudulent flag area (step X340). Also, if the value of the notification timer is not the moment when it becomes 0 (step X338; N), that is, if the value of the notification timer becomes 0 in the fraud & winning monitoring process before the previous time, the prepared fraud flag is targeted. Compare with the value of the invalid flag area (step X340).

そして、準備した不正フラグと対象の不正フラグ領域の値が一致した場合(ステップX340;Y)は、不正&入賞監視処理を終了する。また、準備した不正フラグと対象の不正フラグ領域の値が一致しない場合(ステップX340;N)は、準備した不正フラグを対象の不正フラグ領域にセーブし(ステップX341)、演出コマンド設定処理を行い(ステップX342)、不正&入賞監視処理を終了する。以上の処理により、エラーの発生に伴いエラー報知コマンドが演出制御装置300に送信され、エラーの解除に伴い不正入賞エラー解除コマンドが演出制御装置300に送信されて、エラー報知の開始、終了が設定されることとなる。 Then, when the prepared fraud flag and the value of the target fraud flag area match (step X340; Y), the fraud & winning monitoring process ends. 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), the fraud & winning monitoring process is terminated. By the above processing, an error notification command is transmitted to the effect control device 300 when an error occurs, and 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の値をロードし(ステップX353)、ロードした値を+1更新して(ステップX354)、オーバーフローするか判定する(ステップX355)。そして、オーバーフローが発生していない場合(ステップX355;N)は、更新後の値を入賞数カウンタ領域1にセーブし(ステップX356)、対象の入賞数カウンタ領域2の値をロードする(ステップX357)。また、オーバーフローが発生した場合(ステップX355;Y)は、対象の入賞数カウンタ領域2の値をロードする(ステップX357)。本実施形態の場合、ステップX354では、賞球(払出コマンド送信)のためのカウンタを更新している。カウンタサイズは2バイト(0〜65535の範囲)である。 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). When there is an input to the target winning opening switch (step X352; Y), the value of the target winning number counter area 1 is loaded (step X353), the loaded value is updated by +1 (step X354), and the loaded value is updated by +1 (step X354). It is determined whether or not it overflows (step X355). Then, when overflow has not occurred (step X355; N), the updated value is saved in the winning number counter area 1 (step X356), and 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. The counter size is 2 bytes (range 0-65535).

対象の入賞数カウンタ領域2の値をロード(ステップX357)した後、ロードした値を+1更新して(ステップX358)、オーバーフローするか判定する(ステップX359)。本実施形態の場合、ステップ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 X359). 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 there is a winning in each winning opening. By this command, the effect control device 300 is informed that the start 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. It is possible to notify, and 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), and 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 the target winning opening switch has an input (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での検出に基づく入賞通知コマンドは送信しないようにしても良い。 For the general winning openings 351 to 354, different winning notification commands are transmitted for each of the winning opening switches 35a to 35c to be detected. 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) are located in one of the two gaming areas 32, the gaming area 32 (the right gaming area, the second area). Information that can distinguish the winning prizes is transmitted for each of the plurality of winning openings, and the winning winning openings cannot be distinguished for the plurality of winning openings in the other game area 32 (the game area on the left side, the first area). It can be said that the information is transmitted or the information is not transmitted. Further, regarding the winning openings having the same function, information based on winning in the winning openings in one of the two game areas 32 (the game area on the right side) and the other game area 32 (the game on the left side). 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. It suffices that at least one winning opening having the same function is arranged in each of the two game areas 32.

また、機能が同じである入賞口について、分岐した複数の流下経路のうち一方の流下経路(右側の流下経路)にある入賞口への入賞に基づく情報と、他方の流下経路(左側の流下経路)にある入賞口への入賞に基づく情報を異なる情報とした又は一方の流下経路からのみ情報を送信するようにしたとも言える。また、遊技領域32が2つある又は流下経路が2つあるとしたが、遊技領域32又は流下経路が3つ以上あっても良く、この場合に各遊技領域32又は各流下経路に設けられた機能が同じである入賞口について、遊技領域32や流下経路に応じて異なる情報が送信されるようにしても良い。また、各遊技領域32又は各流下経路のうち特定の遊技領域32又は流下経路に設けられた入賞口のみ情報を送信するようにしても良い。 In addition, for the winning openings having 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) have the same function. 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. For the winning openings having the same function, different information may be transmitted depending on the game area 32 and the flow path. In addition, information may be transmitted only to the winning openings provided in the specific game area 32 or the flow path among the game areas 32 or each flow path.

また、機能が同じである入賞口について異なる入賞通知コマンドを送信するとしたが、付与する遊技価値(賞球数など)が同じである入賞口について異なる入賞通知コマンドを送信するとも言える。また、同時に入賞可能である入賞口について異なる入賞通知コマンドを送信するとも言える。また、機能や付与する遊技価値が同じである入賞口としては、一般入賞口351〜354の他に、第1特別変動入賞装置38と第2特別変動入賞装置39が挙げられる。ただし、この第1特別変動入賞装置38と第2特別変動入賞装置39は、同時に開放されることはないため同時に入賞可能なものではない。 Further, although it is assumed that different prize notification commands are transmitted for the winning openings having the same function, it can be said that different winning notification commands are transmitted for the winning 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. Further, as the winning openings having the same function and the 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 39 can be 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 that 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には、上述のタイマ割込み処理における始動口スイッチ監視処理(ステップX111)を示した。この始動口スイッチ監視処理では、まず、始動口1(始動入賞口36)入賞監視テーブルを準備し(ステップX491)、ハード乱数取得処理(ステップX492)を行う。そして、当該ハード乱数取得処理で始動入賞口36への入賞に基づき大当り乱数を取得した場合に設定される始動口入賞あり情報があるか判定する(ステップX493)。
[Starting port switch monitoring process]
FIG. 17 shows a start port switch monitoring process (step X111) in the above-mentioned timer interrupt process. In this start port switch monitoring process, first, a start port 1 (start winning port 36) winning monitoring table is prepared (step X491), and a hard random number acquisition process (step X492) is performed. Then, it is determined whether or not there is information with a start opening prize that is set when a big hit random number is acquired based on the winning of the start winning opening 36 in the hard random number acquisition process (step X493).

始動入賞口36への入賞に基づき始動口入賞あり情報が設定されていない場合(ステップX493;N)には、ステップX499へ移行する。なお、この場合は始動口入賞なし情報が設定されている。
一方、始動入賞口36への入賞に基づき始動口入賞あり情報が設定されている場合(ステップX493;Y)には、特図低確率&時短なし中(通常遊技状態中)であるか判定する(ステップX494)。そして、特図低確率&時短なし中である場合(ステップX494;Y)には、ステップX497へ移行する。また、特図低確率&時短なし中でない場合(ステップX494;N)には、右打ち指示報知コマンドを準備し(ステップX495)、演出コマンド設定処理(ステップX496)を行う。
If the starting opening winning information 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, the information that there is 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 the special figure has a low probability and no time reduction (normal game state). (Step X494). Then, when the special figure has a low probability and no time reduction is in progress (step X494; Y), the process proceeds to step X497. Further, when 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), and an effect command setting process (step X496) is performed.

演出制御装置300では、右打ち指示報知コマンドを受信することに基づき、表示や音声等により遊技者に対して右打ちをするように指示する右打ち指示報知を行う。特定遊技状態中や特別遊技状態中である場合は右打ちの方が遊技者にとって有利であり、左打ちでなければ入賞しないようになっている始動入賞口36で特定遊技状態中や特別遊技状態中において入賞を検出した場合に右打ち指示報知を行うようにしている。 Based on the reception of the right-handed instruction notification command, the effect control device 300 performs a right-handed instruction notification instructing the player to perform a right-handed hit by display, voice, or the like. Right-handed is more advantageous for the player when in the specific game state or special game state, and the start winning opening 36, which is designed so that the player cannot win unless the player is left-handed, is in the specific game state or special game state. 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), and the special figure start port switch common process (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 opening winning that is set in the case (step X501).

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

普電不正発生中であるかの判定では、普通変動入賞装置37への不正入賞数が不正発生判定個数(例えば5個)以上である場合に不正発生中であると判定する。普通変動入賞装置37は、閉状態では遊技球が入賞不可能であり、開状態でのみ遊技球が入賞可能である。よって、閉状態で遊技球が入賞した場合は何らかの異常や不正が発生した場合であり、このような閉状態で入賞した遊技球があった場合はその数を不正入賞数として計数する。そして、このように計数された不正入賞数が所定の不正発生判定個数(上限値)以上である場合に不正発生中と判定する。 In the determination of whether or not a fraudulent occurrence is occurring, it is determined that fraudulent occurrence is occurring when the number of fraudulent winnings in 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 a game ball wins in the closed state, it means that some abnormality or fraud has occurred, and if there is a game ball that wins in such a closed state, the number is counted as the number of fraudulent prizes. 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)、特図始動口スイッチ共通処理(ステップX505)を行って、始動口スイッチ監視処理を終了する。 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 fraudulent electric power 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 X505) is performed. Then, the start port switch monitoring process is terminated.

〔特図始動口スイッチ共通処理〕
図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のうち、監視対象の始動口スイッチへの入賞の回数に関する情報を遊技機10の外部の管理装置に対して出力する回数である始動口信号出力回数をロードし(ステップX521)、ロードした値を+1更新して(ステップX522)、出力回数がオーバーフローするか判定する(ステップX523)。
出力回数がオーバーフローしない場合(ステップX523;N)には、更新後の値をRWMの始動口信号出力回数領域にセーブし(ステップ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 sent to the external management device of the game machine 10. The start port signal output count, which is the number of outputs, 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 saved in the start port signal output count area of the RWM (step X524), and the special figure hold (start) corresponding to the start port switch to be monitored is held. It is determined whether the number of memory), that is, the number of special figure hold (start memory) to be updated is less than the upper limit value (here, 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).

その後、監視対象の始動口スイッチの大当り図柄乱数を抽出して準備し(ステップX530)、RWMの大当り図柄乱数格納領域にセーブする(ステップX531)。次に、監視対象の始動口スイッチの転落抽選乱数を抽出して準備し(ステップX532)、RWMの転落抽選乱数格納領域にセーブする(ステップX533)。
次いで、始動口2(普通変動入賞装置37)への入賞であるか判定し(ステップX534)、始動口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 X530), and saved in the jackpot symbol random number storage area of the RWM (step X531). Next, the fall lottery random number of the start port switch to be monitored is extracted and prepared (step X532), and saved in the fall lottery random number storage area of the RWM (step X533).
Next, it is determined whether or not the starting port 2 (normal variable winning device 37) has been won (step X534), and if the starting port 2 has not been 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)、先読み処理である特図保留情報判定処理(ステップX538)を行う。次いで、監視対象の始動口スイッチ及び特図保留数に対応する飾り特図保留数コマンドを準備し(ステップ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 X538), which is a look-ahead process, is performed. Next, the start port switch to be monitored and the decorative special figure hold number command corresponding to the special figure hold number are prepared (step X539), the effect command setting process (step X540) is performed, and the special figure start port switch common process is performed. finish.
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 can store the predetermined random number as the second starting memory up to a predetermined upper limit number. 2 Makes a start storage means.

〔特図保留情報判定処理〕
図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 being hit (during the first special gaming state) (step X541), and if the jackpot is being hit (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. (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 gaming 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, the look-ahead is not performed. On the other hand, when it is not in the special figure low probability & time saving (step X543; N), it is determined whether the special figure high probability is in (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 the preparation is made in step X530 of the special figure start port switch common process. The stop symbol information corresponding to the big hit symbol random number is acquired (step X552), and the process proceeds to 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). (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. Then, when the determination result is a small hit (step X555; Y), a small hit symbol random number check table is set (step X556), and the small hit symbol prepared in step X535 of the special figure start port switch common process is set. The stop symbol information corresponding to the random number is acquired (step X557), and the process proceeds to step X559. On the other hand, when the determination result is not a small hit (step X555; N), the out-of-order stop symbol information is set (step X558), and the stop symbol information acquired in step X552 or X557 or set in step X558. The stopped symbol information 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, a look-ahead stop symbol command (low probability) corresponding to the target start port switch and stop symbol information is prepared (step X560), and the effect command setting process (step X561) is performed.
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 prepared jackpot symbol random number is acquired (step X566), and the process proceeds to step X573. On the other hand, when the determination result is not a big hit (step X564; 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). (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. Then, when the determination result is a small hit (step X569; Y), a small hit symbol random number check table is set (step X570), and the small hit symbol prepared in step X535 of the special figure start port switch common process is set. The stop symbol information corresponding to the random number is acquired (step X571), and the process proceeds to step X573. On the other hand, when the determination result is not a small hit (step X569; N), the stop symbol information of the loss 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)には、ステップX559にて停止図柄情報をセーブした図柄情報領域に、ステップ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 symbol has a high probability (step X573; Y), the stop symbol information acquired in step X566 or X571 or the stop symbol information acquired in step X571 is set in the symbol information area in which the stop symbol information is saved in step X559. The stop symbol information set in the above is overwritten and saved (step X574). The stop symbol information saved in the symbol information area is used for pre-reading of fluctuation patterns and the like.

次いで、対象の始動口スイッチ及び停止図柄情報に対応する先読み停止図柄コマンド(高確率)を準備して(ステップX575)、演出コマンド設定処理(ステップX576)を行う。このように、本実施形態では、特図保留情報判定処理を実行する度に、大当り低確率判定値で判定した結果と、大当り高確率判定値で判定した結果とが、演出制御装置300に送信される。
次に、変動パターンを設定するためのパラメータである特図情報を設定する特図情報設定処理(ステップX577)を行い、特図変動表示ゲームの変動態様を設定する変動パターン設定処理(ステップX578)を行う。
そして、特図変動表示ゲームの変動態様における変動パターンを示す変動パターン番号に対応する先読み変動パターンコマンドを準備し(ステップX579)、演出コマンド設定処理(ステップX580)を行って、特図保留情報判定処理を終了する。なお、ステップX577における特図情報設定処理、ステップX578における変動パターン設定処理は、特図普段処理で特図変動表示ゲームの開始時に実行される処理と同様である。
Next, a look-ahead stop symbol command (high probability) corresponding to the target start port switch and stop symbol information is prepared (step X575), and the effect command setting process (step X576) is performed. 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 transmitted to the effect control device 300. Will be done.
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に送信される。これにより、始動記憶に対応した結果関連情報(転落するか(大当りの確率状態が高確率状態から低確率状態(通常確率状態)へ移行するか)否かや、大当り又は小当りか否かや、変動パターンの種類)の判定結果(先読み結果)を、対応する始動記憶に基づく特図変動表示ゲームの開始タイミングより前に演出制御装置300に対して知らせることができ、特に表示装置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) can be notified to the effect control device 300 before the start timing of the special figure variation display game based on the corresponding start memory, and is particularly displayed on the display device 41. It is possible to notify the player of the result-related information before the start timing of the special figure variation display game by changing the decoration special figure start memory display to be performed.

すなわち、遊技制御装置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. It should be noted that the time for determining the random number value stored in advance corresponding to the start memory is not only at the start winning prize when the start memory occurs, but also at any time before the variable display game based on the start memory is performed. Good.

〔先読み大当り判定処理〕
図21には、上述の特図保留情報判定処理における先読み大当り判定処理(ステップX549,X563)を示した。この先読み大当り判定処理では、まず、大当り判定値の下限判定値を設定し(ステップX581)、対象の大当り乱数の値が下限判定値未満か判定する(ステップX582)。なお、大当りであるとは大当り乱数が大当り判定値と一致することである。大当り判定値は連続する複数の値であり、大当り乱数が、大当り判定値の下限の値である下限判定値以上で、かつ、大当り判定値の上限の値である上限判定値以下である場合に、大当りであると判定される。
[Look-ahead jackpot judgment processing]
FIG. 21 shows the look-ahead jackpot determination process (steps X549, X563) in the above-mentioned special figure reservation information determination process. 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 the 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 the determination flag 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 the special figure 1 game processing (step X112) in the above-mentioned timer interrupt processing. 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ゲーム処理タイマの更新が行われず)、変動表示のみが継続するようになる。 If the special figure 1 interruption flag is not set (step Y99; N), that is, if the special figure 1 variation display game is not interrupted, the process proceeds to step Y100, and the subsequent special figure 1 variation display is performed. Perform game-related processing. 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, during the interruption of the special figure 1 variable display game, 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, the special gaming state executed based on whether the special figure 2 is in the big hit / small hit, that is, the result of the special figure 2 variable display game is the big hit or the small hit. It is determined whether it is inside (step Y100). Then, when the big hit / small hit of the special figure 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 transmitted 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 specific area 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ゲームシーケンス分岐テーブルをレジスタに準備し(ステップY105)、特図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). Then, when the value of the special figure 1 game processing timer is not 0 (step Y104; N), that is, when 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 processing 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 Y105), the special figure 1 game processing number is loaded and prepared (step Y106), and the 2-byte data acquisition process is performed (step Y106). 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 variable display game are set. FIG. 1 Special figure 1 for setting information necessary for performing processing during fluctuations Fig. 1 Ordinary processing (step Y109) is performed.
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", if 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 is set. The special figure 1 display processing (step Y111) is performed to set the fanfare time according to the large winning opening opening pattern, set the information necessary for performing the fanfare / interval processing, and the like.

ステップ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 big winning opening is set, the number of opening times is updated, and the information necessary for performing the processing during the opening of the big winning opening is set. Perform 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 big hit round is the final round, the process of setting the time for the remaining balls in the big winning opening to be discharged, or the special figure 1 The big 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の動作を制御するレバーソレノイド制御処理(ステップY118)を行って、特図1ゲーム処理を終了する。この特図1ゲーム処理が第1変動表示ゲーム(特図1変動表示ゲーム)に関する一連の実行制御を行う処理をなす。 After that, the special figure 1 fluctuation control table for controlling the fluctuation of the special figure 1 display 51 is prepared (step Y116), the symbol fluctuation control process (step Y117) related to the special figure 1 display 51 is performed, and the lever solenoid is performed. The lever solenoid control process (step Y118) for controlling the operation of 38f is performed, and the special figure 1 game process is completed. This special figure 1 game process performs a process of 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 basically performs 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の大当り中でない場合(ステップY130;N)には、大入賞口スイッチ監視処理(ステップY131)を行い、特定領域スイッチ監視処理(ステップY132)を行う。 In this special figure 2 game processing, 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 big hit of the special figure 1 is in progress (step Y130; Y), the process proceeds to step Y133. Further, when the big hit of the special figure 1 is not performed (step Y130; 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 transmitted 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 is performed. 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 specific area 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). Then, when the value of the special figure 2 game processing timer is not 0 (step Y134; N), that is, when 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 number of repetitions of the special figure 2 game processing timer is extended to the special figure 2 game processing timer area. 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 variable display game is monitored, and the variable start setting and effect setting of the special figure 2 variable display game, and the special figure 2 variable display game are set. FIG. 2 Special figure 2 for setting information necessary for performing processing during fluctuations Fig. 2 Ordinary processing (step Y142) is performed.
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 is set. The special figure 2 display processing (step Y144) for setting the fanfare time according to the opening pattern of the large winning opening, setting the information necessary for performing the fanfare / interval processing, and the like 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 big hit round is the final round, the process of setting the time for the remaining balls in the big winning opening to be discharged, or the special figure 2 The big winning opening remaining ball processing (step Y147) for setting the 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」の場合は、小当りが発生した際の大入賞口の開放時間・開放パターンの設定、ファンファーレコマンドの設定、小当り中処理を行うために必要な情報の設定等を行う小当りファンファーレ中処理(ステップY149)を行う。
ステップ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. The small hit fanfare process (step Y149) for setting the information necessary for the game is performed.
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, setting the information necessary for performing the small hit remaining ball processing, and the like 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 process of 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 sphere 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 the information necessary for performing the special figure 2 normal processing is performed.

その後、特図2表示器52の変動を制御するための特図2変動制御テーブルを準備し(ステップY153)、特図2表示器52に係る図柄変動制御処理(ステップY154)を行い、レバーソレノイド38fの動作を制御するレバーソレノイド制御処理(ステップY155)を行って、特図2ゲーム処理を終了する。この特図2ゲーム処理が第2変動表示ゲーム(特図2変動表示ゲーム)に関する一連の実行制御を行う処理をなす。以上の特図2ゲーム処理は、基本的には上述の特図1ゲーム処理と同様の処理を特図2について行うものであり、以降の説明では特図1ゲーム処理と特図2ゲーム処理とで対応する処理を並行して説明する。 After that, the special figure 2 fluctuation control table for controlling the fluctuation of the special figure 2 display 52 is prepared (step Y153), the symbol fluctuation control process (step Y154) related to the special figure 2 display 52 is performed, and the lever solenoid is performed. The lever solenoid control process (step Y155) for controlling the operation of 38f is performed, and the special figure 2 game process is completed. This special figure 2 game process performs a process of performing a series of execution control related to the second variable display game (special figure 2 variable display game). The above-mentioned special figure 2 game processing basically performs the same processing as the above-mentioned special figure 1 game processing for 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 to fluctuate (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, the special figure 1 is in a state where the 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)、演出コマンド設定処理(ステップY204)を行って、左打ち指示報知フラグをセットする(ステップY205)。左打ち指示報知フラグは、特定遊技状態が終了する際にクリアされるようになっており、これにより通常遊技状態に移行する際に左打ち指示報知が行われることとなる。
When the special figure 1 cannot start changing (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), the effect command setting process (step Y204) is performed, and the left-handed instruction notification flag is set. (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)、演出コマンド設定処理(ステップY208)を行う。その後、特図1変動表示ゲームに関する情報の設定等を行う特図1変動開始処理(ステップY209)を行い、特図1保留数に対応する飾り特図1保留数コマンドを準備して(ステップY210)、演出コマンド設定処理(ステップY211)を行う。なお、飾り特図保留数コマンドを準備する処理(ステップY210)を行う時点では特図1変動表示ゲームの開始に基づく特図1保留数の減算は行われておらず、現在の特図1保留数から−1した特図1保留数に対応する保留数コマンドを準備している。その後、時間短縮変動回数に対応する残り遊技回数コマンドを準備して(ステップY212)、演出コマンド設定処理(ステップY213)を行う。 Next, it is determined whether or not 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 pending special figures 1 is not 0 (step Y206; N), the fluctuation start probability information command corresponding to the current probability state is prepared (step Y207), and the effect command setting process (step Y208) 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 obtained by subtracting -1 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変動中をセット(情報加算)する(ステップY214)。ここで特図ステータスとは、特図変動表示ゲームの状態を示すものであり、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 Y214). Here, the special figure status indicates the state of the special figure variation display game, and any of 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. In addition, although it is in a state where 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 is in a state where the 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 pending 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. At the time of performing the process of preparing the decorative special figure hold number command (step Y226), the special figure 2 hold number is not subtracted based on the start of the special figure 2 variable display game, and the current special figure 2 hold is not performed. A hold number command corresponding to the special figure 2 hold number, which is -1 from the number, is prepared. 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変動中をセット(情報加算)する(ステップY230)。ここでは特図2変動表示ゲームが開始されるので、特図ステータスとして2又は3がセットされる。その後、特図2変動中処理移行設定処理(ステップY231)を行って、特図2普段処理を終了する。 Next, the special figure 2 changing state is set (information addition) in the special figure status area (step Y230). Here, since the special figure 2 variable display game is started, 2 or 3 is set as the special figure status. 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でない場合(ステップY232;N)、特図1が変動中である場合(ステップY233;Y)又は客待ちデモが開始済みである場合(ステップY234;Y)には、ステップY238へ移行する。 On the other hand, when the special figure 2 hold number is 0 (step Y222; Y), it is determined whether the special figure 1 hold number is 0 (step Y232). Then, when the number of holdings of the special figure 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 started (step Y234), and when it has not started (step Y234; N), the customer waiting demo has been started. Performs processing related to state setting. Further, when the number of reserved special figures 1 is not 0 (step Y232; N), when special figure 1 is changing (step Y233; Y), or when the customer waiting demo has already started (step Y234; Y). Goes 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 perform 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)。これにより、演出制御装置300において遊技状態に応じた適切な演出を行うことが可能となる。 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 300 can perform an appropriate effect according to the game state.

また、変動開始確率情報コマンドを特図変動表示ゲームの開始ごとに送信するようにしたことで、演出制御装置300が再起動した場合でもこのコマンドの受信からは遊技状態に応じた演出を行うことができ、遊技状態の変更に基づく確率情報コマンドが送信されるのを待つよりも早く遊技状態に応じた演出に復帰できるようになる。なお、客待ちデモコマンドや変動開始確率情報コマンドに、演出制御装置300が再起動した場合に遊技状態に応じた演出に復帰できるようにするためのその他の情報を含ませるようにしても良い。 In addition, by transmitting the fluctuation start probability information command every 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. It should be noted that 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変動開始処理(ステップY209)を示した。特図1変動開始処理は、特図1変動表示ゲームの開始時に行う処理である。この特図1変動開始処理では、まず、特図保留情報判定処理において変動パターンの振り分けに用いる特図1情報設定フラグをセットする(ステップY241)。次いで、RWMの特図1転落抽選乱数格納領域(保留数1用)から乱数をロードして準備し(ステップY242)、特図1転落抽選乱数格納領域(保留数1用)を0クリアして(ステップY243)、高確率状態から低確率状態への移行を抽選する転落抽選処理(ステップY244)を行う。なお、保留数1用とは、消化順序が最先(ここでは特図1のうちで最先)の特図始動記憶についての情報(乱数等)を格納する領域である。
[Special Figure 1 Fluctuation Start Processing]
FIG. 27A shows the special figure 1 fluctuation start process (step Y209) in the above-mentioned special figure 1 normal process. The special figure 1 variation start process is a process performed at the start of the special figure 1 variation display game. In this 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). Next, a random number is loaded and prepared from the special figure 1 fall lottery random number storage area (for the number of hold 1) of RWM (step Y242), and the special figure 1 fall lottery random number storage area (for the number of hold 1) is cleared to 0. (Step Y243), a fall lottery process (step Y244) for drawing a transition from the high probability state to the low probability state 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 1).

次に、特図1変動表示ゲームの結果情報としてはずれ情報又は大当り情報を設定する大当りフラグ1設定処理(ステップY245)を行い、特図1停止図柄(図柄情報)の設定に係る特図1停止図柄設定処理(ステップY246)を行う。そして、変動パターンを設定するためのパラメータである特図情報を設定する特図1情報設定処理(ステップY247)を行い、特図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, in order to perform the special figure 1 information setting process (step Y247) for setting the special figure information which is a parameter for setting the fluctuation pattern, and to refer to various information regarding the setting of the fluctuation pattern of the special figure 1 fluctuation display game. A special figure 1 variation pattern setting information table, which is a table in which the information of the above is set, is prepared (step Y248).

その後、特図1変動表示ゲームにおける変動態様である変動パターンを設定する特図1変動パターン設定処理(ステップY249)を行い、特図1変動表示ゲームの変動開始の情報を設定する変動開始情報設定処理(ステップY250)を行って、時間短縮変動回数更新処理(ステップY251)を行う。次いで、処理番号として特図1変動中処理にかかる「1」を設定し(ステップY252)、特図ゲーム処理番号領域に処理番号をセーブする(ステップY253)。 After that, the special figure 1 fluctuation pattern setting process (step Y249) for setting the fluctuation pattern which is the fluctuation mode in the special figure 1 fluctuation display game is performed, and the fluctuation start information setting for setting the fluctuation start information of the special figure 1 fluctuation display game is performed. The process (step Y250) 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 related 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 initial value (timer of the blinking cycle of the special figure 1 display 51) of the blinking control timer (timer of the blinking cycle of the special figure 1 display 51) is saved in the special figure 1 blinking control timer area. Here, 100 ms) is saved (step Y257), the initial value (here, “0” indicating a blank symbol) is saved in the symbol number area during special figure 1 change (step Y258), and special figure 1 fluctuation start processing is performed. To finish.

〔特図2変動開始処理〕
図27(b)には、上述の特図2普段処理における特図2変動開始処理(ステップY225)を示した。特図2変動開始処理は、特図2変動表示ゲームの開始時に行う処理である。この特図2変動開始処理では、まず、特図保留情報判定処理において変動パターンの振り分けに用いる特図2情報設定フラグをセットする(ステップY261)。次いで、RWMの特図2転落抽選乱数格納領域(保留数1用)から乱数をロードして準備し(ステップY262)、特図2転落抽選乱数格納領域(保留数1用)を0クリアして(ステップY263)、高確率状態から低確率状態への移行を抽選する転落抽選処理(ステップY264)を行う。なお、保留数1用とは、消化順序が最先(ここでは特図2のうちで最先)の特図始動記憶についての情報(乱数等)を格納する領域である。
[Special figure 2 fluctuation start processing]
FIG. 27B shows the special figure 2 fluctuation start process (step Y225) in the above-mentioned special figure 2 normal process. 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). Next, a random number is loaded and prepared from the special figure 2 fall lottery random number storage area (for the number of hold 1) of RWM (step Y262), and the special figure 2 fall lottery random number storage area (for the number of hold 1) is cleared to 0. (Step Y263), a fall lottery process (step Y264) for drawing a transition from the high probability state to the low probability state 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 The stop symbol setting process (step Y266) is performed. Then, in order to perform the special figure 2 information setting process (step Y267) for setting the special figure information which is a parameter for setting the fluctuation pattern, and to refer to various information regarding the setting of the fluctuation pattern of the special figure 2 fluctuation display game. 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, the special figure 2 fluctuation pattern setting process (step Y269) for setting the fluctuation pattern which is the fluctuation mode in the special figure 2 fluctuation display game is performed, and the fluctuation start information setting for setting the fluctuation start information of the special figure 2 fluctuation display game is performed. The process (step Y270) is performed, and the time reduction fluctuation 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 initial value (timer of the blinking cycle of the special figure 2 indicator 52) of the blinking control timer (timer of the blinking cycle of the special figure 2 indicator 52) is saved in the special figure 2 blinking control timer area. Here, 100 msec) is saved (step Y277), the initial value (here, “0” indicating a blank symbol) is saved in the symbol number area during special figure 2 change (step Y278), and special figure 2 fluctuation start processing is performed. To finish.

なお、上述の特図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. Further, when the special figure is in high probability (step Y581; Y), it is determined whether the value of the target fall lottery random number is less than the fall lottery lower limit determination value (step Y582). In addition, 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 determination 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高確率状態信号をOFF、特別図柄2高確率状態信号をOFF、特別図柄1変動時間短縮状態信号をOFF、特別図柄2変動時間短縮状態信号をOFFに設定する。
そして、左打ち指示に関する信号を試験信号出力データ領域にセーブし(ステップY586)、遊技状態表示番号領域に時短なしの番号をセーブする(ステップY587)。その後、特図ゲームモードフラグ領域に特図低確率&時短なしフラグをセーブして(ステップY588)、転落抽選処理を終了する。これにより、低確率状態かつ普電サポートなし状態となって通常遊技状態に移行することとなる。なお、高確率状態の終了や普電サポートの終了の情報は、演出制御装置300に送信されるようになっており、演出制御装置300ではこの情報に基づき演出モードの変更などの処理を行う。
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 big hit 2 signal is set to ON, and the big hit 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 set to OFF, the special symbol 2 high-probability state signal is set to OFF, the special symbol 1 fluctuation time shortened state signal is set to OFF, and the special symbol 2 fluctuation time shortened state signal is set to OFF.
Then, the signal related to the left-handed instruction is saved in the test signal output data area (step Y586), and the number without time reduction is saved in the game state 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, it becomes a low probability state and a state without normal electric support, and shifts to a normal game state. Information on the end of the high-probability state and the end of the general electric support is transmitted to the effect control device 300, and the effect control device 300 performs processing such as changing the effect mode 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. 29A 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), the jackpot flag 1 is set. End the 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, if the determination result of the jackpot determination process (step Y285) is not a jackpot (step Y286; N), the jackpot flag 1 setting process ends. 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. 29B 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, the jackpot random number is loaded and prepared from the special figure 2 big hit random number storage area (for the number of hold 1) of RWM (step Y293), and the special figure 2 big hit random number storage area (for the number of hold 1) is cleared to 0 (for the number of hold 1). 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 if it is a jackpot (step Y295; Y), the process proceeds to step Y299. To do. 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 terminated.

一方、大当り判定処理(ステップ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 (step Y300; N), the large hit flag 2 setting process is terminated. 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 determination 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)。 When the value of the jackpot random number is less than the lower limit determination value (step Y312; Y), that is, when it is not a jackpot, a deviation is set as the determination result (step Y317), and the jackpot determination process is terminated. In addition, the loss as a judgment result indicates that the lottery for the 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 has a 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 determination 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 determination. It is determined whether it is larger than the value (step Y316).

大当り乱数の値が上限判定値より大きい場合(ステップY316;Y)、すなわち大当りでない場合には、判定結果としてはずれを設定し(ステップY317)、大当り判定処理を終了する。一方、大当り乱数の値が上限判定値より大きくない場合(ステップY316;N)、すなわち大当りである場合には、判定結果として大当りを設定し(ステップY318)、大当り判定処理を終了する。 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 Y316; N), that is, when it is a jackpot, a jackpot is set as the determination result (step Y318), and the jackpot determination process is terminated.

〔小当り判定処理〕
図31には、上述の大当りフラグ2設定処理における小当り判定処理(ステップY299)を示した。この小当り判定処理では、まず、対象の大当り乱数の値が小当り下限判定値未満か判定する(ステップY321)。なお、小当りであるとは大当り乱数(大当り判定と同一の乱数)が小当り判定値と一致することである。小当り判定値は連続する複数の値であり、大当り乱数が、小当り判定値の下限の値である下限判定値以上で、かつ、小当り判定値の上限の値である上限判定値以下である場合に、小当りであると判定される。また、大当り判定値と小当り判定値とが重なることはない。
[Small hit judgment processing]
FIG. 31 shows a small hit determination process (step Y299) in the above-mentioned big hit flag 2 setting process. 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). 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 big hit random number is not less than the small hit lower limit determination value (step Y321; N), it is determined whether the value of the target big hit random number is larger than the small hit upper limit determination value (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. If the value of the big hit random number is not larger than the small hit upper limit determination value (step Y322; N), that is, if it is a small hit, a small hit is set as the determination result (step Y324), and the small hit determination process is performed. finish.

〔特図1停止図柄設定処理〕
図32には、上述の特図1変動開始処理における特図1停止図柄設定処理(ステップY246)を示した。この特図1停止図柄設定処理では、まず、大当りフラグ1が大当りか判定し(ステップY331)、大当りである場合(ステップY331;Y)には、特図1大当り図柄乱数格納領域(保留数1用)から大当り図柄乱数をロードする(ステップY332)。次に、特図1大当り図柄テーブルを設定し(ステップY333)、ロードした大当り図柄乱数に対応する停止図柄番号を取得して特図1停止図柄退避領域にセーブする(ステップY334)。この処理により大当り種類が選択される。なお、特図1変動表示ゲームの停止図柄を特図1停止図柄領域ではなく特図1停止図柄退避領域にセーブするようにしたのは、特図2変動表示ゲームで特別結果が導出された場合に強制的にはずれ結果に変更される可能性があるためである。
[Special figure 1 stop symbol setting process]
FIG. 32 shows the special figure 1 stop symbol setting process (step Y246) in the above-mentioned special figure 1 fluctuation start process. 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 big hit symbol random number storage area (holding number 1). Load the jackpot symbol random number from (for) (step Y332). 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 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 Y336). The stop symbol pattern is for setting a stop symbol on the special symbol display (here, the special diagram 1 display 51) and a stop symbol on 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 proceed 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停止図柄設定処理(ステップY266)を示した。なお、特図2停止図柄設定処理は、特図1停止図柄設定処理と同じ処理を、特図2を対象として行うものである。この特図2停止図柄設定処理では、まず、大当りフラグ2が大当りか判定し(ステップY361)、大当りである場合(ステップY361;Y)には、特図2大当り図柄乱数格納領域(保留数1用)から大当り図柄乱数をロードする(ステップY362)。次に、特図2大当り図柄テーブルを設定し(ステップY363)、ロードした大当り図柄乱数に対応する停止図柄番号を取得して特図2停止図柄退避領域にセーブする(ステップY364)。この処理により大当り種類が選択される。なお、特図2変動表示ゲームの停止図柄を特図2停止図柄領域ではなく特図2停止図柄退避領域にセーブするようにしたのは、特図1変動表示ゲームで特別結果が導出された場合に強制的にはずれ結果に変更される可能性があるためである。
[Special figure 2 stop symbol setting process]
FIG. 33 shows the special figure 2 stop symbol setting process (step Y266) in the above-mentioned special figure 2 fluctuation start process. 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 big hit flag 2 is a big hit (step Y361), and if it is a big hit (step Y361; Y), the special figure 2 big hit symbol random number storage area (holding number 1). Load the jackpot symbol random number from (for) (step Y362). Next, the special figure 2 jackpot symbol table is set (step Y363), 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 2 stop symbol save area (step Y364). The jackpot type is selected by this process. 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 Y366). The stop symbol pattern is for setting the stop symbol on the special symbol display (here, the special diagram 2 display 52) and the stop symbol on 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用)から小当り図柄乱数をロードする(ステップY376)。次に、特図2小当り図柄テーブルを設定し(ステップY377)、ロードした小当り図柄乱数に対応する停止図柄番号を取得して特図2停止図柄退避領域にセーブする(ステップY378)。この処理により小当り種類が選択される。その後、停止図柄番号に対応する停止図柄パターンを取得して特図2停止図柄パターン領域にセーブし(ステップY379)、ステップ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. A small hit symbol random number is loaded from the storage area (for the number of hold 1) (step Y376). 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, saved in the special figure 2 stop symbol pattern area (step Y379), and 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), the special figure 2 jackpot symbol random number storage area (for the number of hold 1) is cleared to 0 (step Y373), and the special figure 2 The small hit symbol random number storage area (for the number of hold 1) is cleared to 0 (step Y374), and the special figure 2 stop symbol setting process is completed.

以上の処理により、特図変動表示ゲームの開始に関する情報が設定される。すなわち、遊技制御装置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, the game control device 100 displays the result and the variation mode information of the first variation display game (special figure 1 variation display game) based on the first start memory stored in the first start storage means of the first variation display game. It serves as the first decision-making means that can be decided before the start of. Further, the game control device 100 displays the result and the variation mode information of the second variation display game (special figure 2 variation display game) based on the second start memory stored in the second start storage means of the second variation display game. It serves as a second decision-making means that can be decided before the start of. 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. Decorate 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 display the fluctuation, 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. In this way, the burden of control on the effect control device 300 can be reduced.

〔特図1情報設定処理〕
図34には、上述の特図1変動開始処理における特図1情報設定処理(ステップY247)を示した。この特図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 Y247) in the above-mentioned special figure 1 fluctuation start process. In this special figure 1 information setting process, first, the fluctuation pattern selection information table is set (step Y401), and the first half offset data and the second half offset data corresponding to the special figure 1 stop symbol pattern are acquired (step Y402). It is determined whether or not the big hit of FIG. 1, that is, the special figure 1 stop symbol pattern is the stop symbol pattern of the big hit (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 jackpot (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. This 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), and the special figure 1 information setting process is completed. 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 special figure 1 hold number only in the first half fluctuation pattern in the case of a miss, and in the case of a big hit, consider the special figure 1 hold number. The fluctuation pattern is determined without.

〔特図2情報設定処理〕
図35には、上述の特図2変動開始処理における特図2情報設定処理(ステップY267)を示した。この特図2情報設定処理では、まず、特図低確率&時短なし中(通常遊技状態中)であるか判定する(ステップY421)。特図低確率&時短なし中でない場合(ステップY421;N)には、時間短縮最終変動であるか判定する(ステップY427)。ここでは、これから開始する特図2変動表示ゲームが、特別遊技状態の終了から100回(サポート回数)目の特図変動表示ゲームである場合に、時間短縮最終変動であると判定する。
[Special Figure 2 Information Setting Process]
FIG. 35 shows the special figure 2 information setting process (step Y267) in the above-mentioned special figure 2 fluctuation start process. 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 reduction When it is not in the middle (step Y421; N), it is determined whether it is the time reduction final variation (step Y427). Here, when the special figure 2 variation display game to be started 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 special figure variation display game is the time reduction final variation.

そして、時間短縮最終変動である場合(ステップY427;Y)には、ステップY428へ移行する。また、時間短縮最終変動でない場合(ステップY427;N)には、変動パターン選択情報テーブルを設定し(ステップY423)、特図2停止図柄パターンに対応する前半オフセットデータ、後半オフセットデータを取得して(ステップY424)、ステップY425へ移行する。 Then, in the case of the time reduction final variation (step Y427; Y), the process proceeds to step Y428. If the time is not the 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)、ステップY425へ移行する。
また、高確率最終変動でない場合(ステップY427;N)には、特図2大当りであるかを判定する(ステップY429)。そして、特図2大当りでない場合(ステップY429;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 variation (step Y427; Y), the first half offset data and the second half offset data for the final variation are set (step Y428), and the process proceeds to step Y425.
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). Then, when the special figure 2 is not a big hit (step Y429; N), the first half offset data for the special figure 2 missed / small hit at low probability is set (step Y430), and the second half offset data for the special figure 2 length variation is set. Is set (step Y432), and 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. This 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), and the special figure 2 information setting process is completed. 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 variation display game, the variation pattern is determined without considering the number of reservations in the special figure 2.

〔特図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 reservations 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 if the special figure 1 is off (step Y454; Y), a 2-byte distribution process (step Y455) is performed. )I do. 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 one for hitting and the one for hitting. Specifically, the hit size is 1 byte size, and the loss size is 2 byte size. Since the rate of occurrence of hits is lower than the rate of occurrence of loss and one byte is sufficient, the size of hits is one 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), and the variation pattern random number 3 is loaded from the variation pattern random number 3 storage area (for the number of hold 1) of the special figure 1. Prepare (step Y464).
After that, the distribution process (step Y465) is performed, the first half variation number obtained as a result of 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をロードして準備する(ステップY473)。
[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 fluctuation pattern setting process, first, the fluctuation group address table is set (step Y471), and the address of the latter half fluctuation group table corresponding to the fluctuation 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 hold 1) of FIG. 2 (step Y473).

次に、特図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 if the special figure 2 is off (step Y474; Y), a 2-byte distribution process (step Y475) is performed. )I do. 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 reservations 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), and the variation pattern random number 3 is loaded from the variation pattern random number 3 storage area (for the number of hold 1) of the special figure 2. Prepare (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)、加算値を対象の特図ゲーム処理タイマ領域にセーブする(ステップY557)。
[Fluctuation 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 figure 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 Y557).

なお、通常遊技状態における特図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, as the above-mentioned added value, the remaining time (time less than 60,000 msec) excluding the time that can be measured using the number of repetitions, which is the number of times that the specified time (here, 60,000 msec) is timed, is the added value. It is calculated as.

その後、特図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 set (step Y558; N), that is, when the information of the special figure 2 is being set, it is determined whether 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 the special figure 2 (step Y559; N), 0 is saved in the repetition number area of the special figure 2 game processing timer (step Y560). Further, when the long variation of the special figure 2 is started (step Y559; Y), 9 is saved in the repetition number area of the special figure 2 game processing timer (step Y561).

その後、前半変動番号に対応する変動コマンド(MODE)を準備し(ステップY562)、後半変動番号に対応する変動コマンド(ACTION)を準備して(ステップY563)、演出コマンド設定処理(ステップY564)を行う。次に、対象の保留数を−1更新し(ステップY566)、対象の乱数格納領域の内容をシフトし(ステップY566)、シフト後の空き領域をクリアして(ステップY567)、変動開始情報設定処理を終了する。 After that, the variation command (MODE) corresponding to the first half variation number is prepared (step Y562), the variation command (ACTION) corresponding to the second half variation number is prepared (step Y563), and the effect command setting process (step Y564) is performed. Do. 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の長変動には繰り返し回数が設定される。変動開始情報設定処理では、加算結果として60000m秒のタイマ、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 not enough for the 2-byte timer. In the fluctuation start information setting process, the timer of 60,000 msec and the number of repetitions of 9 are saved as the addition result, the timer is subtracted by the timer interrupt process, and when the time is up, the number of repetitions is subtracted by 1 to the game processing timer of 60000 m. Set the seconds. As a result, the fluctuation time of the long fluctuation of the special figure 2 becomes 10 minutes (= 60000 ms × 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 process]
FIG. 39 shows the time-reduced 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 is in the high probability (in the high probability state) (step Y571), and if the special figure is in the high probability (step Y571; Y), the time is reached. The shortened fluctuation count update process is terminated. Further, when the special figure is not in the high probability (step Y571; N), it is determined whether the special figure time is shortened (step Y572). Then, when the special time reduction is not in progress (step Y572; N), the time reduction variation number update process is terminated. 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」となった場合(ステップY574;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. When the number of time reduction fluctuations becomes "0" (step Y574; Y), the signal related to the end of the time reduction (for example, the jackpot 2 signal is turned off) is saved in the external information output data area (step Y575). , Signal related to the end of the time saving state (for example, special symbol 1 fluctuation time shortening state signal is turned off, special symbol 2 fluctuation time shortening state signal is turned off, normal symbol 1 fluctuation time shortening state signal is turned off, normal electric accessory 1 open extension The status signal (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), the special figure low probability & no time saving flag is saved in the special figure game mode flag area (step Y578), and the normal figure game mode flag area is saved. Save the normal time saving flag to (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 above-mentioned special figure 1 game process. In this special figure 1 changing process, first, the number of times the symbol is fixed is updated by +1 (step Y621). Then, a command is loaded and prepared from the decorative special figure 1 command area (step Y622), and the effect command setting process (step Y623) is performed.

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

その後、特図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. Further, if the special figure 1 is not out of alignment (step Y627; N), that is, if it is a big hit, it is determined whether the special figure 2 variable display game is also being executed (step Y628). 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 running special figure 2 variable display game is forcibly stopped with a disengagement 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 fixed is updated by +1 (step Y630), and the special figure 1 is set as the display time of the special figure 2. The display time + 4 msec display time 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, the information is loaded from the special figure 1 stop symbol save area and 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 stop symbol area. 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 special figure 2 game process described above. In this special figure 2 changing process, first, the number of times the symbol is fixed is updated by +1 (step Y651). Then, a command is loaded and prepared from the decorative special figure 2 command area (step Y652), and the effect command setting process (step Y653) is 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 msec in the case of a big hit, and 136 msec 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. Further, if the special figure 2 is not out of alignment (step Y657; N), that is, if it is a big hit or a small hit, it is determined whether 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大当りでない場合(ステップY659;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). ). If the special figure 2 is not a big hit (step Y659; N), that is, if 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 is interrupted. A command is prepared (step Y671), an effect command setting process (step Y672) is performed, and the process proceeds to step Y673.

すなわち、この場合は、特図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. If 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. The display time + 4 msec display time 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. If it is not a special figure 2 small hit (step Y674; N), that is, if it is a big hit, 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), load information from the special figure 2 large winning opening opening information area and save it in the large winning opening opening information area (step Y676). After that, the information is loaded from the special figure 2 stop symbol save area and 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 display process transition setting process 1 (step Y678). Ends the process being displayed.

〔特図1表示中処理〕
図42には、上述の特図1ゲーム処理における特図1表示中処理(ステップY111)を示した。この特図1表示中処理では、まず、特図1変動開始処理における大当りフラグ1設定処理にて大当りフラグ1領域に設定された大当りフラグ1ロードし(ステップY751)、大当りフラグ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 (step Y111) in the above-mentioned special figure 1 game process. 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 Y751), and the big hit flag 1 area is cleared. (Step Y752). Then, it is determined whether the special figure 1 is a big hit, that is, whether the loaded big hit flag 1 is the big hit information (step Y753), and when the special figure 1 is a big hit (step Y753; Y), the special figure 1 variation display game. The test signal (for example, the condition device operating signal is turned on and the special symbol 1 hit signal is turned on) regarding the start of the big hit (special figure 1 big hit) 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. 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 the present 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 end the processing during display of the special figure 1.

一方、特図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, when the big hit flag 1 is out-of-order information, it is determined whether it is a high-probability final fluctuation (step Y765), and it is not a high-probability final fluctuation (step Y765). In step Y765; N), it is determined whether or not the time reduction final variation is made (step Y766). Here, when the fall lottery for the running special figure 1 variation display game 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 is the 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 the player is in a special gaming state to be 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遊技状態表示部56が消灯状態となり、左打ちを指示する表示となる。その後、特図ステータス領域の特図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 56 is turned off, and a display instructing a left-handed strike is made. 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. 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 flagged. Clear two regions (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 related to the start of the big hit (special figure 2 big hit) (for example, the condition device operating signal is ON and the special symbol 2 hit signal is ON) 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 diagram 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. 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 the present 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 msec) 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 / interval processing transition setting processing (step Y826) is performed to end the processing during display of special figure 2.

一方、特図2が大当りでない場合(ステップY815;N)、すなわち大当りフラグ2がはずれ情報である場合には、ロードした小当りフラグ2が小当り(小当り情報)か判定する(ステップY827)。そして、小当りフラグ2が小当りである場合(ステップY827;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, when the big hit flag 2 is the missed information, 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 Y827; Y), it is determined whether it is a high-probability final fluctuation (step Y828), and when it is not a high-probability final fluctuation (step Y828; N), the time It is determined whether it is the shortened final variation (step Y829). Here, when the fall lottery for the running special figure 2 variation display game 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 (the number of times of support) from the end of the special game state, it is determined that the time is shortened and the final variation is made.

そして、高確率最終変動でない場合(ステップ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 gaming 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, a command is loaded and prepared from the hit symbol command area (step Y834), and 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 the special figure 2 small hit fanfare processing is performed. The transition setting process (step Y857) is performed, and the process during display of special figure 2 is terminated.

また、小当りフラグ2が小当りでない場合(ステップY827;N)には、高確率最終変動であるか判定し(ステップY843)、高確率最終変動でない場合(ステップY843;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 Y843; N), the time is shortened. It is determined whether it is the final variation (step Y844). Here, when the fall lottery for the running special figure 2 variation display game 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 (the number of times of support) from the end of the special game state, it is determined that the time is shortened and the final variation 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 display instructing a left-handed strike is made. 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 second special result of the variable display game as well as the means. Eggplant.

〔ファンファーレ/インターバル中処理移行設定処理〕
図45には、上述の特図1表示中処理及び特図2表示中処理におけるファンファーレ/インターバル中処理移行設定処理(ステップY764、Y826)を示した。このファンファーレ/インターバル中処理移行設定処理では、まず、大当り(第1特別遊技状態)の開始に関する信号を外部情報出力データ領域にセーブする(ステップY871)。ここでは大当り又は小当りで出力する大当り1信号をONに設定し、大当りで出力する大当り4信号をONに設定する。
[Fanfare / Interval processing Transition setting processing]
FIG. 45 shows the fanfare / interval processing transition setting processing (steps Y764, Y826) in the above-mentioned special figure 1 display processing and special drawing 2 display processing. In this fanfare / interval processing transition setting processing, first, the signal relating to the start of the big hit (first special game state) is saved in the external information output data area (step Y871). Here, one big hit signal output by a big hit or a small hit is set to ON, and four big hit signals output by a big hit are set 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 turned off. 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 Save the special figure low probability, no time saving flag 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 terminated, 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), and 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 / interval processing 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 drawing 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)をラウンド数上限値領域にセーブする(ステップY945)。さらに、取得したラウンド数上限値情報に対応するラウンド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), 2-byte data acquisition processing is performed (step Y944). The upper limit of the number of rounds (10 in the case of the present embodiment) acquired in this way is saved in the upper limit of the number of rounds (step Y945). 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, the 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. Further, when opening once in one round, the jackpot operation end value (2 in the case of this embodiment) 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). Then, in the case of the big hit of the special figure 1 (step Y960; Y), the processing number is saved in the special figure 1 game processing number area (step Y961), and the big winning opening opening time is set to the special figure 1 game processing timer area. Save to (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 is opened. The time is saved in the special figure 2 game processing timer area (step Y964).

そして、上大入賞口の開放開始に関する信号を試験信号出力データ領域にセーブする(ステップY965)。ここでは特別電動役物1作動中信号をONに設定する。次に、第1特別変動入賞装置38の開閉部材を開放するために大入賞口ソレノイド出力データ領域に上大入賞口オンデータをセーブし(ステップY966)、大入賞口への入賞数を計数する大入賞口カウント数をクリアして(ステップY967)、ファンファーレ/インターバル中処理を終了する。 Then, the signal relating to the opening start of the upper prize opening is saved in the test signal output data area (step Y965). Here, the special electric accessory 1 operating signal is set to ON. Next, in order to open the opening / closing member of the first 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. The number of large winning openings 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 winning 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大当り終了処理(ステップY115)を示した。この特図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 Y115) in the above-mentioned special figure 1 game process. In this special figure 1 jackpot end process, first, a subroutine call is performed based on the time reduction determination data (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 information passing through the specific area (step Y1104). In the present embodiment, a specific area passage flag is set when the game ball flows into the specific area (probability variation operation area), and 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). (Step Y1107).

特定領域イレギュラー通過でない場合(ステップY1107;N)には、ステップY1109へ移行する。一方、特定領域イレギュラー通過である場合(ステップY1107;Y)には、確率情報コマンドにイレギュラー確変情報を上乗せして(ステップY1108)、演出コマンド設定処理(ステップY1109)を行う。ステップY1109の処理によって、確率情報コマンドが演出制御装置300に送信される。ここで送信される確率情報コマンドとしては、「高確率・時短あり」、「低確率・時短あり」、「低確率・時短なし」の何れかに演出モードの情報が含まれた複数のコマンドがあり、確変作動領域イレギュラー通過の場合はイレギュラー確変情報が上乗せされる。 If the passage is not irregular in the specific region (step Y1107; N), the process proceeds to step Y1109. On the other hand, in the case of irregular passage in the specific area (step Y1107; Y), the irregular probability variation information is added to the probability information command (step Y1108), and 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 saved in the special drawing 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 relating to the end of the jackpot is saved in the test signal output data area (step Y1113). Here, the condition device operating signal, the accessory continuous operating device operating signal, the special symbol 1 hit signal, and the special symbol 2 hit signal are set to OFF.

次に、ラウンドLEDポインタ領域に消灯の番号をセーブし(ステップY1114)、上大入賞口不正監視期間フラグ領域に不正監視期間中フラグをセーブして(ステップY1115)、特図ステータス領域をクリアする(ステップY1116)。なお、特図ステータス領域のクリアにより、特図1変動表示ゲームと特図2変動表示ゲームの何れも実行されていない状態を示す特図ステータス0となる。そして、特図2ゲームウェイト時間値(例えば8m秒)を特図2ゲーム処理タイマ領域にセーブして(ステップY1117)、特図1大当り終了処理を終了する。 Next, the turn-off number is saved in the round LED pointer area (step Y1114), the flag during the fraud monitoring period is saved in the upper prize winning opening fraud monitoring period flag area (step Y1115), and the special figure status area is cleared. (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. Then, the special figure 2 game wait 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 ended.

この特図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 processing to start the special figure variation display game is performed in the special figure 2 game processing by the timer interrupt that has performed the special figure 1 big hit end 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, by saving the special figure 2 game wait time value in the special figure 2 game processing timer area in step Y1117, the start processing of the special figure 2 variable display game is delayed until the next timer interrupt processing, and the special figure 1 The 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大当り終了処理(ステップY148)を示した。特図2大当り終了処理は、上述の特図1大当り処理でのステップY1109を行わない以外は同等の処理である。この特図2大当り終了処理では、まず、時間短縮判定データによるサブルーチンコールを行う(ステップY1131)。ステップY1131にて時間短縮判定データが時短なしの場合には、大当り終了設定処理1(ステップY1132)を行い、ステップY1131にて時間短縮判定データが時短ありの場合には、大当り終了設定処理2(ステップY1133)を行う。
[Special figure 2 jackpot end processing]
FIG. 49 shows the special figure 2 big hit end process (step Y148) in the above-mentioned special figure 2 game process. The special figure 2 big hit end process is the same process except that step Y1109 in the above-mentioned special figure 1 big hit process is not performed. In this special figure 2 jackpot end process, first, a subroutine call is performed using the time reduction determination data (step Y1131). If the time reduction determination data has no time reduction in step Y1131, the jackpot end setting process 1 (step Y1132) is performed, and if the time reduction determination data has time reduction in step Y1131, the jackpot end setting process 2 (step Y1131) is performed. 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 a specific region, which is the inflow of the (step Y1137).

特定領域イレギュラー通過でない場合(ステップY1137;N)には、ステップY1139へ移行する。一方、特定領域イレギュラー通過である場合(ステップY1137;Y)には、確率情報コマンドにイレギュラー確変情報を上乗せして(ステップY1138)、演出コマンド設定処理(ステップY1139)を行う。ステップY1139の処理によって、確率情報コマンドが演出制御装置300に送信される。ここで送信される確率情報コマンドとしては、「高確率・時短あり」、「低確率・時短あり」、「低確率・時短なし」の何れかに演出モードの情報が含まれた複数のコマンドがあり、確変作動領域イレギュラー通過の場合はイレギュラー確変情報が上乗せされる。 If the passage is not irregular in the specific region (step Y1137; N), the process proceeds to step Y1139. On the other hand, in the case of irregular passage in the specific area (step Y1137; Y), the irregular probability variation information is added to the probability information command (step Y1138), and 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), and the processing number is saved in the special drawing 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 relating to the end of the jackpot is saved in the test signal output data area (step Y1143). Here, the condition device operating signal, the accessory continuous operating device operating signal, the special symbol 1 hit signal, and the special symbol 2 hit signal are set to OFF.

次に、ラウンドLEDポインタ領域に消灯の番号をセーブし(ステップY1144)、上大入賞口不正監視期間フラグ領域に不正監視期間中フラグをセーブし(ステップY1145)、特図ステータス領域をクリアして(ステップY1146)、特図2大当り終了処理を終了する。なお、特図ステータス領域のクリアにより、特図1変動表示ゲームと特図2変動表示ゲームの何れも実行されていない状態を示す特図ステータス0となる。 Next, the turn-off number is saved in the round LED pointer area (step Y1144), the flag during the fraud monitoring period is saved in the upper prize winning opening fraud monitoring period flag area (step Y1145), and the special figure status area is cleared. (Step Y1146), 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, 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, the special symbol 2 fluctuation time shortened state signal, the normal symbol 1 fluctuation time shortened state signal, and the ordinary electric accessory 1 Set the open extension status signal to OFF.
After that, the number without time reduction is saved in the game state display number area (step Y1153), and the normal time reduction flag is saved 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).

次に、左打ち指示に関する信号を試験信号出力データ領域にセーブする(ステップY1157)。ここでは発射位置指定信号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 Y1157). 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 display instructing a left-handed strike is made. After that, the probability information command (low probability) is saved in the transmission command area at the time of power failure recovery (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では、まず、時短の開始に関する信号を外部情報出力データ領域にセーブする(ステップY1161)。ここでは、大当り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 relating to the start of the time saving is saved in the external information output data area (step Y1161). Here, the jackpot 2 signal is set to ON. The big hit 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 time reduction is saved in the test signal output data area (step Y1162). 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, the special symbol 2 fluctuation time shortened state signal, the normal symbol 1 fluctuation time shortened state signal, and the ordinary electric accessory 1 Set the open extension status signal to ON.
After that, the number with the time reduction is saved in the game state display number area (step Y1163), and the flag with the time reduction is saved in the normal figure 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 the present embodiment, the right-handed mode is set during the time saving state, but 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では、まず、特図時短の開始に関する信号を外部情報出力データ領域にセーブする(ステップY1171)。ここでは、大当り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 relating to the start of the special figure time reduction is saved in the external information output data area (step Y1171). Here, the jackpot 2 signal is set to ON. The big hit 2 signal is ON even during the special game state, and this is continued.

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

次に、右打ち指示に関する信号を試験信号出力データ領域にセーブする(ステップY1175)。ここでは発射位置指定信号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 Y1175). Here, the launch position designation signal 1 is set to ON. Next, the number in the right-handed state is saved in the game state display number 2 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. This process results in a high probability state. That is, by executing the jackpot end setting process 3 after the jackpot end setting process 1, the first specific game state is set, and by executing the jackpot end setting process 3 after the jackpot end setting process 2, the special figure high probability is achieved. It becomes the second 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 increases the probability that the result of the special variation display game becomes a special result higher than the normal state (first specific game state ST2, special figure high probability second specific game state ST3). 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)。そして、大入賞口ソレノイド出力データ領域に下大入賞口オンデータをセーブし(ステップY1207)、大入賞口への入賞数を計数する大入賞口カウント数領域をクリアして(ステップ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 (the special electric accessory 2 operating signal is turned on) is a test signal. Save to the output data area (step Y1206). Then, the lower large winning opening on-data is saved in the large winning opening solenoid output data area (step Y1207), the large winning opening count area for counting the number of winnings to the large winning opening is cleared (step Y1208), and the small The processing during the hit fanfare is completed.

〔特図2小当り終了処理〕
図53には、上述の特図2ゲーム処理における特図2小当り終了処理(ステップY152)を示した。この特図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 Y152) in the above-mentioned special figure 2 game process. 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).

次に、小当りの終了に関する信号を試験信号出力データ領域にセーブする(ステップY1333)。ここでは、特別図柄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 Y1333). 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.

次に、特図低確率&時短なし中(通常遊技状態中)であるか判定し(ステップY1337)、特図低確率&時短なし中でない場合(ステップY1337;N)には、ステップY1340へ移行する。また、特図低確率&時短なし中である場合(ステップY1337;Y)には、左打ち指示に関する信号を試験信号出力データ領域にセーブする(ステップY1338)。ここでは、発射位置指定信号1をOFFに設定する。そして、遊技状態表示番号2領域に左打ち状態中の番号をセーブして(ステップY1339)、特図1変動表示ゲームが中断中であるか判定する(ステップY1340)。 Next, it is determined whether or not the special figure low probability & no time reduction is in progress (step Y1337), and if the special figure low probability & no time reduction is in progress (step Y1337; N), the process proceeds to step Y1340. To do. Further, when the special figure has a low probability and no time reduction (step Y1337; Y), the signal related to the left-handed instruction is saved in the test signal output data area (step Y1338). 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 terminated. On the other hand, when the special figure 1 variation display game is interrupted (step Y1340; Y), the decorative special figure 1 restart command is prepared (step Y1341), and the effect command setting process (step Y1342) is performed. After that, the special figure 1 game interruption flag area is cleared (step Y1343), and the special figure 2 small hit end process is completed. As a result, the interrupted special figure 2 variable display game is restarted with the end of the special gaming state based on the small hit in the special figure 1 variable display game.

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

〔普図ゲーム処理〕
次に、上述のタイマ割込み処理における普図ゲーム処理(ステップX114)の詳細について説明する。普図ゲーム処理では、ゲートスイッチ34aの入力の監視と、普図変動表示ゲームに関する処理全体の制御、普図の表示の設定等を行う。
[Public map game processing]
Next, the details of the general-purpose 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, a 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 is performed. 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 has already been timed up, it is referred to in order to branch to the processing corresponding to the normal figure game processing number. The normal figure game sequence branch table is prepared in the register (step B5), the normal figure game processing number is loaded and prepared (step B6), and the 2-byte data acquisition process 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 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 the 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 figure game processing number is "3", the normal figure hitting process is continued, or the information necessary for performing the normal electric 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, if it is determined in step B4 that the value of the normal figure game processing timer is not "0" (step B4; N), that is, the time is not up, the process shifts to the process of step B15, and the subsequent processes are performed. Do.

〔普図表示中処理〕
次に、上述の普図ゲーム処理における普図表示中処理(ステップB11)の詳細について説明する。図55に示すように、普図表示中処理では、まず、普図普段処理にて設定された当りフラグ(当り情報又ははずれ情報)をロードし(ステップB501)、RWMの当りフラグ領域をクリアして(ステップB502)、ロードされた当りフラグが当り情報かを判定する(ステップB503)。
[Processing during display of general map]
Next, the details of the normal map display process (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), and 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」)を、普図当り終了ポインタ領域にセーブする(ステップB508)。次いで、普電開放時間テーブルを準備し(ステップB509)、普図停止図柄情報をロードして準備して(ステップB510)、2バイトデータ取得処理を行う(ステップB511)。これにより、普電開放時間テーブルから普図停止図柄情報に対応する普電開放時間が取得される。そして、取得した普電開放時間(例えば、1700m秒又は2600m秒)を、普図ゲーム処理タイマ領域にセーブする(ステップ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. Alternatively, "7") is saved in the end pointer area per normal figure (step B508). 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 normal power release time (for example, 1700 msec or 2600 msec) is saved in the normal figure game processing timer area (step B512).

次いで、普図当り中処理に移行するための処理番号として「3」を設定し(ステップB513)、その処理番号を普図ゲーム処理番号領域にセーブする(ステップB514)。その後、普図変動表示ゲームの当りの開始に関する信号(例えば、普通図柄1当り中信号をON)と、普電作動開始に関する信号(例えば、普通電動役物1作動中信号をON)を試験信号出力データ領域にセーブして(ステップB515)、普電ソレノイドを駆動(オン)する信号を出力するため、普電ソレノイド出力データ領域にオンデータをセーブする(ステップB516)。 Next, "3" is set as the processing number for shifting to the normal processing per normal figure (step B513), and the processing number is saved in the normal drawing 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)、基準アドレスとして入力したレジスタに算出後の値を加算する(ステップY972)。そして、加算後のアドレスから2バイト分のデータを取得し(ステップY973)、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 Y972). Then, data for 2 bytes is acquired from the added address (step Y973), and 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 fluctuation control process, first, the address of the fluctuation 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バイト減算処理を行って(ステップY1406)、当該タイマの値が0、すなわちタイムアップしたかを判定する(ステップY1407)。 Then, when the fluctuation control flag is fluctuating (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), a 1-byte subtraction process is performed to update the blinking control timer related to the symbol to be controlled by -1 (step Y1406), and it is determined whether the value of the timer is 0, that is, the time is up. Determine (step Y1407).

点滅制御タイマの値が0でない場合(ステップY1407;N)は、ステップY1412に移行する。また、点滅制御タイマの値が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), the process proceeds to step Y1412. 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 of the control target is acquired (step Y1414), the acquired display data is saved in the target segment area (step Y1415), and the symbol variation 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. In this 1-byte subtraction process, first, it is determined whether 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 updated by -1 (step Y1422), and the 1-byte subtraction process is completed.

〔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. 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), the update value is saved in the target area (step Y1435), and 1 byte is used. End the addition process.

〔演出コマンド設定処理〕
次に、タイマ割込み処理中に実行される各処理における演出コマンド設定処理の詳細について説明する。図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 effect serial transmission buffer is read (step X604), and it is determined whether the effect 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 effect serial transmission buffer is not full (step X605; N), the command data (ACTION) is written to the effect serial transmission buffer (step X606), and the effect command setting process ends.

なお、上述の例では、特別結果が導出された後に普図始動ゲート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 modification, 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からY946の処理を行う。また、特図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 the process during display of the special figure 1, when the special figure 1 is a big hit (step Y753; Y), the processes of steps Y942 to Y946 performed in the fanfare / interval process shown in FIG. 46 are performed. 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からY946の処理を行う。また、特図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 the process during display of the special figure 2, when the special figure 2 is a big hit (step Y815; Y), the processes of steps Y942 to Y946 performed in the fanfare / interval process shown in FIG. 46 are performed. 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 / 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. In this fanfare / interval processing transition setting processing, first, the signal relating to the start of the big hit (first special game state) is saved in the external information output data area (step Y871). Here, one big hit signal output by 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 turned off. 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 Save the special figure low probability, no time saving flag in the flag area (step Y875).

そして、普図ゲームモードフラグ領域に普図時短なしフラグをセーブし(ステップY876)、停電復旧時に演出制御装置300に出力されるコマンドをセーブする停電復旧時送信コマンド領域に確率情報コマンド(低確率)をセーブして(ステップY877)、時短状態で実行可能な特図変動表示ゲームの実行回数を管理する時間短縮変動回数領域をクリアする(ステップY878)。これにより高確率状態及び時短動作状態が終了し、通常確率状態かつ通常動作状態となる。 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), and the time-reduced fluctuation number region for managing the number of executions of the special figure variation display game that can be executed in the time-saving state is cleared (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 winnings of the upper prize opening is cleared (step Y882), the flag outside the illegal monitoring period is saved in the illegal monitoring period flag area of the upper winning opening (step Y883), and the fanfare / interval processing transition setting processing 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が設けられている。 FIG. 65 shows an example of the data structure of the ROM 111B provided in the game microcomputer 111 of the game control device 100. As shown in FIG. 65, the ROM 111B has a game control program area 111Ba, a first unused area 11Bb, a game control data area 111Bc, a second unused area 111Bd, a performance display program, and a performance display in this order from the beginning. A data area 111Be, a third unused area 111Bf, and a program management area 111Bg are provided.

遊技制御用プログラムエリア111Baには、上述のメイン処理やタイマ割込み処理などの遊技制御に用いられる遊技制御用プログラムを格納する領域が設けられ、遊技制御用データエリア111Bcには大当り判定の際に使用する上限判定値テーブルが格納される上限判定値テーブル領域などの遊技制御用プログラムが使用する遊技制御用データが格納される領域が設けられている。遊技制御用プログラムは第1プログラムをなし、遊技制御用データは第1データをなすものであって、これらのエリアは第1記憶領域をなすものである。なお、遊技制御用プログラムエリア111Baと遊技制御用データエリア111Bcの間にある第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 first unused area 11Bb between the game control program area 111Ba and the game control data area 111Bc 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 gaming 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 is provided to store the probability setting changing flag. In addition to this, for example, 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 variable pattern random number area for storing variable 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 game is not in 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 arranged side by side are the first digit, the second digit, the third digit, and the fourth digit in order from the right. 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専用領域111Ca1としては、これら以外の第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 program may also be read out for the first common area 111Ca2. 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. Examples of the dedicated area 111Ca1 include areas other than these as the first work area.

第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とRAM111Cを例として挙げたが、演出制御装置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, although the ROM 111B and the RAM 111C of the game control device 100 are given as examples here, 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. , The start port 1 switch 36a of the start winning port 36, the start port 2 switch 37a of the normal 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. ..

次に、表示内容更新処理を行う(ステップ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 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チェック処理を行う(ステップX234)。
[Performance display editing process]
FIG. 70 shows the performance display editing process (step X55) in the main process shown in FIG. This performance display editing process forms 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, all the registers are saved (step X233), and a second work RAM check process for checking the performance display work area of the RAM 111C is performed (step X234).

次に、管理区間の切り替わりタイミングであるかを判定する(ステップ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 for storing the base value for the past section. 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. Out to detect all game balls that have been fired into the big winning opening switches 38a and 39a, the starting opening 1 switch 36a of the starting winning opening 36, the starting opening 2 switch 37a of the normal variable winning device 37, and the game area 32 and finished the game. The ball detection switch 32a corresponds to this.

これらのスイッチの入力情報は、性能表示モニタ制御処理(図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 monitoring target 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. If there is an input to the out-ball detection switch, it is added to the normal out-counter and 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 prizes is counted, and when the number of the first abnormal prizes 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 the 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 number of the second abnormal winnings 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 returned (step X240), and the value of the stack pointer storage area is stacked. Load the pointer (step X241) to end the performance display editing process. In the division task processing, 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のセグメントのデータを出力する出力ポート135にオフデータを出力(リセット)する(ステップX271)。次に、普電ソレノイド37cや大入賞口ソレノイド38b、39b、レバーソレノイド38fのデータを出力する出力ポート134に出力するデータを合成し、出力する(ステップX272)。
[Output processing]
FIG. 71 shows the output process (step X105) in the timer interrupt process shown in FIG. This output processing is one of the game control programs. In this output process, first, off-data is output (reset) to the output port 135 that outputs the data of the segment of the batch display device (LED) 50 (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 line of the batch display device (LED) 50 is updated (step X273), and the output data of the LED digit line corresponding to the value of the digit counter is acquired (step). X274). 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. Output to 136 (step X276).

その後、デジットカウンタの値に対応するRAM111C内のセグメント領域からセグメント線の出力データをロードし(ステップX277)、ロードしたデータをセグメント出力用の出力ポート135に出力する(ステップX278)。本実施形態では、デジットカウンタの値が0の場合に、特図1表示器51のデジット線及びセグメント線が選択され、デジットカウンタの値が1の場合に、特図2表示器52のデジット線及びセグメント線が選択される。また、デジットカウンタの値が2の場合に、普図表示部58のデジット線及びセグメント線が選択され、デジットカウンタの値が3の場合に、特図1保留表示器53、特図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 53 and the special figure 2 hold display are displayed. The digit line and segment line of the device 54, the normal figure hold display unit 59, the first game state display unit 56, the time saving state notification unit 60, the probability display unit 57, and the round display unit 55 are selected. 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」のデータ、「図柄確定回数信号」のデータ、「始動口信号」のデータ、「メイン賞球信号」のデータ)と発射許可の出力データを合成して(ステップX280)、合成したデータを外部情報・発射許可信号出力用の出力ポート137へ出力する(ステップX281)。 Subsequently, various output data of external information are combined (step X279), and the combined data (for example, "big hit signal 1" data, "big hit signal 2" data, "big hit signal 3" data, and "big hit signal" are combined. 4 ”data,“ symbol confirmation count signal ”data,“ start port signal ”data,“ main prize ball signal ”data) and launch permission output data are combined (step X280), and the combined data is combined. It outputs 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 output data of the 1st to 4th digits of the performance display device is loaded and output. The process proceeds to step X287 without performing the processing (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参照)の表示内容更新処理(ステップX207)において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. As a result, the display is performed on the 7-segment display of each digit of the performance display device. The 1st to 4th digit output data of the performance display device is set in the 1st to 4th digit output data area in the display content update process (step X207) of the performance display monitor control process (see FIG. 68) described above.

すなわち、第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 the performance display monitor control process is not suitable for dynamic control of 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 data to be output to the test terminal output port 1 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 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.

なお、各デジット線に対応するセグメント線の出力データは、後述する処理においてRAM111C(RWM)内に設けられた各表示器用のセグメント領域に設定されるようになっている。具体的には、図27に示す特図ゲーム処理や図56に示す普図ゲーム処理における図柄変動制御処理(図54参照)や、図62に示すセグメントLED編集処理において設定される。一回のタイマ割込み処理においてはこれらの処理の全てが行われるため、RAM111Cにはデジットカウンタの値にかかわらず全てセグメント線に対応する出力データがセグメント領域に設定される。そして、このように設定されたセグメント線の出力データのうち、今回のデジットカウンタの値に応じたセグメント線の出力データが選択されて使用されるようになっている。 The output data of the segment line corresponding to each digit line is set in the segment area for each display provided in the RAM 111C (RWM) in the process described later. 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 hold the stored data even when the supply of electric power to the gaming 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 gaming machine is stopped. It is included in the area that becomes. Therefore, it is subject to the determination of legitimacy performed when the supply of electric power to the gaming machine is resumed. As a result, when the gaming machine is normally restored from the power failure, the display of the batch display device 50 can be resumed 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 value of the total out counter reaches a predetermined value (60,000 in this case), and the normal base value of each section is stored. To be in 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 ( The display of the normal base value in the section two times before shown in c) and the display of the normal base value in the section three times before shown in FIG. 72 (d) are switched and displayed every 5 seconds. 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 all turned on and all 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 7-segment display of the first digit and the second digit. 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. When the value of the out counter is 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 of 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 7-segment display of the first digit and the second digit. The calculation and display method of the normal base value is the same as in the case of 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 in the case of 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 in the case of 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 gaming machine. FIG. 73A shows the division of the section from the first power-on of the gaming machine. The first power-on of the gaming machine includes the state when the power is turned on for the first time of the gaming 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 gaming 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 and the normal base value 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 in 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. Since the value in the interval A 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. Is lit and displayed. 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. It is the display in the section three times before b3. Except for the value in the interval A, if the corresponding value is 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 stores a first storage area 111Ba in which the first program which is a program and the first data which is data are stored, and the second program which is a program and the second data which is data. There is a second storage area 111Be, the first storage area 111Ba and the second storage area 111Be are set with an unused area 111Bd interposed therebetween, and the second storage means is a work area of the first program. There is a first work area 111Ca and a second work area 111Cd which is a work area of the second program, and the first work area 111Ca and the second work area 111Cd are set with an unused area 111Cc interposed therebetween. The first work area is read / written by the first program, but is not read / written by the second program. The first dedicated area 111Ca1 is read / written by the first program, and is read / written by the second program. A possible first common area 111Ca2 is provided. 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 the game control programs and data related to the control of the game, and the second program and the first data. The second data is a performance display program and data for displaying information on the balance of game value in the gaming 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共通領域111Cd2と、を備えることとなる。したがって、遊技制御手段の開発の過程でそれぞれのプログラムについて使用可能な領域が明確となり、開発の効率を高めることができる。 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. A common area 111Ca2 is provided, and 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 the first program The second common area 111Cd2, which can be read by the user, is provided. 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 gaming machine that executes a game based on the establishment of a predetermined condition and generates a special gaming state that is advantageous to the player when the result of the game becomes a special result. A control device 100) is provided, and the control means performs loop processing that repeatedly performs 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 made 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動作状態と、の何れかの動作状態で制御する普通変動入賞装置制御手段(遊技制御装置100)と、入賞領域への入賞に対して払い出された賞球数と、遊技領域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 a prize (general winning opening 351-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. In the second operating state, the normal variable winning device control means (game control device 100) that controls in any of the operating states, the number of prize balls paid out for winning in the winning area, and the game area 32. It is equipped with a base value calculating means (game control device 100) that calculates a base value from the number of fired game balls, and in timer interrupt processing, information on whether or not it is in a special game state and whether or not it is in a second operating state. Information, information on the number of prize balls based on winning in the winning area, and information on the number of shots, which is the number of game balls fired in the game area 32, are set, and the base value calculation means is used in loop processing. Based on the information set in the timer interrupt processing, the base value in a state that is neither the special game state nor the second operation state 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が開放されていない状態における当該普通変動入賞装置37への入賞数である第2異常入賞数を計数し、当該第2異常入賞数が所定数に達した場合に第2異常状態を設定し、ベース値計数手段は、第1異常入賞数又は第2異常入賞数が所定数に達するまでは、第1異常入賞数又は第2異常入賞数が存在していても賞球数の情報と、発射数の情報と、をベース値の算出に使用可能とし、第1異常入賞数又は第2異常入賞数が所定数に達して第1異常状態又は第2異常状態となった状態である場合には、賞球数の情報と、発射数の情報と、をベース値の算出に使用しないようにすることとなる。したがって、確実なベース値の算出が可能となる。 Further, 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 a special variable. The first abnormal winning number, which is the number of winnings to the special variable winning device when the winning device is not open, is counted, and when the first abnormal winning number reaches a predetermined number, the first abnormal state is set. , The number of second abnormal winnings, which is the number of winnings to the ordinary variable winning device 37 in the state where the ordinary variable winning device 37 is not opened, is counted, and when the number of the second abnormal winnings reaches a predetermined number, the second abnormal winning number is counted. An abnormal state is set, and the base value counting means is a winning ball even if the first abnormal winning number or the second abnormal winning number exists until the first abnormal winning number or the second abnormal winning number reaches a predetermined number. The number information and the number of shots information can be used to calculate the base value, and the first abnormal winning number or the second abnormal winning number reaches a predetermined number and becomes the first abnormal state or the second abnormal state. In the case of the state, the information on the number of prize balls and the information on the number of shots are not used in the calculation of 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)。次いで、表示用データの生成を許可して(ステップC5)、乱数シードを設定し(ステップ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 C5), 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)。次に、飾り特図変動表示ゲームの変動態様の詳細を決定する乱数を更新する乱数更新処理(ステップC12)を行う。 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 C12) for updating a random number that determines the details of the variation mode of the decorative special figure variation display game is performed.

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

そして、フレーム切替タイミングであるか否かを判定する(ステップC16)。本実施形態では、システム周期(1フレーム1/30秒)を作るため、Vブランク割込(1/60秒)が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 the present embodiment, since the system cycle (1 frame 1/30 second) is created, it is determined that the frame switching timing is reached when the V blank interrupt (1/60 second) is inserted twice. 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 panel decoration device 46 and the frame decoration device 18 (step). C19), a panel that performs a movable body control process (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), and the command is received. It is determined whether or not the number is non-zero (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からコマンドが送信されてくる場合に備えて、コマンド(データ)を移動して空きを作っておくことができる。また、コマンドの解析をメイン処理一巡単位でまとめて行うことができる。 Next, 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 whether or not the command copying for the number of command receptions is completed 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 is analyzed in the command area. It is configured as. As a result, the command (data) can be moved to create a space in case the command is transmitted from the game control device 100 during the analysis of the command. 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. When it is determined that the copying of the commands corresponding to the number of received commands is 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 commands corresponding to the number of received commands has not been completed (step C210; N), the process returns to the process of 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及びACTは正常範囲であると判定した場合(ステップC232;Y、ステップC233;Y)には、MODEに対するACTは正しい組合せであるか否かを判定する(ステップC234)。
[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 in the normal range (step C232, step C233). ). When it is determined that the MODE and the ACT are in the normal range (step C232; Y, step C233; Y), it is determined whether or not the ACT for the MODE is the correct combination (step C234).

また、ステップC232、ステップC233で、MODE又はACTは正常範囲でないと判定した場合(ステップC232;N、ステップC233;N)、あるいは、ステップC234でMODEに対するACTは正しい組合せでないと判定した場合(ステップC234;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). At C234; N), the received command analysis process is terminated.

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

また、ステップC235で、MODEは変動系コマンドの範囲でないと判定した場合(ステップC235;N)には、MODEは大当り系コマンドの範囲であるか否かを判定する(ステップC237)。大当り系コマンドは、大当り中演出に関する動作(ファンファーレ画面やラウンド画面の表示など)を指令するコマンドや、小当り中演出に関する動作(ファンファーレ画面や終了画面の表示など)を指令するコマンドである。そして、MODEは大当り系コマンドの範囲であると判定した場合(ステップC237;Y)には、大当り系コマンド処理(ステップC238)を行って、受信コマンド解析処理を終了する。 If it is determined in step C235 that MODE is not in the range of the variable command (step C235; N), it is determined whether MODE is in the range of the jackpot command (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.). Then, when it is determined that the MODE 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 the MODE determines that the range of the symbol-based command is within the range (step C239; Y), the symbol-based command process (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 in the range of symbol commands (step C239; N), MODE determines whether it is in the range of single-shot commands such as hold count commands and error commands. (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 process (step C242) is performed to end the received command analysis process.

また、ステップC241で、MODEは単発系コマンドの範囲でないと判定した場合(ステップC241;N)には、MODEは先読み図柄系コマンドの範囲であるか否かを判定する(ステップC243)。そして、MODEは先読み図柄系コマンドの範囲であると判定した場合(ステップC243;Y)には、先読み図柄系コマンド処理(ステップC244)を行って、受信コマンド解析処理を終了する。 If it is determined in step C241 that MODE is not in the range of the one-shot command (step C241; N), MODE determines whether or not it is in the range of the look-ahead symbol command (step C243). When the MODE determines that the command is within the range of the look-ahead symbol command (step C243; Y), the look-ahead symbol command process (step C244) 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. If it is determined in step C245 that MODE is not within the range of the look-ahead variable command (step C245; N), the received command analysis process is terminated.

なお、先読み変動系コマンド及び先読み図柄系コマンドは、先読み演出を実行するために必要な情報を含むコマンドである。先読み演出(先読み予告、あるいは先読み予告演出ともいう)とは、特図変動表示ゲームが未実行の始動記憶(保留)に対応する特図変動表示ゲームがその後実行された時に大当りになるか否か(あるいはどんな変動パターンになるか)を、所定の信頼度で遊技者に事前報知すべく、表示装置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 will be obtained) 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 may be displayed. 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 at the time of winning a start. 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には、上述の受信コマンド解析処理における変動系コマンド処理(ステップC236)を示した。この変動系コマンド処理では、まず、特図種別が未確定であるかを判定する(ステップC361)。特図種別とは、特図の種別が特図1か特図2かを示す情報であり、上述の図柄系コマンド処理のステップC251で設定される情報である。
[Variable command processing]
FIG. 77 shows a variable command process (step C236) in the above-mentioned received command analysis process. 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)、変動コマンドと図柄種別が不整合であるかを判定する(ステップC363)。 When this special figure type is undecided (step C361; Y), the variable command processing ends. If the special symbol type is not undetermined (step C361; N), that is, if the special symbol type is set, the combination of the variable command and the symbol command is checked (step C362), and the variable command and the symbol type are changed. It is determined whether there is an inconsistency (step C363).

変動コマンドと図柄種別が不整合である場合(ステップC363;Y)は、変動系コマンド処理を終了する。また、変動コマンドと図柄種別が不整合でない場合(ステップC363;N)は、変動コマンドから変動パターン種別を判別する(ステップC364)。図柄種別とは図柄のカテゴリを意味し、図柄種別には例えば、はずれ図柄、16R大当り図柄、10R大当り図柄、小当り図柄などがある。変動コマンドと図柄種別が不整合である場合とは、はずれの変動コマンド(変動パターンコマンド)を受信したのに、16R大当り図柄の図柄コマンドを受信していた時のような、演出を行う上で矛盾してしまう組み合わせ(変動コマンドと図柄種別の組み合わせ)であることを意味する。 If the variable command and the symbol type are inconsistent (step C363; Y), the variable command process ends. When the variation command and the symbol type are not inconsistent (step C363; N), the variation pattern type is determined 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, "during special map change" means that the special figure is changing (during a customer waiting demonstration, a big hit, or not during 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には表示装置41における賞球数表示の表示位置の一例を示した。なお、図78では説明のためにすべての賞球数表示を表示した状態を示したが、実際には入賞があった入賞口に対応する賞球数表示のみが入賞から所定期間だけ表示される。また、この賞球数表示は第1特定遊技状態ST2において表示される。 Next, the production corresponding to the winning will be described. It is possible to display the number of prize balls, which displays 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. FIG. 78 shows an example of the display position of the prize ball number display on the display device 41. 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 on 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 the number of prize balls, which is the number of prize balls based on winning a 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 ball 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 the prize, 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 it is possible to improve the interest of the game. 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への入賞の場合よりも流入から早いタイミングで検出されるようになっている。これにより、入賞から賞球数表示が表示されるまでのタイムラグを少なくでき、違和感のない賞球数表示が可能となっている。 Further, the general winning openings 353 and 354 in the game area 32 on the left side, which is not the target of displaying the number of winning balls, are detected by the winning opening switch 35c after the winning game balls merge. 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. As a result, the time lag from winning a prize to displaying the number of prize balls can be reduced, and the number of prize balls can be displayed without a sense of discomfort.

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

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な特別遊技状態を発生する遊技機において、遊技を統括的に制御する遊技制御手段(遊技制御装置100)と、遊技制御手段からの情報に基づき、演出の制御を行う演出制御手段(演出制御装置300)と、遊技球が流下可能な遊技領域32と、遊技領域32に設けられ、遊技球が入賞可能な入賞領域(一般入賞口351〜354、始動入賞口36、普通変動入賞装置37、第1特別変動入賞装置38、第2特別変動入賞装置39)と、を備え、入賞領域には、ゲームの実行権利を発生可能な始動入賞口(始動入賞口36、普通変動入賞装置37)と、複数の入賞口(一般入賞口351〜354)と、があり、遊技制御手段は、複数の入賞口のうち所定の入賞口(一般入賞口351、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 gaming machine that generates a special gaming state that is 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 (general winning opening 351-354, starting winning opening 36, ordinary variable winning device 37, first special variable winning device 38, second special variable winning device 39) provided in 32, and a game ball can be won. In the winning area, there are a starting winning opening (starting winning opening 36, normal variable winning device 37) and a plurality of winning openings (general winning openings 351 to 354) capable of generating the right to execute the game. The game control means can transmit information that makes it possible to identify the winning winning openings to the effect control means for the predetermined winning openings (general winning openings 351 and 352) among the plurality of winning openings. 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, the effect controlling means can execute a different effect depending on the winning opening. Therefore, the interest of the game can be improved.

また、複数の入賞口は、特別遊技状態において開放されて入賞が可能となる特別変動入賞装置(第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 according to the general winning opening that has won a prize, 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. The look-ahead effect in the gaming machine of the present embodiment includes a decorative special figure start memory display and a hold change notice performed by a display mode of the running hold display that displays information on the start memory of the running special figure change display game. A zone notice in which the background and other effects are specific effects, a prize-winning notice in which an effect is performed by voice or display when the start memory of the notification target occurs, and a special figure variation display based on the target start memory. There is a chance eye notice that the result mode of the decorative special figure variation display game executed before the game is a specific result mode.

図79、図80には、これらの先読み演出の一例を示した。まず、表示装置41における表示について説明する。図79(a)に示すように表示装置41の表示領域の中央には、飾り特図変動表示ゲームのうちの第1飾りゲームを表示する飾り特図変動表示ゲーム表示部85が設けられる。ここでは、左、中、右の変動表示領域の各々で識別情報を変動表示した後に停止表示することで飾り特図変動表示ゲームを表示する。表示領域の左上部には、飾り特図変動表示ゲームのうちの第2飾りゲームを表示する第2飾りゲーム表示部88が設けられている。この第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. 79 (a), 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 portion of the display area, a second decoration game display unit 88 for displaying the second decoration game among the decoration special figure variation display games 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 and is displayed side by side in the memory order. Here, there are three first start memories. It is shown that. 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 provided with a first start memory number display unit 86a for displaying the number of first start memories and a second start memory number display unit 86b for displaying the number of second start memories. ing.

図79(a)に示す状態から第1始動記憶が消化されて減少すると、図79(b)に示すように第1記憶表示部83aの左端にある飾り特図始動記憶表示が実行中記憶表示部84へ流入する表示が行われる。また、始動記憶数表示部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). The display that flows into the unit 84 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, the decorative special figure variable display game display unit 85 starts the decorative special figure variable display game corresponding to the special figure 1 variable display game based on the first start memory, and identifies each of the left, middle, and right variable display areas. The variable display of information is started. 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 has a display mode of a normal display mode (here, white), such as the first start memory in which the digestion order is the third as shown in FIG. 79 (c) and the running memory display shown in FIG. 79 (d). ) Is different from (here, shaded). 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 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)には入賞時予告の一例を示した。入賞時予告では、予告対象となる始動記憶の発生に伴い、通常とは異なる予告音(ここでは「ピンポーン」という音)を出力する。この予告音は予め定められた音声であり、入賞時予告の実行時間は常に一定の時間となる。なお、入賞時予告の実行態様はここに示したものに限られず、予告態様となる始動記憶の発生に伴い演出表示を行うものであっても良いし、演出ボタンを振動させるものやLEDを特定の発光態様で発光させるものであっても良い。 FIG. 79 (f) shows an example of a notice at the time of winning. In the prize-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 is vibrated or the LED is specified. It may emit light in the light emitting mode of.

図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. It should be noted that 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 as shown in FIG. 80 (g), the result mode of the decorative special figure variation display game of the special figure variation display game is also a chance. It is the result aspect of "123". 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, it becomes a special result mode as shown in FIG. 80 (i), and the result is out of order. If there is, as shown in FIG. 80 (j), the result mode is an outlier other than the chance eye.

このチャンス目予告の各回の実行時間は、はずれ結果態様を表示する停止時間となっており常に一定の時間となる。なお、チャンス目予告の実行態様はここに示したものに限られず、チャンス目以外では表示されない特別な図柄が停止表示されるものであっても良い。 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. 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には、各先読み演出の実行の可否を抽選する期間、演出を開始可能な期間及び演出を実行可能な期間を示した。保留変化予告は、予告対象となる始動記憶の発生(t101)から予告対象のゲーム(ゲームD)が終了するまで(t109)の間の任意のタイミング又は期間で抽選、開始及び実行が可能である。よって、常に保留変化予告が開始される期待感を遊技者に持たせることができる。実行可能な期間は、保留変化予告の開始から予告対象となる特図変動表示ゲームの終了(t109)までとなっており、この期間は各特図変動表示ゲームの実行時間によって変化するため、実行期間は不定の期間となっている。 FIG. 81 shows a period in which each pre-reading effect can be executed by lottery, a period in which the effect can be started, and a period in which the effect can be executed. The pending change notice can be drawn, started and executed at any timing or period from the occurrence of the start memory (t101) to be announced to the end of the game (game D) to be notified (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) that is the target of the notice, and this period changes depending on the execution time of each special figure change display game, so it is executed. The period is indefinite.

ゾーン予告は、予告対象の始動記憶が発生した特図変動表示ゲーム(ゲームA)の後に開始される特図変動表示ゲーム(ゲームB、C、D)の開始時(t103、t105、t107)に抽選及び開始が可能である。よって、特図変動表示ゲームの開始時にゾーン予告が開始されるか否かの期待感を遊技者に持たせることができる。実行可能な期間は、上記の開始タイミングのうち、いずれかのタイミングから予告対象となる特図変動表示ゲームの終了(t109)までの期間となっており、この期間は各特図変動表示ゲームの実行時間によって変化するため、実行期間は不定の期間となっている。 The zone notice is given at the start (t103, t105, t107) of the special figure change display game (games B, C, D) that is started after the special figure change display game (game A) in which the start memory of the notice target is generated. Lottery and start are possible. 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 executable period is after the special figure fluctuation display game in which the start memory to be notified is generated, and before the special figure fluctuation display game to be notified (the special figure fluctuation display game). 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, it is possible to give the player 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 distributing 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グループに属する。このように、各先読み演出が属するグループの組み合わせが異なるようにしたことで、それぞれの先読み演出の特性が異なり、多彩な先読み演出を実行可能となるとともに、実行する先読み演出を選択する際に属するグループに基づいた選択を行うことで効果的な演出を選択可能となる。 The pending change notice belongs to the first and third groups, and the zone notice belongs to the first and fourth groups. 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 belong 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 until the result is derived. 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 has been executed at the opportunity up to that point. 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 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 look-ahead effect belonging to the first 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 the case where the result is out of order, and conversely, it is assigned to the second group. 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 player's expectation from an early stage. The look-ahead effect belonging to the third group can execute a lottery for determining whether or not to execute when the start memory to be notified occurs (t101), and the advance notice effect can be executed from this timing. ing.

第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 the player's sense of expectation from being lowered 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グループに属する先読み演出は、予告対象となる始動記憶が発生したとき(t101)に実行の可否を決定する抽選を行わない。よって、予告対象となる始動記憶が発生したときにおいて抽選する必要のある先読み演出の種類を第3グループの先読み演出のみとして少なくすることができ、選択処理を簡略にして制御の負担を軽減することができる。このように先読み演出の開始タイミングを異ならせることで、遊技者に先読み演出がいつ開始されるのかを把握しにくくし、長時間遊技を行っていても興趣を維持することができる。 The look-ahead effect belonging to the fourth group does not perform a lottery for determining whether or not to execute when the start memory to be notified is generated (t101). Therefore, the type of look-ahead effect that needs to be drawn when the start memory to be notified is generated can be reduced to only the look-ahead 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, it is possible to perform an effective effect according to the situation 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, rather than the case where 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, a combination that does not execute in duplicate may be provided. For example, the zone notice and the chance eye notice may not be executed at the same time. 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 predetermined, or may be selected by a separate lottery.

また、入賞時予告とチャンス目予告を重複して実行しないようにする場合には、チャンス目予告の抽選時期において入賞時予告が実行されているかを確認し、入賞時予告が実行されていた場合にはチャンス目予告の抽選自体を行わないようにしても良い。すなわち、先の抽選結果に応じて後の抽選の実行の有無を決定するようにしても良い。 In addition, when not executing the prize-time notice and the chance-eye notice at the same time, it is confirmed whether the prize-time notice is executed at the lottery time of the chance-eye notice, and if the prize-time notice is executed. It is also possible not to hold the lottery itself for the chance eye notice. That is, whether or not to execute the later lottery may be determined 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, the selection probability, etc. good. By performing the lottery in multiple stages in this way, it is possible to make 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 look-ahead effect that has been executed earlier is referred to, and it is selected whether to duplicate the look-ahead 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 pending 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. Further, 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 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, the starting 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 ordinary 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 the advance 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 is made to belong 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 effect has different characteristics depending on the group to which the player belongs, and it is possible to realize various notice effects and improve the fun of the game.

また、演出制御手段は、複数の予告演出を重複して実行可能であり、先に実行されている予告演出の種類に応じて後に実行する予告演出の内容を選択可能であることとなる。したがって、現在の状況に応じた柔軟な選択が可能となり、より興趣の高い予告演出とすることができる。 Further, the effect control means can execute a plurality of advance notice effects in a duplicated manner, and can select the content of the advance notice effect to be executed later according to the type of the advance advance advance effect. Therefore, it is possible to make a flexible selection according to the current situation, 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 to select whether or not to execute the advance notice effect is determined according to the group to which each advance notice effect belongs. Therefore, the timing for deciding whether or not to execute the game can be dispersed, and the timing 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 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 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-described embodiment as the gaming machine, and is not limited to, 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 it 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)
111Cd 第2作業領域(RAM111C)
111Cd1 第2専用領域(RAM111C)
111Cd2 第2共通領域(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)
111Cd second work area (RAM111C)
111Cd1 2nd dedicated area (RAM111C)
111Cd2 2nd common area (RAM111C)

Claims (2)

所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、
遊技に関する制御を行う制御手段を備え、
前記制御手段は、
当該制御手段が使用するプログラムを記憶した第1記憶手段と、
前記プログラムの作業領域を提供する第2記憶手段と、を備え、
前記第1記憶手段には、
前記プログラムである第1プログラムが記憶される第1記憶領域と、
前記プログラムである第2プログラムが記憶される第2記憶領域と、があり、
前記第1記憶領域と、前記第2記憶領域とは、未使用領域を挟んで設定されており、
前記第2記憶手段には、
前記第1プログラムの作業領域である第1作業領域と、
前記第2プログラムの作業領域である第2作業領域と、があり、
前記第1作業領域と、前記第2作業領域とは、未使用領域を挟んで設定されており、
前記第1作業領域には、
前記第1プログラムにより読み書きされるが、前記第2プログラムからは読み書きされない第1専用領域と、
前記第1プログラムにより少なくとも書き込まれるとともに、前記第2プログラムにより読み出すことが可能な第1共通領域と、を備え、
前記第1共通領域に該当する領域のうち前記第1作業領域において最も前方に位置する領域よりも前に前記第1専用領域に該当する領域が配置されるとともに、前記第1共通領域に該当する領域のうち前記第1作業領域において最も後方に位置する領域よりも後に前記第1専用領域に該当する領域が配置されるようにし、
前記第2作業領域には、
前記第2プログラムにより読み書きされるが、前記第1プログラムからは読み書きされない第2専用領域と、
前記第2プログラムにより少なくとも書き込まれるとともに、前記第1プログラムにより読み出すことが可能な第2共通領域と、を備え、
前記制御手段は、
前記第1プログラムを実行しているときに前記第2プログラムを実行する際は、前記第1プログラムで使用するスタックポインタを前記第2プログラムによってスタックポインタ退避領域に退避するようにし、
前記スタックポインタ退避領域を前記第2作業領域に配置し、
前記第2作業領域に記憶された情報の正当性判定を行った際に正当でないと判定した場合には、当該第2作業領域の初期化を行うが前記スタックポインタ退避領域の初期化は行わないことを特徴とする遊技機。
In 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.
Equipped with control means to control the game
The control means
A first storage means that stores the program 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, which is the program, is stored, and
There is a second storage area in which the second program, which is the program, 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 and written by the first program but not read and written by the second program.
It includes a first common area that is at least written by the first program and can be read by the second program.
Among the areas corresponding to the first common area, the area corresponding to the first dedicated area is arranged before the area located at the frontmost in the first work area, and the area corresponds to the first common area. The area corresponding to the first dedicated area is arranged after the area located at the rearmost position in the first work area among the areas.
In the second work area,
A second dedicated area that is read / written by the second program but not read / written from the first program.
A second common area that is at least written by the second program and can be read by the first program is provided.
The control means
When the second program is executed while the first program is being executed, the stack pointer used in the first program is saved in the stack pointer save area by the second program.
The stack pointer save area is arranged in the second work area, and the stack pointer save area is arranged in the second work area.
If it is determined that the information stored in the second work area is not valid when the validity is determined, the second work area is initialized, but the stack pointer evacuation area is not initialized. A game machine characterized by that.
前記制御手段は、遊技を統括的に制御する遊技制御手段であり、
前記第1プログラムは、遊技の制御に関する遊技制御プログラムであり、
前記第2プログラムは、遊技機における遊技価値の収支に関する情報を表示するための性能表示プログラムであることを特徴とする請求項1に記載の遊技機。
The control means is a game control means that controls the game in an integrated manner.
The first program is a game control program related to game control.
The gaming machine according to claim 1, wherein the second program is a performance display program for displaying information on the balance of gaming value in the gaming machine.
JP2018204617A 2018-10-31 2018-10-31 Pachinko machine Active JP6897979B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018204617A JP6897979B2 (en) 2018-10-31 2018-10-31 Pachinko machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018204617A JP6897979B2 (en) 2018-10-31 2018-10-31 Pachinko machine

Publications (2)

Publication Number Publication Date
JP2020069044A JP2020069044A (en) 2020-05-07
JP6897979B2 true JP6897979B2 (en) 2021-07-07

Family

ID=70548472

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018204617A Active JP6897979B2 (en) 2018-10-31 2018-10-31 Pachinko machine

Country Status (1)

Country Link
JP (1) JP6897979B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020069041A (en) * 2018-10-31 2020-05-07 株式会社ソフイア Game machine
JP2020130406A (en) * 2019-02-15 2020-08-31 株式会社ソフイア Game machine

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5551373B2 (en) * 2009-03-06 2014-07-16 株式会社三共 Game machine
JP6677984B2 (en) * 2015-08-05 2020-04-08 株式会社三共 Gaming machine

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020069041A (en) * 2018-10-31 2020-05-07 株式会社ソフイア Game machine
JP7125750B2 (en) 2018-10-31 2022-08-25 株式会社ソフイア game machine
JP2020130406A (en) * 2019-02-15 2020-08-31 株式会社ソフイア Game machine
JP7216406B2 (en) 2019-02-15 2023-02-01 株式会社ソフイア game machine

Also Published As

Publication number Publication date
JP2020069044A (en) 2020-05-07

Similar Documents

Publication Publication Date Title
JP6915875B2 (en) Pachinko machine
JP6884406B2 (en) Pachinko machine
JP2022066558A (en) Game machine
JP6904577B2 (en) Pachinko machine
JP6892127B2 (en) Pachinko machine
JP6897979B2 (en) Pachinko machine
JP7127825B2 (en) game machine
JP6915877B2 (en) Pachinko machine
JP6920745B2 (en) Pachinko machine
JP7037185B2 (en) Pachinko machine
JP7056929B2 (en) Pachinko machine
JP2020018338A (en) Game machine
JP2020018341A (en) Game machine
JP7157448B2 (en) game machine
JP6867696B2 (en) Game machine
JP6836274B2 (en) Game machine
JP6871631B2 (en) Game machine
JP7207701B2 (en) game machine
JP7108301B2 (en) game machine
JP7125750B2 (en) game machine
JP7216406B2 (en) game machine
JP7266850B2 (en) game machine
JP7255846B2 (en) game machine
JP7366387B2 (en) gaming machine
JP6912817B2 (en) Pachinko machine

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191203

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200928

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201110

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210105

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210302

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210426

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210603

R150 Certificate of patent or registration of utility model

Ref document number: 6897979

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250