JP7517709B2 - Gaming Machines - Google Patents

Gaming Machines Download PDF

Info

Publication number
JP7517709B2
JP7517709B2 JP2022019735A JP2022019735A JP7517709B2 JP 7517709 B2 JP7517709 B2 JP 7517709B2 JP 2022019735 A JP2022019735 A JP 2022019735A JP 2022019735 A JP2022019735 A JP 2022019735A JP 7517709 B2 JP7517709 B2 JP 7517709B2
Authority
JP
Japan
Prior art keywords
game
display
area
winning
control device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2022019735A
Other languages
Japanese (ja)
Other versions
JP2023117169A (en
Inventor
雅也 田中
Original Assignee
株式会社ソフイア
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社ソフイア filed Critical 株式会社ソフイア
Priority to JP2022019735A priority Critical patent/JP7517709B2/en
Publication of JP2023117169A publication Critical patent/JP2023117169A/en
Application granted granted Critical
Publication of JP7517709B2 publication Critical patent/JP7517709B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E60/00Enabling technologies; Technologies with a potential or indirect contribution to GHG emissions mitigation
    • Y02E60/10Energy storage using batteries

Landscapes

  • Pinball Game Machines (AREA)

Description

本発明は、遊技機に関する。 The present invention relates to an amusement machine.

従来、ゲーム(遊技)を実行可能な遊技機が存在している(例えば、特許文献1)。 Conventionally, there exist gaming machines capable of playing games (for example, Patent Document 1).

特開2009-195760号公報JP 2009-195760 A

しかしながら、従来の遊技機において、プログラムの高速化、プログラムの容量(サイズ)の削減、プログラムの開発効率などの観点から、制御等に用いられるプログラムを改良する余地があった。 However, in conventional gaming machines, there was room for improvement in the programs used for control, etc., from the standpoint of speeding up the programs, reducing the program capacity (size), and improving program development efficiency.

そこで、本発明は、プログラムの改良された遊技機を提供することを目的とする。 The present invention aims to provide a gaming machine with an improved program.

本発明の代表的な一形態では、ゲームを実行可能な遊技制御手段を備える遊技機において、遊技制御手段は、プログラムを記憶するプログラム記憶手段と、プログラムによって所定の演算処理を実行可能であり、プログラム記憶手段における実行される命令のアドレスをジャンプさせる第1分岐命令と第2分岐命令を実行可能に構成された演算処理手段と、演算処理を行う際に値が記憶される複数のレジスタと、演算処理手段によって更新される情報を記憶可能な更新情報記憶手段と、を備える。第1分岐命令は、特定のフラグを判断して分岐を行う分岐命令である。第2分岐命令は、第1分岐命令よりも命令長が長く、且つ第1分岐命令よりも分岐命令のアドレスから遠いアドレスに処理をジャンプさせ得る分岐命令である。演算処理手段は、第1の呼出し命令によって呼び出される第1サブルーチンの中で、第2の命令によって呼び出され、特定のフラグを変更可能な処理を含む第2サブルーチンを実行可能な構成とし、第2サブルーチンからの復帰後に、第1サブルーチンの中で特定のフラグを変更可能な処理を介することなく第1分岐命令を実行可能にするとともに、第2分岐命令を実行することなく第1サブルーチンからの呼び出し元への復帰をおこなう。 In a representative embodiment of the present invention, in a gaming machine equipped with a gaming control means capable of executing a game , the gaming control means includes a program storage means for storing a program , a processing means capable of executing a predetermined arithmetic process by the program and configured to execute a first branch instruction and a second branch instruction for jumping the address of an instruction executed in the program storage means , a plurality of registers for storing values when performing the arithmetic process , and an update information storage means for storing information updated by the processing means . The first branch instruction is a branch instruction for determining a specific flag and performing a branch. The second branch instruction is a branch instruction having a longer instruction length than the first branch instruction and capable of jumping the process to an address farther from the address of the branch instruction than the first branch instruction. The processing means is configured to execute a second subroutine called by a second instruction in a first subroutine called by a first call instruction and including a process capable of changing a specific flag, and after returning from the second subroutine, the first branch instruction is made executable without going through a process capable of changing a specific flag in the first subroutine, and a return is made from the first subroutine to a caller without executing the second branch instruction.

本発明の一形態によれば、プログラムの改良された遊技機を提供できる。 According to one aspect of the present invention, it is possible to provide a gaming machine with an improved program.

遊技機を前面側から見た斜視図である。1 is an oblique view of the gaming machine from the front side. 遊技盤の正面図である。FIG. 遊技機の遊技制御系の構成例を示すブロック図である。2 is a block diagram showing an example of the configuration of a game control system of a gaming machine. 遊技機の演出制御系の構成例を示すブロック図である。2 is a block diagram showing an example of the configuration of a performance control system of a gaming machine. メイン処理の手順を示すフローチャート(その1)である。1 is a first flowchart showing a procedure of a main process. メイン処理の手順を示すフローチャート(その2)である。11 is a second flowchart showing the procedure of the main process; メイン処理の手順を示すフローチャート(その3)である。11 is a third flowchart showing the procedure of the main process; 遊技用マイコンのRAMの構成を示す図である。A diagram showing the RAM configuration of a gaming microcontroller. 安全装置情報初期化処理の手順を示すフローチャートである。10 is a flowchart showing a procedure for a safety device information initialization process. 性能表示編集処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for a performance display editing process. タイマ割込み処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for a timer interrupt process. 出力処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for an output process. 入賞口スイッチ/状態監視処理の手順を示すフローチャートである。A flowchart showing the steps of the prize slot switch/status monitoring process. 不正&入賞監視処理の手順を示すフローチャートである。13 is a flowchart showing the steps of the fraud and winning monitoring process. 入賞数カウンタ更新処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for a winning number counter update process. 遊技機状態チェック処理の手順を示すフローチャートである。13 is a flowchart showing the steps of a gaming machine status check process. 確率設定変更/確認処理の手順を示すフローチャートである。A flowchart showing the steps of the probability setting change/confirmation process. 特図ゲーム処理の手順を示すフローチャートである。13 is a flowchart showing the steps of special game processing. 始動口スイッチ監視処理の手順を示すフローチャートである。13 is a flowchart showing the steps of a start port switch monitoring process. 特図始動口スイッチ共通処理の手順を示すフローチャートである。13 is a flowchart showing the steps of common processing of the special chart start port switch. 特定領域スイッチ監視処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for a specific area switch monitoring process. 特図普段処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for special chart normal processing. 特図1変動開始処理の手順を示すフローチャートである。A flowchart showing the steps of the special chart 1 change start processing. 特図2変動開始処理の手順を示すフローチャートである。A flowchart showing the steps of the special chart 2 change start processing. 大当りフラグ1設定処理の手順を示すフローチャートである。A flowchart showing the steps of the jackpot flag 1 setting process. 大当りフラグ2設定処理の手順を示すフローチャートである。A flowchart showing the steps of the jackpot flag 2 setting process. 大当り判定処理の手順を示すフローチャートである。A flowchart showing the steps of the jackpot determination process. 小当り判定処理の手順を示すフローチャートである。A flowchart showing the steps of the small hit determination process. サポ当り判定処理の手順を示すフローチャートである。13 is a flowchart showing the steps of the support hit determination process. 特図1停止図柄設定処理の手順を示すフローチャートである。A flowchart showing the steps of the special chart 1 stop pattern setting process. 特図2停止図柄設定処理の手順を示すフローチャートである。A flowchart showing the steps of the special chart 2 stop pattern setting process. 特図情報設定処理の手順を示すフローチャートである。13 is a flowchart showing the steps of a special chart information setting process. 変動パターン設定処理の手順を示すフローチャートである。13 is a flowchart showing the steps of a variation pattern setting process. 2バイト振り分け処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for a two-byte allocation process. 振り分け処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for a distribution process. 変動開始情報設定処理の手順を示すフローチャートである。13 is a flowchart showing the steps of a variable start information setting process. 特図変動中処理の手順を示すフローチャートである。13 is a flowchart showing the steps of processing during special chart change. 時短終了設定処理の手順を示すフローチャートである。13 is a flowchart showing the steps of a time-saving end setting process. 演出モード情報チェック処理の手順を示すフローチャートである。A flowchart showing the steps of a presentation mode information check process. 特図表示中処理の前半部分の手順を示すフローチャートである。A flowchart showing the steps of the first half of the processing during special chart display. 特図表示中処理の後半部分の手順を示すフローチャートである。A flowchart showing the steps of the latter half of the processing during special chart display. サポ作動設定処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for a support operation setting process. 役物ゲーム処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for a bonus game process. 役物普段処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for normal processing of reels. 大当り終了処理の手順を示すフローチャートである。A flowchart showing the steps of the jackpot end processing. 大当り終了設定処理1の手順を示すフローチャートである。A flowchart showing the steps of the jackpot end setting process 1. 大当り終了設定処理2の手順を示すフローチャートである。A flowchart showing the steps of the jackpot end setting process 2. 普図ゲーム処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for a general game process. ゲートスイッチ監視処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for a gate switch monitoring process. 普電入賞スイッチ監視処理の手順を示すフローチャートである。A flowchart showing the steps of the regular power winning switch monitoring process. 普図普段処理の手順を示すフローチャートである。13 is a flowchart showing the procedure of normal processing. 普図変動中処理移行設定処理の手順を示すフローチャートである。13 is a flowchart showing the steps of the process for setting the transition to processing during normal map fluctuations. 普図変動中処理の手順を示すフローチャートである。13 is a flowchart showing the steps of processing during normal map changes. 普図表示中処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for processing during normal map display. 普図当り中処理の手順を示すフローチャートである。This is a flowchart showing the procedure for processing during a normal hit. 普電作動移行設定処理の手順を示すフローチャートである。13 is a flowchart showing the procedure of a normal power operation transition setting process. 普電残存球処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for processing normal residual balls. 普図当り終了処理の手順を示すフローチャートである。13 is a flowchart showing the procedure for normal hit end processing. 外部情報編集処理の前半部分の手順を示すフローチャートである。13 is a flowchart showing the procedure of the first half of an external information editing process. 外部情報編集処理の後半部分の手順を示すフローチャートである。13 is a flowchart showing the procedure of a second half of the external information editing process. 外部情報又は試験信号の送信の様子を示すタイムチャートである。4 is a time chart showing a state in which external information or a test signal is transmitted. 安全装置関連処理の手順を示すフローチャートである。13 is a flowchart showing a procedure of a safety device-related process. 領域外統合処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for outside region integration processing. 性能表示装置制御処理の手順を示すフローチャートである。10 is a flowchart showing a procedure for a performance display device control process. 差玉確認処理の手順を示すフローチャートである。13 is a flowchart showing the steps of the difference ball confirmation process. 安全装置作動監視処理の手順を示すフローチャートである。5 is a flowchart showing a procedure of a safety device operation monitoring process. 演出制御装置のメイン処理を示すフローチャートである。13 is a flowchart showing the main processing of the performance control device. 受信コマンドチェック処理を示すフローチャートである。13 is a flowchart showing a received command check process. 受信コマンド解析処理を示すフローチャートである。13 is a flowchart showing a received command analysis process. 単発系コマンド処理を示すフローチャートである。13 is a flowchart showing a single command process. 先読み図柄系コマンド処理を示すフローチャートである。13 is a flowchart showing pre-reading pattern command processing. 先読み変動系コマンド処理を示すフローチャートである。13 is a flowchart showing a look-ahead variation command process. 図柄系コマンド処理を示すフローチャートである。13 is a flowchart showing a pattern-related command process. 変動系コマンド処理を示すフローチャートである。13 is a flowchart showing variable command processing. 変動演出設定処理を示すフローチャートである。13 is a flowchart showing a variable performance setting process. 当り系コマンド処理の手順を示すフローチャートである。13 is a flowchart showing a procedure for processing a hit-related command. 遊技状態の遷移を示す遊技状態遷移図(ゲームフロー)の一例である。13 is an example of a game state transition diagram (game flow) showing the transition of a game state. 遊技状態の遷移を示す遊技状態遷移図の別例である。13 is another example of a game state transition diagram showing the transition of a game state. 特図変動表示ゲームの当りの種類である図柄に対応する時短回数と規定の残保留数などについて示すテーブルである。This is a table showing the number of time-saving turns and the specified remaining number of reserved turns corresponding to the patterns that are the winning types of the special chart change display game. 普図変動表示ゲームと普電動作の特徴等ついて示す図である。This is a diagram showing the features of the regular map change display game and regular power operation. 図柄Aの大当りの後に関して、遊技状態、普図確率(普図当り確率)、普図状態、普電状態、特図2保留数、特図変動表示ゲーム(特図変動)などを示すタイミングチャートである。This is a timing chart showing the game status, normal symbol probability (normal symbol hit probability), normal symbol status, normal power status, number of special symbol 2 reserved, special symbol change display game (special symbol change), etc. after a jackpot of symbol A. 図柄Bの大当りの後に関して、遊技状態、普図確率(普図当り確率)、普図状態、普電状態、特図2保留数、特図変動表示ゲーム(特図変動)などを示すタイミングチャートである。This is a timing chart showing the game status, normal symbol probability (normal symbol hit probability), normal symbol status, normal power status, number of special symbol 2 reserved, special symbol change display game (special symbol change), etc. after a jackpot of symbol B. 図柄Fの大当りの後に関して、遊技状態、普図確率(普図当り確率)、普図状態、普電状態、特図2保留数、特図変動表示ゲーム(特図変動)などを示すタイミングチャートである。This is a timing chart showing the game status, normal symbol probability (normal symbol hit probability), normal symbol status, normal power status, number of special symbol 2 reserved, special symbol change display game (special symbol change), etc. after a jackpot of symbol F. 第2実施形態において、遊技状態の遷移を例示する遊技状態遷移図(ゲームフロー)である。13 is a game state transition diagram (game flow) illustrating the transition of game states in the second embodiment. 第2実施形態において、特図変動表示ゲームの当りの種類である図柄に対応する時短回数と規定の残保留数などについて示すテーブルである。In the second embodiment, this is a table showing the number of time-saving times and the specified remaining number of reservations corresponding to the patterns that are the winning types of the special chart variable display game. 第2実施形態において、普図変動表示ゲームと普電動作の特徴等ついて示す図である。This is a diagram showing the features of the regular map change display game and regular power operation in the second embodiment. 第2実施形態において、特定遊技状態としての時短状態から移行状態(残保留を消化する通常遊技状態)にかけて、遊技状態、特図変動表示ゲーム(特図変動)、普図状態、普電状態、特図2保留数などを示すタイミングチャートである。In the second embodiment, this is a timing chart showing the game state, special chart change display game (special chart change), normal chart state, normal power state, special chart 2 reserved number, etc., from the time-saving state as a specific game state to the transition state (normal game state in which remaining reserved numbers are consumed). 第3実施形態に係る遊技盤の正面図である。FIG. 11 is a front view of a game board according to a third embodiment. 第3実施形態における遊技状態の遷移を例示する遊技状態遷移図(ゲームフロー)である。FIG. 13 is a game state transition diagram (game flow) illustrating the transition of game states in the third embodiment. 第3実施形態において、特図変動表示ゲームの当りの種類である図柄に対応する時短回数と規定の残保留数(規定残保留数)などについて示すテーブルである。In the third embodiment, this is a table showing the number of time-saving periods and the specified remaining number of reservations (specified remaining number of reservations) corresponding to the patterns that are the winning types of the special chart variable display game. 第3実施形態において、各遊技状態から新たな時短の作動契機が発生した場合について、時短の作動状況をまとめたテーブルである。This is a table summarizing the operation status of time-saving when a new trigger for time-saving operation occurs from each game state in the third embodiment. 第3実施形態に係る一括表示装置の表示を説明する図である。13A and 13B are diagrams illustrating the display of a collective display device according to a third embodiment. 第3実施形態における普図変動表示ゲームの特徴等ついて示す図である。A figure showing the features of the map variation display game in the third embodiment. 第3実施形態における普電動作の特徴等ついて示す図である。A figure showing the features of normal power operation in the third embodiment. 第3実施形態に係る特図情報設定処理の手順を示すフローチャートである。A flowchart showing the steps of the special chart information setting process in the third embodiment. 第3実施形態に係る変動パターン設定処理の手順を示すフローチャートである。13 is a flowchart showing the steps of a variation pattern setting process according to the third embodiment. 第3実施形態に係る変動開始情報設定処理の手順を示すフローチャートである。A flowchart showing the steps of the variable start information setting process in the third embodiment. 第3実施形態に係る変動パターンテーブルの設定状況を、各遊技状態と特図種別(特図1又は特図2)に対して示す表である。This is a table showing the setting status of the variable pattern table in the third embodiment for each game state and special chart type (special chart 1 or special chart 2). 第3実施形態に係る表示装置の演出画面を例示する図である。FIG. 13 is a diagram illustrating an example of a rendering screen of a display device according to a third embodiment. 第3実施形態に係る外部情報編集処理の後半部分の手順を示すフローチャートである。13 is a flowchart showing the procedure of a second half of the external information editing process according to the third embodiment. 第3実施形態において、外部情報としての大当り1~4信号のオン/オフの様子を示すタイムチャートである。This is a time chart showing the on/off state of the jackpot 1 to 4 signals as external information in the third embodiment. 第3実施形態において、試射試験装置に出力される試験信号の出力の様子を示すタイムチャートである。13 is a time chart showing the output of a test signal to a test firing test device in the third embodiment. 第3実施形態において、中サポと高サポに対応する入賞容易状態信号1~4を例示する図である。This is a diagram illustrating examples of easy-to-win state signals 1 to 4 corresponding to medium support and high support in the third embodiment. 第3実施形態に係る発射位置指定信号の出力の様子を示す表である。13 is a table showing the output of a launch position designation signal according to the third embodiment. 第3実施形態に係る発射位置指定信号の出力の様子を示すタイムチャートである。13 is a time chart showing the output of a launch position designation signal according to the third embodiment. 第3実施形態において、特図1変動表示ゲームの小当り結果の場合において、上大入賞口の開放動作や、レバーソレノイドのオン/オフ動作などを例示するタイムチャートである。This is a time chart illustrating the opening operation of the upper large winning port and the on/off operation of the lever solenoid in the third embodiment in the case of a small win result in the special chart 1 variable display game. 第3実施形態において、特図2変動表示ゲームの小当り結果の場合において、上大入賞口の開放動作や、レバーソレノイドのオン/オフ動作などを例示するタイムチャートである。This is a time chart illustrating the opening operation of the upper large winning port and the on/off operation of the lever solenoid in the third embodiment in the case of a small hit result in the special chart 2 variable display game. 第4実施形態において、安全装置の状態に応じた演出系の装置の態様などを示すテーブルである。13 is a table showing the state of devices related to performance according to the state of a safety device in the fourth embodiment. 第4実施形態において、表示装置の表示画面を時系列で示した画面遷移図の一例(例1)である(その1)。FIG. 13 is an example (example 1) of a screen transition diagram showing display screens of a display device in time series in the fourth embodiment (part 1); 第4実施形態において、第4実施形態において、表示装置の表示画面を時系列で示した画面遷移図の一例(例1)である(その2)。FIG. 23 is an example (example 1) of a screen transition diagram showing display screens of a display device in a time series in the fourth embodiment (part 2); 第4実施形態において、第4実施形態において、表示装置の表示画面を時系列で示した画面遷移図の別の一例(例2)である。FIG. 13 is another example (example 2) of the screen transition diagram illustrating display screens of the display device in a time series in the fourth embodiment; 第4実施形態において、遊技状態に応じて異なる作動予告表示を例示する画面遷移図である。This is a screen transition diagram illustrating different operation preview displays depending on the game status in the fourth embodiment. 第4実施形態において、変動表示中のリーチ前後での作動予告表示を例示する図である。A figure showing an example of an operation preview display before and after a reach during a variable display in the fourth embodiment. 第4実施形態において、客待ち中の作動予告表示を例示する図である。FIG. 13 is a diagram illustrating an example of an operation advance notice display while waiting for customers in the fourth embodiment. 第4実施形態において、設定確認状態(設定確認モード)における表示装置の表示画面を例示する。In the fourth embodiment, a display screen of the display device in a setting confirmation state (setting confirmation mode) is illustrated. 第4実施形態において、映像以外で表示される特定機種表示の例(例1)を示す図である。FIG. 23 is a diagram showing an example (example 1) of a specific model display displayed other than as a video in the fourth embodiment. 第4実施形態において、映像以外で表示される特定機種表示の例(例2)を示す図である。FIG. 23 is a diagram showing an example (example 2) of a specific model display displayed other than as a video in the fourth embodiment. 第5実施形態に係るCPUの内部構成を示すブロック図である。FIG. 13 is a block diagram showing the internal configuration of a CPU according to a fifth embodiment. 第5実施形態に係るフラグレジスタの構成を説明する図である。FIG. 13 is a diagram illustrating a configuration of a flag register according to the fifth embodiment. 第5実施形態に係るメモリマップである。13 is a memory map according to the fifth embodiment. 転送命令のうち1バイトのデータを転送するLD命令を例示する命令表(例1-1)である。11 is a command table (example 1-1) illustrating an LD command for transferring one byte of data among transfer commands. 転送命令のうち2バイトのデータを転送するLD命令などを例示する命令表(例1-2)である。13 is a command table (example 1-2) illustrating an LD command for transferring two bytes of data among transfer commands. 転送命令のうち2バイトの直値を転送するLDW命令を例示する命令表(例1-3)と、その他の転送命令(LDD命令、LDY命令)を例示する命令表(例1-4)である。This is an instruction table (example 1-3) illustrating an LDW instruction that transfers a two-byte direct value among transfer instructions, and an instruction table (example 1-4) illustrating other transfer instructions (LDD instruction, LDY instruction). 比較命令のうち1バイトのデータ同士を比較するCP命令を例示する命令表(例2-1)である。13 is an instruction table (example 2-1) illustrating a CP instruction for comparing one byte of data among comparison instructions. 比較命令のうち2バイトのデータ同士を比較するCP命令を例示する命令表(例2-2)である。13 is an instruction table (example 2-2) illustrating a CP instruction for comparing two bytes of data among comparison instructions. 比較命令のうちCPJ命令を例示する命令表(例2-3)である。13 is an instruction table (example 2-3) illustrating a CPJ instruction among comparison instructions. 比較命令のうち2バイトのデータ同士を比較するCPW命令を例示する命令表(例2-4)である。11 is an instruction table (example 2-4) illustrating a CPW instruction for comparing two bytes of data among comparison instructions. 近いアドレスにジャンプするJRR命令を例示する命令表(例3-1)と、遠いアドレスにジャンプ可能なJR命令を例示する命令表(例3-2)である。3-1 is an instruction table illustrating a JRR instruction that jumps to a nearby address, and FIG. 3-2 is an instruction table illustrating a JR instruction that can jump to a distant address. 任意のアドレスのサブルーチンを呼び出せるCALL命令を例示する命令表(例4-1)と、任意のアドレスのサブルーチンを呼び出せないCALLT命令とCALLR命令を例示する命令表(例4-2)である。4-1 is an instruction table illustrating a CALL instruction that can call a subroutine at any address, and 4-2 is an instruction table illustrating a CALLT instruction and a CALLR instruction that cannot call a subroutine at any address. サブルーチンや割込み処理等からリターンする復帰命令を例示する命令表(例5-1、例5-2)である。5 is a command table (Example 5-1, Example 5-2) illustrating return commands for returning from a subroutine, an interrupt process, etc. 第5実施形態に係る出力処理の手順を示すフローチャートである。13 is a flowchart showing the procedure of an output process according to the fifth embodiment. 第5実施形態に係る領域外統合処理の手順を示すフローチャートである。23 is a flowchart showing the procedure of outside area integration processing according to the fifth embodiment. 第5実施形態に係る試験信号出力処理の手順を示すフローチャートである。13 is a flowchart showing a procedure of a test signal output process according to the fifth embodiment. メイン処理プログラムの一部のプログラム構造を示すプログラムリストである。4 is a program listing showing a program structure of a part of a main processing program. タイマ割込み処理プログラムのプログラム構造を示すプログラムリストである。4 is a program listing showing a program structure of a timer interrupt processing program. 特図ゲーム処理プログラムのプログラム構造を示すプログラムリストと特図ゲームシーケンス分岐テーブルを説明するプログラムリストである。This is a program list showing the program structure of a special game processing program and a program list explaining a special game sequence branch table. 2バイトデクリメント処理プログラム、2バイトデータ取得処理プログラム、1バイトデータ取得処理プログラム、特図状態チェック処理プログラムのプログラム構造を示すプログラムリストである。This is a program list showing the program structures of a 2-byte decrement processing program, a 2-byte data acquisition processing program, a 1-byte data acquisition processing program, and a special chart status check processing program. 始動口スイッチ監視処理プログラムの一部のプログラム構造を示すプログラムリストである。11 is a program listing showing a program structure of a portion of a start port switch monitoring processing program. ハード乱数取得処理プログラムのプログラム構造を示すプログラムリストである。11 is a program listing showing a program structure of a hardware random number acquisition processing program. 特図始動口スイッチ共通処理プログラムのプログラム構造を示すプログラムリストである。This is a program listing showing the program structure of the special chart start port switch common processing program. 特図保留情報判定処理プログラムの一部のプログラム構造を示すプログラムリストである。This is a program listing showing a part of the program structure of a special chart reservation information determination processing program. 大当り判定処理プログラムのプログラム構造を示すプログラムリストである。This is a program listing showing the program structure of a jackpot determination processing program. 特図普段処理プログラムのプログラム構造を示すプログラムリストである。This is a program listing showing the program structure of the special normal processing program. 特図表示中処理プログラムの一部のプログラム構造を示すプログラムリストである。This is a program listing showing a part of the program structure of the processing program during special chart display. 特図表示中処理プログラムの他の一部のプログラム構造を示すプログラムリストである。This is a program listing showing the program structure of another part of the special chart display processing program. 始動口信号編集処理プログラムのプログラム構造を示すプログラムリストである。11 is a program listing showing a program structure of a start port signal editing processing program. 安全装置関連処理プログラムのプログラム構造を示すプログラムリストである。4 is a program listing showing a program structure of a safety device related processing program. 領域外統合処理プログラムのプログラム構造を示すプログラムリストである。11 is a program listing showing a program structure of an outside area integration processing program. 試験信号出力処理プログラムのプログラム構造を示すプログラムリストである。4 is a program listing showing a program structure of a test signal output processing program. 差玉確認処理プログラムの一部のプログラム構造を示すプログラムリストである。This is a program listing showing a part of the program structure of the difference ball confirmation processing program. 安全装置作動監視処理プログラムのプログラム構造を示すプログラムリストである。4 is a program listing showing a program structure of a safety device operation monitoring processing program. 演出制御装置のCPUが実行する比較命令を例示する命令表である。11 is a command table illustrating comparison commands executed by a CPU of the performance control device.

[第1実施形態]
以下、本発明の好適な実施の形態を図面に基づいて説明する。なお、遊技機の説明における前後左右とは、遊技中の遊技者から見た方向を指すものとする。
[First embodiment]
Hereinafter, preferred embodiments of the present invention will be described with reference to the drawings. In the description of the gaming machine, the terms front, back, left and right refer to the directions as seen by a player playing a game.

〔遊技機全体図〕
図1は、遊技機を説明する図である。
[Overall view of the gaming machine]
FIG. 1 is a diagram illustrating a gaming machine.

遊技機10は島設備に固定される枠11に、ヒンジ16を介して開閉回動自在に取り付けられる開閉枠を備える。開閉枠は、前面枠12(本体枠)及びガラス枠15(前枠ユニット)によって構成されている。また、開閉枠は、その左端側がヒンジに取り付けられる軸着端側になっており、その右端側が回動によって開放される開放端側になっている。なお、枠11と前面枠12は、外枠ユニット17を構成する。 The gaming machine 10 is equipped with an opening/closing frame that is attached to a frame 11 fixed to the island equipment via hinges 16 so that it can be opened and closed. The opening/closing frame is composed of a front frame 12 (main body frame) and a glass frame 15 (front frame unit). The left end of the opening/closing frame is the shaft end that is attached to the hinge, and the right end is the open end that is opened by rotation. The frame 11 and the front frame 12 form an outer frame unit 17.

前面枠12には、遊技盤30(図2参照)が配設されるとともに、遊技盤30の前面を覆うカバーガラス14を有するガラス枠15が取り付けられる。カバーガラス14は、遊技盤30に形成される遊技領域32(図2参照)を視認可能とする遊技視認領域として機能する。なお、カバーガラス14は、透明部材の一例として示すものであり、カバーガラス14の代わりにプラスチック製のカバーを使用してよい。ガラス枠15は、透明部材を保持する透明部材保持枠として機能する。 The game board 30 (see FIG. 2) is arranged on the front frame 12, and a glass frame 15 having a cover glass 14 that covers the front of the game board 30 is attached. The cover glass 14 functions as a game viewing area that allows the game area 32 (see FIG. 2) formed on the game board 30 to be viewed. Note that the cover glass 14 is shown as an example of a transparent member, and a plastic cover may be used instead of the cover glass 14. The glass frame 15 functions as a transparent member holding frame that holds the transparent member.

前面枠12及びガラス枠15は、それぞれ個別に開放することが可能となっている。例えば、ガラス枠15のみを開放することで、遊技盤30の遊技領域32にアクセスすることができる。また、前面枠12をガラス枠15が開放されていない状態で開放することで、遊技盤30の裏面側に配設された遊技制御装置(主基板)100(図3参照)等にアクセスすることができる。 The front frame 12 and the glass frame 15 can be opened individually. For example, by opening only the glass frame 15, the game area 32 of the game board 30 can be accessed. In addition, by opening the front frame 12 without opening the glass frame 15, the game control device (main board) 100 (see Figure 3) and the like arranged on the back side of the game board 30 can be accessed.

ガラス枠15のカバーガラス14周囲の縁部分には、種々の枠構成部材が配設されている。 Various frame components are arranged around the edge of the cover glass 14 of the glass frame 15.

ガラス枠15の上部中央及び右側部と左側部には、遊技状態に応じて発光演出可能な装飾装置18a,18b,18cが配設されている。装飾装置18a,18b,18cは、内部にLED等の照明部材を収容しており、遊技状態に応じた発光演出を行う演出装置である。これら装飾装置18a,18b,18cの内部に配設される照明部材は、枠装飾装置18(図4参照)の一部を構成している。 At the top center and on the right and left sides of the glass frame 15, decorative devices 18a, 18b, and 18c that can emit light depending on the game status are arranged. The decorative devices 18a, 18b, and 18c house lighting components such as LEDs inside, and are performance devices that emit light depending on the game status. The lighting components arranged inside these decorative devices 18a, 18b, and 18c form part of the frame decoration device 18 (see Figure 4).

装飾装置18aは、ガラス枠15(或いは開閉枠)の上部で、遊技機10の左右方向に延設されるとともに、斜め上の前方に向かって突出するトップユニットである。装飾装置18aは、機種名などの種々の表示を有する略平坦な前面部456を有する。装飾装置18aは、本実施形態では固定され動作しないが、遊技者への圧迫感を低減するように、引っ込んだ初期位置(通常位置)から必要な場合のみ前方や上方や斜めの動作位置へ突出動作したり、前後方向や上下方向に移動動作してもよい。なお、装飾装置18a(ここではトップユニット)が動作(移動)する場合に、初期位置から動作位置へ動作可能な枠演出装置(可動役物)となる。 The decorative device 18a is a top unit that extends in the left-right direction of the gaming machine 10 at the top of the glass frame 15 (or the opening and closing frame) and protrudes diagonally upward toward the front. The decorative device 18a has a substantially flat front portion 456 that has various indications such as the model name. In this embodiment, the decorative device 18a is fixed and does not move, but it may protrude from a retracted initial position (normal position) to an operating position forward, upward, or diagonally only when necessary, or move in the front-rear or up-down direction, in order to reduce the feeling of oppression felt by the player. Note that when the decorative device 18a (here the top unit) operates (moves), it becomes a frame performance device (movable role) that can move from the initial position to the operating position.

装飾装置18bは、ガラス枠15の右側で上下方向に延設されるとともに、前方に向かって突出する突出演出ユニット(前枠発光ユニット)である。装飾装置18cは、ガラス枠15の左側で、上下方向に延設されるとともに、前方に向かって突出する突出演出ユニット(前枠発光ユニット)である。装飾装置18b,18cは、遊技機10の中央側(内側)へ遊技者に向けて光を照射するとともに、複数の開口から遊技機10の外側に光が漏れる。 Decorative device 18b is a protruding performance unit (front frame light-emitting unit) that extends vertically on the right side of glass frame 15 and protrudes forward. Decorative device 18c is a protruding performance unit (front frame light-emitting unit) that extends vertically on the left side of glass frame 15 and protrudes forward. Decorative devices 18b and 18c shine light toward the player toward the center (inside) of gaming machine 10, and light leaks out from multiple openings to the outside of gaming machine 10.

ガラス枠15の右上角部分及び左上角部分には、上スピーカ19aがそれぞれ配設される。これら上スピーカ19aとは別に遊技機10の下部には、2つの下スピーカ19bが設けられている。下スピーカ19bは、ガラス枠15の左下角部分及び前面枠12の右下角部分に配設されている。これら上スピーカ19a及び下スピーカ19bは、効果音や警報音、報知音等を発するものである。なお、左右の上スピーカ19aは、各々、右側と左側のスピーカ飾り部材470で覆われている。 Upper speakers 19a are disposed in the upper right and upper left corners of the glass frame 15. In addition to these upper speakers 19a, two lower speakers 19b are provided at the bottom of the gaming machine 10. The lower speakers 19b are disposed in the lower left corner of the glass frame 15 and the lower right corner of the front frame 12. These upper speakers 19a and lower speakers 19b emit sound effects, alarm sounds, notification sounds, etc. The left and right upper speakers 19a are covered by right and left speaker decoration members 470, respectively.

ガラス枠15の下部には、遊技球(遊技媒体)を貯留可能な上皿21を有する上皿ユニット20が取り付けられている。上皿21は、上部で開口した箱状に形成されている。上皿21に貯留されている遊技球は、一球ずつ球発射装置に供給される。 An upper tray unit 20 having an upper tray 21 capable of storing game balls (game media) is attached to the bottom of the glass frame 15. The upper tray 21 is formed in a box shape that is open at the top. The game balls stored in the upper tray 21 are supplied one by one to the ball launching device.

上皿ユニット20は、遊技者からの入力操作を受け付ける演出操作装置と、遊技者からの入力操作を受け付ける球貸操作装置と、遊技状態に応じて発光演出等を行う装飾装置22と、をさらに備える。 The upper tray unit 20 further includes a presentation operation device that accepts input operations from the player, a ball dispensing operation device that accepts input operations from the player, and a decoration device 22 that performs light-emitting effects and the like according to the game status.

演出操作装置は、演出ボタン25、十字キースイッチ450、及び、音量調整用ボタンスイッチ451a,451bを含む操作装置であり、遊技者が操作しやすいように上皿ユニット20の上部中央とその左側に設けられている。演出ボタン25は、操作パネル490に包囲されるように、操作パネル490の開口内に配置される。操作パネル490は、表面への金属メッキや全体を金属製にすることなどによって光を反射可能であり、例えばシルバー(銀色)の金属光沢を有する。演出ボタン25が発光すると、周囲の操作パネル490で演出ボタン25からの光が反射され、演出ボタン25の発光演出が効果的になる。 The effect operation device is an operation device including the effect button 25, the cross key switch 450, and the volume adjustment button switches 451a, 451b, and is provided at the center of the top of the upper tray unit 20 and on its left side for easy operation by the player. The effect button 25 is placed in the opening of the operation panel 490 so as to be surrounded by the operation panel 490. The operation panel 490 is capable of reflecting light by metal plating on its surface or being made entirely of metal, and has a metallic luster of, for example, silver. When the effect button 25 emits light, the light from the effect button 25 is reflected by the surrounding operation panel 490, making the light emission effect of the effect button 25 more effective.

演出ボタン25は、内蔵されている演出ボタンスイッチ25aと、表面に設けられているタッチパネル25bを含んでよい。 The effect button 25 may include a built-in effect button switch 25a and a touch panel 25b provided on the surface.

音量調整用ボタンスイッチ451a,451bは、上皿ユニット20の操作パネル690の上部左側に設けられ、スピーカ19(上スピーカ19aや下スピーカ19b)の音量を増減(+-)して調整する。十字キースイッチ450(十字キーSW)は、上皿ユニット20の操作パネル490の上部左側で音量調整用ボタンスイッチ451a,451bに隣接して設けられ、例えば、演出用LEDの輝度を調整する。十字キースイッチ450は、方向キースイッチとも呼ばれてよく、前後左右などに配置された複数(例えば4つ)のスイッチからなる一般的なものでよい。例えば、客待ち中及び/又は遊技中(ゲーム中)などの所定の状態で、音量調整用ボタンスイッチ451a,451bが押下げ操作されてスピーカ19の音量が調整可能であってよく、十字キースイッチ450の前又は後のスイッチが押下げ操作されて演出用LED等の光量(明るさ、輝度)が調整可能であってよい。なお、音量調整用ボタンスイッチ451a,451bを設けずに、十字キースイッチ450の左又は右のスイッチが押下げ操作されてスピーカ19の音量が調整可能であってよい。 The volume adjustment button switches 451a and 451b are provided on the upper left side of the operation panel 690 of the upper tray unit 20, and adjust the volume of the speaker 19 (upper speaker 19a and lower speaker 19b) by increasing and decreasing (+-). The cross key switch 450 (cross key SW) is provided adjacent to the volume adjustment button switches 451a and 451b on the upper left side of the operation panel 490 of the upper tray unit 20, and adjusts the brightness of the performance LED, for example. The cross key switch 450 may also be called a directional key switch, and may be a general one consisting of multiple (for example, four) switches arranged in the front, back, left, right, etc. For example, in a predetermined state such as waiting for customers and/or during play (during a game), the volume adjustment button switches 451a and 451b may be pressed down to adjust the volume of the speaker 19, and the switch in front of or behind the cross key switch 450 may be pressed down to adjust the light amount (brightness, luminance) of the performance LED, etc. It is also possible to adjust the volume of the speaker 19 by pressing the left or right switch of the cross key switch 450 without providing the volume adjustment button switches 451a and 451b.

遊技者が演出操作装置(特に演出ボタン25)を操作することによって、表示装置41(図2参照)に表示される特図変動表示ゲーム等において遊技者の操作を介入させた演出を行うことができる。例えば、演出パターン(演出態様)を選択したり、始動記憶に対応する変動表示ゲームの結果を事前に予告する予告演出を実行したりすることができる。なお、変動表示ゲームには特図変動表示ゲームが含まれ、単に変動表示ゲームとした場合には、本明細書では特図変動表示ゲームを指すものとする。 By operating the effect operation device (particularly the effect button 25), the player can perform effects that involve the player's operations in the special chart variable display game displayed on the display device 41 (see Figure 2). For example, it is possible to select a presentation pattern (presentation mode), or to execute a preview effect that notifies in advance the outcome of the variable display game corresponding to the start memory. Note that the variable display game includes the special chart variable display game, and when it is simply referred to as a variable display game, this specification refers to the special chart variable display game.

また、変動表示ゲームの実行中だけでなく、非実行中に遊技者が演出操作装置を操作することによっても演出パターンを変更するようにしてもよい。 In addition, the presentation pattern may be changed by the player operating the presentation operation device not only while the variable display game is being played, but also when the game is not being played.

なお、変動表示ゲームが実行される際の遊技状態は、複数の遊技状態からなる。通常遊技状態(通常状態)とは、特別な遊技状態が発生していない遊技状態である。また、特別な遊技状態とは、例えば、特定遊技状態としての時短状態や変動表示ゲームにおいて特別結果(例えば大当り)の発生確率が高い状態(確変状態、確率変動状態)、大当り状態(特別遊技状態)、小当り遊技状態(小当り状態)である。このように遊技機10は、特別結果の発生確率が異なる遊技状態を複数備え、遊技制御装置100(遊技状態選択手段、設定手段)は、当該複数の遊技状態の中から一の遊技状態を選択(設定)して現在の遊技状態とすることができる。 The game state when the variable display game is executed consists of multiple game states. The normal game state (normal state) is a game state in which no special game state occurs. Special game states are, for example, a time-saving state as a specific game state, a state in which the probability of a special result (e.g., a jackpot) occurring in the variable display game is high (probability change state, probability change state), a jackpot state (special game state), and a small jackpot game state (small jackpot state). In this way, the gaming machine 10 has multiple game states with different probabilities of special results occurring, and the gaming control device 100 (game state selection means, setting means) can select (set) one game state from the multiple game states to set it as the current game state.

ここで、確変状態(特定遊技状態)は、次の大当りが発生するまで継続するもの(ループタイプ)、所定回数の変動表示ゲームが実行されるまで継続するもの(回数切りタイプ、ST)、及び所定の確率転落抽選に当選するまで継続するもの(転落抽選タイプ)等がある。 Here, the special probability state (specific game state) can be one that continues until the next big win occurs (loop type), one that continues until a specified number of variable display games have been played (number-cut type, ST), or one that continues until a specified probability of falling lottery is won (falling lottery type).

さらに、確変状態を発生させるか否かを大当り図柄乱数によって決定せずに、大当りが発生した場合に必ず確変状態を発生させるようにしてもよい。 Furthermore, whether or not a special state occurs may not be determined by the jackpot pattern random number, but the special state may always occur when a jackpot occurs.

球貸操作装置は、遊技者が遊技球を借りる場合に操作する操作装置であって、上皿ユニット20の操作パネル490の上部右側に設けられている。球貸操作装置は、残高表示部490aと、球貸ボタン27と、返却ボタン28と、を備えている。残高表示部490aは、プリペイドカード等の残高が表示される表示領域である。球貸ボタン27は遊技球を借りる場合に遊技者が操作するボタンであり、返却ボタン28は遊技機10に隣接するように配置されるカードユニット(図示省略)からプリペイドカード等を排出させる場合に遊技者が操作するボタンである。 The ball lending operation device is an operation device operated by a player when borrowing gaming balls, and is provided on the upper right side of the operation panel 490 of the upper tray unit 20. The ball lending operation device is equipped with a balance display section 490a, a ball lending button 27, and a return button 28. The balance display section 490a is a display area in which the balance of a prepaid card or the like is displayed. The ball lending button 27 is a button operated by a player when borrowing gaming balls, and the return button 28 is a button operated by a player when ejecting a prepaid card or the like from a card unit (not shown) arranged adjacent to the gaming machine 10.

装飾装置22は、内部にLED等の照明部材を収容しており、遊技状態に応じて発光演出等を行う装置であって、上皿ユニット20に設けられている。装飾装置22の内部に配設される照明部材は、枠装飾装置18(図4参照)の一部を構成している。 The decorative device 22 is a device that contains lighting components such as LEDs and performs light-emitting effects depending on the game status, and is provided on the upper tray unit 20. The lighting components disposed inside the decorative device 22 form part of the frame decorative device 18 (see Figure 4).

上記した上皿ユニット20等を備えるガラス枠15の下方であって、前面枠12の下部には、球発射装置(図示省略)の動作を制御するための操作ハンドル24と、遊技球を貯留可能な下皿23等を備える下皿ユニット29とが設けられている。下皿ユニット29と上皿ユニット20は、形状的に適合しており上下方向に重ねて並べて配置される。上皿ユニット20の上皿操作部435を操作することによって、上皿21の遊技球は下皿23へと流下させることができる。 Below the glass frame 15 which includes the above-mentioned upper tray unit 20, etc., and at the bottom of the front frame 12, there is provided an operating handle 24 for controlling the operation of the ball launching device (not shown), and a lower tray unit 29 which includes a lower tray 23 in which game balls can be stored. The lower tray unit 29 and the upper tray unit 20 are compatible in shape and are arranged side-by-side, stacked in the vertical direction. By operating the upper tray operating part 435 of the upper tray unit 20, the game balls on the upper tray 21 can be caused to flow down to the lower tray 23.

操作ハンドル24は、前面枠12の右下部であって、右側の下スピーカ19bの下方に配置されている。遊技者が操作ハンドル24を回動操作することによって、球発射装置は上皿21から供給された遊技球を遊技盤30の遊技領域32に発射する。球発射装置から発射される遊技球の発射速度は、操作ハンドル24の回動操作量が大きくなるほど速くなるように設定されている。即ち、球発射装置は、遊技領域32に遊技球を発射する勢(速度)である発射勢を、遊技者による操作ハンドル24の操作に対応して変更でき、発射勢の異なる種々の発射態様で遊技球を発射できる。発射態様には、遊技領域32の左側において遊技球を流下させる左打ち(通常打ち)と、遊技領域32の右側において遊技球を流下させる右打ちが含まれる。 The operating handle 24 is located at the lower right of the front frame 12, below the lower speaker 19b on the right side. When the player rotates the operating handle 24, the ball launcher launches the game balls supplied from the upper tray 21 into the game area 32 of the game board 30. The launching speed of the game balls launched from the ball launcher is set to be faster as the rotation amount of the operating handle 24 increases. In other words, the ball launcher can change the launching force, which is the force (speed) with which the game balls are launched into the game area 32, in response to the operation of the operating handle 24 by the player, and can launch the game balls in various launch modes with different launching forces. The launch modes include a left hit (normal hit) in which the game balls flow down the left side of the game area 32, and a right hit in which the game balls flow down the right side of the game area 32.

下皿ユニット29の下皿23は、上皿ユニット20に対して所定の間隔をあけて、上皿ユニットの下方に配置されている。下皿23は、当該下皿23の底面を上下方向に貫通する球抜き穴23aと、球抜き穴23aを開閉するための開閉操作部23bと、を有している。遊技者が開閉操作部23bを操作して、球抜き穴23aを開くことによって、下皿23に貯留されていた遊技球を球抜き穴23aを通じて外部に排出することができる。 The lower tray 23 of the lower tray unit 29 is disposed below the upper tray unit 20 at a predetermined distance. The lower tray 23 has a ball ejection hole 23a that penetrates the bottom surface of the lower tray 23 in the vertical direction, and an opening/closing operation part 23b for opening and closing the ball ejection hole 23a. When the player operates the opening/closing operation part 23b to open the ball ejection hole 23a, the game balls stored in the lower tray 23 can be discharged to the outside through the ball ejection hole 23a.

また、前面枠12の裏側には、各種装置に電力を供給する電源装置400、島設備に設置された補給装置(図示省略)から補給される遊技球を貯留する上部タンク448、上部タンク448から流下してきた遊技球を上皿21に払い出す払出装置(払出ユニット)などが配置される。 Also, on the back side of the front frame 12, there are arranged a power supply unit 400 that supplies power to various devices, an upper tank 448 that stores game balls supplied from a supply device (not shown) installed on the island equipment, and a payout device (payout unit) that pays out game balls that flow down from the upper tank 448 onto the upper tray 21.

〔遊技盤〕
続いて、図2を参照して、遊技機10の遊技盤30について説明する。図2は、遊技機10に備えられる遊技盤30の正面図である。
[Game board]
Next, the game board 30 of the gaming machine 10 will be described with reference to Fig. 2. Fig. 2 is a front view of the game board 30 provided in the gaming machine 10.

図2に示すように、遊技盤30は、各種部材の取付ベースとなる平板状の遊技盤本体30aを備える。遊技盤本体30aは木製又は合成樹脂製であって、当該遊技盤本体30aの前面にはガイドレール31で囲まれた遊技領域32が設けられている。遊技機10は、ガイドレール31で囲まれた遊技領域32内に球発射装置から遊技球を発射して遊技を行うように構成されている。遊技領域32には遊技球の流下方向を変換する部材として風車や障害釘等が配設されており、発射された遊技球はこれら部材により転動方向を変えながら遊技領域32を流下する。 As shown in FIG. 2, the game board 30 comprises a flat game board body 30a that serves as a mounting base for various components. The game board body 30a is made of wood or synthetic resin, and a game area 32 surrounded by a guide rail 31 is provided on the front side of the game board body 30a. The game machine 10 is configured to play by launching game balls from a ball launcher into the game area 32 surrounded by the guide rail 31. The game area 32 is provided with windmills, obstacle nails, and the like as components for changing the flow direction of the game balls, and the launched game balls flow down the game area 32 while changing their rolling direction due to these components.

遊技領域32の略中央には、変動表示ゲームの表示領域となる窓部を形成するセンターケース(前面構成体)40が取り付けられている。センターケース40に形成された窓部の後方には、複数の識別情報を変動表示(可変表示)する演出表示装置(変動表示装置)としての表示装置41が配置されている。表示装置41は、例えば、液晶ディスプレイを備え、センターケース40の窓部を介して遊技盤30の前面側から表示内容が視認可能となるように配置される。なお、表示装置41は、液晶ディスプレイを備えるものに限らず、ELやCRT等のディスプレイを備えるものであってもよい。 A center case (front structure) 40 is attached in approximately the center of the play area 32, forming a window that serves as the display area for the variable display game. A display device 41 is disposed behind the window formed in the center case 40, and serves as a performance display device (variable display device) that variably displays (changeably displays) multiple pieces of identification information. The display device 41 is, for example, equipped with a liquid crystal display, and is disposed so that the display contents can be viewed from the front side of the play board 30 through the window of the center case 40. Note that the display device 41 is not limited to one equipped with a liquid crystal display, and may be one equipped with a display such as an EL or CRT.

表示装置41の表示画面(表示部)には、複数の変動表示領域が設けられており、各変動表示領域に識別情報(特別図柄)や変動表示ゲームを演出するキャラクタが表示される。その他、表示画面には遊技の進行に基づく画像(大当り表示やファンファーレ表示、エンディング表示等)が表示される。 The display screen (display unit) of the display device 41 is provided with multiple variable display areas, and each variable display area displays identification information (special symbols) and characters that create the variable display game. In addition, the display screen displays images based on the progress of the game (jackpot display, fanfare display, ending display, etc.).

また、センターケース40には、遊技領域32を流下する遊技球をセンターケース40の内側に導くためのワープ通路40eへの流入口40aと、ワープ通路40eを通過した遊技球が転動可能なステージ部40bとが設けられている。センターケース40のステージ部40bは、始動入賞口36及び普通変動入賞装置37の上方に配置されているため、ステージ部40b上で転動した遊技球は始動入賞口36又は普通変動入賞装置37に入賞しやすくなっている。 The center case 40 is also provided with an inlet 40a to a warp passage 40e for guiding game balls flowing down the game area 32 to the inside of the center case 40, and a stage section 40b on which game balls that have passed through the warp passage 40e can roll. The stage section 40b of the center case 40 is located above the start winning opening 36 and the normal variable winning device 37, so that game balls that roll on the stage section 40b are more likely to win the start winning opening 36 or the normal variable winning device 37.

センターケース40の上部及び右側部には、それぞれ上部演出ユニット40c及び側部演出ユニット40dが設けられる。上部演出ユニット40c及び側部演出ユニット40dは、盤装飾装置46(図4参照)及び盤演出装置44(図4参照)の一部を構成している。 An upper performance unit 40c and a side performance unit 40d are provided on the upper and right sides of the center case 40, respectively. The upper performance unit 40c and the side performance unit 40d form part of the board decoration device 46 (see Figure 4) and the board performance device 44 (see Figure 4).

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

センターケース40の左下方の遊技領域32には一般入賞口35が配置されており、センターケース40の右下方の遊技領域32にも一般入賞口35が配置されている。これら一般入賞口35への遊技球の入賞は、一般入賞口35に備えられた入賞口スイッチ(SW)35a~35n(図3参照)によって検出される。 General winning openings 35 are located in the game area 32 on the lower left side of the center case 40, and general winning openings 35 are also located in the game area 32 on the lower right side of the center case 40. The entry of game balls into these general winning openings 35 is detected by winning opening switches (SW) 35a to 35n (see Figure 3) provided on the general winning openings 35.

センターケース40の下方の遊技領域32には、特図変動表示ゲームの開始条件を付与する始動入賞口(始動口1、第1始動入賞領域)36が設けられる。センターケース40の右側の遊技領域32において、普図始動ゲート34の下方には第2始動入賞口(始動口2、第2始動入賞領域)を備えた普通変動入賞装置37(普通電動役物、普電)が設けられる。普通変動入賞装置37は、前方へ回動することで、遊技球が流入し易い状態に変換する可動部材(可動片)37bを備える。可動部材37bが閉状態である場合には遊技球が普通変動入賞装置37に入賞できないようになっている。遊技球が始動入賞口36又は普通変動入賞装置37に入賞した場合には、補助遊技として特図変動表示ゲームが実行される。なお、始動入賞口36には、左打ち時に遊技球が入賞し易くなり、普通変動入賞装置37には、右打ち時に遊技球が入賞し易くなる。 In the play area 32 below the center case 40, a start winning port (start winning port 1, first start winning area) 36 that sets the start conditions for the special chart variable display game is provided. In the play area 32 on the right side of the center case 40, a normal variable winning device 37 (normal electric device, normal electric) equipped with a second start winning port (start winning port 2, second start winning area) is provided below the normal chart start gate 34. The normal variable winning device 37 is equipped with a movable member (movable piece) 37b that rotates forward to change the state so that the game ball can easily flow in. When the movable member 37b is in a closed state, the game ball cannot win the normal variable winning device 37. When the game ball wins the start winning port 36 or the normal variable winning device 37, the special chart variable display game is executed as an auxiliary game. In addition, the game ball is more likely to enter the start winning hole 36 when hit from the left, and the game ball is more likely to enter the normal variable winning device 37 when hit from the right.

可動部材37bは、いわゆるベロ型の普通電動役物であり、普図変動表示ゲームの結果が所定の停止表示態様となった場合に、普電ソレノイド37c(図3参照)を介して動作して開いて、遊技球が普通変動入賞装置37に流入しやすい開状態(遊技者にとって有利な入賞容易状態)に変化する。可動部材37bは、開状態(入賞容易状態)でなければ、遊技球が普通変動入賞装置37に流入し難い閉状態(入賞非容易状態、入賞困難状態)となる。なお、本実施形態において、始動入賞口36は、普通変動入賞装置37と異なり、可動部材(開閉部材)を有さず、常時、開放状態(開状態)であるが、可動部材(開閉部材)を有する構成も可能である。 The movable member 37b is a so-called tongue-type normal electric device, and when the result of the normal variable display game becomes a predetermined stop display mode, it operates via the normal electric solenoid 37c (see FIG. 3) to open and change to an open state (an easy-to-win state that is advantageous to the player) in which game balls can easily flow into the normal variable winning device 37. If the movable member 37b is not in the open state (easy-to-win state), it will be in a closed state (a non-easy-to-win state, a difficult-to-win state) in which game balls cannot easily flow into the normal variable winning device 37. In this embodiment, unlike the normal variable winning device 37, the start winning port 36 does not have a movable member (opening/closing member) and is always in an open state (open state), but a configuration with a movable member (opening/closing member) is also possible.

なお、可動部材37bは、後述する遊技制御装置100によって制御される。遊技制御装置100は、普図変動表示ゲームの変動時間を短縮したり普図変動表示ゲームの当り確率を通常よりも高確率としたりすることで入賞容易状態の発生頻度を高めたり、特別な遊技を行わない通常遊技状態で発生する入賞容易状態よりも入賞容易状態の発生時間を長くしたりすることで、前述の特定遊技状態として時短状態(普電サポート状態)を発生させる。なお、確変状態(潜伏確変状態を除く)においても、重複して時短状態(普電サポート状態)が発生する。 The movable member 37b is controlled by the game control device 100, which will be described later. The game control device 100 increases the frequency of occurrence of the easy-to-win state by shortening the fluctuation time of the normal map fluctuation display game or by making the winning probability of the normal map fluctuation display game higher than normal, or by lengthening the occurrence time of the easy-to-win state compared to the easy-to-win state that occurs in the normal game state in which no special play is performed, thereby generating the time-saving state (normal power support state) as the above-mentioned specific game state. Note that the time-saving state (normal power support state) also occurs overlappingly in the probability variable state (excluding the latent probability variable state).

始動入賞口36の右方の遊技領域32には、下大入賞口ソレノイド38b(図3参照)によって前方から奥側に引っ込むことで大入賞口を開放する下大入賞口を開放するアタッカ形式の開閉扉38cを有する第1特別変動入賞装置38(特別電動役物)が設けられている。第1特別変動入賞装置38は、特図変動表示ゲームの結果によって大入賞口を閉じた状態(遊技者にとって不利な閉塞状態)から開放状態(遊技者にとって有利な遊技状態)に変換し、下大入賞口内への遊技球の流入を容易にさせることで、遊技者に所定の遊技価値(例えば、賞球や大当り終了後の時短回数/確変回数)を付与するようになっている。なお、下大入賞口内には、当該大入賞口に入った遊技球を検出する検出手段として下大入賞口スイッチ38a(カウントスイッチ)が配設されている。なお、第1特別変動入賞装置38には、右打ち時に遊技球が入賞し易くなる。 In the game area 32 to the right of the starting winning hole 36, a first special variable winning device 38 (special electric device) is provided, which has an attacca-type opening and closing door 38c that opens the lower large winning hole by retracting it from the front to the back by the lower large winning hole solenoid 38b (see Figure 3). The first special variable winning device 38 converts the large winning hole from a closed state (a closed state disadvantageous to the player) to an open state (a game state advantageous to the player) depending on the result of the special chart variable display game, and by facilitating the flow of game balls into the lower large winning hole, it is designed to give the player a predetermined game value (for example, prize balls or the number of time-saving/probability-changing times after the end of a big win). In addition, a lower large winning hole switch 38a (count switch) is arranged in the lower large winning hole as a detection means for detecting game balls that have entered the large winning hole. In addition, the first special variable winning device 38 is more likely to have a winning ball when hit from the right.

普通変動入賞装置37の上方の遊技領域32には、上大入賞口ソレノイド39b(図3参照)によって上端側が右側に倒れる方向に回動することで上大入賞口を開放する開閉扉39cを有する第2特別変動入賞装置39が設けられている。第2特別変動入賞装置39は、特図変動表示ゲームの結果によって大入賞口を閉じた状態(遊技者にとって不利な閉塞状態)から開放状態(遊技者にとって有利な特別遊技状態)に変換し、大入賞口内への遊技球の流入を容易にさせることで、遊技者に所定の遊技価値(例えば、賞球や大当り終了後の時短回数/確変回数)を付与するようになっている。なお、大入賞口内には、当該大入賞口に入った遊技球を検出する検出手段として上大入賞口スイッチ39a(カウントスイッチ)(図3参照)が配設されている。なお、第2特別変動入賞装置39には、右打ち時に遊技球が入賞し易くなる。また、下大入賞口スイッチ38aと上大入賞口スイッチ39aを総称して、大入賞口スイッチ43と呼ぶ。 In the game area 32 above the normal variable winning device 37, a second special variable winning device 39 is provided, which has an opening and closing door 39c that opens the upper large winning port by rotating the upper end side in a direction that falls to the right by an upper large winning port solenoid 39b (see FIG. 3). The second special variable winning device 39 converts the large winning port from a closed state (a closed state that is disadvantageous to the player) to an open state (a special game state that is advantageous to the player) depending on the result of the special chart variable display game, and by facilitating the flow of game balls into the large winning port, it is designed to give the player a predetermined game value (for example, prize balls or the number of time-saving times/number of chance wins after the end of a big win). In addition, an upper large winning port switch 39a (count switch) (see FIG. 3) is arranged in the large winning port as a detection means for detecting game balls that have entered the large winning port. In addition, the second special variable winning device 39 makes it easier for game balls to win when hitting from the right. Additionally, the lower large prize opening switch 38a and the upper large prize opening switch 39a are collectively referred to as the large prize opening switch 43.

第2特別変動入賞装置39の内部には、特定領域86(いわゆるV入賞口)が設けられている。小当りによって開閉扉39cが開放された後に特定領域86(V入賞口)に遊技球が入球した場合に大当りが確定する。特定領域86は、小当り中にのみ、長時間開放されるなどして遊技球が容易に通過できるようにしてよい。なお、遊技制御装置100は、特定領域86への遊技球の通過(V入賞)をセンサ(後述の特定領域スイッチ72)等を介して検知でき、V入賞を検知すると小当り終了後に大当り状態に移行することを確定するとともに、後述の演出制御装置300にV入賞があったことを示す情報(特定領域通過コマンド等)を送信する。そして、演出制御装置300は、V入賞を表示装置41などにおいて報知できる。 Inside the second special variable winning device 39, a specific area 86 (so-called V winning port) is provided. If a game ball enters the specific area 86 (V winning port) after the opening and closing door 39c is opened by a small win, a big win is confirmed. The specific area 86 may be opened for a long time only during a small win, so that the game ball can easily pass through. The game control device 100 can detect the passage of the game ball into the specific area 86 (V winning) via a sensor (specific area switch 72 described later) or the like, and when it detects a V winning, it determines that the transition to a big win state will occur after the small win ends, and sends information indicating that a V winning has occurred (specific area passing command, etc.) to the performance control device 300 described later. The performance control device 300 can then notify the V winning on the display device 41 or the like.

即ち、本実施形態では、遊技機10は、いわゆる1種2種混合機(1+2種機)である。本実施形態では、小当りで第2特別変動入賞装置39が開放されることによって、第2特別変動入賞装置39内の特定領域86(V入賞口)に遊技球がV入賞して、大当りが発生する。 That is, in this embodiment, the gaming machine 10 is a so-called type 1/type 2 mixed machine (type 1+2 machine). In this embodiment, the second special variable winning device 39 is opened by a small win, and the gaming ball V-enters a specific area 86 (V winning hole) in the second special variable winning device 39, resulting in a big win.

一般入賞口35、始動入賞口36、普通変動入賞装置37、及び特別変動入賞装置38、39の大入賞口に遊技球が入賞すると、払出制御装置200(図3参照)は、入賞した入賞口の種類に応じた数の賞球を払出装置から上皿21に排出する。また、下方の遊技領域32には、入賞口等に入賞しなかった遊技球を回収するアウト口30bが設けられている。また、一般入賞口35、始動入賞口36、普通変動入賞装置37、及び特別変動入賞装置38、39やその近傍には、遊技球が入賞した場合などに発光可能なLED(後述の盤装飾装置46の一部)が配設されている。 When a game ball enters the large winning port of the general winning port 35, the start winning port 36, the normal variable winning device 37, or the special variable winning device 38, 39, the payout control device 200 (see FIG. 3) discharges a number of prize balls according to the type of winning port from the payout device to the upper tray 21. In addition, the lower game area 32 is provided with an outlet 30b for collecting game balls that did not enter the winning ports. In addition, the general winning port 35, the start winning port 36, the normal variable winning device 37, and the special variable winning devices 38, 39 and their vicinity are provided with LEDs (part of the board decoration device 46 described below) that can emit light when a game ball enters a winning port.

また、遊技領域32の外側であって遊技盤本体30aの右下角部には、特図変動表示ゲーム(特図1変動表示ゲーム、特図2変動表示ゲーム)及び普図変動表示ゲームを実行する一括表示装置50が設けられている。一括表示装置50は、LEDランプ(発光部、発光部材)から構成されて現在の遊技状態等の情報を表示する表示部51~60を備える。 In addition, outside the play area 32, in the lower right corner of the play board main body 30a, there is provided a collective display device 50 that executes the special chart change display game (special chart 1 change display game, special chart 2 change display game) and the normal chart change display game. The collective display device 50 is equipped with display units 51-60 that are composed of LED lamps (light-emitting units, light-emitting members) and display information such as the current play status.

一括表示装置50は、7セグメント型の表示器(LEDランプ)等で構成された変動表示ゲーム用の第1特図変動表示部51(特図1表示器、ランプD1)及び第2特図変動表示部52(特図2表示器、ランプD2)と、普図変動表示ゲーム用の変動表示部53(普図表示器、ランプD8、D10、D18)と、各変動表示ゲームの始動(保留)記憶数報知用の記憶表示部(特図1保留表示器54、特図2保留表示器55、普図保留表示器56)と、を有している。特図1保留表示器54はランプD11、D12により構成される。特図2保留表示器55は、ランプD13、D14により構成される。普図保留表示器56は、ランプD15、D16により構成される。 The collective display device 50 has a first special chart change display section 51 (special chart 1 display, lamp D1) and a second special chart change display section 52 (special chart 2 display, lamp D2) for the change display game, which are composed of 7-segment displays (LED lamps), a change display section 53 (normal chart display, lamps D8, D10, D18) for the normal chart change display game, and a memory display section (special chart 1 hold display 54, special chart 2 hold display 55, normal chart hold display 56) for notifying the start (hold) memory number of each change display game. The special chart 1 hold display 54 is composed of lamps D11 and D12. The special chart 2 hold display 55 is composed of lamps D13 and D14. The normal chart hold display 56 is composed of lamps D15 and D16.

また、一括表示装置50には、右打ち時(右打ちすべき時)又は左打ち時(通常打ち時)であることを報知する第1遊技状態表示部57(第1遊技状態表示器、ランプD7)、時短状態が発生すると点灯して時短状態発生を報知する第2遊技状態表示部58(第2遊技状態表示器、ランプD17)、遊技機10の電源投入時に大当りの確率状態が高確率状態となっていることを表示する第3遊技状態表示部59(第3遊技状態表示器、確率状態表示部、ランプD9)、大当り時のラウンド数(特別変動入賞装置38、39の開閉回数)を表示するラウンド表示部60(ランプD3-D6)が設けられている。 The collective display device 50 also has a first game status display unit 57 (first game status indicator, lamp D7) that indicates whether it is time to hit from the right (when you should hit from the right) or the left (when you hit normally), a second game status display unit 58 (second game status indicator, lamp D17) that lights up when a time-saving state occurs to indicate the occurrence of the time-saving state, a third game status display unit 59 (third game status indicator, probability state display unit, lamp D9) that indicates that the probability state of a jackpot is in a high probability state when the gaming machine 10 is turned on, and a round display unit 60 (lamps D3-D6) that indicates the number of rounds at the time of a jackpot (the number of times the special variable winning devices 38, 39 are opened and closed).

特図1表示器51と特図2表示器52において、変動表示ゲームは、識別情報(例えば、中央のセグメント)の点灯消灯(点滅)を繰り返す変動表示によって実行される。なお、特図1表示器51、特図2表示器52は、このようなセグメント型の表示部に限らず、複数のLEDの集合体により構成されていてもよいし、変動表示を実行する場合に、表示器として設けられるすべてのLEDにより全点灯全消灯(全LEDの同時点滅)や、循環点灯(何れか1のLEDから所定時間毎に所定の順序で点灯し、消灯する)、または複数のLEDのうちの所定数のLEDによる点灯消灯(点滅)や循環点灯によって行ってもよい。普図表示器53においても、変動表示ゲームは、ランプD10、D18の点灯消灯を繰り返す変動表示(点滅)によって実行される。また、普図表示器53も特図1表示器51、特図2表示器52と同様に適宜構成することが可能である。 In the special chart 1 display 51 and the special chart 2 display 52, the variable display game is executed by a variable display in which the identification information (for example, the central segment) is repeatedly turned on and off (blinked). The special chart 1 display 51 and the special chart 2 display 52 are not limited to such a segment-type display unit, and may be composed of a collection of multiple LEDs. When executing the variable display, all LEDs provided as the display may be turned on and off (all LEDs flash simultaneously), or cyclically lit (lighting and turning off in a predetermined order from any one LED at a predetermined time), or a predetermined number of LEDs among the multiple LEDs may be turned on and off (blinked) or cyclically lit. In the general chart display 53, the variable display game is also executed by a variable display (blinking) in which the lamps D10 and D18 are repeatedly turned on and off. The general chart display 53 can also be appropriately configured in the same way as the special chart 1 display 51 and the special chart 2 display 52.

ランプ表示装置80は、図柄(後述の第四特別図柄、第4図柄)として点灯表示と消灯表示を繰り返す変動表示(点滅)を実行するランプ表示部1、2(LED)と、各特図変動表示ゲームの始動(保留)記憶数報知用のランプ表示部3-6(LED)を有する。なお、ランプ表示装置80は、演出制御装置300(後述)で制御される。 The lamp display device 80 has lamp display units 1 and 2 (LEDs) that perform a variable display (flashing) that repeatedly turns on and off the symbols (fourth special symbol and fourth symbol, described below), and lamp display units 3-6 (LEDs) that notify the start (pending) memory count of each special symbol variable display game. The lamp display device 80 is controlled by the performance control device 300 (described below).

ランプ表示部1、2は、変動表示として所定の点滅周期(例えば200msec(ミリ秒))で点滅する。即ち、ランプ表示部1、2の消灯と点灯の切り替えは、点滅周期の2分の1(例えば、100msec)の期間で行われる。一括表示装置50の特図1表示器51、特図2表示器52、普図表示器53における変動表示の変動時間が遊技制御装置100で計測されるのに対して、ランプ表示装置80のランプ表示部1、2の変動時間は演出制御装置300(後述)で計測される。 Lamp display units 1 and 2 flash at a predetermined flashing cycle (e.g., 200 msec (milliseconds)) as a variable display. In other words, lamp display units 1 and 2 are switched on and off at half the flashing cycle (e.g., 100 msec). While the variable display fluctuation time of the special chart 1 display unit 51, special chart 2 display unit 52, and regular chart display unit 53 of the collective display device 50 is measured by the game control device 100, the variable display time of lamp display units 1 and 2 of the lamp display device 80 is measured by the performance control device 300 (described later).

ランプ表示部3、4(特図1保留LED1、特図1保留LED2)は、消灯状態、点灯状態、点滅状態の組合せによって、特図1保留数(第1始動記憶数)を表示する。同様に、ランプ表示部5、6(特図2保留LED1、特図2保留LED2)は、消灯状態、点灯状態、点滅状態の組合せによって、特図2保留数(第2始動記憶数)を表示する。ランプ表示部3-6は、大当り発生により保留数の表示を終了するが、大当り状態中以外の場合(表示装置41で後述のリーチが発生している場合も含む)では、保留数の表示を行う。 The lamp display units 3 and 4 (Special chart 1 reserved LED 1, Special chart 1 reserved LED 2) display the number of reserved special charts 1 (first start memory number) by a combination of off, on, and flashing states. Similarly, the lamp display units 5 and 6 (Special chart 2 reserved LED 1, Special chart 2 reserved LED 2) display the number of reserved special charts 2 (second start memory number) by a combination of off, on, and flashing states. The lamp display units 3-6 stop displaying the reserved number when a jackpot occurs, but continue to display the reserved number when the jackpot state is not in progress (including when a reach occurs on the display unit 41, as described below).

次に、遊技機10における遊技の流れ、普図変動表示ゲーム及び特図変動表示ゲームの詳細について説明する。 Next, we will explain the game flow on the gaming machine 10, and the details of the regular chart change display game and the special chart change display game.

遊技機10では、図示しない球発射装置から遊技領域32に向けて遊技球が打ち出されることによって遊技が行われる。打ち出された遊技球は、遊技領域32内の各所に配置された障害釘や風車等によって転動方向を変えながら遊技領域32を流下し、普図始動ゲート34、一般入賞口35、始動入賞口36、普通変動入賞装置37、又は特別変動入賞装置38、39に入賞又は入球するか、遊技領域32の最下部に設けられたアウト口30bへ流入し、遊技領域32から排出される。そして、一般入賞口35、始動入賞口36、普通変動入賞装置37、又は特別変動入賞装置38、39に遊技球が入賞すると、入賞した入賞口の種類に応じた数の賞球が払出装置を介して上皿21に排出される。 In the gaming machine 10, a game is played by shooting a game ball from a ball launcher (not shown) toward the game area 32. The shot game ball flows down the game area 32 while changing its rolling direction due to obstacle nails and windmills arranged in various places in the game area 32, and either wins or enters the normal start gate 34, the normal winning port 35, the start winning port 36, the normal variable winning device 37, or the special variable winning devices 38, 39, or flows into the outlet 30b provided at the bottom of the game area 32 and is discharged from the game area 32. Then, when a game ball wins the normal winning port 35, the start winning port 36, the normal variable winning device 37, or the special variable winning device 38, 39, a number of prize balls according to the type of winning port is discharged to the upper tray 21 via the payout device.

普図始動ゲート34には、当該普図始動ゲート34を通過した遊技球を検出するゲートスイッチ34a(図3参照)が設けられている。遊技球が普図始動ゲート34を通過すると、ゲートスイッチ34aによって検出され、このときに抽出された当り判定用乱数値の判定結果に基づき普図変動表示ゲームが実行される。 The normal map start gate 34 is provided with a gate switch 34a (see FIG. 3) that detects the game ball that has passed through the normal map start gate 34. When the game ball passes through the normal map start gate 34, it is detected by the gate switch 34a, and the normal map variation display game is executed based on the result of the judgment of the random number value for winning judgment that is extracted at this time.

普図変動表示ゲームを開始できない状態、例えば、既に普図変動表示ゲームが行われており当該普図変動表示ゲームが終了していない場合や、普図変動表示ゲームの結果が当りとなって普通変動入賞装置37が開放状態に変換されている場合に、遊技球が普図始動ゲート34を通過すると、普図始動記憶数(普図保留数)が上限数未満ならば当該記憶数が加算(+1)される。 When the normal map variation display game cannot be started, for example, when the normal map variation display game has already been played and has not ended, or when the normal map variation display game has resulted in a win and the normal variation winning device 37 has been converted to an open state, if the game ball passes through the normal map start gate 34, the normal map start memory number (normal map reserve number) is less than the upper limit, the memory number is incremented (+1).

普図始動記憶(普図保留)には普図変動表示ゲームの当りはずれを決定するための当り判定用乱数値が記憶されており、この当り判定用乱数値が判定値と一致した場合に、当該普図変動表示ゲームが当りとなって特定の結果態様(特定結果)が導出される。 The normal map start memory (normal map reserve) stores a random number value for determining whether the normal map variation display game is a win or a loss, and when this random number value for determining a win matches the judgment value, the normal map variation display game is a win and a specific result pattern (specific result) is derived.

普図変動表示ゲームは、一括表示装置50に設けられた普図表示器53で実行されるようになっている。普図表示器53は、普通識別情報(普図)として点灯状態の場合に当りを示し、消灯状態の場合にはずれを示すLEDから構成され、このLEDを点滅表示することで普通識別情報の変動表示を行い、所定の変動表示時間の経過後、LEDを点灯又は消灯することで結果を表示するようになっている。 The normal map variation display game is executed by the normal map display device 53 provided in the collective display device 50. The normal map display device 53 is composed of an LED that indicates a win when lit as normal identification information (normal map) and indicates a loss when unlit, and displays the variation of the normal identification information by flashing this LED, and displays the result by turning the LED on or off after a specified variation display time has elapsed.

普図始動ゲート34通過時に抽出された普図乱数値が当り値である場合には、普図表示器53に表示される普通図柄(普図)が当り状態で停止し、当り状態となる。このとき、普電ソレノイド37c(図3参照)が駆動されることにより、可動部材37bが所定の時間(例えば3秒間×2回)だけ開状態に変換され、普通変動入賞装置37への遊技球の入賞が許容される。 If the normal symbol random number value extracted when passing through the normal symbol start gate 34 is a winning value, the normal symbol (normal symbol) displayed on the normal symbol display 53 stops in a winning state, and the winning state is reached. At this time, the normal symbol solenoid 37c (see FIG. 3) is driven, and the movable member 37b is converted to an open state for a predetermined time (e.g., 3 seconds x 2 times), allowing the game ball to enter the normal variable winning device 37.

遊技球の始動入賞口36への入賞及び普通変動入賞装置37への入賞は、始動口1スイッチ36a(図3参照)及び始動口2スイッチ37a(図3参照)によって検出される。始動入賞口36に入賞した遊技球は特図1変動表示ゲームの始動入賞球として検出され、所定の上限数を限度に記憶されるとともに、普通変動入賞装置37に入賞した遊技球は特図2変動表示ゲームの始動入賞球として検出され、所定の上限数を限度に記憶される。 The entry of a game ball into the start winning hole 36 and into the normal variable winning device 37 is detected by the start winning hole 1 switch 36a (see FIG. 3) and the start winning hole 2 switch 37a (see FIG. 3). A game ball that enters the start winning hole 36 is detected as a start winning ball for the special chart 1 variable display game and is stored up to a predetermined upper limit, and a game ball that enters the normal variable winning device 37 is detected as a start winning ball for the special chart 2 variable display game and is stored up to a predetermined upper limit.

特図変動表示ゲームの始動入賞球の検出時には、大当り乱数値や大当り図柄乱数値、各変動パターン乱数値等が抽出される。これら乱数値は、遊技制御装置100の特図保留記憶領域(RAMの一部)に特図始動入賞記憶として各々所定回数分(例えば最大で8回分)を限度に記憶される。特図始動入賞記憶の記憶数は、一括表示装置50の始動入賞数報知用の特図1保留表示器54や特図2保留表示器55に表示されるとともに、表示装置41の表示画面にも表示される。 When the starting winning ball of the special chart change display game is detected, the jackpot random number, the jackpot pattern random number, the random number of each change pattern, etc. are extracted. These random numbers are stored a predetermined number of times (for example, up to 8 times) as special chart start winning memories in the special chart reserve memory area (part of the RAM) of the game control device 100. The number of special chart start winning memories is displayed on the special chart 1 reserve display 54 and the special chart 2 reserve display 55, which are used to notify the number of start winnings of the collective display device 50, and is also displayed on the display screen of the display device 41.

遊技制御装置100は、始動入賞口36への入賞若しくは第1始動記憶(特図1始動記憶、特図1保留)に基づいて、特図1表示器51で特図1変動表示ゲームを実行する。また、遊技制御装置100は、普通変動入賞装置37への入賞若しくは第2始動記憶(特図2始動記憶、特図2保留)に基づいて、特図2表示器52で特図2変動表示ゲームを実行する。 The game control device 100 executes a special chart 1 variable display game on the special chart 1 display 51 based on a win in the start winning slot 36 or the first start memory (special chart 1 start memory, special chart 1 reserved). The game control device 100 also executes a special chart 2 variable display game on the special chart 2 display 52 based on a win in the normal variable winning device 37 or the second start memory (special chart 2 start memory, special chart 2 reserved).

特図1変動表示ゲーム(第1特図変動表示ゲーム)及び特図2変動表示ゲーム(第2特図変動表示ゲーム)は、特図1表示器51及び特図2表示器52において識別情報(特別図柄、特図)を変動表示した後に所定の結果態様を停止表示することで行われる。 The special chart 1 variable display game (first special chart variable display game) and the special chart 2 variable display game (second special chart variable display game) are played by displaying the identification information (special pattern, special chart) on the special chart 1 display 51 and the special chart 2 display 52 in a variable manner, and then stopping to display a predetermined result pattern.

また、表示装置41では、各特図変動表示ゲームに対応して複数種類の識別情報(例えば、数字、記号、キャラクタ図柄など)を変動表示させる飾り特図変動表示ゲームが実行される。 In addition, the display device 41 executes a decorative special chart variable display game that variably displays multiple types of identification information (e.g., numbers, symbols, character patterns, etc.) corresponding to each special chart variable display game.

表示装置41における飾り特図変動表示ゲームは、前述した数字等で構成される飾り特別図柄(識別情報)が左(第一特別図柄)、右(第二特別図柄)、中(第三特別図柄)の順に変動表示(スクロール表示)を開始して、所定時間後に変動している図柄を順次停止させて、特図変動表示ゲームの結果を表示することで行われる。また、表示装置41では、興趣向上のためにキャラクタの出現等の多様な演出表示が行われる。さらに、飾り特図変動表示ゲームでは、他の飾り特別図柄(識別情報)として、ランプ表示装置80のランプ表示部1、2において、点灯表示と消灯表示の繰り返し(点滅)によって第四特別図柄(第4図柄)が変動する。ランプ表示部1、2の変動表示は、開始から所定時間後に、はずれの場合は「消灯」、大当りもしくは小当りの場合は「点灯」で停止する。 The decorative special symbol change display game on the display device 41 starts changing (scrolling) the decorative special symbols (identification information) consisting of the numbers and the like described above in the order of left (first special symbol), right (second special symbol), and center (third special symbol), and after a predetermined time, the changing symbols are stopped one by one to display the result of the special symbol change display game. In addition, the display device 41 performs various performance displays such as the appearance of characters to increase interest. Furthermore, in the decorative special symbol change display game, as another decorative special symbol (identification information), the fourth special symbol (fourth symbol) changes by repeatedly turning on and off (flashing) in the lamp display units 1 and 2 of the lamp display device 80. The changing display of the lamp display units 1 and 2 stops after a predetermined time from the start with "off" in the case of a miss, and "on" in the case of a big win or small win.

始動入賞口36又は普通変動入賞装置37への遊技球の入賞が所定のタイミングでなされた場合(入賞検出時の大当り乱数値が大当り値である場合)には、特図変動表示ゲームの結果として表示図柄により特定の結果態様(特別結果態様)が導出され、大当り状態(特別遊技状態)となる。これに対応して、表示装置41の表示態様は特別結果態様(例えば「7,7,7」等の数字が揃った状態)となる。 When a game ball enters the start winning hole 36 or the normal variable winning device 37 at a predetermined timing (when the jackpot random number value at the time of winning detection is a jackpot value), a specific result state (special result state) is derived from the displayed pattern as a result of the special pattern variable display game, and a jackpot state (special game state) is entered. Correspondingly, the display state of the display device 41 becomes a special result state (for example, a state in which the numbers "7, 7, 7" are lined up).

このとき、特別変動入賞装置38、39は、大入賞口ソレノイド(38b、39b)(図3参照)への通電によって、大入賞口が所定の時間(例えば30秒)だけ閉状態から開状態に変換される。すなわち、特別変動入賞装置38、39に備えられた大入賞口が所定の時間又は所定数の遊技球が入賞するまで大きく開き、この間遊技者は多くの遊技球を獲得することができるという特典が付与される。 At this time, the special variable prize winning devices 38, 39 convert the large prize winning port from a closed state to an open state for a predetermined time (e.g., 30 seconds) by energizing the large prize winning port solenoid (38b, 39b) (see FIG. 3). In other words, the large prize winning port provided in the special variable prize winning devices 38, 39 opens wide for a predetermined time or until a predetermined number of game balls have won, and during this time the player is given the privilege of winning many game balls.

第1始動入賞口36又は普通変動入賞装置37への遊技球の入賞が所定のタイミングでなされた場合(入賞検出時の大当り乱数値が小当り値である場合)には、特図変動表示ゲームの結果として表示図柄により特定結果態様(小当り結果態様)が導出され、小当り状態となる。これに対応して、表示装置41の表示態様は小当り結果態様となる。なお、本実施形態では、小当りの判定にも大当り乱数値が使用されるが、小当り値(小当り判定値)は、大当り値(大当り判定値)と異なる。 When a game ball enters the first start winning hole 36 or the normal variable winning device 37 at a predetermined timing (when the jackpot random number value at the time of winning detection is a small win value), a specific result state (small win result state) is derived from the displayed pattern as a result of the special chart variable display game, and a small win state is achieved. Correspondingly, the display state of the display device 41 becomes a small win result state. Note that in this embodiment, the jackpot random number value is also used to determine a small win, but the small win value (small win determination value) is different from the jackpot value (jackpot determination value).

このとき、特別変動入賞装置38、39は、大入賞口ソレノイド38b、39b(図3参照)への通電によって、大入賞口が所定の短時間だけ閉状態から開状態に変換される。なお、大入賞口の全開放時間は、小当り状態(小当り遊技状態)の方が大当り状態(特別遊技状態)よりも短いため、小当り状態では大当り状態よりも遊技者が獲得可能な遊技価値(獲得球数)が少ない。なお、小当り状態と大当り状態では両方とも大入賞口が開放状態となるが、大当り状態を第1特別遊技状態と呼び、小当り状態を第2特別遊技状態と呼んでもよい。なお、簡単のため、本実施形態では、小当り状態で特別変動入賞装置39(上大入賞口)のみが開状態に変換され、大当り状態(小当り中のV入賞による大当り状態も含む)で特別変動入賞装置38(下大入賞口)のみが開状態に変換される構成を説明する。 At this time, the special variable winning devices 38, 39 convert the large prize opening from a closed state to an open state for a predetermined short time by energizing the large prize opening solenoids 38b, 39b (see FIG. 3). Note that the total opening time of the large prize opening is shorter in the small win state (small win game state) than in the big win state (special game state), so the game value (number of balls acquired) that the player can acquire is less in the small win state than in the big win state. Note that the large prize opening is in an open state in both the small win state and the big win state, but the big win state may be called the first special game state and the small win state may be called the second special game state. For simplicity's sake, this embodiment describes a configuration in which only the special variable winning device 39 (upper large winning port) is converted to an open state in a small win state, and only the special variable winning device 38 (lower large winning port) is converted to an open state in a big win state (including a big win state due to a V win during a small win).

ここで、大当りと小当りとの違いについて説明する。 Here we explain the difference between a big win and a small win.

大当りとは条件装置の作動を伴う特別結果であり、小当りとは条件装置の作動を伴わない特定結果である。条件装置とは、特図変動表示ゲームで大当りが発生(大当り図柄の停止表示)した場合に作動するもので、条件装置が作動するとは、例えば大当り状態が発生して特別電動役物としての特別変動入賞装置38、39を連続して作動させるための特定のフラグがセットされることを意味する。また、条件装置が作動するとは、特定領域86への遊技球の通過(V入賞)があったことを意味してもよい。条件装置が作動しないとは、例えば単に小当り抽選に当選した場合のように上述の特定のフラグがセットされないことを意味する。ただし、本実施形態で後述するように、小当り状態中にV入賞があった場合には条件装置が作動することになる。なお、「条件装置」は、上記のようなソフトウェア的にオンオフされるフラグのようなソフトウェア手段であっても良いし、電気的にオンオフされるスイッチのようなハードウェア手段であっても良い。また、「条件装置」は、その作動が電動役物の連続作動に必要条件とされる装置として、パチンコ遊技機の分野においては一般的に使用されている用語であり、本明細書においても同様の意味を有する用語として使用している。 A big win is a special result that involves the operation of a condition device, and a small win is a specific result that does not involve the operation of a condition device. The condition device is operated when a big win occurs in a special chart variable display game (stop display of a big win pattern), and the operation of the condition device means, for example, that a big win state occurs and a specific flag is set to continuously operate the special variable winning devices 38 and 39 as special electric roles. In addition, the operation of the condition device may mean that a game ball has passed through the specific area 86 (V winning). The non-operation of the condition device means that the above-mentioned specific flag is not set, for example, as in the case of simply winning a small win lottery. However, as will be described later in this embodiment, if there is a V winning during a small win state, the condition device will be operated. The "condition device" may be a software means such as a flag that is turned on and off by software as described above, or a hardware means such as a switch that is turned on and off electrically. In addition, the term "condition device" is a commonly used term in the field of pachinko machines to refer to a device whose operation is a necessary condition for the continuous operation of an electric device, and is used in this specification as a term with the same meaning.

具体的には、大当りの場合は、大当りフラグが設定されることにより特別変動入賞装置が開放されるのに対して、小当りの場合は、小当りフラグが設定されることにより特別変動入賞装置が開放される。 Specifically, in the case of a big win, the big win flag is set and the special variable prize device is opened, whereas in the case of a small win, the small win flag is set and the special variable prize device is opened.

なお、特図1表示器51及び特図2表示器52は、別々の表示器として構成してもよいし同一の表示器として構成してもよいが、各特図変動表示ゲームが同時に実行されないように設定される。なお、特図2変動表示ゲームは、特図1変動表示ゲームよりも優先して実行されるようになっており、特図1変動表示ゲームと特図2変動表示ゲームの始動記憶があり、特図変動表示ゲームの実行が可能な状態になった場合は特図2変動表示ゲームが実行される(特図2保留優先消化、特図2優先変動)。 The special chart 1 display 51 and the special chart 2 display 52 may be configured as separate displays or as the same display, but are set so that the special chart change display games are not executed simultaneously. The special chart 2 change display game is executed with priority over the special chart 1 change display game, and there is a start memory for the special chart 1 change display game and the special chart 2 change display game, and when it becomes possible to execute the special chart change display game, the special chart 2 change display game is executed (special chart 2 reserved consumption with priority, special chart 2 priority change).

表示装置41における飾り特図変動表示ゲームについては、特図1変動表示ゲームと特図2変動表示ゲームとを別々の表示装置や別々の表示領域で実行するようにしてもよいし、同一の表示装置や表示領域で実行するようにしてもよい。この場合、特図1変動表示ゲーム及び特図2変動表示ゲームに対応する飾り特図変動表示ゲームが同時に実行されないようにしてよい。 For the decorative special chart change display game on the display device 41, the special chart 1 change display game and the special chart 2 change display game may be executed on separate display devices or separate display areas, or may be executed on the same display device or display area. In this case, the decorative special chart change display games corresponding to the special chart 1 change display game and the special chart 2 change display game may not be executed simultaneously.

なお、以下の説明において、特図1変動表示ゲームと特図2変動表示ゲームを区別しない場合は、単に特図変動表示ゲームと称する。 In the following explanation, when there is no distinction between the special chart 1 change display game and the special chart 2 change display game, they will simply be referred to as the special chart change display game.

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

〔遊技制御装置〕
図3は、遊技機10の遊技制御系のブロック図である。遊技機10は遊技制御装置100(主基板)を備え、遊技制御装置100は、遊技を統括的に制御する主制御装置(主基板)であって、遊技用マイクロコンピュータ(以下、遊技用マイコンと称する)111を有するCPU部110と、入力ポートを有する入力部120と、出力ポートやドライバなどを有する出力部130、CPU部110と入力部120と出力部130との間を接続するデータバス140などからなる。
[Game Control Device]
3 is a block diagram of the game control system of the game machine 10. The game machine 10 is equipped with a game control device 100 (main board), which is a main control device (main board) that controls the game in an integrated manner, and is composed of a CPU section 110 having a game microcomputer (hereinafter referred to as a game microcomputer) 111, an input section 120 having an input port, an output section 130 having an output port, a driver, etc., and a data bus 140 that connects the CPU section 110, the input section 120, and the output section 130.

CPU部110は、アミューズメントチップ(IC)と呼ばれる遊技用マイコン(CPU)111と、水晶振動子のような発振子を備え、CPUの動作クロックやタイマ割込み、乱数生成回路の基準となるクロックを生成する発振回路(水晶発振器)113などを有する。遊技制御装置100及び該遊技制御装置100によって駆動されるソレノイドやモータなどの電子部品には、電源装置400で生成されたDC32V,DC12V,DC5Vなど所定のレベルの直流電圧が供給されて動作可能にされる。 The CPU section 110 includes an amusement microcomputer (CPU) 111, known as an amusement chip (IC), and an oscillator circuit (crystal oscillator) 113 that has an oscillator such as a crystal resonator and generates the CPU's operating clock, timer interrupts, and a clock that serves as a reference for the random number generation circuit. 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 DC 32V, DC 12V, or DC 5V, generated by the power supply device 400, to enable them to operate.

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

本実施形態では、電源装置400は、遊技制御装置100と別個に構成されているが、バックアップ電源部420及び制御信号生成部430は、別個の基板上あるいは遊技制御装置100と一体、すなわち、主基板上に設けるように構成してもよい。遊技盤30及び遊技制御装置100は機種変更の際に交換の対象となるので、実施例のように、電源装置400若しくは主基板とは別の基板にバックアップ電源部420及び制御信号生成部430を設けることにより、交換の対象から外しコストダウンを図ることができる。 In this embodiment, the power supply unit 400 is configured separately from the game control device 100, but the backup power supply unit 420 and the control signal generating unit 430 may be configured to be provided on a separate board or integral with the game control device 100, i.e., on the main board. Since the game board 30 and the game control device 100 are subject to replacement when changing models, by providing the backup power supply unit 420 and the control signal generating unit 430 on a board separate from the power supply unit 400 or the main board, as in the embodiment, they are not subject to replacement, thereby reducing costs.

バックアップ電源部420は、電解コンデンサのような大容量のコンデンサ1つで構成することができる。バックアップ電源は、遊技制御装置100の遊技用マイコン111(特に内蔵RAM)に供給され、停電中あるいは電源遮断後もRAMに記憶されたデータが保持されるようになっている。制御信号生成部430は、例えば通常電源部410で生成された32Vの電圧を監視してそれが例えば17V以下に下がると停電発生を検出して停電監視信号を変化させるとともに、所定時間後にリセット信号を出力する。また、電源投入時や停電回復時にもその時点から所定時間経過後にリセット信号を出力する。 The backup power supply unit 420 can be composed of a single large-capacity capacitor such as an electrolytic capacitor. The backup power supply is supplied to the gaming microcomputer 111 (particularly the built-in RAM) of the gaming control device 100, so that data stored in the RAM is retained even during a power outage or after the power is cut off. The control signal generating unit 430, for example, monitors the 32V voltage generated by the normal power supply unit 410, and when it drops to, for example, 17V or less, detects the occurrence of a power outage and changes the power outage monitoring signal, while outputting a reset signal after a predetermined time. It also outputs a reset signal after a predetermined time has elapsed from the time the power is turned on or the power is restored.

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

また、遊技制御装置100(主基板)は、設定キースイッチ93を備える。設定キースイッチ93は、操作者の回転操作等によってオンすることによって遊技条件(遊技)に関する設定に応じた確率設定値(設定値)を変更可能な状態にする。なお、RAM初期化スイッチ112は、操作者の操作に応じて確率設定値を変更可能な設定値変更スイッチとしても使用可能である。本実施形態では、確率設定値は、大当り確率や小当り確率などの当選確率を設定するための設定値であるが、確率以外の他の遊技条件(演出など)も確率設定値に応じて変更可能である。例えば、確率設定値が大きいほど、当選確率を大きくしてよい。設定キースイッチ93とRAM初期化スイッチ112は、遊技条件に関する設定(確率設定値)を変更可能な設定変更手段(設定変更装置42、設定手段)を構成する。なお、RAM初期化スイッチ112ではなく、他のスイッチが、設定値変更スイッチを兼用してもよいし、専用に独自の設定値変更スイッチを設けてもよい。 The game control device 100 (main board) also includes a setting key switch 93. The setting key switch 93 is turned on by the operator's rotation operation or the like to make the probability setting value (setting value) according to the setting related to the game conditions (game) changeable. The RAM initialization switch 112 can also be used as a setting value change switch that can change the probability setting value according to the operator's operation. In this embodiment, the probability setting value is a setting value for setting the winning probability such as the probability of a big win or a small win, but other game conditions other than the probability (such as performance) can also be changed according to the probability setting value. For example, the winning probability may be increased as the probability setting value increases. The setting key switch 93 and the RAM initialization switch 112 constitute a setting change means (setting change device 42, setting means) that can change the setting related to the game conditions (probability setting value). It is to be noted that instead of the RAM initialization switch 112, another switch may also serve as the setting value change switch, or a dedicated setting value change switch may be provided.

設定キースイッチ93とRAM初期化スイッチ112は、遊技機10内部の遊技制御装置100上に設けられることによって、前面枠12(本体枠)が開放されなければ操作できない位置(アクセスできない位置)に配置される。即ち、一般の遊技者は、設定キースイッチ93とRAM初期化スイッチ112にアクセスして操作することができない。 The setting key switch 93 and RAM initialization switch 112 are provided on the game control device 100 inside the gaming machine 10, and are positioned in a position that cannot be operated (inaccessible position) unless the front frame 12 (main body frame) is opened. In other words, general players cannot access and operate the setting key switch 93 and RAM initialization switch 112.

後述するように、遊技機10の電源投入(停電復旧、復電)の際に、遊技機10は、設定キースイッチ93とRAM初期化スイッチ112のオン/オフ状態に応じて、確率設定値を変更可能(設定可能)な設定可変状態(設定変更状態、設定可能状態、設定変更モード)、確率設定値を確認可能な設定確認状態(設定確認モード)などの各種状態に、移行することができる。 As described below, when the gaming machine 10 is powered on (recovered from a power outage, power restored), the gaming machine 10 can transition to various states, such as a setting variable state (setting change state, setting possible state, setting change mode) in which the probability setting value can be changed (set) and a setting confirmation state (setting confirmation mode) in which the probability setting value can be confirmed, depending on the on/off state of the setting key switch 93 and the RAM initialization switch 112.

本実施形態において、確率設定値は、例えば6段階で規定され、確率設定値1(設定1)、確率設定値2(設定2)、確率設定値3(設定3)、確率設定値4(設定4)、確率設定値5(設定5)、確率設定値6(設定6)がある。一般的に、設定1が遊技者に最も不利な設定であり、設定6が遊技者に最も有利な設定である。設定1、2が低設定であり、設定3、4が中間の設定(中間設定)であり、設定5、6が高設定である。 In this embodiment, the probability setting values are defined in, for example, six stages: probability setting value 1 (setting 1), probability setting value 2 (setting 2), probability setting value 3 (setting 3), probability setting value 4 (setting 4), probability setting value 5 (setting 5), and probability setting value 6 (setting 6). Generally, setting 1 is the setting that is most unfavorable to the player, and setting 6 is the setting that is most favorable to the player. Settings 1 and 2 are low settings, settings 3 and 4 are intermediate settings (intermediate settings), and settings 5 and 6 are high settings.

確率設定変更処理では、操作者によってRAM初期化スイッチ112が押下操作される度に、作業用設定値領域の作業用設定値(設定)が、設定値0(設定1、確率設定値1)→設定値1(設定2、確率設定値2)→設定値2(設定3、確率設定値3)→設定値3(設定4、確率設定値4)→設定値4(設定5、確率設定値5)→設定値5(設定6、確率設定値6)→設定値0(設定1)→設定値1(設定2)→・・・のように変更される。このように、RAM初期化スイッチ112は、設定値変更スイッチとしても機能する。なお、説明の都合上、設定変更状態(設定変更モード)中に、作業用設定値0~5をそれぞれ確率設定値1~6に対応して設けるが、作業用設定値と確率設定値は同じ数値範囲(即ち0~5又は1~6)に揃えて同じものとして取り扱ってもよい(作業用設定値と確率設定値を同じ数値にする)。 In the probability setting change process, each time the operator presses the RAM initialization switch 112, the working setting value (setting) in the working setting value area is changed as follows: setting value 0 (setting 1, probability setting value 1) → setting value 1 (setting 2, probability setting value 2) → setting value 2 (setting 3, probability setting value 3) → setting value 3 (setting 4, probability setting value 4) → setting value 4 (setting 5, probability setting value 5) → setting value 5 (setting 6, probability setting value 6) → setting value 0 (setting 1) → setting value 1 (setting 2) → ... In this way, the RAM initialization switch 112 also functions as a setting value change switch. For the sake of explanation, during the setting change state (setting change mode), working setting values 0 to 5 are set corresponding to probability setting values 1 to 6, respectively, but the working setting value and the probability setting value may be treated as the same by aligning them to the same numerical range (i.e. 0 to 5 or 1 to 6) (the working setting value and the probability setting value are set to the same numerical value).

なお、RAM初期化スイッチ112(設定値変更スイッチ)の操作ではなく、設定キースイッチ93を所定の位置に回転操作して確率設定値を変更する構成としてもよい。また、確率設定値は6段階に限られない。そして、選択されている0~5の作業用設定値に対応する表示用確率設定値が、例えば4桁の7セグメント型(ドットDpを含めると8セグメント型)の表示器である性能表示装置152等に表示される。また、遊技機の前面(例えば一括表示装置50)に、表示用確率設定値など設定値に関する情報(例えば確率設定値1~6を読み取れる表示)を表示してもよい。また、遊技機の前面(例えば一括表示装置50)に、設定可変状態中や設定確認状態中だけでなく、遊技制御実行中(後述のゲーム処理の実行中)にも、表示用確率設定値など設定値に関する情報を表示してもよい。 In addition, instead of operating the RAM initialization switch 112 (setting value change switch), the setting key switch 93 may be rotated to a predetermined position to change the probability setting value. The probability setting value is not limited to six stages. The display probability setting value corresponding to the selected working setting value of 0 to 5 is displayed on the performance display device 152, which is, for example, a 4-digit 7-segment display (8-segment display including dot Dp). Information on the setting value such as the display probability setting value (for example, a display that can read the probability setting values 1 to 6) may be displayed on the front of the gaming machine (for example, the collective display device 50). Information on the setting value such as the display probability setting value may be displayed on the front of the gaming machine (for example, the collective display device 50) not only during the setting variable state or the setting confirmation state, but also during game control execution (during execution of the game processing described below).

遊技用マイコン111は、CPU(中央処理ユニット:マイクロプロセッサ)111a、読出し専用のROM(リードオンリメモリ)111b及び随時読出し書込み可能なRAM(ランダムアクセスメモリ)111cを備える。 The gaming microcomputer 111 is equipped with 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のような電気的に書換え可能な不揮発性メモリを用いてもよい。 ROM 111b stores unchanging information for game control (programs, fixed data, judgment values of various random numbers, etc.) in a non-volatile manner. RAM 111c is used as a working area for CPU 111a during game control and as a storage area for various signals and random numbers, and stores information related to the game (game information), and serves as a storage means capable of retaining stored information even in the event of a power outage. An electrically rewritable non-volatile memory such as an EEPROM may be used as ROM 111b or RAM 111c.

また、ROM111bは、例えば、特図変動表示ゲームの実行時間、演出内容、リーチ状態の発生の有無などを規定する変動パターン(変動態様)を決定するための変動パターンテーブルを記憶している。変動パターンテーブルとは、始動記憶として記憶されている変動パターン乱数1~3をCPU111aが参照して変動パターンを決定するためのテーブルである。また、変動パターンテーブルには、結果がはずれとなる場合に選択されるはずれ変動パターンテーブル、結果が大当りとなる場合に選択される大当り変動パターンテーブル等が含まれる。さらに、これらのパターンテーブルには、リーチ状態となった後の変動パターンである後半変動パターンを決定するためのテーブル(後半変動グループテーブルや後半変動パターン選択テーブル等)、リーチ状態となる前の変動パターンである前半変動パターンを決定するためのテーブル(前半変動グループテーブルや前半変動パターン選択テーブル等)が含まれている。 The ROM 111b also stores a variation pattern table for determining a variation pattern (variation mode) that specifies, for example, the execution time of the special chart variation display game, the performance content, and whether or not a reach state occurs. The variation pattern table is a table for the CPU 111a to determine a variation pattern by referring to the variation pattern random numbers 1 to 3 stored as the start memory. The variation pattern table also includes a miss variation pattern table that is selected when the result is a miss, and a jackpot variation pattern table that is selected when the result is a jackpot. Furthermore, these pattern tables include tables (such as a second half variation group table and a second half variation pattern selection table) for determining a second half variation pattern that is a variation pattern after a reach state is reached, and tables (such as a first half variation group table and a first half variation pattern selection table) for determining a first half variation pattern that is a variation pattern before a reach state is reached.

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

よって、例えば、特図変動表示ゲームに対応して表示装置に表示される飾り特図変動表示ゲームが、表示装置における左、中、右の変動表示領域の各々で所定時間複数の識別情報を変動表示した後、左、右、中の順で変動表示を停止して結果態様を表示するものである場合、左、右の変動表示領域で、特別結果態様となる条件を満たした状態(例えば、同一の識別情報)で変動表示が停止した状態がリーチ状態となる。他に、すべての変動表示領域の変動表示を一旦停止した時点で、左、中、右のうちいずれか二つの変動表示領域で特別結果態様となる条件を満たした状態(例えば、同一の識別情報となった状態、ただし特別結果態様は除く)をリーチ状態とし、リーチ状態から残りの一つの変動表示領域を変動表示するようにしてもよい。 Therefore, for example, if the decorative special chart variable display game displayed on the display device in response to the special chart variable display game displays multiple identification information for a predetermined period of time in each of the left, center, and right variable display areas on the display device, and then stops the variable display in the order of left, right, and center to display the result state, the state in which the variable display stops in the left and right variable display areas when the conditions for a special result state are met (for example, the same identification information) is the reach state. Alternatively, when the variable display of all variable display areas is temporarily stopped, the reach state may be set to a state in which the conditions for a special result state are met in any two of the left, center, and right variable display areas (for example, the same identification information, excluding the special result state), and the remaining one variable display area may be displayed from the reach state.

そして、リーチ状態には複数のリーチ演出が含まれ、特別結果態様(大当り態様)が導出される可能性が異なる(期待度が異なる)リーチ演出の系統(種類)として、ノーマルリーチ(Nリーチ)、スペシャル1リーチ(SP1リーチ)、スペシャル2リーチ(SP2リーチ)、スペシャル3リーチ(SP3リーチ)、プレミアリーチが設定されている。なお、大当りの期待度(期待値)は、リーチなし<ノーマルリーチ<スペシャル1リーチ<スペシャル2リーチ<スペシャル3リーチ<プレミアリーチの順に高くなるようになっている。また、リーチ状態は、少なくとも特図変動表示ゲームで特別結果態様が導出される場合(大当りとなる場合)における変動表示態様に含まれるようになっている。すなわち、特図変動表示ゲームで特別結果態様が導出されないと判定する場合(はずれとなる場合)における変動表示態様に含まれることもある。よって、リーチ状態が発生した状態は、リーチ状態が発生しない場合と比較して大当りとなる可能性の高い状態である。 The reach state includes multiple reach effects, and normal reach (N reach), special 1 reach (SP1 reach), special 2 reach (SP2 reach), special 3 reach (SP3 reach), and premium reach are set as reach effect types (types) with different possibilities (different expectations) of deriving a special result mode (jackpot mode). The expectation (expected value) of a jackpot increases in the following order: no reach < normal reach < special 1 reach < special 2 reach < special 3 reach < premium reach. The reach state is included in the variable display mode at least when a special result mode is derived in the special chart variable display game (when a jackpot occurs). In other words, it may also be included in the variable display mode when it is determined that a special result mode is not derived in the special chart variable display game (when a miss occurs). Therefore, a state in which a reach state has occurred is a state with a higher possibility of a jackpot than when a reach state does not occur.

なお、演出(予告)の期待度は、その演出が選択された場合に大当りになる確率を示唆し、大当りであるときのその演出の選択率及び大当りでないとき(はずれのとき)のその演出の選択率などに基づいて算出することができる。 The expected probability of a particular effect (notice) indicates the probability of a jackpot being reached if that effect is selected, and can be calculated based on the selection rate of that effect when a jackpot is reached and the selection rate of that effect when a jackpot is not reached (when a miss is reached).

CPU111aは、ROM111b内の遊技制御用プログラムを実行して、払出制御装置200や演出制御装置300に対する制御信号(コマンド)を生成したりソレノイドや表示装置の駆動信号を生成して出力して遊技機10全体の制御を行う。また、図示しないが、遊技用マイコン111は、特図変動表示ゲームの大当りを判定するための大当り乱数や大当りの図柄を決定するための大当り図柄乱数、小当りの図柄を決定するための小当り図柄乱数、後述の時短図柄(サポ当りの停止図柄)を決定するためのサポ当り図柄乱数、特図変動表示ゲームでの変動パターン(各種リーチやリーチなしの変動表示における変動表示ゲームの実行時間等を含む)を決定するための変動パターン乱数等を生成するための乱数生成回路と、発振回路113からの発振信号(原クロック信号)に基づいてCPU111aに対する所定周期(例えば、4msec(ミリ秒))のタイマ割込み信号や乱数生成回路の更新タイミングを与えるクロックを生成するクロックジェネレータを備えている。 The CPU 111a executes the game control program in the ROM 111b to generate control signals (commands) for the payout control device 200 and the presentation control device 300, and to generate and output drive signals for the solenoids and display devices, thereby controlling the entire gaming machine 10. In addition, although not shown, the gaming microcomputer 111 is equipped with a random number generation circuit for generating a jackpot random number for determining a jackpot in the special chart variable display game, a jackpot pattern random number for determining the jackpot pattern, a small jackpot pattern random number for determining the small jackpot pattern, a support hit pattern random number for determining the time-saving pattern (stop pattern for a support hit) described below, and a variable pattern random number for determining the variable pattern in the special chart variable display game (including the execution time of the variable display game in various reaches and no reaches), and a clock generator that generates a timer interrupt signal of a predetermined period (for example, 4 msec (milliseconds)) for the CPU 111a and a clock that provides the update timing of the random number generation circuit based on an oscillation signal (original clock signal) from the oscillation circuit 113.

また、CPU111aは、特図変動表示ゲームに関する処理において、ROM111bに記憶されている複数の変動パターンテーブルの中から、いずれか一の変動パターンテーブルを取得する。具体的には、CPU111aは、特図変動表示ゲームの遊技結果(大当りあるいははずれ)や、現在の遊技状態としての特図変動表示ゲームの確率状態(通常確率状態あるいは高確率状態)、始動記憶数などに基づいて、複数の変動パターンテーブルの中から、いずれか一の変動パターンテーブルを選択して取得する。ここで、CPU111aは、特図変動表示ゲームを実行する場合に、ROM111bに記憶された複数の変動パターンテーブルのうち、いずれか一の変動パターンテーブルを取得する変動振り分け情報取得手段をなす。 In addition, in processing related to the special chart variation display game, the CPU 111a acquires one of the multiple variation pattern tables stored in the ROM 111b. Specifically, the CPU 111a selects and acquires one of the multiple variation pattern tables based on the game result (jackpot or miss) of the special chart variation display game, the probability state of the special chart variation display game as the current game state (normal probability state or high probability state), the start memory number, etc. Here, the CPU 111a serves as a variation allocation information acquisition means that acquires one of the multiple variation pattern tables stored in the ROM 111b when executing the special chart variation display game.

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

遊技用マイコン111の入力部120には、遊技機に対する電波の発射を検出する電波センサ62(盤電波センサ)、普図始動ゲート34のゲートスイッチ34a、第1始動入賞口36内の始動口1スイッチ36a、第2始動入賞口37(普通変動入賞装置)内の始動口2スイッチ37a、一般入賞口35の入賞口スイッチ35a、特別変動入賞装置38、39の大入賞口スイッチ43(下大入賞口スイッチ38a、上大入賞口スイッチ39a)に接続され、これらのスイッチから供給されるハイレベルが11Vでロウレベルが7Vのような負論理の信号が入力され、0V-5Vの正論理の信号に変換するインタフェースチップ(近接I/F)121が設けられている。 The input section 120 of the gaming microcomputer 111 is connected to a radio wave sensor 62 (board radio wave sensor) that detects the emission of radio waves to the gaming machine, the gate switch 34a of the normal start gate 34, the start gate 1 switch 36a in the first start winning gate 36, the start gate 2 switch 37a in the second start winning gate 37 (normal variable winning device), the winning gate switch 35a of the normal winning gate 35, and the large winning gate switches 43 (lower large winning gate switch 38a, upper large winning gate switch 39a) of the special variable winning devices 38, 39. An interface chip (proximity I/F) 121 is provided that receives negative logic signals such as a high level of 11V and a low level of 7V supplied from these switches and converts them into positive logic signals of 0V-5V.

さらに、インタフェースチップ(近接I/F)121は、特定領域スイッチ72、残存球排出口スイッチ73、アウト球検出スイッチ74に接続される。特定領域スイッチ72は、特定領域86(V入賞口)への遊技球の通過(V入賞)を検出する。残存球排出口スイッチ73は、特別変動入賞装置38、39からの遊技球を排出する残存球排出口を通過した遊技球を検出する。アウト球検出スイッチ74は、遊技領域に発射されて遊技を終えた全ての遊技球(即ち、入賞口又はアウト口30bを通過した全ての遊技球)を検出する。 Furthermore, the interface chip (proximity I/F) 121 is connected to the specific area switch 72, the remaining ball outlet switch 73, and the out ball detection switch 74. The specific area switch 72 detects the passage (V entry) of a game ball into the specific area 86 (V entry port). The remaining ball outlet switch 73 detects a game ball that has passed through the remaining ball outlet that discharges game balls from the special variable entry devices 38, 39. The out ball detection switch 74 detects all game balls that have been launched into the game area and finished playing (i.e., all game balls that have passed through the entry port or out port 30b).

近接I/F121の出力は、第2入力ポート123、第3入力ポート124、又は、第4入力ポート126に供給されデータバス140を介して遊技用マイコン111に読み込まれる。なお、近接I/F121の出力のうち、ゲートスイッチ34a、始動口1スイッチ36a、始動口2スイッチ37a、入賞口スイッチ35a、大入賞口スイッチ43の検出信号は第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 gate switch 34a, the start port 1 switch 36a, the start port 2 switch 37a, the winning port switch 35a, and the large winning port switch 43 are input into the third input port 124.

また、近接I/F121の出力のうち、電波センサ62の検出信号及びセンサやスイッチの異常を検出した際に出力される異常検知信号は第2入力ポート123に入力される。 In addition, among the outputs of the proximity I/F 121, the detection signal of the radio wave sensor 62 and the abnormality detection signal output when an abnormality in the sensor or switch is detected are input to the second input port 123.

また、近接I/F121の出力のうち、特定領域スイッチ72、残存球排出口スイッチ73、又は、アウト球検出スイッチ74の検出信号は第4入力ポート126に入力される。 In addition, among the outputs of the proximity I/F 121, the detection signals of the specific area switch 72, the remaining ball discharge port switch 73, or the out ball detection switch 74 are input to the fourth input port 126.

また、第2入力ポート123には、遊技機10の前面枠12等に設けられた不正検出用の磁気センサスイッチ61の検出信号、遊技機10のガラス枠15等に設けられたガラス枠開放検出スイッチ63、前面枠12(本体枠)等に設けられた前面枠開放検出スイッチ64(本体枠開放検出スイッチ)からの信号、遊技機10の振動を検出する振動センサ65からの信号が入力される。 The second input port 123 also receives a detection signal from a magnetic sensor switch 61 for detecting fraud and provided on the front frame 12 or the like of the gaming machine 10, a signal from a glass frame open detection switch 63 provided on the glass frame 15 or the like of the gaming machine 10, a signal from a front frame open detection switch 64 (main frame open detection switch) provided on the front frame 12 (main frame) or the like, and a signal from a vibration sensor 65 that detects vibrations of the gaming machine 10.

また、第2入力ポート123は、設定キースイッチ93からの設定キースイッチ信号を取り込んでデータバス140を介して遊技用マイコン111に供給する。 The second input port 123 also receives the setting key switch signal from the setting key switch 93 and supplies it to the gaming microcomputer 111 via the data bus 140.

また、近接I/F121の出力のうち、第3入力ポート124への出力は、遊技制御装置100から中継基板70を介して図示しない試射試験装置へも供給されるようになっている。さらに、近接I/F121の出力のうち始動口1スイッチ36aと始動口2スイッチ37aの検出信号は、第3入力ポート124の他、遊技用マイコン111に入力されるように構成されている。 The output of the proximity I/F 121 to the third input port 124 is also supplied from the game control device 100 to a test firing device (not shown) via the relay board 70. Furthermore, the detection signals of the start port 1 switch 36a and the start port 2 switch 37a among the outputs of the proximity I/F 121 are configured to be input to the game microcomputer 111 in addition to the third input port 124.

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

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

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

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

一方、シュミットバッファ125によりノイズ除去されたリセット信号RSTは、遊技用マイコン111に設けられているリセット端子に直接入力されるとともに、出力部130の各ポートに供給される。また、リセット信号RSTは出力部130を介さずに直接中継基板70に出力することで、試射試験装置に出力するために中継基板70のポート(図示省略)に保持される試射試験信号をオフするように構成されている。 On the other hand, the reset signal RST from which noise has been removed by the Schmitt buffer 125 is input directly to a reset terminal provided on the gaming microcomputer 111 and is also supplied to each port of the output unit 130. The reset signal RST is also configured to be output directly to the relay board 70 without passing through the output unit 130, thereby turning off the test firing signal held in a port (not shown) of the relay board 70 for output to the test firing device.

また、リセット信号RSTを中継基板70を介して試射試験装置に出力可能に構成するようにしてもよい。なお、リセット信号RSTは入力部120の各ポート122,123,124には供給されない。リセット信号RSTが入る直前に遊技用マイコン111によって出力部130の各ポートに設定されたデータはシステムの誤動作を防止するためリセットする必要があるが、リセット信号RSTが入る直前に入力部120の各ポートから遊技用マイコン111が読み込んだデータは、遊技用マイコン111のリセットによって廃棄されるためである。 The reset signal RST may also be configured to be output to the test firing device via the relay board 70. The reset signal RST is not supplied to the ports 122, 123, and 124 of the input unit 120. The data set in each port of the output unit 130 by the gaming microcomputer 111 immediately before the reset signal RST is received must be reset to prevent malfunction of the system, but the data read by the gaming microcomputer 111 from each port of the input unit 120 immediately before the reset signal RST is received 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 arranged on the communication path from the gaming microcomputer 111 to the presentation control device 300 and on the communication path from the gaming microcomputer 111 to the payout control device 200. Data is transmitted from the gaming control device 100 to the presentation control device 300 and the payout control device 200 via serial communication. Note that this is one-way communication that prevents signals from being input from the presentation control device 300 to the gaming control device 100.

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

一方、磁気センサスイッチ61や電波センサ62のようにそのままでは試射試験装置に供給できない検出信号は、一旦遊技用マイコン111に取り込まれて他の信号若しくは情報に加工されて、例えば遊技機が遊技制御できない状態であることを示すエラー信号としてデータバス140からバッファ133、中継基板70を介して試射試験装置に供給される。 On the other hand, detection signals that cannot be supplied directly to the test firing device, such as those from the magnetic sensor switch 61 and the radio wave sensor 62, are first taken into the gaming microcomputer 111 and processed into other signals or information, and are then supplied to the test firing device from the data bus 140 via the buffer 133 and relay board 70 as an error signal indicating, for example, that the gaming machine is in a state where it cannot be controlled.

なお、中継基板70には、バッファ133から出力された信号を取り込んで試射試験装置に供給するポートや、バッファを介さないスイッチの検出信号の信号線を中継して伝達するコネクタなどが設けられている。中継基板70上のポートには、遊技用マイコン111から出力されるチップイネーブル信号CEも供給され、該信号CEにより選択制御されたポートの信号が試射試験装置に供給されるようになっている。 The relay board 70 is provided with a port that takes in the signal output from the buffer 133 and supplies it to the test firing device, and a connector that relays and transmits the signal line of the switch detection signal without going through the buffer. The chip enable signal CE output from the gaming microcomputer 111 is also supplied to the port on the relay board 70, and the signal of the port selected and controlled by the signal CE is supplied to the test firing device.

また、出力部130には、データバス140に接続され普通変動入賞装置37を開放させるソレノイド(普電ソレノイド)37c、第1特別変動入賞装置38を開放させる下大入賞口ソレノイド38b(大入賞口ソレノイド1)、第2特別変動入賞装置39を開放させる上大入賞口ソレノイド39b(大入賞口ソレノイド2)、レバーを動作させ特定領域86を開放させるレバーソレノイド86bの開閉データを出力するための第2出力ポート134が設けられている。 The output section 130 is also provided with a second output port 134 for outputting opening/closing data for the solenoid (normal solenoid) 37c, which is connected to the data bus 140 and opens the normal variable winning device 37, the lower large winning port solenoid 38b (large winning port solenoid 1) which opens the first special variable winning device 38, the upper large winning port solenoid 39b (large winning port solenoid 2) which opens the second special variable winning device 39, and the lever solenoid 86b which operates the lever to open the specific area 86.

また、出力部130には、一括表示装置50に表示する内容に応じてLEDのアノード端子が接続されているセグメント線のオン/オフデータを出力するための第3出力ポート135、一括表示装置50のLEDのカソード端子が接続されているデジット線のオン/オフデータを出力するための第4出力ポート136が設けられている。 The output unit 130 also has a third output port 135 for outputting on/off data for the 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, and a fourth output port 136 for outputting on/off data for the digit line to which the cathode terminal of the LED of the collective display device 50 is connected.

また、出力部130には、性能表示装置152に表示する内容に応じてLEDのアノード端子が接続されているセグメント線のオン/オフデータを出力するための第6出力ポート141、性能表示装置152のLEDのカソード端子が接続されているデジット線のオン/オフデータを出力するための第7出力ポート142が設けられている。 The output unit 130 also has a sixth output port 141 for outputting on/off data for a segment line to which the anode terminal of the LED is connected according to the content to be displayed on the performance display device 152, and a seventh output port 142 for outputting on/off data for a digit line to which the cathode terminal of the LED of the performance display device 152 is connected.

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

さらに、出力部130には、第2出力ポート134から出力される普電ソレノイド37cや大入賞口ソレノイド38b、39bなどの開閉データ信号を受けてソレノイド駆動信号を生成し出力する第1ドライバ(駆動回路)138a、第3出力ポート135から出力される一括表示装置50の電流供給側のセグメント線のオン/オフ駆動信号を出力する第2ドライバ138b、第4出力ポート136から出力される一括表示装置50の電流引き込み側のデジット線のオン/オフ駆動信号を出力する第3ドライバ138c、第5出力ポート137から管理装置等の外部装置に供給する外部情報信号を外部情報端子71に出力する第4ドライバ138dが設けられている。 The output section 130 further includes a first driver (drive circuit) 138a that receives opening/closing data signals from the regular solenoid 37c and the special prize opening solenoids 38b and 39b output from the second output port 134, generates and outputs a solenoid drive signal, a second driver 138b that outputs an on/off drive signal for the segment line on the current supply side of the collective display device 50 output from the third output port 135, a third driver 138c that outputs an on/off drive signal for the digit line on the current draw side of the collective display device 50 output from the fourth output port 136, and a fourth driver 138d that outputs an external information signal from the fifth output port 137 to the external information terminal 71 to be supplied to an external device such as a management device.

さらに、出力部130には、第6出力ポート141から出力される性能表示装置152の電流供給側のセグメント線のオン/オフ駆動信号を出力する性能表示用セグメントドライバ150a、第7出力ポート142から出力される性能表示装置152の電流引き込み側のデジット線のオン/オフ駆動信号を出力する性能表示用デジットドライバ150bが設けられている。 The output section 130 further includes a performance display segment driver 150a that outputs an on/off drive signal for the segment line on the current supply side of the performance display device 152 output from the sixth output port 141, and a performance display digit driver 150b that outputs an on/off drive signal for the digit line on the current sink side of the performance display device 152 output from the seventh output port 142.

第1ドライバ138aには、32Vで動作するソレノイドを駆動できるようにするため、電源電圧としてDC32Vが電源装置400から供給される。また、一括表示装置50のセグメント線を駆動する第2ドライバ138bには、DC12Vが供給される。デジット線を駆動する第3ドライバ138cは、表示データに応じたデジット線を電流で引き抜くためのものであるため、電源電圧は12V又は5Vのいずれであってもよい。 The first driver 138a is supplied with DC 32V from the power supply unit 400 as a power supply voltage so that it can drive a solenoid that operates at 32V. The second driver 138b, which drives the segment lines of the collective display device 50, is supplied with DC 12V. The third driver 138c, which drives the digit lines, is intended to draw current through the digit lines according to the display data, so the power supply voltage may be either 12V or 5V.

12Vを出力する第2ドライバ138bによりセグメント線を介してLEDのアノード端子に電流を流し込み、接地電位を出力する第3ドライバ138cによりカソード端子よりデジット線を介して電流を引き抜くことで、一括表示装置50においてダイナミック駆動方式で順次選択されたLEDに電源電圧が流れて点灯される。12Vを出力する性能表示用セグメントドライバ150aによりセグメント線を介してLEDのアノード端子に電流を流し込み、接地電位を出力する性能表示用デジットドライバ150bによりカソード端子よりデジット線を介して電流を引き抜くことで、性能表示装置152においてダイナミック駆動方式で順次選択されたLEDに電源電圧が流れて点灯される。外部情報信号を外部情報端子71に出力する第4ドライバ138dは、外部情報信号に12Vのレベルを与えるため、DC12Vが供給される。なお、バッファ133や第2出力ポート134、第1ドライバ138a等は、遊技制御装置100の出力部130、すなわち、主基板ではなく、中継基板70側に設けるようにしてもよい。 The second driver 138b outputs 12V and feeds current to the anode terminal of the LED through the segment line, and the third driver 138c outputs ground potential and draws current from the cathode terminal through the digit line, so that the power supply voltage flows to the LEDs selected sequentially by the dynamic drive method in the collective display device 50 and lights them up. The performance display segment driver 150a outputs 12V and feeds current to the anode terminal of the LED through the segment line, and the performance display digit driver 150b outputs ground potential and draws current from the cathode terminal through the digit line, so that the power supply voltage flows to the LEDs selected sequentially by the dynamic drive method in the performance display device 152 and lights them up. The fourth driver 138d outputs an external information signal to the external information terminal 71 and is supplied with DC 12V to give the external information signal a level of 12V. In addition, the buffer 133, the second output port 134, the first driver 138a, etc. may be provided on the output section 130 of the game control device 100, i.e., on the relay board 70 side, rather than on the main board.

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

本実施形態では、性能表示装置152は、複数(4つ)の7セグメント型(ドットDpを含めると8セグメント型)の表示器(LEDランプ)からなり、性能表示用ドライバ150a、150bはLEDドライバであるが、これに限られるものではない。 In this embodiment, the performance display device 152 consists of multiple (four) 7-segment type (8-segment type including dot Dp) displays (LED lamps), and the performance display drivers 150a and 150b are LED drivers, but are not limited to this.

性能表示装置152は、遊技制御装置100(主基板)上に設けられるものであるが、他の場所に設けられてもよい。例えば、性能表示装置152は、表示用確率設定値や役物比率や出玉率や排出球数を表示可能である。 The performance display device 152 is provided on the game control device 100 (main board), but may be provided elsewhere. For example, the performance display device 152 can display a display probability setting value, a role ratio, a payout rate, and the number of balls discharged.

ここで、排出球数は、遊技領域32から排出された遊技球の数(アウト球数とも呼ぶ)であり、入賞口を通過した遊技球の数(入賞数)とアウト口30bを通過した遊技球の数との合計である。排出球数は、アウト球検出スイッチ74の信号などをカウント(計数)することにより取得できる。本実施形態では、入賞口には、一般入賞口35、始動入賞口36(第1始動入賞口、始動口1)、普通変動入賞装置37(第2始動入賞口、始動口2)、及び、特別変動入賞装置38、39(大入賞口)が含まれる。 The number of ejected balls here is the number of game balls ejected from the game area 32 (also called the number of out balls), and is the sum of the number of game balls that passed through the winning port (number of winning balls) and the number of game balls that passed through the out port 30b. The number of ejected balls can be obtained by counting the signal of the out ball detection switch 74, etc. In this embodiment, the winning ports include the general winning port 35, the start winning port 36 (first start winning port, start port 1), the normal variable winning device 37 (second start winning port, start port 2), and the special variable winning devices 38, 39 (large winning ports).

出玉率は、排出球数(或は遊技領域32に導入された発射球数)に対する賞球数の合計の比率(割合)であり、(獲得球数÷排出球数)×100(%)で計算される。即ち、出玉率は、排出球数100個当りの獲得球数(賞球数の合計)となる。 The ball output rate is the ratio (proportion) of the total number of winning balls to the number of balls dispensed (or the number of balls fired into the play area 32), and is calculated as (number of balls acquired ÷ number of balls dispensed) × 100 (%). In other words, the ball output rate is the number of winning balls (total number of winning balls) per 100 balls dispensed.

例えば、役物比率は、所定期間(例えば、遊技機10の電源投入から現在まで)に入賞口に入賞したことで得られた全賞球数(賞球の合計数)のうち、大当り状態中に大入賞口に入賞したことで得られた賞球数(役物別獲得球数)の割合(%)(=いわゆる連続役物比率)である。なお、役物比率は、全賞球数のうち、大入賞口に入賞したことで得られた賞球数(大当り状態中と小当り状態中)の割合(=大入賞口比率)でもよいし、或は、大入賞口及び普通変動入賞装置37(第2始動入賞口)に入賞したことで得られた賞球数の割合(=一般的に使用されるいわゆる役物比率(全役物比率))でもよい。 For example, the role ratio is the percentage (%) (= so-called continuous role ratio) of the number of prize balls (number of balls acquired by each role) acquired by winning a large prize slot during a jackpot state out of the total number of prize balls (total number of prize balls) acquired by winning a prize slot during a specified period (e.g., from when the gaming machine 10 was turned on to the present). Note that the role ratio may be the percentage (= large prize slot ratio) of the number of prize balls acquired by winning a large prize slot (during a jackpot state and during a small prize state) out of the total number of prize balls, or it may be the percentage (= so-called role ratio (total role ratio) that is commonly used) of the number of prize balls acquired by winning a large prize slot and a normal variable prize slot 37 (second start prize slot).

さらに、遊技制御装置100は、安全装置の機能も有する。安全装置とは、セーフ球数と排出球数に基づく作動条件(所定条件)の成立によって、遊技として特図変動表示ゲーム、普図変動表示ゲーム、及び、ラウンド遊技(大当り中や小当り中での遊技)等が実行できない遊技停止状態(遊技不可状態、遊技禁止状態)を発生可能な遊技停止手段(打ち止め手段)である。遊技停止状態では、新たな特図変動表示ゲームと新たな普図変動表示ゲームは開始できない。安全装置によって、不正によってセーフ球数が異常に多いなどの場合に適切に不正対策をすることができ、また、遊技者の遊技に対するのめり込みも抑制できる可能性がある。のめり込みが抑制されると遊技者は安心して遊技ができる。 Furthermore, the game control device 100 also functions as a safety device. The safety device is a game stopping means (stopping means) that can generate a game stop state (game not possible state, game prohibited state) in which the special chart change display game, the normal chart change display game, and round play (play during a big win or a small win) cannot be executed as games when an operating condition (predetermined condition) based on the number of safe balls and the number of discharged balls is established. In the game stop state, a new special chart change display game and a new normal chart change display game cannot be started. The safety device can take appropriate measures against fraud in cases where the number of safe balls is abnormally high due to fraud, and may also be able to suppress players' addiction to the game. When addiction is suppressed, players can play with peace of mind.

本実施形態において、安全装置は、遊技制御装置100でソフトウェア(プログラム)によって実現される機能であり、コンプリート機能(又はエンディング機能、打ち止め機能)とも呼ばれる。もちろん、安全装置は、電気回路や回路基板などのハードウェアとして設けられてもよい。 In this embodiment, the safety device is a function realized by software (program) in the game control device 100, and is also called a completion function (or an ending function, a stop function). Of course, the safety device may also be provided as hardware such as an electrical circuit or a circuit board.

また、本実施形態において、安全装置の作動条件は、(1)セーフ球数と排出球数との差を示す差玉数が差玉基準値(所定値)に達しており、且つ、(2)大当り中でも小当り中でもないことである。差玉数は、セーフ球数から排出球数を減算したものである(差玉数=セーフ球数-排出球数)。このように、安全装置の作動条件は、2段階の条件(1)(2)からなる。なお、条件(1)に関する差玉数は、本実施形態で主に記載するように、簡単には、電源投入時をゼロとして電源投入時から現在までのセーフ球数と排出球数との差でよい。しかし、条件(1)に関する差玉数は、差玉数の最低値の時点から現在までの所定期間における差玉数、即ち、最低値を基準とした差玉数(最低値から増加した差玉数の増加幅)でよく、1日の営業における差玉数の最大増加幅(いわゆるMY)に対応するものでよい。また、作動条件は他のものでもよく、例えば、条件(1)は、セーフ球数が所定値に達することとする構成も可能である。また、条件(2)は、特別変動入賞装置が作動していないこと、或いは、大入賞口が開放状態でないこととする構成も可能である。 In this embodiment, the operating condition of the safety device is that (1) the difference in the number of balls, which indicates the difference between the number of safe balls and the number of discharged balls, has reached the difference in balls reference value (predetermined value), and (2) the device is neither a big win nor a small win. The difference in the number of balls is the number of safe balls minus the number of discharged balls (difference in the number of balls = number of safe balls - number of discharged balls). In this way, the operating condition of the safety device consists of two stages of conditions (1) and (2). The difference in the number of balls for condition (1), as mainly described in this embodiment, may be simply the difference between the number of safe balls and the number of discharged balls from the time of power-on to the present, with the time when the power is turned on being zero. However, the difference in the number of balls for condition (1) may be the difference in the number of balls for a predetermined period from the time of the lowest value of the difference in the number of balls to the present, that is, the difference in the number of balls based on the minimum value (the increase in the number of balls from the minimum value), and may correspond to the maximum increase in the number of balls in one day's business (so-called MY). The operating condition may also be something else, and for example, condition (1) may be configured so that the number of safe balls reaches a predetermined value. Condition (2) can also be configured to mean that the special variable prize device is not in operation or that the large prize opening is not open.

本実施形態において、セーフ球数は、所定期間(例えば電源投入から現在までの期間)に払い出されることが決定された賞球の合計数(獲得球数、出玉)である。賞球(遊技球)の払い出しのエラーがあると、払い出されることが決定された賞球の合計数は、払出装置を介して上皿21に実際に払い出された賞球の合計数に等しくならないが、実際に払い出された賞球の合計数を検出スイッチ等で計測してセーフ球数としてもよい。また、排出球数(アウト球数)は、所定期間において遊技領域32から排出された遊技球の数で、アウト球検出スイッチ74からの信号をカウントして計数可能である。 In this embodiment, the number of safe balls is the total number of prize balls (number of won balls, number of balls dispensed) that have been determined to be dispensed during a specified period (e.g., the period from when the power is turned on to the present). If there is an error in the dispensing of prize balls (game balls), the total number of prize balls that have been determined to be dispensed will not be equal to the total number of prize balls that have actually been dispensed to the upper tray 21 via the dispensing device, but the total number of prize balls that have actually been dispensed may be measured using a detection switch or the like and used as the number of safe balls. In addition, the number of discharged balls (number of out balls) is the number of game balls that have been discharged from the game area 32 during a specified period, and can be counted by counting the signal from the out ball detection switch 74.

なお、排出球数の代わりに遊技領域32に発射され導入された発射球の数である発射球数を用いてもよく、差玉数は、セーフ球数-発射球数としてよい。遊技球の発射球数と排出球数を総称して使用数と呼んでよい(差玉数=セーフ球数-使用数)。発射球数からは、球発射装置で発射されたが遊技領域32に届かなかったファール球は除かれ、差玉数は球発射装置で遊技球が1個発射されると-1減算され、ファール球が1個生じると+1加算されることになる。発射球数を計数するための検出スイッチ(検出センサ)を、遊技領域32への遊技球の入口、即ち、遊技盤30における発射された遊技球の案内通路の上端近傍に設けてもよい。 In addition, the number of launched balls, which is the number of launched balls launched and introduced into the play area 32, may be used instead of the number of ejected balls, and the difference in the number of launched balls may be the number of safe balls minus the number of launched balls. The number of launched game balls and the number of ejected balls may be collectively referred to as the number of used balls (difference in the number of balls = number of safe balls - number of used balls). Foul balls that were launched by the ball launcher but did not reach the play area 32 are excluded from the number of launched balls, and the difference in the number of balls is deducted by -1 for each game ball launched by the ball launcher and added by +1 for each foul ball. A detection switch (detection sensor) for counting the number of launched balls may be provided at the entrance of the game balls to the play area 32, i.e., near the upper end of the guide path for launched game balls on the game board 30.

〔演出制御装置〕
次に、図4を用いて、演出制御装置300(サブ基板)の構成について説明する。図4は、遊技機10の演出制御系のブロック図である。
[Performance control device]
Next, the configuration of the performance control device 300 (sub-board) will be described with reference to Fig. 4. Fig. 4 is a block diagram of the performance control system of the gaming machine 10.

演出制御装置300は、遊技用マイコン111と同様にアミューズメントチップ(IC)からなる主制御用マイコン(CPU)311と、主制御用マイコン311からのコマンドやデータに従って表示装置41への映像表示のための画像処理を行うグラフィックプロセッサとしてのVDP(Video Display Processor)312と、各種のメロディや効果音などをスピーカ19から再生させるため音の出力を制御する音源LSI314を備えている。 The performance control device 300 is equipped with a main control microcomputer (CPU) 311, which is an amusement chip (IC) like the gaming microcomputer 111, a VDP (Video Display Processor) 312 as a graphics processor that performs image processing for displaying images on the display device 41 according to commands and data from the main control microcomputer 311, and a sound source LSI 314 that controls the sound output to play various melodies, sound effects, etc. from the speaker 19.

主制御用マイコン311には、CPUが実行するプログラムや各種データを格納したPROM(プログラマブルリードオンリメモリ)からなるプログラムROM321、作業領域を提供するRAM322、停電時に電力が供給されなくとも記憶内容を保持可能なFeRAM323、現在の日時(年月日や曜日、時刻など)を示す情報を生成する計時手段をなすRTC(リアルタイムクロック)338が接続されている。なお、主制御用マイコン311の内部にも作業領域を提供するRAMが設けられている。 Connected to the main control microcomputer 311 are a program ROM 321 consisting of a PROM (programmable read-only memory) that stores the programs executed by the CPU and various data, a RAM 322 that provides a working area, an FeRAM 323 that can retain memory contents even if power is not supplied during a power outage, and an RTC (real-time clock) 338 that serves as a timekeeping means for generating information indicating the current date and time (date, day of the week, time, etc.). Note that a RAM that provides a working area is also provided inside the main control microcomputer 311.

また、主制御用マイコン311にはWDT(ウォッチドッグ・タイマ)回路324が接続されている。主制御用マイコン311は、遊技用マイコン111からのコマンドを解析し、表示内容を決定してVDP312に出力映像の内容を指示したり、音源LSI314への再生音の指示、装飾ランプの点灯、モータやソレノイドの駆動制御、演出時間の管理などの処理を実行する。 The main control microcomputer 311 is also connected to a WDT (watchdog timer) circuit 324. The main control microcomputer 311 analyzes commands from the gaming microcomputer 111, determines the display content, and instructs the VDP 312 on the content of the output video, instructs the sound source LSI 314 on the sound to be played, turns on decorative lamps, controls the drive of motors and solenoids, and manages the presentation time.

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

特に限定されるわけではないが、主制御用マイコン311とVDP312との間は、パラレル方式でデータの送受信が行われるように構成されている。パラレル方式でデータを送受信することで、シリアルの場合よりも短時間にコマンドやデータを送信することができる。 Although not limited to this, data is sent and received between the main control microcomputer 311 and the VDP 312 in a parallel manner. By sending and receiving data in a parallel manner, commands and data can be sent 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なども入力される。 The VDP 312 inputs to the main control microcomputer 311 a vertical synchronization signal VSYNC for synchronizing the image on the display device 41 with the lighting of the decorative lamps on the glass frame 15 and the game board 30, and a synchronization signal STS for providing the timing for transmitting data. In addition, the VDP 312 also inputs to the main control microcomputer 311 interrupt signals INT0-n for notifying the processing status, such as the end of drawing to the VRAM, and a wait signal WAIT for notifying the main control microcomputer 311 that it is waiting to receive commands or data.

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

音源LSI314には音声データが記憶された音声ROM327が接続されている。主制御用マイコン311と音源LSI314は、アドレス/データバス340を介して接続されている。また、音源LSI314から主制御用マイコン311へは割込み信号INTが入力されるようになっている。演出制御装置に300には、ガラス枠15に設けられた上スピーカ19a及び前面枠12に設けられた下スピーカ19bを駆動するオーディオパワーアンプなどからなるアンプ回路337が設けられており、音源LSI314で生成された音声はアンプ回路337を介して上スピーカ19a及び下スピーカ19bから出力される。 An audio ROM 327 in which audio data is stored is connected to the sound source LSI 314. The main control microcomputer 311 and the sound source LSI 314 are connected via an address/data bus 340. An interrupt signal INT is input from the sound source LSI 314 to the main control microcomputer 311. The performance control device 300 is provided with an amplifier circuit 337 consisting of an audio power amplifier that drives the upper speaker 19a provided in the glass frame 15 and the lower speaker 19b provided in the front frame 12, and the sound generated by the sound source LSI 314 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には信号のレベル変換の機能が設けられている。 The presentation control device 300 is also provided with an interface chip (command I/F) 331 that receives commands sent from the game control device 100. The presentation control device 300 receives the number of reserved decorative special symbols commands, decorative special symbol commands, fluctuation commands, stop information commands, etc. sent from the game control device 100 to the presentation control device 300 as presentation control command signals (presentation commands) via the command I/F 331. The game microcomputer 111 of the game control device 100 operates on DC 5V, and the main control microcomputer 311 of the presentation control device 300 operates on DC 3.3V, so the command I/F 331 is provided with a signal level conversion function.

また、演出制御装置300には、遊技盤30(センターケース40を含む)に設けられているLED(発光ダイオード)を有する盤装飾装置46を駆動制御する盤装飾LED制御回路332、ガラス枠15に設けられているLED(発光ダイオード)を有する枠装飾装置(例えば枠装飾装置18等)を駆動制御する枠装飾LED制御回路333、遊技盤30(センターケース40を含む)に設けられている盤演出装置44(例えば表示装置41における演出表示と協働して演出効果を高める可動役物等)を駆動制御する盤演出可動体制御回路334が設けられている。なお、盤装飾装置46には、前述のランプ表示装置80が含まれてよい。 The presentation control device 300 also 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), a frame decoration LED control circuit 333 that drives and controls a frame decoration device (such as the frame decoration device 18) having LEDs (light emitting diodes) provided on the glass frame 15, and a board presentation movable body control circuit 334 that drives and controls a board presentation device 44 (such as a movable role that enhances the presentation effect in cooperation with the presentation display on the display device 41) provided on the game board 30 (including the center case 40). The board decoration device 46 may include the lamp display device 80 described above.

ランプやモータ及びソレノイドなどを駆動制御するこれらの制御回路332~334は、アドレス/データバス340を介して主制御用マイコン311と接続されている。なお、ガラス枠15に設けられているモータ等(トップユニットを動かすモータ等)の枠演出装置(例えばトップユニット)を駆動制御する枠演出可動体制御回路を備えていてもよい。 These control circuits 332 to 334, which drive and control lamps, motors, solenoids, etc., are connected to the main control microcomputer 311 via an address/data bus 340. In addition, a frame effect movable body control circuit may be provided to drive and control a frame effect device (e.g., a top unit) such as a motor (such as a motor that moves a top unit) provided in the glass frame 15.

さらに、演出制御装置300には、ガラス枠15に設けられた演出ボタン25に内蔵されている演出ボタンスイッチ25a、演出ボタン25の表面に設けられているタッチパネル25b、十字キースイッチ450、音量調整用ボタンスイッチ451a,451b、盤演出装置44内のモータの初期位置等を検出する演出役物スイッチ47(演出モータスイッチ)のオン/オフ状態を検出して主制御用マイコン311に検出信号を入力する機能を有し、演出制御装置300に設けられた音量調節スイッチ335の状態を検出して主制御用マイコン311に検出信号を入力するスイッチ入力回路336が設けられている。 The performance control device 300 also has a function of detecting the on/off state of the performance button switch 25a built into the performance button 25 provided on the glass frame 15, the touch panel 25b provided on the surface of the performance button 25, the cross key switch 450, the volume adjustment button switches 451a and 451b, and the performance element switch 47 (performance motor switch) that detects the initial position of the motor in the board performance device 44, and inputting the detection signal to the main control microcomputer 311. The performance control device 300 also has a switch input circuit 336 that detects the state of the volume adjustment switch 335 provided on the performance control device 300 and inputs the detection signal to the main control microcomputer 311.

電源装置400の通常電源部410は、前述のような構成を有する演出制御装置300やそれによって制御される電子部品に対して所望のレベルの直流電圧を供給するため、モータやソレノイドを駆動するためのDC32V、液晶パネルからなる表示装置41、モータやLEDを駆動するためのDC12V、コマンドI/F331の電源電圧となるDC5Vの他に、モータやLED、スピーカを駆動するためのDC15Vの電圧を生成するように構成されている。 The normal power supply section 410 of the power supply unit 400 is configured to generate a voltage of DC 32V to drive motors and solenoids, DC 12V to drive the display device 41 consisting of a liquid crystal panel, motors and LEDs, DC 5V to serve as the power supply voltage for the command I/F 331, and DC 15V to drive motors, LEDs and speakers in order to supply the desired level of DC voltage to the performance control device 300 having the configuration described above and the electronic components controlled by it.

さらに、主制御用マイコン311として、3.3Vあるいは1.2Vのような低電圧で動作するLSIを使用する場合には、DC5Vに基づいてDC3.3VやDC1.2Vを生成するためのDC-DCコンバータが演出制御装置300に設けられる。なお、DC-DCコンバータは通常電源部410に設けるようにしてもよい。 Furthermore, when an LSI that operates at a low voltage such as 3.3V or 1.2V is used as the main control microcomputer 311, a DC-DC converter is provided in the performance control device 300 to generate DC 3.3V or DC 1.2V based on DC 5V. Note that 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 generating unit 430 of the power supply unit 400 is supplied to the main control microcomputer 311, which resets the device. It is also output from the main control microcomputer 311 and supplied to the VDP 312 (VDPRESET signal), the sound source LSI 314, the amplifier circuit 337 (SNDRESET signal) that drives the speaker, and the control circuits 332-334 (IORESET signal) that drive and control lamps, motors, etc., which reset these. A cooling fan 45 that cools various parts of the gaming machine 10 is connected to the performance control device 300, and the cooling fan 45 is driven when the performance control device 300 is powered on.

次に、これらの制御回路において行われる遊技制御について説明する。遊技制御装置100の遊技用マイコン111のCPU111aは、普図始動ゲート34に備えられたゲートスイッチ34aからの遊技球の検出信号の入力に基づき、普図の当り判定用乱数値を抽出してROM111bに記憶されている判定値と比較し、普図変動表示ゲームの当り外れを判定する。 Next, the game control performed by these control circuits will be explained. The CPU 111a of the gaming microcomputer 111 of the game control device 100 extracts a random number value for determining whether the normal game is a hit based on the input of a game ball detection signal from the gate switch 34a provided on the normal game start gate 34, compares it with the judgment value stored in the ROM 111b, and judges whether the normal game is a hit or a miss in the normal game variation display game.

そして、普図表示器53に、識別図柄を所定時間変動表示した後、停止表示する普図変動表示ゲームを表示する。普図変動表示ゲームの結果が当りの場合は、普図表示器53に特別の結果態様を表示するとともに、普電ソレノイド37cを動作させ、普通変動入賞装置37の可動部材37bを所定時間(例えば、3秒間×2回)前述のように開放する制御を行う。すなわち、遊技制御装置100が、変換部材(可動部材37b)の変換制御を行う変換制御実行手段をなす。なお、普図変動表示ゲームの結果がはずれの場合は、普図表示器53にはずれの結果態様を表示する制御を行う。 Then, the normal map display 53 displays a normal map variation display game in which the identification pattern is displayed in a variable manner for a predetermined period of time, and then stops and displays the pattern. If the result of the normal map variation display game is a win, a special result state is displayed on the normal map display 53, and the normal power solenoid 37c is operated, and control is performed to open the movable member 37b of the normal variation winning device 37 for a predetermined period of time (e.g., 3 seconds x 2 times) as described above. In other words, the game control device 100 serves as a conversion control execution means that performs conversion control of the conversion member (movable member 37b). Note that, if the result of the normal map variation display game is a loss, control is performed to display a loss result state on the normal map display 53.

また、始動入賞口36に備えられた始動口1スイッチ36aからの遊技球の検出信号の入力に基づき始動入賞(始動記憶)を記憶し、始動記憶に基づき、特図1変動表示ゲームの大当り判定用乱数値を抽出してROM111bに記憶されている判定値と比較し、特図1変動表示ゲームの当り外れを判定する。 In addition, the start winning (start memory) is stored based on the input of the game ball detection signal from the start hole 1 switch 36a provided in the start winning hole 36, and based on the start memory, a random number value for jackpot judgment of the special chart 1 variable display game is extracted and compared with the judgment value stored in ROM 111b to judge whether the special chart 1 variable display game is a win or a miss.

また、普通変動入賞装置37に備えられた始動口2スイッチ37aからの遊技球の検出信号の入力に基づき始動記憶を記憶し、始動記憶に基づき、特図2変動表示ゲームの大当り判定用乱数値を抽出してROM111bに記憶されている判定値と比較し、特図2変動表示ゲームの当り外れを判定する。 In addition, a start memory is stored based on the input of a game ball detection signal from the start port 2 switch 37a provided on the normal variable winning device 37, and based on the start memory, a random number value for jackpot judgment of the special chart 2 variable display game is extracted and compared with the judgment value stored in ROM 111b to judge whether the special chart 2 variable display game is a win or a miss.

そして、遊技制御装置100のCPU111aは、特図1変動表示ゲームや特図2変動表示ゲームの判定結果を含む制御信号(演出制御コマンド)を、演出制御装置300に出力する。そして、特図1表示器51や特図2表示器52に、識別図柄を所定時間変動表示した後、停止表示する特図変動表示ゲームを表示する。すなわち、遊技制御装置100が、遊技領域32を流下する遊技球の始動入賞領域(第1始動入賞口36、普通変動入賞装置37)への入賞に基づき変動表示ゲームの進行制御を行う遊技制御手段をなす。 Then, the CPU 111a of the game control device 100 outputs a control signal (presentation control command) including the judgment result of the special chart 1 variable display game and the special chart 2 variable display game to the presentation control device 300. Then, the special chart 1 display 51 and the special chart 2 display 52 display a special chart variable display game in which the identification pattern is displayed in a variable manner for a predetermined period of time, and then the special chart variable display game is displayed in a stationary manner. In other words, the game control device 100 constitutes a game control means that controls the progress of the variable display game based on the winning of the game ball flowing down the game area 32 into the start winning area (first start winning port 36, normal variable winning device 37).

また、演出制御装置300は、遊技制御装置100からの制御信号に基づき、表示装置41で特図変動表示ゲームに対応した飾り特図変動表示ゲームを表示する。さらに、演出制御装置300は、遊技制御装置100からの制御信号に基づき、演出状態の設定や、スピーカ19a,19bからの音の出力、各種LEDの発光を制御する処理等を行う。すなわち、演出制御装置300が、遊技(変動表示ゲーム等)に関する演出を制御する演出制御手段をなす。 In addition, the performance control device 300 displays a decorative special chart variable display game corresponding to the special chart variable display game on the display device 41 based on a control signal from the game control device 100. Furthermore, the performance control device 300 performs processing such as setting the performance state, outputting sound from speakers 19a and 19b, and controlling the illumination of various LEDs based on a control signal from the game control device 100. In other words, the performance control device 300 constitutes a performance control means that controls the performance related to the game (variable display game, etc.).

そして、遊技制御装置100のCPU111aは、特図変動表示ゲームの結果が当りの場合は、特図1表示器51や特図2表示器52に特別結果態様を表示するとともに、特別遊技状態を発生させる。特別遊技状態を発生させる処理においては、CPU111aは、例えば、大入賞口ソレノイド39bにより特別変動入賞装置39の開閉扉39cを開放させ、大入賞口内への遊技球の流入を可能とする制御を行う。 When the result of the special chart variable display game is a win, the CPU 111a of the game control device 100 displays the special result state on the special chart 1 display 51 and the special chart 2 display 52 and generates a special game state. In the process of generating the special game state, the CPU 111a performs control, for example, to open the opening/closing door 39c of the special variable winning device 39 using the large winning port solenoid 39b, allowing game balls to flow into the large winning port.

そして、大入賞口に所定個数(例えば、10個)の遊技球が入賞するか、大入賞口の開放から所定の開放可能時間(例えば、27秒又は0.05秒)が経過するかのいずれかの条件が達成されるまで大入賞口を開放することを1ラウンド(R)とし、これを所定ラウンド回数(例えば、15回、11回又は2回)継続する(繰り返す)制御(サイクル遊技)を行う。すなわち、遊技制御装置100が、停止結果態様が特別結果態様となった場合に、大入賞口を開閉する制御を行う大入賞口開閉制御手段をなす。また、特図変動表示ゲームの結果がはずれの場合は、特図1表示器51や特図2表示器52にはずれの結果態様を表示する制御を行う。 Then, one round (R) is defined as the opening of the large prize opening until one of the following conditions is met: either a predetermined number of game balls (e.g., 10 balls) enter the large prize opening, or a predetermined opening time (e.g., 27 seconds or 0.05 seconds) has elapsed since the opening of the large prize opening. This is controlled (repeated) for a predetermined number of rounds (e.g., 15, 11, or 2 times) (cycle play). In other words, the game control device 100 serves as a large prize opening opening/closing control means that controls the opening and closing of the large prize opening when the stop result state becomes a special result state. Also, when the result of the special chart variation display game is a miss, control is performed to display the miss result state on the special chart 1 display 51 or the special chart 2 display 52.

また、遊技制御装置100は、特図変動表示ゲームの結果態様に基づき、特別遊技状態の終了後に、遊技状態として高確率状態を発生可能である。高確率状態(確変状態)は、特図変動表示ゲームにて当り結果となる確率が、通常確率状態と比較して高い状態である。また、特図1変動表示ゲーム及び特図2変動表示ゲームのどちらの特図変動表示ゲームの結果態様に基づき高確率状態となっても、特図1変動表示ゲーム及び特図2変動表示ゲームの両方が高確率状態となる。 The game control device 100 can also generate a high probability state as a game state after the special game state ends, based on the result state of the special chart variable display game. The high probability state (probability state) is a state in which the probability of a winning result in the special chart variable display game is higher than the normal probability state. Furthermore, regardless of whether the high probability state is reached based on the result state of either the special chart 1 variable display game or the special chart 2 variable display game, both the special chart 1 variable display game and the special chart 2 variable display game will be in a high probability state.

また、遊技制御装置100は、特図変動表示ゲームの結果態様に基づき、特別遊技状態の終了後に、遊技状態として時短状態(特定遊技状態)を発生可能である。時短状態においては、普図変動表示ゲーム及び普通変動入賞装置37を時短動作状態とする制御を行ってよく、特別な遊技を行わない通常遊技状態よりも、単位時間当りの普通変動入賞装置37の開放時間が実質的に多くなるように制御するため、普電サポート状態となる。なお、潜伏確変状態を除く高確率状態(通常の確変状態)でも、重複して時短状態にして普電サポートを実行する。 The game control device 100 can also generate a time-saving state (specific game state) as a game state after the special game state ends, based on the result state of the special chart variation display game. In the time-saving state, the normal chart variation display game and the normal variation winning device 37 may be controlled to be in a time-saving operation state, and the normal power support state is established by controlling the normal chart variation display game and the normal variation winning device 37 to be open for a substantially longer period of time per unit time than in a normal game state in which no special game is being played. Note that even in a high probability state (normal probability state) other than the latent probability state, the time-saving state is overlapped and normal power support is executed.

なお、時短状態においては、特図変動表示ゲームの実行時間(特図変動時間)も通常より短縮され得るようにし、特図変動表示ゲームの時間短縮変動も実行可能である。 In addition, in the time-saving state, the execution time of the special chart change display game (special chart change time) can be made shorter than usual, and time-saving changes in the special chart change display game can also be executed.

また、時短状態においては、普図変動表示ゲームの1回の当り結果に対して、普通変動入賞装置37の開放回数(普電開放回数)を第1開放回数(例えば2回)よりも多い回数(例えば、4回)の第2開放回数に設定することが可能である。また、時短状態においては、普図変動表示ゲームの当り結果となる確率(普図確率、普図当り確率)を通常動作状態である場合の通常確率(低確率)よりも高い高確率とすることが可能である。 In addition, in the time-saving state, it is possible to set the number of times the normal variable winning device 37 opens (normal power opening number) for one winning result of the normal variable display game to a second opening number (e.g., four times) that is greater than the first opening number (e.g., two times). In addition, in the time-saving state, it is possible to set the probability of a winning result of the normal variable display game (normal probability, normal winning probability) to a high probability that is higher than the normal probability (low probability) in the normal operating state.

時短状態においては、普図変動時間、普図停止時間、普電開放回数、普電開放時間、普図確率のいずれか一つ又は複数を変化させることで普通変動入賞装置37を開状態に状態変換する時間を通常よりも延長するようにする。これにより、時短状態では、特別な遊技を行わない通常遊技状態よりも普通変動入賞装置37への入賞が容易化して、単位時間当たりの特図変動表示ゲームの実行回数が当該通常遊技状態よりも増加可能である。また、変化させるものが異なる複数種類の時短状態を設定することも可能である。また、通常動作状態において可動部材37bを開放しないように設定(普図確率が0)してもよい。また、当りとなった場合に第1開放態様と第2開放態様のいずれかを選択するようにしてもよい。この場合、第1開放態様と第2開放態様の選択確率を異ならせてもよい。また、高確率状態と時短状態は、それぞれ独立して発生可能であり、両方を同時に発生することも可能であるし一方のみを発生させることも可能である。 In the time-saving state, the time for converting the normal variation winning device 37 to the open state is extended more than usual by changing one or more of the normal chart variation time, normal chart stop time, normal power opening count, normal power opening time, and normal chart probability. As a result, in the time-saving state, it is easier to win the normal variation winning device 37 than in the normal game state in which no special play is performed, and the number of times the special chart variation display game is executed per unit time can be increased more than in the normal game state. It is also possible to set multiple types of time-saving states in which different things are changed. It is also possible to set the movable member 37b not to be opened in the normal operation state (normal chart probability is 0). In addition, when a hit is made, either the first opening mode or the second opening mode may be selected. In this case, the selection probability of the first opening mode and the second opening mode may be made different. In addition, the high probability state and the time-saving state can occur independently of each other, and both can occur simultaneously, or only one can occur.

〔電源投入時の移行状態〕
前述のように、電源投入時のRAM初期化スイッチ112及び設定キースイッチ93のオンオフ状態によって、4つの状態(モード)へ移行する。
[Transition state when power is turned on]
As described above, when the power is turned on, the RAM initialization switch 112 and the setting key switch 93 are turned on or off to transition to one of four states (modes).

電源投入時に、RAM初期化スイッチ112と設定キースイッチ93とがオンにされている場合には、確率設定値(設定値)を変更可能(設定可能)な設定可変状態(設定変更状態、設定可能状態、設定変更モード)に移行する(図5BのA1030-A1039と図15参照)。 When the power is turned on and the RAM initialization switch 112 and the setting key switch 93 are turned on, the device transitions to a setting variable state (setting change state, settable state, setting change mode) in which the probability setting value (setting value) can be changed (set) (see A1030-A1039 in Figure 5B and Figure 15).

次に、電源投入時に、設定キースイッチ93がオンにされているがRAM初期化スイッチ112がオフの場合には、確率設定値を確認可能な設定確認状態(設定確認モード)に移行する(図5BのA1034-A1039と図15参照)。 Next, when the power is turned on, if the setting key switch 93 is on but the RAM initialization switch 112 is off, the device transitions to a setting confirmation state (setting confirmation mode) in which the probability setting value can be confirmed (see A1034-A1039 in Figure 5B and Figure 15).

また、電源投入時に、設定キースイッチ93がオフであるがRAM初期化スイッチ112がオンにされている場合には、RAM初期化状態(RAMクリアモード)に移行し、RAM初期化処理(RAMクリア処理)が実行されて、RAM111cが初期化される(図5BのA1045-A1047参照)。 In addition, when the power is turned on, if the setting key switch 93 is off but the RAM initialization switch 112 is on, the device transitions to a RAM initialization state (RAM clear mode), and the RAM initialization process (RAM clear process) is executed to initialize the RAM 111c (see A1045-A1047 in FIG. 5B).

電源投入時に、設定キースイッチ93とRAM初期化スイッチ112とがオフである場合には、通常復電状態(通常復電モード)に移行し、単に復電されるだけの状態になる。 When the power is turned on, if the setting key switch 93 and RAM initialization switch 112 are off, the device will enter the normal power recovery state (normal power recovery mode) and will simply be in a state where power is restored.

[遊技制御装置の制御]
以下、このような遊技を行う遊技機の制御について説明する。まず、上記遊技制御装置100の遊技用マイクロコンピュータ(遊技用マイコン)111によって実行される制御について説明する。遊技用マイコン111による制御処理は、主に図5A、図5B、図5Cに示すメイン処理と、所定時間周期(例えば4msec)で行われる図9に示すタイマ割込み処理とからなる。
[Control of game control device]
The control of the gaming machine for performing such a game will be described below. First, the control executed by the gaming microcomputer 111 of the game control device 100 will be described. The control process by the gaming microcomputer 111 mainly consists of the main process shown in Figures 5A, 5B, and 5C, and the timer interrupt process shown in Figure 9, which is performed at a predetermined time interval (for example, 4 msec).

〔メイン処理(遊技制御装置)〕
まず、メイン処理について説明する。図5A、図5B、図5Cは、遊技制御装置100によるメイン処理の手順を示すフローチャートである。メイン処理は、電源が投入されることで開始される。なお、遊技制御装置100が実行する処理のフローチャートにおいて、ステップの符号(番号)は「A****」と表されている。
[Main processing (game control device)]
First, the main processing will be described. Figures 5A, 5B, and 5C are flowcharts showing the procedure of the main processing by the game control device 100. The main processing starts when the power is turned on. In the flowcharts of the processing executed by the game control device 100, the symbols (numbers) of the steps are represented as "A****".

図5Aに示すように、遊技制御装置100は、メイン処理を開始すると、まず、割込みを禁止する処理を実行する(A1001)。さらに、割込み発生時にレジスタ等の値を退避する領域の先頭アドレスであるスタックポインタを設定するスタックポインタ設定処理を実行する(A1002)。 As shown in FIG. 5A, when the game control device 100 starts the main process, it first executes a process to prohibit interrupts (A1001). It then executes a stack pointer setting process to set a stack pointer, which is the top address of an area to which values of registers, etc. are saved when an interrupt occurs (A1002).

続いて、使用するレジスタバンクとしてレジスタバンク0を指定し(A1003)、所定のレジスタにRAM先頭アドレスの上位アドレスをセットする(A1004)。例えば、RAMのアドレスが0000h~01FFhの範囲である場合に、上位アドレスとして00hをセットする。 Next, register bank 0 is specified as the register bank to be used (A1003), and the upper address of the RAM start address is set in a specific register (A1004). For example, if the RAM address is in the range of 0000h to 01FFh, 00h is set as the upper address.

次に、遊技制御装置100は、発射禁止の信号を出力して発射許可信号を禁止状態に設定する(A1005)。発射許可信号は遊技制御装置100と払出制御装置200の少なくとも一方が発射禁止の信号を出力している場合に禁止状態に設定され、球発射装置からの遊技球の発射が禁止されるようになっている。その後、遊技制御装置100は、設定キースイッチ93とRAM初期化スイッチ112の状態を読み込む(A1006)。即ち、設定キースイッチ93とRAM初期化スイッチ112からの信号を読み込む。 Next, the game control device 100 outputs a launch prohibition signal and sets the launch permission signal to a prohibited state (A1005). The launch permission signal is set to a prohibited state when at least one of the game control device 100 and the payout control device 200 outputs a launch prohibition signal, and the launch of game balls from the ball launcher is prohibited. After that, the game control device 100 reads the states of the setting key switch 93 and the RAM initialization switch 112 (A1006). In other words, it reads the signals from the setting key switch 93 and the RAM initialization switch 112.

さらに、遊技制御装置100は、電源ディレイタイマを設定する(A1007)。電源ディレイタイマに所定の初期値を設定することにより、主制御手段をなす遊技制御装置100からの指示に従い種々の制御を行う従制御手段(例えば、払出制御装置200や演出制御装置300)のプログラムが正常に起動するまで待機するための待機時間(例えば3秒)が設定される。これにより、電源投入の際に仮に遊技制御装置100が先に立ち上がって従制御装置(例えば払出制御装置200や演出制御装置300)が立ち上がる前にコマンドを従制御装置に送ってしまい、従制御装置がコマンドを取りこぼすことを回避することができる。すなわち、遊技制御装置100が、電源投入時において、主制御手段(遊技制御装置100)の起動を遅らせて従制御装置(払出制御装置200、演出制御装置300等)の起動を待つための所定の待機時間を設定する待機手段をなす。 Furthermore, the game control device 100 sets a power delay timer (A1007). By setting a predetermined initial value to the power delay timer, a waiting time (e.g., 3 seconds) is set for waiting until the programs of the slave control means (e.g., the payout control device 200 and the performance control device 300) that perform various controls according to instructions from the game control device 100 that constitutes the master control means are started normally. This makes it possible to avoid the slave control device missing the command if the game control device 100 starts up first when the power is turned on and sends a command to the slave control device before the slave control device (e.g., the payout control device 200 and the performance control device 300) starts up. In other words, the game control device 100 serves as a waiting means that delays the start of the master control means (game control device 100) when the power is turned on and sets a predetermined waiting time to wait for the start of the slave control device (the payout control device 200, the performance control device 300, etc.).

また、電源ディレイタイマの計時は、RAMの正当性判定(チェックサム算出)の対象とならない記憶領域(正当性判定対象外のRAM領域又はレジスタ等)を用いて行われる。これにより、RAM領域のチェックサム等のチェックデータを算出する際に、一部のRAM領域を除外して算出する必要がないため電源投入時の制御が複雑になることを防止することができる。 The power delay timer also uses memory areas (RAM areas or registers not subject to validity checks) that are not subject to validity checks (checksum calculations). This eliminates the need to exclude part of the RAM area when calculating check data such as the checksum of the RAM area, preventing the control at power-on from becoming complicated.

なお、待機時間の開始前に設定キースイッチ93とRAM初期化スイッチ112の状態を読み込むことで、設定キースイッチ93とRAM初期化スイッチ112の操作を確実に検出できる。すなわち、待機時間の経過後に設定キースイッチ93とRAM初期化スイッチ112の状態を読み込むようにすると、待機時間の経過を待ってから設定キースイッチ93とRAM初期化スイッチ112を操作したり、電源投入から待機時間の経過まで設定キースイッチ93とRAM初期化スイッチ112を操作し続けたりする必要がある。しかし、待機時間の開始前に状態を読み込むことで、このような煩わしい操作を行わなくても、電源投入時に行った設定キースイッチ93とRAM初期化スイッチ112の操作が受け付けられないような事態を防止できる。 By reading the states of the setting key switch 93 and the RAM initialization switch 112 before the standby time starts, the operation of the setting key switch 93 and the RAM initialization switch 112 can be detected reliably. In other words, if the states of the setting key switch 93 and the RAM initialization switch 112 are read after the standby time has elapsed, it is necessary to wait for the standby time to elapse before operating the setting key switch 93 and the RAM initialization switch 112, or to continue operating the setting key switch 93 and the RAM initialization switch 112 from power-on until the standby time has elapsed. However, by reading the states before the standby time starts, it is possible to prevent a situation in which the operation of the setting key switch 93 and the RAM initialization switch 112 performed when the power is turned on is not accepted, without having to perform such troublesome operations.

電源ディレイタイマを設定すると(A1007)、遊技制御装置100は、待機時間の計時と、待機時間中における停電の発生を監視する処理とを実行する(A1008からA1010)。 When the power delay timer is set (A1007), the game control device 100 executes a process of timing the standby time and monitoring the occurrence of a power outage during the standby time (A1008 to A1010).

停電監視処理が開始されると、遊技制御装置100は、まず、電源装置400から入力されている停電監視信号をポート及びデータバスを介して読み込むなどして、停電が発生しているか否か判定する(A1008)。停電が発生している場合に(A1008の結果が「Y」)、遊技機の電源が遮断されるまで待機する。 When the power outage monitoring process is started, the game control device 100 first determines whether or not a power outage has occurred by, for example, reading the power outage monitoring signal input from the power supply device 400 via a port and a data bus (A1008). If a power outage has occurred (the result of A1008 is "Y"), the game control device waits until the power supply to the game machine is cut off.

遊技制御装置100は、停電が発生していない場合には(A1008の結果が「N」)、電源投入ディレイタイマを-1更新し(A1009)、タイマの値が0であるか否かを判定する(A1010)。タイマの値が0でない場合(A1010の結果が「N」)、すなわち、待機時間が終了していない場合には、ステップA1008の処理に戻る。 If no power outage has occurred (result of A1008 is "N"), the game control device 100 updates the power-on delay timer by -1 (A1009) and determines whether the timer value is 0 or not (A1010). If the timer value is not 0 (result of A1010 is "N"), i.e., if the standby time has not ended, the process returns to step A1008.

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

一方、遊技制御装置100は、タイマの値が0である場合(A1010の結果が「Y」)、すなわち、待機時間が終了した場合には、RAMやEEPROM等の読出し書込み可能なRWM(リードライトメモリ)のアクセスを許可し(A1011)、全出力ポートにオフデータを出力(出力が無い状態に設定)する(A1012)。 On the other hand, if the timer value is 0 (result of A1010 is "Y"), i.e., if the waiting time has ended, the game control device 100 allows access to readable and writable RWM (read-write memory) such as RAM or EEPROM (A1011) and outputs off data to all output ports (setting them to a state of no output) (A1012).

次に、遊技制御装置100は、シリアルポート(遊技用マイコン111に予め搭載されているポートで、本実施形態では、演出制御装置300や払出制御装置200との通信に使用)を設定する(A1013)。 Next, the gaming control device 100 sets up a serial port (a port pre-installed in the gaming microcomputer 111, which in this embodiment is used for communication with the presentation control device 300 and the payout control device 200) (A1013).

次に、遊技制御装置100は、遊技用マイコン111(クロックジェネレータ)内のタイマ割込み信号及び乱数更新トリガ信号(CTC)を発生するCTC(Counter/Timer Circuit)回路を起動する(A1014)。なお、CTC回路は、遊技用マイコン111内のクロックジェネレータに設けられている。クロックジェネレータは、発振回路113からの発振信号(原クロック信号)を分周する分周回路と、分周された信号に基づいてCPU111aに対して所定周期(例えば、4ミリ秒)のタイマ割込み信号及び乱数生成回路に供給する乱数更新のトリガを与える信号CTCを発生するCTC回路とを備えている。 Next, the gaming control device 100 activates a CTC (Counter/Timer Circuit) circuit that generates a timer interrupt signal and a random number update trigger signal (CTC) in the gaming microcomputer 111 (clock generator) (A1014). The CTC circuit is provided in the clock generator in the gaming microcomputer 111. The clock generator includes a frequency division circuit that divides the oscillation signal (original clock signal) from the oscillation circuit 113, and a CTC circuit that generates a timer interrupt signal of a predetermined period (e.g., 4 milliseconds) to the CPU 111a based on the frequency-divided signal, and a signal CTC that provides a trigger for updating a random number to be supplied to the random number generation circuit.

続いて、遊技制御装置100は、RAM(ここではRAM111c)の異常を示すRAM異常フラグをセットする(A1015)。ここでは、一旦、異常前提のフラグを所定のレジスタにセットしておく。 Next, the game control device 100 sets a RAM abnormality flag indicating an abnormality in the RAM (here, RAM 111c) (A1015). Here, a flag indicating an abnormality is temporarily set in a specified register.

次に、遊技制御装置100は、RWM内の停電検査領域1の値が正常な停電検査領域チェックデータであるか否かを判定する(A1016)。そして、正常であれば(A1016の結果が「Y」)、RWM内の停電検査領域2の値が正常な停電検査領域チェックデータであるか否かを判定する(A1017)。 Next, the game control device 100 judges whether the value of power outage inspection area 1 in the RWM is normal power outage inspection area check data (A1016). If it is normal (result of A1016 is "Y"), it judges whether the value of power outage inspection area 2 in the RWM is normal power outage inspection area check data (A1017).

さらに、遊技制御装置100は、停電検査領域2の値が正常であれば(A1017の結果が「Y」)、RWM内の所定領域(例えば領域内ワーク領域)のチェックサムを算出するチェックサム算出処理を実行し(A1018)、算出されたチェックサムと電源断時のチェックサムが一致するか否かを判定する(A1019)。チェックサムが一致する場合には(A1019の結果が「Y」)、RAMは正常であり、RAMの異常を示すRAM異常フラグをクリアする(A1020)。その後、ステップA1021の処理に移行する。 Furthermore, if the value of power outage inspection area 2 is normal (result of A1017 is "Y"), the game control device 100 executes a checksum calculation process (A1018) to calculate a checksum of a specified area in the RWM (e.g., a work area within the area), and determines whether the calculated checksum matches the checksum at the time of power outage (A1019). If the checksums match (result of A1019 is "Y"), the RAM is normal, and the RAM abnormality flag indicating a RAM abnormality is cleared (A1020). Then, the process proceeds to step A1021.

また、遊技制御装置100は、停電検査領域のチェックデータが正常なデータでないと判定された場合(A1016の結果が「N」、又は、A1017の結果が「N」)、チェックサムが一致しない場合には(A1019の結果が「N」)、RAM異常フラグをクリアすることなく、ステップA1021の処理に移行する。 In addition, if the game control device 100 determines that the check data in the power outage inspection area is not normal (the result of A1016 is "N" or the result of A1017 is "N"), or if the checksums do not match (the result of A1019 is "N"), it proceeds to processing of step A1021 without clearing the RAM abnormality flag.

次に、遊技制御装置100は、設定キースイッチ93及びRAM初期化スイッチ112の両スイッチがオンであるか否かを判定する(A1021)。遊技制御装置100は、両スイッチがオンである場合に(A1021の結果が「Y」)、設定可変状態(設定変更モード)に移行し、ステップA1030-A1040の確率設定変更中の処理を実行する。 Next, the game control device 100 determines whether or not both the setting key switch 93 and the RAM initialization switch 112 are on (A1021). If both switches are on (result of A1021 is "Y"), the game control device 100 transitions to a setting variable state (setting change mode) and executes the processing during the probability setting change in steps A1030-A1040.

遊技制御装置100は、設定キースイッチ93及びRAM初期化スイッチ112の少なくとも一方がオフである場合に(A1021の結果が「N」)、RAM(ここではRAM111c)の異常を示すRAM異常フラグがセットされているか否か判定する(A1022)。RAM異常フラグがセットされていない場合に(A1022の結果が「N」)、確率設定変更中フラグがセットされているか否かを判定する(A1023)。確率設定変更中フラグがセットされていない場合に(A1023の結果が「N」)、ステップA1034-A1040の確率設定確認中(設定確認状態中、設定確認モード中)の処理、ステップA1044-A1047のRAM初期化処理(RAMクリア処理)、又は、ステップA1044、A1048-A1051の通常の電源投入時(電源復旧時)の処理を実行する。 When at least one of the setting key switch 93 and the RAM initialization switch 112 is off (result of A1021 is "N"), the game control device 100 judges whether or not a RAM abnormality flag indicating an abnormality in the RAM (here, RAM 111c) is set (A1022). When the RAM abnormality flag is not set (result of A1022 is "N"), it judges whether or not a probability setting change flag is set (A1023). When the probability setting change flag is not set (result of A1023 is "N"), it executes the process during probability setting confirmation (in setting confirmation state, in setting confirmation mode) of steps A1034-A1040, the RAM initialization process (RAM clear process) of steps A1044-A1047, or the process at normal power-on (when power is restored) of steps A1044, A1048-A1051.

遊技制御装置100は、確率設定変更中フラグがセットされている場合に(A1023の結果が「Y」)、遊技制御装置100(主基板、メイン基板)に異常があったことを報知するメイン異常エラー報知のコマンドを演出制御装置300に送信する(A1024)。メイン異常エラー報知のコマンドを受信した演出制御装置300は、遊技制御装置100の異常があったことを報知する。 When the probability setting change in progress flag is set (result of A1023 is "Y"), the game control device 100 transmits a main abnormality error notification command to the presentation control device 300 to notify that an abnormality has occurred in the game control device 100 (main board, main board) (A1024). The presentation control device 300, which has received the main abnormality error notification command, notifies that an abnormality has occurred in the game control device 100.

続いて、遊技制御装置100は、遊技停止時の7セグ表示データ(「E1」のエラー表示のデータ)を性能表示装置152で表示するために性能表示装置152のドライバ150a、150bに出力する(A1025)。そして、外部装置(遊技場内部管理装置(ホールコンピュータ)や情報収集端末など)に異常を知らせるためのセキュリティ信号のオンデータを外部情報端子71に出力する(A1026)。なお、ここで、大当りに関する情報がRAM111cに残っている場合でも、大当り信号など外部情報端子71への他の信号はオフ状態に維持される。その後、ステップA1025とA1026の処理を繰り返して待機し、再度、設定変更の操作(設定キースイッチ93及びRAM初期化スイッチ112の両方のオン操作)をして電源が投入されるのを待つ。なお、ステップA1025とA1026の処理を繰り返して待機して待機している間、割込みは禁止されたままであり(A1001)、特図1、2ゲーム処理や普図ゲーム処理を実行可能なタイマ割込み処理(図9)が実行できないため、遊技(特図変動表示ゲーム、普図変動表示ゲーム、ラウンド遊技等)は実行できない。 Next, the game control device 100 outputs the 7-segment display data (error display data of "E1") at the time of game stop to the drivers 150a and 150b of the performance display device 152 to display it on the performance display device 152 (A1025). Then, it outputs security signal ON data to the external information terminal 71 to notify an external device (such as an amusement facility internal management device (hall computer) or information collection terminal) of the abnormality (A1026). Note that even if information about the jackpot remains in the RAM 111c, other signals to the external information terminal 71, such as the jackpot signal, are maintained in the OFF state. After that, it waits by repeating the processing of steps A1025 and A1026, and again performs the setting change operation (ON operation of both the setting key switch 93 and the RAM initialization switch 112) and waits for the power to be turned on. In addition, while the processing of steps A1025 and A1026 is repeated and waiting, interrupts remain prohibited (A1001), and the timer interrupt processing (Figure 9) that can execute the special chart 1 and 2 game processing and the normal chart game processing cannot be executed, so games (special chart change display game, normal chart change display game, round game, etc.) cannot be executed.

このように、設定変更の操作(設定キースイッチ93及びRAM初期化スイッチ112の両方のオン操作)を実行していないのに、確率設定変更中フラグがセットされている場合に異常があったとして、A1024-A1026の処理を実行する。例えば、確率設定変更中(設定変更が完了する前)に電源がオフして再起動した場合などに、設定変更の操作を実行していないのに、確率設定変更中フラグがセットされることがある。 In this way, if the probability setting change flag is set even though no setting change operation (turning on both the setting key switch 93 and the RAM initialization switch 112) has been performed, it is determined that there is an abnormality and processes A1024-A1026 are executed. For example, if the power is turned off and restarted while the probability setting is being changed (before the setting change is completed), the probability setting change flag may be set even though no setting change operation has been performed.

一方、遊技制御装置100は、RAM異常フラグがセットされている場合も(A1022の結果が「Y」)、遊技制御装置100(メイン基板)に異常があったことを報知するメイン異常エラー報知のコマンドを演出制御装置300に送信し(A1024)、遊技停止時の7セグ表示データ(「E1」のエラー表示のデータ)を性能表示装置152のドライバ150a、150bに出力し(A1025)、外部装置にRAM異常を知らせるために、セキュリティ信号のオンデータを外部情報端子71に出力する(A1026)。なお、前述と同様に、大当りに関する情報がRAM111cに残っている場合でも、大当り信号など外部情報端子71への他の信号はオフ状態に維持される。 On the other hand, even if the RAM abnormality flag is set (result of A1022 is "Y"), the game control device 100 sends a main abnormality error notification command to the performance control device 300 to notify that there is an abnormality in the game control device 100 (main board) (A1024), outputs the 7-segment display data at the time of game stop (data displaying the "E1" error) to the drivers 150a, 150b of the performance display device 152 (A1025), and outputs on data of the security signal to the external information terminal 71 to notify an external device of the RAM abnormality (A1026). As described above, even if information regarding the jackpot remains in RAM 111c, other signals to the external information terminal 71, such as the jackpot signal, are maintained in the off state.

その後、停電が発生しているか否かを判定し(A1027)、停電が発生していない場合に(A1027の結果が「N」)、ステップA1025とA1026の処理を繰り返して待機する。一方、停電が発生していると判定した際に(A1027の結果が「Y」)、全出力ポートにオフデータを出力し(A1028)、RAMやEEPROM等の読出し書込み可能なRWM(リードライトメモリ)のアクセスを禁止する(A1029)。その後、遊技機の電源が遮断されるまで待機する。 Then, it is determined whether or not a power outage has occurred (A1027), and if a power outage has not occurred (the result of A1027 is "N"), the process of steps A1025 and A1026 is repeated and the machine waits. On the other hand, if it is determined that a power outage has occurred (the result of A1027 is "Y"), off data is output to all output ports (A1028), and access to readable and writable RWMs (read-write memories) such as RAM and EEPROM is prohibited (A1029). The machine then waits until the power to the machine is cut off.

遊技制御装置100は、設定キースイッチ93及びRAM初期化スイッチ112の両スイッチがオンである場合に(A1021の結果が「Y」)、確率設定変更中(設定可変状態中)の処理を開始して、まず、RAM異常フラグがセットされているか否かを判定する(A1030)。RAM異常フラグがセットされている場合に(A1030の結果が「Y」)、確率設定値が正しいものであるか不明であるため、RAM111cの確率設定値領域に記憶されている確率設定値をクリアし初期値(例えば最低設定値「1」)にしてから(A1031)、確率設定変更中であることを示す確率設定変更中フラグをセットする(A1032)。RAM異常フラグがセットされていない場合に(A1030の結果が「N」)、確率設定値をクリアせずに、確率設定変更中フラグをセットする(A1032)。次に、確率設定変更中のコマンドを演出制御装置300(演出制御基板)に送信し(A1033)、ステップA1037の処理に移行する。なお、確率設定変更中のコマンドを受信した演出制御装置300は、確率設定変更中であることを表示装置41などにおいて報知する。 When both the setting key switch 93 and the RAM initialization switch 112 are on (result of A1021 is "Y"), the game control device 100 starts the process of changing the probability setting (in the setting variable state) and first determines whether the RAM abnormality flag is set (A1030). When the RAM abnormality flag is set (result of A1030 is "Y"), it is unclear whether the probability setting value is correct, so the probability setting value stored in the probability setting value area of the RAM 111c is cleared to the initial value (for example, the minimum setting value "1") (A1031), and then the probability setting change flag indicating that the probability setting is being changed is set (A1032). When the RAM abnormality flag is not set (result of A1030 is "N"), the probability setting value is not cleared, and the probability setting change flag is set (A1032). Next, a command for changing the probability setting is sent to the performance control device 300 (performance control board) (A1033), and the process proceeds to step A1037. In addition, when the performance control device 300 receives a command indicating that the probability setting is being changed, it notifies the display device 41 or the like that the probability setting is being changed.

遊技制御装置100は、設定キースイッチ93及びRAM初期化スイッチ112の少なくとも一方がオフであり(A1021の結果が「N」)、RAM異常フラグがセットされておらず(A1022の結果が「N」)、且つ、確率設定変更中フラグがセットされていない場合に(A1023の結果が「N」)、設定キースイッチ93がオンであるか否かを判定する(A1034)。設定キースイッチ93がオンである場合に(A1034の結果が「Y」)、RAM初期化スイッチ112はオフということになり、確率設定確認中(設定確認状態中)の処理が開始して、確率設定確認中であることを示す確率設定確認中フラグをセットする(A1035)。そして、確率設定確認中のコマンドを演出制御装置300(演出制御基板)に送信し(A1036)、ステップA1037の処理に移行する。なお、確率設定変更中のコマンドを受信した演出制御装置300は、確率設定確認中であることを表示装置41などにおいて報知する。 When at least one of the setting key switch 93 and the RAM initialization switch 112 is off (result of A1021 is "N"), the RAM abnormality flag is not set (result of A1022 is "N"), and the probability setting change flag is not set (result of A1023 is "N"), the game control device 100 judges whether the setting key switch 93 is on or not (A1034). When the setting key switch 93 is on (result of A1034 is "Y"), the RAM initialization switch 112 is off, and the process of checking the probability setting (in the setting check state) starts, and the probability setting check flag indicating that the probability setting is being checked is set (A1035). Then, the game control device 100 transmits a command for checking the probability setting to the performance control device 300 (performance control board) (A1036), and proceeds to the process of step A1037. The performance control device 300 that receives the command for changing the probability setting notifies the display device 41 or the like that the probability setting is being checked.

ステップA1033又はステップA1036の後に、遊技制御装置100は、確率設定変更中と確率設定確認中の共通の処理として、ステップA1037からA1043の処理を実行する。 After step A1033 or step A1036, the game control device 100 executes steps A1037 to A1043 as common processing during probability setting change and probability setting confirmation.

遊技制御装置100は、まず、確率設定変更中と確率設定確認中においてセキュリティ信号を出力するために、セキュリティ信号制御タイマ領域に128ms(所定時間)をセーブする(A1037)。なお、セキュリティ信号制御タイマのカウントとセキュリティ信号の出力は、後述の確率設定変更/確認処理(図15)において実行されるが、確率設定変更又は確率設定確認が早期に終了した場合には、残りのセキュリティ信号制御タイマのカウントとセキュリティ信号の出力は、外部情報編集処理(A1319)で実行される。確率設定変更中と確率設定確認中において、少なくとも50msは、セキュリティ信号は出力される。 The game control device 100 first saves 128 ms (a specified time) in the security signal control timer area in order to output a security signal while the probability setting is being changed and while the probability setting is being confirmed (A1037). Note that the count of the security signal control timer and the output of the security signal are executed in the probability setting change/confirmation process (FIG. 15) described below, but if the probability setting change or probability setting confirmation ends early, the remaining count of the security signal control timer and the output of the security signal are executed in the external information editing process (A1319). The security signal is output for at least 50 ms while the probability setting is being changed and while the probability setting is being confirmed.

次に、遊技制御装置100は、割込みを許可する(A1038)。これにより、タイマ割込み処理(図9)が実行可能となる。そして、設定キースイッチ93がオフであるか否かを判定する(A1039)。設定キースイッチ93がオンである場合に(A1039の結果が「N」)、停電が発生しているか否かを判定する(A1040)。停電が発生していない場合に(A1040の結果が「N」)、ステップA1039の処理に戻る。一方、停電が発生している場合に(A1040の結果が「Y」)、ステップA1063-A1069の停電発生時の処理を実行する。 Next, the game control device 100 permits an interrupt (A1038). This allows the timer interrupt process (Figure 9) to be executed. Then, it is determined whether or not the setting key switch 93 is off (A1039). If the setting key switch 93 is on (the result of A1039 is "N"), it is determined whether or not a power outage has occurred (A1040). If a power outage has not occurred (the result of A1040 is "N"), the process returns to step A1039. On the other hand, if a power outage has occurred (the result of A1040 is "Y"), the process for when a power outage occurs in steps A1063-A1069 is executed.

このように、設定キースイッチ93がオンであり、停電が発生していない限り、確率設定値を変更可能な設定可変状態(設定変更状態、設定変更モード)、又は、確率設定値を確認可能な設定確認状態(設定確認モード)が継続される。 In this way, as long as the setting key switch 93 is on and no power outage has occurred, the setting variable state (setting change state, setting change mode) in which the probability setting value can be changed, or the setting confirmation state (setting confirmation mode) in which the probability setting value can be confirmed, will continue.

一方、遊技制御装置100は、設定キースイッチ93がオフである場合に(A1039の結果が「Y」)、割込みを禁止し(A1041)、報知終了のコマンドを演出制御装置300(演出制御基板)に送信する(A1042)。なお、報知終了のコマンドを受信した演出制御装置300は、確率設定確認中であることの報知又は確率設定変更中であることの報知を終了する。 On the other hand, when the setting key switch 93 is off (result of A1039 is "Y"), the game control device 100 prohibits interrupts (A1041) and sends a command to end the notification to the presentation control device 300 (presentation control board) (A1042). Note that upon receiving the command to end the notification, the presentation control device 300 ends the notification that the probability setting is being checked or that the probability setting is being changed.

次に、遊技制御装置100は、確率設定変更中フラグがセットされているか否か、即ち、これまで確率設定変更中であったか否かを判定する(A1043)。確率設定変更中フラグがセットされている場合に(A1043の結果が「Y」)、即ち、これまで確率設定変更中であった場合に、ステップA1045-A1047のRAM初期化処理(後述)を実行する。一方、確率設定変更中フラグがセットされていない場合に(A1043の結果が「N」)、即ち、これまで確率設定確認中であった場合に、ステップA1048以降の電源投入時(電源復旧時)の通常の処理を実行する。 Next, the game control device 100 judges whether the probability setting change flag is set or not, i.e., whether the probability setting has been changed up until now (A1043). If the probability setting change flag is set (result of A1043 is "Y"), i.e., if the probability setting has been changed up until now, the game control device 100 executes the RAM initialization process (described below) of steps A1045-A1047. On the other hand, if the probability setting change flag is not set (result of A1043 is "N"), i.e., if the probability setting has been confirmed up until now, the game control device 100 executes the normal process when the power is turned on (when the power is restored) from step A1048 onwards.

遊技制御装置100は、設定キースイッチ93がオフである場合に(A1034の結果が「N」)、RAM初期化スイッチ112がオンであるか否かを判定する(A1044)。RAM初期化スイッチ112がオンである場合に(A1044の結果が「Y」)、RAM111cにおいて、確率設定値を記憶するための確率設定値領域以外のRAM領域を0クリアする(A1045)。即ち、確率設定値領域で記憶されている確率設定値を除いて、RAM111cに記憶された遊技情報は0クリアされる。ここで、前述の確率設定変更中フラグもここでクリアされる。また、所定時間周期内(ここではタイマ割込みの1割込み内)において獲得した賞球の数(合計)である獲得遊技球数を格納する獲得遊技球数領域も0クリアされる。そして、安全装置(前述)が作動中であるか否かを示す安全装置作動中フラグを格納する安全装置作動中フラグ領域も0クリアされ(安全装置作動中フラグ=0)、安全装置の作動が解除される。なお、ステップA1045において、設定変更を伴うRAMクリア(A1043の結果が「Y」の場合)と、設定変更を伴わないRAMクリア(A1044の結果が「Y」の場合)の何れの場合でも、安全装置作動中フラグ領域を0クリアすることによって安全装置の作動が解除されるが、安全装置の作動が解除されるのは片方の場合に限定してもよい。即ち、ステップA1045のRAMクリア時に、安全装置作動中フラグ領域を0クリアしない場合があってよい。 When the setting key switch 93 is off (result of A1034 is "N"), the game control device 100 judges whether the RAM initialization switch 112 is on or not (A1044). When the RAM initialization switch 112 is on (result of A1044 is "Y"), the RAM areas other than the probability setting value area for storing the probability setting value in the RAM 111c are cleared to 0 (A1045). That is, the game information stored in the RAM 111c is cleared to 0, except for the probability setting value stored in the probability setting value area. Here, the probability setting change flag described above is also cleared here. In addition, the number of acquired game balls area that stores the number of acquired game balls, which is the number of prize balls (total) acquired within a predetermined time period (here, within one interruption of the timer interrupt), is also cleared to 0. Then, the safety device operation flag area that stores the safety device operation flag indicating whether the safety device (described above) is in operation or not is also cleared to 0 (safety device operation flag = 0), and the operation of the safety device is released. In step A1045, the safety device is deactivated by clearing the safety device activation flag area to 0 in either the RAM clear with a setting change (when the result of A1043 is "Y") or without a setting change (when the result of A1044 is "Y"), but deactivation of the safety device may be limited to only one of the two cases. In other words, when clearing the RAM in step A1045, there may be cases where the safety device activation flag area is not cleared to 0.

また、ここでは、確率設定値領域の他に、スタック領域や未使用領域をクリアしない構成や、性能情報やその表示(性能表示)に関連する性能表示用ワーク領域(領域外ワーク領域の一部)とスタック領域(領域外スタック領域)をクリアしなくてよい。なお、性能情報は、入賞により得られた賞球数に基づいて導出されるもので、例えば、出玉率、ベース値(通常遊技状態における出玉率)、役物比率、排出球数などである。 In addition, here, in addition to the probability setting value area, there is a configuration in which the stack area and unused area are not cleared, and there is no need to clear the performance display work area (part of the outside work area) and stack area (outside stack area) related to performance information and its display (performance display). Note that performance information is derived based on the number of winning balls obtained by winning, and is, for example, the ball output rate, base value (ball output rate in normal gameplay), role ratio, number of balls discharged, etc.

次に、遊技制御装置100は、初期化すべき領域にRAM初期化時の初期値をセーブする(A1046)。そして、RAM初期化時のコマンドを演出制御装置300(演出制御基板)に送信し(A1047)、ステップA1052の処理に移行する。なお、ステップA1045で0クリアされない領域は、初期化すべき領域から除かれる。 Next, the game control device 100 saves the initial values at the time of RAM initialization in the area to be initialized (A1046). Then, it sends a command at the time of RAM initialization to the performance control device 300 (performance control board) (A1047) and proceeds to processing in step A1052. Note that areas that are not cleared to 0 in step A1045 are excluded from the areas to be initialized.

一方、遊技制御装置100は、RAM初期化スイッチ112がオフである場合に(A1044の結果が「N」)、設定キースイッチ93とRAM初期化スイッチ112が両方ともオフであるため、通常の電源投入時(停電からの電源復旧時)の処理を開始し、停電復旧処理として初期化すべき領域に停電復旧時(復電時)の初期値をセーブする(A1048)。ここでの初期化すべき領域は、領域内ワーク領域(図6)の停電検査領域1、停電検査領域2、チェックサム領域を含む。その他、通常の電源投入時にエラーは全て再監視になるため、初期化すべき領域は、領域内ワーク領域と領域外ワーク領域(図6)のいずれでもエラー又はエラー監視に関する領域(エラーに関する試験信号出力データの領域など)を含む。また、前述の確率設定確認中フラグもここでクリア(初期化)される。ステップA1048で初期化すべき領域は、必要に応じて追加してよい。なお、RAM初期化時とは異なり、通常の電源投入時には、領域内ワーク領域(図6)の安全装置作動中フラグ領域は、安全装置の作動が解除されないように、クリア(初期化)されず値が維持される。 On the other hand, when the RAM initialization switch 112 is off (result of A1044 is "N"), the game control device 100 starts normal power-on processing (when power is restored from a power outage) because both the setting key switch 93 and the RAM initialization switch 112 are off, and saves the initial value at the time of power recovery (when power is restored) in the area to be initialized as the power outage recovery processing (A1048). The areas to be initialized here include the power outage inspection area 1, the power outage inspection area 2, and the checksum area in the work area inside the area (Figure 6). In addition, since all errors are re-monitored when the power is turned on normally, the areas to be initialized include areas related to errors or error monitoring (such as the area of test signal output data related to errors) in both the work area inside the area and the work area outside the area (Figure 6). In addition, the probability setting confirmation flag described above is also cleared (initialized) here. Areas to be initialized in step A1048 may be added as necessary. Unlike when the RAM is initialized, when the power is turned on normally, the safety device activation flag area in the work area (Figure 6) is not cleared (initialized) and its value is maintained so that the safety device is not deactivated.

また、領域外ワーク領域の安全装置に関する安全装置関連ワーク領域(後述の安全装置カウンタ領域、安全装置作動情報領域、旧作動情報領域)は、ステップA1048では初期化されないが、後述の安全装置情報初期化処理(A1053)で初期化される。なお、安全装置カウンタ領域の安全装置カウンタ値(差玉数に関する情報)が初期化されることによって、差玉数に関して安全装置の作動(遊技停止状態の発生)までの余地(差玉数の許容範囲、差玉数の限度)を大きくできる。領域外ワーク領域の性能表示用ワーク領域もステップA1048では初期化されないが、後述のように性能表示編集処理(A1059)で初期化されることがある。 In addition, the safety device-related work areas related to the safety devices in the outside work area (safety device counter area, safety device activation information area, and old activation information area described below) are not initialized in step A1048, but are initialized in the safety device information initialization process (A1053) described below. Note that by initializing the safety device counter value (information related to the difference in the number of balls) in the safety device counter area, it is possible to increase the margin (tolerance of the difference in the number of balls, limit on the difference in the number of balls) before the safety device is activated (occurrence of a game stop state) in terms of the difference in the number of balls. The work area for performance display in the outside work area is also not initialized in step A1048, but may be initialized in the performance display editing process (A1059) described below.

また、RAM初期化のない通常の電源投入時(停電からの電源復旧時)のステップA1048において、電源投入後又は大当り終了後に確変状態以外の状態で特図変動表示ゲームが実行された実行回数を示す天井カウンタ値が格納される天井カウンタ領域(後述)も、遊技者に不利益にならないようにクリア(初期化)されず値が維持されてよい。後述のように天井カウンタ値が天井回数になると時短状態になるが(図36B)、天井カウンタ値がクリア(初期化)されないことによって、時短状態の発生までの(天井回数までの)残りのゲーム回数は電源投入によって変わらず、遊技者は不利益を受けない。 In addition, in step A1048 during normal power-on without RAM initialization (when power is restored from a power outage), the ceiling counter area (described below) in which the ceiling counter value indicating the number of times the special chart variable display game has been executed in a state other than the high probability variable state after power-on or after the end of a jackpot is stored may also be maintained without being cleared (initialized) so as not to cause any disadvantage to the player. As described below, when the ceiling counter value reaches the ceiling number, the time-saving state is entered (FIG. 36B), but since the ceiling counter value is not cleared (initialized), the number of games remaining (up to the ceiling number) until the time-saving state occurs does not change when power is turned on, and the player is not disadvantaged.

なお、この実行回数(即ち天井カウンタ値)又は天井までの残りのゲーム回数(天井回数-実行回数)が、後述の変動回数表示677(図92、図100等参照)によって表示装置41に表示される場合、演出制御装置300は、通常の電源投入時に、変動回数表示677と天井カウンタ領域の天井カウンタ値の整合を取ってよいし、整合を取らずに変動回数表示677を初期値0にして表示してよい。なお、整合を取らない場合には、変動回数表示677は、天井カウンタ値を反映しない値を表示することになる。 When this number of executions (i.e., the ceiling counter value) or the remaining number of games until the ceiling (ceiling number of executions - number of executions) is displayed on the display device 41 by the variable number of executions display 677 (see Figures 92, 100, etc.) described below, the performance control device 300 may, at normal power-on, either match the variable number of executions display 677 with the ceiling counter value in the ceiling counter area, or display the variable number of executions display 677 as an initial value of 0 without matching. When there is no matching, the variable number of executions display 677 will display a value that does not reflect the ceiling counter value.

同様に、ステップA1048において、遊技場側(遊技店側)の不利益にならないように、時短状態における特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲーム)の残りの実行回数に対応する時間短縮変動回数1(後述)が格納される時間短縮変動回数1領域と、時短状態における特図2変動表示ゲームの残りの実行回数に対応する時間短縮変動回数2(後述)が格納される時間短縮変動回数2領域もクリア(初期化)されず値が維持されてよい。また、回数切りタイプ(ST)の確変状態が存在する機種では、遊技場側の不利益にならないように、確変状態における特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲーム)の残りの実行回数に対応する高確率変動回数が格納される高確率変動回数領域(STカウンタ)もクリア(初期化)されず値が維持されてよい。また、連続して発生する大当りの回数(後述の連チャンの回数でもよい)に制限(リミット)が設けられる機種では、遊技場側の不利益にならないように、連続して発生した大当りの回数が格納される大当り回数領域もクリア(初期化)されず値が維持されてよい。 Similarly, in step A1048, in order to avoid any disadvantage to the gaming facility (game store), the time-saving variation count 1 area in which the time-saving variation count 1 (described later) corresponding to the remaining number of times the special chart variation display game (special chart 1 variation display game and special chart 2 variation display game) is executed in the time-saving state and the time-saving variation count 2 area in which the time-saving variation count 2 (described later) corresponding to the remaining number of times the special chart 2 variation display game is executed in the time-saving state may not be cleared (initialized) and the value may be maintained. Also, in a machine in which a special chart variation state of the number-cut type (ST) exists, in order to avoid any disadvantage to the gaming facility, the high probability variation count area (ST counter) in which the high probability variation count corresponding to the remaining number of times the special chart variation display game (special chart 1 variation display game and special chart 2 variation display game) is executed in the special chart variation state may not be cleared (initialized) and the value may be maintained. Also, in machines where there is a limit on the number of consecutive jackpots (which may be the number of consecutive wins, as described below), the jackpot count area in which the number of consecutive jackpots is stored may not be cleared (initialized) and the value may be maintained so as not to disadvantage the gaming center.

次に、後述の特図ゲーム処理等を合理的に実行するために用意されている処理番号に対応する停電復旧時のコマンドを演出制御装置300(演出制御基板)に送信し(A1049)、ステップA1050の処理に移行する。 Next, a command for when the power outage is restored that corresponds to the processing number prepared to rationally execute the special game processing described below is sent to the performance control device 300 (performance control board) (A1049), and the process proceeds to step A1050.

なお、ステップA1047の処理で送信されるRAM初期化時のコマンド及びステップA1049の処理で送信される停電復旧時のコマンドには、遊技機の種類を示す機種指定コマンド、特図1、2の保留数を示す飾り特図1保留数コマンド及び飾り特図2保留数コマンド、確率の状態(高確率状態又は低確率状態)や時短状態の有無を示す確率情報コマンド、所定の演出モードで特図変動表示ゲームが実行された回数を示す演出回数情報コマンド、電源投入されたこと示す停電復旧コマンドが含まれる。 The commands sent in step A1047 for initializing the RAM and the commands sent in step A1049 for recovering from a power outage include a model designation command indicating the type of gaming machine, a decorative special chart 1 reserved number command and a decorative special chart 2 reserved number command indicating the number of reserved special charts 1 and 2, a probability information command indicating the probability state (high probability state or low probability state) and whether or not a time-saving state is in effect, a performance count information command indicating the number of times the special chart variation display game has been executed in a specified performance mode, and a power outage recovery command indicating that the power has been turned on.

さらに、RAM初期化時のコマンド及び停電復旧時のコマンドには、遊技機10の確率設定値(設定値)の情報である設定値情報(設定情報)を示す設定値情報コマンド(確率設定値情報コマンド)が含まれる。遊技制御装置100は、電源の復旧(投入)時に、一度だけ設定値情報コマンドを演出制御装置300に送信するだけでよく、以降、演出制御装置300は自身が記憶した設定値情報を参照して演出制御を行える。 Furthermore, the command for initializing the RAM and the command for restoring power after a power outage include a setting value information command (probability setting value information command) that indicates setting value information (setting information), which is information on the probability setting value (setting value) of the gaming machine 10. The gaming control device 100 only needs to send the setting value information command to the presentation control device 300 once when the power is restored (turned on), and thereafter the presentation control device 300 can control the presentation by referring to the setting value information stored in itself.

なお、RAM初期化時のコマンドには、RAM初期化のコマンド(RAMクリアのコマンド)も含まれる。RAM初期化のコマンドを受信した演出制御装置300は、例えば、表示装置41に客待ちデモを表示し、盤装飾装置46等のLEDとスピーカの音でRAM初期化(RAMクリア)の報知を30秒間行う。また、停電復旧時のコマンドには、表示装置41の画面の表示内容を指定する画面指定のコマンドが含まれる。なお、画面指定のコマンドは、特図1、2について共に普段処理中では(変動中でも当り中でもないとき)、客待ちデモコマンドであり、それ以外なら復旧画面コマンドでよい。また、停電復旧時のコマンドには、前述のように変動回数表示677と天井カウンタ値の整合を取るために、天井カウンタ値を示すコマンドが含まれてよい。 The command for initializing the RAM also includes a command for initializing the RAM (a command for clearing the RAM). The performance control device 300, which has received the command for initializing the RAM, displays a demo of waiting for customers on the display device 41, and notifies the user of the RAM initialization (RAM clear) for 30 seconds using the LEDs and speakers of the board decoration device 46, etc. The command for recovering from the power outage also includes a screen designation command that specifies the display content on the screen of the display device 41. The screen designation command is a demo of waiting for customers command during normal processing for both special charts 1 and 2 (when neither fluctuating nor winning), and may be a recovery screen command otherwise. The command for recovering from the power outage may also include a command indicating the ceiling counter value in order to align the fluctuation count display 677 with the ceiling counter value, as described above.

次に、安全装置が作動中であるか否か判定する(A1050)。例えば、安全装置作動中フラグとして、安全装置が作動中であることを示す「1」が、安全装置作動中フラグ領域にセーブされている場合に安全装置が作動中であると判定できる(安全装置作動中フラグ=1)。そして、安全装置が作動中である場合に(A1050の結果が「Y」)、安全装置が作動中であることを示す安全装置作動中のコマンドを演出制御装置300(演出制御基板)に送信し(A1051)、ステップA1052の処理に移行する。安全装置が作動中でない場合に(A1050の結果が「N」)、そのままステップA1052の処理に移行する。 Next, it is determined whether the safety device is in operation (A1050). For example, it can be determined that the safety device is in operation when the safety device in operation flag "1" is saved in the safety device in operation flag area as the safety device in operation flag (safety device in operation flag = 1). Then, if the safety device is in operation (the result of A1050 is "Y"), a safety device in operation command indicating that the safety device is in operation is sent to the performance control device 300 (performance control board) (A1051), and processing proceeds to step A1052. If the safety device is not in operation (the result of A1050 is "N"), processing proceeds directly to step A1052.

そして、フラグレジスタの情報(値)を領域内スタック領域に退避(PUSH)し(A1052)、安全装置に関連する安全装置情報(後述の安全装置カウンタ値、安全装置作動情報、旧作動情報など)を初期化する安全装置情報初期化処理を実行する(A1053)。その後、フラグレジスタの情報を復帰(POP)する(A1054)。なお、RAM異常による遊技停止時(A1025-A1026)を除いて、電源投入すると無条件に安全装置情報(安全装置カウンタ値など)を初期化(クリア)するようにしたが、カウント継続スイッチを設けて、カウント継続スイッチを押しながら電源投入すると安全装置情報を初期化(クリア)しなくてよい。 Then, the information (value) of the flag register is pushed to the internal stack area (A1052), and a safety device information initialization process is executed (A1053) to initialize the safety device information related to the safety devices (such as the safety device counter value, safety device operation information, and old operation information described below). After that, the information of the flag register is restored (POP) (A1054). Note that, except when game play is stopped due to a RAM abnormality (A1025-A1026), the safety device information (such as the safety device counter value) is unconditionally initialized (cleared) when the power is turned on. However, if a count continuation switch is provided and the power is turned on while pressing the count continuation switch, it is not necessary to initialize (clear) the safety device information.

なお、後述のように、安全装置情報初期化処理に移行する際に、スタックポインタを遊技制御に関連する領域内スタック領域から安全装置情報や性能情報や性能表示(性能情報の表示)に関連する領域外スタック領域に切り替える。その際、遊技制御用のスタックポインタをRAM111cのスタックポインタ保存領域に保存する時にフラグレジスタのフラグ(特にゼロフラグ)が変化する可能性があるため、ステップA1052において事前にフラグレジスタの情報を退避しておく。フラグレジスタは、8ビットの各ビットが0又は1の値をとるフラグになっている。なお、フラグレジスタについては、特開2013-233299号公報や特開2018-94101号公報等に開示されたものが使用できる。 As described below, when the process transitions to the safety device information initialization process, the stack pointer is switched from an in-area stack area related to game control to an out-area stack area related to safety device information, performance information, and performance display (display of performance information). At that time, since there is a possibility that the flags (especially the zero flag) in the flag register will change when the stack pointer for game control is saved in the stack pointer saving area of RAM 111c, the flag register information is saved in advance in step A1052. The flag register is an 8-bit flag in which each bit takes the value of 0 or 1. Note that the flag register disclosed in JP 2013-233299 A, JP 2018-94101 A, etc. can be used.

次に、遊技制御装置100は、乱数生成回路を起動設定する(A1055)。具体的には、乱数生成回路内の所定のレジスタ(CTC更新許可レジスタ)に乱数生成回路を起動させるためのコード(指定値)の設定などがCPU111aによって行われる。また、乱数生成回路のハードウェアで生成されるハード乱数のビット転置パターンの設定も行われる。なお、本実施形態において、乱数生成回路は、ハードウェアのみで更新される乱数として、大当り乱数、当り図柄乱数(大当り図柄乱数、小当り図柄乱数、サポ当り図柄乱数等)、普図の当り乱数、及び、変動パターン乱数1~3を生成する。これら乱数は、動作クロックと同等以上の速度のクロックを基にして更新される所謂「高速カウンタ」でよい。 Next, the game control device 100 activates and sets the random number generation circuit (A1055). Specifically, the CPU 111a sets a code (specified value) for activating the random number generation circuit in a specified register (CTC update permission register) in the random number generation circuit. The bit transposition pattern of the hard random numbers generated by the hardware of the random number generation circuit is also set. In this embodiment, the random number generation circuit generates jackpot random numbers, winning pattern random numbers (jackpot random numbers, small winning pattern random numbers, support winning pattern random numbers, etc.), normal winning random numbers, and variable pattern random numbers 1 to 3 as random numbers updated only by hardware. These random numbers may be so-called "high-speed counters" that are updated based on a clock that is equal to or faster than the operating clock.

ビット転置パターンとは、抽出した乱数のビット配置(上段のビット転置前の配置)を、予め定められた順で入れ替えて異なるビット配置(下段のビット転置後の配置)として格納する際の入れ替え方を定めるパターンである。 A bit transposition pattern is a pattern that determines how the bit arrangement of an extracted random number (the arrangement before bit transposition in the upper row) is rearranged in a predetermined order and stored as a different bit arrangement (the arrangement after bit transposition in the lower row).

本実施形態では、ビット転置パターンに従い乱数のビットを入れ替えることで、乱数の規則性を崩すことができるとともに、乱数の秘匿性を高めることができる。なお、ビット転置パターンは、固定された単一のパターンであってもよいし、予め用意された複数のパターンから選択するようにしてもよい。また、ユーザーが任意に設定できるようにしてもよい。 In this embodiment, by swapping the bits of the random numbers according to a bit permutation pattern, it is possible to break the regularity of the random numbers and increase the confidentiality of the random numbers. The bit permutation pattern may be a single fixed pattern, or may be selected from a number of patterns prepared in advance. It may also be possible for the user to set it arbitrarily.

次に、遊技制御装置100は、割込みを禁止し(A1056)、遊技停止中であるか否かを判定する(A1057)。安全装置が作動した場合(安全装置作動中フラグ=1の場合)や、遊技(特図変動表示ゲームや普図変動表示ゲームやラウンド遊技等)を停止する必要のある強エラー2(後述)が発生している場合に、遊技停止中であると判定できる。 Next, the game control device 100 prohibits interrupts (A1056) and determines whether or not the game is stopped (A1057). It can determine that the game is stopped if the safety device is activated (if the safety device activation flag is 1) or if a strong error 2 (described later) that requires the game (such as the special chart change display game, the regular chart change display game, or the round game) has occurred.

遊技制御装置100は、遊技停止中でない場合に(A1057の結果が「N」)、フラグレジスタの情報(値)を領域内スタック領域に退避(PUSH)して(A1058)、ベース値(出玉率)などの性能情報を計算する性能表示編集処理を実行する(A1059)。ここで、性能情報(役物比率や出玉率など)を計算してよい。また、性能情報やその表示(性能表示)に関連する性能表示用ワーク領域(領域外ワーク領域の一部)に異常がある場合に、これをクリアしてもよい。その後、フラグレジスタの情報を復帰(POP)して(A1060)、割込みを許可する(A1061)。エラーが全く発生していない場合の他に、強エラー2以外のエラーである弱エラー(後述)又は強エラー1(後述)が発生している場合も、遊技停止中でなく、性能表示編集処理等を含めてステップA1058-A1060の処理が実行される。なお、弱エラー又は強エラー1が発生している場合に、ステップA1058-A1060の処理を実行しない構成も可能である。 When the game is not stopped (result of A1057 is "N"), the game control device 100 saves (PUSHes) the information (value) of the flag register to the in-area stack area (A1058) and executes the performance display editing process to calculate performance information such as the base value (ball payout rate) (A1059). Here, the performance information (such as the ratio of the role and the ball payout rate) may be calculated. In addition, if there is an abnormality in the performance display work area (part of the out-of-area work area) related to the performance information or its display (performance display), this may be cleared. After that, the information of the flag register is restored (POP) (A1060) and an interrupt is permitted (A1061). In addition to when no error has occurred, when an error other than the strong error 2, such as a weak error (described later) or a strong error 1 (described later), has occurred, the game is not stopped and the processing of steps A1058-A1060 is executed, including the performance display editing process. It is also possible to configure the system so that steps A1058-A1060 are not executed if a weak error or strong error 1 occurs.

なお、後述のように、性能表示編集処理に移行する際に、スタックポインタを遊技制御に関連する領域内スタック領域から安全装置情報や性能情報や性能表示(性能情報の表示)に関連する領域外スタック領域に切り替える。その際、遊技制御用のスタックポインタをRAM111cのスタックポインタ保存領域に保存する時にフラグレジスタのフラグ(特にゼロフラグ)が変化する可能性があるため、ステップA1058において事前にフラグレジスタの情報を退避しておく。 As described below, when moving to the performance display editing process, the stack pointer is switched from an in-area stack area related to game control to an out-of-area stack area related to safety device information, performance information, and performance display (display of performance information). At that time, since there is a possibility that the flags in the flag register (especially the zero flag) will change when the stack pointer for game control is saved in the stack pointer saving area of RAM 111c, the information in the flag register is saved in advance in step A1058.

一方、遊技制御装置100は、遊技停止中である場合に(A1057の結果が「Y」)、性能表示編集処理等を実行することなく、割込みを許可する(A1061)。即ち、安全装置が作動した場合や強エラー2が発生している場合に、性能表示編集処理(特に、性能表示編集処理中のベース値算出処理)が実行されないため、ベース値などの性能情報が新たに計算されず変化しない。なお、強エラー2が発生しても、遊技停止とせず、性能表示編集処理等を実行する構成も可能である。また、割込みの許可により、タイマ割込み処理(図9)が実行可能となる。 On the other hand, when play is stopped (result of A1057 is "Y"), the game control device 100 allows an interrupt (A1061) without executing the performance display editing process, etc. In other words, when the safety device is activated or strong error 2 occurs, the performance display editing process (particularly the base value calculation process during the performance display editing process) is not executed, so performance information such as the base value is not newly calculated and does not change. Note that it is also possible to configure the device to execute the performance display editing process, etc. without stopping play, even if strong error 2 occurs. Also, by allowing an interrupt, it becomes possible to execute the timer interrupt process (Figure 9).

本実施形態において、エラーは、弱エラー、強エラー1、強エラー2の3つに区分けされる。なお、エラー/不正系のコマンドを受信した演出制御装置300は、エラー/不正設定処理(B1316)で、弱エラー、強エラー1、強エラー2に対応した異なる強さのエラー報知を設定して実行できる。 In this embodiment, errors are divided into three categories: weak error, strong error 1, and strong error 2. When the performance control device 300 receives an error/illegal command, it can set and execute error notifications of different strengths corresponding to weak error, strong error 1, and strong error 2 in the error/illegal setting process (B1316).

例えば、演出制御装置300は、スピーカからのエラーの報知音の音量、又は、エラー報知のために発光するLED(盤装飾装置46又は枠装飾装置18の演出用LED)の輝度(明るさ)を、弱エラー<強エラー1≦強エラー2の順に大きくしてもよい。なお、強エラー1と強エラー2のスピーカの音量又はLEDの輝度を同じにしてもよい。また、演出制御装置300は、弱エラーの発生した場合に、報知音の音量をホール・遊技者設定モード処理(B0011)で調整した音量(最大の音量以下)にし、強エラー1と強エラー2の発生した場合に、報知音の音量を最大の音量にしてよい。 For example, the performance control device 300 may increase the volume of the error notification sound from the speaker or the brightness (brightness) of the LED (performance LED of the board decoration device 46 or frame decoration device 18) that lights up to notify errors in the order of weak error < strong error 1 ≦ strong error 2. The speaker volume or LED brightness for strong error 1 and strong error 2 may be the same. Furthermore, the performance control device 300 may set the volume of the notification sound to the volume adjusted in the hall/player setting mode processing (B0011) (below maximum volume) when a weak error occurs, and set the volume of the notification sound to maximum volume when strong error 1 and strong error 2 occur.

弱エラーは、払出前の遊技球の不足に対応してシュート球切れスイッチ信号が発生するようなシュート球切れエラーと、下皿23が満杯になったことに対応してオーバーフロースイッチ信号が発生するようなオーバーフローエラーを含む。弱エラーでは、外部情報信号は外部情報端子71に出力されない(図54A参照)。また、弱エラーに、スイッチ異常エラーや、払出異常を示すステータス信号が発生する払出異常エラーを含めてもよい。 Weak errors include a shoot ball out error in which a shoot ball out switch signal is generated in response to a shortage of game balls before payout, and an overflow error in which an overflow switch signal is generated in response to the lower tray 23 being full. In the case of a weak error, an external information signal is not output to the external information terminal 71 (see FIG. 54A). Weak errors may also include a switch abnormality error and a payout abnormality error in which a status signal indicating a payout abnormality is generated.

強エラー1は、枠開放に関する枠開放エラーであり、ガラス枠開放エラーと本体枠開放エラー(前面枠開放エラー)を含む。強エラー1では、外部情報信号として扉・枠開放信号(A9305)が外部情報端子71に出力される(図54A参照)。 Strong error 1 is a frame opening error related to frame opening, and includes a glass frame opening error and a main frame opening error (front frame opening error). In strong error 1, a door/frame opening signal (A9305) is output to the external information terminal 71 as an external information signal (see Figure 54A).

強エラー2は、不正に関係する不正系エラーであり遊技停止とすることが好ましく、磁石不正、盤電波不正、枠電波不正、振動不正、異常排出エラー、V通過エラー、大入賞口不正、普電不正を含む。強エラー2では、外部情報信号としてセキュリティ信号(A9322)が外部情報端子71に出力される(図54A参照)。また、強エラー2に残存球エラーを含めてもよい。強エラー2が発生している場合に、遊技(特図変動表示ゲームと普図変動表示ゲームやラウンド遊技等)は停止され、遊技停止中であると判定できる(A1057)。また、強エラー2が発生している場合に、安全装置が作動した場合と同じく、遊技として特図変動表示ゲーム、普図変動表示ゲーム、及び、ラウンド遊技(大当り中や小当り中での遊技)等が実行できない遊技停止状態(遊技不可状態、遊技禁止状態)を発生可能である。 Strong error 2 is an error related to fraud and preferably causes the game to be stopped, and includes magnet fraud, board radio wave fraud, frame radio wave fraud, vibration fraud, abnormal discharge error, V-pass error, big prize entry port fraud, and regular power fraud. In strong error 2, a security signal (A9322) is output to the external information terminal 71 as an external information signal (see FIG. 54A). Strong error 2 may also include a remaining ball error. When strong error 2 occurs, the game (special chart change display game, regular chart change display game, round game, etc.) is stopped, and it can be determined that the game is stopped (A1057). Also, when strong error 2 occurs, it is possible to generate a game stop state (unplayable state, game prohibited state) in which the special chart change display game, regular chart change display game, and round game (play during a big win or small win) cannot be played as games, just like when the safety device is activated.

遊技制御装置100は、ステップA1061の後に、停電が発生しているか否かを判定する(A1062)。停電が発生していない場合に(A1062の結果が「N」)、ステップA1056の処理に戻る。これにより、停電が発生するまで、ステップA1056-A1062のループ処理が繰り返される。そして、停電が発生するまでは、遊技停止にならない限り、即ち、安全装置が作動したり強エラー2が発生しない限り、性能表示編集処理(A1059)においてベース値などの性能情報が繰り返し計算できる。 After step A1061, the game control device 100 determines whether or not a power outage has occurred (A1062). If a power outage has not occurred (the result of A1062 is "N"), the process returns to step A1056. This causes the loop process of steps A1056-A1062 to be repeated until a power outage occurs. And until a power outage occurs, performance information such as base values can be repeatedly calculated in the performance display editing process (A1059) as long as game play is not stopped, that is, as long as a safety device is not activated or strong error 2 does not occur.

なお、ループ処理の繰り返しの周期は、タイマ割込みの割込み周期(所定時間周期、例えば4msec)よりもかなり短いため、割込み周期の間に何度も性能表示編集処理が実行される。従って、遊技球の入賞や排出球数の変化(アウト口30bに対する遊技球の入球)等があると、すぐにベース値などの性能情報が変化可能である。 The repetition period of the loop process is much shorter than the timer interrupt period (a predetermined time period, for example, 4 msec), so the performance display editing process is executed many times during the interrupt period. Therefore, if a game ball wins or there is a change in the number of balls discharged (a game ball entering the outlet 30b), the performance information such as the base value can change immediately.

停電が発生した場合に(A1062の結果が「Y」)、遊技制御装置100は、停電発生時の処理を開始し、一旦割込みを禁止し(A1063)、全出力ポートにオフデータを出力する(A1064)。その後、停電検査領域1に停電検査領域チェックデータ1をセーブし(A1065)、停電検査領域2に停電検査領域チェックデータ2をセーブする(A1066)。さらに、RWMの電源遮断時のチェックサムを算出するチェックサム算出処理を実行し(A1067)、さらに、算出したチェックサムをチェックサム領域にセーブする(A1068)。最後に、RWMへのアクセスを禁止する処理を実行し(A1069)、遊技機の電源が遮断されるまで待機する。 When a power outage occurs (result of A1062 is "Y"), the gaming control device 100 starts processing for when a power outage occurs, temporarily prohibits interrupts (A1063), and outputs off data to all output ports (A1064). After that, it saves power outage inspection area check data 1 in power outage inspection area 1 (A1065), and saves power outage inspection area check data 2 in power outage inspection area 2 (A1066). Furthermore, it executes a checksum calculation process to calculate a checksum when the RWM is powered off (A1067), and further saves the calculated checksum in the checksum area (A1068). Finally, it executes a process to prohibit access to the RWM (A1069), and waits until the power to the gaming machine is cut off.

このように、停電検査領域にチェックデータをセーブするとともに、電源遮断時のチェックサムを算出することで、電源の遮断の前にRWMに記憶されていた情報が正しくバックアップされているか否かを電源再投入時に判断することができる。 In this way, by saving the check data in the power outage inspection area and calculating the checksum at the time of power interruption, it is possible to determine whether the information stored in the RWM before the power interruption has been correctly backed up when the power is turned back on.

以上のように、メイン処理について説明したが、例えばステップA1056-A1062の処理中に設定キースイッチとRAM初期化スイッチがオンにされた場合に、ステップA1021と同様の判定処理を行って、ステップA1032と同様に確率設定変更中フラグをセットさせることで、遊技機10が起動している間に何度でも設定可変状態(設定変更モード)に切り替え可能にしてもよい。 The main processing has been described above, but for example, if the setting key switch and RAM initialization switch are turned on during the processing of steps A1056-A1062, a determination process similar to that of step A1021 may be performed, and the probability setting change flag may be set as in step A1032, making it possible to switch to the setting variable state (setting change mode) any number of times while the gaming machine 10 is running.

〔RAM領域の構成例〕
図6は、遊技用マイコン111のRAM111cの構成(アドレス空間におけるメモリマップ)を示す図である。図6のように、RAM111cの先頭アドレスから領域内ワーク領域、未使用領域、領域内スタック領域、未使用領域、領域外ワーク領域、未使用領域、領域外スタック領域がアドレス空間において順に配置される。領域内ワーク領域と領域内スタック領域(遊技制御用スタック領域、領域内用スタック領域)の間の未使用領域と、領域外ワーク領域と領域外スタック領域(領域外用スタック領域)の間の未使用領域はなくてもよい。
[Example of RAM area configuration]
6 is a diagram showing the configuration (memory map in address space) of the RAM 111c of the gaming microcomputer 111. As shown in FIG. 6, from the top address of the RAM 111c, an in-area work area, an unused area, an in-area stack area, an unused area, an outside-area work area, an unused area, and an outside-area stack area are arranged in this order in the address space. The unused area between the in-area work area and the in-area stack area (stack area for game control, stack area for in-area) and the unused area between the outside-area work area and the outside-area stack area (stack area for outside-area) may not be required.

RAMの領域内ワーク領域(遊技制御用ワーク領域、第1領域)は、領域内プログラムで読み書きされ、領域外プログラムで読まれる遊技制御用の作業領域である。領域内ワーク領域は、確率設定値領域、試験信号出力データ領域(エラーに関する試験信号出力データの領域を含む)、乱数領域、スイッチ制御領域、セグメント領域、停電検査領域1、停電検査領域2、チェックサム領域などの他に、安全装置が作動中であるか否か(作動したか否か)を示す安全装置作動中フラグ領域や、タイマ割込みの1割込み(例えば4msec)内で賞球として獲得した獲得遊技球数を格納する獲得遊技球数領域などを含む。 The RAM's in-area work area (game control work area, first area) is a work area for game control that is read and written by in-area programs and read by out-area programs. The in-area work area includes a probability setting value area, test signal output data area (including the area for test signal output data related to errors), random number area, switch control area, segment area, power outage inspection area 1, power outage inspection area 2, checksum area, etc., as well as a safety device operation flag area that indicates whether the safety device is operating (whether it has operated or not), and a number of acquired game balls area that stores the number of acquired game balls acquired as prize balls within one timer interrupt (e.g. 4 msec).

RAMの領域外ワーク領域(第2領域)は、領域外プログラムで読み書きされ、領域内プログラムで読まれる領域である。領域外ワーク領域は、差玉数に対応する安全装置カウンタ値(差玉数+初期値)を格納する安全装置カウンタ領域、安全装置の状態に対応する安全装置作動情報を格納する安全装置作動情報領域、旧作動情報を格納する旧作動情報領域を含み、安全装置に関連する安全装置情報を記憶可能である。安全装置カウンタ領域(3バイトサイズ)は、基本的には領域内プログラムでは読まれないが、安全装置カウンタ値又は差玉数の情報を差玉コマンドで演出制御装置300に送信する場合には、領域内プログラムで読まれて参照されることもある。本実施形態において、安全装置カウンタ値は、差玉数に比例して、差玉数に所定の初期値(10万)を加えた値である(安全装置カウンタ値=差玉数+10万)。しかし、安全装置カウンタ値は、差玉数に対応付けられ差玉数を示唆するものであればこれに限られない。なお、領域外ワーク領域を領域内ワーク領域から分離することによって、プログラムの開発効率を向上できる他、これら領域の初期化も区別して行い易くなる。 The outside work area (second area) of the RAM is an area that is read and written by the outside program and read by the inside program. The outside work area includes a safety device counter area that stores the safety device counter value (difference in number of balls + initial value) corresponding to the difference in number of balls, a safety device operation information area that stores safety device operation information corresponding to the state of the safety device, and an old operation information area that stores old operation information, and can store safety device information related to the safety device. The safety device counter area (3 byte size) is basically not read by the inside program, but when the safety device counter value or difference in number of balls information is sent to the performance control device 300 by the difference in ball command, it may be read and referenced by the inside program. In this embodiment, the safety device counter value is a value obtained by adding a predetermined initial value (100,000) to the difference in number of balls in proportion to the difference in number of balls (safety device counter value = difference in number of balls + 100,000). However, the safety device counter value is not limited to this as long as it corresponds to the difference in number of balls and indicates the difference in number of balls. Furthermore, by separating the outside work area from the inside work area, program development efficiency can be improved and it becomes easier to initialize these areas separately.

さらに、領域外ワーク領域は、性能情報や性能表示に関連する性能表示用ワーク領域を含み、性能情報や性能表示に関連する情報などを記憶可能である。その他、領域外ワーク領域は、試験信号に関連する情報や、エラー監視に関連する情報を記憶してよい。なお、領域外ワーク領域において、安全装置情報に関連する安全装置関連ワーク領域(安全装置カウンタ領域、安全装置作動情報領域、旧作動情報領域を含む)と、性能情報や性能表示に関連する性能表示用ワーク領域を、明確に区分けして配置してもよいし、混在させてもよい。 Furthermore, the out-of-area work area includes a work area for performance display related to performance information and performance display, and can store information related to performance information and performance display. In addition, the out-of-area work area may store information related to test signals and information related to error monitoring. In the out-of-area work area, the safety device-related work area related to safety device information (including the safety device counter area, safety device operation information area, and previous operation information area) and the performance display work area related to performance information and performance display may be clearly separated or may be mixed.

そして、領域外スタック領域は、性能情報や性能表示に関する処理を行う時と、安全装置に関する処理を行う時とで共用される。また、領域外スタック領域は、試験信号に関する処理、エラー監視に関する処理を行う時にも使用される。 The out-of-area stack area is shared when processing performance information and performance display, and when processing safety devices. The out-of-area stack area is also used when processing test signals and error monitoring.

なお、領域内プログラム(領域内処理のプログラム)と領域外プログラム(領域外処理のプログラム)は、この順に、ROM111bのアドレス空間内で先頭アドレス側から配置され、領域内プログラムの領域と領域外プログラムの領域の間に未使用領域を挟んで配置されて区別される。ROMの領域内プログラムは、遊技制御用プログラムや遊技制御用データ等からなり、メイン処理(図5A-図5C)に対応するメインプログラムと、後述のタイマ割込み処理に対応する割込み処理プログラムを含む。遊技制御用プログラムの領域と遊技制御用データの領域(データエリア)の間には、未使用領域を挟んでよい。メインプログラム又は割込み処理プログラムのサブルーチンは、基本的に領域内プログラムとなる(特に記載がない場合に領域内プログラムとなる)が、例外的に領域外プログラムとなることもある。ROMの領域外プログラムは、安全装置情報初期化処理に対応する安全装置情報初期化プログラム、性能表示編集処理に相当する性能表示編集処理プログラム、後述の領域外統合処理に対応する領域外統合処理プログラムを含む。 The in-area program (in-area processing program) and the out-area program (out-area processing program) are arranged in this order from the top address side in the address space of ROM 111b, and are distinguished by being arranged with an unused area between the in-area program area and the out-area program area. The in-area program of ROM consists of a game control program and game control data, etc., and includes a main program corresponding to the main processing (FIGS. 5A-5C) and an interrupt processing program corresponding to the timer interrupt processing described later. An unused area may be arranged between the game control program area and the game control data area (data area). Subroutines of the main program or interrupt processing program are basically in-area programs (unless otherwise specified), but may exceptionally be out-area programs. The out-area programs of ROM include a safety device information initialization program corresponding to the safety device information initialization processing, a performance display editing processing program corresponding to the performance display editing processing, and an out-area integration processing program corresponding to the out-area integration processing described later.

〔安全装置情報初期化処理〕
次に、メイン処理における安全装置情報初期化処理(A1053)の詳細について説明する。図7は、安全装置情報初期化処理の手順を示すフローチャートである。安全装置情報初期化処理では、安全装置カウンタ領域、安全装置作動情報領域、旧作動情報領域を初期化又はクリアし、安全装置カウンタ値、安全装置作動情報、旧作動情報などの安全装置情報を初期値(初期情報)にする。なお、安全装置作動情報は、現在の状態を示す情報であり、旧作動情報は前回(主に1割込み前)の状態を示す。
[Safety device information initialization process]
Next, the safety device information initialization process (A1053) in the main process will be described in detail. Fig. 7 is a flowchart showing the procedure of the safety device information initialization process. In the safety device information initialization process, the safety device counter area, the safety device operation information area, and the old operation information area are initialized or cleared, and the safety device information such as the safety device counter value, the safety device operation information, and the old operation information is set to an initial value (initial information). Note that the safety device operation information is information indicating the current state, and the old operation information indicates the state of the previous time (mainly one interrupt before).

遊技制御装置100は、まず、スタックポインタを領域外ワーク領域のスタックポインタ保存領域にセーブし(A1101)、スタックポインタに領域外スタック領域(領域外用スタック領域)の値として、領域外スタック領域の先頭を示すアドレス値を設定する(A1102)。これにより、使用するスタックを示すスタックポインタを領域内スタック領域から領域外スタック領域に切り替える。 The game control device 100 first saves the stack pointer in the stack pointer storage area of the external work area (A1101), and sets the address value indicating the beginning of the external stack area (external stack area) to the stack pointer as the value of the external stack area (external stack area) (A1102). This switches the stack pointer indicating the stack to be used from the internal stack area to the external stack area.

次に、遊技制御装置100は、レジスタの情報(値)を領域外スタック領域に退避(PUSH)する(A1103)。退避するレジスタは、保護すべきレジスタ(安全装置情報初期化処理内で使用されるレジスタ)のみでよいし、全ての汎用レジスタを退避してもよい。全ての汎用レジスタを退避するには、レジスタバンク0とレジスタバンク1の両方に対して退避(PUSH)する。 Next, the game control device 100 saves (PUSHes) the register information (values) to the external stack area (A1103). The registers to be saved may be only the registers to be protected (registers used in the safety device information initialization process), or all general-purpose registers may be saved. To save all general-purpose registers, save (PUSH) them to both register bank 0 and register bank 1.

続いて、遊技制御装置100は、安全装置カウンタ領域に初期値(10万)をセーブし、安全装置カウンタ値が初期値となる(A1104)。大当りが発生しない場合など差玉数が0から減少する場合に、安全装置カウンタ値(=差玉数+初期値)は初期値より小さくなることもあるため、初期値は0より大きく設定されているが10万以外の数値でもよい。なお、このように、停電復旧時(電源投入時)に、安全装置カウンタ値は遊技者に不利益にならないように初期化(クリア)されるが、特図変動表示ゲームが確変状態以外で実行された回数を示す天井カウンタ値は、RAM初期化スイッチ112がオンでない限り、停電復旧時に初期化(クリア)されなくてよい。安全装置カウンタ値(差玉数に関する情報)が初期化(クリア)されると、差玉数に関して安全装置の作動(遊技停止状態の発生)までの余地(差玉数の許容範囲、差玉数の限度)を大きくでき遊技者の利益となる。一方、前述のように停電復旧時(電源投入時)に天井カウンタ値がクリア(初期化)されないことによって、時短状態の発生までの(天井回数までの)残りのゲーム回数は電源投入によって変わらず、遊技者の利益となる。そして、安全装置作動情報領域に安全装置の未作動状態(通常状態)に対応する安全装置未作動情報(値0)を安全装置作動情報としてセーブする(A1105)。さらに、旧作動情報領域に安全装置未作動情報(値0)を旧作動情報としてセーブする(A1106)。 Next, the game control device 100 saves the initial value (100,000) in the safety device counter area, and the safety device counter value becomes the initial value (A1104). When the difference in the number of balls decreases from 0, such as when no jackpot occurs, the safety device counter value (= difference in the number of balls + initial value) may become smaller than the initial value, so the initial value is set to be greater than 0, but may be a value other than 100,000. Note that, in this way, when the power is restored (when the power is turned on), the safety device counter value is initialized (cleared) so as not to cause a disadvantage to the player, but the ceiling counter value indicating the number of times the special chart variation display game has been executed outside the probability variation state does not need to be initialized (cleared) when the power is restored unless the RAM initialization switch 112 is on. When the safety device counter value (information regarding the difference in the number of balls) is initialized (cleared), the margin (tolerance of the difference in the number of balls, limit of the difference in the number of balls) before the safety device is activated (occurrence of a game stop state) can be increased in terms of the difference in the number of balls, which is to the player's advantage. On the other hand, as mentioned above, because the ceiling counter value is not cleared (initialized) when the power is restored (when the power is turned on), the remaining number of games (up to the ceiling number) until the time-saving state occurs does not change when the power is turned on, which benefits the player. Then, safety device non-operation information (value 0) corresponding to the non-operation state (normal state) of the safety device is saved as safety device operation information in the safety device operation information area (A1105). Furthermore, safety device non-operation information (value 0) is saved as old operation information in the old operation information area (A1106).

次に、遊技制御装置100は、退避したレジスタを復帰し(A1107)、スタックポインタ保存領域からロードしてスタックポインタを設定し(A1108)、安全装置情報初期化処理を終了する。設定したスタックポインタは、領域内スタック領域のアドレスを示すことになる。 Next, the game control device 100 restores the saved registers (A1107), loads from the stack pointer storage area and sets the stack pointer (A1108), and ends the safety device information initialization process. The set stack pointer indicates the address of the stack area within the area.

上記の安全装置情報初期化処理において、レジスタを使用せずRAMに直接情報を書き込む場合には、レジスタを退避/復帰しない。この場合に、レジスタのRAMへの退避も行わないのでスタックポインタ関連の処理(A1101,A1102,A1103,A1107,A1108)も不要となる。また、安全装置情報初期化処理前後のフラグレジスタの退避/復帰(A1052,A1054)も不要になる。 In the above safety device information initialization process, if information is written directly to RAM without using a register, the register is not saved/restored. In this case, the register is not saved to RAM, so stack pointer-related processes (A1101, A1102, A1103, A1107, A1108) are also unnecessary. In addition, saving/restoring the flag register before and after the safety device information initialization process (A1052, A1054) is also unnecessary.

なお、本実施形態において、安全装置カウンタ値が0~189999(安全装置カウンタ=0~189999)の場合に、安全装置作動情報は、安全装置が未作動(通常)である未作動状態(作動予告状態や作動警告状態や作動状態でない通常状態)に対応する安全装置未作動情報(値0)となる。安全装置カウンタ値が190000~194999(安全装置カウンタ=190000~194999)の場合に、安全装置作動情報は、安全装置の作動を予告する作動予告状態に対応する安全装置作動予告情報(値1)となる。 In this embodiment, when the safety device counter value is 0 to 189999 (safety device counter = 0 to 189999), the safety device operation information becomes safety device non-operation information (value 0) corresponding to the non-operation state (operation notice state, operation warning state, or normal state where the safety device is not operated (normal)) in which the safety device is not operated (normal). When the safety device counter value is 190000 to 194999 (safety device counter = 190000 to 194999), the safety device operation information becomes safety device operation notice information (value 1) corresponding to the operation notice state that warns the operation of the safety device.

また、安全装置カウンタ値がカウンタ基準値である195000(安全装置カウンタ=195000)に到達しても遊技停止できる状態になっていない場合に、安全装置作動情報は、安全装置の作動を警告する作動警告状態に対応する安全装置作動警告情報(値2)となる。この場合は、差玉数(=セーフ球数-排出球数)が差玉基準値95000に達しても、大当り中又は小当り中であるため、前述の条件(1)は成立したが条件(2)が不成立で安全装置の作動条件が成立していない場合に相当する。 In addition, when the safety device counter value reaches the counter reference value of 195,000 (safety device counter = 195,000) but the game is not yet in a state where it can be stopped, the safety device activation information becomes safety device activation warning information (value 2) corresponding to an activation warning state that warns of the activation of the safety device. In this case, even if the difference in number of balls (= number of safe balls - number of discharged balls) reaches the difference in ball reference value of 95,000, since a big win or a small win is occurring, this corresponds to a case where the above-mentioned condition (1) is met but condition (2) is not met and the activation condition of the safety device is not met.

さらに、安全装置カウンタ値が195000(安全装置カウンタ=195000)に到達して遊技停止中である場合に、安全装置作動情報は、安全装置が作動中である作動状態(作動中状態)に対応する安全装置作動中情報(値3)となる。この場合は、差玉数が差玉基準値95000に達して、且つ、大当り中でも小当り中でもないため前述の条件(1)(2)の両方が成立することによって、安全装置の作動条件が成立した場合に相当する。 Furthermore, when the safety device counter value reaches 195,000 (safety device counter = 195,000) and gameplay is stopped, the safety device activation information becomes safety device activation information (value 3) corresponding to the activation state (activating state) in which the safety device is activated. In this case, the difference in the number of balls has reached the difference in balls reference value of 95,000, and there is neither a big win nor a small win, so both of the above conditions (1) and (2) are met, which corresponds to the case in which the activation condition for the safety device is met.

〔性能表示編集処理〕
次に、メイン処理における性能表示編集処理(A1059)の詳細について説明する。図8は、性能表示編集処理の手順を示すフローチャートである。
[Performance display editing process]
Next, the performance display editing process (A1059) in the main process will be described in detail with reference to the flowchart of FIG.

遊技制御装置100は、まず、スタックポインタを領域外ワーク領域のスタックポインタ保存領域にセーブし(A1201)、スタックポインタに領域外スタック領域の値として、領域外スタック領域(領域外用スタック領域)の先頭を示すアドレス値を設定する(A1202)。これにより、使用するスタックを示すスタックポインタを領域内スタック領域から領域外スタック領域に切り替える。 The game control device 100 first saves the stack pointer in the stack pointer storage area of the external work area (A1201), and sets the address value indicating the beginning of the external stack area (external stack area) as the external stack area value in the stack pointer (A1202). This switches the stack pointer indicating the stack to be used from the internal stack area to the external stack area.

次に、遊技制御装置100は、レジスタバンク0とレジスタバンク1の両方に対してレジスタの情報(値)を領域外スタック領域に退避(PUSH)する(A1203)。ここで、汎用レジスタ全部を退避することが好適である。そして、領域外ワーク領域のうち性能表示用ワーク領域の正当性を判定する正当性判定を実行し、正当でなく異常である場合に、性能表示用ワーク領域の初期化(初期値設定も含む)を実行する(A1204)。 Next, the game control device 100 pushes (PUSHes) the register information (values) for both register bank 0 and register bank 1 to the external stack area (A1203). It is preferable to push all general-purpose registers here. Then, a validity check is performed to determine the validity of the performance display work area within the external work area, and if it is invalid and abnormal, the performance display work area is initialized (including setting the initial value) (A1204).

正当性判定では、性能表示用ワーク領域に格納される値が設計上あり得ない値であったり設計値から外れる場合(所定範囲外の場合)に、正当でないと判定できる。例えば、性能表示用ワーク領域の初期化が済んだことを示す性能表示用RAM初期化済みフラグに特定の値(例えば5Ah)が格納されているか否かを判定し、ベース値算出等に用いる除算処理の進行を管理する番号が所定範囲内であるかを判定し、スイッチカウンタの値が監視されるスイッチの数以下の範囲内であるかを判定し、現在の表示期間を示す表示期間管理番号が期間数の範囲内(0~3)であるかを判定し、現在の集計区間を示す集計区間番号が区間数の範囲内(0~4)であるかを判定する。このように、正当性判定では、データテーブルに対してポインタとして使用する領域の値に対して所定範囲内にあるかの判定を行うのが好適である。これにより、範囲外の値を取得することによってプログラムが暴走するのを事前に防ぐことができる。また、性能表示編集処理毎に、正当性判定を行っているので効果的である。 In the validity judgment, if the value stored in the performance display work area is a value that is impossible in terms of design or deviates from the design value (if it is outside a specified range), it can be judged to be invalid. For example, it is judged whether a specific value (e.g., 5Ah) is stored in the performance display RAM initialization flag, which indicates that the performance display work area has been initialized, whether the number that manages the progress of the division process used for base value calculation, etc. is within a specified range, whether the switch counter value is within a range equal to or less than the number of switches to be monitored, whether the display period management number indicating the current display period is within the range of the number of periods (0 to 3), and whether the tally period number indicating the current tally period is within the range of the number of periods (0 to 4). In this way, in the validity judgment, it is preferable to judge whether the value of the area used as a pointer to the data table is within a specified range. This makes it possible to prevent the program from running out of control by obtaining a value outside the range. In addition, it is effective because the validity judgment is performed for each performance display editing process.

なお、性能表示編集処理が実行される度に正当性判定が実行されるため、性能表示用ワーク領域が正当でない場合に、すぐにその初期化が実行でき、異常な性能表示(異常なベース値等の表示)が極力防止できる。 In addition, since a validity check is performed each time the performance display editing process is executed, if the performance display work area is invalid, it can be immediately initialized, and abnormal performance display (display of abnormal base values, etc.) can be prevented as much as possible.

また、性能表示用ワーク領域の初期化(初期値設定も含む)は、スタックポインタ保存領域を保護するよう、スタックポインタ保存領域以外を初期化の対象とする。なお、本実施形態において領域外スタック領域は初期化しないが、初期化するようにしてもよい。領域外スタック領域を初期化する場合でも、領域外スタック領域に退避したレジスタの値は保護して初期化しない。性能表示用ワーク領域の初期化は、領域内ワーク領域(遊技制御用ワーク領域)と領域内スタック領域(遊技制御用スタック領域)の初期化とは区別されて実行されるため、領域内ワーク領域と領域内スタック領域には影響を与えない。 In addition, when initializing the work area for performance display (including setting initial values), the area other than the stack pointer storage area is initialized in order to protect the stack pointer storage area. In this embodiment, the out-of-area stack area is not initialized, but it may be initialized. Even when initializing the out-of-area stack area, the register values saved in the out-of-area stack area are protected and not initialized. The initialization of the work area for performance display is performed separately from the initialization of the in-area work area (work area for game control) and the in-area stack area (stack area for game control), so it does not affect the in-area work area and the in-area stack area.

続いて、遊技制御装置100は、ベース値(出玉率)の計算の元になるデータ(通常アウト球数や通常賞球数など)を集計する集計区間の切替えタイミングであるか否かを判定する(A1205)。電源投入からの総アウト球数(総排出球数、総アウト数)に対して集計区間が設けられ、総アウト球数が複数の所定個数に達するごとに(例えば60000増えるごとに)集計区間が切り替えられる。 The game control device 100 then determines whether it is time to switch the counting interval for counting the data (such as the number of normal out balls and the number of normal winning balls) that is the basis for calculating the base value (ball payout rate) (A1205). A counting interval is set for the total number of out balls (total number of discharged balls, total number of outs) since the power was turned on, and the counting interval is switched each time the total number of out balls reaches a number of predetermined numbers (for example, each time it increases by 60,000).

例えば、集計区間の切替えタイミングは、電源投入からの総アウト球数が所定個数としての300個、60300個、120300個、180300個・・・になるタイミングである。即ち、集計区間の幅は最初の第1集計区間を除いて基本的に60000であり、第1集計区間=0~300個、第2集計区間=300~60300個、第3集計区間=60300~120300個、第4集計区間=120300~180300個、第5集計区間=180300~240300個・・・となる。第1~5集計区間を示す集計区間番号はそれぞれ0~4であり、第6集計区間以降に対して集計区間番号は4に維持される。なお、現在の集計区間番号は、性能表示用ワーク領域に記憶される。 For example, the timing for switching tally intervals is when the total number of balls out since power-on reaches a predetermined number of 300, 60,300, 120,300, 180,300, etc. In other words, the width of the tally intervals is basically 60,000 except for the first tally interval, where the first tally interval is 0-300, the second tally interval is 300-60,300, the third tally interval is 60,300-120,300, the fourth tally interval is 120,300-180,300, the fifth tally interval is 180,300-240,300, etc. The tally interval numbers indicating the first to fifth tally intervals are 0-4, respectively, and the tally interval number is maintained at 4 for the sixth tally interval and onwards. The current tally interval number is stored in the work area for displaying performance.

遊技制御装置100は、集計区間の切替えタイミングである場合に(A1205の結果が「Y」)、集計区間の切替え設定をする(A1206)。集計区間の切替え設定では、総アウト球数(総アウト数)をカウントする総アウトカウンタ、各集計区間内におけるアウト球数(排出球数)である通常アウト球数(通常アウト数)をカウントする通常アウトカウンタ、及び、各集計区間内における全賞球数(獲得球数)である通常賞球数をカウントする通常賞球数カウンタをクリアしたり、各集計区間の最終ベース値(又は最新ベース値)を隣の集計区間のベース値格納領域にシフト(移動)したりする。 When it is time to switch counting intervals (result of A1205 is "Y"), the game control device 100 sets the switching of counting intervals (A1206). When setting the switching of counting intervals, the total out counter that counts the total number of out balls (total number of outs), the normal out counter that counts the number of normal out balls (normal number of outs), which is the number of out balls (number of balls discharged) in each counting interval, and the normal prize ball number counter that counts the number of normal prize balls, which is the total number of prize balls (number of balls won) in each counting interval, are cleared, and the final base value (or latest base value) of each counting interval is shifted (moved) to the base value storage area of the adjacent counting interval.

遊技制御装置100は、集計区間の切替えタイミングでない場合に(A1205の結果が「N」)、監視対象の入力ポートにスイッチの入力があるか否かを判定する(A1207)。本実施形態において、監視対象の入力ポートは、第3入力ポート124と第4入力ポート126である(図3参照)。 When it is not time to switch the counting period (the result of A1205 is "N"), the game control device 100 determines whether or not there is a switch input to the input port to be monitored (A1207). In this embodiment, the input ports to be monitored are the third input port 124 and the fourth input port 126 (see FIG. 3).

ここでは、監視対象の入力ポートごとに性能表示用ワーク領域にコピーしたスイッチ立ち上がりエッジの情報(図58のステップA9603でコピーされる)をチェックする。監視対象の入力ポートごとに、コピーしたスイッチ立ち上がりエッジの情報を記憶する8ビットの領域がある。全ての監視対象の入力ポートに関してスイッチ立ち上がりエッジの情報が全て0である場合に入力がないと判定でき、それ以外の場合に入力があると判定できる。なお、スイッチ立ち上がりエッジの情報として、コピー時にマスクされない限り、入力処理(A1303)において新たな入力(検出)があったスイッチに対応するビットが1に設定され、新たな入力のないスイッチに対応するビットが0に設定されている。 Here, the switch rising edge information copied to the performance display work area for each monitored input port (copied in step A9603 in FIG. 58) is checked. For each monitored input port, there is an 8-bit area for storing the copied switch rising edge information. If the switch rising edge information for all monitored input ports is all 0, it can be determined that there is no input, and in all other cases it can be determined that there is input. Note that, unless masked during copying, the switch rising edge information has a bit set to 1 corresponding to a switch that has had a new input (detection) in the input process (A1303), and a bit set to 0 corresponding to a switch that has not had a new input.

遊技制御装置100は、監視対象の入力ポートにスイッチの入力がある場合に(A1207の結果が「Y」)、スイッチカウンタに対応するスイッチ(対象スイッチ)の入力をチェックして入力情報を取得する(A1208)。ここでの対象スイッチは、第1特別変動入賞装置38の下大入賞口スイッチ38a、第2特別変動入賞装置39の上大入賞口スイッチ39a、第1始動入賞口36の始動口1スイッチ36a、第2始動入賞口37(普通変動入賞装置)の始動口2スイッチ37a、一般入賞口35の入賞口スイッチ35a(左入賞口スイッチ、右入賞口スイッチ)、アウト球検出スイッチ74、など、遊技球の検出によってベース値(又は出玉率)を変化させ得るものである。 When there is a switch input to the monitored input port (result of A1207 is "Y"), the game control device 100 checks the input of the switch (target switch) corresponding to the switch counter to obtain the input information (A1208). The target switches here are the lower large winning hole switch 38a of the first special variable winning device 38, the upper large winning hole switch 39a of the second special variable winning device 39, the start hole 1 switch 36a of the first start winning hole 36, the start hole 2 switch 37a of the second start winning hole 37 (normal variable winning device), the winning hole switch 35a (left winning hole switch, right winning hole switch) of the general winning hole 35, the out ball detection switch 74, etc., which can change the base value (or ball output rate) by detecting game balls.

続いて、遊技制御装置100は、対象スイッチの有効期間であるか否かを判定する(A1209)。なお、大入賞口不正や普電不正が発生して、大入賞口や第2始動入賞口37への入賞が無効な場合、即ち大入賞口スイッチ38a、39aや始動口2スイッチ37aが有効でない場合がある。また、第1始動入賞口36やアウト球検出スイッチ74など常時有効なスイッチもある。 Then, the game control device 100 judges whether the target switch is in its valid period (A1209). Note that if a special prize slot fraud or regular power fraud occurs and the special prize slot or second start prize slot 37 is invalid, that is, the special prize slot switches 38a, 39a and start slot 2 switch 37a are not valid. In addition, there are switches that are always valid, such as the first start prize slot 36 and the out ball detection switch 74.

遊技制御装置100は、対象スイッチの有効期間である場合に(A1209の結果が「Y」)、スイッチカウンタに対応する対象スイッチに入力があるか否かを判定する(A1210)。対象スイッチの有効期間でない場合に(A1209の結果が「N」)又は対象スイッチに入力がない場合に(A1210の結果が「N」)、ステップA1218の処理に移行する。 If the target switch is in its valid period (the result of A1209 is "Y"), the game control device 100 determines whether or not there is an input to the target switch corresponding to the switch counter (A1210). If the target switch is not in its valid period (the result of A1209 is "N") or if there is no input to the target switch (the result of A1210 is "N"), the game control device 100 proceeds to processing of step A1218.

遊技制御装置100は、対象スイッチに入力がある場合に(A1210の結果が「Y」)、対象スイッチに対応するビットの入力情報(1ビット)をクリアし(A1211)、通常ベース状態中であるか否かを判定する(A1212)。通常ベース状態(低ベース状態)は、ベース値を算出且つ更新できる期間であり、本実施形態において通常遊技状態である。 When there is an input to the target switch (result of A1210 is "Y"), the game control device 100 clears the input information (1 bit) of the bit corresponding to the target switch (A1211) and determines whether or not it is in the normal base state (A1212). The normal base state (low base state) is a period during which the base value can be calculated and updated, and is the normal game state in this embodiment.

遊技制御装置100は、通常ベース状態中(通常遊技状態中)である場合に(A1212の結果が「Y」)、対象スイッチが賞球の付与されるスイッチであれば、対象スイッチに対応する賞球数を加算することによって、集計区間内における全賞球数である通常賞球数を更新する(A1213)。続いて、対象スイッチがアウト球検出スイッチ74である場合に1を加算することによって、集計区間内におけるアウト球数である通常アウト球数(通常アウト数、通常排出球数)を更新する(A1214)。次に、対象スイッチがアウト球検出スイッチ74である場合に1を加算することによって、総アウト球数(総アウト数、総排出球数)を更新する(A1215)。 When the game control device 100 is in the normal base state (normal game state) (result of A1212 is "Y") and the target switch is a switch that awards prize balls, it updates the normal prize ball count, which is the total number of prize balls in the counting period, by adding the number of prize balls corresponding to the target switch (A1213). Next, if the target switch is the out ball detection switch 74, it updates the normal out ball count (normal out number, normal discharged balls), which is the number of out balls in the counting period, by adding 1 (A1214). Next, if the target switch is the out ball detection switch 74, it updates the total out ball count (total outs, total discharged balls) by adding 1 (A1215).

なお、本実施形態において、アウト球検出スイッチ74は、遊技領域32から排出された全ての遊技球(即ち、入賞口又はアウト口30bを通過した全ての遊技球)を検出する。アウト口30bに入球した遊技球だけでなく、入賞口(第1始動入賞口36、第2始動入賞口37、大入賞口、又は、一般入賞口35)に入球した遊技球は、図示しない通路等を介してアウト球検出スイッチ74に導かれて検出される。 In this embodiment, the out ball detection switch 74 detects all game balls discharged from the game area 32 (i.e., all game balls that have passed through the winning opening or the out opening 30b). Not only game balls that have entered the out opening 30b, but also game balls that have entered the winning openings (first start winning opening 36, second start winning opening 37, large winning opening, or general winning opening 35) are guided to the out ball detection switch 74 via a passage or the like (not shown) and detected.

遊技制御装置100は、通常遊技状態である通常ベース状態中でない場合に(A1212の結果が「N」)、通常賞球数も通常アウト球数も更新することなく、総アウト球数だけを更新する(A1215)。従って、通常ベース状態でない高ベース状態(第2の遊技状態、時短状態、確変状態又は特別遊技状態)において、通常賞球数も通常アウト球数も更新されず、通常賞球数と通常アウト球数から算出されるベース値(通常賞球数÷通常アウト球数)は、更新されず変化がない。なお、ステップA1212の通常ベース状態に関する判定処理をなくして、ベース値を全ての遊技状態における出玉率として更新可能(変化可能)とする構成も可能である。 When the game control device 100 is not in the normal base state, which is the normal game state (the result of A1212 is "N"), it updates only the total number of out balls (A1215) without updating either the number of normal prize balls or the number of normal out balls. Therefore, in a high base state (second game state, time-saving state, special game state, or special game state) that is not the normal base state, neither the number of normal prize balls nor the number of normal out balls are updated, and the base value calculated from the number of normal prize balls and the number of normal out balls (number of normal prize balls ÷ number of normal out balls) is not updated and remains unchanged. It is also possible to eliminate the determination process regarding the normal base state in step A1212 and configure the base value to be updateable (changeable) as the ball payout rate in all game states.

次に、遊技制御装置100は、次回の性能表示編集処理で対象スイッチを次のものに変更するために、スイッチカウンタを+1更新する(A1216)。なお、メイン処理におけるループ処理によって性能表示編集処理は、タイマ割込みの割込み周期(所定時間周期、例えば4msec)よりもかなり短い時間間隔で実行される(例えば、数μsec)。このため、割込み周期の間に、性能表示編集処理は繰り返し実行され、スイッチカウンタ(例えば0から7)は、監視対象の入力ポートごとに全スイッチのビット(例えばビット0からビット7)を網羅する。また、スイッチカウンタは最終の値(例えば7)の後に0に更新されて、次の監視対象の入力ポートに関してスイッチの入力がチェック開始される。例えば、最初に第3入力ポート124に関してスイッチの入力がチェックされた後に、次に第4入力ポート126に関してスイッチの入力がチェックされる。 Next, the game control device 100 updates the switch counter by +1 to change the target switch to the next one in the next performance display editing process (A1216). Note that the performance display editing process is executed at a time interval (e.g., several μsec) that is much shorter than the interrupt period of the timer interrupt (predetermined time period, e.g., 4 msec) due to the loop processing in the main processing. For this reason, the performance display editing process is repeatedly executed during the interrupt period, and the switch counter (e.g., 0 to 7) covers all switch bits (e.g., bit 0 to bit 7) for each input port to be monitored. In addition, the switch counter is updated to 0 after the final value (e.g., 7), and the switch input for the next input port to be monitored is checked. For example, the switch input for the third input port 124 is checked first, and then the switch input for the fourth input port 126 is checked.

一方、遊技制御装置100は、全ての監視対象の入力ポートにスイッチの入力がない場合に(A1207の結果が「N」)、ベース値を算出するためのベース値算出処理(所定処理)を実行する(A1217)。なお、監視対象の入力ポートにスイッチの入力が最初からない場合がある。他方、一部又は全ての監視対象の入力ポートにスイッチの入力が最初にあったとしても、全ての監視対象の入力ポートに関してスイッチの入力がチェックされた後は、入力があった対象スイッチの入力情報はクリアされている(A1211)ので、全ての監視対象の入力ポートにスイッチの入力がない状態となる。 On the other hand, when there is no switch input to any of the monitored input ports (result of A1207 is "N"), the game control device 100 executes a base value calculation process (predetermined process) to calculate a base value (A1217). Note that there may be cases where there is no switch input to the monitored input ports from the beginning. On the other hand, even if there is switch input to some or all of the monitored input ports from the beginning, after the switch input is checked for all monitored input ports, the input information for the target switches that have had input is cleared (A1211), so that there is no switch input to any of the monitored input ports.

ベース値算出処理において、ベース値は、通常アウト球数に対する通常賞球数の比率であり、通常賞球数÷通常アウト球数で算出される。従って、始動入賞口(始動入賞口36、普通変動入賞装置37)、大入賞口、又は、一般入賞口35に入球があった場合に、第1段階として、賞球が付与される入賞口のスイッチ35a、36a、37a、38a、39aの入力(検出)によって通常賞球数が更新され変化してベース値が変化し、且つ、第2段階としてアウト球検出スイッチ74の入力(検出)によって通常アウト球数が更新され変化してベース値が変化する。即ち、入賞口へ1個の遊技球が入球すると、2段階でベース値が変化することになる(影響を受けることになる)。遊技盤30に開口するアウト口30bに入球があった場合に、アウト球検出スイッチ74の入力(検出)によって通常アウト球数が更新され変化して、ベース値も変化する。一方で、普図始動ゲート34に入球があった場合には、通常賞球数も通常アウト球数もその入球自体によっては更新されず変化しないため、ベース値も変化せずに維持される。普図始動ゲート34に入球があっても、賞球が付与されないため通常賞球数は更新されない。 In the base value calculation process, the base value is the ratio of the number of normal prize balls to the number of normal out balls, and is calculated by the number of normal prize balls divided by the number of normal out balls. Therefore, when a ball enters the starting winning hole (starting winning hole 36, normal variable winning device 37), the large winning hole, or the general winning hole 35, in the first stage, the number of normal prize balls is updated and changed by the input (detection) of the winning hole switch 35a, 36a, 37a, 38a, 39a to which the prize ball is awarded, and the base value changes, and in the second stage, the number of normal out balls is updated and changed by the input (detection) of the out ball detection switch 74, and the base value changes. In other words, when one game ball enters a winning hole, the base value changes (is affected) in two stages. When a ball enters the out hole 30b that opens to the game board 30, the number of normal out balls is updated and changed by the input (detection) of the out ball detection switch 74, and the base value also changes. On the other hand, if a ball lands at the normal start gate 34, the number of normal prize balls and the number of normal out balls are not updated or changed by the ball itself, so the base value is also maintained unchanged. Even if a ball lands at the normal start gate 34, the number of normal prize balls is not updated because no prize balls are awarded.

ベース値は、変化の有無にかかわらず、出力処理のステップA1624-A1630の処理によって、性能表示装置152に性能表示として出力されることになる。ただし、安全装置が作動して遊技停止中である場合や、強エラー2が発生して遊技停止中である場合に、性能表示装置152は、オフデータが出力されて消灯する。 Regardless of whether the base value has changed, the processing in steps A1624-A1630 of the output process will output the base value as a performance display on the performance display device 152. However, if the safety device is activated and game play is stopped, or if a strong error 2 occurs and game play is stopped, the performance display device 152 will output off data and turn off.

なお、特殊な例として、ベース値のリアルタイム値(bL.)を表示するリアルタイム値表示期間でのみ、ベース値の算出を実行してよく、この特殊な例では、リアルタイム値表示期間が到来するまで通常賞球数と通常アウト球数は更新されるが、ベース値は算出されず変化しない。 As a special example, the calculation of the base value may be performed only during the real-time value display period in which the real-time value (bL.) of the base value is displayed. In this special example, the normal number of winning balls and the normal number of out balls are updated until the real-time value display period arrives, but the base value is not calculated and does not change.

遊技制御装置100は、ステップA1216又はA1217の後、退避したレジスタを復帰し(A1218)、スタックポインタ保存領域からロードしてスタックポインタを設定し(A1219)、性能表示編集処理を終了する。設定したスタックポインタは、領域内スタック領域のアドレスを示すことになる。 After step A1216 or A1217, the game control device 100 restores the saved registers (A1218), loads from the stack pointer storage area and sets the stack pointer (A1219), and ends the performance display editing process. The set stack pointer will indicate the address of the stack area within the area.

なお、図8において、ステップA1217の処理を、ステップA1214の直後に実施して、監視対象の入力ポートの全てのスイッチの入力チェックを待たずに、通常賞球数又は通常アウト球数が更新された直後にベース値算出処理を行うような構成も可能である。 In addition, in FIG. 8, the processing of step A1217 can be performed immediately after step A1214, so that the base value calculation process is performed immediately after the number of normal winning balls or the number of normal out balls is updated, without waiting for the input check of all switches of the monitored input port.

〔タイマ割込み処理〕
次に、タイマ割込み処理について説明する。図9は、タイマ割込み処理(割込み処理プログラム)の手順を示すフローチャートである。タイマ割込み処理は、クロックジェネレータ内のCTC回路で生成される周期的なタイマ割込み信号がCPU111aに入力されることで開始される。遊技用マイコン111においてタイマ割込みが発生すると、タイマ割込み処理が開始される。
[Timer interrupt processing]
Next, the timer interrupt process will be described. Fig. 9 is a flow chart showing the procedure of the timer interrupt process (interrupt process program). The timer interrupt process is started when a periodic timer interrupt signal generated by a CTC circuit in a clock generator is input to the CPU 111a. When a timer interrupt occurs in the gaming microcomputer 111, the timer interrupt process is started.

タイマ割込み処理が開始されると、遊技制御装置100は、まず、使用するレジスタバンクとしてレジスタバンク1を指定し(A1301)、所定のレジスタにRAM先頭アドレスの上位アドレスをセットする(A1302)。タイマ割込み処理の開始時にメイン処理で使用するレジスタバンク0からレジスタバンク1に切り替えることで、メイン処理で使っているレジスタを退避したのと同等になる。なお、タイマ割込み処理が開始されると、自動的に割込み禁止状態になる。 When timer interrupt processing begins, the game control device 100 first specifies register bank 1 as the register bank to be used (A1301), and sets the upper address of the RAM start address in a specified register (A1302). By switching from register bank 0 used in the main processing to register bank 1 at the start of timer interrupt processing, this is equivalent to saving the registers used in the main processing. Note that when timer interrupt processing begins, interrupts are automatically disabled.

次に、遊技制御装置100は、各種センサやスイッチからの入力や、信号の取り込み、すなわち、各入力ポートの状態を読み込む入力処理を実行する(A1303)。次に、確率設定変更中フラグと確率設定確認中フラグに基づいて、確率設定変更中又は確率設定確認中であるか否かを判定する(A1304)。確率設定変更中又は確率設定確認中である場合に(A1304の結果が「Y」)、確率設定値を変更又は確認するための確率設定変更/確認処理を実行する(A1305)。 Next, the game control device 100 executes an input process to receive inputs and signals from various sensors and switches, i.e., to read the status of each input port (A1303). Next, based on the probability setting change flag and the probability setting confirmation flag, it is determined whether the probability setting is being changed or confirmed (A1304). If the probability setting is being changed or confirmed (the result of A1304 is "Y"), a probability setting change/confirmation process is executed to change or confirm the probability setting value (A1305).

遊技制御装置100は、確率設定変更中でも確率設定確認中でもない場合に(A1304の結果が「N」)、各種処理でセットされた出力データに基づき、ソレノイド(例えば大入賞口ソレノイド39b)等のアクチュエータの駆動制御やLEDの駆動制御(発光制御)などを行うための出力処理を実行する(A1306)。なお、メイン処理におけるステップA1005の処理で発射禁止の信号を出力した場合は、この出力処理が行われることで発射許可の信号が出力でき、発射許可信号を許可状態に設定可能である。 When the game control device 100 is neither changing nor checking the probability setting (result of A1304 is "N"), it executes output processing (A1306) to perform drive control of actuators such as solenoids (e.g., the large prize opening solenoid 39b) and drive control of LEDs (light emission control) based on the output data set in various processes. Note that if a launch prohibition signal is output in the processing of step A1005 in the main processing, a launch permission signal can be output by performing this output processing, and the launch permission signal can be set to the permitted state.

次に、遊技制御装置100は、各種処理で送信バッファにセットされたコマンド(払出コマンドなど)を払出制御装置200に出力する払出コマンド送信処理を実行する(A1307)。その後、始動口1スイッチ36a、始動口2スイッチ37a、入賞口スイッチ35a、大入賞口スイッチ39aから正常な信号の入力があるか否かの監視や、エラーの監視(前面枠やガラス枠が開放されていないかなど)を行う入賞口スイッチ/状態監視処理を実行する(A1308)。 Next, the game control device 100 executes a payout command transmission process (A1307) that outputs commands (such as payout commands) that have been set in the transmission buffer by various processes to the payout control device 200. After that, it executes a win port switch/status monitoring process (A1308) that monitors whether or not there is a normal signal input from the start port 1 switch 36a, the start port 2 switch 37a, the win port switch 35a, and the large win port switch 39a, and monitors for errors (such as whether the front frame or glass frame is open).

次に、遊技制御装置100は、遊技停止中であるか否かを判定する(A1309)。安全装置が作動した場合(安全装置作動中フラグ=1の場合)や、遊技を停止する必要のある強エラー2が発生している場合に、遊技停止中であると判定できる。 Next, the game control device 100 determines whether or not the game is stopped (A1309). If the safety device is activated (if the safety device activation flag = 1) or if a severe error 2 that requires the game to be stopped has occurred, it can determine that the game is stopped.

遊技制御装置100は、遊技停止中でない場合に(A1309の結果が「N」)、特図ゲーム処理(A1310)、役物ゲーム処理(A1311)、普図ゲーム処理(A1312)、セグメントLED編集処理(A1313)を実行する。その後、ステップA1314以降の処理を実行する。なお、エラーが全く発生していない場合の他に、弱エラーと強エラー1が発生している場合にも、特図ゲーム処理(A1310)、役物ゲーム処理(A1311)、普図ゲーム処理(A1312)、セグメントLED編集処理(A1313)を実行する。 When the game is not stopped (result of A1309 is "N"), the game control device 100 executes special game processing (A1310), accessory game processing (A1311), normal game processing (A1312), and segment LED editing processing (A1313). After that, it executes the processing from step A1314 onwards. In addition to when no error has occurred, the game control device 100 also executes special game processing (A1310), accessory game processing (A1311), normal game processing (A1312), and segment LED editing processing (A1313) when a weak error and strong error 1 have occurred.

セグメントLED編集処理では、一括表示装置50を構成する複数のセグメントLEDの一部(記憶表示部やラウンド表示部等:LEDランプD3-D7、D11-D17)の駆動に関する設定等が実行される。なお、一括表示装置50の他の一部(変動表示部:LEDランプD1、D2、D8、D10、D18)の駆動に関する設定等は、図柄変動制御処理(A2615、A2617、A7615)で実行される。一括表示装置50の別の他の一部(確率状態表示部:LEDランプD9)の駆動に関する設定等は、停電復旧処理(A1048)などで実行される。 In the segment LED editing process, settings related to the operation of some of the multiple segment LEDs that make up the collective display device 50 (memory display section, round display section, etc.: LED lamps D3-D7, D11-D17) are executed. Settings related to the operation of other parts of the collective display device 50 (variation display section: LED lamps D1, D2, D8, D10, D18) are executed in the pattern variation control process (A2615, A2617, A7615). Settings related to the operation of another part of the collective display device 50 (probability status display section: LED lamp D9) are executed in the power outage recovery process (A1048) etc.

遊技制御装置100は、遊技停止中である場合に(A1309の結果が「Y」)、特図ゲーム処理(A1310)、役物ゲーム処理(A1311)、普図ゲーム処理(A1312)、セグメントLED編集処理(A1313)を実行することなく、ステップA1314以降の処理に移行する。このように安全装置が作動した場合や、強エラー2が発生して遊技停止中である場合に、特図ゲーム処理(A1310)と普図ゲーム処理(A1312)が実行されないため、特図保留数(A2906、A4611)と普図保留数(A7707、A7918)は変化しない。一方、弱エラーや強エラー1が発生して場合に、遊技停止中でなく、特図ゲーム処理(A1310)と普図ゲーム処理(A1312)が実行されるため、特図保留数(A2906、A4611)と普図保留数(A7707、A7918)は+1更新(保留発生時)や-1更新(保留消化時)によって変化可能である。 When play is stopped (result of A1309 is "Y"), the game control device 100 proceeds to processing from step A1314 onwards without executing the special game processing (A1310), the gimmick game processing (A1311), the normal game processing (A1312) or the segment LED editing processing (A1313). In this way, when the safety device is activated or when strong error 2 occurs and play is stopped, the special game processing (A1310) and the normal game processing (A1312) are not executed, so the number of reserved special games (A2906, A4611) and the number of reserved normal games (A7707, A7918) do not change. On the other hand, when a weak error or strong error 1 occurs, the game is not stopped and the special game process (A1310) and regular game process (A1312) are executed, so the number of reserved special games (A2906, A4611) and the number of reserved regular games (A7707, A7918) can be changed by updating by +1 (when a reservation is made) or -1 (when a reservation is consumed).

なお、弱エラーと強エラー1と強エラー2などのエラーの種類に応じて、特図ゲーム処理(A1310)、役物ゲーム処理(A1311)、普図ゲーム処理(A1312)、セグメントLED編集処理(A1313)のうちいずれか一部を実行してその他を実行しない構成も可能である。例えば、強エラー2が発生した場合に、セグメントLED編集処理だけは実行するなどしてよい。 Depending on the type of error, such as a weak error, strong error 1, or strong error 2, it is also possible to configure the system to execute some of the special game processing (A1310), the gimmick game processing (A1311), the normal game processing (A1312), and the segment LED editing processing (A1313), but not execute the others. For example, if a strong error 2 occurs, only the segment LED editing processing may be executed.

さらに、遊技制御装置100は、安全装置の状態に対応する安全装置作動情報を演出コマンドとして演出制御装置300に送信したり、安全装置作動中フラグを設定できる安全装置関連処理を実行する(A1314)。そして、磁気センサスイッチ61からの検出信号をチェックして異常がないか否かを判定する磁石不正監視処理を実行する(A1315)。さらに、遊技盤の電波センサ62からの検出信号をチェックして異常がないか否かを判定する電波不正監視処理(盤電波不正監視処理)を実行する(A1316)。 The game control device 100 also executes safety device-related processing, which can send safety device operation information corresponding to the state of the safety device to the performance control device 300 as a performance command and set a safety device operation flag (A1314). It then executes magnet fraud monitoring processing, which checks the detection signal from the magnetic sensor switch 61 to determine whether there are any abnormalities (A1315). It also executes radio fraud monitoring processing (board radio fraud monitoring processing), which checks the detection signal from the radio wave sensor 62 of the game board to determine whether there are any abnormalities (A1316).

その後、遊技制御装置100は、振動センサ65からの入力に基づいて振動による不正を監視する振動不正監視処理を実行する(A1317)。次に、大入賞口からの異常排出を監視する異常排出監視処理を実行する(A1318)。異常排出監視処理では、特別変動入賞装置39における大入賞口スイッチ39a、特定領域スイッチ72(V入賞口スイッチ)、残存球排出口スイッチ73からの入力に基づいて、特別変動入賞装置39の異常排出を監視し、異常排出が発生した場合に異常排出発生中フラグが設定される。なお、特別変動入賞装置39の大入賞口スイッチ39aを通過した遊技球は、特定領域スイッチ72(V入賞口スイッチ)又は残存球排出口スイッチ73を通過して排出される。 Then, the game control device 100 executes a vibration fraud monitoring process to monitor fraud caused by vibration based on the input from the vibration sensor 65 (A1317). Next, an abnormal discharge monitoring process to monitor abnormal discharge from the large prize opening is executed (A1318). In the abnormal discharge monitoring process, abnormal discharge of the special variable prize winning device 39 is monitored based on the input from the large prize opening switch 39a, the specific area switch 72 (V prize opening switch), and the remaining ball discharge opening switch 73 in the special variable prize winning device 39, and an abnormal discharge occurrence flag is set when an abnormal discharge occurs. Note that the game ball that passes through the large prize opening switch 39a of the special variable prize winning device 39 passes through the specific area switch 72 (V prize opening switch) or the remaining ball discharge opening switch 73 and is discharged.

次に、遊技制御装置100は、各種外部装置に出力する信号を出力バッファにセットする外部情報編集処理を実行する(A1319)。そして、ステップA1309等と同じく、遊技停止中であるか否かを判定する(A1320)。 Next, the game control device 100 executes an external information editing process that sets signals to be output to various external devices in an output buffer (A1319). Then, as in step A1309, it determines whether or not the game is stopped (A1320).

遊技制御装置100は、遊技停止中でない場合に(A1320の結果が「N」)、フラグレジスタを領域内スタック領域に退避し(A1321)、安全装置カウンタ値の更新(差玉数の算出)や性能表示装置152の表示制御などを行う領域外統合処理を実行する(A1322)。その後、フラグレジスタを復帰して(A1323)、タイマ割込み処理を終了する。安全装置が作動しておらず且つ強エラー2が発生していない場合に、遊技停止中でなく、領域外統合処理等を含めてステップA1321-A1323の処理が実行される。 When the game is not stopped (result of A1320 is "N"), the game control device 100 saves the flag register to the in-area stack area (A1321) and executes outside-area integration processing (A1322) to update the safety device counter value (calculate the difference in number of balls) and control the display of the performance display device 152. After that, it restores the flag register (A1323) and ends the timer interrupt processing. When the safety device is not activated and strong error 2 has not occurred, the game is not stopped and the processing of steps A1321-A1323 is executed, including the outside-area integration processing.

なお、後述のように、領域外統合処理に移行する際に、スタックポインタを遊技制御に関連する領域内スタック領域から領域外スタック領域に切り替える。その際、遊技制御用のスタックポインタをRAM111cのスタックポインタ保存領域に保存する時にフラグレジスタのフラグ(特にゼロフラグ)が変化する可能性があるため、ステップA1321において事前にフラグレジスタを退避しておく。 As described below, when transitioning to the outside-area integration process, the stack pointer is switched from the inside-area stack area related to game control to the outside-area stack area. At that time, since there is a possibility that the flags in the flag register (especially the zero flag) will change when the stack pointer for game control is saved in the stack pointer saving area of RAM 111c, the flag register is saved in advance in step A1321.

一方、遊技制御装置100は、遊技停止中である場合に(A1320の結果が「Y」)、領域外統合処理等を実行することなく、タイマ割込み処理を終了する。即ち、安全装置が作動した場合(安全装置作動中フラグ=1の場合)や強エラー2が発生している場合に、領域外統合処理が実行されないため、安全装置カウンタ値は更新されないしベース値などの性能表示の表示内容は更新されない。これにより、遊技停止中の不要な制御を省略できる。 On the other hand, when play is stopped (the result of A1320 is "Y"), the game control device 100 ends the timer interrupt process without executing the outside area integration process, etc. In other words, when the safety device is activated (when the safety device activated flag = 1) or when strong error 2 occurs, the outside area integration process is not executed, so the safety device counter value is not updated and the displayed contents of the performance display, such as the base value, are not updated. This makes it possible to omit unnecessary control while play is stopped.

なお、上記と異なり、強エラー2が発生しても、遊技停止とせず、特図ゲーム処理(A1310)、役物ゲーム処理(A1311)、普図ゲーム処理(A1312)、セグメントLED編集処理(A1313)を実行する構成も可能である。また、強エラー2が発生しても、領域外統合処理等を実行する構成も可能である。 Unlike the above, even if a strong error 2 occurs, it is also possible to configure the system so that the game does not stop, but instead executes special game processing (A1310), gimmick game processing (A1311), normal game processing (A1312), and segment LED editing processing (A1313). It is also possible to configure the system so that even if a strong error 2 occurs, the outside area integration processing, etc. is executed.

また、タイマ割込み処理のリターンの際、割込み禁止状態の復元やレジスタバンクの指定の復元は、自動的に行われる構成とするが、使用するCPUによっては、外部情報編集処理の後に、割込みを許可する処理やレジスタバンクの指定をレジスタバンク0に戻す処理を行ってもよい。 When the timer interrupt process returns, the interrupt disabled state and the register bank designation are automatically restored, but depending on the CPU used, the process of allowing interrupts and returning the register bank designation to register bank 0 may be performed after the external information editing process.

〔出力処理〕
次に、タイマ割込み処理(図9)における出力処理(A1306)の詳細について説明する。図10は、出力処理の手順を示すフローチャートである。
[Output processing]
Next, the output process (A1306) in the timer interrupt process (FIG. 9) will be described in detail with reference to the flowchart of FIG.

遊技制御装置100は、まず、一括表示装置(LED)50のセグメントのデータを出力する出力ポート135(セグメント出力ポート)(図3参照)にオフデータを出力して出力ポート135をリセットする(A1601)。続いて、全ソレノイド(大入賞口ソレノイド38b、39b、レバーソレノイド86b、普電ソレノイド37c)に対するオフの出力データをセットする(A1602)。そして、ステップA1309等と同じく、遊技停止中であるか否かを判定する(A1603)。安全装置が作動した場合(安全装置作動中フラグ=1の場合)や、遊技を停止する必要のある強エラー2が発生している場合に、遊技停止中であると判定できる。 The game control device 100 first outputs off data to the output port 135 (segment output port) (see FIG. 3) that outputs data on the segments of the collective display device (LED) 50, and resets the output port 135 (A1601). Next, it sets off output data for all solenoids (big prize opening solenoids 38b, 39b, lever solenoid 86b, and normal power solenoid 37c) (A1602). Then, as in step A1309, it determines whether or not play is stopped (A1603). If the safety device is activated (if the safety device activation flag = 1) or if a strong error 2 that requires play to be stopped has occurred, it can be determined that play is stopped.

遊技制御装置100は、遊技停止中でない場合に(A1603の結果が「N」)、大入賞口ソレノイド38b、39b、レバーソレノイド86b、普電ソレノイド37cのデータを出力するソレノイド出力ポート134に出力するデータを合成する(A1604)。そして、ソレノイド出力ポート134にデータを出力する(A1605)。遊技停止中である場合に(A1603の結果が「Y」)、何もせず、ステップA1605の処理に移行して、ソレノイド出力ポート134にオフデータ(A1602)を出力する。これにより、遊技停止状態である場合に、全ソレノイドの動作が停止し、大入賞口、特定領域86、普通変動入賞装置37等が閉鎖して閉状態となる。このように遊技停止状態において大入賞口が閉鎖されてラウンド遊技(大当り中や小当り中での遊技)が実行できない。 When the game is not stopped (result of A1603 is "N"), the game control device 100 synthesizes data to be output to the solenoid output port 134 that outputs data for the large prize opening solenoids 38b and 39b, the lever solenoid 86b, and the normal power solenoid 37c (A1604). Then, it outputs data to the solenoid output port 134 (A1605). When the game is stopped (result of A1603 is "Y"), it does nothing, moves to the processing of step A1605, and outputs off data (A1602) to the solenoid output port 134. As a result, when the game is stopped, the operation of all solenoids stops, and the large prize opening, the specific area 86, the normal variable prize opening device 37, etc. are closed and are in a closed state. In this way, when the game is stopped, the large prize opening is closed and round play (play during a large win or small win) cannot be performed.

そして、遊技制御装置100は、一括表示装置(LED)50のデジット線を順次スキャンするためのデジットカウンタの値を0~3の範囲で+1更新する(1だけ加算するが3の次は0に更新される)(A1606)。さらに、デジットカウンタの値に対応するLEDのデジット線へのデジット出力データを取得する(A1607)。そして、取得したデジット出力データと外部情報データを合成し(A1608)、合成したデータをデジット出力・外部情報出力ポート136に出力する(A1609)。 Then, the game control device 100 updates the value of the digit counter for sequentially scanning the digit lines of the collective display device (LED) 50 by +1 in the range of 0 to 3 (it adds 1, but updates to 0 after 3) (A1606). Furthermore, it acquires digit output data for the digit line of the LED corresponding to the digit counter value (A1607). It then combines the acquired digit output data with the external information data (A1608) and outputs the combined data to the digit output/external information output port 136 (A1609).

次に、遊技制御装置100は、セグメント線へのセグメント出力データとしてオフデータをセットする(A1610)。そして、発射禁止の出力データをセットする(A1611)。さらに、ステップA1603等と同じく、遊技停止中であるか否かを判定する(A1612)。 Next, the game control device 100 sets off data as the segment output data to the segment line (A1610). Then, it sets output data prohibiting firing (A1611). Furthermore, as in step A1603, it determines whether or not the game is stopped (A1612).

遊技制御装置100は、遊技停止中でない場合に(A1612の結果が「N」)、デジットカウンタの値に対応するRAM111c内のセグメント領域からセグメント線へのセグメント出力データをロードし(A1613)、発射許可の出力データをセットし(A1614)、ロードしたセグメント出力データをセグメント出力用の出力ポート135に出力する(A1615)。なお、このセグメント領域は、領域内ワーク領域(遊技制御用ワーク領域)に含まれてよい。 When the game is not stopped (result of A1612 is "N"), the game control device 100 loads segment output data from the segment area in RAM 111c corresponding to the value of the digit counter to the segment line (A1613), sets output data for permission to launch (A1614), and outputs the loaded segment output data to the output port 135 for segment output (A1615). Note that this segment area may be included in the in-area work area (work area for game control).

このように、遊技停止中でない場合に、デジットカウンタの値が0~3の範囲で+1更新される度に、新たなデジット線が選択されて、このデジット線が接続する桁の8本のセグメント線にセグメント出力データが出力される。桁0~桁3(デジット0~3)が順次選択されて、一括表示装置50に対するダイナミック駆動方式(ダイナミック点灯制御)が実現される。 In this way, when the game is not stopped, each time the digit counter value is updated by +1 within the range of 0 to 3, a new digit line is selected and segment output data is output to the eight segment lines of the digit to which this digit line is connected. Digits 0 to 3 (digits 0 to 3) are selected in sequence, and a dynamic drive method (dynamic lighting control) for the collective display device 50 is realized.

一方、遊技制御装置100は、遊技停止中である場合に(A1612の結果が「Y」)、ステップA1613とA1614の処理をすることなく、オフデータ(A1610)をセグメント出力用の出力ポート135に出力する(A1615)。これにより、安全装置が作動した場合(安全装置作動中フラグ=1の場合)や強エラー2が発生している場合の遊技停止状態において、一括表示装置50は消灯する。これにより、遊技停止状態において特図変動表示ゲームと普図変動表示ゲームが実行できない。そして、一括表示装置50を見た遊技者は、遊技停止中であることや、安全装置が作動したこと又は強エラー2(不正系エラー)が発生したことを認識できる。 On the other hand, when play is stopped (result of A1612 is "Y"), the game control device 100 outputs off data (A1610) to the output port 135 for segment output (A1615) without processing steps A1613 and A1614. As a result, when the safety device is activated (when the safety device activated flag = 1) or when strong error 2 occurs and play is stopped, the collective display device 50 is turned off. As a result, the special chart change display game and the regular chart change display game cannot be executed in the game stopped state. Then, a player who looks at the collective display device 50 can recognize that play is stopped, that the safety device has been activated, or that strong error 2 (fraudulent error) has occurred.

続いて、遊技制御装置100は、外部情報端子71に出力する外部情報データをロードして合成し(A1616)、さらに、合成した外部情報データと発射許可または発射禁止の出力データを合成し(A1617)、最終的に合成したデータを外部情報・発射許可信号出力ポート137に出力する(A1618)。なお、ここで、遊技停止中でない場合に発射許可の出力データになり(A1614)、遊技停止中である場合に発射禁止(発射停止)の出力データになる(A1611)。これにより、安全装置が作動した場合や強エラー2が発生している場合の遊技停止状態において、球発射装置からの遊技球の発射が禁止されるようになっている一方で、遊技停止状態でなければ、球発射装置からの遊技球の発射が許可されるようになっている。なお、遊技停止状態でも、球発射装置からの遊技球の発射を許可して、発射禁止(発射停止)しない構成も可能である。 Next, the game control device 100 loads and synthesizes the external information data to be output to the external information terminal 71 (A1616), further synthesizes the synthesized external information data with the output data for launch permission or launch prohibition (A1617), and finally outputs the synthesized data to the external information/launch permission signal output port 137 (A1618). Note that here, if the game is not stopped, the output data becomes launch permission (A1614), and if the game is stopped, the output data becomes launch prohibition (launch stop) (A1611). As a result, when the safety device is activated or when a strong error 2 occurs, the launch of game balls from the ball launcher is prohibited in the game stop state, while the launch of game balls from the ball launcher is permitted if the game is not stopped. Note that it is also possible to configure the ball launcher to permit the launch of game balls even in the game stop state, without prohibiting launch (launch stop).

次に、遊技制御装置100は、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート1に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート1に合成したデータを出力する(A1619)。その後、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート2に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート2に合成したデータを出力する(A1620)。 Next, the game control device 100 loads and synthesizes the data to be output to the test terminal output port 1 on the relay board 70, which outputs the test signal to the test firing test device, and outputs the synthesized data to the test terminal output port 1 on the relay board 70 (A1619). After that, it loads and synthesizes the data to be output to the test terminal output port 2 on the relay board 70, which outputs the test signal to the test firing test device, and outputs the synthesized data to the test terminal output port 2 on the relay board 70 (A1620).

次に、遊技制御装置100は、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート3に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート3へ合成したデータを出力する(A1621)。さらに、試射試験装置の試験信号を出力する中継基板70上の試験端子出力ポート4に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート4に合成したデータを出力する(A1622)。そして、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート5に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート5に合成したデータを出力する(A1623)。 Next, the game control device 100 loads and synthesizes data to be output to test terminal output port 3 on the relay board 70, which outputs a test signal to the test firing test device, and outputs the synthesized data to test terminal output port 3 on the relay board 70 (A1621). Furthermore, it loads and synthesizes data to be output to test terminal output port 4 on the relay board 70, which outputs a test signal to the test firing test device, and outputs the synthesized data to test terminal output port 4 on the relay board 70 (A1622). Then, it loads and synthesizes data to be output to test terminal output port 5 on the relay board 70, which outputs a test signal to the test firing test device, and outputs the synthesized data to test terminal output port 5 on the relay board 70 (A1623).

次に、遊技制御装置100は、性能表示装置(LED)152のセグメントのデータを出力する出力ポート141(セグメント出力ポート2)にオフデータを出力して出力ポート141をリセットする(A1624)。次に、性能表示装置152のデジット線を順次スキャンするためのデジットカウンタ2の値を0~3の範囲で+1更新する(1だけ加算するが3の次は0に更新される)(A1625)。さらに、デジットカウンタ2の値に対応するLEDのデジット線へのデジット出力データを取得する(A1626)。そして、取得したデジット出力データを出力ポート142(デジット出力ポート2)に出力する(A1627)。 Next, the game control device 100 outputs off data to the output port 141 (segment output port 2) that outputs the data of the segment of the performance display device (LED) 152, and resets the output port 141 (A1624). Next, the value of the digit counter 2, which is used to sequentially scan the digit lines of the performance display device 152, is updated by +1 in the range of 0 to 3 (it only adds 1, but after 3 it is updated to 0) (A1625). Furthermore, it acquires the digit output data to the digit line of the LED that corresponds to the value of the digit counter 2 (A1626). Then, it outputs the acquired digit output data to the output port 142 (digit output port 2) (A1627).

次に、遊技制御装置100は、ステップA1603等と同じく、遊技停止中であるか否かを判定する(A1628)。遊技停止中でない場合に(A1628の結果が「N」)、デジットカウンタ2の値に対応するRAM111c内の性能表示装置セグメント領域からセグメント出力データをロードする(A1629)。性能表示装置セグメント領域は、性能情報やその表示(性能表示)に関連する性能表示用ワーク領域に含まれる。そして、ロードしたセグメント出力データを性能表示装置152用の出力ポート141(セグメント出力ポート2)に出力し(A1630)、その後、出力処理を終了する。 Next, the game control device 100 determines whether or not the game is stopped, as in step A1603 etc. (A1628). If the game is not stopped (the result of A1628 is "N"), it loads segment output data from the performance display device segment area in RAM 111c corresponding to the value of digit counter 2 (A1629). The performance display device segment area is included in the performance display work area related to performance information and its display (performance display). Then, it outputs the loaded segment output data to the output port 141 (segment output port 2) for the performance display device 152 (A1630), and then ends the output process.

一方、遊技制御装置100は、遊技停止中である場合に(A1628の結果が「Y」)、ステップA1629とA1630の処理を実行することなく、出力処理を終了する。従って、安全装置が作動して遊技停止中である場合(安全装置作動中フラグ=1の場合)や強エラー2が発生して遊技停止中である場合に、性能表示装置セグメント領域のセグメント出力データを出力ポート141に出力できないため、ステップA1624のオフデータがそのまま性能表示装置152用の出力ポート141に出力される。そして、この場合に、デジットカウンタ2の値が0~3の範囲で一巡すると、性能表示装置152は、全LEDが強制的に消灯して非表示になり、性能表示装置152を見た遊技場の責任者や係員は、遊技停止中であることや安全装置が作動したこと又は強エラー2(不正系エラー)が発生したことを認識できる。 On the other hand, when the game is stopped (result of A1628 is "Y"), the game control device 100 ends the output process without executing the processes of steps A1629 and A1630. Therefore, when the safety device is activated and the game is stopped (when the safety device activated flag = 1) or when the game is stopped due to the occurrence of strong error 2, the segment output data of the performance display device segment area cannot be output to the output port 141, so the off data of step A1624 is output as it is to the output port 141 for the performance display device 152. In this case, when the value of digit counter 2 goes through the range of 0 to 3, all LEDs of the performance display device 152 are forcibly turned off and hidden, and the person in charge or staff of the game facility who sees the performance display device 152 can recognize that the game is stopped, that the safety device has been activated, or that strong error 2 (fraudulent error) has occurred.

また、強エラー2が発生しても、遊技停止とせず、ステップA1629とA1630の処理等を実行する構成も可能である。 It is also possible to configure the device to execute steps A1629 and A1630, etc., without stopping the game even if strong error 2 occurs.

〔入賞口スイッチ/状態監視処理〕
次に、タイマ割込み処理(図9)における入賞口スイッチ/状態監視処理(A1308)の詳細について説明する。図11は、入賞口スイッチ/状態監視処理の手順を示すフローチャートである。
[Winning port switch/status monitoring process]
Next, the details of the winning port switch/state monitoring process (A1308) in the timer interrupt process (FIG. 9) will be described. FIG. 11 is a flow chart showing the procedure of the winning port switch/state monitoring process.

遊技制御装置100は、まず、領域内ワーク領域に含まれる獲得遊技球数領域を0クリアする(A2001)。これにより、獲得遊技球数領域は、1割込み内(所定時間周期内)に獲得した賞球の数(合計)である獲得遊技球数を格納する領域となる。なお、獲得遊技球数は、1割込み内でのセーフ球数の増加に等しい。そして、上大入賞口(特別変動入賞装置39)内の上大入賞口スイッチ39aに対応する入賞口監視テーブル1を準備する(A2002)。そして、上大入賞口が開いていないにもかかわらず上大入賞口に不正な入賞がないかを監視するとともに正常な入賞を検出する不正&入賞監視処理を実行する(A2003)。 The game control device 100 first clears the number of acquired game balls area included in the work area within the area to 0 (A2001). As a result, the number of acquired game balls area becomes an area that stores the number of acquired game balls, which is the number of prize balls (total) acquired within one interrupt (within a specified time period). The number of acquired game balls is equal to the increase in the number of safe balls within one interrupt. Then, a prize opening monitoring table 1 corresponding to the upper large prize opening switch 39a in the upper large prize opening (special variable prize opening device 39) is prepared (A2002). Then, the game control device 100 executes an illegal and winning monitoring process that monitors whether there is any illegal winning at the upper large prize opening even though the upper large prize opening is not open, and detects normal winning (A2003).

その後、遊技制御装置100は、下大入賞口(特別変動入賞装置38)内の下大入賞口スイッチ38aに対応する入賞口監視テーブル2を準備する(A2004)。そして、下大入賞口が開いていないにもかかわらず下大入賞口に不正な入賞がないかを監視するとともに正常な入賞を検出する不正&入賞監視処理を実行する(A2005)。 Then, the game control device 100 prepares a winning port monitoring table 2 corresponding to the lower large winning port switch 38a in the lower large winning port (special variable winning device 38) (A2004). Then, even though the lower large winning port is not open, it monitors whether there is any illegal winning at the lower large winning port and executes an illegal & winning monitoring process to detect normal winning (A2005).

そして、遊技制御装置100は、普通変動入賞装置37内の始動口2スイッチ37aに対応する入賞口監視テーブルを準備する(A2006)。そして、不正入賞を監視するとともに正常な入賞を検出する不正&入賞監視処理を実行する(A2007)。続いて、常時入賞可能で不正監視が不要な入賞口スイッチの入賞口監視テーブルを準備する(A2008)。常時入賞可能な入賞口スイッチは、始動口1スイッチ36aや一般入賞口35等である。 Then, the game control device 100 prepares a winning port monitoring table corresponding to the start port 2 switch 37a in the normal variable winning device 37 (A2006). Then, it executes a fraud & winning monitoring process to monitor for fraudulent winning and detect normal winning (A2007). Next, it prepares a winning port monitoring table for winning port switches that allow winning at any time and do not require fraud monitoring (A2008). Examples of winning port switches that allow winning at any time are the start port 1 switch 36a and the general winning port 35.

次に、遊技制御装置100は、入賞数を更新する入賞数カウンタ更新処理を実行する(A2009)。そして、状態を監視すべき複数のスイッチ並びに信号のうちいずれのスイッチ又は信号を今回の監視の対象とするかを順番に指定するための状態スキャンカウンタを更新する(A2010)。状態スキャンカウンタは0から3の範囲で更新される。 Next, the game control device 100 executes a win count counter update process to update the number of wins (A2009). Then, it updates a status scan counter to specify, in order, which of the multiple switches and signals whose states should be monitored, should be the target of this monitoring (A2010). The status scan counter is updated within the range of 0 to 3.

その後、遊技制御装置100は、状態スキャンカウンタの値に応じて、監視する状態を設定するための遊技機状態監視テーブル1を準備する(A2011)。そして、エラーが発生しているかなどの状態を判定する遊技機状態チェック処理を実行する(A2012)。 Then, the gaming control device 100 prepares a gaming machine status monitoring table 1 for setting the status to be monitored according to the value of the status scan counter (A2011). Then, it executes a gaming machine status check process to determine the status, such as whether an error has occurred (A2012).

状態スキャンカウンタの値を遊技機状態監視テーブル1に参照することで、状態スキャンカウンタの値が0である場合はスイッチのコネクタ抜けなどの発生により出力される異常検知信号に基づく状態(スイッチ異常エラー)の監視が設定され、状態スキャンカウンタの値が1である場合は払出制御装置200からのシュート玉切れスイッチ信号に基づく状態(シュート球切れエラー)の監視が設定される。状態スキャンカウンタの値が2である場合はオーバーフロースイッチ信号に基づく状態(オーバーフローエラー)の監視が設定され、状態スキャンカウンタの値が3である場合は払出異常ステータス信号に基づく状態(払出異常エラー)の監視が設定される。このように、遊技機状態監視テーブル1では、弱エラーが監視される。 By referencing the value of the status scan counter in the gaming machine status monitoring table 1, if the value of the status scan counter is 0, monitoring of the status (switch abnormality error) based on the abnormality detection signal output due to an occurrence such as a switch connector coming loose is set, and if the value of the status scan counter is 1, monitoring of the status (shoot ball out error) based on the chute ball out switch signal from the payout control device 200 is set. If the value of the status scan counter is 2, monitoring of the status (overflow error) based on the overflow switch signal is set, and if the value of the status scan counter is 3, monitoring of the status (payout abnormality error) based on the payout abnormality status signal is set. In this way, weak errors are monitored in the gaming machine status monitoring table 1.

次に、遊技制御装置100は、状態スキャンカウンタの値に応じて、監視する状態を設定するための遊技機状態監視テーブル2を準備する(A2013)。そして、エラーが発生しているかなどの状態を判定する遊技機状態チェック処理を実行する(A2014)。 Next, the gaming control device 100 prepares a gaming machine status monitoring table 2 for setting the status to be monitored according to the value of the status scan counter (A2013). Then, it executes a gaming machine status check process to determine the status, such as whether an error has occurred (A2014).

状態スキャンカウンタの値を遊技機状態監視テーブル2に参照することで、状態スキャンカウンタの値が0である場合はガラス枠開放検出スイッチから出力される信号に基づく状態(ガラス枠開放エラー)の監視が設定され、状態スキャンカウンタの値が1である場合は前面枠開放検出スイッチから出力される信号に基づく状態(本体枠開放エラー、前面枠開放エラー)の監視が設定される。また、状態スキャンカウンタの値が2である場合は枠電波不正信号に基づく状態(枠電波不正)の監視が設定され、状態スキャンカウンタの値が3である場合はタッチスイッチ信号に基づく状態の監視が設定される。 By referencing the value of the status scan counter in the gaming machine status monitoring table 2, if the value of the status scan counter is 0, monitoring of the status based on the signal output from the glass frame open detection switch (glass frame open error) is set, and if the value of the status scan counter is 1, monitoring of the status based on the signal output from the front frame open detection switch (main frame open error, front frame open error) is set. Also, if the value of the status scan counter is 2, monitoring of the status based on the frame radio wave illegal signal (frame radio wave illegal) is set, and if the value of the status scan counter is 3, monitoring of the status based on the touch switch signal is set.

次に、遊技制御装置100は、状態スキャンカウンタの値が0であるか否かを判定する(A2015)。そして、エラースキャンカウンタの値が0でない場合には(A2015の結果が「N」)、ステップA2017の処理に移行する。 Next, the game control device 100 determines whether the value of the status scan counter is 0 (A2015). If the value of the error scan counter is not 0 (the result of A2015 is "N"), the game control device 100 proceeds to processing of step A2017.

また、遊技制御装置100は、エラースキャンカウンタの値が0である場合には(A2015の結果が「Y」)、払出制御装置200が払出制御を開始可能であるかを示す払出ビジー信号に基づきビジー信号ステータス(払出ビジー信号フラグ)を設定する払出ビジー信号チェック処理を実行し(A2016)、ステップA2017の処理に移行する。 In addition, if the value of the error scan counter is 0 (result of A2015 is "Y"), the game control device 100 executes a payout busy signal check process (A2016) to set a busy signal status (payout busy signal flag) based on a payout busy signal indicating whether the payout control device 200 is able to start payout control, and proceeds to processing of step A2017.

なお、ステップA2016の処理は、タイマ割込み毎に更新される状態スキャンカウンタの値が0の場合のみ実行されるため、4回のタイマ割込みに1回の割合で実行されることとなる。すなわち、タイマ割込みが4ms毎に行われる場合は、16ms毎にA2016の処理が行われることとなる。 The processing of step A2016 is executed only when the value of the status scan counter, which is updated at each timer interrupt, is 0, so it is executed once every four timer interrupts. In other words, if the timer interrupt occurs every 4 ms, the processing of A2016 is executed every 16 ms.

次に、遊技制御装置100は、不適切なタイミングで特定領域スイッチ72を遊技球が通過したか否かを監視するV通過タイミング監視処理を実行する(A2017)。V通過タイミング監視処理では、不適切なタイミングで特定領域スイッチ72の検出信号が発生した場合にV通過エラーとする。 Next, the game control device 100 executes a V-passing timing monitoring process that monitors whether or not the game ball has passed the specific area switch 72 at an inappropriate timing (A2017). In the V-passing timing monitoring process, if a detection signal of the specific area switch 72 is generated at an inappropriate timing, it is determined to be a V-passing error.

続いて、遊技制御装置100は、特定領域スイッチ72に遊技球が残っていないかを監視する残存球監視処理を実行し(A2018)、入賞口スイッチ/状態監視処理を終了する。 Then, the game control device 100 executes a remaining ball monitoring process to monitor whether any game balls remain in the specific area switch 72 (A2018), and ends the winning port switch/status monitoring process.

なお、入賞口スイッチ/状態監視処理におけるV通過タイミング監視処理と残存球監視処理は、本実施形態のようないわゆる1種2種混合機(1+2種機)に必要であり、通常の1種パチンコ機では不要となることもある。 The V-pass timing monitoring process and remaining ball monitoring process in the winning slot switch/status monitoring process are necessary for so-called Type 1 and Type 2 mixed machines (Type 1+2 machines) such as this embodiment, but may not be necessary for normal Type 1 pachinko machines.

〔不正&入賞監視処理〕
図12は、不正&入賞監視処理の手順を示すフローチャートである。不正&入賞監視処理は、図11に示した入賞口スイッチ/状態監視処理におけるステップA2003、A2005、A2007にて実行される。
[Fraud & Winning Monitoring Processing]
12 is a flow chart showing the procedure of the fraud and winning monitoring process. The fraud and winning monitoring process is executed in steps A2003, A2005, and A2007 in the winning port switch/state monitoring process shown in FIG.

不正&入賞監視処理は、特別変動入賞装置38内の下大入賞口スイッチ38a、特別変動入賞装置39の上大入賞口スイッチ39a、普通変動入賞装置37内の入賞口スイッチ(始動口2スイッチ37a)に対して行われる処理である。第2始動入賞口(普通変動入賞装置37)や大入賞口(特別変動入賞装置38、39)については、無理やり開閉部材を開いて遊技球を入れて賞球を払い出させる不正が行われ易いため、入賞の検出の他に不正の監視をする。 The fraud and winning monitoring process is performed on the lower large winning port switch 38a in the special variable winning device 38, the upper large winning port switch 39a in the special variable winning device 39, and the winning port switch (start port 2 switch 37a) in the normal variable winning device 37. The second start winning port (normal variable winning device 37) and the large winning port (special variable winning devices 38, 39) are prone to fraud whereby the opening and closing member is forcibly opened to insert game balls and pay out prize balls, so in addition to detecting winning, they are monitored for fraud.

遊技制御装置100は、まず、エラー監視対象の入賞口スイッチの不正監視期間フラグをチェックし(A2101)、不正監視期間中であるか否かを判定する(A2102)。例えば、不正監視期間とは、エラー監視対象の入賞口スイッチが本来遊技球を検出しない期間であり、例えば入賞口スイッチが下大入賞口スイッチ38aである場合に特別変動入賞装置38を開放する特別遊技状態中以外の期間である。 The game control device 100 first checks the fraudulent monitoring period flag of the prize winning port switch that is the object of error monitoring (A2101), and determines whether or not it is in the fraudulent monitoring period (A2102). For example, the fraudulent monitoring period is a period during which the prize winning port switch that is the object of error monitoring does not normally detect game balls, and is a period other than the special game state in which the special variable prize winning device 38 is opened when the prize winning port switch is the lower large prize winning port switch 38a.

そして、遊技制御装置100は、不正監視期間である場合には(A2102の結果が「Y」)、対象の入賞口スイッチに入力があるか否かを判定する(A2103)。対象の入賞口スイッチに入力がない場合には(A2103の結果が「N」)、対象の報知タイマ更新情報をロードする(A2112)。また、対象の入賞口スイッチに入力がある場合には(A2103の結果が「Y」)、対象の不正入賞数を+1更新し(A2104)、加算後の不正入賞数が監視対象の不正発生判定個数(例えば5個)以上であるか否かを判定する(A2105)。 Then, if it is the fraud monitoring period (the result of A2102 is "Y"), the game control device 100 judges whether there is an input to the target winning port switch (A2103). If there is no input to the target winning port switch (the result of A2103 is "N"), it loads the target alarm timer update information (A2112). Also, if there is an input to the target winning port switch (the result of A2103 is "Y"), it updates the target number of fraudulent wins by +1 (A2104), and judges whether the number of fraudulent wins after the increment is equal to or greater than the number of fraud occurrences (e.g., 5) that are being monitored (A2105).

判定個数を5個としている理由は、例えば、開状態にある大入賞口が閉状態に変換した際に遊技球が大入賞口の扉部材に挟まり、その遊技球がカウントスイッチの有効期間を過ぎて入賞した場合や信号にノイズがのった場合などを不正と判断しないようにするためであり、不正でないにもかかわらず容易にエラーと判定しないようにするためである。 The reason for the number of judgments being set to five is to prevent cases such as when a game ball gets caught in the door member of the large prize opening when the opening is switched from an open state to a closed state, and the game ball wins after the count switch's valid period has expired, or when noise is present in the signal, from being judged as cheating, and to prevent an error being easily judged even when there is no cheating.

そして、遊技制御装置100は、判定個数以上でない場合には(A2105の結果が「N」)、対象の入賞口スイッチの入賞口監視テーブルを準備する(A2110)。また、判定個数以上の場合には(A2105の結果が「Y」)、不正入賞数を不正発生判定個数に留め(A2106)、対象の不正入賞報知タイマ領域に初期値(例えば60000ms)をセーブする(A2107)。 Then, if the number is not equal to or greater than the judgment number (result of A2105 is "N"), the game control device 100 prepares a winning port monitoring table for the target winning port switch (A2110). If the number is equal to or greater than the judgment number (result of A2105 is "Y"), the game control device 100 keeps the number of illegal wins at the number of illegal occurrence judgments (A2106) and saves an initial value (e.g., 60,000 ms) in the target illegal win notification timer area (A2107).

次に、遊技制御装置100は、対象の不正発生コマンドを演出コマンドとして準備し(A2108)、さらに、不正フラグとして不正入賞発生フラグを準備する(A2109)。そして、準備した不正フラグを対象の不正フラグ領域の値と比較する(A2120)。 Next, the game control device 100 prepares the target fraud occurrence command as a presentation command (A2108), and further prepares a fraud win occurrence flag as a fraud flag (A2109). Then, the prepared fraud flag is compared with the value of the target fraud flag area (A2120).

一方、遊技制御装置100は、不正監視期間でない場合には(A2102の結果が「N」)、対象の入賞口スイッチの入賞口監視テーブルを準備し(A2110)、賞球の設定を行う入賞数カウンタ更新処理を実行する(A2111)。入賞数カウンタ更新処理の詳細については、後述する。 On the other hand, if the game control device 100 is not in the fraud monitoring period (the result of A2102 is "N"), it prepares a winning port monitoring table for the target winning port switch (A2110) and executes a winning number counter update process that sets the winning balls (A2111). The details of the winning number counter update process will be described later.

そして、遊技制御装置100は、対象の報知タイマ更新情報をロードし(A2112)、報知タイマの更新許可の有無を判定する(A2113)。報知タイマの更新が許可されない場合には(A2113の結果が「N」)、不正&入賞監視処理を終了する。一方、報知タイマの更新が許可される場合には(A2113の結果が「Y」)、対象の報知タイマが0でなければ-1更新する(A2114)。なお、報知タイマの最小値は0に設定されている。 Then, the game control device 100 loads the target alarm timer update information (A2112) and determines whether or not the alarm timer update is permitted (A2113). If the alarm timer update is not permitted (the result of A2113 is "N"), the fraud and winning monitoring process ends. On the other hand, if the alarm timer update is permitted (the result of A2113 is "Y"), if the target alarm timer is not 0, it is updated by -1 (A2114). Note that the minimum value of the alarm timer is set to 0.

報知タイマの更新は、エラー監視対象の入賞口スイッチが普通変動入賞装置37内の入賞口スイッチ(始動口2スイッチ37a)である場合は許可される。また、一つの特別変動入賞装置(大入賞口)内に2つ入賞口スイッチがある場合に、報知タイマの更新は、エラー監視対象の入賞口スイッチが一方である場合は許可され、エラー監視対象の入賞口スイッチが他方の場合は許可されない。これにより、一つの特別変動入賞装置についての不正報知について、報知タイマの更新が倍の頻度で行われてしまい、規定時間(例えば60000ms)の半分でタイムアップしてしまうことを防止している。 The update of the alarm timer is permitted if the prize winning port switch being monitored for errors is the prize winning port switch (starting port 2 switch 37a) in the normal variable prize winning device 37. Also, if there are two prize winning port switches in one special variable prize winning device (large prize winning port), the update of the alarm timer is permitted if one of the prize winning port switches is being monitored for errors, but is not permitted if the other prize winning port switch is being monitored for errors. This prevents the alarm timer from being updated twice as frequently for an illegal alarm for one special variable prize winning device, causing the timer to time out in half the specified time (for example, 60,000 ms).

その後、遊技制御装置100は、報知タイマの値が0であるか否かを判定し(A2115)、値が0でない場合(A2115の結果が「N」)、すなわち、タイムアップしていない場合には、不正&入賞監視処理を終了する。また、報知タイマの値が0である場合(A2115の結果が「Y」)、すなわち、タイムアップした又は既にタイムアップしていた場合は、対象の不正解除コマンドを演出コマンドとして準備し(A2116)、不正フラグとして不正入賞解除フラグを準備する(A2117)。そして、報知タイマの値が0になった瞬間であるか否かを判定する(A2118)。 Then, the game control device 100 judges whether the value of the alarm timer is 0 or not (A2115), and if the value is not 0 (the result of A2115 is "N"), i.e., if the timer has not yet run out, ends the fraud and winning monitoring process. Also, if the value of the alarm timer is 0 (the result of A2115 is "Y"), i.e., if the timer has run out or has already run out, it prepares the target fraud release command as a presentation command (A2116), and prepares a fraud win release flag as a fraud flag (A2117). It then judges whether the moment has come when the alarm timer value became 0 (A2118).

遊技制御装置100は、報知タイマの値が0になった瞬間である場合(A2118の結果が「Y」)、すなわち、今回の不正&入賞監視処理で報知タイマの値が0になった場合には、対象の不正入賞数をクリアする(A2119)。 When the value of the notification timer reaches 0 (the result of A2118 is "Y"), that is, when the value of the notification timer reaches 0 during this fraud and winning monitoring process, the game control device 100 clears the number of fraudulent winnings (A2119).

また、遊技制御装置100は、ステップA2119の処理が終了後、又は、報知タイマの値が0になった瞬間でない場合(A2118の結果が「N」)、すなわち、前回以前の不正&入賞監視処理で報知タイマの値が0になった場合には、準備した不正フラグを対象の不正フラグ領域の値と比較する(A2120)。 In addition, after the processing of step A2119 is completed, or if it is not the moment when the value of the notification timer becomes 0 (the result of A2118 is "N"), that is, if the value of the notification timer becomes 0 in the previous or previous fraud and winning monitoring processing, the game control device 100 compares the prepared fraud flag with the value of the target fraud flag area (A2120).

そして、遊技制御装置100は、準備した不正フラグと対象の不正フラグ領域の値が一致した場合には(A2120の結果が「Y」)、不正&入賞監視処理を終了する。また、準備した不正フラグと対象の不正フラグ領域の値が一致しない場合には(A2120の結果が「N」)、準備した不正フラグを対象の不正フラグ領域にセーブし(A2121)、演出コマンド設定処理を実行する(A2122)。その後、不正&入賞監視処理を終了する。 Then, if the prepared fraud flag matches the value in the target fraud flag area (result of A2120 is "Y"), the game control device 100 ends the fraud and winning monitoring process. On the other hand, if the prepared fraud flag does not match the value in the target fraud flag area (result of A2120 is "N"), the game control device 100 saves the prepared fraud flag in the target fraud flag area (A2121) and executes the performance command setting process (A2122). After that, the fraud and winning monitoring process ends.

以上の処理により、不正の発生に伴い不正発生コマンドが演出制御装置300に送信され、不正の解除に伴い不正解除コマンドが演出制御装置300に送信されて、不正の報知の開始、終了が設定されることとなる。 By the above process, when fraud occurs, a fraud occurrence command is sent to the performance control device 300, and when fraud is cleared, a fraud clear command is sent to the performance control device 300, and the start and end of fraud notification are set.

〔入賞数カウンタ更新処理〕
図13は、入賞数カウンタ更新処理の手順を示すフローチャートである。入賞数カウンタ更新処理は、図11に示した入賞口スイッチ/状態監視処理のステップA2009や図12に示した不正&入賞監視処理のステップA2111にて実行される。
[Winning Number Counter Update Process]
Fig. 13 is a flowchart showing the procedure of the winning number counter update process. The winning number counter update process is executed in step A2009 of the winning port switch/status monitoring process shown in Fig. 11 and in step A2111 of the fraud and winning monitoring process shown in Fig. 12.

遊技制御装置100は、まず、遊技停止中であるか否かを判定する(A2201)。安全装置が作動した場合(安全装置作動中フラグ=1の場合)や、遊技を停止する必要のある強エラー2が発生している場合に、遊技停止中であると判定できる。 The game control device 100 first determines whether or not play is stopped (A2201). If the safety device is activated (if the safety device activation flag is 1) or if a severe error 2 that requires play to be stopped has occurred, it can determine that play is stopped.

遊技制御装置100は、遊技停止中でない場合に(A2201の結果が「N」)、入賞口監視テーブルから監視する入賞口スイッチの個数を取得し(A2202)、対象の入賞口スイッチに入力があるか否かを判定する(A2203)。入賞口監視テーブルのうちの入賞テーブルには、監視する入賞口スイッチ毎に、賞球数、入賞数カウンタ領域1のアドレス、入賞数カウンタ領域2のアドレスなどが定義されている。入力がない場合には(A2203の結果が「N」)、テーブルアドレスを次レコードのアドレスに更新し(A2215)、全スイッチの監視が終了したか否かを判定する(A2216)。 When the game is not stopped (result of A2201 is "N"), the game control device 100 obtains the number of winning port switches to be monitored from the winning port monitoring table (A2202) and determines whether there is an input to the target winning port switch (A2203). The winning table of the winning port monitoring table defines the number of winning balls, the address of winning number counter area 1, the address of winning number counter area 2, etc. for each winning port switch to be monitored. When there is no input (result of A2203 is "N"), the table address is updated to the address of the next record (A2215) and it is determined whether monitoring of all switches has been completed (A2216).

一方、遊技制御装置100は、対象の入賞口スイッチに入力がある場合には(A2203の結果が「Y」)、獲得遊技球数領域から獲得遊技球数をロードし(A2204)、対象の入賞口スイッチに対応する賞球数を獲得遊技球数に加算し(A2205)、加算後の値を獲得遊技球数領域にセーブする(A2206)。これにより、獲得遊技球数領域に記憶される獲得遊技球数が入賞口スイッチごとに更新されていき、獲得遊技球数は、最終的に1割込み内に獲得した賞球の数(合計)になる。 On the other hand, when there is an input to the target winning port switch (result of A2203 is "Y"), the game control device 100 loads the number of acquired game balls from the acquired game ball number area (A2204), adds the number of prize balls corresponding to the target winning port switch to the number of acquired game balls (A2205), and saves the added value in the acquired game ball number area (A2206). As a result, the number of acquired game balls stored in the acquired game ball number area is updated for each winning port switch, and the number of acquired game balls finally becomes the number of prize balls acquired within one interrupt (total).

なお、獲得遊技球数領域は、領域内ワーク領域にあり、入賞数カウンタ更新処理のプログラム(領域内プログラムの一部)で書き込まれ、後述の差玉確認処理のプログラム(領域外プログラムの一部)では読み出すだけとなる。なお、全ての入賞口スイッチに同時に入力したとしても賞球の合計値は255(1バイト)に満たないため、獲得遊技球数に対して上限のチェックは行わない。 The area for the number of winning balls is in the work area within the area, and is written by the winning number counter update process program (part of the program within the area), and is only read by the difference ball confirmation process program (part of the program outside the area) described below. Note that even if input is made to all winning slot switches at the same time, the total number of winning balls does not reach 255 (1 byte), so no upper limit check is made on the number of winning balls.

次に、遊技制御装置100は、対象の入賞数カウンタ領域1の値をロードし(A2207)、ロードした値を+1更新する(A2208)。さらに、更新された値によってオーバーフローが発生するか否かを判定する(A2209)。入賞数カウンタ領域1は、2バイト(0~65535)のサイズである。 The game control device 100 then loads the value of the target winning number counter area 1 (A2207) and updates the loaded value by +1 (A2208). It then determines whether the updated value will cause an overflow (A2209). The winning number counter area 1 is 2 bytes (0 to 65535) in size.

遊技制御装置100は、オーバーフローが発生していない場合には(A2209の結果が「N」)、更新後の値を入賞数カウンタ領域1にセーブする(A2210)。ステップA2210の処理の終了後、又は、オーバーフローが発生した場合には(A2209の結果が「Y」)、対象の入賞数カウンタ領域2の値をロードする(A2211)。 If no overflow has occurred (result of A2209 is "N"), the game control device 100 saves the updated value in the number of winnings counter area 1 (A2210). After the processing of step A2210 is completed, or if an overflow has occurred (result of A2209 is "Y"), the game control device 100 loads the value of the target number of winnings counter area 2 (A2211).

その後、遊技制御装置100は、ロードした値を+1更新し(A2212)、更新した値によってオーバーフローが発生するか否かを判定する(A2213)。オーバーフローが発生しない場合には(A2213の結果が「N」)、更新後の値を入賞数カウンタ領域2にセーブする(A2214)。入賞数カウンタ領域2は、1バイト(0~255)のサイズである。 Then, the game control device 100 updates the loaded value by +1 (A2212) and determines whether the updated value will cause an overflow (A2213). If an overflow will not occur (the result of A2213 is "N"), the updated value is saved in the number of winnings counter area 2 (A2214). The number of winnings counter area 2 is 1 byte (0 to 255) in size.

遊技制御装置100は、ステップA2214の処理の終了後、又は、オーバーフローが発生した場合には(A2213の結果が「Y」)、テーブルアドレスを次レコードのアドレスに更新する(A2215)。そして、全スイッチの監視が終了したか否かを判定する(A2216)。 After completing the process of step A2214, or if an overflow occurs (result of A2213 is "Y"), the game control device 100 updates the table address to the address of the next record (A2215). Then, it determines whether monitoring of all switches has been completed (A2216).

遊技制御装置100は、全スイッチの監視が終了していない場合には(A2216の結果が「N」)、対象の入賞口スイッチに入力があるか否かを判定するステップA2203の処理に戻る。また、全スイッチの監視が終了した場合には(A2216の結果が「Y」)、入賞数カウンタ更新処理を終了する。これにより、全スイッチの監視が終了するまで、ステップA2203-A2216の処理が繰り返されて、1割込み内で獲得した賞球の数(合計)である獲得遊技球数が得られるとともに、1割込み内での各入賞口(各入賞領域)への入賞に基づき入賞数カウンタ領域1及び2が更新されて入賞の情報が記憶されることとなる。 If the game control device 100 has not finished monitoring all the switches (the result of A2216 is "N"), it returns to the process of step A2203, which determines whether or not there is an input to the target winning port switch. If the game control device 100 has finished monitoring all the switches (the result of A2216 is "Y"), it ends the winning number counter update process. As a result, the process of steps A2203-A2216 is repeated until the monitoring of all the switches is finished, and the number of acquired game balls, which is the number of winning balls acquired (total) within one interruption, is obtained, and the winning number counter areas 1 and 2 are updated based on the winnings at each winning port (each winning area) within one interruption, and winning information is stored.

遊技制御装置100は、遊技停止中である場合に(A2201の結果が「Y」)、何もせず、入賞数カウンタ更新処理を終了する。これにより、遊技停止状態において、入賞口スイッチでの遊技球の検出が無効になり、獲得遊技球数は更新されず、入賞数カウンタ領域1及び2が更新されないため入賞の情報が記憶されず賞球も得られない(払い出されない)。なお、遊技停止状態になる前に(即ち、入賞口スイッチでの遊技球の検出が有効であるときに)記憶された入賞の情報に基づく賞球の払い出しは、遊技停止状態でも継続する。 When game play is stopped (result of A2201 is "Y"), the game control device 100 does nothing and ends the winning number counter update process. As a result, in the game stopped state, the detection of game balls by the winning port switch is disabled, the number of acquired game balls is not updated, and winning number counter areas 1 and 2 are not updated, so winning information is not stored and no prize balls are obtained (paid out). Note that the payout of prize balls based on winning information stored before the game stopped state (i.e., when the detection of game balls by the winning port switch was valid) continues even in the game stopped state.

なお、入賞数カウンタ領域1は、払出制御装置200に対して賞球の払い出しを指示するための払出コマンド(賞球指令)を送信するために用いる領域であって、払出コマンドを未だ送信していない賞球に対応する入賞のデータが記憶される。すなわち、入賞数カウンタ領域1が、賞球指令に関する情報を記憶可能な賞球指令カウンタをなす。 The winning number counter area 1 is an area used to send payout commands (prize ball commands) to the payout control device 200 to instruct the payout of prize balls, and stores winning data corresponding to prize balls for which a payout command has not yet been sent. In other words, the winning number counter area 1 serves as a prize ball command counter that can store information related to prize ball commands.

入賞数カウンタ領域2は、入賞口への入賞により発生した賞球数(払出予定数)が所定数(ここでは10個)になる毎に外部装置に出力するメイン賞球信号を送信するために用いる領域であって、メイン賞球信号の生成処理を行っていない賞球に対応する入賞のデータが記憶される。すなわち、入賞数カウンタ領域2が、メイン賞球信号に関する情報を記憶可能なメイン賞球信号カウンタをなす。 The winning number counter area 2 is an area used to transmit a main prize ball signal that is output to an external device each time the number of prize balls (scheduled number of payouts) generated by winning balls entering the winning slot reaches a predetermined number (here, 10 balls), and stores winning data corresponding to prize balls that have not undergone the main prize ball signal generation process. In other words, the winning number counter area 2 serves as a main prize ball signal counter that can store information related to the main prize ball signal.

これらの入賞数カウンタ領域にはそれぞれ、各入賞口に対して設定された賞球数別(例えば、3個賞球、2個賞球、10個賞球、14個賞球)に入賞数カウンタ領域が設けられており、入賞口への入賞に基づき対応する入賞数カウンタ領域のカウント数が1加算されるようになっている。つまり、入賞口への一の入賞を単位として当該入賞の情報を記憶可能とされている。なお、入賞数カウンタ領域1(2バイト)は入賞数カウンタ領域2(1バイト)よりも広い領域が割り当てられ、より多くの入賞のデータを記憶できるようにされている。これは、メイン賞球信号が送信先の状態に関係なく送信可能であることに対し、払出コマンドが送信先である払出制御装置200の状態により送信を保留する場合もあり、より多くの未送信データが蓄積される可能性があるためである。 Each of these winning number counter areas has a winning number counter area for each number of winning balls set for each winning port (for example, 3 winning balls, 2 winning balls, 10 winning balls, 14 winning balls), and the count of the corresponding winning number counter area is incremented by 1 based on the winning of a winning port. In other words, the winning information can be stored in units of one winning at a winning port. Note that the winning number counter area 1 (2 bytes) is assigned a larger area than the winning number counter area 2 (1 byte), so that more winning data can be stored. This is because the main winning ball signal can be sent regardless of the state of the destination, whereas the payout command may be withheld depending on the state of the payout control device 200 to which it is sent, and there is a possibility that more unsent data may be accumulated.

〔遊技機状態チェック処理〕
図14は、遊技機状態チェック処理の手順を示すフローチャートである。遊技機状態チェック処理は、図11に示した入賞口スイッチ/状態監視処理におけるステップA2012、A2014などにて実行される。
[Gaming machine status check process]
14 is a flow chart showing the procedure of the gaming machine state check process. The gaming machine state check process is executed in steps A2012, A2014, etc. in the winning port switch/state monitoring process shown in FIG.

遊技制御装置100は、まず、状態スキャンカウンタに対応する状態監視テーブルを取得する(A2301)。状態スキャンカウンタは遊技状態に対応して0から3の範囲の値が設定されている。なお、状態監視テーブルと状態スキャンカウンタとの関係については、入賞口スイッチ/状態監視処理にて説明した通りである。 First, the game control device 100 obtains a status monitoring table corresponding to the status scan counter (A2301). The status scan counter is set to a value ranging from 0 to 3 corresponding to the game status. The relationship between the status monitoring table and the status scan counter is as explained in the prize slot switch/status monitoring process.

続いて、遊技制御装置100は、チェック対象の信号がオンであるか否かを判定する(A2302)。チェック対象の信号がオンでない場合(A2302の結果が「N」)、すなわち、チェック対象の信号がオフの場合には、状態フラグとして状態オフフラグを準備し(A2303)、対象の状態オフコマンドを取得し、準備する(A2304)。さらに、対象の状態オフ監視タイマ比較値を取得する(A2305)。状態オフフラグは、エラー系の信号に関しては、正常状態を示し、タッチスイッチ信号に関しては、タッチ無しの状態を示す。 Next, the game control device 100 judges whether the signal to be checked is on or not (A2302). If the signal to be checked is not on (the result of A2302 is "N"), that is, if the signal to be checked is off, it prepares a status off flag as a status flag (A2303), and obtains and prepares a status off command for the target (A2304). It then obtains a status off monitoring timer comparison value for the target (A2305). The status off flag indicates a normal state for error-related signals, and indicates a untouched state for touch switch signals.

一方、遊技制御装置100は、チェック対象の信号がオンの場合には(A2302の結果が「Y」)、状態フラグとして状態オンフラグを準備し(A2306)、対象の状態オンコマンドを取得し、準備する(A2307)。さらに、対象の状態オン監視タイマ比較値を取得する(A2308)。状態オンフラグは、エラー系の信号に関しては、異常又は不正状態を示し、タッチスイッチ信号に関しては、タッチ有りの状態を示す。 On the other hand, if the signal being checked is on (result of A2302 is "Y"), the game control device 100 prepares a status on flag as a status flag (A2306), and acquires and prepares the target status on command (A2307). Furthermore, it acquires the target status on monitoring timer comparison value (A2308). The status on flag indicates an abnormal or illegal state for an error-related signal, and indicates a touched state for a touch switch signal.

ステップA2305又はステップA2308の処理が終了すると、遊技制御装置100は、対象の信号制御領域の値が取得された信号の状態と一致するか否かを判定する(A2309)。一致する場合には(A2309の結果が「Y」)、ステップA2312の処理に移行する。一致していない場合には(A2309の結果が「N」)、対象の信号制御領域に取得した信号状態をセーブし(A2310)、対象の状態監視タイマをクリアする(A2311)。 When the processing of step A2305 or step A2308 is completed, the game control device 100 determines whether or not the value of the target signal control area matches the acquired signal state (A2309). If they match (the result of A2309 is "Y"), the game control device 100 proceeds to the processing of step A2312. If they do not match (the result of A2309 is "N"), the game control device 100 saves the acquired signal state in the target signal control area (A2310) and clears the target state monitoring timer (A2311).

続いて、遊技制御装置100は、対象の状態監視タイマを+1更新する(A2312)。さらに、更新された状態監視タイマの値が対応するタイマ比較値以上であるか否かを判定する(A2313)。更新された状態監視タイマの値が対応するタイマ比較値未満の場合には(A2313の結果が「N」)、遊技機状態チェック処理を終了する。 Then, the gaming control device 100 updates the target status monitoring timer by +1 (A2312). Furthermore, it is determined whether the value of the updated status monitoring timer is equal to or greater than the corresponding timer comparison value (A2313). If the value of the updated status monitoring timer is less than the corresponding timer comparison value (the result of A2313 is "N"), the gaming machine status check process is terminated.

一方、遊技制御装置100は、更新された状態監視タイマの値が対応するタイマ比較値以上の場合には(A2313の結果が「Y」)、状態監視タイマを-1更新し、タイマ比較値-1の値に留める(A2314)。さらに、準備した状態フラグが対象の状態フラグ領域の値と一致するか否かを判定する(A2315)。一致している場合には(A2315の結果が「Y」)、遊技機状態チェック処理を終了する。 On the other hand, if the updated status monitoring timer value is equal to or greater than the corresponding timer comparison value (result of A2313 is "Y"), the gaming control device 100 updates the status monitoring timer by -1 and keeps it at the timer comparison value -1 (A2314). Furthermore, it determines whether the prepared status flag matches the value of the target status flag area (A2315). If they match (result of A2315 is "Y"), the gaming machine status check process is terminated.

一方、遊技制御装置100は、準備した状態フラグが対象の状態フラグ領域の値と一致していない場合には(A2315の結果が「N」)、準備した状態フラグを対象の状態フラグ領域にセーブする(A2316)。最後に、演出コマンドを設定する演出コマンド設定処理を実行し(A2317)、遊技機状態チェック処理を終了する。 On the other hand, if the prepared status flag does not match the value of the target status flag area (the result of A2315 is "N"), the game control device 100 saves the prepared status flag in the target status flag area (A2316). Finally, it executes a presentation command setting process to set a presentation command (A2317), and ends the game machine status check process.

ここでの演出コマンドは、状態オフコマンドか状態オンコマンドの何れかである。状態オンコマンドがエラー系のコマンドであれば、演出制御装置300にエラー報知を開始させる。演出制御装置300にエラー報知を開始させる状態オンコマンドとして、シュート球切れエラーやオーバーフローエラーや払出異常エラーなどの遊技球の払い出しに関する払い出しエラー(弱エラーに含まれる)に対応するコマンドがあり、また、ガラス枠開放エラーや本体枠開放エラーなどの枠開放エラー(強エラー1に含まれる)に対応するコマンドや、枠電波不正のエラー(強エラー2に含まれる)に対応するコマンドがある。 The presentation command here is either a status off command or a status on command. If the status on command is an error command, it causes the presentation control device 300 to start reporting an error. Status on commands that cause the presentation control device 300 to start reporting an error include commands that correspond to payout errors (included in weak errors) related to the payout of game balls, such as a shot ball out error, an overflow error, or an abnormal payout error, as well as commands that correspond to frame opening errors (included in strong error 1), such as a glass frame opening error or a main frame opening error, and commands that correspond to frame radio wave irregularity errors (included in strong error 2).

〔確率設定変更/確認処理〕
次に、タイマ割込み処理における確率設定変更/確認処理(A1305)の詳細について説明する。図15は、確率設定変更/確認処理の手順を示すフローチャートである。確率設定変更/確認処理では、確率設定値が変更又は確認できる。
[Probability setting change/confirmation process]
Next, the details of the probability setting change/confirmation process (A1305) in the timer interrupt process will be described. Fig. 15 is a flowchart showing the procedure of the probability setting change/confirmation process. In the probability setting change/confirmation process, the probability setting value can be changed or confirmed.

遊技制御装置100は、まず、確率設定値が正常範囲内であるか否かを判定する(A2401)。ここでの確率設定値は、RAM111cの領域内ワーク領域に含まれる確率設定値領域に記憶されている。 The game control device 100 first determines whether the probability setting value is within the normal range (A2401). The probability setting value here is stored in the probability setting value area included in the work area within the area of the RAM 111c.

遊技制御装置100は、確率設定値が正常範囲内である場合に(A2401の結果が「Y」)、確率設定値に対応する確率設定値表示データを設定して(A2402)、性能表示装置152にドライバ150a、150bを介して出力する(A2404)。確率設定値が正常範囲内でない場合に(A2401の結果が「N」)、確率設定値表示データとして消灯データを設定して(A2403)、性能表示装置152にドライバ150a、150bを介して出力する(A2404)。 When the probability setting value is within the normal range (result of A2401 is "Y"), the game control device 100 sets probability setting value display data corresponding to the probability setting value (A2402) and outputs it to the performance display device 152 via the drivers 150a, 150b (A2404). When the probability setting value is not within the normal range (result of A2401 is "N"), the game control device 100 sets off data as the probability setting value display data (A2403) and outputs it to the performance display device 152 via the drivers 150a, 150b (A2404).

ここで、確率設定値表示データは、性能表示装置152で表示される表示用確率設定値のデータであり、確率設定値表示データ領域に記憶されている。なお、遊技場の責任者や係員などホール関係者等の混乱を防止するため、確率設定値が異なっても同じ大当り確率(及び小当たり確率)であれば、表示用確率設定値を大当り確率(及び小当たり確率)に対応付けて同じにしてよい。即ち、同じ表示用確率設定値は、同じ大当り確率(及び小当たり確率)を意味してよい。 Here, the probability setting value display data is data on the display probability setting value displayed on the performance display device 152, and is stored in the probability setting value display data area. Note that in order to prevent confusion among hall personnel such as the amusement facility manager or staff, if the probability setting values are different but the jackpot probability (and small win probability) is the same, the display probability setting value may be made the same in correspondence with the jackpot probability (and small win probability). In other words, the same display probability setting value may mean the same jackpot probability (and small win probability).

次に、遊技制御装置100は、セキュリティ信号制御タイマが0でなければ-1更新する(A2405)。セキュリティ信号制御タイマは、ステップA1037で設定された128ms(所定時間)である。続いて、外部装置(遊技場内部管理装置(ホールコンピュータ)など)に異常を知らせるためのセキュリティ信号のオンデータを外部情報端子71に出力する(A2406)。なお、ここで、大当り信号など外部情報端子71への他の信号はオフ状態に維持される。 Next, the game control device 100 updates the security signal control timer by -1 if it is not 0 (A2405). The security signal control timer is 128 ms (predetermined time) set in step A1037. Next, security signal ON data is output to the external information terminal 71 to notify an external device (such as the amusement facility internal management device (hall computer)) of an abnormality (A2406). Note that at this time, other signals to the external information terminal 71, such as a jackpot signal, are maintained in the OFF state.

その後、遊技制御装置100は、確率設定変更中フラグがセットされているか否かを判定する(A2407)。確率設定変更中フラグがセットされていない場合に(A2407の結果が「N」)、即ち、確率設定確認中である場合に、何もせずに確率設定変更/確認処理を終了する。 Then, the game control device 100 judges whether the probability setting change in progress flag is set (A2407). If the probability setting change in progress flag is not set (result of A2407 is "N"), i.e., if the probability setting is being confirmed, the game control device 100 ends the probability setting change/confirmation process without doing anything.

遊技制御装置100は、確率設定変更中フラグがセットされている場合に(A2407の結果が「Y」)、即ち、確率設定変更中である場合に、電源投入後の最初のタイマ割込み処理であるか否かを判定する(A2408)。電源投入後の最初のタイマ割込み処理である場合に(A2408の結果が「Y」)、確率設定変更/確認処理を終了する。これは、RAM初期化スイッチ112を押しっぱなしだった場合に、意図せずに確率設定値の更新がされる事態を防止するためである。 When the probability setting change in progress flag is set (result of A2407 is "Y"), i.e., when the probability setting is being changed, the game control device 100 determines whether or not this is the first timer interrupt processing since power-on (A2408). If this is the first timer interrupt processing since power-on (result of A2408 is "Y"), the probability setting change/confirmation processing ends. This is to prevent a situation in which the probability setting value is unintentionally updated if the RAM initialization switch 112 is held down.

遊技制御装置100は、電源投入後の最初のタイマ割込み処理でない場合に(A2408の結果が「N」)、RAM初期化スイッチ112の入力があるか否かを判定する(A2409)。RAM初期化スイッチの入力がない場合に(A2409の結果が「N」)、確率設定変更/確認処理を終了する。 If this is not the first timer interrupt process after power-on (result of A2408 is "N"), the game control device 100 determines whether there is input to the RAM initialization switch 112 (A2409). If there is no input to the RAM initialization switch (result of A2409 is "N"), the probability setting change/confirmation process ends.

遊技制御装置100は、RAM初期化スイッチ112の入力がある場合に(A2409の結果が「Y」)、作業用設定値領域(RAM111c内又はレジスタ)の作業用設定値を取り得る範囲内で+1更新するとともに、作業用設定値に対応して確率設定値領域の確率設定値を+1更新する(A2410)。これにより、RAM初期化スイッチ112が操作される度に、確率設定値領域の確率設定値が1ずつ更新される。その後、確率設定変更/確認処理を終了する。なお、設定変更モードに入ったときに作業用設定値を格納する作業用設定値領域(RAM111c内又はレジスタ)に、確率設定値領域から読み出した確率設定値に対応する値(確率設定値から1減算した値)が格納されてよい。なお、作業用設定値5(確率設定値6)のときに+1更新される場合は、作業用設定値0(確率設定値1)に戻ることができる。したがって、確率設定値1~6は、何度も繰り返し+1更新して切り替えることができる。また、作業用設定値の取り得る範囲は、複数の確率設定値が存在する多段階設定の場合は例えば0~1や0~5などであるが、一段階設定の場合は0のみである。多段階設定の場合に、RAM初期化スイッチ112が操作される度に作業用設定値と確率設定値が異なる値に更新されるが、一段階設定の場合は更新されても同じ値のままである(同じ値に更新される)。 When the RAM initialization switch 112 is input (the result of A2409 is "Y"), the game control device 100 updates the working setting value in the working setting value area (in RAM 111c or register) by +1 within the possible range, and updates the probability setting value in the probability setting value area by +1 corresponding to the working setting value (A2410). As a result, the probability setting value in the probability setting value area is updated by 1 each time the RAM initialization switch 112 is operated. After that, the probability setting change/confirmation process is terminated. Note that, when the setting change mode is entered, a value corresponding to the probability setting value read from the probability setting value area (a value obtained by subtracting 1 from the probability setting value) may be stored in the working setting value area (in RAM 111c or register) that stores the working setting value. Note that, if the working setting value is updated by +1 when it is 5 (probability setting value 6), it can return to the working setting value 0 (probability setting value 1). Therefore, the probability setting values 1 to 6 can be repeatedly updated by +1 and switched. Additionally, the possible range of the working setting value is, for example, 0 to 1 or 0 to 5 in the case of a multi-stage setting where there are multiple probability setting values, but only 0 in the case of a single-stage setting. In the case of a multi-stage setting, the working setting value and the probability setting value are updated to different values each time the RAM initialization switch 112 is operated, but in the case of a single-stage setting, they remain the same even when updated (they are updated to the same value).

また、確率設定値が+1更新される毎や、設定可変状態等への遊技状態の切り替えがあった場合に、演出制御装置300に設定値を知らせるコマンド(設定値情報コマンド)を送信してもよい。また、同様に、確率設定値が+1更新される毎や、設定可変状態等への遊技状態の切り替えがあった場合に、試験信号を外部の試射試験装置に出力可能にしてもよい。なお、これらの送信や出力は、遊技制御装置100にメイン異常等の異常がある場合には中止することが好ましい。その他、確変状態、時短状態や大当り状態などの遊技状態の切り替えがあった場合や特図変動表示ゲームの開始時に、演出制御装置300に設定値を知らせるコマンド(設定値情報コマンド)を送信してもよいし、試験信号を外部の試射試験装置に出力可能にしてもよい。 In addition, a command (setting value information command) to inform the performance control device 300 of the setting value may be sent each time the probability setting value is updated by +1 or when the game state is switched to a setting variable state, etc. Similarly, a test signal may be output to an external test firing device each time the probability setting value is updated by +1 or when the game state is switched to a setting variable state, etc. It is preferable to stop these transmissions and outputs if there is an abnormality such as a main abnormality in the game control device 100. In addition, when the game state is switched to a probability variable state, time-saving state, or jackpot state, or when the special chart variable display game is started, a command (setting value information command) to inform the performance control device 300 of the setting value may be sent, or a test signal may be output to an external test firing device.

なお、上記では、RAM初期化スイッチ112が操作される度に、作業用設定値の更新に対応して確率設定値領域の確率設定値を直接更新するようにしたが、RAM111cの作業用設定値領域に設定変更中の確率設定値(作業用設定値)を記憶するようにし、設定キースイッチ93がオフになり設定変更作業が完了したときに(A1039の結果が「Y」)、作業用設定値領域の作業用設定値に対応する値をはじめて確率設定値領域に格納するようにしてもよい。このようにすれば、設定変更中に停電が発生した場合(A1040の結果が「Y」)に、遊技制御や演出制御等に使用される確率設定値(確率設定値領域に記憶される確率設定値)が意図しない値で変更される事態を防止できる。 In the above, the probability setting value in the probability setting value area is directly updated in response to the update of the working setting value each time the RAM initialization switch 112 is operated. However, the probability setting value (working setting value) being changed may be stored in the working setting value area of the RAM 111c, and when the setting key switch 93 is turned off and the setting change operation is completed (the result of A1039 is "Y"), the value corresponding to the working setting value in the working setting value area is stored in the probability setting value area for the first time. In this way, if a power outage occurs during the setting change (the result of A1040 is "Y"), it is possible to prevent the probability setting value used for game control, presentation control, etc. (the probability setting value stored in the probability setting value area) from being changed to an unintended value.

〔特図ゲーム処理〕
次に、前述のタイマ割込み処理における特図ゲーム処理(A1310)の詳細について説明する。図16は、特図ゲーム処理の手順を示すフローチャートである。特図ゲーム処理では、始動口1スイッチ36a及び始動口2スイッチ37aの入力の監視と、特図変動表示ゲームに関する処理全体の制御、特図の表示の設定を行う。
[Special game processing]
Next, the details of the special chart game processing (A1310) in the timer interrupt processing will be described. Fig. 16 is a flowchart showing the procedure of the special chart game processing. In the special chart game processing, the input of the start port 1 switch 36a and the start port 2 switch 37a is monitored, the entire processing related to the special chart variable display game is controlled, and the display of the special chart is set.

遊技制御装置100は、まず、始動口1スイッチ36a及び始動口2スイッチ37aの入賞を監視する始動口スイッチ監視処理を実行する(A2600)。始動口スイッチ監視処理では、始動入賞口36、第2始動入賞口をなす普通変動入賞装置37に遊技球が入賞すると、各種乱数(大当り乱数など)を抽出し、当該入賞に基づく特図変動表示ゲームの開始前の段階で入賞に基づく遊技結果を事前に判定する遊技結果事前判定を行う。なお、始動口スイッチ監視処理の詳細については後述する。 The game control device 100 first executes a start port switch monitoring process (A2600) that monitors the winning of the start port 1 switch 36a and the start port 2 switch 37a. In the start port switch monitoring process, when a game ball wins the start winning port 36 or the normal variable winning device 37 that constitutes the second start winning port, various random numbers (such as a jackpot random number) are extracted, and a game result advance determination is performed to determine the game result based on the winning in advance at a stage before the start of the special chart variable display game based on the winning. The details of the start port switch monitoring process will be described later.

続いて、特定領域86(V入賞口)への遊技球の入賞(入球)を監視する特定領域スイッチ監視処理を実行する(A2601)。なお、特定領域スイッチ監視処理の詳細については後述する。 Next, a specific area switch monitoring process is executed to monitor the entry (entry) of a game ball into the specific area 86 (V entry port) (A2601). Details of the specific area switch monitoring process will be described later.

次に、遊技制御装置100は、上大入賞口スイッチ監視処理を実行する(A2602)。上大入賞口スイッチ監視処理では、特別変動入賞装置39内に設けられたカウントスイッチ39aでの遊技球の検出を監視する。 Next, the game control device 100 executes the upper large winning port switch monitoring process (A2602). In the upper large winning port switch monitoring process, the detection of a game ball by the count switch 39a provided in the special variable winning device 39 is monitored.

次に、遊技制御装置100は、特図ゲーム処理タイマが0でなければ-1更新する(1だけ減算する)(A2603)。特図ゲーム処理タイマは、-1更新によって、タイマ割込み処理の割込み周期(4msec)の分だけ計時されることになる。なお、特図ゲーム処理タイマの最小値は0に設定されている。次に、特図ゲーム処理タイマが0であるか否かを判定する(A2604)。特図ゲーム処理タイマが0でない場合(A2604の結果が「N」)、ステップA2619の処理に移行する。 Next, if the special game processing timer is not 0, the game control device 100 updates it by -1 (subtracts 1) (A2603). By updating the special game processing timer by -1, the timer will be timed for the interrupt period (4 msec) of the timer interrupt process. The minimum value of the special game processing timer is set to 0. Next, it is determined whether the special game processing timer is 0 (A2604). If the special game processing timer is not 0 (the result of A2604 is "N"), the process proceeds to step A2619.

遊技制御装置100は、特図ゲーム処理タイマが0である場合(A2604の結果が「Y」)、すなわち、タイムアップした又は既にタイムアップしていた場合には、特図ゲーム処理番号に対応する処理に分岐させるために参照する特図ゲームシーケンス分岐テーブルをレジスタに設定する(A2605)。さらに、特図ゲームシーケンス分岐テーブルを用いて特図ゲーム処理番号に対応する処理の分岐先アドレスを取得する(A2606)。続いて、特図ゲーム処理番号によるサブルーチンコールを行って、特図ゲーム処理番号に応じたゲーム分岐処理を実行する(A2607)。 When the special game processing timer is 0 (the result of A2604 is "Y"), i.e., when the timer is up or has already been up, the game control device 100 sets in a register a special game sequence branch table to be referenced for branching to the process corresponding to the special game processing number (A2605). Furthermore, the game control device 100 obtains the branch destination address of the process corresponding to the special game processing number using the special game sequence branch table (A2606). Next, a subroutine call is made using the special game processing number to execute the game branch process according to the special game processing number (A2607).

遊技制御装置100は、ステップA2607にてゲーム処理番号が「0」の場合には、特図変動表示ゲームの変動開始を監視し、特図変動表示ゲームの変動開始の設定、演出の設定や、特図変動中処理を行うために必要な情報の設定等を行う特図普段処理を実行する(A2608)。なお、特図普段処理の詳細については後述する。 When the game processing number is "0" in step A2607, the game control device 100 monitors the start of the special chart change display game and executes the special chart normal processing (A2608) to set the start of the special chart change display game, set the performance, and set information required for processing during the special chart change. Details of the special chart normal processing will be described later.

遊技制御装置100は、ステップA2607にてゲーム処理番号が「1」の場合には、特図の停止表示時間の設定や、特図表示中処理を行うために必要な情報の設定等を行う特図変動中処理を実行する(A2609)。例えば、特図変動中処理では、特別図柄の停止を示す図柄停止コマンドや停止図柄パターンに対応する停止表示時間など必要な情報を設定して、特図表示中処理に係る処理番号「2」を設定し特図ゲーム処理番号領域にセーブする。 When the game processing number is "1" in step A2607, the game control device 100 executes a special pattern change processing (A2609) that sets the stop display time of the special pattern and sets information necessary for performing processing while the special pattern is displayed. For example, in the special pattern change processing, necessary information is set such as a pattern stop command indicating the stop of the special pattern and a stop display time corresponding to the stopped pattern pattern, and the processing number "2" for the special pattern display processing is set and saved in the special pattern game processing number area.

遊技制御装置100は、ステップA2607にてゲーム処理番号が「2」の場合には、大当り状態又は小当り状態に移行するために必要な情報の設定等を行う特図表示中処理を実行する(A2610)。例えば、特図表示中処理では、特図変動表示ゲームの結果が大当りであれば、条件装置が作動中であることを示す条件装置作動情報を条件装置作動情報領域に設定して特図普段処理に係る処理番号「0」を設定し特図ゲーム処理番号領域にセーブする。特図変動表示ゲームの結果が小当りであれば、小当りファンファーレコマンドや小当り開放前時間など必要な情報を設定して、小当り開放前処理に係る処理番号「3」を設定し特図ゲーム処理番号領域にセーブする。特図変動表示ゲームの結果がはずれであれば、特図普段処理に係る処理番号「0」を設定し特図ゲーム処理番号領域にセーブする。 When the game processing number is "2" in step A2607, the game control device 100 executes a special chart display process that sets information necessary for transitioning to a big win state or a small win state (A2610). For example, in the special chart display process, if the result of the special chart change display game is a big win, the condition device operation information indicating that the condition device is operating is set in the condition device operation information area, and the processing number "0" related to the special chart normal processing is set and saved in the special chart game processing number area. If the result of the special chart change display game is a small win, necessary information such as a small win fanfare command and a time before the small win is released is set, and the processing number "3" related to the processing before the small win is released is set and saved in the special chart game processing number area. If the result of the special chart change display game is a miss, the processing number "0" related to the special chart normal processing is set and saved in the special chart game processing number area.

遊技制御装置100は、ステップA2607にてゲーム処理番号が「3」の場合には、小当り開放前処理を実行する(A2611)。例えば、小当り開放前処理では、小当りによる大入賞口の開放時間(小当り開放時間、例えば1.6秒)を特図ゲーム処理タイマ領域にセーブし、上大入賞口ソレノイド出力データ領域にオンデータをセーブし、小当り開放中コマンドを演出コマンドとして設定し、小当り開放中処理に係る処理番号「4」を設定し特図ゲーム処理番号領域にセーブする。 If the game processing number is "3" in step A2607, the game control device 100 executes small win pre-opening processing (A2611). For example, in the small win pre-opening processing, the opening time of the large prize opening due to a small win (small win opening time, for example 1.6 seconds) is saved in the special game processing timer area, on data is saved in the upper large prize opening solenoid output data area, the small win opening command is set as the performance command, and the processing number "4" related to the small win opening processing is set and saved in the special game processing number area.

遊技制御装置100は、ステップA2607にてゲーム処理番号が「4」の場合には、小当り開放中処理を実行する(A2612)。例えば、小当り開放中処理では、小当り残存球処理時間(例えば3.0秒)を特図ゲーム処理タイマ領域にセーブし、小当り残存球処理に係る処理番号「5」を設定し特図ゲーム処理番号領域にセーブする。 If the game processing number is "4" in step A2607, the game control device 100 executes the small win open processing (A2612). For example, in the small win open processing, the small win remaining ball processing time (e.g., 3.0 seconds) is saved in the special game processing timer area, and the processing number "5" for the small win remaining ball processing is set and saved in the special game processing number area.

遊技制御装置100は、ステップA2607にてゲーム処理番号が「5」の場合には、小当り残存球処理を実行する(A2613)。例えば、小当り残存球処理では、特図普段処理に係る処理番号「0」を設定し特図ゲーム処理番号領域にセーブする。 If the game processing number is "5" in step A2607, the game control device 100 executes small win remaining ball processing (A2613). For example, in the small win remaining ball processing, the processing number "0" related to the special chart normal processing is set and saved in the special chart game processing number area.

特図ゲーム処理番号に基づく処理が終了すると、遊技制御装置100は、特図1表示器51の変動を制御するための特図1変動制御テーブルを準備した後(A2614)、特図1表示器51に係る図柄変動制御処理を実行する(A2615)。そして、特図2表示器52の変動を制御するための特図2変動制御テーブルを準備した後(A2616)、特図2表示器52に係る図柄変動制御処理を実行する(A2617)。次に、小当り中にレバーソレノイド86bを開放するようにレバーソレノイド86bの開放動作を制御するレバーソレノイド制御処理(A2618)を実行して、特図ゲーム処理を終了する。 When the processing based on the special symbol game processing number is completed, the game control device 100 prepares a special symbol 1 fluctuation control table for controlling the fluctuation of the special symbol 1 display 51 (A2614), and then executes a pattern fluctuation control process related to the special symbol 1 display 51 (A2615). Then, after preparing a special symbol 2 fluctuation control table for controlling the fluctuation of the special symbol 2 display 52 (A2616), it executes a pattern fluctuation control process related to the special symbol 2 display 52 (A2617). Next, it executes a lever solenoid control process (A2618) that controls the opening operation of the lever solenoid 86b so that the lever solenoid 86b is opened during a small win, and ends the special symbol game processing.

〔始動口スイッチ監視処理〕
次に、特図ゲーム処理における始動口スイッチ監視処理(A2600)の詳細について説明する。図17は、始動口スイッチ監視処理の手順を示すフローチャートである。
[Start switch monitoring process]
Next, the details of the start port switch monitoring process (A2600) in the special game process will be described. FIG 17 is a flowchart showing the procedure of the start port switch monitoring process.

遊技制御装置100は、まず、始動入賞口36(始動口1)に対する入賞監視テーブルを準備し(A2701)、ハード乱数取得処理を実行し(A2702)、始動入賞口36への入賞があるか否かを判定する(A2703)。始動入賞口36への入賞がない場合(A2703の結果が「N」)には、ステップA2709以降の処理を実行する。一方、始動入賞口36への入賞がある場合(A2703の結果が「Y」)、右打ちする遊技状態であるか否かを判定する(A2704)。 The game control device 100 first prepares a winning monitoring table for the start winning hole 36 (starting hole 1) (A2701), executes a hard random number acquisition process (A2702), and determines whether or not there has been a winning in the start winning hole 36 (A2703). If there has been no winning in the start winning hole 36 (the result of A2703 is "N"), it executes the process from step A2709 onwards. On the other hand, if there has been a winning in the start winning hole 36 (the result of A2703 is "Y"), it determines whether or not the game state is one in which to hit to the right (A2704).

遊技制御装置100は、右打ちする遊技状態でないと判定した場合(A2704の結果が「N」)、ステップA2707以降の処理を実行する。一方、右打ちする遊技状態である場合(A2704の結果が「Y」)、右打ち指示報知コマンドを演出コマンドとして準備して(A2705)、演出コマンド設定処理を実行する(A2706)。演出コマンド設定処理では、シリアル送信バッファに演出コマンドを書き込み、演出コマンドが演出制御装置300に送信されることになる。 When the game control device 100 determines that the game state is not for right-hitting (the result of A2704 is "N"), it executes the processing from step A2707 onwards. On the other hand, when the game state is for right-hitting (the result of A2704 is "Y"), it prepares a right-hit instruction notification command as a presentation command (A2705) and executes a presentation command setting process (A2706). In the presentation command setting process, the presentation command is written to the serial transmission buffer, and the presentation command is transmitted to the presentation control device 300.

即ち、普電サポート状態(時短状態)であれば、変動表示ゲームの確率状態(高確率状態/低確率状態)にかかわらず、右打ち指示報知コマンドを準備して、演出コマンド設定処理を実行する。本実施形態の場合、始動入賞口36へは左打ちの方が入賞し易く、普通変動入賞装置37へは右打ちでないと入賞しない。また、右打ちでないと、遊技球が普図始動ゲート34を通過しない。したがって、普電サポート状態(時短状態)は、左打ちよりも右打ちの方が有利となるが、普電サポート状態中に始動入賞口36に入賞があった場合(すなわち、普電サポート状態中に左打ちされた場合)には、右打ち指示報知コマンドを演出制御装置300に送信し、演出制御装置300は、右打ちするよう指示する報知(警告)を右打ち指示表示によって表示装置41等で実行する。 In other words, if the game is in the normal power support state (time-saving state), regardless of the probability state (high probability state/low probability state) of the variable display game, a right-hit instruction notification command is prepared and the performance command setting process is executed. In this embodiment, it is easier to win the start winning hole 36 by hitting from the left, and the normal variable winning device 37 can only be won by hitting from the right. Also, the game ball will not pass through the normal start gate 34 unless it is hit from the right. Therefore, in the normal power support state (time-saving state), hitting from the right is more advantageous than hitting from the left, but if there is a win in the start winning hole 36 during the normal power support state (i.e., if a left hit is made during the normal power support state), a right-hit instruction notification command is sent to the performance control device 300, and the performance control device 300 executes a notification (warning) instructing the player to hit to the right on the display device 41, etc., by displaying a right-hit instruction.

次に、遊技制御装置100は、始動入賞口36(始動口1)による保留の情報を設定するテーブルを準備した後(A2707)、特図始動口スイッチ共通処理を実行する(A2708)。そして、第2始動入賞口(普通変動入賞装置37)に対する入賞監視テーブルを準備し(A2709)、ハード乱数取得処理を実行し(A2710)、第2始動入賞口への入賞があるか否かを判定する(A2711)。第2始動入賞口への入賞がない場合(A2711の結果が「N」)には、始動口スイッチ監視処理を終了する。 Next, the game control device 100 prepares a table for setting hold information by the start winning port 36 (start winning port 1) (A2707), and then executes the special chart start winning port switch common processing (A2708). Then, it prepares a winning monitoring table for the second start winning port (normal variable winning device 37) (A2709), executes a hard random number acquisition processing (A2710), and determines whether or not there has been a winning at the second start winning port (A2711). If there has been no winning at the second start winning port (the result of A2711 is "N"), it ends the start port switch monitoring processing.

一方、遊技制御装置100は、第2始動入賞口への入賞がある場合(A2711の結果が「Y」)には、普通電動役物(普通変動入賞装置37)が作動中であるか否か、すなわち、普通変動入賞装置37が作動して遊技球の入賞が可能な開状態となっているか否かを判定する(A2712)。普通電動役物が作動中である場合(A2712の結果が「Y」)、ステップA2714の処理に移行する。 On the other hand, if there is a winning entry into the second start winning slot (result of A2711 is "Y"), the game control device 100 judges whether the normal electric device (normal variable winning device 37) is in operation or not, that is, whether the normal variable winning device 37 is in operation and in an open state allowing the winning of a game ball (A2712). If the normal electric device is in operation (result of A2712 is "Y"), the process proceeds to step A2714.

一方、遊技制御装置100は、普通電動役物が作動中でない場合(A2712の結果が「N」)、普電不正発生中であるかを判定する(A2713)。普通変動入賞装置37への不正入賞数が不正発生判定個数(例えば5個)以上である場合に普電不正発生中であると判定する。普通変動入賞装置37は、閉状態では遊技球が入賞不可能であり、開状態でのみ遊技球が入賞可能である。従って、閉状態で遊技球が入賞した場合は何らかの異常や不正が発生した場合であり、このような閉状態で入賞した遊技球があった場合はその数を不正入賞数として計数する。そして、このように計数された不正入賞数が所定の不正発生判定個数(上限値)以上である場合に不正発生中と判定する。 On the other hand, if the normal electric device is not in operation (the result of A2712 is "N"), the game control device 100 judges whether normal power fraud is occurring (A2713). It judges that normal power fraud is occurring when the number of fraudulent wins in the normal variable winning device 37 is equal to or greater than the fraud occurrence judgment number (for example, 5). The normal variable winning device 37 does not allow game balls to win when it is closed, and game balls can only win when it is open. Therefore, if a game ball wins in the closed state, some kind of abnormality or fraud has occurred, and if there are game balls that win in such a closed state, the number of such wins is counted as the number of fraudulent wins. Then, it is judged that fraud is occurring when the number of fraudulent wins counted in this way is equal to or greater than a predetermined fraud occurrence judgment number (upper limit value).

遊技制御装置100は、普電不正発生中でない場合(A2713の結果が「N」)、第2始動入賞口(普通変動入賞装置37)による保留の情報を設定するテーブルを準備した後(A2714)、特図始動口スイッチ共通処理を実行し(A2715)、始動口スイッチ監視処理を終了する。また、A2713にて、普電不正発生中である(A2713の結果が「Y」)と判定した場合にも、始動口スイッチ監視処理を終了する。すなわち、第2始動記憶をそれ以上発生させないようにする。 If normal power fraud is not occurring (the result of A2713 is "N"), the game control device 100 prepares a table for setting hold information by the second start winning port (normal variable winning device 37) (A2714), then executes special chart start port switch common processing (A2715), and ends the start port switch monitoring processing. Also, if it is determined in A2713 that normal power fraud is occurring (the result of A2713 is "Y"), the start port switch monitoring processing is also ended. In other words, no further second start memories are generated.

〔特図始動口スイッチ共通処理〕
次に、始動口スイッチ監視処理における特図始動口スイッチ共通処理(A2708、A2715)の詳細について説明する。図18は、特図始動口スイッチ共通処理の手順を示すフローチャートである。特図始動口スイッチ共通処理は、始動口1スイッチ36aや始動口2スイッチ37aの入力があった場合に、各々の入力について共通して行われる処理である。
[Special diagram start switch common processing]
Next, the details of the special drawing start port switch common processing (A2708, A2715) in the start port switch monitoring processing will be described. Figure 18 is a flowchart showing the procedure of the special drawing start port switch common processing. The special drawing start port switch common processing is a process that is commonly performed for each input when there is an input of the start port 1 switch 36a or the start port 2 switch 37a.

遊技制御装置100は、まず、始動口1スイッチ36a及び始動口2スイッチ37aのうち、監視対象の始動口スイッチへの入賞の回数に関する情報を遊技機10の外部の管理装置に対して出力する回数である始動口信号出力回数をロードし(A2901)、ロードした値を+1更新して(A2902)、出力回数がオーバーフローするか否かを判定する(A2903)。出力回数がオーバーフローしない場合(A2903の結果が「N」)、更新後の値をRWMの始動口信号出力回数領域にセーブして(A2904)、ステップA2905の処理に移行する。一方、出力回数がオーバーフローする場合(A2903の結果が「Y」)、ステップA2905の処理に移行する。本実施形態では、始動口信号出力回数領域に「0」から「255」までの値を記憶することができる。そして、ロードした値が「255」である場合には+1更新によって更新後の値は「0」になり、出力回数がオーバーフローすると判定するよう構成されている。 The game control device 100 first loads the start port signal output count, which is the number of times that information on the number of winnings on the start port switch to be monitored, among the start port 1 switch 36a and the start port 2 switch 37a, is output to an external management device of the game machine 10 (A2901), updates the loaded value by +1 (A2902), and determines whether the output count will overflow (A2903). If the output count does not overflow (the result of A2903 is "N"), the updated value is saved in the start port signal output count area of the RWM (A2904), and the process proceeds to step A2905. On the other hand, if the output count overflows (the result of A2903 is "Y"), the process proceeds to step A2905. In this embodiment, values from "0" to "255" can be stored in the start port signal output count area. If the loaded value is "255", the updated value becomes "0" by updating by +1, and it is determined that the output count will overflow.

次に、遊技制御装置100は、始動口1スイッチ36a及び始動口2スイッチ37aのうち、監視対象の始動口スイッチに対応する更新対象の特図保留数(始動記憶数)が上限値(ここでは4)未満か否かを判定する(A2905)。更新対象の特図保留数が上限値未満でない場合(A2905の結果が「N」)は、特図始動口スイッチ共通処理を終了する。また、更新対象の特図保留数が上限値未満(ここでは4)である場合(A2905の結果が「Y」)は、更新対象の特図保留数(特図1保留数又は特図2保留数)を+1更新して(A2906)、対象の始動口入賞フラグをセーブする(A2907)。 Next, the game control device 100 judges whether the number of reserved special charts (start memory number) to be updated corresponding to the start port switch being monitored, among the start port 1 switch 36a and the start port 2 switch 37a, is less than the upper limit (here, 4) (A2905). If the number of reserved special charts to be updated is not less than the upper limit (the result of A2905 is "N"), the special chart start port switch common processing is terminated. Also, if the number of reserved special charts to be updated is less than the upper limit (here, 4) (the result of A2905 is "Y"), the number of reserved special charts to be updated (the number of reserved special charts 1 or the number of reserved special charts 2) is updated by +1 (A2906), and the target start port winning flag is saved (A2907).

次に、遊技制御装置100は、監視対象の始動口スイッチ及び特図保留数に対応する乱数格納領域のアドレスを算出して(A2908)、ステップA2805にて準備した大当り乱数をRWMの大当り乱数格納領域にセーブする(A2909)。次に、監視対象の始動口スイッチの検出によって開始する特図変動表示ゲームの大当り図柄乱数を抽出し、RWMの大当り図柄乱数格納領域にセーブする(A2910)。続いて、監視対象の始動口スイッチの検出によって開始する特図変動表示ゲームの小当り図柄乱数を抽出し、小当り図柄乱数格納領域にセーブする(A2911)。また、時短図柄を決定するためのサポ当り図柄乱数を抽出し、サポ当り図柄乱数をRWMのサポ当り図柄乱数格納領域にセーブする(A2912)。 The game control device 100 then calculates the address of the random number storage area corresponding to the start port switch and the number of reserved special symbols to be monitored (A2908), and saves the jackpot random number prepared in step A2805 in the jackpot random number storage area of the RWM (A2909). Next, it extracts the jackpot pattern random number of the special symbol variation display game that starts upon detection of the start port switch to be monitored, and saves it in the jackpot pattern random number storage area of the RWM (A2910). Next, it extracts the small jackpot pattern random number of the special symbol variation display game that starts upon detection of the start port switch to be monitored, and saves it in the small jackpot pattern random number storage area (A2911). It also extracts the support jackpot pattern random number for determining the time-saving pattern, and saves the support jackpot pattern random number in the support jackpot pattern random number storage area of the RWM (A2912).

なお、本実施形態では、前述のように小当り後に確実にV入賞によって大当りが発生するため、小当り図柄乱数を使用しなくてもよく、ステップA2911はオプションであり実行されなくてもよい。また、特図1変動表示ゲームに小当り結果はないため、監視対象の始動口スイッチが始動口1スイッチ36aであれば、小当り図柄乱数を抽出しなくてもよい。 In this embodiment, as described above, since a big win occurs reliably when a V is entered after a small win, there is no need to use a small win pattern random number, and step A2911 is optional and does not need to be executed. Also, since there is no small win result in the special chart 1 variable display game, if the start port switch to be monitored is start port 1 switch 36a, there is no need to extract a small win pattern random number.

なお、小当り図柄乱数、サポ当り図柄乱数、大当り図柄乱数は、後述の特図1停止図柄設定処理(A3403)と特図2停止図柄設定処理(A3503)において、小当り時の停止図柄番号、サポ当り時の停止図柄番号、又は大当り時の停止図柄番号と、これら停止図柄番号に対応する小当り停止図柄パターン、サポ当り停止図柄パターン、又は大当り停止図柄パターンを決定するために用いられる。 The small win pattern random number, support win pattern random number, and big win pattern random number are used in the special chart 1 stop pattern setting process (A3403) and special chart 2 stop pattern setting process (A3503) described below to determine the stop pattern number at the time of a small win, the stop pattern number at the time of a support hit, or the stop pattern number at the time of a big win, and the small win stop pattern pattern, support hit stop pattern, or big win stop pattern pattern corresponding to these stop pattern numbers.

本実施形態において、混乱を回避するため、小当り図柄乱数、サポ当り図柄乱数、大当り図柄乱数は、各々、独立に設けられるが、RWMの乱数格納領域を小さくするため、1つの乱数(共通乱数)を共用して、小当り図柄(小当り時の停止図柄番号、小当り停止図柄パターン)、サポ当り図柄(サポ当り時の停止図柄番号、サポ当り停止図柄パターン)、大当り図柄(大当り時の停止図柄番号、大当り停止図柄パターン)の振り分けを行ってよい。即ち、小当り図柄を決定する場合に、共通乱数の範囲を区分して各小当り図柄に割り当てたり、サポ当り図柄を決定する場合に、共通乱数の範囲を区分して各サポ当り図柄に割り当てたり、大当り図柄を決定する場合に、共通乱数の範囲を区分して各大当り図柄に割り当てたりしてよい。 In this embodiment, to avoid confusion, the small win pattern random number, the support win pattern random number, and the big win pattern random number are each set independently, but to reduce the random number storage area of the RWM, one random number (common random number) may be shared to allocate the small win pattern (stop pattern number at the time of small win, small win stop pattern), the support win pattern (stop pattern number at the time of support win, support hit stop pattern), and the big win pattern (stop pattern number at the time of big win, big win stop pattern). In other words, when determining the small win pattern, the range of the common random number may be divided and assigned to each small win pattern, when determining the support win pattern, the range of the common random number may be divided and assigned to each support win pattern, and when determining the big win pattern, the range of the common random number may be divided and assigned to each big win pattern.

次に、遊技制御装置100は、変動パターン乱数1から3を対応するRWMの変動パターン乱数格納領域にセーブして(A2913)、変動表示ゲームの結果(遊技結果)を事前に判定可能な特図保留情報判定処理(事前判定処理、先読み処理)を実行する(A2914)。特図保留情報判定処理では、セーブした大当り乱数や当り図柄乱数(大当り図柄乱数、小当り図柄乱数、サポ当り図柄乱数)などに基づく停止図柄情報(大当り停止図柄、小当り停止図柄、時短停止図柄、はずれ停止図柄)に対応する先読み停止図柄コマンドや、セーブした変動パターン乱数1から3に基づく前半変動番号(リーチ前変動の番号)及び後半変動番号(リーチ後変動の番号)に対応する先読み変動パターンコマンドを演出コマンドとして設定する。そして、監視対象の始動口スイッチ及び特図保留数に対応する飾り特図保留数コマンドを演出コマンドとして準備し(A2915)、演出コマンド設定処理(A2916)を実行して、特図始動口スイッチ共通処理を終了する。このように、遊技制御装置100は、始動記憶に基づく変動表示ゲームが実行されるよりも前に当該変動表示ゲームの結果を事前に判定可能な事前判定手段を構成する。 Next, the game control device 100 saves the fluctuation pattern random numbers 1 to 3 in the corresponding fluctuation pattern random number storage area of the RWM (A2913), and executes a special reserved information judgment process (pre-judgment process, pre-reading process) that can judge the result of the variable display game (game result) in advance (A2914). In the special reserved information judgment process, a pre-reading stop pattern command corresponding to the stop pattern information (jackpot stop pattern, small win stop pattern, time-saving stop pattern, miss stop pattern) based on the saved jackpot random number and winning pattern random number (jackpot pattern random number, small win pattern random number, support winning pattern random number), etc., and a pre-reading fluctuation pattern command corresponding to the first half fluctuation number (number of fluctuation before the reach) and the second half fluctuation number (number of fluctuation after the reach) based on the saved fluctuation pattern random numbers 1 to 3 are set as performance commands. Then, a decorative special chart reservation number command corresponding to the start port switch and special chart reservation number to be monitored is prepared as a presentation command (A2915), a presentation command setting process (A2916) is executed, and the special chart start port switch common process is terminated. In this way, the game control device 100 constitutes a pre-determination means that can determine the result of the variable display game based on the start memory before the variable display game is executed.

ここで、遊技制御装置100(RAM111c)は、始動入賞口36や普通変動入賞装置37の始動入賞領域への遊技球の流入に基づき、所定の乱数を抽出し前記変動表示ゲームの実行権利となる始動記憶として所定数を上限に記憶する始動記憶手段をなす。また、始動記憶手段(遊技制御装置100)は、第1始動入賞口(始動入賞口36)への遊技球の入賞に基づき抽出した各種の乱数値を、所定数を上限に第1始動記憶として記憶し、第2始動入賞口(普通変動入賞装置37)への遊技球の入賞に基づき抽出した各種の乱数値を、所定数を上限に第2始動記憶として記憶する。 Here, the game control device 100 (RAM 111c) serves as a start memory means for extracting a predetermined random number based on the inflow of game balls into the start winning area of the start winning port 36 or the normal variable winning device 37, and storing the predetermined number as a start memory that serves as the right to execute the variable display game, with an upper limit of the predetermined number. The start memory means (game control device 100) also stores various random number values extracted based on the winning of game balls into the first start winning port (start winning port 36) as a first start memory with an upper limit of the predetermined number, and stores various random number values extracted based on the winning of game balls into the second start winning port (normal variable winning device 37) as a second start memory with an upper limit of the predetermined number.

〔特定領域スイッチ監視処理〕
次に、特図ゲーム処理における特定領域スイッチ監視処理(A2601)の詳細について説明する。図19は、特定領域スイッチ監視処理の手順を示すフローチャートである。
[Specific area switch monitoring process]
Next, the specific area switch monitoring process (A2601) in the special game process will be described in detail. FIG 19 is a flowchart showing the procedure of the specific area switch monitoring process.

遊技制御装置100は、まず、小当り中であるか否かを判定する(A3001)。特図ゲーム処理番号が「4」「5」であれば、小当り中であると判定できる。小当り中である場合に(A3001の結果が「Y」)、条件装置作動中であるか否かを判定する(A3002)。条件装置が作動中であることを示す条件装置作動情報が設定されていれば、条件装置作動中であると判定できる。 The game control device 100 first determines whether or not a small win is occurring (A3001). If the special game processing number is "4" or "5", it can be determined that a small win is occurring. If a small win is occurring (the result of A3001 is "Y"), it is determined whether or not a condition device is operating (A3002). If condition device operation information indicating that the condition device is operating is set, it can be determined that the condition device is operating.

遊技制御装置100は、条件装置作動中でない場合に(A3002の結果が「N」)、特定領域スイッチ72に入力があるか否かを判定する(A3003)。特定領域スイッチ72に入力がある場合に(A3003の結果が「Y」)、即ち、特定領域86への入賞(V入賞)があった場合に、条件装置が作動中であることを示す条件装置作動情報を条件装置作動情報領域にセーブして(A3004)、特定領域スイッチ監視処理を終了する。 When the condition device is not in operation (result of A3002 is "N"), the game control device 100 determines whether there is an input to the specific area switch 72 (A3003). When there is an input to the specific area switch 72 (result of A3003 is "Y"), that is, when there is a win (V win) in the specific area 86, the game control device saves the condition device operation information indicating that the condition device is in operation in the condition device operation information area (A3004), and ends the specific area switch monitoring process.

小当り中でない場合(A3001の結果が「N」)、条件装置作動中である場合(A3002の結果が「Y」)、又は、特定領域スイッチ72に入力がない場合に(A3003の結果が「N」)、何もせずに特定領域スイッチ監視処理を終了する。 If there is no small win (result of A3001 is "N"), if the condition device is operating (result of A3002 is "Y"), or if there is no input to the specific area switch 72 (result of A3003 is "N"), the specific area switch monitoring process ends without doing anything.

〔特図普段処理〕
次に、特図ゲーム処理における特図普段処理(A2608)の詳細について説明する。図20は、特図普段処理の手順を示すフローチャートである。
[Special chart normal processing]
Next, the details of the special chart normal processing (A2608) in the special chart game processing will be described. FIG. 20 is a flowchart showing the procedure of the special chart normal processing.

遊技制御装置100は、まず、後述の役物ゲーム処理の役物普段処理中であり、且つ、大入賞口の残存球カウンタが0であるか否かを判定する(A3200)。役物普段処理中でないか、又は、大入賞口の残存球カウンタが0でない場合に(A3200の結果が「N」)、特図変動表示ゲームを開始せずステップA3215の処理に移行する。 The game control device 100 first determines whether the normal reel processing of the reel game processing described below is in progress and whether the remaining ball counter of the large prize opening is 0 (A3200). If the normal reel processing is not in progress or the remaining ball counter of the large prize opening is not 0 (the result of A3200 is "N"), the special chart change display game is not started and the process proceeds to step A3215.

遊技制御装置100は、役物普段処理中であり、且つ、大入賞口の残存球カウンタが0である場合に(A3200の結果が「Y」)、特図2保留数(第2始動記憶数)が0であるか否かを判定する(A3201)。特図2保留数が0である場合(A3201の結果が「Y」)、特図1保留数(第1始動記憶数)が0であるか否かを判定する(A3206)。そして、特図1保留数が0である場合(A3206の結果が「Y」)、客待ちデモが開始済みであるか否かを判定し(A3211)、客待ちデモが開始済みでない場合(A3211の結果が「N」)は、客待ちデモフラグ領域に客待ちデモ中フラグをセットする(A3212)。 When the game device is in normal processing and the remaining ball counter of the big prize opening is 0 (the result of A3200 is "Y"), the game control device 100 judges whether the number of reserved special figures 2 (second start memory number) is 0 or not (A3201). When the number of reserved special figures 2 is 0 (the result of A3201 is "Y"), it judges whether the number of reserved special figures 1 (first start memory number) is 0 or not (A3206). Then, when the number of reserved special figures 1 is 0 (the result of A3206 is "Y"), it judges whether the customer waiting demo has started or not (A3211), and when the customer waiting demo has not started (the result of A3211 is "N"), it sets the customer waiting demo in progress flag in the customer waiting demo flag area (A3212).

続けて、遊技制御装置100は、客待ちデモコマンドを演出コマンドとして準備して(A3213)、演出コマンド設定処理を行い(A3214)、ステップA3215の処理に移行する。一方、ステップA3211にて、客待ちデモが開始済みである場合(A3211の結果が「Y」)、処理番号として特図普段処理に係る「0」を設定し(A3215)、特図ゲーム処理番号領域に処理番号をセーブして(A3216)、変動図柄判別フラグ領域をクリアする(A3217)。そして、大入賞口不正監視期間フラグ領域に不正監視期間中フラグをセーブして(A3218)、特図普段処理を終了する。 The game control device 100 then prepares a customer waiting demo command as a presentation command (A3213), performs presentation command setting processing (A3214), and proceeds to processing in step A3215. On the other hand, if the customer waiting demo has already started in step A3211 (the result of A3211 is "Y"), the processing number is set to "0" for the special chart normal processing (A3215), the processing number is saved in the special chart game processing number area (A3216), and the variable chart discrimination flag area is cleared (A3217). Then, the fraud monitoring period flag is saved in the large prize opening fraud monitoring period flag area (A3218), and the special chart normal processing ends.

また、遊技制御装置100は、特図2保留数が0でない場合(A3201の結果が「N」)、特図2変動開始処理を実行し(A3202)、特図2保留数に対応する飾り特図保留数コマンド(飾り特図2保留数コマンド)を演出コマンドとして準備して(A3203)、演出コマンド設定処理を実行する(A3204)。そして、特図2の特図変動中処理移行設定処理を実行し(A3205)、特図普段処理を終了する。 In addition, if the number of reserved special charts 2 is not 0 (the result of A3201 is "N"), the game control device 100 executes the special chart 2 change start process (A3202), prepares a decorative special chart reserved number command (decorative special chart 2 reserved number command) corresponding to the reserved number of special charts 2 as a presentation command (A3203), and executes the presentation command setting process (A3204). Then, it executes the special chart change processing transition setting process for special chart 2 (A3205), and ends the normal special chart processing.

特図2の特図変動中処理移行設定処理では、処理番号として「1」を設定し特図ゲーム処理番号領域に処理番号をセーブし、客待ちデモフラグ領域をクリアし、特図2変動制御フラグ領域に変動中フラグをセーブする。 In the special chart 2 special chart fluctuation processing transition setting process, the processing number is set to "1", the processing number is saved in the special chart game processing number area, the customer waiting demo flag area is cleared, and the fluctuation flag is saved in the special chart 2 fluctuation control flag area.

また、遊技制御装置100は、特図1保留数が0でない場合(A3206の結果が「N」)、特図1変動開始処理を実行し(A3207)、特図1保留数に対応する飾り特図保留数コマンド(飾り特図1保留数コマンド)を演出コマンドとして準備して(A3208)、演出コマンド設定処理を実行する(A3209)。そして、特図1の特図変動中処理移行設定処理を実行し(A3210)、特図普段処理を終了する。 In addition, if the number of reserved special charts 1 is not 0 (the result of A3206 is "N"), the game control device 100 executes special chart 1 variation start processing (A3207), prepares a decorative special chart reserved number command (decorative special chart 1 reserved number command) corresponding to the reserved number of special charts 1 as a presentation command (A3208), and executes presentation command setting processing (A3209). Then, it executes special chart variation processing transition setting processing for special chart 1 (A3210), and ends normal special chart processing.

特図1の特図変動中処理移行設定処理では、処理番号として「1」を設定し特図ゲーム処理番号領域に処理番号をセーブし、客待ちデモフラグ領域をクリアし、特図1変動制御フラグ領域に変動中フラグをセーブする。 In the special chart 1 special chart fluctuation processing transition setting process, the processing number is set to "1", the processing number is saved in the special chart game processing number area, the customer waiting demo flag area is cleared, and the fluctuation in progress flag is saved in the special chart 1 fluctuation control flag area.

このように、特図2保留数のチェックを特図1保留数のチェックよりも先に行うことで、特図2保留数が0でない場合には特図2変動開始処理(A3202)が実行されることとなる。すなわち、特図2変動表示ゲームが特図1変動表示ゲームに優先して実行されることとなる(特図2保留優先消化)。つまり、遊技制御装置100が、第2始動記憶手段(遊技制御装置100)に第2始動記憶がある場合には、当該第2始動記憶に基づく変動表示ゲームを、第1始動記憶に基づく変動表示ゲームよりも優先的に実行する優先制御手段をなす。なお、特図1変動表示ゲームが特図2変動表示ゲームに優先して実行されることとする特図1保留優先消化にする場合には、ステップA3201の判定を、特図1保留数≠0であるか否かを判定すればよい。 In this way, by checking the number of reserved special figures 2 before checking the number of reserved special figures 1, if the number of reserved special figures 2 is not 0, the special figure 2 change start process (A3202) is executed. In other words, the special figure 2 change display game is executed in priority to the special figure 1 change display game (special figure 2 reservation priority consumption). In other words, when the second start memory is present in the second start memory means (game control device 100), the game control device 100 serves as a priority control means for executing the change display game based on the second start memory in priority over the change display game based on the first start memory. Note that, in the case of special figure 1 reservation priority consumption, in which the special figure 1 change display game is executed in priority to the special figure 2 change display game, the judgment in step A3201 may be made as to whether the number of reserved special figures 1 is ≠ 0.

〔特図1変動開始処理〕
次に、特図普段処理における特図1変動開始処理(A3207)の詳細について説明する。図21は、特図1変動開始処理の手順を示すフローチャートである。特図1変動開始処理は、特図1変動表示ゲームの開始時に行う処理である。
[Special Chart 1 Change Start Processing]
Next, the details of the special chart 1 variation start process (A3207) in the special chart normal process will be described. Figure 21 is a flowchart showing the procedure of the special chart 1 variation start process. The special chart 1 variation start process is a process performed at the start of the special chart 1 variation display game.

遊技制御装置100は、実行する特図変動表示ゲームの種別(ここでは特図1)を示す特図1変動フラグを変動図柄判別領域にセーブする(A3401)。続いて、特図1変動表示ゲームが大当りであるか否かを判別するための大当りフラグ1にはずれ情報や大当り情報を設定するなどの処理を行う大当りフラグ1設定処理を実行する(A3402)。大当りフラグ1設定処理の詳細については後述する。 The game control device 100 saves the special chart 1 change flag, which indicates the type of special chart change display game to be executed (special chart 1 in this case), in the change pattern discrimination area (A3401). Next, it executes the jackpot flag 1 setting process (A3402), which performs processing such as setting miss information or jackpot information in the jackpot flag 1 to determine whether the special chart 1 change display game is a jackpot or not. The details of the jackpot flag 1 setting process will be described later.

次に、遊技制御装置100は、特図1変動表示ゲームに関する特図1停止図柄(図柄情報)の設定に係る特図1停止図柄設定処理を実行する(A3403)。特図1停止図柄設定処理では、はずれ時、サポ当り時、又は大当り時の停止図柄番号と、この停止図柄番号に対応するはずれ停止図柄パターン、サポ当り停止図柄パターン、又は大当り停止図柄パターンをセーブする。サポ当り時、又は大当り時の停止図柄番号は、各々、サポ当り図柄乱数、大当り図柄乱数に対応して決定される。 Next, the game control device 100 executes a special chart 1 stop pattern setting process (A3403) for setting the special chart 1 stop pattern (pattern information) for the special chart 1 variable display game. In the special chart 1 stop pattern setting process, the stop pattern number at the time of a miss, a support hit, or a jackpot, and the miss stop pattern, the support hit stop pattern, or the jackpot stop pattern corresponding to this stop pattern number are saved. The stop pattern number at the time of a support hit or a jackpot is determined corresponding to the support hit pattern random number and the jackpot pattern random number, respectively.

さらに、遊技制御装置100は、変動パターンを設定するためのパラメータである特図情報を設定する特図情報設定処理を実行する(A3404)。 Furthermore, the game control device 100 executes a special chart information setting process to set special chart information, which is a parameter for setting the variation pattern (A3404).

続いて、遊技制御装置100は、特図1変動表示ゲームの変動パターンの設定に関する種々の情報を参照するための情報が設定されたテーブルである特図1変動パターン設定情報テーブルを準備する(A3405)。 Next, the game control device 100 prepares a special chart 1 variation pattern setting information table, which is a table in which information is set for referencing various information related to setting the variation pattern of the special chart 1 variation display game (A3405).

その後、遊技制御装置100は、特図1変動表示ゲームにおける変動態様である変動パターン(変動パターン番号)を設定する変動パターン設定処理を実行する(A3406)。次に、遊技制御装置100は、特図1変動表示ゲームの変動開始の情報を設定する変動開始情報設定処理を実行し(A3407)、特図1変動開始処理を終了する。変動開始情報設定処理では、変動パターン(変動パターン番号)に対応する変動時間値を取得し、特図ゲーム処理タイマ領域にセーブする。そして、変動パターン番号に対応する変動コマンド(MODE、ACTION)を演出コマンドとして準備して、演出コマンド設定処理を行う。また、変動開始情報設定処理では、これから開始する特図変動表示ゲームの特図種別(特図1又は特図2)に係る特図保留数を-1更新する(1だけ減少する)。 Then, the game control device 100 executes a variation pattern setting process to set a variation pattern (variation pattern number), which is a variation mode in the special chart 1 variation display game (A3406). Next, the game control device 100 executes a variation start information setting process to set information on the start of variation in the special chart 1 variation display game (A3407), and ends the special chart 1 variation start process. In the variation start information setting process, a variation time value corresponding to the variation pattern (variation pattern number) is obtained and saved in the special chart game processing timer area. Then, a variation command (MODE, ACTION) corresponding to the variation pattern number is prepared as a presentation command, and a presentation command setting process is performed. Also, in the variation start information setting process, the special chart reserved number for the special chart type (special chart 1 or special chart 2) of the special chart variation display game that is about to start is updated by -1 (decreased by 1).

〔特図2変動開始処理〕
次に、特図普段処理における特図2変動開始処理(A3202)の詳細について説明する。図22は、特図2変動開始処理の手順を示すフローチャートである。特図2変動開始処理は、特図2変動表示ゲームの開始時に行う処理であって、図21に示した特図1変動開始処理での処理と同様の処理を、第2始動記憶を対象として行うものである。
[Special Chart 2 Change Start Processing]
Next, the details of the special chart 2 variation start process (A3202) in the special chart normal process will be described. Figure 22 is a flowchart showing the procedure of the special chart 2 variation start process. The special chart 2 variation start process is a process performed at the start of the special chart 2 variation display game, and is the same process as the process in the special chart 1 variation start process shown in Figure 21, but is performed on the second start memory.

遊技制御装置100は、まず、実行する特図変動表示ゲームの種別(ここでは特図2)を示す特図2変動フラグを変動図柄判別領域にセーブする(A3501)。続いて、特図2変動表示ゲームが大当りであるか否かを判別するための大当りフラグ2にはずれ情報や大当り情報を設定するなどの処理を行う大当りフラグ2設定処理を実行する(A3502)。 The game control device 100 first saves the special chart 2 change flag, which indicates the type of special chart change display game to be executed (special chart 2 in this case), in the change pattern discrimination area (A3501). Next, it executes the jackpot flag 2 setting process, which performs processing such as setting miss information or jackpot information in the jackpot flag 2 to determine whether the special chart 2 change display game is a jackpot or not (A3502).

次に、遊技制御装置100は、特図2変動表示ゲームに関する特図2停止図柄(図柄情報)の設定に係る特図2停止図柄設定処理を実行する(A3503)。さらに、変動パターンを設定するためのパラメータである特図情報を設定する特図情報設定処理を実行する(A3504)。続いて、特図2変動表示ゲームの変動パターンの設定に関する種々の情報を参照するための情報が設定されたテーブルである特図2変動パターン設定情報テーブルを準備する(A3505)。 Next, the game control device 100 executes a special chart 2 stop pattern setting process related to setting the special chart 2 stop pattern (pattern information) related to the special chart 2 change display game (A3503). Furthermore, it executes a special chart information setting process to set the special chart information, which is a parameter for setting the change pattern (A3504). Next, it prepares a special chart 2 change pattern setting information table, which is a table in which information is set for referencing various information related to the setting of the change pattern of the special chart 2 change display game (A3505).

その後、遊技制御装置100は、特図2変動表示ゲームの変動パターンを設定する変動パターン設定処理を実行する(A3506)。最後に、特図2変動表示ゲームの変動開始の情報を設定する変動開始情報設定処理を実行し(A3507)、特図2変動開始処理を終了する。 Then, the game control device 100 executes a variation pattern setting process to set the variation pattern of the special chart 2 variation display game (A3506). Finally, it executes a variation start information setting process to set information on the start of variation of the special chart 2 variation display game (A3507), and ends the special chart 2 variation start process.

〔大当りフラグ1設定処理〕
次に、特図1変動開始処理における大当りフラグ1設定処理(A3402)の詳細について説明する。図23は、大当りフラグ1設定処理の手順を示すフローチャートである。
[Big hit flag 1 setting process]
Next, the details of the jackpot flag 1 setting process (A3402) in the special chart 1 variation start process will be described. Figure 23 is a flowchart showing the procedure of the jackpot flag 1 setting process.

遊技制御装置100は、まず、大当りフラグ1領域、サポ当りフラグ1領域にはずれ情報をセーブする(A3601)。次に、RWMの特図1大当り乱数格納領域(保留数1用)から大当り乱数をロードし、準備して(A3602)、当該特図1大当り乱数格納領域(保留数1用)を0クリアする(A3603)。なお、保留数1用とは、消化順序が最先(ここでは特図1のうちで最先)の特図始動記憶についての情報(乱数等)を格納する領域である。その後、準備した大当り乱数値が大当り判定値と一致するか否かに応じて大当りであるか否かを判定する大当り判定処理を実行する(A3604)。 The game control device 100 first saves the miss information in the jackpot flag 1 area and the support hit flag 1 area (A3601). Next, it loads and prepares the jackpot random number from the RWM's special chart 1 jackpot random number storage area (for reserved number 1) (A3602), and clears the special chart 1 jackpot random number storage area (for reserved number 1) to 0 (A3603). Note that reserved number 1 is an area that stores information (random numbers, etc.) about the special chart start memory that is the first to be consumed (here, the first of special chart 1). After that, it executes the jackpot determination process that determines whether or not there is a jackpot depending on whether or not the prepared jackpot random number value matches the jackpot determination value (A3604).

遊技制御装置100は、大当り判定処理(A3604)の判定結果が大当りである場合(A3605の結果が「Y」)、ステップA3601にてはずれ情報をセーブした大当りフラグ1領域に大当り情報を上書きしてセーブし(A3606)、大当りフラグ1設定処理を終了する。 If the result of the jackpot determination process (A3604) is a jackpot (the result of A3605 is "Y"), the game control device 100 overwrites and saves the jackpot information in the jackpot flag 1 area where the miss information was saved in step A3601 (A3606), and ends the jackpot flag 1 setting process.

一方、大当り判定処理(A3605)の判定結果が大当りでない場合(A3605の結果が「N」)、オプションで、取得した大当り乱数値に基づいて、特図変動表示ゲームがサポ当りであるか否かを判定するサポ当り判定処理を実行し(A3607)、判定の結果はサポ当りであるか否か判断する(A3608)。なお、本実施形態では、サポ当りの判定にも大当り乱数値が使用される(別の言い方では、サポ当り判定と大当り判定に同じ乱数値が使用される)。ここで、特図変動表示ゲームのサポ当り(時短当り)とは、次回の特図変動表示ゲームから時短状態に突入する時短結果(特定結果)のことであり、この時短結果に対応して、演出制御装置300は、飾り特図変動表示ゲームの停止結果として時短図柄を表示装置41に表示できる。 On the other hand, if the result of the jackpot determination process (A3605) is not a jackpot (the result of A3605 is "N"), optionally, a support hit determination process is executed (A3607) to determine whether the special chart variable display game is a support hit or not based on the acquired jackpot random number value, and the result of the determination is determined to be a support hit or not (A3608). In this embodiment, the jackpot random number value is also used to determine the support hit (in other words, the same random number value is used for the support hit determination and the jackpot determination). Here, the support hit (time-saving hit) of the special chart variable display game refers to a time-saving result (specific result) that enters the time-saving state from the next special chart variable display game, and in response to this time-saving result, the performance control device 300 can display a time-saving pattern on the display device 41 as a stop result of the decorative special chart variable display game.

遊技制御装置100は、特図変動表示ゲームがサポ当りである場合(A3608の結果が「Y」)、ステップA3601にてはずれ情報をセーブしたサポ当りフラグ1領域にサポ当り情報を上書きしてセーブし(A3609)、大当りフラグ1設定処理を終了する。一方、特図変動表示ゲームがサポ当りでない場合(A3608の結果が「N」)、サポ当りフラグ1領域にサポ当り情報をセーブすることなく、大当りフラグ1設定処理を終了する。 If the special chart change display game is a support hit (the result of A3608 is "Y"), the game control device 100 overwrites and saves the support hit information in the support hit flag 1 area where the miss information was saved in step A3601 (A3609), and ends the jackpot flag 1 setting process. On the other hand, if the special chart change display game is not a support hit (the result of A3608 is "N"), the game control device 100 ends the jackpot flag 1 setting process without saving the support hit information in the support hit flag 1 area.

このように、本実施形態において、特図1変動表示ゲームの結果は、「大当り」、「サポ当り(時短当り)」、及び「はずれ」のうちの何れかとなり、「小当り」はない。なお、ステップA3607-A3609は、オプションで設けられるものであり、これらを省略して、特図1変動表示ゲームの結果に「サポ当り(時短当り)」を設けなくてもよい。また、特図1変動表示ゲームの結果に「小当り」を設ける構成も可能である。 In this way, in this embodiment, the result of the special chart 1 variable display game is either a "big hit," a "support hit (time-saving hit)," or a "miss," and there is no "small hit." Note that steps A3607-A3609 are provided as options, and they may be omitted so that a "support hit (time-saving hit)" does not have to be provided as the result of the special chart 1 variable display game. It is also possible to configure the result of the special chart 1 variable display game to include a "small hit."

なお、大当りフラグ1設定処理において、サポ当りフラグ1領域にサポ当り情報をセーブする構成としたが、大当りとサポ当りは重複しないため、大当りフラグ1領域にサポ当り情報をセーブしてもよい。 In the jackpot flag 1 setting process, the support hit information is saved in the support hit flag 1 area, but since jackpots and support hits do not overlap, the support hit information may also be saved in the jackpot flag 1 area.

〔大当りフラグ2設定処理〕
次に、特図2変動開始処理における大当りフラグ2設定処理(A3502)の詳細について説明する。図24は、大当りフラグ2設定処理の手順を示すフローチャートである。この処理は、図23に示した大当りフラグ1設定処理での処理と同様の処理を、第2始動記憶を対象として行うものである。
[Big hit flag 2 setting process]
Next, the details of the jackpot flag 2 setting process (A3502) in the special chart 2 variable start process will be described. Figure 24 is a flowchart showing the procedure of the jackpot flag 2 setting process. This process is the same as the process in the jackpot flag 1 setting process shown in Figure 23, but is performed on the second start memory.

遊技制御装置100は、まず、大当りフラグ2領域、小当りフラグ2領域、サポ当りフラグ2領域にはずれ情報をセーブする(A3701)。次に、RWMの特図2大当り乱数格納領域(保留数1用)から大当り乱数をロードし、準備して(A3702)、当該特図2大当り乱数格納領域(保留数1用)を0クリアする(A3703)。なお、保留数1用とは、消化順序が最先(ここでは特図2のうちで最先)の特図始動記憶についての情報(乱数等)を格納する領域である。その後、準備した大当り乱数値が小当り判定値と一致するか否かに応じて小当りであるか否かを判定する小当り判定処理を実行する(A3704)。 The game control device 100 first saves the miss information in the big win flag 2 area, the small win flag 2 area, and the support win flag 2 area (A3701). Next, it loads and prepares the big win random number from the RWM special chart 2 big win random number storage area (for reserved number 1) (A3702), and clears the special chart 2 big win random number storage area (for reserved number 1) to 0 (A3703). Note that reserved number 1 is an area that stores information (random numbers, etc.) about the special chart start memory that is the first to be consumed (here, the first of the special charts 2). After that, it executes the small win judgment process that judges whether or not it is a small win depending on whether or not the prepared big win random number value matches the small win judgment value (A3704).

遊技制御装置100は、小当り判定処理(A3704)の判定結果が小当りである場合(A3705の結果が「Y」)、ステップA3701にてはずれ情報をセーブした小当りフラグ2領域に小当り情報を上書きしてセーブし(A3706)、大当りフラグ2設定処理を終了する。 If the result of the small hit determination process (A3704) is a small hit (the result of A3705 is "Y"), the game control device 100 overwrites and saves the small hit information in the small hit flag 2 area where the miss information was saved in step A3701 (A3706), and ends the big hit flag 2 setting process.

一方、遊技制御装置100は、特図変動表示ゲームが小当りでない場合(A3705の結果が「N」)、取得した大当り乱数値に基づいて、特図変動表示ゲームがサポ当りであるか否かを判定するサポ当り判定処理を実行し(A3707)、判定の結果はサポ当りであるか否か判断する(A3708)。なお、本実施形態では、サポ当りの判定にも大当り乱数値が使用される(別の言い方では、サポ当り判定と大当り判定に同じ乱数値が使用される)。ここで、特図変動表示ゲームのサポ当り(時短当り)とは、次回の特図変動表示ゲームから時短状態に突入する時短結果(特定結果)のことであり、この特定結果に対応して、演出制御装置300は、飾り特図変動表示ゲームの停止結果として時短図柄を表示装置41に表示できる。 On the other hand, if the special chart variation display game is not a small win (the result of A3705 is "N"), the game control device 100 executes a support win judgment process to judge whether the special chart variation display game is a support win or not based on the acquired jackpot random number value (A3707), and judges whether the judgment result is a support win or not (A3708). In this embodiment, the jackpot random number value is also used to judge the support win (in other words, the same random number value is used for the support win judgment and the jackpot judgment). Here, the support win (time-saving win) of the special chart variation display game is a time-saving result (specific result) that enters the time-saving state from the next special chart variation display game, and in response to this specific result, the performance control device 300 can display a time-saving pattern on the display device 41 as a stop result of the decorative special chart variation display game.

遊技制御装置100は、特図変動表示ゲームがサポ当りである場合(A3708の結果が「Y」)、ステップA3701にてはずれ情報をセーブしたサポ当りフラグ2領域にサポ当り情報を上書きしてセーブし(A3709)、大当りフラグ2設定処理を終了する。 If the special chart change display game is a support hit (the result of A3708 is "Y"), the game control device 100 overwrites the support hit information in the support hit flag 2 area where the miss information was saved in step A3701, saves it (A3709), and ends the jackpot flag 2 setting process.

一方、サポ当り判定処理(A3707)の判定結果がサポ当りでない場合(A3708の結果が「N」)は、オプションで、準備した大当り乱数値が大当り判定値と一致するか否かに応じて大当りであるか否かを判定する大当り判定処理を実行してもよい(A3710)。遊技制御装置100は、大当り判定処理(A3710)の判定結果が大当りである場合(A3711の結果が「Y」)、ステップA3701にてはずれ情報をセーブした大当りフラグ2領域に大当り情報を上書きしてセーブし(A3712)、大当りフラグ2設定処理を終了する。一方、大当り判定処理(A3710)の判定結果が大当りでない場合(A3711の結果が「N」)、大当りフラグ2領域にはずれ情報をセーブしたまま大当りフラグ2設定処理を終了する。 On the other hand, if the result of the support hit determination process (A3707) is not a support hit (the result of A3708 is "N"), an optional jackpot determination process may be executed (A3710) to determine whether or not there is a jackpot depending on whether or not the prepared jackpot random number value matches the jackpot determination value. If the result of the jackpot determination process (A3710) is a jackpot (the result of A3711 is "Y"), the game control device 100 overwrites and saves the jackpot information in the jackpot flag 2 area where the miss information was saved in step A3701 (A3712), and ends the jackpot flag 2 setting process. On the other hand, if the result of the jackpot determination process (A3710) is not a jackpot (the result of A3711 is "N"), the game control device 100 ends the jackpot flag 2 setting process while saving the miss information in the jackpot flag 2 area.

このように、本実施形態では、特図2変動表示ゲームの結果は、「小当り」、「サポ当り(時短当り)」、及び「はずれ」のうちの何れかとなるが、オプションで、特図2変動表示ゲームの結果として「大当り」を設ける構成も可能である。 Thus, in this embodiment, the result of the special chart 2 variable display game will be either a "small hit," a "support hit (time-saving hit)," or a "miss," but it is also possible to optionally configure the special chart 2 variable display game to have a "big hit."

なお、大当りフラグ2設定処理において、小当りフラグ2領域に小当り情報をセーブし、サポ当りフラグ2領域にサポ当り情報をセーブする構成としたが、大当りとサポ当りと小当りは重複しないため、大当りフラグ2領域に小当り情報とサポ当り情報をセーブしてもよい。 In the jackpot flag 2 setting process, small hit information is saved in the small hit flag 2 area, and support hit information is saved in the support hit flag 2 area, but since jackpots, support hits, and small hits do not overlap, small hit information and support hit information may also be saved in the jackpot flag 2 area.

〔大当り判定処理〕
次に、大当りフラグ1設定処理と大当りフラグ2設定処理等における大当り判定処理(A3604、A3710)の詳細について説明する。図25Aは、大当り判定処理の手順を示すフローチャートである。なお、大当り判定処理は、タイマ割込み処理中に実行される他の処理における大当り判定処理に共通する処理であり、特図保留情報判定処理などでも実行される。
[Big hit determination process]
Next, the details of the jackpot determination process (A3604, A3710) in the jackpot flag 1 setting process and the jackpot flag 2 setting process will be described. FIG. 25A is a flowchart showing the procedure of the jackpot determination process. The jackpot determination process is a process common to the jackpot determination process in other processes executed during the timer interrupt process, and is also executed in the special chart reservation information determination process.

遊技制御装置100は、まず、確率設定値に対応する上限判定値を設定し(A3800)、大当り判定値の下限判定値を設定し(A3801)、対象の大当り乱数の値が下限判定値未満であるか否かを判定する(A3802)。なお、大当りであるとは大当り乱数が大当り判定値と一致することである。大当り判定値は連続する複数の値であり、大当り乱数が、大当り判定値の下限の値である下限判定値以上で、かつ、大当り判定値の上限の値である上限判定値以下である場合に、大当りであると判定される。上限判定値は、低確率状態(確変状態以外の通常確率状態)と高確率状態(確変状態)で異なってよい。 The game control device 100 first sets an upper limit judgment value corresponding to the probability setting value (A3800), sets a lower limit judgment value for the jackpot judgment value (A3801), and judges whether the value of the target jackpot random number is less than the lower limit judgment value (A3802). A jackpot means that the jackpot random number matches the jackpot judgment value. The jackpot judgment value is a series of multiple values, and a jackpot is judged to be a jackpot when the jackpot random number is equal to or greater than the lower limit judgment value, which is the lower limit of the jackpot judgment value, and equal to or less than the upper limit judgment value, which is the upper limit of the jackpot judgment value. The upper limit judgment value may be different between the low probability state (normal probability state other than the high probability state) and the high probability state (high probability state).

遊技制御装置100は、対象の大当り乱数の値が下限判定値未満である場合(A3802の結果が「Y」)、判定結果としてはずれ(大当り以外)を設定し(A3804)、大当り判定処理を終了する。 If the value of the target jackpot random number is less than the lower limit judgment value (the result of A3802 is "Y"), the game control device 100 sets the judgment result to miss (other than jackpot) (A3804) and ends the jackpot judgment process.

遊技制御装置100は、対象の大当り乱数の値が上限判定値より大きいか否かを判定する(A3803)。大当り乱数の値が上限判定値より大きい場合(A3803の結果が「Y」)、判定結果としてはずれ(大当り以外)を設定する(A3804)。一方、大当り乱数の値が上限判定値より大きくない場合(A3803の結果が「N」)、判定結果として大当りを設定する(A3805)。判定結果を設定すると、大当り判定処理を終了する。 The game control device 100 judges whether the value of the target jackpot random number is greater than the upper limit judgment value (A3803). If the value of the jackpot random number is greater than the upper limit judgment value (the result of A3803 is "Y"), a miss (other than a jackpot) is set as the judgment result (A3804). On the other hand, if the value of the jackpot random number is not greater than the upper limit judgment value (the result of A3803 is "N"), a jackpot is set as the judgment result (A3805). Once the judgment result is set, the jackpot judgment process is terminated.

〔小当り判定処理〕
次に、大当りフラグ2設定処理における小当り判定処理(A3704)の詳細について説明する。図25Bは、小当り判定処理の手順を示すフローチャートである。なお、小当り判定処理は、タイマ割込み処理中に実行される他の処理における小当り判定処理に共通する処理であり、特図保留情報判定処理などでも実行される。
[Small hit determination process]
Next, the details of the small hit determination process (A3704) in the big hit flag 2 setting process will be described. Figure 25B is a flowchart showing the procedure of the small hit determination process. In addition, the small hit determination process is a process common to the small hit determination process in other processes executed during the timer interrupt process, and is also executed in the special chart reservation information determination process, etc.

遊技制御装置100は、まず、確率設定値に対応する小当り上限判定値を設定し(A3900)、対象(特図2)の大当り乱数の値が小当り下限判定値未満であるか否かを判定する(A3901)。なお、小当りであるとは大当り乱数が小当り判定値と一致することである。小当り判定値は連続する複数の値であり、大当り乱数が、小当り判定値の下限の値である小当り下限判定値以上で、かつ、小当り判定値の上限の値である小当り上限判定値以下である場合に、小当りであると判定される。小当り上限判定値は、低確率状態(確変状態以外の通常確率状態)と高確率状態(確変状態)で異なってよい。 The game control device 100 first sets a small hit upper limit judgment value corresponding to the probability setting value (A3900), and judges whether the value of the target (special chart 2) big hit random number is less than the small hit lower limit judgment value (A3901). A small hit means that the big hit random number matches the small hit judgment value. The small hit judgment value is a series of multiple values, and a small hit is judged to be a small hit when the big hit random number is equal to or greater than the small hit lower limit judgment value, which is the lower limit of the small hit judgment value, and equal to or less than the small hit upper limit judgment value, which is the upper limit of the small hit judgment value. The small hit upper limit judgment value may be different between the low probability state (normal probability state other than the special probability state) and the high probability state (special probability state).

当然ながら、同じ特図変動表示ゲームの結果が小当り且つ大当りとなることを避けるべく、小当り判定値の範囲(小当り下限判定値と小当り上限判定値の間)は、前述の大当り判定値の範囲(下限判定値と上限判定値の間)とは重ならない。なお、本実施形態では、独自に小当り乱数を設けることはせず、小当りの判定にも大当り乱数を利用するが、独自の小当り乱数を設ける構成も可能である。 Naturally, to avoid the result of the same special chart variable display game being both a small win and a big win, the range of small win determination values (between the small win lower limit determination value and the small win upper limit determination value) does not overlap with the range of big win determination values mentioned above (between the lower limit determination value and the upper limit determination value). Note that in this embodiment, a unique small win random number is not set, and the big win random number is also used to determine a small win, but a configuration in which a unique small win random number is set is also possible.

遊技制御装置100は、対象(特図2)の大当り乱数の値が小当り下限判定値未満である場合(A3901の結果が「Y」)、判定結果としてはずれを設定し(A3903)、小当り判定処理を終了する。 If the value of the jackpot random number for the target (special chart 2) is less than the small jackpot lower limit judgment value (the result of A3901 is "Y"), the game control device 100 sets the judgment result to "miss" (A3903) and ends the small jackpot judgment process.

また、遊技制御装置100は、大当り乱数の値が小当り下限判定値未満でない場合には(A3901の結果が「N」)、対象(特図2)の大当り乱数の値が小当り上限判定値より大きいか否かを判定する(A3902)。大当り乱数の値が小当り上限判定値より大きい場合(A3902の結果が「Y」)、判定結果としてはずれを設定する(A3903)。一方、大当り乱数の値が小当り上限判定値より大きくない場合(A3902の結果が「N」)、判定結果として小当りを設定する(A3904)。判定結果を設定すると、小当り判定処理を終了する。なお、本実施形態では、小当り確率が1/8(=12.5%)になるように、小当り下限判定値と小当り上限判定値が設定されるが、小当り確率は他の値でもよい。 In addition, if the value of the jackpot random number is not less than the small hit lower limit judgment value (the result of A3901 is "N"), the game control device 100 judges whether the value of the jackpot random number of the target (special chart 2) is greater than the small hit upper limit judgment value (A3902). If the value of the jackpot random number is greater than the small hit upper limit judgment value (the result of A3902 is "Y"), the game control device 100 sets a miss as the judgment result (A3903). On the other hand, if the value of the jackpot random number is not greater than the small hit upper limit judgment value (the result of A3902 is "N"), the game control device 100 sets a small hit as the judgment result (A3904). After setting the judgment result, the small hit judgment process is terminated. In this embodiment, the small hit lower limit judgment value and the small hit upper limit judgment value are set so that the small hit probability is 1/8 (= 12.5%), but the small hit probability may be other values.

〔サポ当り判定処理〕
次に、大当りフラグ1設定処理と大当りフラグ2設定処理等におけるサポ当り判定処理(A3607、A3707)の詳細について説明する。図25Cは、サポ当り判定処理の手順を示すフローチャートである。なお、サポ当り判定処理は、タイマ割込み処理中に実行される他の処理におけるサポ当り判定処理に共通する処理であり、特図保留情報判定処理などでも実行される。
[Support hit determination process]
Next, the details of the support hit determination process (A3607, A3707) in the big hit flag 1 setting process and the big hit flag 2 setting process will be described. FIG. 25C is a flowchart showing the procedure of the support hit determination process. The support hit determination process is a process common to the support hit determination process in other processes executed during the timer interrupt process, and is also executed in the special chart reservation information determination process.

遊技制御装置100は、まず、確率設定値に対応するサポ当り上限判定値を設定する(A7001)。次に、サポ当り判定値の下限判定値を設定し(A7002)、対象の大当り乱数の値が下限判定値未満であるか否かを判定する(A7003)。なお、サポ当りであるとは、大当り乱数が、確率設定値と遊技状態に対応するサポ当り判定値と一致することである。サポ当り判定値は連続する複数の値であり、大当り乱数が、サポ当り判定値の下限の値である下限判定値以上で、かつ、サポ当り判定値の上限の値であるサポ当り上限判定値以下である場合に、サポ当りであると判定される。なお、サポ当り上限判定値は、低確率状態(確変状態以外の通常確率状態)と高確率状態(確変状態)で異なってよい。 The game control device 100 first sets a support hit upper limit judgment value corresponding to the probability setting value (A7001). Next, it sets a lower limit judgment value of the support hit judgment value (A7002) and judges whether the value of the target jackpot random number is less than the lower limit judgment value (A7003). A support hit means that the jackpot random number matches the support hit judgment value corresponding to the probability setting value and the game state. The support hit judgment value is a series of multiple values, and it is judged to be a support hit when the jackpot random number is equal to or greater than the lower limit judgment value, which is the lower limit of the support hit judgment value, and is equal to or less than the support hit upper limit judgment value, which is the upper limit of the support hit judgment value. The support hit upper limit judgment value may be different between the low probability state (normal probability state other than the high probability state) and the high probability state (high probability state).

当然ながら、同じ特図変動表示ゲームの結果がサポ当り且つ大当り、又は、サポ当り且つ小当りとなることを避けるべく、サポ当り判定値の範囲(サポ当り下限判定値とサポ当り上限判定値の間)は、前述の大当り判定値及び小当り判定値の範囲とは重ならない。なお、本実施形態では、独自にサポ当り乱数を設けることはせず、サポ当りの判定にも大当り乱数を利用するが、独自のサポ当り乱数を設ける構成も可能である。 Naturally, to avoid the result of the same special chart change display game being a support hit and a big hit, or a support hit and a small hit, the range of the support hit judgment value (between the support hit lower limit judgment value and the support hit upper limit judgment value) does not overlap with the range of the big hit judgment value and the small hit judgment value described above. Note that in this embodiment, a unique support hit random number is not set, and the big hit random number is also used to judge the support hit, but a configuration in which a unique support hit random number is set is also possible.

遊技制御装置100は、対象の大当り乱数の値がサポ当り下限判定値未満である場合(A7003の結果が「Y」)、判定結果としてはずれ(サポ当り以外)を設定し(A7005)、サポ当り判定処理を終了する。 If the value of the target jackpot random number is less than the lower limit judgment value for a support hit (the result of A7003 is "Y"), the game control device 100 sets the judgment result to miss (other than a support hit) (A7005) and ends the support hit judgment process.

また、遊技制御装置100は、大当り乱数の値がサポ当り下限判定値未満でない場合には(A7003の結果が「N」)、対象の大当り乱数の値がサポ当り上限判定値より大きいか否かを判定する(A7004)。大当り乱数の値がサポ当り上限判定値より大きい場合(A7004の結果が「Y」)、判定結果としてはずれ(サポ当り以外)を設定する(A7005)。一方、大当り乱数の値がサポ当り上限判定値より大きくない場合(A7004の結果が「N」)、判定結果としてサポ当りを設定する(A7006)。判定結果を設定すると、サポ当り判定処理を終了する。 In addition, if the value of the jackpot random number is not less than the support hit lower limit judgment value (the result of A7003 is "N"), the game control device 100 judges whether the value of the target jackpot random number is greater than the support hit upper limit judgment value (A7004). If the value of the jackpot random number is greater than the support hit upper limit judgment value (the result of A7004 is "Y"), it sets a miss (other than a support hit) as the judgment result (A7005). On the other hand, if the value of the jackpot random number is not greater than the support hit upper limit judgment value (the result of A7004 is "N"), it sets a support hit as the judgment result (A7006). After the judgment result is set, the support hit judgment process ends.

サポ当り判定処理では、大当り乱数値を用いた抽選によって、サポ当り判定(時短判定)が行われる。抽選としてのサポ当り判定(時短判定)では、大当り乱数値がサポ当り判定値(時短判定値)に一致すると、判定結果として、サポ当り結果(時短結果、特定結果)が得られ時短が設定される。サポ当り判定値は、大当り判定値及び小当り判定値とは異なる。 In the support hit determination process, a support hit determination (time-saving determination) is performed by lottery using a jackpot random number value. In the support hit determination (time-saving determination) as a lottery, if the jackpot random number value matches the support hit determination value (time-saving determination value), a support hit result (time-saving result, specific result) is obtained as the determination result and the time saving is set. The support hit determination value is different from the jackpot determination value and the small hit determination value.

なお、メリハリを付けるために、確率設定値毎にサポ当りの当選確率(サポ当り判定値の範囲÷大当り乱数の範囲)を異ならせてもよいし、簡便のために、確率設定値毎にサポ当りの当選確率を同じにしてもよい。設定1(又は低設定側)がサポ当りに当選し易く、設定6(又は高設定側)がサポ当りに当選し難くなるようにサポ当りの当選確率を設定して、低設定の不利益を緩和してよいし、逆に設定して、高設定側でサポ当りに当選し易いと期待する遊技者の期待感に合わせてよい。また、設定1から設定6へと、単調にサポ当りの当選確率を変化させてもよいし、設定の2段階ごとに変化させるなど単調でなくてもよい。偶数設定と奇数設定とでサポ当りの当選確率を異ならせて、確率設定値の推定に関する遊技者の興趣を向上してよい。 In order to add some variety, the winning probability of the support hit (range of the support hit judgment value ÷ range of the jackpot random number) may be different for each probability setting value, or for simplicity, the winning probability of the support hit may be the same for each probability setting value. The winning probability of the support hit may be set so that setting 1 (or the low setting side) is more likely to win the support hit and setting 6 (or the high setting side) is less likely to win the support hit, thereby mitigating the disadvantage of the low setting, or it may be set in the opposite direction to match the expectations of players who expect that it is easier to win the support hit on the high setting side. In addition, the winning probability of the support hit may be changed monotonically from setting 1 to setting 6, or it may not be monotonous, such as changing every two settings. The winning probability of the support hit may be made different between the even setting and the odd setting to increase the player's interest in estimating the probability setting value.

また、大当り確率の低確率中(確変状態中以外)と高確率中(確変状態中)で、サポ当りの当選確率を異ならせてメリハリを付けてもよいし、簡単化のため同じでもよい。低確率中(確変状態中以外)に当選し易く高確率中(確変状態中)に当選し難くなるように、サポ当りの当選確率を設定して、低確率中の不利益を緩和してもよいし、逆に設定して、高確率中にサポ当りにも当選し易いと期待する遊技者の期待感に合わせてよい。例えば、低確率中だけサポ当りに当選するようにサポ当りの当選確率を設定して(高確率中はサポ当りの当選確率はゼロ)、低確率中の不利益を緩和してもよい。 The probability of winning a support hit may be different during low probability (outside of the special probability state) and high probability (during the special probability state) of a jackpot to add contrast, or may be the same for simplicity. The probability of winning a support hit may be set so that it is easier to win during low probability (outside of the special probability state) and harder to win during high probability (during the special probability state) to alleviate the disadvantage during low probability, or it may be set the other way around to match the expectations of players who expect it to be easier to win a support hit during high probability. For example, the probability of winning a support hit may be set so that it is only possible to win a support hit during low probability (the probability of winning a support hit is zero during high probability), to alleviate the disadvantage during low probability.

また、特図1変動表示ゲームと特図2変動表示ゲームとでサポ当りの当選確率を異ならせてメリハリを付けてもよいし、簡便のために同じでもよい。例えば、普電サポート状態(時短状態や確変状態)におけるサポ当りを増やすべく、特図2変動表示ゲームでのサポ当りの当選確率を特図1変動表示ゲームよりも大きくしてよい。逆に、通常遊技状態で遊技の興趣を向上させるべく、特図1変動表示ゲームでのサポ当りの当選確率を特図2変動表示ゲームよりも大きくしてよい。端的には、特図1変動表示ゲームと特図2変動表示ゲームのうちの一方の特図変動表示ゲームでのサポ当りの当選確率をゼロにして、他方の特図変動表示ゲームでのみサポ当りが発生するようにしてよい。 The winning probability of a support hit may be different between the special chart 1 variable display game and the special chart 2 variable display game to add contrast, or may be the same for simplicity. For example, in order to increase the number of support hits in the normal power support state (time-saving state or special probability state), the winning probability of a support hit in the special chart 2 variable display game may be made higher than that in the special chart 1 variable display game. Conversely, in order to increase the interest of the game in the normal game state, the winning probability of a support hit in the special chart 1 variable display game may be made higher than that in the special chart 2 variable display game. In short, the winning probability of a support hit in one of the special chart 1 variable display games or the special chart 2 variable display game may be set to zero, so that a support hit occurs only in the other special chart variable display game.

特図変動表示ゲームの結果がサポ当り結果(時短結果)の場合に、特図1停止図柄設定処理(A3403)又は特図2停止図柄設定処理(A3503)において、停止図柄(停止図柄番号、停止図柄パターン)として時短図柄(時短図柄番号、時短図柄パターン)が設定され、次回の特図変動表示ゲームから時短状態に突入する。即ち、この場合には、大当りを経由せずに突然に時短状態になる(突然時短)。また、この場合に、時短図柄に対応する飾り特図コマンドが演出制御装置300に送信され、表示装置41において、演出制御装置300によって飾り停止図柄としても時短図柄(飾り時短図柄)が表示される。 When the result of the special chart change display game is a support hit result (time-saving result), the time-saving pattern (time-saving pattern number, time-saving pattern pattern) is set as the stop pattern (stop pattern number, stop pattern pattern) in the special chart 1 stop pattern setting process (A3403) or the special chart 2 stop pattern setting process (A3503), and the time-saving state is entered from the next special chart change display game. In other words, in this case, the time-saving state is suddenly entered without going through a jackpot (sudden time-saving). Also, in this case, a decorative special chart command corresponding to the time-saving pattern is sent to the performance control device 300, and the time-saving pattern (decorative time-saving pattern) is also displayed as a decorative stop pattern by the performance control device 300 on the display device 41.

表示装置41に表示される時短図柄としては、例えば、左図柄と中図柄のみが揃った「1,1,3」などがある。時短図柄は、予め決めておけば制約はないが、数字が順番に並んだ「1,2,3」や左図柄と右図柄のみが揃った「1,3,1」など規則性があるものが、遊技者が覚えやすく好ましい。時短図柄を複数用意しておき、時短状態が継続する特図変動表示ゲームの回数(時短回数)が時短図柄ごとに定められてもよい。 The time-saving symbols displayed on the display device 41 may be, for example, "1, 1, 3" where only the left and center symbols are aligned. There are no restrictions on the time-saving symbols as long as they are decided in advance, but it is preferable for players to remember patterns that have a pattern, such as "1, 2, 3" where the numbers are arranged in order, or "1, 3, 1" where only the left and right symbols are aligned. Multiple time-saving symbols may be prepared, and the number of special symbol variation display games during which the time-saving state continues (number of time-saving times) may be determined for each time-saving symbol.

ランプ表示装置80のランプ表示部1、2は、時短結果(時短図柄)の場合に、大当り結果又は小当り結果の場合と異なって、第四特別図柄(第4図柄)として特定の態様で発光する。例えば、ランプ表示部1、2は、大当り結果又は小当り結果の場合に、赤色などの暖色系の色で発光してよく、時短結果(時短図柄)の場合に、緑色や青色などの中性色系や寒色系の色(即ち暖色系以外の色)で発光してよい。また、はずれの場合に消灯状態となる。従って、停止図柄として時短図柄が表示される場合に、大当りが発生したと遊技者が誤認することが防止できるとともに、時短に当選したことを遊技者は把握しやすくなる。 When the time-saving result (time-saving pattern) is reached, the lamp display units 1 and 2 of the lamp display device 80 emit light in a specific manner as a fourth special pattern (fourth pattern), unlike when the time-saving result is reached and a big win or small win result is reached. For example, the lamp display units 1 and 2 may emit light in a warm color such as red when the time-saving result is reached and may emit light in a neutral or cool color (i.e., a color other than a warm color) such as green or blue when the time-saving result is reached and a miss is reached. In this way, when the time-saving pattern is displayed as the stop pattern, it is possible to prevent the player from mistaking that a big win has occurred, and it is easy for the player to understand that he or she has won the time-saving pattern.

なお、大当り状態終了後に実行される特図変動表示ゲームの回数(確変状態での回数を除く)が所定回数(いわゆる天井回数、時短天井)に到達した場合に、サポ当りに当選しなくても時短状態(遊タイム)に突入する。このとき、特図変動表示ゲームの結果がはずれであればランプ表示部1、2は消灯状態とし、小当り又は大当りであれば暖色系の色で発光する。なお、このとき、小当り又は大当りでなければ、時短状態に突入することを遊技者が認識しやすくするため、ランプ表示部1、2は寒色系の色で第4図柄として発光してもよい。所定回数(天井回数)は、例えば、500回である。この場合に、特図表示器や表示装置41において停止図柄としてはずれ図柄(時短図柄でもよい)又は小当り図柄(V入賞のない小当りであれば)が表示され、次回の特図変動表示ゲームから時短状態に突入する。この場合に、表示装置41に表示される時短図柄としては、例えば、左図柄と中図柄のみが揃った「3,3,5」(サポ当り結果による時短の場合と同じく「1,1,3」でもよい)などがある。 In addition, when the number of times of the special chart variation display game (excluding the number of times in the probability variation state) executed after the end of the big win state reaches a predetermined number (so-called ceiling number of times, time-saving ceiling), the time-saving state (play time) will be entered even if the support hit is not won. At this time, if the result of the special chart variation display game is a miss, the lamp display units 1 and 2 will be in an off state, and if it is a small hit or a big hit, they will emit warm colors. In addition, at this time, if it is not a small hit or a big hit, the lamp display units 1 and 2 may emit light as the fourth pattern in a cool color so that the player can easily recognize that the time-saving state will be entered. The predetermined number of times (ceiling number of times) is, for example, 500 times. In this case, a miss pattern (which may be a time-saving pattern) or a small hit pattern (if it is a small hit without a V prize) is displayed as a stop pattern on the special chart display unit or display device 41, and the time-saving state will be entered from the next special chart variation display game. In this case, the time-saving pattern displayed on the display device 41 may be, for example, "3, 3, 5" in which only the left and center patterns are aligned (it may also be "1, 1, 3" as in the case of time-saving due to a support hit result).

〔特図1停止図柄設定処理〕
次に、特図1変動開始処理における特図1停止図柄設定処理(A3403)の詳細について説明する。図26は、特図1停止図柄設定処理の手順を示すフローチャートである。
[Special chart 1 stop pattern setting process]
Next, the details of the special chart 1 stop pattern setting process (A3403) in the special chart 1 variable start process will be described. Figure 26 is a flowchart showing the procedure of the special chart 1 stop pattern setting process.

遊技制御装置100は、まず、大当りフラグ1は大当りであるか否か、即ち、大当りフラグ1領域に大当り情報がセーブされているか判定する(A4001)。大当りフラグ1が大当りである場合(A4001の結果が「Y」)、特図1大当り図柄乱数格納領域(保留数1用)から大当り図柄乱数をロードする(A4002)。次に、特図1大当り図柄テーブルを設定し(A4003)、ロードした大当り図柄乱数に対応する停止図柄番号を取得してRWMの特図1停止図柄番号領域にセーブする(A4004)。この処理により特別結果の種類が選択される。 The game control device 100 first determines whether or not the jackpot flag 1 is a jackpot, i.e., whether jackpot information is saved in the jackpot flag 1 area (A4001). If the jackpot flag 1 is a jackpot (the result of A4001 is "Y"), a jackpot pattern random number is loaded from the special chart 1 jackpot pattern random number storage area (for reserved number 1) (A4002). Next, a special chart 1 jackpot pattern table is set (A4003), and the stop pattern number corresponding to the loaded jackpot pattern random number is obtained and saved in the special chart 1 stop pattern number area of the RWM (A4004). This process selects the type of special result.

その後、遊技制御装置100は、特図1大当り停止図柄情報テーブルを設定し(A4005)、停止図柄番号に対応する停止図柄パターンを取得して停止図柄パターン領域にセーブする(A4006)。停止図柄パターンとは、特図表示器(ここでは特図1表示器51)での停止図柄や表示装置41での停止図柄を設定するためのものである。そして、停止図柄番号に対応するラウンド数上限値情報を取得し、RWMの特図1ラウンド数上限値情報領域にセーブし(A4007)、停止図柄番号に対応するファンファーレ情報を取得し、ファンファーレ情報領域にセーブする(A4008)。これらの情報は、特別遊技状態の実行態様を設定するためのものである。 Then, the game control device 100 sets the special chart 1 jackpot stopping pattern information table (A4005), obtains the stopping pattern corresponding to the stopping pattern number and saves it in the stopping pattern pattern area (A4006). The stopping pattern pattern is used to set the stopping pattern on the special chart display (here, the special chart 1 display 51) and the stopping pattern on the display device 41. Then, it obtains round number upper limit information corresponding to the stopping pattern number and saves it in the special chart 1 round number upper limit information area of the RWM (A4007), and obtains fanfare information corresponding to the stopping pattern number and saves it in the fanfare information area (A4008). This information is used to set the execution mode of the special game state.

次に、遊技制御装置100は、停止図柄番号に対応する時間短縮判定データを取得し、時間短縮判定データ領域にセーブする(A4009)。時間短縮判定データは、大当り終了後の時短状態の有無(時短あり又は時短なし)の情報を含み、後述の特図1大当り終了処理と特図2大当り終了処理で使用される。続いて、停止図柄パターン(或は停止図柄番号、後述の図柄A)に対応する演出モード移行情報をセーブする(A4010)。その後、ステップA4020の処理に移行する。 Next, the game control device 100 acquires time-saving judgment data corresponding to the stopping symbol number and saves it in the time-saving judgment data area (A4009). The time-saving judgment data includes information on whether or not there is a time-saving state after the end of the jackpot (time-saving or no time-saving), and is used in the special symbol 1 jackpot end processing and special symbol 2 jackpot end processing described below. Next, it saves presentation mode transition information corresponding to the stopping symbol pattern (or stopping symbol number, symbol A described below) (A4010). After that, it proceeds to processing of step A4020.

一方、遊技制御装置100は、大当りフラグ1が大当りでない場合(A4001の結果が「N」)、オプションで、サポ当りフラグ1はサポ当りであるか否かを判定する(A4011)。サポ当りフラグ1はサポ当りである場合に(A4011の結果が「Y」)、特図1サポ当り図柄乱数格納領域(保留数1用)から乱数をロードし(A4012)、特図1サポ当り図柄テーブルを設定する(A4013)。そして、特図1サポ当り図柄テーブルを参照して、ロードした乱数に対応する停止図柄番号を取得し、特図1停止図柄番号領域にセーブする(A4014)。続いて、停止図柄番号に対応する停止図柄パターンを取得し、停止図柄パターン領域にセーブする(A4015)。その後、停止図柄番号に対応する時間短縮判定データを取得し、時間短縮判定データ領域にセーブし(A4016)、停止図柄パターンに対応する演出モード移行情報をセーブする(A4017)。その後、ステップA4020の処理に移行する。 On the other hand, if the jackpot flag 1 is not a jackpot (the result of A4001 is "N"), the game control device 100 optionally determines whether the support hit flag 1 is a support hit (A4011). If the support hit flag 1 is a support hit (the result of A4011 is "Y"), a random number is loaded from the special chart 1 support per pattern random number storage area (for reserved number 1) (A4012) and the special chart 1 support per pattern table is set (A4013). Then, by referring to the special chart 1 support per pattern table, the stop pattern number corresponding to the loaded random number is obtained and saved in the special chart 1 stop pattern number area (A4014). Next, the stop pattern pattern corresponding to the stop pattern number is obtained and saved in the stop pattern pattern area (A4015). Then, the time reduction judgment data corresponding to the stopped symbol number is obtained and saved in the time reduction judgment data area (A4016), and the performance mode transition information corresponding to the stopped symbol pattern is saved (A4017). Then, the process proceeds to step A4020.

一方、遊技制御装置100は、大当りフラグ1が大当りでない場合(A4001の結果が「N」)、且つ、サポ当りフラグ1はサポ当りでない場合に(A4011の結果が「N」)、はずれ時の停止図柄番号を特図1停止図柄番号領域にセーブし(A4018)、はずれ停止図柄パターンを停止図柄パターン領域にセーブする(A4019)。その後、ステップA4020の処理に移行する。なお、大当りフラグ1設定処理でサポ当りに関する処理(A3607-A3609)を実行しない場合には、大当りフラグ1が大当りでない場合(A4001の結果が「N」)、ステップA4011-A4017を実行せずに、ステップA4018に移行する。 On the other hand, if the jackpot flag 1 is not a jackpot (the result of A4001 is "N") and the support hit flag 1 is not a support hit (the result of A4011 is "N"), the game control device 100 saves the stop pattern number at the time of loss in the special chart 1 stop pattern number area (A4018) and saves the loss stop pattern in the stop pattern area (A4019). After that, it moves to the processing of step A4020. Note that if the processing related to the support hit (A3607-A3609) is not executed in the jackpot flag 1 setting processing, if the jackpot flag 1 is not a jackpot (the result of A4001 is "N"), it moves to step A4018 without executing steps A4011-A4017.

遊技制御装置100は、ステップA4010、A4017、A4019の後、停止図柄パターンに対応する飾り特図1コマンドを準備し、演出コマンドとして飾り特図1コマンドを飾り特図1コマンド領域にセーブする(A4020)。以上の処理により、特図1変動表示ゲームの結果に対応した停止図柄が設定される。 After steps A4010, A4017, and A4019, the game control device 100 prepares a decorative special symbol 1 command corresponding to the stopping symbol pattern, and saves the decorative special symbol 1 command in the decorative special symbol 1 command area as a performance command (A4020). Through the above processing, the stopping symbol corresponding to the result of the special symbol 1 variable display game is set.

その後、遊技制御装置100は、演出コマンド設定処理を実行する(A4021)。これにより、飾り特図1コマンドは、演出制御装置300に送信される。 Then, the game control device 100 executes the performance command setting process (A4021). As a result, the decorative special chart 1 command is sent to the performance control device 300.

次に、遊技制御装置100は、停止図柄番号に対応する図柄データを試験信号出力データ領域にセーブし(A4022)、特図1大当り図柄乱数格納領域(保留数1用)を0クリアする(A4023)。その後、特図1停止図柄設定処理を終了する。なお、前述の図柄変動制御処理によって、停止図柄パターン或いは停止図柄番号に対応した停止図柄(大当り図柄、時短図柄、はずれ図柄など)の停止表示が、特図1表示器51で実行される。 Next, the game control device 100 saves the pattern data corresponding to the stop pattern number in the test signal output data area (A4022), and clears the special pattern 1 jackpot pattern random number storage area (for reserved number 1) to 0 (A4023). After that, the special pattern 1 stop pattern setting process is terminated. Note that the stop display of the stop pattern (jackpot pattern, time-saving pattern, loss pattern, etc.) corresponding to the stop pattern pattern or the stop pattern number is executed on the special pattern 1 display 51 by the aforementioned pattern change control process.

〔特図2停止図柄設定処理〕
次に、特図2変動開始処理における特図2停止図柄設定処理(A3503)の詳細について説明する。図27は、特図2停止図柄設定処理の手順を示すフローチャートである。
[Special chart 2 stop pattern setting process]
Next, the details of the special chart 2 stop symbol setting process (A3503) in the special chart 2 variable start process will be described. Figure 27 is a flowchart showing the procedure of the special chart 2 stop symbol setting process.

遊技制御装置100は、まず、小当りフラグ2は小当りであるか否か、即ち、小当りフラグ2領域に小当り情報がセーブされているか判定する(A4101)。小当りフラグ2が小当りである場合(A4101の結果が「Y」)、特図2大当り図柄乱数格納領域(保留数1用)から大当り図柄乱数をロードする(A4102)。次に、特図2大当り図柄テーブルを設定し(A4103)、ロードした大当り図柄乱数に対応する停止図柄番号を取得してRWMの特図2停止図柄番号領域にセーブする(A4104)。この処理により特別結果の種類が選択される。 The game control device 100 first determines whether the small win flag 2 is a small win, i.e., whether small win information is saved in the small win flag 2 area (A4101). If the small win flag 2 is a small win (the result of A4101 is "Y"), a jackpot pattern random number is loaded from the special chart 2 jackpot pattern random number storage area (for reserved number 1) (A4102). Next, a special chart 2 jackpot pattern table is set (A4103), and the stopping pattern number corresponding to the loaded jackpot pattern random number is obtained and saved in the special chart 2 stopping pattern number area of the RWM (A4104). This process selects the type of special result.

なお、本実施形態では、小当りで第2特別変動入賞装置39が開放されることによって遊技球がV入賞し、小当り後にすぐに大当りが発生するため、特図2変動表示ゲームが小当り(小当りフラグ2が小当り)であっても大当り図柄乱数をロードしている。しかし、小当り図柄乱数(A2911)をロードし、小当り図柄乱数に対応する停止図柄番号を取得する構成も可能である。この構成では、V入賞時(図19のA3003の結果が「Y」となった時)に大当り図柄乱数をロードして停止図柄番号を取得してステップA4107からA4110からの処理を実行してもよい。 In this embodiment, the game ball enters the V when the second special variable winning device 39 is opened by a small win, and a big win occurs immediately after the small win, so the big win pattern random number is loaded even if the special chart 2 variable display game is a small win (small win flag 2 is small win). However, it is also possible to load the small win pattern random number (A2911) and obtain the stop pattern number corresponding to the small win pattern random number. In this configuration, the big win pattern random number may be loaded at the time of V winning (when the result of A3003 in FIG. 19 is "Y"), the stop pattern number may be obtained, and the processing from steps A4107 to A4110 may be executed.

その後、遊技制御装置100は、特図2大当り停止図柄情報テーブルを設定し(A4105)、停止図柄番号に対応する停止図柄パターンを取得して停止図柄パターン領域にセーブする(A4106)。停止図柄パターンとは、特図表示器(ここでは特図2表示器52)での停止図柄や表示装置41での停止図柄を設定するためのものである。なお、小当りの場合に、特図2大当り停止図柄情報テーブルの代わりに、特図2小当り停止図柄情報テーブルを使用してもよい。そして、停止図柄番号に対応するラウンド数上限値情報を取得し、RWMの特図2ラウンド数上限値情報領域にセーブし(A4107)、停止図柄番号に対応するファンファーレ情報を取得し、ファンファーレ情報領域にセーブする(A4108)。これらの情報は、特別遊技状態の実行態様を設定するためのものである。 Then, the game control device 100 sets the special chart 2 big win stop pattern information table (A4105), obtains the stop pattern corresponding to the stop pattern number, and saves it in the stop pattern pattern area (A4106). The stop pattern is used to set the stop pattern on the special chart display (here, the special chart 2 display 52) and the stop pattern on the display device 41. In the case of a small win, the special chart 2 small win stop pattern information table may be used instead of the special chart 2 big win stop pattern information table. Then, the round number upper limit value information corresponding to the stop pattern number is obtained and saved in the special chart 2 round number upper limit value information area of the RWM (A4107), and the fanfare information corresponding to the stop pattern number is obtained and saved in the fanfare information area (A4108). This information is used to set the execution mode of the special game state.

次に、遊技制御装置100は、停止図柄番号に対応する時間短縮判定データを取得し、時間短縮判定データ領域にセーブする(A4109)。時間短縮判定データは、大当り終了後の時短状態の有無(時短あり又は時短なし)の情報を含み、後述の特図1大当り終了処理と特図2大当り終了処理で使用される。続いて、停止図柄パターン(或は停止図柄番号、後述の図柄B-G)に対応する演出モード移行情報をセーブする(A4010)。その後、ステップA4121の処理に移行する。 Next, the game control device 100 acquires time-saving judgment data corresponding to the stopping symbol number and saves it in the time-saving judgment data area (A4109). The time-saving judgment data includes information on whether or not there is a time-saving state after the end of the jackpot (time-saving or no time-saving), and is used in the special symbol 1 jackpot end processing and special symbol 2 jackpot end processing described below. Next, it saves presentation mode transition information corresponding to the stopping symbol pattern (or stopping symbol number, symbols B-G described below) (A4010). After that, it proceeds to the processing of step A4121.

一方、遊技制御装置100は、小当りフラグ2が小当りでない場合(A4101の結果が「N」)、大当りフラグ2は大当りであるか否か、即ち、大当りフラグ2領域に大当り情報がセーブされているか判定する(A4111)。大当りフラグ2は大当りである場合(A4111の結果が「Y」)、ステップA4102以降の処理に移行するが、小当りの場合と異なる特図2大当り図柄テーブルや特図2大当り停止図柄情報テーブルを使用してよい。 On the other hand, if the small hit flag 2 is not a small hit (the result of A4101 is "N"), the game control device 100 determines whether the big hit flag 2 is a big hit or not, that is, whether the big hit information is saved in the big hit flag 2 area (A4111). If the big hit flag 2 is a big hit (the result of A4111 is "Y"), the process proceeds to step A4102 and subsequent steps, but a special chart 2 big hit pattern table and special chart 2 big hit stop pattern information table different from those used in the case of a small hit may be used.

遊技制御装置100は、大当りフラグ2は大当りでない場合(A4111の結果が「N」)、サポ当りフラグ2はサポ当りであるか否かを判定する(A4112)。サポ当りフラグ2がサポ当りである場合に(A4112の結果が「Y」)、特図2サポ当り図柄乱数格納領域(保留数1用)から乱数をロードし(A4113)、特図2サポ当り図柄テーブルを設定する(A4114)。そして、特図2サポ当り図柄テーブルを参照して、ロードした乱数に対応する停止図柄番号を取得し、特図2停止図柄番号領域にセーブする(A4115)。続いて、停止図柄番号に対応する停止図柄パターンを取得し、停止図柄パターン領域にセーブし(A4116)、停止図柄番号に対応する時間短縮判定データを取得し、時間短縮判定データ領域にセーブする(A4117)。その後、停止図柄パターンに対応する演出モード移行情報をセーブし(A4118)、ステップA4121の処理に移行する。 When the jackpot flag 2 is not a jackpot (the result of A4111 is "N"), the game control device 100 judges whether the support hit flag 2 is a support hit or not (A4112). When the support hit flag 2 is a support hit (the result of A4112 is "Y"), a random number is loaded from the special chart 2 support hit pattern random number storage area (for reserved number 1) (A4113) and a special chart 2 support hit pattern table is set (A4114). Then, by referring to the special chart 2 support hit pattern table, the stop pattern number corresponding to the loaded random number is obtained and saved in the special chart 2 stop pattern number area (A4115). Next, the stop pattern pattern corresponding to the stop pattern number is obtained and saved in the stop pattern pattern area (A4116), and the time reduction judgment data corresponding to the stop pattern number is obtained and saved in the time reduction judgment data area (A4117). After that, the presentation mode transition information corresponding to the stopped symbol pattern is saved (A4118), and processing proceeds to step A4121.

遊技制御装置100は、小当りフラグ2が小当りでなく(A4101の結果が「N」)、大当りフラグ2は大当りでなく(A4111の結果が「N」)、且つ、サポ当りフラグ2がサポ当りでない場合に(A4112の結果が「N」)、はずれ時の停止図柄番号を特図2停止図柄番号領域にセーブし(A4119)、はずれ停止図柄パターンを停止図柄パターン領域にセーブする(A4120)。その後、ステップA4121の処理に移行する。 When the small win flag 2 is not a small win (the result of A4101 is "N"), the big win flag 2 is not a big win (the result of A4111 is "N"), and the support win flag 2 is not a support win (the result of A4112 is "N"), the game control device 100 saves the stop pattern number at the time of the miss in the special chart 2 stop pattern number area (A4119) and saves the miss stop pattern pattern in the stop pattern area (A4120). Then, it proceeds to the processing of step A4121.

なお、本実施形態では、特図2変動表示ゲームの結果として「大当り」を設けないため、ステップA4111の処理はオプションであり実行しなくてもよい。即ち、大当りフラグ2が小当りでない場合(A4101の結果が「N」)、ステップA4111を実行せずに、ステップA4112の処理に移行してよい。 In this embodiment, since a "big win" is not provided as a result of the special chart 2 variable display game, the processing of step A4111 is optional and does not need to be executed. In other words, if the big win flag 2 is not a small win (the result of A4101 is "N"), step A4111 may not be executed and the process may proceed to step A4112.

遊技制御装置100は、ステップA4110、A4118、A4120の後、停止図柄パターンに対応する飾り特図2コマンドを準備し、演出コマンドとして飾り特図2コマンドを飾り特図2コマンド領域にセーブする(A4121)。以上の処理により、特図2変動表示ゲームの結果に対応した停止図柄が設定される。 After steps A4110, A4118, and A4120, the game control device 100 prepares a decorative special symbol 2 command corresponding to the stopping symbol pattern, and saves the decorative special symbol 2 command in the decorative special symbol 2 command area as a performance command (A4121). Through the above processing, the stopping symbol corresponding to the result of the special symbol 2 variable display game is set.

その後、遊技制御装置100は、演出コマンド設定処理を実行する(A4122)。飾り特図2コマンドは、演出制御装置300に送信される。 Then, the game control device 100 executes the performance command setting process (A4122). The decorative special chart 2 command is sent to the performance control device 300.

次に、遊技制御装置100は、停止図柄番号に対応する図柄データを試験信号出力データ領域にセーブし(A4123)、特図2大当り図柄乱数格納領域(保留数1用)を0クリアする(A4124)。また、小当り図柄乱数(A2911)を抽出した場合には、特図2小当り図柄乱数格納領域(保留数1用)を0クリアしてもよい。その後、特図2停止図柄設定処理を終了する。なお、前述の図柄変動制御処理によって、停止図柄パターン或いは停止図柄番号に対応した停止図柄(大当り図柄、時短図柄、はずれ図柄など)の停止表示が、特図2表示器52で実行される。 Next, the game control device 100 saves the pattern data corresponding to the stop pattern number in the test signal output data area (A4123), and clears the special chart 2 big win pattern random number storage area (for reserved number 1) to 0 (A4124). In addition, if a small win pattern random number (A2911) is extracted, the special chart 2 small win pattern random number storage area (for reserved number 1) may be cleared to 0. After that, the special chart 2 stop pattern setting process is terminated. In addition, the stop display of the stop pattern (big win pattern, time-saving pattern, loss pattern, etc.) corresponding to the stop pattern pattern or the stop pattern number is executed on the special chart 2 display 52 by the above-mentioned pattern change control process.

このように、遊技制御装置100が、第1始動入賞口36での遊技球の検出に基づいて変動表示ゲームとして特図1変動表示ゲームを実行し、普通変動入賞装置37での遊技球の検出に基づいて変動表示ゲームとして特図2変動表示ゲームを実行する変動表示ゲーム実行手段をなす。また、遊技制御装置100が、判定手段(遊技制御装置100)による判定結果に基づき変動表示ゲームの実行を制御する変動表示ゲーム実行制御手段をなす。 In this way, the game control device 100 serves as a variable display game execution means that executes the special chart 1 variable display game as a variable display game based on the detection of a game ball at the first start winning port 36, and executes the special chart 2 variable display game as a variable display game based on the detection of a game ball at the normal variable winning device 37. The game control device 100 also serves as a variable display game execution control means that controls the execution of the variable display game based on the determination result by the determination means (game control device 100).

〔特図情報設定処理〕
次に、特図1変動開始処理と特図2変動開始処理における特図情報設定処理(A3404、A3504)の詳細について説明する。図28は、特図情報設定処理の手順を示すフローチャートである。本実施形態において、確率状態(低確率/高確率、時短あり/なし)は変動の振り分けに直接影響せず、遊技制御装置100が管理している演出モードが変動の振り分けに影響する。演出モードは、確率状態、時短状態の有無、特図変動表示ゲームの進行状況などに応じて、複数の演出モードから一の演出モードが設定されるようになっている。なお、確率状態、時短状態の有無、特図変動表示ゲームの進行状況などに基づいて直接的に変動の振り分けを行ってもよい。
[Special drawing information setting process]
Next, the details of the special chart information setting process (A3404, A3504) in the special chart 1 variation start process and the special chart 2 variation start process will be described. FIG. 28 is a flowchart showing the procedure of the special chart information setting process. In this embodiment, the probability state (low probability/high probability, with/without time reduction) does not directly affect the allocation of the variation, and the presentation mode managed by the game control device 100 affects the allocation of the variation. The presentation mode is set to one of multiple presentation modes depending on the probability state, the presence or absence of the time reduction state, the progress of the special chart variation display game, etc. In addition, the variation may be directly allocated based on the probability state, the presence or absence of the time reduction state, the progress of the special chart variation display game, etc.

遊技制御装置100は、まず、前半変動グループ選択ポインタテーブルを設定して(A4201)、演出モード情報に対応する前半変動グループ選択ポインタを取得する(A4202)。次いで、前半変動グループ選択オフセットテーブルを設定して(A4203)、対象の特図保留数(特図1保留数又は特図2保留数)と停止図柄パターンに対応するオフセットデータを取得する(A4204)。 The game control device 100 first sets a first half variable group selection pointer table (A4201) and acquires a first half variable group selection pointer corresponding to the presentation mode information (A4202). Next, it sets a first half variable group selection offset table (A4203) and acquires offset data corresponding to the target special pattern reservation number (special pattern 1 reservation number or special pattern 2 reservation number) and the stopping pattern pattern (A4204).

次に、遊技制御装置100は、前半変動グループ選択ポインタとオフセットデータを加算して(A4205)、加算して得た値を変動振分情報1領域にセーブする(A4206)。これにより変動振分情報1領域には、停止図柄の種類、保留数、及び演出モードに基づいて生成された変動振分情報1がセーブされる。この変動振分情報1は、前半変動(リーチ開始前までの変動態様)を振り分けるためのテーブルポインタであり、後に変動グループを選択するために用いられる。ただし、機種の仕様次第であるが、保留数が多い時に変動時間を短くするのははずれの場合のみであるため、はずれ以外の場合には、結果として保留数は前半変動の振り分けに影響しない。なお、変動グループとは複数の変動パターンが含まれたもので、変動パターンを決定する際には、まず変動グループを選択し、さらにこの変動グループの中から一の変動パターンを選択するようになっている。 Next, the game control device 100 adds the first half fluctuation group selection pointer and the offset data (A4205), and saves the value obtained by the addition in the fluctuation distribution information 1 area (A4206). As a result, the fluctuation distribution information 1 generated based on the type of stopped pattern, the reserved number, and the presentation mode is saved in the fluctuation distribution information 1 area. This fluctuation distribution information 1 is a table pointer for distributing the first half fluctuation (the fluctuation pattern before the start of the reach), and is used later to select a fluctuation group. However, depending on the specifications of the machine, the fluctuation time is shortened only in the case of a miss when there are many reserved numbers, so in other cases, the reserved number does not affect the allocation of the first half fluctuation. Note that a fluctuation group includes multiple fluctuation patterns, and when determining a fluctuation pattern, a fluctuation group is first selected, and then one fluctuation pattern is selected from this fluctuation group.

次に、遊技制御装置100は、後半変動グループ選択ポインタテーブルを設定して(A4207)、演出モード情報に対応する後半変動グループ選択ポインタを取得する(A4208)。次いで、後半変動グループ選択オフセットテーブルを設定して(A4209)、対象の特図保留数と停止図柄パターンに対応するオフセットデータを取得する(A4210)。 Next, the game control device 100 sets a later variable group selection pointer table (A4207) and acquires a later variable group selection pointer corresponding to the presentation mode information (A4208). Next, it sets a later variable group selection offset table (A4209) and acquires offset data corresponding to the target special reserved number and stopping pattern pattern (A4210).

次に、遊技制御装置100は、後半変動グループ選択ポインタとオフセットデータを加算して(A4211)、加算して得た値を変動振分情報2領域にセーブして(A4212)、特図情報設定処理を終了する。これにより変動振分情報2領域には、停止図柄の種類、保留数、及び演出モードに基づいて生成された変動振分情報2がセーブされる。この変動振分情報2は、後半変動(リーチの種類(リーチなしも含む。))を振り分けるためのテーブルポインタであり、後に変動グループを選択するために用いられる。ただし、はずれの場合のみ保留数に応じてリーチの発生率が変化する(保留数が多い時にリーチの発生率が低くなる)ため、はずれ以外の場合には、結果として保留数は後半変動の振り分けに影響しない。 Next, the game control device 100 adds the latter half variable group selection pointer and the offset data (A4211), saves the value obtained by the addition in the variable allocation information 2 area (A4212), and ends the special chart information setting process. As a result, the variable allocation information 2 generated based on the type of stopped pattern, the reserved number, and the presentation mode is saved in the variable allocation information 2 area. This variable allocation information 2 is a table pointer for allocating the latter half variable (type of reach (including no reach)), and is used later to select a variable group. However, since the occurrence rate of reach changes according to the reserved number only in the case of a miss (the occurrence rate of reach is lower when the reserved number is large), in the case of anything other than a miss, the reserved number does not affect the allocation of the latter half variable.

〔変動パターン設定処理〕
次に、特図1変動開始処理及び特図2変動開始処理における変動パターン設定処理(A3406、A3506)の詳細について説明する。図29は、変動パターン設定処理の手順を示すフローチャートである。
[Variation pattern setting process]
Next, the details of the fluctuation pattern setting process (A3406, A3506) in the special chart 1 fluctuation start process and the special chart 2 fluctuation start process will be described. FIG. 29 is a flowchart showing the procedure of the fluctuation pattern setting process.

変動パターンは、特図変動表示ゲームの開始からリーチ状態となるまでの変動態様である前半変動パターンと、リーチ状態となってから特図変動表示ゲームの終了までの変動態様である後半変動パターンとからなり、先に後半変動パターンを設定してから前半変動パターンを設定する。 The fluctuation pattern is made up of a first half fluctuation pattern, which is the fluctuation mode from the start of the special chart fluctuation display game until the reach state is reached, and a second half fluctuation pattern, which is the fluctuation mode from the reach state is reached until the end of the special chart fluctuation display game, and the second half fluctuation pattern is set first, and then the first half fluctuation pattern is set.

遊技制御装置100は、まず、変動グループ選択アドレステーブルを設定し(A4301)、変動振分情報2に対応する後半変動グループテーブルのアドレスを取得し、準備して(A4302)、対象の変動パターン乱数1格納領域(保留数1用)から変動パターン乱数1をロードし、準備する(A4303)。本実施形態において、後半変動グループテーブルの構造は、当り用とはずれ用とで構造が異なる。具体的には、当り用は1バイトサイズ、はずれ用は2バイトサイズとなっている。はずれの発生率よりも当りの発生率が低く、1バイトでも足りるため、データ容量の節約の観点から、当り用は1バイトサイズになっている。したがって、当り時は、2バイトの変動パターン乱数1の下位の値だけを使用している。また、当りの発生率よりもはずれの発生率は高く、より多様な演出を出現させたいため、はずれ用は2バイトサイズになっている。 The game control device 100 first sets the variable group selection address table (A4301), obtains and prepares the address of the latter half variable group table corresponding to the variable distribution information 2 (A4302), and loads and prepares the variable pattern random number 1 from the target variable pattern random number 1 storage area (for reserved number 1) (A4303). In this embodiment, the structure of the latter half variable group table is different for winning and losing. Specifically, the winning table is 1 byte in size, and the losing table is 2 byte in size. Since the occurrence rate of winning is lower than the occurrence rate of losing, and 1 byte is sufficient, the winning table is 1 byte in size from the viewpoint of saving data capacity. Therefore, when there is a winning, only the lower value of the 2-byte variable pattern random number 1 is used. Also, since the occurrence rate of losing is higher than the occurrence rate of winning, and it is desired to produce more diverse effects, the losing table is 2 byte in size.

そして、遊技制御装置100は、特図変動表示ゲームの結果がはずれであるかを判定し(A4304)、はずれである場合(A4304の結果が「Y」)、2バイト振り分け処理(A4305)を行って、ステップA4307の処理に移行する。また、はずれでない場合(A4304の結果が「N」)、振り分け処理(A4306)を行って、ステップA4307の処理に移行する。 Then, the game control device 100 determines whether the result of the special chart variation display game is a loss (A4304), and if it is a loss (the result of A4304 is "Y"), it performs a 2-byte allocation process (A4305) and proceeds to processing of step A4307. On the other hand, if it is not a loss (the result of A4304 is "N"), it performs an allocation process (A4306) and proceeds to processing of step A4307.

次に、遊技制御装置100は、振り分けられた結果得られた後半変動選択テーブル(後半変動パターン選択テーブル)のアドレスを取得し、準備して(A4307)、対象の変動パターン乱数2格納領域(保留数1用)から変動パターン乱数2をロードし、準備する(A4308)。そして、振り分け処理を実行し(A4309)、振り分けられた結果得られた後半変動番号を取得し、後半変動番号領域にセーブする(A4310)。この処理により、後半変動パターンが設定されることとなる。 Next, the game control device 100 obtains the address of the latter half fluctuation selection table (later half fluctuation pattern selection table) obtained as a result of the allocation, prepares it (A4307), and loads and prepares the fluctuation pattern random number 2 from the target fluctuation pattern random number 2 storage area (for reserved number 1) (A4308). Then, it executes the allocation process (A4309), obtains the latter half fluctuation number obtained as a result of the allocation, and saves it in the latter half fluctuation number area (A4310). This process sets the latter half fluctuation pattern.

次に、遊技制御装置100は、前半変動グループテーブルを設定し(A4311)、変動振分情報1と後半変動番号を基にテーブル選択ポインタを算出する(A4312)。そして、算出したポインタに対応する前半変動選択テーブル(前半変動パターン選択テーブル)のアドレスを取得し、準備して(A4313)、対象の変動パターン乱数3格納領域(保留数1用)から変動パターン乱数3をロードし、準備する(A4314)。その後、振り分け処理(A4315)を行い、振り分けられた結果得られた前半変動番号を取得し、前半変動番号領域にセーブして(A4316)、変動パターン設定処理を終了する。この処理により、前半変動パターンが設定され、特図変動表示ゲームの変動パターンが設定されることとなる。すなわち、遊技制御装置100が、ゲームの実行態様である変動パターンを複数のうちから設定する変動パターン設定手段をなす。 Next, the game control device 100 sets the first half fluctuation group table (A4311) and calculates a table selection pointer based on the fluctuation allocation information 1 and the second half fluctuation number (A4312). Then, the address of the first half fluctuation selection table (first half fluctuation pattern selection table) corresponding to the calculated pointer is obtained and prepared (A4313), and the fluctuation pattern random number 3 is loaded from the target fluctuation pattern random number 3 storage area (for reserved number 1) and prepared (A4314). After that, the allocation process (A4315) is performed, the first half fluctuation number obtained as a result of the allocation is obtained, and saved in the first half fluctuation number area (A4316), and the fluctuation pattern setting process is terminated. This process sets the first half fluctuation pattern, and the fluctuation pattern of the special chart fluctuation display game is set. In other words, the game control device 100 serves as a fluctuation pattern setting means for setting the fluctuation pattern, which is the execution mode of the game, from among multiple ones.

〔2バイト振り分け処理〕
次に、変動パターン設定処理における2バイト振り分け処理(A4305)の詳細について説明する。図30は、2バイト振り分け処理の手順を示すフローチャートである。2バイト振り分け処理は、変動パターン乱数1に基づいて後半変動グループテーブルから特図変動表示ゲームの後半変動選択テーブルを選択するための処理である。
[2-byte allocation process]
Next, the details of the 2-byte allocation process (A4305) in the variation pattern setting process will be described. Figure 30 is a flowchart showing the procedure of the 2-byte allocation process. The 2-byte allocation process is a process for selecting the latter half variation selection table of the special chart variation display game from the latter half variation group table based on the variation pattern random number 1.

遊技制御装置100は、まず、選択テーブル(A4302にて準備した後半変動グループテーブル)の先頭のデータが振り分けなしのコード(すなわち「0」)であるかをチェックする(A4401)。ここで、後半変動グループテーブルは、少なくとも一の後半変動選択テーブルと対応付けて所定の振り分け値を記憶しているが、後半変動パターンが「リーチなし」となる後半変動選択テーブルのみを規定する後半変動グループテーブル(例えば、結果がはずれの場合の一部の変動グループテーブル)にあっては、振り分けの必要がないため、振り分け値「0」、すなわち、振り分けなしのコードが先頭に規定されている。 The game control device 100 first checks whether the data at the beginning of the selection table (the latter half fluctuation group table prepared in A4302) is a code for no allocation (i.e., "0") (A4401). Here, the latter half fluctuation group table stores a predetermined allocation value in association with at least one latter half fluctuation selection table, but in a latter half fluctuation group table that specifies only a latter half fluctuation selection table whose latter half fluctuation pattern is "no reach" (for example, some fluctuation group tables when the result is a miss), there is no need for allocation, so the allocation value "0", i.e., the code for no allocation, is specified at the beginning.

そして、遊技制御装置100は、選択テーブル(後半変動グループテーブル)の先頭のデータが振り分けなしのコードである場合(A4402の結果が「Y」)は、振り分けた結果に対応するデータのアドレスに更新して(A4407)、2バイト振り分け処理を終了する。一方、選択テーブル(後半変動グループテーブル)の先頭のデータが振り分けなしのコードでない場合(A4402の結果が「N」)は、選択テーブル(後半変動グループテーブル)に最初に規定されている一の振り分け値を取得する(A4403)。 If the first data in the selection table (later variable group table) is a code without allocation (result of A4402 is "Y"), the game control device 100 updates the address of the data corresponding to the allocation result (A4407) and ends the 2-byte allocation process. On the other hand, if the first data in the selection table (later variable group table) is not a code without allocation (result of A4402 is "N"), it obtains the first allocation value specified in the selection table (later variable group table) (A4403).

続けて、ステップA4303にて準備した乱数値(変動パターン乱数1の値)からステップA4403にて取得した振り分け値を減算して新たな乱数値を算出し(A4404)、当該算出した新たな乱数値が「0」よりも小さいかを判定する(A4405)。そして、新たな乱数値が「0」よりも小さくない場合(A4405の結果が「N」)は、次の振り分け値のアドレスに更新した後(A4406)、ステップA4403の処理に移行して、それ以降の処理を行う。すなわち、選択テーブル(後半変動グループテーブル)に次に規定されている振り分け値を取得し(A4403)、その後、前回のステップA4405にて判定済みの乱数値から振り分け値を減算することで新たな乱数値を算出して(A4404)、算出した新たな乱数値が「0」よりも小さいか否かを判定する(A4405)。 Next, the allocation value obtained in step A4403 is subtracted from the random number value prepared in step A4303 (value of fluctuation pattern random number 1) to calculate a new random number value (A4404), and it is determined whether the calculated new random number value is smaller than "0" (A4405). If the new random number value is not smaller than "0" (result of A4405 is "N"), the address is updated to the next allocation value (A4406), and the process proceeds to step A4403 and performs subsequent processes. That is, the allocation value next specified in the selection table (second half fluctuation group table) is obtained (A4403), and then a new random number value is calculated by subtracting the allocation value from the random number value determined in the previous step A4405 (A4404), and it is determined whether the calculated new random number value is smaller than "0" (A4405).

上記の処理をステップA4405にて新たな乱数値が「0」よりも小さいと判定(A4405の結果が「Y」)するまで実行する。これにより、選択テーブル(後半変動グループテーブル)に規定されている少なくとも一の後半変動選択テーブルの中から何れか一の後半変動選択テーブルが選択される。そして、ステップA4405にて、新たな乱数値が「0」よりも小さいと判定すると(A4405の結果が「Y」)、振り分けた結果に対応するデータのアドレスに更新して(A4407)、2バイト振り分け処理を終了する。 The above process is executed until it is determined in step A4405 that the new random number value is smaller than "0" (the result of A4405 is "Y"). This causes one of the at least one latter half fluctuation selection tables defined in the selection table (later half fluctuation group table) to be selected. Then, when it is determined in step A4405 that the new random number value is smaller than "0" (the result of A4405 is "Y"), the address is updated to the data corresponding to the allocated result (A4407), and the 2-byte allocation process is terminated.

〔振り分け処理〕
次に、変動パターン設定処理における振り分け処理(A4306、A4309、A4315)の詳細について説明する。図31は、振り分け処理の手順を示すフローチャートである。振り分け処理は、変動パターン乱数2に基づいて、後半変動選択テーブル(後半変動パターングループ)から特図変動表示ゲームの後半変動パターンを選択したり、変動パターン乱数3に基づいて、前半変動選択テーブル(前半変動パターングループ)から特図変動表示ゲームの前半変動パターンを選択したりするための処理である。
[Allocation process]
Next, the details of the allocation process (A4306, A4309, A4315) in the fluctuation pattern setting process will be described. Fig. 31 is a flowchart showing the procedure of the allocation process. The allocation process is a process for selecting the latter half fluctuation pattern of the special chart fluctuation display game from the latter half fluctuation selection table (later half fluctuation pattern group) based on the fluctuation pattern random number 2, or for selecting the first half fluctuation pattern of the special chart fluctuation display game from the first half fluctuation selection table (first half fluctuation pattern group) based on the fluctuation pattern random number 3.

遊技制御装置100は、まず、対象の選択テーブル(A4302にて準備した後半変動グループテーブル、ステップA4307にて準備した後半変動選択テーブル、又はステップA4313にて準備した前半変動選択テーブル)の先頭のデータが振り分けなしのコード(すなわち「0」)であるかをチェックする(A4501)。ここで、後半変動グループテーブル、後半変動選択テーブル、及び前半変動選択テーブルは、少なくとも一の後半変動選択テーブルや後半変動パターン(後半変動番号)や前半変動パターン(前半変動番号)と対応付けて所定の振り分け値を記憶しているが、振り分けの必要がない選択テーブルの場合、振り分け値「0」、すなわち、振り分けなしのコードが先頭に規定されている。 The game control device 100 first checks whether the first data of the target selection table (the latter half fluctuation group table prepared in A4302, the latter half fluctuation selection table prepared in step A4307, or the first half fluctuation selection table prepared in step A4313) is a code for no allocation (i.e., "0") (A4501). Here, the latter half fluctuation group table, the latter half fluctuation selection table, and the first half fluctuation selection table store a predetermined allocation value in association with at least one latter half fluctuation selection table, a latter half fluctuation pattern (later half fluctuation number), or a first half fluctuation pattern (first half fluctuation number), but in the case of a selection table that does not require allocation, the allocation value "0", i.e., a code for no allocation, is specified at the beginning.

そして、遊技制御装置100は、対象の選択テーブル(後半変動グループテーブルや後半変動選択テーブルや前半変動選択テーブル)の先頭のデータが振り分けなしのコードである場合(A4502の結果が「Y」)、振り分けた結果に対応するデータのアドレスに更新して(A4507)、振り分け処理を終了する。一方、対象の選択テーブル(後半変動グループテーブルや後半変動選択テーブルや前半変動選択テーブル)の先頭のデータが振り分けなしのコードでない場合(A4502の結果が「N」)、対象の選択テーブル(後半変動グループテーブルや後半変動選択テーブルや前半変動選択テーブル)に最初に規定されている一の振り分け値を取得する(A4503)。 Then, if the first data in the target selection table (later variable group table, later variable selection table, or first variable selection table) is a code without allocation (the result of A4502 is "Y"), the game control device 100 updates the address of the data corresponding to the allocation result (A4507) and ends the allocation process. On the other hand, if the first data in the target selection table (later variable group table, later variable selection table, or first variable selection table) is not a code without allocation (the result of A4502 is "N"), it obtains the first allocation value specified in the target selection table (later variable group table, later variable selection table, or first variable selection table) (A4503).

続けて、遊技制御装置100は、ステップA4303やA4308やA4314にて準備した乱数値(変動パターン乱数1や変動パターン乱数2や変動パターン乱数3の値)からステップA4503にて取得した振り分け値を減算して新たな乱数値を算出し(A4504)、当該算出した新たな乱数値が「0」よりも小さいかを判定する(A4505)。そして、新たな乱数値が「0」よりも小さくない場合(A4505の結果が「N」)は、次の振り分け値のアドレスに更新した後(A4506)、ステップA4503の処理に移行して、それ以降の処理を行う。 The game control device 100 then subtracts the allocation value obtained in step A4503 from the random number values (values of fluctuation pattern random number 1, fluctuation pattern random number 2, and fluctuation pattern random number 3) prepared in steps A4303, A4308, and A4314 to calculate a new random number value (A4504), and determines whether the new random number value calculated is smaller than "0" (A4505). If the new random number value is not smaller than "0" (the result of A4505 is "N"), it updates the address to the next allocation value (A4506), and then proceeds to the processing of step A4503 and performs subsequent processing.

すなわち、対象の選択テーブル(後半変動グループテーブルや後半変動選択テーブルや前半変動選択テーブル)に次に規定されている振り分け値を取得し(A4503)、その後、前回のステップA4505にて判定済みの乱数値から振り分け値を減算することで新たな乱数値を算出して(A4504)、算出した新たな乱数値が「0」よりも小さいか否かを判定する(A4505)。上記の処理をステップA4505にて新たな乱数値が「0」よりも小さいと判定(A4505の結果が「Y」)するまで実行する。これにより、対象の選択テーブル(後半変動グループテーブルや後半変動選択テーブルや前半変動選択テーブル)に規定されている少なくとも一の後半変動選択テーブルや後半変動パターン(後半変動番号)や前半変動パターン(前半変動番号)の中から何れか一の後半変動選択テーブルや後半変動パターン(後半変動番号)や前半変動パターン(前半変動番号)が選択される。 That is, the allocation value next specified in the target selection table (later fluctuation group table, later fluctuation selection table, or first half fluctuation selection table) is obtained (A4503), and then a new random number value is calculated by subtracting the allocation value from the random number value determined in the previous step A4505 (A4504), and it is determined whether the calculated new random number value is smaller than "0" (A4505). The above process is executed until it is determined in step A4505 that the new random number value is smaller than "0" (the result of A4505 is "Y"). As a result, one of the later half fluctuation selection tables, later half fluctuation patterns (later half fluctuation numbers), or first half fluctuation patterns (first half fluctuation numbers) is selected from at least one later half fluctuation selection table, later half fluctuation pattern (later half fluctuation number), or first half fluctuation pattern (first half fluctuation number) specified in the target selection table (later half fluctuation group table, later half fluctuation selection table, or first half fluctuation selection table).

そして、遊技制御装置100は、ステップA4505にて、新たな乱数値が「0」よりも小さいと判定すると(A4505の結果が「Y」)、振り分けた結果に対応するデータのアドレスに更新して(A4507)、振り分け処理を終了する。 Then, when the game control device 100 determines in step A4505 that the new random number value is smaller than "0" (result of A4505 is "Y"), it updates the address of the data corresponding to the allocated result (A4507) and ends the allocation process.

〔変動開始情報設定処理〕
次に、特図1変動開始処理及び特図2変動開始処理における変動開始情報設定処理(A3407、A3507)の詳細について説明する。図32は、変動開始情報設定処理の手順を示すフローチャートである。
[Variable start information setting process]
Next, the details of the variable start information setting process (A3407, A3507) in the special chart 1 variable start process and the special chart 2 variable start process will be described. Figure 32 is a flowchart showing the procedure of the variable start information setting process.

遊技制御装置100は、まず、開始する変動表示ゲームが特図2変動表示ゲームであるか否かを判定する(A4600a)。開始する変動表示ゲームが特図2変動表示ゲームでなく特図1変動表示ゲームである場合に(A4600aの結果が「N」)、対象の変動パターン乱数1~3の乱数格納領域をクリアする(A4601)。次に、前半変動時間値テーブルを設定し(A4602)、前半変動番号に対応する前半変動時間値を取得する(A4603)。さらに、後半変動時間値テーブルを設定し(A4604)、後半変動番号に対応する後半変動時間値を取得する(A4605)。 The game control device 100 first judges whether the variable display game to be started is a special chart 2 variable display game (A4600a). If the variable display game to be started is not a special chart 2 variable display game but a special chart 1 variable display game (the result of A4600a is "N"), the random number storage area for the target variable pattern random numbers 1 to 3 is cleared (A4601). Next, a first half variable time value table is set (A4602), and the first half variable time value corresponding to the first half variable number is obtained (A4603). Furthermore, a second half variable time value table is set (A4604), and the second half variable time value corresponding to the second half variable number is obtained (A4605).

そして、遊技制御装置100は、前半変動時間値と後半変動時間値を加算し(A4606)、加算値(全変動時間値)を特図ゲーム処理タイマ領域にセーブする(A4607)。その後、前半変動番号に対応する変動コマンド(MODE)を準備し(A4608)、後半変動番号に対応する変動コマンド(ACTION)を演出コマンドとして準備して(A4609)、演出コマンド設定処理を行う(A4610)。次に、開始する変動の図柄(特図1又は特図2)を示す変動図柄判別フラグに対応する特図保留数を-1更新して(A4611)、変動図柄判別フラグに対応する乱数格納領域のアドレスを設定する(A4612)。次いで、乱数格納領域をシフトし(A4613)、シフト後の空き領域をクリアして(A4614)、変動開始情報設定処理を終了する。 Then, the game control device 100 adds the first half fluctuation time value and the second half fluctuation time value (A4606), and saves the added value (total fluctuation time value) in the special game processing timer area (A4607). After that, it prepares a fluctuation command (MODE) corresponding to the first half fluctuation number (A4608), prepares a fluctuation command (ACTION) corresponding to the second half fluctuation number as a performance command (A4609), and performs a performance command setting process (A4610). Next, it updates the special reserve number corresponding to the fluctuation pattern discrimination flag indicating the starting fluctuation pattern (special pattern 1 or special pattern 2) by -1 (A4611), and sets the address of the random number storage area corresponding to the fluctuation pattern discrimination flag (A4612). Next, it shifts the random number storage area (A4613), clears the empty area after the shift (A4614), and ends the fluctuation start information setting process.

遊技制御装置100は、まず、開始する変動表示ゲームが特図2変動表示ゲームである場合に(A4600aの結果が「Y」)、特図2変動表示ゲームの結果が小当り又は大当りであるか否かを判定する(A4600b)。特図2変動表示ゲームの結果が小当り又は大当りである場合に(A4600bの結果が「Y」)、開始する変動表示ゲームが特図1変動表示ゲームである場合と同様にステップA4601以降の処理を実行する。なお、本実施形態と異なり、特図2変動表示ゲームの結果がサポ当りの場合も、ステップA4601以降の処理を実行する構成でもよい。 When the variable display game to be started is the special chart 2 variable display game (the result of A4600a is "Y"), the game control device 100 first determines whether the result of the special chart 2 variable display game is a small win or a big win (A4600b). When the result of the special chart 2 variable display game is a small win or a big win (the result of A4600b is "Y"), the game control device 100 executes the processing from step A4601 onwards, as in the case where the variable display game to be started is the special chart 1 variable display game. Note that, unlike this embodiment, the configuration may be such that the processing from step A4601 onwards is executed even when the result of the special chart 2 variable display game is a support win.

遊技制御装置100は、特図2変動表示ゲームの結果が小当りでもなく大当りでもない場合(A4600bの結果が「N」)、即ち、特図2変動表示ゲームの結果がはずれ結果の場合に、大当り終了後の特図2変動回数(特図2変動表示ゲームの実行回数)に対応する変動時間値(全変動時間値)を特図ゲーム処理タイマ領域にセーブする(A4615)。 When the result of the special chart 2 variable display game is neither a small win nor a big win (the result of A4600b is "N"), i.e., when the result of the special chart 2 variable display game is a miss, the game control device 100 saves the variable time value (total variable time value) corresponding to the number of times the special chart 2 variable display game is executed after the big win ends in the special chart game processing timer area (A4615).

従って、特図1変動表示ゲームの変動時間値と、小当り又は大当りの場合の特図2変動表示ゲームの変動時間値は、振り分け(抽選)で設定され固定されない時間値である一方、はずれの場合の特図2変動表示ゲームの変動時間値は、大当り終了後の特図2変動回数ごとに設定される固定時間値となる。即ち、特図2変動表示ゲームの変動時間値は、回転数制御がなされる。なお、小当り又は大当りの場合の特図2変動表示ゲームの変動時間値も固定時間値とする構成も可能である。 Therefore, the variable time value of the special chart 1 variable display game and the variable time value of the special chart 2 variable display game in the case of a small hit or a big hit are time values that are set by allocation (lottery) and are not fixed, while the variable time value of the special chart 2 variable display game in the case of a miss is a fixed time value that is set for each number of special chart 2 fluctuations after the end of the big hit. In other words, the variable time value of the special chart 2 variable display game is controlled by the number of rotations. It is also possible to configure the variable time value of the special chart 2 variable display game in the case of a small hit or a big hit to be a fixed time value.

その後、遊技制御装置100は、変動時間値に対応した変動コマンド(MODE,ACTION)を演出コマンドとして準備し(A4616)、ステップA4610以降の処理を実行する。 Then, the game control device 100 prepares a variation command (MODE, ACTION) corresponding to the variation time value as a presentation command (A4616) and executes the processing from step A4610 onwards.

なお、後述の変形例のように普電サポートの態様(内容)に関するサポ状態(サポ態様、普電開放パターン)が可変である場合に、変動時間値は、大当り終了後の特図2変動回数だけでなく、サポ状態にも対応して設定してもよい。 In addition, when the support state (support state, normal power release pattern) related to the state (content) of the normal power support is variable as in the modified example described below, the fluctuation time value may be set not only according to the number of times the special chart 2 fluctuates after the end of the jackpot, but also according to the support state.

以上の処理により、特図変動表示ゲームの開始に関する情報が設定される。すなわち、遊技制御装置100が、始動記憶手段(遊技制御装置100)に記憶された各種の乱数値の判定を行う判定手段をなす。また、遊技制御装置100が、始動記憶の判定情報に基づいて、変動表示ゲームで実行する識別情報の変動パターンを決定することが可能な変動パターン決定手段をなす。 By the above processing, information regarding the start of the special chart variable display game is set. In other words, the game control device 100 serves as a judgment means for judging various random number values stored in the start memory means (game control device 100). In addition, the game control device 100 serves as a variation pattern determination means capable of determining the variation pattern of the identification information to be executed in the variable display game based on the judgment information in the start memory.

そして、これらの特図変動表示ゲームの開始に関する情報は後に演出制御装置300に送信され、演出制御装置300では、特図変動表示ゲームの開始に関する情報の受信に基づき、決定された変動パターンに応じて飾り特図変動表示ゲームでの詳細な演出内容を設定する。これらの特図変動表示ゲームの開始に関する情報としては、始動記憶数(保留数)に関する情報を含む飾り特図保留数コマンド、停止図柄に関する情報を含む飾り特図コマンド、特図変動表示ゲームの変動パターンに関する情報を含む変動コマンドが挙げられ、この順でコマンドが演出制御装置300に送信される。特に、飾り特図コマンドを変動コマンドよりも先に送信することで、演出制御装置300での処理を効率よく進めることができる。 Information relating to the start of these special symbol variation display games is then transmitted to the performance control device 300, which, based on the received information relating to the start of the special symbol variation display games, sets detailed performance content in the decorative special symbol variation display games according to the determined variation pattern. Information relating to the start of these special symbol variation display games includes a decorative special symbol reserved number command including information about the start memory number (reserved number), a decorative special symbol command including information about the stop symbol, and a variation command including information about the variation pattern of the special symbol variation display game, and the commands are transmitted to the performance control device 300 in this order. In particular, by transmitting the decorative special symbol command before the variation command, processing in the performance control device 300 can be carried out efficiently.

〔特図変動中処理〕
次に、特図ゲーム処理における特図変動中処理(A2609)の詳細について説明する。図33は、特図変動中処理の手順を示すフローチャートである。
[Special chart change processing]
Next, the details of the special chart change process (A2609) in the special chart game process will be described. FIG. 33 is a flowchart showing the procedure of the special chart change process.

遊技制御装置100は、まず、特図2変動中(特図2変動表示ゲームが実行中)であるか否かを判定する(A4801)。特図2変動中でない場合、即ち、特図1変動中(特図1変動表示ゲームが実行中)である場合に(A4801の結果が「N」)、停止図柄パターンに対応する表示時間を設定する(A4802)。 The game control device 100 first determines whether or not the special symbol 2 is changing (the special symbol 2 change display game is running) (A4801). If the special symbol 2 is not changing, that is, if the special symbol 1 is changing (the special symbol 1 change display game is running) (the result of A4801 is "N"), it sets the display time corresponding to the stopped symbol pattern (A4802).

一方、遊技制御装置100は、特図2変動中である場合(A4801の結果が「Y」)、特図2変動表示ゲームのか結果が小当り又は大当りであるか否かを判定する(A4803)。特図2変動表示ゲームのか結果が小当り又は大当りである場合に(A4803の結果が「Y」)、停止図柄パターンに対応する表示時間を設定する(A4802)。表示時間(停止表示時間)は、変動表示ゲームの結果である停止図柄(停止表示)の表示時間である。なお、本実施形態と異なり、特図2変動表示ゲームの結果がサポ当りの場合も、ステップA4802の処理に移行する構成でもよい。 On the other hand, when the special chart 2 is changing (the result of A4801 is "Y"), the game control device 100 judges whether the result of the special chart 2 change display game is a small win or a big win (A4803). When the result of the special chart 2 change display game is a small win or a big win (the result of A4803 is "Y"), it sets a display time corresponding to the stopped pattern (A4802). The display time (stop display time) is the display time of the stopped pattern (stop display) which is the result of the change display game. Note that, unlike this embodiment, the configuration may proceed to the processing of step A4802 even when the result of the special chart 2 change display game is a support win.

遊技制御装置100は、特図2変動表示ゲームの結果が小当り又は大当りでない場合、即ち、はずれの場合に(A4803の結果が「N」)、大当り終了後の特図2変動回数(特図2変動表示ゲームの実行回数)に対応する表示時間を設定する(A4804)。 If the result of the special chart 2 variable display game is not a small win or a big win, i.e., if it is a miss (the result of A4803 is "N"), the game control device 100 sets the display time corresponding to the number of times the special chart 2 changes (the number of times the special chart 2 variable display game is executed) after the big win ends (A4804).

従って、特図1変動表示ゲームの表示時間と、小当り又は大当りの場合の特図2変動表示ゲームの表示時間は、抽選で設定された停止図柄パターンに基づく固定されない時間である一方、はずれの場合の特図2変動表示ゲームの表示時間は、大当り終了後の特図2変動回数(特図2変動表示ゲームの実行回数)ごとに固定的に設定される。なお、小当り又は大当りの場合の特図2変動表示ゲームの表示時間も固定的に設定する構成も可能である。 Therefore, the display time of the special chart 1 variable display game and the display time of the special chart 2 variable display game in the case of a small win or a big win are not fixed times based on the stopping pattern pattern set by lottery, while the display time of the special chart 2 variable display game in the case of a miss is set fixedly for each number of special chart 2 changes (number of times the special chart 2 variable display game is executed) after the end of the big win. It is also possible to configure the display time of the special chart 2 variable display game in the case of a small win or a big win to be set fixedly.

なお、後述のように普電サポートの態様(内容)に関するサポ状態(サポ態様、普電開放パターン)が可変である場合に、表示時間(停止表示時間)は、大当り終了後の特図2変動回数だけでなく、サポ状態にも対応して設定してもよい。 In addition, as described below, when the support state (support state, normal power opening pattern) related to the state (content) of the normal power support is variable, the display time (stop display time) may be set according to the support state as well as the number of times the special chart 2 changes after the end of the jackpot.

次に、遊技制御装置100は、ステップA4802又はA4804で設定された表示時間を特図ゲーム処理タイマ領域にセーブする(A4805)。続いて、遊技制御装置100は、普電サポート中(時短状態中)であるか否か判定する(A4806)。普電サポート中でない場合(A4806の結果が「N」)、ステップA4813の処理に移行する。普電サポート中である場合(A4806の結果が「Y」)、特図1変動表示ゲームの変動であるか否か判定する(A4807)。特図1変動表示ゲームの変動である場合(A4807の結果が「Y」)、ステップA4810の処理に移行する。 Next, the gaming control device 100 saves the display time set in step A4802 or A4804 in the special chart game processing timer area (A4805). Next, the gaming control device 100 determines whether or not normal power support is in progress (time-saving state) (A4806). If normal power support is not in progress (the result of A4806 is "N"), the processing proceeds to step A4813. If normal power support is in progress (the result of A4806 is "Y"), the processing proceeds to step A4807 whether or not there has been a change in the special chart 1 change display game. If there has been a change in the special chart 1 change display game (the result of A4807 is "Y"), the processing proceeds to step A4810.

遊技制御装置100は、特図2変動表示ゲームの変動である場合(A4807の結果が「N」)、時間短縮変動回数2を-1更新(1だけ減少)して(A4808)、時間短縮変動回数2が0であるか否か判定する(A4809)。時間短縮変動回数2が0である場合(A4809の結果が「Y」)、時短の終了を設定する時短終了設定処理を実行する(A4812)。 If the special chart 2 variation display game is changed (the result of A4807 is "N"), the game control device 100 updates the time-shortening variation count 2 by -1 (decreases by 1) (A4808) and determines whether the time-shortening variation count 2 is 0 (A4809). If the time-shortening variation count 2 is 0 (the result of A4809 is "Y"), it executes a time-shortening end setting process to set the end of the time-shortening (A4812).

遊技制御装置100は、時間短縮変動回数2が0でない場合(A4809の結果が「N」)、時間短縮変動回数1を-1更新(1だけ減少)して(A4810)、時間短縮変動回数1が0であるか否か判定する(A4811)。時間短縮変動回数1が0でない場合(A4811の結果が「N」)、ステップA4813の処理に移行する。一方、時間短縮変動回数1が0である場合(A4811の結果が「Y」)、時短の終了を設定する時短終了設定処理を実行する(A4812)。その後、後述の演出モード情報チェック処理を実行する(A4813)。 If the time-shortening variation count 2 is not 0 (the result of A4809 is "N"), the game control device 100 updates the time-shortening variation count 1 by -1 (decreases by 1) (A4810) and determines whether the time-shortening variation count 1 is 0 or not (A4811). If the time-shortening variation count 1 is not 0 (the result of A4811 is "N"), the game control device 100 proceeds to the processing of step A4813. On the other hand, if the time-shortening variation count 1 is 0 (the result of A4811 is "Y"), the game control device 100 executes a time-shortening end setting process to set the end of the time-shortening (A4812). After that, the game control device 100 executes the presentation mode information check process described below (A4813).

その後、遊技制御装置100は、特図表示中処理移行設定処理を実行する(A4814)。特図表示中処理移行設定処理では、特図表示中処理に係る処理番号「2」を設定し特図ゲーム処理番号領域に処理番号をセーブし、特図1表示器51での変動停止に係る停止フラグを特図1変動制御フラグ領域にセーブし、特図2表示器52での変動停止に係る停止フラグを特図2変動制御フラグ領域にセーブする。その後、特図変動中処理を終了する。 Then, the game control device 100 executes a process transition setting process during special chart display (A4814). In the process transition setting process during special chart display, the process number "2" related to the process during special chart display is set and the process number is saved in the special chart game process number area, the stop flag related to the stop of fluctuation in the special chart 1 display 51 is saved in the special chart 1 fluctuation control flag area, and the stop flag related to the stop of fluctuation in the special chart 2 display 52 is saved in the special chart 2 fluctuation control flag area. Then, the process during special chart fluctuation is terminated.

〔時短終了設定処理〕
次に、特図変動中処理における時短終了設定処理(A4812)の詳細について説明する。図34は、時短終了設定処理の手順を示すフローチャートである。
[Time-saving end setting process]
Next, the details of the time-saving end setting process (A4812) in the special chart change process will be described. FIG 34 is a flowchart showing the procedure of the time-saving end setting process.

遊技制御装置100は、まず、時短終了に関する信号をRWMの外部情報出力データ領域にセーブする(A4901)。ここで、時短終了に関する信号は、大当り2信号のオフデータである。これにより、時短終了に関する信号が外部情報として外部情報端子71を介して外部装置(ホールコンピュータなど)に出力される。 First, the game control device 100 saves the signal regarding the end of the time-saving function in the external information output data area of the RWM (A4901). Here, the signal regarding the end of the time-saving function is the off data of the jackpot 2 signal. As a result, the signal regarding the end of the time-saving function is output as external information to an external device (such as a hall computer) via the external information terminal 71.

なお、通常遊技状態において、普通変動入賞装置37の開放時間が非常に短いか又は普図変動表示ゲームの当り確率が非常に低いため、普通変動入賞装置37への入賞はなく第2始動記憶は発生しない。このため、時短終了の時点で第2始動記憶(特図2始動記憶、特図2保留)が残保留として残っている場合に、大当り2信号のオンデータの出力を継続し(このようにしても不都合が生じない)、最後の残保留に係る特図変動表示ゲームの変動表示が停止するときに、大当り2信号のオフデータ(時短終了に関する信号)を外部装置に出力してもよい。 In addition, in the normal game state, since the opening time of the normal variable winning device 37 is very short or the probability of winning the normal chart variable display game is very low, there is no winning in the normal variable winning device 37 and the second start memory is not generated. For this reason, if the second start memory (special chart 2 start memory, special chart 2 reserve) remains as a remaining reserve at the time of the end of the time reduction, the output of the ON data of the jackpot 2 signal may continue (no inconvenience will occur even if this is done), and when the variable display of the special chart variable display game related to the last remaining reserve stops, the OFF data of the jackpot 2 signal (a signal related to the end of the time reduction) may be output to an external device.

次に、遊技制御装置100は、時短終了に関する信号をRWMの試験信号出力データ領域にセーブする(A4902)。これにより、時短終了に関する信号が、試験信号として試射試験装置に出力される。ここでの時短終了に関する信号は、例えば、特別図柄1変動時間短縮状態信号のオフデータ、特別図柄2変動時間短縮状態信号のオフデータ、普通図柄1変動時間短縮状態信号のオフデータ、普通電動役物1開放延長状態信号のオフデータ、普通図柄1高確率状態信号のオフデータである。そして、RWMの遊技状態表示番号領域に時短なしの番号をセーブし(A4903)、RWMの普図ゲームモードフラグ領域に普図低確率&時短なしフラグをセーブし(A4904)、RWMの特図ゲームモードフラグ領域に特図低確率&時短なしフラグをセーブする(A4905)。 Next, the game control device 100 saves a signal regarding the end of the time-saving function in the test signal output data area of the RWM (A4902). As a result, the signal regarding the end of the time-saving function is output as a test signal to the test firing device. The signals regarding the end of the time-saving function here are, for example, off data of the special symbol 1 change time-saving state signal, off data of the special symbol 2 change time-saving state signal, off data of the normal symbol 1 change time-saving state signal, off data of the normal electric role 1 open extension state signal, and off data of the normal symbol 1 high probability state signal. Then, a number indicating no time-saving function is saved in the game state display number area of the RWM (A4903), a normal symbol low probability & no time-saving function flag is saved in the normal symbol game mode flag area of the RWM (A4904), and a special symbol low probability & no time-saving function flag is saved in the special symbol game mode flag area of the RWM (A4905).

続いて、遊技制御装置100は、時間短縮変動回数1が格納されるRWMの時間短縮変動回数1領域をクリアし(A4906)、時間短縮変動回数2が格納されるRWMの時間短縮変動回数2領域をクリアする(A4907)。そして、左打ち指示に関する信号をRWMの試験信号出力データ領域にセーブし(A4908)、RWMの遊技状態表示番号2領域に左打ち状態中の番号をセーブする(A4909)。 Then, the game control device 100 clears the time-saving change count 1 area of the RWM where the time-saving change count 1 is stored (A4906), and clears the time-saving change count 2 area of the RWM where the time-saving change count 2 is stored (A4907). Then, it saves the signal related to the left-hit instruction in the test signal output data area of the RWM (A4908), and saves the number in the left-hit state in the game state display number 2 area of the RWM (A4909).

その後、RWMの通常ベース状態判定領域に通常ベース状態情報をセーブする(A4910)。ここで、通常ベース状態情報は、ベース値(通常遊技状態における出玉率)を算出する期間である通常遊技状態を示す値である。その後、時短終了設定処理を終了する。 Then, the normal base state information is saved in the normal base state determination area of the RWM (A4910). Here, the normal base state information is a value indicating the normal game state, which is the period during which the base value (the ball payout rate in the normal game state) is calculated. Then, the time-saving end setting process is terminated.

このように、時短終了設定処理が実行されることで、時短状態(特図低確率且つ普電サポートありの状態)から適切に通常遊技状態(特図低確率且つ普電サポートなしの状態)へ移行させることができる。 In this way, by executing the time-saving end setting process, it is possible to appropriately transition from the time-saving state (a state with a low probability of special charts and normal power support) to the normal game state (a state with a low probability of special charts and no normal power support).

〔演出モード情報チェック処理〕
次に、特図変動中処理における演出モード情報チェック処理(A4813)の詳細について説明する。図35は、演出モード情報チェック処理の手順を示すフローチャートである。
[Performance mode information check process]
Next, the details of the presentation mode information check process (A4813) during the special chart change process will be described. FIG 35 is a flowchart showing the procedure of the presentation mode information check process.

遊技制御装置100は、まず、次モード移行情報が更新なしコードであるか否かを判定する(A5001)。次モード移行情報が更新なしコードである場合(A5001の結果が「Y」)は、演出モード情報チェック処理を終了する。この場合は、実行した特図変動表示ゲームの回数に応じた演出モードの変更が行われない場合であって、例えば次回の大当りまで継続する演出モードが選択されている場合である。 The game control device 100 first determines whether the next mode transition information is a no-update code (A5001). If the next mode transition information is a no-update code (the result of A5001 is "Y"), the presentation mode information check process ends. In this case, the presentation mode is not changed according to the number of special chart change display games that have been executed, and for example, a presentation mode that continues until the next big win is selected.

また、遊技制御装置100は、次モード移行情報が更新なしコードでない場合(A5001の結果が「N」)は、演出モードの変更までの特図変動表示ゲームの実行可能回数である演出残り回転数を-1更新し(A5002)、演出残り回転数が0となったか否かを判定する(A5003)。ここで、演出残り回転数は、今回実行したのが主となる特図変動表示ゲームである場合にのみ、-1更新されるが、主ではない変動表示ゲームである場合も-1更新される構成も可能である。 In addition, if the next mode transition information is not a no-update code (the result of A5001 is "N"), the game control device 100 updates the number of remaining spins for the presentation, which is the number of times the special chart variable display game can be played until the presentation mode is changed, by -1 (A5002), and determines whether the number of remaining spins for the presentation has become 0 (A5003). Here, the number of remaining spins for the presentation is updated by -1 only if the game played this time is the main special chart variable display game, but it can also be configured to update by -1 if it is a non-main variable display game.

遊技状態等に応じて、特図1変動表示ゲームと特図2変動表示ゲームのうち一方の変動表示ゲームが、主となる変動表示ゲームとして定められている。例えば、主となる変動表示ゲーム(主変動表示ゲーム)は、特図1変動表示ゲームと特図2変動表示ゲームのうち頻繁に実行される方であり、主ではない変動表示ゲーム(従変動表示ゲーム)は、特図1変動表示ゲームと特図2変動表示ゲームのうち頻繁には実行されない方である。なお、遊技制御装置100及び/又は演出制御装置300は、遊技状態等に応じて、主となる変動表示ゲームを示す情報(特図1又は特図2)を記憶してもよい。 Depending on the game status, etc., one of the special chart 1 variable display game and the special chart 2 variable display game is determined as the main variable display game. For example, the main variable display game (main variable display game) is the one of the special chart 1 variable display game and the special chart 2 variable display game that is executed frequently, and the non-main variable display game (subordinate variable display game) is the one of the special chart 1 variable display game and the special chart 2 variable display game that is executed less frequently. In addition, the game control device 100 and/or the performance control device 300 may store information indicating the main variable display game (special chart 1 or special chart 2) depending on the game status, etc.

演出残り回転数が0となっていない場合(A5003の結果が「N」)には、演出モード情報チェック処理を終了する。また、演出残り回転数が0となった場合(A5003の結果が「Y」)、すなわち次の特図変動表示ゲームから演出モードを移行する場合は、演出モード情報アドレステーブルを設定し(A5004)、次モード移行情報に対応するテーブルのアドレスを取得する(A5005)。 If the number of remaining spins for the effect is not 0 (the result of A5003 is "N"), the effect mode information check process is terminated. Also, if the number of remaining spins for the effect is 0 (the result of A5003 is "Y"), that is, if the effect mode is to be changed from the next special chart change display game, the effect mode information address table is set (A5004), and the address of the table corresponding to the next mode change information is obtained (A5005).

そして、遊技制御装置100は、移行する演出モードの演出モード番号を取得し、RWM内の演出モード番号領域にセーブして(A5006)、移行する演出モードの演出残り回転数(初期値)を取得し、RWM内の演出残り回転数領域にセーブして(A5007)、移行する演出モードの次モード移行情報を取得し、RWM内の次モード移行情報領域にセーブする(A5008)。 Then, the game control device 100 acquires the presentation mode number of the presentation mode to be transitioned to and saves it in the presentation mode number area in the RWM (A5006), acquires the remaining number of presentation rotations (initial value) of the presentation mode to be transitioned to and saves it in the remaining number of presentation rotations area in the RWM (A5007), acquires next mode transition information of the presentation mode to be transitioned to and saves it in the next mode transition information area in the RWM (A5008).

なお、時短状態の終了(時間短縮変動回数1又は2=0)によって演出モードを移行する場合には、移行する演出モードの演出残り回転数(初期値)を規定の残保留数(例えば4~9)に設定してよい。残保留数とは、時短状態終了後に消化される特図2保留(残保留)の数であり、時短終了後の特図2変動回数である。残保留は、時短状態中の普図当りによって開放される普通変動入賞装置37への入賞によって生じる。このようにして、残保留(特図2保留、特図2始動記憶)の消化中に対応する演出モードとして残保留消化モード(図54)を設定できる。 When the presentation mode is changed due to the end of the time-saving state (time-saving variation count 1 or 2 = 0), the number of remaining presentation spins (initial value) of the presentation mode to be changed to may be set to a specified remaining reserve number (for example, 4 to 9). The remaining reserve number is the number of special chart 2 reserves (remaining reserves) that will be consumed after the time-saving state ends, and is the number of special chart 2 variations after the time-saving state ends. The remaining reserves are generated by winning the normal variation winning device 37, which is opened by a normal chart hit during the time-saving state. In this way, the remaining reserve consumption mode (Fig. 54) can be set as the presentation mode corresponding to the consumption of the remaining reserves (special chart 2 reserves, special chart 2 start memory).

或は、時短状態中の普図当りによって開放される普通変動入賞装置37の開放(後述の後半開放に対応)が終了した際に演出モードを移行する場合には、移行する演出モードの演出残り回転数(初期値)をその時点での特図2保留数に設定してよい。これにより、時短状態中の普図当りによって開放される普通変動入賞装置37の開放が終了した後の特図2保留の消化中に対応する演出モードとして普電開放終了後モード(図71A)を設定できる。さらに、この場合に、時短状態の終了(時間短縮変動回数1又は2=0)によって移行する演出モードの演出残り回転数(初期値)を時短回数に応じた所定値(例えば6から時短回数を減算した値)に設定して、普電開放終了前モード(図71A)を設定できる。 Or, when the presentation mode is changed when the opening of the normal variable winning device 37 that is opened by a normal winning hit during the time-saving state (corresponding to the later opening described later) is completed, the number of remaining spins (initial value) of the presentation mode to be changed to may be set to the number of reserved special winning devices 2 at that time. This allows the mode after the normal power opening is finished (Fig. 71A) to be set as the presentation mode corresponding to the consumption of the reserved special winning device 2 after the opening of the normal variable winning device 37 that is opened by a normal winning hit during the time-saving state is completed. Furthermore, in this case, the remaining number of spins (initial value) of the presentation mode to be changed to by the end of the time-saving state (time-saving fluctuation number 1 or 2 = 0) can be set to a predetermined value (for example, a value obtained by subtracting the number of time-saving times from 6) according to the number of time-saving times, to set the mode before the normal power opening is finished (Fig. 71A).

さらに、時短状態の終了(時間短縮変動回数1又は2=0)によって演出モードを切り替える場合には、移行する演出モードの演出残り回転数(初期値)をその時点での特図2保留数又は特図2保留数以下の所定数に設定してよい。このようにして、時短終了時の特図2保留数又は所定数の残保留(特図2保留、特図2始動記憶)の消化中に対応する演出モードとして時短中発生残保留消化モード(図71B)を設定できる。時短中発生残保留消化モードの後に移行する演出モードの演出残り回転数(初期値)を、規定の残保留数(例えば10)から時短中発生残保留消化モードで消化された残保留の数を引いた値(過剰保留数)に設定できる。このようにして、時短中発生残保留消化モード後の演出モードとして過剰保留消化モード(図71B)を設定できる。 Furthermore, when switching the presentation mode due to the end of the time-saving state (time-saving fluctuation count 1 or 2 = 0), the number of remaining rotations (initial value) of the presentation mode to be switched to may be set to the number of reserved special charts 2 at that time or a predetermined number less than the number of reserved special charts 2. In this way, the time-saving generated remaining reserve consumption mode (Fig. 71B) can be set as the presentation mode corresponding to the consumption of the number of reserved special charts 2 at the end of the time-saving state or a predetermined number of remaining reserves (reserved special charts 2, special charts 2 start memory). The number of remaining rotations (initial value) of the presentation mode to be switched to after the time-saving generated remaining reserve consumption mode can be set to a value (excessive reserve number) obtained by subtracting the number of remaining reserves consumed in the time-saving generated remaining reserve consumption mode from the specified remaining reserve number (for example, 10). In this way, the excess reserve consumption mode (Fig. 71B) can be set as the presentation mode after the time-saving generated remaining reserve consumption mode.

その後、遊技制御装置100は、新たに設定された演出モード番号に対応する確率情報コマンド(確率状態の情報と時短の有無の情報と演出モードの情報を含む)を演出コマンドとして準備し(A5009)、準備した確率情報コマンドが停電復旧時送信コマンド領域の値と一致するか否かを判定する(A5010)。準備した確率情報コマンドが停電復旧時送信コマンド領域の値と一致する場合(A5010の結果が「Y」)、すなわち確率情報コマンドが変化していない場合には、演出モード情報チェック処理を終了する。 Then, the game control device 100 prepares a probability information command (including information on the probability state, information on whether or not time reduction is enabled, and information on the presentation mode) corresponding to the newly set presentation mode number as a presentation command (A5009), and determines whether the prepared probability information command matches the value of the command area to be sent when power is restored (A5010). If the prepared probability information command matches the value of the command area to be sent when power is restored (the result of A5010 is "Y"), i.e., if the probability information command has not changed, the presentation mode information check process is terminated.

また、準備した確率情報コマンドが停電復旧時送信コマンド領域の値と一致しない場合(A5010の結果が「N」)には、準備した確率情報コマンドを停電復旧時送信コマンド領域にセーブして(A5011)、確率情報コマンドを演出コマンドとして設定する演出コマンド設定処理を実行する(A5012)。 In addition, if the prepared probability information command does not match the value in the area for sending commands when power is restored (the result of A5010 is "N"), the prepared probability information command is saved in the area for sending commands when power is restored (A5011), and a performance command setting process is executed to set the probability information command as a performance command (A5012).

次いで、遊技制御装置100は、演出残り回転数に対応する演出回転数コマンドを演出コマンドとして準備して(A5013)、演出コマンド設定処理を実行する(A5014)。これにより、演出制御装置300は、演出残り回転数を取得できる。次に、時間短縮変動回数2に対応する時間短縮変動回数コマンドを演出コマンドとして準備して(A5015)、演出コマンド設定処理(A5016)を実行する。これにより、演出制御装置300は、時間短縮変動回数2を取得できる。なお、遊技制御装置100は、同様に、時間短縮変動回数1も演出コマンドとして準備して、演出コマンド設定処理を実行してよい。 Next, the game control device 100 prepares a presentation rotation count command corresponding to the remaining number of rotations for presentation as a presentation command (A5013), and executes a presentation command setting process (A5014). This allows the presentation control device 300 to obtain the remaining number of rotations for presentation. Next, a time-shortening variation count command corresponding to the time-shortening variation count 2 is prepared as a presentation command (A5015), and executes a presentation command setting process (A5016). This allows the presentation control device 300 to obtain the time-shortening variation count 2. Note that the game control device 100 may also prepare the time-shortening variation count 1 as a presentation command in the same way, and execute the presentation command setting process.

次いで、遊技制御装置100は、ステップA5006で新たな演出モード番号が取得された場合に、新たな演出モードは左打ちするモードであるか否かを判定し(A5017)、左打ちするモードでない場合(A5017の結果が「N」)には、演出モード情報チェック処理を終了する。また、左打ちするモードである場合(A5017の結果が「Y」)には、左打ち指示報知コマンドを演出コマンドとして準備し(A5018)、演出コマンド設定処理を実行して(A5019)、演出モード情報チェック処理を終了する。 Next, when a new presentation mode number is acquired in step A5006, the game control device 100 determines whether the new presentation mode is a left-hit mode (A5017), and if it is not a left-hit mode (the result of A5017 is "N"), ends the presentation mode information check process. Also, if it is a left-hit mode (the result of A5017 is "Y"), it prepares a left-hit instruction notification command as a presentation command (A5018), executes the presentation command setting process (A5019), and ends the presentation mode information check process.

なお、上記において、さらに、演出残り回転数が0であるか否かの判定結果(A5003)によらず、更新された演出残り回転数(A5002)に対応する演出回転数コマンドと更新された時間短縮変動回数1、2(A4808、A4810)に対応する時間短縮変動回数コマンドも演出コマンドとして準備して、演出コマンド設定処理を実行してもよい。 In addition, in the above, regardless of the result of the determination of whether the remaining number of rotations for the effect is 0 (A5003), a number of rotations for the effect command corresponding to the updated remaining number of rotations for the effect (A5002) and a number of time-shortening fluctuations command corresponding to the updated number of time-shortening fluctuations 1 and 2 (A4808, A4810) may also be prepared as the effect command, and the effect command setting process may be executed.

〔特図表示中処理〕
次に、特図ゲーム処理における特図表示中処理(A2610)の詳細について説明する。図36は、特図表示中処理の手順を示すフローチャートである。図36Aは、特図表示中処理の前半部分を示し、図36Bは、特図表示中処理の後半部分を示す。
[Processing during special chart display]
Next, the details of the special chart display process (A2610) in the special chart game process will be described. Figure 36 is a flowchart showing the procedure of the special chart display process. Figure 36A shows the first half of the special chart display process, and Figure 36B shows the second half of the special chart display process.

遊技制御装置100は、まず、今回実行したのが特図1の変動であるか否かを判定する(A5101)。即ち、停止図柄の表示(停止表示)が特図1変動表示ゲームに関するものであるか否かを判定する。今回実行したのが特図1の変動である場合に(A5101の結果が「Y」)、大当りフラグ1をロードし(A5102)、大当りフラグ1領域をクリアし(A5103)、ロードした大当りフラグ1は大当りであるか否かを判定する(A5104)。 The game control device 100 first judges whether or not what was executed this time was a change in special chart 1 (A5101). In other words, it judges whether or not the display of the stopped pattern (stop display) is related to the special chart 1 change display game. If what was executed this time was a change in special chart 1 (result of A5101 is "Y"), it loads the jackpot flag 1 (A5102), clears the jackpot flag 1 area (A5103), and judges whether or not the loaded jackpot flag 1 is a jackpot (A5104).

遊技制御装置100は、ロードした大当りフラグ1は大当りである場合に(A5104の結果が「Y」)、条件装置が作動中であることを示す条件装置作動情報を条件装置作動情報領域にセーブし(A5105)、ステップA5106の処理に移行する。ロードした大当りフラグ1は大当りでない場合に(A5104の結果が「N」)、ステップA5111の処理に移行する。 If the loaded jackpot flag 1 is a jackpot (result of A5104 is "Y"), the game control device 100 saves condition device operation information indicating that the condition device is operating in the condition device operation information area (A5105) and proceeds to processing of step A5106. If the loaded jackpot flag 1 is not a jackpot (result of A5104 is "N"), the game control device 100 proceeds to processing of step A5111.

そして、遊技制御装置100は、特図普段処理移行設定処理を実行する(A5106)。特図普段処理移行設定処理では、特図普段処理に係る処理番号として0を設定し特図ゲーム処理番号領域に処理番号をセーブし、変動図柄判別フラグ領域をクリアする。その後、特図表示中処理を終了する。 Then, the game control device 100 executes a special chart normal processing transition setting process (A5106). In the special chart normal processing transition setting process, the process number related to the special chart normal processing is set to 0, the process number is saved in the special chart game processing number area, and the variable chart discrimination flag area is cleared. After that, the special chart display process is terminated.

一方、遊技制御装置100は、今回実行したのが特図2の変動である場合に(A5101の結果が「N」)、大当りフラグ2をロードし(A5107)、大当りフラグ2領域をクリアする(A5108)。ロードした大当りフラグ2は大当りであるか否かを判定する(A5109)。大当りフラグ2は大当りである場合に(A5109の結果が「Y」)、条件装置が作動中であることを示す条件装置作動情報を条件装置作動情報領域にセーブし(A5110)、ステップA5106の処理に移行する。大当りフラグ2が大当りでない場合に(A5109の結果が「N」)、即ち、小当り又ははずれの場合に、ステップA5111の処理に移行する。 On the other hand, if the current execution is a change in special chart 2 (result of A5101 is "N"), the game control device 100 loads jackpot flag 2 (A5107) and clears the jackpot flag 2 area (A5108). It determines whether the loaded jackpot flag 2 is a jackpot or not (A5109). If the jackpot flag 2 is a jackpot (result of A5109 is "Y"), condition device operation information indicating that the condition device is operating is saved in the condition device operation information area (A5110) and processing proceeds to step A5106. If the jackpot flag 2 is not a jackpot (result of A5109 is "N"), that is, if it is a small jackpot or a miss, processing proceeds to step A5111.

なお、本実施形態では、特図2変動表示ゲームの結果として「大当り」を設けないため、ステップA5107からA5110の処理はオプションであり実行しなくてもよい。即ち、ステップA5101の後に、ステップA5111の処理に移行してよい。 In this embodiment, since there is no "jackpot" as a result of the special chart 2 variable display game, the processing of steps A5107 to A5110 is optional and does not need to be executed. In other words, after step A5101, the processing may proceed to step A5111.

次に、遊技制御装置100は、現在、特図高確率中(確変状態中)であるか否かを判定する(A5111)。特図高確率中でない場合に(A5111の結果が「N」)、特図変動表示ゲームの実行された回数が天井回数(時短天井)に到達したことを示す天井到達済みフラグがあるか否か判定する(A5112)。 Next, the game control device 100 judges whether or not the special chart is currently in a high probability state (in a special probability state) (A5111). If the special chart is not in a high probability state (the result of A5111 is "N"), it judges whether or not there is a ceiling reached flag indicating that the number of times the special chart variable display game has been played has reached the ceiling number of times (time-saving ceiling) (A5112).

遊技制御装置100は、天井到達済みフラグがない場合に(A5112の結果が「N」)、RWMの天井カウンタ領域の天井カウンタ値を+1更新(1だけ増加)する(A5113)。そして、確変状態以外の状態で特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲームを含む)の実行された回数(即ち天井カウンタ値)が天井回数に到達したか否かを判定する(A5114)。例えば、天井回数は、500回である。天井回数に到達した場合(A5114の結果が「Y」)、天井時短が発生することを示す天井時短発動フラグと、天井回数に到達したことを示す天井到達済みフラグをセット(オン)する(A5115)。なお、天井時短発動フラグと天井到達済みフラグをまとめて一つのフラグとする構成も可能である。 When there is no ceiling reached flag (result of A5112 is "N"), the game control device 100 updates the ceiling counter value in the ceiling counter area of the RWM by +1 (increases by 1) (A5113). Then, it determines whether the number of times (i.e., the ceiling counter value) that the special chart variable display game (including the special chart 1 variable display game and the special chart 2 variable display game) has been executed in a state other than the probability variable state has reached the ceiling number (A5114). For example, the ceiling number is 500 times. When the ceiling number has been reached (result of A5114 is "Y"), it sets (on) a ceiling time reduction activation flag indicating that a ceiling time reduction will occur and a ceiling reached flag indicating that the ceiling number has been reached (A5115). It is also possible to combine the ceiling time reduction activation flag and the ceiling reached flag into a single flag.

なお、天井到達済みフラグは、大当りが発生するとクリアされるが、大当りが発生しない限りクリアされない。従って、一旦天井回数に到達した後、大当りしないまま時短回数が終了してしまうと、天井到達済みフラグがセット(オン)されたままであるため、以降、天井時短は発生しないことになるし、天井カウンタ値も更新されない。 The ceiling reached flag is cleared when a jackpot occurs, but is not cleared unless a jackpot occurs. Therefore, if the ceiling number of times is reached and the time-saving number of times ends without a jackpot, the ceiling reached flag will remain set (on), so the ceiling time-saving will not occur from then on and the ceiling counter value will not be updated.

一方、遊技制御装置100は、特図高確率中(確変状態中)である場合(A5111の結果が「Y」)、天井到達済みフラグがある場合(A5112の結果が「Y」)、天井回数に到達していない場合(A5114の結果が「N」)、小当りフラグ2が小当りか否かを判定する(A5116)。 On the other hand, if the special chart has a high probability of winning (in a special chance state) (the result of A5111 is "Y"), if there is a ceiling-reached flag (the result of A5112 is "Y"), or if the ceiling count has not been reached (the result of A5114 is "N"), the game control device 100 determines whether the small win flag 2 indicates a small win or not (A5116).

次に、遊技制御装置100は、小当りフラグ2は小当りである場合に(A5116の結果が「Y」)、小当りファンファーレコマンドを演出コマンドとして準備し(A5117)、演出コマンド設定処理を実行する(A5118)。そして、飾り特図2コマンド領域から飾り特図2コマンドを演出コマンドとしてロードし、準備し(A5119)、演出コマンド設定処理を実行する(A5120)。その後、小当り開放前処理移行設定処理を実行して(A5121)、特図表示中処理を終了する。 Next, if the small win flag 2 is a small win (the result of A5116 is "Y"), the game control device 100 prepares a small win fanfare command as a presentation command (A5117) and executes the presentation command setting process (A5118). Then, it loads and prepares the decorative special chart 2 command from the decorative special chart 2 command area as a presentation command (A5119) and executes the presentation command setting process (A5120). After that, it executes the small win pre-release processing transition setting process (A5121) and ends the processing during the special chart display.

小当り開放前処理移行設定処理では、小当り開放前処理に係る処理番号として3を設定し、特図ゲーム処理番号領域に処理番号をセーブし、小当り開放前時間(例えば300ms)を特図ゲーム処理タイマ領域にセーブする。また、小当り遊技の開始に関する信号(例えば、大当り1信号をオン(大当り、小当りで出力))を外部情報出力データ領域にセーブする。 In the small win release pre-processing transition setting process, 3 is set as the processing number for the small win release pre-processing, the processing number is saved in the special game processing number area, and the time before the small win is released (e.g., 300 ms) is saved in the special game processing timer area. In addition, a signal related to the start of the small win game (e.g., turning on the big win 1 signal (output on big win and small win)) is saved in the external information output data area.

一方、遊技制御装置100は、小当りフラグ2は小当りでない場合、即ち、はずれの場合に(A5116の結果が「N」)、天井時短が発生することを示す天井時短発動フラグがあるか否かを判定する(A5122)。天井時短発動フラグがある場合(A5122の結果が「Y」)、天井時短回数(天井時短による時短回数)となる初期値を時間短縮変動回数1領域と時間短縮変動回数2領域にセーブする(A5123)。前述した、天井時短の場合の時間短縮変動回数1と時間短縮変動回数2の初期値(例えば704回と700回)は、ここでセーブされることになる。初期値は、抽選で決定してもよい。続いて、天井時短による時短状態を発生するためにサポ作動設定処理を実行し(A5127)、特図普段処理移行設定処理を実行し(A5128)、特図表示中処理を終了する。特図普段処理移行設定処理では、特図普段処理に係る処理番号「0」を設定し特図ゲーム処理番号領域にセーブする。 On the other hand, when the small win flag 2 is not a small win, that is, when it is a miss (the result of A5116 is "N"), the game control device 100 judges whether or not there is a ceiling time-saving activation flag indicating that the ceiling time-saving will occur (A5122). When there is a ceiling time-saving activation flag (the result of A5122 is "Y"), the initial value that will be the ceiling time-saving number (the number of time-saving times due to the ceiling time-saving) is saved in the time-saving fluctuation number 1 area and the time-saving fluctuation number 2 area (A5123). The initial values of the time-saving fluctuation number 1 and the time-saving fluctuation number 2 in the case of the ceiling time-saving described above (for example, 704 times and 700 times) are saved here. The initial values may be determined by lottery. Next, a support operation setting process is executed to generate a time-saving state due to the ceiling time-saving (A5127), a special chart normal processing transition setting process is executed (A5128), and the special chart display processing is terminated. In the special chart normal processing transition setting process, the processing number for special chart normal processing is set to "0" and saved in the special chart game processing number area.

遊技制御装置100は、天井時短が発生することを示す天井時短発動フラグがない場合(A5122の結果が「N」)、サポ当りフラグ2はサポ当りであるか否かを判定する(A5124)。そして、サポ当りフラグ2はサポ当りでない場合(A5124の結果が「N」)、サポ当りフラグ1はサポ当りであるか否かを判定する(A5125)。 If there is no ceiling time-saving activation flag indicating that a ceiling time-saving will occur (the result of A5122 is "N"), the game control device 100 determines whether or not the support hit flag 2 indicates a support hit (A5124). If the support hit flag 2 does not indicate a support hit (the result of A5124 is "N"), the game control device 100 determines whether or not the support hit flag 1 indicates a support hit (A5125).

遊技制御装置100は、サポ当りフラグ1とサポ当りフラグ2のいずれかがサポ当りである場合(A5124又はA5125の結果が「Y」)、時間短縮判定データに対応する初期値を時間短縮変動回数1領域と時間短縮変動回数2領域にセーブする(A5126)。前述した、サポ当り結果(突然時短)の場合の時間短縮変動回数1と時間短縮変動回数2の初期値(例えば34回と30回、或いは、104回と100回)は、ここでセーブされることになる。続いて、時短図柄による時短状態(突然時短)を発生するためにサポ作動設定処理を実行し(A5127)、特図普段処理移行設定処理を実行し(A5128)、特図表示中処理を終了する。 When either the support hit flag 1 or the support hit flag 2 is a support hit (the result of A5124 or A5125 is "Y"), the game control device 100 saves the initial values corresponding to the time reduction judgment data in the time reduction change count 1 area and the time reduction change count 2 area (A5126). The initial values of the time reduction change count 1 and the time reduction change count 2 in the case of the support hit result (sudden time reduction) described above (for example, 34 times and 30 times, or 104 times and 100 times) are saved here. Next, the support operation setting process is executed to generate a time reduction state (sudden time reduction) by the time reduction pattern (A5127), the special chart normal processing transition setting process is executed (A5128), and the special chart display processing is terminated.

なお、時間短縮判定データは、特図1停止図柄設定処理(A3403)や特図2停止図柄設定処理(A3503)において、停止図柄番号に対応して設定されるため、サポ当り結果の場合の初期値(即ち時短回数)は、サポ当り図柄乱数による抽選で決定されることになる。 The time-shortening judgment data is set in correspondence with the stop pattern number in the special chart 1 stop pattern setting process (A3403) and special chart 2 stop pattern setting process (A3503), so the initial value in the case of a support hit result (i.e., the number of time-shortening times) is determined by lottery using the support hit pattern random number.

遊技制御装置100は、サポ当りフラグ1とサポ当りフラグ2の両方がサポ当りでない場合(A5124とA5125の結果が「N」)、時短を設定するサポ作動設定処理を実行せずに、特図普段処理移行設定処理を実行し(A5128)、特図表示中処理を終了する。 If both the support hit flag 1 and the support hit flag 2 are not support hits (the results of A5124 and A5125 are "N"), the game control device 100 does not execute the support activation setting process to set the time reduction, but executes the special chart normal processing transition setting process (A5128), and ends the special chart display processing.

以上のように、特図表示中処理において、天井時短と突然時短に関して、時短回数(即ち、時間短縮変動回数の初期値)の設定など、時短の設定が実行される。なお、大当りによる時短、即ち、大当り状態の終了から開始する時短に関しては、大当り終了処理において、時短回数の設定など、時短の設定が実行される。 As described above, in the special chart display process, the settings for the ceiling time-saving and sudden time-saving are performed, such as setting the number of time-saving times (i.e., the initial value of the number of time-saving fluctuations). Note that in the case of time-saving due to a jackpot, i.e., time-saving that starts from the end of the jackpot state, the settings for the time-saving are performed in the jackpot end process, such as setting the number of time-saving times.

なお、特図表示中処理は、停止表示時間(A4805)が設定された特図ゲーム処理タイマが0になったときに実行されるため(A2604、A2610)、特図変動表示ゲームの停止結果の表示が終了するとき(又は終了する際:終了する時や終了する直前を含む)に実行されることになる。従って、特図変動表示ゲームの停止結果の表示が終了するとき(次の特図変動表示ゲームが開始するなら開始するときに略等しい)に、時間短縮変動回数(A5123、A5126)が設定され、天井時短と突然時短による時短状態が開始する。 The special chart display process is executed when the special chart game process timer, to which the stop display time (A4805) is set, reaches 0 (A2604, A2610), and is therefore executed when the display of the stop result of the special chart variation display game ends (or when it ends: including when it ends or immediately before it ends). Therefore, when the display of the stop result of the special chart variation display game ends (approximately the same as when the next special chart variation display game starts, if it does), the number of time-shortening changes (A5123, A5126) is set, and the time-shortening state due to the ceiling time-shortening and sudden time-shortening begins.

〔サポ作動設定処理〕
次に、特図表示中処理におけるサポ作動設定処理(A5127)の詳細について説明する。図37は、サポ作動設定処理の手順を示すフローチャートである。
[Support operation setting process]
Next, the details of the support operation setting process (A5127) during the special chart display process will be described. FIG. 37 is a flowchart showing the procedure of the support operation setting process.

遊技制御装置100は、まず、時短開始に関する信号を外部情報出力データ領域にセーブする(A5301)。これにより、天井回数到達による天井時短と時短図柄(サポ当り)による突然時短の開始時に、時短開始に関する信号が外部情報として外部情報端子71ひいては外部装置(ホールコンピュータなど)に出力される。ここで、時短開始に関する信号は、大当り2信号のオンデータである。そして、時短信号制御タイマ領域にタイマ初期値(例えば128msec)をセーブする(A5302)。このタイマ初期値は、後述の外部情報編集処理によって大当り3信号を出力する時間となる。 The game control device 100 first saves a signal related to the start of time-saving in the external information output data area (A5301). As a result, when the ceiling time-saving due to reaching the ceiling number of times and the sudden time-saving due to the time-saving pattern (support hit) start, the signal related to the start of time-saving is output as external information to the external information terminal 71 and ultimately to an external device (such as a hall computer). Here, the signal related to the start of time-saving is the on data of the jackpot 2 signal. Then, the timer initial value (e.g., 128 msec) is saved in the time-saving signal control timer area (A5302). This timer initial value becomes the time to output the jackpot 3 signal by the external information editing process described below.

次に、遊技制御装置100は、時短開始に関する信号を試験信号出力データ領域にセーブする(A5303)。これにより、天井時短と突然時短の開始時に、時短開始に関する信号が試験信号として試射試験装置に出力される。ここでの時短開始に関する信号は、例えば、特別図柄1変動時間短縮状態信号のオンデータ、特別図柄2変動時間短縮状態信号のオンデータ、普通図柄1高確率状態信号のオンデータ、普通図柄1変動時間短縮状態信号のオンデータ、普通電動役物1開放延長状態信号のオンデータである。そして、遊技状態表示番号領域に時短ありの番号をセーブし(A5304)、普図ゲームモードフラグ領域に普図高確率&時短ありフラグをセーブし(A5305)、特図ゲームモードフラグ領域に特図時短ありフラグを合成する(A5306)。続いて、右打ち指示に関する信号を試験信号出力データ領域にセーブし(A5307)、遊技状態表示番号2領域に右打ち状態中の番号をセーブする(A5308)。 Next, the game control device 100 saves a signal related to the start of time reduction in the test signal output data area (A5303). As a result, at the start of the ceiling time reduction and sudden time reduction, a signal related to the start of time reduction is output as a test signal to the test firing test device. The signals related to the start of time reduction here are, for example, on data of the special symbol 1 fluctuation time reduction state signal, on data of the special symbol 2 fluctuation time reduction state signal, on data of the normal symbol 1 high probability state signal, on data of the normal symbol 1 fluctuation time reduction state signal, and on data of the normal electric role 1 open extension state signal. Then, a number with time reduction is saved in the game state display number area (A5304), a normal symbol high probability & time reduction flag is saved in the normal symbol game mode flag area (A5305), and a special symbol time reduction flag is synthesized in the special symbol game mode flag area (A5306). Next, a signal related to a right-hit instruction is saved in the test signal output data area (A5307), and the number in the right-hit state is saved in the game state display number 2 area (A5308).

その後、遊技制御装置100は、天井時短又は突然時短に応じた演出モード情報アドレステーブルを設定し(A5309)、特図1停止図柄設定処理(A3403)又は特図2停止図柄設定処理(A3503)で設定した演出モード移行情報に対応するテーブルのアドレスを取得し(A5310)、演出モードの演出モード番号(演出モードの番号)をテーブルに基づいて取得してセーブする(A5311)。これにより、天井時短と突然時短の開始時に移行する演出モードが選択できる。 Then, the game control device 100 sets a presentation mode information address table corresponding to the ceiling time reduction or sudden time reduction (A5309), obtains the address of the table corresponding to the presentation mode transition information set in the special chart 1 stop pattern setting process (A3403) or special chart 2 stop pattern setting process (A3503) (A5310), and obtains and saves the presentation mode number (presentation mode number) of the presentation mode based on the table (A5311). This allows the presentation mode to be transitioned to at the start of the ceiling time reduction or sudden time reduction to be selected.

次に、遊技制御装置100は、演出モードの演出残り回転数(初期値)をテーブルに基づいて取得してセーブする(A5312)。例えば、演出残り回転数(初期値)は、時短回数(時間短縮変動回数1又は時間短縮変動回数2の初期値)である。これにより、例えば、時短が終了するまで同一の演出モードが継続できる。 Next, the game control device 100 acquires the number of remaining spins (initial value) of the presentation mode based on the table and saves it (A5312). For example, the number of remaining spins (initial value) of the presentation is the number of time-saving times (the initial value of time-saving variation times 1 or time-saving variation times 2). This allows the same presentation mode to continue until the time-saving times end, for example.

続いて、遊技制御装置100は、天井時短中又は突然時短中の演出モードの次のモードへの移行の情報である次モード移行情報をテーブルに基づいて取得してセーブする(A5313)。そして、特図ゲームモードフラグと今回新たに設定された演出モード番号に対応する確率情報コマンドを演出コマンドとして準備し(A5314)、準備した確率情報コマンドを停電復旧時送信コマンド領域にセーブし(A5315)、確率情報コマンドを演出コマンドとして設定する演出コマンド設定処理を実行する(A5316)。ここで、確率情報コマンドには、確率状態、時短(普電サポート)の有無、演出モードの情報が含まれる。 Then, the game control device 100 acquires and saves next mode transition information, which is information on the transition from the ceiling time-saving or sudden time-saving presentation mode to the next mode, based on the table (A5313). Then, it prepares a probability information command corresponding to the special game mode flag and the newly set presentation mode number as a presentation command (A5314), saves the prepared probability information command in the transmission command area when power is restored (A5315), and executes a presentation command setting process to set the probability information command as a presentation command (A5316). Here, the probability information command includes information on the probability state, the presence or absence of time-saving (normal power support), and the presentation mode.

次に、遊技制御装置100は、演出残り回転数に対応する演出回転数コマンドを演出コマンドとして準備し(A5317)、演出コマンド設定処理を実行する(A5318)。そして、時間短縮変動回数1と時間短縮変動回数2(ここでは初期値である時短回数)のそれぞれに対応する時間短縮変動回数コマンドを演出コマンドとして準備し(A5319)、演出コマンド設定処理を実行する(A5320)。 Next, the game control device 100 prepares a presentation rotation count command corresponding to the number of remaining rotations for presentation as a presentation command (A5317), and executes a presentation command setting process (A5318). Then, it prepares a time-shortening change count command corresponding to each of time-shortening change count 1 and time-shortening change count 2 (here, the initial value of the time-shortening change count) as a presentation command (A5319), and executes a presentation command setting process (A5320).

その後、遊技制御装置100は、時間短縮判定データ領域をクリアし(A5321)、演出モード移行情報領域をクリアし(A5322)、サポ作動設定処理を終了する。また、ここで、天井時短が発動したため天井時短発動フラグが格納される天井時短発動フラグ領域をクリアしてもよい。 Then, the game control device 100 clears the time-saving judgment data area (A5321), clears the presentation mode transition information area (A5322), and ends the support operation setting process. In addition, at this point, the ceiling time-saving activation flag area in which the ceiling time-saving activation flag is stored because the ceiling time-saving activation has been activated may be cleared.

〔役物ゲーム処理〕
次に、前述のタイマ割込み処理における役物ゲーム処理(A1311)の詳細について説明する。図38は、役物ゲーム処理の手順を示すフローチャートである。役物ゲーム処理では、大当り状態に関する処理全体の制御を行う。
[Gem Game Processing]
Next, the details of the bonus game process (A1311) in the timer interrupt process will be described. Fig. 38 is a flowchart showing the procedure of the bonus game process. In the bonus game process, the whole process related to the big win state is controlled.

遊技制御装置100は、まず、下大入賞口スイッチ監視処理を実行する(A5601)。下大入賞口スイッチ監視処理では、特別変動入賞装置38内に設けられたカウントスイッチ38aでの遊技球の検出を監視する。 The game control device 100 first executes a lower large winning port switch monitoring process (A5601). In the lower large winning port switch monitoring process, the detection of a game ball by the count switch 38a provided in the special variable winning device 38 is monitored.

次に、遊技制御装置100は、役物ゲーム処理タイマが0でなければ-1更新する(1だけ減算する)(A5602)。役物ゲーム処理タイマは、-1更新によって、タイマ割込み処理の割込み周期(4msec)の分だけ計時されることになる。なお、役物ゲーム処理タイマの最小値は0に設定されている。次に、役物ゲーム処理タイマが0であるか否かを判定する(A5603)。役物ゲーム処理タイマが0でない場合(A5603の結果が「N」)、役物ゲーム処理を終了する。 Next, the game control device 100 updates the bonus game processing timer by -1 (subtracts 1) if it is not 0 (A5602). By updating the bonus game processing timer by -1, the bonus game processing timer will count only the interrupt period (4 msec) of the timer interrupt processing. The minimum value of the bonus game processing timer is set to 0. Next, it is determined whether the bonus game processing timer is 0 (A5603). If the bonus game processing timer is not 0 (the result of A5603 is "N"), the bonus game processing is terminated.

遊技制御装置100は、役物ゲーム処理タイマが0である場合(A5603の結果が「Y」)、すなわち、タイムアップした又は既にタイムアップしていた場合には、役物ゲーム処理番号に対応する処理に分岐させるために参照する役物ゲームシーケンス分岐テーブルをレジスタに設定する(A5604)。さらに、役物ゲームシーケンス分岐テーブルを用いて役物ゲーム処理番号に対応する処理の分岐先アドレスを取得する(A5605)。続いて、役物ゲーム処理番号によるサブルーチンコールを行って、役物ゲーム処理番号に応じたゲーム分岐処理を実行する(A5606)。 When the bonus game processing timer is 0 (result of A5603 is "Y"), i.e., when the timer is up or has already timed out, the game control device 100 sets in a register a bonus game sequence branch table to be referenced for branching to the process corresponding to the bonus game processing number (A5604). Furthermore, the game control device 100 obtains the branch destination address of the process corresponding to the bonus game processing number using the bonus game sequence branch table (A5605). Next, a subroutine call is made using the bonus game processing number, and game branch processing according to the bonus game processing number is executed (A5606).

遊技制御装置100は、ステップA5606にてゲーム処理番号が「0」の場合には、大当り開始の際の設定などを行う役物普段処理を実行する(A5607)。例えば、役物普段処理では、所定の場合にファンファーレ中処理に係る処理番号「1」を設定し役物ゲーム処理番号領域にセーブする。なお、役物普段処理の詳細については、図39にて後述する。 If the game processing number is "0" in step A5606, the game control device 100 executes normal reel processing, which performs settings for the start of a jackpot, etc. (A5607). For example, in the normal reel processing, the processing number "1" relating to fanfare processing is set in a specified case and saved in the reel game processing number area. Details of the normal reel processing will be described later in FIG. 39.

遊技制御装置100は、ステップA5606にてゲーム処理番号が「1」の場合には、ファンファーレ中処理を実行する(A5608)。例えば、ファンファーレ中処理では、インターバル中処理に係る処理番号「2」を設定し役物ゲーム処理番号領域にセーブする。 If the game processing number is "1" in step A5606, the game control device 100 executes fanfare processing (A5608). For example, in the fanfare processing, the processing number "2" for the interval processing is set and saved in the bonus game processing number area.

遊技制御装置100は、ステップA5606にてゲーム処理番号が「2」の場合には、インターバル中処理を実行する(A5609)。例えば、インターバル中処理では、ラウンド数を+1更新して、下大入賞口開放時間を役物ゲーム処理タイマ領域にセーブし、下大入賞口ソレノイド出力データ領域にオンデータをセーブし、ラウンドコマンドを演出コマンドとして設定し、大当り開放中処理に係る処理番号「3」を設定し役物ゲーム処理番号領域にセーブする。 If the game processing number is "2" in step A5606, the game control device 100 executes interval processing (A5609). For example, in the interval processing, the number of rounds is updated by +1, the lower large prize opening time is saved in the special feature game processing timer area, the on data is saved in the lower large prize opening solenoid output data area, the round command is set as the performance command, and the processing number "3" related to the jackpot opening processing is set and saved in the special feature game processing number area.

遊技制御装置100は、ステップA5606にてゲーム処理番号が「3」の場合には、大当りラウンドが最終ラウンドでなければインターバルコマンドを設定する一方で最終ラウンドであればエンディングコマンドを設定する処理や、大当り残存球処理を行うために必要な情報の設定等を行う大当り開放中処理を実行する(A5610)。例えば、大入賞口開放中処理では、インターバルコマンドやエンディングコマンドなど必要な情報を設定して、大当り残存球処理に係る処理番号「4」を設定し役物ゲーム処理番号領域にセーブする。 If the game processing number is "3" in step A5606, the game control device 100 executes a jackpot opening process (A5610) that sets an interval command if the jackpot round is not the final round, and an ending command if the jackpot round is the final round, and sets information necessary for jackpot remaining ball processing. For example, in the jackpot opening process, necessary information such as an interval command and an ending command is set, and the processing number "4" for jackpot remaining ball processing is set and saved in the bonus game processing number area.

遊技制御装置100は、ステップA5606にてゲーム処理番号が「4」の場合には、大当りラウンドが最終ラウンドであれば大入賞口内にある残存球が排出されるための時間を設定する処理や、大当り終了処理を行うために必要な情報の設定等を行う大当り残存球処理を実行する(A5611)。例えば、大当り残存球処理では、最終ラウンドでなければインターバル時間を役物ゲーム処理タイマ領域にセーブし、インターバル中処理に係る処理番号「2」を設定し役物ゲーム処理番号領域にセーブする。最終ラウンドであればエンディング時間を役物ゲーム処理タイマ領域にセーブし、大当り終了処理に係る処理番号「5」を設定し役物ゲーム処理番号領域にセーブする。 If the game processing number is "4" in step A5606, the game control device 100 executes a jackpot remaining ball process (A5611) that sets the time for the remaining balls in the jackpot opening to be discharged if the jackpot round is the final round, and sets the information required to perform the jackpot end process. For example, in the jackpot remaining ball process, if it is not the final round, the interval time is saved in the bonus game processing timer area, and the processing number "2" related to the interval process is set and saved in the bonus game processing number area. If it is the final round, the ending time is saved in the bonus game processing timer area, and the processing number "5" related to the jackpot end process is set and saved in the bonus game processing number area.

遊技制御装置100は、ステップA5606にてゲーム処理番号が「5」の場合には、役物普段処理を実行するために必要な情報の設定等を行う大当り終了処理を実行する(A5612)。例えば、大当り終了処理では、大当り終了後の時短状態の有無(時短あり又は時短なし)の情報を含む時間短縮判定データに基づいて、大当り状態終了後の普電サポート状態(時短状態)など必要な情報の設定を行い、役物普段処理に係る処理番号「0」を設定し役物ゲーム処理番号領域にセーブする。 When the game processing number is "5" in step A5606, the game control device 100 executes a jackpot end process (A5612) that sets information necessary for executing normal reel processing. For example, in the jackpot end process, based on the time-saving determination data that includes information on whether or not there is a time-saving state after the jackpot ends (time-saving or not), necessary information such as the normal power support state (time-saving state) after the jackpot state ends is set, and the processing number "0" related to the normal reel processing is set and saved in the reel game processing number area.

〔役物普段処理〕
次に、前述の役物ゲーム処理における役物普段処理(A5607)の詳細について説明する。図39は、役物普段処理の手順を示すフローチャートである。
[Normal processing of role objects]
Next, the details of the normal feature processing (A5607) in the above-mentioned feature game processing will be described. Fig. 39 is a flowchart showing the procedure of the normal feature processing.

遊技制御装置100は、まず、条件装置が作動中であるか否かを判定する(A5801)。条件装置作動情報が条件装置作動情報領域にセーブされている場合に(A3004、A5005、A5010)、即ち、大当りフラグ1或は大当りフラグ2に大当り情報があるか、又は、特定領域86(V入賞口)への入賞(特定領域スイッチ72への入力、V入賞)があった場合に、条件装置が作動中であると判定できる。条件装置が作動中でない場合に(A5801の結果が「N」)、役物普段処理を終了する。 The game control device 100 first determines whether the condition device is in operation (A5801). If the condition device operation information is saved in the condition device operation information area (A3004, A5005, A5010), that is, if there is jackpot information in jackpot flag 1 or jackpot flag 2, or if there is a win in specific area 86 (V winning port) (input to specific area switch 72, V winning), it can be determined that the condition device is in operation. If the condition device is not in operation (the result of A5801 is "N"), the normal reel processing is terminated.

遊技制御装置100は、条件装置が作動中である場合に(A5801の結果が「Y」)、ラウンド数上限値情報に対応するラウンド数上限値をラウンド数上限値領域にセーブする(A5802)。続いて、ラウンド数上限値情報に対応するラウンドLED出力ポインタをラウンドLED出力ポインタ領域にセーブし(A5803)、確率情報コマンド(通常中)を演出コマンドとして準備し(A5804)、演出コマンド設定処理を実行する(A5805)。 When the condition device is in operation (result of A5801 is "Y"), the game control device 100 saves the round number upper limit value corresponding to the round number upper limit value information in the round number upper limit value area (A5802). Next, it saves the round LED output pointer corresponding to the round number upper limit value information in the round LED output pointer area (A5803), prepares a probability information command (normal) as a presentation command (A5804), and executes the presentation command setting process (A5805).

次に、遊技制御装置100は、ファンファーレ情報に対応するファンファーレコマンドを演出コマンドとして準備し(A5806)、演出コマンド設定処理を実行する(A5807)。そして、今回大当り又は小当りとなった特図の飾り特図コマンド領域から飾り特図コマンド(飾り特図1コマンド又は飾り特図2コマンド)をロードし、演出コマンドとして準備し(A5808)、演出コマンド設定処理を実行する(A5809)。 Next, the game control device 100 prepares a fanfare command corresponding to the fanfare information as a presentation command (A5806), and executes the presentation command setting process (A5807). Then, it loads a decorative special symbol command (decorative special symbol 1 command or decorative special symbol 2 command) from the decorative special symbol command area of the special symbol that resulted in the current big win or small win, prepares it as a presentation command (A5808), and executes the presentation command setting process (A5809).

続いて、遊技制御装置100は、条件装置作動情報に対応する信号を外部情報出力データ領域にセーブし(A5810)、条件装置作動情報に対応する信号を試験信号出力データ領域にセーブする(A5811)。そして、ラウンド数領域に初期値をセーブする(A5812)。初期値は、大当り情報によって条件装置が作動中の場合には0であり、特定領域86への入賞(V入賞)によって条件装置が作動中の場合には1である。 Then, the game control device 100 saves a signal corresponding to the condition device operation information in the external information output data area (A5810), and saves a signal corresponding to the condition device operation information in the test signal output data area (A5811). Then, it saves an initial value in the number of rounds area (A5812). The initial value is 0 if the condition device is in operation due to jackpot information, and is 1 if the condition device is in operation due to a win in the specific area 86 (V win).

次に、遊技制御装置100は、ファンファーレ中処理移行設定処理を実行し(A5813)、役物普段処理を終了する。例えば、ファンファーレ中処理移行設定処理では、ファンファーレ中処理に係る処理番号として「1」を設定して役物ゲーム処理番号領域に処理番号をセーブし、ファンファーレ時間を役物ゲーム処理タイマ領域にセーブする。 The game control device 100 then executes a fanfare mid-processing transition setting process (A5813) and ends the normal reel processing. For example, in the fanfare mid-processing transition setting process, the process number for the fanfare mid-processing is set to "1" and the process number is saved in the reel game processing number area, and the fanfare time is saved in the reel game processing timer area.

ファンファーレ中処理移行設定処理において、遊技制御装置100は、時間短縮変動回数1が格納される時間短縮変動回数1領域、時間短縮変動回数2が格納される時間短縮変動回数2領域、天井カウンタ値が格納される天井カウンタ領域、天井時短発動フラグが格納される天井時短発動フラグ領域、天井到達済みフラグが格納される天井到達済みフラグ領域をクリアする。また、普図ゲームモードフラグ領域に普図低確率&時短なしフラグをセーブし、特図ゲームモードフラグ領域に特図低確率&時短なしフラグをセーブする。確変状態以外の状態で特図変動表示ゲームが実行された回数を示す天井カウンタ値が格納される天井カウンタ領域は、大当り発生の際にここでクリアされることになるが、前述のように通常の停電復旧時(RAM初期化スイッチ112がオンでない)にはクリアされていなくてよい。 In the fanfare processing transition setting process, the game control device 100 clears the time reduction change count 1 area in which the time reduction change count 1 is stored, the time reduction change count 2 area in which the time reduction change count 2 is stored, the ceiling counter area in which the ceiling counter value is stored, the ceiling time reduction activation flag area in which the ceiling time reduction activation flag is stored, and the ceiling reached flag area in which the ceiling reached flag is stored. In addition, the normal low probability & no time reduction flag is saved in the normal game mode flag area, and the special low probability & no time reduction flag is saved in the special game mode flag area. The ceiling counter area in which the ceiling counter value indicating the number of times the special game change display game has been executed in a state other than the probability change state is stored is cleared here when a jackpot occurs, but as described above, it does not need to be cleared when a normal power outage is restored (RAM initialization switch 112 is not on).

さらに、ファンファーレ中処理移行設定処理において、遊技制御装置100は、大当り(特別遊技状態)の開始に関する信号(例えば、大当り1信号をオン(大当り、小当りで出力)、大当り4信号をオン(大当りで出力))を外部情報出力データ領域にセーブする。そして、高確率状態と時短状態の終了に関する信号(例えば、特別図柄1高確率状態信号をオフ、特別図柄2高確率状態信号をオフ、特別図柄1変動時間短縮状態信号をオフ、特別図柄2変動時間短縮状態信号をオフ、普通図柄1高確率状態信号をオフ、普通図柄1変動時間短縮状態信号をオフ、普通電動役物1開放延長状態信号をオフ)を試験信号出力データ領域にセーブする。 Furthermore, in the fanfare processing transition setting process, the game control device 100 saves signals related to the start of a jackpot (special game state) (for example, turning on the jackpot 1 signal (output for a jackpot or small jackpot), turning on the jackpot 4 signal (output for a jackpot)) in the external information output data area. Then, it saves signals related to the end of the high probability state and time-saving state (for example, turning off the special pattern 1 high probability state signal, turning off the special pattern 2 high probability state signal, turning off the special pattern 1 variable time-saving state signal, turning off the special pattern 2 variable time-saving state signal, turning off the normal pattern 1 high probability state signal, turning off the normal pattern 1 variable time-saving state signal, turning off the normal electric device 1 open extension state signal) in the test signal output data area.

〔大当り終了処理〕
次に、前述の役物ゲーム処理における大当り終了処理(A5612)の詳細について説明する。図40は、大当り終了処理の手順を示すフローチャートである。
[Jackpot end processing]
Next, the details of the jackpot end process (A5612) in the above-mentioned bonus game process will be described. FIG. 40 is a flow chart showing the procedure of the jackpot end process.

遊技制御装置100は、まず、時間短縮判定データ(A4009、A4109)が、時短ありのデータであるか否かを判定する(A6001)。時短ありのデータは、大当り状態終了後に時短状態(普電サポート状態)になることを示す。時短なしのデータは、大当り状態終了後に時短状態(普電サポート状態)にならないことを示す。 The game control device 100 first determines whether the time-shortening determination data (A4009, A4109) is data with time-shortening (A6001). Data with time-shortening indicates that the time-shortening state (normal power support state) will occur after the jackpot state ends. Data without time-shortening indicates that the time-shortening state (normal power support state) will not occur after the jackpot state ends.

遊技制御装置100は、時間短縮判定データが時短なしのデータの場合に、大当り終了後に通常遊技状態に移行するために大当り終了設定処理1を実行し(A6002)、時間短縮判定データが時短ありのデータの場合に、大当り終了後に時短状態(普電サポート状態)に移行するために大当り終了設定処理2を実行する(A6003)。 When the time-shortening determination data indicates no time-shortening, the game control device 100 executes jackpot end setting process 1 to transition to a normal game state after the jackpot ends (A6002), and when the time-shortening determination data indicates time-shortening, the game control device 100 executes jackpot end setting process 2 to transition to a time-shortening state (normal power support state) after the jackpot ends (A6003).

遊技制御装置100は、演出モード情報アドレステーブルを設定し(A6004)、停止1図柄設定処理又は停止2図柄設定処理で設定した演出モード移行情報(A4010、A4110)に対応するテーブルのアドレスを取得し(A6005)、大当り状態の終了後に設定される演出モードの演出モード番号(演出モードの番号)を取得してセーブする(A6006)。これにより、大当り終了後に移行する演出モードが選択できる。 The game control device 100 sets a presentation mode information address table (A6004), obtains the address of the table corresponding to the presentation mode transition information (A4010, A4110) set in the stop 1 symbol setting process or the stop 2 symbol setting process (A6005), and obtains and saves the presentation mode number (presentation mode number) of the presentation mode to be set after the end of the jackpot state (A6006). This allows the selection of the presentation mode to transition to after the end of the jackpot.

次に、遊技制御装置100は、特別遊技状態の終了後に設定される演出モードの演出残り回転数(初期値)を取得してセーブする(A6007)。例えば、演出残り回転数(初期値)は、時短回数(時間短縮変動回数初期値)や、時短回数と規定の残保留数の合計回数(例えば10回)である。これにより、例えば、大当り終了後に、時短が終了するまで、又は、残保留に係る特図2変動表示ゲームが全て実行されるまで、同一の演出モードが継続できる。 Next, the game control device 100 acquires and saves the number of remaining spins (initial value) of the presentation mode that will be set after the special game state ends (A6007). For example, the number of remaining spins (initial value) of the presentation is the number of time-saving times (initial value of the number of time-saving fluctuations) or the total number of time-saving times and the specified number of remaining reserved times (for example, 10 times). This allows the same presentation mode to continue, for example, after the end of a jackpot, until the time-saving times end, or until all of the special chart 2 variable display games related to the remaining reserved times have been executed.

続いて、遊技制御装置100は、大当り状態終了直後に設定される演出モードの次のモードへの移行の情報である次モード移行情報を取得してセーブする(A6009)。そして、特図ゲームモードフラグと今回新たに設定された演出モード番号に対応する確率情報コマンドを演出コマンドとして準備し(A6009)、準備した確率情報コマンドを停電復旧時送信コマンド領域にセーブし(A6010)、確率情報コマンドを演出コマンドとして設定する演出コマンド設定処理を実行する(A6011)。ここで、確率情報コマンドには、大当り状態の終了後における確率状態、時短(普電サポート)の有無、演出モードの情報が含まれる。 The game control device 100 then acquires and saves next mode transition information, which is information about the transition from the presentation mode set immediately after the end of the jackpot state, to the next mode (A6009). Then, it prepares a probability information command corresponding to the special game mode flag and the newly set presentation mode number as a presentation command (A6009), saves the prepared probability information command in the transmission command area when power is restored (A6010), and executes a presentation command setting process to set the probability information command as a presentation command (A6011). Here, the probability information command includes information about the probability state after the end of the jackpot state, whether or not there is a time reduction (normal power support), and the presentation mode.

次に、遊技制御装置100は、演出残り回転数に対応する演出回転数コマンドを演出コマンドとして準備し(A6012)、演出コマンド設定処理を実行する(A6013)。そして、時間短縮変動回数(ここでは初期値である時短回数、例えば、5回以下又は99回)に対応する時間短縮変動回数コマンドを演出コマンドとして準備し(A6014)、演出コマンド設定処理を実行する(A6015)。 Next, the game control device 100 prepares a presentation rotation count command corresponding to the number of remaining rotations for presentation as a presentation command (A6012), and executes a presentation command setting process (A6013). Then, it prepares a time reduction variation count command corresponding to the number of time reduction variations (here, the initial value of the number of time reductions, for example, 5 or less or 99) as a presentation command (A6014), and executes a presentation command setting process (A6015).

その後、遊技制御装置100は、演出モード移行情報領域をクリアし(A6016)、役物普段処理移行設定処理を実行し(A6017)、大当り終了処理を終了する。役物普段処理移行設定処理では、役物普段処理に移行するために、役物普段処理に係る処理番号「0」を設定し役物ゲーム処理番号領域に処理番号をセーブし、条件装置作動情報領域をクリアし、時間短縮判定データ領域をクリアする。 Then, the game control device 100 clears the presentation mode transition information area (A6016), executes the normal reel processing transition setting process (A6017), and ends the jackpot end process. In the normal reel processing transition setting process, in order to transition to normal reel processing, the process number for normal reel processing is set to "0", the process number is saved in the reel game processing number area, the condition device operation information area is cleared, and the time reduction judgment data area is cleared.

〔大当り終了設定処理1〕
次に、大当り終了処理における大当り終了設定処理1(A6002)の詳細について説明する。図41は、大当り終了設定処理1の手順を示すフローチャートである。
[Jackpot End Setting Process 1]
Next, the details of the jackpot end setting process 1 (A6002) in the jackpot end process will be described. FIG. 41 is a flowchart showing the procedure of the jackpot end setting process 1.

遊技制御装置100は、まず、大当りの終了に関する信号を外部情報出力データ領域にセーブし(A6201)、大当りの終了に関する信号を試験信号出力データ領域にセーブする(A6202)。例えば、外部情報端子71を介して外部装置に出力する外部情報として、大当り1信号のオフデータ、大当り2信号のオフデータ、大当り3信号のオフデータ、大当り4信号のオフデータを、外部情報出力データ領域にセーブする。大当り終了設定処理1は大当り状態終了後に時短がない場合の処理であるため、大当り2信号をオフする。一括表示装置50の第2遊技状態表示部58(ランプD17)の表示データとして遊技状態表示番号2領域に通常中の番号をセーブする(A6203)。 The game control device 100 first saves a signal regarding the end of the jackpot in the external information output data area (A6201), and then saves a signal regarding the end of the jackpot in the test signal output data area (A6202). For example, as external information to be output to an external device via the external information terminal 71, off data of the jackpot 1 signal, off data of the jackpot 2 signal, off data of the jackpot 3 signal, and off data of the jackpot 4 signal are saved in the external information output data area. Since the jackpot end setting process 1 is a process for when there is no time reduction after the end of the jackpot state, the jackpot 2 signal is turned off. The normal number is saved in the game status display number 2 area as the display data for the second game status display unit 58 (lamp D17) of the collective display device 50 (A6203).

次に、遊技制御装置100は、普図ゲームモードフラグ領域に低確率フラグをセーブし
(A6204)、特図ゲームモードフラグ領域に特図時短なしフラグをセーブする(A6205)。そして、時間短縮変動回数領域をクリアし(A6206)、一括表示装置50の第1遊技状態表示部57(ランプD7)の表示データとして遊技状態表示番号1領域に左打ち状態中の番号をセーブし(A6207)、大当り終了設定処理1を終了する。
Next, the game control device 100 saves a low probability flag in the normal game mode flag area (A6204), saves a special time-saving no flag in the special game mode flag area (A6205), clears the time-saving variation count area (A6206), saves the number in the left-hit state in the game state display number 1 area as the display data of the first game state display unit 57 (lamp D7) of the collective display device 50 (A6207), and ends the jackpot end setting process 1.

〔大当り終了設定処理2〕
次に、大当り終了処理における大当り終了設定処理2(A6003)の詳細について説明する。図42は、大当り終了設定処理2の手順を示すフローチャートである。
[Big hit end setting process 2]
Next, the details of the jackpot end setting process 2 (A6003) in the jackpot end process will be described. FIG. 42 is a flowchart showing the procedure of the jackpot end setting process 2.

遊技制御装置100は、まず、大当りの終了に関する信号を外部情報出力データ領域にセーブし(A6401)、大当りの終了に関する信号を試験信号出力データ領域にセーブする(A6402)。例えば、外部情報端子71を介して外部装置に出力する外部情報として、大当り1信号のオフデータ、大当り3信号のオフデータ、大当り4信号のオフデータを、外部情報出力データ領域にセーブする。そして、時短の開始に関する信号を外部情報出力データ領域にセーブし(A6403)、時短の開始に関する信号を試験信号出力データ領域にセーブする(A6404)。大当り終了設定処理2は大当り状態終了後に時短状態(普電サポート状態)に突入する場合の処理であるため、時短の開始に関する信号として、大当り2信号のオンデータを外部情報出力データ領域にセーブする(本実施形態では大当り状態中から大当り2信号が出力されているため、大当り2信号のオン状態が継続する形になる)。 The game control device 100 first saves a signal regarding the end of the jackpot in the external information output data area (A6401), and saves the signal regarding the end of the jackpot in the test signal output data area (A6402). For example, as external information to be output to an external device via the external information terminal 71, the off data of the jackpot 1 signal, the off data of the jackpot 3 signal, and the off data of the jackpot 4 signal are saved in the external information output data area. Then, the signal regarding the start of the time reduction is saved in the external information output data area (A6403), and the signal regarding the start of the time reduction is saved in the test signal output data area (A6404). Since the jackpot end setting process 2 is a process for entering a time reduction state (normal power support state) after the end of the jackpot state, the on data of the jackpot 2 signal is saved in the external information output data area as a signal regarding the start of the time reduction (in this embodiment, the jackpot 2 signal is output during the jackpot state, so the on state of the jackpot 2 signal continues).

次に、遊技制御装置100は、一括表示装置50の第2遊技状態表示部58(ランプD17)の表示データとして遊技状態表示番号2領域に時短中の番号をセーブし(A6405)、普図ゲームモードフラグ領域に高確率フラグをセーブし(A6406)、特図ゲームモードフラグ領域に特図時短中フラグをセーブする(A6407)。 Next, the game control device 100 saves the number during time-saving in the game status display number 2 area as display data for the second game status display unit 58 (lamp D17) of the collective display device 50 (A6405), saves a high probability flag in the normal game mode flag area (A6406), and saves a special time-saving flag in the special game mode flag area (A6407).

続いて、遊技制御装置100は、時短終了後に特図2変動表示ゲームが大当りになったか否か、即ち、残保留に係る特図2変動表示ゲームが大当りになったか否かを判定する(A6408)。特図1変動表示ゲームが大当りになった場合又は時短状態中に特図2変動表示ゲームが大当りになった場合に(A6408の結果が「N」)、時間短縮変動回数領域に停止図柄パターン(或は停止図柄番号、後述の図柄A-F)に対応する時間短縮変動回数初期値(時短回数)をセーブして(A6409)、ステップA6411以降の処理を実行する。ここで、時間短縮変動回数初期値(時短回数)は、時間短縮変動回数2の初期値(後述の第1所定回数)となる。なお、ステップA6409では、時間短縮変動回数2についての時間短縮変動回数初期値(時短回数)の他に、時間短縮変動回数1の初期値(後述の第2所定回数)もセーブする。例えば、時間短縮変動回数1の初期値は、時間短縮変動回数2の初期値に、特図1保留数(第1始動記憶数)の最大値(例えば4)を加算したものでよい。 Next, the game control device 100 judges whether the special chart 2 variable display game has become a jackpot after the time reduction ends, that is, whether the special chart 2 variable display game related to the remaining reservation has become a jackpot (A6408). If the special chart 1 variable display game becomes a jackpot or if the special chart 2 variable display game becomes a jackpot during the time reduction state (the result of A6408 is "N"), the time reduction variable count initial value (time reduction count) corresponding to the stop pattern (or stop pattern number, pattern A-F described later) is saved in the time reduction variable count area (A6409), and processing from step A6411 onwards is executed. Here, the time reduction variable count initial value (time reduction count) becomes the initial value of the time reduction variable count 2 (first predetermined count described later). In addition to the time reduction variable count initial value (time reduction count) for the time reduction variable count 2, in step A6409, the initial value of the time reduction variable count 1 (second predetermined count described later) is also saved. For example, the initial value of the time-saving change count 1 may be the initial value of the time-saving change count 2 plus the maximum value of the reserved number of special charts 1 (first start memory number) (e.g., 4).

遊技制御装置100は、時短終了後に特図2変動表示ゲームが大当りになった場合、即ち、残保留に係る特図2変動表示ゲームが大当りになった場合に(A6408の結果が「Y」)、時間短縮変動回数領域に時間短縮変動回数初期値(時短回数、ここでは99)をセーブする(A6410)。ここでも、時間短縮変動回数初期値(時短回数)は、時間短縮変動回数2の初期値(後述の第1所定回数)となる。なお、ステップA6410では、時間短縮変動回数2についての時間短縮変動回数初期値(時短回数)の他に、時間短縮変動回数1の初期値(後述の第2所定回数)もセーブする。例えば、時間短縮変動回数1の初期値は、時間短縮変動回数2の初期値に、特図1保留数(第1始動記憶数)の最大値(例えば4)を加算したものでよい。 When the special chart 2 variable display game becomes a jackpot after the time reduction ends, that is, when the special chart 2 variable display game related to the remaining reservation becomes a jackpot (the result of A6408 is "Y"), the game control device 100 saves the time reduction variable count initial value (time reduction count, here 99) in the time reduction variable count area (A6410). Here, the time reduction variable count initial value (time reduction count) becomes the initial value of the time reduction variable count 2 (first predetermined count described later). In addition to the time reduction variable count initial value (time reduction count) for the time reduction variable count 2, in step A6410, the initial value of the time reduction variable count 1 (second predetermined count described later) is also saved. For example, the initial value of the time reduction variable count 1 may be the initial value of the time reduction variable count 2 plus the maximum value (for example, 4) of the special chart 1 reservation count (first start memory count).

その後、遊技制御装置100は、停止図柄パターン(或は停止図柄番号、後述の図柄A-G)に対応して、普電サポートの状態(態様)であるサポ状態(サポ態様、普電開放パターン)の種別をサポ状態領域にセーブする(A6411)。なお、ステップA6411の処理は、オプションであり、後述の変形例のように普電サポートの態様(内容)に関するサポ状態が可変である場合に実行される。 Then, the game control device 100 saves the type of support state (support state, normal power release pattern), which is the state (state) of normal power support, in the support state area corresponding to the stop pattern (or stop pattern number, patterns A-G described below) (A6411). Note that the processing of step A6411 is optional, and is executed when the support state related to the state (content) of normal power support is variable, as in the modified example described below.

次に、遊技制御装置100は、一括表示装置50の第1遊技状態表示部57(ランプD7)の表示データとして遊技状態表示番号1領域に右打ち状態中の番号をセーブし(A6412)、右打ち指示報知コマンドを演出コマンドとして準備し(A6413)、演出コマンド設定処理を実行し(A6414)、大当り終了設定処理2を終了する。 Next, the game control device 100 saves the number in the right-hit state in the game state display number 1 area as display data for the first game state display unit 57 (lamp D7) of the collective display device 50 (A6412), prepares a right-hit instruction notification command as a presentation command (A6413), executes the presentation command setting process (A6414), and ends the jackpot end setting process 2.

〔普図ゲーム処理〕
次に、タイマ割込み処理における普図ゲーム処理(A1312)の詳細について説明する。図43は、普図ゲーム処理の手順を示すフローチャートである。普図ゲーム処理では、ゲートスイッチ34aの入力の監視と、普図変動表示ゲームに関する処理全体の制御、普図の表示の設定等を行う。
[Fuzu Game Processing]
Next, the details of the normal game process (A1312) in the timer interrupt process will be described. Figure 43 is a flowchart showing the procedure of the normal game process. In the normal game process, the input of the gate switch 34a is monitored, the entire process related to the normal game change display game is controlled, and the display of the normal game is set.

遊技制御装置100は、まず、ゲートスイッチ34aからの入力を監視するゲートスイッチ監視処理を実行する(A7601)。ゲートスイッチ監視処理の詳細については、後述する。 The game control device 100 first executes a gate switch monitoring process to monitor input from the gate switch 34a (A7601). Details of the gate switch monitoring process will be described later.

続いて、遊技制御装置100は、始動口2スイッチ37aからの入力を監視する普電入賞スイッチ監視処理を実行する(A7602)。普電入賞スイッチ監視処理の詳細については、後述する。 Next, the game control device 100 executes a normal power winning switch monitoring process that monitors the input from the start port 2 switch 37a (A7602). Details of the normal power winning switch monitoring process will be described later.

次に、遊技制御装置100は、普図ゲーム処理タイマが0でなければ-1更新する(1だけ減算する)(A7603)。なお、普図ゲーム処理タイマの最小値は0に設定されている。そして、遊技制御装置100は、普図ゲーム処理タイマの値が0となったか否かを判定する(A7604)。 Next, if the normal game processing timer is not 0, the game control device 100 updates it by -1 (subtracts 1) (A7603). Note that the minimum value of the normal game processing timer is set to 0. Then, the game control device 100 determines whether the value of the normal game processing timer has become 0 (A7604).

遊技制御装置100は、普図ゲーム処理タイマの値が0である場合(A7604の結果が「Y」)、すなわち、タイムアップした又はすでにタイムアップしていた場合には、普図ゲーム処理番号に対応する処理に分岐させるために参照する普図ゲームシーケンス分岐テーブルをレジスタに設定する(A7605)。 When the value of the normal game processing timer is 0 (the result of A7604 is "Y"), i.e., when the timer has timed out or has already timed out, the game control device 100 sets in a register a normal game sequence branch table to be referenced in order to branch to the process corresponding to the normal game processing number (A7605).

さらに、遊技制御装置100は、設定された普図ゲームシーケンス分岐テーブルに基づいて普図ゲーム処理番号に対応する処理の分岐先アドレスを取得する(A7606)。そして、普図ゲーム処理番号によるサブルーチンコールを行って、普図ゲーム処理番号に応じたゲーム分岐処理を実行する(A7607)。 Furthermore, the game control device 100 obtains the branch destination address of the process corresponding to the normal game processing number based on the set normal game sequence branch table (A7606). Then, a subroutine call is made based on the normal game processing number to execute the game branch processing according to the normal game processing number (A7607).

遊技制御装置100は、ステップA7607にてゲーム処理番号が「0」の場合には、普図変動表示ゲームの変動開始を監視し、普図変動表示ゲームの変動開始の設定や演出の設定や、普図変動中処理を行うために必要な情報の設定等を行う普図普段処理を実行する(A7608)。普図普段処理の詳細については、後述する。 When the game processing number is "0" in step A7607, the game control device 100 monitors the start of the fluctuation of the normal map fluctuation display game, and executes the normal map normal processing (A7608) to set the start of fluctuation of the normal map fluctuation display game, set the performance, and set information necessary for performing processing during the normal map fluctuation. Details of the normal map normal processing will be described later.

また、遊技制御装置100は、ステップA7607にてゲーム処理番号が「1」の場合には、普図表示中処理を行うために必要な情報の設定等を行う普図変動中処理を実行する(A7609)。例えば、普図変動中処理では、普図表示中処理に移行するために、ゲーム処理番号として「2」を設定して普図ゲーム処理番号領域にセーブする他、普図表示時間を普図ゲーム処理タイマ領域にセーブする。 In addition, if the game processing number is "1" in step A7607, the game control device 100 executes a normal map change process (A7609) that sets information necessary to perform normal map display process. For example, in the normal map change process, in order to transition to the normal map display process, the game processing number is set to "2" and saved in the normal map game processing number area, and the normal map display time is saved in the normal map game processing timer area.

また、遊技制御装置100は、ステップA7607にてゲーム処理番号が「2」の場合には、普図変動表示ゲームの結果が当りであれば、普電開放時間の設定や、普図当り中処理を行うために必要な情報の設定等を行う普図表示中処理を実行する(A7610)。例えば、普図表示中処理では、普図変動表示ゲームの結果が当りの場合に、普図当り中処理に移行するために、ゲーム処理番号として「3」を設定して普図ゲーム処理番号領域にセーブする一方、はずれの場合に、普図普段処理に移行するために、ゲーム処理番号として「0」を設定して普図ゲーム処理番号領域にセーブする。 In addition, if the game processing number is "2" in step A7607, the game control device 100 executes normal map display processing (A7610) to set the normal power release time and to set information necessary for normal map hit processing if the result of the normal map change display game is a win. For example, in the normal map display processing, if the result of the normal map change display game is a win, the game processing number is set to "3" and saved in the normal map game processing number area to transition to normal map hit processing, while if the result is a loss, the game processing number is set to "0" and saved in the normal map game processing number area to transition to normal map normal processing.

また、遊技制御装置100は、ステップA7607にてゲーム処理番号が「3」の場合は、普図当り中処理の継続、あるいは普電残存球処理を行うために必要な情報の設定等を行う普図当り中処理を実行する(A7611)。例えば、普図当り中処理では、所定回数だけ普通変動入賞装置37を開放するための設定を行った後、普電残存球処理に移行するために、ゲーム処理番号として「4」を設定して普図ゲーム処理番号領域にセーブする。 In addition, if the game processing number is "3" in step A7607, the game control device 100 executes normal winning processing to continue the normal winning processing or to set information necessary for normal remaining ball processing (A7611). For example, in the normal winning processing, after making settings to open the normal variable winning device 37 a predetermined number of times, the game processing number is set to "4" and saved in the normal game processing number area in order to move to normal remaining ball processing.

また、遊技制御装置100は、ステップA7607にてゲーム処理番号が「4」の場合は、普図当り終了処理を行うために必要な情報の設定等を行う普電残存球処理を実行する(A7612)。例えば、普電残存球処理では、普図当り終了処理に移行するために、ゲーム処理番号として「5」を設定して普図ゲーム処理番号領域にセーブする他、普図エンディング時間を普図ゲーム処理タイマ領域にセーブする。 In addition, if the game processing number is "4" in step A7607, the game control device 100 executes a normal game remaining ball process that sets the information necessary to perform a normal game end process (A7612). For example, in the normal game remaining ball process, in order to move to the normal game end process, the game processing number is set to "5" and saved in the normal game processing number area, and the normal game ending time is saved in the normal game processing timer area.

また、遊技制御装置100は、ステップA7607にてゲーム処理番号が「5」の場合は、普図普段処理(A7608)を行うために必要な情報の設定等を行う普図当り終了処理を実行する(A7613)。例えば、普図当り終了処理では、普図普段処理に移行するために、ゲーム処理番号として「0」を設定して普図ゲーム処理番号領域にセーブする。 In addition, if the game processing number is "5" in step A7607, the game control device 100 executes a normal hit end process (A7613) that sets information necessary for normal hit processing (A7608). For example, in the normal hit end process, in order to transition to normal hit processing, the game processing number is set to "0" and saved in the normal hit game processing number area.

その後、遊技制御装置100は、普図表示器53による普通図柄の変動を制御するための普図変動制御テーブルを準備する(A7614)。その後、普図表示器53による普通図柄(普図)の変動の制御に係る図柄変動制御処理を実行し(A7615)、普図ゲーム処理を終了する。 Then, the game control device 100 prepares a regular pattern change control table for controlling the change of the regular pattern by the regular pattern display 53 (A7614). Then, it executes a pattern change control process related to the control of the change of the regular pattern (regular pattern) by the regular pattern display 53 (A7615), and ends the regular pattern game process.

一方、遊技制御装置100は、普図ゲーム処理タイマの値が0でない場合(A7604の結果が「N」)、すなわち、タイムアップしていない場合には、ステップA7614以降の処理を実行する。 On the other hand, if the value of the normal game processing timer is not 0 (the result of A7604 is "N"), i.e., if the timer has not yet run out, the game control device 100 executes the processing from step A7614 onwards.

〔ゲートスイッチ監視処理〕
図44は、ゲートスイッチ監視処理の手順を示すフローチャートである。ゲートスイッチ監視処理は、図43に示した普図ゲーム処理におけるステップA7601にて実行される。
[Gate switch monitoring process]
44 is a flow chart showing the procedure of the gate switch monitoring process. The gate switch monitoring process is executed in step A7601 in the normal game process shown in FIG.

遊技制御装置100は、まず、ゲートスイッチ34aに入力があるか否かを判定する(A7701)。そして、ゲートスイッチ34aに入力がある場合(A7701の結果が「Y」)、右打ちする遊技状態であるか否かを判定する(A7702)。右打ちする遊技状態は、大当り状態、時短状態(普電サポート状態)である。右打ちする遊技状態である場合(A7702の結果が「Y」)、ステップA7705の処理に移行する。右打ちする遊技状態でない場合(A7702の結果が「N」)、左打ち指示報知コマンド(左打ち指示コマンド)を演出コマンドとして準備し(A7703)、演出コマンド設定処理を実行する(A7704)。左打ち指示報知コマンドを受信した演出制御装置300は、左打ちするよう指示する報知(警告)を左打ち指示表示によって表示装置41等で実行する。 The game control device 100 first judges whether there is an input to the gate switch 34a (A7701). Then, if there is an input to the gate switch 34a (the result of A7701 is "Y"), it judges whether the game state is for right-hitting (A7702). The game state for right-hitting is the jackpot state and the time-saving state (normal power support state). If it is in the game state for right-hitting (the result of A7702 is "Y"), it moves to the processing of step A7705. If it is not in the game state for right-hitting (the result of A7702 is "N"), it prepares a left-hitting instruction notification command (left-hitting instruction command) as a presentation command (A7703), and executes the presentation command setting process (A7704). The presentation control device 300 that has received the left-hitting instruction notification command executes a notification (warning) instructing the player to hit left on the display device 41, etc. by displaying the left-hitting instruction.

次に、遊技制御装置100は、普図保留数を取得して当該普図保留数が上限値(本実施形態では1)未満であるか否かを判定する(A7705)。遊技制御装置100は、普図保留数が上限値未満である場合には(A7705の結果が「Y」)、普図変動表示ゲームの変動中(実行中)又は普図当り状態中であるか否かを判定する(A7706)。普図変動表示ゲームの変動中でも普図当り状態中でもない場合に(A7706の結果が「N」)、普図保留数を+1更新する(A7707)。このように、普図変動表示ゲームの変動中や普図当り状態中でない場合にだけ普図保留数が+1更新され、+1更新されるとすぐに普図保留は消化されるため、普図保留は実質的に貯まらず普図変動表示ゲームが開始する直前のみ瞬間的に1となる(普図保留数は実質的に0となる)。 Next, the game control device 100 acquires the number of reserved normal maps and judges whether the reserved normal map number is less than the upper limit (1 in this embodiment) (A7705). If the reserved normal map number is less than the upper limit (the result of A7705 is "Y"), the game control device 100 judges whether the normal map fluctuation display game is fluctuating (running) or in a normal map winning state (A7706). If the normal map fluctuation display game is not fluctuating or in a normal map winning state (the result of A7706 is "N"), the reserved normal map number is updated by +1 (A7707). In this way, the reserved normal map number is updated by +1 only when the normal map fluctuation display game is not fluctuating or in a normal map winning state, and the reserved normal map is consumed as soon as it is updated by +1, so the reserved normal map is not actually accumulated and is instantaneously set to 1 only immediately before the normal map fluctuation display game starts (the reserved normal map number is essentially 0).

続いて、遊技制御装置100は、更新後の普図保留数に対応する当り乱数格納領域のアドレスを算出する(A7708)。そして、当り乱数を抽出してRWMの当り乱数格納領域にセーブし(A7709)、当り図柄乱数を抽出し、当り図柄乱数格納領域にセーブし(A7710)、ゲートスイッチ監視処理を終了する。 Then, the game control device 100 calculates the address of the winning random number storage area corresponding to the updated number of reserved regular symbols (A7708). Then, it extracts the winning random number and saves it in the winning random number storage area of the RWM (A7709), extracts the winning symbol random number and saves it in the winning symbol random number storage area (A7710), and ends the gate switch monitoring process.

一方、遊技制御装置100は、ゲートスイッチ34aに入力がない場合(A7701の結果が「N」)、普図保留数が上限値未満でないと判定された場合(A7705の結果が「N」)、又は、普図変動表示ゲームの変動中又は普図当り状態中である場合には(A7706の結果が「Y」)、ゲートスイッチ監視処理を終了する。 On the other hand, the game control device 100 ends the gate switch monitoring process if there is no input to the gate switch 34a (the result of A7701 is "N"), if it is determined that the number of reserved regular figures is not less than the upper limit (the result of A7705 is "N"), or if the regular figure fluctuation display game is fluctuating or in a regular figure winning state (the result of A7706 is "Y")

〔普電入賞スイッチ監視処理〕
次に、普図ゲーム処理における普電入賞スイッチ監視処理(A7602)の詳細について説明する。図45は、普電入賞スイッチ監視処理の手順を示すフローチャートである。
[Regular electricity entry switch monitoring process]
Next, the details of the normal power winning switch monitoring process (A7602) in the normal game process will be described. Fig. 45 is a flow chart showing the procedure of the normal power winning switch monitoring process.

遊技制御装置100は、まず、普図当り中か否か、すなわち、普図変動表示ゲームが当り状態となって普通変動入賞装置37が所定回数の開放動作を実行中であるか否かを判定する(A7801)。そして、普図当り中である場合には(A7801の結果が「Y」)、始動口2スイッチ37aに入力があるか否かを判定する(A7802)。始動口2スイッチ37aに入力がある場合には(A7802の結果が「Y」)、普電カウンタのカウント数を+1更新する(A7803)。 The game control device 100 first determines whether or not a normal winning is occurring, that is, whether or not the normal winning display game is in a winning state and the normal winning device 37 is performing a predetermined number of opening operations (A7801). If a normal winning is occurring (the result of A7801 is "Y"), it determines whether or not there is an input to the start port 2 switch 37a (A7802). If there is an input to the start port 2 switch 37a (the result of A7802 is "Y"), the count number of the normal power counter is updated by +1 (A7803).

次に、遊技制御装置100は、更新後の普電カウンタのカウント数が上限値(例えば、10)に達したか否かを判定する(A7804)。そして、カウント数が上限値に達した場合には(A7804の結果が「Y」)、RWM内の普図当り終了ポインタ領域から当り終了ポインタ値(例えば、2)をロードし、RWM内の普図当り中制御ポインタ領域にセーブする(A7805)。 Next, the game control device 100 judges whether the count number of the updated normal power counter has reached an upper limit value (e.g., 10) (A7804). If the count number has reached the upper limit value (the result of A7804 is "Y"), the game control device 100 loads the hit end pointer value (e.g., 2) from the normal hit end pointer area in the RWM and saves it in the normal hit control pointer area in the RWM (A7805).

最後に、普図ゲーム処理タイマをクリアし(A7806)、普電入賞スイッチ監視処理を終了する。すなわち、普図の当り状態中に上限値以上の普電入賞があった場合には、その時点で普図当り中処理制御ポインタ領域に当り終了の値をセーブし、普通変動入賞装置37が閉じられて普図の当り状態が途中で終了するようにする。 Finally, the normal game processing timer is cleared (A7806), and the normal power winning switch monitoring process is terminated. In other words, if a normal power winning occurs that is equal to or exceeds the upper limit during a normal winning state, the winning end value is saved in the normal power winning process control pointer area at that point, and the normal variable winning device 37 is closed, causing the normal winning state to end prematurely.

一方、遊技制御装置100は、普図当り中でないと判定された場合(A7801の結果が「N」)、始動口2スイッチ37aに入力がないと判定された場合(A7802の結果が「N」)、又は、カウント数が上限値に達していないと判定された場合には(A7804の結果が「N」)、普電入賞スイッチ監視処理を終了する。 On the other hand, if the game control device 100 determines that a normal win is not occurring (the result of A7801 is "N"), if it determines that there is no input to the start port 2 switch 37a (the result of A7802 is "N"), or if it determines that the count number has not reached the upper limit (the result of A7804 is "N"), it ends the normal win switch monitoring process.

〔普図普段処理〕
次に、普図ゲーム処理における普図普段処理(A7608)の詳細について説明する。図46は、普図普段処理の手順を示すフローチャートである。
[Normal processing]
Next, the details of the normal game process (A7608) in the normal game process will be described. FIG 46 is a flow chart showing the procedure of the normal game process.

遊技制御装置100は、まず、普図保留数が0であるか否かを判定する(A7901)。普図保留数が0でない場合には(A7901の結果が「N」)、RWMの普図当り乱数格納領域(保留数1用)から当り乱数をロードし、RWMの普図当り図柄乱数格納領域(保留数1用)から当り図柄乱数をロードし、ロードした後の普図当り乱数格納領域(保留数1用)と普図当り図柄乱数格納領域(保留数1用)を0クリアする(A7902)。さらに、普図変動表示ゲームにて当り結果となる確率が通常よりも高い普図高確率中(高確率状態中)であるか否か、すなわち、時短状態(普電サポート状態)であるか否かを判定する(A7903)。なお、本実施形態において、当り乱数の範囲は0~250であり、高確率中の普図当り確率は251/251であり、低確率中での普図当り確率は0/251である。なお、これに限られず、低確率中での普図当り確率は、0%より大きい値(例えば、2/251(0.8%))でもよい。 The game control device 100 first judges whether the number of reserved normal figures is 0 or not (A7901). If the number of reserved normal figures is not 0 (the result of A7901 is "N"), it loads a winning random number from the RWM's random number storage area for normal figures (for reserved number 1), loads a winning pattern random number from the RWM's random number storage area for normal figures (for reserved number 1), and clears the random number storage area for normal figures (for reserved number 1) and the random number storage area for normal figures (for reserved number 1) after loading to 0 (A7902). It also judges whether the probability of a winning result in the normal figure variation display game is higher than normal, i.e., whether it is in a time-saving state (normal power support state) (A7903). In this embodiment, the range of the winning random number is 0 to 250, the probability of a normal winning in the high probability range is 251/251, and the probability of a normal winning in the low probability range is 0/251. However, this is not limited to this, and the probability of a normal winning in the low probability range may be a value greater than 0% (for example, 2/251 (0.8%)).

遊技制御装置100は、普図高確率中でない場合(A7903の結果が「N」)、普図低確率中の下限判定値である低確率下限判定値(ここでは251)を設定し(A7904)、普図高確率中である場合(A7903の結果が「Y」)、普図高確率中の下限判定値である高確率下限判定値(ここでは0)を設定し(A7905)、ステップA7906の処理に移行する。 If the game control device 100 is not in the high probability of normal play (the result of A7903 is "N"), it sets a low probability lower limit judgment value (here, 251) which is the lower limit judgment value for the low probability of normal play (A7904). If the game control device 100 is in the high probability of normal play (the result of A7903 is "Y"), it sets a high probability lower limit judgment value (here, 0) which is the lower limit judgment value for the high probability of normal play (A7905), and proceeds to processing of step A7906.

遊技制御装置100は、当り乱数が上限判定値(ここでは251)以上であるか否か判定する(A7906)。なお、ここでの上限判定値は、普図高確率中と普図低確率中とで共通する。当り乱数が上限判定値以上である場合(A7906の結果が「Y」)、即ち、はずれの場合、ステップA7908の処理に移行する。当り乱数が上限判定値未満である場合(A7906の結果が「N」)、当り乱数が下限判定値未満であるか否かを判定する(A7907)。 The game control device 100 judges whether the winning random number is equal to or greater than the upper limit judgment value (here, 251) (A7906). Note that the upper limit judgment value here is common to both the normal high probability and the normal low probability. If the winning random number is equal to or greater than the upper limit judgment value (the result of A7906 is "Y"), i.e., if it is a miss, the process proceeds to step A7908. If the winning random number is less than the upper limit judgment value (the result of A7906 is "N"), it is judged whether the winning random number is less than the lower limit judgment value (A7907).

遊技制御装置100は、当り乱数が下限判定値未満である場合(A7907の結果が「Y」)、即ち、はずれの場合、当りフラグ領域にはずれ情報をセーブする(A7908)。さらに、普図停止図柄番号としてはずれ停止図柄番号を設定し(A7909)、はずれ図柄情報を普図停止図柄情報領域にセーブし(A7910)、ステップA7914の処理に移行する。 If the winning random number is less than the lower limit judgment value (the result of A7907 is "Y"), that is, if it is a loss, the game control device 100 saves the loss information in the winning flag area (A7908). Furthermore, the game control device 100 sets the loss stop pattern number as the normal stop pattern number (A7909), saves the loss pattern information in the normal stop pattern information area (A7910), and proceeds to the processing of step A7914.

遊技制御装置100は、当り乱数が下限判定値未満でない場合(A7907の結果が「N」)、即ち、当りの場合、当りフラグ領域に当り情報をセーブし(A7911)、ロードした当り図柄乱数に対応する当り停止図柄番号を設定し(A7912)、当り停止図柄番号に対応する当り停止図柄情報を普図停止図柄情報領域にセーブし(A7913)、ステップA7914の処理に移行する。なお、ここでは、当り停止図柄(普図当り図柄)は1種類であるが、後述の変形例では数種類存在してよい。 If the winning random number is not less than the lower limit judgment value (the result of A7907 is "N"), i.e., if there is a win, the game control device 100 saves the winning information in the winning flag area (A7911), sets the winning stop pattern number corresponding to the loaded winning pattern random number (A7912), saves the winning stop pattern information corresponding to the winning stop pattern number in the normal stop pattern information area (A7913), and proceeds to the processing of step A7914. Note that here, there is only one type of winning stop pattern (normal winning pattern), but there may be several types in the modified example described below.

次に、遊技制御装置100は、停止図柄番号を普図停止図柄領域にセーブし(A7914)、停止図柄番号を試験信号出力データ領域にセーブし(A7915)、普図当り乱数格納領域をシフトし(A7916)、シフト後の空き領域を0クリアした後(A7917)、普図保留数を-1更新する(A7918)。 Next, the game control device 100 saves the stopping pattern number in the regular stopping pattern area (A7914), saves the stopping pattern number in the test signal output data area (A7915), shifts the regular random number storage area (A7916), clears the free area after the shift to 0 (A7917), and then updates the regular reserved number by -1 (A7918).

すなわち、最も古い普図保留数1に関する普図変動表示ゲームが実行されることに伴い、普図保留数1以降に保留となっている普図保留数2~4の順位を1つずつ繰り上げる。この処理により、普図当り乱数格納領域の普図保留数1用の値がクリアされて0になるとともに、普図保留数が1デクリメントされ0になる。 In other words, as the regular map change display game for the oldest regular map reserved number 1 is played, the ranks of regular map reserved numbers 2 to 4 that are reserved after regular map reserved number 1 are moved up by one. This process clears the value for regular map reserved number 1 in the regular map random number storage area to 0, and decrements the regular map reserved number by 1 to 0.

その後、遊技制御装置100は、サポ状態(サポ態様、普電開放パターン)の情報をロードする(A7919)。なお、ステップA7919の処理は、オプションであり、後述の変形例のように普電サポートの状態(態様)であるサポ状態が可変である場合に実行される。 Then, the game control device 100 loads information on the support state (support mode, normal power release pattern) (A7919). Note that the processing of step A7919 is optional, and is executed when the support state, which is the state (mode) of normal power support, is variable, as in the modified example described below.

次に、遊技制御装置100は、固定の普図変動時間(例えば200msec)を設定し、普図ゲーム処理タイマ領域にセーブする(A7920)。なお、後述の変形例のように普電サポートの状態(態様)であるサポ状態(サポ態様、普電開放パターン)が可変である場合に、サポ状態に対応する可変の普図変動時間を設定し、普図ゲーム処理タイマ領域にセーブする。そして、普図変動中処理移行設定処理を実行し(A7921)、普図普段処理を終了する。なお、普図変動中処理移行設定処理については後述する。 Next, the game control device 100 sets a fixed normal map fluctuation time (e.g., 200 msec) and saves it in the normal map game processing timer area (A7920). Note that when the support state (support state, normal power opening pattern), which is the state (state) of the normal power support, is variable as in the modified example described below, a variable normal map fluctuation time corresponding to the support state is set and saved in the normal map game processing timer area. Then, the normal map fluctuation processing transition setting process is executed (A7921), and the normal map normal processing is terminated. Note that the normal map fluctuation processing transition setting process will be described later.

また、遊技制御装置100は、普図保留数が0である場合には(A7901の結果が「Y」)、普図普段処理に移行するための処理番号として「0」を設定し(A7922)、処理番号を普図ゲーム処理番号領域にセーブする(A7923)。その後、普電不正監視期間フラグ領域に不正監視期間中フラグをセーブし(A7924)、普図普段処理を終了する。 In addition, if the number of reserved normal games is 0 (result of A7901 is "Y"), the game control device 100 sets "0" as the processing number for transitioning to normal normal game processing (A7922) and saves the processing number in the normal game game processing number area (A7923). After that, it saves the fraud monitoring period flag in the normal game fraud monitoring period flag area (A7924) and ends normal normal game processing.

〔普図変動中処理移行設定処理〕
図47は、普図変動中処理移行設定処理の手順を示すフローチャートである。普図変動中処理移行設定処理は、普図普段処理におけるステップA7921にて実行される。
[General map change processing transition setting processing]
47 is a flowchart showing the procedure of the process of transition setting during the normal map fluctuation. The process of transition setting during the normal map fluctuation is executed in step A7921 in the normal map normal process.

遊技制御装置100は、まず、普図変動中処理に移行するための処理番号として「1」を設定し(A8101)、処理番号を普図ゲーム処理番号領域にセーブする(A8102)。 The game control device 100 first sets "1" as the processing number for transitioning to normal game fluctuation processing (A8101), and saves the processing number in the normal game processing number area (A8102).

その後、遊技制御装置100は、普図変動表示ゲームの開始に関する信号(普通図柄1変動中信号をオン)を試験信号出力データ領域にセーブし(A8103)、普図変動表示ゲームが変動中であることを示す変動中フラグを普図変動制御フラグ領域にセーブする(A8104)。そして、普図表示器の点滅周期のタイマの初期値である点滅制御タイマ初期値を普図点滅制御タイマ領域にセーブし(A8105)、普図変動図柄番号領域に初期値(ここでは0)をセーブする(A8106)。その後、普図変動中処理移行設定処理を終了する。 Then, the game control device 100 saves a signal regarding the start of the normal map change display game (normal pattern 1 change signal is on) in the test signal output data area (A8103), and saves a change-in-progress flag indicating that the normal map change display game is changing in the normal map change control flag area (A8104). Then, it saves the blinking control timer initial value, which is the initial value of the timer for the blinking period of the normal map display, in the normal map blinking control timer area (A8105), and saves the initial value (here, 0) in the normal map change pattern number area (A8106). Then, the normal map change-in-progress processing transition setting process is terminated.

〔普図変動中処理〕
次に、普図ゲーム処理における普図変動中処理(A7609)の詳細について説明する。図48は、普図変動中処理の手順を示すフローチャートである。
[Processing during normal map changes]
Next, the details of the process during the normal map fluctuation (A7609) in the normal map game process will be described. FIG. 48 is a flowchart showing the procedure of the process during the normal map fluctuation.

遊技制御装置100は、まず、普図表示中処理に移行するための設定処理として処理番号を「2」に設定し(A8301)、処理番号を普図ゲーム処理番号領域にセーブする(A8302)。その後、遊技制御装置100は、普図表示器における普図変動表示ゲームの結果の表示時間である普図表示時間(普図停止時間、例えば、48msec)を普図ゲーム処理タイマ領域にセーブする(A8303)。 The game control device 100 first sets the processing number to "2" as a setting process for transitioning to processing during the normal map display (A8301), and saves the processing number in the normal map game processing number area (A8302). After that, the game control device 100 saves the normal map display time (normal map stop time, for example, 48 msec), which is the display time of the result of the normal map change display game on the normal map display device, in the normal map game processing timer area (A8303).

さらに、遊技制御装置100は、普図の変動終了に関する信号(普通図柄1変動中信号をオフ)を試験信号出力データ領域にセーブする(A8304)。そして、普図変動表示ゲームが停止中であることを示す停止フラグを普図変動制御フラグ領域にセーブし(A8305)、普図変動中処理を終了する。 Furthermore, the game control device 100 saves a signal regarding the end of the normal pattern change (turning off the normal pattern 1 change signal) in the test signal output data area (A8304). Then, it saves a stop flag indicating that the normal pattern change display game is stopped in the normal pattern change control flag area (A8305), and ends the normal pattern change process.

〔普図表示中処理〕
次に、普図ゲーム処理における普図表示中処理(A7610)の詳細について説明する。図49は、普図表示中処理の手順を示すフローチャートである。
[Processing during normal map display]
Next, the details of the process during normal map display (A7610) in the normal map game process will be described. FIG 49 is a flowchart showing the procedure of the process during normal map display.

遊技制御装置100は、まず、普図普段処理にて設定された当りフラグ(当り情報又ははずれ情報)をロードし(A8401)、RWMの当りフラグ領域をクリアする(A8402)。そして、ロードされた当りフラグに当り情報が設定されているか否かを判定する(A8403)。 The game control device 100 first loads the hit flag (hit information or miss information) that was set in the normal processing (A8401) and clears the hit flag area of the RWM (A8402). Then, it determines whether hit information is set in the loaded hit flag (A8403).

遊技制御装置100は、当りフラグに当り情報が設定されている場合には(A8403の結果が「Y」)、当り中処理設定テーブルを設定し(A8404)、普図停止図柄情報に対応する当り開始ポインタ値(ここでは0)を取得し、普図当り中制御ポインタ領域にセーブする(A8405)。また、普図停止図柄情報に対応する当り終了ポインタ値を取得し、普図当り終了ポインタ領域にセーブする(A8406)。次いで、普図停止図柄情報に対応する普電開放時間(例えば3000msec)を取得し、普図ゲーム処理タイマ領域にセーブする(A8407)。以上の処理により時短状態中での普通変動入賞装置37の開放態様が設定され、例えば2回の開放が可能となる。なお、当りの普図停止図柄(普図当り図柄)は1種類であり、当り開始ポインタ値、当り終了ポインタ値、普電開放時間は、固定されているが、後述の変形例のように普電サポートに関するサポ状態(サポ態様、普電開放パターン)が可変である場合に、サポ状態に対応する当り開始ポインタ値、当り終了ポインタ値、普電開放時間を設定し、普図ゲーム処理タイマ領域にセーブしてよい。 When the winning flag is set to winning information (result of A8403 is "Y"), the game control device 100 sets the winning processing setting table (A8404), obtains the winning start pointer value (here 0) corresponding to the normal stop pattern information, and saves it in the normal win control pointer area (A8405). Also, obtains the winning end pointer value corresponding to the normal stop pattern information, and saves it in the normal win end pointer area (A8406). Next, obtains the normal power release time (e.g., 3000 msec) corresponding to the normal stop pattern information, and saves it in the normal game processing timer area (A8407). The above processing sets the opening mode of the normal variable winning device 37 during the time-saving state, and for example, two openings are possible. In addition, there is only one type of winning regular stop pattern (regular winning pattern), and the winning start pointer value, winning end pointer value, and regular power release time are fixed, but if the support state (support mode, regular power release pattern) for regular power support is variable as in the modified example described below, the winning start pointer value, winning end pointer value, and regular power release time corresponding to the support state can be set and saved in the regular game processing timer area.

続いて、遊技制御装置100は、普図当り中処理に移行するための処理番号として「3」を設定し(A8408)、処理番号を普図ゲーム処理番号領域にセーブする(A8409)。その後、普図変動表示ゲームの当りに関する信号(普通図柄1当り中信号をオン)と、普電作動開始に関する信号(普通電動役物1作動中信号をオン)を試験信号出力データ領域にセーブする(A8410)。さらに、普電ソレノイドを駆動(オン)する信号を出力するために普電ソレノイド出力データ領域にオンデータをセーブする(A8411)。 Then, the game control device 100 sets "3" as the processing number for transitioning to normal symbol hit processing (A8408), and saves the processing number in the normal symbol game processing number area (A8409). After that, it saves a signal related to a hit in the normal symbol variation display game (normal symbol 1 hit signal is turned on) and a signal related to the start of normal power operation (normal electric device 1 operation signal is turned on) in the test signal output data area (A8410). Furthermore, it saves on data in the normal power solenoid output data area to output a signal to drive (turn on) the normal power solenoid (A8411).

さらに、遊技制御装置100は、普通変動入賞装置37への入賞数を記憶する普電カウント数領域の情報をクリアし(A8412)、普電不正監視期間における普通変動入賞装置37への入賞数を記憶する普電不正入賞数領域の情報をクリアする(A8413)。最後に、普通変動入賞装置37の不正監視期間外を規定するフラグを普電不正監視期間フラグ領域にセーブする(A8414)。 Furthermore, the game control device 100 clears the information in the normal power count area that stores the number of wins in the normal variable winning device 37 (A8412), and clears the information in the normal power fraudulent winning number area that stores the number of wins in the normal variable winning device 37 during the normal power fraudulent monitoring period (A8413). Finally, it saves a flag that specifies the outside of the fraudulent monitoring period for the normal variable winning device 37 in the normal power fraudulent monitoring period flag area (A8414).

遊技制御装置100は、当りフラグに当り情報が設定されていない場合には(A8403の結果が「N」)、普図普段処理に移行するための処理番号として「0」を設定し(A8415)、処理番号を普図ゲーム処理番号領域にセーブする(A8416)。その後、普電不正監視期間フラグ領域に不正監視期間中フラグをセーブし(A8417)、普図表示中処理を終了する。 If the winning information is not set in the winning flag (the result of A8403 is "N"), the game control device 100 sets "0" as the processing number for transitioning to normal map normal processing (A8415) and saves the processing number in the normal map game processing number area (A8416). After that, it saves the fraud monitoring period flag in the normal power fraud monitoring period flag area (A8417) and ends the normal map display processing.

〔普図当り中処理〕
次に、普図ゲーム処理における普図当り中処理(A7611)の詳細について説明する。図50は、普図当り中処理の手順を示すフローチャートである。
[Normal processing during the map]
Next, the details of the normal winning process (A7611) in the normal game process will be described. Figure 50 is a flow chart showing the procedure of the normal winning process.

遊技制御装置100は、まず、普図当り中制御ポインタをロードして準備し(A8601)、ロードされた普図当り中制御ポインタの値が普図当り中制御ポインタ上限値(当り終了ポインタ値)に達したか否かを判定する(A8602)。 The game control device 100 first loads and prepares the control pointer during a normal hit (A8601), and determines whether the value of the loaded control pointer during a normal hit has reached the control pointer upper limit value during a normal hit (the hit end pointer value) (A8602).

そして、遊技制御装置100は、普図当り中制御ポインタの値が普図当り中制御ポインタ上限値領域の値(当り終了ポインタ値)に達していない場合には(A8602の結果が「N」)、普図当り中制御ポインタを+1更新する(A8603)。さらに、普電作動移行設定処理を実行し(A8604)、普図当り中処理を終了する。なお、普電作動移行設定処理の詳細については後述する。 Then, if the value of the control pointer during a normal hit has not reached the value of the control pointer upper limit value area during a normal hit (the hit end pointer value) (the result of A8602 is "N"), the game control device 100 updates the control pointer during a normal hit by +1 (A8603). Furthermore, it executes a normal power operation transition setting process (A8604) and ends the normal power operation transition processing. The details of the normal power operation transition setting process will be described later.

また、遊技制御装置100は、普図当り中制御ポインタの値が普図当り中制御ポインタ上限値領域の値(当り終了ポインタ値)に達した場合には(A8602の結果が「Y」)、ステップA8603における普図当り中処理制御ポインタ領域を更新(+1)する処理を実行せずに、普電作動移行設定処理を実行し(A8604)、普図当り中処理を終了する。 In addition, when the value of the control pointer during a normal hit reaches the value of the control pointer upper limit value area during a normal hit (the hit end pointer value) (the result of A8602 is "Y"), the game control device 100 executes the normal power operation transition setting process (A8604) and ends the normal hit processing without executing the process of updating (+1) the normal hit processing control pointer area in step A8603.

〔普電作動移行設定処理〕
次に、普図当り中処理における普電作動移行設定処理(A8604)の詳細について説明する。図51は、普電作動移行設定処理の手順を示すフローチャートである。普電作動移行設定処理は、普通変動入賞装置37を開閉するための普電ソレノイド37cの駆動制御を行う処理であり、制御ポインタの値に応じて処理を分岐するようにしている。
[Normal power operation transition setting process]
Next, the details of the normal power operation transition setting process (A8604) during the normal winning process will be described. Figure 51 is a flowchart showing the procedure of the normal power operation transition setting process. The normal power operation transition setting process is a process that controls the drive of the normal power solenoid 37c for opening and closing the normal variable winning device 37, and the process is branched according to the value of the control pointer.

遊技制御装置100は、まず、制御ポインタ(普図当り中制御ポインタ)の値に応じて処理を分岐させる(A8701)。なお、ここで、制御ポインタは、ステップA8603で更新する前の値を使用する。制御ポインタの例は、後述の図73に示される。制御ポインタの値が偶数の値であった場合には、ステップA8702の処理に移行して普通変動入賞装置37の閉塞を制御するため、制御ポインタに対応する普通変動入賞装置37の閉塞後のウェイト時間(普電インターバル時間、例えば60000msec)を普図ゲーム処理タイマ領域にセーブする(A8702)。なお、後述の変形例のように普電サポートに関するサポ状態(サポ態様、普電開放パターン)が可変である場合に、サポ状態に対応してウェイト時間(普電インターバル時間)を設定してよい。 The game control device 100 first branches the process according to the value of the control pointer (regular winning control pointer) (A8701). Note that here, the control pointer uses the value before it was updated in step A8603. An example of the control pointer is shown in FIG. 73 described later. If the value of the control pointer is an even number, the process proceeds to step A8702 to control the blocking of the regular variable winning device 37, and the wait time after the blocking of the regular variable winning device 37 corresponding to the control pointer (regular power interval time, for example, 60,000 msec) is saved in the regular game processing timer area (A8702). Note that, when the support state (support mode, regular power opening pattern) regarding the regular power support is variable as in the modified example described later, the wait time (regular power interval time) may be set according to the support state.

さらに、遊技制御装置100は、普電ソレノイド37cをオフさせるために普電ソレノイド出力データ領域にオフデータを設定し(A8703)、普電作動移行設定処理を終了する。 Furthermore, the game control device 100 sets off data in the normal power solenoid output data area to turn off the normal power solenoid 37c (A8703), and ends the normal power operation transition setting process.

また、制御ポインタの値が奇数の値であった場合には、遊技制御装置100は、ステップA8704の処理に移行して普通変動入賞装置37の開放を制御するため、制御ポインタに対応する普通変動入賞装置37の開放時間である普電開放時間を普図ゲーム処理タイマ領域にセーブする(A8704)。ここでの普電開放時間は、ステップA8407で設定した値(例えば3000msec)と同じでよい。さらに、普電ソレノイド37cをオンさせるために普電ソレノイド出力データ領域にオンデータを設定し(A8705)、普電作動移行設定処理を終了する。 Also, if the value of the control pointer is an odd number, the game control device 100 proceeds to the processing of step A8704 to control the opening of the normal variable winning device 37, and saves the normal power opening time, which is the opening time of the normal variable winning device 37 corresponding to the control pointer, in the normal game processing timer area (A8704). The normal power opening time here may be the same as the value set in step A8407 (e.g., 3000 msec). Furthermore, to turn on the normal power solenoid 37c, on data is set in the normal power solenoid output data area (A8705), and the normal power operation transition setting processing is terminated.

さらに、制御ポインタの値が当り終了ポインタ値であった場合には、遊技制御装置100は、ステップA8706に移行して普通変動入賞装置37の開放制御を終了して普電残存球処理(A7612)を実行するために、処理番号として「4」を設定し(A8706)、処理番号を普図ゲーム処理番号領域にセーブする(A8707)。 Furthermore, if the value of the control pointer is the winning end pointer value, the game control device 100 proceeds to step A8706, ends the opening control of the normal variable winning device 37, and sets the processing number to "4" (A8706) in order to execute the normal game remaining ball processing (A7612), and saves the processing number in the normal game processing number area (A8707).

続いて、遊技制御装置100は、普電残存球処理時間(例えば600msec)を普図ゲーム処理タイマ領域にセーブする(A8708)。その後、普電ソレノイド37cをオフに設定するために普電ソレノイド出力データ領域にオフデータをセーブし(A8709)、普電作動移行設定処理を終了する。なお、後述の変形例のように普電サポートに関するサポ状態(サポ態様、普電開放パターン)が可変である場合に、サポ状態に対応して普電残存球処理時間を設定してよい。 Then, the game control device 100 saves the normal power remaining ball processing time (e.g., 600 msec) in the normal game processing timer area (A8708). After that, it saves off data in the normal power solenoid output data area to set the normal power solenoid 37c to off (A8709), and ends the normal power operation transition setting process. Note that when the support state (support mode, normal power release pattern) regarding the normal power support is variable as in the modified example described below, the normal power remaining ball processing time may be set in accordance with the support state.

〔普電残存球処理〕
次に、普図ゲーム処理における普電残存球処理(A7612)の詳細について説明する。図52は、普電残存球処理の手順を示すフローチャートである。
[Processing of remaining normal electric bulbs]
Next, the details of the remaining normal ball processing (A7612) in the normal game processing will be described. Fig. 52 is a flow chart showing the procedure of the remaining normal ball processing.

遊技制御装置100は、まず、普図当り終了処理に係る処理番号「5」を設定し(A8901)、処理番号を普図ゲーム処理番号領域にセーブする(A8902)。その後、普図エンディング時間(例えば、100msec)を普図ゲーム処理タイマ領域にセーブする(A8903)。なお、後述の変形例のように普電サポートに関するサポ状態(サポ態様、普電開放パターン)が可変である場合に、サポ状態に対応して普図エンディング時間を設定してよい。 The game control device 100 first sets the processing number "5" for the normal hit end processing (A8901) and saves the processing number in the normal game processing number area (A8902). After that, it saves the normal game ending time (e.g., 100 msec) in the normal game processing timer area (A8903). Note that when the support state (support mode, normal power opening pattern) for the normal power support is variable as in the modified example described below, the normal game ending time may be set according to the support state.

さらに、遊技制御装置100は、普通変動入賞装置37の作動終了に関する信号(普通電動役物1作動中信号をオフ)を試験信号出力データ領域にセーブする(A8904)。続いて、普通変動入賞装置37への入賞数を計数する普電カウント数領域をクリアし(A8905)、さらに、普図当り中制御ポインタ領域をクリアする(A8906)。その後、普図当り終了ポインタ領域をクリアし(A8907)、普電残存球処理を終了する。 Furthermore, the game control device 100 saves a signal regarding the end of operation of the normal variable winning device 37 (turning off the normal electric device 1 operation signal) in the test signal output data area (A8904). Next, it clears the normal electric count number area that counts the number of wins in the normal variable winning device 37 (A8905), and further clears the normal winning control pointer area (A8906). After that, it clears the normal winning end pointer area (A8907), and ends the normal electric remaining ball processing.

〔普図当り終了処理〕
次に、普図ゲーム処理における普図当り終了処理(A7613)の詳細について説明する。図53は、普図当り終了処理の手順を示すフローチャートである。
[Normal map end processing]
Next, the details of the normal winning end process (A7613) in the normal game process will be described. Figure 53 is a flow chart showing the procedure of the normal winning end process.

遊技制御装置100は、まず、普図普段処理に係る処理番号「0」を設定し(A9101)、さらに、処理番号を普図ゲーム処理番号領域にセーブする(A9102)。その後、普図変動ゲームの当り終了に関する信号(普通図柄1当り中信号をオフ)を試験信号出力データ領域にセーブする(A9103)。 The game control device 100 first sets the processing number "0" for normal symbol normal processing (A9101), and then saves the processing number in the normal symbol game processing number area (A9102). After that, it saves the signal related to the end of the normal symbol variable game win (the signal is turned off when one normal symbol is hit) in the test signal output data area (A9103).

さらに、遊技制御装置100は、普通変動入賞装置37の不正監視期間を規定するフラグ(不正監視期間中フラグ)を普電不正監視期間フラグ領域にセーブし(A9104)、その後、普図当り終了処理を終了する。 Furthermore, the game control device 100 saves a flag (fraudulent monitoring period flag) that specifies the fraud monitoring period of the normal variable winning device 37 in the normal power fraud monitoring period flag area (A9104), and then ends the normal winning end process.

〔外部情報編集処理〕
次に、タイマ割込み処理における外部情報編集処理(A1319)の詳細について説明する。図54Aと図54Bは、外部情報編集処理の手順を示すフローチャートである。図54Aは外部情報編集処理の前半部分を示し、図54Bは外部情報編集処理の後半部分を示す。外部情報編集処理では、払出コマンド送信処理(A1307)、入賞口スイッチ/状態監視処理(A1308)、磁石不正監視処理(A1315)、盤電波不正監視処理(A1316)での監視結果に基づいて、情報収集端末や遊技場内部管理装置等の外部装置や、試射試験装置に出力する情報を作成して出力バッファにセットする処理等を行う。
[External information editing processing]
Next, the details of the external information editing process (A1319) in the timer interruption process will be described. Figures 54A and 54B are flowcharts showing the procedure of the external information editing process. Figure 54A shows the first half of the external information editing process, and Figure 54B shows the second half of the external information editing process. In the external information editing process, based on the monitoring results of the payout command transmission process (A1307), the winning port switch/status monitoring process (A1308), the magnet fraud monitoring process (A1315), and the board radio wave fraud monitoring process (A1316), the information to be output to an external device such as an information collection terminal or an internal management device of the game center, or a test firing test device is created and set in the output buffer.

遊技制御装置100は、まず、ガラス枠開放エラーが発生中であるか否かを判定する(A9301)。ガラス枠開放エラーが発生中でない場合(A9301の結果が「N」)、本体枠開放エラー(前面枠開放エラー)が発生中であるか否かを判定する(A9302)。本体枠開放エラーが発生中でない場合(A9302の結果が「N」)、扉・枠開放信号のオフデータを外部情報出力データ領域にセーブし(A9303)、セキュリティ信号のオフデータを外部情報出力データ領域にセーブする(A9304)。 The game control device 100 first determines whether a glass frame opening error is occurring (A9301). If a glass frame opening error is not occurring (the result of A9301 is "N"), it determines whether a main frame opening error (front frame opening error) is occurring (A9302). If a main frame opening error is not occurring (the result of A9302 is "N"), it saves the off data of the door/frame opening signal in the external information output data area (A9303), and saves the off data of the security signal in the external information output data area (A9304).

遊技制御装置100は、ガラス枠開放エラーが発生中である場合(A9301の結果が「Y」)、又は、本体枠開放エラーが発生中である場合(A9302の結果が「Y」)、扉・枠開放信号のオンデータを外部情報出力データ領域にセーブし(A9305)、遊技機エラー状態信号のオンデータを試験信号出力データ領域にセーブする(A9306)。 If a glass frame opening error is occurring (the result of A9301 is "Y") or if a main frame opening error is occurring (the result of A9302 is "Y"), the game control device 100 saves the on data of the door/frame opening signal in the external information output data area (A9305) and saves the on data of the game machine error status signal in the test signal output data area (A9306).

遊技制御装置100は、ステップA9304、A9306の後、セキュリティ信号制御タイマが0でなければ-1更新し(A9307)、セキュリティ信号制御タイマが0であるか否か(タイムアップしたか否か)を判定する(A9308)。セキュリティ信号制御タイマの初期値は、初期化スイッチ(設定値変更スイッチ102)の操作等によりRAMに記憶されたデータが初期化されたときなどに、所定時間(例えば256msec)が設定される(メイン処理のA1046)。そして、セキュリティ信号制御タイマはRAM初期化時から計時されることになる。 After steps A9304 and A9306, the game control device 100 updates the security signal control timer by -1 if it is not 0 (A9307), and determines whether the security signal control timer is 0 (whether the timer has timed out) (A9308). The initial value of the security signal control timer is set to a predetermined time (e.g., 256 msec) when the data stored in the RAM is initialized by operating the initialization switch (setting value change switch 102) or the like (A1046 in the main process). The security signal control timer then starts timing from the time the RAM is initialized.

遊技制御装置100は、セキュリティ信号制御タイマが0でない場合(A9308の結果が「N」)、セキュリティ信号のオンデータを外部情報出力データ領域にセーブし(A9309)、ステップA9310の処理に移行する。即ち、RAMに記憶されたデータの初期化が行われたことが外部情報として出力される。 If the security signal control timer is not 0 (the result of A9308 is "N"), the game control device 100 saves the on data of the security signal in the external information output data area (A9309) and proceeds to processing of step A9310. In other words, the fact that the data stored in the RAM has been initialized is output as external information.

遊技制御装置100は、セキュリティ信号制御タイマが0である場合(A9308の結果が「Y」)、磁石不正が発生中であるか否かを判定する(A9310)。なお、磁気センサスイッチ61からの検出信号があった場合に、磁石不正が発生中であると判定できる。磁石不正が発生中でない場合(A9310の結果が「N」)、さらに、盤電波不正が発生中であるか否かを判定する(A9311)。なお、電波センサ62から検出信号があった場合に、盤電波不正が発生中であると判定できる。 When the security signal control timer is 0 (the result of A9308 is "Y"), the game control device 100 determines whether or not magnet fraud is occurring (A9310). Note that if there is a detection signal from the magnetic sensor switch 61, it can be determined that magnet fraud is occurring. If magnet fraud is not occurring (the result of A9310 is "N"), it further determines whether or not board radio fraud is occurring (A9311). Note that if there is a detection signal from the radio wave sensor 62, it can be determined that board radio fraud is occurring.

遊技制御装置100は、盤電波不正が発生中でない場合(A9311の結果が「N」)、さらに、枠電波不正が発生中であるか否かを判定する(A9312)。枠電波不正信号があった場合に、枠電波不正が発生中であると判定できる。枠電波不正が発生中でない場合(A9312の結果が「N」)、さらに、大入賞口不正が発生中であるか否か判定する(A9313)。なお、入賞口スイッチ/状態監視処理によって大入賞口に関しての不正入賞発生フラグが不正フラグ領域にセーブされている場合、大入賞口不正が発生中であると判定できる。大入賞口不正が発生中でない場合(A9313の結果が「N」)、さらに、普電不正発生中であるか否かを判定する(A9314)。なお、入賞口スイッチ/状態監視処理によって普通変動入賞装置37の第2始動入賞口に関しての不正入賞発生フラグが不正フラグ領域にセーブされている場合、普電不正が発生中であると判定できる。 If the board radio wave fraud is not occurring (the result of A9311 is "N"), the game control device 100 further determines whether or not frame radio wave fraud is occurring (A9312). If there is a frame radio wave fraud signal, it can be determined that frame radio wave fraud is occurring. If the frame radio wave fraud is not occurring (the result of A9312 is "N"), it can be determined whether or not large prize winning port fraud is occurring (A9313). If the prize winning port switch/status monitoring process saves the fraudulent winning occurrence flag for the large prize winning port in the fraud flag area, it can be determined that large prize winning port fraud is occurring. If the large prize winning port fraud is not occurring (the result of A9313 is "N"), it can be determined whether or not normal power fraud is occurring (A9314). If the prize winning port switch/status monitoring process saves the fraudulent winning occurrence flag for the second start prize winning port of the normal variable prize winning device 37 in the fraud flag area, it can be determined that normal power fraud is occurring.

遊技制御装置100は、普電不正発生中でない場合(A9314の結果が「N」)、振動不正が発生中であるか否か判定する(A9315)。なお、振動センサ65から検出信号があった場合に、振動不正が発生中であると判定できる。振動不正が発生中でない場合(A9315の結果が「N」)、異常排出エラーが発生中であるか否か判定する(A9316)。なお、異常排出監視処理(A1318)によって異常排出発生中フラグが設定された場合に、異常排出エラーが発生中であると判定できる。 If normal power fraud is not occurring (the result of A9314 is "N"), the game control device 100 determines whether or not vibration fraud is occurring (A9315). Note that if there is a detection signal from the vibration sensor 65, it can be determined that vibration fraud is occurring. If vibration fraud is not occurring (the result of A9315 is "N"), it determines whether or not an abnormal discharge error is occurring (A9316). Note that if the abnormal discharge monitoring process (A1318) sets the abnormal discharge occurrence flag, it can be determined that an abnormal discharge error is occurring.

遊技制御装置100は、異常排出エラーが発生中でない場合(A9316の結果が「N」)、V通過エラーが発生中であるか否か判定する(A9317)。不適切なタイミングで特定領域スイッチ72の検出信号が発生した場合に、V通過エラーが発生中であると判定できる。V通過エラーが発生中でない場合(A9317の結果が「N」)、残存球に関するエラーである残存球エラーが発生中であるか否か判定する(A9318)。残存球エラーが発生中でない場合(A9318の結果が「N」)、安全装置作動中フラグに基づいて安全装置が作動中であるか否か判定する(A9319)。安全装置が作動中でない場合(A9319の結果が「N」)、スイッチ異常エラーが発生中であるか否かを判定する(A9320)。 If an abnormal discharge error is not occurring (the result of A9316 is "N"), the game control device 100 determines whether or not a V-passing error is occurring (A9317). If a detection signal of the specific area switch 72 is generated at an inappropriate timing, it can be determined that a V-passing error is occurring. If a V-passing error is not occurring (the result of A9317 is "N"), it determines whether or not a remaining ball error, which is an error related to the remaining balls, is occurring (A9318). If a remaining ball error is not occurring (the result of A9318 is "N"), it determines whether or not the safety device is operating based on the safety device operation flag (A9319). If the safety device is not operating (the result of A9319 is "N"), it determines whether or not a switch abnormality error is occurring (A9320).

遊技制御装置100は、スイッチのコネクタ抜けなどのスイッチ異常エラーが発生中でない場合(A9320の結果が「N」)、遊技機エラー状態信号のオフデータを試験信号出力データ領域にセーブする(A9321)。スイッチ異常エラーが発生中である場合(A9320の結果が「Y」)、遊技機エラー状態信号のオンデータを試験信号出力データ領域にセーブする(A9323)。 If a switch abnormality error such as a loose switch connector is not occurring (the result of A9320 is "N"), the gaming control device 100 saves the off data of the gaming machine error state signal in the test signal output data area (A9321). If a switch abnormality error is occurring (the result of A9320 is "Y"), the gaming control device 100 saves the on data of the gaming machine error state signal in the test signal output data area (A9323).

一方、遊技制御装置100は、磁石不正が発生中である場合(A9310の結果が「Y」)、盤電波不正が発生中である場合(A9311の結果が「Y」)、枠電波不正が発生中である場合(A9312の結果が「Y」)、大入賞口不正が発生中である場合(A9313の結果が「Y」)、普電不正発生中である場合(A9314の結果が「Y」)、振動不正が発生中である場合(A9315の結果が「Y」)、異常排出エラーが発生中である場合(A9316の結果が「Y」)、V通過エラーが発生中である場合(A9317の結果が「Y」)、残存球エラーが発生中である場合(A9318の結果が「Y」)、安全装置が作動中である場合(A9319の結果が「Y」)、セキュリティ信号のオンデータを外部情報出力データ領域にセーブし(A9322)、遊技機エラー状態信号のオンデータを試験信号出力データ領域にセーブする(A9323)。セキュリティ信号のオンデータの設定によって、セキュリティ信号が外部情報として外部情報端子71を介して外部装置(ホールコンピュータなど)に出力される。なお、本実施形態では、安全装置作動中フラグ=1の場合に安全装置が作動中である。 On the other hand, if a magnet irregularity is occurring (the result of A9310 is "Y"), if a board radio wave irregularity is occurring (the result of A9311 is "Y"), if a frame radio wave irregularity is occurring (the result of A9312 is "Y"), if a large prize slot irregularity is occurring (the result of A9313 is "Y"), if a normal radio wave irregularity is occurring (the result of A9314 is "Y"), if a vibration irregularity is occurring (the result of A9315 is "Y"), if an abnormal discharge error is occurring (the result of A9316 is "Y"), if a V passage error is occurring (the result of A9317 is "Y"), if a remaining ball error is occurring (the result of A9318 is "Y"), or if the safety device is operating (the result of A9319 is "Y"), the game control device 100 saves the on data of the security signal in the external information output data area (A9322) and saves the on data of the game machine error state signal in the test signal output data area (A9323). By setting the security signal to on data, the security signal is output as external information to an external device (such as a hall computer) via the external information terminal 71. In this embodiment, the safety device is in operation when the safety device operation flag = 1.

このように、安全装置が作動中である場合に(A9319の結果が「Y」)、セキュリティ信号がオン状態になりホールコンピュータなどの外部装置に出力され(A9322)、遊技場の責任者や係員などが安全装置が作動中であることを認識できる。なお、安全装置が作動中に継続的にセキュリティ信号を外部装置に出力する構成の他に、安全装置が作動した際に1パルス(例:256ms)だけセキュリティ信号を外部装置に出力する構成も可能である。また、セキュリティ信号の代わりに又はセキュリティ信号と併用して、安全装置専用に外部情報を設けて、安全装置が作動中に専用の外部情報を外部装置に出力してもよい。 In this way, when the safety device is in operation (the result of A9319 is "Y"), the security signal is turned on and output to an external device such as a hall computer (A9322), allowing the amusement facility manager or staff to recognize that the safety device is in operation. In addition to a configuration in which the security signal is continuously output to an external device while the safety device is in operation, a configuration in which the security signal is output to an external device for only one pulse (e.g., 256 ms) when the safety device is activated is also possible. Furthermore, instead of or in combination with the security signal, external information may be provided exclusively for the safety device, and dedicated external information may be output to the external device while the safety device is in operation.

また、安全装置が作動中である場合(A9319の結果が「Y」)、遊技機エラー状態信号のオンデータが試験信号出力データ領域にセーブされ、遊技機エラー状態信号が試験信号として試射試験装置へ出力される。なお、安全装置が作動中であることに対応する試験信号(遊技機エラー状態信号)を出力しない構成も可能である。また、遊技機エラー状態信号とは別の試験信号を試射試験装置へ出力してもよい。 Also, if the safety device is in operation (the result of A9319 is "Y"), the on data of the gaming machine error state signal is saved in the test signal output data area, and the gaming machine error state signal is output to the test firing test device as a test signal. Note that it is also possible to configure the device so that the test signal (gaming machine error state signal) corresponding to the safety device being in operation is not output. Also, a test signal other than the gaming machine error state signal may be output to the test firing test device.

遊技制御装置100は、ステップA9321、A9323の後、始動口の入賞信号を編集する始動口信号編集処理を実行する(A9324)。続いて、払出予定の賞球数に関する情報を設定するメイン賞球信号編集処理を実行し(A9325)、特図変動表示ゲームの停止図柄が確定する際に生成される図柄確定回数信号を外部装置に出力する図柄確定回数信号編集処理を実行する(A9326)。 After steps A9321 and A9323, the game control device 100 executes a start port signal editing process to edit the winning signal of the start port (A9324). Next, it executes a main prize ball signal editing process to set information regarding the number of prize balls to be paid out (A9325), and executes a pattern determination count signal editing process to output to an external device a pattern determination count signal generated when the stop pattern of the special pattern variation display game is determined (A9326).

次に、遊技制御装置100は、時短信号制御タイマが0でなければ-1更新し(A9327)、時短信号制御タイマが0であるか否かを判定する(A9328)。時短信号制御タイマが0である場合(A9328の結果が「Y」)、そのまま外部情報編集処理を終了し、時短信号制御タイマが0でない場合(A9328の結果が「N」)、大当り3信号のオンデータを外部情報出力データ領域にセーブして(A9329)、外部情報編集処理を終了する。 Next, if the time-saving signal control timer is not 0, the game control device 100 updates it by -1 (A9327), and determines whether the time-saving signal control timer is 0 or not (A9328). If the time-saving signal control timer is 0 (the result of A9328 is "Y"), the external information editing process is terminated as is, and if the time-saving signal control timer is not 0 (the result of A9328 is "N"), the on data of the jackpot 3 signal is saved in the external information output data area (A9329), and the external information editing process is terminated.

このようにして、天井回数到達による天井時短と時短図柄(サポ当り)による突然時短の開始時に、大当り3信号のオンデータが、遊技場内部管理装置(ホールコンピュータ)などの外部装置に、外部情報端子71を介して出力される。ここで、大当り3信号のオンデータは、前述のサポ作動設定処理のステップA5302において時短信号制御タイマ領域に設定されたタイマ初期値(例えば128msecの固定時間)の間、出力される。従来の大当り1~4信号は大当り等の期間中に出力していたが、大当り3信号の当該出力は、大当り等の期間に比べてずっと短い固定時間(例えば128msec)の出力とした。このため、外部装置(ホールコンピュータ等)は、大当りや大当りに続く時短等と混同することなく、天井回数到達による天井時短や時短図柄による突然時短によって時短が発生したことを認識できる。 In this way, when the ceiling time reduction due to reaching the ceiling number of times and the sudden time reduction due to the time reduction pattern (support hit) start, the on data of the jackpot 3 signal is output to an external device such as an amusement facility internal management device (hall computer) via the external information terminal 71. Here, the on data of the jackpot 3 signal is output for the timer initial value (for example, a fixed time of 128 msec) set in the time reduction signal control timer area in step A5302 of the support operation setting process described above. Conventionally, the jackpot 1 to 4 signals were output during the period of the jackpot, etc., but the output of the jackpot 3 signal is an output for a fixed time (for example, 128 msec) that is much shorter than the period of the jackpot, etc. For this reason, the external device (hall computer, etc.) can recognize that the time reduction has occurred due to the ceiling time reduction due to reaching the ceiling number of times or the sudden time reduction due to the time reduction pattern, without confusing it with a jackpot or the time reduction following a jackpot.

なお、前述のように、大当り2信号は、大当り状態中と大当り状態に続く時短状態(大当りに起因する時短状態、第1特定遊技状態、第1時短状態)において長時間継続して外部装置に外部情報として出力される。上記の短い固定時間(例えば128msec)の大当り3信号は、天井時短又は突然時短による時短状態(第2特定遊技状態、第2時短状態)の発生を示す外部情報として、大当りに起因する時短状態を示す外部情報(長時間の大当り2信号)と区別して外部装置に出力され、外部装置で混同されない。 As mentioned above, the jackpot 2 signal is output to the external device as external information for a long period of time during the jackpot state and in the time-saving state following the jackpot state (time-saving state due to the jackpot, first specific game state, first time-saving state). The jackpot 3 signal of the short fixed time (e.g. 128 msec) described above is output to the external device as external information indicating the occurrence of a time-saving state due to a ceiling time-saving state or a sudden time-saving state (second specific game state, second time-saving state) in distinction from external information indicating a time-saving state due to a jackpot (long-term jackpot 2 signal), and is not confused by the external device.

なお、他の構成として、天井時短と突然時短の一方でのみ、時短開始時に、大当り3信号を固定時間の間出力するようにしてよい。また、天井時短の発生と突然時短の発生とを区別するために、一方の時短では、時短開始時に固定時間の間、大当り3信号と大当り4信号の両方を出力し、他方の時短では、大当り3信号のみを出力してよい。例えば、天井時短について大当り3信号と大当り4信号を出力し、突然時短について大当り3信号だけを出力してもよい(逆でもよい)。また、天井時短の発生と突然時短の発生とを区別するために、時短開始時に、天井時短について大当り3信号(又は大当り4信号)を出力し、突然時短について大当り4信号(又は大当り3信号)を出力してもよい。このように、大当り3信号と大当り4信号を適宜組み合わせて、外部装置が認識できるように天井時短の発生と突然時短の発生とを区別してもよい。 As another configuration, the jackpot 3 signal may be output for a fixed time only for one of the ceiling time reduction and the sudden time reduction at the start of the time reduction. Also, in order to distinguish between the occurrence of the ceiling time reduction and the sudden time reduction, in one of the time reductions, both the jackpot 3 signal and the jackpot 4 signal may be output for a fixed time at the start of the time reduction, and in the other time reduction, only the jackpot 3 signal may be output. For example, the jackpot 3 signal and the jackpot 4 signal may be output for the ceiling time reduction, and only the jackpot 3 signal may be output for the sudden time reduction (or vice versa). Also, in order to distinguish between the occurrence of the ceiling time reduction and the sudden time reduction at the start of the time reduction, the jackpot 3 signal (or the jackpot 4 signal) may be output for the ceiling time reduction, and the jackpot 4 signal (or the jackpot 3 signal) may be output for the sudden time reduction. In this way, the jackpot 3 signal and the jackpot 4 signal may be appropriately combined to distinguish between the occurrence of the ceiling time reduction and the occurrence of the sudden time reduction so that an external device can recognize it.

〔外部情報又は試験信号の送信の様子〕
図55は、外部情報又は試験信号の送信の様子を示すタイムチャートである。
[External information or test signal transmission]
FIG. 55 is a time chart showing the transmission of external information or a test signal.

図55(A)は、先の時短状態における最後の特図変動表示ゲーム(時短回数に達する特図変動表示ゲーム)で、天井回数の到達や時短図柄の停止があり、次の特図変動表示ゲームから後の時短状態(天井時短や突然時短による時短状態)になる場合を示している。 Figure 55 (A) shows a case where the ceiling number of times is reached or the time-saving symbol stops in the last special chart change display game in the previous time-saving state (the special chart change display game in which the time-saving number of times is reached) and the next special chart change display game leads to a later time-saving state (a time-saving state due to the ceiling time-saving or sudden time-saving).

この場合に、本実施形態において、先の時短状態が終了するタイミングは、特図変動中処理内で時短終了設定処理(A4812、図33)が実行されるタイミング、即ち、先の特図変動表示ゲームの変動表示が停止するタイミングである。また、後の時短状態(天井時短や突然時短)が開始するタイミングは、特図表示中処理内で時間短縮変動回数(A5123、A5126)が設定されるタイミング、即ち、先の特図変動表示ゲームの停止結果の表示が終了するタイミング(次の特図変動表示ゲームが開始するなら開始するタイミングに略等しい)である。 In this case, in this embodiment, the timing at which the previous time-saving state ends is the timing at which the time-saving end setting process (A4812, FIG. 33) is executed in the special chart change process, i.e., the timing at which the change display of the previous special chart change display game stops. Also, the timing at which the subsequent time-saving state (ceiling time-saving state or sudden time-saving state) starts is the timing at which the number of time-saving changes (A5123, A5126) is set in the special chart display process, i.e., the timing at which the display of the stop result of the previous special chart change display game ends (approximately equal to the timing at which the next special chart change display game starts, if it starts).

また、先の特図変動表示ゲームの変動表示が停止するタイミングで、特図変動中処理内で時短終了設定処理によって、時短終了に関する信号として大当り2信号のオフデータが、外部情報出力データ領域に設定されて外部装置(ホールコンピュータなど)に出力されるとともに(A4901)、時短終了に関する信号として変動時間短縮状態信号(特別図柄1変動時間短縮状態信号、特別図柄2変動時間短縮状態信号、普通図柄1変動時間短縮状態信号)のオフデータなどが、試験信号出力データ領域に設定されて、試射試験装置に出力される(A4902)。従って、外部情報としての大当り2信号と試験信号としての変動時間短縮状態信号は、先の特図変動表示ゲームの変動表示が停止するタイミングの後(先の時短終了後)にオフ状態になる。 In addition, at the timing when the variable display of the previous special chart variable display game stops, the off data of the jackpot 2 signal is set in the external information output data area as a signal related to the end of the time-saving function by the time-saving end setting process within the special chart variable process and output to an external device (such as a hall computer) (A4901), and the off data of the variable time-saving state signal (special pattern 1 variable time-saving state signal, special pattern 2 variable time-saving state signal, normal pattern 1 variable time-saving state signal) is set in the test signal output data area as a signal related to the end of the time-saving function and output to the test firing test device (A4902). Therefore, the jackpot 2 signal as external information and the variable time-saving state signal as a test signal are turned off after the variable display of the previous special chart variable display game stops (after the previous time-saving function ends).

さらに、先の特図変動表示ゲームの停止結果の表示が終了するタイミングで、サポ作動設定処理によって、時短開始に関する信号として大当り2信号のオンデータが、外部情報出力データ領域に設定されて外部装置(ホールコンピュータなど)に出力されるとともに(A5301)、時短開始に関する信号として変動時間短縮状態信号(特別図柄1変動時間短縮状態信号、特別図柄2変動時間短縮状態信号、普通図柄1変動時間短縮状態信号)のオンデータなどが、試験信号出力データ領域に設定されて、試射試験装置に出力される(A5303)。従って、外部情報としての大当り2信号と試験信号としての変動時間短縮状態信号は、先の特図変動表示ゲームの停止結果の表示が終了するタイミングの後にオン状態になる。 Furthermore, at the timing when the display of the stop result of the previous special pattern change display game ends, the support operation setting process sets the ON data of the jackpot 2 signal as a signal related to the start of time reduction in the external information output data area and outputs it to an external device (such as a hall computer) (A5301), and sets the ON data of the change time shortening state signal (special pattern 1 change time shortening state signal, special pattern 2 change time shortening state signal, normal pattern 1 change time shortening state signal) as a signal related to the start of time reduction in the test signal output data area and outputs it to the test firing test device (A5303). Therefore, the jackpot 2 signal as external information and the change time shortening state signal as a test signal become ON after the display of the stop result of the previous special pattern change display game ends.

このようにして、時短が終了となる特図変動表示ゲーム(先の特図変動表示ゲーム)が、ちょうど天井回数に達した場合や時短図柄で停止した場合に、時短が一旦終了したことが明確になる。また、外部情報(大当り2信号)や試験信号(変動時間短縮状態信号など)の出力が、停止結果(停止図柄)の表示時間(停止表示時間)の分だけオフ状態となることにより、時短が再開した場合に、外部情報や試験信号の出力のオン状態が、明確に識別できる。 In this way, when the special chart change display game (previous special chart change display game) where the time-saving ends reaches the ceiling number of times or stops on the time-saving pattern, it becomes clear that the time-saving has ended. Also, by turning off the output of external information (jackpot 2 signal) and test signals (variation time reduction status signal, etc.) for the display time (stop display time) of the stop result (stop pattern), when the time-saving resumes, the on state of the output of external information and test signals can be clearly identified.

一方、図55(B)のように、従来の遊技機では、先の特図変動表示ゲームの停止結果の表示が終了するタイミングで、特図表示中処理内で時短終了設定処理によって時短が終了する。時短終了設定処理において、時短終了に関する信号として大当り2信号のオフデータが、外部情報出力データ領域に設定されて外部装置(ホールコンピュータなど)に出力されるとともに、時短終了に関する信号として変動時間短縮状態信号のオフデータなどが、試験信号出力データ領域に設定されて、試射試験装置に出力される。 On the other hand, as shown in FIG. 55(B), in conventional gaming machines, the time-saving feature ends when the display of the stop result of the previous special chart variable display game ends, by the time-saving feature end setting process within the special chart display process. In the time-saving feature end setting process, the off data of the jackpot 2 signal is set in the external information output data area as a signal regarding the end of the time-saving feature and output to an external device (such as a hall computer), and the off data of the variable time-saving feature signal, etc. is set in the test signal output data area as a signal regarding the end of the time-saving feature and output to the test firing device.

このため、従来の遊技機では、外部情報としての大当り2信号と試験信号としての変動時間短縮状態信号は、先の特図変動表示ゲームの停止結果の表示が終了するタイミングの後にオフ状態になるが、このタイミングでサポ作動設定処理によって、大当り2信号と変動時間短縮状態信号はすぐにオン状態になるため、実質的にオフ状態になることはない(オン状態が実質的に継続されたままになる)。従って、本実施形態と異なり、従来の遊技機では、時短が一旦終了したことが不明確になるとともに、時短再開の際に外部情報や試験信号の出力のオン状態が不明確になる。 For this reason, in conventional gaming machines, the jackpot 2 signal as external information and the variable time reduction state signal as a test signal go to the OFF state after the display of the stopped result of the previous special chart variable display game ends, but at this timing, the jackpot 2 signal and the variable time reduction state signal immediately go to the ON state due to the support operation setting process, so they do not actually go to the OFF state (the ON state essentially continues). Therefore, unlike this embodiment, in conventional gaming machines, it is unclear that the time reduction has ended, and the ON state of the external information and test signal output is unclear when the time reduction is resumed.

〔安全装置関連処理〕
次に、タイマ割込み処理(図9)における安全装置関連処理(A1314)の詳細について説明する。図56は、安全装置関連処理の手順を示すフローチャートである。安全装置関連処理は、領域内処理であり前述の領域内プログラムの一部として実行される。
[Safety device related processing]
Next, the safety device related processing (A1314) in the timer interrupt processing (FIG. 9) will be described in detail. FIG. 56 is a flowchart showing the procedure of the safety device related processing. The safety device related processing is an in-area process and is executed as part of the above-mentioned in-area program.

遊技制御装置100は、まず、領域内ワーク領域に含まれる安全装置作動中フラグ領域の安全装置作動中フラグに基づいて安全装置が作動中であるか否かを判定する(A9401)。安全装置作動中フラグ=1であれば安全装置が作動中であると判断できる。安全装置が作動中である場合に(A9401の結果が「Y」)、安全装置関連処理を終了する。 The game control device 100 first determines whether or not the safety device is in operation based on the safety device in operation flag in the safety device in operation flag area included in the in-area work area (A9401). If the safety device in operation flag = 1, it can be determined that the safety device is in operation. If the safety device is in operation (result of A9401 is "Y"), the safety device-related processing is terminated.

遊技制御装置100は、安全装置が作動中でない場合に(A9401の結果が「N」)、領域外ワーク領域に含まれる安全装置作動情報領域から安全装置作動情報をロードし(A9402)、安全装置作動情報が旧作動情報領域の値であるか否かを判定する(A9403)。安全装置作動情報が旧作動情報領域の値である場合に(A9403の結果が「Y」)、安全装置作動情報に変化がないため、演出コマンドを設定(送信)せずに、ステップA9409の処理に移行する。 When the safety device is not in operation (result of A9401 is "N"), the game control device 100 loads the safety device operation information from the safety device operation information area included in the outside work area (A9402) and determines whether the safety device operation information is the value of the old operation information area (A9403). If the safety device operation information is the value of the old operation information area (result of A9403 is "Y"), there is no change in the safety device operation information, so the game control device proceeds to processing of step A9409 without setting (sending) a presentation command.

遊技制御装置100は、安全装置作動情報が旧作動情報領域の値でない場合に(A9403の結果が「N」)、安全装置作動情報に変化があるため、演出コマンドを設定(送信)できるよう、安全装置作動情報とコマンドを対応付けた安全装置作動関連コマンドテーブルを設定し(A9404)、安全装置作動情報に対応するコマンド(ACTION部)を取得する(A9405)。そして、コマンド定義なしであるか否かを判定する(A9406)。安全装置作動関連コマンドテーブルにおいて、安全装置未作動情報(値0)に対応するコマンドが定義されていないため(コマンドがないため)、安全装置作動情報が安全装置未作動情報(値0)である場合に、コマンド定義なしと判定できる。コマンド定義なしの場合に(A9406の結果が「Y」)、演出コマンドを設定(送信)せずに、ステップA9409の処理に移行する。 When the safety device activation information is not a value in the old activation information area (result of A9403 is "N"), the game control device 100 sets a safety device activation related command table that associates the safety device activation information with a command so that a presentation command can be set (sent) since there is a change in the safety device activation information (A9404), and acquires a command (ACTION section) corresponding to the safety device activation information (A9405). Then, it is determined whether or not there is no command definition (A9406). Since a command corresponding to the safety device non-activation information (value 0) is not defined (because there is no command) in the safety device activation related command table, it can be determined that there is no command definition when the safety device activation information is the safety device non-activation information (value 0). If there is no command definition (result of A9406 is "Y"), the presentation command is not set (sent), and the process proceeds to step A9409.

遊技制御装置100は、コマンド定義ありの場合に(A9406の結果が「N」)、安全装置作動関連コマンド(MODE部)を演出コマンドとして準備する(A9407)。安全装置作動情報が安全装置作動予告情報(値1)、安全装置作動警告情報(値2)、安全装置作動中情報(値3)である場合に、コマンド定義ありと判定できる。そして、演出コマンドを設定(送信)する演出コマンド設定処理を実行する(A9408)。なお、演出コマンドは、MODE部及びACTION部からなる。なお、安全装置作動関連コマンドテーブルにおいて、安全装置未作動情報(値0)に対応するコマンドを定義して、ステップA9406の判定を省略し、安全装置未作動情報(値0)に対しても安全装置作動関連コマンドを設定(送信)できるようにしてよい。 If a command definition exists (result of A9406 is "N"), the game control device 100 prepares a safety device activation related command (MODE section) as a presentation command (A9407). If the safety device activation information is safety device activation notice information (value 1), safety device activation warning information (value 2), or safety device activation information (value 3), it can be determined that a command definition exists. Then, a presentation command setting process is executed to set (send) the presentation command (A9408). Note that the presentation command consists of a MODE section and an ACTION section. Note that a command corresponding to safety device non-activation information (value 0) may be defined in the safety device activation related command table, and the judgment of step A9406 may be omitted, making it possible to set (send) a safety device activation related command even for safety device non-activation information (value 0).

次に、遊技制御装置100は、安全装置作動情報が安全装置作動中情報(値3)であるか否かを判定する(A9409)。安全装置作動情報が安全装置作動中情報(値3)でない場合に(A9409の結果が「N」)、そのまま安全装置関連処理を終了する。一方、安全装置作動情報が安全装置作動中情報(値3)である場合に(A9409の結果が「Y」)、安全装置作動中フラグ領域に安全装置が作動中であることを示す「1」を安全装置作動中フラグとしてセーブし(A9410)、その後安全装置関連処理を終了する。なお、前回のタイマ割込み処理においてステップA9804(後述)にて安全装置作動中情報(値3)がセーブされた場合に、次回のタイマ割込み処理においてステップA9409の結果が「Y」となる。 Next, the game control device 100 judges whether the safety device operation information is safety device operation information (value 3) (A9409). If the safety device operation information is not safety device operation information (value 3) (the result of A9409 is "N"), the safety device-related processing ends. On the other hand, if the safety device operation information is safety device operation information (value 3) (the result of A9409 is "Y"), "1" indicating that the safety device is operating is saved as the safety device operation flag in the safety device operation flag area (A9410), and then the safety device-related processing ends. Note that if the safety device operation information (value 3) was saved in step A9804 (described below) in the previous timer interrupt processing, the result of step A9409 in the next timer interrupt processing will be "Y".

以上のようにして、安全装置作動情報が変化して安全装置作動予告情報(値1)、安全装置作動警告情報(値2)、安全装置作動中情報(値3)となった際に、安全装置作動関連コマンドが安全装置作動情報を一部(ACTION部)に含んだ形で、演出制御装置300に送信される。安全装置作動関連コマンドは、ACTION部が安全装置作動予告情報(値1)、安全装置作動警告情報(値2)、安全装置作動中情報(値3)の場合に、それぞれ、作動予告状態に対応する作動予告コマンド、作動警告状態に対応する作動警告コマンド、作動状態に対応する作動中コマンドになる。 In this way, when the safety device activation information changes to safety device activation notice information (value 1), safety device activation warning information (value 2), or safety device activated information (value 3), a safety device activation-related command is sent to the performance control device 300 with the safety device activation information included in part (ACTION section). When the ACTION section is safety device activation notice information (value 1), safety device activation warning information (value 2), or safety device activated information (value 3), the safety device activation-related command becomes an activation notice command corresponding to the activation notice state, an activation warning command corresponding to the activation warning state, or an activated command corresponding to the activated state, respectively.

演出制御装置300が、作動予告コマンドを受信することによって、安全装置の作動予告状態で作動予告表示(例えば「まもなく打ち止めです」の文字)を表示装置41に表示できる。従って、遊技者に遊技停止状態になる可能性があることを事前に報知して、遊技者に遊技を終了させることを促し、遊技者が意図せず不利益を受けることを防止できる。また、不正を行っている者には驚きを与えて、不正を止めることを促すことができる。 By receiving the activation warning command, the performance control device 300 can display an activation warning display (for example, the text "Playing will end soon") on the display device 41 when the safety device is in an activation warning state. This allows the player to be notified in advance that play may be stopped, encouraging the player to end the game and preventing the player from unintentionally suffering a disadvantage. It also allows the player to be surprised by someone who is cheating and encouraging them to stop cheating.

演出制御装置300が、作動警告コマンドを受信することによって、安全装置の作動警告状態で作動警告表示(例えば「当り終了後に打ち止めとなります」の文字)を表示装置41に表示できる。従って、遊技者に小当り又は大当りの終了後に遊技停止状態になることを事前に報知して、連チャンが止まるなど不利益を受けることを遊技者に警告することができる。なお、連チャンとは、例えば通常モード(又は通常遊技状態)を経ないで、大当り状態と特定遊技状態が継続することである。また、作動警告状態によって、不正を行っている者には驚きを与えて、不正を止めることを促すことができる。 By receiving the activation warning command, the performance control device 300 can display an activation warning display (for example, the text "Play will end after the win") on the display device 41 when the safety device is in an activation warning state. This allows the player to be notified in advance that play will be stopped after a small win or a big win, and warns the player that they will suffer a disadvantage, such as the end of a winning streak. Note that a winning streak refers to, for example, a jackpot state and a specific game state continuing without going through normal mode (or normal game state). The activation warning state can also surprise someone who is cheating, encouraging them to stop cheating.

演出制御装置300が、作動中コマンドを受信することによって、安全装置の作動状態(作動中状態)で、作動中表示513(例えば「打ち止め中」の文字)を表示装置41に表示できる。従って、新たな遊技者(客)が遊技機10を使用することを防止でき、不正を行っている者がいれば不正行為を止めさせることもできる。 By receiving the operating command, the performance control device 300 can display an operating display 513 (e.g., the text "Playing Stopped") on the display device 41 when the safety device is in an operating state (operating state). This can prevent new players (customers) from using the gaming machine 10, and can also stop any cheating that may be occurring.

なお、安全装置作動情報が変化せず0、1、2、3に維持される場合(0→0、1→1、2→2、3→3の無変化の場合)に、安全装置作動関連コマンドは演出制御装置300に送信されない。安全装置カウンタ値が190000~194999になった後に190000未満となって安全装置作動情報が1から0に変化したとき(1→0の変化時)にも、安全装置作動関連コマンドはコマンド定義なしで送信されない。なお、安全装置作動情報が2から1に或いは3から2に変化すること(2→1、3→2の変化)は、後述の差玉確認処理や安全装置作動監視処理によって除かれている。 Note that if the safety device operation information does not change and remains at 0, 1, 2, or 3 (no change from 0 to 0, 1 to 1, 2 to 2, or 3 to 3), the safety device operation-related command is not sent to the performance control device 300. Even if the safety device counter value becomes less than 190,000 after being between 190,000 and 194,999 and the safety device operation information changes from 1 to 0 (change from 1 to 0), the safety device operation-related command is not sent without a command definition. Note that changes in the safety device operation information from 2 to 1 or from 3 to 2 (changes from 2 to 1 and 3 to 2) are excluded by the difference ball confirmation process and safety device operation monitoring process described below.

安全装置作動情報が0から1に変化したとき(0→1の変化時)に、安全装置作動関連コマンドのうち作動予告コマンドが演出制御装置300に送信される。安全装置作動情報が1から2に変化したとき(1→2の変化時)に、安全装置作動関連コマンドのうち作動警告コマンドが演出制御装置300に送信される。安全装置作動情報が2から3に変化したとき(2→3の変化時)に、安全装置作動関連コマンドのうち作動中コマンドが演出制御装置300に送信される。なお、安全装置作動情報が2から3に変化した場合は、直後の1回だけ、ステップA9403の結果が「Y」となりステップA9404-A9410を通り作動中コマンドが送信され、安全装置作動中フラグ=1となるため安全装置が作動中になり(A9401の結果が「Y」)、以降のタイマ割込み処理ではステップA9404-A9410を通らず安全装置作動関連コマンドは送信されない。 When the safety device operation information changes from 0 to 1 (when it changes from 0 to 1), an operation notice command among the safety device operation related commands is sent to the performance control device 300. When the safety device operation information changes from 1 to 2 (when it changes from 1 to 2), an operation warning command among the safety device operation related commands is sent to the performance control device 300. When the safety device operation information changes from 2 to 3 (when it changes from 2 to 3), an operation command among the safety device operation related commands is sent to the performance control device 300. Note that when the safety device operation information changes from 2 to 3, the result of step A9403 becomes "Y" only once immediately after the change, and the operation command is sent through steps A9404-A9410, and the safety device operation flag becomes 1, so the safety device is in operation (the result of A9401 is "Y"), and in the subsequent timer interrupt processing, steps A9404-A9410 are not passed through and the safety device operation related command is not sent.

なお、安全装置作動情報が1から3に直接的に変化すること自体(1→3の変化自体)は、後述の差玉確認処理や安全装置作動監視処理によって除かれているが、安全装置作動情報が瞬時に1→2→3と変化することはある(2は瞬間値になり後述のように作動警告状態は発生しない)。この1→2→3の変化は、大当り中でも小当り中でもない場合に安全装置カウンタ値が195000に達して作動予告状態から作動状態に移行したことに対応する。そして、安全装置の作動予告状態から作動状態に移行したことに対応して、作動中コマンドが安全装置作動関連コマンドとして演出制御装置300に送信される(A9405、A9407)。 Note that the safety device activation information does not change directly from 1 to 3 (the change from 1 to 3 itself) by the difference ball confirmation process and safety device activation monitoring process described below, but the safety device activation information can change instantly from 1 to 2 to 3 (2 is an instantaneous value and does not cause an activation warning state as described below). This change from 1 to 2 to 3 corresponds to the safety device counter value reaching 195,000 when there is neither a big win nor a small win, and transitioning from an activation notice state to an activated state. Then, in response to the transition of the safety device from an activation notice state to an activated state, an activation command is sent to the performance control device 300 as a safety device activation related command (A9405, A9407).

〔領域外統合処理〕
次に、タイマ割込み処理(図9)における領域外統合処理(A1322)の詳細について説明する。図57は、領域外統合処理の手順を示すフローチャートである。領域外統合処理は、領域外処理であり前述の領域外プログラムの一部として実行される。
[Outside area integration processing]
Next, the details of the outside area integration process (A1322) in the timer interrupt process (FIG. 9) will be described. FIG. 57 is a flowchart showing the procedure of the outside area integration process. The outside area integration process is an outside area process and is executed as part of the outside area program described above.

遊技制御装置100は、まず、スタックポインタを領域外ワーク領域のスタックポインタ保存領域にセーブし(A9501)、スタックポインタに領域外スタック領域の値として、領域外スタック領域(領域外用スタック領域)の先頭を示すアドレス値を設定する(A9502)。これにより、使用するスタックを示すスタックポインタを領域内スタック領域から領域外スタック領域に切り替える。 The game control device 100 first saves the stack pointer in the stack pointer storage area of the external work area (A9501), and sets the address value indicating the beginning of the external stack area (stack area for external use) as the value of the external stack area in the stack pointer (A9502). This switches the stack pointer indicating the stack to be used from the internal stack area to the external stack area.

次に、遊技制御装置100は、レジスタバンク0とレジスタバンク1の両方に対してレジスタの情報(値)を領域外スタック領域に退避(PUSH)する(A9503)。ここで、汎用レジスタ全部を退避することが好適である。そして、性能表示装置152の表示制御等を行う性能表示装置制御処理を実行する(A9504)。続いて、差玉数(安全装置カウンタ値)を更新して差玉数(安全装置カウンタ値)に対応して安全装置作動情報を設定する差玉確認処理(A9505)を実行する。次に、安全装置の作動を監視する安全装置作動監視処理を実行する(A9506)。 Next, the game control device 100 saves (PUSHes) the register information (values) for both register bank 0 and register bank 1 to the external stack area (A9503). It is preferable to save all general-purpose registers here. Then, a performance display device control process is executed (A9504) to perform display control of the performance display device 152, etc. Next, a ball difference confirmation process (A9505) is executed to update the difference in ball number (safety device counter value) and set safety device operation information corresponding to the difference in ball number (safety device counter value). Next, a safety device operation monitoring process is executed (A9506) to monitor the operation of the safety device.

その後、遊技制御装置100は、退避したレジスタを復帰し(A9507)、スタックポインタ保存領域からロードしてスタックポインタを設定し(A9508)、性能表示編集処理を終了する。設定したスタックポインタは、領域内スタック領域のアドレスを示すことになる。 Then, the game control device 100 restores the saved registers (A9507), loads them from the stack pointer storage area and sets the stack pointer (A9508), and ends the performance display editing process. The set stack pointer will indicate the address of the stack area within the area.

〔性能表示装置制御処理〕
次に、領域外統合処理(図57)における性能表示装置制御処理(A9504)の詳細について説明する。図58は、性能表示装置制御処理の手順を示すフローチャートである。性能表示装置制御処理は、領域外処理であり前述の領域外プログラムの一部として実行される。
[Performance display device control process]
Next, the performance display device control process (A9504) in the outside area integration process (FIG. 57) will be described in detail. FIG. 58 is a flowchart showing the procedure of the performance display device control process. The performance display device control process is an outside area process and is executed as part of the above-mentioned outside area program.

遊技制御装置100は、まず、性能表示用ワーク領域の正当性を判定する正当性判定を実行し、正当でなく異常な場合に、性能表示用ワーク領域の初期化(初期値設定も含む)を実行する(A9601)。ステップA9601の処理は、図8のステップA1204の処理と同様である。 The game control device 100 first performs a validity determination to determine the validity of the work area for displaying performance, and if it is invalid and abnormal, initializes the work area for displaying performance (including setting the initial value) (A9601). The processing of step A9601 is the same as the processing of step A1204 in FIG. 8.

なお、性能表示装置制御処理が実行される度に正当性判定が実行されるため、性能表示用ワーク領域が正当でない場合に、すぐにその初期化が実行でき、異常な性能表示(異常なベース値等の表示)が極力防止できる。 In addition, since a validity check is performed each time the performance display device control process is executed, if the performance display work area is invalid, it can be immediately initialized, and abnormal performance display (display of abnormal base values, etc.) can be prevented as much as possible.

また、性能表示用ワーク領域の初期化(初期値設定も含む)は、スタックポインタ保存領域を保護するよう、スタックポインタ保存領域以外を初期化の対象とする。なお、本実施形態において領域外スタック領域は初期化しないが、初期化するようにしてもよい。領域外スタック領域を初期化する場合でも、領域外スタック領域に退避したレジスタの値は保護して初期化しない。性能表示用ワーク領域の初期化は、領域内ワーク領域(遊技制御用ワーク領域)と領域内スタック領域(遊技制御用スタック領域)の初期化とは区別されて実行されるため、領域内ワーク領域と領域内スタック領域には影響を与えない。 In addition, when initializing the work area for performance display (including setting initial values), the area other than the stack pointer storage area is initialized in order to protect the stack pointer storage area. In this embodiment, the out-of-area stack area is not initialized, but it may be initialized. Even when initializing the out-of-area stack area, the register values saved in the out-of-area stack area are protected and not initialized. The initialization of the work area for performance display is performed separately from the initialization of the in-area work area (work area for game control) and the in-area stack area (stack area for game control), so it does not affect the in-area work area and the in-area stack area.

続いて、遊技制御装置100は、初期表示タイマ更新処理を実行する(A9602)。初期表示タイマ更新処理において、性能表示開始時(電源投入後)に約5秒間だけ性能表示装置152の各桁の表示器のLEDを全て点滅する全点滅制御(初期表示制御)するためのタイマの更新を行う。 Then, the game control device 100 executes an initial display timer update process (A9602). In the initial display timer update process, the timer is updated to perform full blinking control (initial display control) in which all LEDs of the display for each digit of the performance display device 152 blink for approximately 5 seconds when the performance display starts (after power is turned on).

次に、遊技制御装置100は、ベース値の算出の対象となる入力ポートのスイッチ立ち上がりエッジ情報を性能表示ワーク領域にコピーする(A9603)。スイッチ立ち上がりエッジ情報は、入力処理で取得されて領域内ワーク領域(特にスイッチ制御領域)に記憶されている(A1303)。前述のとおり、本実施形態において、ベース値算出の対象となる入力ポート(監視対象の入力ポート)は、第3入力ポート124と第4入力ポート126である。コピーしたスイッチ立ち上がりエッジ情報は、性能表示編集処理(図8)で使用される。 Next, the game control device 100 copies the switch rising edge information of the input port that is the subject of the base value calculation to the performance display work area (A9603). The switch rising edge information is acquired in the input process and stored in the in-area work area (particularly the switch control area) (A1303). As described above, in this embodiment, the input ports that are the subject of the base value calculation (input ports to be monitored) are the third input port 124 and the fourth input port 126. The copied switch rising edge information is used in the performance display editing process (Figure 8).

なお、遊技球を検出しても直接的に通常賞球数又は通常アウト球数を変化させず、ベース値の算出の対象とならないスイッチの立ち上がりエッジ情報(ビット)はクリアした状態でコピーする(マスクする)。例えば、ゲートスイッチ34aや特定領域スイッチ72や残存球排出口スイッチ73などの情報はクリアした状態でコピーする。これにより、性能表示編集処理において、これらスイッチに関する処理(少なくともA1211のクリア処理)が省略できる。 In addition, even if a game ball is detected, the number of normal prize balls or the number of normal out balls does not directly change, and the rising edge information (bits) of switches that are not subject to the calculation of the base value are copied in a cleared state (masked). For example, information on the gate switch 34a, specific area switch 72, remaining ball discharge port switch 73, etc. is copied in a cleared state. This makes it possible to omit processing related to these switches (at least the clearing processing of A1211) in the performance display editing process.

なお、通常アウト球数は、仮に、入賞口のスイッチ35a、36a、37a、38a、39a、ゲートスイッチ34aや特定領域スイッチ72や残存球排出口スイッチ73での入力(遊技球検出)自体によって更新されてしまうと、遊技領域32から排出された全ての遊技球を検出するアウト球検出スイッチ74と重複して余分に更新され、ベース値が誤った値に算出されてしまう。また、通常賞球数は、仮に、入賞口のスイッチと重複して遊技球が通過可能なゲートスイッチ34aや特定領域スイッチ72や残存球排出口スイッチ73での入力(遊技球検出)自体によって更新されてしまうと、入賞口のスイッチと重複して余分に更新され、ベース値が誤った値に算出されてしまう。 If the normal number of out balls were updated by input (game ball detection) from the winning port switches 35a, 36a, 37a, 38a, 39a, gate switch 34a, specific area switch 72, or remaining ball discharge port switch 73, it would overlap with the winning port switches and be updated redundantly from the out ball detection switch 74, which detects all game balls discharged from the game area 32, and the base value would be calculated to be an incorrect value. If the normal number of prize balls were updated by input (game ball detection) from the winning port switches 35a, 36a, 37a, 38a, 39a, gate switch 34a, specific area switch 72, or remaining ball discharge port switch 73, which overlap with the winning port switches and allow game balls to pass through, it would overlap with the winning port switches and be updated redundantly, and the base value would be calculated to be an incorrect value.

次に、遊技制御装置100は、性能表示装置表示処理を実行する(A9604)。性能表示装置表示処理では、表示期間の種類や、その他各種条件に合わせ、性能表示装置152に表示するベース値に対応するセグメント出力データ(ベース値に関する表示データや点灯パターンデータ)を設定する。例えば、表示期間として、リアルタイム値表示期間BL、1回前表示期間B1、2回前表示期間B2、3回前表示期間B3を設けて、それぞれの表示期間において、ベース値の計測中のリアルタイム値、1回前の集計区間、2回前の集計区間、3回前の集計区間で計測したベース値に対応するセグメント出力データを設定してよい。 Next, the game control device 100 executes a performance display device display process (A9604). In the performance display device display process, segment output data (display data and lighting pattern data related to the base value) corresponding to the base value to be displayed on the performance display device 152 is set according to the type of display period and various other conditions. For example, a real-time value display period BL, a one-time-ago display period B1, a two-time-ago display period B2, and a three-time-ago display period B3 may be provided as display periods, and in each display period, segment output data corresponding to the real-time value during measurement of the base value, and the base value measured in the one-time-ago tally interval, the two-time-ago tally interval, and the three-time-ago tally interval may be set.

次に、遊技制御装置100は、表示期間の期間切替えのためのタイマの更新を行うとともに、表示期間の切替えタイミングであるか否かを判定する(A9605)。表示期間の切替えタイミングである場合に(A9605の結果が「Y」)、表示期間の切替え設定を実行し(A9606)、性能表示装置制御処理を終了する。遊技制御装置100は、表示期間の切替えタイミングでない場合に(A9605の結果が「N」)、表示期間の切替え設定を実行せずに、性能表示装置制御処理を終了する。 Next, the game control device 100 updates the timer for switching the display period and determines whether it is time to switch the display period (A9605). If it is time to switch the display period (the result of A9605 is "Y"), it executes the display period switching setting (A9606) and ends the performance display device control processing. If it is not time to switch the display period (the result of A9605 is "N"), the game control device 100 does not execute the display period switching setting and ends the performance display device control processing.

表示期間の切替え設定では、BL→B1→B2→B3→BL→・・・のように、表示期間の情報の切り替え設定を行う。また、期間切替えのためのタイマの初期値(例えば所定期間5秒に相当する初期値)を設定する。 When switching the display period, the display period information is switched as follows: BL → B1 → B2 → B3 → BL → .... Also, the initial value of the timer for switching the period is set (for example, an initial value equivalent to a predetermined period of 5 seconds).

〔差玉確認処理〕
次に、領域外統合処理(図57)における差玉確認処理(A9505)の詳細について説明する。図59は、差玉確認処理の手順を示すフローチャートである。差玉確認処理は、領域外処理であり前述の領域外プログラムの一部として実行される。差玉確認処理では、差玉数を示唆する安全装置カウンタ値(差玉数+10万)を更新し、安全装置の状態を示唆する安全装置作動情報を更新する。
[Differential ball confirmation process]
Next, the details of the difference ball confirmation process (A9505) in the outside area integration process (Figure 57) will be described. Figure 59 is a flowchart showing the procedure of the difference ball confirmation process. The difference ball confirmation process is an outside area process and is executed as part of the outside area program described above. In the difference ball confirmation process, the safety device counter value (difference ball number + 100,000) indicating the difference ball number is updated, and the safety device operation information indicating the state of the safety device is updated.

遊技制御装置100は、まず、領域内ワーク領域に含まれる安全装置作動中フラグ領域の安全装置作動中フラグに基づいて安全装置が作動中であるか否かを判定する(A9701)。安全装置が作動中である場合に(A9701の結果が「Y」)、直ちに差玉確認処理を終了して、安全装置カウンタ値と安全装置作動情報の更新は行われない。なお、本実施形態では、領域外プログラムに含まれる領域外統合処理プログラム(安全装置に関するプログラム)が遊技停止中に実行されない構成を有し、安全装置が作動して遊技停止状態になっている場合には、差玉確認処理を含む領域外統合処理は実行されないため(A1320の結果が「Y」)、ステップA9701の処理は無くてもよい。なお、ステップA9701の処理が無い場合に、安全装置作動中フラグ領域は領域内プログラムで読み書きされ、領域外プログラムで読まれない領域(アクセスされない領域)となる。 The game control device 100 first determines whether the safety device is in operation based on the safety device operation flag in the safety device operation flag area included in the in-area work area (A9701). If the safety device is in operation (the result of A9701 is "Y"), the difference ball confirmation process is immediately terminated, and the safety device counter value and the safety device operation information are not updated. In this embodiment, the outside area integration process program (program related to the safety device) included in the outside area program is configured not to be executed while the game is stopped, and when the safety device is activated and the game is stopped, the outside area integration process including the difference ball confirmation process is not executed (the result of A1320 is "Y"), so the process of step A9701 may not be performed. In addition, if the process of step A9701 is not performed, the safety device operation flag area is read and written by the in-area program and becomes an area that is not read by the outside area program (an area that is not accessed).

遊技制御装置100は、安全装置が作動中でない場合に(A9701の結果が「N」)、領域外ワーク領域に含まれる旧作動情報領域の旧作動情報が2以上(旧作動情報領域≧2)であるか否かを判定する(A9702)。旧作動情報が2以上である場合に(A9702の結果が「Y」)、差玉確認処理を終了して、安全装置カウンタ値と安全装置作動情報の更新は行われない。 When the safety device is not in operation (result of A9701 is "N"), the game control device 100 judges whether the old operation information in the old operation information area included in the outside work area is 2 or more (old operation information area ≧ 2) (A9702). When the old operation information is 2 or more (result of A9702 is "Y"), the difference ball confirmation process is terminated and the safety device counter value and the safety device operation information are not updated.

遊技制御装置100は、旧作動情報が2未満である場合に(A9702の結果が「N」)、第4入力ポート126に関するスイッチ制御領域(領域内ワーク領域)のスイッチ立ち上がりエッジ情報に基づいてアウト球検出スイッチ74に入力があるか否かを判定する(A9703)。アウト球検出スイッチ74に入力がある場合に(A9703の結果が「Y」)、安全装置カウンタ値が0であるか否かを判定する(A9704)。安全装置カウンタ値が0でない場合に(A9704の結果が「N」)、安全装置カウンタ領域の値である安全装置カウンタ値を-1更新する(1だけ減少する)(A9705)。従って、アウト球検出スイッチ74への入力で排出球数が1だけ増加することに対応して、差玉数(=セーフ球数-排出球数)ひいては安全装置カウンタ値(=差玉数+10万)が1だけ減少して更新されることになる。次に、領域内ワーク領域に含まれる獲得遊技球数領域から獲得遊技球数をロードする(A9706)。 When the old operation information is less than 2 (result of A9702 is "N"), the game control device 100 judges whether there is an input to the out ball detection switch 74 based on the switch rising edge information of the switch control area (work area within the area) related to the fourth input port 126 (A9703). When there is an input to the out ball detection switch 74 (result of A9703 is "Y"), it judges whether the safety device counter value is 0 (A9704). When the safety device counter value is not 0 (result of A9704 is "N"), the safety device counter value, which is the value of the safety device counter area, is updated by -1 (decreased by 1) (A9705). Therefore, in response to the input to the out ball detection switch 74 increasing the number of discharged balls by 1, the difference in the number of balls (= number of safe balls - number of discharged balls) and therefore the safety device counter value (= difference in the number of balls + 100,000) are updated by decreasing by 1. Next, the number of acquired game balls is loaded from the acquired game ball number area included in the work area within the area (A9706).

遊技制御装置100は、アウト球検出スイッチ74に入力がない場合に(A9703の結果が「N」)、又は、安全装置カウンタ値が0である場合に(A9704の結果が「Y」)、安全装置カウンタ値を-1更新することなく維持して、獲得遊技球数をロードする(A9706)。 When there is no input to the out ball detection switch 74 (the result of A9703 is "N") or when the safety device counter value is 0 (the result of A9704 is "Y"), the game control device 100 maintains the safety device counter value without updating it by -1 and loads the number of acquired game balls (A9706).

次に、遊技制御装置100は、領域外ワーク領域に含まれる安全装置カウンタ領域の安全装置カウンタ値をロードし(A9707)、安全装置カウンタ値に獲得遊技球数を加算する(A9708)。獲得遊技球数は、1割込み内に獲得した賞球の数(合計)、即ち、1割込み内でのセーフ球数の増加であるため、ステップA9708において、差玉数(=セーフ球数-排出球数)ひいては安全装置カウンタ値(=差玉数+10万)が獲得遊技球数の分だけ増加して更新されることになる。 Next, the game control device 100 loads the safety counter value of the safety counter area included in the outside work area (A9707) and adds the number of acquired game balls to the safety counter value (A9708). The number of acquired game balls is the number of prize balls acquired within one interruption (total), i.e., the increase in the number of safe balls within one interruption, so in step A9708, the difference in the number of balls (= number of safe balls - number of discharged balls) and therefore the safety counter value (= difference in the number of balls + 100,000) are updated by increasing the number of acquired game balls.

続いて、遊技制御装置100は、安全装置カウンタ値がカウンタ基準値(195000)以上であるか否か(安全装置カウンタ≧195000であるか否か)を判定する(A9709)。安全装置カウンタ値がカウンタ基準値(195000)以上である場合に(A9709の結果が「Y」)、安全装置カウンタ値を上限値(195000のカウンタ基準値)まで戻すように安全装置カウンタ値に上限値(195000)をセットし(A9710)、加算後の値として上限値を安全装置カウンタ領域にセーブする(A9711)。なお、安全装置カウンタ値はステップA9708において上限値を超えて195000+αになることもある。ここで、αは、獲得遊技球数(1割込み内で獲得)の最大値未満であり、例えば、全ての入賞口スイッチに同時に入力があった場合の賞球の合計値よりも小さい。 Next, the game control device 100 judges whether the safety counter value is equal to or greater than the counter reference value (195000) (whether the safety counter is ≧195000) (A9709). If the safety counter value is equal to or greater than the counter reference value (195000) (the result of A9709 is “Y”), the upper limit value (195000) is set to the safety counter value so as to return the safety counter value to the upper limit value (counter reference value of 195000) (A9710), and the upper limit value is saved in the safety counter area as the value after the addition (A9711). Note that the safety counter value may exceed the upper limit value in step A9708 and become 195000+α. Here, α is less than the maximum value of the number of winning game balls (winning within one interruption), and is less than the total number of winning balls when all winning port switches are simultaneously input.

一方、安全装置カウンタ値がカウンタ基準値(195000)未満である場合に(A9709の結果が「N」)、上限値に制限する必要がないため、ステップA9708の加算処理による加算後の値をそのまま安全装置カウンタ領域にセーブする(A9711)。このようにして、安全装置カウンタ領域の安全装置カウンタ値が、加算後の値(上限値に制限されたものも含む)に更新される。 On the other hand, if the safety device counter value is less than the counter reference value (195,000) (the result of A9709 is "N"), there is no need to limit it to the upper limit value, so the value after the addition process of step A9708 is saved as is in the safety device counter area (A9711). In this way, the safety device counter value in the safety device counter area is updated to the value after the addition (including the value limited to the upper limit value).

なお、安全装置カウンタ値を上限値19500に制限することによって、安全装置カウンタ領域の範囲(バイト数又はビット数)が明確になり、遊技制御用プログラムの開発に都合がよい。 In addition, by limiting the safety device counter value to an upper limit of 19,500, the range of the safety device counter area (number of bytes or bits) becomes clear, which is convenient for developing game control programs.

次に、遊技制御装置100は、安全装置カウンタ値に対応する作動情報番号(ここでは0~2)を設定する(A9712)。0~189999の安全装置カウンタ値、190000~194999の安全装置カウンタ値、195000の安全装置カウンタ値のそれぞれに対応して、作動情報番号は、安全装置の未作動状態(通常状態)を示す「0」、作動予告状態を示す「1」、作動警告状態を示す「2」に設定される。なお、作動情報番号は、安全装置が作動中である作動状態を示す「3」には設定されない。ここで、前述のように条件(1)に関する差玉数を、最低値を基準とした差玉数(最低値の時点から現在までの所定期間における差玉数)とする場合には、ステップA9709において、現在の安全装置カウンタ値から、現在までの最低の安全装置カウンタ値を減算した値が、差玉基準値95000以上であるか否かを判定し、差玉基準値95000以上であればステップA9710で差玉数を95000に設定してよい。そして、ステップA9712において、最低値を基準として0~89999の差玉数、90000~94999の差玉数、95000の差玉数のそれぞれに対応して、作動情報番号は、安全装置の未作動状態(通常状態)を示す「0」、作動予告状態を示す「1」、作動警告状態を示す「2」に設定されてよい。また、上述の最低の安全装置カウンタ値は、領域外ワーク領域の最低値領域に保存され、現在の安全装置カウンタ値が保存された最低の安全装置カウンタ値よりも小さくなる度に、最低の安全装置カウンタ値は現在の安全装置カウンタ値に更新されてよい。なお、作動情報番号が「2」となると、後述のように、即時、又は、大当りや小当りの終了後に遊技停止状態になってしまう。このように、条件(1)に関する差玉数を最低値を基準とした差玉数とする場合、現時点での差玉数が差玉基準値95000以上であれば遊技停止状態が発生可能になるため、条件(1)に関する差玉数を、1日の営業における差玉数の最大増加幅(いわゆるMY)としたのと同等になる。 Next, the game control device 100 sets an operation information number (here, 0 to 2) that corresponds to the safety device counter value (A9712). Corresponding to safety device counter values of 0 to 189999, safety device counter values of 190000 to 194999, and safety device counter value of 195000, respectively, the operation information number is set to "0", indicating an unactivated state (normal state) of the safety device, "1", indicating an activation notice state, or "2", indicating an activation warning state. Note that the operation information number is not set to "3", indicating an activation state in which the safety device is activated. Here, as described above, when the difference in number of balls related to condition (1) is set to the difference in number of balls based on the minimum value (the difference in number of balls in a predetermined period from the time of the minimum value to the present), in step A9709, it is determined whether the value obtained by subtracting the minimum safety device counter value up to the present from the current safety device counter value is equal to or greater than the difference in number of balls reference value 95000, and if it is equal to or greater than the difference in number of balls reference value 95000, in step A9710, the difference in number of balls may be set to 95000. Then, in step A9712, the operation information number may be set to "0" indicating the non-operation state (normal state) of the safety device, "1" indicating the operation notice state, or "2" indicating the operation warning state, corresponding to the difference in number of balls of 0 to 89999, the difference in number of balls of 90000 to 94999, and the difference in number of balls of 95000 based on the minimum value, respectively. The minimum safety counter value may be stored in the minimum value area of the outside work area, and the minimum safety counter value may be updated to the current safety counter value whenever the current safety counter value becomes smaller than the stored minimum safety counter value. When the operation information number becomes "2", as described below, the game will be stopped immediately or after the end of a big win or small win. In this way, if the difference in the number of balls related to condition (1) is set to the minimum value as the standard, a game stop state can occur if the current difference in the number of balls is equal to or greater than the standard difference in the number of balls of 95,000, so the difference in the number of balls related to condition (1) is equivalent to the maximum increase in the number of balls during one day of business (so-called MY).

続いて、遊技制御装置100は、領域外ワーク領域に含まれる安全装置作動情報領域から現在の安全装置作動情報をロードして、旧作動情報領域にセーブする(A9713)。そして、旧作動情報が2で且つ作動情報番号が1(旧作動情報=2且つ作動情報番号=1)であるか否かを判定する(A9714)。旧作動情報=2且つ作動情報番号=1である場合(A9714の結果が「Y」)、作動情報番号を安全装置作動情報領域にセーブすることなく安全装置作動情報「2」(ロードした値)を維持して、差玉確認処理を終了する。これにより、安全装置作動情報が「2」から「1」に変化することが防止される(2→1の変化の防止)。そして、次回のタイマ割込み以降の差玉確認処理は、旧作動情報が2であるため(A9702の結果が「Y」)、すぐに終了して、安全装置カウンタ値と安全装置作動情報の更新は行われず、安全装置作動情報「2」が維持される。 Next, the game control device 100 loads the current safety device operation information from the safety device operation information area included in the outside work area and saves it in the old operation information area (A9713). Then, it is determined whether the old operation information is 2 and the operation information number is 1 (old operation information = 2 and operation information number = 1) (A9714). If the old operation information = 2 and the operation information number = 1 (the result of A9714 is "Y"), the safety device operation information "2" (loaded value) is maintained without saving the operation information number in the safety device operation information area, and the difference ball confirmation process is terminated. This prevents the safety device operation information from changing from "2" to "1" (prevention of change from 2 to 1). Then, since the old operation information is 2 (the result of A9702 is "Y"), the difference ball confirmation process after the next timer interrupt is immediately terminated, the safety device counter value and the safety device operation information are not updated, and the safety device operation information "2" is maintained.

一方、遊技制御装置100は、旧作動情報が2でないか又は作動情報番号が1でない場合に(A9714の結果が「N」:旧作動情報≠2又は作動情報番号≠1の場合)、作動情報番号を安全装置作動情報領域にセーブして、安全装置作動情報領域を更新する(A9715)。その後、差玉確認処理を終了する。なお、安全装置作動情報領域に作動警告状態を示す「2」がセーブされても、大当り中でも小当り中でもない場合には、後の安全装置作動監視処理において瞬時に安全装置の作動状態を示す「3」が安全装置作動情報領域にセーブされて、作動警告状態は発生しない。 On the other hand, if the old operation information is not 2 or the operation information number is not 1 (the result of A9714 is "N": old operation information ≠ 2 or operation information number ≠ 1), the game control device 100 saves the operation information number in the safety device operation information area and updates the safety device operation information area (A9715). After that, the difference ball confirmation process is terminated. Note that even if "2" indicating an operation warning state is saved in the safety device operation information area, if it is neither a big win nor a small win, "3" indicating the operation state of the safety device is instantly saved in the safety device operation information area in the subsequent safety device operation monitoring process, and an operation warning state does not occur.

このようにして、差玉確認処理において、0~189999の安全装置カウンタ値、190000~194999の安全装置カウンタ値、195000の安全装置カウンタ値のそれぞれに対応して、安全装置作動情報は、安全装置の未作動状態(通常状態)を示す「0」(安全装置未作動情報)、作動予告状態を示す「1」(安全装置作動予告情報)、作動警告状態を示す「2」(安全装置作動警告情報)に設定される。 In this way, in the difference ball confirmation process, the safety device operation information is set to "0" (safety device non-operation information) indicating a non-operated state (normal state) of the safety device, "1" (safety device operation warning information) indicating an operation warning state, or "2" (safety device operation warning information) indicating an operation warning state, corresponding to each of the safety device counter values of 0 to 189,999, 190,000 to 194,999, and 195,000.

安全装置作動情報の旧情報(A9713の旧作動情報)から更新後の新情報(A9715)への変化パターン(維持パターン含む)は、0→0、0→1、1→0、1→1、1→2、2→2のいずれかになり、前述のとおり、2→1の変化は防止されている(A9714)。 The change pattern (including maintenance patterns) from the old safety device operation information (old operation information of A9713) to the new information after the update (A9715) will be one of the following: 0 → 0, 0 → 1, 1 → 0, 1 → 1, 1 → 2, 2 → 2, and as mentioned above, a change from 2 to 1 is prevented (A9714).

なお、遊技制御装置100は、更新された安全装置カウンタ値(A9711)を示す差玉コマンド、或いは、更新された差玉数(=安全装置カウンタ値-10万)を示す差玉コマンドを、演出制御装置300(サブ基板)に送信し、演出制御装置300は表示装置41等に安全装置カウンタ値或いは差玉数を表示させてもよい。その場合、差玉確認処理において、旧作動情報領域の旧作動情報が2(安全装置作動警告情報)でも(A9702)、安全装置カウンタ値の更新を行うようにするとともに、ステップA9709とA9710の処理を省略して、安全装置カウンタ値を上限値19500に制限しないようにする。ただし、195000以上の安全装置カウンタ値に対応して、安全装置作動情報は、作動警告状態を示す「2」(安全装置作動警告情報)に設定されるようにする。 The game control device 100 may transmit a ball difference command indicating the updated safety device counter value (A9711) or a ball difference command indicating the updated number of balls difference (= safety device counter value - 100,000) to the performance control device 300 (sub-board), and the performance control device 300 may display the safety device counter value or the number of balls difference on the display device 41, etc. In that case, in the ball difference confirmation process, even if the old operation information in the old operation information area is 2 (safety device operation warning information) (A9702), the safety device counter value is updated, and the processes of steps A9709 and A9710 are omitted so that the safety device counter value is not limited to the upper limit value of 19,500. However, in response to a safety device counter value of 195,000 or more, the safety device operation information is set to "2" (safety device operation warning information) indicating an operation warning state.

以上、差玉確認処理について説明したが、差玉確認処理のステップA9706は、払い出された遊技媒体の数又は払い出されることが決定された遊技媒体の数である払出数(付与された遊技価値の量又は付与されることが決定された遊技価値の量)を計数可能な第1計数手段を構成する。差玉確認処理のステップA9703-A9705は、使用された遊技媒体の数である使用数(例えば発射球数又は排出球数)を計数可能な第2計数手段を構成する。差玉確認処理のステップA9708は、払出数と使用数とに基づいた演算値(例えば安全装置カウンタ値又は差玉数)を演算可能な演算手段を構成する。 The above describes the difference ball confirmation process. Step A9706 of the difference ball confirmation process constitutes a first counting means capable of counting the payout number (the amount of game value granted or the amount of game value determined to be granted), which is the number of game media paid out or the number of game media decided to be paid out. Steps A9703-A9705 of the difference ball confirmation process constitute a second counting means capable of counting the usage number (e.g., the number of balls fired or the number of balls discharged), which is the number of game media used. Step A9708 of the difference ball confirmation process constitutes a calculation means capable of calculating a calculation value (e.g., safety device counter value or difference ball number) based on the payout number and the usage number.

〔安全装置作動監視処理〕
次に、領域外統合処理(図57)における安全装置作動監視処理(A9506)の詳細について説明する。図60は、安全装置作動監視処理の手順を示すフローチャートである。安全装置作動監視処理は、領域外処理であり前述の領域外プログラムの一部として実行される。
[Safety device operation monitoring process]
Next, the details of the safety device operation monitoring process (A9506) in the outside area integration process (FIG. 57) will be described. FIG. 60 is a flowchart showing the procedure of the safety device operation monitoring process. The safety device operation monitoring process is an outside area process and is executed as a part of the outside area program described above.

遊技制御装置100は、まず、安全装置作動情報が2以上(安全装置作動情報≧2)であるか否かを判定する(A9801)。安全装置作動情報が2以上である場合に(A9801の結果が「Y」)、即ち、安全装置作動警告情報(値2)又は安全装置作動中情報(値3)が設定されている場合に、大当り中又は小当り中であるか否かを判定する(A9802)。ここで、大当り中又は小当り中であるか否かは、例えば、ゲーム処理番号(特図ゲーム処理番号、役物ゲーム処理番号)に基づいて判定できる。ゲーム処理番号は、領域内ワーク領域のゲーム処理番号領域(特図ゲーム処理番号領域、役物ゲーム処理番号領域)に記憶される。 The game control device 100 first determines whether the safety device activation information is 2 or more (safety device activation information ≧2) (A9801). If the safety device activation information is 2 or more (the result of A9801 is “Y”), that is, if the safety device activation warning information (value 2) or the safety device activation information (value 3) is set, it determines whether a big win or a small win is occurring (A9802). Here, whether a big win or a small win is occurring can be determined, for example, based on the game processing number (special game processing number, accessory game processing number). The game processing number is stored in the game processing number area (special game processing number area, accessory game processing number area) of the in-area work area.

例えば、大当りファンファーレのゲーム処理番号から大当りエンディングのゲーム処理番号なら、大当り中と判定できる。本実施形態では、役物ゲーム処理番号が1から5なら大当り中と判定できる。また、例えば、小当り開始(又は小当りファンファーレ(存在する場合のみ))のゲーム処理番号から小当り残存球処理(又は小当りのエンディング(存在する場合のみ))のゲーム処理番号なら、小当り中と判定できる。本実施形態では、特図ゲーム処理番号が3から5なら小当り中と判定できる。なお、小当り図柄が導出された時点から小当り中と判定してもよいし、大当り図柄が導出された時点から大当り中と判定してもよい。小当り中のV入賞によって大当りが発生する場合では、V入賞があった時点から大当り中と判定してもよい。 For example, if the game processing number of the big win fanfare is the game processing number of the big win ending, it can be determined that a big win is occurring. In this embodiment, if the accessory game processing number is 1 to 5, it can be determined that a big win is occurring. Also, for example, if the game processing number of the small win start (or small win fanfare (only if present)) is the game processing number of the small win remaining ball processing (or small win ending (only if present)), it can be determined that a small win is occurring. In this embodiment, if the special game processing number is 3 to 5, it can be determined that a small win is occurring. It may be determined that a small win is occurring from the time when the small win pattern is derived, or that a big win is occurring from the time when the big win pattern is derived. In the case where a big win occurs due to a V winning during a small win, it may be determined that a big win is occurring from the time when the V win is achieved.

遊技制御装置100は、小当り中でも大当り中でもない場合に(A9802の結果が「N」)、領域外ワーク領域に含まれる安全装置作動情報領域から現在の安全装置作動情報をロードして、旧作動情報領域にセーブする(A9803)。そして、安全装置作動情報領域に安全装置作動中情報(値3)をセーブして、安全装置作動情報領域を更新する(A9804)。 When the game control device 100 is neither a small win nor a big win (the result of A9802 is "N"), it loads the current safety device activation information from the safety device activation information area included in the outside work area and saves it in the old activation information area (A9803). Then, it saves the safety device activation information (value 3) in the safety device activation information area and updates the safety device activation information area (A9804).

一方、安全装置作動情報が2より小さい「0」又は「1」の場合に(A9801の結果が「N」)、或いは、大当り中又は小当り中である場合に(A9802の結果が「Y」)、安全装置作動監視処理をすぐに終了して、実質的に安全装置作動監視処理では何もしない。 On the other hand, if the safety device activation information is "0" or "1" which is less than 2 (the result of A9801 is "N"), or if a big win or small win is occurring (the result of A9802 is "Y"), the safety device activation monitoring process is immediately terminated and essentially nothing is done in the safety device activation monitoring process.

以上のように、安全装置作動警告情報(値2)が設定されており安全装置の作動を警告する作動警告状態(条件(1)が成立し、条件(2)は未成立)において、大当り又は小当りが終了することによって小当り中でも大当り中でもなくなったら(条件(2)が成立したら)、安全装置作動情報を安全装置作動中情報(値3)に設定する(安全装置作動情報の2→3の変化)(A9804)。これによって、安全装置作動中フラグを「1」にして(安全装置関連処理のA9410)、安全装置が作動した作動状態(打ち止め状態)、即ち、遊技として特図変動表示ゲーム、普図変動表示ゲーム、及び、ラウンド遊技等が実行できない遊技停止状態(遊技不可状態、遊技禁止状態)を発生できることになる。このように、安全装置作動中フラグは、安全装置作動情報領域(領域外ワーク領域の一部)の安全装置作動情報に基づいて設定可能である。そして、「1」の安全装置作動中フラグは、作動条件(所定条件)の成立に基づいて安全装置が作動したこと(作動中であること)や遊技不可状態の発生を示すことになる。なお、「1」の安全装置作動中フラグに基づいて、ステップA1309、A1603、A1612、A2201等の結果が「Y」となり、遊技停止状態が発生する。 As described above, in the operation warning state (condition (1) is satisfied and condition (2) is not satisfied) in which the safety device is activated and the safety device is activated, if the big win or small win ends and the small win or big win is no longer occurring (if condition (2) is satisfied), the safety device activation information is set to safety device activation information (value 3) (change of safety device activation information from 2 to 3) (A9804). This sets the safety device activation flag to "1" (A9410 of safety device related processing), and an activation state (stop state) in which the safety device is activated, that is, a game stop state (unplayable state, game prohibited state) in which the special chart change display game, the normal chart change display game, and round play cannot be performed as games, can be generated. In this way, the safety device activation flag can be set based on the safety device activation information in the safety device activation information area (part of the outside work area). A safety activation flag of "1" indicates that the safety has been activated (is in operation) based on the establishment of an activation condition (predetermined condition) and indicates the occurrence of a game-disabled state. Based on a safety activation flag of "1", the results of steps A1309, A1603, A1612, A2201, etc. become "Y", and a game-disabled state occurs.

安全装置が作動して遊技ができなくなることによって、差玉数やセーフ球数が大きい場合などに不正対策を適切に行うことができ、また、差玉数やセーフ球数を抑制することによって遊技者の遊技に対するのめり込みも抑制できる可能性がある。 By activating the safety device and preventing play, it is possible to take appropriate measures against fraud when the difference in the number of balls or the number of safe balls is large, and by limiting the difference in the number of balls or the number of safe balls, it may also be possible to prevent players from becoming addicted to the game.

なお、195000の安全装置カウンタ値に達して安全装置作動警告情報(値2)が設定されていても(差玉確認処理のA9712、A9715)、大当り中でも小当り中でもない場合には(A9802の結果が「N」)、安全装置作動情報が瞬時に安全装置作動警告情報(値2)から安全装置作動中情報(値3)に切り替わることになる(A9804)。即ち、この場合には、作動警告コマンドが演出制御装置300に送信される前に、安全装置作動情報領域の安全装置作動警告情報(値2)が安全装置作動中情報(値3)で上書きされ消去されてしまう。従って、大当り中でも小当り中でもない場合に、安全装置カウンタ値が195000に達すると、安全装置の作動を警告する作動警告状態は発生せず、直後から安全装置が作動して遊技停止状態(遊技不可状態、遊技禁止状態)が発生する。なお、これは前述のように安全装置作動情報が瞬時に1→2→3と変化することに相当するが(2は瞬間値になり作動警告状態は発生しない)、安全装置の作動を予告する作動予告状態から安全装置が作動中である作動状態に移行したことに対応して、作動中コマンドが安全装置作動関連コマンドとして演出制御装置300に送信される(A9405、A9407)。 Even if the safety device counter value reaches 195,000 and the safety device activation warning information (value 2) is set (A9712, A9715 of the difference ball confirmation process), if it is neither a big win nor a small win (the result of A9802 is "N"), the safety device activation information will instantly switch from the safety device activation warning information (value 2) to the safety device activation information (value 3) (A9804). That is, in this case, before the activation warning command is sent to the performance control device 300, the safety device activation warning information (value 2) in the safety device activation information area is overwritten and erased with the safety device activation information (value 3). Therefore, if the safety device counter value reaches 195,000 when it is neither a big win nor a small win, the activation warning state that warns of the activation of the safety device does not occur, and the safety device is activated immediately and a game stop state (unplayable state, game prohibited state) occurs. As mentioned above, this corresponds to the safety device operation information changing instantly from 1 to 2 to 3 (2 is an instantaneous value and does not result in an operation warning state), but in response to the transition from an operation warning state, which warns of the safety device's operation, to an operation state, in which the safety device is in operation, an operation command is sent to the performance control device 300 as a safety device operation-related command (A9405, A9407).

また、安全装置作動警告情報(値3)が設定されており、安全装置が既に作動して遊技停止状態になっている場合には、領域外統合処理は実行されないため(A1320の結果が「Y」)、安全装置作動情報を安全装置作動中情報(値3)に維持し、遊技停止状態を継続する。 In addition, if the safety device activation warning information (value 3) is set and the safety device has already been activated to stop play, the out-of-area integration process is not executed (result of A1320 is "Y"), so the safety device activation information is maintained as safety device activated information (value 3) and the game stop state continues.

なお、本実施形態では、小当り中においてV入賞の前後のいずれでも、195000の安全装置カウンタ値に到達して安全装置作動警告情報(値2)が設定されたら、V入賞による大当りの終了後に、ステップA9804で安全装置作動中情報(値3)を設定して遊技停止状態にする(大当りは発生する)。しかし、他の例として、小当り中においてV入賞の前に安全装置作動警告情報(値2)が設定されたら、小当り終了直後に安全装置作動中情報(値3)を設定して遊技停止状態にし(大当りは発生せず)、小当り中においてV入賞の後に安全装置作動警告情報(値2)が設定されたら、V入賞による大当り終了後に安全装置作動中情報(値3)を設定して遊技停止状態にしてよい(大当りは発生する)。また、さらなる他の例として、小当り中においてV入賞の前後のいずれで安全装置作動警告情報(値2)が設定されても、小当り終了直後に、安全装置作動中情報(値3)を設定して遊技停止状態にしてよい(大当りは発生しない)。 In this embodiment, when the safety device counter value reaches 195,000 and the safety device activation warning information (value 2) is set during a small win, whether before or after a V win, the safety device activation information (value 3) is set in step A9804 after the end of the jackpot due to the V win, and the game is stopped (a jackpot occurs). However, as another example, if the safety device activation warning information (value 2) is set before the V win during a small win, the safety device activation information (value 3) is set immediately after the end of the small win, and the game is stopped (a jackpot does not occur), and if the safety device activation warning information (value 2) is set after the V win during a small win, the safety device activation information (value 3) may be set after the end of the jackpot due to the V win, and the game may be stopped (a jackpot occurs). As yet another example, even if the safety device activation warning information (value 2) is set before or after a V win during a small win, the safety device activation information (value 3) may be set immediately after the end of the small win, causing the game to stop (a big win will not occur).

[演出制御装置の制御]
以下に、演出制御装置300が演出制御用プログラムによって実行する制御(処理)を説明する。
[Control of the production control device]
The control (processing) that the performance control device 300 executes using the performance control program will be described below.

〔メイン処理(演出制御装置)〕
最初に、演出制御装置300によって実行されるメイン処理の詳細を説明する。図61は、演出制御装置300によって実行されるメイン処理(メインプログラム)の手順を示すフローチャートである。メイン処理は、遊技機10に電源が投入されると主制御用マイコン311(演出用マイコン)によって実行される。なお、演出制御装置300が実行する処理のフローチャートにおいて、ステップの符号(番号)は「B****」と表されている。
[Main processing (performance control device)]
First, the main processing executed by the performance control device 300 will be described in detail. Fig. 61 is a flowchart showing the procedure of the main processing (main program) executed by the performance control device 300. The main processing is executed by the main control microcomputer 311 (performance microcomputer) when the gaming machine 10 is powered on. In the flowchart of the processing executed by the performance control device 300, the step symbols (numbers) are represented as "B****".

演出制御装置300は、メイン処理の実行が開始されると、まず、割込みを禁止する(B0001)。次にCPU311及びVDP312の初期設定を実行し(B0002、B0003)、割込みを許可する(B0004)。割込みが許可されると、遊技制御装置100から送信されたコマンドを受信するコマンド受信割込み処理を実行可能な状態となる。 When the execution of the main process begins, the performance control device 300 first prohibits interrupts (B0001). Next, it executes initial settings for the CPU 311 and VDP 312 (B0002, B0003), and then permits interrupts (B0004). When interrupts are permitted, it becomes possible to execute command reception interrupt processing, which receives commands sent from the game control device 100.

次に、演出制御装置300は、表示装置41等に表示する表示用データの生成を許可し(B0005)、乱数生成に用いる乱数シードを設定する(B0006)。そして、初期化すべき領域に電源投入時の初期値をセーブする(B0007)。 The performance control device 300 then permits the generation of display data to be displayed on the display device 41, etc. (B0005), and sets a random number seed to be used for random number generation (B0006). Then, it saves the initial value at power-on in the area to be initialized (B0007).

続いて、演出制御装置300は、WDT(ウォッチドックタイマ)をクリアする(B0008)。WDTは、上述したCPU初期設定(B0002)で起動され、CPU311が正常に動作しているかどうかを監視する。WDTが一定周期を経過してもクリアされない場合は、WDTがタイムアップしてCPU311がリセットされる。 Next, the performance control device 300 clears the WDT (watchdog timer) (B0008). The WDT is started by the CPU initial setting (B0002) described above, and monitors whether the CPU 311 is operating normally. If the WDT is not cleared after a certain period of time has passed, the WDT times out and the CPU 311 is reset.

その後、演出制御装置300は、RTC(リアルタイムクロック)338から時刻の情報を読み込むRTC読込処理を実行する(B0009)。 Then, the performance control device 300 executes an RTC reading process to read time information from the RTC (real-time clock) 338 (B0009).

RTC読込処理では、所定の周期(例えば2時間おき)でRTC338から時刻の情報を読み込む構成としてもよく、ステップB0009へ処理が移行する度に時刻の情報を読み込む必要はない。演出制御装置300への電源投入(即ち遊技機10への電源投入)の際に、一度だけ、RTC読込処理を実行する構成としてもよい(RTC読込処理の位置を変えて、例えばステップB0003とB0004の間で実行してもよい)。演出制御装置300は、RAM内のタイマ領域に時刻を計時する時刻用タイマ(計時手段)を設定し、所定の周期でRTC338から時刻の情報を読み込んだ際又は電源投入時に一度だけRTC338から時刻の情報を読み込んだ際に、時刻用タイマ(計時手段)をRTC338の時刻に合わせるよう調整してよい。そして、演出制御装置300は、時刻用タイマを使用して各種処理を実行してもよい。このようにすれば、RTC338から時刻を読み込む処理の回数を低減でき、CPU311の負荷が減少する。 In the RTC read process, the time information may be read from the RTC 338 at a predetermined cycle (for example, every two hours), and it is not necessary to read the time information each time the process moves to step B0009. The RTC read process may be executed only once when the power is turned on to the performance control device 300 (i.e., when the power is turned on to the gaming machine 10) (the position of the RTC read process may be changed and executed, for example, between steps B0003 and B0004). The performance control device 300 may set a time timer (timekeeping means) that keeps time in a timer area in the RAM, and adjust the time timer (timekeeping means) to match the time of the RTC 338 when the time information is read from the RTC 338 at a predetermined cycle or when the time information is read from the RTC 338 only once when the power is turned on. The performance control device 300 may then use the time timer to execute various processes. This reduces the number of times the time is read from the RTC 338, reducing the load on the CPU 311.

次に、演出制御装置300は、遊技者による演出ボタン25の操作信号(演出ボタンスイッチ25a又はタッチパネル25bの信号)を検出したり、検出した信号に応じて演出内容(設定)を変更したりする演出ボタン入力処理を実行する(B0010)。続いて、遊技場(遊技店)の責任者や遊技者等によるLEDや液晶(表示装置41等)の輝度、音量の変更などの操作を受け付けるホール・遊技者設定モード処理を実行する(B0011)。操作としては、十字キースイッチ450、音量調整用ボタンスイッチ451a,451b、演出ボタン25、遊技機裏面の音量調節スイッチ335などの操作部の操作がある。ホール・遊技者設定モード処理において、後述の演出ポイントに応じて、遊技者は演出をカスタマイズすることができる。 Next, the performance control device 300 executes a performance button input process (B0010) that detects the operation signal of the performance button 25 by the player (signal of the performance button switch 25a or touch panel 25b) and changes the performance content (settings) according to the detected signal. Then, it executes a hall/player setting mode process (B0011) that accepts operations such as changing the brightness and volume of the LED or LCD (display device 41, etc.) by the person in charge of the game arcade (game arcade) or the player. The operations include operating the operation parts such as the cross key switch 450, the volume adjustment button switches 451a, 451b, the performance button 25, and the volume adjustment switch 335 on the back of the gaming machine. In the hall/player setting mode process, the player can customize the performance according to the performance points described below.

次に、演出制御装置300は、演出ポイントの加算やクリアを実行する演出ポイント制御処理を実行する(B0012)。演出ポイント制御処理では、演出ポイントの加算対象となる演出や操作が実行されることで演出ポイントが加算される処理がされ、また、演出ポイントを次回の遊技に繰り越せるよう遊技終了時又は遊技停止時(打ち止め時)などに、例えば、演出ポイントの情報等を含む情報が2次元コードであるQRコード(登録商標)として表示装置41に表示される。例えば、演出制御装置300は、ホール・遊技者設定モード処理や安全装置系処理(作動中コマンド受信時)において、QRコード(登録商標)を表示装置41に表示できる。 Next, the performance control device 300 executes a performance point control process that adds or clears performance points (B0012). In the performance point control process, performance points are added by executing a performance or operation that is eligible for adding performance points, and when the game ends or is stopped (when the game is stopped), information including performance point information, for example, is displayed on the display device 41 as a two-dimensional code, a QR code (registered trademark). For example, the performance control device 300 can display a QR code (registered trademark) on the display device 41 during hall/player setting mode processing or safety device processing (when an operating command is received).

次に、演出制御装置300は、演出乱数などの乱数を更新するための乱数更新処理を実行し(B0013)、遊技制御装置100から受信した受信コマンドを解析して対応する受信コマンドチェック処理を実行する(B0014)。なお、受信コマンドチェック処理の詳細については、図62にて後述する。 Next, the performance control device 300 executes a random number update process to update random numbers such as performance random numbers (B0013), analyzes the received command received from the game control device 100, and executes a corresponding received command check process (B0014). Details of the received command check process will be described later in FIG. 62.

続いて、演出制御装置300は、表示装置41で表示される客待ちデモの内容を編集して制御する客待ちデモ編集処理を実行し(B0015)、客待ち中の遊技機10の節電状態を制御する節電制御処理を実行する(B0016)。 Then, the performance control device 300 executes a customer waiting demo editing process (B0015) to edit and control the content of the customer waiting demo displayed on the display device 41, and executes a power saving control process (B0016) to control the power saving state of the gaming machine 10 while it is waiting for customers.

次に、演出制御装置300は、表示装置41等の表示装置(表示手段)に表示する内容に合わせて各種データの更新を行ったり、表示装置41に表示する描画を表示フレームバッファに設定したりする演出表示編集処理を実行する(B0017)。このとき設定される描画データは、フレーム周期1/30秒(約33.3msec)以内にVDP312が描画を完了することができるものであれば問題なく表示装置41の画像を更新することができる。そして、表示フレームバッファへの描画準備を完了させて描画コマンド準備終了設定を実行する(B0018)。 The performance control device 300 then executes a performance display editing process (B0017) that updates various data according to the content to be displayed on a display device (display means) such as the display device 41, and sets the drawing to be displayed on the display device 41 in the display frame buffer. The drawing data set at this time can update the image on the display device 41 without any problems as long as the VDP 312 can complete the drawing within a frame period of 1/30 seconds (approximately 33.3 msec). Then, the performance control device 300 completes preparation for drawing in the display frame buffer and executes drawing command preparation end setting (B0018).

続いて、演出制御装置300は、フレーム切替タイミングであるか否かを判定する(B0019)。フレーム切替タイミングでない場合は(B0019の結果が「N」)、フレーム切替タイミングになるまでB0019の処理を繰り返し、フレーム切替タイミングである場合は(B0019の結果が「Y」)、表示装置41への画面描画を指示する(B0020)。本実施形態のフレーム周期は1/30秒なので、例えば1/60秒(フレーム周期の1/2)毎の周期的なVブランク(画像更新)が2回実行されるとフレームの切り替えが行われる。なお、1/60秒で画像を更新せず、さらに間隔を大きくしてもよい。 The performance control device 300 then determines whether it is frame switching timing (B0019). If it is not frame switching timing (the result of B0019 is "N"), the process of B0019 is repeated until it is frame switching timing, and if it is frame switching timing (the result of B0019 is "Y"), the display device 41 is instructed to draw on the screen (B0020). Since the frame period in this embodiment is 1/30 seconds, frames are switched when, for example, a periodic V blank (image update) every 1/60 seconds (1/2 the frame period) is executed twice. Note that the image may not be updated every 1/60 seconds, and the interval may be increased even further.

また、演出制御装置300は、スピーカ19から出力される音を制御するサウンド制御処理を実行する(B0021)。 The performance control device 300 also executes a sound control process to control the sound output from the speaker 19 (B0021).

また、演出制御装置300は、LED等からなる装飾装置(盤装飾装置46、枠装飾装置18)を制御する装飾制御処理を実行する(B0022)。装飾制御処理では、例えば、LED等の装飾装置の輝度制御(発光制御)を実行する。 The performance control device 300 also executes a decoration control process (B0022) that controls decoration devices (board decoration device 46, frame decoration device 18) that are made up of LEDs, etc. In the decoration control process, for example, brightness control (light emission control) of decoration devices such as LEDs is executed.

さらに、演出制御装置300は、モータ及びソレノイドで駆動される可動役物(電動役物)などの演出装置(盤演出装置44、枠演出装置等)を制御する可動体制御処理を実行する(B0023)。可動体制御処理では、例えば、モータを駆動する役物動作演出を設定する。 Furthermore, the performance control device 300 executes a movable body control process that controls performance devices (board performance device 44, frame performance device, etc.) such as movable props (electric props) driven by motors and solenoids (B0023). In the movable body control process, for example, a prop operation performance that drives a motor is set.

そして、演出制御装置300は、前述のB0023の処理を終えると、B0008の処理に戻る。以降、B0008からB0023までの処理を繰り返す。 Then, when the performance control device 300 finishes the above-mentioned processing of B0023, it returns to processing of B0008. Thereafter, it repeats the processing from B0008 to B0023.

〔受信コマンドチェック処理〕
次に、図62を参照して、上述したメイン処理(図61)における受信コマンドチェック処理(B0014)の詳細について説明する。図62は、演出制御装置300によって実行される受信コマンドチェック処理の手順を示すフローチャートである。
[Received command check process]
Next, the details of the received command check process (B0014) in the above-mentioned main process (FIG. 61) will be described with reference to Fig. 62. Fig. 62 is a flowchart showing the procedure of the received command check process executed by the performance control device 300.

演出制御装置300は、まず、遊技制御装置100から受信したコマンド数をチェックするためにRAMのコマンド受信カウンタ領域のコマンド受信カウンタの値をコマンド受信数としてロードする(B1101)。そして、コマンド受信数が0でないか否かを判定する(B1102)。コマンド受信数が0である場合、すなわち、遊技制御装置100から受信したコマンドがない場合には(B1102の結果が「N」)、解析するコマンドがないので、受信コマンドチェック処理を終了する。 The performance control device 300 first loads the value of the command reception counter in the command reception counter area of the RAM as the number of received commands to check the number of commands received from the game control device 100 (B1101). It then determines whether the number of received commands is not 0 (B1102). If the number of received commands is 0, that is, if no commands have been received from the game control device 100 (the result of B1102 is "N"), there are no commands to analyze, so the received command check process is terminated.

一方、演出制御装置300は、コマンド受信数が0でない場合、すなわち、遊技制御装置100からコマンドを受信している場合には(B1102の結果が「Y」)、コマンド受信カウンタ領域のコマンド受信カウンタ値をコマンド受信数分減算した後(B1103)、RAMの受信コマンドバッファの内容を解析用のコマンド領域にコピーする(B1104)。ここで、受信コマンドバッファはリングバッファなので、バッファ内の内容をコマンド領域にコピーする前にコマンド受信数を減算しても問題ない。また、コピー中に新たにコマンドを受信してもデータが上書きされることはない。 On the other hand, if the number of received commands is not 0, i.e., if a command has been received from the game control device 100 (the result of B1102 is "Y"), the performance control device 300 subtracts the number of received commands from the command reception counter value in the command reception counter area (B1103), and then copies the contents of the received command buffer in RAM to a command area for analysis (B1104). Here, since the received command buffer is a ring buffer, there is no problem in subtracting the number of received commands before copying the contents of the buffer to the command area. Furthermore, even if a new command is received during copying, the data will not be overwritten.

そして、演出制御装置300は、コマンド読出インデックスを0~31の範囲で+1更新(1だけ加算)する(B1105)。受信コマンドバッファは受信したコマンドを32個まで保存できるよう構成されている。受信したコマンドは、コマンド読出インデックス0~31の順に受信コマンドバッファに格納されており、ここではインデックス順に受信したコマンドを読み出して、解析用のコマンド領域にコピーする。なお、解析用のコマンド領域へのコピーが完了したタイミングで、読みだしたコマンド読出インデックスに対応する受信コマンドバッファの格納領域内はクリアされる。 Then, the performance control device 300 updates the command read index by +1 (adds 1) within the range of 0 to 31 (B1105). The received command buffer is configured to store up to 32 received commands. The received commands are stored in the received command buffer in the order of command read index 0 to 31, and here the received commands are read out in index order and copied to the command area for analysis. Note that when copying to the command area for analysis is completed, the storage area of the received command buffer corresponding to the read command read index is cleared.

演出制御装置300は、ステップB1101の処理にてロードしたコマンド受信数分のコマンドのコピーが完了したか否かを判定し(B1106)、コピーが完了していない場合は(B1106の結果が「N」)、ステップB1104からB1106の処理を繰り返す。 The performance control device 300 determines whether copying of the number of commands received and loaded in the processing of step B1101 has been completed (B1106), and if copying has not been completed (result of B1106 is "N"), the processing of steps B1104 to B1106 is repeated.

遊技制御装置100から送信されたコマンドを演出制御装置300が受信すると、受信コマンドバッファに受信したコマンドの内容が保存されると同時にコマンド受信カウンタ領域のコマンド受信カウンタ値が加算更新される。受信コマンドバッファには32個分のコマンドを保存することができるが、受信したコマンドの解析は、別途、解析用のコマンド領域で行われる。そして、解析用のコマンド領域に受信したコマンドの内容がコピーされると、受信コマンドバッファ及びコマンド受信カウンタ値はクリアされる。このように、受信コマンドバッファ内で直接解析を行わずに常に空き領域を確保しておくことで、コマンドの大量受信に備えることができる。 When the performance control device 300 receives a command sent from the game control device 100, the contents of the received command are stored in the received command buffer and at the same time the command reception counter value in the command reception counter area is incremented and updated. The received command buffer can store 32 commands, but analysis of the received commands is performed in a separate command area for analysis. Then, when the contents of the received command are copied to the command area for analysis, the received command buffer and the command reception counter value are cleared. In this way, by always securing free space in the received command buffer without directly performing analysis, it is possible to prepare for the reception of a large number of commands.

続いて、演出制御装置300は、コピーが完了した場合には(B1106の結果が「Y」)、解析用のコマンド領域の受信したコマンド内容をロードし(B1107)、内容を解析する受信コマンド解析処理を実行する(B1108)。なお、受信コマンド解析処理の詳細については、次の図63にて後述する。また、解析用のコマンド領域のアドレスを更新する(B1109)。その後、ステップB1101の処理にてロードしたコマンド受信数分のコマンドの解析が完了したか否かを判定し(B1110)、解析が完了していない場合は(B1110の結果が「N」)、ステップB1107からB1110の処理を繰り返す。解析が完了した場合には(B1110の結果が「Y」)、受信コマンドチェック処理を終了する。 Next, when the copying is complete (result of B1106 is "Y"), the performance control device 300 loads the received command contents in the command area for analysis (B1107) and executes a received command analysis process to analyze the contents (B1108). Details of the received command analysis process will be described later in the next Figure 63. The address of the command area for analysis is also updated (B1109). After that, it is determined whether or not analysis of the number of commands received that were loaded in the process of step B1101 has been completed (B1110), and if analysis has not been completed (result of B1110 is "N"), the processes of steps B1107 to B1110 are repeated. When analysis has been completed (result of B1110 is "Y"), the received command check process is terminated.

〔受信コマンド解析処理〕
次に、図63を参照して、前述した受信コマンドチェック処理(図62)における受信コマンド解析処理(B1108)の詳細について説明する。図63は、演出制御装置300によって実行される受信コマンド解析処理の手順を示すフローチャートである。
[Received command analysis process]
Next, the details of the received command analysis process (B1108) in the above-mentioned received command check process (FIG. 62) will be described with reference to Fig. 63. Fig. 63 is a flowchart showing the procedure of the received command analysis process executed by the performance control device 300.

演出制御装置300は、まず、受信したコマンドの上位バイトをMODE部、下位バイトをACTION部(ACT部)として分離する(B1201)。遊技制御装置100から演出制御装置300に送信されるコマンドは、MODE部(MODEコマンド)及びACTION部(ACTIONコマンド)によって構成されており、通常、コマンドの種類を示すMODE部から連続して送信される。従って、受信したコマンドの上位、下位はMODE部、ACTION部の順に構成される。 First, the performance control device 300 separates the upper byte of the received command into a MODE section and the lower byte into an ACTION section (ACT section) (B1201). The command sent from the game control device 100 to the performance control device 300 is composed of a MODE section (MODE command) and an ACTION section (ACTION command), and is usually sent consecutively starting from the MODE section, which indicates the type of command. Therefore, the upper and lower parts of the received command are composed of the MODE section and ACTION section, in that order.

次に、演出制御装置300は、MODE部が正常範囲であるか否かを判定する(B1202)。すなわち、コマンドの種類を示すMODE部が取り得る値(種類を示すコマンド仕様として割り当てられた値)であるか否かを判定する。そして、MODE部が正常範囲である場合には(B1202の結果が「Y」)、同様にACTION部が正常範囲であるか否かを判定する(B1203)。すなわち、コマンドの内容(具体的な演出指示等)を示すACTION部が取り得る値(内容を示すコマンド仕様として割り当てられた値)であるか否かを判定する。そして、ACTION部が正常範囲である場合には(B1203の結果が「Y」)、さらに、MODE部に対するACTION部は正しい組み合せか否かを判定する(B1204)。すなわち、ACTION部の値が、MODE部によって特定される種類のコマンドが取り得る値であるのか否かを判定する。そして、正しい組み合せである場合には(B1204の結果が「Y」)、B1205以降の処理でコマンドの系統に応じたコマンド処理を実行する。 Next, the performance control device 300 judges whether the MODE section is within the normal range (B1202). That is, it judges whether the MODE section indicating the type of command is a possible value (a value assigned as a command specification indicating the type). If the MODE section is within the normal range (the result of B1202 is "Y"), it similarly judges whether the ACTION section is within the normal range (B1203). That is, it judges whether the ACTION section indicating the content of the command (specific performance instructions, etc.) is a possible value (a value assigned as a command specification indicating the content). If the ACTION section is within the normal range (the result of B1203 is "Y"), it further judges whether the ACTION section for the MODE section is a correct combination (B1204). That is, it judges whether the value of the ACTION section is a possible value for the type of command specified by the MODE section. If the combination is correct (the result of B1204 is "Y"), command processing according to the command system is executed in the processing from B1205 onwards.

演出制御装置300は、まず、MODE部の値が変動系コマンドの範囲か否かを判定する(B1205)。なお、変動系コマンドは、飾り特別図柄の変動パターンなどを指令するコマンドであり、例えば変動コマンドがある。そして、MODE部が変動系コマンドを表す場合には(B1205の結果が「Y」)、変動系コマンド処理を実行し(B1206)、受信コマンド解析処理を終了する。 The performance control device 300 first determines whether the value of the MODE section is within the range of the change command (B1205). Note that a change command is a command that instructs the change pattern of the special decorative pattern, and an example of such a command is a change command. Then, if the MODE section represents a change command (the result of B1205 is "Y"), the change command process is executed (B1206) and the received command analysis process is terminated.

演出制御装置300は、MODE部が変動系コマンドを表していない場合には(B1205の結果が「N」)、次に、MODE部が当り系コマンドの範囲か否かを判定する(B1207)。なお、当り系コマンドは、大当り中や小当り中の演出に関する動作(ファンファーレ画面やラウンド画面の表示など)などを指令するコマンドであり、例えば、ファンファーレ画面を指令するためのファンファーレコマンド、ラウンド画面を指令するためのラウンドコマンド、インターバル画面を指令するためのインターバルコマンド、エンディング画面を指令するためのエンディングコマンドなどである。そして、MODE部が当り系コマンドを表す場合には(B1207の結果が「Y」)、当り系コマンド処理を実行し(B1208)、受信コマンド解析処理を終了する。 If the MODE section does not represent a variable command (result of B1205 is "N"), the performance control device 300 next determines whether the MODE section is within the range of a win command (B1207). Note that a win command is a command that commands operations related to the performance during a big win or small win (such as displaying a fanfare screen or round screen), such as a fanfare command to command a fanfare screen, a round command to command a round screen, an interval command to command an interval screen, and an ending command to command an ending screen. Then, if the MODE section represents a win command (result of B1207 is "Y"), the performance control device 300 executes a win command process (B1208) and ends the received command analysis process.

演出制御装置300は、MODE部が当り系コマンドを表していない場合には(B1207の結果が「N」)、次に、MODE部が図柄系コマンドの範囲か否かを判定する(B1209)。なお、図柄系コマンドには、例えば、停止図柄パターンに対応する飾り特図1コマンドと飾り特図2コマンドがある。そして、MODE部が図柄系コマンドを表す場合には(B1209の結果が「Y」)、図柄系コマンド処理を実行し(B1210)、受信コマンド解析処理を終了する。 If the MODE section does not represent a winning command (result of B1207 is "N"), the performance control device 300 next determines whether the MODE section is within the range of a pattern command (B1209). Note that pattern commands include, for example, the decorative special pattern 1 command and the decorative special pattern 2 command that correspond to the stopping pattern. Then, if the MODE section represents a pattern command (result of B1209 is "Y"), it executes pattern command processing (B1210) and ends the received command analysis processing.

演出制御装置300は、MODE部が図柄系コマンドを表していない場合には(B1209の結果が「N」)、次に、MODE部が単発系コマンドの範囲か否かを判定する(B1211)。そして、MODE部が単発系コマンドを表す場合には(B1211の結果が「Y」)、単発系コマンド処理を実行し(B1212)、受信コマンド解析処理を終了する。 If the MODE section does not represent a pattern command (result of B1209 is "N"), the performance control device 300 next determines whether the MODE section is within the range of a one-shot command (B1211). Then, if the MODE section represents a one-shot command (result of B1211 is "Y"), it executes one-shot command processing (B1212) and ends the received command analysis processing.

演出制御装置300は、MODE部が単発系コマンドを表していない場合には(B1211の結果が「N」)、次に、MODE部が先読み図柄系コマンドの範囲か否かを判定する(B1213)。先読み図柄系コマンドには、例えば、先読み停止図柄コマンドがある。そして、MODE部が先読み図柄系コマンドを表す場合には(B1213の結果が「Y」)、先読み図柄系コマンド処理を実行し(B1214)、受信コマンド解析処理を終了する。 If the MODE section does not represent a single-shot command (result of B1211 is "N"), the performance control device 300 next determines whether the MODE section is within the range of a look-ahead pattern command (B1213). An example of a look-ahead pattern command is a look-ahead stop pattern command. Then, if the MODE section represents a look-ahead pattern command (result of B1213 is "Y"), it executes look-ahead pattern command processing (B1214) and ends the received command analysis processing.

演出制御装置300は、MODE部が先読み図柄系コマンドを表していない場合には(B1213の結果が「N」)、次に、MODE部が先読み変動系コマンドの範囲か否かを判定する(B1215)。先読み変動系コマンドには、例えば、先読み変動パターンコマンドがある。そして、MODE部が先読み変動系コマンドを表す場合には(B1215の結果が「Y」)、先読み変動系コマンド処理を実行し(B1216)、受信コマンド解析処理を終了する。 If the MODE section does not represent a look-ahead pattern command (result of B1213 is "N"), the performance control device 300 next determines whether or not the MODE section is within the range of a look-ahead variation command (B1215). An example of a look-ahead variation command is a look-ahead variation pattern command. Then, if the MODE section represents a look-ahead variation command (result of B1215 is "Y"), it executes look-ahead variation command processing (B1216) and ends the received command analysis processing.

一方、演出制御装置300は、MODE部が先読み変動系コマンドを表していない場合には(B1215の結果が「N」)、予期しないコマンド(例えば、テストモード中のみ使用するコマンド)を受信した可能性があるので、受信コマンド解析処理を終了する。また、MODE部が正常範囲でない場合(B1202の結果が「N」)、ACTION部が正常範囲でない場合(B1203の結果が「N」)、もしくは、MODE部に対するACTION部が正しい組合せでない場合も(B1204の結果が「N」)、受信コマンド解析処理を終了する。 On the other hand, if the MODE section does not represent a look-ahead variable command (the result of B1215 is "N"), the performance control device 300 may have received an unexpected command (for example, a command used only in test mode), and so ends the received command analysis process. Also, if the MODE section is not within the normal range (the result of B1202 is "N"), if the ACTION section is not within the normal range (the result of B1203 is "N"), or if the ACTION section is not a correct combination with the MODE section (the result of B1204 is "N"), the performance control device 300 ends the received command analysis process.

〔単発系コマンド処理〕
次に、図64を参照して、前述した受信コマンド解析処理(図63)における単発系コマンド処理(B1212)の詳細について説明する。図64は、演出制御装置300によって実行される単発系コマンド処理の手順を示すフローチャートである。
[Single command processing]
Next, the details of the one-shot command processing (B1212) in the above-mentioned received command analysis processing (FIG. 63) will be described with reference to Fig. 64. Fig. 64 is a flowchart showing the procedure of the one-shot command processing executed by the performance control device 300.

演出制御装置300は、まず、MODE部が遊技機の種類を示す機種指定コマンドを表すか否かを判定する(B1301)。そして、MODE部が機種指定コマンドを表す場合には(B1301の結果が「Y」)、遊技機の種類を設定する機種設定処理を実行し(B1302)、単発系コマンド処理を終了する。 The performance control device 300 first determines whether the MODE section represents a model designation command indicating the type of gaming machine (B1301). If the MODE section represents a model designation command (result of B1301 is "Y"), it executes a model setting process to set the type of gaming machine (B1302) and ends the single-shot command process.

演出制御装置300は、MODE部が機種指定コマンドを表していない場合には(B1301の結果が「N」)、次に、MODE部がRAM初期化のコマンドを表すか否かを判定する(B1303)。そして、MODE部がRAM初期化のコマンドを表す場合には(B1303の結果が「Y」)、RAM初期化の報知等を行うRAM初期化設定処理を実行し(B1304)、単発系コマンド処理を終了する。 If the MODE section does not represent a model designation command (result of B1301 is "N"), the performance control device 300 next determines whether or not the MODE section represents a RAM initialization command (B1303). If the MODE section represents a RAM initialization command (result of B1303 is "Y"), it executes a RAM initialization setting process (B1304) to notify the user of RAM initialization, and terminates the single-shot command processing.

演出制御装置300は、MODE部がRAM初期化のコマンドを表していない場合には(B1303の結果が「N」)、次に、MODE部が停電復旧系コマンドを表すか否かを判定する(B1305)。例えば、停電復旧系コマンドとして、停電復旧コマンドと復旧画面コマンドがある。そして、MODE部が停電復旧系コマンドを表す場合には(B1305の結果が「Y」)、停電復旧設定処理を実行し(B1306)、単発系コマンド処理を終了する。 If the MODE section does not represent a RAM initialization command (result of B1303 is "N"), the performance control device 300 next determines whether the MODE section represents a power outage recovery command (B1305). For example, power outage recovery commands include a power outage recovery command and a recovery screen command. Then, if the MODE section represents a power outage recovery command (result of B1305 is "Y"), the performance control device 300 executes a power outage recovery setting process (B1306) and ends the single-shot command process.

演出制御装置300は、MODE部が停電復旧系コマンドを表していない場合には(B1305の結果が「N」)、次に、MODE部が客待ちデモコマンドを表すか否かを判定する(B1307)。そして、MODE部が客待ちデモコマンドを表す場合には(B1307の結果が「Y」)、客待ちデモ設定処理を実行し(B1308)、単発系コマンド処理を終了する。 If the MODE section does not represent a power outage recovery command (result of B1305 is "N"), the performance control device 300 next determines whether or not the MODE section represents a customer waiting demo command (B1307). If the MODE section represents a customer waiting demo command (result of B1307 is "Y"), the performance control device 300 executes customer waiting demo setting processing (B1308) and ends single-shot command processing.

演出制御装置300は、MODE部が客待ちデモコマンドを表していない場合には(B1307の結果が「N」)、次に、MODE部が飾り特図1保留数コマンドを表すか否かを判定する(B1309)。そして、MODE部が飾り特図1保留数コマンドを表す場合には(B1309の結果が「Y」)、特図1保留情報設定処理を実行し(B1310)、単発系コマンド処理を終了する。 If the MODE section does not represent a customer waiting demo command (result of B1307 is "N"), the performance control device 300 next determines whether the MODE section represents a decorative special chart 1 reserved number command (B1309). Then, if the MODE section represents a decorative special chart 1 reserved number command (result of B1309 is "Y"), it executes special chart 1 reserved information setting processing (B1310) and ends single-shot command processing.

演出制御装置300は、MODE部が飾り特図1保留数コマンドを表していない場合には(B1309の結果が「N」)、次に、MODE部が飾り特図2保留数コマンドを表すか否かを判定する(B1311)。そして、MODE部が飾り特図2保留数コマンドを表す場合には(B1311の結果が「Y」)、特図2保留情報設定処理を実行し(B1312)、単発系コマンド処理を終了する。 If the MODE section does not represent a decorative special chart 1 reserved number command (the result of B1309 is "N"), the performance control device 300 next determines whether the MODE section represents a decorative special chart 2 reserved number command (B1311). Then, if the MODE section represents a decorative special chart 2 reserved number command (the result of B1311 is "Y"), the performance control device 300 executes a special chart 2 reserved information setting process (B1312) and ends the single-shot command process.

演出制御装置300は、MODE部が飾り特図2保留数コマンドを表していない場合には(B1311の結果が「N」)、次に、MODE部が確率情報コマンドを表すか否かを判定する(B1313)。そして、MODE部が確率情報コマンドを表す場合には(B1313の結果が「Y」)、確率情報設定処理を実行し(B1314)、単発系コマンド処理を終了する。 If the MODE section does not represent a decorative special chart 2 reserved number command (the result of B1311 is "N"), the performance control device 300 next determines whether the MODE section represents a probability information command (B1313). Then, if the MODE section represents a probability information command (the result of B1313 is "Y"), it executes a probability information setting process (B1314) and ends the single-shot command process.

演出制御装置300は、MODE部が確率情報コマンドを表していない場合には(B1313の結果が「N」)、次に、MODE部がエラー/不正系のコマンドを表すか否かを判定する(B1315)。なお、エラー/不正系のコマンドとして、例えば、不正発生コマンド、不正解除コマンド、状態オフコマンド、状態オンコマンド、磁石不正報知コマンド(磁気エラーコマンド)、盤電波不正報知コマンド(盤電波エラーコマンド)がある。不正発生コマンドとして、始動口1スイッチ36a、始動口2スイッチ37a、入賞口スイッチ35a、大入賞口スイッチ43の信号に基づく不正入賞の発生を示すコマンドがある。不正解除コマンドは、不正の解除を示すコマンドである。入賞口スイッチ/状態監視処理(A1308)において、不正入賞の発生と不正の解除が監視されて、不正発生コマンドと不正解除コマンドが送信され得る。状態オンコマンドとして、シュート球切れスイッチ信号の発生(シュート球切れエラー)や、オーバーフロースイッチ信号の発生(オーバーフローエラー)や、払出異常ステータス信号の発生(払出異常エラー)や、ガラス枠開放検出スイッチ63からの信号の発生(ガラス枠開放エラー)や、前面枠開放検出スイッチ64(本体枠開放検出スイッチ)からの信号の発生(本体枠開放エラー、前面枠開放エラー)を示すコマンドがある。また、状態オフコマンドは、エラーの不発生を示す。磁気センサスイッチ61からの検出(磁石不正)があった場合に、磁石不正監視処理(A1315)において磁石不正報知コマンドが送信される。電波センサ62からの検出(電波不正)があった場合に、電波不正監視処理(A1316)において盤電波不正報知コマンドが送信される。 If the MODE section does not represent a probability information command (result of B1313 is "N"), the performance control device 300 next judges whether the MODE section represents an error/fraud command (B1315). In addition, examples of error/fraud commands include a fraud occurrence command, a fraud release command, a status off command, a status on command, a magnetic fraud notification command (magnetic error command), and a board radio wave fraud notification command (board radio wave error command). The fraud occurrence command includes a command indicating the occurrence of a fraudulent win based on the signals of the start port 1 switch 36a, the start port 2 switch 37a, the winning port switch 35a, and the large winning port switch 43. The fraud release command is a command indicating the release of the fraud. In the winning port switch/status monitoring process (A1308), the occurrence of a fraudulent win and the release of the fraud are monitored, and a fraud occurrence command and a fraud release command can be transmitted. Status ON commands include commands indicating the occurrence of a shoot ball out switch signal (shoot ball out error), an overflow switch signal (overflow error), an abnormal payout status signal (abnormal payout error), a signal from the glass frame open detection switch 63 (glass frame open error), and a signal from the front frame open detection switch 64 (main frame open detection switch) (main frame open error, front frame open error). Status OFF commands indicate the absence of errors. If there is a detection from the magnetic sensor switch 61 (magnetic irregularity), a magnet irregularity notification command is sent in the magnet irregularity monitoring process (A1315). If there is a detection from the radio wave sensor 62 (radio wave irregularity), a board radio wave irregularity notification command is sent in the radio wave irregularity monitoring process (A1316).

そして、MODE部がエラー/不正系のコマンドを表す場合には(B1315の結果が「Y」)、エラーや不正の報知や報知解除をするためのエラー/不正設定処理を実行し(B1316)、単発系コマンド処理を終了する。エラー/不正設定処理では、例えば、エラーや不正の報知音を発生させたり、枠装飾装置18や盤装飾装置46のLEDなど遊技機10に設けられた演出用LEDを所定態様で発光させたり、表示装置41等でエラー表示をするよう設定する。 If the MODE section indicates an error/fraud command (result of B1315 is "Y"), an error/fraud setting process is executed (B1316) to notify or cancel the error or fraud, and the single-shot command processing is terminated. The error/fraud setting process may, for example, generate an error or fraud notification sound, cause the performance LEDs provided on the gaming machine 10, such as the LEDs of the frame decoration device 18 and board decoration device 46, to light up in a predetermined manner, or set the display device 41, etc. to display an error.

演出制御装置300は、MODE部がエラー/不正系のコマンドを表していない場合には(B1315の結果が「N」)、次に、MODE部が演出モード切替用のコマンド(特図表示中処理等で設定)を表すか否かを判定する(B1317)。そして、MODE部が演出モード切替用のコマンドを表す場合には(B1317の結果が「Y」)、演出モード切替設定処理を実行し(B1318)、単発系コマンド処理を終了する。 If the MODE section does not represent an error/incorrect command (result of B1315 is "N"), the performance control device 300 next determines whether or not the MODE section represents a command for switching performance modes (set during processing during special chart display, etc.) (B1317). Then, if the MODE section represents a command for switching performance modes (result of B1317 is "Y"), it executes a performance mode switching setting process (B1318) and ends the single-shot command processing.

演出制御装置300は、MODE部が演出モード切替用のコマンドを表していない場合には(B1317の結果が「N」)、次に、MODE部がアウト球数を示すアウト球数コマンドを表すか否かを判定する(B1319)。そして、MODE部がアウト球数コマンドを表す場合には(B1319の結果が「Y」)、アウト球数受信時処理を実行し(B1320)、単発系コマンド処理を終了する。 If the MODE section does not represent a command for switching the presentation mode (result of B1317 is "N"), the performance control device 300 next determines whether the MODE section represents an out balls number command indicating the number of out balls (B1319). Then, if the MODE section represents an out balls number command (result of B1319 is "Y"), it executes the out balls number reception process (B1320) and ends the single-shot command process.

演出制御装置300は、MODE部がアウト球数コマンドを表していない場合には(B1319の結果が「N」)、次に、MODE部がカウントのコマンド(大入賞口カウントコマンド)を表すか否かを判定する(B1321)。そして、MODE部が大入賞口スイッチのカウントのコマンドを表す場合には(B1321の結果が「Y」)、カウント情報設定処理を実行し(B1322)、単発系コマンド処理を終了する。 If the MODE section does not represent an out ball count command (result of B1319 is "N"), the performance control device 300 next determines whether the MODE section represents a count command (big prize opening count command) (B1321). Then, if the MODE section represents a big prize opening switch count command (result of B1321 is "Y"), it executes count information setting processing (B1322) and ends single-shot command processing.

演出制御装置300は、MODE部がカウントのコマンドを表していない場合には(B1321の結果が「N」)、MODE部が設定値情報コマンド(確率設定値情報コマンド)を表すか否かを判定する(B1323)。設定値情報コマンドは、図5BのステップA1049の停電復旧時のコマンド及びステップA1047の処理で送信されるRAM初期化時のコマンドに含まれる。そして、MODE部が設定値情報コマンドを表す場合には(B1323の結果が「Y」)、設定値受信時処理を実行し(B1324)、単発系コマンド処理を終了する。設定値受信時処理では、設定値(確率設定値)をRAM等の記憶部に記憶するとともに必要な処理を実行する。 If the MODE section does not represent a count command (result of B1321 is "N"), the performance control device 300 determines whether the MODE section represents a setting value information command (probability setting value information command) (B1323). The setting value information command is included in the command sent when power is restored in step A1049 of FIG. 5B and the command sent when the RAM is initialized in the processing of step A1047. Then, if the MODE section represents a setting value information command (result of B1323 is "Y"), processing upon reception of the setting value is executed (B1324), and the single-shot command processing ends. In the processing upon reception of the setting value, the setting value (probability setting value) is stored in a storage section such as a RAM, and the necessary processing is executed.

演出制御装置300は、MODE部が設定値情報コマンドを表していない場合には(B1323の結果が「N」)、MODE部が設定変更系のコマンドを表すか否かを判定する(B1325)。設定変更系のコマンドとして、例えば、確率設定変更中のコマンド(A1033)がある。そして、MODE部が設定変更系のコマンドを表す場合には(B1325の結果が「Y」)、設定変更系情報設定処理を実行し(B1326)、単発系コマンド処理を終了する。設定変更系情報設定処理では、設定変更系のコマンドの内容を記憶し、コマンドに対応する処理を実行する。例えば、確率設定変更中のコマンドを受信した場合に、設定変更系情報設定処理では、遊技者に設定変更中であること報知する設定変更中表示を表示装置41に表示する。 If the MODE section does not represent a setting value information command (result of B1323 is "N"), the performance control device 300 determines whether the MODE section represents a setting change command (B1325). An example of a setting change command is the probability setting change command (A1033). If the MODE section represents a setting change command (result of B1325 is "Y"), the performance control device 300 executes a setting change information setting process (B1326) and terminates the single-shot command processing. In the setting change information setting process, the contents of the setting change command are stored and processing corresponding to the command is executed. For example, when a probability setting change command is received, the setting change information setting process displays a setting change in progress display on the display device 41 to inform the player that the setting is being changed.

演出制御装置300は、MODE部が設定変更系のコマンドを表していない場合には(B1325の結果が「N」)、MODE部が設定確認系のコマンドを表すか否かを判定する(B1327)。設定確認系のコマンドとして、例えば、確率設定確認中のコマンド(A1036)がある。そして、MODE部が設定確認系のコマンドを表す場合には(B1327の結果が「Y」)、設定確認系情報設定処理を実行し(B1328)、単発系コマンド処理を終了する。設定確認系情報設定処理では、設定確認系のコマンドの内容を記憶し、コマンドに対応する処理を実行する。例えば、確率設定確認中のコマンドを受信した場合に、設定確認系情報設定処理では、遊技者に設定確認中であること報知する設定確認中表示を表示装置41に表示する。 If the MODE section does not represent a setting change command (result of B1325 is "N"), the performance control device 300 determines whether the MODE section represents a setting confirmation command (B1327). An example of a setting confirmation command is the probability setting confirmation command (A1036). If the MODE section represents a setting confirmation command (result of B1327 is "Y"), the performance control device 300 executes a setting confirmation information setting process (B1328) and terminates the single-shot command processing. In the setting confirmation information setting process, the contents of the setting confirmation command are stored and processing corresponding to the command is executed. For example, when a probability setting confirmation command is received, the setting confirmation information setting process displays a setting confirmation display on the display device 41 to inform the player that the setting is being confirmed.

演出制御装置300は、MODE部が設定確認系のコマンドを表していない場合には(B1327の結果が「N」)、MODE部が安全装置関連系のコマンドを表すか否かを判定する(B1329)。安全装置関連系のコマンドとして、例えば、安全装置作動関連コマンド(A9407)がある。安全装置カウンタ値や差玉数などの差玉情報を含む差玉コマンドが遊技制御装置100から演出制御装置300に送信される場合には、安全装置関連系のコマンドにこの差玉コマンドを含めてよい。そして、MODE部が安全装置関連系のコマンドを表す場合には(B1329の結果が「Y」)、安全装置に関連する安全装置系処理を実行し(B1330)、単発系コマンド処理を終了する。安全装置系処理では、安全装置関連系のコマンドの内容を記憶し、コマンドに対応する処理を実行する。 When the MODE section does not represent a setting confirmation command (result of B1327 is "N"), the performance control device 300 judges whether the MODE section represents a safety device-related command (B1329). An example of a safety device-related command is a safety device activation-related command (A9407). When a difference ball command including difference ball information such as a safety device counter value and difference ball number is sent from the game control device 100 to the performance control device 300, this difference ball command may be included in the safety device-related command. Then, when the MODE section represents a safety device-related command (result of B1329 is "Y"), the safety device-related processing related to the safety device is executed (B1330), and the single-shot command processing is terminated. In the safety device-related processing, the contents of the safety device-related command are stored, and the processing corresponding to the command is executed.

安全装置系処理では、コマンドに対応する処理として、安全装置関連系のコマンドに含まれる情報を表示装置41に表示できる。例えば、安全装置関連系のコマンドとして安全装置作動関連コマンドを受信した場合に、安全装置作動関連コマンドのACTION部に含まれる安全装置作動情報(安全装置作動予告情報(値1)、安全装置作動警告情報(値2)、安全装置作動中情報(値3))に対応した安全装置関連表示(作動予告表示511、作動警告表示512、作動中表示513)を表示装置41に表示する。また、例えば、安全装置関連系のコマンドとして差玉コマンドを受信した場合に、差玉数を表示装置41に表示する。 In the safety device processing, the information included in the safety device related command can be displayed on the display device 41 as processing corresponding to the command. For example, when a safety device activation related command is received as a safety device related command, the display device 41 displays safety device related displays (activation notice display 511, activation warning display 512, activation display 513) corresponding to the safety device activation information (safety device activation notice information (value 1), safety device activation warning information (value 2), safety device activation information (value 3)) included in the ACTION section of the safety device activation related command. Also, for example, when a difference ball command is received as a safety device related command, the difference ball number is displayed on the display device 41.

差玉数(=安全装置カウンタ値-10万)の表示は、受信した差玉コマンドに対応させて全範囲の値(例えば、0~10万または-10万~+10万)を表示装置41に表示するようにしてもよいし、所定の範囲の値(例えば、作動予告状態以降の9万~10万)だけを表示するようにしてもよい。この所定の範囲の場合だけ差玉数が表示されると、差玉数が重要なときのみ表示されて遊技者の注目を引くことができるし、差玉数が重要でないときは差玉数を非表示にして表示装置41を見やすくできる。所定の範囲として、作動予告状態に対応する範囲(9万以上9万5千未満)、作動警告状態と作動状態に対応する範囲(9万5千以上)、作動予告状態と作動警告状態と作動状態の全てに対応する範囲(9万以上)、作動予告状態に入る直前又は直後の値以上(例えば8万9千以上、9万1千以上)などがある。また、差玉数そのものを表示するようにしてもよいし、安全装置の作動(打ち止め)までの残りの遊技球数(遊技媒体数)の形で間接的に差玉数を表示するようにしてもよい。さらに、差玉数の代わりに、安全装置カウンタ値を表示してもよく、安全装置カウンタ値が、所定の範囲(例えば、作動予告状態以降の19万以上)の場合に、表示装置41に表示されるようにしてもよい。 The display of the difference in the number of balls (= the safety device counter value -100,000) may be made to display the entire range of values (for example, 0 to 100,000 or -100,000 to +100,000) on the display device 41 in response to the received difference in the number of balls command, or may be made to display only a specified range of values (for example, 90,000 to 100,000 after the activation notice state). If the difference in the number of balls is displayed only in this specified range, it can attract the player's attention by being displayed only when the difference in the number of balls is important, and when the difference in the number of balls is not important, the difference in the number of balls can be hidden to make the display device 41 easier to see. The specified range includes a range corresponding to the activation notice state (90,000 or more but less than 95,000), a range corresponding to the activation warning state and the activation state (95,000 or more), a range corresponding to all of the activation notice state, activation warning state, and activation state (90,000 or more), and a value immediately before or immediately after entering the activation notice state (for example, 89,000 or more, 91,000 or more). In addition, the difference in the number of balls itself may be displayed, or the difference in the number of balls may be displayed indirectly in the form of the remaining number of game balls (number of game media) until the activation of the safety device (stop). Furthermore, instead of the difference in the number of balls, the safety device counter value may be displayed, and when the safety device counter value is within a predetermined range (for example, 190,000 or more after the activation warning state), it may be displayed on the display device 41.

なお、差玉コマンドは、1の単位で変化する差玉数に対応して通知(送受信)されてよい。例えば、差玉コマンドが示す差玉数は、0~10万の間又は-10万~+10万の間で、実際の差玉数と同じく1つずつに変化可能である。安全装置カウンタ値ひいては差玉数が更新される度(A9711)に、差玉コマンドが送信されてよい。 The difference ball command may be notified (transmitted and received) in response to the difference in the number of balls, which changes in units of 1. For example, the difference in the number of balls indicated by the difference ball command can change in increments of 1, between 0 and 100,000 or between -100,000 and +100,000, just like the actual difference in the number of balls. The difference ball command may be transmitted each time the safety device counter value and thus the difference in the number of balls are updated (A9711).

また、差玉コマンドは、所定の単位で変化する差玉数に対応して通知(送受信)されてよい。例えば、差玉コマンドが示す差玉数は、1000の単位で変化可能であり、0(=実際の差玉数0~999)、1000(=実際の差玉数1000~1999)、2000(=実際の差玉数2000~2999)、・・・、10万(=実際の差玉数10万)であってよい。なお、この場合に、差玉コマンドの送信の機会を減らすために、安全装置カウンタ値ひいては差玉数が1000単位で更新される度(A9711)に、差玉コマンドが送信されてもよい。また、差玉コマンドが示す差玉数は、マイナス側の値があってもよい。 The difference ball command may be notified (transmitted and received) in response to the difference ball number that changes in a predetermined unit. For example, the difference ball number indicated by the difference ball command can change in units of 1000, and may be 0 (= actual difference ball number 0-999), 1000 (= actual difference ball number 1000-1999), 2000 (= actual difference ball number 2000-2999), ..., 100,000 (= actual difference ball number 100,000). In this case, in order to reduce the chances of sending the difference ball command, the difference ball command may be sent each time the safety device counter value and therefore the difference ball number are updated in units of 1000 (A9711). The difference ball number indicated by the difference ball command may also have a negative value.

演出制御装置300は、MODE部が安全装置関連系のコマンドを表していない場合には(B1329の結果が「N」)、MODE部が図柄停止のコマンドを表すか否かを判定する(B1331)。なお、図柄停止のコマンドには、例えば、特図1の図柄停止コマンド(飾り特図1停止コマンド)と特図2の図柄停止コマンド(飾り特図2停止コマンド)がある。そして、MODE部が図柄停止のコマンドを表す場合には(B1331の結果が「Y」)、演出制御装置300は、次に、MODE部のコマンドが正常なコマンドであるか否かを判定する(B1332)。 If the MODE unit does not represent a safety device-related command (the result of B1329 is "N"), the performance control device 300 determines whether the MODE unit represents a pattern stop command (B1331). Pattern stop commands include, for example, a pattern stop command for special pattern 1 (decorative special pattern 1 stop command) and a pattern stop command for special pattern 2 (decorative special pattern 2 stop command). If the MODE unit represents a pattern stop command (the result of B1331 is "Y"), the performance control device 300 next determines whether the command in the MODE unit is a normal command (B1332).

MODE部のコマンドが正常なコマンドである場合には(B1332の結果が「Y」)、演出制御装置300は、対応する特図の停止態様を設定し(B1333)、全図柄が停止した後に遊技状態フラグを通常状態に設定して(B1334)、単発系コマンド処理を終了する。B1334の処理では、一例として、遊技状態フラグを通常状態に設定しているが、本処理が実行されるタイミングによって、遊技状態フラグは、「変動中」「大当り中」「小当り中」のフラグが設定される。 If the command in the MODE section is a normal command (result of B1332 is "Y"), the presentation control device 300 sets the stop mode of the corresponding special symbol (B1333), sets the game status flag to the normal state after all symbols have stopped (B1334), and ends the single-shot command processing. In the processing of B1334, as an example, the game status flag is set to the normal state, but depending on the timing at which this processing is executed, the game status flag is set to a flag of "changing", "big hit", or "small hit".

一方、MODE部が図柄停止のコマンドを表していない場合(B1331の結果が「N」)、または、MODE部のコマンドが正常ではない場合(B1332の結果が「N」)には、演出制御装置300は、単発系コマンド処理を終了する。 On the other hand, if the MODE section does not represent a command to stop the pattern (the result of B1331 is "N"), or if the command in the MODE section is not normal (the result of B1332 is "N"), the performance control device 300 ends the single-shot command processing.

その他、演出制御装置300は、図64には記載されていないコマンドに対する処理を単発系コマンド処理において実行してよい。例えば、演出制御装置300は、時間短縮変動回数コマンド、演出回転数コマンド、打ち方指示報知コマンド(左打ち指示報知コマンド、右打ち指示報知コマンド)などを遊技制御装置100から受信して、当該コマンドに対応する処理を行ってよい。演出制御装置300は、時間短縮変動回数コマンド(時間短縮変動回数)などから時短状態における残りの変動回数を取得でき、演出回転数コマンドなどから各演出モードの演出残り回転数を取得でき、時短状態における残りの変動回数や各演出モードの演出残り回転数などに基づいて演出を設定できる。演出制御装置300は、打ち方指示報知コマンド(左打ち指示報知コマンド又は右打ち指示報知コマンド)に応じて、打ち方を指示(示唆)する打ち方指示表示(左打ち指示表示又は右打ち指示表示)を表示装置41などにおいて表示(報知)できる。 In addition, the performance control device 300 may execute processing for commands not shown in FIG. 64 in single-shot command processing. For example, the performance control device 300 may receive a time-saving change count command, a performance rotation count command, a play instruction notification command (left-hand hit instruction notification command, right-hand hit instruction notification command), etc. from the game control device 100 and perform processing corresponding to the command. The performance control device 300 can obtain the remaining number of changes in the time-saving state from the time-saving change count command (time-saving change count), etc., and can obtain the remaining number of rotations for each performance mode from the performance rotation count command, etc., and can set the performance based on the remaining number of changes in the time-saving state and the remaining number of rotations for each performance mode. The performance control device 300 can display (notify) a play instruction display (left-hand hit instruction display or right-hand hit instruction display) that instructs (suggests) the play instruction on the display device 41, etc., in response to a play instruction notification command (left-hand hit instruction notification command or right-hand hit instruction notification command).

〔先読み図柄系コマンド処理〕
次に、図65を参照して、前述した受信コマンド解析処理(図63)における先読み図柄系コマンド処理(B1214)の詳細について説明する。図65は、演出制御装置300によって実行される先読み図柄系コマンド処理の手順を示すフローチャートである。
[Predictive pattern command processing]
Next, the details of the pre-reading symbol command processing (B1214) in the above-mentioned received command analysis processing (FIG. 63) will be described with reference to FIG. 65. FIG. 65 is a flowchart showing the procedure of the pre-reading symbol command processing executed by the performance control device 300.

演出制御装置300は、まず、最新保留情報が特図1保留(特図1始動記憶)の情報であるか否か、例えば、最新で受信した飾り特図保留数コマンドが飾り特図1保留数コマンドであるか否かを判定する(B1601)。最新保留情報が特図1保留の情報である場合(B1601の結果が「Y」)、先読み図柄系コマンド(先読み停止図柄コマンド)を特図1保留数に対応する特図1先読み図柄コマンド領域にセーブする(B1602)。 The performance control device 300 first determines whether the latest reserved information is information on special chart 1 reservation (special chart 1 start memory), for example, whether the most recently received decorative special chart reservation number command is a decorative special chart 1 reservation number command (B1601). If the latest reserved information is information on special chart 1 reservation (result of B1601 is "Y"), it saves a look-ahead pattern command (look-ahead stop pattern command) in the special chart 1 look-ahead pattern command area corresponding to the special chart 1 reservation number (B1602).

演出制御装置300は、最新保留情報が特図1保留の情報でない場合(B1601の結果が「N」)、即ち、最新で受信した飾り特図保留数コマンドが飾り特図2保留数コマンドである場合、先読み図柄系コマンド(先読み停止図柄コマンド)を特図2保留数に対応する特図2先読み図柄コマンド領域にセーブする(B1603)。 If the latest reserved information is not information on reserved special chart 1 (result of B1601 is "N"), i.e., if the most recently received decorative special chart reserved number command is a decorative special chart 2 reserved number command, the performance control device 300 saves a look-ahead pattern command (look-ahead stop pattern command) in the special chart 2 look-ahead pattern command area corresponding to the special chart 2 reserved number (B1603).

演出制御装置300は、ステップB1602とB1603の後、先読み変動系コマンドの受信待ちであることを示す先読み変動系コマンド受信待ちフラグを設定する(B1604)。これは、先読み図柄系コマンドと先読み変動系コマンドがセットになっているため、遊技制御装置100から先読み図柄系コマンドに続いて先読み変動系コマンドが送信されるためである。その後、先読み図柄系コマンド処理を終了する。 After steps B1602 and B1603, the performance control device 300 sets a look-ahead fluctuation system command reception waiting flag (B1604) indicating that it is waiting to receive a look-ahead fluctuation system command. This is because the look-ahead pattern system command and the look-ahead fluctuation system command are a set, so the look-ahead fluctuation system command is sent from the game control device 100 following the look-ahead pattern system command. Then, the look-ahead pattern system command processing is terminated.

〔先読み変動系コマンド処理〕
次に、図66を参照して、前述した受信コマンド解析処理(図63)における先読み変動系コマンド処理(B1216)の詳細について説明する。図66は、演出制御装置300によって実行される先読み変動系コマンド処理の手順を示すフローチャートである。
[Look-ahead variable command processing]
Next, the details of the look-ahead variable command processing (B1216) in the above-mentioned received command analysis processing (FIG. 63) will be described with reference to FIG. 66. FIG. 66 is a flowchart showing the procedure of the look-ahead variable command processing executed by the performance control device 300.

演出制御装置300は、まず、先読み変動系コマンド(先読み変動パターンコマンド)の受信待ち中であるか否かを判定する(B1701)。前述の先読み変動系コマンド受信待ちフラグ(B1604)が設定されている場合、先読み変動系コマンドの受信待ち中であると判定できる。先読み変動系コマンドの受信待ち中でない場合(B1701の結果が「N」)、先読み変動系コマンド処理を終了する。先読み変動系コマンドの受信待ち中である場合(B1701の結果が「Y」)、先読み変動系コマンド受信待ちフラグをクリアする(B1702)。 The performance control device 300 first determines whether or not it is waiting to receive a look-ahead fluctuation system command (look-ahead fluctuation pattern command) (B1701). If the above-mentioned look-ahead fluctuation system command waiting to receive flag (B1604) is set, it can be determined that it is waiting to receive a look-ahead fluctuation system command. If it is not waiting to receive a look-ahead fluctuation system command (result of B1701 is "N"), it ends the look-ahead fluctuation system command processing. If it is waiting to receive a look-ahead fluctuation system command (result of B1701 is "Y"), it clears the look-ahead fluctuation system command waiting to receive flag (B1702).

次に、演出制御装置300(サブ基板)は、最新保留情報の図柄(特図1又は特図2)の保留数に対応する先読み変動MODE変換テーブルを設定し(B1703)、先読み変動系コマンドのMODE部に対応してサブ内先読み変動コマンドMODE部を取得する(B1704)。次に、先読み変動ACT変換テーブルを設定し(B1705)、先読み変動系コマンドのACTION部(ACT部)に対応するサブ内先読み変動コマンドACT部を取得する(B1706)。 Next, the performance control device 300 (sub-board) sets a look-ahead fluctuation MODE conversion table corresponding to the reserved number of the pattern (special pattern 1 or special pattern 2) of the latest reserved information (B1703), and acquires a sub-internal look-ahead fluctuation command MODE section corresponding to the MODE section of the look-ahead fluctuation command (B1704). Next, it sets a look-ahead fluctuation ACT conversion table (B1705), and acquires a sub-internal look-ahead fluctuation command ACT section corresponding to the ACTION section (ACT section) of the look-ahead fluctuation command (B1706).

次に、演出制御装置300は、変換後のMODE部とACT部(即ち、サブ内先読み変動コマンドMODE部とACT部)が共に0以外であるか否かを判定する(B1707)。なお、正常(有効)なコマンドであれば0以外に変換される。変換後のMODE部、ACT部が共に0以外である場合(B1707の結果が「Y」)、変換後のMODE部とACT部から構成される変換後のコマンドを最新保留情報、保留数に対応する先読み変動コマンド領域(特図1先読み変動コマンド領域又は特図2先読み変動コマンド領域)にセーブする(B1708)。そして、先読みコマンド整合チェック処理を実行して(B1709)、変換後のMODE部とACT部の組合せが正常であるか否か判定する(B1710)。 Next, the performance control device 300 judges whether the converted MODE section and ACT section (i.e., the sub-intra look-ahead variable command MODE section and ACT section) are both other than 0 (B1707). If the command is normal (valid), it is converted to a value other than 0. If the converted MODE section and ACT section are both other than 0 (the result of B1707 is "Y"), the converted command consisting of the converted MODE section and ACT section is saved in the look-ahead variable command area (special chart 1 look-ahead variable command area or special chart 2 look-ahead variable command area) corresponding to the latest pending information and number of pending items (B1708). Then, a look-ahead command consistency check process is executed (B1709) to judge whether the combination of the converted MODE section and ACT section is normal (B1710).

なお、保留が変動表示ゲームを開始するときの保留数によって、MODE部に対応する前半変動の時間が変化する。保留が変動表示ゲームを開始するときに、保留が他になければ長めの前半変動になり、新たに保留が発生して保留数が多ければ短めの前半変動となる。従って、前半変動の時間値が遷移しても、演出制御装置300の内部コマンドが同じに扱えるように、受信した先読み変動系コマンドのMODE部をサブ内先読み変動コマンドMODE部に変換しておく。 The time of the first half of the fluctuation corresponding to the MODE section changes depending on the number of reserved items when the reserved items start the fluctuation display game. If there are no other reserved items when the reserved items start the fluctuation display game, the first half of the fluctuation will be longer, and if new reserved items are generated and the number of reserved items is large, the first half of the fluctuation will be shorter. Therefore, even if the time value of the first half of the fluctuation changes, the MODE section of the received look-ahead fluctuation command is converted to the sub-internal look-ahead fluctuation command MODE section so that the internal command of the performance control device 300 can be handled in the same way.

また、リーチの種類は保留数に関係ないため、サブ内先読み変動コマンドACT部に対応する後半変動は保留数に依存しない。しかし、同一系統のリーチにも種類があるため、仮に先読み変動系コマンドのACT部(後半変動の値)を変換せずに、演出制御装置300がそのまま使うと数が多くなりチェックが困難になる。例えば、ノーマルリーチにも、ノーマルリーチ-1停止はずれ、ノーマルリーチ+1停止はずれなどの種類が存在する。従って、同一系統のリーチを示すACT部を、同じサブ内先読み変動コマンドACT部に変換することで、数を減らし、先読みコマンド整合チェック処理等のチェック処理の負担を軽減する。 In addition, since the type of reach is not related to the number of reserved positions, the latter half of the fluctuation corresponding to the ACT section of the sub-sub look-ahead fluctuation command does not depend on the number of reserved positions. However, since there are different types of reaches of the same system, if the performance control device 300 were to use the ACT section (value of the latter half of the fluctuation) of the look-ahead fluctuation command as is without converting it, the number would increase and checking would become difficult. For example, even with normal reaches, there are types such as normal reach -1 stop miss and normal reach +1 stop miss. Therefore, by converting the ACT section indicating a reach of the same system to the same sub-sub look-ahead fluctuation command ACT section, the number can be reduced, and the burden of checking processes such as the look-ahead command consistency check process can be reduced.

次に、演出制御装置300は、変換後のMODE部とACT部(即ち、サブ内先読み変動コマンドMODE部とACT部)の少なくとも一方が0である場合(B1707の結果が「N」)、又は、変換後のMODE部とACT部の組合せが正常でない場合(B1710の結果が「N」)、変換後のコマンドに異常があるとして、先読み変動系コマンド処理を終了する。 Next, if at least one of the converted MODE and ACT sections (i.e., the sub-intra look-ahead variable command MODE and ACT sections) is 0 (the result of B1707 is "N"), or if the combination of the converted MODE and ACT sections is not normal (the result of B1710 is "N"), the performance control device 300 determines that there is an abnormality in the converted command and terminates the look-ahead variable command processing.

演出制御装置300は、変換後のMODE部とACT部の組合せが正常である場合(B1710の結果が「Y」)、先読み対象の保留情報(最新保留の情報)を先読み変動コマンド領域からロードし(B1711)、最新保留の先読み演出に関する先読み抽選処理を実行する(B1712)。先読み演出(先読み予告演出)としては、例えば、連続予告演出(チャンス目先読み演出を含む)、先読みゾーン演出、保留変化予告などがある。続いて、最新保留の先読み演出(保留変化予告等)が発生するか否かを判定する(B1713)。最新保留の先読み演出が発生する場合(B1713の結果が「Y」)、選出された先読み演出に対応するポイント情報を設定する(B1714)。 If the combination of the MODE section and the ACT section after conversion is normal (result of B1710 is "Y"), the performance control device 300 loads the pending information to be read ahead (latest pending information) from the look-ahead variable command area (B1711) and executes a look-ahead lottery process for the latest pending look-ahead performance (B1712). Examples of look-ahead performances (look-ahead notice performances) include continuous notice performances (including chance eye look-ahead performances), look-ahead zone performances, and hold change notices. Next, it is determined whether or not the latest pending look-ahead performance (hold change notice, etc.) will occur (B1713). If the latest pending look-ahead performance will occur (result of B1713 is "Y"), point information corresponding to the selected look-ahead performance is set (B1714).

次に、演出制御装置300は、発生する先読み演出(保留変化予告等)が直ちに開始する演出であるか否か判定する(B1715)。発生する先読み演出が直ちに開始する演出である場合(B1715の結果が「Y」)、選出された先読み演出に対応する表示を設定する(B1716)。発生する先読み演出が直ちに開始する演出でない場合(B1715の結果が「N」)、保留シフトの際(保留表示の移動の際、保留数減少の際)の先読み演出に対応する表示を設定、保存する(B1717)。そして、先読み変動系コマンド処理を終了する。なお、先読み演出は、変動表示ゲームの結果(遊技結果)を示唆する情報を当該変動表示ゲームが停止する前に予告することで大当り期待度(特別結果となる期待度)を報知する演出になるが、設定された確率設定値(1~6)を示唆する情報を報知するようにしてもよい。すなわち、演出制御装置300は、大当り期待度や確率設定値に基づいて先読み対象の保留表示(アイコン)を変化させるように先読み演出を行うことができる。 Next, the performance control device 300 determines whether the pre-reading performance (hold change notice, etc.) that occurs is a performance that starts immediately (B1715). If the pre-reading performance that occurs is a performance that starts immediately (the result of B1715 is "Y"), a display corresponding to the selected pre-reading performance is set (B1716). If the pre-reading performance that occurs is not a performance that starts immediately (the result of B1715 is "N"), a display corresponding to the pre-reading performance at the time of the hold shift (when the hold display moves, when the number of holds decreases) is set and saved (B1717). Then, the pre-reading variable command processing is terminated. Note that the pre-reading performance is a performance that notifies the expectation of a jackpot (expectation of a special result) by notifying information suggesting the result (game result) of the variable display game before the variable display game stops, but information suggesting the set probability setting value (1 to 6) may be announced. In other words, the performance control device 300 can perform a look-ahead performance by changing the reserved display (icon) of the look-ahead target based on the expected jackpot probability and the probability setting value.

一方、演出制御装置300は、最新保留の先読み演出が発生しない場合(B1713の結果が「N」)、そのまま、先読み変動系コマンド処理を終了する。 On the other hand, if the most recent pending look-ahead performance does not occur (the result of B1713 is "N"), the performance control device 300 ends the look-ahead variation command processing as is.

〔図柄系コマンド処理〕
次に、図67を参照して、前述した受信コマンド解析処理(図63)における図柄系コマンド処理(B1210)の詳細について説明する。図67は、演出制御装置300によって実行される図柄系コマンド処理の手順を示すフローチャートである。
[Pattern Command Processing]
Next, the details of the symbol-related command processing (B1210) in the above-mentioned received command analysis processing (FIG. 63) will be described with reference to Fig. 67. Fig. 67 is a flowchart showing the procedure of the symbol-related command processing executed by the performance control device 300.

演出制御装置300は、受信した図柄系コマンド(飾り特図1コマンド又は飾り特図2コマンド)のMODE部に対応する特図種別を設定する(B1801)。特図種別は、特図1又は特図2である。そして、図柄系コマンドのMODE部とACTION部(ACT部)の組合せに対応する図柄種別を設定し、RAM等の所定領域にセーブする(B1802)。ここで、特図1と特図2では、図柄の振分け割合が変わるので、MODE毎にテーブルを使用して、図柄種別を設定する。なお、本実施形態において、図柄種別は、はずれ図柄や、特図1の大当り図柄A、特図2の大当り図柄B-F、残保留(特図2保留)での大当り図柄G、時短図柄(サポ当り図柄)などに対応する。 The performance control device 300 sets the special symbol type corresponding to the MODE section of the received symbol command (decorative special symbol 1 command or decorative special symbol 2 command) (B1801). The special symbol type is special symbol 1 or special symbol 2. Then, a symbol type corresponding to the combination of the MODE section and ACTION section (ACT section) of the symbol command is set and saved in a specified area such as RAM (B1802). Here, since the symbol distribution ratio differs between special symbol 1 and special symbol 2, a table is used to set the symbol type for each MODE. Note that in this embodiment, the symbol types correspond to miss symbols, big win symbol A for special symbol 1, big win symbol B-F for special symbol 2, big win symbol G in the remaining reserved (special symbol 2 reserved), time-saving symbols (support winning symbols), etc.

〔変動系コマンド処理〕
次に、図68を参照して、前述した受信コマンド解析処理(図63)における変動系コマンド処理(B1206)の詳細について説明する。図68は、演出制御装置300によって実行される変動系コマンド処理の手順を示すフローチャートである。
[Variable command processing]
Next, the details of the variable command processing (B1206) in the above-mentioned received command analysis processing (FIG. 63) will be described with reference to FIG. 68. FIG. 68 is a flowchart showing the procedure of the variable command processing executed by the performance control device 300.

演出制御装置300は、受信した変動系コマンド(変動コマンド)の特図種別(特図1又は特図2)が未確定であるか否かを判定する(B1901)。特図種別が未確定である場合(B1901の結果が「Y」)、変動系コマンド処理を終了する。特図種別が未確定でない場合(B1901の結果が「N」)、受信した変動系コマンドと図柄系コマンドの組合せをチェックし(B1902)、変動系コマンドと図柄種別が不整合であるか否かを判定する(B1903)。ここで、不整合とは、はずれの変動系コマンドを受信したのに大当り図柄の図柄系コマンドを受信していた場合など、演出を行う上で矛盾してしまうことである。変動系コマンドと図柄種別が不整合である場合(B1903の結果が「Y」)、変動系コマンド処理を終了する。 The performance control device 300 judges whether the special symbol type (special symbol 1 or special symbol 2) of the received fluctuation system command (fluctuation command) is undetermined (B1901). If the special symbol type is undetermined (the result of B1901 is "Y"), the fluctuation system command processing is terminated. If the special symbol type is not undetermined (the result of B1901 is "N"), the combination of the received fluctuation system command and pattern command is checked (B1902), and it is judged whether the fluctuation system command and the pattern type are inconsistent (B1903). Here, inconsistency means a contradiction in the performance, such as when a fluctuation system command for a losing symbol is received but a pattern command for a winning symbol is received. If the fluctuation system command and the pattern type are inconsistent (the result of B1903 is "Y"), the fluctuation system command processing is terminated.

演出制御装置300は、変動系コマンドと図柄種別が不整合でない場合(B1903の結果が「N」)、変動系コマンド(変動コマンド)から変動パターン種別を判別し(B1904)、変動中の演出である変動演出を設定する変動演出設定処理を実行する(B1905)。なお、同じ変動系コマンドに対して、複数の演出が存在する。続いて、遊技状態(P機状態)を示す遊技状態フラグに特図変動中を設定し(B1906)、連続演出等の先読み演出回数が0でなければ-1更新する(B1907)。 If the fluctuation command and the pattern type are not inconsistent (the result of B1903 is "N"), the performance control device 300 determines the fluctuation pattern type from the fluctuation command (fluctuation command) (B1904), and executes a variable performance setting process to set a variable performance that is a variable performance during fluctuation (B1905). Note that there are multiple performances for the same fluctuation command. Next, the game status flag indicating the game status (P machine status) is set to "special pattern fluctuation in progress" (B1906), and if the number of pre-reading performances such as consecutive performances is not 0, it is updated by -1 (B1907).

〔変動演出設定処理〕
次に、図69を参照して、前述した変動系コマンド処理(図68)における変動演出設定処理(B1905)の詳細について説明する。図69は、演出制御装置300によって実行される変動演出設定処理の手順を示すフローチャートである。
[Variable performance setting process]
Next, the details of the variable performance setting process (B1905) in the variable command process (FIG. 68) described above will be described with reference to FIG. 69. FIG. 69 is a flowchart showing the procedure of the variable performance setting process executed by the performance control device 300.

演出制御装置300は、まず、変動パターン種別が、リーチなし変動(リーチ状態にならない変動)であるか否かを判定する(B2001)。変動パターン種別がリーチなし変動である場合(B2001の結果が「Y」)、演出ポイントのポイント数、機種コード、特図種別、演出モード、設定情報(設定値)に対応する前半予告振分グループアドレステーブルを設定し(B2002)、変動系コマンド(変動コマンド)のMODE部と特図種別の保留数に対応する前半予告振分グループテーブルのアドレスを取得する(B2003)。リーチなし変動の場合、保留数が多いほど変動時間が短縮されるため、保留数に対応するテーブルのアドレスを取得している。 The performance control device 300 first determines whether the fluctuation pattern type is a non-reach fluctuation (a fluctuation that does not reach a reach state) (B2001). If the fluctuation pattern type is a non-reach fluctuation (the result of B2001 is "Y"), it sets a first half preview distribution group address table corresponding to the number of performance points, model code, special chart type, performance mode, and setting information (setting value) (B2002), and obtains the address of the first half preview distribution group table corresponding to the MODE section of the fluctuation system command (fluctuation command) and the reserved number of special chart type (B2003). In the case of a non-reach fluctuation, the more reserved number there is, the shorter the fluctuation time will be, so the address of the table corresponding to the reserved number is obtained.

演出制御装置300は、変動パターン種別がリーチなし変動でない場合(B2001の結果が「N」)、即ち、リーチあり変動である場合、演出ポイントのポイント数、機種コード、特図種別、演出モード、図柄種別、設定情報(設定値)に対応する前半予告振分グループアドレステーブルを設定し(B2004)、変動系コマンド(変動コマンド)のMODE部と変動パターン種別に対応する前半予告振分グループテーブルのアドレスを取得する(B2005)。 If the fluctuation pattern type is not a non-reach fluctuation (the result of B2001 is "N"), i.e., if it is a reach fluctuation, the performance control device 300 sets a first half preview distribution group address table corresponding to the number of performance points, model code, special chart type, performance mode, design type, and setting information (setting value) (B2004), and obtains the address of the first half preview distribution group table corresponding to the MODE section of the fluctuation system command (fluctuation command) and the fluctuation pattern type (B2005).

演出制御装置300は、ステップB2003、B2005の後、前半変動中(リーチ前)に出現する予告の抽選を行う(B2006)。続いて、演出ポイントのポイント数、機種コード、特図種別、演出モード、図柄種別、設定情報(設定値)に対応する後半予告振分グループアドレステーブルを設定し(B2007)、変動系コマンドのACT部に対応する後半予告振分グループテーブルのアドレスを取得し(B2008)、後半変動中(リーチ中)に出現する予告の抽選を行う(B2009)。その後、変動系コマンド(変動コマンド)のMODE部、ACT部に対応する変動演出の内容を決定する(B2010)。なお、変動系コマンドから変動時間や主なリーチ内容などがわかる。 After steps B2003 and B2005, the performance control device 300 performs a lottery for the notices that will appear during the first half of the fluctuation (before the reach) (B2006). Next, it sets a second half notice allocation group address table that corresponds to the number of performance points, model code, special symbol type, performance mode, symbol type, and setting information (setting value) (B2007), obtains the address of the second half notice allocation group table that corresponds to the ACT part of the fluctuation system command (B2008), and performs a lottery for the notices that will appear during the second half of the fluctuation (during the reach) (B2009). After that, it determines the content of the fluctuation performance that corresponds to the MODE part and ACT part of the fluctuation system command (fluctuation command) (B2010). Note that the fluctuation time and main reach contents can be determined from the fluctuation system command.

次に、演出制御装置300は、予告の抽選結果に対応する演出(予告演出)の内容を決定する(B2011)。その後、リーチ演出等の変動演出や予告演出の内容に応じて、飾り特図変動表示ゲームの停止図柄を決定する(B2012)。ここで、はずれ図柄の場合にばらけ目を決定するなど、飾り停止図柄を具体的に決定する。 Next, the performance control device 300 determines the content of the performance (pre-notification performance) that corresponds to the result of the pre-notification lottery (B2011). After that, the stopping pattern of the decorative special chart variable display game is determined according to the variable performance such as the reach performance and the content of the pre-notification performance (B2012). Here, the decorative stopping pattern is specifically determined, such as determining the scattering pattern in the case of a losing pattern.

次に、演出制御装置300は、変動演出の表示設定を行い(B2013)、予告演出の表示設定を行う(B2014)。続いて、特図種別に対応する保留減少の表示設定を行い、例えば、今回変動する飾り特図に対応する保留表示が減る表示(保留シフトの表示)が設定される(B2015)。続いて、スピーカの音声による演出態様(音出力態様)を定める音声番号、装飾装置の発光による演出態様を定める装飾番号を設定する(B2016)。装飾装置(盤装飾装置46、枠装飾装置18)は、複数の装飾用発光部(装飾LED等)を有し、装飾番号で定められる発光態様(各LEDの色や発光タイミング等)で発光する。 Next, the performance control device 300 sets the display of the variable performance (B2013), and sets the display of the preview performance (B2014). Next, the display of the hold reduction corresponding to the special chart type is set, and for example, a display of a decrease in the hold display corresponding to the currently changing decorative special chart (hold shift display) is set (B2015). Next, an audio number that determines the performance mode (sound output mode) by the speaker's audio, and a decoration number that determines the performance mode by the light emission of the decoration device are set (B2016). The decoration device (board decoration device 46, frame decoration device 18) has multiple decorative light-emitting parts (decorative LEDs, etc.), and emits light in a light-emitting mode (color and light-emitting timing of each LED, etc.) determined by the decoration number.

なお、音声番号や装飾番号を演出内容だけでなく設定情報(設定値)に基づいて設定することも可能である。このようにすると、遊技者は、装飾装置の発光態様、即ち、装飾用発光部(LED)の発光態様から遊技機10の設定情報(設定値)を推測することを楽しめる。 It is also possible to set the audio number and decoration number based on the setting information (setting value) as well as the performance content. In this way, the player can enjoy guessing the setting information (setting value) of the gaming machine 10 from the light emission mode of the decoration device, i.e., the light emission mode of the decorative light-emitting unit (LED).

次に、演出制御装置300は、特図種別に対応する飾り特図変動の表示設定を行い(B2017)、表示装置41で変動する前述の第一から第三の特別図柄以外に第四特別図柄(第4図柄、識別情報)に関する第4図柄変動の表示設定を行う(B2018)。なお、第4図柄変動は、表示装置41以外に設けた前述のランプ表示装置80のランプ表示部1、2(LED)で表示されてもよいし、表示装置41の表示画面上で実行されてもよい。 Next, the performance control device 300 performs display settings for decorative special pattern changes corresponding to the special pattern type (B2017), and performs display settings for a fourth pattern change related to a fourth special pattern (fourth pattern, identification information) in addition to the aforementioned first to third special patterns that change on the display device 41 (B2018). Note that the fourth pattern change may be displayed on the lamp display units 1 and 2 (LEDs) of the aforementioned lamp display device 80 provided outside the display device 41, or may be executed on the display screen of the display device 41.

〔当り系コマンド処理〕
次に、図70を参照して、前述した受信コマンド解析処理(図63)における当り系コマンド処理(B1208)の詳細について説明する。図70は、演出制御装置300によって実行される当り系コマンド処理の手順を示すフローチャートである。
[Hit command processing]
Next, the details of the winning command processing (B1208) in the above-mentioned received command analysis processing (FIG. 63) will be described with reference to Fig. 70. Fig. 70 is a flowchart showing the procedure of the winning command processing executed by the performance control device 300.

演出制御装置300は、まず、受信した当り系コマンドのMODE部がファンファーレを表すか否かを判定する(B2101)。当り系コマンドのMODE部がファンファーレを表す場合(B2101の結果が「Y」)、即ち、当り系コマンドが大当りファンファーレコマンド又は小当りファンファーレコマンドである場合、ファンファーレ演出を設定するためのファンファーレ演出設定処理を実行する(B2102)。また、大当りファンファーレコマンド又は小当りファンファーレコマンドに対応して、打ち方指示(左打ち指示又は右打ち指示)の表示を表示装置41などにおいて表示(報知)してよい。なお、ファンファーレコマンドには、今回の大当りのラウンド数上限値の情報が含まれている。続いて、現在の遊技機10の遊技状態(P機状態)を示す遊技状態フラグにファンファーレ中を設定し(B2103)、当り系コマンド処理を終了する。なお、ラウンド数上限値は、図柄系コマンド(停止図柄パターンに対応する飾り特図コマンド)から判定される図柄種別からも得ることができる。 The performance control device 300 first determines whether the MODE section of the received winning command represents fanfare (B2101). If the MODE section of the winning command represents fanfare (the result of B2101 is "Y"), that is, if the winning command is a big win fanfare command or a small win fanfare command, executes a fanfare performance setting process to set a fanfare performance (B2102). In addition, in response to the big win fanfare command or the small win fanfare command, a hitting instruction (left hit instruction or right hit instruction) may be displayed (announced) on the display device 41 or the like. The fanfare command includes information on the upper limit of the number of rounds for this big win. Next, the game status flag indicating the current game status (P machine status) of the gaming machine 10 is set to fanfare (B2103), and the winning command processing is terminated. The upper limit of the number of rounds can also be obtained from the type of symbol determined from the symbol command (the special symbol command corresponding to the stopping symbol pattern).

演出制御装置300は、受信した当り系コマンドのMODE部がファンファーレを表さない場合には(B2101の結果が「N」)、当り系コマンドのMODE部がラウンドを表すか否かを判定する(B2104)。MODE部がラウンドを表す場合(B2104の結果が「Y」)、即ち、当り系コマンドがラウンドコマンド又は小当り開放中コマンドである場合、演出制御装置300は、ラウンド演出設定処理を実行し、現在の遊技機10の遊技状態(P機状態)を示す遊技状態フラグにラウンド中を設定し(B2105、B2106)、当り系コマンド処理を終了する。 If the MODE section of the received winning command does not represent a fanfare (the result of B2101 is "N"), the performance control device 300 determines whether the MODE section of the winning command represents a round (B2104). If the MODE section represents a round (the result of B2104 is "Y"), that is, if the winning command is a round command or a small winning open command, the performance control device 300 executes a round performance setting process, sets the game status flag indicating the current game status (P machine status) of the gaming machine 10 to "round in progress" (B2105, B2106), and ends the winning command processing.

受信した当り系コマンドのMODE部がラウンドを表さない場合には(B2104の結果が「N」)、演出制御装置300は、当り系コマンドのMODE部がインターバルを表すか否かを判定する(B2107)。MODE部がインターバルを表す場合(B2107の結果が「Y」)、即ち、当り系コマンドがインターバルコマンドである場合、演出制御装置300は、インターバル演出設定処理を実行し、現在の遊技機10の遊技状態(P機状態)を示す遊技状態フラグにインターバル中を設定し(B2108、B2109)、当り系コマンド処理を終了する。 If the MODE section of the received winning command does not represent a round (the result of B2104 is "N"), the presentation control device 300 determines whether the MODE section of the winning command represents an interval (B2107). If the MODE section represents an interval (the result of B2107 is "Y"), that is, if the winning command is an interval command, the presentation control device 300 executes an interval presentation setting process, sets the game status flag indicating the current game status (P machine status) of the gaming machine 10 to "interval in progress" (B2108, B2109), and ends the winning command processing.

受信した当り系コマンドのMODE部がインターバルを表さない場合には(B2107の結果が「N」)、演出制御装置300は、当り系コマンドのMODE部がエンディングを表すか否かを判定する(B2110)。MODE部がエンディングを表す場合(B2110の結果が「Y」)、即ち、当り系コマンドがエンディングコマンドである場合、演出制御装置300は、エンディング演出を設定するためのエンディング演出設定処理を実行し、現在の遊技機10の遊技状態(P機状態)を示す遊技状態フラグにエンディング中を設定し(B2111、B2112)、当り系コマンド処理を終了する。 If the MODE section of the received winning command does not represent an interval (the result of B2107 is "N"), the presentation control device 300 determines whether the MODE section of the winning command represents an ending (B2110). If the MODE section represents an ending (the result of B2110 is "Y"), that is, if the winning command is an ending command, the presentation control device 300 executes an ending presentation setting process to set an ending presentation, sets the game status flag indicating the current game status (P machine status) of the gaming machine 10 to "ending" (B2111, B2112), and ends the winning command processing.

なお、受信した当り系コマンドのMODE部がエンディングを表さない場合には(B2110の結果が「N」)、演出制御装置300は、いずれの処理も実行せずに、当り系コマンド処理を終了する。 If the MODE section of the received hit command does not represent an ending (the result of B2110 is "N"), the performance control device 300 ends the hit command processing without performing any processing.

〔遊技状態遷移図(ゲームフロー)の例〕
図71Aは、第1実施形態における遊技状態の遷移を例示する遊技状態遷移図(ゲームフロー)である。遊技状態は、遊技制御装置100の遊技制御によって遷移(移行)する。遊技状態は、特に、大当りの発生を契機として遷移するものや、所定のゲーム数(回転数、変動回数)の経過を契機として遷移するものなどが示されている。図71Aにおいて、それぞれの遊技状態について、大当り確率(特図確率)の状態、普図変動表示ゲームの当り結果となる確率である普図当り確率(普図確率)の状態、演出モード、主となる変動表示ゲーム(主変動表示ゲーム、主変動)、右打ち又は左打ちの発射態様などの特徴が示されている。
[Example of game state transition diagram (game flow)]
FIG. 71A is a game state transition diagram (game flow) illustrating the transition of the game state in the first embodiment. The game state transitions (shifts) by the game control of the game control device 100. In particular, the game state transitions when a jackpot occurs, or when a predetermined number of games (number of spins, number of fluctuations) have passed, etc. are shown. In FIG. 71A, for each game state, the state of the jackpot probability (special chart probability), the state of the normal chart winning probability (normal chart probability) which is the probability of a winning result of the normal chart variable display game, the presentation mode, the main variable display game (main variable display game, main fluctuation), the right-hand or left-hand shot launch mode, and other characteristics are shown.

なお、演出モード(演出ステージ)は、前述のように、遊技制御装置100が大当り終了処理(図40)や演出モード情報チェック処理(図35)などによって設定することができる。しかし、これに限られず、演出制御装置300が、時短回数、規定の残保留数、大当り終了後の特図2変動表示ゲームの実行回数などに基づいて設定することもできる。 As mentioned above, the presentation mode (presentation stage) can be set by the game control device 100 through the jackpot end process (Fig. 40) or presentation mode information check process (Fig. 35), etc. However, this is not limited to this, and the presentation control device 300 can also set it based on the number of time-saving times, the specified number of remaining reservations, the number of times the special chart 2 variable display game is executed after the jackpot ends, etc.

また、図71Aにおいて、天井回数到達による天井時短と時短図柄による突然時短の場合の特定遊技状態B、C(時短モード#3、#4)は省略されているが(図71Bも同様)、後述の第2実施形態(図77)と第3実施形態(図82)で詳細に説明される。 In addition, in FIG. 71A, the specific game states B and C (time-saving modes #3 and #4) in the case of ceiling time-saving due to reaching the ceiling number of times and sudden time-saving due to time-saving symbols are omitted (as in FIG. 71B), but will be explained in detail in the second embodiment (FIG. 77) and the third embodiment (FIG. 82) described later.

第1実施形態において、遊技状態は、通常遊技状態、特定遊技状態、移行状態が存在する。本実施形態において、特定遊技状態は時短状態であるが、特定遊技状態を大当り確率が高確率状態である確変状態とする構成も可能である。 In the first embodiment, the game state includes a normal game state, a specific game state, and a transition state. In this embodiment, the specific game state is a time-saving state, but it is also possible to configure the specific game state as a probability-changing state in which the probability of a jackpot is high.

なお、移行状態において大当り確率と普図当り確率は通常遊技状態と変わらないため、確率的には移行状態を通常遊技状態に含めてよい。即ち、移行状態を主変動表示ゲームが特図2変動表示ゲームとなる通常遊技状態とみなしてもよい。しかし、移行状態では、残保留の消化によって特図2変動表示ゲームが実行されて特図2変動表示ゲームが主変動表示ゲームとなり、小当りひいては小当り中でのV通過(V入賞口への遊技球の通過、V入賞)による大当りが、小当り確率(1/8)で発生する。このため、移行状態は、通常よりも遊技者に有利な有利状態であり、この観点では通常遊技状態とは区別できる遊技状態とみなしてもよい。また、移行状態と特定遊技状態(時短状態)とまとめて遊技者に有利な有利状態としてもよいし、或は、特定遊技状態(時短状態)を第1有利状態とし、移行状態を第2有利状態としてもよい。 In addition, since the probability of winning the jackpot and the probability of winning the normal jackpot in the transition state are the same as in the normal game state, the transition state may be included in the normal game state in terms of probability. In other words, the transition state may be considered as a normal game state in which the main variable display game becomes the special 2 variable display game. However, in the transition state, the special 2 variable display game is executed by consuming the remaining reserved, and the special 2 variable display game becomes the main variable display game, and a small win, and even a jackpot due to a V passage (the game ball passing through the V winning hole, V entry) during a small win occurs with a small win probability (1/8). For this reason, the transition state is an advantageous state that is more advantageous to the player than normal, and from this point of view, it may be considered as a game state that can be distinguished from the normal game state. In addition, the transition state and the specific game state (time-saving state) may be collectively considered as advantageous states that are advantageous to the player, or the specific game state (time-saving state) may be considered as the first advantageous state and the transition state as the second advantageous state.

まず、各遊技状態について説明する。通常遊技状態において、遊技制御装置100は、大当り確率を低確率とし(特図低確率)、普図当り確率も低確率とする(普図低確率)。なお、本実施形態では、普図低確率の状態を普電サポートのない状態(サポ無し状態)とし、普図高確率の状態を普電サポートのある状態(サポ有り状態)とする。従って、本実施形態では、サポ有り状態での普図当りに起因して普通変動入賞装置37(普電)が開放されても、開放時に普図低確率となっている場合にはサポ無し状態となる。しかし、これに限られず、普通変動入賞装置37の開放中はサポ有り状態とみなす構成も可能である。 First, each game state will be explained. In the normal game state, the game control device 100 sets the jackpot probability to low (special low probability) and the normal hit probability to low (normal low probability). In this embodiment, the normal low probability state is a state without normal power support (no support state), and the normal high probability state is a state with normal power support (support state). Therefore, in this embodiment, even if the normal variable winning device 37 (normal power) is opened due to a normal hit in a support state, if the normal low probability is set at the time of opening, it will be in a no support state. However, it is not limited to this, and a configuration is also possible in which the support state is considered to be present while the normal variable winning device 37 is open.

また、通常遊技状態において、演出モードは通常モードである。通常遊技状態において、第1始動入賞口36への遊技球の入球を容易にする左打ちが、右打ちよりも遊技者にとって有利となり、遊技球の発射態様として推奨される。推奨される発射態様で遊技球が入賞し易い主始動領域は第1始動入賞口36となり、主変動表示ゲーム(主変動特図)は特図1変動表示ゲームとなる。推奨される発射態様で遊技球が入賞し難い従始動領域は普通変動入賞装置37となり、従変動表示ゲームは特図2変動表示ゲームとなる。 In addition, in the normal game state, the presentation mode is the normal mode. In the normal game state, hitting from the left, which makes it easier for the game ball to enter the first start winning hole 36, is more advantageous for the player than hitting from the right, and is recommended as the game ball launch mode. The main start area where the game ball is likely to enter in the recommended launch mode is the first start winning hole 36, and the main variable display game (main variable special chart) is the special chart 1 variable display game. The secondary start area where the game ball is less likely to enter in the recommended launch mode is the normal variable winning device 37, and the secondary variable display game is the special chart 2 variable display game.

特定遊技状態(時短状態)において、遊技制御装置100は、大当り確率は低確率状態であるが、普図当り確率は高確率(普図高確率)となるように制御する。特定遊技状態において、遊技球の発射態様として、普通変動入賞装置37が開放され易くなり普通変動入賞装置37を狙う右打ちが推奨される。そのため、特定遊技状態において、主始動領域は普通変動入賞装置37となり従始動領域は第1始動入賞口36となることから、主変動表示ゲームは特図2変動表示ゲームとなり、従変動表示ゲームは特図1変動表示ゲームとなる。 In a specific game state (time-saving state), the game control device 100 controls the probability of a jackpot to be low, but the probability of a normal hit to be high (normal high probability). In a specific game state, the normal variable winning device 37 is more likely to open, and right-handed shots aimed at the normal variable winning device 37 are recommended as the mode of launching the game ball. Therefore, in a specific game state, the main starting area is the normal variable winning device 37, and the secondary starting area is the first starting winning port 36, so the main variable display game is the special variable 2 variable display game, and the secondary variable display game is the special variable 1 variable display game.

また、特定遊技状態において、時短回数が基準回数(ここでは5回)以下である場合(時短回数≦5)と、基準回数より大きい99回の場合(時短回数=99)がある。時短回数≦5の場合の演出モードを時短モード#1として、時短回数=99の場合の演出モードを時短モード#2とし、時短モード#1と時短モード#2の演出の態様を異ならせて遊技の興趣を向上してよい。なお、基準回数は、例えば、小当り確率1/8の逆数の値(8回)程度であればよく、7回等でもよい。基準回数が小さいほど、時短モード#1で小当り(小当り中でのV通過で大当り状態になるもの)が発生し難くなる一方、演出モード#2との差が大きくなりメリハリがでる。 In addition, in a specific game state, there are cases where the number of time-saving times is less than the reference number (here, 5 times) (time-saving times≦5), and cases where it is greater than the reference number, 99 times (time-saving times=99). The presentation mode when the number of time-saving times≦5 is time-saving mode #1, and the presentation mode when the number of time-saving times=99 is time-saving mode #2, and the presentation manner of time-saving mode #1 and time-saving mode #2 may be different to increase the interest of the game. Note that the reference number may be, for example, about the reciprocal value of the small hit probability 1/8 (8 times), and may be 7 times, etc. The smaller the reference number, the more difficult it is to generate a small hit in time-saving mode #1 (a small hit that becomes a big hit state when a V passes through), while the difference with presentation mode #2 becomes larger, creating a sharper contrast.

移行状態は、特定遊技状態(時短状態)の終了後に発生可能な状態である。移行状態において、特定遊技状態中の普図当りによって開放される普通変動入賞装置37(普電)への入賞によって生じる残保留が消化され、主変動表示ゲームとして特図2変動表示ゲームが実行される。移行状態の演出モードは、残保留消化モードである。さらに、残保留消化モードを、特定遊技状態中の普図当りによる普電の開放が終了する前の普電開放終了前モードと、普電の開放が終了した後の普電開放終了後モードに分けてもよい。普電開放終了前モードでは、普電を狙う右打ちが推奨され、普電開放終了後モードでは普電が閉鎖されているため左打ちが推奨される。 The transition state is a state that can occur after the end of a specific game state (time-saving state). In the transition state, the remaining reserves generated by winning the normal variable winning device 37 (normal power) that is opened by a normal hit during the specific game state are consumed, and the special power 2 variable display game is executed as the main variable display game. The presentation mode of the transition state is the remaining reserve consumption mode. Furthermore, the remaining reserve consumption mode may be divided into a normal power opening before end mode before the opening of the normal power due to a normal hit during the specific game state ends, and a normal power opening after end mode after the opening of the normal power ends. In the normal power opening before end mode, right hitting is recommended to aim for the normal power, and in the normal power opening after end mode, left hitting is recommended since the normal power is closed.

移行状態の演出モードである残保留消化モードを普電開放終了前モードと普電開放終了後モードに分けると、遊技者は、普電が開放されているか(右打ちすべきか)、閉鎖されているか(左打ちすべき)をわかり易くなる。なお、分けない場合には、移行状態を通して、残保留が消化中であることが認識し易くなる。 If the remaining reserve consumption mode, which is the presentation mode for the transition state, is divided into a mode before the end of normal power opening and a mode after normal power opening is finished, it becomes easier for the player to understand whether the normal power is opened (should they hit to the right) or closed (should they hit to the left). If it is not divided, it becomes easier to recognize that the remaining reserve is being consumed throughout the transition state.

また、前述のように、移行状態と特定遊技状態(時短状態)とまとめて遊技者に有利な有利状態とし、有利状態において、演出モードを分けずに同じ演出モードとしてもよい。この場合には、特図2変動表示ゲームが主変動表示ゲームとなる有利状態を共通の演出態様とすることができる。後述のように、残保留の消化で特図の当り(小当り中でのV通過で大当り)が発生した場合に、特定遊技状態中に特図の当りが発生した場合よりも、遊技者に付与する遊技価値を大きくすれば、時短状態中であるか残保留の消化中であるか共通の演出態様から不明であるにもかかわらず大きな遊技価値が得られて、遊技者を喜ばすことができる。なお、ここでは、遊技価値(特典)は、大当り終了後の時短回数や最終的に得られる大当りの回数などである。 As mentioned above, the transition state and the specific game state (time-saving state) may be collectively regarded as advantageous states advantageous to the player, and in the advantageous state, the presentation mode may be the same without being divided. In this case, the advantageous state in which the special chart 2 variable display game is the main variable display game may be regarded as a common presentation mode. As described later, if a special chart hit occurs when the remaining reserve is consumed (a big hit occurs when a V passes during a small hit), the game value granted to the player may be greater than when a special chart hit occurs during a specific game state, and the player may be pleased by the large game value obtained even though it is unclear from the common presentation mode whether the time-saving state or the remaining reserve is being consumed. Note that the game value (benefit) here refers to the number of time-saving times after the big hit ends and the number of big hits obtained in the end.

次に、各遊技状態からの遷移(移行)について説明する。まず、通常遊技状態において、特図変動表示ゲームによって大当り(V入賞によるものではない)が発生すると、大当り状態の終了後に特定遊技状態に遷移する。 Next, we will explain the transitions from each game state. First, in the normal game state, when a jackpot (not due to a V win) occurs in the special chart variable display game, the game will transition to a specific game state after the jackpot state ends.

特定遊技状態において、特図変動表示ゲームによって小当り(V通過で大当り状態になるもの)が発生すると、大当り状態の終了後に再び特定遊技状態に戻る。なお、この場合は、時短モード#1に戻って、遊技価値(特典)としての時短回数は基準回数以下である(時短回数≦5)。 When a small win (a big win state that occurs when a V passes) occurs in the special chart change display game during a specific game state, the game returns to the specific game state after the big win state ends. In this case, the game returns to time-saving mode #1, and the number of time-saving times as a game value (benefit) is equal to or less than the standard number of times (time-saving times ≦ 5).

所定の遷移条件が成立した場合に、特定遊技状態から移行状態に遷移する。例えば、この所定の遷移条件は、(i)特定遊技状態における特図2変動表示ゲームの実行回数が時短回数(第1所定回数、時間短縮変動回数2の初期値)を超えること、及び、(ii)特定遊技状態における特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲーム)の合計の実行回数が時短回数(第1所定回数)よりも大きい第2所定回数(時間短縮変動回数1の初期値、例えば時短回数の2倍)を超えること、(iii)所定開放回数(例えば2回)の普電開放が終了すること、の何れかが成立することである。なお、第2所定回数は、時短回数(第1所定回数)に、特図1保留数の最大値(例えば4)を足したものでもよい。(iii)の条件は、止め打ち対策として設けられる。 When a predetermined transition condition is met, the specific game state transitions to the transition state. For example, the predetermined transition condition is that either (i) the number of times the special chart 2 variable display game is executed in the specific game state exceeds the time-saving number (first predetermined number, the initial value of the time-saving number of times 2), (ii) the total number of times the special chart variable display game (special chart 1 variable display game and special chart 2 variable display game) is executed in the specific game state exceeds a second predetermined number (initial value of the time-saving number of times 1, for example, twice the time-saving number) that is greater than the time-saving number (first predetermined number), or (iii) the normal power opening of a predetermined number of times (for example, 2 times) is completed. The second predetermined number of times may be the number of times of time-saving (first predetermined number) plus the maximum number of reserved numbers of special chart 1 (for example, 4). The condition (iii) is set as a measure against stopping shots.

特定遊技状態では、主変動表示ゲームである特図2変動表示ゲームが時短回数実行できることが遊技機10の本来の仕様(性能)であるが、従来の如く、特図変動表示ゲームの合計の実行回数が時短回数を超えることだけを特定遊技状態からの遷移条件とすると、従変動表示ゲームである特図1変動表示ゲームが実行された分、遊技機10の本来の仕様から離れてしまう。しかし、2つの条件(i)(ii)を設けることで従変動表示ゲームの実行分はおまけ(特典)として扱い、遊技者に損をさせることなく本来の仕様で遊技を行わせることができる。なお、遊技者が普通に遊技すれば、(i)の条件の成立で移行状態に移行し、(ii)の条件が成立することはまずありえない。 In the specific game state, the original specification (performance) of the gaming machine 10 is that the special chart 2 variable display game, which is the master variable display game, can be executed a time-saving number of times. However, if the transition condition from the specific game state is, as in the past, only that the total number of times the special chart variable display game is executed exceeds the time-saving number, the original specification of the gaming machine 10 will deviate from the amount of execution of the special chart 1 variable display game, which is the subordinate variable display game. However, by providing the two conditions (i) and (ii), the execution of the subordinate variable display game can be treated as a bonus (privilege), and the player can be allowed to play with the original specifications without incurring any loss. Note that if the player plays normally, the transition state will be entered when condition (i) is met, and it is highly unlikely that condition (ii) will be met.

なお、特定遊技状態の時短モード#2では、時短回数99回の特図2変動表示ゲームが実行されるまで継続可能であるため、ほぼ確実に小当り(V通過で大当り状態になる)が発生し、大当り状態終了後に再度特定遊技状態(時短モード#1)になる。従って、時短モード#2は、大当り状態終了後に特定遊技状態が確実に継続する次回継続確定モード(確定モード)となる。 In addition, in the time-saving mode #2 of the specific game state, it is possible to continue until the special chart 2 variable display game with 99 time-saving times is executed, so a small win (a big win state occurs when the V passes) will almost certainly occur, and after the big win state ends, the specific game state (time-saving mode #1) will be entered again. Therefore, the time-saving mode #2 becomes a next-time continuation confirmed mode (confirmed mode) in which the specific game state will definitely continue after the big win state ends.

移行状態において、特図2変動が終了すると、主変動表示ゲームが特図1変動表示ゲームとなる通常遊技状態に遷移する。一方、移行状態において、小当り(小当り中でのV通過で大当り状態になる)が発生すると、大当り状態終了後に特定遊技状態の時短モード#2に遷移して99回の時短回数が付与される。即ち、残保留が消化される移行状態(残保留消化モード)において小当り(V通過後に大当り)が発生すると、特定遊技状態において小当り(V通過後に大当り)が発生した場合の時短回数(≦5)よりも、時短回数が多くなり、遊技者に付与する遊技価値が大きくなる。さらに、移行状態(残保留消化モード)において小当り(V通過後に大当り)が発生すると、次の時短モード#2でほぼ確実に小当り(V通過後に大当り)が発生するから、合計2回の大当りが遊技価値として確保される。 In the transition state, when the special chart 2 variation ends, the main variation display game transitions to the normal game state where the special chart 1 variation display game is played. On the other hand, if a small win (a big win state occurs when a V passes during a small win) occurs in the transition state, the game transitions to the time-saving mode #2 of the specific game state after the big win state ends, and 99 time-saving times are granted. In other words, if a small win (a big win after a V passes) occurs in the transition state (remaining reserve consumption mode) in which the remaining reserve is consumed, the number of time-saving times becomes greater than the number of time-saving times (≦5) when a small win (a big win after a V passes) occurs in the specific game state, and the game value granted to the player becomes larger. Furthermore, if a small win (a big win after a V passes) occurs in the transition state (remaining reserve consumption mode), a small win (a big win after a V passes) will almost certainly occur in the next time-saving mode #2, so a total of two big wins are secured as game value.

〔遊技状態遷移図(ゲームフロー)の別例〕
図71Bは、遊技状態の遷移を示す遊技状態遷移図の別例である。なお、図71Bの遊技状態の遷移は、第2実施形態においても適用することができる。
[Another example of game state transition diagram (game flow)]
71B is another example of a game state transition diagram showing a transition of a game state. The transition of the game state in FIG. 71B can also be applied to the second embodiment.

図71Bでは、時短終了後に消化される全ての特図2保留である残保留を、所定残保留(第1残保留)と過剰保留(第2残保留)に分けるとともに、移行状態に対応する演出モードとしての残保留消化モードを、所定残保留が消化される時短中発生残保留消化モードと、過剰保留が消化される過剰保留消化モードとに分ける。ここで、所定残保留は、時短中に発生して時短終了後に消化される特図2保留のうちの最初の所定個(当該特図2保留のうちの全部または一部)であり、過剰保留は、所定残保留の後に消化される特図2保留(残保留)である。過剰保留消化モードは、例えば、遊技結果を示すリザルト画面を表示装置41に表示するモードやその他の特殊モードを含んでよい。なお、時短中発生残保留消化モードと時短モード(時短モード#1又は時短モード#2)は、時短中に発生した特図2保留を消化する点で共通するため、同じ演出モードとして演出態様を共通にしてもよい。 In FIG. 71B, the remaining reserves, which are all the special chart 2 reserves that are consumed after the time-saving period ends, are divided into a predetermined remaining reserve (first remaining reserve) and an excess reserve (second remaining reserve), and the remaining reserve consumption mode as a presentation mode corresponding to the transition state is divided into a time-saving generated remaining reserve consumption mode in which the predetermined remaining reserves are consumed, and an excess reserve consumption mode in which the excess reserves are consumed. Here, the predetermined remaining reserve is the first predetermined number (all or part of the special chart 2 reserve) of the special chart 2 reserves that are generated during the time-saving period and consumed after the time-saving period ends, and the excess reserve is the special chart 2 reserve (remaining reserve) that is consumed after the predetermined remaining reserve. The excess reserve consumption mode may include, for example, a mode in which a result screen showing the game result is displayed on the display device 41 or other special modes. Note that the time-saving generated remaining reserve consumption mode and the time-saving mode (time-saving mode #1 or time-saving mode #2) have in common the point of consuming the special chart 2 reserves that occurred during the time-saving period, so they may be the same presentation mode with a common presentation mode.

〔図柄に対応する時短回数と規定残保留数〕
図72は、特図変動表示ゲームの当りの種類である図柄に対応する時短回数と規定の残保留数(規定残保留数)などについて示すテーブルである。図柄は、大当りになる場合の図柄であり、ここでは大当り図柄乱数によって決定され、時短図柄は除かれる。図柄は、当りの停止図柄であり停止図柄番号と停止図柄パターンの何れに対応させてもよい。(A)は、特図1変動表示ゲームの当りの図柄に関するものである。(B)の上図は、普図高確率状態中(時短状態中)における特図2変動表示ゲームの当りの図柄に関するものであり、下図は、普図低確率状態中における特図2変動表示ゲームの当りの図柄(残保留での当りの図柄)に関するものである。
[Time-saving number of times and the number of reserved times corresponding to the pattern]
FIG. 72 is a table showing the number of time-saving times and the prescribed number of remaining reserved times (prescribed number of remaining reserved times) corresponding to the patterns that are the winning types of the special chart variable display game. The patterns are the patterns that will result in a jackpot, and are determined here by the jackpot pattern random number, excluding the time-saving patterns. The patterns are winning stopping patterns and may correspond to either the stopping pattern number or the stopping pattern. (A) is related to the winning patterns of the special chart 1 variable display game. The upper diagram of (B) is related to the winning patterns of the special chart 2 variable display game during the normal chart high probability state (time-saving state), and the lower diagram is related to the winning patterns (winning patterns in the remaining reserved times) of the special chart 2 variable display game during the normal chart low probability state.

図柄Aは、大当り図柄乱数によって決定される停止図柄であり、特図1変動表示ゲームの大当りの停止図柄である。図柄B-Fも、大当り図柄乱数によって決定される停止図柄であるが、普図高確率状態中(時短状態中)における特図2変動表示ゲームの小当りでのV通過(V入賞)に関する大当りの停止図柄である。図柄Gも、大当り図柄乱数によって決定される停止図柄であるが、普図低確率状態中における特図2変動表示ゲームの小当り(残保留での小当り)でのV通過(V入賞)に関する大当りの停止図柄である。なお、大当り図柄乱数の他に小当り図柄乱数がある場合には、図柄B-Fと図柄Gを、小当り図柄乱数によって決定される小当りの停止図柄とする構成も可能である。 Pattern A is a stopping pattern determined by a jackpot pattern random number, and is the stopping pattern for a jackpot in the special chart 1 variable display game. Patterns B-F are also stopping patterns determined by a jackpot pattern random number, but are stopping patterns for a jackpot related to V passing (V winning) in a small jackpot in the special chart 2 variable display game during a normal chart high probability state (time-saving state). Pattern G is also a stopping pattern determined by a jackpot pattern random number, but is a stopping pattern for a jackpot related to V passing (V winning) in a small jackpot (small jackpot with remaining reserve) in the special chart 2 variable display game during a normal chart low probability state. Note that if there is a small jackpot pattern random number in addition to the jackpot pattern random number, patterns B-F and pattern G can also be configured as stopping patterns for small jackpots determined by small jackpot pattern random numbers.

図柄Aは、振り分け(選択率)が100%であり、特図1変動表示ゲームの大当りの停止図柄は図柄Aしか存在しない。図柄B-Fは、それぞれ、大当り図柄乱数に対する振り分けが40%、25%、15%、10%、10%である。図柄Gは、振り分けが100%である。 The allocation (selection rate) of pattern A is 100%, and pattern A is the only stopping pattern for a jackpot in the Special Chart 1 Variable Display Game. Patterns B-F have allocations of 40%, 25%, 15%, 10%, and 10% for the jackpot random number, respectively. Pattern G has an allocation of 100%.

特図1変動表示ゲームの大当りの種類である図柄Aでは、大当り後の時短回数は1回である。また、図柄Aでは、時短状態終了後に消化される規定(予定)の残保留数は4個である。従って、大当り状態終了後に特図2変動表示ゲームの実行によって消化可能な特図2保留の合計数は、規定では5(=1+4)になる。図柄Aでは、1/8の小当り確率に対して、継続率は、{1-(1-1/8)}×100%=48.7%であり、確定モード移行率は、(1-1/8)×{1-(1-1/8)}×100%=36.2%となる。 In the case of pattern A, which is a type of jackpot in the special chart 1 variable display game, the number of time-saving times after a jackpot is 1. In addition, in the case of pattern A, the number of reserved balls that are to be consumed after the time-saving state ends is 4, as specified (planned). Therefore, the total number of reserved balls that can be consumed by executing the special chart 2 variable display game after the jackpot state ends is 5 (= 1 + 4) according to the regulations. In the case of pattern A, for a small jackpot probability of 1/8, the continuation rate is {1-(1-1/8) 5 } x 100% = 48.7%, and the transition rate to the fixed mode is (1-1/8) x {1-(1-1/8) 4 } x 100% = 36.2%.

普図高確率状態中に開始した特図2変動表示ゲームの大当りの種類である図柄B-Fでは、各々、大当り後の時短回数は5回、4回、3回、2回、1回である。また、図柄B-Fでは、各々、規定残保留数は、5個、6個、7個、8個、9個である。従って、大当り状態終了後に特図2変動表示ゲームの実行によって消化可能な特図2保留の合計数は、図柄B-Fのいずれでも規定では10になる。図柄B-Fでは、1/8の小当り確率に対して、各々、継続率は同じであり、{1-(1-1/8)10}×100%=73.7%であり、確定モード移行率は、各々、25.0%、32.3%、40.7%、50.3%、61.2%となる。 In the patterns B-F, which are the types of jackpots in the special chart 2 variable display game started during the normal chart high probability state, the number of time reductions after the jackpot is 5, 4, 3, 2, and 1, respectively. In addition, the prescribed remaining reserved numbers are 5, 6, 7, 8, and 9, respectively, in the patterns B-F. Therefore, the total number of reserved special charts 2 that can be consumed by executing the special chart 2 variable display game after the jackpot state ends is 10 by regulation for all of the patterns B-F. In the patterns B-F, the continuation rate is the same for each of the patterns, {1-(1-1/8) 10 } x 100% = 73.7%, with respect to the small jackpot probability of 1/8, and the transition rate to the fixed mode is 25.0%, 32.3%, 40.7%, 50.3%, and 61.2%, respectively.

普図低確率状態中に開始した特図2変動表示ゲームの大当り(残保留の大当り)の種類である図柄Gでは、大当り後の時短回数は99回である。また、図柄Gでは、規定残保留数は4個である。従って、大当り状態終了後に特図2変動表示ゲームの実行によって消化可能な特図2保留の合計数は103になる。図柄Gでは、1/8の小当り確率に対して、各々、継続率は略100%であり、確定モード移行率は略0%となる。従って、図柄Gでは、残保留での大当り終了後には、時短モード#2に移行して確実に再度大当りとなりその後に特定遊技状態(時短状態)が継続する。一方、図柄Gでは確定モード移行率は略0%であり、特定遊技状態の時短モード#2から大当りを経て時短モード#1に遷移する流れがほとんどである。 In the case of the G pattern, which is a type of jackpot (jackpot on remaining reserve) in the special chart 2 variable display game started during the normal chart low probability state, the number of time-saving times after the jackpot is 99 times. Also, in the G pattern, the specified number of remaining reserves is 4. Therefore, the total number of special chart 2 reserves that can be consumed by playing the special chart 2 variable display game after the jackpot state ends is 103. In the G pattern, the continuation rate is approximately 100% and the transition rate to the fixed mode is approximately 0% for a small win probability of 1/8. Therefore, in the G pattern, after the jackpot ends in the remaining reserve, the time-saving mode #2 is entered, and a jackpot is definitely obtained again, and the specific game state (time-saving state) continues after that. On the other hand, in the G pattern, the transition rate to the fixed mode is approximately 0%, and the flow is almost always to transition from the time-saving mode #2 of the specific game state via the jackpot to the time-saving mode #1.

なお、継続率は、大当り状態終了後の特図2変動表示ゲーム(図柄Aでは5回内、図柄B-Fでは10回内、図柄Gでは103回内)によって特定遊技状態が継続する確率であり、通常遊技状態(通常モード)を経ずに特定遊技状態へ再度突入する確率である。確定モード移行率は、大当り状態終了後に残保留に基づく特図2変動表示ゲームによって残保留消化モードから時短モード#2(確定モード、次回継続確定モード)に移行する確率である。 The continuation rate is the probability that the specific game state will continue due to the special chart 2 variable display game after the end of the jackpot state (within 5 times for pattern A, within 10 times for patterns B-F, and within 103 times for pattern G), and is the probability of re-entering the specific game state without passing through the normal game state (normal mode). The fixed mode transition rate is the probability of transitioning from the remaining reserve consumption mode to the time-saving mode #2 (fixed mode, next-time continuation fixed mode) due to the special chart 2 variable display game based on the remaining reserves after the end of the jackpot state.

継続率は、大当り状態終了後に消化される特図2保留の合計数(即ち、大当り状態終了後の特図2変動表示ゲームの実行回数)に依存し、合計数が10である図柄B-Fの場合の継続率は、合計数が5である図柄Aの場合の継続率よりも大きい。また、図柄B-Fの順に、時短回数が減少して規定残保留数が増加するのに伴って、確定モード移行率が上昇する。 The continuation rate depends on the total number of reserved special symbols 2 that are consumed after the end of the jackpot state (i.e. the number of times the variable display game of the special symbol 2 is executed after the end of the jackpot state), and the continuation rate for symbols B-F, which has a total number of 10, is greater than the continuation rate for symbol A, which has a total number of 5. In addition, the transition rate to the fixed mode increases as the number of time-saving cycles decreases and the number of reserved symbols increases in the order of symbols B-F.

以上のように、図柄B-Fにおいて、時短回数は、大当りの種類(特別結果の種類)である図柄に応じて設定されるため、大当り終了後の特定遊技状態が、抽選(振り分け)で設定されランダムに変化するような可変な時短回数(1~5)を有して、遊技の興趣が向上する。さらに、特定遊技状態の終了後に特図2変動表示ゲームが実行される実行回数である残保留数(5~9)を時短回数に応じて変化させている。従って、残保留数も抽選で設定されるランダム且つ可変なものとなり、遊技の興趣が向上する。特に、特定遊技状態での大当りと残保留での大当りとに遊技価値の差を設ける場合には、抽選で設定される残保留数で遊技者が一喜一憂して遊技の興趣が向上することになる。 As described above, in the patterns B-F, the number of time-saving times is set according to the pattern, which is the type of jackpot (type of special result), so the specific game state after the jackpot has a variable number of time-saving times (1-5) that is set by lottery (allocation) and changes randomly, increasing the interest in the game. Furthermore, the remaining reserve number (5-9), which is the number of times the special chart 2 variable display game is executed after the specific game state ends, is changed according to the number of time-saving times. Therefore, the remaining reserve number is also random and variable, which is set by lottery, increasing the interest in the game. In particular, if there is a difference in game value between a jackpot in a specific game state and a jackpot with remaining reserves, the player will be happy or sad depending on the remaining reserve number set by lottery, increasing the interest in the game.

また、さらに、特定遊技状態での主変動表示ゲーム(特図2変動表示ゲーム)の当り図柄B-Fに関して、時短回数と残保留数が可変でも、時短回数と残保留数との合計を一定(10)にしているため、特定遊技状態の継続率を同じにしつつ、確定モード移行率を可変にできる。前述のように、時短回数と残保留数との合計の数の特図2変動表示ゲームが実行される間、即ち、特定遊技状態(時短モード)と移行状態(残保留消化モード)において同じ演出モードを実行すると、遊技者は時短中なのか残保留消化中なのか見分けにくくなり、残保留での大当りで大きな遊技価値(99回の時短回数)が得られると驚くことになり、遊技の興趣が向上する。 Furthermore, even if the number of time-saving times and the number of remaining reserved times are variable, the sum of the number of time-saving times and the number of remaining reserved times is fixed (10) for the winning pattern B-F of the main variable display game (special chart 2 variable display game) in the specific game state, the continuation rate of the specific game state can be kept the same while the transition rate to the fixed mode can be made variable. As mentioned above, while the special chart 2 variable display game is being executed for the total number of time-saving times and the number of remaining reserved times, that is, if the same presentation mode is executed in the specific game state (time-saving mode) and the transition state (remaining reserved consumption mode), it becomes difficult for the player to tell whether the time-saving time is being reduced or the remaining reserved times are being consumed, and the player will be surprised when he or she wins a jackpot in the remaining reserved time and gets a large game value (99 times of time-saving times), which increases the interest of the game.

〔普図変動表示ゲームと普電動作の特徴等〕
図73は、普図変動表示ゲームと普電動作の特徴等ついて示す図である。
[Characteristics of the map change display game and the normal power operation]
FIG. 73 is a diagram showing the features of the normal map change display game and the normal power operation.

図73(A)のように、普図変動表示ゲームの当り図柄(当り停止図柄、普図当り図柄)は1種類のみであり、常に同じ普電開放パターンとなり、普図変動表示ゲームの当り状態において、普通変動入賞装置37(普電)は常に同じタイミングで開放される。 As shown in FIG. 73 (A), there is only one type of winning symbol (winning stop symbol, normal winning symbol) in the normal map variation display game, and the normal power release pattern is always the same. In the winning state of the normal map variation display game, the normal power winning device 37 (normal power) is always released at the same timing.

普図当り確率は、低確率状態で0/251(0%)、高確率状態で251/251(100%)である。普図変動表示ゲームは高確率状態では必ず当り、低確率状態では必ずはずれるため、ランダム性が排除される。なお、これに限られず、普図当り確率は、低確率状態(通常遊技状態等)において0%より大きい値(例えば、2/251(0.8%))でもよい。 The probability of winning a normal jackpot is 0/251 (0%) in a low probability state and 251/251 (100%) in a high probability state. The normal jackpot variation display game always wins in a high probability state and always misses in a low probability state, eliminating randomness. However, this is not limited to this, and the probability of winning a normal jackpot may be a value greater than 0% (for example, 2/251 (0.8%)) in a low probability state (normal gameplay state, etc.).

普図変動表示ゲームの始動記憶数(普図保留数)は実質的に0であり、普図変動表示ゲームの当り状態中(普電動作中)と変動中において、普図始動ゲート34を遊技球が通過しても普図変動表示ゲームの普図始動記憶は記憶されない。普図変動表示ゲームは停止図柄の停止表示中においてのみ開始でき、停止表示中に遊技球が普図始動ゲート34を通過すると普図始動記憶が発生するがすぐに消化されて普図変動表示ゲームが開始する。このように普図変動表示ゲームの始動記憶が実質的に貯まらないため、テンポよく普図変動表示ゲームが実行される。従って、特定遊技状態において、普図変動表示ゲーム又は普電動作と特図変動表示ゲームとがズレなしで連動し易くなるとともに、攻略の防止にもつながる。 The number of start memories (number of reserved normal maps) of the normal map variation display game is essentially 0, and even if the game ball passes through the normal map start gate 34 during the winning state (normal power operation) and during the change of the normal map variation display game, the normal map start memory of the normal map variation display game is not stored. The normal map variation display game can only be started during the stopped display of the stopped pattern, and if the game ball passes through the normal map start gate 34 during the stopped display, a normal map start memory is generated, but it is immediately consumed and the normal map variation display game starts. In this way, the start memory of the normal map variation display game is not essentially accumulated, so the normal map variation display game is executed at a good tempo. Therefore, in a specific game state, it becomes easier to link the normal map variation display game or the normal power operation with the special map variation display game without any misalignment, and it also leads to the prevention of capture.

普図変動表示ゲームの変動時間である普図変動時間は200msecである。なお、普図高確率状態で200msecとし、普図低確率状態では200msecよりも長くしてもよい。普図停止時間(普図表示時間)は、48msecである。特定遊技状態(時短状態、普図高確率状態)において、普図変動表示ゲーム(ひいては普電動作)と特図変動表示ゲームとをズレなしで連動させるために、普図変動時間と普図停止時間は極力短い時間であることが好ましい。遊技球の発射速度が1分ごとに100個であると想定すると、普図始動ゲート34には600msecごとに遊技球が通過可能なため、1回の普図変動表示ゲームに要する時間、即ち普図変動時間と普図停止時間の合計は、600msecより小さいことが好ましい。 The normal map fluctuation time, which is the fluctuation time of the normal map fluctuation display game, is 200 msec. Note that it may be 200 msec in the normal map high probability state and longer than 200 msec in the normal map low probability state. The normal map stop time (normal map display time) is 48 msec. In a specific game state (time-saving state, normal map high probability state), in order to link the normal map fluctuation display game (and thus the normal power operation) and the special map fluctuation display game without any lag, it is preferable that the normal map fluctuation time and the normal map stop time are as short as possible. Assuming that the launch speed of the game balls is 100 balls per minute, game balls can pass through the normal map start gate 34 every 600 msec, so it is preferable that the time required for one normal map fluctuation display game, i.e., the sum of the normal map fluctuation time and the normal map stop time, is less than 600 msec.

また、普電の最大カウント数(カウント数上限値)は10である。 In addition, the maximum count number (upper limit of count number) for regular power is 10.

図73(B)は、普図始動ゲート34と普通変動入賞装置37(普電)とその周囲の構成を示す図である。遊技機10は、普電の開放(普電開放)に合わせて右打ちしたほぼ全ての遊技球が普図始動ゲート34を通過して普電に入賞するための以下の構成を有する。 Figure 73 (B) is a diagram showing the normal map start gate 34, the normal variable winning device 37 (normal power) and the surrounding configuration. The gaming machine 10 has the following configuration so that almost all game balls hit to the right in time with the opening of the normal power (normal power opening) pass through the normal map start gate 34 and win the normal power.

まず、普電開放に合わせた右打ち時に普通変動入賞装置37への入賞率(遊技球1個が入賞する割合)を一定にするために、遊技球の動きにムラが生じ難い構成として、普図始動ゲート34と普通変動入賞装置37の周囲の遊技領域32から障害釘32aや構造物が極力排除される。例えば、遊技領域32において普図始動ゲート34と普通変動入賞装置37の間や左右に障害釘32aや構造物が配置されない。普図始動ゲート34の略真上に配置される障害釘32aは、2列で遊技球の通路を形成し、そこから遊技球が外に漏れ難いようにしている。2列の障害釘32aが形成する当該通路は、構造物によって形成される上側の通路32cとなだらかに繋がっている。 First, in order to keep the winning rate (the rate at which one game ball wins) in the normal variable winning device 37 constant when hitting the right side in accordance with the normal power opening, obstacle nails 32a and structures are removed as much as possible from the game area 32 around the normal map start gate 34 and the normal variable winning device 37 to prevent unevenness in the movement of the game ball. For example, obstacle nails 32a and structures are not placed between the normal map start gate 34 and the normal variable winning device 37 or on the left and right sides in the game area 32. The obstacle nails 32a placed almost directly above the normal map start gate 34 form a path for the game balls in two rows, making it difficult for the game balls to leak out. The path formed by the two rows of obstacle nails 32a is smoothly connected to the upper path 32c formed by the structure.

また、普図始動ゲート34と普通変動入賞装置37は、普図始動ゲート34を通過した遊技球がそのまま普通変動入賞装置37に入るような位置関係で配置される。即ち、普通変動入賞装置37は、普図始動ゲート34の直下に配置される。例えば、普図始動ゲート34を通過した遊技球が普通変動入賞装置37に到達するまでに、普通変動入賞装置37が開放されるようにする場合には、普図始動ゲート34と普通変動入賞装置37の間の距離L(上下方向の中心間の距離)は、遊技球の平均落下速度と1回の普図変動表示ゲームに要する時間とを乗算したものより大きくしてもよい。しかし、距離Lは、普図始動ゲート34を通過した遊技球の落下方向が垂直からずれてもそのまま普通変動入賞装置37に入るような近い距離とする。 The normal map start gate 34 and the normal variation winning device 37 are positioned so that the game ball that passes through the normal map start gate 34 will enter the normal variation winning device 37 as is. That is, the normal variation winning device 37 is positioned directly below the normal map start gate 34. For example, if the normal variation winning device 37 is to be opened before the game ball that passed through the normal map start gate 34 reaches the normal variation winning device 37, the distance L (the distance between the centers in the vertical direction) between the normal map start gate 34 and the normal variation winning device 37 may be greater than the average falling speed of the game ball multiplied by the time required for one normal map variation display game. However, the distance L is set to be short enough that the game ball will enter the normal variation winning device 37 as is even if the falling direction of the game ball that passed through the normal map start gate 34 deviates from the vertical.

さらに、普通変動入賞装置37への入賞数にムラが生じ難いように、前述の通り、普通変動入賞装置37は可動部材37bが前方へ倒れるように回動可能ないわゆるベロ型であることが好ましい。 Furthermore, in order to prevent unevenness in the number of winnings in the normal variable winning device 37, as mentioned above, it is preferable that the normal variable winning device 37 is a so-called tongue type that can rotate so that the movable member 37b can fall forward.

図73(C)は、本実施形態の普通変動入賞装置37(普電)の開放パターン(普電開放パターン)を示す。普電開放パターンは、一回の普図当りによる普電の動作態様を示す。大当り状態終了後の普電開放パターンは、大当りの図柄A-G(即ち大当りの種類)によらず同じである。なお、四角の枠に囲まれた数字は、普図当り中制御ポインタ(図51等)の値である。 Figure 73 (C) shows the opening pattern (normal power opening pattern) of the normal variable winning device 37 (normal power) of this embodiment. The normal power opening pattern shows the operating mode of the normal power due to one normal hit. The normal power opening pattern after the jackpot state ends is the same regardless of the jackpot pattern A-G (i.e. the type of jackpot). The number enclosed in a square frame is the value of the control pointer (Figure 51, etc.) during the normal hit.

本実施形態では、一回の普図当りによる普電開放パターンにおいて、普電は2回開放される。なお、普電は2回以上の複数回開放されてもよい。普電開放は、普電の閉状態である長時間のインターバルを挟んで前半開放と後半開放に分けられる。インターバルの時間である普電インターバル時間(ウェイト時間)は60000msecであり、前半開放と後半開放の普電開放時間は、両方とも、3000msecである。 In this embodiment, in a normal power release pattern per normal power map, the normal power is released twice. Note that the normal power may be released multiple times, more than twice. The normal power release is divided into a first half release and a second half release, separated by a long interval during which the normal power is closed. The normal power interval time (wait time), which is the interval time, is 60,000 msec, and the normal power release time for both the first half release and the second half release is 3,000 msec.

例えば、遊技球の発射速度が1分ごとに100個であるとすると、600msecごとに遊技球が普電に到達するため、3000msecの前半開放の間に5回普電に入賞可能であり、60000msecのインターバルの後、3000msecの後半開放の間に5回普電に入賞可能である。前半開放の間に貯めた特図2保留は、60000msecの普電の閉状態であるインターバルの間に消化して特図2保留数を0にすることができ、その後の後半開放の間に最大限(ここでは4個)の特図2保留が貯められる。 For example, if the launch speed of the game balls is 100 balls per minute, the game balls reach the normal power every 600 msec, so it is possible to win the normal power five times during the first half of the 3000 msec opening, and after the 60,000 msec interval, it is possible to win the normal power five times during the second half of the 3000 msec opening. The special chart 2 reserves accumulated during the first half of the opening can be consumed during the 60,000 msec interval when the normal power is closed, reducing the number of special chart 2 reserves to 0, and the maximum number of special chart 2 reserves (here 4) can be accumulated during the subsequent second half of the opening.

普電のインターバル中(閉状態中)に、大当り状態終了後の特図2変動表示ゲームの実行回数が時短回数に到達すると特定遊技状態(時短状態、普図高確率状態、サポ有り状態)が終了して普図低確率状態(移行状態)となる。そして、前半開放の間に貯めたが時短状態終了後に消化される特図2保留は残保留となり、加えて、3000msecの後半開放の間に普電への入賞によって貯まる特図2保留も残保留となる。このように、普図低確率状態になっても、後半開放によって残保留を多く貯めることができる。 If the number of times the special chart 2 variable display game is executed after the end of the jackpot state during the normal power interval (closed state) reaches the number of times the time-saving count is reached, the specific game state (time-saving state, normal chart high probability state, state with support) ends and the normal chart low probability state (transition state) begins. The special chart 2 reserves that were accumulated during the first half of the opening but are consumed after the time-saving state ends become remaining reserves, and in addition, the special chart 2 reserves that are accumulated by winning the normal power during the 3000 msec second half of the opening also become remaining reserves. In this way, even if the normal chart low probability state begins, it is possible to accumulate more remaining reserves by opening the second half.

以上のように、普図変動表示ゲームの1回の普図当り(特定結果)が導出されることによって、普通変動入賞装置37を開状態に複数回変換可能であり、普図変動表示ゲームが普図当りとなる確率が高確率である高確率状態と低確率である低確率状態の両方で、普通変動入賞装置37を開状態に変換可能である。従って、普図当りとなる確率が低確率であっても、普通変動入賞装置37を開状態に変換でき特図2保留を貯めることができるため、遊技者を喜ばすことができ遊技の興趣が向上する。 As described above, by deriving one normal winning (specific result) in the normal winning display game, the normal winning device 37 can be converted to the open state multiple times, and the normal winning device 37 can be converted to the open state in both a high probability state where the probability of the normal winning in the normal winning display game is high, and a low probability state where the probability of the normal winning is low. Therefore, even if the probability of a normal winning is low, the normal winning device 37 can be converted to the open state and special winning 2 reserves can be accumulated, which pleases the player and increases the interest of the game.

さらに、普電の前半開放で特図2保留を貯めインターバルで消化することができるとともに、普電の後半開放で特図2保留を再度貯め普電動作終了後に消化することができる。このため、残保留を特図2保留数の上限値である4よりも多くすることができるとともに、時短回数を可変にすることによって残保留数も可変にすることができる。 Furthermore, when the first half of normal power is released, special chart 2 reserves can be accumulated and consumed at intervals, and when the second half of normal power is released, special chart 2 reserves can be accumulated again and consumed after normal power operation ends. This allows the remaining reserves to be greater than the upper limit of 4 for the number of special chart 2 reserves, and by making the number of time-saving times variable, the number of remaining reserves can also be made variable.

〔タイミングチャート〕
図74-図76は、大当りの後に関して、遊技状態、普図確率(普図当り確率)、普図状態、普電状態、特図2保留数、特図変動表示ゲーム(特図変動)などを示すタイミングチャートである。なお、タイミングチャートにおいて右側にいくほど時間が経過する。図74は、図柄Aの大当りの後に関し、図75は、図柄Bの大当りの後に関し、図76は、図柄Fの大当りの後に関するものである。
〔Timing chart〕
Figures 74-76 are timing charts showing the game state, normal probability (normal hit probability), normal state, normal power state, special 2 reserved number, special change display game (special change), etc. after a jackpot. The further to the right in the timing chart, the more time has passed. Figure 74 is after a jackpot with pattern A, Figure 75 is after a jackpot with pattern B, and Figure 76 is after a jackpot with pattern F.

図柄B-Fの大当りの後の様子については、時短回数と規定残保留数が異なることによって普図高確率状態(特定遊技状態)から普図低確率状態に変化するタイミングが異なるだけであるため、図柄Bと図柄Fについてのみを例示している。遊技状態と普図確率の2つ以外の様子は、図柄B-Fの全てに関して共通する。 As for the state after a jackpot for patterns B-F, only the timing of the change from a normal high probability state (specific game state) to a normal low probability state differs depending on the number of time-saving turns and the specified remaining reserved number, so only patterns B and F are shown as examples. The state other than the game state and normal probability is the same for all patterns B-F.

また、図74-図76は、普図始動ゲート34(普図ゲート)の遊技球の通過(ゲートスイッチ34aの検出)と、普通変動入賞装置37(普電)への遊技球の入賞(始動口2スイッチ37aの検出)もパルスで示す。図74-図76において、普図ゲートの遊技球の通過、普図状態、普電状態、普電入賞(普電への入賞)の様子や変化については同じであり、適宜説明が省略される。 Figures 74-76 also show pulses of the game ball passing through the normal map start gate 34 (normal map gate) (detection of gate switch 34a) and the game ball entering the normal variable winning device 37 (normal power) (detection of start port 2 switch 37a). In Figures 74-76, the appearance and changes of the game ball passing through the normal map gate, the normal map state, the normal power state, and normal power winning (winning into normal power) are the same, and explanations will be omitted as appropriate.

図74-図76において、大当り状態の一部として大当りラウンド中(大当り中)と大当りエンディングが示されている。エンディング演出が実行される大当りエンディングにおいて、遊技者は、右打ち指示表示に促されるなどして右打ちをすると、普図始動ゲート34(普図ゲート)を遊技球が通過し(図74の最初のパルスで示す)、普図(普通図柄)が普図表示器53で変動して普図変動表示ゲームが実行されて、その後停止する。ここで、普図の変動開始時に普図低確率状態であるため、はずれ停止する。 In Figures 74 to 76, the jackpot round (during jackpot) and the jackpot ending are shown as part of the jackpot state. In the jackpot ending where the ending performance is executed, when the player hits right as prompted by the right hit instruction display, the game ball passes through the normal pattern start gate 34 (normal pattern gate) (shown by the first pulse in Figure 74), the normal pattern (normal pattern) changes on the normal pattern display 53, and the normal pattern change display game is executed and then stops. Here, since the normal pattern probability state is set when the normal pattern starts to change, it stops with a miss.

ここでは普図がはずれ停止する際に大当りエンディングが終了して、普図確率の高確率状態になり、図71Aの特定遊技状態(時短モード#1)に対応して、サポ有りの右打ち状態になる。サポ有りの右打ち状態(普図高確率状態)の最初に、普図始動ゲート34を遊技球が通過して、普図の変動が開始する。そして、普図確率100%の高確率状態であるため、普図当りとなり普電動作が開始し、前半開放として普電は開放される。普電が開放された開状態において、普図始動ゲート34を通過した遊技球はそのまま普電に入賞する(パルスで示される)。特図2保留が1個発生するとすぐに特図2保留は消化され、特図2変動表示ゲームが開始されて特図2保留数は0になる。 Here, when the normal map misses and stops, the big win ending ends, and the normal map probability becomes high, and the state becomes a right-hand hit state with support, corresponding to the specific game state (time-saving mode #1) of FIG. 71A. At the beginning of the right-hand hit state with support (normal map high probability state), the game ball passes through the normal map start gate 34, and the normal map starts to change. Then, since it is a high probability state with a normal map probability of 100%, it hits the normal map, the normal power operation starts, and the normal power is opened as the first half opening. In the open state where the normal power is opened, the game ball that passed through the normal map start gate 34 goes straight into the normal power (indicated by a pulse). As soon as one special map 2 reservation is generated, the special map 2 reservation is consumed, the special map 2 variation display game starts, and the number of special map 2 reservations becomes 0.

前述のように、遊技制御装置100は、特図2変動表示ゲームの変動時間(実行時間)と停止表示時間を、大当り状態終了からの特図2変動回数(特図2変動表示ゲームの実行回数)に基づいて制御している(図32の変動開始情報設定処理と図33の特図変動中処理)。なお、遊技制御装置100は、特図2変動表示ゲームの変動時間と停止表示時間を、図柄Aの大当り終了後、図柄B-Fの大当り終了後、図柄Gの大当り終了後の3種類で異なるように設定する。 As mentioned above, the game control device 100 controls the variation time (execution time) and stop display time of the special chart 2 variation display game based on the number of times the special chart 2 variation display game has changed since the end of the jackpot state (the number of times the special chart 2 variation display game has been executed) (the variation start information setting process in FIG. 32 and the special chart variation process in FIG. 33). The game control device 100 sets the variation time and stop display time of the special chart 2 variation display game to be different for three types: after the end of a jackpot of pattern A, after the end of a jackpot of patterns B-F, and after the end of a jackpot of pattern G.

図74の図柄Aの大当りの後においては、1回目の特図2変動表示ゲームが少なくとも普電動作の終了、即ち、後半開放の終了まで継続するように変動時間が十分長く設定されている。1回目の特図2変動表示ゲームの変動時間は、図74では普電動作時間(66000msec、66秒)と略同一であるが、普電動作時間にマージン(数秒~十数秒)を加えたものでもよい。このように、2回の開状態を含む普電動作に対応して(合わせて)、1回目の特図2変動表示ゲームが実行中となり、この特図2変動表示ゲームの実行中に特図2保留が上限値である4個貯められる。 After the big hit of pattern A in FIG. 74, the change time is set long enough so that the first special chart 2 change display game continues at least until the end of the normal power operation, i.e., the end of the second half opening. The change time of the first special chart 2 change display game is approximately the same as the normal power operation time (66,000 msec, 66 seconds) in FIG. 74, but it may be the normal power operation time plus a margin (several seconds to a dozen seconds). In this way, the first special chart 2 change display game is being executed in response to (in conjunction with) the normal power operation including the two open states, and the special chart 2 reserve is accumulated to the upper limit of four during the execution of this special chart 2 change display game.

図柄Aの大当りの後の時短回数は1回であるため、1回目の特図2変動表示ゲームが終了すると、特定遊技状態(時短モード)が終了し普図低確率状態になり、移行状態(残保留消化モード)に遷移する。移行状態(残保留消化モード)では、残保留として4個貯めた特図2保留に基づく特図2変動表示ゲームが1回目よりもかなり短い変動時間で4回実行される(2~5回目の特図2変動表示ゲーム)。この2~5回目の特図2変動表示ゲームは、いずれも同じ固定の変動時間を有してよい。 Since the number of time-saving times after a jackpot of pattern A is one, when the first special chart 2 variable display game ends, the specific game state (time-saving mode) ends and the game enters a normal chart low probability state, transitioning to a transition state (remaining reserve consumption mode). In the transition state (remaining reserve consumption mode), a special chart 2 variable display game based on the four special chart 2 reserves stored as remaining reserves is executed four times with a significantly shorter variation time than the first time (second to fifth special chart 2 variable display games). All of these second to fifth special chart 2 variable display games may have the same fixed variation time.

図75の図柄Bの大当りの後においては、1回目の特図2変動表示ゲームが少なくとも普電の前半開放の終了前に開始し終了以降まで継続する。また、1回目の特図2変動表示ゲームの変動時間は、図75では普電開放時間(3000msec、3秒)と略同一であるが、普電開放時間よりも長くてよい。普電の前半開放に対応して(合わせて)、1回目の特図2変動表示ゲームが実行中となり、この特図2変動表示ゲームの実行中に特図2保留が上限値である4個貯められる。4個貯めた特図2保留が普電の閉状態であるインターバル中に全て消化され、インターバル中に、特図2変動表示ゲームが1回目よりもかなり短い変動時間で4回実行される(2~5回目の特図2変動表示ゲーム)。この2~5回目の特図2変動表示ゲームは、いずれも同じ固定の変動時間を有してよい。 After the big hit of pattern B in FIG. 75, the first special chart 2 variable display game starts at least before the end of the first half of the normal power opening and continues until after the end. Also, the variable time of the first special chart 2 variable display game is approximately the same as the normal power opening time (3000 msec, 3 seconds) in FIG. 75, but it may be longer than the normal power opening time. In response to (in conjunction with) the first half of the normal power opening, the first special chart 2 variable display game is executed, and the special chart 2 reserve is accumulated to the upper limit of four during the execution of this special chart 2 variable display game. The four accumulated special chart 2 reserves are all consumed during the interval in which the normal power is closed, and during the interval, the special chart 2 variable display game is executed four times with a variable time that is significantly shorter than the first time (the second to fifth special chart 2 variable display games). All of these second to fifth special chart 2 variable display games may have the same fixed variable time.

図柄Bの大当りの後の時短回数は5回であるため、5回目の特図2変動表示ゲームが終了すると、特定遊技状態(時短モード)が終了し普図低確率状態になり、移行状態(残保留消化モード)に遷移する。移行状態(残保留消化モード)では、後半開放として普電は開放される。開状態の普電への入賞によって特図2保留が残保留として1個発生するとすぐに特図2保留は消化され、6回目の特図2変動表示ゲームが開始されて特図2保留数は0になる。 Since the number of time-saving times after a jackpot of pattern B is five, when the fifth special chart 2 variable display game ends, the specific game state (time-saving mode) ends and the normal chart low probability state is entered, transitioning to a transition state (remaining reserve consumption mode). In the transition state (remaining reserve consumption mode), the normal power is opened as a second half opening. As soon as one special chart 2 reserve is generated as a remaining reserve due to a win on an open normal power, the special chart 2 reserve is consumed, the sixth special chart 2 variable display game begins, and the number of special chart 2 reserves becomes 0.

普電の後半開放に対応して(合わせて)、6回目の特図2変動表示ゲームが実行中となり、この特図2変動表示ゲームの実行中に特図2保留が上限値である4個貯められる。6回目の特図2変動表示ゲームは少なくとも普電の後半開放の終了前に開始し終了以降まで継続する。6回目の特図2変動表示ゲームの変動時間は、図75では普電開放時間(3000msec、3秒)と略同一であるが、普電開放時間よりも長くてよい。 In response to (and in conjunction with) the opening of the second half of the regular power, the sixth special chart 2 variable display game is executed, and the upper limit of four special chart 2 reserves is accumulated during the execution of this special chart 2 variable display game. The sixth special chart 2 variable display game starts at least before the end of the opening of the second half of the regular power and continues until after it ends. The variable time of the sixth special chart 2 variable display game is approximately the same as the regular power opening time (3000 msec, 3 seconds) in FIG. 75, but may be longer than the regular power opening time.

6回目の特図2変動表示ゲームの後、残保留として4個貯めた特図2保留に基づく特図2変動表示ゲームが1回目と6回目よりもかなり短い変動時間で4回実行される(7~10回目の特図2変動表示ゲーム)。このように、6~10回目の特図2変動表示ゲームに対応する5個の規定残保留数が実現できる。 After the sixth Special Chart 2 Variable Display Game, the Special Chart 2 Variable Display Game based on the four Special Chart 2 reserved balls that have been saved as remaining reservations is executed four times (seventh to tenth Special Chart 2 Variable Display Games) with a significantly shorter change time than the first and sixth games. In this way, the specified remaining number of five corresponding to the sixth to tenth Special Chart 2 Variable Display Games can be realized.

7~10回目の特図2変動表示ゲームは、いずれも同じ固定の短い変動時間を有してよく、2~5回目の特図2変動表示ゲームの変動時間(特に時短状態中の変動時間)と同じかより短い固定の変動時間でよい。これにより、テンポよく同じリズムで特図2変動表示ゲームが実行できるとともに、早く残保留を消化できる。なお、7~10回目の特図2変動表示ゲームは、特図2保留を消化するだけで貯めることと関係がないため、変動パターンの振り分け(抽選)によって選択されるような可変の変動時間にすると、遊技が単調でなくなる。また、7~10回目の特図2変動表示ゲームの変動時間を、2~5回目の特図2変動表示ゲームの変動時間(特に時短状態中の変動時間)よりも長くして、ゆっくりと対応する演出を行うこともできる。 The 7th to 10th special chart 2 variable display games may all have the same fixed short variable time, and may be fixed variable times equal to or shorter than the variable time of the 2nd to 5th special chart 2 variable display games (particularly the variable time during the time-saving state). This allows the special chart 2 variable display games to be played at a good tempo with the same rhythm, and allows the remaining reserved to be consumed quickly. In addition, since the 7th to 10th special chart 2 variable display games only consume the special chart 2 reserved and are not related to saving, if the variable variable time is selected by the allocation of the variable pattern (lottery), the game will not be monotonous. In addition, the variable time of the 7th to 10th special chart 2 variable display games can be made longer than the variable time of the 2nd to 5th special chart 2 variable display games (particularly the variable time during the time-saving state) to perform a slower corresponding performance.

また、普電の後半開放が終了すると、普図当り状態は終了して、普図始動ゲート34(普図ゲート)の遊技球の通過によって普図変動表示ゲームが実行できるが、普図当り確率0%の普図低確率状態であるため、普図変動表示ゲームに当り結果は生じない。なお、普図当り状態の終了後の停止は、普電残存球処理時間と普図エンディング時間に相当する。 In addition, when the second half of the normal power opening is completed, the normal winning state ends, and the normal power variation display game can be executed by the passage of the game ball through the normal power start gate 34 (normal power gate). However, since the normal power is in a low probability state with a normal power winning probability of 0%, the normal power variation display game does not result in a win. The stop after the normal power winning state ends corresponds to the normal power remaining ball processing time and the normal power ending time.

図76の図柄Fの大当りの後においては、普図ゲートの遊技球の通過、普図状態、普電状態、普電入賞、特図2保留数、特図変動表示ゲーム(特図変動)の様子や変化については、図75の図柄Bの大当りの後と同じである。しかし、時短回数と規定残保留数が図柄Bと図柄Fで異なることによって特定遊技状態(普図高確率状態)から移行状態(普図低確率状態、残保留消化モード)に変化するタイミングが異なる。 After a jackpot with pattern F in Figure 76, the passing of the game ball through the normal gate, the normal state, normal power state, normal power winnings, the number of reserved balls for special ball 2, and the appearance and changes of the special ball change display game (special ball change) are the same as after a jackpot with pattern B in Figure 75. However, because the number of time-saving turns and the specified number of reserved balls differ between pattern B and pattern F, the timing of the change from the specific game state (normal ball high probability state) to the transition state (normal ball low probability state, remaining reserved consumption mode) differs.

図柄Fの大当りの後において、1回目の特図2変動表示ゲームが終了すると、特定遊技状態(時短モード)が終了し普図低確率状態になり、移行状態(残保留消化モード)に遷移する。その後、図柄Bの大当りの後と同様に、9回の特図2変動表示ゲームが実行され、9個の規定残保留数が実現できる。 After the big win of pattern F, when the first special chart 2 variable display game ends, the specific game state (time-saving mode) ends and the normal chart low probability state is entered, and the transition state (remaining reserve consumption mode) is entered. After that, just like after the big win of pattern B, nine special chart 2 variable display games are played, and the specified remaining reserve number of nine can be achieved.

図75と図76のように、遊技制御装置100は、普電の開状態に対応して特図2変動表示ゲームを長時間実行し、普電の閉状態(インターバル)に対応して特図2変動表示ゲームを短時間で実行可能である。従って、普電の前半開放で特図2保留を貯めインターバルで消化することができるとともに、普電の後半開放で特図2保留を再度貯め普電動作終了後に消化することができる。このため、残保留を特図2保留数の上限値である4個よりも多くすることができるとともに、時短回数を可変にすることによって残保留数も可変にすることができる。 As shown in Figures 75 and 76, the game control device 100 can execute the special chart 2 variable display game for a long period of time in response to the open state of the normal power, and can execute the special chart 2 variable display game for a short period of time in response to the closed state (interval) of the normal power. Therefore, the special chart 2 reserve can be accumulated by opening the first half of the normal power and consumed at the interval, and the special chart 2 reserve can be accumulated again by opening the second half of the normal power and consumed after the normal power operation ends. Therefore, the remaining reserve can be made greater than the upper limit of four for the number of special chart 2 reserves, and the number of remaining reserves can also be made variable by making the number of time-saving times variable.

なお、図柄Gの大当りの後について図示しないが、例えば、普電動作を繰り返しながら特図2変動表示ゲームが、図74-図76の2~5回目、7~10回目のような短い固定の変動時間で時短回数(99回)と残保留分(4個)だけ実行されてよい。なお、図柄Gの大当りの後の特図2変動表示ゲームの変動時間は、固定であるとテンポよく特図2変動表示ゲームが実行でき、固定はなく可変の変動時間とすると遊技が単調でなくなる。 Although not shown, after the big win of pattern G, for example, the special pattern 2 variable display game may be executed only for the number of time-saving times (99 times) and the remaining reserved number (4 balls) while repeating the normal power operation in a short fixed variable time such as the 2nd to 5th and 7th to 10th times in Figures 74-76. If the variable time of the special pattern 2 variable display game after the big win of pattern G is fixed, the special pattern 2 variable display game can be executed at a good tempo, but if the variable time is not fixed but variable, the game will not be monotonous.

以上、第1実施形態について説明したが、特定遊技状態は、時短状態だけでなく確変状態(潜伏確変状態を除く)でもよい。また、1種2種混合機(1+2種機)だけでなく、単に、特定遊技状態(時短状態又は確変状態)を有する1種の遊技機(いわゆるデジパチ)に第1実施形態を適用してもよい。確変状態を有する1種の遊技機では、特に、確変状態終了後の特図低確率でも大当り確率が高い機種(いわゆる甘デジ、ちょいパチ)について、残保留数に大当りが期待できるため、第1実施形態を適用すると効果が大きい。 Although the first embodiment has been described above, the specific game state may be not only a time-saving state but also a probability-changing state (excluding a latent probability-changing state). Furthermore, the first embodiment may be applied not only to a type 1/2 mixed machine (type 1+2 machine), but also to a single type of game machine (so-called digital pachinko) that simply has a specific game state (time-saving state or probability-changing state). In a single type of game machine that has a probability-changing state, especially for machines (so-called sweet digital pachinko and choi pachinko) that have a high probability of winning even with a low probability of a special chart after the probability-changing state ends, the application of the first embodiment is highly effective because the number of reserved balls can be expected to be a jackpot.

[第1実施形態の作用・効果]
第1実施形態に係る遊技機10は、ゲーム(特図変動表示ゲーム)を実行可能な遊技制御手段(例えば遊技制御装置100)を備える。遊技機10は、特定遊技状態(例えば時短状態又は確変状態)において開状態と閉状態とに変換可能な変動入賞装置(普通変動入賞装置37、普電)を備える。遊技制御手段(例えば遊技制御装置100)は、変動入賞装置への入賞によって発生する始動記憶(例えば特図2保留)に基づいてゲーム(例えば特図2変動表示ゲーム)を実行可能である。特定遊技状態においてゲームが特別結果(例えば、小当り又は大当り、小当り中のV入賞による大当りも含む)となる場合に遊技者に付与する遊技価値(例えば時短回数又は確変回数)は、特定遊技状態の終了後においてゲームが特別結果となる場合に遊技者に付与する遊技価値と異なる。
[Actions and Effects of the First Embodiment]
The gaming machine 10 according to the first embodiment includes a game control means (e.g., a game control device 100) capable of executing a game (a special chart variable display game). The gaming machine 10 includes a variable winning device (a normal variable winning device 37, a normal power supply) that can be converted between an open state and a closed state in a specific gaming state (e.g., a time-saving state or a probability variable state). The game control means (e.g., a game control device 100) can execute a game (e.g., a special chart 2 variable display game) based on a start memory (e.g., a special chart 2 reservation) generated by winning the variable winning device. In a specific gaming state, a game value (e.g., the number of time-saving times or the number of probability variable times) granted to a player when the game results in a special result (e.g., a small win or a big win, including a big win due to a V winning during a small win) is different from a game value granted to a player when the game results in a special result after the end of the specific gaming state.

このような遊技機10では、特定遊技状態中と特定遊技状態の終了後において、ゲームの特別結果で付与する遊技価値に差があるため、特定遊技状態中に発生して特定遊技状態の終了後にゲームが実行される始動記憶の数に関して遊技者が一喜一憂して、遊技の興趣が向上することになる。 In such a gaming machine 10, there is a difference in the gaming value awarded for special results of the game during a specific gaming state and after the specific gaming state ends, so the player will be happy or sad about the number of start memories that occur during the specific gaming state and that result in the game being executed after the specific gaming state ends, which will increase the player's interest in the game.

第1実施形態に係る遊技機10は、ゲーム(普図変動表示ゲーム)を実行可能な遊技制御手段(例えば遊技制御装置100)を備える。遊技機10は、ゲーム(普図変動表示ゲーム)の結果が特定結果(普図当り)となる場合に開状態と閉状態とに変換可能な変動入賞装置(普通変動入賞装置37、普電)を備える。遊技制御手段は、1回の特定結果(普図当り)が導出されることによって、変動入賞装置を開状態に複数回変換可能であり、ゲームが特定結果(普図当り)となる確率が高確率である高確率状態と低確率である低確率状態の両方で、変動入賞装置を開状態に変換可能である。 The gaming machine 10 according to the first embodiment is equipped with a gaming control means (e.g., a gaming control device 100) capable of executing a game (a normal map variable display game). The gaming machine 10 is equipped with a variable winning device (a normal variable winning device 37, a normal power) that can be converted between an open state and a closed state when the result of the game (a normal map variable display game) is a specific result (a normal map hit). The gaming control means can convert the variable winning device to the open state multiple times by deriving one specific result (a normal map hit), and can convert the variable winning device to the open state in both a high probability state where the probability of the game resulting in a specific result (a normal map hit) is high, and a low probability state where the probability is low.

このような遊技機10では、ゲームが特定結果(普図当り)となる確率が低確率であっても、変動入賞装置(普通変動入賞装置37、普電)を開状態に変換でき、変動入賞装置への入賞によって発生する始動記憶(例えば特図2保留)を貯めることができるため、遊技者を喜ばすことができ、遊技の興趣が向上する。 In this type of gaming machine 10, even if the game has a low probability of a specific result (a normal winning), the variable winning device (normal variable winning device 37, normal power) can be converted to an open state, and the start memory (e.g. special winning device 2 reserved) generated by winning the variable winning device can be saved, which makes the player happy and increases the fun of the game.

第1実施形態に係る遊技機10は、ゲームを実行可能な遊技制御手段(例えば遊技制御装置100)と、ゲームに関連する演出を実行可能な演出制御手段(例えば演出制御装置300)と、を備える。遊技機10は、特定遊技状態(例えば時短状態又は確変状態)において開状態と閉状態とに変換可能な変動入賞装置(普通変動入賞装置37、普電)を備える。遊技制御手段は、特定遊技状態の終了後においても、変動入賞装置が開状態に変換される所定状態(例えば普図低確率の右打ち状態)を発生可能であり、演出制御手段は、所定状態での演出態様を、所定状態以外での演出態様とは異ならせる。 The gaming machine 10 according to the first embodiment includes a gaming control means (e.g., a gaming control device 100) capable of executing a game, and a presentation control means (e.g., a presentation control device 300) capable of executing presentations related to the game. The gaming machine 10 includes a variable winning device (normal variable winning device 37, normal power) that can be converted between an open state and a closed state in a specific gaming state (e.g., a time-saving state or a probability-changing state). The gaming control means can generate a predetermined state (e.g., a right-hit state with a low probability of winning a normal game) in which the variable winning device is converted to an open state even after the specific gaming state has ended, and the presentation control means causes the presentation mode in the predetermined state to differ from the presentation mode in states other than the predetermined state.

このような遊技機10では、特定遊技状態の終了後において、特定遊技状態と同様に変動入賞装置が開状態に変換される所定状態を、演出上の見た目で特定遊技状態と区別できる。また、所定状態に特有の演出態様とすることによって、遊技の興趣を向上できる。 In such a gaming machine 10, after the specific game state ends, the predetermined state in which the variable winning device is converted to an open state in the same manner as the specific game state can be distinguished from the specific game state in terms of the presentation appearance. In addition, by making the presentation unique to the predetermined state, the entertainment value of the game can be increased.

第1実施形態において、遊技制御手段は、変動入賞装置の開状態に対応してゲーム(特図変動表示ゲーム)を実行可能である。従って、変動入賞装置の開状態で、ゲーム(特図変動表示ゲーム)の実行権利となる始動記憶(例えば特図2保留)を消化することなく、変動入賞装置への入賞によって当該始動記憶を貯めることができる。 In the first embodiment, the game control means can execute a game (special chart variable display game) in response to the open state of the variable winning device. Therefore, when the variable winning device is open, the start memory (e.g., special chart 2 reserve) that is the right to execute the game (special chart variable display game) can be accumulated by winning the variable winning device without consuming the start memory.

第1実施形態において、遊技制御手段は、変動入賞装置の開状態に対応してゲーム(特図変動表示ゲーム)を長時間で実行し、変動入賞装置の閉状態に対応してゲームを短時間で実行可能である。従って、特定遊技状態中に変動入賞装置の開状態(例えば前半開放)で始動記憶(例えば特図2保留)を多く貯め、その後の閉状態(例えばインターバル)で始動記憶(例えば特図2保留)を多く消化し、特定遊技状態終了後に再度の開状態(例えば後半開放)で始動記憶(例えば特図2保留)を多く貯められる。このため、特定遊技状態終了後に消化される始動記憶の数(残保留数)を、始動記憶数の上限値(例えば4個)よりも多くすることができる。さらに、残保留数を可変にすることができる。 In the first embodiment, the game control means can execute a game (special chart variable display game) for a long period of time in response to the open state of the variable winning device, and execute a game for a short period of time in response to the closed state of the variable winning device. Therefore, during a specific game state, a large number of start memories (e.g., special chart 2 reserved) can be stored when the variable winning device is in an open state (e.g., first half open), and a large number of start memories (e.g., special chart 2 reserved) can be consumed in the subsequent closed state (e.g., interval), and a large number of start memories (e.g., special chart 2 reserved) can be stored in the open state again (e.g., second half open) after the specific game state ends. Therefore, the number of start memories (remaining reserved number) consumed after the specific game state ends can be made larger than the upper limit of the number of start memories (e.g., 4). Furthermore, the remaining reserved number can be made variable.

第1実施形態において、遊技制御手段は、変動入賞装置の開状態の時間よりも長い時間、変動入賞装置の開状態に対応してゲーム(特図変動表示ゲーム)を実行する。従って、変動入賞装置の開状態とゲーム(特図変動表示ゲーム)の実行期間(変動時間、変動期間)がズレても、ズレを吸収でき、実際の残保留数が規定の残保留数に過不足なく一致する。 In the first embodiment, the game control means executes a game (special chart variable display game) in response to the open state of the variable winning device for a time longer than the open state of the variable winning device. Therefore, even if there is a discrepancy between the open state of the variable winning device and the execution period (variable time, variable period) of the game (special chart variable display game), the discrepancy can be absorbed, and the actual remaining reserved number will match the specified remaining reserved number without any excess or deficiency.

第1実施形態において、遊技制御手段は、変動入賞装置の閉状態の期間において、ゲーム(特図変動表示ゲーム)を所定回数(例えば4回)以上実行可能である。従って、変動入賞装置の開状態とゲーム(特図変動表示ゲーム)の実行期間(変動時間、変動期間)がズレても、ズレを吸収でき、実際の残保留数が規定の残保留数に過不足なく一致する。 In the first embodiment, the game control means can execute the game (special chart variable display game) a predetermined number of times (e.g., four times) or more during the period when the variable winning device is in the closed state. Therefore, even if there is a discrepancy between the open state of the variable winning device and the execution period (variable time, variable period) of the game (special chart variable display game), the discrepancy can be absorbed, and the actual remaining reserved number will match the specified remaining reserved number without any excess or deficiency.

第1実施形態において、遊技制御手段は、ゲーム(特図変動表示ゲーム)が所定回数(例えば時短回数又は確変回数)実行された場合に特定遊技状態が終了するように制御する。そして、特定遊技状態の終了後に、変動入賞装置への入賞によって発生する始動記憶に基づくゲームが実行される実行回数(規定の残保留数5~9)を、所定回数(例えば時短回数又は確変回数)に応じて変化させる。従って、所定回数を抽選で選択すれば、残保留数も抽選で設定されるランダム且つ可変なものとなり、残保留数で遊技者が一喜一憂して遊技の興趣が向上することになる。 In the first embodiment, the game control means controls the specific game state to end when the game (special chart variable display game) has been executed a predetermined number of times (e.g., the number of time-saving times or the number of times of special chance). After the specific game state ends, the number of times (a specified number of remaining reserves of 5 to 9) in which a game based on a start memory generated by winning a prize in the variable prize-winning device is executed is changed according to the predetermined number of times (e.g., the number of time-saving times or the number of times of special chance). Therefore, if the predetermined number of times is selected by lottery, the number of remaining reserves is also random and variable, which is set by lottery, and the player will be happy or sad depending on the number of remaining reserves, increasing the interest in the game.

第1実施形態において、遊技制御手段は、ゲーム(特図変動表示ゲーム)が特別結果(小当り又は大当り)となる場合に遊技者に付与する遊技価値として所定回数(例えば時短回数又は確変回数)を設定可能であり、所定回数を特別結果の種類(図柄)に応じて設定する。従って、特別結果に基づく特別遊技状態の終了後の特定遊技状態の所定回数が抽選(振り分け)で設定され可変(例えば1~5)となりランダムに変化するようになり、遊技の興趣が向上する。 In the first embodiment, the game control means can set a predetermined number of times (e.g., the number of time-saving times or the number of times of special bonus) as the game value to be awarded to the player when the game (special symbol variable display game) results in a special result (small win or big win), and the predetermined number of times is set according to the type (design) of the special result. Therefore, the predetermined number of times of the specific game state after the end of the special game state based on the special result is set by lottery (allocation) and becomes variable (e.g., 1 to 5) and changes randomly, improving the interest of the game.

第1実施形態において、遊技制御手段は、特定遊技状態の終了後にゲーム(特図変動表示ゲーム)が実行される実行回数(規定残保留数)と、所定回数(例えば時短回数又は確変回数)との合計を一定(例えば10)とする。従って、特定遊技状態の継続率を同じにしつつ、残保留数を可変にできる。特定遊技状態中と特定遊技状態の終了後にこの一定の数の特図2変動表示ゲームが実行される間、同じ演出モードを実行すると、遊技者は特定遊技状態中なのか特定遊技状態の終了後なのか見分けにくくなり、特定遊技状態の終了後の残保留の大当りで大きな遊技価値が得られると驚くことになり、遊技の興趣が向上する。 In the first embodiment, the game control means sets the sum of the number of times (prescribed remaining reserved number) that a game (special chart variable display game) is executed after the end of the specific game state and a predetermined number of times (e.g., the number of time-saving times or the number of chance bonus times) to a constant value (e.g., 10). Therefore, the continuation rate of the specific game state can be kept the same while the remaining reserved number can be made variable. If the same presentation mode is executed while this fixed number of special chart 2 variable display games are executed during and after the end of the specific game state, it becomes difficult for the player to tell whether the specific game state is in progress or has ended, and the player will be surprised when a large game value is obtained by hitting the remaining reserved jackpot after the end of the specific game state, which increases the interest in the game.

第1実施形態において、ゲームは、第1のゲーム(特図1変動表示ゲーム)と第2のゲーム(特図2変動表示ゲーム)を含む。遊技制御手段は、所定の入賞領域(例えば始動入賞口36)への遊技球の入賞によって発生する始動記憶に基づいて第1のゲームを実行可能であり、変動入賞装置への遊技球の入賞によって発生する始動記憶に基づいて第2のゲームを実行可能である。第2のゲーム(特図2変動表示ゲーム)を第1のゲーム(特図1変動表示ゲーム)よりも優先して実行可能であるとともに、特定遊技状態において第1のゲームが実行される場合には、第2のゲームよりも短い時間で実行される。 In the first embodiment, the game includes a first game (special chart 1 variable display game) and a second game (special chart 2 variable display game). The game control means can execute the first game based on a start memory generated by a game ball entering a predetermined winning area (e.g., the start winning port 36), and can execute the second game based on a start memory generated by a game ball entering the variable winning device. The second game (special chart 2 variable display game) can be executed in priority to the first game (special chart 1 variable display game), and when the first game is executed in a specific game state, it is executed in a shorter time than the second game.

従って、特定遊技状態において第1のゲーム(特図1変動表示ゲーム)が実行される回数が少なくなるとともに、特定遊技状態において第1のゲーム(特図1変動表示ゲーム)が実行されても、第2のゲーム(特図2変動表示ゲーム)の開始が大きく遅れない。 As a result, the number of times the first game (special chart 1 variable display game) is executed in the specific game state is reduced, and even if the first game (special chart 1 variable display game) is executed in the specific game state, the start of the second game (special chart 2 variable display game) is not significantly delayed.

第1実施形態において、ゲームは、第1ゲーム(普図変動表示ゲーム)と第2ゲーム(特図変動表示ゲーム)を含む。遊技制御手段は、所定の領域(普図始動ゲート34)での遊技球の通過に基づいて第1ゲームを実行可能であり、変動入賞装置(普通変動入賞装置37、普電)への入賞によって発生する始動記憶に基づいて第2ゲーム(特図変動表示ゲーム)を実行可能である。特定遊技状態において、第1ゲームの実行中、及び、第1ゲームの特定結果によって発生する当り状態中に、所定の領域(普図始動ゲート34)で遊技球の通過があっても、第1ゲームの実行権利となる始動記憶(普図記憶)を発生させない。 In the first embodiment, the game includes a first game (regular map variable display game) and a second game (special map variable display game). The game control means can execute the first game based on the passage of a game ball through a predetermined area (regular map start gate 34), and can execute the second game (special map variable display game) based on a start memory generated by winning a variable winning device (regular variable winning device 37, regular power). In a specific game state, even if a game ball passes through the predetermined area (regular map start gate 34) during the execution of the first game and during a winning state generated by a specific result of the first game, a start memory (regular map memory) that is the right to execute the first game is not generated.

従って、第1ゲーム(普図変動表示ゲーム)は停止表示中においてのみ開始でき、停止表示中に遊技球が所定の領域(普図始動ゲート34)を通過するとすぐに普図変動表示ゲームが開始する。このように第1ゲーム(普図変動表示ゲーム)の始動記憶(普図記憶)が実質的に貯まらないため、テンポよく第1ゲーム(普図変動表示ゲーム)が実行される。このため、特定遊技状態において、第1ゲーム(普図変動表示ゲーム)の当りによる変動入賞装置の動作と第2ゲーム(特図変動表示ゲーム)とがズレなしで連動し易くなる。 Therefore, the first game (regular map variation display game) can only be started during the stopped display, and the regular map variation display game starts as soon as the game ball passes through a specified area (regular map start gate 34) during the stopped display. In this way, the start memory (regular map memory) of the first game (regular map variation display game) is not actually accumulated, so the first game (regular map variation display game) is executed at a good tempo. For this reason, in a specific game state, the operation of the variable winning device due to a win in the first game (regular map variation display game) and the second game (special map variation display game) can be easily linked without any misalignment.

第1実施形態において、遊技制御手段は、特定遊技状態において変動入賞装置(普通変動入賞装置37、普電)の開状態が規定回数(例えば2回)終了した場合に、特定遊技状態を終了させる。従って、止め打ちによって変動入賞装置への入賞数を所定回数(例えば時短回数又は確変回数)未満として特定遊技状態を延長するような事態を防止できる。さらに、延長された特定遊技状態での第1ゲーム(普図変動表示ゲーム)の当りに起因して変動入賞装置の開状態を余分に増やすことを防止できる。 In the first embodiment, the game control means ends the specific game state when the open state of the variable winning device (normal variable winning device 37, normal power) has ended a specified number of times (e.g., twice) in the specific game state. This prevents a situation in which the number of wins in the variable winning device is less than a specified number (e.g., the number of time-saving times or the number of chance wins) due to stopping shots, thereby extending the specific game state. Furthermore, it is possible to prevent an excessive increase in the open state of the variable winning device due to a win in the first game (normal game variable display game) in the extended specific game state.

第1実施形態において、遊技制御手段は、特別遊技状態の終了からのゲーム(特図変動表示ゲーム)の実行回数に基づいてゲームの実行時間(変動時間)を制御する。従って、変動入賞装置の開状態に対応してゲーム(特図変動表示ゲーム)を実行可能となり、変動入賞装置の開状態で、ゲーム(特図変動表示ゲーム)の実行権利となる始動記憶(例えば特図2保留)を貯めることができる。 In the first embodiment, the game control means controls the execution time (variable time) of the game based on the number of times the game (special chart variable display game) has been executed since the end of the special game state. Therefore, the game (special chart variable display game) can be executed in response to the open state of the variable winning device, and when the variable winning device is in the open state, a start memory (e.g. special chart 2 reserve) that is the right to execute the game (special chart variable display game) can be stored.

第1実施形態に係る遊技機10は、ゲーム(変動表示ゲーム)の進行を制御する遊技制御手段(遊技制御装置100)を備える。遊技制御手段は、所定期間(例えば電源投入から現在までの期間)に払い出された遊技媒体(遊技球)の数又は所定期間に払い出されることが決定された遊技媒体の数である払出数(例えば所定期間の合計の賞球数、セーフ球数)を計数可能な第1計数手段(例えば差玉確認処理)を備える。遊技制御手段は、所定期間に使用された遊技媒体の数である使用数(例えば発射球数又は排出球数)を計数可能な第2計数手段(例えば差玉確認処理)を備える。遊技制御手段は、払出数と使用数との差(例えば差玉数)に基づいて、ゲームの実行のできない遊技不可状態を発生可能な遊技停止手段(例えば安全装置)を備える。遊技制御手段は、所定の条件下(例えば特図低確率の状態)でのゲームの実行回数が所定回数(例えば天井回数)になる場合に、特定遊技状態(例えば特定遊技状態B、b時短)を発生可能である。遊技制御手段は、電源投入時に、払出数と使用数との差(例えば差玉数)に関する情報(例えば安全装置カウンタ値)を初期化し、ゲームの実行回数に関する情報(例えば天井カウンタ値)を初期化しない。 The gaming machine 10 according to the first embodiment includes a gaming control means (gaming control device 100) that controls the progress of the game (variable display game). The gaming control means includes a first counting means (e.g., a difference ball confirmation process) that can count the number of payouts (e.g., the total number of winning balls in a predetermined period, the number of safe balls), which is the number of gaming media (gaming balls) paid out in a predetermined period (e.g., the period from power-on to the present) or the number of gaming media decided to be paid out in a predetermined period. The gaming control means includes a second counting means (e.g., a difference ball confirmation process) that can count the number of uses (e.g., the number of fired balls or the number of discharged balls), which is the number of gaming media used in a predetermined period. The gaming control means includes a gaming stop means (e.g., a safety device) that can generate a non-playable state in which the game cannot be executed based on the difference between the number of payouts and the number of uses (e.g., the difference ball number). The game control means can generate a specific game state (e.g., specific game state B, b time reduction) when the number of times the game is executed under a specified condition (e.g., a state of low probability of special drawing) becomes a specified number (e.g., the ceiling number of times). When the power is turned on, the game control means initializes information (e.g., the safety device counter value) regarding the difference between the number of payouts and the number of balls used (e.g., the difference in the number of balls), but does not initialize information regarding the number of times the game is executed (e.g., the ceiling counter value).

このような遊技機10では、特定遊技状態の発生までの(所定回数までの)残りのゲーム回数は電源投入によって変わらない一方で、払出数と使用数との差に関して遊技不可状態の発生までの余地(許容範囲、限度)は電源投入時の初期化によって大きくすることができる(最大限にできる)。従って、遊技者は電源投入によって不利益を被らない。 In such a gaming machine 10, the number of remaining games (up to a specified number) until a specific gaming state occurs does not change when the power is turned on, but the margin (tolerance, limit) before a non-playable state occurs in terms of the difference between the payout number and the usage number can be increased (maximized) by initialization when the power is turned on. Therefore, the player does not suffer any disadvantage by turning the power on.

第1実施形態において、遊技を実行可能な遊技機10は、遊技制御用の作業領域となり得る第1領域(領域内ワーク領域)と、当該第1領域とは異なる第2領域(領域外ワーク領域)と、第1領域と第2領域の間の未使用領域と、を含む記憶手段(例えばRAM111c)を備える。遊技機10は、所定条件(作動条件)の成立によって、遊技の実行のできない遊技不可状態(遊技停止状態、遊技禁止状態)を発生可能な遊技停止手段(例えば安全装置)を備える。第1領域は、所定条件の成立に基づいて遊技不可状態の発生を示すフラグ(例えば安全装置作動中フラグ)を格納可能である。フラグは、第2領域内の所定の領域(例えば安全装置作動情報領域)の情報に基づいて設定可能であり、電源投入時に初期化されない。遊技停止手段は、このフラグに基づいて遊技不可状態を発生する。 In the first embodiment, a gaming machine 10 capable of executing a game includes a storage means (e.g., RAM 111c) including a first area (inner area work area) that can be a work area for game control, a second area (outer area work area) different from the first area, and an unused area between the first area and the second area. The gaming machine 10 includes a game stop means (e.g., a safety device) that can generate a game-prohibited state (game stopped state, game prohibited state) in which a game cannot be executed upon the establishment of a predetermined condition (operation condition). The first area can store a flag (e.g., a safety device operation flag) that indicates the occurrence of a game-prohibited state based on the establishment of the predetermined condition. The flag can be set based on information in a predetermined area (e.g., a safety device operation information area) in the second area, and is not initialized when the power is turned on. The game stop means generates a game-prohibited state based on this flag.

このような遊技機10では、所定条件の成立によって遊技をできなくして、不正対策を行うことができるとともに、遊技者が遊技にのめり込むことも抑制できる。また、遊技不可状態を発生するためのフラグ(例えば安全装置作動中フラグ)が電源投入時に初期化されないため、特殊な状況(例えば、設定変更を伴うRAMクリアがあった場合)以外で遊技不可状態が解除されない。従って、不正対策が適切に行え、遊技者の遊技に対するのめり込みも適切に抑制できる。 In such a gaming machine 10, play is prevented when a predetermined condition is met, making it possible to take measures against fraudulent play and also preventing players from becoming addicted to play. Furthermore, because a flag for causing a play-disabled state (e.g., a safety device activation flag) is not initialized when the power is turned on, the play-disabled state is not released except in special circumstances (e.g., when the RAM is cleared with a change in settings). Therefore, appropriate measures against fraud can be taken and players can be appropriately prevented from becoming addicted to play.

また、このような遊技機10では、記憶手段(例えばRAM111c)は、未使用領域で分けられる第1領域(領域内ワーク領域)と第2領域(領域外ワーク領域)を含む。そして、フラグ(例えば安全装置作動中フラグ)は、第1領域(領域内ワーク領域)に記憶され、第2領域(領域外ワーク領域)内の所定の領域(例えば安全装置作動情報領域)の情報に基づいて設定可能である。このため、フラグの初期化を、フラグを設定するための情報(所定の領域の情報)の初期化から区別して行うことが容易になる。さらに、フラグを設定するためのプログラム(領域外プログラム)と遊技制御用プログラム(領域内プログラム)を分離し易くなり、プログラムの開発効率を向上できる。 In addition, in such a gaming machine 10, the storage means (e.g., RAM 111c) includes a first area (inner area work area) and a second area (outer area work area) separated by an unused area. A flag (e.g., a safety device activation flag) is stored in the first area (inner area work area) and can be set based on information in a predetermined area (e.g., a safety device activation information area) in the second area (outer area work area). This makes it easy to initialize the flag separately from the initialization of information for setting the flag (information in the predetermined area). Furthermore, it becomes easier to separate the program for setting the flag (outer area program) from the game control program (inner area program), improving program development efficiency.

第1実施形態において、遊技に関連する演出を制御可能な演出制御手段(演出制御装置300)を備える遊技機10は、所定期間(例えば電源投入から現在までの期間)に払い出された遊技媒体(遊技球)の数又は所定期間に払い出されることが決定された遊技媒体の数である払出数(例えば所定期間の合計の賞球数、セーフ球数)を計数可能な第1計数手段(例えば遊技制御装置100の差玉確認処理)を備える。遊技機10は、所定期間に使用された遊技媒体の数である使用数(例えば発射球数又は排出球数)を計数可能な第2計数手段(例えば遊技制御装置100の差玉確認処理やアウト球検出スイッチ74)を備える。遊技機10は、払出数と使用数に基づいて、遊技の実行のできない遊技不可状態(遊技停止状態、遊技禁止状態)を発生可能な遊技停止手段(例えば安全装置)を備える。演出制御手段(演出制御装置300)は、払出数と使用数との差に対応する値(例えば差玉数や安全装置カウンタ値)が所定の範囲(例えば作動予告状態と作動警告状態と作動状態の全てに対応する範囲など)である場合に、当該値を表示手段(例えば表示装置41)に表示可能である。 In the first embodiment, the gaming machine 10, which is equipped with a presentation control means (presentation control device 300) capable of controlling presentations related to games, is equipped with a first counting means (e.g., the difference ball confirmation process of the gaming control device 100) capable of counting the number of payouts (e.g., the total number of winning balls in a predetermined period, the number of safe balls), which is the number of gaming media (gaming balls) paid out in a predetermined period (e.g., the period from power-on to the present) or the number of gaming media decided to be paid out in a predetermined period. The gaming machine 10 is equipped with a second counting means (e.g., the difference ball confirmation process of the gaming control device 100 or the out ball detection switch 74) capable of counting the number of uses (e.g., the number of fired balls or the number of discharged balls), which is the number of gaming media used in a predetermined period. The gaming machine 10 is equipped with a game stop means (e.g., a safety device) capable of generating a play-disabled state (play stop state, play prohibited state) in which a game cannot be executed based on the number of payouts and the number of uses. The presentation control means (presentation control device 300) can display a value corresponding to the difference between the number of payouts and the number of uses (e.g., the difference in the number of balls or the safety device counter value) on the display means (e.g., the display device 41) when the value is within a predetermined range (e.g., a range corresponding to all of the activation notice state, activation warning state, and activation state).

従って、所定の範囲の場合だけ払出数と使用数との差に対応する値が表示され、この値が重要なときのみ表示されて遊技者の注目を引くことができるし、この値が重要でないときは当該値を非表示にして表示手段を見やすくできる。また、払出数(セーフ球数等)と使用数に基づいて、遊技の実行のできない遊技不可状態を発生可能であるため、例えば払出数と使用数との差に対応する値(例えば差玉数や安全装置カウンタ値)が大きい場合などに、効果的に不正対策を行うことができ、また、効果的に遊技者の遊技に対するのめり込みも抑制できる。 Therefore, the value corresponding to the difference between the number of payouts and the number of uses is displayed only when it is within a specified range, and this value is displayed only when it is important, thereby attracting the player's attention, and when this value is not important, the value is hidden to make the display easier to see. Also, since it is possible to create a non-playable state in which the game cannot be played based on the number of payouts (number of safe balls, etc.) and the number of uses, it is possible to effectively take measures against fraud, for example when the value corresponding to the difference between the number of payouts and the number of uses (for example, the difference in number of balls or the safety device counter value) is large, and it is also possible to effectively prevent players from becoming addicted to the game.

[第2実施形態]
図77から図80を参照して、第2実施形態について説明する。なお、以下で述べる以外の構成は、第1実施形態と同様でよい。また、以下の実施形態では、第1実施形態と同じ機能を果たす構成には同一の符号を用い、重複する記載を適宜省略して説明する。第2実施形態は、普電サポートのある特定遊技状態の終了後の特図変動表示ゲームに関するものである。
[Second embodiment]
The second embodiment will be described with reference to Figures 77 to 80. The configuration other than that described below may be the same as that of the first embodiment. In the following embodiment, the same reference numerals are used for the configuration that performs the same function as that of the first embodiment, and the description will be omitted as appropriate. The second embodiment relates to a special chart variation display game after the end of a specific game state with normal power support.

〔遊技状態遷移図(ゲームフロー)の例〕
図77は、第2実施形態における遊技状態の遷移を例示する遊技状態遷移図(ゲームフロー)である。図77は、図71Aと同様であるが、天井回数到達による天井時短と時短図柄(サポ当り)による突然時短の場合の特定遊技状態(図71Aと図71Bで省略されていた)が追加されている点などで図71Aと異なる。
[Example of game state transition diagram (game flow)]
Fig. 77 is a game state transition diagram (game flow) illustrating the transition of the game state in the second embodiment. Fig. 77 is similar to Fig. 71A, but differs from Fig. 71A in that a specific game state (omitted in Fig. 71A and Fig. 71B) in the case of ceiling time reduction due to reaching the ceiling number of times and sudden time reduction due to time reduction pattern (support hit) is added.

特定遊技状態には、大当りに起因して大当り直後の時短(a時短)として発生する時短状態である特定遊技状態A、大当りに起因せずに天井時短(b時短)として発生する時短状態である特定遊技状態B、大当りに起因せずに突然時短(c時短)として発生する時短状態である特定遊技状態Cが含まれる。なお、本実施形態において、特定遊技状態は時短状態であるが、特定遊技状態を大当り確率が高確率状態である確変状態(普電サポート有り/特図高確率)とする構成も可能である。 The specific game states include specific game state A, which is a time-saving state that occurs as a time-saving state immediately after a jackpot (a time-saving) due to a jackpot, specific game state B, which is a time-saving state that occurs as a ceiling time-saving state (b time-saving) without being caused by a jackpot, and specific game state C, which is a time-saving state that occurs as a sudden time-saving state (c time-saving) without being caused by a jackpot. Note that, although in this embodiment, the specific game state is a time-saving state, it is also possible to configure the specific game state as a probability-changing state (with normal power support/high probability of special chart) in which the probability of a jackpot is high.

特定遊技状態A-Cにおいて、大当り確率は低確率状態であるが、普電サポートがある。特定遊技状態A-Cにおいて、普通変動入賞装置37(普電)が開放され易くなるため、遊技球の発射態様として普通変動入賞装置37を狙う右打ちが推奨される。そのため、特定遊技状態において、主始動領域は普通変動入賞装置37となり従始動領域は第1始動入賞口36となることから、主変動表示ゲームは特図2変動表示ゲームとなり、従変動表示ゲームは特図1変動表示ゲームとなる。 In specific game states A-C, the probability of a jackpot is low, but there is normal power support. In specific game states A-C, the normal variable winning device 37 (normal power) is more likely to open, so right-handed hitting aimed at the normal variable winning device 37 is recommended as the game ball launch mode. Therefore, in the specific game state, the main starting area is the normal variable winning device 37 and the secondary starting area is the first starting winning port 36, so the main variable display game is the special chart 2 variable display game and the secondary variable display game is the special chart 1 variable display game.

特定遊技状態Aの演出モードとして、図71Aと同じく時短モード#1、#2がある。本実施形態では、時短モード#1に関する時短回数は、簡単のため固定値(ここでは3回)とするが、第1実施形態(図72)と同じく可変値でもよい。特定遊技状態Bの演出モードは時短モード#3であり、特定遊技状態Cの演出モードは時短モード#4であり、演出モードは異なり、遊技者は天井時短(b時短)による時短状態と突然時短(c時短)による時短状態とを演出によって区別できる。なお、特定遊技状態Bと特定遊技状態Cで演出モードを同じにして、演出の共通化を図り開発コストを削減することもできる。 As for the presentation modes for specific game state A, there are time-saving modes #1 and #2, as in FIG. 71A. In this embodiment, the number of time-saving times for time-saving mode #1 is a fixed value (here, 3 times) for simplicity, but it may be a variable value as in the first embodiment (FIG. 72). The presentation mode for specific game state B is time-saving mode #3, and the presentation mode for specific game state C is time-saving mode #4. The presentation modes are different, and the player can distinguish between the time-saving state due to the ceiling time-saving (b time-saving) and the time-saving state due to the sudden time-saving (c time-saving) by the presentation. It is also possible to reduce development costs by making the presentation mode the same for specific game state B and specific game state C, thereby standardizing the presentation.

また、時短モード#3、#4は、時短モード#1、#2とは異なる演出モードとなり、演出モードは異なり、大当りに起因する時短状態(特定遊技状態A)と大当りに起因しない時短状態(特定遊技状態B、C)とを演出によって区別できる。なお、特定遊技状態Aと特定遊技状態B、Cで演出モードを同じにして、演出の共通化を図り開発コストを削減することもできる。 In addition, time-saving modes #3 and #4 are presentation modes different from time-saving modes #1 and #2, and the presentation modes are different, making it possible to distinguish between a time-saving state resulting from a jackpot (specific game state A) and a time-saving state not resulting from a jackpot (specific game states B and C) by the presentation. It is also possible to standardize the presentation and reduce development costs by making the presentation mode the same for specific game state A and specific game states B and C.

また、特定遊技状態A中において、天井時短又は突然時短による時短状態を発生可能とする場合には、時短モード#1、#2を時短モード#3、#4に変更せずに、時短モード#1、#2を継続する構成としてもよく、この場合に遊技者に特定遊技状態Aが延長された印象(時短回数が増えた印象)を与えることもできる。もちろん、特定遊技状態A中において、天井時短又は突然時短による時短状態を発生可能とする場合に、時短モード#1、#2を時短モード#3、#4に変更して、天井時短又は突然時短が発生したことを遊技者に報知してもよい。 In addition, if a time-saving state due to ceiling time-saving or sudden time-saving can occur during the specific game state A, the time-saving modes #1 and #2 may be continued without changing to the time-saving modes #3 and #4, in which case the player may be given the impression that the specific game state A has been extended (the impression that the number of time-saving times has increased). Of course, if a time-saving state due to ceiling time-saving or sudden time-saving can occur during the specific game state A, the time-saving modes #1 and #2 may be changed to the time-saving modes #3 and #4 to notify the player that a ceiling time-saving or sudden time-saving has occurred.

通常遊技状態、移行状態(残保留を消化する通常遊技状態)の内容は、第1実施形態(図71A)と同じである。移行状態の演出モードは、普電開放終了前モードと普電開放終了後モードを分けずに一つの残保留消化モードとして説明するが、分けてもよい。 The contents of the normal game state and the transition state (normal game state in which remaining reserved balls are consumed) are the same as those in the first embodiment (Fig. 71A). The presentation mode of the transition state is described as a single remaining reserved ball consumption mode without separating the mode before the end of normal power release and the mode after the end of normal power release, but they may be separated.

次に、各遊技状態からの遷移(移行)、特に、特定遊技状態B、Cへの遷移と特定遊技状態B、Cからの遷移について説明する。 Next, we will explain the transitions from each game state, in particular the transitions to and from specific game states B and C.

通常遊技状態、移行状態、特定遊技状態Aにおいて、大当り状態終了後に実行される特図変動表示ゲームの回数(確変状態での回数を除く)が天井回数に到達した場合に、天井時短(b時短)となり特定遊技状態B(時短モード#3)に遷移する。また、通常遊技状態、移行状態、特定遊技状態Aにおいて、特図変動表示ゲームの結果がサポ当り結果(時短結果、時短図柄)の場合に、突然時短(c時短)となり特定遊技状態C(時短モード#4)に遷移する。 In the normal game state, transition state, and specific game state A, if the number of times the special chart variable display game is played after the end of the jackpot state (excluding the number of times in the special chart variable state) reaches the ceiling number of times, the game will enter ceiling time-saving (b time-saving) and transition to specific game state B (time-saving mode #3). Also, in the normal game state, transition state, and specific game state A, if the result of the special chart variable display game is a support hit result (time-saving result, time-saving pattern), the game will suddenly enter time-saving (c time-saving) and transition to specific game state C (time-saving mode #4).

なお、特定遊技状態A中に天井回数に到達した場合やサポ当り結果が発生した場合に、天井時短又は突然時短によって時短状態を継続して(重ねて)発生させてもよいし、継続して発生させなくてもよい。基本的には、特定遊技状態Aの残りの時短回数によらず、特定遊技状態B、Cへ遷移する条件(天井回数到達やサポ当り結果発生)が成立したら、特定遊技状態B、Cに遷移するが、残りの時短回数に応じて遷移するかしないかを変えてもよい。例えば、特定遊技状態Bの時短回数(b時短回数m3)が、特定遊技状態Aでの残りの時短回数(未消化の時短回数)よりも大きい場合には、特定遊技状態Aから特定遊技状態Bに遷移する。特定遊技状態Cの時短回数(c時短回数m4)が、特定遊技状態Aでの残りの時短回数よりも大きい場合には、特定遊技状態Aから特定遊技状態Cに遷移する。特定遊技状態B、Cの時短回数(m3、m4)が特定遊技状態Aでの残りの時短回数以下の場合には、時短図柄は表示されても、特定遊技状態B、Cは発生せず特定遊技状態Aから特定遊技状態B、Cに遷移しない。なお、時短図柄は、天井時短の場合に表示されなくてもよい。 In addition, when the ceiling number of times is reached or a support hit result occurs during the specific game state A, the time-saving state may be continuously (overlappingly) generated by the ceiling time-saving or sudden time-saving, or it may not be continuously generated. Basically, regardless of the remaining number of time-saving times in the specific game state A, when the conditions for transitioning to the specific game state B or C (reaching the ceiling number of times or occurrence of a support hit result) are met, the specific game state transitions to B or C, but whether or not to transition may be changed depending on the remaining number of time-saving times. For example, if the number of time-saving times in the specific game state B (number of time-saving times b m3) is greater than the remaining number of time-saving times in the specific game state A (unconsumed number of time-saving times), the specific game state A transitions to B. If the number of time-saving times in the specific game state C (number of time-saving times c m4) is greater than the remaining number of time-saving times in the specific game state A, the specific game state A transitions to C. If the number of time-saving times (m3, m4) in specific game states B and C is equal to or less than the number of time-saving times remaining in specific game state A, the time-saving symbol may be displayed, but specific game states B and C will not occur and there will be no transition from specific game state A to specific game states B and C. Note that the time-saving symbol does not have to be displayed in the case of ceiling time-saving.

なお、基本的には特定遊技状態B、Cの時短回数が終了すると残保留消化モードに移行するが、特定遊技状態Aの時短回数が残っている場合には特定遊技状態Aに戻るようにしてもよい。即ち、特定遊技状態B、Cの時短回数が終了しても特定遊技状態Aの時短回数が残っている場合には、特定遊技状態Aに継続する特定遊技状態B、Cから特定遊技状態Aに戻り、移行状態(残保留消化モード)には移行しなくてもよい。 In general, when the number of time-saving times in specific game states B and C ends, the mode will transition to the remaining reserved consumption mode, but if there are still time-saving times remaining in specific game state A, it is also possible to return to specific game state A. In other words, if there are still time-saving times remaining in specific game state A even after the number of time-saving times in specific game states B and C ends, the mode will return to specific game state A from specific game states B and C, which continue into specific game state A, and it is not necessary to transition to a transition state (remaining reserved consumption mode).

また、特定遊技状態A中に天井回数に到達した場合やサポ当り結果が発生した場合に、特定遊技状態B、Cの時短回数と特定遊技状態Aでの残りの時短回数の関係によらず、天井時短又は突然時短による時短状態を全く発生させない構成も可能である。この構成でも、時短図柄は表示されても、特定遊技状態Aから特定遊技状態B、Cに遷移することはない。 In addition, if the ceiling number of times is reached during specific game state A or a support hit occurs, it is possible to configure the game so that the time-saving state due to the ceiling time-saving or sudden time-saving does not occur at all, regardless of the relationship between the number of time-saving times in specific game states B and C and the number of time-saving times remaining in specific game state A. Even with this configuration, even if the time-saving symbol is displayed, there is no transition from specific game state A to specific game state B or C.

なお、本実施形態において、特定遊技状態A中において、サポ当り結果(時短図柄)による突然時短(c時短)による時短状態を発生させない(重ねない)ことが好適である。即ち、特定遊技状態Aでも特図2変動表示ゲームに対してサポ当り結果に当選する場合があるが、時短図柄が停止表示されても、突然時短(c時短)による時短状態を発生させないことが好適である。なお、この場合に、表示装置41やランプ表示装置80では、演出上の飾り特別図柄としてはずれ図柄を表示してもよい。また、第1実施形態の図23で説明したと同様に、本実施形態において、特図1変動表示ゲームに対してサポ当り結果を設けず、通常モード(通常遊技状態)でも、突然時短(c時短)による時短状態を発生させないことが好適である。従って、本実施形態において、好適には、残保留を消化するための移行状態(残保留消化モード)からのみ、特定遊技状態C(時短モード#4)に遷移する。このようにすれば、残保留消化モードの価値が高まり、遊技者は残保留消化モードに集中的に期待するようになり、遊技の興趣が向上する。 In this embodiment, it is preferable not to generate (overlap) a time-saving state due to a sudden time-saving (c time-saving) state caused by a support winning result (time-saving pattern) during the specific game state A. That is, even in the specific game state A, a support winning result may be won for the special chart 2 variable display game, but even if the time-saving pattern is stopped and displayed, it is preferable not to generate a time-saving state due to a sudden time-saving (c time-saving). In this case, the display device 41 and the lamp display device 80 may display a miss pattern as a decorative special pattern for the performance. Also, as explained in FIG. 23 of the first embodiment, in this embodiment, it is preferable not to set a support winning result for the special chart 1 variable display game, and not to generate a time-saving state due to a sudden time-saving (c time-saving) state even in the normal mode (normal game state). Therefore, in this embodiment, it is preferable to transition to the specific game state C (time-saving mode #4) only from the transition state (remaining reservation consumption mode) for consuming the remaining reservations. This will increase the value of the remaining reserve consumption mode, and players will focus their expectations on the remaining reserve consumption mode, increasing their interest in the game.

また、図77には示していないが、特定遊技状態B、C中に天井回数に到達した場合やサポ当り結果が発生した場合に、天井時短又は突然時短によって時短状態を継続して(重ねて)発生させてもよいし、継続して発生させなくてもよい。即ち、特定遊技状態B、Cからさらに特定遊技状態B、Cに遷移することも可能である。 Although not shown in FIG. 77, if the ceiling number of times is reached during specific game states B and C or if a support hit occurs, the time-saving state may continue (stacking) due to ceiling time-saving or sudden time-saving, or it may not continue. In other words, it is also possible to transition from specific game states B and C to specific game states B and C.

特定遊技状態B、Cから遷移条件が成立すると、残保留を消化する移行状態(通常遊技状態に含めてよい)に遷移する。特定遊技状態B、Cから移行状態に遷移する遷移条件は、特定遊技状態Aから移行状態に遷移する遷移条件と同様でよい。遷移条件は、(i)特定遊技状態における特図2変動表示ゲームの実行回数が時短回数m3、m4(第1所定回数、時間短縮変動回数2の初期値)を超えること、及び、(ii)特定遊技状態における特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲーム)の合計の実行回数が時短回数m3、m4(第1所定回数)よりも大きい第2所定回数(時間短縮変動回数1の初期値)を超えること、の何れかが成立することである。本実施形態では、必要ないため第1実施形態の(iii)の条件(所定開放回数の普電開放が終了すること)は設けられない。なお、第2所定回数は、時短回数に、特図1保留数の最大値(例えば4)を足したものでもよい。 When the transition condition is satisfied from the specific game state B or C, the game transitions to a transition state (which may be included in the normal game state) in which the remaining reserve is consumed. The transition condition for transitioning from the specific game state B or C to the transition state may be the same as the transition condition for transitioning from the specific game state A to the transition state. The transition condition is that either (i) the number of times the special chart 2 variable display game is executed in the specific game state exceeds the time-saving number m3, m4 (first predetermined number, the initial value of the time-saving number of variable times 2), or (ii) the total number of times the special chart variable display game (special chart 1 variable display game and special chart 2 variable display game) is executed in the specific game state exceeds the second predetermined number (the initial value of the time-saving number of variable times 1) that is greater than the time-saving number m3, m4 (first predetermined number). In this embodiment, the condition (iii) of the first embodiment (the normal power opening of the predetermined number of openings is completed) is not provided because it is not necessary. The second predetermined number of times may be the number of time-saving times plus the maximum number of reserved special charts 1 (for example, 4).

なお、時短モード#1-#4の時短回数m1-m4や天井回数m5は、適宜大小関係を調整して、遊技性を変更することができる。 The gameplay characteristics can be changed by adjusting the relative size of the time-saving counts m1-m4 and ceiling count m5 for time-saving modes #1-#4 as appropriate.

例えば、特定遊技状態Aと特定遊技状態B、Cの利益をバランスよくするため、m1(a時短回数1)<m4(c時短回数)<m2(a時短回数2)<m5(天井回数)<m3(b時短回数)の関係を満たすよう調整してよい。 For example, in order to balance the profits of specific game state A with those of specific game states B and C, adjustments may be made to satisfy the relationship m1 (number of a time-saving times 1) < m4 (number of c time-saving times) < m2 (number of a time-saving times 2) < m5 (number of ceiling times) < m3 (number of b time-saving times).

また、例えば、天井時短(b時短)と突然時短(c時短)が大当りに続く時短(a時短)より有利になるように、m1(a時短回数1)<m2(a時短回数2)<m4(c時短回数)<m5(天井回数)<m3(b時短回数)の関係を満たすよう調整してよい。 In addition, for example, the relationship m1 (number of a time reductions 1) < m2 (number of a time reductions 2) < m4 (number of c time reductions) < m5 (number of ceiling times) < m3 (number of b time reductions) may be adjusted to satisfy the relationship so that the ceiling time reductions (b time reductions) and sudden time reductions (c time reductions) are more advantageous than the time reductions following a jackpot (a time reductions).

また、例えば、天井時短の利益が少なくなるよう、m1(a時短回数1)<m4(c時短回数)<m3(b時短回数)<m2(a時短回数2)<m5(天井回数)の関係を満たすよう調整してよい。 In addition, for example, adjustments may be made to satisfy the relationship m1 (number of a time reductions 1) < m4 (number of c time reductions) < m3 (number of b time reductions) < m2 (number of a time reductions 2) < m5 (ceiling number of times) so that the profit from ceiling time reductions is reduced.

〔図柄に対応する時短回数と規定残保留数〕
図78は、本実施形態において、特図変動表示ゲームの当りの種類である図柄に対応する時短回数と規定の残保留数(規定残保留数)などについて示すテーブルである。図柄は、大当り(小当り中のV入賞も含む)になる場合の図柄であり、ここでは大当り図柄乱数によって決定され、時短図柄は除かれている。
[Time-saving number of times and the number of reserved times corresponding to the pattern]
78 is a table showing the number of time-saving times and the prescribed remaining number of reserved times (prescribed remaining number of reserved times) corresponding to the patterns which are the types of winnings in the special chart variable display game in this embodiment. The patterns are the patterns when it becomes a big win (including V winning during a small win), and here, they are determined by the big win pattern random number, and the time-saving pattern is excluded.

本実施形態では、特図1変動表示ゲームの大当りの図柄Aに関して、時短回数が異なるだけで、第1実施形態と同じである。普電サポート無しの状態での特図2変動表示ゲームの大当り(残保留での大当り)の図柄Gに関しては、第1実施形態と同じである。普電サポート有りの状態での特図2変動表示ゲームの大当り(小当りでのV入賞を含む)に関して、時短回数が3回に固定されるため、図柄は、図柄Sの1種類のみである。 In this embodiment, the pattern A of the jackpot in the special chart 1 variable display game is the same as in the first embodiment, except for the number of time-saving times. The pattern G of the jackpot in the special chart 2 variable display game (jackpot with remaining reserve) without normal power support is the same as in the first embodiment. For the jackpot in the special chart 2 variable display game (including V winning with a small jackpot) with normal power support, the number of time-saving times is fixed at three, so there is only one type of pattern, the S pattern.

通常遊技状態(通常モード)において、特図1変動表示ゲームによって大当り(図柄A)が発生すると、大当り状態の終了後に特定遊技状態A(時短モード#1)に移行する。特定遊技状態Aにおいて、特図2変動表示ゲームによって大当り(図柄S)が発生すると、大当り状態の終了後に再び特定遊技状態A(時短モード#1)に戻る。特定遊技状態B、Cにおいて、特図2変動表示ゲームによって大当り(図柄S)が発生すると、大当り状態の終了後に特定遊技状態A(時短モード#1)に移行する。本実施形態では、第1実施形態と異なり、特定遊技状態Aの時短モード#1で、時短回数を3回、規定残保留数を4個に固定している。 In the normal game state (normal mode), when a jackpot (symbol A) occurs in the special chart 1 variable display game, the game transitions to the specific game state A (time-saving mode #1) after the jackpot state ends. In the specific game state A, when a jackpot (symbol S) occurs in the special chart 2 variable display game, the game transitions back to the specific game state A (time-saving mode #1) after the jackpot state ends. In the specific game states B and C, when a jackpot (symbol S) occurs in the special chart 2 variable display game, the game transitions to the specific game state A (time-saving mode #1) after the jackpot state ends. In this embodiment, unlike the first embodiment, in the time-saving mode #1 of the specific game state A, the number of time-saving times is fixed to 3, and the number of reserved balls is fixed to 4.

〔普図変動表示ゲームと普電動作の特徴等〕
図79は、本実施形態において、普図変動表示ゲームと普電動作の特徴等ついて示す図である。
[Characteristics of the map change display game and the normal power operation]
Figure 79 is a diagram showing the features of the normal map change display game and normal power operation in this embodiment.

図79(A)のように、普図変動表示ゲームの当り図柄(当り停止図柄、普図当り図柄)は1種類のみである。本実施形態では、普電サポートの有無によらず、普図当り確率は常に一定値250/251であり、第1実施形態と異なり、低確率(普図低確率)と高確率(普図高確率)の間で変化するようには制御されない。なお、第1実施形態と同様に、通常遊技状態で250/251よりも低い低確率としてもよい。 As shown in FIG. 79(A), there is only one type of winning symbol (winning stop symbol, winning symbol for normal symbol) in the normal symbol variable display game. In this embodiment, regardless of the presence or absence of normal power support, the winning probability for the normal symbol is always a constant value of 250/251, and unlike the first embodiment, it is not controlled to change between a low probability (low probability for normal symbol) and a high probability (high probability for normal symbol). Note that, as in the first embodiment, the probability may be set to a lower value than 250/251 in the normal game state.

普図変動表示ゲームの始動記憶数(普図保留数)は4である。普電の最大カウント数(カウント数上限値)は10である。 The starting memory number (number of reserved regular maps) for the regular map fluctuation display game is 4. The maximum count number for regular power (upper limit of count number) is 10.

普図変動表示ゲームの変動時間である普図変動時間FZ1は一定値500msecである。なお、通常遊技状態で普図変動時間FZ1を500msecよりも長い値としてもよい。普図停止時間FZ2(普図表示時間)は、600msecである。なお、図79に記載されていないが、普電残存球処理時間と普図エンディング時間の合計FZ3は、例えば、普図変動時間FZ1又は普図停止時間FZ2と同等かそれ以上の700msecでよい。 The normal map fluctuation time FZ1, which is the fluctuation time of the normal map fluctuation display game, is a fixed value of 500 msec. Note that in normal gameplay, the normal map fluctuation time FZ1 may be a value longer than 500 msec. The normal map stop time FZ2 (normal map display time) is 600 msec. Note that, although not shown in FIG. 79, the sum of the normal remaining ball processing time and the normal map ending time FZ3 may be, for example, 700 msec, which is equal to or longer than the normal map fluctuation time FZ1 or the normal map stop time FZ2.

図79(B)のように、一回の普図変動表示ゲームの当りに対して、一回だけ普通変動入賞装置37(普電)は開放されて入賞容易状態になる。しかし、一回の普電開放時間は、通常遊技状態など普電サポート無しの状態で短時間(例えば48msec)であり、時短状態など普電サポート有りの状態で長時間(例えば3400msec)であり、普電開放パターン(普電開放態様)は遊技状態に応じて異なる。前述のように、遊技状態に関係なく普図当り確率は常に一定値であるため、本実施形態において、普電サポートの入賞容易状態は、普電サポート無しの場合よりも普電開放時間を長くすることによって実現される。 As shown in FIG. 79 (B), for each win in the normal map variation display game, the normal variation winning device 37 (normal power) is opened once, making it easy to win. However, the normal power opening time is short (e.g., 48 msec) in a state without normal power support, such as in a normal game state, and long (e.g., 3,400 msec) in a state with normal power support, such as in a time-saving state, and the normal power opening pattern (normal power opening mode) differs depending on the game state. As mentioned above, the probability of a normal map hit is always a constant value regardless of the game state, so in this embodiment, the easy-to-win state with normal power support is achieved by making the normal power opening time longer than when there is no normal power support.

また、普電開放時間は、普電サポート無しの状態で、普図変動時間FZ1、普図停止時間FZ2、普電残存球処理時間と普図エンディング時間の合計FZ3よりも短時間であってよく、普電サポート有りの状態で、これら普図や普電の制御に関連する時間FZ1-FZ3よりも長時間でよい。 In addition, the normal power release time may be shorter than the sum of the normal map fluctuation time FZ1, the normal map stop time FZ2, the normal power remaining ball processing time, and the normal map ending time FZ3 when there is no normal power support, and may be longer than the times FZ1-FZ3 related to the control of the normal map and normal power when there is normal power support.

〔タイミングチャート〕
図80は、特定遊技状態としての時短状態から移行状態(通常遊技状態に含めてよい)にかけて、遊技状態、特図変動表示ゲーム(特図変動)、普図状態、普電状態、特図2保留数などを示すタイミングチャートである。なお、図80において、簡単のため、時短終了のタイミングと普電開放の開始タイミングを揃えているが、この限りではなくズレていてもよい。
〔Timing chart〕
Figure 80 is a timing chart showing the game state, special chart change display game (special chart change), normal chart state, normal power state, special chart 2 reserved number, etc. from the time-saving state as a specific game state to the transition state (which may be included in the normal game state). Note that in Figure 80, for simplicity, the timing of the time-saving end and the timing of the normal power release are aligned, but this is not limited and they may be shifted.

図80(A)は、大当りに続く特定遊技状態A(第1特定遊技状態)の時短モード#1、#2が終了して移行状態(残保留消化モード)に遷移する状況を示す。図80(A)の場合、時短モード#1、#2の最終の特図変動表示ゲームである時短最終変動の終了から次の特図変動表示ゲームの開始までの停止表示時間STP1(第1期間)を、普電サポートになる長時間の普電開放時間OPN(第3期間、例えば3400msec)よりも長くする。即ち、STP1>OPNの関係に設定する。 Figure 80 (A) shows a situation in which the time-saving modes #1 and #2 of the specific game state A (first specific game state) following a jackpot end and transition to a transition state (remaining reserve consumption mode). In the case of Figure 80 (A), the stopped display time STP1 (first period) from the end of the final time-saving fluctuation, which is the final special chart fluctuation display game of the time-saving modes #1 and #2, to the start of the next special chart fluctuation display game, is made longer than the long normal power open time OPN (third period, for example 3400 msec) that serves as normal power support. In other words, the relationship is set to STP1>OPN.

なお、遊技制御装置100は、大当り終了後の特図2変動回数(特図2変動表示ゲームの実行回数)に対応する停止表示時間を設定できるが(A4804)、本実施形態では、さらに、時短最終変動の停止表示時間を時短モード(特定遊技状態)の種類にも対応して設定する。時短モード#1、#2(特定遊技状態A)に対応して、時短最終変動の停止表示時間STP1は、普電が入賞容易状態になる長時間の普電開放時間OPNよりも長く設定される。 The game control device 100 can set the stop display time corresponding to the number of times the special chart 2 changes after the end of a jackpot (the number of times the special chart 2 change display game is executed) (A4804), but in this embodiment, the stop display time of the final time-saving change is also set corresponding to the type of time-saving mode (specific game state). In response to time-saving modes #1 and #2 (specific game state A), the stop display time STP1 of the final time-saving change is set longer than the long normal power open time OPN during which the normal power becomes in a state where it is easy to win a prize.

なお、図80では、時短最終変動は、大当り終了後の特図2変動回数が時短回数(3回)になる変動として説明する。しかし、時短最終変動は、特図1変動(特図1変動表示ゲーム)であってよく、特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲーム)の合計の実行回数が前述の第2所定回数になるものでもよい。 In FIG. 80, the final time-saving change is described as a change in which the number of special chart 2 changes after the end of the jackpot becomes the number of time-saving times (3 times). However, the final time-saving change may be a special chart 1 change (special chart 1 change display game), or the total number of times the special chart change display game (special chart 1 change display game and special chart 2 change display game) is executed may be the second predetermined number of times described above.

時短最終変動の開始前において特図2保留数が最大値の4個であるとすると、特図2の時短最終変動時に特図2保留数が1減って3個になるが、普通変動入賞装置37の普電開放によって普通変動入賞装置37に遊技球が入賞すると、特図2保留数がまた4個になる。時短最終変動の終了直前に普図始動ゲート34を遊技球が通過すると、この際に開始した普図変動表示ゲーム(普図変動)の当り結果によって、時短終了後の残保留消化モードでも普電開放となる。 If the number of reserved special charts 2 is the maximum value of 4 before the start of the final time-saving fluctuation, the number of reserved special charts 2 will decrease by 1 to 3 when the final time-saving fluctuation of special chart 2 occurs, but when a game ball enters the normal fluctuation winning device 37 due to the normal power release of the normal fluctuation winning device 37, the number of reserved special charts 2 will become 4 again. When a game ball passes through the normal chart start gate 34 just before the end of the final time-saving fluctuation, normal power will be released even in the remaining reserved consumption mode after the time-saving period ends, depending on the winning result of the normal chart fluctuation display game (normal chart fluctuation) that started at this time.

仮に、時短終了後の残保留消化モードで長時間の普電開放中に特図2変動表示ゲームの変動(特図2残保留変動)が開始すると、特図2保留数が1だけ減少して3個になり、ここで普通変動入賞装置37に遊技球が入賞すると特図2保留数が再び4個となって、時短状態終了後に消化される特図2保留(残保留)の数である残保留数が5個(1個+4個)になる。なお、残保留消化モードでの普電開放中に特図2変動表示ゲームの変動開始が2回あれば、残保留数が6個になる(5個よりも大きくなる)可能性もある。 If, for example, the special chart 2 variation display game starts to vary (special chart 2 remaining reserve variation) during a long period of normal power open in the remaining reserve consumption mode after the time-saving state ends, the number of special chart 2 reserves will decrease by one to three, and if a game ball enters the normal variation winning device 37, the number of special chart 2 reserves will become four again, and the number of remaining reserves, which is the number of special chart 2 reserves (remaining reserves) that will be consumed after the time-saving state ends, will become five (one plus four). Note that if the special chart 2 variation display game starts to vary twice during normal power open in the remaining reserve consumption mode, the number of remaining reserves may become six (greater than five).

特定遊技状態A(時短モード#1、#2)は、大当り状態を経由しているため、出玉(獲得球数)として遊技者の特典や遊技価値が大きい。そこで、本実施形態では、過度に遊技者に特典や遊技価値を与えないように、残保留数が規定残保留数の4個を超えて5個以上にならないようにする。このため、前述のように、特定遊技状態Aの時短最終変動の停止表示時間STP1を、普電サポートになる長い普電開放時間OPNよりもさらに長く設定して、普電開放時間OPN中に残保留の消化(特図2変動表示ゲームの実行)が開始されないようにしている(STP1>OPN)。これにより、残保留数を規定残保留数の4個に保持することができる。 Since the specific game state A (time-saving modes #1 and #2) is a state that goes through a jackpot, the player's bonus and game value are large in terms of the number of balls (number of balls acquired). Therefore, in this embodiment, in order to avoid giving the player excessive bonuses and game value, the remaining reserved number is set not to exceed the specified remaining reserved number of four and not to become five or more. For this reason, as described above, the stop display time STP1 of the time-saving final variation in the specific game state A is set even longer than the long normal power opening time OPN that becomes normal power support, so that the consumption of the remaining reserved (execution of the special chart 2 variable display game) is not started during the normal power opening time OPN (STP1>OPN). This allows the remaining reserved number to be maintained at the specified remaining reserved number of four.

また、残保留消化モードにおける普図変動の当り結果によって生じる普電開放時間(例えば48msec)は、時短モード#1、#2で開始された普図変動の当り結果によって生じる普電開放時間OPN(例えば3400msec)に比較して、かなり短時間である。このため、残保留消化モードでの短時間の普電開放(普電開放時間OPNによる普電開放の後の普電開放)では、特図2保留(残保留)は貯まらず残保留数は増加しないため、残保留数は規定残保留数の4個になる。 In addition, the normal power release time (e.g. 48 msec) caused by the winning result of a normal map fluctuation in the remaining reservation consumption mode is considerably shorter than the normal power release time OPN (e.g. 3,400 msec) caused by the winning result of a normal map fluctuation started in time-saving modes #1 and #2. For this reason, in a short period of normal power release in the remaining reservation consumption mode (normal power release after normal power release due to normal power release time OPN), special map 2 reservations (remaining reservations) are not accumulated and the number of remaining reservations does not increase, so the number of remaining reservations becomes the specified number of remaining reservations, which is 4.

なお、普図変動時間FZ1や普図停止時間FZ2を考慮して、より厳しい条件STP1>(OPN+FZ2)の関係、又は、STP1>(FZ1+FZ2+OPN)の関係を設定することもできるが、普図変動時間FZ1や普図停止時間FZ2は普電開放時間OPNに比較してかなり短く無視できるため、STP1>OPNの関係を設定することで、残保留数を規定残保留数の4個に保持する効果は十分に得られる。 Note that taking into account the normal map fluctuation time FZ1 and normal map stop time FZ2, it is possible to set stricter conditions such as STP1 > (OPN + FZ2) or STP1 > (FZ1 + FZ2 + OPN). However, since the normal map fluctuation time FZ1 and normal map stop time FZ2 are significantly shorter than the normal power release time OPN and can be ignored, setting the STP1 > OPN relationship will be sufficient to maintain the remaining reserved number at the specified remaining reserved number of four.

一方、図80(B)は、天井時短又は突然時短による特定遊技状態B、C(時短状態、第2特定遊技状態)の時短モード#3、#4が終了して移行状態(残保留消化モード)に遷移する状況を示す。図80(B)の場合、時短モード#3、#4の最終の特図変動表示ゲームである時短最終変動の終了から次の特図変動表示ゲームの開始までの停止表示時間STP2(第2期間)を、普電サポートになる長時間の普電開放時間OPN(第3期間、例えば3400msec)よりも短くする。即ち、STP2<OPNの関係に設定する。時短モード#3、#4(特定遊技状態B、C)に対応して、時短最終変動の停止表示時間STP2は、普電が入賞容易状態になる長時間の普電開放時間OPNよりも短く設定される(A4804)。 On the other hand, FIG. 80(B) shows a situation where the time-saving modes #3 and #4 of the specific game states B and C (time-saving state, second specific game state) due to the ceiling time-saving or sudden time-saving end and transition to a transition state (remaining reservation consumption mode). In the case of FIG. 80(B), the stop display time STP2 (second period) from the end of the time-saving final change, which is the final special chart change display game of the time-saving modes #3 and #4, to the start of the next special chart change display game is set shorter than the long-time regular power opening time OPN (third period, for example, 3400 msec) that becomes regular power support. In other words, the relationship is set to STP2<OPN. Corresponding to the time-saving modes #3 and #4 (specific game states B and C), the stop display time STP2 of the time-saving final change is set shorter than the long-time regular power opening time OPN where regular power becomes in a state where it is easy to win (A4804).

このため、時短モード#3、#4の時短終了後の残保留消化モードで普電開放中に特図2変動表示ゲームの変動(特図2残保留変動)が開始すると、特図2保留数が1だけ減少して3個になる。この普電開放中に、普通変動入賞装置37に遊技球が入賞すると特図2保留数が再び4個となって、時短状態終了後に消化される特図2保留(残保留)の数である残保留数が5個(1個+4個)になる。なお、残保留消化モードでの普電開放中に特図2変動表示ゲームの変動開始が2回あれば、残保留数が6個になる(5個よりも大きくなる)。 For this reason, when the special chart 2 variable display game (special chart 2 remaining reserve variation) starts to vary during normal power open in the remaining reserve consumption mode after the time-saving mode #3 or #4 ends, the number of special chart 2 reserves decreases by one to three. If a game ball enters the normal variation winning device 37 during this normal power open, the number of special chart 2 reserves becomes four again, and the number of remaining reserves, which is the number of special chart 2 reserves (remaining reserves) that will be consumed after the time-saving mode ends, becomes five (one plus four). Note that if the special chart 2 variable display game starts to vary twice during normal power open in the remaining reserve consumption mode, the number of remaining reserves becomes six (greater than five).

特定遊技状態B、C(時短モード#3、#4)は、大当り状態を経由せずに発生して、出玉(獲得球数)としての遊技者の特典や遊技価値が小さい。そこで、本実施形態では、遊技者に特典や遊技価値をより大きく与えるように、残保留数が規定残保留数の4個を超えて5個以上になる可能性を高める。このため、前述のように、特定遊技状態B、Cの時短最終変動の停止表示時間STP2を、普電サポートになる長い普電開放時間OPNよりも短く設定して、普電開放時間OPN中に残保留の消化(特図2変動表示ゲームの実行)が開始され易くしている(STP2<OPN)。 Specific game states B and C (time-saving modes #3 and #4) occur without going through a jackpot state, and the player's benefits and game value in terms of balls (number of balls acquired) are small. Therefore, in this embodiment, the possibility that the number of remaining reserved balls will exceed the specified remaining number of four and reach five or more is increased so as to give the player greater benefits and game value. For this reason, as described above, the stop display time STP2 of the time-saving final variation in specific game states B and C is set shorter than the long normal power opening time OPN that becomes normal power support, making it easier for the consumption of remaining reserved balls (execution of the special chart 2 variation display game) to begin during the normal power opening time OPN (STP2<OPN).

もちろん、時短最終変動の終了直前に普図始動ゲート34を遊技球が通過しないと、時短終了後の残保留消化モードで普電開放時間OPNの長い普電開放が起こらなかったり、この長い普電開放が前倒しになり一部が時短終了前に開放されたりする。この場合には、STP2<OPNの関係に設定しても、残保留数が規定残保留数の4個にとどまって、5個以上にならないこともある。 Of course, if the game ball does not pass through the normal map start gate 34 just before the end of the final time-saving fluctuation, the long normal power release time OPN will not occur in the remaining reserve consumption mode after the time-saving ends, or this long normal power release will be brought forward and some of it will be released before the time-saving ends. In this case, even if you set the relationship STP2<OPN, the remaining reserve number may only reach the specified remaining reserve number of four and never exceed five.

なお、普図変動時間FZ1や普図停止時間FZ2を考慮して、より緩い条件STP2<(OPN+FZ2)の関係、又は、STP2<(FZ1+FZ2+OPN)の関係を設定することもできるが、よりSTP2の値の範囲が狭い厳しい条件STP2<OPNの関係を設定することで、残保留数が5個以上になる可能性を確実に高めている。 Note that taking into account the normal map fluctuation time FZ1 and normal map stop time FZ2, it is possible to set a more lenient condition such as STP2 < (OPN + FZ2) or STP2 < (FZ1 + FZ2 + OPN), but by setting the stricter condition STP2 < OPN, which has a narrower range of STP2 values, the possibility of the remaining reserved number being 5 or more is definitely increased.

なお、本実施形態において、STP2(第2期間)<OPN(第3期間)<STP1(第1期間)の関係が成立し、普電開放時間OPNの長さによらず、STP2<STP1の関係が成立する。このように、特定遊技状態A(時短モード#1、#2)における時短最終変動の停止表示時間STP1(第1期間)を、特定遊技状態B、C(時短モード#3、#4)における時短最終変動の停止表示時間STP2よりも大きくする。ここで、時短最終変動の停止表示時間は、残保留がある場合に、特定遊技状態の最終の特図変動表示ゲームの終了から次の特図変動表示ゲームの開始までの時間と同じになる。 In this embodiment, the relationship STP2 (second period) < OPN (third period) < STP1 (first period) holds, and the relationship STP2 < STP1 holds regardless of the length of the normal power open time OPN. In this way, the stop display time STP1 (first period) of the final time-saving fluctuation in the specific game state A (time-saving modes #1, #2) is made longer than the stop display time STP2 of the final time-saving fluctuation in the specific game states B and C (time-saving modes #3, #4). Here, the stop display time of the final time-saving fluctuation is the same as the time from the end of the final special chart fluctuation display game in the specific game state to the start of the next special chart fluctuation display game when there is a remaining hold.

なお、普電開放時間OPNによらず、STP2<STP1の関係が成立するだけでも、特定遊技状態B、Cの時短終了後の残保留変動の開始が特定遊技状態Aの場合よりも早まるため、特定遊技状態B、Cに対して特定遊技状態Aよりも残保留数が大きくなる可能性を高められる。このため、大当り状態を経由して出玉が大きい特定遊技状態Aと、大当り状態を経由せず出玉が小さい特定遊技状態B、Cとの差異(特典や遊技価値の差異)を緩和することができる。従って、大当りに続く特定遊技状態A(時短モード#1、#2)よりも出玉が少ないような、天井時短又は突然時短による特定遊技状態B、C(時短モード#3、#4)でも、特典や遊技価値が補償され、遊技の興趣が高まる。 In addition, regardless of the normal power open time OPN, even if the relationship STP2<STP1 is satisfied, the start of the remaining reserve change after the time-saving in specific game states B and C ends is earlier than in specific game state A, so the possibility that the number of remaining reserves will be larger in specific game states B and C than in specific game state A is increased. This makes it possible to reduce the difference (difference in benefits and game value) between specific game state A, which has a large number of balls output after going through a jackpot state, and specific game states B and C, which have a small number of balls output without going through a jackpot state. Therefore, even in specific game states B and C (time-saving modes #3 and #4) due to ceiling time-saving or sudden time-saving, which have fewer balls output than specific game state A (time-saving modes #1 and #2) following a jackpot, benefits and game value are compensated, and interest in the game is increased.

なお、特定遊技状態A中に特定遊技状態B、Cを発生させる条件が成立した場合、即ち、特定遊技状態A中に天井回数に到達した場合やサポ当り結果が発生した場合に、時短最終変動の停止表示時間をSTP1(第1期間)ではなく、STP1よりも小さいSTP2(第2期間)に設定してもよい。この場合に、大当り後に特定遊技状態Aから天井時短や突然時短による時短状態(特定遊技状態B、C)を継続して(重ねて)発生させ得るが、時短最終変動の停止表示時間を短時間のSTP2に設定し、大当り後の一連の時短状態(特定遊技状態Aと特定遊技状態B、C)の時短最終変動の後に、小さいSTP2(第2期間)による特典や遊技価値をさらに与えて、遊技の興趣を向上できる。 When the conditions for generating specific game states B and C during specific game state A are met, that is, when the ceiling number of plays is reached during specific game state A or when a support hit occurs, the stop display time of the final time-saving fluctuation may be set to STP2 (second period) smaller than STP1, rather than STP1 (first period). In this case, the time-saving state (specific game states B and C) due to the ceiling time-saving or sudden time-saving may be continuously (overlapped) generated from specific game state A after a jackpot, but the stop display time of the final time-saving fluctuation is set to the short STP2, and after the time-saving final fluctuation of the series of time-saving states (specific game state A and specific game states B and C) after the jackpot, the interest in the game can be increased by further providing benefits and game value due to the small STP2 (second period).

なお、基本的には、特定遊技状態Aに継続する特定遊技状態B、Cの時短回数が終了すると残保留消化モードに移行し、時短最終変動は特定遊技状態B、Cでの変動となる。特定遊技状態Aから特定遊技状態B、Cが発生する場合に、時間短縮変動回数1、2領域は、特定遊技状態B、Cの時短回数(時間短縮変動回数1、2の初期値)に上書きされてしまうので、特定遊技状態Aの残りの時短回数が消えてしまうためである。しかし、特定遊技状態Aに継続する特定遊技状態B、Cの時短回数が終了しても特定遊技状態Aの残りの時短回数が別の所定領域にコピーされて消えずに残っているような構成の場合には、特定遊技状態Aに継続する特定遊技状態B、Cから特定遊技状態Aに戻り、移行状態(残保留消化モード)には移行しなくてよい。この場合には、時短最終変動は特定遊技状態Aでの変動となる。残りのの時短回数は、特定遊技状態Aについての時間短縮変動回数2の初期値より小さく、ゼロよりも大きい。 Basically, when the time-saving count of specific game states B and C continuing in specific game state A ends, the mode transitions to the remaining reserved consumption mode, and the final time-saving fluctuation is the fluctuation in specific game states B and C. When specific game states B and C occur from specific game state A, the time-saving fluctuation count 1 and 2 areas are overwritten with the time-saving count of specific game states B and C (initial value of time-saving fluctuation count 1 and 2), so the remaining time-saving count of specific game state A disappears. However, in the case of a configuration in which the remaining time-saving count of specific game state A is copied to another predetermined area and remains without disappearing even after the time-saving count of specific game states B and C continuing in specific game state A ends, the specific game state B and C continuing in specific game state A return to specific game state A, and it is not necessary to transition to the transition state (remaining reserved consumption mode). In this case, the final time-saving fluctuation is the fluctuation in specific game state A. The remaining number of time reductions is less than the initial value of the number of time reduction changes 2 for specific game state A and greater than zero.

また、特定遊技状態A中に特定遊技状態B、Cを発生させ得る時短図柄(サポ当り結果)が停止表示されても、時短最終変動の停止表示時間をSTP2ではなく、STP2よりも大きいSTP1に設定してよい。時短図柄が停止表示されても、特定遊技状態Aから時短図柄による時短状態を継続して発生させないような構成(好適な構成)の場合には、長時間の第1期間(STP1)によって、前述のように特定遊技状態Aの後に消化される残保留数を規定残保留数に保持し、大当りに続く特定遊技状態Aが有利になりすぎないようにできる。また、たとえ特定遊技状態Aから時短図柄による時短状態を継続して発生させるような構成の場合でも、特定遊技状態B、Cは、大当りに続く特定遊技状態Aを経由しているため、特定遊技状態B、Cが有利になりすぎないようにできる。 Also, even if a time-saving pattern (support hit result) that can cause specific game states B and C is displayed during specific game state A, the display time of the final time-saving fluctuation may be set to STP1, which is greater than STP2, rather than STP2. In the case of a configuration (preferred configuration) in which the time-saving state due to the time-saving pattern is not continuously generated from specific game state A even if the time-saving pattern is displayed, the long first period (STP1) keeps the remaining reserved number consumed after specific game state A at the specified remaining reserved number as described above, and prevents specific game state A following a jackpot from becoming too advantageous. Also, even in the case of a configuration in which the time-saving state due to the time-saving pattern is continuously generated from specific game state A, specific game states B and C can be prevented from becoming too advantageous because they pass through specific game state A following a jackpot.

[第2実施形態の作用・効果]
第2実施形態に係る遊技機10は、ゲーム(例えば特図変動表示ゲーム)を実行可能な遊技制御手段(例えば遊技制御装置100)を備え、ゲームの結果が特別結果となる場合に遊技者に有利な特別遊技状態(例えば大当り状態)を発生可能である。遊技制御手段は、特別遊技状態の発生を伴って、当該特別遊技状態に続いて遊技者に有利な第1特定遊技状態(例えば特定遊技状態A)を発生可能であるとともに、特別遊技状態の発生を伴わずに、遊技者に有利な第2特定遊技状態(例えば特定遊技状態B、C)を発生可能である。遊技制御手段は、第1特定遊技状態の最終ゲームの終了から次のゲームの開始までの第1期間(例えば、時短最終変動の停止表示時間STP1)を、第2特定遊技状態の最終ゲームの終了から次のゲームの開始までの第2期間(例えば、時短最終変動の停止表示時間STP2)よりも大きくする。
[Actions and Effects of the Second Embodiment]
The gaming machine 10 according to the second embodiment includes a gaming control means (e.g., a gaming control device 100) capable of executing a game (e.g., a special chart variation display game), and can generate a special gaming state (e.g., a jackpot state) advantageous to a player when the game results in a special result. The gaming control means can generate a first specific gaming state (e.g., specific gaming state A) advantageous to a player following the special gaming state with the occurrence of the special gaming state, and can generate a second specific gaming state (e.g., specific gaming states B and C) advantageous to a player without the occurrence of the special gaming state. The gaming control means makes a first period (e.g., a stop display time STP1 of the time-saving final variation) from the end of the final game of the first specific gaming state to the start of the next game longer than a second period (e.g., a stop display time STP2 of the time-saving final variation) from the end of the final game of the second specific gaming state to the start of the next game.

このような遊技機10では、第2期間が第1期間よりも短いため、第2特定遊技状態の終了後に第2特定遊技状態で最大限貯まった始動記憶(残保留)の消化が早まり、この分だけ余分に始動記憶(残保留)を貯められる可能性がある。このため、特別遊技状態を経由して特別遊技状態の利益(例えば出玉)が得られる第1特定遊技状態(例えば特定遊技状態A)と、特別遊技状態を経由せず特別遊技状態の利益(例えば出玉)が得られない第2特定遊技状態(例えば特定遊技状態B、C)との間の利益の差異を緩和することができる。従って、特別遊技状態の発生を伴わない第2特定遊技状態でも、利益が補償されて遊技の興趣が高まる。 In such a gaming machine 10, since the second period is shorter than the first period, the maximum accumulated start memory (remaining reserve) in the second specific game state is consumed more quickly after the end of the second specific game state, and there is a possibility that an extra start memory (remaining reserve) can be accumulated by this amount. This makes it possible to reduce the difference in profit between a first specific game state (e.g., specific game state A) in which the profit of the special game state (e.g., ball output) can be obtained by going through a special game state, and a second specific game state (e.g., specific game states B and C) in which the profit of the special game state (e.g., ball output) cannot be obtained without going through a special game state. Therefore, even in the second specific game state that does not involve the occurrence of a special game state, profits are compensated, and interest in the game is increased.

第2実施形態に係る遊技機10は、入賞容易状態と非入賞容易状態とに変換可能であり、第1特定遊技状態と第2特定遊技状態において通常遊技状態よりも入賞容易状態に変換し易くなる変動入賞装置(例えば普通変動入賞装置37)を備える。変動入賞装置が入賞容易状態になる第3期間(例えば普電開放時間OPN)は、第1期間(STP1)よりも小さく、第2期間(STP2)よりも大きい。従って、第1特定遊技状態(例えば特定遊技状態A)の終了後に消化される残保留数を規定残保留数に保持することができるとともに、第2特定遊技状態(例えば特定遊技状態B、C)の終了後に消化される残保留数が規定残保留数を超える可能性を高められる。これによって、特別遊技状態の発生を伴わない第2特定遊技状態でも、利益が確保されて遊技の興趣が高まる。 The gaming machine 10 according to the second embodiment is equipped with a variable winning device (e.g., normal variable winning device 37) that can be converted between an easy-to-win state and a non-easy-to-win state and is more easily converted to the easy-to-win state in the first and second specific gaming states than in the normal gaming state. The third period (e.g., normal power open time OPN) during which the variable winning device is in the easy-to-win state is shorter than the first period (STP1) and longer than the second period (STP2). Therefore, the remaining reserved number consumed after the end of the first specific gaming state (e.g., specific gaming state A) can be maintained at the specified remaining reserved number, and the possibility that the remaining reserved number consumed after the end of the second specific gaming state (e.g., specific gaming states B and C) will exceed the specified remaining reserved number is increased. This ensures profits and increases the interest in the game even in the second specific gaming state that does not involve the occurrence of a special gaming state.

第2実施形態に係る遊技機10において、遊技制御手段(例えば遊技制御装置100)は、第1特定遊技状態の最終ゲームの終了から次のゲームの開始までの期間を第1期間(STP1)に設定可能であり、第2特定遊技状態の最終ゲームの終了から次のゲームの開始までの期間を第2期間(STP2)に設定可能である。遊技制御手段は、第1特定遊技状態中に第2特定遊技状態を発生させる条件が成立した場合(例えば、天井回数に到達した場合やサポ当り結果が発生した場合)は、第1特定遊技状態又は第2特定遊技状態としての特定遊技状態の最終ゲームの終了から次のゲームの開始までの期間を、第1期間ではなく、第1期間よりも小さい第2期間に設定可能である。 In the gaming machine 10 according to the second embodiment, the gaming control means (e.g., the gaming control device 100) can set the period from the end of the final game of the first specific gaming state to the start of the next game to a first period (STP1), and can set the period from the end of the final game of the second specific gaming state to the start of the next game to a second period (STP2). When the conditions for generating the second specific gaming state are met during the first specific gaming state (e.g., when the ceiling number of times is reached or a support hit result occurs), the gaming control means can set the period from the end of the final game of the specific gaming state as the first specific gaming state or the second specific gaming state to the start of the next game to a second period that is shorter than the first period, rather than the first period.

このような遊技機10では、特別遊技状態と第1特定遊技状態と第2特定遊技状態とを含む一連の遊技状態の後に、小さい第2期間(STP2)による特典や遊技価値をさらに与えて、遊技の興趣を向上できる。 In such a gaming machine 10, after a series of gaming states including a special gaming state, a first specific gaming state, and a second specific gaming state, a bonus or gaming value can be further provided for a short second period (STP2), thereby increasing the interest of the game.

第2実施形態に係る遊技機10において、遊技制御手段(例えば遊技制御装置100)は、第1特定遊技状態の最終ゲームの終了から次のゲームの開始までの期間を第1期間に設定可能であり、第2特定遊技状態の最終ゲームの終了から次のゲームの開始までの期間を第2期間に設定可能である。遊技制御手段は、第1特定遊技状態中に、第2特定遊技状態を発生させ得るゲームの結果(例えば時短図柄、サポ当り結果)が表示されても、第1特定遊技状態又は第2特定遊技状態としての特定遊技状態の最終ゲームの終了から次のゲームの開始までの期間を、第2期間ではなく、第2期間(STP2)よりも大きい第1期間(STP1)に設定可能である。 In the gaming machine 10 according to the second embodiment, the gaming control means (e.g., the gaming control device 100) can set the period from the end of the final game of the first specific gaming state to the start of the next game as the first period, and can set the period from the end of the final game of the second specific gaming state to the start of the next game as the second period. Even if a game result (e.g., a time-saving pattern, a support win result) that may cause the second specific gaming state is displayed during the first specific gaming state, the gaming control means can set the period from the end of the final game of the specific gaming state as the first specific gaming state or the second specific gaming state to the start of the next game not to the second period but to the first period (STP1) that is longer than the second period (STP2).

このような遊技機10では、第2特定遊技状態を発生させ得るゲームの結果が表示されても、第1特定遊技状態から第2特定遊技状態を継続して(重ねて)発生させないような構成の場合には、特別遊技状態に続く第1特定遊技状態が有利になりすぎることを、長い第1期間(STP1)によって防止できる。また、第1特定遊技状態から第2特定遊技状態を継続して(重ねて)発生させるような構成の場合でも、第2特定遊技状態は、特別遊技状態に続く第1特定遊技状態を経由しているため、第2特定遊技状態が有利になりすぎないようにできる。 In such a gaming machine 10, even if the result of a game that may cause a second specific gaming state to occur is displayed, if the configuration is such that the second specific gaming state is not continuously (overlappingly) generated from the first specific gaming state, the long first period (STP1) can prevent the first specific gaming state following the special gaming state from becoming too advantageous. Also, even if the configuration is such that the second specific gaming state is continuously (overlappingly) generated from the first specific gaming state, the second specific gaming state passes through the first specific gaming state following the special gaming state, so the second specific gaming state can be prevented from becoming too advantageous.

[第3実施形態]
図81から図98を参照して、第3実施形態について説明する。なお、以下で述べる以外の構成は、第1実施形態又は第2実施形態と同様でよい。また、以下の実施形態では、第1実施形態又は第2実施形態と同じ機能を果たす構成には同一の符号を用い、重複する記載を適宜省略して説明する。第3実施形態は、変動表示ゲームの変動パターンを選択するための変動パターンテーブル(変動パターン選択テーブル、変動パターン群)などに関するものである。
[Third embodiment]
The third embodiment will be described with reference to Fig. 81 to Fig. 98. The configuration other than that described below may be the same as that of the first or second embodiment. In the following embodiments, the same reference numerals are used for the configuration that performs the same function as that of the first or second embodiment, and the description will be omitted as appropriate. The third embodiment relates to a variation pattern table (variation pattern selection table, variation pattern group) for selecting a variation pattern of the variation display game.

〔遊技盤〕
図81を参照して、第3実施形態における遊技盤30について説明する。図81の遊技盤30は、図2の遊技盤30に対して、センターケース40の左下方の遊技領域32において、普図始動ゲート34が一般入賞口35の近傍にもう一つ追加されている。2つの普図始動ゲート34が、センターケース40の右側方と左下方の遊技領域32に存在していることになる。普図始動ゲート34自体の機能と構成は、第1実施形態と同様である。即ち、普図始動ゲート34の内部には、当該普図始動ゲート34を通過した遊技球を検出するためのゲートスイッチ34aが設けられている。遊技領域32内に打ち込まれた遊技球が普図始動ゲート34を通過してゲートスイッチ34aで検出されると、普図変動表示ゲームが実行される。
[Game board]
With reference to FIG. 81, the game board 30 in the third embodiment will be described. In the game board 30 in FIG. 81, another normal map start gate 34 is added near the normal winning port 35 in the game area 32 at the lower left of the center case 40, compared to the game board 30 in FIG. 2. Two normal map start gates 34 are present in the game area 32 on the right side and the lower left of the center case 40. The function and configuration of the normal map start gate 34 itself are the same as those in the first embodiment. That is, inside the normal map start gate 34, a gate switch 34a is provided for detecting a game ball that has passed through the normal map start gate 34. When a game ball shot into the game area 32 passes through the normal map start gate 34 and is detected by the gate switch 34a, a normal map variation display game is executed.

左下方の遊技領域32にて普図始動ゲート34が存在するため、遊技領域32の左側において遊技球を流下させる左打ち(通常打ち)であっても、普図始動ゲート34での遊技球の通過によって、普図変動表示ゲームが実行される。普図変動表示ゲームの結果が当り結果になると可動部材37bが開状態(入賞容易状態)に変換され、普通変動入賞装置37(普電)への遊技球の入賞が許容される。ただし、右側の遊技領域32の普通変動入賞装置37へ遊技球を入賞させるために、遊技者は、左下方の普図始動ゲート34での遊技球の通過直後に、遊技球の発射態様(打ち方)を左打ちから右打ちに素早く切り替えるような技能が要求される。従って、左下方の普図始動ゲート34を遊技球が通過して、右側の遊技領域32の普通変動入賞装置37が開状態に変換されても、普通変動入賞装置37へ遊技球がうまく入賞するとは限らない。 Because there is a normal map start gate 34 in the lower left playing area 32, even if the game ball is hit from the left (normal hit) in which the game ball flows down the left side of the playing area 32, the normal map variation display game is executed when the game ball passes through the normal map start gate 34. If the result of the normal map variation display game is a win, the movable member 37b is converted to an open state (a state where it is easy to win), and the game ball is allowed to win in the normal variation winning device 37 (normal power). However, in order to make the game ball win in the normal variation winning device 37 in the right playing area 32, the player is required to have the skill to quickly switch the game ball's launch mode (hitting method) from a left hit to a right hit immediately after the game ball passes through the normal map start gate 34 in the lower left. Therefore, even if the game ball passes through the normal start gate 34 on the lower left and the normal variable winning device 37 in the right-side game area 32 is converted to an open state, the game ball will not necessarily win the normal variable winning device 37.

〔遊技状態遷移図(ゲームフロー)の例〕
図82は、第3実施形態における遊技状態の遷移を例示する遊技状態遷移図(ゲームフロー)である。図82は、図77と同様であるが、天井回数到達によって発生する特定遊技状態B(時短モード#3)において普電サポートが高サポとなり、時短図柄によって発生する特定遊技状態C(時短モード#4)において普電サポートが中サポとなる点などで図77と異なる。なお、本実施形態において、特定遊技状態は時短状態であるが、特定遊技状態の一部又は全てを大当り確率が高確率状態である確変状態(普電サポート有り/特図高確率)とする構成も可能である。
[Example of game state transition diagram (game flow)]
FIG. 82 is a game state transition diagram (game flow) illustrating the transition of the game state in the third embodiment. FIG. 82 is similar to FIG. 77, but differs from FIG. 77 in that the normal power support becomes high support in the specific game state B (time-saving mode #3) generated by reaching the ceiling number of times, and the normal power support becomes medium support in the specific game state C (time-saving mode #4) generated by the time-saving pattern. In this embodiment, the specific game state is a time-saving state, but it is also possible to configure a part or all of the specific game state to be a probability-changing state (with normal power support/high probability of special pattern) in which the probability of winning is a high probability state.

中サポでは、普通変動入賞装置37は、普電サポート(電サポ)の無い通常遊技状態よりも開状態に変換し易いが、高サポよりも開状態に変換し難い。このため、電サポ無し(普電サポート無し)<中サポ<高サポの順に、遊技者の得る利益は大きくなる。そして、普通変動入賞装置37は、特定遊技状態Cにおいて、通常遊技状態よりも開状態に変換し易いが特定遊技状態Bよりも開状態に変換し難くなる。 In medium support, the normal variable winning device 37 is easier to convert to the open state than in the normal game state without normal power support (electric support), but is more difficult to convert to the open state than in high support. For this reason, the profits obtained by the player increase in the order of no electric support (no normal power support) < medium support < high support. And, in specific game state C, the normal variable winning device 37 is easier to convert to the open state than in the normal game state, but is more difficult to convert to the open state than in specific game state B.

なお、大当りに続いて発生する特定遊技状態A(時短モード#1、#2)では、普電サポートは、特定遊技状態Bと同じ種類の高サポであってもよいし、他の種類の高サポでもよい。この他の種類の高サポにおいて、普通変動入賞装置37が特定遊技状態Cよりも開状態に変換し易く、特定遊技状態Bよりも開状態に変換し難い又は変換し易い。特定遊技状態Aと特定遊技状態Bの高サポが同じ種類であれば制御が簡単になる一方、異なる種類であれば遊技にバリエーションが出る。 In addition, in the specific game state A (time-saving modes #1, #2) that occurs following a jackpot, the normal power support may be the same type of high support as in the specific game state B, or it may be another type of high support. In this other type of high support, the normal variable winning device 37 is easier to convert to the open state than in the specific game state C, and is easier or harder to convert to the open state than in the specific game state B. If the high support in the specific game state A and the specific game state B are the same type, control is simplified, while if they are different types, gameplay becomes more varied.

特定遊技状態A、Bにおいて、普通変動入賞装置37が開放され易くなるため、遊技球の発射態様として普通変動入賞装置37を狙う右打ちが推奨される。そのため、特定遊技状態A、Bにおいて、主始動領域は普通変動入賞装置37となり従始動領域は第1始動入賞口36となることから、主変動表示ゲームは特図2変動表示ゲームとなり、従変動表示ゲームは特図1変動表示ゲームとなる。 In specific game states A and B, the normal variable winning device 37 is more likely to open, so right-handed shots aimed at the normal variable winning device 37 are recommended as the game ball launch mode. Therefore, in specific game states A and B, the main starting area is the normal variable winning device 37 and the secondary starting area is the first starting winning port 36, so the main variable display game is the special chart 2 variable display game and the secondary variable display game is the special chart 1 variable display game.

なお、前述のとおり、第1始動入賞口36への入賞若しくは第1始動記憶(特図1始動記憶、特図1保留)の発生が、特図1変動表示ゲームを実行可能とする第1の始動条件となっている。なお、普通変動入賞装置37への入賞若しくは第2始動記憶(特図2始動記憶、特図2保留)の発生が、特図2変動表示ゲームを実行可能とする第2の始動条件となっている。 As mentioned above, the first start condition that allows the special chart 1 variable display game to be played is the winning of the first start winning slot 36 or the occurrence of the first start memory (special chart 1 start memory, special chart 1 reserve). The second start condition that allows the special chart 2 variable display game to be played is the winning of the normal variable winning device 37 or the occurrence of the second start memory (special chart 2 start memory, special chart 2 reserve).

一方、本実施形態では、特定遊技状態Cにおいて、中サポによって普通変動入賞装置37が通常遊技状態よりも若干開放され易くなるものの、特定遊技状態C中に右打ちを常に継続すると始動入賞口36に入賞しなくなる不利益の方が大きくなる。例えば、左打ちの場合の単位発射球数当りの始動入賞口36への入賞数が、右打ちの場合の単位発射球数当りの普通変動入賞装置37への入賞数よりも大きいと、右打ちでの不利益の方が左打ちでの不利益よりも大きくなる。 On the other hand, in this embodiment, in the specific game state C, although the center support makes it slightly easier for the normal variable winning device 37 to open than in the normal game state, if the player continues to hit from the right during the specific game state C, the disadvantage of not winning in the starting winning hole 36 becomes greater. For example, if the number of winning balls in the starting winning hole 36 per unit number of balls fired when hitting from the left is greater than the number of winning balls in the normal variable winning device 37 per unit number of balls fired when hitting from the right, the disadvantage of hitting from the right will be greater than the disadvantage of hitting from the left.

このため、本実施形態では、特定遊技状態Cにおいて、遊技球の発射態様(打ち方)として始動入賞口36を狙う左打ちが基本的に推奨される。そのため、特定遊技状態Cにおいて、主始動領域は第1始動入賞口36となり従始動領域は普通変動入賞装置37となることから、主変動表示ゲームは特図1変動表示ゲームとなり従変動表示ゲームは特図2変動表示ゲームとなる。 For this reason, in this embodiment, in the specific game state C, the left hand shot aiming at the start winning hole 36 is basically recommended as the launch mode (hitting method) of the game ball. Therefore, in the specific game state C, the main starting area is the first start winning hole 36 and the secondary starting area is the normal variable winning device 37, so the main variable display game is the special chart 1 variable display game and the secondary variable display game is the special chart 2 variable display game.

特定遊技状態Aの演出モードとして、図71Aや図77と同じく時短モード#1、#2がある。本実施形態では、時短モード#1、#2に関する時短回数m1、m2は、各々4回、30回の固定値であるが、遊技のバリエーションを増やすために可変値でもよい。例えば、時短回数m2は、抽選によって、20回、30回、50回のいずれかが選択されてよい。本実施形態では、第1実施形態と異なり、特図2変動表示ゲームの小当り確率は1/15.79であるとともに時短回数m2は小さい。このため、時短モード#2は、確実に小当り(V通過の大当り状態)が発生するわけではないので、次回継続確定モード(確定モード)とはならない。 As the presentation modes of the specific game state A, there are the time-saving modes #1 and #2 as in FIG. 71A and FIG. 77. In this embodiment, the time-saving times m1 and m2 for the time-saving modes #1 and #2 are fixed values of 4 and 30, respectively, but may be variable values to increase the variety of the game. For example, the time-saving times m2 may be selected by lottery as 20, 30, or 50. In this embodiment, unlike the first embodiment, the probability of a small win in the special chart 2 variable display game is 1/15.79, and the time-saving times m2 are small. For this reason, the time-saving mode #2 does not necessarily result in a small win (a big win state of passing V), so it does not become a next-continuation confirmed mode (confirmed mode).

特定遊技状態Bの演出モードは時短モード#3であり、特定遊技状態Cの演出モードは時短モード#4であり、演出モードは異なり、遊技者は天井時短(b時短)による時短状態と突然時短(c時短)による時短状態とを演出によって区別できる。なお、特定遊技状態Bと特定遊技状態Cで演出モードを同じにして、演出の共通化を図り開発コストを削減することもできる。本実施形態では、時短モード#3、#4に関する時短回数m3、m4は、各々251回、30回の固定値であるが、遊技のバリエーションを増やすために可変にしてもよい。例えば、時短回数50回の時短図柄、時短回数30回の時短図柄、時短回数20回の時短図柄など複数の時短図柄を設けて、各々、10%、70%、20%でサポ当り図柄乱数によって抽選して、時短回数m4の平均回数を30回にしてもよい。 The presentation mode of the specific game state B is the time-saving mode #3, and the presentation mode of the specific game state C is the time-saving mode #4. The presentation modes are different, and the player can distinguish between the time-saving state due to the ceiling time-saving (b time-saving) and the time-saving state due to the sudden time-saving (c time-saving) by the presentation. It is also possible to make the presentation mode the same for the specific game state B and the specific game state C, thereby commonizing the presentation and reducing development costs. In this embodiment, the time-saving counts m3 and m4 for the time-saving modes #3 and #4 are fixed values of 251 and 30, respectively, but may be variable to increase the variety of games. For example, multiple time-saving patterns such as a time-saving pattern for 50 times of time-saving, a time-saving pattern for 30 times of time-saving, and a time-saving pattern for 20 times of time-saving may be provided, and each may be selected by random numbers of symbols that hit the support at 10%, 70%, and 20%, and the average number of times m4 may be set to 30.

また、時短モード#3、#4は、時短モード#1、#2とは異なる演出モードとなり、大当りに起因する時短状態(特定遊技状態A)と大当りに起因しない時短状態(特定遊技状態B、C)とを演出によって区別できる。なお、特定遊技状態Aと特定遊技状態B、Cで演出モードを同じにして、演出の共通化を図り開発コストを削減することもできる。 In addition, time-saving modes #3 and #4 are presentation modes different from time-saving modes #1 and #2, and the presentation can distinguish between the time-saving state caused by a jackpot (specific game state A) and the time-saving state not caused by a jackpot (specific game states B and C). It is also possible to standardize the presentation and reduce development costs by making the presentation mode the same for specific game state A and specific game states B and C.

次に、各遊技状態からの遷移(移行)について説明する。 Next, we will explain the transitions from each game state.

本実施形態では、天井回数m5は580回であり、特定遊技状態A中と移行状態(残保留消化モード)において、大当り状態終了後に所定条件下(特図低確率状態、確変状態でない状態)で実行される特図変動表示ゲームの回数が天井回数に到達することはない。従って、特定遊技状態A中と残保留消化モードから特定遊技状態Bに遷移することはない。 In this embodiment, the ceiling number of times m5 is 580 times, and during the specific game state A and the transition state (remaining reserved consumption mode), the number of times of the special chart variable display game that is executed under predetermined conditions (special chart low probability state, state that is not a probability variable state) after the end of the jackpot state will not reach the ceiling number of times. Therefore, during the specific game state A and from the remaining reserved consumption mode, there is no transition to the specific game state B.

そして、本実施形態では、通常遊技状態又は特定遊技状態Cにおいて、大当り状態終了後に所定条件下で実行される特図変動表示ゲームの回数が天井回数に到達した場合に、天井時短(b時短)となり特定遊技状態B(時短モード#3)に遷移する。 In this embodiment, when the number of times that the special chart variable display game that is executed under a predetermined condition after the end of the jackpot state reaches the ceiling number of times in the normal game state or the specific game state C, the ceiling time reduction (b time reduction) is entered and the game transitions to the specific game state B (time reduction mode #3).

また、本実施形態では、特図2変動表示ゲームの結果にサポ当り(時短結果、時短図柄)はなく、特図1変動表示ゲームの結果のみにサポ当りがあるようにする。このようにするため、大当りフラグ1設定処理(図23)においてサポ当り判定処理(A3607-A3609)が実行され、逆に、大当りフラグ2設定処理(図24)においてサポ当り判定処理等(A3707-A3709)が実行されない構成とする。従って、基本的に、主変動表示ゲームが特図2変動表示ゲームとなる特定遊技状態A中と移行状態(残保留消化モード)と特定遊技状態Bから、特定遊技状態Cに移行しない。 In addition, in this embodiment, there is no support hit (time-saving result, time-saving pattern) in the result of the special chart 2 variable display game, and only the result of the special chart 1 variable display game has a support hit. In order to achieve this, the support hit determination process (A3607-A3609) is executed in the jackpot flag 1 setting process (Fig. 23), and conversely, the support hit determination process etc. (A3707-A3709) is not executed in the jackpot flag 2 setting process (Fig. 24). Therefore, basically, there is no transition to the specific game state C from the specific game state A, the transition state (remaining reserved consumption mode), and the specific game state B, in which the main variable display game becomes the special chart 2 variable display game.

そして、本実施形態では、主変動表示ゲームが特図1変動表示ゲームとなる通常遊技状態において、特図1変動表示ゲームの結果がサポ当り結果(時短図柄)の場合に、突然時短(c時短)としての特定遊技状態C(時短モード#4)に遷移する。このようにして、遊技者の得る利益が少なく演出も単調になりがちな通常遊技状態において、サポ当り結果(時短図柄)になる特典を設けて、遊技の興趣を向上できる。 In this embodiment, in a normal game state where the main variable display game is the special chart 1 variable display game, if the result of the special chart 1 variable display game is a support hit result (time-saving pattern), the game suddenly transitions to a specific game state C (time-saving mode #4) with time saving (c time-saving). In this way, in a normal game state where the player's profit is small and the presentation tends to be monotonous, a special privilege that results in a support hit result (time-saving pattern) can be provided, increasing the interest of the game.

さらに、特定遊技状態B、Cにおいて小当り又は大当りが発生せずに遷移条件が成立すると、残保留を消化する移行状態(残保留消化モード)に遷移する。特定遊技状態B、Cから移行状態に遷移する遷移条件は、第2実施形態の図77と同様でよい。即ち、遷移条件は、(i)特定遊技状態における特図2変動表示ゲームの実行回数が時短回数m3、m4(第1所定回数)を超えること、及び、(ii)特定遊技状態における特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲーム)の合計の実行回数が時短回数m3、m4(第1所定回数)よりも大きい第2所定回数を超えること、の何れかが成立することである。なお、第2所定回数は、時短回数に、特図1保留数又は特図2保留数の最大値(例えば4)を足したものでもよい。また、特定遊技状態Cから移行状態への遷移する場合の条件(i)について、特定遊技状態Cにおける特図1変動表示ゲーム(主変動表示ゲーム)の実行回数が時短回数m4を超えることとしてもよい。 Furthermore, if a small win or a big win does not occur in the specific game state B or C and the transition condition is satisfied, the game transitions to a transition state (remaining reserve consumption mode) in which the remaining reserve is consumed. The transition condition for transitioning from the specific game state B or C to the transition state may be the same as that in FIG. 77 of the second embodiment. That is, the transition condition is that either (i) the number of times that the special chart 2 variable display game is executed in the specific game state exceeds the time-saving number m3, m4 (first predetermined number of times), or (ii) the total number of times that the special chart variable display game (special chart 1 variable display game and special chart 2 variable display game) is executed in the specific game state exceeds a second predetermined number that is greater than the time-saving number m3, m4 (first predetermined number of times). The second predetermined number may be the time-saving number plus the maximum value (for example, 4) of the special chart 1 reserved number or the special chart 2 reserved number. In addition, the condition (i) for transitioning from the specific game state C to the transition state may be that the number of times the special chart 1 variable display game (main variable display game) is executed in the specific game state C exceeds the time-saving number m4.

〔図柄に対応する時短回数と規定残保留数〕
図83は、第3実施形態において、特図変動表示ゲームの当りの種類である図柄に対応する時短回数と規定残保留数などについて示すテーブルである。図柄は、大当り(V入賞による大当りも含む)になる場合の図柄であり、ここでは、時短図柄は除かれている。
[Time-saving number of times and the number of reserved times corresponding to the pattern]
83 is a table showing the number of time-saving times and the number of reserved times corresponding to the patterns, which are the types of winnings in the special chart variable display game, in the third embodiment. The patterns are patterns that result in a big win (including a big win due to a V win), and here, the time-saving patterns are excluded.

(A)のように、本実施形態では、普電サポート無しの状態において、特図1変動表示ゲームの大当りの図柄には、図柄A1のみがある(主に通常遊技状態での大当りとなる)。図柄A1に関して、時短回数(ここでは4回)が異なるだけで、第1実施形態と第2実施形態の図柄Aと同じである。また、普電サポート有りの状態において、特図1変動表示ゲームの大当りの図柄には、図柄P1のみがある(主に特定遊技状態Cでの大当りとなる)。図柄P1に関して、時短回数は30回(m2)になり規定残保留数は4個になる。大当りの図柄A1、図柄P1は、V入賞による大当りではないものであり、また、大当り図柄乱数によって決定される停止図柄である。なお、図柄A1と図柄P1を特図1変動表示ゲームの小当りでのV入賞に関する大当りの停止図柄とする構成も可能だが、この場合に、大当り図柄乱数の他に小当り図柄乱数があるなら、図柄A1と図柄P1を、小当り図柄乱数によって決定される小当りの停止図柄とする構成も可能である。 As shown in (A), in this embodiment, in a state without normal power support, the jackpot pattern of the special chart 1 variable display game only has pattern A1 (mainly jackpots in normal game state). Pattern A1 is the same as pattern A in the first and second embodiments, except for the number of time-saving times (here, 4 times). Also, in a state with normal power support, the jackpot pattern of the special chart 1 variable display game only has pattern P1 (mainly jackpots in specific game state C). For pattern P1, the number of time-saving times is 30 times (m2) and the specified remaining number of reserved balls is 4. The jackpot patterns A1 and P1 are not jackpots due to V winning, and are stop patterns determined by the jackpot pattern random number. It is also possible to configure pattern A1 and pattern P1 as the stopping patterns for a big win related to a V winning in a small win of the special chart 1 variable display game, but in this case, if there is a small win pattern random number in addition to the big win pattern random number, it is also possible to configure pattern A1 and pattern P1 as the stopping patterns for a small win determined by the small win pattern random number.

普電サポート無しの状態において、特図1変動表示ゲームが大当りである場合の図柄は、図柄A1のみであり振り分けは100%である。従って、通常遊技状態で、主変動表示ゲームの特図1変動表示ゲームが大当りになると、大当り状態後に特定遊技状態Aの時短モード#1(時短回数4回)に遷移する。なお、図柄A1以外に図柄P1を設けて、特図1変動表示ゲームの大当り状態後に特定遊技状態Aの時短モード#2に遷移するようにしてもよい(図82の点線など)。或いは、図柄A1の代わりに図柄P1を設けて、特図1変動表示ゲームが大当りになると、通常遊技状態から、大当り状態を経て特定遊技状態Aの時短モード#2に遷移するようにしてもよい。 In a state without normal power support, when the special chart 1 variable display game is a jackpot, the only pattern is the A1, and the distribution is 100%. Therefore, in a normal game state, when the special chart 1 variable display game of the main variable display game is a jackpot, the game transitions to the time-saving mode #1 (time-saving count 4 times) of the specific game state A after the jackpot state. In addition, a pattern P1 may be provided in addition to the A1, and the game may transition to the time-saving mode #2 of the specific game state A after the jackpot state of the special chart 1 variable display game (such as the dotted line in Figure 82). Alternatively, a pattern P1 may be provided instead of the A1, and when the special chart 1 variable display game is a jackpot, the game may transition from the normal game state to the time-saving mode #2 of the specific game state A via the jackpot state.

普電サポート有りの状態において、特図1変動表示ゲームが大当りである場合の図柄は、図柄P1のみであり振り分けは100%である。従って、特定遊技状態Cで、主変動表示ゲームの特図1変動表示ゲームが大当りになると、大当り状態後に特定遊技状態Aの時短モード#2(時短回数30回)に遷移する。なお、図柄P1以外に図柄A1を設けて、特図1変動表示ゲームの大当り状態後に特定遊技状態Aの時短モード#1に遷移するようにしてもよい。或いは、図柄P1の代わりに図柄A1を設けて、特図1変動表示ゲームが大当りになると、特定遊技状態Cから、大当り状態を経て特定遊技状態Aの時短モード#1に遷移するようにしてもよい。 In the state with normal power support, when the special chart 1 variable display game is a jackpot, the only pattern is pattern P1, and the allocation is 100%. Therefore, when the special chart 1 variable display game of the main variable display game is a jackpot in the specific game state C, the game transitions to the time-saving mode #2 (time-saving count 30 times) of the specific game state A after the jackpot state. In addition, pattern A1 may be provided in addition to pattern P1, and the game transitions to the time-saving mode #1 of the specific game state A after the jackpot state of the special chart 1 variable display game. Alternatively, pattern A1 may be provided instead of pattern P1, and when the special chart 1 variable display game is a jackpot, the game transitions from the specific game state C to the time-saving mode #1 of the specific game state A via the jackpot state.

(B)のように、普電サポート有りの状態での特図2変動表示ゲームの大当りに関して、図柄は、大当り終了後に付与される時短回数m2が30回となる図柄S1の1種類のみであり振り分けは100%である。なお、本実施形態では、特図2変動表示ゲームの大当りは、小当りでのV入賞によるものであるが、これに限られない。普電サポート有りの特定遊技状態A-Cで、主変動表示ゲームの特図2変動表示ゲームが大当りになると、特定遊技状態Aの時短モード#2に遷移する。なお、図柄S1以外に、時短回数m2が20回、50回の2つの図柄を設けて、振り分けによる図柄の抽選によって、時短回数m2として20回、30回、50回のいずれかが選択されてよい。 As shown in (B), for a jackpot in the special chart 2 variable display game with normal power support, there is only one type of pattern, S1, which gives 30 times the number of time-saving times m2 after the jackpot, and the allocation is 100%. In this embodiment, the jackpot in the special chart 2 variable display game is a V prize in a small jackpot, but this is not limited to this. In a specific game state A-C with normal power support, when the special chart 2 variable display game of the main variable display game is a jackpot, it transitions to the time-saving mode #2 of the specific game state A. In addition to the pattern S1, two patterns with 20 and 50 times of time-saving times m2 may be provided, and the number of time-saving times m2 may be selected from 20, 30, or 50 by drawing a pattern by allocation.

なお、本実施形態では、小当り確率は特図1変動表示ゲームと特図2変動表示ゲームとで異なり、小当り上限判定値(A3900)は、特図1変動表示ゲームと特図2変動表示ゲームとで異なる。特図2変動表示ゲームの小当り確率は1/15.79であるのに対して、特図1変動表示ゲームの小当り確率は1/199.80である。従って、主変動表示ゲームが特図2変動表示ゲームである特定遊技状態A、特定遊技状態B、及び、移行状態(残保留消化モード)において、主変動表示ゲームが特図1変動表示ゲームである通常遊技状態と特定遊技状態Cよりも、小当りひいては小当りでのV入賞による大当りが発生し易い。 In this embodiment, the probability of a small hit is different between the special chart 1 variable display game and the special chart 2 variable display game, and the small hit upper limit judgment value (A3900) is different between the special chart 1 variable display game and the special chart 2 variable display game. The probability of a small hit in the special chart 2 variable display game is 1/15.79, while the probability of a small hit in the special chart 1 variable display game is 1/199.80. Therefore, in the specific game state A, specific game state B, and transition state (remaining reserve consumption mode) where the main variable display game is the special chart 2 variable display game, it is easier to get a small hit and even a big hit due to a V entry with a small hit than in the normal game state and specific game state C where the main variable display game is the special chart 1 variable display game.

普電サポート無しの状態での特図2変動表示ゲームの大当り(残保留における小当りでのV入賞による大当り)の図柄G1に関して、第1実施形態の図柄Gと同じである。図柄は、大当り終了後に付与される時短回数m2が30回となる図柄G1の1種類のみであり振り分けは100%である。従って、移行状態(残保留消化モード)で、主変動表示ゲームの特図2変動表示ゲームが大当りになると、特定遊技状態Aの時短モード#2に遷移する。なお、図柄G1と図柄S1によって大当り終了後に同じ時短モードに移行するため、図柄G1と図柄S1を共通の図柄としてもよい。また、図柄G1以外に、時短回数m2が20回、50回の2つの図柄を設けて、振り分けによる図柄の抽選によって、時短回数m2として20回、30回、50回のいずれかが選択されてよい。また、図柄G1以外に図柄A1を設けて、特定遊技状態Aの時短モード#1に遷移するようにしてもよい(図82の点線)。 The pattern G1 of the special chart 2 variable display game jackpot (a jackpot due to a V winning a small jackpot in the remaining reserve) without normal power support is the same as the pattern G in the first embodiment. There is only one type of pattern, G1, in which the number of time-saving times m2 granted after the jackpot is 30, and the allocation is 100%. Therefore, when the special chart 2 variable display game of the main variable display game is a jackpot in the transition state (remaining reserve consumption mode), it transitions to the time-saving mode #2 of the specific game state A. In addition, since the pattern G1 and the pattern S1 transition to the same time-saving mode after the jackpot is ended, the pattern G1 and the pattern S1 may be a common pattern. In addition to the pattern G1, two patterns with the time-saving times m2 of 20 and 50 may be provided, and the time-saving times m2 may be selected as 20, 30, or 50 by drawing a pattern by allocation. Also, in addition to the pattern G1, a pattern A1 may be provided to transition to the time-saving mode #1 of the specific gaming state A (dotted line in Figure 82).

以上、図82と図83のように、通常遊技状態、移行状態、特定遊技状態A、特定遊技状態B、特定遊技状態Cは、個々の発生条件(遷移条件)に基づいて発生し、発生条件(遷移条件)は互いに異なってよい。 As described above, as shown in Figures 82 and 83, the normal gaming state, transition state, specific gaming state A, specific gaming state B, and specific gaming state C occur based on individual occurrence conditions (transition conditions), and the occurrence conditions (transition conditions) may be different from one another.

特に、本実施形態において、特定遊技状態Cで特図1変動表示ゲームが大当りになると、特図2変動表示ゲームが大当りになる場合(図柄S1、G1の場合)と同じく、大当り終了後に時短モード#2に遷移して高サポでの時短回数30回が得られる。このため、特定遊技状態Cは高サポではなく中サポであっても、遊技者に非常に有利となり遊技の興趣が向上する。なお、中サポの特定遊技状態Cも、普電サポート有りの状態には変わりないので、通常モード(又は通常遊技状態)を経ないで大当り状態と特定遊技状態が継続する連チャン扱いとなる。 In particular, in this embodiment, if the special chart 1 variable display game becomes a jackpot in the specific game state C, just as in the case of the special chart 2 variable display game becoming a jackpot (in the case of the S1 and G1 patterns), the game transitions to time-saving mode #2 after the jackpot ends, and 30 time-saving cycles in high support are obtained. Therefore, even if the specific game state C is medium support rather than high support, it is very advantageous for the player and increases the interest of the game. Note that the specific game state C in medium support is also a state with normal power support, so it is treated as a consecutive win in which the jackpot state and the specific game state continue without going through the normal mode (or normal game state).

なお、(C)のラウンド数上限値の割合の円グラフに例示するように、ラウンド数上限値(大当りラウンド数)が複数ある場合に、各ラウンド数上限値に対応する大当りの図柄があってよい。例えば、(C)のように、特図2変動表示ゲームの大当りに対してラウンド数上限値が複数9R、6R、3Rの3種類ある場合に、図柄S1-9R(振り分け15%)、図柄S1-6R(振り分け10%)、図柄S1-3R(振り分け75%)や、図柄G1-9R(振り分け15%)、図柄G1-6R(振り分け10%)、図柄G1-3R(振り分け75%)のように、ラウンド数上限値に対応する図柄があってよい。なお、小当りでのV入賞による大当りの場合には、小当りを1ラウンド分とみなしてラウンド数上限値に含めてよいし、小当りをラウンド数上限値に含めなくてもよい。 As shown in the pie chart of the ratio of the round number upper limit in (C), when there are multiple round number upper limit values (number of jackpot rounds), there may be a jackpot pattern corresponding to each round number upper limit value. For example, when there are three types of round number upper limit values, 9R, 6R, and 3R, as in (C), for the jackpot of the special chart 2 variable display game, there may be patterns corresponding to the round number upper limit values, such as pattern S1-9R (allocation 15%), pattern S1-6R (allocation 10%), pattern S1-3R (allocation 75%), pattern G1-9R (allocation 15%), pattern G1-6R (allocation 10%), and pattern G1-3R (allocation 75%). When a jackpot is won by winning a V with a small jackpot, the small jackpot may be considered as one round and included in the round number upper limit value, or the small jackpot may not be included in the round number upper limit value.

〔時短の作動状況〕
図84は、各遊技状態から新たな時短の作動契機が発生した場合について、時短の作動状況をまとめたテーブルである。時短の作動契機とは、大当りを経由した時短(a時短)であれば大当りであり、天井時短(b時短)であれば天井回数到達であり、突然時短(c時短)であれば時短図柄の設定や導出(表示)である。
[Time-saving operation status]
84 is a table summarizing the operation status of the time-saving function when a new time-saving function operation trigger occurs from each game state. The time-saving function operation trigger is a jackpot for the time-saving function via a jackpot (time-saving function a), reaching the ceiling number of times for the ceiling time-saving function (time-saving function b), and setting or derivation (display) of the time-saving function pattern for the sudden time-saving function (time-saving function c).

前述の通り、通常遊技状態(残保留消化モードを含む)と特定遊技状態A-Cにおいて、a時短の発生契機として大当りが発生すると、大当り状態を経由して、大当り終了直後にa時短が作動して特定遊技状態Aに遷移する。 As mentioned above, in the normal game state (including the remaining reserved consumption mode) and in specific game states A-C, if a jackpot occurs as a trigger for the a-time reduction, the game will transition through the jackpot state, and then immediately after the jackpot ends, the a-time reduction will be activated and the game will transition to specific game state A.

通常遊技状態(残保留消化モードを含む)、特定遊技状態A、及び、特定遊技状態Cにおいて、b時短の発生契機として天井回数に到達すると、b時短が作動して特定遊技状態Bに遷移可能である。しかし、特定遊技状態Bにおいて、b時短の発生契機として天井回数に到達しても、新たに天井時短発動フラグ(A5115)が発生せず、新たなb時短は作動不能である。このように、特定遊技状態Bにおいてb時短が重複して発生することを禁止し、特定遊技状態Bが実質的に延長される事態を防止して、過度に遊技者に有利になることを防止できる。なお、本実施形態において、特定遊技状態Aと残保留消化モードでは天井回数に到達できないため、実質的に特定遊技状態Aと、通常遊技状態のうちの残保留消化モードから特定遊技状態Bに遷移することはない。これにより、過度に遊技者に有利になることを防止できる。 In the normal game state (including the remaining reserved consumption mode), the specific game state A, and the specific game state C, when the ceiling number of times is reached as a trigger for the b time reduction, the b time reduction is activated and a transition to the specific game state B is possible. However, in the specific game state B, even if the ceiling number of times is reached as a trigger for the b time reduction, a new ceiling time reduction activation flag (A5115) is not generated and a new b time reduction cannot be activated. In this way, the b time reduction is prohibited from occurring in the specific game state B in a duplicated manner, and the specific game state B is prevented from being substantially extended, thereby preventing excessive advantage from being given to the player. Note that in this embodiment, since the ceiling number of times cannot be reached in the specific game state A and the remaining reserved consumption mode, there is substantially no transition from the specific game state A and the remaining reserved consumption mode of the normal game state to the specific game state B. This prevents excessive advantage from being given to the player.

なお、前述のように天井回数到達によって、中サポの特定遊技状態C(c時短)から高サポの特定遊技状態B(b時短)に遷移すると、演出モードは時短モード#4から時短モード#3に切り替わり、演出が変化する。また、この場合に、遊技球の打ち方は左打ちが推奨される左打ち状態から右打ちが推奨される右打ち状態に切り替わり、主変動表示ゲームは特図1変動表示ゲームから特図2変動表示ゲームに切り替わる。 As mentioned above, when the ceiling number of times is reached and the game transitions from the medium support specific game state C (c time reduction) to the high support specific game state B (b time reduction), the presentation mode switches from time reduction mode #4 to time reduction mode #3, and the presentation changes. Also, in this case, the way of hitting the game ball switches from a left-hitting state in which hitting from the left is recommended to a right-hitting state in which hitting from the right is recommended, and the main variation display game switches from the special chart 1 variation display game to the special chart 2 variation display game.

また、通常遊技状態(残保留消化モードを除く)において、c時短の発生契機としてサポ当りで時短図柄が導出されると、c時短が作動して特定遊技状態Cに遷移する。しかし、特定遊技状態Aと、特定遊技状態Bと、通常遊技状態のうちの残保留消化モードとにおいて、主変動表示ゲームは特図2変動表示ゲームであり、前述のように特図2変動表示ゲームでサポ当り(時短図柄)は発生しない構成のため、c時短は作動せず特定遊技状態Cに遷移しない。さらに、本実施形態において、特定遊技状態Cにおいて、特図1変動表示ゲームによってc時短の発生契機として時短図柄が導出されても、例えば時間短縮変動回数の初期値の設定(A5126)とサポ作動設定処理(A5127)を実行しないことによって、c時短の作動を禁止し新たなc時短を作動不能にする。このように、特定遊技状態Cにおいてc時短が重複して発生することを禁止し、特定遊技状態Cが実質的に延長される事態をなくし、過度に遊技者に有利になることを防止できる。なお、特定遊技状態Cにおいて時短図柄が導出された場合に、時間短縮変動回数の初期値を再設定しサポ作動設定処理を実行して、新たなc時短を作動させる構成も可能である。ただし、この構成でも、時短残り回数の方が時間短縮変動回数の初期値(新たなc時短の時短回数)よりも大きい場合には、時短残り回数が突然減ってしまうことになるため、新たなc時短を作動不能にしてキャンセルしてよい。 In addition, in the normal game state (excluding the remaining reserved consumption mode), when a time-saving pattern is derived by a support hit as a trigger for the c time-saving, the c time-saving is activated and a transition is made to the specific game state C. However, in the specific game state A, the specific game state B, and the remaining reserved consumption mode of the normal game state, the main variable display game is the special chart 2 variable display game, and as described above, the special chart 2 variable display game is configured such that a support hit (time-saving pattern) does not occur, so the c time-saving is not activated and there is no transition to the specific game state C. Furthermore, in this embodiment, even if a time-saving pattern is derived by the special chart 1 variable display game as a trigger for the c time-saving in the specific game state C, for example, by not executing the setting of the initial value of the time-saving fluctuation count (A5126) and the support activation setting process (A5127), the activation of the c time-saving is prohibited and a new c time-saving is disabled. In this way, it is possible to prohibit the occurrence of overlapping c time reductions in the specific game state C, to prevent the specific game state C from being effectively extended, and to prevent the player from being overly advantageous. It is also possible to configure a configuration in which, when a time reduction symbol is derived in the specific game state C, the initial value of the time reduction variation count is reset and a support operation setting process is executed to operate a new c time reduction. However, even in this configuration, if the remaining number of time reductions is greater than the initial value of the time reduction variation count (the number of time reductions of the new c time reduction), the remaining number of time reductions will suddenly decrease, and so the new c time reduction may be made inoperable and canceled.

なお、特定遊技状態A、Bにおいて、始動入賞口36に入賞し特図2始動記憶が無ければ特図1変動表示ゲームが実行されることもあるが、強制的にc時短の作動を禁止して特定遊技状態Cに遷移しないようにしてもよい。このようにするため、特定遊技状態A、Bにおいて、特図1変動表示ゲームの結果がサポ当り(時短図柄)となった場合でも、時間短縮変動回数の初期値の設定(A5126)とサポ作動設定処理(A5127)を実行しない構成とする。 In addition, in specific game states A and B, if a win is made in the start winning slot 36 and there is no special game start memory, the special game 1 variable display game may be executed, but it is also possible to forcibly prohibit the operation of the c time reduction so as not to transition to specific game state C. In order to achieve this, in specific game states A and B, even if the result of the special game 1 variable display game is a support win (time-saving pattern), the setting of the initial value of the time-saving fluctuation count (A5126) and the support operation setting process (A5127) are not executed.

〔一括表示装置の表示〕
図85は、第3実施形態に関して、一括表示装置50の表示を説明する図である。なお、図85に示す表示以外の一括表示装置50の表示は、第1実施形態と同様であり説明を省略する。
[Display on the collective display device]
Fig. 85 is a diagram for explaining the display of the collective display device 50 according to the third embodiment. Note that the display of the collective display device 50 other than the display shown in Fig. 85 is the same as that of the first embodiment, and therefore the description thereof will be omitted.

本実施形態では、特図高確率の確変状態がないため、第1実施形態と異なってLEDランプD9(第3遊技状態表示部59)は、LEDランプD7(第1遊技状態表示部57)と同様に、点灯又は消灯によって右打ち時又は左打ち時(通常打ち時)であることを報知する。 In this embodiment, there is no special probability state, so unlike the first embodiment, the LED lamp D9 (third game state display unit 59) indicates whether the player is hitting from the right or left (normal hit) by turning on or off, just like the LED lamp D7 (first game state display unit 57).

普電サポート無し(電サポ無し)の状態、即ち、通常遊技状態又は移行状態において、一括表示装置50のLEDランプD7、D9は消灯して左打ち状態(通常打ち状態)であることを示し、一括表示装置50のLEDランプD17も消灯して変動時間短縮機能未作動の状態(即ち非時短状態)であることを示す。 In a state without normal power support (no power support), i.e., in a normal game state or transition state, the LED lamps D7 and D9 of the collective display device 50 are turned off to indicate that it is in a left-handed hitting state (normal hitting state), and the LED lamp D17 of the collective display device 50 is also turned off to indicate that the variable time reduction function is not activated (i.e., the non-time reduction state).

c時短である特定遊技状態Cにおいて、LEDランプD7、D9は消灯して左打ち状態(通常打ち状態)であることを示す一方、LEDランプD17は点灯して変動時間短縮機能作動の状態(即ち時短状態)であることを示す。ただし、例外的にc時短中(特定遊技状態C)において普図変動表示ゲームの当り(普図当り)が発生する場合には、当り図柄の停止タイミングで、普電が開放される右打ち状態であることを示すべく右打ちLEDとしてのLEDランプD7、D9が点灯する。従って、左打ち状態で左下方の遊技領域32の普図始動ゲート34を遊技球が通過することで実行された普図変動表示ゲームが当りとなって、中サポによって普通変動入賞装置37が開状態に変換する場合に、遊技者に対して右打ちの指示(示唆)が報知される。 In the specific game state C, which is the time reduction c, the LED lamps D7 and D9 are off, indicating that the state is a left-hand hit state (normal hit state), while the LED lamp D17 is on, indicating that the fluctuation time reduction function is in operation (i.e., the time reduction state). However, in the exceptional case where a win (normal hit) occurs in the normal map fluctuation display game during the time reduction c (specific game state C), the LED lamps D7 and D9 as right-hand hit LEDs are lit to indicate that the state is a right-hand hit state in which the normal power is opened at the timing when the winning pattern stops. Therefore, when the normal map fluctuation display game executed by the game ball passing through the normal map start gate 34 in the game area 32 on the lower left in the left-hand hit state becomes a hit, and the normal fluctuation winning device 37 is converted to the open state by the center support, the instruction (suggestion) to hit right is notified to the player.

なお、特定遊技状態Cにおいて、一括表示装置50のLEDランプD7、D9の示す左打ち状態と右打ち状態に対応して、表示装置41において、左打ちを指示する左打ち指示表示と右打ちを指示する右打ち指示表示を表示してよい。このようにすると、熟練していない遊技者でも、右打ちすることを把握し易くなり、中サポによる普電開放の利益を受け易くなる。なお、表示装置41の右打ち指示表示は、遊技者の利益になるよう、LEDランプD7、D9が点灯するタイミングでなく、実際に普通変動入賞装置37(普電)が開放されるタイミングで表示されてよい。また、特定遊技状態Cにおいて、普通変動入賞装置37の開放が短時間(例えば50msec以下)の普図当りの場合(後述の普電開放パターンH1の場合)には、遊技者を失望させないように、右打ち指示表示は表示装置41に表示されなくてもよい。 In the specific game state C, the display device 41 may display a left-hit instruction display instructing left-hit and a right-hit instruction display instructing right-hit in response to the left-hit and right-hit states indicated by the LED lamps D7 and D9 of the collective display device 50. In this way, even an unskilled player can easily grasp that he is hitting right, and can easily receive the benefit of the normal power opening by the center support. In addition, the right-hit instruction display on the display device 41 may be displayed not when the LED lamps D7 and D9 are lit, but when the normal variable winning device 37 (normal power) is actually opened, so as to benefit the player. In addition, in the specific game state C, when the opening of the normal variable winning device 37 is a normal winning in a short time (for example, 50 msec or less) (in the case of the normal power opening pattern H1 described later), the right-hit instruction display may not be displayed on the display device 41 so as not to disappoint the player.

また、特定遊技状態Cにおいて、右打ちが推奨される右打ち状態は例外的に発生するものであるため、LEDランプD7、D9の示す左打ち状態と右打ち状態に関係なく、常に、表示装置41において左打ち指示表示を表示してもよい。このようにすると、熟練した遊技者が普電開放に対応して右打ちするため中サポによる利益を受け易くなり、遊技者が熟練度を増そうとして遊技機10の稼働が向上する可能性がある。 In addition, since a right-hit state in which right-hitting is recommended occurs exceptionally in the specific game state C, the left-hit instruction display may always be displayed on the display device 41 regardless of the left-hit state or right-hit state indicated by the LED lamps D7 and D9. In this way, experienced players will hit right in response to the normal power release, making it easier for them to receive benefits from the center support, and the operation of the gaming machine 10 may improve as players try to increase their skill.

また、特定遊技状態Cにおいて、左打ち状態が通常であるため、遊技者が不快にならないように、表示装置41において左打ち指示表示は表示されなくてもよいし、或いは、特定遊技状態Cに遷移した際の所定期間にのみ、表示装置41において左打ち指示表示は表示されてもよい。 In addition, since the left-hit state is normal in the specific game state C, the left-hit instruction display may not be displayed on the display device 41 so as not to cause discomfort to the player, or the left-hit instruction display may be displayed on the display device 41 only for a specified period when transitioning to the specific game state C.

さらに、a時短である特定遊技状態Aとb時短である特定遊技状態Bにおいて、LEDランプD7、D9は点灯して右打ち状態であることを示すとともに、LEDランプD17は点灯して変動時間短縮機能作動の状態であることを示す。 Furthermore, in specific game state A, which is time-saving a, and specific game state B, which is time-saving b, LED lamps D7 and D9 light up to indicate that the right-hand hit state is in effect, and LED lamp D17 lights up to indicate that the variable time-saving function is in operation.

大当り状態中と小当り遊技状態中は、LEDランプD7、D9は点灯して右打ち状態であることを示し、LEDランプD17は消灯して変動時間短縮機能未作動の状態(即ち非時短状態)であることを示す。なお、例外的に、特定遊技状態において、特図1変動表示ゲームの小当り結果によるV入賞のない短時間の小当り遊技状態中(図98の小当り開放中)に、変動時間短縮機能をオフとせず(時短なしフラグをセーブせず)作動したままとするため、LEDランプD7、D9は点灯して右打ち状態であることを示し、LEDランプD17は点灯して変動時間短縮機能作動の状態(即ち時短状態)であることを示す。また、特図2変動表示ゲームの小当り結果による長時間の小当り遊技状態中(図98の小当り開放中)にV入賞が確実に発生して大当りとなるため、変動時間短縮機能をオフして(時短なしフラグをセーブして)非作動にし、LEDランプD17は消灯して変動時間短縮機能未作動の状態(即ち非時短状態)であることを示す。 During the big win state and the small win game state, the LED lamps D7 and D9 are lit to indicate that the state is a right-handed hit state, and the LED lamp D17 is turned off to indicate that the variable time shortening function is not in operation (i.e., the time shortening state). However, as an exception, in a specific game state, during a short-time small win game state where there is no V winning due to the small win result of the special chart 1 variable display game (during the small win opening in Figure 98), the variable time shortening function is not turned off (the no time shortening flag is not saved) and remains in operation, so the LED lamps D7 and D9 are lit to indicate that the state is a right-handed hit state, and the LED lamp D17 is lit to indicate that the variable time shortening function is in operation (i.e., the time shortening state). In addition, since a V win will definitely occur during a long period of small win play due to the small win result of the special chart 2 variable display game (during the small win opening in Figure 98), resulting in a big win, the variable time shortening function is turned off (the no time shortening flag is saved) and deactivated, and the LED lamp D17 is turned off to indicate that the variable time shortening function is not activated (i.e., the non-time shortening state).

〔普図変動表示ゲームと普電動作の特徴等〕
図86と図87は、第3実施形態において、普図変動表示ゲームと普電動作の特徴等ついて示す図である。
[Characteristics of the map change display game and the normal power operation]
Figures 86 and 87 are figures showing the features of the normal map change display game and normal power operation in the third embodiment.

図86のように、普図変動表示ゲームの当り図柄(当り停止図柄、普図当り図柄)は3種類である。本実施形態では、普電サポートの有無によらず、普図当り確率は常に一定値250/251であり、低確率(普図低確率)と高確率(普図高確率)の間で変化するようには制御されない。なお、通常遊技状態や中サポの特定遊技状態Cで250/251よりも低い低確率としてもよい。 As shown in FIG. 86, there are three types of winning symbols (winning stop symbols, winning symbols for normal symbols) in the normal symbol variable display game. In this embodiment, regardless of the presence or absence of normal power support, the normal symbol winning probability is always a constant value of 250/251, and is not controlled to change between low probability (low probability for normal symbols) and high probability (high probability for normal symbols). Note that the probability may be lower than 250/251 in the normal game state or in a specific game state C with medium support.

普図変動表示ゲームの始動記憶数(普図保留数)は4である。普電の最大カウント数(カウント数上限値)は5である。普図停止時間(普図表示時間)は、遊技状態に関係なく600msecである。 The starting memory number (number of reserved regular figures) for the regular figure change display game is 4. The maximum count number for regular power (upper count number limit) is 5. Regular figure stop time (regular figure display time) is 600 msec regardless of the game status.

普図変動表示ゲームの変動時間である普図変動時間は、普電サポート(電サポ)が無い通常遊技状態と移行状態で5000msecであり、c時短の特定遊技状態Cで4900msecであり、a時短の特定遊技状態Aとb時短の特定遊技状態Bで200msecである。普図変動時間は、電サポ無し(通常遊技状態、移行状態)>中サポ(特定遊技状態C)>高サポ(特定遊技状態A、B)の順に短くなる。このように、通常遊技状態と移行状態での普電サポート無しの状態(低サポ)に比較して、中サポの特定遊技状態Cにおいて、普電の入賞容易状態(開状態)に若干なり易く、高サポの特定遊技状態A、Bにおいて、普電の入賞容易状態に極めてなり易い。なお、普図変動時間は、普図普段処理において、各遊技状態に対応するサポ状態(即ち、電サポ無し、中サポ、高サポ)に基づいて設定される(図46のA7920)。 The normal map fluctuation time, which is the fluctuation time of the normal map fluctuation display game, is 5000 msec in the normal game state and transition state without normal power support (electric support), 4900 msec in specific game state C with c time reduction, and 200 msec in specific game state A with a time reduction and specific game state B with b time reduction. The normal map fluctuation time becomes shorter in the order of no electric support (normal game state, transition state) > medium support (specific game state C) > high support (specific game states A, B). Thus, compared to the state without normal power support (low support) in the normal game state and transition state, in the specific game state C with medium support, it is slightly more likely to be in a state where it is easy for normal power to win (open state), and in the specific game states A and B with high support, it is extremely likely to be in a state where it is easy for normal power to win. In addition, the normal map fluctuation time is set during normal map normal processing based on the support state corresponding to each game state (i.e., no electric support, medium support, high support) (A7920 in Figure 46).

図87(A)のように、65521通りある普図の当り図柄乱数(A7710)の振り分けによる抽選によって、65321/65521の確率で当り1の図柄に対応する当り停止図柄番号1が設定され、100/65521の確率で当り2の図柄に対応する当り停止図柄番号2が設定され、100/65521の確率で当り3の図柄に対応する当り停止図柄番号3が設定される(A7912)。 As shown in Figure 87 (A), by allocating 65,521 possible random numbers for normal winning symbols (A7710), a winning stop symbol number 1 corresponding to winning symbol 1 is set with a probability of 65,321/65,521, winning stop symbol number 2 corresponding to winning symbol 2 is set with a probability of 100/65,521, and winning stop symbol number 3 corresponding to winning symbol 3 is set with a probability of 100/65,521 (A7912).

普図変動表示ゲーム用の変動表示部53のLEDランプD8、D10、D18の点灯/消灯の組合せによって、当り1の図柄は(消灯,点灯,消灯)、当り2の図柄は(消灯,消灯,点灯)、当り3の図柄は(消灯,点灯,点灯)のように表示される。なお、停止図柄番号0であるはずれ停止図柄番号(A7909)のはずれ図柄は(消灯,消灯,消灯)のように表示される。 Depending on the on/off combination of the LED lamps D8, D10, and D18 of the variable display unit 53 for the normal game, the winning symbol 1 is displayed as (off, on, off), the winning symbol 2 is displayed as (off, off, on), and the winning symbol 3 is displayed as (off, on, on). Note that the losing symbol for the losing symbol number (A7909), which is the stopping symbol number 0, is displayed as (off, off, off).

普電開放パターンは、1度の普図当りでの普通変動入賞装置37(普電)の開放態様である。通常時、即ち、通常遊技状態と移行状態において、普電開放パターンは、当り1~3の全図柄に対して短時間の普電1回開放のパターンH1となり、100%の確率でパターンH1が選択されるため普電サポートは無い(電サポ無し)。また、特定遊技状態A(a時短)と特定遊技状態B(b時短)において、普電開放パターンは、当り1~3の全図柄に対して長時間の普電1回開放のパターンH3となり、100%の確率でパターンH3が選択されるため高サポになる。 The normal power opening pattern is the opening mode of the normal variable winning device 37 (normal power) when a normal symbol hits once. During normal times, that is, in normal gameplay and transition states, the normal power opening pattern is pattern H1, which opens normal power once for a short period of time for all symbols 1 to 3 that hit, and pattern H1 is selected with a 100% probability, so there is no normal power support (no power support). Also, in specific gameplay state A (time-saving a) and specific gameplay state B (time-saving b), the normal power opening pattern is pattern H3, which opens normal power once for a long period of time for all symbols 1 to 3 that hit, and pattern H3 is selected with a 100% probability, so there is high support.

一方、特定遊技状態C(c時短)において、普電開放パターンは、当り1の図柄に対してパターンH1であり、当り2、3の図柄に対して普電2回開放のパターンH2となり、パターンH1とパターンH2が混在する。短時間の普電1回開放のパターンH1が65321/65521×100%の確率で選択されて、普電2回開放のパターンH2が200/65521×100%の確率で選択される。このように、特定遊技状態Cでは、パターンH2よりも普電開放が短時間になるパターンH1の選択確率が、パターンH2の選択確率よりも極めて大きいため、中サポになる。中サポ(特定遊技状態C)において、電サポ無し(通常遊技状態)よりも少しだけ有利にすることによって、遊技者側の利益が大きくなり過ぎないように遊技者側の利益と遊技場側の利益を調整している。 On the other hand, in the specific game state C (c time reduction), the normal power release pattern is pattern H1 for the winning symbol 1, and pattern H2 for the winning symbols 2 and 3, with patterns H1 and H2 being mixed. Pattern H1, which releases normal power once for a short period of time, is selected with a probability of 65321/65521 x 100%, and pattern H2, which releases normal power twice, is selected with a probability of 200/65521 x 100%. In this way, in the specific game state C, the selection probability of pattern H1, which releases normal power for a shorter period of time than pattern H2, is much higher than the selection probability of pattern H2, resulting in medium support. By making the medium support (specific game state C) slightly more advantageous than no electric support (normal game state), the profits of the player and the game center are adjusted so that the profits of the player do not become too large.

なお、上述のように、当り2、3に対応するパターンは各遊技状態で同じであるため、当り2、3を一つの当りとしてまとめてもよい。 As mentioned above, the patterns corresponding to hits 2 and 3 are the same for each game state, so hits 2 and 3 may be combined into one hit.

図87(B)のように、短時間開放のパターンH1では、普通変動入賞装置37は1回だけ短時間開放される。パターンH1の普電開放時間(A8407)は36msec、普電残存球処理時間(A8708)は600msec、普図エンディング時間(A8903)は100msec、普図エンディング後に次の普図変動表示ゲームが可能になるまでの復帰時間は4msec(タイマ割込み処理の割込み周期)となる。 As shown in FIG. 87(B), in the short-time opening pattern H1, the normal variable winning device 37 is opened for a short time only once. The normal power opening time (A8407) in pattern H1 is 36 msec, the normal power remaining ball processing time (A8708) is 600 msec, the normal map ending time (A8903) is 100 msec, and the recovery time until the next normal map variable display game becomes possible after the normal map ending is 4 msec (the interrupt period of the timer interrupt processing).

普電2回開放のパターンH2では、普通変動入賞装置37は2回開放され、普電開放時間が1回目の開放で36msec、2回目の開放で1624msecとなる。1回目の開放の普電開放時間(A8407)は、パターンH1の普電開放時間36msecと同じになる。1回目の開放ではパターンH2はパターンH1と見分けがつかないところ、2回目の開放で遊技者を驚かせて遊技の興趣が向上する。2回目の開放の普電開放時間(A8704)は、1回目の開放の普電開放時間よりもかなり長い。また、パターンH2の2回目の開放の普電開放時間(1624msec)或いは1回目と2回目の合計開放時間(36msec+1624msec)は、パターンH1の普電開放時間36msecよりも長い。なお、パターンH2の普電残存球処理時間、普図エンディング時間、復帰時間は、パターンH1と同じであり、普電の制御が簡単になる。 In pattern H2, which opens normal power twice, the normal variable winning device 37 is opened twice, and the normal power opening time is 36 msec for the first opening and 1624 msec for the second opening. The normal power opening time for the first opening (A8407) is the same as the normal power opening time of 36 msec for pattern H1. While pattern H2 is indistinguishable from pattern H1 for the first opening, the second opening surprises the player and increases the interest of the game. The normal power opening time for the second opening (A8704) is considerably longer than the normal power opening time for the first opening. In addition, the normal power opening time for the second opening of pattern H2 (1624 msec) or the total opening time of the first and second openings (36 msec + 1624 msec) is longer than the normal power opening time of 36 msec for pattern H1. In addition, the normal power remaining ball processing time, normal power ending time, and recovery time for pattern H2 are the same as those for pattern H1, making normal power control simpler.

さらに、パターンH2において、1回目の開放と2回目の開放の間のウェイト時間(A8702)は、1回目と2回目の普電開放時間よりも長く、例えば3000msecである。左下方の普図始動ゲート34への遊技球の通過、及び、1回目の普電開放を確認した遊技者は、この長いウェイト時間によって、左打ちから右打ちへ切り替える余裕が生じて、2回目の放電開放に間に合わせて右打ちをすることができる。パターンH2の普電開放開始から復帰時間完了までの全時間(36msec+3000msec+1624msec+704msec)は、パターンH1の全時間(36msec+704msec)やパターンH3の全時間(2800msec+704msec)よりも長くなる。 Furthermore, in pattern H2, the wait time (A8702) between the first and second openings is longer than the time between the first and second normal power releases, for example 3000 msec. When a player confirms that the game ball has passed through the normal power start gate 34 at the lower left and that the first normal power release has occurred, this long wait time gives the player time to switch from hitting left to hitting right, allowing them to hit right in time for the second discharge release. The total time from the start of the normal power release to the end of the recovery time in pattern H2 (36 msec + 3000 msec + 1624 msec + 704 msec) is longer than the total time in pattern H1 (36 msec + 704 msec) and the total time in pattern H3 (2800 msec + 704 msec).

長時間開放のパターンH3では、普通変動入賞装置37は1回だけ長時間開放される。パターンH3の普電開放時間(A8407)は2800msecであり、パターンH1の普電開放時間36msecよりも長く、さらに、パターンH2の2回目の開放の普電開放時間(1624msec)或いは合計開放時間(36msec+1624msec)よりも長い。従って、パターンH3は、パターンH1、H2よりも、普通変動入賞装置37への入賞が容易になる。パターンH3の普電残存球処理時間、普図エンディング時間、復帰時間は、パターンH1、H2と同じであり、普電の制御が簡単になる。 In the long-time opening pattern H3, the normal variable winning device 37 is opened for a long time only once. The normal power opening time of pattern H3 (A8407) is 2800 msec, which is longer than the normal power opening time of 36 msec of pattern H1, and is longer than the normal power opening time of the second opening of pattern H2 (1624 msec) or the total opening time (36 msec + 1624 msec). Therefore, pattern H3 makes it easier to win the normal variable winning device 37 than patterns H1 and H2. The normal power remaining ball processing time, normal game ending time, and return time of pattern H3 are the same as patterns H1 and H2, making it easier to control the normal power.

以上のように、普電の合計開放時間は、パターンH1<パターンH2<パターンH3の順に大きくなるとともに、最短の合計開放時間を有するパターンH1の選択確率は、電サポ無し(通常遊技状態、移行状態)>中サポ(特定遊技状態C)>高サポ(特定遊技状態A、B)の順に小さくなる。そして、電サポ無しでは、パターンH1の選択確率は100%であり、高サポでは、パターンH3の選択確率は100%である。また、前述のように、普図変動時間は、電サポ無し>中サポ>高サポの順に小さくなる。従って、電サポ無し<中サポ<高サポの順に、遊技者の得る利益は大きくなる。 As described above, the total open time of normal electricity increases in the order of pattern H1 < pattern H2 < pattern H3, and the selection probability of pattern H1, which has the shortest total open time, decreases in the order of no electric support (normal game state, transition state) > medium support (specific game state C) > high support (specific game states A, B). And, without electric support, the selection probability of pattern H1 is 100%, and with high support, the selection probability of pattern H3 is 100%. Also, as mentioned above, the normal chart fluctuation time decreases in the order of no electric support > medium support > high support. Therefore, the profit obtained by the player increases in the order of no electric support < medium support < high support.

なお、本実施形態において、普電開放時間、当り開始ポインタ値、及び、当り終了ポインタ値は、普図停止図柄情報(当り1-3の図柄)、及び、各遊技状態に応じたサポ状態(電サポ無し、中サポ、高サポ)に対応して設定される(図49のA8405-A8407、図51のA8704)。従って、パターンH1の普電開放、パターンH2の1回目と2回目の普電開放、パターンH3の普電開放に関して、普電開放時間がパターンH1-H3ごとに設定されることになる。そして、パターンH1とパターンH3に関して、当り開始ポインタ値と当り終了ポインタ値は同じ値(ここでは0)に設定され、普電は1回のみ開放される。さらに、パターンH3に関して、当り開始ポインタ値と当り終了ポインタ値は異なる値(ここでは0と2)に設定され、普電は2回開放される。 In this embodiment, the normal power release time, the winning start pointer value, and the winning end pointer value are set in accordance with the normal power stop pattern information (winning patterns 1-3) and the support state (no electric support, medium support, high support) according to each game state (A8405-A8407 in FIG. 49, A8704 in FIG. 51). Therefore, the normal power release time is set for each of patterns H1-H3 for the normal power release of pattern H1, the first and second normal power releases of pattern H2, and the normal power release of pattern H3. For patterns H1 and H3, the winning start pointer value and the winning end pointer value are set to the same value (0 in this case), and the normal power is released only once. Furthermore, for pattern H3, the winning start pointer value and the winning end pointer value are set to different values (0 and 2 in this case), and the normal power is released twice.

なお、本実施形態において、2回目の普電開放があるのはパターンH2だけであるため、ウェイト時間と2回目の普電開放の普電開放時間は、当り2、3の普図停止図柄情報、及び、特定遊技状態Cに応じたサポ状態(中サポ)に対してのみ、即ちパターンH2に対してのみ、普電作動移行設定処理で設定される(図51のA8702とA8704)。 In this embodiment, since the second normal power release occurs only in pattern H2, the wait time and the normal power release time for the second normal power release are set in the normal power operation transition setting process only for the normal stop pattern information of hits 2 and 3 and the support state (medium support) corresponding to specific game state C, i.e., only for pattern H2 (A8702 and A8704 in FIG. 51).

普電残存球処理時間、普図エンディング時間は、普図停止図柄情報(当り1-3の図柄)、及び、各遊技状態に応じたサポ状態(電サポ無し、中サポ、高サポ)に関係なく、即ち、パターンH1-H3のいずれであるかに関係なく、同じ値が設定される(図51のA8708、図52のA8903)。しかし、これらを普図停止図柄情報とサポ状態に対応して設定してもよい。 The normal electric remaining ball processing time and normal game ending time are set to the same value regardless of the normal game stopping pattern information (winning patterns 1-3) and the support state corresponding to each game state (no electric support, medium support, high support), i.e., regardless of which of patterns H1-H3 it is (A8708 in FIG. 51, A8903 in FIG. 52). However, these may also be set according to the normal game stopping pattern information and the support state.

〔特図情報設定処理〕
図88は、第3実施形態に係る特図情報設定処理の手順を示すフローチャートである。特図情報設定処理は、特図1変動開始処理と特図2変動開始処理において実行される(A3404、A3504)。なお、図88の処理では、第1実施形態の図28と異なり、簡単のため前半変動と後半変動の区別はなくしたが、区別してもよい。
[Special drawing information setting process]
Figure 88 is a flowchart showing the procedure of the special chart information setting process according to the third embodiment. The special chart information setting process is executed in the special chart 1 variation start process and the special chart 2 variation start process (A3404, A3504). In the process of Figure 88, unlike Figure 28 of the first embodiment, the distinction between the first half variation and the second half variation is eliminated for simplicity, but may be distinguished.

遊技制御装置100は、まず、変動グループ選択ポインタテーブルを設定して(A14201)、この変動グループ選択ポインタテーブルを用いて、演出モード情報に対応する変動グループ選択ポインタを取得する(A14202)。図82のとおり、通常モード、残保留消化モード、時短モード#1-#4等の演出モードは、それぞれ、各遊技状態(通常遊技状態、移行状態、特定遊技状態A-C)に対応する。従って、ステップA14202の処理によって、後述のように各遊技状態に応じて変動パターンテーブルが設定されることになる。 The game control device 100 first sets a variable group selection pointer table (A14201), and then uses this variable group selection pointer table to obtain a variable group selection pointer corresponding to the presentation mode information (A14202). As shown in FIG. 82, presentation modes such as normal mode, remaining reserved consumption mode, and time-saving modes #1-#4 each correspond to a respective game state (normal game state, transition state, specific game state A-C). Therefore, by the processing of step A14202, a variable pattern table is set according to each game state, as described below.

続いて、遊技制御装置100は、変動グループ選択オフセットテーブルを設定して(A14203)、この変動グループ選択オフセットテーブルを用いて、変動図柄判別フラグと停止図柄パターンに対応するオフセットデータを取得する(A14204)。 Next, the game control device 100 sets a variable group selection offset table (A14203), and uses this variable group selection offset table to obtain offset data corresponding to the variable pattern discrimination flag and the stopping pattern pattern (A14204).

変動図柄判別フラグは、開始する変動の図柄(特図1又は特図2)を示し、開始する特図変動表示ゲームが特図1変動表示ゲームであるか特図2変動表示ゲームであるかを判別する。従って、ステップA14204の処理によって、後述のように特図1変動表示ゲームと特図2変動表示ゲームとで変動パターンテーブルを異ならせることができる。また、停止図柄パターンは、特図変動表示ゲームの結果(大当り、小当り、サポ当り、はずれ)に対応する。従って、ステップA14204の処理によって、特図変動表示ゲームの結果に対応して変動パターンテーブルを異ならせることができる。 The variable symbol discrimination flag indicates the symbol (special symbol 1 or special symbol 2) of the variable to be started, and discriminates whether the special symbol variable display game to be started is the special symbol 1 variable display game or the special symbol 2 variable display game. Therefore, by processing step A14204, it is possible to make the variable pattern table different between the special symbol 1 variable display game and the special symbol 2 variable display game, as described below. In addition, the stopping symbol pattern corresponds to the result of the special symbol variable display game (big hit, small hit, support hit, miss). Therefore, by processing step A14204, it is possible to make the variable pattern table different depending on the result of the special symbol variable display game.

次に、遊技制御装置100は、変動グループ選択ポインタとオフセットデータを加算して(A14205)、加算して得た値を変動振分情報として変動振分情報領域にセーブする(A14206)。 Next, the game control device 100 adds the variable group selection pointer and the offset data (A14205), and saves the value obtained by the addition in the variable allocation information area as variable allocation information (A14206).

〔変動パターン設定処理〕
図89は、第3実施形態に係る変動パターン設定処理の手順を示すフローチャートである。変動パターン設定処理は、特図1変動開始処理と特図2変動開始処理において実行される(A3406、A3506)。なお、図89の処理では、第1実施形態の図29と異なり、簡単のため前半変動と後半変動の区別はなくしたが、区別してもよい。また、簡単のため、変動パターン乱数1~3のうち一つの変動パターン乱数(例えば変動パターン乱数2)しか使用しない。
[Variation pattern setting process]
Figure 89 is a flowchart showing the procedure of the variation pattern setting process according to the third embodiment. The variation pattern setting process is executed in the special chart 1 variation start process and the special chart 2 variation start process (A3406, A3506). Note that in the process of Figure 89, unlike Figure 29 of the first embodiment, for simplicity, the distinction between the first half variation and the second half variation is eliminated, but they may be distinguished. Also, for simplicity, only one variation pattern random number (for example, variation pattern random number 2) is used among the variation pattern random numbers 1 to 3.

遊技制御装置100は、まず、変動選択アドレステーブル(変動グループテーブル)を設定する(A14301)。そして、変動振分情報(A14206)に対応する変動パターンテーブル(変動パターン選択テーブル、変動選択テーブル)のアドレスを取得し、準備する(A14302)。ここで、変動パターンテーブルは、一又は複数の変動パターン(変動番号)の集まりからなる変動パターン群であり、そのアドレス(例えば先頭アドレス)を取得することによって設定される。前述のように、特図情報設定処理(図88)において、変動振分情報は、遊技状態に対応する演出モード、変動図柄判別フラグ、停止図柄パターンに基づいて設定される。このため、各遊技状態(通常遊技状態、移行状態、特定遊技状態A-C)、特図種別(特別図柄の種類:特図1又は特図2)、特図変動表示ゲームの結果(大当り、小当り、サポ当り、はずれ)に対応して、変動パターンテーブル(変動パターン群)を設定することができる。 The game control device 100 first sets a variable selection address table (variation group table) (A14301). Then, the address of the variable pattern table (variation pattern selection table, variable selection table) corresponding to the variable distribution information (A14206) is obtained and prepared (A14302). Here, the variable pattern table is a variable pattern group consisting of a collection of one or more variable patterns (variation numbers), and is set by obtaining its address (for example, the top address). As described above, in the special chart information setting process (Fig. 88), the variable distribution information is set based on the presentation mode, variable pattern discrimination flag, and stop pattern pattern corresponding to the game state. For this reason, the variable pattern table (variation pattern group) can be set in accordance with each game state (normal game state, transition state, specific game state A-C), special chart type (type of special chart: special chart 1 or special chart 2), and the result of the special chart variable display game (big hit, small hit, support hit, miss).

その後、対象(特図1又は特図2)の変動パターン乱数2格納領域(保留数1用)から変動パターン乱数2をロードし、準備する(A14303)。そして、振り分け処理(A14304)を行い、振り分けられた結果得られた変動番号を取得し、変動番号領域にセーブする(A14305)。変動番号は、所定の変動パターンに対応付けられており、所定の変動パターン(例えばノーマルリーチはずれA、SP3リーチ大当りBなど)を示す。このように、変動パターン設定処理において、変動パターンテーブルに基づいて、抽選としての振り分け処理によって、変動パターンとしての変動番号が設定されることになる。 Then, the fluctuation pattern random number 2 is loaded from the fluctuation pattern random number 2 storage area (for reserved number 1) of the target (special chart 1 or special chart 2) and prepared (A14303). Then, an allocation process (A14304) is performed, and the fluctuation number obtained as a result of the allocation is obtained and saved in the fluctuation number area (A14305). The fluctuation number is associated with a predetermined fluctuation pattern and indicates the predetermined fluctuation pattern (for example, normal reach miss A, SP3 reach jackpot B, etc.). In this way, in the fluctuation pattern setting process, the fluctuation number is set as a fluctuation pattern by the allocation process as a lottery based on the fluctuation pattern table.

〔変動開始情報設定処理〕
図90は、第3実施形態に係る変動開始情報設定処理の手順を示すフローチャートである。変動開始情報設定処理は、特図1変動開始処理と特図2変動開始処理において実行される(A3407、A3507)。なお、図90において、第1実施形態の図32と同様の処理には同じステップ番号を付して説明を省略する。図90の処理では、第1実施形態の図32と異なり、簡単のため前半変動と後半変動の区別はなくしたが、区別してもよい。
[Variable start information setting process]
Figure 90 is a flowchart showing the procedure of the variable start information setting process according to the third embodiment. The variable start information setting process is executed in the special chart 1 variable start process and the special chart 2 variable start process (A3407, A3507). In addition, in Figure 90, the same step numbers are given to the processes similar to those in Figure 32 of the first embodiment, and the explanation is omitted. In the process of Figure 90, unlike Figure 32 of the first embodiment, the distinction between the first half fluctuation and the second half fluctuation is eliminated for simplicity, but it may be distinguished.

遊技制御装置100は、特図2変動表示ゲームの結果が小当りでもなく大当りでもない場合(A4600bの結果が「N」)、時短モード#1又は残保留消化モードであるか否かを判定する(A4600c)。時短モード#1又は残保留消化モードである場合に(A4600cの結果が「Y」)、大当り終了後の特図2変動回数(特図2変動表示ゲームの実行回数)に対応する変動時間値を特図ゲーム処理タイマ領域にセーブする(A4615)。これにより、時短モード#1又は残保留消化モードにおいて、はずれの場合には(サポ当りはなし)、特図2変動表示ゲームの変動時間値は、大当り終了後の特図2変動回数ごとに設定され回転数制御がなされる。時短モード#1又は残保留消化モードでの回転数制御によって、遊技の興趣が向上する可能性がある。 If the result of the special chart 2 variation display game is neither a small win nor a big win (the result of A4600b is "N"), the game control device 100 judges whether or not it is in the time-saving mode #1 or the remaining reserved consumption mode (A4600c). If it is in the time-saving mode #1 or the remaining reserved consumption mode (the result of A4600c is "Y"), the variation time value corresponding to the number of times the special chart 2 variation display game is executed after the big win is completed is saved in the special chart game processing timer area (A4615). As a result, in the time-saving mode #1 or the remaining reserved consumption mode, in the case of a miss (no support hit), the variation time value of the special chart 2 variation display game is set for each number of times the special chart 2 variation is completed after the big win is completed, and the number of rotations is controlled. The interest in the game may be increased by controlling the number of rotations in the time-saving mode #1 or the remaining reserved consumption mode.

なお、ステップA4600cにおいて、代わりに、特定遊技状態A(時短モード#1、#2)又は残保留消化モードであるか否かを判定して、特定遊技状態A又は残保留消化モードにおいて、はずれの場合には、特図2変動表示ゲームの変動時間値の回転数制御がなされてもよい。或いは、ステップA4600cにおいて、残保留消化モードであるか否かのみ判定して、残保留消化モードにおいてのみ、はずれの場合には、特図2変動表示ゲームの変動時間値の回転数制御がなされてもよい。ステップA4600cにおいて、時短モード#1であるか否かのみ判定して、時短モード#1においてのみ、はずれの場合には、特図2変動表示ゲームの変動時間値の回転数制御がなされてもよい。 In addition, in step A4600c, instead, it may be determined whether or not it is a specific game state A (time-saving mode #1, #2) or a remaining reservation consumption mode, and in the specific game state A or remaining reservation consumption mode, if there is a miss, the number of rotations of the variable time value of the special chart 2 variable display game may be controlled. Alternatively, in step A4600c, it may be determined only whether or not it is a remaining reservation consumption mode, and in the case of a miss, only in the remaining reservation consumption mode, the number of rotations of the variable time value of the special chart 2 variable display game may be controlled. In step A4600c, it may be determined only whether or not it is a time-saving mode #1, and in the case of a miss, only in the time-saving mode #1, the number of rotations of the variable time value of the special chart 2 variable display game may be controlled.

遊技制御装置100は、開始する変動表示ゲームが特図2変動表示ゲームでなく特図1変動表示ゲームである場合に(A4600aの結果が「N」)、特図2変動表示ゲームの結果が小当り又は大当りである場合に(A4600bの結果が「Y」)、又は、時短モード#1でも残保留消化モードでもない場合に(A4600cの結果が「N」)、ステップA14601-A14605の処理を実行する。 The game control device 100 executes the processing of steps A14601-A14605 when the variable display game to be started is not the special chart 2 variable display game but the special chart 1 variable display game (the result of A4600a is "N"), when the result of the special chart 2 variable display game is a small win or a big win (the result of A4600b is "Y"), or when the mode is neither the time-saving mode #1 nor the remaining reserve consumption mode (the result of A4600c is "N").

遊技制御装置100は、対象の変動パターン乱数2の乱数格納領域をクリアする(A14601)。そして、変動時間値テーブルを設定し(A14602)、変動時間値テーブルを用いて、変動パターンを示す変動番号に対応する変動時間値を取得する(A14603)。これにより、変動パターンに対応する変動時間値が得られる。続いて、変動時間値を特図ゲーム処理タイマ領域にセーブする(A14604)。その後、変動番号(つまり変動パターン)に対応する変動コマンド(MODE,ACTION)を演出コマンドとして準備する(A14605)。これにより、次の演出コマンド設定処理(A4610)によって、変動コマンド(MODE,ACTION)が演出制御装置300に送信される。 The game control device 100 clears the random number storage area for the target fluctuation pattern random number 2 (A14601). Then, it sets a fluctuation time value table (A14602) and uses the fluctuation time value table to obtain a fluctuation time value corresponding to the fluctuation number indicating the fluctuation pattern (A14603). This results in a fluctuation time value corresponding to the fluctuation pattern. Next, it saves the fluctuation time value in the special chart game processing timer area (A14604). After that, it prepares a fluctuation command (MODE, ACTION) corresponding to the fluctuation number (i.e., the fluctuation pattern) as a presentation command (A14605). This causes the next presentation command setting process (A4610) to send the fluctuation command (MODE, ACTION) to the presentation control device 300.

なお、図90において、ステップA4600a、A4600b、A4600c、A4615、A4616の処理をなくして、全ての場合に、変動番号(変動パターン)に対応する変動時間値を取得してもよい(A14603)。 In addition, in FIG. 90, the processing of steps A4600a, A4600b, A4600c, A4615, and A4616 may be eliminated, and the fluctuation time value corresponding to the fluctuation number (fluctuation pattern) may be obtained in all cases (A14603).

〔変動パターンテーブルの設定状況〕
図91は、図88と図89等の処理に基づいて設定される変動パターンテーブル(変動パターン選択テーブル、変動選択テーブル、変動パターン群)(A14302)の設定状況を、各遊技状態と特図種別(特図1又は特図2)に対して示す表である。前述のとおり、特図1変動表示ゲーム(第1変動表示ゲーム)の変動パターンを抽選によって選択するために、特図1変動パターンテーブルが設定され、特図2変動表示ゲーム(第2変動表示ゲーム)の変動パターンを抽選によって選択するために、特図2変動パターンテーブルが設定されている。
[Settings of the fluctuation pattern table]
Figure 91 is a table showing the setting status of the fluctuation pattern table (fluctuation pattern selection table, fluctuation selection table, fluctuation pattern group) (A14302) set based on the processing of Figures 88 and 89, etc., for each game state and special chart type (special chart 1 or special chart 2). As described above, the special chart 1 fluctuation pattern table is set to select the fluctuation pattern of the special chart 1 fluctuation display game (first fluctuation display game) by lottery, and the special chart 2 fluctuation pattern table is set to select the fluctuation pattern of the special chart 2 fluctuation display game (second fluctuation display game) by lottery.

特図1変動表示ゲームに係る特図1変動パターンテーブルは、電サポ無しである通常遊技状態(通常モード)、中サポである特定遊技状態C(時短モード#4)、高サポである特定遊技状態B(時短モード#3)において、共通の同じ変動パターンテーブルAが設定される(A14302)。そして、この変動パターンテーブルAを参照して、特図1変動表示ゲームの変動パターン(変動番号)が振り分け処理(A14304)による抽選によって選択される。 The special chart 1 variation pattern table for the special chart 1 variation display game is set to the same common variation pattern table A (A14302) in the normal game state (normal mode) with no electric support, the specific game state C (time-saving mode #4) with medium support, and the specific game state B (time-saving mode #3) with high support. Then, with reference to this variation pattern table A, the variation pattern (variation number) of the special chart 1 variation display game is selected by lottery in the allocation process (A14304).

特図2変動表示ゲームに係る特図2変動パターンテーブルは、通常遊技状態において、特図1変動パターンテーブルと同じく、変動パターンテーブルAが設定される。一方、通常遊技状態と異なって、特定遊技状態Cと特定遊技状態Bにおいて、特図2変動パターンテーブルは、共通の同じ変動パターンテーブルCが設定される。 In the normal game state, the special chart 2 variation pattern table for the special chart 2 variation display game is set to the variation pattern table A, which is the same as the special chart 1 variation pattern table. On the other hand, unlike the normal game state, in the specific game state C and the specific game state B, the special chart 2 variation pattern table is set to the same common variation pattern table C.

図82のように、天井回数到達によって特定遊技状態Cから特定遊技状態Bに遷移する場合に、時短状態(時短モード)であることに変化はないため、同一の特図種別の変動表示ゲーム(特図1変動表示ゲーム又は特図2変動表示ゲーム)に関して、変動パターンテーブルを変えずに同じにしておくと違和感が少なく、また、遊技規則等にも違反しない。なお、変動パターンテーブルを同じにすると、変動パターン或いは変動表示ゲームの変動時間値が共通化され、違和感が少なくなる。 As shown in FIG. 82, when transitioning from specific game state C to specific game state B due to reaching the ceiling number of times, the time-saving state (time-saving mode) remains the same, so for variable display games of the same special chart type (special chart 1 variable display game or special chart 2 variable display game), keeping the variable pattern table the same will create less discomfort and will not violate game rules, etc. In addition, if the variable pattern table is the same, the variable pattern or variable time value of the variable display game will be standardized, creating less discomfort.

このため、特定遊技状態Cと特定遊技状態Bにおいて、特図1変動パターンテーブル(第1変動パターン群)として共通の同じ変動パターンテーブルAが設定され、特図2変動パターンテーブル(第2変動パターン群)として共通の同じ変動パターンテーブルCが設定されることになる。また、通常遊技状態から特定遊技状態Cに遷移する場合に、左打ち状態で主変動表示ゲームが特図1変動表示ゲームであることに変化はないため、違和感が少ないように、通常遊技状態と特定遊技状態Cとで、特図1変動パターンテーブルとして共通の同じ変動パターンテーブルAが設定されることになる。 For this reason, in the specific game state C and the specific game state B, the same common variation pattern table A is set as the special chart 1 variation pattern table (first variation pattern group), and the same common variation pattern table C is set as the special chart 2 variation pattern table (second variation pattern group). Also, when transitioning from the normal game state to the specific game state C, there is no change in the fact that the main variation display game is the special chart 1 variation display game in the left-hand hitting state, so that there is less sense of incongruity, the same common variation pattern table A is set as the special chart 1 variation pattern table in the normal game state and the specific game state C.

なお、特定遊技状態Cから特定遊技状態Bに遷移する場合に、普電サポートの種類(状態)は中サポから高サポに遷移して遊技の内容が大きく変化するため、主変動表示ゲーム(特定遊技状態Cで特図1変動表示ゲーム、特定遊技状態Bで特図2変動表示ゲーム)の変動パターンの種類を普電サポートの変化に合わせて明確に切り替えることが好適である。従って、特定遊技状態Cと特定遊技状態Bの両方において、特図1変動パターンテーブル(第1変動パターン群)と特図2変動パターンテーブル(第2変動パターン群)は、変動パターンテーブルAと変動パターンテーブルCのように、異なったものが設定されている。 When transitioning from specific game state C to specific game state B, the type (state) of normal power support transitions from medium support to high support, and the content of the game changes significantly, so it is preferable to clearly switch the type of fluctuation pattern of the main fluctuation display game (special chart 1 fluctuation display game in specific game state C, special chart 2 fluctuation display game in specific game state B) in accordance with the change in normal power support. Therefore, in both specific game state C and specific game state B, the special chart 1 fluctuation pattern table (first fluctuation pattern group) and the special chart 2 fluctuation pattern table (second fluctuation pattern group) are set differently, like fluctuation pattern table A and fluctuation pattern table C.

また、図91には示していないが、特定遊技状態A(a時短、時短モード#1、#2)において、特図1変動パターンテーブルは、共通の変動パターンによる演出の共通性確保と開発コスト削減のため、特定遊技状態B、Cと同じく変動パターンテーブルAでもよいし、演出バリエーションの増加のため変動パターンテーブルA以外でもよい。同様に、特定遊技状態Aにおいて、特図2変動パターンテーブルは、演出の共通性確保とコスト削減のため特定遊技状態B、Cと同じく変動パターンテーブルCでもよいし、演出バリエーションの増加のため変動パターンテーブルC以外でもよい。 Also, although not shown in FIG. 91, in specific game state A (a time reduction, time reduction modes #1, #2), the special chart 1 fluctuation pattern table may be fluctuation pattern table A, like specific game states B and C, in order to ensure commonality of presentation due to a common fluctuation pattern and to reduce development costs, or it may be a fluctuation pattern table other than A in order to increase presentation variation. Similarly, in specific game state A, the special chart 2 fluctuation pattern table may be fluctuation pattern table C, like specific game states B and C, in order to ensure commonality of presentation and to reduce costs, or it may be a fluctuation pattern table other than C in order to increase presentation variation.

或いは、特図1変動パターンテーブルは、特定遊技状態Aのうち時短モード#2において、共通の変動パターンによる演出の共通性確保と開発コスト削減のため、特定遊技状態B、Cと同じく変動パターンテーブルAでもよいし、時短モード#1において、時短モード#2や特定遊技状態B、Cに比較して時短回数が極めて少ないので、演出上の区別を付けるために変動パターンテーブルA以外でもよい。同様に、特図2変動パターンテーブルは、時短モード#2において、演出の共通性確保と開発コスト削減のために特定遊技状態B、Cと同じく変動パターンテーブルCでもよいし、時短モード#1において、演出上の区別を付けるために変動パターンテーブルC以外でもよい。 Alternatively, in time-saving mode #2 of specific game state A, the special chart 1 fluctuation pattern table may be fluctuation pattern table A, like specific game states B and C, in order to ensure commonality of presentation due to a common fluctuation pattern and to reduce development costs, or in time-saving mode #1, since the number of time-saving times is extremely small compared to time-saving mode #2 and specific game states B and C, a fluctuation pattern table other than A may be used to distinguish presentation. Similarly, in time-saving mode #2, the special chart 2 fluctuation pattern table may be fluctuation pattern table C, like specific game states B and C, in order to ensure commonality of presentation and to reduce development costs, or in time-saving mode #1, a fluctuation pattern table other than C may be used to distinguish presentation.

また、図91の変動パターンテーブルの設定は、変動表示ゲームの結果によらず同じでよい。或いは、図91の変動パターンテーブルの設定は、変動表示ゲームの結果(大当り、小当り、サポ当り、はずれ)に応じて変わることになってもよい。例えば、変動表示ゲームの結果がはずれの場合には図91に示す通りだが、小当り又は大当りの場合には、特図1と特図2や遊技状態に関係なく共通の変動パターンテーブルDを用いて、特図1と特図2や遊技状態によらず変動パターン或いは変動時間値を共通化してよい。 The settings of the fluctuation pattern table in FIG. 91 may be the same regardless of the result of the fluctuation display game. Alternatively, the settings of the fluctuation pattern table in FIG. 91 may change depending on the result of the fluctuation display game (jackpot, small win, support win, miss). For example, if the result of the fluctuation display game is a miss, it is as shown in FIG. 91, but if it is a small win or a big win, a common fluctuation pattern table D may be used regardless of special chart 1 and special chart 2 or the game state, and the fluctuation pattern or fluctuation time value may be made common regardless of special chart 1 and special chart 2 or the game state.

〔演出画面の一例〕
図92は、第3実施形態に係る表示装置41の表示画面として演出画面を示す図である。(A)は、普電サポートの無い通常遊技状態の演出モードである通常モードの演出画面を示し、(B)は、中サポの特定遊技状態Cの演出モードである時短モード#4の演出画面を示す。
[An example of a production screen]
92 is a diagram showing a presentation screen as a display screen of the display device 41 according to the third embodiment. (A) shows a presentation screen of a normal mode which is a presentation mode of a normal game state without normal power support, and (B) shows a presentation screen of a time-saving mode #4 which is a presentation mode of a specific game state C with medium support.

図92(A)では、通常モードに対応したモード表示679として「ハイスクールモード」や「ハイスクールステージ」などと表示され、学校を模した背景画像が表示される。ここでは、モード表示679と背景画像は静止画であるが、動画でもよい。変動回数表示677は「95G」であり、大当り終了後の特図変動表示ゲームの実行回数(確変状態での回数を除く)が95であることを示す。また、変動回数表示677は、天井回数までの残りのゲーム回数(天井回数-実行回数)を示してよい。表示画面の右上の特図1保留数表示部650と特図2保留数表示部660には、それぞれ、特図1保留数(特図1始動記憶数)を示す数字「4」と特図2保留数(特図2始動記憶数)を示す数字「0」が表示されている。 92(A), the mode display 679 corresponding to the normal mode is displayed as "high school mode" or "high school stage", and a background image imitating a school is displayed. Here, the mode display 679 and the background image are still images, but they may be videos. The number of times of change 677 is "95G", indicating that the number of times the special chart change display game has been executed (excluding the number of times in the special chart state) after the end of the jackpot is 95. The number of times of change 677 may also indicate the number of games remaining until the ceiling number (ceiling number of times - number of times executed). The number of reserved special charts 1 and 2 is displayed in the number of reserved special charts 2 at the top right of the display screen, respectively, as "4" indicating the number of reserved special charts 1 (number of special charts 1 start memories) and "0" indicating the number of reserved special charts 2 (number of special charts 2 start memories).

表示画面において、飾り特別図柄(大図柄)として、左図柄611a、右図柄611b、及び、中図柄611cを変動表示することができる。左図柄611a、右図柄611b、中図柄611cの変動表示は、各々、左の変動表示領域610A、右の変動表示領域610B、中央の変動表示領域610Cに表示される。さらに、飾り縮小図柄(小図柄)の変動表示が表示画面右側の変動表示領域615で実行される。 On the display screen, the left pattern 611a, right pattern 611b, and middle pattern 611c can be displayed as decorative special patterns (large patterns). The display of the left pattern 611a, right pattern 611b, and middle pattern 611c is displayed in the left variable display area 610A, right variable display area 610B, and central variable display area 610C, respectively. Furthermore, the display of the decorative reduced pattern (small pattern) is executed in the variable display area 615 on the right side of the display screen.

左図柄611aと右図柄611bは、縦スクロールで変動表示される。例えば、縦スクロールでは、1から7までの数字に対応する7個の一連の複数の図柄(飾り識別図柄)が、順番に表示画面に出現して縦方向(上下方向)に表示画面を横切って移動した後、表示画面から消える。表示領域の節約のため、中図柄611cは、左図柄611aと右図柄611bの縦スクロールとは変動表示の方向が異なり、軸を中心に回転するように遊技者に視認される回転変動で変動表示される。なお、回転変動に代えて、重なった一連の複数の図柄が前後方向に移動するように遠近法などによって見せる前後変動(前後スクロール)が行われてもよい。また、中図柄611cは、左図柄611aと右図柄611bと同じく、縦スクロールさせてもよい。 The left pattern 611a and the right pattern 611b are displayed in a variable manner by vertical scrolling. For example, in vertical scrolling, a series of seven patterns (decorative identification patterns) corresponding to the numbers 1 to 7 appear in sequence on the display screen, move vertically (up and down) across the display screen, and then disappear from the display screen. In order to save display area, the middle pattern 611c is displayed in a variable manner with a different direction from the vertical scrolling of the left pattern 611a and the right pattern 611b, and is displayed in a rotational manner that is visually recognized by the player as rotating around an axis. Note that instead of a rotational variation, a forward and backward variation (forward and backward scrolling) may be performed in which a series of overlapping patterns are shown to move forward and backward using perspective or the like. The middle pattern 611c may also be vertically scrolled in the same way as the left pattern 611a and the right pattern 611b.

左図柄611aは、キャラクタを示すキャラクタ画像612a(キャラクタ構成要素、キャラクタ部)と数字(文字)を示す文字画像613a(文字構成要素、文字部)から構成される。なお、左図柄611a全体の横幅を短くするために、キャラクタ画像612aと文字画像613aは、中心をスクロール方向(縦方向)にほぼ並べて配置され、文字画像613aは、キャラクタ画像612aの中心軸上に位置する。同様に、右図柄611bは、キャラクタを示すキャラクタ画像612bと数字を示す文字画像613bから構成される。なお、右図柄611b全体の横幅を短くするために、キャラクタ画像612bと文字画像613bは、中心をスクロール方向(縦方向)にほぼ並べて配置され、文字画像613bはキャラクタ画像612bの中心軸上に位置する。また、表示領域を節約するため、中図柄611cは、数字を示す文字画像613cだけから構成される。 The left pattern 611a is composed of a character image 612a (character component, character portion) showing a character and a character image 613a (character component, character portion) showing a number (character). In order to shorten the overall width of the left pattern 611a, the character image 612a and the character image 613a are arranged so that their centers are almost aligned in the scroll direction (vertical direction), and the character image 613a is located on the central axis of the character image 612a. Similarly, the right pattern 611b is composed of a character image 612b showing a character and a character image 613b showing a number. In order to shorten the overall width of the right pattern 611b, the character image 612b and the character image 613b are arranged so that their centers are almost aligned in the scroll direction (vertical direction), and the character image 613b is located on the central axis of the character image 612b. In order to save the display area, the middle pattern 611c is composed only of a character image 613c showing a number.

なお、通常モードにおいて、識別情報としての1から7までの複数の数字は、例えば、1(緑)、2(青)、3(橙)、4(青)、5(緑)、6(青)、7(橙)のように同色でなく、少なくとも一つの数字が他と異なる色となる。なお、偶数の数字は同色(寒色系)でよい。奇数の数字は、偶数の数字と異なる色で、緑(中性色系)や橙(暖色系)など複数の色を含んでよい。また、本実施形態において、飾り特別図柄が、キャラクタと数字を含む場合に、キャラクタは数字に一対一で対応して数字ごとに異なるが、この限りでなく、異なる数字に対して同じキャラクタを用いてもよい。 In the normal mode, the numbers from 1 to 7 used as identification information are not all the same color, such as 1 (green), 2 (blue), 3 (orange), 4 (blue), 5 (green), 6 (blue), and 7 (orange), but at least one number is a different color from the others. The even numbers may be the same color (cool colors). The odd numbers may be a different color from the even numbers, and may include multiple colors such as green (neutral colors) and orange (warm colors). In this embodiment, when the special decorative pattern includes characters and numbers, the characters correspond one-to-one to the numbers and are different for each number, but this is not limited to the above, and the same character may be used for different numbers.

変動表示ゲーム実行前の第1始動記憶(特図1始動記憶)を第1保留表示として表示する第1保留表示部630a(待機領域)において、保留表示682a(第1保留表示)が4つ表示される。保留表示682aは、トランプを模した表示態様を有する。また、保留消化領域640では、実行中の特図1変動表示ゲームに係る変動中保留(この特図変動表示ゲームの実行権利となっていた始動記憶)を示す変動中保留表示682bが、めくったトランプを模した表示態様で表示されている。なお、台座で保留消化領域640を示してよい。なお、変動表示ゲーム実行前の第2始動記憶(特図2始動記憶)を第2保留表示(第2始動記憶表示)として表示する第2保留表示部630bには、ここでは何も表示されていない。 Four pending displays 682a (first pending displays) are displayed in the first pending display section 630a (waiting area) which displays the first start memory (special chart 1 start memory) before the variable display game is executed as the first pending display. The pending display 682a has a display form imitating a playing card. In addition, in the pending consumption area 640, a pending change display 682b indicating a pending change (a start memory which was the execution right of this special chart variable display game) related to the currently executed special chart 1 variable display game is displayed in a display form imitating a turned over playing card. The pending consumption area 640 may be indicated by a pedestal. In addition, nothing is displayed here in the second pending display section 630b which displays the second start memory (special chart 2 start memory) before the variable display game is executed as the second pending display (second start memory display).

図92(B)では、動画(ムービー)の背景画像(背景ムービー)が表示装置41の全画面で表示される。また、中サポの時短モード#4に対応したモード表示679として、左上隅と右下隅の対向する2か所で、「超絶モード」や「超絶領域」などと表示される。複数のモード表示679は、保留表示682aの背面側のレイヤに表示されるため、右下隅のモード表示679が前面側のレイヤの保留表示682aに隠れて表示されている。しかし、保留表示682aに隠れない左上隅のモード表示679によって、遊技者は現在の演出モードを十分に認識できる。モード表示679は、図92(A)の横方向と異なって斜め方向に表示され、背景画像の動画の一部或いは動画とは独立して、帯状の領域を斜め方向に移動してよい。このように、モード表示679の態様は、時短モード#4と通常モードで明確に異なるため、時短モード#4を通常モードから区別して視認し易くできる。 In FIG. 92(B), the background image (background movie) of the video (movie) is displayed on the full screen of the display device 41. In addition, as the mode display 679 corresponding to the time-saving mode #4 of the center support, "Super Mode" and "Super Area" are displayed in two opposing places, the upper left corner and the lower right corner. Since the multiple mode displays 679 are displayed on the layer behind the reserved display 682a, the mode display 679 in the lower right corner is hidden by the reserved display 682a in the layer on the front side. However, the mode display 679 in the upper left corner, which is not hidden by the reserved display 682a, allows the player to fully recognize the current presentation mode. The mode display 679 is displayed diagonally, different from the horizontal direction in FIG. 92(A), and may move diagonally in a strip-shaped area as part of the video of the background image or independently of the video. In this way, the mode display 679 is clearly different between the time-saving mode #4 and the normal mode, making it easy to distinguish and visually recognize the time-saving mode #4 from the normal mode.

変動回数表示677は「124G」であり、大当り終了後の特図変動表示ゲームの実行回数が124であることを示す。表示画面の右上隅の残り回数表示696は、時短残り回数、即ち、時短モード#4で今後に実行可能な変動表示ゲームの回数を表示する。表示画面の右上の特図1保留数表示部650と特図2保留数表示部660には、それぞれ、特図1保留数を示す数字「4」と特図2保留数を示す数字「0」が表示されている。なお、中サポであるため、普通変動入賞装置37への入賞によって、特図2保留数表示部660の数字が「0」以外になることも多々ある。 The number of times of variation display 677 is "124G", indicating that the number of times the special chart variation display game has been played since the end of the jackpot is 124. The remaining number of times display 696 in the upper right corner of the display screen indicates the remaining number of times of time saving, that is, the number of times the variation display game can be played in the future in time saving mode #4. The number of reserved special charts 1 display section 650 and the number of reserved special charts 2 display section 660 in the upper right corner of the display screen respectively show the number "4" indicating the number of reserved special charts 1 and the number "0" indicating the number of reserved special charts 2. Note that because this is a medium support, the number in the number of reserved special charts 2 display section 660 often becomes other than "0" due to winning the normal variation winning device 37.

図92(B)の中サポの時短モード#4では、図92(A)の通常モードと同様に、左図柄611aと右図柄611bは、縦スクロールで変動表示され、中図柄611cは、回転変動で変動表示されている。しかし、図92(B)では中サポであることがわかるよう、図92(A)と異なる変動態様でもよく、例えば、中図柄611cが縦スクロールで変動表示されてよく、左図柄611aと右図柄611bは、回転変動で変動表示されてよい。 In the time-saving mode #4 of the middle support in FIG. 92(B), like the normal mode in FIG. 92(A), the left pattern 611a and the right pattern 611b are displayed by vertical scrolling, and the middle pattern 611c is displayed by rotating. However, to make it clear that the middle support is in FIG. 92(B), the change mode may be different from that in FIG. 92(A); for example, the middle pattern 611c may be displayed by vertical scrolling, and the left pattern 611a and the right pattern 611b may be displayed by rotating.

図92(B)の中サポの時短モード#4では、図92(A)の通常モードと同様に、左図柄611aと右図柄611bは、キャラクタを示すキャラクタ画像と数字を示す文字画像から構成される。中図柄611cは、数字を示す文字画像613cだけから構成される。しかし、図92(B)では中サポであることが明確にわかるよう、図92(A)と異なる飾り特別図柄の構成態様でよく、例えば、中図柄611cがキャラクタ画像と文字画像から構成されてよく、左図柄611aと右図柄611bは、文字画像のみから構成されよい。なお、時短モード#4と通常モードとで、同じ数字に対して同じキャラクタを用いる場合に、共通の特徴によって同じキャラクタであると認識可能な範囲で表示態様を異ならせてよい。 In the time-saving mode #4 of the center support in FIG. 92(B), the left pattern 611a and the right pattern 611b are composed of a character image showing a character and a letter image showing a number, as in the normal mode in FIG. 92(A). The center pattern 611c is composed only of a letter image 613c showing a number. However, in FIG. 92(B), the composition of the decorative special pattern may be different from that in FIG. 92(A) so that it is clearly known that it is a center support. For example, the center pattern 611c may be composed of a character image and a letter image, and the left pattern 611a and the right pattern 611b may be composed only of a letter image. Note that when the same character is used for the same number in the time-saving mode #4 and the normal mode, the display mode may be different within the range where it is possible to recognize that they are the same character due to their common characteristics.

また、中サポの時短モード#4において、識別情報としての1から7までの複数の数字は、例えば、1(赤)、2(赤)、3(赤)、4(赤)、5(赤)、6(赤)、7(赤)のように、暖色系の同色(ここでは赤)である。キャラクタの色も数字と同色(赤)にする。従って、普電サポート無しの通常モードとは異なる中サポの時短モード#4であることが、遊技者にわかり易くなる。また、時短モード#4であることがわかり易くなるように、上部演出ユニット40c及び側部演出ユニット40dなどの盤装飾装置46のLEDや、装飾装置18a、18bなどの枠装飾装置18のLEDも、数字と同色(赤)で発光してよい。なお、時短モード#4と通常モードは、共通に、左打ち状態であり特図1変動表示ゲームが主変動表示ゲームであるため、時短モード#4を通常モードから視覚的に区別し易くすることは重要である。 In addition, in the time-saving mode #4 of the middle support, the numbers from 1 to 7 as identification information are the same warm color (here, red), such as 1 (red), 2 (red), 3 (red), 4 (red), 5 (red), 6 (red), and 7 (red). The color of the characters is also the same color (red) as the numbers. Therefore, it is easy for the player to understand that it is the time-saving mode #4 of the middle support, which is different from the normal mode without normal power support. In addition, in order to make it easy to understand that it is the time-saving mode #4, the LEDs of the board decoration device 46 such as the upper performance unit 40c and the side performance unit 40d, and the LEDs of the frame decoration device 18 such as the decoration devices 18a and 18b may also be illuminated in the same color (red) as the numbers. In addition, since the time-saving mode #4 and the normal mode are both in a left-handed hitting state and the special chart 1 variable display game is the main variable display game, it is important to make it easy to visually distinguish the time-saving mode #4 from the normal mode.

また、時短モード#4において、変動表示ゲーム実行前の第1始動記憶(特図1始動記憶)を第1保留表示として表示する第1保留表示部630a(待機領域)において、保留表示682a(第1保留表示)が4つ表示される。ただし、図92(A)の通常モードとは異なり、保留表示682aは、星型の表示態様を有する。これによっても、時短モード#4を通常モードから区別し易くできる。また、保留消化領域640では、実行中の特図1変動表示ゲームに係る変動中保留を示す変動中保留表示682bが、星型の表示態様で表示されている。 In addition, in time-saving mode #4, four hold displays 682a (first hold displays) are displayed in the first hold display section 630a (waiting area), which displays the first start memory (special chart 1 start memory) before the variable display game is executed as the first hold display. However, unlike the normal mode in FIG. 92 (A), the hold displays 682a have a star-shaped display form. This also makes it easier to distinguish time-saving mode #4 from the normal mode. In addition, in the hold consumption area 640, a variable hold display 682b, which indicates a variable hold related to the currently executed special chart 1 variable display game, is displayed in a star-shaped display form.

なお、中サポによって普通変動入賞装置37への入賞があった場合に、変動表示ゲーム実行前の第2始動記憶(特図2始動記憶)を第2保留表示(第2始動記憶表示)として第2保留表示部630bに表示してよい。また、第2保留表示部630bと第1保留表示部630aの区別をなくして、第2保留表示を第1保留表示とともに、共通の保留表示部(待機領域)に表示してもよい。 In addition, when a win occurs in the normal variable winning device 37 due to the medium support, the second start memory (special chart 2 start memory) before the variable display game is executed may be displayed in the second hold display section 630b as the second hold display (second start memory display). Also, the distinction between the second hold display section 630b and the first hold display section 630a may be eliminated, and the second hold display may be displayed together with the first hold display in a common hold display section (waiting area).

また、中サポの時短モード#4において、普電サポート無しの通常モードとは異なり、上部演出ユニット40cは、可動役物(可動部材)として、表示装置41の表示画面の遊技者側の前方において、表示画面に沿ってゆっくりと上下動を繰り返して振動するように動作する。これにより、中サポであるとともに時短回数30回の時短モード#2に移行可能な時短モード#4に対して、遊技者の期待を高めて遊技の興趣を向上できる。また、このように時短モード#4で出現可能だが通常モードにおいて出現しない演出(上部演出ユニット40cの動作演出)を設けて、時短モード#4を通常モードから区別し易くできる。なお、上部演出ユニット40cは、特図変動表示ゲームにおいて、飾り特別図柄の変動開始から動作を行い、変動終了時、または、既定の演出が発生した時に動作を停止してよい。 In addition, in the time-saving mode #4 with the medium support, unlike the normal mode without the normal power support, the upper performance unit 40c operates as a movable part (movable member) in front of the player's side of the display screen of the display device 41, vibrating by slowly repeating up and down movements along the display screen. This increases the player's expectations for the time-saving mode #4, which is a medium support and can transition to the time-saving mode #2 with 30 time-saving times, and improves the fun of the game. In addition, by providing a performance (operation performance of the upper performance unit 40c) that can appear in the time-saving mode #4 but does not appear in the normal mode, it is possible to easily distinguish the time-saving mode #4 from the normal mode. In the special pattern change display game, the upper performance unit 40c may operate from the start of the change of the decorative special pattern and stop operating when the change ends or when a predetermined performance occurs.

さらに、中サポの時短モード#4において、通常モードで出現可能な演出(予告演出)のうち一部の演出が出現しない。通常モードで出現可能だが時短モード#4において出現しない演出として、保留変化予告のうち特定の態様の保留表示への変化や、可動役物の動作による先読み演出や、特定の種類のセリフ予告や、特定の種類のステップアップ演出などがある。 Furthermore, in the time-saving mode #4 of the medium support, some of the effects (preview effects) that can appear in normal mode do not appear. Effects that can appear in normal mode but do not appear in time-saving mode #4 include hold change previews that change to a specific type of hold display, pre-reading effects based on the movement of movable parts, specific types of dialogue previews, and specific types of step-up effects.

以上、中サポの時短モード#4と通常モードの演出上の違いを説明したが、さらに中サポの時短モード#4と高サポの時短モード#2、#3と演出上の違いを設けて、時短モード#4を時短モード#2、#3から区別し易くしてよい。例えば、時短モード#4と時短モード#2、#3との間で、モード表示679の表示態様、背景画像、飾り特別図柄の構成態様や変動態様、飾り特別図柄の数字の色彩やキャラクタの色彩、出現可能な演出などを異ならせてよい。 The above explains the differences in presentation between the medium support time-saving mode #4 and the normal mode, but further differences in presentation may be provided between the medium support time-saving mode #4 and the high support time-saving modes #2 and #3 to make it easier to distinguish time-saving mode #4 from time-saving modes #2 and #3. For example, the display mode of the mode display 679, the background image, the configuration and variation of the special decorative symbols, the color of the numbers and characters of the special decorative symbols, the presentation that can appear, etc. may be different between the time-saving mode #4 and the time-saving modes #2 and #3.

〔外部情報編集処理〕
図93Aは、第3実施形態に係る外部情報編集処理の後半部分の手順を示すフローチャートである。外部情報編集処理は、タイマ割込み処理において実行される(A1319)。なお、図93Aにおいて、第1実施形態の図54Bと同様の処理には同じステップ番号を付して説明を省略する。
[External information editing processing]
Fig. 93A is a flow chart showing the procedure of the latter half of the external information editing process according to the third embodiment. The external information editing process is executed in the timer interrupt process (A1319). In Fig. 93A, the same processes as those in Fig. 54B of the first embodiment are given the same step numbers and the explanation is omitted.

遊技制御装置100は、時短信号制御タイマが0でなければ-1更新し(A9527)、その後、時短モード#3(b時短中、特定遊技状態B)であるか否かを判定する(A9528a)。なお、時短信号制御タイマのタイマ初期値は、前述のサポ作動設定処理(図37)のステップA5302において時短信号制御タイマ領域に設定されたものである(例えば128msecの固定時間)。遊技制御装置100は、時短モード#3でない場合に(A9528aの結果が「N」)、ステップA9528cの処理に移行する。 If the time-saving signal control timer is not 0, the game control device 100 updates it by -1 (A9527), and then determines whether or not it is in time-saving mode #3 (b time-saving, specific game state B) (A9528a). Note that the timer initial value of the time-saving signal control timer is the one set in the time-saving signal control timer area in step A5302 of the support operation setting process (Figure 37) described above (for example, a fixed time of 128 msec). If it is not in time-saving mode #3 (the result of A9528a is "N"), the game control device 100 proceeds to the processing of step A9528c.

遊技制御装置100は、時短モード#3である場合に(A9528aの結果が「Y」)、時短信号制御タイマが0であるか否かを判定する(A9528b)。時短信号制御タイマが0である場合(A9528bの結果が「Y」)、そのまま外部情報編集処理を終了し、時短信号制御タイマが0でない場合(A9528bの結果が「N」)、大当り3信号のオンデータを外部情報出力データ領域にセーブして(A9529)、外部情報編集処理を終了する。 When the game control device 100 is in time-saving mode #3 (the result of A9528a is "Y"), it determines whether the time-saving signal control timer is 0 or not (A9528b). When the time-saving signal control timer is 0 (the result of A9528b is "Y"), it ends the external information editing process. When the time-saving signal control timer is not 0 (the result of A9528b is "N"), it saves the on data of the jackpot 3 signal in the external information output data area (A9529) and ends the external information editing process.

これにより、天井回数到達による天井時短(b時短)の開始時に、大当り3信号のオンデータが、遊技場内部管理装置(ホールコンピュータ)などの外部装置に、外部情報端子71を介して出力される。その後、大当り3信号のオンデータの出力は、時短信号制御タイマ領域に設定されたタイマ初期値(例えば128msecの固定時間)の間だけ継続する。 As a result, when the ceiling time reduction (b time reduction) begins due to reaching the ceiling number of times, the on data of the jackpot 3 signal is output to an external device such as an amusement facility internal management device (hall computer) via the external information terminal 71. After that, the output of the on data of the jackpot 3 signal continues only for the timer initial value set in the time reduction signal control timer area (for example, a fixed time of 128 msec).

遊技制御装置100は、時短モード#3でない場合に(A9528aの結果が「N」)、時短モード#4(c時短中、特定遊技状態C)以外であるか否かを判定する(A9528c)。時短モード#4(特定遊技状態C)以外の遊技状態である場合に(A9528cの結果が「Y」)、そのまま外部情報編集処理を終了し、時短モード#4(特定遊技状態C)である場合に(A9528cの結果が「N」)、大当り4信号のオンデータを外部情報出力データ領域にセーブして(A9530)、外部情報編集処理を終了する。 If the game control device 100 is not in time-saving mode #3 (the result of A9528a is "N"), it determines whether or not it is other than time-saving mode #4 (c time-saving, specific game state C) (A9528c). If it is in a game state other than time-saving mode #4 (specific game state C) (the result of A9528c is "Y"), it ends the external information editing process as it is, and if it is in time-saving mode #4 (specific game state C) (the result of A9528c is "N"), it saves the on data of the jackpot 4 signal in the external information output data area (A9530) and ends the external information editing process.

これにより、時短図柄(サポ当り)による突然時短(c時短)の開始時に、大当り4信号のオンデータが、遊技場内部管理装置(ホールコンピュータ)などの外部装置に、外部情報端子71を介して出力される。その後、大当り4信号のオンデータの出力は、時短モード#4(特定遊技状態C)の間、継続する。 As a result, when the sudden time-saving (c time-saving) starts due to the time-saving pattern (support hit), the on data of the jackpot 4 signal is output to an external device such as the game center internal management device (hall computer) via the external information terminal 71. After that, the output of the on data of the jackpot 4 signal continues during the time-saving mode #4 (specific game state C).

なお、遊技制御装置100は、ステップA9528cにおいて、時短信号制御タイマが0であるか否かの判定も追加してよい。即ち、ステップA9528cにおいて、時短モード#4以外であるか又は時短信号制御タイマが0であるか否かを判定してよい。このようにすれば、時短モード#4(特定遊技状態C)の開始からタイマ初期値(例えば128msecの固定時間)の間だけ、大当り4信号のオンデータが出力される。 The game control device 100 may also determine whether the time-saving signal control timer is at 0 in step A9528c. That is, in step A9528c, it may determine whether the mode is other than time-saving mode #4 or whether the time-saving signal control timer is at 0. In this way, the on data of the jackpot 4 signal is output only from the start of time-saving mode #4 (specific game state C) until the timer initial value (for example, a fixed time of 128 msec).

〔大当り信号(外部情報)の出力〕
図93Bは、外部情報としての大当り1~4信号のオン/オフの様子を示すタイムチャートである。(I)は、b時短へ突入する前後(即ち天井回数到達の前後)の様子を示す。(II)は、c時短へ突入する前後(即ち時短図柄導出の前後)の様子を示す。
[Output of jackpot signal (external information)]
Fig. 93B is a time chart showing the on/off state of the jackpot 1 to 4 signals as external information. (I) shows the state before and after entering the b time-saving mode (i.e., before and after the ceiling number of times is reached). (II) shows the state before and after entering the c time-saving mode (i.e., before and after the time-saving pattern is derived).

大当り1信号、大当り2信号、大当り3信号、大当り4信号は、機種により定義される信号であってよい。本実施形態では、大当り1信号は、大当り又は小当りの開始時にオンし、大当り又は小当りの終了時にオフする。大当り2信号は、大当り又は小当りの開始時にオンし大当り又は小当りの終了時にオフする。さらに、大当り2信号は、高サポの時短(中サポの時短を除く)の開始時にオンし残保留消化モードの終了時(最後の残保留に係る変動表示ゲームの停止時)にオフする。 The jackpot 1 signal, jackpot 2 signal, jackpot 3 signal, and jackpot 4 signal may be signals defined by the machine type. In this embodiment, the jackpot 1 signal turns on at the start of a jackpot or small hit, and turns off at the end of a jackpot or small hit. The jackpot 2 signal turns on at the start of a jackpot or small hit, and turns off at the end of a jackpot or small hit. Furthermore, the jackpot 2 signal turns on at the start of the high support time reduction (excluding the medium support time reduction) and turns off at the end of the remaining reserve consumption mode (when the variable display game related to the last remaining reserve stops).

大当り3信号は、大当り又は小当りの開始時にオンし、大当り又は小当りの終了時にオフする。さらに、大当り3信号は、b時短(天井時短)の開始時にオンし短い固定時間(例えば128msec)の経過後にオフする。大当り4信号は、中サポの時短(高サポの時短を除く)の開始時にオンし中サポの時短の終了時にオフする。 The jackpot 3 signal turns on at the start of a jackpot or small jackpot, and turns off at the end of the jackpot or small jackpot. Furthermore, the jackpot 3 signal turns on at the start of b time reduction (ceiling time reduction) and turns off after a short fixed time (e.g. 128 msec) has elapsed. The jackpot 4 signal turns on at the start of the medium support time reduction (excluding high support time reduction) and turns off at the end of the medium support time reduction.

図93B(I)において、天井回数到達によってb時短へ突入すると、遊技状態は、通常遊技状態から特定遊技状態Bに変化する。高サポのb時短へ突入すると、時短開始に関する信号として大当り2信号のオンデータ(オン状態の大当り2信号)が出力される。大当り2信号のオンデータの出力は、残保留消化モードの終了時、即ち、最後の残保留に係る変動表示ゲームが停止時まで長時間継続する。 In FIG. 93B (I), when the ceiling number of times is reached and the game enters the b time-saving mode, the game state changes from the normal game state to the specific game state B. When the game enters the high support b time-saving mode, the on data of the jackpot 2 signal (jackpot 2 signal in the on state) is output as a signal regarding the start of the time-saving mode. The output of the on data of the jackpot 2 signal continues for a long time until the remaining reserve consumption mode ends, that is, until the variable display game related to the last remaining reserve stops.

また、b時短へ突入すると、図93Aの処理によって、大当り3信号のオンデータが外部装置に短い固定時間(例えば128msec)の間、出力される。これにより、外部装置は、大当りに起因する時短(a時短)やc時短の発生と区別して、b時短の発生又は天井回数到達を認識できる。また、外部装置は、大当り3信号が大当り又は小当りにより発生する場合(長時間継続する場合)と、大当り3信号がb時短により発生する場合(短時間継続する場合)とを区別することができる。 When the b time reduction starts, the on data of the jackpot 3 signal is output to the external device for a short fixed time (e.g., 128 msec) by the processing of FIG. 93A. This allows the external device to distinguish between the occurrence of the b time reduction (a time reduction) or the c time reduction caused by a jackpot and to recognize the occurrence of the b time reduction or the reaching of the ceiling number of times. The external device can also distinguish between cases where the jackpot 3 signal is generated by a jackpot or small jackpot (continuing for a long time) and cases where the jackpot 3 signal is generated by the b time reduction (continuing for a short time).

なお、図93B(I)において、大当り、小当り、c時短は発生しないため、大当り1信号と大当り4信号はオフのままである。 In addition, in Figure 93B (I), since no big win, small win, or c time reduction occurs, the big win 1 signal and big win 4 signal remain off.

図93B(II)において、時短図柄によってc時短(突然時短)へ突入すると、図93Aの処理によって、大当り4信号のオンデータが外部装置に出力される。これにより、外部装置は、大当りに起因する時短(a時短)やb時短の発生と区別して、c時短(特定遊技状態C)の発生又は時短図柄の導出を認識できる。大当り4信号のオンデータの出力は、c時短(特定遊技状態C)の終了まで長時間継続する。 In FIG. 93B (II), when the time-saving symbol causes the game to enter c time-saving (sudden time-saving), the on-data of the jackpot 4 signal is output to the external device by the processing of FIG. 93A. This allows the external device to distinguish the occurrence of c time-saving (specific game state C) or the derivation of a time-saving symbol from the occurrence of time-saving (a time-saving) or b time-saving caused by a jackpot. The output of the on-data of the jackpot 4 signal continues for a long time until the end of c time-saving (specific game state C).

なお、図93B(II)において、大当り、小当り、b時短は発生しないため、大当り1信号と大当り2信号と大当り3信号はオフのままである。なお、中サポのc時短へ突入しても、高サポの時短で発生する大当り2信号のオンデータ(オン状態の大当り2信号)は出力されない。 In FIG. 93B (II), since no big win, small win, or b time reduction occurs, the big win 1 signal, big win 2 signal, and big win 3 signal remain off. Even if you enter the medium support c time reduction, the on data of the big win 2 signal (on state big win 2 signal) that occurs in the high support time reduction is not output.

〔試験信号の出力〕
図94Aは、試射試験装置に出力される試験信号として、普通図柄1高確率状態信号(1ビット)、普通電動役物1開放延長状態信号(1ビット)、普通図柄1変動時間短縮状態信号(1ビット)、入賞容易状態信号1~4(4ビット)、入賞容易状態確定信号(1ビット)のオン/オフの出力の様子を示すタイムチャートである。図94Bは、中サポと高サポに対応する入賞容易状態信号1~4を例示する。
[Test signal output]
Figure 94A is a time chart showing the on/off output of the normal symbol 1 high probability state signal (1 bit), normal electric role 1 open extension state signal (1 bit), normal symbol 1 variable time shortening state signal (1 bit), winning easy state signals 1 to 4 (4 bits), and winning easy state confirmation signal (1 bit) as test signals output to the test firing test device. Figure 94B illustrates winning easy state signals 1 to 4 corresponding to medium support and high support.

普通電動役物1開放延長状態信号、普通図柄1変動時間短縮状態信号、普通図柄1高確率状態信号など、普電の状態や普図変動の状態を示す普電普図状態信号は、入賞容易状態信号1~4と同時か遅れてオンに変化でき、普電普図状態信号と入賞容易状態信号1~4のオンタイミングの時間差は0msec以上でよい。入賞容易状態確定信号は入賞容易状態信号1~4と同時か遅れてオンに変化でき、入賞容易状態確定信号と入賞容易状態信号1~4のオンタイミングの時間差は0msec以上でよい。 Normal power normal pattern state signals, which indicate the state of normal power and the state of normal pattern fluctuation, such as the normal electric device 1 open extension state signal, the normal pattern 1 fluctuation time shortening state signal, and the normal pattern 1 high probability state signal, can change to ON simultaneously with or after the easy-to-win state signals 1 to 4, and the time difference between the on-timing of the normal power normal pattern state signal and the easy-to-win state signals 1 to 4 may be 0 msec or more. The easy-to-win state confirmation signal can change to ON simultaneously with or after the easy-to-win state signals 1 to 4, and the time difference between the on-timing of the easy-to-win state confirmation signal and the easy-to-win state signals 1 to 4 may be 0 msec or more.

図94Aは、特に、通常遊技状態→特定遊技状態C(中サポ、c時短)→特定遊技状態B(高サポ、b時短)→大当り状態又は移行状態の順に、遊技状態が遷移する場合を例示する。 Figure 94A particularly illustrates a case where the game state transitions in the following order: normal game state → specific game state C (medium support, c time reduction) → specific game state B (high support, b time reduction) → jackpot state or transition state.

通常遊技状態において特図1変動表示ゲームのサポ当りで時短図柄が導出されると、特定遊技状態Cが発生し、普電サポートの種類は中サポ(入賞容易化状態2)となる。この際に、まず、普電サポートの種類を示す4ビットの入賞容易状態信号1~4が、不定の状態から中サポに対応する01Hに変化して、試射試験装置に出力される。続いて、普電サポート状態(入賞容易化状態)が確定したことを示す入賞容易状態確定信号が、所定期間(2msec以上、例えば32msec)だけオンになって試射試験装置に出力される。次に、普電開放時間が長くなることを示す普通電動役物1開放延長状態信号と、普図変動時間が通常遊技状態よりも短縮されることを示す普通図柄1変動時間短縮状態信号が、普電の状態や普図変動の状態を示す普電普図状態信号として、オンに変化して試射試験装置に出力される。図94Aでは、入賞容易状態信号1~4→入賞容易状態確定信号→普電普図状態信号の順に変化している。 When a time-saving pattern is derived in the support of the special pattern 1 variation display game in the normal game state, a specific game state C occurs, and the type of normal power support becomes medium support (easiness to win state 2). At this time, first, the 4-bit easy-to-win state signal 1 to 4 indicating the type of normal power support changes from an indefinite state to 01H corresponding to medium support and is output to the test firing test device. Next, a winning-easy state confirmation signal indicating that the normal power support state (easiness to win state) has been confirmed is turned on for a predetermined period (2 msec or more, for example 32 msec) and output to the test firing test device. Next, a normal electric role 1 opening extension state signal indicating that the normal power opening time will be longer and a normal pattern 1 variation time shortening state signal indicating that the normal pattern variation time will be shortened compared to the normal game state are turned on and output to the test firing test device as normal power normal pattern state signals indicating the state of normal power and the state of normal pattern variation. In Figure 94A, the order of changes is easy-to-win state signals 1 to 4 → easy-to-win state confirmation signal → normal power normal map state signal.

その後、特定遊技状態Cにおいて大当り状態終了後に所定条件下(特図低確率状態)で実行される特図変動表示ゲームの回数が天井回数に到達すると、特定遊技状態Bが発生し、普電サポートは高サポ(入賞容易化状態1)となる。この際に、普電サポートの種類を示す4ビットの入賞容易状態信号1~4が、中サポに対応する01Hから高サポに対応する00Hに変化して、試射試験装置に出力される。続いて、普電サポート状態(入賞容易化状態)が確定したことを示す入賞容易状態確定信号が、所定期間(2msec以上、例えば32msec)だけオンに変化して試射試験装置に出力される。そして、普通電動役物1開放延長状態信号と普通図柄1変動時間短縮状態信号が、特定遊技状態Cから引き続きオンに維持されて試射試験装置に出力される。 After that, when the number of times of the special pattern variation display game executed under a predetermined condition (special pattern low probability state) after the end of the jackpot state in the specific game state C reaches the ceiling number of times, the specific game state B occurs, and the normal power support becomes high support (winning ease state 1). At this time, the 4-bit winning ease state signal 1 to 4 indicating the type of normal power support changes from 01H corresponding to medium support to 00H corresponding to high support and is output to the test firing test device. Next, the winning ease state confirmation signal indicating that the normal power support state (winning ease state) has been confirmed changes to ON for a predetermined period (2 msec or more, for example 32 msec) and is output to the test firing test device. Then, the normal electric role 1 opening extension state signal and the normal pattern 1 variation time reduction state signal are maintained ON from the specific game state C and are output to the test firing test device.

その後、特定遊技状態Bから大当り状態又は移行状態に遷移すると、入賞容易状態信号1~4が不定の状態になり、普通電動役物1開放延長状態信号と普通図柄1変動時間短縮状態信号がオフとなる。 After that, when the specific game state B transitions to the jackpot state or transition state, the winning likelihood state signals 1 to 4 become indefinite, and the normal electric device 1 opening extension state signal and the normal symbol 1 change time reduction state signal turn off.

なお、本実施形態では、図86のように普図当り確率は変化せずに常に一定値250/251であるため、普図当り確率が通常よりも高確率であることを示す普通図柄1高確率状態信号はオンにならない。しかし、高サポの時だけ普図当り確率が高確率になる場合には、点線のように普通図柄1高確率状態信号はオンに変化して試射試験装置に出力される。中サポ及び高サポの両方で普図当り確率が高確率になる場合には、普通電動役物1開放延長状態信号や普通図柄1変動時間短縮状態信号のオン期間と同じ期間に、普通図柄1高確率状態信号はオンになって試射試験装置に出力される。 In this embodiment, the probability of a normal hit does not change and is always a constant value of 250/251 as shown in FIG. 86, so the normal symbol 1 high probability state signal, which indicates that the normal hit probability is higher than normal, does not turn on. However, if the normal hit probability is high only when the high support is on, the normal symbol 1 high probability state signal turns on as shown by the dotted line and is output to the test firing device. If the normal hit probability is high in both the medium support and the high support, the normal symbol 1 high probability state signal turns on and is output to the test firing device for the same period as the normal electric role 1 opening extension state signal and the normal symbol 1 change time reduction state signal are on.

図95と図96は、試射試験装置に出力される試験信号として、発射位置指定信号1と発射位置指定信号2の出力の様子を示す表とタイムチャートである。発射位置指定信号1と発射位置指定信号2は、共に、右側の遊技領域32に遊技球を発射すべき右打ちを示す信号である。 Figures 95 and 96 are a table and a time chart showing the output of launch position designation signal 1 and launch position designation signal 2 as test signals output to the test firing device. Both launch position designation signal 1 and launch position designation signal 2 are signals that indicate a right shot, which means that the game ball should be shot into the game area 32 on the right side.

図95(A)のように、中サポ(特定遊技状態C)において、普図当りによってパターンH1で普電が開放される場合に、発射位置指定信号1がオンして出力されるが発射位置指定信号2はオフする。一方、中サポにおいて、普図当りによってパターンH2で普電が開放される場合に、発射位置指定信号1と発射位置指定信号2の両方がオンして出力される。このように、パターンH1の普電開放とパターンH2の普電開放で、発射位置指定信号1と発射位置指定信号2の出力状態がことなるため、試射試験装置はこれら2種類の普電開放を区別して認識できる。なお、普電開放を区別するために、パターンH1で普電が開放される場合に、発射位置指定信号1と発射位置指定信号2の一方のみをオンして、パターンH2で普電が開放される場合に、他方のみをオンする構成も可能である。また、中サポ中でも普図当りが発生していない期間や、通常遊技状態の期間において、発射位置指定信号1と発射位置指定信号2の両方がオフされる。 As shown in FIG. 95 (A), in the center support (specific game state C), when the normal power is released in pattern H1 due to a normal hit, the launch position designation signal 1 is turned on and output, but the launch position designation signal 2 is turned off. On the other hand, in the center support, when the normal power is released in pattern H2 due to a normal hit, both the launch position designation signal 1 and the launch position designation signal 2 are turned on and output. In this way, since the output states of the launch position designation signal 1 and the launch position designation signal 2 are different for the normal power release in pattern H1 and the normal power release in pattern H2, the test firing test device can distinguish and recognize these two types of normal power release. In order to distinguish between normal power releases, it is also possible to configure only one of the launch position designation signal 1 and the launch position designation signal 2 to be turned on when the normal power is released in pattern H1, and only the other to be turned on when the normal power is released in pattern H2. In addition, during periods when no normal wins have occurred even during the middle support mode, or during periods when normal play is in progress, both launch position designation signal 1 and launch position designation signal 2 are turned off.

図95(B)のように、中サポ以外の電サポ中(高サポ、特定遊技状態Aと特定遊技状態B)、小当り中、大当り中では、右打ち状態であるため、発射位置指定信号1と発射位置指定信号2は、共に、オンして出力される。 As shown in FIG. 95(B), during electric support other than medium support (high support, specific game state A and specific game state B), during a small hit, or during a big hit, the right-hand hitting state is selected, so launch position designation signal 1 and launch position designation signal 2 are both turned on and output.

例えば、図96のように、パターンH1の普電開放中に小当りがあった場合に、パターンH1の普電開放の開始時に発射位置指定信号1がオンし、小当り開始時に発射位置指定信号2がオンし、小当り終了時に発射位置指定信号1と発射位置指定信号2がオフする。小当り中にパターンH1の普電開放があった場合に、小当り開始時に発射位置指定信号1と発射位置指定信号2がオンし、小当り終了時に発射位置指定信号1と発射位置指定信号2がオフする。小当り終了間際にパターンH1の普電開放があった場合に、小当り開始時に発射位置指定信号1と発射位置指定信号2がオンし、小当り終了時に発射位置指定信号2がオフし、パターンH1の普電開放の終了時に発射位置指定信号1がオフする。 For example, as shown in FIG. 96, if there is a small hit during normal power release of pattern H1, launch position designation signal 1 turns on when normal power release of pattern H1 begins, launch position designation signal 2 turns on when the small hit begins, and launch position designation signal 1 and launch position designation signal 2 turn off when the small hit ends. If normal power release of pattern H1 occurs during a small hit, launch position designation signal 1 and launch position designation signal 2 turn on when the small hit begins, and launch position designation signal 1 and launch position designation signal 2 turn off when the small hit ends. If normal power release of pattern H1 occurs just before the end of a small hit, launch position designation signal 1 and launch position designation signal 2 turn on when the small hit begins, launch position designation signal 2 turns off when the small hit ends, and launch position designation signal 1 turns off when normal power release of pattern H1 ends.

パターンH2の普電開放中に小当りがあった場合に、パターンH2の普電開放の開始時に発射位置指定信号1と発射位置指定信号2がオンし、小当り終了時に発射位置指定信号1と発射位置指定信号2がオフする。小当り中にパターンH2の普電開放があった場合に、小当り開始時に発射位置指定信号1と発射位置指定信号2がオンし、小当り終了時に発射位置指定信号1と発射位置指定信号2がオフする。小当り終了間際にパターンH2の普電開放があった場合に、小当り開始時に発射位置指定信号1と発射位置指定信号2がオンし、パターンH2の普電開放の終了時に発射位置指定信号1と発射位置指定信号2がオフする。 If a small hit occurs during normal power release of pattern H2, launch position designation signal 1 and launch position designation signal 2 turn on when normal power release of pattern H2 begins, and launch position designation signal 1 and launch position designation signal 2 turn off when the small hit ends. If normal power release of pattern H2 occurs during a small hit, launch position designation signal 1 and launch position designation signal 2 turn on when the small hit begins, and launch position designation signal 1 and launch position designation signal 2 turn off when the small hit ends. If normal power release of pattern H2 occurs just before the end of a small hit, launch position designation signal 1 and launch position designation signal 2 turn on when the small hit begins, and launch position designation signal 1 and launch position designation signal 2 turn off when normal power release of pattern H2 ends.

〔大入賞口やレバーソレノイド等の動作〕
図97は、特図1変動表示ゲームの小当り結果の場合において、第2特別変動入賞装置39の上大入賞口の開放動作や、特定領域86を開放させるレバーソレノイド86bのオン/オフ動作などを例示するタイムチャートである。(A)は、残存球エラーの無い状況を示し、(B)は、残存球エラーの有る状況を示す。第2特別変動入賞装置39の上大入賞口の開放と閉塞(閉鎖)に関する動作は、小当り開放中処理(A2612)で制御される。レバーソレノイド86bのオン/オフ動作、即ち、特定領域86の開放/閉塞の動作は、レバーソレノイド制御処理(A2618)で制御される。
[Operation of the big prize opening, lever solenoid, etc.]
FIG. 97 is a time chart illustrating the opening operation of the upper large winning port of the second special variable winning device 39 and the on/off operation of the lever solenoid 86b that opens the specific area 86 in the case of a small winning result of the special chart 1 variable display game. (A) shows a state where there is no remaining ball error, and (B) shows a state where there is a remaining ball error. The operation related to the opening and blocking (closing) of the upper large winning port of the second special variable winning device 39 is controlled by the small winning opening process (A2612). The on/off operation of the lever solenoid 86b, i.e., the opening/closing operation of the specific area 86, is controlled by the lever solenoid control process (A2618).

図97(A)では、特図1変動表示ゲームの小当り結果の場合に、特図2変動表示ゲームの小当り結果の場合と異なって、第2特別変動入賞装置39の上大入賞口は、短時間だけ一回開放される。この短時間は、例えば、小当り開放時間(例えば1000msec)と上大入賞口への規定数入賞までの時間との短い方の時間である。 In FIG. 97(A), in the case of a small win result in the special chart 1 variable display game, unlike the case of a small win result in the special chart 2 variable display game, the upper large winning port of the second special variable winning device 39 is opened once for a short time. This short time is, for example, the shorter of the small win opening time (e.g., 1000 msec) and the time until the specified number of wins are made in the upper large winning port.

この短時間の上大入賞口の小当り開放中に、レバーソレノイド86bがさらに短時間(例えば100msec)だけオンして、特定領域86が開放される。しかし、特定領域86(V入賞口)の開放は非常に短いため、遊技球が特定領域86に入球することはほぼ無い。従って、特図1変動表示ゲームの結果による小当り開放中に、V入賞による大当りはほとんど発生しない。 During this short time when the small win of the upper large prize opening is opened, the lever solenoid 86b is turned on for an even shorter time (e.g. 100 msec), and the specific area 86 is opened. However, because the opening of the specific area 86 (V prize opening) is very short, it is almost impossible for the game ball to enter the specific area 86. Therefore, during the opening of the small win as a result of the special chart 1 variable display game, a big win due to a V prize almost never occurs.

特定領域86への入球としてのV入賞は、特定領域86の特定領域スイッチ72によって検出される。特定領域スイッチ72は、レバーソレノイド86bがオンすると有効になり、残存球の処理の終了時に無効になる。また、特定領域スイッチ72が有効である間、試験信号として特別電動役物作動中信号がオンになり試射試験装置に出力される。 A V win as a ball entering the specific area 86 is detected by the specific area switch 72 of the specific area 86. The specific area switch 72 is enabled when the lever solenoid 86b is turned on, and disabled when the processing of the remaining balls is completed. Also, while the specific area switch 72 is enabled, a special electric device operation signal is turned on as a test signal and output to the test firing device.

上大入賞口スイッチ39a(カウントスイッチ)は、上大入賞口に入った遊技球を検出すると、パルス状にオンする。その後、すぐに、残存球排出口スイッチ73又は特定領域スイッチ72が遊技球を検出するため、残存球エラーが無い。なお、特定領域スイッチ72が遊技球を検出した場合には、残存球の処理の終了時に、想定しない異常なV入賞による大当りであることを示すイレギュラー当り情報が、エンディングコマンドとともに演出制御装置300に送信される。そして、演出制御装置300は、異常なV入賞であることを報知するなど、イレギュラー当り情報に対応する処理を実行する。 When the upper large winning port switch 39a (count switch) detects a game ball that has entered the upper large winning port, it turns on in a pulsed manner. Immediately afterwards, the remaining ball discharge port switch 73 or the specific area switch 72 detects a game ball, so there is no remaining ball error. If the specific area switch 72 detects a game ball, at the end of the remaining ball processing, irregular win information indicating that the jackpot is due to an unexpected, abnormal V win is sent to the performance control device 300 together with an ending command. The performance control device 300 then executes processing corresponding to the irregular win information, such as announcing that it is an abnormal V win.

なお、残存球の処理は、小当り開放の終了時(上大入賞口の閉鎖時)から開始して、残存球カウンタが0になる時と残存球処理時間の経過時との遅い方の時点に終了する。残存球カウンタは、遊技球が上大入賞口スイッチ39aを通過した後に+1更新され、その遊技球(残存球)が残存球排出口スイッチ73又は特定領域スイッチ72で検出されると-1更新される。図97(A)では、残存球処理時間(例えば1900msec)の経過前に、残存球排出口スイッチ73又は特定領域スイッチ72が遊技球を検出して残存球カウンタが既に0になっている。このため、小当り残存球処理(A2613)は残存球処理時間(例えば1900msec)の経過時に実行終了し、この時点で特定領域スイッチ72は無効になる。 The processing of the remaining balls starts when the small win opening ends (when the upper large winning hole closes) and ends when the remaining ball counter becomes 0 or when the remaining ball processing time has elapsed, whichever is later. The remaining ball counter is incremented by +1 after the game ball passes the upper large winning hole switch 39a, and is incremented by -1 when the game ball (remaining ball) is detected by the remaining ball discharge hole switch 73 or the specific area switch 72. In FIG. 97(A), the remaining ball discharge hole switch 73 or the specific area switch 72 detects the game ball and the remaining ball counter is already set to 0 before the remaining ball processing time (e.g., 1900 msec) has elapsed. Therefore, the small win remaining ball processing (A2613) ends when the remaining ball processing time (e.g., 1900 msec) has elapsed, and at this point the specific area switch 72 becomes ineffective.

本実施形態では、残存球の処理の後に小当りのエンディングになるが、特図ゲーム処理(図16)にゲーム処理番号「6」の処理として小当り終了処理が設けられ、小当り残存球処理(A2613)で設定される小当りエンディング時間(例えば2000msec)の間、小当りのエンディングが継続する。小当り終了処理で特図普段処理に係るゲーム処理番号「0」が設定され特図ゲーム処理番号領域にセーブされる。V入賞による大当りが発生した場合に、ファンファーレ時間の間、ファンファーレコマンド(A5806)に対応するファンファーレ演出(B2102)が実行される。 In this embodiment, the small win ending occurs after the remaining balls are processed, but the special chart game processing (Figure 16) has a small win end processing as the processing of game processing number "6", and the small win ending continues for the small win ending time (e.g. 2000 msec) set in the small win remaining ball processing (A2613). In the small win end processing, the game processing number "0" related to the special chart normal processing is set and saved in the special chart game processing number area. If a big win occurs due to a V win, a fanfare performance (B2102) corresponding to the fanfare command (A5806) is executed for the fanfare time.

図97(B)では、図97(A)と同様に、上大入賞口は短時間だけ開放され、この短時間の上大入賞口の小当り開放中に、レバーソレノイド86bが短時間(例えば100msec)だけオンして特定領域86が開放される。特定領域スイッチ72は、レバーソレノイド86bがオンすると有効になる。しかし、残存球エラーがあり、残存球処理時間(例えば1900msec)が経過しても、小当り残存球処理は終了しない。このため、レバーソレノイド86bのオンオフパターン(即ち特定領域86の開放パターン)にしたがって、短時間でのオンオフ後に、インターバル(例えば2900msec)を挟んで、再度、レバーソレノイド86bが長時間オンした後に残存球エラーの解除(残存球の処理の終了)に応じてオフする。ここで、インターバルの時間は、小当り開放時間(例えば1000msec)と残存球処理時間(例えば1900msec)と和になっているが、この限りでない。なお、レバーソレノイド86bのオンオフパターンは、特図1変動表示ゲームによる小当りと特図2変動表示ゲームによる小当り(図98)とで共通に設定されている。 In FIG. 97(B), as in FIG. 97(A), the upper large prize opening is opened for a short time, and during this short time of opening of the upper large prize opening for a small prize, the lever solenoid 86b is turned on for a short time (e.g., 100 msec) to open the specific area 86. The specific area switch 72 is enabled when the lever solenoid 86b is turned on. However, if there is a remaining ball error, the small prize remaining ball processing does not end even if the remaining ball processing time (e.g., 1900 msec) has elapsed. For this reason, after turning on and off for a short time according to the on/off pattern of the lever solenoid 86b (i.e., the opening pattern of the specific area 86), the lever solenoid 86b turns on again for a long time after an interval (e.g., 2900 msec), and then turns off according to the release of the remaining ball error (end of remaining ball processing). Here, the interval time is the sum of the small win release time (e.g., 1000 msec) and the remaining ball processing time (e.g., 1900 msec), but is not limited to this. The on/off pattern of the lever solenoid 86b is set to be the same for small wins in the special chart 1 variable display game and small wins in the special chart 2 variable display game (Figure 98).

その後、残存球エラーが解除されるまで、小当り残存球処理が継続するとともに、レバーソレノイド86bがオンに維持され、特定領域スイッチ72が有効状態に維持される。そして、特定領域スイッチ72が有効である間、試験信号として特別電動役物作動中信号がオンになり試射試験装置に出力される。残存球エラーが解除されて小当り残存球処理が終了すると、図97(A)と同様に小当りのエンディングになる。 After that, until the remaining ball error is released, the small win remaining ball processing continues, the lever solenoid 86b is kept on, and the specific area switch 72 is kept in an active state. Then, while the specific area switch 72 is active, the special electric device operation signal is turned on as a test signal and output to the test firing device. When the remaining ball error is released and the small win remaining ball processing is completed, the small win ending will occur as in Figure 97 (A).

なお、上大入賞口に入った遊技球を検出して上大入賞口スイッチ39a(カウントスイッチ)がパルス状にオンオフしてから残存球エラー監視時間(例えば3000msec)経過すると、残存球エラーの発生中であることを示す残存球エラー発生中フラグがオンに設定される。その後、残存球カウンタが0になると、残存球エラー発生中フラグがオフにされて残存球エラーが解除される。例えば、残存球エラー監視時間に関するタイマの計測や残存球エラー発生中フラグのオンオフは、入賞口スイッチ/状態監視処理(A1308)内に残存球監視処理を設けて実行される。 When the remaining ball error monitoring time (e.g., 3000 msec) has elapsed since the upper large prize entry port switch 39a (count switch) pulsed on and off after detecting a game ball that has entered the upper large prize entry port, the remaining ball error flag, indicating that a remaining ball error is occurring, is set to on. After that, when the remaining ball counter reaches 0, the remaining ball error flag is turned off and the remaining ball error is cancelled. For example, the timer measurement for the remaining ball error monitoring time and the on/off of the remaining ball error flag are performed by providing a remaining ball monitoring process within the prize entry port switch/status monitoring process (A1308).

図98は、特図2変動表示ゲームの小当り結果の場合において、第2特別変動入賞装置39の上大入賞口の開放動作や、特定領域86を開放させるレバーソレノイド86bのオン/オフ動作などを例示するタイムチャートである。(A)は、残存球エラーの無い状況を示し、(B)は、残存球エラーの有る状況を示す。 Figure 98 is a time chart illustrating the opening operation of the upper large winning port of the second special variable winning device 39 and the on/off operation of the lever solenoid 86b that opens the specific area 86 in the case of a small winning result in the special chart 2 variable display game. (A) shows a situation where there is no remaining ball error, and (B) shows a situation where there is a remaining ball error.

図98(A)では、特図2変動表示ゲームの小当り結果の場合に、特図1変動表示ゲームの小当り結果の場合(図97)と異なって、第2特別変動入賞装置39の上大入賞口は、短時間(例えば48msec)だけ一回開放された後に、インターバル(例えば2860msec)を挟んで、長時間の間に複数回開放される。例えば、複数回開放は、48msec×19回の開放と424msec×18回の閉塞からなり、この長時間は計8544msec又は上大入賞口への規定数入賞までの時間になる。このような上大入賞口の開放パターンとするため、例えば小当り開放中処理において、普電開放パターンと同様に、制御ポインタによって第2特別変動入賞装置39の開放と閉塞が制御されてよい。 In FIG. 98(A), in the case of a small win result of the special chart 2 variable display game, unlike the case of a small win result of the special chart 1 variable display game (FIG. 97), the upper large winning port of the second special variable winning device 39 is opened once for a short time (e.g., 48 msec), and then opened multiple times over a long period with an interval (e.g., 2860 msec). For example, the multiple openings consist of 48 msec x 19 openings and 424 msec x 18 closings, and this long period is a total of 8544 msec or the time until the specified number of winnings are made at the upper large winning port. In order to achieve such an opening pattern of the upper large winning port, for example, in the processing during the small win opening, the opening and closing of the second special variable winning device 39 may be controlled by a control pointer, as in the normal power opening pattern.

また、図98(A)では、レバーソレノイド86bの前述のオンオフパターンにしたがって、レバーソレノイド86bは、短時間(例えば100msec)でのオンオフ後に、インターバル(例えば2900msec)を挟んで、再度、レバーソレノイド86bが長時間オンした後にオフする。ここでの長時間は、21000msecと残存球の処理が終了するまでの時間の短い方の時間である。なお、特図2変動表示ゲームによる小当りの場合に、レバーソレノイド86bのオンオフパターン(即ち特定領域86の開放パターン)と上大入賞口の開放パターンは、上大入賞口の複数回の開放が開始するまで同様であり、略同期して連動する(レバーソレノイド86bと上大入賞口ソレノイド39bも略同期して連動する)。 In addition, in FIG. 98(A), following the aforementioned on/off pattern of the lever solenoid 86b, the lever solenoid 86b turns on and off for a short time (e.g., 100 msec), then there is an interval (e.g., 2900 msec), after which the lever solenoid 86b turns on again for a long time before turning off. The long time here is the shorter of 21000 msec or the time until the processing of the remaining balls is completed. In addition, in the case of a small win in the special chart 2 variable display game, the on/off pattern of the lever solenoid 86b (i.e., the opening pattern of the specific area 86) and the opening pattern of the upper large winning hole are similar until the upper large winning hole starts to open multiple times, and are linked in approximately synchronization (the lever solenoid 86b and the upper large winning hole solenoid 39b are also linked in approximately synchronization).

上大入賞口スイッチ39a(カウントスイッチ)は、上大入賞口に入った遊技球を検出すると、パルス状にオンする。その後、すぐに、或いは、残存球の処理の前に、残存球排出口スイッチ73又は特定領域スイッチ72が遊技球を検出するため、残存球エラーが無い。なお、特定領域スイッチ72が遊技球を検出した場合に、正常なV入賞による大当りであるため、イレギュラー当り情報は演出制御装置300に送信されない。残存球の処理の終了時には、エンディングコマンドだけが演出制御装置300に送信される。 When the upper large winning port switch 39a (count switch) detects a game ball that has entered the upper large winning port, it turns on in a pulsed manner. Thereafter, either immediately afterwards or before the remaining balls are processed, the remaining ball discharge port switch 73 or the specific area switch 72 detects the game ball, so there is no remaining ball error. Note that when the specific area switch 72 detects a game ball, this is a jackpot due to a normal V entry, so irregular win information is not sent to the performance control device 300. When the processing of the remaining balls is completed, only the ending command is sent to the performance control device 300.

なお、残存球の処理は、小当り開放の終了時(上大入賞口の閉鎖時)から開始して、残存球処理時間の経過時と残存球カウンタが0になる時(エラー解除時)との遅い方の時点に終了する。図98(A)では、残存球処理時間(例えば1900msec)の経過前に、残存球排出口スイッチ73又は特定領域スイッチ72が遊技球を検出して残存球カウンタが既に0になっているため、小当り残存球処理(A2613)は残存球処理時間(例えば1900msec)の経過時に実行終了し、この時点で特定領域スイッチ72は無効になる。 The processing of the remaining balls starts when the small win opening ends (when the upper large winning hole closes) and ends when the remaining ball processing time has elapsed or when the remaining ball counter becomes 0 (when the error is cleared), whichever is later. In FIG. 98(A), the remaining ball outlet switch 73 or the specific area switch 72 detects a game ball and the remaining ball counter has already become 0 before the remaining ball processing time (e.g., 1900 msec) has elapsed, so the small win remaining ball processing (A2613) ends when the remaining ball processing time (e.g., 1900 msec) has elapsed, and the specific area switch 72 becomes ineffective at this point.

本実施形態では、残存球の処理の後に小当りのエンディングになるが、小当り残存球処理(A2613)で設定される小当りエンディング時間(例えば4200msec)の間、小当りのエンディングが継続する。なお、特図2変動表示ゲームによる小当りの場合の小当りエンディング時間は、特図1変動表示ゲームによる小当りの場合よりも長い。 In this embodiment, the small win ending occurs after the remaining balls are processed, but the small win ending continues for the small win ending time (e.g., 4200 msec) set in the small win remaining ball processing (A2613). Note that the small win ending time for a small win in the special chart 2 variable display game is longer than for a small win in the special chart 1 variable display game.

図98(B)では、図98(A)と同じ開放パターンで、上大入賞口は開放される。上大入賞口の開放パターンは、残存球エラーの有無によらない。また、図98(B)では、小当り開放終了まで、図98(A)と同じオンオフパターンでレバーソレノイド86bが動作するが、残存球エラーがあるため、残存球処理時間(例えば1900msec)が経過しても、レバーソレノイド86bは長時間21000msecの間オンしたままである。 In Figure 98(B), the upper large prize opening is opened in the same opening pattern as Figure 98(A). The opening pattern of the upper large prize opening does not depend on whether there is a remaining ball error or not. Also, in Figure 98(B), the lever solenoid 86b operates in the same on-off pattern as Figure 98(A) until the small prize opening is complete, but because there is a remaining ball error, the lever solenoid 86b remains on for a long period of time, 21,000 msec, even after the remaining ball processing time (for example, 1,900 msec) has passed.

その後、残存球エラーが解除されるまで、小当り残存球処理が継続するとともに、特定領域スイッチ72が有効状態に維持される。そして、特定領域スイッチ72が有効である間、試験信号として特別電動役物作動中信号がオンになり試射試験装置に出力される。残存球エラーが解除されて小当り残存球処理が終了すると、図98(A)と同様に小当りのエンディングになる。なお、残存球エラーの発生と解除は、図98(B)で説明したとおりである。 After that, until the remaining ball error is released, the small win remaining ball processing continues and the specific area switch 72 remains in the enabled state. Then, while the specific area switch 72 is enabled, the special electric device operation signal is turned on as a test signal and output to the test firing device. When the remaining ball error is released and the small win remaining ball processing is completed, the small win ending will occur as in Figure 98 (A). The occurrence and release of the remaining ball error is as explained in Figure 98 (B).

[第3実施形態の作用・効果]
第3実施形態に係る遊技機10は、識別情報を変動表示させる変動表示ゲームを実行可能な遊技制御手段(例えば遊技制御装置100)を備える。遊技制御手段は、遊技者に有利な第1の特定遊技状態(例えば特定遊技状態B、特定遊技状態Aでも可)と、第1の特定遊技状態とは発生条件の異なる第2の特定遊技状態(例えば特定遊技状態C)と、を発生可能である。遊技制御手段は、変動表示ゲームとして、第1の始動条件の成立に基づいて第1変動表示ゲーム(例えば特図1変動表示ゲーム)を実行可能であり、第2の始動条件の成立に基づいて第2変動表示ゲーム(例えば特図2変動表示ゲーム)を実行可能である。第1の特定遊技状態及び第2の特定遊技状態において、第1変動表示ゲームの変動パターンを選択するための第1変動パターン群(例えば特図1変動パターンテーブル、変動パターンテーブルA)と、第2変動表示ゲームの変動パターンを選択するための第2変動パターン群(例えば特図2変動パターンテーブル、変動パターンテーブルC)とを異ならせる。
[Actions and Effects of the Third Embodiment]
The gaming machine 10 according to the third embodiment includes a gaming control means (e.g., a gaming control device 100) capable of executing a variable display game that variably displays identification information. The gaming control means can generate a first specific gaming state (e.g., specific gaming state B or specific gaming state A) that is advantageous to the player, and a second specific gaming state (e.g., specific gaming state C) that has a different generation condition from the first specific gaming state. The gaming control means can execute a first variable display game (e.g., a special chart 1 variable display game) as a variable display game based on the establishment of a first start condition, and can execute a second variable display game (e.g., a special chart 2 variable display game) based on the establishment of a second start condition. In the first specific game state and the second specific game state, a first variation pattern group (e.g., special chart 1 variation pattern table, variation pattern table A) for selecting the variation pattern of the first variation display game is made different from a second variation pattern group (e.g., special chart 2 variation pattern table, variation pattern table C) for selecting the variation pattern of the second variation display game.

例えば、主変動表示ゲームが、第1の特定遊技状態で第2変動表示ゲームになり第2の特定遊技状態で第1変動表示ゲームになるなど、第1の特定遊技状態と第2の特定遊技状態で主変動表示ゲームが異なることがある。しかし、このような遊技機10では、第1の特定遊技状態でも第2の特定遊技状態でも第1変動パターン群と第2変動パターン群とを異ならせることによって、特図変動表示ゲームで選択される変動パターンの種類を特定遊技状態の種類に合わせて明確に切り替えることができる。このため、特定遊技状態の種類に合わた演出ができ、遊技の興趣を向上することができる。 For example, the main variable display game may be different in the first specific game state and the second specific game state, such as the main variable display game becoming the second variable display game in the first specific game state and the first variable display game in the second specific game state. However, in such a gaming machine 10, by making the first variable pattern group and the second variable pattern group different in both the first specific game state and the second specific game state, the type of variable pattern selected in the special chart variable display game can be clearly switched according to the type of specific game state. This allows for a presentation that matches the type of specific game state, improving the interest of the game.

また、第3実施形態では、第1の特定遊技状態及び第2の特定遊技状態において、第1変動パターン群(例えば特図1変動パターンテーブル)を通常遊技状態と同じにする。従って、第1変動表示ゲームで選択される変動パターンの種類が、通常遊技状態、第1の特定遊技状態、及び、第2の特定遊技状態で共通して演出上の違和感が少なくなり、遊技の興趣を向上することができる。さらに、遊技制御も簡単になる。また、遊技規則等にも違反しないことになる。 In addition, in the third embodiment, in the first specific game state and the second specific game state, the first variation pattern group (for example, the special chart 1 variation pattern table) is made the same as in the normal game state. Therefore, the type of variation pattern selected in the first variation display game is common to the normal game state, the first specific game state, and the second specific game state, reducing the sense of incongruity in the presentation and increasing the interest in the game. Furthermore, game control is simplified. Also, there is no violation of game rules, etc.

また、第3実施形態では、第1の特定遊技状態及び第2の特定遊技状態において、第2変動パターン群(例えば特図2変動パターンテーブル)を同じにする。従って、第2変動表示ゲームで選択される変動パターンの種類が、第1の特定遊技状態及び第2の特定遊技状態で共通して演出上の違和感がなり、遊技の興趣を向上することができる。さらに、遊技制御も簡単になる。また、遊技規則等にも違反しないことになる。 In addition, in the third embodiment, the second variation pattern group (for example, the special chart 2 variation pattern table) is made the same in the first specific game state and the second specific game state. Therefore, the type of variation pattern selected in the second variation display game is common to the first specific game state and the second specific game state, creating a sense of incongruity in the presentation, and increasing the interest of the game. Furthermore, game control is simplified. Also, there is no violation of game rules, etc.

また、第3実施形態に係る遊技機10は、識別情報を変動表示させる変動表示ゲームを実行可能な遊技制御手段(例えば遊技制御装置100)を備え、変動表示ゲームの結果が特別結果となる場合に遊技者に有利な特別遊技状態(例えば大当り状態)を発生可能である。遊技機10は、遊技球が入賞容易な入賞容易状態(例えば開状態)と入賞困難な入賞非容易状態(例えば閉状態)とに変換可能であり、特定遊技状態において通常遊技状態よりも入賞容易状態に変換し易くなる変動入賞装置(例えば普通変動入賞装置37)を備える。遊技制御手段は、所定条件(例えば特図低確率)での変動表示ゲームの実行回数が所定回数(例えば天井回数)になる場合に、特別遊技状態の発生を伴わずに第1の特定遊技状態(例えば特定遊技状態B、b時短)を発生可能であり、変動表示ゲームの結果が特別結果と異なる特定結果(例えば時短図柄)になる場合に、特別遊技状態の発生を伴わずに第2の特定遊技状態(例えば特定遊技状態C、c時短)を発生可能である。遊技制御手段は、変動表示ゲームとして、第1の始動条件の成立に基づいて第1変動表示ゲーム(例えば特図1変動表示ゲーム)を実行可能であり、第2の始動条件の成立に基づいて第2変動表示ゲーム(例えば特図2変動表示ゲーム)を実行可能である。第1の特定遊技状態及び第2の特定遊技状態において、第1変動表示ゲームの変動パターンを選択するための第1変動パターン群(例えば特図1変動パターンテーブル、変動パターンテーブルA)と、第2変動表示ゲームの変動パターンを選択するための第2変動パターン群(例えば特図2変動パターンテーブル、変動パターンテーブルC)とを異ならせる。変動入賞装置(例えば普通変動入賞装置37)は、第2の特定遊技状態(例えば特定遊技状態C、c時短)において、通常遊技状態よりも入賞容易状態に変換し易くなるが、第1の特定遊技状態(例えば特定遊技状態B、b時短)よりも入賞容易状態に変換し難くなる。 The gaming machine 10 according to the third embodiment is equipped with a gaming control means (e.g., gaming control device 100) capable of executing a variable display game that variably displays identification information, and is capable of generating a special gaming state (e.g., a jackpot state) advantageous to the player when the result of the variable display game is a special result. The gaming machine 10 is equipped with a variable winning device (e.g., normal variable winning device 37) that can convert the gaming ball between an easy-to-win state (e.g., an open state) in which it is easy to win and a difficult-to-win state (e.g., a closed state) in which it is difficult to win, and that is easier to convert to the easy-to-win state in a specific gaming state than to the normal gaming state. The game control means can generate a first specific game state (e.g., specific game state B, b time reduction) without the occurrence of a special game state when the number of times the variable display game is executed under a predetermined condition (e.g., special chart low probability) becomes a predetermined number (e.g., ceiling number of times), and can generate a second specific game state (e.g., specific game state C, c time reduction) without the occurrence of a special game state when the result of the variable display game becomes a specific result (e.g., time reduction pattern) different from the special result. The game control means can execute a first variable display game (e.g., special chart 1 variable display game) as a variable display game based on the establishment of a first start condition, and can execute a second variable display game (e.g., special chart 2 variable display game) based on the establishment of a second start condition. In the first specific game state and the second specific game state, the first variation pattern group (e.g., special game state 1 variation pattern table, variation pattern table A) for selecting the variation pattern of the first variation display game is different from the second variation pattern group (e.g., special game state 2 variation pattern table, variation pattern table C) for selecting the variation pattern of the second variation display game. The variation winning device (e.g., normal variation winning device 37) is easier to convert to a winning-easier state in the second specific game state (e.g., specific game state C, c time reduction) than in the normal game state, but is more difficult to convert to a winning-easier state than in the first specific game state (e.g., specific game state B, b time reduction).

主変動表示ゲーム(例えば第2の特定遊技状態で特図1変動表示ゲーム、第1の特定遊技状態で特図2変動表示ゲーム)と普電サポートの種類(例えば第1の特定遊技状態で高サポ、第2の特定遊技状態で中サポ)が第1の特定遊技状態と第2の特定遊技状態で異なることがある。しかし、このような遊技機10では、第1の特定遊技状態でも第2の特定遊技状態でも第1変動パターン群と第2変動パターン群とを異ならせることによって、特図変動表示ゲームで選択される変動パターンの種類を特定遊技状態の種類、ひいては、普電サポートの種類に合わせて明確に切り替えることができる。このため、特定遊技状態の種類、ひいては、普電サポートの種類に合わた演出ができ、遊技の興趣を向上することができる。 The main variation display game (e.g., special chart 1 variation display game in the second specific game state, special chart 2 variation display game in the first specific game state) and the type of normal power support (e.g., high support in the first specific game state, medium support in the second specific game state) may differ between the first and second specific game states. However, in such a gaming machine 10, by making the first variation pattern group and the second variation pattern group different in both the first and second specific game states, the type of variation pattern selected in the special chart variation display game can be clearly switched according to the type of specific game state, and thus the type of normal power support. This allows for a presentation that matches the type of specific game state, and thus the type of normal power support, thereby improving the interest of the game.

また、第3実施形態では、遊技制御手段は、特別遊技状態(例えば大当り状態)の発生を伴って、特別遊技状態に続いて遊技者に有利な第3の特定遊技状態(例えば特定遊技状態A、a時短)を発生可能である。変動入賞装置(例えば普通変動入賞装置37)は、第1の特定遊技状態(例えば特定遊技状態B、b時短)と第3の特定遊技状態(例えば特定遊技状態A、a時短)において、第2の特定遊技状態(例えば特定遊技状態C、c時短)よりも入賞容易状態に変換し易くなる。 In addition, in the third embodiment, the game control means can generate a third specific game state (e.g., specific game state A, time-saving a) that is advantageous to the player following the special game state (e.g., a jackpot state), with the occurrence of the special game state. The variable winning device (e.g., normal variable winning device 37) is more likely to convert to a state in which it is easier to win in the first specific game state (e.g., specific game state B, time-saving b) and the third specific game state (e.g., specific game state A, time-saving a) than in the second specific game state (e.g., specific game state C, time-saving c).

従って、第2の特定遊技状態の普電サポートを中サポとし、第1の特定遊技状態と第3の特定遊技状態の普電サポートをを高サポとすることができる。そして、第2の特定遊技状態は、他の複数の特定遊技状態(第1の特定遊技状態と第3の特定遊技状態)とは、遊技者が得られる利益や遊技球の発射態様である打ち方も異なる特色のある特定遊技状態にすることができ、遊技にメリハリが出て遊技の興趣を向上することができる。 Therefore, the normal power support in the second specific game state can be medium support, and the normal power support in the first and third specific game states can be high support. The second specific game state can be a specific game state with characteristics that differ from the other multiple specific game states (the first and third specific game states) in the profits that the player can obtain and the way in which the game balls are launched, which is the way they are hit, adding variety to the game and improving the interest of the game.

また、第3実施形態に係る遊技機10において、遊技球が入賞容易な入賞容易状態と入賞困難な入賞非容易状態とに変換可能であり、特定遊技状態(例えば、時短状態、確変状態、普電サポート状態)において通常遊技状態よりも入賞容易状態に変換し易くなる変動入賞装置(例えば普通変動入賞装置37)を備える。遊技制御手段は、特別遊技状態(例えば大当り状態)の終了後に第1の特定遊技状態(例えば特定遊技状態A又は特定遊技状態B)を発生可能であり、変動表示ゲームの結果が特別結果と異なる特定結果(例えば時短図柄)になる場合に、特別遊技状態の発生を伴わずに第2の特定遊技状態(例えば特定遊技状態C)を発生可能である。遊技制御手段は、第1の特定遊技状態において、第2の特定遊技状態よりも変動入賞装置を入賞容易状態に変換し易くする。遊技制御手段は、変動表示ゲームとして、第1の始動条件の成立に基づいて第1変動表示ゲームを実行可能であり、第2の始動条件の成立に基づいて第2変動表示ゲームを実行可能である。第1の特定遊技状態及び第2の特定遊技状態において、第1変動表示ゲームの変動パターンを選択するための第1変動パターン群(例えば特図1変動パターンテーブル、変動パターンテーブルA)と、第2変動表示ゲームの変動パターンを選択するための第2変動パターン群(例えば特図2変動パターンテーブル、変動パターンテーブルC)とを異ならせる。 In addition, the gaming machine 10 according to the third embodiment is equipped with a variable winning device (e.g., normal variable winning device 37) that can convert the game ball between an easy-to-win state where it is easy to win and a non-easy-to-win state where it is difficult to win, and that is easier to convert to the easy-to-win state in a specific gaming state (e.g., time-saving state, probability-changing state, normal power support state) than in the normal gaming state. The gaming control means can generate a first specific gaming state (e.g., specific gaming state A or specific gaming state B) after the end of a special gaming state (e.g., a jackpot state), and can generate a second specific gaming state (e.g., specific gaming state C) without the occurrence of a special gaming state when the result of the variable display game is a specific result (e.g., a time-saving pattern) different from the special result. The gaming control means makes it easier to convert the variable winning device to the easy-to-win state in the first specific gaming state than in the second specific gaming state. The game control means can execute a first variable display game as a variable display game based on the establishment of a first starting condition, and can execute a second variable display game based on the establishment of a second starting condition. In the first specific game state and the second specific game state, a first variable pattern group (e.g., special chart 1 variable pattern table, variable pattern table A) for selecting the variable pattern of the first variable display game is made different from a second variable pattern group (e.g., special chart 2 variable pattern table, variable pattern table C) for selecting the variable pattern of the second variable display game.

例えば、主変動表示ゲームが、第1の特定遊技状態で第2変動表示ゲームになり第2の特定遊技状態で第1変動表示ゲームになるなど、第1の特定遊技状態と第2の特定遊技状態で主変動表示ゲームが異なることがある。しかし、第1の特定遊技状態でも第2の特定遊技状態でも、第1変動パターン群と第2変動パターン群とが互いに異なるようにし、特図変動表示ゲームで選択される変動パターンの種類を、特定遊技状態の種類、ひいては、変動入賞装置が入賞容易状態になる頻度(例えば普電サポートの種類)に合わせて切り替えることができる。このため、特定遊技状態の種類、ひいては、変動入賞装置が入賞容易状態になる頻度(程度)に応じた演出ができ、遊技の興趣を向上できる。 For example, the main variable display game may be different between the first and second specific game states, such as the main variable display game becoming the second variable display game in the first specific game state and the first variable display game in the second specific game state. However, in both the first and second specific game states, the first and second variable pattern groups are different from each other, and the type of variable pattern selected in the special chart variable display game can be switched according to the type of specific game state and, in turn, the frequency with which the variable winning device becomes in an easy-to-win state (for example, the type of normal power support). This allows for a presentation that corresponds to the type of specific game state and, in turn, the frequency (degree) with which the variable winning device becomes in an easy-to-win state, improving the interest of the game.

また、第3実施形態に係る遊技機10において、遊技制御手段は、第1の特定遊技状態(例えば特定遊技状態A又は特定遊技状態B)において、第2の特定遊技状態(例えば特定遊技状態C)よりも変動入賞装置(例えば普通変動入賞装置37)を入賞容易状態に変換し易くし、変動表示ゲームとして、第1の始動条件の成立に基づいて第1変動表示ゲームを実行可能であり、第2の始動条件の成立に基づいて第2変動表示ゲームを実行可能であり、第2の特定遊技状態において、第1変動表示ゲームの変動パターンを選択するための第1変動パターン群を通常遊技状態と同じにする。 In addition, in the gaming machine 10 according to the third embodiment, the game control means makes it easier to convert the variable winning device (e.g., normal variable winning device 37) to an easy-to-win state in a first specific gaming state (e.g., specific gaming state A or specific gaming state B) than in a second specific gaming state (e.g., specific gaming state C), and as a variable display game, a first variable display game can be executed based on the establishment of a first start condition, and a second variable display game can be executed based on the establishment of a second start condition, and in the second specific gaming state, the first variable pattern group for selecting the variable pattern of the first variable display game is made the same as that in the normal gaming state.

第1の特定遊技状態(例えば特定遊技状態A又は特定遊技状態B)よりも入賞容易状態に変換し難い第2の特定遊技状態(例えば特定遊技状態C)は、変動入賞装置の入賞容易状態に変換する頻度(程度)が第2の特定遊技状態よりも通常遊技状態に近い場合もある。従って、第2の特定遊技状態において、第1変動パターン群を通常遊技状態と同じにすれば、第2の特定遊技状態の第1変動表示ゲームで選択される変動パターンの種類が、通常遊技状態と共通して演出上の違和感を少なくしつつ、入賞容易状態に変換する頻度の異なる2つの特定遊技状態によって遊技の興趣を向上できる。また、遊技制御も簡単になる。特に、第2の特定遊技状態と通常遊技状態において、遊技球の発射態様である打ち方(右打ち又は左打ち)が同じで、主変動表示ゲームが第1変動表示ゲームで共通する場合には、第1変動パターン群を第2の特定遊技状態と通常遊技状態とで同じにして第1変動表示ゲームの変動パターンの種類を共通化する利点が大きくなる(共通化しない場合には違和感が大きくなってしまう)。 A second specific game state (e.g., specific game state C), which is more difficult to convert to an easy-to-win state than a first specific game state (e.g., specific game state A or specific game state B), may have a frequency (degree) of conversion of the variable winning device to an easy-to-win state closer to the normal game state than the second specific game state. Therefore, if the first variable pattern group is made the same as the normal game state in the second specific game state, the type of variable pattern selected in the first variable display game in the second specific game state will be common to the normal game state, reducing the sense of incongruity in the presentation, while the two specific game states with different frequencies of conversion to the easy-to-win state can increase the interest of the game. Game control is also simplified. In particular, if the hitting style (right hit or left hit), which is the mode in which the game ball is launched, is the same in the second specific game state and the normal game state, and the main variable display game is the same as the first variable display game, there is a significant advantage in making the first variable pattern group the same in the second specific game state and the normal game state and commonizing the types of variable patterns of the first variable display game (if they are not common, the sense of incongruity will be large).

[第4実施形態]
図99から図107を参照して、第4実施形態について説明する。なお、以下で述べる以外の構成は、第1実施形態から第3実施形態までの実施形態と同様でよい。また、以下の実施形態では、第1実施形態から第3実施形態と同じ機能を果たす構成には同一の符号を用い、重複する記載を適宜省略して説明する。
[Fourth embodiment]
The fourth embodiment will be described with reference to Figures 99 to 107. Note that configurations other than those described below may be similar to those of the first to third embodiments. In the following embodiments, the same reference numerals are used for configurations that perform the same functions as those of the first to third embodiments, and duplicate descriptions are appropriately omitted in the description.

第4実施形態は、安全装置の状態又は安全装置カウンタ値(差玉数+初期値)に応じた演出系の装置の態様(表示態様、発光態様、動作態様)などに関するものである。演出系の装置は、演出を実行可能な装置であり、例えば、表示装置41や、演出用LED等からなる装飾装置(盤装飾装置46又は枠装飾装置18など)、動作可能な可動役物(可動体、盤演出装置44、枠演出装置)がある。なお、遊技制御装置100が実行する制御は、第1実施形態から第3実施形態までの他の実施形態と同様である。 The fourth embodiment relates to the state of the presentation device (display state, light emission state, operation state) according to the state of the safety device or the safety device counter value (difference in number of balls + initial value). Presentation devices are devices capable of executing presentations, and include, for example, the display device 41, decoration devices consisting of presentation LEDs (such as the board decoration device 46 or frame decoration device 18), and movable parts that can be operated (movable body, board presentation device 44, frame presentation device). The control executed by the game control device 100 is the same as in the other embodiments from the first to third embodiments.

〔安全装置の状態等に応じた演出系の装置の態様〕
図99は、安全装置の状態に応じた演出系の装置の態様などを示すテーブルである。図99のように、安全装置の状態又は安全装置カウンタ値(ひいては差玉数)に応じて、演出系の装置の態様が変化する。
[Aspects of the performance-related devices according to the state of the safety devices, etc.]
99 is a table showing the state of the performance device according to the state of the safety device. As shown in FIG. 99, the state of the performance device changes according to the state of the safety device or the safety device counter value (and thus the difference in the number of balls).

第1実施形態で説明したとおり、0~189999の安全装置カウンタ値(-100000~89999の差玉数)に対応して安全装置の状態は未作動状態(作動予告状態や作動警告状態や作動状態でない通常状態)になる。190000~194999の安全装置カウンタ値(90000~94999の差玉数)に対応して安全装置の状態は、安全装置の作動を予告する作動予告状態になる。195000の安全装置カウンタ値(95000の差玉数に到達)に対応して、安全装置の作動を警告する作動警告状態又は安全装置が作動中である作動状態(作動中状態)になる。 As explained in the first embodiment, the state of the safety device will be in a non-operated state (operation notice state, operation warning state, or normal state where the safety device is not in an activated state) corresponding to a safety device counter value of 0 to 189999 (difference in number of balls of -100000 to 89999). The state of the safety device will be in an activation notice state that warns of the activation of the safety device corresponding to a safety device counter value of 190000 to 194999 (difference in number of balls of 90000 to 94999). The state of the safety device will be in an activation warning state that warns of the activation of the safety device corresponding to a safety device counter value of 195000 (reaching a difference in number of balls of 95000) or in an activated state where the safety device is in an activated state (activated state).

なお、195000の安全装置カウンタ値で、安全装置は、大当り中又は小当り中の場合に作動警告状態になり、大当り中でも小当り中でもない場合に作動状態になる。従って、大当り又は小当りが発生する前に、安全装置が作動状態になると、直後から遊技停止状態(遊技不可状態、遊技禁止状態)が発生し、作動警告状態は発生しないことになる。 When the safety counter value is 195,000, the safety goes into an activation warning state during a big win or small win, and goes into an activated state when there is neither a big win nor a small win. Therefore, if the safety goes into an activated state before a big win or small win occurs, a game stop state (unplayable state, game prohibited state) will occur immediately afterwards, and the activation warning state will not occur.

一方、作動警告状態は、大当り中又は小当り中に安全装置カウンタ値が195000に達すると発生可能である。このため、大当り又は小当りが終了することによって大当り中でも小当り中でもなくなると、安全装置は作動警告状態から作動状態(作動中状態)に移行する。 On the other hand, the activation warning state can occur when the safety device counter value reaches 195,000 during a big win or small win. Therefore, when the big win or small win ends and it is no longer a big win or small win, the safety device transitions from the activation warning state to an activated state (activated state).

0~194999の安全装置カウンタ値(-100000~94999の差玉数)の安全装置の未作動状態又は作動予告状態において、遊技機の状態(遊技状態)は、遊技中又は客待ち中(客待ち状態)である。また、195000の安全装置カウンタ値(95000の差玉数に到達)では、遊技機の状態は、安全装置の作動警告状態において小当り中又は大当り中であるが、安全装置の作動状態において遊技停止状態(遊技不可状態、遊技禁止状態)である。なお、強エラー2が発生している場合においても、同じ遊技停止状態が発生可能である。 When the safety device counter value is 0 to 194,999 (-100,000 to 94,999 difference in number of balls), and the safety device is not activated or is in a warning state, the state of the gaming machine (game state) is in play or waiting for customers (waiting for customers state). Also, when the safety device counter value is 195,000 (reaching 95,000 difference in number of balls), the state of the gaming machine is during a small win or a big win in the safety device activation warning state, but is in a game stop state (unplayable state, game prohibited state) when the safety device is activated. Note that the same game stop state can occur even if a strong error 2 occurs.

遊技停止状態において、遊技として特図変動表示ゲーム、普図変動表示ゲーム、及び、ラウンド遊技(大当り中や小当り中での遊技)等を実行できない。このようにするため、第1実施形態のとおり、遊技停止状態において、入賞口スイッチでの遊技球の検出が無効となって入賞口(入賞)は無効になり(A2201で「Y」)、大入賞口、特定領域86、普通変動入賞装置37等が閉鎖するようソレノイドは停止して(A1602とA1603で「Y」)、球発射装置からの遊技球の発射が停止(禁止)され発射停止となり(A1611とA1612で「Y」)、一括表示装置50は消灯する(A1610とA1612の結果が「Y」)。遊技停止状態において、特図変動表示ゲームや普図変動表示ゲームが継続できなくなるだけでなく、新たな特図変動表示ゲームや新たな普図変動表示ゲームは開始できないことになる。なお、安全装置の作動した遊技停止状態において、発射停止としない構成も可能である(強エラー2に起因して発生した遊技停止状態においても、発射停止としなくてもよい)。また、遊技停止状態において、第1実施形態のとおり、払出コマンド送信処理(A1307)は停止されず、遊技停止状態となる前に発生した入賞による賞球の払い出しは継続される。 In the game stop state, the special chart change display game, the normal chart change display game, and the round game (play during a big win or a small win) cannot be executed as games. In order to do this, as in the first embodiment, in the game stop state, the detection of the game ball at the winning port switch is disabled and the winning port (winning) is disabled ("Y" in A2201), the solenoid is stopped so that the big winning port, the specific area 86, the normal winning device 37, etc. are closed ("Y" in A1602 and A1603), the launch of the game ball from the ball launching device is stopped (prohibited) and the launch is stopped ("Y" in A1611 and A1612), and the collective display device 50 is turned off (the results of A1610 and A1612 are "Y"). In the game stop state, not only can the special chart change display game and the normal chart change display game not be continued, but a new special chart change display game and a new normal chart change display game cannot be started. It is also possible to configure the system so that firing is not stopped when the game is stopped due to the activation of the safety device (firing does not have to be stopped even when the game is stopped due to a strong error 2). Also, in the game stopped state, as in the first embodiment, the payout command transmission process (A1307) is not stopped, and the payout of winning balls that occurred before the game stopped state continues.

遊技停止状態において、ホールコンピュータなどの外部装置に外部情報信号として出力されるセキュリティ信号が発生し(A9322)、遊技機エラー状態信号のオンデータとして試射試験装置へ出力される試験信号が発生する(A9323)。なお、安全装置の作動した遊技停止状態において、試験信号(遊技機エラー状態信号)を発生しない構成も可能である(強エラー2に起因して発生した遊技停止状態においても、試験信号を発生しなくてもよい)。 In the game stop state, a security signal is generated that is output as an external information signal to an external device such as a hall computer (A9322), and a test signal is generated that is output to a test firing test device as on data of a game machine error state signal (A9323). Note that it is also possible to configure the game to not generate a test signal (game machine error state signal) in the game stop state where the safety device is activated (even in the game stop state caused by strong error 2, it is not necessary to generate a test signal).

安全装置の未作動状態において、表示装置41は、基本的に安全装置に関連する安全装置関連表示は表示しないが、例外的に、客待ち中などにおいて、特定機種表示541(例えば「コンプリート機能搭載」の文字)などによって、安全装置付きの機種であることを表示してよい。特定機種表示541を見た遊技者は、遊技機10が安全装置(コンプリート機能)を有することを認識できる。 When the safety device is not in operation, the display device 41 generally does not display any safety device-related display related to the safety device. However, exceptionally, while waiting for customers, the display device 41 may display the specific model display 541 (e.g., the text "Complete function installed") to indicate that the gaming machine 10 is equipped with a safety device. A player who sees the specific model display 541 can recognize that the gaming machine 10 has a safety device (complete function).

安全装置の作動予告状態において、表示装置41は、安全装置関連表示(又は安全装置作動情報表示)として作動予告表示511(例えば「まもなく打ち止めです」の文字)を表示する。作動予告表示511を効果的に表示するために、作動予告表示511の表示態様は、客待ち中や変動表示中(特図変動表示ゲームの実行中)などの遊技状態に応じて変化してよい。なお、作動予告状態の開始時において、演出制御装置300は、安全装置作動関連コマンドとして作動予告状態に対応する作動予告コマンドを受信しているため、表示装置41で作動予告表示511が可能となる(B1330の安全装置系処理)。 In the safety device activation warning state, the display device 41 displays an activation warning display 511 (e.g., the text "Play ends soon") as a safety device-related display (or safety device activation information display). In order to effectively display the activation warning display 511, the display mode of the activation warning display 511 may change depending on the game state, such as while waiting for customers or while a variable display is in progress (while a special chart variable display game is being executed). At the start of the activation warning state, the performance control device 300 has received an activation warning command corresponding to the activation warning state as a safety device activation-related command, so that the activation warning display 511 is possible on the display device 41 (safety device system processing of B1330).

作動予告表示511によって遊技者に遊技をできなく可能性を事前に報知して、遊技者に遊技を終了させることを促し、遊技者が意図せず不利益を受けることを防止できる。また、作動予告表示511によって、不正を行っている者には驚きを与えて、不正を止めることを促すことができる。作動予告表示511の表示態様を遊技状態(例えば客待ち中、変動表示中)に応じて異ならせて、適切に予告表示を行うことができる。 The operation warning display 511 notifies the player in advance of the possibility that he or she may be unable to play, urging the player to end the game and preventing the player from unintentionally suffering a disadvantage. The operation warning display 511 can also surprise someone who is cheating and urge them to stop cheating. The display mode of the operation warning display 511 can be varied depending on the game status (e.g. waiting for customers, during a changing display) to provide an appropriate warning display.

小当り中や大当り中の安全装置の作動警告状態において、表示装置41は、安全装置関連表示として作動警告表示512(例えば「当り終了後に打ち止めとなります」の文字)を表示する。なお、作動警告状態の開始時において、演出制御装置300は、安全装置作動関連コマンドとして作動警告状態に対応する作動警告コマンドを受信しているため、表示装置41で作動警告表示512が可能となる(B1330の安全装置系処理)。 When the safety device is in an activation warning state during a small win or a big win, the display device 41 displays an activation warning display 512 (for example, the text "Play will end after the win") as a safety device-related display. Note that at the start of the activation warning state, the performance control device 300 has received an activation warning command corresponding to the activation warning state as a safety device activation-related command, so the activation warning display 512 is possible on the display device 41 (safety device system processing of B1330).

安全装置の作動状態(小当り中や大当り中でない)、即ち遊技停止状態において、表示装置41は、安全装置関連表示として作動中表示513(例えば「打ち止め中」の文字)を表示する。なお、作動状態の開始時において、演出制御装置300は、安全装置作動関連コマンドとして作動状態に対応する作動中コマンドを受信しているため、表示装置41で作動中表示513が可能となる(B1330の安全装置系処理)。 When the safety device is in operation (not during a small win or a big win), i.e., when play is stopped, the display device 41 displays an operation display 513 (for example, the text "Play Stopped") as a safety device-related display. Note that at the start of the operation state, the performance control device 300 receives an operation command corresponding to the operation state as a safety device operation-related command, so that the operation display 513 is possible on the display device 41 (safety device system processing of B1330).

なお、演出制御装置300は、安全装置の作動を予告する作動予告表示511、安全装置の作動を警告する作動警告表示512、安全装置の作動中であることを示す作動中表示513を表示装置41等(表示手段)に表示可能な表示制御手段を構成する。 The performance control device 300 constitutes a display control means capable of displaying on the display device 41 or the like (display means) an operation notification display 511 that notifies the user of the operation of the safety device, an operation warning display 512 that warns the user of the operation of the safety device, and an operation in progress display 513 that indicates that the safety device is in operation.

なお、表示装置41は、安全装置が作動した遊技停止状態においても、エラー表示を表示可能である。例えば、遊技停止状態においても払い出しは継続されるため、遊技球(遊技媒体)の払い出しに関する払い出しエラーが発生することがあるが、表示装置41は、エラー表示によって払い出しエラーを報知可能である。なお、強エラー2が発生している場合にも遊技が停止し遊技停止状態(遊技不可状態、遊技禁止状態)となるが、強エラー2による遊技停止状態において、表示装置41は、ホール関係者や遊技者にエラー発生を認識させるためエラー表示によって払い出しエラーを報知可能としてもよいし、強エラー2と混同しないよう払い出しエラーを報知不可としてもよい。 The display device 41 can display an error message even when the game is stopped and the safety device is activated. For example, since payouts continue even when the game is stopped, a payout error may occur regarding the payout of game balls (game media), but the display device 41 can notify the payout error by displaying an error. Note that if a strong error 2 occurs, the game also stops and the game is stopped (unplayable state, play prohibited state), but in the game stopped state due to strong error 2, the display device 41 may be able to notify the payout error by displaying an error so that hall personnel and players are aware of the occurrence of an error, or may not be able to notify the payout error so as not to confuse it with a strong error 2.

遊技停止状態において、未作動状態や作動予告状態や作動警告状態とは異なり、一括表示装置50と性能表示装置152の発光部(LED)は全て消灯する(全消灯)。なお、遊技停止状態において、一括表示装置50と性能表示装置152の発光部(LED)は全て点灯してもよい(全点灯)。遊技停止状態において、球貸ボタン27は有効のままであり、遊技球を借りる場合に遊技者が操作すると、払出装置から遊技球が上皿21に払い出されてよい。 In the game stop state, unlike the non-operation state, the operation notice state, and the operation warning state, all of the light-emitting parts (LEDs) of the collective display device 50 and the performance display device 152 are turned off (all off). Note that in the game stop state, all of the light-emitting parts (LEDs) of the collective display device 50 and the performance display device 152 may be lit (all on). In the game stop state, the ball lending button 27 remains enabled, and when the player operates it to borrow game balls, game balls may be paid out from the payout device to the upper tray 21.

遊技停止状態において、作動中コマンドを受信した演出制御装置300は、枠装飾装置18や盤装飾装置46のLEDなど遊技機10に設けられた演出用LEDを、全て消灯するか(全消灯)又は全て点灯する(全点灯)。ただし、エラーの発生中は、一部または全ての演出用LEDが赤色で点灯してもよい。また、遊技停止状態において、演出制御装置300は、スピーカ19からの音声出力を停止して無音としてよい。 When the game is stopped, the presentation control device 300 receives an operating command and turns off (all off) or turns on (all on) all of the presentation LEDs provided on the gaming machine 10, such as the LEDs of the frame decoration device 18 and the board decoration device 46. However, when an error occurs, some or all of the presentation LEDs may be lit in red. Also, when the game is stopped, the presentation control device 300 may stop audio output from the speaker 19 to silence the sound.

また、遊技停止状態において、演出制御装置300は、ホール・遊技者設定モード処理(B0011)を実行せず、操作部への操作があった場合でも演出用LEDや液晶(表示装置41等)の輝度やスピーカ19の音量を調整不可にして、既定(デフォルト)の輝度や音量にしてよい。なお、例えば、既定の輝度はゼロ又は所定値でよく(全消灯又は全点灯)、既定の音量はゼロ(無音)でよい。また、ホール・遊技者設定モード処理(調整処理)では、遊技場の責任者や遊技者の操作部(十字キースイッチ450、音量調整用ボタンスイッチ451a,451b、遊技機裏面の音量調節スイッチ335等)への操作に応じて遊技機10の音量調整や輝度調整などの各種調整を実行可能である。このように、遊技停止状態において、遊技者等の操作があった場合でも音量調整や輝度調整などの各種調整が実行されないため、遊技者等は遊技停止状態であることを認識し易くなるし、また、既定の輝度や既定の音量が小さければ遊技停止状態において節電できる。 In addition, in the game stop state, the presentation control device 300 does not execute the hall/player setting mode process (B0011), and even if the operation unit is operated, the brightness of the presentation LED or liquid crystal (display device 41, etc.) and the volume of the speaker 19 cannot be adjusted, and the brightness and volume may be set to the default. Note that, for example, the default brightness may be zero or a predetermined value (all lights off or all lights on), and the default volume may be zero (silent). In addition, in the hall/player setting mode process (adjustment process), various adjustments such as volume adjustment and brightness adjustment of the gaming machine 10 can be performed in response to the operation of the operation unit (cross key switch 450, volume adjustment button switches 451a, 451b, volume adjustment switch 335 on the back of the gaming machine, etc.) by the gaming center manager or the player. In this way, when the game is stopped, various adjustments such as volume adjustment and brightness adjustment are not performed even if the player or other user performs an operation, making it easier for the player to recognize that the game is stopped, and also making it possible to save power when the game is stopped if the default brightness and default volume are low.

別の構成では、遊技停止状態において、演出制御装置300は、ホール・遊技者設定モード処理(B0011)を実行しても、操作部の操作に対応する操作信号を受け付けないようにして(無視する又は無効にして)、遊技場の責任者や遊技者の操作部への操作があった場合でも既定の輝度や既定の音量にしてよい。この構成の場合に、遊技者が操作可能な第1操作部(十字キースイッチ450、音量調整用ボタンスイッチ451a,451b)に対応する操作信号を受け付けないようにする(無視する又は無効にする)一方で、遊技場の責任者や係員などホール関係者が操作可能な第2操作部(音量調節スイッチ335)に対応する操作信号を受け付けてよい。そして、遊技者の第1操作部への操作があった場合に既定の輝度や既定の音量にして、ホール関係者の第2操作部への操作があった場合には、第2操作部への操作に応じて遊技機10の音量調整や輝度調整を実行してもよい。なお、第2操作部(音量調節スイッチ335)は、遊技機裏面の演出制御装置300上に設けられており、ホール関係者は操作可能であるが、遊技者は操作不可能である。 In another configuration, in the game stop state, the performance control device 300 may execute the hall/player setting mode process (B0011) but may not accept (ignore or disable) operation signals corresponding to the operation of the operation unit, and may set the default brightness and default volume even if the operation unit is operated by the game center manager or player. In this configuration, the operation signal corresponding to the first operation unit (cross key switch 450, volume adjustment button switches 451a, 451b) that can be operated by the player may not be accepted (ignore or disable), while the operation signal corresponding to the second operation unit (volume adjustment switch 335) that can be operated by the game center manager, attendant, or other hall personnel may be accepted. Then, when the player operates the first operation unit, the default brightness and default volume may be set, and when the hall personnel operates the second operation unit, the volume adjustment and brightness adjustment of the gaming machine 10 may be performed in response to the operation of the second operation unit. The second operation section (volume adjustment switch 335) is located on the performance control device 300 on the back of the gaming machine and can be operated by hall staff but not by players.

演出制御装置300は、可動役物(可動部材、電動役物、可動体、盤演出装置44、枠演出装置)の動作中に遊技停止状態が開始した場合(安全装置が作動した場合)に、可動役物が初期位置以外の動作位置に位置していれば、可動役物を動作位置から初期位置に戻すよう移動させてよい。これにより、遊技の実行のできない遊技不可状態で可動部材が動作位置に維持されることを防止できるため、可動部材が故障しているなど不必要な誤解を招くことを防止できる。可動役物(可動部材)が動作位置から初期位置に戻る戻り動作をしている間に、可動役物の演出用LEDは点灯状態(動作状態)であっても消灯状態(初期状態)であってもよい。なお、前述のように、遊技停止状態において、遊技機10に設けられた演出用LEDは、全て消灯するか(全消灯)又は全て点灯する(全点灯)ため、可動役物が初期位置に戻った後、可動役物の演出用LEDは、他のLEDに合わせて消灯するか又は点灯する。 When the game stop state starts during the operation of the movable role (movable member, electric role, movable body, board performance device 44, frame performance device) (when the safety device is activated), if the movable role is located in an operating position other than the initial position, the performance control device 300 may move the movable role from the operating position to return to the initial position. This prevents the movable member from being maintained in the operating position in a non-playable state in which the game cannot be played, and prevents unnecessary misunderstandings such as the movable member being broken. While the movable role (movable member) is returning from the operating position to the initial position, the performance LED of the movable role may be in a lit state (operating state) or in an unlit state (initial state). As described above, in the game stop state, the performance LEDs provided on the gaming machine 10 are all turned off (all turned off) or all turned on (all turned on), so after the movable role returns to the initial position, the performance LED of the movable role is turned off or turned on in accordance with the other LEDs.

逆に、演出制御装置300は、可動役物(可動部材、電動役物、可動体、盤演出装置44、枠演出装置)の動作中に遊技停止状態が開始した場合(安全装置が作動した場合)に、可動役物が初期位置以外の動作位置に位置していれば、可動役物を動作位置から初期位置に戻さず、動作位置に維持してもよい。この場合に、可動役物が止まって維持される動作位置は、遊技停止状態の開始時の動作位置、タイムラグ等によって遊技停止状態の開始時から可動役物が若干移動した別の動作位置、又は、遊技停止状態の開始時の動作位置と異なる適切な別の動作位置などでよい。なお、前述のように、遊技停止状態において、遊技機10に設けられた演出用LEDは、全て消灯するか(全消灯)又は全て点灯する(全点灯)ため、可動役物は動作位置に位置して停止したままで、可動役物の演出用LEDは、他のLEDに合わせて消灯するか又は点灯していてよい。 Conversely, if the game stop state starts (if the safety device is activated) while the movable role (movable member, electric role, movable body, board performance device 44, frame performance device) is in operation, the performance control device 300 may maintain the movable role in the operating position without returning it from the operating position to the initial position if the movable role is located in an operating position other than the initial position. In this case, the operating position at which the movable role stops and is maintained may be the operating position at the start of the game stop state, another operating position to which the movable role has moved slightly from the start of the game stop state due to a time lag, or another appropriate operating position different from the operating position at the start of the game stop state. As described above, in the game stop state, all the performance LEDs provided on the gaming machine 10 are turned off (all turned off) or all turned on (all turned on), so the movable role remains stopped in the operating position, and the performance LEDs of the movable role may be turned off or turned on in accordance with the other LEDs.

このように、遊技停止状態の開始後(安全装置の作動後)、可動役物が初期位置に戻らず所定の動作位置に止まっていれば、不自然なため遊技機10が普通の状態(遊技ができる状態、遊技可能状態)でないことを遊技者に強調できる。例えば、可動役物として盤演出装置44(上部演出ユニット40cなど)が表示装置41の表示画面の前側(前方)などの不自然な位置のまま遊技停止状態となっていると、遊技者は違和感を覚え、遊技機10が普通の状態でないことを認識し易くなる。 In this way, if the movable role does not return to its initial position but remains in a specified operating position after the game stop state begins (after the safety device is activated), this is unnatural and emphasizes to the player that the gaming machine 10 is not in a normal state (a state in which play can be performed, a state in which play is possible). For example, if the movable role remains in an unnatural position such as in front of the display screen of the display device 41 while the game is stopped, the player will feel uncomfortable and will be more likely to recognize that the gaming machine 10 is not in a normal state.

可動役物が遊技盤30(センターケース40を含む)に設けられている盤演出装置44である場合に、可動役物の初期位置は、例えば、可動役物が表示装置41の前側(前方)から外れた位置であり、可動役物の動作位置は、例えば、可動役物が表示装置41の前側で表示装置41に重なるような位置である(図103(ク3)における上部演出ユニット40cの位置参照)。また、この場合の初期位置は、センターケース40の裏面側(後側)の収容スペースで可動役物が前側(遊技者側)から視認し難い位置(センターケース40に可動役物の一部が覆われるような位置)などでもよい。また、可動役物がガラス枠15(或いは開閉枠)に設けられている枠演出装置(例えばトップユニットなどの装飾装置18a)である場合、可動役物の初期位置は、例えば、ガラス枠15(或いは開閉枠)内部の収容スペースで可動役物が前側から視認し難い位置(ガラス枠15内に引っ込んで可動役物の一部がガラス枠15に覆われるような位置)であり、可動役物の動作位置は、例えば、可動役物が初期位置よりも前方や上方や斜めに突出した位置である。 When the movable role is a board presentation device 44 provided on the game board 30 (including the center case 40), the initial position of the movable role is, for example, a position where the movable role is out of the front (forward) of the display device 41, and the operating position of the movable role is, for example, a position where the movable role overlaps the display device 41 in front of the display device 41 (see the position of the upper presentation unit 40c in FIG. 103 (K3)). In addition, the initial position in this case may be a position where the movable role is difficult to see from the front (player side) in the storage space on the back side (rear side) of the center case 40 (a position where part of the movable role is covered by the center case 40), etc. Furthermore, if the movable prop is a frame presentation device (e.g., decorative device 18a such as a top unit) that is installed in the glass frame 15 (or opening/closing frame), the initial position of the movable prop is, for example, a position in the storage space inside the glass frame 15 (or opening/closing frame) where the movable prop is difficult to see from the front (a position where the movable prop is recessed into the glass frame 15 and part of the movable prop is covered by the glass frame 15), and the operating position of the movable prop is, for example, a position where the movable prop protrudes forward, upward, or diagonally from the initial position.

なお、強エラー2が発生している場合にも、安全装置が作動した場合と同様に遊技停止状態が発生するが、可動役物の動作中にこの遊技停止状態が開始した場合に、可動役物が初期位置以外の動作位置に位置していれば、演出制御装置300は、可動役物を動作位置から初期位置に戻すよう移動させてよいし、初期位置に戻さずに動作位置に維持してもよい。可動役物を初期位置に戻せば、可動部材が故障しているなど不必要な誤解を招くことを防止できる。可動役物を初期位置に戻さなければ、不自然なため、遊技機10にエラーが発生していることを遊技者が認識し易くなる。 When a strong error 2 occurs, the game stops in the same way as when the safety device is activated. However, if this game stops while the movable part is in operation, the performance control device 300 may move the movable part from the operating position back to the initial position, or may maintain it in the operating position without returning it to the initial position. Returning the movable part to its initial position can prevent unnecessary misunderstandings, such as that the movable part is broken. If the movable part is not returned to its initial position, it will be unnatural and the player will be more likely to recognize that an error has occurred in the gaming machine 10.

また、他の例として、遊技停止状態において、特図ゲーム処理タイマや役物ゲーム処理タイマや普図ゲーム処理タイマなどの各種ゲーム処理タイマは停止するが、一括表示装置50は消灯せずに、遊技停止状態になったときの表示を継続してよい。さらに、一括表示装置50は、遊技停止状態の開始時において変動表示中であれば、この変動表示が終了してから消灯してもよい。これにより、一括表示装置50で、突然に変動表示が終了することを防止できる。また、遊技停止状態において、性能表示装置152は、表示を継続してもよい。 As another example, in the game stop state, various game processing timers such as the special game processing timer, the gimmick game processing timer, and the normal game processing timer are stopped, but the collective display device 50 may not be turned off and may continue to display as it did when the game stopped state. Furthermore, if the collective display device 50 is displaying a variable value at the start of the game stop state, it may be turned off after the variable value display ends. This makes it possible to prevent the variable display from suddenly ending on the collective display device 50. Also, in the game stop state, the performance display device 152 may continue to display.

なお、遊技機10の電源が遮断(オフ)して再度電源投入(オン)すると、安全装置情報初期化処理によって安全装置カウンタ領域や安全装置作動情報領域などが初期化され(A1104-A1106)、安全装置作動予告情報(値1)、安全装置作動警告情報(値2)、安全装置作動中情報(値3)などの安全装置作動情報が消去されるため、表示装置41において安全装置関連表示(作動予告表示511、作動警告表示512、作動中表示513等)は消去されて非表示になってよい。安全装置の作動中に遊技機10の電源が遮断(オフ)した後にRAM初期化スイッチ112がオンの状態で再度電源投入(オン)すると、安全装置作動中フラグ領域も0クリアされ(A1045)、遊技機10は遊技停止状態から遊技できる状態に復帰する。 When the power supply to the gaming machine 10 is cut off (OFF) and then turned on again (ON), the safety device counter area, safety device operation information area, etc. are initialized by the safety device information initialization process (A1104-A1106), and safety device operation information such as safety device operation notice information (value 1), safety device operation warning information (value 2), and safety device operation information (value 3) are erased, so that the safety device-related displays (operation notice display 511, operation warning display 512, operation display 513, etc.) on the display device 41 may be erased and hidden. If the power supply to the gaming machine 10 is cut off (OFF) while the safety device is in operation and then the power is turned on again (ON) with the RAM initialization switch 112 on, the safety device operation flag area is also cleared to 0 (A1045), and the gaming machine 10 returns from a play-stop state to a playable state.

〔画面遷移の例1〕
図100Aと図100Bは、第4実施形態に関して、表示装置41の表示画面を時系列で示した画面遷移図の一例(例1)である。
[Screen transition example 1]
100A and 100B are an example (example 1) of a screen transition diagram showing display screens of the display device 41 in chronological order in relation to the fourth embodiment.

(ア)では、電源投入後に遊技機10は客待ち中(客待ち状態)になり、表示装置41は客待ち画面となる。遊技が開始していないため、安全装置カウンタ値は、初期値(10万)である。その後に、遊技機10の前で椅子に着座した遊技者が操作ハンドル24を回転操作し、球発射装置が遊技球を発射して、遊技球が始動入賞口36に入賞するなどして特図変動表示ゲームが実行される。 In (A), after the power is turned on, the gaming machine 10 is in a waiting state for customers, and the display device 41 shows the waiting screen. Since play has not started, the safety device counter value is the initial value (100,000). After that, the player seated in a chair in front of the gaming machine 10 rotates the operating handle 24, the ball launching device launches a gaming ball, and the gaming ball enters the start winning hole 36, and the special chart change display game is executed.

その後、(イ)では、電源投入後から特図変動表示ゲームが2回実行された状況を示す。安全装置カウンタ値は初期値(10万)から減って99920となっている。なお、大当りが発生するまで、賞球の合計数が大きく増えないため、差玉数(=セーフ球数-排出球数)が排出球数の分減っていく傾向となり、安全装置カウンタ値(差玉数+初期値)も減っていく傾向となる。安全装置カウンタ値又は差玉数を示す差玉コマンドが遊技制御装置100から演出制御装置300に送信される場合には、安全装置カウンタ値又は差玉数(安全装置カウンタ値-初期値)を表示装置41の表示画面で表示してもよい。 After that, (a) shows a situation where the special chart change display game has been executed twice since the power was turned on. The safety counter value has decreased from the initial value (100,000) to 99,920. Note that, since the total number of prize balls does not increase significantly until a jackpot occurs, the difference in the number of balls (= number of safe balls - number of balls discharged) tends to decrease by the number of balls discharged, and the safety counter value (difference in number of balls + initial value) also tends to decrease. When a difference ball command indicating the safety counter value or difference in the number of balls is sent from the game control device 100 to the performance control device 300, the safety counter value or difference in the number of balls (safety counter value - initial value) may be displayed on the display screen of the display device 41.

電源投入後に通常遊技状態であるため、モード表示679が演出モードとしての通常モードに対応した「Aモード」と表示されている。変動回数表示677は、電源投入後又は大当り終了後の特図変動表示ゲームの実行回数を示し、ここでは電源投入後の特図変動表示ゲームの実行回数が2であることを「2G」のように示す。なお、確変状態が発生可能な機種の場合、変動回数表示677は、天井回数に近付いていることをわかり易くするため、確変状態での回数を除いて、電源投入後又は大当り終了後の特図変動表示ゲームの実行回数を示してよい。また、変動回数表示677は、天井までの残りのゲーム回数(天井回数-実行回数)を示してよい。 Since the game is in normal play mode after the power is turned on, the mode display 679 displays "A mode" corresponding to the normal mode as the presentation mode. The number of variations display 677 indicates the number of times the special chart variation display game has been run after the power is turned on or after the end of a jackpot, and here, "2G" indicates that the number of times the special chart variation display game has been run since the power is turned on. Note that, in the case of a machine in which a probability variation state can occur, the number of variations display 677 may indicate the number of times the special chart variation display game has been run after the power is turned on or after the end of a jackpot, excluding the number of times in the probability variation state, in order to make it easier to understand that the ceiling number of times is being approached. The number of variations display 677 may also indicate the number of games remaining until the ceiling (ceiling number of times - number of times run).

第1所定画像675は特図1変動表示ゲームが実行中(変動中)であることを示す記号「○」になっており、第2所定画像676は特図2変動表示ゲームが停止中であることを示す記号「×」となっている。記号「○」を点滅表示して、第四特別図柄(第4図柄)として第4図柄変動を行ってもよい。 The first predetermined image 675 is a symbol "○" indicating that the special pattern 1 variable display game is being executed (changing), and the second predetermined image 676 is a symbol "×" indicating that the special pattern 2 variable display game is stopped. The symbol "○" may be flashed to perform a fourth pattern change as the fourth special pattern (fourth pattern).

表示画面において、飾り特別図柄(大図柄)として、左図柄611a、右図柄611b、及び、中図柄611cを変動表示することができる。左図柄611a、右図柄611b、中図柄611cの変動表示は、各々、変動表示領域610において、左の変動表示領域610A、右の変動表示領域610B、中央の変動表示領域610Cに表示される。本実施形態では、左図柄611a、右図柄611b、及び、中図柄611cは、縦スクロールで変動表示される。さらに、飾り縮小図柄(小図柄)の変動表示が表示画面右側の変動表示領域615で実行される。 On the display screen, the left pattern 611a, right pattern 611b, and middle pattern 611c can be displayed as decorative special patterns (large patterns). The display of the left pattern 611a, right pattern 611b, and middle pattern 611c is displayed in the left variable display area 610A, right variable display area 610B, and central variable display area 610C, respectively, in the variable display area 610. In this embodiment, the left pattern 611a, right pattern 611b, and middle pattern 611c are displayed by vertical scrolling. Furthermore, the display of the decorative reduced patterns (small patterns) is executed in the variable display area 615 on the right side of the display screen.

変動表示ゲーム実行前の第1始動記憶(特図1始動記憶)を第1保留表示として表示する第1保留表示部630a(待機領域)において、保留表示682a(第1保留表示)が4つ表示される。保留表示682aは、トランプを模した表示態様を有する。また、保留消化領域640では、実行中の特図1変動表示ゲームに係る変動中保留(この特図変動表示ゲームの実行権利となっていた始動記憶)を示す変動中保留表示682bが、めくったトランプを模した表示態様で表示されている。なお、台座で保留消化領域640を示してよい。なお、変動表示ゲーム実行前の第2始動記憶(特図2始動記憶)を第2保留表示(第2始動記憶表示)として表示する第2保留表示部630bには、ここでは何も表示されていない。 Four pending displays 682a (first pending displays) are displayed in the first pending display section 630a (waiting area) which displays the first start memory (special chart 1 start memory) before the variable display game is executed as the first pending display. The pending display 682a has a display form imitating a playing card. In addition, in the pending consumption area 640, a pending change display 682b indicating a pending change (a start memory which was the execution right of this special chart variable display game) related to the currently executed special chart 1 variable display game is displayed in a display form imitating a turned over playing card. The pending consumption area 640 may be indicated by a pedestal. In addition, nothing is displayed here in the second pending display section 630b which displays the second start memory (special chart 2 start memory) before the variable display game is executed as the second pending display (second start memory display).

表示画面の右上の特図1保留数表示部650と特図2保留数表示部660には、それぞれ、特図1保留数(特図1始動記憶数)を示す数字「4」と特図2保留数(特図2始動記憶数)を示す数字「0」が表示されている。 The special chart 1 reserved number display section 650 and the special chart 2 reserved number display section 660 in the upper right corner of the display screen respectively display the number "4" indicating the special chart 1 reserved number (special chart 1 start memory number) and the number "0" indicating the special chart 2 reserved number (special chart 2 start memory number).

(イ)の後に大当りが多数発生して、(ウ)では、安全装置カウンタ値が189993(差玉数=89993)となり、安全装置の作動予告状態が開始する予告開始値190000(差玉数=90000)未満であるが、予告開始値190000に近付いている。 After (a), many jackpots occur, and at (c), the safety device counter value is 189,993 (difference in number of balls = 89,993), which is less than the warning start value of 190,000 (difference in number of balls = 90,000) at which the safety device begins to warn of an activation, but is approaching the warning start value of 190,000.

(ウ)では、大当り終了後や天井回数到達などで特定遊技状態(時短状態)となっており、モード表示679が演出モードとして時短モードに対応した「花モード」と表示されている。変動回数表示677は、大当り終了後の特図変動表示ゲームの実行回数が73であることを「73G」のように示す。また、時短モードに対応して、遊技者に右打ちするよう指示する右打ち指示表示502が表示されている。 In (C), a specific game state (time-saving state) is entered after a jackpot has ended or the ceiling number of times has been reached, and the mode display 679 displays "Flower mode" as the presentation mode corresponding to the time-saving mode. The number of times the special chart change display game has been played since the jackpot has ended is displayed as "73G". Also, in response to the time-saving mode, a right-hit instruction display 502 is displayed instructing the player to hit to the right.

特図1保留数表示部650と特図2保留数表示部660には、それぞれ、特図1保留数を示す数字「0」と特図2保留数を示す数字「1」が表示されている。第1所定画像675は特図1変動表示ゲームが停止中であることを示す記号「×」になっており、第2所定画像676は特図2変動表示ゲームが実行中であることを示す記号「○」となっている。 The number "0" indicating the number of reserved special charts 1 and the number "1" indicating the number of reserved special charts 2 are displayed in the special chart 1 reserved number display section 650 and the special chart 2 reserved number display section 660, respectively. The first predetermined image 675 is the symbol "x" indicating that the special chart 1 variable display game is stopped, and the second predetermined image 676 is the symbol "o" indicating that the special chart 2 variable display game is running.

第2始動記憶を第2保留表示として表示する第2保留表示部630bにおいて、保留表示683a(第2保留表示)が1つ表示される。保留表示683aは、花を模した表示態様を有する。また、保留消化領域640では、実行中の特図2変動表示ゲームに係る変動中保留(この特図変動表示ゲームの実行権利となっていた始動記憶)を示す変動中保留表示683bが、花を模した表示態様で表示されている。なお、台座で保留消化領域640を示してよい。なお、変動表示ゲーム実行前の第1始動記憶を第1保留表示として表示する第1保留表示部630aには、ここでは何も表示されていない。 In the second pending display section 630b, which displays the second start memory as the second pending display, one pending display 683a (second pending display) is displayed. The pending display 683a has a display form imitating a flower. In the pending digestion area 640, a changing pending display 683b, which indicates a changing pending related to the currently executed special chart 2 variable display game (a start memory that was the execution right of this special chart variable display game), is displayed in a display form imitating a flower. The pending digestion area 640 may be represented by a pedestal. In the first pending display section 630a, which displays the first start memory before the execution of the variable display game as the first pending display, nothing is displayed here.

次に、(エ)では、右打ちによる普通変動入賞装置37(第2始動入賞口)への入賞によって、特図1保留数表示部650と特図2保留数表示部660には、それぞれ、特図1保留数を示す数字「0」と特図2保留数を示す数字「4」が表示されている。第2保留表示部630bにおいて、保留表示683a(第2保留表示)が4つ表示される。 Next, in (E), due to a win at the normal variable winning device 37 (second start winning port) by hitting from the right, the number "0" indicating the reserved number of special chart 1 and the number "4" indicating the reserved number of special chart 2 are displayed in the special chart 1 reserved number display section 650 and the special chart 2 reserved number display section 660, respectively. In the second reserved display section 630b, four reserved displays 683a (second reserved displays) are displayed.

(エ)では、普通変動入賞装置37への入賞によって賞球がいくつか得られて、安全装置カウンタ値は作動予告状態が開始する予告開始値190000より大きくなり190009となっている(安全装置カウンタ値≧190000)。そして、安全装置関連表示として安全装置の作動を予告する作動予告表示511(「まもなく打ち止めです」)が表示される。作動予告表示511は、小さい(短い)表示領域で済む表現も可能となるため、一度に全て表示せずに、画面を横断するようなスクロール表示にしてもよい。なお、この作動予告状態において、作動予告表示511によって安全装置の作動を予告するだけでなく、スピーカからの音声や、演出用LEDの所定態様での発光によって、安全装置の作動を予告してよい。 In (E), several winning balls are obtained by winning the normal variable winning device 37, and the safety device counter value becomes 190009, which is greater than the warning start value of 190000 at which the activation warning state begins (safety device counter value ≧ 190000). Then, an activation warning display 511 ("Playing will end soon") is displayed as a safety device-related display, warning of the activation of the safety device. Since the activation warning display 511 can be displayed in a small (short) display area, it may not be displayed all at once, but may be displayed as a scrolling display that moves across the screen. In this activation warning state, the activation of the safety device may be warned not only by the activation warning display 511, but also by a sound from a speaker or by the illumination of a performance LED in a predetermined manner.

作動予告表示511によって安全装置の作動を予告して、遊技者に遊技停止状態の可能性があることを事前に報知して、遊技者に遊技を終了させることを促し、遊技者が意図せず不利益を受けることを防止できる。また、安全装置の作動を予告して、不正を行っている者には驚きを与えて、不正を止めることを促すことができる。 The activation warning display 511 warns of the safety device's upcoming activation, alerting the player in advance of the possibility of a game stoppage, encouraging the player to end the game and preventing the player from unintentionally suffering a disadvantage. In addition, warning of the safety device's upcoming activation can surprise anyone cheating and encourage them to stop cheating.

作動予告表示511は、他の表示や画像オブジェクトと重ならないように小さく表示される。これにより、他の表示や画像オブジェクトを見やすくできる。ここで、他の表示や画像オブジェクトは、飾り特別図柄(変動表示領域610の大図柄、変動表示領域615の小図柄)、第1所定画像675、第2所定画像676、保留表示682a,682b,683a,683b、保留数表示(特図1保留数表示部650と特図2保留数表示部660の数字)、モード表示679、変動回数表示677、右打ち指示表示502、キャラクタ(図示せず)などである。 The activation notice display 511 is displayed small so as not to overlap with other displays or image objects. This makes it easier to see the other displays and image objects. Here, the other displays and image objects are the decorative special patterns (the large pattern in the variable display area 610, and the small pattern in the variable display area 615), the first predetermined image 675, the second predetermined image 676, the reserved displays 682a, 682b, 683a, 683b, the reserved number display (the numbers in the special chart 1 reserved number display section 650 and the special chart 2 reserved number display section 660), the mode display 679, the number of changes display 677, the right hit instruction display 502, and characters (not shown).

なお、作動予告表示511は、他の表示の邪魔にならないよう小さく表示しても、ある程度注目され易くなるよう、揺らして表示したり、表示画面を横切ってスクロールするなど移動してよい。また、作動予告表示511は、ある程度注目され易くなるよう、右打ち指示表示502の近傍(左隣など)に右打ち指示表示502に対向(隣接)して表示されてよい。作動予告表示511は、大きく表示される場合には、他の表示や他の画像オブジェクトと重ならせてもよいが、目立ちやすくするため、他の表示や他の画像オブジェクトよりも前面側のレイヤに表示する。 Note that even if the activation notice display 511 is displayed small so as not to interfere with other displays, it may be displayed in a swaying manner or moved, such as by scrolling across the display screen, so that it is more likely to attract attention. Also, the activation notice display 511 may be displayed facing (adjacent to) the right hit instruction display 502 in the vicinity (such as to the left) of the right hit instruction display 502 so that it is more likely to attract attention. When the activation notice display 511 is displayed large, it may be overlapped with other displays or other image objects, but in order to make it more noticeable, it is displayed on a layer in front of other displays and other image objects.

その後、(オ)では、遊技者は休憩するなどのために操作ハンドル24の操作をやめて遊技球の発射が終わる。そして、第2始動記憶の消化が進み第2保留表示部630bの保留表示683aが消え、特図2保留数表示部660の特図2保留数は「0」になる。変動中保留表示683bだけが表示されている。 After that, in (E), the player stops operating the operating handle 24 to take a break, etc., and the launch of the game ball ends. Then, the second start memory is consumed, the reserve display 683a in the second reserve display section 630b disappears, and the special chart 2 reserve number in the special chart 2 reserve number display section 660 becomes "0". Only the changing reserve display 683b is displayed.

安全装置カウンタ値は作動予告状態が開始する予告開始値190000より大きい190055であり、安全装置関連表示として作動予告表示511(「まもなく打ち止めです」)の表示が継続している。変動回数表示677は、大当り終了後の特図変動表示ゲームの実行回数として「77G」と表示されている。 The safety device counter value is 190055, which is greater than the warning start value of 190000 at which the activation warning state begins, and the activation warning display 511 ("Play will end soon") continues to be displayed as a safety device-related display. The number of variations display 677 shows "77G" as the number of times the special chart variation display game has been played since the end of the jackpot.

続いて、(カ)では、(オ)の特図2変動表示ゲームが終了し、変動表示領域610と変動表示領域615において飾り停止図柄が「3,7,8」と表示されている。変動中保留表示683bが消え、第2所定画像676は「×」となっている。作動予告表示511は、飾り特別図柄(ここでは飾り停止図柄)と重ならない。安全装置カウンタ値は190055のままである。 Next, in (Ka), the special chart 2 variable display game in (E) ends, and the decorative stop symbols are displayed as "3, 7, 8" in the variable display area 610 and variable display area 615. The pending variable display 683b disappears, and the second predetermined image 676 becomes "X". The activation notice display 511 does not overlap with the decorative special symbol (here, the decorative stop symbol). The safety device counter value remains at 190055.

続いて、(キ)では、遊技機10は客待ち中(客待ち状態)になり、表示装置41は客待ち画面となる。客待ち中に、安全装置カウンタ値は190055に維持されている。前述のように作動予告表示511(「まもなく打ち止めです」)の表示態様は遊技状態に応じて変化してよく、作動予告表示511の表示態様は、客待ち中において、変動表示中(特図変動表示ゲームの実行中)よりも大きくしてよい。これにより、作動予告表示511を適切に且つ効果的に表示できる。すぐに安全装置が作動して遊技停止となることが予想される作動予告状態において、客待ち中に作動予告表示511を(キ)のように大きく目立つように表示することによって、新たな遊技者(客)が遊技機10を使用することを防止できる。作動予告表示511をさらに目立つように、客待ち中に揺らしたり移動させたりして動作させてもよい。また、作動予告表示511は、目立つように、画面を横断するようなスクロール表示してもよい。 Next, in (K), the gaming machine 10 is in a waiting state (waiting state), and the display device 41 is in a waiting state. During waiting, the safety device counter value is maintained at 190055. As described above, the display mode of the operation notice display 511 ("Play will end soon") may change depending on the game state, and the display mode of the operation notice display 511 may be larger during waiting than during the variable display (during execution of the special chart variable display game). This allows the operation notice display 511 to be displayed appropriately and effectively. In the operation notice state in which the safety device is expected to be activated soon and play will be stopped, the operation notice display 511 is displayed large and conspicuously during waiting, as in (K), to prevent new players (customers) from using the gaming machine 10. To make the operation notice display 511 even more conspicuous, it may be operated by shaking or moving during waiting. The operation notice display 511 may also be displayed by scrolling across the screen to make it more conspicuous.

なお、客待ち画面の詳細については、図104で後述するが、客待ち画面での他の表示や他の画像オブジェクト(ここでは機種名表示519「P虎虎虎」)よりも前面側のレイヤで作動予告表示511を表示して、大きな作動予告表示511が客待ち画面での他の表示や他の画像オブジェクトに隠れて見えにくくなる事態を防止する。 Details of the customer waiting screen will be described later in FIG. 104, but the operation warning display 511 is displayed on a layer in front of other displays and other image objects on the customer waiting screen (here, the model name display 519 "P Tora Tora Tora") to prevent the large operation warning display 511 from being obscured by other displays or other image objects on the customer waiting screen and becoming difficult to see.

その後、(ク)では、遊技者は休憩を終えて遊技を再開した直後である。普通変動入賞装置37への入賞によって、2つの第2始動記憶(特図2始動記憶)が発生して、変動中保留表示683bと保留表示683aが表示されている。特図2保留数表示部660の特図2保留数は「1」になる。そして、変動表示領域610と変動表示領域615において特図2変動表示ゲームが開始し、第2所定画像676は「〇」となっている。変動回数表示677は「78G」と表示されている。安全装置カウンタ値は変化が開始して、190057になっている。客待ち状態の終了後に、作動予告表示511(「まもなく打ち止めです」)は、客待ち状態の開始前の変動表示中と同じ表示態様に戻り、小さく表示されている。 After that, in (K), the player has just finished his break and resumed playing. Two second start memories (special chart 2 start memories) are generated by winning the normal variable winning device 37, and the variable pending display 683b and the pending display 683a are displayed. The special chart 2 pending number display unit 660 becomes "1". Then, the special chart 2 variable display game starts in the variable display area 610 and the variable display area 615, and the second predetermined image 676 becomes "◯". The variable count display 677 displays "78G". The safety device counter value starts to change and becomes 190057. After the customer waiting state ends, the operation notice display 511 ("Play will end soon") returns to the same display mode as during the variable display before the customer waiting state began, and is displayed small.

(ク)の後に、連チャン等によって通常モードを経ることなく大当りが多数発生して、(ケ)では、安全装置カウンタ値が194500(差玉数=94500)となり、安全装置の作動開始可能となるカウンタ基準値195000未満であるが、カウンタ基準値195000に近付いている。 After (K), multiple jackpots occur without going through normal mode due to consecutive wins, etc., and at (K), the safety device counter value reaches 194,500 (difference in number of balls = 94,500), which is less than the counter reference value of 195,000 at which the safety device can begin to operate, but is approaching the counter reference value of 195,000.

なお、安全装置カウンタ値又は差玉数を示す差玉コマンドが遊技制御装置100から演出制御装置300に送信される場合には、演出制御装置300は、安全装置カウンタ値が予告開始値190000よりも大きくカウンタ基準値195000よりも若干小さい所定の値194500に達したことを認識できる。安全装置カウンタ値がこの所定の値194500の場合に、演出制御装置300は、安全装置の作動開始が近いことを、作動予告表示511を点滅させて報知してよい。 When a difference ball command indicating the safety device counter value or the number of difference balls is sent from the game control device 100 to the presentation control device 300, the presentation control device 300 can recognize that the safety device counter value has reached a predetermined value of 194,500, which is greater than the notice start value of 190,000 and slightly smaller than the counter reference value of 195,000. When the safety device counter value is this predetermined value of 194,500, the presentation control device 300 may flash the operation notice display 511 to notify that the safety device is about to start operating.

(ケ)では、変動中保留表示683bと4つ保留表示683aが表示され、特図2保留数表示部660の特図2保留数は「4」になる。変動回数表示677は「115G」と表示されている。ここで、安全装置の作動による遊技停止によって第2始動記憶が無駄になることを報知するため、演出制御装置300は、変動中保留表示683bと4つ保留表示683aの一部又は全部を点滅させてよい。 In (K), the changing pending display 683b and the four pending display 683a are displayed, and the special chart 2 pending number display unit 660 becomes "4". The number of times of change display 677 shows "115G". Here, in order to notify that the second start memory will be wasted due to the stop of play caused by the activation of the safety device, the performance control device 300 may flash some or all of the changing pending display 683b and the four pending display 683a.

なお、(ケ)以降、所定の値194500以上の安全装置カウンタ値(所定値94500以上の差玉数)では、安全装置の作動による遊技停止が近い状況で遊技者に無駄に期待させないよう、演出制御装置300は、保留表示682a,683a等の表示態様(色又は形状)を大当りの期待度に応じて変化させる保留変化予告を禁止して実行しないようにしてよい。一方で、(ケ)以降でも、現在実行中の変動表示ゲームが小当り結果又は大当り結果となる期待度を示唆するため、変動中保留表示682b、683bの表示態様の変化は禁止しなくてよい。また、所定の値194500以上の安全装置カウンタ値で、演出制御装置300は、保留変化予告以外の先読み演出(連続予告演出や先読みゾーン演出等の先読み予告演出)も禁止してよいし、または、先読み演出うちの一部(例えば保留変化予告)だけを禁止してもよい。先読み演出うちの一部として保留変化予告だけを禁止した場合には、保留表示682a,683a自体に直接的に遊技者が期待しないようにしつつ演出性を確保できる。なお、(エ)以降の作動予告状態において、保留変化予告や先読み演出を禁止して実行しない構成も可能である。 In addition, after (K), when the safety device counter value is equal to or greater than the predetermined value of 194,500 (the difference in the number of balls is equal to or greater than the predetermined value of 94,500), the performance control device 300 may prohibit and not execute the hold change notice, which changes the display mode (color or shape) of the hold displays 682a, 683a, etc. according to the expectation of a big win, so as not to give the player unnecessary hope when the game is about to stop due to the activation of the safety device. On the other hand, even after (K), the change in the display mode of the changing hold displays 682b, 683b does not need to be prohibited in order to indicate the expectation that the currently executed variable display game will result in a small win or a big win. In addition, when the safety device counter value is equal to or greater than the predetermined value of 194,500, the performance control device 300 may also prohibit pre-reading performances other than the hold change notice (pre-reading pre-reading performances such as continuous pre-reading performances and pre-reading zone performances), or may prohibit only a part of the pre-reading performances (for example, the hold change notice). If only the hold change notice is prohibited as part of the look-ahead performance, the performance can be ensured while preventing the player from directly expecting the hold displays 682a, 683a themselves. It is also possible to configure the hold change notice and look-ahead performance to be prohibited and not executed in the operation notice state from (e) onwards.

また、安全装置カウンタ値が一旦所定の値194500に達した後(差玉数が所定値94500に達した後)は、電源遮断後に再度電源投入されない限り、先読み演出の全部または一部を禁止して実行しないようにしてよい。或いは、安全装置カウンタ値が一旦所定の値194500に達した後に所定の値194500(又は別のもっと小さな値194000)よりも小さくなってしまった場合には、先読み演出の全部または一部を禁止せずに再度実行できるようにしてよい。 In addition, once the safety device counter value reaches a predetermined value of 194,500 (after the difference in the number of balls reaches a predetermined value of 94,500), all or part of the look-ahead performance may be prohibited and not executed unless the power is turned on again after being cut off. Alternatively, if the safety device counter value once reaches the predetermined value of 194,500 and then becomes smaller than the predetermined value of 194,500 (or another smaller value of 194,000), all or part of the look-ahead performance may be allowed to be executed again without being prohibited.

なお、遊技制御装置100は、安全装置カウンタ値(差玉数)にかかわらず、始動記憶に基づく特図変動表示ゲームが実行される以前に特図変動表示ゲームの結果を事前に判定可能な特図保留情報判定処理(事前判定処理)を実行して、判定結果を先読み停止図柄コマンドや先読み変動パターンコマンドに含めて演出制御装置300に送信可能である。そして、先読み停止図柄コマンドや先読み変動パターンコマンドを受信した演出制御装置300は、前述と異なり、安全装置カウンタ値(差玉数)にかかわらず、先読み演出(先読み予告演出)を実行してよい。これにより、安全装置カウンタ値(差玉数)が遊技不可状態の発生の近い所定の値194500(差玉数の所定値94500)に達した場合でも、先読み演出を実行でき、遊技の興趣を向上できる。 The game control device 100 can execute a special chart pending information determination process (pre-determination process) that can determine the result of the special chart variation display game beforehand, regardless of the safety device counter value (number of balls difference), before the special chart variation display game based on the start memory is executed, and can transmit the determination result to the performance control device 300 by including it in a look-ahead stop pattern command or a look-ahead variation pattern command. Then, unlike the above, the performance control device 300 that receives the look-ahead stop pattern command or the look-ahead variation pattern command can execute a look-ahead performance (look-ahead notice performance) regardless of the safety device counter value (number of balls difference). This allows the look-ahead performance to be executed even if the safety device counter value (number of balls difference) reaches a predetermined value of 194,500 (predetermined value of 94,500 in the number of balls difference), which is close to the occurrence of a play-disabled state, and can increase the interest of the game.

また、(エ)から(ケ)において表示される作動予告表示511は、安全装置の作動する前に、遊技機10の電源が遮断(オフ)して再度電源投入(オン)すると、安全装置情報初期化処理によって安全装置作動情報領域が初期化されて安全装置作動予告情報(値1)が消去されるため、表示されなくなる。 In addition, if the power to the gaming machine 10 is cut off (OFF) and then turned on (ON) again before the safety device is activated, the safety device activation information area is initialized by the safety device information initialization process and the safety device activation notification information (value 1) is erased, so the activation notification display 511 displayed in (E) to (K) will no longer be displayed.

その後、(コ)では、安全装置カウンタ値がカウンタ基準値195000(差玉数=差玉基準値95000)になっているが、大当り中でも小当り中でもないため、安全装置は作動状態(作動中状態)になり、遊技機10は即時に遊技停止状態となる。なお、大当り結果や小当り結果となる特図変動表示ゲーム中(停止表示中も含んでよい)であっても、カウンタ基準値195000(差玉基準値95000)になれば、安全装置は作動状態になり、遊技機10は遊技停止状態となる(逆に、本実施形態と異なって、大当り結果や小当り結果となる特図変動表示ゲーム中で安全装置を作動状態にしない構成も可能である)。遊技停止状態(遊技不可状態、遊技禁止状態)となったため、安全装置関連表示として作動中表示513(「打ち止め中」)を表示する。作動中表示513は、作動予告表示511よりも、サイズが大きくて目立ち、遊技者が遊技機10を使用しないように安全装置の作動中(遊技停止状態中)であることを強く示唆する。作動中表示513(「打ち止め中」)は、アニメーション表示などによって、目立つように、点滅させたり、揺らしたり、移動させたりしてよい。 After that, in (K), the safety device counter value is the counter reference value of 195,000 (number of balls difference = balls difference reference value 95,000), but since it is neither a big win nor a small win, the safety device is activated (in operation) and the gaming machine 10 is immediately in a game stop state. Note that even during a special chart change display game that results in a big win or small win (which may include a stop display), if the counter reference value reaches 195,000 (balls difference reference value 95,000), the safety device is activated and the gaming machine 10 is in a game stop state (conversely, unlike this embodiment, it is also possible to configure the safety device not to be in operation during a special chart change display game that results in a big win or small win). Since the game has stopped (unplayable state, play prohibited state), the operation display 513 ("play stopped") is displayed as a safety device related display. The operation indication 513 is larger and more conspicuous than the operation notice indication 511, and strongly suggests that the safety device is in operation (play is stopped) to prevent the player from using the gaming machine 10. The operation indication 513 ("play stopped") may be made to flash, shake, or move conspicuously, for example, by animation display.

作動中表示513によって、遊技(特に新たなゲーム)のできない遊技停止状態であることを報知して、遊技者(客)が遊技機10を使用することを防止でき、不正を行っている者がいれば不正行為を止めさせることができる。なお、作動中表示513(「打ち止め中」の文字画像)を表示する場合に、作動中表示513と異なる所定の画像(第1所定画像675、第2所定画像676、保留表示682a,682b,683a,683b、保留数表示、モード表示679、変動回数表示677、右打ち指示表示502、飾り特別図柄、キャラクタなどの演出画像)を消去して非表示にする。これにより、作動中表示513が遊技者やホール関係者等に認識され易くなる。なお、対照的に、作動予告表示511(「まもなく打ち止めです」)は所定の画像(第1所定画像675、第2所定画像676、保留表示682a,682b,683a,683b、保留数表示、モード表示679、変動回数表示677、右打ち指示表示502、飾り特別図柄、キャラクタなどの演出画像)を表示したままで表示されてよく、作動警告表示512(後述の図101の「当り終了後に打ち止めとなります」)も、ラウンドの回数やラウンド演出(動画)などの画像を表示したままで表示されてよい。 The operation display 513 notifies the player that a game (especially a new game) is stopped, preventing the player (customer) from using the gaming machine 10, and can stop any cheating. When the operation display 513 (the text image "Playing Stopped") is displayed, the predetermined images (first predetermined image 675, second predetermined image 676, reserved displays 682a, 682b, 683a, 683b, reserved number display, mode display 679, number of changes display 677, right hit instruction display 502, decorative special patterns, characters, and other performance images) different from the operation display 513 are erased and hidden. This makes the operation display 513 easier to recognize by players and hall personnel. In contrast, the activation notice display 511 ("Play will end soon") may be displayed while showing a predetermined image (first predetermined image 675, second predetermined image 676, hold displays 682a, 682b, 683a, 683b, hold number display, mode display 679, number of changes display 677, right hit instruction display 502, decorative special symbols, characters, and other performance images), and the activation warning display 512 ("Play will end after the win" in FIG. 101 described below) may be displayed while showing an image such as the number of rounds or round performance (video).

なお、遊技停止状態となったときに、変動表示領域610と変動表示領域615において特図変動表示ゲームが実行中(変動表示中)であれば、特図変動表示ゲームを強制的に中止するか、或いは、背面側のレイヤ(背景よりも背後、最背面側)で実行中の特図変動表示ゲームを視認できない形で継続してもよい。 When the game is stopped, if the special chart variable display game is being executed (displayed) in variable display area 610 and variable display area 615, the special chart variable display game may be forcibly stopped, or the special chart variable display game may be continued in a manner that makes it invisible on the back layer (behind the background, on the backmost side).

次に、(サ)では、(コ)の直後において、遊技球の払い出しに関する払い出しエラーを報知する払い出しエラー表示が表示装置41で表示されている。なお、遊技停止状態となる前に発生した入賞による賞球の払い出しが、遊技停止状態となった際又は後に継続して、この払い出しに関する払い出しエラーが発生しているものとする。払い出しエラーとして、払出前の遊技球の不足に対応するシュート球切れエラーや下皿23が満杯になったことに対応するオーバーフローエラーがある。前述のように、これら払い出しエラーは弱エラーに含まれる。 Next, in (Sa), immediately after (J), a payout error display is displayed on the display device 41 to notify of a payout error regarding the payout of game balls. It is assumed that a payout error occurs regarding the payout of prize balls due to a win that occurred before the game stopped, and continues at or after the game stopped. Payout errors include a shoot ball out error, which corresponds to a shortage of game balls before the payout, and an overflow error, which corresponds to the lower tray 23 being full. As mentioned above, these payout errors are included in weak errors.

(サ)では、払い出しエラー表示として、シュート球切れエラーを報知する球切れエラー表示520(例えば「球切れエラー」の文字)と、オーバーフローエラーを報知するオーバーフローエラー表示522(例えば「球を抜いてください」の文字)が表示されている。各払い出しエラーが解消されると、対応する各払い出しエラー表示は消去されてよい。このように、安全装置が作動した遊技停止状態でも、払い出しエラーが報知できるため、遊技者やホール関係者等に不利益又は不都合が生じない。なお、遊技制御装置100、演出制御装置300、表示装置41等が協働して、エラーを報知可能な報知手段を構成する。 In (Sa), the payout error display includes a ball out error display 520 (e.g., the text "ball out error") that notifies a shot ball out error, and an overflow error display 522 (e.g., the text "Please remove the ball") that notifies an overflow error. When each payout error is resolved, the corresponding payout error display may be erased. In this way, since a payout error can be notified even when the game is stopped due to the safety device being activated, no disadvantage or inconvenience is caused to players or hall personnel. The game control device 100, the performance control device 300, the display device 41, etc. work together to constitute a notification means that can notify errors.

なお、遊技停止状態となった際又は後に払い出しエラー以外のエラーや不正(枠開放エラーや磁石不正など)が発生している場合にも、遊技者やホール関係者等に不利益又は不都合が生じないように、このエラーや不正を報知するためのエラー表示を行ってもよい。また、エラー(特に払い出しエラー)や不正が発生した場合でも、安全装置カウンタ値がカウンタ基準値195000になっていれば、安全装置が作動して遊技停止状態が発生可能である。 If an error or irregularity other than a payout error (such as a slot opening error or magnet irregularity) occurs when or after the game is stopped, an error message may be displayed to notify the player of the error or irregularity so that no disadvantage or inconvenience is caused to the player or hall staff. Also, if an error (particularly a payout error) or irregularity occurs, as long as the safety device counter value is at the counter reference value of 195,000, the safety device will be activated and the game can be stopped.

本実施形態では、球切れエラー表示520やオーバーフローエラー表示522などの払い出しエラー表示は、重ならないように作動中表示513(「打ち止め中」)ととともに表示装置41に表示される。作動中表示513を目立つように払い出しエラー表示よりも前面側のレイヤ(最前面レイヤ)に表示して払い出しエラー表示に重ねてもよいし、逆に、払い出しエラー表示を目立つように作動中表示513よりも前面側のレイヤ(最前面レイヤ)に表示して作動中表示513に重ねてもよい。また、払い出しエラーが解消されるまで、払い出しエラー表示だけを表示し作動中表示513を表示しないようにしてもよい。 In this embodiment, payout error displays such as the out-of-ball error display 520 and the overflow error display 522 are displayed on the display device 41 together with the operation display 513 ("stopped") so as not to overlap. The operation display 513 may be displayed in a layer (foreground layer) in front of the payout error display so as to be more prominent, and overlapped with the payout error display, or conversely, the payout error display may be displayed in a layer (foreground layer) in front of the operation display 513 so as to be more prominent, and overlapped with the operation display 513. Also, only the payout error display may be displayed and the operation display 513 may not be displayed until the payout error is resolved.

なお、払い出しエラーなどのエラー表示は、作動予告状態においても、作動予告表示511(「まもなく打ち止めです」)ととともに表示装置41に表示でき、作動警告状態(図101参照)においても、作動警告表示512(「当り終了後に打ち止めとなります」)ととともに表示装置41に表示できる。エラー表示は、目立つように作動予告表示511や作動警告表示512よりも前面側のレイヤに表示してこれに重ねてもよい。 In addition, error displays such as payout errors can be displayed on the display device 41 together with the operation notice display 511 ("Play will end soon") even in the operation notice state, and can be displayed on the display device 41 together with the operation warning display 512 ("Play will end after the win ends") even in the operation warning state (see FIG. 101). The error display can be displayed on a layer in front of the operation notice display 511 and operation warning display 512 so that it stands out, and can be overlapped on this.

遊技停止状態において、各エラー(特に各払い出しエラー)は、エラー表示に加えて、スピーカ19から音声を出力して報知したり、枠装飾装置18や盤装飾装置46の演出用LEDを特定の発光態様で発光させて報知してよい。例えば、この特定の発光態様は、一部または全ての演出用LEDが赤色で発光するもので、枠装飾装置18のLED(枠のLED)のみ発光してよいし、盤装飾装置46のLED(遊技盤30のLED)のみ発光してよいし、枠装飾装置18と盤装飾装置46の両方のLEDが発光してよい。 When play is stopped, each error (particularly each payout error) may be notified by outputting a sound from the speaker 19 in addition to displaying the error, or by causing the presentation LEDs of the frame decoration device 18 and the board decoration device 46 to light up in a specific light-emitting mode. For example, this specific light-emitting mode may be one in which some or all of the presentation LEDs light up in red, and only the LED of the frame decoration device 18 (the LED of the frame) may light up, or only the LED of the board decoration device 46 (the LED of the game board 30) may light up, or the LEDs of both the frame decoration device 18 and the board decoration device 46 may light up.

例えば、シュート球切れエラーとオーバーフローエラーに対して、エラー表示(球切れエラー表示520やオーバーフローエラー表示522)とともに、スピーカ19からエラー内容を示す音声を出力する(「球切れです」「球を抜いてください」など)。 For example, for a shot ball out error and an overflow error, an error message (ball out error message 520 or overflow error message 522) is displayed and a sound indicating the error content is output from the speaker 19 (e.g., "ball out," "remove the ball," etc.).

遊技停止状態と遊技停止状態以外の状態(遊技中又は客待ち中の状態、未作動状態、作動予告状態、作動警告状態)の両方において、各エラー(特に各払い出しエラー)は、同じエラーであることが認識できるように同じ報知態様(報知方法)で報知されてもよいし、遊技停止状態と遊技停止状態以外の状態を区別して認識できるように或いは各々の状態で適したものになるように異なる報知態様(報知方法)で報知されてもよい。なお、前述と異なり、払い出しエラーなどのエラーは、表示装置41でエラー表示をすることなく、スピーカ19からの音声及び/又は演出用LEDの発光のみで報知する構成も可能である。 In both the game stop state and states other than the game stop state (in game or waiting for customers, not yet activated state, activation notice state, activation warning state), each error (particularly each payout error) may be notified in the same notification manner (notification method) so that it can be recognized that it is the same error, or it may be notified in a different notification manner (notification method) so that the game stop state and states other than the game stop state can be distinguished and recognized, or so that it is appropriate for each state. Note that, unlike the above, it is also possible to configure errors such as payout errors to be notified only by sound from the speaker 19 and/or illumination of the performance LED, without displaying an error on the display device 41.

異なる報知態様で報知する場合に、例えば、シュート球切れエラーに関して、遊技停止状態では、表示装置41の球切れエラー表示520とスピーカ19の音声出力とで報知し、遊技停止状態以外の状態では、球切れエラー表示520と演出用LEDの発光とで報知してよい。また、例えば、オーバーフローエラーに関して、緊急に対処する必要を考慮して、遊技停止状態と遊技停止状態以外の状態とで、共通にオーバーフローエラー表示522と音声出力とで報知するが、これら二つの状態の間で、音声出力の音量や音の高低を異ならせてもよい。また、異なる報知態様で報知する場合に、遊技停止状態では、枠装飾装置18のLEDが発光し、遊技停止状態以外の状態では、盤装飾装置46のLEDが発光してよい。 When different notification modes are used, for example, a shot ball out error may be notified by the ball out error display 520 on the display device 41 and audio output from the speaker 19 in the game stop state, and by the ball out error display 520 and illumination of the LED for effects in states other than the game stop state. Also, for example, an overflow error may be notified by the overflow error display 522 and audio output in both the game stop state and states other than the game stop state, in consideration of the need for emergency response, but the volume or pitch of the audio output may be different between these two states. Also, when different notification modes are used, the LED of the frame decoration device 18 may be illuminated in the game stop state, and the LED of the board decoration device 46 may be illuminated in states other than the game stop state.

以上、画面遷移について説明したが、190000の安全装置カウンタ値(90000の差玉数)に到達して安全装置の作動予告状態になった後、安全装置カウンタ値が減っていった場合(差玉数が減っていった場合)に、作動予告表示511(「まもなく打ち止めです」)の表示を消去して非表示にしてもよい。例えば、安全装置カウンタ値が190000に達した後、189000まで減った場合、作動予告表示511を非表示にしてもよい。 The above describes the screen transitions, but after the safety device counter value reaches 190,000 (a difference in the number of balls of 90,000) and the safety device enters an activation warning state, if the safety device counter value decreases (if the difference in the number of balls decreases), the activation warning display 511 ("Play will end soon") may be erased and hidden. For example, if the safety device counter value reaches 190,000 and then decreases to 189,000, the activation warning display 511 may be hidden.

例えば、この場合に、安全装置カウンタ値又は差玉数を示す差玉コマンドが遊技制御装置100から演出制御装置300に送信されていれば、演出制御装置300が189000の安全装置カウンタ値を判断して、作動予告表示511を非表示にする。或いは、この場合に、未作動状態に対応する安全装置作動関連コマンドを新たに設けて、189000の安全装置カウンタ値で遊技制御装置100から演出制御装置300に送信して、演出制御装置300は作動予告表示511を非表示にしてよい。なお、前述の安全装置関連処理で送信する安全装置作動関連コマンドには、作動予告状態に対応する作動予告コマンドや、作動警告状態に対応する作動警告コマンドや、作動状態に対応する作動中コマンドがあったが、安全装置関連処理で未作動状態に対応する安全装置作動関連コマンド(未作動コマンド)を演出制御装置300に送信できるようにする。 For example, in this case, if a difference ball command indicating the safety device counter value or the number of difference balls is sent from the game control device 100 to the presentation control device 300, the presentation control device 300 will determine the safety device counter value of 189000 and hide the activation notice display 511. Alternatively, in this case, a new safety device activation-related command corresponding to the non-activated state may be provided and sent from the game control device 100 to the presentation control device 300 with a safety device counter value of 189000, and the presentation control device 300 may hide the activation notice display 511. Note that the safety device activation-related commands sent in the above-mentioned safety device-related processing include an activation notice command corresponding to the activation notice state, an activation warning command corresponding to the activation warning state, and an operating command corresponding to the activated state, but the safety device-related processing makes it possible to send a safety device activation-related command (non-activated command) corresponding to the non-activated state to the presentation control device 300.

〔画面遷移の例2〕
図101は、第4実施形態に関して、表示装置41の表示画面を時系列で示した画面遷移図の別の一例(例2)である。図100Aと図100Bでは、(ク)の後に、小当り又は大当りとならずに、(コ)で安全装置カウンタ値がカウンタ基準値195000に達すると即時に安全装置が作動して遊技停止状態となった。しかし、例2では、(ク)の後に、小当り又は大当りとなり、小当り中又は大当り中に安全装置カウンタ値がカウンタ基準値195000に達して作動警告状態となり、小当り状態又は大当り状態の終了後(作動警告状態終了後)に、遊技停止状態になる。
[Screen transition example 2]
FIG. 101 is another example (Example 2) of a screen transition diagram showing the display screen of the display device 41 in chronological order with respect to the fourth embodiment. In FIG. 100A and FIG. 100B, after (K), there is no small or big win, and when the safety device counter value reaches the counter reference value 195000 at (K), the safety device is immediately activated and the game is stopped. However, in Example 2, after (K), there is a small or big win, and during the small or big win, the safety device counter value reaches the counter reference value 195000, causing an operation warning state, and after the end of the small or big win state (the end of the operation warning state), the game is stopped.

(ケ1)では、(ク)の後に、特図変動表示ゲーム(ここでは特図1変動表示ゲーム)が小当り結果又は大当り結果となり、飾り停止図柄として小当り図柄又は大当り図柄が変動表示領域610と変動表示領域615において表示される。なお、ここでは大当り図柄「3,3,3」が表示される例を示す。安全装置カウンタ値は作動予告状態が開始する予告開始値190000より大きい194278であり、安全装置関連表示として作動予告表示511(「まもなく打ち止めです」)が表示されている。作動予告表示511は、図100Aの(エ)(カ)と同様に、他の表示や他の画像オブジェクトと重ならないように小さく表示される。 In (Ke1), after (K), the special chart variable display game (here, the special chart 1 variable display game) results in a small win or a big win, and a small win or a big win pattern is displayed as a decorative stop pattern in the variable display area 610 and the variable display area 615. Note that here, an example is shown in which the big win pattern "3, 3, 3" is displayed. The safety device counter value is 194278, which is greater than the warning start value 190000 at which the operation warning state begins, and the operation warning display 511 ("Playing will end soon") is displayed as a safety device-related display. The operation warning display 511 is displayed small so as not to overlap with other displays or other image objects, similar to (D) and (Ka) in FIG. 100A.

変動中保留表示682bが消え、第1所定画像675と第2所定画像676は「×」となっている。モード表示679が演出モードとしての通常モードに対応した「Aモード」と表示されている。変動回数表示677は「170G」と表示されている。特図1保留数表示部650と特図2保留数表示部660には、それぞれ、「3」と「0」が表示されている。第1保留表示部630aにおいて保留表示682aが3つ表示され、第2保留表示部630bには何も表示されていない。 The pending change indicator 682b disappears, and the first predetermined image 675 and the second predetermined image 676 are displayed as "X". The mode indicator 679 displays "A mode", which corresponds to the normal mode as the presentation mode. The number of changes indicator 677 displays "170G". The special chart 1 pending number display section 650 and the special chart 2 pending number display section 660 display "3" and "0", respectively. Three pending indicators 682a are displayed in the first pending display section 630a, and nothing is displayed in the second pending display section 630b.

次に、(ケ2)では、小当り又は大当りのラウンド遊技(大当り中や小当り中での遊技)が1回目のラウンドで実行されている。小当りのラウンド遊技の場合にはここでV入賞が発生して次の2回目のラウンドからV入賞による大当り状態が開始するものとする。表示画面では、ラウンド演出が動画などで実行されている。また、大入賞口の開放に対応して、右打ちするよう指示する右打ち指示表示502が表示されている。大入賞口が開放されているため、大入賞口への入賞による多数の賞球(獲得球数、セーフ球数)が得られる。そして、安全装置カウンタ値は(ケ1)から増加して194318であり、安全装置関連表示として作動予告表示511(「まもなく打ち止めです」)の表示が継続している。作動予告表示511は、邪魔にならないようラウンド演出に重ならなくてよいし、重なってもよい。 Next, in (Ke2), a round game of small or big win (a game during a big win or small win) is being played in the first round. In the case of a round game of small win, a V win occurs here, and the big win state due to the V win starts from the next second round. On the display screen, the round performance is being played in the form of a video or the like. In addition, in response to the opening of the big prize opening, a right hit instruction display 502 is displayed, which instructs the player to hit to the right. Since the big prize opening is open, a large number of prize balls (number of balls acquired, number of safe balls) can be obtained by winning the big prize opening. The safety device counter value has increased from (Ke1) to 194318, and the operation notice display 511 ("Playing will end soon") continues to be displayed as a safety device-related display. The operation notice display 511 does not have to overlap the round performance so as not to be in the way, but it may overlap.

なお、(ケ2)では、作動予告表示511の表示態様が、(ケ1)の通常遊技(通常遊技状態、通常モード)からラウンド遊技(特別遊技状態、ラウンド演出)への遊技の進行又は演出の進行に応じて変化して、(ケ1)に対して異なってよい。例えば、作動予告表示511は、ラウンド演出の邪魔にならないよう、(ケ1)よりも小さく表示したり目立たない色で表示したり、非表示にしてよい(作動予告表示511の表示態様に非表示を含めてよい)。これにより、遊技の進行又は演出の進行に対応して適切に作動予告表示511を表示できる。特に、作動予告表示511の表示態様を表示装置41での演出の邪魔にならないように遊技の進行又は演出の進行に応じて変化させて、遊技の興趣を向上できる。 In addition, in (Ke2), the display mode of the operation notice display 511 may change according to the progress of the game or the progress of the presentation from the normal game (normal game state, normal mode) of (Ke1) to the round game (special game state, round presentation), and may be different from (Ke1). For example, the operation notice display 511 may be displayed smaller than in (Ke1), in an inconspicuous color, or hidden so as not to interfere with the round presentation (the display mode of the operation notice display 511 may include not displaying it). This allows the operation notice display 511 to be displayed appropriately in response to the progress of the game or the progress of the presentation. In particular, the display mode of the operation notice display 511 may be changed according to the progress of the game or the progress of the presentation so as not to interfere with the presentation on the display device 41, thereby improving the interest of the game.

その後、(ケ3)では、3回目のラウンドでラウンド演出が実行されている。ここで、安全装置カウンタ値がカウンタ基準値195000に達しているが、大当り中であるため、安全装置はまだ作動せず、作動警告状態となり作動警告表示512(「当り終了後に打ち止めとなります」)が表示装置41に表示される。なお、作動警告表示512は、作動予告表示511よりも、サイズが大きくて目立ち、安全装置の作動(遊技停止状態の発生)の可能性を作動予告状態よりも強く示唆する。作動警告表示512は、邪魔にならないようラウンド演出に重ならなくてよいし、重なってもよい。 After that, in (Ke3), the round performance is executed in the third round. Here, the safety device counter value reaches the counter reference value of 195,000, but since the jackpot is in progress, the safety device has not yet been activated, and the activation warning state is entered, and activation warning display 512 ("Play will stop after the jackpot ends") is displayed on display device 41. Note that activation warning display 512 is larger and more conspicuous than activation notice display 511, and more strongly suggests the possibility of the safety device being activated (occurrence of a game stop state) than the activation notice state. Activation warning display 512 does not have to overlap the round performance so as not to be in the way, but it may overlap it.

その後、(ケ4)では、安全装置カウンタ値はカウンタ基準値195000のままであるが、大当りのエンディング演出が実行され、(ケ3)と同様に作動警告表示512が表示される。作動警告表示512は、邪魔にならないようエンディング演出に重ならなくてよいし、重なってもよい。また、作動警告状態でのエンディング演出は、作動警告状態以外の状態(未作動状態、作動予告状態)でのエンディング演出と異なり、安全装置の作動の直前であるため、安全装置の作動(打ち止め)を示唆するような専用のエンディング演出としてよい。なお、(ケ4)に関して、作動警告状態で小当りのエンディング演出が実行される場合も同様である。 After that, in (Ke4), the safety device counter value remains at the counter reference value of 195,000, but the big win ending performance is executed and the activation warning display 512 is displayed in the same way as in (Ke3). The activation warning display 512 does not have to overlap the ending performance so as not to get in the way, but it may overlap. Also, unlike the ending performance in states other than the activation warning state (non-activated state, activation notice state), the ending performance in the activation warning state is immediately before the activation of the safety device, so it may be a dedicated ending performance that suggests the activation (stop) of the safety device. Note that the same applies to (Ke4) when the small win ending performance is executed in the activation warning state.

また、(ケ4)では、作動警告表示512の表示態様が、(ケ3)のラウンド遊技(ラウンド演出)からエンディング(エンディング演出)への遊技の進行又は演出の進行に応じて変化して、(ケ3)に対して異なってよい。例えば、作動警告表示512は、エンディング演出の邪魔にならないよう、(ケ3)よりも小さく表示したり目立たない色で表示したり、非表示にしてよい(作動警告表示512の表示態様に非表示を含めてよい)。これにより、遊技の進行又は演出の進行に対応して適切に作動警告表示512を表示できる。特に、作動警告表示512の表示態様を表示装置41での演出の邪魔にならないように遊技の進行又は演出の進行に応じて変化させて、遊技の興趣を向上できる。 In addition, in (Ke4), the display mode of the activation warning display 512 may change according to the progress of the game or the progress of the presentation from the round game (round presentation) to the ending (ending presentation) in (Ke3), and may be different from that in (Ke3). For example, the activation warning display 512 may be displayed smaller than in (Ke3), in an inconspicuous color, or hidden so as not to interfere with the ending presentation (the display mode of the activation warning display 512 may include not displaying it). This allows the activation warning display 512 to be displayed appropriately in response to the progress of the game or the progress of the presentation. In particular, the display mode of the activation warning display 512 may be changed according to the progress of the game or the progress of the presentation so as not to interfere with the presentation on the display device 41, thereby improving the interest of the game.

このように、作動警告表示512によって、遊技者に小当り又は大当りの終了後に遊技停止状態になることを事前に報知して、連チャンが止まるなど不利益を受けることを遊技者に警告することができる。また、作動警告表示512によって、不正を行っている者には驚きを与えて、不正を止めることを促すことができる。 In this way, the activation warning display 512 can notify the player in advance that play will be halted after a small win or a big win, and warn the player that they will suffer a disadvantage, such as an end to a winning streak. The activation warning display 512 can also surprise someone who is cheating, encouraging them to stop cheating.

続いて、(コ1)では、エンディング時間が経過して大当りのエンディングが終了し、即ち、大当り状態が終了し、安全装置が作動して遊技停止状態になる(小当りのエンディングでも同じ)。遊技停止状態において、演出制御装置300は、作動中コマンドを受信したことに対応して、表示画面に作動中表示513(「打ち止め中」)が表示される。作動中表示513は、作動予告表示511と作動警告表示512よりも、サイズが大きくて目立ち、遊技者が遊技機10を使用しないように安全装置の作動中(遊技停止状態中)であることを強く示唆する。 Next, in (C1), the ending time has elapsed and the big win ending has ended, i.e., the big win state has ended, and the safety device has been activated, resulting in a game stop state (the same applies to a small win ending). In the game stop state, the performance control device 300 displays an operation display 513 ("play stopped") on the display screen in response to receiving an operation command. The operation display 513 is larger and more noticeable than the operation notice display 511 and the operation warning display 512, strongly suggesting that the safety device is operating (game stop state) so as to prevent the player from using the gaming machine 10.

また、(コ1)では、QRコード(登録商標)などの二次元コード524が表示画面に表示される。さらに、スマートフォンや携帯電話などのカメラ付きの情報端末で二次元コード524を読み取ることを遊技者に推奨(促進)する読み取り推奨表示525(読み取り促進表示)が、文字表示(例えば、「続きはスマートフォンでお楽しみください」「カメラで読み取ってください」)も表示画面に表示される。二次元コード524をカメラ付きの情報端末のカメラで読み取って入力することで、この情報端末は、遊技場の外部のサーバーにアクセスでき、遊技の結果をサーバーに記憶させることができ、遊技者はいわゆるスマホ連動サービス(携帯連動サービス)等の連動サービス(連携サービス)を利用することができる。 In (C1), a two-dimensional code 524 such as a QR code (registered trademark) is displayed on the display screen. Furthermore, a reading recommendation display 525 (reading promotion display) that recommends (encourages) the player to read the two-dimensional code 524 with a camera-equipped information terminal such as a smartphone or mobile phone, as well as text display (for example, "Please continue reading on your smartphone" or "Please read with your camera") are also displayed on the display screen. By reading and inputting the two-dimensional code 524 with the camera of the camera-equipped information terminal, this information terminal can access a server outside the gaming facility and store the results of the game in the server, allowing the player to use linked services (linked services) such as so-called smartphone linked services (mobile linked services).

なお、安全装置の作動(打ち止め)によって遊技停止状態となった場合に、演出制御装置300は、作動中コマンドを受信したこと又は専用のエンディング演出(ケ4)があったことに対応して、演出ポイントを通常の演出で得られる増加量よりも大きく増加(加算)してよい(B0012)。これにより、遊技者は遊技停止となった不快感を緩和できる。大きな演出ポイントの情報は、符号化(エンコード)されて二次元コード524に組み込まれているので、外部のサーバーに記憶される。なお、演出ポイントの情報は、間接的に打ち止めを示す打ち止め情報となるが、打ち止め情報自体が符号化されて二次元コード524に組み込まれてもよい。遊技者は、いつでも情報端末等で外部のサーバーにアクセスして、演出ポイントの情報や打ち止め情報を情報端末に表示することができる。これにより、遊技者は、大きな演出ポイントの情報や打ち止め情報を他者に示して、自慢することができ満足感が得られる。 In addition, when the game is stopped due to the operation of the safety device (stop), the performance control device 300 may increase (add) the performance points by a larger amount than the increase obtained in the normal performance in response to receiving an operating command or the occurrence of a special ending performance (Ke4) (B0012). This allows the player to ease the discomfort of the game being stopped. The information on the large performance points is encoded and incorporated into the two-dimensional code 524, and is stored in an external server. The information on the performance points indirectly becomes the stoppage information indicating the stoppage, but the stoppage information itself may be encoded and incorporated into the two-dimensional code 524. The player can access the external server at any time using an information terminal or the like to display the performance point information and the stoppage information on the information terminal. This allows the player to show the large performance point information and the stoppage information to others and feel satisfied.

なお、二次元コード524に代えて、バーコードなどの一次元コードを用いてもよい。また、図100Bの(コ)でも同様に二次元コード524を表示してよい。 In addition, a one-dimensional code such as a barcode may be used instead of the two-dimensional code 524. Also, the two-dimensional code 524 may be displayed in the same manner in (K) of FIG. 100B.

次に、(サ)では、図100Bの(サ)と同様に、エラー表示として球切れエラー表示520やオーバーフローエラー表示522が行われている。なお、二次元コード524は所定時間(例えば2分間)表示された後に、表示画面から消去されていてよい。 Next, in (K), similar to (K) in FIG. 100B, an error message such as a bulb out error message 520 or an overflow error message 522 is displayed. Note that the two-dimensional code 524 may be displayed for a predetermined period of time (e.g., two minutes) and then erased from the display screen.

なお、(コ1)と(サ)の順番を逆にして、エラー表示の後に二次元コード524を表示画面に表示してもよい。或いは、(コ1)において、エラー表示と二次元コード524の両方を表示画面に表示してもよい。この場合に、エラー表示を目立つように作動中表示513と二次元コード524よりも前面側のレイヤ(最前面レイヤ)に表示して、作動中表示513や二次元コード524に重ねてもよい。エラー表示が二次元コード524よりも前面側のレイヤ(最前面レイヤ)で二次元コード524に重ねて表示されると、エラーへの対処の方が二次元コード524の読み取りよりも重要度が高いことを、二次元コード524を読み取れない状態にして報知できる。なお、演出制御装置300は、エラー表示中において、二次元コード524を表示する所定時間(例えば2分間)を計測する表示タイマの更新(タイマ値の更新)を停止又は中断してもよい。この表示タイマの更新が中断した場合には、エラーが解消されて無くなったときに、表示タイマは、中断したときのタイマ値から更新を再開することによって所定時間の計測を再開するか、又は、タイマ値の初期値から更新を開始することによって所定時間を計測し直すようにしてよい。 The order of (K1) and (K) may be reversed, and the two-dimensional code 524 may be displayed on the display screen after the error display. Alternatively, in (K1), both the error display and the two-dimensional code 524 may be displayed on the display screen. In this case, the error display may be displayed in a layer (foreground layer) in front of the operation display 513 and the two-dimensional code 524 so as to be conspicuous, and may be superimposed on the operation display 513 and the two-dimensional code 524. When the error display is displayed superimposed on the two-dimensional code 524 in a layer (foreground layer) in front of the two-dimensional code 524, it is possible to inform the user that dealing with the error is more important than reading the two-dimensional code 524 by making the two-dimensional code 524 unreadable. The performance control device 300 may stop or interrupt updating (updating the timer value) of the display timer that measures a predetermined time (for example, two minutes) for displaying the two-dimensional code 524 during the error display. If the update of the display timer is interrupted, when the error is resolved, the display timer may resume measuring the specified time by restarting the update from the timer value at the time of interruption, or may restart measuring the specified time by starting the update from the initial timer value.

以上、図101に関して、作動予告表示511(「まもなく打ち止めです」)と作動警告表示512(「当り終了後に打ち止めとなります」)と作動中表示513(「打ち止め中」)は、この順番で大きく表示されるとともに文字表示する文章自体も違うため、表示態様が異なる。なお、表示態様に、文字表示する文章自体も含めてよい。しかし、安全装置関連表示(特定画像、特定の文字画像)として作動予告表示511(特定画像の第1表示態様)と作動警告表示512(特定画像の第3表示態様)と作動中表示513(特定画像の第2表示態様)の表示態様は全体的には異なっても共通性を持たせてよい。例えば、作動予告表示511と作動警告表示512と作動中表示513は、「打ち止め」という文字列が共通であり、同じフォント(書体)で表示されて少なくとも一部の表示態様が共通する(一部の表示態様として色や文字サイズを共通させてもよい)。これにより、各種の安全装置関連表示は、表示態様が共通性を有しある程度揃えられて、共通に安全装置(コンプリート機能、打ち止め機能)に関係する表示であることを印象付けやすくなるとともに、安全装置関連表示以外の他の種類の表示と誤認しないようにできる。作動予告表示511と作動警告表示512と作動中表示513は、エラー表示(球切れエラー表示520やオーバーフローエラー表示522)と誤認しないように、エラー表示とは異なるフォント(書体)や文字サイズや色で表示されるなどして、エラー表示と表示態様において共通性を持たせないように異ならせてよい。 As described above, with respect to FIG. 101, the operation notice display 511 ("Play will end soon"), the operation warning display 512 ("Play will end after the win"), and the operation display 513 ("Play is ending") are displayed in large letters in this order, and the text displayed in letters is different, so that the display modes are different. The text displayed in letters may also be included in the display modes. However, the display modes of the operation notice display 511 (first display mode of specific image), the operation warning display 512 (third display mode of specific image), and the operation display 513 (second display mode of specific image) as safety device-related displays (specific image, specific text image) may be different overall but may have commonality. For example, the operation notice display 511, the operation warning display 512, and the operation display 513 have the character string "Play will end" in common, are displayed in the same font (typeface), and have at least a part of the display mode in common (color and text size may be common as a part of the display mode). As a result, the various safety device-related displays have a common display style and are aligned to a certain extent, making it easier to impress upon the viewer that they are all displays related to safety devices (complete function, stop function), and to prevent them from being mistaken for other types of displays other than safety device-related displays. The operation notice display 511, operation warning display 512, and operation display 513 may be displayed in a font (typeface), character size, or color different from the error displays so as not to be mistaken for error displays (burned-out error display 520 and overflow error display 522), and may be made different in display style from the error displays so as not to have a commonality.

〔遊技状態に応じて異なる作動予告表示の例〕
図102は、第4実施形態に関して、遊技状態に応じて異なる作動予告表示511a-511dを例示する図である。図100Aと図100Bにおいて、遊技状態として(キ)の客待ち中と(オ)(ク)等の変動表示中とで、作動予告表示511(「まもなく打ち止めです」)の表示態様が異なっている。しかし、図102において、(A)通常遊技状態、(B)時短状態、(C)確変状態、(D)特別遊技状態の間で、作動予告表示が適切に表示できるよう、作動予告表示511a-511dに示すように表示態様が異なっている。なお、図102(A)-(D)において、安全装置カウンタ値は、作動予告状態が開始する予告開始値190000より大きくカウンタ基準値195000よりも小さい値(例えば190055)である。
[Example of different activation notice displays depending on game status]
FIG. 102 is a diagram illustrating the operation notice display 511a-511d which differs according to the game state in the fourth embodiment. In FIG. 100A and FIG. 100B, the display mode of the operation notice display 511 ("The game will end soon") is different between the game state (K) waiting for customers and the game state (O) (K) during variable display. However, in FIG. 102, the display mode is different as shown in the operation notice display 511a-511d so that the operation notice display can be appropriately displayed among (A) normal game state, (B) time-saving state, (C) probability change state, and (D) special game state. Note that in FIG. 102(A)-(D), the safety device counter value is a value (e.g., 190055) that is greater than the notice start value 190000 at which the operation notice state starts and is smaller than the counter reference value 195000.

図102(A)は、通常遊技状態(通常モード)での表示装置41の表示画面を示すが、左打ち指示表示503と作動予告表示511aがあること、及び、変動回数表示677の表示内容「170G」を除いて、図100Aの(イ)と同じである。通常遊技状態では、入賞による賞球の数(獲得球数、セーフ球数)があまり得られないため、安全装置が作動して遊技停止状態となる可能性は低い。このため、通常遊技状態の作動予告表示511aは、変動表示など他の表示の邪魔にならないように、例えば表示画面の左端で小さく表示される。遊技者に左打ちするよう指示する左打ち指示表示503が表示されている場合には、作動予告表示511aは遊技者が注目する機会を高めるため左打ち指示表示503の近傍(下隣など)に左打ち指示表示503に対向(隣接)して表示されてもよい。 Figure 102 (A) shows the display screen of the display device 41 in the normal game state (normal mode), but it is the same as Figure 100A (B) except for the presence of the left hit instruction display 503 and the operation notice display 511a, and the display content "170G" of the change count display 677. In the normal game state, the number of winning balls (number of winning balls, number of safe balls) is not obtained by winning, so the possibility that the safety device will be activated and the game will be stopped is low. For this reason, the operation notice display 511a in the normal game state is displayed small, for example, at the left edge of the display screen so as not to interfere with other displays such as the change display. When the left hit instruction display 503 instructing the player to hit to the left is displayed, the operation notice display 511a may be displayed facing (adjacent to) the left hit instruction display 503 in the vicinity (such as below) of the left hit instruction display 503 to increase the opportunity for the player to notice it.

図102(B)は、時短状態(時短モード)での表示装置41の表示画面を示すが、図100Bの(ク)と同じである。時短状態では、普電サポートによって通常遊技状態よりも賞球が得られ易く、さらに、通常遊技状態よりも大当りとなってセーフ球数が大幅に増加する可能性が高く、安全装置が作動する可能性が高い。このため、時短状態の作動予告表示511bは、通常遊技状態の作動予告表示511aよりも大きく目立つように表示され、安全装置が作動する可能性をより強く報知する。 Figure 102 (B) shows the display screen of the display device 41 in the time-saving state (time-saving mode), which is the same as (k) in Figure 100B. In the time-saving state, it is easier to get prize balls than in the normal game state due to the normal power support, and furthermore, there is a higher possibility of hitting a jackpot and greatly increasing the number of safe balls than in the normal game state, and there is a higher possibility of the safety device being activated. For this reason, the activation notice display 511b for the time-saving state is displayed larger and more conspicuously than the activation notice display 511a for the normal game state, more strongly warning of the possibility of the safety device being activated.

図102(C)は、確変状態(確変モード)が存在する場合に、確変状態(確変モード)での表示装置41の表示画面を示すが、作動予告表示511c、モード表示679、及び、変動回数表示677を除いて、図100Bの(ク)と同じである。確変状態では、時短状態よりも、大当りとなってセーフ球数が大幅に増加する可能性さらには安全装置が作動する可能性が高い。このため、確変状態の作動予告表示511cは、時短状態の作動予告表示511bよりも大きく目立つように表示され、安全装置が作動する可能性をより強く報知する。 Figure 102 (C) shows the display screen of the display device 41 in the probability variable state (probability variable mode) when it exists, but is the same as Figure 100B (K) except for the operation notice display 511c, mode display 679, and variation count display 677. In the probability variable state, there is a higher possibility of a jackpot being hit and the number of safe balls being significantly increased, and furthermore, of the safety device being activated, than in the time-saving state. For this reason, the operation notice display 511c for the probability variable state is displayed larger and more conspicuously than the operation notice display 511b for the time-saving state, more strongly warning of the possibility of the safety device being activated.

図102(D)は、特別遊技状態(大当り中又は小当り中)での表示装置41の表示画面を示すが、図101の(ケ2)と同様に表示画面においてラウンド演出が実行されている。特別遊技状態では、大入賞口の開放によってセーフ球数が大幅に増加するため、確変状態よりも安全装置が作動する可能性が高い。このため、特別遊技状態の作動予告表示511dは、確変状態の作動予告表示511cよりも大きく目立つように表示され、安全装置が作動する可能性をより強く報知する。作動予告表示511dは遊技者が注目する機会を高めるため右打ち指示表示502の近傍(左隣など)に右打ち指示表示502に対向(隣接)して表示されてもよい。 Figure 102 (D) shows the display screen of the display device 41 in the special game state (during a big win or a small win), and the round effect is being performed on the display screen in the same way as in (Ke2) of Figure 101. In the special game state, the number of safe balls increases significantly due to the opening of the big prize opening, so there is a higher possibility that the safety device will be activated than in the high probability state. For this reason, the activation notice display 511d in the special game state is displayed larger and more conspicuously than the activation notice display 511c in the high probability state, to more strongly notify the player of the possibility that the safety device will be activated. The activation notice display 511d may be displayed facing (adjacent to) the right hit instruction display 502 in the vicinity (such as to the left) of the right hit instruction display 502 to increase the opportunity for the player to notice it.

以上のように、図102では、通常遊技状態、時短状態、確変状態、特別遊技状態の順番で、作動予告表示511a-511dのサイズが大きくなり、目立ち易くなる。なお、他の例として、通常遊技状態、時短状態、確変状態、特別遊技状態の順番で目立つよう、作動予告表示511a-511dの色やフォントがこれら遊技状態に応じて異なってもよい。このようにして、作動予告表示511a-511dで、効果的に安全装置の作動を予告できる。 As described above, in FIG. 102, the size of the operation notice displays 511a-511d increases in the order of normal game state, time-saving state, probability variable state, and special game state, making them easier to notice. As another example, the color and font of the operation notice displays 511a-511d may be different depending on the game state, so that the operation notice displays 511a-511d are more noticeable in this order of normal game state, time-saving state, probability variable state, and special game state. In this way, the operation notice displays 511a-511d can effectively warn of the operation of the safety device.

〔リーチ前後での作動予告表示の例〕
図103は、第4実施形態に関して、変動表示中のリーチ前後での作動予告表示511を例示する図である。
[Example of warning display before and after reaching the limit]
Figure 103 is a diagram illustrating an example of an operation preview display 511 before and after a reach during a variable display, in relation to the fourth embodiment.

(ク1)は、図100Bの(ク)と同じであるが、飾り特別図柄がリーチ状態となる前を示し、作動予告表示511が表示画面の下部中央から下部左端にかけて表示されている。 (K1) is the same as (K) in Figure 100B, but it shows the state before the decorative special symbol reaches the reach state, and the activation notice display 511 is displayed from the bottom center to the bottom left edge of the display screen.

次に、(ク2)では、リーチ状態が開始し、左の変動表示領域610Aで左図柄611aが仮停止(例えば揺れ変動)し、右の変動表示領域610Bで右図柄611bが仮停止(例えば揺れ変動)する。リーチ演出として、文字「リーチ」と表示画面に表示されたり、スピーカ19から音声「リーチ」が発生されてよい。作動予告表示511は、仮停止した左図柄611aや右図柄611bの邪魔にならないよう、又は、今後に表示画面の中央で大きく表示されるリーチ演出の邪魔にならないよう、作動予告表示511は、(ク1)のリーチ前とは異なる態様で表示され、例えば表示画面の左端に移動してリーチ前よりも小さく縦書きで表示される。なお、この段階では、ムービー(動画)が表示されたり上部演出ユニット40cが下方に移動するSPリーチとなっていないため、作動予告表示511は、(ク1)と同じ表示態様でもよい。 Next, in (K2), the reach state starts, the left pattern 611a is temporarily stopped (e.g., swaying) in the left variable display area 610A, and the right pattern 611b is temporarily stopped (e.g., swaying) in the right variable display area 610B. As a reach effect, the word "reach" may be displayed on the display screen, or the sound "reach" may be generated from the speaker 19. The operation notice display 511 is displayed in a manner different from that before the reach in (K1), for example, moved to the left edge of the display screen and displayed vertically smaller than before the reach, so that it does not interfere with the temporarily stopped left pattern 611a or right pattern 611b, or with the reach effect that will be displayed large in the center of the display screen in the future. Note that at this stage, since it is not yet SP reach in which a movie (video) is displayed or the upper performance unit 40c moves downward, the operation notice display 511 may be displayed in the same manner as in (K1).

次に、(ク3)では、(ク2)のNリーチの状態からSPリーチに発展する。ここで、左図柄611aと右図柄611bは、縮小されるとともに各々左上隅と右上隅に移動する。SPリーチ演出として、表示画面の中央ではムービー(動画)が大きく表示される。また、SPリーチ演出として、可動役物として上部演出ユニット40cが初期位置から下方に移動して、表示画面の前方の動作位置に配置される。ここで、作動予告表示511は、表示画面中央のムービーや動作位置にある上部演出ユニット40cの邪魔にならないよう、すでに(ク2)の段階で、(ク1)のリーチ前とは異なる態様で表示され、例えば表示画面の左端に移動してリーチ前よりも小さく縦書きで表示されている。なお、(ク2)で作動予告表示511は、非表示にしてもよい(作動予告表示511の表示態様に非表示を含めてよい)。 Next, in (Ku3), the N reach state of (Ku2) progresses to an SP reach. Here, the left pattern 611a and the right pattern 611b are reduced in size and move to the upper left corner and the upper right corner, respectively. As an SP reach performance, a movie (video) is displayed large in the center of the display screen. Also, as an SP reach performance, the upper performance unit 40c moves downward from its initial position as a movable role piece and is placed in an operating position in front of the display screen. Here, the operation notice display 511 is already displayed in a different manner from before the reach of (Ku1) at the (Ku2) stage so as not to interfere with the movie in the center of the display screen or the upper performance unit 40c in the operating position, for example, moved to the left edge of the display screen and displayed vertically smaller than before the reach. Note that in (Ku2), the operation notice display 511 may be hidden (the display manner of the operation notice display 511 may include not displaying it).

なお、(ク3)のSPリーチの段階で初めて、作動予告表示511はリーチ前とは異なる態様で表示されてもよい。また、作動予告表示511は、SPリーチ演出に合わせて、(ク2)のSPリーチ前から表示態様が変化してもよい。例えば、作動予告表示511は、SPリーチ演出の邪魔にならないよう、(ク2)よりもさらに小さく表示したり目立たない色で表示してよい。なお、(ク3)でSPリーチ演出が出現すると、作動予告表示511は、SPリーチ演出の邪魔になるため非表示にしてもよい(作動予告表示511の表示態様に非表示を含めてよい)。 Note that, for the first time at the SP reach stage in (K3), the operation notice display 511 may be displayed in a different manner than before the reach. Also, the display manner of the operation notice display 511 may change from before the SP reach in (K2) in accordance with the SP reach performance. For example, the operation notice display 511 may be displayed even smaller than in (K2) or in a less conspicuous color so as not to interfere with the SP reach performance. Note that, when the SP reach performance appears in (K3), the operation notice display 511 may be hidden since it interferes with the SP reach performance (the display manner of the operation notice display 511 may include not being displayed).

以上、図103のように、作動予告表示511の表示態様は、遊技(ここでは変動表示ゲーム)の進行、或いは、演出の進行に応じて、変化して異なってよい。これにより、遊技の進行又は演出の進行に対応して適切に作動予告表示511を表示できる。特に、作動予告表示511の表示態様を表示装置41での演出の邪魔にならないように遊技の進行に応じて変化させて、遊技の興趣を向上できる。 As described above, as shown in FIG. 103, the display mode of the operation notice display 511 may change and differ depending on the progress of the game (here, the variable display game) or the progress of the presentation. This allows the operation notice display 511 to be displayed appropriately in response to the progress of the game or the progress of the presentation. In particular, the display mode of the operation notice display 511 can be changed depending on the progress of the game so as not to interfere with the presentation on the display device 41, thereby increasing the interest in the game.

〔客待ち中の作動予告表示の例〕
図104は、第4実施形態に関して、客待ち中の作動予告表示511を例示する画面遷移図である。演出制御装置300は、客待ちデモ編集処理(B0015)やホール・遊技者設定モード処理(B0011)等によって、客待ち中の表示装置41の客待ち画面を、(キ1)停止時画面→(キ2)遊技者設定画面→(キ3)客待ちデモムービー画面→(キ4)機種名表示画面→(キ5)注意喚起表示画面→(キ1)停止時画面→(キ2)遊技者設定画面→(キ3)客待ちデモムービー画面・・・の順で、循環的に切り替えてよい。なお、客待ち画面として、遊技や演出の内容を説明する遊技説明画面や、遊技機10のメーカのロゴを表示するメーカ表示画面が存在してもよい。
[Example of warning display while waiting for passengers]
FIG. 104 is a screen transition diagram illustrating an operation notice display 511 during customer waiting in the fourth embodiment. The performance control device 300 may cyclically switch the customer waiting screen of the display device 41 during customer waiting in the order of (K1) stop screen → (K2) player setting screen → (K3) customer waiting demo movie screen → (K4) machine name display screen → (K5) attention call display screen → (K1) stop screen → (K2) player setting screen → (K3) customer waiting demo movie screen ... by customer waiting demo editing processing (B0015) or hall/player setting mode processing (B0011). In addition, as the customer waiting screen, a game explanation screen that explains the contents of the game and the performance, or a manufacturer display screen that displays the logo of the manufacturer of the gaming machine 10 may be present.

(キ1)の停止時画面は、(カ)の飾り停止図柄が「3,7,8」と表示される停止表示時間(特図ゲーム処理タイマに設定される)が経過した段階である。ここで、客待ちデモ中フラグがセットされ(A3212)、演出制御装置300に客待ちデモコマンドが送信されて(A3213,B1307)、表示装置41は客待ち画面となるが、ここでは(カ)から見かけ上は変化のない停止時画面となる。なお、(カ)からモード表示679や変動回数表示677を消去するなどして、見かけ上も変化させてもよい。停止時画面では、変動表示領域610と変動表示領域615で飾り停止図柄が表示されるとともに、作動予告表示511が飾り停止図柄などの邪魔にならないように小さく表示されている。 The (K1) stop screen is the stage where the stop display time (set in the special game processing timer) during which the (Ka) decorative stop pattern is displayed as "3, 7, 8" has elapsed. At this point, the customer waiting demo flag is set (A3212), a customer waiting demo command is sent to the performance control device 300 (A3213, B1307), and the display device 41 becomes the customer waiting screen, but here it is the stop screen with no apparent change from (Ka). Note that the appearance may also be changed by erasing the mode display 679 or the number of changes display 677 from (Ka). On the stop screen, the decorative stop patterns are displayed in the change display area 610 and the change display area 615, and the operation notice display 511 is displayed small so as not to interfere with the decorative stop patterns, etc.

次に、(キ2)の遊技者設定画面は、停止時画面が所定期間(例えば20sec)だけ表示された後に表示される。遊技者設定画面では、音量調整用のメータ画像である音量調整画像527と、輝度調整用(光量調整用)のメータ画像である輝度調整画像528(光量調整画像)が表示される。ホール・遊技者設定モード処理(B0011)によって、音量調整用ボタンスイッチ451a,451bの操作に応じてスピーカ19の音量が調整されて音量調整画像527中のメータが上昇又は下降し、十字キースイッチ450の操作に応じて演出用LEDの輝度が調整されて輝度調整画像528中のメータが上昇又は下降する。 Next, the player setting screen (K2) is displayed after the stop screen is displayed for a predetermined period of time (e.g., 20 seconds). On the player setting screen, a volume adjustment image 527, which is a meter image for adjusting the volume, and a brightness adjustment image 528 (light adjustment image), which is a meter image for adjusting the brightness (light intensity). The hall/player setting mode process (B0011) adjusts the volume of the speaker 19 in response to the operation of the volume adjustment button switches 451a and 451b, causing the meter in the volume adjustment image 527 to rise or fall, and adjusts the brightness of the LED for effect in response to the operation of the cross key switch 450, causing the meter in the brightness adjustment image 528 to rise or fall.

(キ2)の遊技者設定画面では、音量調整画像527と輝度調整画像528は、飾り停止図柄や作動予告表示511よりも前面側のレイヤ(最前面レイヤ)で、変動表示領域610及び/又は変動表示領域615の飾り停止図柄や作動予告表示511に重ねて表示されてよい。 In the player setting screen (K2), the volume adjustment image 527 and the brightness adjustment image 528 may be displayed on a layer (frontmost layer) in front of the decorative stop pattern and the operation notice display 511, superimposed on the decorative stop pattern and the operation notice display 511 in the variable display area 610 and/or the variable display area 615.

次に、(キ3)の客待ちデモムービー画面では、流れ星が流れるような客待ちデモムービー535が表示されている。ここで、客待ちデモムービー535以外の他の表示(飾り停止図柄、特図1保留数表示部650、特図2保留数表示部660、第1所定画像675、第2所定画像676、モード表示679、変動回数表示677など)が消去され、非表示になっている。これにより作動予告表示511は、客待ちデモムービー535以外の他の表示の邪魔にならないため、(キ1)の停止時画面や(キ2)の遊技者設定画面よりも拡大されるように表示態様が変化される。 Next, on the customer waiting demo movie screen (K3), a customer waiting demo movie 535 that looks like a shooting star is displayed. Here, other displays other than the customer waiting demo movie 535 (decorative stop pattern, special chart 1 reserved number display section 650, special chart 2 reserved number display section 660, first predetermined image 675, second predetermined image 676, mode display 679, change count display 677, etc.) are erased and hidden. As a result, the operation notice display 511 does not interfere with other displays other than the customer waiting demo movie 535, so the display mode is changed so that it is enlarged more than the stop screen (K1) or the player setting screen (K2).

次に、(キ4)の機種名表示画面では、遊技機10の機種名(例えば型式(正式な名称)である「P虎虎虎」)が機種名表示519として表示される。さらに、機種名表示画面では、遊技機10が安全装置付きの機種(コンプリート機能を搭載した機種)であることを、例えば「コンプリート機能搭載」の文字表示からなる特定機種表示541によって表示してよい。コンプリート機能搭載表示としての特定機種表示541を見た遊技者は、遊技機10が安全装置(コンプリート機能)を有することを認識できる。作動予告表示511は、機種名表示519や特定機種表示541よりも前面側のレイヤ(最前面レイヤ)でこれらに重ねて表示されてよい。なお、特定機種表示541は、(キ3)の客待ちデモムービー画面でも表示してよい。 Next, on the model name display screen (K4), the model name of the gaming machine 10 (for example, the model number (official name) "P Tora Tora Tora") is displayed as the model name display 519. Furthermore, on the model name display screen, the fact that the gaming machine 10 is a model with a safety device (model equipped with a complete function) may be displayed by a specific model display 541 consisting of the text display "equipped with complete function", for example. A player who sees the specific model display 541 as an indication of equipped with complete function can recognize that the gaming machine 10 has a safety device (complete function). The operation notice display 511 may be displayed on a layer (frontmost layer) on the front side of the model name display 519 and the specific model display 541, superimposed on them. The specific model display 541 may also be displayed on the customer waiting demo movie screen (K3).

次に、(キ5)の注意喚起表示画面では、遊技者にのめり込みを注意するための注意喚起表示543が、作動予告表示511や特定機種表示541とともに表示される。(キ5)では注意喚起表示543と作動予告表示511は重ならないが、重なる場合には、注意喚起表示543と作動予告表示511のいずれを前面側のレイヤ(最前面レイヤ)で表示してよい。 Next, in the warning display screen of (K5), a warning display 543 to warn the player against addiction is displayed together with the operation notice display 511 and the specific model display 541. In (K5), the warning display 543 and the operation notice display 511 do not overlap, but if they do overlap, either the warning display 543 or the operation notice display 511 may be displayed on the front layer (frontmost layer).

その後に、客待ち画面は、再度(キ1)停止時画面になり、さらに(キ2)遊技者設定画面、(キ3)客待ちデモムービー画面へと順番に切り替えられる(移行する)。 After that, the customer waiting screen will again become (K1) the stop screen, and then switch (transition) to (K2) the player setting screen, and (K3) the customer waiting demo movie screen in that order.

以上のように、客待ち中の作動予告表示511の表示態様は、作動予告表示511以外の画像の表示状態、即ち、循環的に切り替えられる客待ち画面の種類(停止時画面、遊技者設定画面、客待ちデモムービー画面、機種名表示画面、注意喚起表示画面)に応じて、異ならせてよい。さらに、客待ち中に、表示装置41の表示画面において、遊技機10が安全装置付きの機種(コンプリート機能を搭載した機種)であることを特定機種表示541によって表示してよい。 As described above, the display mode of the operation notice display 511 while waiting for customers may be varied depending on the display state of the images other than the operation notice display 511, i.e., the type of customer waiting screen that is cyclically switched (stop screen, player setting screen, customer waiting demo movie screen, model name display screen, warning display screen). Furthermore, while waiting for customers, the specific model display 541 may display on the display screen of the display device 41 that the gaming machine 10 is a model with a safety device (a model equipped with a complete function).

〔設定確認中画面の例〕
図105は、第4実施形態に関して、設定確認状態(設定確認モード)における表示装置41の表示画面を例示する。
[Example of the setting confirmation screen]
FIG. 105 illustrates an example of a display screen of the display device 41 in a setting confirmation state (setting confirmation mode) in relation to the fourth embodiment.

(A)は、設定確認状態になって最初に表示される表示画面であり、演出制御装置300は、設定確認中であること報知する設定確認中表示545を、文字表示「設定確認中」として表示画面に表示する(B1328)。また、演出制御装置300は、文字表示「設定履歴一覧」や、操作部(ここでは演出ボタン25)を模した操作促進画像546を表示画面に表示する。操作促進画像546は、遊技者の操作部への操作を促すものであり、十字キースイッチ450を模したものでもよい。 (A) is the display screen that is first displayed when the setting confirmation state is entered, and the presentation control device 300 displays a setting confirmation display 545, which notifies the player that the setting is being confirmed, on the display screen as the text display "setting confirmation in progress" (B1328). The presentation control device 300 also displays a text display "setting history list" and an operation prompt image 546 that imitates the operation unit (presentation button 25 in this case) on the display screen. The operation prompt image 546 encourages the player to operate the operation unit, and may imitate the cross key switch 450.

(B)は、操作部(ここでは演出ボタン25)の操作があった場合に(A)から切り替えて表示される表示画面であり、設定履歴一覧548が表示されている。設定履歴一覧548では、設定変更や設定確認の有無が過去から現在まで順番に表示され、設定変更時又は設定確認時の確率設定値と、設定変更された確率設定値の継続時間が表示されている。操作部(演出ボタン25)への所定の操作(押下げ操作)で(A)の画面に戻ることを促す操作促進画像546が表示されている。また、操作部(演出ボタン25)への別の所定の操作(スワイプ操作)で設定履歴一覧548をスクロールして過去の履歴を見ることを促す操作促進画像547も表示される。なお、ここでの操作促進画像546や操作促進画像547は、十字キースイッチ450を模したものでもよい。 (B) is a display screen that is switched from (A) when the operation unit (in this case, the effect button 25) is operated, and displays a setting history list 548. In the setting history list 548, the presence or absence of setting changes or setting confirmations is displayed in order from the past to the present, and the probability setting value at the time of setting change or setting confirmation and the duration of the changed probability setting value are displayed. An operation prompt image 546 is displayed that prompts the user to return to the screen of (A) by performing a predetermined operation (pressing operation) on the operation unit (the effect button 25). In addition, an operation prompt image 547 is also displayed that prompts the user to scroll the setting history list 548 to view past history by performing another predetermined operation (swiping operation) on the operation unit (the effect button 25). Note that the operation prompt image 546 and the operation prompt image 547 here may be an imitation of the cross key switch 450.

さらに、設定履歴一覧548では、安全装置が作動して打ち止めになった場合の確率設定値が認識できるように、この確率設定値と対応付けて同じ行に所定のマーク(ここでは☆)が表示されている。これにより、ホール関係者は、大当り確率や小当り確率などの当選確率が大きくなる高設定の確率設定値(例えば5、6)で、意図したとおりに大量の出玉(大きなセーフ球数)が生じて、安全装置の作動(打ち止め)があったか否かを確認できる。そして、確認の結果を今後の確率設定値の変更に活用することができる。 Furthermore, in the setting history list 548, a specified mark (here, a star) is displayed in the same row as the probability setting value in order to identify the probability setting value when the safety device is activated and play is stopped. This allows hall personnel to confirm whether a large number of balls (a large number of safe balls) was produced as intended at a high probability setting value (e.g., 5 or 6) that increases the probability of winning a jackpot or small jackpot, and whether the safety device was activated (play was stopped). The results of this confirmation can then be used to change the probability setting value in the future.

〔特定機種表示の例1〕
図106は、第4実施形態に関して、映像以外で表示される特定機種表示541(コンプリート機能搭載表示)の例(例1)を示す図である。図106では、印刷、印字、又はペイント(塗装)等によって特定機種表示541が表示されている。なお、図104では、特定機種表示541は映像として表示装置41の表示画面に表示されている。
[Example 1 of specific model display]
Fig. 106 is a diagram showing an example (example 1) of a specific model display 541 (complete function equipped display) displayed by something other than an image in the fourth embodiment. In Fig. 106, the specific model display 541 is displayed by printing, printing out, painting, or the like. In Fig. 104, the specific model display 541 is displayed as an image on the display screen of the display device 41.

図106は、遊技盤30に設けられる一括表示装置50とその周辺を示している。一括表示装置50のLEDランプD1-D18の周囲において、遊技機10のスペック(仕様)に関する仕様表示がされている。仕様表示として、設定1(最低設定)と設定6(最高設定)における低確率時における大当り確率の表示85a「1/300と1/200」、賞球数の表示85b「3&2&10&14」、ラウンド数上限値の表示85c「3,6,9」、型式(正式な名称)の表示85d「Pxxxxx」、確変状態が存在する機種の場合には、確変大当りに関するリミットの有無の表示85e(ここでは「リミットなし」)が表示される。 Figure 106 shows the collective display device 50 and its surroundings provided on the game board 30. Around the LED lamps D1-D18 of the collective display device 50, the specifications of the gaming machine 10 are displayed. The specifications include a display 85a of the jackpot probability at low probability in setting 1 (lowest setting) and setting 6 (highest setting) "1/300 and 1/200", a display 85b of the number of winning balls "3&2&10&14", a display 85c of the upper limit of the number of rounds "3,6,9", a display 85d of the model (official name) "Pxxxxx", and, in the case of a machine type that has a high probability state, a display 85e of the presence or absence of a limit on the high probability jackpot (here, "no limit") is displayed.

賞球数の表示85bでは、始動入賞口36、普通変動入賞装置37、一般入賞口35、及び特別変動入賞装置39の賞球数が、例えば3、2、10、14と順に認識できるように表示される。確変大当りに関するリミットとは、連続して発生する確変大当りの回数が所定のリミット回数に制限されることを意味する(一回の大当りで所定のリミット回数(連荘回数)の大当りが発生可能になる)。 In the display 85b showing the number of prize balls, the numbers of prize balls for the start winning hole 36, the normal variable winning device 37, the general winning hole 35, and the special variable winning device 39 are displayed so that they can be recognized in that order, for example, 3, 2, 10, 14. The limit on the special jackpot means that the number of consecutive special jackpots is limited to a specified limit (a single jackpot can produce a specified limit number of jackpots (number of consecutive jackpots)).

図106において、特定機種表示541は、遊技機10が安全装置付きの機種(コンプリート機能を搭載した機種)であることを、例えば「コンプリート機能搭載」と印刷、印字、又はペイント等された文字によって固定的に常に表示する。特定機種表示541は、遊技機10の電源が遮断されても常に表示されており、さらに、図104のように特定の画面にて映像で表示されるわけでもなく常に表示されている。このため、特定機種表示541は、常に遊技者に認識され易くなるため、映像で表示された特定機種表示541よりも遊技者にとって利便性に優れる。特定機種表示541は、遊技機10が安全装置付きの機種であることを印象付けるために、遊技機10の型式(正式な名称)の表示85dと連ねて表示したり対向して近傍に表示するなど、表示85dと関連付けて表示してよい。 In FIG. 106, the specific model display 541 always displays that the gaming machine 10 is a model with a safety device (model equipped with a complete function), for example, by printing, printing, or painting the characters "equipped with complete function". The specific model display 541 is always displayed even when the power to the gaming machine 10 is cut off, and is always displayed without being displayed as an image on a specific screen as in FIG. 104. Therefore, the specific model display 541 is always easily recognized by the player, and is more convenient for the player than the specific model display 541 displayed as an image. The specific model display 541 may be displayed in association with the display 85d of the model (official name) of the gaming machine 10, for example, by displaying it next to the display 85d of the model (official name) of the gaming machine 10 or displaying it opposite and nearby, in order to give the impression that the gaming machine 10 is a model equipped with a safety device.

なお、図106の印刷、印字、又はペイント等による特定機種表示541は、図104の映像による特定機種表示541と同じ文字列「コンプリート機能搭載」(同じ表示内容)であるが、これに限られず、違う文字列(異なる表示内容)にしてもよい。図106の特定機種表示541の文字列を例えば「コンプリート機能」などと一部省略して短くすれば、空きスペースの少ない一括表示装置50の周辺を有効に利用できる。 Note that the specific model display 541 in FIG. 106, which is printed, inscribed, painted, or the like, is the same character string "Complete function installed" (same display content) as the specific model display 541 in the image in FIG. 104, but is not limited to this and may be a different character string (different display content). By shortening the character string of the specific model display 541 in FIG. 106 by partially omitting it, for example to "Complete function", it is possible to effectively use the surrounding area of the collective display device 50, which has little free space.

〔特定機種表示の例2〕
図107は、第4実施形態に関して、映像以外で表示される特定機種表示541(コンプリート機能搭載表示)の例(例2)を示す図である。図107でも、印刷、印字、又はペイント(塗装)等によって特定機種表示541が表示されている。
[Example 2 of specific model display]
Fig. 107 is a diagram showing an example (Example 2) of a specific model display 541 (complete function equipped display) displayed by something other than an image in the fourth embodiment. In Fig. 107, the specific model display 541 is also displayed by printing, printing, painting, or the like.

図107では、特定機種表示541は、装飾装置18a(トップユニット)における略平坦な前面部456に表示されている。なお、装飾装置18aは、ガラス枠15(或いは開閉枠)の上部で斜め上の前方に向かって突出する。前面部456では、機種名(ここでは「虎虎虎」)を示す機種名表示456aが、印刷、印字、又はペイント等によって設けられる。機種名表示456aは、映像として表示画面に表示する機種名表示519と表示態様や表示内容が異なってよく、機種名表示456aでは「P」という文字が省略されて型式(正式な名称)でなくてよい。また、前面部456では、機種名に関連するとともに表示装置41の表示画面にも登場可能なキャラクタ456bが、印刷又はペイント等によって設けられる。 In FIG. 107, the specific model display 541 is displayed on the approximately flat front portion 456 of the decorative device 18a (top unit). The decorative device 18a protrudes diagonally upward toward the front from the top of the glass frame 15 (or the opening and closing frame). On the front portion 456, a model name display 456a indicating the model name (here, "Tora-Tora-Tora") is provided by printing, printing, painting, or the like. The model name display 456a may have a different display mode or content from the model name display 519 displayed on the display screen as an image, and the letter "P" is omitted in the model name display 456a, so it does not have to be the model type (official name). Also, on the front portion 456, a character 456b related to the model name and which can also appear on the display screen of the display device 41 is provided by printing, painting, or the like.

特定機種表示541は、前面部456の端部付近で、例えばキャラクタ456bに隣接又は対向する位置において、印刷、印字、又はペイント(塗装)等によって設けられる。 The specific model display 541 is provided by printing, imprinting, painting, or the like near the end of the front portion 456, for example at a position adjacent to or facing the character 456b.

なお、前面部456は、装飾装置18aに対して常時固定されたものでよいし、利便性のために装飾装置18aに対して着脱可能であり機種に応じて交換可能であるものでもよい。また、前面部456は、機種名表示456aとキャラクタ456bと特定機種表示541が印刷等で固定的に表示されたシートやフィルムが挿入でき、シートやフィルムが前方から透明部材(透明プラスチック等)を介して視認できるものでもよい。シートやフィルムは、機種に応じて交換可能であるため、利便性がよい。 The front surface 456 may be permanently fixed to the decorative device 18a, or may be detachable from the decorative device 18a for convenience and replaceable depending on the model. The front surface 456 may also be capable of inserting a sheet or film on which the model name display 456a, characters 456b, and specific model display 541 are fixedly displayed by printing or the like, and the sheet or film may be visible from the front through a transparent member (transparent plastic, etc.). The sheet or film is convenient because it can be replaced depending on the model.

〔その他の構成例〕
演出制御装置300の制御を簡単にするため、図102と異なって、通常遊技状態、時短状態、確変状態、特別遊技状態の間で、作動予告表示511a-511d(「まもなく打ち止めです」)は同じ表示態様にしてよい(同じサイズや同じフォント)。また、図103と異なって、変動表示中は作動予告表示511を同じ表示態様にしてよいし、図104と異なって、客待ち中は作動予告表示511を同じ表示態様にしてよい。
[Other configuration examples]
In order to simplify the control of the performance control device 300, the operation notice display 511a-511d ("Play will end soon") may be displayed in the same manner (same size and same font) during the normal game state, time-saving state, probability variable state, and special game state, unlike Fig. 102. Also, the operation notice display 511 may be displayed in the same manner during the variable display, unlike Fig. 103, and the operation notice display 511 may be displayed in the same manner during the waiting for customers, unlike Fig. 104.

安全装置の作動予告状態が開始する予告開始値(上記では190000)、即ち、作動予告表示511を表示開始するタイミングを変化させてもよい。例えば、大当りが出やすい遊技状態では早めのタイミングで予告できるよう、普電サポート状態(確変状態、時短状態)で、通常遊技状態よりも小さな予告開始値で作動予告表示511を表示開始してよい。 The warning start value at which the safety device activation warning state begins (190,000 in the above example), i.e., the timing at which the activation warning display 511 starts to be displayed, may be changed. For example, in a normal power support state (high probability state, time-saving state), the activation warning display 511 may start to be displayed at a warning start value smaller than that in a normal game state, so that a warning can be given at an earlier timing in a game state where a jackpot is more likely to occur.

ホール関係者の操作で安全装置(コンプリート機能)をオンオフするスイッチを遊技機10の裏面に設けて、遊技制御装置100に接続するこのスイッチがオンの場合にのみ、遊技制御装置100は安全装置が働くようにしてよい。 A switch that can be operated by hall personnel to turn the safety device (complete function) on and off can be provided on the back of the gaming machine 10, and the gaming control device 100 can be set so that the safety device operates only when this switch, which is connected to the gaming control device 100, is on.

[第4実施形態の作用・効果]
第4実施形態に係る遊技機10は、遊技を実行可能であり、所定条件(作動条件)の成立によって、遊技の実行のできない遊技不可状態(遊技停止状態、遊技禁止状態)を発生可能な遊技停止手段(例えば安全装置)と、遊技不可状態において、遊技媒体の払い出しに関するエラーを報知可能な報知手段(例えば、遊技制御装置100、演出制御装置300、表示装置41等)と、を備える。
[Actions and Effects of the Fourth Embodiment]
The gaming machine 10 of the fourth embodiment is capable of executing a game, and is equipped with a game stop means (e.g., a safety device) that can generate a game-disabled state (game stopped state, game prohibited state) in which the game cannot be executed upon the establishment of a predetermined condition (operation condition), and an alarm means (e.g., a game control device 100, a presentation control device 300, a display device 41, etc.) that can alarm an error related to the payout of gaming media in the game-disabled state.

このような遊技機10では、差玉数やセーフ球数が大きい場合など所定条件の成立によって、遊技をできなくして適切な不正対策を行うことができ、また、差玉数やセーフ球数を抑制することによって遊技者が遊技にのめり込むことも抑制できる可能性がある。のめり込みが抑制されると遊技者は安心して遊技ができる。また、遊技の実行のできない遊技不可状態でもエラーを報知可能にして、遊技者やホール関係者等に不利益又は不都合が生じないようにしつつ、適切な不正対策を行うことができる。 In such a gaming machine 10, when certain conditions are met, such as when the difference in the number of balls or the number of safe balls is large, it is possible to prevent players from playing the game and take appropriate measures against fraud. Also, by restricting the difference in the number of balls or the number of safe balls, it is possible to prevent players from becoming addicted to the game. If addiction is prevented, players can play with peace of mind. In addition, by making it possible to report an error even in a state where the game cannot be played and thus preventing any disadvantage or inconvenience from occurring to players or hall personnel, appropriate measures against fraud can be taken.

また、第4実施形態に係る遊技機10は、遊技を実行可能な遊技機において、所定条件(作動条件)の成立によって、遊技の実行のできない遊技不可状態(遊技停止状態、遊技禁止状態)を発生可能な遊技停止手段(例えば安全装置)と、遊技不可状態となることを予告する予告表示(例えば作動予告表示511)を表示手段(例えば表示装置41)に表示可能な表示制御手段(例えば演出制御装置300)と、を備える。表示制御手段は、予告表示の表示態様を遊技状態(例えば客待ち中、変動表示中)に応じて異ならせる。 The gaming machine 10 according to the fourth embodiment is a gaming machine capable of executing a game, and is equipped with a game stop means (e.g., a safety device) capable of generating a game-disabled state (game stopped state, game prohibited state) in which a game cannot be executed upon the establishment of a predetermined condition (operation condition), and a display control means (e.g., a performance control device 300) capable of displaying a warning display (e.g., an operation warning display 511) on a display means (e.g., a display device 41) to warn of the upcoming game-disabled state. The display control means changes the display mode of the warning display depending on the game state (e.g., waiting for customers, variable display).

このような遊技機10では、差玉数やセーフ球数が大きい場合など所定条件の成立によって、遊技をできなくして適切な不正対策を行うことができ、また、遊技者の遊技に対するのめり込みも抑制できる可能性がある。予告表示(例えば作動予告表示511)によって遊技者に遊技をできなく可能性を事前に報知して、遊技者に遊技を終了させることを促し、遊技者が意図せず不利益を受けることを防止できる。また、予告表示によって不正を行っている者には驚きを与えて、不正を止めることを促すことができる。そして、予告表示の表示態様を遊技状態(例えば客待ち中、変動表示中)に応じて異ならせて、効果的に予告表示を行うことができる。 In such a gaming machine 10, when a certain condition is met, such as when the difference in the number of balls or the number of safe balls is large, it is possible to prevent the player from playing the game and take appropriate measures against fraud, and it may also be possible to prevent the player from becoming addicted to the game. The warning display (e.g., the operation warning display 511) notifies the player in advance of the possibility that he or she may be unable to play, urging the player to end the game and preventing the player from unintentionally suffering a disadvantage. The warning display can also surprise someone who is cheating and urge them to stop cheating. The warning display can be displayed in a different manner depending on the game status (e.g., while waiting for customers, while a variable display is being displayed), making it possible to effectively display the warning display.

また、第4実施形態に係る遊技機10は、遊技媒体を払い出し可能な払出制御手段(例えば払出制御装置200)と、所定期間(例えば電源投入から現在までの期間)に払い出された遊技媒体(遊技球)の数又は所定期間に払い出されることが決定された遊技媒体の数である払出数(例えば所定期間の合計の賞球数、セーフ球数)を計数可能な第1計数手段(例えば遊技制御装置100の差玉確認処理)と、を備える。また、遊技機10は、所定期間に使用された遊技媒体の数である使用数(例えば発射球数又は排出球数)を計数可能な第2計数手段(例えば遊技制御装置100の差玉確認処理やアウト球検出スイッチ74)を備える。さらに、遊技機10は、払出数と使用数とに基づいた演算値(例えば安全装置カウンタ値又は差玉数)を演算可能な演算手段(例えば遊技制御装置100の差玉確認処理)と、を備える。演算値が基準値(例えばカウンタ基準値、差玉基準値)になった場合に、遊技停止手段(例えば安全装置)は所定条件(作動条件)が成立したとして遊技不可状態を発生可能である。表示制御手段(例えば演出制御装置300)は遊技不可状態であることを示す所定表示(例えば作動中表示513)を表示手段に表示可能である。 The gaming machine 10 according to the fourth embodiment is equipped with a payout control means (e.g., a payout control device 200) capable of paying out gaming media, and a first counting means (e.g., a difference ball confirmation process of the gaming control device 100) capable of counting the number of payouts (e.g., the total number of winning balls in a predetermined period, the number of safe balls), which is the number of gaming media (gaming balls) paid out during a predetermined period (e.g., the period from power-on to the present) or the number of gaming media determined to be paid out during a predetermined period. The gaming machine 10 is also equipped with a second counting means (e.g., a difference ball confirmation process of the gaming control device 100 or an out ball detection switch 74) capable of counting the number of uses (e.g., the number of shot balls or the number of discharged balls), which is the number of gaming media used during a predetermined period. Furthermore, the gaming machine 10 is equipped with a calculation means (e.g., a difference ball confirmation process of the gaming control device 100) capable of calculating a calculation value (e.g., a safety device counter value or a difference ball number) based on the number of payouts and the number of uses. When the calculated value becomes a reference value (e.g., counter reference value, ball difference reference value), the game stop means (e.g., safety device) can generate a game unplayable state by determining that a predetermined condition (activation condition) is met. The display control means (e.g., performance control device 300) can display a predetermined display (e.g., operation display 513) on the display means to indicate that the game is unplayable.

このような遊技機10では、遊技媒体の払出数と遊技媒体の使用数(例えば発射球数又は排出球数)とに基づいた演算値に基づいて、遊技不可状態を発生可能であり、遊技不可状態であることを示す所定表示(例えば作動中表示513)を表示可能であるため、効果的に不正対策を行うことができ、また、効果的に遊技者の遊技に対するのめり込みも抑制できる。 In such a gaming machine 10, a state where play is not possible can be generated based on a calculated value based on the number of gaming media paid out and the number of gaming media used (e.g., the number of balls fired or discharged), and a predetermined display indicating that play is not possible (e.g., the in-operation display 513) can be displayed, so that fraud prevention measures can be effectively implemented and also player addiction to the game can be effectively suppressed.

また、第4実施形態に係る遊技機10では、演算値(例えば安全装置カウンタ値又は差玉数)が基準値よりも小さな所定値(予告開始値)になった場合に、表示制御手段は予告表示(例えば作動予告表示511)を表示手段に表示可能である。従って、効果的に遊技不可状態となることを事前に予告できる。 In addition, in the gaming machine 10 according to the fourth embodiment, when a calculated value (e.g., a safety device counter value or a difference in number of balls) becomes a predetermined value (notification start value) smaller than a reference value, the display control means can display a notification display (e.g., an operation notification display 511) on the display means. Therefore, it is possible to effectively notify in advance that a state in which play is not possible will occur.

また、第4実施形態に係る遊技機10では、演算値(例えば安全装置カウンタ値又は差玉数)が基準値になったが所定条件(作動条件)が成立しない場合に、表示制御手段(例えば演出制御装置300)は、所定表示(例えば作動中表示513)及び予告表示(例えば作動予告表示511)とは異なる表示(例えば作動警告表示512)を表示手段に表示可能である。従って、遊技者に所定条件が成立した後(例えば小当り又は大当りの終了後)に遊技停止状態になることを事前に報知して、不利益を受けることを遊技者に警告することができる。 In addition, in the gaming machine 10 according to the fourth embodiment, when a calculated value (e.g., safety device counter value or difference in number of balls) reaches a reference value but a predetermined condition (activation condition) is not met, the display control means (e.g., performance control device 300) can display on the display means a display (e.g., activation warning display 512) that is different from the predetermined display (e.g., in-operation display 513) and the advance notice display (e.g., activation advance notice display 511). Therefore, the player can be notified in advance that the game will be stopped after the predetermined condition is met (e.g., after the end of a small win or a big win), and the player can be warned that he or she will suffer a disadvantage.

また、第4実施形態に係る遊技機10では、表示制御手段(例えば演出制御装置300)は、遊技不可状態となることを予告する予告表示(例えば作動予告表示511)の表示態様を遊技の進行に応じて異ならせてよい。これにより、予告表示を遊技の進行に対応して表示手段(例えば表示装置41)に適切に表示できる。また、予告表示の表示態様を表示手段での演出の邪魔にならないように遊技の進行に応じて変化させて、遊技の興趣を向上できる。 In addition, in the gaming machine 10 according to the fourth embodiment, the display control means (e.g., the presentation control device 300) may vary the display mode of the warning display (e.g., the operation warning display 511) that warns of an impossibility of playing depending on the progress of the game. This allows the warning display to be appropriately displayed on the display means (e.g., the display device 41) in accordance with the progress of the game. Also, the display mode of the warning display can be changed depending on the progress of the game so as not to interfere with the presentation on the display means, thereby increasing the interest in the game.

また、第4実施形態に係る遊技機10では、遊技者の操作に応じて遊技機10の調整(例えば、輝度調整や音量調整)を実行可能な調整手段(例えば、演出制御装置300)を備える。調整手段は、遊技不可状態において、遊技者の操作があった場合でも調整を実行しない。従って、遊技停止状態において、遊技者等の操作があった場合でも音量調整や輝度調整などの各種調整が実行されないため、遊技者等は遊技停止状態であることを認識し易くなるし、また、遊技者が自由に遊技機10の調整ができないため遊技停止状態において節電できる可能性もある。 The gaming machine 10 according to the fourth embodiment is equipped with an adjustment means (e.g., the performance control device 300) that can adjust the gaming machine 10 (e.g., adjust brightness or volume) in response to the player's operation. The adjustment means does not perform adjustments even if the player operates the device when the game is not playable. Therefore, since various adjustments such as volume adjustment or brightness adjustment are not performed even if the player operates the device when the game is stopped, it is easier for the player to recognize that the game is stopped, and since the player cannot freely adjust the gaming machine 10, it is possible to save power when the game is stopped.

また、第4実施形態に係る遊技機10では、ゲームの進行を制御する遊技制御手段(遊技制御装置100)と、ゲームに関連する演出を制御可能な演出制御手段(演出制御装置300)を備える。遊技制御手段は、所定期間(例えば電源投入から現在までの期間)に払い出された遊技媒体(遊技球)の数又は所定期間に払い出されることが決定された遊技媒体の数である払出数(例えばセーフ球数)を計数可能な第1計数手段と、所定期間に使用された遊技媒体の数である使用数(例えば発射球数又は排出球数)を計数可能な第2計数手段と、払出数と使用数との差(例えば差玉数)に基づいて、ゲームの実行のできない遊技不可状態を発生可能な遊技停止手段(例えば安全装置)と、を備える。遊技制御手段は、ゲームの実行権利として始動記憶を記憶可能な始動記憶手段と、始動記憶に基づくゲームが実行される以前に、当該ゲームの結果を事前に判定可能な事前判定手段(例えば特図保留情報判定処理)と、を備える。演出制御手段(演出制御装置300)は、遊技制御手段から事前判定手段の判定結果(例えば先読み停止図柄コマンドや先読み変動パターンコマンドに含まれる情報)を受信した場合に、当該判定結果に基づいて予告演出(例えば先読み演出、先読み予告演出)を実行可能であり、払出数と使用数との差が所定値(例えば94500)以上である場合には、判定結果を受信しても予告演出を実行しない。これにより、払出数と使用数との差が遊技不可状態の発生の近い所定値に達した場合に、遊技者に無駄に期待させないようにすることができ、遊技不可状態の発生による遊技者の不快感を低減できる。 In addition, the gaming machine 10 according to the fourth embodiment includes a gaming control means (gaming control device 100) that controls the progress of the game, and a presentation control means (presentation control device 300) that can control presentations related to the game. The gaming control means includes a first counting means that can count the number of paid out (e.g., the number of safe balls), which is the number of gaming media (gaming balls) paid out during a predetermined period (e.g., the period from power-on to the present) or the number of gaming media determined to be paid out during a predetermined period, a second counting means that can count the number of uses (e.g., the number of fired balls or the number of discharged balls), which is the number of gaming media used during a predetermined period, and a game stop means (e.g., a safety device) that can generate a non-playable state in which the game cannot be executed based on the difference between the number of paid out and the number of uses (e.g., the difference in the number of balls). The gaming control means includes a start memory means that can store a start memory as a right to execute the game, and a pre-determination means (e.g., a special chart reservation information determination process) that can determine the result of the game in advance before the game based on the start memory is executed. When the performance control means (performance control device 300) receives the result of the judgment by the advance judgment means from the game control means (for example, information contained in a look-ahead stop pattern command or a look-ahead change pattern command), it can execute a preview performance (for example, a look-ahead performance, a look-ahead preview performance) based on the judgment result, and if the difference between the payout number and the number of uses is a predetermined value (for example, 94,500) or more, it does not execute the preview performance even if it receives the judgment result. This makes it possible to prevent the player from having unnecessary expectations when the difference between the payout number and the number of uses reaches a predetermined value that is close to the occurrence of an unplayable state, and reduces the discomfort of the player caused by the occurrence of an unplayable state.

また、第4実施形態に係る遊技機10では、遊技制御手段(遊技制御装置100)は、払出数と使用数との差(例えば差玉数)にかかわらず、始動記憶に基づくゲームが実行される以前に、当該ゲームの結果を事前に判定して、判定結果(例えば先読み停止図柄コマンドや先読み変動パターンコマンドに含まれる情報)を演出制御手段(演出制御装置300)に送信可能である。演出制御手段は、遊技制御手段から判定結果を受信した場合に、当該判定結果に基づいて予告演出(例えば先読み演出、先読み予告演出)を実行可能である。これにより、払出数と使用数との差(例えば差玉数)にかかわらず、予告演出(例えば先読み演出、先読み予告演出)を実行できるため、払出数と使用数との差が遊技不可状態の発生の近い所定値(例えば94500)に達した場合でも、予告演出を実行でき、遊技の興趣を向上できる。 In addition, in the gaming machine 10 according to the fourth embodiment, the gaming control means (gaming control device 100) can determine the result of the game before the game based on the start memory is executed, regardless of the difference between the payout number and the number of balls used (e.g., the difference in the number of balls), and transmit the determination result (e.g., information contained in the look-ahead stop pattern command or the look-ahead change pattern command) to the presentation control means (presentation control device 300). When the presentation control means receives the determination result from the gaming control means, it can execute a preview presentation (e.g., a look-ahead presentation, a look-ahead preview presentation) based on the determination result. This allows the preview presentation (e.g., a look-ahead presentation, a look-ahead preview presentation) to be executed regardless of the difference between the payout number and the number of balls used (e.g., the difference in the number of balls), so that even if the difference between the payout number and the number of balls used reaches a predetermined value (e.g., 94,500) at which a play-disabled state occurs, the preview presentation can be executed, improving the interest of the game.

また、第4実施形態に係る遊技機10では、遊技に関連する演出を制御可能な演出制御手段(演出制御装置300)を備える。遊技機10は、演出として動作可能である可動部材(可動役物)と、所定条件の成立によって、遊技の実行のできない遊技不可状態(遊技停止状態、遊技禁止状態)を発生可能な遊技停止手段(例えば安全装置)と、を備える。演出制御手段は、遊技不可状態になった後、可動部材が初期位置以外の動作位置に位置していれば、可動部材を動作位置から初期位置に戻す。これにより、遊技の実行のできない遊技不可状態で可動部材が動作位置に維持されることを防止できるため、可動部材が故障しているなど不必要な誤解を招くことを防止できる。 The gaming machine 10 according to the fourth embodiment is equipped with a presentation control means (presentation control device 300) capable of controlling presentations related to the game. The gaming machine 10 is equipped with a movable member (movable gadget) that can operate as a presentation, and a game stop means (e.g., a safety device) that can generate a play-disabled state (play stopped state, play prohibited state) in which the game cannot be played when a predetermined condition is met. If the movable member is in an operating position other than the initial position after the play-disabled state is entered, the presentation control means returns the movable member from the operating position to the initial position. This makes it possible to prevent the movable member from being maintained in the operating position in a play-disabled state in which the game cannot be played, thereby preventing unnecessary misunderstandings such as that the movable member is broken.

また、第4実施形態に係る遊技機10では、演出制御手段は、遊技不可状態になった後、可動部材が初期位置以外の動作位置に位置している場合に、当該可動部材を前記動作位置から前記初期位置に戻さなくてもよい。この場合には、可動部材が不自然な位置に止まったままで、遊技の実行のできない遊技不可状態(遊技停止状態、遊技禁止状態)となっているため、遊技機10が普通の状態(遊技ができる状態、遊技可能状態)でないことを遊技者に強調できる。 In addition, in the gaming machine 10 according to the fourth embodiment, if the movable member is in an operating position other than the initial position after the game becomes unplayable, the presentation control means does not need to return the movable member from the operating position to the initial position. In this case, the movable member remains in an unnatural position and the game becomes unplayable (play stopped state, play prohibited state) in which game cannot be played, so it is possible to emphasize to the player that the gaming machine 10 is not in a normal state (a state in which game can be played, a playable state).

また、第4実施形態に係る遊技機10では、第1条件(例えば条件(1):差玉数が差玉基準値95000に達すること)と第2条件(例えば条件(2):大当り中でも小当り中でもないこと)との成立によって、遊技の実行のできない遊技不可状態を発生可能な遊技停止手段を備える。演出制御手段は、第1条件の成立する前に、遊技不可状態となることを予告する第1表示(例えば作動予告表示511)を表示手段に表示可能である。演出制御手段は、第1条件が成立したが第2条件が成立しない場合に、第1表示と少なくとも一部の表示態様が共通する第2表示(例えば作動警告表示512)を表示手段(例えば表示装置41)に表示可能である。これにより、第1表示(例えば作動予告表示511)と第2表示(例えば作動警告表示512)が、両方とも、遊技停止手段の作動や遊技不可状態の発生に関係する表示であることを印象付けやすくなるとともに、安全装置関連表示以外の他の種類の表示と誤認しないようにできる。 In addition, the gaming machine 10 according to the fourth embodiment is equipped with a game stop means capable of generating a game-impossible state in which a game cannot be executed by the establishment of a first condition (e.g., condition (1): the number of difference balls reaches a difference ball reference value of 95,000) and a second condition (e.g., condition (2): neither a big win nor a small win). The presentation control means is capable of displaying a first display (e.g., an operation notice display 511) on the display means, which notifies the player that a game-impossible state will occur, before the first condition is established. The presentation control means is capable of displaying a second display (e.g., an operation warning display 512) having at least a part of the display mode common to the first display, on the display means (e.g., the display device 41) when the first condition is established but the second condition is not established. This makes it easier to impress upon the player that both the first display (e.g., the operation notice display 511) and the second display (e.g., the operation warning display 512) are displays related to the operation of the game stop means or the occurrence of a game-impossible state, and prevents the player from mistaking them for other types of displays other than safety device-related displays.

また、第4実施形態に係る遊技機10では、ゲームの進行を制御する遊技制御手段と、特定画像(安全装置関連表示)を表示手段に表示可能な演出制御手段を備え、ゲームの結果が特別結果となる場合に、遊技者に有利な特別遊技状態(大当り又は小当り)を発生可能である。遊技制御手段(遊技制御装置100)は、所定条件の成立によって、遊技の実行のできない遊技不可状態を発生可能な遊技停止手段(打ち止め手段)を備える。遊技停止手段の作動に関連する特定画像(安全装置関連表示)の表示態様は、第1表示態様(作動予告表示511)と、第2表示態様(作動中表示513)とを含む。演出制御手段は、特別結果となるゲームにおいて、特定画像の第2表示態様(作動中表示513)を表示する場合に、特定画像と異なる所定の画像(第1所定画像675、第2所定画像676、保留表示682a,682b,683a,683b、保留数表示、モード表示679、変動回数表示677、右打ち指示表示502、飾り特別図柄、キャラクタなどの演出画像)を非表示にする。 The gaming machine 10 according to the fourth embodiment is equipped with a game control means for controlling the progress of the game, and a presentation control means capable of displaying a specific image (safety device-related display) on the display means, and when the game results in a special result, a special game state (big win or small win) advantageous to the player can be generated. The game control means (game control device 100) is equipped with a game stop means (stop means) capable of generating a game-unplayable state in which the game cannot be played upon the establishment of a predetermined condition. The display mode of the specific image (safety device-related display) related to the operation of the game stop means includes a first display mode (operation notice display 511) and a second display mode (operation display 513). When the effect control means displays the second display mode of the specific image (operating display 513) in a game resulting in a special result, it hides predetermined images that are different from the specific image (first predetermined image 675, second predetermined image 676, reserved displays 682a, 682b, 683a, 683b, reserved number display, mode display 679, number of changes display 677, right hit instruction display 502, decorative special patterns, characters, and other effect images).

このような遊技機10では、特定画像の第2表示態様(作動中表示513)を表示する場合に、特定画像と異なる所定の画像を非表示にするため、特定画像の第2表示態様(作動中表示513)が遊技者やホール関係者等に認識され易くなる。さらに、特別結果(当り)となるゲームであっても、特別遊技状態の発生前(特別結果の導出前)であれば、例えば遊技停止手段が作動する所定条件の成立によって、特定画像の第2表示態様(作動中表示513)を表示することになり、好適である。 In such a gaming machine 10, when the second display mode of the specific image (operation display 513) is displayed, a predetermined image different from the specific image is hidden, so that the second display mode of the specific image (operation display 513) is easily recognized by players and hall personnel. Furthermore, even in a game that results in a special result (win), if the special game state has not occurred (before the special result has been derived), for example, the second display mode of the specific image (operation display 513) is preferably displayed when a predetermined condition that activates the game stop means is met.

[第5実施形態]
図108から図140を参照して、第5実施形態について説明する。なお、以下で述べる以外の構成は、第1実施形態から第4実施形態までの実施形態と同様でよい。また、以下の実施形態では、第1実施形態から第4実施形態と同じ機能を果たす構成には同一の符号を用い、重複する記載を適宜省略して説明する。第5実施形態は、命令(コード)やプログラムに関するものである。
[Fifth embodiment]
The fifth embodiment will be described with reference to Fig. 108 to Fig. 140. Note that configurations other than those described below may be the same as those of the first to fourth embodiments. In the following embodiments, the same reference numerals are used for configurations that perform the same functions as those of the first to fourth embodiments, and duplicate descriptions are appropriately omitted in the description. The fifth embodiment relates to instructions (codes) and programs.

〔CPUの構成〕
図108Aは、第5実施形態に係る遊技用マイコン111のCPU111aの内部構成を示すブロック図である。第5実施形態においては、CPU111aは、CPUコア102として示されている。CPUコア102はZ80系のCPUとして構成されている。
[CPU Configuration]
108A is a block diagram showing the internal configuration of a CPU 111a of a gaming microcomputer 111 according to the fifth embodiment. In the fifth embodiment, the CPU 111a is shown as a CPU core 102. The CPU core 102 is configured as a Z80-based CPU.

図108Aに示すCPUコア102(CPU111a)は、それぞれ8ビットの幅を有する、Wレジスタ1201A、Aレジスタ1202A、Bレジスタ1204A、Cレジスタ1205A、Dレジスタ1207A、Eレジスタ1208A、Hレジスタ1210A、Lレジスタ1211Aを備えている。 The CPU core 102 (CPU 111a) shown in FIG. 108A includes a W register 1201A, an A register 1202A, a B register 1204A, a C register 1205A, a D register 1207A, an E register 1208A, an H register 1210A, and an L register 1211A, each of which has a width of 8 bits.

これらの汎用レジスタは、Wレジスタ1201AとAレジスタ1202Aとを組み合わせて、16ビットの幅を有するWAレジスタ1203A(ペアレジスタ、レジスタペア)として使用することも可能である。同様に、Bレジスタ1204AとCレジスタ1205Aとを組み合わせたBCレジスタ1206A(ペアレジスタ、レジスタペア)、Dレジスタ1207AとEレジスタ1208Aとを組み合わせたDEレジスタ1209A(ペアレジスタ、レジスタペア)、Hレジスタ1210AとLレジスタ1211Aとを組み合わせたHLレジスタ1212A(ペアレジスタ、レジスタペア)を使用することも可能である。 These general-purpose registers can also be used as a WA register 1203A (pair register, register pair) with a width of 16 bits by combining the W register 1201A and the A register 1202A. Similarly, it is also possible to use a BC register 1206A (pair register, register pair) by combining the B register 1204A and the C register 1205A, a DE register 1209A (pair register, register pair) by combining the D register 1207A and the E register 1208A, and an HL register 1212A (pair register, register pair) by combining the H register 1210A and the L register 1211A.

さらに、CPUコア102(CPU111a)は、それぞれ16ビットの幅を有する、IXレジスタ1231a、IYレジスタ1232aを備えている。IXレジスタ1231a、IYレジスタ1232aは、命令解釈実行回路1242がデータにアクセスする際のインデックスとして用いられる。また、IYレジスタ1232aは、アドレス空間(又は、メモリ空間)におけるRAM111c(更新情報記憶手段)の先頭アドレスを設定するための先頭アドレス指定レジスタとして使用できる。 The CPU core 102 (CPU 111a) further comprises an IX register 1231a and an IY register 1232a, each of which has a width of 16 bits. The IX register 1231a and the IY register 1232a are used as indexes when the instruction interpretation and execution circuit 1242 accesses data. The IY register 1232a can also be used as a top address designation register for setting the top address of the RAM 111c (update information storage means) in the address space (or memory space).

なお、なお、8ビット(1バイト)の幅(容量)を有するレジスタを第1レジスタと呼ぶことがある。16ビット(2バイト)の幅(容量)を有するペアレジスタ、IXレジスタ1231a、IYレジスタ1232aを第2レジスタと呼ぶことがある。 Note that a register with a width (capacity) of 8 bits (1 byte) is sometimes called the first register. The pair of registers with a width (capacity) of 16 bits (2 bytes), the IX register 1231a and the IY register 1232a, are sometimes called the second register.

なお、これらの汎用レジスタは、1つの汎用レジスタ群(レジスタバンク0のレジスタ群)1220Aを形成している。一方、CPUコア102は、レジスタバンク0のレジスタ群1220Aに含まれる汎用レジスタと同一(又は同様)の構成を有する、もう1つの汎用レジスタ群(レジスタバンク1のレジスタ群)1220Bを備えている。 These general-purpose registers form one general-purpose register group (register group of register bank 0) 1220A. Meanwhile, the CPU core 102 has another general-purpose register group (register group of register bank 1) 1220B that has the same (or similar) configuration as the general-purpose registers included in the register group of register bank 0 1220A.

このレジスタバンク1のレジスタ群1220Bには、レジスタバンク0のWレジスタ1201A~Lレジスタ1211Aと同一の機能を有する、Wレジスタ1201B~Lレジスタ1211Bを備えている。これらのレジスタも、レジスタバンク0同様に、WAレジスタ1203B~HLレジスタ1212Bとして、16ビットのレジスタとして使用することが可能である。また、レジスタバンク1のレジスタ群1220Bには、IXレジスタ1231a、IYレジスタ1232aと同一の機能を有する、IXレジスタ1231b、IYレジスタ1232bを備えている。 The register group 1220B of register bank 1 includes W register 1201B through L register 1211B, which have the same functions as W register 1201A through L register 1211A of register bank 0. Like register bank 0, these registers can be used as 16-bit registers, as WA register 1203B through HL register 1212B. The register group 1220B of register bank 1 also includes IX register 1231b and IY register 1232b, which have the same functions as IX register 1231a and IY register 1232a.

さらに、CPUコア102は、8ビットの幅を有するフラグレジスタ1200を備えている。 In addition, the CPU core 102 has a flag register 1200 that is 8 bits wide.

フラグレジスタ1200は、レジスタを用いた演算結果が格納される。また、フラグレジスタ1200のビットであるレジスタバンクセレクタ(RBS)によって、2つの汎用レジスタ群1220A、1220Bのうちのいずれを、演算対象として用いるかが選択される。 The flag register 1200 stores the results of calculations using registers. In addition, a register bank selector (RBS), which is a bit of the flag register 1200, selects which of the two general-purpose register groups 1220A, 1220B will be used as the target of the calculation.

レジスタバンクセレクタ(RBS)により選択されたレジスタ群に属する各レジスタは、命令解釈実行回路1242によって演算に用いられる。一方、選択されていないレジスタ群に属する各レジスタは、レジスタバンクセレクタ(RBS)の値が変更されて選択対象となるまでは、値を保持する。 Each register belonging to the register group selected by the register bank selector (RBS) is used for calculations by the instruction interpretation and execution circuit 1242. On the other hand, each register belonging to an unselected register group retains its value until the value of the register bank selector (RBS) is changed and it becomes a selection target.

また、CPUコア102は、DPレジスタ1230を備えている。DPレジスタ1230は、例えば、アドレス空間(又は、メモリ空間)におけるROM111bの遊技制御用データ領域の先頭アドレスを格納するために使用できる。 The CPU core 102 also includes a DP register 1230. The DP register 1230 can be used, for example, to store the top address of the game control data area of the ROM 111b in the address space (or memory space).

さらに、CPUコア102は、それぞれ16ビットの幅を有する、スタックポインタとして機能するSPレジスタ1233、及びプログラムカウンタとして機能するPCレジスタ1234を備えている。 The CPU core 102 further includes an SP register 1233 that functions as a stack pointer, and a PC register 1234 that functions as a program counter, each of which has a width of 16 bits.

スタックポインタ1233は、スタック領域にデータを格納する(又はデータを取り出す)際の領域の位置を示す。プログラムカウンタ1234は、命令解釈実行回路1242で実行されている命令が格納されているアドレス(番地)を示している。 The stack pointer 1233 indicates the location of the stack area when storing data in the stack area (or retrieving data from the stack area). The program counter 1234 indicates the address where the instruction being executed by the instruction interpretation and execution circuit 1242 is stored.

命令解釈実行回路1242は、プログラム(領域内プログラム又は領域外プログラム)を実行して、CPUコア102内部の各レジスタを用いた演算処理を行う。具体的には、ROM111bにて、プログラムカウンタ1234に示されるアドレスに記憶されたデータを読み出すとともに、読み出したデータをコードと見なして、コードに対応する命令を実行する。命令解釈実行回路1242は、所定の命令セットに含まれる命令を解釈実行である。 The instruction interpretation and execution circuit 1242 executes a program (a program within an area or a program outside an area) and performs arithmetic processing using each register inside the CPU core 102. Specifically, it reads data stored in the ROM 111b at an address indicated by the program counter 1234, regards the read data as code, and executes an instruction corresponding to the code. The instruction interpretation and execution circuit 1242 interprets and executes instructions included in a predetermined instruction set.

故に、本実施形態においては、CPUコア102(CPU111a)自体を演算処理手段として例示しているが、CPUコア102の内部では、命令解釈実行回路1242が主体となって演算処理手段の機能を果たしている。なお、RAM111cは、演算処理手段(CPU111a、CPUコア102)によって更新される情報が記憶される更新情報記憶手段となるとともに、バックアップ電源によって停電が発生したとしても記憶された情報の記憶保持が可能な保持記憶手段となる。 Thus, in this embodiment, the CPU core 102 (CPU 111a) itself is exemplified as the arithmetic processing means, but inside the CPU core 102, the command interpretation and execution circuit 1242 mainly performs the function of the arithmetic processing means. The RAM 111c serves as an update information storage means that stores information updated by the arithmetic processing means (CPU 111a, CPU core 102), and also serves as a retention storage means that can retain the stored information even if a power outage occurs due to a backup power source.

なお、命令解釈実行回路1242は、プログラムの命令に対応して、アクセス回路1243、アドレスバス721、及びデータバス722を介して、CPUコア102外部のROM111b、RAM111c、及び他の回路との間で、データの授受を行う場合もある。アドレスバス721は、16ビットの信号線によって構成され、CPUコア102は、アドレスバス721に指定したアドレスを出力し、データバス722を介して指定したアドレス(ROM111b、RAM111c等のアドレス)に格納されたデータを入出力する。 In addition, the instruction interpretation and execution circuit 1242 may exchange data with ROM 111b, RAM 111c, and other circuits outside the CPU core 102 via the access circuit 1243, address bus 721, and data bus 722 in response to program instructions. The address bus 721 is composed of a 16-bit signal line, and the CPU core 102 outputs a specified address to the address bus 721 and inputs/outputs data stored at the specified address (address of ROM 111b, RAM 111c, etc.) via the data bus 722.

また、命令解釈実行回路1242は、ROM111bの命令を1つずつ実行する毎に、次の命令が格納されているアドレスをプログラムカウンタ1234に格納する。このようにして命令の実行と、プログラムカウンタ1234の更新を繰り返すことで、プログラムが順次実行される。なお、遊技用マイコン111に設けられている割込制御回路724からの割込み信号を受け付けると、プログラムカウンタ1234の値は、予め設定された割込み処理のアドレスの値に切り替えられる。 The command interpretation and execution circuit 1242 also stores the address where the next command is stored in the program counter 1234 each time it executes an command in the ROM 111b. In this way, the program is executed sequentially by repeatedly executing commands and updating the program counter 1234. When an interrupt signal is received from the interrupt control circuit 724 provided in the gaming microcomputer 111, the value of the program counter 1234 is switched to the address value of the preset interrupt process.

この命令解釈実行回路1242及びCPUコア102に備える各レジスタは、内部バス1235によって、データが授受される。 Data is exchanged between the instruction interpretation and execution circuit 1242 and each register in the CPU core 102 via the internal bus 1235.

初期値設定回路1241は、CPUコア102に備える各レジスタに初期値をハード的に設定する回路である。 The initial value setting circuit 1241 is a circuit that sets initial values in hardware for each register in the CPU core 102.

内蔵リセット回路1240は、遊技用マイコン111に設けられているセキュリティ回路725からのリセット信号を受信すると、初期値設定回路1241を起動させ、CPUコア102に備える各レジスタに初期値を設定させたのちに、命令解釈実行回路1242を起動させる。 When the built-in reset circuit 1240 receives a reset signal from the security circuit 725 provided in the gaming microcomputer 111, it activates the initial value setting circuit 1241, sets initial values in each register in the CPU core 102, and then activates the command interpretation and execution circuit 1242.

また、電源投入の際やリセット信号を受信などに、初期値設定回路1241が動作を開始すると、スタックポインタ1233に初期値(本実施形態では「29FFh」)を設定し、IYレジスタ1232a、1232bに初期値(RAM111cの先頭アドレスで、本実施形態では「2800h」)を設定し、DPレジスタ1230に初期値(ROM111bのデータエリアの先頭アドレスで、本実施形態では「5000h」)を設定し、HLレジスタ1212Aにリセットアドレス(本実施形態では「4000h」)を設定し、プログラムカウンタ1234に、リセットアドレス(ROM111bの先頭アドレスで、本実施形態では「4000h」)の値を設定し、他のレジスタには「00h」の値(16ビットレジスタには「0000h」の値)を設定する。なお、リセットアドレスは「0000h」としてもよい。 When the initial value setting circuit 1241 starts operating, for example, when the power is turned on or a reset signal is received, it sets an initial value (29FFh in this embodiment) to the stack pointer 1233, sets an initial value (the first address of RAM 111c, 2800h in this embodiment) to the IY registers 1232a and 1232b, sets an initial value (the first address of the data area of ROM 111b, 5000h in this embodiment) to the DP register 1230, sets a reset address (4000h in this embodiment) to the HL register 1212A, sets the value of the reset address (the first address of ROM 111b, 4000h in this embodiment) to the program counter 1234, and sets the value of 00h to the other registers (0000h for 16-bit registers). The reset address may be 0000h.

〔フラグレジスタ〕
図108Bは、第5実施形態に係るフラグレジスタ1200の構成を説明する図である。8ビットの幅を有するフラグレジスタ1200の各ビットの値は、図108Aにおける命令解釈実行回路1242によって設定される。なお、フラグレジスタ1200に記憶される8ビットのデータ(値)は、プログラムステータスワードPSWと呼ばれる。
[Flag Register]
Fig. 108B is a diagram for explaining the configuration of a flag register 1200 according to the fifth embodiment. The value of each bit of the 8-bit flag register 1200 is set by the instruction interpretation and execution circuit 1242 in Fig. 108A. The 8-bit data (value) stored in the flag register 1200 is called a program status word PSW.

割込マスタ許可フラグ(IMF)1300は、割込み信号による割込み処理の許否を設定するフラグであり、セット(値が「1」)で許可、クリア(値が「0」)で禁止となる。 The interrupt master permission flag (IMF) 1300 is a flag that sets whether interrupt processing by an interrupt signal is permitted; when set (value is "1"), it is permitted; when cleared (value is "0"), it is prohibited.

レジスタバンクセレクタ(RBS)1301は、図108Aにおける命令解釈実行回路1242が演算処理を行う際に、2つの汎用レジスタ群1220A、1220Bのうちのいずれを用いるかを選択するフラグであり、セット(値が「1」)でレジスタバンク1のレジスタ群1220B、クリア(値が「0」)でレジスタバンク0のレジスタ群1220Aが選択される。 The register bank selector (RBS) 1301 is a flag that selects which of the two general-purpose register groups 1220A and 1220B is to be used when the instruction interpretation and execution circuit 1242 in FIG. 108A performs arithmetic processing. When set (value is "1"), the register group 1220B of register bank 1 is selected, and when cleared (value is "0"), the register group 1220A of register bank 0 is selected.

オーバーフローフラグ(VF)1302は、所定の演算によって演算対象の汎用レジスタに桁溢れ(オーバーフロー)が発生するとセット(値が「1」)され、他の場合はクリア(値が「0」)される。 The overflow flag (VF) 1302 is set (value is "1") when a specific operation causes an overflow in the general-purpose register being operated on, and is cleared (value is "0") otherwise.

サインフラグ(SF)1303は、所定の演算によって演算対象の汎用レジスタの最上位ビットが「1」になるとセット(値が「1」)され、他の場合はクリア(値が「0」)される。 The sign flag (SF) 1303 is set (value is "1") when the most significant bit of the general-purpose register being operated on becomes "1" as a result of a specified operation, and is cleared (value is "0") otherwise.

ハーフキャリーフラグ(HF)1304は、8ビット演算を行った結果として演算対象の汎用レジスタの4ビット目に桁上がり(キャリー)や桁借り(ボロー)が発生するとセット(値が「1」)され、他の場合はクリア(値が「0」)される。 The half carry flag (HF) 1304 is set (value is "1") when a carry or borrow occurs in the fourth bit of the general-purpose register being operated on as a result of an 8-bit operation, and is cleared (value is "0") otherwise.

キャリーフラグ(CF)1305は、所定の演算によって桁上がり(キャリー)や桁借り(ボロー)が発生するとセット(値が「1」)され、他の場合はクリア(値が「0」)される。 The carry flag (CF) 1305 is set (value is "1") when a carry or borrow occurs as a result of a specified operation, and is cleared (value is "0") otherwise.

ゼロフラグ(ZF)1306は、所定の演算の演算結果が「0」となった場合や転送されるデータ(値)が「0」の場合などの所定の場合にセット(値が「1」)され、他の場合はクリア(値が「0」)される。 The zero flag (ZF) 1306 is set (value is "1") in certain cases, such as when the result of a certain operation is "0" or when the data (value) to be transferred is "0", and is cleared (value is "0") in other cases.

ジャンプステータスフラグ(JF)1307は、キャリーフラグ(CF)1305又はゼロフラグ(ZF)1306の少なくとも一方がセットされた場合にはセット(値が「1」)される。このため、ジャンプステータスフラグ(JF)1307は、所定の演算によって、キャリーフラグ(CF)1305又はゼロフラグ(ZF)1306と同じ値になり得る。若しくは、演算処理を行わない場合であっても、汎用レジスタの値が「00h」の値になった場合は、セット(値が「1」)される。このような条件をいずれも満たさない場合は、クリア(値が「0」)される。ジャンプステータスフラグ(JF)1307は、分岐命令や呼出し命令の動作条件を判断するためなどに使用できる。 The jump status flag (JF) 1307 is set (value is "1") when at least one of the carry flag (CF) 1305 or the zero flag (ZF) 1306 is set. Therefore, the jump status flag (JF) 1307 can become the same value as the carry flag (CF) 1305 or the zero flag (ZF) 1306 by a specified calculation. Or, even if no calculation processing is performed, the jump status flag (JF) 1307 is set (value is "1") when the value of a general-purpose register becomes "00h". If none of these conditions are met, the jump status flag (JF) 1307 is cleared (value is "0"). The jump status flag (JF) 1307 can be used to determine the operating conditions of a branch instruction or a call instruction, etc.

なお、CPUコア102がリセットされた場合には、フラグレジスタの全ビットが0に設定される。 When the CPU core 102 is reset, all bits in the flag register are set to 0.

〔メモリマップ〕
図109は、第5実施形態において、CPU111a(CPUコア102)が使用するメモリに関するメモリマップ(メモリの構成)を示す図である。第1実施形態と同様に、CPU111aが使用するメモリは、RAM111cとROM111bを含む。メモリのアドレス空間においてアドレス(番地)が1バイト(8ビット)ごとに通し番号で割り振られている。本実施形態では、RAM111cの先頭アドレスは「2800h」であり、ROM111bの先頭アドレスは「4000h」であり、ROM111bのデータエリアの先頭アドレスは「5000h」であるが、アドレスは一例であり他のアドレスでもよい。
[Memory map]
FIG. 109 is a diagram showing a memory map (memory configuration) of the memory used by the CPU 111a (CPU core 102) in the fifth embodiment. As in the first embodiment, the memory used by the CPU 111a includes a RAM 111c and a ROM 111b. In the address space of the memory, addresses are assigned consecutive numbers for each byte (8 bits). In this embodiment, the top address of the RAM 111c is "2800h", the top address of the ROM 111b is "4000h", and the top address of the data area of the ROM 111b is "5000h", but these addresses are merely examples and other addresses may be used.

第1実施形態と同様に、RAM111cの先頭アドレス「2800h」から領域内ワーク領域、未使用領域、領域内スタック領域、未使用領域、領域外ワーク領域、未使用領域、領域外スタック領域、未使用領域がアドレス空間において順に配置される。領域内ワーク領域と領域内スタック領域の間の未使用領域と、領域外ワーク領域と領域外スタック領域の間の未使用領域はなくてもよい。アドレス空間で連続する領域内ワーク領域、未使用領域、領域内スタック領域が、第1のRAM領域となる。アドレス空間で連続する領域外ワーク領域、未使用領域、領域外スタック領域が、第2のRAM領域となる。 As in the first embodiment, the internal work area, unused area, internal stack area, unused area, external work area, unused area, external stack area, and unused area are arranged in this order in the address space starting from the starting address "2800h" of RAM 111c. The unused area between the internal work area and internal stack area, and the unused area between the external work area and external stack area do not have to be present. The internal work area, unused area, and internal stack area, which are consecutive in the address space, become the first RAM area. The external work area, unused area, and external stack area, which are consecutive in the address space, become the second RAM area.

ROM111bの先頭アドレス「4000h」から領域内プログラムの領域(第1のROM領域、第1プログラム記憶領域)、未使用領域、領域外プログラムの領域(第2のROM領域、第2プログラム記憶領域)、未使用領域、プログラム管理エリアが、アドレス空間において順に配置される。領域内プログラムの領域は、先頭アドレス「5000h」のデータエリア(遊技制御用データの領域)と、データエリア以外の遊技制御用プログラムの領域を含む。遊技制御用プログラムの領域とデータエリアの間には、未使用領域を挟んでよい。領域外プログラムの領域もデータエリアを含んでよい。ROM111bのアドレス空間の最後に位置するプログラム管理エリアは、ハードウェア(HW)パラメータやベクタテーブル等を格納する。このベクタテーブルは、後述のCALLT命令(第3呼出し命令)で使用するテーブルである。 The address space of ROM 111b is arranged in the following order from the top address "4000h": an area for in-area programs (first ROM area, first program storage area), an unused area, an area for out-area programs (second ROM area, second program storage area), an unused area, and a program management area. The area for in-area programs includes a data area (area for game control data) at the top address "5000h" and an area for game control programs other than the data area. An unused area may be sandwiched between the area for game control programs and the data area. The area for out-area programs may also include a data area. The program management area located at the end of the address space of ROM 111b stores hardware (HW) parameters, vector tables, etc. This vector table is a table used by the CALLT command (third call command) described below.

本実施形態において、ROMの領域内プログラム(第1プログラム)は、遊技制御用プログラムや遊技制御用データ等からなり、メイン処理(図5A-図5C)に対応するメインプログラムと、タイマ割込み処理に対応するタイマ割込み処理プログラムを含む。メインプログラム又はタイマ割込み処理プログラムにおけるサブルーチン(サブルーチンのサブルーチン等も含む)は、基本的に領域内プログラムとなる(特に記載がない場合に領域内プログラムとなる)が、例外的に領域外プログラムとなることもある。本実施形態において、遊技制御に直接には関係が無い非遊技制御用の領域外プログラム(第2プログラム)は、安全装置情報初期化処理に対応する安全装置情報初期化プログラム、性能表示編集処理に対応する性能表示編集処理プログラム、領域外統合処理に対応する領域外統合処理プログラムを含む。他に、領域外プログラム(第2プログラム)は、領域外統合処理プログラムから呼び出されるサブルーチンとして、試験信号出力処理に対応する試験信号出力処理プログラム、性能表示装置制御処理に対応する性能表示装置制御処理プログラム、差玉確認処理に対応する差玉確認処理プログラム、安全装置作動監視処理に対応する安全装置作動監視処理プログラムを含む。なお、まとまりのある各種処理を担う上記のような処理プログラムは、プログラムモジュールとも呼ばれる。 In this embodiment, the ROM's in-area program (first program) is composed of a game control program and game control data, and includes a main program corresponding to the main processing (FIGS. 5A-5C) and a timer interrupt processing program corresponding to the timer interrupt processing. Subroutines (including subroutines of subroutines, etc.) in the main program or timer interrupt processing program are basically in-area programs (unless otherwise specified), but may exceptionally be out-of-area programs. In this embodiment, the out-of-area program (second program) for non-game control that is not directly related to game control includes a safety device information initialization program corresponding to the safety device information initialization process, a performance display editing process program corresponding to the performance display editing process, and an out-of-area integration process program corresponding to the out-of-area integration process. In addition, the out-of-area program (second program) includes, as subroutines called from the out-of-area integration process program, a test signal output process program corresponding to the test signal output process, a performance display device control process program corresponding to the performance display device control process, a difference ball confirmation process program corresponding to the difference ball confirmation process, and a safety device operation monitoring process program corresponding to the safety device operation monitoring process. Processing programs like the ones described above that handle various coherent processes are also called program modules.

〔遊技制御装置のCPUの命令〕
図110から図119は、遊技制御装置100のCPU111a(CPUコア102)において、命令解釈実行回路1242が解釈実行可能な命令セットうちの典型的な命令(コード)を例示する命令表である。CPUコア102(命令解釈実行回路1242)に、命令表の各命令を実行する専用論理回路を設けてもよい。
[Instructions of the CPU of the gaming control device]
110 to 119 are instruction tables illustrating typical instructions (codes) in an instruction set that can be interpreted and executed by the instruction interpretation and execution circuit 1242 in the CPU 111a (CPU core 102) of the game control device 100. The CPU core 102 (instruction interpretation and execution circuit 1242) may be provided with a dedicated logic circuit that executes each instruction in the instruction table.

命令表において、命令は、8ビットマイクロプロセッサであるZ80に対応したアセンブリ言語による命令(ソースコード)によって示され、ROM111bに記憶される機械語命令(マシンコード)に1対1に対応する。命令は、操作内容(演算内容)を示す「オペコード」(或いは「ニーモニック」)と命令対象の「オペランド」に分けられる。「オペランド」は、第1オペランド、第2オペランド・・・など複数あってよい。 In the instruction table, instructions are represented by assembly language instructions (source code) compatible with the Z80 8-bit microprocessor, and correspond one-to-one to the machine language instructions (machine code) stored in ROM 111b. Instructions are divided into an "opcode" (or "mnemonic") that indicates the operation (calculation) and an "operand" that is the target of the instruction. There may be multiple "operands," such as a first operand, second operand, etc.

また、命令表において、命令の実行結果や命令による演算結果に応じて生じるフラグの変化、CPUの動作クロックの何サイクル(何周期)で命令が実行されるか(即ち、命令の実行に要する動作クロックのサイクル数)、機械語命令での命令の語長(命令サイズ、命令の長さ、バイト数)が示されている。サイクル数は命令の実行時間に対応し、小さければ命令の実行時間も小さくなりプログラムの実行速度も速くなる。命令の語長が短ければ(小さければ)、プログラムの容量(サイズ)を削減できる。 The instruction table also shows the flag changes that occur depending on the result of executing the instruction or the result of the calculation by the instruction, how many cycles (periods) of the CPU's operating clock it takes to execute the instruction (i.e. the number of operating clock cycles required to execute the instruction), and the word length of the instruction in machine language (instruction size, instruction length, number of bytes). The number of cycles corresponds to the execution time of the instruction, and the shorter the number, the shorter the execution time of the instruction and the faster the program will run. The shorter (smaller) the word length of the instruction, the smaller the capacity (size) of the program can be.

なお、命令表のサイクル数及び/又は語長は、命令で使用するレジスタの種類やレジスタの組合せなどに応じて、カッコ書きで示すように通常よりも例外的に小さくなる特別な場合がある。命令で使用可能なレジスタの種類が多いほどプログラムの開発がしやすいが、サイクル数及び/又は語長が小さい場合の命令をプログラムで可能な限り多く使用すれば、プログラムの実行速度も速くでき且つ/又はプログラムの容量を削減できる。 Note that there are special cases where the cycle count and/or word length in the instruction table are exceptionally smaller than normal, as shown in parentheses, depending on the type of register used in the instruction, the combination of registers, etc. The more types of registers that can be used in an instruction, the easier it is to develop a program, but if a program uses as many instructions as possible with small cycle counts and/or small word lengths, the program can run faster and/or the program size can be reduced.

また、命令表において、命令の実行によるフラグの変化が示されているが、ゼロフラグ(ZF)の値Z、キャリーフラグ(CF)の値C、ハーフキャリーフラグ(HF)の値H、サインフラグ(SF)の値S、オーバーフローフラグ(VF)の値Vが記載されていることは、変化可能であることを示す。また、「-」はフラグの変化がないこと、「U」は不定値なることを示している。 The instruction table also shows how flags change when instructions are executed, and the value Z of the zero flag (ZF), the value C of the carry flag (CF), the value H of the half carry flag (HF), the value S of the sign flag (SF), and the value V of the overflow flag (VF) are listed, indicating that they can change. Additionally, "-" indicates that the flag does not change, and "U" indicates that it becomes an undefined value.

命令表の命令は、一般的な形式で示されている。命令において、nは、8ビット(=1バイト)の直値(即値)を示す。命令によって、nは、例外的に4ビットの直値を示す。命令において、mnは16ビット(=2バイト)の直値(即値)を示す。なお、直値nと直値mnは、後述のプログラムリストでは、数値に対応するラベルや16進数(・・・・h等)や10進数などで示される。dとkは、メモリのアドレスを指定する際に利用可能な5ビット又は8ビットのオフセット値(ディスプレースメント値、直値)を示す。vwは、メモリのアドレスを直接指定する際に利用可能な16ビット(=2バイト)の直接アドレスの値(直値)を示す。( )は、メモリにおける( )内で指定されたアドレスの領域、或いは、そのアドレスの領域(メモリの領域)に格納された内容又は格納される内容を示す。なお、領域が2バイトの場合は、( )内は、領域の先頭アドレスを示す。$は、命令の先頭アドレス(即ち、PCレジスタ1234の値)を示す。 Instructions in the instruction table are shown in a general format. In the instruction, n indicates an 8-bit (=1 byte) immediate value. In some instructions, n exceptionally indicates a 4-bit immediate value. In the instruction, mn indicates a 16-bit (=2 byte) immediate value. Note that in the program list described below, immediate values n and mn are indicated by labels corresponding to numerical values, hexadecimal numbers (such as h), or decimal numbers. d and k indicate 5-bit or 8-bit offset values (displacement values, immediate values) that can be used to specify memory addresses. vw indicates a 16-bit (=2 byte) direct address value (immediate value) that can be used to directly specify memory addresses. ( ) indicates the area of the address specified in ( ) in memory, or the contents stored or to be stored in the area of that address (area of memory). Note that if the area is 2 bytes, the ( ) indicates the top address of the area. $ indicates the starting address of the instruction (i.e., the value of PC register 1234).

また、命令において、r,g,p,q,f,k,s,tは、8ビット(1バイト)のレジスタを示す。詳しくは、図110等に掲載したとおり、rとgは、各々、Wレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、Dレジスタ、Eレジスタ、Hレジスタ、Lレジスタのいずれかを示す。pは、Wレジスタ、Aレジスタのいずれかを示す。qは、Bレジスタ、Cレジスタ、Dレジスタ、Eレジスタ、Hレジスタ、Lレジスタのいずれかを示す。fは、Wレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、Dレジスタ、Eレジスタのいずれかを示す。kは、Hレジスタ、Lレジスタのいずれかを示す。sは、Aレジスタを示す。tは、Wレジスタ、Bレジスタ、Cレジスタ、Dレジスタ、Eレジスタ、Hレジスタ、Lレジスタのいずれかを示す。 In the instructions, r, g, p, q, f, k, s, and t each represent an 8-bit (1 byte) register. For more details, as shown in FIG. 110, r and g each represent the W register, A register, B register, C register, D register, E register, H register, or L register. p represents the W register or the A register. q represents the B register, C register, D register, E register, H register, or L register. f represents the W register, A register, B register, C register, D register, or E register. k represents the H register or the L register. s represents the A register. t represents the W register, B register, C register, D register, E register, H register, or L register.

また、命令において、rr,gg,jj,uu,zz,ss,ff,kkは、16ビット(2バイト)のレジスタ又はペアレジスタ(レジスタペア)を示す。詳しくは、図110等に掲載したとおり、rrとggは、各々、WAレジスタ、BCレジスタ、DEレジスタ、HLレジスタ、IXレジスタ、IYレジスタのいずれかを示す。jjは、DEレジスタ、HLレジスタ、IXレジスタ、IYレジスタのいずれかを示す。uuとzzは、各々、WAレジスタ、BCレジスタ、DEレジスタ、HLレジスタ、IXレジスタ、IYレジスタ、SPレジスタ、DPレジスタのいずれかを示す。ssは、WAレジスタ、BCレジスタ、DEレジスタ、HLレジスタ、IXレジスタ、IYレジスタ、SPレジスタのいずれかを示す。ffは、WAレジスタ、BCレジスタ、DEレジスタ、HLレジスタのいずれかを示す。kkは、IXレジスタ、IYレジスタ、SPレジスタ、DPレジスタのいずれかを示す。 In the instructions, rr, gg, jj, uu, zz, ss, ff, and kk indicate 16-bit (2-byte) registers or pair registers (register pairs). For more details, as shown in FIG. 110, rr and gg indicate the WA register, BC register, DE register, HL register, IX register, or IY register, respectively. jj indicates the DE register, HL register, IX register, or IY register, respectively. uu and zz indicate the WA register, BC register, DE register, HL register, IX register, IY register, SP register, or DP register, respectively. ss indicates the WA register, BC register, DE register, HL register, IX register, IY register, or SP register. ff indicates the WA register, BC register, DE register, or HL register. kk indicates the IX register, IY register, SP register, or DP register.

〔転送命令(例1)〕
転送命令(ロード命令)は、データを転送する命令である。本実施形態において、転送命令は、第1オペランドに対応するものに第2オペランドに対応するデータ(値、内容)を転送(コピー、ロード)する。
[Transfer command (example 1)]
A transfer instruction (load instruction) is an instruction for transferring data. In this embodiment, the transfer instruction transfers (copies, loads) data (value, content) corresponding to a second operand to a corresponding to a first operand.

転送命令は、フラグレジスタ1200の2ビット目から7ビット目の6つのフラグ(RBSとIMF以外のフラグ)のうち、ジャンプステータスフラグ(JF)とゼロフラグ(ZF)を変化させ得るが、キャリーフラグ(CF)、ハーフキャリーフラグ(HF)、サインフラグ(SF)、オーバーフローフラグ(VF)を変化させずそのまま維持する。転送命令によって転送される値が「0」の場合に、ゼロフラグ(ZF)の値Zは「1」になり、転送される値が「0」でない場合にゼロフラグ(ZF)の値Zは「0」になる。そして、ジャンプステータスフラグ(JF)には、ゼロフラグ(ZF)と同じ値Z(1または0)が設定される。 Of the six flags (flags other than RBS and IMF) in the second to seventh bits of the flag register 1200, the transfer instruction may change the jump status flag (JF) and zero flag (ZF), but leaves the carry flag (CF), half carry flag (HF), sign flag (SF), and overflow flag (VF) unchanged. If the value transferred by the transfer instruction is "0", the value Z of the zero flag (ZF) becomes "1", and if the value transferred is not "0", the value Z of the zero flag (ZF) becomes "0". The jump status flag (JF) is then set to the same value Z (1 or 0) as the zero flag (ZF).

〔例1-1〕
図110の例1-1は、転送命令のうち1バイトのデータを転送するLD命令を例示する命令表である。ここで、LD命令は、アセンブリ言語で「LD 第1オペランド,第2オペランド」と記載され、第1オペランドに対応するものに第2オペランドに対応するデータ(値、内容)を転送(コピー、ロード)する。なお、LDはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。
[Example 1-1]
Example 1-1 in Fig. 110 is an instruction table illustrating an LD instruction that transfers one byte of data among transfer instructions. Here, the LD instruction is written in assembly language as "LD first operand, second operand" and transfers (copies, loads) data (value, contents) corresponding to the second operand to the one corresponding to the first operand. Note that LD is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand.

「LD r,g」は、rレジスタにgレジスタの値を転送する命令である。命令の実行に要する動作クロックのサイクル数は、基本的に2サイクルであり、命令の語長(命令サイズ)は、基本的に2バイト長である。しかし、例外的に、(r,g)のレジスタの組合せが、(W,A)、(A,W)、(A,B)、(A,C)、(A,E)、(B,A)、(C,A)、(E,A)の特別な組合せ場合に、命令のサイクル数は1サイクルで命令実行時間は短くなり、命令の語長は1バイト長で短くなる。 "LD r, g" is an instruction that transfers the value of the g register to the r register. The number of operating clock cycles required to execute the instruction is basically 2 cycles, and the instruction word length (instruction size) is basically 2 bytes. However, exceptionally, when the register combination of (r, g) is a special combination of (W, A), (A, W), (A, B), (A, C), (A, E), (B, A), (C, A), (E, A), the number of instruction cycles is 1 cycle, the instruction execution time is short, and the instruction word length is 1 byte short.

「LD f,n」は、2サイクルかつ2バイト長の命令であり、fレジスタに直値n(1バイト)を転送する。「LD k,n」は、3サイクルかつ3バイト長の命令であり、kレジスタに直値nを転送する。「LD f,n」と「LD k,n」は、転送先のレジスタの違いによって、サイクル数と語長が異なる。両命令の使用によって転送先のレジスタは増えるが、「LD f,n」を「LD k,n」よりもプログラムで多く使用すれば、プログラムの容量を削減できるし、プログラムの実行速度も速くなる。 "LD f,n" is a two-cycle, two-byte instruction that transfers the immediate value n (1 byte) to the f register. "LD k,n" is a three-cycle, three-byte instruction that transfers the immediate value n to the k register. "LD f,n" and "LD k,n" have different cycles and word lengths depending on the destination register. Using both instructions increases the number of destination registers, but if more "LD f,n" are used in a program than "LD k,n", the program size can be reduced and the program execution speed will be faster.

「LD s,(vw)」は、5サイクルかつ3バイト長の命令であり、sレジスタに、直値vw(2バイト)で指定された直接アドレスの領域(メモリの領域)に記憶された値を転送する。「LD t,(vw)」は、5サイクルかつ4バイト長の命令であり、tレジスタに、直値vwで指定された直接アドレスの領域(直値vwに相当するアドレスの領域)に記憶された値を転送する。両命令の使用によって転送先のレジスタは増えるが、「LD s,(vw)」と「LD t,(vw)」は、転送先のレジスタの違いによって、語長が異なる。「LD s,(vw)」を「LD t,(vw)」よりもプログラムで多く使用すれば、プログラムの容量を削減できる。 "LD s, (vw)" is a 5-cycle, 3-byte instruction that transfers the value stored in the direct address area (memory area) specified by the direct value vw (2 bytes) to the s register. "LD t, (vw)" is a 5-cycle, 4-byte instruction that transfers the value stored in the direct address area (address area equivalent to the direct value vw) specified by the direct value vw to the t register. The number of destination registers increases when both instructions are used, but "LD s, (vw)" and "LD t, (vw)" have different word lengths due to the difference in the destination register. If "LD s, (vw)" is used more often in a program than "LD t, (vw)," the program size can be reduced.

「LD r,(jj)」は、rレジスタに、jjレジスタで指定されたアドレスの領域(メモリの領域)に記憶された値を転送する命令である。命令のサイクル数は、基本的に3サイクルであり、命令の語長は、基本的に2バイト長である。しかし、例外的に、jjレジスタがDEレジスタであり且つrレジスタがWレジスタまたはAレジスタである場合や、jjレジスタがHLレジスタであり且つrレジスタがWレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、またはEレジスタである場合に、命令のサイクル数は3サイクル、命令の語長は1バイト長になる。 "LD r, (jj)" is an instruction that transfers to the r register the value stored in the area (memory area) of the address specified by the jj register. The number of cycles for the instruction is basically 3 cycles, and the word length of the instruction is basically 2 bytes. However, exceptionally, when the jj register is the DE register and the r register is the W register or the A register, or when the jj register is the HL register and the r register is the W register, A register, B register, C register, or E register, the number of cycles for the instruction is 3 cycles and the word length of the instruction is 1 byte.

「LD r,(jj+)」は、rレジスタに、jjレジスタで指定されたアドレスの領域に記憶(格納)された値を転送し、転送後にjjレジスタに格納されたアドレスを1だけ増加する命令である。1バイト(8ビット)のrレジスタに1バイトのデータが転送されるため、アドレスを1だけ増加する。なお、「JJ+」は、転送後にjjレジスタに格納されたアドレスを次のアドレスに更新することを意味する。この命令は、基本的に4サイクルかつ2バイト長である。しかし、例外的に、jjレジスタがDEレジスタであり且つrレジスタがWレジスタまたはAレジスタである場合や、jjレジスタがHLレジスタであり且つrレジスタがWレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、またはEレジスタである場合に、3サイクルかつ1バイト長になる。 "LD r, (jj+)" is an instruction that transfers the value stored in the address area specified by the jj register to the r register, and increments the address stored in the jj register by 1 after the transfer. Since 1 byte of data is transferred to the 1-byte (8-bit) r register, the address is incremented by 1. Note that "JJ+" means that the address stored in the jj register after the transfer is updated to the next address. This instruction is basically 4 cycles and 2 bytes long. However, there are exceptional cases where the jj register is the DE register and the r register is the W register or A register, or where the jj register is the HL register and the r register is the W register, A register, B register, C register, or E register, in which case it takes 3 cycles and is 1 byte long.

「LD r,(jj+d)」は、rレジスタに、jjレジスタとオフセット値(直値)で指定されたアドレスの領域(メモリの領域)に格納された値を転送する命令である。「jj+d」は、jjレジスタに格納されたアドレス(基準アドレス)の値にオフセット値d(相対アドレス)を加算した加算アドレスを意味する。この命令は、基本的に4サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがDEレジスタまたはHLレジスタであり、rレジスタがWレジスタまたはAレジスタであり、且つdの値が1から7である場合に、4サイクルかつ2バイト長になる。また、例外的に、jjレジスタがIYレジスタであり、Wレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、またはEレジスタである場合に、4サイクルかつ2バイト長になる。 "LD r, (jj+d)" is an instruction that transfers to the r register the value stored in the address area (memory area) specified by the jj register and an offset value (immediate value). "jj+d" means the added address obtained by adding the offset value d (relative address) to the address (base address) value stored in the jj register. This instruction is basically 4 cycles and 3 bytes long. However, as an exception, it takes 4 cycles and 2 bytes when the jj register is the DE or HL register, the r register is the W or A register, and the value of d is between 1 and 7. Also, as an exception, it takes 4 cycles and 2 bytes when the jj register is the IY register and the W, A, B, C, or E register.

「LD r,(jj+p)」は、rレジスタに、jjレジスタとpレジスタで指定されたアドレスの領域に格納された値を転送する命令である。「jj+p」は、jjレジスタに格納されたアドレスの値にpレジスタに格納されたアドレス(オフセットアドレス)の値を加算した加算アドレスを意味する。この命令は、4サイクルかつ2バイト長である。 "LD r, (jj+p)" is an instruction that transfers the value stored in the address area specified by the jj and p registers to the r register. "jj+p" means the added address obtained by adding the address value stored in the jj register to the address (offset address) value stored in the p register. This instruction is 4 cycles and 2 bytes long.

「LD (vw),n」は、8サイクルかつ5バイト長の命令であり、直値vw(2バイト)で指定された直接アドレスの領域(RAM内)に、直値n(1バイト)を転送する。 "LD (vw), n" is an 8-cycle, 5-byte instruction that transfers the direct value n (1 byte) to the area (within RAM) of the direct address specified by the direct value vw (2 bytes).

「LD (jj),n」は、jjレジスタで指定されたアドレスの領域(RAM内)に、直値nを転送する命令である。この命令は、基本的に6サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがDEレジスタまたはHLレジスタである場合に、4サイクルかつ2バイト長になる。 "LD (jj), n" is an instruction that transfers the immediate value n to the address area (within RAM) specified by the jj register. This instruction is basically 6 cycles and 3 bytes long. However, as an exception, when the jj register is the DE register or the HL register, it becomes 4 cycles and 2 bytes long.

「LD (jj+),n」は、jjレジスタで指定されたアドレスの領域(RAM内)に直値nを転送し、転送後にjjレジスタに格納されたアドレスを1だけ増加する命令である。1バイトの直値nのデータが転送されるため、アドレスを1だけ増加して次のアドレスに更新する。この命令は、4サイクルかつ2バイト長である。 "LD (jj+), n" is an instruction that transfers the immediate value n to the address area (within RAM) specified by the jj register, and increments the address stored in the jj register by 1 after the transfer. Since 1 byte of immediate value n data is transferred, the address is incremented by 1 and updated to the next address. This instruction is 4 cycles and 2 bytes long.

「LD (jj+d),n」は、jjレジスタとオフセット値(直値)で指定されたアドレスの領域(RAM内)に直値nを転送する命令である。「jj+d」は、jjレジスタに格納されたアドレスの値にオフセット値dを加算した加算アドレスを意味する。この命令は、基本的に7サイクルかつ4バイト長である。しかし、例外的に、jjレジスタがIYレジスタである場合に、5サイクルかつ3バイト長になる。 "LD (jj+d), n" is an instruction that transfers the immediate value n to the address area (in RAM) specified by the jj register and an offset value (immediate value). "jj+d" means the added address obtained by adding the offset value d to the address value stored in the jj register. This instruction is basically 7 cycles and 4 bytes long. However, exceptionally, when the jj register is the IY register, it takes 5 cycles and is 3 bytes long.

「LD (jj+p),n」は、jjレジスタとpレジスタで指定されたアドレスの領域(RAM内)に直値nを転送する命令である。「jj+p」は、jjレジスタに格納されたアドレスの値にpレジスタに格納されたアドレス(オフセットアドレス)の値を加算した加算アドレスを意味する。この命令は、7サイクルかつ3バイト長である。 "LD (jj+p), n" is an instruction that transfers the immediate value n to the address area (within RAM) specified by the jj and p registers. "jj+p" means the address value stored in the jj register plus the address value (offset address) stored in the p register. This instruction is 7 cycles and 3 bytes long.

「LD (vw),s」は、5サイクルかつ3バイト長の命令であり、直値vwで指定された直接アドレスの領域(RAM内)に、sレジスタの値を転送する。「LD (vw),t」は、7サイクルかつ4バイト長の命令であり、直値vwで指定された直接アドレスの領域に、tレジスタの値を転送する。両命令の使用によって転送元のレジスタは増えるが、「LD (vw),s」と「LD (vw),t」は、転送元のレジスタの違いによって、サイクル数と語長が異なる。「LD (vw),s」を「LD (vw),t」よりもプログラムで多く使用すれば、プログラムの容量を削減できるし、プログラムの実行速度も速くなる。 "LD (vw), s" is a 5 cycle, 3 byte instruction that transfers the value of the s register to the direct address area (within RAM) specified by the direct value vw. "LD (vw), t" is a 7 cycle, 4 byte instruction that transfers the value of the t register to the direct address area specified by the direct value vw. The number of source registers increases when both instructions are used, but the number of cycles and word length differ between "LD (vw), s" and "LD (vw), t" due to the difference in the source register. If more "LD (vw), s" is used in a program than "LD (vw), t", the program size can be reduced and the program execution speed will also be faster.

「LD (jj),r」は、jjレジスタで指定されたアドレスの領域(RAM内)に、rレジスタの値を転送する命令である。この命令は、基本的に5サイクルかつ2バイト長である。しかし、例外的に、jjレジスタがDEレジスタまたはHLレジスタであり且つrレジスタがWレジスタまたはAレジスタである場合に、4サイクルかつ1バイト長になる。 "LD (jj), r" is an instruction that transfers the value of the r register to the area (within RAM) at the address specified by the jj register. This instruction is basically 5 cycles and 2 bytes long. However, as an exception, if the jj register is the DE or HL register and the r register is the W or A register, it will be 4 cycles and 1 byte long.

「LD (jj+),r」は、jjレジスタで指定されたアドレスの領域(RAM内)に、rレジスタに格納された値を転送し、転送後にjjレジスタに格納されたアドレスを1だけ増加する命令である。1バイト(8ビット)のrレジスタから1バイトのデータが転送されるため、アドレスを1だけ増加する。この命令は、基本的に6サイクルかつ2バイト長である。しかし、例外的に、jjレジスタがDEレジスタまたはHLレジスタであり且つrレジスタがWレジスタまたはAレジスタである場合に、4サイクルかつ1バイト長になる。 "LD (jj+), r" is an instruction that transfers the value stored in the r register to the address area (within RAM) specified by the jj register, and increments the address stored in the jj register by 1 after the transfer. Since 1 byte of data is transferred from the r register, which is 1 byte (8 bits), the address is incremented by 1. This instruction basically takes 6 cycles and is 2 bytes long. However, as an exception, if the jj register is the DE or HL register and the r register is the W or A register, it takes 4 cycles and is 1 byte long.

「LD (jj+d),r」は、前述の加算アドレス「jj+d」の領域に、rレジスタに格納された値を転送する命令である。この命令は、基本的に6サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがDEレジスタまたはHLレジスタであり、rレジスタがWレジスタまたはAレジスタであり、且つdの値が1から7である場合に、5サイクルかつ2バイト長になる。また、例外的に、jjレジスタがIYレジスタであり、rレジスタがWレジスタまたはAレジスタである場合に、5サイクルかつ2バイト長になる。 "LD (jj+d), r" is an instruction that transfers the value stored in the r register to the area of the aforementioned added address "jj+d". This instruction basically takes 6 cycles and is 3 bytes long. However, exceptionally, if the jj register is the DE or HL register, the r register is the W or A register, and the value of d is between 1 and 7, it takes 5 cycles and is 2 bytes long. Also exceptionally, if the jj register is the IY register and the r register is the W or A register, it takes 5 cycles and is 2 bytes long.

「LD (jj+p),r」は、前述の加算アドレス「jj+p」の領域に、rレジスタに格納された値を転送する命令である。この命令は、6サイクルかつ2バイト長である。 "LD (jj+p), r" is an instruction that transfers the value stored in the r register to the area of the added address "jj+p" mentioned above. This instruction is 6 cycles and 2 bytes long.

〔例1-2〕
図111の例1-2は、転送命令のうち2バイト(16ビット)のデータ(値)を転送するLD命令などを例示する命令表である。ここで、2バイトのデータを扱う転送命令であるため、( )内で指定されたアドレスは、転送先または転送元の2バイトの領域の先頭アドレスを示す。
[Example 1-2]
Example 1-2 in Fig. 111 is an instruction table illustrating a transfer instruction such as an LD instruction that transfers 2 bytes (16 bits) of data (value). Since this is a transfer instruction that handles 2 bytes of data, the address specified in () indicates the top address of the 2-byte area of the transfer destination or source.

「LD uu,zz」は、2サイクルかつ2バイト長の命令であり、uuレジスタにzzレジスタの値を転送する。 "LD uu, zz" is a two-cycle, two-byte instruction that transfers the value of the zz register to the uu register.

「LD ff,mn」は、3サイクルかつ3バイト長の命令であり、ffレジスタに直値mn(2バイト)を転送する。「LD kk,mn」は、4サイクルかつ4バイト長の命令であり、kkレジスタに直値mnを転送する。「LD ff,mn」と「LD kk,mn」は、転送先のレジスタの違いによって、サイクル数と語長が異なる。両命令の使用によって転送先のレジスタは増えるが、「LD ff,mn」を「LD kk,mn」よりもプログラムで多く使用すれば、プログラムの容量を削減できるし、プログラムの実行速度も速くなる。 "LD ff,mn" is a 3-cycle, 3-byte instruction that transfers the immediate value mn (2 bytes) to the ff register. "LD kk,mn" is a 4-cycle, 4-byte instruction that transfers the immediate value mn to the kk register. "LD ff,mn" and "LD kk,mn" have different cycles and word lengths depending on the destination register. Using both instructions increases the number of destination registers, but if more "LD ff,mn" are used in a program than "LD kk,mn", the program size can be reduced and the program execution speed will be faster.

「LD ss,(vw)」は、6サイクルかつ4バイト長の命令であり、ssレジスタに、直値vwで指定された直接アドレスの領域に記憶された値を転送する。ここで、直値vwは、2バイトの転送される値が格納された2バイトの領域の先頭アドレスである。 "LD ss, (vw)" is a 6-cycle, 4-byte instruction that transfers the value stored in the area of the direct address specified by the direct value vw to the ss register. Here, the direct value vw is the top address of the 2-byte area in which the 2-byte value to be transferred is stored.

「LD ss,(jj)」は、ssレジスタに、jjレジスタで指定されたアドレスの領域(メモリの領域)に記憶された値を転送する。この命令は、基本的に4サイクルかつ2バイト長である。しかし、例外的に、jjレジスタがHLレジスタであり、ssレジスタがWAレジスタである場合に、4サイクルかつ1バイト長になる。 "LD ss, (jj)" transfers the value stored in the area (memory area) whose address is specified by the jj register to the ss register. This instruction is basically 4 cycles and 2 bytes long. However, as an exception, if the jj register is the HL register and the ss register is the WA register, it will be 4 cycles and 1 byte long.

「LD ss,(jj+)」は、5サイクルかつ2バイト長の命令であり、ssレジスタに、jjレジスタで指定されたアドレスの領域に記憶された値を転送し、転送後にjjレジスタに格納されたアドレスを2だけ増加する。2バイトのssレジスタに2バイトのデータが転送されるため、アドレスを2だけ増加する。 "LD ss, (jj+)" is a 5-cycle, 2-byte instruction that transfers the value stored in the address area specified by the jj register to the ss register, and after the transfer, increments the address stored in the jj register by 2. Since 2 bytes of data are transferred to the 2-byte ss register, the address is incremented by 2.

「LD ss,(jj+d)」は、ssレジスタに、加算アドレス「jj+d」の領域に記憶(格納)された値を転送する命令である。この命令は、基本的に5サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがIYレジスタであり、ssレジスタがWAレジスタ、BCレジスタ、DEレジスタ,またはHLレジスタである場合に、5サイクルかつ2バイト長になる。 "LD ss, (jj+d)" is an instruction that transfers the value stored in the area of the added address "jj+d" to the ss register. This instruction is basically 5 cycles and 3 bytes long. However, as an exception, if the jj register is the IY register and the ss register is the WA, BC, DE, or HL register, it will be 5 cycles and 2 bytes long.

「LD ss,(jj+p)」は、5サイクルかつ2バイト長の命令であり、ssレジスタに、加算アドレス「jj+p」の領域に記憶された値を転送する。 "LD ss, (jj+p)" is a 5-cycle, 2-byte instruction that transfers the value stored in the area of the added address "jj+p" to the ss register.

「LD (vw),ss」は、8サイクルかつ4バイト長の命令であり、直値vwで指定された直接アドレスの領域(RAM内)に、ssレジスタの値を転送する。 "LD (vw), ss" is an 8-cycle, 4-byte instruction that transfers the value of the ss register to the area (within RAM) at the direct address specified by the direct value vw.

「LD (jj),ss」は、6サイクルかつ2バイト長の命令であり、jjレジスタで指定されたアドレスの領域(RAM内)に、ssレジスタの値を転送する命令である。 "LD (jj), ss" is a 6-cycle, 2-byte instruction that transfers the value of the ss register to the address area (within RAM) specified by the jj register.

「LD (jj+),ss」は、jjレジスタで指定されたアドレスの領域(RAM内)に、ssレジスタに格納された値を転送し、転送後にjjレジスタに格納されたアドレスを2だけ増加する命令である。2バイトのssレジスタから2バイトのデータが転送されるため、アドレスを2だけ増加する。この命令は、7サイクルかつ2バイト長である。 "LD (jj+), ss" is an instruction that transfers the value stored in the ss register to the address area (within RAM) specified by the jj register, and increments the address stored in the jj register by 2 after the transfer. Since 2 bytes of data are transferred from the 2-byte ss register, the address is incremented by 2. This instruction takes 7 cycles and is 2 bytes long.

「LD (jj+d),ss」は、加算アドレス「jj+d」の領域(RAM内)に、ssレジスタに格納された値を転送する命令である。この命令は、基本的に7サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがIYレジスタであり、ssレジスタがWAレジスタ、DEレジスタ,またはHLレジスタである場合に、6サイクルかつ2バイト長になる。 "LD (jj+d), ss" is an instruction that transfers the value stored in the ss register to the area of the added address "jj+d" (in RAM). This instruction is basically 7 cycles and 3 bytes long. However, as an exception, when the jj register is the IY register and the ss register is the WA, DE, or HL register, it becomes 6 cycles and 2 bytes long.

「LD (jj+p),ss」は、加算アドレス「jj+p」の領域(RAM内)に、ssレジスタに格納された値を転送する命令である。この命令は、7サイクルかつ2バイト長である。 "LD (jj+p), ss" is an instruction that transfers the value stored in the ss register to the area of the added address "jj+p" (in RAM). This instruction is 7 cycles and 2 bytes long.

「LD A,PSW」は、Aレジスタに、フラグレジスタ1200に記憶される8ビットのデータPSWを転送する命令である。「LD RBS,0」は、フラグレジスタ1200のビットであるレジスタバンクセレクタ(RBS)に、値「0」を転送する命令である。「LD RBS,1」は、レジスタバンクセレクタ(RBS)に、値「1」を転送する命令である。これらの命令は、2サイクルかつ2バイト長である。 "LD A, PSW" is an instruction to transfer the 8-bit data PSW stored in flag register 1200 to the A register. "LD RBS, 0" is an instruction to transfer the value "0" to the register bank selector (RBS), which is a bit of flag register 1200. "LD RBS, 1" is an instruction to transfer the value "1" to the register bank selector (RBS). These instructions are two cycles and two bytes long.

〔例1-3〕
図112の例1-3は、転送命令のうち2バイト(16ビット)の直値を転送するLDW命令を例示する命令表である。ここで、2バイトのデータを扱う転送命令であるため、( )内で指定されたアドレスは、転送先または転送元の2バイトの領域の先頭アドレスを示す。LDW命令は、アセンブリ言語で「LDW 第1オペランド,第2オペランド」と記載され、第1オペランドに対応するものに第2オペランドに対応するデータ(値、内容)を転送(コピー、ロード)する。なお、LDWはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。
[Example 1-3]
Example 1-3 in FIG. 112 is an instruction table illustrating an LDW instruction that transfers a 2-byte (16-bit) direct value among transfer instructions. Since this is a transfer instruction that handles 2-byte data, the address specified in ( ) indicates the top address of the 2-byte area of the transfer destination or transfer source. The LDW instruction is written as "LDW first operand, second operand" in assembly language, and transfers (copies, loads) data (value, contents) corresponding to the second operand to the one corresponding to the first operand. Note that LDW is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand.

「LDW (vw),mn」は、10サイクルかつ6バイト長の命令であり、直値vwで指定された直接アドレスの領域(RAM内)に、直値mn(2バイト)を転送する。 "LDW (vw), mn" is a 10-cycle, 6-byte instruction that transfers the direct value mn (2 bytes) to the area (within RAM) of the direct address specified by the direct value vw.

「LDW (jj),mn」は、8サイクルかつ4バイト長の命令であり、jjレジスタで指定されたアドレスの領域(RAM内)に、直値mnを転送する。 "LDW (jj), mn" is an 8-cycle, 4-byte instruction that transfers the immediate value mn to the address area (within RAM) specified by the jj register.

「LDW (jj+),mn」は、9サイクルかつ4バイト長の命令であり、jjレジスタで指定されたアドレスの領域(RAM内)に直値mnを転送し、転送後にjjレジスタに格納されたアドレスを2だけ増加する。2バイトの直値mnのデータが転送されるため、アドレスを2だけ増加して次のアドレスに更新する。 "LDW (jj+), mn" is a 9-cycle, 4-byte instruction that transfers the immediate value mn to the address area (within RAM) specified by the jj register, and after the transfer, increments the address stored in the jj register by 2. Because 2-byte data of the immediate value mn is transferred, the address is incremented by 2 and updated to the next address.

「LDW (jj+d),mn」は、加算アドレス「jj+d」の領域(RAM内)に直値mnを転送する命令である。この命令は、基本的に9サイクルかつ5バイト長である。しかし、例外的に、jjレジスタがIYレジスタである場合に、6サイクルかつ4バイト長になる。 "LDW (jj+d), mn" is an instruction that transfers the immediate value mn to the area (within RAM) of the added address "jj+d". This instruction is basically 9 cycles and 5 bytes long. However, as an exception, when the jj register is the IY register, it becomes 6 cycles and 4 bytes long.

「LDW (jj+p),mn」は、9サイクルかつ4バイト長の命令であり、加算アドレス「jj+p」の領域(RAM内)に直値mnを転送する命令である。 "LDW (jj+p), mn" is a 9-cycle, 4-byte instruction that transfers the immediate value mn to the area of the added address "jj+p" (in RAM).

〔例1-4〕
図112の例1-4は、その他の転送命令(LDD命令、LDY命令)を例示する命令表である。
[Example 1-4]
Example 1-4 in FIG. 112 is an instruction table illustrating other transfer instructions (LDD instruction, LDY instruction).

「LDD HL,mn」は、2サイクルかつ2バイト長の命令であり、HLレジスタに、DPレジスタに格納された値と直値mnの和を転送する命令である。 "LDD HL,mn" is a two-cycle, two-byte instruction that transfers the sum of the value stored in the DP register and the immediate value mn to the HL register.

「LDY jj,n」は、jjレジスタの8ビット目から15ビット目(jj[15:8])に、IYレジスタの8ビット目から15ビット目(IY[15:8])を転送し、jjレジスタの0ビット目から7ビット目(jj[7:0])に8ビットの直値nを転送する。この命令は、基本的に3サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがDEレジスタまたはHLレジスタである場合に、2サイクルかつ2バイト長になる。 "LDY jj,n" transfers the 8th to 15th bits of the IY register (IY[15:8]) to the 8th to 15th bits of the jj register (jj[15:8]), and transfers the 8-bit immediate value n to the 0th to 7th bits of the jj register (jj[7:0]). This instruction is basically 3 cycles and 3 bytes long. However, as an exception, if the jj register is the DE or HL register, it will be 2 cycles and 2 bytes long.

〔比較命令(例2)〕
比較命令は、複数のデータ(値)を減算等によって比較する命令である。本実施形態において、比較命令は、第1オペランドに対応するデータ(値)から第2オペランドに対応するデータ(値)を減算して、減算結果に応じてフラグを変化させる。なお、逆に、比較命令は、第2オペランドに対応するデータ(値)から第1オペランドに対応するデータ(値)を減算して、減算結果に応じてフラグを変化させる構成も可能である。
[Comparison instruction (Example 2)]
A comparison instruction is an instruction for comparing a plurality of data (values) by subtraction or the like. In this embodiment, a comparison instruction is an instruction for subtracting data (values) corresponding to a first operand from data (values) corresponding to a second operand. The compare instruction subtracts the data (value) corresponding to the first operand from the data (value) corresponding to the second operand, and changes the flag according to the result of the subtraction. It is also possible to configure the flag to change in accordance with the result of the subtraction.

比較命令は、フラグレジスタ1200の2ビット目から7ビット目の6つのフラグ(RBSとIMF以外のフラグ)の全て、即ち、ジャンプステータスフラグ(JF)、ゼロフラグ(ZF)、キャリーフラグ(CF)、ハーフキャリーフラグ(HF)、サインフラグ(SF)、オーバーフローフラグ(VF)を変化させ得る。なお、ハーフキャリーフラグ(HF)は、2バイトのデータの比較命令では、不定値(U)になることもある。 A comparison instruction can change all six flags (flags other than RBS and IMF) in the second through seventh bits of flag register 1200, namely the jump status flag (JF), zero flag (ZF), carry flag (CF), half carry flag (HF), sign flag (SF), and overflow flag (VF). Note that the half carry flag (HF) may become an undefined value (U) in a comparison instruction of two bytes of data.

第1オペランドに対応するデータ(値)と第2オペランドに対応するデータ(値)が一致する場合、即ち、上述の減算結果がゼロの場合に、ゼロフラグ(ZF)の値Zは「1」になり、一致しない場合(減算結果がゼロでない場合)に、ゼロフラグ(ZF)の値Zは「0」になる。上述の減算結果がゼロ未満(-、負)の場合に、キャリーフラグ(CF)の値Cは「1」になり、ゼロ以上(0又は+(正))の場合に、キャリーフラグ(CF)の値Cは「0」になる。そして、ジャンプステータスフラグ(JF)には、基本的にキャリーフラグ(CF)と同じ値C(1または0)が設定されるが、例外的に、特定の比較命令(後述のCPJ命令)の場合に、ゼロフラグ(ZF)と同じ値Z(1または0)が設定される。 If the data (value) corresponding to the first operand and the data (value) corresponding to the second operand match, i.e., if the result of the subtraction is zero, the value Z of the zero flag (ZF) becomes "1", and if they do not match (if the result of the subtraction is not zero), the value Z of the zero flag (ZF) becomes "0". If the result of the subtraction is less than zero (-, negative), the value C of the carry flag (CF) becomes "1", and if it is zero or greater (0 or + (positive)), the value C of the carry flag (CF) becomes "0". The jump status flag (JF) is basically set to the same value C (1 or 0) as the carry flag (CF), but exceptionally, in the case of a specific comparison instruction (the CPJ instruction described below), the value Z (1 or 0) of the zero flag (ZF) is set.

〔例2-1〕
図113の例2-1は、比較命令のうち1バイトのデータを比較するCP命令を例示する命令表である。CP命令は、アセンブリ言語で「CP 第1オペランド,第2オペランド」と記載され、第1オペランドに対応するデータ(値)から第2オペランドに対応するデータ(値)を減算して、2つのデータ(値)を比較する。なお、CPはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。
[Example 2-1]
Example 2-1 in Fig. 113 is an instruction table illustrating a CP instruction that compares one byte of data among comparison instructions. The CP instruction is written as "CP first operand, second operand" in assembly language, and subtracts the data (value) corresponding to the second operand from the data (value) corresponding to the first operand to compare the two data (values). Note that CP is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand.

CP命令の実行によって、ジャンプステータスフラグ(JF)には、キャリーフラグ(CF)と同じ値Cが設定される。CP命令での減算結果がゼロ未満(負)の場合に、キャリーフラグ(CF)の値Cは「1」になり、ゼロ以上(0又は正)の場合に、キャリーフラグ(CF)の値Cは「0」になる。従って、CP命令は、分岐命令が実行される直前に、値の大小を判定する場合に使用されることが多い。 When the CP instruction is executed, the jump status flag (JF) is set to the same value C as the carry flag (CF). If the result of the subtraction by the CP instruction is less than zero (negative), the value C of the carry flag (CF) becomes "1", and if the result is zero or greater (0 or positive), the value C of the carry flag (CF) becomes "0". Therefore, the CP instruction is often used to determine which value is larger immediately before a branch instruction is executed.

なお、CP命令とLD命令は、第1オペランドと第2オペランドが同じであれば、サイクル数及び/又は語長が同じになることがある。これによって、プログラムが設計し易くなる可能性がある。 Note that the CP instruction and the LD instruction may have the same number of cycles and/or word length if the first and second operands are the same. This may make program design easier.

「CP r,g」は、2サイクルかつ2バイト長の命令であり、rレジスタの値とgレジスタの値を比較する。 "CP r, g" is a two-cycle, two-byte instruction that compares the value of the r register with the value of the g register.

「CP p,n」は、2サイクルかつ2バイト長の命令であり、pレジスタの値と直値n(1バイト)を比較する。「CP q,n」は、3サイクルかつ3バイト長の命令であり、qレジスタの値と直値nを比較する。「CP p,n」と「CP q,n」は、比較先のレジスタの違いによって、サイクル数と語長が異なる。両命令の使用によって比較先のレジスタは増えるが、「CP p,n」を「CP q,n」よりもプログラムで多く使用すれば、プログラムの容量を削減できるし、プログラムの実行速度も速くなる。 "CP p,n" is a two-cycle, two-byte instruction that compares the value of the p register with the immediate value n (1 byte). "CP q,n" is a three-cycle, three-byte instruction that compares the value of the q register with the immediate value n. "CP p,n" and "CP q,n" have different cycles and word lengths due to the difference in the registers they compare to. Using both instructions increases the number of registers to compare to, but if more "CP p,n" are used in a program than "CP q,n", the program size can be reduced and the program's execution speed will be faster.

「CP r,(vw)」は、5サイクルかつ4バイト長の命令であり、rレジスタの値と、直値vwで指定された直接アドレスの領域に記憶(格納)された値を比較する。 "CP r, (vw)" is a 5-cycle, 4-byte instruction that compares the value of the r register with the value stored in the direct address area specified by the direct value vw.

「CP r,(jj)」は、3サイクルかつ2バイト長の命令であり、rレジスタの値と、jjレジスタで指定されたアドレスの領域に記憶された値を比較する命令である。 "CP r,(jj)" is a 3-cycle, 2-byte instruction that compares the value of the r register with the value stored in the address area specified by the jj register.

「CP r,(jj+)」は、rレジスタの値と、jjレジスタで指定されたアドレスの領域に記憶された値を比較し、比較後にjjレジスタに格納されたアドレスを1だけ増加する命令である。1バイトの値同士が比較されるため、アドレスを1だけ増加する。この命令は、4サイクルかつ2バイト長である。 "CP r, (jj+)" is an instruction that compares the value of the r register with the value stored in the address area specified by the jj register, and after the comparison, increments the address stored in the jj register by 1. Since one-byte values are being compared, the address is incremented by 1. This instruction is 4 cycles and 2 bytes long.

「CP r,(jj+d)」は、rレジスタの値と、前述の加算アドレス「jj+d」の領域に記憶された値を比較する命令である。この命令は、基本的に4サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがIYレジスタであり、rレジスタがWレジスタまたはAレジスタである場合に、4サイクルかつ2バイト長になる。 "CP r, (jj+d)" is an instruction that compares the value of the r register with the value stored in the area of the aforementioned added address "jj+d". This instruction is basically 4 cycles and 3 bytes long. However, as an exception, when the jj register is the IY register and the r register is the W or A register, it becomes 4 cycles and 2 bytes long.

「CP r,(jj+p)」は、rレジスタの値と、前述の加算アドレス「jj+p」の領域に記憶された値を比較する命令である。この命令は、4サイクルかつ2バイト長である。 "CP r, (jj+p)" is an instruction that compares the value of the r register with the value stored in the area of the aforementioned added address "jj+p". This instruction is 4 cycles and 2 bytes long.

「CP (vw),n」は、6サイクルかつ5バイト長の命令であり、直値vwで指定された直接アドレスの領域に記憶された値と、直値nを比較する。 "CP (vw), n" is a 6-cycle, 5-byte instruction that compares the value stored in the area of the direct address specified by the direct value vw with the direct value n.

「CP (jj),n」は、jjレジスタで指定されたアドレスの領域に記憶された値と、直値nを比較する命令である。この命令は、基本的に4サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがHLレジスタである場合に、3サイクルかつ2バイト長になる。 "CP (jj), n" is an instruction that compares the value stored in the address area specified by the jj register with the immediate value n. This instruction is basically four cycles and three bytes long. However, as an exception, when the jj register is the HL register, it becomes three cycles and two bytes long.

「CP (jj+),n」は、jjレジスタで指定されたアドレスの領域に記憶された値と、直値nを比較し、比較後にjjレジスタに格納されたアドレスを1だけ増加する命令である。1バイトの値同士が比較されるため、アドレスを1だけ増加して次のアドレスに更新する。この命令は、5サイクルかつ3バイト長である。 "CP (jj+), n" is an instruction that compares the value stored in the address area specified by the jj register with the immediate value n, and after the comparison, increments the address stored in the jj register by 1. Since one-byte values are being compared, the address is incremented by 1 and updated to the next address. This instruction takes 5 cycles and is 3 bytes long.

「CP (jj+d),n」は、加算アドレス「jj+d」の領域に記憶された値と、直値nを比較する命令である。この命令は、基本的に5サイクルかつ4バイト長である。しかし、例外的に、jjレジスタがIYレジスタである場合に、4サイクルかつ3バイト長になる。 "CP (jj+d), n" is an instruction that compares the value stored in the area of the added address "jj+d" with the immediate value n. This instruction is basically 5 cycles and 4 bytes long. However, as an exception, when the jj register is the IY register, it becomes 4 cycles and 3 bytes long.

「CP (jj+p),n」は、加算アドレス「jj+p」の領域に記憶された値と、直値nを比較する命令である。この命令は、5サイクルかつ3バイト長である。 "CP (jj+p), n" is an instruction that compares the value stored in the area of the added address "jj+p" with the immediate value n. This instruction is 5 cycles and 3 bytes long.

「CP (vw),r」は、6サイクルかつ5バイト長の命令であり、直値vwで指定された直接アドレスの領域に記憶された値と、rレジスタの値を比較する。 "CP (vw), r" is a 6-cycle, 5-byte instruction that compares the value stored in the direct address area specified by the direct value vw with the value of the r register.

「CP (jj),r」は、jjレジスタで指定されたアドレスの領域に記憶された値と、rレジスタの値を比較する命令である。この命令は、基本的に4サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがDEレジスタであり且つrレジスタがWレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、Hレジスタ、またはLレジスタである場合や、jjレジスタがHLレジスタであり且つrレジスタがWレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、Dレジスタ、またはEレジスタである場合、4サイクルかつ2バイト長になる。 "CP (jj), r" is an instruction that compares the value stored in the address area specified by the jj register with the value of the r register. This instruction is basically 4 cycles and 3 bytes long. However, exceptionally, if the jj register is the DE register and the r register is the W register, A register, B register, C register, H register, or L register, or if the jj register is the HL register and the r register is the W register, A register, B register, C register, D register, or E register, it will be 4 cycles and 2 bytes long.

「CP (jj+),r」は、jjレジスタで指定されたアドレスの領域に記憶された値と、rレジスタに格納された値を比較し、比較後にjjレジスタに格納されたアドレスを1だけ増加する命令である。1バイトの値同士が比較されるため、アドレスを1だけ増加する。この命令は、基本的に5サイクルかつ3バイト長である。しかし、例外的に、jjレジスタがDEレジスタであり且つrレジスタがWレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、Hレジスタ、またはLレジスタである場合や、jjレジスタがHLレジスタであり且つrレジスタがWレジスタ、Aレジスタ、Bレジスタ、Cレジスタ、Dレジスタ、またはEレジスタである場合、4サイクルかつ2バイト長になる。 "CP (jj+), r" is an instruction that compares the value stored in the address area specified by the jj register with the value stored in the r register, and after the comparison, increments the address stored in the jj register by 1. Since one-byte values are being compared, the address is incremented by 1. This instruction basically takes 5 cycles and is 3 bytes long. However, exceptionally, if the jj register is the DE register and the r register is the W, A, B, C, H, or L register, or if the jj register is the HL register and the r register is the W, A, B, C, D, or E register, it takes 4 cycles and is 2 bytes long.

「CP (jj+d),r」は、5サイクルかつ4バイト長の命令であり、加算アドレス「jj+d」の領域に記憶された値と、rレジスタに格納された値を比較する。 "CP (jj+d),r" is a 5-cycle, 4-byte instruction that compares the value stored in the area of the added address "jj+d" with the value stored in the r register.

「CP (jj+p),r」は、5サイクルかつ3バイト長の命令であり、加算アドレス「jj+p」の領域に記憶された値と、rレジスタに格納された値を比較する命令である。 "CP (jj+p),r" is a 5-cycle, 3-byte instruction that compares the value stored in the area of the added address "jj+p" with the value stored in the r register.

〔例2-2〕
図114の例2-2は、比較命令のうち2バイトのデータ(値)を比較するCP命令を例示する命令表である。ここで、2バイトのデータを扱う比較命令であるため、( )内で指定されたアドレスは、2バイトの領域の先頭アドレスを示す。なお、2バイトのデータを比較する比較命令の実行によって、ハーフキャリーフラグ(HF)の値は、不定値「U」となる。
[Example 2-2]
Example 2-2 in Fig. 114 is an instruction table illustrating a CP instruction that compares two bytes of data (values). Since this is a comparison instruction that handles two bytes of data, the address specified in ( ) indicates the top address of the two-byte area. Note that the execution of a comparison instruction that compares two bytes of data causes the value of the half carry flag (HF) to become the undefined value "U".

「CP rr,gg」は、2サイクルかつ2バイト長の命令であり、rrレジスタに格納された値とggレジスタの値を比較する。 "CP rr,gg" is a two-cycle, two-byte instruction that compares the value stored in the rr register with the value in the gg register.

「CP rr,mn」は、4サイクルかつ4バイト長の命令であり、rrレジスタに格納された値と直値mn(2バイト)を比較する。 "CP rr, mn" is a 4-cycle, 4-byte instruction that compares the value stored in the rr register with the immediate value mn (2 bytes).

「CP rr,(vw)」は、6サイクルかつ4バイト長の命令であり、rrレジスタに格納された値と、直値vwで指定された直接アドレスの領域に記憶された値を比較する。ここで、直値vwは、2バイトの比較される値が格納された2バイトの領域の先頭アドレスである。 "CP rr,(vw)" is a 6-cycle, 4-byte instruction that compares the value stored in the rr register with the value stored in the area of the direct address specified by the direct value vw. Here, the direct value vw is the top address of the 2-byte area in which the 2-byte value to be compared is stored.

「CP rr,(jj)」は、4サイクルかつ2バイト長の命令であり、rrレジスタに格納された値と、jjレジスタで指定されたアドレスの領域に記憶された値を比較する。 "CP rr,(jj)" is a 4-cycle, 2-byte instruction that compares the value stored in the rr register with the value stored in the address area specified by the jj register.

「CP rr,(jj+)」は、5サイクルかつ2バイト長の命令であり、rrレジスタに格納された値と、jjレジスタで指定されたアドレスの領域に記憶された値を比較し、比較後にjjレジスタに格納されたアドレスを2だけ増加する。2バイトの値同士が比較されるため、アドレスを2だけ増加する。 "CP rr, (jj+)" is a 5-cycle, 2-byte instruction that compares the value stored in the rr register with the value stored in the address area specified by the jj register, and after the comparison, increments the address stored in the jj register by 2. Since two-byte values are being compared, the address is incremented by 2.

「CP rr,(jj+d)」は、rrレジスタに格納された値と、加算アドレス「jj+d」の領域に記憶された値を比較する命令である。この命令は、基本的に5サイクルかつ3バイト長である。 "CP rr, (jj+d)" is an instruction that compares the value stored in the rr register with the value stored in the area of the added address "jj+d". This instruction is basically 5 cycles and 3 bytes long.

「CP rr,(jj+p)」は、5サイクルかつ2バイト長の命令であり、rrレジスタに格納された値と、加算アドレス「jj+p」の領域に記憶された値を比較する。 "CP rr, (jj+p)" is a 5-cycle, 2-byte instruction that compares the value stored in the rr register with the value stored in the area of the added address "jj+p".

「CP (jj),rr」は、jjレジスタで指定されたアドレスの領域に記憶された値と、rrレジスタの値を比較する命令である。この命令は、基本的に5サイクルかつ2バイト長である。 "CP (jj), rr" is an instruction that compares the value stored in the address area specified by the jj register with the value in the rr register. This instruction is basically 5 cycles and 2 bytes long.

「CP (jj+),rr」は、jjレジスタで指定されたアドレスの領域に記憶された値と、rrレジスタに格納された値を比較し、比較後にjjレジスタに格納されたアドレスを2だけ増加する命令である。2バイトの値同士が比較されるため、アドレスを2だけ増加する。この命令は、5サイクルかつ2バイト長である。 "CP (jj+), rr" is an instruction that compares the value stored in the address area specified by the jj register with the value stored in the rr register, and after the comparison, increments the address stored in the jj register by 2. Since two-byte values are being compared, the address is incremented by 2. This instruction takes 5 cycles and is 2 bytes long.

〔例2-3〕
図115の例2-3は、比較命令のうちCPJ命令を例示する命令表である。CPJ命令は、アセンブリ言語で「CPJ 第1オペランド,第2オペランド」と記載され、第1オペランドに対応するデータ(値)から第2オペランドに対応するデータ(値)を減算して、2つのデータ(値)を比較する。なお、CPJはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。
[Example 2-3]
Example 2-3 in Fig. 115 is an instruction table illustrating the CPJ instruction among the comparison instructions. The CPJ instruction is written in assembly language as "CPJ first operand, second operand", and subtracts the data (value) corresponding to the second operand from the data (value) corresponding to the first operand to compare the two data (values). Note that CPJ is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand.

なお、CPJ命令とCP命令は、第1オペランドと第2オペランドが同じであれば、比較自体の機能や比較自体の動作そのものは同じであるため、具体的な説明を省略する。例えば、「CPJ r,g」は、「CP r,g」と同じく、rレジスタの値とgレジスタの値を比較する命令である。また、「CPJ p,n」は、「CP p,n」と同じく、pレジスタの値と直値nを比較する命令である。また、「CPJ q,n」は、「CP q,n」と同じく、qレジスタの値と直値nを比較する命令である。また、「CPJ r,(vw)」は、「CP r,(vw)」と同じく、rレジスタの値と、直値vwで指定された直接アドレスの領域に記憶された値を比較する命令である。 Note that the CPJ instruction and the CP instruction have the same function and operation of comparison as long as the first and second operands are the same, so a detailed explanation will be omitted. For example, "CPJ r, g" is an instruction that compares the value of the r register with the value of the g register, just like "CP r, g". Similarly, "CPJ p, n" is an instruction that compares the value of the p register with the immediate value n, just like "CP p, n". Similarly, "CPJ q, n" is an instruction that compares the value of the q register with the immediate value n, just like "CP q, n". Similarly, "CPJ r, (vw)" is an instruction that compares the value of the r register with the value stored in the area of the direct address specified by the immediate value vw, just like "CP r, (vw)".

同様に、比較自体の機能や比較自体の動作そのものに関して、「CPJ r,(jj)」と「CP r,(jj)」、「CPJ r,(jj+)」と「CP r,(jj+)」、「CPJ r,(jj+d)」と「CP r,(jj+d)」、「CPJ r,(jj+p)」と「CP r,(jj+p)」、「CPJ (vw),n」と「CP (vw),n」、「CPJ (jj),n」と「CP (jj),n」、「CPJ (jj+),n」と「CP (jj+),n」、「CPJ (jj+d),n」と「CP (jj+d),n」、「CPJ (jj+p),n」と「CP (jj+p),n」、「CPJ rr,gg」と「CP rr,gg」、「CPJ rr,mn」と「CP rr,mn」は、同じである。 Similarly, with regard to the function of comparison itself or the operation of comparison itself, the following are not interchangeable: "CPJ r,(jj)" and "CP r,(jj)", "CPJ r,(jj+)" and "CP r,(jj+)", "CPJ r,(jj+d)" and "CP r,(jj+d)", "CPJ r,(jj+p)" and "CP r,(jj+p)", "CPJ (vw),n" and "CP (vw),n", "CPJ (jj),n" and "CP (jj),n", "CPJ (jj+),n" and "CP (jj+),n", "CPJ (jj+d),n" and "CP (jj+d),n", "CPJ (jj+p),n" and "CP (jj+p),n", "CPJ "CP rr,gg" and "CP rr,gg", and "CPJ rr,mn" and "CP rr,mn" are the same.

ただし、CP命令の実行によって、ジャンプステータスフラグ(JF)は、キャリーフラグ(CF)と同じ値Cが設定されて変化態様が同じであるのに対して、CPJ命令の実行によって、ジャンプステータスフラグ(JF)は、ゼロフラグ(ZF)と同じ値Zが設定されて変化態様が同じである。なお、CPJ命令での比較結果が一致する場合(減算結果がゼロの場合)に、ゼロフラグ(ZF)の値Zはセットされ「1」になり、一致しない場合(減算結果がゼロでない場合)に、ゼロフラグ(ZF)の値Zはセットされず「0」になる。従って、CPJ命令は、分岐命令(ジャンプ命令)が実行される直前に、値の一致を判定する場合に使用されることが多い。 However, while the execution of the CP instruction sets the jump status flag (JF) to the same value C as the carry flag (CF) and changes in the same way, the execution of the CPJ instruction sets the jump status flag (JF) to the same value Z as the zero flag (ZF) and changes in the same way. Note that if the comparison results in a match with the CPJ instruction (if the subtraction result is zero), the value Z of the zero flag (ZF) is set to "1", and if there is no match (if the subtraction result is not zero), the value Z of the zero flag (ZF) is not set to "0". Therefore, the CPJ instruction is often used to check whether the values match immediately before a branch instruction (jump instruction) is executed.

このように、CPJ命令とCP命令の2種類の比較命令では、比較結果(減算結果)が同じでも、ジャンプステータスフラグ(JF)のフラグ変化の態様が異なる。そして、ゼロフラグを重視するCPJ命令とキャリーフラグを重視するCP命令の2種類の比較命令を設けて、比較命令に続く分岐命令(ジャンプ命令)の種類などに応じて使い分けることによって、プログラムの開発が容易になる。 In this way, even if the comparison result (subtraction result) is the same, the two types of comparison instructions, the CPJ instruction and the CP instruction, change the jump status flag (JF) in different ways. By providing two types of comparison instructions, the CPJ instruction, which prioritizes the zero flag, and the CP instruction, which prioritizes the carry flag, and using them depending on the type of branch instruction (jump instruction) that follows the comparison instruction, program development becomes easier.

また、CPJ命令とCP命令は、第1オペランドと第2オペランドが同じであれば、基本的に、同じサイクル数と同じ語長を有する。例えば、「CPJ (vw),n」と「CP (vw),n」は、共に、直値vwで指定された直接アドレスの領域に記憶された値と、直値nを比較する命令であるが、両方とも6サイクルかつ5バイト長である。また、例えば、「CPJ r,(jj+p)」と「CP r,(jj+p)」は、共に、rレジスタの値と、加算アドレス「jj+p」の領域に記憶された値を比較する命令であるが、両方とも4サイクルかつ2バイト長である。 Also, if the first and second operands are the same, the CPJ instruction and the CP instruction basically have the same number of cycles and the same word length. For example, both "CPJ (vw), n" and "CP (vw), n" are instructions that compare the value stored in the area of the direct address specified by the direct value vw with the direct value n, but both take 6 cycles and are 5 bytes long. Also, for example, both "CPJ r, (jj+p)" and "CP r, (jj+p)" are instructions that compare the value of the r register with the value stored in the area of the added address "jj+p", but both take 4 cycles and are 2 bytes long.

ただし、例外的に、「CPJ r,(jj+d)」は、「CP r,(jj+d)」と異なり、jjレジスタの種類によらず、4サイクルかつ3バイト長になる。 However, as an exception, "CPJ r, (jj+d)" is different from "CP r, (jj+d)" in that it takes 4 cycles and is 3 bytes long, regardless of the type of jj register.

〔例2-4〕
図116の例2-4は、比較命令のうち2バイトのデータ(値)を比較するCPW命令を例示する命令表である。CPW命令は、アセンブリ言語で「CPW 第1オペランド,第2オペランド」と記載され、第1オペランドに対応するデータ(値)から第2オペランドに対応するデータ(値)を減算して、2バイトのデータ(値)同士を比較する。なお、CPWはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。ここで、( )内で指定されたアドレスは、2バイトの領域の先頭アドレスを示す。
[Example 2-4]
Example 2-4 in FIG. 116 is an instruction table illustrating a CPW instruction, which is a comparison instruction that compares two bytes of data (values). The CPW instruction is written in assembly language as "CPW first operand, second operand", and subtracts the data (value) corresponding to the second operand from the data (value) corresponding to the first operand to compare the two bytes of data (values). Note that CPW is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand. Here, the address specified in ( ) indicates the start address of the two-byte area.

CPW命令の実行によって、ジャンプステータスフラグ(JF)には、キャリーフラグ(CF)と同じ値Cが設定される。CP命令での減算結果がゼロ未満(負)の場合に、キャリーフラグ(CF)の値Cは「1」になり、ゼロ以上(0又は正)の場合に、キャリーフラグ(CF)の値Cは「0」になる。従って、CPW命令は、分岐命令(ジャンプ命令)が実行される直前に、値の大小を判定する場合に使用されることが多い。 Execution of the CPW instruction sets the jump status flag (JF) to the same value C as the carry flag (CF). If the result of the subtraction by the CP instruction is less than zero (negative), the value C of the carry flag (CF) becomes "1", and if it is zero or greater (0 or positive), the value C of the carry flag (CF) becomes "0". Therefore, the CPW instruction is often used to determine which value is larger immediately before a branch instruction (jump instruction) is executed.

なお、CPW命令とLDW命令は、第1オペランドと第2オペランドが同じであれば、基本的に語長が同じになる。これによって、プログラムが設計し易くなる可能性がある。 Note that the word length of the CPW and LDW instructions is essentially the same if the first and second operands are the same. This may make program design easier.

「CPW (vw),mn」は、8サイクルかつ6バイト長の命令であり、直値vwで指定された直接アドレスの領域に記憶された値と、直値mn(2バイト)を比較する。 "CPW (vw), mn" is an 8-cycle, 6-byte instruction that compares the value stored in the direct address area specified by the direct value vw with the direct value mn (2 bytes).

「CPW (jj),mn」は、6サイクルかつ4バイト長の命令であり、jjレジスタで指定されたアドレスの領域に記憶された値と、直値mnを比較する。 "CPW (jj), mn" is a 6-cycle, 4-byte instruction that compares the value stored in the address area specified by the jj register with the immediate value mn.

「CPW (jj+),mn」は、7サイクルかつ4バイト長の命令であり、jjレジスタで指定されたアドレスの領域に記憶された値と直値mnを比較し、比較後にjjレジスタに格納されたアドレスを2だけ増加する。 "CPW (jj+), mn" is a 7-cycle, 4-byte instruction that compares the value stored in the address area specified by the jj register with the immediate value mn, and increments the address stored in the jj register by 2 after the comparison.

「CPW (jj+d),mn」は、加算アドレス「jj+d」の領域に記憶された値と直値mnを比較する命令である。この命令は、7サイクルかつ5バイト長である。 "CPW (jj+d), mn" is an instruction that compares the value stored in the area of the added address "jj+d" with the immediate value mn. This instruction is 7 cycles and 5 bytes long.

「CPW (jj+p),mn」は、7サイクルかつ4バイト長の命令であり、加算アドレス「jj+p」の領域に記憶された値と直値mnを比較する命令である。 "CPW (jj+p), mn" is a 7-cycle, 4-byte instruction that compares the value stored in the area of the added address "jj+p" with the immediate value mn.

以上、比較命令について説明したが、異なる2バイト幅のレジスタ(異なる第2レジスタ)の値同士を比較する命令「CP rr,gg」と、2バイト幅のレジスタの値と直値を比較する命令「CP rr,mn」を、第1比較命令と呼ぶことがある。第1比較命令は、ジャンプステータスフラグ(JF)とキャリーフラグ(CF)を同値に変化させる。 The compare instructions have been explained above, but the instruction "CP rr,gg" which compares the values of different 2-byte registers (different second registers) and the instruction "CP rr,mn" which compares the value of a 2-byte register with a direct value are sometimes called first compare instructions. The first compare instruction changes the jump status flag (JF) and carry flag (CF) to the same value.

レジスタの値と直値(1バイト)を比較して、ジャンプステータスフラグ(JF)とゼロフラグ(ZF)を同値に変化させる命令「CPJ p,n」「CPJ q,n」を、第2比較命令と呼ぶことがある。 The instructions "CPJ p,n" and "CPJ q,n" that compare a register value with a direct value (1 byte) and change the jump status flag (JF) and zero flag (ZF) to the same value are sometimes called second comparison instructions.

レジスタの値と直値(1バイト)を比較して、ジャンプステータスフラグ(JF)とキャリーフラグ(CF)を同値に変化させる「CP p,n」「CP q,n」を、第3比較命令と呼ぶことがある。 "CP p,n" and "CP q,n" are sometimes called the third comparison instructions, as they compare a register value with a direct value (1 byte) and change the jump status flag (JF) and carry flag (CF) to the same value.

レジスタの値とメモリの領域に記憶された値(1バイト又は2バイト)を比較して、ジャンプステータスフラグ(JF)とキャリーフラグ(CF)を同値に変化させる「CP r,(vw)」「CP r,(jj+d)」「CP rr,(vw)」「CP rr,(jj+d)」を、第4比較命令と呼ぶことがある。 The instructions "CP r, (vw)", "CP r, (jj+d)", "CP rr, (vw)", and "CP rr, (jj+d)" which compare a register value with a value (1 or 2 bytes) stored in a memory area and change the jump status flag (JF) and carry flag (CF) to the same value are sometimes called the fourth comparison instructions.

〔分岐命令(例3)〕
分岐命令(ジャンプ命令)は、実行される命令(処理)のアドレスを、分岐命令のアドレス(分岐元)から分岐先の所定のアドレス(ROM内)に分岐(ジャンプ、移動)させる命令である。本実施形態において、分岐命令は、その次に実行される命令のアドレスを、無条件でオペランドに対応する分岐先のアドレス(ROM内)にジャンプさせるか、又は、第1オペランドに対応する条件が成立すると、第2オペランドに対応する分岐先のアドレス(ROM内)にジャンプさせる。なお、第1オペランドに対応する条件が成立しないと、分岐命令の次の命令にそのまま進む(分岐しない)。
[Branch instruction (example 3)]
A branch instruction (jump instruction) is an instruction that branches (jumps, moves) the address of the instruction (process) to be executed from the address of the branch instruction (branch source) to a predetermined address (in ROM) of the branch destination. In this embodiment, the branch instruction unconditionally jumps the address of the instruction to be executed next to the branch destination address (in ROM) corresponding to the operand, or jumps to the branch destination address (in ROM) corresponding to the second operand when the condition corresponding to the first operand is satisfied. Note that if the condition corresponding to the first operand is not satisfied, the program proceeds directly to the instruction following the branch instruction (no branch).

分岐命令は、フラグレジスタ1200の2ビット目から7ビット目の6つのフラグ(RBSとIMF以外のフラグ)のうち、ジャンプステータスフラグ(JF)を「1」に設定するが、ゼロフラグ(ZF)、キャリーフラグ(CF)、ハーフキャリーフラグ(HF)、サインフラグ(SF)、オーバーフローフラグ(VF)を変化させずそのまま維持する。 A branch instruction sets the jump status flag (JF) to "1" out of the six flags (flags other than RBS and IMF) in the second through seventh bits of the flag register 1200, but leaves the zero flag (ZF), carry flag (CF), half carry flag (HF), sign flag (SF), and overflow flag (VF) unchanged.

〔例3-1〕
図117の例3-1は、分岐命令のうち、分岐元の分岐命令のアドレスから分岐先の近いアドレスに処理がジャンプするJRR命令を例示する命令表である。JRR命令では、後述のJR命令よりもアドレス空間において近距離のアドレス(番地)にジャンプする。ここで、JRR命令は、アセンブリ言語で「JRR 第1オペランド,第2オペランド」と記載され、第1オペランドに対応する条件が成立すると、第2オペランドに対応するアドレスに処理(次に実行される命令)がジャンプ(条件分岐)する。また、第1オペランドに対応する条件が成立しないと、分岐命令の次の命令にそのまま進む(分岐しない)。なお、JRRはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。なお、JRR命令の分岐の条件は、ジャンプステータスフラグ(JF)の状態(T又はF)に関する条件だけを含み、他のゼロフラグ(ZF)、キャリーフラグ(CF)、ハーフキャリーフラグ(HF)、サインフラグ(SF)、オーバーフローフラグ(VF)の状態に関する条件を含まない。
[Example 3-1]
Example 3-1 in FIG. 117 is an instruction table illustrating a JRR instruction, which among branch instructions, jumps processing from the address of the branch instruction at the branch source to an address close to the branch destination. The JRR instruction jumps to an address (address) closer in the address space than the JR instruction described below. Here, the JRR instruction is written in assembly language as "JRR first operand, second operand", and if the condition corresponding to the first operand is satisfied, processing (the instruction to be executed next) jumps (conditional branch) to the address corresponding to the second operand. Also, if the condition corresponding to the first operand is not satisfied, the instruction proceeds directly to the next instruction after the branch instruction (no branch). Note that JRR is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand. Note that the branch conditions of the JRR instruction include only conditions related to the state (T or F) of the jump status flag (JF), and do not include conditions related to the states of the other flags: zero flag (ZF), carry flag (CF), half carry flag (HF), sign flag (SF), and overflow flag (VF).

「JRR T,$+1+k」は、4サイクルかつ1バイト長の命令であり、ジャンプステータスフラグ(JF)が「1」の場合(JF=1(真、T)の場合)に、ジャンプ先のアドレス「PC+1+k」に処理がジャンプする。「PC+1+k」は、プログラムカウンタであるPCレジスタの現在値$に1+kを加算したものである。ここで、JRR命令のkの範囲は、-12~-2または+1~+15の狭い範囲(絶対値の小さめの値の範囲)であり、後述のJR命令のkの範囲(-128~+127)よりも狭い。従って、このJRR命令の語長は、1バイト長で短くなる。なお、語長が1バイト長であるため、ジャンプ先のアドレス「PC+1+k」においてkに加えて1が加算されている。 "JRR T, $+1+k" is a 4-cycle, 1-byte instruction, and when the jump status flag (JF) is "1" (JF=1 (true, T)), processing jumps to the jump destination address "PC+1+k". "PC+1+k" is the current value $ of the PC register, which is the program counter, plus 1+k. Here, the range of k in the JRR instruction is a narrow range of -12 to -2 or +1 to +15 (a range of smaller absolute values), which is narrower than the range of k in the JR instruction (-128 to +127) described below. Therefore, the word length of this JRR instruction is 1 byte long. Note that because the word length is 1 byte long, 1 is added to k in the jump destination address "PC+1+k".

「JRR F,$+1+k」は、「JRR T,$+1+k」と同様の命令であるが、ジャンプステータスフラグ(JF)が「0」の場合(JF=0(偽、F)の場合)に、ジャンプ先のアドレス「PC+1+k」に処理がジャンプする。同様に、kは、-12~-2または+1~+15の狭い範囲である。 "JRR F, $+1+k" is the same instruction as "JRR T, $+1+k", but if the jump status flag (JF) is "0" (JF=0 (false, F)), processing jumps to the jump destination address "PC+1+k". Similarly, k is in a narrow range of -12 to -2 or +1 to +15.

以上のように、kの範囲は-12~-2または+1~+15であるため、JRR命令では、ジャンプ先のアドレスは、JRR命令のアドレスから-11バイトから+16バイトの範囲で離れたアドレスになる。この範囲から外れたアドレスには、後述のJR命令を用いてジャンプする。 As mentioned above, the range of k is -12 to -2 or +1 to +15, so with the JRR instruction, the jump destination address will be an address that is within the range of -11 bytes to +16 bytes from the address of the JRR instruction. To jump to an address outside this range, use the JR instruction, which will be described later.

〔例3-2〕
図117の例3-2は、分岐命令のうち、分岐元の分岐命令のアドレスから分岐先の遠いアドレスに処理がジャンプ可能なJR命令を例示する命令表である。JR命令では、前述のJRR命令よりもアドレス空間において遠距離のアドレス(番地)にジャンプできる。ここで、JR命令は、アセンブリ言語で「JR オペランド」と記載される場合に、無条件でオペランドに対応するアドレスに処理(次に実行される命令)がジャンプ(無条件分岐)し、「JR 第1オペランド,第2オペランド」と記載される場合に、第1オペランドに対応する条件が成立すると、第2オペランドに対応するアドレスに処理がジャンプ(条件分岐)する。また、第1オペランドに対応する条件が成立しないと、分岐命令の次の命令にそのまま進む(分岐しない)。なお、JRはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。JR命令の分岐の条件は、ジャンプステータスフラグ(JF)の状態(T又はF)に関する条件を含まない。
[Example 3-2]
Example 3-2 in FIG. 117 is an instruction table illustrating a JR instruction, which is one of the branch instructions and allows a process to jump from the address of the branch instruction at the branch source to a distant address at the branch destination. The JR instruction allows a process to jump to an address (address) farther away in the address space than the JRR instruction described above. Here, when the JR instruction is described as "JR operand" in assembly language, the process (the instruction to be executed next) jumps unconditionally to the address corresponding to the operand (unconditional branch), and when the JR instruction is described as "JR first operand, second operand", if the condition corresponding to the first operand is satisfied, the process jumps to the address corresponding to the second operand (conditional branch). Also, if the condition corresponding to the first operand is not satisfied, the process proceeds directly to the next instruction after the branch instruction (no branch). JR is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand. The branch condition of the JR instruction does not include a condition regarding the state (T or F) of the jump status flag (JF).

「JR $+2+k」は、3サイクルかつ2バイト長の命令であり、無条件で、ジャンプ先のアドレス「PC+2+k」に処理がジャンプする。「PC+2+k」は、プログラムカウンタであるPCレジスタの現在値$に2+kを加算したものである。ここで、JR命令のkの範囲は、-128~+127の広い範囲(絶対値の大きめの値の範囲)であり、JRR命令のkの範囲(-12~-2または+1~+15)よりも広い。従って、このJR命令は、JRR命令よりも遠いアドレスにジャンプ可能であり、また、このJR命令の語長は、JRR命令よりも長い2バイト長になる。なお、2バイト長であるため、kに加えて2が加算されている。 "JR $+2+k" is a three-cycle, two-byte instruction that unconditionally jumps to the destination address "PC+2+k". "PC+2+k" is the current value $ of the PC register, which is the program counter, plus 2+k. The range of k in the JR instruction is a wide range from -128 to +127 (a range of larger absolute values), which is wider than the range of k in the JRR instruction (-12 to -2 or +1 to +15). Therefore, the JR instruction can jump to addresses farther away than the JRR instruction, and the word length of the JR instruction is two bytes, which is longer than the JRR instruction. Since it is two bytes long, 2 is added to k.

「JR Z,$+2+k」「JR NZ,$+2+k」「JR C,$+2+k」「JR NC,$+2+k」は、3サイクルかつ2バイト長の命令であり、第1オペランドに対応する特定の条件(各々、ZF=1、ZF=0、CF=1、CF=0)が成立すると、「JR $+2+k」と同様に、ジャンプ先のアドレス「PC+2+k」に処理がジャンプする。 "JR Z, $+2+k", "JR NZ, $+2+k", "JR C, $+2+k", and "JR NC, $+2+k" are three-cycle, two-byte instructions, and when a specific condition corresponding to the first operand is met (ZF=1, ZF=0, CF=1, CF=0, respectively), processing jumps to the jump destination address "PC+2+k", just like "JR $+2+k".

「JR LE,$+3+k」「JR GT,$+3+k」「JR M,$+3+k」「JR P,$+3+k」「JR SLT,$+3+k」「JR SGE,$+3+k」「JR SLE,$+3+k」「JR SGT,$+3+k」「JR VS,$+3+k」「JR VC,$+3+k」は、4サイクルかつ3バイト長の命令であり、第1オペランドに対応する特定の条件(各々、CF=1またはZF=1、CF=0かつZF=0、SF=1、SF=0、SFとVFの排他的論理和が1、SFとVFの排他的論理和が0、SFとVFの排他的論理和が1またはZF=1、SFとVFの排他的論理和が0かつZF=0、VF=1、VF=0)が成立すると、ジャンプ先のアドレス「PC+3+k」に処理がジャンプする。「PC+3+k」は、プログラムカウンタであるPCレジスタの現在値$に3+kを加算したものである。ここで、kは、-128~+127の絶対値の大きめの値であるため、これらのJR命令は、JRR命令よりも遠いアドレスにジャンプ可能であり、また、これらのJR命令の語長は、JRR命令よりも長い3バイト長になる。なお、3バイト長であるため、kに加えて3が加算されている。 "JR LE, $+3+k" "JR GT, $+3+k" "JR M, $+3+k" "JR P, $+3+k" "JR SLT, $+3+k" "JR SGE, $+3+k" "JR SLE, $+3+k" JR SGT, $+3+k" "JR VS, $+3+k" "JR "VC,$+3+k" is a 4-cycle, 3-byte instruction, and is executed under specific conditions corresponding to the first operand (CF=1 or ZF=1, CF=0 and ZF=0, SF=1, SF=0, the exclusive OR of SF and VF is 1, the exclusive OR of SF and VF is 0, the exclusive OR of SF and VF is 1 or ZF=1, the exclusive OR of SF and VF is 0 and ZF=0, VF=1, VF=0) is true, the process jumps to the jump destination address "PC+3+k". "PC+3+k" is the current value $ of the PC register, which is the program counter, plus 3+k. This is what was done. Here, k is a large absolute value between −128 and +127, so these JR instructions can jump to a farther address than the JRR instruction. Also, the word length of these JR instructions is It is 3 bytes long, which is longer than the JRR instruction. Note that because it is 3 bytes long, 3 is added to k.

以上、分岐命令について説明したが、分岐命令のアドレスから遠いアドレスに処理をジャンプさせ得る2バイト長のJR命令を第1分岐命令と呼ぶことがある。分岐命令のアドレスから近いアドレスに処理をジャンプさせる1バイト長のJRR命令を第2分岐命令と呼ぶことがある。なお、分岐の条件は。第1分岐命令(JR命令)ではジャンプステータスフラグの状態(T又はF)に関する条件を含まないが、第2分岐命令(JRR命令)ではジャンプステータスフラグの状態に関する条件を含む。 The branch instructions have been explained above, but the 2-byte JR instruction that can jump processing to an address farther away from the address of the branch instruction is sometimes called the first branch instruction. The 1-byte JRR instruction that jumps processing to an address closer to the address of the branch instruction is sometimes called the second branch instruction. The branch conditions are as follows: The first branch instruction (JR instruction) does not include a condition related to the state of the jump status flag (T or F), but the second branch instruction (JRR instruction) includes a condition related to the state of the jump status flag.

〔呼出し命令(例4)〕
呼出し命令は、呼び出し元のプログラムから、呼び出し先の所定のアドレスのサブルーチンを呼び出す命令である。本実施形態において、呼出し命令は、オペランドに対応するアドレス(番地)のサブルーチンを呼び出すか、又は、第1オペランドに対応する条件が成立すると、第2オペランドに対応するアドレス(番地)のサブルーチンを呼び出す。
[Call command (example 4)]
A call instruction is an instruction to call a subroutine at a specific address of a call destination from a caller program. In this embodiment, a call instruction calls a subroutine at an address corresponding to an operand, or calls a subroutine at an address corresponding to a second operand when a condition corresponding to a first operand is satisfied.

呼出し命令は、フラグレジスタ1200の2ビット目から7ビット目の6つのフラグ(RBSとIMF以外のフラグ)を変化させずそのまま維持する。 The call instruction leaves the six flags in bits 2 to 7 of flag register 1200 (all flags other than RBS and IMF) unchanged.

〔例4-1〕
図118の例4-1は、呼出し命令のうち、任意のアドレス(ROM内アドレス)のサブルーチンを呼び出せるCALL命令を例示する命令表である。ここで、CALL命令は、アセンブリ言語で「CALL オペランド」と記載される場合に、無条件でオペランドに対応するアドレス(番地)のサブルーチンを呼び出し、「CALL 第1オペランド,第2オペランド」と記載される場合に、第1オペランドに対応する条件が成立すると、第2オペランドに対応するアドレス(番地)のサブルーチンを呼び出す。なお、CALLはオペコードで、オペランドにおけるカンマの前が第1オペランドで、カンマの後が第2オペランドである。
[Example 4-1]
Example 4-1 in FIG. 118 is an instruction table illustrating a CALL instruction that can call a subroutine at any address (address in ROM) among the call instructions. Here, when the CALL instruction is written as "CALL operand" in assembly language, it calls a subroutine at the address corresponding to the operand unconditionally, and when it is written as "CALL first operand, second operand", it calls a subroutine at the address corresponding to the second operand when the condition corresponding to the first operand is satisfied. Note that CALL is an opcode, and the part before the comma in the operand is the first operand, and the part after the comma is the second operand.

無条件でサブルーチンを呼び出せる「CALL mn」「CALL rr」「CALL (vw)」「CALL (jj)」「CALL (jj+)」「CALL (jj+d)」「CALL (jj+p)」は、各々、呼び出されるサブルーチンのアドレス(先頭アドレス、ROM内)の値が、直値mn、rrレジスタに格納された値、直値vwで指定された直接アドレスの領域に記憶された値、jjレジスタで指定されたアドレスの領域に記憶された値、jjレジスタで指定されたアドレスの領域に記憶された値、加算アドレス「jj+d」の領域に記憶された値、加算アドレス「jj+p」の領域に記憶された値となる命令である。これらのCALL命令は、上記の順に、7サイクルかつ4バイト長、6サイクルかつ2バイト長、9サイクルかつ4バイト長、7サイクルかつ2バイト長、8サイクルかつ2バイト長、8サイクルかつ3バイト長、8サイクルかつ2バイト長である。 "CALL mn", "CALL rr", "CALL (vw)", "CALL (jj)", "CALL (jj+)", "CALL (jj+d)", and "CALL (jj+p)" can be used to call a subroutine unconditionally, and they respectively set the value of the address (top address in ROM) of the called subroutine to the value stored in the direct value mn and rr registers, the value stored in the direct address area specified by the direct value vw, the value stored in the address area specified by the jj register, the value stored in the address area specified by the jj register, the value stored in the area of the addition address "jj+d", and the value stored in the area of the addition address "jj+p". These CALL instructions are, in order, 7 cycles and 4 bytes long, 6 cycles and 2 bytes long, 9 cycles and 4 bytes long, 7 cycles and 2 bytes long, 8 cycles and 2 bytes long, 8 cycles and 3 bytes long, and 8 cycles and 2 bytes long.

「CALL T,mn」「CALL F,mn」「CALL Z,mn」「CALL NZ,mn」「CALL C,mn」「CALL NC,mn」は、各々、JF=1の条件、JF=0の条件、ZF=1の条件、ZF=0の条件、CF=1の条件、CF=0の条件が成立した場合に、直値mnのアドレスのサブルーチンを呼び出す命令である。これらのCALL命令の語長は、いずれも4バイト長である。また、これらのCALL命令のサイクル数は、条件が成立した場合に7サイクルであり、条件が不成立の場合に5サイクルである。 "CALL T,mn", "CALL F,mn", "CALL Z,mn", "CALL NZ,mn", "CALL C,mn", and "CALL NC,mn" are instructions that call a subroutine at the address of the immediate value mn when the following conditions are met: JF=1, JF=0, ZF=1, ZF=0, CF=1, and CF=0. The word length of these CALL instructions is 4 bytes. The number of cycles for these CALL instructions is 7 cycles when the conditions are met, and 5 cycles when the conditions are not met.

〔例4-2〕
図118の例4-2は、呼出し命令のうち、任意のアドレスのサブルーチンを呼び出せないCALLT命令とCALLR命令を例示する命令表である。ここで、CALLT命令とCALLR命令は、各々、アセンブリ言語で「CALLT オペランド」と「CALLR オペランド」と記載され、無条件でオペランドに基づいて導出されるかオペランドに対応するアドレス(番地)のサブルーチンを呼び出す。なお、CALLTとCALLRはオペコードである。
[Example 4-2]
Example 4-2 in Fig. 118 is an instruction table illustrating CALLT and CALLR instructions that cannot call a subroutine at an arbitrary address among the call instructions. Here, the CALLT and CALLR instructions are written as "CALLT operand" and "CALLR operand" in assembly language, respectively, and unconditionally call a subroutine at an address (address) derived based on the operand or corresponding to the operand. CALLT and CALLR are opcodes.

「CALLT n」は、7サイクルかつ1バイト長の命令であり、無条件でベクタテーブルのn番目に登録(アドレスが登録)されたサブルーチンを呼び出す。ここで、直値nは、4ビットで0から15までの値を示す(n=0~15)。ベクタテーブルは、ROM111bのアドレス空間の最後尾にあるプログラム管理エリア内に配置される(図109参照)。ベクタテーブルにおいて、サブルーチンのアドレス(先頭アドレス)が順番に登録(定義)され記憶されている。ベクタテーブルを利用できるため、オペランドは直値mnではなく直値n(4ビット)となり、「CALLT n」の語長は1バイトと短くなる。しかし、ベクタテーブルにおいて登録できるアドレス(サブルーチンのアドレス)の数には上限(16個)がある。 "CALLT n" is a 7-cycle, 1-byte instruction that unconditionally calls the subroutine registered (address registered) at the nth position in the vector table. Here, the immediate value n is a 4-bit value ranging from 0 to 15 (n = 0 to 15). The vector table is placed in the program management area at the end of the address space of ROM 111b (see Figure 109). In the vector table, the addresses (top addresses) of subroutines are registered (defined) and stored in order. Since the vector table can be used, the operand is immediate value n (4 bits) instead of immediate value mn, and the word length of "CALLT n" is short at 1 byte. However, there is an upper limit (16) to the number of addresses (subroutine addresses) that can be registered in the vector table.

「CALLR mn」は、無条件で直値mnのアドレス(番地)のサブルーチンを呼び出す。この命令の呼び出せる呼び出し先のサブルーチンのアドレスには所定の範囲(例えば4000hから53FFh)に制限される。「CALLR mn」は、例えば直値mnの範囲が4000hから4BFFhの場合に、6サイクルかつ2バイト長であり、例えば直値mnの範囲が4C00hから53FFhの場合に、7サイクルかつ3バイト長である。このように、直値mnが大きい場合に、この命令のサイクル数と語長は大きくなる。なお、直値mnが大きい場合には、アドレスが大きい第2のROM領域(領域外プログラムの領域)にあるサブルーチンも呼び出せることもある。 "CALLR mn" unconditionally calls a subroutine at the address of the immediate value mn. The addresses of the subroutines that can be called with this instruction are limited to a certain range (for example, 4000h to 53FFh). "CALLR mn" takes 6 cycles and is 2 bytes long when the immediate value mn ranges from 4000h to 4BFFh, for example, and takes 7 cycles and is 3 bytes long when the immediate value mn ranges from 4C00h to 53FFh, for example. In this way, when the immediate value mn is large, the number of cycles and word length of this instruction become large. Note that when the immediate value mn is large, it may also be possible to call a subroutine in the second ROM area (outside area program area) with a larger address.

呼び出し先のアドレスに関係するオペランドが直値mn又は直値nである場合において、CALLT命令、CALLR命令、CALL命令は、この順に、1バイト長、2バイト長(又は3バイト長)、4バイト長となる。即ち、呼び出し先のアドレスに関係するオペランドが直値である場合において、呼び出すことが可能なアドレス(サブルーチンのアドレス)の数が小さいほど(数に制限があるほど)、呼出し命令の語長は短くなる(命令サイズは小さくなる)。なお、CALLT命令はベクタテーブルを利用し、CALLR命令は呼び出し可能なアドレスの範囲に制限があり、CALL命令は任意のアドレスを呼び出せるため、呼び出し可能なアドレスの数は、CALLT命令<CALLR命令<CALL命令の順番になる。 When the operand related to the callee's address is a direct value mn or direct value n, the CALLT instruction, CALLR instruction, and CALL instruction are 1 byte long, 2 bytes (or 3 bytes long), and 4 bytes long, respectively. In other words, when the operand related to the callee's address is a direct value, the smaller the number of addresses (subroutine addresses) that can be called (the more limited the number), the shorter the word length of the call instruction will be (the smaller the instruction size will be). Note that the CALLT instruction uses a vector table, the CALLR instruction has a limited range of addresses that can be called, and the CALL instruction can call any address, so the number of addresses that can be called is in the following order: CALLT instruction < CALLR instruction < CALL instruction.

以上、呼出し命令について説明したが、任意のアドレスのサブルーチンを呼び出せるが命令サイズの大きい特定のCALL命令(4バイト長の「CALL mn」「CALL T,mn」「CALL F,mn」「CALL Z,mn」「CALL NZ,mn」「CALL C,mn」「CALL NC,mn」)を第1呼出し命令と呼ぶことがある。第1呼出し命令では、呼び出し先のアドレスが直値mnで指定されている。なお、これらCALL命令の中で、無条件でサブルーチンを呼び出せる「CALL mn」だけを第1呼出し命令としてもよい。また、呼び出せるサブルーチン(呼び出し先)のアドレスに制限があるが、第1呼出し命令よりも語長が短い2バイト長又は3バイト長のCALLR命令を第2呼出し命令と呼ぶことがある。さらに、ベクタテーブルに登録(アドレスが登録)されたサブルーチンのみを呼び出すことができ、第2呼出し命令よりも語長が短い1バイト長のCALLT命令を第3呼出し命令と呼ぶことがある。 The above explains call instructions, but certain CALL instructions that can call a subroutine at any address but have a large instruction size (4-byte long "CALL mn", "CALL T,mn", "CALL F,mn", "CALL Z,mn", "CALL NZ,mn", "CALL C,mn", "CALL NC,mn") are sometimes called the first call instruction. In the first call instruction, the address of the call destination is specified by the immediate value mn. Of these CALL instructions, only "CALL mn", which can call a subroutine unconditionally, may be the first call instruction. Also, a 2-byte or 3-byte long CALLR instruction, which has a shorter word length than the first call instruction but has restrictions on the address of the subroutine (call destination) that can be called, is sometimes called the second call instruction. Furthermore, only subroutines registered (addresses registered) in the vector table can be called, and a 1-byte CALLT instruction, which has a shorter word length than the second call instruction, is sometimes called the third call instruction.

〔復帰命令(例5)〕
復帰命令(リターン命令)は、サブルーチンや割込み処理等からリターンする命令である。本実施形態において、復帰命令は、無条件でリターンするか、又は、オペランドに対応する条件が成立すると、リターンする。
[Return command (example 5)]
A return instruction is an instruction to return from a subroutine, an interrupt process, etc. In this embodiment, the return instruction returns unconditionally, or returns when a condition corresponding to an operand is met.

復帰命令は、フラグレジスタ1200の2ビット目から7ビット目の6つのフラグ(RBSとIMF以外のフラグ)を変化させずそのまま維持するか、指定した値に設定する。 The return command either leaves the six flags in bits 2 through 7 of flag register 1200 (flags other than RBS and IMF) unchanged or sets them to a specified value.

〔例5-1〕
図119の例5-1は、復帰命令のうち、フラグレジスタ1200のデータであるプログラムステータスワードPSWの復帰を伴わないRET命令を例示する命令表である。ここで、RET命令は、アセンブリ言語で「RET」と記載される場合に、無条件でサブルーチンからリターンし、「RET オペランド」と記載される場合に、オペランドに対応する条件が成立するとリターンする。なお、RETはオペコードである。なお、条件が不成立の場合、復帰命令の次の命令にそのまま進む(リターンしない)。
[Example 5-1]
Example 5-1 in Fig. 119 is an instruction table illustrating a RET instruction that does not restore the program status word PSW, which is data in the flag register 1200, among the return instructions. Here, when the RET instruction is written as "RET" in assembly language, it returns from a subroutine unconditionally, and when it is written as "RET operand", it returns when the condition corresponding to the operand is satisfied. RET is an opcode. When the condition is not satisfied, it proceeds directly to the instruction following the return instruction (does not return).

「RET」は、6サイクルかつ1バイト長の命令であり、無条件でサブルーチンからリターンする。 "RET" is a 6-cycle, 1-byte instruction that returns from a subroutine unconditionally.

「RET T」「RET F」「RET Z」「RET NZ」「RET C」「RET NC」は、オペランドに対応する特定の条件(各々、JF=1、JF=0、ZF=1、ZF=0、CF=1、CF=0)が成立すると、リターンする。これらのRET命令の語長は、上記の順に、2バイト長、2バイト長、1バイト長、1バイト長、1バイト長、1バイト長である。「RET T」「RET F」のサイクル数は、条件が成立した場合に7サイクルであり、条件が不成立の場合に4サイクルである。「RET Z」「RET NZ」「RET C」「RET NC」のサイクル数は、条件が成立した場合に6サイクルであり、条件が不成立の場合に3サイクルである。 "RET T", "RET F", "RET Z", "RET NZ", "RET C", and "RET NC" return when a specific condition corresponding to the operand (JF=1, JF=0, ZF=1, ZF=0, CF=1, CF=0, respectively) is met. The word lengths of these RET instructions are 2 bytes, 2 bytes, 1 byte, 1 byte, 1 byte, and 1 byte, in the order above. The number of cycles for "RET T" and "RET F" is 7 cycles when the condition is met, and 4 cycles when the condition is not met. The number of cycles for "RET Z", "RET NZ", "RET C", and "RET NC" is 6 cycles when the condition is met, and 3 cycles when the condition is not met.

〔例5-2〕
図119の例5-2は、復帰命令のうち、プログラムステータスワードPSWの復帰を伴うRETI命令とRETN命令を例示する命令表である。ここで、RETI命令とRETN命令は、アセンブリ言語で、オペランドなしで「RETI」「RETN」と記載され、無条件でリターンする。なお、RETIとRETNはオペコードである。
[Example 5-2]
Example 5-2 in Fig. 119 is an instruction table illustrating the RETI and RETN instructions that are associated with the restoration of the program status word PSW among the restoration instructions. The RETI and RETN instructions are written in assembly language as "RETI" and "RETN" without an operand, and perform an unconditional return. RETI and RETN are opcodes.

「RETI」「RETN」は、7サイクルかつ2バイト長の命令である。「RETI」は、PSWをスタックから復帰し、割込み処理またはCALLI命令のサブルーチンからリターンする命令である。ここで、CALLI命令(命令表には不記載)は、呼出し命令のうち、PSWをスタックに退避し割込み禁止(IMF=0)を設定してからサブルーチンを呼び出す命令である。「RETN」は、PSWをスタックから復帰し、NMI割込み処理からリターンする命令である。NMI割込み処理(ノンマスカブル割り込み処理)は、割込み禁止にできず強制的に実行される割込み処理である。 "RETI" and "RETN" are 7-cycle, 2-byte instructions. "RETI" is an instruction that restores the PSW from the stack and returns from interrupt processing or a subroutine of the CALLI instruction. Here, the CALLI instruction (not listed in the instruction table) is a call instruction that saves the PSW to the stack, disables interrupts (IMF = 0), and then calls a subroutine. "RETN" is an instruction that restores the PSW from the stack and returns from NMI interrupt processing. NMI interrupt processing (non-maskable interrupt processing) is an interrupt processing that cannot be disabled and is executed forcibly.

〔出力処理〕
図120は、第5実施形態に係る出力処理の手順を示すフローチャートである。第5実施形態に係る出力処理は、第1実施形態の出力処理(図10)からステップA1619-A1623の試験信号出力処理を削除しただけのものである。図120において、第1実施形態の出力処理(図10)と同じ処理には同じステップ番号を付しているため、説明を省略する。なお、試験信号出力処理は、出力処理以外の領域外統合処理で実行される。
[Output processing]
Fig. 120 is a flow chart showing the procedure of the output process according to the fifth embodiment. The output process according to the fifth embodiment is obtained by simply deleting the test signal output process of steps A1619-A1623 from the output process of the first embodiment (Fig. 10). In Fig. 120, the same steps as those in the output process of the first embodiment (Fig. 10) are given the same step numbers, so their explanations are omitted. Note that the test signal output process is executed in the outside area integration process other than the output process.

〔領域外統合処理〕
図121は、第5実施形態に係る領域外統合処理の手順を示すフローチャートである。第5実施形態に係る領域外統合処理は、第1実施形態の領域外統合処理(図57)に試験信号出力処理(A10001)を追加したものである。図121において、第1実施形態の領域外統合処理(図57)と同じ処理には同じステップ番号を付して、説明を省略する。領域外統合処理は、第1実施形態と同じく領域外処理であり、領域外プログラムの一部である領域外統合処理プログラムとして実行される。
[Outside area integration processing]
FIG. 121 is a flowchart showing the procedure of the outside area integration processing according to the fifth embodiment. The outside area integration processing according to the fifth embodiment is obtained by adding a test signal output processing (A10001) to the outside area integration processing (FIG. 57) of the first embodiment. In FIG. 121, the same processing as the outside area integration processing (FIG. 57) of the first embodiment is given the same step number, and the description is omitted. The outside area integration processing is an outside area processing like the first embodiment, and is executed as an outside area integration processing program that is a part of the outside area program.

遊技制御装置100は、スタックポインタの切り替え(A9501とA9502)とレジスタの退避(A9503)を実行した後、領域外プログラムの一部として、試験信号出力処理(A10001)に対応する試験信号出力処理プログラムを実行する。このように試験信号出力処理(A10001)を領域外統合処理からサブルーチンとして呼び出せば、スタックポインタの切り替えやレジスタの退避・復帰に掛かる処理時間を節約できる。なお、領域内プログラムである出力処理のプログラムからサブルーチンとして領域外プログラムである試験信号出力処理を呼び出すように構成した場合、出力処理でフラグレジスタの退避や試験信号出力処理でのスタックポインタ切り替えや汎用レジスタの退避・復帰の処理が必要になることもある。なお、第1実施形態では、試験信号出力処理は、領域内プログラムである出力処理のプログラムの一部として実行されるため、フラグレジスタの退避やスタックポインタの切り替えや汎用レジスタの退避・復帰は必要ない。 After executing stack pointer switching (A9501 and A9502) and register saving (A9503), the game control device 100 executes a test signal output processing program corresponding to the test signal output processing (A10001) as part of the outside-area program. In this way, by calling the test signal output processing (A10001) as a subroutine from the outside-area integration processing, the processing time required for switching the stack pointer and saving and restoring the register can be saved. Note that if the test signal output processing, which is an outside-area program, is configured to be called as a subroutine from the output processing program, which is an inside-area program, it may be necessary to save the flag register in the output processing, switch the stack pointer in the test signal output processing, and save and restore the general-purpose register. Note that in the first embodiment, the test signal output processing is executed as part of the output processing program, which is an inside-area program, so there is no need to save the flag register, switch the stack pointer, or save and restore the general-purpose register.

〔試験信号出力処理〕
図122は、第5実施形態に係る試験信号出力処理の手順を示すフローチャートである。試験信号出力処理は、領域外統合処理(図121)のサブルーチンとして実行される。
[Test signal output processing]
122 is a flowchart showing the procedure of the test signal output process according to the fifth embodiment. The test signal output process is executed as a subroutine of the outside region integration process (FIG. 121).

遊技制御装置100は、まず、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート1に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート1に合成したデータを出力する(A10101)。その後、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート2に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート2に合成したデータを出力する(A10102)。 The game control device 100 first loads and synthesizes data to be output to test terminal output port 1 on the relay board 70, which outputs a test signal to the test firing test device, and outputs the synthesized data to test terminal output port 1 on the relay board 70 (A10101). After that, it loads and synthesizes data to be output to test terminal output port 2 on the relay board 70, which outputs a test signal to the test firing test device, and outputs the synthesized data to test terminal output port 2 on the relay board 70 (A10102).

次に、遊技制御装置100は、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート3に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート3へ合成したデータを出力する(A10103)。さらに、試射試験装置の試験信号を出力する中継基板70上の試験端子出力ポート4に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート4に合成したデータを出力する(A10104)。そして、試射試験装置への試験信号を出力する中継基板70上の試験端子出力ポート5に出力するデータをロードして合成し、中継基板70上の試験端子出力ポート5に合成したデータを出力する(A10105)。 Next, the game control device 100 loads and synthesizes data to be output to the test terminal output port 3 on the relay board 70, which outputs the test signal to the test firing test device, and outputs the synthesized data to the test terminal output port 3 on the relay board 70 (A10103). Furthermore, it loads and synthesizes data to be output to the test terminal output port 4 on the relay board 70, which outputs the test signal to the test firing test device, and outputs the synthesized data to the test terminal output port 4 on the relay board 70 (A10104). Then, it loads and synthesizes data to be output to the test terminal output port 5 on the relay board 70, which outputs the test signal to the test firing test device, and outputs the synthesized data to the test terminal output port 5 on the relay board 70 (A10105).

ステップA10101-A10105の処理は、第1実施形態の出力処理のステップA1619-A1623と同様である。しかし、本実施形態において、試験信号出力処理は、領域外処理に対応する領域外プログラムの一部である試験信号出力処理プログラムとして実行される。一方、出力処理は、領域内処理に対応する領域内プログラムの一部である出力処理プログラムとして実行される。なお、ステップA10101-A10105の処理において、試験端子出力ポート1-5に出力するデータは、RAMの領域内ワーク領域から読み出される(ロードされる)。 The processing of steps A10101-A10105 is similar to steps A1619-A1623 of the output processing of the first embodiment. However, in this embodiment, the test signal output processing is executed as a test signal output processing program that is part of the outside-area program corresponding to the outside-area processing. On the other hand, the output processing is executed as an output processing program that is part of the inside-area program corresponding to the inside-area processing. Note that in the processing of steps A10101-A10105, the data to be output to the test terminal output ports 1-5 is read (loaded) from the inside-area work area of the RAM.

〔プログラムリスト〕
図123-図139は、第5実施形態に係る遊技制御装置100のCPU111a(CPUコア102)が実行するプログラムのプログラム構造を例示するプログラムリストである。図123-図139は、あくまでプログラム構造を一例として示すものであり、適宜、命令(コード)の削除や追加など改変可能である。各プログラムリストは、8ビットマイクロプロセッサであるZ80に対応したアセンブリ言語による命令(ソースコード)のリストであり、擬似命令(アセンブラに対する命令)等を除いて、ROM111bに記憶される機械語命令(マシンコード)に1対1に対応する。いずれの命令も機械語命令として命令解釈実行回路1242が解釈実行可能な命令セットに含まれる。
[Program List]
123-139 are program lists illustrating the program structure of a program executed by the CPU 111a (CPU core 102) of the game control device 100 according to the fifth embodiment. FIG. 123-139 are merely examples of the program structure, and can be modified, such as by deleting or adding instructions (code), as appropriate. Each program list is a list of instructions (source code) in assembly language corresponding to the Z80, an 8-bit microprocessor, and corresponds one-to-one to the machine language instructions (machine code) stored in the ROM 111b, except for pseudo-instructions (instructions for the assembler). All instructions are included in the instruction set that the instruction interpretation and execution circuit 1242 can interpret and execute as machine language instructions.

各プログラムリストにおける一行の記載は、左側より、便宜のために付した「行番号」、「アセンブリ言語の命令(コード)」、「命令の語長(命令サイズ、命令長)」、説明の便宜のために付した「コメント」からなる。セミコロン「;」より右側の数字が「語長」であり、さらに右側が「コメント」である。「アセンブリ言語の命令(コード)」は、前述のとおり、操作内容(演算内容)を示す「オペコード」、命令対象の「オペランド」に分けられる。アセンブリ言語の命令(コード)において、ラベルや16進数(・・h、・・・・h等)は、直値n又は直値mnを意味する。なお、プログラムリストの命令は、サブルーチンを呼び出す呼出し命令や分岐命令(ジャンプ命令)等がない限り、基本的に行番号の順に(行番号の小さなものから大きなものへ)プログラムリストの上から下へ実行される。 Each line in a program listing consists of, from the left, a "line number" added for convenience, an "assembly language instruction (code)", a "word length of the instruction (instruction size, instruction length)", and a "comment" added for convenience of explanation. The number to the right of the semicolon ";" is the "word length", and the number to the right of that is the "comment". As mentioned above, an "assembly language instruction (code)" is divided into an "opcode" that indicates the operation (calculation) and an "operand" that is the target of the instruction. In an assembly language instruction (code), a label or hexadecimal number (...h, ...h, etc.) means a direct value n or a direct value mn. Note that instructions in a program listing are basically executed from top to bottom in the order of line numbers (from smallest to largest line numbers) unless there is a call instruction that calls a subroutine or a branch instruction (jump instruction).

なお、図123から図135までのプログラムは、第1のROM領域(第1プログラム記憶領域)の領域内プログラムに含まれ、図136から図139までのプログラムは、第2のROM領域(第2プログラム記憶領域)の領域外プログラムに含まれる。 The programs in Figures 123 to 135 are included in the in-area programs of the first ROM area (first program storage area), and the programs in Figures 136 to 139 are included in the out-area programs of the second ROM area (second program storage area).

〔メイン処理プログラム〕
図123は、第5実施形態に係るメイン処理(図5A)に対応するメイン処理プログラムの一部のプログラム構造を示すプログラムリストである。
[Main processing program]
FIG. 123 is a program list showing a program structure of a part of a main processing program corresponding to the main processing (FIG. 5A) according to the fifth embodiment.

行番号0510では、メイン処理のA1001に対応して、割込みを禁止する(コード「DI」)。 In line number 0510, interrupts are prohibited (code "DI") in response to A1001 in the main process.

行番号0520では、メイン処理のA1002に対応して、SPレジスタにスタックポインタとして値「29FFh」を転送する(コード「LD SP,29FFH」)。 In line number 0520, corresponding to A1002 in the main process, the value "29FFh" is transferred to the SP register as the stack pointer (code "LD SP, 29FFH").

行番号0530では、メイン処理のA1003に対応して、レジスタバンクセレクタ(RBS)に0を転送する(コード「LD RBS,0」)。これにより、レジスタバンク0を設定する。 In line number 0530, in response to A1003 in the main process, 0 is transferred to the register bank selector (RBS) (code "LD RBS, 0"). This sets register bank 0.

行番号0540では、メイン処理のA1004に対応して、IYレジスタにRAM111cの先頭アドレスとして「2800h」を転送して設定する(コード「LD IY,2800H」)。なお、本実施形態では、上位アドレスだけではなく、先頭アドレスの全体(下位アドレスも含む)を設定している。 In line number 0540, corresponding to A1004 of the main process, "2800h" is transferred and set as the starting address of RAM 111c in the IY register (code "LD IY, 2800H"). Note that in this embodiment, not only the upper address but also the entire starting address (including the lower address) is set.

行番号0550では、メイン処理のA1004の処理に含めてよいが、DPレジスタにROM111bのデータエリア(ユーザプログラム用)の先頭アドレスとして「5000h」を転送して設定する(コード「LD DP,5000H」)。 Line number 0550 may be included in the processing of A1004 of the main processing, but "5000h" is transferred to the DP register and set as the starting address of the data area (for user programs) in ROM 111b (code "LD DP, 5000H").

行番号0560と行番号0570は、メイン処理のA1005に対応する。行番号0560では、ラベルC_SHOT_NGに対応する直値n(発射停止を意味する数値)をAレジスタに転送する(コード「LD A,C_SHOT_NG」)。 Line numbers 0560 and 0570 correspond to A1005 in the main process. In line number 0560, the immediate value n (a number meaning firing stop) corresponding to the label C_SHOT_NG is transferred to the A register (code "LD A, C_SHOT_NG").

行番号0570では、ポートC_OUT01(即ち、ラベルC_OUT01に対応する数値の番号のポート)にAレジスタの数値を出力する(コード「OUT (C_OUT01),A」)。 In line number 0570, the value in the A register is output to port C_OUT01 (i.e., the port with the number corresponding to the label C_OUT01) (code "OUT (C_OUT01), A").

行番号0580では、メイン処理のA1006に対応して、ポートC_INPUT1(即ち、ラベルC_INPUT1に対応する数値の番号のポート)から数値をAレジスタに入力する(コード「IN A,(C_INPUT1)」)。ここでのポートは、RAM初期化スイッチ112からの信号を取り込む第1入力ポート122である。なお、省略されているが、次の行番号0590では、同様に、メイン処理のA1006に対応して、設定キースイッチ93からの設定キースイッチ信号を取り込む第2入力ポート123であるポートC_INPUT2(即ち、ラベルC_INPUT2に対応する数値の番号のポート)から数値をBレジスタ等に入力してよい。 In line number 0580, corresponding to A1006 in the main process, a numerical value is input to the A register from port C_INPUT1 (i.e., the port with the numerical number corresponding to label C_INPUT1) (code "IN A, (C_INPUT1)"). The port here is the first input port 122 that takes in a signal from the RAM initialization switch 112. Although omitted, in the next line number 0590, similarly, corresponding to A1006 in the main process, a numerical value may be input to the B register, etc. from port C_INPUT2 (i.e., the port with the numerical number corresponding to label C_INPUT2), which is the second input port 123 that takes in the setting key switch signal from the setting key switch 93.

行番号0610では、メイン処理のA1052に対応して、フラグレジスタ1200のデータ(値)であるプログラムステータスワードPSWを領域内スタック領域に退避(PUSH)する(コード「PUSH PSW」)。 In line number 0610, in response to A1052 in the main process, the program status word PSW, which is the data (value) of flag register 1200, is pushed (PUSHed) to the internal stack area (code "PUSH PSW").

行番号0620では、メイン処理のA1053に対応して、安全装置に関連する安全装置情報を初期化する安全装置情報初期化処理のサブルーチンを呼び出して実行する(コード「CALL P_SAFINI」)。なお、「CALL ラベル」と記載されるコードは、命令表の「CALL mn」に対応する。安全装置情報初期化処理のサブルーチンは、領域外プログラムであり、ラベルP_SAFINIの直値mnに対応するROM内アドレス(先頭アドレス)を第2のROM領域(領域外プログラムの領域)に有する。このように、領域内プログラム(メイン処理プログラム)から領域外プログラムを呼び出す場合には、領域内プログラムを呼び出す場合と区別して、特定のCALL命令が使用される。 In line number 0620, in response to A1053 of the main processing, a subroutine for safety device information initialization processing that initializes safety device information related to the safety device is called and executed (code "CALL P_SAFINI"). Note that the code described as "CALL label" corresponds to "CALL mn" in the instruction table. The subroutine for safety device information initialization processing is an outside area program, and has an address in ROM (starting address) corresponding to the immediate value mn of label P_SAFINI in the second ROM area (outside area program area). In this way, when an outside area program is called from an inside area program (main processing program), a specific CALL command is used to distinguish from when an inside area program is called.

行番号0630では、メイン処理のA1054に対応して、プログラムステータスワードPSWを復帰(POP)する。 In line number 0630, the program status word PSW is restored (POPed) in response to A1054 in the main process.

行番号0640と行番号0650は、メイン処理のA1055に対応する。行番号0640では、乱数生成回路を起動又は使用するために必要なデータテーブル(RNDSET)のアドレス(ラベルD_RNDSET)を、相対アドレス「D_RNDSET-5000h」に変換して、HLレジスタに転送する(コード「LDD HL,D_RNDSET-5000H」)。相対アドレスは、ユーザプログラム用のデータエリアの先頭アドレス「5000h」を基準とするROM内のアドレスである。なお、コード「LDD HL,D_RNDSET-5000H」は、命令表の「LDD HL,mn」に対応する。 Lines 0640 and 0650 correspond to A1055 in the main process. In line 0640, the address (label D_RNDSET) of the data table (RNDSET) required to start or use the random number generation circuit is converted to the relative address "D_RNDSET-5000h" and transferred to the HL register (code "LDD HL, D_RNDSET-5000H"). The relative address is an address in ROM based on the top address "5000h" of the data area for user programs. The code "LDD HL, D_RNDSET-5000H" corresponds to "LDD HL, mn" in the instruction table.

LDD命令は、第2オペランドにアドレス空間の先頭からの絶対アドレス(2バイト)ではなく、相対アドレス(実質的に1バイト)を用いるため、命令の語長が通常のLD命令(「LD ff,mn」)よりも1バイト分だけ減少する(3バイト長から2バイト長へ減少)。 The LDD instruction uses a relative address (effectively 1 byte) for the second operand instead of an absolute address (2 bytes) from the beginning of the address space, so the word length of the instruction is reduced by 1 byte compared to the normal LD instruction ("LD ff, mn") (reduced from 3 bytes to 2 bytes).

行番号0650では、デバイス(ここでは乱数生成回路)を設定するサブルーチンを呼び出して実行する(コード「CALLR P_DEVSET」)。なお、「CALLR ラベル」と記載されるコードは、命令表の「CALLR mn」に対応する。このサブルーチンは、ラベルP_DEVSETの直値mnに対応するROM内アドレス(先頭アドレス)を有する。 Line number 0650 calls and executes a subroutine that sets a device (here, a random number generation circuit) (code "CALLR P_DEVSET"). Note that the code "CALLR label" corresponds to "CALLR mn" in the instruction table. This subroutine has an address in ROM (starting address) that corresponds to the immediate value mn of the label P_DEVSET.

行番号0670では、メイン処理のA1056に対応して、割込みを禁止する(コード「DI」)。 In line number 0670, interrupts are prohibited (code "DI") in response to A1056 in the main process.

行番号0680と行番号0690は、メイン処理のA1057に対応する。行番号0680では、遊技停止中であるか否かを判定する遊技停止中判定処理に対応するサブルーチンを呼び出して実行する(コード「CALLT P_MSSTA_CHK」)。なお、「CALLT ラベル」と記載されるコードは、命令表の「CALLT n」に対応する。ラベルP_MSSTA_CHKの値がnとなり、ここで呼び出されるサブルーチンのROM内アドレスは、ベクタテーブルにおいてn番目に登録されている。 Line numbers 0680 and 0690 correspond to A1057 in the main process. Line number 0680 calls and executes a subroutine that corresponds to the game stop determination process that determines whether game play is stopped or not (code "CALLT P_MSSTA_CHK"). Note that the code described as "CALLT label" corresponds to "CALLT n" in the instruction table. The value of label P_MSSTA_CHK becomes n, and the address in ROM of the subroutine that is called here is registered as the nth in the vector table.

行番号0690では、ジャンプステータスフラグ(JF)がセットされておらず「0」の場合(JF=0:遊技停止中である場合)に、ラベルMAIN80に対応するROM内アドレスへジャンプして、行番号0740以降の命令を実行する(コード「JRR F,MAIN80」)。ジャンプ先(ラベルMAIN80)は、コード「JRR F,MAIN80」のアドレスから+9バイト(+16バイト以下)離れた近いアドレスである。なお、「JRR F,ラベル」と記載されるコードは、命令表の「JRR F,$+1+k」に対応する。ジャンプステータスフラグ(JF)がセットされており「1」の場合(JF=1:遊技停止中でない場合)に、次の行番号0700の命令に移行する。 In line number 0690, if the jump status flag (JF) is not set and is "0" (JF = 0: when play is stopped), jump to the address in ROM corresponding to label MAIN80 and execute the command from line number 0740 onwards (code "JRR F, MAIN80"). The jump destination (label MAIN80) is a nearby address that is +9 bytes (+16 bytes or less) away from the address of code "JRR F, MAIN80". Note that the code written as "JRR F, label" corresponds to "JRR F, $+1+k" in the command table. If the jump status flag (JF) is set and is "1" (JF = 1: when play is not stopped), proceed to the command of the next line number 0700.

行番号0700では、メイン処理のA1058に対応して、フラグレジスタ1200のデータであるプログラムステータスワードPSWを領域内スタック領域に退避(PUSH)する(コード「PUSH PSW」)。 In line number 0700, in response to A1058 in the main process, the program status word PSW, which is the data in flag register 1200, is pushed to the internal stack area (code "PUSH PSW").

行番号0710では、メイン処理のA1059に対応して、ベース値などの性能情報を計算する性能表示編集処理のサブルーチンを呼び出して実行する(コード「CALL P_SHKSHM」)。性能表示編集処理のサブルーチンは、領域外プログラムであり、ラベルP_SHKSHMの直値mnに対応するROM内アドレス(先頭アドレス)を第2のROM領域(領域外プログラムの領域)に有する。このように、領域内プログラム(メイン処理プログラム)から領域外プログラムを呼び出す場合には、領域内プログラムを呼び出す場合と区別して、特定のCALL命令が使用される。 At line number 0710, a subroutine for the performance display editing process that calculates performance information such as base values is called and executed in response to A1059 of the main process (code "CALL P_SHKSHM"). The subroutine for the performance display editing process is an outside area program, and has an address in ROM (starting address) in the second ROM area (outside area program area) that corresponds to the immediate value mn of label P_SHKSHM. In this way, when an outside area program is called from an inside area program (main processing program), a specific CALL command is used to distinguish from when an inside area program is called.

行番号0720では、メイン処理のA1060に対応して、プログラムステータスワードPSWを復帰(POP)する。 In line number 0720, the program status word PSW is restored (POPed) in response to A1060 in the main process.

行番号0740では、メイン処理のA1061に対応して、割込みを許可する(コード「EI」)。 In line number 0740, an interrupt is permitted (code "EI") in response to A1061 in the main process.

行番号0750では、Wレジスタの値同士について排他的論理和をとることによって、Wレジスタの値をクリアして0に設定しておく(コード「XOR W,W」)。 On line number 0750, the value of the W register is cleared and set to 0 by taking the exclusive OR of the values of the W register (code "XOR W, W").

行番号0770から行番号0830は、メイン処理のA1062に対応し、停電が発生しているか否かを判定する。行番号0770では、停電監視信号が入ってくるポートC_INPUT1から数値をAレジスタに入力する(コード「IN A,(C_INPUT1)」)。 Lines 0770 to 0830 correspond to A1062 in the main process, and determine whether a power outage has occurred. In line 0770, a numerical value is input to the A register from port C_INPUT1, which receives the power outage monitoring signal (code "IN A, (C_INPUT1)").

行番号0780では、Aレジスタの値と停電監視信号がオフであることを示す値C_PDWNSW(例えば、負論理で00000001B)の論理積をとる(コード「AND A,C_PDWNSW」)。行番号0810の論理積の演算結果は、停電監視信号がオン(例えば、負論理で00000000B)の停電発生状態であれば、ゼロになる。なお、演算結果がゼロの場合、ゼロフラグ(ZF)がセットされ「1」になり、演算結果がゼロでない場合、ゼロフラグ(ZF)がセットされず「0」になる(NZ)。 Line number 0780 takes the logical AND of the value of the A register and the value C_PDWNSW (e.g., 00000001B in negative logic), which indicates that the power outage monitoring signal is off (code "AND A, C_PDWNSW"). The result of the logical AND operation in line number 0810 is zero if the power outage monitoring signal is on (e.g., 00000000B in negative logic), indicating a power outage. If the result of the operation is zero, the zero flag (ZF) is set to "1", and if the result of the operation is not zero, the zero flag (ZF) is not set and is set to "0" (NZ).

行番号0790では、行番号0780の演算結果がゼロでなくNZの場合(即ち停電発生状態でない場合)に、ラベルMAIN70に対応するROM内アドレス(分岐先)へジャンプして、行番号0670以降の命令を実行する(コード「JR NZ,MAIN70」)。なお、「JR NZ,ラベル」と記載されるコードは、命令表の「JR NZ,$+2+k」に対応する。ジャンプ先(ラベルMAIN70)は、コード「JR NZ,MAIN70」のアドレスから-17バイト(-12バイト以下)離れた遠いアドレスであり、JRR命令ではジャンプできないアドレスである。しかし、このJR命令では、JRR命令(例えば)よりも、アドレス空間内の遠い距離をジャンプできる。行番号0780の演算結果がゼロである場合(即ち停電発生状態である場合)に、行番号0810の命令に移行する。ジャンプしない場合に、次の行番号0810の命令に移行する。 In line number 0790, if the result of the operation in line number 0780 is not zero but NZ (i.e., if there is no power outage), it jumps to the address in ROM (branch destination) corresponding to label MAIN70 and executes the instructions from line number 0670 onwards (code "JR NZ, MAIN70"). The code written as "JR NZ, label" corresponds to "JR NZ, $+2+k" in the instruction table. The jump destination (label MAIN70) is an address that is -17 bytes (-12 bytes or less) away from the address of code "JR NZ, MAIN70", and is an address that cannot be jumped to with the JRR instruction. However, with this JR instruction, it is possible to jump a greater distance in the address space than with the JRR instruction (for example). If the result of the operation in line number 0780 is zero (i.e., if there is no power outage), it moves to the instruction in line number 0810. If no jump is made, the program moves to the next command at line number 0810.

行番号0810から行番号0830では、チェック回数分停電監視信号のオン状態が継続しているか否かを判定する。 Lines 0810 to 0830 determine whether the power outage monitoring signal remains on for the number of checks.

行番号0810では、停電監視信号がオン状態(停電発生状態)の場合に、オン状態の検出回数を示すWレジスタの値を+1更新(1だけ増加)させる(コード「INC W」)。 In line number 0810, when the power outage monitoring signal is in the ON state (power outage has occurred), the value of the W register, which indicates the number of times the ON state has been detected, is updated by +1 (increased by 1) (code "INC W").

行番号0820では、Wレジスタの値とチェック回数である「2」を比較する(コード「CP W,2」)。なお、このコードは、命令表の「CP p,n」に対応する。Wレジスタの値がチェック回数「2」より小さい場合に、比較の演算結果としてキャリーフラグ(CF)とジャンプステータスフラグ(JF)がセットされ「1」になる。 In line number 0820, the value of the W register is compared with the check count "2" (code "CP W, 2"). Note that this code corresponds to "CP p, n" in the instruction table. If the value of the W register is smaller than the check count "2", the carry flag (CF) and jump status flag (JF) are set to "1" as the result of the comparison.

行番号0830では、ジャンプステータスフラグ(JF)がセットされ「1」である場合(オン状態の検出回数がチェック回数に達していない場合)に、ラベルMAIN90に対応するROM内アドレスへジャンプして、行番号0770以降の命令を実行する(コード「JRR T,MAIN90」)。なお、「JRR T,ラベル」と記載されるコードは、命令表の「JRR T,$+2+k」に対応する。ジャンプステータスフラグ(JF)がセットされておらず「0」である場合(オン状態の検出回数がチェック回数に達した場合)に、行番号0840に移行する。ジャンプしない場合に、次の行番号0840の命令に移行する。 In line number 0830, if the jump status flag (JF) is set to "1" (if the number of times the on state has been detected has not reached the check count), it jumps to the address in ROM corresponding to label MAIN90 and executes the instructions from line number 0770 onwards (code "JRR T, MAIN90"). Note that the code written as "JRR T, label" corresponds to "JRR T, $+2+k" in the instruction table. If the jump status flag (JF) is not set to "0" (if the number of times the on state has been detected has reached the check count), it moves to line number 0840. If it does not jump, it moves to the instruction in the next line number 0840.

行番号0840では、メイン処理のA1063に対応して、割込みを禁止する(コード「DI」)。 In line number 0840, interrupts are prohibited (code "DI") in response to A1063 in the main process.

行番号0850では、メイン処理のA1064に対応して、全出力ポートにオフデータを出力するサブルーチンを呼び出して実行する(コード「CALLR P_OUTCLR」)。このサブルーチンは、ラベルP_OUTCLRに対応するROM内アドレス(先頭アドレス)を有する。 In line number 0850, a subroutine that outputs off data to all output ports is called and executed in response to A1064 in the main process (code "CALLR P_OUTCLR"). This subroutine has an address in ROM (starting address) that corresponds to the label P_OUTCLR.

〔タイマ割込み処理プログラム〕
図124は、第5実施形態に係るタイマ割込み処理(図9)に対応するタイマ割込み処理プログラムのプログラム構造を示すプログラムリストである。
[Timer interrupt processing program]
FIG. 124 is a program listing showing the program structure of a timer interrupt processing program corresponding to the timer interrupt processing (FIG. 9) according to the fifth embodiment.

行番号1000では、タイマ割込み処理のA1301に対応して、レジスタバンクセレクタ(RBS)に1を転送する(コード「LD RBS,1」)。これにより、レジスタバンク1を設定する。 In line number 1000, in response to A1301 of the timer interrupt process, 1 is transferred to the register bank selector (RBS) (code "LD RBS, 1"). This sets register bank 1.

行番号1010では、タイマ割込み処理のA1302に対応して、所定のレジスタ(Dレジスタ)にRAM先頭アドレスの上位アドレス(28h)をセットする(コード「LD D,28H」)。 In line number 1010, the upper address (28h) of the RAM start address is set in a specific register (D register) in response to A1302 of the timer interrupt process (code "LD D, 28H").

行番号1020では、行番号0540と同様に、IYレジスタにRAM111cの先頭アドレスの全体として「2800h」を転送して設定する。 In line number 1020, similar to line number 0540, the entire starting address of RAM 111c, "2800h", is transferred to and set in the IY register.

行番号1030では、タイマ割込み処理のA1303に対応して、入力処理に対応するサブルーチンを呼び出して実行する(コード「CALLR P_INPUT」)。入力処理に対応するサブルーチンは、ラベルP_INPUTに対応するROM内アドレス(先頭アドレス)を有する。 In line number 1030, in response to A1303 of the timer interrupt process, a subroutine corresponding to input processing is called and executed (code "CALLR P_INPUT"). The subroutine corresponding to input processing has an address in ROM (starting address) corresponding to the label P_INPUT.

行番号1040と行番号1050は、タイマ割込み処理のA1304に対応する。行番号1040では、確率設定変更中又は確率設定確認中であることを示す値(加算アドレス「IY+R_SETMODE」の領域に記憶された値)をAレジスタに転送する(コード「LD A,(IY+R_SETMODE)」)。加算アドレス「IY+R_SETMODE」は、IYレジスタの値「2800h」(RAM111cの先頭アドレス、基準アドレス)とラベルR_SETMODEに対応するオフセット値(直値、相対アドレス)の和である。なお、加算アドレス「IY+ラベル」は、RAM内のアドレスを示す。このコードは、命令表の「LD r,(jj+d)」に対応する。確率設定変更中でも確率設定確認中でもない場合に、Aレジスタに「0」が転送され、ジャンプステータスフラグ(JF)が「1」になっており(JF=1)、確率設定変更中又は確率設定確認中の場合に、Aレジスタに「0」以外の値が転送され、ジャンプステータスフラグ(JF)が「0」になっている(JF=0)。 Line numbers 1040 and 1050 correspond to A1304 in the timer interrupt process. In line number 1040, the value indicating that the probability setting is being changed or confirmed (the value stored in the area of the addition address "IY+R_SETMODE") is transferred to the A register (code "LD A, (IY+R_SETMODE)"). The addition address "IY+R_SETMODE" is the sum of the value of the IY register "2800h" (the top address and reference address of RAM 111c) and the offset value (direct value, relative address) corresponding to the label R_SETMODE. The addition address "IY+label" indicates an address in RAM. This code corresponds to "LD r, (jj+d)" in the instruction table. When the probability setting is not being changed or confirmed, a "0" is transferred to the A register and the jump status flag (JF) is set to "1" (JF = 1); when the probability setting is being changed or confirmed, a value other than "0" is transferred to the A register and the jump status flag (JF) is set to "0" (JF = 0).

行番号1050では、ジャンプステータスフラグ(JF)がセットされており「1」の場合(JF=1:確率設定変更中でも確率設定確認中でもない場合)に、ラベルTINT10に対応するROM内アドレスへジャンプして、行番号1090以降の命令を実行する(コード「JRR T,TINT10」)。なお、「JRR T,ラベル」と記載されるコードは、命令表の「JRR T,$+1+k」に対応する。ジャンプ先(ラベルTINT10)は、このコード「JRR T,TINT10」のアドレスから+5バイト(+16バイト以下)離れた近いアドレスである。ジャンプステータスフラグ(JF)がセットされておらず「0」の場合(JF=0:確率設定変更中又は確率設定確認中の場合)に、次の行番号1060の命令に移行する。 In line number 1050, the jump status flag (JF) is set and if it is "1" (JF = 1: the probability setting is not being changed or confirmed), it jumps to the address in ROM corresponding to label TINT10 and executes the commands from line number 1090 onwards (code "JRR T, TINT10"). The code written as "JRR T, label" corresponds to "JRR T, $+1+k" in the command table. The jump destination (label TINT10) is a nearby address that is +5 bytes (+16 bytes or less) away from the address of this code "JRR T, TINT10". If the jump status flag (JF) is not set and is "0" (JF = 0: the probability setting is being changed or confirmed), it moves to the command in the next line number 1060.

行番号1060と行番号1070は、タイマ割込み処理のA1305に対応する。行番号1060では、確率設定変更/確認処理に対応するサブルーチンを呼び出して実行する(コード「CALLR P_SET_DISP」)。確率設定変更/確認処理に対応するサブルーチンは、ラベルP_SET_DISPに対応するROM内アドレス(先頭アドレス)を有する。 Line number 1060 and line number 1070 correspond to A1305 of the timer interrupt process. In line number 1060, a subroutine corresponding to the probability setting change/confirmation process is called and executed (code "CALLR P_SET_DISP"). The subroutine corresponding to the probability setting change/confirmation process has an address in ROM (starting address) corresponding to the label P_SET_DISP.

行番号1070では、無条件で、ラベルTINT30に対応するROM内アドレスへジャンプして、行番号1310以降の命令を実行する(コード「JR TINT30」)。なお、「JR ラベル」と記載されるコードは、命令表の「JR $+2+k」に対応する。ジャンプ先(ラベルTINT30)は、コード「JR TINT30」のアドレスから+40バイト(+17バイト以上)離れた遠いアドレスであり、JRR命令ではジャンプできないアドレスである。 At line number 1070, it unconditionally jumps to the address in ROM corresponding to label TINT30 and executes the instructions from line number 1310 onwards (code "JR TINT30"). Note that the code written as "JR label" corresponds to "JR $+2+k" in the instruction table. The jump destination (label TINT30) is a distant address that is +40 bytes (+17 bytes or more) away from the address of code "JR TINT30", and is an address that cannot be jumped to with the JRR instruction.

行番号1090から行番号1110では、各々、タイマ割込み処理における出力処理(A1306)、払出コマンド送信処理(A1307)、入賞口スイッチ/エラー監視処理(A1308)に対応するサブルーチンをCALLR命令によって呼び出して実行する(コード「CALLR P_OUTPUT」「CALLR P_PAYCOM」「CALLR P_PRZERR」)。 In lines 1090 to 1110, subroutines corresponding to the output process (A1306), payout command transmission process (A1307), and prize slot switch/error monitoring process (A1308) in the timer interrupt process are called and executed by the CALLR command (codes "CALLR P_OUTPUT", "CALLR P_PAYCOM", and "CALLR P_PRZERR").

行番号1120と行番号1130は、タイマ割込み処理のA1309に対応する。行番号1120では、遊技停止中であるか否かを判定する遊技停止中判定処理に対応するサブルーチンを呼び出して実行する(コード「CALLT P_MSSTA_CHK」)。このサブルーチンは、ベクタテーブルにおいてラベルP_MSSTA_CHKの値nに対応付けられた(n番目に登録された)ROM内アドレス(先頭アドレス)を有する。 Line numbers 1120 and 1130 correspond to A1309 of the timer interrupt process. Line number 1120 calls and executes a subroutine corresponding to the game stop determination process that determines whether or not the game is stopped (code "CALLT P_MSSTA_CHK"). This subroutine has an address in ROM (first address) that is associated with the value n of the label P_MSSTA_CHK in the vector table (registered as the nth address).

行番号1130では、ジャンプステータスフラグ(JF)がセットされておらず「0」の場合(JF=0:遊技停止中である場合)に、ラベルTINT20に対応するROM内アドレスへジャンプして、行番号1190以降の命令を実行する(コード「JRR F,TINT20」)。ジャンプ先(ラベルTINT20)は、このコード「JRR F,TINT20」のアドレスから+9バイト(+16バイト以下)離れた近いアドレスである。ジャンプステータスフラグ(JF)がセットされており「1」の場合(JF=1:遊技停止中でない場合)に、次の行番号1140の命令に移行する。 In line number 1130, if the jump status flag (JF) is not set and is "0" (JF = 0: when play is stopped), it jumps to the address in ROM corresponding to label TINT20 and executes the instructions from line number 1190 onwards (code "JRR F, TINT20"). The jump destination (label TINT20) is a nearby address that is +9 bytes (+16 bytes or less) away from the address of this code "JRR F, TINT20". If the jump status flag (JF) is set and is "1" (JF = 1: when play is not stopped), it moves on to the instruction of the next line number 1140.

行番号1140から行番号1170では、各々、タイマ割込み処理における特図ゲーム処理(A1310)、役物ゲーム処理(A1311)、普図ゲーム処理(A1312)、セグメントLED編集処理(A1313)に対応するサブルーチンをCALLR命令によって呼び出して実行する(コード「CALLR P_TGAMEPRC」「CALLR P_YGAMEPRC」「CALLR P_FGAMEPRC」「CALLR P_SEGEDIT」)。 In lines 1140 to 1170, subroutines corresponding to the special game processing (A1310), the gimmick game processing (A1311), the normal game processing (A1312), and the segment LED editing processing (A1313) in the timer interrupt processing are called and executed by the CALLR command (codes "CALLR P_TGAMEPRC", "CALLR P_YGAMEPRC", "CALLR P_FGAMEPRC", and "CALLR P_SEGEDIT").

行番号1190から行番号1240では、各々、タイマ割込み処理における安全装置関連処理(A1314)、磁石不正監視処理(A1315)、盤電波不正監視処理(A1316)、振動不正監視処理(A1317)、異常排出監視処理(A1318)、外部情報編集処理(A1319)に対応するサブルーチンをCALLR命令によって呼び出して実行する(コード「CALLR P_SAFSET」「CALLR P_MAGERR」「CALLR P_JAMERR」「CALLR P_VIBERR」「CALLR P_PAYERR」「CALLR P_INFEDIT」)。 From line number 1190 to line number 1240, subroutines corresponding to the safety device related processing in the timer interrupt processing (A1314), the magnet irregularity monitoring processing (A1315), the panel radio wave irregularity monitoring processing (A1316), the vibration irregularity monitoring processing (A1317), the abnormal discharge monitoring processing (A1318), and the external information editing processing (A1319) are called and executed by the CALLR instruction (codes: "CALLR P_SAFSET", "CALLR P_MAGERR", "CALLR P_JAMERR", "CALLR P_VIBERR", "CALLR P_PAYERR", "CALLR P_INFEDIT").

行番号1250と行番号1260は、タイマ割込み処理のA1320に対応する。行番号1250では、遊技停止中であるか否かを判定する遊技停止中判定処理に対応するサブルーチンを呼び出して実行する(コード「CALLT P_MSSTA_CHK」)。 Line numbers 1250 and 1260 correspond to A1320 of the timer interrupt process. Line number 1250 calls and executes a subroutine corresponding to the game stop determination process that determines whether or not game play is stopped (code "CALLT P_MSSTA_CHK").

行番号1260では、ジャンプステータスフラグ(JF)がセットされておらず「0」の場合(JF=0:遊技停止中である場合)に、ラベルTINT30に対応するROM内アドレスへジャンプして、行番号1310以降の命令を実行する(コード「JRR F,TINT30」)。ジャンプ先(ラベルTINT30)は、このコード「JRR F,TINT30」のアドレスから+9バイト(+16バイト以下)離れた近いアドレスである。ジャンプステータスフラグ(JF)がセットされており「1」の場合(JF=1:遊技停止中でない場合)に、次の行番号1270の命令に移行する。 In line number 1260, if the jump status flag (JF) is not set and is "0" (JF = 0: when play is stopped), it jumps to the address in ROM corresponding to label TINT30 and executes the instructions from line number 1310 onwards (code "JRR F, TINT30"). The jump destination (label TINT30) is a nearby address that is +9 bytes (+16 bytes or less) away from the address of this code "JRR F, TINT30". If the jump status flag (JF) is set and is "1" (JF = 1: when play is not stopped), it moves on to the instruction of the next line number 1270.

行番号1270では、タイマ割込み処理のA1321に対応して、プログラムステータスワードPSWを領域内スタック領域に退避(PUSH)する(コード「PUSH PSW」)。 In line number 1270, in response to A1321 of the timer interrupt process, the program status word PSW is pushed (PUSHed) to the internal stack area (code "PUSH PSW").

行番号1280では、タイマ割込み処理のA1322に対応して、安全装置カウンタ値の更新(差玉数の算出)や性能表示装置152の表示制御などを行う領域外統合処理に対応するサブルーチンを呼び出して実行する(コード「CALL P_OUTAREA」)。領域外統合処理に対応するサブルーチンは、領域外プログラムであり、ラベルP_OUTAREAの直値mnに対応するROM内アドレス(先頭アドレス)を第2のROM領域(領域外プログラムの領域)に有する。このように、領域内プログラム(タイマ割込み処理プログラム)から領域外プログラムを呼び出す場合には、領域内プログラムを呼び出す場合と区別して、特定のCALL命令が使用される。これによって、プログラムの開発効率を向上できる。 In line number 1280, in response to A1322 of the timer interrupt process, a subroutine corresponding to the outside area integration process, which updates the safety device counter value (calculates the difference in the number of balls) and controls the display of the performance display device 152, is called and executed (code "CALL P_OUTAREA"). The subroutine corresponding to the outside area integration process is an outside area program, and has an address in ROM (starting address) corresponding to the direct value mn of label P_OUTAREA in the second ROM area (area for the outside area program). In this way, when an outside area program is called from an inside area program (timer interrupt process program), a specific CALL command is used to distinguish from when an inside area program is called. This can improve the efficiency of program development.

行番号0630では、タイマ割込み処理のA1323に対応して、プログラムステータスワードPSWを復帰(POP)する。 In line number 0630, the program status word PSW is restored (POPed) in response to A1323 of the timer interrupt process.

行番号1310では、タイマ割込み処理プログラムからリターンする(コード「RETI」)。 Line number 1310 returns from the timer interrupt processing program (code "RETI").

なお、図124のタイマ割込み処理プログラムから呼び出される多数のサブルーチンとして、入力処理、確率設定変更/確認処理、出力処理、払出コマンド送信処理、入賞口スイッチ/エラー監視処理、遊技停止中判定処理、特図ゲーム処理、役物ゲーム処理、普図ゲーム処理、セグメントLED編集処理、安全装置関連処理、磁石不正監視処理、盤電波不正監視処理、振動不正監視処理、異常排出監視処理、外部情報編集処理に対応するサブルーチンは、アドレス空間内の第1のROM領域に配置される領域内プログラムである。領域内プログラムに含まれるこれらのサブルーチンは、呼出し先のアドレスに制限があるが語長の短いCALLT命令又はCALLR命令によって、領域内プログラムに含まれるタイマ割込み処理プログラムから呼び出される。これによって、プログラム容量が削減できる。また、呼び出し先のアドレスが直値mnで指定される7サイクルかつ4バイト長の特定のCALL命令(第1呼出し命令)を使用せず、特定のCALL命令よりもサイクル数又は語長が小さいCALLR命令(第2呼出し命令)又はCALLT命令(第3呼出し命令)を使用することによって、領域内プログラムに含まれるこれらのサブルーチンを呼び出す処理が効率化されるとともに、処理が高速化される。 The subroutines corresponding to the numerous subroutines called from the timer interrupt processing program in FIG. 124, such as input processing, probability setting change/confirmation processing, output processing, payout command transmission processing, prize slot switch/error monitoring processing, game stop determination processing, special game processing, gimmick game processing, regular game processing, segment LED editing processing, safety device related processing, magnet fraud monitoring processing, board radio wave fraud monitoring processing, vibration fraud monitoring processing, abnormal discharge monitoring processing, and external information editing processing, are intra-area programs located in the first ROM area in the address space. These subroutines included in the intra-area program are called from the timer interrupt processing program included in the intra-area program by the CALLT or CALLR command, which has a limited address to be called but has a short word length. This allows the program capacity to be reduced. In addition, by using a CALLR instruction (second call instruction) or a CALLT instruction (third call instruction) that has a smaller number of cycles or word length than the specific CALL instruction, rather than using a specific CALL instruction (first call instruction) that requires 7 cycles and is 4 bytes long and whose call destination address is specified by a direct value mn, the process of calling these subroutines included in the program within the area is made more efficient and the processing is faster.

一方、タイマ割込み処理プログラムから呼び出されるサブルーチンとして、領域外統合処理に対応するサブルーチンは、アドレス空間内の第2のROM領域に配置される領域外プログラムである。領域外プログラムとなるサブルーチン(領域外統合処理のサブルーチン)は、領域内プログラムとなるサブルーチンとは区別して、特定のCALL命令(第1呼出し命令)によって、領域内プログラム(ここではタイマ割込み処理プログラム)から呼び出される。これによって、プログラムの開発効率を向上できる。 On the other hand, as a subroutine called from the timer interrupt processing program, the subroutine corresponding to the out-of-area integration processing is an out-of-area program located in the second ROM area in the address space. The out-of-area program subroutine (out-of-area integration processing subroutine) is distinguished from the in-area program subroutine and is called from the in-area program (here, the timer interrupt processing program) by a specific CALL instruction (first call instruction). This can improve the efficiency of program development.

なお、後述のように、領域外プログラムに含まれるサブルーチン(領域外統合処理プログラム)からさらに領域外プログラムに含まれるサブルーチン(試験信号出力処理プログラム、性能表示装置制御処理プログラム、差玉確認処理プログラム、安全装置作動監視処理プログラム)を呼び出す場合には、CALLT命令とCALLR命令を使用せずにCALL命令だけを使用して、領域内プログラムに含まれるサブルーチンの呼出しとは区別する。これによっても、プログラムの開発効率を向上できる。 As described below, when a subroutine included in an outside program (outside area integration processing program) calls a subroutine included in an outside program (test signal output processing program, performance display device control processing program, ball difference confirmation processing program, safety device operation monitoring processing program), only the CALL command is used without using the CALLT and CALLR commands to distinguish it from a call to a subroutine included in an inside program. This also improves the efficiency of program development.

〔特図ゲーム処理プログラム〕
図125の上段は、第5実施形態に係る特図ゲーム処理(図16)に対応する特図ゲーム処理プログラムのプログラム構造を示すプログラムリストである。特図ゲーム処理プログラムは、ラベルP_TGAMEPRCに相当する先頭アドレス(ROM内)を有し、タイマ割込み処理(図9)のステップA1310において、CALLR命令(行番号1140)によって呼び出される。
[Special game processing program]
The upper part of Fig. 125 is a program list showing the program structure of a special game processing program corresponding to the special game processing (Fig. 16) according to the fifth embodiment. The special game processing program has a top address (in ROM) corresponding to the label P_TGAMEPRC, and is called by the CALLR command (line number 1140) in step A1310 of the timer interrupt process (Fig. 9).

行番号1510から行番号1530では、各々、特図ゲーム処理における始動口スイッチ監視処理(A2600)、特定領域スイッチ監視処理(A2601)、上大入賞口スイッチ監視処理(A2602)に対応するサブルーチンをCALLR命令によって呼び出して実行する(コード「CALLR P_SIDOSW」「CALLR P_VSW」「CALLR P_CNTUSW」)。 In lines 1510 to 1530, subroutines corresponding to the start gate switch monitoring process (A2600), specific area switch monitoring process (A2601), and upper large prize gate switch monitoring process (A2602) in the special chart game processing are called and executed by the CALLR command (codes "CALLR P_SIDOSW", "CALLR P_VSW", and "CALLR P_CNTUSW").

行番号1540と行番号1550は、特図ゲーム処理のA2603に対応する。行番号1540では、「R_TGAME+1」(直値n)を下位アドレス、IYレジスタの8ビット目から15ビット目を上位アドレス(28h)として、HLレジスタに転送する(コード「LDY HL,R_TGAME+1」)。なお、コード「LDY HL,R_TGAME+1」は、命令表の「LDY jj,n」に対応する。ここで、ラベルR_TGAMEは、特図ゲーム処理番号(A2606)を記憶する特図ゲーム処理番号領域のオフセットアドレス(「2800h」を基準とするオフセット値)を示し、当該アドレスに1を加算したアドレス「R_TGAME+1」は、2バイト領域である特図ゲーム処理タイマ領域の先頭アドレス(ここでは「2800h」を基準とするオフセット値)を示す。従って、HLレジスタの値は、特図ゲーム処理タイマ領域の絶対アドレスになっている。 Line numbers 1540 and 1550 correspond to A2603 of the special game processing. In line number 1540, "R_TGAME+1" (direct value n) is the lower address, and the 8th to 15th bits of the IY register are transferred to the HL register as the upper address (28h) (code "LDY HL, R_TGAME+1"). The code "LDY HL, R_TGAME+1" corresponds to "LDY jj, n" in the command table. Here, the label R_TGAME indicates the offset address (offset value based on "2800h") of the special game processing number area that stores the special game processing number (A2606), and the address "R_TGAME+1" obtained by adding 1 to this address indicates the top address of the special game processing timer area, which is a 2-byte area (here, the offset value based on "2800h"). Therefore, the value of the HL register is the absolute address of the special game processing timer area.

行番号1550では、2バイトデクリメント処理のサブルーチンを呼び出して実行する(コード「CALLT P_DECWORD」)。ここでの2バイトデクリメント処理によって、HLレジスタで指定されたアドレスの領域(特図ゲーム処理タイマ領域)の値が0でなければ1だけ減算される。このように、特図ゲーム処理タイマがタイムアップしておらず0でなければ、-1更新されることになる。なお、ここで呼び出されるサブルーチンのROM内アドレスは、ラベルP_DECWORDの値をnとして、ベクタテーブルにおいてn番目に登録されている。 At line number 1550, a 2-byte decrement process subroutine is called and executed (code "CALLT P_DECWORD"). This 2-byte decrement process subtracts 1 from the value in the address area specified by the HL register (the special game processing timer area) if the value is not 0. In this way, if the special game processing timer has not timed out and is not 0, it is updated by -1. The address in ROM of the subroutine called here is registered as the nth in the vector table, with the value of label P_DECWORD being n.

行番号1560では、特図ゲーム処理のA2604に対応して、ジャンプステータスフラグ(JF)がセットされておらず「0」の場合(JF=0:特図ゲーム処理タイマがタイムアップしておらず0でない場合)に、ラベルTGAMEPRC10に対応するROM内アドレスへジャンプして、行番号1620以降の命令を実行する(コード「JRR F,TGAMEPRC10」)。ジャンプ先(ラベルTGAMEPRC10)は、このコード「JRR F,TGAMEPRC10」のアドレスから+6バイト(+16バイト以下)離れた近いアドレスである。ジャンプステータスフラグ(JF)がセットされており「1」の場合(JF=1:特図ゲーム処理タイマが0である場合)に、次の行番号1570の命令に移行する。 In line number 1560, if the jump status flag (JF) is not set and is "0" (JF = 0: the special game processing timer has not timed out and is not 0) in response to A2604 of the special game processing, it jumps to the address in ROM corresponding to label TGAMEPRC10 and executes the instructions from line number 1620 onwards (code "JRR F, TGAMEPRC10"). The jump destination (label TGAMEPRC10) is a nearby address that is +6 bytes (+16 bytes or less) away from the address of this code "JRR F, TGAMEPRC10". If the jump status flag (JF) is set and is "1" (JF = 1: the special game processing timer is 0), it moves to the instruction of the next line number 1570.

行番号1570では、特図ゲーム処理のA2605に対応して、HLレジスタに特図ゲームシーケンス分岐テーブルの先頭アドレスD_TGAMEPRCを転送する(コード「LD HL,D_TGAMEPRC」)。このコードは、命令表の「LD ff,mn」に対応する。特図ゲームシーケンス分岐テーブルは、分岐先アドレスを登録(羅列)したアドレステーブルである。 In line number 1570, in response to A2605 of the special game processing, the top address D_TGAMEPRC of the special game sequence branch table is transferred to the HL register (code "LD HL, D_TGAMEPRC"). This code corresponds to "LD ff, mn" in the instruction table. The special game sequence branch table is an address table that registers (lists) branch destination addresses.

行番号1580から行番号1600のコードは、特図ゲーム処理のA2606とA2607に対応する。 The code from line number 1580 to line number 1600 corresponds to A2606 and A2607 of the special chart game processing.

行番号1580では、加算アドレス「IY+R_TGAME」の特図ゲーム処理番号領域(RAM内)に格納された値(特図ゲーム処理番号)を、Aレジスタに転送する(コード「LD A,(IY+R_TGAME)」)。ラベルR_TGAMEは、IYレジスタの値「2800h」を基準とする特図ゲーム処理番号領域のオフセットアドレスである。 In line number 1580, the value (special game processing number) stored in the special game processing number area (in RAM) at the added address "IY+R_TGAME" is transferred to the A register (code "LD A, (IY+R_TGAME)"). The label R_TGAME is the offset address of the special game processing number area based on the value of the IY register "2800h".

行番号1590では、2バイトデータ取得処理のサブルーチンを呼び出して実行する(コード「CALLT P_GETWORD」)。なお、ここで呼び出されるサブルーチンのROM内アドレスは、ラベルP_GETWORDの値をnとして、ベクタテーブルにおいてn番目に登録されている。ここでの2バイトデータ取得処理によって、HLレジスタの値(特図ゲームシーケンス分岐テーブルの先頭アドレス)とAレジスタの値(特図ゲーム処理番号)から分岐先アドレスを取得してHLレジスタに格納する。即ち、HLレジスタには、特図ゲーム処理番号に対応して、特図ゲームシーケンス分岐テーブルから取得された分岐先アドレスが格納されている。 At line number 1590, a subroutine for 2-byte data acquisition processing is called and executed (code "CALLT P_GETWORD"). The address in ROM of the subroutine called here is registered as the nth address in the vector table, with the value of label P_GETWORD being n. This 2-byte data acquisition processing obtains a branch destination address from the value of the HL register (the top address of the special game sequence branch table) and the value of the A register (special game processing number) and stores it in the HL register. In other words, the HL register stores the branch destination address obtained from the special game sequence branch table corresponding to the special game processing number.

行番号1600では、サブルーチンコールとして、HLレジスタに格納されている分岐先アドレスのサブルーチンを呼び出して実行する(コード「CALL HL」)。サブルーチンコールによって、特図ゲーム処理のA2608からA2613の処理のいずれかが実行される。 At line number 1600, a subroutine call is made by calling and executing a subroutine at the branch destination address stored in the HL register (code "CALL HL"). The subroutine call causes one of the processes A2608 to A2613 in the special game process to be executed.

行番号1620では、特図ゲーム処理のA2614に対応して、特図1表示器51の変動を制御するための特図1変動制御テーブルのアドレス(ラベルD_TZ1CTL)を、相対アドレス「D_TZ1CTL-5000h」に変換して、HLレジスタに転送する(コード「LDD HL,D_TZ1CTL-5000H」)。 In line number 1620, in response to A2614 of the special chart game processing, the address of the special chart 1 change control table for controlling the change of the special chart 1 display 51 (label D_TZ1CTL) is converted to the relative address "D_TZ1CTL-5000h" and transferred to the HL register (code "LDD HL, D_TZ1CTL-5000H").

行番号1630では、特図ゲーム処理のA2615に対応して、特図表示器での図柄の変動等を制御する図柄変動制御処理のサブルーチンを呼び出して実行する(コード「CALLR P_ZGRCTL」)。図柄変動制御処理のサブルーチンは、ラベルP_ZGRCTLに対応するROM内アドレス(先頭アドレス)を有する。 In line number 1630, in response to A2615 of the special chart game processing, a subroutine for pattern change control processing that controls the change in the pattern on the special chart display is called and executed (code "CALLR P_ZGRCTL"). The subroutine for pattern change control processing has an address in ROM (starting address) that corresponds to the label P_ZGRCTL.

行番号1640では、特図ゲーム処理のA2616に対応して、特図2表示器52の変動を制御するための特図2変動制御テーブルのアドレス(ラベルD_TZ2CTL)を、相対アドレス「D_TZ2CTL-5000h」に変換して、HLレジスタに転送する(コード「LDD HL,D_TZ2CTL-5000H」)。 In line number 1640, in response to A2616 of the special chart game processing, the address of the special chart 2 change control table for controlling the change of the special chart 2 display 52 (label D_TZ2CTL) is converted to the relative address "D_TZ2CTL-5000h" and transferred to the HL register (code "LDD HL, D_TZ2CTL-5000H").

行番号1650では、特図ゲーム処理のA2617に対応して、図柄変動制御処理のサブルーチン(ラベルP_ZGRCTLに対応するROM内アドレス)を呼び出して実行する(コード「CALLR P_ZGR_CTL」)。 In line number 1650, in response to A2617 of the special game processing, the subroutine for the symbol variation control processing (address in ROM corresponding to label P_ZGRCTL) is called and executed (code "CALLR P_ZGR_CTL").

行番号1660では、特図ゲーム処理のA2618に対応して、レバーソレノイド86bの開放動作を制御するレバーソレノイド制御処理のサブルーチンを呼び出して実行する(コード「CALLR P_LEV_SOL」)。レバーソレノイド制御処理のサブルーチンは、ラベルP_LEV_SOLに対応するROM内アドレス(先頭アドレス)を有する。 In line number 1660, in response to A2618 of the special game process, a subroutine for lever solenoid control processing that controls the opening operation of the lever solenoid 86b is called and executed (code "CALLR P_LEV_SOL"). The subroutine for lever solenoid control processing has an address in ROM (top address) that corresponds to the label P_LEV_SOL.

行番号1660では、特図ゲーム処理プログラムからタイマ割込み処理プログラムにリターンする(コード「RET」)。 At line number 1660, the special game processing program returns to the timer interrupt processing program (code "RET").

〔特図ゲームシーケンス分岐テーブル〕
図125の下段は、第5実施形態に係る特図ゲームシーケンス分岐テーブルを説明するプログラムリストである。上述のとおり、特図ゲームシーケンス分岐テーブルは、ラベルD_TGAMEPRCに対応する先頭アドレスをROM内に有し、特図ゲーム処理のサブルーチンコールのために参照される。なお、特図ゲームシーケンス分岐テーブルのような、領域内プログラム(ここでは特図ゲーム処理プログラム)に関連して使用される分岐テーブルは、プログラム扱いとし、領域内プログラムの領域(第1のROM領域)内で、データエリア以外の遊技制御用プログラムの領域に配置される。普図ゲーム処理や役物ゲーム処理で使用される分岐テーブルも、同様に、データエリア以外の遊技制御用プログラムの領域に配置される。
[Special Game Sequence Branching Table]
The lower part of FIG. 125 is a program list explaining the special game sequence branch table according to the fifth embodiment. As described above, the special game sequence branch table has a top address corresponding to the label D_TGAMEPRC in the ROM, and is referred to for the subroutine call of the special game processing. In addition, a branch table used in association with an area program (here, a special game processing program) such as the special game sequence branch table is treated as a program, and is arranged in an area of a game control program other than the data area in the area program (first ROM area). Similarly, the branch table used in the normal game processing and the role game processing is arranged in an area of a game control program other than the data area.

コードの中に「DW」のニーモニックがあるが、このニーモニックは、テーブルの1段が2バイトのデータであることをアセンブラに指定する擬似命令である。 The code contains the mnemonic "DW", which is a pseudo-instruction that tells the assembler that one row of the table is two bytes of data.

特図ゲームシーケンス分岐テーブルは、サブルーチン名(ラベル)を分岐先アドレス値に対応付けて設定するための擬似命令の命令群として示されているが、実際には、特図ゲームシーケンス分岐テーブルは、これら命令群によってROM111b内に順番に設定(記憶)される分岐先アドレスの値(サブルーチンの先頭アドレス)のリストである。即ち、ラベル(P_TUSUL、P_TSTOP、P_TDISPLY、P_TSFAN、P_TSOPEN、P_TSZAN)を分岐先アドレスの値に置き換えたものがROM111b内の特図ゲームシーケンス分岐テーブルとなる。 The special game sequence branch table is shown as a set of pseudo-instruction instructions for associating subroutine names (labels) with branch destination address values, but in reality, the special game sequence branch table is a list of branch destination address values (start addresses of subroutines) that are set (stored) in order in ROM 111b by these instruction sets. In other words, the special game sequence branch table in ROM 111b is created by replacing the labels (P_TUSUL, P_TSTOP, P_TDISPLY, P_TSFAN, P_TSOPEN, P_TSZAN) with the branch destination address values.

行番号2010の擬似命令は、特図ゲーム処理のA2608のサブルーチン(特図普段処理)の分岐先アドレスの値の設定に対応し、行番号2020の擬似命令は、A2609のサブルーチン(特図変動中処理)の分岐先アドレスの値の設定に対応する。また、行番号2030の擬似命令は、A2610のサブルーチン(特図表示中処理)の分岐先アドレス値の設定に対応し、行番号2040の擬似命令は、A2611のサブルーチン(小当り開放前処理)の分岐先アドレス値の設定に対応する。また、行番号2050の擬似命令は、A2612のサブルーチン(小当り開放中処理)の分岐先アドレス値の設定に対応し、行番号2060の擬似命令は、A2613のサブルーチン(小当り残存球処理)の分岐先アドレス値の設定に対応する。 The pseudo-instruction in line number 2010 corresponds to the setting of the branch destination address value of the A2608 subroutine (special chart normal processing) of the special chart game processing, and the pseudo-instruction in line number 2020 corresponds to the setting of the branch destination address value of the A2609 subroutine (special chart change processing). Also, the pseudo-instruction in line number 2030 corresponds to the setting of the branch destination address value of the A2610 subroutine (special chart display processing), and the pseudo-instruction in line number 2040 corresponds to the setting of the branch destination address value of the A2611 subroutine (small win opening pre-processing). Also, the pseudo-instruction in line number 2050 corresponds to the setting of the branch destination address value of the A2612 subroutine (small win opening processing), and the pseudo-instruction in line number 2060 corresponds to the setting of the branch destination address value of the A2613 subroutine (small win remaining ball processing).

〔2バイトデクリメント処理プログラム〕
図126の一段目は、第5実施形態に係る2バイトデクリメント処理プログラム(サブルーチン)のプログラム構造を示すプログラムリストである。2バイトデクリメント処理プログラムのサブルーチンは、ベクタテーブルにおいてn番目(n=ラベルP_DECWORDの値)に登録され、例えば行番号1550等のコード「CALLT P_DECWORD」によって呼び出される。
[2-byte decrement processing program]
126 is a program listing showing the program structure of a 2-byte decrement processing program (subroutine) according to the fifth embodiment. The subroutine of the 2-byte decrement processing program is registered as the nth subroutine (n=value of label P_DECWORD) in the vector table, and is called by the code "CALLT P_DECWORD" at line number 1550, for example.

行番号2110では、HLレジスタで指定されたアドレスの領域(2バイトの領域)に記憶された値をWAレジスタに転送する(コード「LD WA,(HL)」)。 In line number 2110, the value stored in the address area (2-byte area) specified by the HL register is transferred to the WA register (code "LD WA, (HL)").

行番号2120では、WAレジスタに転送された値が「0」でありゼロフラグ(ZF)がセットされ「1」である場合(ZF=1の場合)、2バイトデクリメント処理プログラムから呼び出し元の処理プログラムにリターンする(コード「RET Z」)。 In line number 2120, if the value transferred to the WA register is "0" and the zero flag (ZF) is set to "1" (if ZF = 1), the 2-byte decrement processing program returns to the calling processing program (code "RET Z").

行番号2130では、WAレジスタの値を1だけ減算して-1更新する(コード「DEC WA」)。このコードは、WAレジスタの値が「0」でない場合に実行されることになる。 In line number 2130, the value of the WA register is decremented by 1 (the code "DEC WA"). This code is executed if the value of the WA register is not "0".

行番号2140では、WAレジスタの値を、HLレジスタで指定されたアドレスの領域(2バイトの領域)に転送する(コード「LD (HL),WA」)。これによって、HLレジスタで指定されたアドレスの領域に記憶された値が、2バイトデクリメント処理の実行前から1だけ減算されて-1更新されたことになる。なお、HLレジスタで指定されたアドレスは、2バイトの領域の先頭アドレスである。また、この2バイトの領域に記憶された値が「0」である場合には、ゼロフラグ(ZF)がセットされ「1」となる。 In line number 2140, the value of the WA register is transferred to the address area (2-byte area) specified by the HL register (code "LD (HL), WA"). As a result, the value stored in the address area specified by the HL register is updated by subtracting 1 from the value before the 2-byte decrement process was executed. Note that the address specified by the HL register is the starting address of the 2-byte area. Also, if the value stored in this 2-byte area is "0", the zero flag (ZF) is set to "1".

行番号2150では、2バイトデクリメント処理プログラムから呼び出し元の処理プログラムにリターンする(コード「RET」)。なお、呼び出し元の処理プログラムに返されるゼロフラグによって、HLレジスタで指定されたアドレスを先頭アドレスとする2バイトの領域に記憶されている値が「0」か否かを判定可能となる。 At line number 2150, the 2-byte decrement processing program returns to the calling processing program (code "RET"). Note that the zero flag returned to the calling processing program makes it possible to determine whether the value stored in the 2-byte area whose top address is the address specified by the HL register is "0" or not.

〔2バイトデータ取得処理プログラム〕
図126の二段目は、第5実施形態に係る2バイトデータ取得処理プログラム(サブルーチン)のプログラム構造を示すプログラムリストである。2バイトデータ取得処理プログラムのサブルーチンは、ベクタテーブルにおいてn番目(n=ラベルP_GETWORDの値)に登録され、例えば行番号1590等のコード「CALLT P_GETWORD」によって呼び出される。
[2-byte data acquisition processing program]
126 is a program listing showing the program structure of a 2-byte data acquisition processing program (subroutine) according to the fifth embodiment. The subroutine of the 2-byte data acquisition processing program is registered as the nth subroutine (n=value of label P_GETWORD) in the vector table, and is called by the code "CALLT P_GETWORD" at line number 1590, for example.

行番号2210では、Aレジスタの値を2倍してWAレジスタに格納する(コード「MUL A,2」)。 In line number 2210, the value in the A register is doubled and stored in the WA register (code "MUL A, 2").

行番号2220では、WAレジスタの値をHLレジスタの値に加算する(コード「ADD HL,WA」)。これによって、2バイトデータ取得処理の実行開始時にHLレジスタの値がデータテーブル(例えば特図ゲームシーケンス分岐テーブル)の先頭アドレスであった場合に、ここで加算されたHLレジスタの値が、データテーブル内のデータ(例えばアドレスの値)を指し示すポインタとして機能する。 In line number 2220, the value of the WA register is added to the value of the HL register (code "ADD HL, WA"). As a result, if the value of the HL register is the top address of a data table (e.g., a special game sequence branch table) when the 2-byte data acquisition process begins, the added value of the HL register functions as a pointer to the data in the data table (e.g., an address value).

行番号2230では、HLレジスタで指定されたアドレスの領域に記憶された値をHLレジスタに転送する(コード「LD HL,(HL)」)。これによって、最終的に、データテーブル(例えば特図ゲームシーケンス分岐テーブル)に登録(定義)されたデータ(例えば分岐先アドレスの値)のいずれかがHLレジスタに2バイトデータとして格納されることになる。 In line number 2230, the value stored in the address area specified by the HL register is transferred to the HL register (code "LD HL, (HL)"). As a result, one of the data (e.g., the value of the branch destination address) registered (defined) in the data table (e.g., the special game sequence branch table) is ultimately stored as 2-byte data in the HL register.

行番号2240では、2バイトデータ取得処理プログラムから呼び出し元の処理プログラムにリターンする(コード「RET」)。 In line number 2240, the 2-byte data acquisition processing program returns to the calling processing program (code "RET").

なお、行番号2210においてAレジスタの値を2倍する理由は、HLレジスタの値がアドレステーブル(例えば特図ゲームシーケンス分岐テーブル)の先頭アドレスであった場合に、アドレステーブルに登録(定義)されたアドレス値(例えば分岐先アドレスの値)が2バイトであるため、偶数値を加算する必要があるためである(例えば特図ゲーム処理番号は奇数値を含む)。 The reason why the value of the A register is doubled in line number 2210 is that when the value of the HL register is the first address of an address table (e.g., a special game sequence branch table), the address value registered (defined) in the address table (e.g., the value of the branch destination address) is 2 bytes, so an even value needs to be added (e.g., the special game processing number includes an odd value).

〔1バイトデータ取得処理プログラム〕
図126の三段目は、第5実施形態に係る1バイトデータ取得処理プログラム(サブルーチン)のプログラム構造を示すプログラムリストである。1バイトデータ取得処理プログラムのサブルーチンは、ベクタテーブルにおいてn番目(n=ラベルP_GETBYTEの値)に登録され、例えば後述の行番号6350や行番号7570等のコード「CALLT P_GETBYTE」によって呼び出される。
[1 byte data acquisition processing program]
The third row in Fig. 126 is a program listing showing the program structure of a 1 byte data acquisition processing program (subroutine) according to the fifth embodiment. The subroutine of the 1 byte data acquisition processing program is registered as the nth subroutine (n = value of label P_GETBYTE) in the vector table, and is called by the code "CALLT P_GETBYTE" such as line number 6350 or line number 7570 described below.

行番号2310では、Aレジスタの値をHLレジスタの値に加算する(コード「ADD HL,A」)。加算後のHLレジスタの値が、アドレスを示すポインタとして機能する。 In line number 2310, the value of the A register is added to the value of the HL register (the code "ADD HL, A"). The value of the HL register after the addition functions as a pointer to the address.

行番号2320では、HLレジスタで指定されたアドレスの領域に記憶された値をAレジスタに転送する(コード「LD A,(HL)」)。これによって、最終的に使用する1バイトデータがAレジスタに格納されることになる。 In line number 2320, the value stored in the address area specified by the HL register is transferred to the A register (code "LD A, (HL)"). This causes the 1 byte of data that will ultimately be used to be stored in the A register.

行番号2330では、1バイトデータ取得処理プログラムから呼び出し元の処理プログラムにリターンする(コード「RET」)。 In line number 2330, the 1-byte data acquisition processing program returns to the calling processing program (code "RET").

〔特図状態チェック処理プログラム〕
図126の四段目は、第5実施形態に係る特図状態チェック処理プログラム(サブルーチン)のプログラム構造を示すプログラムリストである。特図状態チェック処理プログラムのサブルーチンは、ベクタテーブルにおいてn番目(n=ラベルP_TGMCHKの値)に登録され、例えば後述の行番号2540や行番号4080等のコード「CALLT P_TGMCHK」によって呼び出される。
[Special drawing status check processing program]
The fourth row of Fig. 126 is a program list showing the program structure of the special drawing state check processing program (subroutine) according to the fifth embodiment. The subroutine of the special drawing state check processing program is registered in the vector table as the nth (n = value of label P_TGMCHK) and is called by the code "CALLT P_TGMCHK" such as line number 2540 or line number 4080 described later.

行番号2410では、ラベルR_TGMFLGに対応するアドレスの領域(R_TGMFLG領域)のビット0がキャリーフラグ(CF)にコピーされる(コード「LD CF,(R_TGMFLG).0」)。このコードによって、CFの値を反転したものがジャンプステータスフラグ(JF)に格納される。例えば、R_TGMFLG領域のビット0が「1」の場合に、CF=1となり、さらに、転送される値が「1」であるためJF=0になる。例えば、R_TGMFLG領域のビット0が「0」の場合に、CF=0となり、さらに、転送される値が「0」であるためJF=1になる。 In line number 2410, bit 0 of the address area (R_TGMFLG area) corresponding to label R_TGMFLG is copied to the carry flag (CF) (code "LD CF, (R_TGMFLG).0"). This code causes the inverted value of CF to be stored in the jump status flag (JF). For example, if bit 0 of the R_TGMFLG area is "1", CF=1, and because the value transferred is "1", JF=0. For example, if bit 0 of the R_TGMFLG area is "0", CF=0, and because the value transferred is "0", JF=1.

なお、特図状態チェック処理のサブルーチンの実行結果として、CF=0且つJF=1であれば、時短状態でない(時短なし)と判定でき、CF=1且つJF=0であれば、時短状態である(時短あり)と判定できる。なお、判定自体は、CFまたはJFの何れかで可能である。 As a result of executing the subroutine for the special chart status check process, if CF = 0 and JF = 1, it can be determined that the time-saving state is not in effect (no time-saving state), and if CF = 1 and JF = 0, it can be determined that the time-saving state is in effect (time-saving state). The determination itself can be made using either CF or JF.

行番号2420では、特図状態チェック処理プログラムから呼び出し元の処理プログラムにリターンする(コード「RET」)。 At line number 2420, the special chart status check processing program returns to the calling processing program (code "RET").

〔始動口スイッチ監視処理プログラム〕
図127は、第5実施形態に係る始動口スイッチ監視処理(図17)に対応する始動口スイッチ監視処理プログラムの一部のプログラム構造を示すプログラムリストである。始動口スイッチ監視処理プログラムは、ラベルP_SIDOSWに相当する先頭アドレス(ROM内)を有し、特図ゲーム処理(図16)のステップA2600において、CALLR命令(行番号1510)によって呼び出されるサブルーチンである。
[Start switch monitoring processing program]
127 is a program list showing a part of the program structure of the start port switch monitoring process program corresponding to the start port switch monitoring process (FIG. 17) according to the fifth embodiment. The start port switch monitoring process program has a top address (in ROM) corresponding to the label P_SIDOSW, and is a subroutine called by the CALLR command (line number 1510) in step A2600 of the special game process (FIG. 16).

行番号2510では、始動口スイッチ監視処理のA2701に対応して、始動口1入賞監視テーブルのアドレス(ラベルD_SIDCHK1)を、相対アドレス「D_SIDCHK1-5000h」にして、HLレジスタに転送する(コード「LDD HL,D_SIDCHK1-5000H」)。これにより、始動口1入賞監視テーブルが準備される。 In line number 2510, in response to A2701 of the start port switch monitoring process, the address of the start port 1 winning monitoring table (label D_SIDCHK1) is set to the relative address "D_SIDCHK1-5000h" and transferred to the HL register (code "LDD HL, D_SIDCHK1-5000H"). This prepares the start port 1 winning monitoring table.

行番号2520では、始動口スイッチ監視処理のA2702に対応して、ハード乱数取得処理のサブルーチンをCALLR命令によって呼び出して実行する(コード「CALLR P_HRNDGET」)。ハード乱数取得処理のサブルーチンは、ラベルP_HRNDGETに対応するROM内アドレス(先頭アドレス)を有する。 At line number 2520, in response to A2702 of the start port switch monitoring process, the subroutine for the hard random number acquisition process is called and executed by the CALLR command (code "CALLR P_HRNDGET"). The subroutine for the hard random number acquisition process has an address in ROM (start address) corresponding to the label P_HRNDGET.

行番号2530では、始動口スイッチ監視処理のA2703に対応して、対象の始動入賞口36(始動口1)に始動口入賞がなくキャリーフラグ(CF)がセットされていない場合(NCの場合)に、ラベルSIDOSW20に対応するROM内アドレスへジャンプする(コード「JR NC,SIDOSW20」)。「JR NC,ラベル」と記載されるコードは、命令表の「JR NC,$+2+k」に対応する。なお、キャリーフラグ(CF)は、ハード乱数取得処理で始動口入賞があればセットされ「1」である。ジャンプしない場合に、次の行番号2540の命令に移行する。 In line number 2530, in response to A2703 of the start port switch monitoring process, if there is no start port winning in the target start winning port 36 (start port 1) and the carry flag (CF) is not set (in the case of NC), it jumps to the address in ROM corresponding to label SIDOSW20 (code "JR NC, SIDOSW20"). The code written as "JR NC, label" corresponds to "JR NC, $+2+k" in the instruction table. Note that the carry flag (CF) is set to "1" if there is a start port winning in the hard random number acquisition process. If there is no jump, it moves to the instruction of the next line number 2540.

行番号2540と行番号2550は、始動口スイッチ監視処理のA2704に対応する。行番号2540では、右打ちする遊技状態であるか否かを判定するために、特図状態チェック処理のサブルーチンを呼び出して実行する(コード「CALLT P_TGMCHK」)。本実施形態では、右打ちする遊技状態は、時短状態(特定遊技状態A-C)とするが、図82のように特定遊技状態C(c時短)を中サポとする場合に、特定遊技状態Cは右打ちする遊技状態からはずしてもよい。特図状態チェック処理のサブルーチンの実行によって、キャリーフラグ(CF)がセットされている場合(CF=1の場合)、時短状態、即ち、右打ちする遊技状態である。 Line number 2540 and line number 2550 correspond to A2704 of the start port switch monitoring process. In line number 2540, a subroutine of the special chart state check process is called and executed (code "CALLT P_TGMCHK") to determine whether or not the game state is for right-hitting. In this embodiment, the game state for right-hitting is the time-saving state (specific game state A-C), but if specific game state C (c time-saving) is set as the middle support as shown in Figure 82, specific game state C may be excluded from the game state for right-hitting. If the carry flag (CF) is set (CF = 1) by executing the subroutine of the special chart state check process, it is in the time-saving state, that is, the game state for right-hitting.

行番号2550では、右打ちする遊技状態である場合、即ち、特図時短中である場合に、ラベルSIDOSW10に対応するROM内アドレスへジャンプして、行番号2590以降の命令を実行する(コード「JR C,SIDOSW10」)。ジャンプしない場合に、次の行番号2560の命令に移行する。 In line number 2550, if the game state is for right-hitting, i.e., if the special time-saving feature is in progress, a jump is made to the address in ROM corresponding to label SIDOSW10, and the commands from line number 2590 onwards are executed (code "JR C, SIDOSW10"). If no jump is made, the program moves to the command in the next line number 2560.

行番号2560では、始動口スイッチ監視処理のA2705に対応し、右打ち指示報知コマンドをBCレジスタに転送する(コード「LD BC,C_RIGHTCOM」)。右打ち指示報知コマンドは、ラベルC_RIGHTCOMに対応する数値で表される。 Line number 2560 corresponds to A2705 of the start port switch monitoring process, and transfers the right hit instruction notification command to the BC register (code "LD BC, C_RIGHTCOM"). The right hit instruction notification command is represented by a number corresponding to the label C_RIGHTCOM.

行番号2570は、始動口スイッチ監視処理のA2706に対応し、演出コマンド設定処理のサブルーチンを呼び出して実行する(コード「CALLT P_COMSET」)。演出コマンド設定処理のサブルーチンは、ベクタテーブルにおいてn番目(n=ラベルP_COMSETの値)に登録されている。 Line number 2570 corresponds to A2706 of the start port switch monitoring process, and calls and executes the subroutine of the performance command setting process (code "CALLT P_COMSET"). The subroutine of the performance command setting process is registered as the nth subroutine in the vector table (n = value of label P_COMSET).

行番号2590では、始動口スイッチ監視処理のA2707に対応し、始動入賞口36(始動口1)による保留の情報を設定するテーブルのアドレス(ラベルD_T1HOINF)を、相対アドレス「D_T1HOINF-5000h」に変換して、HLレジスタに転送する(コード「LDD HL,D_T1HOINF-5000H」)。 Line number 2590 corresponds to A2707 of the start port switch monitoring process, and converts the address (label D_T1HOINF) of the table that sets the reserved information by the start winning port 36 (start port 1) into the relative address "D_T1HOINF-5000h" and transfers it to the HL register (code "LDD HL, D_T1HOINF-5000H").

行番号2600では、始動口スイッチ監視処理のA2708に対応し、特図始動口スイッチ共通処理のサブルーチンを呼び出して実行する(コード「CALLR P_TSIDOSW」)。特図始動口スイッチ共通処理のサブルーチンは、ラベルP_TSIDOSWに対応するROM内アドレス(先頭アドレス)を有する。 Line number 2600 corresponds to A2708 of the start port switch monitoring process, and calls and executes a subroutine of the special chart start port switch common process (code "CALLR P_TSIDOSW"). The subroutine of the special chart start port switch common process has an address in ROM (start address) that corresponds to the label P_TSIDOSW.

〔ハード乱数取得処理プログラム〕
図128は、第5実施形態に係るハード乱数取得処理(A2702,A2710)に対応するハード乱数取得処理プログラムのプログラム構造を示すプログラムリストである。ハード乱数取得処理プログラムは、ラベルP_HRNDGETに相当する先頭アドレス(ROM内)を有し、例えば、始動口スイッチ監視処理のステップA2702においてCALLR命令(行番号2520)によって呼び出されるサブルーチンである。
[Hard random number acquisition processing program]
128 is a program list showing the program structure of a hard random number acquisition processing program corresponding to the hard random number acquisition processing (A2702, A2710) according to the fifth embodiment. The hard random number acquisition processing program has a leading address (in ROM) corresponding to the label P_HRNDGET, and is a subroutine called by the CALLR command (line number 2520) in step A2702 of the start port switch monitoring processing, for example.

行番号3010では、始動口入賞がないことを示す始動口入賞なし情報として、キャリーフラグ(CF)をゼロクリアする(コード「CLR CF」)。 In line number 3010, the carry flag (CF) is cleared to zero (code "CLR CF") to indicate that there was no winning at the starting port.

行番号3020から行番号3040は、対象のスイッチに入力があったか否かを判定する。行番号3020では、現時点でHLレジスタに指定されているアドレスの領域(例えばROMのデータエリア内)に記憶された値をAレジスタに転送した後、HLレジスタ内のアドレスを次のアドレスに更新する(コード「LD A,(HL+)」)。コード「LD A,(HL+)」は、命令表の「LD r,(jj+)」に対応する。 Lines 3020 to 3040 determine whether an input has been made to the target switch. In line 3020, the value currently stored in the address area specified in the HL register (e.g., in the data area of a ROM) is transferred to the A register, and then the address in the HL register is updated to the next address (code "LD A, (HL+)"). The code "LD A, (HL+)" corresponds to "LD r, (jj+)" in the instruction table.

現時点でHLレジスタに格納(記憶)されているアドレスは、始動口スイッチ監視処理のプログラムの行番号2510で設定されている。そして、このアドレスの領域に記憶された値は、対象のスイッチのスイッチビットデータ(ゼロ以外の判定値)であり、例えば、「00000001B」である。なお、対象のスイッチは、ステップA2702のハード乱数取得処理では、始動口1スイッチ36aであり、ステップA2710のハード乱数取得処理では、始動口2スイッチ37aである。 The address currently stored (stored) in the HL register is set in line number 2510 of the program for the start port switch monitoring process. The value stored in the area of this address is the switch bit data (a judgment value other than zero) of the target switch, for example, "00000001B." Note that the target switch is the start port 1 switch 36a in the hard random number acquisition process of step A2702, and the start port 2 switch 37a in the hard random number acquisition process of step A2710.

行番号3030では、対象のスイッチに関する情報が格納されたスイッチ制御領域のうち立ち上がり情報が格納される加算アドレス「IY+R_SWCTL3+2」の領域(RAM内)から立ち上がり情報を取得して、Aレジスタのスイッチビットデータ(判定値)と論理積を取って、当該スイッチがオンしたか否かの判定を行う(コード「AND A,(IY+R_SWCTL3+2)」)。加算アドレス「IY+R_SWCTL3+2」は、IYレジスタの値「2800h」とR_SWCTL3+2に対応するオフセット値の和である。なお、スイッチ制御領域とは、遊技機に備えられた各種スイッチの検出状態をタイマ割込毎に記憶しておく記憶領域のことであり、本実施形態ではRAM111c内に設けられる。立ち上がり情報は、対象のスイッチがオフからオンに変化したことを示す情報である。 In line number 3030, rising edge information is obtained from the area (in RAM) of the addition address "IY+R_SWCTL3+2" where rising edge information is stored in the switch control area that stores information about the target switch, and a logical AND is taken with the switch bit data (determination value) of the A register to determine whether the switch is on or not (code "AND A, (IY+R_SWCTL3+2)"). The addition address "IY+R_SWCTL3+2" is the sum of the IY register value "2800h" and the offset value corresponding to R_SWCTL3+2. The switch control area is a storage area that stores the detection state of various switches provided in the gaming machine for each timer interrupt, and is provided in RAM 111c in this embodiment. The rising edge information is information that indicates that the target switch has changed from off to on.

なお、R_SWCTL3はスイッチ制御領域の先頭アドレス(RAM111cの先頭アドレス「2800h」からの相対アドレス)であり、論理レベルの情報が先頭アドレスから1番目のアドレスR_SWCTL3+1に記憶され、立ち上がり情報が先頭アドレスから2番目のアドレスR_SWCTL3+2に記憶されている。対象のスイッチがオフからオンに変化した場合に、アドレスR_SWCTL3+2の8ビットのデータのうち対象のビットが0から1になる。 R_SWCTL3 is the start address of the switch control area (a relative address from the start address "2800h" of RAM 111c), and logic level information is stored in the first address from the start address, R_SWCTL3+1, and rise information is stored in the second address from the start address, R_SWCTL3+2. When the target switch changes from off to on, the target bit of the 8-bit data at address R_SWCTL3+2 changes from 0 to 1.

対象の始動口(始動口1又は始動口2)に入賞(入球)がなく対象のスイッチがオフの場合、対象のスイッチに対応する立ち上がり情報(対象のビット)はゼロであり、演算結果(論理積)はゼロになり、ゼロフラグがセットされる(ZF=1)。立ち上がり情報がスイッチビットデータ(判定値)と同じである場合(例えば、「00000001B」で対象のスイッチのビットがオンした場合)に、演算結果(論理積)はゼロ以外(例えば、「00000001B」)になり、ゼロフラグ(ZF)がセットされない(ZF=0)。 If there is no winning (ball entry) in the target start port (start port 1 or start port 2) and the target switch is off, the rising information (target bit) corresponding to the target switch is zero, the operation result (logical product) is zero, and the zero flag is set (ZF = 1). If the rising information is the same as the switch bit data (determination value) (for example, "00000001B" and the bit of the target switch is on), the operation result (logical product) will be other than zero (for example, "00000001B") and the zero flag (ZF) is not set (ZF = 0).

行番号3040では、演算結果がゼロになりゼロフラグ(ZF)がセットされている場合に、サブルーチンを終了して、ハード乱数取得処理プログラムから始動口スイッチ監視処理プログラムにリターンする(コード「RET Z」)。即ち、対象の始動口(始動口1又は始動口2)に入賞がなく対象のスイッチがオフである場合に、始動口スイッチ監視処理プログラムに復帰する。 In line number 3040, if the calculation result is zero and the zero flag (ZF) is set, the subroutine ends and the program returns from the hardware random number acquisition processing program to the start port switch monitoring processing program (code "RET Z"). In other words, if there is no winning entry in the target start port (start port 1 or start port 2) and the target switch is off, the program returns to the start port switch monitoring processing program.

行番号3050では、乱数ラッチレジスタステータスをポートC_HRDCNT(即ち、ラベルC_HRDCNTに対応する数値の番号のポート)からAレジスタに入力する(コード「IN A,(C_HRDCNT)」)。 In line number 3050, the random number latch register status is input to the A register from port C_HRDCNT (i.e., the port with the numerical number corresponding to the label C_HRDCNT) (code "IN A, (C_HRDCNT)").

行番号3060と行番号3070は、対象の乱数ラッチレジスタにラッチデータあるか否かを判定する。行番号3060では、現時点でHLレジスタに格納されているアドレスの領域(例えばROMのデータエリア内)に記憶された判定値(判定データ)とAレジスタの値との論理積をとる(コード「AND A,(HL+)」)。その後、HLレジスタ内のアドレスを次のアドレスに更新する(「HL+」)。判定値はゼロ以外で例えば「00000010B」であり、行番号3060の演算結果(論理積)は、Aレジスタの値である乱数ラッチレジスタステータスが判定値に一致しない場合に、ゼロになりゼロフラグ(ZF)がセットされ、乱数ラッチレジスタステータスが判定値に一致する場合に、ゼロ以外(例えば「00000010B」)になりゼロフラグ(ZF)がセットされない。なお、対象の乱数ラッチレジスタにラッチデータがない場合に、対象の乱数ラッチレジスタに対応する乱数ラッチレジスタステータスのビットは0であり、乱数ラッチレジスタステータスが判定値に一致せず、演算結果(論理積)はゼロになる。 Line numbers 3060 and 3070 determine whether there is latch data in the target random number latch register. In line number 3060, the logical product of the judgment value (judgment data) stored in the area of the address currently stored in the HL register (for example, in the data area of the ROM) and the value of the A register is taken (code "AND A, (HL+)"). After that, the address in the HL register is updated to the next address ("HL+"). The judgment value is other than zero, for example "00000010B", and the calculation result (logical product) of line number 3060 is zero when the random number latch register status, which is the value of the A register, does not match the judgment value, and the zero flag (ZF) is set, and when the random number latch register status matches the judgment value, it is other than zero (for example "00000010B") and the zero flag (ZF) is not set. In addition, if there is no latch data in the target random number latch register, the bit of the random number latch register status corresponding to the target random number latch register is 0, the random number latch register status does not match the judgment value, and the calculation result (logical product) is zero.

行番号3070では、行番号2060の演算結果がゼロ(Z)の場合(即ち対象の乱数ラッチレジスタにラッチデータがない場合)に、サブルーチンを終了して、ハード乱数取得処理プログラムからリターンする(コード「RET Z」)。 In line number 3070, if the calculation result in line number 2060 is zero (Z) (i.e., there is no latch data in the target random number latch register), the subroutine ends and the program returns from the hard random number acquisition processing program (code "RET Z").

行番号3080では、対象のハード乱数ラッチレジスタのアドレスを準備するため、現時点でHLレジスタに格納されているアドレスの領域(例えばROMのデータエリア内)に記憶された値(対象のハード乱数ラッチレジスタのアドレス)をEレジスタに転送する(コード「LD E,(HL)」)。 In line number 3080, in order to prepare the address of the target hard random number latch register, the value (address of the target hard random number latch register) currently stored in the address area (e.g., in the data area of the ROM) stored in the HL register is transferred to the E register (code "LD E, (HL)").

行番号3090では、Eレジスタに格納されているアドレス(対象のハード乱数ラッチレジスタのアドレス)から2バイトの領域に記憶されている値(2バイトの大当り乱数、16ビット固定長乱数#0)をWAレジスタに入力する(コード「INW WA,(E)」)。 In line number 3090, the value stored in the 2-byte area from the address stored in the E register (the address of the target hard random number latch register) (the 2-byte jackpot random number, 16-bit fixed-length random number #0) is input into the WA register (code "INW WA, (E)").

行番号3100では、WAレジスタの値(2バイトの大当り乱数)をIXレジスタに転送する(コード「LD IX,WA」)。 In line number 3100, the value of the WA register (a 2-byte jackpot random number) is transferred to the IX register (code "LD IX, WA").

行番号3110では、始動口入賞があることを示す始動口入賞あり情報として、キャリーフラグ(CF)をセットする(コード「SET CF」)。 In line number 3110, the carry flag (CF) is set (code "SET CF") as starting port winning information indicating that a starting port winning has occurred.

行番号3120では、サブルーチンを終了して、ハード乱数取得処理プログラムからリターンする(コード「RET」)。 At line number 3120, the subroutine ends and returns from the hard random number acquisition processing program (code "RET").

〔特図始動口スイッチ共通処理プログラム〕
図129は、第5実施形態に係る特図始動口スイッチ共通処理(図18)に対応する特図始動口スイッチ共通処理プログラムのプログラム構造を示すプログラムリストである。特図始動口スイッチ共通処理プログラムは、ラベルP_TSIDOSWに相当する先頭アドレス(ROM内)を有し、例えば、始動口スイッチ監視処理のステップA2708(行番号2600)やA2715においてCALLR命令によって呼び出されるサブルーチンである。
[Special diagram start switch common processing program]
129 is a program list showing the program structure of a special drawing start port switch common processing program corresponding to the special drawing start port switch common processing (FIG. 18) according to the fifth embodiment. The special drawing start port switch common processing program has a top address (in ROM) corresponding to the label P_TSIDOSW, and is a subroutine called by the CALLR command in, for example, step A2708 (line number 2600) or A2715 of the start port switch monitoring process.

行番号3510では、特図始動口スイッチ共通処理のA2901に対応して、加算アドレス「IY+R_SIDOSIG」の始動口信号出力回数領域に記憶された始動口信号出力回数をAレジスタに転送する(コードLD A,(IY+R_SIDOSIG)」)。 In line number 3510, in response to A2901 of the special chart start port switch common processing, the start port signal output count stored in the start port signal output count area of the addition address "IY+R_SIDOSIG" is transferred to the A register (code LD A, (IY+R_SIDOSIG))).

行番号3520では、特図始動口スイッチ共通処理のA2902に対応して、Aレジスタの値(始動口信号出力回数)を1だけ増加して+1更新する(コード「INC A」)。 In line number 3520, in response to A2902 of the special chart start port switch common processing, the value of the A register (number of times the start port signal is output) is incremented by 1 to update it by +1 (code "INC A").

行番号3530では、特図始動口スイッチ共通処理のA2903に対応して、Aレジスタの始動口信号出力回数がオーバーフローしてゼロに戻っている場合(ZF=1)、ラベルTSIDOSW10に対応するROM内アドレスへジャンプして、行番号3560以降の命令を実行する(コード「JR Z,TSIDOSW10」)。なお、「JR Z,ラベル」と記載されるコードは、命令表の「JR Z,$+2+k」に対応する。ジャンプしない場合に、次の行番号3540の命令に移行する。 In line number 3530, corresponding to A2903 of the special chart start port switch common processing, if the number of start port signal outputs in the A register has overflowed and returned to zero (ZF = 1), a jump is made to the address in ROM corresponding to label TSIDOSW10, and the instructions from line number 3560 onwards are executed (code "JR Z, TSIDOSW10"). Note that the code written as "JR Z, label" corresponds to "JR Z, $ + 2 + k" in the instruction table. If no jump is made, the program moves to the instruction in the next line number 3540.

行番号3540では、特図始動口スイッチ共通処理のA2903に対応して、Aレジスタの始動口信号出力回数がオーバーフローしてない場合に、更新後のAレジスタの値(始動口信号出力回数)を加算アドレス「IY+R_SIDOSIG」の始動口信号出力回数領域に転送する(コード「LD (IY+R_SIDOSIG),A」)。 In line number 3540, in response to A2903 of the special chart start port switch common processing, if the start port signal output count in the A register has not overflowed, the updated value of the A register (start port signal output count) is transferred to the start port signal output count area of the addition address "IY+R_SIDOSIG" (code "LD (IY+R_SIDOSIG), A").

行番号3560から3590は、特図始動口スイッチ共通処理のA2905に対応する。行番号3560では、保留情報テーブル(現時点のHLレジスタで指定されたアドレスの領域)に記憶された値を、保留数領域のオフセットアドレスとしてWレジスタに転送する(コード「LD W,(HL+)」)。なお、コード「LD W,(HL+)」は、命令表の「LD r,(jj+)」に対応する。その後、現時点のHLレジスタ内のアドレスを次のアドレスに+1更新する。例えば、対象の始動口が始動口1であれば、現時点のHLレジスタ内のアドレス(例えばROMのデータエリア内)は、行番号2590でロード(転送)した値である。保留情報テーブル(A2707、A2714)は、始動入賞口36(始動口1)又は第2始動入賞口(普通変動入賞装置37、始動口2)への入賞による保留(始動記憶)に関する情報を設定したテーブル(例えばROMのデータエリア内)である。 Line numbers 3560 to 3590 correspond to A2905 of the special starting port switch common processing. In line number 3560, the value stored in the reserved information table (the area of the address specified in the current HL register) is transferred to the W register as the offset address of the reserved number area (code "LD W, (HL+)"). The code "LD W, (HL+)" corresponds to "LD r, (jj+)" in the instruction table. After that, the address in the current HL register is updated by +1 to the next address. For example, if the target starting port is starting port 1, the address in the current HL register (for example, in the data area of the ROM) is the value loaded (transferred) in line number 2590. The pending information table (A2707, A2714) is a table (e.g., in the data area of the ROM) that sets information about pending (start memory) due to winning at the start winning port 36 (start winning port 1) or the second start winning port (normal variable winning device 37, start winning port 2).

行番号3570では、加算アドレス「IY+W」の領域に記憶された値(保留数)をAレジスタに転送する(コード「LD A,(IY+W)」)。加算アドレス「IY+W」は、Wレジスタに格納された値(保留数領域のオフセットアドレス)とIYレジスタに格納された値(RAM先頭アドレス「2800h」)を加算したものである。加算アドレス「IY+W」は、保留数領域の絶対アドレスとなる。即ち、行番号3570では、保留数領域の現時点での保留数をAレジスタに格納するが、現時点での保留数(始動記憶の数)は、行番号3600(A2906)で今回の入賞によって+1更新する前の保留数である。 In line number 3570, the value (reserved number) stored in the area of the addition address "IY+W" is transferred to the A register (code "LD A, (IY+W)"). The addition address "IY+W" is the sum of the value stored in the W register (offset address of the reserved number area) and the value stored in the IY register (RAM start address "2800h"). The addition address "IY+W" becomes the absolute address of the reserved number area. In other words, in line number 3570, the current reserved number in the reserved number area is stored in the A register, but the current reserved number (starting memory number) is the reserved number before it was updated by +1 due to the current winning in line number 3600 (A2906).

行番号3580では、Aレジスタの保留数を上限値(ここでは4)と比較して、上限値より小さい場合にキャリーフラグ(CF)をセットし(CF=1)、上限値以上の場合にキャリーフラグ(CF)をセットしない(CF=0)(コード「CP A,4」)。 In line number 3580, the reserved number in the A register is compared with an upper limit (here 4), and if it is less than the upper limit, the carry flag (CF) is set (CF = 1), and if it is equal to or greater than the upper limit, the carry flag (CF) is not set (CF = 0) (code "CP A, 4").

行番号3590では、保留数が上限値に達してキャリーフラグ(CF)をセットしない場合に(NC)、特図始動口スイッチ共通処理プログラムから始動口スイッチ監視処理プログラムにリターンする(コード「RET NC」)。 In line number 3590, if the reserved number reaches the upper limit and the carry flag (CF) is not set (NC), the special chart start port switch common processing program returns to the start port switch monitoring processing program (code "RET NC").

行番号3600は、特図始動口スイッチ共通処理のA2906に対応する。行番号3600では、対象の特図保留数(特図1保留数又は特図2保留数)として、RAM内アドレス「IY+W」に対応する保留数領域の値である保留数を+1更新する(コード「INC (IY+W)」)。RAM内アドレスIY+Wは、IYレジスタに格納された値とWレジスタに格納された値を加算したアドレスである。 Line number 3600 corresponds to A2906 of the special chart start port switch common processing. In line number 3600, the reserved number, which is the value of the reserved number area corresponding to the address "IY+W" in RAM as the target reserved number of special charts (reserved number of special charts 1 or reserved number of special charts 2), is updated by +1 (code "INC (IY+W)"). The address IY+W in RAM is the address obtained by adding the value stored in the IY register and the value stored in the W register.

行番号3610から3640は、特図始動口スイッチ共通処理のA2907に対応する。行番号3610では、Aレジスタに格納された保留数(+1更新する前の保留数)をCレジスタに転送する(コード「LD C,A」)。 Line numbers 3610 to 3640 correspond to A2907 of the special chart start port switch common processing. In line number 3610, the reserved number stored in the A register (the reserved number before updating by +1) is transferred to the C register (code "LD C, A").

行番号3620では、現時点のHLレジスタのアドレスの領域に記憶された値(始動口入賞フラグ)をBレジスタに転送する(コード「LD B,(HL+)」)。なお、コード「LD B,(HL+)」は、命令表の「LD r,(jj+)」に対応する。即ち、保留情報テーブルから始動口入賞フラグ(特図1又は特図2を示す値)を取得する。その後、HLレジスタ内の値を次のアドレスに+1更新する。 In line number 3620, the value (starting gate winning flag) stored in the current HL register address area is transferred to the B register (code "LD B, (HL+)"). The code "LD B, (HL+)" corresponds to "LD r, (jj+)" in the command table. In other words, the starting gate winning flag (value indicating special chart 1 or special chart 2) is obtained from the pending information table. After that, the value in the HL register is updated by +1 to the next address.

行番号3630では、加算アドレス「IY+R_SIDOFLG」の領域(RAM内)に、Bレジスタに格納された値(始動口入賞フラグ)を転送する(コード「LD (IY+R_SIDOFLG),B」。加算アドレス「IY+R_SIDOFLG」は、IYレジスタに格納された値(RAM先頭アドレス「2800h」)にラベルR_SIDOFLGに対応する値を加算したものである。なお、加算アドレス「IY+ラベル」は、RAM内のアドレスを示す。 In line number 3630, the value stored in the B register (starting gate winning flag) is transferred to the area (within RAM) of the addition address "IY+R_SIDOFLG" (code "LD (IY+R_SIDOFLG), B"). The addition address "IY+R_SIDOFLG" is the value stored in the IY register (RAM top address "2800h") plus the value corresponding to the label R_SIDOFLG. Note that the addition address "IY+label" indicates an address in RAM.

行番号3640では、BCレジスタの値をRAMのスタック領域に退避する(コード「PUSH BC」)。 On line number 3640, the value of the BC register is saved to the stack area of RAM (code "PUSH BC").

行番号3650から3690は、特図始動口スイッチ共通処理のA2908に対応する。行番号3650では、現時点のHLレジスタに格納されたアドレスに記憶された値(1つの保留に対するバイト数(8))をWレジスタに転送する(コード「LD W,(HL+)」)。即ち、保留情報テーブルから1つの保留に対するバイト数(8)を取得する。その後、HLレジスタ内のアドレスを次のアドレスに+1更新する。 Line numbers 3650 to 3690 correspond to A2908 of the special chart start port switch common processing. In line number 3650, the value stored in the address currently stored in the HL register (the number of bytes for one reservation (8)) is transferred to the W register (code "LD W, (HL+)"). In other words, the number of bytes for one reservation (8) is obtained from the reservation information table. After that, the address in the HL register is updated by +1 to the next address.

なお、特図1保留記憶領域又は特図2保留記憶領域の各保留の乱数格納領域には、2バイトの大当り乱数、1バイトの大当り図柄乱数、1バイトのサポ当り図柄乱数、2バイトの変動パターン乱数1、1バイトの変動パターン乱数2、1バイトの変動パターン乱数3が格納され、各特図保留(各始動記憶)に対して割り当てられたバイト数(保留バイト数)は8バイトになる。 In addition, the random number storage area for each reserve in the special chart 1 reserve memory area or special chart 2 reserve memory area stores a 2-byte jackpot random number, a 1-byte jackpot design random number, a 1-byte support design random number, a 2-byte fluctuation pattern random number 1, a 1-byte fluctuation pattern random number 2, and a 1-byte fluctuation pattern random number 3, and the number of bytes (reserved bytes) allocated to each special chart reserve (each start memory) is 8 bytes.

行番号3660では、Wレジスタに格納された保留バイト数(8)と、Aレジスタに格納された保留数(+1更新する前の保留数であり0から3)とを乗算し、WAレジスタに演算結果(保留数×保留バイト数(8))を格納する(コード「MUL W,A」)。演算結果は0から24であるため、演算結果は実質的に下位バイトのAレジスタに格納される。 In line number 3660, the number of reserved bytes (8) stored in the W register is multiplied by the reserved number stored in the A register (the reserved number before the +1 update, which is 0 to 3), and the result (reserved number x number of reserved bytes (8)) is stored in the WA register (code "MUL W, A"). Since the result is 0 to 24, the result is effectively stored in the lower byte of the A register.

行番号3670では、現時点のHLレジスタに格納されたアドレスに記憶された値(乱数格納領域のアドレス)をLレジスタに転送する(コード「LD L,(HL)」)。即ち、保留情報テーブルから乱数格納領域のアドレス(先頭アドレス)を取得する。例えば、乱数格納領域(保留記憶領域)の先頭アドレスは、特図1保留記憶領域では2830hであり、特図2保留記憶領域では2850hである。 In line number 3670, the value stored in the address currently stored in the HL register (address of the random number storage area) is transferred to the L register (code "LD L, (HL)"). That is, the address (starting address) of the random number storage area is obtained from the reserved information table. For example, the starting address of the random number storage area (reserved memory area) is 2830h in the special chart 1 reserved memory area and 2850h in the special chart 2 reserved memory area.

行番号3680では、Aレジスタに格納された値(保留数×保留バイト数)を、Lレジスタに格納された乱数格納領域の先頭アドレスに加算する(コード「ADD L,A」)。加算の結果、Lレジスタの値は、保留数(+1更新する前の保留数)に対応する領域のアドレス、即ち、今回の入賞により発生した保留の乱数格納領域の先頭アドレスになる。例えば、今回の入賞により発生した保留が保留3なら、特図1保留記憶領域に関して、保留数に対応する領域のアドレスは、RAM111cの先頭アドレス「2800h」に対するオフセットアドレス(下位バイト)で30h+2×8=40hとなり、特図2保留記憶領域では、「2800h」に対するオフセットアドレス(下位バイト)で50h+2×8=60hとなる。 In line number 3680, the value stored in the A register (reserved number x reserved bytes) is added to the top address of the random number storage area stored in the L register (code "ADD L, A"). As a result of the addition, the value of the L register becomes the address of the area corresponding to the reserved number (reserved number before updating +1), that is, the top address of the random number storage area for the reserved number generated by this winning. For example, if the reserved number generated by this winning is reserved 3, the address of the area corresponding to the reserved number for the special chart 1 reserved memory area is 30h + 2 x 8 = 40h, which is the offset address (lower byte) for the top address "2800h" of RAM 111c, and for the special chart 2 reserved memory area, the offset address (lower byte) for "2800h" is 50h + 2 x 8 = 60h.

行番号3690では、保留数に対応する領域のアドレスの上位アドレスとして、Hレジスタに数値「28h」を転送する(コード「LD H,28H」)。 In line number 3690, the number "28h" is transferred to the H register as the upper address of the area corresponding to the reserved number (code "LD H, 28H").

行番号3700では、特図始動口スイッチ共通処理のA2909に対応して、HLレジスタで指定されたアドレスの領域(RAM内)に、IXレジスタに格納されている2バイトの大当り乱数を転送し、その後、HLレジスタ内のアドレスを次のアドレスに+2更新する(コード「LD (HL+),IX」)。なお、コード「LD (HL+),IX」は、命令表の「LD (jj+),ss」に対応する。 In line number 3700, in response to A2909 of the special chart start port switch common processing, the 2-byte jackpot random number stored in the IX register is transferred to the address area (in RAM) specified by the HL register, and then the address in the HL register is updated by +2 to the next address (code "LD (HL+), IX"). Note that the code "LD (HL+), IX" corresponds to "LD (jj+), ss" in the command table.

行番号3710と行番号3720は、特図始動口スイッチ共通処理のA2910に対応する。行番号3710では、1バイトの大当り図柄乱数(8ビット可変長乱数#0)をポートC_RNSV0(即ち、ラベルC_RNSV0に対応する数値の番号のポート)からAレジスタに入力する(コード「IN A,(C_RNSV0)」)。 Line numbers 3710 and 3720 correspond to A2910 of the special pattern start port switch common processing. In line number 3710, a 1-byte jackpot pattern random number (8-bit variable-length random number #0) is input from port C_RNSV0 (i.e., the port with the numerical number corresponding to label C_RNSV0) to the A register (code "IN A, (C_RNSV0)").

行番号3720では、HLレジスタで指定されたアドレスの領域(RAM内)に、Aレジスタの大当り図柄乱数を転送し、その後、HLレジスタ内のアドレスを次のアドレスに+1更新する(コード「LD (HL+),A」)。なお、コード「LD (HL+),A」は、命令表の「LD (jj+),r」に対応する。 In line number 3720, the jackpot symbol random number in the A register is transferred to the address area (within RAM) specified by the HL register, and then the address in the HL register is updated by +1 to the next address (code "LD (HL+), A"). Note that the code "LD (HL+), A" corresponds to "LD (jj+), r" in the command table.

行番号3730と行番号3740は、特図始動口スイッチ共通処理のA2912に対応する。行番号3730では、1バイトのサポ当り図柄乱数(8ビット可変長乱数#1)をポートC_RDSV1(即ち、ラベルC_RDSV1に対応する数値の番号のポート)からAレジスタに入力する(コード「IN A,(C_RDSV1)」)。 Line numbers 3730 and 3740 correspond to A2912 of the special pattern start port switch common processing. In line number 3730, a 1-byte random number for the pattern per support (8-bit variable-length random number #1) is input from port C_RDSV1 (i.e., the port with the numerical number corresponding to label C_RDSV1) to the A register (code "IN A, (C_RDSV1)").

行番号3740では、HLレジスタで指定されたアドレスの領域(RAM内)に、Aレジスタのサポ当り図柄乱数を転送し、その後、HLレジスタ内のアドレスを次のアドレスに+1更新する(コード「LD (HL+),A」)。 In line number 3740, the random number of the symbol per support in the A register is transferred to the address area (within RAM) specified by the HL register, and then the address in the HL register is updated by +1 to the next address (code "LD (HL+), A").

行番号3750から行番号3780は、特図始動口スイッチ共通処理のA2913に対応する。行番号3750では、2バイトの変動パターン乱数1(16ビット固定長乱数#1)をポートC_RDLF1(即ち、ラベルC_RDLF1に対応する数値の番号のポート)からWAレジスタに入力する(コード「INW WA,(C_RDLF1)」)。 Lines 3750 to 3780 correspond to A2913 of the special chart start port switch common processing. In line 3750, a 2-byte variable pattern random number 1 (16-bit fixed-length random number #1) is input to the WA register from port C_RDLF1 (i.e., the port with the numerical number corresponding to label C_RDLF1) (code "INW WA, (C_RDLF1)").

行番号3760では、HLレジスタで指定されたアドレスの領域(RAM内)に、WAレジスタの変動パターン乱数1を転送し、その後、HLレジスタ内のアドレスを次のアドレスに+2更新する(コード「LD (HL+),WA」)。なお、コード「LD (HL+),WA」は、命令表の「LD (jj+),ss」に対応する。 In line number 3760, the variable pattern random number 1 in the WA register is transferred to the address area (in RAM) specified by the HL register, and then the address in the HL register is updated by +2 to the next address (code "LD (HL+), WA"). Note that the code "LD (HL+), WA" corresponds to "LD (jj+), ss" in the instruction table.

行番号3770では、1バイトの変動パターン乱数2と3(8ビット可変長乱数#2と#3)をポートC_RDSV2(即ち、ラベルC_RDSV2に対応する数値の番号のポート)からWAレジスタに入力する(コード「INW WA,(C_RDSV2)」)。 In line number 3770, 1-byte variation pattern random numbers 2 and 3 (8-bit variable-length random numbers #2 and #3) are input to the WA register from port C_RDSV2 (i.e., the port with the numerical number corresponding to label C_RDSV2) (code "INW WA, (C_RDSV2)").

行番号3780では、HLレジスタで指定されたアドレスの領域(RAM内)に、WAレジスタの変動パターン乱数2と3を転送する(コード「LD (HL),WA」)。なお、コード「LD (HL),WA」は、命令表の「LD (jj),ss」に対応する。 In line number 3780, the variable pattern random numbers 2 and 3 in the WA register are transferred to the address area (within RAM) specified by the HL register (code "LD (HL), WA"). Note that the code "LD (HL), WA" corresponds to "LD (jj), ss" in the instruction table.

行番号3790では、特図始動口スイッチ共通処理のA2914に対応して、特図保留情報判定処理のサブルーチンを呼び出して実行する(コード「CALLR P_THOINF」)。特図保留情報判定処理のサブルーチンは、ラベルP_THOINFに対応するROM内アドレス(先頭アドレス)を有する。 In line number 3790, in response to A2914 of the special chart start port switch common processing, a subroutine for special chart reservation information determination processing is called and executed (code "CALLR P_THOINF"). The subroutine for special chart reservation information determination processing has an address in ROM (starting address) corresponding to the label P_THOINF.

行番号3800から3820は、特図始動口スイッチ共通処理のA2915に対応する。行番号3800では、RAMのスタック領域からBCレジスタの値を復帰する(コード「POP BC」)。Bレジスタの値は、始動口入賞フラグ(特図1又は特図2を示す値)であり、Cレジスタの値は、保留数(+1更新する前の保留数)である。 Line numbers 3800 to 3820 correspond to A2915 of the special chart start port switch common processing. In line number 3800, the value of the BC register is restored from the stack area of RAM (code "POP BC"). The value of the B register is the start port winning flag (a value indicating special chart 1 or special chart 2), and the value of the C register is the reserved number (the reserved number before updating by +1).

行番号3810では、Bレジスタの値に、ラベルC_THOMDに対応する数値(特図保留モードを示す数値)を加算する(コード「ADD B,C_THOMD」)。 On line number 3810, the value of register B is added to the number corresponding to label C_THOMD (the number indicating special chart reservation mode) (code "ADD B, C_THOMD").

行番号3820では、Cレジスタの値に2を加算する(コード「ADD C,2」)。 On line number 3820, 2 is added to the value of the C register (code "ADD C, 2").

行番号3830では、特図始動口スイッチ共通処理のA2916に対応して、演出コマンド設定処理のサブルーチン(P_COMSET)を呼び出して実行する(コード「CALLT P_COMSET」)。演出コマンド設定処理のサブルーチンは、ベクタテーブルにおいてn番目(n=ラベルP_COMSETの値)に登録されている。演出コマンド設定処理は、BレジスタとCレジスタの値に基づいて実行されることになる。 In line number 3830, in response to A2916 of the special chart start port switch common processing, the subroutine for the effect command setting process (P_COMSET) is called and executed (code "CALLT P_COMSET"). The subroutine for the effect command setting process is registered as the nth subroutine in the vector table (n = value of label P_COMSET). The effect command setting process is executed based on the values of the B and C registers.

行番号2840では、サブルーチンを終了して、特図始動口スイッチ共通処理プログラムからリターンする(コード「RET」)。 At line number 2840, the subroutine ends and returns from the special chart start port switch common processing program (code "RET").

〔特図保留情報判定処理プログラム〕
図130は、第5実施形態に係る特図保留情報判定処理に対応する特図保留情報判定処理プログラムの一部のプログラム構造を示すプログラムリストである。特図保留情報判定処理プログラムは、ラベルP_THOINFに相当する先頭アドレス(ROM内)を有し、例えば、特図始動口スイッチ共通処理のA2914(行番号3790)等においてCALLR命令によって呼び出されるサブルーチンである。
[Special drawing reservation information judgment processing program]
130 is a program list showing a part of the program structure of the special drawing reservation information determination processing program corresponding to the special drawing reservation information determination processing according to the fifth embodiment. The special drawing reservation information determination processing program has a top address (in ROM) corresponding to the label P_THOINF, and is a subroutine called by a CALLR command in, for example, A2914 (line number 3790) of the special drawing start port switch common processing.

行番号4010では、特図2保留数の保留数記憶領域に対応するアドレス(ラベルR_T2HORYU)をDEレジスタに転送する(コード「LDY DE,R_T2HORYU」)。R_T2HORYUは、IYレジスタの値「2800h」を基準とするオフセットアドレスであり、保留数記憶領域の下位アドレスのみをR_T2HORYUとして指定するだけで済む。 In line number 4010, the address (label R_T2HORYU) corresponding to the reserved number memory area of the reserved number of special charts 2 is transferred to the DE register (code "LDY DE, R_T2HORYU"). R_T2HORYU is an offset address based on the value of the IY register "2800h", and it is sufficient to specify only the lower address of the reserved number memory area as R_T2HORYU.

行番号4020では、特図2保留の乱数格納領域(特図2保留記憶領域)の先頭アドレス(ラベルR_T2RNDMEM)から8(特図2保留の保留バイト数)を減算した値「R_T2RNDMEM-8」を、特図2保留の乱数格納領域のアドレスに関連する値(基準値)としてHLレジスタに転送する(コード「LDY HL,R_T2RNDMEM-8」)。 In line number 4020, the value "R_T2RNDMEM-8" obtained by subtracting 8 (the number of reserved bytes of Special Chart 2 Reserve) from the top address (label R_T2RNDMEM) of the random number storage area (Special Chart 2 Reserve memory area) for Special Chart 2 Reserve is transferred to the HL register as a value (reference value) related to the address of the random number storage area for Special Chart 2 Reserve (code "LDY HL, R_T2RNDMEM-8").

行番号4030では、特図2保留に対する保留バイト数「8」をWレジスタに転送する(コード「LD W,8」)。 In line number 4030, the number of reserved bytes for Special Chart 2, "8", is transferred to the W register (code "LD W, 8").

行番号4040では、加算アドレス「IY+R_SIDOFLG」の領域(RAM内)に記憶された始動口入賞フラグを、特図1を示す値(ラベルC_SIDO1)と比較する(コード「CPJ (IY+R_SIDOFLG),C_SIDO1」)。なお、コード「CPJ (IY+R_SIDOFLG),C_SIDO1」は、命令表の「CPJ (jj+d),n」に対応する。始動口入賞フラグが特図1を示し比較結果が一致する場合には、ゼロフラグがセットされ(ZF=1)、始動口入賞フラグが特図2を示し比較結果が一致しない場合には、ゼロフラグがセットされない(NZ、ZF=0)。 In line number 4040, the start port winning flag stored in the area (in RAM) of the added address "IY+R_SIDOFLG" is compared with the value indicating special chart 1 (label C_SIDO1) (code "CPJ (IY+R_SIDOFLG), C_SIDO1"). The code "CPJ (IY+R_SIDOFLG), C_SIDO1" corresponds to "CPJ (jj+d), n" in the command table. If the start port winning flag indicates special chart 1 and the comparison results are a match, the zero flag is set (ZF=1), and if the start port winning flag indicates special chart 2 and the comparison results are not a match, the zero flag is not set (NZ, ZF=0).

行番号4050では、始動口入賞フラグが特図2を示しゼロフラグがセットされない場合に(NZ)、ラベルTHOINF10に対応するROM内アドレスへジャンプして、行番号4150以降の命令を実行する(コード「JR NZ,THOINF10」)。即ち、始動口1の入賞でなければ分岐する。ジャンプしない場合に、次の行番号4060の命令に移行する。 In line number 4050, if the start port winning flag indicates special chart 2 and the zero flag is not set (NZ), it jumps to the address in ROM corresponding to label THOINF10 and executes the commands from line number 4150 onwards (code "JR NZ, THOINF10"). In other words, it branches if start port 1 is not a winning port. If it does not jump, it moves to the command in the next line number 4060.

行番号4060では、特図1保留数の保留数記憶領域のアドレス(ラベルR_T1HORYU)をDEレジスタに転送する(コード「LDY DE,R_T1HORYU」)。 In line number 4060, the address of the reserved number memory area for Special Chart 1 reserved number (label R_T1HORYU) is transferred to the DE register (code "LDY DE, R_T1HORYU").

行番号4070では、特図1保留の乱数格納領域(特図1保留記憶領域)の先頭アドレス(ラベルR_T1RNDMEM)から8(特図1保留の保留バイト数)を減算した値「R_T1RNDMEM-8」を、特図1保留の乱数格納領域のアドレスに関連する値(基準値)としてHLレジスタに転送する(コード「LDY HL,R_T1RNDMEM-8」)。 In line number 4070, the value "R_T1RNDMEM-8" obtained by subtracting 8 (the number of reserved bytes of Special Chart 1 Reserve) from the starting address (label R_T1RNDMEM) of the random number storage area (Special Chart 1 Reserve memory area) for Special Chart 1 Reserve is transferred to the HL register as a value (reference value) related to the address of the random number storage area for Special Chart 1 Reserve (code "LDY HL, R_T1RNDMEM-8").

行番号4080では、行番号2540と同じく、右打ちする遊技状態であるか否かを判定するために、特図状態チェック処理のサブルーチンを呼び出して実行する(コード「CALLT P_TGMCHK」)。本実施形態では、右打ちする遊技状態は、時短状態(特定遊技状態A-C)とする。特図状態チェック処理のサブルーチンの実行によって、キャリーフラグ(CF)がセットされている場合(CF=1の場合)、時短状態、即ち、右打ちする遊技状態である。 In line number 4080, like line number 2540, a subroutine for special chart state check processing is called and executed to determine whether or not the game state is for right-hitting (code "CALLT P_TGMCHK"). In this embodiment, the game state for right-hitting is the time-saving state (specific game states A-C). If the carry flag (CF) is set (CF = 1) by executing the subroutine for special chart state check processing, the game state is the time-saving state, i.e., the game state for right-hitting.

行番号4090では、右打ちする遊技状態である場合(CF=1の場合)、サブルーチンを終了して、特図保留情報判定処理プログラムからリターンする(コード「RET C」)。これによって、右打ちする遊技状態では、特図1変動表示ゲームの結果を事前判定しない。なお、行番号4050のコードによって、始動口入賞フラグが特図2を示す場合に分岐して行番号4060から行番号4130の命令は実行されないため、右打ちする遊技状態でも、特図2変動表示ゲームの結果は事前判定される。 In line number 4090, if the game state is right-hitting (CF = 1), the subroutine ends and returns from the special chart pending information judgment processing program (code "RET C"). As a result, in a right-hitting game state, the result of the special chart 1 variable display game is not pre-determined. Note that the code in line number 4050 branches when the start port winning flag indicates special chart 2, and the commands in lines 4060 to 4130 are not executed, so that the result of the special chart 2 variable display game is pre-determined even in a right-hitting game state.

行番号4100では、特図ゲーム処理番号領域(加算アドレス「IY+R_TGAME」の領域)(RAM内)に格納された特図ゲーム処理番号と、小当り中であることを示すラベルC_TSFANの値を比較する(コード「CP (IY+R_TGAME),C_TSFAN」)。ここで、ラベルR_TGAMEに対応するオフセットアドレスは、IYレジスタの値「2800h」を基準として、特図ゲーム処理番号領域を示す。ラベルC_TSFANの値は、小当り開放前処理の特図ゲーム処理番号「3」である。なお、コード「CP (IY+R_TGAME),C_TSFAN」は、命令表の「CP (jj+d),n」に対応する。小当り中であり、特図ゲーム処理番号が3以上の場合には、キャリーフラグ(CF)がセットされず(NC、CF=0)、小当り中でなく3より小さい場合には、キャリーフラグ(CF)がセットされる(CF=1)。 In line number 4100, the special game processing number stored in the special game processing number area (area at added address "IY+R_TGAME") (in RAM) is compared with the value of label C_TSFAN, which indicates that a small win is occurring (code "CP (IY+R_TGAME), C_TSFAN"). Here, the offset address corresponding to label R_TGAME indicates the special game processing number area based on the IY register value "2800h". The value of label C_TSFAN is the special game processing number "3" for the processing prior to the release of a small win. Note that the code "CP (IY+R_TGAME), C_TSFAN" corresponds to "CP (jj+d), n" in the command table. If there is a small win and the special game processing number is 3 or more, the carry flag (CF) is not set (NC, CF = 0); if there is no small win and the number is less than 3, the carry flag (CF) is set (CF = 1).

行番号4110では、小当り中でありキャリーフラグ(CF)がセットされていない場合(NC、CF=0の場合)、特図保留情報判定処理プログラムからリターンする(コード「RET NC」)。これによって、小当り中では、特図1変動表示ゲームの結果を事前判定しない。 In line number 4110, if a small win is occurring and the carry flag (CF) is not set (NC, CF = 0), the program returns from the special chart reserved information determination processing program (code "RET NC"). As a result, the result of the special chart 1 variable display game is not determined in advance during a small win.

行番号4120では、役物ゲーム処理番号領域(加算アドレス「IY+R_YGAME」)の領域(RAM内)に格納された役物ゲーム処理番号と、大当り中であることを示すラベルC_YFANの値を比較する(コード「CP (IY+R_YGAME),C_YFAN」)。ここで、ラベルR_YGAMEに対応するオフセットアドレスは、IYレジスタの値「2800h」を基準として、役物ゲーム処理番号領域を示す。ラベルC_YFANの値は、ファンファーレ中処理の特図ゲーム処理番号「1」である。大当り中であり、役物ゲーム処理番号が1以上の場合には、キャリーフラグ(CF)がセットされず(NC、CF=0)、大当り中でなく1より小さい場合には、キャリーフラグ(CF)がセットされる(CF=1)。 In line number 4120, the bonus game processing number stored in the bonus game processing number area (addition address "IY+R_YGAME") area (in RAM) is compared with the value of the label C_YFAN, which indicates that a jackpot is being hit (code "CP (IY+R_YGAME), C_YFAN"). Here, the offset address corresponding to the label R_YGAME indicates the bonus game processing number area based on the IY register value "2800h". The value of the label C_YFAN is the special game processing number "1" for fanfare processing. If a jackpot is being hit and the bonus game processing number is 1 or greater, the carry flag (CF) is not set (NC, CF = 0), and if it is not a jackpot and is less than 1, the carry flag (CF) is set (CF = 1).

行番号4130では、大当り中でありキャリーフラグ(CF)がセットされていない場合(NC、CF=0の場合)、特図保留情報判定処理プログラムからリターンする(コード「RET NC」)。これによって、大当り中では、特図1変動表示ゲームの結果を事前判定しない。 In line number 4130, if a jackpot is being won and the carry flag (CF) is not set (NC, CF = 0), the program returns from the special chart reserved information determination processing program (code "RET NC"). As a result, the result of the special chart 1 variable display game is not determined in advance during a jackpot.

行番号4150では、DEレジスタのアドレスに対応する保留数記憶領域に記憶されている保留数(特図1保留数又は特図2保留数)をAレジスタに転送する(コード「LD A,(DE)」)。なお、コード「LD A,(DE)」は、命令表の「LD r,(jj)」に対応する。 In line number 4150, the reserved number (special drawing 1 reserved number or special drawing 2 reserved number) stored in the reserved number memory area corresponding to the address of the DE register is transferred to the A register (code "LD A, (DE)"). Note that the code "LD A, (DE)" corresponds to "LD r, (jj)" in the instruction table.

行番号4160では、Wレジスタに格納された保留バイト数(8)と、Aレジスタに格納された保留数(特図1保留数又は特図2保留数)(ここでは1から4)とを乗算し、WAレジスタに演算結果(保留数×保留バイト数)を格納する(コード「MUL W,A」)。演算結果は8から32であるため、演算結果は実質的に下位バイトのAレジスタに格納される。 In line number 4160, the number of reserved bytes (8) stored in the W register is multiplied by the reserved number (special chart 1 reserved number or special chart 2 reserved number) (here, 1 to 4) stored in the A register, and the result (reserved number x reserved bytes) is stored in the WA register (code "MUL W, A"). Since the result is 8 to 32, the result is effectively stored in the lower byte of the A register.

行番号4170では、加算アドレス「HL+A」に対応する領域(2バイト)の値である最新保留の大当り乱数を、IXレジスタに転送(ロード)する(コード「LD IX,(HL+A)」)。なお、コード「LD IX,(HL+A)」は、命令表の「LD ss,(jj+p)」に対応する。この加算アドレスの値は、HLレジスタの値とAレジスタの値(保留数×保留バイト数)との合計である。HLレジスタの値は、乱数格納領域の先頭アドレスから保留バイト数を引いた値であり、乱数格納領域に関連する値である。Aレジスタの値は、保留数×保留バイト数であり、保留数(始動記憶の数)と保留毎に割り当てられたバイト数との乗算値に基づく値である。 In line number 4170, the most recently reserved jackpot random number, which is the value of the area (2 bytes) corresponding to the addition address "HL+A", is transferred (loaded) to the IX register (code "LD IX, (HL+A)"). The code "LD IX, (HL+A)" corresponds to "LD ss, (jj+p)" in the command table. The value of this addition address is the sum of the value of the HL register and the value of the A register (reserved number x reserved bytes). The value of the HL register is the value obtained by subtracting the reserved bytes from the top address of the random number storage area, and is a value related to the random number storage area. The value of the A register is reserved number x reserved bytes, and is a value based on the product of the reserved number (number of start memories) and the number of bytes allocated per reservation.

なお、HLレジスタの値を、乱数格納領域の先頭アドレスとして、Aレジスタの値を(保留数-1)×保留バイト数とする構成も可能である。 It is also possible to configure the value of the HL register as the starting address of the random number storage area, and the value of the A register as (reserved number - 1) x number of reserved bytes.

ここで、加算アドレス「HL+A」は、最も新しく発生した最新保留の乱数格納領域の先頭アドレスになる。そして、加算アドレス「HL+A」に対応する領域には、最新保留の大当り乱数が記憶されているが、最新保留の大当り乱数がIXレジスタに取得される(読み出される)。 Here, the addition address "HL+A" becomes the top address of the most recently generated latest reserved random number storage area. The most recently reserved jackpot random number is stored in the area corresponding to the addition address "HL+A", and the most recently reserved jackpot random number is obtained (read) into the IX register.

行番号4180は、大当り判定処理のサブルーチンを呼び出して実行する(コード「CALLR P_BHITJUD」)。大当り判定処理のサブルーチンは、ラベルP_BHITJUDに対応するROM内アドレス(先頭アドレス)を有する。大当り判定処理では、最新保留の大当り乱数に基づいて、大当りか否かを判定する。 Line number 4180 calls and executes the subroutine for the jackpot determination process (code "CALLR P_BHITJUD"). The subroutine for the jackpot determination process has an address in ROM (starting address) that corresponds to the label P_BHITJUD. The jackpot determination process determines whether or not there is a jackpot based on the most recent reserved jackpot random number.

行番号4190では、大当り判定処理の結果が大当りでない場合(キャリーフラグがセットされていない場合(NCの場合))、行番号4300以後の処理を行うべく、ラベルTHOINF30に対応するROM内アドレスへジャンプする(コード「JR NC,THOINF30」)。ジャンプしない場合に、次の行番号4200の命令に移行する。 In line 4190, if the result of the jackpot determination process is not a jackpot (if the carry flag is not set (NC)), a jump is made to the address in ROM corresponding to label THOINF30 (code "JR NC, THOINF30") to carry out the processing from line 4300 onwards. If no jump is made, the process moves to the next command in line 4200.

行番号4200では、特図1用の大当り図柄乱数チェックテーブルのアドレスD_ZCHKTBL1(先頭アドレス)をDEレジスタに転送する(コード「LD DE,D_ZCHKTBL1」)。 In line number 4200, the address D_ZCHKTBL1 (first address) of the jackpot pattern random number check table for special chart 1 is transferred to the DE register (code "LD DE, D_ZCHKTBL1").

行番号4210は、行番号4040と同じコードであり、加算アドレス「IY+R_SIDOFLG」の領域(RAM内)に記憶された始動口入賞フラグを、特図1を示す値(ラベルC_SIDO1)と比較する(コード「CPJ (IY+R_SIDOFLG),C_SIDO1」)。 Line number 4210 is the same code as line number 4040, and compares the starting gate winning flag stored in the area (in RAM) of the added address "IY+R_SIDOFLG" with the value indicating special chart 1 (label C_SIDO1) (code "CPJ (IY+R_SIDOFLG), C_SIDO1").

行番号4220では、始動口入賞フラグが特図1を示しジャンプステータスフラグ(JF)がセットされる場合(JF=1の場合、Tの場合)、ラベルTHOINF20に対応するROM内アドレスへジャンプして、行番号4250以降の命令を実行する(コード「JRR T,THOINF20」)。即ち、始動口1の入賞であれば分岐する。ジャンプ先(ラベルTHOINF20)は、このコード「JRR T,THOINF20」のアドレスから+4バイト(+16バイト以下)離れた近いアドレスである。始動口入賞フラグが特図1を示さない場合に、次の行番号4230の命令に移行する。 In line number 4220, if the start port winning flag indicates special number 1 and the jump status flag (JF) is set (if JF = 1, if T), it jumps to the address in ROM corresponding to label THOINF20 and executes the instructions from line number 4250 onwards (code "JRR T, THOINF20"). In other words, if start port 1 is won, it branches. The jump destination (label THOINF20) is a nearby address that is +4 bytes (+16 bytes or less) away from the address of this code "JRR T, THOINF20". If the start port winning flag does not indicate special number 1, it moves to the instruction of the next line number 4230.

行番号4230では、特図2用の大当り図柄乱数チェックテーブルのアドレスD_ZCHKTBL2(先頭アドレス)をDEレジスタに転送して上書きする(コード「LD DE,D_ZCHKTBL2」)。 In line number 4230, the address D_ZCHKTBL2 (first address) of the jackpot pattern random number check table for special chart 2 is transferred to the DE register and overwritten (code "LD DE, D_ZCHKTBL2").

行番号4250では、Aレジスタの値に2を加算する(コード「ADD A,2」)。Aレジスタには、(保留数×保留バイト数)に「2」を加算した値が格納されることになる。 In line number 4250, 2 is added to the value in the A register (the code "ADD A, 2"). The value stored in the A register is the sum of (reserved number x reserved bytes) plus "2".

行番号4260では、加算アドレス「HL+A」に対応する領域(1バイト)の値を、Aレジスタに転送する(コード「LD A,(HL+A)」)。なお、コード「LD A,(HL+A)」は、命令表の「LD r,(jj+p)」に対応する。現在、加算アドレスの値は、HLレジスタの値(乱数格納領域の先頭アドレスから保留バイト数を引いた値)とAレジスタの値(保留数×保留バイト数+2)との合計である。HLレジスタの値は、乱数格納領域に関連する値であり、Aレジスタの値は、保留数と保留毎に割り当てられたバイト数との乗算値に基づく値である。ここで、加算アドレスの値は、最も新しく発生した最新保留の乱数格納領域の先頭アドレスに「2」を加算したものである。そして、この加算アドレスに対応する領域には、最も新しく発生した最新保留の大当り図柄乱数が記憶されているが、最新保留の大当り図柄乱数がAレジスタに取得される。 In line number 4260, the value of the area (1 byte) corresponding to the addition address "HL+A" is transferred to the A register (code "LD A, (HL+A)"). The code "LD A, (HL+A)" corresponds to "LD r, (jj+p)" in the command table. Currently, the value of the addition address is the sum of the value of the HL register (the value obtained by subtracting the number of reserved bytes from the top address of the random number storage area) and the value of the A register (the number of reserved bytes x the number of reserved bytes + 2). The value of the HL register is a value related to the random number storage area, and the value of the A register is a value based on the product of the number of reserved bytes and the number of bytes assigned to each reserved number. Here, the value of the addition address is the top address of the latest reserved random number storage area plus "2". And the area corresponding to this addition address stores the latest reserved jackpot pattern random number, and the latest reserved jackpot pattern random number is obtained by the A register.

行番号4270では、加算アドレス「DE+A」に対応する領域(1バイト)の値を、Aレジスタに転送する(コード「LD A,(DE+A)」)。なお、コード「LD A,(DE+A)」は、命令表の「LD r,(jj+p)」に対応する。加算アドレスの値は、DEレジスタに格納された値(大当り図柄乱数チェックテーブルの先頭アドレス)とAレジスタの値(大当り図柄乱数の値)との合計である。そして、この加算アドレス値に対応する領域には、大当り図柄乱数に対応する停止図柄情報が記憶されているため、最新保留の停止図柄情報がAレジスタに取得される。このように、大当り図柄乱数に対応して停止図柄情報が取得される。 In line number 4270, the value of the area (1 byte) corresponding to the added address "DE+A" is transferred to the A register (code "LD A, (DE+A)"). The code "LD A, (DE+A)" corresponds to "LD r, (jj+p)" in the command table. The value of the added address is the sum of the value stored in the DE register (the top address of the jackpot random number check table) and the value of the A register (the value of the jackpot random number). And since the area corresponding to this added address value stores the stop pattern information corresponding to the jackpot random number, the most recently reserved stop pattern information is obtained in the A register. In this way, the stop pattern information corresponding to the jackpot random number is obtained.

行番号4280では、ラベルTHOINF100に対応するROM内アドレスへジャンプする(コード「JR THOINF100」)。 On line number 4280, it jumps to the address in ROM corresponding to label THOINF100 (code "JR THOINF100").

〔大当り判定処理プログラム〕
図131は、第5実施形態に係る大当り判定処理(図25A)に対応する大当り判定処理プログラムのプログラム構造を示すプログラムリストである。大当り判定処理プログラムは、ラベルP_BHITJUDに相当する先頭アドレス(ROM内)を有し、例えば、特図保留情報判定処理(行番号4180)、大当りフラグ1設定処理、大当りフラグ2設定処理等においてCALLR命令等の呼出し命令によって呼び出されるサブルーチンである。
[Big hit determination processing program]
131 is a program list showing the program structure of the jackpot determination processing program corresponding to the jackpot determination processing (FIG. 25A) according to the fifth embodiment. The jackpot determination processing program has a top address (in ROM) corresponding to the label P_BHITJUD, and is a subroutine called by a call instruction such as a CALLR instruction in, for example, the special chart reservation information determination processing (line number 4180), the jackpot flag 1 setting processing, the jackpot flag 2 setting processing, etc.

行番号4510では、HLレジスタの値をRAMのスタック領域に退避する(コード「PUSH HL」)。 On line number 4510, the value of the HL register is saved to the stack area of RAM (code "PUSH HL").

行番号4520から行番号4540は、大当り判定処理のA3800に対応する。行番号4520では、使用するデータテーブルのアドレス(ラベルD_BHITJUD)を、相対アドレス「D_BHITJUD-5000h」に変換して、HLレジスタに転送する(コード「LDD HL,D_BHITJUD-5000H」)。なお、このデータテーブルには、確率設定値ごとにデータ(図25Aの上限判定値に1を加えた値に相当)が登録されている。 Lines 4520 to 4540 correspond to A3800 of the jackpot determination process. In line 4520, the address of the data table to be used (label D_BHITJUD) is converted to the relative address "D_BHITJUD-5000h" and transferred to the HL register (code "LDD HL, D_BHITJUD-5000H"). Note that data (corresponding to the upper limit determination value in Figure 25A plus 1) is registered for each probability setting value in this data table.

行番号4530では、加算アドレス「IY+R_SETNUM」の領域に記憶された確率設定値をAレジスタに転送する(コード「LD A,(IY+R_SETNUM)」)。 In line number 4530, the probability setting value stored in the area of the addition address "IY+R_SETNUM" is transferred to the A register (code "LD A, (IY+R_SETNUM)").

行番号4540では、2バイトデータ取得処理のサブルーチンを呼び出して実行する(コード「CALLT P_GETWORD」)。ここでの2バイトデータ取得処理によって、HLレジスタの値(データテーブルのアドレス)とAレジスタの値(確率設定値)からデータテーブルのデータを取得してHLレジスタに格納する。なお、HLレジスタには、データテーブルから取得されたデータ(値)として、上限判定値に1を加えた値(=上限判定値+1)が格納される。 At line number 4540, a subroutine for retrieving 2-byte data is called and executed (code "CALLT P_GETWORD"). This 2-byte data retrieval process retrieves data from the data table from the value of the HL register (address of the data table) and the value of the A register (probability setting value) and stores it in the HL register. Note that the data (value) retrieved from the data table is the upper limit judgment value plus 1 (= upper limit judgment value + 1), which is stored in the HL register.

行番号4550と行番号4560は、大当り判定処理のA3801とA3802に対応する。行番号4550では、IXレジスタの大当り乱数と下限判定値(ラベルC_BHIT_MIN)を比較する(コード「CP IX,C_BHIT_MIN」)。なお、大当り乱数が格納されるレジスタは、16ビットの幅(容量)であれば、IXレジスタではなくペアレジスタでもよい。コード「CP IX,C_BHIT_MIN」は、命令表の「CP rr,mn」(第1比較命令)に対応し、大当り乱数と下限判定値の大小関係を適切に判定できる。IXレジスタの大当り乱数が下限判定値C_BHIT_MIN未満の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされ(CF=1、JF=1(T))、大当り乱数が下限判定値C_BHIT_MIN以上である場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされない(CF=0、JF=0(F))。 Line numbers 4550 and 4560 correspond to A3801 and A3802 in the jackpot determination process. Line number 4550 compares the jackpot random number in the IX register with the lower limit determination value (label C_BHIT_MIN) (code "CP IX, C_BHIT_MIN"). Note that the register in which the jackpot random number is stored can be a pair of registers instead of the IX register, as long as it has a width (capacity) of 16 bits. The code "CP IX, C_BHIT_MIN" corresponds to "CP rr, mn" (first comparison command) in the command table, and can properly determine the magnitude relationship between the jackpot random number and the lower limit determination value. If the jackpot random number in the IX register is less than the lower limit judgment value C_BHIT_MIN, the carry flag (CF) and jump status flag (JF) are set (CF = 1, JF = 1 (T)), and if the jackpot random number is equal to or greater than the lower limit judgment value C_BHIT_MIN, the carry flag (CF) and jump status flag (JF) are not set (CF = 0, JF = 0 (F)).

行番号4560では、大当り乱数が下限判定値未満の場合(Tの場合)、ラベルBHITJUD10に対応するROM内アドレスへジャンプして、行番号4600以降の命令を実行する(コード「JRR T,BHITJUD10」)。ジャンプ先(ラベルBHITJUD10)は、このコード「JRR T,BHITJUD10」のアドレスから+4バイト(+16バイト以下)離れた近いアドレスである。大当り乱数が下限判定値以上である場合に、次の行番号4570の命令に移行する。 In line 4560, if the jackpot random number is less than the lower limit judgment value (in the case of T), a jump is made to the address in ROM corresponding to label BHITJUD10, and the instructions from line 4600 onwards are executed (code "JRR T, BHITJUD10"). The jump destination (label BHITJUD10) is a nearby address that is +4 bytes (+16 bytes or less) away from the address of this code "JRR T, BHITJUD10". If the jackpot random number is greater than or equal to the lower limit judgment value, the command moves to the next line 4570.

行番号4570と行番号4580は、大当り判定処理のA3803に対応する。行番号4570では、IXレジスタの大当り乱数と、現在HLレジスタに格納されている値(=上限判定値+1)を比較する(コード「CP IX,HL」)。なお、コード「CP IX,HL」は、命令表の「CP rr,gg」(第1比較命令)に対応し、大当り乱数と上限判定値の大小関係を適切に判定できる。IXレジスタの大当り乱数が上限判定値+1未満の場合、即ち、大当り乱数が上限判定値以下の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされる(CF=1、JF=1(T))。ここで、大当りであることを示す大当り情報として、キャリーフラグ(CF)がセットされている(CF=1)。 Line numbers 4570 and 4580 correspond to A3803 in the jackpot determination process. In line number 4570, the jackpot random number in the IX register is compared with the value currently stored in the HL register (=upper limit determination value + 1) (code "CP IX, HL"). The code "CP IX, HL" corresponds to "CP rr, gg" (first comparison command) in the command table, and can properly determine the magnitude relationship between the jackpot random number and the upper limit determination value. If the jackpot random number in the IX register is less than the upper limit determination value + 1, that is, if the jackpot random number is equal to or less than the upper limit determination value, the carry flag (CF) and jump status flag (JF) are set (CF = 1, JF = 1 (T)). Here, the carry flag (CF) is set (CF = 1) as jackpot information indicating a jackpot.

行番号4580では、大当り乱数が上限判定値以下の場合(Tの場合)、ラベルBHITJUD20に対応するROM内アドレスへジャンプして、行番号4620以降の命令を実行する(コード「JRR T,BHITJUD20」)。ジャンプ先(ラベルBHITJUD20)は、このコード「JRR T,BHITJUD20」のアドレスから+3バイト(+16バイト以下)離れた近いアドレスである。大当り乱数が上限判定値より大きい場合に、次の行番号4600の命令に移行する。 In line 4580, if the jackpot random number is equal to or less than the upper limit judgment value (in the case of T), a jump is made to the address in ROM corresponding to label BHITJUD20, and the instructions from line 4620 onwards are executed (code "JRR T, BHITJUD20"). The jump destination (label BHITJUD20) is a nearby address that is +3 bytes (+16 bytes or less) away from the address of this code "JRR T, BHITJUD20". If the jackpot random number is greater than the upper limit judgment value, the program moves to the instruction in the next line 4600.

行番号4600では、はずれであることを示すはずれ情報として、キャリーフラグ(CF)をゼロクリアする(CF=0)(コード「CLR CF」)。 In line number 4600, the carry flag (CF) is cleared to zero (CF=0) (code "CLR CF") as loss information indicating a loss.

行番号4620では、RAMのスタック領域からHLレジスタの値を復帰する(コード「POP HL」)。 In line number 4620, the value of the HL register is restored from the stack area in RAM (code "POP HL").

行番号4630では、大当り判定処理プログラムからリターンする(コード「RET」)。 In line number 4630, the jackpot determination processing program returns (code "RET").

以上で説明した大当り判定処理プログラムは、分岐命令としてJRR命令(第2分岐命令)だけを含むサブルーチンである。一方、例えば、特図保留情報判定処理プログラム、特図普段処理プログラム(後述)、特図表示中処理プログラム(後述)などは、分岐命令としてJR命令(第1分岐命令)とJRR命令(第2分岐命令)が混在するサブルーチンである。そして、特図保留情報判定処理プログラム(52バイト以上の容量)、特図普段処理プログラム(59バイトの容量)、特図表示中処理プログラム(89バイト以上の容量)などの第1サブルーチンよりも、20バイトの容量の大当り判定処理プログラム(第2サブルーチン)は、プログラム容量が小さい。なお、1バイト長のJRR命令は2バイト長のJR命令よりも語長が短いため、大当り判定処理プログラムのプログラム容量を合理的に小さくできる。従って、合理的にプログラムの設計ができ、プログラムの開発効率が向上する。 The jackpot determination processing program described above is a subroutine that contains only the JRR instruction (second branch instruction) as a branch instruction. On the other hand, for example, the special chart reserved information determination processing program, the special chart normal processing program (described later), and the special chart display processing program (described later) are subroutines that contain a mixture of the JR instruction (first branch instruction) and the JRR instruction (second branch instruction) as branch instructions. The jackpot determination processing program (second subroutine) with a capacity of 20 bytes has a smaller program capacity than the first subroutines such as the special chart reserved information determination processing program (capacity of 52 bytes or more), the special chart normal processing program (capacity of 59 bytes), and the special chart display processing program (capacity of 89 bytes or more). In addition, since the word length of the 1-byte JRR instruction is shorter than the word length of the 2-byte JR instruction, the program capacity of the jackpot determination processing program can be rationally reduced. Therefore, the program can be designed rationally, and the program development efficiency is improved.

なお、大当り判定処理プログラム(第2サブルーチン)は、特図保留情報判定処理プログラム、大当りフラグ1設定処理のプログラム、大当りフラグ2設定処理のプログラムなどの複数の処理プログラムから共通して呼び出される。これによって、プログラムの全体的な容量(サイズ)を小さくできる。 The jackpot determination processing program (second subroutine) is commonly called by multiple processing programs, such as the special chart reservation information determination processing program, the jackpot flag 1 setting processing program, and the jackpot flag 2 setting processing program. This makes it possible to reduce the overall capacity (size) of the program.

〔特図普段処理プログラム〕
図132は、第5実施形態に係る特図普段処理(図20)に対応する特図普段処理プログラムのプログラム構造を示すプログラムリストである。特図普段処理プログラムは、ラベルP_TUSULに相当する先頭アドレス(ROM内)を有し、特図ゲーム処理プログラムの行番号1600においてCALL命令によって呼び出されるサブルーチンである。
[Special chart normal processing program]
132 is a program list showing the program structure of a special chart normal processing program corresponding to the special chart normal processing (FIG. 20) according to the fifth embodiment. The special chart normal processing program has a top address (in ROM) corresponding to the label P_TUSUL, and is a subroutine called by a CALL command at line number 1600 of the special chart game processing program.

行番号5010から行番号5040は、特図普段処理のA3200に対応する。行番号5010では、加算アドレス「IY+R_YGAME」の領域に記憶された役物ゲーム処理番号を、Aレジスタに転送する(コード「LD A,(IY+R_YGAME)」)。 Lines 5010 to 5040 correspond to A3200 of the special chart normal processing. In line 5010, the bonus game processing number stored in the area of the added address "IY+R_YGAME" is transferred to the A register (code "LD A, (IY+R_YGAME)").

行番号5020では、役物ゲーム処理番号が「0」でない場合、即ち、役物普段処理中でない場合(NZ)、ラベルTUSUL30に対応するROM内アドレスへジャンプして、行番号5310以降の命令を実行する(コード「JR NZ,TUSUL30」)。ジャンプしない場合に、次の行番号5030の命令に移行する。 In line number 5020, if the reel game processing number is not "0", i.e., if the reel game is not in normal processing (NZ), it jumps to the address in ROM corresponding to label TUSUL30 and executes the commands from line number 5310 onwards (code "JR NZ, TUSUL30"). If it does not jump, it moves on to the command in the next line number 5030.

行番号5030では、加算アドレス「IY+R_ZANZON」の領域に記憶された残存球カウンタの値を、Aレジスタに転送する(コード「LD A,(IY+R_ZANZON)」)。 In line number 5030, the value of the remaining ball counter stored in the area of the addition address "IY+R_ZANZON" is transferred to the A register (code "LD A, (IY+R_ZANZON)").

行番号5040では、残存球カウンタの値が「0」でない場合、ラベルTUSUL30に対応するROM内アドレスへジャンプして、行番号5310以降の命令を実行する(コード「JR NZ,TUSUL30」)。ジャンプしない場合に、次の行番号5050の命令に移行する。 In line 5040, if the remaining ball counter value is not "0", it jumps to the address in ROM corresponding to label TUSUL30 and executes the instructions from line 5310 onwards (code "JR NZ, TUSUL30"). If it does not jump, it moves on to the next instruction in line 5050.

行番号5050と行番号5060は、特図普段処理のA3201に対応する。行番号5050では、加算アドレス「IY+R_T2HORYU」の領域に記憶された特図2保留数を、Aレジスタに転送する(コード「LD A,(IY+R_T2HORYU)」)。 Line numbers 5050 and 5060 correspond to A3201 of the normal special chart processing. In line number 5050, the number of reserved special charts 2 stored in the area of the added address "IY+R_T2HORYU" is transferred to the A register (code "LD A, (IY+R_T2HORYU)").

行番号5060では、特図2保留数が「0」の場合(Tの場合、JF=1の場合)、ラベルTUSUL10に対応するROM内アドレスへジャンプして、行番号5150以降の命令を実行する(コード「JRR T,TUSUL10」)。ジャンプ先(ラベルTUSUL10)は、このコード「JRR T,TUSUL10」のアドレスから+13バイト(+16バイト以下)離れた近いアドレスである。特図2保留数が「0」でない場合(JF=0の場合)、次の行番号5070の命令に移行する。 In line number 5060, if the number of reserved special charts 2 is "0" (if T, if JF = 1), it jumps to the address in ROM corresponding to label TUSUL10 and executes the instructions from line number 5150 onwards (code "JRR T, TUSUL10"). The jump destination (label TUSUL10) is a nearby address that is +13 bytes (or less than +16 bytes) away from the address of this code "JRR T, TUSUL10". If the number of reserved special charts 2 is not "0" (if JF = 0), it moves on to the instruction in the next line number 5070.

行番号5070では、特図普段処理のA3202に対応して、特図2変動開始処理のサブルーチンを呼び出して実行する(コード「CALLR P_T2START」)。特図2変動開始処理のサブルーチンは、ラベルP_T2STARTに対応するROM内アドレス(先頭アドレス)を有する。 In line number 5070, in response to A3202 of the normal special chart processing, the subroutine for the special chart 2 variation start processing is called and executed (code "CALLR P_T2START"). The subroutine for the special chart 2 variation start processing has an address in ROM (start address) that corresponds to the label P_T2START.

行番号5080から行番号5100は、特図普段処理のA3203に対応する。行番号5080では、ラベルC_THOMD2に対応する数値(特図保留モードを示す数値)をBレジスタに転送する(コード「LD B,C_THOMD2」)。 Lines 5080 to 5100 correspond to A3203 of the special chart normal processing. In line 5080, the number corresponding to label C_THOMD2 (the number indicating the special chart hold mode) is transferred to the B register (code "LD B, C_THOMD2").

行番号5090では、加算アドレス「IY+R_T2HORYU」の領域に記憶された特図2保留数を、Cレジスタに転送する(コード「LD C,(IY+R_T2HORYU)」)。 In line number 5090, the number of reserved special figures 2 stored in the area of the added address "IY+R_T2HORYU" is transferred to the C register (code "LD C, (IY+R_T2HORYU)").

行番号5100では、Cレジスタの値を+1更新(1だけ増加)させる(コード「INC C」)。 On line number 5100, the value of the C register is updated by +1 (increased by 1) (code "INC C").

行番号5110では、特図普段処理のA3204に対応して、演出コマンド設定処理のサブルーチン(P_COMSET)を呼び出して実行する(コード「CALLT P_COMSET」)。演出コマンド設定処理は、BレジスタとCレジスタの値に基づいて実行されることになる。 In line number 5110, in response to A3204 of the special chart normal processing, the subroutine for the effect command setting process (P_COMSET) is called and executed (code "CALLT P_COMSET"). The effect command setting process is executed based on the values of the B and C registers.

行番号5120では、特図普段処理のA3205に対応して、特図2の特図変動中処理移行設定処理のサブルーチンを呼び出して実行する(コード「CALLR P_T2HEN_SET」)。特図2の特図変動中処理移行設定処理のサブルーチンは、ラベルP_T2HEN_SETに対応するROM内アドレス(先頭アドレス)を有する。 In line number 5120, in response to A3205 of the normal processing of the special chart, a subroutine for processing transition setting during special chart fluctuation of special chart 2 is called and executed (code "CALLR P_T2HEN_SET"). The subroutine for processing transition setting during special chart fluctuation of special chart 2 has an address in ROM (starting address) corresponding to the label P_T2HEN_SET.

行番号5130では、特図普段処理プログラムからリターンする(コード「RET」)。 On line number 5130, the special chart normal processing program returns (code "RET")

行番号5150と行番号5160は、特図普段処理のA3206に対応する。行番号5150では、加算アドレス「IY+R_T1HORYU」の領域に記憶された特図1保留数を、Aレジスタに転送する(コード「LD A,(IY+R_T1HORYU)」)。 Line numbers 5150 and 5160 correspond to A3206 of the normal special chart processing. In line number 5150, the number of reserved special charts 1 stored in the area of the added address "IY+R_T1HORYU" is transferred to the A register (code "LD A, (IY+R_T1HORYU)").

行番号5160では、特図1保留数が「0」の場合(Tの場合、JF=1の場合)、ラベルTUSUL20に対応するROM内アドレスへジャンプして、行番号5250以降の命令を実行する(コード「JRR T,TUSUL20」)。特図1保留数が「0」でない場合に、次の行番号5170に移行する。 In line number 5160, if the number of reserved special charts 1 is "0" (if T, if JF = 1), jump to the address in ROM corresponding to label TUSUL20 and execute the commands from line number 5250 onwards (code "JRR T, TUSUL20"). If the number of reserved special charts 1 is not "0", proceed to the next line number 5170.

行番号5170では、特図普段処理のA3207に対応して、特図1変動開始処理のサブルーチンを呼び出して実行する(コード「CALLR P_T1START」)。特図1変動開始処理のサブルーチンは、ラベルP_T1STARTに対応するROM内アドレス(先頭アドレス)を有する。 In line number 5170, in response to A3207 of the normal special chart processing, the subroutine for the special chart 1 variation start processing is called and executed (code "CALLR P_T1START"). The subroutine for the special chart 1 variation start processing has an address in ROM (start address) that corresponds to the label P_T1START.

行番号5180から行番号5200は、特図普段処理のA3208に対応する。行番号5180では、ラベルC_THOMD1に対応する数値(特図保留モードを示す数値)をBレジスタに転送する(コード「LD B,C_THOMD1」)。 Lines 5180 to 5200 correspond to A3208 of the special chart normal processing. In line 5180, the number corresponding to label C_THOMD1 (the number indicating the special chart hold mode) is transferred to the B register (code "LD B, C_THOMD1").

行番号5190では、加算アドレス「IY+R_T1HORYU」の領域に記憶された特図1保留数を、Cレジスタに転送する(コード「LD C,(IY+R_T1HORYU)」)。 In line number 5190, the reserved number of special charts 1 stored in the area of the added address "IY+R_T1HORYU" is transferred to the C register (code "LD C, (IY+R_T1HORYU)").

行番号5200では、Cレジスタの値を+1更新(1だけ増加)させる(コード「INC C」)。 In line number 5200, the value of the C register is updated by +1 (increased by 1) (code "INC C").

行番号5210では、特図普段処理のA3209に対応して、演出コマンド設定処理のサブルーチン(P_COMSET)を呼び出して実行する(コード「CALLT P_COMSET」)。 In line number 5210, in response to A3209 of the special chart normal processing, the subroutine for the performance command setting processing (P_COMSET) is called and executed (code "CALLT P_COMSET").

行番号5220では、特図普段処理のA3210に対応して、特図1の特図変動中処理移行設定処理のサブルーチンを呼び出して実行する(コード「CALLR P_T1HEN_SET」)。 In line number 5220, in response to A3210 of the normal special chart processing, a subroutine for setting the transition to special chart fluctuation processing for special chart 1 is called and executed (code "CALLR P_T1HEN_SET").

行番号5230では、特図普段処理プログラムからリターンする(コード「RET」)。 At line number 5230, the special chart normal processing program returns (code "RET")

行番号5250と行番号5260は、特図普段処理のA3211に対応する。行番号5250では、加算アドレス「IY+R_DEMO」の客待ちデモ中フラグ領域(RAM内)に記憶された客待ちデモ中フラグを、客待ちデモの開始済みの値(ラベルC_DEMO)と比較する(コード「CPJ (IY+R_DEMO),C_DEMO」)。客待ちデモ中フラグが客待ちデモの開始済みの値を示し、比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 Line numbers 5250 and 5260 correspond to A3211 of the special chart normal processing. In line number 5250, the customer waiting demo in progress flag stored in the customer waiting demo in progress flag area (in RAM) at the added address "IY+R_DEMO" is compared with the customer waiting demo in progress value (label C_DEMO) that has already started (code "CPJ (IY+R_DEMO), C_DEMO"). If the customer waiting demo in progress flag indicates the customer waiting demo in progress value and the comparison results are the same, the jump status flag is set (T, ZF=1 and JF=1), and if the comparison results are not the same, the jump status flag is not set (F, ZF=0 and JF=0).

行番号5260では、客待ちデモ中フラグが客待ちデモの開始済みの値であり、ジャンプステータスフラグ(JF)がセットされる場合(JF=1の場合、Tの場合)、ラベルTUSUL30に対応するROM内アドレスへジャンプして、行番号5310以降の命令を実行する(コード「JRR T,TUSUL30」)。客待ちデモ中フラグが客待ちデモの開始済みの値でない場合に、次の行番号5270の命令に移行する。 In line 5260, if the customer waiting demo in progress flag indicates that the customer waiting demo has started and the jump status flag (JF) is set (if JF = 1, if T), it jumps to the address in ROM corresponding to label TUSUL30 and executes the instructions from line 5310 onwards (code "JRR T, TUSUL30"). If the customer waiting demo in progress flag does not indicate that the customer waiting demo has started, it moves on to the instructions in the next line 5270.

行番号5270では、特図普段処理のA3212に対応して、加算アドレス「IY+R_DEMO」の客待ちデモ中フラグ領域に、ラベルC_DEMOに対応する数値(客待ちデモの開始済みの値)を転送して、セットする(コード「LD (IY+R_DEMO),C_DEMO」)。 In line number 5270, in response to A3212 of the special chart normal processing, the numerical value corresponding to the label C_DEMO (the value indicating that the customer waiting demo has already started) is transferred to the customer waiting demo in progress flag area of the addition address "IY+R_DEMO" and set (code "LD (IY+R_DEMO), C_DEMO").

行番号5280では、特図普段処理のA3213に対応して、客待ちデモコマンドに対応する数値(ラベルC_DEMOCOM)をBCレジスタに転送する(コード「LD BC,C_DEMOCOM」)。 In line number 5280, in response to A3213 of the special chart normal processing, the number corresponding to the customer waiting demo command (label C_DEMOCOM) is transferred to the BC register (code "LD BC, C_DEMOCOM").

行番号5290では、特図普段処理のA3214に対応して、演出コマンド設定処理のサブルーチン(P_COMSET)を呼び出して実行する(コード「CALLT P_COMSET」)。 In line number 5290, in response to A3214 of the special chart normal processing, the subroutine for the performance command setting processing (P_COMSET) is called and executed (code "CALLT P_COMSET").

行番号5310では、特図普段処理のA3215とA3216に対応して、加算アドレス「IY+R_TGAME」の特図ゲーム処理番号領域(RAM内)に、特図ゲーム処理番号「0」としてラベルC_TUSULの数値を転送する(コード「LD (IY+R_TGAME),C_TUSUL」)。 In line number 5310, corresponding to A3215 and A3216 of the special chart normal processing, the value of the label C_TUSUL is transferred as the special chart game processing number "0" to the special chart game processing number area (in RAM) of the added address "IY+R_TGAME" (code "LD (IY+R_TGAME), C_TUSUL").

行番号5320では、特図普段処理のA3217に対応して、加算アドレス「IY+R_TZINF」の変動図柄判別フラグ領域に「0」を転送してクリアする(コード「LD (IY+R_TZINF),0」)。 In line number 5320, in response to A3217 of the special chart normal processing, "0" is transferred to the variable pattern discrimination flag area of the addition address "IY+R_TZINF" to clear it (code "LD (IY+R_TZINF), 0").

行番号5330では、特図普段処理のA3218に対応して、加算アドレス「IY+R_DAIERR」の大入賞口不正監視期間フラグ領域に不正監視期間中フラグを示す値(ラベルC_CNTNG)を転送する(コード「LD (IY+R_DAIERR),C_CNTNG」)。 In line number 5330, in response to A3218 of the special chart normal processing, a value indicating the fraud monitoring period flag (label C_CNTNG) is transferred to the large prize slot fraud monitoring period flag area of the addition address "IY+R_DAIERR" (code "LD (IY+R_DAIERR), C_CNTNG").

行番号5340では、特図普段処理プログラムからリターンする(コード「RET」)。 At line number 5340, the special chart normal processing program returns (code "RET")

〔特図表示中処理プログラム〕
図133Aと図133Bは、第5実施形態に係る特図表示中処理(図36A、図36B)に対応する特図表示中処理プログラムの一部のプログラム構造を示すプログラムリストである。特図表示中処理プログラムは、ラベルP_TDISPLYに相当する先頭アドレス(ROM内)を有し、特図ゲーム処理プログラムの行番号1600においてCALL命令によって呼び出されるサブルーチンである。
[Special drawing display processing program]
133A and 133B are program lists showing a part of the program structure of a special chart display processing program corresponding to the special chart display processing (FIGS. 36A and 36B) according to the fifth embodiment. The special chart display processing program has a top address (in ROM) corresponding to the label P_TDISPLAY, and is a subroutine called by a CALL command in line number 1600 of the special chart game processing program.

行番号6010では、Aレジスタの値同士について排他的論理和をとることによって、Aレジスタの値をクリアして0に設定しておく(コード「XOR A,A」)。 In line number 6010, the value of the A register is cleared and set to 0 by taking the exclusive OR of the values in the A register (code "XOR A, A").

行番号6020と行番号6030は、特図表示中処理のA5101に対応する。行番号6020では、加算アドレス「IY+R_TZINF」の変動図柄判別フラグ領域(RAM内)に記憶された変動図柄の情報(特図1又は特図2)を、特図1の変動を示す値(ラベルC_TZ1HEN)と比較する(コード「CPJ (IY+R_TZINF),C_TZ1HEN」)。変動図柄判別フラグ領域が特図1を示し比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 Line numbers 6020 and 6030 correspond to A5101 of the processing during special chart display. In line number 6020, the variable chart information (special chart 1 or special chart 2) stored in the variable chart discrimination flag area (in RAM) at the added address "IY+R_TZINF" is compared with the value indicating the variation of special chart 1 (label C_TZ1HEN) (code "CPJ (IY+R_TZINF), C_TZ1HEN"). If the variable chart discrimination flag area indicates special chart 1 and the comparison results are a match, the jump status flag is set (T, ZF = 1 and JF = 1), and if the comparison results are not a match, the jump status flag is not set (F, ZF = 0 and JF = 0).

行番号6030では、変動図柄判別フラグ領域が特図2を示し、ジャンプステータスフラグ(JF)がセットされない場合(JF=0の場合、Fの場合)に、ラベルTDISPLY10に対応するROM内アドレスへジャンプして、行番号6090以降の命令を実行する(コード「JRR F,TDISPLY10」)。変動図柄判別フラグ領域が特図1を示す場合、次の行番号6040の命令に移行する。 In line number 6030, if the variable symbol discrimination flag area indicates special symbol 2 and the jump status flag (JF) is not set (if JF = 0, if F), it jumps to the address in ROM corresponding to label TDISPLY10 and executes the commands from line number 6090 onwards (code "JRR F, TDISPLY10"). If the variable symbol discrimination flag area indicates special symbol 1, it moves on to the command in the next line number 6040.

行番号6040では、特図表示中処理のA5102とA5103に対応して、加算アドレス「IY+BHITFLG1」の大当りフラグ1領域に記憶された値を、Aレジスタの値と交換命令XCHによって交換して、Aレジスタにロードする(コード「XCH A,(IY+BHITFLG1)」)。交換前にAレジスタの値はクリアして0になっていたから、交換後の大当りフラグ1領域はクリアして0になる。 In line number 6040, corresponding to A5102 and A5103 of the special chart display processing, the value stored in the jackpot flag 1 area of the addition address "IY+BHITFLG1" is exchanged with the value of the A register by the exchange command XCH, and loaded into the A register (code "XCH A, (IY+BHITFLG1)"). Because the value of the A register was cleared to 0 before the exchange, the jackpot flag 1 area after the exchange is cleared to 0.

行番号6050から行番号6070は、特図表示中処理のA5104に対応する。行番号6050では、Aレジスタの大当りフラグ1の値と大当りを示す数値(ラベルC_BHIT(例えば1))を比較する(コード「CPJ A,C_BHIT」)。なお、コード「CPJ A,C_BHIT」は、命令表の「CPJ p,n」(第2比較命令)に対応し、大当りフラグ1の値と大当りを示す数値の一致を適切に判定できる。大当りフラグ1が大当りを示し比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 Lines 6050 to 6070 correspond to A5104 of the special chart display process. In line 6050, the value of the jackpot flag 1 in the A register is compared with a number indicating a jackpot (label C_BHIT (e.g., 1)) (code "CPJ A, C_BHIT"). The code "CPJ A, C_BHIT" corresponds to "CPJ p, n" (second comparison command) in the command table, and can properly determine whether the value of the jackpot flag 1 matches the number indicating a jackpot. If the jackpot flag 1 indicates a jackpot and the comparison results in a match, the jump status flag is set (T, ZF = 1 and JF = 1), and if the comparison results in a match, the jump status flag is not set (F, ZF = 0 and JF = 0).

行番号6060では、大当りフラグ1が大当りを示しジャンプステータスフラグがセットされている場合(T、JF=1)、ラベルTDISPLY20に対応するROM内アドレスへジャンプして、行番号6130以降の命令を実行する(コード「JRR T,TDISPLY20」)。大当りフラグ1が大当りを示さない場合、次の行番号6070の命令に移行する。 In line number 6060, if jackpot flag 1 indicates a jackpot and the jump status flag is set (T, JF = 1), it jumps to the address in ROM corresponding to label TDISPLY20 and executes the instructions from line number 6130 onwards (code "JRR T, TDISPLY20"). If jackpot flag 1 does not indicate a jackpot, it moves on to the instructions in the next line number 6070.

行番号6070では、ラベルTDISPLY40に対応するROM内アドレスへジャンプして、行番号6180以降の命令を実行する(コード「JR TDISPLY40」)。 At line number 6070, a jump is made to the address in ROM corresponding to label TDISPLY40, and the instructions from line number 6180 onwards are executed (code "JR TDISPLY40").

行番号6090では、特図表示中処理のA5107とA5108に対応して、加算アドレス「IY+BHITFLG2」の大当りフラグ2領域に記憶された値を、Aレジスタの値と交換命令XCHによって交換して、Aレジスタにロードする(コード「XCH A,(IY+BHITFLG2)」)。交換前にAレジスタの値はクリアして0になっていたから、交換後の大当りフラグ2領域はクリアして0になる。 In line number 6090, corresponding to A5107 and A5108 of the special chart display processing, the value stored in the jackpot flag 2 area at the addition address "IY+BHITFLG2" is exchanged with the value of the A register by the exchange command XCH, and loaded into the A register (code "XCH A, (IY+BHITFLG2)"). Because the value of the A register was cleared to 0 before the exchange, the jackpot flag 2 area after the exchange is cleared to 0.

行番号6100と行番号6110は、特図表示中処理のA5109に対応する。行番号6100では、Aレジスタの大当りフラグ2の値と大当りを示す数値(ラベルC_BHIT)を比較する(コード「CPJ A,C_BHIT」)。大当りフラグ2が大当りを示し比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 Line numbers 6100 and 6110 correspond to A5109 of the processing during special chart display. In line number 6100, the value of jackpot flag 2 in the A register is compared with the value indicating a jackpot (label C_BHIT) (code "CPJ A, C_BHIT"). If jackpot flag 2 indicates a jackpot and the comparison results in a match, the jump status flag is set (T, ZF = 1 and JF = 1), and if the comparison results in a match, the jump status flag is not set (F, ZF = 0 and JF = 0).

行番号6110では、大当りフラグ1が大当りを示さずジャンプステータスフラグがセットされていない場合(F、JF=0)、ラベルTDISPLY40に対応するROM内アドレスへジャンプして、行番号6180以降の命令を実行する(コード「JRR F,TDISPLY40」)。 In line number 6110, if jackpot flag 1 does not indicate a jackpot and the jump status flag is not set (F, JF = 0), a jump is made to the address in ROM corresponding to label TDISPLY40, and the instructions from line number 6180 onwards are executed (code "JRR F, TDISPLY40").

行番号6130では、特図表示中処理のA5105とA5110に対応して、加算アドレス「IY+JOSADO」の条件装置作動情報領域に、条件装置が作動中であることを示す条件装置作動情報(ラベルC_SADOの値)を転送する(コード「LD (IY+JOSADO),C_SADO」)。 In line number 6130, corresponding to A5105 and A5110 of the special chart display processing, the condition device operation information indicating that the condition device is operating (the value of label C_SADO) is transferred to the condition device operation information area of the added address "IY+JOSADO" (code "LD (IY+JOSADO), C_SADO").

行番号6150では、特図表示中処理のA5106に対応して、特図普段処理移行設定処理のサブルーチンを呼び出して実行する(コード「CALLR P_TUSUL_SET」)。特図普段処理移行設定処理のサブルーチンは、ラベルP_TUSUL_SETに対応するROM内アドレス(先頭アドレス)を有する。 In line number 6150, in response to A5106 of the special chart display processing, a subroutine for setting the transition to special chart normal processing is called and executed (code "CALLR P_TUSUL_SET"). The subroutine for setting the transition to special chart normal processing has an address in ROM (starting address) that corresponds to the label P_TUSUL_SET.

行番号6160では、特図表示中処理プログラムからリターンする(コード「RET」)。 At line number 6160, the special chart display processing program returns (code "RET").

行番号6210と行番号6220は、特図表示中処理のA5122に対応する。行番号6210では、加算アドレス「IY+R_TNJFLG」の天井時短発動フラグ領域(RAM内)に記憶された値を、ラベルC_TNJONの値(天井時短発動フラグがセットされたことを示す値(例えば「1」))と比較する(コード「CPJ (IY+R_TNJFLG),C_TNJON」)。天井時短発動フラグがセットされて比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 Line numbers 6210 and 6220 correspond to A5122 of the special chart display process. In line number 6210, the value stored in the ceiling time-saving activation flag area (in RAM) at the added address "IY+R_TNJFLG" is compared with the value of label C_TNJON (a value indicating that the ceiling time-saving activation flag is set (e.g., "1")) (code "CPJ (IY+R_TNJFLG), C_TNJON"). If the ceiling time-saving activation flag is set and the comparison results are a match, the jump status flag is set (T, ZF = 1 and JF = 1), and if the comparison results are not a match, the jump status flag is not set (F, ZF = 0 and JF = 0).

行番号6220では、天井時短発動フラグがセットされずジャンプステータスフラグ(JF)がセットされない場合(JF=0の場合、Fの場合)、ラベルTDISPLY70に対応するROM内アドレスへジャンプして、行番号6270以降の命令を実行する(コード「JRR F,TDISPLY70」)。天井時短発動フラグがセットされている場合、次の行番号6230の命令に移行する。 In line number 6220, if the ceiling time-saving activation flag is not set and the jump status flag (JF) is not set (if JF = 0, if F), it jumps to the address in ROM corresponding to label TDISPLY70 and executes the commands from line number 6270 onwards (code "JRR F, TDISPLY70"). If the ceiling time-saving activation flag is set, it moves on to the command in the next line number 6230.

行番号6230と行番号6240は、特図表示中処理のA5123に対応する。行番号6230では、加算アドレス「IY+R_JTNCNT1」の時間短縮変動回数1領域に、時間短縮変動回数1の初期値「704」を転送する(コード「LDW (IY+R_JTNCNT1),704」)。なお、コード「LDW (IY+R_JTNCNT1),704」は、命令表の「LDW (jj+d),mn」に対応する。 Line numbers 6230 and 6240 correspond to A5123 of the special diagram display process. In line number 6230, the initial value of time reduction change count 1, "704", is transferred to the time reduction change count 1 area of the addition address "IY+R_JTNCNT1" (code "LDW (IY+R_JTNCNT1), 704"). Note that the code "LDW (IY+R_JTNCNT1), 704" corresponds to "LDW (jj+d), mn" in the command table.

行番号6240では、加算アドレス「IY+R_JTNCNT2」の時間短縮変動回数2領域に、時間短縮変動回数2の初期値「700」を転送する(コード「LDW (IY+R_JTNCNT2),700」)。なお、コード「LDW (IY+R_JTNCNT2),700」は、命令表の「LDW (jj+d),mn」に対応する。 In line number 6240, the initial value "700" of the time reduction variation count 2 is transferred to the time reduction variation count 2 area of the addition address "IY+R_JTNCNT2" (code "LDW (IY+R_JTNCNT2), 700"). Note that the code "LDW (IY+R_JTNCNT2), 700" corresponds to "LDW (jj+d), mn" in the instruction table.

行番号6250では、ラベルTDISPLY110に対応するROM内アドレスへジャンプして、行番号6530以降の命令を実行する(コード「JR TDISPLY110」)。 At line number 6250, a jump is made to the address in ROM corresponding to label TDISPLY110, and the instructions from line number 6530 onwards are executed (code "JR TDISPLY110").

行番号6270と行番号6280は、特図普段処理のA5124に対応する。行番号6270では、加算アドレス「IY+R_SAPFLG2」のサポ当りフラグ2フラグ領域に記憶されたサポ当りフラグ2フラグを、サポ当りを示す数値(ラベルC_SAPON)と比較する(コード「CPJ (IY+R_SAPFLG2),C_SAPON」)。なお、コード「CPJ (IY+R_SAPFLG2),C_SAPON」は、命令表の「CPJ (jj+d),n」に対応する。サポ当りフラグ2がサポ当りを示し比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 Line numbers 6270 and 6280 correspond to A5124 of the special chart normal processing. In line number 6270, the support hit flag 2 flag stored in the support hit flag 2 flag area of the addition address "IY + R_SAPFLG2" is compared with the numerical value indicating a support hit (label C_SAPON) (code "CPJ (IY + R_SAPFLG2), C_SAPON"). Note that the code "CPJ (IY + R_SAPFLG2), C_SAPON" corresponds to "CPJ (jj + d), n" in the instruction table. If the support hit flag 2 indicates a support hit and the comparison results are a match, the jump status flag is set (T, ZF = 1 and JF = 1), and if the comparison results are not a match, the jump status flag is not set (F, ZF = 0 and JF = 0).

行番号6280では、サポ当りフラグ2がサポ当りでありジャンプステータスフラグがセットされている場合、ラベルTDISPLY80に対応するROM内アドレスへジャンプして、行番号6320以降の命令を実行する(コード「JRR T,TDISPLY80」)。サポ当りフラグ2がサポ当りでない場合、次の行番号6290の命令に移行する。 In line 6280, if the support hit flag 2 is a support hit and the jump status flag is set, it jumps to the address in ROM corresponding to label TDISPLY80 and executes the instructions from line 6320 onwards (code "JRR T, TDISPLY80"). If the support hit flag 2 is not a support hit, it moves on to the next instruction in line 6290.

行番号6290と行番号6300は、特図普段処理のA5125に対応する。行番号6290では、加算アドレス「IY+R_SAPFLG1」のサポ当りフラグ1フラグ領域に記憶されたサポ当りフラグ1フラグを、サポ当りを示す数値(ラベルC_SAPON)と比較する(コード「CPJ (IY+R_SAPFLG1),C_SAPON」)。サポ当りフラグ2がサポ当りを示し比較結果が一致する場合には、ゼロフラグがセットされ(Z、ZF=1且つJF=1)、比較結果が一致しない場合には、ゼロフラグがセットされない(NZ、ZF=0且つJF=0)。 Line numbers 6290 and 6300 correspond to A5125 of the special chart normal processing. In line number 6290, the support hit flag 1 flag stored in the support hit flag 1 flag area of the addition address "IY+R_SAPFLG1" is compared with the numerical value indicating a support hit (label C_SAPON) (code "CPJ (IY+R_SAPFLG1), C_SAPON"). If the support hit flag 2 indicates a support hit and the comparison results are a match, the zero flag is set (Z, ZF = 1 and JF = 1), and if the comparison results are not a match, the zero flag is not set (NZ, ZF = 0 and JF = 0).

行番号6300では、サポ当りフラグ2がサポ当りでなくゼロフラグがセットされていない場合(NZの場合、ZF=0の場合)、ラベルTDISPLY120に対応するROM内アドレスへジャンプして、行番号6550以降の命令を実行する(コード「JR NZ,TDISPLY120」)。サポ当りフラグ2がサポ当りである場合、次の行番号6320の命令に移行する。 In line 6300, if the support hit flag 2 is not a support hit and the zero flag is not set (in the case of NZ, ZF = 0), it jumps to the address in ROM corresponding to label TDISPLY120 and executes the instructions from line 6550 onwards (code "JR NZ, TDISPLY120"). If the support hit flag 2 is a support hit, it moves on to the instruction in the next line 6320.

行番号6320から行番号6510は、特図普段処理のA5126に対応する。行番号6510では必要なデータテーブルのアドレス(ラベルD_SAPCNT)を、相対アドレス「D_SAPCNT-5000h」に変換して、HLレジスタに転送する(コード「LDD HL,D_SAPCNT-5000H」)。 Lines 6320 to 6510 correspond to A5126 of the special chart normal processing. In line 6510, the address of the required data table (label D_SAPCNT) is converted to the relative address "D_SAPCNT-5000h" and transferred to the HL register (code "LDD HL, D_SAPCNT-5000H").

行番号6330では、加算アドレス「IY+R_SAPNUM」の領域に記憶された時間短縮判定データを、Aレジスタに転送する(コード「LD A,(IY+R_SAPNUM)」)。 In line number 6330, the time reduction judgment data stored in the area of the added address "IY+R_SAPNUM" is transferred to the A register (code "LD A, (IY+R_SAPNUM)").

行番号6340では、Aレジスタの時間短縮判定データの値を4倍にしてWAレジスタに格納する(コード「MUL A,4」)。 In line number 6340, the time reduction judgment data value in the A register is multiplied by four and stored in the WA register (code "MUL A, 4").

行番号6350では、1バイトデータ取得処理のサブルーチンを呼び出して実行する(コード「CALLT P_GETBYTE」)。これにより、Aレジスタの値がHLレジスタの値に加算され、加算されたHLレジスタの値が、新たな時間短縮変動回数1(初期値)の格納領域のアドレスを示すポインタとして機能する。 In line number 6350, a subroutine for 1 byte data acquisition processing is called and executed (code "CALLT P_GETBYTE"). As a result, the value of the A register is added to the value of the HL register, and the added value of the HL register functions as a pointer indicating the address of the storage area for the new time reduction change count of 1 (initial value).

行番号6360では、時間短縮変動回数2領域(加算アドレス「IY+R_JTNCNT2」)に記憶された時間短縮変動回数2を、WAレジスタに転送する(コード「LD WA,(IY+R_JTNCNT2)」)。ここでの時間短縮変動回数2は、時短状態における特図2変動表示ゲームの残りの実行回数である。 In line number 6360, the time-saving variation count 2 stored in the time-saving variation count 2 area (addition address "IY+R_JTNCNT2") is transferred to the WA register (code "LD WA, (IY+R_JTNCNT2)"). The time-saving variation count 2 here is the remaining number of times the special chart 2 variation display game will be executed in the time-saving state.

行番号6370では、WAレジスタの時間短縮変動回数2と、時間短縮変動回数1領域(加算アドレス「IY+R_JTNCNT1」)に記憶された時間短縮変動回数1を比較する(コード「CP WA,(IY+R_JTNCNT1)」)。ここでの時間短縮変動回数1は、時短状態における特図変動表示ゲーム(特図1変動表示ゲームと特図2変動表示ゲーム)の残りの実行回数である。なお、コード「CP WA,(IY+R_JTNCNT1)」は、命令表の「CP rr,(jj+d)」(第4比較命令)に対応する。時間短縮変動回数2が時間短縮変動回数1未満の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされる(CF=1、JF=1(T))。時間短縮変動回数2が時間短縮変動回数1以上の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされない(CF=0、JF=0(F))。 In line number 6370, the time-saving variation count 2 in the WA register is compared with the time-saving variation count 1 stored in the time-saving variation count 1 area (addition address "IY+R_JTNCNT1") (code "CP WA, (IY+R_JTNCNT1)"). The time-saving variation count 1 here is the remaining number of executions of the special chart variation display game (special chart 1 variation display game and special chart 2 variation display game) in the time-saving state. The code "CP WA, (IY+R_JTNCNT1)" corresponds to "CP rr, (jj+d)" (fourth comparison command) in the command table. If the time-saving variation count 2 is less than the time-saving variation count 1, the carry flag (CF) and jump status flag (JF) are set (CF=1, JF=1 (T)). If the time reduction change count 2 is equal to or greater than the time reduction change count 1, the carry flag (CF) and jump status flag (JF) are not set (CF = 0, JF = 0 (F)).

行番号6380では、時間短縮変動回数2が時間短縮変動回数1未満の場合(Tの場合)、ラベルTDISPLY90に対応するROM内アドレスへジャンプして、行番号6440以降の命令を実行する(コード「JRR T,TDISPLY90」)。時間短縮変動回数2が時間短縮変動回数1以上の場合に、次の行番号6390の命令に移行する。 In line 6380, if time-saving change count 2 is less than time-saving change count 1 (if T), it jumps to the address in ROM corresponding to label TDISPLY90 and executes the commands from line 6440 onwards (code "JRR T, TDISPLY90"). If time-saving change count 2 is greater than or equal to 1, it moves on to the command in the next line 6390.

行番号6390では、行番号6350で設定されたアドレス(HLレジスタの値)の領域に記憶された新たな時間短縮変動回数1(初期値)を、WAレジスタに転送する(コード「LD WA,(HL)」)。なお、コード「LD WA,(HL)」は、命令表の「LD ss,(jj)」に対応する。 In line number 6390, the new time reduction variation count 1 (initial value) stored in the area of the address (value of the HL register) set in line number 6350 is transferred to the WA register (code "LD WA, (HL)"). Note that the code "LD WA, (HL)" corresponds to "LD ss, (jj)" in the instruction table.

行番号6400では、WAレジスタの新たな時間短縮変動回数1(初期値)を、時間短縮変動回数1領域(加算アドレス「IY+R_JTNCNT1」)に記憶された時間短縮変動回数1(残り回数)と比較する(コード「CP WA,(IY+R_JTNCNT1)」)。なお、コード「CP WA,(IY+R_JTNCNT1)は、命令表の「CP rr,(jj+d)」(第4比較命令)に対応しており、種々の判定に使用されRAMの領域から直接に読み出す必要のある時間短縮変動回数(ゲーム回数)に関して大小関係を適切に判定できる。新たな時間短縮変動回数1(初期値)が時間短縮変動回数1(残り回数)未満の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされる(CF=1、JF=1(T))。新たな時間短縮変動回数1(初期値)が時間短縮変動回数1(残り回数)以上の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされない(CF=0、JF=0(F))。 In line number 6400, the new time-saving variation count 1 (initial value) in the WA register is compared with the time-saving variation count 1 (remaining count) stored in the time-saving variation count 1 area (addition address "IY+R_JTNCNT1") (code "CP WA, (IY+R_JTNCNT1)"). The code "CP WA, (IY+R_JTNCNT1)" corresponds to "CP rr, (jj+d)" (fourth comparison command) in the command table, and can appropriately determine the magnitude relationship of the time-saving variation count (game count) that is used for various judgments and needs to be read directly from the RAM area. If the new time-saving variation count 1 (initial value) is less than the time-saving variation count 1 (remaining count), the carry flag (CF) and jump status flag (JF) are set (CF=1, JF=1 (T)). If the new time-saving change count 1 (initial value) is equal to or greater than the time-saving change count 1 (remaining count), the carry flag (CF) and jump status flag (JF) are not set (CF = 0, JF = 0 (F)).

行番号6410では、新たな時間短縮変動回数1(初期値)が時間短縮変動回数1(残り回数)以上の場合(Fの場合)、ラベルTDISPLY100に対応するROM内アドレスへジャンプして、行番号6480以降の命令を実行する(コード「JRR F,TDISPLY100」)。新たな時間短縮変動回数1(初期値)が時間短縮変動回数1(残り回数)未満の場合に、次の行番号6420の命令に移行する。 In line 6410, if the new time-saving change count 1 (initial value) is equal to or greater than the time-saving change count 1 (remaining count) (F case), it jumps to the address in ROM corresponding to label TDISPLY100 and executes the commands from line 6480 onwards (code "JRR F, TDISPLY100"). If the new time-saving change count 1 (initial value) is less than the time-saving change count 1 (remaining count), it moves on to the command in the next line 6420.

行番号6420では、ラベルTDISPLY120に対応するROM内アドレスへジャンプして、行番号6550以降の命令を実行する(コード「JR TDISPLY120」)。 At line number 6420, a jump is made to the address in ROM corresponding to label TDISPLY120, and the instructions from line number 6550 onwards are executed (code "JR TDISPLY120").

行番号6440では、加算アドレス「HL+2」の領域に記憶された新たな時間短縮変動回数2(初期値)を、WAレジスタに転送する(コード「LD WA,(HL+2)」)。 In line number 6440, the new time reduction change count 2 (initial value) stored in the area of the added address "HL+2" is transferred to the WA register (code "LD WA, (HL+2)").

行番号6450では、WAレジスタの新たな時間短縮変動回数2(初期値)を、時間短縮変動回数2領域(加算アドレス「IY+R_JTNCNT2」)に記憶された時間短縮変動回数2(残り回数)と比較する(コード「CP WA,(IY+R_JTNCNT2)」)。新たな時間短縮変動回数2(初期値)が時間短縮変動回数2(残り回数)未満の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされる(CF=1、JF=1(T))。新たな時間短縮変動回数2(初期値)が時間短縮変動回数2(残り回数)以上の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされない(CF=0、JF=0(F))。 In line number 6450, the new time-saving variation count 2 (initial value) in the WA register is compared with the time-saving variation count 2 (remaining count) stored in the time-saving variation count 2 area (addition address "IY+R_JTNCNT2") (code "CP WA, (IY+R_JTNCNT2)"). If the new time-saving variation count 2 (initial value) is less than the time-saving variation count 2 (remaining count), the carry flag (CF) and jump status flag (JF) are set (CF=1, JF=1 (T)). If the new time-saving variation count 2 (initial value) is greater than or equal to the time-saving variation count 2 (remaining count), the carry flag (CF) and jump status flag (JF) are not set (CF=0, JF=0 (F)).

行番号6460では、新たな時間短縮変動回数2(初期値)が時間短縮変動回数2(残り回数)未満の場合(Tの場合)、ラベルTDISPLY120に対応するROM内アドレスへジャンプして、行番号6550以降の命令を実行する(コード「JRR T,TDISPLY120」)。 In line 6460, if the new time-saving change count 2 (initial value) is less than the time-saving change count 2 (remaining count) (if T), it jumps to the address in ROM corresponding to label TDISPLY120 and executes the commands from line 6550 onwards (code "JRR T, TDISPLY120").

行番号6480では、行番号6350で設定されたアドレス(HLレジスタの値)の領域に記憶された新たな時間短縮変動回数1(初期値)を、WAレジスタに転送し、転送後にHLレジスタに格納されたアドレスを2だけ増加する(コード「LD WA,(HL+)」)。なお、コード「LD WA,(HL+)は、命令表の「LD ss,(jj+)」に対応する。 In line 6480, the new time-saving variation count 1 (initial value) stored in the area of the address (HL register value) set in line 6350 is transferred to the WA register, and the address stored in the HL register after the transfer is incremented by 2 (code "LD WA, (HL+)"). The code "LD WA, (HL+)" corresponds to "LD ss, (jj+)" in the instruction table.

行番号6490では、時間短縮変動回数1領域(加算アドレス「IY+R_JTNCNT1」)に、WAレジスタの新たな時間短縮変動回数1(初期値)を転送する(コード「LD (IY+R_JTNCNT1),WA」)。なお、コード「LD (IY+R_JTNCNT1),WA」は、命令表の「LD (jj+d),ss」に対応する。このように、サポ当りが発生した場合に、初期値としての新たな時間短縮変動回数1が現在の時短残りの回数としての時間短縮変動回数1以上であれば、時間短縮変動回数1は、初期値として新たな時間短縮変動回数1に更新され、他方、新たな時間短縮変動回数1が現在の時間短縮変動回数1未満であれば、更新されない。これにより、時間短縮変動回数1が突然減少してしまうことを防止できる。 In line number 6490, the new time reduction variation count 1 (initial value) of the WA register is transferred to the time reduction variation count 1 area (addition address "IY+R_JTNCNT1") (code "LD (IY+R_JTNCNT1), WA"). The code "LD (IY+R_JTNCNT1), WA" corresponds to "LD (jj+d), ss" in the command table. In this way, when a support hit occurs, if the new time reduction variation count 1 as the initial value is equal to or greater than the time reduction variation count 1 as the current remaining number of time reductions, the time reduction variation count 1 is updated to the new time reduction variation count 1 as the initial value. On the other hand, if the new time reduction variation count 1 is less than the current time reduction variation count 1, it is not updated. This prevents the time reduction variation count 1 from suddenly decreasing.

行番号6500では、行番号6480で更新されたアドレス(HLレジスタの値)の領域に記憶されたた新たな時間短縮変動回数2(初期値)を、WAレジスタに転送する(コード「LD WA,(HL)」)。 In line number 6500, the new time reduction change count 2 (initial value) stored in the area of the address (value of the HL register) updated in line number 6480 is transferred to the WA register (code "LD WA, (HL)").

行番号6510では、時間短縮変動回数2領域(加算アドレス「IY+R_JTNCNT2」)に、WAレジスタの新たな時間短縮変動回数2(初期値)を転送する(コード「LD (IY+R_JTNCNT2),WA」)。このように、サポ当りが発生した場合に、初期値としての新たな時間短縮変動回数2が現在の時短残りの回数としての時間短縮変動回数2以上であれば、時間短縮変動回数2は、初期値として新たな時間短縮変動回数2に更新され、他方、新たな時間短縮変動回数2が現在の時間短縮変動回数2未満であれば、更新されない。これにより、時間短縮変動回数2が突然減少してしまうことを防止できる。 In line number 6510, the new time-saving fluctuation count 2 (initial value) of the WA register is transferred to the time-saving fluctuation count 2 area (addition address "IY+R_JTNCNT2") (code "LD (IY+R_JTNCNT2), WA"). In this way, when a support hit occurs, if the new time-saving fluctuation count 2 as the initial value is equal to or greater than the time-saving fluctuation count 2 as the current remaining number of time-savings, the time-saving fluctuation count 2 is updated to the new time-saving fluctuation count 2 as the initial value. On the other hand, if the new time-saving fluctuation count 2 is less than the current time-saving fluctuation count 2, it is not updated. This prevents the time-saving fluctuation count 2 from suddenly decreasing.

行番号6530では、特図普段処理のA5127に対応して、サポ作動設定処理のサブルーチンを呼び出して実行する(コード「CALLR P_SAPSET」)。 In line number 6530, in response to A5127 of the special chart normal processing, the subroutine for the support operation setting processing is called and executed (code "CALLR P_SAPSET").

行番号6550では、特図普段処理のA5128に対応して、特図普段処理移行設定処理(コード「CALLR P_TUSUL_SET」)。 In line number 6550, in response to A5128 of the special chart normal processing, the special chart normal processing transition setting process (code "CALLR P_TUSUL_SET") is performed.

行番号6560では、特図表示中処理プログラムからリターンする(コード「RET」)。 At line number 6560, the special chart display processing program returns (code "RET").

なお、本実施形態では、図36BのA5126と異なり、サポ当りが発生した場合でも、所定の状況下では、時間短縮変動回数1領域と時間短縮変動回数2領域は初期値に更新されない。具体的には、残りの回数としての時間短縮変動回数2が残りの回数としての時間短縮変動回数1より小さく、さらに、初期値としての新たな時間短縮変動回数2が残りの回数としての時間短縮変動回数2より小さければ、時間短縮変動回数1領域と時間短縮変動回数2領域は初期値に更新されず、サポ作動設定処理も実行されない(A5126とA5127は実行されない)。このように、残りの回数としての時間短縮変動回数2が残りの回数としての時間短縮変動回数1より小さい場合(例えば高サポの場合など)に、時短中に特図2変動表示ゲームが主変動表示ゲームとして実行されているため、時間短縮変動回数2の初期値と残り回数を比較して、時間短縮変動回数1領域と時間短縮変動回数2領域を初期値に更新するか判定することが適切である。 In this embodiment, unlike A5126 in FIG. 36B, even if a support hit occurs, under certain circumstances, the time-saving fluctuation count 1 area and the time-saving fluctuation count 2 area are not updated to the initial value. Specifically, if the time-saving fluctuation count 2 as the remaining number is smaller than the time-saving fluctuation count 1 as the remaining number, and further, if the new time-saving fluctuation count 2 as the initial value is smaller than the time-saving fluctuation count 2 as the remaining number, the time-saving fluctuation count 1 area and the time-saving fluctuation count 2 area are not updated to the initial value, and the support operation setting process is not executed (A5126 and A5127 are not executed). In this way, when the time-saving fluctuation count 2 as the remaining number is smaller than the time-saving fluctuation count 1 as the remaining number (for example, in the case of high support), since the special chart 2 fluctuation display game is executed as the main fluctuation display game during the time-saving, it is appropriate to compare the initial value of the time-saving fluctuation count 2 with the remaining number and determine whether to update the time-saving fluctuation count 1 area and the time-saving fluctuation count 2 area to the initial value.

また、具体的には、サポ当りが発生した場合でも、残りの回数としての時間短縮変動回数1が残りの回数としての時間短縮変動回数2以下であり、さらに、初期値としての新たな時間短縮変動回数1が残りの回数としての時間短縮変動回数1より小さければ、時間短縮変動回数1領域と時間短縮変動回数2領域は初期値に更新されず、サポ作動設定処理も実行されない(A5126とA5127は実行されない)。このように、残りの回数としての時間短縮変動回数1が残りの回数としての時間短縮変動回数2以下である場合(例えば中サポの場合など)に、時短中に特図1変動表示ゲームが主変動表示ゲームとして実行されているため、時間短縮変動回数1の初期値と残り回数を比較して、時間短縮変動回数1領域と時間短縮変動回数2領域を初期値に更新するか判定することが適切である。 More specifically, even if a support hit occurs, if the remaining number of times, time-saving fluctuation count 1, is equal to or less than the remaining number of times, time-saving fluctuation count 2, and further, if the new time-saving fluctuation count 1 as the initial value is smaller than the remaining number of times, time-saving fluctuation count 1 area and time-saving fluctuation count 2 area are not updated to the initial value, and the support operation setting process is not executed (A5126 and A5127 are not executed). In this way, when the remaining number of times, time-saving fluctuation count 1, is equal to or less than the remaining number of times, time-saving fluctuation count 2 (for example, in the case of medium support), the special chart 1 fluctuation display game is executed as the main fluctuation display game during the time-saving, so it is appropriate to compare the initial value of time-saving fluctuation count 1 with the remaining number and determine whether to update the time-saving fluctuation count 1 area and time-saving fluctuation count 2 area to the initial value.

なお、プログラム容量の削減と制御の簡略化のため、行番号6360、6370、6380、6420の命令を無くして、残りの回数としての時間短縮変動回数1が残りの回数としての時間短縮変動回数2を比較しなくてよい。これにより、初期値としての新たな時間短縮変動回数1が現在の時短残りの回数としての時間短縮変動回数1以上である場合、又は、初期値としての新たな時間短縮変動回数2が現在の時短残りの回数としての時間短縮変動回数2以上である場合のいずれかであれば、時間短縮変動回数1領域と時間短縮変動回数2領域は初期値に更新されることになる。 In order to reduce program capacity and simplify control, the commands at line numbers 6360, 6370, 6380, and 6420 can be eliminated, and time-saving fluctuation count 1 as the remaining number does not need to be compared with time-saving fluctuation count 2 as the remaining number. As a result, if the new time-saving fluctuation count 1 as the initial value is equal to or greater than the time-saving fluctuation count 1 as the current remaining number of times to be saved, or if the new time-saving fluctuation count 2 as the initial value is equal to or greater than the time-saving fluctuation count 2 as the current remaining number of times to be saved, the time-saving fluctuation count 1 area and the time-saving fluctuation count 2 area will be updated to their initial values.

また、プログラム容量の削減と制御の簡略化のため、行番号6360、6370、6380の命令を無くし、且つ、行番号6410のコードを「JRR F,TDISPLY90」としジャンプ先をTDISPLY90に対応するROM内アドレスしてよい。これにより、初期値としての新たな時間短縮変動回数1が現在の時短残りの回数としての時間短縮変動回数1以上である場合、且つ、初期値としての新たな時間短縮変動回数2が現在の時短残りの回数としての時間短縮変動回数2以上である場合に、時間短縮変動回数1領域と時間短縮変動回数2領域は初期値に更新されることになる。このようにすれば、時間短縮変動回数1と時間短縮変動回数2の両方に関して、突然減少してしまうことを防止できる。 Also, to reduce program capacity and simplify control, the instructions at line numbers 6360, 6370, and 6380 can be eliminated, and the code at line number 6410 can be set to "JRR F, TDISPLY90" with the jump destination being the address in ROM corresponding to TDISPLY90. As a result, if the new time-saving fluctuation count 1 as the initial value is equal to or greater than the time-saving fluctuation count 1 as the current remaining number of times of time-saving, and if the new time-saving fluctuation count 2 as the initial value is equal to or greater than the time-saving fluctuation count 2 as the current remaining number of times of time-saving, the time-saving fluctuation count 1 area and the time-saving fluctuation count 2 area are updated to their initial values. In this way, it is possible to prevent a sudden decrease in both the time-saving fluctuation count 1 and the time-saving fluctuation count 2.

〔始動口信号編集処理プログラム〕
図134は、第5実施形態に係る始動口信号編集処理(A9324)に対応する始動口信号編集処理プログラムのプログラム構造を示すプログラムリストである。始動口信号編集処理プログラムは、ラベルP_SIDOINFに相当する先頭アドレス(ROM内)を有し、外部情報編集処理のステップA9324において呼び出されるサブルーチンである。
[Starting gate signal editing processing program]
134 is a program list showing the program structure of a start opening signal editing processing program corresponding to the start opening signal editing processing (A9324) according to the fifth embodiment. The start opening signal editing processing program has a top address (in ROM) corresponding to the label P_SIDOINF, and is a subroutine called in step A9324 of the external information editing processing.

行番号7010では、Wレジスタの値同士について排他的論理和をとることによって、Wレジスタの値をクリアして0(オフデータ)に設定しておく(コード「XOR W,W」)。 In line number 7010, the values in the W register are cleared and set to 0 (off data) by taking the exclusive OR of the values in the W register (code "XOR W, W").

行番号7020では、始動口信号出力制御タイマ領域のアドレスの下位バイト(R_SIDOSIG+1)をEレジスタに転送する(コード「LD E,R_SIDOSIG+1」)。なお、DEレジスタの値が、始動口信号出力制御タイマ領域のアドレスになる。 In line number 7020, the lower byte (R_SIDOSIG+1) of the address of the start port signal output control timer area is transferred to the E register (code "LD E, R_SIDOSIG+1"). The value of the DE register becomes the address of the start port signal output control timer area.

行番号7030では、始動口信号出力制御タイマ領域の値である始動口信号出力制御タイマが0でなければ-1更新するサブルーチンを呼び出して実行する(コード「CALLT P_DECBYTE」)。このような-1更新処理(カウントダウン)の処理プログラムとなるサブルーチンは、ベクタテーブルにおいてn番目(n=ラベルP_DECBYTEの値)に登録されている。このサブルーチンによって、-1更新後の始動口信号出力制御タイマの値がAレジスタに格納されている。 Line number 7030 calls and executes a subroutine that updates the start port signal output control timer, which is the value of the start port signal output control timer area, by -1 if it is not 0 (code "CALLT P_DECBYTE"). The subroutine that serves as the processing program for this -1 update process (countdown) is registered as the nth subroutine in the vector table (n = value of label P_DECBYTE). This subroutine stores the value of the start port signal output control timer after updating it by -1 in the A register.

行番号7040では、始動口信号出力制御タイマが0である場合(T、ZF=JF=1)、ラベルSIDOINF10に対応するROM内アドレスへジャンプして、行番号7090以降の命令を実行する(コード「JRR T,SIDOINF10」)。始動口信号出力制御タイマが0でない場合、次の行番号7050の命令に移行する。 In line 7040, if the start port signal output control timer is 0 (T, ZF = JF = 1), it jumps to the address in ROM corresponding to label SIDOINF10 and executes the commands from line 7090 onwards (code "JRR T, SIDOINF10"). If the start port signal output control timer is not 0, it moves on to the command in the next line 7050.

行番号7050では、Aレジスタの始動口信号出力制御タイマの値を、所定値(64/T+1)と比較する(コード「CP A,64/T+1」)。ここで、Tは、タイマ割込みの割込み周期(4msec)に対応する4である。従って、所定値(64/T+1)は17である。なお、コード「CP A,64/T+1」は、命令表の「CP p,n」(第3比較命令)に対応する。そして、カウントダウンの処理プログラム(サブルーチンP_DECBYTE)を他のタイマの値とも共通化して、始動口信号出力制御タイマの値を更新してAレジスタに格納しておいた場合に、このコードによって、始動口信号出力制御タイマと所定値を適切に比較できる。始動口信号出力制御タイマが所定値未満の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされる(CF=1、JF=1(T))。始動口信号出力制御タイマが所定値以上の場合に、キャリーフラグ(CF)とジャンプステータスフラグ(JF)はセットされない(CF=0、JF=0(F))。 In line number 7050, the value of the start port signal output control timer in the A register is compared with a predetermined value (64/T+1) (code "CP A, 64/T+1"). Here, T is 4, which corresponds to the timer interrupt period (4 msec). Therefore, the predetermined value (64/T+1) is 17. The code "CP A, 64/T+1" corresponds to "CP p, n" (third comparison command) in the command table. If the countdown processing program (subroutine P_DECBYTE) is shared with the values of other timers and the value of the start port signal output control timer is updated and stored in the A register, this code allows the start port signal output control timer to be appropriately compared with the predetermined value. If the start port signal output control timer is less than the predetermined value, the carry flag (CF) and jump status flag (JF) are set (CF=1, JF=1(T)). If the start port signal output control timer is equal to or greater than a predetermined value, the carry flag (CF) and jump status flag (JF) are not set (CF = 0, JF = 0 (F)).

行番号7060では、始動口信号出力制御タイマが所定値以上(オンタイミング)でありジャンプステータスフラグ(JF)はセットされない場合(JF=0の場合、Fの場合)、ラベルSIDOINF20に対応するROM内アドレスへジャンプして、行番号7160以降の命令を実行する(コード「JRR F,SIDOINF20」)。 In line number 7060, if the start port signal output control timer is equal to or greater than a predetermined value (on timing) and the jump status flag (JF) is not set (if JF = 0, if F), it jumps to the address in ROM corresponding to label SIDOINF20 and executes the commands from line number 7160 onwards (code "JRR F, SIDOINF20").

行番号7070では、ラベルSIDOINF30に対応するROM内アドレスへジャンプして、行番号7180以降の命令を実行する(コード「JR SIDOINF30」)。 At line number 7070, a jump is made to the address in ROM corresponding to label SIDOINF30, and the instructions from line number 7180 onwards are executed (code "JR SIDOINF30").

行番号7090では、DEレジスタの値を1だけ減算して、始動口信号出力回数領域のアドレスを取得する(コード「DEC DE」)。 On line number 7090, the value of the DE register is subtracted by 1 to obtain the address of the start port signal output count area (code "DEC DE").

行番号7100では、DEレジスタで現在指定されたアドレスの始動口信号出力回数領域の値(始動口信号出力回数)を、Aレジスタに転送する(コード「LD A,(DE)」)。 In line number 7100, the value of the start port signal output count field (start port signal output count) of the address currently specified in the DE register is transferred to the A register (code "LD A, (DE)").

行番号7110では、出力要求がないために転送された始動口信号出力回数が「0」の場合(ZF=JF=0の場合、Tの場合)、ラベルSIDOINF30に対応するROM内アドレスへジャンプして、行番号7180以降の命令を実行する(コード「JRR T,SIDOINF30」)。 In line number 7110, if the number of times the start port signal was output and transferred because there was no output request is "0" (if ZF = JF = 0, if T), a jump is made to the address in ROM corresponding to label SIDOINF30, and the instructions from line number 7180 onwards are executed (code "JRR T, SIDOINF30").

行番号7120では、始動口信号出力回数を1だけ減少して-1更新する(コード「DEC (DE)」)。 In line number 7120, the number of times the start port signal is output is decremented by 1 and updated by -1 (code "DEC (DE)").

行番号7130では、DEレジスタの値を1だけ増加して、始動口信号出力制御タイマ領域のアドレスを取得する(コード「INC DE」)。 On line number 7130, the value of the DE register is increased by 1 to obtain the address of the start port signal output control timer area (code "INC DE").

行番号7140では、DEレジスタで現在指定されたアドレスの始動口信号出力制御タイマ領域に初期値(128/T+64/T)を転送する(コード「LD (DE),128/T+64/T」)。初期値(128/T+64/T)は48である。 In line number 7140, the initial value (128/T + 64/T) is transferred to the start port signal output control timer area of the address currently specified by the DE register (code "LD (DE), 128/T + 64/T"). The initial value (128/T + 64/T) is 48.

行番号7160では、始動口信号のオンデータ(ラベルC_SIDO_INFの値)をWレジスタに転送する(コード「LD W,C_SIDO_INF」)。 In line number 7160, the on data of the start port signal (the value of label C_SIDO_INF) is transferred to the W register (code "LD W, C_SIDO_INF").

行番号7180では、Wレジスタの値として始動口信号のオンデータ又はオフデータを、外部情報出力データ領域(加算アドレス「IY+R_SIDOSIG+2」)に転送する(コード「LD (IY+R_SIDOSIG+2),W」)。これにより、始動口信号のオンデータ又はオフデータが外部情報端子71から外部装置(ホールコンピュータなど)に出力されることになる。 In line number 7180, the on or off data of the start gate signal is transferred to the external information output data area (addition address "IY+R_SIDOSIG+2") as the value of the W register (code "LD (IY+R_SIDOSIG+2), W"). As a result, the on or off data of the start gate signal is output from the external information terminal 71 to an external device (such as a hall computer).

行番号7190では、始動口信号編集処理プログラムからリターンする(コード「RET」)。 At line number 7190, the start port signal editing processing program returns (code "RET").

以上の始動口信号編集処理プログラムによって、始動口信号出力回数がゼロにならない限り、始動口信号出力制御タイマに初期値が設定され、初期値(128/T+64/T)から所定値(64/T+1)になるまでのオンタイミングの間に、始動口信号のオンデータが外部情報端子71から外部装置(ホールコンピュータなど)に出力される。 By the above start port signal editing processing program, unless the number of start port signal outputs becomes zero, the initial value is set to the start port signal output control timer, and during the on timing from the initial value (128/T+64/T) to the specified value (64/T+1), the on data of the start port signal is output from the external information terminal 71 to an external device (such as a hall computer).

〔安全装置関連処理プログラム〕
図135は、第5実施形態に係る安全装置関連処理(図56)に対応する安全装置関連処理プログラムのプログラム構造を示すプログラムリストである。安全装置関連処理プログラムは、ラベルP_SAFSETに相当する先頭アドレス(ROM内)を有し、タイマ割込み処理のステップA1314においてCALLR命令(行番号1190)によって呼び出されるサブルーチンである。
[Safety device related processing program]
135 is a program listing showing the program structure of a safety device related processing program corresponding to the safety device related processing (FIG. 56) according to the fifth embodiment. The safety device related processing program has a top address (in ROM) corresponding to the label P_SAFSET, and is a subroutine called by the CALLR instruction (line number 1190) in step A1314 of the timer interrupt processing.

行番号7510と行番号7520は、安全装置関連処理のA9401に対応する。行番号7510では、領域内ワーク領域に含まれる安全装置作動中フラグ領域(加算アドレス「IY+R_SAFFLG」)の安全装置作動中フラグを、安全装置が作動中であることを示す値(ラベルC_SAFON)と比較する(コード「CPJ (IY+R_SAFFLG),C_SAFON」)。安全装置作動中フラグが作動中であることを示し比較結果が一致する場合には、ゼロフラグがセットされ(Z、ZF=1)、比較結果が一致しない場合には、ゼロフラグがセットされない(NZ、ZF=0)。 Line number 7510 and line number 7520 correspond to A9401 of the safety device related processing. In line number 7510, the safety device operation flag in the safety device operation flag area (added address "IY+R_SAFFLG") included in the work area within the area is compared with the value indicating that the safety device is operating (label C_SAFON) (code "CPJ (IY+R_SAFFLG), C_SAFON"). If the comparison results show that the safety device operation flag is operating and the comparison results are the same, the zero flag is set (Z, ZF = 1), and if the comparison results do not match, the zero flag is not set (NZ, ZF = 0).

行番号7520では、安全装置作動中フラグが作動中であることを示し比較結果が一致する場合(Z)の場合に、サブルーチンを終了して、安全装置関連処理プログラムからリターンする(コード「RET Z」)。 In line number 7520, if the safety device activation flag indicates that the device is activated and the comparison result is a match (Z), the subroutine ends and the safety device-related processing program returns (code "RET Z").

行番号7530から行番号7550は、安全装置関連処理のA9402とA9403に対応する。行番号7530では、領域外ワーク領域に含まれ、安全装置作動情報領域と旧作動情報領域を含む2バイトの領域(ラベルR_SAFINF1の先頭アドレスを有する)から安全装置作動情報と旧作動情報を、WAレジスタに転送する(コード「LD WA,(R_SAFINF1)」)。Wレジスタには、旧作動情報が転送され、Aレジスタには安全装置作動情報が転送される。なお、コード「LD WA,(R_SAFINF1)」は、命令表の「LD ss,(vw)」に対応する。 Line numbers 7530 to 7550 correspond to A9402 and A9403 of the safety device related processing. In line number 7530, the safety device operation information and old operation information are transferred to the WA register from a 2-byte area (having the top address of label R_SAFINF1) that is included in the outside work area and contains the safety device operation information area and old operation information area (code "LD WA, (R_SAFINF1)"). The old operation information is transferred to the W register, and the safety device operation information is transferred to the A register. The code "LD WA, (R_SAFINF1)" corresponds to "LD ss, (vw)" in the instruction table.

行番号7540では、Aレジスタの安全装置作動情報とWレジスタの旧作動情報を比較する(コード「CPJ A,W」)。なお、コード「CPJ A,W」は、命令表の「CPJ r,g」に対応する。安全装置作動情報が旧作動情報と同じ値であり変化なく、比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 In line number 7540, the safety device operation information in the A register is compared with the old operation information in the W register (code "CPJ A,W"). The code "CPJ A,W" corresponds to "CPJ r,g" in the instruction table. If the safety device operation information has the same value as the old operation information and there is no change, and the comparison results in a match, the jump status flag is set (T, ZF = 1 and JF = 1); if the comparison results in a mismatch, the jump status flag is not set (F, ZF = 0 and JF = 0).

行番号7550では、安全装置作動情報が旧作動情報と同じ値であり、ジャンプステータスフラグ(JF)がセットされる場合(JF=1の場合、Tの場合)、ラベルSAFSET10に対応するROM内アドレスへジャンプして、行番号7640以降の命令を実行する(コード「JRR T,SAFSET10」)。安全装置作動情報が旧作動情報と同じ値でなく変化した場合に、次の行番号7560の命令に移行する。 In line 7550, if the safety device operation information is the same value as the old operation information and the jump status flag (JF) is set (if JF = 1, if T), it jumps to the address in ROM corresponding to label SAFSET10 and executes the instructions from line 7640 onwards (code "JRR T, SAFSET10"). If the safety device operation information has changed and is no longer the same value as the old operation information, it moves on to the next instruction in line 7560.

行番号7560では、安全装置関連処理のA9404に対応して、安全装置作動情報とコマンドを対応付けた安全装置作動関連コマンドテーブルのアドレス(ラベルD_SAFCOM)を、相対アドレス「D_SAFCOM-5000h」にして、HLレジスタに転送する(コード「LDD HL,D_SAFCOM-5000H」)。 In line number 7560, in response to A9404 of the safety device related processing, the address of the safety device operation related command table (label D_SAFCOM) that associates safety device operation information with commands is set to the relative address "D_SAFCOM-5000h" and transferred to the HL register (code "LDD HL, D_SAFCOM-5000H").

行番号7570では、安全装置関連処理のA9405に対応して、1バイトデータ取得処理のサブルーチンを呼び出して実行する(コード「CALLT P_GETBYTE」)。これにより、Aレジスタの安全装置作動情報の値がHLレジスタの安全装置作動関連コマンドテーブルのアドレスに加算され、加算後のHLレジスタで指定されたアドレスの領域に記憶された値をAレジスタに転送する。従って、安全装置作動関連コマンドテーブルから安全装置作動情報に対応して取得されたコマンド(ACTION部)が、Aレジスタに格納される。 On line number 7570, in response to A9405 of the safety device related processing, a subroutine for 1 byte data acquisition processing is called and executed (code "CALLT P_GETBYTE"). As a result, the value of the safety device operation information in the A register is added to the address of the safety device operation related command table in the HL register, and the value stored in the address area specified by the HL register after the addition is transferred to the A register. Therefore, the command (ACTION section) obtained from the safety device operation related command table in response to the safety device operation information is stored in the A register.

行番号7580と行番号7590は、安全装置関連処理のA9406に対応する。行番号7580では、Aレジスタのコマンド(ACTION部)を、コマンド定義なしを示す数値(ラベルC_NONCOM)と比較する(コード「CPJ A,C_NONCOM」)。コマンド(ACTION部)がコマンド定義なしであり比較結果が一致する場合には、ジャンプステータスフラグがセットされ(T、ZF=1且つJF=1)、比較結果が一致しない場合には、ジャンプステータスフラグがセットされない(F、ZF=0且つJF=0)。 Line numbers 7580 and 7590 correspond to A9406 of the safety device related processing. In line number 7580, the command (ACTION part) in the A register is compared with a value (label C_NONCOM) indicating no command definition (code "CPJ A, C_NONCOM"). If the command (ACTION part) is no command definition and the comparison results in a match, the jump status flag is set (T, ZF = 1 and JF = 1), and if the comparison results in a mismatch, the jump status flag is not set (F, ZF = 0 and JF = 0).

行番号7590では、安全装置作動情報がコマンド定義なしであり、ジャンプステータスフラグ(JF)がセットされる場合(JF=1の場合、Tの場合)、ラベルSAFSET10に対応するROM内アドレスへジャンプして、行番号7640以降の命令を実行する(コード「JRR T,SAFSET10」)。 In line number 7590, if the safety device operation information does not have a command definition and the jump status flag (JF) is set (if JF = 1, if T), it jumps to the address in ROM corresponding to label SAFSET10 and executes the instructions from line number 7640 onwards (code "JRR T, SAFSET10").

行番号7600では、Aレジスタのコマンド(ACTION部)をCレジスタに転送する(コード「LD C,A」)。 In line number 7600, the command (ACTION section) in the A register is transferred to the C register (code "LD C, A").

行番号7610では、安全装置関連処理のA9407に対応して、安全装置作動関連コマンド(MODE部)を演出コマンドとして準備するため、安全装置作動関連コマンド(MODE部)の値(ラベルC_SAFMD)をBレジスタに転送する(コード「LD B,C_SAFMD」)。 In line number 7610, in response to A9407 of the safety device related processing, the value of the safety device activation related command (MODE section) (label C_SAFMD) is transferred to the B register (code "LD B, C_SAFMD") to prepare the safety device activation related command (MODE section) as a performance command.

行番号7620では、安全装置関連処理のA9408に対応して、演出コマンド設定処理のサブルーチンを呼び出して実行する(コード「CALLT P_COMSET」)。演出コマンド設定処理は、BレジスタとCレジスタの値に基づいて実行されることになる。 In line number 7620, in response to A9408 of the safety device-related process, a subroutine for the performance command setting process is called and executed (code "CALLT P_COMSET"). The performance command setting process is executed based on the values of the B and C registers.

行番号7640と行番号7650は、安全装置関連処理のA9409に対応する。行番号7640では、安全装置作動情報領域(アドレスR_SAFINF1)の安全装置作動情報を、ラベルC_SAFSADOの安全装置作動中情報(値3)と比較する(コード「CPJ (R_SAFINF1),C_SAFSADO」)。なお、コード「CPJ (R_SAFINF1),C_SAFSADO」)は、命令表の「CPJ (vw),n」に対応する。安全装置作動情報が安全装置作動中情報(値3)であり比較結果が一致する場合、ゼロフラグがセットされ(Z、ZF=1)、比較結果が一致しない場合には、ゼロフラグがセットされない(NZ、ZF=0)。 Line numbers 7640 and 7650 correspond to A9409 of the safety device related processing. In line number 7640, the safety device operation information in the safety device operation information area (address R_SAFINF1) is compared with the safety device operation information (value 3) of label C_SAFSADO (code "CPJ (R_SAFINF1), C_SAFSADO"). Note that the code "CPJ (R_SAFINF1), C_SAFSADO") corresponds to "CPJ (vw), n" in the instruction table. If the safety device operation information is the safety device operation information (value 3) and the comparison results are a match, the zero flag is set (Z, ZF = 1), and if the comparison results are not a match, the zero flag is not set (NZ, ZF = 0).

行番号7650では、安全装置作動情報が安全装置作動中情報(値3)でなくゼロフラグ(ZF)がセットされていない場合(NZの場合)、安全装置関連処理プログラムからリターンする(コード「RET NZ」)。 In line number 7650, if the safety device operation information is not safety device operation information (value 3) and the zero flag (ZF) is not set (in the case of NZ), the safety device related processing program returns (code "RET NZ").

行番号7660では、安全装置関連処理のA9410に対応して、安全装置作動中フラグ領域(加算アドレス「IY+R_SAFFLG」)に、安全装置が作動中であることを示す値(ラベルC_SAFON、例えば「1」)を転送して、安全装置作動中フラグとしてセーブする(コード「LD (IY+R_SAFFLG),C_SAFON」)。 In line number 7660, in response to A9410 of the safety device-related processing, a value indicating that the safety device is in operation (label C_SAFON, for example "1") is transferred to the safety device operation flag area (addition address "IY+R_SAFFLG") and saved as the safety device operation flag (code "LD (IY+R_SAFFLG), C_SAFON").

行番号7670では、安全装置関連処理プログラムからリターンする(コード「RET」)。 At line number 7670, the safety device related processing program returns (code "RET").

以上、図123から図135において、アドレス空間内で第1のROM領域(第1プログラム記憶領域)に配置される領域内プログラム(第1プログラム)について説明されたが、
領域内プログラムにおいて、呼び出し先のアドレスが直値mnで指定される4バイト長の特定のCALL命令(第1呼出し命令、特定の呼出し命令)は、行番号0620、行番号0710、行番号1280の3箇所で、領域外プログラムを呼び出すために出現する。領域内プログラムにおいて特定のCALL命令が出現する数は、後述の領域外プログラム(図136から図139)において、特定のCALL命令が出現する数(4つ以上)よりも少ない。
As described above, in FIG. 123 to FIG. 135, the in-area program (first program) arranged in the first ROM area (first program storage area) in the address space has been described.
In the intra-area program, a 4-byte specific CALL instruction (first call instruction, specific call instruction) whose callee address is specified by the immediate value mn appears to call an outside-area program in three places, line number 0620, line number 0710, and line number 1280. The number of times that specific CALL instructions appear in the intra-area program is fewer than the number of specific CALL instructions (four or more) that appear in the outside-area program (FIGS. 136 to 139) described below.

このように特定のCALL命令は、語長が4バイトと大きいため、アドレスの小さい第1のROM領域(領域内プログラムの領域、第1プログラム記憶領域)で、第2のROM領域(領域外プログラムの領域、第2プログラム記憶領域)よりも少なく使用されている。これによって、第1のROM領域の容量に余裕を持たせて、領域内プログラムである遊技制御用プログラムの開発効率を向上できる。 As such, because a specific CALL instruction has a large word length of 4 bytes, it is used less in the first ROM area (area for programs within the area, first program storage area) which has a smaller address than in the second ROM area (area for programs outside the area, second program storage area). This allows for more capacity in the first ROM area, improving the efficiency of developing game control programs, which are programs within the area.

また、CALLR命令(第2呼出し命令)とCALLT命令(第3呼出し命令)のうちのいずれかによって、領域内プログラムの一部である所定の処理プログラムから一のサブルーチンを呼び出し可能であり、一のサブルーチンでは、JRR命令(所定の分岐命令、第2分岐命令)を少なくとも実行する。JRR命令によって、所定の処理プログラムから呼び出される他のサブルーチンに分岐しない。このようにして、一のサブルーチンと他のサブルーチンの区切りを明確にし、プログラムの開発効率を向上できる。 In addition, a subroutine can be called from a specified processing program that is part of the program within the area by using either a CALLR instruction (second call instruction) or a CALLT instruction (third call instruction), and the subroutine executes at least a JRR instruction (specified branch instruction, second branch instruction). The JRR instruction does not branch to another subroutine called from the specified processing program. In this way, the boundary between the subroutine and the other subroutine is clearly defined, improving the efficiency of program development.

所定の処理プログラムと一のサブルーチンの組合せの一例は、タイマ割込み処理プログラムと特図ゲーム処理プログラムの組合せであり、特図ゲーム処理プログラムのJRR命令(行番号1560)では、タイマ割込み処理プログラムの他のサブルーチンである役物ゲーム処理プログラム内や普図ゲーム処理プログラム内に分岐しない。また、所定の処理プログラムと一のサブルーチンの組合せの一例は、特図始動口スイッチ共通処理プログラムと特図保留情報判定処理プログラムの組合せであり、特図保留情報判定処理プログラムのJRR命令(行番号4220)では、特図始動口スイッチ共通処理プログラムの他のサブルーチンである演出コマンド設定処理プログラム(P_COMSET)内に分岐しない。さらに、所定の処理プログラムと一のサブルーチンの組合せの一例は、特図保留情報判定処理プログラムと大当り判定処理プログラムの組合せであり、大当り判定処理プログラムのJRR命令(行番号4560と行番号4580)では、特図保留情報判定処理プログラムの他のサブルーチンである特図状態チェック処理プログラム内に分岐しない。 An example of a combination of a predetermined processing program and a subroutine is a combination of a timer interrupt processing program and a special game processing program, and the JRR command (line number 1560) of the special game processing program does not branch into the other subroutines of the timer interrupt processing program, the accessory game processing program, or the normal game processing program. Also, an example of a combination of a predetermined processing program and a subroutine is a combination of a special game start port switch common processing program and a special game reservation information determination processing program, and the JRR command (line number 4220) of the special game reservation information determination processing program does not branch into the performance command setting processing program (P_COMSET), which is another subroutine of the special game start port switch common processing program. Furthermore, an example of a combination of a predetermined processing program and a subroutine is a combination of a special game reservation information determination processing program and a jackpot determination processing program, and the JRR command (line number 4560 and line number 4580) of the jackpot determination processing program does not branch into the special game status check processing program, which is another subroutine of the special game reservation information determination processing program.

〔領域外統合処理プログラム〕
図136は、第5実施形態に係る領域外統合処理(図121)に対応する領域外統合処理プログラムのプログラム構造を示すプログラムリストである。領域外統合処理プログラムは、ラベルP_OUTAREAに相当する先頭アドレス(ROM内)を有し、タイマ割込み処理のステップA1322においてCALL命令(行番号1280)によって呼び出されるサブルーチンである。
[Out-of-area integration processing program]
136 is a program listing showing the program structure of an outside area integration processing program corresponding to the outside area integration processing (FIG. 121) according to the fifth embodiment. The outside area integration processing program has a top address (in ROM) corresponding to the label P_OUTAREA, and is a subroutine called by the CALL instruction (line number 1280) in step A1322 of the timer interrupt processing.

行番号8010では、領域外統合処理のA9501に対応して、SPレジスタのスタックポインタの値を、領域外ワーク領域のスタックポインタ保存領域(ラベルR_ESTCKPTのアドレス)に転送する(コード「LD (R_ESTCKPT),SP」)。なお、コード「LD (R_ESTCKPT),SP」は、命令表の「LD (vw),ss」に対応する。 In line number 8010, in response to A9501 of the outside area integration process, the value of the stack pointer in the SP register is transferred to the stack pointer storage area in the outside area work area (address of label R_ESTCKPT) (code "LD (R_ESTCKPT), SP"). Note that the code "LD (R_ESTCKPT), SP" corresponds to "LD (vw), ss" in the instruction table.

行番号8020では、領域外統合処理のA9502に対応して、SPレジスタのスタックポインタに、領域外スタック領域の値として、領域外スタック領域の先頭を示す先頭アドレス値(ラベルC_S_STKTOP)を転送する(コード「LD SP,C_S_STKTOP」)。なお、領域外スタック領域の最終アドレス(最大アドレス)が先頭アドレス(開始アドレス)であり、領域外スタック領域は最大アドレスから最小アドレスまでの範囲となる。 In line number 8020, in response to A9502 of the out-of-area consolidation process, the top address value (label C_S_STKTOP) indicating the top of the out-of-area stack area is transferred to the stack pointer of the SP register as the value of the out-of-area stack area (code "LD SP, C_S_STKTOP"). Note that the last address (maximum address) of the out-of-area stack area is the top address (start address), and the out-of-area stack area ranges from the maximum address to the minimum address.

行番号8030から行番号8060は、領域外統合処理のA9503に対応する。行番号8030では、レジスタバンク0を選択するため、フラグレジスタ1200のビットであるレジスタバンクセレクタ(RBS)に、値「0」を転送する(コード「LD RBS,0」)。 Lines 8030 to 8060 correspond to A9503 of the outside area consolidation process. In line 8030, to select register bank 0, the value "0" is transferred to the register bank selector (RBS), which is a bit of flag register 1200 (code "LD RBS, 0").

行番号8040では、レジスタバンク0の汎用レジスタ全部(WAレジスタ,BCレジスタ,DEレジスタ,HLレジスタ,IXレジスタ,IYレジスタ)の値を領域外スタック領域に退避(PUSH)する(コード「PUSH WA,BC,DE,HL,IX,IY」)。 In line number 8040, the values of all the general-purpose registers in register bank 0 (WA register, BC register, DE register, HL register, IX register, IY register) are pushed to the external stack area (code "PUSH WA, BC, DE, HL, IX, IY").

行番号8050では、レジスタバンク1を選択するため、フラグレジスタ1200のビットであるレジスタバンクセレクタ(RBS)に、値「1」を転送する(コード「LD RBS,1」)。 In line number 8050, to select register bank 1, the value "1" is transferred to the register bank selector (RBS), which is a bit in flag register 1200 (code "LD RBS, 1").

行番号8060では、レジスタバンク1の汎用レジスタ全部(WAレジスタ,BCレジスタ,DEレジスタ,HLレジスタ,IXレジスタ,IYレジスタ)の値を領域外スタック領域に退避(PUSH)する(コード「PUSH WA,BC,DE,HL,IX,IY」)。 In line number 8060, the values of all the general-purpose registers in register bank 1 (WA register, BC register, DE register, HL register, IX register, IY register) are pushed to the external stack area (code "PUSH WA, BC, DE, HL, IX, IY").

行番号8070から行番号8100では、各々、試験信号出力処理(A10001)、性能表示装置制御処理(A9504)、差玉確認処理(A9505)、安全装置作動監視処理(A9506)に対応するサブルーチン(領域外プログラム)を呼び出して実行する。呼び出しは、呼び出し先のサブルーチンのアドレスが直値mn(ラベル)で指定される4バイト長の特定のCALL命令(第1呼出し命令)によって実行される(コード「CALL P_SOUTPUT」「CALL P_SHYMT」「CALL P_DEFCHK」「CALL P_SAFCHK」)。 Lines 8070 to 8100 call and execute subroutines (out-of-area programs) corresponding to test signal output processing (A10001), performance display device control processing (A9504), ball difference confirmation processing (A9505), and safety device operation monitoring processing (A9506). The call is executed by a specific 4-byte CALL instruction (first call instruction) in which the address of the called subroutine is specified by the direct value mn (label) (codes "CALL P_SOUTPUT", "CALL P_SHYMT", "CALL P_DEFCHK", and "CALL P_SAFCHK").

なお、試験信号出力処理の呼び出しに関して、サイクル数又は語長が特定のCALL命令よりも小さいCALLT命令(1バイト長)又はCALLR命令(2バイト長又は3バイト長)を使用せず、任意のアドレスのサブルーチンを呼び出せる特定のCALL命令(4バイト長)を使用する。これにより、試験信号出力処理の呼び出しに関して、試験信号出力処理プログラムのアドレスに依存しない汎用性を持たせるとともに開発者に分かり易くしている。 When calling the test signal output process, a specific CALL instruction (4 bytes long) that can call a subroutine at any address is used, rather than a CALLT instruction (1 byte long) or a CALLR instruction (2 or 3 bytes long) whose cycle count or word length is smaller than that of a specific CALL instruction. This allows the calling of the test signal output process to be versatile and independent of the address of the test signal output process program, and makes it easy for developers to understand.

行番号8110から行番号8130は、領域外統合処理のA9507に対応して、退避したレジスタを復帰する。行番号8110では、レジスタバンク1の汎用レジスタ全部(WAレジスタ,BCレジスタ,DEレジスタ,HLレジスタ,IXレジスタ,IYレジスタ)の値を領域外スタック領域から復帰(POP)する(コード「POP WA,BC,DE,HL,IX,IY」)。 Lines 8110 to 8130 correspond to the out-of-area consolidation process A9507, and restore the saved registers. In line 8110, the values of all the general-purpose registers in register bank 1 (WA register, BC register, DE register, HL register, IX register, IY register) are restored (POP) from the out-of-area stack area (code "POP WA, BC, DE, HL, IX, IY").

行番号8120では、レジスタバンク0を選択するため、フラグレジスタ1200のビットであるレジスタバンクセレクタ(RBS)に、値「0」を転送する(コード「LD RBS,0」)。 In line number 8120, to select register bank 0, the value "0" is transferred to the register bank selector (RBS), which is a bit in flag register 1200 (code "LD RBS, 0").

行番号8130では、レジスタバンク0の汎用レジスタ全部(WAレジスタ,BCレジスタ,DEレジスタ,HLレジスタ,IXレジスタ,IYレジスタ)の値を領域外スタック領域から復帰(POP)する(コード「POP WA,BC,DE,HL,IX,IY」)。 In line number 8130, the values of all the general-purpose registers in register bank 0 (WA register, BC register, DE register, HL register, IX register, IY register) are restored (POP) from the external stack area (code "POP WA, BC, DE, HL, IX, IY").

行番号8140では、領域外統合処理のA9508に対応して、領域外ワーク領域のスタックポインタ保存領域(ラベルR_ESTCKPTのアドレス)に記憶されていたスタックポインタの値をSPレジスタに転送する(コード「LD SP,(R_ESTCKPT)」)。 In line number 8140, in response to A9508 of the outside area integration process, the value of the stack pointer stored in the stack pointer storage area of the outside area work area (address of label R_ESTCKPT) is transferred to the SP register (code "LD SP, (R_ESTCKPT)").

行番号8150では、領域外統合処理プログラムからリターンする(コード「RET」)。 At line number 8150, the outside area integration processing program returns (code "RET").

以上、領域外統合処理プログラムについて説明したが、領域外統合処理プログラムから呼び出されるサブルーチンとして、試験信号出力処理、性能表示装置制御処理、差玉確認処理、安全装置作動監視処理に対応するサブルーチンは、アドレス空間内の第2のROM領域に配置される領域外プログラムである。領域外プログラムに含まれる領域外統合処理プログラムからさらに領域外プログラムに含まれるこれらのサブルーチンを呼び出す場合には、CALLT命令とCALLR命令を使用せずに特定のCALL命令だけを使用して、領域内プログラムに含まれるサブルーチンの呼出しとは区別する。これによって、プログラムの開発効率を向上できる。 The out-of-area integration processing program has been described above, but the subroutines called from the out-of-area integration processing program, which correspond to the test signal output processing, performance display device control processing, ball difference confirmation processing, and safety device operation monitoring processing, are out-of-area programs located in the second ROM area in the address space. When calling these subroutines contained in the out-of-area program from the out-of-area integration processing program contained in the out-of-area program, only a specific CALL instruction is used without using the CALLT instruction and CALLR instruction, to distinguish them from calls to subroutines contained in the in-area program. This can improve the efficiency of program development.

なお、仮に、領域外プログラムから逆に領域内プログラムに含まれるサブルーチンを呼び出す場合にも、領域外プログラムにおいてCALL命令だけを使用して、CALL命令以外の呼出し命令が無いことを介して領域外プログラムと領域内プログラムを区別でき、プログラムの開発効率を向上できる。 Even if a subroutine contained in a program within a domain is called from a program outside the domain, the program outside the domain can be distinguished from the program within the domain by using only the CALL command in the program outside the domain, since there are no other call commands than the CALL command, improving the efficiency of program development.

なお、試験信号出力処理、性能表示装置制御処理、差玉確認処理、安全装置作動監視処理に対応するサブルーチン(領域外プログラムの一部)からさらに、領域外プログラムに含まれるサブルーチンを呼び出す場合にも、領域内プログラムに含まれるサブルーチンの呼出しとは区別して、CALLT命令とCALLR命令を使用せずに、CALL命令だけを使用してプログラムの開発効率を向上できる。 In addition, when calling a subroutine included in an outside program from a subroutine (part of an outside program) corresponding to test signal output processing, performance display device control processing, ball difference confirmation processing, or safety device operation monitoring processing, this is distinguished from calling a subroutine included in an inside program, and program development efficiency can be improved by using only the CALL command without using the CALLT and CALLR commands.

〔試験信号出力処理プログラム〕
図137は、第5実施形態に係る試験信号出力処理(図122)に対応する試験信号出力処理プログラムのプログラム構造を示すプログラムリストである。試験信号出力処理プログラムは、ラベルP_SOUTPUTに相当する先頭アドレス(ROM内)を有し、領域外統合処理(図121)のステップA10001においてCALL命令(行番号8070)によって呼び出されるサブルーチンであり、領域外プログラムに含まれる。
[Test signal output processing program]
Fig. 137 is a program list showing the program structure of a test signal output processing program corresponding to the test signal output processing (Fig. 122) according to the fifth embodiment. The test signal output processing program has a top address (in ROM) corresponding to the label P_SOUTPUT, is a subroutine called by a CALL command (line number 8070) in step A10001 of the outside area integration processing (Fig. 121), and is included in the outside area program.

行番号8510から行番号8560は、試験信号出力処理のA10101とA10102に対応する。行番号8510では、アドレス「R_SKNBF+0」の領域に記憶された値をAレジスタに転送する(コード「LD A,(R_SKNBF+0)」)。なお、コード「LD A,(R_SKNBF+0)」は、命令表の「LD s,(vw)」に対応する。 Lines 8510 to 8560 correspond to A10101 and A10102 in the test signal output process. In line 8510, the value stored in the area of address "R_SKNBF+0" is transferred to the A register (code "LD A, (R_SKNBF+0)"). The code "LD A, (R_SKNBF+0)" corresponds to "LD s, (vw)" in the instruction table.

行番号8520では、アドレス「R_SKNBF+1」の領域に記憶された値とAレジスタの値を、論理和を取ることによって合成して、Aレジスタに格納する(コード「OR A,(R_SKNBF+1)」)。 In line number 8520, the value stored in the area at address "R_SKNBF+1" and the value in the A register are ORed together, and the result is stored in the A register (code "OR A, (R_SKNBF+1)").

行番号8530では、アドレス「R_SKNBF+2」の領域に記憶された値とAレジスタの値を、論理和を取ることによって合成して、Aレジスタに格納する(コード「OR A,(R_SKNBF+2)」)。 In line number 8530, the value stored in the area at address "R_SKNBF+2" and the value in the A register are ORed together, and the result is stored in the A register (code "OR A, (R_SKNBF+2)").

行番号8540では、アドレス「R_SKNBF+3」の領域に記憶された値をWレジスタに転送する(コード「LD W,(R_SKNBF+3)」)。なお、コード「LD W,(R_SKNBF+3)」は、命令表の「LD t,(vw)」に対応する。 In line number 8540, the value stored in the area at address "R_SKNBF+3" is transferred to the W register (code "LD W, (R_SKNBF+3)"). Note that the code "LD W, (R_SKNBF+3)" corresponds to "LD t, (vw)" in the instruction table.

行番号8550では、アドレス「R_SKNBF+4」の領域に記憶された値とWレジスタの値を、論理和を取ることによって合成して、Wレジスタに格納する(コード「OR W,(R_SKNBF+4)」)。 In line number 8550, the value stored in the area at address "R_SKNBF+4" and the value in the W register are ORed together, and the result is stored in the W register (code "OR W, (R_SKNBF+4)").

行番号8560では、ポートC_OUT05(即ち、ラベルC_OUT05に対応する数値の番号のポート)にWAレジスタの数値を出力する(コード「OUTW (C_OUT05),WA」)。これによって、中継基板70上の試験端子出力ポート1,2にWAレジスタの数値が出力される。 In line number 8560, the value in the WA register is output to port C_OUT05 (i.e., the port with the number corresponding to the label C_OUT05) (code "OUTW (C_OUT05), WA"). This causes the value in the WA register to be output to test terminal output ports 1 and 2 on the relay board 70.

行番号8570から行番号8620は、試験信号出力処理のA10103とA10104に対応する。行番号8570では、アドレス「R_TZ1STP」の領域に記憶された値をAレジスタに転送する(コード「LD A,(R_TZ1STP)」)。アドレス「R_TZ1STP」の領域には、特図1の図柄データのビット信号が記憶されている。 Lines 8570 to 8620 correspond to A10103 and A10104 in the test signal output process. In line 8570, the value stored in the area of address "R_TZ1STP" is transferred to the A register (code "LD A, (R_TZ1STP)"). The area of address "R_TZ1STP" stores the bit signal of the pattern data for special pattern 1.

行番号8580では、アドレス「R_T1HENSKN」の領域に記憶された値とAレジスタの値を、論理和を取ることによって合成して、Aレジスタに格納する(コード「OR A,(R_T1HENSKN)」)。アドレス「R_T1HENSKN」の領域には、特図1変動表示ゲームの開始に関する信号である特別図柄1変動中信号が記憶されている。 In line number 8580, the value stored in the area of address "R_T1HENSKN" and the value of the A register are ORed together and stored in the A register (code "OR A, (R_T1HENSKN)"). The area of address "R_T1HENSKN" stores the special symbol 1 changing signal, which is a signal related to the start of the special symbol 1 changing display game.

行番号8590では、アドレス「R_SKNBF+5」の領域に記憶された値とAレジスタの値を、論理和を取ることによって合成して、Aレジスタに格納する(コード「OR A,(R_SKNBF+5)」)。 In line number 8590, the value stored in the area at address "R_SKNBF+5" and the value in the A register are ORed together, resulting in the result being stored in the A register (code "OR A, (R_SKNBF+5)").

行番号8600では、アドレス「R_TZ2STP」の領域に記憶された値をWレジスタに転送する(コード「LD W,(R_TZ2STP)」)。アドレス「R_TZ2STP」の領域には、特図2の図柄データのビット信号が記憶されている。 In line number 8600, the value stored in the area of address "R_TZ2STP" is transferred to the W register (code "LD W, (R_TZ2STP)"). The area of address "R_TZ2STP" stores the bit signal of the pattern data of special chart 2.

行番号8610では、アドレス「R_T2HENSKN」の領域に記憶された値とWレジスタの値を、論理和を取ることによって合成して、Wレジスタに格納する(コード「OR W,(R_T2HENSKN)」)。アドレス「R_T2HENSKN」の領域には、特図2変動表示ゲームの開始に関する信号である特別図柄2変動中信号が記憶されている。 In line number 8610, the value stored in the area at address "R_T2HENSKN" and the value in the W register are ORed together and stored in the W register (code "OR W, (R_T2HENSKN)"). The area at address "R_T2HENSKN" stores a special symbol 2 changing signal, which is a signal related to the start of the special symbol 2 changing display game.

行番号8620では、ポートC_OUT07(即ち、ラベルC_OUT07に対応する数値の番号のポート)にWAレジスタの数値を出力する(コード「OUTW (C_OUT07),WA」)。これによって、中継基板70上の試験端子出力ポート3,4にWAレジスタの数値が出力される。 In line number 8620, the value in the WA register is output to port C_OUT07 (i.e., the port with the number corresponding to label C_OUT07) (code "OUTW (C_OUT07), WA"). This causes the value in the WA register to be output to test terminal output ports 3 and 4 on the relay board 70.

行番号8630から行番号8660は、試験信号出力処理のA10105に対応する。行番号8630では、アドレス「R_FZSTP」の領域に記憶された値をAレジスタに転送する(コード「LD A,(R_FZSTP)」)。アドレス「R_FZSTP」の領域には、普図の図柄データのビット信号が記憶されている。 Lines 8630 to 8660 correspond to A10105 of the test signal output process. In line 8630, the value stored in the area of address "R_FZSTP" is transferred to the A register (code "LD A, (R_FZSTP)"). The area of address "R_FZSTP" stores the bit signal of the regular pattern data.

行番号8640では、アドレス「R_SKNBF+6」の領域に記憶された値とAレジスタの値を、論理和を取ることによって合成して、Aレジスタに格納する(コード「OR A,(R_SKNBF+6)」)。 In line number 8640, the value stored in the area at address "R_SKNBF+6" and the value in the A register are ORed together, and the result is stored in the A register (code "OR A, (R_SKNBF+6)").

行番号8650では、アドレス「R_SKNBF+7」の領域に記憶された値とAレジスタの値を、論理和を取ることによって合成して、Aレジスタに格納する(コード「OR A,(R_SKNBF+7)」)。 In line number 8650, the value stored in the area at address "R_SKNBF+7" and the value in the A register are ORed together, and the result is stored in the A register (code "OR A, (R_SKNBF+7)").

行番号8660では、ポートC_OUT09(即ち、ラベルC_OUT09に対応する数値の番号のポート)にAレジスタの数値を出力する(コード「OUT (C_OUT09),A」)。これによって、試験端子出力ポート5にAレジスタの数値が出力される。 In line number 8660, the value in the A register is output to port C_OUT09 (i.e., the port with the number corresponding to the label C_OUT09) (code "OUT (C_OUT09), A"). This causes the value in the A register to be output to test terminal output port 5.

行番号8670では、試験信号出力処理プログラムからリターンする(コード「RET」)。 At line number 8670, the test signal output processing program returns (code "RET").

〔差玉確認処理プログラム〕
図138は、第5実施形態に係る差玉確認処理(図59)に対応する差玉確認処理プログラムの一部のプログラム構造を示すプログラムリストである。差玉確認処理プログラムは、ラベルP_DEFCHKに相当する先頭アドレス(ROM内)を有し、領域外統合処理(図121)のステップA9505においてCALL命令(行番号8090)によって呼び出されるサブルーチンであり、領域外プログラムに含まれる。
[Difference ball confirmation processing program]
138 is a program list showing a part of the program structure of the ball difference confirmation processing program corresponding to the ball difference confirmation processing (FIG. 59) according to the fifth embodiment. The ball difference confirmation processing program has a top address (in ROM) corresponding to the label P_DEFCHK, and is a subroutine called by the CALL command (line number 8090) in step A9505 of the outside area integration processing (FIG. 121), and is included in the outside area program.

行番号9010と行番号9020は、差玉確認処理のA9701に対応する。行番号9010では、領域内ワーク領域に含まれる安全装置作動中フラグ領域(アドレスR_SAFFLG)の安全装置作動中フラグを、安全装置が作動中であることを示す値(ラベルC_SAFON)と比較する(コード「CPJ (R_SAFFLG),C_SAFON」)。なお、安全装置作動中フラグ領域のアドレスは、領域外プログラム(ここでは差玉確認処理プログラム)では、領域内プログラムと異なりオフセット値d(相対アドレス)を使用せず、絶対アドレスで示されている。これによって、領域外プログラムの独立性を高めて、領域外プログラムを種々の遊技機で共通に使用し易くして、汎用性を高めている。安全装置作動中フラグが作動中であることを示し比較結果が一致する場合には、ゼロフラグがセットされ(Z、ZF=1)、比較結果が一致しない場合には、ゼロフラグがセットされない(NZ、ZF=0)。 Line number 9010 and line number 9020 correspond to A9701 of the ball difference confirmation process. In line number 9010, the safety device operation flag of the safety device operation flag area (address R_SAFFLG) included in the work area within the area is compared with the value (label C_SAFON) indicating that the safety device is in operation (code "CPJ (R_SAFFLG), C_SAFON"). Note that the address of the safety device operation flag area is indicated by an absolute address in the outside area program (here, the ball difference confirmation process program) instead of using the offset value d (relative address) unlike the inside area program. This increases the independence of the outside area program, making it easier to use the outside area program in common with various gaming machines and increasing versatility. If the comparison result is a match indicating that the safety device operation flag is in operation, the zero flag is set (Z, ZF = 1), and if the comparison result is not a match, the zero flag is not set (NZ, ZF = 0).

行番号9020では、行番号7510の比較結果が一致する場合(Z)の場合(即ち安全装置作動中の場合)に、サブルーチンを終了して、差玉確認処理プログラムからリターンする(コード「RET Z」)。 In line number 9020, if the comparison result in line number 7510 is a match (Z) (i.e., if the safety device is activated), the subroutine ends and the program returns from the ball difference confirmation processing program (code "RET Z").

行番号9030と行番号9040は、差玉確認処理のA9702に対応する。行番号9030では、旧作動情報領域(アドレスR_SAFINF2)に記憶された旧作動情報の値と、ラベルC_SAFWRNの値(2)を比較する(コード「CP (R_SAFINF2),C_SAFWRN」)。旧作動情報の値が2以上の場合には、キャリーフラグ(CF)がセットされず(NC、CF=0)、2より小さい場合には、キャリーフラグ(CF)がセットされる(CF=1)。 Line number 9030 and line number 9040 correspond to A9702 of the difference ball confirmation process. In line number 9030, the value of the old operation information stored in the old operation information area (address R_SAFINF2) is compared with the value of label C_SAFWRN (2) (code "CP (R_SAFINF2), C_SAFWRN"). If the value of the old operation information is 2 or greater, the carry flag (CF) is not set (NC, CF = 0); if it is less than 2, the carry flag (CF) is set (CF = 1).

行番号9040では、旧作動情報の値が2以上でありキャリーフラグ(CF)がセットさていない(NC)場合に、差玉確認処理プログラムからリターンする(コード「RET NC」)。旧作動情報の値が2より小さくキャリーフラグ(CF)がセットされている場合に、次の行番号9050の命令に移行する。 In line number 9040, if the value of the old operation information is 2 or more and the carry flag (CF) is not set (NC), the program returns from the ball difference confirmation processing program (code "RET NC"). If the value of the old operation information is less than 2 and the carry flag (CF) is set, the program moves to the next command in line number 9050.

行番号9050と行番号9060は、差玉確認処理のA9703に対応する。行番号9050では、アドレス「R_SWCTL4+2」からアウト球検出スイッチ74の立ち上がり情報を取得して、ラベルC_OUTSWに対応するスイッチビットデータ(判定値)と論理積を取って、当該スイッチがオンしたか否かの判定を行う(コード「TEST (R_SWCTL4+2),C_OUTSW」)。アドレス「R_SWCTL4+2」の領域には、アウト球検出スイッチ74に関する情報が格納されたスイッチ制御領域のうち立ち上がり情報が格納される。 Line numbers 9050 and 9060 correspond to A9703 of the ball difference confirmation process. In line number 9050, rising edge information of the out ball detection switch 74 is obtained from address "R_SWCTL4+2", and a logical AND is taken with the switch bit data (determination value) corresponding to label C_OUTSW to determine whether the switch is on or not (code "TEST (R_SWCTL4+2), C_OUTSW"). The area of address "R_SWCTL4+2" stores the rising edge information from the switch control area in which information about the out ball detection switch 74 is stored.

遊技球の通過がなくアウト球検出スイッチ74がオフの場合(遊技球の検出をしない場合)、アウト球検出スイッチ74に対応する立ち上がり情報(対象のビット)はゼロであり、演算結果(論理積)はゼロになり、ゼロフラグ(ZF)がセットされる。立ち上がり情報がスイッチビットデータ(判定値)と同じである場合(例えば、「00001000B」でスイッチのビットがオンした場合)に、演算結果(論理積)はゼロ以外(例えば、「00001000B」)になり、ゼロフラグ(ZF)がセットされない。 When no game ball has passed and the out ball detection switch 74 is off (when no game ball is detected), the rising information (target bit) corresponding to the out ball detection switch 74 is zero, the calculation result (logical product) is zero, and the zero flag (ZF) is set. When the rising information is the same as the switch bit data (judgment value) (for example, when the switch bit is on with "00001000B"), the calculation result (logical product) is other than zero (for example, "00001000B") and the zero flag (ZF) is not set.

行番号9060では、アウト球検出スイッチ74がオフでありゼロフラグ(ZF)がセットされている場合に、ラベルDEFCHK10に対応するROM内アドレスへジャンプして、行番号9150以降の命令を実行する(コード「JR Z,DEFCHK10」)。遊技球の通過がありアウト球検出スイッチ74がオンの場合(遊技球の検出をした場合)、次の行番号9070の命令に移行する。 In line number 9060, if the out ball detection switch 74 is off and the zero flag (ZF) is set, a jump is made to the address in ROM corresponding to label DEFCHK10, and the instructions from line number 9150 onwards are executed (code "JR Z, DEFCHK10"). If a game ball passes and the out ball detection switch 74 is on (if a game ball is detected), the instruction moves to the next line number 9070.

行番号9070から行番号9130は、差玉確認処理のA9704とA9705に対応する。行番号9070では、安全装置カウンタ領域(アドレスR_SAFCNT)に記憶された安全装置カウンタ値の下位2バイトをHLレジスタに転送する(コード「LD HL,(R_SAFCNT)」)。なお、前述のように安全装置カウンタ領域は、3バイトの領域(3バイトサイズ)であり、安全装置カウンタ値は、下位2バイトと上位1バイトからなる。そして、下位2バイトの先頭アドレスは、ラベルR_SAFCNTの値であり、上位1バイトの先頭アドレスは、R_SAFCNT+2となる。 Lines 9070 to 9130 correspond to A9704 and A9705 in the ball difference confirmation process. In line 9070, the lower two bytes of the safety device counter value stored in the safety device counter area (address R_SAFCNT) are transferred to the HL register (code "LD HL, (R_SAFCNT)"). As mentioned above, the safety device counter area is a 3-byte area (3-byte size), and the safety device counter value consists of the lower two bytes and the upper byte. The starting address of the lower two bytes is the value of the label R_SAFCNT, and the starting address of the upper byte is R_SAFCNT+2.

行番号9080では、安全装置カウンタ値の上位1バイトをAレジスタに転送する(コード「LD A,(R_SAFCNT+2)」)。 On line number 9080, the most significant byte of the safety device counter value is transferred to the A register (code "LD A, (R_SAFCNT+2)").

行番号9090では、安全装置カウンタ値の下位2バイトの値(HLレジスタの値)から1を減算して-1更新する(コード「SUB HL,1」)。 On line number 9090, 1 is subtracted from the lowest 2 bytes of the safety device counter value (the value of the HL register) and updated by -1 (code "SUB HL, 1").

行番号9100では、下位2バイトに対する減算で生じた桁借りに対応するキャリーフラグの値を上位1バイトの値(Aレジスタの値)から減算する(コード「SBC A,0」)。 In line number 9100, the value of the carry flag corresponding to the borrow resulting from the subtraction of the lower two bytes is subtracted from the value of the upper byte (the value of the A register) (code "SBC A, 0").

行番号9110では、行番号9100の減算結果がマイナスでキャリーフラグが「1」(CF=1)である場合、即ち、安全装置カウンタ値がマイナスになった場合(-1更新前に下限値「0」に達していた場合)、ラベルDEFCHK10に対応するROM内アドレスへジャンプして、行番号9150以降の命令を実行する(コード「JR C,DEFCHK10」)。安全装置カウンタ値がマイナスでない場合に、次の行番号9120の命令に移行する。 In line 9110, if the subtraction result in line 9100 is negative and the carry flag is "1" (CF=1), i.e., if the safety device counter value becomes negative (if it reached the lower limit "0" before being updated by -1), it jumps to the address in ROM corresponding to label DEFCHK10 and executes the instructions from line 9150 onwards (code "JR C, DEFCHK10"). If the safety device counter value is not negative, it moves on to the next instruction in line 9120.

行番号9120では、更新後における下位2バイトの値(HLレジスタの値)を、安全装置カウンタ領域の下位2バイトに転送して戻す(コード「LD (R_SAFCNT),HL」)。 In line number 9120, the updated value of the lowest 2 bytes (the value of the HL register) is transferred back to the lowest 2 bytes of the safety device counter area (code "LD (R_SAFCNT), HL").

行番号9130では、更新後における上位1バイトの値(Aレジスタの値)を、安全装置カウンタ領域の上位1バイトに転送して戻す(コード「LD (R_SAFCNT+2),A」)。 In line number 9130, the updated value of the most significant byte (the value of the A register) is transferred back to the most significant byte of the safety device counter area (code "LD (R_SAFCNT+2), A").

〔安全装置作動監視処理プログラム〕
図139は、第5実施形態に係る安全装置作動監視処理(図60)に対応する安全装置作動監視処理プログラムのプログラム構造を示すプログラムリストである。安全装置作動監視処理のプログラムは、ラベルP_SAFCHKに相当する先頭アドレス(ROM内)を有し、領域外統合処理のステップA9506においてCALL命令(行番号8100)によって呼び出されるサブルーチンであり、領域外プログラムに含まれる。
[Safety device operation monitoring processing program]
139 is a program list showing the program structure of a safety device operation monitoring processing program corresponding to the safety device operation monitoring processing (FIG. 60) according to the fifth embodiment. The program of the safety device operation monitoring processing has a top address (in ROM) corresponding to the label P_SAFCHK, is a subroutine called by a CALL instruction (line number 8100) in step A9506 of the outside area integration processing, and is included in the outside area program.

行番号9510と行番号9520は、安全装置作動監視処理のA9801に対応する。行番号9510では、安全装置作動情報領域(アドレスR_SAFINF1)の安全装置作動情報の値を、ラベルC_SAFWRNの値(2)と比較する(コード「CP (R_SAFINF1),C_SAFWRN」)。安全装置作動情報の値が2以上の場合には、キャリーフラグ(CF)がセットされず(NC、CF=0)、2より小さい場合には、キャリーフラグ(CF)がセットされる(CF=1)。 Line number 9510 and line number 9520 correspond to A9801 of the safety device operation monitoring process. In line number 9510, the value of the safety device operation information in the safety device operation information area (address R_SAFINF1) is compared with the value of label C_SAFWRN (2) (code "CP (R_SAFINF1), C_SAFWRN"). If the value of the safety device operation information is 2 or greater, the carry flag (CF) is not set (NC, CF = 0); if it is less than 2, the carry flag (CF) is set (CF = 1).

行番号9520では、安全装置作動情報の値が2より小さくキャリーフラグ(CF)がセットされている(C)場合に、安全装置作動監視処理プログラムからリターンする(コード「RET C」)。 In line number 9520, if the value of the safety device operation information is less than 2 and the carry flag (CF) is set (C), the safety device operation monitoring processing program returns (code "RET C").

行番号9530から行番号9560は、安全装置作動監視処理のA9802に対応する。行番号9530では、特図ゲーム処理番号領域(アドレスR_TGAME)の領域(RAM内)に格納された特図ゲーム処理番号と、小当り中であることを示すラベルC_TSFANの値を比較する(コード「CP (R_TGAME),C_TSFAN」)。ラベルC_TSFANの値は、小当り開放前処理の特図ゲーム処理番号「3」である。なお、特図ゲーム処理番号領域のアドレスは、領域外プログラム(ここでは安全装置作動監視処理プログラム)では、領域内プログラムと異なりオフセット値d(相対アドレス)を使用せず、絶対アドレスで示されている。これによって、領域外プログラムの独立性を高めて、領域外プログラムを種々の遊技機で共通に使用し易くして、汎用性を高めている。小当り中であり、特図ゲーム処理番号が3以上の場合には、キャリーフラグ(CF)がセットされず(NC、CF=0)、小当り中でなく3より小さい場合には、キャリーフラグ(CF)がセットされる(CF=1)。 Line numbers 9530 to 9560 correspond to A9802 of the safety device operation monitoring process. In line number 9530, the special game processing number stored in the area (address R_TGAME) (in RAM) of the special game processing number area is compared with the value of the label C_TSFAN indicating that a small win is occurring (code "CP (R_TGAME), C_TSFAN"). The value of the label C_TSFAN is the special game processing number "3" of the small win release pre-processing. Note that, unlike the area program, the address of the special game processing number area is indicated by an absolute address in the outside area program (here, the safety device operation monitoring process program) without using the offset value d (relative address). This increases the independence of the outside area program, making it easier to use the outside area program in common on various gaming machines, and increasing versatility. If there is a small win and the special game processing number is 3 or more, the carry flag (CF) is not set (NC, CF = 0); if there is no small win and the number is less than 3, the carry flag (CF) is set (CF = 1).

行番号9540では、小当り中でありキャリーフラグ(CF)がセットされていない場合(NC、CF=0の場合)、安全装置作動監視処理プログラムからリターンする(コード「RET NC」)。小当り中でなくキャリーフラグ(CF)がセットされている場合、次の行番号9550の命令に移行する。 In line number 9540, if a small win is occurring and the carry flag (CF) is not set (NC, CF = 0), the safety device operation monitoring processing program returns (code "RET NC"). If a small win is not occurring and the carry flag (CF) is set, the program moves to the next command in line number 9550.

行番号9550では、役物ゲーム処理番号領域(アドレスR_YGAME)の領域(RAM内)に格納された役物ゲーム処理番号と、大当り中であることを示すラベルC_YFANの値を比較する(コード「CP (R_YGAME),C_YFAN」)。ラベルC_YFANの値は、ファンファーレ中処理の特図ゲーム処理番号「1」である。なお、役物ゲーム処理番号領域のアドレスは、領域外プログラム(ここでは安全装置作動監視処理プログラム)では、領域内プログラムと異なりオフセット値d(相対アドレス)を使用せず、絶対アドレスで示されている。これによって、領域外プログラムの独立性を高めて、領域外プログラムを種々の遊技機で共通に使用し易くして、汎用性を高めている。大当り中であり、役物ゲーム処理番号が1以上の場合には、キャリーフラグ(CF)がセットされず(NC、CF=0)、大当り中でなく1より小さい場合には、キャリーフラグ(CF)がセットされる(CF=1)。 Line number 9550 compares the bonus game processing number stored in the bonus game processing number area (address R_YGAME) area (in RAM) with the value of label C_YFAN, which indicates that a jackpot is being hit (code "CP (R_YGAME), C_YFAN"). The value of label C_YFAN is the special game processing number "1" for fanfare processing. Note that unlike programs within the area, in programs outside the area (here the safety device operation monitoring processing program), the address of the bonus game processing number area is indicated as an absolute address rather than using the offset value d (relative address). This increases the independence of programs outside the area, making it easier to use programs outside the area in common on a variety of gaming machines and increasing versatility. If there is a jackpot and the bonus game processing number is 1 or greater, the carry flag (CF) is not set (NC, CF = 0); if there is no jackpot and the number is less than 1, the carry flag (CF) is set (CF = 1).

行番号9560では、大当り中でありキャリーフラグ(CF)がセットされていない場合(NC、CF=0の場合)、安全装置作動監視処理プログラムからリターンする(コード「RET NC」)。大当り中でなくキャリーフラグ(CF)がセットされている場合、次の行番号9570の命令に移行する。 In line number 9560, if a jackpot is occurring and the carry flag (CF) is not set (NC, CF = 0), the program returns from the safety device operation monitoring processing program (code "RET NC"). If a jackpot is not occurring and the carry flag (CF) is set, the program moves to the next command in line number 9570.

行番号9570と行番号9580は、安全装置作動監視処理のA9803に対応する。行番号9570では、安全装置作動情報領域(アドレスR_SAFINF1)の安全装置作動情報を、Aレジスタに転送する(コード「LD A,(R_SAFINF1)」)。 Line numbers 9570 and 9580 correspond to A9803 of the safety device activation monitoring process. In line number 9570, the safety device activation information in the safety device activation information area (address R_SAFINF1) is transferred to the A register (code "LD A, (R_SAFINF1)").

行番号9580では、Aレジスタの安全装置作動情報を、旧作動情報領域(アドレスR_SAFINF2)に転送する(コード「LD (R_SAFINF2),A」)。 In line number 9580, the safety device activation information in register A is transferred to the old activation information area (address R_SAFINF2) (code "LD (R_SAFINF2), A").

行番号9590では、安全装置作動監視処理のA9804に対応して、安全装置作動情報領域(アドレスR_SAFINF1)に、ラベルC_SAFSADOの安全装置作動中情報(値3)を転送する(コード「LD (R_SAFINF1),C_SAFSADO」)。 In line number 9590, in response to A9804 of the safety device operation monitoring process, the safety device operation information (value 3) with label C_SAFSADO is transferred to the safety device operation information area (address R_SAFINF1) (code "LD (R_SAFINF1), C_SAFSADO").

行番号9600では、安全装置作動監視処理プログラムからリターンする(コード「RET」)。 At line number 9600, the safety device operation monitoring processing program returns (code "RET").

以上、図136から図139において、アドレス空間内で第2のROM領域(第2プログラム記憶領域)に配置される領域外プログラム(第2プログラム)について説明されたが、
領域外プログラムにおいて、呼び出し先のアドレスが直値mnで指定されている特定のCALL命令は、行番号8070、行番号8080、行番号8090、行番号8100の4箇所で出現する。勿論、特定のCALL命令は、領域外プログラムにおいて、4箇所よりも多い箇所で出現してもよい。このように、領域外プログラムにおいて特定のCALL命令(第1呼出し命令、特定の呼出し命令)が出現する数(4つ以上)は、前述の領域内プログラム(図123から図135)において、特定のCALL命令が出現する数(3つ)よりも多い。このように特定のCALL命令は、語長が4バイトと大きいため、第1のROM領域(第1プログラム記憶領域)よりも、アドレスの大きい第2のROM領域(第2プログラム記憶領域)で多く使用されている。これによって、第1のROM領域の容量に余裕を持たせて、領域内プログラムである遊技制御用プログラムの開発効率を向上できる。また、各種の処理プログラム(プログラムモジュール)のアドレス空間での配置に影響を受けずに任意のアドレスのサブルーチンを呼び出せる特定のCALL命令だけを、領域外プログラムにおいて使用することによって、遊技機の異なる機種間で領域外プログラムを共用化し易くなり、プログラムの開発効率が向上する。
As described above, in FIG. 136 to FIG. 139, the out-of-area program (second program) arranged in the second ROM area (second program storage area) in the address space has been described.
In the out-of-area program, the specific CALL instruction, whose call destination address is specified by the direct value mn, appears in four places, namely, line number 8070, line number 8080, line number 8090, and line number 8100. Of course, the specific CALL instruction may appear in more than four places in the out-of-area program. In this way, the number of specific CALL instructions (first call instruction, specific call instruction) appearing in the out-of-area program (four or more) is greater than the number of specific CALL instructions appearing in the in-area program (FIGS. 123 to 135) described above (three). In this way, the specific CALL instruction, which has a large word length of four bytes, is used more in the second ROM area (second program storage area) with a larger address than in the first ROM area (first program storage area). This allows the first ROM area to have a larger capacity, improving the development efficiency of the game control program, which is an in-area program. In addition, by using only specific CALL commands in out-of-area programs that can call subroutines at any address without being affected by the placement of various processing programs (program modules) in the address space, it becomes easier to share out-of-area programs between different models of gaming machines, improving the efficiency of program development.

なお、図109のように、第2のROM領域のアドレスの大きな側には、第2のROM領域とプログラム管理エリアの間の大きな未使用領域があるため、語長が長い特定のCALL命令を多く使用しても問題ない。また、呼び出し先のサブルーチンのアドレスに上限のあるCALLR等は、呼び出し先のアドレスの大きい第2のROM領域におけるサブルーチンを呼び出す場合には、第2のROM領域内で使用し難い可能性もある。 As shown in FIG. 109, there is a large unused area between the second ROM area and the program management area on the high address side of the second ROM area, so there is no problem with using many specific CALL instructions with long word lengths. Also, when calling a subroutine in the second ROM area with a high address, it may be difficult to use a CALL instruction, etc., which has an upper limit on the address of the called subroutine, within the second ROM area.

また、図136から図139で説明された領域外プログラムである領域外統合処理プログラムとそのサブルーチン(例えば試験信号出力処理、性能表示装置制御処理、差玉確認処理、安全装置作動監視処理)は、CALL命令によって呼び出されるサブルーチンである(例えば行番号1280、行番号8070-8100)。これらサブルーチンにおいて、分岐条件がジャンプステータスフラグの状態に関する条件を含むJRR命令(第2分岐命令)を実行せず、分岐条件がジャンプステータスフラグの状態に関する条件を含まないJR命令(第1分岐命令)を実行する。なお、プログラムリストの例では、差玉確認処理において、JR命令を実行するが(行番号9060と行番号9110)、領域外統合処理プログラム自体や、性能表示装置制御処理等でもJR命令を実行してもよい。 The out-of-area integration processing program and its subroutines (e.g., test signal output processing, performance display device control processing, ball difference confirmation processing, safety device operation monitoring processing), which are out-of-area programs described in Figures 136 to 139, are subroutines called by the CALL instruction (e.g., line number 1280, line numbers 8070-8100). In these subroutines, the JRR instruction (second branch instruction) whose branch condition includes a condition related to the state of the jump status flag is not executed, and the JR instruction (first branch instruction) whose branch condition does not include a condition related to the state of the jump status flag is executed. In the example of the program list, the JR instruction is executed in the ball difference confirmation processing (line numbers 9060 and 9110), but the JR instruction may also be executed in the out-of-area integration processing program itself, the performance display device control processing, etc.

ジャンプステータスフラグは、状況によって意味が変化し、使用する命令によってゼロフラグに一致したりキャリーフラグに一致したりする。しかし、このようにCALL命令によって呼び出される領域外統合処理プログラムとそのサブルーチンは、ジャンプステータスフラグの状態に関する分岐条件を含むJRR命令を使用しないため、複数の開発担当者が見たときに理解し易くなる。従って、領域外統合処理プログラムとそのサブルーチンを複数機種で共用し易くなり、プログラムの開発効率が向上する。また、CALL命令によって呼び出されるサブルーチンと、他の呼出し命令(例えばCALLR命令)から呼び出されるサブルーチンとを、JR命令だけが存在しているか又はJR命令とJRR命令が混在しているかで区別し易くなり、プログラムの開発効率が向上する。 The meaning of the jump status flag changes depending on the situation, and it can match either the zero flag or the carry flag depending on the instruction used. However, because the outside-area integration processing program and its subroutines called by the CALL instruction in this way do not use the JRR instruction, which contains a branch condition related to the state of the jump status flag, they are easy to understand when viewed by multiple developers. This makes it easier to share the outside-area integration processing program and its subroutines across multiple models, improving program development efficiency. In addition, it becomes easier to distinguish between subroutines called by the CALL instruction and subroutines called from other call instructions (for example, the CALLR instruction) by whether only the JR instruction is present or a mixture of JR and JRR instructions, improving program development efficiency.

〔演出制御装置のCPUの命令〕
図140は、演出制御装置300のCPU311において、プログラム中で使用され命令解釈実行回路が解釈実行可能な命令のセット(命令セット)うち、比較命令を例示する命令表である。CPUコア(命令解釈実行回路)に、各比較命令を実行する専用論理回路を設けてよい。なお、本実施形態において、CPU311とVDP312をまとめて一つのVDPとして構成してもよい。
[Instructions of the CPU of the performance control device]
140 is an instruction table showing comparison instructions among a set of instructions (instruction set) that are used in a program and that can be interpreted and executed by the instruction interpretation and execution circuit in the CPU 311 of the performance control device 300. A dedicated logic circuit for executing each comparison instruction may be provided in the CPU core (instruction interpretation and execution circuit). In this embodiment, the CPU 311 and the VDP 312 may be integrated into one VDP.

CPU311は、4バイト(32ビット)の15個の汎用レジスタ(R0からR14)を有する。 The CPU 311 has 15 general-purpose registers (R0 to R14) of 4 bytes (32 bits).

演出制御装置300のCPU311が比較命令の実行に要する動作クロックのサイクル数は1サイクルであり、比較命令の語長(命令サイズ)は2バイト長の固定長である。演出制御装置300のCPU311の実行可能な比較命令は、遊技制御装置100のCPU111aの実行可能な比較命令よりも、サイクル数が小さく語長も短く、単純化されている。また、固定長であるため、CPU311は命令長の判別に時間を要せず、演出コマンドに対応する処理を実行する時間が短くて済む。サイクル数は1サイクルであるため、比較命令を高速に実行でき、演出コマンドに対応する処理を実行する時間が短くて済む。 The number of operating clock cycles required for CPU 311 of the presentation control device 300 to execute a comparison command is one cycle, and the word length (instruction size) of the comparison command is a fixed length of two bytes. The comparison command executable by CPU 311 of the presentation control device 300 is simpler, with fewer cycles and shorter word length than the comparison command executable by CPU 111a of the game control device 100. Also, because it is of fixed length, CPU 311 does not need time to determine the command length, and the time required to execute the processing corresponding to the presentation command is short. Because the number of cycles is one cycle, the comparison command can be executed quickly, and the time required to execute the processing corresponding to the presentation command is short.

遊技制御装置100のCPU111aの実行可能な比較命令では、フラグレジスタ1200の2ビット目から7ビット目の6つのフラグ(JF、ZF、CF、HF、SF、VF)の全てが変化可能であるのに対して、演出制御装置300のCPU311の実行可能な比較命令では、32ビットのフラグレジスタの0ビット目のTFフラグのみ変化可能であり単純化されている。 The executable comparison command of the CPU 111a of the game control device 100 allows all six flags (JF, ZF, CF, HF, SF, VF) in the second to seventh bits of the flag register 1200 to be changed, whereas the executable comparison command of the CPU 311 of the presentation control device 300 allows only the TF flag in the zeroth bit of the 32-bit flag register to be changed, which is simplified.

命令表の比較命令は、操作内容(演算内容)を示す「オペコード」(或いは「ニーモニック」)と命令対象の「オペランド」に分けられる。「オペランド」は、第1オペランド、第2オペランド・・・など複数あってよい。 The comparison instructions in the instruction table are divided into an "opcode" (or "mnemonic") that indicates the operation (calculation) and an "operand" that is the target of the instruction. There may be multiple "operands" such as a first operand, a second operand, etc.

「CMP/EQ #imm,R0」は、R0レジスタの値と直値immを比較して、両値が一致する場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/EQ #imm,R0" compares the value of the R0 register with the immediate imm value, and if the two values match, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/EQ Rm,Rn」は、Rnレジスタの値とRmレジスタの値を比較して、両値が一致する場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/EQ Rm,Rn" compares the value of the Rn register with the value of the Rm register. If the two values match, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/HS Rm,Rn」は、Rnレジスタの値とRmレジスタの値を比較して、無符号(絶対値)でRnレジスタの値がRmレジスタの値以上である場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/HS Rm,Rn" compares the value of the Rn register with the value of the Rm register. If the value of the Rn register is unsigned (absolute value) and is greater than or equal to the value of the Rm register, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/GE Rm,Rn」は、Rnレジスタの値とRmレジスタの値を比較して、有符号でRnレジスタの値がRmレジスタの値以上である場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/GE Rm,Rn" compares the value of the Rn register with the value of the Rm register. If the value of the Rn register is signed and greater than or equal to the value of the Rm register, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/HI Rm,Rn」は、Rnレジスタの値とRmレジスタの値を比較して、無符号(絶対値)でRnレジスタの値がRmレジスタの値よりも大きい場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/HI Rm,Rn" compares the value of the Rn register with the value of the Rm register. If the value of the Rn register is unsigned (absolute value) and is greater than the value of the Rm register, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/GT Rm,Rn」は、Rnレジスタの値とRmレジスタの値を比較して、有符号でRnレジスタの値がRmレジスタの値よりも大きい場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/GT Rm,Rn" compares the value of the Rn register with the value of the Rm register. If the value of the Rn register is signed and greater than the value of the Rm register, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/PL Rn」は、Rnレジスタの値とゼロを比較して、Rnレジスタの値がゼロよりも大きい場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/PL Rn" compares the value of the Rn register with zero, and if the value of the Rn register is greater than zero, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/PZ Rn」は、Rnレジスタの値とゼロを比較して、Rnレジスタの値がゼロより以上である場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/PZ Rn" compares the value of the Rn register with zero, and if the value of the Rn register is greater than or equal to zero, the TF flag is set to "1", otherwise the TF flag is set to "0".

「CMP/STR Rm,Rn」は、Rnレジスタの値とRmレジスタの値を比較して、いずれかのバイトが等しい場合にTFフラグに「1」がセットされ、それ以外の場合にTFフラグに「0」がセットされる。 "CMP/STR Rm,Rn" compares the value of the Rn register with the value of the Rm register, and if any of the bytes are equal, the TF flag is set to "1", otherwise the TF flag is set to "0".

比較命令のうち機械語命令が異なるものは、遊技制御装置100のCPU111aの実行可能な比較命令は、少なくとも命令表(図113から図116)に挙げた47種類(=18+9+15+5種類)ある。これに対して、演出制御装置300のCPU311の実行可能な比較命令は、命令表(図140)に挙げた9種類であり、CPU111aの場合よりも少なくなっており単純化されており、プログラムの開発が行いやすく、CPU内部の回路構成も簡単になる。 Compare instructions that have different machine language instructions include at least 47 types (= 18 + 9 + 15 + 5 types) of executable comparison instructions by CPU 111a of game control device 100, as listed in the instruction table (Figs. 113 to 116). In contrast, CPU 311 of performance control device 300 can execute only 9 types of comparison instructions, as listed in the instruction table (Fig. 140), which is fewer and simpler than CPU 111a, making program development easier and simplifying the circuit configuration inside the CPU.

例えば、任意の直値とレジスタの値を比較する比較命令は、CPU311の場合に1種類「CMP/EQ #imm,R0」だけであり、CPU111aの場合の6個よりも少なく単純化されている。また、CPU311の場合には、メモリに記憶されたデータ(値)を直接的に参照して、直値やレジスタのデータ(値)と比較する比較命令は存在しない。 For example, CPU 311 has only one comparison instruction, "CMP/EQ #imm,R0," that compares an arbitrary immediate value with a register value, which is simplified from the six instructions in CPU 111a. Also, CPU 311 does not have a comparison instruction that directly references data (values) stored in memory and compares it with immediate values or register data (values).

その他、演出制御装置300のCPU311が実行するプログラムの特徴として、安全装置系処理(B1330)に対応する安全装置系処理プログラムのプログラム容量は、遊技制御装置100のCPU111aが実行する安全装置系処理プログラム(安全装置情報初期化処理プログラム、安全装置関連処理プログラム、領域外統合処理プログラム、差玉確認処理プログラム、安全装置作動監視処理プログラム)のプログラム容量の合計よりも少ない。演出制御装置300の安全装置系処理(B1330)では、安全装置関連表示(作動予告表示511、作動警告表示512、作動中表示513)の表示に関する処理だけを実行すればよいためである。このように、安全装置に関連する処理の多くを遊技制御装置100で実行するため、演出制御装置300での安全装置に関連する処理の負担が下がる。 Another feature of the programs executed by the CPU 311 of the presentation control device 300 is that the program capacity of the safety device processing program corresponding to the safety device processing (B1330) is less than the total program capacity of the safety device processing programs executed by the CPU 111a of the game control device 100 (safety device information initialization processing program, safety device related processing program, outside area integration processing program, difference ball confirmation processing program, safety device operation monitoring processing program). This is because the safety device processing (B1330) of the presentation control device 300 only needs to execute processing related to the display of safety device related displays (operation notice display 511, operation warning display 512, operation display 513). In this way, since most of the processing related to the safety devices is executed by the game control device 100, the burden of processing related to the safety devices on the presentation control device 300 is reduced.

なお、逆に、演出制御装置300で実行する安全装置に関連する処理を増加して、遊技制御装置100での安全装置に関連する処理の負担を減少させてもよい。この場合には、演出制御装置300のCPU311が実行する安全装置系処理プログラムのプログラム容量は、遊技制御装置100のCPU111aが実行する安全装置系処理プログラムのプログラム容量より大きくなることもある。 Conversely, the processing related to the safety devices executed by the performance control device 300 may be increased to reduce the burden of the processing related to the safety devices on the game control device 100. In this case, the program capacity of the safety device processing program executed by the CPU 311 of the performance control device 300 may be larger than the program capacity of the safety device processing program executed by the CPU 111a of the game control device 100.

[第5実施形態の作用・効果]
第5実施形態に係る遊技機10は、ゲーム(例えば変動表示ゲーム)を実行可能な遊技制御手段(例えば遊技制御装置100)を備え、ゲームの結果に応じて遊技者に遊技価値を付与可能である。遊技制御手段は、プログラムを記憶するプログラム記憶手段(例えばROM)と、プログラムによって所定の演算処理を行う演算処理手段(例えばCPU)と、演算処理を行う際に値が記憶される複数のレジスタと、演算処理手段によって更新される情報を記憶可能な更新情報記憶手段(例えばRAM)と、を備える。複数のレジスタには、第1レジスタ(例えば1バイト幅のレジスタ)と、第1レジスタの2倍の容量を有する第2レジスタ(例えば2バイト幅のレジスタ:ペアレジスタ、IXレジスタ、IYレジスタ)が含まれる。演算処理手段は、異なる第2レジスタの値を比較するか、又は、第2レジスタの値と直値を比較して、キャリーフラグを変化可能な第1比較命令(例えば「CP rr,gg」「CP rr,mn」)と、第1レジスタの値と直値を比較して、ゼロフラグを変化可能な第2比較命令(例えば「CPJ p,n」「CPJ q,n」)と、を実行可能に構成される。第1比較命令は、ゲームの結果に係る乱数値(例えば大当り乱数)を判定可能であり(行番号4550や行番号4570)、第2比較命令は、ゲームの結果に対応するフラグ値を判定可能である(例えば6050)。
[Actions and Effects of Fifth Embodiment]
The gaming machine 10 according to the fifth embodiment includes a gaming control means (e.g., a gaming control device 100) capable of executing a game (e.g., a variable display game) and can provide a gaming value to a player according to the result of the game. The gaming control means includes a program storage means (e.g., a ROM) for storing a program, a calculation processing means (e.g., a CPU) for performing a predetermined calculation process according to the program, a plurality of registers in which values are stored when the calculation process is performed, and an update information storage means (e.g., a RAM) capable of storing information updated by the calculation processing means. The plurality of registers include a first register (e.g., a 1-byte wide register) and a second register (e.g., a 2-byte wide register: a pair register, an IX register, an IY register) having twice the capacity of the first register. The arithmetic processing means is configured to execute a first comparison instruction (e.g., "CP rr,gg" or "CP rr,mn") that can change the carry flag by comparing different second register values or by comparing the second register value with a direct value, and a second comparison instruction (e.g., "CPJ p,n" or "CPJ q,n") that can change the zero flag by comparing the first register value with a direct value. The first comparison instruction can determine a random number value (e.g., a jackpot random number) related to the game result (line number 4550 or line number 4570), and the second comparison instruction can determine a flag value corresponding to the game result (e.g., 6050).

このような遊技機10では、ゲームの結果に係る乱数値を判定する場合に、第1比較命令によってキャリーフラグを変化可能であり、乱数値と下限判定値又は上限判定値との大小関係を適切に判定できる。ゲームの結果に対応するフラグ値を判定する場合に、第2比較命令によってゼロフラグを変化可能であり、ゲームの結果に対応するフラグ値と所定値との一致を適切に判定できる。従って、第1比較命令又は第2比較命令の後に実行される条件分岐命令と効果的に組み合わせることによって、遊技制御用プログラム等のプログラムを適切に構成でき、プログラム容量(プログラムサイズ)を削減できる。 In such a gaming machine 10, when determining a random number value related to the game result, the carry flag can be changed by the first comparison instruction, and the magnitude relationship between the random number value and the lower limit judgment value or the upper limit judgment value can be appropriately determined. When determining a flag value corresponding to the game result, the zero flag can be changed by the second comparison instruction, and the agreement between the flag value corresponding to the game result and a predetermined value can be appropriately determined. Therefore, by effectively combining the first comparison instruction or the second comparison instruction with a conditional branch instruction executed after the second comparison instruction, programs such as a game control program can be appropriately configured, and the program capacity (program size) can be reduced.

また、第5実施形態において、遊技機10は、ゲームの結果に応じて遊技者に有利な特別遊技状態と異なる特定遊技状態を発生可能である。演算処理手段(例えばCPU)は、第1レジスタの値と直値を比較してキャリーフラグを変化可能な第3比較命令(例えば「CP p,n」「CP q,n」)と、第1レジスタの値と更新情報記憶手段(例えばRAM)に記憶された値を比較する第4比較命令(例えば「CP r,(vw)」「CP r,(jj+d)」「CP rr,(vw)」「CP rr,(jj+d)」)を実行可能に構成される。第3比較命令は、タイマ値(又はカウンタ値)と所定値の大小関係を判定可能である(例えば行番号7050)。第4比較命令は、発生中の特定遊技状態の残りのゲーム回数と、新たに発生可能な特定遊技状態のゲーム回数(初期値)との大小関係を判定可能である(例えば行番号6400や行番号6450)。タイマ値(又はカウンタ値)がゼロか否かを判定する場合には比較命令を使用しない(例えば特図ゲーム処理タイマのタイムアップの判定(行番号1550と行番号1560))。 In the fifth embodiment, the gaming machine 10 can generate a specific game state different from the special game state advantageous to the player depending on the game result. The calculation processing means (e.g., CPU) is configured to be able to execute a third comparison instruction (e.g., "CP p,n" and "CP q,n") that can change the carry flag by comparing the value of the first register with a direct value, and a fourth comparison instruction (e.g., "CP r,(vw)", "CP r,(jj+d)", "CP rr,(vw)", and "CP rr,(jj+d)") that compares the value of the first register with a value stored in the update information storage means (e.g., RAM). The third comparison instruction can determine the magnitude relationship between the timer value (or counter value) and a predetermined value (e.g., line number 7050). The fourth comparison instruction can determine the magnitude relationship between the remaining number of games of the specific game state that is currently occurring and the number of games (initial value) of a specific game state that can be newly generated (e.g., line number 6400 and line number 6450). A comparison command is not used to determine whether the timer value (or counter value) is zero or not (for example, determining whether the special game processing timer has timed out (line numbers 1550 and 1560)).

従って、カウントダウンやカウントアップの処理プログラムを共通化して更新され第1レジスタに格納されるタイマ値やカウンタ値(例えば1バイト)と所定値の大小関係を判定する場合に第3比較命令を使用できる。また、種々の判定に使用され更新情報記憶手段(例えばRAM)の領域から直接に読み出す必要のあるゲーム回数に関して大小関係を判定する場合に、第4比較命令を使用できる。このため、遊技制御用プログラム等のプログラムを適切に構成でき、プログラム容量を削減できる。また、タイマ値(又はカウンタ値)がゼロか否かを判定する処理は比較命令以外の処理に置き換えられるため、プログラムの開発が柔軟に行える。 Therefore, the third comparison instruction can be used when determining whether a timer value or counter value (e.g., 1 byte) stored in the first register after updating a common countdown or countup processing program is larger than a predetermined value. Also, the fourth comparison instruction can be used when determining whether a number of games played is larger than a predetermined value and is used for various judgments and needs to be read directly from an area of the update information storage means (e.g., RAM). This allows programs such as game control programs to be appropriately configured and reduces program capacity. Also, the process of determining whether a timer value (or counter value) is zero can be replaced with a process other than a comparison instruction, allowing for flexible program development.

第5実施形態に係る遊技機10では、プログラム記憶手段(例えばROM)は、第1プログラム記憶領域(例えば第1のROM領域)と、第2プログラム記憶領域(第2のROM領域)と、第1プログラム記憶領域と第2プログラム記憶領域の間の未使用領域と、を備える。演算処理手段は、第1プログラム記憶領域の第1プログラム(例えば領域内プログラム)から第2プログラム記憶領域の第2プログラム(例えば領域外プログラムに含まれる領域外統合処理のサブルーチン)を呼び出す際に、第1呼出し命令(例えば呼び出し先のアドレスが直値mnで指定されている特定のCALL命令、4バイト長の特定のCALL命令)を使用する。演算処理手段は、第2プログラム記憶領域の第2プログラムからサブルーチンを呼び出す際に、第1呼出し命令(例えばCALL)のみを使用し、第1呼出し命令よりも命令サイズの小さい第2呼出し命令(例えばCALLR)と第3呼出し命令(例えばCALLT)は使用しない。 In the gaming machine 10 according to the fifth embodiment, the program storage means (e.g., ROM) includes a first program storage area (e.g., first ROM area), a second program storage area (second ROM area), and an unused area between the first program storage area and the second program storage area. The arithmetic processing means uses a first call instruction (e.g., a specific CALL instruction in which the address of the call destination is specified by a direct value mn, a specific CALL instruction of 4 bytes length) when calling a second program (e.g., a subroutine of an outside area integration process included in an outside area program) in the second program storage area from a first program (e.g., an in-area program) in the first program storage area. The arithmetic processing means uses only the first call instruction (e.g., CALL) when calling a subroutine from the second program in the second program storage area, and does not use a second call instruction (e.g., CALLR) or a third call instruction (e.g., CALLT) that has a smaller instruction size than the first call instruction.

このような遊技機10では、第1プログラムから第2プログラムを呼び出す際に第1呼出し命令(例えば特定のCALL命令)を使用するとともに、第2プログラムにおいて第1呼出し命令以外にサブルーチンを呼び出す呼出し命令が無いため、第2プログラムを第1プログラムから区別でき、プログラムの開発効率を向上できる。 In such a gaming machine 10, a first call command (e.g., a specific CALL command) is used when calling a second program from a first program, and since there are no call commands in the second program other than the first call command for calling a subroutine, the second program can be distinguished from the first program, improving program development efficiency.

第5実施形態に係る遊技機10では、プログラム記憶手段(例えばROM)は、第1プログラム記憶領域(例えば第1のROM領域)と、第2プログラム記憶領域(例えば第2のROM領域)と、第1プログラム記憶領域と第2プログラム記憶領域の間の未使用領域と、を備える。第1プログラム記憶領域のプログラムにおいて出現してサブルーチンを呼び出す特定の呼出し命令の数(例えば3つ)は、第2プログラム記憶領域のプログラムにおいて出現してサブルーチンを呼び出す特定の呼出し命令の数(例えば4つ以上)よりも少ない。 In the gaming machine 10 according to the fifth embodiment, the program storage means (e.g., ROM) includes a first program storage area (e.g., first ROM area), a second program storage area (e.g., second ROM area), and an unused area between the first program storage area and the second program storage area. The number of specific call instructions (e.g., three) that appear in the program in the first program storage area and call a subroutine is less than the number of specific call instructions (e.g., four or more) that appear in the program in the second program storage area and call a subroutine.

このような遊技機10では、特定の呼出し命令(例えば第1呼出し命令、特定のCALL命令)は、第2のROM領域(第2プログラム記憶領域)よりも、第1のROM領域(第1プログラム記憶領域)で少なく使用されている。これによって、プログラムの開発効率を向上できる。特に、特定の呼出し命令の語長(命令サイズ)が大きい場合に、第1のROM領域の容量に余裕を持たせて、プログラムの開発効率を向上できる。 In such a gaming machine 10, a specific call instruction (e.g., a first call instruction, a specific CALL instruction) is used less in the first ROM area (first program storage area) than in the second ROM area (second program storage area). This can improve the efficiency of program development. In particular, when the word length (instruction size) of a specific call instruction is large, the first ROM area can have some capacity leeway, improving the efficiency of program development.

第5実施形態に係る遊技機10では、演算処理手段(例えばCPU)は、ゲームの実行に関する処理(例えば特図ゲーム処理、役物ゲーム処理、普図ゲーム処理)を呼び出す場合に、任意のアドレスのサブルーチンを呼び出せる特定の呼出し命令(例えば第1呼出し命令、特定のCALL命令)を使用しない(行番号1140-1160)。演算処理手段は、当該遊技機の外部への外部情報の出力に関する処理(例えば外部情報編集処理)を呼び出す場合に、特定の呼出し命令を使用しない(行番号1240)。演算処理手段は、当該遊技機に係る試験信号の出力に関する処理(例えば試験信号出力処理)を呼び出す場合に、特定の呼出し命令を使用する(行番号8070)。 In the gaming machine 10 according to the fifth embodiment, the arithmetic processing means (e.g., a CPU) does not use a specific call command (e.g., a first call command, a specific CALL command) that can call a subroutine at any address when calling a process related to the execution of a game (e.g., a special game process, a gimmick game process, a normal game process) (line numbers 1140-1160). The arithmetic processing means does not use a specific call command when calling a process related to the output of external information to the outside of the gaming machine (e.g., an external information editing process) (line number 1240). The arithmetic processing means uses a specific call command when calling a process related to the output of a test signal related to the gaming machine (e.g., a test signal output process) (line number 8070).

このような遊技機10では、任意のアドレスのサブルーチンを呼び出せるために特定の呼出し命令の語長やサイクル数が大きいとしても、特定の呼出し命令を、ゲームの実行に関する処理や外部情報の出力に関する処理を呼び出す場合に使用せず、試験信号の出力に関する処理を呼び出す場合に使用する。このため、プログラムによる処理の効率化と高速化が可能になる。なお、遊技機に係る試験信号の出力に関する処理(例えば試験信号出力処理)を呼び出す場合には、任意のアドレスのサブルーチンを呼び出せる特定の呼出し命令を使用する。これによって、試験信号の出力に関する処理の呼び出しについて、当該処理に係るサブルーチンのアドレスに依存しない汎用性を持たせるとともに開発者に分かり易くしている。 In such a gaming machine 10, even if the word length or cycle number of a specific call instruction is large in order to call a subroutine at any address, the specific call instruction is not used when calling processing related to game execution or processing related to the output of external information, but is used when calling processing related to the output of a test signal. This makes it possible to improve the efficiency and speed of program processing. When calling processing related to the output of a test signal related to the gaming machine (for example, test signal output processing), a specific call instruction that can call a subroutine at any address is used. This gives versatility to calling processing related to the output of a test signal independent of the address of the subroutine related to that processing, and makes it easy for developers to understand.

第5実施形態に係る遊技機10では、演算処理手段は、プログラム記憶手段における実行される命令のアドレスをジャンプさせる第1分岐命令(例えばJR命令)と第2分岐命令(例えばJRR命令)を実行可能に構成され、特定の呼出し命令(例えば第1呼出し命令、特定のCALL命令)によって呼び出されるサブルーチンの中では、第2分岐命令(例えばJRR命令)を実行せず、第1分岐命令(例えばJR命令)を実行する。例えば、特定の呼出し命令によって呼び出されるサブルーチンは、領域外プログラムである領域外統合処理とそのサブルーチン(例えば試験信号出力処理、性能表示装置制御処理、差玉確認処理、安全装置作動監視処理)である(行番号1280、行番号8070-8100)。 In the gaming machine 10 according to the fifth embodiment, the arithmetic processing means is configured to be able to execute a first branch instruction (e.g., JR instruction) and a second branch instruction (e.g., JRR instruction) that jump the address of the instruction to be executed in the program storage means, and in a subroutine called by a specific call instruction (e.g., first call instruction, specific CALL instruction), the second branch instruction (e.g., JRR instruction) is not executed, but the first branch instruction (e.g., JR instruction) is executed. For example, the subroutine called by the specific call instruction is the out-of-area integration process, which is an out-of-area program, and its subroutines (e.g., test signal output process, performance display device control process, ball difference confirmation process, safety device operation monitoring process) (line number 1280, line numbers 8070-8100).

このような遊技機10では、プログラムの開発効率が向上する。例えば、第2分岐命令(例えばJRR命令)の分岐条件がジャンプステータスフラグ(JF)の状態に関する条件を含む場合に、特定の呼出し命令によって呼び出されるサブルーチンの中で第2分岐命令を使用しなければ、状況によって意味が変化する(使用する命令によってゼロフラグに一致したりキャリーフラグに一致したりする)ようなジャンプステータスフラグを参照しないようにすることで、複数の開発担当者がプログラムを見たときに混乱を招かないようにできる。従って、特定の呼出し命令によって呼び出されるサブルーチンを複数機種で共用し易くなり、プログラムの開発効率が向上する。また、特定の呼出し命令(例えば第1呼出し命令、特定のCALL命令)によって呼び出されるサブルーチンと、他の呼出し命令(例えばCALLR命令)から呼び出されるサブルーチンとを、第1分岐命令だけが存在しているか、第1分岐命令と第2分岐命令が混在しているかで区別し易くなり、プログラムの開発効率が向上する。 In such a gaming machine 10, the efficiency of program development is improved. For example, if the branch condition of the second branch instruction (e.g., JRR instruction) includes a condition related to the state of the jump status flag (JF), if the second branch instruction is not used in the subroutine called by the specific call instruction, the jump status flag whose meaning changes depending on the situation (matching the zero flag or the carry flag depending on the instruction used) is not referenced, so that confusion can be prevented when multiple developers look at the program. Therefore, it becomes easier to share the subroutine called by the specific call instruction among multiple models, and the efficiency of program development is improved. In addition, it becomes easier to distinguish between the subroutine called by the specific call instruction (e.g., the first call instruction, the specific CALL instruction) and the subroutine called by the other call instruction (e.g., CALLR instruction) by whether only the first branch instruction exists or whether the first branch instruction and the second branch instruction are mixed, and the efficiency of program development is improved.

第5実施形態に係る遊技機10では、複数の呼出し命令(例えば第2呼出し命令と第3呼出し命令)のうちのいずれかによって、所定の処理プログラム(例えば領域内プログラムの一部)から一のサブルーチンを呼び出し可能であり、一のサブルーチンでは、所定の分岐命令(例えば第2分岐命令(JRR命令))を少なくとも実行し、前記所定の分岐命令によって、前記所定の処理プログラムから呼び出される他のサブルーチンに分岐しない。例えば、所定の処理プログラムと一のサブルーチンの組合せは、タイマ割込み処理プログラムと特図ゲーム処理プログラムの組合せ、特図始動口スイッチ共通処理プログラムと特図保留情報判定処理プログラムの組合せ、特図保留情報判定処理プログラムと大当り判定処理プログラムの組合せなどである。 In the gaming machine 10 according to the fifth embodiment, one subroutine can be called from a predetermined processing program (e.g., a part of a program within an area) by one of a plurality of call instructions (e.g., a second call instruction and a third call instruction), and the one subroutine executes at least a predetermined branch instruction (e.g., a second branch instruction (JRR instruction)), and does not branch to another subroutine called from the predetermined processing program by the predetermined branch instruction. For example, combinations of a predetermined processing program and one subroutine include a combination of a timer interrupt processing program and a special chart game processing program, a combination of a special chart start port switch common processing program and a special chart reserved information determination processing program, and a combination of a special chart reserved information determination processing program and a jackpot determination processing program.

このような遊技機10では、一のサブルーチンと他のサブルーチンの区切りを明確にして、プログラムの開発効率を向上できる。 In such a gaming machine 10, the division between one subroutine and another can be clearly defined, improving the efficiency of program development.

第5実施形態に係る遊技機10では、プログラムは、分岐命令として、第1分岐命令(例えばJR命令)と第2分岐命令(例えばJRR命令)が混在する第1サブルーチン(例えば特図普段処理プログラム、特図表示中処理プログラム、特図保留情報判定処理プログラム)と、分岐命令として、第2分岐命令だけを含む第2サブルーチン(例えば大当り判定処理プログラム)と、を含む。第1サブルーチンと第2サブルーチンのうちで第2サブルーチンの方が、プログラム容量が小さい。 In the gaming machine 10 according to the fifth embodiment, the program includes a first subroutine (e.g., a special chart normal processing program, a special chart display processing program, a special chart pending information determination processing program) that contains a mixture of a first branch instruction (e.g., a JR instruction) and a second branch instruction (e.g., a JRR instruction) as branch instructions, and a second subroutine (e.g., a jackpot determination processing program) that contains only a second branch instruction as a branch instruction. Of the first and second subroutines, the second subroutine has a smaller program capacity.

このような遊技機10では、第1サブルーチンと第2サブルーチンのうち、プログラム容量(プログラムサイズ)の小さい第2サブルーチンで、第2分岐命令だけを含むため、第2分岐命令の語長が第1分岐命令の語長よりも短い場合に、合理的にプログラムの設計ができプログラムの開発効率が向上する。 In such a gaming machine 10, the second subroutine, which has the smaller program capacity (program size) of the first and second subroutines, contains only the second branch instruction, so that when the word length of the second branch instruction is shorter than the word length of the first branch instruction, the program can be designed rationally and program development efficiency is improved.

第5実施形態に係る遊技機10では、第2サブルーチン(例えば大当り判定処理プログラム)は、複数の処理プログラム(例えば特図保留情報判定処理プログラム、大当りフラグ1設定処理プログラム、大当りフラグ2設定処理プログラム)から呼び出される。これによって、プログラムの全体的な容量(サイズ)を小さくできる。 In the gaming machine 10 according to the fifth embodiment, the second subroutine (e.g., the jackpot determination processing program) is called from multiple processing programs (e.g., the special chart reserve information determination processing program, the jackpot flag 1 setting processing program, and the jackpot flag 2 setting processing program). This makes it possible to reduce the overall capacity (size) of the program.

なお、本発明は、以上説明した実施形態に限定されることなく、その技術的思想の範囲内において種々の変形や変更が可能であり、それらも本発明の技術的範囲に含まれることが明白である。例えば、時短状態を確変状態に置き換えることも可能である。例えば、遊技制御装置が実行している処理の一部を演出制御装置が実行することもできるし、逆に演出制御装置が実行している処理の一部を遊技制御装置が実行することもできる。例えば、複数の実施形態や複数の変形例を種々に組合せることも可能である。また、例えば、本発明をパチンコ機だけでなく他の種類の遊技機(スロットマシンなど)に適用することもできる。本発明の範囲は特許請求の範囲によって示され、特許請求の範囲と均等の意味及び内容の範囲でのすべての変更が含まれることが意図される。 The present invention is not limited to the above-described embodiment, and various modifications and alterations are possible within the scope of the technical concept, and it is clear that these are also included in the technical scope of the present invention. For example, it is possible to replace the time-saving state with a probability-changing state. For example, the presentation control device can execute part of the processing executed by the game control device, and conversely, the game control device can execute part of the processing executed by the presentation control device. For example, it is possible to combine multiple embodiments and multiple modified examples in various ways. Also, for example, the present invention can be applied not only to pachinko machines but also to other types of gaming machines (slot machines, etc.). The scope of the present invention is indicated by the claims, and it is intended to include all modifications within the scope of meaning and content equivalent to the claims.

例えば、上述の実施形態をスロットマシンに適用する場合において、遊技に使用する遊技媒体は、遊技球に代えてメダル(コイン)になり、賞球数はメダルの払い出し枚数に代えられる。遊技媒体の使用数は、スロットマシンに投入した投入メダルの枚数である投入メダル数となる。そして、スロットマシンでは、性能情報としての出玉率(ベース)は、スロットマシンへのメダルの投入枚数に対する払い出し枚数の比率(%)となり、役物比率は、所定期間に払い出したメダルの枚数のうち、各種ボーナスにより払い出した枚数の比率(%)となる。 For example, when the above-described embodiment is applied to a slot machine, the gaming media used in the game are medals (coins) instead of gaming balls, and the number of prize balls is replaced by the number of medals paid out. The number of gaming media used is the number of medals inserted, which is the number of medals inserted into the slot machine. In a slot machine, the payout rate (base) as performance information is the ratio (%) of the number of medals paid out to the number of medals inserted into the slot machine, and the bonus ratio is the ratio (%) of the number of medals paid out through various bonuses to the number of medals paid out in a specified period.

10 遊技機
25 演出ボタン
30 遊技盤
32 遊技領域
34 普図始動ゲート
36 第1始動入賞口(第1始動入賞領域)
37 普通変動入賞装置(第2始動入賞領域)
38 第1特別変動入賞装置
39 第2特別変動入賞装置
40 センターケース
41 表示装置
50 一括表示装置(LED)
86 特定領域(V入賞口)
100 遊技制御装置(主基板)
200 払出制御装置
300 演出制御装置(サブ基板)
511 作動予告表示
512 作動警告表示
513 作動中表示
520 球切れエラー表示
522 オーバーフローエラー表示
524 二次元コード
541 特定機種表示(コンプリート機能搭載表示)
10 gaming machine 25 performance button 30 gaming board 32 gaming area 34 normal start gate 36 first start winning port (first start winning area)
37 Normal variable winning device (second start winning area)
38 First special variable prize winning device 39 Second special variable prize winning device 40 Center case 41 Display device 50 Collective display device (LED)
86 Specific area (V winning hole)
100 Game control device (main board)
200 Payout control device 300 Performance control device (sub-board)
511 Operation notice display 512 Operation warning display 513 Operation in progress display 520 Bulb out error display 522 Overflow error display 524 Two-dimensional code 541 Specific model display (Complete function installed display)

Claims (3)

ゲームを実行可能な遊技制御手段を備える遊技機において、
前記遊技制御手段は、
プログラムを記憶するプログラム記憶手段と、
前記プログラムによって所定の演算処理を実行可能であり、前記プログラム記憶手段における実行される命令のアドレスをジャンプさせる第1分岐命令と第2分岐命令を実行可能に構成された演算処理手段と、
前記演算処理を行う際に値が記憶される複数のレジスタと、
前記演算処理手段によって更新される情報を記憶可能な更新情報記憶手段と、を備え、 前記第1分岐命令は、特定のフラグを判断して分岐を行う分岐命令であり、
前記第2分岐命令は、前記第1分岐命令よりも命令長が長く、且つ前記第1分岐命令よりも分岐命令のアドレスから遠いアドレスに処理をジャンプさせ得る分岐命令であり、
前記演算処理手段は、
第1の呼出し命令によって呼び出される第1サブルーチンの中で、第2の命令によって呼び出され、前記特定のフラグを変更可能な処理を含む第2サブルーチンを実行可能な構成とし、
前記第2サブルーチンからの復帰後に、前記第1サブルーチンの中で前記特定のフラグを変更可能な処理を介することなく前記第1分岐命令を実行可能にするとともに、前記第2分岐命令を実行することなく前記第1サブルーチンからの呼び出し元への復帰をおこなう、
技機。
In a gaming machine having a gaming control means capable of executing a game,
The game control means includes:
A program storage means for storing a program;
a processing means configured to execute a predetermined arithmetic process by the program and to execute a first branch instruction and a second branch instruction for jumping an address of an instruction to be executed in the program storage means ;
A plurality of registers in which values are stored when the arithmetic processing is performed;
an update information storage means for storing information updated by the arithmetic processing means, the first branch instruction being a branch instruction that performs branching by determining a specific flag,
the second branch instruction is a branch instruction that has a longer instruction length than the first branch instruction and is capable of jumping processing to an address farther from an address of the branch instruction than an address of the first branch instruction,
The arithmetic processing means
a second subroutine that is called by a second instruction and includes a process that can change the specific flag, the second subroutine being called by a second instruction in a first subroutine that is called by a first call instruction;
After returning from the second subroutine, the first branch instruction is made executable without going through a process capable of changing the specific flag in the first subroutine, and a return is made from the first subroutine to a caller without executing the second branch instruction.
Amusement machine.
前記第2サブルーチンは、前記更新情報記憶手段からゼロ値を読み出し可能な命令を含み、該命令の実行の結果に対応してゼロフラグが設定され、該ゼロフラグに対応して前記特定のフラグが設定される、the second subroutine includes an instruction capable of reading a zero value from the update information storage means, a zero flag is set corresponding to a result of execution of the instruction, and the specific flag is set corresponding to the zero flag;
請求項1に記載の遊技機。2. The gaming machine according to claim 1.
前記第2サブルーチンは、前記レジスタの値を減算する命令を含み、該命令の実行の結果に対応してゼロフラグが設定され、該ゼロフラグに対応して前記特定のフラグが設定される、the second subroutine includes an instruction for subtracting the value of the register, a zero flag is set corresponding to a result of execution of the instruction, and the specific flag is set corresponding to the zero flag;
請求項1に記載の遊技機。2. The gaming machine according to claim 1.
JP2022019735A 2022-02-10 2022-02-10 Gaming Machines Active JP7517709B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022019735A JP7517709B2 (en) 2022-02-10 2022-02-10 Gaming Machines

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022019735A JP7517709B2 (en) 2022-02-10 2022-02-10 Gaming Machines

Publications (2)

Publication Number Publication Date
JP2023117169A JP2023117169A (en) 2023-08-23
JP7517709B2 true JP7517709B2 (en) 2024-07-17

Family

ID=87579715

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022019735A Active JP7517709B2 (en) 2022-02-10 2022-02-10 Gaming Machines

Country Status (1)

Country Link
JP (1) JP7517709B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013027483A (en) 2011-07-27 2013-02-07 Daito Giken:Kk Game machine
JP2021097895A (en) 2019-12-23 2021-07-01 株式会社ユニバーサルエンターテインメント Game machine

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013027483A (en) 2011-07-27 2013-02-07 Daito Giken:Kk Game machine
JP2021097895A (en) 2019-12-23 2021-07-01 株式会社ユニバーサルエンターテインメント Game machine

Also Published As

Publication number Publication date
JP2023117169A (en) 2023-08-23

Similar Documents

Publication Publication Date Title
JP7517709B2 (en) Gaming Machines
JP7551139B2 (en) Gaming Machines
JP2024072714A (en) Game machine
JP2024072703A (en) Game machine
JP2024072713A (en) Game machine
JP2024072715A (en) Game machine
JP2024072702A (en) Game machine
JP2023117176A (en) game machine
JP2024072710A (en) Game machine
JP2024072704A (en) Game machine
JP2024072709A (en) Game machine
JP2023117170A (en) game machine
JP2024072706A (en) Game machine
JP2023117174A (en) game machine
JP2024072701A (en) Game machine
JP2023117187A (en) game machine
JP2023117180A (en) game machine
JP2024072705A (en) Game machine
JP2023117184A (en) game machine
JP2023117179A (en) game machine
JP2023117183A (en) game machine
JP2023117189A (en) game machine
JP2023117186A (en) game machine
JP2023117173A (en) game machine
JP2023117177A (en) game machine

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230221

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20230518

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20231228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240118

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240311

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20240311

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240627

R150 Certificate of patent or registration of utility model

Ref document number: 7517709

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150