JP2020025761A - Game machine - Google Patents

Game machine Download PDF

Info

Publication number
JP2020025761A
JP2020025761A JP2018152374A JP2018152374A JP2020025761A JP 2020025761 A JP2020025761 A JP 2020025761A JP 2018152374 A JP2018152374 A JP 2018152374A JP 2018152374 A JP2018152374 A JP 2018152374A JP 2020025761 A JP2020025761 A JP 2020025761A
Authority
JP
Japan
Prior art keywords
special
game
probability
setting
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2018152374A
Other languages
Japanese (ja)
Other versions
JP6904577B2 (en
Inventor
園田 欽章
Yoshiaki Sonoda
欽章 園田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sophia Co Ltd
Original Assignee
Sophia Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sophia Co Ltd filed Critical Sophia Co Ltd
Priority to JP2018152374A priority Critical patent/JP6904577B2/en
Publication of JP2020025761A publication Critical patent/JP2020025761A/en
Application granted granted Critical
Publication of JP6904577B2 publication Critical patent/JP6904577B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

To increase development efficiency.SOLUTION: Control means (performance control device 300) for controlling a game includes arithmetic processing means (CPU 311) having a plurality of registers and storage means (RAM 322) capable of storing information related to control. In a relationship where one control process is called corresponding to a call instruction to be executed in another control process, when one control process stores a return value to be returned to another control process in the register, the return value is stored according to an order predetermined for each of the plurality of registers. When there are return values equal to or more than a predetermined number, the return values up to the predetermined number are stored in the plurality of registers according to the order, and the return values equal to or more than the predetermined number are stored in storage means.SELECTED DRAWING: Figure 109

Description

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

所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に遊技者に遊技価値を付与する特別遊技状態を発生可能な遊技機が知られている。このような遊技機では、制御装置において順次制御処理を行うことで遊技の進行を制御するようにしている(例えば特許文献1参照)。   2. Description of the Related Art There has been known a gaming machine capable of executing a game based on establishment of a predetermined condition and generating a special gaming state in which a game value is given to a player when a result of the game is a special result. In such a gaming machine, the progress of the game is controlled by sequentially performing control processing in a control device (for example, see Patent Document 1).

特開2015−110126号公報JP-A-2005-110126

制御装置では多種多様な制御処理を行う必要があり、開発段階においては限られた期間でこれらの制御処理を効率よく作成する必要がある。本発明の目的は、開発の効率を高めることである。   In the control device, it is necessary to perform various control processes, and in the development stage, it is necessary to efficiently create these control processes within a limited period. It is an object of the present invention to increase the efficiency of development.

以上の課題を解決するため、請求項1に記載の発明は、
所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、
遊技に関する制御を行う制御手段を備え、
前記制御手段は、
複数のレジスタを備える演算処理手段と、
制御に関する情報を記憶可能な記憶手段と、を備え、
一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にある場合に、前記一の制御処理が前記他の制御処理に返す戻り値を前記レジスタに格納する際には、複数の前記レジスタの各々に予め定められた順位に従って前記戻り値を格納し、
所定数以上の前記戻り値がある場合は、複数の前記レジスタに対して前記順位に従って前記所定数までの前記戻り値を格納するとともに、前記所定数以上の前記戻り値を前記記憶手段に格納することを特徴とする。
In order to solve the above problems, the invention described in claim 1 is
In a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result,
A control unit for controlling the game,
The control means includes:
Arithmetic processing means having a plurality of registers;
Storage means capable of storing information related to control,
When one control process is called in response to a call instruction executed in another control process, a return value returned by the one control process to the other control process is stored in the register. In this case, storing the return value according to a predetermined order in each of the plurality of registers,
When there are a predetermined number or more of the return values, the return values of up to the predetermined number are stored in the plurality of registers according to the order, and the return values of the predetermined number or more are stored in the storage unit. It is characterized by the following.

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

本発明の一実施形態の遊技機を前面側から見た斜視図である。It is the perspective view which looked at the game machine of one embodiment of the present invention from the front side. 遊技盤の正面図である。It is a front view of a game board. 遊技機の制御系の構成例を示すブロック図である。It is a block diagram showing an example of composition of a control system of a game machine. 遊技機の制御系の構成例を示すブロック図である。It is a block diagram showing an example of composition of a control system of a game machine. 特別結果の構成を説明する図である。It is a figure explaining composition of a special result. 特別遊技状態における動作態様を説明する図である。It is a figure explaining an operation mode in a special game state. 特別遊技状態における動作態様を説明する図である。It is a figure explaining an operation mode in a special game state. 遊技状態の遷移を説明するための図である。It is a figure for explaining transition of a game state. メイン処理を説明するフローチャートである。It is a flowchart explaining a main process. メイン処理を説明するフローチャートである。It is a flowchart explaining a main process. タイマ割込み処理を説明するフローチャートである。It is a flowchart explaining a timer interruption process. 確率設定変更/確認処理を説明するフローチャートである。It is a flowchart explaining a probability setting change / confirmation process. 性能表示装置における表示を説明する図である。It is a figure explaining a display in a performance display. 始動口スイッチ監視処理を説明するフローチャートである。It is a flowchart explaining a starting port switch monitoring process. 特図始動口スイッチ共通処理を説明するフローチャートである。It is a flowchart explaining a special figure starting port switch common process. 特図保留情報判定処理を説明するフローチャートである。It is a flowchart explaining a special figure suspension information determination process. 特図保留情報判定処理を説明するフローチャートである。It is a flowchart explaining a special figure suspension information determination process. 先読み大当り判定処理を説明するフローチャートである。It is a flowchart explaining a prefetch big hit determination process. 特図1ゲーム処理を説明するフローチャートである。It is a flowchart explaining the special figure 1 game process. 特図2ゲーム処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 game process. 特図2ゲーム処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 game process. 特図1普段処理を説明するフローチャートである。FIG. 3 is a flowchart for explaining ordinary processing. 特図2普段処理を説明するフローチャートである。FIG. 3 is a flowchart for explaining ordinary processing. 特図1変動開始処理及び特図2変動開始処理を説明するフローチャートである。It is a flowchart explaining special figure 1 change start processing and special figure 2 change start processing. 転落抽選処理を説明するフローチャートである。It is a flowchart explaining a fall lottery process. 大当りフラグ1設定処理及び大当りフラグ2設定処理を説明するフローチャートである。It is a flowchart explaining a big hit flag 1 setting process and a big hit flag 2 setting process. 大当り判定処理を説明するフローチャートである。It is a flowchart explaining a big hit determination process. 小当り判定処理を説明するフローチャートである。It is a flowchart explaining a 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情報設定処理を説明するフローチャートである。It is a flowchart explaining a special figure 1 information setting process. 特図2情報設定処理を説明するフローチャートである。It is a flowchart explaining a special figure 2 information setting process. 特図1変動パターン設定処理を説明するフローチャートである。It is a flowchart explaining a special figure 1 fluctuation pattern setting process. 特図2変動パターン設定処理を説明するフローチャートである。It is a flowchart explaining a special figure 2 fluctuation pattern setting process. 変動開始情報設定処理を説明するフローチャートである。It is a flowchart explaining a change start information setting process. 時間短縮変動回数更新処理を説明するフローチャートである。It is a flowchart explaining the time reduction change frequency update process. 特図1変動中処理を説明するフローチャートである。It is a flowchart explaining the processing during special figure 1 fluctuation. 特図2変動中処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 changing process. 特図1表示中処理を説明するフローチャートである。It is a flowchart explaining the processing during special figure 1 display. 特図2表示中処理を説明するフローチャートである。It is a flowchart explaining the process during special figure 2 display. 特図2表示中処理を説明するフローチャートである。It is a flowchart explaining the process during special figure 2 display. ファンファーレ/インターバル中処理を説明するフローチャートである。It is a flowchart explaining a process during a fanfare / interval. ファンファーレ/インターバル中処理を説明するフローチャートである。It is a flowchart explaining a process during a fanfare / interval. 特図1大当り終了処理を説明するフローチャートである。It is a flowchart explaining the special figure 1 big hit end processing. 特図2大当り終了処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 big hit end process. 大当り終了設定処理1及び大当り終了設定処理2を説明するフローチャートである。It is a flowchart explaining the big hit end setting process 1 and the big hit end setting process 2. 大当り終了設定処理3を説明するフローチャートである。It is a flowchart explaining the big hit end setting process 3. 小当りファンファーレ中処理を説明するフローチャートである。It is a flowchart explaining the process during a small hit fanfare. 特図2小当り終了処理を説明するフローチャートである。It is a flowchart explaining the special figure 2 small hit end processing. 普図ゲーム処理を説明するフローチャートである。It is a flowchart explaining a general-purpose game process. 普図表示中処理を説明するフローチャートである。It is a flowchart explaining a process during a normal figure display. 2バイトデータ取得処理を説明するフローチャートである。It is a flowchart explaining a 2-byte data acquisition process. 図柄変動制御処理を説明するフローチャートである。It is a flowchart explaining a symbol fluctuation 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 an effect command setting process. 特図1表示中処理を説明するフローチャートである。It is a flowchart explaining the processing during special figure 1 display. 特図2表示中処理を説明するフローチャートである。It is a flowchart explaining the process during special figure 2 display. ファンファーレ/インターバル中処理移行設定処理を説明するフローチャートである。It is a flowchart explaining a fanfare / interval process shift setting process. ファンファーレ/インターバル中処理を説明するフローチャートである。It is a flowchart explaining a process during a fanfare / interval. 遊技制御装置が有するROMのデータ構造の一例を示す図である。It is a figure showing an example of the data structure of ROM which a game control device has. 大当り判定について説明する図である。It is a figure explaining a big hit judgment. 演出制御装置のメイン処理を説明するフローチャートである。It is a flowchart explaining the main process of the effect control device. 受信コマンドチェック処理を説明するフローチャートである。It is a flowchart explaining a reception command check process. 受信コマンド解析処理を説明するフローチャートである。It is a flowchart explaining a reception command analysis process. 変動系コマンド処理を説明するフローチャートである。It is a flowchart explaining a fluctuation system command process. 大当り系コマンド処理を説明するフローチャートである。It is a flowchart explaining a jackpot system command process. (a)は確率設定値の変更時や確認時に表示する設定履歴カレンダーの一例を示す図であり、(b)ホール設定画面の一例を示す図である。(A) is a figure which shows an example of the setting history calendar displayed at the time of changing or confirming a probability set value, and (b) is a figure showing an example of a hole setting screen. エンディング演出設定処理の一例を説明するフローチャートである。It is a flowchart explaining an example of an ending effect setting process. 設定示唆演出判定処理の一例を説明するフローチャートである。It is a flowchart explaining an example of setting suggestion effect determination processing. 変動演出設定処理の一例を説明するフローチャートである。It is a flowchart explaining an example of a fluctuation effect setting process. エンディング演出設定処理の変形例を説明するフローチャートである。It is a flowchart explaining the modification of an ending effect setting process. ホール設定画面の変形例を示す図である。It is a figure showing the modification of a hall setting screen. 設定示唆演出判定処理の第1変形例を説明するフローチャートである。It is a flowchart explaining the 1st modification of setting suggestion effect determination processing. 設定示唆演出として表示する設定履歴カレンダーの一例を示す図である。It is a figure showing an example of a setting history calendar displayed as a setting suggestion effect. 設定示唆演出判定処理の第2変形例を説明するフローチャートである。It is a flowchart explaining the 2nd modification of setting suggestion effect determination processing. (a)ホール設定画面、(b)遊技者設定画面を説明する図である。It is a figure explaining a (a) hall setting screen and (b) a player setting screen. ホール設定モード処理を説明するフローチャートである。It is a flowchart explaining a hall setting mode process. ホール音量調整処理を説明するフローチャートである。It is a flowchart explaining a hall sound volume adjustment process. ホールLED輝度調整処理を説明するフローチャートである。It is a flowchart explaining a hall LED brightness adjustment process. 遊技者設定モード処理を説明するフローチャートである。It is a flowchart explaining a player setting mode process. 遊技者音量調整処理を説明するフローチャートである。It is a flowchart explaining a player volume adjustment process. 遊技者LED輝度調整処理を説明するフローチャートである。It is a flowchart explaining a player LED brightness adjustment process. マイナス更新処理を説明するフローチャートである。It is a flowchart explaining a minus update process. プラス更新処理を説明するフローチャートである。It is a flowchart explaining a plus update process. 特図1ゲーム処理のプログラム構造を示すプログラムリストである。7 is a program list showing a program structure of a special figure 1 game process. 特図2ゲーム処理のプログラム構造を示すプログラムリストである。3 is a program list showing a program structure of a special figure 2 game process. ファンファーレ/インターバル中処理のプログラム構造を示すプログラムリストである。9 is a program list showing a program structure of a fanfare / interval processing. 普図ゲーム処理のプログラム構造を示すプログラムリストである。It is a program list showing a program structure of a general-purpose game process. 普図表示中処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of the process during normal figure display. 2バイトデータ取得処理のプログラム構造を示すプログラムリストである。9 is a program list showing a program structure of a 2-byte data acquisition process. 図柄変動制御処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of symbol fluctuation control processing. 1バイト減算処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of 1 byte subtraction processing. 1バイト加算処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of 1 byte addition processing. 演出コマンド設定処理のプログラム構造を示すプログラムリストである。It is a program list showing the program structure of the production command setting process. 特図1表示中処理のプログラム構造を示すプログラムリストである。7 is a program list showing a program structure of processing during special figure 1 display. 特図2表示中処理のプログラム構造を示すプログラムリストである。9 is a program list showing a program structure of processing during special figure 2 display. 演出制御装置のレジスタ構造を説明する図である。It is a figure explaining the register structure of an effect control device. ホール設定モード処理のプログラム構造を示すプログラムリストである。5 is a program list showing a program structure of a hole setting mode process. ホール音量調整処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of hall volume adjustment processing. ホールLED輝度調整処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of hall LED brightness adjustment processing. 遊技者設定モード処理のプログラム構造を示すプログラムリストである。5 is a program list showing a program structure of a player setting mode process. 遊技者音量調整処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of a player volume adjustment process. 遊技者LED輝度調整処理のプログラム構造を示すプログラムリストである。It is a program list which shows the program structure of player LED brightness adjustment processing. マイナス更新処理のプログラム構造を示すプログラムリストである。It is a program list showing a program structure of a minus update process. プラス更新処理のプログラム構造を示すプログラムリストである。It is a program list showing the program structure of plus update processing. 乱数処理のプログラム構造を示すプログラムリストである。4 is a program list showing a program structure of random number processing. 範囲補正処理のプログラム構造を示すプログラムリストである。9 is a program list showing a program structure of a range correction process. 制御処理の関係性を説明する図である。FIG. 7 is a diagram illustrating the relationship between control processes. 制御処理の関係性を説明する図である。FIG. 7 is a diagram illustrating the relationship between control processes. 第1変形例での特定演出の一例を説明する図である。It is a figure explaining an example of the specific effect in the 1st modification. 第1変形例でのメイン処理を説明するフローチャートである。13 is a flowchart illustrating main processing in a first modification. 第1変形例での特定演出処理を説明するフローチャートである。It is a flowchart explaining the specific effect processing in the 1st modification. 第2変形例での特定演出の一例を説明する図である。It is a figure explaining an example of the specific effect in the 2nd modification. 第2変形例でのホール設定モード処理を説明するフローチャートである。It is a flow chart explaining hall setting mode processing in the 2nd modification. 第2変形例でのカスタム設定処理を説明するフローチャートである。15 is a flowchart illustrating a custom setting process in a second modification. 第2変形例での遊技者設定モード処理を説明するフローチャートである。It is a flowchart explaining the player setting mode process in the 2nd modification. 第2変形例での遊技者カスタム設定処理を説明するフローチャートである。It is a flowchart explaining the player custom setting process in the 2nd modification. 第2変形例での特定演出処理を説明するフローチャートである。It is a flowchart explaining the specific effect processing in the 2nd modification. 第2変形例での、(a)カスタム設定画面、(b)遊技者カスタム設定画面を説明する図である。It is a figure explaining the (a) custom setting screen and the (b) player custom setting screen in a 2nd modification. 第2変形例での特定演出の別例を説明する図である。It is a figure explaining another example of the specific effect in the 2nd modification. 第2変形例での制御処理の関係性を説明する図である。FIG. 14 is a diagram illustrating the relationship between control processes in a second modification. 第2変形例での特定演出の別例を説明する図である。It is a figure explaining another example of the specific effect in the 2nd modification. 第2変形例での特定演出処理の別例を説明するフローチャートである。It is a flowchart explaining another example of the specific effect processing in the 2nd modification. 第2変形例での音量や輝度の調節と特定演出の実行態様を説明する図である。It is a figure explaining adjustment of volume and brightness in a 2nd modification, and an execution mode of a specific 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 closable. The game board 30 (see FIG. 2) is housed in a housing (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 that covers 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 and LEDs are built in the left and right sides of the glass frame 15 to decorate and produce effects, and notify when an abnormality occurs (for example, when a dispensing abnormality occurs, the lamps or LEDs are displayed in an abnormality notification color (for example, red). ), A frame decoration device 18 that emits light for lighting (flashing)), and a speaker (upper speaker) 19a that emits sound (for example, sound effect). Further, a speaker (lower speaker) 19b is provided below the front frame 12. Further, when an abnormality occurs, the speaker (upper speaker) 19a and the speaker (lower speaker) 19b notify the contents of the abnormality by voice. In addition, you may make it provide the lamp for payment abnormality notification in the predetermined part of the glass frame 15. FIG.

また、前面枠12の下部には、図示しない打球発射装置に遊技球を供給する上皿21(貯留皿)、遊技機10の裏面側に設けられている払出ユニットから払い出された遊技球が流出する上皿球出口22、上皿21が一杯になった状態で払い出された遊技球を貯留する下皿(受皿)23及び打球発射装置の操作部24等が設けられている。さらに、上皿21の上縁部には、遊技者からの押圧操作入力を受け付けるための演出ボタンスイッチ25aを内蔵した演出ボタン25が設けられている。また、演出ボタン25の上面(押圧面)には、遊技者からの接触操作入力を受け付けるためのタッチパネル29が設けられている。さらに、前面枠12の下部右側には、前面枠12やガラス枠15を開放したり施錠したりする鍵を挿入するための鍵穴26が設けられている。
なお、本実施形態ではタッチパネル29を演出ボタン25と一体的に設けたが、タッチパネル29は、演出ボタン25と別体であってもよく、例えば、演出ボタン25の近傍にサブ表示装置を設け、そのサブ表示装置の表示面にタッチパネル29を設けてもよい。
An upper plate 21 (reservoir plate) for supplying game balls to a hit ball launching device (not shown) and a game ball paid out from a payout unit provided on the back side of the gaming machine 10 are provided below the front frame 12. An outlet 22 for the upper plate ball flowing out, a lower plate (receiving tray) 23 for storing game balls paid out in a state where the upper plate 21 is full, an operation unit 24 of the hitting ball firing device, and the like are provided. Further, on the upper edge of the upper plate 21, an effect button 25 having a built-in effect button switch 25a for receiving a pressing operation input from a player is provided. A touch panel 29 for receiving a contact operation input from a player is provided on the upper surface (pressing surface) of the effect button 25. Further, a keyhole 26 for inserting a key for opening and locking the front frame 12 and the glass frame 15 is provided on the lower right side of the front frame 12.
In the present embodiment, the touch panel 29 is provided integrally with the effect button 25. However, the touch panel 29 may be provided separately from the effect button 25. For example, a sub display device is provided near 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参照)における変動表示ゲーム(飾り特図変動表示ゲーム)において、遊技者の操作を介入させた演出等を行うことができる。   Also, to the right of the effect button 25, a ball lending button 27 that is operated when the player receives a ball lending from an adjacent ball lending machine, and a discharge operation that is performed to discharge 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 hit ball launching device launches the game ball supplied from the upper plate 21 toward the game area 32 on the front of the game board 30. I do. In addition, when the player operates the effect button 25 or the touch panel 29, in the variable display game (decorative special figure variable display game) on the display device 41 (see FIG. 2), an effect or the like in which the operation of the player is interposed is performed. 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 game board body 80 serving as a mounting base for various members. The game board main body 80 is made of wooden or synthetic resin, and is surrounded by resin side cases 33 and outer peripheral walls (guide rails) 31 provided at four corners of the game board 30 on the front surface of the game board main body 80. Game area 32 is provided. The gaming machine 10 is configured to play a game by firing a game ball from a hit ball firing device into a game area 32 surrounded by an outer peripheral wall 31. In the game area 32, a windmill, an obstruction nail, or the like is provided as a member for changing the flowing direction of the game ball, and the shot game ball flows down the game area 32 while changing the rolling direction by these members.

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

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

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

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

センターケース40の左下方の遊技領域32には、二つの一般入賞口35が配置されており、センターケース40の右下方の遊技領域32には、一つの一般入賞口35が配置されている。これら一般入賞口35への遊技球の入賞は、一般入賞口35に備えられた入賞口スイッチ35a(図3参照)によって検出される。   In the lower left game area 32 of the center case 40, two general winning openings 35 are arranged, and in the lower right gaming area 32 of the center case 40, one general winning opening 35 is arranged. The winning of the game ball into the general winning opening 35 is detected by a winning opening switch 35a provided in the general winning opening 35 (see FIG. 3).

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

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

なお、本実施形態において、普通変動入賞装置37の可動部材は、普電ソレノイド37cによって前後方向に進退(スライド)することで開閉する所謂ベロ型の普通電動役物であるが、普通変動入賞装置37の可動部材は、これに限定されない。普通変動入賞装置37の可動部材は、例えば、普電ソレノイド37cによって上端側が手前側に倒れる方向に回動することで開放するアタッカ形式の普通電動役物であっても良いし、普電ソレノイド37cによって逆「ハ」の字状に開放するチューリップ型の普通電動役物であっても良い。
また、普通変動入賞装置37は、可動部材が閉状態でも遊技球の入賞を可能とし、閉状態では開状態よりも遊技球が入賞しにくい状態としても良い。
In the present embodiment, the movable member of the normal fluctuation winning device 37 is a so-called Vero type normal electric accessory which opens and closes by moving forward and backward (sliding) by the general-purpose solenoid 37c. 37 movable members are not limited to this. The movable member of the normal fluctuation winning device 37 may be, for example, an attacker-type ordinary electric accessory which is opened by being rotated in a direction in which the upper end side is tilted forward by a general-purpose solenoid 37c, or may be a general-purpose solenoid 37c. It may be a tulip-shaped ordinary electric accessory that opens in a reverse “C” shape.
In addition, the normal fluctuation winning device 37 may enable a game ball to win even when the movable member is in the closed state, and may be in a state where the game ball is less likely to win 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, between the ordinary figure starting gate 34 and the ordinary fluctuation winning device 37, a state in which game balls are not accepted and a state in which game balls are easily accepted depending on the result of the special figure fluctuation display game. A convertible first special variable prize winning device (upper prize) 38 is provided. The first special variable winning device 38 converts the upper winning prize port into a state in which game balls can flow in by opening and closing members (not shown) advance and retreat (slide) in the front-rear direction. The first special fluctuation winning device 38 changes the upper winning hole from a closed state to an open state based on the result of the special figure fluctuation display game, thereby facilitating the flow of the game ball into the upper winning hole. A predetermined game value (prize ball) is provided to the player. The game ball that has won the first special variable winning device 38 is detected by a special winning opening switch (count switch) 38a (see FIG. 3).

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

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

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

始動入賞口36の下方の遊技領域32には、入賞口等に入賞しなかった遊技球を回収するアウト口30aが設けられている。また、遊技領域32の外側であって遊技盤本体80の右下角部には、特図変動表示ゲーム(特図1変動表示ゲーム、特図2変動表示ゲーム)及び普図変動表示ゲームを実行する一括表示装置50が設けられている。   The game area 32 below the start winning port 36 is provided with an out port 30a for collecting game balls that have not won the winning port or the like. Further, a special figure change display game (a special figure 1 change display game, a special figure 2 change display game) and a normal figure change display game are executed outside the game area 32 and at the lower right corner of the game board main body 80. 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 collective display device 50 is a special figure 1 display (first special figure change display unit) 51 and a special figure 2 change display for a special figure 1 change display game composed of a 7-segment type display (LED lamp) and the like. A special figure 2 display (second special figure change display section) 52 for the game, a first storage display section 53 for notifying the number of start storage of the special figure 1 change display game constituted by an LED lamp, and an LED lamp And a second storage display unit 54 for notifying the number of stored starts of the special figure 2 variable display game.

また、一括表示装置50には、大当り時のラウンド数(特別変動入賞装置38,39の開閉回数)を表示するラウンド表示部55、左打ち(通常打ち)と右打ちのうち遊技者に有利な打ち方(遊技状態に対応した打ち方)を報知する第1遊技状態表示部56、特図変動表示ゲームの確率状態(高確率状態又は低確率状態)を報知する確率表示部57が設けられている。なお、一括表示装置50には、遊技機10の電源投入時に大当りの確率状態が高確率状態となっていることを表示する確率状態表示部、大当りが発生すると点灯して大当り発生を報知する表示部(表示器)等が設けられていてもよい。
更に、普図変動表示ゲームを表示する普図表示部58や、普図変動表示ゲームの始動記憶数報知用の記憶表示部59、時短状態が発生すると点灯して時短状態発生を報知する時短状態報知部60等が設けられている。
The collective display device 50 has a round display portion 55 for displaying the number of rounds at the time of a big hit (the number of times the special variable winning devices 38 and 39 are opened and closed). A first game state display unit 56 for informing how to hit (how to hit corresponding to the game state), and a probability display unit 57 for informing the probability state (high probability state or low probability state) of the special figure change display game are provided. I have. The collective display device 50 has a probability state display section for displaying that the large hit probability state is in the high probability state when the gaming machine 10 is powered on, and a display for turning on when a large hit occurs to notify the large hit occurrence. A unit (display) or the like may be provided.
Further, a general-figure display section 58 for displaying the general-figure variation display game, a storage display section 59 for notifying the number of stored start-ups of the general-figure variation display game, A 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 change display game on the special figure 1 display 51 and the special figure 2 display 52 is, for example, during the execution of the change display game, that is, while performing the decoration special figure change display game on the display device 41, The segment is blinked to indicate that it is changing. The blinking cycle is set to, for example, 100 ms. In the case of the present embodiment, in the special figure 1 change display game on the special figure 1 display 51, the eighth segment provided on the lower right side of the 7-segment is also driven to blink in addition to the center segment. It is configured to display that it is changing, so that the special figure 1 and the special figure 2 can be distinguished. When the result of the game is "missing", for example, the center segment (the eighth segment on the lower right side in addition to the special figure 1) is turned on as a result mode of the missing, and the result of the game is In the case of "hit", a game result is displayed by turning on a result mode (for example, a number or a symbol) other than a loss result mode as a hit result mode (special result mode).

第1記憶表示部53は、特図1表示器51の変動開始条件となる始動入賞口36への入賞球数のうち未消化の球数(始動記憶数=保留数)を複数のLEDの消灯、点灯(点滅)により表示する。
第2記憶表示部54は、特図2表示器52の変動開始条件となる普通変動入賞装置37への入賞球数のうち未消化の球数(始動記憶数=保留数)を複数のLEDの消灯、点灯(点滅)により表示する。
ラウンド表示部55はLEDランプ等で構成され、特別遊技状態中でない場合には全てのLEDを消灯状態にし、特別遊技状態中には特別結果に応じて選択されたラウンド数に対応してLEDを点灯状態にする。なお、ラウンド表示部55は7セグメント型の表示器で構成してもよい。
The first storage and display unit 53 turns off a plurality of LEDs for the number of undigested balls (starting storage number = reservation number) out of the winning prize balls to the starting winning opening 36 which is a change start condition of the special figure 1 display 51. , Is displayed by lighting (flashing).
The second storage and display unit 54 determines the number of undigested balls (starting storage number = reservation number) out of the number of prize balls to the ordinary fluctuation prize device 37 which is a fluctuation start condition of the special figure 2 display 52 by a plurality of LEDs. Displayed by turning off and lighting (flashing).
The round display unit 55 is configured by 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 on the light. The round display section 55 may be constituted by a 7-segment display.

第1遊技状態表示部56はLEDランプ等で構成され、例えば右打ちよりも左打ちの方が遊技者にとって有利な遊技状態の場合(通常打ち時)には全てのLEDを消灯状態にし、左打ちよりも右打ちの方が遊技者にとって有利な遊技状態の場合(右打ち時)には全てのLEDを点灯状態にする。
確率表示部57はLEDランプ等で構成され、例えば大当りの確率状態が低確率状態(通常確率状態)の場合には全てのLEDを消灯状態にし、大当りの確率状態が高確率状態(確変状態)の場合には全てのLEDを点灯状態にする。
The first game state display unit 56 is configured by an LED lamp or the like. For example, in the case of a game state in which left-handed is more advantageous to the player than right-handed (at the time of normal beating), all LEDs are turned off, and In the case of a game state in which right-handing is more advantageous to the player than hitting (right-handed), all LEDs are turned on.
The probability display unit 57 is configured by an LED lamp or the like. For example, when the probability state of the big hit is a low probability state (normal probability state), all the LEDs are turned off, and the probability state of the big hit is a high probability state (probable state). In this case, 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 a control system of the pachinko gaming machine 10 according to the present embodiment.
The gaming machine 10 includes a game control device 100. The game control device 100 is a main control device (main board) that controls the game in a comprehensive manner, and includes a game microcomputer (hereinafter, referred to as a game microcomputer) 111. A CPU unit 110, an input unit 120 having an input port, an output unit 130 having an output port and a driver, and a data bus 140 connecting the CPU unit 110 with 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 game microcomputer (CPU) 111 called an amusement chip (IC) and an oscillator such as a crystal oscillator, and generates an operation clock of the CPU, a timer interrupt, and a clock used as a reference for a random number generation circuit. Oscillating circuit (crystal oscillator) 113 and the like. The game control device 100 and electronic components such as solenoids and motors driven by the game control device 100 are supplied with a DC voltage of a predetermined level such as DC32V, DC12V, and DC5V generated by the power supply device 400, so that they can operate. Is done.

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

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

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

遊技用マイコン111は、CPU(中央処理ユニット:マイクロプロセッサ)111A、読出し専用のROM(リードオンリメモリ)111B及び随時読出し書込み可能なRAM(ランダムアクセスメモリ)111Cを備える。   The game 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 stores invariably information (programs, fixed data, determination values of various random numbers, and the like) for game control in a nonvolatile manner, and the RAM 111C stores a work area of the CPU 111A and a storage area of various signals and random numbers during game control. Used as An electrically rewritable nonvolatile memory such as an EEPROM may be used as the ROM 111B or the RAM 111C.

また、ROM111Bは、例えば、特図変動表示ゲームの実行時間、演出内容、リーチ状態の発生の有無などを規定する変動パターン(変動態様)を決定するための変動パターンテーブルを記憶している。変動パターンテーブルとは、始動記憶として記憶されている変動パターン乱数1〜3をCPU111Aが参照して変動パターンを決定するためのテーブルである。また、変動パターンテーブルには、結果がはずれとなる場合に選択されるはずれ変動パターンテーブル、結果が大当りとなる場合に選択される大当り変動パターンテーブル等が含まれる。さらに、これらのパターンテーブルには、リーチ状態となった後の変動パターンである後半変動パターンを決定するためのテーブル(後半変動グループテーブルや後半変動パターン選択テーブル等)、リーチ状態となる前の変動パターンである前半変動パターンを決定するためのテーブル(前半変動グループテーブルや前半変動パターン選択テーブル等)が含まれている。   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 contents, the presence or absence of the reach state, and the like. The variation pattern table is a table for determining the variation pattern by referring to the variation pattern random numbers 1 to 3 stored as the start memory by the CPU 111A. In addition, the variation pattern table includes a variation variation pattern table selected when the result is incorrect, a large variation pattern table selected when the result is a large hit, and the like. Further, these pattern tables include tables for determining the latter half variation pattern which is the variation pattern after the reach state (the latter half variation group table, the latter half variation pattern selection table, etc.), and the variation before the reach state. A table for determining a first-half variation pattern that is a pattern (a first-half variation group table, a first-half variation pattern selection table, and the like) is included.

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

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

そして、このリーチ状態には複数のリーチ演出が含まれ、特別結果態様が導出される可能性が異なる(期待値が異なる)リーチ演出として、ノーマルリーチ(Nリーチ)、スペシャル1リーチ(SP1リーチ)、スペシャル2リーチ(SP2リーチ)、スペシャル3リーチ(SP3リーチ)、プレミアリーチが設定されている。なお、期待値は、リーチなし<ノーマルリーチ<スペシャル1リーチ<スペシャル2リーチ<スペシャル3リーチ<プレミアリーチの順に高くなるようになっている。また、このリーチ状態は、少なくとも特図変動表示ゲームで特別結果態様が導出される場合(大当りとなる場合)における変動表示態様に含まれるようになっている。すなわち、特図変動表示ゲームで特別結果態様が導出されないと判定する場合(はずれとなる場合)における変動表示態様に含まれることもある。よって、リーチ状態が発生した状態は、リーチ状態が発生しない場合に比べて大当りとなる可能性の高い状態である。   The reach state includes a plurality of reach effects, and the reach effects having different possibilities (different expected values) of deriving the special result mode include normal reach (N reach), special 1 reach (SP1 reach), Special 2 reach (SP2 reach), special 3 reach (SP3 reach), and premium reach are set. Note that the expected value increases in the order of no reach <normal reach <special 1 reach <special 2 reach <special 3 reach <premier reach. The reach state is included in the variable display mode at least when a special result mode is derived (a big hit) in the special figure variable display game. In other words, the special display mode may be included in the variable display mode when it is determined that the special result mode is not derived in the special figure variable display game (in the case of a loss). Therefore, the state in which the reach state has occurred is a state in which the jackpot is more likely to be a big hit than the case where 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 control signals (commands) for the payout control device 200 and the effect control device 300, and to generate and output drive signals for solenoids and display devices, and output the game machines. 10 is controlled overall. Although not shown, the gaming microcomputer 111 has a jackpot random number for determining the hit of the special figure change display game, a big hit symbol random number for determining the big hit symbol, and a change pattern (various types) in the special figure change display game. A random number generation circuit for generating random numbers for determining a variation pattern for determining reach and non-reach variable display, including a running time of a variable display game, and a hit random number for determining a hit of a normal map variable display game. And a clock generator for generating a timer interrupt signal of a predetermined period (for example, 4 milliseconds) for the CPU 111A and a clock for giving an update timing of the random number generation circuit to the CPU 111A based on an oscillation signal (original clock signal) from the oscillation circuit 113. I have.

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

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

遊技用マイコン111の入力部120には、遊技機に対する電波の発射を検出する盤電波センサ62、始動入賞口36内の始動口1スイッチ36a、普通変動入賞装置37内の始動口2スイッチ37a、一般入賞口35内の入賞口スイッチ35a、第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 for detecting emission of radio waves to the gaming machine, a starting port 1 switch 36a in the starting winning port 36, a starting port 2 switch 37a in the normal variable winning device 37, A winning opening switch 35a in the general winning opening 35, a large winning opening switch 38a in the first special variable winning device 38, a large winning opening switch 39a in the second special variable winning device 39, and a gate switch in the general figure starting gate 34. 34a, a specific area switch 38d and a remaining ball outlet switch 38e disposed in the first special variable winning device 38, an out ball detection switch 32a for detecting all game balls fired in the game area 32 and having finished the game. , And a negative logic signal such as a high level of 11V and a low level of 7V supplied from these switches is input, and 0V-5V Interface chip (proximity I / F) 121 that converts the positive logic signal is provided. The proximity I / F 121 has an input range of 7V to 11V, so that a lead wire of a sensor or a proximity switch is incorrectly short-circuited, a sensor or a switch is disconnected from a connector, or a lead wire is cut to be floating. It is configured to detect an abnormal state as described 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. Among the outputs of the proximity I / F 121, the detection signals of the starting port 1 switch 36a, the starting port 2 switch 37a, the winning port switch 35a, the winning port switches 38a and 39a, and the gate switch 34a are input to the second input port 123. Is done. Further, among the outputs of the proximity I / F 121, the detection signals of the specific area switch 38d, the remaining ball discharge 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, a detection signal of the panel radio wave sensor 62 and an 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の検出信号も入力されるようになっている。   The third input port 124 includes a detection signal of a magnetic sensor 61 for detecting fraud provided on the front frame 12 of the gaming machine 10, a detection signal of a vibration sensor 65 for detecting vibration of the gaming machine 10, A detection signal from a glass frame opening detection switch 63 provided on the glass frame 15 of the game machine 10 and a detection signal from a body frame opening detection switch 64 provided on the front frame (body frame) 12 of the gaming machine 10 are also input. It has become.

さらに、第3入力ポート124には、設定キー操作部の操作を検出する設定キースイッチ152からの信号が入力される。設定キー操作部は、設定キーを差し込む鍵穴を備え、対応する設定キーを差し込んだ場合にのみ第1位置から第2位置(所定状態)へ当該設定キーを回すことができるように構成されている。設定キースイッチ152は、第2位置へ回した状態となっていることを検出可能なセンサであり、第2位置に回した状態である場合にオン状態となり、第2位置に回していない状態である場合にオフ状態となる。   Further, a signal from a setting key switch 152 for detecting an operation of the setting key operation unit is input to the third input port 124. The setting key operation unit has a keyhole into which the setting key is inserted, and is configured to be able to turn the setting key 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 capable of detecting that the switch has been turned to the second position. The switch is turned on when the switch is turned to the second position, and is not turned to the second position. In some cases, it is turned 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 a probability value of a special result in the special figure change display game is assigned, and operate these operation units. By doing so, it is possible to select a probability setting value to which a probability value that is a special result in the special figure change display game is assigned, and the probability value corresponding to the selected probability setting value is used in the game. I have. Here, six “setting 1” to “setting 6” are prepared as probability setting values.

確率設定値を選択する際には、設定キー操作部の設定キーを第2位置に回した状態でRAM初期化スイッチ112を操作(押下)しながら遊技機の電源を投入することで確率設定値を変更可能な確率設定値変更モードとなり、確率設定値変更モード中にRAM初期化スイッチ112を操作(押下)することで確率設定値を変更することができるようになっている。選択されている確率設定値は、算出されたベース値や役物比率を表示するための性能表示装置153に表示される。具体的には、性能表示装置153には、確率設定値に関する操作をしている間(確率設定値変更モードや確率設定値確認モードである間)は確率設定値の情報が表示され、それ以外では算出されたベース値や役物比率が表示されるようになっている。   When selecting the probability setting value, the probability setting value is obtained 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. Is changed to a probability set value change mode in which the RAM initialization switch 112 is operated (pressed) during the probability set value change mode, so that the probability set value can be changed. 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 information on the probability set value while the operation on the probability set value is being performed (during the probability set value change mode or the probability set value confirmation mode). In, the calculated base value and the accessory ratio are displayed.

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

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

上記のように近接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, a voltage of 12 V is supplied to the proximity I / F 121 from the power supply device 400 in addition to a voltage of, for example, 5 V required for normal operation of the IC. 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 the gaming microcomputer 111 decoding the address assigned to the second input port 123 to assert (change to an effective level) the enable signal CE2. 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が設けられている。   In addition, the input unit 120 includes a frame radio wave unauthorized signal from the payout control device 200 (a signal output based on detection of a radio wave by the frame radio wave sensor provided on the front frame 12), a payout busy signal (payout control device). A signal indicating whether or not 200 is ready to accept a command), an abnormal payout status signal (a status signal indicating abnormal payout), a shot ball out switch signal (a signal indicating lack of game balls before payout), an overflow switch signal (A signal output when it is detected that a predetermined amount or more of the game balls are stored in the lower plate 23 (full), a touch switch signal (input to a touch switch provided in the operation unit 24). A first input port 122 is provided to take in a signal based on the input signal and supply the same to the gaming microcomputer 111 via the data bus 140.

また、入力部120には、電源装置400からの停電監視信号やリセット信号などの信号を遊技用マイコン111等に入力するためのシュミットバッファ125が設けられており、シュミットバッファ125はこれらの入力信号からノイズを除去する機能を有する。電源装置400からの停電監視信号や、RAM初期化スイッチ112からの初期化スイッチ信号は、一旦第1入力ポート122に入力され、データバス140を介して遊技用マイコン111に取り込まれる。つまり、前述の各種スイッチからの信号と同等の信号として扱われる。遊技用マイコン111に設けられている外部からの信号を受ける端子の数には制約があるためである。   The input unit 120 is provided with a Schmitt 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. 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 temporarily 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 on the number of terminals provided on the gaming microcomputer 111 for receiving signals from 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 from which noise has been removed by the Schmitt buffer 125 is directly input to a reset terminal provided in the gaming microcomputer 111 and is also supplied to each port of the output unit 130. The reset signal RESET is output directly to the relay board 70 without passing through the output unit 130, thereby turning off the test test signal held in a port (not shown) of the relay board 70 for output to the test test apparatus. It is configured as follows. Further, the configuration may be such that the reset signal RESET can be output to the trial test apparatus via the relay board 70. The reset signal RESET is not supplied to each of the ports 122, 123, 124, 126 of the input unit 120. The data set to 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 a malfunction of the system, but each data of the input unit 120 immediately before the reset signal RESET is input. This is because the data read by the gaming microcomputer 111 from the port is discarded by resetting the gaming microcomputer 111.

出力部130には、遊技用マイコン111から演出制御装置300への通信経路及び遊技用マイコン111から払出制御装置200への通信経路に配されるシュミットバッファ132が設けられている。遊技制御装置100から演出制御装置300及び払出制御装置200へは、シリアル通信でデータが送信される。なお、演出制御装置300の側から遊技制御装置100へ信号を入力できないようにした片方向通信とされている。   The output unit 130 is provided with a Schmitt buffer 132 disposed on a communication path from the gaming microcomputer 111 to the effect control device 300 and a communication route from the gaming 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. Note that the one-way communication is such that no signal can 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 is connected to the data bus 140 and transmits data indicating the special symbol information of the variable display game to the trial shooting test device of the notifying agency (not shown), a signal indicating the probability state of the big hit, and the like via the relay board 70. The output buffer 133 is configured to be mountable. The buffer 133 is a component that is not mounted on a game control device (main board) of a pachinko game machine as an actual machine (mass production sale product) installed in a game store. Note that a detection signal of a switch that does not need to be processed, such as a start-up switch, output from the proximity I / F 121 is supplied to the shooting 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 trial test apparatus as it is, such as the magnetic sensor 61, the board radio wave sensor 62, and the vibration sensor 65, is once taken into the game microcomputer 111 and processed into other signals or information. The data signal is supplied from the data bus 140 to the trial test apparatus via the buffer 133 and the relay board 70 as an error signal indicating that the game cannot be controlled. The relay board 70 is provided with a port for receiving the signal output from the buffer 133 and supplying the signal to the test test apparatus, a connector for relaying and transmitting the signal line of the detection signal of the switch without passing through the buffer, and the like. I have. The chip enable signal CE output from the game 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 trial shooting 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が設けられている。
The output unit 130 is provided with a second output port 134 connected to the data bus 140. The second output port 134 is provided with a first special 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 opening solenoid 2) 39b, the lever solenoid 38f for operating the lever member in the first special variable winning device 38, and the general electric solenoid 37c for opening the normal variable winning device 37 are output and currently selected. This port is for outputting display data of the performance display device 153 that displays the probability set value.
The output unit 130 has a third output port 135 for outputting on / off data of a segment line to which the anode terminal of the LED is connected according to the content to be displayed on the collective display device 50. A fourth output port 136 for outputting on / off data of the digit line to which the cathode terminal of the LED is connected is provided.

また、出力部130には、大当り情報など遊技機10に関する情報を外部情報端子板71へ出力するための第5出力ポート137が設けられている。外部情報端子板71にはフォトリレーが備えられ、例えば遊技店に設置された外部装置(情報収集端末や遊技場内部管理装置(ホールコンピュータ)など)に接続可能であり、遊技機10に関する情報を外部装置に供給することができるようになっている。また、第5出力ポート137からはシュミットバッファ132を介して払出制御装置200に発射許可信号も出力される。   Further, the output section 130 is provided with a fifth output port 137 for outputting information about the gaming machine 10 such as big hit information to the external information terminal board 71. The external information terminal plate 71 is provided with a photorelay, and can be connected to, for example, an external device (such as an information collection terminal or a game hall internal management device (a hall computer)) installed in a game arcade. It can be supplied to an external device. The fifth output port 137 also outputs a firing permission signal to the payout control device 200 via the Schmitt 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 special winning opening solenoids 38b, 39b, the lever solenoid 38f, and the general-purpose solenoid 37c output from the second output port 134, and generates and outputs a solenoid drive signal. A driver (drive circuit) 138a, a second driver 138b that outputs an on / off drive signal for a segment line on the current supply side of the collective display device that is output from the third output port 135, and is output from a fourth output port 136 A third driver 138c that outputs an on / off drive signal for the digit line on the current drawing side of the collective display device 50, and an external information signal supplied from the fifth output port 137 to an external device such as a management device to the external information terminal board 71. The fourth driver 138d that outputs the data, and the display data of the performance display device 153 that is output from the second output port 134. Fifth driver 138e is provided for receiving a data signal to generate a drive signal output. Note that 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のいずれであってもよい。
32 V DC is supplied from the power supply device 400 as a power supply voltage to the first driver 138 a in order to drive a solenoid operated at 32 V. In order to drive the performance display device 153 operating at 5 V, the fifth driver 138 e is supplied with 5 V DC from the power supply device 400 as a power supply voltage.
In addition, DC 12 V is supplied to the second driver 138 b that drives the segment lines of the collective display device 50. Since the third driver 138c for driving the digit line is for extracting the digit line 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側に設けるようにしてもよい。
The dynamic driving method is achieved by applying a current to the anode terminal of the LED via the segment line by the second driver 138b outputting 12V and extracting the current from the cathode terminal via the segment line by the third driver 138c outputting the ground potential. The power supply voltage flows through the LEDs sequentially selected in the above, and the LEDs are turned on.
The fourth driver 138d that outputs the external information signal to the external information terminal board 71 is supplied with DC12V in order to give the external information signal a level of 12V.
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 the external inspection device 500. The photocoupler 139 is configured to be communicable with each other so that the gaming microcomputer 111 can transmit and receive data to and from the inspection device 500 by serial communication. Since such data transmission / reception is performed using the serial communication terminal of the gaming microcomputer 111 like a general-purpose microprocessor, ports such as the input ports 122, 123, 124, and 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 opening 1 switch 36a in the starting winning opening 36, the starting opening 2 switch 37a in the normal variable winning device 37, the winning opening switch 35a, the big winning opening switches 38a and 39a, the gate A non-contact type magnetic proximity sensor (hereinafter, referred to as a proximity switch) for detecting a game ball by using a phenomenon in which a magnetic field changes when a metal approaches the coil is used as the switch 34a. Have been. The glass frame open detection switch 63 provided on the glass frame 15 and the like of the gaming machine 10 and the body frame open detection switch 64 provided on the front frame (body frame) 12 and the like include micro switches 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 includes a main control microcomputer (CPU) 311 composed of an amusement chip (IC), like the gaming microcomputer 111, and a video display on the display device 41 in accordance with commands and data from the main control microcomputer 311. A video display processor (VDP) 312 as a graphic processor for performing the above image processing, and a sound source LSI 314 for controlling sound output for reproducing various melodies 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 has a program ROM 321 consisting of a PROM (programmable read only memory) storing programs to be executed by the CPU and various data, a RAM 322 for providing a work area, and retains stored contents even when power is not supplied in the event of a power failure. A possible FeRAM 323 and an RTC (real-time clock) 338 serving as timekeeping means for generating information indicating the current date and time (year, month, day, day of the week, time, etc.) are connected. Note that a RAM for providing 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 contents of the production, instructs the VDP 312 on the contents of the output video, instructs the sound source LSI 314 to reproduce sound, turns on the decoration lamp, And processing such as drive control of the solenoid and control of the production time.

VDP312には、作業領域を提供するRAM312aや、画像を拡大、縮小処理するためのスケーラ312bが設けられている。また、VDP312にはキャラクタ画像や映像データが記憶された画像ROM325や、画像ROM325から読み出されたキャラクタなどの画像データを展開したり加工したりするのに使用される超高速なVRAM(ビデオRAM)326が接続されている。   The VDP 312 is provided with a RAM 312a for providing a work area and a scaler 312b for enlarging and reducing an image. The VDP 312 includes an image ROM 325 storing character images and video data, and an ultra-high-speed VRAM (video RAM) used to develop and process image data such as characters read from the image ROM 325. ) 326 are 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 transmitting and receiving data in a parallel manner, commands and data can be transmitted in a shorter time than in the case of serial transmission.

VDP312から主制御用マイコン311へは、表示装置41の映像とガラス枠15や遊技盤30に設けられている装飾ランプの点灯を同期させるための垂直同期信号VSYNC、データの送信タイミングを与える同期信号STSが入力される。なお、VDP312から主制御用マイコン311へは、VRAMへの描画の終了等処理状況を知らせるため割込み信号INT0〜n及び主制御用マイコン311からのコマンドやデータの受信待ちの状態にあることを知らせるためのウェイト信号WAITなども入力される。   From the VDP 312 to the main control microcomputer 311, a vertical synchronizing signal VSYNC for synchronizing the video of the display device 41 with the lighting of the decorative lamp provided on the glass frame 15 or the game board 30, and a synchronizing signal for giving data transmission timing STS is input. Note that the VDP 312 notifies the main control microcomputer 311 that it is in a state of waiting for reception of the 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 to the VRAM. Signal WAIT and the like are also input.

演出制御装置300には、LVDS(小振幅信号伝送)方式で表示装置41へ送信する映像信号を生成する信号変換回路313が設けられている。VDP312から信号変換回路313へは、映像データ、水平同期信号HSYNC及び垂直同期信号VSYNCが入力されるようになっており、VDP312で生成された映像は、信号変換回路313を介して表示装置41に表示される。   The effect control device 300 includes a signal conversion circuit 313 that generates a video signal to be transmitted to the display device 41 in the LVDS (small amplitude signal transmission) method. The video data, the horizontal synchronizing signal HSYNC, and the vertical synchronizing signal VSYNC are input from the VDP 312 to 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から出力される。   A sound ROM 327 in which sound data is stored is connected to the sound source LSI 314. The main control microcomputer 311 and the tone generator LSI 314 are connected via an 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 includes 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 for receiving a command transmitted from the game control device 100. Through this command I / F 331, the decoration special figure reservation number command, the decoration special figure command, the variation command, the stop information command, etc. transmitted from the game control device 100 to the production control device 300 are converted into the production control command signal (production command). ). Since the game microcomputer 111 of the game control device 100 operates at DC5V and the main control microcomputer 311 of the effect control device 300 operates at DC3.3V, the command I / F 331 has a signal level conversion function. I have.

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

さらに、演出制御装置300には、ガラス枠15に設けられた演出ボタン25に内蔵されている演出ボタンスイッチ25a、ガラス枠15に設けられたタッチパネル29、盤演出装置44内のモータの初期位置等を検出する演出役物スイッチ47(演出モータスイッチ)のオン/オフ状態を検出して主制御用マイコン311へ検出信号を入力する機能や、演出制御装置300に設けられた音量調節スイッチ335の状態を検出して主制御用マイコン311へ検出信号を入力する機能を有するスイッチ入力回路336が設けられている。   Furthermore, 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) for detecting the state and inputting a detection signal to the main control microcomputer 311 and the state of the volume control switch 335 provided in the effect control device 300 Is provided with a switch input circuit 336 having a function of detecting the detection signal and inputting a detection signal to the main control microcomputer 311.

電源装置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 supplies a desired level of DC voltage to the effect control device 300 having the above-described configuration and the electronic components controlled thereby, and drives the motor and the solenoid. In addition to DC32V, a display device 41 including a liquid crystal panel, a DC12V for driving a motor and an LED, a DC5V for a power supply voltage of a command I / F 331, and a DC15V for driving a motor, an LED and a speaker are generated. It is configured to be. Further, when an LSI operating at a low voltage such as 3.3 V or 1.2 V is used as the main control microcomputer 311, a DC-DC for generating 3.3 V DC or 1.2 V DC based on 5 V DC is used. A DC converter is provided in 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 reset the device. In addition, control circuits 332 to 334 (IORESET) for driving and controlling a VDP 312 (VDPRESET signal), a sound source LSI 314, an amplifier circuit 337 (SNDRESET signal) for driving a speaker, a lamp, a motor, and the like are output from the main control microcomputer 311. Signal) to reset them. 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 big hit type when the big hit is won. The big hit is a special result with the operation of the condition device (first special result), and the small hit is a special result without the operation of the condition device (second special result). The condition device is operated when a big hit occurs in the special figure change display game (stop display of the big hit symbol). When the condition device is operated, for example, a big hit state occurs and a special electric accessory is used. This means that a specific flag for continuously operating the variable winning devices 38 and 39 is set (the accessory continuous operating device is operated). The condition device not operating means that the above-described flag is not set, for example, in a case where the small hit lottery is won. The "condition device" may be software means such as a flag which is turned on / off by software as described above, or may be hardware means such as a switch which is turned on / off electrically. In addition, the "condition device" is a term generally used in the field of pachinko gaming machines as a device whose operation is a necessary condition for continuous operation of the electric accessory, and the same applies to the present specification. It is used as a term having various meanings.

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

また、割り当てられた低確率状態での確率値が同一の“設定1”と“設定2”で、演出振り分け等を異ならせても良い。“設定3”と“設定4”、“設定5”と“設定6”についても同様である。
また、本実施形態では、図5(a)に示すように、3種類の確率値(低確率状態での確率値及び高確率状態での確率値)に対し6つの確率設定値(“設定1”〜“設定6”)を割り当てているが、例えば、3種類の確率値に対し3つの確率設定値(例えば“設定1”〜“設定3”)を割り当てて残り3つの確率設定値(例えば“設定4”〜“設定6”)は不使用としても良い。
In addition, 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”.
In this embodiment, as shown in FIG. 5A, six probability setting values (“setting 1”) for three types of probability values (the probability value in the low probability state and the probability value in the high probability state). To “Setting 6”), 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, “Setting 4” to “Setting 6”) may not be used.

本実施形態の遊技機では、大当りに基づく特別遊技状態(第1特別遊技状態)において第1特別変動入賞装置38の特定領域(確変作動領域)に遊技球が流入して特定領域スイッチ38dで検出されること(V通過)により、当該特別遊技状態の終了後に高確率状態となり、特図変動表示ゲームの実行毎に行われる転落抽選に当選すると低確率状態となるように構成されている。転落抽選に当選する確率は図5(b)に示すような確率となっている。
また、特図1変動表示ゲーム及び特図2変動表示ゲームのどちらの特図変動表示ゲームの結果態様に基づき高確率状態となっても、特図1変動表示ゲーム及び特図2変動表示ゲームの両方が高確率状態となる。
In the gaming machine of the present embodiment, in a special game state based on a big hit (first special game state), a game ball flows into a specific area (probable operation area) of the first special variable winning device 38 and is detected by a specific area switch 38d. (V passing), the special game state is set to a high probability state after the end of the special game state, and a low probability state is set when a falling lottery performed every time the special figure variable display game is executed is won. The probability of winning the falling lottery is as shown in FIG. 5B.
Also, regardless of which of the special figure change display game and the special figure change display game results in the high probability state, the special figure 1 change display game and the special figure 2 change display game are not changed. 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 a probability as shown in FIG. The small hit probability is higher in the special figure 2 than in the special figure 1. The small hit probability is always constant regardless of the gaming state and the big hit probability. In the big hit and the small hit lottery, the big hit and the small hit do not win twice. In the present embodiment, the small hit is provided only in the special figure 2 without being provided in the special figure 1, that is, the small hit probability of the special figure 1 is 0, but is not limited thereto. May be provided in both the special figures 1 and 2. In addition, 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, or may be smaller in the special figure 2 than in the special figure 1. May be higher, and the special figure 1 may be higher than the special figure 2.

また、図5(d)には特図1と特図2で選択可能な大当り種類と、各大当り種類の振分確率を示した。
特図1変動表示ゲームでの大当り(第1特別結果)の種類には、10R確変大当りと4R確変大当りと10R通常大当りの3種類がある。同様に、特図2変動表示ゲームでの大当り(第1特別結果)の種類には、10R確変大当りと4R確変大当りと10R通常大当りの3種類がある。これらの大当り種類は大当り図柄乱数に基づき選択される。各大当り種類の数字は実質ラウンド数を示し、確変とは特定領域(確変作動領域)に遊技球が流入する可能性が高く特別遊技状態の終了後に高確率状態(確変状態)となりやすいことを示し、通常とは特定領域(確変作動領域)に遊技球が流入する可能性が低く特別遊技状態の終了後に高確率状態(確変状態)となりにくいことを示している。
ここで、実質ラウンド数とは、特別変動入賞装置38,39の開放によって実際に入賞球が発生するような開放制御を行うラウンド数のことである。なお、各大当り種類の数字は、大当り時のラウンド数(実質ラウンド数+特別変動入賞装置38,39の開放時間が短く実際には入賞球が発生しないような開放制御を行うラウンド数)であっても良い。
FIG. 5D shows the jackpot types that can be selected in the special maps 1 and 2 and the distribution probabilities of the respective jackpot types.
There are three types of big hits (first special result) in the special figure 1 variable display game: 10R certain big hits, 4R certain big hits, and 10R normal big hits. Similarly, there are three types of big hits (first special result) in the special figure 2 variable display game: 10R certain big hits, 4R certain big hits, and 10R normal big hits. 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 a game ball is likely to flow into a specific area (probability operation area) and is likely to be in a high probability state (probability state) after the end of the special game state. The normal state indicates that it is unlikely that a game ball will flow into a specific area (probable change operation area) and is unlikely to be in a high probability state (probable change state) after the end of the special game state.
Here, the actual number of rounds refers to the number of rounds for performing opening control such that a winning ball is actually generated by opening the special variable winning devices 38 and 39. The number of each big hit type is the number of rounds at the time of the big hit (the number of actual rounds + the number of rounds for performing opening control such that the opening time of the special variable winning devices 38 and 39 is short and no winning ball is actually generated). May be.

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

図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 modes in each round for each type of big hit. The details of the opening mode are shown in FIG.
As shown in FIG. 6 (a), in the 10R probability change jackpot, the first special variable winning device 38 is opened in the first round and a long opening with a V that opens a specific region (probability change operation region) is performed. The long opening with V is an opening mode in which a game ball has a high possibility of flowing into a specific area (probable operation area). Then, in the second and subsequent rounds, the first special variable winning device 38 is opened, but the specific area is not opened.
As shown in FIG. 6 (b), in the 4R probability change jackpot, the first special variable winning device 38 is opened in the first round and a long opening with a V that opens a specific region (probability operation region) is performed. From the second round to the fourth round, the first special variable prize winning device 38 is opened but the specific region is not released, and the first special variable prize device 38 is released from the fifth round onward. A specific area is short-circuited without V-open. The short opening without V is an opening mode in which the possibility that a game ball flows into the special winning opening is lower than the long opening without V. In other words, 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 big hit, the first special variable prize winning device 38 is opened in the first round, and a short circuit with V is opened to open a specific region (probable change operation region). The short opening with V is an opening mode in which there is a possibility that a game ball may flow into a specific area (probable operation area) and the opening is lower than the long opening. Then, in the second and subsequent rounds, a long opening without V for opening the first special variable winning device 38 is performed.
It is only the V-long open and the V-short open performed in the first round that the game ball can flow into the specific area (probable operation area). That is, in the gaming machine of the present embodiment, the specific round, which is a round in which gaming balls 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. The specific round may be 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 open without V, the first special variable winning device 38 is opened at the start of the round (t11), and the openable time of 25000 ms elapses or a predetermined number (for example, 9 pieces) If any of the conditions of ()) is established, the first special variable winning device 38 is closed and the round is ended (t12). Thereafter, the upper winning prize opening ball processing time starts (t12), and when the upper prize winning opening ball processing time ends, the interval time starts (t13), and when the interval time ends, the next round starts (t14). ). In the case of the last 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, at the start of the round, the lever solenoid 38f is turned ON, and the specific area switch 38d is enabled. When the lever solenoid 38f is OFF, the lever member covers the specific area so that game balls cannot flow in. When the lever solenoid 38f is ON, the lever member retracts from the specific area and game balls can flow in. Becomes The state in which the specific area switch 38d is valid is a state in which detection of a game ball by the specific area switch 38d is treated as valid. On the other hand, the state in which the specific area switch 38d is invalid is a state in which the detection of the game ball by the specific area switch 38d 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, when 100 msec has elapsed since the lever solenoid 38f was turned off, the specific area switch 38d becomes invalid (t33). That is, there is a possibility that a game ball that has won a prize immediately after the first special variable prize winning device 38 is opened flows into the specific area.

ラウンドの開始から200m秒経過すると第1特別変動入賞装置38が閉鎖される(t34)。そして、2700m秒経過すると再び第1特別変動入賞装置38が開放される(t35)、25000m秒の開放可能時間が経過するか所定個数(例えば9個)の遊技球が入賞するかの何れかの条件が成立すると第1特別変動入賞装置38を閉鎖してラウンドが終了する(t39)。その後、上大入賞口残存球処理時間が開始され(t39)、上大入賞口残存球処理時間が終了するとインターバル時間が開始され(t41)インターバル時間が終了すると次ラウンドが開始される(t42)。なお、最終ラウンドである場合はラウンドの終了に伴い残存球処理時間が設定され、その後エンディング時間が設定される。   When 200 msec has elapsed from the start of the round, the first special variable winning device 38 is closed (t34). Then, after the lapse of 2700 msec, the first special variable prize winning device 38 is opened again (t35), and either the openable time of 25000 msec elapses or a predetermined number (for example, 9) of game balls wins. When the condition is satisfied, the first special variable prize winning device 38 is closed and the round ends (t39). Thereafter, the upper winning prize opening ball processing time starts (t39), and when the upper prize winning opening ball processing time ends, the interval time starts (t41). When the interval time ends, the next round starts (t42). . In the case of the last 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状態も長時間継続するので、ほぼ確実に特定領域に遊技球が流入することとなる。よって、大当り種類が確変である場合はほぼ確実に高確率状態となる。   After the second opening of the first special fluctuation winning device 38 (t35), the lever solenoid 38f is also turned on for a predetermined time (t36 to t37, t38 to t39). Also, the specific area switch 38d is enabled (t36). The second opening of the first special fluctuation winning device 38 is for a sufficiently long time, and the ON state of the lever solenoid 38f continues for a long time, so that the game ball almost certainly flows into the specific area. Become. Therefore, when the type of the big hit is certain, the high probability state is almost certainly attained.

また、レバーソレノイド38fは第1特別変動入賞装置38が閉鎖した後も所定の時間に亘りON状態とすることが可能であり(t40〜t43)、閉鎖間際に第1特別変動入賞装置38に流入した遊技球についても特定領域への流入が可能となっている。なお、開放可能時間の経過又は所定個数の遊技球が入賞することにより第1特別変動入賞装置38が閉鎖し、当該第1特別変動入賞装置38に入賞した遊技球が上大入賞口残存球処理時間内に全て排出された場合には、残存球処理時間の終了(t41)に伴いレバーソレノイド38fがOFF状態となって動作を終了するとともに、特定領域スイッチ38dが無効となる。   Further, the lever solenoid 38f can be kept ON for a predetermined time after the first special variable winning device 38 is closed (t40 to t43), and flows into the first special variable winning device 38 immediately before closing. It is possible for the game balls to flow into a specific area. Note that the first special variable prize device 38 is closed when the openable time elapses or a predetermined number of game balls are won, and the game balls that have won the first special variable prize device 38 are processed into the upper prize winning port remaining ball processing. If all of them are discharged within the time, the lever solenoid 38f is turned off at the end of the remaining ball processing time (t41), the operation is terminated, 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 elapse of the openable time or the predetermined number of game balls wins, the first special variable winning device 38 is closed, and the game balls that have won the first special variable winning device 38 have the upper ball winning ball processing time. If the discharge is not completed and the discharge is completed before the end (t43) of the period in which the lever solenoid 38f is turned on, the lever solenoid 38f is turned off when the discharge is completed. Is ended, and the specific area switch 38d becomes invalid.
In addition, the elapse of the openable time or the predetermined number of game balls wins, the first special variable winning device 38 is closed, and the game balls that have won the first special variable winning device 38 have the upper ball winning ball processing time. If not completely discharged by the end of the period in which the lever solenoid 38f is turned on (t43), the end of the period in which the lever solenoid 38f is turned on is completed (t43). With this, the lever solenoid 38f is turned off and the operation is completed. In this case, the specific area switch 38d is disabled (t44) 100 ms 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 V-short opening, the same opening as the first opening of the first special variable winning device 38 in the V-long opening is performed (t51 to t54), and the opening ends. The round is ended based on (t54). Since the opening of the first special fluctuation winning device 38 is for a very short time and the ON state of the lever solenoid 38f is also for a short time, the possibility that the game ball flows into the specific area is low. Therefore, when the big hit type is normal, it is rare to be in a high probability state.

なお、レバーソレノイド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 perform the same operation as in the case of long opening with V as long as the game ball remains in the first special variable winning device 38 ( t55-t63). Therefore, if game balls remain in the first special variable winning device 38 even after the upper winning a prize mouth remaining ball processing time elapses, the lever solenoid 38f is turned off when the discharge of the remaining balls is completed. And the operation ends, and the specific area switch 38d becomes invalid. If all the game balls have not been ejected by the end of the period in which the lever solenoid 38f is turned on (t62), the lever solenoid 38f is turned off at the end of the period in which the lever solenoid 38f is turned on (t62). The state ends, the operation ends, and after the lever solenoid 38f is turned off (t62), 100 m seconds later, the specific area switch 38d becomes invalid (t63).

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

図7(d)に示すようにVなしショート開放では、ラウンドの開始に伴い第1特別変動入賞装置38を開放し(t71)、200m秒の開放可能時間が経過するか所定個数(例えば9個)の遊技球が入賞するかの何れかの条件が成立すると第1特別変動入賞装置38を閉鎖してラウンドを終了する(t72)。ただし、開放可能時間が短いため閉鎖条件となる所定個数の入賞が発生することは稀であり、開放可能時間の経過に伴い閉鎖されることがほとんどである。その後、上大入賞口残存球処理時間が開始され(t72)、上大入賞口残存球処理時間が終了するとインターバル時間が開始され(t73)、インターバル時間が終了すると次ラウンドが開始される(t74)。なお、最終ラウンドである場合はラウンドの終了に伴い残存球処理時間が設定され、その後エンディング時間が設定される。   As shown in FIG. 7 (d), in the short opening without V, the first special variable winning device 38 is opened with the start of the round (t71), and the openable time of 200 ms elapses or a predetermined number (for example, 9 pieces) If any of the conditions of ()) is established, the first special variable winning device 38 is closed and the round is ended (t72). However, since the openable time is short, it is rare that a predetermined number of winnings, which are the closing conditions, occur. Thereafter, the upper winning a prize mouth remaining ball processing time starts (t72), and when the upper prize winning port remaining ball processing time ends, the interval time starts (t73), and when the interval time ends, the next round starts (t74). ). In the case of the last 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特別遊技状態における開閉態様(開放時間と開放回数)は複数種類あっても良く、その場合、例えば、小当り図柄に基づいていずれの開閉態様を設定(採用)するかを決定する。   FIG. 6D shows an open state in the second special game state (the special game state based on the small hit). In the second special game state, first, the small hit fanfare time starts, and when the small hit fanfare time ends, the second special variable winning device 39 is opened and the openable time of 1600 ms elapses or a predetermined number (for example, When any one of the nine game balls wins, the second special variable winning device 39 is closed. Thereafter, the small hit remaining ball processing time starts, and when the small hit remaining ball processing time ends, the small hit ending time starts. When the small hit ending time ends, the second special game state ends. It should be noted that there may be a plurality of types of opening and closing modes (opening time and number of times of opening) in the second special game state. .

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

本実施形態の遊技機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 left-handing and to aim for a prize in the ordinary variable prize device 37 by right-handing. That is, it is possible to select a starting area to be aimed at by a player's intention. Further, in each game state, the game is designed on the assumption that the game progresses mainly in one of the special figure 1 variable display game and the special figure 2 variable display game, and the player plays the game according to this design. In order to progress, it is configured such that it is more advantageous for the player to progress the game mainly with one special figure variable display game that is determined to be the main in the design. In the following description, one special figure variation display game determined to be main in each game state may be referred to as main variation, and the other special figure variation display game may be referred to as irregular variation.

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

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

第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-purpose support for improving the open time per unit time of the ordinary variable prize winning device 37 to facilitate prize winning. It is in a state where there is a time saving to shorten the fluctuation time of the time. The effect mode that defines the effect mode is a small hit RUSH. The main fluctuation special figure is a special figure 2 fluctuation display game, and the main starting area is the normal fluctuation winning device 37, and the firing direction is right-handed in order to aim at the normal fluctuation winning device 37. That is, the special figure 2 variable display game is designed to be the main change, and the special figure 1 variable display game is to be the irregular change.

なお、本実施形態では、普電サポートがある状態における普図変動表示ゲームの当り結果となる確率(普図確率)を、普電サポートがない状態と同じ確率(通常確率)とするが、これに限定されず、普電サポートがある状態においては、普図確率を、通常確率(普図低確率状態)よりも高い高確率(普図高確率状態)とすることが可能である。
また、本実施形態において、普電サポートがない状態とは、普通変動入賞装置37は開放するが、普電サポートがある状態よりも普通変動入賞装置37の単位時間あたりの開放時間が短い状態である。
In the present embodiment, the probability (the normal probability) of the hit result of the general-figure variation display game in the state with the general-purpose support is the same probability (normal probability) as the state without the general-purpose support. However, in the state where the public telephone support is provided, it is possible to set the public figure probability to be a higher probability (the normal figure high probability state) than the normal probability (the normal figure low probability state).
In the present embodiment, the state in which there is no ordinary power support means that the ordinary variable prize winning device 37 is opened, but the opening time per unit time of the ordinary variable prize winning device 37 is shorter than the state in which there is ordinary 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 fluctuation time of the special figure 2 fluctuation display game is shorter than that in the normal game state ST1, and the right-hand operation is performed to perform the normal fluctuation winning device 37. It is more advantageous for the player to play the special figure 2 variable display game aiming at. In the special figure 2 variable display game, the probability of a small hit is higher than that of the special figure 1 variable display game (in the case of the present embodiment, the small hit probability of the special figure 1 is 0), and the small hit is won more than the big hit. Due to the high probability of small hits, 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 change display game is a small hit in the second specific game state ST3, the state in which the general power support is provided continues even in the special game state based on the small hit, and in the first specific game state ST2. When the result of the special figure change display game is a small hit, a state in which there is no ordinary power support even in a special game state based on the small hit continues. In the special game 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 change display game is a small hit in the second specific game state ST3, in the special game state based on the small hit, most of the right-hitting game balls have a normal variable winning. It wins the device 37 and does not flow down to the second special variable winning device 39 disposed below the normal variable winning device 37. Therefore, in the second specific game state ST3, small hits occur frequently, but it is difficult to increase the number of balls held by the player due to the small hits.
On the other hand, if the result of the special figure change display game is a small hit in the first specific game state ST2, in the special game state based on the small hit, most of the right-hitting game balls have a normal variable winning. Without flowing to the device 37, it flows down to the second special variable prize device 39 disposed below the normal variable prize 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 gaming state ST2, the small hit occurs frequently and the player's possession ball increases, so that the effect mode is a mode called a 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 that is more advantageous to the player than the normal game state ST1 because there is a normal power support. The first specific game state ST2 is a high probability state, and moreover, the state in which the number of balls held by the player increases due to frequent small hits. This is 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 gaming state is performed by ending the first special gaming state based on the derivation of the first special result, exhausting the specified number of games, and winning the falling lottery that is the transition lottery to the low probability state. . Basically, the probability change jackpot is derived to enter the first special game state, and in the first special game state, a game ball flows into a specific area (probable operation area) of the first special variable winning device 38 and the specific area switch. If it is detected at 38d (there is V passing), after the end of the first special game state, the process shifts to the first specific game state ST2. On the other hand, when the probability variable jackpot is derived and enters the first special game state, and when the game ball does not flow into the specific area (probability variable operation area) of the first special variable winning device 38 in the first special game state (no V passage) ), The game shifts to the normal game state ST1 after the end of the first special game state. In addition, a normal jackpot is derived to enter the first special game state, and if there is no V passing in the first special game state, after the end of the first special game state, the second specific game state ST3 (special low probability It shifts to the 2nd specific game state ST3). On the other hand, a normal jackpot is derived to enter the first special game state, and in the case of V passing in the first special game state, after the end of the first special game state, the second specific game state ST3 (special figure high probability) It shifts to the 2nd specific game state ST3).
In the second specific game state ST3, when the special figure change display game is executed 100 times (the number of times of support) from the end of the special game state, the game shifts to the normal game state ST1. Also, when the player has won the falling lottery 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. In addition, when there is no distinction between the decorative special figure 1 variable display game and the decorative special figure 2 variable display game, it is simply referred to as a decorative special figure variable display game. When a big hit (first special result) and a small hit (second special result) are not distinguished, they are simply referred to as a hit (special result). Further, when there is no distinction between a first special game state which is a special game state based on a big hit and a second special game state which is a special game state based on a small hit, it is simply referred to as a special game state.

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

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

普図始動ゲート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 passing through the general-purpose starting gate 34 is provided in the general-purpose starting gate 34, and is driven into the game area 32. When the game ball passes through the usual start gate 34, it is detected by the gate switch 34a. In the CPU 111A of the game microcomputer 111 of the game control device 100, based on the input of the game ball detection signal from the gate switch 34a provided in the general figure starting gate 34, the general figure starting memory number is an upper limit number (for example, four If it is less than ()), the number of ordinary figure start storages is added (+1) and one ordinary figure start memory is stored in the ROM 111B. The stored number of the general-purpose starting prize is displayed on the general-purpose reserve display 56 of the collective display device 50. In addition, a random number value for hit determination (hit random value) for determining the result of the general-figure 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 general-figure start memory. Is to be done.

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

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

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

また、始動入賞口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においても飾り特図始動記憶表示として表示される。   The winning ball in the starting winning port 36 and the winning ball in the normal variable winning device 37 are detected by a starting port 1 switch 36a and a starting port 2 switch 37a respectively provided therein. 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 in the start winning port 36 is limited to a predetermined upper limit number (for example, four). At the same time, the second start memory, which is the start memory (special figure start memory) based on the winning in the ordinary variable prize device 37, is stored up to a predetermined upper limit number (for example, four). Based on the winning in the starting winning opening 36 and the normal fluctuation winning device 37, a big hit random number, a big hit symbol random value, and each fluctuation pattern random value are extracted as the starting storage information, respectively. The numerical value is stored in the RAM 111B as the first start memory or the second start memory. The number of the start memories is determined by the first storage display unit 53 (special figure 1 hold display) and the second storage display unit 54 (special figure 2 hold display) for notifying the start winning number of the collective display device 50. Are displayed on the display device 41 of the center case 40 as a decoration special figure start storage display.

遊技制御装置100は、第1始動記憶に基づいて特図1表示器51(第1変動表示装置)で特図1変動表示ゲームを行い、第2始動記憶に基づいて特図2表示器52(第2変動表示装置)で特図2変動表示ゲームを行う。特図1変動表示ゲームと特図2変動表示ゲームは同時に実行可能であるが、一方の特図変動表示ゲームの実行中に、他方の特図変動表示ゲームが第1特別結果(大当り)となった場合には、当該一方の特図変動表示ゲームを特別結果以外の結果(はずれ結果)として終了させるようにしている。また、一方の特図変動表示ゲームの実行中に、他方の特図変動表示ゲームが第2特別結果(小当り)となった場合には、当該小当りに基づく特別遊技状態の終了まで当該一方の特図変動表示ゲームを中断するようにしている。   The game control device 100 performs the special figure 1 variable display game on the special figure 1 display 51 (first variable display apparatus) based on the first start memory, and performs the special figure 2 display 52 ( The special figure 2 variable display game is performed by 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 during execution of one special figure variable display game, the other special figure variable display game becomes the first special result (big hit). In this case, the one special figure change display game is ended as a result other than the special result (missing result). In addition, during the execution of the one special figure change display game, if the other special figure change display game has the second special result (small hit), the one special figure change display game will continue until the end of the special game state based on the small hit. The special figure change display game 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 change display game (first special figure change display game) based on the winning of the game ball into the start winning opening 36 (first start winning area). It forms a first execution control means for performing control. Further, the game control device (game control means) 100 performs the special figure 2 variable display game (the second special figure variable display game) based on the winning of the game ball to the normal variable winning device 37 (the second starting winning area). A second execution control means for performing the execution control is provided.

特図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 fluctuation display, the predetermined result mode is stopped and displayed. When the result of the special figure change 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. Jackpot and a first special game state (so-called big hit state). When the result of the special figure change display game is a small hit, a special result mode (small hit result mode) in which the display mode of the special figure 1 display 51 or the special figure 2 display 52 corresponds to the second special result. Becomes a small hit and a second special game state (so-called small hit state). In other words, the special figure 1 display 51 constitutes a first variable display means capable of displaying a first variable display game (special figure 1 variable display game) based on winning of a game ball into the starting winning opening 36. In addition, the special figure 2 display 52 constitutes a second variable display means capable of displaying a 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 big hitting game state (first special game state) is over, the game control device (game control means) 100 sets a situation that is more advantageous to the player than the normal game state (the hit probability is high, It is possible to perform control to generate a game state (specific game state) in which the game can proceed with the support). That is, the game control device (game control means) 100 forms a specific game state generation means.

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

すなわち、表示装置41が、第1変動表示ゲーム(特図1変動表示ゲーム)及び第2変動表示ゲーム(特図2変動表示ゲーム)に対応して飾り識別情報を変動表示する飾り変動表示ゲーム(飾り特図変動表示ゲーム)を表示可能な飾り変動表示手段をなす。なお、飾り特図1変動表示ゲームと飾り特図2変動表示ゲームで別々の表示装置を使用するとしても良いし、一方の飾り特図変動表示ゲームのみを表示するとしても良い。また、遊技機10に特図1表示器51及び特図2表示器52を備えずに、表示装置41のみで特図変動表示ゲームを実行するようにしても良い。   That is, the display variation display game (variable display game) in which the display device 41 variably displays the decoration identification information corresponding to the first variable display game (special figure 1 variable display game) and the second variable display game (special figure 2 variable display game). (A decoration special figure variation display game). Note 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 decorative special figure variable display game may be displayed. Further, the special figure change display game may be executed only by the display device 41 without providing the special figure 1 display 51 and the special figure 2 display 52 in the gaming machine 10.

本実施形態の遊技機では特図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 special figure 2 variable display game has a higher probability of a small hit (the special figure 1 variable display game has a small hit probability of 0), but the special figure 2 variable display game has FIG. 2 A long variation (about 10 minutes) is selected as the variation pattern of the variation display game. As a result, in the normal game state, the execution of the special figure 2 variable display game is temporally inefficient, and the player does not select the execution of the special figure 2 variable display game aiming at small win in the normal game state. I have to. Therefore, in the normal game state, it is more advantageous for the player to perform a special figure 1 variable display game by aiming at the starting winning opening 36 by performing a left-hand shot.
The time for the long fluctuation is about 10 minutes, but may be longer or shorter (5 minutes, 50 minutes, 10 hours, etc.). Further, the time of the long fluctuation may be varied according to the result of the special figure 2 fluctuation display game. Specifically, for example, when the result of the special figure 2 variable display game is a loss or a small hit, a long change of about 10 minutes is selected as the variable pattern of the special figure 2 variable display game, If the result of the special figure 2 variable display game is a big hit, a long change of about 5 minutes may be selected as the variable pattern of the special figure 2 variable 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 gaming microcomputer 111 mainly includes a main process shown in FIGS. 9 and 10, and a timer interrupt process shown in FIG. 11 performed at 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 processing will be described. The main process is started when the power is turned on. In this main process, as shown in FIG. 9, first, a process for inhibiting an interrupt (step X1) is performed, and then a stack pointer which is a head address of an area for saving a value of a register or the like when an interrupt occurs. Is performed (step X2). Next, register bank 0 is designated (step X3), and the upper address of the RAM top address is set in a predetermined register (for example, D register) (step X4). In the case of the present embodiment, the range of the address of the RAM is 0000h to 01FFh, and 00h or 01h is taken as the higher order. In step X4, the leading 00h is set. Next, a firing stop signal is output to set the firing permission signal to a prohibited state (step X5). The firing 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 signal to stop firing, and the firing of game balls is prohibited.

その後、RAM初期化スイッチ112と設定キースイッチ152の状態を読み込み(ステップX6)、電源投入ディレイタイマを設定する処理(ステップX7)を行う。ステップX7の処理では所定の初期値を設定することにより、主制御手段をなす遊技制御装置100からの指示に従い種々の制御を行う従制御手段(例えば、払出制御装置200や演出制御装置300)のプログラムが正常に起動するのを待つための待機時間(例えば3秒)が設定される。これにより、電源投入の際に仮に遊技制御装置100が先に立ち上がって従制御装置(例えば払出制御装置200や演出制御装置300)が立ち上がる前にコマンドを従制御装置へ送ってしまい、従制御装置がコマンドを取りこぼすのを回避することができる。すなわち、遊技制御装置100が、電源投入時において、主制御手段(遊技制御装置100)の起動を遅らせて従制御装置(払出制御装置200、演出制御装置300等)の起動を待つための所定の待機時間を設定する待機手段をなす。   Thereafter, the state of the RAM initialization switch 112 and the setting key switch 152 are read (step X6), and a process of setting a power-on delay timer (step X7) is performed. In the process of step X7, by setting a predetermined initial value, the slave control unit (for example, the payout control device 200 or the production control device 300) that performs various controls in accordance with an instruction from the game control device 100 serving as the main control unit. 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 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. Can be prevented from dropping 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 forms a waiting means for setting a waiting time.

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

電源投入ディレイタイマを設定する処理(ステップX7)を行った後、停電が発生しているか判定し(ステップX8)、停電が発生している場合(ステップX8;Y)には、遊技機の電源が遮断されるのを待つ。
具体的には、ステップX8では、例えば、電源装置400から入力されている停電監視信号をポート及びデータバスを介して読み込んでチェックする回数(例えば2回)を設定し、停電監視信号がオンであるかの判定を行う。そして、停電監視信号がオンである場合は、設定したチェック回数分停電監視信号のオン状態が継続しているか判定する。そして、チェック回数分停電監視信号のオン状態が継続していない場合は、停電監視信号がオンであるかの判定に戻る。また、チェック回数分停電監視信号のオン状態が継続している場合には、停電が発生していると判定する。後述するステップX34,X54においても同様である。このように、所定期間に亘り停電監視信号を受信し続けた場合に停電が発生したと判定することで、ノイズなどにより停電を誤検知することを防止でき、電源投入時における不具合に適切に対処することができる。
After performing the process of setting the power-on delay timer (step X7), it is determined whether a power failure has occurred (step X8). If a power failure has occurred (step X8; Y), the power of the gaming machine is Wait until is shut off.
Specifically, in step X8, for example, the number of times (for example, two times) 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. If the power failure monitoring signal is on, it is determined whether the power failure monitoring signal has been on for the set number of checks. If the ON state of the power failure monitoring signal is not continued 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 has been on for the number of checks, it is determined that a power failure has occurred. The same applies to steps X34 and X54 described later. In this manner, 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 erroneous detection of a power failure due to noise or the like, and appropriately cope with a failure at the time of turning on the power. can do.

すなわち、遊技制御装置100が、所定の待機時間において停電の発生を監視する停電監視手段をなす。これにより、主制御手段をなす遊技制御装置100の起動を遅らせている期間において発生した停電に対応することが可能となり、電源投入時における不具合に適切に対処することができる。なお、待機時間の終了まではRAMへのアクセスが許可されておらず、前回の電源遮断時の記憶内容が保持されたままとなっているため、ここでの停電発生時にはバックアップの処理等は行う必要がない。このため、待機時間中に停電が発生してもRAMのバックアップを取る必要がなく、制御の負担を軽減することができる。   That is, the game control device 100 forms a power failure monitoring unit that monitors the occurrence of a power failure during a predetermined standby time. Thus, it is possible to cope with a power failure that occurs during a period in which the activation of the game control device 100 serving as the main control unit is delayed, and it is possible to appropriately cope with a malfunction 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 storage contents at the time of the previous power-off are retained, so backup processing and the like are performed when a power failure occurs here. No need. For this reason, even if a power failure occurs during the standby time, there is no need to back up the RAM, and the load on 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, if no power failure has 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 timer value is not 0 (Step X10; N), that is, if the standby time has not expired, the process returns to the process of determining whether a power failure has occurred (Step X8). When the value of the timer is 0 (step X10; Y), that is, when the standby time is over, access to a read / write RWM (read / write memory) such as a RAM or an EEPROM is permitted (step X10). X11), OFF data is output to all output ports (set to a state where there is 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 mounted in the gaming microcomputer 111 in advance and used in the present embodiment for communication with the effect control device 300 and the payout control device 200) is set (step X13). A process (step X14) of activating a CTC (Counter / Timer Circuit) circuit that generates a timer interrupt signal and a random number update trigger signal (CTC) in the 111 (clock generator) is performed. The CTC circuit is provided in a clock generator in the game microcomputer 111. The clock generator divides the frequency of the oscillation signal (original clock signal) from the oscillation circuit 113 and a timer interrupt signal of a predetermined cycle (for example, 4 milliseconds) to the CPU 111A based on the frequency-divided signal. And a CTC circuit that generates a signal CTC that triggers a random number update to be supplied to the random number generation circuit.
Next, a RAM abnormality flag is set (step X15). Here, the RAM abnormality flag is temporarily set in a predetermined register on the assumption that there is an abnormality in the RAM regardless of whether there is an abnormality in the RAM.

次いで、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 outage inspection area 1 in the RWM is normal power outage inspection area check data 1 (for example, 5Ah) (Step X16). If the value is normal (Step X16; Y), the power outage inspection in the RWM is performed. It is determined whether the value of the area 2 is normal power failure inspection area check data 2 (for example, A5h) (step X17). If the value of the power failure inspection area 2 is normal (step X17; Y), a checksum calculation process (step X18) for calculating a checksum of a predetermined area in the RWM is performed. (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), if it is determined that the checksums do not match (step X19; N), It is determined whether both the setting key switch 152 and the RAM initialization switch 112 are on based on the state read in X6 (step X21). If at least one of the setting key switch 152 and the RAM initialization switch 112 is off (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), a command for a main abnormality error notification for notifying that the game control device 100 is abnormal is issued to the effect control board (effect control) because the RAM is abnormal. (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 the probability setting change flag is set (step X23). Then, when the probability setting change flag is set (step X23; Y), a command for reporting a main abnormality error 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 power failure occurred. 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 game control device 100 stops, and 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). Thus, a display as shown in FIG. 13H is performed on the performance display device 153. After that, the ON data of the security signal is output and the OFF data of signals 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へ移行する。
If both the setting key switch 152 and the RAM initialization switch 112 are on (step X21; Y), it is determined whether the RAM abnormality flag is set (step X27). If the RAM abnormality flag is not set (step X27; N), a probability setting change flag is set (step X29). This causes a transition to the probability set value change mode. After that, the command for changing the probability setting 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 displays the display device 41, emits the LEDs of the frame decoration device 18 and the panel decoration device 46, operates the panel effect device 44, and operates the speakers 19a and 19b based on the reception of the command for changing the probability setting. Is output to output a sound indicating that the probability set value is being changed.
On the other hand, when the RAM abnormality flag is set (step X27; Y), a process of clearing the probability set value (step X28) is performed. As a result, 0 is set in the probability setting value area in the RWM, and the probability setting value becomes “setting 1”. Thereafter, the processing of steps X29 and X30 is performed, and the process proceeds to step X31.

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

RAM初期化スイッチ112がオン状態でないと判定した場合(ステップX43;N)、すなわち設定キースイッチ152とRAM初期化スイッチ112の両方がオフ状態である場合には、ステップX41へ移行して停電から正常に復旧した場合の処理を行う。
一方、RAM初期化スイッチ112がオン状態であると判定した場合(ステップX43;Y)には、ステップX44へ移行して初期化の処理を行う。すなわち、RAM初期化スイッチ112が外部からの操作が可能な初期化操作部をなし、遊技制御装置100が、初期化操作部が操作されたことに基づきRAMに記憶されたデータを初期化する初期化手段をなす。
If it is determined that the RAM initialization switch 112 is not in the ON state (step X43; N), that is, if both the setting key switch 152 and the RAM initialization switch 112 are in the OFF state, the process proceeds to step X41 to stop the power failure. Perform the process when normal recovery is performed.
On the other hand, when it is determined that the RAM initialization switch 112 is on (step X43; Y), the process proceeds to step X44 to perform initialization processing. That is, the RAM initialization switch 112 constitutes 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 means of conversion.

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

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

そして、割込みを許可し(ステップX32)、設定キースイッチ152がオフ状態であるか判定する(ステップX33)。ステップX33では、ステップX6で読み込んだ状態(電源投入時の状態)に基づいて判定するのではなく、タイマ割込み処理(図11)の入力処理(ステップX103)で読み込んだ状態(現時点の状態)に基づいて判定する。ステップX33で設定キースイッチ152がオフ状態である判定された場合に、確率設定値が確定される。
設定キースイッチ152がオフ状態でない場合(ステップX33;N)には、停電が発生しているか判定し(ステップX34)、停電が発生していない場合(ステップX34;N)には、ステップX33に戻り、停電が発生している場合(ステップX34;Y)には、ステップX55へ移行する。確率設定変更中フラグがセットされている状態でステップX34にて停電が発生していると判定された場合に、当該停電から復旧した後のメイン処理(図9及び図10)のステップX23において、確率設定変更中フラグがセットされていると判定される。
Then, an interrupt is permitted (step X32), and it is determined whether the setting key switch 152 is off (step X33). In step X33, instead of making a determination based on the state read in step X6 (state at power-on), the state (current state) read in the input processing (step X103) of the timer interrupt processing (FIG. 11) is set. Judgment based on When it is determined in step X33 that the setting key switch 152 is in the off state, the probability setting value is determined.
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). If no power failure has occurred (step X34; N), the process proceeds to step X33. Returning to step X55, if a power failure has occurred (step X34; Y), the process proceeds to step X55. When it is determined in step X34 that a power failure has occurred while the probability setting change 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,X55)を行うまでの間は、タイマ割込み処理(図11)が所定時間周期(例えば4m秒)で行われる。当該タイマ割込み処理では、確率設定値に関する処理である確率設定変更/確認処理(ステップX122)が行われる。すなわち、確率設定値の変更や確認が終了するまで(あるいは停電が発生するまで)の間、メイン処理は待機していることとなる。
次いで、報知終了のコマンドを演出制御基板(演出制御装置300)に送信する(ステップX39)。演出制御装置300では、報知終了のコマンドを受信することに基づき、実行中の報知(確率設定値の変更中である旨を示す報知又は確率設定値の確認中である旨の報知)を終了する。
On the other hand, when the setting key switch 152 is in the OFF state (step X33; Y), a process of prohibiting the interruption (step X38) is performed. The timer interrupt process (FIG. 11) is performed at a predetermined time period (for example, 4 ms) from the process of permitting the interrupt (step X32) to the process of prohibiting the interrupt (steps X38 and X55). . In the timer interrupt process, a probability setting change / confirmation process (step X122), which is a process related to the probability setting 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 notification end command is transmitted to the effect control board (effect control device 300) (step X39). In the effect control device 300, based on the reception of the notification end command, the notification being executed (the notification indicating that the probability set value is being changed or the notification that the probability set value is being confirmed) is ended. .

次いで、確率設定変更中フラグがセットされているか判定し(ステップX40)、確率設定変更中フラグがセットされていない場合(ステップX40;N)、すなわち確率設定確認中フラグがセットされている場合には、初期化すべき領域(例えば、停電検査領域、チェックサム領域及びエラー不正監視に係る領域)に停電復旧時の初期値をセーブする処理等を行う停電復旧処理(ステップX41)を行う。確率設定確認中フラグは、このステップX41でクリアされる。
その後、特図ゲーム処理番号に対応する停電復旧時のコマンドを演出制御基板(演出制御装置300)へ送信し(ステップX42)、ステップX47へ移行する。本実施形態の場合、ステップX42では、機種指定コマンド、確率設定情報コマンド、特図1保留数コマンド、特図2保留数コマンド、確率情報コマンド、演出回数情報コマンド、画面指定のコマンド等の複数のコマンドを送信する。画面指定のコマンドとしては、特図1及び特図2について何れも後述する普段処理中である場合、すなわち特図変動表示ゲームの実行中でもなく特別遊技状態中でもない場合である客待ち中であれば客待ちデモ画面のコマンドを送信し、それ以外であれば復旧画面のコマンドを送信する。また、機種によっては、これらのコマンドに加えて、高確率回数情報コマンド等も送信する。
Next, it is determined whether or not the probability setting change flag is set (step X40). If the probability setting change flag is not set (step X40; N), that is, if the probability setting check flag is set. Performs a power failure restoration process (step X41) for performing a process of saving an initial value at the time of restoration of a power failure in a region to be initialized (for example, a power failure inspection region, a checksum region, and a region relating to error monitoring). The probability setting checking flag is cleared in step X41.
Thereafter, a 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 X42), and the process proceeds to step X47. In the case of the present embodiment, in step X42, a plurality of commands such as 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 screen designation command. Send a command. As the screen designation command, if the special figure 1 and the special figure 2 are both in the normal processing described later, that is, when the customer is waiting, that is, neither during execution of the special figure change display game nor during the special game state. A command for the customer waiting demo screen is transmitted, otherwise, a command for the recovery screen is transmitted. In addition, depending on the model, in addition to these commands, a high-probability count information command or the like is also transmitted.

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

そして、初期化すべき領域にRAM初期化時の初期値をセーブする(ステップX45)。ここでの初期化すべき領域とは、客待ちデモ領域及び演出モードの設定に係る領域である。そして、RAM初期化時のコマンドを演出制御基板(演出制御装置300)へ送信する(ステップX46)。本実施形態の場合、ステップX46では、機種指定コマンド、確率設定情報コマンド、特図1保留数コマンド、特図2保留数コマンド、確率情報コマンド、演出回数情報コマンド、RAM初期化のコマンド(客待ちデモ画面を表示させるとともに、所定時間(例えば30秒間)光と音でRAM初期化の報知を行わせるためのコマンド)等の複数のコマンドを送信する。また、機種によっては、これらのコマンドに加えて、演出回数情報コマンドや普電サポートありとした特図変動表示ゲームの実行回数の情報であるサポート回数情報コマンド等も送信する。   Then, an initial value at the time of RAM initialization is saved in an area to be initialized (step X45). The area to be initialized here is a customer waiting demonstration area and an area related to the setting of the effect mode. Then, a command for initializing the RAM is transmitted to the effect control board (effect control device 300) (step X46). In the case of the present embodiment, in step X46, 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, a RAM initialization command (customer wait) A demo screen is displayed, and a plurality of commands such as a command for performing notification of RAM initialization by light and sound for a predetermined time (for example, 30 seconds) are transmitted. In addition, depending on the model, in addition to these commands, an effect number information command, a support number information command that is information on the number of times of execution of the special figure variable display game with ordinary power support, and the like are also transmitted.

次いで、乱数生成回路を起動設定する処理を行う(ステップX47)。具体的には、乱数生成回路内の所定のレジスタ(CTC更新許可レジスタ)へ乱数生成回路を起動させるためのコード(指定値)の設定などがCPU111Aによって行われる。また、乱数生成回路のハードウェアで生成されるハード乱数(ここでは大当り乱数)のビット転置パターンの設定も行われる。ビット転置パターンとは、抽出した乱数のビット配置(上段のビット転置前の配置)を、予め定められた順で入れ替えて異なるビット配置(下段のビット転置後の配置)として格納する際の入れ替え方を定めるパターンである。このビット転置パターンに従い乱数のビットを入れ替えることで、乱数の規則性を崩すことができるとともに、乱数の秘匿性を高めることができる。なお、ビット転置パターンは、固定された単一のパターンであっても良いし、予め用意された複数のパターンから選択するようにしても良い。また、ユーザーが任意に設定できるようにしても良い。   Next, a process of starting and setting the random number generation circuit is performed (step X47). 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. Further, a bit transposition pattern of a hard random number (here, a jackpot random number) generated by hardware of the random number generation circuit is also set. The bit transposition pattern is a method of exchanging the bit arrangement of the extracted random numbers (the arrangement before the upper bit transposition) in a predetermined order and storing it as a different bit arrangement (the arrangement after the lower bit transposition). Is a pattern that determines By exchanging the bits of the random number according to the bit transposition pattern, the regularity of the random number can be broken and the confidentiality of the random number can be enhanced. Note that 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 allowed to make any setting.

その後、電源投入時の乱数生成回路内の所定のレジスタ(ソフト乱数レジスタ1〜n)の値を抽出し、対応する各種初期値乱数(本実施形態の場合、特図の当り図柄を決定する乱数(大当り図柄乱数、小当り図柄乱数)、普図の当りを決定する乱数(当り乱数)、転落抽選に当選か否かを決定する乱数(転落抽選乱数))の初期値(スタート値)としてRWMの所定領域にセーブしてから(ステップX48)、割込みを許可する(ステップX49)。本実施形態で使用するCPU111A内の乱数生成回路においては、電源投入毎にソフト乱数レジスタの初期値が変わるように構成されているため、この値を各種初期値乱数の初期値(スタート値)とすることで、ソフトウェアで生成される乱数の規則性を崩すことができ、遊技者による不正な乱数の取得を困難にすることができる。   Thereafter, the values of predetermined registers (soft random number registers 1 to n) in the random number generation circuit at the time of power-on are extracted, and various initial value random numbers corresponding thereto (in the case of the present embodiment, random numbers for determining a hit symbol of a special figure) RWM as an initial value (start value) of (big hit symbol random number, small hit symbol random number), a random number for determining the hit of the ordinary figure (hit random number), and a random number for determining whether or not to win the falling lottery (falling random number). After saving in a predetermined area (step X48), an interrupt is permitted (step X49). The random number generation circuit in the CPU 111A used in the present embodiment is configured so that the initial value of the soft random number register changes every 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, it is possible to break the regularity of the random numbers generated by the software, making it difficult for the player to obtain an unauthorized random number.

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

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

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

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

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

また、主制御手段(遊技制御装置100)は、データを記憶可能なRAM111Cと、外部からの操作が可能な初期化操作部(RAM初期化スイッチ112)と、初期化操作部が操作されたことに基づきRAM111Cに記憶されたデータを初期化する初期化手段(遊技制御装置100)と、を備え、当該初期化手段の操作状態を待機時間の開始前に読み込むようにしていることとなる。
また、主制御手段(遊技制御装置100)は、待機時間の経過後にRAM111Cへのアクセスを許可するようにしていることとなる。
In addition, the main control means (game control device 100) has a RAM 111C capable of storing data, an initialization operation unit (RAM initialization switch 112) that can be operated from the outside, and an operation of the initialization operation unit. And an initialization means (game control device 100) for initializing the data stored in the RAM 111C on the basis of the above, so that 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) permits the access to the RAM 111C after the elapse of the standby time.

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

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

次いで、確率設定変更中フラグ又は確率設定確認中フラグがセットされているか判定し(ステップX104)、確率設定変更中フラグ又は確率設定確認中フラグがセットされている場合(ステップX104;Y)には、確率設定変更/確認処理(ステップX122)を行って、タイマ割込み処理を終了する。
一方、確率設定変更中フラグと確率設定確認中フラグの両方がセットされていない場合(ステップ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 if the probability setting changing flag or the probability setting checking flag is set (step X104; Y), Then, a probability setting change / confirmation process (step X122) is performed, and the timer interrupt process ends.
On the other hand, when both the probability setting changing flag and the probability setting confirming flag are not set (step X104; N), the solenoids (large winning opening solenoids 38b, 39b) are set based on the output data set in various processes. An output process (step X105) for performing drive control of actuators such as the lever solenoid 38f and the ordinary solenoid 37c). When a signal for stopping the firing is output in step X5 of the main process, a signal for permitting the firing is output by performing the output process, and the firing permitting signal is set to a permitted state. This firing permission signal is output to the firing control device via the payout control device. At this time, no processing of the signal is performed. The firing permission signal is a first signal indicating the state of the firing permission as viewed from the game control device, and the second signal (the firing permission signal) indicating the state of the firing permission as viewed from the payout control device is also the payout control. Generated in the device and output to the launch control device. That is, two firing permission signals are output to the firing control device, and when both are permitted to fire, the game ball is configured to be ready to fire.

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

次に、異常排出発生中であるか判定する(ステップX110)。異常排出とは、第1特別変動入賞装置38において、第1特別変動入賞装置38から排出される遊技球数(特定領域スイッチ38d及び残存球排出口スイッチ38eで検出された遊技球数)が、第1特別変動入賞装置38に流入した遊技球数(大入賞口スイッチ38aで検出された遊技球数)を上回ることである。なお、異常排出発生中である場合には異常排出フラグがセットされている。そして、異常排出発生中である場合(ステップX110;Y)には、ステップX116へ移行する。すなわち、遊技が進行しないようにする。   Next, it is determined whether abnormal discharge is occurring (step X110). The 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 discharging port switch 38e) in the first special variable winning device 38 is This is to exceed the number of game balls flowing into the first special variable winning device 38 (the number of game balls detected by the special winning opening switch 38a). When abnormal discharge is occurring, the abnormal discharge flag is set. If abnormal discharge is occurring (step X110; Y), the process proceeds to step X116. That is, the game is prevented from proceeding.

一方、異常排出発生中でない場合(ステップ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), a start-up switch monitoring process (step X111) for monitoring winning of the start-up 1 switch 36a and the start-up 2 switch 37a is performed. In the starting port switch monitoring process, various random numbers (eg, a big hit random number) are extracted based on the winning of the game ball to the starting winning port 36 or the normal variable winning device 37. Then, the special figure 1 game processing (step X112) for performing the processing related to the special figure 1 variable display game, the special figure 2 game processing (step X113) for performing the processing related to the special figure 2 variable display game, and the processing related to the general figure variable display game are performed. A segment LED provided in the gaming machine 10 for performing a general-purpose game process (step X114) to drive a segment LED for displaying a special figure variable display game and displaying various information related to the game so as to display desired contents. An editing process (step X115) is performed.

次いで、磁気センサ61からの検出信号をチェックして異常がないか判定する処理を行う磁石不正監視処理(ステップX116)、盤電波センサ62からの検出信号をチェックして異常がないか判定する処理を行う盤電波不正監視処理(ステップX117)、振動センサ65からの検出信号をチェックして異常がないか判定する処理を行う振動不正監視処理(ステップX118)、異常排出が発生していないか判定する処理を行う異常排出監視処理(ステップX119)を行う。さらに、外部の各種装置に出力する信号を出力バッファにセットする外部情報編集処理(ステップX120)、性能表示モニタ153の制御に関する性能表示モニタ制御処理(ステップX121)を行って、タイマ割込み処理を終了する。   Next, a magnet fraud monitoring process for checking the detection signal from the magnetic sensor 61 to determine whether there is any abnormality (step X116), and a process for checking the detection signal from the panel radio wave sensor 62 to determine whether there is any abnormality Fraudulent monitoring process (step X117), which checks the detection signal from the vibration sensor 65 to determine whether there is any abnormality (step X118), and determines whether abnormal discharge has occurred. Abnormal discharge monitoring processing (step X119). Further, an external information editing process for setting signals to be output to various external devices in an output buffer (step X120) and a performance display monitor control process for controlling the performance display monitor 153 (step X121) are performed, and the timer interrupt process ends. I do.

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

〔確率設定変更/確認処理〕
図12には、上述のタイマ割込み処理における確率設定変更/確認処理(ステップX122)を示した。この確率設定変更/確認処理では、まず、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 processing]
FIG. 12 shows a probability setting change / confirmation process (step X122) in the timer interrupt process described above. In this probability setting change / confirmation process, first, it is determined whether the value of the region for the probability setting value in the RWM is within the normal range (the range of 0 to 5 in the present embodiment) (step X131).
If the value of the region 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 region 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, the performance display device 153 performs the display as shown in FIGS.
On the other hand, if the value of the region for the probability set value in the RWM is not within the normal range (step X131; N), turn-off data is set as the probability set value display data (step X133), and the probability set value display is performed. The data is output to the fifth driver 138e via the second output port 134 (Step X134). As a result, a display as shown in FIG.

図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 includes four 7-segment displays (seven-segment displays) arranged side by side. During the probability set value change mode or the probability set value confirmation mode, of the four 7-segment displays, the rightmost 7-segment display shows the current probability set value, and the remaining 7-segment display shows “SET”. "".
More specifically, when the value of the probability setting value area in the RWM is “0”, the current probability setting value is “setting 1”, and as shown in FIG. When “1” is displayed on the segment display and the value of the probability setting value area in the RWM is “1”, the current probability setting value is “setting 2”. As shown, “2” is displayed on the rightmost 7-segment display, and if the value of the probability setting value area in the RWM is “2”, the current probability setting value is “Setting 3”. As shown in FIG. 13C, “3” is displayed on the right-most 7-segment display, and when the value of the probability set value area in the RWM is “3”, the current probability set value is “set”. 13 "," 4 "is displayed on the rightmost 7-segment display as shown in FIG. 13D, and the value of the probability setting value area in the RWM is" 4 ". , Since the current probability setting value is “setting 5”, “5” is displayed on the rightmost 7-segment display as shown in FIG. 13E, and the probability setting value area in the RWM is displayed. Is "5", the current probability setting value is "setting 6", so "6" is displayed on the right-most 7-segment display as shown in FIG. 13 (f). When the value of the probability setting value area in the RWM is out of the normal range (abnormal value), the rightmost 7-segment display is turned off as shown in FIG.
For example, if the value of the probability setting value area 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. 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", -1 is updated (step X135). Note that 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, on data of the security signal is output and off data of signals other than the security signal is output (step X136). In step X136, security data ON data is output regardless of whether the security signal control timer has expired. Therefore, the security signal is continuously 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 the probability setting change flag is set (step X137). If the probability setting change flag is not set (step X137; N), that is, if the probability setting check flag is set. Ends the probability setting change / confirmation process. On the other hand, when the probability setting change flag is set (step X137; Y), the probability setting change / confirmation process being executed is the probability setting change / confirmation process in the first timer interrupt process after the gaming machine 10 is powered 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 power-on (step X138; Y), the probability setting change / confirmation process ends. 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 probability setting value area in the RWM is set to 0 to 0. +1 is updated in the range of 5 (step X140), and the probability setting change / confirmation process ends. The value updated in step X140 (the updated probability setting value) is displayed on the performance display device 153 by the next probability setting change / confirmation process.
In this embodiment, as shown in FIG. 5A, “setting 1” to “setting 6” are set for three types of probability values (a probability value in a low probability state and a probability value in a high probability state). However, for example, “setting 1” to “setting 3” may be assigned to three types of probability values (a probability value in a low probability state and a probability value in a high probability state). In this case, in step X140, the value of the region for the probability set value of the RWM is updated by +1 within 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 set value change mode, and the RAM initialization switch 112 can be operated during the probability set value change mode. The probability set value can be changed with.
Since only the pressing operation of the RAM initialization switch 112 is possible, 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 set value change mode) is continued even during the probability set value change mode, that is, the RAM initialization switch When the button 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 of the timer interrupt process (step X103), the state of the RAM initialization switch 112 read in the previous input process is off, and the state of the RAM initialization switch 112 read in the current input process is turned off. When the state is the ON state, an input signal (rising edge) based on the operation of the RAM initialization switch 112 is detected. In the input process (step X103) in the first timer interrupt process after the power is turned on, the input process immediately before the power is turned off is the previous input process, and the input process immediately after the power is turned on is the current input process. The state of the RAM initialization switch 112 read in the process is likely to be in the off state. That is, if the transition operation is continued even in 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 power-on, it is determined that there is an input from the RAM initialization switch 112 based on the shift operation, and The inconvenience that the value of the area for the probability set value in the RWM is updated may occur.

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

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

〔始動口スイッチ監視処理〕
図14には、上述のタイマ割込み処理における始動口スイッチ監視処理(ステップX111)を示した。この始動口スイッチ監視処理では、まず、始動口1(始動入賞口36)入賞監視テーブルを準備し(ステップX491)、ハード乱数取得処理(ステップX492)を行う。そして、当該ハード乱数取得処理で始動入賞口36への入賞に基づき大当り乱数を取得した場合に設定される始動口入賞あり情報があるか判定する(ステップX493)。
[Start port switch monitoring processing]
FIG. 14 shows the start-up switch monitoring process (step X111) in the timer interrupt process described above. In this starting port switch monitoring process, first, a starting 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 start opening winning information set when the jackpot random number is obtained based on the winning in the starting winning opening 36 in the hard random number obtaining process (step X493).

始動入賞口36への入賞に基づき始動口入賞あり情報が設定されていない場合(ステップX493;N)には、ステップX499へ移行する。なお、この場合は始動口入賞なし情報が設定されている。
一方、始動入賞口36への入賞に基づき始動口入賞あり情報が設定されている場合(ステップX493;Y)には、特図低確率&時短なし中(通常遊技状態中)であるか判定する(ステップX494)。そして、特図低確率&時短なし中である場合(ステップX494;Y)には、ステップX497へ移行する。また、特図低確率&時短なし中でない場合(ステップX494;N)には、右打ち指示報知コマンドを準備し(ステップX495)、演出コマンド設定処理(ステップX496)を行う。
If the information on the presence of the start opening winning is not set based on the winning in the starting winning opening 36 (step X493; N), the process proceeds to step X499. Note that, in this case, the information on no start-up winning is set.
On the other hand, if the information on the presence of the start opening winning is set based on the winning in the starting winning opening 36 (step X493; Y), it is determined whether the special figure low probability & no time saving is being performed (normal game state). (Step X494). Then, when the special figure low probability and no time saving are being performed (step X494; Y), the process proceeds to step X497. When the special figure low probability and the time saving are not in progress (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で特定遊技状態中や特別遊技状態中において入賞を検出した場合に右打ち指示報知を行うようにしている。   In the effect control device 300, based on the reception of the right-turn instruction notification command, the right-turn instruction is instructed to instruct the player to make a right-turn by display, voice, or the like. When the player is in a specific game state or a special game state, right-handed is more advantageous to the player, and the player does not win unless left-handed. When a winning is detected, a right-handed instruction is notified.

そして、始動口1による保留の情報を設定するテーブルを準備し(ステップX497)、特図始動口スイッチ共通処理(ステップX498)を行う。次いで、始動口2(普通変動入賞装置37)入賞監視テーブルを準備し(ステップX499)、ハード乱数取得処理(ステップX500)を行って、普通変動入賞装置37への入賞に基づき大当り乱数を取得した場合に設定される始動口入賞あり情報があるか判定する(ステップX501)。   Then, a table for setting the information of suspension by the starting port 1 is prepared (step X497), and the common process for the special figure starting port switch (step X498) is performed. Next, a winning monitoring table is prepared for the starting port 2 (normal variable winning device 37) (step X499), and a hard random number obtaining process (step X500) is performed to obtain a big hit random number based on the winning in the normal variable winning device 37. It is determined whether there is a start-up winning information 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 winning entry winning information has not been set based on the winning in the normal variable winning device 37 (step X501; N), the starting opening switch monitoring process ends. Note that, in this case, the information on no start-up winning is set.
On the other hand, if the start-up winning information is set based on the winning in the ordinary variable prize device 37 (step X501; Y), it is determined whether the pudden (the ordinary variable prize device 37) is operating, that is, It is determined whether or not the variable winning device 37 is in an open state in which a game ball can be won (step X502). If the normal power is operating (step X502; Y), the process proceeds to step X504. Transition. On the other hand, if the ordinary telephone is not in operation (step X502; N), it is determined whether or not the unauthorized unauthorized transmission is occurring (step X503).

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

普電不正発生中である場合(ステップX503;Y)には、始動口スイッチ監視処理を終了する。すなわち、第2始動記憶をそれ以上発生させないようにする。また、普電不正発生中でない場合(ステップX503;N)には、始動口2による保留の情報を設定するテーブルを準備し(ステップX504)、特図始動口スイッチ共通処理(ステップX505)を行って、始動口スイッチ監視処理を終了する。   In the case where unauthorized fraud has occurred (step X503; Y), the start-up switch monitoring process ends. That is, the second start memory is not generated any more. In addition, in the case where the illegal operation of the ordinary telephone is not occurring (step X503; N), a table for setting the information of the holding by the starting port 2 is prepared (step X504), and the common processing of the special figure starting port switch (step X505) is performed. Then, the start-up switch monitoring process ends.

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

この特図始動口スイッチ共通処理では、まず、始動口1スイッチ36a及び始動口2スイッチ37aのうち、監視対象の始動口スイッチへの入賞の回数に関する情報を遊技機10の外部の管理装置に対して出力する回数である始動口信号出力回数をロードし(ステップX521)、ロードした値を+1更新して(ステップX522)、出力回数がオーバーフローするか判定する(ステップX523)。
出力回数がオーバーフローしない場合(ステップX523;N)には、更新後の値をRWMの始動口信号出力回数領域にセーブし(ステップX524)、監視対象の始動口スイッチに対応する特図保留(始動記憶)数、すなわち更新対象の特図保留(始動記憶)数が上限値(ここでは4)未満か判定する(ステップX525)。一方、出力回数がオーバーフローする場合(ステップX523;Y)には、ステップX525へ移行する。ここでは出力回数を255まで記憶できるが、上限まで記憶している場合には+1更新によりループして0となってしまうため、更新後の値のセーブを行わない。
In the special process starting port switch common processing, first, information on the number of winnings to the starting port switch to be monitored, out of the starting port 1 switch 36a and the starting port 2 switch 37a, is transmitted to the management device external to the gaming machine 10. The starting port signal output count, which is the number of times the output is performed, 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 number of times of starting signal output of the RWM (step X524), and the special figure corresponding to the starting port switch to be monitored (starting) It is determined whether the number of stored), that is, the number of special figure reservations (starting storage) to be updated is less than the upper limit (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 looped to 0 by updating +1 and the value after the update is not saved.

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

その後、監視対象の始動口スイッチの大当り図柄乱数を抽出して準備し(ステップX530)、RWMの大当り図柄乱数格納領域にセーブする(ステップX531)。次に、監視対象の始動口スイッチの転落抽選乱数を抽出して準備し(ステップX532)、RWMの転落抽選乱数格納領域にセーブする(ステップX533)。
次いで、始動口2(普通変動入賞装置37)への入賞であるか判定し(ステップX534)、始動口2への入賞でない場合(ステップX534;N)には、ステップX537へ移行する。一方、始動口2への入賞である場合(ステップX534;Y)には、小当り図柄乱数を抽出して準備し(ステップX535)、RWMの小当り図柄乱数格納領域にセーブする(ステップX536)。
Thereafter, the jackpot symbol random number of the starting 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, a falling lottery random number of the starting port switch to be monitored is extracted and prepared (step X532), and saved in a falling lottery random number storage area of the RWM (step X533).
Next, it is determined whether or not the winning opening 2 (normal fluctuation winning device 37) has been won (step X534). On the other hand, when the winning is to the starting opening 2 (step X534; Y), a 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 variation pattern random numbers 1 to 3 are saved in the corresponding variation pattern random number storage area of the RWM (step X537), and the special figure reservation information determination process (step X538), which is a pre-read process, is performed. Next, a start-up switch to be monitored and a decoration special-drawing hold number command corresponding to the special-drawing hold number are prepared (step X539), and an effect command setting process (step X540) is performed. finish.
That is, the game control device 100 (RAM 111C) extracts a predetermined random number based on the winning of the game ball into the starting winning port 36, and stores the predetermined random number as a first starting memory to a predetermined upper limit number. A start storage means is provided. In addition, the game control device 100 (RAM 111C) extracts a predetermined random number based on the winning of the game ball to the normal variable winning device 37, and stores the predetermined random number as a second starting memory up to a predetermined upper limit number. (2) A starting storage means is provided.

〔特図保留情報判定処理〕
図16及び図17には、上述の特図始動口スイッチ共通処理における特図保留情報判定処理(ステップX538)を示した。特図保留情報判定処理は、対応する始動記憶に基づく特図変動表示ゲームの開始タイミングより前に当該始動記憶に対応した結果関連情報の判定を行う先読み処理である。
[Special figure pending information judgment processing]
FIGS. 16 and 17 show the special figure hold information determination processing (step X538) in the above-described special figure starting port switch common processing. The special figure suspension information determination processing is a look-ahead processing for determining the result related information corresponding to the start memory before the start timing of the special figure change 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 processing, first, it is determined whether a big hit is being performed (during the first special game state) (step X541), and if a big hit is being performed (step X541; Y), the special figure reservation information determination is performed. The process ends. On the other hand, when the big hit is not in progress (step X541; N), the starting opening winning flag saved in step X527 of the special figure starting opening switch common processing is checked to win the starting opening 1 (starting winning opening 36). Is determined (step X542).

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

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

そして、大当り乱数値が大当り判定値(大当り低確率判定値)と一致するか否かにより大当りであるか判定する先読み大当り判定処理(ステップX549)を行う。判定結果が大当りである場合(ステップX550;Y)には、対象の始動口スイッチに対応する大当り図柄乱数チェックテーブルを設定し(ステップX551)、特図始動口スイッチ共通処理のステップX530にて準備した大当り図柄乱数に対応する停止図柄情報を取得して(ステップX552)、ステップX559へ移行する。一方、判定結果が大当りでない場合(ステップX550;N)には、特図始動口スイッチ共通処理のステップX527にてセーブした始動口入賞フラグをチェックして、始動口2(普通変動入賞装置37)への入賞であるか判定する(ステップX553)。   Then, a pre-reading big hit determination process (step X549) is performed to determine whether or not the big hit is a big hit based on whether or not the big hit random value matches the big hit determination value (big hit low probability judgment value). If the result of the determination is a big hit (step X550; Y), a big hit symbol random number check table corresponding to the target starting port switch is set (step X551), and preparation is made in step X530 of the special figure starting port switch common processing. The stop symbol information corresponding to the big hit symbol random number obtained is acquired (step X552), and the process proceeds to step X559. On the other hand, if the result of the determination is not a jackpot (step X550; N), the starting port winning flag saved in step X527 of the special figure starting port switch common processing is checked, and the starting port 2 (normal variable winning device 37) is checked. (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 it is not the winning opening 2 (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, when the winning is to the opening 2 (step X553; Y), a small hit determination process (step X554) for determining whether or not the big hit random number value matches the small hit determination value to determine whether the small hit is a small hit. I do. If the result of the determination 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 starting port switch common processing is set. The stop symbol information corresponding to the random number is obtained (step X557), and the flow proceeds to step X559. On the other hand, if the result of the determination is not a small hit (step X555; N), the stop symbol information of the loss 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)。
Thereafter, a look-ahead stop symbol command (low probability) corresponding to the target start port switch and stop symbol information is prepared (step X560), and effect command setting processing (step X561) is performed.
Next, a high-probability determination flag is prepared (step X562), and a look-ahead big-hit determination process (step X563) is performed to determine whether or not the big-hit random value matches the big-hit determination value (big-hit high-probability determination value). I do. When the result of the determination is a big hit (step X564; Y), a big hit symbol random number check table corresponding to the target starting port switch is set (step X565), and the process proceeds to step X530 of the special figure starting port switch common processing. Stop symbol information corresponding to the jackpot symbol random number prepared in step S566 is acquired (step X566), and the flow proceeds to step X573. On the other hand, if the result of the determination is not a jackpot (step X564; N), the starting port winning flag saved in step X527 of the special figure starting port switch common process is checked, and the starting port 2 (normal variable winning device 37) is checked. (Step X567).

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

そして特図高確率中でない場合(ステップX573;N)には、ステップX575へ移行する。一方、特図高確率中である場合(ステップX573;Y)には、ステップX559にて停止図柄情報をセーブした図柄情報領域に、ステップX566又はX571にて取得した停止図柄情報、あるいはステップX572にて設定した停止図柄情報を上書きしてセーブする(ステップX574)。なお、図柄情報領域にセーブされる停止図柄情報は、変動パターンの先読み等で使用される。   If it is not during the special figure high probability (step X573; N), the process proceeds to step X575. On the other hand, when the special symbol is in high probability (step X573; Y), the stop symbol information obtained in step X566 or X571 is stored in the symbol information area in which the stop symbol information is saved in step X559, or Then, the stop symbol information set in step S574 is overwritten and saved (step X574). In addition, the stop symbol information saved in the symbol information area is used for pre-reading the variation pattern or 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 switch and stop symbol information is prepared (step X575), and effect command setting processing (step X576) is performed. As described above, in the present embodiment, each time the special figure suspension information determination process is performed, the result determined using the large hit low probability determination value and the result determined using the large hit high probability determination value are transmitted to the effect control device 300. Is done.
Next, special figure information setting processing (step X577) for setting special figure information, which is a parameter for setting a fluctuation pattern, is performed, and a fluctuation pattern setting processing for setting the fluctuation mode of the special figure fluctuation display game (step X578). 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 effect command setting processing (step X580) is performed to determine the special figure suspension information. The process ends. Note that the special figure information setting processing in step X577 and the fluctuation pattern setting processing in step X578 are the same as the processing executed at the start of the special figure fluctuation display game in the special figure ordinary processing.

以上の処理により、先読み対象の始動記憶に基づく特図変動表示ゲームに対する転落抽選の抽選結果を含む先読み転落抽選情報コマンドと、先読み対象の始動記憶に基づく特図変動表示ゲームの結果を含む先読み停止図柄コマンドと、当該始動記憶に基づく特図変動表示ゲームでの変動パターンの情報を含む先読み変動パターンコマンドが準備され、演出制御装置300に送信される。これにより、始動記憶に対応した結果関連情報(転落するか(大当りの確率状態が高確率状態から低確率状態(通常確率状態)へ移行するか)否かや、大当り又は小当りか否かや、変動パターンの種類)の判定結果(先読み結果)を、対応する始動記憶に基づく特図変動表示ゲームの開始タイミングより前に演出制御装置300に対して知らせることができ、特に表示装置41に表示される飾り特図始動記憶表示を変化させるなどして、その特図変動表示ゲームの開始タイミングより前に遊技者に結果関連情報を報知することが可能となる。   With 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 prefetch 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 variation pattern command including information on a variation pattern in the special figure variation display game based on the start memory are prepared and transmitted to the effect control device 300. Thereby, the result-related information corresponding to the starting memory (whether the vehicle falls down (whether the big hit probability state shifts from the high probability state to the low probability state (normal probability state)) or not, whether the big hit or the small hit, or not. , The type of variation pattern) 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 displayed on the display device 41 in particular. By changing the decoration special figure start storage display to be performed, it is possible to notify the player of the result related information before the start timing of the special figure change display game.

すなわち、遊技制御装置100が、始動記憶手段に記憶された始動記憶に基づき、変動表示ゲームの結果及び変動態様情報を当該変動表示ゲームの開始以前に決定することが可能な決定手段をなす。また、遊技制御装置100が、始動記憶手段に始動記憶として記憶される乱数を、当該始動記憶に基づく変動表示ゲームの実行前に判定する(例えば、特別結果となるか否か等を判定する)事前判定手段をなす。なお、始動記憶に対応して記憶された乱数値を事前に判定する時期は、当該始動記憶が発生した始動入賞時だけではなく、当該始動記憶に基づく変動表示ゲームが行われる前であればいつでもよい。   That is, the game control device 100 forms a determination unit that can determine 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 unit. In addition, the game control device 100 determines a random number stored as start memory in the start storage unit before executing the variable display game based on the start memory (for example, determines whether or not a special result is obtained). It constitutes a preliminary judgment means. In addition, the time when the random number value stored in correspondence with the start memory is determined in advance is not only at the time of the start winning where the start memory is generated, but also at any time before the variable display game based on the start memory is performed. Good.

〔先読み大当り判定処理〕
図18には、上述の特図保留情報判定処理における先読み大当り判定処理(ステップX549,X563)を示した。この先読み大当り判定処理では、まず、大当り判定値の下限判定値を設定し(ステップX581)、対象の大当り乱数の値が下限判定値未満か判定する(ステップX582)。なお、大当りであるとは大当り乱数が大当り判定値と一致することである。大当り判定値は連続する複数の値であり、大当り乱数が、大当り判定値の下限の値である下限判定値以上で、かつ、大当り判定値の上限の値である上限判定値以下である場合に、大当りであると判定される。
[Prefetch big hit determination processing]
FIG. 18 shows the prefetch big hit determination process (steps X549 and X563) in the above-described special figure suspension information determination process. In the pre-reading big hit determination process, first, a lower limit determination value of the big hit determination value is set (step X581), and it is determined whether the value of the target big hit 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 determination value is a plurality of consecutive values, and when the jackpot random number is equal to or greater than the lower limit determination value that is the lower limit value of the jackpot determination value and is equal to or less than the upper limit determination value that is the upper limit value of the jackpot determination value. Is determined to be a big hit.

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

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

〔特図1ゲーム処理〕
図19には、上述のタイマ割込み処理における特図1ゲーム処理(ステップX112)を示した。特図1ゲーム処理では、特図1変動表示ゲームに関する処理全体の制御、特図1の表示の設定を行う。この特図1ゲーム処理では、まず、特図1変動表示ゲームが中断されている場合にセットされる特図1中断フラグがセットされているか判定する(ステップY99)。特図1変動表示ゲームは、当該特図1変動表示ゲームの実行中に特図2変動表示ゲームの結果が第2特別結果(小当り)となって第2特別遊技状態が実行される場合に、当該第2特別遊技状態の実行中において中断される。
[Special figure 1 game processing]
FIG. 19 shows the special figure 1 game process (step X112) in the timer interrupt process described above. In the special figure 1 game process, the control of the entire processing relating to the special figure 1 variable display game and the setting of the display of the special figure 1 are performed. In the special figure 1 game process, first, it is determined whether a special figure 1 interruption flag that is set when the special figure 1 variable display game is interrupted is set (step Y99). The special figure 1 variable display game is executed when the result of the special figure 2 variable display game becomes the second special result (small hit) during the execution of the special figure 1 variable display game and the second special game state is executed. , 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 variable display game is not interrupted, the process proceeds to step Y100, and the subsequent special figure 1 variable display is performed. Performs processing related to the game. On the other hand, if the special figure 1 interruption flag is set (step Y99; Y), that is, if 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. No, the process moves to step Y116. As a result, during the suspension 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 process related to the special figure 1 variable display game, first, a special game state executed based on whether the special figure 2 is in a big hit or a small hit, that is, based on the result of the special figure 2 variable display game being a big hit or a small hit It is determined whether it is in the middle (step Y100). If the big hit / small hit in the special map 2 is being performed (step Y100; Y), the process proceeds to step Y103. On the other hand, if it is not during the big hit / small hit in the special map 2 (step Y100; N), the special 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 special winning opening switch monitoring process, detection of a game ball by the special winning opening switch 38a provided in the first special variable winning device 38 and the special winning opening switch 39a provided in the second special variable winning device 39 is performed. In order to set a special winning opening count command to be monitored and transmitted to the effect control device 300 based on the winning in the special winning opening, or to close the special winning opening when a specified number of winnings have been made to the special winning opening. Is performed. In the special figure 1 game processing, the special winning state switch monitoring processing is performed for the special game state executed based on the result of the special figure 1 variable display game being a big hit. For a special game state executed based on a big hit or a small hit, a special winning opening switch monitoring process is performed in a 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 identification is performed based on the inflow of the game ball into the specific area (probability operation area). A process for setting an area passage flag is performed. Processing for generating a special game state is performed based on the setting of the specific area passage flag.

次いで、特図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). If the value of the special figure 1 game processing timer is not 0 (step Y104; N), that is, if the time is not up, the process proceeds to step Y116. If the value of the special figure 1 game processing timer is 0 (step Y104; Y), that is, if the time is up or the time has already expired, the process branches to the processing corresponding to the special figure 1 game processing number. To this end, first, a special figure 1 game sequence branch table to be referred to is prepared in a register (step Y105), a special figure 1 game processing number is loaded and prepared (step Y106), and a 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 processing number is obtained from the special figure 1 game processing branch table, and a subroutine call is performed using the special figure 1 game processing number (step Y108).

ステップY108にて、特図1ゲーム処理番号が「0」の場合は、特図1変動表示ゲームの変動開始を監視し、特図1変動表示ゲームの変動開始の設定や演出の設定や、特図1変動中処理を行うために必要な情報の設定等を行う特図1普段処理(ステップY109)を行う。
ステップY108にて、特図1ゲーム処理番号が「1」の場合は、特図1の停止表示時間の設定や、特図1表示中処理を行うために必要な情報の設定等を行う特図1変動中処理(ステップY110)を行う。
ステップY108にて、特図1ゲーム処理番号が「2」の場合は、特図1変動表示ゲームの遊技結果が大当りであれば、大当りの種類に応じたファンファーレコマンドの設定や、各大当り種類の大入賞口開放パターンに応じたファンファーレ時間の設定や、ファンファーレ/インターバル中処理を行うために必要な情報の設定等を行う特図1表示中処理(ステップY111)を行う。
If the special figure 1 game processing number is “0” in step Y108, the start of the change of the special figure 1 variable display game is monitored, and the setting of the start of the change of the special figure 1 variable display game, the setting of the effect, and the special setting are performed. FIG. 1 Special figure 1 ordinary processing (step Y109) for setting information necessary for performing the processing during fluctuation is performed.
If the special figure 1 game processing number is “1” in step Y108, the special figure for setting the stop display time of the special figure 1 and the information necessary for performing the special figure 1 displaying process is performed. The process during one fluctuation (step Y110) is performed.
In step Y108, if 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 setting of the fanfare command according to the type of the big hit and the type of each big hit The special figure 1 displaying process (step Y111) for setting the fanfare time according to the special winning opening opening pattern, setting information necessary for performing the process during the fanfare / interval, and the like is performed.

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

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

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

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

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

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

次いで、特図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). If the value of the special figure 2 game processing timer is not 0 (step Y134; N), that is, if the time is not up, the process proceeds to step Y153. If the value of the special figure 2 game processing timer is 0 (step Y134; Y), that is, if the time has expired or the time has already expired, the number of repetitions of the special figure 2 game processing timer is 0. Is determined (step Y135).

特図2ゲーム処理タイマの繰り返し回数が0でない場合(ステップY135;N)には、特図2ゲーム処理タイマの繰り返し回数を−1更新し(ステップY136)、特図2ゲーム処理タイマ領域に長変動用タイマ値(例えば60000m秒)をセーブして(ステップY137)、ステップY153へ移行する。
小当りの発生確率が高い特図2変動表示ゲームを通常遊技状態で遊技者が意図的に実行することを防止するため、通常遊技状態における特図2変動表示ゲームの変動時間は非常に長い時間(例えば10分)とされている。しかし、特図2ゲーム処理タイマとして利用できる領域は限られているため、タイマ初期値として上限値を設定しても変動時間を一度で計時することは困難である。そこで、規定時間(例えば60000m秒)の計時を行う回数である繰り返し回数を用いて複数回の計時により変動時間を計時するようにしている。
If 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 length is stored in the special figure 2 game processing timer area. The fluctuation timer value (for example, 60000 ms) is saved (step Y137), and the flow shifts to step Y153.
In order to prevent a player from intentionally executing the special figure 2 variable display game in which the small hit occurrence probability is high in the normal game state, the variable time of the special figure 2 variable display game in the normal game 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 an upper limit is set as the timer initial value. Therefore, the variation time is measured by a plurality of times using the number of repetitions, which is the number of times that the specified time (for example, 60000 ms) is measured.

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

ステップY141にて、特図2ゲーム処理番号が「0」の場合は、特図2変動表示ゲームの変動開始を監視し、特図2変動表示ゲームの変動開始の設定や演出の設定や、特図2変動中処理を行うために必要な情報の設定等を行う特図2普段処理(ステップY142)を行う。
ステップY141にて、特図2ゲーム処理番号が「1」の場合は、特図2の停止表示時間の設定や、特図2表示中処理を行うために必要な情報の設定等を行う特図2変動中処理(ステップY143)を行う。
ステップY141にて、特図2ゲーム処理番号が「2」の場合は、特図2変動表示ゲームの遊技結果が大当りであれば、大当りの種類に応じたファンファーレコマンドの設定や、各大当り種類の大入賞口開放パターンに応じたファンファーレ時間の設定や、ファンファーレ/インターバル中処理を行うために必要な情報の設定等を行う特図2表示中処理(ステップY144)を行う。
If the special figure 2 game processing number is “0” in step Y141, the start of the change of the special figure 2 variable display game is monitored, and the setting of the change start, the effect setting, and the special figure 2 FIG. 2 Special figure 2 usual processing (step Y142) for setting information necessary for performing the fluctuation processing is performed.
If the special figure 2 game processing number is “1” at step Y141, the special figure for setting the stop display time of the special figure 2 and the information necessary for performing the processing during the special figure 2 display is performed. A process during two fluctuations (step Y143) is performed.
In step Y141, if 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 setting of the fanfare command according to the type of the big hit and the type of each big hit type A special figure 2 displaying process (step Y144) for setting the fanfare time according to the special winning opening opening pattern, setting information necessary for performing the process during the fanfare / interval, and the like is performed.

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

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

ステップY141にて、特図2ゲーム処理番号が「7」の場合は、小当りが発生した際の大入賞口の開放時間・開放パターンの設定、ファンファーレコマンドの設定、小当り中処理を行うために必要な情報の設定等を行う小当りファンファーレ中処理(ステップY149)を行う。
ステップY141にて、特図2ゲーム処理番号が「8」の場合は、エンディングコマンドの設定や小当り残存球処理を行うために必要な情報の設定等を行う小当り中処理(ステップY150)を行う。
If the special figure 2 game processing number is "7" in step Y141, the opening time / opening pattern of the special winning opening when a small hit occurs, the setting of the fanfare command, and the small hit processing are performed. A small fanfare medium process (step Y149) for setting information necessary for the operation is performed.
If the special figure 2 game processing number is "8" in step Y141, the small hitting middle processing (step Y150) for setting the ending command, setting 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)を行う。
If the special figure 2 game processing number is “9” in step Y141, the processing for setting the time for discharging the remaining ball that has won in the big winning opening during the small hitting processing or the processing for ending the small hitting A small hit remaining ball process (step Y151) for setting information necessary for performing the process is performed.
If the special figure 2 game processing number is “10” in step Y141, special figure 2 small hit end processing (step Y152) for setting information necessary for performing the special figure 2 ordinary processing is performed.

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

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

特図1が変動開始可能でない場合(ステップY201;N)には、特図1ゲーム処理番号として「0」を設定し(ステップY216)、特図1ゲーム処理番号領域に処理番号をセーブして(ステップY217)、特図1普段処理を終了する。また、特図1が変動開始可能である場合(ステップY201;Y)には、左打ち指示報知済みであるか、すなわち左打ち指示報知フラグがセットされているか判定する(ステップY202)。
左打ち指示報知済みである場合(ステップY202;Y)には、ステップY206へ移行する。また、左打ち指示報知済みでない場合(ステップY202;N)には、左打ち指示報知コマンドを準備し(ステップY203)、演出コマンド設定処理(ステップY204)を行って、左打ち指示報知フラグをセットする(ステップY205)。左打ち指示報知フラグは、特定遊技状態が終了する際にクリアされるようになっており、これにより通常遊技状態に移行する際に左打ち指示報知が行われることとなる。
If the special figure 1 cannot be changed (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 Y <b> 217), the special map 1 ordinary processing ends. In addition, when the variation of the special figure 1 can be started (step Y201; Y), it is determined whether the left-handing instruction has been notified, that is, whether the left-handing instruction notification flag has been set (step Y202).
If the left-handing instruction has been notified (step Y202; Y), the process proceeds to step Y206. If the left-handing instruction has not been notified (step Y202; N), a left-handing instruction notifying command is prepared (step Y203), an effect command setting process (step Y204) is performed, and the left-handing instruction notifying flag is set. (Step Y205). The left-turn instruction notification flag is cleared when the specific game state ends, so that the left-turn 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 the number of reserved special figure 1 is 0 (step Y206), and if the number of reserved special figure 1 is 0 (step Y206; Y), the process proceeds to step Y216. If the number of reserved special figure 1 is not 0 (step Y206; N), a fluctuation start probability information command corresponding to the current probability state is prepared (step Y207), and effect command setting processing (step Y208) is performed. . Thereafter, a special figure 1 change start process (step Y209) for setting information related to the special figure 1 change display game is performed, and a decoration special figure 1 reservation number command corresponding to the special figure 1 reservation number is prepared (step Y210). ), And effect command setting processing (step Y211). At the time of performing the process of preparing the decoration special figure reservation number command (step Y210), the special figure 1 reservation number is not subtracted based on the start of the special figure 1 variable display game, and the current special figure 1 reservation 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, a remaining game number command corresponding to the number of time reduction fluctuations is prepared (step Y212), and effect command setting processing (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 status change area is set (information addition) in the special figure status area (step Y214). Here, the special figure status indicates the state of the special figure change display game, and any one of 0 to 5 is set. The 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, the 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 executed. 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 executed, and the special figure status 4 is a first special game state which is a special game state based on a big hit. The special figure status 5 indicates a second special game state which is a special game state based on a small hit. Here, since the special figure 1 change display game is started, 1 or 3 is set as the special figure status. Thereafter, the special figure 1 changing process transition setting processing (step Y215) is performed, and the special figure 1 ordinary processing ends.

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

特図2が変動開始可能でない場合(ステップY221;N)には、特図2ゲーム処理番号として「0」を設定し(ステップY238)、特図2ゲーム処理番号領域に処理番号をセーブして(ステップY239)、特図2普段処理を終了する。また、特図2が変動開始可能である場合(ステップY221;Y)には、特図2保留数が0であるか判定する(ステップY222)。   If the special figure 2 cannot be changed (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) Tokuzu 2 usual processing ends. In addition, when the special figure 2 can be started to change (step Y221; Y), it is determined whether the number of reserved special figure 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)を行う。   If the number of reserved special figure 2 is not 0 (step Y222; N), a fluctuation start probability information command corresponding to the current probability state is prepared (step Y223), and effect command setting processing (step Y224) is performed. . Thereafter, a special figure 2 change start process (step Y225) for setting information relating to the special figure 2 change display game is performed, and a decoration special figure 2 reservation number command corresponding to the special figure 2 reservation number is prepared (step Y226). ), And effect command setting processing (step Y227). At the time of performing the process of preparing the decoration special figure reservation number command (step Y226), the special figure 2 reservation number based on the start of the special figure 2 variable display game is not subtracted, and the current special figure 2 reservation is not performed. A reserved number command corresponding to the special figure 2 reserved number obtained by subtracting -1 from the number is prepared. Thereafter, a remaining game number command corresponding to the number of time reduction fluctuations is prepared (step Y228), and effect command setting processing (step Y229) is performed.

次に、特図ステータス領域に特図2変動中をセット(情報加算)する(ステップY230)。ここでは特図2変動表示ゲームが開始されるので、特図ステータスとして2又は3がセットされる。その後、特図2変動中処理移行設定処理(ステップY231)を行って、特図2普段処理を終了する。   Next, the state of the special figure 2 being changed 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. Thereafter, the special figure 2 changing process transition setting processing (step Y231) is performed, and the special figure 2 ordinary processing ends.

一方、特図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, if the special figure 2 reservation number is 0 (step Y222; Y), it is determined whether the special figure 1 reservation number is 0 (step Y232). Then, if the number of reserved special figure 1 is 0 (step Y232; Y), it is determined whether the special figure 1 is changing (step Y233). If the special figure 1 is not changing (step Y233; N), it is determined whether the customer waiting demonstration has been started (step Y234). If not (step Y234; N), the customer waiting demo is not started. Performs processing related to state setting. In addition, when the special figure 1 reservation number is not 0 (step Y232; N), when the special figure 1 is changing (step Y233; Y), or when the customer waiting demonstration has started (step Y234; Y). Shifts to step Y238.

客待ち状態の設定に関する処理では、まず、客待ちデモフラグ領域に客待ちデモ中フラグをセットし(ステップY235)、現在の確率状態に対応する客待ちデモコマンドを準備して(ステップY236)、演出コマンド設定処理(ステップY237)を行い、ステップY238へ移行する。客待ちデモコマンドを現在の確率状態に対応するものとすることで、確率状態に応じて異なる客待ち画面を表示することが可能となる。   In the process related to the setting of the customer waiting state, first, a customer waiting demonstration flag is set in the customer waiting demonstration flag area (step Y235), and a customer waiting demo command corresponding to the current probability state is prepared (step Y236). A command setting process (step Y237) is performed, and the process proceeds to step Y238. By making the customer waiting demonstration 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 without the backup function loses the information of the game state, so that it is impossible to perform an appropriate effect, but By making the waiting demo command correspond to the current probability state, from the reception of this command, it is possible to perform an effect according to the game state, and to transmit the probability information command based on the change of the game state. It becomes possible to return to the effect according to the gaming state earlier than waiting.

また、本実施形態の遊技機では、特図1変動表示ゲームと特図2変動表示ゲームとが同時に実行可能であり、特図1変動表示ゲームについての処理によって確率状態が変化することも考えられるので、特図変動表示ゲームの開始ごとに変動開始確率情報コマンドを送信するようにしている(ステップY207,Y223)。これにより、演出制御装置300において遊技状態に応じた適切な演出を行うことが可能となる。   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 simultaneously, and the probability state may be changed by the processing for the special figure 1 variable display game. Therefore, a change start probability information command is transmitted each time the special figure change display game is started (steps Y207 and Y223). This makes it possible for the effect control device 300 to perform an appropriate effect according to the gaming state.

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

〔特図1変動開始処理〕
図24(a)には、上述の特図1普段処理における特図1変動開始処理(ステップY209)を示した。特図1変動開始処理は、特図1変動表示ゲームの開始時に行う処理である。この特図1変動開始処理では、まず、特図保留情報判定処理において変動パターンの振り分けに用いる特図1情報設定フラグをセットする(ステップY241)。次いで、RWMの特図1転落抽選乱数格納領域(保留数1用)から乱数をロードして準備し(ステップY242)、特図1転落抽選乱数格納領域(保留数1用)を0クリアして(ステップY243)、高確率状態から低確率状態への移行を抽選する転落抽選処理(ステップY244)を行う。なお、保留数1用とは、消化順序が最先(ここでは特図1のうちで最先)の特図始動記憶についての情報(乱数等)を格納する領域である。
[Special figure 1 change start processing]
FIG. 24A shows the special figure 1 change start processing (step Y209) in the above-described special figure 1 ordinary processing. The special figure 1 change start processing is a processing performed at the start of the special figure 1 change display game. In the special figure 1 change start processing, first, a special figure 1 information setting flag used for distribution of a change pattern in the special figure reservation information determination processing is set (step Y241). Next, a random number is loaded and prepared from the special figure 1 falling lottery random number storage area (for the number of reservations 1) of the RWM (step Y242), and the special figure 1 falling lottery random number storage area (for the number of reservations 1) is cleared to 0. (Step Y243), a falling lottery process (Step Y244) for performing a lottery transition from the high probability state to the low probability state is performed. The storage number 1 is an area for storing information (random numbers and the like) about the special figure start storage having the earliest digestion order (here, the first special figure 1).

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

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

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

〔特図2変動開始処理〕
図24(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. 24B shows the special figure 2 change start processing (step Y225) in the above-described special figure 2 ordinary processing. The special figure 2 change start process is a process performed at the start of the special figure 2 change display game. In this special figure 2 change start processing, first, a special figure 2 information setting flag used for distribution of a change pattern in the special figure reservation information determination processing is set (step Y261). Next, a random number is loaded and prepared from the special figure 2 falling lottery random number storage area (for reserved number 1) of the RWM (step Y262), and the special figure 2 falling lottery random number storage area (for reserved number 1) is cleared to 0. (Step Y263), a falling lottery process (Step Y264) for performing a lottery transition from the high probability state to the low probability state is performed. The reserved number 1 is an area for storing information (random numbers and the like) about the special figure start storage with the earliest digestion order (here, the first of special figures 2).

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

その後、特図2変動表示ゲームにおける変動態様である変動パターンを設定する特図2変動パターン設定処理(ステップY269)を行い、特図2変動表示ゲームの変動開始の情報を設定する変動開始情報設定処理(ステップY270)を行って、時間短縮変動開始更新処理(ステップY271)を行う。次いで、処理番号として特図2変動中処理にかかる「1」を設定し(ステップY272)、特図ゲーム処理番号領域に処理番号をセーブする(ステップY273)。   After that, a special figure 2 fluctuation pattern setting process (step Y269) for setting a fluctuation pattern which is a 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 processing (step Y270) is performed, and the time reduction fluctuation start update processing (step Y271) is performed. Next, "1" relating 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 demonstration flag area is cleared (step Y274), and a signal relating to the start of the change of the special figure 2 (for example, the special symbol 2 changing signal is ON) is saved in the test signal output data area (step Y275). Then, the fluctuating flag is saved in the special figure 2 fluctuation control flag area (step Y276), and the initial value of the blink control timer (the timer of the blink cycle of the special figure 2 display 52) is stored in the special figure 2 blink control timer area (step Y276). Here, 100 ms is saved (step Y277), and 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 change start processing is performed. To end.

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

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

転落抽選乱数の値が転落抽選下限判定値未満である場合(ステップY582;Y)、すなわち転落抽選に当選していない場合には、転落抽選処理を終了する。この場合は高確率状態が維持される。一方、転落抽選乱数の値が転落抽選下限判定値未満でない場合(ステップY582;N)には、対象の転落抽選乱数の値が転落抽選上限判定値より大きいか判定する(ステップY583)。
転落抽選乱数の値が転落抽選上限判定値より大きい場合(ステップY583;Y)、すなわち転落抽選に当選していない場合には、転落抽選処理を終了する。この場合は高確率状態が維持される。一方、転落抽選乱数の値が転落抽選上限判定値より大きくない場合(ステップX583;N)、すなわち転落抽選に当選した場合には、低確率状態に移行するための処理を行う。
If the value of the falling lottery random number is less than the falling lottery lower limit determination value (step Y582; Y), that is, if the falling lottery has not been won, the falling lottery process is terminated. In this case, the high probability state is maintained. On the other hand, when the value of the falling lottery random number is not less than the falling lottery lower limit determination value (Step Y582; N), it is determined whether the value of the target falling lottery random number is larger than the falling lottery upper limit determination value (Step Y583).
If the value of the falling lottery random number is greater than the falling lottery upper limit determination value (step Y583; Y), that is, if the falling lottery has not been won, the falling lottery process ends. In this case, the high probability state is maintained. On the other hand, when the value of the falling lottery random number is not larger than the falling lottery upper limit determination value (Step X583; N), that is, when the falling lottery is won, processing 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, a signal relating to the high probability end is saved in the external information output data area (step Y584). Here, two big hit signals are set to ON, and four big hit signals are set to OFF. Next, a signal relating to the end of the 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 change time reduction state signal is set to OFF, and the special symbol 2 change time reduction state signal is set to OFF.
Then, the signal related to the left-handing instruction is saved in the test signal output data area (step Y586), and the number without time saving is saved in the gaming state display number area (step Y587). Thereafter, the special figure low probability & no time saving flag is saved in the special figure game mode flag area (step Y588), and the falling lottery process ends. As a result, the state becomes the low probability state and the state without the ordinary power support, and the state shifts to the normal game state. In addition, the information of the end of the high probability state and the end of the ordinary power 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 the information.

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

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

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

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

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

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

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

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

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

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

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

大当り乱数の値が小当り下限判定値未満である場合(ステップY321;Y)、すなわち小当りでない場合には、判定結果としてはずれを設定し(ステップY323)、小当り判定処理を終了する。なお、判定結果としてのはずれとは、小当りの抽選にはずれたことを示すものである。また、大当り乱数の値が小当り下限判定値未満でない場合(ステップY321;N)には、対象の大当り乱数の値が小当り上限判定値より大きいか判定する(ステップY322)。   If the value of the big hit random number is less than the small hit lower limit judgment value (step Y321; Y), that is, if it is not a small hit, an outlier is set as the judgment result (step Y323), and the small hit judgment processing ends. It should be noted that the loss as a result of the determination indicates that the lottery has been lost. 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 target big hit random number value is larger than the small hit upper limit determination value (step Y322).

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

〔特図1停止図柄設定処理〕
図29には、上述の特図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 processing]
FIG. 29 shows the special figure 1 stop symbol setting processing (step Y246) in the above-described special figure 1 change start processing. In the 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 (the number of reservations 1) ) Is loaded with a jackpot symbol random number (step Y332). Next, a special figure 1 big hit symbol table is set (step Y333), a stop symbol number corresponding to the loaded big hit symbol random number is acquired, and saved in the special figure 1 stop symbol save area (step Y334). By this processing, the type of big hit is selected. The reason why the stop symbol of the special figure 1 variable display game is saved in the special figure 1 stop symbol evacuation area instead of the special figure 1 stop symbol area is when the special result is derived in the special figure 2 variable display game. This is because the result may be forcibly changed to the result.

その後、特図1大当り停止図柄情報テーブルを設定し(ステップY335)、停止図柄番号に対応する停止図柄パターンを取得して特図1停止図柄パターン領域にセーブする(ステップY336)。停止図柄パターンとは、特図表示器(ここでは特図1表示器51)での停止図柄や表示装置41での停止図柄を設定するためのものである。次に、停止図柄番号に対応する時間短縮判定データを取得して時間短縮判定データ領域にセーブし(ステップY337)、停止図柄番号に対応するラウンド数上限値情報を取得して特図1ラウンド数上限値情報領域にセーブし(ステップY338)、停止図柄番号に対応する大入賞口開放情報を取得して特図1大入賞口開放情報領域にセーブして(ステップY339)、ステップY340へ移行する。これらの情報は、特別遊技状態の実行態様を設定するためのものである。   After that, a special symbol 1 big hit stop symbol information table is set (step Y335), a stop symbol pattern corresponding to the stop symbol number is acquired and saved in the special symbol 1 stop symbol pattern area (step Y336). The stop symbol pattern is for setting a stop symbol on the special figure display (here, the special figure 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 obtained and saved in the time reduction determination data area (step Y337), and the round number upper limit information corresponding to the stop symbol number is obtained to obtain the special figure 1 round number. It saves in the upper limit value information area (step Y338), acquires the special winning opening information corresponding to the stop symbol number, saves it in the special figure 1 large winning opening information area (step Y339), and proceeds to step Y340. . These pieces of information are for setting the execution mode of the special game 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 the loss is saved in the special figure 1 stop symbol evacuation area (step Y344), and the loss stop symbol pattern is stored in the special figure 1 stop symbol pattern area. Save (step Y345). Next, a 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). Thereby, a stop symbol corresponding to the result of the special figure change display game is set. After that, an effect command setting process (step Y341) is performed. Thereby, the decorative special figure 1 command is transmitted to the effect control device 300 later. Then, the symbol data corresponding to the stopped symbol number is saved in the test signal output data area (step Y342), and the special figure 1 big hit symbol random number storage area (for reserved number 1) is cleared to 0 (step Y343). One stop symbol setting processing ends.

〔特図2停止図柄設定処理〕
図30には、上述の特図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 processing]
FIG. 30 shows the special figure 2 stop symbol setting processing (step Y266) in the above-described special figure 2 change start processing. The special symbol 2 stop symbol setting process is the same as the special symbol 1 stop symbol setting process for the special symbol 2. In the 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 (the number of reservations 1) ) Is loaded with a jackpot symbol random number (step Y362). Next, a special figure 2 big hit symbol table is set (step Y363), and a stop symbol number corresponding to the loaded big hit symbol random number is acquired and saved in the special figure 2 stop symbol evacuation area (step Y364). By this processing, the type of big hit is selected. Note that the stop symbol of the special figure 2 variable display game is saved in the special figure 2 stop symbol evacuation area instead of the special figure 2 stop symbol area when the special result is derived in the special figure 1 variable display game. This is because the result may be forcibly changed to the result.

その後、特図2大当り停止図柄情報テーブルを設定し(ステップY365)、停止図柄番号に対応する停止図柄パターンを取得して特図2停止図柄パターン領域にセーブする(ステップY366)。停止図柄パターンとは、特図表示器(ここでは特図2表示器52)での停止図柄や表示装置41での停止図柄を設定するためのものである。次に、停止図柄番号に対応する時間短縮判定データを取得して時間短縮判定データ領域にセーブし(ステップY367)、停止図柄番号に対応するラウンド数上限値情報を取得して特図2ラウンド数上限値情報領域にセーブし(ステップY368)、停止図柄番号に対応する大入賞口開放情報を取得して特図2大入賞口開放情報領域にセーブして(ステップY369)、ステップY370へ移行する。これらの情報は、特別遊技状態の実行態様を設定するためのものである。   Thereafter, a special symbol 2 big hit stop symbol information table is set (step Y365), and a stop symbol pattern corresponding to the stop symbol number is acquired and saved in the special symbol 2 stop symbol pattern area (step Y366). The stop symbol pattern is for setting a stop symbol on the special figure display (here, the special figure 2 display 52) and a stop symbol on the display device 41. Next, time reduction judgment data corresponding to the stop symbol number is obtained and saved in the time reduction determination data area (step Y367), and the upper limit information on the number of rounds corresponding to the stop symbol number is obtained and the number of special figure 2 rounds is obtained. It saves in the upper limit value information area (step Y368), acquires the special winning opening information corresponding to the stopped symbol number, saves it in the special figure 2 large winning opening information area (step Y369), and proceeds to step Y370. . These pieces of information are for setting the execution mode of the special game 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 The small hit symbol random number is loaded from the storage area (for the number of hold 1) (step Y376). Next, a special figure 2 small hit symbol table is set (step Y377), a stop symbol number corresponding to the loaded small hit symbol random number is acquired, and saved in the special figure 2 stopped symbol save area (step Y378). The small hit type is selected by this processing. After that, the stop symbol pattern corresponding to the stop symbol number is obtained and saved in the special symbol 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 the loss is saved in the special symbol 2 stop symbol evacuation area (step Y380), and the loss stop symbol pattern is specified. It saves in the 2 stop symbol pattern area (step Y381). Next, a 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). Thereby, a stop symbol corresponding to the result of the special figure change display game is set. Thereafter, effect command setting processing (step Y371) is performed. Thereby, the decoration special figure 2 command is transmitted to the effect control device 300 later. Then, the symbol data corresponding to the stopped symbol number is saved in the test signal output data area (step Y372), and the special hit 2 large hit symbol random number storage area (for reserved number 1) is cleared to 0 (step Y373). The small hit symbol random number storage area (for reserved number 1) is cleared to 0 (step Y374), and the special symbol 2 stop symbol setting process ends.

以上の処理により、特図変動表示ゲームの開始に関する情報が設定される。すなわち、遊技制御装置100が、第1始動記憶手段に記憶された第1始動記憶に基づき、第1変動表示ゲーム(特図1変動表示ゲーム)の結果及び変動態様情報を当該第1変動表示ゲームの開始以前に決定することが可能な第1決定手段をなす。また、遊技制御装置100が、第2始動記憶手段に記憶された第2始動記憶に基づき、第2変動表示ゲーム(特図2変動表示ゲーム)の結果及び変動態様情報を当該第2変動表示ゲームの開始以前に決定することが可能な第2決定手段をなす。また、遊技制御装置100が、始動記憶の判定情報に基づいて、変動表示ゲームで実行する識別情報の変動パターンを決定することが可能な変動パターン決定手段をなす。   Through the above processing, information regarding the start of the special figure change display game is set. That is, based on the first start memory stored in the first start storage means, the game control device 100 displays the result and the change mode information of the first variable display game (the special figure 1 variable display game) in the first variable display game. Is a first determining means that can be determined before the start of. Further, based on the second start memory stored in the second start storage means, the game control device 100 displays the result and the change mode information of the second change display game (the special figure 2 change display game) in the second change display game. A second determining means that can be determined before the start of. Further, the game control device 100 constitutes a variation pattern determining means capable of determining a 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 port 36 is provided at a position where a game ball fired on one side of the game area 32 can win a prize, and the normal variable prize device 37 is provided with a 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 variable display game includes information on a variable time capable of specifying the execution time of the variable display game, and the second determination is performed in the normal state (normal game state). The change time that can be determined as the change time of the second variable display game by the means is longer than the change time that can be determined as the change time of the first variable display game by the first determination means. Become.

そして、これらの特図変動表示ゲームの開始に関する情報は後に演出制御装置300に送信され、演出制御装置300では、特図変動表示ゲームの開始に関する情報の受信に基づき、決定された変動パターンに応じて飾り特図変動表示ゲームでの詳細な演出内容を設定する。これらの特図変動表示ゲームの開始に関する情報としては、始動記憶数(保留数)に関する情報を含む飾り特図保留数コマンド、停止図柄に関する情報を含む飾り特図コマンド、特図変動表示ゲームの変動パターンに関する情報を含む変動コマンドなどが挙げられる。なお、飾り特図コマンドを変動コマンドよりも先に送信することで、演出制御装置300での処理を効率よく進めることができる。   Then, the information on the start of the special figure change display game is transmitted to the effect control device 300 later, and the effect control device 300 responds to the determined change pattern based on the reception of the information on the start of the special figure change display game. Set the details of the effect in the decoration special figure change display game. The information related to the start of the special figure change display game includes a decoration special figure reservation number command including information regarding the number of storages to be started (the number of reservations), a decoration special figure command including information regarding a stop symbol, and a change in the special figure change display game. A fluctuation command including information on a pattern is exemplified. By transmitting the decoration special figure command before the change 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 constitutes a first variable display game execution control unit capable of controlling the execution of the first variable display game (the special figure 1 variable display game) based on the determination result of the first determining unit. . In addition, 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 process.
Further, the game control device 100 constitutes a second variable display game execution control unit capable of controlling the execution of the second variable display game (the special figure 2 variable display game) based on the determination result of the second determining unit. . In addition, 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 process.

また、遊技制御装置100が、第1決定手段によって決定された第1変動表示ゲームの結果及び変動態様情報並びに第2決定手段によって決定された第2変動表示ゲームの結果及び変動態様情報を制御情報として演出制御手段(演出制御装置300)へ送信することが可能な送信手段をなす。また、遊技制御装置100が、第1変動表示ゲーム及び第2変動表示ゲームのそれぞれについて、変動表示ゲームの開始に応じて変動時間の計測を開始し、当該計測時間が変動時間を経過した場合に当該変動表示ゲームの変動時間の計測を終了する計測手段をなす。   Further, the game control device 100 controls the result and the variation mode information of the first variable display game determined by the first determination unit and the result and the variation mode information of the second variable display game determined by the second determination unit as control information. As transmission means that can be transmitted to the effect control means (effect control device 300). In addition, the game control device 100 starts measuring the variation time for each of the first variation display game and the second variation display game in response to the start of the variation display game, and when the measurement time has elapsed the variation time. It forms a measuring 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 change display game in the normal game state, a long change is set with a very long change time. In this case, information on the change time is not transmitted to the effect control device 300, and the long change is not performed. May be transmitted. In the case of a long fluctuation, it is sufficient to simply perform the fluctuation display, and it is not necessary to determine the effect in detail. Therefore, the effect control device 300 starts the fluctuation display based on the reception of the command indicating the long fluctuation. The fluctuation time is managed only by the game control device 100, and 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 fluctuation display based on receiving the stop command. To do. By doing so, it is possible to reduce the control burden on the effect control device 300.

〔特図1情報設定処理〕
図31には、上述の特図1変動開始処理における特図1情報設定処理(ステップY247)を示した。この特図1情報設定処理では、まず、変動パターン選択情報テーブルを設定し(ステップY401)、特図1停止図柄パターンに対応する前半オフセットデータ、後半オフセットデータを取得して(ステップY402)、特図1大当り、すなわち特図1停止図柄パターンが大当りの停止図柄パターンであるか判定する(ステップY403)。特図1大当りである場合(ステップY403;Y)には、ステップY405へ移行する。
[Special figure 1 information setting processing]
FIG. 31 shows the special figure 1 information setting processing (step Y247) in the above-described special figure 1 change start processing. In the special figure 1 information setting processing, first, a variation 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 obtained (step Y402). It is determined whether the FIG. 1 big hit, that is, the special figure 1 stop symbol pattern is a big hit stop symbol pattern (step Y403). If it is the 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 the special figure 1 is not a big hit (step Y403; N), the value is converted by adding the special figure 1 reserved number to the first half offset data (step Y404). Then, the first half offset data is saved in the fluctuation distribution information 1 area (step Y405). As a result, the fluctuation distribution information 1 is saved in the fluctuation distribution information 1 area. The fluctuation distribution information 1 is a table pointer for allocating the first half fluctuation (the fluctuation mode until the start of reach), and is used later 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 fluctuation distribution information 2 area (step Y405), and the special figure 1 information setting processing ends. Thereby, the fluctuation distribution information 2 is saved in the fluctuation distribution information 2 area. This fluctuation distribution information 2 is a table pointer for distributing the latter half fluctuation (the type of reach (including no reach)), and is used later to select a fluctuation group.
As described above, in the special figure 1 change display game, in the case of a loss, only the first half change pattern is determined in consideration of the special figure 1 hold number, and in the case of a big hit, the special figure 1 hold number is considered. The variation pattern is determined.

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

そして、時間短縮最終変動である場合(ステップY427;Y)には、ステップY428へ移行する。また、時間短縮最終変動でない場合(ステップY427;N)には、変動パターン選択情報テーブルを設定し(ステップY423)、特図2停止図柄パターンに対応する前半オフセットデータ、後半オフセットデータを取得して(ステップY424)、ステップY425へ移行する。   If it is the time-reduction final variation (step Y427; Y), the process proceeds to step Y428. If the time variation is not the final variation (step Y427; N), a 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), and 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 low probability & no time saving is being performed (step Y421; Y), it is determined whether or not it is the high probability final fluctuation (step Y427). In this case, when a falling lottery for the special figure 2 change display game to be started is won, it is determined that the change is a high probability final change.
If it is 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 the high-probability final variation (step Y427; N), it is determined whether the special figure 2 is a big hit (step Y429). If the special figure 2 is not a big hit (step Y429; N), the first half offset data for the special figure 2 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 routine goes to Step Y425.

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

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

〔特図1変動パターン設定処理〕
図33には、上述の特図1変動開始処理における特図1変動パターン設定処理(ステップY249)を示した。なお、変動パターンは、特図変動表示ゲームの開始からリーチ状態となるまでの変動態様である前半変動パターンと、リーチ状態となってから特図変動表示ゲームの終了までの変動態様である後半変動パターンとからなり、先に後半変動パターンを設定してから前半変動パターンを設定する。
[Special figure 1 fluctuation pattern setting processing]
FIG. 33 shows the special figure 1 change pattern setting processing (step Y249) in the above-described special figure 1 change start processing. The change pattern is a first half change pattern that is a change mode from the start of the special figure change display game to the reach state, and a second half change pattern that is a change mode from the reach state to the end of the special figure change display game. The first half variation pattern is set first, and then the first half variation 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, a fluctuation group address table is set (step Y451), and an address of the second half fluctuation group table corresponding to the fluctuation distribution information 2 is obtained and prepared (step Y452). The variation pattern random number 1 is loaded from the variation pattern random number 1 storage area (for reserved number 1) in FIG. 1 to prepare it (step Y453).
Next, it is determined whether the special figure 1 is out, that is, the stop symbol pattern is a non-stop symbol pattern (step Y454). )I do. If the special figure 1 is not out of position (step Y454; N), a distribution process (step Y456) is performed.

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

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

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

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

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

そして、振り分けられた結果得られた後半変動選択テーブルのアドレスを取得して準備し(ステップY477)、特図2の変動パターン乱数2格納領域(保留数1用)から変動パターン乱数2をロードして準備する(ステップY478)。次いで、振り分け処理(ステップY479)を行い、振り分けられた結果得られた後半変動番号を取得して後半変動番号領域にセーブする(ステップY480)。この処理により、後半変動パターンが設定されることとなる。   Then, the address of the second-half variation selection table obtained as a result of the sorting 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 reserved number 1) of Toku-zu 2. (Step Y478). Next, a distribution process (step Y479) is performed, a second-half variation number obtained as a result of the distribution is obtained, and saved in the second-half variation number area (step Y480). By this processing, the latter half variation pattern is set.

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

〔変動開始情報設定処理〕
図35には、上述の特図1変動開始処理及び特図2変動開始処理における変動開始情報設定処理(ステップY250,Y270)を示した。この変動開始情報設定処理では、まず、対象の変動パターン乱数1〜3の乱数格納領域(保留数1用)をクリアする(ステップY551)。次に、前半変動時間値テーブルを設定し(ステップY552)、前半変動番号に対応する前半変動時間値を取得する(ステップY553)。さらに、後半変動時間値テーブルを設定し(ステップY554)、後半変動番号に対応する後半変動時間値を取得する(ステップY555)。そして、前半変動時間値と後半変動時間値を加算し(ステップY556)、加算値を対象の特図ゲーム処理タイマ領域にセーブする(ステップY557)。
[Change start information setting process]
FIG. 35 shows the fluctuation start information setting processing (steps Y250 and Y270) in the above-described special figure 1 fluctuation start processing and special figure 2 fluctuation start processing. In this change start information setting process, first, the random number storage areas (for the number of hold 1) of the target change pattern random numbers 1 to 3 are cleared (step Y551). Next, a first half fluctuation time value table is set (step Y552), and a first half fluctuation time value corresponding to the first half fluctuation number is obtained (step Y553). Further, a second half variation time value table is set (step Y554), and a second half variation time value corresponding to the second half variation number is obtained (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 change display game in the normal game state, a long change with a very long change time is set. In this case, as the above-mentioned added value, the remaining time (time less than 60000 msec) excluding the time that can be measured using the number of repetitions, which is the number of times of counting the specified time (here, 60000 msec), is the added value Is calculated as

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

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

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

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

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

時間短縮変動回数が「0」でない場合(ステップA754;N)には、時間短縮変動回数更新処理を終了する。また、時間短縮変動回数が「0」となった場合(ステップY574;Y)には、時短終了に関する信号(例えば、大当り2信号をOFF)を外部情報出力データ領域にセーブして(ステップY575)、時短状態の終了に関する信号(例えば、特別図柄1変動時間短縮状態信号をOFF、特別図柄2変動時間短縮状態信号をOFF、普通図柄1変動時間短縮状態信号をOFF、普通電動役物1開放延長状態信号をOFF)を試験信号出力データ領域にセーブする(ステップY576)。
次いで、遊技状態表示番号領域に低確率中の番号をセーブし(ステップY577)、特図ゲームモードフラグ領域に特図低確率&時短なしフラグをセーブし(ステップY578)、普図ゲームモードフラグ領域に普図時短なしフラグをセーブして(ステップY579)、時間短縮変動回数更新処理を終了する。
If the number of times of time reduction fluctuation is not “0” (step A754; N), the time reduction fluctuation number update processing is ended. If the number of times of the time shortening change becomes "0" (step Y574; Y), a signal relating to the end of the time saving (for example, two big hits are turned off) is saved in the external information output data area (step Y575). , A signal relating to the end of the time saving state (for example, the special symbol 1 fluctuation time reduction state signal is OFF, the special symbol 2 fluctuation time reduction state signal is OFF, the normal symbol 1 fluctuation time reduction state signal is OFF, and the normal electric accessory 1 is opened longer. The state signal is turned off) is saved in the test signal output data area (step Y576).
Next, the low probability number is saved in the game state display number area (step Y577), the special figure low probability & no time saving flag is saved in the special figure game mode flag area (step Y578), and the ordinary figure game mode flag area is saved. Then, the flag for saving time-saving is not saved (step Y579), and the time-reduction variation count updating process ends.

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

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

その後、特図1はずれであるか、すなわち特図1変動表示ゲームの結果がはずれであるか判定する(ステップY627)。特図1はずれである場合(ステップY627;Y)には、ステップY642へ移行する。また、特図1はずれでない場合(ステップY627;N)、すなわち大当りである場合には、特図2変動表示ゲームも実行中であるか判定する(ステップY628)。なお、特図2変動表示ゲームが実行中であるか否かは特図ステータスを参照することで把握できる。   Thereafter, it is determined whether the special figure 1 is out of place, that is, whether the result of the special figure 1 variable display game is out of place (step Y627). If the special figure 1 is out of alignment (step Y627; Y), the flow shifts to step Y642. If the special figure 1 is not out of the way (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 change display game is running can be grasped by referring to the special figure status.

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

特図2表示中処理中である場合(ステップY639;Y)には、ステップY631へ移行する。また、特図2表示中処理中でない場合(ステップY629;N)には、図柄確定回数出力回数を+1更新して(ステップY630)、特図2の表示時間として上記で設定した特図1の表示時間+4m秒の表示時間を設定する(ステップY631)。特図2の表示時間として特図1の表示時間+4m秒の表示時間を設定することで、特図1と特図2の表示時間が同時に終了するようになる。なお、すでに特図2変動表示ゲームが表示時間中であった場合にも表示時間が再設定され、新たに表示時間が開始されるようになる。この再設定によって、停止表示の時間は延長されるが、場合によっては短くなる可能性もある。   When the special figure 2 is being displayed (step Y639; Y), the flow shifts to step Y631. If the special figure 2 is not being displayed (step Y629; N), the number of times of design confirmation output is updated by +1 (step Y630), and the display time of the special figure 1 set as above is set as the display time of the special figure 2. A display time of display time + 4 ms is set (step Y631). By setting the display time of the special figure 1 plus 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. The display time is reset even when the special figure 2 variable display game is already being displayed, and a new display time is started. By this resetting, the time of the stop display is extended, but may be shortened 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 symbol command is set and prepared (step Y633). Then, the design command is saved in the decorative special figure 2 command area (step Y634), and effect command setting processing (step Y635) is performed. Thereafter, a decoration special figure 2 stop command is prepared (step Y636), an effect command setting process (step Y638) is performed, and a 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, a command is loaded from the decorative special figure 1 command area and saved in the hit symbol command area (step Y639), and information is loaded from the special figure 1 round number upper limit information area and saved in the round number upper limit information area. (Step Y640) The information is loaded from the special figure 1 special winning opening information area and saved in the special winning opening information area (step Y641). After that, information is loaded from the special figure 1 stop symbol evacuation area and saved in the special figure 1 stop symbol area (step Y642), and the special figure 1 in-display process shift setting processing 1 (step Y643) is performed. The displaying process ends.

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

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

その後、特図2はずれであるか、すなわち特図2変動表示ゲームの結果がはずれであるか判定する(ステップY657)。特図2はずれである場合(ステップY657;Y)には、ステップY677へ移行する。また、特図2はずれでない場合(ステップY657;N)、すなわち大当り又は小当りである場合には、特図1変動表示ゲームも実行中であるか判定する(ステップY658)。なお、特図1変動表示ゲームが実行中であるか否かは特図ステータスを参照することで把握できる。   Thereafter, it is determined whether the special figure 2 is off, that is, whether the result of the special figure 2 variable display game is off (step Y657). If the special figure 2 is out of place (step Y657; Y), the flow shifts to step Y677. If the special figure 2 is not out of the way (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 the special figure 1 change display game is running or not 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へ移行する。   If the special figure 1 change display game is not being executed (step Y658; N), the flow shifts to step Y673. If the special figure 1 variable display game is being executed (step Y658; Y), it is determined whether the special figure 2 big hit is reached, that is, whether 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. The command is prepared (step Y671), the effect command setting processing (step Y672) is performed, and the flow shifts to step Y673.

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

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

特図1表示中処理中である場合(ステップY660;Y)には、ステップY662へ移行する。また、特図1表示中処理中でない場合(ステップY660;N)には、図柄確定回数出力回数を+1更新して(ステップY661)、特図1の表示時間として上記で設定した特図2の表示時間+4m秒の表示時間を設定する(ステップY662)。特図1の表示時間として特図2の表示時間+4m秒の表示時間を設定することで、特図1と特図2の表示時間が同時に終了するようになる。なお、すでに特図1変動表示ゲームが表示時間中であった場合にも表示時間が再設定され、新たに表示時間が開始されるようになる。この再設定によって、停止表示の時間は延長されるが、場合によっては短くなる可能性もある。   If the special figure 1 is being displayed (step Y660; Y), the process proceeds to step Y662. If the special figure 1 is not being displayed (step Y660; N), the number of times of outputting the symbol confirmation number is updated by +1 (step Y661), and the display time of the special figure 2 set as above is set as the display time of the special figure 1. A display time of display time + 4 ms is set (step Y662). By setting the display time of the special figure 2 plus the display time of 4 msec as the display time of the special figure 1, the display time of the special figure 1 and the special figure 2 can be ended simultaneously. The display time is reset even when the special figure 1 variable display game is already being displayed, and a new display time is started. By this resetting, the time of the stop display is extended, but may be shortened 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 symbol command is set and prepared (step Y664). Then, the design command is saved in the decorative special figure 1 command area (step Y665), and effect command setting processing (step Y666) is performed. After that, a decoration special figure 1 stop command is prepared (step Y667), effect command setting processing (step Y668) is performed, and special figure 1 display processing transition setting processing 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, a command is loaded from the decorative special figure 2 command area and saved in the hit symbol command area (step Y673), and the special figure 2 small hit is determined, that is, the result of the special figure 2 variable display game is the small hit. A determination is made (step Y674). If it is a special figure 2 small hit (step Y674; Y), the flow shifts to step Y677. If it is not the 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 Y674). Y675), the information is loaded from the special figure 2 big winning opening opening information area and saved in the big winning opening opening information area (step Y676). After that, the information is loaded from the special figure 2 stop symbol evacuation area and saved in the special figure 2 stop symbol area (step Y677), and the processing shift setting processing 1 during the special figure 2 display (step Y678) is performed. The displaying process ends.

〔特図1表示中処理〕
図39には、上述の特図1ゲーム処理における特図1表示中処理(ステップY111)を示した。この特図1表示中処理では、まず、特図1変動開始処理における大当りフラグ1設定処理にて大当りフラグ1領域に設定された大当りフラグ1ロードし(ステップY751)、大当りフラグ1領域をクリアする(ステップY752)。そして、特図1は大当りか、すなわちロードされた大当りフラグ1が大当り情報か判定し(ステップY753)、特図1が大当りである場合(ステップY753;Y)には、特図1変動表示ゲームの大当り(特図1大当り)の開始に関する試験信号(例えば、条件装置作動中信号をON、特別図柄1当り信号をON)を試験信号出力データ領域にセーブする(ステップY754)。
[Processing while displaying special figure 1]
FIG. 39 shows the special figure 1 displaying process (step Y111) in the above-described special figure 1 game process. In this special figure 1 display processing, first, the big hit flag 1 set in the big hit flag 1 area in the big hit flag 1 setting processing in the special figure 1 change start processing 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 big hit information (step Y753), and if the special figure 1 is a big hit (step Y753; Y), the special figure 1 variable display game is performed. A test signal (for example, the condition device operating signal ON and the special symbol 1 signal ON) for 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, a decorative special figure command corresponding to the special figure 1 stop symbol pattern is loaded from the design command area to prepare (step Y755), and effect command setting processing (step Y756) is performed. Thereafter, a fanfare command is prepared (step Y757), and effect command setting processing (step Y758) is performed.
Next, the special winning opening information and the signal corresponding to the state of the probability of a big hit in the special figure change display game are saved in the external information output data area (step Y759). In the case of the present embodiment, two jackpot signals and three jackpot signals are saved as signals corresponding to the state of the special winning opening information and the probability. Each ON / OFF is determined by the special winning opening information and the state of the probability.

その後、大入賞口開放情報に対応する大当りファンファーレ時間(例えば100m秒)を設定して(ステップY760)、設定した大当りファンファーレ時間を特図1ゲーム処理タイマ領域にセーブする(ステップY761)。次に、処理番号として3を設定し(ステップY762)、特図1ゲーム処理番号領域にセーブする(ステップY763)。さらに、ファンファーレ/インターバル中処理移行設定処理(ステップY764)を行って、特図1表示中処理を終了する。   Thereafter, a big hit fanfare time (for example, 100 msec) corresponding to the big winning opening opening information is set (step Y760), and the set big hit 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 saved in the special figure 1 game processing number area (step Y763). Further, the fanfare / interval processing transition setting processing (step Y764) is performed, and the special figure 1 displaying processing ends.

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

そして、高確率最終変動でない場合(ステップY765;N)及び時間短縮最終変動でない場合(ステップY766;N)には、ステップY774へ移行する。また、高確率最終変動である場合(ステップY765;Y)又は時間短縮最終変動である場合(ステップY766;Y)には、確率情報コマンド(低確率)を準備して(ステップY767)、演出コマンド設定処理(ステップY768)を行う。次いで、停電復旧時送信コマンド領域に確率状態コマンド(低確率)をセーブし(ステップY769)、左打ち指示報知フラグをクリアして(ステップY770)、特図2の小当り中であるか、すなわち特図2変動表示ゲームの結果が小当りになることに基づき実行される特別遊技状態中であるか判定する(ステップY771)。   If it is not the high-probability final fluctuation (step Y765; N) and if it is not the time-reduction final fluctuation (step Y766; N), the process proceeds to step Y774. In the case of a high-probability final fluctuation (step Y765; Y) or a time-reduction final fluctuation (step Y766; Y), a probability information command (low probability) is prepared (step Y767), and the production command A setting process (step Y768) is performed. Next, the probability status command (low probability) is saved in the power failure restoration transmission command area (step Y769), and the left-handed instruction notification flag is cleared (step Y770). It is determined whether or not the special game state is executed based on the result of the special figure 2 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 the special map 2 is in progress (step Y771; Y), the flow shifts to step Y774. On the other hand, when the small hit in the special figure 2 is not in progress (step Y771; N), a signal related to the left-handing 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 gaming state display number 2 area (step Y773). As a result, the first game state display unit 56 is turned off, and a display for instructing left-handing is displayed. Thereafter, the special figure 1 in the special figure status area is cleared (information subtraction) (step Y774), and the special figure 1 usual processing number is saved in the special figure 1 game processing number area (step Y775). The displaying process ends.

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

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

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

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

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

そして、高確率最終変動でない場合(ステップY828;N)及び時間短縮最終変動でない場合(ステップY829;N)には、ステップY834へ移行する。また、高確率最終変動である場合(ステップY828;Y)又は時間短縮最終変動である場合(ステップY829;Y)には、確率情報コマンド(低確率)を準備して(ステップY830)、演出コマンド設定処理(ステップY831)を行う。次いで、停電復旧時送信コマンド領域に確率状態コマンド(低確率)をセーブし(ステップY832)、左打ち指示報知フラグをクリアする(ステップY833)。
本実施形態の遊技機10においては、特図変動表示ゲームの確率状態が高確率状態である場合には、小当りの発生で大入賞口は開くが、小当りの発生を遊技者に意識させないようにするために、表示装置41に表示される画面を変化させないようになっている。
If it is not the high-probability final fluctuation (step Y828; N) and if it is not the time-reduction final fluctuation (step Y829; N), the process moves to step Y834. In the case of a high-probability final fluctuation (step Y828; Y) or a time-reduction final fluctuation (step Y829; Y), a probability information command (low probability) is prepared (step Y830), and the production command A setting process (step Y831) is performed. Next, the probability state command (low probability) is saved in the power failure restoration transmission command area (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 change display game is the high probability state, a large winning opening is opened by the occurrence of a small hit, but the player is not made 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, commands are loaded and prepared from the hit symbol command area (step Y834), and effect command setting processing (step Y835) is performed. Further, a small hit fanfare command is prepared (step Y836), effect command setting processing (step Y837) is performed, and a signal related to the right strike instruction is saved in the test signal output data area (step Y838). Here, it is set so that the firing position designation signal 1 is turned on. Then, the number in the right-handed state is saved in the gaming state display number 2 area (step Y839). As a result, the first game state display section 56 is turned on, and a display for instructing right-hand operation is provided.
Thereafter, the lower winning award opening illegal winning number area is cleared (step Y840), and the out-of-fraud monitoring period flag is saved in the lower winning award opening unauthorized monitoring period flag area (step Y841). The transition setting processing (step Y857) is performed, and the processing for displaying the special figure 2 ends.

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

そして、高確率最終変動でない場合(ステップ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表示中処理を終了する。   If it is not the high-probability final fluctuation (step Y843; N) or if it is not the time-reduction final fluctuation (step Y844; N), the process proceeds to step Y850. In the case of the high probability final fluctuation (step Y843; Y) or the time shortening final fluctuation (step Y844; Y), a probability information command (low probability) is prepared (step Y845), and the production command A setting process (step Y846) is performed. Next, the probability state command (low probability) is saved in the power failure restoration transmission command area (step Y847), and a signal related to the left-handing 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 gaming state display number 2 area (step Y849). As a result, the first game state display unit 56 is turned off, and a display for instructing left-handing is provided. Thereafter, the special figure 2 in the special figure status area is cleared (information subtraction) (step Y850), and the special figure 2 usual processing number is saved in the special figure 2 game processing number area (step Y851). The displaying process ends.

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

〔ファンファーレ/インターバル中処理〕
図42及び図43には、上述の特図1ゲーム処理及び特図2ゲーム処理におけるファンファーレ/インターバル中処理(ステップY112,Y145)を示した。このファンファーレ/インターバル中処理では、まず、残存球カウンタが0であるか判定し(ステップY939)、残存球カウンタが0でない場合(ステップY939;N)には、ファンファーレ/インターバル中処理を終了する。一方、残存球カウンタが0である場合(ステップY939;Y)には、初回ラウンドであるか判定する(ステップY940)。
[Fanfare / interval processing]
FIGS. 42 and 43 show the fanfare / interval processing (steps Y112 and Y145) in the above-described special figure 1 game processing and special figure 2 game processing. In the fanfare / interval processing, it is first determined whether the remaining ball counter is 0 (step Y939). If the remaining ball counter is not 0 (step Y939; N), the fanfare / interval processing ends. On the other hand, when the remaining ball counter is 0 (step Y939; Y), it is determined whether or not the round 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, if it is the first round (step Y940; Y), it is determined whether or not the game ball has passed to the general-purpose starting gate 34 (step Y941). Here, in the present embodiment, the special game state is started when the gaming ball passes through the general-purpose starting gate 34 after the big hit (first special result) is derived in the special figure change display game. I have. The start condition of the special game state may be satisfied by passing the game ball through a gate provided separately from the general-purpose starting gate 34.

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

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

次に、大入賞口開放情報とラウンド数に対応する大当り中処理制御ポインタ初期値を設定し(ステップY953)、ポインタ初期値を大当り中処理制御ポインタ領域にセーブして(ステップY954)、大入賞口開放情報とラウンド数に対応する大入賞口開放時間を設定する(ステップY955)。大当り中処理制御ポインタ初期値としては、一のラウンドにおいて開閉を繰り返す場合には0を設定する。本実施形態では、Vありロング開放が相当する。また、一のラウンドにおいて1回の開放を行う場合には、大当り動作終了値(本実施形態の場合、2)を設定する。なお、一のラウンドにおける開閉回数に応じて初期値を0以外に設定しても良い。   Next, the jackpot medium processing control pointer initial value corresponding to the winning opening opening information and the number of rounds is set (step Y953), and the pointer initial value is saved in the jackpot medium processing control pointer area (step Y954). The special opening opening time corresponding to the opening information and the number of rounds is set (step Y955). When the opening and closing are repeated in one round, 0 is set as the initial value of the big hit processing control pointer. In the present embodiment, long opening with V is equivalent. When one opening is performed in one round, a big hit operation end value (2 in the present 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 or not it is the lever solenoid operation round (step Y956). The lever solenoid operation round is a round in which the lever member is operated by operating the lever solenoid 38f, and in the case of the present embodiment, only the first specific round. If it is 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, if it is not the lever solenoid operation round (step Y956; N), 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)。   Thereafter, 4 is set as the processing number (step Y959), and it is determined whether or not the big hit of the special figure 1 has been reached (step Y960). If the big hit is 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 special winning opening opening time is set in the special figure 1 game processing timer area. (Step Y962). On the other hand, if the special hit is not the special hit (step Y960; N), that is, if the special hit is the special hit 2, the process number is saved in the special process 2 game process number area (step Y963), and the special 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, a signal relating to the opening start of the upper winning 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 large 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 large winning opening count is cleared (step Y967), and the fanfare / interval processing ends.

本実施形態では、例えば図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 big hit (the first special gaming state), only the upper winning prize port (the first special fluctuation device 38) is opened, In the special game state based on the hit (the second special game state), only the lower large winning opening (the second special variable winning device 39) is opened, but not limited to this. For example, the opening and closing mode in the first special game state may be such that the upper winning opening is opened in the first round, and the lower winning opening is opened in the second and subsequent rounds.

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

次いで、特定領域通過情報があるか判定する(ステップY1104)。本実施形態では、特定領域(確変作動領域)に遊技球が流入した際に特定領域通過フラグがセットされ、この特定領域通過フラグがセットされている場合に、特定領域通過情報があると判定する。特定領域通過情報がない場合(ステップY1104;N)には、ステップY1106へ移行する。一方、特定領域通過情報がある場合(ステップY1104;Y)には、大当り終了設定処理3(ステップY1105)を行う。そして、停電復旧時送信コマンド領域から確率情報コマンドをロードし(ステップY1106)、通常大当り(本実施形態の場合、10R通常大当り)に基づく特別遊技状態における特定領域(確変作動領域)への遊技球の流入である特定領域イレギュラー通過であるか判定する(ステップY1107)。   Next, it is determined whether or not there is specific area passage information (step Y1104). In the present embodiment, a specific area passage flag is set when a game ball flows into a specific area (probable change 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, if there is specific area passage information (step Y1104; Y), the big hit end setting processing 3 (step Y1105) is performed. Then, the probability information command is loaded from the power transmission restoration transmission command area (step Y1106), and the game ball to the specific area (probably changing operation area) in the special game state based on the normal big hit (in the present embodiment, 10R normal big hit) is loaded. (Step Y1107).

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

次に、処理番号として特図1普段処理に係る「0」を設定し(ステップY1110)、処理番号を特図1ゲーム処理番号領域にセーブする(ステップY1111)。次に、大当りの終了に関する信号を外部情報出力データ領域にセーブする(ステップY1112)。ここでは、大当り1信号及び大当り3信号をOFFに設定する。そして、大当りの終了に関する信号を試験信号出力データ領域にセーブする(ステップY1113)。ここでは、条件装置作動中信号、役物連続作動装置作動中信号、特別図柄1当り信号及び特別図柄2当り信号をOFFに設定する。   Next, “0” related to the special figure 1 ordinary processing is set as the processing number (step Y1110), and the processing number is saved in the special figure 1 game processing number area (step Y1111). Next, a signal relating to the end of the jackpot is saved in the external information output data area (step Y1112). Here, one big hit signal and three big hit signals are set to OFF. Then, a signal relating to the end of the big hit 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 number for turning off the light is saved in the round LED pointer area (step Y1114), the flag during the illegal monitoring period is saved in the upper winning award winning illegal 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 indicating that neither the special figure 1 variable display game nor the special figure 2 variable display game is 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 processing ends.

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

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

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

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

次に、処理番号として特図2普段処理に係る「0」を設定し(ステップY1140)、処理番号を特図2ゲーム処理番号領域にセーブする(ステップY1141)。次に、大当りの終了に関する信号を外部情報出力データ領域にセーブする(ステップY1143)。ここでは、大当り1信号及び大当り3信号をOFFに設定する。そして、大当りの終了に関する信号を試験信号出力データ領域にセーブする(ステップY1143)。ここでは、条件装置作動中信号、役物連続作動装置作動中信号、特別図柄1当り信号及び特別図柄2当り信号をOFFに設定する。   Next, “0” relating to the usual processing of the special figure 2 is set as the processing number (step Y1140), and the processing number is saved in the special figure 2 game processing number area (step Y1141). Next, a signal relating to the end of the jackpot is saved in the external information output data area (step Y1143). Here, one big hit signal and three big hit signals are set to OFF. Then, a signal relating to the end of the big hit 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 number for turning off the light is saved in the round LED pointer area (step Y1144), the flag during the illegal monitoring period is saved in the upper winning award winning illegal monitoring period flag area (step Y1145), and the special figure status area is cleared. (Step Y1146), the special figure 2 big hit end processing ends. By clearing the special figure status area, the special figure status 0 indicating that neither the special figure 1 variable display game nor the special figure 2 variable display game is executed.

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

次に、時短なしの開始に関する信号を試験信号出力データ領域にセーブする(ステップY1152)。ここでは、特別図柄1高確率状態信号、特別図柄2高確率状態信号、特別図柄1変動時間短縮状態信号、特別図柄2変動時間短縮状態信号、普通図柄1変動時間短縮状態信号及び普通電動役物1開放延長状態信号をOFFに設定する。
その後、遊技状態表示番号領域に時短なしの番号をセーブし(ステップY1153)、普図ゲームモードフラグ領域に普図時短なしフラグをセーブする(ステップY1154)。次いで、特図ゲームモードフラグ領域に特図低確率及び時短なしフラグをセーブし(ステップY1155)、時短状態で実行可能な特図変動表示ゲームの回数を管理するための時間短縮変動回数領域を0クリアする(ステップY1156)。
Next, a signal relating to the start without time saving is saved in the test signal output data area (step Y1152). Here, a special symbol 1 high probability state signal, a special symbol 2 high probability state signal, a special symbol 1 fluctuation time reduction state signal, a special symbol 2 fluctuation time reduction state signal, a normal symbol 1 fluctuation time reduction state signal, and a normal electric accessory 1 Set the open extension status signal to OFF.
Thereafter, the number without time saving is saved in the gaming state display number area (step Y1153), and the no-figure time-saving flag is saved in the general-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 fluctuation 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, a signal related to the left-handing instruction is saved in the test signal output data area (step Y1157). Here, the firing position designation signal 1 is set to OFF. Next, the number in the left-handed state is saved in the gaming state display number 2 area (step Y1158). As a result, the first game state display unit 56 is turned off, and a display for instructing left-handing is provided. After that, the probability information command (low probability) is saved in the power failure restoration transmission command area (step Y1159), and the big hit end setting process 1 ends. By this processing, the normal game state is set.

〔大当り終了設定処理2〕
図46(b)には、上述の特図1ゲーム処理及び特図2ゲーム処理における大当り終了設定処理2(ステップY1103,1133)を示した。この大当り終了設定処理2では、まず、時短の開始に関する信号を外部情報出力データ領域にセーブする(ステップY1161)。ここでは、大当り2信号をONに設定する。なお、大当り2信号は特別遊技状態中もONとなっており、これを継続するようにしている。
[Big hit end setting process 2]
FIG. 46B shows the big hit end setting process 2 (steps Y1103 and 1133) in the above-described special figure 1 game processing and special figure 2 game processing. In the big hit end setting process 2, first, a signal relating to the start of the time reduction is saved in the external information output data area (step Y1161). Here, two big hit signals are set to ON. Note that the big hit 2 signal is also ON 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, a signal relating to the start of the working hours is saved in the test signal output data area (step Y1162). Here, a special symbol 1 high probability state signal, a special symbol 2 high probability state signal, a special symbol 1 fluctuation time reduction state signal, a special symbol 2 fluctuation time reduction state signal, a normal symbol 1 fluctuation time reduction state signal, and a normal electric accessory 1. Set the open extension status signal to ON.
Thereafter, the number with the time reduction is saved in the gaming state display number area (step Y1163), and the flag with the time reduction is stored in the general-purpose game mode flag area (step Y1164). Next, the special figure low probability and time reduction flag are saved in the special figure game mode flag area (step Y1165), and the time reduction fluctuation number area for managing the number of special figure fluctuation display games that can be executed in the time reduction state is initialized. The value is saved (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 saving) is saved in the power failure restoration transmission command area (step Y1167), and the big hit end setting process 2 ends. By this processing, a special game low probability second specific game state is set. In the case of the present embodiment, the right-handing mode is set during the time-saving state, but since the right-handing mode is set during the big hit, the setting related to the right-handing is not performed in the big hit end setting processing 2.

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

次に、高確率&時短ありの開始に関する信号を試験信号出力データ領域にセーブする(ステップY1172)。ここでは、特別図柄1高確率状態信号、特別図柄2高確率状態信号、特別図柄1変動時間短縮状態信号及び特別図柄2変動時間短縮状態信号をONに設定する。その後、遊技状態表示番号領域に時短ありの番号をセーブし(ステップY1173)、特図ゲームモードフラグ領域に特図高確率及び時短ありフラグをセーブする(ステップY1174)。   Next, a signal relating to the start of the high probability & time reduction 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 change time reduction state signal, and the special symbol 2 change time reduction state signal are set to ON. Thereafter, 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, a signal related to the right-handed instruction is saved in the test signal output data area (step Y1175). Here, the firing position designation signal 1 is set to ON. Next, the number in the right-handed state is saved in the gaming state display number 2 area (step Y1176). As a result, the first game state display section 56 is turned on, and a display for instructing right-hand operation is provided. After that, the probability information command (high probability) is saved in the power transmission restoration transmission command area (step Y1177), and the big hit end setting process 3 ends. This process results in a high probability state. In other words, by executing the big hit end setting process 3 after the big hit end setting process 1, it becomes the first specific game state, and by executing the big hit end setting process 3 after the big hit end setting process 2, the special figure high probability is achieved. It becomes the 2nd specific game state.
By the above processing, the specific game state which is the high probability state after the end of the first special game state can be set. In other words, the game control device 100 increases the probability that the result of the special-variation display game will be a special result as compared with the normal state (first specific game state ST2, second special game state ST3 with a special figure high probability). Is generated as a specific game state generating means.

〔小当りファンファーレ中処理〕
図48には、上述の特図2ゲーム処理における小当りファンファーレ中処理(ステップY149)を示した。この小当りファンファーレ中処理では、まず、下大入賞口開放の小当り開放中コマンドを準備し(ステップY1201)、演出コマンド設定処理(ステップY1202)を行う。次に、処理番号として小当り中処理にかかる8を設定し(ステップY1203)、特図2ゲーム処理番号領域に処理番号をセーブする(ステップY1204)。
[Treatment during small hit fanfare]
FIG. 48 shows the small hit fanfare middle processing (step Y149) in the above-described special figure 2 game processing. In the small hit fanfare middle process, first, a small hit opening command for opening the lower big winning opening is prepared (step Y1201), and an effect command setting process (step Y1202) is performed. Next, 8 relating to the small hit 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 a signal related to the start of the small hit operation (the special electric accessory 2 operating signal is ON) is a test signal. The data is saved in the output data area (step Y1206). The large winning opening ON data is saved in the large winning opening solenoid output data area (step Y1207), and the large winning opening count number area for counting the number of winnings to the large winning opening is cleared (step Y1208). The processing during the hit fanfare ends.

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

次に、小当りの終了に関する信号を試験信号出力データ領域にセーブする(ステップY1333)。ここでは、特別図柄2小当り信号をOFFに設定する。そして、下大入賞口不正監視期間フラグ領域に不正監視期間中フラグをセーブし(ステップY1334)、ラウンドLEDポインタ領域に消灯の番号をセーブして(ステップY1335)、特図ステータス領域をクリアする(ステップY1336)。特図ステータス領域のクリアにより、特図1変動表示ゲームと特図2変動表示ゲームの何れも実行されていない状態を示す特図ステータス0となる。   Next, a signal relating to 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 winning award opening fraud monitoring period flag area (step Y1334), the number of the light off 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 becomes 0 indicating that neither the special figure 1 variable display game nor the special figure 2 variable display game is executed.

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

そして、特図1変動表示ゲームが中断中でない場合(ステップY1340;N)には、特図1ゲーム中断フラグ領域をクリアし(ステップY1343)、特図2小当り終了処理を終了する。一方、特図1変動表示ゲームが中断中である場合(ステップY1340;Y)には、飾り特図1再開コマンドを準備し(ステップY1341)、演出コマンド設定処理(ステップY1342)を行う。その後、特図1ゲーム中断フラグ領域をクリアして(ステップY1343)、特図2小当り終了処理を終了する。これにより、特図1変動表示ゲームでの小当りに基づく特別遊技状態の終了に伴い、中断されていた特図2変動表示ゲームが再開されるようになる。   If 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 processing ends. On the other hand, if the special figure 1 variable display game is interrupted (step Y1340; Y), a decoration special figure 1 restart command is prepared (step Y1341), and an 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 processing ends. As a result, the suspended special figure 2 variable display game is resumed with the end of the special game 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 controlled by one of the first variable display game execution control means (game control device 100) and the second variable display game execution control means (game control device 100). When the execution control of the variable display game is performed, and when the other variable display game whose execution control is performed by the other variable display game execution control unit has a special result, one variable display game is executed. The resumption control means is capable of executing resumption control for resuming the resumption of one of the fluctuating display games which has been interrupted and resumed after the special game state based on the other fluctuating display game has ended.

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

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

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

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

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

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

その後、普図表示器による普通図柄の変動を制御するための普図変動制御テーブルを準備した後(ステップB15)、普図表示器53による普通図柄の変動の制御に係る図柄変動制御処理(ステップB16)を行って、普図ゲーム処理を終了する。
一方、ステップB4にて、普図ゲーム処理タイマの値が「0」でない(ステップB4;N)、すなわちタイムアップしていないと判定すると、ステップB15の処理に移行して、それ以降の処理を行う。
Then, after preparing a general symbol fluctuation control table for controlling the fluctuation of the normal symbol by the general symbol display (step B15), a symbol fluctuation control process (step B15) relating to the control of the fluctuation of the normal symbol by the general symbol display 53 is performed. B16) is performed, and the ordinary map game process ends.
On the other hand, in step B4, if it is determined that the value of the general-purpose game processing timer is not “0” (step B4; N), that is, it is determined that the time has not expired, the process proceeds to step B15, Do.

〔普図表示中処理〕
次に、上述の普図ゲーム処理における普図表示中処理(ステップB11)の詳細について説明する。図51に示すように、普図表示中処理では、まず、普図普段処理にて設定された当りフラグ(当り情報又ははずれ情報)をロードし(ステップB501)、RWMの当りフラグ領域をクリアして(ステップB502)、ロードされた当りフラグが当り情報かを判定する(ステップB503)。
[Processing during normal map display]
Next, the details of the general-figure display processing (step B11) in the general-figure game processing described above will be described. As shown in FIG. 51, in the process of displaying a normal figure, first, the hit flag (hit information or out-of-position information) set in the normal process of the normal figure 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)、普図表示中処理を終了する。   If the hit flag is not the hit information (step B503; N), "0" which is related to ordinary processing is set as the processing number (step B520), and the processing number is saved in the general figure game processing number area (step B520). B521). After that, the flag during the illegal monitoring period is saved in the regular electric fraud monitoring period flag area (step B522), and the process of displaying the ordinary figure is terminated.

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

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

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

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

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

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

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

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

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

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

〔1バイト加算処理〕
図55には、上述の図柄変動制御処理における1バイト加算処理(ステップY1411)を示した。この1バイト加算処理では、まず、対象の領域の内容をロードし(ステップY1431)、ロードした値を+1更新して(ステップY1432)、更新値が上限判定値よりも小さいかを判定する(ステップY1433)。
[1 byte addition processing]
FIG. 55 shows a one-byte addition process (step Y1411) in the above-described symbol variation control process. In this one-byte addition process, first, the contents of the target area are 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 Y1432). Y1433).

更新値が上限判定値よりも小さい場合(ステップY1433;Y)は、対象の領域に更新値をセーブして(ステップY1435)、1バイト加算処理を終了する。また、更新値が上限判定値よりも小さくない場合(ステップY1433;N)は、更新値として0を設定し(ステップY1434)、対象の領域に更新値をセーブして(ステップY1435)、1バイト加算処理を終了する。   If 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 The addition processing ends.

〔演出コマンド設定処理〕
次に、タイマ割込み処理中に実行される各処理における演出コマンド設定処理の詳細について説明する。図56に示すように、演出コマンド設定処理では、まず、演出用シリアル送信バッファのステータスを読み込み(ステップX601)、演出用シリアル送信バッファは満杯であるかを判定する(ステップX602)。演出用シリアル送信バッファが満杯である場合(ステップX602;Y)は、演出用シリアル送信バッファのステータスを読み込む処理(ステップX601)に戻る。また、演出用シリアル送信バッファが満杯でない場合(ステップX602;N)は、コマンドデータ(MODE)を演出用シリアル送信バッファに書き込む(ステップX603)。
[Direction command setting processing]
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. 56, 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). If 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). If 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 into the effect serial transmission buffer (step X606), and the effect command setting process ends.

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

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

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

〔ファンファーレ/インターバル中処理移行設定処理〕
図59には、図57に示した特図1表示中処理及び図58に示した特図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]
59 shows the fanfare / interval processing transition setting processing (steps Y764, Y826) in the special figure 1 displaying processing shown in FIG. 57 and the special figure 2 displaying processing shown in FIG. 58. In the fanfare / interval processing transition setting processing, first, a 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 at a big hit or a small hit is set to ON. Next, a signal relating to the end of the high probability state and the time saving state (special symbol fluctuation time reduction state) is saved in the test signal output data area (step Y872). Here, the special symbol 1 high probability state signal is OFF, the special symbol 2 high probability state signal is OFF, the special symbol 1 fluctuation time reduction state signal is OFF, the special symbol 2 fluctuation time reduction state signal is OFF, and the normal symbol 1 fluctuation time The shortening 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 round number area for managing the number of rounds executed in the special game state is cleared (step Y873), the number with a low probability is saved in the game state display number area (step Y874), and the special figure game mode is executed. The special figure low probability, no time saving flag is saved in the flag area (step Y875).

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

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

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

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

次に、ROM111Bのデータ構造の一例を図61に示す。
遊技制御装置100の遊技用マイコン111に設けられたROM111Bは、図61(a)に示すように、プログラムや固定データが格納されるプログラム/データ領域と、プログラムのタイトルやバージョンなどの任意のデータを設定可能なROMコメント領域と、CALLV命令のサブルーチンの先頭アドレスやタイマ割込処理の先頭アドレスを設定するテーブルが格納されるベクタテーブル領域と、遊技用マイコン111の内部機能をハードウェア的に設定するためのパラメータが格納されるHW(ハードウェア)パラメータ領域とを有している。
Next, an example of the data structure of the ROM 111B is shown in FIG.
As shown in FIG. 61A, the ROM 111B provided in the game microcomputer 111 of the game control device 100 includes a program / data area in which programs and fixed data are stored, and arbitrary data such as a program title and version. Area, 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 functions of the game microcomputer 111 set in hardware. (HW) parameter area in which parameters for performing the operation are stored.

プログラム/データ領域には、図61(a)に示すように、先頭から順に、各種プログラムが格納されるプログラムエリア111Baと、第1未使用エリア111Bbと、各種固定データが格納されるデータエリア111Bcと、第2未使用エリア111Bdとが設けられている。そして、CPU111Aが第2未使用エリア111Bdにアクセスすると、イリーガルアクセスリセットが発生するよう構成されている。   As shown in FIG. 61A, the program / data area includes, in order from the beginning, a program area 111Ba in which various programs are stored, a first unused area 111Bb, and a data area 111Bc in which various fixed data are stored. And a second unused area 111Bd. When the CPU 111A accesses the second unused area 111Bd, an illegal access reset occurs.

データエリア111Bcには、図61(b)に示すように、大当り判定の際に使用する上限判定値テーブルが格納される上限判定値テーブル用の領域A1や性能表示に関するデータが格納される性能表示用の領域A3など、各種データ用の領域が設けられている。また、データエリア111Bcにおける上限判定値テーブル用の領域A1と性能表示用の領域A3との間には、アクセスが禁止される未使用領域A2が設けられている。そして、CPU111Aが未使用領域A2にアクセスすると、イリーガルアクセスリセットが発生するよう構成されている。   In the data area 111Bc, as shown in FIG. 61B, an area A1 for an upper limit judgment value table in which an upper limit judgment value table used in a big hit judgment is stored, and a performance display in which data relating to the performance display are stored. There are provided various data areas such as a data area A3. An unused area A2 for which access is prohibited is provided between the area A1 for the upper limit determination value table and the area A3 for performance display in the data area 111Bc. Then, when the CPU 111A accesses the unused area A2, an illegal access reset occurs.

CPU111Aは、先読み大当り判定処理(図18)のステップX585や大当り判定処理(図27)のステップY315において、現在の確率設定値に対応する低確率中の上限判定値を設定する。その際、RWM内の確率設定値用の領域の値をポインタとして、ROM111Bから現在の確率設定値に対応する低確率中の上限判定値を取得して設定する。
また、CPU111Aは、先読み大当り判定処理(図18)のステップX584や大当り判定処理(図27)のステップY314において、現在の確率設定値に対応する高確率中の上限判定値を設定する。その際、RWM内の確率設定値用の領域の値をポインタとして、ROM111Bから現在の確率設定値に対応する高確率中の上限判定値を取得して設定する。
The CPU 111A sets the upper limit determination value in the low probability corresponding to the current probability setting value in step X585 of the prefetch big hit determination process (FIG. 18) or step Y315 of the big hit determination process (FIG. 27). At this time, the upper limit judgment value in the low probability corresponding to the current probability setting value is acquired from the ROM 111B and set using the value of the area for the probability setting value in the RWM as a pointer.
Further, the CPU 111A sets the upper limit determination value in the high probability corresponding to the current probability setting value in step X584 of the prefetching big hit determination process (FIG. 18) or step Y314 of the big hit determination process (FIG. 27). At this time, the upper limit determination value in the high probability corresponding to the current probability setting value is obtained from the ROM 111B and set using the value of the probability setting value area in the RWM as a pointer.

先読み大当り判定処理や大当り判定処理では、RWM内の確率設定値用の領域の値が正常範囲(本実施形態では0〜5の範囲)内であるか判定する処理を行わない。そのため、RWM内の確率設定値用の領域の値が正常範囲外である際にも、当該値(異常値)をポインタとしてROM111Bからデータが取得されることとなる。したがって、例えば図62に示すように、上限判定値テーブル用の領域A1の直後に未使用領域A2が配置されていない場合、すなわち、上限判定値テーブル用の領域A1と性能表示用の領域A3とが隣接している場合には、正確な大当り判定ができず、著しく大当りしやすくなったり、著しく大当りしにくくなったりするといった不都合が生じ得る。   In the pre-reading jackpot determination process or the jackpot determination process, the process of determining whether the value of the probability setting value area in the RWM is within the normal range (0 to 5 in the present embodiment) is not performed. Therefore, even when the value of the probability setting value area in the RWM is out of the normal range, data is obtained from the ROM 111B using the value (abnormal value) as a pointer. Therefore, for example, as shown in FIG. 62, when the unused area A2 is not arranged immediately after the area A1 for the upper limit judgment value table, that is, the area A1 for the upper limit judgment value table and the area A3 for the performance display. Are adjacent to each other, an accurate big hit determination cannot be performed, which may cause a problem that the big hit becomes extremely easy or the big hit becomes extremely difficult.

具体的には、図62に示すように上限判定値テーブル用の領域A1と性能表示用の領域A3とが隣接している場合であって、ROM111Bから低確率中の上限判定値を取得する場合に、RWM内の確率設定値用の領域の値が「5」(正常範囲内)である際には、当該値をポインタとすることで、低確率中の“設定6”に対応する上限判定値、すなわち正確なデータを取得することができる。一方、RWM内の確率設定値用の領域の値が「7」(正常範囲外)である際には、当該値をポインタとすることで、性能表示用の領域A3に格納されているデータ、すなわち誤ったデータを取得してしまう。ROM111Bから高確率中の上限判定値を取得する場合も同様である。   Specifically, as shown in FIG. 62, a case where the area A1 for the upper limit judgment value table and the area A3 for the performance display are adjacent to each other and the upper limit judgment value during the low probability is obtained from the ROM 111B. When the value of the probability setting value area in the RWM is "5" (within the normal range), the value is used as a pointer to determine the upper limit corresponding to "setting 6" in the low probability. Values, that is, accurate data can be obtained. On the other hand, when the value of the probability set value area in the RWM is “7” (out of the normal range), the value stored in the performance display area A3 is set by using the value as a pointer. That is, incorrect data is obtained. The same applies to the case where an upper limit judgment value during high probability is obtained from the ROM 111B.

そこで、本実施形態では、図61(b)に示すように、上限判定値テーブル用の領域A1の直後に未使用領域A2を配置した。これにより、RWM内の確率設定値用の領域の値が正常範囲外である際には、当該値をポインタとしてROM111Bから上限判定値を取得しようとすると、未使用領域(アクセス禁止領域)A2にアクセスすることになるため、イリーガルアクセスリセットが発生することとなる。これにより、RWM内の確率設定値用の領域の値を初期化できるとともに、異常を知らせることが可能となる。   Therefore, in the present embodiment, as shown in FIG. 61B, the unused area A2 is arranged immediately after the area A1 for the upper limit determination value table. Accordingly, when the value of the probability setting value area in the RWM is out of the normal range, if the upper limit determination value is obtained from the ROM 111B using the value as a pointer, the unused area (access prohibited area) A2 Since access is made, an illegal access reset occurs. This makes it possible to initialize the value of the probability setting value area in the RWM and to notify an abnormality.

具体的には、イリーガルアクセスリセットが発生すると、プログラムが再起動して、メイン処理(図9及び図10)が開始される。その際、再起動前に停電発生時の処理(ステップX55〜X61)が実行されないため、再起動後のメイン処理では、RWM内の停電検査領域1の値が正常な停電検査領域チェックデータ1でないと判定される(ステップX16;N)。また、その際、再起動時には設定変更操作(設定キースイッチ152及びRAM初期化スイッチ112の操作)が行われないため、再起動後のメイン処理では、設定キースイッチ152とRAM初期化スイッチ112の両方がオフ状態であると判定される(ステップX21;N)。したがって、ステップX25,X26の処理が実行されることになるため、設定変更操作が要求される、すなわち異常が報知されることとなる。そして、この要求(報知)によって、設定変更操作を実行しながら遊技機の電源が再投入されることになるため、RWM内の確率設定値用の領域の値が初期化されることとなる(ステップX28)。   Specifically, when an illegal access reset occurs, the program is restarted and the main processing (FIGS. 9 and 10) is started. At that time, since the processing at the time of the power failure occurrence (steps X55 to X61) is not executed before the restart, the value of the power failure inspection area 1 in the RWM is not the normal power failure inspection area check data 1 in the main processing after the restart. Is determined (step X16; N). Further, at this time, since the setting change operation (operation of the setting key switch 152 and the RAM initialization switch 112) is not performed at the time of the restart, in the main processing after the restart, the setting key switch 152 and the RAM initialization switch 112 are not operated. It is determined that both are off (step X21; N). Therefore, the processing of steps X25 and X26 is executed, and a setting change operation is required, that is, an abnormality is notified. Then, by this request (notification), the power of the gaming machine is turned on again while executing the setting change operation, so that the value of the probability setting value area in the RWM is initialized ( Step X28).

なお、図61(c)に示すように、上限判定値テーブル用の領域A1をデータエリア111Bcの末尾に配置しても良い。この場合、上限判定値テーブル用の領域A1の直後に未使用領域A2を配置しなくても、RWM内の確率設定値用の領域の値が正常範囲外である際にはイリーガルアクセスリセットが発生する。すなわち、上限判定値テーブル用の領域A1をデータエリア111Bcの末尾に配置した場合、RWM内の確率設定値用の領域の値が正常範囲外である際には、当該値をポインタとしてROM111Bから上限判定値を取得しようとすると、第2未使用エリア(アクセス禁止領域)111Bdにアクセスすることになるため、イリーガルアクセスリセットが発生することとなる。   As shown in FIG. 61 (c), the area A1 for the upper limit judgment value table may be arranged at the end of the data area 111Bc. In this case, even if the unused area A2 is not disposed immediately after the area A1 for the upper limit determination value table, an illegal access reset occurs when the value of the area for the probability setting value in the RWM is outside the normal range. I do. That is, when the area A1 for the upper limit determination value table is arranged at the end of the data area 111Bc, and when the value of the area for the probability set value in the RWM is out of the normal range, the upper limit is used as a pointer from the ROM 111B. If an attempt is made to obtain the determination value, the second unused area (access prohibited area) 111Bd will be accessed, and an illegal access reset will occur.

以上のことから、本実施形態の遊技機10は、遊技の制御を行う制御手段(遊技制御装置100(CPU111A))と、制御手段による遊技の制御に必要な情報が格納された格納手段(遊技制御装置100(ROM111B))と、を備え、格納手段が有する複数の格納領域のうち確率値テーブル用の領域(上限判定値テーブル用の領域A1)に含まれる各格納領域には、当該格納領域に対応する確率設定値に割り当てられた確率値が格納され、制御手段は、複数の格納領域のうち記憶手段に記憶されている確率設定値(RWM内の確率設定値用の領域の値)に対応する格納領域から情報(データ)を取得し、当該情報を用いてゲームの抽選(大当り判定)を行い、格納手段では、確率値テーブル用の領域に連続して、情報が格納されていない未使用領域(未使用領域A2、第2未使用エリア111Bd)が配置されるよう構成されている(図61(b),(c)参照)。
このように構成することで、記憶手段に記憶されている確率設定値(RWM内の確率設定値用の領域の値)が正常範囲外である場合には、未使用領域(未使用領域A2、第2未使用エリア111Bd)にアクセスすることになる。すなわち、正確な抽選結果が得られない場合には抽選自体が実行されないため、著しく抽選に当選しやすくなったり、著しく抽選に当選しにくくなったりするといった不都合を回避できる。
As described above, the gaming machine 10 of the present embodiment includes a control unit (game control device 100 (CPU 111A)) for controlling a game, and a storage unit (game) for storing information necessary for control of the game by the control unit. A control device 100 (ROM 111B)), and each storage area included in the area for the probability value table (area A1 for the upper limit determination value table) among the plurality of storage areas of the storage means has the storage area Is stored in the probability setting value (the value of the probability setting value area in the RWM) stored in the storage means among the plurality of storage areas. Information (data) is obtained from the corresponding storage area, and a lottery of the game (big hit determination) is performed using the information, and the storage means stores the information continuously in the area for the probability value table. There unused area (unused area A2, the second unused area 111Bd) is configured to be disposed (see FIG. 61 (b), (c)).
With this configuration, when the probability set value (value of the area for the probability set value in the RWM) stored in the storage unit is out of the normal range, the unused area (unused area A2, The second unused area 111Bd) will be accessed. That is, when an accurate lottery result is not obtained, the lottery itself is not executed, so that it is possible to avoid inconveniences that the lottery is remarkably easily won or the lottery is hardly won.

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

〔メイン処理〕
図63に示すようにメイン処理では、はじめにプログラム開始時の処理を行う。このプログラム開始時の処理では、まず、割込みを禁止し(ステップC1)、CPUの初期設定を行う(ステップC2)。次に、VDP312の初期設定を行って(ステップC3)、割込みを許可する(ステップC4)。次いで、表示用データの生成を許可して(ステップC5)、乱数シードを設定し(ステップC6)、初期化すべき領域に電源投入時の初期値をセーブする(ステップC7)。これにより、停電発生検出済みフラグ等がクリアされる。
[Main processing]
As shown in FIG. 63, in the main process, first, the process at the start of the program is performed. In the process at the start of the program, first, the interrupt is prohibited (step C1), and the CPU is initialized (step C2). Next, the VDP 312 is initialized (step C3), and interruption is permitted (step C4). Next, generation of display data is permitted (step C5), a random number seed is set (step C6), and an initial value at power-on is saved in an area to be initialized (step C7). As a result, the power failure occurrence 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, a loop process is performed as a main loop process. In this loop processing, first, a WDT (watchdog timer) is cleared (step C8). Next, effect button input processing (step C9) for creating input information from an input signal (rising edge) based on an 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 a timer interrupt process. In the effect button input process, when there is an input from the effect button 25 or the touch panel 29, a process of changing the effect content is performed.

そして、LEDや液晶の輝度、音量などの変更可能範囲の設定を受け付けるホール設定モード処理を行い(ステップC10)、遊技者によるLEDや液晶の輝度、音量の変更などの操作を受け付ける遊技者設定モード処理を行う(ステップC11)。次に、飾り特図変動表示ゲームの変動態様の詳細を決定する乱数を更新する乱数更新処理(ステップC12)を行う。   Then, a hole setting mode process for accepting the setting of a changeable range such as the brightness and volume of the LED and the liquid crystal is performed (step C10), and the player setting mode for accepting the operation of changing the brightness and volume of the LED and the liquid crystal by the player Processing is performed (step C11). Next, a random number update process (step C12) for updating random numbers for determining 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 received command check process (Step C13) for analyzing and responding to a command from the game control device 100 is performed, and an effect display editing process (Step C14) for editing settings for controlling progress of the effect and drawing commands. ) To set the end of the preparation of the drawing command (step C15). In these processes, various data are updated in accordance with the contents to be drawn, and the processing is performed until 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 ms) 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, in order to create a system cycle (1/30 second for one frame), it is determined that it is the frame switching timing when the V blank interrupt (1/60 second) is input twice. The frame switching timing can be arbitrarily changed as appropriate. For example, the image update (frame switching) may be performed in 1/60 second, or the image updating (frame switching) may be performed later than 1/60 second. Switching). If it is determined in step C16 that it is not the frame switching timing (step C16; N), the processing of step C16 is repeated. On the other hand, if it is determined in step C16 that the current time is the frame switching timing (step C16; Y), an instruction to draw a screen is issued (step C17).

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

〔受信コマンドチェック処理〕
図64には、上述のメイン処理における受信コマンドチェック処理を示した。この受信コマンドチェック処理では、まず、1フレーム(1/30秒間)の間に何個のコマンドを受信したかをカウントするコマンド受信カウンタの値をコマンド受信数としてロードし(ステップC201)、コマンド受信数が0でないか否かを判定する(ステップC202)。そして、コマンド受信数が0であると判定した場合(ステップC202;N)は、受信コマンドチェック処理を終了する。また、受信コマンド数が0でないと判定した場合(ステップC202;Y)には、コマンド受信カウンタ領域の内容をコマンド受信数分減算する(ステップC203)。
[Receive command check processing]
FIG. 64 shows a received command check process in the main process described above. In the received command check processing, first, the value of a command reception counter that counts how many commands have been received during one frame (1/30 second) is loaded as a command reception number (step C201), and the command reception is performed. It is determined whether the number is not 0 (step C202). If it is determined that the number of received commands is 0 (step C202; N), the received command check processing ends. When it is determined that the number of received commands is not 0 (Step C202; Y), the content of the command reception counter area is subtracted by the number of received commands (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 copying of the commands for the number of received commands is completed. Is determined (step C206). As described above, in the present embodiment, the command is not directly analyzed in the received command buffer, but the contents of the received command buffer are copied to the command area (the RAM area for analysis), and the command is analyzed in the command area. It is configured as follows. Thus, in preparation for a case where a command is transmitted from the game control device 100 during the analysis of the command, the command (data) can be moved to make a space. In addition, the analysis of the command can be collectively performed in one round of the main processing.

ステップC206で、コマンド受信数分のコマンドのコピーが完了していないと判定した場合(ステップC206;N)には、ステップC204の処理に戻る。また、コマンド受信数分のコマンドのコピーが完了したと判定した場合(ステップC206;Y)には、コマンド領域の内容をロードして(ステップC207)、受信コマンド解析処理(ステップC208)を行う。   If it is determined in step C206 that command copying for the number of received commands has not been completed (step C206; N), the process returns to step C204. If it is determined that copying of commands for the number of received commands has been completed (step C206; Y), the contents of the command area are loaded (step C207), and a 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 the analysis of the commands for the number of received commands has been completed (step C210). Then, when it is determined that the analysis of the commands for the number of received commands has not been completed (Step C210; N), the process returns to Step C207. When it is determined that the analysis of the commands for the number of received commands has been completed (step C210; Y), the received command check processing ends. As described above, in the received command check processing, commands received during one frame (1/30 second) are analyzed collectively. In this embodiment, the configuration is such that up to 32 commands can be stored.

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

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

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

また、ステップC235で、MODEは変動系コマンドの範囲でないと判定した場合(ステップC235;N)には、MODEは大当り系コマンドの範囲であるか否かを判定する(ステップC237)。大当り系コマンドは、大当り中演出に関する動作(ファンファーレ画面やラウンド画面の表示など)を指令するコマンドや、小当り中演出に関する動作(ファンファーレ画面や終了画面の表示など)を指令するコマンドである。そして、MODEは大当り系コマンドの範囲であると判定した場合(ステップC237;Y)には、大当り系コマンド処理(ステップC238)を行って、受信コマンド解析処理を終了する。   When 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 big hit command (step C237). The jackpot-related command is a command for instructing an operation related to a big hit middle production (display of a fanfare screen or a round screen, etc.) or a command for commanding an operation related to a small hit middle production (display of a fanfare screen, end screen, etc.). If it is determined that MODE is within the range of the big hit command (step C237; Y), the big hit command processing (step C238) is performed, and the received command analysis processing ends.

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

また、ステップ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 the symbol-type command (step C239; N), it is determined whether or not MODE is in the range of single-shot type commands such as the hold number command and the error command. (Step C241). The single-shot command is a command that is established independently, unlike commands that make sense in combination, such as symbol commands and variable commands. The single command includes a customer waiting demonstration command, a hold number command, a symbol stop command, a probability information command, an error / illegal command, a model designation command, and the like. When it is determined that the MODE is within the range of the single command (step C241; Y), the single command processing (step C242) is performed, and the received command analysis processing is ended.

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

また、ステップ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 prefetching pattern command (step C243; N), it is determined whether MODE is in the range of the prefetching variable command (step C245). If it is determined that the MODE is within the range of the prefetch variable command (step C245; Y), the prefetch variable command processing (step C246) is performed, and the received command analysis processing ends. If it is determined in step C245 that MODE is not within the range of the prefetch variable command (step C245; N), the received command analysis processing ends.

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

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

この特図種別が未確定である場合(ステップC361;Y)は、変動系コマンド処理を終了する。また、特図種別が未確定でない場合(ステップC361;N)、すなわち特図種別が設定されている場合は、変動コマンドと図柄コマンドの組み合わせをチェックし(ステップC362)、変動コマンドと図柄種別が不整合であるかを判定する(ステップC363)。   If the special figure type is undetermined (step C361; Y), the variable command processing ends. When the special figure type is not determined (step C361; N), that is, when the special figure 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 determined. It is determined whether there is any mismatch (step C363).

変動コマンドと図柄種別が不整合である場合(ステップC363;Y)は、変動系コマンド処理を終了する。また、変動コマンドと図柄種別が不整合でない場合(ステップC363;N)は、変動コマンドから変動パターン種別を判別する(ステップC364)。図柄種別とは図柄のカテゴリを意味し、図柄種別には例えば、はずれ図柄、16R大当り図柄、10R大当り図柄、小当り図柄などがある。変動コマンドと図柄種別が不整合である場合とは、はずれの変動コマンド(変動パターンコマンド)を受信したのに、16R大当り図柄の図柄コマンドを受信していた時のような、演出を行う上で矛盾してしまう組み合わせ(変動コマンドと図柄種別の組み合わせ)であることを意味する。   When the variation command and the symbol type are inconsistent (step C363; Y), the variation command processing ends. If 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 symbol category, and the symbol type includes, for example, a missing symbol, a 16R big hit symbol, a 10R big hit symbol, a small hit symbol, and the like. The case where the fluctuation command and the symbol type are inconsistent means that when a variation command (variation pattern command) is received but a design command of a 16R big hit symbol is received, an effect is performed. It means that it is a contradictory combination (combination of the fluctuation command and the 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, a fluctuation effect setting process for setting information for performing an effect according to the fluctuation command is performed (step C365).

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

〔大当り系コマンド処理〕
図67には、上述の受信コマンド解析処理における大当り系コマンド処理(ステップC238)を示した。この大当り系コマンド処理では、まず、MODEはファンファーレであるかを判定する(ステップC401)。すなわち、受信したコマンドが図柄情報(停止図柄番号又は停止図柄パターン)に対応するファンファーレコマンドや小当りファンファーレコマンドであるかを判定する。そして、MODEはファンファーレである場合(ステップC401;Y)は、大当り種類や小当りに応じたファンファーレ表示画像の設定などを行うファンファーレ演出設定処理を行い(ステップC402)、P機状態をファンファーレ中に設定して(ステップC403)、大当り系コマンド処理を終了する。
[Big hit command processing]
FIG. 67 shows the big hit command processing (step C238) in the received command analysis processing described above. In this big hit command processing, first, it is determined whether MODE is a fanfare (step C401). That is, it is determined whether the received command is a fanfare command or a small hit fanfare command corresponding to the symbol information (stop symbol number or stop symbol pattern). If MODE is a fanfare (step C401; Y), a fanfare effect setting process for setting a fanfare display image according to the type of big hit or small hit is performed (step C402), and the state of the P machine is changed to the fanfare. After setting (step C403), the big hit command processing ends.

MODEはファンファーレでない場合(ステップC401;N)は、MODEはラウンドであるかを判定する(ステップC404)。すなわち、受信したコマンドが特別遊技状態のラウンド数に対応するラウンドコマンドであるかを判定する。そして、MODEはラウンドである場合(ステップC404;Y)は、ラウンド数表示情報の更新などを行うラウンド演出設定処理を行い(ステップC405)、P機状態をラウンド中に設定し(ステップC406)、大当り系コマンド処理を終了する。   If MODE is not a fanfare (step C401; N), it is determined whether MODE is a round (step C404). That is, it is determined whether the received command is a round command corresponding to the number of rounds in the special game state. If the MODE is a round (step C404; Y), a round effect setting process for updating the number-of-rounds display information is performed (step C405), and the state of the P machine is set during the round (step C406). The big hit command processing ends.

MODEはラウンドでない場合(ステップC404;N)は、MODEはインターバルであるかを判定する(ステップC407)。すなわち、受信したコマンドがラウンド間のインターバルに関するインターバルコマンドであるかを判定する。そして、MODEはインターバルである場合(ステップC407;Y)は、インターバル中の演出の設定を行うインターバル演出設定処理を行い(ステップC408)、P機状態をインターバル中に設定し(ステップC409)、大当り系コマンド処理を終了する。また、MODEはインターバルでない場合(ステップC407;N)は、MODEはエンディングであるかを判定する(ステップC410)。すなわち、受信したコマンドが最終ラウンド終了後のエンディングに関するエンディングコマンドや、小当り終了時の小当り終了画面コマンドであるかを判定する。   If MODE is not a round (step C404; N), it is determined whether MODE is an interval (step C407). That is, it is determined whether the received command is an interval command related to an interval between rounds. If MODE is an interval (step C407; Y), an interval effect setting process for setting effects during the interval is performed (step C408), and the state of the P machine is set during the interval (step C409), and the big hit is performed. Terminates system command processing. If MODE is not an interval (step C407; N), it is determined whether MODE is ending (step C410). That is, it is determined whether the received command is an ending command related to ending after the end of the final round or a small hit end screen command at the end of the small hit.

MODEはエンディングである場合(ステップC410;Y)は、大当りや小当り終了時のエンディング演出の設定などを行うエンディング演出設定処理を行い(ステップC411)、P機状態をエンディング中に設定し(ステップC412)、大当り系コマンド処理を終了する。また、MODEはエンディングでない場合(ステップC410;N)は、MODEはカウントであるかを判定する(ステップC413)。すなわち、受信したコマンドが特別変動入賞装置への入賞に基づく大入賞口カウントコマンドであるかを判定する。   If MODE is ending (step C410; Y), an ending effect setting process for setting an ending effect at the end of a big hit or a small hit is performed (step C411), and the P machine state is set to ending (step C411). C412), the big hit command processing ends. If MODE is not ending (step C410; N), it is determined whether MODE is a count (step C413). That is, it is determined whether or not the received command is a special winning opening count command based on winning in the special variable winning device.

MODEはカウントでない場合(ステップC413;N)は、大当り系コマンド処理を終了する。MODEはカウントである場合(ステップC413;Y)は、特別変動入賞装置38への入賞に対応した演出を設定するカウント演出設定処理(ステップC414)を行い、大当り系コマンド処理を終了する。   If MODE is not a count (step C413; N), the big hit command processing ends. If the MODE is a count (step C413; Y), a count effect setting process (step C414) for setting an effect corresponding to winning in the special variable winning device 38 is performed, and the big hit command process ends.

<設定示唆演出>
演出制御装置300は、確率設定値の設定履歴をFeRAM323に記憶可能であるとともに、当該設定履歴に基づいて過去や現在の確率設定値を示唆する設定示唆演出を実行可能である。
遊技機10の電源投入時には、遊技制御装置100から演出制御装置300に停電復旧時のコマンド(ステップX42)又はRAM初期化時のコマンド(ステップX46)が送信される。これらコマンドには、確率設定情報コマンド(現在の確率設定値を示すコマンド)が含まれており、演出制御装置300のCPU311は、例えば、当該確率設定情報コマンドを受信した際に、当該確率設定情報コマンドとRTC338からの情報(現在の日時を示す情報)とに基づいて、FeRAM323の設定履歴用の領域に、現在の確率設定値と現在日(現在の日付)とを対応付けて記憶する。
なお、設定履歴用の領域に記憶可能な確率設定値には上限(例えば90日分)が設けられていても良い。その場合、例えば、上限に達している状態で確率設定情報コマンドを受信した際には、最も古い日付に対応する確率設定値をクリアして、最も新しい日付(現在日)に対応する確率設定値を記憶するようになっている。
<Setting suggestion effect>
The effect control device 300 can store the setting history of the probability set value in the FeRAM 323, and can execute a setting suggestion effect that suggests a past or current probability set value based on the setting history.
When the power of the gaming machine 10 is turned on, a command for restoring the power failure (step X42) or a command for initializing the RAM (step X46) is transmitted from the game control device 100 to the effect control device 300. These commands include a probability setting information command (a command indicating a current probability setting value), and the CPU 311 of the effect control device 300, for example, receives the probability setting information command when receiving the probability setting information command. Based on the command and the information from RTC 338 (information indicating the current date and time), the current probability setting value and the current date (current date) are stored in the setting history area of FeRAM 323 in association with each other.
Note that an upper limit (for example, 90 days) may be set for the probability set value that can be stored in the setting history area. In this case, for example, when the probability setting information command is received in a state where the upper limit has been reached, the probability setting value corresponding to the oldest date is cleared, and the probability setting value corresponding to the latest date (current day) is cleared. Is stored.

確率設定情報コマンドを同じ日に複数回受信した場合には、演出制御装置300のCPU311は、例えば、FeRAM323の設定履歴用の領域の記憶されている現在日に対応する確率設定値(現在日と対応付けられている確率設定値)を最新の確率設定値で上書きする。よって、その日最後に設定された確率設定値が履歴として残るようになっている。
なお、設定履歴用の領域に残る確率設定値は、その日最後に設定された確率設定値に限定されず適宜変更可能であり、例えば、その日最も長い間設定されていた確率設定値であっても良いし、その日の所定時点(例えば正午)に設定されていた確率設定値であっても良い。その場合には、例えば、その日の所定タイミング(例えば電源遮断時)までは、現在日に対応する確率設定値として最新の確率設定値を記憶しておき、当該所定タイミングになると、現在日に対応する確率設定値として該当する確率設定値(すなわち、その日最も長い間設定されていた確率設定値や、その日の所定時点に設定されていた確率設定値など)を記憶するようになっている。
If the probability setting information command is received a plurality of times on the same day, the CPU 311 of the effect control device 300, for example, sets the probability setting value (current day and current day) corresponding to the current day stored in the setting history area of the FeRAM 323. Overwrites the associated probability setting) with the latest probability setting. Therefore, the probability setting value set at the end of the day remains as a history.
Note that the probability setting value remaining in the setting history area is not limited to the probability setting value set at the end of the day and can be changed as appropriate. For example, even if the probability setting value set for the longest day is set Alternatively, the probability set value may be a value set at a predetermined time (eg, noon) of the day. In this case, for example, the latest probability setting value is stored as the probability setting value corresponding to the current day until a predetermined timing of the day (for example, when the power is turned off). The corresponding probability set value is stored as the corresponding probability set value (that is, the probability set value set for the longest day of the day, the probability set value set at a predetermined time of the day, etc.).

また、演出制御装置300では、確率設定変更中のコマンド(ステップX30)の受信に基づき確率設定値の変更中である旨の報知が行われ、確率設定確認中のコマンド(ステップX37)の受信に基づき確率設定値の確認中である旨の報知が行われる。演出制御装置300は、これら報知の実行中に確率設定値の設定履歴を報知するようにしても良い。具体的には、例えば図68(a)に示すように、FeRAM323の設定履歴用の領域に記憶されている情報(日付と確率設定値)に基づき作成した設定履歴カレンダーを表示装置41に表示しても良い。これにより、遊技店の店員等は、過去の確率設定値を参照しながら、確率設定値を変更したり確認したりすることが可能となる。
図68(a)に示す例では、現在日(20××年△月31日)に対応する領域は太枠で囲まれている。
In addition, the effect control device 300 notifies that the probability setting value is being changed based on the reception of the command (step X30) during the change of the probability setting, and receives the command (step X37) during the confirmation of the probability setting. The fact that the probability set value is being confirmed is notified based on the probability set value. The effect control device 300 may notify the setting history of the probability set value during the execution of the notification. Specifically, for example, as shown in FIG. 68A, the setting history calendar created based on the information (date and probability setting value) stored in the setting history area of the FeRAM 323 is displayed on the display device 41. May be. Thus, the clerk of the game store or the like can change or check the probability setting value while referring to the past probability setting value.
In the example shown in FIG. 68 (a), the area corresponding to the current day (20xx / year / month 31) is surrounded by a thick frame.

また、図68(a)に示す例では、その日最初の電源投入時に表示された設定履歴カレンダーを示しているため、現在日(20××年△月31日)に対応する領域には確率設定値が表示されていない。すなわち、その日最初の電源投入時に確率設定値が変更又は確認される場合には、当該変更又は確認が終了した後に、その日最初の確率設定情報コマンドが送信されるため、当該変更又は確認の実行中はFeRAM323の設定履歴用の領域に現在日に対応する確率設定値が記憶されていない。したがって、その日最初の電源投入時に表示される設定履歴カレンダーには、現在日に対応する確率設定値を表示することができない。   In the example shown in FIG. 68 (a), since the setting history calendar displayed when the power is turned on for the first time on that day is shown, the probability setting is made in the area corresponding to the current day (20xx / year / month 31). No value is displayed. In other words, if the probability setting value is changed or confirmed at the first power-on of the day, the probability setting information command at the beginning of the day is transmitted after the change or confirmation is completed, so that the change or confirmation is being performed. No probability setting value corresponding to the current day is stored in the setting history area of the FeRAM 323. Therefore, the probability setting value corresponding to the current day cannot be displayed on the setting history calendar displayed when the power is first turned on on that day.

図68(b)には、遊技店の店員の操作による遊技機の設定の例を示した。例えば、客待ち状態中かつ前面枠12が開放された状態にて演出ボタン25が2回押下されるとホール設定モードとなり、図68(b)に示すようなホール設定画面が表示装置41に表示される。
図68(b)に示す例では、ホール設定画面で設定可能な項目として、遊技者設定モードにおいて音量の変更を可能とする範囲の上限を設定する「音量設定」、遊技者設定モードにおいて装飾に用いられるLEDの明るさの変更を可能とする範囲の上限を設定する「LED輝度設定」、「音量設定」や「LED輝度設定」で設定した上限を有効にするか無効にするかを設定する「遊技者調整の上限」の項目が表示されている。また、表示装置41の輝度を設定する「液晶輝度設定」、省電力モードの有無を設定する「省電力設定」、ロゴの表示色を設定する「ロゴカラー設定」の項目が表示されている。さらに、確率設定値の設定履歴の記憶の有無を設定する「設定履歴記録」、設定示唆演出の実行の有無や内容を設定する「設定示唆演出」の項目が表示されている。そして、これらの項目では現在の設定が識別可能に表示されている。また、ホール設定モードを終了する項目、工場出荷時の設定に戻す「工場出荷時設定」の項目も表示されている。
FIG. 68 (b) shows an example of the setting of the gaming machine by the operation of the clerk of the gaming shop. For example, when the production button 25 is pressed twice in the state of waiting for a customer and the front frame 12 is opened, the hall setting mode is set, and a hall setting screen as shown in FIG. Is done.
In the example shown in FIG. 68 (b), as items that can be set on the hall setting screen, “volume setting” for setting the upper limit of the range in which the volume can be changed in the player setting mode, and decoration in the player setting mode Set the upper limit of the range in which the brightness of the LED used can be changed. Set whether to enable or disable the upper limit set in “LED brightness setting”, “volume setting” or “LED brightness setting”. The item of “upper limit of player adjustment” is displayed. In addition, items of “liquid crystal brightness setting” for setting the brightness of the display device 41, “power saving setting” for setting the presence or absence of the power saving mode, and “logo color setting” for setting the display color of the logo are displayed. Further, items of “setting history recording” for setting whether or not the setting history of the probability setting value is stored and “setting suggesting effect” for setting whether or not to execute the setting suggestion effect and the content thereof are displayed. In these items, the current settings are displayed in an identifiable manner. Further, an item for terminating the hall setting mode and an item of “factory default setting” for returning to the factory default setting are also displayed.

なお、図68(b)では図示を省略したが、ホール設定画面には、当該ホール設定画面での操作の説明を表示しても良い。ホール設定画面では、例えば、演出ボタン25上面のタッチパネル29の上下いずれかに触れる操作を行うことで、項目を選ぶ(カーソルを移動させる)ことができ、タッチパネル29の左右いずれかに触れる操作を行うことで、現在の設定を変更することができる。   Although illustration is omitted in FIG. 68 (b), an explanation of the operation on the hole setting screen may be displayed on the hole setting screen. In the hall setting screen, for example, by performing an operation of touching any one of the upper and lower sides of the touch panel 29 on the upper surface of the effect button 25, an item can be selected (cursor is moved), and an operation of touching any of the left and right sides of the touch panel 29 is performed By doing so, the current settings can be changed.

項目を囲むように強調表示するカーソルにより現在選択されている項目が示されるようになっており、図68(b)に示す例では「設定示唆演出」の項目にカーソルが位置している。「設定示唆演出」の項目において、「OFF」とは設定示唆演出を行わない設定であり、「ON(曜日)」とは現在の曜日と同じ曜日に設定された確率設定値に応じた設定示唆演出を行う設定であり、「ON(一週間)」とは現在日を含む直近一週間で設定された確率設定値に応じた設定示唆演出を行う設定であり、図68(b)に示す例では「ON(一週間)」が選択されている。すなわち、ホール設定画面で、設定示唆演出を実行するか否かや、実行する設定示唆演出の内容(種類)を選択できるようになっている。
また、「設定履歴記録」の項目において、「OFF」とは確率設定値の設定履歴を記憶しない設定であり、「ON」とは確率設定値の設定履歴を記憶する設定であり、図68(b)に示す例では「ON」が選択されている。すなわち、ホール設定画面で、確率設定値の設定履歴を記憶するか否かを選択できるようになっている。
The currently selected item is indicated by a cursor highlighted so as to surround the item. In the example shown in FIG. 68 (b), the cursor is positioned at the item of “setting suggestion effect”. In the item of “setting suggestion effect”, “OFF” is a setting for not performing the setting suggestion effect, and “ON (day of the week)” is a setting suggestion according to the probability setting value set on the same day of the week as the current day of the week. The setting for performing an effect, and “ON (one week)” is a setting for performing a setting suggestive effect according to the probability set value set in the latest one week including the current day, and is an example illustrated in FIG. "ON (one week)" is selected. That is, on the hall setting screen, it is possible to select whether or not to execute the setting suggestion effect, and to select the content (type) of the setting suggestion effect to be executed.
In the item of “setting history record”, “OFF” is a setting that does not store the setting history of the probability setting value, and “ON” is a setting that stores the setting history of the probability setting value. In the example shown in b), "ON" is selected. That is, it is possible to select whether or not to store the setting history of the probability setting value on the hall setting screen.

演出制御装置300は、ホール設定画面を表示装置41に表示して遊技店の店員の操作による遊技機の設定を受け付けたり、遊技者設定画面を表示装置41に表示して遊技者の操作による遊技機の設定を受け付けたりするための処理として、ホール・遊技者設定モード処理(ステップC10)を行う。ホール・遊技者設定モード処理では、例えば、ホール設定画面で「設定示唆演出」の現在の設定が変更された場合に、FeRAM323の設定示唆演出用の領域に変更後の設定(設定示唆演出の実行の有無や内容)が上書きされる。また、例えば、ホール設定画面で「設定履歴記録」の現在の設定が変更された場合に、FeRAM323の設定示唆演出用の領域に変更後の設定(設定履歴記録の有無)が上書きされる。また、例えば、ホール設定画面の「工場出荷時設定」で工場出荷時の設定に戻すことが選択された場合に、FeRAM323の設定履歴用の領域に記憶されている情報(日付と確率設定値)が全てクリアされる。   The effect control device 300 displays a hall setting screen on the display device 41 to accept setting of a gaming machine by an operation of a game store clerk, or displays a player setting screen on the display device 41 to play a game by an operation of a player. A hall / player setting mode process (step C10) is performed as a process for accepting the setting of the machine. In the hall / player setting mode processing, for example, when the current setting of “setting suggestion effect” is changed on the hall setting screen, the changed setting (execution of setting suggestion effect) in the setting suggestion effect area of the FeRAM 323 is performed. Is overwritten. Further, for example, when the current setting of “setting history recording” is changed on the hall setting screen, the changed setting (presence / absence of setting history recording) is overwritten in the setting suggestive effect area of the FeRAM 323. Also, for example, when it is selected to return to the factory default setting in the “factory default setting” on the hall setting screen, the information (date and probability set value) stored in the setting history area of the FeRAM 323 Are all cleared.

演出制御装置300のCPU311は、確率設定情報コマンドを受信すると、FeRAM323の設定示唆演出用の領域に記憶されている設定履歴記録の有無(ON/OFF)を確認し、「有(ON)」が記憶されている場合には、FeRAM323の設定履歴用の領域と、FeRAM323の確率設定値用の領域(遊技制御装置100のRWM内の確率設定値用の領域に相当する領域)とに現在の確率設定値を記憶する。一方、「無(OFF)」が記憶されている場合には、FeRAM323の確率設定値用の領域のみに現在の確率設定値を記憶する。   Upon receiving the probability setting information command, the CPU 311 of the effect control device 300 checks the presence / absence (ON / OFF) of the setting history record stored in the setting suggestive effect area of the FeRAM 323, and sets “Yes (ON)”. If stored, the current probability is stored in the area for the setting history of the FeRAM 323 and the area for the probability setting value of the FeRAM 323 (the area corresponding to the area for the probability setting value in the RWM of the game control device 100). Store the set value. On the other hand, when “absence (OFF)” is stored, the current probability setting value is stored only in the probability setting value area of the FeRAM 323.

本実施形態では、演出制御装置300は、設定示唆演出として、第1特別遊技状態(大当りに基づく特別遊技状態)中に実行されるエンディング演出の最後に表示装置41に表示されるロゴの色を、通常の色(ホール設定画面で設定可能な色)とは異なる設定示唆用の色(例えば銀色)で表示する演出が実行する。
また、設定示唆演出として、所定の曜日(現在の曜日と同じ曜日)で設定された確率設定値の中に所定値以上の確率設定値がある場合に実行される“曜日設定示唆演出”と、所定の期間(現在日を含む直近一週間)で設定された確率設定値の中に所定値以上の確率設定値がある場合に実行される“期間設定示唆演出”と、現在の確率設定値が所定値以上である場合に実行される“当日設定示唆演出”とを実行可能である。
In the present embodiment, the effect control device 300 sets the color of the logo displayed on the display device 41 at the end of the ending effect executed during the first special game state (the special game state based on the big hit) as the setting suggestion effect. Then, an effect is displayed in which a color for suggesting a setting (for example, silver) different from a normal color (a color that can be set on the hall setting screen) is displayed.
In addition, as a setting suggestion effect, a “day of the week setting suggestion effect” executed when there is a probability setting value equal to or greater than a predetermined value among the probability setting values set for a predetermined day of the week (the same day of the week as the current day of the week), The “period setting suggestion effect” that is executed when there is a probability setting value equal to or greater than a predetermined value among the probability setting values set in a predetermined period (the latest one week including the current day), and the current probability setting value is It is possible to execute “present day setting suggestion effect” executed when the value is equal to or more than the predetermined value.

なお、本実施形態では、所定の曜日を、現在の曜日と同じ曜日とした。すなわち、“曜日設定示唆演出”を、現在の曜日と同じ曜日に設定された確率設定値の中に所定値以上の確率設定値がある場合に実行する演出としたが、所定の曜日は、現在の曜日とは異なる曜日であっても良い。また、ホール設定画面等で、どの曜日にするかを選択できるようにしても良い。
また、本実施形態では、所定の期間を、現在日を含む直近一週間とした。すなわち、“期間設定示唆演出”を、現在日を含む直近一週間で設定された確率設定値の中に所定値以上の確率設定値がある場合に実行する演出としたが、所定の期間は、現在日を含む直近一週間に限定されず、例えば、現在日を含まない直近一週間であっても良いし、現在日を含む(あるいは含まない)直近一か月であっても良いし、現在日を含む(あるいは含まない)直近三日間であっても良い。また、ホール設定画面等で、期間の長さや現在日を含むか否かを選択できるようにしても良い。
In the present embodiment, the predetermined day is the same day as the current day. That is, the “day of the week setting suggestion effect” is an effect that is executed when the probability setting value set to the same day as the current day has a probability setting value equal to or more than a predetermined value. May be different from the day of the week. Further, the day of the week may be selected on a hall setting screen or the like.
Further, in the present embodiment, the predetermined period is the latest one week including the current day. That is, the “period setting suggestion effect” is an effect that is executed when a probability setting value equal to or more than a predetermined value is included in the probability setting values set in the latest one week including the current day. It is not limited to the last week including the current day, and may be, for example, the last week not including the current day, the last month including (or not including) the current day, The last three days including (or not including) days may be used. Further, it may be possible to select whether or not to include the length of the period and the current date on a hall setting screen or the like.

〔エンディング演出設定処理〕
図69には、上述の大当り系コマンド処理(図67)におけるエンディング演出設定処理(ステップC411)を示した。このエンディング演出設定処理では、まず、今回の特別遊技状態の発生の契機となった大当り種類の情報や小当り種類の情報である当り種類情報等に基づいてエンディング演出を設定し(ステップC451)、設定したエンディング演出がロゴ表示演出を実行するエンディング演出であるかを判定する(ステップC452)。ここで、ロゴ表示演出とは、エンディング演出の最後に実行される演出であり、ホール設定画面の「ロゴカラー設定」で設定された色でロゴを表示装置41に表示する演出である。
[Ending effect setting process]
FIG. 69 shows an ending effect setting process (step C411) in the above-described big hit command process (FIG. 67). In the ending effect setting process, first, an ending effect is set based on the hit type information, which is the information of the big hit type and the small hit type, which triggered the occurrence of the special game state this time (step C451). It is determined whether the set ending effect is an ending effect for executing a logo display effect (step C452). Here, the logo display effect is an effect that is performed at the end of the ending effect, and is an effect in which the logo is displayed on the display device 41 in the color set in the “logo color setting” on the hall setting screen.

設定したエンディング演出がロゴ表示演出を実行するエンディング演出でない場合(ステップC452;N)は、エンディング演出設定処理を終了する。一方、設定したエンディング演出がロゴ表示演出を実行するエンディング演出である場合(ステップC452;Y)は、設定示唆演出判定処理を行う(ステップC453)。
そして、設定示唆演出判定処理で設定示唆演出の実行を決定しなかった場合(ステップC454;N)は、エンディング演出設定処理を終了する。一方、設定示唆演出判定処理で設定示唆演出の実行を決定した場合(ステップC454;Y)は、ロゴ表示演出に替えて設定示唆演出を設定し(ステップC455)、エンディング演出設定処理を終了する。
If the set ending effect is not the ending effect for executing the logo display effect (step C452; N), the ending effect setting process ends. On the other hand, if the set ending effect is an ending effect for executing a logo display effect (step C452; Y), a setting suggestion effect determination process is performed (step C453).
If the setting suggestion effect determination process has not determined to execute the setting suggestion effect (step C454; N), the ending effect setting process ends. On the other hand, when the setting suggestion effect determination processing determines the execution of the setting suggestion effect (step C454; Y), the setting suggestion effect is set in place of the logo display effect (step C455), and the ending effect setting process ends.

ステップC455の処理を行うことによって、ホール設定画面の「ロゴカラー設定」で設定された色でロゴを表示するロゴ表示演出に替えて、設定示唆用の色でロゴを表示する設定示唆演出が実行されることとなる。なお、設定示唆用の色は、ホール設定画面で設定不可能な色に限定されず、例えば、ホール設定画面で設定可能な色であって、ロゴの現在の表示色(ホール設定画面の「ロゴカラー設定」で設定された色)以外の色であっても良い。
また、設定示唆演出は、ロゴ表示演出と表示態様が異なるものであれば良い。すなわち、設定示唆演出は、ロゴの表示色やサイズや表示位置や動き方、ロゴ表示演出で表示されるロゴ以外の画像(例えばキャラクタ画像や文字画像)の表示色やサイズや表示位置や動き方、ロゴ表示演出における背景色等のいずれか一又は複数がロゴ表示演出と異なるものであれば良い。
By performing the process of step C455, a setting suggestion effect of displaying a logo in a color for setting suggestion is executed instead of a logo display effect of displaying a logo in a color set in “Logo color setting” of the hall setting screen. Will be done. In addition, the color for setting suggestion is not limited to a color that cannot be set on the hole setting screen. For example, a color that can be set on the hole setting screen and the current display color of the logo (“logo” on the hole setting screen) Other than the color set in the “color setting”).
Further, the setting suggestion effect may be any display effect different from the logo display effect. That is, the setting suggestion effect is based on the display color, size, display position, and movement of the logo, and the display color, size, display position, and movement of images other than the logo (eg, character images and character images) displayed in the logo display effect. Any one or more of the background colors in the logo display effect may be different from the logo display effect.

〔設定示唆演出判定処理〕
図70には、上述のエンディング演出設定処理(図69)における設定示唆演出判定処理(ステップC453)を示した。この設定示唆演出判定処理では、まず、遊技機10の電源投入時から現在までの獲得出玉数(入賞領域への入賞に基づく払出数の合計)が規定数(例えば5000)以上であるかを判定する(ステップC461)。入賞口スイッチ/状態監視処理(ステップX109)では、遊技制御装置100から演出制御装置300に、一般入賞口35の入賞口スイッチ35aに対応する入賞検知コマンドや、始動入賞口36の始動口1スイッチ36aに対応する入賞検知コマンドや、普通変動入賞装置37の始動口2スイッチ37aに対応する入賞検知コマンドや、特別変動入賞装置38,39の大入賞口スイッチ38a,39aに対応する入賞検知コマンドが送信されるようになっており、演出制御装置300では、これらのコマンドに基づいて獲得出玉数を算出可能となっている。
(Setting suggestion effect judgment processing)
FIG. 70 shows the setting suggestion effect determination process (step C453) in the above-described ending effect setting process (FIG. 69). In the setting suggestion effect determination process, first, it is determined whether the number of payouts (total number of payouts based on winning in the winning area) from when the power of the gaming machine 10 is turned on to the present is equal to or more than a specified number (for example, 5000). A determination is made (step C461). In the winning opening switch / state monitoring process (step X109), the game control device 100 sends the effect control device 300 a winning detection command corresponding to the winning opening switch 35a of the general winning opening 35, and a starting opening 1 switch of the starting winning opening 36. A prize detection command corresponding to 36a, a prize detection command corresponding to the starting port 2 switch 37a of the normal fluctuation prize apparatus 37, and a prize detection command corresponding to the special prize port switches 38a, 39a of the special fluctuation prize apparatuses 38, 39 The effect control device 300 can calculate the number of acquired payouts based on these commands.

電源投入時からの獲得出玉数が規定数以上でない場合(ステップC461;N)は、設定示唆演出判定処理を終了する。これにより、電源投入時からの獲得出玉数が規定数に満たない場合には、設定示唆演出が実行されないこととなり、設定示唆演出の実行頻度を抑えることができる。
一方、電源投入時からの獲得出玉数が規定数以上である場合(ステップC461;Y)は、現在のベース値が規定値以上であるかを判定する(ステップC462)。性能表示編集処理(ステップX52)では、遊技制御装置100から演出制御装置300に、性能表示装置153に表示されるベース値や役物比率に関するコマンドが送信されるようになっており、演出制御装置300では、このコマンドに基づいて現在のベース値を把握可能となっている。ここで、ベース値は、遊技領域32に発射されて遊技を終えた全ての遊技球(セーフ球及びアウト球)を検出するアウトスイッチでの遊技球の検出数や入賞領域への入賞に基づく払出数から算出される値である。また、役物比率は、遊技機10の電源投入から現在までに入賞口に入賞したことで得られた全賞球数(賞球の合計数)のうち、大当り状態中(すなわち、ファンファーレ及びエンディング中は除外)に大入賞口に入賞したことで得られた賞球数(役物別獲得球数)の割合(いわゆる連続役物比率)である。
If the number of balls to be obtained since the power was turned on is not equal to or greater than the specified number (step C461; N), the setting suggestion effect determination processing ends. Thus, if the number of balls to be obtained from the time of power-on is less than the specified number, the setting suggestion effect is not executed, and the execution frequency of the setting suggestion effect can be suppressed.
On the other hand, if the number of balls to be obtained since the power was turned on is equal to or greater than the specified number (step C461; Y), it is determined whether the current base value is equal to or greater than the specified value (step C462). In the performance display editing process (step X52), a command relating to the base value and the accessory ratio displayed on the performance display device 153 is transmitted from the game control device 100 to the performance control device 300. In 300, the current base value can be grasped based on this command. Here, the base value is a payout based on the number of game balls detected by an out switch for detecting all game balls (safe balls and out balls) fired in the game area 32 and completing the game, and a winning in the prize area. It is a value calculated from a number. In addition, the ratio of bonuses is, during the state of the big hit (that is, fanfare and ending), of the total number of prize balls (total number of prize balls) obtained by winning the winning opening from the power-on of the gaming machine 10 to the present. This is the ratio of the number of prize balls (the number of balls obtained for each role) (so-called continuous role ratio) obtained by winning the special winning opening in (excluding the middle).

現在のベース値が規定値以上でない場合(ステップC462;N)は、設定示唆判定処理を終了する。これにより、現在のベース値が規定値に満たない場合には、設定示唆演出が実行されないこととなり、設定示唆演出の実行頻度を抑えることができる。また、本実施形態の設定示唆演出は、過去又は現在の確率設定値の中に所定値以上の確率設定値があること、すなわち過去又は現在の大当り確率の値(確率値)が比較的高いことを示唆する演出であるため、現在のベース値が高い場合(現在のベース値が規定値以上である場合)にのみ設定示唆演出を実行することによって、設定示唆演出の信頼性を高めることができる。また、現在のベース値が規定値以上であるかの判定(ステップC462)の前に、電源投入時からの獲得出玉数が規定数以上であるかの判定(ステップC461)を行うため、正確なベース値に基づいて、設定示唆演出を実行するか否か決定することが可能となる。   If the current base value is not equal to or greater than the specified value (step C462; N), the setting suggestion determination processing ends. As a result, if the current base value is less than the specified value, the setting suggestion effect is not executed, and the execution frequency of the setting suggestion effect can be suppressed. Further, the setting suggestion effect of the present embodiment is that the past or current probability setting value has a probability setting value equal to or greater than a predetermined value, that is, the past or current jackpot probability value (probability value) is relatively high. Since the effect suggests the setting, the reliability of the setting suggestion effect can be increased by executing the setting suggestion effect only when the current base value is high (when the current base value is equal to or greater than the specified value). . In addition, before determining whether or not the current base value is equal to or greater than the specified value (step C462), it is determined whether or not the number of balls to be obtained since power-on is equal to or greater than the specified number (step C461). It is possible to determine whether or not to execute the setting suggestion effect based on the appropriate base value.

なお、獲得出玉数の規定数が多いほど、より正確なベース値を得ることができるが、獲得出玉数の規定数が多すぎると、獲得出玉数が規定数以上となるまで(すなわち設定示唆演出が実行可能な状態となるまで)に時間がかかる。よって、これらのバランスを考慮して、獲得出玉数の規定数は設定される。
また、ベース値の規定値は、例えば、ベース値の設計上での正常範囲の下限値である。ベース値の設計上での正常範囲は現在の確率設定値、すなわち現在の大当り確率の値(確率値)によって異なるため、ステップC462では、現在のベース値が、現在の確率設定値に対応する正常範囲の下限値以上であるかを判定する。また、ステップC462では、現在のベース値が、現在の確率設定値に対応する正常範囲内であるか否か判定し、正常範囲内でない場合に設定示唆演出判定処理定を終了し、正常範囲内である場合にステップC463に進むよう構成することも可能である。また、ステップC462では、現在のベース値ではなく、現在の役物比率を判定しても良い。
In addition, the more the specified number of acquired payouts, the more accurate the base value can be obtained. However, if the prescribed number of acquired payouts is too large, the acquired payout number becomes equal to or more than the prescribed number (ie, It takes time until the setting suggestion effect becomes executable. Therefore, the specified number of the acquired payout balls is set in consideration of these balances.
The specified value of the base value is, for example, the lower limit of the normal range in designing the base value. Since the normal range in the design of the base value differs depending on the current probability setting value, that is, the current value of the jackpot probability (probability value), in step C462, the current base value is set to the normal value corresponding to the current probability setting value. It is determined whether it is equal to or more than the lower limit of the range. In step C462, it is determined whether or not the current base value is within the normal range corresponding to the current probability setting value. If not, the setting suggestion effect determination processing is terminated, and In the case of, it is also possible to configure to proceed to Step C463. Also, in step C462, the current accessory ratio may be determined instead of the current base value.

一方、現在のベース値が規定値以上である場合(ステップC462;Y)は、FeRAM323の設定示唆演出用の領域に記憶されている設定示唆演出の実行のON/OFF(有無)がOFFであるかを判定し(ステップC463)、OFFである場合(ステップC463;Y)は、設定示唆演出判定処理を終了する。これにより、ホール設定画面の「設定示唆演出」の項目でOFFが選択された場合には、設定示唆演出が実行されないこととなる。
また、設定示唆演出の実行がONである場合(ステップC463;N)は、FeRAM323の設定示唆演出用の領域に記憶されている設定履歴記録のON/OFF(有無)がOFFであるかを判定し(ステップC464)、OFFである場合(ステップC464;Y)、すなわち確率設定値の設定履歴が記憶されていない場合は、FeRAM323の確率設定値用の領域に記憶されている確率設定値(すなわち現在の確率設定値)が、所定の閾値(例えば設定4)以上であるかを判定する(ステップC468)。そして、現在の確率設定値が所定の閾値以上でない場合(ステップC468;N)は、設定示唆演出判定処理を終了する。また、現在の確率設定値が所定の閾値以上である場合(ステップC468;Y)は、設定示唆演出の実行を決定して(ステップC469)、設定示唆演出判定処理を終了する。
On the other hand, when the current base value is equal to or greater than the specified value (step C462; Y), ON / OFF (presence / absence) of execution of the setting suggestion effect stored in the setting suggestion effect region of the FeRAM 323 is OFF. Is determined (step C463), and if it is OFF (step C463; Y), the setting suggestion effect determination processing ends. Thereby, when OFF is selected in the item of “setting suggestion effect” on the hall setting screen, the setting suggestion effect is not executed.
If the execution of the setting suggestion effect is ON (step C463; N), it is determined whether the setting history record ON / OFF (presence or absence) stored in the setting suggestion effect region of the FeRAM 323 is OFF. If it is OFF (step C464; Y), that is, if the setting history of the probability setting value is not stored, the probability setting value stored in the probability setting value area of the FeRAM 323 (that is, step C464). It is determined whether the current probability setting value is equal to or greater than a predetermined threshold value (for example, setting 4) (step C468). If the current probability setting value is not equal to or greater than the predetermined threshold value (step C468; N), the setting suggestion effect determination processing ends. If the current probability setting value is equal to or greater than the predetermined threshold value (step C468; Y), execution of the setting suggestion effect is determined (step C469), and the setting suggestion effect determination process ends.

一方、設定履歴記録がONである場合(ステップC464;N)は、FeRAM323の設定示唆演出用の領域に記憶されている設定示唆演出の内容が「曜日」であるかを判定する(ステップC465)。そして、「曜日」でない場合(ステップC465;N)、すなわち「一週間」である場合は、設定履歴(FeRAM323の設定履歴用の領域)から現在日を含む直近一週間で設定された各確率設定値を抽出し、これらの確率設定値の中に所定の閾値(例えば設定4)以上の確率設定値があるかを判定する(ステップC466)。そして、直近一週間の確率設定値の中に所定の閾値以上の確率設定値がない場合(ステップC466;N)は、設定示唆演出判定処理を終了する。また、直近一週間の確率設定値の中に所定の閾値以上の確率設定値がある場合(ステップC466;Y)は、設定示唆演出の実行を決定し(ステップC469)、設定示唆演出判定処理を終了する。   On the other hand, when the setting history record is ON (step C464; N), it is determined whether the content of the setting suggestion effect stored in the setting suggestion effect area of the FeRAM 323 is “day of the week” (step C465). . If it is not “day of the week” (step C465; N), that is, if it is “one week”, each probability setting set in the most recent week including the current day from the setting history (area for setting history of FeRAM 323) A value is extracted, and it is determined whether any of these probability setting values has a probability setting value equal to or greater than a predetermined threshold (for example, setting 4) (step C466). Then, when there is no probability setting value equal to or greater than the predetermined threshold value among the probability setting values for the latest one week (step C466; N), the setting suggestion effect determination processing ends. If there is a probability setting value equal to or greater than the predetermined threshold value among the probability setting values for the latest week (step C466; Y), execution of the setting suggestion effect is determined (step C469), and the setting suggestion effect determination process is performed. finish.

一方、「曜日」である場合(ステップC465;Y)は、設定履歴(FeRAM323の設定履歴用の領域)から現在の曜日と同じ曜日に設定された各確率設定値(現在日に対応する確率設定値を含む)を抽出し、これらの確率設定値の中に所定の閾値(例えば設定4)以上の確率設定値があるかを判定する(ステップC467)。そして、現在の曜日と同じ曜日の確率設定値の中に所定の閾値以上の確率設定値がない場合(ステップC467;N)は、設定示唆演出判定処理を終了する。また、現在の曜日と同じ曜日の確率設定値の中に所定の閾値以上の確率設定値がある場合(ステップC467;Y)は、設定示唆演出の実行を決定して(ステップC469)、設定示唆演出判定処理を終了する。   On the other hand, when it is “day of the week” (step C465; Y), the probability setting value (probability setting corresponding to the current day) set from the setting history (area for setting history of FeRAM 323) to the same day of the week as the current day of the week is set. (Including value), and it is determined whether or not there is a probability setting value equal to or greater than a predetermined threshold (for example, setting 4) among these probability setting values (step C467). When there is no probability setting value equal to or greater than the predetermined threshold value among the probability setting values of the same day of the week as the current day of the week (step C467; N), the setting suggestion effect determination processing ends. If the probability setting value of the same day of the week as the current day of the week includes a probability setting value equal to or greater than a predetermined threshold (step C467; Y), execution of the setting suggestion effect is determined (step C469), and the setting suggestion is made. The effect determination processing ends.

なお、設定示唆演出判定処理において、電源投入時からの獲得出玉数が規定数以上であるかの判定(ステップC461)及び現在のベース値が規定値以上であるかの判定(ステップC462)の少なくとも一方を省略しても良い。
また、ステップC462の処理を、ステップC466〜C468の処理の後に行っても良い。すなわち、設定示唆演出判定処理において、現在日を含む直近一週間の確率設定値の中に所定の閾値以上の確率設定値がない場合(ステップC466;N)、現在の曜日と同じ曜日の確率設定値の中に所定の閾値以上の確率設定値がない場合(ステップC467;N)、あるいは、現在の確率設定値が所定の閾値以上でない場合(ステップC468;N)に、現在のベース値が規定値以上であるかの判定(ステップC462)を行い、現在のベース値が規定値以上である場合には、設定示唆演出の実行を決定しても良い。この場合、ベース値の規定値を、例えば、確率設定値が所定の閾値(例えば設定4)である場合のベース値の設計上での正常範囲の下限値とすることで、実際に設定された過去又は現在の確率設定値の中には所定の閾値以上の確率設定値はないが実質的な確率設定値が所定の閾値以上である場合(すなわち出玉状況が好調である場合)に設定示唆演出が実行されることとなるため、設定示唆演出の信頼性を低下させることなく、設定示唆演出の実行頻度を高めることが可能となる。また、この場合、現在のベース値が規定値以上であるかの判定(ステップC462)の前に、電源投入時からの獲得出玉数が規定数以上であるかの判定(ステップC461)を行うことが好ましい。
In the setting suggestion effect determination process, it is determined whether or not the number of balls to be obtained since the power was turned on is equal to or greater than a specified number (step C461) and whether or not the current base value is equal to or greater than a specified value (step C462). At least one may be omitted.
Further, the processing of step C462 may be performed after the processing of steps C466 to C468. That is, in the setting suggestion effect determination process, when there is no probability setting value equal to or greater than the predetermined threshold value among the probability setting values of the latest one week including the current day (step C466; N), the probability setting of the same day of the week as the current day of the week is set. If there is no probability setting value equal to or higher than the predetermined threshold value (step C467; N), or if the current probability setting value is not equal to or higher than the predetermined threshold value (step C468; N), the current base value is defined. It is determined whether the value is equal to or greater than the value (step C462). If the current base value is equal to or greater than the specified value, execution of the setting suggestion effect may be determined. In this case, the specified value of the base value is, for example, the lower limit value of the normal range in the design of the base value when the probability setting value is a predetermined threshold value (for example, setting 4), so that the actually set value is set. There is no past or present probability setting value that is equal to or greater than the predetermined threshold, but the setting is suggested when the actual probability setting value is equal to or greater than the predetermined threshold (that is, when the payout situation is favorable). Since the effect is executed, the execution frequency of the setting suggestion effect can be increased without lowering the reliability of the setting suggestion effect. Also, in this case, before determining whether the current base value is equal to or greater than the specified value (step C462), it is determined whether the number of balls to be obtained since power-on is equal to or greater than the specified number (step C461). Is preferred.

また、設定示唆演出は、表示装置41の表示、枠装飾装置18や盤装飾装置46のLEDの発光、盤演出装置44の動作、スピーカ19a,19bによる音声の出力などにより、過去や現在の確率設定値を示唆する演出であれば良い。
また、設定示唆演出は、エンディング演出の最後に実行されるロゴ表示演出に替えて実行するものに限定されない。すなわち、設定示唆演出は、遊技機10で実行される演出のいずれかに替えて実行するものであれば良い。例えば、設定示唆演出が、ファンファーレ演出中に実行されるいずれかの演出に替えて実行するものである場合には、ファンファーレ演出設定処理(ステップC402)において設定示唆演出判定処理(図70)が行われる。また、設定示唆演出が、未実行の特図変動表示ゲームに関する演出(先読み演出)として実行されるいずれかの演出に替えて実行するものである場合には、先読み図柄系コマンド処理(ステップC244)又は先読み変動系コマンド処理(ステップC246)において設定示唆演出判定処理(図70)が行われる。また、設定示唆演出が、実行中の特図変動表示ゲームに関する演出として実行されるいずれかの演出に替えて実行するものである場合には、変動系コマンド処理の変動演出設定処理(ステップC365)において設定示唆演出判定処理(図70)が行われる。
具体的には、設定示唆演出は、例えば、実行中の特図変動表示ゲームに関する予告演出に替えて実行するものでも良く、その場合には、演出制御装置300は、例えば図71に示すような変動演出設定処理を実行する。
The setting suggestion effect is based on the display of the display device 41, the light emission of the LEDs of the frame decoration device 18 and the panel decoration device 46, the operation of the panel effect device 44, and the output of sound from the speakers 19a and 19b. Any effect that suggests the set value may be used.
Further, the setting suggestion effect is not limited to the one that is executed instead of the logo display effect that is executed at the end of the ending effect. That is, the setting suggestion effect may be any one that is executed instead of any of the effects executed on the gaming machine 10. For example, if the setting suggestion effect is to be executed instead of any of the effects performed during the fanfare effect, the setting suggestion effect determination process (FIG. 70) is executed in the fanfare effect setting process (step C402). Is If the setting suggestion effect is to be executed in place of any effect executed as an effect (pre-reading effect) relating to an unexecuted special figure change display game, a pre-reading symbol system command process (step C244) Alternatively, the setting suggestion effect determination processing (FIG. 70) is performed in the prefetch variation command processing (step C246). If the setting suggestion effect is to be executed in place of any effect executed as an effect relating to the running special figure change display game, the change effect setting process of the change command processing (step C365). , A setting suggestion effect determination process (FIG. 70) is performed.
Specifically, the setting suggestion effect may be executed, for example, in place of the announcement effect relating to the running special figure change display game. In that case, the effect control device 300 may be configured as shown in FIG. 71, for example. Execute the fluctuation effect setting process.

〔変動演出設定処理〕
図71には、上述の変動系コマンド処理における変動演出設定処理(ステップC365)の一例を示した。この変動演出設定処理では、まず、変動パターン種別がリーチなし変動であるかを判定する(ステップC381)。変動パターン種別がリーチなし変動である場合(ステップC381;Y)は、機種コード、特図種別、演出モードに対応する前半予告振分グループアドレステーブルを設定する(ステップC382)。なお、リーチなし変動であるので図柄種別は必ずはずれ図柄であり、ここでは図柄種別を特に参照しなくてもよい。なお、演出モードは、演出制御装置300が管理する遊技モードに相当し、機種によって当然異なるが、ここでは通常モード、チャンスモード、小当りRUSHなどがある。さらに、各モード内に予告演出の振り分け率や表示装置41における飾り特図変動表示ゲームの演出態様を異ならせた複数のモードを設けている。
(Variable effect setting processing)
FIG. 71 shows an example of the fluctuation effect setting processing (step C365) in the above-described fluctuation command processing. In the fluctuation effect setting process, first, it is determined whether the fluctuation pattern type is the fluctuation without reach (step C381). When the variation pattern type is the variation without reach (step C381; Y), the first-half notice distribution group address table corresponding to the model code, the special figure type, and the effect mode is set (step C382). In addition, since it is a fluctuation without a reach, the symbol type is always a lost symbol, and it is not necessary to particularly refer to the symbol type here. The effect mode corresponds to a game mode managed by the effect control device 300, and naturally depends on the model. Here, there are a normal mode, a chance mode, a small hit RUSH, and the like. Further, in each mode, there are provided a plurality of modes in which the distribution ratio of the notice effect and the effect mode of the decorative special figure variable display game on the display device 41 are different.

次に、前半予告振分グループアドレステーブルを参照して、MODE、特図種別の保留数に対応する前半予告振分グループテーブルのアドレスを取得する(ステップC383)。これにより、リーチなし変動の場合には、各変動中に出現する予告演出の抽選内容(具体的には各予告演出態様の出現率)を保留数に応じて変化させることが可能となる。その後、前半予告振分グループテーブルを使って前半変動中に出現する予告の抽選を行う(ステップC386)。   Next, referring to the first-half notice distribution group address table, an address of the first-half notice distribution group table corresponding to the MODE and the number of reservations of the special figure type is acquired (step C383). Thereby, in the case of the fluctuation without reach, it becomes possible to change the lottery content (specifically, the appearance rate of each preview production mode) of the preview production that appears during each fluctuation in accordance with the number of reservations. Thereafter, a lottery of a notice appearing during the first half change is performed using the first-half notice distribution group table (step C386).

一方、変動パターン種別がリーチなし変動でない場合(ステップC381;N)は、機種コード、特図種別、演出モード、図柄種別に対応する前半予告振分グループアドレステーブルを設定する(ステップC384)。そして、前半予告振分グループアドレステーブルを参照して、MODE、変動パターン種別に対応する前半予告振分グループテーブルのアドレスを取得し(ステップC385)、前半予告振分グループテーブルを使って前半変動中に出現する予告の抽選を行う(ステップC386)。   On the other hand, when the fluctuation pattern type is not the fluctuation without reach (step C381; N), the first-half notice distribution group address table corresponding to the model code, the special figure type, the effect mode, and the symbol type is set (step C384). Then, referring to the first-half notice distribution group address table, the first-half notice distribution group table address corresponding to the MODE and the variation pattern type is obtained (step C385), and the first-half notice distribution group table is used to change the first-half notice distribution group table. Is performed (step C386).

次に、後半変動の予告演出を抽選する。なお、特図変動表示ゲームの後半変動とはいわゆるリーチアクション(例えば、特図の複数列の表示領域のうち特定領域を除く表示領域が大当りとなる特別結果態様(特別な図柄の組合せ)で変動表示が停止していて、特定領域のみで変動表示している状態)の変動表示である。一方、特図変動表示ゲームの前半変動とはリーチアクション開始前までの変動表示である。   Next, a preliminary announcement effect of the second half change is drawn by lottery. Note that the latter half of the special figure change display game is a so-called reach action (for example, a change display in a special result mode (a special symbol combination) in which a display area other than a specific area in a plurality of rows of the special figure has a big hit). Is stopped and the variable display is performed only in the specific area). On the other hand, the first half fluctuation of the special figure fluctuation display game is a fluctuation display before the start of the reach action.

まず、機種コード、特図種別、演出モード、図柄種別に対応する後半予告振分グループアドレステーブルを設定する(ステップC387)。後半予告振分グループアドレステーブルは、後半予告振分グループテーブルのアドレスを選択するためのテーブルである。そして、後半予告振分グループアドレステーブルを参照してACTに対応する後半予告振分グループテーブルのアドレスを取得し(ステップC388)、後半予告振分グループテーブルを使って後半変動中(リーチ中)に出現する予告の抽選を行う(ステップC389)。   First, a second-half notice distribution group address table corresponding to the model code, special figure type, effect mode, and symbol type is set (step C387). The second-half notice distribution group address table is a table for selecting an address of the second-half notice distribution group table. Then, the address of the second-half advance distribution group table corresponding to ACT is acquired with reference to the second-half advance distribution group address table (step C388), and the second-half advance distribution group table is being used (during reach) using the second-half advance distribution group table. The lottery of the appearing notice is performed (step C389).

その後、MODE、ACTに対応する変動演出の内容を決定し(ステップC390)、予告抽選結果に対応する演出の内容を決定する(ステップC391)。これにより、飾り特図変動表示ゲームの変動時間や主なリーチ内容などの演出や予告が決定されることとなる。さらに、決定された特図変動表示ゲームの変動パターン(リーチ演出など)や予告内容、遊技状態も参照して停止図柄を決定する停止図柄設定処理を行う(ステップC392)。
次に、変動演出の表示設定を行い(ステップC393)、予告演出の表示設定を行う(ステップC394)。これらの処理により、上述したように設定された飾り特図変動表示ゲームでの演出や予告が実行可能となる。
Thereafter, the contents of the variable effect corresponding to MODE and ACT are determined (step C390), and the contents of the effect corresponding to the preliminary lottery result are determined (step C391). As a result, an effect and a notice such as a fluctuating time and main reach content of the decorative special figure fluctuating display game are determined. Further, a stop symbol setting process for determining a stop symbol with reference to the determined change pattern (such as reach effect) of the special figure change display game, the content of the notice, and the game state is performed (step C392).
Next, the display setting of the variable effect is performed (step C393), and the display setting of the notice effect is performed (step C394). Through these processes, it is possible to execute an effect or a notice in the decorative special figure variation display game set as described above.

その後、ステップC394で表示設定を行った予告演出の中に、設定示唆演出に変更可能な予告演出があるかを判定し(ステップC399a)、設定示唆演出に変更可能な予告演出がない場合(ステップC399a;N)は、ステップC395へ移行する。また、設定示唆演出に変更可能な予告演出がある場合(ステップC399a;Y)は、設定示唆演出判定処理を行う(ステップC399b)。これにより、例えば図70に示す設定示唆演出判定処理が行われる。
そして、設定示唆演出判定処理で設定示唆演出の実行を決定しなかった場合(ステップC399c;N)は、ステップC395へ移行する。また、設定示唆演出判定処理で設定示唆演出の実行を決定した場合(ステップC399c;Y)は、設定示唆演出に変更可能な予告演出に替えて設定示唆演出を表示設定し(ステップC399d)、ステップC395へ移行する。
Thereafter, it is determined whether or not there is a notice effect that can be changed to the setting suggestion effect among the notice effects that have been set for display in step C394 (step C399a). C399a; N) proceeds to Step C395. If there is a changeable announcement effect in the setting suggestion effect (step C399a; Y), a setting suggestion effect determination process is performed (step C399b). Thus, for example, a setting suggestion effect determination process shown in FIG. 70 is performed.
If the setting suggestion effect determination processing has not determined the execution of the setting suggestion effect (step C399c; N), the process proceeds to step C395. If the setting suggestion effect is determined to be executed in the setting suggestion effect determination process (step C399c; Y), the setting suggestion effect is displayed and set in place of the notice effect that can be changed to the setting suggestion effect (step C399d). Move to C395.

例えば、設定示唆演出に変更可能な予告演出が、リーチ中にメインキャラクタを表示する演出であり、設定示唆演出が、リーチ中に設定示唆用のキャラクタを表示する演出である場合には、予告演出に替えて設定示唆演出が表示設定されることで、メインキャラクタに替えて設定示唆用のキャラクタがリーチ中に出現することとなる。これにより、遊技者に、設定示唆演出が実行されたこと、すなわち、過去又は現在の大当り確率の値(確率値)が比較的高いことを示唆することが可能となる。   For example, if the notice effect that can be changed to the setting suggestion effect is an effect that displays the main character during the reach, and the setting suggestion effect is an effect that displays the character for setting suggestion during the reach, the advance effect When the setting suggestion effect is displayed and set instead of, a character for setting suggestion appears in the reach in place of the main character. This makes it possible to indicate to the player that the setting suggestion effect has been executed, that is, that the value of the past or present big hit probability (probability value) is relatively high.

次いで、特図種別に対応する保留減少の表示設定を行う(ステップC395)。この処理では特図変動表示ゲームを開始する際に対応する始動記憶の減少に対応して飾り特図始動記憶表示を減少させる設定を行う。
そして、BGMの番号である音番号、装飾ランプ等による演出の種類を示す番号である装飾番号を設定し(ステップC396)、特図種別に対応する飾り特図変動(識別情報の変動表示)の表示設定を行う(ステップC397)。さらに、識別情報の変動表示とは別に飾り特図変動表示ゲームを表示する第4図柄の変動表示を設定するために、特図種別に対応する第4図柄変動の表示設定を行い(ステップC398)、変動演出設定処理を終了する。
Next, the display setting of the hold reduction corresponding to the special figure type is performed (step C395). In this process, a setting is made to decrease the decorative special figure start storage display corresponding to the decrease in the start memory corresponding to the start of the special figure change display game.
Then, a sound number, which is a BGM number, and a decoration number, which is a number indicating the type of effect by a decoration lamp or the like, are set (step C396). Display setting is performed (step C397). Further, in order to set a variation display of the fourth symbol for displaying the decoration special figure variation display game separately from the variation display of the identification information, the display setting of the fourth symbol variation corresponding to the special figure type is performed (step C398). Then, the variable effect setting process ends.

また、設定示唆演出は、操作手段(演出ボタン25やタッチパネル29)に対する所定操作があった場合に実行するものであっても良い。具体的には、設定示唆演出は、エンディング演出の最後に実行されるロゴ表示演出中に操作手段に対する所定操作があった場合に実行するものでも良く、その場合には、演出制御装置300は、図69に示すエンディング演出設定処理に替えて、例えば図72(a)に示すようなエンディング演出設定処理を実行する。   The setting suggestion effect may be executed when a predetermined operation is performed on the operation means (the effect button 25 or the touch panel 29). Specifically, the setting suggestion effect may be executed when a predetermined operation is performed on the operation means during the logo display effect executed at the end of the ending effect. In that case, the effect control device 300 In place of the ending effect setting process shown in FIG. 69, for example, an ending effect setting process as shown in FIG. 72 (a) is executed.

〔エンディング演出設定処理〕
図72(a)には、上述の大当り系コマンド処理におけるエンディング演出設定処理(ステップC411)の変形例を示した。このエンディング演出設定処理では、設定示唆演出判定処理で設定示唆演出の実行が決定した場合(ステップC454;Y)に、ロゴ表示演出から設定示唆演出への変更予約、すなわちロゴ表示演出中に操作手段に対する所定操
作があった際には実行中のロゴ表示演出を終了して設定示唆演出を開始することの予約を設定する(ステップC456)。
このように変更予約を設定することによって、ロゴ表示演出の実行中に操作手段に対する所定操作があった際には当該ロゴ表示演出に替えて設定示唆演出が実行されて、例えば、ロゴの表示色が、ホール設定画面の「ロゴカラー設定」で設定された色から設定示唆用の色に変化することとなる。これにより、遊技者に、設定示唆演出が実行されたこと、すなわち、過去又は現在の大当り確率の値(確率値)が比較的高いことを示唆することが可能となる。
[Ending effect setting process]
FIG. 72 (a) shows a modified example of the ending effect setting process (step C411) in the above-described big hit command process. In this ending effect setting process, when the setting suggestion effect execution is determined in the setting suggestion effect determination process (step C454; Y), a change reservation from the logo display effect to the setting suggestion effect, that is, the operation means during the logo display effect When a predetermined operation has been performed, a reservation is set to end the running logo display effect and start a setting suggestion effect (step C456).
By setting the change reservation in this manner, when a predetermined operation is performed on the operation means during execution of the logo display effect, a setting suggestion effect is executed instead of the logo display effect, and, for example, the display color of the logo is displayed. Changes from the color set in the “logo color setting” on the hall setting screen to a color for setting suggestion. This makes it possible to indicate to the player that the setting suggestion effect has been executed, that is, that the value of the past or present big hit probability (probability value) is relatively high.

また、設定示唆演出は、実行予定の演出に替えて実行される演出に限定されず、例えば、実行予定の演出に加えて実行される演出であっても良い。具体的には、設定示唆演出は、エンディング演出中に追加で実行される演出であっても良く、その場合には、演出制御装置300は、図69に示すエンディング演出設定処理に替えて、例えば図72(b)に示すようなエンディング演出設定処理を実行する。   Further, the setting suggestion effect is not limited to the effect executed in place of the effect to be executed, but may be, for example, an effect executed in addition to the effect to be executed. Specifically, the setting suggestion effect may be an effect additionally executed during the ending effect, in which case the effect control device 300 replaces the ending effect setting process shown in FIG. 69 with, for example, An ending effect setting process as shown in FIG. 72 (b) is executed.

〔エンディング演出設定処理〕
図72(b)には、上述の大当り系コマンド処理におけるエンディング演出設定処理(ステップC411)の変形例を示した。このエンディング演出設定処理では、まず、当り種類情報等に基づいてエンディング演出を設定し(ステップC451)、設定示唆演出を実行するか否か決定するための設定示唆演出抽選を行う(ステップC457a)。そして、設定示唆演出抽選に当選しなかった場合(ステップC457b;N)は、エンディング演出設定処理を終了し、設定示唆演出抽選に当選した場合(ステップC457b;Y)は、設定示唆演出判定処理を行う(ステップC453)。
[Ending effect setting process]
FIG. 72 (b) shows a modification of the ending effect setting process (step C411) in the above-described big hit command processing. In the ending effect setting process, first, an ending effect is set based on the hit type information or the like (step C451), and a setting suggestion effect lottery for determining whether to execute the setting suggestion effect is performed (step C457a). If the setting suggestion effect lottery has not been won (step C457b; N), the ending effect setting process is terminated. If the setting suggestion effect lottery has been won (step C457b; Y), the setting suggestion effect determination process is performed. Perform (Step C453).

そして、設定示唆演出判定処理で設定示唆演出の実行を決定しなかった場合(ステップC454;N)は、エンディング演出設定処理を終了し、設定示唆演出判定処理で設定示唆演出の実行を決定した場合(ステップC454;Y)は、設定示唆演出を設定して(ステップC457c)、エンディング演出設定処理を終了する。例えば、設定示唆演出が、盤装飾装置46のLEDのうち始動入賞口36又は普通変動入賞装置37を装飾するLEDを点滅させる演出である場合には、設定示唆演出の設定(ステップC457c)によって、エンディング演出中の所定のタイミングで始動入賞口36又は普通変動入賞装置37を装飾するLEDが点滅することとなる。これにより、遊技者に、設定示唆演出が実行されたこと、すなわち、過去又は現在の大当り確率の値(確率値)が比較的高いことを示唆することが可能となる。
ここで、図72(b)に示すエンディング演出設定処理においてステップC457a〜C457bの処理は省略しても良い。
また、図72(b)に示すエンディング演出設定処理において、設定示唆演出を設定する処理(ステップC457c)に替えて、設定示唆演出の実行予約を設定する処理、すなわちエンディング演出中に操作手段に対する所定操作があった際には設定示唆演出を開始することの予約を設定する処理を行っても良い。
If the setting suggestion effect determination process has not determined the execution of the setting suggestion effect (step C454; N), the ending effect setting process ends, and the setting suggestion effect determination process has been determined in the setting suggestion effect determination process. In (Step C454; Y), a setting suggestion effect is set (Step C457c), and the ending effect setting process ends. For example, when the setting suggestion effect is an effect of blinking the LED for decorating the starting winning opening 36 or the normal fluctuation winning device 37 among the LEDs of the board decoration device 46, the setting suggestion effect is set (step C457c). At a predetermined timing during the ending effect, the LED for decorating the starting winning port 36 or the normal variable winning device 37 blinks. This makes it possible to indicate to the player that the setting suggestion effect has been executed, that is, that the value of the past or present big hit probability (probability value) is relatively high.
Here, in the ending effect setting process shown in FIG. 72 (b), the processes of steps C457a to C457b may be omitted.
Further, in the ending effect setting process shown in FIG. 72 (b), a process of setting a setting suggestion effect execution reservation, that is, a process for setting a setting suggestion effect execution reservation, that is, a predetermined process for the operation means during the ending effect When an operation is performed, a process of setting a reservation for starting a setting suggestion effect may be performed.

また、遊技機10において実行可能な設定示唆演出の種類(内容)は、1種類であっても良いし、複数種類であっても良い。
設定示唆演出の種類が複数種類である場合には、ホール設定画面(ホール設定モード時に表示装置41に表示される画面)から、設定示唆演出の種類を指定するための指定画面へ移行するよう構成することも可能である。具体的には、例えば図73(a)に示すように、「設定示唆演出」の項目にカーソルが位置している状態であって、当該項目において「ON」が選択されている状態において、例えば演出ボタン25上面のタッチパネル29の中央部に触れる操作が行われた場合に、設定示唆演出の種類を指定するための指定画面が表示される。なお、遊技者設定画面(遊技者設定モード時に表示装置41に表示される画面)からも、設定示唆演出の種類を指定するための指定画面へ移行するよう構成しても良い。
The type (contents) of the setting suggestion effect executable in the gaming machine 10 may be one type or a plurality of types.
When there are a plurality of types of setting suggestion effects, the configuration is changed from a hall setting screen (a screen displayed on the display device 41 in the hall setting mode) to a designation screen for specifying the type of setting suggestion effect. It is also possible. Specifically, for example, as shown in FIG. 73A, in a state where the cursor is positioned on the item of “setting suggestion effect” and “ON” is selected in the item, for example, When an operation of touching the center of the touch panel 29 on the upper surface of the effect button 25 is performed, a designation screen for designating the type of the setting suggestion effect is displayed. Note that a configuration may also be adopted in which a transition is made from the player setting screen (the screen displayed on the display device 41 in the player setting mode) to the designation screen for designating the type of the setting suggestion effect.

この指定画面では、例えば図73(b)に示すように、設定示唆演出の種類を囲むように強調表示するカーソルにより現在選択されている種類が示されるようになっており、図73(b)に示す例では「曜日高設定示唆」にカーソルが位置している。
ここで、図73(b)に例示する設定示唆演出の種類のうち「一か月平均示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から現在日を含む直近一か月(あるいは現在日を含まない直近一か月であっても良い)で設定された各確率設定値を抽出し、これらの確率設定値の平均値を算出して当該平均値に応じた態様で実行される演出である。これにより、当該遊技機10における普段の確率設定値の傾向を示唆することができる。
あるいは、「一か月平均示唆」は、現在日を含む直近一か月(あるいは現在日を含まない直近一か月であっても良い)の確率設定値の平均値が所定値以上であった場合に実行される演出であっても良い。これにより、当該遊技機10では普段から確率設定値が比較的高いことを示唆することができる。
In this designation screen, for example, as shown in FIG. 73 (b), the currently selected type is indicated by a cursor highlighted so as to surround the type of the setting suggestion effect. In the example shown in (1), the cursor is positioned at "day of week setting suggestion".
Here, among the types of setting suggestion effects illustrated in FIG. 73 (b), “one month average suggestion” indicates, for example, the most recent month (including the current date) from the setting history (the setting history area of the FeRAM 323). Alternatively, each probability set value set in the last month that does not include the current date may be extracted, an average value of these probability set values is calculated, and the process is executed in a mode corresponding to the average value. It is a directing. Thereby, the tendency of the usual probability set value in the gaming machine 10 can be suggested.
Alternatively, the “one-month average suggestion” indicates that the average value of the probability setting values of the latest month including the current day (or the last month that does not include the current day) is equal to or more than a predetermined value. The effect may be performed in the case. Thereby, it can be suggested that the probability setting value is relatively high in the gaming machine 10 from usual.

また、図73(b)に例示する設定示唆演出の種類のうち「一週間平均示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から現在日を含む直近一週間(あるいは現在日を含まない直近一週間であっても良い)で設定された各確率設定値を抽出し、これらの確率設定値の平均値を算出して当該平均値に応じた態様で実行される演出である。これにより、当該遊技機10における今週の確率設定値の傾向を示唆することができる。
あるいは、「一週間平均示唆」は、現在日を含む直近一週間(あるいは現在日を含まない直近一週間であっても良い)の確率設定値の平均値、すなわち今週の確率設定値の平均値が先週の確率設定値の平均値よりも高い場合に実行される演出であっても良い。これにより、当該遊技機10では今週の方が先週よりも確率設定値が高いことを示唆することができる。
In addition, among the types of setting suggestion effects illustrated in FIG. 73 (b), “one week average suggestion” indicates, for example, the latest one week (or the current day) including the current day from the setting history (area for setting history in FeRAM 323). This may be the latest one week that does not include the above), the probability setting values set in the last one week are extracted, the average value of these probability setting values is calculated, and the execution is performed in a mode according to the average value. . Thereby, it is possible to suggest a tendency of the probability set value of the gaming machine 10 for this week.
Alternatively, the “one week average suggestion” is the average of the probability settings for the last week including the current day (or the last week that does not include the current day), that is, the average of the probability settings for the current week. Is higher than the average value of the probability setting values of the last week. Thereby, it can be suggested that the probability setting value of this gaming machine 10 is higher this week than last week.

また、図73(b)に例示する設定示唆演出の種類のうち「一週間高設定示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から現在日を含む直近一週間(あるいは現在日を含まない直近一週間であっても良い)で設定された各確率設定値を抽出し、これらの確率設定値の中に所定の閾値以上の確率設定値がある場合に実行される演出である。すなわち、前述の“期間設定示唆演出”と同一である。これにより、当該遊技機10では今週のいずれかに比較的高い確率設定値が設定されたことを示唆することができる。   Further, among the types of setting suggestion effects illustrated in FIG. 73 (b), “one week high setting suggestion” indicates, for example, the most recent week (or the current week) including the current date from the setting history (the setting history area of the FeRAM 323). (It may be the last week that does not include the day) The probability set values set in the last week are extracted, and the effect is executed when there is a probability set value equal to or greater than a predetermined threshold value among these probability set values. is there. That is, it is the same as the “period setting suggestion effect” described above. Thereby, it is possible to indicate that a relatively high probability set value has been set in any of the gaming machines 10 this week.

また、図73(b)に例示する設定示唆演出の種類のうち「曜日平均示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から所定の曜日(例えば現在の曜日と同じ曜日)に設定された各確率設定値を抽出し、これらの確率設定値の平均値を算出して当該平均値に応じた態様で実行される演出である。これにより、当該遊技機10における所定の曜日の確率設定値の傾向を示唆することができる。
あるいは、「曜日平均示唆」は、所定の曜日の確率設定値の平均値が所定値以上であった場合に実行される演出であっても良い。これにより、当該遊技機10では所定の曜日の確率設定値が比較的高いことを示唆することができる。
Further, among the types of setting suggestion effects illustrated in FIG. 73 (b), “average day suggestion” indicates, for example, a predetermined day of the week (for example, the same day as the current day of the week) from the setting history (the area for setting history in the FeRAM 323). Is an effect performed by extracting each probability set value set in the above, calculating an average value of these probability set values, and executing in a manner according to the average value. Thereby, the tendency of the probability set value for the predetermined day of the week in the gaming machine 10 can be suggested.
Alternatively, the “day-of-week average suggestion” may be an effect that is executed when the average value of the probability setting values on a predetermined day is equal to or greater than a predetermined value. Thereby, it can be suggested that the probability setting value of the predetermined day of the week is relatively high in the gaming machine 10.

また、図73(b)に例示する設定示唆演出の種類のうち「曜日高設定示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から所定の曜日に設定された各確率設定値を抽出し、これらの確率設定値の中に所定の閾値以上の確率設定値がある場合に実行される演出である。すなわち、前述の“曜日設定示唆演出”と同一である。これにより、当該遊技機10では所定の曜日に比較的高い確率設定値が設定されやすいことを示唆することができる。   In addition, among the types of setting suggestion effects illustrated in FIG. 73B, “day of week setting suggestion” indicates, for example, each probability setting value set on a predetermined day of the week from a setting history (a setting history area of the FeRAM 323). Is an effect that is executed when a probability set value equal to or more than a predetermined threshold value is included in these probability set values. That is, it is the same as the aforementioned “day of the week setting suggestion effect”. Thereby, it can be suggested that a relatively high probability set value is likely to be set on a predetermined day of the week in the gaming machine 10.

また、図73(b)に例示する設定示唆演出の種類のうち「3のつく日平均示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から3のつく日(3日、13日、23日)に設定された各確率設定値を抽出し、これらの確率設定値の平均値を算出して当該平均値に応じた態様で実行される演出である。これにより、当該遊技機10における3のつく日の確率設定値の傾向を示唆することができる。
また、図73(b)に例示する設定示唆演出の種類のうち「3のつく日高設定示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から3のつく日(3日、13日、23日)に設定された各確率設定値を抽出し、これらの確率設定値の中に所定の閾値以上の確率設定値がある場合に実行される演出である。これにより、当該遊技機10では3のつく日に比較的高い確率設定値が設定されやすいことを示唆することができる。
なお、3以外の数字がつく日の平均や高設定を示唆することも可能であり、例えば、現在日についている数字と同じ数字がつく日の平均や高設定を示唆しても良い。また、どの数字がつく日にするかをホール設定画面等で選択できるようにすることも可能である。
In addition, among the types of setting suggestion effects illustrated in FIG. 73 (b), “daily average suggestion with 3” indicates, for example, the date on which 3 is added (3rd, 13th) from the setting history (the setting history area of the FeRAM 323). Day, 23rd), an effect is executed in which the respective probability set values set on the day are extracted, the average value of these probability set values is calculated, and the average value is executed in a manner corresponding to the average value. Thereby, it is possible to suggest a tendency of the probability set value of the game machine 10 on the third day.
In addition, among the types of setting suggestion effects illustrated in FIG. 73 (b), “Hidden setting suggestion with 3” is, for example, a date on which 3 is added from the setting history (the setting history area of the FeRAM 323). This is an effect that is executed when the probability set values set on the 13th and 23rd) are extracted, and among these probability set values, the probability set values equal to or greater than a predetermined threshold value are included. Thereby, it can be suggested that a relatively high probability set value is likely to be set in the gaming machine 10 on the third day.
Note that it is also possible to suggest an average or a high setting for a day with a number other than 3, for example, an average or a high setting for a day with the same number as the number on the current day. In addition, it is also possible to select which date is to be assigned on a hall setting screen or the like.

また、図73(b)に例示する設定示唆演出の種類のうち「据え置き示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から現在の確率設定値と前日の確率設定値を抽出し、これらが同一である場合に実行される演出である。これにより、当該遊技機10では現在の確率設定値と前日の確率設定値とが同一であることを示唆することができる。
また、図73(b)に例示する設定示唆演出の種類のうち「変更示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から現在の確率設定値と前日の確率設定値を抽出し、これらが異なる場合に実行される演出である。これにより、当該遊技機10では現在の確率設定値と前日の確率設定値とが異なることを示唆することができる。
In addition, among the types of setting suggestion effects illustrated in FIG. 73 (b), “deferred suggestion” means, for example, extracting the current probability setting value and the previous day's probability setting value from the setting history (area for setting history in the FeRAM 323). However, this is an effect performed when these are the same. Thereby, in the gaming machine 10, it can be suggested that the current probability setting value and the probability setting value of the previous day are the same.
In addition, among the types of setting suggestion effects illustrated in FIG. 73 (b), “change suggestion” means, for example, extracting the current probability setting value and the previous day's probability setting value from the setting history (the setting history area of the FeRAM 323). However, these are effects that are executed when they are different. Thereby, in the gaming machine 10, it can be suggested that the current probability set value is different from the previous day's probability set value.

また、図73(b)に例示する設定示唆演出の種類のうち「大幅変更示唆」は、例えば、設定履歴(FeRAM323の設定履歴用の領域)から現在の確率設定値と前日の確率設定値を抽出し、これらの差が2段階以上である場合に実行される演出である。これにより、当該遊技機10では現在の確率設定値と前日の確率設定値とが大幅に異なることを示唆することができる。さらに、設定示唆演出の種類として「大幅変更示唆」を選択することで、例えば、当該遊技機10における前日の確率設定値が設定2であることが濃厚であった場合には、遊技者は、設定示唆演出の出現によって、現在の確率設定値が設定4以上であることが濃厚であると判断することができる。   In addition, among the types of setting suggestion effects illustrated in FIG. 73B, “significant change suggestion” indicates, for example, the current probability setting value and the previous day's probability setting value from the setting history (the setting history area of the FeRAM 323). This is an effect that is extracted and executed when these differences are two or more stages. Thereby, in the gaming machine 10, it can be suggested that the current probability setting value is significantly different from the previous day's probability setting value. Further, by selecting “significant change suggestion” as the type of the setting suggestion effect, for example, when the probability setting value of the previous day in the gaming machine 10 is set to 2, it is determined that the player: With the appearance of the setting suggestion effect, it can be determined that the current probability setting value is equal to or more than the setting 4 which is rich.

図73(b)に示す指定画面を表示可能である場合には、図70に示す設定示唆演出判定処理に替えて、例えば図74に示す設定示唆演出判定処理が実行される。この設定示唆演出判定処理では、まず、設定示唆演出を実行するか否か決定するための乱数抽選を行う(ステップC470)。そして、乱数抽選に当選しなかった場合(ステップC471;N)は、設定示唆演出判定処理を終了し、乱数抽選に当選した場合(ステップC471;Y)は、ステップC463の処理に移行する。
そして、FeRAM323の設定示唆演出用の領域に記憶されている設定履歴記録のON/OFF(有無)がOFFである場合(ステップC464;Y)、すなわち確率設定値の設定履歴が記憶されていない場合は、FeRAM323の確率設定値用の領域に記憶されている確率設定値(すなわち現在の確率設定値)が所定の閾値(例えば設定4)以上であれば設定示唆演出の実行を決定して(ステップC474)、設定示唆演出判定処理を終了する。すなわち、この場合、現在の確率設定値が所定の閾値以上でない場合には設定示唆演出の実行を決定せずに、設定示唆演出判定処理を終了することとなる。
When the designation screen shown in FIG. 73B can be displayed, for example, a setting suggestion effect determination process shown in FIG. 74 is executed instead of the setting suggestion effect determination process shown in FIG. In the setting suggestion effect determination process, first, a random number lottery for determining whether to execute the setting suggestion effect is performed (step C470). When the random number lottery has not been won (step C471; N), the setting suggestion effect determination processing ends, and when the random number lottery has been won (step C471; Y), the process proceeds to step C463.
When ON / OFF (presence / absence) of the setting history record stored in the setting suggestive effect area of the FeRAM 323 is OFF (step C464; Y), that is, when the setting history of the probability set value is not stored Determines that the setting suggestion effect is to be executed if the probability setting value (that is, the current probability setting value) stored in the probability setting value area of the FeRAM 323 is equal to or greater than a predetermined threshold (for example, setting 4) (step C474), the setting suggestion effect determination processing ends. That is, in this case, if the current probability setting value is not equal to or greater than the predetermined threshold, the setting suggestion effect determination process ends without determining the execution of the setting suggestion effect.

一方、設定履歴記録がONである場合(ステップC464;N)は、FeRAM323の設定示唆演出用の領域に記憶されている設定示唆演出の内容が「一か月平均示唆」、「一週間平均」、「曜日平均示唆」及び「3のつく日平均示唆」のいずれかであるかを判定する(ステップC472)。そして、「一か月平均示唆」、「一週間平均」、「曜日平均示唆」及び「3のつく日平均示唆」のいずれかである場合(ステップC472;Y)は、設定履歴(FeRAM323の設定履歴用の領域)から対象の確率設定値を抽出し、これらの平均値が所定の閾値(例えば設定4)以上であれば設定示唆演出の実行を決定して(ステップC473)、設定示唆演出判定処理を終了する。すなわち、この場合、対象の確率設定値の平均値が所定の閾値以上でない場合には設定示唆演出の実行を決定せずに、設定示唆演出判定処理を終了することとなる。また、対象の確率設定値とは、「一か月平均示唆」の場合は、現在日を含む直近一か月(あるいは現在日を含まない直近一か月であっても良い)で設定された各確率設定値であり、「一週間平均示唆」の場合は、現在日を含む直近一週間(あるいは現在日を含まない直近一週間であっても良い)で設定された各確率設定値であり、「曜日平均示唆」の場合は、所定の曜日(例えば現在の曜日と同じ曜日)に設定された各確率設定値であり、「3のつく日平均示唆」の場合は、3のつく日(3日、13日、23日)に設定された各確率設定値である。   On the other hand, when the setting history record is ON (step C464; N), the contents of the setting suggestion effect stored in the setting suggestion effect region of the FeRAM 323 are “one month average suggestion” and “one week average”. , “Day of week average suggestion” or “daily average suggestion with 3” is determined (step C472). If it is one of “one month average suggestion”, “one week average”, “day of week average suggestion”, and “daily average suggestion with 3” (step C472; Y), the setting history (setting of FeRAM 323) The target probability set values are extracted from the history area), and if the average value is equal to or larger than a predetermined threshold (for example, setting 4), the setting suggestion effect is determined to be executed (step C473), and the setting suggestion effect determination is performed. The process ends. That is, in this case, if the average value of the target probability setting values is not equal to or greater than the predetermined threshold, the setting suggestion effect determination process ends without determining the execution of the setting suggestion effect. In addition, in the case of “one-month average suggestion”, the target probability setting value is set in the most recent month including the current day (or may be the most recent month not including the current day). It is each probability setting value, and in the case of "one week average suggestion", it is each probability setting value set in the latest week including the current day (or may be the latest week not including the current day) In the case of “day of week suggestion”, it is the probability setting value set for a predetermined day of the week (for example, the same day of the week as the current day of the week). (3 days, 13 days, and 23 days).

また、「一か月平均示唆」、「一週間平均示唆」、「曜日平均示唆」及び「3のつく日平均示唆」のいずれでもない場合(ステップC472;N)は、FeRAM323の設定示唆演出用の領域に記憶されている設定示唆演出の内容が「一週間高設定示唆」、「曜日高設定示唆」及び「3のつく日高設定示唆」のいずれかであるかを判定する(ステップC475)。そして、「一週間高設定示唆」、「曜日高設定示唆」及び「3のつく日高設定示唆」のいずれかである場合(ステップC475;Y)は、設定履歴(FeRAM323の設定履歴用の領域)から対象の確率設定値を抽出し、これらの中に所定の閾値(例えば設定4)以上の確率設定値があれば設定示唆演出の実行を決定して(ステップC476)、設定示唆演出判定処理を終了する。すなわち、この場合、対象の確率設定値の中に所定の閾値以上の確率設定値がない場合には設定示唆演出の実行を決定せずに、設定示唆演出判定処理を終了することとなる。また、対象の確率設定値とは、「一週間高設定示唆」の場合は、現在日を含む直近一週間(あるいは現在日を含まない直近一週間であっても良い)で設定された各確率設定値であり、「曜日高設定示唆」の場合は、所定の曜日(例えば現在の曜日と同じ曜日)に設定された各確率設定値であり、「3のつく日高設定示唆」の場合は、3のつく日(3日、13日、23日)に設定された各確率設定値である。   If it is not one of “one month average suggestion”, “one week average suggestion”, “day of week average suggestion” and “daily average suggestion with 3” (step C472; N), the setting suggestion effect of FeRAM 323 is performed. It is determined whether the content of the setting suggestion effect stored in the area is any of “one week high setting suggestion”, “day of the week high setting suggestion”, and “three-day high setting suggestion” (step C475). . If it is any of “one week high setting suggestion”, “day high setting suggestion”, and “three day high setting suggestion” (step C475; Y), the setting history (setting history area of FeRAM 323) ), The target probability set values are extracted, and if there is a probability set value equal to or more than a predetermined threshold (for example, setting 4), the execution of the setting suggestion effect is determined (step C476), and the setting suggestion effect determination process is performed. To end. That is, in this case, if there is no probability setting value equal to or greater than the predetermined threshold value among the target probability setting values, the setting suggestion effect determination process ends without determining the execution of the setting suggestion effect. In addition, in the case of “one week high setting suggestion”, the probability setting value of the object is each probability set in the most recent week including the current day (or may be the most recent week not including the current day). In the case of "suggest day setting", it is a probability setting value set on a predetermined day of the week (for example, the same day as the current day). , Are the probability setting values set on the day with 3 (3rd, 13th, and 23rd).

また、「一週間高設定示唆」、「曜日高設定示唆」及び「3のつく日高設定示唆」のいずれでもない場合(ステップC475;N)は、FeRAM323の設定示唆演出用の領域に記憶されている設定示唆演出の内容が「据え置き示唆」であるかを判定する(ステップC477)。そして、「据え置き示唆」である場合(ステップC477;Y)は、設定履歴(FeRAM323の設定履歴用の領域)から現在の確率設定値と前日の確率設定値を抽出し、これらが同一であれば設定示唆演出の実行を決定して(ステップC478)、設定示唆演出判定処理を終了する。すなわち、この場合、現在の確率設定値と前日の確率設定値が同一でない場合には設定示唆演出の実行を決定せずに、設定示唆演出判定処理を終了することとなる。   In addition, when none of “one week high setting suggestion”, “day high setting suggestion”, and “three day high setting suggestion” is present (step C475; N), it is stored in the setting suggestion effect area of the FeRAM 323. It is determined whether or not the content of the setting suggestion effect is “deferred suggestion” (step C477). If it is “deferred suggestion” (step C477; Y), the current probability setting value and the previous day's probability setting value are extracted from the setting history (the setting history area of the FeRAM 323). The execution of the setting suggestion effect is determined (step C478), and the setting suggestion effect determination process ends. That is, in this case, if the current probability setting value and the probability setting value of the previous day are not the same, the setting suggestion effect determination process ends without determining the execution of the setting suggestion effect.

また、「据え置き示唆」でない場合(ステップC477;N)は、FeRAM323の設定示唆演出用の領域に記憶されている設定示唆演出の内容が「変更示唆」であるかを判定する(ステップC479)。そして、「変更示唆」である場合(ステップC479;Y)は、設定履歴(FeRAM323の設定履歴用の領域)から現在の確率設定値と前日の確率設定値を抽出し、これらが同一でなければ設定示唆演出の実行を決定して(ステップC480)、設定示唆演出判定処理を終了する。すなわち、この場合、現在の確率設定値と前日の確率設定値が同一である場合には設定示唆演出の実行を決定せずに、設定示唆演出判定処理を終了することとなる。   If it is not “deferred suggestion” (step C477; N), it is determined whether the content of the setting suggestive effect stored in the setting suggestive effect area of the FeRAM 323 is “change suggestion” (step C479). If it is "change suggestion" (step C479; Y), the current probability setting value and the previous day's probability setting value are extracted from the setting history (the setting history area of the FeRAM 323). The execution of the setting suggestion effect is determined (step C480), and the setting suggestion effect determination process ends. That is, in this case, if the current probability setting value and the probability setting value of the previous day are the same, the setting suggestion effect determination process ends without determining the execution of the setting suggestion effect.

また、「変更示唆」でない場合(ステップC479;N)、すなわちFeRAM323の設定示唆演出用の領域に記憶されている設定示唆演出の内容が「大幅変更示唆」である場合は、設定履歴(FeRAM323の設定履歴用の領域)から現在の確率設定値と前日の確率設定値を抽出し、これらの差が2段階以上であれば設定示唆演出の実行を決定して(ステップC481)、設定示唆演出判定処理を終了する。すなわち、この場合、現在の確率設定値と前日の確率設定値の差が2段階以上でない場合には設定示唆演出の実行を決定せずに、設定示唆演出判定処理を終了することとなる。
なお、図72(b)に示すエンディング演出設定処理における設定示唆演出判定処理(ステップC453)として図74に示す設定示唆演出判定処理を行う場合には、ステップC457a〜ステップC457bの処理が省略される。
If the setting suggestion effect is not “change suggestion” (step C479; N), that is, if the setting suggestion effect content stored in the setting suggestion effect region of the FeRAM 323 is “significant change suggestion”, the setting history (FeRAM 323 The current probability setting value and the probability setting value of the previous day are extracted from the setting history area), and if the difference between the current probability setting value and the previous day's probability setting value is two or more, the execution of the setting suggestion effect is determined (step C481), and the setting suggestion effect determination is performed. The process ends. That is, in this case, if the difference between the current probability setting value and the previous day's probability setting value is not two or more steps, the setting suggestion effect determination process ends without determining the execution of the setting suggestion effect.
When the setting suggestion effect determination processing shown in FIG. 74 is performed as the setting suggestion effect determination processing (step C453) in the ending effect setting processing shown in FIG. 72 (b), the processing of steps C457a to C457b is omitted. .

また、設定示唆演出は、所定のタイミングで設定履歴カレンダーを表示する演出であっても良い。これにより、「曜日高設定示唆」、「一週間高設定示唆」、「3のつく日高設定示唆」、「据え置き示唆」、「変更示唆」、「大幅変更示唆」を一度に行うことが可能となる。
設定示唆演出が設定履歴カレンダーを表示する演出である場合、表示する設定履歴カレンダーは、例えば図75(a)に示すように、確率設定値を曖昧に示唆するものであることが好ましい。図75(a)に示す例では、例えば図75(b)に示すように、設定1から3のいずれかが設定された日が青色で塗られ、設定4から6のいずれかが設定された日が赤色で塗られ、さらに、そのうちのいずれかが紫色に変更されている。
また、図75(a)に示すような設定履歴カレンダーを、設定示唆演出として表示することに替えて(あるいは加えて)、図75(a)に示すような設定履歴カレンダーを、例えば、客待ち中などの所定期間中に遊技者が所定の操作を行った際に表示するようにしても良い。
The setting suggestion effect may be an effect of displaying a setting history calendar at a predetermined timing. As a result, it is possible to perform the "Day of the week high setting suggestion", "Weekly high setting suggestion", "3 day high setting suggestion", "Deferral suggestion", "Change suggestion", "Large change suggestion" at a time Becomes
When the setting suggestion effect is an effect for displaying a setting history calendar, it is preferable that the setting history calendar to be displayed vaguely suggests a probability setting value, for example, as shown in FIG. In the example shown in FIG. 75 (a), for example, as shown in FIG. 75 (b), the day on which any of the settings 1 to 3 is set is painted in blue, and any of the settings 4 to 6 is set. The days are painted red and one of them has been changed to purple.
Further, instead of (or in addition to) displaying the setting history calendar as shown in FIG. 75A as a setting suggestive effect, a setting history calendar as shown in FIG. It may be displayed when a player performs a predetermined operation during a predetermined period such as a middle period.

以上のことから、本実施形態の遊技機10は、ゲーム(特図変動表示ゲーム)の結果が特別結果となった場合に遊技者に有利な特別遊技状態を発生可能な遊技機において、ゲームの抽選に用いる確率値が割り当てられた複数の確率設定値のうち一の確率設定値を設定する設定手段(遊技制御装置100)と、設定手段によって設定された確率設定値を設定履歴として記憶する記憶手段(演出制御装置300(FeRAM323))と、設定履歴として記憶されている確率設定値のうち所定のパラメータ(例えば、曜日、一週間、当日のみ、一か月、3のつく日、当日と前日)に対応する確率設定値に基づいて、確率設定値に関する示唆演出(設定示唆演出)を実行する実行手段(演出制御装置300)と、を備えるよう構成されている。
このように構成することで、現在の確率設定値に基づく示唆演出だけでなく、過去の確率設定値に基づく示唆演出も実行可能となるため、示唆演出の実行によって、確率設定値が変更可能な機種である旨や、普段から確率設定値を変更している旨など、確率設定値に関して遊技者に効果的にアピールすることができる。
As described above, the gaming machine 10 of the present embodiment is a gaming machine that can generate a special gaming state advantageous to the player when the result of the game (special figure variation display game) is a special result. Setting means (game control device 100) for setting one probability setting value among a plurality of probability setting values to which probability values used for the lottery are assigned, and storage for storing the probability setting value set by the setting means as a setting history. Means (effect control device 300 (FeRAM 323)) and predetermined parameters (for example, day of the week, one week, only the day, one month, three days, three days, and the previous day) among the probability setting values stored as the setting history ) On the basis of the probability set value corresponding to the probability set value (execution control device 300).
With this configuration, not only the suggestion effect based on the current probability setting value but also the suggestion effect based on the past probability setting value can be executed, and the probability setting value can be changed by executing the suggestion effect. It is possible to effectively appeal to the player regarding the probability setting value, such as the fact that the device is a model or that the probability setting value has been changed from usual.

また、本実施形態の遊技機10は、設定履歴を記憶するか否かをホールスタッフ(例えば、遊技店の店員のうち、設定キーを所持し設定変更操作を行うことが可能な責任者クラスの店員)が選択するための第1選択手段(タッチパネル29)と、示唆演出(設定示唆演出)を実行可能とするか否かをホールスタッフが選択するための第2選択手段(タッチパネル29)と、を備えるよう構成されている(図68(b)参照)。
このように構成することで、示唆演出を実行するか否か、実行する示唆演出を現在の確率設定値のみを示唆する演出にするか過去の確率設定値も示唆する演出にするかを、任意で選択できるため、ホールの運用に自由度を持たせることが可能となる。
なお、第1選択手段と第2選択手段は互いに異なる操作手段であっても良い。
In addition, the gaming machine 10 of the present embodiment determines whether or not to store the setting history by a hall staff (for example, a clerk class of a clerk of a game store that can hold a setting key and perform a setting change operation. First selection means (touch panel 29) for the store clerk) to select, and second selection means (touch panel 29) for the hall staff to select whether or not the suggestion effect (setting suggestion effect) can be executed. (See FIG. 68 (b)).
With such a configuration, it is optional whether to perform the suggested effect, whether the suggested effect to be performed is an effect that suggests only the current probability setting value or an effect that also suggests the past probability setting value. , The degree of freedom in the operation of the hall can be increased.
The first selecting means and the second selecting means may be different operating means.

また、本実施形態の遊技機10において、実行手段(演出制御装置300)は、所定のパラメータ(例えば、一週間、曜日、3のつく日)に対応する確率設定値の中に所定の閾値(例えば設定4)以上の確率設定値があるか否かに応じた示唆演出(設定示唆演出)を実行可能であるよう構成されている(図70、図73(b)参照)。
このように構成することで、示唆演出の実行によって、過去又は現在の確率設定値の中に所定の閾値以上の確率設定値があるか否かを示唆することができる。
Further, in the gaming machine 10 of the present embodiment, the execution means (production control device 300) includes a predetermined threshold (for example, one week, a day of the week, and a day with a 3) corresponding to predetermined parameters (probability setting values) corresponding to predetermined parameters. For example, it is configured to be able to execute a suggestion effect (setting suggestion effect) according to whether or not there is a probability setting value of setting 4) or above (see FIGS. 70 and 73 (b)).
With this configuration, it is possible to suggest whether or not there is a probability setting value equal to or greater than a predetermined threshold value in the past or current probability setting values by executing the suggestion effect.

なお、本実施形態では、過去又は現在の確率設定値の中に所定の閾値以上の確率設定値がある場合にのみ設定示唆演出を実行するようにしたが、これに限定されない。例えば、過去又は現在の確率設定値の中に所定の閾値以上の確率設定値がある場合には、第1演出態様の設定示唆演出を実行し、過去又は現在の確率設定値の中に所定の閾値以上の確率設定値がない場合には、第1演出態様とは異なる第2演出態様の設定示唆演出を実行するようにしても良い。
すなわち、図70に示す設定示唆演出判定処理に替えて、図76に示す設定示唆演出判定処理を実行しても良い。
In the present embodiment, the setting suggestion effect is executed only when there is a probability setting value equal to or greater than a predetermined threshold value in the past or current probability setting values, but the present invention is not limited to this. For example, when there is a probability setting value equal to or more than a predetermined threshold value in the past or current probability setting values, the setting suggestion effect of the first effect mode is executed, and the predetermined value is set in the past or current probability setting values. If there is no probability setting value equal to or greater than the threshold value, a setting suggestion effect of a second effect mode different from the first effect mode may be executed.
That is, instead of the setting suggestion effect determination process shown in FIG. 70, a setting suggestion effect determination process shown in FIG. 76 may be executed.

図76に示す設定示唆演出判定処理では、現在日を含む直近一週間の確率設定値の中に所定の閾値以上の確率設定値がある場合(ステップC466;Y)、現在の曜日と同じ曜日の確率設定値の中に所定の閾値以上の確率設定値がある場合(ステップC467;Y)、あるいは、現在の確率設定値が所定の閾値以上である場合(ステップC468;Y)には、第1演出態様の設定示唆演出の実行を決定する(ステップC469a)。
一方、現在日を含む直近一週間の確率設定値の中に所定の閾値以上の確率設定値がない場合(ステップC466;N)、現在の曜日と同じ曜日の確率設定値の中に所定の閾値以上の確率設定値がない場合(ステップC467;N)、あるいは、現在の確率設定値が所定の閾値以上でない場合(ステップC468;N)には、第2演出態様の設定示唆演出の実行を決定する(ステップC469b)。
In the setting suggestion effect determination process shown in FIG. 76, when there is a probability setting value equal to or greater than a predetermined threshold value among the probability setting values for the latest week including the current day (step C466; Y), the same day of the week as the current day of the week is used. If there is a probability setting value equal to or greater than a predetermined threshold value among the probability setting values (step C467; Y), or if the current probability setting value is equal to or greater than the predetermined threshold value (step C468; Y), the first The execution of the setting suggestion effect of the effect mode is determined (step C469a).
On the other hand, when there is no probability setting value equal to or greater than the predetermined threshold value among the probability setting values of the latest week including the current day (step C466; N), the predetermined threshold value is set in the probability setting value of the same day of the week as the current day of the week. If there is no such probability setting value (step C467; N), or if the current probability setting value is not equal to or greater than the predetermined threshold (step C468; N), execution of the setting suggestion effect in the second effect mode is determined. (Step C469b).

そして、例えば図69に示すエンディング演出設定処理における設定示唆演出判定処理(ステップC453)として図76に示す設定示唆演出判定処理を行った場合であって、第1演出態様の設定示唆演出の実行を決定する処理(ステップC469a)を行った場合には、ステップC455では、ロゴ表示演出に替えて第1演出態様の設定示唆演出が設定される。
また、例えば図69に示すエンディング演出設定処理における設定示唆演出判定処理(ステップC453)として図76に示す設定示唆演出判定処理を行った場合であって、第2演出態様の設定示唆演出の実行を決定する処理(ステップC469b)を行った場合には、ステップC455では、ロゴ表示演出に替えて第2演出態様の設定示唆演出が設定される。
Then, for example, the setting suggestion effect determination process shown in FIG. 76 is performed as the setting suggestion effect determination process (step C453) in the ending effect setting process shown in FIG. 69, and the execution of the setting suggestion effect in the first effect mode is performed. When the process of deciding (Step C469a) is performed, in Step C455, a setting suggestion effect of the first effect mode is set in place of the logo display effect.
Also, for example, when the setting suggestion effect determination process shown in FIG. 76 is performed as the setting suggestion effect determination process (step C453) in the ending effect setting process shown in FIG. 69, the execution of the setting suggestion effect in the second effect mode is performed. When the process of deciding (Step C469b) has been performed, in Step C455, a setting suggestion effect of the second effect mode is set in place of the logo display effect.

図74に示す設定示唆演出判定処理においても同様である。
すなわち、ステップC473において、対象の確率設定値の平均値が所定の閾値以上である場合には第1演出態様の設定示唆演出の実行を決定し、対象の確率設定値の平均値が所定の閾値以上でない場合には第2演出態様の設定示唆演出の実行を決定しても良い。
また、ステップC474において、現在の確率設定値が所定の閾値以上である場合には第1演出態様の設定示唆演出の実行を決定し、現在の確率設定値が所定の閾値以上でない場合には第2演出態様の設定示唆演出の実行を決定しても良い。
また、ステップC476において、対象の確率設定値の中に所定の閾値以上の確率設定値がある場合には第1演出態様の設定示唆演出の実行を決定し、対象の確率設定値の中に所定の閾値以上の確率設定値がない場合には第2演出態様の設定示唆演出の実行を決定しても良い。
また、ステップC478において、現在の確率設定値と前日の確率設定値が同一である場合には第1演出態様の設定示唆演出の実行を決定し、現在の確率設定値と前日の確率設定値が同一でない場合には第2演出態様の設定示唆演出の実行を決定しても良い。
また、ステップC480において、現在の確率設定値と前日の確率設定値が同一でない場合には第1演出態様の設定示唆演出の実行を決定し、現在の確率設定値と前日の確率設定値が同一である場合には第2演出態様の設定示唆演出の実行を決定しても良い。
また、ステップC481において、現在の確率設定値と前日の確率設定値の差が2段階以上である場合には第1演出態様の設定示唆演出の実行を決定し、現在の確率設定値と前日の確率設定値の差が2段階以上でない場合には第2演出態様の設定示唆演出の実行を決定しても良い。
The same applies to the setting suggestion effect determination process shown in FIG.
That is, in step C473, when the average value of the target probability set values is equal to or larger than the predetermined threshold value, the execution of the setting suggestion effect of the first effect mode is determined, and the average value of the target probability set values is set to the predetermined threshold value. If not, the execution of the setting suggestion effect of the second effect mode may be determined.
In step C474, when the current probability setting value is equal to or more than the predetermined threshold value, the execution of the setting suggestion effect of the first effect mode is determined. When the current probability setting value is not equal to or more than the predetermined threshold value, the process proceeds to step C474. Execution of the setting suggestion effect of the two effect modes may be determined.
Further, in Step C476, when there is a probability setting value equal to or more than a predetermined threshold value among the target probability setting values, the execution of the setting suggestion effect of the first effect mode is determined, and the predetermined probability setting value is included in the target probability setting value. If there is no probability setting value equal to or larger than the threshold value, the execution of the setting suggestion effect in the second effect mode may be determined.
If the current probability setting value and the previous day's probability setting value are the same in step C478, execution of the setting suggestion effect of the first effect mode is determined, and the current probability setting value and the previous day's probability setting value are determined. If they are not the same, the execution of the setting suggestion effect in the second effect mode may be determined.
If the current probability setting value and the previous day's probability setting value are not the same in step C480, execution of the setting suggestion effect of the first effect mode is determined, and the current probability setting value and the previous day's probability setting value are the same. In the case of, execution of the setting suggestion effect of the second effect mode may be determined.
In step C481, when the difference between the current probability setting value and the previous day's probability setting value is two or more stages, the execution of the setting suggestion effect of the first effect mode is determined, and the current probability setting value and the previous day's probability setting value are determined. When the difference between the probability setting values is not two or more, execution of the setting suggestion effect in the second effect mode may be determined.

また、本実施形態の遊技機10において、実行手段(演出制御装置)は、所定のパラメータに対応する確率設定値の平均値、変更頻度、変更量のいずれかに応じた示唆演出(設定示唆演出)を実行可能であるよう構成することができる(図73(b)参照)。図73(b)に示す例において、確率設定値の平均値に応じた示唆演出は「一か月平均示唆」、「一週間平均示唆」、「曜日平均示唆」、「3のつく日平均示唆」であり、確率設定値の変更頻度に応じた示唆演出は「据え置き示唆」、「変更示唆」であり、確率設定値の変更量に応じた示唆演出は「大幅変更示唆」である。
このように構成することで、示唆演出の実行によって、当該遊技機10における確率設定値の傾向を示唆することができる。
Further, in the gaming machine 10 of the present embodiment, the execution means (production effect control device) provides a suggestion effect (setting suggestion effect) corresponding to any one of the average value, the change frequency, and the change amount of the probability set value corresponding to the predetermined parameter. ) Can be executed (see FIG. 73 (b)). In the example shown in FIG. 73 (b), the suggestion effects according to the average value of the probability setting values are “one month average suggestion”, “one week average suggestion”, “day of the week average suggestion”, and “daily average suggestion with 3”. , And the suggestion effect according to the change frequency of the probability set value is “deferred suggestion” and “change suggestion”, and the suggestive effect according to the change amount of the probability set value is “significant change suggestion”.
With this configuration, it is possible to suggest the tendency of the probability set value in the gaming machine 10 by executing the suggestion effect.

<ホール設定、遊技者設定>
演出制御装置300は、ホール設定モード処理(ステップC10)によって遊技者が変更可能なLEDや液晶の輝度、音量などについて、遊技店(ホール)が定める変更可能範囲を設定可能となっている。また、演出制御装置300は、遊技者設定モード処理(ステップC11)によって遊技者による演出ボタン25やタッチパネル29の操作に基づきLEDや液晶の輝度、音量などを変更可能となっている。
<Hall setting, player setting>
The effect control device 300 can set a changeable range determined by the game store (hall) for the brightness and volume of the LED and liquid crystal that can be changed by the player by the hall setting mode process (step C10). The effect control device 300 can change the brightness and volume of the LED and the liquid crystal based on the operation of the effect button 25 and the touch panel 29 by the player by the player setting mode process (step C11).

図77(a)には、遊技店の店員の操作による遊技機の設定の例を示した。例えば、客待ち状態中かつ前面枠12が開放された状態にて演出ボタン25が2回押下されるとホール設定モードとなり、図77(a)に示すようなホール設定画面が表示装置41に表示される。画面の表示内容は図68(a)と略同様であるが、図77(a)では当該ホール設定画面での操作の説明を表示している。ホール設定画面では、演出ボタン25上面のタッチパネル29の上下いずれかに触れる操作を行うことで、項目を選ぶ(カーソルを移動させる)ことができ、タッチパネル29の左右いずれかに触れる操作を行うことで、現在の設定を変更することができる。   FIG. 77 (a) shows an example of setting of a gaming machine by an operation of a game store clerk. For example, when the production button 25 is pressed twice in a state of waiting for a customer and the front frame 12 is opened, the hall setting mode is set, and a hall setting screen as shown in FIG. Is done. Although the display contents of the screen are substantially the same as those in FIG. 68 (a), FIG. 77 (a) shows an explanation of the operation on the hole setting screen. On the hall setting screen, an item can be selected (move the cursor) by touching either up or down on the touch panel 29 on the effect button 25, and by touching either left or right on the touch panel 29. , You can change the current settings.

項目を囲むように強調表示するカーソルにより現在選択されている項目が示されるようになっており、図77(a)に示す例では「音量設定」の項目にカーソルが位置している。このように音量設定が選択された状態でタッチパネル29の左領域に触れることで音量設定の値が減少し、タッチパネル29の右領域に触れることで音量設定の値が増加する。また、このように音量設定が選択された状態でタッチパネル29の下領域に触れることでカーソルが下に移動し、LED輝度設定の項目が選択される。LED輝度設定の項目が選択された状態でタッチパネル29の左領域に触れることでLED輝度設定の値が減少し、タッチパネル29の右領域に触れることでLED輝度設定の値が増加する。その他の項目についてもカーソルを合わせた状態でタッチパネル29の左右領域に触れることで値や設定が変化する。このように設定された内容は、FeRAM323の各項目の領域に保存される。   The currently selected item is indicated by a cursor highlighted so as to surround the item, and in the example shown in FIG. 77 (a), the cursor is located at the item of "volume setting". Touching the left area of the touch panel 29 with the volume setting selected in this way decreases the value of the volume setting, and touching the right area of the touch panel 29 increases the value of the volume setting. In addition, by touching the lower area of the touch panel 29 with the volume setting selected in this way, the cursor moves downward, and the item of the LED brightness setting is selected. By touching the left area of the touch panel 29 with the LED brightness setting item selected, the value of the LED brightness setting decreases, and by touching the right area of the touch panel 29, the value of the LED brightness setting increases. For other items, the values and settings are changed by touching the left and right regions of the touch panel 29 with the cursor positioned. The contents set in this way are stored in the area of each item of the FeRAM 323.

図77(b)には、遊技者の操作による遊技機の設定の例を示した。例えば、客待ちデモ中に演出ボタン25が押下されると遊技者設定モードとなり、図77(b)に示すような遊技者設定画面が表示装置41に表示される。   FIG. 77 (b) shows an example of setting of a gaming machine by a player's operation. For example, when the production button 25 is pressed during the customer waiting demonstration, the player setting mode is set, and a player setting screen as shown in FIG. 77 (b) is displayed on the display device 41.

図77(b)に示す例では、遊技者設定画面で設定可能な項目として、音量の変更を可能とする「音量設定」、装飾に用いられるLEDの明るさの変更を可能とする「LED輝度設定」の項目が表示されている。「音量設定」や「LED輝度設定」ではホール設定モードで設定された上限値の範囲内で値を変更可能である。なお、図77(b)では図示を省略したが、ホール設定画面には、当該ホール設定画面での操作の説明を表示しても良い。ホール設定画面では、演出ボタン25上面のタッチパネル29の上下いずれかに触れる操作を行うことで、項目を選ぶ(カーソルを移動させる)ことができ、タッチパネル29の左右いずれかに触れる操作を行うことで、現在の設定を変更することができる。   In the example shown in FIG. 77 (b), as the items that can be set on the player setting screen, “volume setting” that enables the volume to be changed, and “LED brightness that allows the brightness of the LED used for decoration to be changed” "Settings" item is displayed. The values of “volume setting” and “LED brightness setting” can be changed within the range of the upper limit set in the hall setting mode. Although illustration is omitted in FIG. 77 (b), an explanation of the operation on the hole setting screen may be displayed on the hole setting screen. On the hall setting screen, an item can be selected (move the cursor) by touching either up or down on the touch panel 29 on the effect button 25, and by touching either left or right on the touch panel 29. , You can change the current settings.

項目を囲むように強調表示するカーソルにより現在選択されている項目が示されるようになっており、図77(b)に示す例では「音量設定」の項目にカーソルが位置している。このように音量設定が選択された状態でタッチパネル29の左領域に触れることで音量設定の値が減少し、タッチパネル29の右領域に触れることで音量設定の値が増加する。また、このように音量設定が選択された状態でタッチパネル29の下領域に触れることでカーソルが下に移動し、LED輝度設定の項目が選択される。LED輝度設定の項目が選択された状態でタッチパネル29の左領域に触れることでLED輝度設定の値が減少し、タッチパネル29の右領域に触れることでLED輝度設定の値が増加する。このように設定された内容は、FeRAM323の各項目の領域に保存される。   The currently selected item is indicated by the cursor highlighted so as to surround the item. In the example shown in FIG. 77 (b), the cursor is positioned at the item of "volume setting". Touching the left area of the touch panel 29 with the volume setting selected in this way decreases the value of the volume setting, and touching the right area of the touch panel 29 increases the value of the volume setting. In addition, by touching the lower area of the touch panel 29 with the volume setting selected in this way, the cursor moves downward, and the item of the LED brightness setting is selected. By touching the left area of the touch panel 29 with the LED brightness setting item selected, the value of the LED brightness setting decreases, and by touching the right area of the touch panel 29, the value of the LED brightness setting increases. The contents set in this way are stored in the area of each item of the FeRAM 323.

〔ホール設定モード処理〕
図78には、上述のメイン処理におけるホール設定モード処理(ステップC10)を示した。このホール設定モード処理では、まず、遊技店側で情報の設定を行う状態であるホール設定モード中であるかを判定する(ステップC501)。なお、ホール設定モード中である場合はホール設定モード中フラグがセットされており、このフラグの有無によりホール設定モード中であるかが判定可能である。ホール設定モード中である場合(ステップC501;Y)は、ステップC505に移行する。
[Hall setting mode processing]
FIG. 78 shows the hole setting mode process (step C10) in the main process described above. In this hall setting mode process, first, it is determined whether or not the game shop is in the hall setting mode in which information is set (step C501). In the case of the hall setting mode, the hall setting mode flag is set, and it is possible to determine whether the vehicle is in the hole setting mode based on the presence or absence of this flag. If it is in the hole setting mode (step C501; Y), the process proceeds to step C505.

また、ホール設定モード中でない場合(ステップC501;N)は、ホール設定モードの開始条件が成立したかを判定する(ステップC502)。ここでのホール設定モードの開始条件とは、例えば、客待ち状態中かつ前面枠12が開放された状態にて演出ボタン25が2回押下されることである。このホール設定モードの開始条件が成立していない場合(ステップC502;N)は、ホール設定モード処理を終了する。また、ホール設定モードの開始条件が成立した場合(ステップC502;Y)は、ホール設定モードの画面描画開始を設定し(ステップC503)、ホール設定モード中フラグをセットする(ステップC504)。   If it is not in the hall setting mode (step C501; N), it is determined whether a start condition of the hall setting mode is satisfied (step C502). Here, the start condition of the hall setting mode is, for example, that the effect button 25 is pressed twice in a state of waiting for a customer and with the front frame 12 opened. If the start condition of the hole setting mode is not satisfied (step C502; N), the hole setting mode process ends. If the start condition of the hole setting mode is satisfied (step C502; Y), the start of screen drawing in the hole setting mode is set (step C503), and the flag in the hall setting mode is set (step C504).

次に、項目を選択するための処理として、上方向カーソル操作があるかを判定する(ステップC505)。上方向カーソル操作はタッチパネル29の上領域に触れる操作である。この上方向カーソル操作がない場合(ステップC505;N)は、ステップC510に移行する。また、上方向カーソル操作があった場合(ステップC505;Y)は、ホール設定項目領域のアドレスを準備し(ステップC506)、下限到達後の設定値を準備する(ステップC507)。そして、マイナス更新処理を行い(ステップC508)、更新後の値に対応するホール設定表示情報を設定する(ステップC509)。   Next, it is determined whether an upward cursor operation is performed as a process for selecting an item (step C505). The upward cursor operation is an operation of touching the upper area of the touch panel 29. If there is no upward cursor operation (step C505; N), the process moves to step C510. If the upward cursor operation has been performed (step C505; Y), the address of the hole setting item area is prepared (step C506), and the set value after reaching the lower limit is prepared (step C507). Then, a minus update process is performed (step C508), and the hole setting display information corresponding to the updated value is set (step C509).

各項目には値が対応付けられており、図77(a)に示したホール設定画面では上から順に値が小さいものから項目が並んでいる。上方向カーソル操作があるごとに対応する値が小さい項目が順次選択され、ホール設定画面では上方向にカーソルが移動する。また、最も値が小さい項目が選択されている状態(ホール設定画面で最上部に表示される項目にカーソルがある状態)で上方向カーソル操作があると、最も値が大きい項目が選択されてホール設定画面で最下部に表示される項目にカーソルが移動する。   Each item is associated with a value. On the hole setting screen shown in FIG. 77A, items are arranged in ascending order of value from the top. Each time an upward cursor operation is performed, an item with a smaller corresponding value is sequentially selected, and the cursor moves upward in the hole setting screen. If the cursor operation is performed in the state where the item with the smallest value is selected (the cursor is located at the item displayed at the top on the hole setting screen), the item with the largest value is selected and the hole is selected. The cursor moves to the item displayed at the bottom of the setting screen.

次に、下方向カーソル操作があるかを判定する(ステップC510)。下方向カーソル操作はタッチパネル29の下領域に触れる操作である。この下方向カーソル操作がない場合(ステップC510;N)は、ステップC516に移行する。   Next, it is determined whether there is a downward cursor operation (step C510). The downward cursor operation is an operation of touching the lower area of the touch panel 29. When there is no downward cursor operation (step C510; N), the process proceeds to step C516.

また、下方向カーソル操作があった場合(ステップC510;Y)は、ホール設定項目領域のアドレスを準備し(ステップC511)、ホール設定項目の上限値を準備して(ステップC512)、上限到達後の設定値を準備する(ステップC513)。そして、プラス更新処理を行い(ステップC514)、更新後の値に対応するホール設定表示情報を設定する(ステップC515)。   When the downward cursor operation is performed (step C510; Y), the address of the hole setting item area is prepared (step C511), and the upper limit value of the hole setting item is prepared (step C512). Are prepared (step C513). Then, a plus update process is performed (step C514), and the hole setting display information corresponding to the updated value is set (step C515).

下方向カーソル操作があるごとに対応する値が大きい項目が順次選択され、ホール設定画面では下方向にカーソルが移動する。また、最も値が大きい項目が選択されている状態(ホール設定画面で最下部に表示される項目にカーソルがある状態)で下方向カーソル操作があると、最も値が小さい項目が選択されてホール設定画面で最上部に表示される項目にカーソルが移動する。   Each time a downward cursor operation is performed, an item with a larger corresponding value is sequentially selected, and the cursor moves downward in the hole setting screen. If the cursor operation is performed in a state where the item with the largest value is selected (the cursor is located at the item displayed at the bottom of the hole setting screen), the item with the smallest value is selected and the hole is selected. The cursor moves to the item displayed at the top of the setting screen.

その後、音量の変更可能範囲の設定を操作入力に基づき行うホール音量調整処理(ステップC516)、LED輝度の変更可能範囲の設定を操作入力に基づき行うホールLED輝度調整処理(ステップC517)を行う。これらの処理では上限値と下限値の両方を設定するようにしても良いし、一方のみ設定するようにしても良い。ここで設定した範囲内で遊技者が音量やLEDの輝度を調整可能となる。さらに、液晶輝度の設定を操作入力に基づき行う液晶輝度調整処理(ステップC518)、遊技が所定時間行われていない場合に移行する省電力状態の設定を操作入力に基づき行う省電力設定処理(ステップC519)を行う。この省電力設定処理(ステップC519)では、遊技が所定時間行われていない場合に省電力設定を有効にするか否かの設定と、省電力設定時の音量、LED輝度、液晶輝度をホール毎に設定できるようになっている。また、上記の設定の他に、省電力中に可動役物を動作させるか否かの設定を可能としてもよい。そして、これらの処理で設定した情報を確定する設定確定操作入力があったかを判定する(ステップC520)。   Thereafter, a hall volume adjustment process (step C516) for setting a volume changeable range based on an operation input and a hall LED brightness adjustment process (step C517) for setting an LED brightness changeable range based on an operation input are performed. In these processes, both the upper limit and the lower limit may be set, or only one of them may be set. Within the range set here, the player can adjust the volume and the brightness of the LED. Further, a liquid crystal brightness adjustment process (step C518) for setting the liquid crystal brightness based on the operation input, and a power saving setting process (step C518) for setting the power saving state to be shifted to when the game has not been performed for a predetermined period of time. C519). In the power saving setting process (step C519), the setting as to whether to enable the power saving setting when the game is not performed for a predetermined time, and the volume, LED brightness, and liquid crystal brightness at the time of the power saving setting are set for each hole. It can be set to. In addition to the above setting, it may be possible to set whether or not to operate the movable accessory during power saving. Then, it is determined whether there is a setting confirmation operation input for confirming the information set in these processes (step C520).

設定確定操作入力がない場合(ステップC520;N)は、ホール設定モード処理を終了する。また、設定確定操作入力があった場合(ステップC520;Y)は、工場出荷時設定での確定操作入力であったかを判定する(ステップC522)。確定操作入力には、ステップC516からC519での処理で設定した情報を確定する確定操作入力と、工場出荷時設定に戻すための確定操作入力とがあり、何れが行われたかを判定する。   If there is no setting confirmation operation input (step C520; N), the hall setting mode processing ends. If there is a setting confirmation operation input (step C520; Y), it is determined whether the confirmation operation input was a factory setting (step C522). The determination operation input includes a determination operation input for determining the information set in the processing in steps C516 to C519 and a determination operation input for returning to the factory default setting, and it is determined which has been performed.

工場出荷時設定での確定操作入力でない場合(ステップC521;N)、すなわち、ステップC516からC519までの処理で設定した情報を確定する確定操作入力であった場合は、ステップC516からC519までの処理で設定した情報を決定された情報として、決定されたホール設定データをバックアップRAMに書き込む(ステップC523)。また、工場出荷時設定での確定操作入力である場合(ステップC521;Y)は、工場出荷時設定処理(ステップC522)を行い、ステップC516からC519までの処理で設定した情報を破棄して工場出荷時の初期値を決定された情報とし、決定されたホール設定データをバックアップRAMに書き込む(ステップC523)。これにより、PROM321に記憶されている初期設定値(音量、LED輝度、液晶輝度の設定値)がFeRAM323に記憶される。その後、ホール設定モードの画面描画の終了を設定し(ステップC524)、ホール設定モード中フラグをクリアして(ステップC525)、ホール設定モード処理を終了する。   If it is not a confirmation operation input at the factory setting (step C521; N), that is, if it is a confirmation operation input for confirming the information set in the processing of steps C516 to C519, the processing of steps C516 to C519 is performed. The determined hole setting data is written to the backup RAM using the information set in the step (c) as the determined information (step C523). If the input is a confirmation operation input in the factory default setting (step C521; Y), factory default setting processing (step C522) is performed, and the information set in the processing in steps C516 to C519 is discarded. The initial value at the time of shipment is used as the determined information, and the determined hole setting data is written to the backup RAM (step C523). As a result, the initial setting values (set values of the volume, the LED brightness, and the liquid crystal brightness) stored in the PROM 321 are stored in the FeRAM 323. Thereafter, the end of the screen drawing in the hole setting mode is set (step C524), the flag in the hole setting mode is cleared (step C525), and the hole setting mode process ends.

〔ホール音量調整処理〕
図79には、上述のホール設定モード処理におけるホール音量調整処理(ステップC516)を示した。このホール音量調整処理では、まず、ホール音量調整可能状態であるかを判定する(ステップC531)。ホール音量調整可能状態であるとはホール設定モードで音量調整の項目が選択されており設定の変更が可能な状態である。ホール音量調整可能状態でない場合(ステップC531;N)は、ホール音量調整処理を終了する。また、ホール音量調整可能状態である場合(ステップC531;Y)は、音量を下げる操作があるかを判定する(ステップC532)。音量を下げる操作はタッチパネル29の左領域に触れる操作である。
[Hall volume adjustment processing]
FIG. 79 shows the hall sound volume adjustment processing (step C516) in the above-described hall setting mode processing. In this hall sound volume adjustment processing, first, it is determined whether or not the hall sound volume can be adjusted (step C531). The state in which the hall volume can be adjusted means that the volume adjustment item is selected in the hall setting mode and the setting can be changed. If the hall volume adjustment is not possible (step C531; N), the hall volume adjustment processing ends. If the hall volume is adjustable (step C531; Y), it is determined whether or not there is an operation to lower the volume (step C532). The operation of lowering the volume is an operation of touching the left area of the touch panel 29.

音量を下げる操作がない場合(ステップC532;N)は、ステップC537に移行する。また、音量を下げる操作があった場合(ステップC532;Y)は、ホール音量領域のアドレスを準備し(ステップC533)、下限到達後の設定値(ここでは下限値)を準備する(ステップC534)。そして、マイナス更新処理を行い(ステップC535)、更新後の値に対応する音量メータ表示情報を設定する(ステップC536)。これにより、音量を下げる操作があるごとに音量が下がる。また、音量が最小の状態で音量を下げる操作があっても最小値のままとなる。   When there is no operation of lowering the volume (step C532; N), the process proceeds to step C537. If there is an operation of lowering the volume (step C532; Y), the address of the hall volume area is prepared (step C533), and the set value after reaching the lower limit (here, the lower limit) is prepared (step C534). . Then, a minus update process is performed (step C535), and volume meter display information corresponding to the updated value is set (step C536). Thereby, the volume is lowered every time there is an operation of lowering the volume. In addition, even if there is an operation to lower the volume when the volume is at the minimum, the volume remains at the minimum value.

次に、音量を上げる操作があるかを判定する(ステップC537)。音量を上げる操作はタッチパネル29の右領域に触れる操作である。この音量を上げる操作がない場合(ステップC537;N)は、ホール音量調整処理を終了する。また、音量を上げる操作があった場合(ステップC537;Y)は、ホール音量領域のアドレスを準備し(ステップC538)、ホール音量の上限値を準備して(ステップC539)、上限到達後の設定値(ここでは上限値)を準備する(ステップC540)。そして、プラス更新処理を行い(ステップC541)、更新後の値に対応する音量メータ表示情報を設定する(ステップC542)。これにより、音量を上げる操作があるごとに音量が上がる。また、音量が最大の状態で音量を上げる操作があっても最大値のままとなる。   Next, it is determined whether or not there is an operation to increase the volume (step C537). The operation of increasing the volume is an operation of touching the right area of the touch panel 29. If there is no operation for increasing the volume (step C537; N), the hall volume adjustment processing ends. If there is an operation to increase the volume (step C537; Y), the address of the hall volume area is prepared (step C538), the upper limit of the hall volume is prepared (step C539), and the setting after reaching the upper limit is set. A value (here, the upper limit) is prepared (step C540). Then, plus update processing is performed (step C541), and volume meter display information corresponding to the updated value is set (step C542). Thereby, the volume is increased every time there is an operation to increase the volume. Also, even if there is an operation to increase the volume when the volume is at the maximum, the maximum value is maintained.

なお、音量を下げる操作又は上げる操作があった場合には、変更後の音量で操作音を出力するようにしても良い。また、実際に出力する各音声の音量は、サウンド制御処理(ステップC18)で設定する。エラー音などホール設定値に従わない音量とするものもあり状況に応じて出力設定を行うようになっている。   If there is an operation of lowering or increasing the volume, the operation sound may be output at the changed volume. The volume of each sound to be actually output is set in the sound control processing (step C18). There is a sound such as an error sound which does not follow the hall setting value, and the output is set according to the situation.

〔ホールLED輝度調整処理〕
図80には、上述のホール設定モード処理におけるホールLED輝度調整処理(ステップC517)を示した。このホールLED輝度調整処理では、まず、ホールLED輝度調整可能状態であるかを判定する(ステップC551)。ホールLED輝度調整可能状態であるとはホール設定モードでLED輝度調整の項目が選択されており設定の変更が可能な状態である。ホールLED輝度調整可能状態でない場合(ステップC551;N)は、ホールLED輝度調整処理を終了する。また、ホールLED輝度調整可能状態である場合(ステップC551;Y)は、輝度を下げる操作があるかを判定する(ステップC552)。輝度を下げる操作はタッチパネル29の左領域に触れる操作である。
[Hole LED brightness adjustment processing]
FIG. 80 shows the hall LED brightness adjustment processing (step C517) in the hall setting mode processing described above. In this hall LED brightness adjustment processing, first, it is determined whether or not the hall LED brightness adjustment is possible (step C551). The state in which the hall LED brightness can be adjusted is a state in which the LED brightness adjustment item is selected in the hall setting mode and the setting can be changed. If the hall LED brightness adjustment is not possible (step C551; N), the hall LED brightness adjustment processing ends. If the hall LED brightness adjustment is possible (step C551; Y), it is determined whether or not there is an operation to lower the brightness (step C552). The operation of lowering the brightness is an operation of touching the left area of the touch panel 29.

輝度を下げる操作がない場合(ステップC552;N)は、ステップC557に移行する。また、輝度を下げる操作があった場合(ステップC552;Y)は、ホールLED輝度領域のアドレスを準備し(ステップC553)、下限到達後の設定値(ここでは下限値)を準備する(ステップC554)。そして、マイナス更新処理を行い(ステップC555)、更新後の値に対応するLED輝度メータ表示情報を設定する(ステップC556)。これにより、輝度を下げる操作があるごとに輝度が下がる。また、輝度が最小の状態で輝度を下げる操作があっても最小値のままとなる。   When there is no operation of lowering the luminance (Step C552; N), the process proceeds to Step C557. If there is an operation of lowering the luminance (step C552; Y), the address of the hall LED luminance area is prepared (step C553), and the set value after reaching the lower limit (here, the lower limit) is prepared (step C554). ). Then, a minus update process is performed (step C555), and LED brightness meter display information corresponding to the updated value is set (step C556). As a result, the luminance decreases each time there is an operation of lowering the luminance. In addition, even if there is an operation of lowering the luminance while the luminance is at the minimum, the luminance remains at the minimum value.

次に、輝度を上げる操作があるかを判定する(ステップC557)。輝度を上げる操作はタッチパネル29の右領域に触れる操作である。この輝度を上げる操作がない場合(ステップC557;N)は、ホールLED輝度調整処理を終了する。また、輝度を上げる操作があった場合(ステップC557;Y)は、ホールLED輝度領域のアドレスを準備し(ステップC558)、ホールLED輝度の上限値を準備して(ステップC559)、上限到達後の設定値(ここでは上限値)を準備する(ステップC560)。そして、プラス更新処理を行い(ステップC561)、更新後の値に対応するLED輝度メータ表示情報を設定する(ステップC562)。これにより、輝度を上げる操作があるごとに輝度が上がる。また、輝度が最大の状態で輝度を上げる操作があっても最大値のままとなる。   Next, it is determined whether there is an operation for increasing the luminance (step C557). The operation of increasing the brightness is an operation of touching the right area of the touch panel 29. If there is no operation for increasing the luminance (step C557; N), the hall LED luminance adjustment processing ends. If there is an operation to increase the brightness (step C557; Y), an address of the hall LED brightness area is prepared (step C558), and an upper limit value of the hall LED brightness is prepared (step C559). (Here, the upper limit value) is prepared (step C560). Then, a plus update process is performed (step C561), and LED brightness meter display information corresponding to the updated value is set (step C562). Thereby, the brightness increases each time there is an operation to increase the brightness. Also, even if there is an operation to increase the luminance in a state where the luminance is maximum, the luminance remains at the maximum value.

なお、輝度を下げる操作又は上げる操作があった場合には、変更後の輝度でLEDを発光させても良い。また、実際に出力する輝度は、装飾制御処理(ステップC19)で設定する。エラー時の発光などホール設定値に従わない輝度とするものもあり状況に応じて出力設定を行うようになっている。   Note that when an operation of decreasing or increasing the luminance is performed, the LED may be caused to emit light at the changed luminance. The luminance to be actually output is set in the decoration control processing (step C19). There is a device such as light emission at the time of an error that does not follow the hall setting value, and the output is set according to the situation.

〔遊技者設定モード処理〕
図81には、上述のメイン処理における遊技者設定モード処理(ステップC11)を示した。この遊技者設定モード処理では、まず、遊技者が情報を設定する状態である遊技者設定モード中であるかを判定する(ステップC571)。なお、遊技者設定モード中である場合は遊技者設定モード中フラグがセットされており、このフラグの有無により遊技者設定モード中であるかが判定可能である。遊技者設定モード中である場合(ステップC571;Y)は、ステップC575に移行する。
[Player setting mode processing]
FIG. 81 shows the player setting mode process (step C11) in the main process described above. In the player setting mode process, first, it is determined whether or not the player is in the player setting mode in which the player sets information (step C571). Note that when in the player setting mode, the player setting mode flag is set, and it is possible to determine whether or not the player is in the player setting mode based on the presence / absence of this flag. If it is in the player setting mode (step C571; Y), the process moves to step C575.

また、遊技者設定モード中でない場合(ステップC571;N)は、遊技者設定モードの開始条件が成立したかを判定する(ステップC572)。ここでの遊技者設定モードの開始条件とは、例えば、客待ち状態中にて演出ボタン25が1回押下されることである。この遊技者設定モードの開始条件が成立していない場合(ステップC572;N)は、遊技者設定モード処理を終了する。また、遊技者設定モードの開始条件が成立した場合(ステップC572;Y)は、遊技者設定モードの画面描画開始を設定し(ステップC573)、遊技者設定モード中フラグをセットする(ステップC574)。   In addition, when not in the player setting mode (step C571; N), it is determined whether or not the start condition of the player setting mode is satisfied (step C572). Here, the start condition of the player setting mode is, for example, that the effect button 25 is pressed once in the customer waiting state. When the start condition of the player setting mode is not satisfied (step C572; N), the player setting mode process ends. Further, when the start condition of the player setting mode is satisfied (step C572; Y), the start of screen drawing in the player setting mode is set (step C573), and the flag in the player setting mode is set (step C574). .

次に、項目を選択するための処理として、上方向カーソル操作があるかを判定する(ステップC575)。上方向カーソル操作はタッチパネル29の上領域に触れる操作である。この上方向カーソル操作がない場合(ステップC575;N)は、ステップC580に移行する。また、上方向カーソル操作があった場合(ステップC575;Y)は、遊技者設定項目領域のアドレスを準備し(ステップC576)、下限到達後の設定値を準備する(ステップC577)。そして、マイナス更新処理を行い(ステップC578)、更新後の値に対応する遊技者設定表示情報を設定する(ステップC579)。   Next, it is determined whether an upward cursor operation is performed as a process for selecting an item (step C575). The upward cursor operation is an operation of touching the upper area of the touch panel 29. If there is no upward cursor operation (step C575; N), the process moves to step C580. If the upward cursor operation has been performed (step C575; Y), the address of the player setting item area is prepared (step C576), and the set value after reaching the lower limit is prepared (step C577). Then, a minus update process is performed (step C578), and player setting display information corresponding to the updated value is set (step C579).

各項目には値が対応付けられており、図77(b)に示した遊技者設定画面では上から順に値が小さいものから項目が並んでいる。上方向カーソル操作があるごとに対応する値が小さい項目が順次選択され、遊技者設定画面では上方向にカーソルが移動する。また、最も値が小さい項目が選択されている状態(遊技者設定画面で最上部に表示される項目にカーソルがある状態)で上方向カーソル操作があると、最も値が大きい項目が選択されて遊技者設定画面で最下部に表示される項目にカーソルが移動する。   Each item is associated with a value, and in the player setting screen shown in FIG. 77B, items are arranged in ascending order of value from the top. Each time an upward cursor operation is performed, an item having a smaller corresponding value is sequentially selected, and the cursor moves upward in the player setting screen. If the cursor operation is performed in the state where the item with the smallest value is selected (the cursor is located at the item displayed at the top on the player setting screen), the item with the largest value is selected. The cursor moves to the item displayed at the bottom on the player setting screen.

次に、下方向カーソル操作があるかを判定する(ステップC580)。下方向カーソル操作はタッチパネル29の下領域に触れる操作である。この下方向カーソル操作がない場合(ステップC580;N)は、ステップC586に移行する。   Next, it is determined whether there is a downward cursor operation (step C580). The downward cursor operation is an operation of touching the lower area of the touch panel 29. When there is no downward cursor operation (Step C580; N), the process proceeds to Step C586.

また、下方向カーソル操作があった場合(ステップC580;Y)は、遊技者設定項目領域のアドレスを準備し(ステップC581)、遊技者設定項目の上限値を準備して(ステップC582)、上限到達後の設定値を準備する(ステップC583)。そして、プラス更新処理を行い(ステップC584)、更新後の値に対応する遊技者設定表示情報を設定する(ステップC585)。   If a downward cursor operation has been performed (step C580; Y), an address of the player setting item area is prepared (step C581), and an upper limit value of the player setting item is prepared (step C582). A set value after the arrival is prepared (step C583). Then, plus update processing is performed (step C584), and player setting display information corresponding to the updated value is set (step C585).

下方向カーソル操作があるごとに対応する値が大きい項目が順次選択され、遊技者設定画面では下方向にカーソルが移動する。また、最も値が大きい項目が選択されている状態(遊技者設定画面で最下部に表示される項目にカーソルがある状態)で下方向カーソル操作があると、最も値が小さい項目が選択されて遊技者設定画面で最上部に表示される項目にカーソルが移動する。   Each time the downward cursor operation is performed, the item with the larger corresponding value is sequentially selected, and the cursor moves downward on the player setting screen. Also, if the downward cursor operation is performed in a state where the item with the largest value is selected (the state where the cursor is located at the item displayed at the bottom on the player setting screen), the item with the smallest value is selected. The cursor moves to the item displayed at the top on the player setting screen.

その後、上述のホール音量調整処理(ステップC516)で設定された変更可能範囲内で操作入力に基づき音量を変更する遊技者音量調整処理(ステップC586)、上述のホールLED調整処理(ステップC517)で設定された変更可能範囲内で操作入力に基づきLEDの輝度を変更する遊技者LED輝度調整処理(ステップC581)を行う。そして、これらの処理で設定した情報を確定する設定確定操作入力があったかを判定する(ステップC388)。   Thereafter, the player volume adjustment process (step C586) for changing the volume based on the operation input within the changeable range set in the hall volume adjustment process (step C516) described above, and the hall LED adjustment process (step C517) described above. A player LED brightness adjustment process (step C581) for changing the brightness of the LED based on the operation input within the set changeable range is performed. Then, it is determined whether there has been a setting confirmation operation input for confirming the information set in these processes (step C388).

設定確定操作入力がない場合(ステップC388;N)は、遊技者設定モード処理を終了する。また、設定確定操作入力があった場合(ステップC388;Y)は、ステップC586やC587で設定された情報を遊技者設定データとしてRAM322に記憶した後、遊技者設定モードの画面描画の終了を設定し(ステップC589)、遊技者設定モード中フラグをクリアして(ステップC590)、遊技者設定モード処理を終了する。これにより遊技者が設定したLEDの輝度や音量に変更されることとなる。   If there is no setting confirmation operation input (step C388; N), the player setting mode process ends. If a setting confirmation operation input has been made (step C388; Y), the information set in steps C586 and C587 is stored in the RAM 322 as player setting data, and then the end of screen drawing in the player setting mode is set. Then (step C589), the flag in the player setting mode is cleared (step C590), and the player setting mode process ends. As a result, the brightness and volume of the LED set by the player are changed.

なお、ホール設定モード又は遊技者設定モードに入った後の操作入力に伴う描画更新設定は演出ボタン入力処理(ステップC9)にて行う。また、遊技者設定データをRAM322に記憶するとしたがFeRAM323に記憶するようにしても良い。さらに、電源遮断時にRTC338から時刻を取得してFeRAM322に記憶しておき、電源投入時にRTC338から取得した時刻から電源遮断時間を算出し、この電源遮断時間に応じてFeRAM323に記憶した遊技者設定データにホール設定値データを記憶する否かを決定するようにしても良い。例えば、電源遮断時間が所定時間以内である場合には遊技者設定データにホール設定値データを記憶しないで元のまま維持するようにし、短時間の停電やエラーを復旧するための電源の遮断などでは遊技者設定データがリセットされないようにすることができる。   Note that the drawing update setting accompanying the operation input after entering the hall setting mode or the player setting mode is performed in the effect button input process (step C9). Although the player setting data is stored in the RAM 322, it may be stored in the FeRAM 323. Further, the time is obtained from the RTC 338 when the power is turned off and stored in the FeRAM 322, the power-off time is calculated from the time obtained from the RTC 338 when the power is turned on, and the player setting data stored in the FeRAM 323 is calculated according to the power-off time. Alternatively, it may be determined whether or not to store the hole set value data. For example, if the power cutoff time is within a predetermined time, the hole setting value data is not stored in the player setting data and is kept as it is, and the power is cut off to recover from a short-time power failure or error, etc. Then, it is possible to prevent the player setting data from being reset.

〔遊技者音量調整処理〕
図82には、上述の遊技者設定モード処理における遊技者音量調整処理(ステップC586)を示した。この遊技者音量調整処理では、まず、遊技者音量調整可能状態であるかを判定する(ステップC601)。遊技者音量調整可能状態であるとは遊技者設定モードで音量調整の項目が選択されており設定の変更が可能な状態である。遊技者音量調整可能状態でない場合(ステップC601;N)は、遊技者音量調整処理を終了する。また、遊技者音量調整可能状態である場合(ステップC601;Y)は、音量を下げる操作があるかを判定する(ステップC602)。音量を下げる操作はタッチパネル29の左領域に触れる操作である。
[Player volume adjustment processing]
FIG. 82 shows the player volume adjustment process (step C586) in the above-mentioned player setting mode process. In this player volume adjustment process, first, it is determined whether or not the player volume is adjustable (step C601). The state in which the player volume can be adjusted means that the volume adjustment item is selected in the player setting mode and the setting can be changed. If it is not in the player volume adjustable state (Step C601; N), the player volume adjustment process ends. If the player volume is in a state where the volume can be adjusted (step C601; Y), it is determined whether or not there is an operation of lowering the volume (step C602). The operation of lowering the volume is an operation of touching the left area of the touch panel 29.

音量を下げる操作がない場合(ステップC602;N)は、ステップC607に移行する。また、音量を下げる操作があった場合(ステップC602;Y)は、遊技者音量領域のアドレスを準備し(ステップC603)、下限到達後の設定値(ここでは下限値)を準備する(ステップC604)。そして、マイナス更新処理を行い(ステップC605)、更新後の値に対応する音量メータ表示情報を設定する(ステップC606)。これにより、音量を下げる操作があるごとに音量が下がる。また、音量が最小の状態で音量を下げる操作があっても最小値のままとなる。   When there is no operation of lowering the volume (step C602; N), the process proceeds to step C607. If there is an operation of lowering the volume (step C602; Y), an address of the player volume area is prepared (step C603), and a set value after reaching the lower limit (here, the lower limit) is prepared (step C604). ). Then, a minus update process is performed (step C605), and volume meter display information corresponding to the updated value is set (step C606). Thereby, the volume is lowered every time there is an operation of lowering the volume. In addition, even if there is an operation to lower the volume when the volume is at the minimum, the volume remains at the minimum value.

次に、音量を上げる操作があるかを判定する(ステップC607)。音量を上げる操作はタッチパネル29の右領域に触れる操作である。この音量を上げる操作がない場合(ステップC607;N)は、遊技者音量調整処理を終了する。また、音量を上げる操作があった場合(ステップC607;Y)は、遊技者音量領域のアドレスを準備し(ステップC608)、遊技者音量の上限値を準備して(ステップC609)、上限到達後の設定値(ここでは上限値)を準備する(ステップC610)。そして、プラス更新処理を行い(ステップC611)、更新後の値に対応する音量メータ表示情報を設定する(ステップC612)。これにより、音量を上げる操作があるごとに音量が上がる。また、音量が最大の状態で音量を上げる操作があっても最大値のままとなる。   Next, it is determined whether or not there is an operation to increase the volume (step C607). The operation of increasing the volume is an operation of touching the right area of the touch panel 29. If there is no operation for increasing the volume (step C607; N), the player volume adjustment process ends. If there is an operation to increase the volume (step C607; Y), an address of the player volume area is prepared (step C608), and an upper limit value of the player volume is prepared (step C609). (Here, the upper limit value) is prepared (step C610). Then, plus update processing is performed (step C611), and volume meter display information corresponding to the updated value is set (step C612). Thereby, the volume is increased every time there is an operation to increase the volume. Also, even if there is an operation to increase the volume when the volume is at the maximum, the maximum value is maintained.

なお、音量を下げる操作又は上げる操作があった場合には、変更後の音量で操作音を出力するようにしても良い。また、実際に出力する各音声の音量は、サウンド制御処理(ステップC18)で設定する。エラー音など遊技者設定値に従わない音量とするものもあり状況に応じて出力設定を行うようになっている。   If there is an operation of lowering or increasing the volume, the operation sound may be output at the changed volume. The volume of each sound to be actually output is set in the sound control processing (step C18). There are also sounds such as error sounds that do not follow the player set value, and output settings are made according to the situation.

〔遊技者LED輝度調整処理〕
図83には、上述の遊技者設定モード処理における遊技者LED輝度調整処理(ステップC587)を示した。この遊技者LED輝度調整処理では、まず、遊技者LED輝度調整可能状態であるかを判定する(ステップC621)。遊技者LED輝度調整可能状態であるとは遊技者設定モードでLED輝度調整の項目が選択されており設定の変更が可能な状態である。遊技者LED輝度調整可能状態でない場合(ステップC621;N)は、遊技者LED輝度調整処理を終了する。また、遊技者LED輝度調整可能状態である場合(ステップC621;Y)は、輝度を下げる操作があるかを判定する(ステップC622)。輝度を下げる操作はタッチパネル29の左領域に触れる操作である。
[Player LED brightness adjustment processing]
FIG. 83 shows the player LED brightness adjustment processing (step C587) in the above-mentioned player setting mode processing. In this player LED brightness adjustment process, first, it is determined whether or not the player LED brightness adjustment is possible (step C621). The state in which the player LED brightness can be adjusted means that the LED brightness adjustment item is selected in the player setting mode and the setting can be changed. If the player LED brightness adjustment is not possible (step C621; N), the player LED brightness adjustment process ends. If the player LED is in a state where the LED brightness can be adjusted (step C621; Y), it is determined whether or not there is an operation for lowering the brightness (step C622). The operation of lowering the brightness is an operation of touching the left area of the touch panel 29.

輝度を下げる操作がない場合(ステップC622;N)は、ステップC627に移行する。また、輝度を下げる操作があった場合(ステップC622;Y)は、遊技者LED輝度領域のアドレスを準備し(ステップC623)、下限到達後の設定値(ここでは下限値)を準備する(ステップC624)。そして、マイナス更新処理を行い(ステップC625)、更新後の値に対応するLED輝度メータ表示情報を設定する(ステップC626)。これにより、輝度を下げる操作があるごとに輝度が下がる。また、輝度が最小の状態で輝度を下げる操作があっても最小値のままとなる。   When there is no operation of lowering the luminance (Step C622; N), the process proceeds to Step C627. If there is an operation of lowering the luminance (step C622; Y), the address of the player LED luminance area is prepared (step C623), and the set value after reaching the lower limit (here, the lower limit value) is prepared (step C623). C624). Then, a minus update process is performed (step C625), and the LED luminance meter display information corresponding to the updated value is set (step C626). As a result, the luminance decreases each time there is an operation of lowering the luminance. In addition, even if there is an operation of lowering the luminance while the luminance is at the minimum, the luminance remains at the minimum value.

次に、輝度を上げる操作があるかを判定する(ステップC627)。輝度を上げる操作はタッチパネル29の右領域に触れる操作である。この輝度を上げる操作がない場合(ステップC627;N)は、遊技者LED輝度調整処理を終了する。また、輝度を上げる操作があった場合(ステップC627;Y)は、遊技者LED輝度領域のアドレスを準備し(ステップC628)、遊技者LED輝度の上限値を準備して(ステップC629)、上限到達後の設定値(ここでは上限値)を準備する(ステップC630)。そして、プラス更新処理を行い(ステップC631)、更新後の値に対応するLED輝度メータ表示情報を設定する(ステップC632)。これにより、輝度を上げる操作があるごとに輝度が上がる。また、輝度が最大の状態で輝度を上げる操作があっても最大値のままとなる。   Next, it is determined whether there is an operation for increasing the luminance (step C627). The operation of increasing the brightness is an operation of touching the right area of the touch panel 29. If there is no operation for increasing the luminance (step C627; N), the player LED luminance adjustment processing ends. If an operation to increase the luminance has been performed (step C627; Y), an address of the player LED luminance area is prepared (step C628), and an upper limit value of the player LED luminance is prepared (step C629). A set value after the arrival (here, the upper limit value) is prepared (step C630). Then, a plus update process is performed (step C631), and LED luminance meter display information corresponding to the updated value is set (step C632). Thereby, the brightness increases each time there is an operation to increase the brightness. Also, even if there is an operation to increase the luminance in a state where the luminance is maximum, the luminance remains at the maximum value.

なお、輝度を下げる操作又は上げる操作があった場合には、変更後の輝度でLEDを発光させても良い。また、実際に出力する輝度は、装飾制御処理(ステップC19)で設定する。エラー時の発光など遊技者設定値に従わない輝度とするものもあり状況に応じて出力設定を行うようになっている。   Note that when an operation of decreasing or increasing the luminance is performed, the LED may be caused to emit light at the changed luminance. The luminance to be actually output is set in the decoration control processing (step C19). There is a case where the luminance does not follow the player setting value, such as light emission at the time of error, and the output setting is performed according to the situation.

〔マイナス更新処理〕
図84には、上述のホール設定モード処理、ホール音量調整処理、ホールLED輝度調整処理、遊技者設定モード処理、遊技者音量調整処理及び遊技者LED輝度調整処理におけるマイナス更新処理(ステップC508、C535、C555、C578、C605、C625)を示した。このマイナス更新処理では、まず、更新領域の内容をロードし(ステップC641)、ロードした値を−1更新して(ステップC642)、更新後の値が0より小さいかを判定する(ステップC643)。
[Minus update processing]
FIG. 84 shows a minus update process (steps C508 and C535) in the above-described hall setting mode process, hall volume adjustment process, hall LED brightness adjustment process, player setting mode process, player volume adjustment process, and player LED brightness adjustment process. , C555, C578, C605, C625). In the minus update process, first, the content of the update area is loaded (step C641), the loaded value is updated by -1 (step C642), and it is determined whether the updated value is smaller than 0 (step C643). .

更新後の値が0より小さくない場合(ステップC643;N)は、更新後の値を更新領域にセーブして(ステップC645)、マイナス更新処理を終了する。また、更新後の値が0より小さい場合(ステップC643;Y)は、更新後の値として下限到達後の設定値を設定し(ステップC644)、更新後の値を更新領域にセーブして(ステップC645)、マイナス更新処理を終了する。   If the updated value is not smaller than 0 (Step C643; N), the updated value is saved in the update area (Step C645), and the minus update process ends. If the updated value is smaller than 0 (step C643; Y), the set value after reaching the lower limit is set as the updated value (step C644), and the updated value is saved in the update area (step C644). (Step C645), the minus update process ends.

〔プラス更新処理〕
図85には、上述のホール設定モード処理、ホール音量調整処理、ホールLED輝度調整処理、遊技者設定モード処理、遊技者音量調整処理及び遊技者LED輝度調整処理におけるプラス更新処理(ステップC514、C541、C561、C584、C611、C631)を示した。このプラス更新処理では、まず、更新領域の内容をロードし(ステップC651)、ロードした値を+1更新して(ステップC652)、更新後の値が上限値より大きいかを判定する(ステップC653)。
[Plus update processing]
FIG. 85 shows a plus update process (steps C514 and C541) in the above-described hall setting mode process, hall volume adjustment process, hall LED brightness adjustment process, player setting mode process, player volume adjustment process, and player LED brightness adjustment process. , C561, C584, C611, and C631). In the plus update process, first, the content of the update area is loaded (step C651), the loaded value is updated by +1 (step C652), and it is determined whether the updated value is greater than the upper limit (step C653). .

更新後の値が上限値より大きくない場合(ステップC653;N)は、更新後の値を更新領域にセーブして(ステップC655)、プラス更新処理を終了する。また、更新後の値が上限値より大きい場合(ステップC653;Y)は、更新後の値として上限到達後の設定値を設定し(ステップC654)、更新後の値を更新領域にセーブして(ステップC655)、プラス更新処理を終了する。   If the updated value is not larger than the upper limit (step C653; N), the updated value is saved in the update area (step C655), and the plus update process ends. If the updated value is larger than the upper limit (step C653; Y), the set value after reaching the upper limit is set as the updated value (step C654), and the updated value is saved in the update area. (Step C655), the plus update process ends.

図86から図97は、遊技制御装置100のCPU111Aが実行する遊技制御プログラムの一部のプログラム構造を示すプログラムリストである。各プログラムリストは、8ビットマイクロプロセッサであるZ80に対応したアセンブリ言語(ソースコード)による命令のリストであり、擬似命令(アセンブラに対する命令)等を除いて、ROM111b(遊技制御プログラム記憶手段)に記憶される機械語命令(マシンコード)に1対1に対応する。   FIGS. 86 to 97 are program lists showing a partial program structure of the game control program executed by the CPU 111A of the game control device 100. Each program list is a list of instructions in assembly language (source code) corresponding to Z80 which is an 8-bit microprocessor, and is stored in ROM 111b (game control program storage means) except for pseudo instructions (instructions for assembler). Machine code (machine code) to be executed.

各プログラムリストにおける命令(コード)の記載は、左側より、便宜のために付した「行番号」、命令の操作内容(演算内容)を示す「ニーモニック」、命令対象の「オペランド」、説明の便宜のために付した「コメント」に分けられる。プログラムリストの命令は、サブルーチンを呼び出す命令やジャンプ命令(分岐命令)等がない限り、基本的に行番号の順に(小さなものから大きなものへ)プログラムリストの上から下へ実行される。   Instructions (codes) in each program list are described from the left side as "line number" added for convenience, "mnemonic" indicating operation contents (operation contents) of instruction, "operand" of instruction target, and convenience of explanation For "comments". The instructions in the program list are basically executed from the top to the bottom of the program list in order of line numbers (from small to large) unless there is an instruction for calling a subroutine or a jump instruction (branch instruction).

図86は、特図1ゲーム処理(図19)の一部のプログラム構造を示すプログラムリストである。特図1ゲーム処理はラベル「P_T1GAME_PRC」に対応し、タイマ割込み処理(図11)のステップX112において呼び出される。   FIG. 86 is a program list showing a partial program structure of the special figure 1 game process (FIG. 19). The special figure 1 game process corresponds to the label “P_T1GAME_PRC” and is called in step X112 of the timer interrupt process (FIG. 11).

行番号1010、1020のコードはステップY99の処理に対応し、行番号1040から1080のコードはステップY100からY102の処理に対応し、行番号1100から1150のコードはステップY103、Y104の処理に対応する。   The codes of line numbers 1010 and 1020 correspond to the processing of step Y99, the codes of line numbers 1040 to 1080 correspond to the processing of steps Y100 to Y102, and the codes of line numbers 1100 to 1150 correspond to the processing of steps Y103 and Y104. I do.

また、行番号1170から1210のコードはステップY105からY108の処理に対応する。行番号1180のコードはステップY105の処理に対応し、HLレジスタに特図1ゲームシーケンス分岐テーブルの先頭アドレスD_T1GAMEをロードする。行番号1190のコードはステップY106の処理に対応し、ラベルR_T1SEQCBに対応する数値をAレジスタにロードする。ラベルR_T1SEQCBは、RAM111cにおいて特図1ゲーム処理番号を格納するアドレスを示す。行番号1200のコードはステップY107の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。行番号1210のコードはステップY108の処理に対応し、2バイトデータ取得処理からの戻り値が格納されたHLレジスタの値に対応するサブルーチンを呼び出す。   Also, the codes of line numbers 1170 to 1210 correspond to the processing of steps Y105 to Y108. The code of line number 1180 corresponds to the process of step Y105, and loads the head address D_T1GAME of the special figure 1 game sequence branch table into the HL register. The code in the line number 1190 corresponds to the process in step Y106, and loads the numerical value corresponding to the label R_T1SEQCB into the A register. The label R_T1SEQCB indicates an address for storing the special figure 1 game processing number in the RAM 111c. The code of the line number 1200 corresponds to the process of Step Y107, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD. The code of the line number 1210 corresponds to the process of step Y108, and calls a subroutine corresponding to the value of the HL register in which the return value from the 2-byte data acquisition process is stored.

図87は、特図2ゲーム処理(図20、図21)の一部のプログラム構造を示すプログラムリストである。特図2ゲーム処理はラベル「P_T2GAME_PRC」に対応し、タイマ割込み処理(図11)のステップX113において呼び出される。   FIG. 87 is a program list showing a partial program structure of the special figure 2 game process (FIGS. 20 and 21). The special figure 2 game process corresponds to the label “P_T2GAME_PRC” and is called in step X113 of the timer interrupt process (FIG. 11).

行番号1310、1320のコードはステップY130の処理に対応し、行番号1340、1350のコードはステップY131、Y132の処理に対応する。また、行番号1370から1420のコードはステップY133、Y134の処理に対応し、行番号1440から1490のコードはステップY135からY137の処理に対応する。   The codes of line numbers 1310 and 1320 correspond to the processing of step Y130, and the codes of line numbers 1340 and 1350 correspond to the processing of steps Y131 and Y132. Further, the codes of the line numbers 1370 to 1420 correspond to the processing of steps Y133 and Y134, and the codes of the line numbers 1440 to 1490 correspond to the processing of steps Y135 to Y137.

また、行番号1510から1550のコードはステップY138からY140の処理に対応する。行番号1520のコードはステップY138の処理に対応し、HLレジスタに特図2ゲームシーケンス分岐テーブルの先頭アドレスD_T2GAMEをロードする。行番号1530のコードはステップY139の処理に対応し、ラベルR_T2SEQCBに対応する数値をAレジスタにロードする。ラベルR_T2SEQCBは、RAM111cにおいて特図2ゲーム処理番号を格納するアドレスを示す。行番号1540のコードはステップY140の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。行番号1550のコードはステップY141の処理に対応し、2バイトデータ取得処理からの戻り値が格納されたHLレジスタの値に対応するサブルーチンを呼び出す。   Further, the codes of line numbers 1510 to 1550 correspond to the processing of steps Y138 to Y140. The code of the line number 1520 corresponds to the process of step Y138, and loads the head address D_T2GAME of the special figure 2 game sequence branch table into the HL register. The code in line number 1530 corresponds to the process in step Y139, and loads the numerical value corresponding to the label R_T2SEQCB into the A register. The label R_T2SEQCB indicates an address for storing the special figure 2 game processing number in the RAM 111c. The code of the line number 1540 corresponds to the process of Step Y140, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD. The code of the line number 1550 corresponds to the process of step Y141, and calls a subroutine corresponding to the value of the HL register in which the return value from the 2-byte data acquisition process is stored.

図88は、ファンファーレ/インターバル処理(図42)の一部のプログラム構造を示すプログラムリストである。ファンファーレ/インターバル処理はラベル「P_TFAN」に対応し、特図1ゲーム処理及び特図2ゲーム処理のステップY112、Y145において呼び出される。   FIG. 88 is a program list showing a partial program structure of the fanfare / interval processing (FIG. 42). The fanfare / interval processing corresponds to the label “P_TFAN” and is called in steps Y112 and Y145 of the special figure 1 game processing and the special figure 2 game processing.

行番号1610、1620のコードはステップY939の処理に対応し、行番号1640、1650のコードはステップY940の処理に対応し、行番号1670、1680のコードはステップY941の処理に対応する。   The codes of line numbers 1610 and 1620 correspond to the processing of step Y939, the codes of line numbers 1640 and 1650 correspond to the processing of step Y940, and the codes of line numbers 1670 and 1680 correspond to the processing of step Y941.

行番号1700から1750のコードはステップY942からY946の処理に対応する。行番号1710のコードはステップY942の処理に対応し、HLレジスタにラウンド数上限値テーブルの先頭アドレスD_ROUND_MAXをロードする。行番号1720のコードはステップY943の処理に対応し、では、ラベルR_ROUND_FLGに対応する数値をAレジスタにロードする。ラベルR_ROUND_FLGは、RAM111cにおいてラウンド数上限値情報を格納するアドレスを示す。行番号1730のコードはステップY944の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。   The codes of line numbers 1700 to 1750 correspond to the processing of steps Y942 to Y946. The code of the line number 1710 corresponds to the process of Step Y942, and loads the head address D_ROUND_MAX of the round number upper limit value table into the HL register. The code in line number 1720 corresponds to the process in step Y943, and loads the numerical value corresponding to the label R_ROUND_FLG into the A register. The label R_ROUND_FLG indicates an address in the RAM 111c where the round number upper limit information is stored. The code of the line number 1730 corresponds to the process of step Y944, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD.

行番号1740のコードはステップY945の処理に対応し、Lレジスタの値をラベルR_ROUND_MAXで示されるRAM111cの領域に格納する。ラベルR_ROUND_MAXは、RAM111cにおいてラウンド数上限値領域の先頭アドレスを示す。行番号1750のコードはステップY946の処理に対応し、Hレジスタの値をラベルR_ROUND_PNTで示されるRAM111cの領域に格納する。ラベルR_ROUND_PNTは、RAM111cにおいてラウンドLEDポインタ領域の先頭アドレスを示す。なお、行番号1770から1790のコードはステップY947からY949の処理に対応し、行番号1810、1820のコードはステップY950の処理に対応する。   The code in line number 1740 corresponds to the process in step Y945, and stores the value of the L register in the area of the RAM 111c indicated by the label R_ROUND_MAX. The label R_ROUND_MAX indicates the head address of the round number upper limit area in the RAM 111c. The code in line number 1750 corresponds to the process in step Y946, and stores the value of the H register in the area of the RAM 111c indicated by the label R_ROUND_PNT. The label R_ROUND_PNT indicates the start address of the round LED pointer area in the RAM 111c. The codes of line numbers 1770 to 1790 correspond to the processing of steps Y947 to Y949, and the codes of line numbers 1810 and 1820 correspond to the processing of step Y950.

図89は、普図ゲーム処理(図50)の一部のプログラム構造を示すプログラムリストである。普図ゲーム処理はラベル「P_FGAME」に対応し、タイマ割込み処理(図11)のステップX114において呼び出される。   FIG. 89 is a program list showing a partial program structure of the general-purpose game process (FIG. 50). The general-purpose game process corresponds to the label “P_FGAME” and is called in step X114 of the timer interrupt process (FIG. 11).

行番号1910、1920のコードはステップB1、B2の処理に対応し、行番号1940から1980のコードはステップB3、B4の処理に対応する。また、行番号2000から2040のコードはステップB5からB7の処理に対応する。行番号2010のコードはステップB5の処理に対応し、HLレジスタに普図ゲームシーケンス分岐テーブルの先頭アドレスD_FGAMEをロードする。行番号2020のコードはステップB6の処理に対応し、ラベルR_FSEQCBに対応する数値をAレジスタにロードする。ラベルR_FSEQCBは、RAM111cにおいて普図ゲーム処理番号を格納するアドレスを示す。   The codes of line numbers 1910 and 1920 correspond to the processing of steps B1 and B2, and the codes of line numbers 1940 to 1980 correspond to the processing of steps B3 and B4. The codes of line numbers 2000 to 2040 correspond to the processing of steps B5 to B7. The code of the line number 2010 corresponds to the processing of step B5, and loads the head address D_FGAME of the general-purpose game sequence branch table into the HL register. The code in the line number 2020 corresponds to the process in step B6, and loads the numerical value corresponding to the label R_FSEQCB into the A register. The label R_FSEQCB indicates an address in the RAM 111c for storing a general-purpose game processing number.

行番号2030のコードはステップB7の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。行番号2040のコードはステップB8の処理に対応し、2バイトデータ取得処理からの戻り値が格納されたHLレジスタの値に対応するサブルーチンを呼び出す。   The code of the line number 2030 corresponds to the process of step B7, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD. The code of the line number 2040 corresponds to the process of step B8, and calls a subroutine corresponding to the value of the HL register in which the return value from the 2-byte data acquisition process is stored.

図90は、普図表示中処理(図51)の一部のプログラム構造を示すプログラムリストである。普図表示中処理はラベル「P_FDISP」に対応し、普図ゲーム処理のステップB11において呼び出される。   FIG. 90 is a program list showing a part of the program structure of the process during normal-drawing display (FIG. 51). The process of displaying the general map corresponds to the label “P_FDISP” and is called in step B11 of the general game process.

行番号2110、2120のコードはステップB501、B502の処理に対応し、行番号2140、2150のコードはステップB503の処理に対応する。また、行番号2170から2270のコードはステップB504からB512の処理に対応する。行番号2180のコードはステップB504の処理に対応し、HLレジスタに当り中処理設定テーブルの先頭アドレスD_FOPEN_PNTをロードする。行番号2190のコードはステップB505の処理に対応し、ラベルR_FZ_INFに対応する数値をAレジスタにロードする。ラベルR_FZ_INFは、RAM111cにおいて普図停止図柄情報を格納するアドレスを示す。行番号2200のコードはステップB506の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。   The codes of the line numbers 2110 and 2120 correspond to the processing of steps B501 and B502, and the codes of the line numbers 2140 and 2150 correspond to the processing of step B503. Further, the codes of the line numbers 2170 to 2270 correspond to the processing of steps B504 to B512. The code of the line number 2180 corresponds to the processing of step B504, and hits the HL register to load the head address D_FOPEN_PNT of the middle processing setting table. The code in line number 2190 corresponds to the process in step B505, and loads the numerical value corresponding to the label R_FZ_INF into the A register. The label R_FZ_INF indicates an address in the RAM 111c for storing the ordinary symbol stop symbol information. The code of the line number 2200 corresponds to the process of step B506, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD.

行番号2210のコードはステップB507の処理に対応し、Lレジスタの値をラベルR_FTBL_CTLで示されるRAM111cの領域に格納する。ラベルR_FTBL_CTLは、RAM111cにおいて普図当り中制御ポインタ領域の先頭アドレスを示す。行番号2220のコードはステップB508の処理に対応し、Hレジスタの値をラベルR_FTBL_CTLで示される普図当り中制御ポインタ領域の先頭アドレスの次のアドレスの領域に格納する。   The code of the line number 2210 corresponds to the process of Step B507, and stores the value of the L register in the area of the RAM 111c indicated by the label R_FTBL_CTL. The label R_FTBL_CTL indicates the start address of the control pointer area during the ordinary drawing in the RAM 111c. The code of the line number 2220 corresponds to the process of step B508, and stores the value of the H register in the area of the address next to the head address of the middle control pointer area indicated by the label R_FTBL_CTL.

行番号2240のコードはステップY509の処理に対応し、HLレジスタに普電開放時間テーブルの先頭アドレスD_FOPEN_TIMをロードし、行番号2250のコードはステップY510の所定に対応し、ラベルR_FZ_INFに対応する数値をAレジスタにロードする。ラベルR_FZ_INFは、RAM111cにおいて普図停止図柄情報を格納するアドレスを示す。行番号2260のコードはステップY511の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。行番号2270のコードはステップY512の処理に対応し、2バイトデータ取得処理からの戻り値が格納されたHLレジスタの値をラベルR_FSEQCBで示される普図ゲーム処理タイマ領域の先頭アドレスの次のアドレスの領域に格納する。   The code of line number 2240 corresponds to the processing of step Y509, and the head address D_FOPEN_TIM of the ordinary power release time table is loaded into the HL register. The code of line number 2250 corresponds to the predetermined value of step Y510, and the numerical value corresponding to the label R_FZ_INF. Into the A register. The label R_FZ_INF indicates an address in the RAM 111c for storing the ordinary symbol stop symbol information. The code of the line number 2260 corresponds to the process of Step Y511, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD. The code of line number 2270 corresponds to the process of step Y512, and the value of the HL register storing the return value from the 2-byte data acquisition process is the address following the head address of the general game processing timer area indicated by the label R_FSEQCB. Is stored in the area.

図91は、2バイトデータ取得処理(図52)のプログラム構造を示すプログラムリストである。2バイトデータ取得処理はラベル「P_GET_WORD」に対応し、特図1ゲーム処理、特図2ゲーム処理、ファンファーレ/インターバル処理、普図ゲーム処理及び普図表示中処理のステップY107、Y140、Y944、B7、B506、B511において呼び出される。   FIG. 91 is a program list showing the program structure of the 2-byte data acquisition process (FIG. 52). The 2-byte data acquisition process corresponds to the label “P_GET_WORD”, and includes steps Y107, Y140, Y944, and B7 of the special figure 1 game processing, the special figure 2 game processing, the fanfare / interval processing, the general figure game processing, and the general figure displaying processing. , B506, and B511.

行番号2310のコードはステップY971の処理に対応し、Aレジスタの値を2倍する。演算後の値はWAレジスタに格納される。行番号2320のコードはステップY972の処理に対応し、HLレジスタに格納されているアドレスにWAレジスタの値を加算する。行番号2340のコードはステップY973の処理に対応し、HLレジスタの値に対応するアドレスと、当該アドレスに+1したアドレスに格納されている値をHLレジスタにロードする。そして、行番号2360では呼び出し元の処理に復帰する。   The code of the line number 2310 corresponds to the process of Step Y971, and doubles the value of the A register. The value after the operation is stored in the WA register. The code in line number 2320 corresponds to the process in step Y972, and adds the value of the WA register to the address stored in the HL register. The code in line number 2340 corresponds to the process in step Y973, and loads an address corresponding to the value of the HL register and a value stored at an address obtained by adding +1 to the address to the HL register. Then, at the line number 2360, the process returns to the calling source process.

すなわち、2バイトデータ取得処理への引数は2つであり、どの処理から呼び出された場合であっても同じレジスタ(ここではAレジスタとHLレジスタ)に格納されている。また、2バイトデータ取得処理からの戻り値は一つであり、どの処理から呼び出された場合であっても同じレジスタ(ここではHLレジスタ)に戻り値を入れて元の処理に返すようになっている。   That is, there are two arguments to the two-byte data acquisition process, and they are stored in the same register (here, the A register and the HL register) regardless of which process is called. Also, the return value from the two-byte data acquisition process is one, and regardless of which process is called, the return value is put in the same register (here, the HL register) and returned to the original process. ing.

図92は、図柄変動制御処理(図53)の一部のプログラム構造を示すプログラムリストである。図柄変動制御処理はラベル「P_ZGR_CTL」に対応し、特図1ゲーム処理、特図2ゲーム処理及び普図ゲーム処理のステップY117、Y154、B16において呼び出される。   FIG. 92 is a program list showing a partial program structure of the symbol variation control process (FIG. 53). The symbol change control process corresponds to the label “P_ZGR_CTL” and is called in steps Y117, Y154, and B16 of the special figure 1 game processing, the special figure 2 game processing, and the general figure game processing.

行番号2430から2460のコードはステップY1401からY1403の処理に対応する。また、行番号2480、2490のコードはステップY1404の処理に対応する。行番号2480ではHLレジスタの値を+1更新して、対象の図柄に対応する図柄表示テーブル(変動用)のアドレスとし、行番号2490ではHLレジスタに格納されているアドレスと、当該アドレスに+1したアドレスの値をHLレジスタにロードする。これにより対象の図柄に対応する図柄表示テーブル(変動用)が取得される。   The codes of line numbers 2430 to 2460 correspond to the processing of steps Y1401 to Y1403. Further, the codes of the line numbers 2480 and 2490 correspond to the processing of Step Y1404. In the row number 2480, the value of the HL register is updated by +1 to be the address of the symbol display table (for fluctuation) corresponding to the target symbol, and in the row number 2490, the address stored in the HL register and the address are incremented by +1. Load the address value into the HL register. Thus, a symbol display table (for fluctuation) corresponding to the target symbol is obtained.

行番号2510から2530のコードはステップY1405、Y1406の処理に対応する。行番号2510のコードはステップY1405の処理に対応し、DEレジスタの値を−1更新して、対象の点滅制御タイマ領域のアドレスとし、行番号2520のコードはステップY1406の処理に対応し、ラベルP_DEC_BYTEに対応する1バイト減算処理を呼び出す。行番号2530のコードはステップY1407の処理に対応する。   The codes of the line numbers 2510 to 2530 correspond to the processing of steps Y1405 and Y1406. The code of line number 2510 corresponds to the processing of step Y1405, the value of the DE register is updated by −1, and the address of the target blinking control timer area is set. The code of line number 2520 corresponds to the processing of step Y1406, and the label Call 1-byte subtraction processing corresponding to P_DEC_BYTE. The code of the line number 2530 corresponds to the process of Step Y1407.

行番号2550のコードはステップY1408の処理に対応し、点滅制御タイマ初期値(ラベルC_ZGR_TIMに対応する数値)をDEレジスタに格納されているアドレスに対応する領域(点滅制御タイマ領域)にセーブする。行番号2570のコードはステップY1409の処理に対応し、DEレジスタの値を−1更新して対象の変動図柄番号領域のアドレスとする。行番号2580のコードはステップY1410の処理に対応し、変動図柄番号上限判定値(ラベルC_ZGR_MAXに対応する数値)をBレジスタにロードする。行番号2590のコードはステップY1411の処理に対応し、ラベルP_INC_BYTEに対応する1バイト加算処理を呼び出す。   The code of the line number 2550 corresponds to the process of step Y1408, and saves the initial value of the blink control timer (the numerical value corresponding to the label C_ZGR_TIM) in the region (flash control timer region) corresponding to the address stored in the DE register. The code of the line number 2570 corresponds to the process of step Y1409, and the value of the DE register is updated by −1 to be the address of the target variable symbol number area. The code in line number 2580 corresponds to the process in step Y1410, and loads the variable symbol number upper limit determination value (the numerical value corresponding to label C_ZGR_MAX) into the B register. The code in line number 2590 corresponds to the process in step Y1411, and calls the one-byte addition process corresponding to label P_INC_BYTE.

図93は、1バイト減算処理(図54)のプログラム構造を示すプログラムリストである。1バイト減算処理はラベル「P_DEC_BYTE」に対応し、特図1ゲーム処理、特図2ゲーム処理及び普図ゲーム処理のステップY117、Y154、B16においてそれぞれ呼び出される図柄変動制御処理のステップY1406にて呼び出される。   FIG. 93 is a program list showing the program structure of the one-byte subtraction process (FIG. 54). The one-byte subtraction process corresponds to the label "P_DEC_BYTE", and is called in step Y1406 of the symbol variation control process called in steps Y117, Y154, and B16 of the special figure 1 game processing, the special figure 2 game processing, and the general figure game processing. It is.

行番号2710、2720のコードはステップY1421の処理に対応する。行番号2710では、DEレジスタに格納されているアドレスの値をAレジスタにロードする。DEレジスタには対象の点滅制御タイマ領域のアドレスが格納されている。行番号2720では、Aレジスタの値が0であれば呼び出し元の処理に戻る。   The codes of the line numbers 2710 and 2720 correspond to the processing of Step Y1421. At line 2710, the value of the address stored in the DE register is loaded into the A register. The DE register stores the address of the target blink control timer area. At the line number 2720, if the value of the A register is 0, the process returns to the calling source.

行番号2730、2740のコードはステップY1422の処理に対応し、行番号2730では、Aレジスタの値を−1更新し、行番号2740では、Aレジスタの値をDEレジスタに格納されているアドレスの領域にセーブする。これにより、対象の点滅制御タイマ領域の値が−1更新されることとなる。   The codes of the line numbers 2730 and 2740 correspond to the processing of step Y1422. In the line number 2730, the value of the A register is updated by -1, and in the line number 2740, the value of the A register is updated by the address stored in the DE register. Save to area. As a result, the value of the target blink control timer area is updated by -1.

図94は、1バイト加算処理(図55)のプログラム構造を示すプログラムリストである。1バイト加算処理はラベル「P_INC_BYTE」に対応し、特図1ゲーム処理、特図2ゲーム処理及び普図ゲーム処理のステップY117、Y154、B16においてそれぞれ呼び出される図柄変動制御処理のステップY1411にて呼び出される。   FIG. 94 is a program list showing the program structure of the one-byte addition process (FIG. 55). The one-byte addition process corresponds to the label "P_INC_BYTE", and is called at step Y1411 of the symbol variation control process called at steps Y117, Y154, and B16 of the special figure 1 game processing, the special figure 2 game processing, and the general figure game processing. It is.

行番号2810のコードはステップY1431の処理に対応し、DEレジスタに格納されているアドレスの値をAレジスタにロードする。DEレジスタには対象の変動図柄番号領域のアドレスが格納されている。行番号2820のコードはステップY1432の処理に対応し、Aレジスタの値を−1更新する。   The code of the line number 2810 corresponds to the process of step Y1431, and loads the value of the address stored in the DE register into the A register. The DE register stores the address of the target variable symbol number area. The code in the line number 2820 corresponds to the process in step Y1432, and updates the value of the A register by -1.

行番号2830から2860のコードはステップY1433、Y1434の処理に対応する。行番号2830ではAレジスタの値とBレジスタの値を比較する。Bレジスタには変動図柄番号上限判定値が格納されている。行番号2840では、Aレジスタの値が上限値でなければ行番号2880以降の処理に移行する。Aレジスタの値が上限値であれば行番号2860のコードを実行する。行番号2860のコードはステップY1434の処理に対応し、Aレジスタの値同士について排他的論理和をとることによって、Aレジスタの値をクリアして0にする。   The codes of the line numbers 2830 to 2860 correspond to the processing of steps Y1433 and Y1434. At line number 2830, the value of the A register is compared with the value of the B register. The variable register number upper limit determination value is stored in the B register. At line number 2840, if the value of the A register is not the upper limit value, the process proceeds to line number 2880 and thereafter. If the value of the A register is the upper limit value, the code of the line number 2860 is executed. The code in line number 2860 corresponds to the process in step Y1434, and the value of the A register is cleared to 0 by taking the exclusive OR of the values of the A register.

行番号2880、2890のコードはステップY1435の処理に対応し、Aレジスタの値をDEレジスタに格納されているアドレスの領域にセーブする。これにより、対象の変動図柄番号領域の値が更新されることとなる。   The codes of the line numbers 2880 and 2890 correspond to the processing of step Y1435, and save the value of the A register in the area of the address stored in the DE register. As a result, the value of the target variable symbol number area is updated.

図95は、演出コマンド設定処理(図56)のプログラム構造を示すプログラムリストである。演出コマンド設定処理はラベル「P_SBCOM_SET」に対応し、タイマ割込み処理中に実行される各処理において呼び出される。   FIG. 95 is a program list showing the program structure of the effect command setting process (FIG. 56). The effect command setting process corresponds to the label “P_SBCOM_SET” and is called in each process executed during the timer interrupt process.

行番号3010のコードはステップX601の処理に対応し、演出用シリアル送信バッファのステータスが格納されるポートC_TXSTS0から数値をAレジスタにロードする。行番号3020から3040のコードはステップX602の処理に対応する。行番号3020では、Aレジスタの値と3FHとの論理積をとり、行番号3030ではAレジスタの値と20Hとを比較する。そして、行番号3040では、行番号3030の演算結果がゼロ(Z)の場合(即ち送信バッファが満杯の場合)に行番号3010の命令に戻り、行番号3030の演算結果がゼロ(Z)でない場合(即ち送信バッファが満杯でない場合)に行番号3060以降の命令を実行する。   The code of the line number 3010 corresponds to the process of step X601, and loads a numerical value into the A register from the port C_TXSTS0 where the status of the effect serial transmission buffer is stored. The codes of the line numbers 3020 to 3040 correspond to the processing of step X602. At the line number 3020, the logical product of the value of the A register and 3FH is calculated, and at the line number 3030, the value of the A register is compared with 20H. In the line number 3040, when the operation result of the line number 3030 is zero (Z) (that is, when the transmission buffer is full), the processing returns to the instruction of the line number 3010, and the operation result of the line number 3030 is not zero (Z). In this case (that is, when the transmission buffer is not full), the instruction from line number 3060 is executed.

行番号3060、3070のコードはステップX603の処理に対応する。行番号3060では、Bレジスタの値をAレジスタにロードする。Bレジスタにはコマンドデータ(MODE)が格納されている。行番号3070では、C_TXBUF0(シリアル送信バッファ0)にAレジスタに格納されたコマンドデータ(MODE)を格納する。   The codes of the line numbers 3060 and 3070 correspond to the processing of step X603. At line number 3060, the value of the B register is loaded into the A register. Command data (MODE) is stored in the B register. In the line number 3070, the command data (MODE) stored in the A register is stored in C_TXBUF0 (serial transmission buffer 0).

行番号3100のコードはステップX604の処理に対応し、演出用シリアル送信バッファのステータスが格納されるポートC_TXSTS0から数値をAレジスタにロードする。行番号3110から3130のコードはステップX605の処理に対応する。行番号3110では、Aレジスタの値と3FHとの論理積をとり、行番号3120ではAレジスタの値と20Hとを比較する。そして、行番号3130では、行番号3120の演算結果がゼロ(Z)の場合(即ち送信バッファが満杯の場合)に行番号3100の命令に戻り、行番号3120の演算結果がゼロ(Z)でない場合(即ち送信バッファが満杯でない場合)に行番号3150以降の命令を実行する。   The code of the line number 3100 corresponds to the process of step X604, and loads a numerical value into the A register from the port C_TXSTS0 in which the status of the effect serial transmission buffer is stored. The codes of the line numbers 3110 to 3130 correspond to the processing of Step X605. At the line number 3110, the logical product of the value of the A register and 3FH is calculated, and at the line number 3120, the value of the A register is compared with 20H. In the line number 3130, when the operation result of the line number 3120 is zero (Z) (that is, when the transmission buffer is full), the processing returns to the instruction of the line number 3100, and the operation result of the line number 3120 is not zero (Z). In this case (that is, when the transmission buffer is not full), the instruction from line number 3150 on is executed.

行番号3150、3160のコードはステップX606の処理に対応する。行番号3150では、Bレジスタの値をAレジスタにロードする。Bレジスタにはコマンドデータ(ACTION)が格納されている。行番号3160では、C_TXBUF0(シリアル送信バッファ0)にAレジスタに格納されたコマンドデータ(ACTION)を格納する。行番号3180では、呼び出し元の処理に戻る。   The codes of the line numbers 3150 and 3160 correspond to the processing of Step X606. At line number 3150, the value of the B register is loaded into the A register. Command data (ACTION) is stored in the B register. In the line number 3160, the command data (ACTION) stored in the A register is stored in C_TXBUF0 (serial transmission buffer 0). In the line number 3180, the process returns to the calling source process.

図96は、変形例として挙げた特図1表示中処理(図57)の一部のプログラム構造を示すプログラムリストである。特図1表示中処理はラベル「P_T1DISP」に対応し、特図1ゲーム処理のステップY111にて呼び出される。   FIG. 96 is a program list showing a partial program structure of the special figure 1 displaying process (FIG. 57) mentioned as a modification. The special figure 1 displaying process corresponds to the label “P_T1DISP” and is called in step Y111 of the special figure 1 game process.

行番号3210、3220のコードはステップY751、Y752の処理に対応する。行番号3210ではAレジスタの値同士について排他的論理和をとることによって、Aレジスタの値をクリアして0にする。行番号3220ではAレジスタと大当りフラグ1領域の値(R_T1HIT_FLGに対応する数値)を交換することにより、Aレジスタに大当りフラグ1をロードし、大当りフラグ1領域をクリアする。   The codes of the line numbers 3210 and 3220 correspond to the processing of steps Y751 and Y752. In the line number 3210, the value of the A register is cleared to 0 by performing an exclusive OR operation on the values of the A register. At the row number 3220, the big hit flag 1 is loaded into the A register by exchanging the value of the big hit flag 1 area (the numerical value corresponding to R_T1HIT_FLG) with the A register, and the big hit flag 1 area is cleared.

行番号3240、3250のコードはステップY753の処理に対応する。行番号3240ではAレジスタの値と大当り判定値(C_THIT_FLGの値)とを比較し、行番号3250では、特図1が大当りでない(大当り判定値と一致しない)場合にP_T1DISP_10に対応する処理に移行する。   The codes of the line numbers 3240 and 3250 correspond to the processing of Step Y753. At the line number 3240, the value of the A register is compared with the big hit determination value (the value of C_THIT_FLG). I do.

行番号3280、3290のコードはステップY754の処理に対応し、試験信号を設定する。行番号3310から3350のコードはステップY942からY946の処理に対応する。この処理は、図88における行番号1710から1750と同じである。   The codes of the line numbers 3280 and 3290 correspond to the processing of Step Y754 and set the test signal. The codes of line numbers 3310 to 3350 correspond to the processing of steps Y942 to Y946. This processing is the same as the row numbers 1710 to 1750 in FIG.

行番号3310のコードはステップY942の処理に対応し、HLレジスタにラウンド数上限値テーブルの先頭アドレスD_ROUND_MAXをロードする。行番号3320のコードはステップY943の処理に対応し、では、ラベルR_ROUND_FLGに対応する数値をAレジスタにロードする。ラベルR_ROUND_FLGは、RAM111cにおいてラウンド数上限値情報を格納するアドレスを示す。行番号3330のコードはステップY944の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。   The code of the line number 3310 corresponds to the process of Step Y942, and loads the head address D_ROUND_MAX of the round number upper limit value table into the HL register. The code in line number 3320 corresponds to the process in step Y943, and loads the numerical value corresponding to the label R_ROUND_FLG into the A register. The label R_ROUND_FLG indicates an address in the RAM 111c where the round number upper limit information is stored. The code of the line number 3330 corresponds to the process of Step Y944, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD.

行番号3340のコードはステップY945の処理に対応し、Lレジスタの値をラベルR_ROUND_MAXで示されるRAM111cの領域に格納する。ラベルR_ROUND_MAXは、RAM111cにおいてラウンド数上限値領域の先頭アドレスを示す。行番号3350のコードはステップY946の処理に対応し、Hレジスタの値をラベルR_ROUND_PNTで示されるRAM111cの領域に格納する。ラベルR_ROUND_PNTは、RAM111cにおいてラウンドLEDポインタ領域の先頭アドレスを示す。   The code in line number 3340 corresponds to the process in step Y945, and stores the value of the L register in the area of the RAM 111c indicated by the label R_ROUND_MAX. The label R_ROUND_MAX indicates the head address of the round number upper limit area in the RAM 111c. The code in line number 3350 corresponds to the process in step Y946, and stores the value of the H register in the area of the RAM 111c indicated by the label R_ROUND_PNT. The label R_ROUND_PNT indicates the start address of the round LED pointer area in the RAM 111c.

図97は、変形例として挙げた特図2表示中処理(図58)の一部のプログラム構造を示すプログラムリストである。特図2表示中処理はラベル「P_T2DISP」に対応し、特図2ゲーム処理のステップY144にて呼び出される。   FIG. 97 is a program list showing a partial program structure of the special figure 2 displaying process (FIG. 58) mentioned as a modification. The special figure 2 displaying process corresponds to the label “P_T2DISP” and is called in step Y144 of the special figure 2 game process.

図96に示した特図1表示中処理とほぼ同様であり、行番号3410、3420のコードはステップY813、Y814の処理に対応し、行番号3440、3450のコードはステップY815の処理に対応する。行番号3480、3490のコードはステップY816の処理に対応し、行番号3510から3550のコードはステップY942からY946の処理に対応する。   This is almost the same as the processing during the special figure 1 display shown in FIG. 96, and the codes of the line numbers 3410 and 3420 correspond to the processing of steps Y813 and Y814, and the codes of the line numbers 3440 and 3450 correspond to the processing of step Y815. . The codes of line numbers 3480 and 3490 correspond to the processing of step Y816, and the codes of line numbers 3510 to 3550 correspond to the processing of steps Y942 to Y946.

行番号3510のコードはステップY942の処理に対応し、HLレジスタにラウンド数上限値テーブルの先頭アドレスD_ROUND_MAXをロードする。行番号3520のコードはステップY943の処理に対応し、では、ラベルR_ROUND_FLGに対応する数値をAレジスタにロードする。ラベルR_ROUND_FLGは、RAM111cにおいてラウンド数上限値情報を格納するアドレスを示す。行番号3530のコードはステップY944の処理に対応し、ラベルP_GET_WORDに対応する2バイトデータ取得処理を呼び出す。   The code of the line number 3510 corresponds to the process of step Y942, and loads the head address D_ROUND_MAX of the round number upper limit value table into the HL register. The code at the line number 3520 corresponds to the process at Step Y943, and loads the numerical value corresponding to the label R_ROUND_FLG into the A register. The label R_ROUND_FLG indicates an address in the RAM 111c where the round number upper limit information is stored. The code of the line number 3530 corresponds to the process of Step Y944, and calls a 2-byte data acquisition process corresponding to the label P_GET_WORD.

行番号3540のコードはステップY945の処理に対応し、Lレジスタの値をラベルR_ROUND_MAXで示されるRAM111cの領域に格納する。ラベルR_ROUND_MAXは、RAM111cにおいてラウンド数上限値領域の先頭アドレスを示す。行番号3550のコードはステップY946の処理に対応し、Hレジスタの値をラベルR_ROUND_PNTで示されるRAM111cの領域に格納する。ラベルR_ROUND_PNTは、RAM111cにおいてラウンドLEDポインタ領域の先頭アドレスを示す。   The code in line number 3540 corresponds to the process in step Y945, and stores the value of the L register in the area of the RAM 111c indicated by the label R_ROUND_MAX. The label R_ROUND_MAX indicates the head address of the round number upper limit area in the RAM 111c. The code in line number 3550 corresponds to the process in step Y946, and stores the value of the H register in the area of the RAM 111c indicated by the label R_ROUND_PNT. The label R_ROUND_PNT indicates the start address of the round LED pointer area in the RAM 111c.

図98から図108には、演出制御装置300のCPU311についてのレジスタ構造と、演出制御装置300のCPU311が実行する遊技制御プログラムの一部のプログラム構造を示すプログラムリストを示した。各プログラムリストは、演出制御装置300のCPU311に対応したアセンブリ言語(ソースコード)による命令のリストであり、擬似命令(アセンブラに対する命令)等を除いて、PROM321(遊技制御プログラム記憶手段)に記憶される機械語命令(マシンコード)に1対1に対応する。   FIGS. 98 to 108 show a register structure of the CPU 311 of the effect control device 300 and a program list showing a partial program structure of a game control program executed by the CPU 311 of the effect control device 300. Each program list is a list of instructions in the assembly language (source code) corresponding to the CPU 311 of the effect control device 300, and is stored in the PROM 321 (game control program storage means) except for pseudo instructions (instructions to the assembler). One machine language instruction (machine code).

図98には、演出制御装置300のCPU311についてのレジスタの構造を示した。CPU311には、32ビットサイズのER0からER7の8つのレジスタが備えられている。これらの各レジスタは、16ビットサイズ又は8ビットサイズのレジスタとしても使用可能である。例えば、ER0は16ビットサイズのE0及びR0(R0H+R0L)として使用可能であり、また、8ビットサイズのR0L及びR0Hとしても使用可能である。   FIG. 98 shows the structure of a register for CPU 311 of effect control device 300. The CPU 311 includes eight registers ER0 to ER7 each having a 32-bit size. Each of these registers can also be used as a 16-bit or 8-bit size register. For example, ER0 can be used as E0 and R0 (R0H + R0L) having a 16-bit size, and can also be used as R0L and R0H having an 8-bit size.

ER0からER7、E0からE7、R0からR7、R0HからR07及びR0LからR7Lの各符号は、複数のレジスタの各々を識別するために付された符号をなすものである。以下の説明では便宜的にこれらの符号をレジスタのアドレスと称し、数字部分が0のレジスタを先頭アドレスのレジスタとし、数字部分の値が増加する順を正順としてアドレス値が増加するものとする。もちろん符号の付し方や順番はこれに限られるものではなく任意に設定可能である。例えば、アルファベット順で順番が定められるようにしても良いし、付した符号の数字やアルファベットの順とは別に各レジスタの順番やアドレスを定めるようにしても良い。   Each code of ER0 to ER7, E0 to E7, R0 to R7, R0H to R07, and R0L to R7L is a code assigned to identify each of the plurality of registers. In the following description, these codes will be referred to as register addresses for convenience, the register having a numerical part of 0 will be the register of the top address, and the address value will increase in the order in which the numerical value increases in the normal order. . Needless to say, the way of assigning symbols and the order are not limited to these, and can be set arbitrarily. For example, the order may be determined in alphabetical order, or the order or address of each register may be determined separately from the numerical value of the reference sign or the alphabetical order.

図99は、ホール設定モード処理(図78)の一部のプログラム構造を示すプログラムリストである。ホール設定モード処理はラベル「_p_hall_menu」に対応し、メイン処理(図63)におけるステップC10において呼び出される。   FIG. 99 is a program list showing a partial program structure of the hole setting mode process (FIG. 78). The hall setting mode process corresponds to the label “_p_hall_menu” and is called in step C10 in the main process (FIG. 63).

行番号5000から5020のコードはステップC506からC508の処理に対応する。行番号5000のコードはステップC506に対応し、ホール設定項目領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号5010のコードはステップC507に対応し、下限到達後の設定値として9を8ビットサイズでR1Lレジスタに設定する。行番号5020のコードはステップC508に対応し、ラベル「_p_downcount」に対応するマイナス更新処理を呼び出す。なお、このマイナス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC509に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of the line numbers 5000 to 5020 correspond to the processing of steps C506 to C508. The code of the row number 5000 corresponds to Step C506, and sets the address of the hole setting item area in the ER0 register in a 32-bit size. The code in line number 5010 corresponds to step C507, and 9 is set in the R1L register as an 8-bit size after the lower limit is reached. The code of the line number 5020 corresponds to Step C508, and calls a minus update process corresponding to the label “_p_downcount”. The return value from the minus update process is returned in the R0L register, and in the subsequent process corresponding to step C509, the process is performed using the value of the R0L register.

行番号5100から5130のコードはステップC511からC514の処理に対応する。行番号5100のコードはステップC511に対応し、ホール設定項目領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号5110のコードはステップC512に対応し、ホール設定項目の上限値として9を8ビットサイズでR1Lレジスタに設定する。行番号5120のコードはステップC513に対応し、上限到達後の設定値として0を8ビットサイズでR1Hレジスタに設定する。行番号5130のコードはステップC514に対応し、ラベル「_p_upcount」に対応するプラス更新処理を呼び出す。なお、このプラス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC515に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of the line numbers 5100 to 5130 correspond to the processing of steps C511 to C514. The code of line number 5100 corresponds to step C511, and sets the address of the hole setting item area in the ER0 register in 32-bit size. The code of the line number 5110 corresponds to Step C512, and sets 9 as an upper limit value of the hole setting item in the R1L register in an 8-bit size. The code in line number 5120 corresponds to step C513, and sets 0 as an 8-bit size in the R1H register as the set value after reaching the upper limit. The code of the line number 5130 corresponds to Step C514, and calls a plus update process corresponding to the label “_p_upcount”. The return value from the plus update processing is returned in the R0L register. In the processing corresponding to step C515 that follows, processing is performed using the value of the R0L register.

図100は、ホール音量調整処理(図79)の一部のプログラム構造を示すプログラムリストである。ホール音量調整処理はラベル「_p_hall_sndvol」に対応し、ホール設定モード処理(図78)におけるステップC516において呼び出される。   FIG. 100 is a program list showing a partial program structure of the hall volume adjustment processing (FIG. 79). The hall volume adjustment processing corresponds to the label “_p_hall_sndvol” and is called in step C516 in the hall setting mode processing (FIG. 78).

行番号5500から5520のコードはステップC533からC535の処理に対応する。行番号5500のコードはステップC533に対応し、ホール音量領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号5510のコードはステップC534に対応し、下限到達後の設定値として0を8ビットサイズでR1Lレジスタに設定する。行番号5520のコードはステップC535に対応し、ラベル「_p_downcount」に対応するマイナス更新処理を呼び出す。なお、このマイナス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC536に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes in the line numbers 5500 to 5520 correspond to the processing in steps C533 to C535. The code of line number 5500 corresponds to step C533, and sets the address of the hall sound volume area in the ER0 register in 32-bit size. The code in the line number 5510 corresponds to Step C534, and sets 0 in the R1L register in an 8-bit size as a set value after the lower limit is reached. The code of the line number 5520 corresponds to the step C535, and calls a minus update process corresponding to the label “_p_downcount”. The return value from the minus update process is returned in the R0L register, and in the subsequent process corresponding to step C536, the process is performed using the value of the R0L register.

行番号5600から5630のコードはステップC538からC541の処理に対応する。行番号5600のコードはステップC538に対応し、ホール音量領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号5610のコードはステップC539に対応し、ホール音量の上限値として9を8ビットサイズでR1Lレジスタに設定する。行番号5620のコードはステップC540に対応し、上限到達後の設定値として9を8ビットサイズでR1Hレジスタに設定する。行番号5630のコードはステップC541に対応し、ラベル「_p_upcount」に対応するプラス更新処理を呼び出す。なお、このプラス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC542に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of line numbers 5600 to 5630 correspond to the processing of steps C538 to C541. The code of line number 5600 corresponds to step C538, and sets the address of the hall sound volume area in the ER0 register in 32-bit size. The code in the line number 5610 corresponds to Step C539, and 9 is set in the R1L register in 8-bit size as the upper limit value of the hall sound volume. The code in line number 5620 corresponds to step C540, and sets 9 as an 8-bit size set value in the R1H register after reaching the upper limit. The code in the line number 5630 corresponds to Step C541, and calls a plus update process corresponding to the label “_p_upcount”. The return value from the plus update process is returned in the R0L register, and in the subsequent process corresponding to step C542, the process is performed using the value of the R0L register.

図101は、ホールLED輝度調整処理(図80)の一部のプログラム構造を示すプログラムリストである。ホールLED輝度調整処理はラベル「_p_hall_ledvol」に対応し、ホール設定モード処理(図78)におけるステップC517において呼び出される。   FIG. 101 is a program list showing a partial program structure of the hall LED brightness adjustment processing (FIG. 80). The hall LED brightness adjustment processing corresponds to the label “_p_hall_ledvol” and is called in step C517 in the hall setting mode processing (FIG. 78).

行番号5700から5720のコードはステップC553からC555の処理に対応する。行番号5700のコードはステップC553に対応し、ホールLED輝度領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号5710のコードはステップC554に対応し、下限到達後の設定値として0を8ビットサイズでR1Lレジスタに設定する。行番号5720のコードはステップC555に対応し、ラベル「_p_downcount」に対応するマイナス更新処理を呼び出す。なお、このマイナス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC556に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of line numbers 5700 to 5720 correspond to the processing of steps C553 to C555. The code in line number 5700 corresponds to step C553, and sets the address of the hall LED luminance area in the ER0 register in 32-bit size. The code of the line number 5710 corresponds to Step C554, and 0 is set in the R1L register as an 8-bit size after the lower limit is reached. The code in the line number 5720 corresponds to Step C555, and calls the minus update process corresponding to the label “_p_downcount”. The return value from the minus update process is returned in the R0L register, and in the subsequent process corresponding to step C556, the process is performed using the value of the R0L register.

行番号5800から5830のコードはステップC558からC561の処理に対応する。行番号5800のコードはステップC558に対応し、ホールLED輝度領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号5810のコードはステップC599に対応し、ホールLED輝度の上限値として9を8ビットサイズでR1Lレジスタに設定する。行番号5820のコードはステップC560に対応し、上限到達後の設定値として9を8ビットサイズでR1Hレジスタに設定する。行番号5830のコードはステップC561に対応し、ラベル「_p_upcount」に対応するプラス更新処理を呼び出す。なお、このプラス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC562に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of line numbers 5800 to 5830 correspond to the processing of steps C558 to C561. The code of the row number 5800 corresponds to Step C558, and sets the address of the hall LED brightness area in the ER0 register in a 32-bit size. The code of the line number 5810 corresponds to Step C599, and sets 9 as an upper limit value of the hall LED luminance in the R1L register in an 8-bit size. The code in line number 5820 corresponds to step C560, and sets 9 as an 8-bit size set value in the R1H register after reaching the upper limit. The code in the line number 5830 corresponds to the step C561, and calls the plus update process corresponding to the label “_p_upcount”. The return value from the plus update process is returned in the R0L register, and in the subsequent process corresponding to step C562, the process is performed using the value of the R0L register.

図102は、遊技者設定モード処理(図81)の一部のプログラム構造を示すプログラムリストである。遊技者設定モード処理はラベル「_p_player_menu」に対応し、メイン処理(図63)におけるステップC11において呼び出される。   FIG. 102 is a program list showing a partial program structure of the player setting mode process (FIG. 81). The player setting mode process corresponds to the label “_p_player_menu” and is called in step C11 of the main process (FIG. 63).

行番号6000から6020のコードはステップC576からC578の処理に対応する。行番号6000のコードはステップC576に対応し、遊技者設定項目領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号6010のコードはステップC577に対応し、下限到達後の設定値として2を8ビットサイズでR1Lレジスタに設定する。行番号6020のコードはステップC578に対応し、ラベル「_p_downcount」に対応するマイナス更新処理を呼び出す。なお、このマイナス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC579に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of the line numbers 6000 to 6020 correspond to the processing of steps C576 to C578. The code of the line number 6000 corresponds to Step C576, and sets the address of the player setting item area in the ER0 register in a 32-bit size. The code of the line number 6010 corresponds to Step C577, and 2 is set in the R1L register in an 8-bit size as a set value after the lower limit is reached. The code of the line number 6020 corresponds to the step C578, and calls a minus update process corresponding to the label “_p_downcount”. The return value from the minus update process is returned in the R0L register, and in the subsequent process corresponding to step C579, the process is performed using the value of the R0L register.

行番号6100から6130のコードはステップC581からC584の処理に対応する。行番号6100のコードはステップC581に対応し、遊技者設定項目領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号6110のコードはステップC582に対応し、遊技者設定項目の上限値として2を8ビットサイズでR1Lレジスタに設定する。行番号6120のコードはステップC583に対応し、上限到達後の設定値として0を8ビットサイズでR1Hレジスタに設定する。行番号6130のコードはステップC584に対応し、ラベル「_p_upcount」に対応するプラス更新処理を呼び出す。なお、このプラス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC585に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of the line numbers 6100 to 6130 correspond to the processing of steps C581 to C584. The code of the line number 6100 corresponds to Step C581, and sets the address of the player setting item area in the ER0 register in a 32-bit size. The code of the line number 6110 corresponds to Step C582, and sets 2 as an upper limit value of the player setting item in the R1L register in an 8-bit size. The code in line number 6120 corresponds to step C583, and sets 0 in the R1H register in 8-bit size as the set value after the upper limit has been reached. The code of the line number 6130 corresponds to the step C584, and calls a plus update process corresponding to the label “_p_upcount”. The return value from the plus update processing is returned in the R0L register, and in the subsequent processing corresponding to step C585, the processing is performed using the value of the R0L register.

図103は、遊技者音量調整処理(図82)の一部のプログラム構造を示すプログラムリストである。遊技者音量調整処理はラベル「_p_player_sndvol」に対応し、遊技者設定モード処理(図81)におけるステップC586において呼び出される。   FIG. 103 is a program list showing a partial program structure of the player volume adjustment process (FIG. 82). The player volume adjustment process corresponds to the label “_p_player_sndvol” and is called in step C586 in the player setting mode process (FIG. 81).

行番号6200から6220のコードはステップC603からC605の処理に対応する。行番号6200のコードはステップC603に対応し、遊技者音量領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号6210のコードはステップC604に対応し、下限到達後の設定値として0を8ビットサイズでR1Lレジスタに設定する。行番号6220のコードはステップC605に対応し、ラベル「_p_downcount」に対応するマイナス更新処理を呼び出す。なお、このマイナス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC606に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of line numbers 6200 to 6220 correspond to the processing of steps C603 to C605. The code of the line number 6200 corresponds to Step C603, and sets the address of the player volume area in the ER0 register in a 32-bit size. The code of the line number 6210 corresponds to Step C604, and sets 0 in the R1L register in an 8-bit size as a set value after the lower limit is reached. The code of the line number 6220 corresponds to Step C605, and calls a minus update process corresponding to the label “_p_downcount”. The return value from the minus update process is returned in the R0L register, and in the subsequent process corresponding to step C606, the process is performed using the value of the R0L register.

行番号6300から6330のコードはステップC608からC611の処理に対応する。行番号6300のコードはステップC608に対応し、遊技者音量領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号6310のコードはステップC609に対応し、遊技者音量の上限値として9を8ビットサイズでR1Lレジスタに設定する。行番号6320のコードはステップC610に対応し、上限到達後の設定値として9を8ビットサイズでR1Hレジスタに設定する。行番号6330のコードはステップC611に対応し、ラベル「_p_upcount」に対応するプラス更新処理を呼び出す。なお、このプラス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC612に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of line numbers 6300 to 6330 correspond to the processing of steps C608 to C611. The code of line number 6300 corresponds to step C608, and sets the address of the player volume area in the ER0 register in 32-bit size. The code in line number 6310 corresponds to step C609, and 9 is set in the R1L register as an 8-bit size as the upper limit of the player volume. The code in the line number 6320 corresponds to Step C610, and 9 is set in the R1H register as an 8-bit size after the upper limit is reached. The code in the line number 6330 corresponds to Step C611, and calls the plus update process corresponding to the label “_p_upcount”. Note that the return value from the plus update processing is returned in the R0L register, and in the subsequent processing corresponding to step C612, processing is performed using the value of the R0L register.

図104は、遊技者LED輝度調整処理(図83)の一部のプログラム構造を示すプログラムリストである。遊技者LED輝度調整処理はラベル「_p_player_ledvol」に対応し、遊技者設定モード処理(図81)におけるステップC587において呼び出される。   FIG. 104 is a program list showing a partial program structure of the player LED brightness adjustment processing (FIG. 83). The player LED brightness adjustment processing corresponds to the label “_p_player_ledvol” and is called in step C587 in the player setting mode processing (FIG. 81).

行番号6400から6420のコードはステップC623からC625の処理に対応する。行番号6400のコードはステップC623に対応し、遊技者LED輝度領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号6410のコードはステップC624に対応し、下限到達後の設定値として0を8ビットサイズでR1Lレジスタに設定する。行番号6420のコードはステップC625に対応し、ラベル「_p_downcount」に対応するマイナス更新処理を呼び出す。なお、このマイナス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC626に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of line numbers 6400 to 6420 correspond to the processing of steps C623 to C625. The code of the line number 6400 corresponds to Step C623, and sets the address of the player LED brightness area in the ER0 register in a 32-bit size. The code of the row number 6410 corresponds to Step C624, and sets 0 in the R1L register in an 8-bit size as a set value after the lower limit is reached. The code of the line number 6420 corresponds to the step C625, and calls a minus update process corresponding to the label “_p_downcount”. The return value from the minus update process is returned in the R0L register, and in the subsequent process corresponding to step C626, the process is performed using the value of the R0L register.

行番号6500から6530のコードはステップC628からC631の処理に対応する。行番号6500のコードはステップC628に対応し、遊技者LED輝度領域のアドレスを32ビットサイズでER0レジスタに設定する。行番号6510のコードはステップC629に対応し、遊技者LED輝度の上限値として9を8ビットサイズでR1Lレジスタに設定する。行番号6520のコードはステップC630に対応し、上限到達後の設定値として9を8ビットサイズでR1Hレジスタに設定する。行番号6530のコードはステップC631に対応し、ラベル「_p_upcount」に対応するプラス更新処理を呼び出す。なお、このプラス更新処理からの戻り値はR0Lレジスタで返されるようになっており、この後に続くステップC632に対応する処理では、R0Lレジスタの値を用いて処理を行う。   The codes of line numbers 6500 to 6530 correspond to the processing of steps C628 to C631. The code of the line number 6500 corresponds to Step C628, and sets the address of the player LED luminance area in the ER0 register in a 32-bit size. The code in the line number 6510 corresponds to Step C629, and 9 is set in the R1L register in an 8-bit size as the upper limit of the player LED luminance. The code in line number 6520 corresponds to step C630, and 9 is set in the R1H register as an 8-bit size after the upper limit has been reached. The code of the line number 6530 corresponds to Step C631, and calls a plus update process corresponding to the label “_p_upcount”. Note that the return value from the plus update processing is returned in the R0L register, and in the processing corresponding to step C632 that follows, processing is performed using the value of the R0L register.

図105は、マイナス更新処理(図84)のプログラム構造を示すプログラムリストである。マイナス更新処理はラベル「_p_downcount」に対応し、上述のホール設定モード処理、ホール音量調整処理、ホールLED輝度調整処理、遊技者設定モード処理、遊技者音量調整処理及び遊技者LED輝度調整処理におけるマイナス更新処理(ステップC508、C535、C555、C578、C605、C625)において呼び出される。   FIG. 105 is a program list showing the program structure of the minus update process (FIG. 84). The minus update process corresponds to the label “_p_downcount”, and the minus in the above-mentioned hall setting mode process, hall volume adjustment process, hall LED brightness adjustment process, player setting mode process, player volume adjustment process, and player LED brightness adjustment process. It is called in the update processing (steps C508, C535, C555, C578, C605, C625).

行番号7000、7010のコードはステップC641に対応する。行番号7000では、ER2レジスタの値をER7レジスタに格納されたアドレスに対応する領域に退避し、行番号7010では、ER0レジスタに格納されたアドレスに対応する領域からR2Lレジスタに値をロードする。これによりR2Lレジスタには現在選択されている項目に対応する値がロードされる。行番号7020のコードはステップC642に対応し、R2Lレジスタの値を−1更新する。   The codes of the line numbers 7000 and 7010 correspond to Step C641. At the row number 7000, the value of the ER2 register is saved in an area corresponding to the address stored in the ER7 register. At the row number 7010, the value is loaded from the area corresponding to the address stored in the ER0 register into the R2L register. This loads the R2L register with the value corresponding to the currently selected item. The code in the line number 7020 corresponds to Step C642, and updates the value of the R2L register by -1.

行番号7030から7040のコードはステップC643、C644の処理に対応する。行番号7030では、更新後のR2Lレジスタの値が0以上である、すなわち項目に対応する値の範囲内であればラベルL1234に対応する行番号7050以降の処理を行う。行番号7040のコードはステップC644の処理に対応し、行番号7030での判定結果が0未満である場合、すなわち項目に対応する値の範囲外である場合に、下限到達後の設定値が格納されたR1Lレジスタの値をR2Lレジスタに格納する。   The codes of the line numbers 7030 to 7040 correspond to the processing of steps C643 and C644. In the line number 7030, if the updated value of the R2L register is 0 or more, that is, if the value is within the range of the value corresponding to the item, the processing from the line number 7050 corresponding to the label L1234 is performed. The code in line number 7040 corresponds to the process in step C644. If the determination result in line number 7030 is less than 0, that is, if the value is outside the range of the value corresponding to the item, the set value after reaching the lower limit is stored. The stored value of the R1L register is stored in the R2L register.

行番号7050から7070のコードはステップC645の処理に対応し、行番号7060では、R2Lレジスタに格納されている更新後の項目に対応する値をER0レジスタに格納されたアドレスに対応する領域に格納する。行番号7070では、R2Lレジスタの値をR0Lレジスタに格納する。その後、行番号7080では、退避していたER2の情報を復帰して呼び出し元の処理に戻る。   The codes of line numbers 7050 to 7070 correspond to the process of step C645. In line number 7060, the value corresponding to the updated item stored in the R2L register is stored in the area corresponding to the address stored in the ER0 register. I do. At the line number 7070, the value of the R2L register is stored in the R0L register. After that, in the line number 7080, the information of the saved ER2 is restored, and the process returns to the calling source.

図106は、プラス更新処理(図85)のプログラム構造を示すプログラムリストである。プラス更新処理はラベル「_p_upcount」に対応し、上述のホール設定モード処理、ホール音量調整処理、ホールLED輝度調整処理、遊技者設定モード処理、遊技者音量調整処理及び遊技者LED輝度調整処理におけるプラス更新処理(ステップC514、C541、C561、C584、C611、C631)において呼び出される。   FIG. 106 is a program list showing the program structure of the plus update process (FIG. 85). The plus update process corresponds to the label “_p_upcount”, and is used in the above-described hall setting mode process, hall volume adjustment process, hall LED brightness adjustment process, player setting mode process, player volume adjustment process, and player LED brightness adjustment process. It is called in the update processing (steps C514, C541, C561, C584, C611, and C631).

行番号7100、7110のコードはステップC651に対応する。行番号7100では、ER2レジスタの値をER7レジスタに格納されたアドレスに対応する領域に退避し、行番号7110では、ER0レジスタに格納されたアドレスに対応する領域からR2Lレジスタに値をロードする。これによりR2Lレジスタには現在選択されている項目に対応する値がロードされる。行番号7120のコードはステップC652に対応し、R2Lレジスタの値を+1更新する。   The codes of the line numbers 7100 and 7110 correspond to Step C651. At the row number 7100, the value of the ER2 register is saved in the area corresponding to the address stored in the ER7 register, and at the row number 7110, the value is loaded from the area corresponding to the address stored in the ER0 register into the R2L register. This loads the R2L register with the value corresponding to the currently selected item. The code in the row number 7120 corresponds to Step C652, and updates the value of the R2L register by +1.

行番号7130から7150のコードはステップC653、C654の処理に対応する。行番号7130では、上限値が格納されたR1Lレジスタの値とR2Lレジスタの値を比較し、行番号7140では、比較結果が項目に対応する値の範囲内であればラベルL2345に対応する行番号7160以降の処理を行う。行番号7150のコードはステップC654の処理に対応し、行番号7140での比較結果が項目に対応する値の範囲外である場合に、上限到達後の設定値が格納されたR1Hレジスタの値をR2Lレジスタに格納する。   The codes of the line numbers 7130 to 7150 correspond to the processing of steps C653 and C654. In the line number 7130, the value of the R1L register storing the upper limit value is compared with the value of the R2L register. In the line number 7140, if the comparison result is within the range of the value corresponding to the item, the line number corresponding to the label L2345 The processing after 7160 is performed. The code in line number 7150 corresponds to the process in step C654. If the comparison result in line number 7140 is out of the range of the value corresponding to the item, the value in the R1H register storing the set value after the upper limit is reached is stored. Store in R2L register.

行番号7160から7180のコードはステップC655の処理に対応し、行番号7170では、R2Lレジスタに格納されている更新後の項目に対応する値をER0レジスタに格納されたアドレスに対応する領域に格納する。行番号7180では、R2Lレジスタの値をR0Lレジスタに格納する。その後、行番号7190では、退避していたER2の情報を復帰して呼び出し元の処理に戻る。   The codes of line numbers 7160 to 7180 correspond to the process of step C655, and in line number 7170, the value corresponding to the updated item stored in the R2L register is stored in the area corresponding to the address stored in the ER0 register. I do. At line number 7180, the value of the R2L register is stored in the R0L register. After that, at the line number 7190, the information of the saved ER2 is restored, and the process returns to the caller.

図107は、乱数処理の一部のプログラム構造を示すプログラムリストである。乱数処理はラベル「_rand」に対応し、上述のメイン処理での乱数更新処理(ステップC12)で呼び出され、乱数を生成するための処理である。   FIG. 107 is a program list showing a partial program structure of the random number processing. The random number process corresponds to the label “_rand”, is called in the random number update process (step C12) in the above-described main process, and is a process for generating a random number.

行番号7200では、乱数シード領域「_r_rand_seed」から値をER0レジスタにロードし、行番号7210では、16進数で41C64E6Dの値をER1レジスタにロードする。行番号7230では、ER1レジスタの値とER0レジスタの値を乗算して結果をER0レジスタに格納する。   At line number 7200, the value from the random number seed area “_r_rand_seed” is loaded into the ER0 register. At line number 7210, the value of 41C64E6D in hexadecimal is loaded into the ER1 register. At line number 7230, the value of the ER1 register is multiplied by the value of the ER0 register, and the result is stored in the ER0 register.

その後、各種の演算を行い、行番号7260ではER1レジスタの値からER1レジスタの値を減算してER1レジスタに格納し、行番号7270では、16進数で80の値をR1Hレジスタに格納して、行番号7280では、ラベル「_hosei」に対応する範囲補正処理を呼び出す。行番号7290では、範囲補正処理からの戻り値が格納されたR1レジスタの値をR0レジスタに格納し、行番号7300では呼び出し元の乱数更新処理に戻る。   After that, various operations are performed. In the row number 7260, the value of the ER1 register is subtracted from the value of the ER1 register and stored in the ER1 register. In the row number 7270, the value of 80 in hexadecimal is stored in the R1H register. At the line number 7280, a range correction process corresponding to the label “_hosei” is called. At the row number 7290, the value of the R1 register storing the return value from the range correction processing is stored in the R0 register. At the row number 7300, the processing returns to the caller random number updating processing.

図108は、範囲補正処理の一部のプログラム構造を示すプログラムリストである。範囲補正処理はラベル「_hosei」に対応し、上述の乱数処理において呼び出され、乱数の範囲を補正するための処理である。   FIG. 108 is a program list showing a partial program structure of the range correction processing. The range correction process corresponds to the label “_hosei”, is called in the above-described random number process, and is a process for correcting the range of the random numbers.

行番号7400では、ER2レジスタの値をER7レジスタに格納されたアドレスに対応する領域に退避し、行番号7410では、ER0レジスタの値をER2レジスタにロードする。行番号7420ではER0レジスタの値をER1レジスタの値で割り、商をER0レジスタに格納する。   At line number 7400, the value of the ER2 register is saved to an area corresponding to the address stored in the ER7 register, and at line number 7410, the value of the ER0 register is loaded into the ER2 register. At line number 7420, the value of the ER0 register is divided by the value of the ER1 register, and the quotient is stored in the ER0 register.

その後、各種の演算を行い、行番号7450では、ER2レジスタの値からER1レジスタの値を減算して結果をER2レジスタに格納し、行番号7460では、ER2レジスタの値をER1レジスタに格納する。これにより、ER2レジスタの演算結果が戻り値としてER1レジスタに格納される。行番号7470では、呼び出し元の乱数処理に戻る。   After that, various operations are performed. In the row number 7450, the value of the ER1 register is subtracted from the value of the ER2 register, and the result is stored in the ER2 register. In the row number 7460, the value of the ER2 register is stored in the ER1 register. As a result, the operation result of the ER2 register is stored in the ER1 register as a return value. In the line number 7470, the process returns to the random number process of the caller.

上述した遊技制御装置100及び演出制御装置300で行われる制御処理には、一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にあるものが含まれている。図109には、このような制御処理の関係性の一例を示した。この関係性においては、一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にあるものについては、一の制御処理が他の制御処理よりも下位のグループに属するようにグループを設定する。また、呼び出し元が複数ある制御処理の場合は、呼び出し元として挙げられる制御処理が属するグループのうち、最も下位のグループに対する下位のグループに属するものとする。   The control processes performed by the game control device 100 and the production control device 300 include those in which one control process is called in response to a call command executed in another control process. I have. FIG. 109 shows an example of the relationship between such control processes. In this relationship, when one control process is called in response to a call command executed in another control process, one control process is in a lower group than another control process. Set the group to belong to. In the case of a control process having a plurality of call sources, it is assumed that the control process belongs to a lower group with respect to the lowest group among the groups to which the control processes listed as the call sources belong.

図109(a)に示す関係性は、第1制御処理が当該第1制御処理とは異なる第2制御処理を呼び出すことが可能であり、第1制御処理が第1及び第2制御処理とは異なる第3制御処理を呼び出すことが可能である。そして、第2制御処理及び第3制御処理が第1から第3制御処理とは異なる第4制御処理を呼び出すことが可能である。なお、第1制御処理が第1から第4制御処理とは異なる第5制御処理を呼び出すことが可能であっても良いし、第5制御処理が第4制御処理を呼び出すことが可能であっても良い。また、第1制御処理が第4制御処理を直接呼び出すことが可能であっても良い。   The relationship shown in FIG. 109A indicates that the first control process can call a second control process different from the first control process, and the first control process is different from the first and second control processes. It is possible to call a different third control process. Then, the second control process and the third control process can call a fourth control process different from the first to third control processes. Note that the first control process may call a fifth control process different from the first to fourth control processes, or the fifth control process may call the fourth control process. Is also good. Further, the first control process may be able to directly call the fourth control process.

この関係性では、第1制御処理が第1グループに属し、この第1制御処理に呼び出される第2、第3、第5制御処理が第2グループに属する。また、第2グループに属する制御処理に呼び出される第4制御処理が第3グループに属する。   In this relationship, the first control process belongs to the first group, and the second, third, and fifth control processes called by the first control process belong to the second group. The fourth control process called by the control process belonging to the second group belongs to the third group.

遊技制御装置100での処理では、タイマ割込み処理(図11)を第1制御処理に、特図1ゲーム処理(図19)を第2制御処理に、特図2ゲーム処理(図20、図21)を第3制御処理に、2バイトデータ取得処理(図52)を第4制御処理に、普図ゲーム処理(図50)を第5制御処理に対応付けることができる。   In the processing in the game control device 100, the timer interrupt processing (FIG. 11) is used as the first control processing, the special figure 1 game processing (FIG. 19) is used as the second control processing, and the special figure 2 game processing (FIGS. 20 and 21). ) Can be associated with the third control process, the 2-byte data acquisition process (FIG. 52) can be associated with the fourth control process, and the general-purpose game process (FIG. 50) can be associated with the fifth control process.

また、遊技制御装置100での処理では、タイマ割込み処理(図11)を第1制御処理に、特図1ゲーム処理(図19)を第2制御処理に、特図2ゲーム処理(図20、図21)を第3制御処理に、ファンファーレ/インターバル中処理(図42)を第4制御処理に対応付けることができる。   In the processing in the game control device 100, the timer interrupt processing (FIG. 11) is used as the first control processing, the special figure 1 game processing (FIG. 19) is used as the second control processing, and the special figure 2 game processing (FIG. 20, 21) can be associated with the third control processing, and the fanfare / interval processing (FIG. 42) can be associated with the fourth control processing.

また、遊技制御装置100での処理では、タイマ割込み処理(図11)を第1制御処理に、特図1ゲーム処理(図19)を第2制御処理に、特図2ゲーム処理(図20、図21)を第3制御処理に、図柄変動制御処理(図53)を第4制御処理に、普図ゲーム処理(図50)を第5制御処理に対応付けることができる。なお、1バイト減算処理(図54)及び1バイト加算処理(図55)を第1から第5制御処理とは異なる第6制御処理とし、第4制御処理が第6制御処理を呼び出すことが可能であるとも言える。   In the processing in the game control device 100, the timer interrupt processing (FIG. 11) is used as the first control processing, the special figure 1 game processing (FIG. 19) is used as the second control processing, and the special figure 2 game processing (FIG. 20, 21) can be associated with the third control process, the symbol variation control process (FIG. 53) can be associated with the fourth control process, and the general-purpose game process (FIG. 50) can be associated with the fifth control process. The 1-byte subtraction process (FIG. 54) and the 1-byte addition process (FIG. 55) can be a sixth control process different from the first to fifth control processes, and the fourth control process can call the sixth control process. It can be said that

また、複数の制御処理から呼び出されることがある演出コマンド設定処理(図56)を第4制御処理として対応付けることも可能である。例えば、タイマ割込み処理(図11)を第1制御処理に、特図1ゲーム処理(図19)を第2制御処理に、特図2ゲーム処理(図20、図21)を第3制御処理に、普図ゲーム処理(図50)を第5制御処理に対応付け、これらの第2、第3、第5制御処理のそれぞれが呼び出す制御処理(例えば、特図1普段処理、特図2普段処理、普図普段処理)のそれぞれを図示しない第6から第8制御処理とし、この第6から第8制御処理から呼び出される演出コマンド設定処理(図56)を第4制御処理として対応付けることが可能である。   Further, the effect command setting processing (FIG. 56) that may be called from a plurality of control processings can be associated as the fourth control processing. For example, the timer interrupt processing (FIG. 11) is used as the first control processing, the special figure 1 game processing (FIG. 19) is used as the second control processing, and the special figure 2 game processing (FIGS. 20 and 21) is used as the third control processing. , The normal map game process (FIG. 50) is associated with the fifth control process, and the second, third, and fifth control processes call control processes (for example, the special map 1 normal process, the special map 2 normal process). , Each of which is shown in FIG. 56, and the effect command setting process (FIG. 56) called from the sixth to eighth control processes can be associated as a fourth control process. is there.

演出制御装置300での処理では、ホール設定モード処理(図78)を第1制御処理に、ホール音量調整処理(図79)を第2制御処理に、ホールLED輝度調整処理(図80)を第3制御処理に、マイナス更新処理(図84)及びプラス更新処理(図85)を第4制御処理に、液晶輝度調整処理(ステップC518)を第5制御処理に対応付けることができる。   In the processing by the effect control device 300, the hall setting mode processing (FIG. 78) is used as the first control processing, the hall volume adjustment processing (FIG. 79) is used as the second control processing, and the hall LED brightness adjustment processing (FIG. 80) is used as the second control processing. The minus control process (FIG. 84) and the plus update process (FIG. 85) can be associated with the fourth control process, and the liquid crystal brightness adjustment process (step C518) can be associated with the fifth control process.

また、演出制御装置300での処理では、遊技者設定モード処理(図81)を第1制御処理に、遊技者音量調整処理(図82)を第2制御処理に、遊技者LED輝度調整処理(図83)を第3制御処理に、マイナス更新処理(図84)及びプラス更新処理(図85)を第4制御処理に対応付けることができる。   In the processing performed by the effect control device 300, the player setting mode processing (FIG. 81) is used as the first control processing, the player volume adjustment processing (FIG. 82) is used as the second control processing, and the player LED brightness adjustment processing (FIG. 82). 83) can be associated with the third control process, and the minus update process (FIG. 84) and the plus update process (FIG. 85) can be associated with the fourth control process.

遊技制御装置100での処理では、上記の関係性に関係なく、引数や戻り値を格納するレジスタを指定している。引数を格納するレジスタとしては、例えば図86の行番号1180、1190に示すように主にAレジスタやHLレジスタが用いられ、例えば図91の行番号2340に示すように戻り値を格納するレジスタとしては主にHLレジスタが用いられる。すなわち、引数や戻り値を格納するレジスタは、制御処理が属するグループに関係なく、制御処理ごとに定められる。   In the processing in the game control device 100, a register for storing an argument or a return value is specified regardless of the above relationship. As registers for storing arguments, for example, A registers and HL registers are mainly used as shown in line numbers 1180 and 1190 in FIG. 86. For example, as registers for storing return values as shown in line number 2340 in FIG. Mainly uses an HL register. That is, the register for storing the argument and the return value is determined for each control process regardless of the group to which the control process belongs.

遊技制御装置100のCPU111Aは使用可能なレジスタがそれほど多くなく、グループに関係なく使用するレジスタを設定するようにして、限られたレジスタを効率良く使用するようにしている。また、グループごとに使用するレジスタを定めると、戻り値の格納の際にレジスタ間で値を移動させる処理が必要となる。しかし、遊技制御装置100ではROM111Bの容量が限られているので、グループに関係なく同じレジスタを用いるようにしてレジスタ間で値を移動させる処理を不要とし、プログラム容量を削減するようにしている。   The CPU 111A of the game control device 100 has few registers that can be used, and sets registers to be used irrespective of the group so that limited registers can be used efficiently. In addition, when a register to be used is determined for each group, a process of moving a value between registers when storing a return value is required. However, in the game control device 100, the capacity of the ROM 111B is limited, so that the same register is used regardless of the group and the process of moving a value between registers becomes unnecessary, and the program capacity is reduced.

これに対して演出制御装置300では、基本的には上記のように設定されたグループと、各グループの制御処理が使用するレジスタが対応付けられている。また、本実施形態では、グループの順位とレジスタの順位が対応するようにされている。グループの順位とは第1グループを最上位とし、第2グループ、第3グループ…の順に順位が低くなるものである。レジスタの順位とは、R0レジスタを最上位とし、R1レジスタ、R2レジスタ…の順に順位が低くなるものである。なお、R0レジスタがレジスタのうちの先頭アドレスに対応するものであっても良いし、先頭アドレスでなくても良い。各レジスタのアドレスの順番と順位は対応していても良いし、対応していなくても良い。   On the other hand, in the effect control device 300, the groups set as described above are basically associated with the registers used by the control processing of each group. In the present embodiment, the order of the group and the order of the register correspond to each other. The order of the groups is such that the first group is the highest, the second group, the third group,... The order of the registers is such that the R0 register is the highest order, the R1 register, the R2 register,... Note that the R0 register may correspond to the start address of the register, or may not be the start address. The order and order of the addresses of the registers may correspond or may not correspond.

例えば、第3グループに属する制御処理では主にR2レジスタを使用し、第3グループの上位のグループである第2グループに属する制御処理では主にR2レジスタの上位のR1レジスタを使用するようにしている。また、第2グループの上位のグループである第1グループに属する制御処理では主にR1レジスタの上位のR0レジスタを使用するようにしている。   For example, the control process belonging to the third group mainly uses the R2 register, and the control process belonging to the second group, which is a higher group of the third group, mainly uses the upper R1 register of the R2 register. I have. In the control processing belonging to the first group, which is the higher group of the second group, the upper R0 register of the R1 register is mainly used.

そして、図109(b)に示すように呼び出し元の制御処理への戻り値を格納するレジスタとして、呼び出し元のグループに応じたレジスタを用いるようにしている。例えば、乱数更新処理(ステップC12)に呼び出される乱数処理(図107)と、乱数処理に呼び出される範囲補正処理(図108)では、乱数更新処理が第1グループに属し、乱数処理が第2グループに属し、範囲補正処理が第3グループに属する。この関係性において、第3グループに属する範囲補正処理では主にR2レジスタを用いて処理を行い、最後にR2レジスタからR1レジスタに戻り値を移すようにしている(行番号7460)。また、第2グループに属する乱数処理では主にR1レジスタを用いて処理を行い、最後にR1レジスタからR0レジスタに戻り値を移すようにしている(行番号7290)。   Then, as shown in FIG. 109 (b), a register corresponding to the group of the caller is used as a register for storing the return value to the control processing of the caller. For example, in the random number process (FIG. 107) called for the random number update process (step C12) and the range correction process (FIG. 108) called for the random number process, the random number update process belongs to the first group, and the random number process belongs to the second group. , And the range correction process belongs to the third group. In this relationship, in the range correction processing belonging to the third group, processing is mainly performed using the R2 register, and finally, the return value is transferred from the R2 register to the R1 register (line number 7460). In the random number processing belonging to the second group, processing is mainly performed using the R1 register, and finally, the return value is transferred from the R1 register to the R0 register (line number 7290).

また、原則として第3グループに属する制御処理では、戻り値をR1レジスタに格納するが、図105に示すマイナス更新処理及び図106に示すプラス更新処理では、図109(c)に示すように戻り値をR0レジスタに格納している。これは、マイナス更新処理及びプラス更新処理が第1グループに属する制御処理からも呼び出されるからである。このような場合は、呼び出し元の制御処理が属するグループのうち最も上位のグループが使用するレジスタに戻り値を格納する。よって、マイナス更新処理及びプラス更新処理では、第1グループに属する制御処理が使用するR0レジスタに戻り値を格納するようにしている。   Also, in principle, in the control processing belonging to the third group, the return value is stored in the R1 register, but in the minus update processing shown in FIG. 105 and the plus update processing shown in FIG. 106, the return value is returned as shown in FIG. The value is stored in the R0 register. This is because the minus update process and the plus update process are also called from the control processes belonging to the first group. In such a case, the return value is stored in a register used by the highest group among the groups to which the control process of the caller belongs. Therefore, in the minus update process and the plus update process, the return value is stored in the R0 register used by the control process belonging to the first group.

また、これに対応して、第1グループに属する図99に示すホール設定モード処理や図102に示す遊技者設定モード処理では、第3グループに属するマイナス更新処理及びプラス更新処理を呼び出す場合に、引数を第2グループに属する処理が使用するレジスタであるR1レジスタに格納する。すなわち、呼び出し先の処理が属するグループの一つ上位のグループが使用するレジスタに引数を格納するようにしている。   Correspondingly, in the hall setting mode process shown in FIG. 99 belonging to the first group and the player setting mode process shown in FIG. 102, when calling the minus update process and plus update process belonging to the third group, The argument is stored in the R1 register which is a register used by the process belonging to the second group. That is, the argument is stored in a register used by a group one level higher than the group to which the called process belongs.

演出制御装置300ではCPU311のレジスタやPROM321の容量に余裕があるため、このように使用するレジスタを予め定めることが可能である。このように制御処理が属するグループごとに使用するレジスタを予め定めることで、各制御処理の開発にあたって当該制御処理で使用するレジスタが自ずと決まり、開発の効率を高めることができる。また、開発時に戻り値のアドレスを見れば現在の階層が分かるため、後からプログラムを見返したときや他人が見たときにもわかりやすく開発の効率を高めることができる。また、例えば、戻り値のレジスタと処理に用いるレジスタが一致する場合には、戻り値を一旦RAMに格納する処理が必要となる場合があるが、戻り値に使用するレジスタをグループにより定めることで、このような処理を行う必要がなくなる。   In the effect control device 300, since the capacity of the register of the CPU 311 and the capacity of the PROM 321 have room, the register to be used in this way can be determined in advance. By preliminarily determining the registers to be used for each group to which the control processing belongs, the registers to be used in the control processing are naturally determined in the development of each control processing, and the development efficiency can be improved. In addition, since the current hierarchy can be determined by looking at the address of the return value during development, the efficiency of development can be improved in a manner that is easy to understand when the program is looked back later or when viewed by others. Further, for example, when the register of the return value and the register used for processing match, it may be necessary to temporarily store the return value in the RAM, but by defining the register used for the return value by a group. It is not necessary to perform such processing.

なお、グループの順位と同順位のレジスタを使用するとしたが、グループが下位となるほど下位のレジスタを使用すればよく、必ずしも同順位でなくても良い。すなわち、制御処理の階層が深い(グループの順位が低い)場合は先頭に近いレジスタ(順位が高いレジスタ)を使用している可能性が高いため、戻り値に先頭に近いレジスタを使わないようにすれば良い。上の階層に行くほど先頭のレジスタが空いてくるので使用することができる。つまり、制御処理の階層が深くなる(グループの順位が低くなる)ほど、戻り値に先頭アドレスから遠いレジスタ(順位が低いレジスタ)を用い、制御処理の階層が浅いところほど先頭アドレスから近いレジスタを使っていれば良い。   Although the registers having the same rank as the rank of the group are used, lower registers may be used as the group becomes lower, and the registers do not necessarily have to have the same rank. In other words, when the control processing is deep (the order of the groups is low), it is highly possible that the register near the beginning (the register with the highest order) is used. Just do it. The higher the layer, the more the first register becomes available, so it can be used. In other words, the deeper the hierarchy of control processing (the lower the rank of a group), the more distant the register from the top address (the lower the order of the register) is the return value, and the lower the hierarchy of the control processing, the closer the register to the top address. Just use it.

また、グループ分けの基準は呼出し命令の関係によるものに限られず任意に設定可能である。例えば、特図1ゲーム処理に含まれる制御処理を第1グループとし、特図2ゲーム処理に含まれる制御処理を第2グループとし、普図ゲーム処理に含まれる制御処理を第3グループとしても良い。さらに、これらの第1から第3グループの中でさらにグループ分けを行うようにしても良い。そして、このように分けられたグループと使用するレジスタを対応付けるようにしても良い。   Further, the criteria for grouping are not limited to those based on the relationship between the call commands, and can be set arbitrarily. For example, the control processing included in the special figure 1 game processing may be a first group, the control processing included in the special figure 2 game processing may be a second group, and the control processing included in the general figure game processing may be a third group. . Further, the first to third groups may be further divided into groups. Then, the group thus divided may be associated with the register to be used.

また、図109(c)に示した例のように、順位が異なる複数のグループから呼び出される制御処理について、戻り値を格納するレジスタを呼び出し元の制御処理のグループに応じたレジスタとするようにしても良い。例えば、マイナス更新処理及びプラス更新処理について、呼び出し元が第1グループに属するホール設定モード処理や遊技者設定モード処理である場合には、戻り値をR0レジスタに格納し、呼び出し元が第2グループに属するホール音量調整処理などである場合には、戻り値をR1レジスタに格納するようにしても良い。   Further, as in the example shown in FIG. 109 (c), for a control process called from a plurality of groups having different ranks, the register for storing the return value is set to a register corresponding to the group of the control process of the caller. May be. For example, in the case of the minus update process and the plus update process, when the caller is the hall setting mode process or the player setting mode process belonging to the first group, the return value is stored in the R0 register, and the caller is in the second group. In the case of a hall volume adjustment process or the like belonging to, the return value may be stored in the R1 register.

また、制御処理が属するグループに関わらず、先頭に近いレジスタから優先的に戻り値に使用するようにしても良い。例えば、図109(d)に示すように、戻り値が1つの場合はR0レジスタに戻り値を格納し、戻り値が2つの場合はR0レジスタに1つ目の戻り値を格納してR1レジスタに2つ目の戻り値を格納する。戻り値が3つの場合はR0レジスタに1つ目の戻り値を格納し、R1レジスタに2つ目の戻り値を格納し、R2レジスタに3つ目の戻り値を格納する。   Further, regardless of the group to which the control process belongs, the register closest to the head may be preferentially used as a return value. For example, as shown in FIG. 109 (d), when there is one return value, the return value is stored in the R0 register, and when there are two return values, the first return value is stored in the R0 register and the R1 register is stored. To store the second return value. When there are three return values, the first return value is stored in the R0 register, the second return value is stored in the R1 register, and the third return value is stored in the R2 register.

戻り値が複数ある場合に各戻り値のサイズが小さく同一グループ(同一階層)のレジスタに収まる場合でも上記のように異なるグループ(階層)のレジスタに戻り値を格納する。例えば、2つの戻り値がそれぞれ1バイトサイズでR0L、R0Hと割り当てられるとしても、1つ目をR0Lに格納し、2つ目をR1Lに格納する。   When there are a plurality of return values, even if the size of each return value is small and can be accommodated in a register of the same group (same hierarchy), the return value is stored in a register of a different group (hierarchy) as described above. For example, even if two return values are respectively assigned as R0L and R0H in 1-byte size, the first is stored in R0L and the second is stored in R1L.

戻り値が4つ以上の場合は、R0レジスタに1つ目の戻り値を格納し、R1レジスタに2つ目の戻り値を格納し、R2レジスタに3つ目の戻り値を格納する。さらに、4つ目以降の戻り値をRAM322に格納する。戻り値の格納にRAM322を使用し始める戻り値の数は4に限られず任意の数に設定可能であり、例えば、戻り値が1つの場合からレジスタを用いずにRAM322に格納するようにしても良いし、戻り値が8以上の場合からRAM322に格納するようにしても良い。また、RAM322に替えて又は併用してスタック領域を用いても良い。   If there are four or more return values, the first return value is stored in the R0 register, the second return value is stored in the R1 register, and the third return value is stored in the R2 register. Further, the fourth and subsequent return values are stored in the RAM 322. The number of return values starting to use the RAM 322 for storing the return value is not limited to four, and can be set to any number. For example, even if the return value is one, the return value may be stored in the RAM 322 without using a register. Alternatively, the return value may be stored in the RAM 322 when the return value is 8 or more. Further, a stack area may be used instead of or in combination with the RAM 322.

レジスタの種類には限界があるのでグループが多くなる(階層が深くなる)と、グループごとに使用するレジスタを定めるのが困難な場合があるが、必ず先頭から使うようにするとレジスタが足りなくするのを回避できる。さらにRAM322など他の領域を併用することで戻り値が幾つとなっても対応可能となる。   Since there are limits on the types of registers, it may be difficult to determine the registers to be used for each group if the number of groups is large (the hierarchy is deep), but if you always use them from the beginning, you will run out of registers Can be avoided. Further, by using another area such as the RAM 322, it is possible to cope with any number of return values.

また、引数についても戻り値と同じようなレジスタの使用順とすることができ、引数が複数ある場合に上記と同様に先頭に近いレジスタから優先的に使用するようにしている。例えば、図99から図104に示した処理では、マイナス更新処理を呼び出す際の引数をER0、R1Lの順に格納している。すなわち、レジスタ0、レジスタ1…と使用している。この場合に引数が所定数以上ある場合はRAM322など他の領域を併用しても良い。また、図99から図104に示した処理では、プラス更新処理を呼び出す際の引数をER0、R1L、R1H…の順に格納している。このように、同階層の2つのレジスタを順位付けて使用するようにしても良いし、上記のように異なる階層のレジスタを一つずつ順に使用するようにしても良い。   Also, the arguments can be used in the same order of use of registers as the return value, and when there are a plurality of arguments, the register closest to the top is used preferentially as described above. For example, in the processing shown in FIGS. 99 to 104, the arguments for calling the minus update processing are stored in the order of ER0 and R1L. That is, registers 0, 1 and so on are used. In this case, if there are more than a predetermined number of arguments, another area such as the RAM 322 may be used together. In the processing shown in FIGS. 99 to 104, arguments for calling the plus update processing are stored in the order of ER0, R1L, R1H. As described above, two registers of the same hierarchy may be used in order, or registers of different layers may be used one by one as described above.

なお、図109(d)では、使用するレジスタをRx(xは数字)として示したが、図98に示したレジスタ構造におけるERx、Ex、Rx、RxH、RxLのいずれの系統についても同じように使用可能である。また、異なる系統のレジスタを任意に組合せて使用しても良い。例えば、R0、E1、ER2、R3H、R3L、R4L…の順で使用しても良い。また、R0…R7と使用した後にE0…E7と使用するように、一の系統について先頭から使用し、全て使用したら他の系統の先頭から使用するようにしても良い。この場合R4、R5、R6、E3、E4、E5、E6、E7のように、各系統の一部分のみを使用するようにしても良い。   In FIG. 109 (d), the registers to be used are shown as Rx (x is a number). However, the same applies to any of the systems ERx, Ex, Rx, RxH, and RxL in the register structure shown in FIG. Can be used. Further, registers of different systems may be used in any combination. For example, R0, E1, ER2, R3H, R3L, R4L... May be used in this order. In addition, one system may be used from the beginning such that E0 to E7 are used after using R0 to R7, and the system may be used from the beginning of another system when all are used. In this case, only a part of each system may be used, such as R4, R5, R6, E3, E4, E5, E6, and E7.

また、先頭から順に使用するとしたが、逆に後端から順に使用するようにしても良い。また、戻り値で使用するレジスタの順と、引数で使用するレジスタの順は同じであっても良いし異なっていても良い。また、各制御処理に設定されたグループに従い引数や戻り値で使用するレジスタの順を定めるようにしても良い。例えば、属するグループが定められた制御処理を呼び出す場合には、当該制御処理が属するグループに対応して設定される順位に従ってレジスタに引数を格納するようにする。   In addition, although they are used sequentially from the head, they may be used sequentially from the rear end. The order of registers used for return values and the order of registers used for arguments may be the same or different. Also, the order of registers used for arguments and return values may be determined according to the group set for each control process. For example, when a control process in which a group to which the control process belongs is called, an argument is stored in a register in accordance with the order set corresponding to the group to which the control process belongs.

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(演出制御装置300)を備え、制御手段は、複数のレジスタを備える演算処理手段(CPU311)を備え、一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にある場合に、一の制御処理が他の制御処理に返す戻り値をレジスタに格納する際には、複数のレジスタの各々に予め定められた順位に従って戻り値を格納するようにしたこととなる。したがって、各制御処理の開発にあたって当該制御処理で使用するレジスタが自ずと決まり、開発の効率を高めることができる。また、どのレジスタにどの値が格納されるかが把握しやすくプログラムの検証が容易となり開発の効率を高めることができる。   Based on the above, the control means for performing a game-related control in a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result ( Effect control device 300), the control means includes an arithmetic processing means (CPU 311) having a plurality of registers, and one control process is called in response to a call command executed in another control process. When the return value returned by one control process to another control process is stored in a register, the return value is stored in each of the plurality of registers according to a predetermined order. . Therefore, when developing each control process, the register used in the control process is determined by itself, and the development efficiency can be improved. Further, it is easy to grasp which value is stored in which register, so that the program can be easily verified and the development efficiency can be improved.

また、制御手段は、複数のレジスタの各々を識別するために付された符号の順に順位を設定するようにしたこととなる。したがって、どのレジスタにどの値が格納されるかが把握しやすくプログラムの検証が容易となり開発の効率を高めることができる。なお、複数のレジスタの各々を識別するために付された符号とは、上記の実施形態ではER0からER7、E0からE7、R0からR7、R0HからR07及びR0LからR7Lの各符号であり、この符号の数字部分が0のレジスタを先頭のレジスタとし、数字部分の値が増加する順を正順として順位が設定されている。よって、上記の実施形態では、制御手段は、レジスタのアドレスの順に当該アドレスの先頭から順位を設定するようにしたとも言える。   Further, the control means sets the order in the order of the reference numerals assigned to identify each of the plurality of registers. Therefore, it is easy to grasp which value is stored in which register, so that the program can be easily verified and the development efficiency can be improved. In addition, the code | symbol attached in order to identify each of several registers is each code | symbol of ER0 to ER7, E0 to E7, R0 to R7, R0H to R07, and R0L to R7L in the said embodiment. The register in which the numeral portion of the code is 0 is the first register, and the order is set such that the order in which the value of the numeral portion increases is the normal order. Therefore, in the above embodiment, it can be said that the control means sets the order from the head of the register in the order of the address of the register.

また、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(演出制御装置300)を備え、制御手段は、複数のレジスタを備える演算処理手段(CPU311)と、制御に関する情報を記憶可能な記憶手段(RAM322)と、を備え、一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にある場合に、一の制御処理が他の制御処理に返す戻り値をレジスタに格納する際には、複数のレジスタの各々に予め定められた順位に従って戻り値を格納し、所定数以上の戻り値がある場合は、複数のレジスタに対して順位に従って所定数までの戻り値を格納するとともに、所定数以上の戻り値を記憶手段に格納するようにしたこととなる。したがって、戻り値が多くなっても対応可能となる。   In addition, a control means (effect control device) for performing a game-related control in a gaming machine that executes a game based on satisfaction of a predetermined condition and generates a state advantageous to a player when a result of the game is a special result. 300), the control means includes an arithmetic processing means (CPU 311) having a plurality of registers, and a storage means (RAM 322) capable of storing information related to control, and one control processing is replaced by another control processing. When one control process stores a return value to be returned to another control process in a register when the relationship is called in response to a call instruction to be executed, a predetermined value is stored in each of the plurality of registers. Return values are stored according to the rank, and when there are more than a predetermined number of return values, up to a predetermined number of return values are stored in a plurality of registers according to the rank, and at least a predetermined number of return values are stored. The fact that so as to store the 憶 means. Therefore, it is possible to cope with an increase in the return value.

また、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(演出制御装置300)を備え、制御手段は、複数のレジスタを備える演算処理手段(CPU311)を備え、一の制御処理が呼出し命令を実行して他の制御処理を呼び出す場合に設定する引数をレジスタに格納する際に、複数のレジスタの各々に予め定められた順位に従って格納するようにしたこととなる。したがって、各制御処理の開発にあたって当該制御処理で使用するレジスタが自ずと決まり、開発の効率を高めることができる。また、どのレジスタにどの値が格納されるかが把握しやすくプログラムの検証が容易となり開発の効率を高めることができる。   In addition, a control means (effect control device) for performing a game-related control in a gaming machine that executes a game based on satisfaction of a predetermined condition and generates a state advantageous to a player when a result of the game is a special result. 300), and the control means includes an arithmetic processing means (CPU 311) having a plurality of registers, and stores, in the register, an argument set when one control processing executes a call instruction and calls another control processing. In this case, the data is stored in each of the plurality of registers according to a predetermined order. Therefore, when developing each control process, the register used in the control process is determined by itself, and the development efficiency can be improved. Further, it is easy to grasp which value is stored in which register, so that the program can be easily verified and the development efficiency can be improved.

また、制御手段は、複数のレジスタの各々を識別するために付された符号の順に順位を設定するようにしたこととなる。したがって、どのレジスタにどの値が格納されるかが把握しやすくプログラムの検証が容易となり開発の効率を高めることができる。   Further, the control means sets the order in the order of the reference numerals assigned to identify each of the plurality of registers. Therefore, it is easy to grasp which value is stored in which register, so that the program can be easily verified and the development efficiency can be improved.

また、制御手段は、制御に関する情報を記憶可能な記憶手段(RAM322)を備え、所定数以上の引数がある場合は、複数のレジスタに対して順位に従って所定数までの引数を格納するとともに、所定数以上の引数を記憶手段に格納するようにしたこととなる。したがって、戻り値が多くなっても対応可能となる。   Further, the control means includes a storage means (RAM 322) capable of storing information relating to the control. When there are a predetermined number or more of arguments, the control means stores the predetermined number of arguments in a plurality of registers in accordance with the order, and stores the predetermined number of arguments. This means that more than two arguments are stored in the storage means. Therefore, it is possible to cope with an increase in the return value.

また、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(演出制御装置300)を備え、制御手段は、複数のレジスタを備える演算処理手段(CPU311)を備え、複数の制御処理の一部又は全部について、各制御処理が属するグループを複数のグループのうちのいずれかに予め定め、属するグループが定められた制御処理を実行する場合には、当該制御処理が属するグループに対応したレジスタを使用するようにしたこととなる。したがって、各制御処理の開発にあたって当該制御処理で使用するレジスタが自ずと決まり、開発の効率を高めることができる。また、どのレジスタにどの値が格納されるかが把握しやすくプログラムの検証が容易となり開発の効率を高めることができる。   In addition, a control means (effect control device) for performing a game-related control in a gaming machine that executes a game based on satisfaction of a predetermined condition and generates a state advantageous to a player when a result of the game is a special result. 300), the control means includes an arithmetic processing means (CPU 311) having a plurality of registers, and for some or all of the plurality of control processing, the group to which each control processing belongs is set to one of the plurality of groups. When a predetermined group to which a group belongs executes a control process, a register corresponding to the group to which the control process belongs is used. Therefore, when developing each control process, the register used in the control process is determined by itself, and the development efficiency can be improved. Further, it is easy to grasp which value is stored in which register, so that the program can be easily verified and the development efficiency can be improved.

また、制御手段は、複数のグループの各々に順位を予め定めるとともに、複数のレジスタの各々に順位を予め定め、一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にあるものについては、一の制御処理が他の制御処理よりも下位のグループに属するようにし、属するグループが定められた制御処理を実行する場合には、当該制御処理が属するグループの順位に対応した順位のレジスタを使用するようにしたこととなる。したがって、各制御処理の開発にあたって当該制御処理で使用するレジスタが自ずと決まり、開発の効率を高めることができる。また、どのレジスタにどの値が格納されるかが把握しやすくプログラムの検証が容易となり開発の効率を高めることができる。   In addition, the control means pre-determines the order of each of the plurality of groups, pre-determines the order of each of the plurality of registers, and one control process corresponds to a call instruction executed in another control process. For those that are called, one control process belongs to a group lower than the other control processes, and when the control process to which the group belongs is performed, the control process This means that the register of the order corresponding to the order is used. Therefore, when developing each control process, the register used in the control process is determined by itself, and the development efficiency can be improved. Further, it is easy to grasp which value is stored in which register, so that the program can be easily verified and the development efficiency can be improved.

また、制御手段は、一の制御処理が、他の制御処理に値を返す場合に、一の制御処理が属するグループの順位に応じた順位のレジスタを用いて値を返すようにしたこととなる。したがって、したがって、戻り値を格納するレジスタを設定する際にグループに応じて設定すれば良く、開発の効率を高めることができる。   In addition, when one control process returns a value to another control process, the control means returns a value using a register of an order corresponding to the order of the group to which the one control process belongs. . Therefore, it is only necessary to set the register for storing the return value in accordance with the group, and the development efficiency can be improved.

また、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(遊技制御装置100、演出制御装置300)を備え、制御手段は、第1制御処理と、第1制御処理にて実行する第1呼出し命令に対応して呼び出される第2制御処理と、第1制御処理にて実行する第2呼出し命令に対応して呼び出される第3制御処理と、第2制御処理及び第3制御処理にて実行する第3呼出し命令に対応して呼び出される第4制御処理と、を実行可能であることとなる。したがって、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性が明確となり、引数や戻り値の状態を把握しやすくなって開発の効率を高めることができる。   Further, a control means (game control device) for performing a game-related control in a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result. 100, an effect control device 300), and the control means includes a first control process, a second control process called in response to a first call command executed in the first control process, and a first control process. A third control process called in response to the second call instruction to be executed and a fourth control process called in response to the third call instruction executed in the second control process and the third control process can be executed. It will be. Therefore, each control process can be independently developed, and the development efficiency can be improved. Further, the relationship between the respective control processes becomes clear, and the state of the argument and the return value can be easily grasped, so that the development efficiency can be improved.

また、制御手段は、第1制御処理にて実行する第4呼出し命令に対応して呼び出される第5制御処理と、第5制御処理にて実行する前記第3呼出し命令に対応して呼び出される第4制御処理と、を実行可能であることとなる。したがって、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性が明確となり、引数や戻り値の状態を把握しやすくなって開発の効率を高めることができる。   The control means may include a fifth control process called in response to a fourth call instruction executed in the first control process, and a fifth control process called in response to the third call instruction executed in the fifth control process. 4 control processing can be executed. Therefore, each control process can be independently developed, and the development efficiency can be improved. Further, the relationship between the respective control processes becomes clear, and the state of the argument and the return value can be easily grasped, so that the development efficiency can be improved.

図110(a)に示す例は、第1制御処理が当該第1制御処理とは異なる第2制御処理を呼び出すことが可能であり、第2制御処理が第1及び第2制御処理とは異なる第3制御処理を呼び出すことが可能であるとともに、第1制御処理が第3制御処理を直接呼び出すことも可能となっている。そして、第1から第3制御処理とは異なる第4制御処理が、第1から第4制御処理とは異なる第5制御処理を呼び出すことが可能であり、第5制御処理が第3制御処理を呼び出すことが可能であるとともに、第4制御処理が第3制御処理を直接呼び出すことも可能となっている。   In the example shown in FIG. 110A, the first control process can call a second control process different from the first control process, and the second control process is different from the first and second control processes. The third control process can be called, and the first control process can directly call the third control process. Then, a fourth control process different from the first to third control processes can call a fifth control process different from the first to fourth control processes, and the fifth control process executes the third control process. In addition to being able to call, the fourth control process can directly call the third control process.

この関係性では、第1制御処理及び第4制御処理が第1グループに属し、この第1グループに属する制御処理に呼び出される第2、第5制御処理が第2グループに属する。また、第2グループに属する制御処理に呼び出される第3制御処理が第3グループに属する。   In this relationship, the first control process and the fourth control process belong to the first group, and the second and fifth control processes called by the control processes belonging to the first group belong to the second group. The third control process called by the control process belonging to the second group belongs to the third group.

遊技制御装置100での処理では、図57から図60に示した変形例が対応し、特図1ゲーム処理(図19)を第1制御処理に、特図1表示中処理(図57)を第2制御処理に、2バイトデータ取得処理(図52)を第3制御処理に、特図2ゲーム処理(図20、図21)を第4制御処理に、特図2表示中処理(図58)を第5制御処理に対応付けることができる。   In the processing in the game control device 100, the modified examples shown in FIGS. 57 to 60 correspond to the special figure 1 game processing (FIG. 19) as the first control processing and the special figure 1 displaying processing (FIG. 57). In the second control processing, the 2-byte data acquisition processing (FIG. 52) is used as the third control processing, the special figure 2 game processing (FIGS. 20 and 21) is used as the fourth control processing, and the special figure 2 displaying processing (FIG. 58). ) Can be associated with the fifth control process.

また、複数の制御処理から呼び出されることがある演出コマンド設定処理(図56)を第3制御処理として対応付けることも可能である。例えば、特図1ゲーム処理(図19)を第1制御処理に、特図2ゲーム処理(図20、図21)を第4制御処理に対応付け、これらの第2、第3制御処理のそれぞれが呼び出す制御処理(例えば、特図1普段処理、特図2普段処理)のそれぞれを図示しない第2及び第5制御処理とし、この第2及び第5制御処理から呼び出される演出コマンド設定処理(図56)を第3制御処理として対応付けることが可能である。なお、普図ゲーム処理(図50)を第4制御処理に対応付け、この普図ゲーム処理が呼び出す普図普段処理を第5制御処理とし、この第5制御処理から呼び出される演出コマンド設定処理(図56)を第3制御処理として対応付けることも可能である。   Further, the effect command setting processing (FIG. 56) which may be called from a plurality of control processings can be associated as the third control processing. For example, the special figure 1 game processing (FIG. 19) is associated with the first control processing, and the special figure 2 game processing (FIGS. 20 and 21) is associated with the fourth control processing. Are called second and fifth control processes (not shown), respectively, and the effect command setting process (FIG. 7) called from the second and fifth control processes. 56) can be associated as a third control process. It should be noted that the general-purpose game process (FIG. 50) is associated with the fourth control process, the general-purpose normal process called by the general-purpose game process is defined as a fifth control process, and the effect command setting process ( FIG. 56) can be associated as the third control process.

演出制御装置300の処理では、ホール設定モード処理(図78)を第1制御処理に、ホール音量調整処理(図79)及びホールLED輝度調整処理(図80)を第2制御処理に、マイナス更新処理(図84)及びプラス更新処理(図85)を第3制御処理に、遊技者設定モード処理(図81)を第4制御処理に、遊技者音量調整処理(図82)を第5制御処理に、遊技者LED輝度調整処理(図83)を第5制御処理に対応付けることができる。   In the processing of the effect control device 300, the hall setting mode processing (FIG. 78) is updated to the first control processing, the hall volume adjustment processing (FIG. 79) and the hall LED brightness adjustment processing (FIG. 80) are updated to the second control processing, and the minus update is performed. The process (FIG. 84) and the plus update process (FIG. 85) are used as a third control process, the player setting mode process (FIG. 81) is used as a fourth control process, and the player volume adjustment process (FIG. 82) is used as a fifth control process. In addition, the player LED brightness adjustment processing (FIG. 83) can be associated with the fifth control processing.

なお、第3制御処理が、当該第3制御処理とは異なるグループである第1制御処理と第2制御処理から共通に呼び出されるものであれば良い。よって、第1制御処理から第3制御処理を呼び出す過程で一又は複数段階の制御処理の呼出しを挟んでいても良いし、第1制御処理と第2制御処理との間や、第2制御処理と第3制御処理との間についても一又は複数段階の制御処理の呼出しを挟んでいても良い。   Note that the third control process may be any one that is commonly called from the first control process and the second control process, which are groups different from the third control process. Therefore, in the process of calling the third control process from the first control process, a call of one or more stages of the control process may be interposed, or the first control process may be interposed between the first control process and the second control process. One or more steps of control processing may be interposed between the control processing and the third control processing.

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(遊技制御装置100、演出制御装置300)を備え、制御手段は、第1制御処理と、第1制御処理にて実行する第1呼出し命令に対応して呼び出される第2制御処理と、第1制御処理及び第2制御処理にて実行する第3呼出し命令に対応して呼び出される第3制御処理と、を実行可能であることとなる。したがって、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性が明確となり、引数や戻り値の状態を把握しやすくなって開発の効率を高めることができる。   Based on the above, the control means for performing a game-related control in a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result ( Game control device 100, effect control device 300), and the control means includes a first control process, a second control process called in response to a first call command executed in the first control process, and a first control process. And the third control process called in response to the third call instruction executed in the process and the second control process. Therefore, each control process can be independently developed, and the development efficiency can be improved. Further, the relationship between the respective control processes becomes clear, and the state of the argument and the return value can be easily grasped, so that the development efficiency can be improved.

また、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(遊技制御装置100、演出制御装置300)を備え、制御手段は、第1制御処理と、第1制御処理にて実行する第1呼出し命令に対応して呼び出される第2制御処理と、第1制御処理及び第2制御処理とは別の第4制御処理と、第4制御処理にて実行する第2呼出し命令に対応して呼び出される第5制御処理と、第1制御処理、第2制御処理、第4制御処理及び第5制御処理にて実行する第3呼出し命令に対応して呼び出される第3制御処理と、を実行可能であることとなる。したがって、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性が明確となり、引数や戻り値の状態を把握しやすくなって開発の効率を高めることができる。   Further, a control means (game control device) for performing a game-related control in a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result. 100, an effect control device 300), the control means comprising: a first control process; a second control process called in response to a first call command executed in the first control process; A fourth control process different from the second control process, a fifth control process called in response to a second call instruction executed in the fourth control process, a first control process, a second control process, and a fourth control process. And a third control process called in response to the third call instruction executed in the process and the fifth control process. Therefore, each control process can be independently developed, and the development efficiency can be improved. Further, the relationship between the respective control processes becomes clear, and the state of the argument and the return value can be easily grasped, so that the development efficiency can be improved.

図110(b)に示す例は、第1期間ではA処理として、第1制御処理が当該第1制御処理とは異なる第2制御処理を呼び出すことが可能であり、第2制御処理が第1及び第2制御処理とは異なる第3制御処理を呼び出すことが可能であるとともに、第1制御処理が第3制御処理を直接呼び出すことも可能となっている。   In the example illustrated in FIG. 110B, the first control process can call a second control process different from the first control process as the A process in the first period, and the second control process performs the first control process. And a third control process different from the second control process can be called, and the first control process can directly call the third control process.

この関係性では、第1制御処理が第1グループに属し、この第1制御処理に呼び出される第2、第3制御処理が第2グループに属する。また、第2グループに属する制御処理に呼び出される第4、第5、第6制御処理が第3グループに属する。   In this relationship, the first control process belongs to the first group, and the second and third control processes called by the first control process belong to the second group. The fourth, fifth, and sixth control processes called by the control processes belonging to the second group belong to the third group.

第1期間とは異なる第2期間ではB処理として、第1制御処理が当該第1制御処理とは異なる第2制御処理を呼び出すことが可能であり、第2制御処理が第1及び第2制御処理とは異なる第3制御処理を呼び出すことが可能である。そして、第2制御処理は第1から第4制御処理とは異なる第5制御処理を呼び出すことが可能であり、第3制御処理は第1から第5制御処理とは異なる第6制御処理を呼び出すことが可能である。   In a second period different from the first period, as the B process, the first control process can call a second control process different from the first control process, and the second control process performs the first and second control processes. It is possible to call a third control process different from the process. The second control process can call a fifth control process different from the first to fourth control processes, and the third control process can call a sixth control process different from the first to fifth control processes. It is possible.

遊技制御装置100での処理では第1期間でのA処理として、タイマ割込み処理(図11)を第1制御処理に、特図1ゲーム処理(図19)を第2制御処理に、特図2ゲーム処理(図20、図21)を第3制御処理に、ファンファーレ/インターバル中処理(図42)を第4制御処理に対応付けることができる。すなわち、第1期間は特別遊技状態の実行中の期間である。そして、第2期間でのB処理として、特図1変動開始処理(図24(a))を第5制御処理に、特図2変動開始処理(図24(b))を第6制御処理に対応付けることができる。すなわち、第2期間は特図変動表示ゲームの実行中の期間である。   In the processing in the game control device 100, as the A processing in the first period, the timer interrupt processing (FIG. 11) is used as the first control processing, the special figure 1 game processing (FIG. 19) is used as the second control processing, and the special figure 2 is used. The game processing (FIGS. 20 and 21) can be associated with the third control processing, and the fanfare / interval processing (FIG. 42) can be associated with the fourth control processing. That is, the first period is a period during which the special game state is being executed. Then, as the B processing in the second period, the special figure 1 change start processing (FIG. 24A) is changed to the fifth control processing, and the special figure 2 change start processing (FIG. 24B) is changed to the sixth control processing. Can be assigned. That is, the second period is a period during the execution of the special figure change display game.

なお、第1期間や第2期間は上記したものに限られるものではない。例えば、より細分化して特別遊技状態のうちのファンファーレの期間やラウンドの期間などとしても良く、期間の数は3以上の複数であっても良い。   Note that the first period and the second period are not limited to those described above. For example, it may be further subdivided into a period of a fanfare or a period of a round in the special gaming state, and the number of periods may be three or more.

また、メイン処理(図63)にて実行する呼出し命令に対応して、ホール設定モード処理(図78)と、遊技者設定モード処理(図81)を呼び出すことができる。上述したようにホール設定モード処理(図78)と遊技者設定モード処理(図81)は、それぞれ図109(a)に示したような関係性にある制御処理の呼出しが可能である。これらをまとめて図110(c)のような関係性があるとも言える。   Further, the hall setting mode process (FIG. 78) and the player setting mode process (FIG. 81) can be called in response to the call command executed in the main process (FIG. 63). As described above, the hall setting mode process (FIG. 78) and the player setting mode process (FIG. 81) can each invoke control processes having a relationship as shown in FIG. 109 (a). It can be said that these are collectively related as shown in FIG.

すなわち、演出制御装置300での処理において、メイン処理(図63)を第1制御処理に対応付け、ホール設定モード処理(図78)を第2制御処理に対応づけ、遊技者設定モード処理(図81)を第3制御処理に対応付ける。また、ホール音量調整処理(図79)又はホールLED輝度調整処理(図80)を第4制御処理に対応付け、遊技者音量調整処理(図82)又は遊技者LED輝度調整処理(図83)を第5制御処理に対応付ける。そして、マイナス更新処理(図84)又はプラス更新処理(図85)を第6制御処理に対応付けることができる。なお、第2制御処理及び第3制御処理から第4制御処理及び第5制御処理を経ずに第6制御処理を呼び出すことも可能である。   That is, in the processing in the effect control device 300, the main processing (FIG. 63) is associated with the first control processing, the hole setting mode processing (FIG. 78) is associated with the second control processing, and the player setting mode processing (FIG. 81) is associated with the third control process. The hall volume adjustment process (FIG. 79) or the hall LED brightness adjustment process (FIG. 80) is associated with the fourth control process, and the player volume adjustment process (FIG. 82) or the player LED brightness adjustment process (FIG. 83) is performed. Correspond to the fifth control process. Then, the minus update process (FIG. 84) or the plus update process (FIG. 85) can be associated with the sixth control process. The sixth control process can be called from the second control process and the third control process without going through the fourth control process and the fifth control process.

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(演出制御装置300)を備え、制御手段は、第1制御処理と、第1制御処理にて実行する第1呼出し命令に対応して呼び出される第2制御処理と、第1制御処理にて実行する第2呼出し命令に対応して呼び出される第3制御処理と、第2制御処理にて実行する第3呼出し命令に対応して呼び出される第4制御処理と、第3制御処理にて実行する第4呼出し命令に対応して呼び出される第5制御処理と、第4制御処理及び第5制御処理にて実行する第5呼出し命令に対応して呼び出される第6制御処理と、を実行可能であることとなる。したがって、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性が明確となり、引数や戻り値の状態を把握しやすくなって開発の効率を高めることができる。   Based on the above, the control means for performing a game-related control in a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result ( Effect control device 300), and the control means executes the first control process, the second control process called in response to the first call instruction executed in the first control process, and the first control process. A third control process called in response to the second call instruction; a fourth control process called in response to the third call instruction executed in the second control process; and a fourth control process executed in the third control process. A fifth control process called in response to the call instruction; and a sixth control process called in response to the fifth call instruction executed in the fourth control process and the fifth control process. Become. Therefore, each control process can be independently developed, and the development efficiency can be improved. Further, the relationship between the respective control processes becomes clear, and the state of the argument and the return value can be easily grasped, so that the development efficiency can be improved.

〔第1変形例〕
次に、上述した実施形態の遊技機の第1変形例について説明する。なお、基本的には、上述の実施形態の遊技機と同様の構成を有しており、以下、同様の構成を有する部分については同じ符号を付して説明を省略し、主に異なる部分について説明する。本変形例の遊技機は、遊技者の操作入力に応じて内容が変化する特定演出を実行可能である。
[First Modification]
Next, a first modified example of the gaming machine of the above-described embodiment will be described. Basically, the gaming machine has the same configuration as the gaming machine of the above-described embodiment. Hereinafter, portions having the same configuration will be denoted by the same reference numerals, and description thereof will be omitted. explain. The gaming machine of the present modification can execute a specific effect in which the content is changed according to the operation input of the player.

図111には、本変形例における特定演出の一例を示した。この特定演出では、キャラクタ80がティーショットを行い、ホールインワンさせることができれば大当りであることが示される演出となっている。遊技者は、タッチパネル29を操作してキャラクタ80が行うショットの強さを調整できるようになっている。   FIG. 111 shows an example of the specific effect in the present modification. In this specific production, if the character 80 can make a tee shot and make a hole-in-one, it is a production that indicates a big hit. The player can adjust the strength of the shot performed by the character 80 by operating the touch panel 29.

図111(a)に示すように特定演出においては、表示領域の中央上部に演出の内容を説明する説明表示81が表示される。また、表示領域の左部分に、タッチパネル29の操作に応じて変化する力の強さを示すメータ表示82が表示される。このメータ表示82では中央を基準値とし、上方向へメータが伸びるほど力が基準値よりも増加していることを示し、下方向へメータが伸びるほど力が基準値よりも減少していることを示すものである。   As shown in FIG. 111 (a), in the specific effect, an explanation display 81 explaining the contents of the effect is displayed at the upper center of the display area. Further, a meter display 82 indicating the strength of the force that changes according to the operation of the touch panel 29 is displayed in the left part of the display area. In the meter display 82, the center is set to the reference value, and the more the meter extends upward, the greater the force is greater than the reference value, and the more the meter extends downward, the less the force is less than the reference value. It shows.

また、表示領域の中央下部には、タッチパネル29の操作方法を示す操作説明表示83が表示され、操作説明表示83の上方には操作可能な時間を示す操作可能時間表示84が表示される。操作可能時間は、特定演出が終了した後に特図変動表示ゲームの変動時間が終了するように設定される。   An operation instruction display 83 indicating the operation method of the touch panel 29 is displayed at the lower center of the display area, and an operable time display 84 indicating the operable time is displayed above the operation instruction display 83. The operable time is set so that the fluctuation time of the special figure fluctuation display game ends after the specific effect ends.

また、表示領域の右下部には、始動記憶数を表示する始動記憶表示部86が設けられる。この始動記憶表示部86では、左側の数値が第1始動記憶数を示し、右側の数値が第2始動記憶数を示すようになっている。また、始動記憶表示部86の下方には、特図変動表示ゲームに対応した飾り特図変動表示ゲームを表示する飾り特図変動表示ゲーム表示部88が設けられている。   Further, a start storage display section 86 for displaying the start storage number is provided in a lower right portion of the display area. In the start storage display section 86, the left numerical value indicates the first start stored number, and the right numerical value indicates the second start stored number. Further, below the start storage display section 86, there is provided a decoration special figure variation display game display section 88 for displaying a decoration special figure variation display game corresponding to the special figure variation display game.

図111(b)に示すように操作可能な時間が終了すると、操作説明表示83と操作可能時間表示84が消去される。ここでは、メータ表示82において基準値よりも3段階強い力でショットを行うように操作されたことが示されている。その後、キャラクタがショットを行い、特図変動表示ゲームの結果がはずれである場合は図111(c)に示すようにボールがカップに入らない演出が行われる。この演出では、基準値よりも強い力でショットを行うように操作されていたので、ボールがカップを超えて外れる演出が行われる。基準値よりも弱い力でショットを行うように操作されていた場合は、ボールがカップに届かずに外れる演出が行われる。もちろん調節された力が基準値より強いか弱いかに関係なく外れる演出を選択するようにしても良い。また、特図変動表示ゲームの結果が大当りである場合は、図111(d)に示すようにボールがカップに入る演出が行われて特別結果が導出されることとなる。メータ表示82は特定演出の結果を示す図111(c)や(d)の演出が終了するまで表示され続ける。   When the operable time period ends as shown in FIG. 111 (b), the operation explanation display 83 and the operable time display 84 disappear. Here, the meter display 82 indicates that an operation has been performed so that a shot is performed with a force three steps stronger than the reference value. Thereafter, when the character makes a shot and the result of the special figure change display game is out of order, an effect is performed in which the ball does not enter the cup as shown in FIG. 111 (c). In this effect, since the operation was performed so as to make a shot with a stronger force than the reference value, an effect is performed in which the ball comes off beyond the cup. If the operation has been performed so as to make a shot with a weaker force than the reference value, an effect is produced in which the ball comes off without reaching the cup. Of course, an effect that deviates regardless of whether the adjusted force is stronger or weaker than the reference value may be selected. In addition, when the result of the special figure change display game is a big hit, as shown in FIG. 111 (d), an effect in which the ball enters the cup is performed, and a special result is derived. The meter display 82 continues to be displayed until the effects of FIGS. 111 (c) and (d) showing the result of the specific effect are completed.

なお、特定演出は一の特図変動表示ゲームにて行うようにしたが、複数の特図変動表示ゲームを跨いで実行するようにしても良い。例えば、複数の特図変動表示ゲームを跨ぐ操作可能時間を設定し、操作可能時間が終了することとなる特図変動表示ゲームの結果を示唆又は報知するようにしても良い。この場合、特定演出の開始時点での先読み結果に応じて特定演出での結果を決定するようにしても良いし、操作可能時間が終了する際に当該特図変動表示ゲームの結果に基づいて特定演出の結果を決定するようにしても良いし、操作可能時間が終了することとなる特図変動表示ゲームの開始時に当該特図変動表示ゲームの結果に基づいて特定演出の結果を決定するようにしても良い。   Note that the specific effect is performed in one special figure variable display game, but may be performed across a plurality of special figure variable display games. For example, an operable time spanning a plurality of special figure change display games may be set, and the result of the special figure change display game in which the operable time ends may be indicated or reported. In this case, the result of the specific effect may be determined according to the look-ahead result at the start of the specific effect, or the result may be determined based on the result of the special figure change display game when the operable time ends. The result of the special effect may be determined, or the result of the specific effect may be determined based on the result of the special figure variable display game at the start of the special figure variable display game in which the operable time ends. May be.

〔メイン処理〕
本変形例の遊技機では、図63に示したメイン処理に替えて図112に示すメイン処理を行う。このメイン処理では、上記のような特定演出に関する処理を行うための特定演出処理を行う(ステップC701)。
[Main processing]
In the gaming machine of this modification, the main processing shown in FIG. 112 is performed instead of the main processing shown in FIG. In the main process, a specific effect process for performing the process related to the specific effect as described above is performed (step C701).

〔特定演出処理〕
図113には、上述のメイン処理にて実行する呼出し命令に対応して呼び出される特定演出処理を示した。この特定演出処理では、まず、遊技者の操作により特定演出における調節(ショットの力など)が可能な調節可能状態であるかを判定する(ステップC711)。調節可能状態でない場合(ステップC711;N)は、特定演出処理を終了する。また、調節可能状態である場合(ステップC711;Y)は、メータを下げる操作があるかを判定する(ステップC712)。メータを下げる操作はタッチパネル29の下領域に触れる操作である。
(Specific production processing)
FIG. 113 shows a specific effect process called in response to the call command executed in the above-described main process. In this specific effect processing, first, it is determined whether or not an adjustment (such as a force of a shot) in the specific effect is possible by the operation of the player (step C711). When it is not in the adjustable state (Step C711; N), the specific effect processing ends. If it is in the adjustable state (step C711; Y), it is determined whether there is an operation of lowering the meter (step C712). The operation of lowering the meter is an operation of touching the lower area of the touch panel 29.

メータを下げる操作がない場合(ステップC712;N)は、ステップC718に移行する。また、メータを下げる操作があった場合(ステップC712;Y)は、メータ表示82で表示する値を格納する演出メータ領域のアドレスを準備し(ステップC713)、メータの下限値を準備して(ステップC714)、下限到達後の設定値(ここでは下限値)を準備する(ステップC715)。そして、マイナス更新処理を行い(ステップC716)、更新後の値に対応する演出メータ表示情報を設定する(ステップC717)。マイナス更新処理は図84に示した処理である。これにより、メータを下げる操作があるごとにメータ表示82においてメータが下がる。また、メータが最小の状態でメータを下げる操作があっても最小値のままとなる。   When there is no operation of lowering the meter (Step C712; N), the process proceeds to Step C718. If the operation of lowering the meter has been performed (step C712; Y), the address of the effect meter area for storing the value to be displayed on the meter display 82 is prepared (step C713), and the lower limit value of the meter is prepared (step C713). (Step C714), a set value after reaching the lower limit (here, the lower limit) is prepared (step C715). Then, a minus update process is performed (step C716), and effect meter display information corresponding to the updated value is set (step C717). The minus update process is the process shown in FIG. As a result, the meter is lowered on the meter display 82 every time there is an operation of lowering the meter. Also, even if there is an operation of lowering the meter when the meter is at the minimum, the value remains at the minimum value.

次に、メータを上げる操作があるかを判定する(ステップC718)。メータを上げる操作はタッチパネル29の上領域に触れる操作である。このメータを上げる操作がない場合(ステップC718;N)は、特定演出処理を終了する。また、メータを上げる操作があった場合(ステップC718;Y)は、演出メータ領域のアドレスを準備し(ステップC719)、メータの上限値を準備して(ステップC720)、上限到達後の設定値(ここでは上限値)を準備する(ステップC721)。   Next, it is determined whether there is an operation to raise the meter (step C718). The operation of raising the meter is an operation of touching the upper area of the touch panel 29. If there is no operation of raising the meter (Step C718; N), the specific effect processing ends. When the operation of raising the meter has been performed (step C718; Y), the address of the effect meter area is prepared (step C719), the upper limit value of the meter is prepared (step C720), and the set value after reaching the upper limit is set. (Here, the upper limit value) is prepared (step C721).

そして、プラス更新処理を行い(ステップC722)、更新後の値に対応する演出メータ表示情報を設定する(ステップC723)。プラス更新処理は図85に示した処理である。これにより、メータを上げる操作があるごとにメータ表示82においてメータが上がる。また、メータが最大の状態でメータを上げる操作があっても最大値のままとなる。なお、メータを下げる操作又は上げる操作があった場合には、メータの値に対応した音量で操作音を出力するようにしても良い。   Then, plus update processing is performed (step C722), and effect meter display information corresponding to the updated value is set (step C723). The plus update process is the process shown in FIG. As a result, every time there is an operation to raise the meter, the meter is raised in the meter display 82. In addition, even if there is an operation of raising the meter when the meter is in the maximum state, the value remains at the maximum value. If there is an operation of lowering or raising the meter, the operation sound may be output at a volume corresponding to the value of the meter.

なお、上述したような遊技者の操作を伴う特定演出は、特図変動表示ゲームの実行中に行う演出に限られない。例えば、特別遊技状態において複数ラウンドに跨って実行し、遊技者が操作を行ってメータを一定量/最大まで増加させることができれば高確率状態となることや小当りRUSH状態に突入することなどを示唆又は報知する演出とすることができる。   Note that the specific effect involving the operation of the player as described above is not limited to the effect performed during the execution of the special figure variable display game. For example, if the special game state is executed over a plurality of rounds and the player can operate and increase the meter to a certain amount / maximum, a high probability state or a small hit RUSH state is entered. It can be an effect that suggests or informs.

〔第2変形例〕
次に、上述した実施形態の遊技機の第2変形例について説明する。なお、基本的には、上述の第1変形例の遊技機と同様の構成を有しており、以下、同様の構成を有する部分については同じ符号を付して説明を省略し、主に異なる部分について説明する。本変形例の遊技機は、遊技者が特定演出において調整可能な項目を設定できるようにしている。
[Second Modification]
Next, a second modification of the gaming machine of the above-described embodiment will be described. Basically, the gaming machine has the same configuration as that of the gaming machine of the above-described first modified example. Hereinafter, portions having the same configuration are denoted by the same reference numerals, and description thereof is omitted. The parts will be described. The gaming machine according to the present modification allows a player to set adjustable items in a specific effect.

図114には、本変形例での特定演出の一例を示した。基本的には第1変形例での特定演出と同じであるが、遊技者が調整可能な項目を遊技者自身が選択可能となっている。この選択は図120(b)に示すような遊技者設定選択モードにて行うようになっており、特定演出において遊技者が調整可能な調整項目である第1調整項目と第2調整項目の2種類について調整を可能とするか否かを選択できるようになっている。「調整方法1」では第1調整項目及び第2調整項目の調整が可能であり、「調整方法2」では第1調整項目のみ調整可能であり、「調整方法3」では第2調整項目のみ調整可能であり、「調整方法4」では両方の調整項目が調整不能である。   FIG. 114 shows an example of the specific effect in this modification. Basically, it is the same as the specific effect in the first modified example, but the player himself can select items that can be adjusted by the player. This selection is made in a player setting selection mode as shown in FIG. 120 (b), and the first adjustment item and the second adjustment item, which are adjustment items that can be adjusted by the player in the specific effect. Whether or not the type can be adjusted can be selected. In the “adjustment method 1”, the first adjustment item and the second adjustment item can be adjusted. In the “adjustment method 2”, only the first adjustment item can be adjusted. In the “adjustment method 3”, only the second adjustment item is adjusted. It is possible, and in the “adjustment method 4”, both adjustment items cannot be adjusted.

図114(a)は調整方法1が選択された場合であり、第1調整項目をなす力を増加させ調整及び第2調整項目をなす力を減少させる調整を可能としている。図114(b)は調整方法2が選択された場合であり、第1調整項目をなす力を減少させる調整のみを可能としている。第2調整項目をなす力を増加させる調整は不可であり、当該調整項目に対応するメータ表示82を表示する部分には、当該メータ表示を隠蔽する隠蔽表示85が行われる。この隠蔽表示85においては特図変動表示ゲームに関する示唆や報知を実行可能となっている。また、この場合、タッチパネル29の下領域の操作のみが可能となるが、力が最小値とされた状態でさらにタッチパネル29の下領域の操作が行われると力が基準値に戻るようになっている。もちろんタッチパネル29の上及び下領域の操作を可能として基準値以下の範囲で力を増減する操作を可能としても良い。   FIG. 114 (a) shows a case where the adjustment method 1 is selected, and enables adjustment by increasing the force of the first adjustment item and decreasing by adjusting the force of the second adjustment item. FIG. 114 (b) shows a case where the adjustment method 2 is selected, in which only the adjustment for reducing the force of the first adjustment item is enabled. Adjustment to increase the force of the second adjustment item is not possible, and a concealment display 85 for concealing the meter display is provided in a portion displaying the meter display 82 corresponding to the adjustment item. In the concealment display 85, it is possible to execute a suggestion and a notification about the special figure change display game. Further, in this case, only the operation in the lower area of the touch panel 29 is possible, but if the operation in the lower area of the touch panel 29 is further performed while the force is set to the minimum value, the force returns to the reference value. I have. Of course, the upper and lower areas of the touch panel 29 may be operated, and the operation of increasing or decreasing the force within a range equal to or less than the reference value may be made possible.

図114(c)は調整方法3が選択された場合であり、第2調整項目をなす力を増加させる調整のみを可能としている。第1調整項目をなす力を減少させる調整は不可であり、当該調整項目に対応するメータ表示82を表示する部分には、当該メータ表示を隠蔽する隠蔽表示85が行われる。また、この場合、タッチパネル29の上領域の操作のみが可能となるが、力が最大値とされた状態でさらにタッチパネル29の上領域の操作が行われると力が基準値に戻るようになっている。もちろんタッチパネル29の上及び下領域の操作を可能として基準値以上の範囲で力を増減する操作を可能としても良い。   FIG. 114 (c) shows a case in which the adjustment method 3 is selected, and allows only the adjustment for increasing the force of the second adjustment item. Adjustment for reducing the force of the first adjustment item is not possible, and a concealment display 85 for concealing the meter display is provided in a portion where the meter display 82 corresponding to the adjustment item is displayed. Further, in this case, only the operation in the upper area of the touch panel 29 is possible. However, when the operation in the upper area of the touch panel 29 is further performed while the force is at the maximum value, the force returns to the reference value. I have. Of course, the upper and lower areas of the touch panel 29 may be operated, and the operation of increasing or decreasing the force in a range equal to or more than the reference value may be made possible.

図114(d)は調整方法4が選択された場合であり、第1調整項目をなす力を減少させる調整及び第2調整項目をなす力を増加させる調整を不可としている。メータ表示82を表示する部分には、当該メータ表示を隠蔽する隠蔽表示85が行われる。   FIG. 114 (d) shows a case where the adjustment method 4 is selected, in which adjustment for decreasing the force of the first adjustment item and adjustment for increasing the force of the second adjustment item are disabled. A concealment display 85 for concealing the meter display is provided in a portion where the meter display 82 is displayed.

〔ホール設定モード処理〕
本変形例の遊技機では、本変形例では、図78に示したホール設定モード処理に替えて図115に示す処理を行う。このホール設定モード処理では、上記のような調整方法の選択自体を可能とするか否かを設定するカスタム設定に関する処理を行うカスタム設定処理(ステップC731)を行う。
[Hall setting mode processing]
In the gaming machine of this modification, in this modification, the processing shown in FIG. 115 is performed instead of the hole setting mode processing shown in FIG. In the hole setting mode process, a custom setting process (step C731) for performing a process related to a custom setting for setting whether or not the above-described adjustment method can be selected is performed.

〔カスタム設定処理〕
図116には、上述のホール設定モード処理にて実行する呼出し命令に対応して呼び出されるカスタム設定処理を示した。このカスタム設定処理では、まず、カスタム設定可能状態であるかを判定する(ステップC741)。カスタム設定可能状態であるとはホール設定画面において、本変形例で選択可能な項目として表示されるカスタム設定の項目が選択されて図120(a)に示すような選択画面が表示された状態である。
[Custom setting processing]
FIG. 116 shows a custom setting process called in response to a calling command executed in the above-described hole setting mode process. In this custom setting process, first, it is determined whether or not the custom setting is possible (step C741). The state in which the custom setting can be performed means that the custom setting item displayed as the selectable item in the present modification is selected on the hole setting screen and the selection screen as shown in FIG. 120A is displayed. is there.

カスタム設定可能状態でない場合(ステップC741;N)は、カスタム設定処理を終了する。また、カスタム設定可能状態である場合(ステップC741;Y)は、項目を選択するための処理として、上方向カーソル操作があるかを判定する(ステップC742)。上方向カーソル操作はタッチパネル29の上領域に触れる操作である。この上方向カーソル操作がない場合(ステップC742;N)は、ステップC747に移行する。また、上方向カーソル操作があった場合(ステップC742;Y)は、カスタム設定項目領域のアドレスを準備し(ステップC743)、下限到達後の設定値を準備する(ステップC744)。そして、マイナス更新処理を行い(ステップC745)、更新後の値に対応するカスタム設定情報を設定する(ステップC746)。マイナス更新処理は図84に示した処理である。   If the custom setting is not possible (step C741; N), the custom setting process ends. If the custom setting is possible (step C741; Y), it is determined whether or not there is an upward cursor operation as a process for selecting an item (step C742). The upward cursor operation is an operation of touching the upper area of the touch panel 29. If there is no upward cursor operation (step C742; N), the process moves to step C747. If the upward cursor operation has been performed (step C742; Y), the address of the custom setting item area is prepared (step C743), and the set value after reaching the lower limit is prepared (step C744). Then, a minus update process is performed (step C745), and custom setting information corresponding to the updated value is set (step C746). The minus update process is the process shown in FIG.

図120(a)に示すカスタム設定画面において、「有効」、「無効」、「戻る」の各項目には値が対応付けられており、上から順に値が小さいものから項目が並んでいる。なお、「有効」は遊技者が特定演出での調整内容を選択可能とする設定であり、「無効」は遊技者が特定演出での調整内容を選択不能とする設定である。上方向カーソル操作があるごとに対応する値が小さい項目が順次選択され、カスタム設定画面では上方向にカーソルが移動する。また、最も値が小さい項目が選択されている状態(カスタム設定画面で最上部に表示される項目にカーソルがある状態)で上方向カーソル操作があると、最も値が大きい項目が選択されてカスタム設定画面で最下部に表示される項目にカーソルが移動する。   In the custom setting screen shown in FIG. 120A, values of “valid”, “invalid”, and “return” are associated with each other, and the items are arranged in ascending order from the top. Note that “valid” is a setting that allows the player to select the adjustment content in the specific effect, and “invalid” is a setting that the player cannot select the adjustment content in the specific effect. Each time an upward cursor operation is performed, an item with a smaller corresponding value is sequentially selected, and the cursor moves upward on the custom setting screen. If the cursor operation is performed in the state where the item with the smallest value is selected (the item displayed at the top of the custom setting screen has the cursor), the item with the largest value is selected and the custom value is selected. The cursor moves to the item displayed at the bottom of the setting screen.

図116に戻り、次に、下方向カーソル操作があるかを判定する(ステップC747)。下方向カーソル操作はタッチパネル29の下領域に触れる操作である。この下方向カーソル操作がない場合(ステップC747;N)は、ステップC753に移行する。また、下方向カーソル操作があった場合(ステップC747;Y)は、カスタム設定項目領域のアドレスを準備し(ステップC748)、カスタム設定項目の上限値を準備して(ステップC749)、上限到達後の設定値を準備する(ステップC750)。そして、プラス更新処理を行い(ステップC751)、更新後の値に対応するカスタム設定情報を設定する(ステップC752)。プラス更新処理は図85に示した処理である。   Returning to FIG. 116, it is next determined whether or not a downward cursor operation has been performed (step C747). The downward cursor operation is an operation of touching the lower area of the touch panel 29. When there is no downward cursor operation (Step C747; N), the process shifts to Step C753. If the downward cursor operation has been performed (step C747; Y), the address of the custom setting item area is prepared (step C748), and the upper limit value of the custom setting item is prepared (step C749). Is prepared (step C750). Then, plus update processing is performed (step C751), and custom setting information corresponding to the updated value is set (step C752). The plus update process is the process shown in FIG.

下方向カーソル操作があるごとに対応する値が大きい項目が順次選択され、カスタム設定画面では下方向にカーソルが移動する。また、最も値が大きい項目が選択されている状態(カスタム設定画面で最下部に表示される項目にカーソルがある状態)で下方向カーソル操作があると、最も値が小さい項目が選択されてカスタム設定画面で最上部に表示される項目にカーソルが移動する。   Each time a downward cursor operation is performed, an item with a larger corresponding value is sequentially selected, and the cursor moves downward on the custom setting screen. In addition, when the item with the largest value is selected (when the cursor is located at the item displayed at the bottom of the custom setting screen), if the downward cursor operation is performed, the item with the smallest value is selected and the custom value is selected. The cursor moves to the item displayed at the top of the setting screen.

その後、確定操作があったかを判定する(ステップC753)。確定操作は、「有効」又は「無効」のいずれかの項目にカーソルがある状態でタッチパネル29の左又は右領域に触れる操作である。この確定操作がない場合(ステップC753;N)は、カスタム設定処理を終了する。なお、「戻る」の項目にカーソルがある状態でタッチパネル29の左又は右領域に触れる操作があった場合も確定操作がない場合とする。また、確定操作があった場合(ステップC753;Y)は、有効の項目を選択しての確定操作であるかを判定する(ステップC754)。   Thereafter, it is determined whether or not a fixing operation has been performed (step C753). The confirmation operation is an operation of touching the left or right area of the touch panel 29 in a state where the cursor is located on any of the “valid” and “invalid” items. If there is no confirmation operation (step C753; N), the custom setting process ends. Note that it is assumed that there is no operation for touching the left or right area of the touch panel 29 even when the cursor is located at the item of “return”, and there is no determination operation. If there is a confirmation operation (step C753; Y), it is determined whether the operation is a confirmation operation by selecting a valid item (step C754).

有効の項目を選択しての確定操作である場合(ステップC754;Y)は、カスタム設定の可否を設定するカスタムフラグをセット(カスタム設定が可能な状態)するために、対象のフラグをセットする共通の処理であるON設定処理(ステップC755)を呼び出して実行し、その後にカスタム設定処理を終了する。また、有効の項目を選択しての確定操作でない場合(ステップC754;N)、すなわち、「無効」の項目を選択しての確定操作である場合は、カスタム設定の可否を設定するカスタムフラグをクリア(カスタム設定が不可能な状態)するために、対象のフラグをクリアする共通の処理であるOFF設定処理(ステップC756)を呼び出して実行し、その後にカスタム設定処理を終了する。すなわち、カスタム設定処理では、当該処理中で選択された設定が確定するようになっている。   If the operation is a confirmation operation by selecting a valid item (step C754; Y), a target flag is set in order to set a custom flag for setting whether or not custom setting is possible (a state in which custom setting is possible). The ON setting process (step C755), which is a common process, is called and executed, and then the custom setting process ends. If the operation is not a confirmation operation by selecting a valid item (step C754; N), that is, if the operation is a confirmation operation by selecting an “invalid” item, a custom flag for setting whether or not to perform custom setting is set. In order to clear (in a state where custom setting is not possible), an OFF setting process (step C756), which is a common process for clearing the target flag, is called and executed, and then the custom setting process ends. That is, in the custom setting process, the setting selected during the process is determined.

〔遊技者設定モード処理〕
図117には、上述のメイン処理にて実行する呼出し命令に対応して呼び出される遊技者設定モード処理を示した。本変形例では、図81に示した遊技者設定モード処理に替えて図117に示す処理を行う。この遊技者設定モード処理では、上述のカスタム設定処理で設定されるカスタムフラグがあるか、すなわち、特定演出における遊技者による調整内容を選択可能な状態であるかを判定する(ステップC761)。
[Player setting mode processing]
FIG. 117 shows a player setting mode process called in response to the calling command executed in the main process described above. In this modification, the processing shown in FIG. 117 is performed instead of the player setting mode processing shown in FIG. In the player setting mode process, it is determined whether or not there is a custom flag set in the above-described custom setting process, that is, whether or not the adjustment content by the player in the specific effect can be selected (step C761).

カスタムフラグがない場合(ステップC761;N)は、ステップC588に移行する。また、カスタムフラグがある場合(ステップC761;Y)は、遊技者が特定演出における調整内容を選択可能とするための処理である遊技者カスタム設定処理(ステップC762)を呼び出して実行する。   When there is no custom flag (Step C761; N), the process proceeds to Step C588. If there is a custom flag (Step C761; Y), the CPU calls and executes a player custom setting process (Step C762), which is a process for enabling the player to select the adjustment content in the specific effect.

〔遊技者カスタム設定処理〕
図118には、上述の遊技者設定モード処理にて実行する呼出し命令に対応して呼び出される遊技者カスタム設定処理を示した。この遊技者カスタム設定処理では、まず、遊技者カスタム設定可能状態であるかを判定する(ステップC771)。遊技者カスタム設定可能状態であるとは遊技者設定モード画面において本変形例で選択可能な項目として表示される遊技者カスタム設定の項目が選択されて図120(b)に示すような選択画面が表示された状態である。
[Player custom setting process]
FIG. 118 shows a player custom setting process called in response to the calling command executed in the above-described player setting mode process. In this player custom setting process, first, it is determined whether or not the player custom setting is possible (step C771). In the player custom setting enabled state, the player custom setting item displayed as a selectable item in the present modification on the player setting mode screen is selected, and the selection screen as shown in FIG. 120 (b) is displayed. It is displayed.

遊技者カスタム設定可能状態でない場合(ステップC771;N)は、遊技者カスタム設定処理を終了する。また、遊技者カスタム設定可能状態である場合(ステップC771;Y)は、項目を選択するための処理として、上方向カーソル操作があるかを判定する(ステップC772)。上方向カーソル操作はタッチパネル29の上領域に触れる操作である。この上方向カーソル操作がない場合(ステップC772;N)は、ステップC777に移行する。また、上方向カーソル操作があった場合(ステップC772;Y)は、遊技者カスタム設定項目領域のアドレスを準備し(ステップC773)、遊技者カスタム設定項目の下限到達後の設定値を準備する(ステップC774)。そして、マイナス更新処理を行い(ステップC775)、更新後の値に対応するカスタム設定情報を設定する(ステップC776)。マイナス更新処理は図84に示した処理である。   If the player custom setting is not possible (step C771; N), the player custom setting process ends. If it is in the player custom setting possible state (step C771; Y), it is determined whether or not there is an upward cursor operation as a process for selecting an item (step C772). The upward cursor operation is an operation of touching the upper area of the touch panel 29. If there is no upward cursor operation (step C772; N), the process moves to step C777. If the upward cursor operation has been performed (step C772; Y), the address of the player custom setting item area is prepared (step C773), and the set value of the player custom setting item after reaching the lower limit is prepared (step C773). Step C774). Then, a minus update process is performed (step C775), and custom setting information corresponding to the updated value is set (step C776). The minus update process is the process shown in FIG.

図120(b)に示した遊技者カスタム設定画面において、「調整方法1」、「調整方法2」、「調整方法3」、「調整方法4」、「戻る」の各項目には値が対応付けられており、上から順に値が小さいものから項目が並んでいる。上方向カーソル操作があるごとに対応する値が小さい項目が順次選択され、遊技者カスタム設定画面では上方向にカーソルが移動する。また、最も値が小さい項目が選択されている状態(カスタム設定画面で最上部に表示される項目にカーソルがある状態)で上方向カーソル操作があると、最も値が大きい項目が選択されて遊技者カスタム設定画面で最下部に表示される項目にカーソルが移動する。   On the player custom setting screen shown in FIG. 120 (b), values correspond to the items of “adjustment method 1”, “adjustment method 2”, “adjustment method 3”, “adjustment method 4”, and “return”. The items are arranged in ascending order of value from the top. Each time an upward cursor operation is performed, an item having a smaller corresponding value is sequentially selected, and the cursor moves upward in the player custom setting screen. Also, if the upward cursor operation is performed in a state where the item with the smallest value is selected (when the cursor is located on the item displayed at the top on the custom setting screen), the item with the largest value is selected and the game is played. Cursor moves to the item displayed at the bottom of the user custom setting screen.

図118に戻り、次に、下方向カーソル操作があるかを判定する(ステップC777)。下方向カーソル操作はタッチパネル29の下領域に触れる操作である。この下方向カーソル操作がない場合(ステップC777;N)は、ステップC783に移行する。また、下方向カーソル操作があった場合(ステップC777;Y)は、遊技者カスタム設定項目領域のアドレスを準備し(ステップC778)、遊技者カスタム設定項目の上限値を準備して(ステップC779)、上限到達後の設定値を準備する(ステップC780)。そして、プラス更新処理を行い(ステップC781)、更新後の値に対応するカスタム設定情報を設定する(ステップC782)。プラス更新処理は図85に示した処理である。   Returning to FIG. 118, it is next determined whether or not a downward cursor operation has been performed (step C777). The downward cursor operation is an operation of touching the lower area of the touch panel 29. When there is no downward cursor operation (Step C777; N), the flow shifts to Step C783. If the downward cursor operation has been performed (step C777; Y), the address of the player custom setting item area is prepared (step C778), and the upper limit value of the player custom setting item is prepared (step C779). Then, a set value after reaching the upper limit is prepared (step C780). Then, a plus update process is performed (step C781), and custom setting information corresponding to the updated value is set (step C782). The plus update process is the process shown in FIG.

下方向カーソル操作があるごとに対応する値が大きい項目が順次選択され、遊技者カスタム設定画面では下方向にカーソルが移動する。また、最も値が大きい項目が選択されている状態(遊技者カスタム設定画面で最下部に表示される項目にカーソルがある状態)で下方向カーソル操作があると、最も値が小さい項目が選択されて遊技者カスタム設定画面で最上部に表示される項目にカーソルが移動する。   Each time a downward cursor operation is performed, an item having a larger corresponding value is sequentially selected, and the cursor moves downward on the player custom setting screen. If the item with the largest value is selected (when the cursor is positioned on the item displayed at the bottom of the player custom setting screen), the item with the smallest value is selected. The cursor moves to the item displayed at the top on the player custom setting screen.

その後、確定操作があったかを判定する(ステップC783)。確定操作は、「調整方法1」、「調整方法2」、「調整方法3」、「調整方法4」のいずれかの項目にカーソルがある状態でタッチパネル29の左又は右領域に触れる操作である。この確定操作がない場合(ステップC783;N)は、遊技者カスタム設定処理を終了する。なお、「戻る」の項目にカーソルがある状態でタッチパネル29の左又は右領域に触れる操作があった場合も確定操作がない場合とする。また、確定操作があった場合(ステップC783;Y)は、第1フラグをON設定とする項目を選択しての確定操作であるかを判定する(ステップC784)。   Thereafter, it is determined whether or not the fixing operation has been performed (step C783). The confirmation operation is an operation of touching the left or right area of the touch panel 29 with the cursor positioned on any one of the items of “adjustment method 1”, “adjustment method 2”, “adjustment method 3”, and “adjustment method 4”. . If there is no such confirmation operation (step C783; N), the player custom setting process ends. Note that it is assumed that there is no operation for touching the left or right area of the touch panel 29 even when the cursor is located at the item of “return”, and there is no determination operation. If there is a confirmation operation (step C783; Y), it is determined whether the confirmation operation is an operation for selecting an item for which the first flag is set to ON (step C784).

第1フラグは第1調整項目の調整の可否を設定するフラグであり、第1フラグをON設定とする項目を選択しての確定操作とは、第1調整項目の調整を可能とする調整方法である調整方法1又は2を選択しての確定操作である場合である。第1フラグをON設定とする項目を選択しての確定操作である場合(ステップC784;Y)は、第1フラグをON状態(第1調整項目の調整が可能な状態)に設定するために、対象のフラグをセットする共通の処理であるON設定処理(ステップC785)を呼び出して実行し、ステップC787に移行する。また、第1フラグをON設定とする項目を選択しての確定操作でない場合(ステップC784;N)、すなわち、調整方法3又は4を選択しての確定操作である場合は、第1フラグをOFF状態(第1調整項目の調整が不能な状態)に設定するために、対象のフラグをクリアする共通の処理であるOFF設定処理(ステップC786)を呼び出して実行し、ステップC787に移行する。   The first flag is a flag for setting whether or not the first adjustment item can be adjusted. The fixing operation by selecting an item for which the first flag is set to ON is an adjustment method for enabling the adjustment of the first adjustment item. This is a case in which the adjustment operation is performed by selecting the adjustment method 1 or 2. If the operation is a finalizing operation by selecting an item for which the first flag is set to ON (step C784; Y), the first flag is set to an ON state (a state in which the first adjustment item can be adjusted). Then, an ON setting process (step C785), which is a common process for setting the target flag, is called and executed, and the routine goes to step C787. If the item is not a confirmation operation by selecting an item for which the first flag is set to ON (step C784; N), that is, if the operation is a confirmation operation by selecting the adjustment method 3 or 4, the first flag is set. In order to set an OFF state (a state where the adjustment of the first adjustment item cannot be performed), an OFF setting process (step C786), which is a common process for clearing a target flag, is called and executed, and the process proceeds to step C787.

次に、第2フラグをON設定とする項目を選択しての確定操作であるかを判定する(ステップC787)。第2フラグは第2調整項目の調整の可否を設定するフラグであり、第2フラグをON設定とする項目を選択しての確定操作とは、第2調整項目の調整を可能とする調整方法である調整方法1又は3を選択しての確定操作である場合である。第2フラグをON設定とする項目を選択しての確定操作である場合(ステップC787;Y)は、第2フラグをON状態(第2調整項目の調整が可能な状態)に設定するために、対象のフラグをセットする共通の処理であるON設定処理(ステップC788)を呼び出して実行し、その後遊技者カスタム設定処理を終了する。また、第2フラグをON設定とする項目を選択しての確定操作でない場合(ステップC787;N)、すなわち、調整方法2又は4を選択しての確定操作である場合は、第2フラグをOFF状態(第2調整項目の調整が不能な状態)に設定するために、対象のフラグをクリアする共通の処理であるOFF設定処理(ステップC789)を呼び出して実行し、その後遊技者カスタム設定処理を終了する。すなわち、遊技者カスタム設定処理では、当該処理中で選択された設定が確定するようになっている。   Next, it is determined whether or not the item is an operation for confirming selection of an item for which the second flag is set to ON (step C787). The second flag is a flag for setting whether or not the second adjustment item can be adjusted, and the final operation of selecting an item for which the second flag is set to ON is an adjustment method for enabling the adjustment of the second adjustment item. This is a case where the adjustment operation is a selection operation by selecting the adjustment method 1 or 3. If the operation is a finalizing operation by selecting an item for which the second flag is set to ON (step C787; Y), the second flag is set to an ON state (a state in which the second adjustment item can be adjusted). Then, an ON setting process (step C788), which is a common process for setting a target flag, is called and executed, and then the player custom setting process ends. If the item is not a confirmation operation by selecting an item for which the second flag is set to ON (step C787; N), that is, if the operation is a confirmation operation by selecting the adjustment method 2 or 4, the second flag is set. In order to set an OFF state (a state where adjustment of the second adjustment item is not possible), an OFF setting process (step C789), which is a common process for clearing a target flag, is called and executed, and thereafter, a player custom setting process To end. That is, in the player custom setting process, the setting selected during the process is determined.

なお、カスタム設定処理においては、特定演出での調整内容を遊技者が選択できるようにするか否かだけではなく、遊技者が選択可能な調整方法を選択できるようにしても良い。例えば、調整方法1と4のみ選択可能とするような設定を可能とするようにしても良い。また、カスタム設定を無効として特定演出での調整内容を遊技者が選択できないようにした場合に、いずれの調整方法で特定演出を実行するかを選択可能としても良い。   In the custom setting process, not only whether or not the player can select the adjustment content in the specific effect, but also a selection method that can be selected by the player may be selected. For example, a setting may be made such that only adjustment methods 1 and 4 can be selected. Further, when the custom setting is invalidated so that the player cannot select the adjustment content in the specific effect, it may be possible to select which adjustment method to execute the specific effect.

〔特定演出処理〕
また、本変形例では、図113に示した特定演出処理に替えて図119に示す特定演出処理を行う。この特定演出処理では、第1調整項目の調整の可否を示すフラグである第1フラグがあるかを判定する(ステップC791)。この第1フラグがある場合(ステップC791;Y)、すなわち第1調整項目の調整が可能である場合は、第1調整項目に対応した調整を行う処理であるステップC712以降の処理を行う。ここでの第1調整項目は力を減少させる調整である。なお、第1メータの下限値到達後の設定値として、選択されている調整方法によって異なる値を設定する。調整方法1である場合はタッチパネル29の上又は下領域の操作により調節を行うので、下限値到達後の設定値は下限値とする。これに対して調整方法2である場合はタッチパネル29の下領域の操作のみにより調節を行うので、下限値到達後の設定値は0(基準値)とする。
(Specific production processing)
In the present modification, the specific effect processing shown in FIG. 119 is performed instead of the specific effect processing shown in FIG. In the specific effect processing, it is determined whether there is a first flag that is a flag indicating whether or not the first adjustment item can be adjusted (step C791). If the first flag is present (step C791; Y), that is, if the adjustment of the first adjustment item is possible, the process from step C712, which is the process of performing the adjustment corresponding to the first adjustment item, is performed. The first adjustment item here is an adjustment for reducing the force. A different value is set as the set value after the lower limit of the first meter has been reached, depending on the selected adjustment method. In the case of the adjustment method 1, since the adjustment is performed by operating the upper or lower area of the touch panel 29, the set value after reaching the lower limit is the lower limit. On the other hand, in the case of the adjustment method 2, since the adjustment is performed only by operating the lower area of the touch panel 29, the set value after reaching the lower limit is set to 0 (reference value).

また、第1フラグがない場合(ステップC791;N)、すなわち第1調整項目の調整が不可である場合は、第1調整項目に対応した調整を行う処理は行わずに第1メータ隠蔽画像情報を設定する(ステップC792)。ここでの第1調整項目は力を減少させる調整であり、第1メータ隠蔽画像は図114(c)や(d)に示したように力を減少させる調整に対応するメータ表示82を隠蔽する隠蔽画像85である。この隠蔽画像85に表示する特図変動表示ゲームに関する示唆や報知を行う画像についてはここで設定しても良いし、別途の処理において選択された画像を配するようにしても良い。   If the first flag does not exist (step C791; N), that is, if the adjustment of the first adjustment item is not possible, the first meter concealed image information is not processed without performing the adjustment corresponding to the first adjustment item. Is set (step C792). The first adjustment item here is an adjustment for reducing the force, and the first meter concealment image conceals the meter display 82 corresponding to the adjustment for reducing the force as shown in FIGS. 114 (c) and (d). This is a concealed image 85. An image for indicating or notifying the special figure change display game displayed on the concealed image 85 may be set here, or an image selected in a separate process may be arranged.

さらに、この特定演出処理では、第2調整項目の調整の可否を示すフラグである第2フラグがあるかを判定する(ステップC793)。この第2フラグがある場合(ステップC793;Y)、すなわち第2調整項目の調整が可能である場合は、第2調整項目に対応した調整を行う処理であるステップC718以降の処理を行う。ここでの第2調整項目は力を増加させる調整である。なお、第2メータの上限値到達後の設定値として、選択されている調整方法によって異なる値を設定する。調整方法1である場合はタッチパネル29の上又は下領域の操作により調節を行うので、上限値到達後の設定値は上限値とする。これに対して調整方法3である場合はタッチパネル29の上領域の操作のみにより調節を行うので、上限値到達後の設定値は0(基準値)とする。   Further, in the specific effect processing, it is determined whether or not there is a second flag which is a flag indicating whether or not the second adjustment item can be adjusted (step C793). If the second flag is present (step C793; Y), that is, if the adjustment of the second adjustment item is possible, the process from step C718, which is the process of performing the adjustment corresponding to the second adjustment item, is performed. The second adjustment item here is an adjustment for increasing the force. A different value is set as the set value after the second meter reaches the upper limit value depending on the selected adjustment method. In the case of the adjustment method 1, since the adjustment is performed by operating the upper or lower area of the touch panel 29, the set value after reaching the upper limit is the upper limit. On the other hand, in the case of the adjustment method 3, since the adjustment is performed only by operating the upper region of the touch panel 29, the set value after reaching the upper limit value is set to 0 (reference value).

また、第2フラグがない場合(ステップC793;N)、すなわち第2調整項目の調整が不可である場合は、第2調整項目に対応した調整を行う処理は行わずに第2メータ隠蔽画像情報を設定する(ステップC794)。ここでの第2調整項目は力を増加させる調整であり、第2メータ隠蔽画像は図114(b)や(d)に示したように力を増加させる調整に対応するメータ表示82を隠蔽する隠蔽画像85である。この隠蔽画像85に表示する特図変動表示ゲームに関する示唆や報知を行う画像についてはここで設定しても良いし、別途の処理において選択された画像を配するようにしても良い。   If the second flag does not exist (step C793; N), that is, if the adjustment of the second adjustment item is not possible, the process for performing the adjustment corresponding to the second adjustment item is not performed, and the second meter hidden image information is not executed. Is set (step C794). The second adjustment item here is an adjustment to increase the force, and the second meter concealment image hides the meter display 82 corresponding to the adjustment to increase the force as shown in FIGS. 114 (b) and (d). This is a concealed image 85. An image for indicating or notifying the special figure change display game displayed on the concealed image 85 may be set here, or an image selected in a separate process may be arranged.

なお、第1メータについては値を下げる操作を可能とし、第2メータについては値を上げる操作を可能としたがこれに限られるものではない。第1メータと第2メータの値の変更操作を独立して行うことができるものであれば値の変化はいずれの方向であっても良い。よって、第1メータに対する操作と、第2メータに対する操作のいずれもが値を増加させるものとしても良く、このようにすれば共通する処理については同じサブルーチンを呼び出すようになり、例えばいずれもプラス更新処理を呼び出すとすることができて、特定演出処理においてはプラス更新処理のみが呼び出されるものとすることができる。第1メータに対する操作と第2メータに対する操作のいずれもが値を減少させるものとしても同様に、特定演出処理ではマイナス更新処理のみが呼び出されるものとすることができる。   In addition, the operation of decreasing the value is enabled for the first meter, and the operation of increasing the value is enabled for the second meter, but is not limited thereto. The change in the value may be in any direction as long as the change operation of the first meter and the second meter can be performed independently. Therefore, both the operation on the first meter and the operation on the second meter may increase the value. In this case, the same subroutine is called for the common processing. The process can be called, and only the plus update process can be called in the specific effect process. Similarly, even if both the operation on the first meter and the operation on the second meter decrease the value, only the minus update process can be called in the specific effect process.

また、操作に伴い制御装置内部での値の変化と、演出上での変化とは必ずしも一致していなくても良い。例えば、操作に伴い制御装置内部での値は増加するが、演出では力が減少するようにしても良い。このようにすれば、例えば第1メータに対する操作と第2メータに対する操作のいずれもが制御装置内部での値を増加する更新を行うものとすることができ、特定演出処理においてはプラス更新処理のみが呼び出されるものとすることができる。もちろん制御装置内部での値が減少するとしてマイナス更新処理のみが呼び出されるものとすることもできる。演出上の変化は、制御装置内部での値との対応付けを設定すれば増加と減少のいずれにも設定可能である。   Further, the change in the value inside the control device due to the operation and the change in the performance need not necessarily match. For example, the value inside the control device may increase with the operation, but the force may decrease in the effect. With this configuration, for example, both the operation on the first meter and the operation on the second meter can perform an update that increases the value inside the control device. In the specific effect processing, only the plus update processing is performed. Can be called. Of course, only the minus update process may be called as the value in the control device decreases. The effect change can be set to either increase or decrease by setting the association with the value inside the control device.

また、第1調整項目や第2調整項目としてはこれ以外の調整項目を割り当てることも可能である。例えば、図121に示すように、第1調整項目として球を打つ方向を割り当て、第2調整項目として球を打つ力を割り当てるようにしても良い。また、調整を不可とした項目については遊技機が自動的に調整を行うものとして「AUTO」の表示を行うようにしても良い。この表示は隠蔽表示や説明表示81の一方又は両方で行うようにする。   Further, other adjustment items can be assigned as the first adjustment item and the second adjustment item. For example, as shown in FIG. 121, a ball hitting direction may be assigned as a first adjustment item, and a ball hitting force may be assigned as a second adjustment item. For items for which adjustment is not possible, "AUTO" may be displayed assuming that the gaming machine automatically adjusts. This display is performed by one or both of the concealment display and the explanation display 81.

また、カスタム設定では、特定演出について調整項目の選択の可否を設定するようにしたが、これ以外の内容を選択可能としても良い。また、遊技者カスタム設定では調整項目を選択するようにしたが、これ以外の内容を選択可能としても良い。例えば、カスタム設定又は遊技者カスタム設定において、特定演出で登場するキャラクタの属性を選択可能とし、ON処理やOFF処理では選択に対応したフラグを設定するようにしても良く、Aという選択肢を選択するとキャラクタの台詞Aが表示され、Bという選択肢を選択するとキャラクタの台詞Bが表示されるようにしても良い。また、カスタム設定又は遊技者カスタム設定において、特定演出で登場するキャラクタ自体を選択可能とし、ON設定処理やOFF設定処理では選択に対応したフラグを設定するようにしても良い。また、ON設定処理とOFF設定処理を別々の呼出し命令で呼び出される別々の処理としたが、これらをまとめて一つの呼出し命令で呼び出される一つの処理として行うようにしても良い。   In the custom setting, whether or not the adjustment item can be selected for the specific effect is set, but other contents may be selectable. Further, in the player custom setting, the adjustment item is selected, but other contents may be selectable. For example, in the custom setting or the player custom setting, the attribute of the character appearing in the specific effect can be selected, and a flag corresponding to the selection may be set in the ON processing or the OFF processing. The dialogue A of the character may be displayed, and when the option B is selected, the dialogue B of the character may be displayed. Further, in the custom setting or the player custom setting, the character appearing in the specific effect can be selected, and a flag corresponding to the selection may be set in the ON setting processing or the OFF setting processing. Further, although the ON setting process and the OFF setting process are separate processes called by different calling instructions, they may be collectively performed as one process called by one calling command.

図122には、上述した各制御処理の関係性を示した。第1制御処理が演出制御装置300でのメイン処理(図112)に対応し、この第1制御処理にて実行する第1呼出し命令に対応して呼び出される第2制御処理が遊技者設定モード処理(図117)に対応する。また、第1制御処理にて実行する第2呼出し命令に対応して呼び出される第3制御処理が特定演出処理(図119)に対応し、第2制御処理にて実行する第3呼出し命令に対応して呼び出される第4制御処理が遊技者音量調整処理(図82)又は遊技者LED輝度調整処理(図83)に対応する。   FIG. 122 shows the relationship between the control processes described above. The first control process corresponds to the main process (FIG. 112) in the effect control device 300, and the second control process called in response to the first call command executed in the first control process is a player setting mode process. (FIG. 117). Further, the third control processing called in response to the second call instruction executed in the first control processing corresponds to the specific effect processing (FIG. 119), and corresponds to the third call instruction executed in the second control processing. The fourth control process that is called up corresponds to the player volume adjustment process (FIG. 82) or the player LED brightness adjustment process (FIG. 83).

また、第3制御処理及び第4制御処理にて実行する第4呼出し命令に対応して呼び出される第5制御処理と、第3制御処理及び第4制御処理にて実行される第5呼出し命令により呼び出される第6制御処理が、マイナス更新処理(図84)又はプラス更新処理(図84)に対応する。そして、第3制御処理において第4呼出し命令と第5呼出し命令が実行されて第5制御処理と第6制御処理が呼び出されるかを、第2制御処理にて実行される第6呼出し命令に対応して呼び出される第7制御処理(遊技者カスタム設定処理(図118))に対応して決定可能となっている。なお、第7制御処理では、第4呼出し命令と第5呼出し命令のそれぞれについて実行の可否を決定しても良いし、第4呼出し命令と第5呼出し命令を一体として実行の可否を決定しても良い。   Further, a fifth control process called in response to a fourth call command executed in the third control process and the fourth control process, and a fifth call command executed in the third control process and the fourth control process are executed. The sixth control process called corresponds to the minus update process (FIG. 84) or the plus update process (FIG. 84). Whether the fourth control instruction and the fifth control instruction are executed in the third control processing and the fifth control processing and the sixth control processing are called corresponds to the sixth control instruction executed in the second control processing. This can be determined in accordance with the seventh control process (the player custom setting process (FIG. 118)) called up. In the seventh control process, whether or not the fourth call instruction and the fifth call instruction can be executed may be determined, or whether or not the fourth call instruction and the fifth call instruction may be executed integrally may be determined. Is also good.

また、第1制御処理にて実行する第7呼出し命令に対応して呼び出される第8制御処理がホール設定モード処理(図115)に対応し、第8制御処理は第4呼出し命令及び第5呼出し命令を実行して第5制御処理及び第6制御処理であるマイナス更新処理(図84)又はプラス更新処理(図84)を呼び出すことが可能である。さらに、第2制御処理において第6呼出し命令が実行されて第7制御処理が呼び出されるかを、第8制御処理にて実行される第8呼出し命令に対応して呼び出される第9制御処理(カスタム設定処理(図116))に対応して決定可能となっている。   An eighth control process called in response to a seventh call command executed in the first control process corresponds to a hole setting mode process (FIG. 115), and an eighth control process includes a fourth call command and a fifth call command. By executing the command, it is possible to call the minus update process (FIG. 84) or the plus update process (FIG. 84) as the fifth control process and the sixth control process. Further, whether the sixth control instruction is executed and the seventh control processing is called in the second control processing is determined by a ninth control processing (customized) corresponding to the eighth call instruction executed in the eighth control processing. It can be determined in accordance with the setting process (FIG. 116).

また、第7制御処理及び第9制御処理は、第9呼出し命令及び第10呼出し命令を実行して第10制御処理及び第11制御処理であるON設定処理又はOFF設定処理を呼び出すことが可能である。この第10制御処理及び第11制御処理についての使用するレジスタを規定するためのグループは、第5制御処理及び第6制御処理と同じグループであっても良いし、上位又は下位のグループであっても良い。   The seventh control process and the ninth control process can execute the ninth call command and the tenth call command to call the ON setting process or the OFF setting process, which are the tenth control process and the eleventh control process. is there. The group for defining registers to be used for the tenth control processing and the eleventh control processing may be the same group as the fifth control processing and the sixth control processing, or may be an upper or lower group. Is also good.

以上のことから、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(演出制御装置300)を備え、制御手段は、第1制御処理と、第1制御処理にて実行する第1呼出し命令に対応して呼び出される第2制御処理と、第1制御処理にて実行する第2呼出し命令に対応して呼び出される第3制御処理と、第2制御処理にて実行する第3呼出し命令に対応して呼び出される第4制御処理と、第3制御処理及び第4制御処理にて実行する第4呼出し命令に対応して呼び出される第5制御処理と、を実行可能であることとなる。したがって、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性が明確となり、引数や戻り値の状態を把握しやすくなって開発の効率を高めることができる。   Based on the above, the control means for performing a game-related control in a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result ( Effect control device 300), and the control means executes the first control process, the second control process called in response to the first call instruction executed in the first control process, and the first control process. A third control process called in response to the second call instruction, a fourth control process called in response to the third call instruction executed in the second control process, a third control process and a fourth control process. And a fifth control process called in response to the fourth call instruction to be executed. Therefore, each control process can be independently developed, and the development efficiency can be improved. Further, the relationship between the respective control processes becomes clear, and the state of the argument and the return value can be easily grasped, so that the development efficiency can be improved.

また、制御手段は、第3制御処理及び第4制御処理にて実行する第5呼出し命令に対応して呼び出される第6制御処理を実行可能であることとある。したがって、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性が明確となり、引数や戻り値の状態を把握しやすくなって開発の効率を高めることができる。   The control means may be capable of executing a sixth control process called in response to a fifth call instruction executed in the third control process and the fourth control process. Therefore, each control process can be independently developed, and the development efficiency can be improved. Further, the relationship between the respective control processes becomes clear, and the state of the argument and the return value can be easily grasped, so that the development efficiency can be improved.

また、制御手段は、第3制御処理において第4呼出し命令と第5呼出し命令を実行するかを第2制御処理にて実行する第6呼出し命令に対応して呼び出される第7制御処理に対応して決定可能であることとなる。したがって、一の制御処理が実行する呼出し命令の可否を他の制御処理で制御可能となるので、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性を変更することなく仕様の変更が可能となり、引数や戻り値の状態を変更する必要がなく開発の効率を高めることができる。なお、第7制御処理では、第4呼出し命令と第5呼出し命令のそれぞれについて実行の可否を決定しても良いし、第4呼出し命令と第5呼出し命令を一体として実行の可否を決定しても良い。   The control means may determine whether to execute the fourth call instruction and the fifth call instruction in the third control processing according to a seventh control processing called in response to a sixth call instruction executed in the second control processing. Can be determined. Therefore, the availability of a call instruction executed by one control process can be controlled by another control process, so that each control process can be independently developed and development efficiency can be improved. In addition, the specification can be changed without changing the relationship between the control processes, and it is not necessary to change the state of the argument and the return value, and the development efficiency can be improved. In the seventh control process, whether or not the fourth call instruction and the fifth call instruction can be executed may be determined, or whether or not the fourth call instruction and the fifth call instruction may be executed integrally may be determined. Is also good.

また、制御手段は、第1制御処理にて実行する第7呼出し命令に対応して呼び出される第8制御処理を実行可能であり、第8制御処理は、第4呼出し命令及び第5呼出し命令を実行可能であり、第2制御処理において第6呼出し命令が実行されるかを第8制御処理にて実行する第9呼出し命令に対応して呼び出される第10制御処理に対応して決定可能であることとなる。したがって、一の制御処理が実行する呼出し命令の可否を他の制御処理で制御可能となるので、各制御処理を独立して開発でき、開発の効率を高めることができる。また、各制御処理の関係性を変更することなく仕様の変更が可能となり、引数や戻り値の状態を変更する必要がなく開発の効率を高めることができる。   The control means can execute an eighth control process called in response to a seventh call instruction executed in the first control process, and the eighth control process executes the fourth call instruction and the fifth call instruction. Executable, and it is possible to determine whether the sixth call instruction is executed in the second control process in accordance with the tenth control process called in response to the ninth call instruction executed in the eighth control process. It will be. Therefore, the availability of a call instruction executed by one control process can be controlled by another control process, so that each control process can be independently developed and development efficiency can be improved. In addition, the specification can be changed without changing the relationship between the control processes, and it is not necessary to change the state of the argument and the return value, and the development efficiency can be improved.

また、図123に示すように、第1調整項目と第2調整項目のそれぞれについて、増加操作と減少操作を別々の操作としても良い。この例では、第1調整項目をタッチパネル29の右領域と左領域の操作で増加及び減少させることができ、第2調整項目をタッチパネル29の上領域と下領域の操作で増加及び減少させることができるようにしている。この場合、図123(a)に示すように、第1調整項目に対応する方向の調整に対応するメータ表示82は、タッチパネル29の操作部分の配置に対応して左右方向に延在するようにし、第2調整項目に対応する力の調整に対応するメータ表示82は、タッチパネル29の操作部分の配置に対応して上下方向に延在するようにしても良い。   Further, as shown in FIG. 123, the increase operation and the decrease operation may be performed separately for each of the first adjustment item and the second adjustment item. In this example, the first adjustment item can be increased and decreased by operating the right and left regions of the touch panel 29, and the second adjustment item can be increased and decreased by operating the upper and lower regions of the touch panel 29. I can do it. In this case, as shown in FIG. 123A, the meter display 82 corresponding to the adjustment in the direction corresponding to the first adjustment item extends in the left-right direction corresponding to the arrangement of the operation portion of the touch panel 29. The meter display 82 corresponding to the adjustment of the force corresponding to the second adjustment item may extend in the up-down direction corresponding to the arrangement of the operation portion of the touch panel 29.

そして、第1調整項目のみ調整可能とする場合は、図123(b)に示すように、第2調整項目に対応するメータ表示82に「(AUTO)」の表示を行う。また、操作説明表示83における第2調整項目に対応する説明部分にも隠蔽画像を表示する。この場合に、タッチパネル29の操作部分を図示する画像では、操作が不能とされる上下領域の位置を示す表示は維持されるが消去するようにしても良い。さらに、説明表示81には第2調整項目である「ちから」の後に「(AUTO)」の表示を行う。   When only the first adjustment item can be adjusted, “(AUTO)” is displayed on the meter display 82 corresponding to the second adjustment item, as shown in FIG. 123 (b). Further, a concealed image is also displayed in the explanation portion corresponding to the second adjustment item in the operation explanation display 83. In this case, in the image showing the operation portion of the touch panel 29, the display indicating the position of the upper and lower areas where the operation is disabled is maintained but may be deleted. Further, the description display 81 displays "(AUTO)" after "Chikara" which is the second adjustment item.

また、第2調整項目のみ調整可能とする場合も同様に、図123(c)に示すように、メータ表示82や操作説明表示83、説明表示81に「(AUTO)」の表示を行う。また、球を打つ方向を示す矢印に重ねて「(AUTO)」の表示を行う。第1調整項目及び第2調整項目の調整を不可とする場合は、図123(d)に示すように両方の調整項目に対応する部分に「(AUTO)」の表示を行う。   Similarly, when only the second adjustment item can be adjusted, "(AUTO)" is displayed on the meter display 82, the operation explanation display 83, and the explanation display 81 as shown in FIG. Also, “(AUTO)” is displayed over the arrow indicating the direction in which the ball is hit. When the first adjustment item and the second adjustment item cannot be adjusted, “(AUTO)” is displayed in a portion corresponding to both adjustment items as shown in FIG.

調整を不可とする調整項目がある場合に、メータ表示82と操作説明表示83の両方で対応する部分の全てを隠蔽する隠蔽表示を行うと圧迫感が出てしまうが、遊技者が操作の際に参照する操作説明表示83のみ対応する部分の全てを隠蔽する隠蔽表示を行って操作を間違いにくくし、メータ表示82については「(AUTO)」の文字表示のみとすることで圧迫感が生じないようにしている。もちろん、メータ表示82と操作説明表示83の両方で対応する部分の全てを隠蔽する隠蔽表示を行うようにしても良いし、メータ表示82のみ対応する部分の全てを隠蔽する隠蔽表示を行い、操作説明表示83では「(AUTO)」の文字表示のみ行うようにしても良いし、メータ表示82と操作説明表示83の両方で「(AUTO)」の文字表示のみ行うようにしても良い。   When there is an adjustment item that cannot be adjusted, if a concealment display that conceals all the corresponding portions on both the meter display 82 and the operation explanation display 83 is performed, a sense of oppression appears. The operation description display 83 is referred to as a concealment display for concealing all of the corresponding portions to make the operation less likely to be mistaken, and the meter display 82 has only the character display of “(AUTO)” so that there is no feeling of oppression. Like that. Of course, both the meter display 82 and the operation explanation display 83 may perform a concealment display for concealing all of the corresponding parts, or only the meter display 82 may perform a concealment display for concealing all of the corresponding parts. In the explanation display 83, only the character “(AUTO)” may be displayed, or only the character display “(AUTO)” may be displayed in both the meter display 82 and the operation explanation display 83.

〔特定演出処理〕
図123に示したように、第1調整項目と第2調整項目のそれぞれについて、増加操作と減少操作を別々の操作とする場合には、図119に示した特定演出処理に替えて図124に示す特定演出処理を行う。この特定演出処理では、第1フラグがある場合(ステップC791;Y)に、第1調整項目に対応する第1メータを下げる操作に関する処理(ステップC712〜C716)と、第1調整項目に対応する第1メータを上げる操作に関する処理(ステップC718〜C722)を行うようにする。
(Specific production processing)
As shown in FIG. 123, when the increase operation and the decrease operation are performed separately for the first adjustment item and the second adjustment item, the specific effect processing illustrated in FIG. 119 is replaced with the specific effect processing illustrated in FIG. 124. The specified effect processing shown is performed. In this specific effect processing, when there is a first flag (step C791; Y), processing relating to an operation of lowering the first meter corresponding to the first adjustment item (steps C712 to C716) and corresponding to the first adjustment item The processing related to the operation of raising the first meter (steps C718 to C722) is performed.

また、第1フラグがある場合(ステップC791;Y)に、まず、第1メータ領域の内容をロードして(ステップC801)、更新前の値に対応する第1メータ表示情報を設定する(ステップC802)。この例では、特定演出が終了した際に調整後の値を初期化せずに保存しており、この処理により前回の特定演出での調整結果が新たな特定演出の開始時に設定されて表示されることとなる。なお、特定演出が終了した際に調整後の値を初期化すれば特定演出の開始時には常に基準値から開始することとなる。   If the first flag is present (step C791; Y), first, the contents of the first meter area are loaded (step C801), and the first meter display information corresponding to the value before the update is set (step C801). C802). In this example, the adjusted value is saved without initializing when the specific effect ends, and the adjustment result of the previous specific effect is set and displayed at the start of the new specific effect by this process. The Rukoto. If the adjusted value is initialized when the specific effect ends, the specific effect always starts from the reference value at the start of the specific effect.

第2フラグについても同様に、第2フラグがある場合(ステップC793;Y)に、第2調整項目に対応する第2メータを下げる操作に関する処理(ステップC712〜C716)と、第2調整項目に対応する第2メータを上げる操作に関する処理(ステップC718〜C722)を行うようにする。   Similarly, when the second flag is present (step C793; Y), the process related to the operation of lowering the second meter corresponding to the second adjustment item (steps C712 to C716) and the second adjustment item The processing related to the operation of raising the corresponding second meter (steps C718 to C722) is performed.

また、第2フラグがある場合(ステップC793;Y)に、まず、第2メータ領域の内容をロードして(ステップC804)、更新前の値に対応する第2メータ表示情報を設定する(ステップC805)。この例では、特定演出が終了した際に調整後の値を初期化せずに保存しており、この処理により前回の特定演出での調整結果が新たな特定演出の開始時に設定されて表示されることとなる。   When the second flag is present (Step C793; Y), first, the contents of the second meter area are loaded (Step C804), and the second meter display information corresponding to the value before the update is set (Step C804). C805). In this example, the adjusted value is saved without initializing when the specific effect ends, and the adjustment result of the previous specific effect is set and displayed at the start of the new specific effect by this process. The Rukoto.

次に、タッチパネル29の操作を使用する音量や輝度の調節と特定演出が重複する場合の処理について説明する。図125には、遊技者がタッチパネル29を操作して音量や輝度を調整している場合に特定演出が開始された場合の一例を示した。この例では、特図変動表示ゲームの実行中などにおいても遊技者がタッチパネル29を操作することで音量や輝度を調整可能となっている。   Next, a description will be given of a process in a case where the adjustment of the volume or luminance using the operation of the touch panel 29 and the specific effect overlap. FIG. 125 shows an example in which a specific effect is started when the player is operating the touch panel 29 to adjust the volume and brightness. In this example, the volume and brightness can be adjusted by operating the touch panel 29 by the player even during the execution of the special figure change display game.

図125(a)では特図変動表示ゲームの実行中に音量や輝度の調整操作が行われており、表示装置41には音量や輝度を示す表示である調節表示89が行われている。音量の調整はタッチパネル29の上領域を操作することで増加し、下領域を操作することで減少するようになっている。また、輝度の調整はタッチパネル29の右領域を操作することで増加し、左領域を操作することで減少するようになっている。   In FIG. 125 (a), a volume and brightness adjustment operation is performed during the execution of the special figure fluctuation display game, and an adjustment display 89 which is a display indicating the volume and brightness is performed on the display device 41. The volume adjustment is increased by operating the upper area of the touch panel 29, and is decreased by operating the lower area. The adjustment of the brightness is increased by operating the right area of the touch panel 29 and is decreased by operating the left area.

そして、図125(b)に示すように、この調節表示89が行われている状態で特定演出が開始されている。この例では、第1調整項目である力を減少させる操作をタッチパネル29の下領域を操作することで可能とされている。この操作は音量を減少させる操作と重複する。このような状況で重複する操作であるタッチパネル29の下領域の操作があった場合の扱いとして図125(c)から(e)の例が挙げられる。   Then, as shown in FIG. 125 (b), the specific effect has been started while the adjustment display 89 is being performed. In this example, the operation of decreasing the force, which is the first adjustment item, is enabled by operating the lower region of the touch panel 29. This operation overlaps with the operation of decreasing the volume. FIGS. 125 (c) to (e) show examples of a case where an operation in the lower area of the touch panel 29 which is an overlapping operation in such a situation is performed.

図125(c)に示す例は、特定演出における値の減少と音量の減少のいずれもが行われる例である。図125(d)に示す例は、音量の減少のみが行われる例である。図125(e)に示す例は、特定演出における値の減少のみが行われる例である。これらのうちいずれかの態様を取り得る。また、特定演出の実行中は音量や輝度の調整を不可としても良い。   The example shown in FIG. 125 (c) is an example in which both the value reduction and the volume reduction in the specific effect are performed. The example shown in FIG. 125D is an example in which only the volume is reduced. The example shown in FIG. 125 (e) is an example in which only the value reduction in the specific effect is performed. Any of these aspects can be taken. Further, during the execution of the specific effect, the adjustment of the volume and the brightness may be disabled.

なお、重複しない操作であるタッチパネル29の上領域の操作があった場合は音量を増加させる。また、重複しない操作であるタッチパネル29の左右領域の操作があった場合は輝度を増減させる。ただし、重複する操作が行われた場合に音量や輝度の調整を行わない態様とした場合(例えば、図125(e)の場合)には、重複しない操作があった場合にも音量や輝度の調整を行わないようにしても良い。   If there is an operation in the upper area of the touch panel 29 that is a non-overlapping operation, the volume is increased. In addition, when there is an operation in the left and right areas of the touch panel 29 which is a non-overlapping operation, the brightness is increased or decreased. However, in a case where the volume and brightness are not adjusted when an overlapped operation is performed (for example, in the case of FIG. 125 (e)), the volume and brightness are not adjusted even when a non-overlapping operation is performed. The adjustment may not be performed.

また、この例では、特定演出のメータ表示82と音量や輝度の調節表示89を同じ表示態様としたが、異なる表示態様としても良い。例えば、メータ表示82の目盛の数が音量や輝度の調節表示89と異なるようにしても良いし、メータ表示82と調節表示89の目盛の色の彩度や明度が異なるようにしても良い。また、特定演出で使用するタッチパネル29の操作と音量や輝度の調整で使用するタッチパネル29の操作とが重複しないようにしても良い。   Further, in this example, the meter display 82 of the specific effect and the volume and brightness adjustment display 89 have the same display mode, but may have different display modes. For example, the number of scales of the meter display 82 may be different from that of the adjustment display 89 of the volume and brightness, or the color saturation and brightness of the scale of the meter display 82 and the adjustment display 89 may be different. In addition, the operation of the touch panel 29 used for the specific effect and the operation of the touch panel 29 used for adjusting the volume and brightness may not overlap.

なお、音量調整用の調節表示89と輝度調整用の調節表示89の目盛数は同じだけでなく、異なる目盛数(例えば、音量は10目盛として輝度は3目盛とする。また、音量は20目盛として輝度は10目盛とする等)にしてもよい。また、音量及び輝度における目盛の増減に伴って所定音(例えば、増加するとドレミファソラシドレミと変化し、減少の場合は増加の逆等)を出力してもよく、音量の増減時は目盛に応じた音量(リアルタイムで変化する音量)で所定音が出力されるが、輝度の増減時は現在の音量(輝度調整以前に設定された音量)に応じた音量で出力されるようにしても良い。また、目盛の表示態様(目盛の色、透過率、向き等)は音量調整用と輝度調整用で異なるようにしてもよい。また、このような調節表示89は、図77に示したホール設定画面や遊技者設定画面に対しても適用可能である。   It should be noted that the number of scales of the adjustment display 89 for volume adjustment and the adjustment display 89 for brightness adjustment are not only the same, but also different numbers of scales (for example, the volume is 10 and the luminance is 3; the volume is 20) And the luminance is set to 10 scales). In addition, a predetermined sound (for example, changing to Doremifasoraside remi when increasing, and the opposite of increasing when decreasing) may be output according to the increase or decrease of the scale in the volume and luminance. Although the predetermined sound is output at the changed volume (volume that changes in real time), when the luminance is increased or decreased, the predetermined sound may be output at a volume corresponding to the current volume (the volume set before the luminance adjustment). Further, the display mode of the scale (color, transmittance, direction, etc. of the scale) may be different for volume adjustment and brightness adjustment. Such an adjustment display 89 is also applicable to the hall setting screen and the player setting screen shown in FIG.

また、客待ち状態等である場合に実行可能な遊技者カスタム設定処理で第1フラグ又は第2フラグをON又はOFFとする設定を行うようにしたが、特図変動表示ゲームの実行中など客待ち状態中以外の状態においても第1フラグ又は第2フラグをON又はOFFとする設定を行うことができるようにしても良い。このようにすることで、設定変更の自由度が増して遊技者の要望に合った遊技内容とすることができ、遊技の興趣を向上することができる。例えば、客待ち状態での設定では特定演出での操作を行わないことを選択したが、特定演出までに実行された演出で激熱等の期待度の高い演出が実行されたことで特定演出での操作を欲するようになった遊技者の要求を満たすことができる。   In addition, the first or second flag is set to ON or OFF in the player custom setting process that can be executed when the game is in the customer waiting state. The setting of turning on or off the first flag or the second flag may be performed even in a state other than the waiting state. By doing so, the degree of freedom for changing the settings is increased, and the game content can be tailored to the needs of the player, and the interest of the game can be improved. For example, in the setting of waiting for customers, we chose not to perform the operation in the specific production, but in the production performed until the specific production, the production with high expectation such as intense heat was performed The player's request for the operation can be satisfied.

このような設定を行う操作としては、例えば特定演出中に演出ボタン25を長押しするなどのメータ表示82の増減と異なる操作をすることで第1フラグ及び第2フラグをONにするようにしても良い。第1フラグ及び第2フラグがONに変更された場合、隠蔽画像85はメータ表示82の邪魔になるので消去した方が良い。説明表示81については「(AUTO)」の文字を表示しない場合の表示としても良いし、「(AUTO)」の文字はそのままでも良いし、「(AUTO)」の文字を消した後、「(AUTO)」の表示があった部分が空白となった虫食い状態のような表示でも良いし(「(AUTO)」のみ消去する)、「(AUTO)」を隠蔽する第2の隠蔽画像が表示されてもよい。また、逆に、特定演出中に演出ボタン25を長押しするなどのメータ表示82の増減と異なる操作をすることで第1フラグ及び第2フラグをOFFにするようにしても良い。この場合、隠蔽画像や「(AUTO)」の画像を表示することが望ましいがそのままでも良い。   As an operation for performing such a setting, the first flag and the second flag are turned on by performing an operation different from increasing or decreasing the meter display 82, for example, by pressing and holding the effect button 25 during a specific effect. Is also good. When the first flag and the second flag are changed to ON, the concealment image 85 is in the way of the meter display 82, so it is better to delete it. The explanation display 81 may be a display when the character “(AUTO)” is not displayed, the character “(AUTO)” may be left as it is, or the character “(AUTO)” may be deleted, and then “((AUTO)” may be deleted. The display may be such that the portion where "AUTO)" was displayed is a bug-eating state in which the display is blank (only "(AUTO)" is erased), or a second concealed image concealing "(AUTO)" is displayed. You may. Conversely, the first flag and the second flag may be turned off by performing an operation different from increasing or decreasing the meter display 82, such as holding down the effect button 25 during the specific effect. In this case, it is desirable to display the concealed image or the image of “(AUTO)”, but it may be displayed as it is.

なお、本発明の遊技機は、遊技機として、前記実施の形態に示されるようなパチンコ遊技機に限られるものではなく、例えば、その他のパチンコ遊技機、アレンジボール遊技機、雀球遊技機などの遊技球を使用する全ての遊技機に適用可能である。また、本発明をスロットマシンに適用することも可能である。このスロットマシンとしてはメダルを使用するスロットマシンに限られるものではなく、例えば、遊技球を使用するスロットマシンなどの全てのスロットマシンが含まれる。また、上述の各変形例の構成は適宜組み合わせて適用することが可能である。   Note that the gaming machine of the present invention is not limited to a pachinko gaming machine as described in the above embodiment as a gaming machine, but includes, for example, other pachinko gaming machines, arrange ball gaming machines, sparrow ball gaming machines, and the like. The present invention is applicable to all gaming machines that use the game ball. Further, the present invention can be applied to a slot machine. The slot machine is not limited to a slot machine using medals, and includes, for example, all slot machines such as slot machines using gaming balls. Further, the configurations of the above-described modifications can be applied in appropriate combinations.

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

10 遊技機
300 演出制御装置(制御手段)
311 CPU(演算処理手段)
322 RAM(記憶手段)
10 gaming machine 300 effect control device (control means)
311 CPU (arithmetic processing means)
322 RAM (storage means)

以上の課題を解決するため、請求項1に記載の発明は、
所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、
遊技に関する制御を行う制御手段を備え、
前記制御手段は、
複数のレジスタを備える演算処理手段と、
制御に関する情報を記憶可能な記憶手段と、を備え、
一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にある場合に、前記一の制御処理が前記他の制御処理に返す戻り値を前記レジスタに格納する際には、複数の前記レジスタの各々に予め定められた順位に従って前記戻り値を格納することを特徴とする。
In order to solve the above problems, the invention described in claim 1 is
In a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result,
A control unit for controlling the game,
The control means includes:
Arithmetic processing means having a plurality of registers;
Storage means capable of storing information related to control,
When one control process is called in response to a call instruction executed in another control process, a return value returned by the one control process to the other control process is stored in the register. when doing so, the return value according to a predetermined order to each of a plurality of said register and said store to Rukoto.

また、所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、遊技に関する制御を行う制御手段(演出制御装置300)を備え、制御手段は、複数のレジスタを備える演算処理手段(CPU311)と、制御に関する情報を記憶可能な記憶手段(RAM322)と、を備え、一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にある場合に、一の制御処理が他の制御処理に返す戻り値をレジスタに格納する際には、複数のレジスタの各々に予め定められた順位に従って戻り値を格納し、所定数以上の戻り値がある場合は、複数のレジスタに対して順位に従って所定数未満の戻り値を格納するとともに、所定数以上の戻り値を記憶手段に格納するようにしたこととなる。したがって、戻り値が多くなっても対応可能となる。 In addition, a control means (effect control device) that controls a game in a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result. 300), and the control means includes: an arithmetic processing means (CPU 311) having a plurality of registers; and a storage means (RAM 322) capable of storing information relating to control, wherein one control processing is performed by another control processing. When one control process stores a return value to be returned to another control process in a register when the relationship is called corresponding to a call instruction executed in advance, a predetermined value is stored in each of the plurality of registers. stores the return value in accordance with order, if there is a predetermined number or more return values, stores a predetermined number less than the return value according to ranking for a plurality of registers, a predetermined number or more return values The fact that so as to store the 憶 means. Therefore, it is possible to cope with an increase in the return value.

また、制御手段は、制御に関する情報を記憶可能な記憶手段(RAM322)を備え、所定数以上の引数がある場合は、複数のレジスタに対して順位に従って所定数未満の引数を格納するとともに、所定数以上の引数を記憶手段に格納するようにしたこととなる。したがって、戻り値が多くなっても対応可能となる。 Further, the control means includes a storage means (RAM 322) capable of storing information related to control, and when there are more than a predetermined number of arguments, the plurality of registers store less than a predetermined number of arguments according to the order, This means that more than two arguments are stored in the storage means. Therefore, it is possible to cope with an increase in the return value.

Claims (2)

所定条件の成立に基づきゲームを実行し、当該ゲームの結果が特別結果となった場合に、遊技者に有利な状態を発生する遊技機において、
遊技に関する制御を行う制御手段を備え、
前記制御手段は、
複数のレジスタを備える演算処理手段と、
制御に関する情報を記憶可能な記憶手段と、を備え、
一の制御処理が、他の制御処理にて実行される呼出し命令に対応して呼び出される関係にある場合に、前記一の制御処理が前記他の制御処理に返す戻り値を前記レジスタに格納する際には、複数の前記レジスタの各々に予め定められた順位に従って前記戻り値を格納し、
所定数以上の前記戻り値がある場合は、複数の前記レジスタに対して前記順位に従って前記所定数までの前記戻り値を格納するとともに、前記所定数以上の前記戻り値を前記記憶手段に格納することを特徴とする遊技機。
In a gaming machine that executes a game based on the satisfaction of a predetermined condition and generates a state advantageous to the player when the result of the game is a special result,
A control unit for controlling the game,
The control means includes:
Arithmetic processing means having a plurality of registers;
Storage means capable of storing information related to control,
When one control process is called in response to a call instruction executed in another control process, a return value returned by the one control process to the other control process is stored in the register. In this case, storing the return value according to a predetermined order in each of the plurality of registers,
When there are a predetermined number or more of the return values, the return values of up to the predetermined number are stored in the plurality of registers according to the order, and the return values of the predetermined number or more are stored in the storage unit. A gaming machine characterized by that:
前記制御手段は、
複数の前記レジスタの各々を識別するために付された符号の順に前記順位を設定することを特徴とする請求項1に記載の遊技機。
The control means includes:
The gaming machine according to claim 1, wherein the order is set in the order of a code assigned to identify each of the plurality of registers.
JP2018152374A 2018-08-13 2018-08-13 Pachinko machine Active JP6904577B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018152374A JP6904577B2 (en) 2018-08-13 2018-08-13 Pachinko machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018152374A JP6904577B2 (en) 2018-08-13 2018-08-13 Pachinko machine

Publications (2)

Publication Number Publication Date
JP2020025761A true JP2020025761A (en) 2020-02-20
JP6904577B2 JP6904577B2 (en) 2021-07-21

Family

ID=69620697

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018152374A Active JP6904577B2 (en) 2018-08-13 2018-08-13 Pachinko machine

Country Status (1)

Country Link
JP (1) JP6904577B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020025760A (en) * 2018-08-13 2020-02-20 株式会社ソフイア Game machine
JP2020130376A (en) * 2019-02-15 2020-08-31 株式会社ソフイア Game machine

Families Citing this family (1)

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

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62191933A (en) * 1986-02-19 1987-08-22 Hitachi Ltd Register control system
JPH11104306A (en) * 1997-10-06 1999-04-20 Sansei Control processor in pachinko game machine
JP2004030224A (en) * 2002-06-26 2004-01-29 Sony Corp Processor, method for retracting register and method for designating register
JP2005288020A (en) * 2004-04-05 2005-10-20 Takao:Kk Pinball machine
JP2014121378A (en) * 2012-12-20 2014-07-03 Sophia Co Ltd Game machine
JP2016120106A (en) * 2014-12-25 2016-07-07 株式会社大一商会 Game machine
JP2017077481A (en) * 2016-11-25 2017-04-27 株式会社ソフイア Game machine
JP2018057575A (en) * 2016-10-05 2018-04-12 株式会社平和 Game machine
JP6867696B2 (en) * 2018-08-13 2021-05-12 株式会社ソフイア Game machine

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62191933A (en) * 1986-02-19 1987-08-22 Hitachi Ltd Register control system
JPH11104306A (en) * 1997-10-06 1999-04-20 Sansei Control processor in pachinko game machine
JP2004030224A (en) * 2002-06-26 2004-01-29 Sony Corp Processor, method for retracting register and method for designating register
JP2005288020A (en) * 2004-04-05 2005-10-20 Takao:Kk Pinball machine
JP2014121378A (en) * 2012-12-20 2014-07-03 Sophia Co Ltd Game machine
JP2016120106A (en) * 2014-12-25 2016-07-07 株式会社大一商会 Game machine
JP2018057575A (en) * 2016-10-05 2018-04-12 株式会社平和 Game machine
JP2017077481A (en) * 2016-11-25 2017-04-27 株式会社ソフイア Game machine
JP6867696B2 (en) * 2018-08-13 2021-05-12 株式会社ソフイア Game machine

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020025760A (en) * 2018-08-13 2020-02-20 株式会社ソフイア Game machine
JP2020130376A (en) * 2019-02-15 2020-08-31 株式会社ソフイア Game machine
JP7276813B2 (en) 2019-02-15 2023-05-18 株式会社ソフイア game machine

Also Published As

Publication number Publication date
JP6904577B2 (en) 2021-07-21

Similar Documents

Publication Publication Date Title
JP6904577B2 (en) Pachinko machine
JP6892127B2 (en) Pachinko machine
JP6920745B2 (en) Pachinko machine
JP6915877B2 (en) Pachinko machine
JP7127825B2 (en) game machine
JP2020018341A (en) Game machine
JP6867696B2 (en) Game machine
JP6784411B2 (en) Game machine
JP6784410B2 (en) Game machine
JP6901777B2 (en) Pachinko machine
JP6912817B2 (en) Pachinko machine
JP6982316B2 (en) Pachinko machine
JP7044256B2 (en) Pachinko machine
JP7054221B2 (en) Pachinko machine
JP7025768B2 (en) Pachinko machine
JP2020018338A (en) Game machine
JP6904579B2 (en) Pachinko machine
JP7108313B2 (en) game machine
JP7207715B2 (en) game machine
JP2020018339A (en) Game machine
JP7197905B2 (en) game machine
JP7276813B2 (en) game machine
JP2020025755A (en) Game machine
JP7108301B2 (en) game machine
JP7207701B2 (en) game machine

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191125

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200811

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200812

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210406

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210602

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210617

R150 Certificate of patent or registration of utility model

Ref document number: 6904577

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150